From 360efac631d097456fe67a428064d7a76f4bfa4f Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Wed, 24 Feb 2021 15:12:39 +0800 Subject: [PATCH] * Delete redundant files. --- XUANPATH | 1 - XUANVERSION | 1 - zentaopms1244 | 0 zentaopms_12.sql | 3209 ------------------------------------- zentaopms_12_haveData.sql | 2638 ------------------------------ zentaopms_back.sql | 3106 ----------------------------------- 6 files changed, 8955 deletions(-) delete mode 100644 XUANPATH delete mode 100644 XUANVERSION delete mode 100644 zentaopms1244 delete mode 100644 zentaopms_12.sql delete mode 100644 zentaopms_12_haveData.sql delete mode 100644 zentaopms_back.sql diff --git a/XUANPATH b/XUANPATH deleted file mode 100644 index b529c31058..0000000000 --- a/XUANPATH +++ /dev/null @@ -1 +0,0 @@ -/home/z/repo/xuanxuan/xuan diff --git a/XUANVERSION b/XUANVERSION deleted file mode 100644 index 5103369287..0000000000 --- a/XUANVERSION +++ /dev/null @@ -1 +0,0 @@ -v3.2.3 diff --git a/zentaopms1244 b/zentaopms1244 deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/zentaopms_12.sql b/zentaopms_12.sql deleted file mode 100644 index e1332c1527..0000000000 --- a/zentaopms_12.sql +++ /dev/null @@ -1,3209 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.20, for Linux (x86_64) --- --- Host: localhost Database: zentao_pms --- ------------------------------------------------------ --- Server version 5.7.20-0ubuntu0.16.04.1 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `zt_action` --- - -DROP TABLE IF EXISTS `zt_action`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_action` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL DEFAULT '', - `objectID` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` varchar(255) NOT NULL, - `project` mediumint(9) NOT NULL, - `actor` varchar(100) NOT NULL DEFAULT '', - `action` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL, - `comment` text NOT NULL, - `extra` text NOT NULL, - `read` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `date` (`date`), - KEY `actor` (`actor`), - KEY `project` (`project`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_action` --- - -LOCK TABLES `zt_action` WRITE; -/*!40000 ALTER TABLE `zt_action` DISABLE KEYS */; -INSERT INTO `zt_action` VALUES (1,'user',20,',0,',0,'azhi','logout','2012-06-05 09:24:52','','','0'),(2,'user',1,',0,',0,'admin','login','2012-06-05 09:25:00','','','0'),(3,'user',1,',0,',0,'admin','logout','2012-06-05 09:51:10','','','0'),(4,'user',2,',0,',0,'productManager','login','2012-06-05 09:51:33','','','0'),(5,'user',2,',0,',0,'productManager','logout','2012-06-05 09:53:05','','','0'),(6,'user',1,',0,',0,'admin','login','2012-06-05 09:53:10','','','0'),(7,'user',1,',0,',0,'admin','logout','2012-06-05 09:53:52','','','0'),(8,'user',2,',0,',0,'productManager','login','2012-06-05 09:54:07','','','0'),(9,'product',1,',1,',0,'productManager','opened','2012-06-05 09:57:07','','','0'),(10,'productplan',1,',1,',0,'productManager','opened','2012-06-05 10:02:49','','','0'),(11,'story',1,',1,',0,'productManager','opened','2012-06-05 10:09:49','','','0'),(12,'story',2,',1,',0,'productManager','opened','2012-06-05 10:16:37','','','0'),(13,'story',3,',1,',0,'productManager','opened','2012-06-05 10:18:10','','','0'),(14,'story',3,',1,',0,'productManager','changed','2012-06-05 10:19:06','','','0'),(15,'story',4,',1,',0,'productManager','opened','2012-06-05 10:20:16','','','0'),(16,'story',5,',1,',0,'productManager','opened','2012-06-05 10:21:39','','','0'),(17,'story',6,',1,',0,'productManager','opened','2012-06-05 10:23:11','','','0'),(18,'story',7,',1,',0,'productManager','opened','2012-06-05 10:24:19','','','0'),(19,'story',1,',1,',0,'productManager','reviewed','2012-06-05 10:25:19','','Pass','0'),(20,'story',2,',1,',0,'productManager','reviewed','2012-06-05 10:25:33','','Pass','0'),(21,'story',3,',1,',0,'productManager','reviewed','2012-06-05 10:25:38','','Pass','0'),(22,'story',4,',1,',0,'productManager','reviewed','2012-06-05 10:25:42','','Pass','0'),(23,'user',2,',0,',0,'productManager','logout','2012-06-05 10:26:20','','','0'),(24,'user',3,',0,',0,'projectManager','login','2012-06-05 10:26:38','','','0'),(25,'project',1,',1,',1,'projectManager','opened','2012-06-05 10:28:36','','','0'),(26,'story',4,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(27,'story',3,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(28,'story',2,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(29,'story',1,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(30,'task',1,',1,',1,'projectManager','opened','2012-06-05 10:32:03','','','0'),(31,'task',2,',1,',1,'projectManager','opened','2012-06-05 10:32:23','','','0'),(32,'task',3,',1,',1,'projectManager','opened','2012-06-05 10:33:01','','','0'),(33,'task',4,',1,',1,'projectManager','opened','2012-06-05 10:33:21','','','0'),(34,'task',5,',1,',1,'projectManager','opened','2012-06-05 10:33:44','','','0'),(35,'task',6,',1,',1,'projectManager','opened','2012-06-05 10:33:59','','','0'),(36,'task',7,',1,',1,'projectManager','opened','2012-06-05 10:34:25','','','0'),(37,'task',8,',1,',1,'projectManager','opened','2012-06-05 10:34:45','','','0'),(38,'task',9,',1,',1,'projectManager','opened','2012-06-05 10:35:01','','','0'),(39,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:37:30','','','0'),(40,'user',4,',0,',0,'dev1','login','2012-06-05 10:37:40','','','0'),(41,'task',1,',1,',1,'dev1','started','2012-06-05 10:37:54','','','0'),(42,'task',1,',1,',1,'dev1','finished','2012-06-05 10:38:00','','','0'),(43,'task',8,',1,',1,'dev1','finished','2012-06-05 10:39:14','','','0'),(44,'task',9,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(45,'task',8,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(46,'task',7,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(47,'task',6,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(48,'task',5,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(49,'task',4,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(50,'task',3,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(51,'task',2,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(52,'task',1,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(53,'user',4,',0,',0,'dev1','logout','2012-06-05 10:41:50','','','0'),(54,'user',5,',0,',0,'dev2','login','2012-06-05 10:41:56','','','0'),(55,'task',4,',1,',1,'dev2','edited','2012-06-05 10:42:56','','','0'),(56,'task',3,',1,',1,'dev2','edited','2012-06-05 10:42:57','','','0'),(57,'user',5,',0,',0,'dev2','logout','2012-06-05 10:43:02','','','0'),(58,'user',6,',0,',0,'dev3','login','2012-06-05 10:43:07','','','0'),(59,'task',6,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(60,'task',5,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(61,'user',6,',0,',0,'dev3','logout','2012-06-05 10:43:42','','','0'),(62,'user',3,',0,',0,'projectManager','login','2012-06-05 10:44:05','','','0'),(63,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:50:03','','','0'),(64,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:09','','','0'),(65,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:14','','','0'),(66,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:23','','','0'),(67,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:32','','','0'),(68,'user',1,',0,',0,'admin','login','2012-06-05 10:50:36','','','0'),(69,'user',1,',0,',0,'admin','logout','2012-06-05 10:50:53','','','0'),(70,'user',10,',0,',0,'testManager','login','2012-06-05 10:51:01','','','0'),(71,'user',10,',0,',0,'testManager','logout','2012-06-05 10:51:33','','','0'),(72,'user',7,',0,',0,'tester1','login','2012-06-05 10:51:38','','','0'),(73,'bug',1,',1,',1,'tester1','opened','2012-06-05 10:56:11','','','0'),(74,'bug',2,',1,',1,'tester1','opened','2012-06-05 10:57:11','','','0'),(75,'user',7,',0,',0,'tester1','logout','2012-06-05 10:57:13','','','0'),(76,'user',8,',0,',0,'tester2','login','2012-06-05 10:57:24','','','0'),(77,'bug',3,',1,',1,'tester2','opened','2012-06-05 10:58:22','','','0'),(78,'user',8,',0,',0,'tester2','logout','2012-06-05 10:58:39','','','0'),(79,'user',9,',0,',0,'tester3','login','2012-06-05 10:58:46','','','0'),(80,'bug',4,',1,',1,'tester3','opened','2012-06-05 11:00:19','','','0'),(81,'case',1,',1,',0,'tester3','opened','2012-06-05 11:02:18','','','0'),(82,'case',1,',1,',0,'tester3','edited','2012-06-05 11:02:47','','','0'),(83,'user',9,',0,',0,'tester3','logout','2012-06-05 11:02:48','','','0'),(84,'user',7,',0,',0,'tester1','login','2012-06-05 11:02:56','','','0'),(85,'case',2,',1,',0,'tester1','opened','2012-06-05 11:03:28','','','0'),(86,'case',3,',1,',0,'tester1','opened','2012-06-05 11:03:54','','','0'),(87,'user',7,',0,',0,'tester1','logout','2012-06-05 11:04:00','','','0'),(88,'user',8,',0,',0,'tester2','login','2012-06-05 11:04:10','','','0'),(89,'case',4,',1,',0,'tester2','opened','2012-06-05 11:04:48','','','0'),(90,'user',8,',0,',0,'tester2','logout','2012-06-05 11:04:52','','','0'),(91,'user',10,',0,',0,'testManager','login','2012-06-05 11:04:58','','','0'),(92,'testtask',1,',1,',1,'testManager','opened','2012-06-05 11:07:41','','','0'),(93,'testtask',1,',1,',1,'testManager','edited','2012-06-05 11:07:52','','','0'),(94,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:10','','','0'),(95,'user',1,',0,',0,'admin','login','2012-06-05 11:08:15','','','0'),(96,'user',1,',0,',0,'admin','logout','2012-06-05 11:08:23','','','0'),(97,'user',10,',0,',0,'testManager','login','2012-06-05 11:08:35','','','0'),(98,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:55','','','0'),(99,'user',7,',0,',0,'tester1','login','2012-06-05 11:08:59','','','0'),(100,'user',7,',0,',0,'tester1','logout','2012-06-05 11:09:52','','','0'),(101,'user',1,',0,',0,'admin','login','2012-06-05 11:09:54','','','0'),(102,'user',1,',0,',0,'admin','logout','2012-06-05 11:10:38','','','0'),(103,'user',10,',0,',0,'testManager','login','2012-06-05 11:10:42','','','0'),(104,'user',10,',0,',0,'testManager','logout','2012-06-05 11:11:13','','','0'),(105,'user',3,',0,',0,'projectManager','login','2012-06-05 11:11:16','','','0'),(106,'build',1,',1,',1,'projectManager','opened','2012-06-05 11:11:45','','','0'),(107,'project',2,',1,',2,'projectManager','opened','2012-06-05 11:12:28','','','0'),(108,'user',3,',0,',0,'projectManager','logout','2012-06-05 11:14:40','','','0'),(109,'user',2,',0,',0,'productManager','login','2012-06-05 11:14:43','','','0'),(110,'product',2,',2,',0,'productManager','opened','2012-06-05 11:15:20','','','0'),(111,'user',1,',0,',0,'admin','login','2020-11-20 13:36:49','','','0'); -/*!40000 ALTER TABLE `zt_action` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_block` --- - -DROP TABLE IF EXISTS `zt_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_block` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(20) NOT NULL, - `title` varchar(100) NOT NULL, - `source` varchar(20) NOT NULL, - `block` varchar(20) NOT NULL, - `params` text NOT NULL, - `order` tinyint(3) unsigned NOT NULL DEFAULT '0', - `grid` tinyint(3) unsigned NOT NULL DEFAULT '0', - `height` smallint(5) unsigned NOT NULL DEFAULT '0', - `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `accountModuleOrder` (`account`,`module`,`order`), - KEY `account` (`account`) -) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_block` --- - -LOCK TABLES `zt_block` WRITE; -/*!40000 ALTER TABLE `zt_block` DISABLE KEYS */; -INSERT INTO `zt_block` VALUES (1,'admin','my','欢迎','','welcome','',1,8,0,0),(2,'admin','my','最新动态','','dynamic','',2,4,0,0),(3,'admin','my','流程图','','flowchart','',3,8,0,0),(4,'admin','my','我的待办','todo','list','{\"num\":\"20\"}',4,4,0,0),(5,'admin','my','项目统计','project','statistic','{\"type\":\"all\",\"num\":\"20\"}',5,8,0,0),(6,'admin','my','项目总览','project','overview','',6,4,0,0),(7,'admin','my','产品统计','product','statistic','{\"type\":\"all\",\"num\":\"20\"}',7,8,0,0),(8,'admin','my','产品总览','product','overview','',8,4,0,0),(9,'admin','my','指派给我的Bug','qa','bug','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',9,4,0,0); -/*!40000 ALTER TABLE `zt_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_branch` --- - -DROP TABLE IF EXISTS `zt_branch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_branch` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `order` smallint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_branch` --- - -LOCK TABLES `zt_branch` WRITE; -/*!40000 ALTER TABLE `zt_branch` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_branch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_budget` --- - -DROP TABLE IF EXISTS `zt_budget`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_budget` ( - `id` int(8) NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) NOT NULL, - `stage` char(30) NOT NULL, - `subject` mediumint(8) NOT NULL, - `amount` char(30) NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` date NOT NULL, - `lastEditedBy` char(30) NOT NULL, - `lastEditedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_budget` --- - -LOCK TABLES `zt_budget` WRITE; -/*!40000 ALTER TABLE `zt_budget` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_budget` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_bug` --- - -DROP TABLE IF EXISTS `zt_bug`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_bug` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toTask` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toStory` mediumint(8) NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `severity` tinyint(4) NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `type` varchar(30) NOT NULL DEFAULT '', - `os` varchar(30) NOT NULL DEFAULT '', - `browser` varchar(30) NOT NULL DEFAULT '', - `hardware` varchar(30) NOT NULL, - `found` varchar(30) NOT NULL DEFAULT '', - `steps` text NOT NULL, - `status` enum('active','resolved','closed') NOT NULL DEFAULT 'active', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `confirmed` tinyint(1) NOT NULL DEFAULT '0', - `activatedCount` smallint(6) NOT NULL, - `activatedDate` datetime NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedBuild` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `deadline` date NOT NULL, - `resolvedBy` varchar(30) NOT NULL DEFAULT '', - `resolution` varchar(30) NOT NULL DEFAULT '', - `resolvedBuild` varchar(30) NOT NULL DEFAULT '', - `resolvedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `duplicateBug` mediumint(8) unsigned NOT NULL, - `linkBug` varchar(255) NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `caseVersion` smallint(6) NOT NULL DEFAULT '1', - `result` mediumint(8) unsigned NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `entry` varchar(255) NOT NULL, - `lines` varchar(10) NOT NULL, - `v1` varchar(40) NOT NULL, - `v2` varchar(40) NOT NULL, - `repoType` varchar(30) NOT NULL DEFAULT '', - `testtask` mediumint(8) unsigned NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `status` (`status`), - KEY `plan` (`plan`), - KEY `story` (`story`), - KEY `case` (`case`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_bug` --- - -LOCK TABLES `zt_bug` WRITE; -/*!40000 ALTER TABLE `zt_bug` DISABLE KEYS */; -INSERT INTO `zt_bug` VALUES (1,1,0,8,1,0,1,1,1,0,0,'首页页面问题','',3,0,'interface','','','','','

[步骤]进入首页

\r\n

[结果]出现乱码    

\r\n

[期望]正常显示

','active','','',0,0,'0000-00-00 00:00:00','','tester1','2012-06-05 10:56:11','trunk','dev1','2012-06-05 10:56:11','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,1,0,0,'','','','','',0,'','0000-00-00 00:00:00','0'),(2,1,0,9,1,0,2,1,4,0,0,'新闻中心页面问题','',3,0,'codeerror','','','','','

[步骤]进入新闻中心

\r\n

[结果]页面出现乱码

\r\n

[期望]正常显示

','active','','',0,0,'0000-00-00 00:00:00','','tester1','2012-06-05 10:57:11','trunk','dev2','2012-06-05 10:57:11','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,1,0,0,'','','','','',0,'','0000-00-00 00:00:00','0'),(3,1,0,10,1,0,3,2,6,0,0,'成果展示页面问题','',3,0,'codeerror','','','','','

[步骤]进入成果展示    

\r\n

[结果]乱码

\r\n

[期望]正常显示

','active','','',0,0,'0000-00-00 00:00:00','','tester2','2012-06-05 10:58:22','trunk','dev3','2012-06-05 10:58:22','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,1,0,0,'','','','','',0,'','0000-00-00 00:00:00','0'),(4,1,0,11,1,0,4,1,9,0,0,'售后服务页面问题','',3,0,'codeerror','','','','','

[步骤]进入售后服务

\r\n

[结果]乱码

\r\n

[期望]正常显示

','active','','',0,0,'0000-00-00 00:00:00','','tester3','2012-06-05 11:00:19','trunk','dev1','2012-06-05 11:00:19','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,1,0,0,'','','','','',0,'','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_bug` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_build` --- - -DROP TABLE IF EXISTS `zt_build`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_build` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(150) NOT NULL, - `scmPath` char(255) NOT NULL, - `filePath` char(255) NOT NULL, - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `builder` char(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_build` --- - -LOCK TABLES `zt_build` WRITE; -/*!40000 ALTER TABLE `zt_build` DISABLE KEYS */; -INSERT INTO `zt_build` VALUES (1,1,0,1,'第一期版本','','','2012-06-05','3,2,1,4','','projectManager','','0'); -/*!40000 ALTER TABLE `zt_build` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_burn` --- - -DROP TABLE IF EXISTS `zt_burn`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_burn` ( - `project` mediumint(8) unsigned NOT NULL, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `estimate` float NOT NULL, - `left` float NOT NULL, - `consumed` float NOT NULL, - PRIMARY KEY (`project`,`date`,`task`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_burn` --- - -LOCK TABLES `zt_burn` WRITE; -/*!40000 ALTER TABLE `zt_burn` DISABLE KEYS */; -INSERT INTO `zt_burn` VALUES (1,0,'2012-06-05',0,0,38); -/*!40000 ALTER TABLE `zt_burn` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_case` --- - -DROP TABLE IF EXISTS `zt_case`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_case` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `lib` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(30) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `title` varchar(255) NOT NULL, - `precondition` text NOT NULL, - `keywords` varchar(255) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `type` char(30) NOT NULL DEFAULT '1', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `frame` varchar(10) NOT NULL, - `stage` varchar(255) NOT NULL, - `howRun` varchar(30) NOT NULL, - `scriptedBy` varchar(30) NOT NULL, - `scriptedDate` date NOT NULL, - `scriptStatus` varchar(30) NOT NULL, - `scriptLocation` varchar(255) NOT NULL, - `status` char(30) NOT NULL DEFAULT '1', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `frequency` enum('1','2','3') NOT NULL DEFAULT '1', - `order` tinyint(30) unsigned NOT NULL DEFAULT '0', - `openedBy` char(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `lastEditedBy` char(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `linkCase` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL, - `fromCaseID` mediumint(8) unsigned NOT NULL, - `fromCaseVersion` mediumint(8) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `story` (`story`), - KEY `module` (`module`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_case` --- - -LOCK TABLES `zt_case` WRITE; -/*!40000 ALTER TABLE `zt_case` DISABLE KEYS */; -INSERT INTO `zt_case` VALUES (1,1,0,0,0,0,4,1,'售后服务的测试用例','','',1,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester3','2012-06-05 11:02:18','','0000-00-00','tester3','2012-06-05 11:02:46',1,'',0,0,1,'0','testManager','2012-06-05 11:11:00','pass'),(2,1,0,0,0,0,1,1,'首页的测试用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:28','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:05','pass'),(3,1,0,0,0,0,2,1,'新闻中心的测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:07','pass'),(4,1,0,0,0,0,3,2,'成果展示测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester2','2012-06-05 11:04:48','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:08','pass'); -/*!40000 ALTER TABLE `zt_case` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_casestep` --- - -DROP TABLE IF EXISTS `zt_casestep`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_casestep` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(3) unsigned NOT NULL DEFAULT '0', - `type` varchar(10) NOT NULL DEFAULT 'step', - `desc` text NOT NULL, - `expect` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_casestep` --- - -LOCK TABLES `zt_casestep` WRITE; -/*!40000 ALTER TABLE `zt_casestep` DISABLE KEYS */; -INSERT INTO `zt_casestep` VALUES (1,0,1,1,'step','进入首页','正常显示'),(2,0,2,1,'step','进入首页','正常显示'),(3,0,3,1,'step','进入新闻中心','正常显示'),(4,0,4,1,'step','进入成果展示','正常显示'); -/*!40000 ALTER TABLE `zt_casestep` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_company` --- - -DROP TABLE IF EXISTS `zt_company`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_company` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(120) DEFAULT NULL, - `phone` char(20) DEFAULT NULL, - `fax` char(20) DEFAULT NULL, - `address` char(120) DEFAULT NULL, - `zipcode` char(10) DEFAULT NULL, - `website` char(120) DEFAULT NULL, - `backyard` char(120) DEFAULT NULL, - `guest` enum('1','0') NOT NULL DEFAULT '0', - `admins` char(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_company` --- - -LOCK TABLES `zt_company` WRITE; -/*!40000 ALTER TABLE `zt_company` DISABLE KEYS */; -INSERT INTO `zt_company` VALUES (1,'开源版_TEST',NULL,NULL,NULL,NULL,NULL,NULL,'0',',admin,','0'); -/*!40000 ALTER TABLE `zt_company` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_compile` --- - -DROP TABLE IF EXISTS `zt_compile`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_compile` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `queue` mediumint(8) NOT NULL, - `status` varchar(255) NOT NULL, - `logs` text, - `atTime` varchar(10) NOT NULL, - `testtask` mediumint(8) unsigned NOT NULL, - `tag` varchar(255) NOT NULL, - `times` tinyint(3) unsigned NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `updateDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_compile` --- - -LOCK TABLES `zt_compile` WRITE; -/*!40000 ALTER TABLE `zt_compile` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_compile` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_config` --- - -DROP TABLE IF EXISTS `zt_config`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_config` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `owner` char(30) NOT NULL DEFAULT '', - `module` varchar(30) NOT NULL, - `section` char(30) NOT NULL DEFAULT '', - `key` char(30) NOT NULL DEFAULT '', - `value` text NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `unique` (`owner`,`module`,`section`,`key`) -) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_config` --- - -LOCK TABLES `zt_config` WRITE; -/*!40000 ALTER TABLE `zt_config` DISABLE KEYS */; -INSERT INTO `zt_config` VALUES (1,'system','common','global','showDemoUsers','1'),(2,'system','common','global','version','12.4.4'),(3,'system','common','global','flow','full'),(4,'system','common','safe','mode','1'),(5,'system','common','safe','changeWeak','1'),(6,'system','common','global','cron','1'),(7,'system','common','xuanxuan','turnon','1'),(8,'system','common','xuanxuan','key','49ba2c5e6100ea337f61287d67f09922'),(9,'system','common','xuanxuan','chatPort','11444'),(10,'system','common','xuanxuan','commonPort','11443'),(11,'system','common','xuanxuan','ip','0.0.0.0'),(12,'system','common','xuanxuan','uploadFileSize','20'),(13,'system','common','xuanxuan','https','off'),(14,'system','custom','','productProject','0_0'),(15,'system','custom','','storyRequirement','0'),(16,'system','custom','','hourPoint','0'),(17,'system','common','','conceptSetted','1'),(18,'admin','my','common','blockInited','1'),(19,'admin','my','block','initVersion','2'),(20,'system','cron','run','status','running'); -/*!40000 ALTER TABLE `zt_config` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_cron` --- - -DROP TABLE IF EXISTS `zt_cron`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_cron` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `m` varchar(20) NOT NULL, - `h` varchar(20) NOT NULL, - `dom` varchar(20) NOT NULL, - `mon` varchar(20) NOT NULL, - `dow` varchar(20) NOT NULL, - `command` text NOT NULL, - `remark` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `buildin` tinyint(1) NOT NULL DEFAULT '0', - `status` varchar(20) NOT NULL, - `lastTime` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `lastTime` (`lastTime`) -) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_cron` --- - -LOCK TABLES `zt_cron` WRITE; -/*!40000 ALTER TABLE `zt_cron` DISABLE KEYS */; -INSERT INTO `zt_cron` VALUES (1,'*','*','*','*','*','','监控定时任务','zentao',1,'normal','2020-11-20 13:49:53'),(2,'30','23','*','*','*','moduleName=project&methodName=computeburn','更新燃尽图','zentao',1,'normal','2020-11-20 13:36:53'),(3,'0','8','*','*','*','moduleName=report&methodName=remind','每日任务提醒','zentao',1,'normal','2020-11-20 13:36:53'),(4,'*/5','*','*','*','*','moduleName=svn&methodName=run','同步SVN','zentao',1,'stop','0000-00-00 00:00:00'),(5,'*/5','*','*','*','*','moduleName=git&methodName=run','同步GIT','zentao',1,'stop','0000-00-00 00:00:00'),(6,'30','0','*','*','*','moduleName=backup&methodName=backup','备份数据和附件','zentao',1,'normal','2020-11-20 13:36:53'),(7,'*/5','*','*','*','*','moduleName=mail&methodName=asyncSend','异步发信','zentao',1,'normal','2020-11-20 13:45:53'),(8,'*/5','*','*','*','*','moduleName=webhook&methodName=asyncSend','异步发送Webhook','zentao',1,'normal','2020-11-20 13:45:53'),(9,'*/5','*','*','*','*','moduleName=admin&methodName=deleteLog','删除过期日志','zentao',1,'normal','2020-11-20 13:45:53'),(10,'1','1','*','*','*','moduleName=todo&methodName=createCycle','生成周期性待办','zentao',1,'normal','2020-11-20 13:36:53'),(11,'1','0','*','*','*','moduleName=ci&methodName=initQueue','创建周期性任务','zentao',1,'normal','2020-11-20 13:36:53'),(12,'*/5','*','*','*','*','moduleName=ci&methodName=checkCompileStatus','同步Jenkins任务状态','zentao',1,'normal','2020-11-20 13:45:53'),(13,'*/5','*','*','*','*','moduleName=ci&methodName=exec','执行Jenkins任务','zentao',1,'normal','2020-11-20 13:45:53'); -/*!40000 ALTER TABLE `zt_cron` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_dept` --- - -DROP TABLE IF EXISTS `zt_dept`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_dept` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(60) NOT NULL, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(4) unsigned NOT NULL DEFAULT '0', - `position` char(30) NOT NULL DEFAULT '', - `function` char(255) NOT NULL DEFAULT '', - `manager` char(30) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_dept` --- - -LOCK TABLES `zt_dept` WRITE; -/*!40000 ALTER TABLE `zt_dept` DISABLE KEYS */; -INSERT INTO `zt_dept` VALUES (1,'经理',0,',1,',1,0,'','',''),(2,'开发',0,',2,',1,0,'','',''),(3,'测试',0,',3,',1,0,'','',''),(4,'市场',0,',4,',1,0,'','',''),(5,'产品',1,',1,5,',2,0,'','',''),(6,'项目',1,',1,6,',2,0,'','',''),(7,'编程',2,',2,7,',2,0,'','',''),(8,'美工',2,',2,8,',2,0,'','',''); -/*!40000 ALTER TABLE `zt_dept` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_design` --- - -DROP TABLE IF EXISTS `zt_design`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_design` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` varchar(255) NOT NULL, - `product` varchar(255) NOT NULL, - `commit` text NOT NULL, - `project` mediumint(9) NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `parent` mediumint(8) unsigned NOT NULL, - `status` varchar(30) NOT NULL, - `subStatus` varchar(30) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `commitBy` varchar(30) NOT NULL, - `commitDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedBy` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `story` char(30) NOT NULL, - `desc` text NOT NULL, - `version` smallint(6) NOT NULL, - `type` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_design` --- - -LOCK TABLES `zt_design` WRITE; -/*!40000 ALTER TABLE `zt_design` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_design` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_designspec` --- - -DROP TABLE IF EXISTS `zt_designspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_designspec` ( - `design` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `files` varchar(255) NOT NULL, - UNIQUE KEY `design` (`design`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_designspec` --- - -LOCK TABLES `zt_designspec` WRITE; -/*!40000 ALTER TABLE `zt_designspec` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_designspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doc` --- - -DROP TABLE IF EXISTS `zt_doc`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doc` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `lib` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL, - `views` smallint(5) unsigned NOT NULL, - `collector` text NOT NULL, - `addedBy` varchar(30) NOT NULL, - `addedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `version` smallint(5) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `lib` (`lib`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doc` --- - -LOCK TABLES `zt_doc` WRITE; -/*!40000 ALTER TABLE `zt_doc` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_doc` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_docLib` --- - -DROP TABLE IF EXISTS `zt_docLib`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_docLib` ( - `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, - `company` smallint(5) unsigned NOT NULL, - `name` varchar(60) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `company` (`company`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_docLib` --- - -LOCK TABLES `zt_docLib` WRITE; -/*!40000 ALTER TABLE `zt_docLib` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_docLib` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doccontent` --- - -DROP TABLE IF EXISTS `zt_doccontent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doccontent` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `doc` mediumint(8) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `digest` varchar(255) NOT NULL, - `content` longtext NOT NULL, - `files` text NOT NULL, - `type` varchar(10) NOT NULL, - `version` smallint(5) unsigned NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `doc_version` (`doc`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doccontent` --- - -LOCK TABLES `zt_doccontent` WRITE; -/*!40000 ALTER TABLE `zt_doccontent` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_doccontent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doclib` --- - -DROP TABLE IF EXISTS `zt_doclib`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doclib` ( - `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(30) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `name` varchar(60) NOT NULL, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `main` enum('0','1') NOT NULL DEFAULT '0', - `collector` text NOT NULL, - `order` tinyint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doclib` --- - -LOCK TABLES `zt_doclib` WRITE; -/*!40000 ALTER TABLE `zt_doclib` DISABLE KEYS */; -INSERT INTO `zt_doclib` VALUES (1,'product',1,0,'产品库','default','','','1','',0,'0'),(2,'product',2,0,'产品库','default','','','1','',0,'0'),(3,'project',0,1,'项目库','default','','','1','',0,'0'),(4,'project',0,2,'项目库','default','','','1','',0,'0'); -/*!40000 ALTER TABLE `zt_doclib` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_durationestimation` --- - -DROP TABLE IF EXISTS `zt_durationestimation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_durationestimation` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `stage` mediumint(9) NOT NULL, - `workload` varchar(255) NOT NULL, - `worktimeRate` varchar(255) NOT NULL, - `people` varchar(255) NOT NULL, - `startDate` date NOT NULL, - `endDate` date NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_durationestimation` --- - -LOCK TABLES `zt_durationestimation` WRITE; -/*!40000 ALTER TABLE `zt_durationestimation` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_durationestimation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_effort` --- - -DROP TABLE IF EXISTS `zt_effort`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_effort` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `user` char(30) NOT NULL DEFAULT '', - `todo` enum('1','0') NOT NULL DEFAULT '1', - `date` date NOT NULL, - `begin` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `end` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `type` enum('1','2','3') NOT NULL DEFAULT '1', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `status` enum('1','2','3') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `user` (`user`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_effort` --- - -LOCK TABLES `zt_effort` WRITE; -/*!40000 ALTER TABLE `zt_effort` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_effort` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_entry` --- - -DROP TABLE IF EXISTS `zt_entry`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_entry` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `account` varchar(30) NOT NULL DEFAULT '', - `code` varchar(20) NOT NULL, - `key` varchar(32) NOT NULL, - `freePasswd` enum('0','1') NOT NULL DEFAULT '0', - `ip` varchar(100) NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `calledTime` int(10) unsigned NOT NULL DEFAULT '0', - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_entry` --- - -LOCK TABLES `zt_entry` WRITE; -/*!40000 ALTER TABLE `zt_entry` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_entry` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_extension` --- - -DROP TABLE IF EXISTS `zt_extension`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_extension` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(150) NOT NULL, - `code` varchar(30) NOT NULL, - `version` varchar(50) NOT NULL, - `author` varchar(100) NOT NULL, - `desc` text NOT NULL, - `license` text NOT NULL, - `type` varchar(20) NOT NULL DEFAULT 'extension', - `site` varchar(150) NOT NULL, - `zentaoCompatible` varchar(100) NOT NULL, - `installedTime` datetime NOT NULL, - `depends` varchar(100) NOT NULL, - `dirs` mediumtext NOT NULL, - `files` mediumtext NOT NULL, - `status` varchar(20) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `code` (`code`), - KEY `name` (`name`), - KEY `installedTime` (`installedTime`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_extension` --- - -LOCK TABLES `zt_extension` WRITE; -/*!40000 ALTER TABLE `zt_extension` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_extension` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_file` --- - -DROP TABLE IF EXISTS `zt_file`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_file` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `pathname` char(100) NOT NULL, - `title` char(255) NOT NULL, - `extension` char(30) NOT NULL, - `size` int(10) unsigned NOT NULL DEFAULT '0', - `objectType` char(30) NOT NULL, - `objectID` mediumint(9) NOT NULL, - `addedBy` char(30) NOT NULL DEFAULT '', - `addedDate` datetime NOT NULL, - `downloads` mediumint(8) unsigned NOT NULL DEFAULT '0', - `extra` varchar(255) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_file` --- - -LOCK TABLES `zt_file` WRITE; -/*!40000 ALTER TABLE `zt_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_file` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_group` --- - -DROP TABLE IF EXISTS `zt_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_group` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `program` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL, - `role` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `acl` text, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_group` --- - -LOCK TABLES `zt_group` WRITE; -/*!40000 ALTER TABLE `zt_group` DISABLE KEYS */; -INSERT INTO `zt_group` VALUES (1,0,'管理员','admin','系统管理员',NULL),(2,0,'研发','dev','研发人员',NULL),(3,0,'测试','qa','测试人员',NULL),(4,0,'项目经理','pm','项目经理',NULL),(5,0,'产品经理','po','产品经理',NULL),(6,0,'研发主管','td','研发主管',NULL),(7,0,'产品主管','pd','产品主管',NULL),(8,0,'测试主管','qd','测试主管',NULL),(9,0,'高层管理','top','高层管理',NULL),(10,0,'其他','others','其他',NULL),(11,0,'guest','guest','For guest',NULL),(12,0,'受限用户','limited','受限用户分组(只能编辑与自己相关的内容)',NULL); -/*!40000 ALTER TABLE `zt_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_grouppriv` --- - -DROP TABLE IF EXISTS `zt_grouppriv`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_grouppriv` ( - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` char(30) NOT NULL DEFAULT '', - `method` char(30) NOT NULL DEFAULT '', - UNIQUE KEY `group` (`group`,`module`,`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_grouppriv` --- - -LOCK TABLES `zt_grouppriv` WRITE; -/*!40000 ALTER TABLE `zt_grouppriv` DISABLE KEYS */; -INSERT INTO `zt_grouppriv` VALUES (1,'action','editComment'),(1,'action','hideAll'),(1,'action','hideOne'),(1,'action','trash'),(1,'action','undelete'),(1,'admin','checkDB'),(1,'admin','checkWeak'),(1,'admin','index'),(1,'admin','safe'),(1,'api','debug'),(1,'backup','backup'),(1,'backup','change'),(1,'backup','delete'),(1,'backup','index'),(1,'backup','restore'),(1,'branch','delete'),(1,'branch','manage'),(1,'branch','sort'),(1,'bug','activate'),(1,'bug','assignTo'),(1,'bug','batchActivate'),(1,'bug','batchAssignTo'),(1,'bug','batchChangeModule'),(1,'bug','batchClose'),(1,'bug','batchConfirm'),(1,'bug','batchCreate'),(1,'bug','batchEdit'),(1,'bug','batchResolve'),(1,'bug','browse'),(1,'bug','close'),(1,'bug','confirmBug'),(1,'bug','confirmStoryChange'),(1,'bug','create'),(1,'bug','delete'),(1,'bug','deleteTemplate'),(1,'bug','edit'),(1,'bug','export'),(1,'bug','index'),(1,'bug','linkBugs'),(1,'bug','report'),(1,'bug','resolve'),(1,'bug','saveTemplate'),(1,'bug','unlinkBug'),(1,'bug','view'),(1,'build','batchUnlinkBug'),(1,'build','batchUnlinkStory'),(1,'build','create'),(1,'build','delete'),(1,'build','edit'),(1,'build','linkBug'),(1,'build','linkStory'),(1,'build','unlinkBug'),(1,'build','unlinkStory'),(1,'build','view'),(1,'company','browse'),(1,'company','dynamic'),(1,'company','edit'),(1,'company','index'),(1,'company','view'),(1,'compile','browse'),(1,'compile','logs'),(1,'convert','checkBugFree'),(1,'convert','checkConfig'),(1,'convert','checkRedmine'),(1,'convert','convertBugFree'),(1,'convert','convertRedmine'),(1,'convert','execute'),(1,'convert','index'),(1,'convert','selectSource'),(1,'convert','setBugfree'),(1,'convert','setConfig'),(1,'convert','setRedmine'),(1,'cron','create'),(1,'cron','delete'),(1,'cron','edit'),(1,'cron','index'),(1,'cron','toggle'),(1,'cron','turnon'),(1,'custom','flow'),(1,'custom','index'),(1,'custom','restore'),(1,'custom','set'),(1,'custom','working'),(1,'dept','browse'),(1,'dept','delete'),(1,'dept','edit'),(1,'dept','manageChild'),(1,'dept','updateOrder'),(1,'dev','api'),(1,'dev','db'),(1,'dev','editor'),(1,'dev','translate'),(1,'doc','allLibs'),(1,'doc','browse'),(1,'doc','create'),(1,'doc','createLib'),(1,'doc','delete'),(1,'doc','deleteFile'),(1,'doc','deleteLib'),(1,'doc','edit'),(1,'doc','editLib'),(1,'doc','index'),(1,'doc','objectLibs'),(1,'doc','showFiles'),(1,'doc','sort'),(1,'doc','view'),(1,'extension','activate'),(1,'extension','browse'),(1,'extension','deactivate'),(1,'extension','erase'),(1,'extension','install'),(1,'extension','obtain'),(1,'extension','structure'),(1,'extension','uninstall'),(1,'extension','upgrade'),(1,'extension','upload'),(1,'file','delete'),(1,'file','download'),(1,'file','edit'),(1,'file','uploadImages'),(1,'git','apiSync'),(1,'git','cat'),(1,'git','diff'),(1,'group','browse'),(1,'group','copy'),(1,'group','create'),(1,'group','delete'),(1,'group','edit'),(1,'group','manageMember'),(1,'group','managePriv'),(1,'group','manageView'),(1,'index','index'),(1,'jenkins','browse'),(1,'jenkins','create'),(1,'jenkins','delete'),(1,'jenkins','edit'),(1,'job','browse'),(1,'job','create'),(1,'job','delete'),(1,'job','edit'),(1,'job','exec'),(1,'mail','batchDelete'),(1,'mail','browse'),(1,'mail','delete'),(1,'mail','detect'),(1,'mail','edit'),(1,'mail','index'),(1,'mail','resend'),(1,'mail','reset'),(1,'mail','save'),(1,'mail','test'),(1,'message','browser'),(1,'message','index'),(1,'message','setting'),(1,'misc','ping'),(1,'my','bug'),(1,'my','calendar'),(1,'my','changePassword'),(1,'my','deleteContacts'),(1,'my','dynamic'),(1,'my','editProfile'),(1,'my','index'),(1,'my','manageContacts'),(1,'my','profile'),(1,'my','project'),(1,'my','story'),(1,'my','task'),(1,'my','testCase'),(1,'my','testTask'),(1,'my','todo'),(1,'my','unbind'),(1,'product','all'),(1,'product','batchEdit'),(1,'product','browse'),(1,'product','build'),(1,'product','close'),(1,'product','create'),(1,'product','delete'),(1,'product','doc'),(1,'product','dynamic'),(1,'product','edit'),(1,'product','index'),(1,'product','order'),(1,'product','project'),(1,'product','roadmap'),(1,'product','updateOrder'),(1,'product','view'),(1,'productplan','batchUnlinkBug'),(1,'productplan','batchUnlinkStory'),(1,'productplan','browse'),(1,'productplan','create'),(1,'productplan','delete'),(1,'productplan','edit'),(1,'productplan','linkBug'),(1,'productplan','linkStory'),(1,'productplan','unlinkBug'),(1,'productplan','unlinkStory'),(1,'productplan','view'),(1,'project','activate'),(1,'project','all'),(1,'project','batchedit'),(1,'project','batchUnlinkStory'),(1,'project','browse'),(1,'project','bug'),(1,'project','build'),(1,'project','burn'),(1,'project','close'),(1,'project','computeBurn'),(1,'project','create'),(1,'project','delete'),(1,'project','doc'),(1,'project','dynamic'),(1,'project','edit'),(1,'project','grouptask'),(1,'project','importBug'),(1,'project','importPlanStories'),(1,'project','importtask'),(1,'project','index'),(1,'project','kanban'),(1,'project','linkStory'),(1,'project','manageMembers'),(1,'project','manageProducts'),(1,'project','order'),(1,'project','putoff'),(1,'project','start'),(1,'project','story'),(1,'project','suspend'),(1,'project','task'),(1,'project','team'),(1,'project','testtask'),(1,'project','tree'),(1,'project','treestory'),(1,'project','treetask'),(1,'project','unlinkMember'),(1,'project','unlinkStory'),(1,'project','updateOrder'),(1,'project','view'),(1,'qa','index'),(1,'release','batchUnlinkBug'),(1,'release','batchUnlinkStory'),(1,'release','browse'),(1,'release','changeStatus'),(1,'release','create'),(1,'release','delete'),(1,'release','edit'),(1,'release','export'),(1,'release','linkBug'),(1,'release','linkStory'),(1,'release','unlinkBug'),(1,'release','unlinkStory'),(1,'release','view'),(1,'repo','blame'),(1,'repo','browse'),(1,'repo','create'),(1,'repo','delete'),(1,'repo','diff'),(1,'repo','download'),(1,'repo','edit'),(1,'repo','log'),(1,'repo','maintain'),(1,'repo','revision'),(1,'repo','setRules'),(1,'repo','showSyncCommit'),(1,'repo','view'),(1,'report','bugAssign'),(1,'report','bugCreate'),(1,'report','index'),(1,'report','productSummary'),(1,'report','projectDeviation'),(1,'report','workload'),(1,'search','buildForm'),(1,'search','buildQuery'),(1,'search','deleteQuery'),(1,'search','saveQuery'),(1,'search','select'),(1,'story','activate'),(1,'story','assignTo'),(1,'story','batchAssignTo'),(1,'story','batchChangeBranch'),(1,'story','batchChangeModule'),(1,'story','batchChangePlan'),(1,'story','batchChangeStage'),(1,'story','batchClose'),(1,'story','batchCreate'),(1,'story','batchEdit'),(1,'story','batchReview'),(1,'story','bugs'),(1,'story','cases'),(1,'story','change'),(1,'story','close'),(1,'story','create'),(1,'story','delete'),(1,'story','edit'),(1,'story','export'),(1,'story','linkStory'),(1,'story','report'),(1,'story','review'),(1,'story','tasks'),(1,'story','unlinkStory'),(1,'story','view'),(1,'story','zeroCase'),(1,'svn','apiSync'),(1,'svn','cat'),(1,'svn','diff'),(1,'task','activate'),(1,'task','assignTo'),(1,'task','batchAssignTo'),(1,'task','batchChangeModule'),(1,'task','batchClose'),(1,'task','batchCreate'),(1,'task','batchEdit'),(1,'task','cancel'),(1,'task','close'),(1,'task','confirmStoryChange'),(1,'task','create'),(1,'task','delete'),(1,'task','deleteEstimate'),(1,'task','edit'),(1,'task','editEstimate'),(1,'task','export'),(1,'task','finish'),(1,'task','pause'),(1,'task','recordEstimate'),(1,'task','report'),(1,'task','restart'),(1,'task','start'),(1,'task','view'),(1,'testcase','batchCaseTypeChange'),(1,'testcase','batchChangeModule'),(1,'testcase','batchConfirmStoryChange'),(1,'testcase','batchCreate'),(1,'testcase','batchDelete'),(1,'testcase','batchEdit'),(1,'testcase','batchReview'),(1,'testcase','browse'),(1,'testcase','bugs'),(1,'testcase','confirmChange'),(1,'testcase','confirmStoryChange'),(1,'testcase','create'),(1,'testcase','createBug'),(1,'testcase','delete'),(1,'testcase','edit'),(1,'testcase','export'),(1,'testcase','exportTemplet'),(1,'testcase','groupCase'),(1,'testcase','import'),(1,'testcase','importFromLib'),(1,'testcase','index'),(1,'testcase','linkCases'),(1,'testcase','review'),(1,'testcase','showImport'),(1,'testcase','unlinkCase'),(1,'testcase','view'),(1,'testreport','browse'),(1,'testreport','create'),(1,'testreport','delete'),(1,'testreport','edit'),(1,'testreport','view'),(1,'testsuite','batchCreateCase'),(1,'testsuite','batchUnlinkCases'),(1,'testsuite','browse'),(1,'testsuite','create'),(1,'testsuite','createCase'),(1,'testsuite','createLib'),(1,'testsuite','delete'),(1,'testsuite','edit'),(1,'testsuite','exportTemplet'),(1,'testsuite','import'),(1,'testsuite','index'),(1,'testsuite','library'),(1,'testsuite','libView'),(1,'testsuite','linkCase'),(1,'testsuite','showImport'),(1,'testsuite','unlinkCase'),(1,'testsuite','view'),(1,'testtask','activate'),(1,'testtask','batchAssign'),(1,'testtask','batchRun'),(1,'testtask','block'),(1,'testtask','browse'),(1,'testtask','cases'),(1,'testtask','close'),(1,'testtask','create'),(1,'testtask','delete'),(1,'testtask','edit'),(1,'testtask','groupCase'),(1,'testtask','index'),(1,'testtask','linkcase'),(1,'testtask','report'),(1,'testtask','results'),(1,'testtask','runcase'),(1,'testtask','start'),(1,'testtask','unlinkcase'),(1,'testtask','view'),(1,'todo','activate'),(1,'todo','assignTo'),(1,'todo','batchClose'),(1,'todo','batchCreate'),(1,'todo','batchEdit'),(1,'todo','batchFinish'),(1,'todo','close'),(1,'todo','create'),(1,'todo','createCycle'),(1,'todo','delete'),(1,'todo','edit'),(1,'todo','export'),(1,'todo','finish'),(1,'todo','import2Today'),(1,'todo','view'),(1,'tree','browse'),(1,'tree','browseTask'),(1,'tree','delete'),(1,'tree','edit'),(1,'tree','fix'),(1,'tree','manageChild'),(1,'tree','updateOrder'),(1,'user','batchCreate'),(1,'user','batchEdit'),(1,'user','bug'),(1,'user','create'),(1,'user','delete'),(1,'user','deleteContacts'),(1,'user','dynamic'),(1,'user','edit'),(1,'user','manageContacts'),(1,'user','profile'),(1,'user','project'),(1,'user','story'),(1,'user','task'),(1,'user','testCase'),(1,'user','testTask'),(1,'user','todo'),(1,'user','unbind'),(1,'user','unlock'),(1,'user','view'),(2,'action','editComment'),(2,'bug','activate'),(2,'bug','assignTo'),(2,'bug','batchActivate'),(2,'bug','batchAssignTo'),(2,'bug','batchChangeModule'),(2,'bug','batchClose'),(2,'bug','batchConfirm'),(2,'bug','batchCreate'),(2,'bug','batchEdit'),(2,'bug','batchResolve'),(2,'bug','browse'),(2,'bug','close'),(2,'bug','confirmBug'),(2,'bug','confirmStoryChange'),(2,'bug','create'),(2,'bug','deleteTemplate'),(2,'bug','edit'),(2,'bug','export'),(2,'bug','index'),(2,'bug','linkBugs'),(2,'bug','report'),(2,'bug','resolve'),(2,'bug','saveTemplate'),(2,'bug','unlinkBug'),(2,'bug','view'),(2,'build','create'),(2,'build','delete'),(2,'build','edit'),(2,'build','view'),(2,'company','browse'),(2,'company','dynamic'),(2,'company','index'),(2,'company','view'),(2,'doc','allLibs'),(2,'doc','browse'),(2,'doc','create'),(2,'doc','edit'),(2,'doc','index'),(2,'doc','objectLibs'),(2,'doc','showFiles'),(2,'doc','view'),(2,'file','download'),(2,'file','edit'),(2,'git','apiSync'),(2,'git','cat'),(2,'git','diff'),(2,'group','browse'),(2,'index','index'),(2,'misc','ping'),(2,'my','bug'),(2,'my','calendar'),(2,'my','changePassword'),(2,'my','deleteContacts'),(2,'my','dynamic'),(2,'my','editProfile'),(2,'my','index'),(2,'my','manageContacts'),(2,'my','profile'),(2,'my','project'),(2,'my','story'),(2,'my','task'),(2,'my','todo'),(2,'my','unbind'),(2,'product','all'),(2,'product','browse'),(2,'product','build'),(2,'product','doc'),(2,'product','dynamic'),(2,'product','index'),(2,'product','project'),(2,'product','roadmap'),(2,'product','view'),(2,'productplan','browse'),(2,'productplan','view'),(2,'project','all'),(2,'project','browse'),(2,'project','bug'),(2,'project','build'),(2,'project','burn'),(2,'project','computeBurn'),(2,'project','doc'),(2,'project','dynamic'),(2,'project','grouptask'),(2,'project','importBug'),(2,'project','importtask'),(2,'project','index'),(2,'project','kanban'),(2,'project','story'),(2,'project','task'),(2,'project','team'),(2,'project','testtask'),(2,'project','tree'),(2,'project','treestory'),(2,'project','treetask'),(2,'project','view'),(2,'qa','index'),(2,'release','browse'),(2,'release','export'),(2,'release','view'),(2,'repo','blame'),(2,'repo','browse'),(2,'repo','diff'),(2,'repo','download'),(2,'repo','log'),(2,'repo','revision'),(2,'repo','showSyncCommit'),(2,'repo','view'),(2,'report','bugAssign'),(2,'report','bugCreate'),(2,'report','index'),(2,'report','productSummary'),(2,'report','projectDeviation'),(2,'report','workload'),(2,'search','buildForm'),(2,'search','buildQuery'),(2,'search','deleteQuery'),(2,'search','saveQuery'),(2,'search','select'),(2,'story','bugs'),(2,'story','cases'),(2,'story','export'),(2,'story','report'),(2,'story','tasks'),(2,'story','view'),(2,'svn','apiSync'),(2,'svn','cat'),(2,'svn','diff'),(2,'task','activate'),(2,'task','assignTo'),(2,'task','batchAssignTo'),(2,'task','batchChangeModule'),(2,'task','batchClose'),(2,'task','batchCreate'),(2,'task','batchEdit'),(2,'task','cancel'),(2,'task','close'),(2,'task','confirmStoryChange'),(2,'task','create'),(2,'task','deleteEstimate'),(2,'task','edit'),(2,'task','editEstimate'),(2,'task','export'),(2,'task','finish'),(2,'task','pause'),(2,'task','recordEstimate'),(2,'task','report'),(2,'task','restart'),(2,'task','start'),(2,'task','view'),(2,'testcase','browse'),(2,'testcase','bugs'),(2,'testcase','export'),(2,'testcase','groupCase'),(2,'testcase','index'),(2,'testcase','view'),(2,'testsuite','browse'),(2,'testsuite','index'),(2,'testsuite','view'),(2,'testtask','browse'),(2,'testtask','cases'),(2,'testtask','create'),(2,'testtask','edit'),(2,'testtask','groupCase'),(2,'testtask','index'),(2,'testtask','results'),(2,'testtask','view'),(2,'todo','activate'),(2,'todo','assignTo'),(2,'todo','batchClose'),(2,'todo','batchCreate'),(2,'todo','batchEdit'),(2,'todo','batchFinish'),(2,'todo','close'),(2,'todo','create'),(2,'todo','createCycle'),(2,'todo','delete'),(2,'todo','edit'),(2,'todo','export'),(2,'todo','finish'),(2,'todo','import2Today'),(2,'todo','view'),(2,'user','bug'),(2,'user','deleteContacts'),(2,'user','dynamic'),(2,'user','manageContacts'),(2,'user','profile'),(2,'user','project'),(2,'user','story'),(2,'user','task'),(2,'user','testCase'),(2,'user','testTask'),(2,'user','todo'),(2,'user','view'),(3,'action','editComment'),(3,'bug','activate'),(3,'bug','assignTo'),(3,'bug','batchActivate'),(3,'bug','batchChangeModule'),(3,'bug','batchClose'),(3,'bug','batchConfirm'),(3,'bug','batchCreate'),(3,'bug','batchEdit'),(3,'bug','batchResolve'),(3,'bug','browse'),(3,'bug','close'),(3,'bug','confirmBug'),(3,'bug','confirmStoryChange'),(3,'bug','create'),(3,'bug','deleteTemplate'),(3,'bug','edit'),(3,'bug','export'),(3,'bug','index'),(3,'bug','linkBugs'),(3,'bug','report'),(3,'bug','resolve'),(3,'bug','saveTemplate'),(3,'bug','unlinkBug'),(3,'bug','view'),(3,'build','create'),(3,'build','edit'),(3,'build','view'),(3,'company','browse'),(3,'company','dynamic'),(3,'company','index'),(3,'company','view'),(3,'doc','allLibs'),(3,'doc','browse'),(3,'doc','create'),(3,'doc','edit'),(3,'doc','index'),(3,'doc','objectLibs'),(3,'doc','showFiles'),(3,'doc','view'),(3,'file','download'),(3,'file','edit'),(3,'git','apiSync'),(3,'git','cat'),(3,'git','diff'),(3,'group','browse'),(3,'index','index'),(3,'misc','ping'),(3,'my','bug'),(3,'my','calendar'),(3,'my','changePassword'),(3,'my','deleteContacts'),(3,'my','dynamic'),(3,'my','editProfile'),(3,'my','index'),(3,'my','manageContacts'),(3,'my','profile'),(3,'my','project'),(3,'my','story'),(3,'my','task'),(3,'my','testCase'),(3,'my','testTask'),(3,'my','todo'),(3,'my','unbind'),(3,'product','all'),(3,'product','browse'),(3,'product','build'),(3,'product','doc'),(3,'product','dynamic'),(3,'product','index'),(3,'product','project'),(3,'product','roadmap'),(3,'product','view'),(3,'productplan','browse'),(3,'productplan','view'),(3,'project','all'),(3,'project','browse'),(3,'project','bug'),(3,'project','build'),(3,'project','burn'),(3,'project','computeBurn'),(3,'project','doc'),(3,'project','dynamic'),(3,'project','grouptask'),(3,'project','importBug'),(3,'project','importtask'),(3,'project','index'),(3,'project','kanban'),(3,'project','story'),(3,'project','task'),(3,'project','team'),(3,'project','testtask'),(3,'project','tree'),(3,'project','treestory'),(3,'project','treetask'),(3,'project','view'),(3,'qa','index'),(3,'release','browse'),(3,'release','export'),(3,'release','view'),(3,'repo','blame'),(3,'repo','browse'),(3,'repo','diff'),(3,'repo','download'),(3,'repo','log'),(3,'repo','revision'),(3,'repo','showSyncCommit'),(3,'repo','view'),(3,'report','bugAssign'),(3,'report','bugCreate'),(3,'report','index'),(3,'report','productSummary'),(3,'report','projectDeviation'),(3,'report','workload'),(3,'search','buildForm'),(3,'search','buildQuery'),(3,'search','deleteQuery'),(3,'search','saveQuery'),(3,'search','select'),(3,'story','bugs'),(3,'story','cases'),(3,'story','export'),(3,'story','report'),(3,'story','tasks'),(3,'story','view'),(3,'story','zeroCase'),(3,'svn','apiSync'),(3,'svn','cat'),(3,'svn','diff'),(3,'task','activate'),(3,'task','assignTo'),(3,'task','batchAssignTo'),(3,'task','batchChangeModule'),(3,'task','batchClose'),(3,'task','batchCreate'),(3,'task','batchEdit'),(3,'task','cancel'),(3,'task','close'),(3,'task','confirmStoryChange'),(3,'task','create'),(3,'task','deleteEstimate'),(3,'task','edit'),(3,'task','editEstimate'),(3,'task','export'),(3,'task','finish'),(3,'task','pause'),(3,'task','recordEstimate'),(3,'task','report'),(3,'task','restart'),(3,'task','start'),(3,'task','view'),(3,'testcase','batchCaseTypeChange'),(3,'testcase','batchChangeModule'),(3,'testcase','batchConfirmStoryChange'),(3,'testcase','batchCreate'),(3,'testcase','batchEdit'),(3,'testcase','batchReview'),(3,'testcase','browse'),(3,'testcase','bugs'),(3,'testcase','confirmChange'),(3,'testcase','confirmStoryChange'),(3,'testcase','create'),(3,'testcase','createBug'),(3,'testcase','edit'),(3,'testcase','export'),(3,'testcase','exportTemplet'),(3,'testcase','groupCase'),(3,'testcase','import'),(3,'testcase','index'),(3,'testcase','linkCases'),(3,'testcase','review'),(3,'testcase','showImport'),(3,'testcase','unlinkCase'),(3,'testcase','view'),(3,'testreport','browse'),(3,'testreport','view'),(3,'testsuite','browse'),(3,'testsuite','create'),(3,'testsuite','delete'),(3,'testsuite','edit'),(3,'testsuite','index'),(3,'testsuite','linkCase'),(3,'testsuite','unlinkCase'),(3,'testsuite','view'),(3,'testtask','activate'),(3,'testtask','batchAssign'),(3,'testtask','batchRun'),(3,'testtask','block'),(3,'testtask','browse'),(3,'testtask','cases'),(3,'testtask','close'),(3,'testtask','create'),(3,'testtask','edit'),(3,'testtask','groupCase'),(3,'testtask','index'),(3,'testtask','linkcase'),(3,'testtask','report'),(3,'testtask','results'),(3,'testtask','runcase'),(3,'testtask','start'),(3,'testtask','unlinkcase'),(3,'testtask','view'),(3,'todo','activate'),(3,'todo','assignTo'),(3,'todo','batchClose'),(3,'todo','batchCreate'),(3,'todo','batchEdit'),(3,'todo','batchFinish'),(3,'todo','close'),(3,'todo','create'),(3,'todo','createCycle'),(3,'todo','delete'),(3,'todo','edit'),(3,'todo','export'),(3,'todo','finish'),(3,'todo','import2Today'),(3,'todo','view'),(3,'user','bug'),(3,'user','deleteContacts'),(3,'user','dynamic'),(3,'user','manageContacts'),(3,'user','profile'),(3,'user','project'),(3,'user','story'),(3,'user','task'),(3,'user','testCase'),(3,'user','testTask'),(3,'user','todo'),(3,'user','view'),(4,'action','editComment'),(4,'action','hideAll'),(4,'action','hideOne'),(4,'action','trash'),(4,'action','undelete'),(4,'admin','index'),(4,'bug','activate'),(4,'bug','assignTo'),(4,'bug','batchActivate'),(4,'bug','batchAssignTo'),(4,'bug','batchChangeModule'),(4,'bug','batchClose'),(4,'bug','batchConfirm'),(4,'bug','batchCreate'),(4,'bug','batchEdit'),(4,'bug','batchResolve'),(4,'bug','browse'),(4,'bug','close'),(4,'bug','confirmBug'),(4,'bug','confirmStoryChange'),(4,'bug','create'),(4,'bug','delete'),(4,'bug','deleteTemplate'),(4,'bug','edit'),(4,'bug','export'),(4,'bug','index'),(4,'bug','linkBugs'),(4,'bug','report'),(4,'bug','resolve'),(4,'bug','saveTemplate'),(4,'bug','unlinkBug'),(4,'bug','view'),(4,'build','batchUnlinkBug'),(4,'build','batchUnlinkStory'),(4,'build','create'),(4,'build','delete'),(4,'build','edit'),(4,'build','linkBug'),(4,'build','linkStory'),(4,'build','unlinkBug'),(4,'build','unlinkStory'),(4,'build','view'),(4,'company','browse'),(4,'company','dynamic'),(4,'company','index'),(4,'company','view'),(4,'compile','browse'),(4,'compile','logs'),(4,'doc','allLibs'),(4,'doc','browse'),(4,'doc','create'),(4,'doc','createLib'),(4,'doc','delete'),(4,'doc','deleteFile'),(4,'doc','deleteLib'),(4,'doc','edit'),(4,'doc','editLib'),(4,'doc','index'),(4,'doc','objectLibs'),(4,'doc','showFiles'),(4,'doc','view'),(4,'extension','browse'),(4,'extension','obtain'),(4,'extension','structure'),(4,'file','delete'),(4,'file','download'),(4,'file','edit'),(4,'file','uploadImages'),(4,'git','apiSync'),(4,'git','cat'),(4,'git','diff'),(4,'group','browse'),(4,'index','index'),(4,'jenkins','browse'),(4,'jenkins','create'),(4,'jenkins','delete'),(4,'jenkins','edit'),(4,'job','browse'),(4,'job','create'),(4,'job','delete'),(4,'job','edit'),(4,'job','exec'),(4,'misc','ping'),(4,'my','bug'),(4,'my','calendar'),(4,'my','changePassword'),(4,'my','deleteContacts'),(4,'my','dynamic'),(4,'my','editProfile'),(4,'my','index'),(4,'my','manageContacts'),(4,'my','profile'),(4,'my','project'),(4,'my','story'),(4,'my','task'),(4,'my','testCase'),(4,'my','testTask'),(4,'my','todo'),(4,'my','unbind'),(4,'product','all'),(4,'product','browse'),(4,'product','build'),(4,'product','doc'),(4,'product','dynamic'),(4,'product','index'),(4,'product','project'),(4,'product','roadmap'),(4,'product','view'),(4,'productplan','browse'),(4,'productplan','view'),(4,'project','activate'),(4,'project','all'),(4,'project','batchedit'),(4,'project','batchUnlinkStory'),(4,'project','browse'),(4,'project','bug'),(4,'project','build'),(4,'project','burn'),(4,'project','close'),(4,'project','computeBurn'),(4,'project','create'),(4,'project','delete'),(4,'project','doc'),(4,'project','dynamic'),(4,'project','edit'),(4,'project','grouptask'),(4,'project','importBug'),(4,'project','importPlanStories'),(4,'project','importtask'),(4,'project','index'),(4,'project','kanban'),(4,'project','linkStory'),(4,'project','manageMembers'),(4,'project','manageProducts'),(4,'project','order'),(4,'project','putoff'),(4,'project','start'),(4,'project','story'),(4,'project','suspend'),(4,'project','task'),(4,'project','team'),(4,'project','testtask'),(4,'project','tree'),(4,'project','treestory'),(4,'project','treetask'),(4,'project','unlinkMember'),(4,'project','unlinkStory'),(4,'project','updateOrder'),(4,'project','view'),(4,'qa','index'),(4,'release','browse'),(4,'release','export'),(4,'release','view'),(4,'repo','blame'),(4,'repo','browse'),(4,'repo','create'),(4,'repo','delete'),(4,'repo','diff'),(4,'repo','download'),(4,'repo','edit'),(4,'repo','log'),(4,'repo','maintain'),(4,'repo','revision'),(4,'repo','setRules'),(4,'repo','showSyncCommit'),(4,'repo','view'),(4,'report','bugAssign'),(4,'report','bugCreate'),(4,'report','index'),(4,'report','productSummary'),(4,'report','projectDeviation'),(4,'report','workload'),(4,'search','buildForm'),(4,'search','buildQuery'),(4,'search','deleteQuery'),(4,'search','saveQuery'),(4,'search','select'),(4,'story','bugs'),(4,'story','cases'),(4,'story','export'),(4,'story','report'),(4,'story','tasks'),(4,'story','view'),(4,'story','zeroCase'),(4,'svn','apiSync'),(4,'svn','cat'),(4,'svn','diff'),(4,'task','activate'),(4,'task','assignTo'),(4,'task','batchAssignTo'),(4,'task','batchChangeModule'),(4,'task','batchClose'),(4,'task','batchCreate'),(4,'task','batchEdit'),(4,'task','cancel'),(4,'task','close'),(4,'task','confirmStoryChange'),(4,'task','create'),(4,'task','delete'),(4,'task','deleteEstimate'),(4,'task','edit'),(4,'task','editEstimate'),(4,'task','export'),(4,'task','finish'),(4,'task','pause'),(4,'task','recordEstimate'),(4,'task','report'),(4,'task','restart'),(4,'task','start'),(4,'task','view'),(4,'testcase','browse'),(4,'testcase','bugs'),(4,'testcase','createBug'),(4,'testcase','export'),(4,'testcase','groupCase'),(4,'testcase','index'),(4,'testcase','view'),(4,'testsuite','browse'),(4,'testsuite','index'),(4,'testsuite','view'),(4,'testtask','batchAssign'),(4,'testtask','browse'),(4,'testtask','cases'),(4,'testtask','create'),(4,'testtask','edit'),(4,'testtask','groupCase'),(4,'testtask','index'),(4,'testtask','results'),(4,'testtask','view'),(4,'todo','activate'),(4,'todo','assignTo'),(4,'todo','batchClose'),(4,'todo','batchCreate'),(4,'todo','batchEdit'),(4,'todo','batchFinish'),(4,'todo','close'),(4,'todo','create'),(4,'todo','createCycle'),(4,'todo','delete'),(4,'todo','edit'),(4,'todo','export'),(4,'todo','finish'),(4,'todo','import2Today'),(4,'todo','view'),(4,'tree','browse'),(4,'tree','browseTask'),(4,'tree','delete'),(4,'tree','edit'),(4,'tree','fix'),(4,'tree','manageChild'),(4,'tree','updateOrder'),(4,'user','bug'),(4,'user','deleteContacts'),(4,'user','dynamic'),(4,'user','manageContacts'),(4,'user','profile'),(4,'user','project'),(4,'user','story'),(4,'user','task'),(4,'user','testCase'),(4,'user','testTask'),(4,'user','todo'),(4,'user','view'),(5,'action','editComment'),(5,'action','hideAll'),(5,'action','hideOne'),(5,'action','trash'),(5,'action','undelete'),(5,'admin','index'),(5,'branch','delete'),(5,'branch','manage'),(5,'branch','sort'),(5,'bug','activate'),(5,'bug','assignTo'),(5,'bug','batchActivate'),(5,'bug','batchAssignTo'),(5,'bug','batchChangeModule'),(5,'bug','batchClose'),(5,'bug','batchConfirm'),(5,'bug','batchCreate'),(5,'bug','batchEdit'),(5,'bug','batchResolve'),(5,'bug','browse'),(5,'bug','close'),(5,'bug','confirmBug'),(5,'bug','confirmStoryChange'),(5,'bug','create'),(5,'bug','deleteTemplate'),(5,'bug','edit'),(5,'bug','export'),(5,'bug','index'),(5,'bug','linkBugs'),(5,'bug','report'),(5,'bug','resolve'),(5,'bug','saveTemplate'),(5,'bug','unlinkBug'),(5,'bug','view'),(5,'build','view'),(5,'company','browse'),(5,'company','dynamic'),(5,'company','index'),(5,'company','view'),(5,'compile','browse'),(5,'compile','logs'),(5,'doc','allLibs'),(5,'doc','browse'),(5,'doc','create'),(5,'doc','createLib'),(5,'doc','delete'),(5,'doc','deleteFile'),(5,'doc','deleteLib'),(5,'doc','edit'),(5,'doc','editLib'),(5,'doc','index'),(5,'doc','objectLibs'),(5,'doc','showFiles'),(5,'doc','view'),(5,'extension','browse'),(5,'extension','obtain'),(5,'extension','structure'),(5,'file','delete'),(5,'file','download'),(5,'file','edit'),(5,'file','uploadImages'),(5,'git','apiSync'),(5,'git','cat'),(5,'git','diff'),(5,'group','browse'),(5,'index','index'),(5,'jenkins','browse'),(5,'jenkins','create'),(5,'jenkins','delete'),(5,'jenkins','edit'),(5,'job','browse'),(5,'job','create'),(5,'job','delete'),(5,'job','edit'),(5,'job','exec'),(5,'misc','ping'),(5,'my','bug'),(5,'my','calendar'),(5,'my','changePassword'),(5,'my','deleteContacts'),(5,'my','dynamic'),(5,'my','editProfile'),(5,'my','index'),(5,'my','manageContacts'),(5,'my','profile'),(5,'my','project'),(5,'my','story'),(5,'my','task'),(5,'my','testCase'),(5,'my','testTask'),(5,'my','todo'),(5,'my','unbind'),(5,'product','all'),(5,'product','batchEdit'),(5,'product','browse'),(5,'product','build'),(5,'product','close'),(5,'product','create'),(5,'product','delete'),(5,'product','doc'),(5,'product','dynamic'),(5,'product','edit'),(5,'product','index'),(5,'product','order'),(5,'product','project'),(5,'product','roadmap'),(5,'product','updateOrder'),(5,'product','view'),(5,'productplan','batchUnlinkBug'),(5,'productplan','batchUnlinkStory'),(5,'productplan','browse'),(5,'productplan','create'),(5,'productplan','delete'),(5,'productplan','edit'),(5,'productplan','linkBug'),(5,'productplan','linkStory'),(5,'productplan','unlinkBug'),(5,'productplan','unlinkStory'),(5,'productplan','view'),(5,'project','activate'),(5,'project','all'),(5,'project','batchedit'),(5,'project','batchUnlinkStory'),(5,'project','browse'),(5,'project','bug'),(5,'project','build'),(5,'project','burn'),(5,'project','close'),(5,'project','computeBurn'),(5,'project','create'),(5,'project','delete'),(5,'project','doc'),(5,'project','dynamic'),(5,'project','edit'),(5,'project','grouptask'),(5,'project','importBug'),(5,'project','importPlanStories'),(5,'project','importtask'),(5,'project','index'),(5,'project','kanban'),(5,'project','linkStory'),(5,'project','manageMembers'),(5,'project','manageProducts'),(5,'project','order'),(5,'project','putoff'),(5,'project','start'),(5,'project','story'),(5,'project','suspend'),(5,'project','task'),(5,'project','team'),(5,'project','testtask'),(5,'project','tree'),(5,'project','treestory'),(5,'project','treetask'),(5,'project','unlinkMember'),(5,'project','unlinkStory'),(5,'project','updateOrder'),(5,'project','view'),(5,'qa','index'),(5,'release','batchUnlinkBug'),(5,'release','batchUnlinkStory'),(5,'release','browse'),(5,'release','changeStatus'),(5,'release','create'),(5,'release','delete'),(5,'release','edit'),(5,'release','export'),(5,'release','linkBug'),(5,'release','linkStory'),(5,'release','unlinkBug'),(5,'release','unlinkStory'),(5,'release','view'),(5,'repo','blame'),(5,'repo','browse'),(5,'repo','create'),(5,'repo','delete'),(5,'repo','diff'),(5,'repo','download'),(5,'repo','edit'),(5,'repo','log'),(5,'repo','maintain'),(5,'repo','revision'),(5,'repo','setRules'),(5,'repo','showSyncCommit'),(5,'repo','view'),(5,'report','bugAssign'),(5,'report','bugCreate'),(5,'report','index'),(5,'report','productSummary'),(5,'report','projectDeviation'),(5,'report','workload'),(5,'search','buildForm'),(5,'search','buildQuery'),(5,'search','deleteQuery'),(5,'search','saveQuery'),(5,'search','select'),(5,'story','activate'),(5,'story','batchChangeBranch'),(5,'story','batchChangeModule'),(5,'story','batchChangePlan'),(5,'story','batchChangeStage'),(5,'story','batchClose'),(5,'story','batchCreate'),(5,'story','batchEdit'),(5,'story','batchReview'),(5,'story','bugs'),(5,'story','cases'),(5,'story','change'),(5,'story','close'),(5,'story','create'),(5,'story','delete'),(5,'story','edit'),(5,'story','export'),(5,'story','linkStory'),(5,'story','report'),(5,'story','review'),(5,'story','tasks'),(5,'story','unlinkStory'),(5,'story','view'),(5,'story','zeroCase'),(5,'svn','apiSync'),(5,'svn','cat'),(5,'svn','diff'),(5,'task','confirmStoryChange'),(5,'task','deleteEstimate'),(5,'task','editEstimate'),(5,'task','export'),(5,'task','recordEstimate'),(5,'task','report'),(5,'task','view'),(5,'testcase','browse'),(5,'testcase','bugs'),(5,'testcase','createBug'),(5,'testcase','export'),(5,'testcase','groupCase'),(5,'testcase','importFromLib'),(5,'testcase','index'),(5,'testcase','view'),(5,'testsuite','batchCreateCase'),(5,'testsuite','browse'),(5,'testsuite','createCase'),(5,'testsuite','createLib'),(5,'testsuite','exportTemplet'),(5,'testsuite','import'),(5,'testsuite','index'),(5,'testsuite','library'),(5,'testsuite','libView'),(5,'testsuite','showImport'),(5,'testsuite','view'),(5,'testtask','browse'),(5,'testtask','cases'),(5,'testtask','groupCase'),(5,'testtask','index'),(5,'testtask','results'),(5,'testtask','view'),(5,'todo','activate'),(5,'todo','assignTo'),(5,'todo','batchClose'),(5,'todo','batchCreate'),(5,'todo','batchEdit'),(5,'todo','batchFinish'),(5,'todo','close'),(5,'todo','create'),(5,'todo','createCycle'),(5,'todo','delete'),(5,'todo','edit'),(5,'todo','export'),(5,'todo','finish'),(5,'todo','import2Today'),(5,'todo','view'),(5,'tree','browse'),(5,'tree','browseTask'),(5,'tree','delete'),(5,'tree','edit'),(5,'tree','fix'),(5,'tree','manageChild'),(5,'tree','updateOrder'),(5,'user','bug'),(5,'user','deleteContacts'),(5,'user','dynamic'),(5,'user','manageContacts'),(5,'user','profile'),(5,'user','project'),(5,'user','story'),(5,'user','task'),(5,'user','testCase'),(5,'user','testTask'),(5,'user','todo'),(5,'user','view'),(6,'action','editComment'),(6,'action','hideAll'),(6,'action','hideOne'),(6,'action','trash'),(6,'action','undelete'),(6,'admin','index'),(6,'bug','activate'),(6,'bug','assignTo'),(6,'bug','batchActivate'),(6,'bug','batchAssignTo'),(6,'bug','batchChangeModule'),(6,'bug','batchClose'),(6,'bug','batchConfirm'),(6,'bug','batchCreate'),(6,'bug','batchEdit'),(6,'bug','batchResolve'),(6,'bug','browse'),(6,'bug','close'),(6,'bug','confirmBug'),(6,'bug','confirmStoryChange'),(6,'bug','create'),(6,'bug','delete'),(6,'bug','deleteTemplate'),(6,'bug','edit'),(6,'bug','export'),(6,'bug','index'),(6,'bug','linkBugs'),(6,'bug','report'),(6,'bug','resolve'),(6,'bug','saveTemplate'),(6,'bug','unlinkBug'),(6,'bug','view'),(6,'build','batchUnlinkBug'),(6,'build','batchUnlinkStory'),(6,'build','create'),(6,'build','delete'),(6,'build','edit'),(6,'build','linkBug'),(6,'build','linkStory'),(6,'build','unlinkBug'),(6,'build','unlinkStory'),(6,'build','view'),(6,'company','browse'),(6,'company','dynamic'),(6,'company','index'),(6,'company','view'),(6,'doc','allLibs'),(6,'doc','browse'),(6,'doc','create'),(6,'doc','createLib'),(6,'doc','delete'),(6,'doc','deleteFile'),(6,'doc','deleteLib'),(6,'doc','edit'),(6,'doc','editLib'),(6,'doc','index'),(6,'doc','objectLibs'),(6,'doc','showFiles'),(6,'doc','view'),(6,'extension','browse'),(6,'extension','obtain'),(6,'extension','structure'),(6,'file','delete'),(6,'file','download'),(6,'file','edit'),(6,'file','uploadImages'),(6,'git','apiSync'),(6,'git','cat'),(6,'git','diff'),(6,'group','browse'),(6,'index','index'),(6,'misc','ping'),(6,'my','bug'),(6,'my','calendar'),(6,'my','changePassword'),(6,'my','deleteContacts'),(6,'my','dynamic'),(6,'my','editProfile'),(6,'my','index'),(6,'my','manageContacts'),(6,'my','profile'),(6,'my','project'),(6,'my','story'),(6,'my','task'),(6,'my','testCase'),(6,'my','testTask'),(6,'my','todo'),(6,'my','unbind'),(6,'product','all'),(6,'product','browse'),(6,'product','build'),(6,'product','doc'),(6,'product','dynamic'),(6,'product','index'),(6,'product','project'),(6,'product','roadmap'),(6,'product','view'),(6,'productplan','browse'),(6,'productplan','view'),(6,'project','activate'),(6,'project','all'),(6,'project','batchedit'),(6,'project','batchUnlinkStory'),(6,'project','browse'),(6,'project','bug'),(6,'project','build'),(6,'project','burn'),(6,'project','close'),(6,'project','computeBurn'),(6,'project','create'),(6,'project','delete'),(6,'project','doc'),(6,'project','dynamic'),(6,'project','edit'),(6,'project','grouptask'),(6,'project','importBug'),(6,'project','importPlanStories'),(6,'project','importtask'),(6,'project','index'),(6,'project','kanban'),(6,'project','linkStory'),(6,'project','manageMembers'),(6,'project','manageProducts'),(6,'project','order'),(6,'project','putoff'),(6,'project','start'),(6,'project','story'),(6,'project','suspend'),(6,'project','task'),(6,'project','team'),(6,'project','testtask'),(6,'project','tree'),(6,'project','treestory'),(6,'project','treetask'),(6,'project','unlinkMember'),(6,'project','unlinkStory'),(6,'project','updateOrder'),(6,'project','view'),(6,'qa','index'),(6,'release','browse'),(6,'release','export'),(6,'release','view'),(6,'repo','blame'),(6,'repo','browse'),(6,'repo','diff'),(6,'repo','download'),(6,'repo','log'),(6,'repo','revision'),(6,'repo','showSyncCommit'),(6,'repo','view'),(6,'report','bugAssign'),(6,'report','bugCreate'),(6,'report','index'),(6,'report','productSummary'),(6,'report','projectDeviation'),(6,'report','workload'),(6,'search','buildForm'),(6,'search','buildQuery'),(6,'search','deleteQuery'),(6,'search','saveQuery'),(6,'search','select'),(6,'story','bugs'),(6,'story','cases'),(6,'story','export'),(6,'story','report'),(6,'story','tasks'),(6,'story','view'),(6,'story','zeroCase'),(6,'svn','apiSync'),(6,'svn','cat'),(6,'svn','diff'),(6,'task','activate'),(6,'task','assignTo'),(6,'task','batchAssignTo'),(6,'task','batchChangeModule'),(6,'task','batchClose'),(6,'task','batchCreate'),(6,'task','batchEdit'),(6,'task','cancel'),(6,'task','close'),(6,'task','confirmStoryChange'),(6,'task','create'),(6,'task','delete'),(6,'task','deleteEstimate'),(6,'task','edit'),(6,'task','editEstimate'),(6,'task','export'),(6,'task','finish'),(6,'task','pause'),(6,'task','recordEstimate'),(6,'task','report'),(6,'task','restart'),(6,'task','start'),(6,'task','view'),(6,'testcase','browse'),(6,'testcase','bugs'),(6,'testcase','export'),(6,'testcase','groupCase'),(6,'testcase','index'),(6,'testcase','view'),(6,'testsuite','browse'),(6,'testsuite','index'),(6,'testsuite','view'),(6,'testtask','browse'),(6,'testtask','cases'),(6,'testtask','create'),(6,'testtask','edit'),(6,'testtask','groupCase'),(6,'testtask','index'),(6,'testtask','results'),(6,'testtask','view'),(6,'todo','activate'),(6,'todo','assignTo'),(6,'todo','batchClose'),(6,'todo','batchCreate'),(6,'todo','batchEdit'),(6,'todo','batchFinish'),(6,'todo','close'),(6,'todo','create'),(6,'todo','createCycle'),(6,'todo','delete'),(6,'todo','edit'),(6,'todo','export'),(6,'todo','finish'),(6,'todo','import2Today'),(6,'todo','view'),(6,'tree','browse'),(6,'tree','browseTask'),(6,'tree','delete'),(6,'tree','edit'),(6,'tree','fix'),(6,'tree','manageChild'),(6,'tree','updateOrder'),(6,'user','bug'),(6,'user','deleteContacts'),(6,'user','dynamic'),(6,'user','manageContacts'),(6,'user','profile'),(6,'user','project'),(6,'user','story'),(6,'user','task'),(6,'user','testCase'),(6,'user','testTask'),(6,'user','todo'),(6,'user','view'),(7,'action','editComment'),(7,'action','hideAll'),(7,'action','hideOne'),(7,'action','trash'),(7,'action','undelete'),(7,'admin','index'),(7,'branch','delete'),(7,'branch','manage'),(7,'branch','sort'),(7,'bug','activate'),(7,'bug','assignTo'),(7,'bug','batchActivate'),(7,'bug','batchChangeModule'),(7,'bug','batchClose'),(7,'bug','batchConfirm'),(7,'bug','batchCreate'),(7,'bug','batchEdit'),(7,'bug','batchResolve'),(7,'bug','browse'),(7,'bug','close'),(7,'bug','confirmBug'),(7,'bug','confirmStoryChange'),(7,'bug','create'),(7,'bug','delete'),(7,'bug','deleteTemplate'),(7,'bug','edit'),(7,'bug','export'),(7,'bug','index'),(7,'bug','linkBugs'),(7,'bug','report'),(7,'bug','resolve'),(7,'bug','saveTemplate'),(7,'bug','unlinkBug'),(7,'bug','view'),(7,'build','view'),(7,'company','browse'),(7,'company','dynamic'),(7,'company','index'),(7,'company','view'),(7,'doc','allLibs'),(7,'doc','browse'),(7,'doc','create'),(7,'doc','createLib'),(7,'doc','delete'),(7,'doc','deleteFile'),(7,'doc','deleteLib'),(7,'doc','edit'),(7,'doc','editLib'),(7,'doc','index'),(7,'doc','objectLibs'),(7,'doc','showFiles'),(7,'doc','view'),(7,'extension','browse'),(7,'extension','obtain'),(7,'extension','structure'),(7,'file','delete'),(7,'file','download'),(7,'file','edit'),(7,'file','uploadImages'),(7,'git','apiSync'),(7,'git','cat'),(7,'git','diff'),(7,'group','browse'),(7,'index','index'),(7,'misc','ping'),(7,'my','bug'),(7,'my','calendar'),(7,'my','changePassword'),(7,'my','deleteContacts'),(7,'my','dynamic'),(7,'my','editProfile'),(7,'my','index'),(7,'my','manageContacts'),(7,'my','profile'),(7,'my','project'),(7,'my','story'),(7,'my','task'),(7,'my','testCase'),(7,'my','testTask'),(7,'my','todo'),(7,'my','unbind'),(7,'product','all'),(7,'product','batchEdit'),(7,'product','browse'),(7,'product','build'),(7,'product','close'),(7,'product','create'),(7,'product','delete'),(7,'product','doc'),(7,'product','dynamic'),(7,'product','edit'),(7,'product','index'),(7,'product','order'),(7,'product','project'),(7,'product','roadmap'),(7,'product','updateOrder'),(7,'product','view'),(7,'productplan','batchUnlinkBug'),(7,'productplan','batchUnlinkStory'),(7,'productplan','browse'),(7,'productplan','create'),(7,'productplan','delete'),(7,'productplan','edit'),(7,'productplan','linkBug'),(7,'productplan','linkStory'),(7,'productplan','unlinkBug'),(7,'productplan','unlinkStory'),(7,'productplan','view'),(7,'project','all'),(7,'project','browse'),(7,'project','bug'),(7,'project','build'),(7,'project','burn'),(7,'project','doc'),(7,'project','dynamic'),(7,'project','grouptask'),(7,'project','importPlanStories'),(7,'project','index'),(7,'project','kanban'),(7,'project','linkStory'),(7,'project','manageProducts'),(7,'project','story'),(7,'project','task'),(7,'project','team'),(7,'project','testtask'),(7,'project','tree'),(7,'project','treestory'),(7,'project','treetask'),(7,'project','unlinkStory'),(7,'project','view'),(7,'qa','index'),(7,'release','batchUnlinkBug'),(7,'release','batchUnlinkStory'),(7,'release','browse'),(7,'release','changeStatus'),(7,'release','create'),(7,'release','delete'),(7,'release','edit'),(7,'release','export'),(7,'release','linkBug'),(7,'release','linkStory'),(7,'release','unlinkBug'),(7,'release','unlinkStory'),(7,'release','view'),(7,'repo','blame'),(7,'repo','browse'),(7,'repo','diff'),(7,'repo','download'),(7,'repo','log'),(7,'repo','revision'),(7,'repo','showSyncCommit'),(7,'repo','view'),(7,'report','bugAssign'),(7,'report','bugCreate'),(7,'report','index'),(7,'report','productSummary'),(7,'report','projectDeviation'),(7,'report','workload'),(7,'search','buildForm'),(7,'search','buildQuery'),(7,'search','deleteQuery'),(7,'search','saveQuery'),(7,'search','select'),(7,'story','activate'),(7,'story','assignTo'),(7,'story','batchAssignTo'),(7,'story','batchChangeBranch'),(7,'story','batchChangeModule'),(7,'story','batchChangePlan'),(7,'story','batchChangeStage'),(7,'story','batchClose'),(7,'story','batchCreate'),(7,'story','batchEdit'),(7,'story','batchReview'),(7,'story','bugs'),(7,'story','cases'),(7,'story','change'),(7,'story','close'),(7,'story','create'),(7,'story','delete'),(7,'story','edit'),(7,'story','export'),(7,'story','linkStory'),(7,'story','report'),(7,'story','review'),(7,'story','tasks'),(7,'story','unlinkStory'),(7,'story','view'),(7,'story','zeroCase'),(7,'svn','apiSync'),(7,'svn','cat'),(7,'svn','diff'),(7,'task','confirmStoryChange'),(7,'task','deleteEstimate'),(7,'task','editEstimate'),(7,'task','export'),(7,'task','recordEstimate'),(7,'task','report'),(7,'task','view'),(7,'testcase','browse'),(7,'testcase','bugs'),(7,'testcase','createBug'),(7,'testcase','export'),(7,'testcase','groupCase'),(7,'testcase','importFromLib'),(7,'testcase','index'),(7,'testcase','view'),(7,'testsuite','batchCreateCase'),(7,'testsuite','browse'),(7,'testsuite','createCase'),(7,'testsuite','createLib'),(7,'testsuite','exportTemplet'),(7,'testsuite','import'),(7,'testsuite','index'),(7,'testsuite','library'),(7,'testsuite','libView'),(7,'testsuite','showImport'),(7,'testsuite','view'),(7,'testtask','browse'),(7,'testtask','cases'),(7,'testtask','groupCase'),(7,'testtask','index'),(7,'testtask','results'),(7,'testtask','view'),(7,'todo','activate'),(7,'todo','assignTo'),(7,'todo','batchClose'),(7,'todo','batchCreate'),(7,'todo','batchEdit'),(7,'todo','batchFinish'),(7,'todo','close'),(7,'todo','create'),(7,'todo','createCycle'),(7,'todo','delete'),(7,'todo','edit'),(7,'todo','export'),(7,'todo','finish'),(7,'todo','import2Today'),(7,'todo','view'),(7,'tree','browse'),(7,'tree','browseTask'),(7,'tree','delete'),(7,'tree','edit'),(7,'tree','fix'),(7,'tree','manageChild'),(7,'tree','updateOrder'),(7,'user','bug'),(7,'user','deleteContacts'),(7,'user','dynamic'),(7,'user','manageContacts'),(7,'user','profile'),(7,'user','project'),(7,'user','story'),(7,'user','task'),(7,'user','testCase'),(7,'user','testTask'),(7,'user','todo'),(7,'user','view'),(8,'action','editComment'),(8,'action','hideAll'),(8,'action','hideOne'),(8,'action','trash'),(8,'action','undelete'),(8,'admin','index'),(8,'bug','activate'),(8,'bug','assignTo'),(8,'bug','batchActivate'),(8,'bug','batchAssignTo'),(8,'bug','batchChangeModule'),(8,'bug','batchClose'),(8,'bug','batchConfirm'),(8,'bug','batchCreate'),(8,'bug','batchEdit'),(8,'bug','batchResolve'),(8,'bug','browse'),(8,'bug','close'),(8,'bug','confirmBug'),(8,'bug','confirmStoryChange'),(8,'bug','create'),(8,'bug','delete'),(8,'bug','deleteTemplate'),(8,'bug','edit'),(8,'bug','export'),(8,'bug','index'),(8,'bug','linkBugs'),(8,'bug','report'),(8,'bug','resolve'),(8,'bug','saveTemplate'),(8,'bug','unlinkBug'),(8,'bug','view'),(8,'build','create'),(8,'build','delete'),(8,'build','edit'),(8,'build','view'),(8,'company','browse'),(8,'company','dynamic'),(8,'company','index'),(8,'company','view'),(8,'doc','allLibs'),(8,'doc','browse'),(8,'doc','create'),(8,'doc','createLib'),(8,'doc','delete'),(8,'doc','deleteFile'),(8,'doc','deleteLib'),(8,'doc','edit'),(8,'doc','editLib'),(8,'doc','index'),(8,'doc','objectLibs'),(8,'doc','showFiles'),(8,'doc','view'),(8,'extension','browse'),(8,'extension','obtain'),(8,'extension','structure'),(8,'file','delete'),(8,'file','download'),(8,'file','edit'),(8,'file','uploadImages'),(8,'git','apiSync'),(8,'git','cat'),(8,'git','diff'),(8,'group','browse'),(8,'index','index'),(8,'misc','ping'),(8,'my','bug'),(8,'my','calendar'),(8,'my','changePassword'),(8,'my','deleteContacts'),(8,'my','dynamic'),(8,'my','editProfile'),(8,'my','index'),(8,'my','manageContacts'),(8,'my','profile'),(8,'my','project'),(8,'my','story'),(8,'my','task'),(8,'my','testCase'),(8,'my','testTask'),(8,'my','todo'),(8,'my','unbind'),(8,'product','all'),(8,'product','browse'),(8,'product','build'),(8,'product','doc'),(8,'product','dynamic'),(8,'product','index'),(8,'product','project'),(8,'product','roadmap'),(8,'product','view'),(8,'productplan','browse'),(8,'productplan','view'),(8,'project','all'),(8,'project','bug'),(8,'project','build'),(8,'project','burn'),(8,'project','doc'),(8,'project','dynamic'),(8,'project','grouptask'),(8,'project','importBug'),(8,'project','importtask'),(8,'project','index'),(8,'project','kanban'),(8,'project','story'),(8,'project','task'),(8,'project','team'),(8,'project','testtask'),(8,'project','tree'),(8,'project','treestory'),(8,'project','treetask'),(8,'project','view'),(8,'qa','index'),(8,'release','browse'),(8,'release','export'),(8,'release','view'),(8,'repo','blame'),(8,'repo','browse'),(8,'repo','diff'),(8,'repo','download'),(8,'repo','log'),(8,'repo','revision'),(8,'repo','showSyncCommit'),(8,'repo','view'),(8,'report','bugAssign'),(8,'report','bugCreate'),(8,'report','index'),(8,'report','productSummary'),(8,'report','projectDeviation'),(8,'report','workload'),(8,'search','buildForm'),(8,'search','buildQuery'),(8,'search','deleteQuery'),(8,'search','saveQuery'),(8,'search','select'),(8,'story','bugs'),(8,'story','cases'),(8,'story','export'),(8,'story','report'),(8,'story','tasks'),(8,'story','view'),(8,'story','zeroCase'),(8,'svn','apiSync'),(8,'svn','cat'),(8,'svn','diff'),(8,'task','activate'),(8,'task','assignTo'),(8,'task','batchAssignTo'),(8,'task','batchChangeModule'),(8,'task','batchClose'),(8,'task','batchCreate'),(8,'task','batchEdit'),(8,'task','cancel'),(8,'task','close'),(8,'task','confirmStoryChange'),(8,'task','create'),(8,'task','delete'),(8,'task','deleteEstimate'),(8,'task','edit'),(8,'task','editEstimate'),(8,'task','export'),(8,'task','finish'),(8,'task','pause'),(8,'task','recordEstimate'),(8,'task','report'),(8,'task','restart'),(8,'task','start'),(8,'task','view'),(8,'testcase','batchCaseTypeChange'),(8,'testcase','batchChangeModule'),(8,'testcase','batchConfirmStoryChange'),(8,'testcase','batchCreate'),(8,'testcase','batchDelete'),(8,'testcase','batchEdit'),(8,'testcase','batchReview'),(8,'testcase','browse'),(8,'testcase','bugs'),(8,'testcase','confirmChange'),(8,'testcase','confirmStoryChange'),(8,'testcase','create'),(8,'testcase','createBug'),(8,'testcase','delete'),(8,'testcase','edit'),(8,'testcase','export'),(8,'testcase','exportTemplet'),(8,'testcase','groupCase'),(8,'testcase','import'),(8,'testcase','importFromLib'),(8,'testcase','index'),(8,'testcase','linkCases'),(8,'testcase','review'),(8,'testcase','showImport'),(8,'testcase','unlinkCase'),(8,'testcase','view'),(8,'testreport','browse'),(8,'testreport','create'),(8,'testreport','delete'),(8,'testreport','edit'),(8,'testreport','view'),(8,'testsuite','batchCreateCase'),(8,'testsuite','browse'),(8,'testsuite','create'),(8,'testsuite','createCase'),(8,'testsuite','createLib'),(8,'testsuite','delete'),(8,'testsuite','edit'),(8,'testsuite','exportTemplet'),(8,'testsuite','import'),(8,'testsuite','index'),(8,'testsuite','library'),(8,'testsuite','libView'),(8,'testsuite','linkCase'),(8,'testsuite','showImport'),(8,'testsuite','unlinkCase'),(8,'testsuite','view'),(8,'testtask','activate'),(8,'testtask','batchAssign'),(8,'testtask','batchRun'),(8,'testtask','block'),(8,'testtask','browse'),(8,'testtask','cases'),(8,'testtask','close'),(8,'testtask','create'),(8,'testtask','delete'),(8,'testtask','edit'),(8,'testtask','groupCase'),(8,'testtask','index'),(8,'testtask','linkcase'),(8,'testtask','report'),(8,'testtask','results'),(8,'testtask','runcase'),(8,'testtask','start'),(8,'testtask','unlinkcase'),(8,'testtask','view'),(8,'todo','activate'),(8,'todo','assignTo'),(8,'todo','batchClose'),(8,'todo','batchCreate'),(8,'todo','batchEdit'),(8,'todo','batchFinish'),(8,'todo','close'),(8,'todo','create'),(8,'todo','createCycle'),(8,'todo','delete'),(8,'todo','edit'),(8,'todo','export'),(8,'todo','finish'),(8,'todo','import2Today'),(8,'todo','view'),(8,'tree','browse'),(8,'tree','browseTask'),(8,'tree','delete'),(8,'tree','edit'),(8,'tree','fix'),(8,'tree','manageChild'),(8,'tree','updateOrder'),(8,'user','bug'),(8,'user','deleteContacts'),(8,'user','dynamic'),(8,'user','manageContacts'),(8,'user','profile'),(8,'user','project'),(8,'user','story'),(8,'user','task'),(8,'user','testCase'),(8,'user','testTask'),(8,'user','todo'),(8,'user','view'),(9,'action','editComment'),(9,'action','hideAll'),(9,'action','hideOne'),(9,'action','trash'),(9,'action','undelete'),(9,'admin','index'),(9,'bug','browse'),(9,'bug','export'),(9,'bug','index'),(9,'bug','report'),(9,'bug','view'),(9,'build','view'),(9,'company','browse'),(9,'company','dynamic'),(9,'company','edit'),(9,'company','index'),(9,'company','view'),(9,'dept','browse'),(9,'dept','delete'),(9,'dept','manageChild'),(9,'dept','updateOrder'),(9,'doc','allLibs'),(9,'doc','browse'),(9,'doc','create'),(9,'doc','createLib'),(9,'doc','delete'),(9,'doc','deleteFile'),(9,'doc','deleteLib'),(9,'doc','edit'),(9,'doc','editLib'),(9,'doc','index'),(9,'doc','objectLibs'),(9,'doc','showFiles'),(9,'doc','view'),(9,'extension','browse'),(9,'extension','obtain'),(9,'extension','structure'),(9,'file','delete'),(9,'file','download'),(9,'file','edit'),(9,'file','uploadImages'),(9,'git','apiSync'),(9,'git','cat'),(9,'git','diff'),(9,'group','browse'),(9,'index','index'),(9,'misc','ping'),(9,'my','bug'),(9,'my','calendar'),(9,'my','changePassword'),(9,'my','deleteContacts'),(9,'my','dynamic'),(9,'my','editProfile'),(9,'my','index'),(9,'my','manageContacts'),(9,'my','profile'),(9,'my','project'),(9,'my','story'),(9,'my','task'),(9,'my','testCase'),(9,'my','testTask'),(9,'my','todo'),(9,'my','unbind'),(9,'product','all'),(9,'product','browse'),(9,'product','build'),(9,'product','doc'),(9,'product','dynamic'),(9,'product','index'),(9,'product','project'),(9,'product','roadmap'),(9,'product','view'),(9,'productplan','browse'),(9,'productplan','view'),(9,'project','all'),(9,'project','browse'),(9,'project','bug'),(9,'project','build'),(9,'project','burn'),(9,'project','computeBurn'),(9,'project','doc'),(9,'project','dynamic'),(9,'project','grouptask'),(9,'project','index'),(9,'project','kanban'),(9,'project','story'),(9,'project','task'),(9,'project','team'),(9,'project','tree'),(9,'project','treestory'),(9,'project','treetask'),(9,'project','view'),(9,'qa','index'),(9,'release','browse'),(9,'release','export'),(9,'release','view'),(9,'repo','blame'),(9,'repo','browse'),(9,'repo','diff'),(9,'repo','download'),(9,'repo','log'),(9,'repo','revision'),(9,'repo','showSyncCommit'),(9,'repo','view'),(9,'report','bugAssign'),(9,'report','bugCreate'),(9,'report','index'),(9,'report','productSummary'),(9,'report','projectDeviation'),(9,'report','workload'),(9,'search','buildForm'),(9,'search','buildQuery'),(9,'search','deleteQuery'),(9,'search','saveQuery'),(9,'search','select'),(9,'story','bugs'),(9,'story','cases'),(9,'story','export'),(9,'story','report'),(9,'story','review'),(9,'story','tasks'),(9,'story','view'),(9,'story','zeroCase'),(9,'svn','apiSync'),(9,'svn','cat'),(9,'svn','diff'),(9,'task','deleteEstimate'),(9,'task','editEstimate'),(9,'task','export'),(9,'task','recordEstimate'),(9,'task','report'),(9,'task','view'),(9,'testcase','browse'),(9,'testcase','bugs'),(9,'testcase','export'),(9,'testcase','groupCase'),(9,'testcase','index'),(9,'testcase','view'),(9,'testsuite','browse'),(9,'testsuite','index'),(9,'testsuite','view'),(9,'testtask','browse'),(9,'testtask','cases'),(9,'testtask','groupCase'),(9,'testtask','index'),(9,'testtask','results'),(9,'testtask','view'),(9,'todo','activate'),(9,'todo','assignTo'),(9,'todo','batchClose'),(9,'todo','batchCreate'),(9,'todo','batchEdit'),(9,'todo','batchFinish'),(9,'todo','close'),(9,'todo','create'),(9,'todo','createCycle'),(9,'todo','delete'),(9,'todo','edit'),(9,'todo','export'),(9,'todo','finish'),(9,'todo','import2Today'),(9,'todo','view'),(9,'user','batchCreate'),(9,'user','batchEdit'),(9,'user','bug'),(9,'user','create'),(9,'user','delete'),(9,'user','deleteContacts'),(9,'user','dynamic'),(9,'user','edit'),(9,'user','manageContacts'),(9,'user','profile'),(9,'user','project'),(9,'user','story'),(9,'user','task'),(9,'user','testCase'),(9,'user','testTask'),(9,'user','todo'),(9,'user','unbind'),(9,'user','unlock'),(9,'user','view'),(10,'action','editComment'),(10,'bug','activate'),(10,'bug','batchChangeModule'),(10,'bug','browse'),(10,'bug','close'),(10,'bug','create'),(10,'bug','edit'),(10,'bug','index'),(10,'bug','linkBugs'),(10,'bug','report'),(10,'bug','unlinkBug'),(10,'bug','view'),(10,'build','view'),(10,'company','browse'),(10,'company','dynamic'),(10,'company','index'),(10,'company','view'),(10,'doc','allLibs'),(10,'doc','browse'),(10,'doc','index'),(10,'doc','objectLibs'),(10,'doc','showFiles'),(10,'doc','view'),(10,'file','download'),(10,'index','index'),(10,'misc','ping'),(10,'my','calendar'),(10,'my','changePassword'),(10,'my','dynamic'),(10,'my','editProfile'),(10,'my','index'),(10,'my','profile'),(10,'my','task'),(10,'my','todo'),(10,'my','unbind'),(10,'product','all'),(10,'product','browse'),(10,'product','build'),(10,'product','doc'),(10,'product','dynamic'),(10,'product','index'),(10,'product','roadmap'),(10,'product','view'),(10,'productplan','browse'),(10,'productplan','view'),(10,'project','all'),(10,'project','browse'),(10,'project','bug'),(10,'project','build'),(10,'project','burn'),(10,'project','doc'),(10,'project','dynamic'),(10,'project','grouptask'),(10,'project','index'),(10,'project','kanban'),(10,'project','story'),(10,'project','task'),(10,'project','team'),(10,'project','testtask'),(10,'project','tree'),(10,'project','treestory'),(10,'project','treetask'),(10,'project','view'),(10,'qa','index'),(10,'release','browse'),(10,'release','view'),(10,'repo','blame'),(10,'repo','browse'),(10,'repo','diff'),(10,'repo','download'),(10,'repo','log'),(10,'repo','revision'),(10,'repo','showSyncCommit'),(10,'repo','view'),(10,'report','bugAssign'),(10,'report','bugCreate'),(10,'report','index'),(10,'report','productSummary'),(10,'report','projectDeviation'),(10,'report','workload'),(10,'search','buildForm'),(10,'search','buildQuery'),(10,'search','deleteQuery'),(10,'search','saveQuery'),(10,'story','bugs'),(10,'story','cases'),(10,'story','tasks'),(10,'story','view'),(10,'task','deleteEstimate'),(10,'task','editEstimate'),(10,'task','recordEstimate'),(10,'task','view'),(10,'testsuite','browse'),(10,'testsuite','index'),(10,'testsuite','view'),(10,'todo','activate'),(10,'todo','assignTo'),(10,'todo','batchClose'),(10,'todo','batchCreate'),(10,'todo','batchEdit'),(10,'todo','batchFinish'),(10,'todo','close'),(10,'todo','create'),(10,'todo','createCycle'),(10,'todo','delete'),(10,'todo','edit'),(10,'todo','export'),(10,'todo','finish'),(10,'todo','import2Today'),(10,'todo','view'),(10,'user','bug'),(10,'user','dynamic'),(10,'user','profile'),(10,'user','project'),(10,'user','story'),(10,'user','task'),(10,'user','testCase'),(10,'user','testTask'),(10,'user','todo'),(10,'user','view'),(11,'bug','browse'),(11,'bug','index'),(11,'bug','report'),(11,'bug','view'),(11,'build','view'),(11,'company','browse'),(11,'company','dynamic'),(11,'company','index'),(11,'company','view'),(11,'doc','allLibs'),(11,'doc','browse'),(11,'doc','index'),(11,'doc','objectLibs'),(11,'doc','showFiles'),(11,'doc','view'),(11,'file','download'),(11,'git','cat'),(11,'git','diff'),(11,'group','browse'),(11,'index','index'),(11,'misc','ping'),(11,'my','index'),(11,'product','all'),(11,'product','browse'),(11,'product','build'),(11,'product','doc'),(11,'product','dynamic'),(11,'product','index'),(11,'product','roadmap'),(11,'product','view'),(11,'productplan','browse'),(11,'productplan','view'),(11,'project','all'),(11,'project','browse'),(11,'project','bug'),(11,'project','build'),(11,'project','burn'),(11,'project','doc'),(11,'project','dynamic'),(11,'project','grouptask'),(11,'project','index'),(11,'project','kanban'),(11,'project','story'),(11,'project','task'),(11,'project','team'),(11,'project','testtask'),(11,'project','tree'),(11,'project','treestory'),(11,'project','treetask'),(11,'project','view'),(11,'qa','index'),(11,'release','browse'),(11,'release','view'),(11,'report','bugAssign'),(11,'report','bugCreate'),(11,'report','index'),(11,'report','productSummary'),(11,'report','projectDeviation'),(11,'report','workload'),(11,'search','buildForm'),(11,'search','buildQuery'),(11,'story','bugs'),(11,'story','cases'),(11,'story','tasks'),(11,'story','view'),(11,'svn','cat'),(11,'svn','diff'),(11,'task','recordEstimate'),(11,'task','view'),(11,'testcase','browse'),(11,'testcase','bugs'),(11,'testcase','groupCase'),(11,'testcase','index'),(11,'testcase','view'),(11,'testsuite','browse'),(11,'testsuite','index'),(11,'testsuite','view'),(11,'testtask','browse'),(11,'testtask','cases'),(11,'testtask','groupCase'),(11,'testtask','index'),(11,'testtask','results'),(11,'testtask','view'),(11,'user','bug'),(11,'user','dynamic'),(11,'user','profile'),(11,'user','project'),(11,'user','story'),(11,'user','task'),(11,'user','testCase'),(11,'user','testTask'),(11,'user','todo'),(11,'user','view'),(12,'my','limited'); -/*!40000 ALTER TABLE `zt_grouppriv` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_history` --- - -DROP TABLE IF EXISTS `zt_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_history` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `action` mediumint(8) unsigned NOT NULL DEFAULT '0', - `field` varchar(30) NOT NULL DEFAULT '', - `old` text NOT NULL, - `new` text NOT NULL, - `diff` mediumtext NOT NULL, - PRIMARY KEY (`id`), - KEY `action` (`action`) -) ENGINE=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_history` --- - -LOCK TABLES `zt_history` WRITE; -/*!40000 ALTER TABLE `zt_history` DISABLE KEYS */; -INSERT INTO `zt_history` VALUES (1,14,'version','1','2',''),(2,14,'spec',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
','001- 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。
\n001+ 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。
'),(3,41,'consumed','0','1',''),(4,41,'status','wait','doing',''),(6,42,'consumed','1','7',''),(7,42,'left','10','0',''),(8,42,'assignedTo','dev1','projectManager',''),(9,42,'status','doing','done',''),(10,42,'finishedBy','','dev1',''),(11,42,'finishedDate','','2012-06-05 10:38:00',''),(13,43,'consumed','0','6',''),(14,43,'left','8','0',''),(15,43,'assignedTo','dev1','projectManager',''),(16,43,'status','wait','done',''),(17,43,'finishedBy','','dev1',''),(18,43,'finishedDate','','2012-06-05 10:39:14',''),(20,44,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(21,45,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(22,46,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(23,47,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(24,48,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(25,49,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(26,50,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(27,51,'status','wait','done',''),(28,51,'consumed','0','8',''),(29,51,'left','10','0',''),(30,51,'finishedBy','','dev1',''),(31,51,'finishedDate','','2012-06-05 10:41:20',''),(32,52,'finishedDate','2012-06-05 10:38:00','2012-06-05 10:41:20',''),(33,55,'status','closed','done',''),(34,55,'consumed','0','5',''),(35,55,'left','8','0',''),(36,55,'finishedBy','','dev2',''),(37,55,'closedBy','dev1','',''),(38,55,'closedReason','done','',''),(39,55,'finishedDate','','2012-06-05 10:42:56',''),(40,55,'closedDate','2012-06-05 10:41:20','',''),(41,56,'status','closed','done',''),(42,56,'consumed','0','8',''),(43,56,'left','8','0',''),(44,56,'finishedBy','','dev2',''),(45,56,'closedBy','dev1','',''),(46,56,'closedReason','done','',''),(47,56,'finishedDate','','2012-06-05 10:42:56',''),(48,56,'closedDate','2012-06-05 10:41:20','',''),(49,59,'status','closed','done',''),(50,59,'consumed','0','5',''),(51,59,'left','8','0',''),(52,59,'finishedBy','dev1','dev3',''),(53,59,'closedBy','dev1','',''),(54,59,'closedReason','done','',''),(55,59,'finishedDate','','2012-06-05 10:43:32',''),(56,59,'closedDate','2012-06-05 10:41:20','',''),(57,60,'status','closed','done',''),(58,60,'consumed','0','5',''),(59,60,'left','8','0',''),(60,60,'finishedBy','dev1','dev3',''),(61,60,'closedBy','dev1','',''),(62,60,'closedReason','done','',''),(63,60,'finishedDate','','2012-06-05 10:43:32',''),(64,60,'closedDate','2012-06-05 10:41:20','',''),(65,82,'title','首页的测试用例','售后服务的测试用例','001- 首页的测试用例\n001+ 售后服务的测试用例'),(66,82,'story','1','4',''),(67,93,'build','','trunk',''); -/*!40000 ALTER TABLE `zt_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_holiday` --- - -DROP TABLE IF EXISTS `zt_holiday`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_holiday` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(30) NOT NULL DEFAULT '', - `type` enum('holiday','working') NOT NULL DEFAULT 'holiday', - `desc` text NOT NULL, - `year` char(4) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - PRIMARY KEY (`id`), - KEY `year` (`year`), - KEY `name` (`name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_holiday` --- - -LOCK TABLES `zt_holiday` WRITE; -/*!40000 ALTER TABLE `zt_holiday` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_holiday` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chat` --- - -DROP TABLE IF EXISTS `zt_im_chat`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chat` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `name` varchar(60) NOT NULL DEFAULT '', - `type` varchar(20) NOT NULL DEFAULT 'group', - `admins` varchar(255) NOT NULL DEFAULT '', - `committers` varchar(255) NOT NULL DEFAULT '', - `subject` mediumint(8) unsigned NOT NULL DEFAULT '0', - `public` enum('0','1') NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL DEFAULT '', - `createdDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `editedBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `lastActiveTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `dismissDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`), - KEY `gid` (`gid`), - KEY `name` (`name`), - KEY `type` (`type`), - KEY `public` (`public`), - KEY `createdBy` (`createdBy`), - KEY `editedBy` (`editedBy`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chat` --- - -LOCK TABLES `zt_im_chat` WRITE; -/*!40000 ALTER TABLE `zt_im_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chat` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chatuser` --- - -DROP TABLE IF EXISTS `zt_im_chatuser`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chatuser` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `cgid` char(40) NOT NULL DEFAULT '', - `user` mediumint(8) NOT NULL DEFAULT '0', - `order` smallint(5) NOT NULL DEFAULT '0', - `star` enum('0','1') NOT NULL DEFAULT '0', - `hide` enum('0','1') NOT NULL DEFAULT '0', - `mute` enum('0','1') NOT NULL DEFAULT '0', - `freeze` enum('0','1') NOT NULL DEFAULT '0', - `join` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `quit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `category` varchar(40) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `chatuser` (`cgid`,`user`), - KEY `cgid` (`cgid`), - KEY `user` (`user`), - KEY `order` (`order`), - KEY `star` (`star`), - KEY `hide` (`hide`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chatuser` --- - -LOCK TABLES `zt_im_chatuser` WRITE; -/*!40000 ALTER TABLE `zt_im_chatuser` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chatuser` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_client` --- - -DROP TABLE IF EXISTS `zt_im_client`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_client` ( - `id` int(11) unsigned NOT NULL AUTO_INCREMENT, - `version` char(30) NOT NULL DEFAULT '', - `desc` varchar(100) NOT NULL DEFAULT '', - `changeLog` text NOT NULL, - `strategy` varchar(10) NOT NULL DEFAULT '', - `downloads` text NOT NULL, - `createdDate` datetime NOT NULL, - `createdBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL DEFAULT '', - `status` enum('released','wait') NOT NULL DEFAULT 'wait', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_client` --- - -LOCK TABLES `zt_im_client` WRITE; -/*!40000 ALTER TABLE `zt_im_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_client` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conference` --- - -DROP TABLE IF EXISTS `zt_im_conference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conference` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `status` enum('closed','open') NOT NULL DEFAULT 'closed', - `participants` text NOT NULL, - `openedBy` mediumint(8) NOT NULL DEFAULT '0', - `openedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conference` --- - -LOCK TABLES `zt_im_conference` WRITE; -/*!40000 ALTER TABLE `zt_im_conference` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conferenceaction` --- - -DROP TABLE IF EXISTS `zt_im_conferenceaction`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conferenceaction` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `type` enum('create','join','leave','close') NOT NULL DEFAULT 'create', - `user` mediumint(8) NOT NULL DEFAULT '0', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conferenceaction` --- - -LOCK TABLES `zt_im_conferenceaction` WRITE; -/*!40000 ALTER TABLE `zt_im_conferenceaction` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conferenceaction` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_message` --- - -DROP TABLE IF EXISTS `zt_im_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_message` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `user` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `order` bigint(8) unsigned NOT NULL, - `type` enum('normal','broadcast','notify') NOT NULL DEFAULT 'normal', - `content` text NOT NULL, - `contentType` enum('text','plain','emotion','image','file','object','code') NOT NULL DEFAULT 'text', - `data` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `mgid` (`gid`), - KEY `mcgid` (`cgid`), - KEY `muser` (`user`), - KEY `mtype` (`type`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_message` --- - -LOCK TABLES `zt_im_message` WRITE; -/*!40000 ALTER TABLE `zt_im_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_messagestatus` --- - -DROP TABLE IF EXISTS `zt_im_messagestatus`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_messagestatus` ( - `user` mediumint(8) NOT NULL DEFAULT '0', - `message` int(11) unsigned NOT NULL, - `status` enum('waiting','sent','readed','deleted') NOT NULL DEFAULT 'waiting', - UNIQUE KEY `user` (`user`,`message`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_messagestatus` --- - -LOCK TABLES `zt_im_messagestatus` WRITE; -/*!40000 ALTER TABLE `zt_im_messagestatus` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_messagestatus` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_queue` --- - -DROP TABLE IF EXISTS `zt_im_queue`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_queue` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` char(30) NOT NULL, - `content` text NOT NULL, - `addDate` datetime NOT NULL, - `processDate` datetime NOT NULL, - `result` text NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_queue` --- - -LOCK TABLES `zt_im_queue` WRITE; -/*!40000 ALTER TABLE `zt_im_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_queue` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_issue` --- - -DROP TABLE IF EXISTS `zt_issue`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_issue` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `resolvedBy` varchar(30) NOT NULL, - `PRJ` varchar(255) NOT NULL, - `title` varchar(255) NOT NULL, - `desc` text NOT NULL, - `pri` char(30) NOT NULL, - `severity` char(30) NOT NULL, - `type` char(30) NOT NULL, - `activity` varchar(255) NOT NULL, - `deadline` date NOT NULL, - `resolution` char(30) NOT NULL, - `resolutionComment` text NOT NULL, - `objectID` varchar(255) NOT NULL, - `resolvedDate` date NOT NULL, - `status` varchar(30) NOT NULL, - `owner` varchar(255) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `activateBy` varchar(30) NOT NULL, - `activateDate` date NOT NULL, - `closeBy` varchar(30) NOT NULL, - `closedDate` date NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedBy` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_issue` --- - -LOCK TABLES `zt_issue` WRITE; -/*!40000 ALTER TABLE `zt_issue` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_issue` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_jenkins` --- - -DROP TABLE IF EXISTS `zt_jenkins`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_jenkins` ( - `id` smallint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `url` varchar(255) DEFAULT NULL, - `account` varchar(30) DEFAULT NULL, - `password` varchar(255) NOT NULL, - `token` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_jenkins` --- - -LOCK TABLES `zt_jenkins` WRITE; -/*!40000 ALTER TABLE `zt_jenkins` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_jenkins` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_job` --- - -DROP TABLE IF EXISTS `zt_job`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_job` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `frame` varchar(20) NOT NULL, - `jkHost` mediumint(8) unsigned NOT NULL, - `jkJob` varchar(500) NOT NULL, - `triggerType` varchar(255) NOT NULL, - `svnDir` varchar(255) NOT NULL, - `atDay` varchar(255) DEFAULT NULL, - `atTime` varchar(10) DEFAULT NULL, - `comment` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `lastExec` datetime DEFAULT NULL, - `lastStatus` varchar(255) DEFAULT NULL, - `lastTag` varchar(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_job` --- - -LOCK TABLES `zt_job` WRITE; -/*!40000 ALTER TABLE `zt_job` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_job` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_lang` --- - -DROP TABLE IF EXISTS `zt_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_lang` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `lang` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `section` varchar(30) NOT NULL, - `key` varchar(60) NOT NULL, - `value` text NOT NULL, - `system` enum('0','1') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - UNIQUE KEY `lang` (`lang`,`module`,`section`,`key`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_lang` --- - -LOCK TABLES `zt_lang` WRITE; -/*!40000 ALTER TABLE `zt_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_log` --- - -DROP TABLE IF EXISTS `zt_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_log` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(8) unsigned NOT NULL, - `date` datetime NOT NULL, - `url` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL, - `data` text NOT NULL, - `result` text NOT NULL, - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `obejctID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_log` --- - -LOCK TABLES `zt_log` WRITE; -/*!40000 ALTER TABLE `zt_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_module` --- - -DROP TABLE IF EXISTS `zt_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_module` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(60) NOT NULL DEFAULT '', - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(5) unsigned NOT NULL DEFAULT '0', - `type` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `collector` text NOT NULL, - `short` varchar(30) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `root` (`root`), - KEY `type` (`type`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_module` --- - -LOCK TABLES `zt_module` WRITE; -/*!40000 ALTER TABLE `zt_module` DISABLE KEYS */; -INSERT INTO `zt_module` VALUES (1,1,0,'首页',0,',1,',1,10,'story','','','','0'),(2,1,0,'新闻中心',0,',2,',1,20,'story','','','','0'),(3,1,0,'成果展示',0,',3,',1,30,'story','','','','0'),(4,1,0,'售后服务',0,',4,',1,40,'story','','','','0'),(5,1,0,'诚聘英才',0,',5,',1,50,'story','','','','0'),(6,1,0,'合作洽谈',0,',6,',1,60,'story','','','','0'),(7,1,0,'关于我们',0,',7,',1,70,'story','','','','0'),(8,1,0,'首页',0,',8,',1,10,'bug','','','','0'),(9,1,0,'新闻中心',0,',9,',1,20,'bug','','','','0'),(10,1,0,'成果展示',0,',10,',1,30,'bug','','','','0'),(11,1,0,'售后服务',0,',11,',1,40,'bug','','','','0'),(12,1,0,'诚聘英才',0,',12,',1,50,'bug','','','','0'),(13,1,0,'合作洽谈',0,',13,',1,60,'bug','','','','0'),(14,1,0,'关于我们',0,',14,',1,70,'bug','','','','0'); -/*!40000 ALTER TABLE `zt_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_notify` --- - -DROP TABLE IF EXISTS `zt_notify`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_notify` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(50) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(9) NOT NULL, - `toList` varchar(255) NOT NULL, - `ccList` text NOT NULL, - `subject` varchar(255) NOT NULL, - `data` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `sendTime` datetime NOT NULL, - `status` varchar(10) NOT NULL DEFAULT 'wait', - `failReason` text NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_notify` --- - -LOCK TABLES `zt_notify` WRITE; -/*!40000 ALTER TABLE `zt_notify` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_notify` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_oauth` --- - -DROP TABLE IF EXISTS `zt_oauth`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_oauth` ( - `account` varchar(30) NOT NULL, - `openID` varchar(255) NOT NULL, - `providerType` varchar(30) NOT NULL, - `providerID` mediumint(8) unsigned NOT NULL, - KEY `account` (`account`), - KEY `providerType` (`providerType`), - KEY `providerID` (`providerID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_oauth` --- - -LOCK TABLES `zt_oauth` WRITE; -/*!40000 ALTER TABLE `zt_oauth` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_oauth` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_planstory` --- - -DROP TABLE IF EXISTS `zt_planstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_planstory` ( - `plan` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL, - `order` mediumint(9) NOT NULL, - UNIQUE KEY `plan_story` (`plan`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_planstory` --- - -LOCK TABLES `zt_planstory` WRITE; -/*!40000 ALTER TABLE `zt_planstory` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_planstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_product` --- - -DROP TABLE IF EXISTS `zt_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_product` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `line` mediumint(8) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'normal', - `status` varchar(30) NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `PO` varchar(30) NOT NULL, - `QD` varchar(30) NOT NULL, - `RD` varchar(30) NOT NULL, - `acl` enum('open','private','custom') NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `createdVersion` varchar(20) NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_product` --- - -LOCK TABLES `zt_product` WRITE; -/*!40000 ALTER TABLE `zt_product` DISABLE KEYS */; -INSERT INTO `zt_product` VALUES (1,'公司企业网站建设','companyWebsite',0,'normal','normal','','建立公司企业网站,可以更好对外展示。
','productManager','testManager','productManager','open','','productManager','2012-06-05 09:57:07','',5,'0'),(2,'企业内部工时管理系统','workhourManage',0,'normal','normal','','','productManager','testManager','productManager','open','','productManager','2012-06-05 11:15:20','5.2.1',10,'0'); -/*!40000 ALTER TABLE `zt_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_productplan` --- - -DROP TABLE IF EXISTS `zt_productplan`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_productplan` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `title` varchar(90) NOT NULL, - `desc` text NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `order` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `end` (`end`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_productplan` --- - -LOCK TABLES `zt_productplan` WRITE; -/*!40000 ALTER TABLE `zt_productplan` DISABLE KEYS */; -INSERT INTO `zt_productplan` VALUES (1,1,0,0,'1.0版本','开发出企业网站1.0版本。
','2000-01-01','2015-01-01','','0'); -/*!40000 ALTER TABLE `zt_productplan` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_project` --- - -DROP TABLE IF EXISTS `zt_project`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_project` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `isCat` enum('1','0') NOT NULL DEFAULT '0', - `catID` mediumint(8) unsigned NOT NULL, - `type` varchar(20) NOT NULL DEFAULT 'sprint', - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `days` smallint(5) unsigned NOT NULL, - `status` varchar(10) NOT NULL, - `subStatus` varchar(30) NOT NULL DEFAULT '', - `statge` enum('1','2','3','4','5') NOT NULL DEFAULT '1', - `pri` enum('1','2','3','4') NOT NULL DEFAULT '1', - `desc` text NOT NULL, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedVersion` varchar(20) NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `canceledBy` varchar(30) NOT NULL DEFAULT '', - `canceledDate` datetime NOT NULL, - `PO` varchar(30) NOT NULL DEFAULT '', - `PM` varchar(30) NOT NULL DEFAULT '', - `QD` varchar(30) NOT NULL DEFAULT '', - `RD` varchar(30) NOT NULL DEFAULT '', - `team` varchar(90) NOT NULL, - `acl` enum('open','private','custom') NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `begin` (`begin`), - KEY `end` (`end`), - KEY `status` (`status`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_project` --- - -LOCK TABLES `zt_project` WRITE; -/*!40000 ALTER TABLE `zt_project` DISABLE KEYS */; -INSERT INTO `zt_project` VALUES (1,'0',0,'sprint',0,'企业网站第一期','coWeb1','2012-06-05','2012-12-04',184,'done','','1','1','开发企业网站的基本雏形。
','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',5,'0'),(2,'0',0,'sprint',0,'企业网站第二期','coWebsite2','2013-06-05','2014-06-04',365,'wait','','1','1','','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',10,'0'); -/*!40000 ALTER TABLE `zt_project` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectproduct` --- - -DROP TABLE IF EXISTS `zt_projectproduct`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectproduct` ( - `project` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `plan` mediumint(8) unsigned NOT NULL, - PRIMARY KEY (`project`,`product`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectproduct` --- - -LOCK TABLES `zt_projectproduct` WRITE; -/*!40000 ALTER TABLE `zt_projectproduct` DISABLE KEYS */; -INSERT INTO `zt_projectproduct` VALUES (1,1,0,0),(2,1,0,0); -/*!40000 ALTER TABLE `zt_projectproduct` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectspec` --- - -DROP TABLE IF EXISTS `zt_projectspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectspec` ( - `project` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `milestone` enum('0','1') NOT NULL DEFAULT '0', - `begin` date NOT NULL, - `end` date NOT NULL, - UNIQUE KEY `project` (`project`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectspec` --- - -LOCK TABLES `zt_projectspec` WRITE; -/*!40000 ALTER TABLE `zt_projectspec` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_projectspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectstory` --- - -DROP TABLE IF EXISTS `zt_projectstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectstory` ( - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(6) NOT NULL DEFAULT '1', - `order` smallint(6) unsigned NOT NULL, - UNIQUE KEY `project` (`project`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectstory` --- - -LOCK TABLES `zt_projectstory` WRITE; -/*!40000 ALTER TABLE `zt_projectstory` DISABLE KEYS */; -INSERT INTO `zt_projectstory` VALUES (1,1,4,1,0),(1,1,3,2,0),(1,1,2,1,0),(1,1,1,1,0); -/*!40000 ALTER TABLE `zt_projectstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_relation` --- - -DROP TABLE IF EXISTS `zt_relation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_relation` ( - `id` int(8) NOT NULL AUTO_INCREMENT, - `program` mediumint(8) NOT NULL, - `product` mediumint(8) NOT NULL, - `project` mediumint(8) NOT NULL, - `AType` char(30) NOT NULL, - `AID` mediumint(8) NOT NULL, - `AVersion` char(30) NOT NULL, - `relation` char(30) NOT NULL, - `BType` char(30) NOT NULL, - `BID` mediumint(8) NOT NULL, - `BVersion` char(30) NOT NULL, - `extra` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `relation` (`relation`,`AType`,`BType`,`AID`,`BID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_relation` --- - -LOCK TABLES `zt_relation` WRITE; -/*!40000 ALTER TABLE `zt_relation` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_relation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_release` --- - -DROP TABLE IF EXISTS `zt_release`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_release` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL DEFAULT '', - `marker` enum('0','1') NOT NULL DEFAULT '0', - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `leftBugs` text NOT NULL, - `desc` text NOT NULL, - `status` varchar(20) NOT NULL DEFAULT 'normal', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_release` --- - -LOCK TABLES `zt_release` WRITE; -/*!40000 ALTER TABLE `zt_release` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_release` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repo` --- - -DROP TABLE IF EXISTS `zt_repo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repo` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `path` varchar(255) NOT NULL, - `prefix` varchar(100) NOT NULL, - `encoding` varchar(20) NOT NULL, - `SCM` varchar(10) NOT NULL, - `client` varchar(100) NOT NULL, - `commits` mediumint(8) unsigned NOT NULL, - `account` varchar(30) NOT NULL, - `password` varchar(30) NOT NULL, - `encrypt` varchar(30) NOT NULL DEFAULT 'plain', - `acl` text NOT NULL, - `synced` tinyint(1) NOT NULL DEFAULT '0', - `lastSync` datetime NOT NULL, - `desc` text NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repo` --- - -LOCK TABLES `zt_repo` WRITE; -/*!40000 ALTER TABLE `zt_repo` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repobranch` --- - -DROP TABLE IF EXISTS `zt_repobranch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repobranch` ( - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `branch` varchar(255) NOT NULL, - UNIQUE KEY `repo_revision_branch` (`repo`,`revision`,`branch`), - KEY `branch` (`branch`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repobranch` --- - -LOCK TABLES `zt_repobranch` WRITE; -/*!40000 ALTER TABLE `zt_repobranch` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repobranch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repofiles` --- - -DROP TABLE IF EXISTS `zt_repofiles`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repofiles` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `path` varchar(255) NOT NULL, - `parent` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `action` char(1) NOT NULL, - PRIMARY KEY (`id`), - KEY `path` (`path`), - KEY `parent` (`parent`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repofiles` --- - -LOCK TABLES `zt_repofiles` WRITE; -/*!40000 ALTER TABLE `zt_repofiles` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repofiles` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repohistory` --- - -DROP TABLE IF EXISTS `zt_repohistory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repohistory` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `repo` mediumint(9) NOT NULL, - `revision` varchar(40) NOT NULL, - `commit` mediumint(8) unsigned NOT NULL, - `comment` text NOT NULL, - `committer` varchar(100) NOT NULL, - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repohistory` --- - -LOCK TABLES `zt_repohistory` WRITE; -/*!40000 ALTER TABLE `zt_repohistory` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repohistory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_risk` --- - -DROP TABLE IF EXISTS `zt_risk`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_risk` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `source` char(30) NOT NULL, - `category` char(30) NOT NULL, - `strategy` char(30) NOT NULL, - `status` varchar(30) NOT NULL DEFAULT 'active', - `impact` char(30) NOT NULL, - `probability` char(30) NOT NULL, - `rate` char(30) NOT NULL, - `pri` char(30) NOT NULL, - `identifiedDate` date NOT NULL, - `prevention` text NOT NULL, - `remedy` text NOT NULL, - `plannedClosedDate` date NOT NULL, - `actualClosedDate` date NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `resolution` text NOT NULL, - `resolvedBy` varchar(30) NOT NULL, - `activateBy` varchar(30) NOT NULL, - `activateDate` date NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `cancelBy` varchar(30) NOT NULL, - `cancelDate` date NOT NULL, - `cancelReason` char(30) NOT NULL, - `hangupBy` varchar(30) NOT NULL, - `hangupDate` date NOT NULL, - `trackedBy` varchar(30) NOT NULL, - `trackedDate` date NOT NULL, - `assignedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_risk` --- - -LOCK TABLES `zt_risk` WRITE; -/*!40000 ALTER TABLE `zt_risk` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_risk` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_score` --- - -DROP TABLE IF EXISTS `zt_score`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_score` ( - `id` bigint(12) unsigned NOT NULL AUTO_INCREMENT, - `account` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL DEFAULT '', - `method` varchar(30) NOT NULL, - `desc` varchar(250) NOT NULL DEFAULT '', - `before` int(11) NOT NULL DEFAULT '0', - `score` int(11) NOT NULL DEFAULT '0', - `after` int(11) NOT NULL DEFAULT '0', - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `model` (`module`), - KEY `method` (`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_score` --- - -LOCK TABLES `zt_score` WRITE; -/*!40000 ALTER TABLE `zt_score` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_score` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_stage` --- - -DROP TABLE IF EXISTS `zt_stage`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_stage` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `percent` varchar(255) NOT NULL, - `type` varchar(255) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_stage` --- - -LOCK TABLES `zt_stage` WRITE; -/*!40000 ALTER TABLE `zt_stage` DISABLE KEYS */; -INSERT INTO `zt_stage` VALUES (1,'需求','10','request','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(2,'设计','10','design','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(3,'开发','50','dev','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(4,'测试','15','qa','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(5,'发布','10','release','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(6,'总结评审','5','review','admin','2020-02-08 21:08:45','admin','2020-02-12 13:50:27','0'); -/*!40000 ALTER TABLE `zt_stage` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_story` --- - -DROP TABLE IF EXISTS `zt_story`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_story` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` text, - `source` varchar(20) NOT NULL, - `sourceNote` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'story', - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `estimate` float unsigned NOT NULL, - `status` enum('','changed','active','draft','closed') NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `stage` enum('','wait','planned','projected','developing','developed','testing','tested','verified','released','closed') NOT NULL DEFAULT 'wait', - `stagedBy` char(30) NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `closedReason` varchar(30) NOT NULL, - `toBug` mediumint(8) unsigned NOT NULL, - `childStories` varchar(255) NOT NULL, - `linkStories` varchar(255) NOT NULL, - `duplicateStory` mediumint(8) unsigned NOT NULL, - `version` smallint(6) NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `status` (`status`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_story` --- - -LOCK TABLES `zt_story` WRITE; -/*!40000 ALTER TABLE `zt_story` DISABLE KEYS */; -INSERT INTO `zt_story` VALUES (1,0,1,0,1,'1','po','',0,'首页设计和开发','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:09:49','productManager','0000-00-00 00:00:00','productManager','2012-06-05 10:25:19','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(2,0,1,0,2,'1','po','',0,'新闻中心的设计和开发。','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:25:33','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(3,0,1,0,3,'1','po','',0,'成果展示的设计和开发','','',1,0,'active','','','developed','','','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:25:38','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,2,'0'),(4,0,1,0,4,'1','po','',0,'售后服务的设计和开发','','',1,1,'active','','','projected','','','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:25:42','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(5,0,1,0,5,'1','po','',0,'诚聘英才的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:21:39','productManager','2012-06-05 10:21:39','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(6,0,1,0,6,'1','po','',0,'合作洽谈的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:23:11','productManager','2012-06-05 10:23:11','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(7,0,1,0,7,'1','po','',0,'关于我们的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:24:19','productManager','2012-06-05 10:24:19','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'); -/*!40000 ALTER TABLE `zt_story` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storySpec` --- - -DROP TABLE IF EXISTS `zt_storySpec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storySpec` ( - `company` mediumint(8) unsigned NOT NULL, - `story` mediumint(9) NOT NULL, - `version` smallint(6) NOT NULL, - `title` varchar(90) NOT NULL, - `spec` text NOT NULL, - UNIQUE KEY `story` (`story`,`version`), - KEY `company` (`company`), - KEY `company_2` (`company`), - KEY `company_3` (`company`), - KEY `company_4` (`company`), - KEY `company_5` (`company`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storySpec` --- - -LOCK TABLES `zt_storySpec` WRITE; -/*!40000 ALTER TABLE `zt_storySpec` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_storySpec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storyspec` --- - -DROP TABLE IF EXISTS `zt_storyspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storyspec` ( - `story` mediumint(9) NOT NULL, - `version` smallint(6) NOT NULL, - `title` varchar(255) NOT NULL, - `spec` text NOT NULL, - `verify` text NOT NULL, - UNIQUE KEY `story` (`story`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storyspec` --- - -LOCK TABLES `zt_storyspec` WRITE; -/*!40000 ALTER TABLE `zt_storyspec` DISABLE KEYS */; -INSERT INTO `zt_storyspec` VALUES (1,1,'首页设计和开发','作为一名本公司的用户,我希望可以在首页看到该公司网站的基本内容,例如最新动态、部分成果展示、联系信息、工商信息等。
','开发并通过验收
'),(2,1,'新闻中心的设计和开发。','作为一名本公司的用户,我希望可以在新闻中心看到该公司网站的企业新闻,这样可以通过新闻了解企业的最新动态。
',''),(3,1,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(3,2,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(4,1,'售后服务的设计和开发','作为一名本公司的用户,我希望可以在售后服务看到该公司网站的售后服务,这样可以方便我联系该公司来解决我的问题。 
',''),(5,1,'诚聘英才的设计和开发','作为一名求职者,我希望可以在诚聘英才里看到该公司的招聘信息,这样可以方便我应聘该公司。 
',''),(6,1,'合作洽谈的设计和开发','作为一名合作商,我希望可以在合作洽谈里看到该公司对外的合作内容,这样可以方便我和该公司进行合作洽谈。 
',''),(7,1,'关于我们的设计和开发','我希望可以在关于我们里看到该公司的基本信息,这样可以方便我了解该公司。
',''); -/*!40000 ALTER TABLE `zt_storyspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storystage` --- - -DROP TABLE IF EXISTS `zt_storystage`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storystage` ( - `story` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `stage` varchar(50) NOT NULL, - `stagedBy` char(30) NOT NULL, - UNIQUE KEY `story_branch` (`story`,`branch`), - KEY `story` (`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storystage` --- - -LOCK TABLES `zt_storystage` WRITE; -/*!40000 ALTER TABLE `zt_storystage` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_storystage` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_suitecase` --- - -DROP TABLE IF EXISTS `zt_suitecase`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_suitecase` ( - `suite` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - UNIQUE KEY `suitecase` (`suite`,`case`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_suitecase` --- - -LOCK TABLES `zt_suitecase` WRITE; -/*!40000 ALTER TABLE `zt_suitecase` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_suitecase` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_task` --- - -DROP TABLE IF EXISTS `zt_task`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_task` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(8) NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `estimate` float unsigned NOT NULL, - `consumed` float unsigned NOT NULL, - `left` float unsigned NOT NULL, - `deadline` date NOT NULL, - `status` enum('wait','doing','done','pause','cancel','closed') NOT NULL DEFAULT 'wait', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `openedBy` varchar(30) NOT NULL, - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `estStarted` date NOT NULL, - `realStarted` date NOT NULL, - `finishedBy` varchar(30) NOT NULL, - `finishedDate` datetime NOT NULL, - `finishedList` text NOT NULL, - `canceledBy` varchar(30) NOT NULL, - `canceledDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL, - `closedDate` datetime NOT NULL, - `closedReason` varchar(30) NOT NULL, - `lastEditedBy` varchar(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `project` (`project`), - KEY `story` (`story`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_task` --- - -LOCK TABLES `zt_task` WRITE; -/*!40000 ALTER TABLE `zt_task` DISABLE KEYS */; -INSERT INTO `zt_task` VALUES (1,0,1,0,1,1,0,'首页页面的设计','design',1,10,7,0,'0000-00-00','done','','','','首页页面的设计
','projectManager','2012-06-05 10:32:03','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(2,0,1,0,1,1,0,'首页的开发','devel',1,10,8,0,'0000-00-00','done','','','','首页的开发
','projectManager','2012-06-05 10:32:23','dev1','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(3,0,1,0,2,1,0,'新闻中心的设计','design',1,8,8,0,'0000-00-00','done','','','','新闻中心的设计
','projectManager','2012-06-05 10:33:01','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev2','2012-06-05 10:42:56','0'),(4,0,1,0,2,1,0,'新闻中心的开发','devel',1,8,5,0,'0000-00-00','done','','','','新闻中心的开发
','projectManager','2012-06-05 10:33:21','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev2','2012-06-05 10:42:56','0'),(5,0,1,0,3,2,0,'成果展示的设计','design',1,8,5,0,'0000-00-00','done','','','','成果展示的设计
','projectManager','2012-06-05 10:33:44','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev3','2012-06-05 10:43:32','0'),(6,0,1,0,3,2,0,'成果展示的开发','devel',1,8,5,0,'0000-00-00','done','','','','成果展示的开发
','projectManager','2012-06-05 10:33:59','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev3','2012-06-05 10:43:32','0'),(7,0,1,0,4,1,0,'售后服务的设计','design',1,8,0,8,'0000-00-00','cancel','','','','售后服务的设计
','projectManager','2012-06-05 10:34:25','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(8,0,1,0,4,1,0,'售后服务的开发','devel',1,8,6,0,'0000-00-00','cancel','','','','售后服务的开发
','projectManager','2012-06-05 10:34:45','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(9,0,1,0,4,1,0,'售后服务的开发','devel',1,8,0,8,'0000-00-00','cancel','','','','售后服务的开发
','projectManager','2012-06-05 10:35:01','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'); -/*!40000 ALTER TABLE `zt_task` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_taskestimate` --- - -DROP TABLE IF EXISTS `zt_taskestimate`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_taskestimate` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `left` float unsigned NOT NULL DEFAULT '0', - `consumed` float unsigned NOT NULL, - `account` char(30) NOT NULL DEFAULT '', - `work` text, - PRIMARY KEY (`id`), - KEY `task` (`task`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_taskestimate` --- - -LOCK TABLES `zt_taskestimate` WRITE; -/*!40000 ALTER TABLE `zt_taskestimate` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_taskestimate` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_taskspec` --- - -DROP TABLE IF EXISTS `zt_taskspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_taskspec` ( - `task` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `estStarted` date NOT NULL, - `deadline` date NOT NULL, - UNIQUE KEY `task` (`task`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_taskspec` --- - -LOCK TABLES `zt_taskspec` WRITE; -/*!40000 ALTER TABLE `zt_taskspec` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_taskspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_team` --- - -DROP TABLE IF EXISTS `zt_team`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_team` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `type` enum('project','task') NOT NULL DEFAULT 'project', - `account` char(30) NOT NULL DEFAULT '', - `role` char(30) NOT NULL DEFAULT '', - `limited` char(8) NOT NULL DEFAULT 'no', - `join` date NOT NULL DEFAULT '0000-00-00', - `days` smallint(5) unsigned NOT NULL, - `hours` float(2,1) unsigned NOT NULL DEFAULT '0.0', - `estimate` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `consumed` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `left` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `order` tinyint(3) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `team` (`root`,`type`,`account`) -) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_team` --- - -LOCK TABLES `zt_team` WRITE; -/*!40000 ALTER TABLE `zt_team` DISABLE KEYS */; -INSERT INTO `zt_team` VALUES (1,1,'project','dev3','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(2,1,'project','productManager','产品经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(3,1,'project','tester2','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(4,1,'project','tester1','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(5,2,'project','projectManager','项目经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(6,2,'project','tester2','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(7,2,'project','tester1','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(8,2,'project','dev3','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(9,2,'project','dev2','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(10,2,'project','dev1','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(11,1,'project','dev1','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(12,1,'project','dev2','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(13,1,'project','projectManager','项目经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(14,1,'project','testManager','测试主管','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(15,2,'project','productManager','产品经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0); -/*!40000 ALTER TABLE `zt_team` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testResult` --- - -DROP TABLE IF EXISTS `zt_testResult`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testResult` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL, - `run` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - `caseResult` char(30) NOT NULL, - `stepResults` text NOT NULL, - `date` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `run` (`run`), - KEY `case` (`case`,`version`), - KEY `company` (`company`), - KEY `company_2` (`company`), - KEY `company_3` (`company`), - KEY `company_4` (`company`), - KEY `company_5` (`company`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testResult` --- - -LOCK TABLES `zt_testResult` WRITE; -/*!40000 ALTER TABLE `zt_testResult` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_testResult` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testRun` --- - -DROP TABLE IF EXISTS `zt_testRun`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testRun` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `assignedTo` char(30) NOT NULL DEFAULT '', - `lastRun` datetime NOT NULL, - `lastResult` char(30) NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `task` (`task`,`case`), - KEY `company` (`company`), - KEY `company_2` (`company`), - KEY `company_3` (`company`), - KEY `company_4` (`company`), - KEY `company_5` (`company`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testRun` --- - -LOCK TABLES `zt_testRun` WRITE; -/*!40000 ALTER TABLE `zt_testRun` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_testRun` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testTask` --- - -DROP TABLE IF EXISTS `zt_testTask`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testTask` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL, - `name` char(90) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `desc` text NOT NULL, - `status` char(30) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `company` (`company`), - KEY `company_2` (`company`), - KEY `company_3` (`company`), - KEY `company_4` (`company`), - KEY `company_5` (`company`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testTask` --- - -LOCK TABLES `zt_testTask` WRITE; -/*!40000 ALTER TABLE `zt_testTask` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_testTask` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testreport` --- - -DROP TABLE IF EXISTS `zt_testreport`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testreport` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `tasks` varchar(255) NOT NULL, - `builds` varchar(255) NOT NULL, - `title` varchar(255) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `owner` char(30) NOT NULL, - `members` text NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `cases` text NOT NULL, - `report` text NOT NULL, - `objectType` varchar(20) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testreport` --- - -LOCK TABLES `zt_testreport` WRITE; -/*!40000 ALTER TABLE `zt_testreport` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_testreport` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testresult` --- - -DROP TABLE IF EXISTS `zt_testresult`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testresult` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `run` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `compile` mediumint(8) unsigned NOT NULL, - `caseResult` char(30) NOT NULL, - `stepResults` text NOT NULL, - `lastRunner` varchar(30) NOT NULL, - `date` datetime NOT NULL, - `duration` float NOT NULL, - `xml` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`), - KEY `run` (`run`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testresult` --- - -LOCK TABLES `zt_testresult` WRITE; -/*!40000 ALTER TABLE `zt_testresult` DISABLE KEYS */; -INSERT INTO `zt_testresult` VALUES (1,4,1,1,0,0,'pass','a:1:{i:1;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:00',0,''),(2,3,2,1,0,0,'pass','a:1:{i:2;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:05',0,''),(3,2,3,1,0,0,'pass','a:1:{i:3;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:07',0,''),(4,1,4,1,0,0,'pass','a:1:{i:4;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:08',0,''); -/*!40000 ALTER TABLE `zt_testresult` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testrun` --- - -DROP TABLE IF EXISTS `zt_testrun`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testrun` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `assignedTo` char(30) NOT NULL DEFAULT '', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `task` (`task`,`case`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testrun` --- - -LOCK TABLES `zt_testrun` WRITE; -/*!40000 ALTER TABLE `zt_testrun` DISABLE KEYS */; -INSERT INTO `zt_testrun` VALUES (1,1,4,1,'','testManager','2012-06-05 11:11:08','pass','done'),(2,1,3,1,'','testManager','2012-06-05 11:11:07','pass','done'),(3,1,2,1,'','testManager','2012-06-05 11:11:05','pass','done'),(4,1,1,1,'','testManager','2012-06-05 11:11:00','pass','done'); -/*!40000 ALTER TABLE `zt_testrun` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testsuite` --- - -DROP TABLE IF EXISTS `zt_testsuite`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testsuite` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `type` varchar(20) NOT NULL, - `addedBy` char(30) NOT NULL, - `addedDate` datetime NOT NULL, - `lastEditedBy` char(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testsuite` --- - -LOCK TABLES `zt_testsuite` WRITE; -/*!40000 ALTER TABLE `zt_testsuite` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_testsuite` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testtask` --- - -DROP TABLE IF EXISTS `zt_testtask`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testtask` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(90) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `begin` date NOT NULL, - `end` date NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `report` text NOT NULL, - `status` enum('blocked','doing','wait','done') NOT NULL DEFAULT 'wait', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testtask` --- - -LOCK TABLES `zt_testtask` WRITE; -/*!40000 ALTER TABLE `zt_testtask` DISABLE KEYS */; -INSERT INTO `zt_testtask` VALUES (1,'企业网站第一期测试任务',1,1,'trunk','testManager',0,'2012-06-05','2013-06-21',NULL,'','','wait','no','','0'); -/*!40000 ALTER TABLE `zt_testtask` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_todo` --- - -DROP TABLE IF EXISTS `zt_todo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_todo` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `date` date NOT NULL, - `begin` smallint(4) unsigned zerofill NOT NULL, - `end` smallint(4) unsigned zerofill NOT NULL, - `type` char(10) NOT NULL, - `cycle` tinyint(3) unsigned NOT NULL DEFAULT '0', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `name` char(150) NOT NULL, - `desc` text NOT NULL, - `status` enum('wait','doing','done','closed') NOT NULL DEFAULT 'wait', - `private` tinyint(1) NOT NULL, - `config` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedBy` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `finishedBy` varchar(30) NOT NULL DEFAULT '', - `finishedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `assignedTo` (`assignedTo`), - KEY `finishedBy` (`finishedBy`), - KEY `date` (`date`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_todo` --- - -LOCK TABLES `zt_todo` WRITE; -/*!40000 ALTER TABLE `zt_todo` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_todo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_translation` --- - -DROP TABLE IF EXISTS `zt_translation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_translation` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `lang` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `key` varchar(100) NOT NULL, - `value` text NOT NULL, - `referer` text NOT NULL, - `status` varchar(30) NOT NULL, - `translator` char(30) NOT NULL, - `translatedTime` datetime NOT NULL, - `reviewer` char(30) NOT NULL, - `reviewedTime` datetime NOT NULL, - `reason` text NOT NULL, - `version` varchar(20) NOT NULL, - `mode` varchar(20) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `lang_module_key_mode` (`lang`,`module`,`key`,`mode`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_translation` --- - -LOCK TABLES `zt_translation` WRITE; -/*!40000 ALTER TABLE `zt_translation` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_translation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_user` --- - -DROP TABLE IF EXISTS `zt_user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_user` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `dept` mediumint(8) unsigned NOT NULL DEFAULT '0', - `account` char(30) NOT NULL DEFAULT '', - `password` char(32) NOT NULL DEFAULT '', - `role` char(10) NOT NULL DEFAULT '', - `realname` varchar(100) NOT NULL DEFAULT '', - `nickname` char(60) NOT NULL DEFAULT '', - `commiter` varchar(100) NOT NULL, - `avatar` char(30) NOT NULL DEFAULT '', - `birthday` date NOT NULL DEFAULT '0000-00-00', - `gender` enum('f','m') NOT NULL DEFAULT 'f', - `email` char(90) NOT NULL DEFAULT '', - `skype` char(90) NOT NULL DEFAULT '', - `qq` char(20) NOT NULL DEFAULT '', - `mobile` char(11) NOT NULL DEFAULT '', - `phone` char(20) NOT NULL DEFAULT '', - `weixin` varchar(90) NOT NULL DEFAULT '', - `dingding` varchar(90) NOT NULL DEFAULT '', - `slack` varchar(90) NOT NULL DEFAULT '', - `whatsapp` varchar(90) NOT NULL DEFAULT '', - `address` char(120) NOT NULL DEFAULT '', - `zipcode` char(10) NOT NULL DEFAULT '', - `join` date NOT NULL DEFAULT '0000-00-00', - `visits` mediumint(8) unsigned NOT NULL DEFAULT '0', - `ip` char(15) NOT NULL DEFAULT '', - `last` int(10) unsigned NOT NULL DEFAULT '0', - `fails` tinyint(5) NOT NULL DEFAULT '0', - `locked` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `ranzhi` char(30) NOT NULL DEFAULT '', - `score` int(11) NOT NULL DEFAULT '0', - `scoreLevel` int(11) NOT NULL DEFAULT '0', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `clientStatus` enum('online','away','busy','offline') NOT NULL DEFAULT 'offline', - `clientLang` varchar(10) NOT NULL DEFAULT 'zh-cn', - PRIMARY KEY (`id`), - UNIQUE KEY `account` (`account`), - KEY `dept` (`dept`), - KEY `email` (`email`), - KEY `commiter` (`commiter`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_user` --- - -LOCK TABLES `zt_user` WRITE; -/*!40000 ALTER TABLE `zt_user` DISABLE KEYS */; -INSERT INTO `zt_user` VALUES (1,0,'admin','6da8a7c05e2aa1774828500a8370feea','','admin','','','','0000-00-00','f','','','','','','','','','','','','0000-00-00',1,'10.0.2.2',1605850609,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(2,5,'productManager','e10adc3949ba59abbe56e057f20f883e','po','产品经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338866083,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(3,6,'projectManager','e10adc3949ba59abbe56e057f20f883e','pm','项目经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865876,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(4,2,'dev1','e10adc3949ba59abbe56e057f20f883e','dev','开发甲','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338863860,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(5,2,'dev2','e10adc3949ba59abbe56e057f20f883e','dev','开发乙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864116,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(6,2,'dev3','e10adc3949ba59abbe56e057f20f883e','dev','开发丙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864187,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(7,3,'tester1','e10adc3949ba59abbe56e057f20f883e','qa','测试甲','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865739,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(8,3,'tester2','e10adc3949ba59abbe56e057f20f883e','qa','测试乙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',2,'192.168.0.8',1338865450,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(9,3,'tester3','e10adc3949ba59abbe56e057f20f883e','qa','测试丙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338865125,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(10,1,'testManager','e10adc3949ba59abbe56e057f20f883e','qd','测试经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',6,'192.168.0.8',1338865842,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'); -/*!40000 ALTER TABLE `zt_user` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userQuery` --- - -DROP TABLE IF EXISTS `zt_userQuery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userQuery` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL DEFAULT '0', - `account` char(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(90) NOT NULL, - `form` text NOT NULL, - `sql` text NOT NULL, - PRIMARY KEY (`id`), - KEY `company` (`company`), - KEY `account` (`account`), - KEY `module` (`module`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userQuery` --- - -LOCK TABLES `zt_userQuery` WRITE; -/*!40000 ALTER TABLE `zt_userQuery` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_userQuery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userTPL` --- - -DROP TABLE IF EXISTS `zt_userTPL`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userTPL` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL, - `account` char(30) NOT NULL, - `type` char(30) NOT NULL, - `title` varchar(150) NOT NULL, - `content` text NOT NULL, - PRIMARY KEY (`id`), - KEY `company` (`company`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userTPL` --- - -LOCK TABLES `zt_userTPL` WRITE; -/*!40000 ALTER TABLE `zt_userTPL` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_userTPL` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usercontact` --- - -DROP TABLE IF EXISTS `zt_usercontact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usercontact` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `listName` varchar(60) NOT NULL, - `userList` text NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usercontact` --- - -LOCK TABLES `zt_usercontact` WRITE; -/*!40000 ALTER TABLE `zt_usercontact` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usercontact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usergroup` --- - -DROP TABLE IF EXISTS `zt_usergroup`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usergroup` ( - `account` char(30) NOT NULL DEFAULT '', - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - UNIQUE KEY `account` (`account`,`group`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usergroup` --- - -LOCK TABLES `zt_usergroup` WRITE; -/*!40000 ALTER TABLE `zt_usergroup` DISABLE KEYS */; -INSERT INTO `zt_usergroup` VALUES ('dev1',2),('dev2',2),('dev3',2),('productManager',5),('projectManager',4),('tester1',3),('tester2',3),('tester3',3),('testManager',8); -/*!40000 ALTER TABLE `zt_usergroup` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userquery` --- - -DROP TABLE IF EXISTS `zt_userquery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userquery` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(90) NOT NULL, - `form` text NOT NULL, - `sql` text NOT NULL, - `shortcut` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `module` (`module`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userquery` --- - -LOCK TABLES `zt_userquery` WRITE; -/*!40000 ALTER TABLE `zt_userquery` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_userquery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usertpl` --- - -DROP TABLE IF EXISTS `zt_usertpl`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usertpl` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `type` char(30) NOT NULL, - `title` varchar(150) NOT NULL, - `content` text NOT NULL, - `public` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usertpl` --- - -LOCK TABLES `zt_usertpl` WRITE; -/*!40000 ALTER TABLE `zt_usertpl` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usertpl` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userview` --- - -DROP TABLE IF EXISTS `zt_userview`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userview` ( - `account` char(30) NOT NULL, - `products` mediumtext NOT NULL, - `projects` mediumtext NOT NULL, - UNIQUE KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userview` --- - -LOCK TABLES `zt_userview` WRITE; -/*!40000 ALTER TABLE `zt_userview` DISABLE KEYS */; -INSERT INTO `zt_userview` VALUES ('admin','',''); -/*!40000 ALTER TABLE `zt_userview` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_webhook` --- - -DROP TABLE IF EXISTS `zt_webhook`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_webhook` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(15) NOT NULL DEFAULT 'default', - `name` varchar(50) NOT NULL, - `url` varchar(255) NOT NULL, - `domain` varchar(255) NOT NULL, - `secret` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL DEFAULT 'application/json', - `sendType` enum('sync','async') NOT NULL DEFAULT 'sync', - `products` text NOT NULL, - `projects` text NOT NULL, - `params` varchar(100) NOT NULL, - `actions` text NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_webhook` --- - -LOCK TABLES `zt_webhook` WRITE; -/*!40000 ALTER TABLE `zt_webhook` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_webhook` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_weeklyreport` --- - -DROP TABLE IF EXISTS `zt_weeklyreport`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_weeklyreport` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `weekStart` date NOT NULL, - `pv` float(9,2) NOT NULL, - `ev` float(9,2) NOT NULL, - `ac` float(9,2) NOT NULL, - `sv` float(9,2) NOT NULL, - `cv` float(9,2) NOT NULL, - `staff` smallint(5) unsigned NOT NULL, - `progress` varchar(255) NOT NULL, - `workload` varchar(255) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `week` (`PRJ`,`weekStart`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_weeklyreport` --- - -LOCK TABLES `zt_weeklyreport` WRITE; -/*!40000 ALTER TABLE `zt_weeklyreport` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_weeklyreport` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_workestimation` --- - -DROP TABLE IF EXISTS `zt_workestimation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_workestimation` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `scale` mediumint(8) unsigned NOT NULL, - `productivity` smallint(3) unsigned NOT NULL, - `duration` mediumint(8) unsigned NOT NULL, - `unitLaborCost` mediumint(8) unsigned NOT NULL, - `totalLaborCost` mediumint(8) unsigned NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `dayHour` float(5,2) DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_workestimation` --- - -LOCK TABLES `zt_workestimation` WRITE; -/*!40000 ALTER TABLE `zt_workestimation` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_workestimation` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-02-20 13:58:01 diff --git a/zentaopms_12_haveData.sql b/zentaopms_12_haveData.sql deleted file mode 100644 index 529578bbb2..0000000000 --- a/zentaopms_12_haveData.sql +++ /dev/null @@ -1,2638 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.20, for Linux (x86_64) --- --- Host: localhost Database: 12_zentaopms --- ------------------------------------------------------ --- Server version 5.7.20-0ubuntu0.16.04.1 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `zt_action` --- - -DROP TABLE IF EXISTS `zt_action`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_action` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL DEFAULT '', - `objectID` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` varchar(255) NOT NULL, - `project` mediumint(9) NOT NULL, - `actor` varchar(100) NOT NULL DEFAULT '', - `action` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL, - `comment` text NOT NULL, - `extra` text NOT NULL, - `read` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `date` (`date`), - KEY `actor` (`actor`), - KEY `project` (`project`), - KEY `action` (`action`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM AUTO_INCREMENT=675 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_action` --- - -LOCK TABLES `zt_action` WRITE; -/*!40000 ALTER TABLE `zt_action` DISABLE KEYS */; -INSERT INTO `zt_action` VALUES (1,'user',20,',0,',0,'azhi','logout','2012-06-05 09:24:52','','','0'),(2,'user',1,',0,',0,'admin','login','2012-06-05 09:25:00','','','0'),(3,'user',1,',0,',0,'admin','logout','2012-06-05 09:51:10','','','0'),(4,'user',2,',0,',0,'productManager','login','2012-06-05 09:51:33','','','0'),(5,'user',2,',0,',0,'productManager','logout','2012-06-05 09:53:05','','','0'),(6,'user',1,',0,',0,'admin','login','2012-06-05 09:53:10','','','0'),(7,'user',1,',0,',0,'admin','logout','2012-06-05 09:53:52','','','0'),(8,'user',2,',0,',0,'productManager','login','2012-06-05 09:54:07','','','0'),(9,'product',1,',1,',0,'productManager','opened','2012-06-05 09:57:07','','','0'),(10,'productplan',1,',1,',0,'productManager','opened','2012-06-05 10:02:49','','','0'),(11,'story',1,',1,',0,'productManager','opened','2012-06-05 10:09:49','','','0'),(12,'story',2,',1,',0,'productManager','opened','2012-06-05 10:16:37','','','0'),(13,'story',3,',1,',0,'productManager','opened','2012-06-05 10:18:10','','','0'),(14,'story',3,',1,',0,'productManager','changed','2012-06-05 10:19:06','','','0'),(15,'story',4,',1,',0,'productManager','opened','2012-06-05 10:20:16','','','0'),(16,'story',5,',1,',0,'productManager','opened','2012-06-05 10:21:39','','','0'),(17,'story',6,',1,',0,'productManager','opened','2012-06-05 10:23:11','','','0'),(18,'story',7,',1,',0,'productManager','opened','2012-06-05 10:24:19','','','0'),(19,'story',1,',1,',0,'productManager','reviewed','2012-06-05 10:25:19','','Pass','0'),(20,'story',2,',1,',0,'productManager','reviewed','2012-06-05 10:25:33','','Pass','0'),(21,'story',3,',1,',0,'productManager','reviewed','2012-06-05 10:25:38','','Pass','0'),(22,'story',4,',1,',0,'productManager','reviewed','2012-06-05 10:25:42','','Pass','0'),(23,'user',2,',0,',0,'productManager','logout','2012-06-05 10:26:20','','','0'),(24,'user',3,',0,',0,'projectManager','login','2012-06-05 10:26:38','','','0'),(25,'project',1,',1,',1,'projectManager','opened','2012-06-05 10:28:36','','','0'),(26,'story',4,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(27,'story',3,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(28,'story',2,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(29,'story',1,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(30,'task',1,',1,',1,'projectManager','opened','2012-06-05 10:32:03','','','0'),(31,'task',2,',1,',1,'projectManager','opened','2012-06-05 10:32:23','','','0'),(32,'task',3,',1,',1,'projectManager','opened','2012-06-05 10:33:01','','','0'),(33,'task',4,',1,',1,'projectManager','opened','2012-06-05 10:33:21','','','0'),(34,'task',5,',1,',1,'projectManager','opened','2012-06-05 10:33:44','','','0'),(35,'task',6,',1,',1,'projectManager','opened','2012-06-05 10:33:59','','','0'),(36,'task',7,',1,',1,'projectManager','opened','2012-06-05 10:34:25','','','0'),(37,'task',8,',1,',1,'projectManager','opened','2012-06-05 10:34:45','','','0'),(38,'task',9,',1,',1,'projectManager','opened','2012-06-05 10:35:01','','','0'),(39,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:37:30','','','0'),(40,'user',4,',0,',0,'dev1','login','2012-06-05 10:37:40','','','0'),(41,'task',1,',1,',1,'dev1','started','2012-06-05 10:37:54','','','0'),(42,'task',1,',1,',1,'dev1','finished','2012-06-05 10:38:00','','','0'),(43,'task',8,',1,',1,'dev1','finished','2012-06-05 10:39:14','','','0'),(44,'task',9,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(45,'task',8,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(46,'task',7,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(47,'task',6,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(48,'task',5,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(49,'task',4,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(50,'task',3,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(51,'task',2,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(52,'task',1,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(53,'user',4,',0,',0,'dev1','logout','2012-06-05 10:41:50','','','0'),(54,'user',5,',0,',0,'dev2','login','2012-06-05 10:41:56','','','0'),(55,'task',4,',1,',1,'dev2','edited','2012-06-05 10:42:56','','','0'),(56,'task',3,',1,',1,'dev2','edited','2012-06-05 10:42:57','','','0'),(57,'user',5,',0,',0,'dev2','logout','2012-06-05 10:43:02','','','0'),(58,'user',6,',0,',0,'dev3','login','2012-06-05 10:43:07','','','0'),(59,'task',6,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(60,'task',5,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(61,'user',6,',0,',0,'dev3','logout','2012-06-05 10:43:42','','','0'),(62,'user',3,',0,',0,'projectManager','login','2012-06-05 10:44:05','','','0'),(63,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:50:03','','','0'),(64,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:09','','','0'),(65,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:14','','','0'),(66,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:23','','','0'),(67,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:32','','','0'),(68,'user',1,',0,',0,'admin','login','2012-06-05 10:50:36','','','0'),(69,'user',1,',0,',0,'admin','logout','2012-06-05 10:50:53','','','0'),(70,'user',10,',0,',0,'testManager','login','2012-06-05 10:51:01','','','0'),(71,'user',10,',0,',0,'testManager','logout','2012-06-05 10:51:33','','','0'),(72,'user',7,',0,',0,'tester1','login','2012-06-05 10:51:38','','','0'),(73,'bug',1,',1,',1,'tester1','opened','2012-06-05 10:56:11','','','0'),(74,'bug',2,',1,',1,'tester1','opened','2012-06-05 10:57:11','','','0'),(75,'user',7,',0,',0,'tester1','logout','2012-06-05 10:57:13','','','0'),(76,'user',8,',0,',0,'tester2','login','2012-06-05 10:57:24','','','0'),(77,'bug',3,',1,',1,'tester2','opened','2012-06-05 10:58:22','','','0'),(78,'user',8,',0,',0,'tester2','logout','2012-06-05 10:58:39','','','0'),(79,'user',9,',0,',0,'tester3','login','2012-06-05 10:58:46','','','0'),(80,'bug',4,',1,',1,'tester3','opened','2012-06-05 11:00:19','','','0'),(81,'case',1,',1,',0,'tester3','opened','2012-06-05 11:02:18','','','0'),(82,'case',1,',1,',0,'tester3','edited','2012-06-05 11:02:47','','','0'),(83,'user',9,',0,',0,'tester3','logout','2012-06-05 11:02:48','','','0'),(84,'user',7,',0,',0,'tester1','login','2012-06-05 11:02:56','','','0'),(85,'case',2,',1,',0,'tester1','opened','2012-06-05 11:03:28','','','0'),(86,'case',3,',1,',0,'tester1','opened','2012-06-05 11:03:54','','','0'),(87,'user',7,',0,',0,'tester1','logout','2012-06-05 11:04:00','','','0'),(88,'user',8,',0,',0,'tester2','login','2012-06-05 11:04:10','','','0'),(89,'case',4,',1,',0,'tester2','opened','2012-06-05 11:04:48','','','0'),(90,'user',8,',0,',0,'tester2','logout','2012-06-05 11:04:52','','','0'),(91,'user',10,',0,',0,'testManager','login','2012-06-05 11:04:58','','','0'),(92,'testtask',1,',1,',1,'testManager','opened','2012-06-05 11:07:41','','','0'),(93,'testtask',1,',1,',1,'testManager','edited','2012-06-05 11:07:52','','','0'),(94,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:10','','','0'),(95,'user',1,',0,',0,'admin','login','2012-06-05 11:08:15','','','0'),(96,'user',1,',0,',0,'admin','logout','2012-06-05 11:08:23','','','0'),(97,'user',10,',0,',0,'testManager','login','2012-06-05 11:08:35','','','0'),(98,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:55','','','0'),(99,'user',7,',0,',0,'tester1','login','2012-06-05 11:08:59','','','0'),(100,'user',7,',0,',0,'tester1','logout','2012-06-05 11:09:52','','','0'),(101,'user',1,',0,',0,'admin','login','2012-06-05 11:09:54','','','0'),(102,'user',1,',0,',0,'admin','logout','2012-06-05 11:10:38','','','0'),(103,'user',10,',0,',0,'testManager','login','2012-06-05 11:10:42','','','0'),(104,'user',10,',0,',0,'testManager','logout','2012-06-05 11:11:13','','','0'),(105,'user',3,',0,',0,'projectManager','login','2012-06-05 11:11:16','','','0'),(106,'build',1,',1,',1,'projectManager','opened','2012-06-05 11:11:45','','','0'),(107,'project',2,',1,',2,'projectManager','opened','2012-06-05 11:12:28','','','0'),(108,'user',3,',0,',0,'projectManager','logout','2012-06-05 11:14:40','','','0'),(109,'user',2,',0,',0,'productManager','login','2012-06-05 11:14:43','','','0'),(110,'product',2,',2,',0,'productManager','opened','2012-06-05 11:15:20','','','0'),(111,'user',1,',0,',0,'admin','login','2020-12-02 15:01:06','','','0'),(112,'project',3,',,',3,'admin','opened','2020-12-02 15:02:07','','0','0'),(113,'product',3,',3,',0,'admin','opened','2020-12-02 15:02:27','','','0'),(114,'story',8,',3,',0,'admin','opened','2020-12-02 15:02:56','','','0'),(115,'story',8,',3,',0,'admin','assigned','2020-12-02 15:03:02','','productManager','0'),(116,'story',8,',3,',0,'admin','assigned','2020-12-02 15:05:03','','admin','0'),(117,'story',8,',3,',0,'admin','assigned','2020-12-02 15:05:08','','','0'),(118,'story',9,',3,',0,'admin','opened','2020-12-02 15:05:28','','','0'),(119,'product',3,',3,',0,'admin','edited','2020-12-02 15:41:49','','','0'),(120,'project',3,',3,',3,'admin','managed','2020-12-02 15:57:13','','3','0'),(121,'build',2,',3,',3,'admin','opened','2020-12-02 15:57:38','','','0'),(122,'testtask',2,',3,',3,'admin','opened','2020-12-02 15:57:58','','','0'),(123,'case',5,',3,',0,'admin','opened','2020-12-02 15:59:50','','','0'),(124,'case',6,',3,',0,'admin','opened','2020-12-02 16:00:07','','','0'),(125,'case',7,',3,',0,'admin','opened','2020-12-02 16:00:07','','','0'),(126,'case',8,',3,',0,'admin','opened','2020-12-02 16:00:07','','','0'),(127,'testreport',1,',0,',0,'admin','opened','2020-12-02 16:01:34','','','0'),(128,'case',6,',3,',0,'admin','deleted','2020-12-02 16:06:57','','1','0'),(129,'user',1,',0,',0,'admin','logout','2020-12-02 16:55:49','','','0'),(130,'user',1,',0,',0,'admin','login','2020-12-02 16:56:22','','','0'),(131,'user',11,',0,',0,'admin','created','2020-12-02 16:56:50','','','0'),(132,'project',3,',3,',3,'admin','edited','2020-12-02 16:57:01','','','0'),(133,'task',10,',3,',3,'admin','opened','2020-12-02 16:57:14','','','0'),(134,'task',11,',3,',3,'admin','opened','2020-12-02 16:57:29','','','0'),(135,'task',12,',3,',3,'admin','opened','2020-12-02 16:57:29','','','1'),(136,'task',12,',3,',3,'admin','assigned','2020-12-02 16:57:41','','admin','1'),(137,'user',1,',0,',0,'admin','logout','2020-12-02 16:57:44','','','0'),(138,'user',11,',0,',0,'jia','login','2020-12-02 16:57:46','','','0'),(139,'user',11,',0,',0,'jia','logout','2020-12-02 16:57:49','','','0'),(140,'user',1,',0,',0,'admin','login','2020-12-02 16:57:51','','','0'),(141,'user',1,',0,',0,'admin','logout','2020-12-02 16:58:03','','','0'),(142,'user',11,',0,',0,'jia','login','2020-12-02 16:58:05','','','0'),(143,'user',11,',0,',0,'jia','logout','2020-12-02 17:06:09','','','0'),(144,'user',1,',0,',0,'admin','login','2020-12-02 17:06:11','','','0'),(145,'user',1,',0,',0,'admin','logout','2020-12-02 17:13:37','','','0'),(146,'user',11,',0,',0,'jia','login','2020-12-02 17:13:39','','','0'),(147,'user',11,',0,',0,'jia','logout','2020-12-02 17:13:54','','','0'),(148,'user',1,',0,',0,'admin','login','2020-12-02 17:13:57','','','0'),(149,'user',1,',0,',0,'admin','login','2020-12-03 08:23:09','','','0'),(150,'testtask',3,',3,',3,'admin','opened','2020-12-03 08:24:01','','','0'),(151,'testtask',3,',3,',3,'admin','deleted','2020-12-03 08:24:26','','1','0'),(152,'testtask',4,',3,',3,'admin','opened','2020-12-03 08:36:00','','','0'),(153,'build',3,',3,',3,'admin','opened','2020-12-03 09:06:12','','','0'),(154,'testtask',5,',3,',3,'admin','opened','2020-12-03 09:06:30','','','0'),(155,'bug',5,',3,',0,'admin','opened','2020-12-03 10:44:24','','','0'),(156,'release',1,',3,',3,'admin','opened','2020-12-03 10:45:25','','','0'),(470,'bug',1000004,',3,',3,'admin','opened','2020-12-07 09:21:25','','','0'),(158,'testtask',5,',3,',3,'admin','deleted','2020-12-03 11:18:00','','1','0'),(159,'testtask',4,',3,',3,'admin','deleted','2020-12-03 11:18:02','','1','0'),(160,'testtask',6,',3,',3,'admin','opened','2020-12-03 11:18:56','','','0'),(161,'testreport',2,',0,',0,'admin','opened','2020-12-03 11:20:29','','','0'),(162,'testtask',7,',3,',3,'admin','opened','2020-12-03 11:23:52','','','0'),(163,'testreport',3,',0,',0,'admin','opened','2020-12-03 11:24:23','','','0'),(164,'testtask',8,',3,',3,'admin','opened','2020-12-03 14:01:06','','','0'),(165,'testtask',9,',3,',3,'admin','opened','2020-12-03 14:02:31','','','0'),(166,'testreport',4,',0,',0,'admin','opened','2020-12-03 14:04:07','','','0'),(167,'testtask',10,',3,',3,'admin','opened','2020-12-03 14:45:05','','','0'),(168,'testreport',5,',0,',0,'admin','opened','2020-12-03 14:45:23','','','0'),(169,'testtask',11,',3,',3,'admin','opened','2020-12-03 14:46:05','','','0'),(170,'testreport',6,',0,',0,'admin','opened','2020-12-03 14:46:36','','','0'),(171,'testreport',7,',0,',0,'admin','opened','2020-12-03 14:47:18','','','0'),(172,'testreport',8,',0,',0,'admin','opened','2020-12-03 14:50:46','','','0'),(173,'testreport',9,',0,',0,'admin','opened','2020-12-03 15:34:46','','','0'),(174,'user',1,',0,',0,'admin','login','2020-12-04 09:15:11','','','0'),(175,'case',9,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(176,'case',10,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(177,'case',11,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(178,'case',12,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(179,'case',13,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(180,'case',14,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(181,'case',15,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(182,'case',16,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(183,'case',17,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(184,'case',18,',3,',0,'admin','opened','2020-12-04 09:17:07','','','0'),(185,'testtask',12,',3,',3,'admin','opened','2020-12-04 09:17:46','','','0'),(186,'testreport',10,',0,',0,'admin','opened','2020-12-04 09:18:35','','','0'),(187,'case',19,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(188,'case',20,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(189,'case',21,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(190,'case',22,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(191,'case',23,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(192,'case',24,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(193,'case',25,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(194,'case',26,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(195,'case',27,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(196,'case',28,',3,',0,'admin','opened','2020-12-04 09:19:54','','','0'),(197,'case',29,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(198,'case',30,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(199,'case',31,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(200,'case',32,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(201,'case',33,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(202,'case',34,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(203,'case',35,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(204,'case',36,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(205,'case',37,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(206,'case',38,',3,',0,'admin','opened','2020-12-04 09:20:12','','','0'),(207,'case',39,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(208,'case',40,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(209,'case',41,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(210,'case',42,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(211,'case',43,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(212,'case',44,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(213,'case',45,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(214,'case',46,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(215,'case',47,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(216,'case',48,',3,',0,'admin','opened','2020-12-04 09:20:27','','','0'),(217,'case',49,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(218,'case',50,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(219,'case',51,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(220,'case',52,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(221,'case',53,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(222,'case',54,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(223,'case',55,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(224,'case',56,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(225,'case',57,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(226,'case',58,',3,',0,'admin','opened','2020-12-04 09:20:44','','','0'),(227,'case',59,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(228,'case',60,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(229,'case',61,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(230,'case',62,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(231,'case',63,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(232,'case',64,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(233,'case',65,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(234,'case',66,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(235,'case',67,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(236,'case',68,',3,',0,'admin','opened','2020-12-04 09:21:01','','','0'),(237,'case',69,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(238,'case',70,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(239,'case',71,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(240,'case',72,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(241,'case',73,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(242,'case',74,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(243,'case',75,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(244,'case',76,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(245,'case',77,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(246,'case',78,',3,',0,'admin','opened','2020-12-04 09:21:20','','','0'),(247,'caselib',1,',0,',0,'admin','opened','2020-12-04 09:21:35','','','0'),(248,'case',79,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(249,'case',80,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(250,'case',81,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(251,'case',82,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(252,'case',83,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(253,'case',84,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(254,'case',85,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(255,'case',86,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(256,'case',87,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(257,'case',88,',3,',0,'admin','opened','2020-12-04 09:26:58','','','0'),(258,'case',89,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(259,'case',90,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(260,'case',91,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(261,'case',92,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(262,'case',93,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(263,'case',94,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(264,'case',95,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(265,'case',96,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(266,'case',97,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(267,'case',98,',3,',0,'admin','opened','2020-12-04 09:27:21','','','0'),(268,'case',99,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(269,'case',100,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(270,'case',101,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(271,'case',102,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(272,'case',103,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(273,'case',104,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(274,'case',105,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(275,'case',106,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(276,'case',107,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(277,'case',108,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(278,'case',109,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(279,'case',110,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(280,'case',111,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(281,'case',112,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(282,'case',113,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(283,'case',114,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(284,'case',115,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(285,'case',116,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(286,'case',117,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(287,'case',118,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(288,'case',119,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(289,'case',120,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(290,'case',121,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(291,'case',122,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(292,'case',123,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(293,'case',124,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(294,'case',125,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(295,'case',126,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(296,'case',127,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(297,'case',128,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(298,'case',129,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(299,'case',130,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(300,'case',131,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(301,'case',132,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(302,'case',133,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(303,'case',134,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(304,'case',135,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(305,'case',136,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(306,'case',137,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(307,'case',138,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(308,'case',139,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(309,'case',140,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(310,'case',141,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(311,'case',142,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(312,'case',143,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(313,'case',144,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(314,'case',145,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(315,'case',146,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(316,'case',147,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(317,'case',148,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(318,'case',149,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(319,'case',150,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(320,'case',151,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(321,'case',152,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(322,'case',153,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(323,'case',154,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(324,'case',155,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(325,'case',156,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(326,'case',157,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(327,'case',158,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(328,'case',159,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(329,'case',160,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(330,'case',161,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(331,'case',162,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(332,'case',163,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(333,'case',164,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(334,'case',165,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(335,'case',166,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(336,'case',167,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(337,'case',168,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(338,'case',169,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(339,'case',170,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(340,'case',171,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(341,'case',172,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(342,'case',173,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(343,'case',174,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(344,'case',175,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(345,'case',176,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(346,'case',177,',3,',0,'admin','opened','2020-12-04 09:27:40','','','0'),(347,'testreport',11,',0,',0,'admin','opened','2020-12-04 09:29:01','','','0'),(348,'testreport',11,',0,',0,'admin','edited','2020-12-04 09:30:58','','','0'),(349,'user',12,',0,',0,'admin','created','2020-12-04 11:20:04','','','0'),(350,'user',13,',0,',0,'admin','created','2020-12-04 11:21:30','','','0'),(351,'user',14,',0,',0,'admin','created','2020-12-04 11:21:30','','','0'),(352,'user',15,',0,',0,'admin','created','2020-12-04 11:21:30','','','0'),(353,'user',16,',0,',0,'admin','created','2020-12-04 11:21:30','','','0'),(354,'story',9,',3,',0,'admin','edited','2020-12-04 11:21:39','','','0'),(355,'story',8,',3,',0,'admin','edited','2020-12-04 11:21:39','','','0'),(356,'story',9,',3,',0,'admin','edited','2020-12-04 11:21:46','','','0'),(357,'story',8,',3,',0,'admin','edited','2020-12-04 11:21:46','','','0'),(358,'story',9,',3,',0,'admin','assigned','2020-12-04 11:23:41','','admin','0'),(359,'story',8,',3,',0,'admin','assigned','2020-12-04 11:24:14','','admin','0'),(360,'case',178,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(361,'case',179,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(362,'case',180,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(363,'case',181,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(364,'case',182,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(365,'case',183,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(366,'case',184,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(367,'case',185,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(368,'case',186,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(369,'case',187,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(370,'case',188,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(371,'case',189,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(372,'case',190,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(373,'case',191,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(374,'case',192,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(375,'case',193,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(376,'case',194,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(377,'case',195,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(378,'case',196,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(379,'case',197,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(380,'case',198,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(381,'case',199,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(382,'case',200,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(383,'case',201,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(384,'case',202,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(385,'case',203,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(386,'case',204,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(387,'case',205,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(388,'case',206,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(389,'case',207,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(390,'case',208,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(391,'case',209,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(392,'case',210,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(393,'case',211,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(394,'case',212,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(395,'case',213,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(396,'case',214,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(397,'case',215,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(398,'case',216,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(399,'case',217,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(400,'case',218,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(401,'case',219,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(402,'case',220,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(403,'case',221,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(404,'case',222,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(405,'case',223,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(406,'case',224,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(407,'case',225,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(408,'case',226,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(409,'case',227,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(410,'case',228,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(411,'case',229,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(412,'case',230,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(413,'case',231,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(414,'case',232,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(415,'case',233,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(416,'case',234,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(417,'case',235,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(418,'case',236,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(419,'case',237,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(420,'case',238,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(421,'case',239,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(422,'case',240,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(423,'case',241,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(424,'case',242,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(425,'case',243,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(426,'case',244,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(427,'case',245,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(428,'case',246,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(429,'case',247,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(430,'case',248,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(431,'case',249,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(432,'case',250,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(433,'case',251,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(434,'case',252,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(435,'case',253,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(436,'case',254,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(437,'case',255,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(438,'case',256,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(439,'case',257,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(440,'case',258,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(441,'case',259,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(442,'case',260,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(443,'case',261,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(444,'case',262,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(445,'case',263,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(446,'case',264,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(447,'case',265,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(448,'case',266,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(449,'case',267,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(450,'case',268,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(451,'case',269,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(452,'case',270,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(453,'case',271,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(454,'case',272,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(455,'case',273,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(456,'case',274,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(457,'case',275,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(458,'case',276,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(459,'case',277,',0,',0,'admin','opened','2020-12-04 11:26:17','','','0'),(460,'case',278,',0,',0,'admin','opened','2020-12-04 11:26:43','','','0'),(461,'case',279,',0,',0,'admin','opened','2020-12-04 11:26:43','','','0'),(462,'case',280,',0,',0,'admin','opened','2020-12-04 11:26:43','','','0'),(463,'product',4,',4,',0,'admin','opened','2020-12-04 13:04:00','','','0'),(464,'product',4,',4,',0,'admin','edited','2020-12-04 13:10:36','','','0'),(465,'user',1,',0,',0,'admin','login','2020-12-07 08:27:16','','','0'),(471,'bug',7,',3,',0,'admin','opened','2020-12-07 09:25:56','','','0'),(472,'bug',8,',3,',0,'admin','opened','2020-12-07 09:25:56','','','0'),(473,'bug',8,',3,',0,'admin','deleted','2020-12-07 09:26:35','','1','0'),(474,'bug',7,',3,',0,'admin','deleted','2020-12-07 09:26:39','','1','0'),(475,'bug',9,',3,',3,'admin','opened','2020-12-07 09:27:06','','','1'),(476,'bug',9,',3,',3,'admin','assigned','2020-12-07 09:28:38','','jia','1'),(477,'user',1,',0,',0,'admin','logout','2020-12-07 09:28:44','','','0'),(478,'user',11,',0,',0,'jia','login','2020-12-07 09:28:46','','','0'),(479,'user',11,',0,',0,'jia','logout','2020-12-07 09:31:27','','','0'),(480,'user',1,',0,',0,'admin','login','2020-12-07 09:31:30','','','0'),(481,'bug',9,',3,',3,'admin','assigned','2020-12-07 09:31:51','','jia','1'),(482,'bug',9,',3,',3,'admin','assigned','2020-12-07 09:31:56','','','1'),(483,'product',3,',3,',0,'admin','edited','2020-12-07 09:32:13','','','0'),(484,'product',3,',3,',0,'admin','edited','2020-12-07 09:32:40','','','0'),(485,'bug',9,',3,',3,'admin','assigned','2020-12-07 09:33:23','','jia','1'),(486,'user',1,',0,',0,'admin','logout','2020-12-07 09:33:25','','','0'),(487,'user',11,',0,',0,'jia','login','2020-12-07 09:33:27','','','0'),(488,'user',11,',0,',0,'jia','logout','2020-12-07 09:33:53','','','0'),(489,'user',1,',0,',0,'admin','login','2020-12-07 09:33:56','','','0'),(490,'user',1,',0,',0,'admin','logout','2020-12-07 09:34:18','','','0'),(491,'user',11,',0,',0,'jia','login','2020-12-07 09:34:21','','','0'),(492,'user',11,',0,',0,'jia','logout','2020-12-07 09:34:29','','','0'),(493,'user',1,',0,',0,'admin','login','2020-12-07 09:34:31','','','0'),(494,'user',1,',0,',0,'admin','logout','2020-12-07 09:48:04','','','0'),(495,'user',11,',0,',0,'jia','login','2020-12-07 09:48:07','','','0'),(496,'user',11,',0,',0,'jia','logout','2020-12-07 09:50:15','','','0'),(497,'user',1,',0,',0,'admin','login','2020-12-07 09:50:17','','','0'),(498,'user',1,',0,',0,'admin','logout','2020-12-07 09:53:08','','','0'),(499,'user',11,',0,',0,'jia','login','2020-12-07 09:53:09','','','0'),(500,'user',11,',0,',0,'jia','logout','2020-12-07 10:05:53','','','0'),(501,'user',1,',0,',0,'admin','login','2020-12-07 10:05:55','','','0'),(502,'story',8,',3,',0,'admin','assigned','2020-12-07 10:06:09','','jia','0'),(503,'user',1,',0,',0,'admin','logout','2020-12-07 10:06:11','','','0'),(504,'user',11,',0,',0,'jia','login','2020-12-07 10:06:14','','','0'),(505,'user',11,',0,',0,'jia','logout','2020-12-07 10:06:20','','','0'),(506,'user',1,',0,',0,'admin','login','2020-12-07 10:06:23','','','0'),(507,'product',3,',3,',0,'admin','edited','2020-12-07 10:07:04','','','0'),(508,'user',1,',0,',0,'admin','logout','2020-12-07 10:07:07','','','0'),(509,'user',11,',0,',0,'jia','login','2020-12-07 10:07:50','','','0'),(510,'user',11,',0,',0,'jia','logout','2020-12-07 10:07:57','','','0'),(511,'user',1,',0,',0,'admin','login','2020-12-07 10:07:59','','','0'),(512,'user',1,',0,',0,'admin','logout','2020-12-07 10:08:30','','','0'),(513,'user',11,',0,',0,'jia','login','2020-12-07 10:08:32','','','0'),(514,'user',11,',0,',0,'jia','logout','2020-12-07 10:08:37','','','0'),(515,'user',1,',0,',0,'admin','login','2020-12-07 10:08:39','','','0'),(516,'user',1,',0,',0,'admin','logout','2020-12-07 10:10:04','','','0'),(517,'user',11,',0,',0,'jia','login','2020-12-07 10:10:06','','','0'),(518,'user',11,',0,',0,'jia','logout','2020-12-07 13:32:42','','','0'),(519,'user',1,',0,',0,'admin','login','2020-12-07 13:32:44','','','0'),(520,'product',3,',3,',0,'admin','edited','2020-12-07 13:33:20','','','0'),(521,'product',3,',3,',0,'admin','edited','2020-12-07 13:34:20','','','0'),(522,'bug',10,',3,',0,'admin','opened','2020-12-07 13:41:55','','','0'),(523,'bug',11,',3,',0,'admin','opened','2020-12-07 13:43:33','','','0'),(524,'task',13,',3,',3,'admin','opened','2020-12-07 13:44:51','','','0'),(525,'task',14,',3,',3,'admin','opened','2020-12-07 13:44:51','','','1'),(526,'task',10,',3,',3,'admin','edited','2020-12-07 13:44:51','','','0'),(527,'task',10,',3,',3,'admin','createchildren','2020-12-07 13:44:51','','13,14','0'),(528,'task',10,',3,',3,'admin','started','2020-12-07 13:45:05','','','0'),(529,'task',14,',3,',3,'admin','started','2020-12-07 13:45:05','','','1'),(530,'task',14,',3,',3,'admin','paused','2020-12-07 13:45:21','','','1'),(531,'product',5,',5,',0,'admin','opened','2020-12-07 13:51:25','','','0'),(532,'product',5,',5,',0,'admin','edited','2020-12-07 13:51:45','','','0'),(533,'project',4,',,',4,'admin','opened','2020-12-07 13:52:05','','0','0'),(534,'project',4,',5,',4,'admin','managed','2020-12-07 13:56:21','','5','0'),(535,'project',4,',,',4,'admin','managed','2020-12-07 13:57:50','','','0'),(536,'project',4,',,',4,'admin','edited','2020-12-07 14:01:30','','','0'),(537,'project',4,',5,',4,'admin','managed','2020-12-07 14:01:47','','5','0'),(538,'project',4,',,',4,'admin','managed','2020-12-07 14:10:20','','','0'),(539,'product',5,',5,',0,'admin','edited','2020-12-07 14:17:47','','','0'),(540,'product',5,',5,',0,'admin','edited','2020-12-07 14:19:09','','','0'),(541,'project',4,',,',4,'admin','edited','2020-12-07 14:19:37','','','0'),(542,'product',5,',5,',0,'admin','edited','2020-12-07 14:19:56','','','0'),(543,'product',6,',6,',0,'admin','opened','2020-12-07 14:53:02','','','0'),(544,'project',5,',,',5,'admin','opened','2020-12-07 14:53:14','','0','0'),(545,'bug',12,',6,',0,'admin','opened','2020-12-07 15:09:14','','','0'),(546,'bug',13,',6,',0,'admin','opened','2020-12-07 15:09:28','','','0'),(547,'user',1,',0,',0,'admin','login','2020-12-08 08:50:58','','','0'),(548,'product',6,',6,',0,'admin','edited','2020-12-08 09:27:22','','','0'),(549,'project',5,',6,',5,'admin','managed','2020-12-08 09:27:48','','6','0'),(550,'todo',1,',0,',0,'admin','opened','2020-12-08 14:53:53','','','0'),(551,'user',1,',0,',0,'admin','login','2020-12-09 11:48:40','','','0'),(552,'user',1,',0,',0,'admin','login','2020-12-10 10:37:33','','','0'),(553,'user',1,',0,',0,'admin','login','2020-12-11 09:23:32','','','0'),(554,'user',1,',0,',0,'admin','login','2020-12-14 13:27:17','','','0'),(555,'user',1,',0,',0,'admin','login','2020-12-15 08:02:48','','','0'),(556,'user',1,',0,',0,'admin','login','2020-12-17 10:02:34','','','0'),(557,'story',10,',6,',0,'admin','opened','2020-12-17 10:03:00','','','0'),(558,'story',10,',6,',0,'admin','assigned','2020-12-17 10:03:06','','admin','0'),(559,'story',10,',6,',0,'admin','changed','2020-12-17 10:03:24','','','0'),(560,'story',11,',6,',0,'admin','opened','2020-12-17 10:04:02','','','0'),(561,'story',12,',6,',0,'admin','opened','2020-12-17 10:05:16','','','0'),(562,'user',1,',0,',0,'admin','logout','2020-12-17 10:07:24','','','0'),(563,'user',11,',0,',0,'jia','login','2020-12-17 10:07:27','','','0'),(564,'user',11,',0,',0,'jia','logout','2020-12-17 10:09:21','','','0'),(565,'user',1,',0,',0,'admin','login','2020-12-17 10:09:25','','','0'),(566,'story',11,',6,',0,'admin','changed','2020-12-17 10:22:49','','','0'),(567,'story',13,',6,',0,'admin','opened','2020-12-17 10:23:41','','','0'),(568,'story',13,',6,',0,'admin','assigned','2020-12-17 10:23:48','','admin','0'),(569,'story',13,',6,',0,'admin','changed','2020-12-17 10:23:56','','','0'),(570,'story',14,',6,',0,'admin','opened','2020-12-17 10:28:10','','','0'),(571,'story',14,',6,',0,'admin','assigned','2020-12-17 10:28:17','','jia','0'),(572,'story',14,',6,',0,'admin','changed','2020-12-17 10:28:28','','','0'),(573,'story',14,',6,',0,'admin','assigned','2020-12-17 10:47:56','','jia','0'),(574,'story',14,',6,',0,'admin','changed','2020-12-17 10:48:06','','','0'),(575,'story',14,',6,',0,'admin','reviewed','2020-12-17 10:48:28','','Pass','0'),(576,'story',15,',6,',0,'admin','opened','2020-12-17 10:50:35','','','0'),(577,'story',15,',6,',0,'admin','changed','2020-12-17 10:51:11','','','0'),(578,'story',15,',6,',0,'admin','changed','2020-12-17 10:52:28','','','0'),(579,'story',15,',6,',0,'admin','reviewed','2020-12-17 10:52:53','','Pass','0'),(580,'story',15,',6,',0,'admin','changed','2020-12-17 11:03:26','','','0'),(581,'story',15,',6,',0,'admin','changed','2020-12-17 11:03:35','','','0'),(582,'story',15,',6,',0,'admin','changed','2020-12-17 11:04:36','','','0'),(583,'story',15,',6,',0,'admin','reviewed','2020-12-17 11:04:56','','Pass','0'),(584,'story',16,',6,',0,'admin','opened','2020-12-17 11:08:40','','','0'),(585,'story',16,',6,',0,'admin','assigned','2020-12-17 11:08:46','','jia','0'),(586,'story',16,',6,',0,'admin','changed','2020-12-17 11:08:52','','','0'),(587,'story',16,',6,',0,'admin','changed','2020-12-17 11:09:15','','','0'),(588,'story',16,',6,',0,'admin','reviewed','2020-12-17 11:10:44','','Pass','0'),(589,'story',16,',6,',0,'admin','changed','2020-12-17 11:12:13','','','0'),(590,'story',16,',6,',0,'admin','changed','2020-12-17 11:14:56','','','0'),(591,'story',16,',6,',0,'admin','changed','2020-12-17 11:15:14','','','0'),(592,'story',16,',6,',0,'admin','changed','2020-12-17 11:16:23','','','0'),(593,'story',17,',6,',0,'admin','opened','2020-12-17 11:32:12','','','0'),(594,'story',17,',6,',0,'admin','changed','2020-12-17 11:33:04','','','0'),(595,'story',17,',6,',0,'admin','changed','2020-12-17 11:38:42','','','0'),(596,'story',18,',6,',0,'admin','opened','2020-12-17 15:07:23','','','0'),(597,'story',18,',6,',0,'admin','changed','2020-12-17 15:07:42','','','0'),(598,'story',18,',6,',0,'admin','assigned','2020-12-17 15:07:52','','jia','0'),(599,'story',18,',6,',0,'admin','changed','2020-12-17 15:08:00','','','0'),(600,'story',18,',6,',0,'admin','changed','2020-12-17 15:08:27','','','0'),(601,'release',2,',6,',0,'admin','opened','2020-12-17 15:20:19','','','0'),(602,'productplan',2,',6,',0,'admin','opened','2020-12-17 16:20:46','','','0'),(603,'productplan',3,',6,',0,'admin','opened','2020-12-17 16:20:57','','','0'),(604,'story',18,',6,',0,'admin','edited','2020-12-17 16:21:03','','','0'),(605,'story',18,',6,',0,'admin','edited','2020-12-17 16:21:09','','','0'),(606,'story',18,',6,',5,'admin','linked2project','2020-12-17 16:21:35','','5','0'),(607,'story',18,',6,',5,'admin','edited','2020-12-17 16:21:56','','','0'),(608,'story',19,',4,',0,'admin','opened','2020-12-17 16:22:15','','','0'),(609,'project',6,',4,',6,'admin','opened','2020-12-17 16:22:47','','4,0','0'),(610,'story',19,',4,',6,'admin','linked2project','2020-12-17 16:23:05','','6','0'),(611,'productplan',4,',4,',0,'admin','opened','2020-12-17 16:23:36','','','0'),(612,'story',19,',4,',6,'admin','edited','2020-12-17 16:23:47','','','0'),(613,'story',19,',4,',6,'admin','edited','2020-12-17 16:28:54','','','0'),(614,'story',19,',4,',6,'admin','edited','2020-12-17 16:29:01','','','0'),(615,'story',19,',4,',6,'admin','unlinkedfromproject','2020-12-17 16:29:34','','6','0'),(616,'user',1,',0,',0,'admin','login','2020-12-18 08:13:06','','','0'),(617,'task',15,',6,',5,'admin','opened','2020-12-18 08:26:02','','','0'),(618,'task',16,',6,',5,'admin','opened','2020-12-18 08:26:02','','','0'),(619,'task',16,',6,',5,'admin','started','2020-12-18 08:26:39','','','0'),(620,'task',16,',6,',5,'admin','editestimate','2020-12-18 08:27:17','','','0'),(621,'task',17,',6,',5,'admin','opened','2020-12-18 08:28:21','','','0'),(622,'task',16,',6,',5,'admin','edited','2020-12-18 08:28:21','','','0'),(623,'task',16,',6,',5,'admin','createchildren','2020-12-18 08:28:21','','17','0'),(624,'story',19,',4,',0,'admin','edited','2020-12-18 10:44:17','','','0'),(625,'story',20,',4,',0,'admin','opened','2020-12-18 10:44:26','','','0'),(626,'story',20,',4,',0,'admin','edited','2020-12-18 10:44:36','','','0'),(627,'story',20,',4,',6,'admin','linked2project','2020-12-18 10:45:00','','6','0'),(628,'story',19,',4,',6,'admin','linked2project','2020-12-18 10:45:49','','6','0'),(629,'story',19,',4,',6,'admin','unlinkedfromproject','2020-12-18 10:46:07','','6','0'),(630,'story',20,',4,',6,'admin','unlinkedfromproject','2020-12-18 10:46:08','','6','0'),(631,'story',20,',4,',0,'admin','deleted','2020-12-18 10:52:24','','0','0'),(632,'story',19,',4,',6,'admin','linked2project','2020-12-18 10:52:39','','6','0'),(633,'story',19,',4,',6,'admin','edited','2020-12-18 10:53:31','','','0'),(634,'story',19,',4,',6,'admin','edited','2020-12-18 10:53:42','','','0'),(635,'story',19,',4,',6,'admin','unlinkedfromproject','2020-12-18 10:54:23','','6','0'),(636,'story',19,',4,',6,'admin','linked2project','2020-12-18 10:54:28','','6','0'),(637,'story',19,',4,',6,'admin','edited','2020-12-18 10:57:07','','','0'),(638,'story',19,',4,',6,'admin','unlinkedfromproject','2020-12-18 10:57:23','','6','0'),(639,'story',20,',4,',0,'admin','undeleted','2020-12-18 10:58:02','','','0'),(640,'story',20,',4,',0,'admin','deleted','2020-12-18 10:58:34','','1','0'),(641,'story',19,',4,',6,'admin','linked2project','2020-12-18 10:58:49','','6','0'),(642,'user',1,',0,',0,'admin','login','2020-12-21 08:15:31','','','0'),(643,'user',1,',0,',0,'admin','login','2020-12-22 09:32:27','','','0'),(644,'product',6,',6,',0,'admin','edited','2020-12-22 10:01:43','','','0'),(645,'user',1,',0,',0,'admin','login','2020-12-23 11:17:18','','','0'),(646,'user',1,',0,',0,'admin','login','2020-12-24 17:15:22','','','0'),(647,'user',1,',0,',0,'admin','login','2020-12-28 08:11:57','','','0'),(648,'user',1,',0,',0,'admin','login','2020-12-29 11:35:00','','','0'),(649,'user',1,',0,',0,'admin','login','2020-12-30 14:04:33','','','0'),(650,'user',1,',0,',0,'admin','login','2021-01-04 09:42:08','','','0'),(651,'user',1,',0,',0,'admin','login','2021-01-05 16:11:32','','','0'),(652,'user',1,',0,',0,'admin','login','2021-01-07 13:25:20','','','0'),(653,'user',1,',0,',0,'admin','login','2021-01-12 08:47:07','','','0'),(654,'user',1,',0,',0,'admin','login','2021-01-13 08:07:47','','','0'),(655,'user',1,',0,',0,'admin','login','2021-01-18 08:13:38','','','0'),(656,'user',1,',0,',0,'admin','login','2021-01-19 11:38:05','','','0'),(657,'user',1,',0,',0,'admin','login','2021-01-20 09:51:16','','','0'),(658,'user',1,',0,',0,'admin','login','2021-01-20 16:56:28','','','0'),(659,'user',1,',0,',0,'admin','login','2021-01-21 11:33:45','','','0'),(660,'user',1,',0,',0,'admin','login','2021-01-25 08:37:32','','','0'),(661,'user',1,',0,',0,'admin','login','2021-02-22 08:46:36','','','0'),(662,'project',6,',,',6,'admin','managed','2021-02-22 08:46:52','','','0'),(663,'project',6,',6,',6,'admin','managed','2021-02-22 08:46:57','','6','0'),(664,'project',7,',,',7,'admin','opened','2021-02-22 09:40:42','','0','0'),(665,'project',4,',5,',4,'admin','managed','2021-02-22 09:41:18','','5','0'),(666,'project',3,',3,',3,'admin','edited','2021-02-22 09:44:38','','','0'),(667,'project',8,',,',8,'admin','opened','2021-02-22 11:41:52','','0','0'),(668,'project',8,',,',8,'admin','edited','2021-02-22 11:42:11','','','0'),(669,'project',9,',,',9,'admin','opened','2021-02-22 11:42:23','','0','0'),(670,'project',9,',,',9,'admin','edited','2021-02-22 11:42:40','','','0'),(671,'project',10,',,',10,'admin','opened','2021-02-22 11:42:57','','0','0'),(672,'project',10,',,',10,'admin','edited','2021-02-22 11:43:10','','','0'),(673,'project',10,',6,',10,'admin','managed','2021-02-22 11:43:14','','6','0'),(674,'project',10,',5,',10,'admin','managed','2021-02-22 11:43:27','','5','0'); -/*!40000 ALTER TABLE `zt_action` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_block` --- - -DROP TABLE IF EXISTS `zt_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_block` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(20) NOT NULL, - `title` varchar(100) NOT NULL, - `source` varchar(20) NOT NULL, - `block` varchar(20) NOT NULL, - `params` text NOT NULL, - `order` tinyint(3) unsigned NOT NULL DEFAULT '0', - `grid` tinyint(3) unsigned NOT NULL DEFAULT '0', - `height` smallint(5) unsigned NOT NULL DEFAULT '0', - `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `accountModuleOrder` (`account`,`module`,`order`), - KEY `account` (`account`) -) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_block` --- - -LOCK TABLES `zt_block` WRITE; -/*!40000 ALTER TABLE `zt_block` DISABLE KEYS */; -INSERT INTO `zt_block` VALUES (75,'admin','my','项目统计','project','statistic','{\"type\":\"all\",\"num\":\"20\"}',5,8,0,0),(76,'admin','my','项目总览','project','overview','',6,4,0,0),(77,'admin','my','产品统计','product','statistic','{\"type\":\"all\",\"num\":\"20\"}',7,8,0,0),(78,'admin','my','产品总览','product','overview','',8,4,0,0),(79,'admin','my','指派给我的Bug','qa','bug','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',9,4,0,0),(10,'admin','project','项目统计','project','statistic','{\"type\":\"all\",\"num\":\"20\"}',1,8,0,0),(11,'admin','project','项目总览','project','overview','',2,4,0,0),(12,'admin','project','未关闭的项目','project','list','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"undone\"}',3,8,0,0),(13,'admin','project','指派给我的任务','project','task','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(14,'admin','product','产品统计','product','statistic','{\"type\":\"all\",\"num\":\"20\"}',1,8,0,0),(15,'admin','product','产品总览','product','overview','',2,4,0,0),(16,'admin','product','未关闭的产品','product','list','{\"num\":15,\"type\":\"noclosed\"}',3,8,0,0),(17,'admin','product','指派给我的需求','product','story','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(18,'admin','qa','测试统计','qa','statistic','{\"type\":\"noclosed\",\"num\":\"20\"}',1,8,0,0),(19,'admin','qa','指派给我的Bug','qa','bug','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',2,4,0,0),(20,'admin','qa','指派给我的用例','qa','case','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assigntome\"}',3,4,0,0),(21,'admin','qa','待测版本列表','qa','testtask','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"wait\"}',4,8,0,0),(22,'jia','my','欢迎','','welcome','',1,8,0,0),(23,'jia','my','最新动态','','dynamic','',2,4,0,0),(24,'jia','my','流程图','','flowchart','',3,8,0,0),(25,'jia','my','我的待办','todo','list','{\"num\":\"20\"}',4,4,0,0),(26,'jia','my','项目统计','project','statistic','{\"type\":\"all\",\"num\":\"20\"}',5,8,0,0),(27,'jia','my','项目总览','project','overview','',6,4,0,0),(28,'jia','my','产品统计','product','statistic','{\"type\":\"all\",\"num\":\"20\"}',7,8,0,0),(29,'jia','my','产品总览','product','overview','',8,4,0,0),(30,'jia','my','指派给我的Bug','qa','bug','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',9,4,0,0),(31,'jia','project','项目统计','project','statistic','{\"type\":\"all\",\"num\":\"20\"}',1,8,0,0),(32,'jia','project','项目总览','project','overview','',2,4,0,0),(33,'jia','project','未关闭的项目','project','list','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"undone\"}',3,8,0,0),(34,'jia','project','指派给我的任务','project','task','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(35,'jia','product','产品统计','product','statistic','{\"type\":\"all\",\"num\":\"20\"}',1,8,0,0),(36,'jia','product','产品总览','product','overview','',2,4,0,0),(37,'jia','product','未关闭的产品','product','list','{\"num\":15,\"type\":\"noclosed\"}',3,8,0,0),(38,'jia','product','指派给我的需求','product','story','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(39,'jia','qa','测试统计','qa','statistic','{\"type\":\"noclosed\",\"num\":\"20\"}',1,8,0,0),(40,'jia','qa','指派给我的Bug','qa','bug','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',2,4,0,0),(41,'jia','qa','指派给我的用例','qa','case','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"assigntome\"}',3,4,0,0),(42,'jia','qa','待测版本列表','qa','testtask','{\"num\":15,\"orderBy\":\"id_desc\",\"type\":\"wait\"}',4,8,0,0),(43,'jia','my','指派给我','','assigntome','{\"todoNum\":\"20\",\"taskNum\":\"20\",\"bugNum\":\"20\"}',10,8,0,0),(74,'admin','my','我的待办','todo','list','{\"num\":\"20\"}',4,4,0,0),(73,'admin','my','流程图','','flowchart','',3,8,0,0),(72,'admin','my','最新动态','','dynamic','',2,4,0,0),(71,'admin','my','欢迎','','welcome','',1,8,0,0); -/*!40000 ALTER TABLE `zt_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_branch` --- - -DROP TABLE IF EXISTS `zt_branch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_branch` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `order` smallint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_branch` --- - -LOCK TABLES `zt_branch` WRITE; -/*!40000 ALTER TABLE `zt_branch` DISABLE KEYS */; -INSERT INTO `zt_branch` VALUES (1,4,'分支一',1,'0'),(2,4,'分支二',2,'0'); -/*!40000 ALTER TABLE `zt_branch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_bug` --- - -DROP TABLE IF EXISTS `zt_bug`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_bug` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toTask` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toStory` mediumint(8) NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `severity` tinyint(4) NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `type` varchar(30) NOT NULL DEFAULT '', - `os` varchar(30) NOT NULL DEFAULT '', - `browser` varchar(30) NOT NULL DEFAULT '', - `hardware` varchar(30) NOT NULL, - `found` varchar(30) NOT NULL DEFAULT '', - `steps` text NOT NULL, - `status` enum('active','resolved','closed') NOT NULL DEFAULT 'active', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `confirmed` tinyint(1) NOT NULL DEFAULT '0', - `activatedCount` smallint(6) NOT NULL, - `activatedDate` datetime NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedBuild` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `deadline` date NOT NULL, - `resolvedBy` varchar(30) NOT NULL DEFAULT '', - `resolution` varchar(30) NOT NULL DEFAULT '', - `resolvedBuild` varchar(30) NOT NULL DEFAULT '', - `resolvedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `duplicateBug` mediumint(8) unsigned NOT NULL, - `linkBug` varchar(255) NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `caseVersion` smallint(6) NOT NULL DEFAULT '1', - `result` mediumint(8) unsigned NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `entry` varchar(255) NOT NULL, - `lines` varchar(10) NOT NULL, - `v1` varchar(40) NOT NULL, - `v2` varchar(40) NOT NULL, - `repoType` varchar(30) NOT NULL DEFAULT '', - `testtask` mediumint(8) unsigned NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `status` (`status`), - KEY `plan` (`plan`), - KEY `story` (`story`), - KEY `case` (`case`), - KEY `toStory` (`toStory`), - KEY `result` (`result`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_bug` --- - -LOCK TABLES `zt_bug` WRITE; -/*!40000 ALTER TABLE `zt_bug` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_bug` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_bug_copy1` --- - -DROP TABLE IF EXISTS `zt_bug_copy1`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_bug_copy1` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toTask` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toStory` mediumint(8) NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `severity` tinyint(4) NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `type` varchar(30) NOT NULL DEFAULT '', - `os` varchar(30) NOT NULL DEFAULT '', - `browser` varchar(30) NOT NULL DEFAULT '', - `hardware` varchar(30) NOT NULL, - `found` varchar(30) NOT NULL DEFAULT '', - `steps` text NOT NULL, - `status` enum('active','resolved','closed') NOT NULL DEFAULT 'active', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `confirmed` tinyint(1) NOT NULL DEFAULT '0', - `activatedCount` smallint(6) NOT NULL, - `activatedDate` datetime NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedBuild` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `deadline` date NOT NULL, - `resolvedBy` varchar(30) NOT NULL DEFAULT '', - `resolution` varchar(30) NOT NULL DEFAULT '', - `resolvedBuild` varchar(30) NOT NULL DEFAULT '', - `resolvedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `duplicateBug` mediumint(8) unsigned NOT NULL, - `linkBug` varchar(255) NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `caseVersion` smallint(6) NOT NULL DEFAULT '1', - `result` mediumint(8) unsigned NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `entry` varchar(255) NOT NULL, - `lines` varchar(10) NOT NULL, - `v1` varchar(40) NOT NULL, - `v2` varchar(40) NOT NULL, - `repoType` varchar(30) NOT NULL DEFAULT '', - `testtask` mediumint(8) unsigned NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `status` (`status`), - KEY `plan` (`plan`), - KEY `story` (`story`), - KEY `case` (`case`), - KEY `toStory` (`toStory`), - KEY `result` (`result`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=1000005 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_bug_copy1` --- - -LOCK TABLES `zt_bug_copy1` WRITE; -/*!40000 ALTER TABLE `zt_bug_copy1` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_bug_copy1` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_build` --- - -DROP TABLE IF EXISTS `zt_build`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_build` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(150) NOT NULL, - `scmPath` char(255) NOT NULL, - `filePath` char(255) NOT NULL, - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `builder` char(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_build` --- - -LOCK TABLES `zt_build` WRITE; -/*!40000 ALTER TABLE `zt_build` DISABLE KEYS */; -INSERT INTO `zt_build` VALUES (1,1,0,1,'第一期版本','','','2012-06-05','3,2,1,4','','projectManager','','0'),(2,3,0,3,'产品一的第一个版本','','','2020-12-02','','','admin','','0'),(3,3,0,3,'11111111111111111111111111111111111111111111111111111111111111111111111111111','','','2020-12-03','','','admin','','0'),(4,6,0,0,'发布','','','2020-12-17','','','admin','','0'); -/*!40000 ALTER TABLE `zt_build` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_burn` --- - -DROP TABLE IF EXISTS `zt_burn`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_burn` ( - `project` mediumint(8) unsigned NOT NULL, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `estimate` float NOT NULL, - `left` float NOT NULL, - `consumed` float NOT NULL, - PRIMARY KEY (`project`,`date`,`task`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_burn` --- - -LOCK TABLES `zt_burn` WRITE; -/*!40000 ALTER TABLE `zt_burn` DISABLE KEYS */; -INSERT INTO `zt_burn` VALUES (1,0,'2012-06-05',0,0,38),(3,0,'2021-01-08',0,6,0); -/*!40000 ALTER TABLE `zt_burn` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_case` --- - -DROP TABLE IF EXISTS `zt_case`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_case` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `lib` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(30) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `title` varchar(255) NOT NULL, - `precondition` text NOT NULL, - `keywords` varchar(255) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `type` char(30) NOT NULL DEFAULT '1', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `frame` varchar(10) NOT NULL, - `stage` varchar(255) NOT NULL, - `howRun` varchar(30) NOT NULL, - `scriptedBy` varchar(30) NOT NULL, - `scriptedDate` date NOT NULL, - `scriptStatus` varchar(30) NOT NULL, - `scriptLocation` varchar(255) NOT NULL, - `status` char(30) NOT NULL DEFAULT '1', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `frequency` enum('1','2','3') NOT NULL DEFAULT '1', - `order` tinyint(30) unsigned NOT NULL DEFAULT '0', - `openedBy` char(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `lastEditedBy` char(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `linkCase` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL, - `fromCaseID` mediumint(8) unsigned NOT NULL, - `fromCaseVersion` mediumint(8) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `story` (`story`), - KEY `fromBug` (`fromBug`), - KEY `module` (`module`) -) ENGINE=MyISAM AUTO_INCREMENT=281 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_case` --- - -LOCK TABLES `zt_case` WRITE; -/*!40000 ALTER TABLE `zt_case` DISABLE KEYS */; -INSERT INTO `zt_case` VALUES (1,1,0,0,0,0,4,1,'售后服务的测试用例','','',1,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester3','2012-06-05 11:02:18','','0000-00-00','tester3','2012-06-05 11:02:46',1,'',0,0,1,'0','testManager','2012-06-05 11:11:00','pass'),(2,1,0,0,0,0,1,1,'首页的测试用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:28','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:05','pass'),(3,1,0,0,0,0,2,1,'新闻中心的测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:07','pass'),(4,1,0,0,0,0,3,2,'成果展示测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester2','2012-06-05 11:04:48','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:08','pass'),(5,3,0,0,0,0,0,1,'用例一','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 15:59:50','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:00:36','blocked'),(6,3,0,0,0,0,0,0,'用例二','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:00:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'1','admin','2020-12-02 16:00:31','pass'),(7,3,0,0,0,0,0,0,'用例三','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:00:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:18:05','fail'),(8,3,0,0,0,0,0,0,'用例四','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:00:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:00:22','pass'),(9,3,0,0,0,0,0,0,'1','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(10,3,0,0,0,0,0,0,'2','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(11,3,0,0,0,0,0,0,'3','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(12,3,0,0,0,0,0,0,'4','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(13,3,0,0,0,0,0,0,'5','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(14,3,0,0,0,0,0,0,'6','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(15,3,0,0,0,0,0,0,'7','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(16,3,0,0,0,0,0,0,'8','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(17,3,0,0,0,0,0,0,'9','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(18,3,0,0,0,0,0,0,'10','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:17:07','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(19,3,0,0,0,0,0,0,'11','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(20,3,0,0,0,0,0,0,'12','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(21,3,0,0,0,0,0,0,'13','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(22,3,0,0,0,0,0,0,'14','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(23,3,0,0,0,0,0,0,'15','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(24,3,0,0,0,0,0,0,'16','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(25,3,0,0,0,0,0,0,'17','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(26,3,0,0,0,0,0,0,'18','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(27,3,0,0,0,0,0,0,'19','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(28,3,0,0,0,0,0,0,'20','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:19:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(29,3,0,0,0,0,0,0,'21','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(30,3,0,0,0,0,0,0,'22','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(31,3,0,0,0,0,0,0,'23','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(32,3,0,0,0,0,0,0,'24','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(33,3,0,0,0,0,0,0,'25','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(34,3,0,0,0,0,0,0,'26','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(35,3,0,0,0,0,0,0,'27','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(36,3,0,0,0,0,0,0,'28','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(37,3,0,0,0,0,0,0,'29','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(38,3,0,0,0,0,0,0,'30','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:12','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(39,3,0,0,0,0,0,0,'31','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(40,3,0,0,0,0,0,0,'32','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(41,3,0,0,0,0,0,0,'33','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(42,3,0,0,0,0,0,0,'34','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(43,3,0,0,0,0,0,0,'35','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(44,3,0,0,0,0,0,0,'36','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(45,3,0,0,0,0,0,0,'37','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(46,3,0,0,0,0,0,0,'38','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(47,3,0,0,0,0,0,0,'39','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(48,3,0,0,0,0,0,0,'40','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:27','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(49,3,0,0,0,0,0,0,'41','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(50,3,0,0,0,0,0,0,'42','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(51,3,0,0,0,0,0,0,'43','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(52,3,0,0,0,0,0,0,'44','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(53,3,0,0,0,0,0,0,'45','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(54,3,0,0,0,0,0,0,'46','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(55,3,0,0,0,0,0,0,'47','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(56,3,0,0,0,0,0,0,'48','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(57,3,0,0,0,0,0,0,'49','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(58,3,0,0,0,0,0,0,'50','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:20:44','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(59,3,0,0,0,0,0,0,'51','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(60,3,0,0,0,0,0,0,'52','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(61,3,0,0,0,0,0,0,'53','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(62,3,0,0,0,0,0,0,'54','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(63,3,0,0,0,0,0,0,'55','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(64,3,0,0,0,0,0,0,'56','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(65,3,0,0,0,0,0,0,'57','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(66,3,0,0,0,0,0,0,'58','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(67,3,0,0,0,0,0,0,'59','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(68,3,0,0,0,0,0,0,'60','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:01','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(69,3,0,0,0,0,0,0,'61','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(70,3,0,0,0,0,0,0,'62','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(71,3,0,0,0,0,0,0,'63','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(72,3,0,0,0,0,0,0,'64','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(73,3,0,0,0,0,0,0,'65','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(74,3,0,0,0,0,0,0,'66','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(75,3,0,0,0,0,0,0,'67','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(76,3,0,0,0,0,0,0,'68','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(77,3,0,0,0,0,0,0,'69','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(78,3,0,0,0,0,0,0,'70','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:21:20','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(79,3,0,0,0,0,0,0,'71','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(80,3,0,0,0,0,0,0,'72','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(81,3,0,0,0,0,0,0,'73','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(82,3,0,0,0,0,0,0,'74','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(83,3,0,0,0,0,0,0,'75','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(84,3,0,0,0,0,0,0,'76','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(85,3,0,0,0,0,0,0,'77','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(86,3,0,0,0,0,0,0,'78','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(87,3,0,0,0,0,0,0,'79','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(88,3,0,0,0,0,0,0,'80','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:26:58','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(89,3,0,0,0,0,0,0,'81','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(90,3,0,0,0,0,0,0,'82','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(91,3,0,0,0,0,0,0,'83','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(92,3,0,0,0,0,0,0,'84','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(93,3,0,0,0,0,0,0,'85','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(94,3,0,0,0,0,0,0,'86','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(95,3,0,0,0,0,0,0,'87','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(96,3,0,0,0,0,0,0,'88','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(97,3,0,0,0,0,0,0,'89','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(98,3,0,0,0,0,0,0,'90','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:21','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(99,3,0,0,0,0,0,0,'91','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(100,3,0,0,0,0,0,0,'92','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(101,3,0,0,0,0,0,0,'93','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(102,3,0,0,0,0,0,0,'94','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(103,3,0,0,0,0,0,0,'95','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(104,3,0,0,0,0,0,0,'96','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(105,3,0,0,0,0,0,0,'97','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(106,3,0,0,0,0,0,0,'98','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(107,3,0,0,0,0,0,0,'99','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(108,3,0,0,0,0,0,0,'100','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(109,3,0,0,0,0,0,0,'101','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(110,3,0,0,0,0,0,0,'102','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(111,3,0,0,0,0,0,0,'103','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(112,3,0,0,0,0,0,0,'104','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(113,3,0,0,0,0,0,0,'105','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(114,3,0,0,0,0,0,0,'106','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(115,3,0,0,0,0,0,0,'107','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(116,3,0,0,0,0,0,0,'108','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(117,3,0,0,0,0,0,0,'109','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(118,3,0,0,0,0,0,0,'110','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(119,3,0,0,0,0,0,0,'111','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(120,3,0,0,0,0,0,0,'112','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(121,3,0,0,0,0,0,0,'113','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(122,3,0,0,0,0,0,0,'114','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(123,3,0,0,0,0,0,0,'115','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(124,3,0,0,0,0,0,0,'116','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(125,3,0,0,0,0,0,0,'117','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(126,3,0,0,0,0,0,0,'118','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(127,3,0,0,0,0,0,0,'119','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(128,3,0,0,0,0,0,0,'120','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(129,3,0,0,0,0,0,0,'121','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(130,3,0,0,0,0,0,0,'122','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(131,3,0,0,0,0,0,0,'123','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(132,3,0,0,0,0,0,0,'124','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(133,3,0,0,0,0,0,0,'125','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(134,3,0,0,0,0,0,0,'126','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(135,3,0,0,0,0,0,0,'127','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(136,3,0,0,0,0,0,0,'128','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(137,3,0,0,0,0,0,0,'129','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(138,3,0,0,0,0,0,0,'130','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(139,3,0,0,0,0,0,0,'131','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(140,3,0,0,0,0,0,0,'132','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(141,3,0,0,0,0,0,0,'133','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(142,3,0,0,0,0,0,0,'134','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(143,3,0,0,0,0,0,0,'135','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(144,3,0,0,0,0,0,0,'136','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(145,3,0,0,0,0,0,0,'137','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(146,3,0,0,0,0,0,0,'138','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(147,3,0,0,0,0,0,0,'139','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(148,3,0,0,0,0,0,0,'140','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(149,3,0,0,0,0,0,0,'141','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(150,3,0,0,0,0,0,0,'142','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(151,3,0,0,0,0,0,0,'143','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(152,3,0,0,0,0,0,0,'144','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(153,3,0,0,0,0,0,0,'145','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(154,3,0,0,0,0,0,0,'146','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(155,3,0,0,0,0,0,0,'147','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(156,3,0,0,0,0,0,0,'148','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(157,3,0,0,0,0,0,0,'149','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(158,3,0,0,0,0,0,0,'150','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(159,3,0,0,0,0,0,0,'151','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(160,3,0,0,0,0,0,0,'152','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(161,3,0,0,0,0,0,0,'153','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(162,3,0,0,0,0,0,0,'154','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(163,3,0,0,0,0,0,0,'155','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(164,3,0,0,0,0,0,0,'156','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(165,3,0,0,0,0,0,0,'157','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(166,3,0,0,0,0,0,0,'158','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(167,3,0,0,0,0,0,0,'159','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(168,3,0,0,0,0,0,0,'160','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(169,3,0,0,0,0,0,0,'161','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(170,3,0,0,0,0,0,0,'162','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(171,3,0,0,0,0,0,0,'163','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(172,3,0,0,0,0,0,0,'164','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(173,3,0,0,0,0,0,0,'165','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(174,3,0,0,0,0,0,0,'166','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(175,3,0,0,0,0,0,0,'167','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(176,3,0,0,0,0,0,0,'168','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(177,3,0,0,0,0,0,0,'169','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 09:27:40','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(178,0,0,1,0,0,0,1,'71','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(179,0,0,1,0,0,0,1,'72','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(180,0,0,1,0,0,0,1,'73','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(181,0,0,1,0,0,0,1,'74','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(182,0,0,1,0,0,0,1,'75','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(183,0,0,1,0,0,0,1,'76','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(184,0,0,1,0,0,0,1,'77','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(185,0,0,1,0,0,0,1,'78','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(186,0,0,1,0,0,0,1,'79','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(187,0,0,1,0,0,0,1,'80','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(188,0,0,1,0,0,0,1,'81','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(189,0,0,1,0,0,0,1,'82','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(190,0,0,1,0,0,0,1,'83','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(191,0,0,1,0,0,0,1,'84','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(192,0,0,1,0,0,0,1,'85','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(193,0,0,1,0,0,0,1,'86','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(194,0,0,1,0,0,0,1,'87','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(195,0,0,1,0,0,0,1,'88','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(196,0,0,1,0,0,0,1,'89','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(197,0,0,1,0,0,0,1,'90','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(198,0,0,1,0,0,0,1,'91','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(199,0,0,1,0,0,0,1,'92','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(200,0,0,1,0,0,0,1,'93','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(201,0,0,1,0,0,0,1,'94','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(202,0,0,1,0,0,0,1,'95','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(203,0,0,1,0,0,0,1,'96','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(204,0,0,1,0,0,0,1,'97','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(205,0,0,1,0,0,0,1,'98','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(206,0,0,1,0,0,0,1,'99','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(207,0,0,1,0,0,0,1,'100','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(208,0,0,1,0,0,0,1,'101','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(209,0,0,1,0,0,0,1,'102','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(210,0,0,1,0,0,0,1,'103','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(211,0,0,1,0,0,0,1,'104','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(212,0,0,1,0,0,0,1,'105','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(213,0,0,1,0,0,0,1,'106','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(214,0,0,1,0,0,0,1,'107','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(215,0,0,1,0,0,0,1,'108','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(216,0,0,1,0,0,0,1,'109','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(217,0,0,1,0,0,0,1,'110','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(218,0,0,1,0,0,0,1,'111','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(219,0,0,1,0,0,0,1,'112','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(220,0,0,1,0,0,0,1,'113','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(221,0,0,1,0,0,0,1,'114','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(222,0,0,1,0,0,0,1,'115','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(223,0,0,1,0,0,0,1,'116','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(224,0,0,1,0,0,0,1,'117','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(225,0,0,1,0,0,0,1,'118','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(226,0,0,1,0,0,0,1,'119','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(227,0,0,1,0,0,0,1,'120','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(228,0,0,1,0,0,0,1,'121','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(229,0,0,1,0,0,0,1,'122','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(230,0,0,1,0,0,0,1,'123','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(231,0,0,1,0,0,0,1,'124','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(232,0,0,1,0,0,0,1,'125','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(233,0,0,1,0,0,0,1,'126','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(234,0,0,1,0,0,0,1,'127','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(235,0,0,1,0,0,0,1,'128','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(236,0,0,1,0,0,0,1,'129','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(237,0,0,1,0,0,0,1,'130','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(238,0,0,1,0,0,0,1,'131','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(239,0,0,1,0,0,0,1,'132','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(240,0,0,1,0,0,0,1,'133','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(241,0,0,1,0,0,0,1,'134','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(242,0,0,1,0,0,0,1,'135','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(243,0,0,1,0,0,0,1,'136','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(244,0,0,1,0,0,0,1,'137','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(245,0,0,1,0,0,0,1,'138','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(246,0,0,1,0,0,0,1,'139','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(247,0,0,1,0,0,0,1,'140','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(248,0,0,1,0,0,0,1,'141','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(249,0,0,1,0,0,0,1,'142','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(250,0,0,1,0,0,0,1,'143','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(251,0,0,1,0,0,0,1,'144','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(252,0,0,1,0,0,0,1,'145','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(253,0,0,1,0,0,0,1,'146','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(254,0,0,1,0,0,0,1,'147','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(255,0,0,1,0,0,0,1,'148','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(256,0,0,1,0,0,0,1,'149','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(257,0,0,1,0,0,0,1,'150','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(258,0,0,1,0,0,0,1,'151','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(259,0,0,1,0,0,0,1,'152','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(260,0,0,1,0,0,0,1,'153','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(261,0,0,1,0,0,0,1,'154','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(262,0,0,1,0,0,0,1,'155','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(263,0,0,1,0,0,0,1,'156','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(264,0,0,1,0,0,0,1,'157','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(265,0,0,1,0,0,0,1,'158','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(266,0,0,1,0,0,0,1,'159','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(267,0,0,1,0,0,0,1,'160','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(268,0,0,1,0,0,0,1,'161','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(269,0,0,1,0,0,0,1,'162','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(270,0,0,1,0,0,0,1,'163','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(271,0,0,1,0,0,0,1,'164','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(272,0,0,1,0,0,0,1,'165','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(273,0,0,1,0,0,0,1,'166','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(274,0,0,1,0,0,0,1,'167','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(275,0,0,1,0,0,0,1,'168','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(276,0,0,1,0,0,0,1,'169','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(277,0,0,1,0,0,0,1,'170','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:17','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(278,0,0,1,0,0,0,1,'1','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:43','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(279,0,0,1,0,0,0,1,'2','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:43','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(280,0,0,1,0,0,0,1,'3','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-04 11:26:43','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''); -/*!40000 ALTER TABLE `zt_case` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_casestep` --- - -DROP TABLE IF EXISTS `zt_casestep`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_casestep` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(3) unsigned NOT NULL DEFAULT '0', - `type` varchar(10) NOT NULL DEFAULT 'step', - `desc` text NOT NULL, - `expect` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_casestep` --- - -LOCK TABLES `zt_casestep` WRITE; -/*!40000 ALTER TABLE `zt_casestep` DISABLE KEYS */; -INSERT INTO `zt_casestep` VALUES (1,0,1,1,'step','进入首页','正常显示'),(2,0,2,1,'step','进入首页','正常显示'),(3,0,3,1,'step','进入新闻中心','正常显示'),(4,0,4,1,'step','进入成果展示','正常显示'); -/*!40000 ALTER TABLE `zt_casestep` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_company` --- - -DROP TABLE IF EXISTS `zt_company`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_company` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(120) DEFAULT NULL, - `phone` char(20) DEFAULT NULL, - `fax` char(20) DEFAULT NULL, - `address` char(120) DEFAULT NULL, - `zipcode` char(10) DEFAULT NULL, - `website` char(120) DEFAULT NULL, - `backyard` char(120) DEFAULT NULL, - `guest` enum('1','0') NOT NULL DEFAULT '0', - `admins` char(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_company` --- - -LOCK TABLES `zt_company` WRITE; -/*!40000 ALTER TABLE `zt_company` DISABLE KEYS */; -INSERT INTO `zt_company` VALUES (1,'禅道12',NULL,NULL,NULL,NULL,NULL,NULL,'0',',admin,','0'); -/*!40000 ALTER TABLE `zt_company` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_compile` --- - -DROP TABLE IF EXISTS `zt_compile`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_compile` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `queue` mediumint(8) NOT NULL, - `status` varchar(255) NOT NULL, - `logs` text, - `atTime` varchar(10) NOT NULL, - `testtask` mediumint(8) unsigned NOT NULL, - `tag` varchar(255) NOT NULL, - `times` tinyint(3) unsigned NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `updateDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_compile` --- - -LOCK TABLES `zt_compile` WRITE; -/*!40000 ALTER TABLE `zt_compile` DISABLE KEYS */; -INSERT INTO `zt_compile` VALUES (1,'添加日志',1,0,'create_fail',NULL,'',0,'zentaopms_20.0.beta1_20201201',0,'admin','2020-12-17 15:44:04','2020-12-17 15:44:04','0'),(2,'添加日志',1,0,'create_fail',NULL,'',0,'zentaopms_20.0.beta1_20201201',0,'admin','2020-12-17 15:44:28','2020-12-17 15:44:28','0'),(3,'添加日志',1,0,'create_fail',NULL,'',0,'zentaopms_20.0.beta1_20201201',0,'admin','2020-12-17 15:51:27','2020-12-17 15:51:27','0'),(4,'添加标签',2,0,'create_fail',NULL,'',0,'zentaopms_20.0.beta1_20201201',0,'admin','2020-12-17 16:01:57','2020-12-17 16:01:57','0'); -/*!40000 ALTER TABLE `zt_compile` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_config` --- - -DROP TABLE IF EXISTS `zt_config`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_config` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `owner` char(30) NOT NULL DEFAULT '', - `module` varchar(30) NOT NULL, - `section` char(30) NOT NULL DEFAULT '', - `key` char(30) NOT NULL DEFAULT '', - `value` text NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `unique` (`owner`,`module`,`section`,`key`) -) ENGINE=MyISAM AUTO_INCREMENT=58 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_config` --- - -LOCK TABLES `zt_config` WRITE; -/*!40000 ALTER TABLE `zt_config` DISABLE KEYS */; -INSERT INTO `zt_config` VALUES (1,'system','common','','CRProduct','1'),(2,'system','common','','CRProject','1'),(3,'system','common','global','showDemoUsers','1'),(4,'system','common','global','version','12.5.1'),(5,'system','common','global','flow','full'),(6,'system','common','safe','mode','1'),(7,'system','common','safe','changeWeak','1'),(8,'system','common','global','cron','1'),(9,'system','common','xuanxuan','turnon','1'),(10,'system','common','xuanxuan','key','08e90a3ac9224e7f96977b4b2d5cd914'),(11,'system','common','xuanxuan','chatPort','11444'),(12,'system','common','xuanxuan','commonPort','11443'),(13,'system','common','xuanxuan','ip','0.0.0.0'),(14,'system','common','xuanxuan','uploadFileSize','20'),(15,'system','common','xuanxuan','https','off'),(16,'system','custom','','productProject','0_0'),(17,'system','custom','','storyRequirement','0'),(18,'system','custom','','hourPoint','0'),(19,'system','common','','conceptSetted','1'),(56,'admin','my','common','blockInited','1'),(57,'admin','my','block','initVersion','2'),(22,'system','cron','run','status','running'),(23,'admin','project','common','blockInited','1'),(24,'admin','project','block','initVersion','2'),(25,'admin','product','common','blockInited','1'),(26,'admin','product','block','initVersion','2'),(42,'jia','product','block','initVersion','2'),(29,'admin','qa','common','blockInited','1'),(30,'admin','qa','block','initVersion','2'),(31,'jia','my','common','blockInited','1'),(32,'jia','my','block','initVersion','2'),(33,'jia','project','common','blockInited','1'),(34,'jia','project','block','initVersion','2'),(41,'jia','product','common','blockInited','1'),(43,'admin','datatable','bugBrowse','tablecols','[{\"id\":\"id\",\"order\":1,\"show\":true,\"width\":\"70px\",\"fixed\":\"left\"},{\"id\":\"severity\",\"order\":2,\"show\":true,\"width\":\"50px\",\"fixed\":\"left\"},{\"id\":\"pri\",\"order\":3,\"show\":true,\"width\":\"50px\",\"fixed\":\"left\"},{\"id\":\"confirmed\",\"order\":4,\"show\":true,\"width\":\"50px\",\"fixed\":\"left\"},{\"id\":\"title\",\"order\":5,\"show\":true,\"width\":\"auto\",\"fixed\":\"left\"},{\"id\":\"type\",\"order\":6,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"project\",\"order\":7,\"show\":true,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"plan\",\"order\":8,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"status\",\"order\":9,\"show\":true,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"activatedCount\",\"order\":10,\"show\":false,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"activatedDate\",\"order\":11,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"story\",\"order\":12,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"task\",\"order\":13,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"toTask\",\"order\":14,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"keywords\",\"order\":15,\"show\":false,\"width\":\"100px\",\"fixed\":\"no\"},{\"id\":\"os\",\"order\":16,\"show\":false,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"browser\",\"order\":17,\"show\":false,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"mailto\",\"order\":18,\"show\":false,\"width\":\"100px\",\"fixed\":\"no\"},{\"id\":\"openedBy\",\"order\":19,\"show\":true,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"openedDate\",\"order\":20,\"show\":true,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"openedBuild\",\"order\":21,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"assignedTo\",\"order\":22,\"show\":true,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"assignedDate\",\"order\":23,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"deadline\",\"order\":24,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"resolvedBy\",\"order\":25,\"show\":false,\"width\":\"100px\",\"fixed\":\"no\"},{\"id\":\"resolution\",\"order\":26,\"show\":true,\"width\":\"100px\",\"fixed\":\"no\"},{\"id\":\"resolvedDate\",\"order\":27,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"resolvedBuild\",\"order\":28,\"show\":false,\"width\":\"120px\",\"fixed\":\"no\"},{\"id\":\"closedBy\",\"order\":29,\"show\":false,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"closedDate\",\"order\":30,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"lastEditedBy\",\"order\":31,\"show\":false,\"width\":\"80px\",\"fixed\":\"no\"},{\"id\":\"lastEditedDate\",\"order\":32,\"show\":false,\"width\":\"90px\",\"fixed\":\"no\"},{\"id\":\"actions\",\"order\":33,\"show\":true,\"width\":\"150px\",\"fixed\":\"right\"}]'),(44,'jia','qa','common','blockInited','1'),(45,'jia','qa','block','initVersion','2'),(46,'admin','project','task','unfoldTasks','{\"3\":{\"10\":\"10\"},\"5\":{\"16\":\"16\"}}'),(47,'system','story','create','requiredFields','pri,title'),(48,'system','task','create','requiredFields','pri,project,name,type'),(49,'system','common','global','sn','b466cd50b1c4f7bc89bf3ad0e26c10aa'); -/*!40000 ALTER TABLE `zt_config` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_cron` --- - -DROP TABLE IF EXISTS `zt_cron`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_cron` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `m` varchar(20) NOT NULL, - `h` varchar(20) NOT NULL, - `dom` varchar(20) NOT NULL, - `mon` varchar(20) NOT NULL, - `dow` varchar(20) NOT NULL, - `command` text NOT NULL, - `remark` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `buildin` tinyint(1) NOT NULL DEFAULT '0', - `status` varchar(20) NOT NULL, - `lastTime` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `lastTime` (`lastTime`) -) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_cron` --- - -LOCK TABLES `zt_cron` WRITE; -/*!40000 ALTER TABLE `zt_cron` DISABLE KEYS */; -INSERT INTO `zt_cron` VALUES (1,'*','*','*','*','*','','监控定时任务','zentao',1,'normal','2021-02-22 11:43:36'),(2,'30','23','*','*','*','moduleName=project&methodName=computeburn','更新燃尽图','zentao',1,'normal','2021-01-08 07:56:19'),(3,'0','8','*','*','*','moduleName=report&methodName=remind','每日任务提醒','zentao',1,'normal','2021-01-08 08:00:19'),(4,'*/5','*','*','*','*','moduleName=svn&methodName=run','同步SVN','zentao',1,'stop','0000-00-00 00:00:00'),(5,'*/5','*','*','*','*','moduleName=git&methodName=run','同步GIT','zentao',1,'stop','0000-00-00 00:00:00'),(6,'30','0','*','*','*','moduleName=backup&methodName=backup','备份数据和附件','zentao',1,'normal','2021-01-08 07:56:19'),(7,'*/5','*','*','*','*','moduleName=mail&methodName=asyncSend','异步发信','zentao',1,'normal','2021-02-22 11:40:36'),(8,'*/5','*','*','*','*','moduleName=webhook&methodName=asyncSend','异步发送Webhook','zentao',1,'normal','2021-02-22 11:40:36'),(9,'*/5','*','*','*','*','moduleName=admin&methodName=deleteLog','删除过期日志','zentao',1,'normal','2021-02-22 11:40:36'),(10,'1','1','*','*','*','moduleName=todo&methodName=createCycle','生成周期性待办','zentao',1,'normal','2021-01-08 07:56:21'),(11,'1','0','*','*','*','moduleName=ci&methodName=initQueue','创建周期性任务','zentao',1,'normal','2021-01-08 07:56:21'),(12,'*/5','*','*','*','*','moduleName=ci&methodName=checkCompileStatus','同步Jenkins任务状态','zentao',1,'normal','2021-02-22 11:40:36'),(13,'*/5','*','*','*','*','moduleName=ci&methodName=exec','执行Jenkins任务','zentao',1,'normal','2021-02-22 11:40:36'); -/*!40000 ALTER TABLE `zt_cron` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_dept` --- - -DROP TABLE IF EXISTS `zt_dept`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_dept` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(60) NOT NULL, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(4) unsigned NOT NULL DEFAULT '0', - `position` char(30) NOT NULL DEFAULT '', - `function` char(255) NOT NULL DEFAULT '', - `manager` char(30) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_dept` --- - -LOCK TABLES `zt_dept` WRITE; -/*!40000 ALTER TABLE `zt_dept` DISABLE KEYS */; -INSERT INTO `zt_dept` VALUES (1,'经理',0,',1,',1,0,'','',''),(2,'开发',0,',2,',1,0,'','',''),(3,'测试',0,',3,',1,0,'','',''),(4,'市场',0,',4,',1,0,'','',''),(5,'产品',1,',1,5,',2,0,'','',''),(6,'项目',1,',1,6,',2,0,'','',''),(7,'编程',2,',2,7,',2,0,'','',''),(8,'美工',2,',2,8,',2,0,'','',''); -/*!40000 ALTER TABLE `zt_dept` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doc` --- - -DROP TABLE IF EXISTS `zt_doc`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doc` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `lib` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL, - `views` smallint(5) unsigned NOT NULL, - `collector` text NOT NULL, - `addedBy` varchar(30) NOT NULL, - `addedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `mailto` text, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `version` smallint(5) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `lib` (`lib`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doc` --- - -LOCK TABLES `zt_doc` WRITE; -/*!40000 ALTER TABLE `zt_doc` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_doc` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doccontent` --- - -DROP TABLE IF EXISTS `zt_doccontent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doccontent` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `doc` mediumint(8) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `digest` varchar(255) NOT NULL, - `content` longtext NOT NULL, - `files` text NOT NULL, - `type` varchar(10) NOT NULL, - `version` smallint(5) unsigned NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `doc_version` (`doc`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doccontent` --- - -LOCK TABLES `zt_doccontent` WRITE; -/*!40000 ALTER TABLE `zt_doccontent` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_doccontent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doclib` --- - -DROP TABLE IF EXISTS `zt_doclib`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doclib` ( - `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(30) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `name` varchar(60) NOT NULL, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `main` enum('0','1') NOT NULL DEFAULT '0', - `collector` text NOT NULL, - `order` tinyint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doclib` --- - -LOCK TABLES `zt_doclib` WRITE; -/*!40000 ALTER TABLE `zt_doclib` DISABLE KEYS */; -INSERT INTO `zt_doclib` VALUES (1,'product',1,0,'产品库','default','','','1','',0,'0'),(2,'product',2,0,'产品库','default','','','1','',0,'0'),(3,'project',0,1,'项目库','default','','','1','',0,'0'),(4,'project',0,2,'项目库','default','','','1','',0,'0'),(5,'project',0,3,'项目主库','default','','','1','',0,'0'),(6,'product',3,0,'产品主库','default','','','1','',0,'0'),(7,'product',4,0,'产品主库','default','','','1','',0,'0'),(8,'product',5,0,'产品主库','default','','','1','',0,'0'),(9,'project',0,4,'项目主库','default','','','1','',0,'0'),(10,'product',6,0,'产品主库','default','','','1','',0,'0'),(11,'project',0,5,'项目主库','default','','','1','',0,'0'),(12,'project',0,6,'项目主库','default','','','1','',0,'0'),(13,'project',0,7,'项目主库','default','','','1','',0,'0'),(14,'project',0,8,'项目主库','default','','','1','',0,'0'),(15,'project',0,9,'项目主库','default','','','1','',0,'0'),(16,'project',0,10,'项目主库','default','','','1','',0,'0'); -/*!40000 ALTER TABLE `zt_doclib` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_effort` --- - -DROP TABLE IF EXISTS `zt_effort`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_effort` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `user` char(30) NOT NULL DEFAULT '', - `todo` enum('1','0') NOT NULL DEFAULT '1', - `date` date NOT NULL, - `begin` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `end` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `type` enum('1','2','3') NOT NULL DEFAULT '1', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `status` enum('1','2','3') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `user` (`user`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_effort` --- - -LOCK TABLES `zt_effort` WRITE; -/*!40000 ALTER TABLE `zt_effort` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_effort` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_entry` --- - -DROP TABLE IF EXISTS `zt_entry`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_entry` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `account` varchar(30) NOT NULL DEFAULT '', - `code` varchar(20) NOT NULL, - `key` varchar(32) NOT NULL, - `freePasswd` enum('0','1') NOT NULL DEFAULT '0', - `ip` varchar(100) NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `calledTime` int(10) unsigned NOT NULL DEFAULT '0', - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_entry` --- - -LOCK TABLES `zt_entry` WRITE; -/*!40000 ALTER TABLE `zt_entry` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_entry` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_extension` --- - -DROP TABLE IF EXISTS `zt_extension`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_extension` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(150) NOT NULL, - `code` varchar(30) NOT NULL, - `version` varchar(50) NOT NULL, - `author` varchar(100) NOT NULL, - `desc` text NOT NULL, - `license` text NOT NULL, - `type` varchar(20) NOT NULL DEFAULT 'extension', - `site` varchar(150) NOT NULL, - `zentaoCompatible` varchar(100) NOT NULL, - `installedTime` datetime NOT NULL, - `depends` varchar(100) NOT NULL, - `dirs` mediumtext NOT NULL, - `files` mediumtext NOT NULL, - `status` varchar(20) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `code` (`code`), - KEY `name` (`name`), - KEY `installedTime` (`installedTime`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_extension` --- - -LOCK TABLES `zt_extension` WRITE; -/*!40000 ALTER TABLE `zt_extension` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_extension` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_file` --- - -DROP TABLE IF EXISTS `zt_file`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_file` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `pathname` char(100) NOT NULL, - `title` char(255) NOT NULL, - `extension` char(30) NOT NULL, - `size` int(10) unsigned NOT NULL DEFAULT '0', - `objectType` char(30) NOT NULL, - `objectID` mediumint(9) NOT NULL, - `addedBy` char(30) NOT NULL DEFAULT '', - `addedDate` datetime NOT NULL, - `downloads` mediumint(8) unsigned NOT NULL DEFAULT '0', - `extra` varchar(255) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_file` --- - -LOCK TABLES `zt_file` WRITE; -/*!40000 ALTER TABLE `zt_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_file` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_group` --- - -DROP TABLE IF EXISTS `zt_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_group` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL, - `role` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `acl` text, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_group` --- - -LOCK TABLES `zt_group` WRITE; -/*!40000 ALTER TABLE `zt_group` DISABLE KEYS */; -INSERT INTO `zt_group` VALUES (1,0,'管理员','admin','系统管理员',NULL),(2,0,'研发','dev','研发人员',NULL),(3,0,'测试','qa','测试人员',NULL),(4,0,'项目经理','pm','项目经理',NULL),(5,0,'产品经理','po','产品经理',NULL),(6,0,'研发主管','td','研发主管',NULL),(7,0,'产品主管','pd','产品主管',NULL),(8,0,'测试主管','qd','测试主管',NULL),(9,0,'高层管理','top','高层管理',NULL),(10,0,'其他','others','其他',NULL),(11,0,'guest','guest','For guest',NULL),(12,0,'受限用户','limited','受限用户分组(只能编辑与自己相关的内容)',NULL); -/*!40000 ALTER TABLE `zt_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_grouppriv` --- - -DROP TABLE IF EXISTS `zt_grouppriv`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_grouppriv` ( - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` char(30) NOT NULL DEFAULT '', - `method` char(30) NOT NULL DEFAULT '', - UNIQUE KEY `group` (`group`,`module`,`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_grouppriv` --- - -LOCK TABLES `zt_grouppriv` WRITE; -/*!40000 ALTER TABLE `zt_grouppriv` DISABLE KEYS */; -INSERT INTO `zt_grouppriv` VALUES (1,'action','editComment'),(1,'action','hideAll'),(1,'action','hideOne'),(1,'action','trash'),(1,'action','undelete'),(1,'admin','checkDB'),(1,'admin','checkWeak'),(1,'admin','index'),(1,'admin','safe'),(1,'api','debug'),(1,'backup','backup'),(1,'backup','change'),(1,'backup','delete'),(1,'backup','index'),(1,'backup','restore'),(1,'branch','delete'),(1,'branch','manage'),(1,'branch','sort'),(1,'bug','activate'),(1,'bug','assignTo'),(1,'bug','batchActivate'),(1,'bug','batchAssignTo'),(1,'bug','batchChangeModule'),(1,'bug','batchClose'),(1,'bug','batchConfirm'),(1,'bug','batchCreate'),(1,'bug','batchEdit'),(1,'bug','batchResolve'),(1,'bug','browse'),(1,'bug','close'),(1,'bug','confirmBug'),(1,'bug','confirmStoryChange'),(1,'bug','create'),(1,'bug','delete'),(1,'bug','deleteTemplate'),(1,'bug','edit'),(1,'bug','export'),(1,'bug','index'),(1,'bug','linkBugs'),(1,'bug','report'),(1,'bug','resolve'),(1,'bug','saveTemplate'),(1,'bug','unlinkBug'),(1,'bug','view'),(1,'build','batchUnlinkBug'),(1,'build','batchUnlinkStory'),(1,'build','create'),(1,'build','delete'),(1,'build','edit'),(1,'build','linkBug'),(1,'build','linkStory'),(1,'build','unlinkBug'),(1,'build','unlinkStory'),(1,'build','view'),(1,'company','browse'),(1,'company','dynamic'),(1,'company','edit'),(1,'company','index'),(1,'company','view'),(1,'compile','browse'),(1,'compile','logs'),(1,'convert','checkBugFree'),(1,'convert','checkConfig'),(1,'convert','checkRedmine'),(1,'convert','convertBugFree'),(1,'convert','convertRedmine'),(1,'convert','execute'),(1,'convert','index'),(1,'convert','selectSource'),(1,'convert','setBugfree'),(1,'convert','setConfig'),(1,'convert','setRedmine'),(1,'cron','create'),(1,'cron','delete'),(1,'cron','edit'),(1,'cron','index'),(1,'cron','toggle'),(1,'cron','turnon'),(1,'custom','flow'),(1,'custom','index'),(1,'custom','product'),(1,'custom','project'),(1,'custom','restore'),(1,'custom','set'),(1,'custom','working'),(1,'dept','browse'),(1,'dept','delete'),(1,'dept','edit'),(1,'dept','manageChild'),(1,'dept','updateOrder'),(1,'dev','api'),(1,'dev','db'),(1,'dev','editor'),(1,'dev','translate'),(1,'doc','allLibs'),(1,'doc','browse'),(1,'doc','create'),(1,'doc','createLib'),(1,'doc','delete'),(1,'doc','deleteFile'),(1,'doc','deleteLib'),(1,'doc','edit'),(1,'doc','editLib'),(1,'doc','index'),(1,'doc','objectLibs'),(1,'doc','showFiles'),(1,'doc','sort'),(1,'doc','view'),(1,'extension','activate'),(1,'extension','browse'),(1,'extension','deactivate'),(1,'extension','erase'),(1,'extension','install'),(1,'extension','obtain'),(1,'extension','structure'),(1,'extension','uninstall'),(1,'extension','upgrade'),(1,'extension','upload'),(1,'file','delete'),(1,'file','download'),(1,'file','edit'),(1,'file','uploadImages'),(1,'git','apiSync'),(1,'git','cat'),(1,'git','diff'),(1,'group','browse'),(1,'group','copy'),(1,'group','create'),(1,'group','delete'),(1,'group','edit'),(1,'group','manageMember'),(1,'group','managePriv'),(1,'group','manageView'),(1,'index','index'),(1,'jenkins','browse'),(1,'jenkins','create'),(1,'jenkins','delete'),(1,'jenkins','edit'),(1,'job','browse'),(1,'job','create'),(1,'job','delete'),(1,'job','edit'),(1,'job','exec'),(1,'mail','batchDelete'),(1,'mail','browse'),(1,'mail','delete'),(1,'mail','detect'),(1,'mail','edit'),(1,'mail','index'),(1,'mail','resend'),(1,'mail','reset'),(1,'mail','save'),(1,'mail','test'),(1,'message','browser'),(1,'message','index'),(1,'message','setting'),(1,'misc','ping'),(1,'my','bug'),(1,'my','calendar'),(1,'my','changePassword'),(1,'my','deleteContacts'),(1,'my','dynamic'),(1,'my','editProfile'),(1,'my','index'),(1,'my','manageContacts'),(1,'my','profile'),(1,'my','project'),(1,'my','story'),(1,'my','task'),(1,'my','testCase'),(1,'my','testTask'),(1,'my','todo'),(1,'my','unbind'),(1,'product','all'),(1,'product','batchEdit'),(1,'product','browse'),(1,'product','build'),(1,'product','close'),(1,'product','create'),(1,'product','delete'),(1,'product','doc'),(1,'product','dynamic'),(1,'product','edit'),(1,'product','index'),(1,'product','order'),(1,'product','project'),(1,'product','roadmap'),(1,'product','updateOrder'),(1,'product','view'),(1,'productplan','batchUnlinkBug'),(1,'productplan','batchUnlinkStory'),(1,'productplan','browse'),(1,'productplan','create'),(1,'productplan','delete'),(1,'productplan','edit'),(1,'productplan','linkBug'),(1,'productplan','linkStory'),(1,'productplan','unlinkBug'),(1,'productplan','unlinkStory'),(1,'productplan','view'),(1,'project','activate'),(1,'project','all'),(1,'project','batchedit'),(1,'project','batchUnlinkStory'),(1,'project','browse'),(1,'project','bug'),(1,'project','build'),(1,'project','burn'),(1,'project','close'),(1,'project','computeBurn'),(1,'project','create'),(1,'project','delete'),(1,'project','doc'),(1,'project','dynamic'),(1,'project','edit'),(1,'project','grouptask'),(1,'project','importBug'),(1,'project','importPlanStories'),(1,'project','importtask'),(1,'project','index'),(1,'project','kanban'),(1,'project','linkStory'),(1,'project','manageMembers'),(1,'project','manageProducts'),(1,'project','order'),(1,'project','putoff'),(1,'project','start'),(1,'project','story'),(1,'project','suspend'),(1,'project','task'),(1,'project','team'),(1,'project','testtask'),(1,'project','tree'),(1,'project','treestory'),(1,'project','treetask'),(1,'project','unlinkMember'),(1,'project','unlinkStory'),(1,'project','updateOrder'),(1,'project','view'),(1,'qa','index'),(1,'release','batchUnlinkBug'),(1,'release','batchUnlinkStory'),(1,'release','browse'),(1,'release','changeStatus'),(1,'release','create'),(1,'release','delete'),(1,'release','edit'),(1,'release','export'),(1,'release','linkBug'),(1,'release','linkStory'),(1,'release','unlinkBug'),(1,'release','unlinkStory'),(1,'release','view'),(1,'repo','blame'),(1,'repo','browse'),(1,'repo','create'),(1,'repo','delete'),(1,'repo','diff'),(1,'repo','download'),(1,'repo','edit'),(1,'repo','log'),(1,'repo','maintain'),(1,'repo','revision'),(1,'repo','setRules'),(1,'repo','showSyncCommit'),(1,'repo','view'),(1,'report','bugAssign'),(1,'report','bugCreate'),(1,'report','index'),(1,'report','productSummary'),(1,'report','projectDeviation'),(1,'report','workload'),(1,'search','buildForm'),(1,'search','buildQuery'),(1,'search','deleteQuery'),(1,'search','saveQuery'),(1,'search','select'),(1,'story','activate'),(1,'story','assignTo'),(1,'story','batchAssignTo'),(1,'story','batchChangeBranch'),(1,'story','batchChangeModule'),(1,'story','batchChangePlan'),(1,'story','batchChangeStage'),(1,'story','batchClose'),(1,'story','batchCreate'),(1,'story','batchEdit'),(1,'story','batchReview'),(1,'story','batchToTask'),(1,'story','bugs'),(1,'story','cases'),(1,'story','change'),(1,'story','close'),(1,'story','create'),(1,'story','delete'),(1,'story','edit'),(1,'story','export'),(1,'story','linkStory'),(1,'story','report'),(1,'story','review'),(1,'story','tasks'),(1,'story','unlinkStory'),(1,'story','view'),(1,'story','zeroCase'),(1,'svn','apiSync'),(1,'svn','cat'),(1,'svn','diff'),(1,'task','activate'),(1,'task','assignTo'),(1,'task','batchAssignTo'),(1,'task','batchChangeModule'),(1,'task','batchClose'),(1,'task','batchCreate'),(1,'task','batchEdit'),(1,'task','cancel'),(1,'task','close'),(1,'task','confirmStoryChange'),(1,'task','create'),(1,'task','delete'),(1,'task','deleteEstimate'),(1,'task','edit'),(1,'task','editEstimate'),(1,'task','export'),(1,'task','finish'),(1,'task','pause'),(1,'task','recordEstimate'),(1,'task','report'),(1,'task','restart'),(1,'task','start'),(1,'task','view'),(1,'testcase','batchCaseTypeChange'),(1,'testcase','batchChangeModule'),(1,'testcase','batchConfirmStoryChange'),(1,'testcase','batchCreate'),(1,'testcase','batchDelete'),(1,'testcase','batchEdit'),(1,'testcase','batchReview'),(1,'testcase','browse'),(1,'testcase','bugs'),(1,'testcase','confirmChange'),(1,'testcase','confirmStoryChange'),(1,'testcase','create'),(1,'testcase','createBug'),(1,'testcase','delete'),(1,'testcase','edit'),(1,'testcase','export'),(1,'testcase','exportTemplet'),(1,'testcase','groupCase'),(1,'testcase','import'),(1,'testcase','importFromLib'),(1,'testcase','index'),(1,'testcase','linkCases'),(1,'testcase','review'),(1,'testcase','showImport'),(1,'testcase','unlinkCase'),(1,'testcase','view'),(1,'testreport','browse'),(1,'testreport','create'),(1,'testreport','delete'),(1,'testreport','edit'),(1,'testreport','view'),(1,'testsuite','batchCreateCase'),(1,'testsuite','batchUnlinkCases'),(1,'testsuite','browse'),(1,'testsuite','create'),(1,'testsuite','createCase'),(1,'testsuite','createLib'),(1,'testsuite','delete'),(1,'testsuite','edit'),(1,'testsuite','exportTemplet'),(1,'testsuite','import'),(1,'testsuite','index'),(1,'testsuite','library'),(1,'testsuite','libView'),(1,'testsuite','linkCase'),(1,'testsuite','showImport'),(1,'testsuite','unlinkCase'),(1,'testsuite','view'),(1,'testtask','activate'),(1,'testtask','batchAssign'),(1,'testtask','batchRun'),(1,'testtask','block'),(1,'testtask','browse'),(1,'testtask','cases'),(1,'testtask','close'),(1,'testtask','create'),(1,'testtask','delete'),(1,'testtask','edit'),(1,'testtask','groupCase'),(1,'testtask','index'),(1,'testtask','linkcase'),(1,'testtask','report'),(1,'testtask','results'),(1,'testtask','runcase'),(1,'testtask','start'),(1,'testtask','unlinkcase'),(1,'testtask','view'),(1,'todo','activate'),(1,'todo','assignTo'),(1,'todo','batchClose'),(1,'todo','batchCreate'),(1,'todo','batchEdit'),(1,'todo','batchFinish'),(1,'todo','close'),(1,'todo','create'),(1,'todo','createCycle'),(1,'todo','delete'),(1,'todo','edit'),(1,'todo','export'),(1,'todo','finish'),(1,'todo','import2Today'),(1,'todo','view'),(1,'tree','browse'),(1,'tree','browseTask'),(1,'tree','delete'),(1,'tree','edit'),(1,'tree','fix'),(1,'tree','manageChild'),(1,'tree','updateOrder'),(1,'user','batchCreate'),(1,'user','batchEdit'),(1,'user','bug'),(1,'user','create'),(1,'user','delete'),(1,'user','deleteContacts'),(1,'user','dynamic'),(1,'user','edit'),(1,'user','manageContacts'),(1,'user','profile'),(1,'user','project'),(1,'user','story'),(1,'user','task'),(1,'user','testCase'),(1,'user','testTask'),(1,'user','todo'),(1,'user','unbind'),(1,'user','unlock'),(1,'user','view'),(2,'action','editComment'),(2,'bug','activate'),(2,'bug','assignTo'),(2,'bug','batchActivate'),(2,'bug','batchAssignTo'),(2,'bug','batchChangeModule'),(2,'bug','batchClose'),(2,'bug','batchConfirm'),(2,'bug','batchCreate'),(2,'bug','batchEdit'),(2,'bug','batchResolve'),(2,'bug','browse'),(2,'bug','close'),(2,'bug','confirmBug'),(2,'bug','confirmStoryChange'),(2,'bug','create'),(2,'bug','deleteTemplate'),(2,'bug','edit'),(2,'bug','export'),(2,'bug','index'),(2,'bug','linkBugs'),(2,'bug','report'),(2,'bug','resolve'),(2,'bug','saveTemplate'),(2,'bug','unlinkBug'),(2,'bug','view'),(2,'build','create'),(2,'build','delete'),(2,'build','edit'),(2,'build','view'),(2,'company','browse'),(2,'company','dynamic'),(2,'company','index'),(2,'company','view'),(2,'doc','allLibs'),(2,'doc','browse'),(2,'doc','create'),(2,'doc','edit'),(2,'doc','index'),(2,'doc','objectLibs'),(2,'doc','showFiles'),(2,'doc','view'),(2,'file','download'),(2,'file','edit'),(2,'git','apiSync'),(2,'git','cat'),(2,'git','diff'),(2,'group','browse'),(2,'index','index'),(2,'misc','ping'),(2,'my','bug'),(2,'my','calendar'),(2,'my','changePassword'),(2,'my','deleteContacts'),(2,'my','dynamic'),(2,'my','editProfile'),(2,'my','index'),(2,'my','manageContacts'),(2,'my','profile'),(2,'my','project'),(2,'my','story'),(2,'my','task'),(2,'my','todo'),(2,'my','unbind'),(2,'product','all'),(2,'product','browse'),(2,'product','build'),(2,'product','doc'),(2,'product','dynamic'),(2,'product','index'),(2,'product','project'),(2,'product','roadmap'),(2,'product','view'),(2,'productplan','browse'),(2,'productplan','view'),(2,'project','all'),(2,'project','browse'),(2,'project','bug'),(2,'project','build'),(2,'project','burn'),(2,'project','computeBurn'),(2,'project','doc'),(2,'project','dynamic'),(2,'project','grouptask'),(2,'project','importBug'),(2,'project','importtask'),(2,'project','index'),(2,'project','kanban'),(2,'project','story'),(2,'project','task'),(2,'project','team'),(2,'project','testtask'),(2,'project','tree'),(2,'project','treestory'),(2,'project','treetask'),(2,'project','view'),(2,'qa','index'),(2,'release','browse'),(2,'release','export'),(2,'release','view'),(2,'repo','blame'),(2,'repo','browse'),(2,'repo','diff'),(2,'repo','download'),(2,'repo','log'),(2,'repo','revision'),(2,'repo','showSyncCommit'),(2,'repo','view'),(2,'report','bugAssign'),(2,'report','bugCreate'),(2,'report','index'),(2,'report','productSummary'),(2,'report','projectDeviation'),(2,'report','workload'),(2,'search','buildForm'),(2,'search','buildQuery'),(2,'search','deleteQuery'),(2,'search','saveQuery'),(2,'search','select'),(2,'story','batchToTask'),(2,'story','bugs'),(2,'story','cases'),(2,'story','export'),(2,'story','report'),(2,'story','tasks'),(2,'story','view'),(2,'svn','apiSync'),(2,'svn','cat'),(2,'svn','diff'),(2,'task','activate'),(2,'task','assignTo'),(2,'task','batchAssignTo'),(2,'task','batchChangeModule'),(2,'task','batchClose'),(2,'task','batchCreate'),(2,'task','batchEdit'),(2,'task','cancel'),(2,'task','close'),(2,'task','confirmStoryChange'),(2,'task','create'),(2,'task','deleteEstimate'),(2,'task','edit'),(2,'task','editEstimate'),(2,'task','export'),(2,'task','finish'),(2,'task','pause'),(2,'task','recordEstimate'),(2,'task','report'),(2,'task','restart'),(2,'task','start'),(2,'task','view'),(2,'testcase','browse'),(2,'testcase','bugs'),(2,'testcase','export'),(2,'testcase','groupCase'),(2,'testcase','index'),(2,'testcase','view'),(2,'testsuite','browse'),(2,'testsuite','index'),(2,'testsuite','view'),(2,'testtask','browse'),(2,'testtask','cases'),(2,'testtask','create'),(2,'testtask','edit'),(2,'testtask','groupCase'),(2,'testtask','index'),(2,'testtask','results'),(2,'testtask','view'),(2,'todo','activate'),(2,'todo','assignTo'),(2,'todo','batchClose'),(2,'todo','batchCreate'),(2,'todo','batchEdit'),(2,'todo','batchFinish'),(2,'todo','close'),(2,'todo','create'),(2,'todo','createCycle'),(2,'todo','delete'),(2,'todo','edit'),(2,'todo','export'),(2,'todo','finish'),(2,'todo','import2Today'),(2,'todo','view'),(2,'user','bug'),(2,'user','dynamic'),(2,'user','profile'),(2,'user','project'),(2,'user','story'),(2,'user','task'),(2,'user','testCase'),(2,'user','testTask'),(2,'user','todo'),(3,'action','editComment'),(3,'bug','activate'),(3,'bug','assignTo'),(3,'bug','batchActivate'),(3,'bug','batchChangeModule'),(3,'bug','batchClose'),(3,'bug','batchConfirm'),(3,'bug','batchCreate'),(3,'bug','batchEdit'),(3,'bug','batchResolve'),(3,'bug','browse'),(3,'bug','close'),(3,'bug','confirmBug'),(3,'bug','confirmStoryChange'),(3,'bug','create'),(3,'bug','deleteTemplate'),(3,'bug','edit'),(3,'bug','export'),(3,'bug','index'),(3,'bug','linkBugs'),(3,'bug','report'),(3,'bug','resolve'),(3,'bug','saveTemplate'),(3,'bug','unlinkBug'),(3,'bug','view'),(3,'build','create'),(3,'build','edit'),(3,'build','view'),(3,'company','browse'),(3,'company','dynamic'),(3,'company','index'),(3,'company','view'),(3,'doc','allLibs'),(3,'doc','browse'),(3,'doc','create'),(3,'doc','edit'),(3,'doc','index'),(3,'doc','objectLibs'),(3,'doc','showFiles'),(3,'doc','view'),(3,'file','download'),(3,'file','edit'),(3,'git','apiSync'),(3,'git','cat'),(3,'git','diff'),(3,'group','browse'),(3,'index','index'),(3,'misc','ping'),(3,'my','bug'),(3,'my','calendar'),(3,'my','changePassword'),(3,'my','deleteContacts'),(3,'my','dynamic'),(3,'my','editProfile'),(3,'my','index'),(3,'my','manageContacts'),(3,'my','profile'),(3,'my','project'),(3,'my','story'),(3,'my','task'),(3,'my','testCase'),(3,'my','testTask'),(3,'my','todo'),(3,'my','unbind'),(3,'product','all'),(3,'product','browse'),(3,'product','build'),(3,'product','doc'),(3,'product','dynamic'),(3,'product','index'),(3,'product','project'),(3,'product','roadmap'),(3,'product','view'),(3,'productplan','browse'),(3,'productplan','view'),(3,'project','all'),(3,'project','browse'),(3,'project','bug'),(3,'project','build'),(3,'project','burn'),(3,'project','computeBurn'),(3,'project','doc'),(3,'project','dynamic'),(3,'project','grouptask'),(3,'project','importBug'),(3,'project','importtask'),(3,'project','index'),(3,'project','kanban'),(3,'project','story'),(3,'project','task'),(3,'project','team'),(3,'project','testtask'),(3,'project','tree'),(3,'project','treestory'),(3,'project','treetask'),(3,'project','view'),(3,'qa','index'),(3,'release','browse'),(3,'release','export'),(3,'release','view'),(3,'repo','blame'),(3,'repo','browse'),(3,'repo','diff'),(3,'repo','download'),(3,'repo','log'),(3,'repo','revision'),(3,'repo','showSyncCommit'),(3,'repo','view'),(3,'report','bugAssign'),(3,'report','bugCreate'),(3,'report','index'),(3,'report','productSummary'),(3,'report','projectDeviation'),(3,'report','workload'),(3,'search','buildForm'),(3,'search','buildQuery'),(3,'search','deleteQuery'),(3,'search','saveQuery'),(3,'search','select'),(3,'story','batchToTask'),(3,'story','bugs'),(3,'story','cases'),(3,'story','export'),(3,'story','report'),(3,'story','tasks'),(3,'story','view'),(3,'story','zeroCase'),(3,'svn','apiSync'),(3,'svn','cat'),(3,'svn','diff'),(3,'task','activate'),(3,'task','assignTo'),(3,'task','batchAssignTo'),(3,'task','batchChangeModule'),(3,'task','batchClose'),(3,'task','batchCreate'),(3,'task','batchEdit'),(3,'task','cancel'),(3,'task','close'),(3,'task','confirmStoryChange'),(3,'task','create'),(3,'task','deleteEstimate'),(3,'task','edit'),(3,'task','editEstimate'),(3,'task','export'),(3,'task','finish'),(3,'task','pause'),(3,'task','recordEstimate'),(3,'task','report'),(3,'task','restart'),(3,'task','start'),(3,'task','view'),(3,'testcase','batchCaseTypeChange'),(3,'testcase','batchChangeModule'),(3,'testcase','batchConfirmStoryChange'),(3,'testcase','batchCreate'),(3,'testcase','batchEdit'),(3,'testcase','batchReview'),(3,'testcase','browse'),(3,'testcase','bugs'),(3,'testcase','confirmChange'),(3,'testcase','confirmStoryChange'),(3,'testcase','create'),(3,'testcase','createBug'),(3,'testcase','edit'),(3,'testcase','export'),(3,'testcase','exportTemplet'),(3,'testcase','groupCase'),(3,'testcase','import'),(3,'testcase','index'),(3,'testcase','linkCases'),(3,'testcase','review'),(3,'testcase','showImport'),(3,'testcase','unlinkCase'),(3,'testcase','view'),(3,'testreport','browse'),(3,'testreport','view'),(3,'testsuite','browse'),(3,'testsuite','create'),(3,'testsuite','delete'),(3,'testsuite','edit'),(3,'testsuite','index'),(3,'testsuite','linkCase'),(3,'testsuite','unlinkCase'),(3,'testsuite','view'),(3,'testtask','activate'),(3,'testtask','batchAssign'),(3,'testtask','batchRun'),(3,'testtask','block'),(3,'testtask','browse'),(3,'testtask','cases'),(3,'testtask','close'),(3,'testtask','create'),(3,'testtask','edit'),(3,'testtask','groupCase'),(3,'testtask','index'),(3,'testtask','linkcase'),(3,'testtask','report'),(3,'testtask','results'),(3,'testtask','runcase'),(3,'testtask','start'),(3,'testtask','unlinkcase'),(3,'testtask','view'),(3,'todo','activate'),(3,'todo','assignTo'),(3,'todo','batchClose'),(3,'todo','batchCreate'),(3,'todo','batchEdit'),(3,'todo','batchFinish'),(3,'todo','close'),(3,'todo','create'),(3,'todo','createCycle'),(3,'todo','delete'),(3,'todo','edit'),(3,'todo','export'),(3,'todo','finish'),(3,'todo','import2Today'),(3,'todo','view'),(3,'user','bug'),(3,'user','deleteContacts'),(3,'user','dynamic'),(3,'user','manageContacts'),(3,'user','profile'),(3,'user','project'),(3,'user','story'),(3,'user','task'),(3,'user','testCase'),(3,'user','testTask'),(3,'user','todo'),(3,'user','view'),(4,'action','editComment'),(4,'action','hideAll'),(4,'action','hideOne'),(4,'action','trash'),(4,'action','undelete'),(4,'admin','index'),(4,'bug','activate'),(4,'bug','assignTo'),(4,'bug','batchActivate'),(4,'bug','batchAssignTo'),(4,'bug','batchChangeModule'),(4,'bug','batchClose'),(4,'bug','batchConfirm'),(4,'bug','batchCreate'),(4,'bug','batchEdit'),(4,'bug','batchResolve'),(4,'bug','browse'),(4,'bug','close'),(4,'bug','confirmBug'),(4,'bug','confirmStoryChange'),(4,'bug','create'),(4,'bug','delete'),(4,'bug','deleteTemplate'),(4,'bug','edit'),(4,'bug','export'),(4,'bug','index'),(4,'bug','linkBugs'),(4,'bug','report'),(4,'bug','resolve'),(4,'bug','saveTemplate'),(4,'bug','unlinkBug'),(4,'bug','view'),(4,'build','batchUnlinkBug'),(4,'build','batchUnlinkStory'),(4,'build','create'),(4,'build','delete'),(4,'build','edit'),(4,'build','linkBug'),(4,'build','linkStory'),(4,'build','unlinkBug'),(4,'build','unlinkStory'),(4,'build','view'),(4,'company','browse'),(4,'company','dynamic'),(4,'company','index'),(4,'company','view'),(4,'compile','browse'),(4,'compile','logs'),(4,'doc','allLibs'),(4,'doc','browse'),(4,'doc','create'),(4,'doc','createLib'),(4,'doc','delete'),(4,'doc','deleteFile'),(4,'doc','deleteLib'),(4,'doc','edit'),(4,'doc','editLib'),(4,'doc','index'),(4,'doc','objectLibs'),(4,'doc','showFiles'),(4,'doc','view'),(4,'extension','browse'),(4,'extension','obtain'),(4,'extension','structure'),(4,'file','delete'),(4,'file','download'),(4,'file','edit'),(4,'file','uploadImages'),(4,'git','apiSync'),(4,'git','cat'),(4,'git','diff'),(4,'group','browse'),(4,'index','index'),(4,'jenkins','browse'),(4,'jenkins','create'),(4,'jenkins','delete'),(4,'jenkins','edit'),(4,'job','browse'),(4,'job','create'),(4,'job','delete'),(4,'job','edit'),(4,'job','exec'),(4,'misc','ping'),(4,'my','bug'),(4,'my','calendar'),(4,'my','changePassword'),(4,'my','deleteContacts'),(4,'my','dynamic'),(4,'my','editProfile'),(4,'my','index'),(4,'my','manageContacts'),(4,'my','profile'),(4,'my','project'),(4,'my','story'),(4,'my','task'),(4,'my','testCase'),(4,'my','testTask'),(4,'my','todo'),(4,'my','unbind'),(4,'product','all'),(4,'product','browse'),(4,'product','build'),(4,'product','doc'),(4,'product','dynamic'),(4,'product','index'),(4,'product','project'),(4,'product','roadmap'),(4,'product','view'),(4,'productplan','browse'),(4,'productplan','view'),(4,'project','activate'),(4,'project','all'),(4,'project','batchedit'),(4,'project','batchUnlinkStory'),(4,'project','browse'),(4,'project','bug'),(4,'project','build'),(4,'project','burn'),(4,'project','close'),(4,'project','computeBurn'),(4,'project','create'),(4,'project','delete'),(4,'project','doc'),(4,'project','dynamic'),(4,'project','edit'),(4,'project','grouptask'),(4,'project','importBug'),(4,'project','importPlanStories'),(4,'project','importtask'),(4,'project','index'),(4,'project','kanban'),(4,'project','linkStory'),(4,'project','manageMembers'),(4,'project','manageProducts'),(4,'project','order'),(4,'project','putoff'),(4,'project','start'),(4,'project','story'),(4,'project','suspend'),(4,'project','task'),(4,'project','team'),(4,'project','testtask'),(4,'project','tree'),(4,'project','treestory'),(4,'project','treetask'),(4,'project','unlinkMember'),(4,'project','unlinkStory'),(4,'project','updateOrder'),(4,'project','view'),(4,'qa','index'),(4,'release','browse'),(4,'release','export'),(4,'release','view'),(4,'repo','blame'),(4,'repo','browse'),(4,'repo','create'),(4,'repo','delete'),(4,'repo','diff'),(4,'repo','download'),(4,'repo','edit'),(4,'repo','log'),(4,'repo','maintain'),(4,'repo','revision'),(4,'repo','setRules'),(4,'repo','showSyncCommit'),(4,'repo','view'),(4,'report','bugAssign'),(4,'report','bugCreate'),(4,'report','index'),(4,'report','productSummary'),(4,'report','projectDeviation'),(4,'report','workload'),(4,'search','buildForm'),(4,'search','buildQuery'),(4,'search','deleteQuery'),(4,'search','saveQuery'),(4,'search','select'),(4,'story','batchToTask'),(4,'story','bugs'),(4,'story','cases'),(4,'story','export'),(4,'story','report'),(4,'story','tasks'),(4,'story','view'),(4,'story','zeroCase'),(4,'svn','apiSync'),(4,'svn','cat'),(4,'svn','diff'),(4,'task','activate'),(4,'task','assignTo'),(4,'task','batchAssignTo'),(4,'task','batchChangeModule'),(4,'task','batchClose'),(4,'task','batchCreate'),(4,'task','batchEdit'),(4,'task','cancel'),(4,'task','close'),(4,'task','confirmStoryChange'),(4,'task','create'),(4,'task','delete'),(4,'task','deleteEstimate'),(4,'task','edit'),(4,'task','editEstimate'),(4,'task','export'),(4,'task','finish'),(4,'task','pause'),(4,'task','recordEstimate'),(4,'task','report'),(4,'task','restart'),(4,'task','start'),(4,'task','view'),(4,'testcase','browse'),(4,'testcase','bugs'),(4,'testcase','createBug'),(4,'testcase','export'),(4,'testcase','groupCase'),(4,'testcase','index'),(4,'testcase','view'),(4,'testsuite','browse'),(4,'testsuite','index'),(4,'testsuite','view'),(4,'testtask','batchAssign'),(4,'testtask','browse'),(4,'testtask','cases'),(4,'testtask','create'),(4,'testtask','edit'),(4,'testtask','groupCase'),(4,'testtask','index'),(4,'testtask','results'),(4,'testtask','view'),(4,'todo','activate'),(4,'todo','assignTo'),(4,'todo','batchClose'),(4,'todo','batchCreate'),(4,'todo','batchEdit'),(4,'todo','batchFinish'),(4,'todo','close'),(4,'todo','create'),(4,'todo','createCycle'),(4,'todo','delete'),(4,'todo','edit'),(4,'todo','export'),(4,'todo','finish'),(4,'todo','import2Today'),(4,'todo','view'),(4,'tree','browse'),(4,'tree','browseTask'),(4,'tree','delete'),(4,'tree','edit'),(4,'tree','fix'),(4,'tree','manageChild'),(4,'tree','updateOrder'),(4,'user','bug'),(4,'user','deleteContacts'),(4,'user','dynamic'),(4,'user','manageContacts'),(4,'user','profile'),(4,'user','project'),(4,'user','story'),(4,'user','task'),(4,'user','testCase'),(4,'user','testTask'),(4,'user','todo'),(4,'user','view'),(5,'action','editComment'),(5,'action','hideAll'),(5,'action','hideOne'),(5,'action','trash'),(5,'action','undelete'),(5,'admin','index'),(5,'branch','delete'),(5,'branch','manage'),(5,'branch','sort'),(5,'bug','activate'),(5,'bug','assignTo'),(5,'bug','batchActivate'),(5,'bug','batchAssignTo'),(5,'bug','batchChangeModule'),(5,'bug','batchClose'),(5,'bug','batchConfirm'),(5,'bug','batchCreate'),(5,'bug','batchEdit'),(5,'bug','batchResolve'),(5,'bug','browse'),(5,'bug','close'),(5,'bug','confirmBug'),(5,'bug','confirmStoryChange'),(5,'bug','create'),(5,'bug','deleteTemplate'),(5,'bug','edit'),(5,'bug','export'),(5,'bug','index'),(5,'bug','linkBugs'),(5,'bug','report'),(5,'bug','resolve'),(5,'bug','saveTemplate'),(5,'bug','unlinkBug'),(5,'bug','view'),(5,'build','view'),(5,'company','browse'),(5,'company','dynamic'),(5,'company','index'),(5,'company','view'),(5,'compile','browse'),(5,'compile','logs'),(5,'doc','allLibs'),(5,'doc','browse'),(5,'doc','create'),(5,'doc','createLib'),(5,'doc','delete'),(5,'doc','deleteFile'),(5,'doc','deleteLib'),(5,'doc','edit'),(5,'doc','editLib'),(5,'doc','index'),(5,'doc','objectLibs'),(5,'doc','showFiles'),(5,'doc','view'),(5,'extension','browse'),(5,'extension','obtain'),(5,'extension','structure'),(5,'file','delete'),(5,'file','download'),(5,'file','edit'),(5,'file','uploadImages'),(5,'git','apiSync'),(5,'git','cat'),(5,'git','diff'),(5,'group','browse'),(5,'index','index'),(5,'jenkins','browse'),(5,'jenkins','create'),(5,'jenkins','delete'),(5,'jenkins','edit'),(5,'job','browse'),(5,'job','create'),(5,'job','delete'),(5,'job','edit'),(5,'job','exec'),(5,'misc','ping'),(5,'my','bug'),(5,'my','calendar'),(5,'my','changePassword'),(5,'my','deleteContacts'),(5,'my','dynamic'),(5,'my','editProfile'),(5,'my','index'),(5,'my','manageContacts'),(5,'my','profile'),(5,'my','project'),(5,'my','story'),(5,'my','task'),(5,'my','testCase'),(5,'my','testTask'),(5,'my','todo'),(5,'my','unbind'),(5,'product','all'),(5,'product','batchEdit'),(5,'product','browse'),(5,'product','build'),(5,'product','close'),(5,'product','create'),(5,'product','delete'),(5,'product','doc'),(5,'product','dynamic'),(5,'product','edit'),(5,'product','index'),(5,'product','order'),(5,'product','project'),(5,'product','roadmap'),(5,'product','updateOrder'),(5,'product','view'),(5,'productplan','batchUnlinkBug'),(5,'productplan','batchUnlinkStory'),(5,'productplan','browse'),(5,'productplan','create'),(5,'productplan','delete'),(5,'productplan','edit'),(5,'productplan','linkBug'),(5,'productplan','linkStory'),(5,'productplan','unlinkBug'),(5,'productplan','unlinkStory'),(5,'productplan','view'),(5,'project','activate'),(5,'project','all'),(5,'project','batchedit'),(5,'project','batchUnlinkStory'),(5,'project','browse'),(5,'project','bug'),(5,'project','build'),(5,'project','burn'),(5,'project','close'),(5,'project','computeBurn'),(5,'project','create'),(5,'project','delete'),(5,'project','doc'),(5,'project','dynamic'),(5,'project','edit'),(5,'project','grouptask'),(5,'project','importBug'),(5,'project','importPlanStories'),(5,'project','importtask'),(5,'project','index'),(5,'project','kanban'),(5,'project','linkStory'),(5,'project','manageMembers'),(5,'project','manageProducts'),(5,'project','order'),(5,'project','putoff'),(5,'project','start'),(5,'project','story'),(5,'project','suspend'),(5,'project','task'),(5,'project','team'),(5,'project','testtask'),(5,'project','tree'),(5,'project','treestory'),(5,'project','treetask'),(5,'project','unlinkMember'),(5,'project','unlinkStory'),(5,'project','updateOrder'),(5,'project','view'),(5,'qa','index'),(5,'release','batchUnlinkBug'),(5,'release','batchUnlinkStory'),(5,'release','browse'),(5,'release','changeStatus'),(5,'release','create'),(5,'release','delete'),(5,'release','edit'),(5,'release','export'),(5,'release','linkBug'),(5,'release','linkStory'),(5,'release','unlinkBug'),(5,'release','unlinkStory'),(5,'release','view'),(5,'repo','blame'),(5,'repo','browse'),(5,'repo','create'),(5,'repo','delete'),(5,'repo','diff'),(5,'repo','download'),(5,'repo','edit'),(5,'repo','log'),(5,'repo','maintain'),(5,'repo','revision'),(5,'repo','setRules'),(5,'repo','showSyncCommit'),(5,'repo','view'),(5,'report','bugAssign'),(5,'report','bugCreate'),(5,'report','index'),(5,'report','productSummary'),(5,'report','projectDeviation'),(5,'report','workload'),(5,'search','buildForm'),(5,'search','buildQuery'),(5,'search','deleteQuery'),(5,'search','saveQuery'),(5,'search','select'),(5,'story','activate'),(5,'story','batchChangeBranch'),(5,'story','batchChangeModule'),(5,'story','batchChangePlan'),(5,'story','batchChangeStage'),(5,'story','batchClose'),(5,'story','batchCreate'),(5,'story','batchEdit'),(5,'story','batchReview'),(5,'story','bugs'),(5,'story','cases'),(5,'story','change'),(5,'story','close'),(5,'story','create'),(5,'story','delete'),(5,'story','edit'),(5,'story','export'),(5,'story','linkStory'),(5,'story','report'),(5,'story','review'),(5,'story','tasks'),(5,'story','unlinkStory'),(5,'story','view'),(5,'story','zeroCase'),(5,'svn','apiSync'),(5,'svn','cat'),(5,'svn','diff'),(5,'task','confirmStoryChange'),(5,'task','deleteEstimate'),(5,'task','editEstimate'),(5,'task','export'),(5,'task','recordEstimate'),(5,'task','report'),(5,'task','view'),(5,'testcase','browse'),(5,'testcase','bugs'),(5,'testcase','createBug'),(5,'testcase','export'),(5,'testcase','groupCase'),(5,'testcase','importFromLib'),(5,'testcase','index'),(5,'testcase','view'),(5,'testsuite','batchCreateCase'),(5,'testsuite','browse'),(5,'testsuite','createCase'),(5,'testsuite','createLib'),(5,'testsuite','exportTemplet'),(5,'testsuite','import'),(5,'testsuite','index'),(5,'testsuite','library'),(5,'testsuite','libView'),(5,'testsuite','showImport'),(5,'testsuite','view'),(5,'testtask','browse'),(5,'testtask','cases'),(5,'testtask','groupCase'),(5,'testtask','index'),(5,'testtask','results'),(5,'testtask','view'),(5,'todo','activate'),(5,'todo','assignTo'),(5,'todo','batchClose'),(5,'todo','batchCreate'),(5,'todo','batchEdit'),(5,'todo','batchFinish'),(5,'todo','close'),(5,'todo','create'),(5,'todo','createCycle'),(5,'todo','delete'),(5,'todo','edit'),(5,'todo','export'),(5,'todo','finish'),(5,'todo','import2Today'),(5,'todo','view'),(5,'tree','browse'),(5,'tree','browseTask'),(5,'tree','delete'),(5,'tree','edit'),(5,'tree','fix'),(5,'tree','manageChild'),(5,'tree','updateOrder'),(5,'user','bug'),(5,'user','deleteContacts'),(5,'user','dynamic'),(5,'user','manageContacts'),(5,'user','profile'),(5,'user','project'),(5,'user','story'),(5,'user','task'),(5,'user','testCase'),(5,'user','testTask'),(5,'user','todo'),(5,'user','view'),(6,'action','editComment'),(6,'action','hideAll'),(6,'action','hideOne'),(6,'action','trash'),(6,'action','undelete'),(6,'admin','index'),(6,'bug','activate'),(6,'bug','assignTo'),(6,'bug','batchActivate'),(6,'bug','batchAssignTo'),(6,'bug','batchChangeModule'),(6,'bug','batchClose'),(6,'bug','batchConfirm'),(6,'bug','batchCreate'),(6,'bug','batchEdit'),(6,'bug','batchResolve'),(6,'bug','browse'),(6,'bug','close'),(6,'bug','confirmBug'),(6,'bug','confirmStoryChange'),(6,'bug','create'),(6,'bug','delete'),(6,'bug','deleteTemplate'),(6,'bug','edit'),(6,'bug','export'),(6,'bug','index'),(6,'bug','linkBugs'),(6,'bug','report'),(6,'bug','resolve'),(6,'bug','saveTemplate'),(6,'bug','unlinkBug'),(6,'bug','view'),(6,'build','batchUnlinkBug'),(6,'build','batchUnlinkStory'),(6,'build','create'),(6,'build','delete'),(6,'build','edit'),(6,'build','linkBug'),(6,'build','linkStory'),(6,'build','unlinkBug'),(6,'build','unlinkStory'),(6,'build','view'),(6,'company','browse'),(6,'company','dynamic'),(6,'company','index'),(6,'company','view'),(6,'doc','allLibs'),(6,'doc','browse'),(6,'doc','create'),(6,'doc','createLib'),(6,'doc','delete'),(6,'doc','deleteFile'),(6,'doc','deleteLib'),(6,'doc','edit'),(6,'doc','editLib'),(6,'doc','index'),(6,'doc','objectLibs'),(6,'doc','showFiles'),(6,'doc','view'),(6,'extension','browse'),(6,'extension','obtain'),(6,'extension','structure'),(6,'file','delete'),(6,'file','download'),(6,'file','edit'),(6,'file','uploadImages'),(6,'git','apiSync'),(6,'git','cat'),(6,'git','diff'),(6,'group','browse'),(6,'index','index'),(6,'misc','ping'),(6,'my','bug'),(6,'my','calendar'),(6,'my','changePassword'),(6,'my','deleteContacts'),(6,'my','dynamic'),(6,'my','editProfile'),(6,'my','index'),(6,'my','manageContacts'),(6,'my','profile'),(6,'my','project'),(6,'my','story'),(6,'my','task'),(6,'my','testCase'),(6,'my','testTask'),(6,'my','todo'),(6,'my','unbind'),(6,'product','all'),(6,'product','browse'),(6,'product','build'),(6,'product','doc'),(6,'product','dynamic'),(6,'product','index'),(6,'product','project'),(6,'product','roadmap'),(6,'product','view'),(6,'productplan','browse'),(6,'productplan','view'),(6,'project','activate'),(6,'project','all'),(6,'project','batchedit'),(6,'project','batchUnlinkStory'),(6,'project','browse'),(6,'project','bug'),(6,'project','build'),(6,'project','burn'),(6,'project','close'),(6,'project','computeBurn'),(6,'project','create'),(6,'project','delete'),(6,'project','doc'),(6,'project','dynamic'),(6,'project','edit'),(6,'project','grouptask'),(6,'project','importBug'),(6,'project','importPlanStories'),(6,'project','importtask'),(6,'project','index'),(6,'project','kanban'),(6,'project','linkStory'),(6,'project','manageMembers'),(6,'project','manageProducts'),(6,'project','order'),(6,'project','putoff'),(6,'project','start'),(6,'project','story'),(6,'project','suspend'),(6,'project','task'),(6,'project','team'),(6,'project','testtask'),(6,'project','tree'),(6,'project','treestory'),(6,'project','treetask'),(6,'project','unlinkMember'),(6,'project','unlinkStory'),(6,'project','updateOrder'),(6,'project','view'),(6,'qa','index'),(6,'release','browse'),(6,'release','export'),(6,'release','view'),(6,'repo','blame'),(6,'repo','browse'),(6,'repo','diff'),(6,'repo','download'),(6,'repo','log'),(6,'repo','revision'),(6,'repo','showSyncCommit'),(6,'repo','view'),(6,'report','bugAssign'),(6,'report','bugCreate'),(6,'report','index'),(6,'report','productSummary'),(6,'report','projectDeviation'),(6,'report','workload'),(6,'search','buildForm'),(6,'search','buildQuery'),(6,'search','deleteQuery'),(6,'search','saveQuery'),(6,'search','select'),(6,'story','batchToTask'),(6,'story','bugs'),(6,'story','cases'),(6,'story','export'),(6,'story','report'),(6,'story','tasks'),(6,'story','view'),(6,'story','zeroCase'),(6,'svn','apiSync'),(6,'svn','cat'),(6,'svn','diff'),(6,'task','activate'),(6,'task','assignTo'),(6,'task','batchAssignTo'),(6,'task','batchChangeModule'),(6,'task','batchClose'),(6,'task','batchCreate'),(6,'task','batchEdit'),(6,'task','cancel'),(6,'task','close'),(6,'task','confirmStoryChange'),(6,'task','create'),(6,'task','delete'),(6,'task','deleteEstimate'),(6,'task','edit'),(6,'task','editEstimate'),(6,'task','export'),(6,'task','finish'),(6,'task','pause'),(6,'task','recordEstimate'),(6,'task','report'),(6,'task','restart'),(6,'task','start'),(6,'task','view'),(6,'testcase','browse'),(6,'testcase','bugs'),(6,'testcase','export'),(6,'testcase','groupCase'),(6,'testcase','index'),(6,'testcase','view'),(6,'testsuite','browse'),(6,'testsuite','index'),(6,'testsuite','view'),(6,'testtask','browse'),(6,'testtask','cases'),(6,'testtask','create'),(6,'testtask','edit'),(6,'testtask','groupCase'),(6,'testtask','index'),(6,'testtask','results'),(6,'testtask','view'),(6,'todo','activate'),(6,'todo','assignTo'),(6,'todo','batchClose'),(6,'todo','batchCreate'),(6,'todo','batchEdit'),(6,'todo','batchFinish'),(6,'todo','close'),(6,'todo','create'),(6,'todo','createCycle'),(6,'todo','delete'),(6,'todo','edit'),(6,'todo','export'),(6,'todo','finish'),(6,'todo','import2Today'),(6,'todo','view'),(6,'tree','browse'),(6,'tree','browseTask'),(6,'tree','delete'),(6,'tree','edit'),(6,'tree','fix'),(6,'tree','manageChild'),(6,'tree','updateOrder'),(6,'user','bug'),(6,'user','deleteContacts'),(6,'user','dynamic'),(6,'user','manageContacts'),(6,'user','profile'),(6,'user','project'),(6,'user','story'),(6,'user','task'),(6,'user','testCase'),(6,'user','testTask'),(6,'user','todo'),(6,'user','view'),(7,'action','editComment'),(7,'action','hideAll'),(7,'action','hideOne'),(7,'action','trash'),(7,'action','undelete'),(7,'admin','index'),(7,'branch','delete'),(7,'branch','manage'),(7,'branch','sort'),(7,'bug','activate'),(7,'bug','assignTo'),(7,'bug','batchActivate'),(7,'bug','batchChangeModule'),(7,'bug','batchClose'),(7,'bug','batchConfirm'),(7,'bug','batchCreate'),(7,'bug','batchEdit'),(7,'bug','batchResolve'),(7,'bug','browse'),(7,'bug','close'),(7,'bug','confirmBug'),(7,'bug','confirmStoryChange'),(7,'bug','create'),(7,'bug','delete'),(7,'bug','deleteTemplate'),(7,'bug','edit'),(7,'bug','export'),(7,'bug','index'),(7,'bug','linkBugs'),(7,'bug','report'),(7,'bug','resolve'),(7,'bug','saveTemplate'),(7,'bug','unlinkBug'),(7,'bug','view'),(7,'build','view'),(7,'company','browse'),(7,'company','dynamic'),(7,'company','index'),(7,'company','view'),(7,'doc','allLibs'),(7,'doc','browse'),(7,'doc','create'),(7,'doc','createLib'),(7,'doc','delete'),(7,'doc','deleteFile'),(7,'doc','deleteLib'),(7,'doc','edit'),(7,'doc','editLib'),(7,'doc','index'),(7,'doc','objectLibs'),(7,'doc','showFiles'),(7,'doc','view'),(7,'extension','browse'),(7,'extension','obtain'),(7,'extension','structure'),(7,'file','delete'),(7,'file','download'),(7,'file','edit'),(7,'file','uploadImages'),(7,'git','apiSync'),(7,'git','cat'),(7,'git','diff'),(7,'group','browse'),(7,'index','index'),(7,'misc','ping'),(7,'my','bug'),(7,'my','calendar'),(7,'my','changePassword'),(7,'my','deleteContacts'),(7,'my','dynamic'),(7,'my','editProfile'),(7,'my','index'),(7,'my','manageContacts'),(7,'my','profile'),(7,'my','project'),(7,'my','story'),(7,'my','task'),(7,'my','testCase'),(7,'my','testTask'),(7,'my','todo'),(7,'my','unbind'),(7,'product','all'),(7,'product','batchEdit'),(7,'product','browse'),(7,'product','build'),(7,'product','close'),(7,'product','create'),(7,'product','delete'),(7,'product','doc'),(7,'product','dynamic'),(7,'product','edit'),(7,'product','index'),(7,'product','order'),(7,'product','project'),(7,'product','roadmap'),(7,'product','updateOrder'),(7,'product','view'),(7,'productplan','batchUnlinkBug'),(7,'productplan','batchUnlinkStory'),(7,'productplan','browse'),(7,'productplan','create'),(7,'productplan','delete'),(7,'productplan','edit'),(7,'productplan','linkBug'),(7,'productplan','linkStory'),(7,'productplan','unlinkBug'),(7,'productplan','unlinkStory'),(7,'productplan','view'),(7,'project','all'),(7,'project','browse'),(7,'project','bug'),(7,'project','build'),(7,'project','burn'),(7,'project','doc'),(7,'project','dynamic'),(7,'project','grouptask'),(7,'project','importPlanStories'),(7,'project','index'),(7,'project','kanban'),(7,'project','linkStory'),(7,'project','manageProducts'),(7,'project','story'),(7,'project','task'),(7,'project','team'),(7,'project','testtask'),(7,'project','tree'),(7,'project','treestory'),(7,'project','treetask'),(7,'project','unlinkStory'),(7,'project','view'),(7,'qa','index'),(7,'release','batchUnlinkBug'),(7,'release','batchUnlinkStory'),(7,'release','browse'),(7,'release','changeStatus'),(7,'release','create'),(7,'release','delete'),(7,'release','edit'),(7,'release','export'),(7,'release','linkBug'),(7,'release','linkStory'),(7,'release','unlinkBug'),(7,'release','unlinkStory'),(7,'release','view'),(7,'repo','blame'),(7,'repo','browse'),(7,'repo','diff'),(7,'repo','download'),(7,'repo','log'),(7,'repo','revision'),(7,'repo','showSyncCommit'),(7,'repo','view'),(7,'report','bugAssign'),(7,'report','bugCreate'),(7,'report','index'),(7,'report','productSummary'),(7,'report','projectDeviation'),(7,'report','workload'),(7,'search','buildForm'),(7,'search','buildQuery'),(7,'search','deleteQuery'),(7,'search','saveQuery'),(7,'search','select'),(7,'story','activate'),(7,'story','assignTo'),(7,'story','batchAssignTo'),(7,'story','batchChangeBranch'),(7,'story','batchChangeModule'),(7,'story','batchChangePlan'),(7,'story','batchChangeStage'),(7,'story','batchClose'),(7,'story','batchCreate'),(7,'story','batchEdit'),(7,'story','batchReview'),(7,'story','bugs'),(7,'story','cases'),(7,'story','change'),(7,'story','close'),(7,'story','create'),(7,'story','delete'),(7,'story','edit'),(7,'story','export'),(7,'story','linkStory'),(7,'story','report'),(7,'story','review'),(7,'story','tasks'),(7,'story','unlinkStory'),(7,'story','view'),(7,'story','zeroCase'),(7,'svn','apiSync'),(7,'svn','cat'),(7,'svn','diff'),(7,'task','confirmStoryChange'),(7,'task','deleteEstimate'),(7,'task','editEstimate'),(7,'task','export'),(7,'task','recordEstimate'),(7,'task','report'),(7,'task','view'),(7,'testcase','browse'),(7,'testcase','bugs'),(7,'testcase','createBug'),(7,'testcase','export'),(7,'testcase','groupCase'),(7,'testcase','importFromLib'),(7,'testcase','index'),(7,'testcase','view'),(7,'testsuite','batchCreateCase'),(7,'testsuite','browse'),(7,'testsuite','createCase'),(7,'testsuite','createLib'),(7,'testsuite','exportTemplet'),(7,'testsuite','import'),(7,'testsuite','index'),(7,'testsuite','library'),(7,'testsuite','libView'),(7,'testsuite','showImport'),(7,'testsuite','view'),(7,'testtask','browse'),(7,'testtask','cases'),(7,'testtask','groupCase'),(7,'testtask','index'),(7,'testtask','results'),(7,'testtask','view'),(7,'todo','activate'),(7,'todo','assignTo'),(7,'todo','batchClose'),(7,'todo','batchCreate'),(7,'todo','batchEdit'),(7,'todo','batchFinish'),(7,'todo','close'),(7,'todo','create'),(7,'todo','createCycle'),(7,'todo','delete'),(7,'todo','edit'),(7,'todo','export'),(7,'todo','finish'),(7,'todo','import2Today'),(7,'todo','view'),(7,'tree','browse'),(7,'tree','browseTask'),(7,'tree','delete'),(7,'tree','edit'),(7,'tree','fix'),(7,'tree','manageChild'),(7,'tree','updateOrder'),(7,'user','bug'),(7,'user','deleteContacts'),(7,'user','dynamic'),(7,'user','manageContacts'),(7,'user','profile'),(7,'user','project'),(7,'user','story'),(7,'user','task'),(7,'user','testCase'),(7,'user','testTask'),(7,'user','todo'),(7,'user','view'),(8,'action','editComment'),(8,'action','hideAll'),(8,'action','hideOne'),(8,'action','trash'),(8,'action','undelete'),(8,'admin','index'),(8,'bug','activate'),(8,'bug','assignTo'),(8,'bug','batchActivate'),(8,'bug','batchAssignTo'),(8,'bug','batchChangeModule'),(8,'bug','batchClose'),(8,'bug','batchConfirm'),(8,'bug','batchCreate'),(8,'bug','batchEdit'),(8,'bug','batchResolve'),(8,'bug','browse'),(8,'bug','close'),(8,'bug','confirmBug'),(8,'bug','confirmStoryChange'),(8,'bug','create'),(8,'bug','delete'),(8,'bug','deleteTemplate'),(8,'bug','edit'),(8,'bug','export'),(8,'bug','index'),(8,'bug','linkBugs'),(8,'bug','report'),(8,'bug','resolve'),(8,'bug','saveTemplate'),(8,'bug','unlinkBug'),(8,'bug','view'),(8,'build','create'),(8,'build','delete'),(8,'build','edit'),(8,'build','view'),(8,'company','browse'),(8,'company','dynamic'),(8,'company','index'),(8,'company','view'),(8,'doc','allLibs'),(8,'doc','browse'),(8,'doc','create'),(8,'doc','createLib'),(8,'doc','delete'),(8,'doc','deleteFile'),(8,'doc','deleteLib'),(8,'doc','edit'),(8,'doc','editLib'),(8,'doc','index'),(8,'doc','objectLibs'),(8,'doc','showFiles'),(8,'doc','view'),(8,'extension','browse'),(8,'extension','obtain'),(8,'extension','structure'),(8,'file','delete'),(8,'file','download'),(8,'file','edit'),(8,'file','uploadImages'),(8,'git','apiSync'),(8,'git','cat'),(8,'git','diff'),(8,'group','browse'),(8,'index','index'),(8,'misc','ping'),(8,'my','bug'),(8,'my','calendar'),(8,'my','changePassword'),(8,'my','deleteContacts'),(8,'my','dynamic'),(8,'my','editProfile'),(8,'my','index'),(8,'my','manageContacts'),(8,'my','profile'),(8,'my','project'),(8,'my','story'),(8,'my','task'),(8,'my','testCase'),(8,'my','testTask'),(8,'my','todo'),(8,'my','unbind'),(8,'product','all'),(8,'product','browse'),(8,'product','build'),(8,'product','doc'),(8,'product','dynamic'),(8,'product','index'),(8,'product','project'),(8,'product','roadmap'),(8,'product','view'),(8,'productplan','browse'),(8,'productplan','view'),(8,'project','all'),(8,'project','bug'),(8,'project','build'),(8,'project','burn'),(8,'project','doc'),(8,'project','dynamic'),(8,'project','grouptask'),(8,'project','importBug'),(8,'project','importtask'),(8,'project','index'),(8,'project','kanban'),(8,'project','story'),(8,'project','task'),(8,'project','team'),(8,'project','testtask'),(8,'project','tree'),(8,'project','treestory'),(8,'project','treetask'),(8,'project','view'),(8,'qa','index'),(8,'release','browse'),(8,'release','export'),(8,'release','view'),(8,'repo','blame'),(8,'repo','browse'),(8,'repo','diff'),(8,'repo','download'),(8,'repo','log'),(8,'repo','revision'),(8,'repo','showSyncCommit'),(8,'repo','view'),(8,'report','bugAssign'),(8,'report','bugCreate'),(8,'report','index'),(8,'report','productSummary'),(8,'report','projectDeviation'),(8,'report','workload'),(8,'search','buildForm'),(8,'search','buildQuery'),(8,'search','deleteQuery'),(8,'search','saveQuery'),(8,'search','select'),(8,'story','batchToTask'),(8,'story','bugs'),(8,'story','cases'),(8,'story','export'),(8,'story','report'),(8,'story','tasks'),(8,'story','view'),(8,'story','zeroCase'),(8,'svn','apiSync'),(8,'svn','cat'),(8,'svn','diff'),(8,'task','activate'),(8,'task','assignTo'),(8,'task','batchAssignTo'),(8,'task','batchChangeModule'),(8,'task','batchClose'),(8,'task','batchCreate'),(8,'task','batchEdit'),(8,'task','cancel'),(8,'task','close'),(8,'task','confirmStoryChange'),(8,'task','create'),(8,'task','delete'),(8,'task','deleteEstimate'),(8,'task','edit'),(8,'task','editEstimate'),(8,'task','export'),(8,'task','finish'),(8,'task','pause'),(8,'task','recordEstimate'),(8,'task','report'),(8,'task','restart'),(8,'task','start'),(8,'task','view'),(8,'testcase','batchCaseTypeChange'),(8,'testcase','batchChangeModule'),(8,'testcase','batchConfirmStoryChange'),(8,'testcase','batchCreate'),(8,'testcase','batchDelete'),(8,'testcase','batchEdit'),(8,'testcase','batchReview'),(8,'testcase','browse'),(8,'testcase','bugs'),(8,'testcase','confirmChange'),(8,'testcase','confirmStoryChange'),(8,'testcase','create'),(8,'testcase','createBug'),(8,'testcase','delete'),(8,'testcase','edit'),(8,'testcase','export'),(8,'testcase','exportTemplet'),(8,'testcase','groupCase'),(8,'testcase','import'),(8,'testcase','importFromLib'),(8,'testcase','index'),(8,'testcase','linkCases'),(8,'testcase','review'),(8,'testcase','showImport'),(8,'testcase','unlinkCase'),(8,'testcase','view'),(8,'testreport','browse'),(8,'testreport','create'),(8,'testreport','delete'),(8,'testreport','edit'),(8,'testreport','view'),(8,'testsuite','batchCreateCase'),(8,'testsuite','browse'),(8,'testsuite','create'),(8,'testsuite','createCase'),(8,'testsuite','createLib'),(8,'testsuite','delete'),(8,'testsuite','edit'),(8,'testsuite','exportTemplet'),(8,'testsuite','import'),(8,'testsuite','index'),(8,'testsuite','library'),(8,'testsuite','libView'),(8,'testsuite','linkCase'),(8,'testsuite','showImport'),(8,'testsuite','unlinkCase'),(8,'testsuite','view'),(8,'testtask','activate'),(8,'testtask','batchAssign'),(8,'testtask','batchRun'),(8,'testtask','block'),(8,'testtask','browse'),(8,'testtask','cases'),(8,'testtask','close'),(8,'testtask','create'),(8,'testtask','delete'),(8,'testtask','edit'),(8,'testtask','groupCase'),(8,'testtask','index'),(8,'testtask','linkcase'),(8,'testtask','report'),(8,'testtask','results'),(8,'testtask','runcase'),(8,'testtask','start'),(8,'testtask','unlinkcase'),(8,'testtask','view'),(8,'todo','activate'),(8,'todo','assignTo'),(8,'todo','batchClose'),(8,'todo','batchCreate'),(8,'todo','batchEdit'),(8,'todo','batchFinish'),(8,'todo','close'),(8,'todo','create'),(8,'todo','createCycle'),(8,'todo','delete'),(8,'todo','edit'),(8,'todo','export'),(8,'todo','finish'),(8,'todo','import2Today'),(8,'todo','view'),(8,'tree','browse'),(8,'tree','browseTask'),(8,'tree','delete'),(8,'tree','edit'),(8,'tree','fix'),(8,'tree','manageChild'),(8,'tree','updateOrder'),(8,'user','bug'),(8,'user','deleteContacts'),(8,'user','dynamic'),(8,'user','manageContacts'),(8,'user','profile'),(8,'user','project'),(8,'user','story'),(8,'user','task'),(8,'user','testCase'),(8,'user','testTask'),(8,'user','todo'),(8,'user','view'),(9,'action','editComment'),(9,'action','hideAll'),(9,'action','hideOne'),(9,'action','trash'),(9,'action','undelete'),(9,'admin','index'),(9,'bug','browse'),(9,'bug','export'),(9,'bug','index'),(9,'bug','report'),(9,'bug','view'),(9,'build','view'),(9,'company','browse'),(9,'company','dynamic'),(9,'company','edit'),(9,'company','index'),(9,'company','view'),(9,'dept','browse'),(9,'dept','delete'),(9,'dept','manageChild'),(9,'dept','updateOrder'),(9,'doc','allLibs'),(9,'doc','browse'),(9,'doc','create'),(9,'doc','createLib'),(9,'doc','delete'),(9,'doc','deleteFile'),(9,'doc','deleteLib'),(9,'doc','edit'),(9,'doc','editLib'),(9,'doc','index'),(9,'doc','objectLibs'),(9,'doc','showFiles'),(9,'doc','view'),(9,'extension','browse'),(9,'extension','obtain'),(9,'extension','structure'),(9,'file','delete'),(9,'file','download'),(9,'file','edit'),(9,'file','uploadImages'),(9,'git','apiSync'),(9,'git','cat'),(9,'git','diff'),(9,'group','browse'),(9,'index','index'),(9,'misc','ping'),(9,'my','bug'),(9,'my','calendar'),(9,'my','changePassword'),(9,'my','deleteContacts'),(9,'my','dynamic'),(9,'my','editProfile'),(9,'my','index'),(9,'my','manageContacts'),(9,'my','profile'),(9,'my','project'),(9,'my','story'),(9,'my','task'),(9,'my','testCase'),(9,'my','testTask'),(9,'my','todo'),(9,'my','unbind'),(9,'product','all'),(9,'product','browse'),(9,'product','build'),(9,'product','doc'),(9,'product','dynamic'),(9,'product','index'),(9,'product','project'),(9,'product','roadmap'),(9,'product','view'),(9,'productplan','browse'),(9,'productplan','view'),(9,'project','all'),(9,'project','browse'),(9,'project','bug'),(9,'project','build'),(9,'project','burn'),(9,'project','computeBurn'),(9,'project','doc'),(9,'project','dynamic'),(9,'project','grouptask'),(9,'project','index'),(9,'project','kanban'),(9,'project','story'),(9,'project','task'),(9,'project','team'),(9,'project','tree'),(9,'project','treestory'),(9,'project','treetask'),(9,'project','view'),(9,'qa','index'),(9,'release','browse'),(9,'release','export'),(9,'release','view'),(9,'repo','blame'),(9,'repo','browse'),(9,'repo','diff'),(9,'repo','download'),(9,'repo','log'),(9,'repo','revision'),(9,'repo','showSyncCommit'),(9,'repo','view'),(9,'report','bugAssign'),(9,'report','bugCreate'),(9,'report','index'),(9,'report','productSummary'),(9,'report','projectDeviation'),(9,'report','workload'),(9,'search','buildForm'),(9,'search','buildQuery'),(9,'search','deleteQuery'),(9,'search','saveQuery'),(9,'search','select'),(9,'story','bugs'),(9,'story','cases'),(9,'story','export'),(9,'story','report'),(9,'story','review'),(9,'story','tasks'),(9,'story','view'),(9,'story','zeroCase'),(9,'svn','apiSync'),(9,'svn','cat'),(9,'svn','diff'),(9,'task','deleteEstimate'),(9,'task','editEstimate'),(9,'task','export'),(9,'task','recordEstimate'),(9,'task','report'),(9,'task','view'),(9,'testcase','browse'),(9,'testcase','bugs'),(9,'testcase','export'),(9,'testcase','groupCase'),(9,'testcase','index'),(9,'testcase','view'),(9,'testsuite','browse'),(9,'testsuite','index'),(9,'testsuite','view'),(9,'testtask','browse'),(9,'testtask','cases'),(9,'testtask','groupCase'),(9,'testtask','index'),(9,'testtask','results'),(9,'testtask','view'),(9,'todo','activate'),(9,'todo','assignTo'),(9,'todo','batchClose'),(9,'todo','batchCreate'),(9,'todo','batchEdit'),(9,'todo','batchFinish'),(9,'todo','close'),(9,'todo','create'),(9,'todo','createCycle'),(9,'todo','delete'),(9,'todo','edit'),(9,'todo','export'),(9,'todo','finish'),(9,'todo','import2Today'),(9,'todo','view'),(9,'user','batchCreate'),(9,'user','batchEdit'),(9,'user','bug'),(9,'user','create'),(9,'user','delete'),(9,'user','deleteContacts'),(9,'user','dynamic'),(9,'user','edit'),(9,'user','manageContacts'),(9,'user','profile'),(9,'user','project'),(9,'user','story'),(9,'user','task'),(9,'user','testCase'),(9,'user','testTask'),(9,'user','todo'),(9,'user','unbind'),(9,'user','unlock'),(9,'user','view'),(10,'action','editComment'),(10,'bug','activate'),(10,'bug','batchChangeModule'),(10,'bug','browse'),(10,'bug','close'),(10,'bug','create'),(10,'bug','edit'),(10,'bug','index'),(10,'bug','linkBugs'),(10,'bug','report'),(10,'bug','unlinkBug'),(10,'bug','view'),(10,'build','view'),(10,'company','browse'),(10,'company','dynamic'),(10,'company','index'),(10,'company','view'),(10,'doc','allLibs'),(10,'doc','browse'),(10,'doc','index'),(10,'doc','objectLibs'),(10,'doc','showFiles'),(10,'doc','view'),(10,'file','download'),(10,'index','index'),(10,'misc','ping'),(10,'my','calendar'),(10,'my','changePassword'),(10,'my','dynamic'),(10,'my','editProfile'),(10,'my','index'),(10,'my','profile'),(10,'my','task'),(10,'my','todo'),(10,'my','unbind'),(10,'product','all'),(10,'product','browse'),(10,'product','build'),(10,'product','doc'),(10,'product','dynamic'),(10,'product','index'),(10,'product','roadmap'),(10,'product','view'),(10,'productplan','browse'),(10,'productplan','view'),(10,'project','all'),(10,'project','browse'),(10,'project','bug'),(10,'project','build'),(10,'project','burn'),(10,'project','doc'),(10,'project','dynamic'),(10,'project','grouptask'),(10,'project','index'),(10,'project','kanban'),(10,'project','story'),(10,'project','task'),(10,'project','team'),(10,'project','testtask'),(10,'project','tree'),(10,'project','treestory'),(10,'project','treetask'),(10,'project','view'),(10,'qa','index'),(10,'release','browse'),(10,'release','view'),(10,'repo','blame'),(10,'repo','browse'),(10,'repo','diff'),(10,'repo','download'),(10,'repo','log'),(10,'repo','revision'),(10,'repo','showSyncCommit'),(10,'repo','view'),(10,'report','bugAssign'),(10,'report','bugCreate'),(10,'report','index'),(10,'report','productSummary'),(10,'report','projectDeviation'),(10,'report','workload'),(10,'search','buildForm'),(10,'search','buildQuery'),(10,'search','deleteQuery'),(10,'search','saveQuery'),(10,'story','bugs'),(10,'story','cases'),(10,'story','tasks'),(10,'story','view'),(10,'task','deleteEstimate'),(10,'task','editEstimate'),(10,'task','recordEstimate'),(10,'task','view'),(10,'testsuite','browse'),(10,'testsuite','index'),(10,'testsuite','view'),(10,'todo','activate'),(10,'todo','assignTo'),(10,'todo','batchClose'),(10,'todo','batchCreate'),(10,'todo','batchEdit'),(10,'todo','batchFinish'),(10,'todo','close'),(10,'todo','create'),(10,'todo','createCycle'),(10,'todo','delete'),(10,'todo','edit'),(10,'todo','export'),(10,'todo','finish'),(10,'todo','import2Today'),(10,'todo','view'),(10,'user','bug'),(10,'user','dynamic'),(10,'user','profile'),(10,'user','project'),(10,'user','story'),(10,'user','task'),(10,'user','testCase'),(10,'user','testTask'),(10,'user','todo'),(10,'user','view'),(11,'bug','browse'),(11,'bug','index'),(11,'bug','report'),(11,'bug','view'),(11,'build','view'),(11,'company','browse'),(11,'company','dynamic'),(11,'company','index'),(11,'company','view'),(11,'doc','allLibs'),(11,'doc','browse'),(11,'doc','index'),(11,'doc','objectLibs'),(11,'doc','showFiles'),(11,'doc','view'),(11,'file','download'),(11,'git','cat'),(11,'git','diff'),(11,'group','browse'),(11,'index','index'),(11,'misc','ping'),(11,'my','index'),(11,'product','all'),(11,'product','browse'),(11,'product','build'),(11,'product','doc'),(11,'product','dynamic'),(11,'product','index'),(11,'product','roadmap'),(11,'product','view'),(11,'productplan','browse'),(11,'productplan','view'),(11,'project','all'),(11,'project','browse'),(11,'project','bug'),(11,'project','build'),(11,'project','burn'),(11,'project','doc'),(11,'project','dynamic'),(11,'project','grouptask'),(11,'project','index'),(11,'project','kanban'),(11,'project','story'),(11,'project','task'),(11,'project','team'),(11,'project','testtask'),(11,'project','tree'),(11,'project','treestory'),(11,'project','treetask'),(11,'project','view'),(11,'qa','index'),(11,'release','browse'),(11,'release','view'),(11,'report','bugAssign'),(11,'report','bugCreate'),(11,'report','index'),(11,'report','productSummary'),(11,'report','projectDeviation'),(11,'report','workload'),(11,'search','buildForm'),(11,'search','buildQuery'),(11,'story','bugs'),(11,'story','cases'),(11,'story','tasks'),(11,'story','view'),(11,'svn','cat'),(11,'svn','diff'),(11,'task','recordEstimate'),(11,'task','view'),(11,'testcase','browse'),(11,'testcase','bugs'),(11,'testcase','groupCase'),(11,'testcase','index'),(11,'testcase','view'),(11,'testsuite','browse'),(11,'testsuite','index'),(11,'testsuite','view'),(11,'testtask','browse'),(11,'testtask','cases'),(11,'testtask','groupCase'),(11,'testtask','index'),(11,'testtask','results'),(11,'testtask','view'),(11,'user','bug'),(11,'user','dynamic'),(11,'user','profile'),(11,'user','project'),(11,'user','story'),(11,'user','task'),(11,'user','testCase'),(11,'user','testTask'),(11,'user','todo'),(11,'user','view'),(12,'my','limited'); -/*!40000 ALTER TABLE `zt_grouppriv` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_history` --- - -DROP TABLE IF EXISTS `zt_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_history` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `action` mediumint(8) unsigned NOT NULL DEFAULT '0', - `field` varchar(30) NOT NULL DEFAULT '', - `old` text NOT NULL, - `new` text NOT NULL, - `diff` mediumtext NOT NULL, - PRIMARY KEY (`id`), - KEY `action` (`action`) -) ENGINE=MyISAM AUTO_INCREMENT=216 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_history` --- - -LOCK TABLES `zt_history` WRITE; -/*!40000 ALTER TABLE `zt_history` DISABLE KEYS */; -INSERT INTO `zt_history` VALUES (1,14,'version','1','2',''),(2,14,'spec',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
','001- 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。
\n001+ 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。
'),(3,41,'consumed','0','1',''),(4,41,'status','wait','doing',''),(6,42,'consumed','1','7',''),(7,42,'left','10','0',''),(8,42,'assignedTo','dev1','projectManager',''),(9,42,'status','doing','done',''),(10,42,'finishedBy','','dev1',''),(11,42,'finishedDate','','2012-06-05 10:38:00',''),(13,43,'consumed','0','6',''),(14,43,'left','8','0',''),(15,43,'assignedTo','dev1','projectManager',''),(16,43,'status','wait','done',''),(17,43,'finishedBy','','dev1',''),(18,43,'finishedDate','','2012-06-05 10:39:14',''),(20,44,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(21,45,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(22,46,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(23,47,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(24,48,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(25,49,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(26,50,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(27,51,'status','wait','done',''),(28,51,'consumed','0','8',''),(29,51,'left','10','0',''),(30,51,'finishedBy','','dev1',''),(31,51,'finishedDate','','2012-06-05 10:41:20',''),(32,52,'finishedDate','2012-06-05 10:38:00','2012-06-05 10:41:20',''),(33,55,'status','closed','done',''),(34,55,'consumed','0','5',''),(35,55,'left','8','0',''),(36,55,'finishedBy','','dev2',''),(37,55,'closedBy','dev1','',''),(38,55,'closedReason','done','',''),(39,55,'finishedDate','','2012-06-05 10:42:56',''),(40,55,'closedDate','2012-06-05 10:41:20','',''),(41,56,'status','closed','done',''),(42,56,'consumed','0','8',''),(43,56,'left','8','0',''),(44,56,'finishedBy','','dev2',''),(45,56,'closedBy','dev1','',''),(46,56,'closedReason','done','',''),(47,56,'finishedDate','','2012-06-05 10:42:56',''),(48,56,'closedDate','2012-06-05 10:41:20','',''),(49,59,'status','closed','done',''),(50,59,'consumed','0','5',''),(51,59,'left','8','0',''),(52,59,'finishedBy','dev1','dev3',''),(53,59,'closedBy','dev1','',''),(54,59,'closedReason','done','',''),(55,59,'finishedDate','','2012-06-05 10:43:32',''),(56,59,'closedDate','2012-06-05 10:41:20','',''),(57,60,'status','closed','done',''),(58,60,'consumed','0','5',''),(59,60,'left','8','0',''),(60,60,'finishedBy','dev1','dev3',''),(61,60,'closedBy','dev1','',''),(62,60,'closedReason','done','',''),(63,60,'finishedDate','','2012-06-05 10:43:32',''),(64,60,'closedDate','2012-06-05 10:41:20','',''),(65,82,'title','首页的测试用例','售后服务的测试用例','001- 首页的测试用例\n001+ 售后服务的测试用例'),(66,82,'story','1','4',''),(67,93,'build','','trunk',''),(68,115,'assignedTo','','productManager',''),(69,116,'assignedTo','productManager','admin',''),(70,117,'assignedTo','admin','',''),(71,119,'PO','admin','','001- admin\n001+ '),(72,132,'acl','open','private',''),(73,136,'assignedTo','','admin',''),(74,136,'left','0','1',''),(75,354,'assignedTo','productManager','admin',''),(76,355,'assignedTo','','admin',''),(77,356,'assignedTo','admin','jia',''),(78,357,'assignedTo','admin','jia',''),(79,358,'assignedTo','jia','admin',''),(80,359,'assignedTo','jia','admin',''),(81,464,'type','normal','branch',''),(82,476,'assignedTo','','jia',''),(83,482,'assignedTo','jia','',''),(84,483,'acl','open','private',''),(85,484,'acl','private','open',''),(86,485,'assignedTo','','jia',''),(87,502,'assignedTo','admin','jia',''),(88,507,'acl','open','private',''),(89,520,'QD','','jia',''),(90,521,'acl','private','open',''),(91,526,'parent','0','-1',''),(92,527,'parent','0','-1',''),(93,528,'left','0','5',''),(94,528,'status','wait','doing',''),(95,529,'assignedTo','','admin',''),(96,529,'realStarted','0000-00-00 00:00:00','2020-12-07 13:44:56',''),(97,529,'left','0','5',''),(98,529,'status','wait','doing',''),(99,530,'status','doing','pause',''),(100,532,'QD','','jia',''),(101,532,'RD','','yiyi',''),(102,536,'QD','','yiyi',''),(103,539,'QD','jia','xuxu',''),(104,540,'QD','xuxu','',''),(105,541,'QD','yiyi','',''),(106,542,'QD','','xuxu',''),(107,548,'QD','','xuxu',''),(108,558,'assignedTo','','admin',''),(109,559,'reviewedBy','','jia',''),(110,566,'status','draft','active',''),(111,566,'spec','','11111','001- \n001+ 11111'),(112,566,'version','1','2',''),(113,568,'assignedTo','','admin',''),(114,569,'spec','','11111','001- \n001+ 11111'),(115,569,'version','1','2',''),(116,571,'assignedTo','','jia',''),(117,572,'assignedTo','jia','',''),(118,572,'spec','','1111','001- \n001+ 1111'),(119,572,'version','1','2',''),(120,573,'assignedTo','','jia',''),(121,574,'spec','1111','111111','001- 1111\n001+ 111111'),(122,574,'version','2','3',''),(123,575,'reviewedDate','0000-00-00','2020-12-17',''),(124,575,'assignedTo','jia','admin',''),(125,575,'status','draft','active',''),(126,575,'reviewedBy','','xuxu',''),(127,577,'spec','','1111','001- \n001+ 1111'),(128,577,'version','1','2',''),(129,578,'assignedTo','jia','yiyi',''),(130,578,'spec','1111','111111','001- 1111\n001+ 111111'),(131,578,'version','2','3',''),(132,579,'reviewedDate','0000-00-00','2020-12-17',''),(133,579,'assignedTo','yiyi','admin',''),(134,579,'status','draft','active',''),(135,579,'reviewedBy','','bing',''),(136,580,'assignedTo','admin','bing',''),(137,581,'status','active','changed',''),(138,581,'spec','111111','111111111','001- 111111\n001+ 111111111'),(139,581,'version','3','4',''),(140,581,'reviewedBy','bing','',''),(141,581,'reviewedDate','2020-12-17','0000-00-00',''),(142,582,'assignedTo','bing','admin',''),(143,583,'reviewedDate','0000-00-00','2020-12-17',''),(144,583,'status','changed','active',''),(145,583,'reviewedBy','','bing,ding',''),(146,585,'assignedTo','','jia',''),(147,586,'assignedTo','jia','bing',''),(148,587,'status','active','changed',''),(149,587,'spec','','11111','001- \n001+ 11111'),(150,587,'version','1','2',''),(151,588,'reviewedDate','0000-00-00','2020-12-17',''),(152,588,'assignedTo','bing','admin',''),(153,588,'status','changed','active',''),(154,588,'reviewedBy','','jia,yiyi',''),(155,589,'assignedTo','admin','yiyi',''),(156,589,'status','active','changed',''),(157,589,'spec','11111','111111111','001- 11111\n001+ 111111111'),(158,589,'version','2','3',''),(159,589,'reviewedBy','jia,yiyi','',''),(160,589,'reviewedDate','2020-12-17','0000-00-00',''),(161,590,'spec','111111111','11111111111','001- 111111111\n001+ 11111111111'),(162,590,'version','3','4',''),(163,591,'spec','11111111111','1111111111111','001- 11111111111\n001+ 1111111111111'),(164,591,'version','4','5',''),(165,592,'spec','1111111111111','111111111111111','001- 1111111111111\n001+ 111111111111111'),(166,592,'version','5','6',''),(167,594,'assignedTo','jia','',''),(168,594,'spec','','11111','001- \n001+ 11111'),(169,594,'version','1','2',''),(170,595,'spec','11111','11111111','001- 11111\n001+ 11111111'),(171,595,'version','2','3',''),(172,597,'status','active','changed',''),(173,597,'spec','','111111','001- \n001+ 111111'),(174,597,'version','1','2',''),(175,598,'assignedTo','','jia',''),(176,599,'spec','111111','1111112222','001- 111111\n001+ 1111112222'),(177,599,'version','2','3',''),(178,600,'assignedTo','jia','bing',''),(179,600,'spec','1111112222','11111122223333','001- 1111112222\n001+ 11111122223333'),(180,600,'version','3','4',''),(181,604,'plan','','3',''),(182,604,'stage','wait','planned',''),(183,605,'plan','3','2',''),(184,607,'plan','2','3',''),(185,612,'plan','','4,4',''),(186,612,'stage','projected','planned',''),(187,613,'plan','4,4','0,0',''),(188,614,'plan','0,0','4,4',''),(189,614,'stage','projected','planned',''),(190,619,'assignedTo','','admin',''),(191,619,'realStarted','0000-00-00 00:00:00','2020-12-16 08:25',''),(192,619,'consumed','0','1',''),(193,619,'left','0','5',''),(194,619,'status','wait','doing',''),(195,620,'consumed','1','16',''),(196,620,'left','5','12',''),(197,622,'parent','0','-1',''),(198,623,'parent','0','-1',''),(199,624,'plan','4,4','4',''),(200,626,'plan','','4',''),(201,633,'plan','4','0,0',''),(202,634,'plan','0,0','',''),(203,634,'stage','planned','wait',''),(204,634,'stagedBy','admin','',''),(205,637,'plan','','4,4',''),(206,637,'stage','wait','planned',''),(207,644,'line','0','28',''),(208,666,'status','wait','closed',''),(209,666,'PO','','productManager','001- \n001+ productManager'),(210,666,'QD','','xuxu',''),(211,666,'PM','','admin',''),(212,666,'RD','','projectManager',''),(213,668,'PM','','projectManager',''),(214,670,'PM','','projectManager',''),(215,672,'PM','','projectManager',''); -/*!40000 ALTER TABLE `zt_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chat` --- - -DROP TABLE IF EXISTS `zt_im_chat`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chat` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `name` varchar(60) NOT NULL DEFAULT '', - `type` varchar(20) NOT NULL DEFAULT 'group', - `admins` varchar(255) NOT NULL DEFAULT '', - `committers` varchar(255) NOT NULL DEFAULT '', - `subject` mediumint(8) unsigned NOT NULL DEFAULT '0', - `public` enum('0','1') NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL DEFAULT '', - `createdDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `editedBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `lastActiveTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `dismissDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`), - KEY `gid` (`gid`), - KEY `name` (`name`), - KEY `type` (`type`), - KEY `public` (`public`), - KEY `createdBy` (`createdBy`), - KEY `editedBy` (`editedBy`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chat` --- - -LOCK TABLES `zt_im_chat` WRITE; -/*!40000 ALTER TABLE `zt_im_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chat` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chatuser` --- - -DROP TABLE IF EXISTS `zt_im_chatuser`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chatuser` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `cgid` char(40) NOT NULL DEFAULT '', - `user` mediumint(8) NOT NULL DEFAULT '0', - `order` smallint(5) NOT NULL DEFAULT '0', - `star` enum('0','1') NOT NULL DEFAULT '0', - `hide` enum('0','1') NOT NULL DEFAULT '0', - `mute` enum('0','1') NOT NULL DEFAULT '0', - `freeze` enum('0','1') NOT NULL DEFAULT '0', - `join` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `quit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `category` varchar(40) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `chatuser` (`cgid`,`user`), - KEY `cgid` (`cgid`), - KEY `user` (`user`), - KEY `order` (`order`), - KEY `star` (`star`), - KEY `hide` (`hide`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chatuser` --- - -LOCK TABLES `zt_im_chatuser` WRITE; -/*!40000 ALTER TABLE `zt_im_chatuser` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chatuser` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_client` --- - -DROP TABLE IF EXISTS `zt_im_client`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_client` ( - `id` int(11) unsigned NOT NULL AUTO_INCREMENT, - `version` char(30) NOT NULL DEFAULT '', - `desc` varchar(100) NOT NULL DEFAULT '', - `changeLog` text NOT NULL, - `strategy` varchar(10) NOT NULL DEFAULT '', - `downloads` text NOT NULL, - `createdDate` datetime NOT NULL, - `createdBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL DEFAULT '', - `status` enum('released','wait') NOT NULL DEFAULT 'wait', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_client` --- - -LOCK TABLES `zt_im_client` WRITE; -/*!40000 ALTER TABLE `zt_im_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_client` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conference` --- - -DROP TABLE IF EXISTS `zt_im_conference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conference` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `status` enum('closed','open') NOT NULL DEFAULT 'closed', - `participants` text NOT NULL, - `openedBy` mediumint(8) NOT NULL DEFAULT '0', - `openedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conference` --- - -LOCK TABLES `zt_im_conference` WRITE; -/*!40000 ALTER TABLE `zt_im_conference` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conferenceaction` --- - -DROP TABLE IF EXISTS `zt_im_conferenceaction`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conferenceaction` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `type` enum('create','join','leave','close') NOT NULL DEFAULT 'create', - `user` mediumint(8) NOT NULL DEFAULT '0', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conferenceaction` --- - -LOCK TABLES `zt_im_conferenceaction` WRITE; -/*!40000 ALTER TABLE `zt_im_conferenceaction` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conferenceaction` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_message` --- - -DROP TABLE IF EXISTS `zt_im_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_message` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `user` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `order` bigint(8) unsigned NOT NULL, - `type` enum('normal','broadcast','notify') NOT NULL DEFAULT 'normal', - `content` text NOT NULL, - `contentType` enum('text','plain','emotion','image','file','object','code') NOT NULL DEFAULT 'text', - `data` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `mgid` (`gid`), - KEY `mcgid` (`cgid`), - KEY `muser` (`user`), - KEY `mtype` (`type`) -) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_message` --- - -LOCK TABLES `zt_im_message` WRITE; -/*!40000 ALTER TABLE `zt_im_message` DISABLE KEYS */; -INSERT INTO `zt_im_message` VALUES (1,'837c5469-d9e1-fbc8-1639-9b1f377bd39a','notification','0','2020-12-02 15:03:02',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#8::\\u9700\\u6c42\\u4e00]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-8.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[2]}','0'),(2,'fde4706a-7053-13fd-458b-d7d433e578b8','notification','0','2020-12-02 15:05:28',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efa\\u9700\\u6c42 [#9::\\u9700\\u8981\\u8bc4\\u5ba1\\u7684\\u9700\\u6c42]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-9.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[2]}','0'),(3,'758b6475-3032-b51a-9b8c-e98397edaf0f','notification','0','2020-12-04 11:21:46',0,'notify','','text','{\"title\":\"admin \\u7f16\\u8f91\\u4e86\\u9700\\u6c42 [#9::\\u9700\\u8981\\u8bc4\\u5ba1\\u7684\\u9700\\u6c42]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-9.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(4,'bc0767b4-99cb-9774-ffa7-18680d9135db','notification','0','2020-12-04 11:21:46',0,'notify','','text','{\"title\":\"admin \\u7f16\\u8f91\\u4e86\\u9700\\u6c42 [#8::\\u9700\\u6c42\\u4e00]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-8.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(5,'ab04f4e8-3ee2-863f-67f6-5fb91cc41be5','notification','0','2020-12-07 09:28:38',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#9::\\u4ea7\\u54c1\\u4e00\\u9879\\u76ee\\u4e00\\u7684bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fbug-view-9.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(6,'17b11289-46a3-7054-ec38-ae73e8801fcd','notification','0','2020-12-07 09:31:51',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#9::\\u4ea7\\u54c1\\u4e00\\u9879\\u76ee\\u4e00\\u7684bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fbug-view-9.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(7,'4d8cfd5a-8112-eebc-d583-50a8fa65e833','notification','0','2020-12-07 09:33:23',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#9::\\u4ea7\\u54c1\\u4e00\\u9879\\u76ee\\u4e00\\u7684bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fbug-view-9.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(8,'794e6d02-55a1-c04a-91be-4a8ca2f1cf8a','notification','0','2020-12-07 10:06:09',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#8::\\u9700\\u6c42\\u4e00]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-8.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(9,'0d0db26f-5605-e311-399a-eb3f60822a0c','notification','0','2020-12-07 13:41:55',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efaBug [#10::\\u6d4b\\u8bd5\\u4f18\\u5148\\u7ea7\\u662f\\u591a\\u4e2a\\u5b57\\u7684]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fbug-view-10.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(10,'c860d08f-0376-59fd-f27e-cc14669a80f0','notification','0','2020-12-07 13:43:33',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efaBug [#11::\\u8d85\\u7ea7\\u4e25\\u91cd\\u7684\\u591a\\u4e2a\\u5b57\\u7684\\u4f18\\u5148\\u7ea7bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fbug-view-11.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(11,'8f7035ab-eaf7-80b5-13d8-62739d83b20f','notification','0','2020-12-17 10:04:02',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efa\\u9700\\u6c42 [#11::\\u9700\\u6c42\\u4e8c]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-11.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[14]}','0'),(12,'2df58c32-01ae-b2d7-c72f-6ebe55f2f6b7','notification','0','2020-12-17 10:22:49',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#11::\\u9700\\u6c42\\u4e8c]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-11.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[14]}','0'),(13,'9b063dff-b81d-8eff-2d33-9780b151860e','notification','0','2020-12-17 10:28:17',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#14::\\u9700\\u6c42\\u4e94]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-14.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(14,'a0ddf718-1753-1f96-58fa-6e9600b447b1','notification','0','2020-12-17 10:47:56',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#14::\\u9700\\u6c42\\u4e94]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-14.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(15,'dc091793-ae89-03d9-24cb-111648481af8','notification','0','2020-12-17 10:48:06',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#14::\\u9700\\u6c42\\u4e94]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-14.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(16,'5dcc175c-12ab-cbe4-5c4f-d1364f32a1de','notification','0','2020-12-17 10:50:35',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efa\\u9700\\u6c42 [#15::\\u9700\\u6c42\\u516d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-15.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(17,'f3cc72cd-dd67-e204-9eac-e264393faa0f','notification','0','2020-12-17 10:51:11',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#15::\\u9700\\u6c42\\u516d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-15.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(18,'c3947f17-def2-de23-140f-ee926f748fd3','notification','0','2020-12-17 10:52:28',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#15::\\u9700\\u6c42\\u516d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-15.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(19,'95431151-90d4-c2e6-1a59-04495e613241','notification','0','2020-12-17 11:03:26',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#15::\\u9700\\u6c42\\u516d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-15.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(20,'884fa086-d0a3-5497-d525-a23fdf0ddd8a','notification','0','2020-12-17 11:03:35',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#15::\\u9700\\u6c42\\u516d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-15.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(21,'2d97067c-4632-e883-d67b-5890107894a4','notification','0','2020-12-17 11:08:46',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(22,'f44807b7-8568-c169-20bd-2db4d79128c8','notification','0','2020-12-17 11:08:52',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(23,'d9dd4647-87c1-6cff-9889-15f92a92fc85','notification','0','2020-12-17 11:09:15',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(24,'41ac14be-9a17-e01b-c7bc-24131d98dee7','notification','0','2020-12-17 11:12:13',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(25,'65194393-9e15-7a6a-ee7c-b57e92a2eb62','notification','0','2020-12-17 11:14:56',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(26,'e58238fb-5614-85b9-f575-2d41d1213e93','notification','0','2020-12-17 11:15:14',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(27,'3e8ce37b-79eb-cb18-6ca8-5bcb0c14d163','notification','0','2020-12-17 11:16:23',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#16::\\u9700\\u6c42\\u4e03]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-16.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(28,'2a4ae19a-bd7a-bde4-2bd3-8ecc3208b58f','notification','0','2020-12-17 11:32:12',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efa\\u9700\\u6c42 [#17::\\u9700\\u6c42\\u516b]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-17.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(29,'f643acdf-ff11-1b7a-dfa8-2c74d9dc02fd','notification','0','2020-12-17 15:07:52',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(30,'9b3eb8e2-58c4-9db9-6772-2a6da4c8417c','notification','0','2020-12-17 15:08:00',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(31,'23fb15b8-b47d-b38c-ca62-042cf1af8ec4','notification','0','2020-12-17 15:08:27',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(32,'e9b0b1ea-353d-4ea6-f6d0-a081d034a411','notification','0','2020-12-17 16:21:03',0,'notify','','text','{\"title\":\"admin \\u7f16\\u8f91\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(33,'24204e4f-d4e0-c513-f133-d9548848ebdd','notification','0','2020-12-17 16:21:09',0,'notify','','text','{\"title\":\"admin \\u7f16\\u8f91\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'),(34,'631e146b-05f6-c01a-5ab8-6a18befdb5df','notification','0','2020-12-17 16:21:56',0,'notify','','text','{\"title\":\"admin \\u7f16\\u8f91\\u4e86\\u9700\\u6c42 [#18::\\u9700\\u6c42\\u4e5d]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2F12_zentaopms.com%2Fstory-view-18.html\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[13]}','0'); -/*!40000 ALTER TABLE `zt_im_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_messagestatus` --- - -DROP TABLE IF EXISTS `zt_im_messagestatus`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_messagestatus` ( - `user` mediumint(8) NOT NULL DEFAULT '0', - `message` int(11) unsigned NOT NULL, - `status` enum('waiting','sent','readed','deleted') NOT NULL DEFAULT 'waiting', - UNIQUE KEY `user` (`user`,`message`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_messagestatus` --- - -LOCK TABLES `zt_im_messagestatus` WRITE; -/*!40000 ALTER TABLE `zt_im_messagestatus` DISABLE KEYS */; -INSERT INTO `zt_im_messagestatus` VALUES (2,1,'waiting'),(2,2,'waiting'),(11,3,'waiting'),(11,4,'waiting'),(11,5,'waiting'),(11,6,'waiting'),(11,7,'waiting'),(11,8,'waiting'),(11,9,'waiting'),(11,10,'waiting'),(14,11,'waiting'),(14,12,'waiting'),(11,13,'waiting'),(11,14,'waiting'),(11,15,'waiting'),(11,16,'waiting'),(11,17,'waiting'),(12,18,'waiting'),(13,19,'waiting'),(13,20,'waiting'),(11,21,'waiting'),(13,22,'waiting'),(13,23,'waiting'),(12,24,'waiting'),(12,25,'waiting'),(12,26,'waiting'),(12,27,'waiting'),(11,28,'waiting'),(11,29,'waiting'),(11,30,'waiting'),(13,31,'waiting'),(13,32,'waiting'),(13,33,'waiting'),(13,34,'waiting'); -/*!40000 ALTER TABLE `zt_im_messagestatus` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_queue` --- - -DROP TABLE IF EXISTS `zt_im_queue`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_queue` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` char(30) NOT NULL, - `content` text NOT NULL, - `addDate` datetime NOT NULL, - `processDate` datetime NOT NULL, - `result` text NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_queue` --- - -LOCK TABLES `zt_im_queue` WRITE; -/*!40000 ALTER TABLE `zt_im_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_queue` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_jenkins` --- - -DROP TABLE IF EXISTS `zt_jenkins`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_jenkins` ( - `id` smallint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `url` varchar(255) DEFAULT NULL, - `account` varchar(30) DEFAULT NULL, - `password` varchar(255) NOT NULL, - `token` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_jenkins` --- - -LOCK TABLES `zt_jenkins` WRITE; -/*!40000 ALTER TABLE `zt_jenkins` DISABLE KEYS */; -INSERT INTO `zt_jenkins` VALUES (1,'jenkins','http://127.0.0.1:8080/','admin','WmVudGFvMTIz','','admin','2020-12-17 15:42:51','','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_jenkins` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_job` --- - -DROP TABLE IF EXISTS `zt_job`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_job` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `frame` varchar(20) NOT NULL, - `jkHost` mediumint(8) unsigned NOT NULL, - `jkJob` varchar(500) NOT NULL, - `triggerType` varchar(255) NOT NULL, - `svnDir` varchar(255) NOT NULL, - `atDay` varchar(255) DEFAULT NULL, - `atTime` varchar(10) DEFAULT NULL, - `customParam` text NOT NULL, - `comment` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `lastExec` datetime DEFAULT NULL, - `lastStatus` varchar(255) DEFAULT NULL, - `lastTag` varchar(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_job` --- - -LOCK TABLES `zt_job` WRITE; -/*!40000 ALTER TABLE `zt_job` DISABLE KEYS */; -INSERT INTO `zt_job` VALUES (1,'添加日志',1,6,'',1,'zentao','tag','','','','{\"ZENTAO_ACCOUNT\":\"$zentao_account\",\"ZENTAO_VERSION\":\"$zentao_version\",\"ZENTAO_PRODUCT\":\"$zentao_product\"}','','admin','2020-12-17 15:43:45','','0000-00-00 00:00:00','2020-12-17 15:51:27','create_fail','zentaopms_20.0.beta1_20201201','0'),(2,'添加标签',1,4,'',1,'zentao','tag','','','','{\"ZENTAO_ACCOUNT\":\"$zentao_account\",\"ZENTAO_PRODUCT\":\"$zentao_product\"}','','admin','2020-12-17 16:00:59','','0000-00-00 00:00:00','2020-12-17 16:01:57','create_fail','zentaopms_20.0.beta1_20201201','0'); -/*!40000 ALTER TABLE `zt_job` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_lang` --- - -DROP TABLE IF EXISTS `zt_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_lang` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `lang` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `section` varchar(30) NOT NULL, - `key` varchar(60) NOT NULL, - `value` text NOT NULL, - `system` enum('0','1') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - UNIQUE KEY `lang` (`lang`,`module`,`section`,`key`) -) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_lang` --- - -LOCK TABLES `zt_lang` WRITE; -/*!40000 ALTER TABLE `zt_lang` DISABLE KEYS */; -INSERT INTO `zt_lang` VALUES (1,'zh-cn','bug','priList','0','','1'),(2,'zh-cn','bug','priList','1','1','1'),(3,'zh-cn','bug','priList','2','2','1'),(4,'zh-cn','bug','priList','3','3','1'),(5,'zh-cn','bug','priList','4','4','1'),(6,'zh-cn','bug','priList','5','多个字的优先级','0'),(16,'zh-cn','bug','severityList','5','超级严重','0'),(15,'zh-cn','bug','severityList','4','4','1'),(14,'zh-cn','bug','severityList','3','3','1'),(13,'zh-cn','bug','severityList','2','2','1'),(12,'zh-cn','bug','severityList','1','1','1'),(17,'zh-cn','bug','severityList','6','6','0'); -/*!40000 ALTER TABLE `zt_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_log` --- - -DROP TABLE IF EXISTS `zt_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_log` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(8) unsigned NOT NULL, - `date` datetime NOT NULL, - `url` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL, - `data` text NOT NULL, - `result` text NOT NULL, - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `obejctID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_log` --- - -LOCK TABLES `zt_log` WRITE; -/*!40000 ALTER TABLE `zt_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_module` --- - -DROP TABLE IF EXISTS `zt_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_module` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(60) NOT NULL DEFAULT '', - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(5) unsigned NOT NULL DEFAULT '0', - `type` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `collector` text NOT NULL, - `short` varchar(30) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `root` (`root`), - KEY `type` (`type`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_module` --- - -LOCK TABLES `zt_module` WRITE; -/*!40000 ALTER TABLE `zt_module` DISABLE KEYS */; -INSERT INTO `zt_module` VALUES (1,1,0,'首页',0,',1,',1,10,'story','','','','0'),(2,1,0,'新闻中心',0,',2,',1,20,'story','','','','0'),(3,1,0,'成果展示',0,',3,',1,30,'story','','','','0'),(4,1,0,'售后服务',0,',4,',1,40,'story','','','','0'),(5,1,0,'诚聘英才',0,',5,',1,50,'story','','','','0'),(6,1,0,'合作洽谈',0,',6,',1,60,'story','','','','0'),(7,1,0,'关于我们',0,',7,',1,70,'story','','','','0'),(8,1,0,'首页',0,',8,',1,10,'bug','','','','0'),(9,1,0,'新闻中心',0,',9,',1,20,'bug','','','','0'),(10,1,0,'成果展示',0,',10,',1,30,'bug','','','','0'),(11,1,0,'售后服务',0,',11,',1,40,'bug','','','','0'),(12,1,0,'诚聘英才',0,',12,',1,50,'bug','','','','0'),(13,1,0,'合作洽谈',0,',13,',1,60,'bug','','','','0'),(14,1,0,'关于我们',0,',14,',1,70,'bug','','','','0'),(15,3,0,'模块一',0,',15,',1,10,'story','','','','0'),(16,3,0,'模块二',0,',16,',1,20,'story','','','','0'),(17,4,1,'模块三',0,',17,',1,30,'story','','','','0'),(18,4,1,'1-1',0,',18,',1,10,'story','','','','0'),(19,4,1,'1-2',0,',19,',1,20,'story','','','','0'),(20,4,2,'2-1',0,',20,',1,10,'story','','','','0'),(21,3,0,'2-2',16,',16,21,',2,20,'story','','','','0'),(22,3,0,'2-3',16,',16,22,',2,30,'story','','','','0'),(23,4,1,'1-1-1',0,',23,',1,10,'story','','','','0'),(24,4,1,'1-1-2',0,',24,',1,20,'story','','','','0'),(25,4,1,'1-2-1',19,',19,25,',2,10,'story','','','','0'),(26,4,1,'1-2-2',19,',19,26,',2,20,'story','','','','0'),(27,4,1,'1-2-3',19,',19,27,',2,30,'story','','','','0'),(28,0,0,'产品线一',0,',28,',1,10,'line','','','','0'); -/*!40000 ALTER TABLE `zt_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_notify` --- - -DROP TABLE IF EXISTS `zt_notify`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_notify` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(50) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(9) NOT NULL, - `toList` varchar(255) NOT NULL, - `ccList` text NOT NULL, - `subject` varchar(255) NOT NULL, - `data` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `sendTime` datetime NOT NULL, - `status` varchar(10) NOT NULL DEFAULT 'wait', - `failReason` text NOT NULL, - PRIMARY KEY (`id`), - KEY `objectType_toList_status` (`objectType`,`toList`,`status`) -) ENGINE=MyISAM AUTO_INCREMENT=35 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_notify` --- - -LOCK TABLES `zt_notify` WRITE; -/*!40000 ALTER TABLE `zt_notify` DISABLE KEYS */; -INSERT INTO `zt_notify` VALUES (1,'message',0,115,'productManager','','','admin指派了需求 [#8::需求一]\n','admin','2020-12-02 15:03:02','0000-00-00 00:00:00','wait',''),(2,'message',0,118,'productManager','','','admin创建需求 [#9::需要评审的需求]\n','admin','2020-12-02 15:05:28','0000-00-00 00:00:00','wait',''),(14,'message',0,573,'jia','','','admin指派了需求 [#14::需求五]\n','admin','2020-12-17 10:47:56','0000-00-00 00:00:00','wait',''),(13,'message',0,571,'jia','','','admin指派了需求 [#14::需求五]\n','admin','2020-12-17 10:28:17','0000-00-00 00:00:00','wait',''),(12,'message',0,566,'ding','','','admin变更了需求 [#11::需求二]\n','admin','2020-12-17 10:22:49','0000-00-00 00:00:00','wait',''),(11,'message',0,560,'ding','','','admin创建需求 [#11::需求二]\n','admin','2020-12-17 10:04:02','0000-00-00 00:00:00','wait',''),(10,'message',0,523,'jia','','','admin创建Bug [#11::超级严重的多个字的优先级bug]\n','admin','2020-12-07 13:43:33','0000-00-00 00:00:00','wait',''),(9,'message',0,522,'jia','','','admin创建Bug [#10::测试优先级是多个字的]\n','admin','2020-12-07 13:41:55','0000-00-00 00:00:00','wait',''),(15,'message',0,574,'jia','','','admin变更了需求 [#14::需求五]\n','admin','2020-12-17 10:48:06','0000-00-00 00:00:00','wait',''),(16,'message',0,576,'jia','','','admin创建需求 [#15::需求六]\n','admin','2020-12-17 10:50:35','0000-00-00 00:00:00','wait',''),(17,'message',0,577,'jia','','','admin变更了需求 [#15::需求六]\n','admin','2020-12-17 10:51:11','0000-00-00 00:00:00','wait',''),(18,'message',0,578,'yiyi','','','admin变更了需求 [#15::需求六]\n','admin','2020-12-17 10:52:28','0000-00-00 00:00:00','wait',''),(19,'message',0,580,'bing','','','admin变更了需求 [#15::需求六]\n','admin','2020-12-17 11:03:26','0000-00-00 00:00:00','wait',''),(20,'message',0,581,'bing','','','admin变更了需求 [#15::需求六]\n','admin','2020-12-17 11:03:35','0000-00-00 00:00:00','wait',''),(21,'message',0,585,'jia','','','admin指派了需求 [#16::需求七]\n','admin','2020-12-17 11:08:46','0000-00-00 00:00:00','wait',''),(22,'message',0,586,'bing','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:08:52','0000-00-00 00:00:00','wait',''),(23,'message',0,587,'bing','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:09:15','0000-00-00 00:00:00','wait',''),(24,'message',0,589,'yiyi','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:12:13','0000-00-00 00:00:00','wait',''),(25,'message',0,590,'yiyi','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:14:56','0000-00-00 00:00:00','wait',''),(26,'message',0,591,'yiyi','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:15:14','0000-00-00 00:00:00','wait',''),(27,'message',0,592,'yiyi','','','admin变更了需求 [#16::需求七]\n','admin','2020-12-17 11:16:23','0000-00-00 00:00:00','wait',''),(28,'message',0,593,'jia','','','admin创建需求 [#17::需求八]\n','admin','2020-12-17 11:32:12','0000-00-00 00:00:00','wait',''),(29,'message',0,598,'jia','','','admin指派了需求 [#18::需求九]\n','admin','2020-12-17 15:07:52','0000-00-00 00:00:00','wait',''),(30,'message',0,599,'jia','','','admin变更了需求 [#18::需求九]\n','admin','2020-12-17 15:08:00','0000-00-00 00:00:00','wait',''),(31,'message',0,600,'bing','','','admin变更了需求 [#18::需求九]\n','admin','2020-12-17 15:08:27','0000-00-00 00:00:00','wait',''),(32,'message',0,604,'bing','','','admin编辑了需求 [#18::需求九]\n','admin','2020-12-17 16:21:03','0000-00-00 00:00:00','wait',''),(33,'message',0,605,'bing','','','admin编辑了需求 [#18::需求九]\n','admin','2020-12-17 16:21:09','0000-00-00 00:00:00','wait',''),(34,'message',0,607,'bing','','','admin编辑了需求 [#18::需求九]\n','admin','2020-12-17 16:21:56','0000-00-00 00:00:00','wait',''); -/*!40000 ALTER TABLE `zt_notify` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_oauth` --- - -DROP TABLE IF EXISTS `zt_oauth`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_oauth` ( - `account` varchar(30) NOT NULL, - `openID` varchar(255) NOT NULL, - `providerType` varchar(30) NOT NULL, - `providerID` mediumint(8) unsigned NOT NULL, - KEY `account` (`account`), - KEY `providerType` (`providerType`), - KEY `providerID` (`providerID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_oauth` --- - -LOCK TABLES `zt_oauth` WRITE; -/*!40000 ALTER TABLE `zt_oauth` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_oauth` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_planstory` --- - -DROP TABLE IF EXISTS `zt_planstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_planstory` ( - `plan` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL, - `order` mediumint(9) NOT NULL, - UNIQUE KEY `plan_story` (`plan`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_planstory` --- - -LOCK TABLES `zt_planstory` WRITE; -/*!40000 ALTER TABLE `zt_planstory` DISABLE KEYS */; -INSERT INTO `zt_planstory` VALUES (3,18,1),(4,19,3),(4,20,2); -/*!40000 ALTER TABLE `zt_planstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_product` --- - -DROP TABLE IF EXISTS `zt_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_product` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `line` mediumint(8) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'normal', - `status` varchar(30) NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `PO` varchar(30) NOT NULL, - `QD` varchar(30) NOT NULL, - `RD` varchar(30) NOT NULL, - `acl` enum('open','private','custom') NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `createdVersion` varchar(20) NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_product` --- - -LOCK TABLES `zt_product` WRITE; -/*!40000 ALTER TABLE `zt_product` DISABLE KEYS */; -INSERT INTO `zt_product` VALUES (1,'公司企业网站建设','companyWebsite',0,'normal','normal','','建立公司企业网站,可以更好对外展示。
','productManager','testManager','productManager','open','','productManager','2012-06-05 09:57:07','',5,'0'),(2,'企业内部工时管理系统','workhourManage',0,'normal','normal','','','productManager','testManager','productManager','open','','productManager','2012-06-05 11:15:20','5.2.1',10,'0'),(3,'产品一','product1',0,'normal','normal','','','','jia','','open','','admin','2020-12-02 15:02:27','12.5.1',15,'0'),(4,'多分支产品','branch',0,'branch','normal','','','admin','','','open','','admin','2020-12-04 13:04:00','12.5.1',20,'0'),(5,'产品二','product2',0,'normal','normal','','','admin','xuxu','yiyi','open','','admin','2020-12-07 13:51:25','12.5.1',25,'0'),(6,'产品三','product3',28,'normal','normal','','','admin','xuxu','','open','','admin','2020-12-07 14:53:02','12.5.1',30,'0'); -/*!40000 ALTER TABLE `zt_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_productplan` --- - -DROP TABLE IF EXISTS `zt_productplan`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_productplan` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `title` varchar(90) NOT NULL, - `desc` text NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `order` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `end` (`end`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_productplan` --- - -LOCK TABLES `zt_productplan` WRITE; -/*!40000 ALTER TABLE `zt_productplan` DISABLE KEYS */; -INSERT INTO `zt_productplan` VALUES (1,1,0,0,'1.0版本','开发出企业网站1.0版本。
','2000-01-01','2015-01-01','','0'),(2,6,0,0,'计划一','','2020-12-17','2020-12-23','','0'),(3,6,0,0,'计划二','','2020-12-24','2021-01-06','','0'),(4,4,1,0,'分支一计划','','2020-12-17','2020-12-23','','0'); -/*!40000 ALTER TABLE `zt_productplan` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_project` --- - -DROP TABLE IF EXISTS `zt_project`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_project` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `isCat` enum('1','0') NOT NULL DEFAULT '0', - `catID` mediumint(8) unsigned NOT NULL, - `type` varchar(20) NOT NULL DEFAULT 'sprint', - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `days` smallint(5) unsigned NOT NULL, - `status` varchar(10) NOT NULL, - `subStatus` varchar(30) NOT NULL DEFAULT '', - `statge` enum('1','2','3','4','5') NOT NULL DEFAULT '1', - `pri` enum('1','2','3','4') NOT NULL DEFAULT '1', - `desc` text NOT NULL, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedVersion` varchar(20) NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `canceledBy` varchar(30) NOT NULL DEFAULT '', - `canceledDate` datetime NOT NULL, - `PO` varchar(30) NOT NULL DEFAULT '', - `PM` varchar(30) NOT NULL DEFAULT '', - `QD` varchar(30) NOT NULL DEFAULT '', - `RD` varchar(30) NOT NULL DEFAULT '', - `team` varchar(90) NOT NULL, - `acl` enum('open','private','custom') NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `begin` (`begin`), - KEY `end` (`end`), - KEY `status` (`status`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_project` --- - -LOCK TABLES `zt_project` WRITE; -/*!40000 ALTER TABLE `zt_project` DISABLE KEYS */; -INSERT INTO `zt_project` VALUES (1,'0',0,'sprint',0,'企业网站第一期','coWeb1','2012-06-05','2012-12-04',184,'done','','1','1','开发企业网站的基本雏形。
','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',5,'0'),(2,'0',0,'sprint',0,'企业网站第二期','coWebsite2','2013-06-05','2014-06-04',365,'wait','','1','1','','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',10,'0'),(3,'0',0,'sprint',0,'项目一','project1','2020-12-02','2021-06-05',133,'closed','','1','1','','admin','2020-12-02 15:02:07','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','admin','xuxu','projectManager','项目一','private','',15,'0'),(4,'0',0,'sprint',0,'项目二','project2','2020-12-07','2020-12-11',5,'wait','','1','1','','admin','2020-12-07 13:52:05','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','项目二','open','',20,'0'),(5,'0',0,'sprint',0,'项目三','project3','2020-12-07','2020-12-11',5,'wait','','1','1','','admin','2020-12-07 14:53:14','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','项目三','open','',25,'0'),(6,'0',0,'sprint',0,'多分支产品关联项目','project-branch','2020-12-17','2020-12-30',10,'wait','','1','1','','admin','2020-12-17 16:22:47','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','多分支产品关联项目','open','',30,'0'),(7,'0',0,'sprint',0,'没有关联产品的项目','no-product-project','2021-02-22','2021-03-05',10,'wait','','1','1','','admin','2021-02-22 09:40:42','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','没有关联产品的项目','open','',35,'0'),(8,'0',0,'sprint',0,'项目四','444','2021-02-22','2021-03-05',10,'wait','','1','1','','admin','2021-02-22 11:41:52','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','projectManager','','','项目四','open','',40,'0'),(9,'0',0,'sprint',0,'项目五','555','2021-02-22','2021-03-05',10,'wait','','1','1','','admin','2021-02-22 11:42:23','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','projectManager','','','项目五','open','',45,'0'),(10,'0',0,'sprint',0,'项目六','666','2021-02-22','2021-03-05',10,'wait','','1','1','','admin','2021-02-22 11:42:57','12.5.1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','projectManager','','','项目六','open','',50,'0'); -/*!40000 ALTER TABLE `zt_project` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectproduct` --- - -DROP TABLE IF EXISTS `zt_projectproduct`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectproduct` ( - `project` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `plan` mediumint(8) unsigned NOT NULL, - PRIMARY KEY (`project`,`product`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectproduct` --- - -LOCK TABLES `zt_projectproduct` WRITE; -/*!40000 ALTER TABLE `zt_projectproduct` DISABLE KEYS */; -INSERT INTO `zt_projectproduct` VALUES (1,1,0,0),(2,1,0,0),(3,3,0,0),(5,6,0,0),(6,6,0,0),(4,5,0,0),(10,5,0,0); -/*!40000 ALTER TABLE `zt_projectproduct` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectstory` --- - -DROP TABLE IF EXISTS `zt_projectstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectstory` ( - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(6) NOT NULL DEFAULT '1', - `order` smallint(6) unsigned NOT NULL, - UNIQUE KEY `project` (`project`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectstory` --- - -LOCK TABLES `zt_projectstory` WRITE; -/*!40000 ALTER TABLE `zt_projectstory` DISABLE KEYS */; -INSERT INTO `zt_projectstory` VALUES (1,1,4,1,0),(1,1,3,2,0),(1,1,2,1,0),(1,1,1,1,0),(5,6,18,4,0),(6,4,19,1,0); -/*!40000 ALTER TABLE `zt_projectstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_relation` --- - -DROP TABLE IF EXISTS `zt_relation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_relation` ( - `id` int(8) NOT NULL AUTO_INCREMENT, - `program` mediumint(8) NOT NULL, - `product` mediumint(8) NOT NULL, - `project` mediumint(8) NOT NULL, - `AType` char(30) NOT NULL, - `AID` mediumint(8) NOT NULL, - `AVersion` char(30) NOT NULL, - `relation` char(30) NOT NULL, - `BType` char(30) NOT NULL, - `BID` mediumint(8) NOT NULL, - `BVersion` char(30) NOT NULL, - `extra` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `relation` (`relation`,`AType`,`BType`,`AID`,`BID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_relation` --- - -LOCK TABLES `zt_relation` WRITE; -/*!40000 ALTER TABLE `zt_relation` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_relation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_release` --- - -DROP TABLE IF EXISTS `zt_release`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_release` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL DEFAULT '', - `marker` enum('0','1') NOT NULL DEFAULT '0', - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `leftBugs` text NOT NULL, - `desc` text NOT NULL, - `status` varchar(20) NOT NULL DEFAULT 'normal', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_release` --- - -LOCK TABLES `zt_release` WRITE; -/*!40000 ALTER TABLE `zt_release` DISABLE KEYS */; -INSERT INTO `zt_release` VALUES (1,3,0,3,'111111111111111111111111111111111111111111111','0','2020-12-03','',',1000000','','','normal','','0'),(2,6,0,4,'发布','0','2020-12-17','','','','','normal','','0'); -/*!40000 ALTER TABLE `zt_release` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repo` --- - -DROP TABLE IF EXISTS `zt_repo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repo` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `path` varchar(255) NOT NULL, - `prefix` varchar(100) NOT NULL, - `encoding` varchar(20) NOT NULL, - `SCM` varchar(10) NOT NULL, - `client` varchar(100) NOT NULL, - `commits` mediumint(8) unsigned NOT NULL, - `account` varchar(30) NOT NULL, - `password` varchar(30) NOT NULL, - `encrypt` varchar(30) NOT NULL DEFAULT 'plain', - `acl` text NOT NULL, - `synced` tinyint(1) NOT NULL DEFAULT '0', - `lastSync` datetime NOT NULL, - `desc` text NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repo` --- - -LOCK TABLES `zt_repo` WRITE; -/*!40000 ALTER TABLE `zt_repo` DISABLE KEYS */; -INSERT INTO `zt_repo` VALUES (2,'20','/home/z/repo/zentaopms','','utf-8','Git','/usr/bin/git',59214,'','','base64','',1,'2021-01-20 16:56:33','',0); -/*!40000 ALTER TABLE `zt_repo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repobranch` --- - -DROP TABLE IF EXISTS `zt_repobranch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repobranch` ( - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `branch` varchar(255) NOT NULL, - UNIQUE KEY `repo_revision_branch` (`repo`,`revision`,`branch`), - KEY `branch` (`branch`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repobranch` --- - -LOCK TABLES `zt_repobranch` WRITE; -/*!40000 ALTER TABLE `zt_repobranch` DISABLE KEYS */; -INSERT INTO `zt_repobranch` VALUES (2,986,'master'),(2,987,'master'),(2,988,'master'),(2,989,'master'),(2,990,'master'),(2,991,'master'),(2,992,'master'),(2,993,'master'),(2,994,'master'),(2,995,'master'),(2,996,'master'),(2,997,'master'),(2,998,'master'),(2,999,'master'),(2,1000,'master'),(2,1001,'master'),(2,1002,'master'),(2,1003,'master'),(2,1004,'master'),(2,1005,'master'),(2,1006,'master'),(2,1007,'master'),(2,1008,'master'),(2,1009,'master'),(2,1010,'master'),(2,1011,'master'),(2,1012,'master'),(2,1013,'master'),(2,1014,'master'),(2,1015,'master'),(2,1016,'master'),(2,1017,'master'),(2,1018,'master'),(2,1019,'master'),(2,1020,'master'),(2,1021,'master'),(2,1022,'master'),(2,1023,'master'),(2,1024,'master'),(2,1025,'master'),(2,1026,'master'),(2,1027,'master'),(2,1028,'master'),(2,1029,'master'),(2,1030,'master'),(2,1031,'master'),(2,1032,'master'),(2,1033,'master'),(2,1034,'master'),(2,1035,'master'),(2,1036,'master'),(2,1037,'master'),(2,1038,'master'),(2,1039,'master'),(2,1040,'master'),(2,1041,'master'),(2,1042,'master'),(2,1043,'master'),(2,1044,'master'),(2,1045,'master'),(2,1046,'master'),(2,1047,'master'),(2,1048,'master'),(2,1049,'master'),(2,1050,'master'),(2,1051,'master'),(2,1052,'master'),(2,1053,'master'),(2,1054,'master'),(2,1055,'master'),(2,1056,'master'),(2,1057,'master'),(2,1058,'master'),(2,1059,'master'),(2,1060,'master'),(2,1061,'master'),(2,1062,'master'),(2,1063,'master'),(2,1064,'master'),(2,1065,'master'),(2,1066,'master'),(2,1067,'master'),(2,1068,'master'),(2,1069,'master'),(2,1070,'master'),(2,1071,'master'),(2,1072,'master'),(2,1073,'master'),(2,1074,'master'),(2,1075,'master'),(2,1076,'master'),(2,1077,'master'),(2,1078,'master'),(2,1079,'master'),(2,1080,'master'),(2,1081,'master'),(2,1082,'master'),(2,1083,'master'),(2,1084,'master'),(2,1085,'master'),(2,1086,'master'),(2,1087,'master'),(2,1088,'master'),(2,1089,'master'),(2,1090,'master'),(2,1091,'master'),(2,1092,'master'),(2,1093,'master'),(2,1094,'master'),(2,1095,'master'),(2,1096,'master'),(2,1097,'master'),(2,1098,'master'),(2,1099,'master'),(2,1100,'master'),(2,1101,'master'),(2,1102,'master'),(2,1103,'master'),(2,1104,'master'),(2,1105,'master'),(2,1106,'master'),(2,1107,'master'),(2,1108,'master'),(2,1109,'master'),(2,1110,'master'),(2,1111,'master'),(2,1112,'master'),(2,1113,'master'),(2,1114,'master'),(2,1115,'master'),(2,1116,'master'),(2,1117,'master'),(2,1118,'master'),(2,1119,'master'),(2,1120,'master'),(2,1121,'master'),(2,1122,'master'),(2,1123,'master'),(2,1124,'master'),(2,1125,'master'),(2,1126,'master'),(2,1127,'master'),(2,1128,'master'),(2,1129,'master'),(2,1130,'master'),(2,1131,'master'),(2,1132,'master'),(2,1133,'master'),(2,1134,'master'),(2,1135,'master'),(2,1136,'master'),(2,1137,'master'),(2,1138,'master'),(2,1139,'master'),(2,1140,'master'),(2,1141,'master'),(2,1142,'master'),(2,1143,'master'),(2,1144,'master'),(2,1145,'master'),(2,1146,'master'),(2,1147,'master'),(2,1148,'master'),(2,1149,'master'),(2,1150,'master'),(2,1151,'master'),(2,1152,'master'),(2,1153,'master'),(2,1154,'master'),(2,1155,'master'),(2,1156,'master'),(2,1157,'master'),(2,1158,'master'),(2,1159,'master'),(2,1160,'master'),(2,1161,'master'),(2,1162,'master'),(2,1163,'master'),(2,1164,'master'),(2,1165,'master'),(2,1166,'master'),(2,1167,'master'),(2,1168,'master'),(2,1169,'master'),(2,1170,'master'),(2,1171,'master'),(2,1172,'master'),(2,1173,'master'),(2,1174,'master'),(2,1175,'master'),(2,1176,'master'),(2,1177,'master'),(2,1178,'master'),(2,1179,'master'),(2,1180,'master'),(2,1181,'master'),(2,1182,'master'),(2,1183,'master'),(2,1184,'master'),(2,1185,'master'),(2,1186,'master'),(2,1187,'master'),(2,1188,'master'),(2,1189,'master'),(2,1190,'master'),(2,1191,'master'),(2,1192,'master'),(2,1193,'master'),(2,1194,'master'),(2,1195,'master'),(2,1196,'master'),(2,1197,'master'),(2,1198,'master'),(2,1199,'master'),(2,1200,'master'),(2,1201,'master'),(2,1202,'master'),(2,1203,'master'),(2,1204,'master'),(2,1205,'master'),(2,1206,'master'),(2,1207,'master'),(2,1208,'master'),(2,1209,'master'),(2,1210,'master'),(2,1211,'master'),(2,1212,'master'),(2,1213,'master'),(2,1214,'master'),(2,1215,'master'),(2,1216,'master'),(2,1217,'master'),(2,1218,'master'),(2,1219,'master'),(2,1220,'master'),(2,1221,'master'),(2,1222,'master'),(2,1223,'master'),(2,1224,'master'),(2,1225,'master'),(2,1226,'master'),(2,1227,'master'),(2,1228,'master'),(2,1229,'master'),(2,1230,'master'),(2,1231,'master'),(2,1232,'master'),(2,1233,'master'),(2,1234,'master'),(2,1235,'master'),(2,1236,'master'),(2,1237,'master'),(2,1238,'master'),(2,1239,'master'),(2,1240,'master'),(2,1241,'master'),(2,1242,'master'),(2,1243,'master'),(2,1244,'master'),(2,1245,'master'),(2,1246,'master'),(2,1247,'master'),(2,1248,'master'),(2,1249,'master'),(2,1250,'master'),(2,1251,'master'),(2,1252,'master'),(2,1253,'master'),(2,1254,'master'),(2,1255,'master'),(2,1256,'master'),(2,1257,'master'),(2,1258,'master'),(2,1259,'master'),(2,1260,'master'),(2,1261,'master'),(2,1262,'master'),(2,1263,'master'),(2,1264,'master'),(2,1265,'master'),(2,1266,'master'),(2,1267,'master'),(2,1268,'master'),(2,1269,'master'),(2,1270,'master'),(2,1271,'master'),(2,1272,'master'),(2,1273,'master'),(2,1274,'master'),(2,1275,'master'),(2,1276,'master'),(2,1277,'master'),(2,1278,'master'),(2,1279,'master'),(2,1280,'master'),(2,1281,'master'),(2,1282,'master'),(2,1283,'master'),(2,1284,'master'),(2,1285,'master'),(2,1286,'master'),(2,1287,'master'),(2,1288,'master'),(2,1289,'master'),(2,1290,'master'),(2,1291,'master'),(2,1292,'master'),(2,1293,'master'),(2,1294,'master'),(2,1295,'master'),(2,1296,'master'),(2,1297,'master'),(2,1298,'master'),(2,1299,'master'),(2,1300,'master'),(2,1301,'master'),(2,1302,'master'),(2,1303,'master'),(2,1304,'master'),(2,1305,'master'),(2,1306,'master'),(2,1307,'master'),(2,1308,'master'),(2,1309,'master'),(2,1310,'master'),(2,1311,'master'),(2,1312,'master'),(2,1313,'master'),(2,1314,'master'),(2,1315,'master'),(2,1316,'master'),(2,1317,'master'),(2,1318,'master'),(2,1319,'master'),(2,1320,'master'),(2,1321,'master'),(2,1322,'master'),(2,1323,'master'),(2,1324,'master'),(2,1325,'master'),(2,1326,'master'),(2,1327,'master'),(2,1328,'master'),(2,1329,'master'),(2,1330,'master'),(2,1331,'master'),(2,1332,'master'),(2,1333,'master'),(2,1334,'master'),(2,1335,'master'),(2,1336,'master'),(2,1337,'master'),(2,1338,'master'),(2,1339,'master'),(2,1340,'master'),(2,1341,'master'),(2,1342,'master'),(2,1343,'master'),(2,1344,'master'),(2,1345,'master'),(2,1346,'master'),(2,1347,'master'),(2,1348,'master'),(2,1349,'master'),(2,1350,'master'),(2,1351,'master'),(2,1352,'master'),(2,1353,'master'),(2,1354,'master'),(2,1355,'master'),(2,1356,'master'),(2,1357,'master'),(2,1358,'master'),(2,1359,'master'),(2,1360,'master'),(2,1361,'master'),(2,1362,'master'),(2,1363,'master'),(2,1364,'master'),(2,1365,'master'),(2,1366,'master'),(2,1367,'master'),(2,1368,'master'),(2,1369,'master'),(2,1370,'master'),(2,1371,'master'),(2,1372,'master'),(2,1373,'master'),(2,1374,'master'),(2,1375,'master'),(2,1376,'master'),(2,1377,'master'),(2,1378,'master'),(2,1379,'master'),(2,1380,'master'),(2,1381,'master'),(2,1382,'master'),(2,1383,'master'),(2,1384,'master'),(2,1385,'master'),(2,1386,'master'),(2,1387,'master'),(2,1388,'master'),(2,1389,'master'),(2,1390,'master'),(2,1391,'master'),(2,1392,'master'),(2,1393,'master'),(2,1394,'master'),(2,1395,'master'),(2,1396,'master'),(2,1397,'master'),(2,1398,'master'),(2,1399,'master'),(2,1400,'master'),(2,1401,'master'),(2,1402,'master'),(2,1403,'master'),(2,1404,'master'),(2,1405,'master'),(2,1406,'master'),(2,1407,'master'),(2,1408,'master'),(2,1409,'master'),(2,1410,'master'),(2,1411,'master'),(2,1412,'master'),(2,1413,'master'),(2,1414,'master'),(2,1415,'master'),(2,1416,'master'),(2,1417,'master'),(2,1418,'master'),(2,1419,'master'),(2,1420,'master'),(2,1421,'master'),(2,1422,'master'),(2,1423,'master'),(2,1424,'master'),(2,1425,'master'),(2,1426,'master'),(2,1427,'master'),(2,1428,'master'),(2,1429,'master'),(2,1430,'master'),(2,1431,'master'),(2,1432,'master'),(2,1433,'master'),(2,1434,'master'),(2,1435,'master'),(2,1436,'master'),(2,1437,'master'),(2,1438,'master'),(2,1439,'master'),(2,1440,'master'),(2,1441,'master'),(2,1442,'master'),(2,1443,'master'),(2,1444,'master'),(2,1445,'master'),(2,1446,'master'),(2,1447,'master'),(2,1448,'master'),(2,1449,'master'),(2,1450,'master'),(2,1451,'master'),(2,1452,'master'),(2,1453,'master'),(2,1454,'master'),(2,1455,'master'),(2,1456,'master'),(2,1457,'master'),(2,1458,'master'),(2,1459,'master'),(2,1460,'master'),(2,1461,'master'),(2,1462,'master'),(2,1463,'master'),(2,1464,'master'),(2,1465,'master'),(2,1466,'master'),(2,1467,'master'),(2,1468,'master'),(2,1469,'master'),(2,1470,'master'),(2,1471,'master'),(2,1472,'master'),(2,1473,'master'),(2,1474,'master'),(2,1475,'master'),(2,1476,'master'),(2,1477,'master'),(2,1478,'master'),(2,1479,'master'),(2,1480,'master'),(2,1481,'master'),(2,1482,'master'),(2,1483,'master'),(2,1484,'master'),(2,1485,'master'),(2,1486,'master'),(2,1487,'master'),(2,1488,'master'),(2,1489,'master'),(2,1490,'master'),(2,1491,'master'),(2,1492,'master'),(2,1493,'master'),(2,1494,'master'),(2,1495,'master'),(2,1496,'master'),(2,1497,'master'),(2,1498,'master'),(2,1499,'master'),(2,1500,'master'),(2,1501,'master'),(2,1502,'master'),(2,1503,'master'),(2,1504,'master'),(2,1505,'master'),(2,1506,'master'),(2,1507,'master'),(2,1508,'master'),(2,1509,'master'),(2,1510,'master'),(2,1511,'master'),(2,1512,'master'),(2,1513,'master'),(2,1514,'master'),(2,1515,'master'),(2,1516,'master'),(2,1517,'master'),(2,1518,'master'),(2,1519,'master'),(2,1520,'master'),(2,1521,'master'),(2,1522,'master'),(2,1523,'master'),(2,1524,'master'),(2,1525,'master'),(2,1526,'master'),(2,1527,'master'),(2,1528,'master'),(2,1529,'master'),(2,1530,'master'),(2,1531,'master'),(2,1532,'master'),(2,1533,'master'),(2,1534,'master'),(2,1535,'master'),(2,1536,'master'),(2,1537,'master'),(2,1538,'master'),(2,1539,'master'),(2,1540,'master'),(2,1541,'master'),(2,1542,'master'),(2,1543,'master'),(2,1544,'master'),(2,1545,'master'),(2,1546,'master'),(2,1547,'master'),(2,1548,'master'),(2,1549,'master'),(2,1550,'master'),(2,1551,'master'),(2,1552,'master'),(2,1553,'master'),(2,1554,'master'),(2,1555,'master'),(2,1556,'master'),(2,1557,'master'),(2,1558,'master'),(2,1559,'master'),(2,1560,'master'),(2,1561,'master'),(2,1562,'master'),(2,1563,'master'),(2,1564,'master'),(2,1565,'master'),(2,1566,'master'),(2,1567,'master'),(2,1568,'master'),(2,1569,'master'),(2,1570,'master'),(2,1571,'master'),(2,1572,'master'),(2,1573,'master'),(2,1574,'master'),(2,1575,'master'),(2,1576,'master'),(2,1577,'master'),(2,1578,'master'),(2,1579,'master'),(2,1580,'master'),(2,1581,'master'),(2,1582,'master'),(2,1583,'master'),(2,1584,'master'),(2,1585,'master'),(2,1586,'master'),(2,1587,'master'),(2,1588,'master'),(2,1589,'master'),(2,1590,'master'),(2,1591,'master'),(2,1592,'master'),(2,1593,'master'),(2,1594,'master'),(2,1595,'master'),(2,1596,'master'),(2,1597,'master'),(2,1598,'master'),(2,1599,'master'),(2,1600,'master'),(2,1601,'master'),(2,1602,'master'),(2,1603,'master'),(2,1604,'master'),(2,1605,'master'),(2,1606,'master'),(2,1607,'master'),(2,1608,'master'),(2,1609,'master'),(2,1610,'master'),(2,1611,'master'),(2,1612,'master'),(2,1613,'master'),(2,1614,'master'),(2,1615,'master'),(2,1616,'master'),(2,1617,'master'),(2,1618,'master'),(2,1619,'master'),(2,1620,'master'),(2,1621,'master'),(2,1622,'master'),(2,1623,'master'),(2,1624,'master'),(2,1625,'master'),(2,1626,'master'),(2,1627,'master'),(2,1628,'master'),(2,1629,'master'),(2,1630,'master'),(2,1631,'master'),(2,1632,'master'),(2,1633,'master'),(2,1634,'master'),(2,1635,'master'),(2,1636,'master'),(2,1637,'master'),(2,1638,'master'),(2,1639,'master'),(2,1640,'master'),(2,1641,'master'),(2,1642,'master'),(2,1643,'master'),(2,1644,'master'),(2,1645,'master'),(2,1646,'master'),(2,1647,'master'),(2,1648,'master'),(2,1649,'master'),(2,1650,'master'),(2,1651,'master'),(2,1652,'master'),(2,1653,'master'),(2,1654,'master'),(2,1655,'master'),(2,1656,'master'),(2,1657,'master'),(2,1658,'master'),(2,1659,'master'),(2,1660,'master'),(2,1661,'master'),(2,1662,'master'),(2,1663,'master'),(2,1664,'master'),(2,1665,'master'),(2,1666,'master'),(2,1667,'master'),(2,1668,'master'),(2,1669,'master'),(2,1670,'master'),(2,1671,'master'),(2,1672,'master'),(2,1673,'master'),(2,1674,'master'),(2,1675,'master'),(2,1676,'master'),(2,1677,'master'),(2,1678,'master'),(2,1679,'master'),(2,1680,'master'),(2,1681,'master'),(2,1682,'master'),(2,1683,'master'),(2,1684,'master'),(2,1685,'master'),(2,1686,'master'),(2,1687,'master'),(2,1688,'master'),(2,1689,'master'),(2,1690,'master'),(2,1691,'master'),(2,1692,'master'),(2,1693,'master'),(2,1694,'master'),(2,1695,'master'),(2,1696,'master'),(2,1697,'master'),(2,1698,'master'),(2,1699,'master'),(2,1700,'master'),(2,1701,'master'),(2,1702,'master'),(2,1703,'master'),(2,1704,'master'),(2,1705,'master'),(2,1706,'master'),(2,1707,'master'),(2,1708,'master'),(2,1709,'master'),(2,1710,'master'),(2,1711,'master'),(2,1712,'master'),(2,1713,'master'),(2,1714,'master'),(2,1715,'master'),(2,1716,'master'),(2,1717,'master'),(2,1718,'master'),(2,1719,'master'),(2,1720,'master'),(2,1721,'master'),(2,1722,'master'),(2,1723,'master'),(2,1724,'master'),(2,1725,'master'),(2,1726,'master'),(2,1727,'master'),(2,1728,'master'),(2,1729,'master'),(2,1730,'master'),(2,1731,'master'),(2,1732,'master'),(2,1733,'master'),(2,1734,'master'),(2,1735,'master'),(2,1736,'master'),(2,1737,'master'),(2,1738,'master'),(2,1739,'master'),(2,1740,'master'),(2,1741,'master'),(2,1742,'master'),(2,1743,'master'),(2,1744,'master'),(2,1745,'master'),(2,1746,'master'),(2,1747,'master'),(2,1748,'master'),(2,1749,'master'),(2,1750,'master'),(2,1751,'master'),(2,1752,'master'),(2,1753,'master'),(2,1754,'master'),(2,1755,'master'),(2,1756,'master'),(2,1757,'master'),(2,1758,'master'),(2,1759,'master'),(2,1760,'master'),(2,1761,'master'),(2,1762,'master'),(2,1763,'master'),(2,1764,'master'),(2,1765,'master'),(2,1766,'master'),(2,1767,'master'),(2,1768,'master'),(2,1769,'master'),(2,1770,'master'),(2,1771,'master'),(2,1772,'master'),(2,1773,'master'),(2,1774,'master'),(2,1775,'master'),(2,1776,'master'),(2,1777,'master'),(2,1778,'master'),(2,1779,'master'),(2,1780,'master'),(2,1781,'master'),(2,1782,'master'),(2,1783,'master'),(2,1784,'master'),(2,1785,'master'),(2,1786,'master'),(2,1787,'master'),(2,1788,'master'),(2,1789,'master'),(2,1790,'master'),(2,1791,'master'),(2,1792,'master'),(2,1793,'master'),(2,1794,'master'),(2,1795,'master'),(2,1796,'master'),(2,1797,'master'),(2,1798,'master'),(2,1799,'master'),(2,1800,'master'),(2,1801,'master'),(2,1802,'master'),(2,1803,'master'),(2,1804,'master'),(2,1805,'master'),(2,1806,'master'),(2,1807,'master'),(2,1808,'master'),(2,1809,'master'),(2,1810,'master'),(2,1811,'master'),(2,1812,'master'),(2,1813,'master'),(2,1814,'master'),(2,1815,'master'),(2,1816,'master'),(2,1817,'master'),(2,1818,'master'),(2,1819,'master'),(2,1820,'master'),(2,1821,'master'),(2,1822,'master'),(2,1823,'master'),(2,1824,'master'),(2,1825,'master'),(2,1826,'master'),(2,1827,'master'),(2,1828,'master'),(2,1829,'master'),(2,1830,'master'),(2,1831,'master'),(2,1832,'master'),(2,1833,'master'),(2,1834,'master'),(2,1835,'master'),(2,1836,'master'),(2,1837,'master'),(2,1838,'master'),(2,1839,'master'),(2,1840,'master'),(2,1841,'master'),(2,1842,'master'),(2,1843,'master'),(2,1844,'master'),(2,1845,'master'),(2,1846,'master'),(2,1847,'master'),(2,1848,'master'),(2,1849,'20.x'),(2,1849,'master'),(2,1850,'20.x'),(2,1850,'master'),(2,1851,'20.x'),(2,1851,'master'),(2,1852,'20.x'),(2,1852,'master'),(2,1853,'20.x'),(2,1853,'master'),(2,1854,'20.x'),(2,1854,'master'),(2,1855,'20.x'),(2,1855,'master'),(2,1856,'20.x'),(2,1856,'master'),(2,1857,'20.x'),(2,1857,'master'),(2,1858,'20.x'),(2,1858,'master'),(2,1859,'20.x'),(2,1859,'master'),(2,1860,'20.x'),(2,1860,'master'),(2,1861,'20.x'),(2,1861,'master'),(2,1862,'20.x'),(2,1862,'master'),(2,1863,'20.x'),(2,1863,'master'),(2,1864,'20.x'),(2,1864,'master'),(2,1865,'20.x'),(2,1865,'master'),(2,1866,'20.x'),(2,1866,'master'),(2,1867,'20.x'),(2,1867,'master'),(2,1868,'20.x'),(2,1868,'master'),(2,1869,'20.x'),(2,1869,'master'),(2,1870,'20.x'),(2,1870,'master'),(2,1871,'20.x'),(2,1871,'master'),(2,1872,'20.x'),(2,1872,'master'),(2,1873,'20.x'),(2,1873,'master'),(2,1874,'20.x'),(2,1874,'master'),(2,1875,'20.x'),(2,1875,'master'),(2,1876,'20.x'),(2,1876,'master'),(2,1877,'20.x'),(2,1877,'master'),(2,1878,'20.x'),(2,1878,'master'),(2,1879,'20.x'),(2,1879,'master'),(2,1880,'20.x'),(2,1880,'master'),(2,1881,'20.x'),(2,1881,'master'),(2,1882,'20.x'),(2,1882,'master'),(2,1883,'20.x'),(2,1883,'master'),(2,1884,'20.x'),(2,1884,'master'),(2,1885,'20.x'),(2,1885,'master'),(2,1886,'20.x'),(2,1886,'master'),(2,1887,'20.x'),(2,1887,'master'),(2,1888,'20.x'),(2,1888,'master'),(2,1889,'20.x'),(2,1889,'master'),(2,1890,'20.x'),(2,1890,'master'),(2,1891,'20.x'),(2,1891,'master'),(2,1892,'20.x'),(2,1892,'master'),(2,1893,'20.x'),(2,1893,'master'),(2,1894,'20.x'),(2,1894,'master'),(2,1895,'20.x'),(2,1895,'master'),(2,1896,'20.x'),(2,1896,'master'),(2,1897,'20.x'),(2,1897,'master'),(2,1898,'20.x'),(2,1898,'master'),(2,1899,'20.x'),(2,1899,'master'),(2,1900,'20.x'),(2,1900,'master'),(2,1901,'20.x'),(2,1901,'master'),(2,1902,'20.x'),(2,1902,'master'),(2,1903,'20.x'),(2,1903,'master'),(2,1904,'20.x'),(2,1904,'master'),(2,1905,'20.x'),(2,1905,'master'),(2,1906,'20.x'),(2,1906,'master'),(2,1907,'20.x'),(2,1907,'master'),(2,1908,'20.x'),(2,1908,'master'),(2,1909,'20.x'),(2,1909,'master'),(2,1910,'20.x'),(2,1910,'master'),(2,1911,'20.x'),(2,1911,'master'),(2,1912,'20.x'),(2,1912,'master'),(2,1913,'20.x'),(2,1913,'master'),(2,1914,'20.x'),(2,1914,'master'),(2,1915,'20.x'),(2,1915,'master'),(2,1916,'20.x'),(2,1916,'master'),(2,1917,'20.x'),(2,1917,'master'),(2,1918,'20.x'),(2,1918,'master'),(2,1919,'20.x'),(2,1919,'master'),(2,1920,'20.x'),(2,1920,'master'),(2,1921,'20.x'),(2,1921,'master'),(2,1922,'20.x'),(2,1922,'master'),(2,1923,'20.x'),(2,1923,'master'),(2,1924,'20.x'),(2,1924,'master'),(2,1925,'20.x'),(2,1925,'master'),(2,1926,'20.x'),(2,1926,'master'),(2,1927,'20.x'),(2,1927,'master'),(2,1928,'20.x'),(2,1928,'master'),(2,1929,'20.x'),(2,1929,'master'),(2,1930,'20.x'),(2,1930,'master'),(2,1931,'20.x'),(2,1931,'master'),(2,1932,'20.x'),(2,1932,'master'),(2,1933,'20.x'),(2,1933,'master'),(2,1934,'20.x'),(2,1934,'master'),(2,1935,'20.x'),(2,1935,'master'),(2,1936,'20.x'),(2,1936,'master'),(2,1937,'20.x'),(2,1937,'master'),(2,1938,'20.x'),(2,1938,'master'),(2,1939,'20.x'),(2,1939,'master'),(2,1940,'20.x'),(2,1940,'master'),(2,1941,'20.x'),(2,1941,'master'),(2,1942,'20.x'),(2,1942,'master'),(2,1943,'20.x'),(2,1943,'master'),(2,1944,'20.x'),(2,1944,'master'),(2,1945,'20.x'),(2,1945,'master'),(2,1946,'20.x'),(2,1946,'master'),(2,1947,'20.x'),(2,1947,'master'),(2,1948,'20.x'),(2,1948,'master'),(2,1949,'20.x'),(2,1949,'master'),(2,1950,'20.x'),(2,1950,'master'),(2,1951,'20.x'),(2,1951,'master'),(2,1952,'20.x'),(2,1952,'master'),(2,1953,'20.x'),(2,1953,'master'),(2,1954,'20.x'),(2,1954,'master'),(2,1955,'20.x'),(2,1955,'master'),(2,1956,'20.x'),(2,1956,'master'),(2,1957,'20.x'),(2,1957,'master'),(2,1958,'20.x'),(2,1958,'master'),(2,1959,'20.x'),(2,1959,'master'),(2,1960,'20.x'),(2,1960,'master'),(2,1961,'20.x'),(2,1961,'master'),(2,1962,'20.x'),(2,1962,'master'),(2,1963,'20.x'),(2,1963,'master'),(2,1964,'20.x'),(2,1964,'master'),(2,1965,'20.x'),(2,1965,'master'),(2,1966,'20.x'),(2,1966,'master'),(2,1967,'20.x'),(2,1967,'master'),(2,1968,'20.x'),(2,1968,'master'),(2,1969,'20.x'),(2,1969,'master'),(2,1970,'20.x'),(2,1970,'master'),(2,1971,'20.x'),(2,1971,'master'),(2,1972,'20.x'),(2,1972,'master'),(2,1973,'20.x'),(2,1973,'master'),(2,1974,'20.x'),(2,1974,'master'),(2,1975,'20.x'),(2,1975,'master'),(2,1976,'20.x'),(2,1976,'master'),(2,1977,'20.x'),(2,1977,'master'),(2,1978,'20.x'),(2,1978,'master'),(2,1979,'20.x'),(2,1979,'master'),(2,1980,'20.x'),(2,1980,'master'),(2,1981,'20.x'),(2,1981,'master'),(2,1982,'20.x'),(2,1982,'master'),(2,1983,'20.x'),(2,1983,'master'),(2,1984,'20.x'),(2,1984,'master'),(2,1985,'20.x'),(2,1985,'master'),(2,1986,'20.x'),(2,1986,'master'),(2,1987,'20.x'),(2,1987,'master'),(2,1988,'20.x'),(2,1988,'master'),(2,1989,'20.x'),(2,1989,'master'),(2,1990,'20.x'),(2,1990,'master'),(2,1991,'20.x'),(2,1991,'master'),(2,1992,'20.x'),(2,1992,'master'),(2,1993,'20.x'),(2,1993,'master'),(2,1994,'20.x'),(2,1994,'master'),(2,1995,'20.x'),(2,1995,'master'),(2,1996,'20.x'),(2,1996,'master'),(2,1997,'20.x'),(2,1997,'master'),(2,1998,'20.x'),(2,1998,'master'),(2,1999,'20.x'),(2,1999,'master'),(2,2000,'20.x'),(2,2000,'master'),(2,2001,'20.x'),(2,2001,'master'),(2,2002,'20.x'),(2,2002,'master'),(2,2003,'20.x'),(2,2003,'master'),(2,2004,'20.x'),(2,2004,'master'),(2,2005,'20.x'),(2,2005,'master'),(2,2006,'20.x'),(2,2006,'master'),(2,2007,'20.x'),(2,2007,'master'),(2,2008,'20.x'),(2,2008,'master'),(2,2009,'20.x'),(2,2009,'master'),(2,2010,'20.x'),(2,2010,'master'),(2,2011,'20.x'),(2,2011,'master'),(2,2012,'20.x'),(2,2012,'master'),(2,2013,'20.x'),(2,2013,'master'),(2,2014,'20.x'),(2,2014,'master'),(2,2015,'20.x'),(2,2015,'master'),(2,2016,'20.x'),(2,2016,'master'),(2,2017,'20.x'),(2,2017,'master'),(2,2018,'20.x'),(2,2018,'master'),(2,2019,'20.x'),(2,2019,'master'),(2,2020,'20.x'),(2,2020,'master'),(2,2021,'20.x'),(2,2021,'master'),(2,2022,'20.x'),(2,2022,'master'),(2,2023,'20.x'),(2,2023,'master'),(2,2024,'20.x'),(2,2024,'master'),(2,2025,'20.x'),(2,2025,'master'),(2,2026,'20.x'),(2,2026,'master'),(2,2027,'20.x'),(2,2027,'master'),(2,2028,'20.x'),(2,2028,'master'),(2,2029,'20.x'),(2,2029,'master'),(2,2030,'20.x'),(2,2030,'master'),(2,2031,'20.x'),(2,2031,'master'),(2,2032,'20.x'),(2,2032,'master'),(2,2033,'20.x'),(2,2033,'master'),(2,2034,'20.x'),(2,2034,'master'),(2,2035,'20.x'),(2,2035,'master'),(2,2036,'20.x'),(2,2036,'master'),(2,2037,'20.x'),(2,2037,'master'),(2,2038,'20.x'),(2,2038,'master'),(2,2039,'20.x'),(2,2039,'master'),(2,2040,'20.x'),(2,2040,'master'),(2,2041,'20.x'),(2,2041,'master'),(2,2042,'20.x'),(2,2042,'master'),(2,2043,'20.x'),(2,2043,'master'),(2,2044,'20.x'),(2,2044,'master'),(2,2045,'20.x'),(2,2045,'master'),(2,2046,'20.x'),(2,2046,'master'),(2,2047,'20.x'),(2,2047,'master'),(2,2048,'20.x'),(2,2048,'master'),(2,2049,'20.x'),(2,2049,'master'),(2,2050,'20.x'),(2,2050,'master'),(2,2051,'20.x'),(2,2051,'master'),(2,2052,'20.x'),(2,2052,'master'),(2,2053,'20.x'),(2,2053,'master'),(2,2054,'20.x'),(2,2054,'master'),(2,2055,'20.x'),(2,2055,'master'),(2,2056,'20.x'),(2,2056,'master'),(2,2057,'20.x'),(2,2057,'master'),(2,2058,'20.x'),(2,2058,'master'),(2,2059,'20.x'),(2,2059,'master'),(2,2060,'20.x'),(2,2060,'master'),(2,2061,'20.x'),(2,2061,'master'),(2,2062,'20.x'),(2,2062,'master'),(2,2063,'20.x'),(2,2063,'master'),(2,2064,'20.x'),(2,2064,'master'),(2,2065,'20.x'),(2,2065,'master'),(2,2066,'20.x'),(2,2066,'master'),(2,2067,'20.x'),(2,2067,'master'),(2,2068,'20.x'),(2,2068,'master'),(2,2069,'20.x'),(2,2069,'master'),(2,2070,'20.x'),(2,2070,'master'),(2,2071,'20.x'),(2,2071,'master'),(2,2072,'20.x'),(2,2072,'master'),(2,2073,'20.x'),(2,2073,'master'),(2,2074,'20.x'),(2,2074,'master'),(2,2075,'20.x'),(2,2075,'master'),(2,2076,'20.x'),(2,2076,'master'),(2,2077,'20.x'),(2,2077,'master'),(2,2078,'20.x'),(2,2078,'master'),(2,2079,'20.x'),(2,2079,'master'),(2,2080,'20.x'),(2,2080,'master'),(2,2081,'20.x'),(2,2081,'master'),(2,2082,'20.x'),(2,2082,'master'),(2,2083,'20.x'),(2,2083,'master'),(2,2084,'20.x'),(2,2084,'master'),(2,2085,'20.x'),(2,2085,'master'),(2,2086,'20.x'),(2,2086,'master'),(2,2087,'20.x'),(2,2087,'master'),(2,2088,'20.x'),(2,2088,'master'),(2,2089,'20.x'),(2,2089,'master'),(2,2090,'20.x'),(2,2090,'master'),(2,2091,'20.x'),(2,2091,'master'),(2,2092,'20.x'),(2,2092,'master'),(2,2093,'20.x'),(2,2093,'master'),(2,2094,'20.x'),(2,2094,'master'),(2,2095,'20.x'),(2,2095,'master'),(2,2096,'20.x'),(2,2096,'master'),(2,2097,'20.x'),(2,2097,'master'),(2,2098,'20.x'),(2,2098,'master'),(2,2099,'20.x'),(2,2099,'master'),(2,2100,'20.x'),(2,2100,'master'),(2,2101,'20.x'),(2,2101,'master'),(2,2102,'20.x'),(2,2102,'master'),(2,2103,'20.x'),(2,2103,'master'),(2,2104,'20.x'),(2,2104,'master'),(2,2105,'20.x'),(2,2105,'master'),(2,2106,'20.x'),(2,2106,'master'),(2,2107,'20.x'),(2,2107,'master'),(2,2108,'20.x'),(2,2108,'master'),(2,2109,'20.x'),(2,2109,'master'),(2,2110,'20.x'),(2,2110,'master'),(2,2111,'20.x'),(2,2111,'master'),(2,2112,'20.x'),(2,2112,'master'),(2,2113,'20.x'),(2,2113,'master'),(2,2114,'20.x'),(2,2114,'master'),(2,2115,'20.x'),(2,2115,'master'),(2,2116,'20.x'),(2,2116,'master'),(2,2117,'20.x'),(2,2117,'master'),(2,2118,'20.x'),(2,2118,'master'),(2,2119,'20.x'),(2,2119,'master'),(2,2120,'20.x'),(2,2120,'master'),(2,2121,'20.x'),(2,2121,'master'),(2,2122,'20.x'),(2,2122,'master'),(2,2123,'20.x'),(2,2123,'master'),(2,2124,'20.x'),(2,2124,'master'),(2,2125,'20.x'),(2,2125,'master'),(2,2126,'20.x'),(2,2126,'master'),(2,2127,'20.x'),(2,2127,'master'),(2,2128,'20.x'),(2,2128,'master'),(2,2129,'20.x'),(2,2129,'master'),(2,2130,'20.x'),(2,2130,'master'),(2,2131,'20.x'),(2,2131,'master'),(2,2132,'20.x'),(2,2132,'master'),(2,2133,'20.x'),(2,2133,'master'),(2,2134,'20.x'),(2,2134,'master'),(2,2135,'20.x'),(2,2135,'master'),(2,2136,'20.x'),(2,2136,'master'),(2,2137,'20.x'),(2,2137,'master'),(2,2138,'20.x'),(2,2138,'master'),(2,2139,'20.x'),(2,2139,'master'),(2,2140,'20.x'),(2,2140,'master'),(2,2141,'20.x'),(2,2141,'master'),(2,2142,'20.x'),(2,2142,'master'),(2,2143,'20.x'),(2,2143,'master'),(2,2144,'20.x'),(2,2144,'master'),(2,2145,'20.x'),(2,2145,'master'),(2,2146,'20.x'),(2,2146,'master'),(2,2147,'20.x'),(2,2147,'master'),(2,2148,'20.x'),(2,2148,'master'),(2,2149,'20.x'),(2,2149,'master'),(2,2150,'20.x'),(2,2150,'master'),(2,2151,'20.x'),(2,2151,'master'),(2,2152,'20.x'),(2,2152,'master'),(2,2153,'20.x'),(2,2153,'master'),(2,2154,'20.x'),(2,2154,'master'),(2,2155,'20.x'),(2,2155,'master'),(2,2156,'20.x'),(2,2156,'master'),(2,2157,'20.x'),(2,2157,'master'),(2,2158,'20.x'),(2,2158,'master'),(2,2159,'20.x'),(2,2159,'master'),(2,2160,'20.x'),(2,2160,'master'),(2,2161,'20.x'),(2,2161,'master'),(2,2162,'20.x'),(2,2162,'master'),(2,2163,'20.x'),(2,2163,'master'),(2,2164,'20.x'),(2,2164,'master'),(2,2165,'20.x'),(2,2165,'master'),(2,2166,'20.x'),(2,2166,'master'),(2,2167,'20.x'),(2,2167,'master'),(2,2168,'20.x'),(2,2168,'master'),(2,2169,'20.x'),(2,2169,'master'),(2,2170,'20.x'),(2,2170,'master'),(2,2171,'20.x'),(2,2171,'master'),(2,2172,'20.x'),(2,2172,'master'),(2,2173,'20.x'),(2,2173,'master'),(2,2174,'20.x'),(2,2174,'master'),(2,2175,'20.x'),(2,2175,'master'),(2,2176,'20.x'),(2,2176,'master'),(2,2177,'20.x'),(2,2177,'master'),(2,2178,'20.x'),(2,2178,'master'),(2,2179,'20.x'),(2,2179,'master'),(2,2180,'20.x'),(2,2180,'master'),(2,2181,'20.x'),(2,2181,'master'),(2,2182,'20.x'),(2,2182,'master'),(2,2183,'20.x'),(2,2183,'master'),(2,2184,'20.x'),(2,2184,'master'),(2,2185,'20.x'),(2,2185,'master'),(2,2186,'20.x'),(2,2186,'master'),(2,2187,'20.x'),(2,2187,'master'),(2,2188,'20.x'),(2,2188,'master'),(2,2189,'20.x'),(2,2189,'master'),(2,2190,'20.x'),(2,2190,'master'),(2,2191,'20.x'),(2,2191,'master'),(2,2192,'20.x'),(2,2192,'master'),(2,2193,'20.x'),(2,2193,'master'),(2,2194,'20.x'),(2,2194,'master'),(2,2195,'20.x'),(2,2195,'master'),(2,2196,'20.x'),(2,2196,'master'),(2,2197,'20.x'),(2,2197,'master'),(2,2198,'20.x'),(2,2198,'master'),(2,2199,'20.x'),(2,2199,'master'),(2,2200,'20.x'),(2,2200,'master'),(2,2201,'20.x'),(2,2201,'master'),(2,2202,'20.x'),(2,2202,'master'),(2,2203,'20.x'),(2,2203,'master'),(2,2204,'20.x'),(2,2204,'master'),(2,2205,'20.x'),(2,2205,'master'),(2,2206,'20.x'),(2,2206,'master'),(2,2207,'20.x'),(2,2207,'master'),(2,2208,'20.x'),(2,2208,'master'),(2,2209,'20.x'),(2,2209,'master'),(2,2210,'20.x'),(2,2210,'master'),(2,2211,'20.x'),(2,2211,'master'),(2,2212,'20.x'),(2,2212,'master'),(2,2213,'20.x'),(2,2213,'master'),(2,2214,'20.x'),(2,2214,'master'),(2,2215,'20.x'),(2,2215,'master'),(2,2216,'20.x'),(2,2216,'master'),(2,2217,'20.x'),(2,2217,'master'),(2,2218,'20.x'),(2,2218,'master'),(2,2219,'20.x'),(2,2219,'master'),(2,2220,'20.x'),(2,2220,'master'),(2,2221,'20.x'),(2,2221,'master'),(2,2222,'20.x'),(2,2222,'master'),(2,2223,'20.x'),(2,2223,'master'),(2,2224,'20.x'),(2,2224,'master'),(2,2225,'20.x'),(2,2225,'master'),(2,2226,'20.x'),(2,2226,'master'),(2,2227,'20.x'),(2,2227,'master'),(2,2228,'20.x'),(2,2228,'master'),(2,2229,'20.x'),(2,2229,'master'),(2,2230,'20.x'),(2,2230,'master'),(2,2231,'20.x'),(2,2231,'master'),(2,2232,'20.x'),(2,2232,'master'),(2,2233,'20.x'),(2,2233,'master'),(2,2234,'20.x'),(2,2234,'master'),(2,2235,'20.x'),(2,2235,'master'),(2,2236,'20.x'),(2,2236,'master'),(2,2237,'20.x'),(2,2237,'master'),(2,2238,'20.x'),(2,2238,'master'),(2,2239,'20.x'),(2,2239,'master'),(2,2240,'20.x'),(2,2240,'master'),(2,2241,'20.x'),(2,2241,'master'),(2,2242,'20.x'),(2,2242,'master'),(2,2243,'20.x'),(2,2243,'master'),(2,2244,'20.x'),(2,2244,'master'),(2,2245,'20.x'),(2,2245,'master'),(2,2246,'20.x'),(2,2246,'master'),(2,2247,'20.x'),(2,2247,'master'),(2,2248,'20.x'),(2,2248,'master'),(2,2249,'20.x'),(2,2249,'master'),(2,2250,'20.x'),(2,2250,'master'),(2,2251,'20.x'),(2,2251,'master'),(2,2252,'20.x'),(2,2252,'master'),(2,2253,'20.x'),(2,2253,'master'),(2,2254,'20.x'),(2,2254,'master'),(2,2255,'20.x'),(2,2255,'master'),(2,2256,'20.x'),(2,2256,'master'),(2,2257,'20.x'),(2,2257,'master'),(2,2258,'20.x'),(2,2258,'master'),(2,2259,'20.x'),(2,2259,'master'),(2,2260,'20.x'),(2,2260,'master'),(2,2261,'20.x'),(2,2261,'master'),(2,2262,'20.x'),(2,2262,'master'),(2,2263,'20.x'),(2,2263,'master'),(2,2264,'20.x'),(2,2264,'master'),(2,2265,'20.x'),(2,2265,'master'),(2,2266,'20.x'),(2,2266,'master'),(2,2267,'20.x'),(2,2267,'master'),(2,2268,'20.x'),(2,2268,'master'),(2,2269,'20.x'),(2,2269,'master'),(2,2270,'20.x'),(2,2270,'master'),(2,2271,'20.x'),(2,2271,'master'),(2,2272,'20.x'),(2,2272,'master'),(2,2273,'20.x'),(2,2273,'master'),(2,2274,'20.x'),(2,2274,'master'),(2,2275,'20.x'),(2,2275,'master'),(2,2276,'20.x'),(2,2276,'master'),(2,2277,'20.x'),(2,2277,'master'),(2,2278,'20.x'),(2,2278,'master'),(2,2279,'20.x'),(2,2279,'master'),(2,2280,'20.x'),(2,2280,'master'),(2,2281,'20.x'),(2,2281,'master'),(2,2282,'20.x'),(2,2282,'master'),(2,2283,'20.x'),(2,2283,'master'),(2,2284,'20.x'),(2,2284,'master'),(2,2285,'20.x'),(2,2285,'master'),(2,2286,'20.x'),(2,2286,'master'),(2,2287,'20.x'),(2,2287,'master'),(2,2288,'20.x'),(2,2288,'master'),(2,2289,'20.x'),(2,2289,'master'),(2,2290,'20.x'),(2,2290,'master'),(2,2291,'20.x'),(2,2291,'master'),(2,2292,'20.x'),(2,2292,'master'),(2,2293,'20.x'),(2,2293,'master'),(2,2294,'20.x'),(2,2294,'master'),(2,2295,'20.x'),(2,2295,'master'),(2,2296,'20.x'),(2,2296,'master'),(2,2297,'20.x'),(2,2297,'master'),(2,2298,'20.x'),(2,2298,'master'),(2,2299,'20.x'),(2,2299,'master'),(2,2300,'20.x'),(2,2300,'master'),(2,2301,'20.x'),(2,2301,'master'),(2,2302,'20.x'),(2,2302,'master'),(2,2303,'20.x'),(2,2303,'master'),(2,2304,'20.x'),(2,2304,'master'),(2,2305,'20.x'),(2,2305,'master'),(2,2306,'20.x'),(2,2306,'master'),(2,2307,'20.x'),(2,2307,'master'),(2,2308,'20.x'),(2,2308,'master'),(2,2309,'20.x'),(2,2309,'master'),(2,2310,'20.x'),(2,2310,'master'),(2,2311,'20.x'),(2,2311,'master'),(2,2312,'20.x'),(2,2312,'master'),(2,2313,'20.x'),(2,2313,'master'),(2,2314,'20.x'),(2,2314,'master'),(2,2315,'20.x'),(2,2315,'master'),(2,2316,'20.x'),(2,2316,'master'),(2,2317,'20.x'),(2,2317,'master'),(2,2318,'20.x'),(2,2318,'master'),(2,2319,'20.x'),(2,2319,'master'),(2,2320,'20.x'),(2,2320,'master'),(2,2321,'20.x'),(2,2321,'master'),(2,2322,'20.x'),(2,2322,'master'),(2,2323,'20.x'),(2,2323,'master'),(2,2324,'20.x'),(2,2324,'master'),(2,2325,'20.x'),(2,2325,'master'),(2,2326,'20.x'),(2,2326,'master'),(2,2327,'20.x'),(2,2327,'master'),(2,2328,'20.x'),(2,2328,'master'),(2,2329,'20.x'),(2,2329,'master'),(2,2330,'20.x'),(2,2330,'master'),(2,2331,'20.x'),(2,2331,'master'),(2,2332,'20.x'),(2,2332,'master'),(2,2333,'20.x'),(2,2333,'master'),(2,2334,'20.x'),(2,2334,'master'),(2,2335,'20.x'),(2,2335,'master'),(2,2336,'20.x'),(2,2336,'master'),(2,2337,'20.x'),(2,2337,'master'),(2,2338,'20.x'),(2,2338,'master'),(2,2339,'20.x'),(2,2339,'master'),(2,2340,'20.x'),(2,2340,'master'),(2,2341,'20.x'),(2,2341,'master'),(2,2342,'20.x'),(2,2342,'master'),(2,2343,'20.x'),(2,2343,'master'),(2,2344,'20.x'),(2,2344,'master'),(2,2345,'20.x'),(2,2345,'master'),(2,2346,'20.x'),(2,2346,'master'),(2,2347,'20.x'),(2,2347,'master'),(2,2348,'20.x'),(2,2348,'master'),(2,2349,'20.x'),(2,2349,'master'),(2,2350,'20.x'),(2,2350,'master'),(2,2351,'20.x'),(2,2351,'master'),(2,2352,'20.x'),(2,2352,'master'),(2,2353,'20.x'),(2,2353,'master'),(2,2354,'20.x'),(2,2354,'master'),(2,2355,'20.x'),(2,2355,'master'),(2,2356,'20.x'),(2,2356,'master'),(2,2357,'20.x'),(2,2357,'master'),(2,2358,'20.x'),(2,2358,'master'),(2,2359,'20.x'),(2,2359,'master'),(2,2360,'20.x'),(2,2360,'master'),(2,2361,'20.x'),(2,2361,'master'),(2,2362,'20.x'),(2,2362,'master'),(2,2363,'20.x'),(2,2363,'master'),(2,2364,'20.x'),(2,2364,'master'),(2,2365,'20.x'),(2,2365,'master'),(2,2366,'20.x'),(2,2366,'master'),(2,2367,'20.x'),(2,2367,'master'),(2,2368,'20.x'),(2,2368,'master'),(2,2369,'20.x'),(2,2369,'master'),(2,2370,'20.x'),(2,2370,'master'),(2,2371,'20.x'),(2,2371,'master'),(2,2372,'20.x'),(2,2372,'master'),(2,2373,'20.x'),(2,2373,'master'),(2,2374,'20.x'),(2,2374,'master'),(2,2375,'20.x'),(2,2375,'master'),(2,2376,'20.x'),(2,2376,'master'),(2,2377,'20.x'),(2,2377,'master'),(2,2378,'20.x'),(2,2378,'master'),(2,2379,'20.x'),(2,2379,'master'),(2,2380,'20.x'),(2,2380,'master'),(2,2381,'20.x'),(2,2381,'master'),(2,2382,'20.x'),(2,2382,'master'),(2,2383,'20.x'),(2,2383,'master'),(2,2384,'20.x'),(2,2384,'master'),(2,2385,'20.x'),(2,2385,'master'),(2,2386,'20.x'),(2,2386,'master'),(2,2387,'20.x'),(2,2387,'master'),(2,2388,'20.x'),(2,2388,'master'),(2,2389,'20.x'),(2,2389,'master'),(2,2390,'20.x'),(2,2390,'master'),(2,2391,'20.x'),(2,2391,'master'),(2,2392,'20.x'),(2,2392,'master'),(2,2393,'20.x'),(2,2393,'master'),(2,2394,'20.x'),(2,2394,'master'),(2,2395,'20.x'),(2,2395,'master'),(2,2396,'20.x'),(2,2396,'master'),(2,2397,'20.x'),(2,2397,'master'),(2,2398,'20.x'),(2,2398,'master'),(2,2399,'20.x'),(2,2399,'master'),(2,2400,'20.x'),(2,2400,'master'),(2,2401,'20.x'),(2,2401,'master'),(2,2402,'20.x'),(2,2402,'master'),(2,2403,'20.x'),(2,2403,'master'),(2,2404,'20.x'),(2,2404,'master'),(2,2405,'20.x'),(2,2405,'master'),(2,2406,'20.x'),(2,2406,'master'),(2,2407,'20.x'),(2,2407,'master'),(2,2408,'20.x'),(2,2408,'master'),(2,2409,'20.x'),(2,2409,'master'),(2,2410,'20.x'),(2,2410,'master'),(2,2411,'20.x'),(2,2411,'master'),(2,2412,'20.x'),(2,2412,'master'),(2,2413,'20.x'),(2,2413,'master'),(2,2414,'20.x'),(2,2414,'master'),(2,2415,'20.x'),(2,2415,'master'),(2,2416,'20.x'),(2,2416,'master'),(2,2417,'20.x'),(2,2417,'master'),(2,2418,'20.x'),(2,2418,'master'),(2,2419,'20.x'),(2,2419,'master'),(2,2420,'20.x'),(2,2420,'master'),(2,2421,'20.x'),(2,2421,'master'),(2,2422,'20.x'),(2,2422,'master'),(2,2423,'20.x'),(2,2423,'master'),(2,2424,'20.x'),(2,2424,'master'),(2,2425,'20.x'),(2,2425,'master'),(2,2426,'20.x'),(2,2426,'master'),(2,2427,'20.x'),(2,2427,'master'),(2,2428,'20.x'),(2,2428,'master'),(2,2429,'20.x'),(2,2429,'master'),(2,2430,'20.x'),(2,2430,'master'),(2,2431,'20.x'),(2,2431,'master'),(2,2432,'20.x'),(2,2432,'master'),(2,2433,'20.x'),(2,2433,'master'),(2,2434,'20.x'),(2,2434,'master'),(2,2435,'20.x'),(2,2435,'master'),(2,2436,'20.x'),(2,2436,'master'),(2,2437,'20.x'),(2,2437,'master'),(2,2438,'20.x'),(2,2438,'master'),(2,2439,'20.x'),(2,2439,'master'),(2,2440,'20.x'),(2,2440,'master'),(2,2441,'20.x'),(2,2441,'master'),(2,2442,'20.x'),(2,2442,'master'),(2,2443,'20.x'),(2,2443,'master'),(2,2444,'20.x'),(2,2444,'master'),(2,2445,'20.x'),(2,2445,'master'),(2,2446,'20.x'),(2,2446,'master'),(2,2447,'20.x'),(2,2447,'master'),(2,2448,'20.x'),(2,2448,'master'),(2,2449,'20.x'),(2,2449,'master'),(2,2450,'20.x'),(2,2450,'master'),(2,2451,'20.x'),(2,2451,'master'),(2,2452,'20.x'),(2,2452,'master'),(2,2453,'20.x'),(2,2453,'master'),(2,2454,'20.x'),(2,2454,'master'),(2,2455,'20.x'),(2,2455,'master'),(2,2456,'20.x'),(2,2456,'master'),(2,2457,'20.x'),(2,2457,'master'),(2,2458,'20.x'),(2,2458,'master'),(2,2459,'20.x'),(2,2459,'master'),(2,2460,'20.x'),(2,2460,'master'),(2,2461,'20.x'),(2,2461,'master'),(2,2462,'20.x'),(2,2462,'master'),(2,2463,'20.x'),(2,2463,'master'),(2,2464,'20.x'),(2,2464,'master'),(2,2465,'20.x'),(2,2465,'master'),(2,2466,'20.x'),(2,2466,'master'),(2,2467,'20.x'),(2,2467,'master'),(2,2468,'20.x'),(2,2468,'master'),(2,2469,'20.x'),(2,2469,'master'),(2,2470,'20.x'),(2,2470,'master'),(2,2471,'20.x'),(2,2471,'master'),(2,2472,'20.x'),(2,2472,'master'),(2,2473,'20.x'),(2,2473,'master'),(2,2474,'20.x'),(2,2474,'master'),(2,2475,'20.x'),(2,2475,'master'),(2,2476,'20.x'),(2,2476,'master'),(2,2477,'20.x'),(2,2477,'master'),(2,2478,'20.x'),(2,2478,'master'),(2,2479,'20.x'),(2,2479,'master'),(2,2480,'20.x'),(2,2480,'master'),(2,2481,'20.x'),(2,2481,'master'),(2,2482,'20.x'),(2,2482,'master'),(2,2483,'20.x'),(2,2483,'master'),(2,2484,'20.x'),(2,2484,'master'),(2,2485,'20.x'),(2,2485,'master'),(2,2486,'20.x'),(2,2486,'master'),(2,2487,'20.x'),(2,2487,'master'),(2,2488,'20.x'),(2,2488,'master'),(2,2489,'20.x'),(2,2489,'master'),(2,2490,'20.x'),(2,2490,'master'),(2,2491,'20.x'),(2,2491,'master'),(2,2492,'20.x'),(2,2492,'master'),(2,2493,'20.x'),(2,2493,'master'),(2,2494,'20.x'),(2,2494,'master'),(2,2495,'20.x'),(2,2495,'master'),(2,2496,'20.x'),(2,2496,'master'),(2,2497,'20.x'),(2,2497,'master'),(2,2498,'20.x'),(2,2498,'master'),(2,2499,'20.x'),(2,2499,'master'),(2,2500,'20.x'),(2,2500,'master'),(2,2501,'20.x'),(2,2501,'master'),(2,2502,'20.x'),(2,2502,'master'),(2,2503,'20.x'),(2,2503,'master'),(2,2504,'20.x'),(2,2504,'master'),(2,2505,'20.x'),(2,2505,'master'),(2,2506,'20.x'),(2,2506,'master'),(2,2507,'20.x'),(2,2507,'master'),(2,2508,'20.x'),(2,2508,'master'),(2,2509,'20.x'),(2,2509,'master'),(2,2510,'20.x'),(2,2510,'master'),(2,2511,'20.x'),(2,2511,'master'),(2,2512,'20.x'),(2,2512,'master'),(2,2513,'20.x'),(2,2513,'master'),(2,2514,'20.x'),(2,2514,'master'),(2,2515,'20.x'),(2,2515,'master'),(2,2516,'20.x'),(2,2516,'master'),(2,2517,'20.x'),(2,2517,'master'),(2,2518,'20.x'),(2,2518,'master'),(2,2519,'20.x'),(2,2519,'master'),(2,2520,'20.x'),(2,2520,'master'),(2,2521,'20.x'),(2,2521,'master'),(2,2522,'20.x'),(2,2522,'master'),(2,2523,'20.x'),(2,2523,'master'),(2,2524,'20.x'),(2,2524,'master'),(2,2525,'20.x'),(2,2525,'master'),(2,2526,'20.x'),(2,2526,'master'),(2,2527,'20.x'),(2,2527,'master'),(2,2528,'20.x'),(2,2528,'master'),(2,2529,'20.x'),(2,2529,'master'),(2,2530,'20.x'),(2,2530,'master'),(2,2531,'20.x'),(2,2531,'master'),(2,2532,'20.x'),(2,2532,'master'),(2,2533,'20.x'),(2,2533,'master'),(2,2534,'20.x'),(2,2534,'master'),(2,2535,'20.x'),(2,2535,'master'),(2,2536,'20.x'),(2,2536,'master'),(2,2537,'20.x'),(2,2537,'master'),(2,2538,'20.x'),(2,2538,'master'),(2,2539,'20.x'),(2,2539,'master'),(2,2540,'20.x'),(2,2540,'master'),(2,2541,'20.x'),(2,2541,'master'),(2,2542,'20.x'),(2,2542,'master'),(2,2543,'20.x'),(2,2543,'master'),(2,2544,'20.x'),(2,2544,'master'),(2,2545,'20.x'),(2,2545,'master'),(2,2546,'20.x'),(2,2546,'master'),(2,2547,'20.x'),(2,2547,'master'),(2,2548,'20.x'),(2,2548,'master'),(2,2549,'20.x'),(2,2549,'master'),(2,2550,'20.x'),(2,2550,'master'),(2,2551,'20.x'),(2,2551,'master'),(2,2552,'20.x'),(2,2552,'master'),(2,2553,'20.x'),(2,2553,'master'),(2,2554,'20.x'),(2,2554,'master'),(2,2555,'20.x'),(2,2555,'master'),(2,2556,'20.x'),(2,2556,'master'),(2,2557,'20.x'),(2,2557,'master'),(2,2558,'20.x'),(2,2558,'master'),(2,2559,'20.x'),(2,2559,'master'),(2,2560,'20.x'),(2,2560,'master'),(2,2561,'20.x'),(2,2561,'master'),(2,2562,'20.x'),(2,2562,'master'),(2,2563,'20.x'),(2,2563,'master'),(2,2564,'20.x'),(2,2564,'master'),(2,2565,'20.x'),(2,2565,'master'),(2,2566,'20.x'),(2,2566,'master'),(2,2567,'20.x'),(2,2567,'master'),(2,2568,'20.x'),(2,2568,'master'),(2,2569,'20.x'),(2,2569,'master'),(2,2570,'20.x'),(2,2570,'master'),(2,2571,'20.x'),(2,2571,'master'),(2,2572,'20.x'),(2,2572,'master'),(2,2573,'20.x'),(2,2573,'master'),(2,2574,'20.x'),(2,2574,'master'),(2,2575,'20.x'),(2,2575,'master'),(2,2576,'20.x'),(2,2576,'master'),(2,2577,'20.x'),(2,2577,'master'),(2,2578,'20.x'),(2,2578,'master'),(2,2579,'20.x'),(2,2579,'master'),(2,2580,'20.x'),(2,2580,'master'),(2,2581,'20.x'),(2,2581,'master'),(2,2582,'20.x'),(2,2582,'master'),(2,2583,'20.x'),(2,2583,'master'),(2,2584,'20.x'),(2,2584,'master'),(2,2585,'20.x'),(2,2585,'master'),(2,2586,'20.x'),(2,2586,'master'),(2,2587,'20.x'),(2,2587,'master'),(2,2588,'20.x'),(2,2588,'master'),(2,2589,'20.x'),(2,2589,'master'),(2,2590,'20.x'),(2,2590,'master'),(2,2591,'20.x'),(2,2591,'master'),(2,2592,'20.x'),(2,2592,'master'),(2,2593,'20.x'),(2,2593,'master'),(2,2594,'20.x'),(2,2594,'master'),(2,2595,'20.x'),(2,2595,'master'),(2,2596,'20.x'),(2,2596,'master'),(2,2597,'20.x'),(2,2597,'master'),(2,2598,'20.x'),(2,2598,'master'),(2,2599,'20.x'),(2,2599,'master'),(2,2600,'20.x'),(2,2600,'master'),(2,2601,'20.x'),(2,2601,'master'),(2,2602,'20.x'),(2,2602,'master'),(2,2603,'20.x'),(2,2603,'master'),(2,2604,'20.x'),(2,2604,'master'),(2,2605,'20.x'),(2,2605,'master'),(2,2606,'20.x'),(2,2606,'master'),(2,2607,'20.x'),(2,2607,'master'),(2,2608,'20.x'),(2,2608,'master'),(2,2609,'20.x'),(2,2609,'master'),(2,2610,'20.x'),(2,2610,'master'),(2,2611,'20.x'),(2,2611,'master'),(2,2612,'20.x'),(2,2612,'master'),(2,2613,'20.x'),(2,2613,'master'),(2,2614,'20.x'),(2,2614,'master'),(2,2615,'20.x'),(2,2615,'master'),(2,2616,'20.x'),(2,2616,'master'),(2,2617,'20.x'),(2,2617,'master'),(2,2618,'20.x'),(2,2618,'master'),(2,2619,'20.x'),(2,2619,'master'),(2,2620,'20.x'),(2,2620,'master'),(2,2621,'20.x'),(2,2621,'master'),(2,2622,'20.x'),(2,2622,'master'),(2,2623,'20.x'),(2,2623,'master'),(2,2624,'20.x'),(2,2624,'master'),(2,2625,'20.x'),(2,2625,'master'),(2,2626,'20.x'),(2,2626,'master'),(2,2627,'20.x'),(2,2627,'master'),(2,2628,'20.x'),(2,2628,'master'),(2,2629,'20.x'),(2,2629,'master'),(2,2630,'20.x'),(2,2630,'master'),(2,2631,'20.x'),(2,2631,'master'),(2,2632,'20.x'),(2,2632,'master'),(2,2633,'20.x'),(2,2633,'master'),(2,2634,'20.x'),(2,2634,'master'),(2,2635,'20.x'),(2,2635,'master'),(2,2636,'20.x'),(2,2636,'master'),(2,2637,'20.x'),(2,2637,'master'),(2,2638,'20.x'),(2,2638,'master'),(2,2639,'20.x'),(2,2639,'master'),(2,2640,'20.x'),(2,2640,'master'),(2,2641,'20.x'),(2,2641,'master'),(2,2642,'20.x'),(2,2642,'master'),(2,2643,'20.x'),(2,2643,'master'),(2,2644,'20.x'),(2,2644,'master'),(2,2645,'20.x'),(2,2645,'master'),(2,2646,'20.x'),(2,2646,'master'),(2,2647,'20.x'),(2,2647,'master'),(2,2648,'20.x'),(2,2648,'master'),(2,2649,'20.x'),(2,2649,'master'),(2,2650,'20.x'),(2,2650,'master'),(2,2651,'20.x'),(2,2651,'master'),(2,2652,'20.x'),(2,2652,'master'),(2,2653,'20.x'),(2,2653,'master'),(2,2654,'20.x'),(2,2654,'master'),(2,2655,'20.x'),(2,2655,'master'),(2,2656,'20.x'),(2,2656,'master'),(2,2657,'20.x'),(2,2657,'master'),(2,2658,'20.x'),(2,2658,'master'),(2,2659,'20.x'),(2,2659,'master'),(2,2660,'20.x'),(2,2660,'master'),(2,2661,'20.x'),(2,2661,'master'),(2,2662,'20.x'),(2,2662,'master'),(2,2663,'20.x'),(2,2663,'master'),(2,2664,'20.x'),(2,2664,'master'),(2,2665,'20.x'),(2,2665,'master'),(2,2666,'20.x'),(2,2666,'master'),(2,2667,'20.x'),(2,2667,'master'),(2,2668,'20.x'),(2,2668,'master'),(2,2669,'20.x'),(2,2669,'master'),(2,2670,'20.x'),(2,2670,'master'),(2,2671,'20.x'),(2,2671,'master'),(2,2672,'20.x'),(2,2672,'master'),(2,2673,'20.x'),(2,2673,'master'),(2,2674,'20.x'),(2,2674,'master'),(2,2675,'20.x'),(2,2675,'master'),(2,2676,'20.x'),(2,2676,'master'),(2,2677,'20.x'),(2,2677,'master'),(2,2678,'20.x'),(2,2678,'master'),(2,2679,'20.x'),(2,2679,'master'),(2,2680,'20.x'),(2,2680,'master'),(2,2681,'20.x'),(2,2681,'master'),(2,2682,'20.x'),(2,2682,'master'),(2,2683,'20.x'),(2,2683,'master'),(2,2684,'20.x'),(2,2684,'master'),(2,2685,'20.x'),(2,2685,'master'),(2,2686,'20.x'),(2,2686,'master'),(2,2687,'20.x'),(2,2687,'master'),(2,2688,'20.x'),(2,2688,'master'),(2,2689,'20.x'),(2,2689,'master'),(2,2690,'20.x'),(2,2690,'master'),(2,2691,'20.x'),(2,2691,'master'),(2,2692,'20.x'),(2,2692,'master'),(2,2693,'20.x'),(2,2693,'master'),(2,2694,'20.x'),(2,2694,'master'),(2,2695,'20.x'),(2,2695,'master'),(2,2696,'20.x'),(2,2696,'master'),(2,2697,'20.x'),(2,2697,'master'),(2,2698,'20.x'),(2,2698,'master'),(2,2699,'20.x'),(2,2699,'master'),(2,2700,'20.x'),(2,2700,'master'),(2,2701,'20.x'),(2,2701,'master'),(2,2702,'20.x'),(2,2702,'master'),(2,2703,'20.x'),(2,2703,'master'),(2,2704,'20.x'),(2,2704,'master'),(2,2705,'20.x'),(2,2705,'master'),(2,2706,'20.x'),(2,2706,'master'),(2,2707,'20.x'),(2,2707,'master'),(2,2708,'20.x'),(2,2708,'master'),(2,2709,'20.x'),(2,2709,'master'),(2,2710,'20.x'),(2,2710,'master'),(2,2711,'20.x'),(2,2711,'master'),(2,2712,'20.x'),(2,2712,'master'),(2,2713,'20.x'),(2,2713,'master'),(2,2714,'20.x'),(2,2714,'master'),(2,2715,'20.x'),(2,2715,'master'),(2,2716,'20.x'),(2,2716,'master'),(2,2717,'20.x'),(2,2717,'master'),(2,2718,'20.x'),(2,2718,'master'),(2,2719,'20.x'),(2,2719,'master'),(2,2720,'20.x'),(2,2720,'master'),(2,2721,'20.x'),(2,2721,'master'),(2,2722,'20.x'),(2,2722,'master'),(2,2723,'20.x'),(2,2723,'master'),(2,2724,'20.x'),(2,2724,'master'),(2,2725,'20.x'),(2,2725,'master'),(2,2726,'20.x'),(2,2726,'master'),(2,2727,'20.x'),(2,2727,'master'),(2,2728,'20.x'),(2,2728,'master'),(2,2729,'20.x'),(2,2729,'master'),(2,2730,'20.x'),(2,2730,'master'),(2,2731,'20.x'),(2,2731,'master'),(2,2732,'20.x'),(2,2732,'master'),(2,2733,'20.x'),(2,2733,'master'),(2,2734,'20.x'),(2,2734,'master'),(2,2735,'20.x'),(2,2735,'master'),(2,2736,'20.x'),(2,2736,'master'),(2,2737,'20.x'),(2,2737,'master'),(2,2738,'20.x'),(2,2738,'master'),(2,2739,'20.x'),(2,2739,'master'),(2,2740,'20.x'),(2,2740,'master'),(2,2741,'20.x'),(2,2741,'master'),(2,2742,'20.x'),(2,2742,'master'),(2,2743,'20.x'),(2,2743,'master'),(2,2744,'20.x'),(2,2744,'master'),(2,2745,'20.x'),(2,2745,'master'),(2,2746,'20.x'),(2,2746,'master'),(2,2747,'20.x'),(2,2747,'master'),(2,2748,'20.x'),(2,2748,'master'),(2,2749,'20.x'),(2,2749,'master'),(2,2750,'20.x'),(2,2750,'master'),(2,2751,'20.x'),(2,2751,'master'),(2,2752,'20.x'),(2,2752,'master'),(2,2753,'20.x'),(2,2753,'master'),(2,2754,'20.x'),(2,2754,'master'),(2,2755,'20.x'),(2,2755,'master'),(2,2756,'20.x'),(2,2756,'master'),(2,2757,'20.x'),(2,2757,'master'),(2,2758,'20.x'),(2,2758,'master'),(2,2759,'20.x'),(2,2759,'master'),(2,2760,'20.x'),(2,2760,'master'),(2,2761,'20.x'),(2,2761,'master'),(2,2762,'20.x'),(2,2762,'master'),(2,2763,'20.x'),(2,2763,'master'),(2,2764,'20.x'),(2,2764,'master'),(2,2765,'20.x'),(2,2765,'master'),(2,2766,'20.x'),(2,2766,'master'),(2,2767,'20.x'),(2,2767,'master'),(2,2768,'20.x'),(2,2768,'master'),(2,2769,'20.x'),(2,2769,'master'),(2,2770,'20.x'),(2,2770,'master'),(2,2771,'20.x'),(2,2771,'master'),(2,2772,'20.x'),(2,2772,'master'),(2,2773,'20.x'),(2,2773,'master'),(2,2774,'20.x'),(2,2774,'master'),(2,2775,'20.x'),(2,2775,'master'),(2,2776,'20.x'),(2,2776,'master'),(2,2777,'20.x'),(2,2777,'master'),(2,2778,'20.x'),(2,2778,'master'),(2,2779,'20.x'),(2,2779,'master'),(2,2780,'20.x'),(2,2780,'master'),(2,2781,'20.x'),(2,2781,'master'),(2,2782,'20.x'),(2,2782,'master'),(2,2783,'20.x'),(2,2783,'master'),(2,2784,'20.x'),(2,2784,'master'),(2,2785,'20.x'),(2,2785,'master'),(2,2786,'20.x'),(2,2786,'master'),(2,2787,'20.x'),(2,2787,'master'),(2,2788,'20.x'),(2,2788,'master'),(2,2789,'20.x'),(2,2789,'master'),(2,2790,'20.x'),(2,2790,'master'),(2,2791,'20.x'),(2,2791,'master'),(2,2792,'20.x'),(2,2792,'master'),(2,2793,'20.x'),(2,2793,'master'),(2,2794,'20.x'),(2,2794,'master'),(2,2795,'20.x'),(2,2795,'master'),(2,2796,'20.x'),(2,2796,'master'),(2,2797,'20.x'),(2,2797,'master'),(2,2798,'20.x'),(2,2798,'master'),(2,2799,'20.x'),(2,2799,'master'),(2,2800,'20.x'),(2,2800,'master'),(2,2801,'20.x'),(2,2801,'master'),(2,2802,'20.x'),(2,2802,'master'),(2,2803,'20.x'),(2,2803,'master'),(2,2804,'20.x'),(2,2804,'master'),(2,2805,'20.x'),(2,2805,'master'),(2,2806,'20.x'),(2,2806,'master'),(2,2807,'20.x'),(2,2807,'master'),(2,2808,'20.x'),(2,2808,'master'),(2,2809,'20.x'),(2,2809,'master'),(2,2810,'20.x'),(2,2810,'master'),(2,2811,'20.x'),(2,2811,'master'),(2,2812,'20.x'),(2,2812,'master'),(2,2813,'20.x'),(2,2813,'master'),(2,2814,'20.x'),(2,2814,'master'),(2,2815,'20.x'),(2,2815,'master'),(2,2816,'20.x'),(2,2816,'master'),(2,2817,'20.x'),(2,2817,'master'),(2,2818,'20.x'),(2,2818,'master'),(2,2819,'20.x'),(2,2819,'master'),(2,2820,'20.x'),(2,2820,'master'),(2,2821,'20.x'),(2,2821,'master'),(2,2822,'20.x'),(2,2822,'master'),(2,2823,'20.x'),(2,2823,'master'),(2,2824,'20.x'),(2,2824,'master'),(2,2825,'20.x'),(2,2825,'master'),(2,2826,'20.x'),(2,2826,'master'),(2,2827,'20.x'),(2,2827,'master'),(2,2828,'20.x'),(2,2828,'master'),(2,2829,'20.x'),(2,2829,'master'),(2,2830,'20.x'),(2,2830,'master'),(2,2831,'20.x'),(2,2831,'master'),(2,2832,'20.x'),(2,2832,'master'),(2,2833,'20.x'),(2,2833,'master'),(2,2834,'20.x'),(2,2834,'master'),(2,2835,'20.x'),(2,2835,'master'),(2,2836,'20.x'),(2,2836,'master'),(2,2837,'20.x'),(2,2837,'master'),(2,2838,'20.x'),(2,2838,'master'),(2,2839,'20.x'),(2,2839,'master'),(2,2840,'20.x'),(2,2840,'master'),(2,2841,'20.x'),(2,2841,'master'),(2,2842,'20.x'),(2,2842,'master'),(2,2843,'20.x'),(2,2843,'master'),(2,2844,'20.x'),(2,2844,'master'),(2,2845,'20.x'),(2,2845,'master'),(2,2846,'20.x'),(2,2846,'master'),(2,2847,'20.x'),(2,2847,'master'),(2,2848,'20.x'),(2,2848,'master'),(2,2849,'20.x'),(2,2849,'master'),(2,2850,'20.x'),(2,2850,'master'),(2,2851,'20.x'),(2,2851,'master'),(2,2852,'20.x'),(2,2852,'master'),(2,2853,'20.x'),(2,2853,'master'),(2,2854,'20.x'),(2,2854,'master'),(2,2855,'20.x'),(2,2855,'master'),(2,2856,'20.x'),(2,2856,'master'),(2,2857,'20.x'),(2,2857,'master'),(2,2858,'20.x'),(2,2858,'master'),(2,2859,'20.x'),(2,2859,'master'),(2,2860,'20.x'),(2,2860,'master'),(2,2861,'20.x'),(2,2861,'master'),(2,2862,'20.x'),(2,2862,'master'),(2,2863,'20.x'),(2,2863,'master'),(2,2864,'20.x'),(2,2864,'master'),(2,2865,'20.x'),(2,2865,'master'),(2,2866,'20.x'),(2,2866,'master'),(2,2867,'20.x'),(2,2867,'master'),(2,2868,'20.x'),(2,2868,'master'),(2,2869,'20.x'),(2,2869,'master'),(2,2870,'20.x'),(2,2870,'master'),(2,2871,'20.x'),(2,2871,'master'),(2,2872,'20.x'),(2,2872,'master'),(2,2873,'20.x'),(2,2873,'master'),(2,2874,'20.x'),(2,2874,'master'),(2,2875,'20.x'),(2,2875,'master'),(2,2876,'20.x'),(2,2876,'master'),(2,2877,'20.x'),(2,2877,'master'),(2,2878,'20.x'),(2,2878,'master'),(2,2879,'20.x'),(2,2879,'master'),(2,2880,'20.x'),(2,2880,'master'),(2,2881,'20.x'),(2,2881,'master'),(2,2882,'20.x'),(2,2882,'master'),(2,2883,'20.x'),(2,2883,'master'),(2,2884,'20.x'),(2,2884,'master'),(2,2885,'20.x'),(2,2885,'master'),(2,2886,'20.x'),(2,2886,'master'),(2,2887,'20.x'),(2,2887,'master'),(2,2888,'20.x'),(2,2888,'master'),(2,2889,'20.x'),(2,2889,'master'),(2,2890,'20.x'),(2,2890,'master'),(2,2891,'20.x'),(2,2891,'master'),(2,2892,'20.x'),(2,2892,'master'),(2,2893,'20.x'),(2,2893,'master'),(2,2894,'20.x'),(2,2894,'master'),(2,2895,'20.x'),(2,2895,'master'),(2,2896,'20.x'),(2,2896,'master'),(2,2897,'20.x'),(2,2897,'master'),(2,2898,'20.x'),(2,2898,'master'),(2,2899,'20.x'),(2,2899,'master'),(2,2900,'20.x'),(2,2900,'master'),(2,2901,'20.x'),(2,2901,'master'),(2,2902,'20.x'),(2,2902,'master'),(2,2903,'20.x'),(2,2903,'master'),(2,2904,'20.x'),(2,2904,'master'),(2,2905,'20.x'),(2,2905,'master'),(2,2906,'20.x'),(2,2906,'master'),(2,2907,'20.x'),(2,2907,'master'),(2,2908,'20.x'),(2,2908,'master'),(2,2909,'20.x'),(2,2909,'master'),(2,2910,'20.x'),(2,2910,'master'),(2,2911,'20.x'),(2,2911,'master'),(2,2912,'20.x'),(2,2912,'master'),(2,2913,'20.x'),(2,2913,'master'),(2,2914,'20.x'),(2,2914,'master'),(2,2915,'20.x'),(2,2915,'master'),(2,2916,'20.x'),(2,2916,'master'),(2,2917,'20.x'),(2,2917,'master'),(2,2918,'20.x'),(2,2918,'master'),(2,2919,'20.x'),(2,2919,'master'),(2,2920,'20.x'),(2,2920,'master'),(2,2921,'20.x'),(2,2921,'master'),(2,2922,'20.x'),(2,2922,'master'),(2,2923,'20.x'),(2,2923,'master'),(2,2924,'20.x'),(2,2924,'master'),(2,2925,'20.x'),(2,2925,'master'),(2,2926,'20.x'),(2,2926,'master'),(2,2927,'20.x'),(2,2927,'master'),(2,2928,'20.x'),(2,2928,'master'),(2,2929,'20.x'),(2,2929,'master'),(2,2930,'20.x'),(2,2930,'master'),(2,2931,'20.x'),(2,2931,'master'),(2,2932,'20.x'),(2,2932,'master'),(2,2933,'20.x'),(2,2933,'master'),(2,2934,'20.x'),(2,2934,'master'),(2,2935,'20.x'),(2,2935,'master'),(2,2936,'20.x'),(2,2936,'master'),(2,2937,'20.x'),(2,2937,'master'),(2,2938,'20.x'),(2,2938,'master'),(2,2939,'20.x'),(2,2939,'master'),(2,2940,'20.x'),(2,2940,'master'),(2,2941,'20.x'),(2,2941,'master'),(2,2942,'20.x'),(2,2942,'master'),(2,2943,'20.x'),(2,2943,'master'),(2,2944,'20.x'),(2,2944,'master'),(2,2945,'20.x'),(2,2945,'master'),(2,2946,'20.x'),(2,2946,'master'),(2,2947,'20.x'),(2,2947,'master'),(2,2948,'20.x'),(2,2948,'master'),(2,2949,'20.x'),(2,2949,'master'),(2,2950,'20.x'),(2,2950,'master'),(2,2951,'20.x'),(2,2951,'master'),(2,2952,'20.x'),(2,2952,'master'),(2,2953,'20.x'),(2,2953,'master'),(2,2954,'20.x'),(2,2954,'master'),(2,2955,'20.x'),(2,2955,'master'),(2,2956,'20.x'),(2,2956,'master'),(2,2957,'20.x'),(2,2957,'master'),(2,2958,'20.x'),(2,2958,'master'),(2,2959,'20.x'),(2,2959,'master'),(2,2960,'20.x'),(2,2960,'master'),(2,2961,'20.x'),(2,2961,'master'),(2,2962,'20.x'),(2,2962,'master'),(2,2963,'20.x'),(2,2963,'master'),(2,2964,'20.x'),(2,2964,'master'),(2,2965,'20.x'),(2,2965,'master'),(2,2966,'20.x'),(2,2966,'master'),(2,2967,'20.x'),(2,2967,'master'),(2,2968,'20.x'),(2,2968,'master'),(2,2969,'20.x'),(2,2969,'master'),(2,2970,'20.x'),(2,2970,'master'),(2,2971,'20.x'),(2,2971,'master'),(2,2972,'20.x'),(2,2972,'master'),(2,2973,'20.x'),(2,2973,'master'),(2,2974,'20.x'),(2,2974,'master'),(2,2975,'20.x'),(2,2975,'master'),(2,2976,'20.x'),(2,2976,'master'),(2,2977,'20.x'),(2,2977,'master'),(2,2978,'20.x'),(2,2978,'master'),(2,2979,'20.x'),(2,2979,'master'),(2,2980,'20.x'),(2,2980,'master'),(2,2981,'20.x'),(2,2981,'master'),(2,2982,'20.x'),(2,2982,'master'),(2,2983,'20.x'),(2,2983,'master'),(2,2984,'20.x'),(2,2984,'master'),(2,2985,'20.x'),(2,2985,'master'),(2,2986,'20.x'),(2,2986,'master'),(2,2987,'20.x'),(2,2987,'master'),(2,2988,'20.x'),(2,2988,'master'),(2,2989,'20.x'),(2,2989,'master'),(2,2990,'20.x'),(2,2990,'master'),(2,2991,'20.x'),(2,2991,'master'),(2,2992,'20.x'),(2,2992,'master'),(2,2993,'20.x'),(2,2993,'master'),(2,2994,'20.x'),(2,2994,'master'),(2,2995,'20.x'),(2,2995,'master'),(2,2996,'20.x'),(2,2996,'master'),(2,2997,'20.x'),(2,2997,'master'),(2,2998,'20.x'),(2,2998,'master'),(2,2999,'20.x'),(2,2999,'master'),(2,3000,'20.x'),(2,3000,'master'),(2,3001,'20.x'),(2,3001,'master'),(2,3002,'20.x'),(2,3002,'master'),(2,3003,'20.x'),(2,3003,'master'),(2,3004,'20.x'),(2,3004,'master'),(2,3005,'20.x'),(2,3005,'master'),(2,3006,'20.x'),(2,3006,'master'),(2,3007,'20.x'),(2,3007,'master'),(2,3008,'20.x'),(2,3008,'master'),(2,3009,'20.x'),(2,3009,'master'),(2,3010,'20.x'),(2,3010,'master'),(2,3011,'20.x'),(2,3011,'master'),(2,3012,'20.x'),(2,3012,'master'),(2,3013,'20.x'),(2,3013,'master'),(2,3014,'20.x'),(2,3014,'master'),(2,3015,'20.x'),(2,3015,'master'),(2,3016,'20.x'),(2,3016,'master'),(2,3017,'20.x'),(2,3017,'master'),(2,3018,'20.x'),(2,3018,'master'),(2,3019,'20.x'),(2,3019,'master'),(2,3020,'20.x'),(2,3020,'master'),(2,3021,'20.x'),(2,3021,'master'),(2,3022,'20.x'),(2,3022,'master'),(2,3023,'20.x'),(2,3023,'master'),(2,3024,'20.x'),(2,3024,'master'),(2,3025,'20.x'),(2,3025,'master'),(2,3026,'20.x'),(2,3026,'master'),(2,3027,'20.x'),(2,3027,'master'),(2,3028,'20.x'),(2,3028,'master'),(2,3029,'20.x'),(2,3029,'master'),(2,3030,'20.x'),(2,3030,'master'),(2,3031,'20.x'),(2,3031,'master'),(2,3032,'20.x'),(2,3032,'master'),(2,3033,'20.x'),(2,3033,'master'),(2,3034,'20.x'),(2,3034,'master'),(2,3035,'20.x'),(2,3035,'master'),(2,3036,'20.x'),(2,3036,'master'),(2,3037,'20.x'),(2,3037,'master'),(2,3038,'20.x'),(2,3038,'master'),(2,3039,'20.x'),(2,3039,'master'),(2,3040,'20.x'),(2,3040,'master'),(2,3041,'20.x'),(2,3041,'master'),(2,3042,'20.x'),(2,3042,'master'),(2,3043,'20.x'),(2,3043,'master'),(2,3044,'20.x'),(2,3044,'master'),(2,3045,'20.x'),(2,3045,'master'),(2,3046,'20.x'),(2,3046,'master'),(2,3047,'20.x'),(2,3047,'master'),(2,3048,'20.x'),(2,3048,'master'),(2,3049,'20.x'),(2,3049,'master'),(2,3050,'20.x'),(2,3050,'master'),(2,3051,'20.x'),(2,3051,'master'),(2,3052,'20.x'),(2,3052,'master'),(2,3053,'20.x'),(2,3053,'master'),(2,3054,'20.x'),(2,3054,'master'),(2,3055,'20.x'),(2,3055,'master'),(2,3056,'20.x'),(2,3056,'master'),(2,3057,'20.x'),(2,3057,'master'),(2,3058,'20.x'),(2,3058,'master'),(2,3059,'20.x'),(2,3059,'master'),(2,3060,'20.x'),(2,3060,'master'),(2,3061,'20.x'),(2,3061,'master'),(2,3062,'20.x'),(2,3062,'master'),(2,3063,'20.x'),(2,3063,'master'),(2,3064,'20.x'),(2,3064,'master'),(2,3065,'20.x'),(2,3065,'master'),(2,3066,'20.x'),(2,3066,'master'),(2,3067,'20.x'),(2,3067,'master'),(2,3068,'20.x'),(2,3068,'master'),(2,3069,'20.x'),(2,3069,'master'),(2,3070,'20.x'),(2,3070,'master'),(2,3071,'20.x'),(2,3071,'master'),(2,3072,'20.x'),(2,3072,'master'),(2,3073,'20.x'),(2,3073,'master'),(2,3074,'20.x'),(2,3074,'master'),(2,3075,'20.x'),(2,3075,'master'),(2,3076,'20.x'),(2,3076,'master'),(2,3077,'20.x'),(2,3077,'master'),(2,3078,'20.x'),(2,3078,'master'),(2,3079,'20.x'),(2,3079,'master'),(2,3080,'20.x'),(2,3080,'master'),(2,3081,'20.x'),(2,3081,'master'),(2,3082,'20.x'),(2,3082,'master'),(2,3083,'20.x'),(2,3083,'master'),(2,3084,'20.x'),(2,3084,'master'),(2,3085,'20.x'),(2,3085,'master'),(2,3086,'20.x'),(2,3086,'master'),(2,3087,'20.x'),(2,3087,'master'),(2,3088,'20.x'),(2,3088,'master'),(2,3089,'20.x'),(2,3089,'master'),(2,3090,'20.x'),(2,3090,'master'),(2,3091,'20.x'),(2,3091,'master'),(2,3092,'20.x'),(2,3092,'master'),(2,3093,'20.x'),(2,3093,'master'),(2,3094,'20.x'),(2,3094,'master'),(2,3095,'20.x'),(2,3095,'master'),(2,3096,'20.x'),(2,3096,'master'),(2,3097,'20.x'),(2,3097,'master'),(2,3098,'20.x'),(2,3098,'master'),(2,3099,'20.x'),(2,3099,'master'),(2,3100,'20.x'),(2,3100,'master'),(2,3101,'20.x'),(2,3101,'master'),(2,3102,'20.x'),(2,3102,'master'),(2,3103,'20.x'),(2,3103,'master'),(2,3104,'20.x'),(2,3104,'master'),(2,3105,'20.x'),(2,3105,'master'),(2,3106,'20.x'),(2,3106,'master'),(2,3107,'20.x'),(2,3107,'master'),(2,3108,'20.x'),(2,3108,'master'),(2,3109,'20.x'),(2,3109,'master'),(2,3110,'20.x'),(2,3110,'master'),(2,3111,'20.x'),(2,3111,'master'),(2,3112,'20.x'),(2,3112,'master'),(2,3113,'20.x'),(2,3113,'master'),(2,3114,'20.x'),(2,3114,'master'),(2,3115,'20.x'),(2,3115,'master'),(2,3116,'20.x'),(2,3116,'master'),(2,3117,'20.x'),(2,3117,'master'),(2,3118,'20.x'),(2,3118,'master'),(2,3119,'20.x'),(2,3119,'master'),(2,3120,'20.x'),(2,3120,'master'),(2,3121,'20.x'),(2,3121,'master'),(2,3122,'20.x'),(2,3122,'master'),(2,3123,'20.x'),(2,3123,'master'),(2,3124,'20.x'),(2,3124,'master'),(2,3125,'20.x'),(2,3125,'master'),(2,3126,'20.x'),(2,3126,'master'),(2,3127,'20.x'),(2,3127,'master'),(2,3128,'20.x'),(2,3128,'master'),(2,3129,'20.x'),(2,3129,'master'),(2,3130,'20.x'),(2,3130,'master'),(2,3131,'20.x'),(2,3131,'master'),(2,3132,'20.x'),(2,3132,'master'),(2,3133,'20.x'),(2,3133,'master'),(2,3134,'20.x'),(2,3134,'master'),(2,3135,'20.x'),(2,3135,'master'),(2,3136,'20.x'),(2,3136,'master'),(2,3137,'20.x'),(2,3137,'master'),(2,3138,'20.x'),(2,3138,'master'),(2,3139,'20.x'),(2,3139,'master'),(2,3140,'20.x'),(2,3140,'master'),(2,3141,'20.x'),(2,3141,'master'),(2,3142,'20.x'),(2,3142,'master'),(2,3143,'20.x'),(2,3143,'master'),(2,3144,'20.x'),(2,3144,'master'),(2,3145,'20.x'),(2,3145,'master'),(2,3146,'20.x'),(2,3146,'master'),(2,3147,'20.x'),(2,3147,'master'),(2,3148,'20.x'),(2,3148,'master'),(2,3149,'20.x'),(2,3149,'master'),(2,3150,'20.x'),(2,3150,'master'),(2,3151,'20.x'),(2,3151,'master'),(2,3152,'20.x'),(2,3152,'master'),(2,3153,'20.x'),(2,3153,'master'),(2,3154,'20.x'),(2,3154,'master'),(2,3155,'20.x'),(2,3155,'master'),(2,3156,'20.x'),(2,3156,'master'),(2,3157,'20.x'),(2,3157,'master'),(2,3158,'20.x'),(2,3158,'master'),(2,3159,'20.x'),(2,3159,'master'),(2,3160,'20.x'),(2,3160,'master'),(2,3161,'20.x'),(2,3161,'master'),(2,3162,'20.x'),(2,3162,'master'),(2,3163,'20.x'),(2,3163,'master'),(2,3164,'20.x'),(2,3164,'master'),(2,3165,'20.x'),(2,3165,'master'),(2,3166,'20.x'),(2,3166,'master'),(2,3167,'20.x'),(2,3167,'master'),(2,3168,'20.x'),(2,3168,'master'),(2,3169,'20.x'),(2,3169,'master'),(2,3170,'20.x'),(2,3170,'master'),(2,3171,'20.x'),(2,3171,'master'),(2,3172,'20.x'),(2,3172,'master'),(2,3173,'20.x'),(2,3173,'master'),(2,3174,'20.x'),(2,3174,'master'),(2,3175,'20.x'),(2,3175,'master'),(2,3176,'20.x'),(2,3176,'master'),(2,3177,'20.x'),(2,3177,'master'),(2,3178,'20.x'),(2,3178,'master'),(2,3179,'20.x'),(2,3179,'master'),(2,3180,'20.x'),(2,3180,'master'),(2,3181,'20.x'),(2,3181,'master'),(2,3182,'20.x'),(2,3182,'master'),(2,3183,'20.x'),(2,3183,'master'),(2,3184,'20.x'),(2,3184,'master'),(2,3185,'20.x'),(2,3185,'master'),(2,3186,'20.x'),(2,3186,'master'),(2,3187,'20.x'),(2,3187,'master'),(2,3188,'20.x'),(2,3188,'master'),(2,3189,'20.x'),(2,3189,'master'),(2,3190,'20.x'),(2,3190,'master'),(2,3191,'20.x'),(2,3191,'master'),(2,3192,'20.x'),(2,3192,'master'),(2,3193,'20.x'),(2,3193,'master'),(2,3194,'20.x'),(2,3194,'master'),(2,3195,'20.x'),(2,3195,'master'),(2,3196,'20.x'),(2,3196,'master'),(2,3197,'20.x'),(2,3197,'master'),(2,3198,'20.x'),(2,3198,'master'),(2,3199,'20.x'),(2,3199,'master'),(2,3200,'20.x'),(2,3200,'master'),(2,3201,'20.x'),(2,3201,'master'),(2,3202,'20.x'),(2,3202,'master'),(2,3203,'20.x'),(2,3203,'master'),(2,3204,'20.x'),(2,3204,'master'),(2,3205,'20.x'),(2,3205,'master'),(2,3206,'20.x'),(2,3206,'master'),(2,3207,'20.x'),(2,3207,'master'),(2,3208,'20.x'),(2,3208,'master'),(2,3209,'20.x'),(2,3209,'master'),(2,3210,'20.x'),(2,3210,'master'),(2,3211,'20.x'),(2,3211,'master'),(2,3212,'20.x'),(2,3212,'master'),(2,3213,'20.x'),(2,3213,'master'),(2,3214,'20.x'),(2,3214,'master'),(2,3215,'20.x'),(2,3215,'master'),(2,3216,'20.x'),(2,3216,'master'),(2,3217,'20.x'),(2,3217,'master'),(2,3218,'20.x'),(2,3218,'master'),(2,3219,'20.x'),(2,3219,'master'),(2,3220,'20.x'),(2,3220,'master'),(2,3221,'20.x'),(2,3221,'master'),(2,3222,'20.x'),(2,3222,'master'),(2,3223,'20.x'),(2,3223,'master'),(2,3224,'20.x'),(2,3224,'master'),(2,3225,'20.x'),(2,3225,'master'),(2,3226,'20.x'),(2,3226,'master'),(2,3227,'20.x'),(2,3227,'master'),(2,3228,'20.x'),(2,3228,'master'),(2,3229,'20.x'),(2,3229,'master'),(2,3230,'20.x'),(2,3230,'master'),(2,3231,'20.x'),(2,3231,'master'),(2,3232,'20.x'),(2,3232,'master'),(2,3233,'20.x'),(2,3233,'master'),(2,3234,'20.x'),(2,3234,'master'),(2,3235,'20.x'),(2,3235,'master'),(2,3236,'20.x'),(2,3236,'master'),(2,3237,'20.x'),(2,3237,'master'),(2,3238,'20.x'),(2,3238,'master'),(2,3239,'20.x'),(2,3239,'master'),(2,3240,'20.x'),(2,3240,'master'),(2,3241,'20.x'),(2,3241,'master'),(2,3242,'20.x'),(2,3242,'master'),(2,3243,'20.x'),(2,3243,'master'),(2,3244,'20.x'),(2,3244,'master'),(2,3245,'20.x'),(2,3245,'master'),(2,3246,'20.x'),(2,3246,'master'),(2,3247,'20.x'),(2,3247,'master'),(2,3248,'20.x'),(2,3248,'master'),(2,3249,'20.x'),(2,3249,'master'),(2,3250,'20.x'),(2,3250,'master'),(2,3251,'20.x'),(2,3251,'master'),(2,3252,'20.x'),(2,3252,'master'),(2,3253,'20.x'),(2,3253,'master'),(2,3254,'20.x'),(2,3254,'master'),(2,3255,'20.x'),(2,3255,'master'),(2,3256,'20.x'),(2,3256,'master'),(2,3257,'20.x'),(2,3257,'master'),(2,3258,'20.x'),(2,3258,'master'),(2,3259,'20.x'),(2,3259,'master'),(2,3260,'20.x'),(2,3260,'master'),(2,3261,'20.x'),(2,3261,'master'),(2,3262,'20.x'),(2,3262,'master'),(2,3263,'20.x'),(2,3263,'master'),(2,3264,'20.x'),(2,3264,'master'),(2,3265,'20.x'),(2,3265,'master'),(2,3266,'20.x'),(2,3266,'master'),(2,3267,'20.x'),(2,3267,'master'),(2,3268,'20.x'),(2,3268,'master'),(2,3269,'20.x'),(2,3269,'master'),(2,3270,'20.x'),(2,3270,'master'),(2,3271,'20.x'),(2,3271,'master'),(2,3272,'20.x'),(2,3272,'master'),(2,3273,'20.x'),(2,3273,'master'),(2,3274,'20.x'),(2,3274,'master'),(2,3275,'20.x'),(2,3275,'master'),(2,3276,'20.x'),(2,3276,'master'),(2,3277,'20.x'),(2,3277,'master'),(2,3278,'20.x'),(2,3278,'master'),(2,3279,'20.x'),(2,3279,'master'),(2,3280,'20.x'),(2,3280,'master'),(2,3281,'20.x'),(2,3281,'master'),(2,3282,'20.x'),(2,3282,'master'),(2,3283,'20.x'),(2,3283,'master'),(2,3284,'20.x'),(2,3284,'master'),(2,3285,'20.x'),(2,3285,'master'),(2,3286,'20.x'),(2,3286,'master'),(2,3287,'20.x'),(2,3287,'master'),(2,3288,'20.x'),(2,3288,'master'),(2,3289,'20.x'),(2,3289,'master'),(2,3290,'20.x'),(2,3290,'master'),(2,3291,'20.x'),(2,3291,'master'),(2,3292,'20.x'),(2,3292,'master'),(2,3293,'20.x'),(2,3293,'master'),(2,3294,'20.x'),(2,3294,'master'),(2,3295,'20.x'),(2,3295,'master'),(2,3296,'20.x'),(2,3296,'master'),(2,3297,'20.x'),(2,3297,'master'),(2,3298,'20.x'),(2,3298,'master'),(2,3299,'20.x'),(2,3299,'master'),(2,3300,'20.x'),(2,3300,'master'),(2,3301,'20.x'),(2,3301,'master'),(2,3302,'20.x'),(2,3302,'master'),(2,3303,'20.x'),(2,3303,'master'),(2,3304,'20.x'),(2,3304,'master'),(2,3305,'20.x'),(2,3305,'master'),(2,3306,'20.x'),(2,3306,'master'),(2,3307,'20.x'),(2,3307,'master'),(2,3308,'20.x'),(2,3308,'master'),(2,3309,'20.x'),(2,3309,'master'),(2,3310,'20.x'),(2,3310,'master'),(2,3311,'20.x'),(2,3311,'master'),(2,3312,'20.x'),(2,3312,'master'),(2,3313,'20.x'),(2,3313,'master'),(2,3314,'20.x'),(2,3314,'master'),(2,3315,'20.x'),(2,3315,'master'),(2,3316,'20.x'),(2,3316,'master'),(2,3317,'20.x'),(2,3317,'master'),(2,3318,'20.x'),(2,3318,'master'),(2,3319,'20.x'),(2,3319,'master'),(2,3320,'20.x'),(2,3320,'master'),(2,3321,'20.x'),(2,3321,'master'),(2,3322,'20.x'),(2,3322,'master'),(2,3323,'20.x'),(2,3323,'master'),(2,3324,'20.x'),(2,3324,'master'),(2,3325,'20.x'),(2,3325,'master'),(2,3326,'20.x'),(2,3326,'master'),(2,3327,'20.x'),(2,3327,'master'),(2,3328,'20.x'),(2,3328,'master'),(2,3329,'20.x'),(2,3329,'master'),(2,3330,'20.x'),(2,3330,'master'),(2,3331,'20.x'),(2,3331,'master'),(2,3332,'20.x'),(2,3332,'master'),(2,3333,'20.x'),(2,3333,'master'),(2,3334,'20.x'),(2,3334,'master'),(2,3335,'20.x'),(2,3335,'master'),(2,3336,'20.x'),(2,3336,'master'),(2,3337,'20.x'),(2,3337,'master'),(2,3338,'20.x'),(2,3338,'master'),(2,3339,'20.x'),(2,3339,'master'),(2,3340,'20.x'),(2,3340,'master'),(2,3341,'20.x'),(2,3341,'master'),(2,3342,'20.x'),(2,3342,'master'),(2,3343,'20.x'),(2,3343,'master'),(2,3344,'20.x'),(2,3344,'master'),(2,3345,'20.x'),(2,3345,'master'),(2,3346,'20.x'),(2,3346,'master'),(2,3347,'20.x'),(2,3347,'master'),(2,3348,'20.x'),(2,3348,'master'),(2,3349,'20.x'),(2,3349,'master'),(2,3350,'20.x'),(2,3350,'master'),(2,3351,'20.x'),(2,3351,'master'),(2,3352,'20.x'),(2,3352,'master'),(2,3353,'20.x'),(2,3353,'master'),(2,3354,'20.x'),(2,3354,'master'),(2,3355,'20.x'),(2,3355,'master'),(2,3356,'20.x'),(2,3356,'master'),(2,3357,'20.x'),(2,3357,'master'),(2,3358,'20.x'),(2,3358,'master'),(2,3359,'20.x'),(2,3359,'master'),(2,3360,'20.x'),(2,3360,'master'),(2,3361,'20.x'),(2,3361,'master'),(2,3362,'20.x'),(2,3362,'master'),(2,3363,'20.x'),(2,3363,'master'),(2,3364,'20.x'),(2,3364,'master'),(2,3365,'20.x'),(2,3365,'master'),(2,3366,'20.x'),(2,3366,'master'),(2,3367,'20.x'),(2,3367,'master'),(2,3368,'20.x'),(2,3368,'master'),(2,3369,'20.x'),(2,3369,'master'),(2,3370,'20.x'),(2,3370,'master'),(2,3371,'20.x'),(2,3371,'master'),(2,3372,'20.x'),(2,3372,'master'),(2,3373,'20.x'),(2,3373,'master'),(2,3374,'20.x'),(2,3374,'master'),(2,3375,'20.x'),(2,3375,'master'),(2,3376,'20.x'),(2,3376,'master'),(2,3377,'20.x'),(2,3377,'master'),(2,3378,'20.x'),(2,3378,'master'),(2,3379,'20.x'),(2,3379,'master'),(2,3380,'20.x'),(2,3380,'master'),(2,3381,'20.x'),(2,3381,'master'),(2,3382,'20.x'),(2,3382,'master'),(2,3383,'20.x'),(2,3383,'master'),(2,3384,'20.x'),(2,3384,'master'),(2,3385,'20.x'),(2,3385,'master'),(2,3386,'20.x'),(2,3386,'master'),(2,3387,'20.x'),(2,3387,'master'),(2,3388,'20.x'),(2,3388,'master'),(2,3389,'20.x'),(2,3389,'master'),(2,3390,'20.x'),(2,3390,'master'),(2,3391,'20.x'),(2,3391,'master'),(2,3392,'20.x'),(2,3392,'master'),(2,3393,'20.x'),(2,3393,'master'),(2,3394,'20.x'),(2,3394,'master'),(2,3395,'20.x'),(2,3395,'master'),(2,3396,'20.x'),(2,3396,'master'),(2,3397,'20.x'),(2,3397,'master'),(2,3398,'20.x'),(2,3398,'master'),(2,3399,'20.x'),(2,3399,'master'),(2,3400,'20.x'),(2,3400,'master'),(2,3401,'20.x'),(2,3401,'master'),(2,3402,'20.x'),(2,3402,'master'),(2,3403,'20.x'),(2,3403,'master'),(2,3404,'20.x'),(2,3404,'master'),(2,3405,'20.x'),(2,3405,'master'),(2,3406,'20.x'),(2,3406,'master'),(2,3407,'20.x'),(2,3407,'master'),(2,3408,'20.x'),(2,3408,'master'),(2,3409,'20.x'),(2,3409,'master'),(2,3410,'20.x'),(2,3410,'master'),(2,3411,'20.x'),(2,3411,'master'),(2,3412,'20.x'),(2,3412,'master'),(2,3413,'20.x'),(2,3413,'master'),(2,3414,'20.x'),(2,3414,'master'),(2,3415,'20.x'),(2,3415,'master'),(2,3416,'20.x'),(2,3416,'master'),(2,3417,'20.x'),(2,3417,'master'),(2,3418,'20.x'),(2,3418,'master'),(2,3419,'20.x'),(2,3419,'master'),(2,3420,'20.x'),(2,3420,'master'),(2,3421,'20.x'),(2,3421,'master'),(2,3422,'20.x'),(2,3422,'master'),(2,3423,'20.x'),(2,3423,'master'),(2,3424,'20.x'),(2,3424,'master'),(2,3425,'20.x'),(2,3425,'master'),(2,3426,'20.x'),(2,3426,'master'),(2,3427,'20.x'),(2,3427,'master'),(2,3428,'20.x'),(2,3428,'master'),(2,3429,'20.x'),(2,3429,'master'),(2,3430,'20.x'),(2,3430,'master'),(2,3431,'20.x'),(2,3431,'master'),(2,3432,'20.x'),(2,3432,'master'),(2,3433,'20.x'),(2,3433,'master'),(2,3434,'20.x'),(2,3434,'master'),(2,3435,'20.x'),(2,3435,'master'),(2,3436,'20.x'),(2,3436,'master'),(2,3437,'20.x'),(2,3437,'master'),(2,3438,'20.x'),(2,3438,'master'),(2,3439,'20.x'),(2,3439,'master'),(2,3440,'20.x'),(2,3440,'master'),(2,3441,'20.x'),(2,3441,'master'),(2,3442,'20.x'),(2,3442,'master'),(2,3443,'20.x'),(2,3443,'master'),(2,3444,'20.x'),(2,3444,'master'),(2,3445,'20.x'),(2,3445,'master'),(2,3446,'20.x'),(2,3446,'master'),(2,3447,'20.x'),(2,3447,'master'),(2,3448,'20.x'),(2,3448,'master'),(2,3449,'20.x'),(2,3449,'master'),(2,3450,'20.x'),(2,3450,'master'),(2,3451,'20.x'),(2,3451,'master'),(2,3452,'20.x'),(2,3452,'master'),(2,3453,'20.x'),(2,3453,'master'),(2,3454,'20.x'),(2,3454,'master'),(2,3455,'20.x'),(2,3455,'master'),(2,3456,'20.x'),(2,3456,'master'),(2,3457,'20.x'),(2,3457,'master'),(2,3458,'20.x'),(2,3458,'master'),(2,3459,'20.x'),(2,3459,'master'),(2,3460,'20.x'),(2,3460,'master'),(2,3461,'20.x'),(2,3461,'master'),(2,3462,'20.x'),(2,3462,'master'),(2,3463,'20.x'),(2,3463,'master'),(2,3464,'20.x'),(2,3464,'master'),(2,3465,'20.x'),(2,3465,'master'),(2,3466,'20.x'),(2,3466,'master'),(2,3467,'20.x'),(2,3467,'master'),(2,3468,'20.x'),(2,3468,'master'),(2,3469,'20.x'),(2,3469,'master'),(2,3470,'20.x'),(2,3470,'master'),(2,3471,'20.x'),(2,3471,'master'),(2,3472,'20.x'),(2,3472,'master'),(2,3473,'20.x'),(2,3473,'master'),(2,3474,'20.x'),(2,3474,'master'),(2,3475,'20.x'),(2,3475,'master'),(2,3476,'20.x'),(2,3476,'master'),(2,3477,'20.x'),(2,3477,'master'),(2,3478,'20.x'),(2,3478,'master'),(2,3479,'20.x'),(2,3479,'master'),(2,3480,'20.x'),(2,3480,'master'),(2,3481,'20.x'),(2,3481,'master'),(2,3482,'20.x'),(2,3482,'master'),(2,3483,'20.x'),(2,3483,'master'),(2,3484,'20.x'),(2,3484,'master'),(2,3485,'20.x'),(2,3485,'master'),(2,3486,'20.x'),(2,3486,'master'),(2,3487,'20.x'),(2,3487,'master'),(2,3488,'20.x'),(2,3488,'master'),(2,3489,'20.x'),(2,3489,'master'),(2,3490,'20.x'),(2,3490,'master'),(2,3491,'20.x'),(2,3491,'master'),(2,3492,'20.x'),(2,3492,'master'),(2,3493,'20.x'),(2,3493,'master'),(2,3494,'20.x'),(2,3494,'master'),(2,3495,'20.x'),(2,3495,'master'),(2,3496,'20.x'),(2,3496,'master'),(2,3497,'20.x'),(2,3497,'master'),(2,3498,'20.x'),(2,3498,'master'),(2,3499,'20.x'),(2,3499,'master'),(2,3500,'20.x'),(2,3500,'master'),(2,3501,'20.x'),(2,3501,'master'),(2,3502,'20.x'),(2,3502,'master'),(2,3503,'20.x'),(2,3503,'master'),(2,3504,'20.x'),(2,3504,'master'),(2,3505,'20.x'),(2,3505,'master'),(2,3506,'20.x'),(2,3506,'master'),(2,3507,'20.x'),(2,3507,'master'),(2,3508,'20.x'),(2,3508,'master'),(2,3509,'20.x'),(2,3509,'master'),(2,3510,'20.x'),(2,3510,'master'),(2,3511,'20.x'),(2,3511,'master'),(2,3512,'20.x'),(2,3512,'master'),(2,3513,'20.x'),(2,3513,'master'),(2,3514,'20.x'),(2,3514,'master'),(2,3515,'20.x'),(2,3515,'master'),(2,3516,'20.x'),(2,3516,'master'),(2,3517,'20.x'),(2,3517,'master'),(2,3518,'20.x'),(2,3518,'master'),(2,3519,'20.x'),(2,3519,'master'),(2,3520,'20.x'),(2,3520,'master'),(2,3521,'20.x'),(2,3521,'master'),(2,3522,'20.x'),(2,3522,'master'),(2,3523,'20.x'),(2,3523,'master'),(2,3524,'20.x'),(2,3524,'master'),(2,3525,'20.x'),(2,3525,'master'),(2,3526,'20.x'),(2,3526,'master'),(2,3527,'20.x'),(2,3527,'master'),(2,3528,'20.x'),(2,3528,'master'),(2,3529,'20.x'),(2,3529,'master'),(2,3530,'20.x'),(2,3530,'master'),(2,3531,'20.x'),(2,3531,'master'),(2,3532,'20.x'),(2,3532,'master'),(2,3533,'20.x'),(2,3533,'master'),(2,3534,'20.x'),(2,3534,'master'),(2,3535,'20.x'),(2,3535,'master'),(2,3536,'20.x'),(2,3536,'master'),(2,3537,'20.x'),(2,3537,'master'),(2,3538,'20.x'),(2,3538,'master'),(2,3539,'20.x'),(2,3539,'master'),(2,3540,'20.x'),(2,3540,'master'),(2,3541,'20.x'),(2,3541,'master'),(2,3542,'20.x'),(2,3542,'master'),(2,3543,'20.x'),(2,3543,'master'),(2,3544,'20.x'),(2,3544,'master'),(2,3545,'20.x'),(2,3545,'master'),(2,3546,'20.x'),(2,3546,'master'),(2,3547,'20.x'),(2,3547,'master'),(2,3548,'20.x'),(2,3548,'master'),(2,3549,'20.x'),(2,3549,'master'),(2,3550,'20.x'),(2,3550,'master'),(2,3551,'20.x'),(2,3551,'master'),(2,3552,'20.x'),(2,3552,'master'),(2,3553,'20.x'),(2,3553,'master'),(2,3554,'20.x'),(2,3554,'master'),(2,3555,'20.x'),(2,3555,'master'),(2,3556,'20.x'),(2,3556,'master'),(2,3557,'20.x'),(2,3557,'master'),(2,3558,'20.x'),(2,3558,'master'),(2,3559,'20.x'),(2,3559,'master'),(2,3560,'20.x'),(2,3560,'master'),(2,3561,'20.x'),(2,3561,'master'),(2,3562,'20.x'),(2,3562,'master'),(2,3563,'20.x'),(2,3563,'master'),(2,3564,'20.x'),(2,3564,'master'),(2,3565,'20.x'),(2,3565,'master'),(2,3566,'20.x'),(2,3566,'master'),(2,3567,'20.x'),(2,3567,'master'),(2,3568,'20.x'),(2,3568,'master'),(2,3569,'20.x'),(2,3569,'master'),(2,3570,'20.x'),(2,3570,'master'),(2,3571,'20.x'),(2,3571,'master'),(2,3572,'20.x'),(2,3572,'master'),(2,3573,'20.x'),(2,3573,'master'),(2,3574,'20.x'),(2,3574,'master'),(2,3575,'20.x'),(2,3575,'master'),(2,3576,'20.x'),(2,3576,'master'),(2,3577,'20.x'),(2,3577,'master'),(2,3578,'20.x'),(2,3578,'master'),(2,3579,'20.x'),(2,3579,'master'),(2,3580,'20.x'),(2,3580,'master'),(2,3581,'20.x'),(2,3581,'master'),(2,3582,'20.x'),(2,3582,'master'),(2,3583,'20.x'),(2,3583,'master'),(2,3584,'20.x'),(2,3584,'master'),(2,3585,'20.x'),(2,3585,'master'),(2,3586,'20.x'),(2,3586,'master'),(2,3587,'20.x'),(2,3587,'master'),(2,3588,'20.x'),(2,3588,'master'),(2,3589,'20.x'),(2,3589,'master'),(2,3590,'20.x'),(2,3590,'master'),(2,3591,'20.x'),(2,3591,'master'),(2,3592,'20.x'),(2,3592,'master'),(2,3593,'20.x'),(2,3593,'master'),(2,3594,'20.x'),(2,3594,'master'),(2,3595,'20.x'),(2,3595,'master'),(2,3596,'20.x'),(2,3596,'master'),(2,3597,'20.x'),(2,3597,'master'),(2,3598,'20.x'),(2,3598,'master'),(2,3599,'20.x'),(2,3599,'master'),(2,3600,'20.x'),(2,3600,'master'),(2,3601,'20.x'),(2,3601,'master'),(2,3602,'20.x'),(2,3602,'master'),(2,3603,'20.x'),(2,3603,'master'),(2,3604,'20.x'),(2,3604,'master'),(2,3605,'20.x'),(2,3605,'master'),(2,3606,'20.x'),(2,3606,'master'),(2,3607,'20.x'),(2,3607,'master'),(2,3608,'20.x'),(2,3608,'master'),(2,3609,'20.x'),(2,3609,'master'),(2,3610,'20.x'),(2,3610,'master'),(2,3611,'20.x'),(2,3611,'master'),(2,3612,'20.x'),(2,3612,'master'),(2,3613,'20.x'),(2,3613,'master'),(2,3614,'20.x'),(2,3614,'master'),(2,3615,'20.x'),(2,3615,'master'),(2,3616,'20.x'),(2,3616,'master'),(2,3617,'20.x'),(2,3617,'master'),(2,3618,'20.x'),(2,3618,'master'),(2,3619,'20.x'),(2,3619,'master'),(2,3620,'20.x'),(2,3620,'master'),(2,3621,'20.x'),(2,3621,'master'),(2,3622,'20.x'),(2,3622,'master'),(2,3623,'20.x'),(2,3623,'master'),(2,3624,'20.x'),(2,3624,'master'),(2,3625,'20.x'),(2,3625,'master'),(2,3626,'20.x'),(2,3626,'master'),(2,3627,'20.x'),(2,3627,'master'),(2,3628,'20.x'),(2,3628,'master'),(2,3629,'20.x'),(2,3629,'master'),(2,3630,'20.x'),(2,3630,'master'),(2,3631,'20.x'),(2,3631,'master'),(2,3632,'20.x'),(2,3632,'master'),(2,3633,'20.x'),(2,3633,'master'),(2,3634,'20.x'),(2,3634,'master'),(2,3635,'20.x'),(2,3635,'master'),(2,3636,'20.x'),(2,3636,'master'),(2,3637,'20.x'),(2,3637,'master'),(2,3638,'20.x'),(2,3638,'master'),(2,3639,'20.x'),(2,3639,'master'),(2,3640,'20.x'),(2,3640,'master'),(2,3641,'20.x'),(2,3641,'master'),(2,3642,'20.x'),(2,3642,'master'),(2,3643,'20.x'),(2,3643,'master'),(2,3644,'20.x'),(2,3644,'master'),(2,3645,'20.x'),(2,3645,'master'),(2,3646,'20.x'),(2,3646,'master'),(2,3647,'20.x'),(2,3647,'master'),(2,3648,'20.x'),(2,3648,'master'),(2,3649,'20.x'),(2,3649,'master'),(2,3650,'20.x'),(2,3650,'master'),(2,3651,'20.x'),(2,3651,'master'),(2,3652,'20.x'),(2,3652,'master'),(2,3653,'20.x'),(2,3653,'master'),(2,3654,'20.x'),(2,3654,'master'),(2,3655,'20.x'),(2,3655,'master'),(2,3656,'20.x'),(2,3656,'master'),(2,3657,'20.x'),(2,3657,'master'),(2,3658,'20.x'),(2,3658,'master'),(2,3659,'20.x'),(2,3659,'master'),(2,3660,'20.x'),(2,3660,'master'),(2,3661,'20.x'),(2,3661,'master'),(2,3662,'20.x'),(2,3662,'master'),(2,3663,'20.x'),(2,3663,'master'),(2,3664,'20.x'),(2,3664,'master'),(2,3665,'20.x'),(2,3665,'master'),(2,3666,'20.x'),(2,3666,'master'),(2,3667,'20.x'),(2,3667,'master'),(2,3668,'20.x'),(2,3668,'master'),(2,3669,'20.x'),(2,3669,'master'),(2,3670,'20.x'),(2,3670,'master'),(2,3671,'20.x'),(2,3671,'master'),(2,3672,'20.x'),(2,3672,'master'),(2,3673,'20.x'),(2,3673,'master'),(2,3674,'20.x'),(2,3674,'master'),(2,3675,'20.x'),(2,3675,'master'),(2,3676,'20.x'),(2,3676,'master'),(2,3677,'20.x'),(2,3677,'master'),(2,3678,'20.x'),(2,3678,'master'),(2,3679,'20.x'),(2,3679,'master'),(2,3680,'20.x'),(2,3680,'master'),(2,3681,'20.x'),(2,3681,'master'),(2,3682,'20.x'),(2,3682,'master'),(2,3683,'20.x'),(2,3683,'master'),(2,3684,'20.x'),(2,3684,'master'),(2,3685,'20.x'),(2,3685,'master'),(2,3686,'20.x'),(2,3686,'master'),(2,3687,'20.x'),(2,3687,'master'),(2,3688,'20.x'),(2,3688,'master'),(2,3689,'20.x'),(2,3689,'master'),(2,3690,'20.x'),(2,3690,'master'),(2,3691,'20.x'),(2,3691,'master'),(2,3692,'20.x'),(2,3692,'master'),(2,3693,'20.x'),(2,3693,'master'),(2,3694,'20.x'),(2,3694,'master'),(2,3695,'20.x'),(2,3695,'master'),(2,3696,'20.x'),(2,3696,'master'),(2,3697,'20.x'),(2,3697,'master'),(2,3698,'20.x'),(2,3698,'master'),(2,3699,'20.x'),(2,3699,'master'),(2,3700,'20.x'),(2,3700,'master'),(2,3701,'20.x'),(2,3701,'master'),(2,3702,'20.x'),(2,3702,'master'),(2,3703,'20.x'),(2,3703,'master'),(2,3704,'20.x'),(2,3704,'master'),(2,3705,'20.x'),(2,3705,'master'),(2,3706,'20.x'),(2,3706,'master'),(2,3707,'20.x'),(2,3707,'master'),(2,3708,'20.x'),(2,3708,'master'),(2,3709,'20.x'),(2,3709,'master'),(2,3710,'20.x'),(2,3710,'master'),(2,3711,'20.x'),(2,3711,'master'),(2,3712,'20.x'),(2,3712,'master'),(2,3713,'20.x'),(2,3713,'master'),(2,3714,'20.x'),(2,3714,'master'),(2,3715,'20.x'),(2,3715,'master'),(2,3716,'20.x'),(2,3716,'master'),(2,3717,'20.x'),(2,3717,'master'),(2,3718,'20.x'),(2,3718,'master'),(2,3719,'20.x'),(2,3719,'master'),(2,3720,'20.x'),(2,3720,'master'),(2,3721,'20.x'),(2,3721,'master'),(2,3722,'20.x'),(2,3722,'master'),(2,3723,'20.x'),(2,3723,'master'),(2,3724,'20.x'),(2,3724,'master'),(2,3725,'20.x'),(2,3725,'master'),(2,3726,'20.x'),(2,3726,'master'),(2,3727,'20.x'),(2,3727,'master'),(2,3728,'20.x'),(2,3728,'master'),(2,3729,'20.x'),(2,3729,'master'),(2,3730,'20.x'),(2,3730,'master'),(2,3731,'20.x'),(2,3731,'master'),(2,3732,'20.x'),(2,3732,'master'),(2,3733,'20.x'),(2,3733,'master'),(2,3734,'20.x'),(2,3734,'master'),(2,3735,'20.x'),(2,3735,'master'),(2,3736,'20.x'),(2,3736,'master'),(2,3737,'20.x'),(2,3737,'master'),(2,3738,'20.x'),(2,3738,'master'),(2,3739,'20.x'),(2,3739,'master'),(2,3740,'20.x'),(2,3740,'master'),(2,3741,'20.x'),(2,3741,'master'),(2,3742,'20.x'),(2,3742,'master'),(2,3743,'20.x'),(2,3743,'master'),(2,3744,'20.x'),(2,3744,'master'),(2,3745,'20.x'),(2,3745,'master'),(2,3746,'20.x'),(2,3746,'master'),(2,3747,'20.x'),(2,3747,'master'),(2,3748,'20.x'),(2,3748,'master'),(2,3749,'20.x'),(2,3749,'master'),(2,3750,'20.x'),(2,3750,'master'),(2,3751,'20.x'),(2,3751,'master'),(2,3752,'20.x'),(2,3752,'master'),(2,3753,'20.x'),(2,3753,'master'),(2,3754,'20.x'),(2,3754,'master'),(2,3755,'20.x'),(2,3755,'master'),(2,3756,'20.x'),(2,3756,'master'),(2,3757,'20.x'),(2,3757,'master'),(2,3758,'20.x'),(2,3758,'master'),(2,3759,'20.x'),(2,3759,'master'),(2,3760,'20.x'),(2,3760,'master'),(2,3761,'20.x'),(2,3761,'master'),(2,3762,'20.x'),(2,3762,'master'),(2,3763,'20.x'),(2,3763,'master'),(2,3764,'20.x'),(2,3764,'master'),(2,3765,'20.x'),(2,3765,'master'),(2,3766,'20.x'),(2,3766,'master'),(2,3767,'20.x'),(2,3767,'master'),(2,3768,'20.x'),(2,3768,'master'),(2,3769,'20.x'),(2,3769,'master'),(2,3770,'20.x'),(2,3770,'master'),(2,3771,'20.x'),(2,3771,'master'),(2,3772,'20.x'),(2,3772,'master'),(2,3773,'20.x'),(2,3773,'master'),(2,3774,'20.x'),(2,3774,'master'),(2,3775,'20.x'),(2,3775,'master'),(2,3776,'20.x'),(2,3776,'master'),(2,3777,'20.x'),(2,3777,'master'),(2,3778,'20.x'),(2,3778,'master'),(2,3779,'20.x'),(2,3779,'master'),(2,3780,'20.x'),(2,3780,'master'),(2,3781,'20.x'),(2,3781,'master'),(2,3782,'20.x'),(2,3782,'master'),(2,3783,'20.x'),(2,3783,'master'),(2,3784,'20.x'),(2,3784,'master'),(2,3785,'20.x'),(2,3785,'master'),(2,3786,'20.x'),(2,3786,'master'),(2,3787,'20.x'),(2,3787,'master'),(2,3788,'20.x'),(2,3788,'master'),(2,3789,'20.x'),(2,3789,'master'),(2,3790,'20.x'),(2,3790,'master'),(2,3791,'20.x'),(2,3791,'master'),(2,3792,'20.x'),(2,3792,'master'),(2,3793,'20.x'),(2,3793,'master'),(2,3794,'20.x'),(2,3794,'master'),(2,3795,'20.x'),(2,3795,'master'),(2,3796,'20.x'),(2,3796,'master'),(2,3797,'20.x'),(2,3797,'master'),(2,3798,'20.x'),(2,3798,'master'),(2,3799,'20.x'),(2,3799,'master'),(2,3800,'20.x'),(2,3800,'master'),(2,3801,'20.x'),(2,3801,'master'),(2,3802,'20.x'),(2,3802,'master'),(2,3803,'20.x'),(2,3803,'master'),(2,3804,'20.x'),(2,3804,'master'),(2,3805,'20.x'),(2,3805,'master'),(2,3806,'20.x'),(2,3806,'master'),(2,3807,'20.x'),(2,3807,'master'),(2,3808,'20.x'),(2,3808,'master'),(2,3809,'20.x'),(2,3809,'master'),(2,3810,'20.x'),(2,3810,'master'),(2,3811,'20.x'),(2,3811,'master'),(2,3812,'20.x'),(2,3812,'master'),(2,3813,'20.x'),(2,3813,'master'),(2,3814,'20.x'),(2,3814,'master'),(2,3815,'20.x'),(2,3815,'master'),(2,3816,'20.x'),(2,3816,'master'),(2,3817,'20.x'),(2,3817,'master'),(2,3818,'20.x'),(2,3818,'master'),(2,3819,'20.x'),(2,3819,'master'),(2,3820,'20.x'),(2,3820,'master'),(2,3821,'20.x'),(2,3821,'master'),(2,3822,'20.x'),(2,3822,'master'),(2,3823,'20.x'),(2,3823,'master'),(2,3824,'20.x'),(2,3824,'master'),(2,3825,'20.x'),(2,3825,'master'),(2,3826,'20.x'),(2,3826,'master'),(2,3827,'20.x'),(2,3827,'master'),(2,3828,'20.x'),(2,3828,'master'),(2,3829,'20.x'),(2,3829,'master'),(2,3830,'20.x'),(2,3830,'master'),(2,3831,'20.x'),(2,3831,'master'),(2,3832,'20.x'),(2,3832,'master'),(2,3833,'20.x'),(2,3833,'master'),(2,3834,'20.x'),(2,3834,'master'),(2,3835,'20.x'),(2,3835,'master'),(2,3836,'20.x'),(2,3836,'master'),(2,3837,'20.x'),(2,3837,'master'),(2,3838,'20.x'),(2,3838,'master'),(2,3839,'20.x'),(2,3839,'master'),(2,3840,'20.x'),(2,3840,'master'),(2,3841,'20.x'),(2,3841,'master'),(2,3842,'20.x'),(2,3842,'master'),(2,3843,'20.x'),(2,3843,'master'),(2,3844,'20.x'),(2,3844,'master'),(2,3845,'20.x'),(2,3845,'master'),(2,3846,'20.x'),(2,3846,'master'),(2,3847,'20.x'),(2,3847,'master'),(2,3848,'20.x'),(2,3848,'master'),(2,3849,'20.x'),(2,3849,'master'),(2,3850,'20.x'),(2,3850,'master'),(2,3851,'20.x'),(2,3851,'master'),(2,3852,'20.x'),(2,3852,'master'),(2,3853,'20.x'),(2,3853,'master'),(2,3854,'20.x'),(2,3854,'master'),(2,3855,'20.x'),(2,3855,'master'),(2,3856,'20.x'),(2,3856,'master'),(2,3857,'20.x'),(2,3857,'master'),(2,3858,'20.x'),(2,3858,'master'),(2,3859,'20.x'),(2,3859,'master'),(2,3860,'20.x'),(2,3860,'master'),(2,3861,'20.x'),(2,3861,'master'),(2,3862,'20.x'),(2,3862,'master'),(2,3863,'20.x'),(2,3863,'master'),(2,3864,'20.x'),(2,3864,'master'),(2,3865,'20.x'),(2,3865,'master'),(2,3866,'20.x'),(2,3866,'master'),(2,3867,'20.x'),(2,3867,'master'),(2,3868,'20.x'),(2,3868,'master'),(2,3869,'20.x'),(2,3869,'master'),(2,3870,'20.x'),(2,3870,'master'),(2,3871,'20.x'),(2,3871,'master'),(2,3872,'20.x'),(2,3872,'master'),(2,3873,'20.x'),(2,3873,'master'),(2,3874,'20.x'),(2,3874,'master'),(2,3875,'20.x'),(2,3875,'master'),(2,3876,'20.x'),(2,3876,'master'),(2,3877,'20.x'),(2,3877,'master'),(2,3878,'20.x'),(2,3878,'master'),(2,3879,'20.x'),(2,3879,'master'),(2,3880,'20.x'),(2,3880,'master'),(2,3881,'20.x'),(2,3881,'master'),(2,3882,'20.x'),(2,3882,'master'),(2,3883,'20.x'),(2,3883,'master'),(2,3884,'20.x'),(2,3884,'master'),(2,3885,'20.x'),(2,3885,'master'),(2,3886,'20.x'),(2,3886,'master'),(2,3887,'20.x'),(2,3887,'master'),(2,3888,'20.x'),(2,3888,'master'),(2,3889,'20.x'),(2,3889,'master'),(2,3890,'20.x'),(2,3890,'master'),(2,3891,'20.x'),(2,3891,'master'),(2,3892,'20.x'),(2,3892,'master'),(2,3893,'20.x'),(2,3893,'master'),(2,3894,'20.x'),(2,3894,'master'),(2,3895,'20.x'),(2,3895,'master'),(2,3896,'20.x'),(2,3896,'master'),(2,3897,'20.x'),(2,3897,'master'),(2,3898,'20.x'),(2,3898,'master'),(2,3899,'20.x'),(2,3899,'master'),(2,3900,'20.x'),(2,3900,'master'),(2,3901,'20.x'),(2,3901,'master'),(2,3902,'20.x'),(2,3902,'master'),(2,3903,'20.x'),(2,3903,'master'),(2,3904,'20.x'),(2,3904,'master'),(2,3905,'20.x'),(2,3905,'master'),(2,3906,'20.x'),(2,3906,'master'),(2,3907,'20.x'),(2,3907,'master'),(2,3908,'20.x'),(2,3908,'master'),(2,3909,'20.x'),(2,3909,'master'),(2,3910,'20.x'),(2,3910,'master'),(2,3911,'20.x'),(2,3911,'master'),(2,3912,'20.x'),(2,3912,'master'),(2,3913,'20.x'),(2,3913,'master'),(2,3914,'20.x'),(2,3914,'master'),(2,3915,'20.x'),(2,3915,'master'),(2,3916,'20.x'),(2,3916,'master'),(2,3917,'20.x'),(2,3917,'master'),(2,3918,'20.x'),(2,3918,'master'),(2,3919,'20.x'),(2,3919,'master'),(2,3920,'20.x'),(2,3920,'master'),(2,3921,'20.x'),(2,3921,'master'),(2,3922,'20.x'),(2,3922,'master'),(2,3923,'20.x'),(2,3923,'master'),(2,3924,'20.x'),(2,3924,'master'),(2,3925,'20.x'),(2,3925,'master'),(2,3926,'20.x'),(2,3926,'master'),(2,3927,'20.x'),(2,3927,'master'),(2,3928,'20.x'),(2,3928,'master'),(2,3929,'20.x'),(2,3929,'master'),(2,3930,'20.x'),(2,3930,'master'),(2,3931,'20.x'),(2,3931,'master'),(2,3932,'20.x'),(2,3932,'master'),(2,3933,'20.x'),(2,3933,'master'),(2,3934,'20.x'),(2,3934,'master'),(2,3935,'20.x'),(2,3935,'master'),(2,3936,'20.x'),(2,3936,'master'),(2,3937,'20.x'),(2,3937,'master'),(2,3938,'20.x'),(2,3938,'master'),(2,3939,'20.x'),(2,3939,'master'),(2,3940,'20.x'),(2,3940,'master'),(2,3941,'20.x'),(2,3941,'master'),(2,3942,'20.x'),(2,3942,'master'),(2,3943,'20.x'),(2,3943,'master'),(2,3944,'20.x'),(2,3944,'master'),(2,3945,'20.x'),(2,3945,'master'),(2,3946,'20.x'),(2,3946,'master'),(2,3947,'20.x'),(2,3947,'master'),(2,3948,'20.x'),(2,3948,'master'),(2,3949,'20.x'),(2,3949,'master'),(2,3950,'20.x'),(2,3950,'master'),(2,3951,'20.x'),(2,3951,'master'),(2,3952,'20.x'),(2,3952,'master'),(2,3953,'20.x'),(2,3953,'master'),(2,3954,'20.x'),(2,3954,'master'),(2,3955,'20.x'),(2,3955,'master'),(2,3956,'20.x'),(2,3956,'master'),(2,3957,'20.x'),(2,3957,'master'),(2,3958,'20.x'),(2,3958,'master'),(2,3959,'20.x'),(2,3959,'master'),(2,3960,'20.x'),(2,3960,'master'),(2,3961,'20.x'),(2,3961,'master'),(2,3962,'20.x'),(2,3962,'master'),(2,3963,'20.x'),(2,3963,'master'),(2,3964,'20.x'),(2,3964,'master'),(2,3965,'20.x'),(2,3965,'master'),(2,3966,'20.x'),(2,3966,'master'),(2,3967,'20.x'),(2,3967,'master'),(2,3968,'20.x'),(2,3968,'master'),(2,3969,'20.x'),(2,3969,'master'),(2,3970,'20.x'),(2,3970,'master'),(2,3971,'20.x'),(2,3971,'master'),(2,3972,'20.x'),(2,3972,'master'),(2,3973,'20.x'),(2,3973,'master'),(2,3974,'20.x'),(2,3974,'master'),(2,3975,'20.x'),(2,3975,'master'),(2,3976,'20.x'),(2,3976,'master'),(2,3977,'20.x'),(2,3977,'master'),(2,3978,'20.x'),(2,3978,'master'),(2,3979,'20.x'),(2,3979,'master'),(2,3980,'20.x'),(2,3980,'master'),(2,3981,'20.x'),(2,3981,'master'),(2,3982,'20.x'),(2,3982,'master'),(2,3983,'20.x'),(2,3983,'master'),(2,3984,'20.x'),(2,3984,'master'),(2,3985,'20.x'),(2,3985,'master'),(2,3986,'20.x'),(2,3986,'master'),(2,3987,'20.x'),(2,3987,'master'),(2,3988,'20.x'),(2,3988,'master'),(2,3989,'20.x'),(2,3989,'master'),(2,3990,'20.x'),(2,3990,'master'),(2,3991,'20.x'),(2,3991,'master'),(2,3992,'20.x'),(2,3992,'master'),(2,3993,'20.x'),(2,3993,'master'),(2,3994,'20.x'),(2,3994,'master'),(2,3995,'20.x'),(2,3995,'master'),(2,3996,'20.x'),(2,3996,'master'),(2,3997,'20.x'),(2,3997,'master'),(2,3998,'20.x'),(2,3998,'master'),(2,3999,'20.x'),(2,3999,'master'),(2,4000,'20.x'),(2,4000,'master'),(2,4001,'20.x'),(2,4001,'master'),(2,4002,'20.x'),(2,4002,'master'),(2,4003,'20.x'),(2,4003,'master'),(2,4004,'20.x'),(2,4004,'master'),(2,4005,'20.x'),(2,4005,'master'),(2,4006,'20.x'),(2,4006,'master'),(2,4007,'20.x'),(2,4007,'master'),(2,4008,'20.x'),(2,4008,'master'),(2,4009,'20.x'),(2,4009,'master'),(2,4010,'20.x'),(2,4010,'master'),(2,4011,'20.x'),(2,4011,'master'),(2,4012,'20.x'),(2,4012,'master'),(2,4013,'20.x'),(2,4013,'master'),(2,4014,'20.x'),(2,4014,'master'),(2,4015,'20.x'),(2,4015,'master'),(2,4016,'20.x'),(2,4016,'master'),(2,4017,'20.x'),(2,4017,'master'),(2,4018,'20.x'),(2,4018,'master'),(2,4019,'20.x'),(2,4019,'master'),(2,4020,'20.x'),(2,4020,'master'),(2,4021,'20.x'),(2,4021,'master'),(2,4022,'20.x'),(2,4022,'master'),(2,4023,'20.x'),(2,4023,'master'),(2,4024,'20.x'),(2,4024,'master'),(2,4025,'20.x'),(2,4025,'master'),(2,4026,'20.x'),(2,4026,'master'),(2,4027,'20.x'),(2,4027,'master'),(2,4028,'20.x'),(2,4028,'master'),(2,4029,'20.x'),(2,4029,'master'),(2,4030,'20.x'),(2,4030,'master'),(2,4031,'20.x'),(2,4031,'master'),(2,4032,'20.x'),(2,4032,'master'),(2,4033,'20.x'),(2,4033,'master'),(2,4034,'20.x'),(2,4034,'master'),(2,4035,'20.x'),(2,4035,'master'),(2,4036,'20.x'),(2,4036,'master'),(2,4037,'20.x'),(2,4037,'master'),(2,4038,'20.x'),(2,4038,'master'),(2,4039,'20.x'),(2,4039,'master'),(2,4040,'20.x'),(2,4040,'master'),(2,4041,'20.x'),(2,4041,'master'),(2,4042,'20.x'),(2,4042,'master'),(2,4043,'20.x'),(2,4043,'master'),(2,4044,'20.x'),(2,4044,'master'),(2,4045,'20.x'),(2,4045,'master'),(2,4046,'20.x'),(2,4046,'master'),(2,4047,'20.x'),(2,4047,'master'),(2,4048,'20.x'),(2,4048,'master'),(2,4049,'20.x'),(2,4049,'master'),(2,4050,'20.x'),(2,4050,'master'),(2,4051,'20.x'),(2,4051,'master'),(2,4052,'20.x'),(2,4052,'master'),(2,4053,'20.x'),(2,4053,'master'),(2,4054,'20.x'),(2,4054,'master'),(2,4055,'20.x'),(2,4055,'master'),(2,4056,'20.x'),(2,4056,'master'),(2,4057,'20.x'),(2,4057,'master'),(2,4058,'20.x'),(2,4058,'master'),(2,4059,'20.x'),(2,4059,'master'),(2,4060,'20.x'),(2,4060,'master'),(2,4061,'20.x'),(2,4061,'master'),(2,4062,'20.x'),(2,4062,'master'),(2,4063,'20.x'),(2,4063,'master'),(2,4064,'20.x'),(2,4064,'master'),(2,4065,'20.x'),(2,4065,'master'),(2,4066,'20.x'),(2,4066,'master'),(2,4067,'20.x'),(2,4067,'master'),(2,4068,'20.x'),(2,4068,'master'),(2,4069,'20.x'),(2,4069,'master'),(2,4070,'20.x'),(2,4070,'master'),(2,4071,'20.x'),(2,4071,'master'),(2,4072,'20.x'),(2,4072,'master'),(2,4073,'20.x'),(2,4073,'master'),(2,4074,'20.x'),(2,4074,'master'),(2,4075,'20.x'),(2,4075,'master'),(2,4076,'20.x'),(2,4076,'master'),(2,4077,'20.x'),(2,4077,'master'),(2,4078,'20.x'),(2,4078,'master'),(2,4079,'20.x'),(2,4079,'master'),(2,4080,'20.x'),(2,4080,'master'),(2,4081,'20.x'),(2,4081,'master'),(2,4082,'20.x'),(2,4082,'master'),(2,4083,'20.x'),(2,4083,'master'),(2,4084,'20.x'),(2,4084,'master'),(2,4085,'20.x'),(2,4085,'master'),(2,4086,'20.x'),(2,4086,'master'),(2,4087,'20.x'),(2,4087,'master'),(2,4088,'20.x'),(2,4088,'master'),(2,4089,'20.x'),(2,4089,'master'),(2,4090,'20.x'),(2,4090,'master'),(2,4091,'20.x'),(2,4091,'master'),(2,4092,'20.x'),(2,4092,'master'),(2,4093,'20.x'),(2,4093,'master'),(2,4094,'20.x'),(2,4094,'master'),(2,4095,'20.x'),(2,4095,'master'),(2,4096,'20.x'),(2,4096,'master'),(2,4097,'20.x'),(2,4097,'master'),(2,4098,'20.x'),(2,4098,'master'),(2,4099,'20.x'),(2,4099,'master'),(2,4100,'20.x'),(2,4100,'master'),(2,4101,'20.x'),(2,4101,'master'),(2,4102,'20.x'),(2,4102,'master'),(2,4103,'20.x'),(2,4103,'master'),(2,4104,'20.x'),(2,4104,'master'),(2,4105,'20.x'),(2,4105,'master'),(2,4106,'20.x'),(2,4106,'master'),(2,4107,'20.x'),(2,4107,'master'),(2,4108,'20.x'),(2,4108,'master'),(2,4109,'20.x'),(2,4109,'master'),(2,4110,'20.x'),(2,4110,'master'),(2,4111,'20.x'),(2,4111,'master'),(2,4112,'20.x'),(2,4112,'master'),(2,4113,'20.x'),(2,4113,'master'),(2,4114,'20.x'),(2,4114,'master'),(2,4115,'20.x'),(2,4115,'master'),(2,4116,'20.x'),(2,4116,'master'),(2,4117,'20.x'),(2,4117,'master'),(2,4118,'20.x'),(2,4118,'master'),(2,4119,'20.x'),(2,4119,'master'),(2,4120,'20.x'),(2,4120,'master'),(2,4121,'20.x'),(2,4121,'master'),(2,4122,'20.x'),(2,4122,'master'),(2,4123,'20.x'),(2,4123,'master'),(2,4124,'20.x'),(2,4124,'master'),(2,4125,'20.x'),(2,4125,'master'),(2,4126,'20.x'),(2,4126,'master'),(2,4127,'20.x'),(2,4127,'master'),(2,4128,'20.x'),(2,4128,'master'),(2,4129,'20.x'),(2,4129,'master'),(2,4130,'20.x'),(2,4130,'master'),(2,4131,'20.x'),(2,4131,'master'),(2,4132,'20.x'),(2,4132,'master'),(2,4133,'20.x'),(2,4133,'master'),(2,4134,'20.x'),(2,4134,'master'),(2,4135,'20.x'),(2,4135,'master'),(2,4136,'20.x'),(2,4136,'master'),(2,4137,'20.x'),(2,4137,'master'),(2,4138,'20.x'),(2,4138,'master'),(2,4139,'20.x'),(2,4139,'master'),(2,4140,'20.x'),(2,4140,'master'),(2,4141,'20.x'),(2,4141,'master'),(2,4142,'20.x'),(2,4142,'master'),(2,4143,'20.x'),(2,4143,'master'),(2,4144,'20.x'),(2,4144,'master'),(2,4145,'20.x'),(2,4145,'master'),(2,4146,'20.x'),(2,4146,'master'),(2,4147,'20.x'),(2,4147,'master'),(2,4148,'20.x'),(2,4148,'master'),(2,4149,'20.x'),(2,4149,'master'),(2,4150,'20.x'),(2,4150,'master'),(2,4151,'20.x'),(2,4151,'master'),(2,4152,'20.x'),(2,4152,'master'),(2,4153,'20.x'),(2,4153,'master'),(2,4154,'20.x'),(2,4154,'master'),(2,4155,'20.x'),(2,4155,'master'),(2,4156,'20.x'),(2,4156,'master'),(2,4157,'20.x'),(2,4157,'master'),(2,4158,'20.x'),(2,4158,'master'),(2,4159,'20.x'),(2,4159,'master'),(2,4160,'20.x'),(2,4160,'master'),(2,4161,'20.x'),(2,4161,'master'),(2,4162,'20.x'),(2,4162,'master'),(2,4163,'20.x'),(2,4163,'master'),(2,4164,'20.x'),(2,4164,'master'),(2,4165,'20.x'),(2,4165,'master'),(2,4166,'20.x'),(2,4166,'master'),(2,4167,'20.x'),(2,4167,'master'),(2,4168,'20.x'),(2,4168,'master'),(2,4169,'20.x'),(2,4169,'master'),(2,4170,'20.x'),(2,4170,'master'),(2,4171,'20.x'),(2,4171,'master'),(2,4172,'20.x'),(2,4172,'master'),(2,4173,'20.x'),(2,4173,'master'),(2,4174,'20.x'),(2,4174,'master'),(2,4175,'20.x'),(2,4175,'master'),(2,4176,'20.x'),(2,4176,'master'),(2,4177,'20.x'),(2,4177,'master'),(2,4178,'20.x'),(2,4178,'master'),(2,4179,'20.x'),(2,4179,'master'),(2,4180,'20.x'),(2,4180,'master'),(2,4181,'20.x'),(2,4181,'master'),(2,4182,'20.x'),(2,4182,'master'),(2,4183,'20.x'),(2,4183,'master'),(2,4184,'20.x'),(2,4184,'master'),(2,4185,'20.x'),(2,4185,'master'),(2,4186,'20.x'),(2,4186,'master'),(2,4187,'20.x'),(2,4187,'master'),(2,4188,'20.x'),(2,4188,'master'),(2,4189,'20.x'),(2,4189,'master'),(2,4190,'20.x'),(2,4190,'master'),(2,4191,'20.x'),(2,4191,'master'),(2,4192,'20.x'),(2,4192,'master'),(2,4193,'20.x'),(2,4193,'master'),(2,4194,'20.x'),(2,4194,'master'),(2,4195,'20.x'),(2,4195,'master'),(2,4196,'20.x'),(2,4196,'master'),(2,4197,'20.x'),(2,4197,'master'),(2,4198,'20.x'),(2,4198,'master'),(2,4199,'20.x'),(2,4199,'master'),(2,4200,'20.x'),(2,4200,'master'),(2,4201,'20.x'),(2,4201,'master'),(2,4202,'20.x'),(2,4202,'master'),(2,4203,'20.x'),(2,4203,'master'),(2,4204,'20.x'),(2,4204,'master'),(2,4205,'20.x'),(2,4205,'master'),(2,4206,'20.x'),(2,4206,'master'),(2,4207,'20.x'),(2,4207,'master'),(2,4208,'20.x'),(2,4208,'master'),(2,4209,'20.x'),(2,4209,'master'),(2,4210,'20.x'),(2,4210,'master'),(2,4211,'20.x'),(2,4211,'master'),(2,4212,'20.x'),(2,4212,'master'),(2,4213,'20.x'),(2,4213,'master'),(2,4214,'20.x'),(2,4214,'master'),(2,4215,'20.x'),(2,4215,'master'),(2,4216,'20.x'),(2,4216,'master'),(2,4217,'20.x'),(2,4217,'master'),(2,4218,'20.x'),(2,4218,'master'),(2,4219,'20.x'),(2,4219,'master'),(2,4220,'20.x'),(2,4220,'master'),(2,4221,'20.x'),(2,4221,'master'),(2,4222,'20.x'),(2,4222,'master'),(2,4223,'20.x'),(2,4223,'master'),(2,4224,'20.x'),(2,4224,'master'),(2,4225,'20.x'),(2,4225,'master'),(2,4226,'20.x'),(2,4226,'master'),(2,4227,'20.x'),(2,4227,'master'),(2,4228,'20.x'),(2,4228,'master'),(2,4229,'20.x'),(2,4229,'master'),(2,4230,'20.x'),(2,4230,'master'),(2,4231,'20.x'),(2,4231,'master'),(2,4232,'20.x'),(2,4232,'master'),(2,4233,'20.x'),(2,4233,'master'),(2,4234,'20.x'),(2,4234,'master'),(2,4235,'20.x'),(2,4235,'master'),(2,4236,'20.x'),(2,4236,'master'),(2,4237,'20.x'),(2,4237,'master'),(2,4238,'20.x'),(2,4238,'master'),(2,4239,'20.x'),(2,4239,'master'),(2,4240,'20.x'),(2,4240,'master'),(2,4241,'20.x'),(2,4241,'master'),(2,4242,'20.x'),(2,4242,'master'),(2,4243,'20.x'),(2,4243,'master'),(2,4244,'20.x'),(2,4244,'master'),(2,4245,'20.x'),(2,4245,'master'),(2,4246,'20.x'),(2,4246,'master'),(2,4247,'20.x'),(2,4247,'master'),(2,4248,'20.x'),(2,4248,'master'),(2,4249,'20.x'),(2,4249,'master'),(2,4250,'20.x'),(2,4250,'master'),(2,4251,'20.x'),(2,4251,'master'),(2,4252,'20.x'),(2,4252,'master'),(2,4253,'20.x'),(2,4253,'master'),(2,4254,'20.x'),(2,4254,'master'),(2,4255,'20.x'),(2,4255,'master'),(2,4256,'20.x'),(2,4256,'master'),(2,4257,'20.x'),(2,4257,'master'),(2,4258,'20.x'),(2,4258,'master'),(2,4259,'20.x'),(2,4259,'master'),(2,4260,'20.x'),(2,4260,'master'),(2,4261,'20.x'),(2,4261,'master'),(2,4262,'20.x'),(2,4262,'master'),(2,4263,'20.x'),(2,4263,'master'),(2,4264,'20.x'),(2,4264,'master'),(2,4265,'20.x'),(2,4265,'master'),(2,4266,'20.x'),(2,4266,'master'),(2,4267,'20.x'),(2,4267,'master'),(2,4268,'20.x'),(2,4268,'master'),(2,4269,'20.x'),(2,4269,'master'),(2,4270,'20.x'),(2,4270,'master'),(2,4271,'20.x'),(2,4271,'master'),(2,4272,'20.x'),(2,4272,'master'),(2,4273,'20.x'),(2,4273,'master'),(2,4274,'20.x'),(2,4274,'master'),(2,4275,'20.x'),(2,4275,'master'),(2,4276,'20.x'),(2,4276,'master'),(2,4277,'20.x'),(2,4277,'master'),(2,4278,'20.x'),(2,4278,'master'),(2,4279,'20.x'),(2,4279,'master'),(2,4280,'20.x'),(2,4280,'master'),(2,4281,'20.x'),(2,4281,'master'),(2,4282,'20.x'),(2,4282,'master'),(2,4283,'20.x'),(2,4283,'master'),(2,4284,'20.x'),(2,4284,'master'),(2,4285,'20.x'),(2,4285,'master'),(2,4286,'20.x'),(2,4286,'master'),(2,4287,'20.x'),(2,4287,'master'),(2,4288,'20.x'),(2,4288,'master'),(2,4289,'20.x'),(2,4289,'master'),(2,4290,'20.x'),(2,4290,'master'),(2,4291,'20.x'),(2,4291,'master'),(2,4292,'20.x'),(2,4292,'master'),(2,4293,'20.x'),(2,4293,'master'),(2,4294,'20.x'),(2,4294,'master'),(2,4295,'20.x'),(2,4295,'master'),(2,4296,'20.x'),(2,4296,'master'),(2,4297,'20.x'),(2,4297,'master'),(2,4298,'20.x'),(2,4298,'master'),(2,4299,'20.x'),(2,4299,'master'),(2,4300,'20.x'),(2,4300,'master'),(2,4301,'20.x'),(2,4301,'master'),(2,4302,'20.x'),(2,4302,'master'),(2,4303,'20.x'),(2,4303,'master'),(2,4304,'20.x'),(2,4304,'master'),(2,4305,'20.x'),(2,4305,'master'),(2,4306,'20.x'),(2,4306,'master'),(2,4307,'20.x'),(2,4307,'master'),(2,4308,'20.x'),(2,4308,'master'),(2,4309,'20.x'),(2,4309,'master'),(2,4310,'20.x'),(2,4310,'master'),(2,4311,'20.x'),(2,4311,'master'),(2,4312,'20.x'),(2,4312,'master'),(2,4313,'20.x'),(2,4313,'master'),(2,4314,'20.x'),(2,4314,'master'),(2,4315,'20.x'),(2,4315,'master'),(2,4316,'20.x'),(2,4316,'master'),(2,4317,'20.x'),(2,4317,'master'),(2,4318,'20.x'),(2,4318,'master'),(2,4319,'20.x'),(2,4319,'master'),(2,4320,'20.x'),(2,4320,'master'),(2,4321,'20.x'),(2,4321,'master'),(2,4322,'20.x'),(2,4322,'master'),(2,4323,'20.x'),(2,4323,'master'),(2,4324,'20.x'),(2,4324,'master'),(2,4325,'20.x'),(2,4325,'master'),(2,4326,'20.x'),(2,4326,'master'),(2,4327,'20.x'),(2,4327,'master'),(2,4328,'20.x'),(2,4328,'master'),(2,4329,'20.x'),(2,4329,'master'),(2,4330,'20.x'),(2,4330,'master'),(2,4331,'20.x'),(2,4331,'master'),(2,4332,'20.x'),(2,4332,'master'),(2,4333,'20.x'),(2,4333,'master'),(2,4334,'20.x'),(2,4334,'master'),(2,4335,'20.x'),(2,4335,'master'),(2,4336,'20.x'),(2,4336,'master'),(2,4337,'20.x'),(2,4337,'master'),(2,4338,'20.x'),(2,4338,'master'),(2,4339,'20.x'),(2,4339,'master'),(2,4340,'20.x'),(2,4340,'master'),(2,4341,'20.x'),(2,4341,'master'),(2,4342,'20.x'),(2,4342,'master'),(2,4343,'20.x'),(2,4343,'master'),(2,4344,'20.x'),(2,4344,'master'),(2,4345,'20.x'),(2,4345,'master'),(2,4346,'20.x'),(2,4346,'master'),(2,4347,'20.x'),(2,4347,'master'),(2,4348,'20.x'),(2,4348,'master'),(2,4349,'20.x'),(2,4349,'master'),(2,4350,'20.x'),(2,4350,'master'),(2,4351,'20.x'),(2,4351,'master'),(2,4352,'20.x'),(2,4352,'master'),(2,4353,'20.x'),(2,4353,'master'),(2,4354,'20.x'),(2,4354,'master'),(2,4355,'20.x'),(2,4355,'master'),(2,4356,'20.x'),(2,4356,'master'),(2,4357,'20.x'),(2,4357,'master'),(2,4358,'20.x'),(2,4358,'master'),(2,4359,'20.x'),(2,4359,'master'),(2,4360,'20.x'),(2,4360,'master'),(2,4361,'20.x'),(2,4361,'master'),(2,4362,'20.x'),(2,4362,'master'),(2,4363,'20.x'),(2,4363,'master'),(2,4364,'20.x'),(2,4364,'master'),(2,4365,'20.x'),(2,4365,'master'),(2,4366,'20.x'),(2,4366,'master'),(2,4367,'20.x'),(2,4367,'master'),(2,4368,'20.x'),(2,4368,'master'),(2,4369,'20.x'),(2,4369,'master'),(2,4370,'20.x'),(2,4370,'master'),(2,4371,'20.x'),(2,4371,'master'),(2,4372,'20.x'),(2,4372,'master'),(2,4373,'20.x'),(2,4373,'master'),(2,4374,'20.x'),(2,4374,'master'),(2,4375,'20.x'),(2,4375,'master'),(2,4376,'20.x'),(2,4376,'master'),(2,4377,'20.x'),(2,4377,'master'),(2,4378,'20.x'),(2,4378,'master'),(2,4379,'20.x'),(2,4379,'master'),(2,4380,'20.x'),(2,4380,'master'),(2,4381,'20.x'),(2,4381,'master'),(2,4382,'20.x'),(2,4382,'master'),(2,4383,'20.x'),(2,4383,'master'),(2,4384,'20.x'),(2,4384,'master'),(2,4385,'20.x'),(2,4385,'master'),(2,4386,'20.x'),(2,4386,'master'),(2,4387,'20.x'),(2,4387,'master'),(2,4388,'20.x'),(2,4388,'master'),(2,4389,'20.x'),(2,4389,'master'),(2,4390,'20.x'),(2,4390,'master'),(2,4391,'20.x'),(2,4391,'master'),(2,4392,'20.x'),(2,4392,'master'),(2,4393,'20.x'),(2,4393,'master'),(2,4394,'20.x'),(2,4394,'master'),(2,4395,'20.x'),(2,4395,'master'),(2,4396,'20.x'),(2,4396,'master'),(2,4397,'20.x'),(2,4397,'master'),(2,4398,'20.x'),(2,4398,'master'),(2,4399,'20.x'),(2,4399,'master'),(2,4400,'20.x'),(2,4400,'master'),(2,4401,'20.x'),(2,4401,'master'),(2,4402,'20.x'),(2,4402,'master'),(2,4403,'20.x'),(2,4403,'master'),(2,4404,'20.x'),(2,4404,'master'),(2,4405,'20.x'),(2,4405,'master'),(2,4406,'20.x'),(2,4406,'master'),(2,4407,'20.x'),(2,4407,'master'),(2,4408,'20.x'),(2,4408,'master'),(2,4409,'20.x'),(2,4409,'master'),(2,4410,'20.x'),(2,4410,'master'),(2,4411,'20.x'),(2,4411,'master'),(2,4412,'20.x'),(2,4412,'master'),(2,4413,'20.x'),(2,4413,'master'),(2,4414,'20.x'),(2,4414,'master'),(2,4415,'20.x'),(2,4415,'master'),(2,4416,'20.x'),(2,4416,'master'),(2,4417,'20.x'),(2,4417,'master'),(2,4418,'20.x'),(2,4418,'master'),(2,4419,'20.x'),(2,4419,'master'),(2,4420,'20.x'),(2,4420,'master'),(2,4421,'20.x'),(2,4421,'master'),(2,4422,'20.x'),(2,4422,'master'),(2,4423,'20.x'),(2,4423,'master'),(2,4424,'20.x'),(2,4424,'master'),(2,4425,'20.x'),(2,4425,'master'),(2,4426,'20.x'),(2,4426,'master'),(2,4427,'20.x'),(2,4427,'master'),(2,4428,'20.x'),(2,4428,'master'),(2,4429,'20.x'),(2,4429,'master'),(2,4430,'20.x'),(2,4430,'master'),(2,4431,'20.x'),(2,4431,'master'),(2,4432,'20.x'),(2,4432,'master'),(2,4433,'20.x'),(2,4433,'master'),(2,4434,'20.x'),(2,4434,'master'),(2,4435,'20.x'),(2,4435,'master'),(2,4436,'20.x'),(2,4436,'master'),(2,4437,'20.x'),(2,4437,'master'),(2,4438,'20.x'),(2,4438,'master'),(2,4439,'20.x'),(2,4439,'master'),(2,4440,'20.x'),(2,4440,'master'),(2,4441,'20.x'),(2,4441,'master'),(2,4442,'20.x'),(2,4442,'master'),(2,4443,'20.x'),(2,4443,'master'),(2,4444,'20.x'),(2,4444,'master'),(2,4445,'20.x'),(2,4445,'master'),(2,4446,'20.x'),(2,4446,'master'),(2,4447,'20.x'),(2,4447,'master'),(2,4448,'20.x'),(2,4448,'master'),(2,4449,'20.x'),(2,4449,'master'),(2,4450,'20.x'),(2,4450,'master'),(2,4451,'20.x'),(2,4451,'master'),(2,4452,'20.x'),(2,4452,'master'),(2,4453,'20.x'),(2,4453,'master'),(2,4454,'20.x'),(2,4454,'master'),(2,4455,'20.x'),(2,4455,'master'),(2,4456,'20.x'),(2,4456,'master'),(2,4457,'20.x'),(2,4457,'master'),(2,4458,'20.x'),(2,4458,'master'),(2,4459,'20.x'),(2,4459,'master'),(2,4460,'20.x'),(2,4460,'master'),(2,4461,'20.x'),(2,4461,'master'),(2,4462,'20.x'),(2,4462,'master'),(2,4463,'20.x'),(2,4463,'master'),(2,4464,'20.x'),(2,4464,'master'),(2,4465,'20.x'),(2,4465,'master'),(2,4466,'20.x'),(2,4466,'master'),(2,4467,'20.x'),(2,4467,'master'),(2,4468,'20.x'),(2,4468,'master'),(2,4469,'20.x'),(2,4469,'master'),(2,4470,'20.x'),(2,4470,'master'),(2,4471,'20.x'),(2,4471,'master'),(2,4472,'20.x'),(2,4472,'master'),(2,4473,'20.x'),(2,4473,'master'),(2,4474,'20.x'),(2,4474,'master'),(2,4475,'20.x'),(2,4475,'master'),(2,4476,'20.x'),(2,4476,'master'),(2,4477,'20.x'),(2,4477,'master'),(2,4478,'20.x'),(2,4478,'master'),(2,4479,'20.x'),(2,4479,'master'),(2,4480,'20.x'),(2,4480,'master'),(2,4481,'20.x'),(2,4481,'master'),(2,4482,'20.x'),(2,4482,'master'),(2,4483,'20.x'),(2,4483,'master'),(2,4484,'20.x'),(2,4484,'master'),(2,4485,'20.x'),(2,4485,'master'),(2,4486,'20.x'),(2,4486,'master'),(2,4487,'20.x'),(2,4487,'master'),(2,4488,'20.x'),(2,4488,'master'),(2,4489,'20.x'),(2,4489,'master'),(2,4490,'20.x'),(2,4490,'master'),(2,4491,'20.x'),(2,4491,'master'),(2,4492,'20.x'),(2,4492,'master'),(2,4493,'20.x'),(2,4493,'master'),(2,4494,'20.x'),(2,4494,'master'),(2,4495,'20.x'),(2,4495,'master'),(2,4496,'20.x'),(2,4496,'master'),(2,4497,'20.x'),(2,4497,'master'),(2,4498,'20.x'),(2,4498,'master'),(2,4499,'20.x'),(2,4499,'master'),(2,4500,'20.x'),(2,4500,'master'),(2,4501,'20.x'),(2,4501,'master'),(2,4502,'20.x'),(2,4502,'master'),(2,4503,'20.x'),(2,4503,'master'),(2,4504,'20.x'),(2,4504,'master'),(2,4505,'20.x'),(2,4505,'master'),(2,4506,'20.x'),(2,4506,'master'),(2,4507,'20.x'),(2,4507,'master'),(2,4508,'20.x'),(2,4508,'master'),(2,4509,'20.x'),(2,4509,'master'),(2,4510,'20.x'),(2,4510,'master'),(2,4511,'20.x'),(2,4511,'master'),(2,4512,'20.x'),(2,4512,'master'),(2,4513,'20.x'),(2,4513,'master'),(2,4514,'20.x'),(2,4514,'master'),(2,4515,'20.x'),(2,4515,'master'),(2,4516,'20.x'),(2,4516,'master'),(2,4517,'20.x'),(2,4517,'master'),(2,4518,'20.x'),(2,4518,'master'),(2,4519,'20.x'),(2,4519,'master'),(2,4520,'20.x'),(2,4520,'master'),(2,4521,'20.x'),(2,4521,'master'),(2,4522,'20.x'),(2,4522,'master'),(2,4523,'20.x'),(2,4523,'master'),(2,4524,'20.x'),(2,4524,'master'),(2,4525,'20.x'),(2,4525,'master'),(2,4526,'20.x'),(2,4526,'master'),(2,4527,'20.x'),(2,4527,'master'),(2,4528,'20.x'),(2,4528,'master'),(2,4529,'20.x'),(2,4529,'master'),(2,4530,'20.x'),(2,4530,'master'),(2,4531,'20.x'),(2,4531,'master'),(2,4532,'20.x'),(2,4532,'master'),(2,4533,'20.x'),(2,4533,'master'),(2,4534,'20.x'),(2,4534,'master'),(2,4535,'20.x'),(2,4535,'master'),(2,4536,'20.x'),(2,4536,'master'),(2,4537,'20.x'),(2,4537,'master'),(2,4538,'20.x'),(2,4538,'master'),(2,4539,'20.x'),(2,4539,'master'),(2,4540,'20.x'),(2,4540,'master'),(2,4541,'20.x'),(2,4541,'master'),(2,4542,'20.x'),(2,4542,'master'),(2,4543,'20.x'),(2,4543,'master'),(2,4544,'20.x'),(2,4544,'master'),(2,4545,'20.x'),(2,4545,'master'),(2,4546,'20.x'),(2,4546,'master'),(2,4547,'20.x'),(2,4547,'master'),(2,4548,'20.x'),(2,4548,'master'),(2,4549,'20.x'),(2,4549,'master'),(2,4550,'20.x'),(2,4550,'master'),(2,4551,'20.x'),(2,4551,'master'),(2,4552,'20.x'),(2,4552,'master'),(2,4553,'20.x'),(2,4553,'master'),(2,4554,'20.x'),(2,4554,'master'),(2,4555,'20.x'),(2,4555,'master'),(2,4556,'20.x'),(2,4556,'master'),(2,4557,'20.x'),(2,4557,'master'),(2,4558,'20.x'),(2,4558,'master'),(2,4559,'20.x'),(2,4559,'master'),(2,4560,'20.x'),(2,4560,'master'),(2,4561,'20.x'),(2,4561,'master'),(2,4562,'20.x'),(2,4562,'master'),(2,4563,'20.x'),(2,4563,'master'),(2,4564,'20.x'),(2,4564,'master'),(2,4565,'20.x'),(2,4565,'master'),(2,4566,'20.x'),(2,4566,'master'),(2,4567,'20.x'),(2,4567,'master'),(2,4568,'20.x'),(2,4568,'master'),(2,4569,'20.x'),(2,4569,'master'),(2,4570,'20.x'),(2,4570,'master'),(2,4571,'20.x'),(2,4571,'master'),(2,4572,'20.x'),(2,4572,'master'),(2,4573,'20.x'),(2,4573,'master'),(2,4574,'20.x'),(2,4574,'master'),(2,4575,'20.x'),(2,4575,'master'),(2,4576,'20.x'),(2,4576,'master'),(2,4577,'20.x'),(2,4577,'master'),(2,4578,'20.x'),(2,4578,'master'),(2,4579,'20.x'),(2,4579,'master'),(2,4580,'20.x'),(2,4580,'master'),(2,4581,'20.x'),(2,4581,'master'),(2,4582,'20.x'),(2,4582,'master'),(2,4583,'20.x'),(2,4583,'master'),(2,4584,'20.x'),(2,4584,'master'),(2,4585,'20.x'),(2,4585,'master'),(2,4586,'20.x'),(2,4586,'master'),(2,4587,'20.x'),(2,4587,'master'),(2,4588,'20.x'),(2,4588,'master'),(2,4589,'20.x'),(2,4589,'master'),(2,4590,'20.x'),(2,4590,'master'),(2,4591,'20.x'),(2,4591,'master'),(2,4592,'20.x'),(2,4592,'master'),(2,4593,'20.x'),(2,4593,'master'),(2,4594,'20.x'),(2,4594,'master'),(2,4595,'20.x'),(2,4595,'master'),(2,4596,'20.x'),(2,4596,'master'),(2,4597,'20.x'),(2,4597,'master'),(2,4598,'20.x'),(2,4598,'master'),(2,4599,'20.x'),(2,4599,'master'),(2,4600,'20.x'),(2,4600,'master'),(2,4601,'20.x'),(2,4601,'master'),(2,4602,'20.x'),(2,4602,'master'),(2,4603,'20.x'),(2,4603,'master'),(2,4604,'20.x'),(2,4604,'master'),(2,4605,'20.x'),(2,4605,'master'),(2,4606,'20.x'),(2,4606,'master'),(2,4607,'20.x'),(2,4607,'master'),(2,4608,'20.x'),(2,4608,'master'),(2,4609,'20.x'),(2,4609,'master'),(2,4610,'20.x'),(2,4610,'master'),(2,4611,'20.x'),(2,4611,'master'),(2,4612,'20.x'),(2,4612,'master'),(2,4613,'20.x'),(2,4613,'master'),(2,4614,'20.x'),(2,4614,'master'),(2,4615,'20.x'),(2,4615,'master'),(2,4616,'20.x'),(2,4616,'master'),(2,4617,'20.x'),(2,4617,'master'),(2,4618,'20.x'),(2,4618,'master'),(2,4619,'20.x'),(2,4619,'master'),(2,4620,'20.x'),(2,4620,'master'),(2,4621,'20.x'),(2,4621,'master'),(2,4622,'20.x'),(2,4622,'master'),(2,4623,'20.x'),(2,4623,'master'),(2,4624,'20.x'),(2,4624,'master'),(2,4625,'20.x'),(2,4625,'master'),(2,4626,'20.x'),(2,4626,'master'),(2,4627,'20.x'),(2,4627,'master'),(2,4628,'20.x'),(2,4628,'master'),(2,4629,'20.x'),(2,4629,'master'),(2,4630,'20.x'),(2,4630,'master'),(2,4631,'20.x'),(2,4631,'master'),(2,4632,'20.x'),(2,4632,'master'),(2,4633,'20.x'),(2,4633,'master'),(2,4634,'20.x'),(2,4634,'master'),(2,4635,'20.x'),(2,4635,'master'),(2,4636,'20.x'),(2,4636,'master'),(2,4637,'20.x'),(2,4637,'master'),(2,4638,'20.x'),(2,4638,'master'),(2,4639,'20.x'),(2,4639,'master'),(2,4640,'20.x'),(2,4640,'master'),(2,4641,'20.x'),(2,4641,'master'),(2,4642,'20.x'),(2,4642,'master'),(2,4643,'20.x'),(2,4643,'master'),(2,4644,'20.x'),(2,4644,'master'),(2,4645,'20.x'),(2,4645,'master'),(2,4646,'20.x'),(2,4646,'master'),(2,4647,'20.x'),(2,4647,'master'),(2,4648,'20.x'),(2,4648,'master'),(2,4649,'20.x'),(2,4649,'master'),(2,4650,'20.x'),(2,4650,'master'),(2,4651,'20.x'),(2,4651,'master'),(2,4652,'20.x'),(2,4652,'master'),(2,4653,'20.x'),(2,4653,'master'),(2,4654,'20.x'),(2,4654,'master'),(2,4655,'20.x'),(2,4655,'master'),(2,4656,'20.x'),(2,4656,'master'),(2,4657,'20.x'),(2,4657,'master'),(2,4658,'20.x'),(2,4658,'master'),(2,4659,'20.x'),(2,4659,'master'),(2,4660,'20.x'),(2,4660,'master'),(2,4661,'20.x'),(2,4661,'master'),(2,4662,'20.x'),(2,4662,'master'),(2,4663,'20.x'),(2,4663,'master'),(2,4664,'20.x'),(2,4664,'master'),(2,4665,'20.x'),(2,4665,'master'),(2,4666,'20.x'),(2,4666,'master'),(2,4667,'20.x'),(2,4667,'master'),(2,4668,'20.x'),(2,4668,'master'),(2,4669,'20.x'),(2,4669,'master'),(2,4670,'20.x'),(2,4670,'master'),(2,4671,'20.x'),(2,4671,'master'),(2,4672,'20.x'),(2,4672,'master'),(2,4673,'20.x'),(2,4673,'master'),(2,4674,'20.x'),(2,4674,'master'),(2,4675,'20.x'),(2,4675,'master'),(2,4676,'20.x'),(2,4676,'master'),(2,4677,'20.x'),(2,4677,'master'),(2,4678,'20.x'),(2,4678,'master'),(2,4679,'20.x'),(2,4679,'master'),(2,4680,'20.x'),(2,4680,'master'),(2,4681,'20.x'),(2,4681,'master'),(2,4682,'20.x'),(2,4682,'master'),(2,4683,'20.x'),(2,4683,'master'),(2,4684,'20.x'),(2,4684,'master'),(2,4685,'20.x'),(2,4685,'master'),(2,4686,'20.x'),(2,4686,'master'),(2,4687,'20.x'),(2,4687,'master'),(2,4688,'20.x'),(2,4688,'master'),(2,4689,'20.x'),(2,4689,'master'),(2,4690,'20.x'),(2,4690,'master'),(2,4691,'20.x'),(2,4691,'master'),(2,4692,'20.x'),(2,4692,'master'),(2,4693,'20.x'),(2,4693,'master'),(2,4694,'20.x'),(2,4694,'master'),(2,4695,'20.x'),(2,4695,'master'),(2,4696,'20.x'),(2,4696,'master'),(2,4697,'20.x'),(2,4697,'master'),(2,4698,'20.x'),(2,4698,'master'),(2,4699,'20.x'),(2,4699,'master'),(2,4700,'20.x'),(2,4700,'master'),(2,4701,'20.x'),(2,4701,'master'),(2,4702,'20.x'),(2,4702,'master'),(2,4703,'20.x'),(2,4703,'master'),(2,4704,'20.x'),(2,4704,'master'),(2,4705,'20.x'),(2,4705,'master'),(2,4706,'20.x'),(2,4706,'master'),(2,4707,'20.x'),(2,4707,'master'),(2,4708,'20.x'),(2,4708,'master'),(2,4709,'20.x'),(2,4709,'master'),(2,4710,'20.x'),(2,4710,'master'),(2,4711,'20.x'),(2,4711,'master'),(2,4712,'20.x'),(2,4712,'master'),(2,4713,'20.x'),(2,4713,'master'),(2,4714,'20.x'),(2,4714,'master'),(2,4715,'20.x'),(2,4715,'master'),(2,4716,'20.x'),(2,4716,'master'),(2,4717,'20.x'),(2,4717,'master'),(2,4718,'20.x'),(2,4718,'master'),(2,4719,'20.x'),(2,4719,'master'),(2,4720,'20.x'),(2,4720,'master'),(2,4721,'20.x'),(2,4721,'master'),(2,4722,'20.x'),(2,4722,'master'),(2,4723,'20.x'),(2,4723,'master'),(2,4724,'20.x'),(2,4724,'master'),(2,4725,'20.x'),(2,4725,'master'),(2,4726,'20.x'),(2,4726,'master'),(2,4727,'20.x'),(2,4727,'master'),(2,4728,'20.x'),(2,4728,'master'),(2,4729,'20.x'),(2,4729,'master'),(2,4730,'20.x'),(2,4730,'master'),(2,4731,'20.x'),(2,4731,'master'),(2,4732,'20.x'),(2,4732,'master'),(2,4733,'20.x'),(2,4733,'master'),(2,4734,'20.x'),(2,4734,'master'),(2,4735,'20.x'),(2,4735,'master'),(2,4736,'20.x'),(2,4736,'master'),(2,4737,'20.x'),(2,4737,'master'),(2,4738,'20.x'),(2,4738,'master'),(2,4739,'20.x'),(2,4739,'master'),(2,4740,'20.x'),(2,4740,'master'),(2,4741,'20.x'),(2,4741,'master'),(2,4742,'20.x'),(2,4742,'master'),(2,4743,'20.x'),(2,4743,'master'),(2,4744,'20.x'),(2,4744,'master'),(2,4745,'20.x'),(2,4745,'master'),(2,4746,'20.x'),(2,4746,'master'),(2,4747,'20.x'),(2,4747,'master'),(2,4748,'20.x'),(2,4748,'master'),(2,4749,'20.x'),(2,4749,'master'),(2,4750,'20.x'),(2,4750,'master'),(2,4751,'20.x'),(2,4751,'master'),(2,4752,'20.x'),(2,4752,'master'),(2,4753,'20.x'),(2,4753,'master'),(2,4754,'20.x'),(2,4754,'master'),(2,4755,'20.x'),(2,4755,'master'),(2,4756,'20.x'),(2,4756,'master'),(2,4757,'20.x'),(2,4757,'master'),(2,4758,'20.x'),(2,4758,'master'),(2,4759,'20.x'),(2,4759,'master'),(2,4760,'20.x'),(2,4760,'master'),(2,4761,'20.x'),(2,4761,'master'),(2,4762,'20.x'),(2,4762,'master'),(2,4763,'20.x'),(2,4763,'master'),(2,4764,'20.x'),(2,4764,'master'),(2,4765,'20.x'),(2,4765,'master'),(2,4766,'20.x'),(2,4766,'master'),(2,4767,'20.x'),(2,4767,'master'),(2,4768,'20.x'),(2,4768,'master'),(2,4769,'20.x'),(2,4769,'master'),(2,4770,'20.x'),(2,4770,'master'),(2,4771,'20.x'),(2,4771,'master'),(2,4772,'20.x'),(2,4772,'master'),(2,4773,'20.x'),(2,4773,'master'),(2,4774,'20.x'),(2,4774,'master'),(2,4775,'20.x'),(2,4775,'master'),(2,4776,'20.x'),(2,4776,'master'),(2,4777,'20.x'),(2,4777,'master'),(2,4778,'20.x'),(2,4778,'master'),(2,4779,'20.x'),(2,4779,'master'),(2,4780,'20.x'),(2,4780,'master'),(2,4781,'20.x'),(2,4781,'master'),(2,4782,'20.x'),(2,4782,'master'),(2,4783,'20.x'),(2,4783,'master'),(2,4784,'20.x'),(2,4784,'master'),(2,4785,'20.x'),(2,4785,'master'),(2,4786,'20.x'),(2,4786,'master'),(2,4787,'20.x'),(2,4787,'master'),(2,4788,'20.x'),(2,4788,'master'),(2,4789,'20.x'),(2,4789,'master'),(2,4790,'20.x'),(2,4790,'master'),(2,4791,'20.x'),(2,4791,'master'),(2,4792,'20.x'),(2,4792,'master'),(2,4793,'20.x'),(2,4793,'master'),(2,4794,'20.x'),(2,4794,'master'),(2,4795,'20.x'),(2,4795,'master'),(2,4796,'20.x'),(2,4796,'master'),(2,4797,'20.x'),(2,4797,'master'),(2,4798,'20.x'),(2,4798,'master'),(2,4799,'20.x'),(2,4799,'master'),(2,4800,'20.x'),(2,4800,'master'),(2,4801,'20.x'),(2,4801,'master'),(2,4802,'20.x'),(2,4802,'master'),(2,4803,'20.x'),(2,4803,'master'),(2,4804,'20.x'),(2,4804,'master'),(2,4805,'20.x'),(2,4805,'master'),(2,4806,'20.x'),(2,4806,'master'),(2,4807,'20.x'),(2,4807,'master'),(2,4808,'20.x'),(2,4808,'master'),(2,4809,'20.x'),(2,4809,'master'),(2,4810,'20.x'),(2,4810,'master'),(2,4811,'20.x'),(2,4811,'master'),(2,4812,'20.x'),(2,4812,'master'),(2,4813,'20.x'),(2,4813,'master'),(2,4814,'20.x'),(2,4814,'master'),(2,4815,'20.x'),(2,4815,'master'),(2,4816,'20.x'),(2,4816,'master'),(2,4817,'20.x'),(2,4817,'master'),(2,4818,'20.x'),(2,4818,'master'),(2,4819,'20.x'),(2,4819,'master'),(2,4820,'20.x'),(2,4820,'master'),(2,4821,'20.x'),(2,4821,'master'),(2,4822,'20.x'),(2,4822,'master'),(2,4823,'20.x'),(2,4823,'master'),(2,4824,'20.x'),(2,4824,'master'),(2,4825,'20.x'),(2,4825,'master'),(2,4826,'20.x'),(2,4826,'master'),(2,4827,'20.x'),(2,4827,'master'),(2,4828,'20.x'),(2,4828,'master'),(2,4829,'20.x'),(2,4829,'master'),(2,4830,'20.x'),(2,4830,'master'),(2,4831,'20.x'),(2,4831,'master'),(2,4832,'20.x'),(2,4832,'master'),(2,4833,'20.x'),(2,4833,'master'),(2,4834,'20.x'),(2,4834,'master'),(2,4835,'20.x'),(2,4835,'master'),(2,4836,'20.x'),(2,4836,'master'),(2,4837,'20.x'),(2,4837,'master'),(2,4838,'20.x'),(2,4838,'master'),(2,4839,'20.x'),(2,4839,'master'),(2,4840,'20.x'),(2,4840,'master'),(2,4841,'20.x'),(2,4841,'master'),(2,4842,'20.x'),(2,4842,'master'),(2,4843,'20.x'),(2,4843,'master'),(2,4844,'20.x'),(2,4844,'master'),(2,4845,'20.x'),(2,4845,'master'),(2,4846,'20.x'),(2,4846,'master'),(2,4847,'20.x'),(2,4847,'master'),(2,4848,'20.x'),(2,4848,'master'),(2,4849,'20.x'),(2,4849,'master'),(2,4850,'20.x'),(2,4850,'master'),(2,4851,'20.x'),(2,4851,'master'),(2,4852,'20.x'),(2,4852,'master'),(2,4853,'20.x'),(2,4853,'master'),(2,4854,'20.x'),(2,4854,'master'),(2,4855,'20.x'),(2,4855,'master'),(2,4856,'20.x'),(2,4856,'master'),(2,4857,'20.x'),(2,4857,'master'),(2,4858,'20.x'),(2,4858,'master'),(2,4859,'20.x'),(2,4859,'master'),(2,4860,'20.x'),(2,4860,'master'),(2,4861,'20.x'),(2,4861,'master'),(2,4862,'20.x'),(2,4862,'master'),(2,4863,'20.x'),(2,4863,'master'),(2,4864,'20.x'),(2,4864,'master'),(2,4865,'20.x'),(2,4865,'master'),(2,4866,'20.x'),(2,4866,'master'),(2,4867,'20.x'),(2,4867,'master'),(2,4868,'20.x'),(2,4868,'master'),(2,4869,'20.x'),(2,4869,'master'),(2,4870,'20.x'),(2,4870,'master'),(2,4871,'20.x'),(2,4871,'master'),(2,4872,'20.x'),(2,4872,'master'),(2,4873,'20.x'),(2,4873,'master'),(2,4874,'20.x'),(2,4874,'master'),(2,4875,'20.x'),(2,4875,'master'),(2,4876,'20.x'),(2,4876,'master'),(2,4877,'20.x'),(2,4877,'master'),(2,4878,'20.x'),(2,4878,'master'),(2,4879,'20.x'),(2,4879,'master'),(2,4880,'20.x'),(2,4880,'master'),(2,4881,'20.x'),(2,4881,'master'),(2,4882,'20.x'),(2,4882,'master'),(2,4883,'20.x'),(2,4883,'master'),(2,4884,'20.x'),(2,4884,'master'),(2,4885,'20.x'),(2,4885,'master'),(2,4886,'20.x'),(2,4886,'master'),(2,4887,'20.x'),(2,4887,'master'),(2,4888,'20.x'),(2,4888,'master'),(2,4889,'20.x'),(2,4889,'master'),(2,4890,'20.x'),(2,4890,'master'),(2,4891,'20.x'),(2,4891,'master'),(2,4892,'20.x'),(2,4892,'master'),(2,4893,'20.x'),(2,4893,'master'),(2,4894,'20.x'),(2,4894,'master'),(2,4895,'20.x'),(2,4895,'master'),(2,4896,'20.x'),(2,4896,'master'),(2,4897,'20.x'),(2,4897,'master'),(2,4898,'20.x'),(2,4898,'master'),(2,4899,'20.x'),(2,4899,'master'),(2,4900,'20.x'),(2,4900,'master'),(2,4901,'20.x'),(2,4901,'master'),(2,4902,'20.x'),(2,4902,'master'),(2,4903,'20.x'),(2,4903,'master'),(2,4904,'20.x'),(2,4904,'master'),(2,4905,'20.x'),(2,4905,'master'),(2,4906,'20.x'),(2,4906,'master'),(2,4907,'20.x'),(2,4907,'master'),(2,4908,'20.x'),(2,4908,'master'),(2,4909,'20.x'),(2,4909,'master'),(2,4910,'20.x'),(2,4910,'master'),(2,4911,'20.x'),(2,4911,'master'),(2,4912,'20.x'),(2,4912,'master'),(2,4913,'20.x'),(2,4913,'master'),(2,4914,'20.x'),(2,4914,'master'),(2,4915,'20.x'),(2,4915,'master'),(2,4916,'20.x'),(2,4916,'master'),(2,4917,'20.x'),(2,4917,'master'),(2,4918,'20.x'),(2,4918,'master'),(2,4919,'20.x'),(2,4919,'master'),(2,4920,'20.x'),(2,4920,'master'),(2,4921,'20.x'),(2,4921,'master'),(2,4922,'20.x'),(2,4922,'master'),(2,4923,'20.x'),(2,4923,'master'),(2,4924,'20.x'),(2,4924,'master'),(2,4925,'20.x'),(2,4925,'master'),(2,4926,'20.x'),(2,4926,'master'),(2,4927,'20.x'),(2,4927,'master'),(2,4928,'20.x'),(2,4928,'master'),(2,4929,'20.x'),(2,4929,'master'),(2,4930,'20.x'),(2,4930,'master'),(2,4931,'20.x'),(2,4931,'master'),(2,4932,'20.x'),(2,4932,'master'),(2,4933,'20.x'),(2,4933,'master'),(2,4934,'20.x'),(2,4934,'master'),(2,4935,'20.x'),(2,4935,'master'),(2,4936,'20.x'),(2,4936,'master'),(2,4937,'20.x'),(2,4937,'master'),(2,4938,'20.x'),(2,4938,'master'),(2,4939,'20.x'),(2,4939,'master'),(2,4940,'20.x'),(2,4940,'master'),(2,4941,'20.x'),(2,4941,'master'),(2,4942,'20.x'),(2,4942,'master'),(2,4943,'20.x'),(2,4943,'master'),(2,4944,'20.x'),(2,4944,'master'),(2,4945,'20.x'),(2,4945,'master'),(2,4946,'20.x'),(2,4946,'master'),(2,4947,'20.x'),(2,4947,'master'),(2,4948,'20.x'),(2,4948,'master'),(2,4949,'20.x'),(2,4949,'master'),(2,4950,'20.x'),(2,4950,'master'),(2,4951,'20.x'),(2,4951,'master'),(2,4952,'20.x'),(2,4952,'master'),(2,4953,'20.x'),(2,4953,'master'),(2,4954,'20.x'),(2,4954,'master'),(2,4955,'20.x'),(2,4955,'master'),(2,4956,'20.x'),(2,4956,'master'),(2,4957,'20.x'),(2,4957,'master'),(2,4958,'20.x'),(2,4958,'master'),(2,4959,'20.x'),(2,4959,'master'),(2,4960,'20.x'),(2,4960,'master'),(2,4961,'20.x'),(2,4961,'master'),(2,4962,'20.x'),(2,4962,'master'),(2,4963,'20.x'),(2,4963,'master'),(2,4964,'20.x'),(2,4964,'master'),(2,4965,'20.x'),(2,4965,'master'),(2,4966,'20.x'),(2,4966,'master'),(2,4967,'20.x'),(2,4967,'master'),(2,4968,'20.x'),(2,4968,'master'),(2,4969,'20.x'),(2,4969,'master'),(2,4970,'20.x'),(2,4970,'master'),(2,4971,'20.x'),(2,4971,'master'),(2,4972,'20.x'),(2,4972,'master'),(2,4973,'20.x'),(2,4973,'master'),(2,4974,'20.x'),(2,4974,'master'),(2,4975,'20.x'),(2,4975,'master'),(2,4976,'20.x'),(2,4976,'master'),(2,4977,'20.x'),(2,4977,'master'),(2,4978,'20.x'),(2,4978,'master'),(2,4979,'20.x'),(2,4979,'master'),(2,4980,'20.x'),(2,4980,'master'),(2,4981,'20.x'),(2,4981,'master'),(2,4982,'20.x'),(2,4982,'master'),(2,4983,'20.x'),(2,4983,'master'),(2,4984,'20.x'),(2,4984,'master'),(2,4985,'20.x'),(2,4985,'master'),(2,4986,'20.x'),(2,4986,'master'),(2,4987,'20.x'),(2,4987,'master'),(2,4988,'20.x'),(2,4988,'master'),(2,4989,'20.x'),(2,4989,'master'),(2,4990,'20.x'),(2,4990,'master'),(2,4991,'20.x'),(2,4991,'master'),(2,4992,'20.x'),(2,4992,'master'),(2,4993,'20.x'),(2,4993,'master'),(2,4994,'20.x'),(2,4994,'master'),(2,4995,'20.x'),(2,4995,'master'),(2,4996,'20.x'),(2,4996,'master'),(2,4997,'20.x'),(2,4997,'master'),(2,4998,'20.x'),(2,4998,'master'),(2,4999,'20.x'),(2,4999,'master'),(2,5000,'20.x'),(2,5000,'master'),(2,5001,'20.x'),(2,5001,'master'),(2,5002,'20.x'),(2,5002,'master'),(2,5003,'20.x'),(2,5003,'master'),(2,5004,'20.x'),(2,5004,'master'),(2,5005,'20.x'),(2,5005,'master'),(2,5006,'20.x'),(2,5006,'master'),(2,5007,'20.x'),(2,5007,'master'),(2,5008,'20.x'),(2,5008,'master'),(2,5009,'20.x'),(2,5009,'master'),(2,5010,'20.x'),(2,5010,'master'),(2,5011,'20.x'),(2,5011,'master'),(2,5012,'20.x'),(2,5012,'master'),(2,5013,'20.x'),(2,5013,'master'),(2,5014,'20.x'),(2,5014,'master'),(2,5015,'20.x'),(2,5015,'master'),(2,5016,'20.x'),(2,5016,'master'),(2,5017,'20.x'),(2,5017,'master'),(2,5018,'20.x'),(2,5018,'master'),(2,5019,'20.x'),(2,5019,'master'),(2,5020,'20.x'),(2,5020,'master'),(2,5021,'20.x'),(2,5021,'master'),(2,5022,'20.x'),(2,5022,'master'),(2,5023,'20.x'),(2,5023,'master'),(2,5024,'20.x'),(2,5024,'master'),(2,5025,'20.x'),(2,5025,'master'),(2,5026,'20.x'),(2,5026,'master'),(2,5027,'20.x'),(2,5027,'master'),(2,5028,'20.x'),(2,5028,'master'),(2,5029,'20.x'),(2,5029,'master'),(2,5030,'20.x'),(2,5030,'master'),(2,5031,'20.x'),(2,5031,'master'),(2,5032,'20.x'),(2,5032,'master'),(2,5033,'20.x'),(2,5033,'master'),(2,5034,'20.x'),(2,5034,'master'),(2,5035,'20.x'),(2,5035,'master'),(2,5036,'20.x'),(2,5036,'master'),(2,5037,'20.x'),(2,5037,'master'),(2,5038,'20.x'),(2,5038,'master'),(2,5039,'20.x'),(2,5039,'master'),(2,5040,'20.x'),(2,5040,'master'),(2,5041,'20.x'),(2,5041,'master'),(2,5042,'20.x'),(2,5042,'master'),(2,5043,'20.x'),(2,5043,'master'),(2,5044,'20.x'),(2,5044,'master'),(2,5045,'20.x'),(2,5045,'master'),(2,5046,'20.x'),(2,5046,'master'),(2,5047,'20.x'),(2,5047,'master'),(2,5048,'20.x'),(2,5048,'master'),(2,5049,'20.x'),(2,5049,'master'),(2,5050,'20.x'),(2,5050,'master'),(2,5051,'20.x'),(2,5051,'master'),(2,5052,'20.x'),(2,5052,'master'),(2,5053,'20.x'),(2,5053,'master'),(2,5054,'20.x'),(2,5054,'master'),(2,5055,'20.x'),(2,5055,'master'),(2,5056,'20.x'),(2,5056,'master'),(2,5057,'20.x'),(2,5057,'master'),(2,5058,'20.x'),(2,5058,'master'),(2,5059,'20.x'),(2,5059,'master'),(2,5060,'20.x'),(2,5060,'master'),(2,5061,'20.x'),(2,5061,'master'),(2,5062,'20.x'),(2,5062,'master'),(2,5063,'20.x'),(2,5063,'master'),(2,5064,'20.x'),(2,5064,'master'),(2,5065,'20.x'),(2,5065,'master'),(2,5066,'20.x'),(2,5066,'master'),(2,5067,'20.x'),(2,5067,'master'),(2,5068,'20.x'),(2,5068,'master'),(2,5069,'20.x'),(2,5069,'master'),(2,5070,'20.x'),(2,5070,'master'),(2,5071,'20.x'),(2,5071,'master'),(2,5072,'20.x'),(2,5072,'master'),(2,5073,'20.x'),(2,5073,'master'),(2,5074,'20.x'),(2,5074,'master'),(2,5075,'20.x'),(2,5075,'master'),(2,5076,'20.x'),(2,5076,'master'),(2,5077,'20.x'),(2,5077,'master'),(2,5078,'20.x'),(2,5078,'master'),(2,5079,'20.x'),(2,5079,'master'),(2,5080,'20.x'),(2,5080,'master'),(2,5081,'20.x'),(2,5081,'master'),(2,5082,'20.x'),(2,5082,'master'),(2,5083,'20.x'),(2,5083,'master'),(2,5084,'20.x'),(2,5084,'master'),(2,5085,'20.x'),(2,5085,'master'),(2,5086,'20.x'),(2,5086,'master'),(2,5087,'20.x'),(2,5087,'master'),(2,5088,'20.x'),(2,5088,'master'),(2,5089,'20.x'),(2,5089,'master'),(2,5090,'20.x'),(2,5090,'master'),(2,5091,'20.x'),(2,5091,'master'),(2,5092,'20.x'),(2,5092,'master'),(2,5093,'20.x'),(2,5093,'master'),(2,5094,'20.x'),(2,5094,'master'),(2,5095,'20.x'),(2,5095,'master'),(2,5096,'20.x'),(2,5096,'master'),(2,5097,'20.x'),(2,5097,'master'),(2,5098,'20.x'),(2,5098,'master'),(2,5099,'20.x'),(2,5099,'master'),(2,5100,'20.x'),(2,5100,'master'),(2,5101,'20.x'),(2,5101,'master'),(2,5102,'20.x'),(2,5102,'master'),(2,5103,'20.x'),(2,5103,'master'),(2,5104,'20.x'),(2,5104,'master'),(2,5105,'20.x'),(2,5105,'master'),(2,5106,'20.x'),(2,5106,'master'),(2,5107,'20.x'),(2,5107,'master'),(2,5108,'20.x'),(2,5108,'master'),(2,5109,'20.x'),(2,5109,'master'),(2,5110,'20.x'),(2,5110,'master'),(2,5111,'20.x'),(2,5111,'master'),(2,5112,'20.x'),(2,5112,'master'),(2,5113,'20.x'),(2,5113,'master'),(2,5114,'20.x'),(2,5114,'master'),(2,5115,'20.x'),(2,5115,'master'),(2,5116,'20.x'),(2,5116,'master'),(2,5117,'20.x'),(2,5117,'master'),(2,5118,'20.x'),(2,5118,'master'),(2,5119,'20.x'),(2,5119,'master'),(2,5120,'20.x'),(2,5120,'master'),(2,5121,'20.x'),(2,5121,'master'),(2,5122,'20.x'),(2,5122,'master'),(2,5123,'20.x'),(2,5123,'master'),(2,5124,'20.x'),(2,5124,'master'),(2,5125,'20.x'),(2,5125,'master'),(2,5126,'20.x'),(2,5126,'master'),(2,5127,'20.x'),(2,5127,'master'),(2,5128,'20.x'),(2,5128,'master'),(2,5129,'20.x'),(2,5129,'master'),(2,5130,'20.x'),(2,5130,'master'),(2,5131,'20.x'),(2,5131,'master'),(2,5132,'20.x'),(2,5132,'master'),(2,5133,'20.x'),(2,5133,'master'),(2,5134,'20.x'),(2,5134,'master'),(2,5135,'20.x'),(2,5135,'master'),(2,5136,'20.x'),(2,5136,'master'),(2,5137,'20.x'),(2,5137,'master'),(2,5138,'20.x'),(2,5138,'master'),(2,5139,'20.x'),(2,5139,'master'),(2,5140,'20.x'),(2,5140,'master'),(2,5141,'20.x'),(2,5141,'master'),(2,5142,'20.x'),(2,5142,'master'),(2,5143,'20.x'),(2,5143,'master'),(2,5144,'20.x'),(2,5144,'master'),(2,5145,'20.x'),(2,5145,'master'),(2,5146,'20.x'),(2,5146,'master'),(2,5147,'20.x'),(2,5147,'master'),(2,5148,'20.x'),(2,5148,'master'),(2,5149,'20.x'),(2,5149,'master'),(2,5150,'20.x'),(2,5150,'master'),(2,5151,'20.x'),(2,5151,'master'),(2,5152,'20.x'),(2,5152,'master'),(2,5153,'20.x'),(2,5153,'master'),(2,5154,'20.x'),(2,5154,'master'),(2,5155,'20.x'),(2,5155,'master'),(2,5156,'20.x'),(2,5156,'master'),(2,5157,'20.x'),(2,5157,'master'),(2,5158,'20.x'),(2,5158,'master'),(2,5159,'20.x'),(2,5159,'master'),(2,5160,'20.x'),(2,5160,'master'),(2,5161,'20.x'),(2,5161,'master'),(2,5162,'20.x'),(2,5162,'master'),(2,5163,'20.x'),(2,5163,'master'),(2,5164,'20.x'),(2,5164,'master'),(2,5165,'20.x'),(2,5165,'master'),(2,5166,'20.x'),(2,5166,'master'),(2,5167,'20.x'),(2,5167,'master'),(2,5168,'20.x'),(2,5168,'master'),(2,5169,'20.x'),(2,5169,'master'),(2,5170,'20.x'),(2,5170,'master'),(2,5171,'20.x'),(2,5171,'master'),(2,5172,'20.x'),(2,5172,'master'),(2,5173,'20.x'),(2,5173,'master'),(2,5174,'20.x'),(2,5174,'master'),(2,5175,'20.x'),(2,5175,'master'),(2,5176,'20.x'),(2,5176,'master'),(2,5177,'20.x'),(2,5177,'master'),(2,5178,'20.x'),(2,5178,'master'),(2,5179,'20.x'),(2,5179,'master'),(2,5180,'20.x'),(2,5180,'master'),(2,5181,'20.x'),(2,5181,'master'),(2,5182,'20.x'),(2,5182,'master'),(2,5183,'20.x'),(2,5183,'master'),(2,5184,'20.x'),(2,5184,'master'),(2,5185,'20.x'),(2,5185,'master'),(2,5186,'20.x'),(2,5186,'master'),(2,5187,'20.x'),(2,5187,'master'),(2,5188,'20.x'),(2,5188,'master'),(2,5189,'20.x'),(2,5189,'master'),(2,5190,'20.x'),(2,5190,'master'),(2,5191,'20.x'),(2,5191,'master'),(2,5192,'20.x'),(2,5192,'master'),(2,5193,'20.x'),(2,5193,'master'),(2,5194,'20.x'),(2,5194,'master'),(2,5195,'20.x'),(2,5195,'master'),(2,5196,'20.x'),(2,5196,'master'),(2,5197,'20.x'),(2,5197,'master'),(2,5198,'20.x'),(2,5198,'master'),(2,5199,'20.x'),(2,5199,'master'),(2,5200,'20.x'),(2,5200,'master'),(2,5201,'20.x'),(2,5201,'master'),(2,5202,'20.x'),(2,5202,'master'),(2,5203,'20.x'),(2,5203,'master'),(2,5204,'20.x'),(2,5204,'master'),(2,5205,'20.x'),(2,5205,'master'),(2,5206,'20.x'),(2,5206,'master'),(2,5207,'20.x'),(2,5207,'master'),(2,5208,'20.x'),(2,5208,'master'),(2,5209,'20.x'),(2,5209,'master'),(2,5210,'20.x'),(2,5210,'master'),(2,5211,'20.x'),(2,5211,'master'),(2,5212,'20.x'),(2,5212,'master'),(2,5213,'20.x'),(2,5213,'master'),(2,5214,'20.x'),(2,5214,'master'),(2,5215,'20.x'),(2,5215,'master'),(2,5216,'20.x'),(2,5216,'master'),(2,5217,'20.x'),(2,5217,'master'),(2,5218,'20.x'),(2,5218,'master'),(2,5219,'20.x'),(2,5219,'master'),(2,5220,'20.x'),(2,5220,'master'),(2,5221,'20.x'),(2,5221,'master'),(2,5222,'20.x'),(2,5222,'master'),(2,5223,'20.x'),(2,5223,'master'),(2,5224,'20.x'),(2,5224,'master'),(2,5225,'20.x'),(2,5225,'master'),(2,5226,'20.x'),(2,5226,'master'),(2,5227,'20.x'),(2,5227,'master'),(2,5228,'20.x'),(2,5228,'master'),(2,5229,'20.x'),(2,5229,'master'),(2,5230,'20.x'),(2,5230,'master'),(2,5231,'20.x'),(2,5231,'master'),(2,5232,'20.x'),(2,5232,'master'),(2,5233,'20.x'),(2,5233,'master'),(2,5234,'20.x'),(2,5234,'master'),(2,5235,'20.x'),(2,5235,'master'),(2,5236,'20.x'),(2,5236,'master'),(2,5237,'20.x'),(2,5237,'master'),(2,5238,'20.x'),(2,5238,'master'),(2,5239,'20.x'),(2,5239,'master'),(2,5240,'20.x'),(2,5240,'master'),(2,5241,'20.x'),(2,5241,'master'),(2,5242,'20.x'),(2,5242,'master'),(2,5243,'20.x'),(2,5243,'master'),(2,5244,'20.x'),(2,5244,'master'),(2,5245,'20.x'),(2,5245,'master'),(2,5246,'20.x'),(2,5246,'master'),(2,5247,'20.x'),(2,5247,'master'),(2,5248,'20.x'),(2,5248,'master'),(2,5249,'20.x'),(2,5249,'master'),(2,5250,'20.x'),(2,5250,'master'),(2,5251,'20.x'),(2,5251,'master'),(2,5252,'20.x'),(2,5252,'master'),(2,5253,'20.x'),(2,5253,'master'),(2,5254,'20.x'),(2,5254,'master'),(2,5255,'20.x'),(2,5255,'master'),(2,5256,'20.x'),(2,5256,'master'),(2,5257,'20.x'),(2,5257,'master'),(2,5258,'20.x'),(2,5258,'master'),(2,5259,'20.x'),(2,5259,'master'),(2,5260,'20.x'),(2,5260,'master'),(2,5261,'20.x'),(2,5261,'master'),(2,5262,'20.x'),(2,5262,'master'),(2,5263,'20.x'),(2,5263,'master'),(2,5264,'20.x'),(2,5264,'master'),(2,5265,'20.x'),(2,5265,'master'),(2,5266,'20.x'),(2,5266,'master'),(2,5267,'20.x'),(2,5267,'master'),(2,5268,'20.x'),(2,5268,'master'),(2,5269,'20.x'),(2,5269,'master'),(2,5270,'20.x'),(2,5270,'master'),(2,5271,'20.x'),(2,5271,'master'),(2,5272,'20.x'),(2,5272,'master'),(2,5273,'20.x'),(2,5273,'master'),(2,5274,'20.x'),(2,5274,'master'),(2,5275,'20.x'),(2,5275,'master'),(2,5276,'20.x'),(2,5276,'master'),(2,5277,'20.x'),(2,5277,'master'),(2,5278,'20.x'),(2,5278,'master'),(2,5279,'20.x'),(2,5279,'master'),(2,5280,'20.x'),(2,5280,'master'),(2,5281,'20.x'),(2,5281,'master'),(2,5282,'20.x'),(2,5282,'master'),(2,5283,'20.x'),(2,5283,'master'),(2,5284,'20.x'),(2,5284,'master'),(2,5285,'20.x'),(2,5285,'master'),(2,5286,'20.x'),(2,5286,'master'),(2,5287,'20.x'),(2,5287,'master'),(2,5288,'20.x'),(2,5288,'master'),(2,5289,'20.x'),(2,5289,'master'),(2,5290,'20.x'),(2,5290,'master'),(2,5291,'20.x'),(2,5291,'master'),(2,5292,'20.x'),(2,5292,'master'),(2,5293,'20.x'),(2,5293,'master'),(2,5294,'20.x'),(2,5294,'master'),(2,5295,'20.x'),(2,5295,'master'),(2,5296,'20.x'),(2,5296,'master'),(2,5297,'20.x'),(2,5297,'master'),(2,5298,'20.x'),(2,5298,'master'),(2,5299,'20.x'),(2,5299,'master'),(2,5300,'20.x'),(2,5300,'master'),(2,5301,'20.x'),(2,5301,'master'),(2,5302,'20.x'),(2,5302,'master'),(2,5303,'20.x'),(2,5303,'master'),(2,5304,'20.x'),(2,5304,'master'),(2,5305,'20.x'),(2,5305,'master'),(2,5306,'20.x'),(2,5306,'master'),(2,5307,'20.x'),(2,5307,'master'),(2,5308,'20.x'),(2,5308,'master'),(2,5309,'20.x'),(2,5309,'master'),(2,5310,'20.x'),(2,5310,'master'),(2,5311,'20.x'),(2,5311,'master'),(2,5312,'20.x'),(2,5312,'master'),(2,5313,'20.x'),(2,5313,'master'),(2,5314,'20.x'),(2,5314,'master'),(2,5315,'20.x'),(2,5315,'master'),(2,5316,'20.x'),(2,5316,'master'),(2,5317,'20.x'),(2,5317,'master'),(2,5318,'20.x'),(2,5318,'master'),(2,5319,'20.x'),(2,5319,'master'),(2,5320,'20.x'),(2,5320,'master'),(2,5321,'20.x'),(2,5321,'master'),(2,5322,'20.x'),(2,5322,'master'),(2,5323,'20.x'),(2,5323,'master'),(2,5324,'20.x'),(2,5324,'master'),(2,5325,'20.x'),(2,5325,'master'),(2,5326,'20.x'),(2,5326,'master'),(2,5327,'20.x'),(2,5327,'master'),(2,5328,'20.x'),(2,5328,'master'),(2,5329,'20.x'),(2,5329,'master'),(2,5330,'20.x'),(2,5330,'master'),(2,5331,'20.x'),(2,5331,'master'),(2,5332,'20.x'),(2,5332,'master'),(2,5333,'20.x'),(2,5333,'master'),(2,5334,'20.x'),(2,5334,'master'),(2,5335,'20.x'),(2,5335,'master'),(2,5336,'20.x'),(2,5336,'master'),(2,5337,'20.x'),(2,5337,'master'),(2,5338,'20.x'),(2,5338,'master'),(2,5339,'20.x'),(2,5339,'master'),(2,5340,'20.x'),(2,5340,'master'),(2,5341,'20.x'),(2,5341,'master'),(2,5342,'20.x'),(2,5342,'master'),(2,5343,'20.x'),(2,5343,'master'),(2,5344,'20.x'),(2,5344,'master'),(2,5345,'20.x'),(2,5345,'master'),(2,5346,'20.x'),(2,5346,'master'),(2,5347,'20.x'),(2,5347,'master'),(2,5348,'20.x'),(2,5348,'master'),(2,5349,'20.x'),(2,5349,'master'),(2,5350,'20.x'),(2,5350,'master'),(2,5351,'20.x'),(2,5351,'master'),(2,5352,'20.x'),(2,5352,'master'),(2,5353,'20.x'),(2,5353,'master'),(2,5354,'20.x'),(2,5354,'master'),(2,5355,'20.x'),(2,5355,'master'),(2,5356,'20.x'),(2,5356,'master'),(2,5357,'20.x'),(2,5357,'master'),(2,5358,'20.x'),(2,5358,'master'),(2,5359,'20.x'),(2,5359,'master'),(2,5360,'20.x'),(2,5360,'master'),(2,5361,'20.x'),(2,5361,'master'),(2,5362,'20.x'),(2,5362,'master'),(2,5363,'20.x'),(2,5363,'master'),(2,5364,'20.x'),(2,5364,'master'),(2,5365,'20.x'),(2,5365,'master'),(2,5366,'20.x'),(2,5366,'master'),(2,5367,'20.x'),(2,5367,'master'),(2,5368,'20.x'),(2,5368,'master'),(2,5369,'20.x'),(2,5369,'master'),(2,5370,'20.x'),(2,5370,'master'),(2,5371,'20.x'),(2,5371,'master'),(2,5372,'20.x'),(2,5372,'master'),(2,5373,'20.x'),(2,5373,'master'),(2,5374,'20.x'),(2,5374,'master'),(2,5375,'20.x'),(2,5375,'master'),(2,5376,'20.x'),(2,5376,'master'),(2,5377,'20.x'),(2,5377,'master'),(2,5378,'20.x'),(2,5378,'master'),(2,5379,'20.x'),(2,5379,'master'),(2,5380,'20.x'),(2,5380,'master'),(2,5381,'20.x'),(2,5381,'master'),(2,5382,'20.x'),(2,5382,'master'),(2,5383,'20.x'),(2,5383,'master'),(2,5384,'20.x'),(2,5384,'master'),(2,5385,'20.x'),(2,5385,'master'),(2,5386,'20.x'),(2,5386,'master'),(2,5387,'20.x'),(2,5387,'master'),(2,5388,'20.x'),(2,5388,'master'),(2,5389,'20.x'),(2,5389,'master'),(2,5390,'20.x'),(2,5390,'master'),(2,5391,'20.x'),(2,5391,'master'),(2,5392,'20.x'),(2,5392,'master'),(2,5393,'20.x'),(2,5393,'master'),(2,5394,'20.x'),(2,5394,'master'),(2,5395,'20.x'),(2,5395,'master'),(2,5396,'20.x'),(2,5396,'master'),(2,5397,'20.x'),(2,5397,'master'),(2,5398,'20.x'),(2,5398,'master'),(2,5399,'20.x'),(2,5399,'master'),(2,5400,'20.x'),(2,5400,'master'),(2,5401,'20.x'),(2,5401,'master'),(2,5402,'20.x'),(2,5402,'master'),(2,5403,'20.x'),(2,5403,'master'),(2,5404,'20.x'),(2,5404,'master'),(2,5405,'20.x'),(2,5405,'master'),(2,5406,'20.x'),(2,5406,'master'),(2,5407,'20.x'),(2,5407,'master'),(2,5408,'20.x'),(2,5408,'master'),(2,5409,'20.x'),(2,5409,'master'),(2,5410,'20.x'),(2,5410,'master'),(2,5411,'20.x'),(2,5411,'master'),(2,5412,'20.x'),(2,5412,'master'),(2,5413,'20.x'),(2,5413,'master'),(2,5414,'20.x'),(2,5414,'master'),(2,5415,'20.x'),(2,5415,'master'),(2,5416,'20.x'),(2,5416,'master'),(2,5417,'20.x'),(2,5417,'master'),(2,5418,'20.x'),(2,5418,'master'),(2,5419,'20.x'),(2,5419,'master'),(2,5420,'20.x'),(2,5420,'master'),(2,5421,'20.x'),(2,5421,'master'),(2,5422,'20.x'),(2,5422,'master'),(2,5423,'20.x'),(2,5423,'master'),(2,5424,'20.x'),(2,5424,'master'),(2,5425,'20.x'),(2,5425,'master'),(2,5426,'20.x'),(2,5426,'master'),(2,5427,'20.x'),(2,5427,'master'),(2,5428,'20.x'),(2,5428,'master'),(2,5429,'20.x'),(2,5429,'master'),(2,5430,'20.x'),(2,5430,'master'),(2,5431,'20.x'),(2,5431,'master'),(2,5432,'20.x'),(2,5432,'master'),(2,5433,'20.x'),(2,5433,'master'),(2,5434,'20.x'),(2,5434,'master'),(2,5435,'20.x'),(2,5435,'master'),(2,5436,'20.x'),(2,5436,'master'),(2,5437,'20.x'),(2,5437,'master'),(2,5438,'20.x'),(2,5438,'master'),(2,5439,'20.x'),(2,5439,'master'),(2,5440,'20.x'),(2,5440,'master'),(2,5441,'20.x'),(2,5441,'master'),(2,5442,'20.x'),(2,5442,'master'),(2,5443,'20.x'),(2,5443,'master'),(2,5444,'20.x'),(2,5444,'master'),(2,5445,'20.x'),(2,5445,'master'),(2,5446,'20.x'),(2,5446,'master'),(2,5447,'20.x'),(2,5447,'master'),(2,5448,'20.x'),(2,5448,'master'),(2,5449,'20.x'),(2,5449,'master'),(2,5450,'20.x'),(2,5450,'master'),(2,5451,'20.x'),(2,5451,'master'),(2,5452,'20.x'),(2,5452,'master'),(2,5453,'20.x'),(2,5453,'master'),(2,5454,'20.x'),(2,5454,'master'),(2,5455,'20.x'),(2,5455,'master'),(2,5456,'20.x'),(2,5456,'master'),(2,5457,'20.x'),(2,5457,'master'),(2,5458,'20.x'),(2,5458,'master'),(2,5459,'20.x'),(2,5459,'master'),(2,5460,'20.x'),(2,5460,'master'),(2,5461,'20.x'),(2,5461,'master'),(2,5462,'20.x'),(2,5462,'master'),(2,5463,'20.x'),(2,5463,'master'),(2,5464,'20.x'),(2,5464,'master'),(2,5465,'20.x'),(2,5465,'master'),(2,5466,'20.x'),(2,5466,'master'),(2,5467,'20.x'),(2,5467,'master'),(2,5468,'20.x'),(2,5468,'master'),(2,5469,'20.x'),(2,5469,'master'),(2,5470,'20.x'),(2,5470,'master'),(2,5471,'20.x'),(2,5471,'master'),(2,5472,'20.x'),(2,5472,'master'),(2,5473,'20.x'),(2,5473,'master'),(2,5474,'20.x'),(2,5474,'master'),(2,5475,'20.x'),(2,5475,'master'),(2,5476,'20.x'),(2,5476,'master'),(2,5477,'20.x'),(2,5477,'master'),(2,5478,'20.x'),(2,5478,'master'),(2,5479,'20.x'),(2,5479,'master'),(2,5480,'20.x'),(2,5480,'master'),(2,5481,'20.x'),(2,5481,'master'),(2,5482,'20.x'),(2,5482,'master'),(2,5483,'20.x'),(2,5483,'master'),(2,5484,'20.x'),(2,5484,'master'),(2,5485,'20.x'),(2,5485,'master'),(2,5486,'20.x'),(2,5486,'master'),(2,5487,'20.x'),(2,5487,'master'),(2,5488,'20.x'),(2,5488,'master'),(2,5489,'20.x'),(2,5489,'master'),(2,5490,'20.x'),(2,5490,'master'),(2,5491,'20.x'),(2,5491,'master'),(2,5492,'20.x'),(2,5492,'master'),(2,5493,'20.x'),(2,5493,'master'),(2,5494,'20.x'),(2,5494,'master'),(2,5495,'20.x'),(2,5495,'master'),(2,5496,'20.x'),(2,5496,'master'),(2,5497,'20.x'),(2,5497,'master'),(2,5498,'20.x'),(2,5498,'master'),(2,5499,'20.x'),(2,5499,'master'),(2,5500,'20.x'),(2,5500,'master'),(2,5501,'20.x'),(2,5501,'master'),(2,5502,'20.x'),(2,5502,'master'),(2,5503,'20.x'),(2,5503,'master'),(2,5504,'20.x'),(2,5504,'master'),(2,5505,'20.x'),(2,5505,'master'),(2,5506,'20.x'),(2,5506,'master'),(2,5507,'20.x'),(2,5507,'master'),(2,5508,'20.x'),(2,5508,'master'),(2,5509,'20.x'),(2,5509,'master'),(2,5510,'20.x'),(2,5510,'master'),(2,5511,'20.x'),(2,5511,'master'),(2,5512,'20.x'),(2,5512,'master'),(2,5513,'20.x'),(2,5513,'master'),(2,5514,'20.x'),(2,5514,'master'),(2,5515,'20.x'),(2,5515,'master'),(2,5516,'20.x'),(2,5516,'master'),(2,5517,'20.x'),(2,5517,'master'),(2,5518,'20.x'),(2,5518,'master'),(2,5519,'20.x'),(2,5519,'master'),(2,5520,'20.x'),(2,5520,'master'),(2,5521,'20.x'),(2,5521,'master'),(2,5522,'20.x'),(2,5522,'master'),(2,5523,'20.x'),(2,5523,'master'),(2,5524,'20.x'),(2,5524,'master'),(2,5525,'20.x'),(2,5525,'master'),(2,5526,'20.x'),(2,5526,'master'),(2,5527,'20.x'),(2,5527,'master'),(2,5528,'20.x'),(2,5528,'master'),(2,5529,'20.x'),(2,5529,'master'),(2,5530,'20.x'),(2,5530,'master'),(2,5531,'20.x'),(2,5531,'master'),(2,5532,'20.x'),(2,5532,'master'),(2,5533,'20.x'),(2,5533,'master'),(2,5534,'20.x'),(2,5534,'master'),(2,5535,'20.x'),(2,5535,'master'),(2,5536,'20.x'),(2,5536,'master'),(2,5537,'20.x'),(2,5537,'master'),(2,5538,'20.x'),(2,5538,'master'),(2,5539,'20.x'),(2,5539,'master'),(2,5540,'20.x'),(2,5540,'master'),(2,5541,'20.x'),(2,5541,'master'),(2,5542,'20.x'),(2,5542,'master'),(2,5543,'20.x'),(2,5543,'master'),(2,5544,'20.x'),(2,5544,'master'),(2,5545,'20.x'),(2,5545,'master'),(2,5546,'20.x'),(2,5546,'master'),(2,5547,'20.x'),(2,5547,'master'),(2,5548,'20.x'),(2,5548,'master'),(2,5549,'20.x'),(2,5549,'master'),(2,5550,'20.x'),(2,5550,'master'),(2,5551,'20.x'),(2,5551,'master'),(2,5552,'20.x'),(2,5552,'master'),(2,5553,'20.x'),(2,5553,'master'),(2,5554,'20.x'),(2,5554,'master'),(2,5555,'20.x'),(2,5555,'master'),(2,5556,'20.x'),(2,5556,'master'),(2,5557,'20.x'),(2,5557,'master'),(2,5558,'20.x'),(2,5558,'master'),(2,5559,'20.x'),(2,5559,'master'),(2,5560,'20.x'),(2,5560,'master'),(2,5561,'20.x'),(2,5561,'master'),(2,5562,'20.x'),(2,5562,'master'),(2,5563,'20.x'),(2,5563,'master'),(2,5564,'20.x'),(2,5564,'master'),(2,5565,'20.x'),(2,5565,'master'),(2,5566,'20.x'),(2,5566,'master'),(2,5567,'20.x'),(2,5567,'master'),(2,5568,'20.x'),(2,5568,'master'),(2,5569,'20.x'),(2,5569,'master'),(2,5570,'20.x'),(2,5570,'master'),(2,5571,'20.x'),(2,5571,'master'),(2,5572,'20.x'),(2,5572,'master'),(2,5573,'20.x'),(2,5573,'master'),(2,5574,'20.x'),(2,5574,'master'),(2,5575,'20.x'),(2,5575,'master'),(2,5576,'20.x'),(2,5576,'master'),(2,5577,'20.x'),(2,5577,'master'),(2,5578,'20.x'),(2,5578,'master'),(2,5579,'20.x'),(2,5579,'master'),(2,5580,'20.x'),(2,5580,'master'),(2,5581,'20.x'),(2,5581,'master'),(2,5582,'20.x'),(2,5582,'master'),(2,5583,'20.x'),(2,5583,'master'),(2,5584,'20.x'),(2,5584,'master'),(2,5585,'20.x'),(2,5585,'master'),(2,5586,'20.x'),(2,5586,'master'),(2,5587,'20.x'),(2,5587,'master'),(2,5588,'20.x'),(2,5588,'master'),(2,5589,'20.x'),(2,5589,'master'),(2,5590,'20.x'),(2,5590,'master'),(2,5591,'20.x'),(2,5591,'master'),(2,5592,'20.x'),(2,5592,'master'),(2,5593,'20.x'),(2,5593,'master'),(2,5594,'20.x'),(2,5594,'master'),(2,5595,'20.x'),(2,5595,'master'),(2,5596,'20.x'),(2,5596,'master'),(2,5597,'20.x'),(2,5597,'master'),(2,5598,'20.x'),(2,5598,'master'),(2,5599,'20.x'),(2,5599,'master'),(2,5600,'20.x'),(2,5600,'master'),(2,5601,'20.x'),(2,5601,'master'),(2,5602,'20.x'),(2,5602,'master'),(2,5603,'20.x'),(2,5603,'master'),(2,5604,'20.x'),(2,5604,'master'),(2,5605,'20.x'),(2,5605,'master'),(2,5606,'20.x'),(2,5606,'master'),(2,5607,'20.x'),(2,5607,'master'),(2,5608,'20.x'),(2,5608,'master'),(2,5609,'20.x'),(2,5609,'master'),(2,5610,'20.x'),(2,5610,'master'),(2,5611,'20.x'),(2,5611,'master'),(2,5612,'20.x'),(2,5612,'master'),(2,5613,'20.x'),(2,5613,'master'),(2,5614,'20.x'),(2,5614,'master'),(2,5615,'20.x'),(2,5615,'master'),(2,5616,'20.x'),(2,5616,'master'),(2,5617,'20.x'),(2,5617,'master'),(2,5618,'20.x'),(2,5618,'master'),(2,5619,'20.x'),(2,5619,'master'),(2,5620,'20.x'),(2,5620,'master'),(2,5621,'20.x'),(2,5621,'master'),(2,5622,'20.x'),(2,5622,'master'),(2,5623,'20.x'),(2,5623,'master'),(2,5624,'20.x'),(2,5624,'master'),(2,5625,'20.x'),(2,5625,'master'),(2,5626,'20.x'),(2,5626,'master'),(2,5627,'20.x'),(2,5627,'master'),(2,5628,'20.x'),(2,5628,'master'),(2,5629,'20.x'),(2,5629,'master'),(2,5630,'20.x'),(2,5630,'master'),(2,5631,'20.x'),(2,5631,'master'),(2,5632,'20.x'),(2,5632,'master'),(2,5633,'20.x'),(2,5633,'master'),(2,5634,'20.x'),(2,5634,'master'),(2,5635,'20.x'),(2,5635,'master'),(2,5636,'20.x'),(2,5636,'master'),(2,5637,'20.x'),(2,5637,'master'),(2,5638,'20.x'),(2,5638,'master'),(2,5639,'20.x'),(2,5639,'master'),(2,5640,'20.x'),(2,5640,'master'),(2,5641,'20.x'),(2,5641,'master'),(2,5642,'20.x'),(2,5642,'master'),(2,5643,'20.x'),(2,5643,'master'),(2,5644,'20.x'),(2,5644,'master'),(2,5645,'20.x'),(2,5645,'master'),(2,5646,'20.x'),(2,5646,'master'),(2,5647,'20.x'),(2,5647,'master'),(2,5648,'20.x'),(2,5648,'master'),(2,5649,'20.x'),(2,5649,'master'),(2,5650,'20.x'),(2,5650,'master'),(2,5651,'20.x'),(2,5651,'master'),(2,5652,'20.x'),(2,5652,'master'),(2,5653,'20.x'),(2,5653,'master'),(2,5654,'20.x'),(2,5654,'master'),(2,5655,'20.x'),(2,5655,'master'),(2,5656,'20.x'),(2,5656,'master'),(2,5657,'20.x'),(2,5657,'master'),(2,5658,'20.x'),(2,5658,'master'),(2,5659,'20.x'),(2,5659,'master'),(2,5660,'20.x'),(2,5660,'master'),(2,5661,'20.x'),(2,5661,'master'),(2,5662,'20.x'),(2,5662,'master'),(2,5663,'20.x'),(2,5663,'master'),(2,5664,'20.x'),(2,5664,'master'),(2,5665,'20.x'),(2,5665,'master'),(2,5666,'20.x'),(2,5666,'master'),(2,5667,'20.x'),(2,5667,'master'),(2,5668,'20.x'),(2,5668,'master'),(2,5669,'20.x'),(2,5669,'master'),(2,5670,'20.x'),(2,5670,'master'),(2,5671,'20.x'),(2,5671,'master'),(2,5672,'20.x'),(2,5672,'master'),(2,5673,'20.x'),(2,5673,'master'),(2,5674,'20.x'),(2,5674,'master'),(2,5675,'20.x'),(2,5675,'master'),(2,5676,'20.x'),(2,5676,'master'),(2,5677,'20.x'),(2,5677,'master'),(2,5678,'20.x'),(2,5678,'master'),(2,5679,'20.x'),(2,5679,'master'),(2,5680,'20.x'),(2,5680,'master'),(2,5681,'20.x'),(2,5681,'master'),(2,5682,'20.x'),(2,5682,'master'),(2,5683,'20.x'),(2,5683,'master'),(2,5684,'20.x'),(2,5684,'master'),(2,5685,'20.x'),(2,5685,'master'),(2,5686,'20.x'),(2,5686,'master'),(2,5687,'20.x'),(2,5687,'master'),(2,5688,'20.x'),(2,5688,'master'),(2,5689,'20.x'),(2,5689,'master'),(2,5690,'20.x'),(2,5690,'master'),(2,5691,'20.x'),(2,5691,'master'),(2,5692,'20.x'),(2,5692,'master'),(2,5693,'20.x'),(2,5693,'master'),(2,5694,'20.x'),(2,5694,'master'),(2,5695,'20.x'),(2,5695,'master'),(2,5696,'20.x'),(2,5696,'master'),(2,5697,'20.x'),(2,5697,'master'),(2,5698,'20.x'),(2,5698,'master'),(2,5699,'20.x'),(2,5699,'master'),(2,5700,'20.x'),(2,5700,'master'),(2,5701,'20.x'),(2,5701,'master'),(2,5702,'20.x'),(2,5702,'master'),(2,5703,'20.x'),(2,5703,'master'),(2,5704,'20.x'),(2,5704,'master'),(2,5705,'20.x'),(2,5705,'master'),(2,5706,'20.x'),(2,5706,'master'),(2,5707,'20.x'),(2,5707,'master'),(2,5708,'20.x'),(2,5708,'master'),(2,5709,'20.x'),(2,5709,'master'),(2,5710,'20.x'),(2,5710,'master'),(2,5711,'20.x'),(2,5711,'master'),(2,5712,'20.x'),(2,5712,'master'),(2,5713,'20.x'),(2,5713,'master'),(2,5714,'20.x'),(2,5714,'master'),(2,5715,'20.x'),(2,5715,'master'),(2,5716,'20.x'),(2,5716,'master'),(2,5717,'20.x'),(2,5717,'master'),(2,5718,'20.x'),(2,5718,'master'),(2,5719,'20.x'),(2,5719,'master'),(2,5720,'20.x'),(2,5720,'master'),(2,5721,'20.x'),(2,5721,'master'),(2,5722,'20.x'),(2,5722,'master'),(2,5723,'20.x'),(2,5723,'master'),(2,5724,'20.x'),(2,5724,'master'),(2,5725,'20.x'),(2,5725,'master'),(2,5726,'20.x'),(2,5726,'master'),(2,5727,'20.x'),(2,5727,'master'),(2,5728,'20.x'),(2,5728,'master'),(2,5729,'20.x'),(2,5729,'master'),(2,5730,'20.x'),(2,5730,'master'),(2,5731,'20.x'),(2,5731,'master'),(2,5732,'20.x'),(2,5732,'master'),(2,5733,'20.x'),(2,5733,'master'),(2,5734,'20.x'),(2,5734,'master'),(2,5735,'20.x'),(2,5735,'master'),(2,5736,'20.x'),(2,5736,'master'),(2,5737,'20.x'),(2,5737,'master'),(2,5738,'20.x'),(2,5738,'master'),(2,5739,'20.x'),(2,5739,'master'),(2,5740,'20.x'),(2,5740,'master'),(2,5741,'20.x'),(2,5741,'master'),(2,5742,'20.x'),(2,5742,'master'),(2,5743,'20.x'),(2,5743,'master'),(2,5744,'20.x'),(2,5744,'master'),(2,5745,'20.x'),(2,5745,'master'),(2,5746,'20.x'),(2,5746,'master'),(2,5747,'20.x'),(2,5747,'master'),(2,5748,'20.x'),(2,5748,'master'),(2,5749,'20.x'),(2,5749,'master'),(2,5750,'20.x'),(2,5750,'master'),(2,5751,'20.x'),(2,5751,'master'),(2,5752,'20.x'),(2,5752,'master'),(2,5753,'20.x'),(2,5753,'master'),(2,5754,'20.x'),(2,5754,'master'),(2,5755,'20.x'),(2,5755,'master'),(2,5756,'20.x'),(2,5756,'master'),(2,5757,'20.x'),(2,5757,'master'),(2,5758,'20.x'),(2,5758,'master'),(2,5759,'20.x'),(2,5759,'master'),(2,5760,'20.x'),(2,5760,'master'),(2,5761,'20.x'),(2,5761,'master'),(2,5762,'20.x'),(2,5762,'master'),(2,5763,'20.x'),(2,5763,'master'),(2,5764,'20.x'),(2,5764,'master'),(2,5765,'20.x'),(2,5765,'master'),(2,5766,'20.x'),(2,5766,'master'),(2,5767,'20.x'),(2,5767,'master'),(2,5768,'20.x'),(2,5768,'master'),(2,5769,'20.x'),(2,5769,'master'),(2,5770,'20.x'),(2,5770,'master'),(2,5771,'20.x'),(2,5771,'master'),(2,5772,'20.x'),(2,5772,'master'),(2,5773,'20.x'),(2,5773,'master'),(2,5774,'20.x'),(2,5774,'master'),(2,5775,'20.x'),(2,5775,'master'),(2,5776,'20.x'),(2,5776,'master'),(2,5777,'20.x'),(2,5777,'master'),(2,5778,'20.x'),(2,5778,'master'),(2,5779,'20.x'),(2,5779,'master'),(2,5780,'20.x'),(2,5780,'master'),(2,5781,'20.x'),(2,5781,'master'),(2,5782,'20.x'),(2,5782,'master'),(2,5783,'20.x'),(2,5783,'master'),(2,5784,'20.x'),(2,5784,'master'),(2,5785,'20.x'),(2,5785,'master'),(2,5786,'20.x'),(2,5786,'master'),(2,5787,'20.x'),(2,5787,'master'),(2,5788,'20.x'),(2,5788,'master'),(2,5789,'20.x'),(2,5789,'master'),(2,5790,'20.x'),(2,5790,'master'),(2,5791,'20.x'),(2,5791,'master'),(2,5792,'20.x'),(2,5792,'master'),(2,5793,'20.x'),(2,5793,'master'),(2,5794,'20.x'),(2,5794,'master'),(2,5795,'20.x'),(2,5795,'master'),(2,5796,'20.x'),(2,5796,'master'),(2,5797,'20.x'),(2,5797,'master'),(2,5798,'20.x'),(2,5798,'master'),(2,5799,'20.x'),(2,5799,'master'),(2,5800,'20.x'),(2,5800,'master'),(2,5801,'20.x'),(2,5801,'master'),(2,5802,'20.x'),(2,5802,'master'),(2,5803,'20.x'),(2,5803,'master'),(2,5804,'20.x'),(2,5804,'master'),(2,5805,'20.x'),(2,5805,'master'),(2,5806,'20.x'),(2,5806,'master'),(2,5807,'20.x'),(2,5807,'master'),(2,5808,'20.x'),(2,5808,'master'),(2,5809,'20.x'),(2,5809,'master'),(2,5810,'20.x'),(2,5810,'master'),(2,5811,'20.x'),(2,5811,'master'),(2,5812,'20.x'),(2,5812,'master'),(2,5813,'20.x'),(2,5813,'master'),(2,5814,'20.x'),(2,5814,'master'),(2,5815,'20.x'),(2,5815,'master'),(2,5816,'20.x'),(2,5816,'master'),(2,5817,'20.x'),(2,5817,'master'),(2,5818,'20.x'),(2,5818,'master'),(2,5819,'20.x'),(2,5819,'master'),(2,5820,'20.x'),(2,5820,'master'),(2,5821,'20.x'),(2,5821,'master'),(2,5822,'20.x'),(2,5822,'master'),(2,5823,'20.x'),(2,5823,'master'),(2,5824,'20.x'),(2,5824,'master'),(2,5825,'20.x'),(2,5825,'master'),(2,5826,'20.x'),(2,5826,'master'),(2,5827,'20.x'),(2,5827,'master'),(2,5828,'20.x'),(2,5828,'master'),(2,5829,'20.x'),(2,5829,'master'),(2,5830,'20.x'),(2,5830,'master'),(2,5831,'20.x'),(2,5831,'master'),(2,5832,'20.x'),(2,5832,'master'),(2,5833,'20.x'),(2,5833,'master'),(2,5834,'20.x'),(2,5834,'master'),(2,5835,'20.x'),(2,5835,'master'),(2,5836,'20.x'),(2,5836,'master'),(2,5837,'20.x'),(2,5837,'master'),(2,5838,'20.x'),(2,5838,'master'),(2,5839,'20.x'),(2,5839,'master'),(2,5840,'20.x'),(2,5840,'master'),(2,5841,'20.x'),(2,5841,'master'),(2,5842,'20.x'),(2,5842,'master'),(2,5843,'20.x'),(2,5843,'master'),(2,5844,'20.x'),(2,5844,'master'),(2,5845,'20.x'),(2,5845,'master'),(2,5846,'20.x'),(2,5846,'master'),(2,5847,'20.x'),(2,5847,'master'),(2,5848,'20.x'),(2,5848,'master'),(2,5849,'20.x'),(2,5849,'master'),(2,5850,'20.x'),(2,5850,'master'),(2,5851,'20.x'),(2,5851,'master'),(2,5852,'20.x'),(2,5852,'master'),(2,5853,'20.x'),(2,5853,'master'),(2,5854,'20.x'),(2,5854,'master'),(2,5855,'20.x'),(2,5855,'master'),(2,5856,'20.x'),(2,5856,'master'),(2,5857,'20.x'),(2,5857,'master'),(2,5858,'20.x'),(2,5858,'master'),(2,5859,'20.x'),(2,5859,'master'),(2,5860,'20.x'),(2,5860,'master'),(2,5861,'20.x'),(2,5861,'master'),(2,5862,'20.x'),(2,5862,'master'),(2,5863,'20.x'),(2,5863,'master'),(2,5864,'20.x'),(2,5864,'master'),(2,5865,'20.x'),(2,5865,'master'),(2,5866,'20.x'),(2,5866,'master'),(2,5867,'20.x'),(2,5867,'master'),(2,5868,'20.x'),(2,5868,'master'),(2,5869,'20.x'),(2,5869,'master'),(2,5870,'20.x'),(2,5870,'master'),(2,5871,'20.x'),(2,5871,'master'),(2,5872,'20.x'),(2,5872,'master'),(2,5873,'20.x'),(2,5873,'master'),(2,5874,'20.x'),(2,5874,'master'),(2,5875,'20.x'),(2,5875,'master'),(2,5876,'20.x'),(2,5876,'master'),(2,5877,'20.x'),(2,5877,'master'),(2,5878,'20.x'),(2,5878,'master'),(2,5879,'20.x'),(2,5879,'master'),(2,5880,'20.x'),(2,5880,'master'),(2,5881,'20.x'),(2,5881,'master'),(2,5882,'20.x'),(2,5882,'master'),(2,5883,'20.x'),(2,5883,'master'),(2,5884,'20.x'),(2,5884,'master'),(2,5885,'20.x'),(2,5885,'master'),(2,5886,'20.x'),(2,5886,'master'),(2,5887,'20.x'),(2,5887,'master'),(2,5888,'20.x'),(2,5888,'master'),(2,5889,'20.x'),(2,5889,'master'),(2,5890,'20.x'),(2,5890,'master'),(2,5891,'20.x'),(2,5891,'master'),(2,5892,'20.x'),(2,5892,'master'),(2,5893,'20.x'),(2,5893,'master'),(2,5894,'20.x'),(2,5894,'master'),(2,5895,'20.x'),(2,5895,'master'),(2,5896,'20.x'),(2,5896,'master'),(2,5897,'20.x'),(2,5897,'master'),(2,5898,'20.x'),(2,5898,'master'),(2,5899,'20.x'),(2,5899,'master'),(2,5900,'20.x'),(2,5900,'master'),(2,5901,'20.x'),(2,5901,'master'),(2,5902,'20.x'),(2,5902,'master'),(2,5903,'20.x'),(2,5903,'master'),(2,5904,'20.x'),(2,5904,'master'),(2,5905,'20.x'),(2,5905,'master'),(2,5906,'20.x'),(2,5906,'master'),(2,5907,'20.x'),(2,5907,'master'),(2,5908,'20.x'),(2,5908,'master'),(2,5909,'20.x'),(2,5909,'master'),(2,5910,'20.x'),(2,5910,'master'),(2,5911,'20.x'),(2,5911,'master'),(2,5912,'20.x'),(2,5912,'master'),(2,5913,'20.x'),(2,5913,'master'),(2,5914,'20.x'),(2,5914,'master'),(2,5915,'20.x'),(2,5915,'master'),(2,5916,'20.x'),(2,5916,'master'),(2,5917,'20.x'),(2,5917,'master'),(2,5918,'20.x'),(2,5918,'master'),(2,5919,'20.x'),(2,5919,'master'),(2,5920,'20.x'),(2,5920,'master'),(2,5921,'20.x'),(2,5921,'master'),(2,5922,'20.x'),(2,5922,'master'),(2,5923,'20.x'),(2,5923,'master'),(2,5924,'20.x'),(2,5924,'master'),(2,5925,'20.x'),(2,5925,'master'),(2,5926,'20.x'),(2,5926,'master'),(2,5927,'20.x'),(2,5927,'master'),(2,5928,'20.x'),(2,5928,'master'),(2,5929,'20.x'),(2,5929,'master'),(2,5930,'20.x'),(2,5930,'master'),(2,5931,'20.x'),(2,5931,'master'),(2,5932,'20.x'),(2,5932,'master'),(2,5933,'20.x'),(2,5933,'master'),(2,5934,'20.x'),(2,5934,'master'),(2,5935,'20.x'),(2,5935,'master'),(2,5936,'20.x'),(2,5936,'master'),(2,5937,'20.x'),(2,5937,'master'),(2,5938,'20.x'),(2,5938,'master'),(2,5939,'20.x'),(2,5939,'master'),(2,5940,'20.x'),(2,5940,'master'),(2,5941,'20.x'),(2,5941,'master'),(2,5942,'20.x'),(2,5942,'master'),(2,5943,'20.x'),(2,5943,'master'),(2,5944,'20.x'),(2,5944,'master'),(2,5945,'20.x'),(2,5945,'master'),(2,5946,'20.x'),(2,5946,'master'),(2,5947,'20.x'),(2,5947,'master'),(2,5948,'20.x'),(2,5948,'master'),(2,5949,'20.x'),(2,5949,'master'),(2,5950,'20.x'),(2,5950,'master'),(2,5951,'20.x'),(2,5951,'master'),(2,5952,'20.x'),(2,5952,'master'),(2,5953,'20.x'),(2,5953,'master'),(2,5954,'20.x'),(2,5954,'master'),(2,5955,'20.x'),(2,5955,'master'),(2,5956,'20.x'),(2,5956,'master'),(2,5957,'20.x'),(2,5957,'master'),(2,5958,'20.x'),(2,5958,'master'),(2,5959,'20.x'),(2,5959,'master'),(2,5960,'20.x'),(2,5960,'master'),(2,5961,'20.x'),(2,5961,'master'),(2,5962,'20.x'),(2,5962,'master'),(2,5963,'20.x'),(2,5963,'master'),(2,5964,'20.x'),(2,5964,'master'),(2,5965,'20.x'),(2,5965,'master'),(2,5966,'20.x'),(2,5966,'master'),(2,5967,'20.x'),(2,5967,'master'),(2,5968,'20.x'),(2,5968,'master'),(2,5969,'20.x'),(2,5969,'master'),(2,5970,'20.x'),(2,5970,'master'),(2,5971,'20.x'),(2,5971,'master'),(2,5972,'20.x'),(2,5972,'master'),(2,5973,'20.x'),(2,5973,'master'),(2,5974,'20.x'),(2,5974,'master'),(2,5975,'20.x'),(2,5975,'master'),(2,5976,'20.x'),(2,5976,'master'),(2,5977,'20.x'),(2,5977,'master'),(2,5978,'20.x'),(2,5978,'master'),(2,5979,'20.x'),(2,5979,'master'),(2,5980,'20.x'),(2,5980,'master'),(2,5981,'20.x'),(2,5981,'master'),(2,5982,'20.x'),(2,5982,'master'),(2,5983,'20.x'),(2,5983,'master'),(2,5984,'20.x'),(2,5984,'master'),(2,5985,'20.x'),(2,5985,'master'),(2,5986,'20.x'),(2,5986,'master'),(2,5987,'20.x'),(2,5987,'master'),(2,5988,'20.x'),(2,5988,'master'),(2,5989,'20.x'),(2,5989,'master'),(2,5990,'20.x'),(2,5990,'master'),(2,5991,'20.x'),(2,5991,'master'),(2,5992,'20.x'),(2,5992,'master'),(2,5993,'20.x'),(2,5993,'master'),(2,5994,'20.x'),(2,5994,'master'),(2,5995,'20.x'),(2,5995,'master'),(2,5996,'20.x'),(2,5996,'master'),(2,5997,'20.x'),(2,5997,'master'),(2,5998,'20.x'),(2,5998,'master'),(2,5999,'20.x'),(2,5999,'master'),(2,6000,'20.x'),(2,6000,'master'),(2,6001,'20.x'),(2,6001,'master'),(2,6002,'20.x'),(2,6002,'master'),(2,6003,'20.x'),(2,6003,'master'),(2,6004,'20.x'),(2,6004,'master'),(2,6005,'20.x'),(2,6005,'master'),(2,6006,'20.x'),(2,6006,'master'),(2,6007,'20.x'),(2,6007,'master'),(2,6008,'20.x'),(2,6008,'master'),(2,6009,'20.x'),(2,6009,'master'),(2,6010,'20.x'),(2,6010,'master'),(2,6011,'20.x'),(2,6011,'master'),(2,6012,'20.x'),(2,6012,'master'),(2,6013,'20.x'),(2,6013,'master'),(2,6014,'20.x'),(2,6014,'master'),(2,6015,'20.x'),(2,6015,'master'),(2,6016,'20.x'),(2,6016,'master'),(2,6017,'20.x'),(2,6017,'master'),(2,6018,'20.x'),(2,6018,'master'),(2,6019,'20.x'),(2,6019,'master'),(2,6020,'20.x'),(2,6020,'master'),(2,6021,'20.x'),(2,6021,'master'),(2,6022,'20.x'),(2,6022,'master'),(2,6023,'20.x'),(2,6023,'master'),(2,6024,'20.x'),(2,6024,'master'),(2,6025,'20.x'),(2,6025,'master'),(2,6026,'20.x'),(2,6026,'master'),(2,6027,'20.x'),(2,6027,'master'),(2,6028,'20.x'),(2,6028,'master'),(2,6029,'20.x'),(2,6029,'master'),(2,6030,'20.x'),(2,6030,'master'),(2,6031,'20.x'),(2,6031,'master'),(2,6032,'20.x'),(2,6032,'master'),(2,6033,'20.x'),(2,6033,'master'),(2,6034,'20.x'),(2,6034,'master'),(2,6035,'20.x'),(2,6035,'master'),(2,6036,'20.x'),(2,6036,'master'),(2,6037,'20.x'),(2,6037,'master'),(2,6038,'20.x'),(2,6038,'master'),(2,6039,'20.x'),(2,6039,'master'),(2,6040,'20.x'),(2,6040,'master'),(2,6041,'20.x'),(2,6041,'master'),(2,6042,'20.x'),(2,6042,'master'),(2,6043,'20.x'),(2,6043,'master'),(2,6044,'20.x'),(2,6044,'master'),(2,6045,'20.x'),(2,6045,'master'),(2,6046,'20.x'),(2,6046,'master'),(2,6047,'20.x'),(2,6047,'master'),(2,6048,'20.x'),(2,6048,'master'),(2,6049,'20.x'),(2,6049,'master'),(2,6050,'20.x'),(2,6050,'master'),(2,6051,'20.x'),(2,6051,'master'),(2,6052,'20.x'),(2,6052,'master'),(2,6053,'20.x'),(2,6053,'master'),(2,6054,'20.x'),(2,6054,'master'),(2,6055,'20.x'),(2,6055,'master'),(2,6056,'20.x'),(2,6056,'master'),(2,6057,'20.x'),(2,6057,'master'),(2,6058,'20.x'),(2,6058,'master'),(2,6059,'20.x'),(2,6059,'master'),(2,6060,'20.x'),(2,6060,'master'),(2,6061,'20.x'),(2,6061,'master'),(2,6062,'20.x'),(2,6062,'master'),(2,6063,'20.x'),(2,6063,'master'),(2,6064,'20.x'),(2,6064,'master'),(2,6065,'20.x'),(2,6065,'master'),(2,6066,'20.x'),(2,6066,'master'),(2,6067,'20.x'),(2,6067,'master'),(2,6068,'20.x'),(2,6068,'master'),(2,6069,'20.x'),(2,6069,'master'),(2,6070,'20.x'),(2,6070,'master'),(2,6071,'20.x'),(2,6071,'master'),(2,6072,'20.x'),(2,6072,'master'),(2,6073,'20.x'),(2,6073,'master'),(2,6074,'20.x'),(2,6074,'master'),(2,6075,'20.x'),(2,6075,'master'),(2,6076,'20.x'),(2,6076,'master'),(2,6077,'20.x'),(2,6077,'master'),(2,6078,'20.x'),(2,6078,'master'),(2,6079,'20.x'),(2,6079,'master'),(2,6080,'20.x'),(2,6080,'master'),(2,6081,'20.x'),(2,6081,'master'),(2,6082,'20.x'),(2,6082,'master'),(2,6083,'20.x'),(2,6083,'master'),(2,6084,'20.x'),(2,6084,'master'),(2,6085,'20.x'),(2,6085,'master'),(2,6086,'20.x'),(2,6086,'master'),(2,6087,'20.x'),(2,6087,'master'),(2,6088,'20.x'),(2,6088,'master'),(2,6089,'20.x'),(2,6089,'master'),(2,6090,'20.x'),(2,6090,'master'),(2,6091,'20.x'),(2,6091,'master'),(2,6092,'20.x'),(2,6092,'master'),(2,6093,'20.x'),(2,6093,'master'),(2,6094,'20.x'),(2,6094,'master'),(2,6095,'20.x'),(2,6095,'master'),(2,6096,'20.x'),(2,6096,'master'),(2,6097,'20.x'),(2,6097,'master'),(2,6098,'20.x'),(2,6098,'master'),(2,6099,'20.x'),(2,6099,'master'),(2,6100,'20.x'),(2,6100,'master'),(2,6101,'20.x'),(2,6101,'master'),(2,6102,'20.x'),(2,6102,'master'),(2,6103,'20.x'),(2,6103,'master'),(2,6104,'20.x'),(2,6104,'master'),(2,6105,'20.x'),(2,6105,'master'),(2,6106,'20.x'),(2,6106,'master'),(2,6107,'20.x'),(2,6107,'master'),(2,6108,'20.x'),(2,6108,'master'),(2,6109,'20.x'),(2,6109,'master'),(2,6110,'20.x'),(2,6110,'master'),(2,6111,'20.x'),(2,6111,'master'),(2,6112,'20.x'),(2,6112,'master'),(2,6113,'20.x'),(2,6113,'master'),(2,6114,'20.x'),(2,6114,'master'),(2,6115,'20.x'),(2,6115,'master'),(2,6116,'20.x'),(2,6116,'master'),(2,6117,'20.x'),(2,6117,'master'),(2,6118,'20.x'),(2,6118,'master'),(2,6119,'20.x'),(2,6119,'master'),(2,6120,'20.x'),(2,6120,'master'),(2,6121,'20.x'),(2,6121,'master'),(2,6122,'20.x'),(2,6122,'master'),(2,6123,'20.x'),(2,6123,'master'),(2,6124,'20.x'),(2,6124,'master'),(2,6125,'20.x'),(2,6125,'master'),(2,6126,'20.x'),(2,6126,'master'),(2,6127,'20.x'),(2,6127,'master'),(2,6128,'20.x'),(2,6128,'master'),(2,6129,'20.x'),(2,6129,'master'),(2,6130,'20.x'),(2,6130,'master'),(2,6131,'20.x'),(2,6131,'master'),(2,6132,'20.x'),(2,6132,'master'),(2,6133,'20.x'),(2,6133,'master'),(2,6134,'20.x'),(2,6134,'master'),(2,6135,'20.x'),(2,6135,'master'),(2,6136,'20.x'),(2,6136,'master'),(2,6137,'20.x'),(2,6137,'master'),(2,6138,'20.x'),(2,6138,'master'),(2,6139,'20.x'),(2,6139,'master'),(2,6140,'20.x'),(2,6140,'master'),(2,6141,'20.x'),(2,6141,'master'),(2,6142,'20.x'),(2,6142,'master'),(2,6143,'20.x'),(2,6143,'master'),(2,6144,'20.x'),(2,6144,'master'),(2,6145,'20.x'),(2,6145,'master'),(2,6146,'20.x'),(2,6146,'master'),(2,6147,'20.x'),(2,6147,'master'),(2,6148,'20.x'),(2,6148,'master'),(2,6149,'20.x'),(2,6149,'master'),(2,6150,'20.x'),(2,6150,'master'),(2,6151,'20.x'),(2,6151,'master'),(2,6152,'20.x'),(2,6152,'master'),(2,6153,'20.x'),(2,6153,'master'),(2,6154,'20.x'),(2,6154,'master'),(2,6155,'20.x'),(2,6155,'master'),(2,6156,'20.x'),(2,6156,'master'),(2,6157,'20.x'),(2,6157,'master'),(2,6158,'20.x'),(2,6158,'master'),(2,6159,'20.x'),(2,6159,'master'),(2,6160,'20.x'),(2,6160,'master'),(2,6161,'20.x'),(2,6161,'master'),(2,6162,'20.x'),(2,6162,'master'),(2,6163,'20.x'),(2,6163,'master'),(2,6164,'20.x'),(2,6164,'master'),(2,6165,'20.x'),(2,6165,'master'),(2,6166,'20.x'),(2,6166,'master'),(2,6167,'20.x'),(2,6167,'master'),(2,6168,'20.x'),(2,6168,'master'),(2,6169,'20.x'),(2,6169,'master'),(2,6170,'20.x'),(2,6170,'master'),(2,6171,'20.x'),(2,6171,'master'),(2,6172,'20.x'),(2,6172,'master'),(2,6173,'20.x'),(2,6173,'master'),(2,6174,'20.x'),(2,6174,'master'),(2,6175,'20.x'),(2,6175,'master'),(2,6176,'20.x'),(2,6176,'master'),(2,6177,'20.x'),(2,6177,'master'),(2,6178,'20.x'),(2,6178,'master'),(2,6179,'20.x'),(2,6179,'master'),(2,6180,'20.x'),(2,6180,'master'),(2,6181,'20.x'),(2,6181,'master'),(2,6182,'20.x'),(2,6182,'master'),(2,6183,'20.x'),(2,6183,'master'),(2,6184,'20.x'),(2,6184,'master'),(2,6185,'20.x'),(2,6185,'master'),(2,6186,'20.x'),(2,6186,'master'),(2,6187,'20.x'),(2,6187,'master'),(2,6188,'20.x'),(2,6188,'master'),(2,6189,'20.x'),(2,6189,'master'),(2,6190,'20.x'),(2,6190,'master'),(2,6191,'20.x'),(2,6191,'master'),(2,6192,'20.x'),(2,6192,'master'),(2,6193,'20.x'),(2,6193,'master'),(2,6194,'20.x'),(2,6194,'master'),(2,6195,'20.x'),(2,6195,'master'),(2,6196,'20.x'),(2,6196,'master'),(2,6197,'20.x'),(2,6197,'master'),(2,6198,'20.x'),(2,6198,'master'),(2,6199,'20.x'),(2,6199,'master'),(2,6200,'20.x'),(2,6200,'master'),(2,6201,'20.x'),(2,6201,'master'),(2,6202,'20.x'),(2,6202,'master'),(2,6203,'20.x'),(2,6203,'master'),(2,6204,'20.x'),(2,6204,'master'),(2,6205,'20.x'),(2,6205,'master'),(2,6206,'20.x'),(2,6206,'master'),(2,6207,'20.x'),(2,6207,'master'),(2,6208,'20.x'),(2,6208,'master'),(2,6209,'20.x'),(2,6209,'master'),(2,6210,'20.x'),(2,6210,'master'),(2,6211,'20.x'),(2,6211,'master'),(2,6212,'20.x'),(2,6212,'master'),(2,6213,'20.x'),(2,6213,'master'),(2,6214,'20.x'),(2,6214,'master'),(2,6215,'20.x'),(2,6215,'master'),(2,6216,'20.x'),(2,6216,'master'),(2,6217,'20.x'),(2,6217,'master'),(2,6218,'20.x'),(2,6218,'master'),(2,6219,'20.x'),(2,6219,'master'),(2,6220,'20.x'),(2,6220,'master'),(2,6221,'20.x'),(2,6221,'master'),(2,6222,'20.x'),(2,6222,'master'),(2,6223,'20.x'),(2,6223,'master'),(2,6224,'20.x'),(2,6224,'master'),(2,6225,'20.x'),(2,6225,'master'),(2,6226,'20.x'),(2,6226,'master'),(2,6227,'20.x'),(2,6227,'master'),(2,6228,'20.x'),(2,6228,'master'),(2,6229,'20.x'),(2,6229,'master'),(2,6230,'20.x'),(2,6230,'master'),(2,6231,'20.x'),(2,6231,'master'),(2,6232,'20.x'),(2,6232,'master'),(2,6233,'20.x'),(2,6233,'master'),(2,6234,'20.x'),(2,6234,'master'),(2,6235,'20.x'),(2,6235,'master'),(2,6236,'20.x'),(2,6236,'master'),(2,6237,'20.x'),(2,6237,'master'),(2,6238,'20.x'),(2,6238,'master'),(2,6239,'20.x'),(2,6239,'master'),(2,6240,'20.x'),(2,6240,'master'),(2,6241,'20.x'),(2,6241,'master'),(2,6242,'20.x'),(2,6242,'master'),(2,6243,'20.x'),(2,6243,'master'),(2,6244,'20.x'),(2,6244,'master'),(2,6245,'20.x'),(2,6245,'master'),(2,6246,'20.x'),(2,6246,'master'),(2,6247,'20.x'),(2,6247,'master'),(2,6248,'20.x'),(2,6248,'master'),(2,6249,'20.x'),(2,6249,'master'),(2,6250,'20.x'),(2,6250,'master'),(2,6251,'20.x'),(2,6251,'master'),(2,6252,'20.x'),(2,6252,'master'),(2,6253,'20.x'),(2,6253,'master'),(2,6254,'20.x'),(2,6254,'master'),(2,6255,'20.x'),(2,6255,'master'),(2,6256,'20.x'),(2,6256,'master'),(2,6257,'20.x'),(2,6257,'master'),(2,6258,'20.x'),(2,6258,'master'),(2,6259,'20.x'),(2,6259,'master'),(2,6260,'20.x'),(2,6260,'master'),(2,6261,'20.x'),(2,6261,'master'),(2,6262,'20.x'),(2,6262,'master'),(2,6263,'20.x'),(2,6263,'master'),(2,6264,'20.x'),(2,6264,'master'),(2,6265,'20.x'),(2,6265,'master'),(2,6266,'20.x'),(2,6266,'master'),(2,6267,'20.x'),(2,6267,'master'),(2,6268,'20.x'),(2,6268,'master'),(2,6269,'20.x'),(2,6269,'master'),(2,6270,'20.x'),(2,6270,'master'),(2,6271,'20.x'),(2,6271,'master'),(2,6272,'20.x'),(2,6272,'master'),(2,6273,'20.x'),(2,6273,'master'),(2,6274,'20.x'),(2,6274,'master'),(2,6275,'20.x'),(2,6275,'master'),(2,6276,'20.x'),(2,6276,'master'),(2,6277,'20.x'),(2,6277,'master'),(2,6278,'20.x'),(2,6278,'master'),(2,6279,'20.x'),(2,6279,'master'),(2,6280,'20.x'),(2,6280,'master'),(2,6281,'20.x'),(2,6281,'master'),(2,6282,'20.x'),(2,6282,'master'),(2,6283,'20.x'),(2,6283,'master'),(2,6284,'20.x'),(2,6284,'master'),(2,6285,'20.x'),(2,6285,'master'),(2,6286,'20.x'),(2,6286,'master'),(2,6287,'20.x'),(2,6287,'master'),(2,6288,'20.x'),(2,6288,'master'),(2,6289,'20.x'),(2,6289,'master'),(2,6290,'20.x'),(2,6290,'master'),(2,6291,'20.x'),(2,6291,'master'),(2,6292,'20.x'),(2,6292,'master'),(2,6293,'20.x'),(2,6293,'master'),(2,6294,'20.x'),(2,6294,'master'),(2,6295,'20.x'),(2,6295,'master'),(2,6296,'20.x'),(2,6296,'master'),(2,6297,'20.x'),(2,6297,'master'),(2,6298,'20.x'),(2,6298,'master'),(2,6299,'20.x'),(2,6299,'master'),(2,6300,'20.x'),(2,6300,'master'),(2,6301,'20.x'),(2,6301,'master'),(2,6302,'20.x'),(2,6302,'master'),(2,6303,'20.x'),(2,6303,'master'),(2,6304,'20.x'),(2,6304,'master'),(2,6305,'20.x'),(2,6305,'master'),(2,6306,'20.x'),(2,6306,'master'),(2,6307,'20.x'),(2,6307,'master'),(2,6308,'20.x'),(2,6308,'master'),(2,6309,'20.x'),(2,6309,'master'),(2,6310,'20.x'),(2,6310,'master'),(2,6311,'20.x'),(2,6311,'master'),(2,6312,'20.x'),(2,6312,'master'),(2,6313,'20.x'),(2,6313,'master'),(2,6314,'20.x'),(2,6314,'master'),(2,6315,'20.x'),(2,6315,'master'),(2,6316,'20.x'),(2,6316,'master'),(2,6317,'20.x'),(2,6317,'master'),(2,6318,'20.x'),(2,6318,'master'),(2,6319,'20.x'),(2,6319,'master'),(2,6320,'20.x'),(2,6320,'master'),(2,6321,'20.x'),(2,6321,'master'),(2,6322,'20.x'),(2,6322,'master'),(2,6323,'20.x'),(2,6323,'master'),(2,6324,'20.x'),(2,6324,'master'),(2,6325,'20.x'),(2,6325,'master'),(2,6326,'20.x'),(2,6326,'master'),(2,6327,'20.x'),(2,6327,'master'),(2,6328,'20.x'),(2,6328,'master'),(2,6329,'20.x'),(2,6329,'master'),(2,6330,'20.x'),(2,6330,'master'),(2,6331,'20.x'),(2,6331,'master'),(2,6332,'20.x'),(2,6332,'master'),(2,6333,'20.x'),(2,6333,'master'),(2,6334,'20.x'),(2,6334,'master'),(2,6335,'20.x'),(2,6335,'master'),(2,6336,'20.x'),(2,6336,'master'),(2,6337,'20.x'),(2,6337,'master'),(2,6338,'20.x'),(2,6338,'master'),(2,6339,'20.x'),(2,6339,'master'),(2,6340,'20.x'),(2,6340,'master'),(2,6341,'20.x'),(2,6341,'master'),(2,6342,'20.x'),(2,6342,'master'),(2,6343,'20.x'),(2,6343,'master'),(2,6344,'20.x'),(2,6344,'master'),(2,6345,'20.x'),(2,6345,'master'),(2,6346,'20.x'),(2,6346,'master'),(2,6347,'20.x'),(2,6347,'master'),(2,6348,'20.x'),(2,6348,'master'),(2,6349,'20.x'),(2,6349,'master'),(2,6350,'20.x'),(2,6350,'master'),(2,6351,'20.x'),(2,6351,'master'),(2,6352,'20.x'),(2,6352,'master'),(2,6353,'20.x'),(2,6353,'master'),(2,6354,'20.x'),(2,6354,'master'),(2,6355,'20.x'),(2,6355,'master'),(2,6356,'20.x'),(2,6356,'master'),(2,6357,'20.x'),(2,6357,'master'),(2,6358,'20.x'),(2,6358,'master'),(2,6359,'20.x'),(2,6359,'master'),(2,6360,'20.x'),(2,6360,'master'),(2,6361,'20.x'),(2,6361,'master'),(2,6362,'20.x'),(2,6362,'master'),(2,6363,'20.x'),(2,6363,'master'),(2,6364,'20.x'),(2,6364,'master'),(2,6365,'20.x'),(2,6365,'master'),(2,6366,'20.x'),(2,6366,'master'),(2,6367,'20.x'),(2,6367,'master'),(2,6368,'20.x'),(2,6368,'master'),(2,6369,'20.x'),(2,6369,'master'),(2,6370,'20.x'),(2,6370,'master'),(2,6371,'20.x'),(2,6371,'master'),(2,6372,'20.x'),(2,6372,'master'),(2,6373,'20.x'),(2,6373,'master'),(2,6374,'20.x'),(2,6374,'master'),(2,6375,'20.x'),(2,6375,'master'),(2,6376,'20.x'),(2,6376,'master'),(2,6377,'20.x'),(2,6377,'master'),(2,6378,'20.x'),(2,6378,'master'),(2,6379,'20.x'),(2,6379,'master'),(2,6380,'20.x'),(2,6380,'master'),(2,6381,'20.x'),(2,6381,'master'),(2,6382,'20.x'),(2,6382,'master'),(2,6383,'20.x'),(2,6383,'master'),(2,6384,'20.x'),(2,6384,'master'),(2,6385,'20.x'),(2,6385,'master'),(2,6386,'20.x'),(2,6386,'master'),(2,6387,'20.x'),(2,6387,'master'),(2,6388,'20.x'),(2,6388,'master'),(2,6389,'20.x'),(2,6389,'master'),(2,6390,'20.x'),(2,6390,'master'),(2,6391,'20.x'),(2,6391,'master'),(2,6392,'20.x'),(2,6392,'master'),(2,6393,'20.x'),(2,6393,'master'),(2,6394,'20.x'),(2,6394,'master'),(2,6395,'20.x'),(2,6395,'master'),(2,6396,'20.x'),(2,6396,'master'),(2,6397,'20.x'),(2,6397,'master'),(2,6398,'20.x'),(2,6398,'master'),(2,6399,'20.x'),(2,6399,'master'),(2,6400,'20.x'),(2,6400,'master'),(2,6401,'20.x'),(2,6401,'master'),(2,6402,'20.x'),(2,6402,'master'),(2,6403,'20.x'),(2,6403,'master'),(2,6404,'20.x'),(2,6404,'master'),(2,6405,'20.x'),(2,6405,'master'),(2,6406,'20.x'),(2,6406,'master'),(2,6407,'20.x'),(2,6407,'master'),(2,6408,'20.x'),(2,6408,'master'),(2,6409,'20.x'),(2,6409,'master'),(2,6410,'20.x'),(2,6410,'master'),(2,6411,'20.x'),(2,6411,'master'),(2,6412,'20.x'),(2,6412,'master'),(2,6413,'20.x'),(2,6413,'master'),(2,6414,'20.x'),(2,6414,'master'),(2,6415,'20.x'),(2,6415,'master'),(2,6416,'20.x'),(2,6416,'master'),(2,6417,'20.x'),(2,6417,'master'),(2,6418,'20.x'),(2,6418,'master'),(2,6419,'20.x'),(2,6419,'master'),(2,6420,'20.x'),(2,6420,'master'),(2,6421,'20.x'),(2,6421,'master'),(2,6422,'20.x'),(2,6422,'master'),(2,6423,'20.x'),(2,6423,'master'),(2,6424,'20.x'),(2,6424,'master'),(2,6425,'20.x'),(2,6425,'master'),(2,6426,'20.x'),(2,6426,'master'),(2,6427,'20.x'),(2,6427,'master'),(2,6428,'20.x'),(2,6428,'master'),(2,6429,'20.x'),(2,6429,'master'),(2,6430,'20.x'),(2,6430,'master'),(2,6431,'20.x'),(2,6431,'master'),(2,6432,'20.x'),(2,6432,'master'),(2,6433,'20.x'),(2,6433,'master'),(2,6434,'20.x'),(2,6434,'master'),(2,6435,'20.x'),(2,6435,'master'),(2,6436,'20.x'),(2,6436,'master'),(2,6437,'20.x'),(2,6437,'master'),(2,6438,'20.x'),(2,6438,'master'),(2,6439,'20.x'),(2,6439,'master'),(2,6440,'20.x'),(2,6440,'master'),(2,6441,'20.x'),(2,6441,'master'),(2,6442,'20.x'),(2,6442,'master'),(2,6443,'20.x'),(2,6443,'master'),(2,6444,'20.x'),(2,6444,'master'),(2,6445,'20.x'),(2,6445,'master'),(2,6446,'20.x'),(2,6446,'master'),(2,6447,'20.x'),(2,6447,'master'),(2,6448,'20.x'),(2,6448,'master'),(2,6449,'20.x'),(2,6449,'master'),(2,6450,'20.x'),(2,6450,'master'),(2,6451,'20.x'),(2,6451,'master'),(2,6452,'20.x'),(2,6452,'master'),(2,6453,'20.x'),(2,6453,'master'),(2,6454,'20.x'),(2,6454,'master'),(2,6455,'20.x'),(2,6455,'master'),(2,6456,'20.x'),(2,6456,'master'),(2,6457,'20.x'),(2,6457,'master'),(2,6458,'20.x'),(2,6458,'master'),(2,6459,'20.x'),(2,6459,'master'),(2,6460,'20.x'),(2,6460,'master'),(2,6461,'20.x'),(2,6461,'master'),(2,6462,'20.x'),(2,6462,'master'),(2,6463,'20.x'),(2,6463,'master'),(2,6464,'20.x'),(2,6464,'master'),(2,6465,'20.x'),(2,6465,'master'),(2,6466,'20.x'),(2,6466,'master'),(2,6467,'20.x'),(2,6467,'master'),(2,6468,'20.x'),(2,6468,'master'),(2,6469,'20.x'),(2,6469,'master'),(2,6470,'20.x'),(2,6470,'master'),(2,6471,'20.x'),(2,6471,'master'),(2,6472,'20.x'),(2,6472,'master'),(2,6473,'20.x'),(2,6473,'master'),(2,6474,'20.x'),(2,6474,'master'),(2,6475,'20.x'),(2,6475,'master'),(2,6476,'20.x'),(2,6476,'master'),(2,6477,'20.x'),(2,6477,'master'),(2,6478,'20.x'),(2,6478,'master'),(2,6479,'20.x'),(2,6479,'master'),(2,6480,'20.x'),(2,6480,'master'),(2,6481,'20.x'),(2,6481,'master'),(2,6482,'20.x'),(2,6482,'master'),(2,6483,'20.x'),(2,6483,'master'),(2,6484,'20.x'),(2,6484,'master'),(2,6485,'20.x'),(2,6485,'master'),(2,6486,'20.x'),(2,6486,'master'),(2,6487,'20.x'),(2,6487,'master'),(2,6488,'20.x'),(2,6488,'master'),(2,6489,'20.x'),(2,6489,'master'),(2,6490,'20.x'),(2,6490,'master'),(2,6491,'20.x'),(2,6491,'master'),(2,6492,'20.x'),(2,6492,'master'),(2,6493,'20.x'),(2,6493,'master'),(2,6494,'20.x'),(2,6494,'master'),(2,6495,'20.x'),(2,6495,'master'),(2,6496,'20.x'),(2,6496,'master'),(2,6497,'20.x'),(2,6497,'master'),(2,6498,'20.x'),(2,6498,'master'),(2,6499,'20.x'),(2,6499,'master'),(2,6500,'20.x'),(2,6500,'master'),(2,6501,'20.x'),(2,6501,'master'),(2,6502,'20.x'),(2,6502,'master'),(2,6503,'20.x'),(2,6503,'master'),(2,6504,'20.x'),(2,6504,'master'),(2,6505,'20.x'),(2,6505,'master'),(2,6506,'20.x'),(2,6506,'master'),(2,6507,'20.x'),(2,6507,'master'),(2,6508,'20.x'),(2,6508,'master'),(2,6509,'20.x'),(2,6509,'master'),(2,6510,'20.x'),(2,6510,'master'),(2,6511,'20.x'),(2,6511,'master'),(2,6512,'20.x'),(2,6512,'master'),(2,6513,'20.x'),(2,6513,'master'),(2,6514,'20.x'),(2,6514,'master'),(2,6515,'20.x'),(2,6515,'master'),(2,6516,'20.x'),(2,6516,'master'),(2,6517,'20.x'),(2,6517,'master'),(2,6518,'20.x'),(2,6518,'master'),(2,6519,'20.x'),(2,6519,'master'),(2,6520,'20.x'),(2,6520,'master'),(2,6521,'20.x'),(2,6521,'master'),(2,6522,'20.x'),(2,6522,'master'),(2,6523,'20.x'),(2,6523,'master'),(2,6524,'20.x'),(2,6524,'master'),(2,6525,'20.x'),(2,6525,'master'),(2,6526,'20.x'),(2,6526,'master'),(2,6527,'20.x'),(2,6527,'master'),(2,6528,'20.x'),(2,6528,'master'),(2,6529,'20.x'),(2,6529,'master'),(2,6530,'20.x'),(2,6530,'master'),(2,6531,'20.x'),(2,6531,'master'),(2,6532,'20.x'),(2,6532,'master'),(2,6533,'20.x'),(2,6533,'master'),(2,6534,'20.x'),(2,6534,'master'),(2,6535,'20.x'),(2,6535,'master'),(2,6536,'20.x'),(2,6536,'master'),(2,6537,'20.x'),(2,6537,'master'),(2,6538,'20.x'),(2,6538,'master'),(2,6539,'20.x'),(2,6539,'master'),(2,6540,'20.x'),(2,6540,'master'),(2,6541,'20.x'),(2,6541,'master'),(2,6542,'20.x'),(2,6542,'master'),(2,6543,'20.x'),(2,6543,'master'),(2,6544,'20.x'),(2,6544,'master'),(2,6545,'20.x'),(2,6545,'master'),(2,6546,'20.x'),(2,6546,'master'),(2,6547,'20.x'),(2,6547,'master'),(2,6548,'20.x'),(2,6548,'master'),(2,6549,'20.x'),(2,6549,'master'),(2,6550,'20.x'),(2,6550,'master'),(2,6551,'20.x'),(2,6551,'master'),(2,6552,'20.x'),(2,6552,'master'),(2,6553,'20.x'),(2,6553,'master'),(2,6554,'20.x'),(2,6554,'master'),(2,6555,'20.x'),(2,6555,'master'),(2,6556,'20.x'),(2,6556,'master'),(2,6557,'20.x'),(2,6557,'master'),(2,6558,'20.x'),(2,6558,'master'),(2,6559,'20.x'),(2,6559,'master'),(2,6560,'20.x'),(2,6560,'master'),(2,6561,'20.x'),(2,6561,'master'),(2,6562,'20.x'),(2,6562,'master'),(2,6563,'20.x'),(2,6563,'master'),(2,6564,'20.x'),(2,6564,'master'),(2,6565,'20.x'),(2,6565,'master'),(2,6566,'20.x'),(2,6566,'master'),(2,6567,'20.x'),(2,6567,'master'),(2,6568,'20.x'),(2,6568,'master'),(2,6569,'20.x'),(2,6569,'master'),(2,6570,'20.x'),(2,6570,'master'),(2,6571,'20.x'),(2,6571,'master'),(2,6572,'20.x'),(2,6572,'master'),(2,6573,'20.x'),(2,6573,'master'),(2,6574,'20.x'),(2,6574,'master'),(2,6575,'20.x'),(2,6575,'master'),(2,6576,'20.x'),(2,6576,'master'),(2,6577,'20.x'),(2,6577,'master'),(2,6578,'20.x'),(2,6578,'master'),(2,6579,'20.x'),(2,6579,'master'),(2,6580,'20.x'),(2,6580,'master'),(2,6581,'20.x'),(2,6581,'master'),(2,6582,'20.x'),(2,6582,'master'),(2,6583,'20.x'),(2,6583,'master'),(2,6584,'20.x'),(2,6584,'master'),(2,6585,'20.x'),(2,6585,'master'),(2,6586,'20.x'),(2,6586,'master'),(2,6587,'20.x'),(2,6587,'master'),(2,6588,'20.x'),(2,6588,'master'),(2,6589,'20.x'),(2,6589,'master'),(2,6590,'20.x'),(2,6590,'master'),(2,6591,'20.x'),(2,6591,'master'),(2,6592,'20.x'),(2,6592,'master'),(2,6593,'20.x'),(2,6593,'master'),(2,6594,'20.x'),(2,6594,'master'),(2,6595,'20.x'),(2,6595,'master'),(2,6596,'20.x'),(2,6596,'master'),(2,6597,'20.x'),(2,6597,'master'),(2,6598,'20.x'),(2,6598,'master'),(2,6599,'20.x'),(2,6599,'master'),(2,6600,'20.x'),(2,6600,'master'),(2,6601,'20.x'),(2,6601,'master'),(2,6602,'20.x'),(2,6602,'master'),(2,6603,'20.x'),(2,6603,'master'),(2,6604,'20.x'),(2,6604,'master'),(2,6605,'20.x'),(2,6605,'master'),(2,6606,'20.x'),(2,6606,'master'),(2,6607,'20.x'),(2,6607,'master'),(2,6608,'20.x'),(2,6608,'master'),(2,6609,'20.x'),(2,6609,'master'),(2,6610,'20.x'),(2,6610,'master'),(2,6611,'20.x'),(2,6611,'master'),(2,6612,'20.x'),(2,6612,'master'),(2,6613,'20.x'),(2,6613,'master'),(2,6614,'20.x'),(2,6614,'master'),(2,6615,'20.x'),(2,6615,'master'),(2,6616,'20.x'),(2,6616,'master'),(2,6617,'20.x'),(2,6617,'master'),(2,6618,'20.x'),(2,6618,'master'),(2,6619,'20.x'),(2,6619,'master'),(2,6620,'20.x'),(2,6620,'master'),(2,6621,'20.x'),(2,6621,'master'),(2,6622,'20.x'),(2,6622,'master'),(2,6623,'20.x'),(2,6623,'master'),(2,6624,'20.x'),(2,6624,'master'),(2,6625,'20.x'),(2,6625,'master'),(2,6626,'20.x'),(2,6626,'master'),(2,6627,'20.x'),(2,6627,'master'),(2,6628,'20.x'),(2,6628,'master'),(2,6629,'20.x'),(2,6629,'master'),(2,6630,'20.x'),(2,6630,'master'),(2,6631,'20.x'),(2,6631,'master'),(2,6632,'20.x'),(2,6632,'master'),(2,6633,'20.x'),(2,6633,'master'),(2,6634,'20.x'),(2,6634,'master'),(2,6635,'20.x'),(2,6635,'master'),(2,6636,'20.x'),(2,6636,'master'),(2,6637,'20.x'),(2,6637,'master'),(2,6638,'20.x'),(2,6638,'master'),(2,6639,'20.x'),(2,6639,'master'),(2,6640,'20.x'),(2,6640,'master'),(2,6641,'20.x'),(2,6641,'master'),(2,6642,'20.x'),(2,6642,'master'),(2,6643,'20.x'),(2,6643,'master'),(2,6644,'20.x'),(2,6644,'master'),(2,6645,'20.x'),(2,6645,'master'),(2,6646,'20.x'),(2,6646,'master'),(2,6647,'20.x'),(2,6647,'master'),(2,6648,'20.x'),(2,6648,'master'),(2,6649,'20.x'),(2,6649,'master'),(2,6650,'20.x'),(2,6650,'master'),(2,6651,'20.x'),(2,6651,'master'),(2,6652,'20.x'),(2,6652,'master'),(2,6653,'20.x'),(2,6653,'master'),(2,6654,'20.x'),(2,6654,'master'),(2,6655,'20.x'),(2,6655,'master'),(2,6656,'20.x'),(2,6656,'master'),(2,6657,'20.x'),(2,6657,'master'),(2,6658,'20.x'),(2,6658,'master'),(2,6659,'20.x'),(2,6659,'master'),(2,6660,'20.x'),(2,6660,'master'),(2,6661,'20.x'),(2,6661,'master'),(2,6662,'20.x'),(2,6662,'master'),(2,6663,'20.x'),(2,6663,'master'),(2,6664,'20.x'),(2,6664,'master'),(2,6665,'20.x'),(2,6665,'master'),(2,6666,'20.x'),(2,6666,'master'),(2,6667,'20.x'),(2,6667,'master'),(2,6668,'20.x'),(2,6668,'master'),(2,6669,'20.x'),(2,6669,'master'),(2,6670,'20.x'),(2,6670,'master'),(2,6671,'20.x'),(2,6671,'master'),(2,6672,'20.x'),(2,6672,'master'),(2,6673,'20.x'),(2,6673,'master'),(2,6674,'20.x'),(2,6674,'master'),(2,6675,'20.x'),(2,6675,'master'),(2,6676,'20.x'),(2,6676,'master'),(2,6677,'20.x'),(2,6677,'master'),(2,6678,'20.x'),(2,6678,'master'),(2,6679,'20.x'),(2,6679,'master'),(2,6680,'20.x'),(2,6680,'master'),(2,6681,'20.x'),(2,6681,'master'),(2,6682,'20.x'),(2,6682,'master'),(2,6683,'20.x'),(2,6683,'master'),(2,6684,'20.x'),(2,6684,'master'),(2,6685,'20.x'),(2,6685,'master'),(2,6686,'20.x'),(2,6686,'master'),(2,6687,'20.x'),(2,6687,'master'),(2,6688,'20.x'),(2,6688,'master'),(2,6689,'20.x'),(2,6689,'master'),(2,6690,'20.x'),(2,6690,'master'),(2,6691,'20.x'),(2,6691,'master'),(2,6692,'20.x'),(2,6692,'master'),(2,6693,'20.x'),(2,6693,'master'),(2,6694,'20.x'),(2,6694,'master'),(2,6695,'20.x'),(2,6695,'master'),(2,6696,'20.x'),(2,6696,'master'),(2,6697,'20.x'),(2,6697,'master'),(2,6698,'20.x'),(2,6698,'master'),(2,6699,'20.x'),(2,6699,'master'),(2,6700,'20.x'),(2,6700,'master'),(2,6701,'20.x'),(2,6701,'master'),(2,6702,'20.x'),(2,6702,'master'),(2,6703,'20.x'),(2,6703,'master'),(2,6704,'20.x'),(2,6704,'master'),(2,6705,'20.x'),(2,6705,'master'),(2,6706,'20.x'),(2,6706,'master'),(2,6707,'20.x'),(2,6707,'master'),(2,6708,'20.x'),(2,6708,'master'),(2,6709,'20.x'),(2,6709,'master'),(2,6710,'20.x'),(2,6710,'master'),(2,6711,'20.x'),(2,6711,'master'),(2,6712,'20.x'),(2,6712,'master'),(2,6713,'20.x'),(2,6713,'master'),(2,6714,'20.x'),(2,6714,'master'),(2,6715,'20.x'),(2,6715,'master'),(2,6716,'20.x'),(2,6716,'master'),(2,6717,'20.x'),(2,6717,'master'),(2,6718,'20.x'),(2,6718,'master'),(2,6719,'20.x'),(2,6719,'master'),(2,6720,'20.x'),(2,6720,'master'),(2,6721,'20.x'),(2,6721,'master'),(2,6722,'20.x'),(2,6722,'master'),(2,6723,'20.x'),(2,6723,'master'),(2,6724,'20.x'),(2,6724,'master'),(2,6725,'20.x'),(2,6725,'master'),(2,6726,'20.x'),(2,6726,'master'),(2,6727,'20.x'),(2,6727,'master'),(2,6728,'20.x'),(2,6728,'master'),(2,6729,'20.x'),(2,6729,'master'),(2,6730,'20.x'),(2,6730,'master'),(2,6731,'20.x'),(2,6731,'master'),(2,6732,'20.x'),(2,6732,'master'),(2,6733,'20.x'),(2,6733,'master'),(2,6734,'20.x'),(2,6734,'master'),(2,6735,'20.x'),(2,6735,'master'),(2,6736,'20.x'),(2,6736,'master'),(2,6737,'20.x'),(2,6737,'master'),(2,6738,'20.x'),(2,6738,'master'),(2,6739,'20.x'),(2,6739,'master'),(2,6740,'20.x'),(2,6740,'master'),(2,6741,'20.x'),(2,6741,'master'),(2,6742,'20.x'),(2,6742,'master'),(2,6743,'20.x'),(2,6743,'master'),(2,6744,'20.x'),(2,6744,'master'),(2,6745,'20.x'),(2,6745,'master'),(2,6746,'20.x'),(2,6746,'master'),(2,6747,'20.x'),(2,6747,'master'),(2,6748,'20.x'),(2,6748,'master'),(2,6749,'20.x'),(2,6749,'master'),(2,6750,'20.x'),(2,6750,'master'),(2,6751,'20.x'),(2,6751,'master'),(2,6752,'20.x'),(2,6752,'master'),(2,6753,'20.x'),(2,6753,'master'),(2,6754,'20.x'),(2,6754,'master'),(2,6755,'20.x'),(2,6755,'master'),(2,6756,'20.x'),(2,6756,'master'),(2,6757,'20.x'),(2,6757,'master'),(2,6758,'20.x'),(2,6758,'master'),(2,6759,'20.x'),(2,6759,'master'),(2,6760,'20.x'),(2,6760,'master'),(2,6761,'20.x'),(2,6761,'master'),(2,6762,'20.x'),(2,6762,'master'),(2,6763,'20.x'),(2,6763,'master'),(2,6764,'20.x'),(2,6764,'master'),(2,6765,'20.x'),(2,6765,'master'),(2,6766,'20.x'),(2,6766,'master'),(2,6767,'20.x'),(2,6767,'master'),(2,6768,'20.x'),(2,6768,'master'),(2,6769,'20.x'),(2,6769,'master'),(2,6770,'20.x'),(2,6770,'master'),(2,6771,'20.x'),(2,6771,'master'),(2,6772,'20.x'),(2,6772,'master'),(2,6773,'20.x'),(2,6773,'master'),(2,6774,'20.x'),(2,6774,'master'),(2,6775,'20.x'),(2,6775,'master'),(2,6776,'20.x'),(2,6776,'master'),(2,6777,'20.x'),(2,6777,'master'),(2,6778,'20.x'),(2,6778,'master'),(2,6779,'20.x'),(2,6779,'master'),(2,6780,'20.x'),(2,6780,'master'),(2,6781,'20.x'),(2,6781,'master'),(2,6782,'20.x'),(2,6782,'master'),(2,6783,'20.x'),(2,6783,'master'),(2,6784,'20.x'),(2,6784,'master'),(2,6785,'20.x'),(2,6785,'master'),(2,6786,'20.x'),(2,6786,'master'),(2,6787,'20.x'),(2,6787,'master'),(2,6788,'20.x'),(2,6788,'master'),(2,6789,'20.x'),(2,6789,'master'),(2,6790,'20.x'),(2,6790,'master'),(2,6791,'20.x'),(2,6791,'master'),(2,6792,'20.x'),(2,6792,'master'),(2,6793,'20.x'),(2,6793,'master'),(2,6794,'20.x'),(2,6794,'master'),(2,6795,'20.x'),(2,6795,'master'),(2,6796,'20.x'),(2,6796,'master'),(2,6797,'20.x'),(2,6797,'master'),(2,6798,'20.x'),(2,6798,'master'),(2,6799,'20.x'),(2,6799,'master'),(2,6800,'20.x'),(2,6800,'master'),(2,6801,'20.x'),(2,6801,'master'),(2,6802,'20.x'),(2,6802,'master'),(2,6803,'20.x'),(2,6803,'master'),(2,6804,'20.x'),(2,6804,'master'),(2,6805,'20.x'),(2,6805,'master'),(2,6806,'20.x'),(2,6806,'master'),(2,6807,'20.x'),(2,6807,'master'),(2,6808,'20.x'),(2,6808,'master'),(2,6809,'20.x'),(2,6809,'master'),(2,6810,'20.x'),(2,6810,'master'),(2,6811,'20.x'),(2,6811,'master'),(2,6812,'20.x'),(2,6812,'master'),(2,6813,'20.x'),(2,6813,'master'),(2,6814,'20.x'),(2,6814,'master'),(2,6815,'20.x'),(2,6815,'master'),(2,6816,'20.x'),(2,6816,'master'),(2,6817,'20.x'),(2,6817,'master'),(2,6818,'20.x'),(2,6818,'master'),(2,6819,'20.x'),(2,6819,'master'),(2,6820,'20.x'),(2,6820,'master'),(2,6821,'20.x'),(2,6821,'master'),(2,6822,'20.x'),(2,6822,'master'),(2,6823,'20.x'),(2,6823,'master'),(2,6824,'20.x'),(2,6824,'master'),(2,6825,'20.x'),(2,6825,'master'),(2,6826,'20.x'),(2,6826,'master'),(2,6827,'20.x'),(2,6827,'master'),(2,6828,'20.x'),(2,6828,'master'),(2,6829,'20.x'),(2,6829,'master'),(2,6830,'20.x'),(2,6830,'master'),(2,6831,'20.x'),(2,6831,'master'),(2,6832,'20.x'),(2,6832,'master'),(2,6833,'20.x'),(2,6833,'master'),(2,6834,'20.x'),(2,6834,'master'),(2,6835,'20.x'),(2,6835,'master'),(2,6836,'20.x'),(2,6836,'master'),(2,6837,'20.x'),(2,6837,'master'),(2,6838,'20.x'),(2,6838,'master'),(2,6839,'20.x'),(2,6839,'master'),(2,6840,'20.x'),(2,6840,'master'),(2,6841,'20.x'),(2,6841,'master'),(2,6842,'20.x'),(2,6842,'master'),(2,6843,'20.x'),(2,6843,'master'),(2,6844,'20.x'),(2,6844,'master'),(2,6845,'20.x'),(2,6845,'master'),(2,6846,'20.x'),(2,6846,'master'),(2,6847,'20.x'),(2,6847,'master'),(2,6848,'20.x'),(2,6848,'master'),(2,6849,'20.x'),(2,6849,'master'),(2,6850,'20.x'),(2,6850,'master'),(2,6851,'20.x'),(2,6851,'master'),(2,6852,'20.x'),(2,6852,'master'),(2,6853,'20.x'),(2,6853,'master'),(2,6854,'20.x'),(2,6854,'master'),(2,6855,'20.x'),(2,6855,'master'),(2,6856,'20.x'),(2,6856,'master'),(2,6857,'20.x'),(2,6857,'master'),(2,6858,'20.x'),(2,6858,'master'),(2,6859,'20.x'),(2,6859,'master'),(2,6860,'20.x'),(2,6860,'master'),(2,6861,'20.x'),(2,6861,'master'),(2,6862,'20.x'),(2,6862,'master'),(2,6863,'20.x'),(2,6863,'master'),(2,6864,'20.x'),(2,6864,'master'),(2,6865,'20.x'),(2,6865,'master'),(2,6866,'20.x'),(2,6866,'master'),(2,6867,'20.x'),(2,6867,'master'),(2,6868,'20.x'),(2,6868,'master'),(2,6869,'20.x'),(2,6869,'master'),(2,6870,'20.x'),(2,6870,'master'),(2,6871,'20.x'),(2,6871,'master'),(2,6872,'20.x'),(2,6872,'master'),(2,6873,'20.x'),(2,6873,'master'),(2,6874,'20.x'),(2,6874,'master'),(2,6875,'20.x'),(2,6875,'master'),(2,6876,'20.x'),(2,6876,'master'),(2,6877,'20.x'),(2,6877,'master'),(2,6878,'20.x'),(2,6878,'master'),(2,6879,'20.x'),(2,6879,'master'),(2,6880,'20.x'),(2,6880,'master'),(2,6881,'20.x'),(2,6881,'master'),(2,6882,'20.x'),(2,6882,'master'),(2,6883,'20.x'),(2,6883,'master'),(2,6884,'20.x'),(2,6884,'master'),(2,6885,'20.x'),(2,6885,'master'),(2,6886,'20.x'),(2,6886,'master'),(2,6887,'20.x'),(2,6887,'master'),(2,6888,'20.x'),(2,6888,'master'),(2,6889,'20.x'),(2,6889,'master'),(2,6890,'20.x'),(2,6890,'master'),(2,6891,'20.x'),(2,6891,'master'),(2,6892,'20.x'),(2,6892,'master'),(2,6893,'20.x'),(2,6893,'master'),(2,6894,'20.x'),(2,6894,'master'),(2,6895,'20.x'),(2,6895,'master'),(2,6896,'20.x'),(2,6896,'master'),(2,6897,'20.x'),(2,6897,'master'),(2,6898,'20.x'),(2,6898,'master'),(2,6899,'20.x'),(2,6899,'master'),(2,6900,'20.x'),(2,6900,'master'),(2,6901,'20.x'),(2,6901,'master'),(2,6902,'20.x'),(2,6902,'master'),(2,6903,'20.x'),(2,6903,'master'),(2,6904,'20.x'),(2,6904,'master'),(2,6905,'20.x'),(2,6905,'master'),(2,6906,'20.x'),(2,6906,'master'),(2,6907,'20.x'),(2,6907,'master'),(2,6908,'20.x'),(2,6908,'master'),(2,6909,'20.x'),(2,6909,'master'),(2,6910,'20.x'),(2,6910,'master'),(2,6911,'20.x'),(2,6911,'master'),(2,6912,'20.x'),(2,6912,'master'),(2,6913,'20.x'),(2,6913,'master'),(2,6914,'20.x'),(2,6914,'master'),(2,6915,'20.x'),(2,6915,'master'),(2,6916,'20.x'),(2,6916,'master'),(2,6917,'20.x'),(2,6917,'master'),(2,6918,'20.x'),(2,6918,'master'),(2,6919,'20.x'),(2,6919,'master'),(2,6920,'20.x'),(2,6920,'master'),(2,6921,'20.x'),(2,6921,'master'),(2,6922,'20.x'),(2,6922,'master'),(2,6923,'20.x'),(2,6923,'master'),(2,6924,'20.x'),(2,6924,'master'),(2,6925,'20.x'),(2,6925,'master'),(2,6926,'20.x'),(2,6926,'master'),(2,6927,'20.x'),(2,6927,'master'),(2,6928,'20.x'),(2,6928,'master'),(2,6929,'20.x'),(2,6929,'master'),(2,6930,'20.x'),(2,6930,'master'),(2,6931,'20.x'),(2,6931,'master'),(2,6932,'20.x'),(2,6932,'master'),(2,6933,'20.x'),(2,6933,'master'),(2,6934,'20.x'),(2,6934,'master'),(2,6935,'20.x'),(2,6935,'master'),(2,6936,'20.x'),(2,6936,'master'),(2,6937,'20.x'),(2,6937,'master'),(2,6938,'20.x'),(2,6938,'master'),(2,6939,'20.x'),(2,6939,'master'),(2,6940,'20.x'),(2,6940,'master'),(2,6941,'20.x'),(2,6941,'master'),(2,6942,'20.x'),(2,6942,'master'),(2,6943,'20.x'),(2,6943,'master'),(2,6944,'20.x'),(2,6944,'master'),(2,6945,'20.x'),(2,6945,'master'),(2,6946,'20.x'),(2,6946,'master'),(2,6947,'20.x'),(2,6947,'master'),(2,6948,'20.x'),(2,6948,'master'),(2,6949,'20.x'),(2,6949,'master'),(2,6950,'20.x'),(2,6950,'master'),(2,6951,'20.x'),(2,6951,'master'),(2,6952,'20.x'),(2,6952,'master'),(2,6953,'20.x'),(2,6953,'master'),(2,6954,'20.x'),(2,6954,'master'),(2,6955,'20.x'),(2,6955,'master'),(2,6956,'20.x'),(2,6956,'master'),(2,6957,'20.x'),(2,6957,'master'),(2,6958,'20.x'),(2,6958,'master'),(2,6959,'20.x'),(2,6959,'master'),(2,6960,'20.x'),(2,6960,'master'),(2,6961,'20.x'),(2,6961,'master'),(2,6962,'20.x'),(2,6962,'master'),(2,6963,'20.x'),(2,6963,'master'),(2,6964,'20.x'),(2,6964,'master'),(2,6965,'20.x'),(2,6965,'master'),(2,6966,'20.x'),(2,6966,'master'),(2,6967,'20.x'),(2,6967,'master'),(2,6968,'20.x'),(2,6968,'master'),(2,6969,'20.x'),(2,6969,'master'),(2,6970,'20.x'),(2,6970,'master'),(2,6971,'20.x'),(2,6971,'master'),(2,6972,'20.x'),(2,6972,'master'),(2,6973,'20.x'),(2,6973,'master'),(2,6974,'20.x'),(2,6974,'master'),(2,6975,'20.x'),(2,6975,'master'),(2,6976,'20.x'),(2,6976,'master'),(2,6977,'20.x'),(2,6977,'master'),(2,6978,'20.x'),(2,6978,'master'),(2,6979,'20.x'),(2,6979,'master'),(2,6980,'20.x'),(2,6980,'master'),(2,6981,'20.x'),(2,6981,'master'),(2,6982,'20.x'),(2,6982,'master'),(2,6983,'20.x'),(2,6983,'master'),(2,6984,'20.x'),(2,6984,'master'),(2,6985,'20.x'),(2,6985,'master'),(2,6986,'20.x'),(2,6986,'master'),(2,6987,'20.x'),(2,6987,'master'),(2,6988,'20.x'),(2,6988,'master'),(2,6989,'20.x'),(2,6989,'master'),(2,6990,'20.x'),(2,6990,'master'),(2,6991,'20.x'),(2,6991,'master'),(2,6992,'20.x'),(2,6992,'master'),(2,6993,'20.x'),(2,6993,'master'),(2,6994,'20.x'),(2,6994,'master'),(2,6995,'20.x'),(2,6995,'master'),(2,6996,'20.x'),(2,6996,'master'),(2,6997,'20.x'),(2,6997,'master'),(2,6998,'20.x'),(2,6998,'master'),(2,6999,'20.x'),(2,6999,'master'),(2,7000,'20.x'),(2,7000,'master'),(2,7001,'20.x'),(2,7001,'master'),(2,7002,'20.x'),(2,7002,'master'),(2,7003,'20.x'),(2,7003,'master'),(2,7004,'20.x'),(2,7004,'master'),(2,7005,'20.x'),(2,7005,'master'),(2,7006,'20.x'),(2,7006,'master'),(2,7007,'20.x'),(2,7007,'master'),(2,7008,'20.x'),(2,7008,'master'),(2,7009,'20.x'),(2,7009,'master'),(2,7010,'20.x'),(2,7010,'master'),(2,7011,'20.x'),(2,7011,'master'),(2,7012,'20.x'),(2,7012,'master'),(2,7013,'20.x'),(2,7013,'master'),(2,7014,'20.x'),(2,7014,'master'),(2,7015,'20.x'),(2,7015,'master'),(2,7016,'20.x'),(2,7016,'master'),(2,7017,'20.x'),(2,7017,'master'),(2,7018,'20.x'),(2,7018,'master'),(2,7019,'20.x'),(2,7019,'master'),(2,7020,'20.x'),(2,7020,'master'),(2,7021,'20.x'),(2,7021,'master'),(2,7022,'20.x'),(2,7022,'master'),(2,7023,'20.x'),(2,7023,'master'),(2,7024,'20.x'),(2,7024,'master'),(2,7025,'20.x'),(2,7025,'master'),(2,7026,'20.x'),(2,7026,'master'),(2,7027,'20.x'),(2,7027,'master'),(2,7028,'20.x'),(2,7028,'master'),(2,7029,'20.x'),(2,7029,'master'),(2,7030,'20.x'),(2,7030,'master'),(2,7031,'20.x'),(2,7031,'master'),(2,7032,'20.x'),(2,7032,'master'),(2,7033,'20.x'),(2,7033,'master'),(2,7034,'20.x'),(2,7034,'master'),(2,7035,'20.x'),(2,7035,'master'),(2,7036,'20.x'),(2,7036,'master'),(2,7037,'20.x'),(2,7037,'master'),(2,7038,'20.x'),(2,7038,'master'),(2,7039,'20.x'),(2,7039,'master'),(2,7040,'20.x'),(2,7040,'master'),(2,7041,'20.x'),(2,7041,'master'),(2,7042,'20.x'),(2,7042,'master'),(2,7043,'20.x'),(2,7043,'master'),(2,7044,'20.x'),(2,7044,'master'),(2,7045,'20.x'),(2,7045,'master'),(2,7046,'20.x'),(2,7046,'master'),(2,7047,'20.x'),(2,7047,'master'),(2,7048,'20.x'),(2,7048,'master'),(2,7049,'20.x'),(2,7049,'master'),(2,7050,'20.x'),(2,7050,'master'),(2,7051,'20.x'),(2,7051,'master'),(2,7052,'20.x'),(2,7052,'master'),(2,7053,'20.x'),(2,7053,'master'),(2,7054,'20.x'),(2,7054,'master'),(2,7055,'20.x'),(2,7055,'master'),(2,7056,'20.x'),(2,7056,'master'),(2,7057,'20.x'),(2,7057,'master'),(2,7058,'20.x'),(2,7058,'master'),(2,7059,'20.x'),(2,7059,'master'),(2,7060,'20.x'),(2,7060,'master'),(2,7061,'20.x'),(2,7061,'master'),(2,7062,'20.x'),(2,7062,'master'),(2,7063,'20.x'),(2,7063,'master'),(2,7064,'20.x'),(2,7064,'master'),(2,7065,'20.x'),(2,7065,'master'),(2,7066,'20.x'),(2,7066,'master'),(2,7067,'20.x'),(2,7067,'master'),(2,7068,'20.x'),(2,7068,'master'),(2,7069,'20.x'),(2,7069,'master'),(2,7070,'20.x'),(2,7070,'master'),(2,7071,'20.x'),(2,7071,'master'),(2,7072,'20.x'),(2,7072,'master'),(2,7073,'20.x'),(2,7073,'master'),(2,7074,'20.x'),(2,7074,'master'),(2,7075,'20.x'),(2,7075,'master'),(2,7076,'20.x'),(2,7076,'master'),(2,7077,'20.x'),(2,7077,'master'),(2,7078,'20.x'),(2,7078,'master'),(2,7079,'20.x'),(2,7079,'master'),(2,7080,'20.x'),(2,7080,'master'),(2,7081,'20.x'),(2,7081,'master'),(2,7082,'20.x'),(2,7082,'master'),(2,7083,'20.x'),(2,7083,'master'),(2,7084,'20.x'),(2,7084,'master'),(2,7085,'20.x'),(2,7085,'master'),(2,7086,'20.x'),(2,7086,'master'),(2,7087,'20.x'),(2,7087,'master'),(2,7088,'20.x'),(2,7088,'master'),(2,7089,'20.x'),(2,7089,'master'),(2,7090,'20.x'),(2,7090,'master'),(2,7091,'20.x'),(2,7091,'master'),(2,7092,'20.x'),(2,7092,'master'),(2,7093,'20.x'),(2,7093,'master'),(2,7094,'20.x'),(2,7094,'master'),(2,7095,'20.x'),(2,7095,'master'),(2,7096,'20.x'),(2,7096,'master'),(2,7097,'20.x'),(2,7097,'master'),(2,7098,'20.x'),(2,7098,'master'),(2,7099,'20.x'),(2,7099,'master'),(2,7100,'20.x'),(2,7100,'master'),(2,7101,'20.x'),(2,7101,'master'),(2,7102,'20.x'),(2,7102,'master'),(2,7103,'20.x'),(2,7103,'master'),(2,7104,'20.x'),(2,7104,'master'),(2,7105,'20.x'),(2,7105,'master'),(2,7106,'20.x'),(2,7106,'master'),(2,7107,'20.x'),(2,7107,'master'),(2,7108,'20.x'),(2,7108,'master'),(2,7109,'20.x'),(2,7109,'master'),(2,7110,'20.x'),(2,7110,'master'),(2,7111,'20.x'),(2,7111,'master'),(2,7112,'20.x'),(2,7112,'master'),(2,7113,'20.x'),(2,7113,'master'),(2,7114,'20.x'),(2,7114,'master'),(2,7115,'20.x'),(2,7115,'master'),(2,7116,'20.x'),(2,7116,'master'),(2,7117,'20.x'),(2,7117,'master'),(2,7118,'20.x'),(2,7118,'master'),(2,7119,'20.x'),(2,7119,'master'),(2,7120,'20.x'),(2,7120,'master'),(2,7121,'20.x'),(2,7121,'master'),(2,7122,'20.x'),(2,7122,'master'),(2,7123,'20.x'),(2,7123,'master'),(2,7124,'20.x'),(2,7124,'master'),(2,7125,'20.x'),(2,7125,'master'),(2,7126,'20.x'),(2,7126,'master'),(2,7127,'20.x'),(2,7127,'master'),(2,7128,'20.x'),(2,7128,'master'),(2,7129,'20.x'),(2,7129,'master'),(2,7130,'20.x'),(2,7130,'master'),(2,7131,'20.x'),(2,7131,'master'),(2,7132,'20.x'),(2,7132,'master'),(2,7133,'20.x'),(2,7133,'master'),(2,7134,'20.x'),(2,7134,'master'),(2,7135,'20.x'),(2,7135,'master'),(2,7136,'20.x'),(2,7136,'master'),(2,7137,'20.x'),(2,7137,'master'),(2,7138,'20.x'),(2,7138,'master'),(2,7139,'20.x'),(2,7139,'master'),(2,7140,'20.x'),(2,7140,'master'),(2,7141,'20.x'),(2,7141,'master'),(2,7142,'20.x'),(2,7142,'master'),(2,7143,'20.x'),(2,7143,'master'),(2,7144,'20.x'),(2,7144,'master'),(2,7145,'20.x'),(2,7145,'master'),(2,7146,'20.x'),(2,7146,'master'),(2,7147,'20.x'),(2,7147,'master'),(2,7148,'20.x'),(2,7148,'master'),(2,7149,'20.x'),(2,7149,'master'),(2,7150,'20.x'),(2,7150,'master'),(2,7151,'20.x'),(2,7151,'master'),(2,7152,'20.x'),(2,7152,'master'),(2,7153,'20.x'),(2,7153,'master'),(2,7154,'20.x'),(2,7154,'master'),(2,7155,'20.x'),(2,7155,'master'),(2,7156,'20.x'),(2,7156,'master'),(2,7157,'20.x'),(2,7157,'master'),(2,7158,'20.x'),(2,7158,'master'),(2,7159,'20.x'),(2,7159,'master'),(2,7160,'20.x'),(2,7160,'master'),(2,7161,'20.x'),(2,7161,'master'),(2,7162,'20.x'),(2,7162,'master'),(2,7163,'20.x'),(2,7163,'master'),(2,7164,'20.x'),(2,7164,'master'),(2,7165,'20.x'),(2,7165,'master'),(2,7166,'20.x'),(2,7166,'master'),(2,7167,'20.x'),(2,7167,'master'),(2,7168,'20.x'),(2,7168,'master'),(2,7169,'20.x'),(2,7169,'master'),(2,7170,'20.x'),(2,7170,'master'),(2,7171,'20.x'),(2,7171,'master'),(2,7172,'20.x'),(2,7172,'master'),(2,7173,'20.x'),(2,7173,'master'),(2,7174,'20.x'),(2,7174,'master'),(2,7175,'20.x'),(2,7175,'master'),(2,7176,'20.x'),(2,7176,'master'),(2,7177,'20.x'),(2,7177,'master'),(2,7178,'20.x'),(2,7178,'master'),(2,7179,'20.x'),(2,7179,'master'),(2,7180,'20.x'),(2,7180,'master'),(2,7181,'20.x'),(2,7181,'master'),(2,7182,'20.x'),(2,7182,'master'),(2,7183,'20.x'),(2,7183,'master'),(2,7184,'20.x'),(2,7184,'master'),(2,7185,'20.x'),(2,7185,'master'),(2,7186,'20.x'),(2,7186,'master'),(2,7187,'20.x'),(2,7187,'master'),(2,7188,'20.x'),(2,7188,'master'),(2,7189,'20.x'),(2,7189,'master'),(2,7190,'20.x'),(2,7190,'master'),(2,7191,'20.x'),(2,7191,'master'),(2,7192,'20.x'),(2,7192,'master'),(2,7193,'20.x'),(2,7193,'master'),(2,7194,'20.x'),(2,7194,'master'),(2,7195,'20.x'),(2,7195,'master'),(2,7196,'20.x'),(2,7196,'master'),(2,7197,'20.x'),(2,7197,'master'),(2,7198,'20.x'),(2,7198,'master'),(2,7199,'20.x'),(2,7199,'master'),(2,7200,'20.x'),(2,7200,'master'),(2,7201,'20.x'),(2,7201,'master'),(2,7202,'20.x'),(2,7202,'master'),(2,7203,'20.x'),(2,7203,'master'),(2,7204,'20.x'),(2,7204,'master'),(2,7205,'20.x'),(2,7205,'master'),(2,7206,'20.x'),(2,7206,'master'),(2,7207,'20.x'),(2,7207,'master'),(2,7208,'20.x'),(2,7208,'master'),(2,7209,'20.x'),(2,7209,'master'),(2,7210,'20.x'),(2,7210,'master'),(2,7211,'20.x'),(2,7211,'master'),(2,7212,'20.x'),(2,7212,'master'),(2,7213,'20.x'),(2,7213,'master'),(2,7214,'20.x'),(2,7214,'master'),(2,7215,'20.x'),(2,7215,'master'),(2,7216,'20.x'),(2,7216,'master'),(2,7217,'20.x'),(2,7217,'master'),(2,7218,'20.x'),(2,7218,'master'),(2,7219,'20.x'),(2,7219,'master'),(2,7220,'20.x'),(2,7220,'master'),(2,7221,'20.x'),(2,7221,'master'),(2,7222,'20.x'),(2,7222,'master'),(2,7223,'20.x'),(2,7223,'master'),(2,7224,'20.x'),(2,7224,'master'),(2,7225,'20.x'),(2,7225,'master'),(2,7226,'20.x'),(2,7226,'master'),(2,7227,'20.x'),(2,7227,'master'),(2,7228,'20.x'),(2,7228,'master'),(2,7229,'20.x'),(2,7229,'master'),(2,7230,'20.x'),(2,7230,'master'),(2,7231,'20.x'),(2,7231,'master'),(2,7232,'20.x'),(2,7232,'master'),(2,7233,'20.x'),(2,7233,'master'),(2,7234,'20.x'),(2,7234,'master'),(2,7235,'20.x'),(2,7235,'master'),(2,7236,'20.x'),(2,7236,'master'),(2,7237,'20.x'),(2,7237,'master'),(2,7238,'20.x'),(2,7238,'master'),(2,7239,'20.x'),(2,7239,'master'),(2,7240,'20.x'),(2,7240,'master'),(2,7241,'20.x'),(2,7241,'master'),(2,7242,'20.x'),(2,7242,'master'),(2,7243,'20.x'),(2,7243,'master'),(2,7244,'20.x'),(2,7244,'master'),(2,7245,'20.x'),(2,7245,'master'),(2,7246,'20.x'),(2,7246,'master'),(2,7247,'20.x'),(2,7247,'master'),(2,7248,'20.x'),(2,7248,'master'),(2,7249,'20.x'),(2,7249,'master'),(2,7250,'20.x'),(2,7250,'master'),(2,7251,'20.x'),(2,7251,'master'),(2,7252,'20.x'),(2,7252,'master'),(2,7253,'20.x'),(2,7253,'master'),(2,7254,'20.x'),(2,7254,'master'),(2,7255,'20.x'),(2,7255,'master'),(2,7256,'20.x'),(2,7256,'master'),(2,7257,'20.x'),(2,7257,'master'),(2,7258,'20.x'),(2,7258,'master'),(2,7259,'20.x'),(2,7259,'master'),(2,7260,'20.x'),(2,7260,'master'),(2,7261,'20.x'),(2,7261,'master'),(2,7262,'20.x'),(2,7262,'master'),(2,7263,'20.x'),(2,7263,'master'),(2,7264,'20.x'),(2,7264,'master'),(2,7265,'20.x'),(2,7265,'master'),(2,7266,'20.x'),(2,7266,'master'),(2,7267,'20.x'),(2,7267,'master'),(2,7268,'20.x'),(2,7268,'master'),(2,7269,'20.x'),(2,7269,'master'),(2,7270,'20.x'),(2,7270,'master'),(2,7271,'20.x'),(2,7271,'master'),(2,7272,'20.x'),(2,7272,'master'),(2,7273,'20.x'),(2,7273,'master'),(2,7274,'20.x'),(2,7274,'master'),(2,7275,'20.x'),(2,7275,'master'),(2,7276,'20.x'),(2,7276,'master'),(2,7277,'20.x'),(2,7277,'master'),(2,7278,'20.x'),(2,7278,'master'),(2,7279,'20.x'),(2,7279,'master'),(2,7280,'20.x'),(2,7280,'master'),(2,7281,'20.x'),(2,7281,'master'),(2,7282,'20.x'),(2,7282,'master'),(2,7283,'20.x'),(2,7283,'master'),(2,7284,'20.x'),(2,7284,'master'),(2,7285,'20.x'),(2,7285,'master'),(2,7286,'20.x'),(2,7286,'master'),(2,7287,'20.x'),(2,7287,'master'),(2,7288,'20.x'),(2,7288,'master'),(2,7289,'20.x'),(2,7289,'master'),(2,7290,'20.x'),(2,7290,'master'),(2,7291,'20.x'),(2,7291,'master'),(2,7292,'20.x'),(2,7292,'master'),(2,7293,'20.x'),(2,7293,'master'),(2,7294,'20.x'),(2,7294,'master'),(2,7295,'20.x'),(2,7295,'master'),(2,7296,'20.x'),(2,7296,'master'),(2,7297,'20.x'),(2,7297,'master'),(2,7298,'20.x'),(2,7298,'master'),(2,7299,'20.x'),(2,7299,'master'),(2,7300,'20.x'),(2,7300,'master'),(2,7301,'20.x'),(2,7301,'master'),(2,7302,'20.x'),(2,7302,'master'),(2,7303,'20.x'),(2,7303,'master'),(2,7304,'20.x'),(2,7304,'master'),(2,7305,'20.x'),(2,7305,'master'),(2,7306,'20.x'),(2,7306,'master'),(2,7307,'20.x'),(2,7307,'master'),(2,7308,'20.x'),(2,7308,'master'),(2,7309,'20.x'),(2,7309,'master'),(2,7310,'20.x'),(2,7310,'master'),(2,7311,'20.x'),(2,7311,'master'),(2,7312,'20.x'),(2,7312,'master'),(2,7313,'20.x'),(2,7313,'master'),(2,7314,'20.x'),(2,7314,'master'),(2,7315,'20.x'),(2,7315,'master'),(2,7316,'20.x'),(2,7316,'master'),(2,7317,'20.x'),(2,7317,'master'),(2,7318,'20.x'),(2,7318,'master'),(2,7319,'20.x'),(2,7319,'master'),(2,7320,'20.x'),(2,7320,'master'),(2,7321,'20.x'),(2,7321,'master'),(2,7322,'20.x'),(2,7322,'master'),(2,7323,'20.x'),(2,7323,'master'),(2,7324,'20.x'),(2,7324,'master'),(2,7325,'20.x'),(2,7325,'master'),(2,7326,'20.x'),(2,7326,'master'),(2,7327,'20.x'),(2,7327,'master'),(2,7328,'20.x'),(2,7328,'master'),(2,7329,'20.x'),(2,7329,'master'),(2,7330,'20.x'),(2,7330,'master'),(2,7331,'20.x'),(2,7331,'master'),(2,7332,'20.x'),(2,7332,'master'),(2,7333,'20.x'),(2,7333,'master'),(2,7334,'20.x'),(2,7334,'master'),(2,7335,'20.x'),(2,7335,'master'),(2,7336,'20.x'),(2,7336,'master'),(2,7337,'20.x'),(2,7337,'master'),(2,7338,'20.x'),(2,7338,'master'),(2,7339,'20.x'),(2,7339,'master'),(2,7340,'20.x'),(2,7340,'master'),(2,7341,'20.x'),(2,7341,'master'),(2,7342,'20.x'),(2,7342,'master'),(2,7343,'20.x'),(2,7343,'master'),(2,7344,'20.x'),(2,7344,'master'),(2,7345,'20.x'),(2,7345,'master'),(2,7346,'20.x'),(2,7346,'master'),(2,7347,'20.x'),(2,7347,'master'),(2,7348,'20.x'),(2,7348,'master'),(2,7349,'20.x'),(2,7349,'master'),(2,7350,'20.x'),(2,7350,'master'),(2,7351,'20.x'),(2,7351,'master'),(2,7352,'20.x'),(2,7352,'master'),(2,7353,'20.x'),(2,7353,'master'),(2,7354,'20.x'),(2,7354,'master'),(2,7355,'20.x'),(2,7355,'master'),(2,7356,'20.x'),(2,7356,'master'),(2,7357,'20.x'),(2,7357,'master'),(2,7358,'20.x'),(2,7358,'master'),(2,7359,'20.x'),(2,7359,'master'),(2,7360,'20.x'),(2,7360,'master'),(2,7361,'20.x'),(2,7361,'master'),(2,7362,'20.x'),(2,7362,'master'),(2,7363,'20.x'),(2,7363,'master'),(2,7364,'20.x'),(2,7364,'master'),(2,7365,'20.x'),(2,7365,'master'),(2,7366,'20.x'),(2,7366,'master'),(2,7367,'20.x'),(2,7367,'master'),(2,7368,'20.x'),(2,7368,'master'),(2,7369,'20.x'),(2,7369,'master'),(2,7370,'20.x'),(2,7370,'master'),(2,7371,'20.x'),(2,7371,'master'),(2,7372,'20.x'),(2,7372,'master'),(2,7373,'20.x'),(2,7373,'master'),(2,7374,'20.x'),(2,7374,'master'),(2,7375,'20.x'),(2,7375,'master'),(2,7376,'20.x'),(2,7376,'master'),(2,7377,'20.x'),(2,7377,'master'),(2,7378,'20.x'),(2,7378,'master'),(2,7379,'20.x'),(2,7379,'master'),(2,7380,'20.x'),(2,7380,'master'),(2,7381,'20.x'),(2,7381,'master'),(2,7382,'20.x'),(2,7382,'master'),(2,7383,'20.x'),(2,7383,'master'),(2,7384,'20.x'),(2,7384,'master'),(2,7385,'20.x'),(2,7385,'master'),(2,7386,'20.x'),(2,7386,'master'),(2,7387,'20.x'),(2,7387,'master'),(2,7388,'20.x'),(2,7388,'master'),(2,7389,'20.x'),(2,7389,'master'),(2,7390,'20.x'),(2,7390,'master'),(2,7391,'20.x'),(2,7391,'master'),(2,7392,'20.x'),(2,7392,'master'),(2,7393,'20.x'),(2,7393,'master'),(2,7394,'20.x'),(2,7394,'master'),(2,7395,'20.x'),(2,7395,'master'),(2,7396,'20.x'),(2,7396,'master'),(2,7397,'20.x'),(2,7397,'master'),(2,7398,'20.x'),(2,7398,'master'),(2,7399,'20.x'),(2,7399,'master'),(2,7400,'20.x'),(2,7400,'master'),(2,7401,'20.x'),(2,7401,'master'),(2,7402,'20.x'),(2,7402,'master'),(2,7403,'20.x'),(2,7403,'master'),(2,7404,'20.x'),(2,7404,'master'),(2,7405,'20.x'),(2,7405,'master'),(2,7406,'20.x'),(2,7406,'master'),(2,7407,'20.x'),(2,7407,'master'),(2,7408,'20.x'),(2,7408,'master'),(2,7409,'20.x'),(2,7409,'master'),(2,7410,'20.x'),(2,7410,'master'),(2,7411,'20.x'),(2,7411,'master'),(2,7412,'20.x'),(2,7412,'master'),(2,7413,'20.x'),(2,7413,'master'),(2,7414,'20.x'),(2,7414,'master'),(2,7415,'20.x'),(2,7415,'master'),(2,7416,'20.x'),(2,7416,'master'),(2,7417,'20.x'),(2,7417,'master'),(2,7418,'20.x'),(2,7418,'master'),(2,7419,'20.x'),(2,7419,'master'),(2,7420,'20.x'),(2,7420,'master'),(2,7421,'20.x'),(2,7421,'master'),(2,7422,'20.x'),(2,7422,'master'),(2,7423,'20.x'),(2,7423,'master'),(2,7424,'20.x'),(2,7424,'master'),(2,7425,'20.x'),(2,7425,'master'),(2,7426,'20.x'),(2,7426,'master'),(2,7427,'20.x'),(2,7427,'master'),(2,7428,'20.x'),(2,7428,'master'),(2,7429,'20.x'),(2,7429,'master'),(2,7430,'20.x'),(2,7430,'master'),(2,7431,'20.x'),(2,7431,'master'),(2,7432,'20.x'),(2,7432,'master'),(2,7433,'20.x'),(2,7433,'master'),(2,7434,'20.x'),(2,7434,'master'),(2,7435,'20.x'),(2,7435,'master'),(2,7436,'20.x'),(2,7436,'master'),(2,7437,'20.x'),(2,7437,'master'),(2,7438,'20.x'),(2,7438,'master'),(2,7439,'20.x'),(2,7439,'master'),(2,7440,'20.x'),(2,7440,'master'),(2,7441,'20.x'),(2,7441,'master'),(2,7442,'20.x'),(2,7442,'master'),(2,7443,'20.x'),(2,7443,'master'),(2,7444,'20.x'),(2,7444,'master'),(2,7445,'20.x'),(2,7445,'master'),(2,7446,'20.x'),(2,7446,'master'),(2,7447,'20.x'),(2,7447,'master'),(2,7448,'20.x'),(2,7448,'master'),(2,7449,'20.x'),(2,7449,'master'),(2,7450,'20.x'),(2,7450,'master'),(2,7451,'20.x'),(2,7451,'master'),(2,7452,'20.x'),(2,7452,'master'),(2,7453,'20.x'),(2,7453,'master'),(2,7454,'20.x'),(2,7454,'master'),(2,7455,'20.x'),(2,7455,'master'),(2,7456,'20.x'),(2,7456,'master'),(2,7457,'20.x'),(2,7457,'master'),(2,7458,'20.x'),(2,7458,'master'),(2,7459,'20.x'),(2,7459,'master'),(2,7460,'20.x'),(2,7460,'master'),(2,7461,'20.x'),(2,7461,'master'),(2,7462,'20.x'),(2,7462,'master'),(2,7463,'20.x'),(2,7463,'master'),(2,7464,'20.x'),(2,7464,'master'),(2,7465,'20.x'),(2,7465,'master'),(2,7466,'20.x'),(2,7466,'master'),(2,7467,'20.x'),(2,7467,'master'),(2,7468,'20.x'),(2,7468,'master'),(2,7469,'20.x'),(2,7469,'master'),(2,7470,'20.x'),(2,7470,'master'),(2,7471,'20.x'),(2,7471,'master'),(2,7472,'20.x'),(2,7472,'master'),(2,7473,'20.x'),(2,7473,'master'),(2,7474,'20.x'),(2,7474,'master'),(2,7475,'20.x'),(2,7475,'master'),(2,7476,'20.x'),(2,7476,'master'),(2,7477,'20.x'),(2,7477,'master'),(2,7478,'20.x'),(2,7478,'master'),(2,7479,'20.x'),(2,7479,'master'),(2,7480,'20.x'),(2,7480,'master'),(2,7481,'20.x'),(2,7481,'master'),(2,7482,'20.x'),(2,7482,'master'),(2,7483,'20.x'),(2,7483,'master'),(2,7484,'20.x'),(2,7484,'master'),(2,7485,'20.x'),(2,7485,'master'),(2,7486,'20.x'),(2,7486,'master'),(2,7487,'20.x'),(2,7487,'master'),(2,7488,'20.x'),(2,7488,'master'),(2,7489,'20.x'),(2,7489,'master'),(2,7490,'20.x'),(2,7490,'master'),(2,7491,'20.x'),(2,7491,'master'),(2,7492,'20.x'),(2,7492,'master'),(2,7493,'20.x'),(2,7493,'master'),(2,7494,'20.x'),(2,7494,'master'),(2,7495,'20.x'),(2,7495,'master'),(2,7496,'20.x'),(2,7496,'master'),(2,7497,'20.x'),(2,7497,'master'),(2,7498,'20.x'),(2,7498,'master'),(2,7499,'20.x'),(2,7499,'master'),(2,7500,'20.x'),(2,7500,'master'),(2,7501,'20.x'),(2,7501,'master'),(2,7502,'20.x'),(2,7502,'master'),(2,7503,'20.x'),(2,7503,'master'),(2,7504,'20.x'),(2,7504,'master'),(2,7505,'20.x'),(2,7505,'master'),(2,7506,'20.x'),(2,7506,'master'),(2,7507,'20.x'),(2,7507,'master'),(2,7508,'20.x'),(2,7508,'master'),(2,7509,'20.x'),(2,7509,'master'),(2,7510,'20.x'),(2,7510,'master'),(2,7511,'20.x'),(2,7511,'master'),(2,7512,'20.x'),(2,7512,'master'),(2,7513,'20.x'),(2,7513,'master'),(2,7514,'20.x'),(2,7514,'master'),(2,7515,'20.x'),(2,7515,'master'),(2,7516,'20.x'),(2,7516,'master'),(2,7517,'20.x'),(2,7517,'master'),(2,7518,'20.x'),(2,7518,'master'),(2,7519,'20.x'),(2,7519,'master'),(2,7520,'20.x'),(2,7520,'master'),(2,7521,'20.x'),(2,7521,'master'),(2,7522,'20.x'),(2,7522,'master'),(2,7523,'20.x'),(2,7523,'master'),(2,7524,'20.x'),(2,7524,'master'),(2,7525,'20.x'),(2,7525,'master'),(2,7526,'20.x'),(2,7526,'master'),(2,7527,'20.x'),(2,7527,'master'),(2,7528,'20.x'),(2,7528,'master'),(2,7529,'20.x'),(2,7529,'master'),(2,7530,'20.x'),(2,7530,'master'),(2,7531,'20.x'),(2,7531,'master'),(2,7532,'20.x'),(2,7532,'master'),(2,7533,'20.x'),(2,7533,'master'),(2,7534,'20.x'),(2,7534,'master'),(2,7535,'20.x'),(2,7535,'master'),(2,7536,'20.x'),(2,7536,'master'),(2,7537,'20.x'),(2,7537,'master'),(2,7538,'20.x'),(2,7538,'master'),(2,7539,'20.x'),(2,7539,'master'),(2,7540,'20.x'),(2,7540,'master'),(2,7541,'20.x'),(2,7541,'master'),(2,7542,'20.x'),(2,7542,'master'),(2,7543,'20.x'),(2,7543,'master'),(2,7544,'20.x'),(2,7544,'master'),(2,7545,'20.x'),(2,7545,'master'),(2,7546,'20.x'),(2,7546,'master'),(2,7547,'20.x'),(2,7547,'master'),(2,7548,'20.x'),(2,7548,'master'),(2,7549,'20.x'),(2,7549,'master'),(2,7550,'20.x'),(2,7550,'master'),(2,7551,'20.x'),(2,7551,'master'),(2,7552,'20.x'),(2,7552,'master'),(2,7553,'20.x'),(2,7553,'master'),(2,7554,'20.x'),(2,7554,'master'),(2,7555,'20.x'),(2,7555,'master'),(2,7556,'20.x'),(2,7556,'master'),(2,7557,'20.x'),(2,7557,'master'),(2,7558,'20.x'),(2,7558,'master'),(2,7559,'20.x'),(2,7559,'master'),(2,7560,'20.x'),(2,7560,'master'),(2,7561,'20.x'),(2,7561,'master'),(2,7562,'20.x'),(2,7562,'master'),(2,7563,'20.x'),(2,7563,'master'),(2,7564,'20.x'),(2,7564,'master'),(2,7565,'20.x'),(2,7565,'master'),(2,7566,'20.x'),(2,7566,'master'),(2,7567,'20.x'),(2,7567,'master'),(2,7568,'20.x'),(2,7568,'master'),(2,7569,'20.x'),(2,7569,'master'),(2,7570,'20.x'),(2,7570,'master'),(2,7571,'20.x'),(2,7571,'master'),(2,7572,'20.x'),(2,7572,'master'),(2,7573,'20.x'),(2,7573,'master'),(2,7574,'20.x'),(2,7574,'master'),(2,7575,'20.x'),(2,7575,'master'),(2,7576,'20.x'),(2,7576,'master'),(2,7577,'20.x'),(2,7577,'master'),(2,7578,'20.x'),(2,7578,'master'),(2,7579,'20.x'),(2,7579,'master'),(2,7580,'20.x'),(2,7580,'master'),(2,7581,'20.x'),(2,7581,'master'),(2,7582,'20.x'),(2,7582,'master'),(2,7583,'20.x'),(2,7583,'master'),(2,7584,'20.x'),(2,7584,'master'),(2,7585,'20.x'),(2,7585,'master'),(2,7586,'20.x'),(2,7586,'master'),(2,7587,'20.x'),(2,7587,'master'),(2,7588,'20.x'),(2,7588,'master'),(2,7589,'20.x'),(2,7589,'master'),(2,7590,'20.x'),(2,7590,'master'),(2,7591,'20.x'),(2,7591,'master'),(2,7592,'20.x'),(2,7592,'master'),(2,7593,'20.x'),(2,7593,'master'),(2,7594,'20.x'),(2,7594,'master'),(2,7595,'20.x'),(2,7595,'master'),(2,7596,'20.x'),(2,7596,'master'),(2,7597,'20.x'),(2,7597,'master'),(2,7598,'20.x'),(2,7598,'master'),(2,7599,'20.x'),(2,7599,'master'),(2,7600,'20.x'),(2,7600,'master'),(2,7601,'20.x'),(2,7601,'master'),(2,7602,'20.x'),(2,7602,'master'),(2,7603,'20.x'),(2,7603,'master'),(2,7604,'20.x'),(2,7604,'master'),(2,7605,'20.x'),(2,7605,'master'),(2,7606,'20.x'),(2,7606,'master'),(2,7607,'20.x'),(2,7607,'master'),(2,7608,'20.x'),(2,7608,'master'),(2,7609,'20.x'),(2,7609,'master'),(2,7610,'20.x'),(2,7610,'master'),(2,7611,'20.x'),(2,7611,'master'),(2,7612,'20.x'),(2,7612,'master'),(2,7613,'20.x'),(2,7613,'master'),(2,7614,'20.x'),(2,7614,'master'),(2,7615,'20.x'),(2,7615,'master'),(2,7616,'20.x'),(2,7616,'master'),(2,7617,'20.x'),(2,7617,'master'),(2,7618,'20.x'),(2,7618,'master'),(2,7619,'20.x'),(2,7619,'master'),(2,7620,'20.x'),(2,7620,'master'),(2,7621,'20.x'),(2,7621,'master'),(2,7622,'20.x'),(2,7622,'master'),(2,7623,'20.x'),(2,7623,'master'),(2,7624,'20.x'),(2,7624,'master'),(2,7625,'20.x'),(2,7625,'master'),(2,7626,'20.x'),(2,7626,'master'),(2,7627,'20.x'),(2,7627,'master'),(2,7628,'20.x'),(2,7628,'master'),(2,7629,'20.x'),(2,7629,'master'),(2,7630,'20.x'),(2,7630,'master'),(2,7631,'20.x'),(2,7631,'master'),(2,7632,'20.x'),(2,7632,'master'),(2,7633,'20.x'),(2,7633,'master'),(2,7634,'20.x'),(2,7634,'master'),(2,7635,'20.x'),(2,7635,'master'),(2,7636,'20.x'),(2,7636,'master'),(2,7637,'20.x'),(2,7637,'master'),(2,7638,'20.x'),(2,7638,'master'),(2,7639,'20.x'),(2,7639,'master'),(2,7640,'20.x'),(2,7640,'master'),(2,7641,'20.x'),(2,7641,'master'),(2,7642,'20.x'),(2,7642,'master'),(2,7643,'20.x'),(2,7643,'master'),(2,7644,'20.x'),(2,7644,'master'),(2,7645,'20.x'),(2,7645,'master'),(2,7646,'20.x'),(2,7646,'master'),(2,7647,'20.x'),(2,7647,'master'),(2,7648,'20.x'),(2,7648,'master'),(2,7649,'20.x'),(2,7649,'master'),(2,7650,'20.x'),(2,7650,'master'),(2,7651,'20.x'),(2,7651,'master'),(2,7652,'20.x'),(2,7652,'master'),(2,7653,'20.x'),(2,7653,'master'),(2,7654,'20.x'),(2,7654,'master'),(2,7655,'20.x'),(2,7655,'master'),(2,7656,'20.x'),(2,7656,'master'),(2,7657,'20.x'),(2,7657,'master'),(2,7658,'20.x'),(2,7658,'master'),(2,7659,'20.x'),(2,7659,'master'),(2,7660,'20.x'),(2,7660,'master'),(2,7661,'20.x'),(2,7661,'master'),(2,7662,'20.x'),(2,7662,'master'),(2,7663,'20.x'),(2,7663,'master'),(2,7664,'20.x'),(2,7664,'master'),(2,7665,'20.x'),(2,7665,'master'),(2,7666,'20.x'),(2,7666,'master'),(2,7667,'20.x'),(2,7667,'master'),(2,7668,'20.x'),(2,7668,'master'),(2,7669,'20.x'),(2,7669,'master'),(2,7670,'20.x'),(2,7670,'master'),(2,7671,'20.x'),(2,7671,'master'),(2,7672,'20.x'),(2,7672,'master'),(2,7673,'20.x'),(2,7673,'master'),(2,7674,'20.x'),(2,7674,'master'),(2,7675,'20.x'),(2,7675,'master'),(2,7676,'20.x'),(2,7676,'master'),(2,7677,'20.x'),(2,7677,'master'),(2,7678,'20.x'),(2,7678,'master'),(2,7679,'20.x'),(2,7679,'master'),(2,7680,'20.x'),(2,7680,'master'),(2,7681,'20.x'),(2,7681,'master'),(2,7682,'20.x'),(2,7682,'master'),(2,7683,'20.x'),(2,7683,'master'),(2,7684,'20.x'),(2,7684,'master'),(2,7685,'20.x'),(2,7685,'master'),(2,7686,'20.x'),(2,7686,'master'),(2,7687,'20.x'),(2,7687,'master'),(2,7688,'20.x'),(2,7688,'master'),(2,7689,'20.x'),(2,7689,'master'),(2,7690,'20.x'),(2,7690,'master'),(2,7691,'20.x'),(2,7691,'master'),(2,7692,'20.x'),(2,7692,'master'),(2,7693,'20.x'),(2,7693,'master'),(2,7694,'20.x'),(2,7694,'master'),(2,7695,'20.x'),(2,7695,'master'),(2,7696,'20.x'),(2,7696,'master'),(2,7697,'20.x'),(2,7697,'master'),(2,7698,'20.x'),(2,7698,'master'),(2,7699,'20.x'),(2,7699,'master'),(2,7700,'20.x'),(2,7700,'master'),(2,7701,'20.x'),(2,7701,'master'),(2,7702,'20.x'),(2,7702,'master'),(2,7703,'20.x'),(2,7703,'master'),(2,7704,'20.x'),(2,7704,'master'),(2,7705,'20.x'),(2,7705,'master'),(2,7706,'20.x'),(2,7706,'master'),(2,7707,'20.x'),(2,7707,'master'),(2,7708,'20.x'),(2,7708,'master'),(2,7709,'20.x'),(2,7709,'master'),(2,7710,'20.x'),(2,7710,'master'),(2,7711,'20.x'),(2,7711,'master'),(2,7712,'20.x'),(2,7712,'master'),(2,7713,'20.x'),(2,7713,'master'),(2,7714,'20.x'),(2,7714,'master'),(2,7715,'20.x'),(2,7715,'master'),(2,7716,'20.x'),(2,7716,'master'),(2,7717,'20.x'),(2,7717,'master'),(2,7718,'20.x'),(2,7718,'master'),(2,7719,'20.x'),(2,7719,'master'),(2,7720,'20.x'),(2,7720,'master'),(2,7721,'20.x'),(2,7721,'master'),(2,7722,'20.x'),(2,7722,'master'),(2,7723,'20.x'),(2,7723,'master'),(2,7724,'20.x'),(2,7724,'master'),(2,7725,'20.x'),(2,7725,'master'),(2,7726,'20.x'),(2,7726,'master'),(2,7727,'20.x'),(2,7727,'master'),(2,7728,'20.x'),(2,7728,'master'),(2,7729,'20.x'),(2,7729,'master'),(2,7730,'20.x'),(2,7730,'master'),(2,7731,'20.x'),(2,7731,'master'),(2,7732,'20.x'),(2,7732,'master'),(2,7733,'20.x'),(2,7733,'master'),(2,7734,'20.x'),(2,7734,'master'),(2,7735,'20.x'),(2,7735,'master'),(2,7736,'20.x'),(2,7736,'master'),(2,7737,'20.x'),(2,7737,'master'),(2,7738,'20.x'),(2,7738,'master'),(2,7739,'20.x'),(2,7739,'master'),(2,7740,'20.x'),(2,7740,'master'),(2,7741,'20.x'),(2,7741,'master'),(2,7742,'20.x'),(2,7742,'master'),(2,7743,'20.x'),(2,7743,'master'),(2,7744,'20.x'),(2,7744,'master'),(2,7745,'20.x'),(2,7745,'master'),(2,7746,'20.x'),(2,7746,'master'),(2,7747,'20.x'),(2,7747,'master'),(2,7748,'20.x'),(2,7748,'master'),(2,7749,'20.x'),(2,7749,'master'),(2,7750,'20.x'),(2,7750,'master'),(2,7751,'20.x'),(2,7751,'master'),(2,7752,'20.x'),(2,7752,'master'),(2,7753,'20.x'),(2,7753,'master'),(2,7754,'20.x'),(2,7754,'master'),(2,7755,'20.x'),(2,7755,'master'),(2,7756,'20.x'),(2,7756,'master'),(2,7757,'20.x'),(2,7757,'master'),(2,7758,'20.x'),(2,7758,'master'),(2,7759,'20.x'),(2,7759,'master'),(2,7760,'20.x'),(2,7760,'master'),(2,7761,'20.x'),(2,7761,'master'),(2,7762,'20.x'),(2,7762,'master'),(2,7763,'20.x'),(2,7763,'master'),(2,7764,'20.x'),(2,7764,'master'),(2,7765,'20.x'),(2,7765,'master'),(2,7766,'20.x'),(2,7766,'master'),(2,7767,'20.x'),(2,7767,'master'),(2,7768,'20.x'),(2,7768,'master'),(2,7769,'20.x'),(2,7769,'master'),(2,7770,'20.x'),(2,7770,'master'),(2,7771,'20.x'),(2,7771,'master'),(2,7772,'20.x'),(2,7772,'master'),(2,7773,'20.x'),(2,7773,'master'),(2,7774,'20.x'),(2,7774,'master'),(2,7775,'20.x'),(2,7775,'master'),(2,7776,'20.x'),(2,7776,'master'),(2,7777,'20.x'),(2,7777,'master'),(2,7778,'20.x'),(2,7778,'master'),(2,7779,'20.x'),(2,7779,'master'),(2,7780,'20.x'),(2,7780,'master'),(2,7781,'20.x'),(2,7781,'master'),(2,7782,'20.x'),(2,7782,'master'),(2,7783,'20.x'),(2,7783,'master'),(2,7784,'20.x'),(2,7784,'master'),(2,7785,'20.x'),(2,7785,'master'),(2,7786,'20.x'),(2,7786,'master'),(2,7787,'20.x'),(2,7787,'master'),(2,7788,'20.x'),(2,7788,'master'),(2,7789,'20.x'),(2,7789,'master'),(2,7790,'20.x'),(2,7790,'master'),(2,7791,'20.x'),(2,7791,'master'),(2,7792,'20.x'),(2,7792,'master'),(2,7793,'20.x'),(2,7793,'master'),(2,7794,'20.x'),(2,7794,'master'),(2,7795,'20.x'),(2,7795,'master'),(2,7796,'20.x'),(2,7796,'master'),(2,7797,'20.x'),(2,7797,'master'),(2,7798,'20.x'),(2,7798,'master'),(2,7799,'20.x'),(2,7799,'master'),(2,7800,'20.x'),(2,7800,'master'),(2,7801,'20.x'),(2,7801,'master'),(2,7802,'20.x'),(2,7802,'master'),(2,7803,'20.x'),(2,7803,'master'),(2,7804,'20.x'),(2,7804,'master'),(2,7805,'20.x'),(2,7805,'master'),(2,7806,'20.x'),(2,7806,'master'),(2,7807,'20.x'),(2,7807,'master'),(2,7808,'20.x'),(2,7808,'master'),(2,7809,'20.x'),(2,7809,'master'),(2,7810,'20.x'),(2,7810,'master'),(2,7811,'20.x'),(2,7811,'master'),(2,7812,'20.x'),(2,7812,'master'),(2,7813,'20.x'),(2,7813,'master'),(2,7814,'20.x'),(2,7814,'master'),(2,7815,'20.x'),(2,7815,'master'),(2,7816,'20.x'),(2,7816,'master'),(2,7817,'20.x'),(2,7817,'master'),(2,7818,'20.x'),(2,7818,'master'),(2,7819,'20.x'),(2,7819,'master'),(2,7820,'20.x'),(2,7820,'master'),(2,7821,'20.x'),(2,7821,'master'),(2,7822,'20.x'),(2,7822,'master'),(2,7823,'20.x'),(2,7823,'master'),(2,7824,'20.x'),(2,7824,'master'),(2,7825,'20.x'),(2,7825,'master'),(2,7826,'20.x'),(2,7826,'master'),(2,7827,'20.x'),(2,7827,'master'),(2,7828,'20.x'),(2,7828,'master'),(2,7829,'20.x'),(2,7829,'master'),(2,7830,'20.x'),(2,7830,'master'),(2,7831,'20.x'),(2,7831,'master'),(2,7832,'20.x'),(2,7832,'master'),(2,7833,'20.x'),(2,7833,'master'),(2,7834,'20.x'),(2,7834,'master'),(2,7835,'20.x'),(2,7835,'master'),(2,7836,'20.x'),(2,7836,'master'),(2,7837,'20.x'),(2,7837,'master'),(2,7838,'20.x'),(2,7838,'master'),(2,7839,'20.x'),(2,7839,'master'),(2,7840,'20.x'),(2,7840,'master'),(2,7841,'20.x'),(2,7841,'master'),(2,7842,'20.x'),(2,7842,'master'),(2,7843,'20.x'),(2,7843,'master'),(2,7844,'20.x'),(2,7844,'master'),(2,7845,'20.x'),(2,7845,'master'),(2,7846,'20.x'),(2,7846,'master'),(2,7847,'20.x'),(2,7847,'master'),(2,7848,'20.x'),(2,7848,'master'),(2,7849,'20.x'),(2,7849,'master'),(2,7850,'20.x'),(2,7850,'master'),(2,7851,'20.x'),(2,7851,'master'),(2,7852,'20.x'),(2,7852,'master'),(2,7853,'20.x'),(2,7853,'master'),(2,7854,'20.x'),(2,7854,'master'),(2,7855,'20.x'),(2,7855,'master'),(2,7856,'20.x'),(2,7856,'master'),(2,7857,'20.x'),(2,7857,'master'),(2,7858,'20.x'),(2,7858,'master'),(2,7859,'20.x'),(2,7859,'master'),(2,7860,'20.x'),(2,7860,'master'),(2,7861,'20.x'),(2,7861,'master'),(2,7862,'20.x'),(2,7862,'master'),(2,7863,'20.x'),(2,7863,'master'),(2,7864,'20.x'),(2,7864,'master'),(2,7865,'20.x'),(2,7865,'master'),(2,7866,'20.x'),(2,7866,'master'),(2,7867,'20.x'),(2,7867,'master'),(2,7868,'20.x'),(2,7868,'master'),(2,7869,'20.x'),(2,7869,'master'),(2,7870,'20.x'),(2,7870,'master'),(2,7871,'20.x'),(2,7871,'master'),(2,7872,'20.x'),(2,7872,'master'),(2,7873,'20.x'),(2,7873,'master'),(2,7874,'20.x'),(2,7874,'master'),(2,7875,'20.x'),(2,7875,'master'),(2,7876,'20.x'),(2,7876,'master'),(2,7877,'20.x'),(2,7877,'master'),(2,7878,'20.x'),(2,7878,'master'),(2,7879,'20.x'),(2,7879,'master'),(2,7880,'20.x'),(2,7880,'master'),(2,7881,'20.x'),(2,7881,'master'),(2,7882,'20.x'),(2,7882,'master'),(2,7883,'20.x'),(2,7883,'master'),(2,7884,'20.x'),(2,7884,'master'),(2,7885,'20.x'),(2,7885,'master'),(2,7886,'20.x'),(2,7886,'master'),(2,7887,'20.x'),(2,7887,'master'),(2,7888,'20.x'),(2,7888,'master'),(2,7889,'20.x'),(2,7889,'master'),(2,7890,'20.x'),(2,7890,'master'),(2,7891,'20.x'),(2,7891,'master'),(2,7892,'20.x'),(2,7892,'master'),(2,7893,'20.x'),(2,7893,'master'),(2,7894,'20.x'),(2,7894,'master'),(2,7895,'20.x'),(2,7895,'master'),(2,7896,'20.x'),(2,7896,'master'),(2,7897,'20.x'),(2,7897,'master'),(2,7898,'20.x'),(2,7898,'master'),(2,7899,'20.x'),(2,7899,'master'),(2,7900,'20.x'),(2,7900,'master'),(2,7901,'20.x'),(2,7901,'master'),(2,7902,'20.x'),(2,7902,'master'),(2,7903,'20.x'),(2,7903,'master'),(2,7904,'20.x'),(2,7904,'master'),(2,7905,'20.x'),(2,7905,'master'),(2,7906,'20.x'),(2,7906,'master'),(2,7907,'20.x'),(2,7907,'master'),(2,7908,'20.x'),(2,7908,'master'),(2,7909,'20.x'),(2,7909,'master'),(2,7910,'20.x'),(2,7910,'master'),(2,7911,'20.x'),(2,7911,'master'),(2,7912,'20.x'),(2,7912,'master'),(2,7913,'20.x'),(2,7913,'master'),(2,7914,'20.x'),(2,7914,'master'),(2,7915,'20.x'),(2,7915,'master'),(2,7916,'20.x'),(2,7916,'master'),(2,7917,'20.x'),(2,7917,'master'),(2,7918,'20.x'),(2,7918,'master'),(2,7919,'20.x'),(2,7919,'master'),(2,7920,'20.x'),(2,7920,'master'),(2,7921,'20.x'),(2,7921,'master'),(2,7922,'20.x'),(2,7922,'master'),(2,7923,'20.x'),(2,7923,'master'),(2,7924,'20.x'),(2,7924,'master'),(2,7925,'20.x'),(2,7925,'master'),(2,7926,'20.x'),(2,7926,'master'),(2,7927,'20.x'),(2,7927,'master'),(2,7928,'20.x'),(2,7928,'master'),(2,7929,'20.x'),(2,7929,'master'),(2,7930,'20.x'),(2,7930,'master'),(2,7931,'20.x'),(2,7931,'master'),(2,7932,'20.x'),(2,7932,'master'),(2,7933,'20.x'),(2,7933,'master'),(2,7934,'20.x'),(2,7934,'master'),(2,7935,'20.x'),(2,7935,'master'),(2,7936,'20.x'),(2,7936,'master'),(2,7937,'20.x'),(2,7937,'master'),(2,7938,'20.x'),(2,7938,'master'),(2,7939,'20.x'),(2,7939,'master'),(2,7940,'20.x'),(2,7940,'master'),(2,7941,'20.x'),(2,7941,'master'),(2,7942,'20.x'),(2,7942,'master'),(2,7943,'20.x'),(2,7943,'master'),(2,7944,'20.x'),(2,7944,'master'),(2,7945,'20.x'),(2,7945,'master'),(2,7946,'20.x'),(2,7946,'master'),(2,7947,'20.x'),(2,7947,'master'),(2,7948,'20.x'),(2,7948,'master'),(2,7949,'20.x'),(2,7949,'master'),(2,7950,'20.x'),(2,7950,'master'),(2,7951,'20.x'),(2,7951,'master'),(2,7952,'20.x'),(2,7952,'master'),(2,7953,'20.x'),(2,7953,'master'),(2,7954,'20.x'),(2,7954,'master'),(2,7955,'20.x'),(2,7955,'master'),(2,7956,'20.x'),(2,7956,'master'),(2,7957,'20.x'),(2,7957,'master'),(2,7958,'20.x'),(2,7958,'master'),(2,7959,'20.x'),(2,7959,'master'),(2,7960,'20.x'),(2,7960,'master'),(2,7961,'20.x'),(2,7961,'master'),(2,7962,'20.x'),(2,7962,'master'),(2,7963,'20.x'),(2,7963,'master'),(2,7964,'20.x'),(2,7964,'master'),(2,7965,'20.x'),(2,7965,'master'),(2,7966,'20.x'),(2,7966,'master'),(2,7967,'20.x'),(2,7967,'master'),(2,7968,'20.x'),(2,7968,'master'),(2,7969,'20.x'),(2,7969,'master'),(2,7970,'20.x'),(2,7970,'master'),(2,7971,'20.x'),(2,7971,'master'),(2,7972,'20.x'),(2,7972,'master'),(2,7973,'20.x'),(2,7973,'master'),(2,7974,'20.x'),(2,7974,'master'),(2,7975,'20.x'),(2,7975,'master'),(2,7976,'20.x'),(2,7976,'master'),(2,7977,'20.x'),(2,7977,'master'),(2,7978,'20.x'),(2,7978,'master'),(2,7979,'20.x'),(2,7979,'master'),(2,7980,'20.x'),(2,7980,'master'),(2,7981,'20.x'),(2,7981,'master'),(2,7982,'20.x'),(2,7982,'master'),(2,7983,'20.x'),(2,7983,'master'),(2,7984,'20.x'),(2,7984,'master'),(2,7985,'20.x'),(2,7985,'master'),(2,7986,'20.x'),(2,7986,'master'),(2,7987,'20.x'),(2,7987,'master'),(2,7988,'20.x'),(2,7988,'master'),(2,7989,'20.x'),(2,7989,'master'),(2,7990,'20.x'),(2,7990,'master'),(2,7991,'20.x'),(2,7991,'master'),(2,7992,'20.x'),(2,7992,'master'),(2,7993,'20.x'),(2,7993,'master'),(2,7994,'20.x'),(2,7994,'master'),(2,7995,'20.x'),(2,7995,'master'),(2,7996,'20.x'),(2,7996,'master'),(2,7997,'20.x'),(2,7997,'master'),(2,7998,'20.x'),(2,7998,'master'),(2,7999,'20.x'),(2,7999,'master'),(2,8000,'20.x'),(2,8000,'master'),(2,8001,'20.x'),(2,8001,'master'),(2,8002,'20.x'),(2,8002,'master'),(2,8003,'20.x'),(2,8003,'master'),(2,8004,'20.x'),(2,8004,'master'),(2,8005,'20.x'),(2,8005,'master'),(2,8006,'20.x'),(2,8006,'master'),(2,8007,'20.x'),(2,8007,'master'),(2,8008,'20.x'),(2,8008,'master'),(2,8009,'20.x'),(2,8009,'master'),(2,8010,'20.x'),(2,8010,'master'),(2,8011,'20.x'),(2,8011,'master'),(2,8012,'20.x'),(2,8012,'master'),(2,8013,'20.x'),(2,8013,'master'),(2,8014,'20.x'),(2,8014,'master'),(2,8015,'20.x'),(2,8015,'master'),(2,8016,'20.x'),(2,8016,'master'),(2,8017,'20.x'),(2,8017,'master'),(2,8018,'20.x'),(2,8018,'master'),(2,8019,'20.x'),(2,8019,'master'),(2,8020,'20.x'),(2,8020,'master'),(2,8021,'20.x'),(2,8021,'master'),(2,8022,'20.x'),(2,8022,'master'),(2,8023,'20.x'),(2,8023,'master'),(2,8024,'20.x'),(2,8024,'master'),(2,8025,'20.x'),(2,8025,'master'),(2,8026,'20.x'),(2,8026,'master'),(2,8027,'20.x'),(2,8027,'master'),(2,8028,'20.x'),(2,8028,'master'),(2,8029,'20.x'),(2,8029,'master'),(2,8030,'20.x'),(2,8030,'master'),(2,8031,'20.x'),(2,8031,'master'),(2,8032,'20.x'),(2,8032,'master'),(2,8033,'20.x'),(2,8033,'master'),(2,8034,'20.x'),(2,8034,'master'),(2,8035,'20.x'),(2,8035,'master'),(2,8036,'20.x'),(2,8036,'master'),(2,8037,'20.x'),(2,8037,'master'),(2,8038,'20.x'),(2,8038,'master'),(2,8039,'20.x'),(2,8039,'master'),(2,8040,'20.x'),(2,8040,'master'),(2,8041,'20.x'),(2,8041,'master'),(2,8042,'20.x'),(2,8042,'master'),(2,8043,'20.x'),(2,8043,'master'),(2,8044,'20.x'),(2,8044,'master'),(2,8045,'20.x'),(2,8045,'master'),(2,8046,'20.x'),(2,8046,'master'),(2,8047,'20.x'),(2,8047,'master'),(2,8048,'20.x'),(2,8048,'master'),(2,8049,'20.x'),(2,8049,'master'),(2,8050,'20.x'),(2,8050,'master'),(2,8051,'20.x'),(2,8051,'master'),(2,8052,'20.x'),(2,8052,'master'),(2,8053,'20.x'),(2,8053,'master'),(2,8054,'20.x'),(2,8054,'master'),(2,8055,'20.x'),(2,8055,'master'),(2,8056,'20.x'),(2,8056,'master'),(2,8057,'20.x'),(2,8057,'master'),(2,8058,'20.x'),(2,8058,'master'),(2,8059,'20.x'),(2,8059,'master'),(2,8060,'20.x'),(2,8060,'master'),(2,8061,'20.x'),(2,8061,'master'),(2,8062,'20.x'),(2,8062,'master'),(2,8063,'20.x'),(2,8063,'master'),(2,8064,'20.x'),(2,8064,'master'),(2,8065,'20.x'),(2,8065,'master'),(2,8066,'20.x'),(2,8066,'master'),(2,8067,'20.x'),(2,8067,'master'),(2,8068,'20.x'),(2,8068,'master'),(2,8069,'20.x'),(2,8069,'master'),(2,8070,'20.x'),(2,8070,'master'),(2,8071,'20.x'),(2,8071,'master'),(2,8072,'20.x'),(2,8072,'master'),(2,8073,'20.x'),(2,8073,'master'),(2,8074,'20.x'),(2,8074,'master'),(2,8075,'20.x'),(2,8075,'master'),(2,8076,'20.x'),(2,8076,'master'),(2,8077,'20.x'),(2,8077,'master'),(2,8078,'20.x'),(2,8078,'master'),(2,8079,'20.x'),(2,8079,'master'),(2,8080,'20.x'),(2,8080,'master'),(2,8081,'20.x'),(2,8081,'master'),(2,8082,'20.x'),(2,8082,'master'),(2,8083,'20.x'),(2,8083,'master'),(2,8084,'20.x'),(2,8084,'master'),(2,8085,'20.x'),(2,8085,'master'),(2,8086,'20.x'),(2,8086,'master'),(2,8087,'20.x'),(2,8087,'master'),(2,8088,'20.x'),(2,8088,'master'),(2,8089,'20.x'),(2,8089,'master'),(2,8090,'20.x'),(2,8090,'master'),(2,8091,'20.x'),(2,8091,'master'),(2,8092,'20.x'),(2,8092,'master'),(2,8093,'20.x'),(2,8093,'master'),(2,8094,'20.x'),(2,8094,'master'),(2,8095,'20.x'),(2,8095,'master'),(2,8096,'20.x'),(2,8096,'master'),(2,8097,'20.x'),(2,8097,'master'),(2,8098,'20.x'),(2,8098,'master'),(2,8099,'20.x'),(2,8099,'master'),(2,8100,'20.x'),(2,8100,'master'),(2,8101,'20.x'),(2,8101,'master'),(2,8102,'20.x'),(2,8102,'master'),(2,8103,'20.x'),(2,8103,'master'),(2,8104,'20.x'),(2,8104,'master'),(2,8105,'20.x'),(2,8105,'master'),(2,8106,'20.x'),(2,8106,'master'),(2,8107,'20.x'),(2,8107,'master'),(2,8108,'20.x'),(2,8108,'master'),(2,8109,'20.x'),(2,8109,'master'),(2,8110,'20.x'),(2,8110,'master'),(2,8111,'20.x'),(2,8111,'master'),(2,8112,'20.x'),(2,8112,'master'),(2,8113,'20.x'),(2,8113,'master'),(2,8114,'20.x'),(2,8114,'master'),(2,8115,'20.x'),(2,8115,'master'),(2,8116,'20.x'),(2,8116,'master'),(2,8117,'20.x'),(2,8117,'master'),(2,8118,'20.x'),(2,8118,'master'),(2,8119,'20.x'),(2,8119,'master'),(2,8120,'20.x'),(2,8120,'master'),(2,8121,'20.x'),(2,8121,'master'),(2,8122,'20.x'),(2,8122,'master'),(2,8123,'20.x'),(2,8123,'master'),(2,8124,'20.x'),(2,8124,'master'),(2,8125,'20.x'),(2,8125,'master'),(2,8126,'20.x'),(2,8126,'master'),(2,8127,'20.x'),(2,8127,'master'),(2,8128,'20.x'),(2,8128,'master'),(2,8129,'20.x'),(2,8129,'master'),(2,8130,'20.x'),(2,8130,'master'),(2,8131,'20.x'),(2,8131,'master'),(2,8132,'20.x'),(2,8132,'master'),(2,8133,'20.x'),(2,8133,'master'),(2,8134,'20.x'),(2,8134,'master'),(2,8135,'20.x'),(2,8135,'master'),(2,8136,'20.x'),(2,8136,'master'),(2,8137,'20.x'),(2,8137,'master'),(2,8138,'20.x'),(2,8138,'master'),(2,8139,'20.x'),(2,8139,'master'),(2,8140,'20.x'),(2,8140,'master'),(2,8141,'20.x'),(2,8141,'master'),(2,8142,'20.x'),(2,8142,'master'),(2,8143,'20.x'),(2,8143,'master'),(2,8144,'20.x'),(2,8144,'master'),(2,8145,'20.x'),(2,8145,'master'),(2,8146,'20.x'),(2,8146,'master'),(2,8147,'20.x'),(2,8147,'master'),(2,8148,'20.x'),(2,8148,'master'),(2,8149,'20.x'),(2,8149,'master'),(2,8150,'20.x'),(2,8150,'master'),(2,8151,'20.x'),(2,8151,'master'),(2,8152,'20.x'),(2,8152,'master'),(2,8153,'20.x'),(2,8153,'master'),(2,8154,'20.x'),(2,8154,'master'),(2,8155,'20.x'),(2,8155,'master'),(2,8156,'20.x'),(2,8156,'master'),(2,8157,'20.x'),(2,8157,'master'),(2,8158,'20.x'),(2,8158,'master'),(2,8159,'20.x'),(2,8159,'master'),(2,8160,'20.x'),(2,8160,'master'),(2,8161,'20.x'),(2,8161,'master'),(2,8162,'20.x'),(2,8162,'master'),(2,8163,'20.x'),(2,8163,'master'),(2,8164,'20.x'),(2,8164,'master'),(2,8165,'20.x'),(2,8165,'master'),(2,8166,'20.x'),(2,8166,'master'),(2,8167,'20.x'),(2,8167,'master'),(2,8168,'20.x'),(2,8168,'master'),(2,8169,'20.x'),(2,8169,'master'),(2,8170,'20.x'),(2,8170,'master'),(2,8171,'20.x'),(2,8171,'master'),(2,8172,'20.x'),(2,8172,'master'),(2,8173,'20.x'),(2,8173,'master'),(2,8174,'20.x'),(2,8174,'master'),(2,8175,'20.x'),(2,8175,'master'),(2,8176,'20.x'),(2,8176,'master'),(2,8177,'20.x'),(2,8177,'master'),(2,8178,'20.x'),(2,8178,'master'),(2,8179,'20.x'),(2,8179,'master'),(2,8180,'20.x'),(2,8180,'master'),(2,8181,'20.x'),(2,8181,'master'),(2,8182,'20.x'),(2,8182,'master'),(2,8183,'20.x'),(2,8183,'master'),(2,8184,'20.x'),(2,8184,'master'),(2,8185,'20.x'),(2,8185,'master'),(2,8186,'20.x'),(2,8186,'master'),(2,8187,'20.x'),(2,8187,'master'),(2,8188,'20.x'),(2,8188,'master'),(2,8189,'20.x'),(2,8189,'master'),(2,8190,'20.x'),(2,8190,'master'),(2,8191,'20.x'),(2,8191,'master'),(2,8192,'20.x'),(2,8192,'master'),(2,8193,'20.x'),(2,8193,'master'),(2,8194,'20.x'),(2,8194,'master'),(2,8195,'20.x'),(2,8195,'master'),(2,8196,'20.x'),(2,8196,'master'),(2,8197,'20.x'),(2,8197,'master'),(2,8198,'20.x'),(2,8198,'master'),(2,8199,'20.x'),(2,8199,'master'),(2,8200,'20.x'),(2,8200,'master'),(2,8201,'20.x'),(2,8201,'master'),(2,8202,'20.x'),(2,8202,'master'),(2,8203,'20.x'),(2,8203,'master'),(2,8204,'20.x'),(2,8204,'master'),(2,8205,'20.x'),(2,8205,'master'),(2,8206,'20.x'),(2,8206,'master'),(2,8207,'20.x'),(2,8207,'master'),(2,8208,'20.x'),(2,8208,'master'),(2,8209,'20.x'),(2,8209,'master'),(2,8210,'20.x'),(2,8210,'master'),(2,8211,'20.x'),(2,8211,'master'),(2,8212,'20.x'),(2,8212,'master'),(2,8213,'20.x'),(2,8213,'master'),(2,8214,'20.x'),(2,8214,'master'),(2,8215,'20.x'),(2,8215,'master'),(2,8216,'20.x'),(2,8216,'master'),(2,8217,'20.x'),(2,8217,'master'),(2,8218,'20.x'),(2,8218,'master'),(2,8219,'20.x'),(2,8219,'master'),(2,8220,'20.x'),(2,8220,'master'),(2,8221,'20.x'),(2,8221,'master'),(2,8222,'20.x'),(2,8222,'master'),(2,8223,'20.x'),(2,8223,'master'),(2,8224,'20.x'),(2,8224,'master'),(2,8225,'20.x'),(2,8225,'master'),(2,8226,'20.x'),(2,8226,'master'),(2,8227,'20.x'),(2,8227,'master'),(2,8228,'20.x'),(2,8228,'master'),(2,8229,'20.x'),(2,8229,'master'),(2,8230,'20.x'),(2,8230,'master'),(2,8231,'20.x'),(2,8231,'master'),(2,8232,'20.x'),(2,8232,'master'),(2,8233,'20.x'),(2,8233,'master'),(2,8234,'20.x'),(2,8234,'master'),(2,8235,'20.x'),(2,8235,'master'),(2,8236,'20.x'),(2,8236,'master'),(2,8237,'20.x'),(2,8237,'master'),(2,8238,'20.x'),(2,8238,'master'),(2,8239,'20.x'),(2,8239,'master'),(2,8240,'20.x'),(2,8240,'master'),(2,8241,'20.x'),(2,8241,'master'),(2,8242,'20.x'),(2,8242,'master'),(2,8243,'20.x'),(2,8243,'master'),(2,8244,'20.x'),(2,8244,'master'),(2,8245,'20.x'),(2,8245,'master'),(2,8246,'20.x'),(2,8246,'master'),(2,8247,'20.x'),(2,8247,'master'),(2,8248,'20.x'),(2,8248,'master'),(2,8249,'20.x'),(2,8249,'master'),(2,8250,'20.x'),(2,8250,'master'),(2,8251,'20.x'),(2,8251,'master'),(2,8252,'20.x'),(2,8252,'master'),(2,8253,'20.x'),(2,8253,'master'),(2,8254,'20.x'),(2,8254,'master'),(2,8255,'20.x'),(2,8255,'master'),(2,8256,'20.x'),(2,8256,'master'),(2,8257,'20.x'),(2,8257,'master'),(2,8258,'20.x'),(2,8258,'master'),(2,8259,'20.x'),(2,8259,'master'),(2,8260,'20.x'),(2,8260,'master'),(2,8261,'20.x'),(2,8261,'master'),(2,8262,'20.x'),(2,8262,'master'),(2,8263,'20.x'),(2,8263,'master'),(2,8264,'20.x'),(2,8264,'master'),(2,8265,'20.x'),(2,8265,'master'),(2,8266,'20.x'),(2,8266,'master'),(2,8267,'20.x'),(2,8267,'master'),(2,8268,'20.x'),(2,8268,'master'),(2,8269,'20.x'),(2,8269,'master'),(2,8270,'20.x'),(2,8270,'master'),(2,8271,'20.x'),(2,8271,'master'),(2,8272,'20.x'),(2,8272,'master'),(2,8273,'20.x'),(2,8273,'master'),(2,8274,'20.x'),(2,8274,'master'),(2,8275,'20.x'),(2,8275,'master'),(2,8276,'20.x'),(2,8276,'master'),(2,8277,'20.x'),(2,8277,'master'),(2,8278,'20.x'),(2,8278,'master'),(2,8279,'20.x'),(2,8279,'master'),(2,8280,'20.x'),(2,8280,'master'),(2,8281,'20.x'),(2,8281,'master'),(2,8282,'20.x'),(2,8282,'master'),(2,8283,'20.x'),(2,8283,'master'),(2,8284,'20.x'),(2,8284,'master'),(2,8285,'20.x'),(2,8285,'master'),(2,8286,'20.x'),(2,8286,'master'),(2,8287,'20.x'),(2,8287,'master'),(2,8288,'20.x'),(2,8288,'master'),(2,8289,'20.x'),(2,8289,'master'),(2,8290,'20.x'),(2,8290,'master'),(2,8291,'20.x'),(2,8291,'master'),(2,8292,'20.x'),(2,8292,'master'),(2,8293,'20.x'),(2,8293,'master'),(2,8294,'20.x'),(2,8294,'master'),(2,8295,'20.x'),(2,8295,'master'),(2,8296,'20.x'),(2,8296,'master'),(2,8297,'20.x'),(2,8297,'master'),(2,8298,'20.x'),(2,8298,'master'),(2,8299,'20.x'),(2,8299,'master'),(2,8300,'20.x'),(2,8300,'master'),(2,8301,'20.x'),(2,8301,'master'),(2,8302,'20.x'),(2,8302,'master'),(2,8303,'20.x'),(2,8303,'master'),(2,8304,'20.x'),(2,8304,'master'),(2,8305,'20.x'),(2,8305,'master'),(2,8306,'20.x'),(2,8306,'master'),(2,8307,'20.x'),(2,8307,'master'),(2,8308,'20.x'),(2,8308,'master'),(2,8309,'20.x'),(2,8309,'master'),(2,8310,'20.x'),(2,8310,'master'),(2,8311,'20.x'),(2,8311,'master'),(2,8312,'20.x'),(2,8312,'master'),(2,8313,'20.x'),(2,8313,'master'),(2,8314,'20.x'),(2,8314,'master'),(2,8315,'20.x'),(2,8315,'master'),(2,8316,'20.x'),(2,8316,'master'),(2,8317,'20.x'),(2,8317,'master'),(2,8318,'20.x'),(2,8318,'master'),(2,8319,'20.x'),(2,8319,'master'),(2,8320,'20.x'),(2,8320,'master'),(2,8321,'20.x'),(2,8321,'master'),(2,8322,'20.x'),(2,8322,'master'),(2,8323,'20.x'),(2,8323,'master'),(2,8324,'20.x'),(2,8324,'master'),(2,8325,'20.x'),(2,8325,'master'),(2,8326,'20.x'),(2,8326,'master'),(2,8327,'20.x'),(2,8327,'master'),(2,8328,'20.x'),(2,8328,'master'),(2,8329,'20.x'),(2,8329,'master'),(2,8330,'20.x'),(2,8330,'master'),(2,8331,'20.x'),(2,8331,'master'),(2,8332,'20.x'),(2,8332,'master'),(2,8333,'20.x'),(2,8333,'master'),(2,8334,'20.x'),(2,8334,'master'),(2,8335,'20.x'),(2,8335,'master'),(2,8336,'20.x'),(2,8336,'master'),(2,8337,'20.x'),(2,8337,'master'),(2,8338,'20.x'),(2,8338,'master'),(2,8339,'20.x'),(2,8339,'master'),(2,8340,'20.x'),(2,8340,'master'),(2,8341,'20.x'),(2,8341,'master'),(2,8342,'20.x'),(2,8342,'master'),(2,8343,'20.x'),(2,8343,'master'),(2,8344,'20.x'),(2,8344,'master'),(2,8345,'20.x'),(2,8345,'master'),(2,8346,'20.x'),(2,8346,'master'),(2,8347,'20.x'),(2,8347,'master'),(2,8348,'20.x'),(2,8348,'master'),(2,8349,'20.x'),(2,8349,'master'),(2,8350,'20.x'),(2,8350,'master'),(2,8351,'20.x'),(2,8351,'master'),(2,8352,'20.x'),(2,8352,'master'),(2,8353,'20.x'),(2,8353,'master'),(2,8354,'20.x'),(2,8354,'master'),(2,8355,'20.x'),(2,8355,'master'),(2,8356,'20.x'),(2,8356,'master'),(2,8357,'20.x'),(2,8357,'master'),(2,8358,'20.x'),(2,8358,'master'),(2,8359,'20.x'),(2,8359,'master'),(2,8360,'20.x'),(2,8360,'master'),(2,8361,'20.x'),(2,8361,'master'),(2,8362,'20.x'),(2,8362,'master'),(2,8363,'20.x'),(2,8363,'master'),(2,8364,'20.x'),(2,8364,'master'),(2,8365,'20.x'),(2,8365,'master'),(2,8366,'20.x'),(2,8366,'master'),(2,8367,'20.x'),(2,8367,'master'),(2,8368,'20.x'),(2,8368,'master'),(2,8369,'20.x'),(2,8369,'master'),(2,8370,'20.x'),(2,8370,'master'),(2,8371,'20.x'),(2,8371,'master'),(2,8372,'20.x'),(2,8372,'master'),(2,8373,'20.x'),(2,8373,'master'),(2,8374,'20.x'),(2,8374,'master'),(2,8375,'20.x'),(2,8375,'master'),(2,8376,'20.x'),(2,8376,'master'),(2,8377,'20.x'),(2,8377,'master'),(2,8378,'20.x'),(2,8378,'master'),(2,8379,'20.x'),(2,8379,'master'),(2,8380,'20.x'),(2,8380,'master'),(2,8381,'20.x'),(2,8381,'master'),(2,8382,'20.x'),(2,8382,'master'),(2,8383,'20.x'),(2,8383,'master'),(2,8384,'20.x'),(2,8384,'master'),(2,8385,'20.x'),(2,8385,'master'),(2,8386,'20.x'),(2,8386,'master'),(2,8387,'20.x'),(2,8387,'master'),(2,8388,'20.x'),(2,8388,'master'),(2,8389,'20.x'),(2,8389,'master'),(2,8390,'20.x'),(2,8390,'master'),(2,8391,'20.x'),(2,8391,'master'),(2,8392,'20.x'),(2,8392,'master'),(2,8393,'20.x'),(2,8393,'master'),(2,8394,'20.x'),(2,8394,'master'),(2,8395,'20.x'),(2,8395,'master'),(2,8396,'20.x'),(2,8396,'master'),(2,8397,'20.x'),(2,8397,'master'),(2,8398,'20.x'),(2,8398,'master'),(2,8399,'20.x'),(2,8399,'master'),(2,8400,'20.x'),(2,8400,'master'),(2,8401,'20.x'),(2,8401,'master'),(2,8402,'20.x'),(2,8402,'master'),(2,8403,'20.x'),(2,8403,'master'),(2,8404,'20.x'),(2,8404,'master'),(2,8405,'20.x'),(2,8405,'master'),(2,8406,'20.x'),(2,8406,'master'),(2,8407,'20.x'),(2,8407,'master'),(2,8408,'20.x'),(2,8408,'master'),(2,8409,'20.x'),(2,8409,'master'),(2,8410,'20.x'),(2,8410,'master'),(2,8411,'20.x'),(2,8411,'master'),(2,8412,'20.x'),(2,8412,'master'),(2,8413,'20.x'),(2,8413,'master'),(2,8414,'20.x'),(2,8414,'master'),(2,8415,'20.x'),(2,8415,'master'),(2,8416,'20.x'),(2,8416,'master'),(2,8417,'20.x'),(2,8417,'master'),(2,8418,'20.x'),(2,8418,'master'),(2,8419,'20.x'),(2,8419,'master'),(2,8420,'20.x'),(2,8420,'master'),(2,8421,'20.x'),(2,8421,'master'),(2,8422,'20.x'),(2,8422,'master'),(2,8423,'20.x'),(2,8423,'master'),(2,8424,'20.x'),(2,8424,'master'),(2,8425,'20.x'),(2,8425,'master'),(2,8426,'20.x'),(2,8426,'master'),(2,8427,'20.x'),(2,8427,'master'),(2,8428,'20.x'),(2,8428,'master'),(2,8429,'20.x'),(2,8429,'master'),(2,8430,'20.x'),(2,8430,'master'),(2,8431,'20.x'),(2,8431,'master'),(2,8432,'20.x'),(2,8432,'master'),(2,8433,'20.x'),(2,8433,'master'),(2,8434,'20.x'),(2,8434,'master'),(2,8435,'20.x'),(2,8435,'master'),(2,8436,'20.x'),(2,8436,'master'),(2,8437,'20.x'),(2,8437,'master'),(2,8438,'20.x'),(2,8438,'master'),(2,8439,'20.x'),(2,8439,'master'),(2,8440,'20.x'),(2,8440,'master'),(2,8441,'20.x'),(2,8441,'master'),(2,8442,'20.x'),(2,8442,'master'),(2,8443,'20.x'),(2,8443,'master'),(2,8444,'20.x'),(2,8444,'master'),(2,8445,'20.x'),(2,8445,'master'),(2,8446,'20.x'),(2,8446,'master'),(2,8447,'20.x'),(2,8447,'master'),(2,8448,'20.x'),(2,8448,'master'),(2,8449,'20.x'),(2,8449,'master'),(2,8450,'20.x'),(2,8450,'master'),(2,8451,'20.x'),(2,8451,'master'),(2,8452,'20.x'),(2,8452,'master'),(2,8453,'20.x'),(2,8453,'master'),(2,8454,'20.x'),(2,8454,'master'),(2,8455,'20.x'),(2,8455,'master'),(2,8456,'20.x'),(2,8456,'master'),(2,8457,'20.x'),(2,8457,'master'),(2,8458,'20.x'),(2,8458,'master'),(2,8459,'20.x'),(2,8459,'master'),(2,8460,'20.x'),(2,8460,'master'),(2,8461,'20.x'),(2,8461,'master'),(2,8462,'20.x'),(2,8462,'master'),(2,8463,'20.x'),(2,8463,'master'),(2,8464,'20.x'),(2,8464,'master'),(2,8465,'20.x'),(2,8465,'master'),(2,8466,'20.x'),(2,8466,'master'),(2,8467,'20.x'),(2,8467,'master'),(2,8468,'20.x'),(2,8468,'master'),(2,8469,'20.x'),(2,8469,'master'),(2,8470,'20.x'),(2,8470,'master'),(2,8471,'20.x'),(2,8471,'master'),(2,8472,'20.x'),(2,8472,'master'),(2,8473,'20.x'),(2,8473,'master'),(2,8474,'20.x'),(2,8474,'master'),(2,8475,'20.x'),(2,8475,'master'),(2,8476,'20.x'),(2,8476,'master'),(2,8477,'20.x'),(2,8477,'master'),(2,8478,'20.x'),(2,8478,'master'),(2,8479,'20.x'),(2,8479,'master'),(2,8480,'20.x'),(2,8480,'master'),(2,8481,'20.x'),(2,8481,'master'),(2,8482,'20.x'),(2,8482,'master'),(2,8483,'20.x'),(2,8483,'master'),(2,8484,'20.x'),(2,8484,'master'),(2,8485,'20.x'),(2,8485,'master'),(2,8486,'20.x'),(2,8486,'master'),(2,8487,'20.x'),(2,8487,'master'),(2,8488,'20.x'),(2,8488,'master'),(2,8489,'20.x'),(2,8489,'master'),(2,8490,'20.x'),(2,8490,'master'),(2,8491,'20.x'),(2,8491,'master'),(2,8492,'20.x'),(2,8492,'master'),(2,8493,'20.x'),(2,8493,'master'),(2,8494,'20.x'),(2,8494,'master'),(2,8495,'20.x'),(2,8495,'master'),(2,8496,'20.x'),(2,8496,'master'),(2,8497,'20.x'),(2,8497,'master'),(2,8498,'20.x'),(2,8498,'master'),(2,8499,'20.x'),(2,8499,'master'),(2,8500,'20.x'),(2,8500,'master'),(2,8501,'20.x'),(2,8501,'master'),(2,8502,'20.x'),(2,8502,'master'),(2,8503,'20.x'),(2,8503,'master'),(2,8504,'20.x'),(2,8504,'master'),(2,8505,'20.x'),(2,8505,'master'),(2,8506,'20.x'),(2,8506,'master'),(2,8507,'20.x'),(2,8507,'master'),(2,8508,'20.x'),(2,8508,'master'),(2,8509,'20.x'),(2,8509,'master'),(2,8510,'20.x'),(2,8510,'master'),(2,8511,'20.x'),(2,8511,'master'),(2,8512,'20.x'),(2,8512,'master'),(2,8513,'20.x'),(2,8513,'master'),(2,8514,'20.x'),(2,8514,'master'),(2,8515,'20.x'),(2,8515,'master'),(2,8516,'20.x'),(2,8516,'master'),(2,8517,'20.x'),(2,8517,'master'),(2,8518,'20.x'),(2,8518,'master'),(2,8519,'20.x'),(2,8519,'master'),(2,8520,'20.x'),(2,8520,'master'),(2,8521,'20.x'),(2,8521,'master'),(2,8522,'20.x'),(2,8522,'master'),(2,8523,'20.x'),(2,8523,'master'),(2,8524,'20.x'),(2,8524,'master'),(2,8525,'20.x'),(2,8525,'master'),(2,8526,'20.x'),(2,8526,'master'),(2,8527,'20.x'),(2,8527,'master'),(2,8528,'20.x'),(2,8528,'master'),(2,8529,'20.x'),(2,8529,'master'),(2,8530,'20.x'),(2,8530,'master'),(2,8531,'20.x'),(2,8531,'master'),(2,8532,'20.x'),(2,8532,'master'),(2,8533,'20.x'),(2,8533,'master'),(2,8534,'20.x'),(2,8534,'master'),(2,8535,'20.x'),(2,8535,'master'),(2,8536,'20.x'),(2,8536,'master'),(2,8537,'20.x'),(2,8537,'master'),(2,8538,'20.x'),(2,8538,'master'),(2,8539,'20.x'),(2,8539,'master'),(2,8540,'20.x'),(2,8540,'master'),(2,8541,'20.x'),(2,8541,'master'),(2,8542,'20.x'),(2,8542,'master'),(2,8543,'20.x'),(2,8543,'master'),(2,8544,'20.x'),(2,8544,'master'),(2,8545,'20.x'),(2,8545,'master'),(2,8546,'20.x'),(2,8546,'master'),(2,8547,'20.x'),(2,8547,'master'),(2,8548,'20.x'),(2,8548,'master'),(2,8549,'20.x'),(2,8549,'master'),(2,8550,'20.x'),(2,8550,'master'),(2,8551,'20.x'),(2,8551,'master'),(2,8552,'20.x'),(2,8552,'master'),(2,8553,'20.x'),(2,8553,'master'),(2,8554,'20.x'),(2,8554,'master'),(2,8555,'20.x'),(2,8555,'master'),(2,8556,'20.x'),(2,8556,'master'),(2,8557,'20.x'),(2,8557,'master'),(2,8558,'20.x'),(2,8558,'master'),(2,8559,'20.x'),(2,8559,'master'),(2,8560,'20.x'),(2,8560,'master'),(2,8561,'20.x'),(2,8561,'master'),(2,8562,'20.x'),(2,8562,'master'),(2,8563,'20.x'),(2,8563,'master'),(2,8564,'20.x'),(2,8564,'master'),(2,8565,'20.x'),(2,8565,'master'),(2,8566,'20.x'),(2,8566,'master'),(2,8567,'20.x'),(2,8567,'master'),(2,8568,'20.x'),(2,8568,'master'),(2,8569,'20.x'),(2,8569,'master'),(2,8570,'20.x'),(2,8570,'master'),(2,8571,'20.x'),(2,8571,'master'),(2,8572,'20.x'),(2,8572,'master'),(2,8573,'20.x'),(2,8573,'master'),(2,8574,'20.x'),(2,8574,'master'),(2,8575,'20.x'),(2,8575,'master'),(2,8576,'20.x'),(2,8576,'master'),(2,8577,'20.x'),(2,8577,'master'),(2,8578,'20.x'),(2,8578,'master'),(2,8579,'20.x'),(2,8579,'master'),(2,8580,'20.x'),(2,8580,'master'),(2,8581,'20.x'),(2,8581,'master'),(2,8582,'20.x'),(2,8582,'master'),(2,8583,'20.x'),(2,8583,'master'),(2,8584,'20.x'),(2,8584,'master'),(2,8585,'20.x'),(2,8585,'master'),(2,8586,'20.x'),(2,8586,'master'),(2,8587,'20.x'),(2,8587,'master'),(2,8588,'20.x'),(2,8588,'master'),(2,8589,'20.x'),(2,8589,'master'),(2,8590,'20.x'),(2,8590,'master'),(2,8591,'20.x'),(2,8591,'master'),(2,8592,'20.x'),(2,8592,'master'),(2,8593,'20.x'),(2,8593,'master'),(2,8594,'20.x'),(2,8594,'master'),(2,8595,'20.x'),(2,8595,'master'),(2,8596,'20.x'),(2,8596,'master'),(2,8597,'20.x'),(2,8597,'master'),(2,8598,'20.x'),(2,8598,'master'),(2,8599,'20.x'),(2,8599,'master'),(2,8600,'20.x'),(2,8600,'master'),(2,8601,'20.x'),(2,8601,'master'),(2,8602,'20.x'),(2,8602,'master'),(2,8603,'20.x'),(2,8603,'master'),(2,8604,'20.x'),(2,8604,'master'),(2,8605,'20.x'),(2,8605,'master'),(2,8606,'20.x'),(2,8606,'master'),(2,8607,'20.x'),(2,8607,'master'),(2,8608,'20.x'),(2,8608,'master'),(2,8609,'20.x'),(2,8609,'master'),(2,8610,'20.x'),(2,8610,'master'),(2,8611,'20.x'),(2,8611,'master'),(2,8612,'20.x'),(2,8612,'master'),(2,8613,'20.x'),(2,8613,'master'),(2,8614,'20.x'),(2,8614,'master'),(2,8615,'20.x'),(2,8615,'master'),(2,8616,'20.x'),(2,8616,'master'),(2,8617,'20.x'),(2,8617,'master'),(2,8618,'20.x'),(2,8618,'master'),(2,8619,'20.x'),(2,8619,'master'),(2,8620,'20.x'),(2,8620,'master'),(2,8621,'20.x'),(2,8621,'master'),(2,8622,'20.x'),(2,8622,'master'),(2,8623,'20.x'),(2,8623,'master'),(2,8624,'20.x'),(2,8624,'master'),(2,8625,'20.x'),(2,8625,'master'),(2,8626,'20.x'),(2,8626,'master'),(2,8627,'20.x'),(2,8627,'master'),(2,8628,'20.x'),(2,8628,'master'),(2,8629,'20.x'),(2,8629,'master'),(2,8630,'20.x'),(2,8630,'master'),(2,8631,'20.x'),(2,8631,'master'),(2,8632,'20.x'),(2,8632,'master'),(2,8633,'20.x'),(2,8633,'master'),(2,8634,'20.x'),(2,8634,'master'),(2,8635,'20.x'),(2,8635,'master'),(2,8636,'20.x'),(2,8636,'master'),(2,8637,'20.x'),(2,8637,'master'),(2,8638,'20.x'),(2,8638,'master'),(2,8639,'20.x'),(2,8639,'master'),(2,8640,'20.x'),(2,8640,'master'),(2,8641,'20.x'),(2,8641,'master'),(2,8642,'20.x'),(2,8642,'master'),(2,8643,'20.x'),(2,8643,'master'),(2,8644,'20.x'),(2,8644,'master'),(2,8645,'20.x'),(2,8645,'master'),(2,8646,'20.x'),(2,8646,'master'),(2,8647,'20.x'),(2,8647,'master'),(2,8648,'20.x'),(2,8648,'master'),(2,8649,'20.x'),(2,8649,'master'),(2,8650,'20.x'),(2,8650,'master'),(2,8651,'20.x'),(2,8651,'master'),(2,8652,'20.x'),(2,8652,'master'),(2,8653,'20.x'),(2,8653,'master'),(2,8654,'20.x'),(2,8654,'master'),(2,8655,'20.x'),(2,8655,'master'),(2,8656,'20.x'),(2,8656,'master'),(2,8657,'20.x'),(2,8657,'master'),(2,8658,'20.x'),(2,8658,'master'),(2,8659,'20.x'),(2,8659,'master'),(2,8660,'20.x'),(2,8660,'master'),(2,8661,'20.x'),(2,8661,'master'),(2,8662,'20.x'),(2,8662,'master'),(2,8663,'20.x'),(2,8663,'master'),(2,8664,'20.x'),(2,8664,'master'),(2,8665,'20.x'),(2,8665,'master'),(2,8666,'20.x'),(2,8666,'master'),(2,8667,'20.x'),(2,8667,'master'),(2,8668,'20.x'),(2,8668,'master'),(2,8669,'20.x'),(2,8669,'master'),(2,8670,'20.x'),(2,8670,'master'),(2,8671,'20.x'),(2,8671,'master'),(2,8672,'20.x'),(2,8672,'master'),(2,8673,'20.x'),(2,8673,'master'),(2,8674,'20.x'),(2,8674,'master'),(2,8675,'20.x'),(2,8675,'master'),(2,8676,'20.x'),(2,8676,'master'),(2,8677,'20.x'),(2,8677,'master'),(2,8678,'20.x'),(2,8678,'master'),(2,8679,'20.x'),(2,8679,'master'),(2,8680,'20.x'),(2,8680,'master'),(2,8681,'20.x'),(2,8681,'master'),(2,8682,'20.x'),(2,8682,'master'),(2,8683,'20.x'),(2,8683,'master'),(2,8684,'20.x'),(2,8684,'master'),(2,8685,'20.x'),(2,8685,'master'),(2,8686,'20.x'),(2,8686,'master'),(2,8687,'20.x'),(2,8687,'master'),(2,8688,'20.x'),(2,8688,'master'),(2,8689,'20.x'),(2,8689,'master'),(2,8690,'20.x'),(2,8690,'master'),(2,8691,'20.x'),(2,8691,'master'),(2,8692,'20.x'),(2,8692,'master'),(2,8693,'20.x'),(2,8693,'master'),(2,8694,'20.x'),(2,8694,'master'),(2,8695,'20.x'),(2,8695,'master'),(2,8696,'20.x'),(2,8696,'master'),(2,8697,'20.x'),(2,8697,'master'),(2,8698,'20.x'),(2,8698,'master'),(2,8699,'20.x'),(2,8699,'master'),(2,8700,'20.x'),(2,8700,'master'),(2,8701,'20.x'),(2,8701,'master'),(2,8702,'20.x'),(2,8702,'master'),(2,8703,'20.x'),(2,8703,'master'),(2,8704,'20.x'),(2,8704,'master'),(2,8705,'20.x'),(2,8705,'master'),(2,8706,'20.x'),(2,8706,'master'),(2,8707,'20.x'),(2,8707,'master'),(2,8708,'20.x'),(2,8708,'master'),(2,8709,'20.x'),(2,8709,'master'),(2,8710,'20.x'),(2,8710,'master'),(2,8711,'20.x'),(2,8711,'master'),(2,8712,'20.x'),(2,8712,'master'),(2,8713,'20.x'),(2,8713,'master'),(2,8714,'20.x'),(2,8714,'master'),(2,8715,'20.x'),(2,8715,'master'),(2,8716,'20.x'),(2,8716,'master'),(2,8717,'20.x'),(2,8717,'master'),(2,8718,'20.x'),(2,8718,'master'),(2,8719,'20.x'),(2,8719,'master'),(2,8720,'20.x'),(2,8720,'master'),(2,8721,'20.x'),(2,8721,'master'),(2,8722,'20.x'),(2,8722,'master'),(2,8723,'20.x'),(2,8723,'master'),(2,8724,'20.x'),(2,8724,'master'),(2,8725,'20.x'),(2,8725,'master'),(2,8726,'20.x'),(2,8726,'master'),(2,8727,'20.x'),(2,8727,'master'),(2,8728,'20.x'),(2,8728,'master'),(2,8729,'20.x'),(2,8729,'master'),(2,8730,'20.x'),(2,8730,'master'),(2,8731,'20.x'),(2,8731,'master'),(2,8732,'20.x'),(2,8732,'master'),(2,8733,'20.x'),(2,8733,'master'),(2,8734,'20.x'),(2,8734,'master'),(2,8735,'20.x'),(2,8735,'master'),(2,8736,'20.x'),(2,8736,'master'),(2,8737,'20.x'),(2,8737,'master'),(2,8738,'20.x'),(2,8738,'master'),(2,8739,'20.x'),(2,8739,'master'),(2,8740,'20.x'),(2,8740,'master'),(2,8741,'20.x'),(2,8741,'master'),(2,8742,'20.x'),(2,8742,'master'),(2,8743,'20.x'),(2,8743,'master'),(2,8744,'20.x'),(2,8744,'master'),(2,8745,'20.x'),(2,8745,'master'),(2,8746,'20.x'),(2,8746,'master'),(2,8747,'20.x'),(2,8747,'master'),(2,8748,'20.x'),(2,8748,'master'),(2,8749,'20.x'),(2,8749,'master'),(2,8750,'20.x'),(2,8750,'master'),(2,8751,'20.x'),(2,8751,'master'),(2,8752,'20.x'),(2,8752,'master'),(2,8753,'20.x'),(2,8753,'master'),(2,8754,'20.x'),(2,8754,'master'),(2,8755,'20.x'),(2,8755,'master'),(2,8756,'20.x'),(2,8756,'master'),(2,8757,'20.x'),(2,8757,'master'),(2,8758,'20.x'),(2,8758,'master'),(2,8759,'20.x'),(2,8759,'master'),(2,8760,'20.x'),(2,8760,'master'),(2,8761,'20.x'),(2,8761,'master'),(2,8762,'20.x'),(2,8762,'master'),(2,8763,'20.x'),(2,8763,'master'),(2,8764,'20.x'),(2,8764,'master'),(2,8765,'20.x'),(2,8765,'master'),(2,8766,'20.x'),(2,8766,'master'),(2,8767,'20.x'),(2,8767,'master'),(2,8768,'20.x'),(2,8768,'master'),(2,8769,'20.x'),(2,8769,'master'),(2,8770,'20.x'),(2,8770,'master'),(2,8771,'20.x'),(2,8771,'master'),(2,8772,'20.x'),(2,8772,'master'),(2,8773,'20.x'),(2,8773,'master'),(2,8774,'20.x'),(2,8774,'master'),(2,8775,'20.x'),(2,8775,'master'),(2,8776,'20.x'),(2,8776,'master'),(2,8777,'20.x'),(2,8777,'master'),(2,8778,'20.x'),(2,8778,'master'),(2,8779,'20.x'),(2,8779,'master'),(2,8780,'20.x'),(2,8780,'master'),(2,8781,'20.x'),(2,8781,'master'),(2,8782,'20.x'),(2,8782,'master'),(2,8783,'20.x'),(2,8783,'master'),(2,8784,'20.x'),(2,8784,'master'),(2,8785,'20.x'),(2,8785,'master'),(2,8786,'20.x'),(2,8786,'master'),(2,8787,'20.x'),(2,8787,'master'),(2,8788,'20.x'),(2,8788,'master'),(2,8789,'20.x'),(2,8789,'master'),(2,8790,'20.x'),(2,8790,'master'),(2,8791,'20.x'),(2,8791,'master'),(2,8792,'20.x'),(2,8792,'master'),(2,8793,'20.x'),(2,8793,'master'),(2,8794,'20.x'),(2,8794,'master'),(2,8795,'20.x'),(2,8795,'master'),(2,8796,'20.x'),(2,8796,'master'),(2,8797,'20.x'),(2,8797,'master'),(2,8798,'20.x'),(2,8798,'master'),(2,8799,'20.x'),(2,8799,'master'),(2,8800,'20.x'),(2,8800,'master'),(2,8801,'20.x'),(2,8801,'master'),(2,8802,'20.x'),(2,8802,'master'),(2,8803,'20.x'),(2,8803,'master'),(2,8804,'20.x'),(2,8804,'master'),(2,8805,'20.x'),(2,8805,'master'),(2,8806,'20.x'),(2,8806,'master'),(2,8807,'20.x'),(2,8807,'master'),(2,8808,'20.x'),(2,8808,'master'),(2,8809,'20.x'),(2,8809,'master'),(2,8810,'20.x'),(2,8810,'master'),(2,8811,'20.x'),(2,8811,'master'),(2,8812,'20.x'),(2,8812,'master'),(2,8813,'20.x'),(2,8813,'master'),(2,8814,'20.x'),(2,8814,'master'),(2,8815,'20.x'),(2,8815,'master'),(2,8816,'20.x'),(2,8816,'master'),(2,8817,'20.x'),(2,8817,'master'),(2,8818,'20.x'),(2,8818,'master'),(2,8819,'20.x'),(2,8819,'master'),(2,8820,'20.x'),(2,8820,'master'),(2,8821,'20.x'),(2,8821,'master'),(2,8822,'20.x'),(2,8822,'master'),(2,8823,'20.x'),(2,8823,'master'),(2,8824,'20.x'),(2,8824,'master'),(2,8825,'20.x'),(2,8825,'master'),(2,8826,'20.x'),(2,8826,'master'),(2,8827,'20.x'),(2,8827,'master'),(2,8828,'20.x'),(2,8828,'master'),(2,8829,'20.x'),(2,8829,'master'),(2,8830,'20.x'),(2,8830,'master'),(2,8831,'20.x'),(2,8831,'master'),(2,8832,'20.x'),(2,8832,'master'),(2,8833,'20.x'),(2,8833,'master'),(2,8834,'20.x'),(2,8834,'master'),(2,8835,'20.x'),(2,8835,'master'),(2,8836,'20.x'),(2,8836,'master'),(2,8837,'20.x'),(2,8837,'master'),(2,8838,'20.x'),(2,8838,'master'),(2,8839,'20.x'),(2,8839,'master'),(2,8840,'20.x'),(2,8840,'master'),(2,8841,'20.x'),(2,8841,'master'),(2,8842,'20.x'),(2,8842,'master'),(2,8843,'20.x'),(2,8843,'master'),(2,8844,'20.x'),(2,8844,'master'),(2,8845,'20.x'),(2,8845,'master'),(2,8846,'20.x'),(2,8846,'master'),(2,8847,'20.x'),(2,8847,'master'),(2,8848,'20.x'),(2,8848,'master'),(2,8849,'20.x'),(2,8849,'master'),(2,8850,'20.x'),(2,8850,'master'),(2,8851,'20.x'),(2,8851,'master'),(2,8852,'20.x'),(2,8852,'master'),(2,8853,'20.x'),(2,8853,'master'),(2,8854,'20.x'),(2,8854,'master'),(2,8855,'20.x'),(2,8855,'master'),(2,8856,'20.x'),(2,8856,'master'),(2,8857,'20.x'),(2,8857,'master'),(2,8858,'20.x'),(2,8858,'master'),(2,8859,'20.x'),(2,8859,'master'),(2,8860,'20.x'),(2,8860,'master'),(2,8861,'20.x'),(2,8861,'master'),(2,8862,'20.x'),(2,8862,'master'),(2,8863,'20.x'),(2,8863,'master'),(2,8864,'20.x'),(2,8864,'master'),(2,8865,'20.x'),(2,8865,'master'),(2,8866,'20.x'),(2,8866,'master'),(2,8867,'20.x'),(2,8867,'master'),(2,8868,'20.x'),(2,8868,'master'),(2,8869,'20.x'),(2,8869,'master'),(2,8870,'20.x'),(2,8870,'master'),(2,8871,'20.x'),(2,8871,'master'),(2,8872,'20.x'),(2,8872,'master'),(2,8873,'20.x'),(2,8873,'master'),(2,8874,'20.x'),(2,8874,'master'),(2,8875,'20.x'),(2,8875,'master'),(2,8876,'20.x'),(2,8876,'master'),(2,8877,'20.x'),(2,8877,'master'),(2,8878,'20.x'),(2,8878,'master'),(2,8879,'20.x'),(2,8879,'master'),(2,8880,'20.x'),(2,8880,'master'),(2,8881,'20.x'),(2,8881,'master'),(2,8882,'20.x'),(2,8882,'master'),(2,8883,'20.x'),(2,8883,'master'),(2,8884,'20.x'),(2,8884,'master'),(2,8885,'20.x'),(2,8885,'master'),(2,8886,'20.x'),(2,8886,'master'),(2,8887,'20.x'),(2,8887,'master'),(2,8888,'20.x'),(2,8888,'master'),(2,8889,'20.x'),(2,8889,'master'),(2,8890,'20.x'),(2,8890,'master'),(2,8891,'20.x'),(2,8891,'master'),(2,8892,'20.x'),(2,8892,'master'),(2,8893,'20.x'),(2,8893,'master'),(2,8894,'20.x'),(2,8894,'master'),(2,8895,'20.x'),(2,8895,'master'),(2,8896,'20.x'),(2,8896,'master'),(2,8897,'20.x'),(2,8897,'master'),(2,8898,'20.x'),(2,8898,'master'),(2,8899,'20.x'),(2,8899,'master'),(2,8900,'20.x'),(2,8900,'master'),(2,8901,'20.x'),(2,8901,'master'),(2,8902,'20.x'),(2,8902,'master'),(2,8903,'20.x'),(2,8903,'master'),(2,8904,'20.x'),(2,8904,'master'),(2,8905,'20.x'),(2,8905,'master'),(2,8906,'20.x'),(2,8906,'master'),(2,8907,'20.x'),(2,8907,'master'),(2,8908,'20.x'),(2,8908,'master'),(2,8909,'20.x'),(2,8909,'master'),(2,8910,'20.x'),(2,8910,'master'),(2,8911,'20.x'),(2,8911,'master'),(2,8912,'20.x'),(2,8912,'master'),(2,8913,'20.x'),(2,8913,'master'),(2,8914,'20.x'),(2,8914,'master'),(2,8915,'20.x'),(2,8915,'master'),(2,8916,'20.x'),(2,8916,'master'),(2,8917,'20.x'),(2,8917,'master'),(2,8918,'20.x'),(2,8918,'master'),(2,8919,'20.x'),(2,8919,'master'),(2,8920,'20.x'),(2,8920,'master'),(2,8921,'20.x'),(2,8921,'master'),(2,8922,'20.x'),(2,8922,'master'),(2,8923,'20.x'),(2,8923,'master'),(2,8924,'20.x'),(2,8924,'master'),(2,8925,'20.x'),(2,8925,'master'),(2,8926,'20.x'),(2,8926,'master'),(2,8927,'20.x'),(2,8927,'master'),(2,8928,'20.x'),(2,8928,'master'),(2,8929,'20.x'),(2,8929,'master'),(2,8930,'20.x'),(2,8930,'master'),(2,8931,'20.x'),(2,8931,'master'),(2,8932,'20.x'),(2,8932,'master'),(2,8933,'20.x'),(2,8933,'master'),(2,8934,'20.x'),(2,8934,'master'),(2,8935,'20.x'),(2,8935,'master'),(2,8936,'20.x'),(2,8936,'master'),(2,8937,'20.x'),(2,8937,'master'),(2,8938,'20.x'),(2,8938,'master'),(2,8939,'20.x'),(2,8939,'master'),(2,8940,'20.x'),(2,8940,'master'),(2,8941,'20.x'),(2,8941,'master'),(2,8942,'20.x'),(2,8942,'master'),(2,8943,'20.x'),(2,8943,'master'),(2,8944,'20.x'),(2,8944,'master'),(2,8945,'20.x'),(2,8945,'master'),(2,8946,'20.x'),(2,8946,'master'),(2,8947,'20.x'),(2,8947,'master'),(2,8948,'20.x'),(2,8948,'master'),(2,8949,'20.x'),(2,8949,'master'),(2,8950,'20.x'),(2,8950,'master'),(2,8951,'20.x'),(2,8951,'master'),(2,8952,'20.x'),(2,8952,'master'),(2,8953,'20.x'),(2,8953,'master'),(2,8954,'20.x'),(2,8954,'master'),(2,8955,'20.x'),(2,8955,'master'),(2,8956,'20.x'),(2,8956,'master'),(2,8957,'20.x'),(2,8957,'master'),(2,8958,'20.x'),(2,8958,'master'),(2,8959,'20.x'),(2,8959,'master'),(2,8960,'20.x'),(2,8960,'master'),(2,8961,'20.x'),(2,8961,'master'),(2,8962,'20.x'),(2,8962,'master'),(2,8963,'20.x'),(2,8963,'master'),(2,8964,'20.x'),(2,8964,'master'),(2,8965,'20.x'),(2,8965,'master'),(2,8966,'20.x'),(2,8966,'master'),(2,8967,'20.x'),(2,8967,'master'),(2,8968,'20.x'),(2,8968,'master'),(2,8969,'20.x'),(2,8969,'master'),(2,8970,'20.x'),(2,8970,'master'),(2,8971,'20.x'),(2,8971,'master'),(2,8972,'20.x'),(2,8972,'master'),(2,8973,'20.x'),(2,8973,'master'),(2,8974,'20.x'),(2,8974,'master'),(2,8975,'20.x'),(2,8975,'master'),(2,8976,'20.x'),(2,8976,'master'),(2,8977,'20.x'),(2,8977,'master'),(2,8978,'20.x'),(2,8978,'master'),(2,8979,'20.x'),(2,8979,'master'),(2,8980,'20.x'),(2,8980,'master'),(2,8981,'20.x'),(2,8981,'master'),(2,8982,'20.x'),(2,8982,'master'),(2,8983,'20.x'),(2,8983,'master'),(2,8984,'20.x'),(2,8984,'master'),(2,8985,'20.x'),(2,8985,'master'),(2,8986,'20.x'),(2,8986,'master'),(2,8987,'20.x'),(2,8987,'master'),(2,8988,'20.x'),(2,8988,'master'),(2,8989,'20.x'),(2,8989,'master'),(2,8990,'20.x'),(2,8990,'master'),(2,8991,'20.x'),(2,8991,'master'),(2,8992,'20.x'),(2,8992,'master'),(2,8993,'20.x'),(2,8993,'master'),(2,8994,'20.x'),(2,8994,'master'),(2,8995,'20.x'),(2,8995,'master'),(2,8996,'20.x'),(2,8996,'master'),(2,8997,'20.x'),(2,8997,'master'),(2,8998,'20.x'),(2,8998,'master'),(2,8999,'20.x'),(2,8999,'master'),(2,9000,'20.x'),(2,9000,'master'),(2,9001,'20.x'),(2,9001,'master'),(2,9002,'20.x'),(2,9002,'master'),(2,9003,'20.x'),(2,9003,'master'),(2,9004,'20.x'),(2,9004,'master'),(2,9005,'20.x'),(2,9005,'master'),(2,9006,'20.x'),(2,9006,'master'),(2,9007,'20.x'),(2,9007,'master'),(2,9008,'20.x'),(2,9008,'master'),(2,9009,'20.x'),(2,9009,'master'),(2,9010,'20.x'),(2,9010,'master'),(2,9011,'20.x'),(2,9011,'master'),(2,9012,'20.x'),(2,9012,'master'),(2,9013,'20.x'),(2,9013,'master'),(2,9014,'20.x'),(2,9014,'master'),(2,9015,'20.x'),(2,9015,'master'),(2,9016,'20.x'),(2,9016,'master'),(2,9017,'20.x'),(2,9017,'master'),(2,9018,'20.x'),(2,9018,'master'),(2,9019,'20.x'),(2,9019,'master'),(2,9020,'20.x'),(2,9020,'master'),(2,9021,'20.x'),(2,9021,'master'),(2,9022,'20.x'),(2,9022,'master'),(2,9023,'20.x'),(2,9023,'master'),(2,9024,'20.x'),(2,9024,'master'),(2,9025,'20.x'),(2,9025,'master'),(2,9026,'20.x'),(2,9026,'master'),(2,9027,'20.x'),(2,9027,'master'),(2,9028,'20.x'),(2,9028,'master'),(2,9029,'20.x'),(2,9029,'master'),(2,9030,'20.x'),(2,9030,'master'),(2,9031,'20.x'),(2,9031,'master'),(2,9032,'20.x'),(2,9032,'master'),(2,9033,'20.x'),(2,9033,'master'),(2,9034,'20.x'),(2,9034,'master'),(2,9035,'20.x'),(2,9035,'master'),(2,9036,'20.x'),(2,9036,'master'),(2,9037,'20.x'),(2,9037,'master'),(2,9038,'20.x'),(2,9038,'master'),(2,9039,'20.x'),(2,9039,'master'),(2,9040,'20.x'),(2,9040,'master'),(2,9041,'20.x'),(2,9041,'master'),(2,9042,'20.x'),(2,9042,'master'),(2,9043,'20.x'),(2,9043,'master'),(2,9044,'20.x'),(2,9044,'master'),(2,9045,'20.x'),(2,9045,'master'),(2,9046,'20.x'),(2,9046,'master'),(2,9047,'20.x'),(2,9047,'master'),(2,9048,'20.x'),(2,9048,'master'),(2,9049,'20.x'),(2,9049,'master'),(2,9050,'20.x'),(2,9050,'master'),(2,9051,'20.x'),(2,9051,'master'),(2,9052,'20.x'),(2,9052,'master'),(2,9053,'20.x'),(2,9053,'master'),(2,9054,'20.x'),(2,9054,'master'),(2,9055,'20.x'),(2,9055,'master'),(2,9056,'20.x'),(2,9056,'master'),(2,9057,'20.x'),(2,9057,'master'),(2,9058,'20.x'),(2,9058,'master'),(2,9059,'20.x'),(2,9059,'master'),(2,9060,'20.x'),(2,9060,'master'),(2,9061,'20.x'),(2,9061,'master'),(2,9062,'20.x'),(2,9062,'master'),(2,9063,'20.x'),(2,9063,'master'),(2,9064,'20.x'),(2,9064,'master'),(2,9065,'20.x'),(2,9065,'master'),(2,9066,'20.x'),(2,9066,'master'),(2,9067,'20.x'),(2,9067,'master'),(2,9068,'20.x'),(2,9068,'master'),(2,9069,'20.x'),(2,9069,'master'),(2,9070,'20.x'),(2,9070,'master'),(2,9071,'20.x'),(2,9071,'master'),(2,9072,'20.x'),(2,9072,'master'),(2,9073,'20.x'),(2,9073,'master'),(2,9074,'20.x'),(2,9074,'master'),(2,9075,'20.x'),(2,9075,'master'),(2,9076,'20.x'),(2,9076,'master'),(2,9077,'20.x'),(2,9077,'master'),(2,9078,'20.x'),(2,9078,'master'),(2,9079,'20.x'),(2,9079,'master'),(2,9080,'20.x'),(2,9080,'master'),(2,9081,'20.x'),(2,9081,'master'),(2,9082,'20.x'),(2,9082,'master'),(2,9083,'20.x'),(2,9083,'master'),(2,9084,'20.x'),(2,9084,'master'),(2,9085,'20.x'),(2,9085,'master'),(2,9086,'20.x'),(2,9086,'master'),(2,9087,'20.x'),(2,9087,'master'),(2,9088,'20.x'),(2,9088,'master'),(2,9089,'20.x'),(2,9089,'master'),(2,9090,'20.x'),(2,9090,'master'),(2,9091,'20.x'),(2,9091,'master'),(2,9092,'20.x'),(2,9092,'master'),(2,9093,'20.x'),(2,9093,'master'),(2,9094,'20.x'),(2,9094,'master'),(2,9095,'20.x'),(2,9095,'master'),(2,9096,'20.x'),(2,9096,'master'),(2,9097,'20.x'),(2,9097,'master'),(2,9098,'20.x'),(2,9098,'master'),(2,9099,'20.x'),(2,9099,'master'),(2,9100,'20.x'),(2,9100,'master'),(2,9101,'20.x'),(2,9101,'master'),(2,9102,'20.x'),(2,9102,'master'),(2,9103,'20.x'),(2,9103,'master'),(2,9104,'20.x'),(2,9104,'master'),(2,9105,'20.x'),(2,9105,'master'),(2,9106,'20.x'),(2,9106,'master'),(2,9107,'20.x'),(2,9107,'master'),(2,9108,'20.x'),(2,9108,'master'),(2,9109,'20.x'),(2,9109,'master'),(2,9110,'20.x'),(2,9110,'master'),(2,9111,'20.x'),(2,9111,'master'),(2,9112,'20.x'),(2,9112,'master'),(2,9113,'20.x'),(2,9113,'master'),(2,9114,'20.x'),(2,9114,'master'),(2,9115,'20.x'),(2,9115,'master'),(2,9116,'20.x'),(2,9116,'master'),(2,9117,'20.x'),(2,9117,'master'),(2,9118,'20.x'),(2,9118,'master'),(2,9119,'20.x'),(2,9119,'master'),(2,9120,'20.x'),(2,9120,'master'),(2,9121,'20.x'),(2,9121,'master'),(2,9122,'20.x'),(2,9122,'master'),(2,9123,'20.x'),(2,9123,'master'),(2,9124,'20.x'),(2,9124,'master'),(2,9125,'20.x'),(2,9125,'master'),(2,9126,'20.x'),(2,9126,'master'),(2,9127,'20.x'),(2,9127,'master'),(2,9128,'20.x'),(2,9128,'master'),(2,9129,'20.x'),(2,9129,'master'),(2,9130,'20.x'),(2,9130,'master'),(2,9131,'20.x'),(2,9131,'master'),(2,9132,'20.x'),(2,9132,'master'),(2,9133,'20.x'),(2,9133,'master'),(2,9134,'20.x'),(2,9134,'master'),(2,9135,'20.x'),(2,9135,'master'),(2,9136,'20.x'),(2,9136,'master'),(2,9137,'20.x'),(2,9137,'master'),(2,9138,'20.x'),(2,9138,'master'),(2,9139,'20.x'),(2,9139,'master'),(2,9140,'20.x'),(2,9140,'master'),(2,9141,'20.x'),(2,9141,'master'),(2,9142,'20.x'),(2,9142,'master'),(2,9143,'20.x'),(2,9143,'master'),(2,9144,'20.x'),(2,9144,'master'),(2,9145,'20.x'),(2,9145,'master'),(2,9146,'20.x'),(2,9146,'master'),(2,9147,'20.x'),(2,9147,'master'),(2,9148,'20.x'),(2,9148,'master'),(2,9149,'20.x'),(2,9149,'master'),(2,9150,'20.x'),(2,9150,'master'),(2,9151,'20.x'),(2,9151,'master'),(2,9152,'20.x'),(2,9152,'master'),(2,9153,'20.x'),(2,9153,'master'),(2,9154,'20.x'),(2,9154,'master'),(2,9155,'20.x'),(2,9155,'master'),(2,9156,'20.x'),(2,9156,'master'),(2,9157,'20.x'),(2,9157,'master'),(2,9158,'20.x'),(2,9158,'master'),(2,9159,'20.x'),(2,9159,'master'),(2,9160,'20.x'),(2,9160,'master'),(2,9161,'20.x'),(2,9161,'master'),(2,9162,'20.x'),(2,9162,'master'),(2,9163,'20.x'),(2,9163,'master'),(2,9164,'20.x'),(2,9164,'master'),(2,9165,'20.x'),(2,9165,'master'),(2,9166,'20.x'),(2,9166,'master'),(2,9167,'20.x'),(2,9167,'master'),(2,9168,'20.x'),(2,9168,'master'),(2,9169,'20.x'),(2,9169,'master'),(2,9170,'20.x'),(2,9170,'master'),(2,9171,'20.x'),(2,9171,'master'),(2,9172,'20.x'),(2,9172,'master'),(2,9173,'20.x'),(2,9173,'master'),(2,9174,'20.x'),(2,9174,'master'),(2,9175,'20.x'),(2,9175,'master'),(2,9176,'20.x'),(2,9176,'master'),(2,9177,'20.x'),(2,9177,'master'),(2,9178,'20.x'),(2,9178,'master'),(2,9179,'20.x'),(2,9179,'master'),(2,9180,'20.x'),(2,9180,'master'),(2,9181,'20.x'),(2,9181,'master'),(2,9182,'20.x'),(2,9182,'master'),(2,9183,'20.x'),(2,9183,'master'),(2,9184,'20.x'),(2,9184,'master'),(2,9185,'20.x'),(2,9185,'master'),(2,9186,'20.x'),(2,9186,'master'),(2,9187,'20.x'),(2,9187,'master'),(2,9188,'20.x'),(2,9188,'master'),(2,9189,'20.x'),(2,9189,'master'),(2,9190,'20.x'),(2,9190,'master'),(2,9191,'20.x'),(2,9191,'master'),(2,9192,'20.x'),(2,9192,'master'),(2,9193,'20.x'),(2,9193,'master'),(2,9194,'20.x'),(2,9194,'master'),(2,9195,'20.x'),(2,9195,'master'),(2,9196,'20.x'),(2,9196,'master'),(2,9197,'20.x'),(2,9197,'master'),(2,9198,'20.x'),(2,9198,'master'),(2,9199,'20.x'),(2,9199,'master'),(2,9200,'20.x'),(2,9200,'master'),(2,9201,'20.x'),(2,9201,'master'),(2,9202,'20.x'),(2,9202,'master'),(2,9203,'20.x'),(2,9203,'master'),(2,9204,'20.x'),(2,9204,'master'),(2,9205,'20.x'),(2,9205,'master'),(2,9206,'20.x'),(2,9206,'master'),(2,9207,'20.x'),(2,9207,'master'),(2,9208,'20.x'),(2,9208,'master'),(2,9209,'20.x'),(2,9209,'master'),(2,9210,'20.x'),(2,9210,'master'),(2,9211,'20.x'),(2,9211,'master'),(2,9212,'20.x'),(2,9212,'master'),(2,9213,'20.x'),(2,9213,'master'),(2,9214,'20.x'),(2,9214,'master'),(2,9215,'20.x'),(2,9215,'master'),(2,9216,'20.x'),(2,9216,'master'),(2,9217,'20.x'),(2,9217,'master'),(2,9218,'20.x'),(2,9218,'master'),(2,9219,'20.x'),(2,9219,'master'),(2,9220,'20.x'),(2,9220,'master'),(2,9221,'20.x'),(2,9221,'master'),(2,9222,'20.x'),(2,9222,'master'),(2,9223,'20.x'),(2,9223,'master'),(2,9224,'20.x'),(2,9224,'master'),(2,9225,'20.x'),(2,9225,'master'),(2,9226,'20.x'),(2,9226,'master'),(2,9227,'20.x'),(2,9227,'master'),(2,9228,'20.x'),(2,9228,'master'),(2,9229,'20.x'),(2,9229,'master'),(2,9230,'20.x'),(2,9230,'master'),(2,9231,'20.x'),(2,9231,'master'),(2,9232,'20.x'),(2,9232,'master'),(2,9233,'20.x'),(2,9233,'master'),(2,9234,'20.x'),(2,9234,'master'),(2,9235,'20.x'),(2,9235,'master'),(2,9236,'20.x'),(2,9236,'master'),(2,9237,'20.x'),(2,9237,'master'),(2,9238,'20.x'),(2,9238,'master'),(2,9239,'20.x'),(2,9239,'master'),(2,9240,'20.x'),(2,9240,'master'),(2,9241,'20.x'),(2,9241,'master'),(2,9242,'20.x'),(2,9242,'master'),(2,9243,'20.x'),(2,9243,'master'),(2,9244,'20.x'),(2,9244,'master'),(2,9245,'20.x'),(2,9245,'master'),(2,9246,'20.x'),(2,9246,'master'),(2,9247,'20.x'),(2,9247,'master'),(2,9248,'20.x'),(2,9248,'master'),(2,9249,'20.x'),(2,9249,'master'),(2,9250,'20.x'),(2,9250,'master'),(2,9251,'20.x'),(2,9251,'master'),(2,9252,'20.x'),(2,9252,'master'),(2,9253,'20.x'),(2,9253,'master'),(2,9254,'20.x'),(2,9254,'master'),(2,9255,'20.x'),(2,9255,'master'),(2,9256,'20.x'),(2,9256,'master'),(2,9257,'20.x'),(2,9257,'master'),(2,9258,'20.x'),(2,9258,'master'),(2,9259,'20.x'),(2,9259,'master'),(2,9260,'20.x'),(2,9260,'master'),(2,9261,'20.x'),(2,9261,'master'),(2,9262,'20.x'),(2,9262,'master'),(2,9263,'20.x'),(2,9263,'master'),(2,9264,'20.x'),(2,9264,'master'),(2,9265,'20.x'),(2,9265,'master'),(2,9266,'20.x'),(2,9266,'master'),(2,9267,'20.x'),(2,9267,'master'),(2,9268,'20.x'),(2,9268,'master'),(2,9269,'20.x'),(2,9269,'master'),(2,9270,'20.x'),(2,9270,'master'),(2,9271,'20.x'),(2,9271,'master'),(2,9272,'20.x'),(2,9272,'master'),(2,9273,'20.x'),(2,9273,'master'),(2,9274,'20.x'),(2,9274,'master'),(2,9275,'20.x'),(2,9275,'master'),(2,9276,'20.x'),(2,9276,'master'),(2,9277,'20.x'),(2,9277,'master'),(2,9278,'20.x'),(2,9278,'master'),(2,9279,'20.x'),(2,9279,'master'),(2,9280,'20.x'),(2,9280,'master'),(2,9281,'20.x'),(2,9281,'master'),(2,9282,'20.x'),(2,9282,'master'),(2,9283,'20.x'),(2,9283,'master'),(2,9284,'20.x'),(2,9284,'master'),(2,9285,'20.x'),(2,9285,'master'),(2,9286,'20.x'),(2,9286,'master'),(2,9287,'20.x'),(2,9287,'master'),(2,9288,'20.x'),(2,9288,'master'),(2,9289,'20.x'),(2,9289,'master'),(2,9290,'20.x'),(2,9290,'master'),(2,9291,'20.x'),(2,9291,'master'),(2,9292,'20.x'),(2,9292,'master'),(2,9293,'20.x'),(2,9293,'master'),(2,9294,'20.x'),(2,9294,'master'),(2,9295,'20.x'),(2,9295,'master'),(2,9296,'20.x'),(2,9296,'master'),(2,9297,'20.x'),(2,9297,'master'),(2,9298,'20.x'),(2,9298,'master'),(2,9299,'20.x'),(2,9299,'master'),(2,9300,'20.x'),(2,9300,'master'),(2,9301,'20.x'),(2,9301,'master'),(2,9302,'20.x'),(2,9302,'master'),(2,9303,'20.x'),(2,9303,'master'),(2,9304,'20.x'),(2,9304,'master'),(2,9305,'20.x'),(2,9305,'master'),(2,9306,'20.x'),(2,9306,'master'),(2,9307,'20.x'),(2,9307,'master'),(2,9308,'20.x'),(2,9308,'master'),(2,9309,'20.x'),(2,9309,'master'),(2,9310,'20.x'),(2,9310,'master'),(2,9311,'20.x'),(2,9311,'master'),(2,9312,'20.x'),(2,9312,'master'),(2,9313,'20.x'),(2,9313,'master'),(2,9314,'20.x'),(2,9314,'master'),(2,9315,'20.x'),(2,9315,'master'),(2,9316,'20.x'),(2,9316,'master'),(2,9317,'20.x'),(2,9317,'master'),(2,9318,'20.x'),(2,9318,'master'),(2,9319,'20.x'),(2,9319,'master'),(2,9320,'20.x'),(2,9320,'master'),(2,9321,'20.x'),(2,9321,'master'),(2,9322,'20.x'),(2,9322,'master'),(2,9323,'20.x'),(2,9323,'master'),(2,9324,'20.x'),(2,9324,'master'),(2,9325,'20.x'),(2,9325,'master'),(2,9326,'20.x'),(2,9326,'master'),(2,9327,'20.x'),(2,9327,'master'),(2,9328,'20.x'),(2,9328,'master'),(2,9329,'20.x'),(2,9329,'master'),(2,9330,'20.x'),(2,9330,'master'),(2,9331,'20.x'),(2,9331,'master'),(2,9332,'20.x'),(2,9332,'master'),(2,9333,'20.x'),(2,9333,'master'),(2,9334,'20.x'),(2,9334,'master'),(2,9335,'20.x'),(2,9335,'master'),(2,9336,'20.x'),(2,9336,'master'),(2,9337,'20.x'),(2,9337,'master'),(2,9338,'20.x'),(2,9338,'master'),(2,9339,'20.x'),(2,9339,'master'),(2,9340,'20.x'),(2,9340,'master'),(2,9341,'20.x'),(2,9341,'master'),(2,9342,'20.x'),(2,9342,'master'),(2,9343,'20.x'),(2,9343,'master'),(2,9344,'20.x'),(2,9344,'master'),(2,9345,'20.x'),(2,9345,'master'),(2,9346,'20.x'),(2,9346,'master'),(2,9347,'20.x'),(2,9347,'master'),(2,9348,'20.x'),(2,9348,'master'),(2,9349,'20.x'),(2,9349,'master'),(2,9350,'20.x'),(2,9350,'master'),(2,9351,'20.x'),(2,9351,'master'),(2,9352,'20.x'),(2,9352,'master'),(2,9353,'20.x'),(2,9353,'master'),(2,9354,'20.x'),(2,9354,'master'),(2,9355,'20.x'),(2,9355,'master'),(2,9356,'20.x'),(2,9356,'master'),(2,9357,'20.x'),(2,9357,'master'),(2,9358,'20.x'),(2,9358,'master'),(2,9359,'20.x'),(2,9359,'master'),(2,9360,'20.x'),(2,9360,'master'),(2,9361,'20.x'),(2,9361,'master'),(2,9362,'20.x'),(2,9362,'master'),(2,9363,'20.x'),(2,9363,'master'),(2,9364,'20.x'),(2,9364,'master'),(2,9365,'20.x'),(2,9365,'master'),(2,9366,'20.x'),(2,9366,'master'),(2,9367,'20.x'),(2,9367,'master'),(2,9368,'20.x'),(2,9368,'master'),(2,9369,'20.x'),(2,9369,'master'),(2,9370,'20.x'),(2,9370,'master'),(2,9371,'20.x'),(2,9371,'master'),(2,9372,'20.x'),(2,9372,'master'),(2,9373,'20.x'),(2,9373,'master'),(2,9374,'20.x'),(2,9374,'master'),(2,9375,'20.x'),(2,9375,'master'),(2,9376,'20.x'),(2,9376,'master'),(2,9377,'20.x'),(2,9377,'master'),(2,9378,'20.x'),(2,9378,'master'),(2,9379,'20.x'),(2,9379,'master'),(2,9380,'20.x'),(2,9380,'master'),(2,9381,'20.x'),(2,9381,'master'),(2,9382,'20.x'),(2,9382,'master'),(2,9383,'20.x'),(2,9383,'master'),(2,9384,'20.x'),(2,9384,'master'),(2,9385,'20.x'),(2,9385,'master'),(2,9386,'20.x'),(2,9386,'master'),(2,9387,'20.x'),(2,9387,'master'),(2,9388,'20.x'),(2,9388,'master'),(2,9389,'20.x'),(2,9389,'master'),(2,9390,'20.x'),(2,9390,'master'),(2,9391,'20.x'),(2,9391,'master'),(2,9392,'20.x'),(2,9392,'master'),(2,9393,'20.x'),(2,9393,'master'),(2,9394,'20.x'),(2,9394,'master'),(2,9395,'20.x'),(2,9395,'master'),(2,9396,'20.x'),(2,9396,'master'),(2,9397,'20.x'),(2,9397,'master'),(2,9398,'20.x'),(2,9398,'master'),(2,9399,'20.x'),(2,9399,'master'),(2,9400,'20.x'),(2,9400,'master'),(2,9401,'20.x'),(2,9401,'master'),(2,9402,'20.x'),(2,9402,'master'),(2,9403,'20.x'),(2,9403,'master'),(2,9404,'20.x'),(2,9404,'master'),(2,9405,'20.x'),(2,9405,'master'),(2,9406,'20.x'),(2,9406,'master'),(2,9407,'20.x'),(2,9407,'master'),(2,9408,'20.x'),(2,9408,'master'),(2,9409,'20.x'),(2,9409,'master'),(2,9410,'20.x'),(2,9410,'master'),(2,9411,'20.x'),(2,9411,'master'),(2,9412,'20.x'),(2,9412,'master'),(2,9413,'20.x'),(2,9413,'master'),(2,9414,'20.x'),(2,9414,'master'),(2,9415,'20.x'),(2,9415,'master'),(2,9416,'20.x'),(2,9416,'master'),(2,9417,'20.x'),(2,9417,'master'),(2,9418,'20.x'),(2,9418,'master'),(2,9419,'20.x'),(2,9419,'master'),(2,9420,'20.x'),(2,9420,'master'),(2,9421,'20.x'),(2,9421,'master'),(2,9422,'20.x'),(2,9422,'master'),(2,9423,'20.x'),(2,9423,'master'),(2,9424,'20.x'),(2,9424,'master'),(2,9425,'20.x'),(2,9425,'master'),(2,9426,'20.x'),(2,9426,'master'),(2,9427,'20.x'),(2,9427,'master'),(2,9428,'20.x'),(2,9428,'master'),(2,9429,'20.x'),(2,9429,'master'),(2,9430,'20.x'),(2,9430,'master'),(2,9431,'20.x'),(2,9431,'master'),(2,9432,'20.x'),(2,9432,'master'),(2,9433,'20.x'),(2,9433,'master'),(2,9434,'20.x'),(2,9434,'master'),(2,9435,'20.x'),(2,9435,'master'),(2,9436,'20.x'),(2,9436,'master'),(2,9437,'20.x'),(2,9437,'master'),(2,9438,'20.x'),(2,9438,'master'),(2,9439,'20.x'),(2,9439,'master'),(2,9440,'20.x'),(2,9440,'master'),(2,9441,'20.x'),(2,9441,'master'),(2,9442,'20.x'),(2,9442,'master'),(2,9443,'20.x'),(2,9443,'master'),(2,9444,'20.x'),(2,9444,'master'),(2,9445,'20.x'),(2,9445,'master'),(2,9446,'20.x'),(2,9446,'master'),(2,9447,'20.x'),(2,9447,'master'),(2,9448,'20.x'),(2,9448,'master'),(2,9449,'20.x'),(2,9449,'master'),(2,9450,'20.x'),(2,9450,'master'),(2,9451,'20.x'),(2,9451,'master'),(2,9452,'20.x'),(2,9452,'master'),(2,9453,'20.x'),(2,9453,'master'),(2,9454,'20.x'),(2,9454,'master'),(2,9455,'20.x'),(2,9455,'master'),(2,9456,'20.x'),(2,9456,'master'),(2,9457,'20.x'),(2,9457,'master'),(2,9458,'20.x'),(2,9458,'master'),(2,9459,'20.x'),(2,9459,'master'),(2,9460,'20.x'),(2,9460,'master'),(2,9461,'20.x'),(2,9461,'master'),(2,9462,'20.x'),(2,9462,'master'),(2,9463,'20.x'),(2,9463,'master'),(2,9464,'20.x'),(2,9464,'master'),(2,9465,'20.x'),(2,9465,'master'),(2,9466,'20.x'),(2,9466,'master'),(2,9467,'20.x'),(2,9467,'master'),(2,9468,'20.x'),(2,9468,'master'),(2,9469,'20.x'),(2,9469,'master'),(2,9470,'20.x'),(2,9470,'master'),(2,9471,'20.x'),(2,9471,'master'),(2,9472,'20.x'),(2,9472,'master'),(2,9473,'20.x'),(2,9473,'master'),(2,9474,'20.x'),(2,9474,'master'),(2,9475,'20.x'),(2,9475,'master'),(2,9476,'20.x'),(2,9476,'master'),(2,9477,'20.x'),(2,9477,'master'),(2,9478,'20.x'),(2,9478,'master'),(2,9479,'20.x'),(2,9479,'master'),(2,9480,'20.x'),(2,9480,'master'),(2,9481,'20.x'),(2,9481,'master'),(2,9482,'20.x'),(2,9482,'master'),(2,9483,'20.x'),(2,9483,'master'),(2,9484,'20.x'),(2,9484,'master'),(2,9485,'20.x'),(2,9485,'master'),(2,9486,'20.x'),(2,9486,'master'),(2,9487,'20.x'),(2,9487,'master'),(2,9488,'20.x'),(2,9488,'master'),(2,9489,'20.x'),(2,9489,'master'),(2,9490,'20.x'),(2,9490,'master'),(2,9491,'20.x'),(2,9491,'master'),(2,9492,'20.x'),(2,9492,'master'),(2,9493,'20.x'),(2,9493,'master'),(2,9494,'20.x'),(2,9494,'master'),(2,9495,'20.x'),(2,9495,'master'),(2,9496,'20.x'),(2,9496,'master'),(2,9497,'20.x'),(2,9497,'master'),(2,9498,'20.x'),(2,9498,'master'),(2,9499,'20.x'),(2,9499,'master'),(2,9500,'20.x'),(2,9500,'master'),(2,9501,'20.x'),(2,9501,'master'),(2,9502,'20.x'),(2,9502,'master'),(2,9503,'20.x'),(2,9503,'master'),(2,9504,'20.x'),(2,9504,'master'),(2,9505,'20.x'),(2,9505,'master'),(2,9506,'20.x'),(2,9506,'master'),(2,9507,'20.x'),(2,9507,'master'),(2,9508,'20.x'),(2,9508,'master'),(2,9509,'20.x'),(2,9509,'master'),(2,9510,'20.x'),(2,9510,'master'),(2,9511,'20.x'),(2,9511,'master'),(2,9512,'20.x'),(2,9512,'master'),(2,9513,'20.x'),(2,9513,'master'),(2,9514,'20.x'),(2,9514,'master'),(2,9515,'20.x'),(2,9515,'master'),(2,9516,'20.x'),(2,9516,'master'),(2,9517,'20.x'),(2,9517,'master'),(2,9518,'20.x'),(2,9518,'master'),(2,9519,'20.x'),(2,9519,'master'),(2,9520,'20.x'),(2,9520,'master'),(2,9521,'20.x'),(2,9521,'master'),(2,9522,'20.x'),(2,9522,'master'),(2,9523,'20.x'),(2,9523,'master'),(2,9524,'20.x'),(2,9524,'master'),(2,9525,'20.x'),(2,9525,'master'),(2,9526,'20.x'),(2,9526,'master'),(2,9527,'20.x'),(2,9527,'master'),(2,9528,'20.x'),(2,9528,'master'),(2,9529,'20.x'),(2,9529,'master'),(2,9530,'20.x'),(2,9530,'master'),(2,9531,'20.x'),(2,9531,'master'),(2,9532,'20.x'),(2,9532,'master'),(2,9533,'20.x'),(2,9533,'master'),(2,9534,'20.x'),(2,9534,'master'),(2,9535,'20.x'),(2,9535,'master'),(2,9536,'20.x'),(2,9536,'master'),(2,9537,'20.x'),(2,9537,'master'),(2,9538,'20.x'),(2,9538,'master'),(2,9539,'20.x'),(2,9539,'master'),(2,9540,'20.x'),(2,9540,'master'),(2,9541,'20.x'),(2,9541,'master'),(2,9542,'20.x'),(2,9542,'master'),(2,9543,'20.x'),(2,9543,'master'),(2,9544,'20.x'),(2,9544,'master'),(2,9545,'20.x'),(2,9545,'master'),(2,9546,'20.x'),(2,9546,'master'),(2,9547,'20.x'),(2,9547,'master'),(2,9548,'20.x'),(2,9548,'master'),(2,9549,'20.x'),(2,9549,'master'),(2,9550,'20.x'),(2,9550,'master'),(2,9551,'20.x'),(2,9551,'master'),(2,9552,'20.x'),(2,9552,'master'),(2,9553,'20.x'),(2,9553,'master'),(2,9554,'20.x'),(2,9554,'master'),(2,9555,'20.x'),(2,9555,'master'),(2,9556,'20.x'),(2,9556,'master'),(2,9557,'20.x'),(2,9557,'master'),(2,9558,'20.x'),(2,9558,'master'),(2,9559,'20.x'),(2,9559,'master'),(2,9560,'20.x'),(2,9560,'master'),(2,9561,'20.x'),(2,9561,'master'),(2,9562,'20.x'),(2,9562,'master'),(2,9563,'20.x'),(2,9563,'master'),(2,9564,'20.x'),(2,9564,'master'),(2,9565,'20.x'),(2,9565,'master'),(2,9566,'20.x'),(2,9566,'master'),(2,9567,'20.x'),(2,9567,'master'),(2,9568,'20.x'),(2,9568,'master'),(2,9569,'20.x'),(2,9569,'master'),(2,9570,'20.x'),(2,9570,'master'),(2,9571,'20.x'),(2,9571,'master'),(2,9572,'20.x'),(2,9572,'master'),(2,9573,'20.x'),(2,9573,'master'),(2,9574,'20.x'),(2,9574,'master'),(2,9575,'20.x'),(2,9575,'master'),(2,9576,'20.x'),(2,9576,'master'),(2,9577,'20.x'),(2,9577,'master'),(2,9578,'20.x'),(2,9578,'master'),(2,9579,'20.x'),(2,9579,'master'),(2,9580,'20.x'),(2,9580,'master'),(2,9581,'20.x'),(2,9581,'master'),(2,9582,'20.x'),(2,9582,'master'),(2,9583,'20.x'),(2,9583,'master'),(2,9584,'20.x'),(2,9584,'master'),(2,9585,'20.x'),(2,9585,'master'),(2,9586,'20.x'),(2,9586,'master'),(2,9587,'20.x'),(2,9587,'master'),(2,9588,'20.x'),(2,9588,'master'),(2,9589,'20.x'),(2,9589,'master'),(2,9590,'20.x'),(2,9590,'master'),(2,9591,'20.x'),(2,9591,'master'),(2,9592,'20.x'),(2,9592,'master'),(2,9593,'20.x'),(2,9593,'master'),(2,9594,'20.x'),(2,9594,'master'),(2,9595,'20.x'),(2,9595,'master'),(2,9596,'20.x'),(2,9596,'master'),(2,9597,'20.x'),(2,9597,'master'),(2,9598,'20.x'),(2,9598,'master'),(2,9599,'20.x'),(2,9599,'master'),(2,9600,'20.x'),(2,9600,'master'),(2,9601,'20.x'),(2,9601,'master'),(2,9602,'20.x'),(2,9602,'master'),(2,9603,'20.x'),(2,9603,'master'),(2,9604,'20.x'),(2,9604,'master'),(2,9605,'20.x'),(2,9605,'master'),(2,9606,'20.x'),(2,9606,'master'),(2,9607,'20.x'),(2,9607,'master'),(2,9608,'20.x'),(2,9608,'master'),(2,9609,'20.x'),(2,9609,'master'),(2,9610,'20.x'),(2,9610,'master'),(2,9611,'20.x'),(2,9611,'master'),(2,9612,'20.x'),(2,9612,'master'),(2,9613,'20.x'),(2,9613,'master'),(2,9614,'20.x'),(2,9614,'master'),(2,9615,'20.x'),(2,9615,'master'),(2,9616,'20.x'),(2,9616,'master'),(2,9617,'20.x'),(2,9617,'master'),(2,9618,'20.x'),(2,9618,'master'),(2,9619,'20.x'),(2,9619,'master'),(2,9620,'20.x'),(2,9620,'master'),(2,9621,'20.x'),(2,9621,'master'),(2,9622,'20.x'),(2,9622,'master'),(2,9623,'20.x'),(2,9623,'master'),(2,9624,'20.x'),(2,9624,'master'),(2,9625,'20.x'),(2,9625,'master'),(2,9626,'20.x'),(2,9626,'master'),(2,9627,'20.x'),(2,9627,'master'),(2,9628,'20.x'),(2,9628,'master'),(2,9629,'20.x'),(2,9629,'master'),(2,9630,'20.x'),(2,9630,'master'),(2,9631,'20.x'),(2,9631,'master'),(2,9632,'20.x'),(2,9632,'master'),(2,9633,'20.x'),(2,9633,'master'),(2,9634,'20.x'),(2,9634,'master'),(2,9635,'20.x'),(2,9635,'master'),(2,9636,'20.x'),(2,9636,'master'),(2,9637,'20.x'),(2,9637,'master'),(2,9638,'20.x'),(2,9638,'master'),(2,9639,'20.x'),(2,9639,'master'),(2,9640,'20.x'),(2,9640,'master'),(2,9641,'20.x'),(2,9641,'master'),(2,9642,'20.x'),(2,9642,'master'),(2,9643,'20.x'),(2,9643,'master'),(2,9644,'20.x'),(2,9644,'master'),(2,9645,'20.x'),(2,9645,'master'),(2,9646,'20.x'),(2,9646,'master'),(2,9647,'20.x'),(2,9647,'master'),(2,9648,'20.x'),(2,9648,'master'),(2,9649,'20.x'),(2,9649,'master'),(2,9650,'20.x'),(2,9650,'master'),(2,9651,'20.x'),(2,9651,'master'),(2,9652,'20.x'),(2,9652,'master'),(2,9653,'20.x'),(2,9653,'master'),(2,9654,'20.x'),(2,9654,'master'),(2,9655,'20.x'),(2,9655,'master'),(2,9656,'20.x'),(2,9656,'master'),(2,9657,'20.x'),(2,9657,'master'),(2,9658,'20.x'),(2,9658,'master'),(2,9659,'20.x'),(2,9659,'master'),(2,9660,'20.x'),(2,9660,'master'),(2,9661,'20.x'),(2,9661,'master'),(2,9662,'20.x'),(2,9662,'master'),(2,9663,'20.x'),(2,9663,'master'),(2,9664,'20.x'),(2,9664,'master'),(2,9665,'20.x'),(2,9665,'master'),(2,9666,'20.x'),(2,9666,'master'),(2,9667,'20.x'),(2,9667,'master'),(2,9668,'20.x'),(2,9668,'master'),(2,9669,'20.x'),(2,9669,'master'),(2,9670,'20.x'),(2,9670,'master'),(2,9671,'20.x'),(2,9671,'master'),(2,9672,'20.x'),(2,9672,'master'),(2,9673,'20.x'),(2,9673,'master'),(2,9674,'20.x'),(2,9674,'master'),(2,9675,'20.x'),(2,9675,'master'),(2,9676,'20.x'),(2,9676,'master'),(2,9677,'20.x'),(2,9677,'master'),(2,9678,'20.x'),(2,9678,'master'),(2,9679,'20.x'),(2,9679,'master'),(2,9680,'20.x'),(2,9680,'master'),(2,9681,'20.x'),(2,9681,'master'),(2,9682,'20.x'),(2,9682,'master'),(2,9683,'20.x'),(2,9683,'master'),(2,9684,'20.x'),(2,9684,'master'),(2,9685,'20.x'),(2,9685,'master'),(2,9686,'20.x'),(2,9686,'master'),(2,9687,'20.x'),(2,9687,'master'),(2,9688,'20.x'),(2,9688,'master'),(2,9689,'20.x'),(2,9689,'master'),(2,9690,'20.x'),(2,9690,'master'),(2,9691,'20.x'),(2,9691,'master'),(2,9692,'20.x'),(2,9692,'master'),(2,9693,'20.x'),(2,9693,'master'),(2,9694,'20.x'),(2,9694,'master'),(2,9695,'20.x'),(2,9695,'master'),(2,9696,'20.x'),(2,9696,'master'),(2,9697,'20.x'),(2,9697,'master'),(2,9698,'20.x'),(2,9698,'master'),(2,9699,'20.x'),(2,9699,'master'),(2,9700,'20.x'),(2,9700,'master'),(2,9701,'20.x'),(2,9701,'master'),(2,9702,'20.x'),(2,9702,'master'),(2,9703,'20.x'),(2,9703,'master'),(2,9704,'20.x'),(2,9704,'master'),(2,9705,'20.x'),(2,9705,'master'),(2,9706,'20.x'),(2,9706,'master'),(2,9707,'20.x'),(2,9707,'master'),(2,9708,'20.x'),(2,9708,'master'),(2,9709,'20.x'),(2,9709,'master'),(2,9710,'20.x'),(2,9710,'master'),(2,9711,'20.x'),(2,9711,'master'),(2,9712,'20.x'),(2,9712,'master'),(2,9713,'20.x'),(2,9713,'master'),(2,9714,'20.x'),(2,9714,'master'),(2,9715,'20.x'),(2,9715,'master'),(2,9716,'20.x'),(2,9716,'master'),(2,9717,'20.x'),(2,9717,'master'),(2,9718,'20.x'),(2,9718,'master'),(2,9719,'20.x'),(2,9719,'master'),(2,9720,'20.x'),(2,9720,'master'),(2,9721,'20.x'),(2,9721,'master'),(2,9722,'20.x'),(2,9722,'master'),(2,9723,'20.x'),(2,9723,'master'),(2,9724,'20.x'),(2,9724,'master'),(2,9725,'20.x'),(2,9725,'master'),(2,9726,'20.x'),(2,9726,'master'),(2,9727,'20.x'),(2,9727,'master'),(2,9728,'20.x'),(2,9728,'master'),(2,9729,'20.x'),(2,9729,'master'),(2,9730,'20.x'),(2,9730,'master'),(2,9731,'20.x'),(2,9731,'master'),(2,9732,'20.x'),(2,9732,'master'),(2,9733,'20.x'),(2,9733,'master'),(2,9734,'20.x'),(2,9734,'master'),(2,9735,'20.x'),(2,9735,'master'),(2,9736,'20.x'),(2,9736,'master'),(2,9737,'20.x'),(2,9737,'master'),(2,9738,'20.x'),(2,9738,'master'),(2,9739,'20.x'),(2,9739,'master'),(2,9740,'20.x'),(2,9740,'master'),(2,9741,'20.x'),(2,9741,'master'),(2,9742,'20.x'),(2,9742,'master'),(2,9743,'20.x'),(2,9743,'master'),(2,9744,'20.x'),(2,9744,'master'),(2,9745,'20.x'),(2,9745,'master'),(2,9746,'20.x'),(2,9746,'master'),(2,9747,'20.x'),(2,9747,'master'),(2,9748,'20.x'),(2,9748,'master'),(2,9749,'20.x'),(2,9749,'master'),(2,9750,'20.x'),(2,9750,'master'),(2,9751,'20.x'),(2,9751,'master'),(2,9752,'20.x'),(2,9752,'master'),(2,9753,'20.x'),(2,9753,'master'),(2,9754,'20.x'),(2,9754,'master'),(2,9755,'20.x'),(2,9755,'master'),(2,9756,'20.x'),(2,9756,'master'),(2,9757,'20.x'),(2,9757,'master'),(2,9758,'20.x'),(2,9758,'master'),(2,9759,'20.x'),(2,9759,'master'),(2,9760,'20.x'),(2,9760,'master'),(2,9761,'20.x'),(2,9761,'master'),(2,9762,'20.x'),(2,9762,'master'),(2,9763,'20.x'),(2,9763,'master'),(2,9764,'20.x'),(2,9764,'master'),(2,9765,'20.x'),(2,9765,'master'),(2,9766,'20.x'),(2,9766,'master'),(2,9767,'20.x'),(2,9767,'master'),(2,9768,'20.x'),(2,9768,'master'),(2,9769,'20.x'),(2,9769,'master'),(2,9770,'20.x'),(2,9770,'master'),(2,9771,'20.x'),(2,9771,'master'),(2,9772,'20.x'),(2,9772,'master'),(2,9773,'20.x'),(2,9773,'master'),(2,9774,'20.x'),(2,9774,'master'),(2,9775,'20.x'),(2,9775,'master'),(2,9776,'20.x'),(2,9776,'master'),(2,9777,'20.x'),(2,9777,'master'),(2,9778,'20.x'),(2,9778,'master'),(2,9779,'20.x'),(2,9779,'master'),(2,9780,'20.x'),(2,9780,'master'),(2,9781,'20.x'),(2,9781,'master'),(2,9782,'20.x'),(2,9782,'master'),(2,9783,'20.x'),(2,9783,'master'),(2,9784,'20.x'),(2,9784,'master'),(2,9785,'20.x'),(2,9785,'master'),(2,9786,'20.x'),(2,9786,'master'),(2,9787,'20.x'),(2,9787,'master'),(2,9788,'20.x'),(2,9788,'master'),(2,9789,'20.x'),(2,9789,'master'),(2,9790,'20.x'),(2,9790,'master'),(2,9791,'20.x'),(2,9791,'master'),(2,9792,'20.x'),(2,9792,'master'),(2,9793,'20.x'),(2,9793,'master'),(2,9794,'20.x'),(2,9794,'master'),(2,9795,'20.x'),(2,9795,'master'),(2,9796,'20.x'),(2,9796,'master'),(2,9797,'20.x'),(2,9797,'master'),(2,9798,'20.x'),(2,9798,'master'),(2,9799,'20.x'),(2,9799,'master'),(2,9800,'20.x'),(2,9800,'master'),(2,9801,'20.x'),(2,9801,'master'),(2,9802,'20.x'),(2,9802,'master'),(2,9803,'20.x'),(2,9803,'master'),(2,9804,'20.x'),(2,9804,'master'),(2,9805,'20.x'),(2,9805,'master'),(2,9806,'20.x'),(2,9806,'master'),(2,9807,'20.x'),(2,9807,'master'),(2,9808,'20.x'),(2,9808,'master'),(2,9809,'20.x'),(2,9809,'master'),(2,9810,'20.x'),(2,9810,'master'),(2,9811,'20.x'),(2,9811,'master'),(2,9812,'20.x'),(2,9812,'master'),(2,9813,'20.x'),(2,9813,'master'),(2,9814,'20.x'),(2,9814,'master'),(2,9815,'20.x'),(2,9815,'master'),(2,9816,'20.x'),(2,9816,'master'),(2,9817,'20.x'),(2,9817,'master'),(2,9818,'20.x'),(2,9818,'master'),(2,9819,'20.x'),(2,9819,'master'),(2,9820,'20.x'),(2,9820,'master'),(2,9821,'20.x'),(2,9821,'master'),(2,9822,'20.x'),(2,9822,'master'),(2,9823,'20.x'),(2,9823,'master'),(2,9824,'20.x'),(2,9824,'master'),(2,9825,'20.x'),(2,9825,'master'),(2,9826,'20.x'),(2,9826,'master'),(2,9827,'20.x'),(2,9827,'master'),(2,9828,'20.x'),(2,9828,'master'),(2,9829,'20.x'),(2,9829,'master'),(2,9830,'20.x'),(2,9830,'master'),(2,9831,'20.x'),(2,9831,'master'),(2,9832,'20.x'),(2,9832,'master'),(2,9833,'20.x'),(2,9833,'master'),(2,9834,'20.x'),(2,9834,'master'),(2,9835,'20.x'),(2,9835,'master'),(2,9836,'20.x'),(2,9836,'master'),(2,9837,'20.x'),(2,9837,'master'),(2,9838,'20.x'),(2,9838,'master'),(2,9839,'20.x'),(2,9839,'master'),(2,9840,'20.x'),(2,9840,'master'),(2,9841,'20.x'),(2,9841,'master'),(2,9842,'20.x'),(2,9842,'master'),(2,9843,'20.x'),(2,9843,'master'),(2,9844,'20.x'),(2,9844,'master'),(2,9845,'20.x'),(2,9845,'master'),(2,9846,'20.x'),(2,9846,'master'),(2,9847,'20.x'),(2,9847,'master'),(2,9848,'20.x'),(2,9848,'master'),(2,9849,'20.x'),(2,9849,'master'),(2,9850,'20.x'),(2,9850,'master'),(2,9851,'20.x'),(2,9851,'master'),(2,9852,'20.x'),(2,9852,'master'),(2,9853,'20.x'),(2,9853,'master'),(2,9854,'20.x'),(2,9854,'master'),(2,9855,'20.x'),(2,9855,'master'),(2,9856,'20.x'),(2,9856,'master'),(2,9857,'20.x'),(2,9857,'master'),(2,9858,'20.x'),(2,9858,'master'),(2,9859,'20.x'),(2,9859,'master'),(2,9860,'20.x'),(2,9860,'master'),(2,9861,'20.x'),(2,9861,'master'),(2,9862,'20.x'),(2,9862,'master'),(2,9863,'20.x'),(2,9863,'master'),(2,9864,'20.x'),(2,9864,'master'),(2,9865,'20.x'),(2,9865,'master'),(2,9866,'20.x'),(2,9866,'master'),(2,9867,'20.x'),(2,9867,'master'),(2,9868,'20.x'),(2,9868,'master'),(2,9869,'20.x'),(2,9869,'master'),(2,9870,'20.x'),(2,9870,'master'),(2,9871,'20.x'),(2,9871,'master'),(2,9872,'20.x'),(2,9872,'master'),(2,9873,'20.x'),(2,9873,'master'),(2,9874,'20.x'),(2,9874,'master'),(2,9875,'20.x'),(2,9875,'master'),(2,9876,'20.x'),(2,9876,'master'),(2,9877,'20.x'),(2,9877,'master'),(2,9878,'20.x'),(2,9878,'master'),(2,9879,'20.x'),(2,9879,'master'),(2,9880,'20.x'),(2,9880,'master'),(2,9881,'20.x'),(2,9881,'master'),(2,9882,'20.x'),(2,9882,'master'),(2,9883,'20.x'),(2,9883,'master'),(2,9884,'20.x'),(2,9884,'master'),(2,9885,'20.x'),(2,9885,'master'),(2,9886,'20.x'),(2,9886,'master'),(2,9887,'20.x'),(2,9887,'master'),(2,9888,'20.x'),(2,9888,'master'),(2,9889,'20.x'),(2,9889,'master'),(2,9890,'20.x'),(2,9890,'master'),(2,9891,'20.x'),(2,9891,'master'),(2,9892,'20.x'),(2,9892,'master'),(2,9893,'20.x'),(2,9893,'master'),(2,9894,'20.x'),(2,9894,'master'),(2,9895,'20.x'),(2,9895,'master'),(2,9896,'20.x'),(2,9896,'master'),(2,9897,'20.x'),(2,9897,'master'),(2,9898,'20.x'),(2,9898,'master'),(2,9899,'20.x'),(2,9899,'master'),(2,9900,'20.x'),(2,9900,'master'),(2,9901,'20.x'),(2,9901,'master'),(2,9902,'20.x'),(2,9902,'master'),(2,9903,'20.x'),(2,9903,'master'),(2,9904,'20.x'),(2,9904,'master'),(2,9905,'20.x'),(2,9905,'master'),(2,9906,'20.x'),(2,9906,'master'),(2,9907,'20.x'),(2,9907,'master'),(2,9908,'20.x'),(2,9908,'master'),(2,9909,'20.x'),(2,9909,'master'),(2,9910,'20.x'),(2,9910,'master'),(2,9911,'20.x'),(2,9911,'master'),(2,9912,'20.x'),(2,9912,'master'),(2,9913,'20.x'),(2,9913,'master'),(2,9914,'20.x'),(2,9914,'master'),(2,9915,'20.x'),(2,9915,'master'),(2,9916,'20.x'),(2,9916,'master'),(2,9917,'20.x'),(2,9917,'master'),(2,9918,'20.x'),(2,9918,'master'),(2,9919,'20.x'),(2,9919,'master'),(2,9920,'20.x'),(2,9920,'master'),(2,9921,'20.x'),(2,9921,'master'),(2,9922,'20.x'),(2,9922,'master'),(2,9923,'20.x'),(2,9923,'master'),(2,9924,'20.x'),(2,9924,'master'),(2,9925,'20.x'),(2,9925,'master'),(2,9926,'20.x'),(2,9926,'master'),(2,9927,'20.x'),(2,9927,'master'),(2,9928,'20.x'),(2,9928,'master'),(2,9929,'20.x'),(2,9929,'master'),(2,9930,'20.x'),(2,9930,'master'),(2,9931,'20.x'),(2,9931,'master'),(2,9932,'20.x'),(2,9932,'master'),(2,9933,'20.x'),(2,9933,'master'),(2,9934,'20.x'),(2,9934,'master'),(2,9935,'20.x'),(2,9935,'master'),(2,9936,'20.x'),(2,9936,'master'),(2,9937,'20.x'),(2,9937,'master'),(2,9938,'20.x'),(2,9938,'master'),(2,9939,'20.x'),(2,9939,'master'),(2,9940,'20.x'),(2,9940,'master'),(2,9941,'20.x'),(2,9941,'master'),(2,9942,'20.x'),(2,9942,'master'),(2,9943,'20.x'),(2,9943,'master'),(2,9944,'20.x'),(2,9944,'master'),(2,9945,'20.x'),(2,9945,'master'),(2,9946,'20.x'),(2,9946,'master'),(2,9947,'20.x'),(2,9947,'master'),(2,9948,'20.x'),(2,9948,'master'),(2,9949,'20.x'),(2,9949,'master'),(2,9950,'20.x'),(2,9950,'master'),(2,9951,'20.x'),(2,9951,'master'),(2,9952,'20.x'),(2,9952,'master'),(2,9953,'20.x'),(2,9953,'master'),(2,9954,'20.x'),(2,9954,'master'),(2,9955,'20.x'),(2,9955,'master'),(2,9956,'20.x'),(2,9956,'master'),(2,9957,'20.x'),(2,9957,'master'),(2,9958,'20.x'),(2,9958,'master'),(2,9959,'20.x'),(2,9959,'master'),(2,9960,'20.x'),(2,9960,'master'),(2,9961,'20.x'),(2,9961,'master'),(2,9962,'20.x'),(2,9962,'master'),(2,9963,'20.x'),(2,9963,'master'),(2,9964,'20.x'),(2,9964,'master'),(2,9965,'20.x'),(2,9965,'master'),(2,9966,'20.x'),(2,9966,'master'),(2,9967,'20.x'),(2,9967,'master'),(2,9968,'20.x'),(2,9968,'master'),(2,9969,'20.x'),(2,9969,'master'),(2,9970,'20.x'),(2,9970,'master'),(2,9971,'20.x'),(2,9971,'master'),(2,9972,'20.x'),(2,9972,'master'),(2,9973,'20.x'),(2,9973,'master'),(2,9974,'20.x'),(2,9974,'master'),(2,9975,'20.x'),(2,9975,'master'),(2,9976,'20.x'),(2,9976,'master'),(2,9977,'20.x'),(2,9977,'master'),(2,9978,'20.x'),(2,9978,'master'),(2,9979,'20.x'),(2,9979,'master'),(2,9980,'20.x'),(2,9980,'master'),(2,9981,'20.x'),(2,9981,'master'),(2,9982,'20.x'),(2,9982,'master'),(2,9983,'20.x'),(2,9983,'master'),(2,9984,'20.x'),(2,9984,'master'),(2,9985,'20.x'),(2,9985,'master'),(2,9986,'20.x'),(2,9986,'master'),(2,9987,'20.x'),(2,9987,'master'),(2,9988,'20.x'),(2,9988,'master'),(2,9989,'20.x'),(2,9989,'master'),(2,9990,'20.x'),(2,9990,'master'),(2,9991,'20.x'),(2,9991,'master'),(2,9992,'20.x'),(2,9992,'master'),(2,9993,'20.x'),(2,9993,'master'),(2,9994,'20.x'),(2,9994,'master'),(2,9995,'20.x'),(2,9995,'master'),(2,9996,'20.x'),(2,9996,'master'),(2,9997,'20.x'),(2,9997,'master'),(2,9998,'20.x'),(2,9998,'master'),(2,9999,'20.x'),(2,9999,'master'),(2,10000,'20.x'),(2,10000,'master'),(2,10001,'20.x'),(2,10001,'master'),(2,10002,'20.x'),(2,10002,'master'),(2,10003,'20.x'),(2,10003,'master'),(2,10004,'20.x'),(2,10004,'master'),(2,10005,'20.x'),(2,10005,'master'),(2,10006,'20.x'),(2,10006,'master'),(2,10007,'20.x'),(2,10007,'master'),(2,10008,'20.x'),(2,10008,'master'),(2,10009,'20.x'),(2,10009,'master'),(2,10010,'20.x'),(2,10010,'master'),(2,10011,'20.x'),(2,10011,'master'),(2,10012,'20.x'),(2,10012,'master'),(2,10013,'20.x'),(2,10013,'master'),(2,10014,'20.x'),(2,10014,'master'),(2,10015,'20.x'),(2,10015,'master'),(2,10016,'20.x'),(2,10016,'master'),(2,10017,'20.x'),(2,10017,'master'),(2,10018,'20.x'),(2,10018,'master'),(2,10019,'20.x'),(2,10019,'master'),(2,10020,'20.x'),(2,10020,'master'),(2,10021,'20.x'),(2,10021,'master'),(2,10022,'20.x'),(2,10022,'master'),(2,10023,'20.x'),(2,10023,'master'),(2,10024,'20.x'),(2,10024,'master'),(2,10025,'20.x'),(2,10025,'master'),(2,10026,'20.x'),(2,10026,'master'),(2,10027,'20.x'),(2,10027,'master'),(2,10028,'20.x'),(2,10028,'master'),(2,10029,'20.x'),(2,10029,'master'),(2,10030,'20.x'),(2,10030,'master'),(2,10031,'20.x'),(2,10031,'master'),(2,10032,'20.x'),(2,10032,'master'),(2,10033,'20.x'),(2,10033,'master'),(2,10034,'20.x'),(2,10034,'master'),(2,10035,'20.x'),(2,10035,'master'),(2,10036,'20.x'),(2,10036,'master'),(2,10037,'20.x'),(2,10037,'master'),(2,10038,'20.x'),(2,10038,'master'),(2,10039,'20.x'),(2,10039,'master'),(2,10040,'20.x'),(2,10040,'master'),(2,10041,'20.x'),(2,10041,'master'),(2,10042,'20.x'),(2,10042,'master'),(2,10043,'20.x'),(2,10043,'master'),(2,10044,'20.x'),(2,10044,'master'),(2,10045,'20.x'),(2,10045,'master'),(2,10046,'20.x'),(2,10046,'master'),(2,10047,'20.x'),(2,10047,'master'),(2,10048,'20.x'),(2,10048,'master'),(2,10049,'20.x'),(2,10049,'master'),(2,10050,'20.x'),(2,10050,'master'),(2,10051,'20.x'),(2,10051,'master'),(2,10052,'20.x'),(2,10052,'master'),(2,10053,'20.x'),(2,10053,'master'),(2,10054,'20.x'),(2,10054,'master'),(2,10055,'20.x'),(2,10055,'master'),(2,10056,'20.x'),(2,10056,'master'),(2,10057,'20.x'),(2,10057,'master'),(2,10058,'20.x'),(2,10058,'master'),(2,10059,'20.x'),(2,10059,'master'),(2,10060,'20.x'),(2,10060,'master'),(2,10061,'20.x'),(2,10061,'master'),(2,10062,'20.x'),(2,10062,'master'),(2,10063,'20.x'),(2,10063,'master'),(2,10064,'20.x'),(2,10064,'master'),(2,10065,'20.x'),(2,10065,'master'),(2,10066,'20.x'),(2,10066,'master'),(2,10067,'20.x'),(2,10067,'master'),(2,10068,'20.x'),(2,10068,'master'),(2,10069,'20.x'),(2,10069,'master'),(2,10070,'20.x'),(2,10070,'master'),(2,10071,'20.x'),(2,10071,'master'),(2,10072,'20.x'),(2,10072,'master'),(2,10073,'20.x'),(2,10073,'master'),(2,10074,'20.x'),(2,10074,'master'),(2,10075,'20.x'),(2,10075,'master'),(2,10076,'20.x'),(2,10076,'master'),(2,10077,'20.x'),(2,10077,'master'),(2,10078,'20.x'),(2,10078,'master'),(2,10079,'20.x'),(2,10079,'master'),(2,10080,'20.x'),(2,10080,'master'),(2,10081,'20.x'),(2,10081,'master'),(2,10082,'20.x'),(2,10082,'master'),(2,10083,'20.x'),(2,10083,'master'),(2,10084,'20.x'),(2,10084,'master'),(2,10085,'20.x'),(2,10085,'master'),(2,10086,'20.x'),(2,10086,'master'),(2,10087,'20.x'),(2,10087,'master'),(2,10088,'20.x'),(2,10088,'master'),(2,10089,'20.x'),(2,10089,'master'),(2,10090,'20.x'),(2,10090,'master'),(2,10091,'20.x'),(2,10091,'master'),(2,10092,'20.x'),(2,10092,'master'),(2,10093,'20.x'),(2,10093,'master'),(2,10094,'20.x'),(2,10094,'master'),(2,10095,'20.x'),(2,10095,'master'),(2,10096,'20.x'),(2,10096,'master'),(2,10097,'20.x'),(2,10097,'master'),(2,10098,'20.x'),(2,10098,'master'),(2,10099,'20.x'),(2,10099,'master'),(2,10100,'20.x'),(2,10100,'master'),(2,10101,'20.x'),(2,10101,'master'),(2,10102,'20.x'),(2,10102,'master'),(2,10103,'20.x'),(2,10103,'master'),(2,10104,'20.x'),(2,10104,'master'),(2,10105,'20.x'),(2,10105,'master'),(2,10106,'20.x'),(2,10106,'master'),(2,10107,'20.x'),(2,10107,'master'),(2,10108,'20.x'),(2,10108,'master'),(2,10109,'20.x'),(2,10109,'master'),(2,10110,'20.x'),(2,10110,'master'),(2,10111,'20.x'),(2,10111,'master'),(2,10112,'20.x'),(2,10112,'master'),(2,10113,'20.x'),(2,10113,'master'),(2,10114,'20.x'),(2,10114,'master'),(2,10115,'20.x'),(2,10115,'master'),(2,10116,'20.x'),(2,10116,'master'),(2,10117,'20.x'),(2,10117,'master'),(2,10118,'20.x'),(2,10118,'master'),(2,10119,'20.x'),(2,10119,'master'),(2,10120,'20.x'),(2,10120,'master'),(2,10121,'20.x'),(2,10121,'master'),(2,10122,'20.x'),(2,10122,'master'),(2,10123,'20.x'),(2,10123,'master'),(2,10124,'20.x'),(2,10124,'master'),(2,10125,'20.x'),(2,10125,'master'),(2,10126,'20.x'),(2,10126,'master'),(2,10127,'20.x'),(2,10127,'master'),(2,10128,'20.x'),(2,10128,'master'),(2,10129,'20.x'),(2,10129,'master'),(2,10130,'20.x'),(2,10130,'master'),(2,10131,'20.x'),(2,10131,'master'),(2,10132,'20.x'),(2,10132,'master'),(2,10133,'20.x'),(2,10133,'master'),(2,10134,'20.x'),(2,10134,'master'),(2,10135,'20.x'),(2,10135,'master'),(2,10136,'20.x'),(2,10136,'master'),(2,10137,'20.x'),(2,10137,'master'),(2,10138,'20.x'),(2,10138,'master'),(2,10139,'20.x'),(2,10139,'master'),(2,10140,'20.x'),(2,10140,'master'),(2,10141,'20.x'),(2,10141,'master'),(2,10142,'20.x'),(2,10142,'master'),(2,10143,'20.x'),(2,10143,'master'),(2,10144,'20.x'),(2,10144,'master'),(2,10145,'20.x'),(2,10145,'master'),(2,10146,'20.x'),(2,10146,'master'),(2,10147,'20.x'),(2,10147,'master'),(2,10148,'20.x'),(2,10148,'master'),(2,10149,'20.x'),(2,10149,'master'),(2,10150,'20.x'),(2,10150,'master'),(2,10151,'20.x'),(2,10151,'master'),(2,10152,'20.x'),(2,10152,'master'),(2,10153,'20.x'),(2,10153,'master'),(2,10154,'20.x'),(2,10154,'master'),(2,10155,'20.x'),(2,10155,'master'),(2,10156,'20.x'),(2,10156,'master'),(2,10157,'20.x'),(2,10157,'master'),(2,10158,'20.x'),(2,10158,'master'),(2,10159,'20.x'),(2,10159,'master'),(2,10160,'20.x'),(2,10160,'master'),(2,10161,'20.x'),(2,10161,'master'),(2,10162,'20.x'),(2,10162,'master'),(2,10163,'20.x'),(2,10163,'master'),(2,10164,'20.x'),(2,10164,'master'),(2,10165,'20.x'),(2,10165,'master'),(2,10166,'20.x'),(2,10166,'master'),(2,10167,'20.x'),(2,10167,'master'),(2,10168,'20.x'),(2,10168,'master'),(2,10169,'20.x'),(2,10169,'master'),(2,10170,'20.x'),(2,10170,'master'),(2,10171,'20.x'),(2,10171,'master'),(2,10172,'20.x'),(2,10172,'master'),(2,10173,'20.x'),(2,10173,'master'),(2,10174,'20.x'),(2,10174,'master'),(2,10175,'20.x'),(2,10175,'master'),(2,10176,'20.x'),(2,10176,'master'),(2,10177,'20.x'),(2,10177,'master'),(2,10178,'20.x'),(2,10178,'master'),(2,10179,'20.x'),(2,10179,'master'),(2,10180,'20.x'),(2,10180,'master'),(2,10181,'20.x'),(2,10181,'master'),(2,10182,'20.x'),(2,10182,'master'),(2,10183,'20.x'),(2,10183,'master'),(2,10184,'20.x'),(2,10184,'master'),(2,10185,'20.x'),(2,10185,'master'),(2,10186,'20.x'),(2,10186,'master'),(2,10187,'20.x'),(2,10187,'master'),(2,10188,'20.x'),(2,10188,'master'),(2,10189,'20.x'),(2,10189,'master'),(2,10190,'20.x'),(2,10190,'master'),(2,10191,'20.x'),(2,10191,'master'),(2,10192,'20.x'),(2,10192,'master'),(2,10193,'20.x'),(2,10193,'master'),(2,10194,'20.x'),(2,10194,'master'),(2,10195,'20.x'),(2,10195,'master'),(2,10196,'20.x'),(2,10196,'master'),(2,10197,'20.x'),(2,10197,'master'),(2,10198,'20.x'),(2,10198,'master'),(2,10199,'20.x'),(2,10199,'master'),(2,10200,'20.x'),(2,10200,'master'),(2,10201,'20.x'),(2,10201,'master'),(2,10202,'20.x'),(2,10202,'master'),(2,10203,'20.x'),(2,10203,'master'),(2,10204,'20.x'),(2,10204,'master'),(2,10205,'20.x'),(2,10205,'master'),(2,10206,'20.x'),(2,10206,'master'),(2,10207,'20.x'),(2,10207,'master'),(2,10208,'20.x'),(2,10208,'master'),(2,10209,'20.x'),(2,10209,'master'),(2,10210,'20.x'),(2,10210,'master'),(2,10211,'20.x'),(2,10211,'master'),(2,10212,'20.x'),(2,10212,'master'),(2,10213,'20.x'),(2,10213,'master'),(2,10214,'20.x'),(2,10214,'master'),(2,10215,'20.x'),(2,10215,'master'),(2,10216,'20.x'),(2,10216,'master'),(2,10217,'20.x'),(2,10217,'master'),(2,10218,'20.x'),(2,10218,'master'),(2,10219,'20.x'),(2,10219,'master'),(2,10220,'20.x'),(2,10220,'master'),(2,10221,'20.x'),(2,10221,'master'),(2,10222,'20.x'),(2,10222,'master'),(2,10223,'20.x'),(2,10223,'master'),(2,10224,'20.x'),(2,10224,'master'),(2,10225,'20.x'),(2,10225,'master'),(2,10226,'20.x'),(2,10226,'master'),(2,10227,'20.x'),(2,10227,'master'),(2,10228,'20.x'),(2,10228,'master'),(2,10229,'20.x'),(2,10229,'master'),(2,10230,'20.x'),(2,10230,'master'),(2,10231,'20.x'),(2,10231,'master'),(2,10232,'20.x'),(2,10232,'master'),(2,10233,'20.x'),(2,10233,'master'),(2,10234,'20.x'),(2,10234,'master'),(2,10235,'20.x'),(2,10235,'master'),(2,10236,'20.x'),(2,10236,'master'),(2,10237,'20.x'),(2,10237,'master'),(2,10238,'20.x'),(2,10238,'master'),(2,10239,'20.x'),(2,10239,'master'),(2,10240,'20.x'),(2,10240,'master'),(2,10241,'20.x'),(2,10241,'master'),(2,10242,'20.x'),(2,10242,'master'),(2,10243,'20.x'),(2,10243,'master'),(2,10244,'20.x'),(2,10244,'master'),(2,10245,'20.x'),(2,10245,'master'),(2,10246,'20.x'),(2,10246,'master'),(2,10247,'20.x'),(2,10247,'master'),(2,10248,'20.x'),(2,10248,'master'),(2,10249,'20.x'),(2,10249,'master'),(2,10250,'20.x'),(2,10250,'master'),(2,10251,'20.x'),(2,10251,'master'),(2,10252,'20.x'),(2,10252,'master'),(2,10253,'20.x'),(2,10253,'master'),(2,10254,'20.x'),(2,10254,'master'),(2,10255,'20.x'),(2,10255,'master'),(2,10256,'20.x'),(2,10256,'master'),(2,10257,'20.x'),(2,10257,'master'),(2,10258,'20.x'),(2,10258,'master'),(2,10259,'20.x'),(2,10259,'master'),(2,10260,'20.x'),(2,10260,'master'),(2,10261,'20.x'),(2,10261,'master'),(2,10262,'20.x'),(2,10262,'master'),(2,10263,'20.x'),(2,10263,'master'),(2,10264,'20.x'),(2,10264,'master'),(2,10265,'20.x'),(2,10265,'master'),(2,10266,'20.x'),(2,10266,'master'),(2,10267,'20.x'),(2,10267,'master'),(2,10268,'20.x'),(2,10268,'master'),(2,10269,'20.x'),(2,10269,'master'),(2,10270,'20.x'),(2,10270,'master'),(2,10271,'20.x'),(2,10271,'master'),(2,10272,'20.x'),(2,10272,'master'),(2,10273,'20.x'),(2,10273,'master'),(2,10274,'20.x'),(2,10274,'master'),(2,10275,'20.x'),(2,10275,'master'),(2,10276,'20.x'),(2,10276,'master'),(2,10277,'20.x'),(2,10277,'master'),(2,10278,'20.x'),(2,10278,'master'),(2,10279,'20.x'),(2,10279,'master'),(2,10280,'20.x'),(2,10280,'master'),(2,10281,'20.x'),(2,10281,'master'),(2,10282,'20.x'),(2,10282,'master'),(2,10283,'20.x'),(2,10283,'master'),(2,10284,'20.x'),(2,10284,'master'),(2,10285,'20.x'),(2,10285,'master'),(2,10286,'20.x'),(2,10286,'master'),(2,10287,'20.x'),(2,10287,'master'),(2,10288,'20.x'),(2,10288,'master'),(2,10289,'20.x'),(2,10289,'master'),(2,10290,'20.x'),(2,10290,'master'),(2,10291,'20.x'),(2,10291,'master'),(2,10292,'20.x'),(2,10292,'master'),(2,10293,'20.x'),(2,10293,'master'),(2,10294,'20.x'),(2,10294,'master'),(2,10295,'20.x'),(2,10295,'master'),(2,10296,'20.x'),(2,10296,'master'),(2,10297,'20.x'),(2,10297,'master'),(2,10298,'20.x'),(2,10298,'master'),(2,10299,'20.x'),(2,10299,'master'),(2,10300,'20.x'),(2,10300,'master'),(2,10301,'20.x'),(2,10301,'master'),(2,10302,'20.x'),(2,10302,'master'),(2,10303,'20.x'),(2,10303,'master'),(2,10304,'20.x'),(2,10304,'master'),(2,10305,'20.x'),(2,10305,'master'),(2,10306,'20.x'),(2,10306,'master'),(2,10307,'20.x'),(2,10307,'master'),(2,10308,'20.x'),(2,10308,'master'),(2,10309,'20.x'),(2,10309,'master'),(2,10310,'20.x'),(2,10310,'master'),(2,10311,'20.x'),(2,10311,'master'),(2,10312,'20.x'),(2,10312,'master'),(2,10313,'20.x'),(2,10313,'master'),(2,10314,'20.x'),(2,10314,'master'),(2,10315,'20.x'),(2,10315,'master'),(2,10316,'20.x'),(2,10316,'master'),(2,10317,'20.x'),(2,10317,'master'),(2,10318,'20.x'),(2,10318,'master'),(2,10319,'20.x'),(2,10319,'master'),(2,10320,'20.x'),(2,10320,'master'),(2,10321,'20.x'),(2,10321,'master'),(2,10322,'20.x'),(2,10322,'master'),(2,10323,'20.x'),(2,10323,'master'),(2,10324,'20.x'),(2,10324,'master'),(2,10325,'20.x'),(2,10325,'master'),(2,10326,'20.x'),(2,10326,'master'),(2,10327,'20.x'),(2,10327,'master'),(2,10328,'20.x'),(2,10328,'master'),(2,10329,'20.x'),(2,10329,'master'),(2,10330,'20.x'),(2,10330,'master'),(2,10331,'20.x'),(2,10331,'master'),(2,10332,'20.x'),(2,10332,'master'),(2,10333,'20.x'),(2,10333,'master'),(2,10334,'20.x'),(2,10334,'master'),(2,10335,'20.x'),(2,10335,'master'),(2,10336,'20.x'),(2,10336,'master'),(2,10337,'20.x'),(2,10337,'master'),(2,10338,'20.x'),(2,10338,'master'),(2,10339,'20.x'),(2,10339,'master'),(2,10340,'20.x'),(2,10340,'master'),(2,10341,'20.x'),(2,10341,'master'),(2,10342,'20.x'),(2,10342,'master'),(2,10343,'20.x'),(2,10343,'master'),(2,10344,'20.x'),(2,10344,'master'),(2,10345,'20.x'),(2,10345,'master'),(2,10346,'20.x'),(2,10346,'master'),(2,10347,'20.x'),(2,10347,'master'),(2,10348,'20.x'),(2,10348,'master'),(2,10349,'20.x'),(2,10349,'master'),(2,10350,'20.x'),(2,10350,'master'),(2,10351,'20.x'),(2,10351,'master'),(2,10352,'20.x'),(2,10352,'master'),(2,10353,'20.x'),(2,10353,'master'),(2,10354,'20.x'),(2,10354,'master'),(2,10355,'20.x'),(2,10355,'master'),(2,10356,'20.x'),(2,10356,'master'),(2,10357,'20.x'),(2,10357,'master'),(2,10358,'20.x'),(2,10358,'master'),(2,10359,'20.x'),(2,10359,'master'),(2,10360,'20.x'),(2,10360,'master'),(2,10361,'20.x'),(2,10361,'master'),(2,10362,'20.x'),(2,10362,'master'),(2,10363,'20.x'),(2,10363,'master'),(2,10364,'20.x'),(2,10364,'master'),(2,10365,'20.x'),(2,10365,'master'),(2,10366,'20.x'),(2,10366,'master'),(2,10367,'20.x'),(2,10367,'master'),(2,10368,'20.x'),(2,10368,'master'),(2,10369,'20.x'),(2,10369,'master'),(2,10370,'20.x'),(2,10370,'master'),(2,10371,'20.x'),(2,10371,'master'),(2,10372,'20.x'),(2,10372,'master'),(2,10373,'20.x'),(2,10373,'master'),(2,10374,'20.x'),(2,10374,'master'),(2,10375,'20.x'),(2,10375,'master'),(2,10376,'20.x'),(2,10376,'master'),(2,10377,'20.x'),(2,10377,'master'),(2,10378,'20.x'),(2,10378,'master'),(2,10379,'20.x'),(2,10379,'master'),(2,10380,'20.x'),(2,10380,'master'),(2,10381,'20.x'),(2,10381,'master'),(2,10382,'20.x'),(2,10382,'master'),(2,10383,'20.x'),(2,10383,'master'),(2,10384,'20.x'),(2,10384,'master'),(2,10385,'20.x'),(2,10385,'master'),(2,10386,'20.x'),(2,10386,'master'),(2,10387,'20.x'),(2,10387,'master'),(2,10388,'20.x'),(2,10388,'master'),(2,10389,'20.x'),(2,10389,'master'),(2,10390,'20.x'),(2,10390,'master'),(2,10391,'20.x'),(2,10391,'master'),(2,10392,'20.x'),(2,10392,'master'),(2,10393,'20.x'),(2,10393,'master'),(2,10394,'20.x'),(2,10394,'master'),(2,10395,'20.x'),(2,10395,'master'),(2,10396,'20.x'),(2,10396,'master'),(2,10397,'20.x'),(2,10397,'master'),(2,10398,'20.x'),(2,10398,'master'),(2,10399,'20.x'),(2,10399,'master'),(2,10400,'20.x'),(2,10400,'master'),(2,10401,'20.x'),(2,10401,'master'),(2,10402,'20.x'),(2,10402,'master'),(2,10403,'20.x'),(2,10403,'master'),(2,10404,'20.x'),(2,10404,'master'),(2,10405,'20.x'),(2,10405,'master'),(2,10406,'20.x'),(2,10406,'master'),(2,10407,'20.x'),(2,10407,'master'),(2,10408,'20.x'),(2,10408,'master'),(2,10409,'20.x'),(2,10409,'master'),(2,10410,'20.x'),(2,10410,'master'),(2,10411,'20.x'),(2,10411,'master'),(2,10412,'20.x'),(2,10412,'master'),(2,10413,'20.x'),(2,10413,'master'),(2,10414,'20.x'),(2,10414,'master'),(2,10415,'20.x'),(2,10415,'master'),(2,10416,'20.x'),(2,10416,'master'),(2,10417,'20.x'),(2,10417,'master'),(2,10418,'20.x'),(2,10418,'master'),(2,10419,'20.x'),(2,10419,'master'),(2,10420,'20.x'),(2,10420,'master'),(2,10421,'20.x'),(2,10421,'master'),(2,10422,'20.x'),(2,10422,'master'),(2,10423,'20.x'),(2,10423,'master'),(2,10424,'20.x'),(2,10424,'master'),(2,10425,'20.x'),(2,10425,'master'),(2,10426,'20.x'),(2,10426,'master'),(2,10427,'20.x'),(2,10427,'master'),(2,10428,'20.x'),(2,10428,'master'),(2,10429,'20.x'),(2,10429,'master'),(2,10430,'20.x'),(2,10430,'master'),(2,10431,'20.x'),(2,10431,'master'),(2,10432,'20.x'),(2,10432,'master'),(2,10433,'20.x'),(2,10433,'master'),(2,10434,'20.x'),(2,10434,'master'),(2,10435,'20.x'),(2,10435,'master'),(2,10436,'20.x'),(2,10436,'master'),(2,10437,'20.x'),(2,10437,'master'),(2,10438,'20.x'),(2,10438,'master'),(2,10439,'20.x'),(2,10439,'master'),(2,10440,'20.x'),(2,10440,'master'),(2,10441,'20.x'),(2,10441,'master'),(2,10442,'20.x'),(2,10442,'master'),(2,10443,'20.x'),(2,10443,'master'),(2,10444,'20.x'),(2,10444,'master'),(2,10445,'20.x'),(2,10445,'master'),(2,10446,'20.x'),(2,10446,'master'),(2,10447,'20.x'),(2,10447,'master'),(2,10448,'20.x'),(2,10448,'master'),(2,10449,'20.x'),(2,10449,'master'),(2,10450,'20.x'),(2,10450,'master'),(2,10451,'20.x'),(2,10451,'master'),(2,10452,'20.x'),(2,10452,'master'),(2,10453,'20.x'),(2,10453,'master'),(2,10454,'20.x'),(2,10454,'master'),(2,10455,'20.x'),(2,10455,'master'),(2,10456,'20.x'),(2,10456,'master'),(2,10457,'20.x'),(2,10457,'master'),(2,10458,'20.x'),(2,10458,'master'),(2,10459,'20.x'),(2,10459,'master'),(2,10460,'20.x'),(2,10460,'master'),(2,10461,'20.x'),(2,10461,'master'),(2,10462,'20.x'),(2,10462,'master'),(2,10463,'20.x'),(2,10463,'master'),(2,10464,'20.x'),(2,10464,'master'),(2,10465,'20.x'),(2,10465,'master'),(2,10466,'20.x'),(2,10466,'master'),(2,10467,'20.x'),(2,10467,'master'),(2,10468,'20.x'),(2,10468,'master'),(2,10469,'20.x'),(2,10469,'master'),(2,10470,'20.x'),(2,10470,'master'),(2,10471,'20.x'),(2,10471,'master'),(2,10472,'20.x'),(2,10472,'master'),(2,10473,'20.x'),(2,10473,'master'),(2,10474,'20.x'),(2,10474,'master'),(2,10475,'20.x'),(2,10475,'master'),(2,10476,'20.x'),(2,10476,'master'),(2,10477,'20.x'),(2,10477,'master'),(2,10478,'20.x'),(2,10478,'master'),(2,10479,'20.x'),(2,10479,'master'),(2,10480,'20.x'),(2,10480,'master'),(2,10481,'20.x'),(2,10481,'master'),(2,10482,'20.x'),(2,10482,'master'),(2,10483,'20.x'),(2,10483,'master'),(2,10484,'20.x'),(2,10484,'master'),(2,10485,'20.x'),(2,10485,'master'),(2,10486,'20.x'),(2,10486,'master'),(2,10487,'20.x'),(2,10487,'master'),(2,10488,'20.x'),(2,10488,'master'),(2,10489,'20.x'),(2,10489,'master'),(2,10490,'20.x'),(2,10490,'master'),(2,10491,'20.x'),(2,10491,'master'),(2,10492,'20.x'),(2,10492,'master'),(2,10493,'20.x'),(2,10493,'master'),(2,10494,'20.x'),(2,10494,'master'),(2,10495,'20.x'),(2,10495,'master'),(2,10496,'20.x'),(2,10496,'master'),(2,10497,'20.x'),(2,10497,'master'),(2,10498,'20.x'),(2,10498,'master'),(2,10499,'20.x'),(2,10499,'master'),(2,10500,'20.x'),(2,10500,'master'),(2,10501,'20.x'),(2,10501,'master'),(2,10502,'20.x'),(2,10502,'master'),(2,10503,'20.x'),(2,10503,'master'),(2,10504,'20.x'),(2,10504,'master'),(2,10505,'20.x'),(2,10505,'master'),(2,10506,'20.x'),(2,10506,'master'),(2,10507,'20.x'),(2,10507,'master'),(2,10508,'20.x'),(2,10508,'master'),(2,10509,'20.x'),(2,10509,'master'),(2,10510,'20.x'),(2,10510,'master'),(2,10511,'20.x'),(2,10511,'master'),(2,10512,'20.x'),(2,10512,'master'),(2,10513,'20.x'),(2,10513,'master'),(2,10514,'20.x'),(2,10514,'master'),(2,10515,'20.x'),(2,10515,'master'),(2,10516,'20.x'),(2,10516,'master'),(2,10517,'20.x'),(2,10517,'master'),(2,10518,'20.x'),(2,10518,'master'),(2,10519,'20.x'),(2,10519,'master'),(2,10520,'20.x'),(2,10520,'master'),(2,10521,'20.x'),(2,10521,'master'),(2,10522,'20.x'),(2,10522,'master'),(2,10523,'20.x'),(2,10523,'master'),(2,10524,'20.x'),(2,10524,'master'),(2,10525,'20.x'),(2,10525,'master'),(2,10526,'20.x'),(2,10526,'master'),(2,10527,'20.x'),(2,10527,'master'),(2,10528,'20.x'),(2,10528,'master'),(2,10529,'20.x'),(2,10529,'master'),(2,10530,'20.x'),(2,10530,'master'),(2,10531,'20.x'),(2,10531,'master'),(2,10532,'20.x'),(2,10532,'master'),(2,10533,'20.x'),(2,10533,'master'),(2,10534,'20.x'),(2,10534,'master'),(2,10535,'20.x'),(2,10535,'master'),(2,10536,'20.x'),(2,10536,'master'),(2,10537,'20.x'),(2,10537,'master'),(2,10538,'20.x'),(2,10538,'master'),(2,10539,'20.x'),(2,10539,'master'),(2,10540,'20.x'),(2,10540,'master'),(2,10541,'20.x'),(2,10541,'master'),(2,10542,'20.x'),(2,10542,'master'),(2,10543,'20.x'),(2,10543,'master'),(2,10544,'20.x'),(2,10544,'master'),(2,10545,'20.x'),(2,10545,'master'),(2,10546,'20.x'),(2,10546,'master'),(2,10547,'20.x'),(2,10547,'master'),(2,10548,'20.x'),(2,10548,'master'),(2,10549,'20.x'),(2,10549,'master'),(2,10550,'20.x'),(2,10550,'master'),(2,10551,'20.x'),(2,10551,'master'),(2,10552,'20.x'),(2,10552,'master'),(2,10553,'20.x'),(2,10553,'master'),(2,10554,'20.x'),(2,10554,'master'),(2,10555,'20.x'),(2,10555,'master'),(2,10556,'20.x'),(2,10556,'master'),(2,10557,'20.x'),(2,10557,'master'),(2,10558,'20.x'),(2,10558,'master'),(2,10559,'20.x'),(2,10559,'master'),(2,10560,'20.x'),(2,10560,'master'),(2,10561,'20.x'),(2,10561,'master'),(2,10562,'20.x'),(2,10562,'master'),(2,10563,'20.x'),(2,10563,'master'),(2,10564,'20.x'),(2,10564,'master'),(2,10565,'20.x'),(2,10565,'master'),(2,10566,'20.x'),(2,10566,'master'),(2,10567,'20.x'),(2,10567,'master'),(2,10568,'20.x'),(2,10568,'master'),(2,10569,'20.x'),(2,10569,'master'),(2,10570,'20.x'),(2,10570,'master'),(2,10571,'20.x'),(2,10571,'master'),(2,10572,'20.x'),(2,10572,'master'),(2,10573,'20.x'),(2,10573,'master'),(2,10574,'20.x'),(2,10574,'master'),(2,10575,'20.x'),(2,10575,'master'),(2,10576,'20.x'),(2,10576,'master'),(2,10577,'20.x'),(2,10577,'master'),(2,10578,'20.x'),(2,10578,'master'),(2,10579,'20.x'),(2,10579,'master'),(2,10580,'20.x'),(2,10580,'master'),(2,10581,'20.x'),(2,10581,'master'),(2,10582,'20.x'),(2,10582,'master'),(2,10583,'20.x'),(2,10583,'master'),(2,10584,'20.x'),(2,10584,'master'),(2,10585,'20.x'),(2,10585,'master'),(2,10586,'20.x'),(2,10586,'master'),(2,10587,'20.x'),(2,10587,'master'),(2,10588,'20.x'),(2,10588,'master'),(2,10589,'20.x'),(2,10589,'master'),(2,10590,'20.x'),(2,10590,'master'),(2,10591,'20.x'),(2,10591,'master'),(2,10592,'20.x'),(2,10592,'master'),(2,10593,'20.x'),(2,10593,'master'),(2,10594,'20.x'),(2,10594,'master'),(2,10595,'20.x'),(2,10595,'master'),(2,10596,'20.x'),(2,10596,'master'),(2,10597,'20.x'),(2,10597,'master'),(2,10598,'20.x'),(2,10598,'master'),(2,10599,'20.x'),(2,10599,'master'),(2,10600,'20.x'),(2,10600,'master'),(2,10601,'20.x'),(2,10601,'master'),(2,10602,'20.x'),(2,10602,'master'),(2,10603,'20.x'),(2,10603,'master'),(2,10604,'20.x'),(2,10604,'master'),(2,10605,'20.x'),(2,10605,'master'),(2,10606,'20.x'),(2,10606,'master'),(2,10607,'20.x'),(2,10607,'master'),(2,10608,'20.x'),(2,10608,'master'),(2,10609,'20.x'),(2,10609,'master'),(2,10610,'20.x'),(2,10610,'master'),(2,10611,'20.x'),(2,10611,'master'),(2,10612,'20.x'),(2,10612,'master'),(2,10613,'20.x'),(2,10613,'master'),(2,10614,'20.x'),(2,10614,'master'),(2,10615,'20.x'),(2,10615,'master'),(2,10616,'20.x'),(2,10616,'master'),(2,10617,'20.x'),(2,10617,'master'),(2,10618,'20.x'),(2,10618,'master'),(2,10619,'20.x'),(2,10619,'master'),(2,10620,'20.x'),(2,10620,'master'),(2,10621,'20.x'),(2,10621,'master'),(2,10622,'20.x'),(2,10622,'master'),(2,10623,'20.x'),(2,10623,'master'),(2,10624,'20.x'),(2,10624,'master'),(2,10625,'20.x'),(2,10625,'master'),(2,10626,'20.x'),(2,10626,'master'),(2,10627,'20.x'),(2,10627,'master'),(2,10628,'20.x'),(2,10628,'master'),(2,10629,'20.x'),(2,10629,'master'),(2,10630,'20.x'),(2,10630,'master'),(2,10631,'20.x'),(2,10631,'master'),(2,10632,'20.x'),(2,10632,'master'),(2,10633,'20.x'),(2,10633,'master'),(2,10634,'20.x'),(2,10634,'master'),(2,10635,'20.x'),(2,10635,'master'),(2,10636,'20.x'),(2,10636,'master'),(2,10637,'20.x'),(2,10637,'master'),(2,10638,'20.x'),(2,10638,'master'),(2,10639,'20.x'),(2,10639,'master'),(2,10640,'20.x'),(2,10640,'master'),(2,10641,'20.x'),(2,10641,'master'),(2,10642,'20.x'),(2,10642,'master'),(2,10643,'20.x'),(2,10643,'master'),(2,10644,'20.x'),(2,10644,'master'),(2,10645,'20.x'),(2,10645,'master'),(2,10646,'20.x'),(2,10646,'master'),(2,10647,'20.x'),(2,10647,'master'),(2,10648,'20.x'),(2,10648,'master'),(2,10649,'20.x'),(2,10649,'master'),(2,10650,'20.x'),(2,10650,'master'),(2,10651,'20.x'),(2,10651,'master'),(2,10652,'20.x'),(2,10652,'master'),(2,10653,'20.x'),(2,10653,'master'),(2,10654,'20.x'),(2,10654,'master'),(2,10655,'20.x'),(2,10655,'master'),(2,10656,'20.x'),(2,10656,'master'),(2,10657,'20.x'),(2,10657,'master'),(2,10658,'20.x'),(2,10658,'master'),(2,10659,'20.x'),(2,10659,'master'),(2,10660,'20.x'),(2,10660,'master'),(2,10661,'20.x'),(2,10661,'master'),(2,10662,'20.x'),(2,10662,'master'),(2,10663,'20.x'),(2,10663,'master'),(2,10664,'20.x'),(2,10664,'master'),(2,10665,'20.x'),(2,10665,'master'),(2,10666,'20.x'),(2,10666,'master'),(2,10667,'20.x'),(2,10667,'master'),(2,10668,'20.x'),(2,10668,'master'),(2,10669,'20.x'),(2,10669,'master'),(2,10670,'20.x'),(2,10670,'master'),(2,10671,'20.x'),(2,10671,'master'),(2,10672,'20.x'),(2,10672,'master'),(2,10673,'20.x'),(2,10673,'master'),(2,10674,'20.x'),(2,10674,'master'),(2,10675,'20.x'),(2,10675,'master'),(2,10676,'20.x'),(2,10676,'master'),(2,10677,'20.x'),(2,10677,'master'),(2,10678,'20.x'),(2,10678,'master'),(2,10679,'20.x'),(2,10679,'master'),(2,10680,'20.x'),(2,10680,'master'),(2,10681,'20.x'),(2,10681,'master'),(2,10682,'20.x'),(2,10682,'master'),(2,10683,'20.x'),(2,10683,'master'),(2,10684,'20.x'),(2,10684,'master'),(2,10685,'20.x'),(2,10685,'master'),(2,10686,'20.x'),(2,10686,'master'),(2,10687,'20.x'),(2,10687,'master'),(2,10688,'20.x'),(2,10688,'master'),(2,10689,'20.x'),(2,10689,'master'),(2,10690,'20.x'),(2,10690,'master'),(2,10691,'20.x'),(2,10691,'master'),(2,10692,'20.x'),(2,10692,'master'),(2,10693,'20.x'),(2,10693,'master'),(2,10694,'20.x'),(2,10694,'master'),(2,10695,'20.x'),(2,10695,'master'),(2,10696,'20.x'),(2,10696,'master'),(2,10697,'20.x'),(2,10697,'master'),(2,10698,'20.x'),(2,10698,'master'),(2,10699,'20.x'),(2,10699,'master'),(2,10700,'20.x'),(2,10700,'master'),(2,10701,'20.x'),(2,10701,'master'),(2,10702,'20.x'),(2,10702,'master'),(2,10703,'20.x'),(2,10703,'master'),(2,10704,'20.x'),(2,10704,'master'),(2,10705,'20.x'),(2,10705,'master'),(2,10706,'20.x'),(2,10706,'master'),(2,10707,'20.x'),(2,10707,'master'),(2,10708,'20.x'),(2,10708,'master'),(2,10709,'20.x'),(2,10709,'master'),(2,10710,'20.x'),(2,10710,'master'),(2,10711,'20.x'),(2,10711,'master'),(2,10712,'20.x'),(2,10712,'master'),(2,10713,'20.x'),(2,10713,'master'),(2,10714,'20.x'),(2,10714,'master'),(2,10715,'20.x'),(2,10715,'master'),(2,10716,'20.x'),(2,10716,'master'),(2,10717,'20.x'),(2,10717,'master'),(2,10718,'20.x'),(2,10718,'master'),(2,10719,'20.x'),(2,10719,'master'),(2,10720,'20.x'),(2,10720,'master'),(2,10721,'20.x'),(2,10721,'master'),(2,10722,'20.x'),(2,10722,'master'),(2,10723,'20.x'),(2,10723,'master'),(2,10724,'20.x'),(2,10724,'master'),(2,10725,'20.x'),(2,10725,'master'),(2,10726,'20.x'),(2,10726,'master'),(2,10727,'20.x'),(2,10727,'master'),(2,10728,'20.x'),(2,10728,'master'),(2,10729,'20.x'),(2,10729,'master'),(2,10730,'20.x'),(2,10730,'master'),(2,10731,'20.x'),(2,10731,'master'),(2,10732,'20.x'),(2,10732,'master'),(2,10733,'20.x'),(2,10733,'master'),(2,10734,'20.x'),(2,10734,'master'),(2,10735,'20.x'),(2,10735,'master'),(2,10736,'20.x'),(2,10736,'master'),(2,10737,'20.x'),(2,10737,'master'),(2,10738,'20.x'),(2,10738,'master'),(2,10739,'20.x'),(2,10739,'master'),(2,10740,'20.x'),(2,10740,'master'),(2,10741,'20.x'),(2,10741,'master'),(2,10742,'20.x'),(2,10742,'master'),(2,10743,'20.x'),(2,10743,'master'),(2,10744,'20.x'),(2,10744,'master'),(2,10745,'20.x'),(2,10745,'master'),(2,10746,'20.x'),(2,10746,'master'),(2,10747,'20.x'),(2,10747,'master'),(2,10748,'20.x'),(2,10748,'master'),(2,10749,'20.x'),(2,10749,'master'),(2,10750,'20.x'),(2,10750,'master'),(2,10751,'20.x'),(2,10751,'master'),(2,10752,'20.x'),(2,10752,'master'),(2,10753,'20.x'),(2,10753,'master'),(2,10754,'20.x'),(2,10754,'master'),(2,10755,'20.x'),(2,10755,'master'),(2,10756,'20.x'),(2,10756,'master'),(2,10757,'20.x'),(2,10757,'master'),(2,10758,'20.x'),(2,10758,'master'),(2,10759,'20.x'),(2,10759,'master'),(2,10760,'20.x'),(2,10760,'master'),(2,10761,'20.x'),(2,10761,'master'),(2,10762,'20.x'),(2,10762,'master'),(2,10763,'20.x'),(2,10763,'master'),(2,10764,'20.x'),(2,10764,'master'),(2,10765,'20.x'),(2,10765,'master'),(2,10766,'20.x'),(2,10766,'master'),(2,10767,'20.x'),(2,10767,'master'),(2,10768,'20.x'),(2,10768,'master'),(2,10769,'20.x'),(2,10769,'master'),(2,10770,'20.x'),(2,10770,'master'),(2,10771,'20.x'),(2,10771,'master'),(2,10772,'20.x'),(2,10772,'master'),(2,10773,'20.x'),(2,10773,'master'),(2,10774,'20.x'),(2,10774,'master'),(2,10775,'20.x'),(2,10775,'master'),(2,10776,'20.x'),(2,10776,'master'),(2,10777,'20.x'),(2,10777,'master'),(2,10778,'20.x'),(2,10778,'master'),(2,10779,'20.x'),(2,10779,'master'),(2,10780,'20.x'),(2,10780,'master'),(2,10781,'20.x'),(2,10781,'master'),(2,10782,'20.x'),(2,10782,'master'),(2,10783,'20.x'),(2,10783,'master'),(2,10784,'20.x'),(2,10784,'master'),(2,10785,'20.x'),(2,10785,'master'),(2,10786,'20.x'),(2,10786,'master'),(2,10787,'20.x'),(2,10787,'master'),(2,10788,'20.x'),(2,10788,'master'),(2,10789,'20.x'),(2,10789,'master'),(2,10790,'20.x'),(2,10790,'master'),(2,10791,'20.x'),(2,10791,'master'),(2,10792,'20.x'),(2,10792,'master'),(2,10793,'20.x'),(2,10793,'master'),(2,10794,'20.x'),(2,10794,'master'),(2,10795,'20.x'),(2,10795,'master'),(2,10796,'20.x'),(2,10796,'master'),(2,10797,'20.x'),(2,10797,'master'),(2,10798,'20.x'),(2,10798,'master'),(2,10799,'20.x'),(2,10799,'master'),(2,10800,'20.x'),(2,10800,'master'),(2,10801,'20.x'),(2,10801,'master'),(2,10802,'20.x'),(2,10802,'master'),(2,10803,'20.x'),(2,10803,'master'),(2,10804,'20.x'),(2,10804,'master'),(2,10805,'20.x'),(2,10805,'master'),(2,10806,'20.x'),(2,10806,'master'),(2,10807,'20.x'),(2,10807,'master'),(2,10808,'20.x'),(2,10808,'master'),(2,10809,'20.x'),(2,10809,'master'),(2,10810,'20.x'),(2,10810,'master'),(2,10811,'20.x'),(2,10811,'master'),(2,10812,'20.x'),(2,10812,'master'),(2,10813,'20.x'),(2,10813,'master'),(2,10814,'20.x'),(2,10814,'master'),(2,10815,'20.x'),(2,10815,'master'),(2,10816,'20.x'),(2,10816,'master'),(2,10817,'20.x'),(2,10817,'master'),(2,10818,'20.x'),(2,10818,'master'),(2,10819,'20.x'),(2,10819,'master'),(2,10820,'20.x'),(2,10820,'master'),(2,10821,'20.x'),(2,10821,'master'),(2,10822,'20.x'),(2,10822,'master'),(2,10823,'20.x'),(2,10823,'master'),(2,10824,'20.x'),(2,10824,'master'),(2,10825,'20.x'),(2,10825,'master'),(2,10826,'20.x'),(2,10826,'master'),(2,10827,'20.x'),(2,10827,'master'),(2,10828,'20.x'),(2,10828,'master'),(2,10829,'20.x'),(2,10829,'master'),(2,10830,'20.x'),(2,10830,'master'),(2,10831,'20.x'),(2,10831,'master'),(2,10832,'20.x'),(2,10832,'master'),(2,10833,'20.x'),(2,10833,'master'),(2,10834,'20.x'),(2,10834,'master'),(2,10835,'20.x'),(2,10835,'master'),(2,10836,'20.x'),(2,10836,'master'),(2,10837,'20.x'),(2,10837,'master'),(2,10838,'20.x'),(2,10838,'master'),(2,10839,'20.x'),(2,10839,'master'),(2,10840,'20.x'),(2,10840,'master'),(2,10841,'20.x'),(2,10841,'master'),(2,10842,'20.x'),(2,10842,'master'),(2,10843,'20.x'),(2,10843,'master'),(2,10844,'20.x'),(2,10844,'master'),(2,10845,'20.x'),(2,10845,'master'),(2,10846,'20.x'),(2,10846,'master'),(2,10847,'20.x'),(2,10847,'master'),(2,10848,'20.x'),(2,10848,'master'),(2,10849,'20.x'),(2,10849,'master'),(2,10850,'20.x'),(2,10850,'master'),(2,10851,'20.x'),(2,10851,'master'),(2,10852,'20.x'),(2,10852,'master'),(2,10853,'20.x'),(2,10853,'master'),(2,10854,'20.x'),(2,10854,'master'),(2,10855,'20.x'),(2,10855,'master'),(2,10856,'20.x'),(2,10856,'master'),(2,10857,'20.x'),(2,10857,'master'),(2,10858,'20.x'),(2,10858,'master'),(2,10859,'20.x'),(2,10859,'master'),(2,10860,'20.x'),(2,10860,'master'),(2,10861,'20.x'),(2,10861,'master'),(2,10862,'20.x'),(2,10862,'master'),(2,10863,'20.x'),(2,10863,'master'),(2,10864,'20.x'),(2,10864,'master'),(2,10865,'20.x'),(2,10865,'master'),(2,10866,'20.x'),(2,10866,'master'),(2,10867,'20.x'),(2,10867,'master'),(2,10868,'20.x'),(2,10868,'master'),(2,10869,'20.x'),(2,10869,'master'),(2,10870,'20.x'),(2,10870,'master'),(2,10871,'20.x'),(2,10871,'master'),(2,10872,'20.x'),(2,10872,'master'),(2,10873,'20.x'),(2,10873,'master'),(2,10874,'20.x'),(2,10874,'master'),(2,10875,'20.x'),(2,10875,'master'),(2,10876,'20.x'),(2,10876,'master'),(2,10877,'20.x'),(2,10877,'master'),(2,10878,'20.x'),(2,10878,'master'),(2,10879,'20.x'),(2,10879,'master'),(2,10880,'20.x'),(2,10880,'master'),(2,10881,'20.x'),(2,10881,'master'),(2,10882,'20.x'),(2,10882,'master'),(2,10883,'20.x'),(2,10883,'master'),(2,10884,'20.x'),(2,10884,'master'),(2,10885,'20.x'),(2,10885,'master'),(2,10886,'20.x'),(2,10886,'master'),(2,10887,'20.x'),(2,10887,'master'),(2,10888,'20.x'),(2,10888,'master'),(2,10889,'20.x'),(2,10889,'master'),(2,10890,'20.x'),(2,10890,'master'),(2,10891,'20.x'),(2,10891,'master'),(2,10892,'20.x'),(2,10892,'master'),(2,10893,'20.x'),(2,10893,'master'),(2,10894,'20.x'),(2,10894,'master'),(2,10895,'20.x'),(2,10895,'master'),(2,10896,'20.x'),(2,10896,'master'),(2,10897,'20.x'),(2,10897,'master'),(2,10898,'20.x'),(2,10898,'master'),(2,10899,'20.x'),(2,10899,'master'),(2,10900,'20.x'),(2,10900,'master'),(2,10901,'20.x'),(2,10901,'master'),(2,10902,'20.x'),(2,10902,'master'),(2,10903,'20.x'),(2,10903,'master'),(2,10904,'20.x'),(2,10904,'master'),(2,10905,'20.x'),(2,10905,'master'),(2,10906,'20.x'),(2,10906,'master'),(2,10907,'20.x'),(2,10907,'master'),(2,10908,'20.x'),(2,10908,'master'),(2,10909,'20.x'),(2,10909,'master'),(2,10910,'20.x'),(2,10910,'master'),(2,10911,'20.x'),(2,10911,'master'),(2,10912,'20.x'),(2,10912,'master'),(2,10913,'20.x'),(2,10913,'master'),(2,10914,'20.x'),(2,10914,'master'),(2,10915,'20.x'),(2,10915,'master'),(2,10916,'20.x'),(2,10916,'master'),(2,10917,'20.x'),(2,10917,'master'),(2,10918,'20.x'),(2,10918,'master'),(2,10919,'20.x'),(2,10919,'master'),(2,10920,'20.x'),(2,10920,'master'),(2,10921,'20.x'),(2,10921,'master'),(2,10922,'20.x'),(2,10922,'master'),(2,10923,'20.x'),(2,10923,'master'),(2,10924,'20.x'),(2,10924,'master'),(2,10925,'20.x'),(2,10925,'master'),(2,10926,'20.x'),(2,10926,'master'),(2,10927,'20.x'),(2,10927,'master'),(2,10928,'20.x'),(2,10928,'master'),(2,10929,'20.x'),(2,10929,'master'),(2,10930,'20.x'),(2,10930,'master'),(2,10931,'20.x'),(2,10931,'master'),(2,10932,'20.x'),(2,10932,'master'),(2,10933,'20.x'),(2,10933,'master'),(2,10934,'20.x'),(2,10934,'master'),(2,10935,'20.x'),(2,10935,'master'),(2,10936,'20.x'),(2,10936,'master'),(2,10937,'20.x'),(2,10937,'master'),(2,10938,'20.x'),(2,10938,'master'),(2,10939,'20.x'),(2,10939,'master'),(2,10940,'20.x'),(2,10940,'master'),(2,10941,'20.x'),(2,10941,'master'),(2,10942,'20.x'),(2,10942,'master'),(2,10943,'20.x'),(2,10943,'master'),(2,10944,'20.x'),(2,10944,'master'),(2,10945,'20.x'),(2,10945,'master'),(2,10946,'20.x'),(2,10946,'master'),(2,10947,'20.x'),(2,10947,'master'),(2,10948,'20.x'),(2,10948,'master'),(2,10949,'20.x'),(2,10949,'master'),(2,10950,'20.x'),(2,10950,'master'),(2,10951,'20.x'),(2,10951,'master'),(2,10952,'20.x'),(2,10952,'master'),(2,10953,'20.x'),(2,10953,'master'),(2,10954,'20.x'),(2,10954,'master'),(2,10955,'20.x'),(2,10955,'master'),(2,10956,'20.x'),(2,10956,'master'),(2,10957,'20.x'),(2,10957,'master'),(2,10958,'20.x'),(2,10958,'master'),(2,10959,'20.x'),(2,10959,'master'),(2,10960,'20.x'),(2,10960,'master'),(2,10961,'20.x'),(2,10961,'master'),(2,10962,'20.x'),(2,10962,'master'),(2,10963,'20.x'),(2,10963,'master'),(2,10964,'20.x'),(2,10964,'master'),(2,10965,'20.x'),(2,10965,'master'),(2,10966,'20.x'),(2,10966,'master'),(2,10967,'20.x'),(2,10967,'master'),(2,10968,'20.x'),(2,10968,'master'),(2,10969,'20.x'),(2,10969,'master'),(2,10970,'20.x'),(2,10970,'master'),(2,10971,'20.x'),(2,10971,'master'),(2,10972,'20.x'),(2,10972,'master'),(2,10973,'20.x'),(2,10973,'master'),(2,10974,'20.x'),(2,10974,'master'),(2,10975,'20.x'),(2,10975,'master'),(2,10976,'20.x'),(2,10976,'master'),(2,10977,'20.x'),(2,10977,'master'),(2,10978,'20.x'),(2,10978,'master'),(2,10979,'20.x'),(2,10979,'master'),(2,10980,'20.x'),(2,10980,'master'),(2,10981,'20.x'),(2,10981,'master'),(2,10982,'20.x'),(2,10982,'master'),(2,10983,'20.x'),(2,10983,'master'),(2,10984,'20.x'),(2,10984,'master'),(2,10985,'20.x'),(2,10985,'master'),(2,10986,'20.x'),(2,10986,'master'),(2,10987,'20.x'),(2,10987,'master'),(2,10988,'20.x'),(2,10988,'master'),(2,10989,'20.x'),(2,10989,'master'),(2,10990,'20.x'),(2,10990,'master'),(2,10991,'20.x'),(2,10991,'master'),(2,10992,'20.x'),(2,10992,'master'),(2,10993,'20.x'),(2,10993,'master'),(2,10994,'20.x'),(2,10994,'master'),(2,10995,'20.x'),(2,10995,'master'),(2,10996,'20.x'),(2,10996,'master'),(2,10997,'20.x'),(2,10997,'master'),(2,10998,'20.x'),(2,10998,'master'),(2,10999,'20.x'),(2,10999,'master'),(2,11000,'20.x'),(2,11000,'master'),(2,11001,'20.x'),(2,11001,'master'),(2,11002,'20.x'),(2,11002,'master'),(2,11003,'20.x'),(2,11003,'master'),(2,11004,'20.x'),(2,11004,'master'),(2,11005,'20.x'),(2,11005,'master'),(2,11006,'20.x'),(2,11006,'master'),(2,11007,'20.x'),(2,11007,'master'),(2,11008,'20.x'),(2,11008,'master'),(2,11009,'20.x'),(2,11009,'master'),(2,11010,'20.x'),(2,11010,'master'),(2,11011,'20.x'),(2,11011,'master'),(2,11012,'20.x'),(2,11012,'master'),(2,11013,'20.x'),(2,11013,'master'),(2,11014,'20.x'),(2,11014,'master'),(2,11015,'20.x'),(2,11015,'master'),(2,11016,'20.x'),(2,11016,'master'),(2,11017,'20.x'),(2,11017,'master'),(2,11018,'20.x'),(2,11018,'master'),(2,11019,'20.x'),(2,11019,'master'),(2,11020,'20.x'),(2,11020,'master'),(2,11021,'20.x'),(2,11021,'master'),(2,11022,'20.x'),(2,11022,'master'),(2,11023,'20.x'),(2,11023,'master'),(2,11024,'20.x'),(2,11024,'master'),(2,11025,'20.x'),(2,11025,'master'),(2,11026,'20.x'),(2,11026,'master'),(2,11027,'20.x'),(2,11027,'master'),(2,11028,'20.x'),(2,11028,'master'),(2,11029,'20.x'),(2,11029,'master'),(2,11030,'20.x'),(2,11030,'master'),(2,11031,'20.x'),(2,11031,'master'),(2,11032,'20.x'),(2,11032,'master'),(2,11033,'20.x'),(2,11033,'master'),(2,11034,'20.x'),(2,11034,'master'),(2,11035,'20.x'),(2,11035,'master'),(2,11036,'20.x'),(2,11036,'master'),(2,11037,'20.x'),(2,11037,'master'),(2,11038,'20.x'),(2,11038,'master'),(2,11039,'20.x'),(2,11039,'master'),(2,11040,'20.x'),(2,11040,'master'),(2,11041,'20.x'),(2,11041,'master'),(2,11042,'20.x'),(2,11042,'master'),(2,11043,'20.x'),(2,11043,'master'),(2,11044,'20.x'),(2,11044,'master'),(2,11045,'20.x'),(2,11045,'master'),(2,11046,'20.x'),(2,11046,'master'),(2,11047,'20.x'),(2,11047,'master'),(2,11048,'20.x'),(2,11048,'master'),(2,11049,'20.x'),(2,11049,'master'),(2,11050,'20.x'),(2,11050,'master'),(2,11051,'20.x'),(2,11051,'master'),(2,11052,'20.x'),(2,11052,'master'),(2,11053,'20.x'),(2,11053,'master'),(2,11054,'20.x'),(2,11054,'master'),(2,11055,'20.x'),(2,11055,'master'),(2,11056,'20.x'),(2,11056,'master'),(2,11057,'20.x'),(2,11057,'master'),(2,11058,'20.x'),(2,11058,'master'),(2,11059,'20.x'),(2,11059,'master'),(2,11060,'20.x'),(2,11060,'master'),(2,11061,'20.x'),(2,11061,'master'),(2,11062,'20.x'),(2,11062,'master'),(2,11063,'20.x'),(2,11063,'master'),(2,11064,'20.x'),(2,11064,'master'),(2,11065,'20.x'),(2,11065,'master'),(2,11066,'20.x'),(2,11066,'master'),(2,11067,'20.x'),(2,11067,'master'),(2,11068,'20.x'),(2,11068,'master'),(2,11069,'20.x'),(2,11069,'master'),(2,11070,'20.x'),(2,11070,'master'),(2,11071,'20.x'),(2,11071,'master'),(2,11072,'20.x'),(2,11072,'master'),(2,11073,'20.x'),(2,11073,'master'),(2,11074,'20.x'),(2,11074,'master'),(2,11075,'20.x'),(2,11075,'master'),(2,11076,'20.x'),(2,11076,'master'),(2,11077,'20.x'),(2,11077,'master'),(2,11078,'20.x'),(2,11078,'master'),(2,11079,'20.x'),(2,11079,'master'),(2,11080,'20.x'),(2,11080,'master'),(2,11081,'20.x'),(2,11081,'master'),(2,11082,'20.x'),(2,11082,'master'),(2,11083,'20.x'),(2,11083,'master'),(2,11084,'20.x'),(2,11084,'master'),(2,11085,'20.x'),(2,11085,'master'),(2,11086,'20.x'),(2,11086,'master'),(2,11087,'20.x'),(2,11087,'master'),(2,11088,'20.x'),(2,11088,'master'),(2,11089,'20.x'),(2,11089,'master'),(2,11090,'20.x'),(2,11090,'master'),(2,11091,'20.x'),(2,11091,'master'),(2,11092,'20.x'),(2,11092,'master'),(2,11093,'20.x'),(2,11093,'master'),(2,11094,'20.x'),(2,11094,'master'),(2,11095,'20.x'),(2,11095,'master'),(2,11096,'20.x'),(2,11096,'master'),(2,11097,'20.x'),(2,11097,'master'),(2,11098,'20.x'),(2,11098,'master'),(2,11099,'20.x'),(2,11099,'master'),(2,11100,'20.x'),(2,11100,'master'),(2,11101,'20.x'),(2,11101,'master'),(2,11102,'20.x'),(2,11102,'master'),(2,11103,'20.x'),(2,11103,'master'),(2,11104,'20.x'),(2,11104,'master'),(2,11105,'20.x'),(2,11105,'master'),(2,11106,'20.x'),(2,11106,'master'),(2,11107,'20.x'),(2,11107,'master'),(2,11108,'20.x'),(2,11108,'master'),(2,11109,'20.x'),(2,11109,'master'),(2,11110,'20.x'),(2,11110,'master'),(2,11111,'20.x'),(2,11111,'master'),(2,11112,'20.x'),(2,11112,'master'),(2,11113,'20.x'),(2,11113,'master'),(2,11114,'20.x'),(2,11114,'master'),(2,11115,'20.x'),(2,11115,'master'),(2,11116,'20.x'),(2,11116,'master'),(2,11117,'20.x'),(2,11117,'master'),(2,11118,'20.x'),(2,11118,'master'),(2,11119,'20.x'),(2,11119,'master'),(2,11120,'20.x'),(2,11120,'master'),(2,11121,'20.x'),(2,11121,'master'),(2,11122,'20.x'),(2,11122,'master'),(2,11123,'20.x'),(2,11123,'master'),(2,11124,'20.x'),(2,11124,'master'),(2,11125,'20.x'),(2,11125,'master'),(2,11126,'20.x'),(2,11126,'master'),(2,11127,'20.x'),(2,11127,'master'),(2,11128,'20.x'),(2,11128,'master'),(2,11129,'20.x'),(2,11129,'master'),(2,11130,'20.x'),(2,11130,'master'),(2,11131,'20.x'),(2,11131,'master'),(2,11132,'20.x'),(2,11132,'master'),(2,11133,'20.x'),(2,11133,'master'),(2,11134,'20.x'),(2,11134,'master'),(2,11135,'20.x'),(2,11135,'master'),(2,11136,'20.x'),(2,11136,'master'),(2,11137,'20.x'),(2,11137,'master'),(2,11138,'20.x'),(2,11138,'master'),(2,11139,'20.x'),(2,11139,'master'),(2,11140,'20.x'),(2,11140,'master'),(2,11141,'20.x'),(2,11141,'master'),(2,11142,'20.x'),(2,11142,'master'),(2,11143,'20.x'),(2,11143,'master'),(2,11144,'20.x'),(2,11144,'master'),(2,11145,'20.x'),(2,11145,'master'),(2,11146,'20.x'),(2,11146,'master'),(2,11147,'20.x'),(2,11147,'master'),(2,11148,'20.x'),(2,11148,'master'),(2,11149,'20.x'),(2,11149,'master'),(2,11150,'20.x'),(2,11150,'master'),(2,11151,'20.x'),(2,11151,'master'),(2,11152,'20.x'),(2,11152,'master'),(2,11153,'20.x'),(2,11153,'master'),(2,11154,'20.x'),(2,11154,'master'),(2,11155,'20.x'),(2,11155,'master'),(2,11156,'20.x'),(2,11156,'master'),(2,11157,'20.x'),(2,11157,'master'),(2,11158,'20.x'),(2,11158,'master'),(2,11159,'20.x'),(2,11159,'master'),(2,11160,'20.x'),(2,11160,'master'),(2,11161,'20.x'),(2,11161,'master'),(2,11162,'20.x'),(2,11162,'master'),(2,11163,'20.x'),(2,11163,'master'),(2,11164,'20.x'),(2,11164,'master'),(2,11165,'20.x'),(2,11165,'master'),(2,11166,'20.x'),(2,11166,'master'),(2,11167,'20.x'),(2,11167,'master'),(2,11168,'20.x'),(2,11168,'master'),(2,11169,'20.x'),(2,11169,'master'),(2,11170,'20.x'),(2,11170,'master'),(2,11171,'20.x'),(2,11171,'master'),(2,11172,'20.x'),(2,11172,'master'),(2,11173,'20.x'),(2,11173,'master'),(2,11174,'20.x'),(2,11174,'master'),(2,11175,'20.x'),(2,11175,'master'),(2,11176,'20.x'),(2,11176,'master'),(2,11177,'20.x'),(2,11177,'master'),(2,11178,'20.x'),(2,11178,'master'),(2,11179,'20.x'),(2,11179,'master'),(2,11180,'20.x'),(2,11180,'master'),(2,11181,'20.x'),(2,11181,'master'),(2,11182,'20.x'),(2,11182,'master'),(2,11183,'20.x'),(2,11183,'master'),(2,11184,'20.x'),(2,11184,'master'),(2,11185,'20.x'),(2,11185,'master'),(2,11186,'20.x'),(2,11186,'master'),(2,11187,'20.x'),(2,11187,'master'),(2,11188,'20.x'),(2,11188,'master'),(2,11189,'20.x'),(2,11189,'master'),(2,11190,'20.x'),(2,11190,'master'),(2,11191,'20.x'),(2,11191,'master'),(2,11192,'20.x'),(2,11192,'master'),(2,11193,'20.x'),(2,11193,'master'),(2,11194,'20.x'),(2,11194,'master'),(2,11195,'20.x'),(2,11195,'master'),(2,11196,'20.x'),(2,11196,'master'),(2,11197,'20.x'),(2,11197,'master'),(2,11198,'20.x'),(2,11198,'master'),(2,11199,'20.x'),(2,11199,'master'),(2,11200,'20.x'),(2,11200,'master'),(2,11201,'20.x'),(2,11201,'master'),(2,11202,'20.x'),(2,11202,'master'),(2,11203,'20.x'),(2,11203,'master'),(2,11204,'20.x'),(2,11204,'master'),(2,11205,'20.x'),(2,11205,'master'),(2,11206,'20.x'),(2,11206,'master'),(2,11207,'20.x'),(2,11207,'master'),(2,11208,'20.x'),(2,11208,'master'),(2,11209,'20.x'),(2,11209,'master'),(2,11210,'20.x'),(2,11210,'master'),(2,11211,'20.x'),(2,11211,'master'),(2,11212,'20.x'),(2,11212,'master'),(2,11213,'20.x'),(2,11213,'master'),(2,11214,'20.x'),(2,11214,'master'),(2,11215,'20.x'),(2,11215,'master'),(2,11216,'20.x'),(2,11216,'master'),(2,11217,'20.x'),(2,11217,'master'),(2,11218,'20.x'),(2,11218,'master'),(2,11219,'20.x'),(2,11219,'master'),(2,11220,'20.x'),(2,11220,'master'),(2,11221,'20.x'),(2,11221,'master'),(2,11222,'20.x'),(2,11222,'master'),(2,11223,'20.x'),(2,11223,'master'),(2,11224,'20.x'),(2,11224,'master'),(2,11225,'20.x'),(2,11225,'master'),(2,11226,'20.x'),(2,11226,'master'),(2,11227,'20.x'),(2,11227,'master'),(2,11228,'20.x'),(2,11228,'master'),(2,11229,'20.x'),(2,11229,'master'),(2,11230,'20.x'),(2,11230,'master'),(2,11231,'20.x'),(2,11231,'master'),(2,11232,'20.x'),(2,11232,'master'),(2,11233,'20.x'),(2,11233,'master'),(2,11234,'20.x'),(2,11234,'master'),(2,11235,'20.x'),(2,11235,'master'),(2,11236,'20.x'),(2,11236,'master'),(2,11237,'20.x'),(2,11237,'master'),(2,11238,'20.x'),(2,11238,'master'),(2,11239,'20.x'),(2,11239,'master'),(2,11240,'20.x'),(2,11240,'master'),(2,11241,'20.x'),(2,11241,'master'),(2,11242,'20.x'),(2,11242,'master'),(2,11243,'20.x'),(2,11243,'master'),(2,11244,'20.x'),(2,11244,'master'),(2,11245,'20.x'),(2,11245,'master'),(2,11246,'20.x'),(2,11246,'master'),(2,11247,'20.x'),(2,11247,'master'),(2,11248,'20.x'),(2,11248,'master'),(2,11249,'20.x'),(2,11249,'master'),(2,11250,'20.x'),(2,11250,'master'),(2,11251,'20.x'),(2,11251,'master'),(2,11252,'20.x'),(2,11252,'master'),(2,11253,'20.x'),(2,11253,'master'),(2,11254,'20.x'),(2,11254,'master'),(2,11255,'20.x'),(2,11255,'master'),(2,11256,'20.x'),(2,11256,'master'),(2,11257,'20.x'),(2,11257,'master'),(2,11258,'20.x'),(2,11258,'master'),(2,11259,'20.x'),(2,11259,'master'),(2,11260,'20.x'),(2,11260,'master'),(2,11261,'20.x'),(2,11261,'master'),(2,11262,'20.x'),(2,11262,'master'),(2,11263,'20.x'),(2,11263,'master'),(2,11264,'20.x'),(2,11264,'master'),(2,11265,'20.x'),(2,11265,'master'),(2,11266,'20.x'),(2,11266,'master'),(2,11267,'20.x'),(2,11267,'master'),(2,11268,'20.x'),(2,11268,'master'),(2,11269,'20.x'),(2,11269,'master'),(2,11270,'20.x'),(2,11270,'master'),(2,11271,'20.x'),(2,11271,'master'),(2,11272,'20.x'),(2,11272,'master'),(2,11273,'20.x'),(2,11273,'master'),(2,11274,'20.x'),(2,11274,'master'),(2,11275,'20.x'),(2,11275,'master'),(2,11276,'20.x'),(2,11276,'master'),(2,11277,'20.x'),(2,11277,'master'),(2,11278,'20.x'),(2,11278,'master'),(2,11279,'20.x'),(2,11279,'master'),(2,11280,'20.x'),(2,11280,'master'),(2,11281,'20.x'),(2,11281,'master'),(2,11282,'20.x'),(2,11282,'master'),(2,11283,'20.x'),(2,11283,'master'),(2,11284,'20.x'),(2,11284,'master'),(2,11285,'20.x'),(2,11285,'master'),(2,11286,'20.x'),(2,11286,'master'),(2,11287,'20.x'),(2,11287,'master'),(2,11288,'20.x'),(2,11288,'master'),(2,11289,'20.x'),(2,11289,'master'),(2,11290,'20.x'),(2,11290,'master'),(2,11291,'20.x'),(2,11291,'master'),(2,11292,'20.x'),(2,11292,'master'),(2,11293,'20.x'),(2,11293,'master'),(2,11294,'20.x'),(2,11294,'master'),(2,11295,'20.x'),(2,11295,'master'),(2,11296,'20.x'),(2,11296,'master'),(2,11297,'20.x'),(2,11297,'master'),(2,11298,'20.x'),(2,11298,'master'),(2,11299,'20.x'),(2,11299,'master'),(2,11300,'20.x'),(2,11300,'master'),(2,11301,'20.x'),(2,11301,'master'),(2,11302,'20.x'),(2,11302,'master'),(2,11303,'20.x'),(2,11303,'master'),(2,11304,'20.x'),(2,11304,'master'),(2,11305,'20.x'),(2,11305,'master'),(2,11306,'20.x'),(2,11306,'master'),(2,11307,'20.x'),(2,11307,'master'),(2,11308,'20.x'),(2,11308,'master'),(2,11309,'20.x'),(2,11309,'master'),(2,11310,'20.x'),(2,11310,'master'),(2,11311,'20.x'),(2,11311,'master'),(2,11312,'20.x'),(2,11312,'master'),(2,11313,'20.x'),(2,11313,'master'),(2,11314,'20.x'),(2,11314,'master'),(2,11315,'20.x'),(2,11315,'master'),(2,11316,'20.x'),(2,11316,'master'),(2,11317,'20.x'),(2,11317,'master'),(2,11318,'20.x'),(2,11318,'master'),(2,11319,'20.x'),(2,11319,'master'),(2,11320,'20.x'),(2,11320,'master'),(2,11321,'20.x'),(2,11321,'master'),(2,11322,'20.x'),(2,11322,'master'),(2,11323,'20.x'),(2,11323,'master'),(2,11324,'20.x'),(2,11324,'master'),(2,11325,'20.x'),(2,11325,'master'),(2,11326,'20.x'),(2,11326,'master'),(2,11327,'20.x'),(2,11327,'master'),(2,11328,'20.x'),(2,11328,'master'),(2,11329,'20.x'),(2,11329,'master'),(2,11330,'20.x'),(2,11330,'master'),(2,11331,'20.x'),(2,11331,'master'),(2,11332,'20.x'),(2,11332,'master'),(2,11333,'20.x'),(2,11333,'master'),(2,11334,'20.x'),(2,11334,'master'),(2,11335,'20.x'),(2,11335,'master'),(2,11336,'20.x'),(2,11336,'master'),(2,11337,'20.x'),(2,11337,'master'),(2,11338,'20.x'),(2,11338,'master'),(2,11339,'20.x'),(2,11339,'master'),(2,11340,'20.x'),(2,11340,'master'),(2,11341,'20.x'),(2,11341,'master'),(2,11342,'20.x'),(2,11342,'master'),(2,11343,'20.x'),(2,11343,'master'),(2,11344,'20.x'),(2,11344,'master'),(2,11345,'20.x'),(2,11345,'master'),(2,11346,'20.x'),(2,11346,'master'),(2,11347,'20.x'),(2,11347,'master'),(2,11348,'20.x'),(2,11348,'master'),(2,11349,'20.x'),(2,11349,'master'),(2,11350,'20.x'),(2,11350,'master'),(2,11351,'20.x'),(2,11351,'master'),(2,11352,'20.x'),(2,11352,'master'),(2,11353,'20.x'),(2,11353,'master'),(2,11354,'20.x'),(2,11354,'master'),(2,11355,'20.x'),(2,11355,'master'),(2,11356,'20.x'),(2,11356,'master'),(2,11357,'20.x'),(2,11357,'master'),(2,11358,'20.x'),(2,11358,'master'),(2,11359,'20.x'),(2,11359,'master'),(2,11360,'20.x'),(2,11360,'master'),(2,11361,'20.x'),(2,11361,'master'),(2,11362,'20.x'),(2,11362,'master'),(2,11363,'20.x'),(2,11363,'master'),(2,11364,'20.x'),(2,11364,'master'),(2,11365,'20.x'),(2,11365,'master'),(2,11366,'20.x'),(2,11366,'master'),(2,11367,'20.x'),(2,11367,'master'),(2,11368,'20.x'),(2,11368,'master'),(2,11369,'20.x'),(2,11369,'master'),(2,11370,'20.x'),(2,11370,'master'),(2,11371,'20.x'),(2,11371,'master'),(2,11372,'20.x'),(2,11372,'master'),(2,11373,'20.x'),(2,11373,'master'),(2,11374,'20.x'),(2,11374,'master'),(2,11375,'20.x'),(2,11375,'master'),(2,11376,'20.x'),(2,11376,'master'),(2,11377,'20.x'),(2,11377,'master'),(2,11378,'20.x'),(2,11378,'master'),(2,11379,'20.x'),(2,11379,'master'),(2,11380,'20.x'),(2,11380,'master'),(2,11381,'20.x'),(2,11381,'master'),(2,11382,'20.x'),(2,11382,'master'),(2,11383,'20.x'),(2,11383,'master'),(2,11384,'20.x'),(2,11384,'master'),(2,11385,'20.x'),(2,11385,'master'),(2,11386,'20.x'),(2,11386,'master'),(2,11387,'20.x'),(2,11387,'master'),(2,11388,'20.x'),(2,11388,'master'),(2,11389,'20.x'),(2,11389,'master'),(2,11390,'20.x'),(2,11390,'master'),(2,11391,'20.x'),(2,11391,'master'),(2,11392,'20.x'),(2,11392,'master'),(2,11393,'20.x'),(2,11393,'master'),(2,11394,'20.x'),(2,11394,'master'),(2,11395,'20.x'),(2,11395,'master'),(2,11396,'20.x'),(2,11396,'master'),(2,11397,'20.x'),(2,11397,'master'),(2,11398,'20.x'),(2,11398,'master'),(2,11399,'20.x'),(2,11399,'master'),(2,11400,'20.x'),(2,11400,'master'),(2,11401,'20.x'),(2,11401,'master'),(2,11402,'20.x'),(2,11402,'master'),(2,11403,'20.x'),(2,11403,'master'),(2,11404,'20.x'),(2,11404,'master'),(2,11405,'20.x'),(2,11405,'master'),(2,11406,'20.x'),(2,11406,'master'),(2,11407,'20.x'),(2,11407,'master'),(2,11408,'20.x'),(2,11408,'master'),(2,11409,'20.x'),(2,11409,'master'),(2,11410,'20.x'),(2,11410,'master'),(2,11411,'20.x'),(2,11411,'master'),(2,11412,'20.x'),(2,11412,'master'),(2,11413,'20.x'),(2,11413,'master'),(2,11414,'20.x'),(2,11414,'master'),(2,11415,'20.x'),(2,11415,'master'),(2,11416,'20.x'),(2,11416,'master'),(2,11417,'20.x'),(2,11417,'master'),(2,11418,'20.x'),(2,11418,'master'),(2,11419,'20.x'),(2,11419,'master'),(2,11420,'20.x'),(2,11420,'master'),(2,11421,'20.x'),(2,11421,'master'),(2,11422,'20.x'),(2,11422,'master'),(2,11423,'20.x'),(2,11423,'master'),(2,11424,'20.x'),(2,11424,'master'),(2,11425,'20.x'),(2,11425,'master'),(2,11426,'20.x'),(2,11426,'master'),(2,11427,'20.x'),(2,11427,'master'),(2,11428,'20.x'),(2,11428,'master'),(2,11429,'20.x'),(2,11429,'master'),(2,11430,'20.x'),(2,11430,'master'),(2,11431,'20.x'),(2,11431,'master'),(2,11432,'20.x'),(2,11432,'master'),(2,11433,'20.x'),(2,11433,'master'),(2,11434,'20.x'),(2,11434,'master'),(2,11435,'20.x'),(2,11435,'master'),(2,11436,'20.x'),(2,11436,'master'),(2,11437,'20.x'),(2,11437,'master'),(2,11438,'20.x'),(2,11438,'master'),(2,11439,'20.x'),(2,11439,'master'),(2,11440,'20.x'),(2,11440,'master'),(2,11441,'20.x'),(2,11441,'master'),(2,11442,'20.x'),(2,11442,'master'),(2,11443,'20.x'),(2,11443,'master'),(2,11444,'20.x'),(2,11444,'master'),(2,11445,'20.x'),(2,11445,'master'),(2,11446,'20.x'),(2,11446,'master'),(2,11447,'20.x'),(2,11447,'master'),(2,11448,'20.x'),(2,11448,'master'),(2,11449,'20.x'),(2,11449,'master'),(2,11450,'20.x'),(2,11450,'master'),(2,11451,'20.x'),(2,11451,'master'),(2,11452,'20.x'),(2,11452,'master'),(2,11453,'20.x'),(2,11453,'master'),(2,11454,'20.x'),(2,11454,'master'),(2,11455,'20.x'),(2,11455,'master'),(2,11456,'20.x'),(2,11456,'master'),(2,11457,'20.x'),(2,11457,'master'),(2,11458,'20.x'),(2,11458,'master'),(2,11459,'20.x'),(2,11459,'master'),(2,11460,'20.x'),(2,11460,'master'),(2,11461,'20.x'),(2,11461,'master'),(2,11462,'20.x'),(2,11462,'master'),(2,11463,'20.x'),(2,11463,'master'),(2,11464,'20.x'),(2,11464,'master'),(2,11465,'20.x'),(2,11465,'master'),(2,11466,'20.x'),(2,11466,'master'),(2,11467,'20.x'),(2,11467,'master'),(2,11468,'20.x'),(2,11468,'master'),(2,11469,'20.x'),(2,11469,'master'),(2,11470,'20.x'),(2,11470,'master'),(2,11471,'20.x'),(2,11471,'master'),(2,11472,'20.x'),(2,11472,'master'),(2,11473,'20.x'),(2,11473,'master'),(2,11474,'20.x'),(2,11474,'master'),(2,11475,'20.x'),(2,11475,'master'),(2,11476,'20.x'),(2,11476,'master'),(2,11477,'20.x'),(2,11477,'master'),(2,11478,'20.x'),(2,11478,'master'),(2,11479,'20.x'),(2,11479,'master'),(2,11480,'20.x'),(2,11480,'master'),(2,11481,'20.x'),(2,11481,'master'),(2,11482,'20.x'),(2,11482,'master'),(2,11483,'20.x'),(2,11483,'master'),(2,11484,'20.x'),(2,11484,'master'),(2,11485,'20.x'),(2,11485,'master'),(2,11486,'20.x'),(2,11486,'master'),(2,11487,'20.x'),(2,11487,'master'),(2,11488,'20.x'),(2,11488,'master'),(2,11489,'20.x'),(2,11489,'master'),(2,11490,'20.x'),(2,11490,'master'),(2,11491,'20.x'),(2,11491,'master'),(2,11492,'20.x'),(2,11492,'master'),(2,11493,'20.x'),(2,11493,'master'),(2,11494,'20.x'),(2,11494,'master'),(2,11495,'20.x'),(2,11495,'master'),(2,11496,'20.x'),(2,11496,'master'),(2,11497,'20.x'),(2,11497,'master'),(2,11498,'20.x'),(2,11498,'master'),(2,11499,'20.x'),(2,11499,'master'),(2,11500,'20.x'),(2,11500,'master'),(2,11501,'20.x'),(2,11501,'master'),(2,11502,'20.x'),(2,11502,'master'),(2,11503,'20.x'),(2,11503,'master'),(2,11504,'20.x'),(2,11504,'master'),(2,11505,'20.x'),(2,11505,'master'),(2,11506,'20.x'),(2,11506,'master'),(2,11507,'20.x'),(2,11507,'master'),(2,11508,'20.x'),(2,11508,'master'),(2,11509,'20.x'),(2,11509,'master'),(2,11510,'20.x'),(2,11510,'master'),(2,11511,'20.x'),(2,11511,'master'),(2,11512,'20.x'),(2,11512,'master'),(2,11513,'20.x'),(2,11513,'master'),(2,11514,'20.x'),(2,11514,'master'),(2,11515,'20.x'),(2,11515,'master'),(2,11516,'20.x'),(2,11516,'master'),(2,11517,'20.x'),(2,11517,'master'),(2,11518,'20.x'),(2,11518,'master'),(2,11519,'20.x'),(2,11519,'master'),(2,11520,'20.x'),(2,11520,'master'),(2,11521,'20.x'),(2,11521,'master'),(2,11522,'20.x'),(2,11522,'master'),(2,11523,'20.x'),(2,11523,'master'),(2,11524,'20.x'),(2,11524,'master'),(2,11525,'20.x'),(2,11525,'master'),(2,11526,'20.x'),(2,11526,'master'),(2,11527,'20.x'),(2,11527,'master'),(2,11528,'20.x'),(2,11528,'master'),(2,11529,'20.x'),(2,11529,'master'),(2,11530,'20.x'),(2,11530,'master'),(2,11531,'20.x'),(2,11531,'master'),(2,11532,'20.x'),(2,11532,'master'),(2,11533,'20.x'),(2,11533,'master'),(2,11534,'20.x'),(2,11534,'master'),(2,11535,'20.x'),(2,11535,'master'),(2,11536,'20.x'),(2,11536,'master'),(2,11537,'20.x'),(2,11537,'master'),(2,11538,'20.x'),(2,11538,'master'),(2,11539,'20.x'),(2,11539,'master'),(2,11540,'20.x'),(2,11540,'master'),(2,11541,'20.x'),(2,11541,'master'),(2,11542,'20.x'),(2,11542,'master'),(2,11543,'20.x'),(2,11543,'master'),(2,11544,'20.x'),(2,11544,'master'),(2,11545,'20.x'),(2,11545,'master'),(2,11546,'20.x'),(2,11546,'master'),(2,11547,'20.x'),(2,11547,'master'),(2,11548,'20.x'),(2,11548,'master'),(2,11549,'20.x'),(2,11549,'master'),(2,11550,'20.x'),(2,11550,'master'),(2,11551,'20.x'),(2,11551,'master'),(2,11552,'20.x'),(2,11552,'master'),(2,11553,'20.x'),(2,11553,'master'),(2,11554,'20.x'),(2,11554,'master'),(2,11555,'20.x'),(2,11555,'master'),(2,11556,'20.x'),(2,11556,'master'),(2,11557,'20.x'),(2,11557,'master'),(2,11558,'20.x'),(2,11558,'master'),(2,11559,'20.x'),(2,11559,'master'),(2,11560,'20.x'),(2,11560,'master'),(2,11561,'20.x'),(2,11561,'master'),(2,11562,'20.x'),(2,11562,'master'),(2,11563,'20.x'),(2,11563,'master'),(2,11564,'20.x'),(2,11564,'master'),(2,11565,'20.x'),(2,11565,'master'),(2,11566,'20.x'),(2,11566,'master'),(2,11567,'20.x'),(2,11567,'master'),(2,11568,'20.x'),(2,11568,'master'),(2,11569,'20.x'),(2,11569,'master'),(2,11570,'20.x'),(2,11570,'master'),(2,11571,'20.x'),(2,11571,'master'),(2,11572,'20.x'),(2,11572,'master'),(2,11573,'20.x'),(2,11573,'master'),(2,11574,'20.x'),(2,11574,'master'),(2,11575,'20.x'),(2,11575,'master'),(2,11576,'20.x'),(2,11576,'master'),(2,11577,'20.x'),(2,11577,'master'),(2,11578,'20.x'),(2,11578,'master'),(2,11579,'20.x'),(2,11579,'master'),(2,11580,'20.x'),(2,11580,'master'),(2,11581,'20.x'),(2,11581,'master'),(2,11582,'20.x'),(2,11582,'master'),(2,11583,'20.x'),(2,11583,'master'),(2,11584,'20.x'),(2,11584,'master'),(2,11585,'20.x'),(2,11585,'master'),(2,11586,'20.x'),(2,11586,'master'),(2,11587,'20.x'),(2,11587,'master'),(2,11588,'20.x'),(2,11588,'master'),(2,11589,'20.x'),(2,11589,'master'),(2,11590,'20.x'),(2,11590,'master'),(2,11591,'20.x'),(2,11591,'master'),(2,11592,'20.x'),(2,11592,'master'),(2,11593,'20.x'),(2,11593,'master'),(2,11594,'20.x'),(2,11594,'master'),(2,11595,'20.x'),(2,11595,'master'),(2,11596,'20.x'),(2,11596,'master'),(2,11597,'20.x'),(2,11597,'master'),(2,11598,'20.x'),(2,11598,'master'),(2,11599,'20.x'),(2,11599,'master'),(2,11600,'20.x'),(2,11600,'master'),(2,11601,'20.x'),(2,11601,'master'),(2,11602,'20.x'),(2,11602,'master'),(2,11603,'20.x'),(2,11603,'master'),(2,11604,'20.x'),(2,11604,'master'),(2,11605,'20.x'),(2,11605,'master'),(2,11606,'20.x'),(2,11606,'master'),(2,11607,'20.x'),(2,11607,'master'),(2,11608,'20.x'),(2,11608,'master'),(2,11609,'20.x'),(2,11609,'master'),(2,11610,'20.x'),(2,11610,'master'),(2,11611,'20.x'),(2,11611,'master'),(2,11612,'20.x'),(2,11612,'master'),(2,11613,'20.x'),(2,11613,'master'),(2,11614,'20.x'),(2,11614,'master'),(2,11615,'20.x'),(2,11615,'master'),(2,11616,'20.x'),(2,11616,'master'),(2,11617,'20.x'),(2,11617,'master'),(2,11618,'20.x'),(2,11618,'master'),(2,11619,'20.x'),(2,11619,'master'),(2,11620,'20.x'),(2,11620,'master'),(2,11621,'20.x'),(2,11621,'master'),(2,11622,'20.x'),(2,11622,'master'),(2,11623,'20.x'),(2,11623,'master'),(2,11624,'20.x'),(2,11624,'master'),(2,11625,'20.x'),(2,11625,'master'),(2,11626,'20.x'),(2,11626,'master'),(2,11627,'20.x'),(2,11627,'master'),(2,11628,'20.x'),(2,11628,'master'),(2,11629,'20.x'),(2,11629,'master'),(2,11630,'20.x'),(2,11630,'master'),(2,11631,'20.x'),(2,11631,'master'),(2,11632,'20.x'),(2,11632,'master'),(2,11633,'20.x'),(2,11633,'master'),(2,11634,'20.x'),(2,11634,'master'),(2,11635,'20.x'),(2,11635,'master'),(2,11636,'20.x'),(2,11636,'master'),(2,11637,'20.x'),(2,11637,'master'),(2,11638,'20.x'),(2,11638,'master'),(2,11639,'20.x'),(2,11639,'master'),(2,11640,'20.x'),(2,11640,'master'),(2,11641,'20.x'),(2,11641,'master'),(2,11642,'20.x'),(2,11642,'master'),(2,11643,'20.x'),(2,11643,'master'),(2,11644,'20.x'),(2,11644,'master'),(2,11645,'20.x'),(2,11645,'master'),(2,11646,'20.x'),(2,11646,'master'),(2,11647,'20.x'),(2,11647,'master'),(2,11648,'20.x'),(2,11648,'master'),(2,11649,'20.x'),(2,11649,'master'),(2,11650,'20.x'),(2,11650,'master'),(2,11651,'20.x'),(2,11651,'master'),(2,11652,'20.x'),(2,11652,'master'),(2,11653,'20.x'),(2,11653,'master'),(2,11654,'20.x'),(2,11654,'master'),(2,11655,'20.x'),(2,11655,'master'),(2,11656,'20.x'),(2,11656,'master'),(2,11657,'20.x'),(2,11657,'master'),(2,11658,'20.x'),(2,11658,'master'),(2,11659,'20.x'),(2,11659,'master'),(2,11660,'20.x'),(2,11660,'master'),(2,11661,'20.x'),(2,11661,'master'),(2,11662,'20.x'),(2,11662,'master'),(2,11663,'20.x'),(2,11663,'master'),(2,11664,'20.x'),(2,11664,'master'),(2,11665,'20.x'),(2,11665,'master'),(2,11666,'20.x'),(2,11666,'master'),(2,11667,'20.x'),(2,11667,'master'),(2,11668,'20.x'),(2,11668,'master'),(2,11669,'20.x'),(2,11669,'master'),(2,11670,'20.x'),(2,11670,'master'),(2,11671,'20.x'),(2,11671,'master'),(2,11672,'20.x'),(2,11672,'master'),(2,11673,'20.x'),(2,11673,'master'),(2,11674,'20.x'),(2,11674,'master'),(2,11675,'20.x'),(2,11675,'master'),(2,11676,'20.x'),(2,11676,'master'),(2,11677,'20.x'),(2,11677,'master'),(2,11678,'20.x'),(2,11678,'master'),(2,11679,'20.x'),(2,11679,'master'),(2,11680,'20.x'),(2,11680,'master'),(2,11681,'20.x'),(2,11681,'master'),(2,11682,'20.x'),(2,11682,'master'),(2,11683,'20.x'),(2,11683,'master'),(2,11684,'20.x'),(2,11684,'master'),(2,11685,'20.x'),(2,11685,'master'),(2,11686,'20.x'),(2,11686,'master'),(2,11687,'20.x'),(2,11687,'master'),(2,11688,'20.x'),(2,11688,'master'),(2,11689,'20.x'),(2,11689,'master'),(2,11690,'20.x'),(2,11690,'master'),(2,11691,'20.x'),(2,11691,'master'),(2,11692,'20.x'),(2,11692,'master'),(2,11693,'20.x'),(2,11693,'master'),(2,11694,'20.x'),(2,11694,'master'),(2,11695,'20.x'),(2,11695,'master'),(2,11696,'20.x'),(2,11696,'master'),(2,11697,'20.x'),(2,11697,'master'),(2,11698,'20.x'),(2,11698,'master'),(2,11699,'20.x'),(2,11699,'master'),(2,11700,'20.x'),(2,11700,'master'),(2,11701,'20.x'),(2,11701,'master'),(2,11702,'20.x'),(2,11702,'master'),(2,11703,'20.x'),(2,11703,'master'),(2,11704,'20.x'),(2,11704,'master'),(2,11705,'20.x'),(2,11705,'master'),(2,11706,'20.x'),(2,11706,'master'),(2,11707,'20.x'),(2,11707,'master'),(2,11708,'20.x'),(2,11708,'master'),(2,11709,'20.x'),(2,11709,'master'),(2,11710,'20.x'),(2,11710,'master'),(2,11711,'20.x'),(2,11711,'master'),(2,11712,'20.x'),(2,11712,'master'),(2,11713,'20.x'),(2,11713,'master'),(2,11714,'20.x'),(2,11714,'master'),(2,11715,'20.x'),(2,11715,'master'),(2,11716,'20.x'),(2,11716,'master'),(2,11717,'20.x'),(2,11717,'master'),(2,11718,'20.x'),(2,11718,'master'),(2,11719,'20.x'),(2,11719,'master'),(2,11720,'20.x'),(2,11720,'master'),(2,11721,'20.x'),(2,11721,'master'),(2,11722,'20.x'),(2,11722,'master'),(2,11723,'20.x'),(2,11723,'master'),(2,11724,'20.x'),(2,11724,'master'),(2,11725,'20.x'),(2,11725,'master'),(2,11726,'20.x'),(2,11726,'master'),(2,11727,'20.x'),(2,11727,'master'),(2,11728,'20.x'),(2,11728,'master'),(2,11729,'20.x'),(2,11729,'master'),(2,11730,'20.x'),(2,11730,'master'),(2,11731,'20.x'),(2,11731,'master'),(2,11732,'20.x'),(2,11732,'master'),(2,11733,'20.x'),(2,11733,'master'),(2,11734,'20.x'),(2,11734,'master'),(2,11735,'20.x'),(2,11735,'master'),(2,11736,'20.x'),(2,11736,'master'),(2,11737,'20.x'),(2,11737,'master'),(2,11738,'20.x'),(2,11738,'master'),(2,11739,'20.x'),(2,11739,'master'),(2,11740,'20.x'),(2,11740,'master'),(2,11741,'20.x'),(2,11741,'master'),(2,11742,'20.x'),(2,11742,'master'),(2,11743,'20.x'),(2,11743,'master'),(2,11744,'20.x'),(2,11744,'master'),(2,11745,'20.x'),(2,11745,'master'),(2,11746,'20.x'),(2,11746,'master'),(2,11747,'20.x'),(2,11747,'master'),(2,11748,'20.x'),(2,11748,'master'),(2,11749,'20.x'),(2,11749,'master'),(2,11750,'20.x'),(2,11750,'master'),(2,11751,'20.x'),(2,11751,'master'),(2,11752,'20.x'),(2,11752,'master'),(2,11753,'20.x'),(2,11753,'master'),(2,11754,'20.x'),(2,11754,'master'),(2,11755,'20.x'),(2,11755,'master'),(2,11756,'20.x'),(2,11756,'master'),(2,11757,'20.x'),(2,11757,'master'),(2,11758,'20.x'),(2,11758,'master'),(2,11759,'20.x'),(2,11759,'master'),(2,11760,'20.x'),(2,11760,'master'),(2,11761,'20.x'),(2,11761,'master'),(2,11762,'20.x'),(2,11762,'master'),(2,11763,'20.x'),(2,11763,'master'),(2,11764,'20.x'),(2,11764,'master'),(2,11765,'20.x'),(2,11765,'master'),(2,11766,'20.x'),(2,11766,'master'),(2,11767,'20.x'),(2,11767,'master'),(2,11768,'20.x'),(2,11768,'master'),(2,11769,'20.x'),(2,11769,'master'),(2,11770,'20.x'),(2,11770,'master'),(2,11771,'20.x'),(2,11771,'master'),(2,11772,'20.x'),(2,11772,'master'),(2,11773,'20.x'),(2,11773,'master'),(2,11774,'20.x'),(2,11774,'master'),(2,11775,'20.x'),(2,11775,'master'),(2,11776,'20.x'),(2,11776,'master'),(2,11777,'20.x'),(2,11777,'master'),(2,11778,'20.x'),(2,11778,'master'),(2,11779,'20.x'),(2,11779,'master'),(2,11780,'20.x'),(2,11780,'master'),(2,11781,'20.x'),(2,11781,'master'),(2,11782,'20.x'),(2,11782,'master'),(2,11783,'20.x'),(2,11783,'master'),(2,11784,'20.x'),(2,11784,'master'),(2,11785,'20.x'),(2,11785,'master'),(2,11786,'20.x'),(2,11786,'master'),(2,11787,'20.x'),(2,11787,'master'),(2,11788,'20.x'),(2,11788,'master'),(2,11789,'20.x'),(2,11789,'master'),(2,11790,'20.x'),(2,11790,'master'),(2,11791,'20.x'),(2,11791,'master'),(2,11792,'20.x'),(2,11792,'master'),(2,11793,'20.x'),(2,11793,'master'),(2,11794,'20.x'),(2,11794,'master'),(2,11795,'20.x'),(2,11795,'master'),(2,11796,'20.x'),(2,11796,'master'),(2,11797,'20.x'),(2,11797,'master'),(2,11798,'20.x'),(2,11798,'master'),(2,11799,'20.x'),(2,11799,'master'),(2,11800,'20.x'),(2,11800,'master'),(2,11801,'20.x'),(2,11801,'master'),(2,11802,'20.x'),(2,11802,'master'),(2,11803,'20.x'),(2,11803,'master'),(2,11804,'20.x'),(2,11804,'master'),(2,11805,'20.x'),(2,11805,'master'),(2,11806,'20.x'),(2,11806,'master'),(2,11807,'20.x'),(2,11807,'master'),(2,11808,'20.x'),(2,11808,'master'),(2,11809,'20.x'),(2,11809,'master'),(2,11810,'20.x'),(2,11810,'master'),(2,11811,'20.x'),(2,11811,'master'),(2,11812,'20.x'),(2,11812,'master'),(2,11813,'20.x'),(2,11813,'master'),(2,11814,'20.x'),(2,11814,'master'),(2,11815,'20.x'),(2,11815,'master'),(2,11816,'20.x'),(2,11816,'master'),(2,11817,'20.x'),(2,11817,'master'),(2,11818,'20.x'),(2,11818,'master'),(2,11819,'20.x'),(2,11819,'master'),(2,11820,'20.x'),(2,11820,'master'),(2,11821,'20.x'),(2,11821,'master'),(2,11822,'20.x'),(2,11822,'master'),(2,11823,'20.x'),(2,11823,'master'),(2,11824,'20.x'),(2,11824,'master'),(2,11825,'20.x'),(2,11825,'master'),(2,11826,'20.x'),(2,11826,'master'),(2,11827,'20.x'),(2,11827,'master'),(2,11828,'20.x'),(2,11828,'master'),(2,11829,'20.x'),(2,11829,'master'),(2,11830,'20.x'),(2,11830,'master'),(2,11831,'20.x'),(2,11831,'master'),(2,11832,'20.x'),(2,11832,'master'),(2,11833,'20.x'),(2,11833,'master'),(2,11834,'20.x'),(2,11834,'master'),(2,11835,'20.x'),(2,11835,'master'),(2,11836,'20.x'),(2,11836,'master'),(2,11837,'20.x'),(2,11837,'master'),(2,11838,'20.x'),(2,11838,'master'),(2,11839,'20.x'),(2,11839,'master'),(2,11840,'20.x'),(2,11840,'master'),(2,11841,'20.x'),(2,11841,'master'),(2,11842,'20.x'),(2,11842,'master'),(2,11843,'20.x'),(2,11843,'master'),(2,11844,'20.x'),(2,11844,'master'),(2,11845,'20.x'),(2,11845,'master'),(2,11846,'20.x'),(2,11846,'master'),(2,11847,'20.x'),(2,11847,'master'),(2,11848,'20.x'),(2,11848,'master'),(2,11849,'20.x'),(2,11849,'master'),(2,11850,'20.x'),(2,11850,'master'),(2,11851,'20.x'),(2,11851,'master'),(2,11852,'20.x'),(2,11852,'master'),(2,11853,'20.x'),(2,11853,'master'),(2,11854,'20.x'),(2,11854,'master'),(2,11855,'20.x'),(2,11855,'master'),(2,11856,'20.x'),(2,11856,'master'),(2,11857,'20.x'),(2,11857,'master'),(2,11858,'20.x'),(2,11858,'master'),(2,11859,'20.x'),(2,11859,'master'),(2,11860,'20.x'),(2,11860,'master'),(2,11861,'20.x'),(2,11861,'master'),(2,11862,'20.x'),(2,11862,'master'),(2,11863,'20.x'),(2,11863,'master'),(2,11864,'20.x'),(2,11864,'master'),(2,11865,'20.x'),(2,11865,'master'),(2,11866,'20.x'),(2,11866,'master'),(2,11867,'20.x'),(2,11867,'master'),(2,11868,'20.x'),(2,11868,'master'),(2,11869,'20.x'),(2,11869,'master'),(2,11870,'20.x'),(2,11870,'master'),(2,11871,'20.x'),(2,11871,'master'),(2,11872,'20.x'),(2,11872,'master'),(2,11873,'20.x'),(2,11873,'master'),(2,11874,'20.x'),(2,11874,'master'),(2,11875,'20.x'),(2,11875,'master'),(2,11876,'20.x'),(2,11876,'master'),(2,11877,'20.x'),(2,11877,'master'),(2,11878,'20.x'),(2,11878,'master'),(2,11879,'20.x'),(2,11879,'master'),(2,11880,'20.x'),(2,11880,'master'),(2,11881,'20.x'),(2,11881,'master'),(2,11882,'20.x'),(2,11882,'master'),(2,11883,'20.x'),(2,11883,'master'),(2,11884,'20.x'),(2,11884,'master'),(2,11885,'20.x'),(2,11885,'master'),(2,11886,'20.x'),(2,11886,'master'),(2,11887,'20.x'),(2,11887,'master'),(2,11888,'20.x'),(2,11888,'master'),(2,11889,'20.x'),(2,11889,'master'),(2,11890,'20.x'),(2,11890,'master'),(2,11891,'20.x'),(2,11891,'master'),(2,11892,'20.x'),(2,11892,'master'),(2,11893,'20.x'),(2,11893,'master'),(2,11894,'20.x'),(2,11894,'master'),(2,11895,'20.x'),(2,11895,'master'),(2,11896,'20.x'),(2,11896,'master'),(2,11897,'20.x'),(2,11897,'master'),(2,11898,'20.x'),(2,11898,'master'),(2,11899,'20.x'),(2,11899,'master'),(2,11900,'20.x'),(2,11900,'master'),(2,11901,'20.x'),(2,11901,'master'),(2,11902,'20.x'),(2,11902,'master'),(2,11903,'20.x'),(2,11903,'master'),(2,11904,'20.x'),(2,11904,'master'),(2,11905,'20.x'),(2,11905,'master'),(2,11906,'20.x'),(2,11906,'master'),(2,11907,'20.x'),(2,11907,'master'),(2,11908,'20.x'),(2,11908,'master'),(2,11909,'20.x'),(2,11909,'master'),(2,11910,'20.x'),(2,11910,'master'),(2,11911,'20.x'),(2,11911,'master'),(2,11912,'20.x'),(2,11912,'master'),(2,11913,'20.x'),(2,11913,'master'),(2,11914,'20.x'),(2,11914,'master'),(2,11915,'20.x'),(2,11915,'master'),(2,11916,'20.x'),(2,11916,'master'),(2,11917,'20.x'),(2,11917,'master'),(2,11918,'20.x'),(2,11918,'master'),(2,11919,'20.x'),(2,11919,'master'),(2,11920,'20.x'),(2,11920,'master'),(2,11921,'20.x'),(2,11921,'master'),(2,11922,'20.x'),(2,11922,'master'),(2,11923,'20.x'),(2,11923,'master'),(2,11924,'20.x'),(2,11924,'master'),(2,11925,'20.x'),(2,11925,'master'),(2,11926,'20.x'),(2,11926,'master'),(2,11927,'20.x'),(2,11927,'master'),(2,11928,'20.x'),(2,11928,'master'),(2,11929,'20.x'),(2,11929,'master'),(2,11930,'20.x'),(2,11930,'master'),(2,11931,'20.x'),(2,11931,'master'),(2,11932,'20.x'),(2,11932,'master'),(2,11933,'20.x'),(2,11933,'master'),(2,11934,'20.x'),(2,11934,'master'),(2,11935,'20.x'),(2,11935,'master'),(2,11936,'20.x'),(2,11936,'master'),(2,11937,'20.x'),(2,11937,'master'),(2,11938,'20.x'),(2,11938,'master'),(2,11939,'20.x'),(2,11939,'master'),(2,11940,'20.x'),(2,11940,'master'),(2,11941,'20.x'),(2,11941,'master'),(2,11942,'20.x'),(2,11942,'master'),(2,11943,'20.x'),(2,11943,'master'),(2,11944,'20.x'),(2,11944,'master'),(2,11945,'20.x'),(2,11945,'master'),(2,11946,'20.x'),(2,11946,'master'),(2,11947,'20.x'),(2,11947,'master'),(2,11948,'20.x'),(2,11948,'master'),(2,11949,'20.x'),(2,11949,'master'),(2,11950,'20.x'),(2,11950,'master'),(2,11951,'20.x'),(2,11951,'master'),(2,11952,'20.x'),(2,11952,'master'),(2,11953,'20.x'),(2,11953,'master'),(2,11954,'20.x'),(2,11954,'master'),(2,11955,'20.x'),(2,11955,'master'),(2,11956,'20.x'),(2,11956,'master'),(2,11957,'20.x'),(2,11957,'master'),(2,11958,'20.x'),(2,11958,'master'),(2,11959,'20.x'),(2,11959,'master'),(2,11960,'20.x'),(2,11960,'master'),(2,11961,'20.x'),(2,11961,'master'),(2,11962,'20.x'),(2,11962,'master'),(2,11963,'20.x'),(2,11963,'master'),(2,11964,'20.x'),(2,11964,'master'),(2,11965,'20.x'),(2,11965,'master'),(2,11966,'20.x'),(2,11966,'master'),(2,11967,'20.x'),(2,11967,'master'),(2,11968,'20.x'),(2,11968,'master'),(2,11969,'20.x'),(2,11969,'master'),(2,11970,'20.x'),(2,11970,'master'),(2,11971,'20.x'),(2,11971,'master'),(2,11972,'20.x'),(2,11972,'master'),(2,11973,'20.x'),(2,11973,'master'),(2,11974,'20.x'),(2,11974,'master'),(2,11975,'20.x'),(2,11975,'master'),(2,11976,'20.x'),(2,11976,'master'),(2,11977,'20.x'),(2,11977,'master'),(2,11978,'20.x'),(2,11978,'master'),(2,11979,'20.x'),(2,11979,'master'),(2,11980,'20.x'),(2,11980,'master'),(2,11981,'20.x'),(2,11981,'master'),(2,11982,'20.x'),(2,11982,'master'),(2,11983,'20.x'),(2,11983,'master'),(2,11984,'20.x'),(2,11984,'master'),(2,11985,'20.x'),(2,11985,'master'),(2,11986,'20.x'),(2,11986,'master'),(2,11987,'20.x'),(2,11987,'master'),(2,11988,'20.x'),(2,11988,'master'),(2,11989,'20.x'),(2,11989,'master'),(2,11990,'20.x'),(2,11990,'master'),(2,11991,'20.x'),(2,11991,'master'),(2,11992,'20.x'),(2,11992,'master'),(2,11993,'20.x'),(2,11993,'master'),(2,11994,'20.x'),(2,11994,'master'),(2,11995,'20.x'),(2,11995,'master'),(2,11996,'20.x'),(2,11996,'master'),(2,11997,'20.x'),(2,11997,'master'),(2,11998,'20.x'),(2,11998,'master'),(2,11999,'20.x'),(2,11999,'master'),(2,12000,'20.x'),(2,12000,'master'),(2,12001,'20.x'),(2,12001,'master'),(2,12002,'20.x'),(2,12002,'master'),(2,12003,'20.x'),(2,12003,'master'),(2,12004,'20.x'),(2,12004,'master'),(2,12005,'20.x'),(2,12005,'master'),(2,12006,'20.x'),(2,12006,'master'),(2,12007,'20.x'),(2,12007,'master'),(2,12008,'20.x'),(2,12008,'master'),(2,12009,'20.x'),(2,12009,'master'),(2,12010,'20.x'),(2,12010,'master'),(2,12011,'20.x'),(2,12011,'master'),(2,12012,'20.x'),(2,12012,'master'),(2,12013,'20.x'),(2,12013,'master'),(2,12014,'20.x'),(2,12014,'master'),(2,12015,'20.x'),(2,12015,'master'),(2,12016,'20.x'),(2,12016,'master'),(2,12017,'20.x'),(2,12017,'master'),(2,12018,'20.x'),(2,12018,'master'),(2,12019,'20.x'),(2,12019,'master'),(2,12020,'20.x'),(2,12020,'master'),(2,12021,'20.x'),(2,12021,'master'),(2,12022,'20.x'),(2,12022,'master'),(2,12023,'20.x'),(2,12023,'master'),(2,12024,'20.x'),(2,12024,'master'),(2,12025,'20.x'),(2,12025,'master'),(2,12026,'20.x'),(2,12026,'master'),(2,12027,'20.x'),(2,12027,'master'),(2,12028,'20.x'),(2,12028,'master'),(2,12029,'20.x'),(2,12029,'master'),(2,12030,'20.x'),(2,12030,'master'),(2,12031,'20.x'),(2,12031,'master'),(2,12032,'20.x'),(2,12032,'master'),(2,12033,'20.x'),(2,12033,'master'),(2,12034,'20.x'),(2,12034,'master'),(2,12035,'20.x'),(2,12035,'master'),(2,12036,'20.x'),(2,12036,'master'),(2,12037,'20.x'),(2,12037,'master'),(2,12038,'20.x'),(2,12038,'master'),(2,12039,'20.x'),(2,12039,'master'),(2,12040,'20.x'),(2,12040,'master'),(2,12041,'20.x'),(2,12041,'master'),(2,12042,'20.x'),(2,12042,'master'),(2,12043,'20.x'),(2,12043,'master'),(2,12044,'20.x'),(2,12044,'master'),(2,12045,'20.x'),(2,12045,'master'),(2,12046,'20.x'),(2,12046,'master'),(2,12047,'20.x'),(2,12047,'master'),(2,12048,'20.x'),(2,12048,'master'),(2,12049,'20.x'),(2,12049,'master'),(2,12050,'20.x'),(2,12050,'master'),(2,12051,'20.x'),(2,12051,'master'),(2,12052,'20.x'),(2,12052,'master'),(2,12053,'20.x'),(2,12053,'master'),(2,12054,'20.x'),(2,12054,'master'),(2,12055,'20.x'),(2,12055,'master'),(2,12056,'20.x'),(2,12056,'master'),(2,12057,'20.x'),(2,12057,'master'),(2,12058,'20.x'),(2,12058,'master'),(2,12059,'20.x'),(2,12059,'master'),(2,12060,'20.x'),(2,12060,'master'),(2,12061,'20.x'),(2,12061,'master'),(2,12062,'20.x'),(2,12062,'master'),(2,12063,'20.x'),(2,12063,'master'),(2,12064,'20.x'),(2,12064,'master'),(2,12065,'20.x'),(2,12065,'master'),(2,12066,'20.x'),(2,12066,'master'),(2,12067,'20.x'),(2,12067,'master'),(2,12068,'20.x'),(2,12068,'master'),(2,12069,'20.x'),(2,12069,'master'),(2,12070,'20.x'),(2,12070,'master'),(2,12071,'20.x'),(2,12071,'master'),(2,12072,'20.x'),(2,12072,'master'),(2,12073,'20.x'),(2,12073,'master'),(2,12074,'20.x'),(2,12074,'master'),(2,12075,'20.x'),(2,12075,'master'),(2,12076,'20.x'),(2,12076,'master'),(2,12077,'20.x'),(2,12077,'master'),(2,12078,'20.x'),(2,12078,'master'),(2,12079,'20.x'),(2,12079,'master'),(2,12080,'20.x'),(2,12080,'master'),(2,12081,'20.x'),(2,12081,'master'),(2,12082,'20.x'),(2,12082,'master'),(2,12083,'20.x'),(2,12083,'master'),(2,12084,'20.x'),(2,12084,'master'),(2,12085,'20.x'),(2,12085,'master'),(2,12086,'20.x'),(2,12086,'master'),(2,12087,'20.x'),(2,12087,'master'),(2,12088,'20.x'),(2,12088,'master'),(2,12089,'20.x'),(2,12089,'master'),(2,12090,'20.x'),(2,12090,'master'),(2,12091,'20.x'),(2,12091,'master'),(2,12092,'20.x'),(2,12092,'master'),(2,12093,'20.x'),(2,12093,'master'),(2,12094,'20.x'),(2,12094,'master'),(2,12095,'20.x'),(2,12095,'master'),(2,12096,'20.x'),(2,12096,'master'),(2,12097,'20.x'),(2,12097,'master'),(2,12098,'20.x'),(2,12098,'master'),(2,12099,'20.x'),(2,12099,'master'),(2,12100,'20.x'),(2,12100,'master'),(2,12101,'20.x'),(2,12101,'master'),(2,12102,'20.x'),(2,12102,'master'),(2,12103,'20.x'),(2,12103,'master'),(2,12104,'20.x'),(2,12104,'master'),(2,12105,'20.x'),(2,12105,'master'),(2,12106,'20.x'),(2,12106,'master'),(2,12107,'20.x'),(2,12107,'master'),(2,12108,'20.x'),(2,12108,'master'),(2,12109,'20.x'),(2,12109,'master'),(2,12110,'20.x'),(2,12110,'master'),(2,12111,'20.x'),(2,12111,'master'),(2,12112,'20.x'),(2,12112,'master'),(2,12113,'20.x'),(2,12113,'master'),(2,12114,'20.x'),(2,12114,'master'),(2,12115,'20.x'),(2,12115,'master'),(2,12116,'20.x'),(2,12116,'master'),(2,12117,'20.x'),(2,12117,'master'),(2,12118,'20.x'),(2,12118,'master'),(2,12119,'20.x'),(2,12119,'master'),(2,12120,'20.x'),(2,12120,'master'),(2,12121,'20.x'),(2,12121,'master'),(2,12122,'20.x'),(2,12122,'master'),(2,12123,'20.x'),(2,12123,'master'),(2,12124,'20.x'),(2,12124,'master'),(2,12125,'20.x'),(2,12125,'master'),(2,12126,'20.x'),(2,12126,'master'),(2,12127,'20.x'),(2,12127,'master'),(2,12128,'20.x'),(2,12128,'master'),(2,12129,'20.x'),(2,12129,'master'),(2,12130,'20.x'),(2,12130,'master'),(2,12131,'20.x'),(2,12131,'master'),(2,12132,'20.x'),(2,12132,'master'),(2,12133,'20.x'),(2,12133,'master'),(2,12134,'20.x'),(2,12134,'master'),(2,12135,'20.x'),(2,12135,'master'),(2,12136,'20.x'),(2,12136,'master'),(2,12137,'20.x'),(2,12137,'master'),(2,12138,'20.x'),(2,12138,'master'),(2,12139,'20.x'),(2,12139,'master'),(2,12140,'20.x'),(2,12140,'master'),(2,12141,'20.x'),(2,12141,'master'),(2,12142,'20.x'),(2,12142,'master'),(2,12143,'20.x'),(2,12143,'master'),(2,12144,'20.x'),(2,12144,'master'),(2,12145,'20.x'),(2,12145,'master'),(2,12146,'20.x'),(2,12146,'master'),(2,12147,'20.x'),(2,12147,'master'),(2,12148,'20.x'),(2,12148,'master'),(2,12149,'20.x'),(2,12149,'master'),(2,12150,'20.x'),(2,12150,'master'),(2,12151,'20.x'),(2,12151,'master'),(2,12152,'20.x'),(2,12152,'master'),(2,12153,'20.x'),(2,12153,'master'),(2,12154,'20.x'),(2,12154,'master'),(2,12155,'20.x'),(2,12155,'master'),(2,12156,'20.x'),(2,12156,'master'),(2,12157,'20.x'),(2,12157,'master'),(2,12158,'20.x'),(2,12158,'master'),(2,12159,'20.x'),(2,12159,'master'),(2,12160,'20.x'),(2,12160,'master'),(2,12161,'20.x'),(2,12161,'master'),(2,12162,'20.x'),(2,12162,'master'),(2,12163,'20.x'),(2,12163,'master'),(2,12164,'20.x'),(2,12164,'master'),(2,12165,'20.x'),(2,12165,'master'),(2,12166,'20.x'),(2,12166,'master'),(2,12167,'20.x'),(2,12167,'master'),(2,12168,'20.x'),(2,12168,'master'),(2,12169,'20.x'),(2,12169,'master'),(2,12170,'20.x'),(2,12170,'master'),(2,12171,'20.x'),(2,12171,'master'),(2,12172,'20.x'),(2,12172,'master'),(2,12173,'20.x'),(2,12173,'master'),(2,12174,'20.x'),(2,12174,'master'),(2,12175,'20.x'),(2,12175,'master'),(2,12176,'20.x'),(2,12176,'master'),(2,12177,'20.x'),(2,12177,'master'),(2,12178,'20.x'),(2,12178,'master'),(2,12179,'20.x'),(2,12179,'master'),(2,12180,'20.x'),(2,12180,'master'),(2,12181,'20.x'),(2,12181,'master'),(2,12182,'20.x'),(2,12182,'master'),(2,12183,'20.x'),(2,12183,'master'),(2,12184,'20.x'),(2,12184,'master'),(2,12185,'20.x'),(2,12185,'master'),(2,12186,'20.x'),(2,12186,'master'),(2,12187,'20.x'),(2,12187,'master'),(2,12188,'20.x'),(2,12188,'master'),(2,12189,'20.x'),(2,12189,'master'),(2,12190,'20.x'),(2,12190,'master'),(2,12191,'20.x'),(2,12191,'master'),(2,12192,'20.x'),(2,12192,'master'),(2,12193,'20.x'),(2,12193,'master'),(2,12194,'20.x'),(2,12194,'master'),(2,12195,'20.x'),(2,12195,'master'),(2,12196,'20.x'),(2,12196,'master'),(2,12197,'20.x'),(2,12197,'master'),(2,12198,'20.x'),(2,12198,'master'),(2,12199,'20.x'),(2,12199,'master'),(2,12200,'20.x'),(2,12200,'master'),(2,12201,'20.x'),(2,12201,'master'),(2,12202,'20.x'),(2,12202,'master'),(2,12203,'20.x'),(2,12203,'master'),(2,12204,'20.x'),(2,12204,'master'),(2,12205,'20.x'),(2,12205,'master'),(2,12206,'20.x'),(2,12206,'master'),(2,12207,'20.x'),(2,12207,'master'),(2,12208,'20.x'),(2,12208,'master'),(2,12209,'20.x'),(2,12209,'master'),(2,12210,'20.x'),(2,12210,'master'),(2,12211,'20.x'),(2,12211,'master'),(2,12212,'20.x'),(2,12212,'master'),(2,12213,'20.x'),(2,12213,'master'),(2,12214,'20.x'),(2,12214,'master'),(2,12215,'20.x'),(2,12215,'master'),(2,12216,'20.x'),(2,12216,'master'),(2,12217,'20.x'),(2,12217,'master'),(2,12218,'20.x'),(2,12218,'master'),(2,12219,'20.x'),(2,12219,'master'),(2,12220,'20.x'),(2,12220,'master'),(2,12221,'20.x'),(2,12221,'master'),(2,12222,'20.x'),(2,12222,'master'),(2,12223,'20.x'),(2,12223,'master'),(2,12224,'20.x'),(2,12224,'master'),(2,12225,'20.x'),(2,12225,'master'),(2,12226,'20.x'),(2,12226,'master'),(2,12227,'20.x'),(2,12227,'master'),(2,12228,'20.x'),(2,12228,'master'),(2,12229,'20.x'),(2,12229,'master'),(2,12230,'20.x'),(2,12230,'master'),(2,12231,'20.x'),(2,12231,'master'),(2,12232,'20.x'),(2,12232,'master'),(2,12233,'20.x'),(2,12233,'master'),(2,12234,'20.x'),(2,12234,'master'),(2,12235,'20.x'),(2,12235,'master'),(2,12236,'20.x'),(2,12236,'master'),(2,12237,'20.x'),(2,12237,'master'),(2,12238,'20.x'),(2,12238,'master'),(2,12239,'20.x'),(2,12239,'master'),(2,12240,'20.x'),(2,12240,'master'),(2,12241,'20.x'),(2,12241,'master'),(2,12242,'20.x'),(2,12242,'master'),(2,12243,'20.x'),(2,12243,'master'),(2,12244,'20.x'),(2,12244,'master'),(2,12245,'20.x'),(2,12245,'master'),(2,12246,'20.x'),(2,12246,'master'),(2,12247,'20.x'),(2,12247,'master'),(2,12248,'20.x'),(2,12248,'master'),(2,12249,'20.x'),(2,12249,'master'),(2,12250,'20.x'),(2,12250,'master'),(2,12251,'20.x'),(2,12251,'master'),(2,12252,'20.x'),(2,12252,'master'),(2,12253,'20.x'),(2,12253,'master'),(2,12254,'20.x'),(2,12254,'master'),(2,12255,'20.x'),(2,12255,'master'),(2,12256,'20.x'),(2,12256,'master'),(2,12257,'20.x'),(2,12257,'master'),(2,12258,'20.x'),(2,12258,'master'),(2,12259,'20.x'),(2,12259,'master'),(2,12260,'20.x'),(2,12260,'master'),(2,12261,'20.x'),(2,12261,'master'),(2,12262,'20.x'),(2,12262,'master'),(2,12263,'20.x'),(2,12263,'master'),(2,12264,'20.x'),(2,12264,'master'),(2,12265,'20.x'),(2,12265,'master'),(2,12266,'20.x'),(2,12266,'master'),(2,12267,'20.x'),(2,12267,'master'),(2,12268,'20.x'),(2,12268,'master'),(2,12269,'20.x'),(2,12269,'master'),(2,12270,'20.x'),(2,12270,'master'),(2,12271,'20.x'),(2,12271,'master'),(2,12272,'20.x'),(2,12272,'master'),(2,12273,'20.x'),(2,12273,'master'),(2,12274,'20.x'),(2,12274,'master'),(2,12275,'20.x'),(2,12275,'master'),(2,12276,'20.x'),(2,12276,'master'),(2,12277,'20.x'),(2,12277,'master'),(2,12278,'20.x'),(2,12278,'master'),(2,12279,'20.x'),(2,12279,'master'),(2,12280,'20.x'),(2,12280,'master'),(2,12281,'20.x'),(2,12281,'master'),(2,12282,'20.x'),(2,12282,'master'),(2,12283,'20.x'),(2,12283,'master'),(2,12284,'20.x'),(2,12284,'master'),(2,12285,'20.x'),(2,12285,'master'),(2,12286,'20.x'),(2,12286,'master'),(2,12287,'20.x'),(2,12287,'master'),(2,12288,'20.x'),(2,12288,'master'),(2,12289,'20.x'),(2,12289,'master'),(2,12290,'20.x'),(2,12290,'master'),(2,12291,'20.x'),(2,12291,'master'),(2,12292,'20.x'),(2,12292,'master'),(2,12293,'20.x'),(2,12293,'master'),(2,12294,'20.x'),(2,12294,'master'),(2,12295,'20.x'),(2,12295,'master'),(2,12296,'20.x'),(2,12296,'master'),(2,12297,'20.x'),(2,12297,'master'),(2,12298,'20.x'),(2,12298,'master'),(2,12299,'20.x'),(2,12299,'master'),(2,12300,'20.x'),(2,12300,'master'),(2,12301,'20.x'),(2,12301,'master'),(2,12302,'20.x'),(2,12302,'master'),(2,12303,'20.x'),(2,12303,'master'),(2,12304,'20.x'),(2,12304,'master'),(2,12305,'20.x'),(2,12305,'master'),(2,12306,'20.x'),(2,12306,'master'),(2,12307,'20.x'),(2,12307,'master'),(2,12308,'20.x'),(2,12308,'master'),(2,12309,'20.x'),(2,12309,'master'),(2,12310,'20.x'),(2,12310,'master'),(2,12311,'20.x'),(2,12311,'master'),(2,12312,'20.x'),(2,12312,'master'),(2,12313,'20.x'),(2,12313,'master'),(2,12314,'20.x'),(2,12314,'master'),(2,12315,'20.x'),(2,12315,'master'),(2,12316,'20.x'),(2,12316,'master'),(2,12317,'20.x'),(2,12317,'master'),(2,12318,'20.x'),(2,12318,'master'),(2,12319,'20.x'),(2,12319,'master'),(2,12320,'20.x'),(2,12320,'master'),(2,12321,'20.x'),(2,12321,'master'),(2,12322,'20.x'),(2,12322,'master'),(2,12323,'20.x'),(2,12323,'master'),(2,12324,'20.x'),(2,12324,'master'),(2,12325,'20.x'),(2,12325,'master'),(2,12326,'20.x'),(2,12326,'master'),(2,12327,'20.x'),(2,12327,'master'),(2,12328,'20.x'),(2,12328,'master'),(2,12329,'20.x'),(2,12329,'master'),(2,12330,'20.x'),(2,12330,'master'),(2,12331,'20.x'),(2,12331,'master'),(2,12332,'20.x'),(2,12332,'master'),(2,12333,'20.x'),(2,12333,'master'),(2,12334,'20.x'),(2,12334,'master'),(2,12335,'20.x'),(2,12335,'master'),(2,12336,'20.x'),(2,12336,'master'),(2,12337,'20.x'),(2,12337,'master'),(2,12338,'20.x'),(2,12338,'master'),(2,12339,'20.x'),(2,12339,'master'),(2,12340,'20.x'),(2,12340,'master'),(2,12341,'20.x'),(2,12341,'master'),(2,12342,'20.x'),(2,12342,'master'),(2,12343,'20.x'),(2,12343,'master'),(2,12344,'20.x'),(2,12344,'master'),(2,12345,'20.x'),(2,12345,'master'),(2,12346,'20.x'),(2,12346,'master'),(2,12347,'20.x'),(2,12347,'master'),(2,12348,'20.x'),(2,12348,'master'),(2,12349,'20.x'),(2,12349,'master'),(2,12350,'20.x'),(2,12350,'master'),(2,12351,'20.x'),(2,12351,'master'),(2,12352,'20.x'),(2,12352,'master'),(2,12353,'20.x'),(2,12353,'master'),(2,12354,'20.x'),(2,12354,'master'),(2,12355,'20.x'),(2,12355,'master'),(2,12356,'20.x'),(2,12356,'master'),(2,12357,'20.x'),(2,12357,'master'),(2,12358,'20.x'),(2,12358,'master'),(2,12359,'20.x'),(2,12359,'master'),(2,12360,'20.x'),(2,12360,'master'),(2,12361,'20.x'),(2,12361,'master'),(2,12362,'20.x'),(2,12362,'master'),(2,12363,'20.x'),(2,12363,'master'),(2,12364,'20.x'),(2,12364,'master'),(2,12365,'20.x'),(2,12365,'master'),(2,12366,'20.x'),(2,12366,'master'),(2,12367,'20.x'),(2,12367,'master'),(2,12368,'20.x'),(2,12368,'master'),(2,12369,'20.x'),(2,12369,'master'),(2,12370,'20.x'),(2,12370,'master'),(2,12371,'20.x'),(2,12371,'master'),(2,12372,'20.x'),(2,12372,'master'),(2,12373,'20.x'),(2,12373,'master'),(2,12374,'20.x'),(2,12374,'master'),(2,12375,'20.x'),(2,12375,'master'),(2,12376,'20.x'),(2,12376,'master'),(2,12377,'20.x'),(2,12377,'master'),(2,12378,'20.x'),(2,12378,'master'),(2,12379,'20.x'),(2,12379,'master'),(2,12380,'20.x'),(2,12380,'master'),(2,12381,'20.x'),(2,12381,'master'),(2,12382,'20.x'),(2,12382,'master'),(2,12383,'20.x'),(2,12383,'master'),(2,12384,'20.x'),(2,12384,'master'),(2,12385,'20.x'),(2,12385,'master'),(2,12386,'20.x'),(2,12386,'master'),(2,12387,'20.x'),(2,12387,'master'),(2,12388,'20.x'),(2,12388,'master'),(2,12389,'20.x'),(2,12389,'master'),(2,12390,'20.x'),(2,12390,'master'),(2,12391,'20.x'),(2,12391,'master'),(2,12392,'20.x'),(2,12392,'master'),(2,12393,'20.x'),(2,12393,'master'),(2,12394,'20.x'),(2,12394,'master'),(2,12395,'20.x'),(2,12395,'master'),(2,12396,'20.x'),(2,12396,'master'),(2,12397,'20.x'),(2,12397,'master'),(2,12398,'20.x'),(2,12398,'master'),(2,12399,'20.x'),(2,12399,'master'),(2,12400,'20.x'),(2,12400,'master'),(2,12401,'20.x'),(2,12401,'master'),(2,12402,'20.x'),(2,12402,'master'),(2,12403,'20.x'),(2,12403,'master'),(2,12404,'20.x'),(2,12404,'master'),(2,12405,'20.x'),(2,12405,'master'),(2,12406,'20.x'),(2,12406,'master'),(2,12407,'20.x'),(2,12407,'master'),(2,12408,'20.x'),(2,12408,'master'),(2,12409,'20.x'),(2,12409,'master'),(2,12410,'20.x'),(2,12410,'master'),(2,12411,'20.x'),(2,12411,'master'),(2,12412,'20.x'),(2,12412,'master'),(2,12413,'20.x'),(2,12413,'master'),(2,12414,'20.x'),(2,12414,'master'),(2,12415,'20.x'),(2,12415,'master'),(2,12416,'20.x'),(2,12416,'master'),(2,12417,'20.x'),(2,12417,'master'),(2,12418,'20.x'),(2,12418,'master'),(2,12419,'20.x'),(2,12419,'master'),(2,12420,'20.x'),(2,12420,'master'),(2,12421,'20.x'),(2,12421,'master'),(2,12422,'20.x'),(2,12422,'master'),(2,12423,'20.x'),(2,12423,'master'),(2,12424,'20.x'),(2,12424,'master'),(2,12425,'20.x'),(2,12425,'master'),(2,12426,'20.x'),(2,12426,'master'),(2,12427,'20.x'),(2,12427,'master'),(2,12428,'20.x'),(2,12428,'master'),(2,12429,'20.x'),(2,12429,'master'),(2,12430,'20.x'),(2,12430,'master'),(2,12431,'20.x'),(2,12431,'master'),(2,12432,'20.x'),(2,12432,'master'),(2,12433,'20.x'),(2,12433,'master'),(2,12434,'20.x'),(2,12434,'master'),(2,12435,'20.x'),(2,12435,'master'),(2,12436,'20.x'),(2,12436,'master'),(2,12437,'20.x'),(2,12437,'master'),(2,12438,'20.x'),(2,12438,'master'),(2,12439,'20.x'),(2,12439,'master'),(2,12440,'20.x'),(2,12440,'master'),(2,12441,'20.x'),(2,12441,'master'),(2,12442,'20.x'),(2,12442,'master'),(2,12443,'20.x'),(2,12443,'master'),(2,12444,'20.x'),(2,12444,'master'),(2,12445,'20.x'),(2,12445,'master'),(2,12446,'20.x'),(2,12446,'master'),(2,12447,'20.x'),(2,12447,'master'),(2,12448,'20.x'),(2,12448,'master'),(2,12449,'20.x'),(2,12449,'master'),(2,12450,'20.x'),(2,12450,'master'),(2,12451,'20.x'),(2,12451,'master'),(2,12452,'20.x'),(2,12452,'master'),(2,12453,'20.x'),(2,12453,'master'),(2,12454,'20.x'),(2,12454,'master'),(2,12455,'20.x'),(2,12455,'master'),(2,12456,'20.x'),(2,12456,'master'),(2,12457,'20.x'),(2,12457,'master'),(2,12458,'20.x'),(2,12458,'master'),(2,12459,'20.x'),(2,12459,'master'),(2,12460,'20.x'),(2,12460,'master'),(2,12461,'20.x'),(2,12461,'master'),(2,12462,'20.x'),(2,12462,'master'),(2,12463,'20.x'),(2,12463,'master'),(2,12464,'20.x'),(2,12464,'master'),(2,12465,'20.x'),(2,12465,'master'),(2,12466,'20.x'),(2,12466,'master'),(2,12467,'20.x'),(2,12467,'master'),(2,12468,'20.x'),(2,12468,'master'),(2,12469,'20.x'),(2,12469,'master'),(2,12470,'20.x'),(2,12470,'master'),(2,12471,'20.x'),(2,12471,'master'),(2,12472,'20.x'),(2,12472,'master'),(2,12473,'20.x'),(2,12473,'master'),(2,12474,'20.x'),(2,12474,'master'),(2,12475,'20.x'),(2,12475,'master'),(2,12476,'20.x'),(2,12476,'master'),(2,12477,'20.x'),(2,12477,'master'),(2,12478,'20.x'),(2,12478,'master'),(2,12479,'20.x'),(2,12479,'master'),(2,12480,'20.x'),(2,12480,'master'),(2,12481,'20.x'),(2,12481,'master'),(2,12482,'20.x'),(2,12482,'master'),(2,12483,'20.x'),(2,12483,'master'),(2,12484,'20.x'),(2,12484,'master'),(2,12485,'20.x'),(2,12485,'master'),(2,12486,'20.x'),(2,12486,'master'),(2,12487,'20.x'),(2,12487,'master'),(2,12488,'20.x'),(2,12488,'master'),(2,12489,'20.x'),(2,12489,'master'),(2,12490,'20.x'),(2,12490,'master'),(2,12491,'20.x'),(2,12491,'master'),(2,12492,'20.x'),(2,12492,'master'),(2,12493,'20.x'),(2,12493,'master'),(2,12494,'20.x'),(2,12494,'master'),(2,12495,'20.x'),(2,12495,'master'),(2,12496,'20.x'),(2,12496,'master'),(2,12497,'20.x'),(2,12497,'master'),(2,12498,'20.x'),(2,12498,'master'),(2,12499,'20.x'),(2,12499,'master'),(2,12500,'20.x'),(2,12500,'master'),(2,12501,'20.x'),(2,12501,'master'),(2,12502,'20.x'),(2,12502,'master'),(2,12503,'20.x'),(2,12503,'master'),(2,12504,'20.x'),(2,12504,'master'),(2,12505,'20.x'),(2,12505,'master'),(2,12506,'20.x'),(2,12506,'master'),(2,12507,'20.x'),(2,12507,'master'),(2,12508,'20.x'),(2,12508,'master'),(2,12509,'20.x'),(2,12509,'master'),(2,12510,'20.x'),(2,12510,'master'),(2,12511,'20.x'),(2,12511,'master'),(2,12512,'20.x'),(2,12512,'master'),(2,12513,'20.x'),(2,12513,'master'),(2,12514,'20.x'),(2,12514,'master'),(2,12515,'20.x'),(2,12515,'master'),(2,12516,'20.x'),(2,12516,'master'),(2,12517,'20.x'),(2,12517,'master'),(2,12518,'20.x'),(2,12518,'master'),(2,12519,'20.x'),(2,12519,'master'),(2,12520,'20.x'),(2,12520,'master'),(2,12521,'20.x'),(2,12521,'master'),(2,12522,'20.x'),(2,12522,'master'),(2,12523,'20.x'),(2,12523,'master'),(2,12524,'20.x'),(2,12524,'master'),(2,12525,'20.x'),(2,12525,'master'),(2,12526,'20.x'),(2,12526,'master'),(2,12527,'20.x'),(2,12527,'master'),(2,12528,'20.x'),(2,12528,'master'),(2,12529,'20.x'),(2,12529,'master'),(2,12530,'20.x'),(2,12530,'master'),(2,12531,'20.x'),(2,12531,'master'),(2,12532,'20.x'),(2,12532,'master'),(2,12533,'20.x'),(2,12533,'master'),(2,12534,'20.x'),(2,12534,'master'),(2,12535,'20.x'),(2,12535,'master'),(2,12536,'20.x'),(2,12536,'master'),(2,12537,'20.x'),(2,12537,'master'),(2,12538,'20.x'),(2,12538,'master'),(2,12539,'20.x'),(2,12539,'master'),(2,12540,'20.x'),(2,12540,'master'),(2,12541,'20.x'),(2,12541,'master'),(2,12542,'20.x'),(2,12542,'master'),(2,12543,'20.x'),(2,12543,'master'),(2,12544,'20.x'),(2,12544,'master'),(2,12545,'20.x'),(2,12545,'master'),(2,12546,'20.x'),(2,12546,'master'),(2,12547,'20.x'),(2,12547,'master'),(2,12548,'20.x'),(2,12548,'master'),(2,12549,'20.x'),(2,12549,'master'),(2,12550,'20.x'),(2,12550,'master'),(2,12551,'20.x'),(2,12551,'master'),(2,12552,'20.x'),(2,12552,'master'),(2,12553,'20.x'),(2,12553,'master'),(2,12554,'20.x'),(2,12554,'master'),(2,12555,'20.x'),(2,12555,'master'),(2,12556,'20.x'),(2,12556,'master'),(2,12557,'20.x'),(2,12557,'master'),(2,12558,'20.x'),(2,12558,'master'),(2,12559,'20.x'),(2,12559,'master'),(2,12560,'20.x'),(2,12560,'master'),(2,12561,'20.x'),(2,12561,'master'),(2,12562,'20.x'),(2,12562,'master'),(2,12563,'20.x'),(2,12563,'master'),(2,12564,'20.x'),(2,12564,'master'),(2,12565,'20.x'),(2,12565,'master'),(2,12566,'20.x'),(2,12566,'master'),(2,12567,'20.x'),(2,12567,'master'),(2,12568,'20.x'),(2,12568,'master'),(2,12569,'20.x'),(2,12569,'master'),(2,12570,'20.x'),(2,12570,'master'),(2,12571,'20.x'),(2,12571,'master'),(2,12572,'20.x'),(2,12572,'master'),(2,12573,'20.x'),(2,12573,'master'),(2,12574,'20.x'),(2,12574,'master'),(2,12575,'20.x'),(2,12575,'master'),(2,12576,'20.x'),(2,12576,'master'),(2,12577,'20.x'),(2,12577,'master'),(2,12578,'20.x'),(2,12578,'master'),(2,12579,'20.x'),(2,12579,'master'),(2,12580,'20.x'),(2,12580,'master'),(2,12581,'20.x'),(2,12581,'master'),(2,12582,'20.x'),(2,12582,'master'),(2,12583,'20.x'),(2,12583,'master'),(2,12584,'20.x'),(2,12584,'master'),(2,12585,'20.x'),(2,12585,'master'),(2,12586,'20.x'),(2,12586,'master'),(2,12587,'20.x'),(2,12587,'master'),(2,12588,'20.x'),(2,12588,'master'),(2,12589,'20.x'),(2,12589,'master'),(2,12590,'20.x'),(2,12590,'master'),(2,12591,'20.x'),(2,12591,'master'),(2,12592,'20.x'),(2,12592,'master'),(2,12593,'20.x'),(2,12593,'master'),(2,12594,'20.x'),(2,12594,'master'),(2,12595,'20.x'),(2,12595,'master'),(2,12596,'20.x'),(2,12596,'master'),(2,12597,'20.x'),(2,12597,'master'),(2,12598,'20.x'),(2,12598,'master'),(2,12599,'20.x'),(2,12599,'master'),(2,12600,'20.x'),(2,12600,'master'),(2,12601,'20.x'),(2,12601,'master'),(2,12602,'20.x'),(2,12602,'master'),(2,12603,'20.x'),(2,12603,'master'),(2,12604,'20.x'),(2,12604,'master'),(2,12605,'20.x'),(2,12605,'master'),(2,12606,'20.x'),(2,12606,'master'),(2,12607,'20.x'),(2,12607,'master'),(2,12608,'20.x'),(2,12608,'master'),(2,12609,'20.x'),(2,12609,'master'),(2,12610,'20.x'),(2,12610,'master'),(2,12611,'20.x'),(2,12611,'master'),(2,12612,'20.x'),(2,12612,'master'),(2,12613,'20.x'),(2,12613,'master'),(2,12614,'20.x'),(2,12614,'master'),(2,12615,'20.x'),(2,12615,'master'),(2,12616,'20.x'),(2,12616,'master'),(2,12617,'20.x'),(2,12617,'master'),(2,12618,'20.x'),(2,12618,'master'),(2,12619,'20.x'),(2,12619,'master'),(2,12620,'20.x'),(2,12620,'master'),(2,12621,'20.x'),(2,12621,'master'),(2,12622,'20.x'),(2,12622,'master'),(2,12623,'20.x'),(2,12623,'master'),(2,12624,'20.x'),(2,12624,'master'),(2,12625,'20.x'),(2,12625,'master'),(2,12626,'20.x'),(2,12626,'master'),(2,12627,'20.x'),(2,12627,'master'),(2,12628,'20.x'),(2,12628,'master'),(2,12629,'20.x'),(2,12629,'master'),(2,12630,'20.x'),(2,12630,'master'),(2,12631,'20.x'),(2,12631,'master'),(2,12632,'20.x'),(2,12632,'master'),(2,12633,'20.x'),(2,12633,'master'),(2,12634,'20.x'),(2,12634,'master'),(2,12635,'20.x'),(2,12635,'master'),(2,12636,'20.x'),(2,12636,'master'),(2,12637,'20.x'),(2,12637,'master'),(2,12638,'20.x'),(2,12638,'master'),(2,12639,'20.x'),(2,12639,'master'),(2,12640,'20.x'),(2,12640,'master'),(2,12641,'20.x'),(2,12641,'master'),(2,12642,'20.x'),(2,12642,'master'),(2,12643,'20.x'),(2,12643,'master'),(2,12644,'20.x'),(2,12644,'master'),(2,12645,'20.x'),(2,12645,'master'),(2,12646,'20.x'),(2,12646,'master'),(2,12647,'20.x'),(2,12647,'master'),(2,12648,'20.x'),(2,12648,'master'),(2,12649,'20.x'),(2,12649,'master'),(2,12650,'20.x'),(2,12650,'master'),(2,12651,'20.x'),(2,12651,'master'),(2,12652,'20.x'),(2,12652,'master'),(2,12653,'20.x'),(2,12653,'master'),(2,12654,'20.x'),(2,12654,'master'),(2,12655,'20.x'),(2,12655,'master'),(2,12656,'20.x'),(2,12656,'master'),(2,12657,'20.x'),(2,12657,'master'),(2,12658,'20.x'),(2,12658,'master'),(2,12659,'20.x'),(2,12659,'master'),(2,12660,'20.x'),(2,12660,'master'),(2,12661,'20.x'),(2,12661,'master'),(2,12662,'20.x'),(2,12662,'master'),(2,12663,'20.x'),(2,12663,'master'),(2,12664,'20.x'),(2,12664,'master'),(2,12665,'20.x'),(2,12665,'master'),(2,12666,'20.x'),(2,12666,'master'),(2,12667,'20.x'),(2,12667,'master'),(2,12668,'20.x'),(2,12668,'master'),(2,12669,'20.x'),(2,12669,'master'),(2,12670,'20.x'),(2,12670,'master'),(2,12671,'20.x'),(2,12671,'master'),(2,12672,'20.x'),(2,12672,'master'),(2,12673,'20.x'),(2,12673,'master'),(2,12674,'20.x'),(2,12674,'master'),(2,12675,'20.x'),(2,12675,'master'),(2,12676,'20.x'),(2,12676,'master'),(2,12677,'20.x'),(2,12677,'master'),(2,12678,'20.x'),(2,12678,'master'),(2,12679,'20.x'),(2,12679,'master'),(2,12680,'20.x'),(2,12680,'master'),(2,12681,'20.x'),(2,12681,'master'),(2,12682,'20.x'),(2,12682,'master'),(2,12683,'20.x'),(2,12683,'master'),(2,12684,'20.x'),(2,12684,'master'),(2,12685,'20.x'),(2,12685,'master'),(2,12686,'20.x'),(2,12686,'master'),(2,12687,'20.x'),(2,12687,'master'),(2,12688,'20.x'),(2,12688,'master'),(2,12689,'20.x'),(2,12689,'master'),(2,12690,'20.x'),(2,12690,'master'),(2,12691,'20.x'),(2,12691,'master'),(2,12692,'20.x'),(2,12692,'master'),(2,12693,'20.x'),(2,12693,'master'),(2,12694,'20.x'),(2,12694,'master'),(2,12695,'20.x'),(2,12695,'master'),(2,12696,'20.x'),(2,12696,'master'),(2,12697,'20.x'),(2,12697,'master'),(2,12698,'20.x'),(2,12698,'master'),(2,12699,'20.x'),(2,12699,'master'),(2,12700,'20.x'),(2,12700,'master'),(2,12701,'20.x'),(2,12701,'master'),(2,12702,'20.x'),(2,12702,'master'),(2,12703,'20.x'),(2,12703,'master'),(2,12704,'20.x'),(2,12704,'master'),(2,12705,'20.x'),(2,12705,'master'),(2,12706,'20.x'),(2,12706,'master'),(2,12707,'20.x'),(2,12707,'master'),(2,12708,'20.x'),(2,12708,'master'),(2,12709,'20.x'),(2,12709,'master'),(2,12710,'20.x'),(2,12710,'master'),(2,12711,'20.x'),(2,12711,'master'),(2,12712,'20.x'),(2,12712,'master'),(2,12713,'20.x'),(2,12713,'master'),(2,12714,'20.x'),(2,12714,'master'),(2,12715,'20.x'),(2,12715,'master'),(2,12716,'20.x'),(2,12716,'master'),(2,12717,'20.x'),(2,12717,'master'),(2,12718,'20.x'),(2,12718,'master'),(2,12719,'20.x'),(2,12719,'master'),(2,12720,'20.x'),(2,12720,'master'),(2,12721,'20.x'),(2,12721,'master'),(2,12722,'20.x'),(2,12722,'master'),(2,12723,'20.x'),(2,12723,'master'),(2,12724,'20.x'),(2,12724,'master'),(2,12725,'20.x'),(2,12725,'master'),(2,12726,'20.x'),(2,12726,'master'),(2,12727,'20.x'),(2,12727,'master'),(2,12728,'20.x'),(2,12728,'master'),(2,12729,'20.x'),(2,12729,'master'),(2,12730,'20.x'),(2,12730,'master'),(2,12731,'20.x'),(2,12731,'master'),(2,12732,'20.x'),(2,12732,'master'),(2,12733,'20.x'),(2,12733,'master'),(2,12734,'20.x'),(2,12734,'master'),(2,12735,'20.x'),(2,12735,'master'),(2,12736,'20.x'),(2,12736,'master'),(2,12737,'20.x'),(2,12737,'master'),(2,12738,'20.x'),(2,12738,'master'),(2,12739,'20.x'),(2,12739,'master'),(2,12740,'20.x'),(2,12740,'master'),(2,12741,'20.x'),(2,12741,'master'),(2,12742,'20.x'),(2,12742,'master'),(2,12743,'20.x'),(2,12743,'master'),(2,12744,'20.x'),(2,12744,'master'),(2,12745,'20.x'),(2,12745,'master'),(2,12746,'20.x'),(2,12746,'master'),(2,12747,'20.x'),(2,12747,'master'),(2,12748,'20.x'),(2,12748,'master'),(2,12749,'20.x'),(2,12749,'master'),(2,12750,'20.x'),(2,12750,'master'),(2,12751,'20.x'),(2,12751,'master'),(2,12752,'20.x'),(2,12752,'master'),(2,12753,'20.x'),(2,12753,'master'),(2,12754,'20.x'),(2,12754,'master'),(2,12755,'20.x'),(2,12755,'master'),(2,12756,'20.x'),(2,12756,'master'),(2,12757,'20.x'),(2,12757,'master'),(2,12758,'20.x'),(2,12758,'master'),(2,12759,'20.x'),(2,12759,'master'),(2,12760,'20.x'),(2,12760,'master'),(2,12761,'20.x'),(2,12761,'master'),(2,12762,'20.x'),(2,12762,'master'),(2,12763,'20.x'),(2,12763,'master'),(2,12764,'20.x'),(2,12764,'master'),(2,12765,'20.x'),(2,12765,'master'),(2,12766,'20.x'),(2,12766,'master'),(2,12767,'20.x'),(2,12767,'master'),(2,12768,'20.x'),(2,12768,'master'),(2,12769,'20.x'),(2,12769,'master'),(2,12770,'20.x'),(2,12770,'master'),(2,12771,'20.x'),(2,12771,'master'),(2,12772,'20.x'),(2,12772,'master'),(2,12773,'20.x'),(2,12773,'master'),(2,12774,'20.x'),(2,12774,'master'),(2,12775,'20.x'),(2,12775,'master'),(2,12776,'20.x'),(2,12776,'master'),(2,12777,'20.x'),(2,12777,'master'),(2,12778,'20.x'),(2,12778,'master'),(2,12779,'20.x'),(2,12779,'master'),(2,12780,'20.x'),(2,12780,'master'),(2,12781,'20.x'),(2,12781,'master'),(2,12782,'20.x'),(2,12782,'master'),(2,12783,'20.x'),(2,12783,'master'),(2,12784,'20.x'),(2,12784,'master'),(2,12785,'20.x'),(2,12785,'master'),(2,12786,'20.x'),(2,12786,'master'),(2,12787,'20.x'),(2,12787,'master'),(2,12788,'20.x'),(2,12788,'master'),(2,12789,'20.x'),(2,12789,'master'),(2,12790,'20.x'),(2,12790,'master'),(2,12791,'20.x'),(2,12791,'master'),(2,12792,'20.x'),(2,12792,'master'),(2,12793,'20.x'),(2,12793,'master'),(2,12794,'20.x'),(2,12794,'master'),(2,12795,'20.x'),(2,12795,'master'),(2,12796,'20.x'),(2,12796,'master'),(2,12797,'20.x'),(2,12797,'master'),(2,12798,'20.x'),(2,12798,'master'),(2,12799,'20.x'),(2,12799,'master'),(2,12800,'20.x'),(2,12800,'master'),(2,12801,'20.x'),(2,12801,'master'),(2,12802,'20.x'),(2,12802,'master'),(2,12803,'20.x'),(2,12803,'master'),(2,12804,'20.x'),(2,12804,'master'),(2,12805,'20.x'),(2,12805,'master'),(2,12806,'20.x'),(2,12806,'master'),(2,12807,'20.x'),(2,12807,'master'),(2,12808,'20.x'),(2,12808,'master'),(2,12809,'20.x'),(2,12809,'master'),(2,12810,'20.x'),(2,12810,'master'),(2,12811,'20.x'),(2,12811,'master'),(2,12812,'20.x'),(2,12812,'master'),(2,12813,'20.x'),(2,12813,'master'),(2,12814,'20.x'),(2,12814,'master'),(2,12815,'20.x'),(2,12815,'master'),(2,12816,'20.x'),(2,12816,'master'),(2,12817,'20.x'),(2,12817,'master'),(2,12818,'20.x'),(2,12818,'master'),(2,12819,'20.x'),(2,12819,'master'),(2,12820,'20.x'),(2,12820,'master'),(2,12821,'20.x'),(2,12821,'master'),(2,12822,'20.x'),(2,12822,'master'),(2,12823,'20.x'),(2,12823,'master'),(2,12824,'20.x'),(2,12824,'master'),(2,12825,'20.x'),(2,12825,'master'),(2,12826,'20.x'),(2,12826,'master'),(2,12827,'20.x'),(2,12827,'master'),(2,12828,'20.x'),(2,12828,'master'),(2,12829,'20.x'),(2,12829,'master'),(2,12830,'20.x'),(2,12830,'master'),(2,12831,'20.x'),(2,12831,'master'),(2,12832,'20.x'),(2,12832,'master'),(2,12833,'20.x'),(2,12833,'master'),(2,12834,'20.x'),(2,12834,'master'),(2,12835,'20.x'),(2,12835,'master'),(2,12836,'20.x'),(2,12836,'master'),(2,12837,'20.x'),(2,12837,'master'),(2,12838,'20.x'),(2,12838,'master'),(2,12839,'20.x'),(2,12839,'master'),(2,12840,'20.x'),(2,12840,'master'),(2,12841,'20.x'),(2,12841,'master'),(2,12842,'20.x'),(2,12842,'master'),(2,12843,'20.x'),(2,12843,'master'),(2,12844,'20.x'),(2,12844,'master'),(2,12845,'20.x'),(2,12845,'master'),(2,12846,'20.x'),(2,12846,'master'),(2,12847,'20.x'),(2,12847,'master'),(2,12848,'20.x'),(2,12848,'master'),(2,12849,'20.x'),(2,12849,'master'),(2,12850,'20.x'),(2,12850,'master'),(2,12851,'20.x'),(2,12851,'master'),(2,12852,'20.x'),(2,12852,'master'),(2,12853,'20.x'),(2,12853,'master'),(2,12854,'20.x'),(2,12854,'master'),(2,12855,'20.x'),(2,12855,'master'),(2,12856,'20.x'),(2,12856,'master'),(2,12857,'20.x'),(2,12857,'master'),(2,12858,'20.x'),(2,12858,'master'),(2,12859,'20.x'),(2,12859,'master'),(2,12860,'20.x'),(2,12860,'master'),(2,12861,'20.x'),(2,12861,'master'),(2,12862,'20.x'),(2,12862,'master'),(2,12863,'20.x'),(2,12863,'master'),(2,12864,'20.x'),(2,12864,'master'),(2,12865,'20.x'),(2,12865,'master'),(2,12866,'20.x'),(2,12866,'master'),(2,12867,'20.x'),(2,12867,'master'),(2,12868,'20.x'),(2,12868,'master'),(2,12869,'20.x'),(2,12869,'master'),(2,12870,'20.x'),(2,12870,'master'),(2,12871,'20.x'),(2,12871,'master'),(2,12872,'20.x'),(2,12872,'master'),(2,12873,'20.x'),(2,12873,'master'),(2,12874,'20.x'),(2,12874,'master'),(2,12875,'20.x'),(2,12875,'master'),(2,12876,'20.x'),(2,12876,'master'),(2,12877,'20.x'),(2,12877,'master'),(2,12878,'20.x'),(2,12878,'master'),(2,12879,'20.x'),(2,12879,'master'),(2,12880,'20.x'),(2,12880,'master'),(2,12881,'20.x'),(2,12881,'master'),(2,12882,'20.x'),(2,12882,'master'),(2,12883,'20.x'),(2,12883,'master'),(2,12884,'20.x'),(2,12884,'master'),(2,12885,'20.x'),(2,12885,'master'),(2,12886,'20.x'),(2,12886,'master'),(2,12887,'20.x'),(2,12887,'master'),(2,12888,'20.x'),(2,12888,'master'),(2,12889,'20.x'),(2,12889,'master'),(2,12890,'20.x'),(2,12890,'master'),(2,12891,'20.x'),(2,12891,'master'),(2,12892,'20.x'),(2,12892,'master'),(2,12893,'20.x'),(2,12893,'master'),(2,12894,'20.x'),(2,12894,'master'),(2,12895,'20.x'),(2,12895,'master'),(2,12896,'20.x'),(2,12896,'master'),(2,12897,'20.x'),(2,12897,'master'),(2,12898,'20.x'),(2,12898,'master'),(2,12899,'20.x'),(2,12899,'master'),(2,12900,'20.x'),(2,12900,'master'),(2,12901,'20.x'),(2,12901,'master'),(2,12902,'20.x'),(2,12902,'master'),(2,12903,'20.x'),(2,12903,'master'),(2,12904,'20.x'),(2,12904,'master'),(2,12905,'20.x'),(2,12905,'master'),(2,12906,'20.x'),(2,12906,'master'),(2,12907,'20.x'),(2,12907,'master'),(2,12908,'20.x'),(2,12908,'master'),(2,12909,'20.x'),(2,12909,'master'),(2,12910,'20.x'),(2,12910,'master'),(2,12911,'20.x'),(2,12911,'master'),(2,12912,'20.x'),(2,12912,'master'),(2,12913,'20.x'),(2,12913,'master'),(2,12914,'20.x'),(2,12914,'master'),(2,12915,'20.x'),(2,12915,'master'),(2,12916,'20.x'),(2,12916,'master'),(2,12917,'20.x'),(2,12917,'master'),(2,12918,'20.x'),(2,12918,'master'),(2,12919,'20.x'),(2,12919,'master'),(2,12920,'20.x'),(2,12920,'master'),(2,12921,'20.x'),(2,12921,'master'),(2,12922,'20.x'),(2,12922,'master'),(2,12923,'20.x'),(2,12923,'master'),(2,12924,'20.x'),(2,12924,'master'),(2,12925,'20.x'),(2,12925,'master'),(2,12926,'20.x'),(2,12926,'master'),(2,12927,'20.x'),(2,12927,'master'),(2,12928,'20.x'),(2,12928,'master'),(2,12929,'20.x'),(2,12929,'master'),(2,12930,'20.x'),(2,12930,'master'),(2,12931,'20.x'),(2,12931,'master'),(2,12932,'20.x'),(2,12932,'master'),(2,12933,'20.x'),(2,12933,'master'),(2,12934,'20.x'),(2,12934,'master'),(2,12935,'20.x'),(2,12935,'master'),(2,12936,'20.x'),(2,12936,'master'),(2,12937,'20.x'),(2,12937,'master'),(2,12938,'20.x'),(2,12938,'master'),(2,12939,'20.x'),(2,12939,'master'),(2,12940,'20.x'),(2,12940,'master'),(2,12941,'20.x'),(2,12941,'master'),(2,12942,'20.x'),(2,12942,'master'),(2,12943,'20.x'),(2,12943,'master'),(2,12944,'20.x'),(2,12944,'master'),(2,12945,'20.x'),(2,12945,'master'),(2,12946,'20.x'),(2,12946,'master'),(2,12947,'20.x'),(2,12947,'master'),(2,12948,'20.x'),(2,12948,'master'),(2,12949,'20.x'),(2,12949,'master'),(2,12950,'20.x'),(2,12950,'master'),(2,12951,'20.x'),(2,12951,'master'),(2,12952,'20.x'),(2,12952,'master'),(2,12953,'20.x'),(2,12953,'master'),(2,12954,'20.x'),(2,12954,'master'),(2,12955,'20.x'),(2,12955,'master'),(2,12956,'20.x'),(2,12956,'master'),(2,12957,'20.x'),(2,12957,'master'),(2,12958,'20.x'),(2,12958,'master'),(2,12959,'20.x'),(2,12959,'master'),(2,12960,'20.x'),(2,12960,'master'),(2,12961,'20.x'),(2,12961,'master'),(2,12962,'20.x'),(2,12962,'master'),(2,12963,'20.x'),(2,12963,'master'),(2,12964,'20.x'),(2,12964,'master'),(2,12965,'20.x'),(2,12965,'master'),(2,12966,'20.x'),(2,12966,'master'),(2,12967,'20.x'),(2,12967,'master'),(2,12968,'20.x'),(2,12968,'master'),(2,12969,'20.x'),(2,12969,'master'),(2,12970,'20.x'),(2,12970,'master'),(2,12971,'20.x'),(2,12971,'master'),(2,12972,'20.x'),(2,12972,'master'),(2,12973,'20.x'),(2,12973,'master'),(2,12974,'20.x'),(2,12974,'master'),(2,12975,'20.x'),(2,12975,'master'),(2,12976,'20.x'),(2,12976,'master'),(2,12977,'20.x'),(2,12977,'master'),(2,12978,'20.x'),(2,12978,'master'),(2,12979,'20.x'),(2,12979,'master'),(2,12980,'20.x'),(2,12980,'master'),(2,12981,'20.x'),(2,12981,'master'),(2,12982,'20.x'),(2,12982,'master'),(2,12983,'20.x'),(2,12983,'master'),(2,12984,'20.x'),(2,12984,'master'),(2,12985,'20.x'),(2,12985,'master'),(2,12986,'20.x'),(2,12986,'master'),(2,12987,'20.x'),(2,12987,'master'),(2,12988,'20.x'),(2,12988,'master'),(2,12989,'20.x'),(2,12989,'master'),(2,12990,'20.x'),(2,12990,'master'),(2,12991,'20.x'),(2,12991,'master'),(2,12992,'20.x'),(2,12992,'master'),(2,12993,'20.x'),(2,12993,'master'),(2,12994,'20.x'),(2,12994,'master'),(2,12995,'20.x'),(2,12995,'master'),(2,12996,'20.x'),(2,12996,'master'),(2,12997,'20.x'),(2,12997,'master'),(2,12998,'20.x'),(2,12998,'master'),(2,12999,'20.x'),(2,12999,'master'),(2,13000,'20.x'),(2,13000,'master'),(2,13001,'20.x'),(2,13001,'master'),(2,13002,'20.x'),(2,13002,'master'),(2,13003,'20.x'),(2,13003,'master'),(2,13004,'20.x'),(2,13004,'master'),(2,13005,'20.x'),(2,13005,'master'),(2,13006,'20.x'),(2,13006,'master'),(2,13007,'20.x'),(2,13007,'master'),(2,13008,'20.x'),(2,13008,'master'),(2,13009,'20.x'),(2,13009,'master'),(2,13010,'20.x'),(2,13010,'master'),(2,13011,'20.x'),(2,13011,'master'),(2,13012,'20.x'),(2,13012,'master'),(2,13013,'20.x'),(2,13013,'master'),(2,13014,'20.x'),(2,13014,'master'),(2,13015,'20.x'),(2,13015,'master'),(2,13016,'20.x'),(2,13016,'master'),(2,13017,'20.x'),(2,13017,'master'),(2,13018,'20.x'),(2,13018,'master'),(2,13019,'20.x'),(2,13019,'master'),(2,13020,'20.x'),(2,13020,'master'),(2,13021,'20.x'),(2,13021,'master'),(2,13022,'20.x'),(2,13022,'master'),(2,13023,'20.x'),(2,13023,'master'),(2,13024,'20.x'),(2,13024,'master'),(2,13025,'20.x'),(2,13025,'master'),(2,13026,'20.x'),(2,13026,'master'),(2,13027,'20.x'),(2,13027,'master'),(2,13028,'20.x'),(2,13028,'master'),(2,13029,'20.x'),(2,13029,'master'),(2,13030,'20.x'),(2,13030,'master'),(2,13031,'20.x'),(2,13031,'master'),(2,13032,'20.x'),(2,13032,'master'),(2,13033,'20.x'),(2,13033,'master'),(2,13034,'20.x'),(2,13034,'master'),(2,13035,'20.x'),(2,13035,'master'),(2,13036,'20.x'),(2,13036,'master'),(2,13037,'20.x'),(2,13037,'master'),(2,13038,'20.x'),(2,13038,'master'),(2,13039,'20.x'),(2,13039,'master'),(2,13040,'20.x'),(2,13040,'master'),(2,13041,'20.x'),(2,13041,'master'),(2,13042,'20.x'),(2,13042,'master'),(2,13043,'20.x'),(2,13043,'master'),(2,13044,'20.x'),(2,13044,'master'),(2,13045,'20.x'),(2,13045,'master'),(2,13046,'20.x'),(2,13046,'master'),(2,13047,'20.x'),(2,13047,'master'),(2,13048,'20.x'),(2,13048,'master'),(2,13049,'20.x'),(2,13049,'master'),(2,13050,'20.x'),(2,13050,'master'),(2,13051,'20.x'),(2,13051,'master'),(2,13052,'20.x'),(2,13052,'master'),(2,13053,'20.x'),(2,13053,'master'),(2,13054,'20.x'),(2,13054,'master'),(2,13055,'20.x'),(2,13055,'master'),(2,13056,'20.x'),(2,13056,'master'),(2,13057,'20.x'),(2,13057,'master'),(2,13058,'20.x'),(2,13058,'master'),(2,13059,'20.x'),(2,13059,'master'),(2,13060,'20.x'),(2,13060,'master'),(2,13061,'20.x'),(2,13061,'master'),(2,13062,'20.x'),(2,13062,'master'),(2,13063,'20.x'),(2,13063,'master'),(2,13064,'20.x'),(2,13064,'master'),(2,13065,'20.x'),(2,13065,'master'),(2,13066,'20.x'),(2,13066,'master'),(2,13067,'20.x'),(2,13067,'master'),(2,13068,'20.x'),(2,13068,'master'),(2,13069,'20.x'),(2,13069,'master'),(2,13070,'20.x'),(2,13070,'master'),(2,13071,'20.x'),(2,13071,'master'),(2,13072,'20.x'),(2,13072,'master'),(2,13073,'20.x'),(2,13073,'master'),(2,13074,'20.x'),(2,13074,'master'),(2,13075,'20.x'),(2,13075,'master'),(2,13076,'20.x'),(2,13076,'master'),(2,13077,'20.x'),(2,13077,'master'),(2,13078,'20.x'),(2,13078,'master'),(2,13079,'20.x'),(2,13079,'master'),(2,13080,'20.x'),(2,13080,'master'),(2,13081,'20.x'),(2,13081,'master'),(2,13082,'20.x'),(2,13082,'master'),(2,13083,'20.x'),(2,13083,'master'),(2,13084,'20.x'),(2,13084,'master'),(2,13085,'20.x'),(2,13085,'master'),(2,13086,'20.x'),(2,13086,'master'),(2,13087,'20.x'),(2,13087,'master'),(2,13088,'20.x'),(2,13088,'master'),(2,13089,'20.x'),(2,13089,'master'),(2,13090,'20.x'),(2,13090,'master'),(2,13091,'20.x'),(2,13091,'master'),(2,13092,'20.x'),(2,13092,'master'),(2,13093,'20.x'),(2,13093,'master'),(2,13094,'20.x'),(2,13094,'master'),(2,13095,'20.x'),(2,13095,'master'),(2,13096,'20.x'),(2,13096,'master'),(2,13097,'20.x'),(2,13097,'master'),(2,13098,'20.x'),(2,13098,'master'),(2,13099,'20.x'),(2,13099,'master'),(2,13100,'20.x'),(2,13100,'master'),(2,13101,'20.x'),(2,13101,'master'),(2,13102,'20.x'),(2,13102,'master'),(2,13103,'20.x'),(2,13103,'master'),(2,13104,'20.x'),(2,13104,'master'),(2,13105,'20.x'),(2,13105,'master'),(2,13106,'20.x'),(2,13106,'master'),(2,13107,'20.x'),(2,13107,'master'),(2,13108,'20.x'),(2,13108,'master'),(2,13109,'20.x'),(2,13109,'master'),(2,13110,'20.x'),(2,13110,'master'),(2,13111,'20.x'),(2,13111,'master'),(2,13112,'20.x'),(2,13112,'master'),(2,13113,'20.x'),(2,13113,'master'),(2,13114,'20.x'),(2,13114,'master'),(2,13115,'20.x'),(2,13115,'master'),(2,13116,'20.x'),(2,13116,'master'),(2,13117,'20.x'),(2,13117,'master'),(2,13118,'20.x'),(2,13118,'master'),(2,13119,'20.x'),(2,13119,'master'),(2,13120,'20.x'),(2,13120,'master'),(2,13121,'20.x'),(2,13121,'master'),(2,13122,'20.x'),(2,13122,'master'),(2,13123,'20.x'),(2,13123,'master'),(2,13124,'20.x'),(2,13124,'master'),(2,13125,'20.x'),(2,13125,'master'),(2,13126,'20.x'),(2,13126,'master'),(2,13127,'20.x'),(2,13127,'master'),(2,13128,'20.x'),(2,13128,'master'),(2,13129,'20.x'),(2,13129,'master'),(2,13130,'20.x'),(2,13130,'master'),(2,13131,'20.x'),(2,13131,'master'),(2,13132,'20.x'),(2,13132,'master'),(2,13133,'20.x'),(2,13133,'master'),(2,13134,'20.x'),(2,13134,'master'),(2,13135,'20.x'),(2,13135,'master'),(2,13136,'20.x'),(2,13136,'master'),(2,13137,'20.x'),(2,13137,'master'),(2,13138,'20.x'),(2,13138,'master'),(2,13139,'20.x'),(2,13139,'master'),(2,13140,'20.x'),(2,13140,'master'),(2,13141,'20.x'),(2,13141,'master'),(2,13142,'20.x'),(2,13142,'master'),(2,13143,'20.x'),(2,13143,'master'),(2,13144,'20.x'),(2,13144,'master'),(2,13145,'20.x'),(2,13145,'master'),(2,13146,'20.x'),(2,13146,'master'),(2,13147,'20.x'),(2,13147,'master'),(2,13148,'20.x'),(2,13148,'master'),(2,13149,'20.x'),(2,13149,'master'),(2,13150,'20.x'),(2,13150,'master'),(2,13151,'20.x'),(2,13151,'master'),(2,13152,'20.x'),(2,13152,'master'),(2,13153,'20.x'),(2,13153,'master'),(2,13154,'20.x'),(2,13154,'master'),(2,13155,'20.x'),(2,13155,'master'),(2,13156,'20.x'),(2,13156,'master'),(2,13157,'20.x'),(2,13157,'master'),(2,13158,'20.x'),(2,13158,'master'),(2,13159,'20.x'),(2,13159,'master'),(2,13160,'20.x'),(2,13160,'master'),(2,13161,'20.x'),(2,13161,'master'),(2,13162,'20.x'),(2,13162,'master'),(2,13163,'20.x'),(2,13163,'master'),(2,13164,'20.x'),(2,13164,'master'),(2,13165,'20.x'),(2,13165,'master'),(2,13166,'20.x'),(2,13166,'master'),(2,13167,'20.x'),(2,13167,'master'),(2,13168,'20.x'),(2,13168,'master'),(2,13169,'20.x'),(2,13169,'master'),(2,13170,'20.x'),(2,13170,'master'),(2,13171,'20.x'),(2,13171,'master'),(2,13172,'20.x'),(2,13172,'master'),(2,13173,'20.x'),(2,13173,'master'),(2,13174,'20.x'),(2,13174,'master'),(2,13175,'20.x'),(2,13175,'master'),(2,13176,'20.x'),(2,13176,'master'),(2,13177,'20.x'),(2,13177,'master'),(2,13178,'20.x'),(2,13178,'master'),(2,13179,'20.x'),(2,13179,'master'),(2,13180,'20.x'),(2,13180,'master'),(2,13181,'20.x'),(2,13181,'master'),(2,13182,'20.x'),(2,13182,'master'),(2,13183,'20.x'),(2,13183,'master'),(2,13184,'20.x'),(2,13184,'master'),(2,13185,'20.x'),(2,13185,'master'),(2,13186,'20.x'),(2,13186,'master'),(2,13187,'20.x'),(2,13187,'master'),(2,13188,'20.x'),(2,13188,'master'),(2,13189,'20.x'),(2,13189,'master'),(2,13190,'20.x'),(2,13190,'master'),(2,13191,'20.x'),(2,13191,'master'),(2,13192,'20.x'),(2,13192,'master'),(2,13193,'20.x'),(2,13193,'master'),(2,13194,'20.x'),(2,13194,'master'),(2,13195,'20.x'),(2,13195,'master'),(2,13196,'20.x'),(2,13196,'master'),(2,13197,'20.x'),(2,13197,'master'),(2,13198,'20.x'),(2,13198,'master'),(2,13199,'20.x'),(2,13199,'master'),(2,13200,'20.x'),(2,13200,'master'),(2,13201,'20.x'),(2,13201,'master'),(2,13202,'20.x'),(2,13202,'master'),(2,13203,'20.x'),(2,13203,'master'),(2,13204,'20.x'),(2,13204,'master'),(2,13205,'20.x'),(2,13205,'master'),(2,13206,'20.x'),(2,13206,'master'),(2,13207,'20.x'),(2,13207,'master'),(2,13208,'20.x'),(2,13208,'master'),(2,13209,'20.x'),(2,13209,'master'),(2,13210,'20.x'),(2,13210,'master'),(2,13211,'20.x'),(2,13211,'master'),(2,13212,'20.x'),(2,13212,'master'),(2,13213,'20.x'),(2,13213,'master'),(2,13214,'20.x'),(2,13214,'master'),(2,13215,'20.x'),(2,13215,'master'),(2,13216,'20.x'),(2,13216,'master'),(2,13217,'20.x'),(2,13217,'master'),(2,13218,'20.x'),(2,13218,'master'),(2,13219,'20.x'),(2,13219,'master'),(2,13220,'20.x'),(2,13220,'master'),(2,13221,'20.x'),(2,13221,'master'),(2,13222,'20.x'),(2,13222,'master'),(2,13223,'20.x'),(2,13223,'master'),(2,13224,'20.x'),(2,13224,'master'),(2,13225,'20.x'),(2,13225,'master'),(2,13226,'20.x'),(2,13226,'master'),(2,13227,'20.x'),(2,13227,'master'),(2,13228,'20.x'),(2,13228,'master'),(2,13229,'20.x'),(2,13229,'master'),(2,13230,'20.x'),(2,13230,'master'),(2,13231,'20.x'),(2,13231,'master'),(2,13232,'20.x'),(2,13232,'master'),(2,13233,'20.x'),(2,13233,'master'),(2,13234,'20.x'),(2,13234,'master'),(2,13235,'20.x'),(2,13235,'master'),(2,13236,'20.x'),(2,13236,'master'),(2,13237,'20.x'),(2,13237,'master'),(2,13238,'20.x'),(2,13238,'master'),(2,13239,'20.x'),(2,13239,'master'),(2,13240,'20.x'),(2,13240,'master'),(2,13241,'20.x'),(2,13241,'master'),(2,13242,'20.x'),(2,13242,'master'),(2,13243,'20.x'),(2,13243,'master'),(2,13244,'20.x'),(2,13244,'master'),(2,13245,'20.x'),(2,13245,'master'),(2,13246,'20.x'),(2,13246,'master'),(2,13247,'20.x'),(2,13247,'master'),(2,13248,'20.x'),(2,13248,'master'),(2,13249,'20.x'),(2,13249,'master'),(2,13250,'20.x'),(2,13250,'master'),(2,13251,'20.x'),(2,13251,'master'),(2,13252,'20.x'),(2,13252,'master'),(2,13253,'20.x'),(2,13253,'master'),(2,13254,'20.x'),(2,13254,'master'),(2,13255,'20.x'),(2,13255,'master'),(2,13256,'20.x'),(2,13256,'master'),(2,13257,'20.x'),(2,13257,'master'),(2,13258,'20.x'),(2,13258,'master'),(2,13259,'20.x'),(2,13259,'master'),(2,13260,'20.x'),(2,13260,'master'),(2,13261,'20.x'),(2,13261,'master'),(2,13262,'20.x'),(2,13262,'master'),(2,13263,'20.x'),(2,13263,'master'),(2,13264,'20.x'),(2,13264,'master'),(2,13265,'20.x'),(2,13265,'master'),(2,13266,'20.x'),(2,13266,'master'),(2,13267,'20.x'),(2,13267,'master'),(2,13268,'20.x'),(2,13268,'master'),(2,13269,'20.x'),(2,13269,'master'),(2,13270,'20.x'),(2,13270,'master'),(2,13271,'20.x'),(2,13271,'master'),(2,13272,'20.x'),(2,13272,'master'),(2,13273,'20.x'),(2,13273,'master'),(2,13274,'20.x'),(2,13274,'master'),(2,13275,'20.x'),(2,13275,'master'),(2,13276,'20.x'),(2,13276,'master'),(2,13277,'20.x'),(2,13277,'master'),(2,13278,'20.x'),(2,13278,'master'),(2,13279,'20.x'),(2,13279,'master'),(2,13280,'20.x'),(2,13280,'master'),(2,13281,'20.x'),(2,13281,'master'),(2,13282,'20.x'),(2,13282,'master'),(2,13283,'20.x'),(2,13283,'master'),(2,13284,'20.x'),(2,13284,'master'),(2,13285,'20.x'),(2,13285,'master'),(2,13286,'20.x'),(2,13286,'master'),(2,13287,'20.x'),(2,13287,'master'),(2,13288,'20.x'),(2,13288,'master'),(2,13289,'20.x'),(2,13289,'master'),(2,13290,'20.x'),(2,13290,'master'),(2,13291,'20.x'),(2,13291,'master'),(2,13292,'20.x'),(2,13292,'master'),(2,13293,'20.x'),(2,13293,'master'),(2,13294,'20.x'),(2,13294,'master'),(2,13295,'20.x'),(2,13295,'master'),(2,13296,'20.x'),(2,13296,'master'),(2,13297,'20.x'),(2,13297,'master'),(2,13298,'20.x'),(2,13298,'master'),(2,13299,'20.x'),(2,13299,'master'),(2,13300,'20.x'),(2,13300,'master'),(2,13301,'20.x'),(2,13301,'master'),(2,13302,'20.x'),(2,13302,'master'),(2,13303,'20.x'),(2,13303,'master'),(2,13304,'20.x'),(2,13304,'master'),(2,13305,'20.x'),(2,13305,'master'),(2,13306,'20.x'),(2,13306,'master'),(2,13307,'20.x'),(2,13307,'master'),(2,13308,'20.x'),(2,13308,'master'),(2,13309,'20.x'),(2,13309,'master'),(2,13310,'20.x'),(2,13310,'master'),(2,13311,'20.x'),(2,13311,'master'),(2,13312,'20.x'),(2,13312,'master'),(2,13313,'20.x'),(2,13313,'master'),(2,13314,'20.x'),(2,13314,'master'),(2,13315,'20.x'),(2,13315,'master'),(2,13316,'20.x'),(2,13316,'master'),(2,13317,'20.x'),(2,13317,'master'),(2,13318,'20.x'),(2,13318,'master'),(2,13319,'20.x'),(2,13319,'master'),(2,13320,'20.x'),(2,13320,'master'),(2,13321,'20.x'),(2,13321,'master'),(2,13322,'20.x'),(2,13322,'master'),(2,13323,'20.x'),(2,13323,'master'),(2,13324,'20.x'),(2,13324,'master'),(2,13325,'20.x'),(2,13325,'master'),(2,13326,'20.x'),(2,13326,'master'),(2,13327,'20.x'),(2,13327,'master'),(2,13328,'20.x'),(2,13328,'master'),(2,13329,'20.x'),(2,13329,'master'),(2,13330,'20.x'),(2,13330,'master'),(2,13331,'20.x'),(2,13331,'master'),(2,13332,'20.x'),(2,13332,'master'),(2,13333,'20.x'),(2,13333,'master'),(2,13334,'20.x'),(2,13334,'master'),(2,13335,'20.x'),(2,13335,'master'),(2,13336,'20.x'),(2,13336,'master'),(2,13337,'20.x'),(2,13337,'master'),(2,13338,'20.x'),(2,13338,'master'),(2,13339,'20.x'),(2,13339,'master'),(2,13340,'20.x'),(2,13340,'master'),(2,13341,'20.x'),(2,13341,'master'),(2,13342,'20.x'),(2,13342,'master'),(2,13343,'20.x'),(2,13343,'master'),(2,13344,'20.x'),(2,13344,'master'),(2,13345,'20.x'),(2,13345,'master'),(2,13346,'20.x'),(2,13346,'master'),(2,13347,'20.x'),(2,13347,'master'),(2,13348,'20.x'),(2,13348,'master'),(2,13349,'20.x'),(2,13349,'master'),(2,13350,'20.x'),(2,13350,'master'),(2,13351,'20.x'),(2,13351,'master'),(2,13352,'20.x'),(2,13352,'master'),(2,13353,'20.x'),(2,13353,'master'),(2,13354,'20.x'),(2,13354,'master'),(2,13355,'20.x'),(2,13355,'master'),(2,13356,'20.x'),(2,13356,'master'),(2,13357,'20.x'),(2,13357,'master'),(2,13358,'20.x'),(2,13358,'master'),(2,13359,'20.x'),(2,13359,'master'),(2,13360,'20.x'),(2,13360,'master'),(2,13361,'20.x'),(2,13361,'master'),(2,13362,'20.x'),(2,13362,'master'),(2,13363,'20.x'),(2,13363,'master'),(2,13364,'20.x'),(2,13364,'master'),(2,13365,'20.x'),(2,13365,'master'),(2,13366,'20.x'),(2,13366,'master'),(2,13367,'20.x'),(2,13367,'master'),(2,13368,'20.x'),(2,13368,'master'),(2,13369,'20.x'),(2,13369,'master'),(2,13370,'20.x'),(2,13370,'master'),(2,13371,'20.x'),(2,13371,'master'),(2,13372,'20.x'),(2,13372,'master'),(2,13373,'20.x'),(2,13373,'master'),(2,13374,'20.x'),(2,13374,'master'),(2,13375,'20.x'),(2,13375,'master'),(2,13376,'20.x'),(2,13376,'master'),(2,13377,'20.x'),(2,13377,'master'),(2,13378,'20.x'),(2,13378,'master'),(2,13379,'20.x'),(2,13379,'master'),(2,13380,'20.x'),(2,13380,'master'),(2,13381,'20.x'),(2,13381,'master'),(2,13382,'20.x'),(2,13382,'master'),(2,13383,'20.x'),(2,13383,'master'),(2,13384,'20.x'),(2,13384,'master'),(2,13385,'20.x'),(2,13385,'master'),(2,13386,'20.x'),(2,13386,'master'),(2,13387,'20.x'),(2,13387,'master'),(2,13388,'20.x'),(2,13388,'master'),(2,13389,'20.x'),(2,13389,'master'),(2,13390,'20.x'),(2,13390,'master'),(2,13391,'20.x'),(2,13391,'master'),(2,13392,'20.x'),(2,13392,'master'),(2,13393,'20.x'),(2,13393,'master'),(2,13394,'20.x'),(2,13394,'master'),(2,13395,'20.x'),(2,13395,'master'),(2,13396,'20.x'),(2,13396,'master'),(2,13397,'20.x'),(2,13397,'master'),(2,13398,'20.x'),(2,13398,'master'),(2,13399,'20.x'),(2,13399,'master'),(2,13400,'20.x'),(2,13400,'master'),(2,13401,'20.x'),(2,13401,'master'),(2,13402,'20.x'),(2,13402,'master'),(2,13403,'20.x'),(2,13403,'master'),(2,13404,'20.x'),(2,13404,'master'),(2,13405,'20.x'),(2,13405,'master'),(2,13406,'20.x'),(2,13406,'master'),(2,13407,'20.x'),(2,13407,'master'),(2,13408,'20.x'),(2,13408,'master'),(2,13409,'20.x'),(2,13409,'master'),(2,13410,'20.x'),(2,13410,'master'),(2,13411,'20.x'),(2,13411,'master'),(2,13412,'20.x'),(2,13412,'master'),(2,13413,'20.x'),(2,13413,'master'),(2,13414,'20.x'),(2,13414,'master'),(2,13415,'20.x'),(2,13415,'master'),(2,13416,'20.x'),(2,13416,'master'),(2,13417,'20.x'),(2,13417,'master'),(2,13418,'20.x'),(2,13418,'master'),(2,13419,'20.x'),(2,13419,'master'),(2,13420,'20.x'),(2,13420,'master'),(2,13421,'20.x'),(2,13421,'master'),(2,13422,'20.x'),(2,13422,'master'),(2,13423,'20.x'),(2,13423,'master'),(2,13424,'20.x'),(2,13424,'master'),(2,13425,'20.x'),(2,13425,'master'),(2,13426,'20.x'),(2,13426,'master'),(2,13427,'20.x'),(2,13427,'master'),(2,13428,'20.x'),(2,13428,'master'),(2,13429,'20.x'),(2,13429,'master'),(2,13430,'20.x'),(2,13430,'master'),(2,13431,'20.x'),(2,13431,'master'),(2,13432,'20.x'),(2,13432,'master'),(2,13433,'20.x'),(2,13433,'master'),(2,13434,'20.x'),(2,13434,'master'),(2,13435,'20.x'),(2,13435,'master'),(2,13436,'20.x'),(2,13436,'master'),(2,13437,'20.x'),(2,13437,'master'),(2,13438,'20.x'),(2,13438,'master'),(2,13439,'20.x'),(2,13439,'master'),(2,13440,'20.x'),(2,13440,'master'),(2,13441,'20.x'),(2,13441,'master'),(2,13442,'20.x'),(2,13442,'master'),(2,13443,'20.x'),(2,13443,'master'),(2,13444,'20.x'),(2,13444,'master'),(2,13445,'20.x'),(2,13445,'master'),(2,13446,'20.x'),(2,13446,'master'),(2,13447,'20.x'),(2,13447,'master'),(2,13448,'20.x'),(2,13448,'master'),(2,13449,'20.x'),(2,13449,'master'),(2,13450,'20.x'),(2,13450,'master'),(2,13451,'20.x'),(2,13451,'master'),(2,13452,'20.x'),(2,13452,'master'),(2,13453,'20.x'),(2,13453,'master'),(2,13454,'20.x'),(2,13454,'master'),(2,13455,'20.x'),(2,13455,'master'),(2,13456,'20.x'),(2,13456,'master'),(2,13457,'20.x'),(2,13457,'master'),(2,13458,'20.x'),(2,13458,'master'),(2,13459,'20.x'),(2,13459,'master'),(2,13460,'20.x'),(2,13460,'master'),(2,13461,'20.x'),(2,13461,'master'),(2,13462,'20.x'),(2,13462,'master'),(2,13463,'20.x'),(2,13463,'master'),(2,13464,'20.x'),(2,13464,'master'),(2,13465,'20.x'),(2,13465,'master'),(2,13466,'20.x'),(2,13466,'master'),(2,13467,'20.x'),(2,13467,'master'),(2,13468,'20.x'),(2,13468,'master'),(2,13469,'20.x'),(2,13469,'master'),(2,13470,'20.x'),(2,13470,'master'),(2,13471,'20.x'),(2,13471,'master'),(2,13472,'20.x'),(2,13472,'master'),(2,13473,'20.x'),(2,13473,'master'),(2,13474,'20.x'),(2,13474,'master'),(2,13475,'20.x'),(2,13475,'master'),(2,13476,'master'),(2,13477,'master'),(2,13478,'master'),(2,13479,'master'),(2,13480,'master'),(2,13481,'master'),(2,13482,'master'),(2,13483,'master'),(2,13484,'master'),(2,13485,'master'),(2,13486,'master'),(2,13487,'master'),(2,13488,'master'),(2,13489,'master'),(2,13490,'master'),(2,13491,'master'),(2,13492,'master'),(2,13493,'master'),(2,13494,'master'),(2,13495,'master'),(2,13496,'master'),(2,13497,'master'),(2,13498,'master'),(2,13499,'master'),(2,13500,'master'),(2,13501,'master'),(2,13502,'master'),(2,13503,'master'),(2,13504,'master'),(2,13505,'master'),(2,13506,'master'),(2,13507,'master'),(2,13508,'master'),(2,13509,'master'),(2,13510,'master'),(2,13511,'master'),(2,13512,'master'),(2,13513,'master'),(2,13514,'master'),(2,13515,'master'),(2,13516,'master'),(2,13517,'master'),(2,13518,'master'),(2,13519,'master'),(2,13520,'master'),(2,13521,'master'),(2,13522,'master'),(2,13523,'master'),(2,13524,'master'),(2,13525,'master'),(2,13526,'master'),(2,13527,'master'),(2,13528,'master'),(2,13529,'master'),(2,13530,'master'),(2,13531,'master'),(2,13532,'master'),(2,13533,'master'),(2,13534,'master'),(2,13535,'master'),(2,13536,'master'),(2,13537,'master'),(2,13538,'master'),(2,13539,'master'),(2,13540,'master'),(2,13541,'master'),(2,13542,'master'),(2,13543,'master'),(2,13544,'master'),(2,13545,'master'),(2,13546,'master'),(2,13547,'master'),(2,13548,'master'),(2,13549,'master'),(2,13550,'master'),(2,13551,'master'),(2,13552,'master'),(2,13553,'master'),(2,13554,'master'),(2,13555,'master'),(2,13556,'master'),(2,13557,'master'),(2,13558,'master'),(2,13559,'master'),(2,13560,'master'),(2,13561,'master'),(2,13562,'master'),(2,13563,'master'),(2,13564,'master'),(2,13565,'master'),(2,13566,'master'),(2,13567,'master'),(2,13568,'master'),(2,13569,'master'),(2,13570,'master'),(2,13571,'master'),(2,13572,'master'),(2,13573,'master'),(2,13574,'master'),(2,13575,'master'),(2,13576,'master'),(2,13577,'master'),(2,13578,'master'),(2,13579,'master'),(2,13580,'master'),(2,13581,'master'),(2,13582,'master'),(2,13583,'master'),(2,13584,'master'),(2,13585,'master'),(2,13586,'master'),(2,13587,'master'),(2,13588,'master'),(2,13589,'master'),(2,13590,'master'),(2,13591,'master'),(2,13592,'master'),(2,13593,'master'),(2,13594,'master'),(2,13595,'master'),(2,13596,'master'),(2,13597,'master'),(2,13598,'master'),(2,13599,'master'),(2,13600,'master'),(2,13601,'master'),(2,13602,'master'),(2,13603,'master'),(2,13604,'master'),(2,13605,'master'),(2,13606,'master'),(2,13607,'master'),(2,13608,'master'),(2,13609,'master'),(2,13610,'master'),(2,13611,'master'),(2,13612,'master'),(2,13613,'master'),(2,13614,'master'),(2,13615,'master'),(2,13616,'master'),(2,13617,'master'),(2,13618,'master'),(2,13619,'master'),(2,13620,'master'),(2,13621,'master'),(2,13622,'master'),(2,13623,'master'),(2,13624,'master'),(2,13625,'master'),(2,13626,'master'),(2,13627,'master'),(2,13628,'master'),(2,13629,'master'),(2,13630,'master'),(2,13631,'master'),(2,13632,'master'),(2,13633,'master'),(2,13634,'master'),(2,13635,'master'),(2,13636,'master'),(2,13637,'master'),(2,13638,'master'),(2,13639,'master'),(2,13640,'master'),(2,13641,'master'),(2,13642,'master'),(2,13643,'master'),(2,13644,'master'),(2,13645,'master'),(2,13646,'master'),(2,13647,'master'),(2,13648,'master'),(2,13649,'master'),(2,13650,'master'),(2,13651,'master'),(2,13652,'master'),(2,13653,'master'),(2,13654,'master'),(2,13655,'master'),(2,13656,'master'),(2,13657,'master'),(2,13658,'master'),(2,13659,'master'),(2,13660,'master'),(2,13661,'master'),(2,13662,'master'),(2,13663,'master'),(2,13664,'master'),(2,13665,'master'),(2,13666,'master'),(2,13667,'master'),(2,13668,'master'),(2,13669,'master'),(2,13670,'master'),(2,13671,'master'),(2,13672,'master'),(2,13673,'master'),(2,13674,'master'),(2,13675,'master'),(2,13676,'master'),(2,13677,'master'),(2,13678,'master'),(2,13679,'master'),(2,13680,'master'),(2,13681,'master'),(2,13682,'master'),(2,13683,'master'),(2,13684,'master'),(2,13685,'master'),(2,13686,'master'),(2,13687,'master'),(2,13688,'master'),(2,13689,'master'),(2,13690,'master'),(2,13691,'master'),(2,13692,'master'),(2,13693,'master'),(2,13694,'master'),(2,13695,'master'),(2,13696,'master'),(2,13697,'master'),(2,13698,'master'),(2,13699,'master'),(2,13700,'master'),(2,13701,'master'),(2,13702,'master'),(2,13703,'master'),(2,13704,'master'),(2,13705,'master'),(2,13706,'master'),(2,13707,'master'),(2,13708,'master'),(2,13709,'master'),(2,13710,'master'),(2,13711,'master'),(2,13712,'master'),(2,13713,'master'),(2,13714,'master'),(2,13715,'master'),(2,13716,'master'),(2,13717,'master'),(2,13718,'master'),(2,13719,'master'),(2,13720,'master'),(2,13721,'master'),(2,13722,'master'),(2,13723,'master'),(2,13724,'master'),(2,13725,'master'),(2,13726,'master'),(2,13727,'master'),(2,13728,'master'),(2,13729,'master'),(2,13730,'master'),(2,13731,'master'),(2,13732,'master'),(2,13733,'master'),(2,13734,'master'),(2,13735,'master'),(2,13736,'master'),(2,13737,'master'),(2,13738,'master'),(2,13739,'master'),(2,13740,'master'),(2,13741,'master'),(2,13742,'master'),(2,13743,'master'),(2,13744,'master'),(2,13745,'master'),(2,13746,'master'),(2,13747,'master'),(2,13748,'master'),(2,13749,'master'),(2,13750,'master'),(2,13751,'master'),(2,13752,'master'),(2,13753,'master'),(2,13754,'master'),(2,13755,'master'),(2,13756,'master'),(2,13757,'master'),(2,13758,'master'),(2,13759,'master'),(2,13760,'master'),(2,13761,'master'),(2,13762,'master'),(2,13763,'master'),(2,13764,'master'),(2,13765,'master'),(2,13766,'master'),(2,13767,'master'),(2,13768,'master'),(2,13769,'master'),(2,13770,'master'),(2,13771,'master'),(2,13772,'master'),(2,13773,'master'),(2,13774,'master'),(2,13775,'master'),(2,13776,'master'),(2,13777,'master'),(2,13778,'master'),(2,13779,'master'),(2,13780,'master'),(2,13781,'master'),(2,13782,'master'),(2,13783,'master'),(2,13784,'master'),(2,13785,'master'),(2,13786,'master'),(2,13787,'master'),(2,13788,'master'),(2,13789,'master'),(2,13790,'master'),(2,13791,'master'),(2,13792,'master'),(2,13793,'master'),(2,13794,'master'),(2,13795,'master'),(2,13796,'master'),(2,13797,'master'),(2,13798,'master'),(2,13799,'master'),(2,13800,'master'),(2,13801,'master'),(2,13802,'master'),(2,13803,'master'),(2,13804,'master'),(2,13805,'master'),(2,13806,'master'),(2,13807,'master'),(2,13808,'master'),(2,13809,'master'),(2,13810,'master'),(2,13811,'master'),(2,13812,'master'),(2,13813,'master'),(2,13814,'master'),(2,13815,'master'),(2,13816,'master'),(2,13817,'master'),(2,13818,'master'),(2,13819,'master'),(2,13820,'master'),(2,13821,'master'),(2,13822,'master'),(2,13823,'master'),(2,13824,'master'),(2,13825,'master'),(2,13826,'master'),(2,13827,'master'),(2,13828,'master'),(2,13829,'master'),(2,13830,'master'),(2,13831,'master'),(2,13832,'master'),(2,13833,'master'),(2,13834,'master'),(2,13835,'master'),(2,13836,'master'),(2,13837,'master'),(2,13838,'master'),(2,13839,'master'),(2,13840,'master'),(2,13841,'master'),(2,13842,'master'),(2,13843,'master'),(2,13844,'master'),(2,13845,'master'),(2,13846,'master'),(2,13847,'master'),(2,13848,'master'),(2,13849,'master'),(2,13850,'master'),(2,13851,'master'),(2,13852,'master'),(2,13853,'master'),(2,13854,'master'),(2,13855,'master'),(2,13856,'master'),(2,13857,'master'),(2,13858,'master'),(2,13859,'master'),(2,13860,'master'),(2,13861,'master'),(2,13862,'master'),(2,13863,'master'),(2,13864,'master'),(2,13865,'master'),(2,13866,'master'),(2,13867,'master'),(2,13868,'master'),(2,13869,'master'),(2,13870,'master'),(2,13871,'master'),(2,13872,'master'),(2,13873,'master'),(2,13874,'master'),(2,13875,'master'),(2,13876,'master'),(2,13877,'master'),(2,13878,'master'),(2,13879,'master'),(2,13880,'master'),(2,13881,'master'),(2,13882,'master'),(2,13883,'master'),(2,13884,'master'),(2,13885,'master'),(2,13886,'master'),(2,13887,'master'),(2,13888,'master'),(2,13889,'master'),(2,13890,'master'),(2,13891,'master'),(2,13892,'master'),(2,13893,'master'),(2,13894,'master'),(2,13895,'master'),(2,13896,'master'),(2,13897,'master'),(2,13898,'master'),(2,13899,'master'),(2,13900,'master'),(2,13901,'master'),(2,13902,'master'),(2,13903,'master'),(2,13904,'master'),(2,13905,'master'),(2,13906,'master'),(2,13907,'master'),(2,13908,'master'),(2,13909,'master'),(2,13910,'master'),(2,13911,'master'),(2,13912,'master'),(2,13913,'master'),(2,13914,'master'),(2,13915,'master'),(2,13916,'master'),(2,13917,'master'),(2,13918,'master'),(2,13919,'master'),(2,13920,'master'),(2,13921,'master'),(2,13922,'master'),(2,13923,'master'),(2,13924,'master'),(2,13925,'master'),(2,13926,'master'),(2,13927,'master'),(2,13928,'master'),(2,13929,'master'),(2,13930,'master'),(2,13931,'master'),(2,13932,'master'),(2,13933,'master'),(2,13934,'master'),(2,13935,'master'),(2,13936,'master'),(2,13937,'master'),(2,13938,'master'),(2,13939,'master'),(2,13940,'master'),(2,13941,'master'),(2,13942,'master'),(2,13943,'master'),(2,13944,'master'),(2,13945,'master'),(2,13946,'master'),(2,13947,'master'),(2,13948,'master'),(2,13949,'master'),(2,13950,'master'),(2,13951,'master'),(2,13952,'master'),(2,13953,'master'),(2,13954,'master'),(2,13955,'master'),(2,13956,'master'),(2,13957,'master'),(2,13958,'master'),(2,13959,'master'),(2,13960,'master'),(2,13961,'master'),(2,13962,'master'),(2,13963,'master'),(2,13964,'master'),(2,13965,'master'),(2,13966,'master'),(2,13967,'master'),(2,13968,'master'),(2,13969,'master'),(2,13970,'master'),(2,13971,'master'),(2,13972,'master'),(2,13973,'master'),(2,13974,'master'),(2,13975,'master'),(2,13976,'master'),(2,13977,'master'),(2,13978,'master'),(2,13979,'master'),(2,13980,'master'),(2,13981,'master'),(2,13982,'master'),(2,13983,'master'),(2,13984,'master'),(2,13985,'master'),(2,13986,'master'),(2,13987,'master'),(2,13988,'master'),(2,13989,'master'),(2,13990,'master'),(2,13991,'master'),(2,13992,'master'),(2,13993,'master'),(2,13994,'master'),(2,13995,'master'),(2,13996,'master'),(2,13997,'master'),(2,13998,'master'),(2,13999,'master'),(2,14000,'master'),(2,14001,'master'),(2,14002,'master'),(2,14003,'master'),(2,14004,'master'),(2,14005,'master'),(2,14006,'master'),(2,14007,'master'),(2,14008,'master'),(2,14009,'master'),(2,14010,'master'),(2,14011,'master'),(2,14012,'master'),(2,14013,'master'),(2,14014,'master'),(2,14015,'master'),(2,14016,'master'),(2,14017,'master'),(2,14018,'master'),(2,14019,'master'),(2,14020,'master'),(2,14021,'master'),(2,14022,'master'),(2,14023,'master'),(2,14024,'master'),(2,14025,'master'),(2,14026,'master'),(2,14027,'master'),(2,14028,'master'),(2,14029,'master'),(2,14030,'master'),(2,14031,'master'),(2,14032,'master'),(2,14033,'master'),(2,14034,'master'),(2,14035,'master'),(2,14036,'master'),(2,14037,'master'),(2,14038,'master'),(2,14039,'master'),(2,14040,'master'),(2,14041,'master'),(2,14042,'master'),(2,14043,'master'),(2,14044,'master'),(2,14045,'master'),(2,14046,'master'),(2,14047,'master'),(2,14048,'master'),(2,14049,'master'),(2,14050,'master'),(2,14051,'master'),(2,14052,'master'),(2,14053,'master'),(2,14054,'master'),(2,14055,'master'),(2,14056,'master'),(2,14057,'master'),(2,14058,'master'),(2,14059,'master'),(2,14060,'master'),(2,14061,'master'),(2,14062,'master'),(2,14063,'master'),(2,14064,'master'),(2,14065,'master'),(2,14066,'master'),(2,14067,'master'),(2,14068,'master'),(2,14069,'master'),(2,14070,'master'),(2,14071,'master'),(2,14072,'master'),(2,14073,'master'),(2,14074,'master'),(2,14075,'master'),(2,14076,'master'),(2,14077,'master'),(2,14078,'master'),(2,14079,'master'),(2,14080,'master'),(2,14081,'master'),(2,14082,'master'),(2,14083,'master'),(2,14084,'master'),(2,14085,'master'),(2,14086,'master'),(2,14087,'master'),(2,14088,'master'),(2,14089,'master'),(2,14090,'master'),(2,14091,'master'),(2,14092,'master'),(2,14093,'master'),(2,14094,'master'),(2,14095,'master'),(2,14096,'master'),(2,14097,'master'),(2,14098,'master'),(2,14099,'master'),(2,14100,'master'),(2,14101,'master'),(2,14102,'master'),(2,14103,'master'),(2,14104,'master'),(2,14105,'master'),(2,14106,'master'),(2,14107,'master'),(2,14108,'master'),(2,14109,'master'),(2,14110,'master'),(2,14111,'master'),(2,14112,'master'),(2,14113,'master'),(2,14114,'master'),(2,14115,'master'),(2,14116,'master'),(2,14117,'master'),(2,14118,'master'),(2,14119,'master'),(2,14120,'master'),(2,14121,'master'),(2,14122,'master'),(2,14123,'master'),(2,14124,'master'),(2,14125,'master'),(2,14126,'master'),(2,14127,'master'),(2,14128,'master'),(2,14129,'master'),(2,14130,'master'),(2,14131,'master'),(2,14132,'master'),(2,14133,'master'),(2,14134,'master'),(2,14135,'master'),(2,14136,'master'),(2,14137,'master'),(2,14138,'master'),(2,14139,'master'),(2,14140,'master'),(2,14141,'master'),(2,14142,'master'),(2,14143,'master'),(2,14144,'master'),(2,14145,'master'),(2,14146,'master'),(2,14147,'master'),(2,14148,'master'),(2,14149,'master'),(2,14150,'master'),(2,14151,'master'),(2,14152,'master'),(2,14153,'master'),(2,14154,'master'),(2,14155,'master'),(2,14156,'master'),(2,14157,'master'),(2,14158,'master'),(2,14159,'master'),(2,14160,'master'),(2,14161,'master'),(2,14162,'master'),(2,14163,'master'),(2,14164,'master'),(2,14165,'master'),(2,14166,'master'),(2,14167,'master'),(2,14168,'master'),(2,14169,'master'),(2,14170,'master'),(2,14171,'master'),(2,14172,'master'),(2,14173,'master'),(2,14174,'master'),(2,14175,'master'),(2,14176,'master'),(2,14177,'master'),(2,14178,'master'),(2,14179,'master'),(2,14180,'master'),(2,14181,'master'),(2,14182,'master'),(2,14183,'master'),(2,14184,'master'),(2,14185,'master'),(2,14186,'master'),(2,14187,'master'),(2,14188,'master'),(2,14189,'master'),(2,14190,'master'),(2,14191,'master'),(2,14192,'master'),(2,14193,'master'),(2,14194,'master'),(2,14195,'master'),(2,14196,'master'),(2,14197,'master'),(2,14198,'master'),(2,14199,'master'),(2,14200,'master'),(2,14201,'master'),(2,14202,'master'),(2,14203,'master'),(2,14204,'master'),(2,14205,'master'),(2,14206,'master'),(2,14207,'master'),(2,14208,'master'),(2,14209,'master'),(2,14210,'master'),(2,14211,'master'),(2,14212,'master'),(2,14213,'master'),(2,14214,'master'),(2,14215,'master'),(2,14216,'master'),(2,14217,'master'),(2,14218,'master'),(2,14219,'master'),(2,14220,'master'),(2,14221,'master'),(2,14222,'master'),(2,14223,'master'),(2,14224,'master'),(2,14225,'master'),(2,14226,'master'),(2,14227,'master'),(2,14228,'master'),(2,14229,'master'),(2,14230,'master'),(2,14231,'master'),(2,14232,'master'),(2,14233,'master'),(2,14234,'master'),(2,14235,'master'),(2,14236,'master'),(2,14237,'master'),(2,14238,'master'),(2,14239,'master'),(2,14240,'master'),(2,14241,'master'),(2,14242,'master'),(2,14243,'master'),(2,14244,'master'),(2,14245,'master'),(2,14246,'master'),(2,14247,'master'),(2,14248,'master'),(2,14249,'master'),(2,14250,'master'),(2,14251,'master'),(2,14252,'master'),(2,14253,'master'),(2,14254,'master'),(2,14255,'master'),(2,14256,'master'),(2,14257,'master'),(2,14258,'master'),(2,14259,'master'),(2,14260,'master'),(2,14261,'master'),(2,14262,'master'),(2,14263,'master'),(2,14264,'master'),(2,14265,'master'),(2,14266,'master'),(2,14267,'master'),(2,14268,'master'),(2,14269,'master'); -/*!40000 ALTER TABLE `zt_repobranch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repofiles` --- - -DROP TABLE IF EXISTS `zt_repofiles`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repofiles` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `path` varchar(255) NOT NULL, - `parent` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `action` char(1) NOT NULL, - PRIMARY KEY (`id`), - KEY `path` (`path`), - KEY `parent` (`parent`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM AUTO_INCREMENT=39882 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repofiles` --- - -LOCK TABLES `zt_repofiles` WRITE; -/*!40000 ALTER TABLE `zt_repofiles` DISABLE KEYS */; -INSERT INTO `zt_repofiles` VALUES (458,2,1010,'/module/report/lang/fr.php','/module/report/lang','file','M'),(457,2,1010,'/module/report/lang/en.php','/module/report/lang','file','M'),(456,2,1010,'/module/report/lang/de.php','/module/report/lang','file','M'),(455,2,1010,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','M'),(454,2,1010,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','M'),(453,2,1010,'/module/projectbuild/lang/zh-cn.php','/module/projectbuild/lang','file','M'),(452,2,1010,'/module/projectbuild/lang/vi.php','/module/projectbuild/lang','file','M'),(451,2,1010,'/module/projectbuild/lang/fr.php','/module/projectbuild/lang','file','M'),(450,2,1010,'/module/projectbuild/lang/en.php','/module/projectbuild/lang','file','M'),(449,2,1010,'/module/projectbuild/lang/de.php','/module/projectbuild/lang','file','M'),(448,2,1010,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(447,2,1010,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(446,2,1010,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(445,2,1010,'/module/project/lang/vi.php','/module/project/lang','file','M'),(444,2,1010,'/module/project/lang/fr.php','/module/project/lang','file','M'),(443,2,1010,'/module/project/lang/en.php','/module/project/lang','file','M'),(442,2,1010,'/module/project/lang/de.php','/module/project/lang','file','M'),(441,2,1010,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(440,2,1010,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(439,2,1010,'/module/productplan/lang/vi.php','/module/productplan/lang','file','M'),(438,2,1010,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(437,2,1010,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(436,2,1010,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(435,2,1010,'/module/product/view/project.html.php','/module/product/view','file','M'),(434,2,1010,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(433,2,1010,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(432,2,1010,'/module/product/lang/vi.php','/module/product/lang','file','M'),(431,2,1010,'/module/product/lang/fr.php','/module/product/lang','file','M'),(430,2,1010,'/module/product/lang/en.php','/module/product/lang','file','M'),(429,2,1010,'/module/product/lang/de.php','/module/product/lang','file','M'),(428,2,1010,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(427,2,1010,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(426,2,1010,'/module/my/lang/vi.php','/module/my/lang','file','M'),(425,2,1010,'/module/my/lang/fr.php','/module/my/lang','file','M'),(424,2,1010,'/module/my/lang/en.php','/module/my/lang','file','M'),(423,2,1010,'/module/my/lang/de.php','/module/my/lang','file','M'),(422,2,1010,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(421,2,1010,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(420,2,1010,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(419,2,1010,'/module/group/lang/vi.php','/module/group/lang','file','M'),(418,2,1010,'/module/group/lang/fr.php','/module/group/lang','file','M'),(417,2,1010,'/module/group/lang/en.php','/module/group/lang','file','M'),(416,2,1010,'/module/group/lang/de.php','/module/group/lang','file','M'),(415,2,1010,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(414,2,1010,'/module/doc/model.php','/module/doc','file','M'),(413,2,1010,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(412,2,1010,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(411,2,1010,'/module/doc/lang/vi.php','/module/doc/lang','file','M'),(410,2,1010,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(409,2,1010,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(408,2,1010,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(407,2,1010,'/module/doc/control.php','/module/doc','file','M'),(406,2,1010,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(405,2,1010,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(404,2,1010,'/module/dev/lang/vi.php','/module/dev/lang','file','M'),(403,2,1010,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(402,2,1010,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(401,2,1010,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(400,2,1010,'/module/custom/model.php','/module/custom','file','M'),(399,2,1010,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(398,2,1010,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(397,2,1010,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(396,2,1010,'/module/convert/lang/vi.php','/module/convert/lang','file','M'),(395,2,1010,'/module/convert/lang/fr.php','/module/convert/lang','file','M'),(394,2,1010,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(393,2,1010,'/module/convert/lang/de.php','/module/convert/lang','file','M'),(392,2,1010,'/module/company/lang/zh-tw.php','/module/company/lang','file','M'),(391,2,1010,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(390,2,1010,'/module/company/lang/vi.php','/module/company/lang','file','M'),(389,2,1010,'/module/company/lang/fr.php','/module/company/lang','file','M'),(388,2,1010,'/module/company/lang/en.php','/module/company/lang','file','M'),(387,2,1010,'/module/company/lang/de.php','/module/company/lang','file','M'),(386,2,1010,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(385,2,1010,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(384,2,1010,'/module/common/lang/vi.php','/module/common/lang','file','M'),(383,2,1010,'/module/common/lang/fr.php','/module/common/lang','file','M'),(382,2,1010,'/module/common/lang/en.php','/module/common/lang','file','M'),(381,2,1010,'/module/common/lang/de.php','/module/common/lang','file','M'),(380,2,1010,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(379,2,1010,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(378,2,1010,'/module/build/lang/vi.php','/module/build/lang','file','M'),(377,2,1010,'/module/build/lang/fr.php','/module/build/lang','file','M'),(376,2,1010,'/module/build/lang/en.php','/module/build/lang','file','M'),(375,2,1010,'/module/build/lang/de.php','/module/build/lang','file','M'),(374,2,1010,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(373,2,1010,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(372,2,1010,'/module/bug/lang/vi.php','/module/bug/lang','file','M'),(371,2,1010,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(370,2,1010,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(369,2,1010,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(368,2,1010,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(367,2,1010,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(366,2,1010,'/module/block/lang/vi.php','/module/block/lang','file','M'),(365,2,1010,'/module/block/lang/fr.php','/module/block/lang','file','M'),(364,2,1010,'/module/block/lang/en.php','/module/block/lang','file','M'),(363,2,1010,'/module/block/lang/de.php','/module/block/lang','file','M'),(362,2,1010,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(361,2,1010,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(360,2,1010,'/module/action/lang/vi.php','/module/action/lang','file','M'),(359,2,1010,'/module/action/lang/fr.php','/module/action/lang','file','M'),(358,2,1010,'/module/action/lang/en.php','/module/action/lang','file','M'),(357,2,1010,'/module/action/lang/de.php','/module/action/lang','file','M'),(356,2,1010,'/framework/router.class.php','/framework','file','M'),(355,2,1010,'/config/zentaopms.php','/config','file','M'),(354,2,1009,'/module/common/lang/vi.php','/module/common/lang','file','M'),(353,2,1009,'/module/common/lang/fr.php','/module/common/lang','file','M'),(352,2,1009,'/module/common/lang/en.php','/module/common/lang','file','M'),(351,2,1009,'/module/common/lang/de.php','/module/common/lang','file','M'),(350,2,1008,'/module/upgrade/lang/vi.php','/module/upgrade/lang','file','M'),(349,2,1008,'/module/upgrade/lang/fr.php','/module/upgrade/lang','file','M'),(348,2,1008,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(347,2,1008,'/module/upgrade/lang/de.php','/module/upgrade/lang','file','M'),(346,2,1008,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(345,2,1008,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(344,2,1008,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(343,2,1008,'/module/projectrelease/lang/vi.php','/module/projectrelease/lang','file','M'),(342,2,1008,'/module/projectrelease/lang/fr.php','/module/projectrelease/lang','file','M'),(341,2,1008,'/module/projectrelease/lang/en.php','/module/projectrelease/lang','file','M'),(340,2,1008,'/module/projectrelease/lang/de.php','/module/projectrelease/lang','file','M'),(339,2,1008,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(338,2,1008,'/module/program/lang/vi.php','/module/program/lang','file','M'),(337,2,1008,'/module/program/lang/fr.php','/module/program/lang','file','M'),(336,2,1008,'/module/program/lang/en.php','/module/program/lang','file','M'),(335,2,1008,'/module/program/lang/de.php','/module/program/lang','file','M'),(334,2,1008,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(333,2,1008,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(332,2,1008,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(331,2,1008,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(330,2,1008,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(329,2,1008,'/module/common/lang/vi.php','/module/common/lang','file','M'),(328,2,1008,'/module/common/lang/fr.php','/module/common/lang','file','M'),(327,2,1008,'/module/common/lang/en.php','/module/common/lang','file','M'),(326,2,1008,'/module/common/lang/de.php','/module/common/lang','file','M'),(325,2,1008,'/module/block/lang/vi.php','/module/block/lang','file','M'),(324,2,1008,'/module/block/lang/fr.php','/module/block/lang','file','M'),(323,2,1008,'/module/block/lang/en.php','/module/block/lang','file','M'),(322,2,1007,'/module/testcase/model.php','/module/testcase','file','M'),(321,2,1007,'/module/story/view/track.html.php','/module/story/view','file','M'),(320,2,1007,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(319,2,1007,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(318,2,1007,'/module/product/view/showerrornone.html.php','/module/product/view','file','M'),(317,2,1007,'/module/bug/control.php','/module/bug','file','M'),(316,2,1006,'/module/user/css/profile.css','/module/user/css','file','M'),(315,2,1004,'/module/upgrade/model.php','/module/upgrade','file','M'),(314,2,1004,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(313,2,1004,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(312,2,1004,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(311,2,1004,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(310,2,1004,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(309,2,1004,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(308,2,1003,'/config/config.php','/config','file','M'),(307,2,1003,'/VERSION','/','file','M'),(306,2,1002,'/module/holiday/model.php','/module/holiday','file','M'),(305,2,1002,'/module/holiday/control.php','/module/holiday','file','M'),(304,2,1001,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(303,2,1000,'/db/update20.0.beta1.sql','/db','file','M'),(302,2,999,'/db/update20.0.beta1.sql','/db','file','M'),(301,2,998,'/module/programplan/control.php','/module/programplan','file','M'),(300,2,997,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(299,2,997,'/module/bug/css/browse.css','/module/bug/css','file','M'),(298,2,996,'/module/programplan/model.php','/module/programplan','file','M'),(297,2,996,'/module/programplan/control.php','/module/programplan','file','M'),(296,2,996,'/module/product/model.php','/module/product','file','M'),(295,2,996,'/module/group/lang/resource.php','/module/group/lang','file','M'),(294,2,995,'/module/upgrade/control.php','/module/upgrade','file','M'),(293,2,994,'/module/project/css/tree.css','/module/project/css','file','M'),(292,2,994,'/module/project/control.php','/module/project','file','M'),(291,2,994,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(290,2,994,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(289,2,993,'/module/search/model.php','/module/search','file','M'),(288,2,992,'/module/holiday/model.php','/module/holiday','file','M'),(287,2,992,'/module/holiday/control.php','/module/holiday','file','M'),(286,2,991,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(285,2,991,'/www/js/zui/min.js','/www/js/zui','file','M'),(284,2,990,'/tools/check.php','/tools','file','M'),(283,2,989,'/module/my/view/story.html.php','/module/my/view','file','M'),(282,2,988,'/module/my/view/project.html.php','/module/my/view','file','M'),(281,2,987,'/module/product/view/view.html.php','/module/product/view','file','M'),(280,2,986,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(279,2,986,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(459,2,1010,'/module/report/lang/vi.php','/module/report/lang','file','M'),(460,2,1010,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(461,2,1010,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(462,2,1010,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(463,2,1010,'/module/score/lang/en.php','/module/score/lang','file','M'),(464,2,1010,'/module/score/lang/vi.php','/module/score/lang','file','M'),(465,2,1010,'/module/story/lang/de.php','/module/story/lang','file','M'),(466,2,1010,'/module/story/lang/en.php','/module/story/lang','file','M'),(467,2,1010,'/module/story/lang/fr.php','/module/story/lang','file','M'),(468,2,1010,'/module/story/lang/vi.php','/module/story/lang','file','M'),(469,2,1010,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(470,2,1010,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(471,2,1010,'/module/story/model.php','/module/story','file','M'),(472,2,1010,'/module/task/lang/de.php','/module/task/lang','file','M'),(473,2,1010,'/module/task/lang/en.php','/module/task/lang','file','M'),(474,2,1010,'/module/task/lang/fr.php','/module/task/lang','file','M'),(475,2,1010,'/module/task/lang/vi.php','/module/task/lang','file','M'),(476,2,1010,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(477,2,1010,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(478,2,1010,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(479,2,1010,'/module/testreport/lang/de.php','/module/testreport/lang','file','M'),(480,2,1010,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(481,2,1010,'/module/testreport/lang/fr.php','/module/testreport/lang','file','M'),(482,2,1010,'/module/testreport/lang/vi.php','/module/testreport/lang','file','M'),(483,2,1010,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(484,2,1010,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(485,2,1010,'/module/testtask/lang/de.php','/module/testtask/lang','file','M'),(486,2,1010,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(487,2,1010,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(488,2,1010,'/module/testtask/lang/vi.php','/module/testtask/lang','file','M'),(489,2,1010,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(490,2,1010,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(491,2,1010,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(492,2,1010,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(493,2,1010,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(494,2,1010,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(495,2,1010,'/module/tree/lang/de.php','/module/tree/lang','file','M'),(496,2,1010,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(497,2,1010,'/module/tree/lang/fr.php','/module/tree/lang','file','M'),(498,2,1010,'/module/tree/lang/vi.php','/module/tree/lang','file','M'),(499,2,1010,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(500,2,1010,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(501,2,1010,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(502,2,1010,'/module/tutorial/lang/fr.php','/module/tutorial/lang','file','M'),(503,2,1010,'/module/tutorial/lang/vi.php','/module/tutorial/lang','file','M'),(504,2,1010,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(505,2,1010,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(506,2,1010,'/module/upgrade/model.php','/module/upgrade','file','M'),(507,2,1010,'/module/user/lang/de.php','/module/user/lang','file','M'),(508,2,1010,'/module/user/lang/en.php','/module/user/lang','file','M'),(509,2,1010,'/module/user/lang/fr.php','/module/user/lang','file','M'),(510,2,1010,'/module/user/lang/vi.php','/module/user/lang','file','M'),(511,2,1010,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(512,2,1010,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(513,2,1010,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(514,2,1010,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(515,2,1010,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(516,2,1010,'/module/webhook/lang/vi.php','/module/webhook/lang','file','M'),(517,2,1010,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(518,2,1010,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(519,2,1010,'/www/checktable.php','/www','file','M'),(520,2,1011,'/module/action/lang/de.php','/module/action/lang','file','M'),(521,2,1011,'/module/action/lang/en.php','/module/action/lang','file','M'),(522,2,1011,'/module/action/lang/fr.php','/module/action/lang','file','M'),(523,2,1011,'/module/action/lang/vi.php','/module/action/lang','file','M'),(524,2,1011,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(525,2,1011,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(526,2,1011,'/module/block/lang/de.php','/module/block/lang','file','M'),(527,2,1011,'/module/block/lang/en.php','/module/block/lang','file','M'),(528,2,1011,'/module/block/lang/fr.php','/module/block/lang','file','M'),(529,2,1011,'/module/block/lang/vi.php','/module/block/lang','file','M'),(530,2,1011,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(531,2,1011,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(532,2,1011,'/module/common/lang/de.php','/module/common/lang','file','M'),(533,2,1011,'/module/common/lang/en.php','/module/common/lang','file','M'),(534,2,1011,'/module/common/lang/fr.php','/module/common/lang','file','M'),(535,2,1011,'/module/common/lang/vi.php','/module/common/lang','file','M'),(536,2,1011,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(537,2,1011,'/module/my/lang/de.php','/module/my/lang','file','M'),(538,2,1011,'/module/my/lang/en.php','/module/my/lang','file','M'),(539,2,1011,'/module/my/lang/fr.php','/module/my/lang','file','M'),(540,2,1011,'/module/my/lang/vi.php','/module/my/lang','file','M'),(541,2,1011,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(542,2,1011,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(543,2,1011,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(544,2,1012,'/module/task/control.php','/module/task','file','M'),(545,2,1012,'/module/task/model.php','/module/task','file','M'),(546,2,1013,'/module/task/model.php','/module/task','file','M'),(547,2,1014,'/module/custom/model.php','/module/custom','file','M'),(548,2,1015,'/module/custom/model.php','/module/custom','file','M'),(549,2,1016,'/config/zentaopms.php','/config','file','M'),(550,2,1016,'/module/action/lang/de.php','/module/action/lang','file','M'),(551,2,1016,'/module/action/lang/en.php','/module/action/lang','file','M'),(552,2,1016,'/module/action/lang/fr.php','/module/action/lang','file','M'),(553,2,1016,'/module/action/lang/vi.php','/module/action/lang','file','M'),(554,2,1016,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(555,2,1016,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(556,2,1016,'/module/common/lang/de.php','/module/common/lang','file','M'),(557,2,1016,'/module/common/lang/en.php','/module/common/lang','file','M'),(558,2,1016,'/module/common/lang/fr.php','/module/common/lang','file','M'),(559,2,1016,'/module/common/lang/vi.php','/module/common/lang','file','M'),(560,2,1016,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(561,2,1016,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(562,2,1016,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(563,2,1016,'/module/project/lang/de.php','/module/project/lang','file','M'),(564,2,1016,'/module/project/lang/en.php','/module/project/lang','file','M'),(565,2,1016,'/module/project/lang/fr.php','/module/project/lang','file','M'),(566,2,1016,'/module/project/lang/vi.php','/module/project/lang','file','M'),(567,2,1016,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(568,2,1016,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(569,2,1016,'/module/task/lang/de.php','/module/task/lang','file','M'),(570,2,1016,'/module/task/lang/en.php','/module/task/lang','file','M'),(571,2,1016,'/module/task/lang/fr.php','/module/task/lang','file','M'),(572,2,1016,'/module/task/lang/vi.php','/module/task/lang','file','M'),(573,2,1016,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(574,2,1016,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(575,2,1016,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(576,2,1016,'/www/checktable.php','/www','file','M'),(577,2,1018,'/module/project/model.php','/module/project','file','M'),(578,2,1019,'/module/custom/control.php','/module/custom','file','M'),(579,2,1019,'/module/projectstory/control.php','/module/projectstory','file','M'),(580,2,1019,'/module/story/control.php','/module/story','file','M'),(581,2,1019,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(582,2,1019,'/module/story/model.php','/module/story','file','M'),(583,2,1020,'/module/task/control.php','/module/task','file','M'),(584,2,1020,'/module/task/model.php','/module/task','file','M'),(585,2,1021,'/module/issue/view/storyform.html.php','/module/issue/view','file','M'),(586,2,1022,'/module/action/lang/de.php','/module/action/lang','file','M'),(587,2,1022,'/module/action/lang/en.php','/module/action/lang','file','M'),(588,2,1022,'/module/action/lang/fr.php','/module/action/lang','file','M'),(589,2,1022,'/module/action/lang/vi.php','/module/action/lang','file','M'),(590,2,1022,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(591,2,1022,'/module/project/control.php','/module/project','file','M'),(592,2,1022,'/module/project/model.php','/module/project','file','M'),(593,2,1023,'/framework/base/helper.class.php','/framework/base','file','M'),(594,2,1023,'/framework/router.class.php','/framework','file','M'),(595,2,1023,'/module/custom/control.php','/module/custom','file','M'),(596,2,1023,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(597,2,1023,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(598,2,1023,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(599,2,1023,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(600,2,1023,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(601,2,1023,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(602,2,1023,'/module/custom/model.php','/module/custom','file','M'),(603,2,1023,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(604,2,1023,'/module/custom/view/editstoryconcept.html.php','/module/custom/view','file','M'),(605,2,1023,'/module/custom/view/flow.html.php','/module/custom/view','file','D'),(606,2,1023,'/module/custom/view/setstoryconcept.html.php','/module/custom/view','file','M'),(607,2,1023,'/module/project/control.php','/module/project','file','M'),(608,2,1023,'/module/upgrade/model.php','/module/upgrade','file','M'),(609,2,1023,'/www/index.php','/www','file','M'),(610,2,1024,'/module/story/model.php','/module/story','file','M'),(611,2,1024,'/module/story/view/change.html.php','/module/story/view','file','M'),(612,2,1025,'/module/user/model.php','/module/user','file','M'),(613,2,1026,'/module/task/control.php','/module/task','file','M'),(614,2,1026,'/module/task/model.php','/module/task','file','M'),(615,2,1026,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(616,2,1027,'/module/story/control.php','/module/story','file','M'),(617,2,1027,'/module/story/lang/de.php','/module/story/lang','file','M'),(618,2,1027,'/module/story/lang/en.php','/module/story/lang','file','M'),(619,2,1027,'/module/story/lang/fr.php','/module/story/lang','file','M'),(620,2,1027,'/module/story/lang/vi.php','/module/story/lang','file','M'),(621,2,1027,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(622,2,1027,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(623,2,1027,'/module/story/model.php','/module/story','file','M'),(624,2,1027,'/module/story/view/view.html.php','/module/story/view','file','M'),(625,2,1028,'/module/program/model.php','/module/program','file','M'),(626,2,1029,'/module/risk/model.php','/module/risk','file','M'),(627,2,1030,'/framework/router.class.php','/framework','file','M'),(628,2,1030,'/module/action/model.php','/module/action','file','M'),(629,2,1030,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(630,2,1030,'/module/custom/model.php','/module/custom','file','M'),(631,2,1030,'/module/product/model.php','/module/product','file','M'),(632,2,1030,'/module/product/view/create.html.php','/module/product/view','file','M'),(633,2,1030,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(634,2,1030,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(635,2,1032,'/module/project/model.php','/module/project','file','M'),(636,2,1033,'/module/action/lang/de.php','/module/action/lang','file','M'),(637,2,1033,'/module/action/lang/en.php','/module/action/lang','file','M'),(638,2,1033,'/module/action/lang/fr.php','/module/action/lang','file','M'),(639,2,1033,'/module/action/lang/vi.php','/module/action/lang','file','M'),(640,2,1033,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(641,2,1033,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(642,2,1033,'/module/common/lang/de.php','/module/common/lang','file','M'),(643,2,1033,'/module/common/lang/en.php','/module/common/lang','file','M'),(644,2,1033,'/module/common/lang/fr.php','/module/common/lang','file','M'),(645,2,1033,'/module/common/lang/vi.php','/module/common/lang','file','M'),(646,2,1033,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(647,2,1033,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(648,2,1033,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(649,2,1033,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(650,2,1033,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(651,2,1033,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(652,2,1033,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(653,2,1033,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(654,2,1033,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(655,2,1033,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(656,2,1033,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(657,2,1033,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(658,2,1033,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(659,2,1033,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(660,2,1033,'/module/product/lang/de.php','/module/product/lang','file','M'),(661,2,1033,'/module/product/lang/en.php','/module/product/lang','file','M'),(662,2,1033,'/module/product/lang/fr.php','/module/product/lang','file','M'),(663,2,1033,'/module/product/lang/vi.php','/module/product/lang','file','M'),(664,2,1033,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(665,2,1033,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(666,2,1034,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(667,2,1035,'/module/my/control.php','/module/my','file','M'),(668,2,1035,'/module/my/view/task.html.php','/module/my/view','file','M'),(669,2,1036,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(670,2,1036,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(671,2,1036,'/module/custom/control.php','/module/custom','file','M'),(672,2,1036,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(673,2,1036,'/module/custom/model.php','/module/custom','file','M'),(674,2,1036,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(675,2,1036,'/module/custom/view/editstoryconcept.html.php','/module/custom/view','file','A'),(676,2,1036,'/module/group/lang/resource.php','/module/group/lang','file','M'),(677,2,1036,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(678,2,1036,'/module/product/model.php','/module/product','file','M'),(679,2,1036,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(680,2,1036,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(681,2,1036,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(682,2,1036,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(683,2,1037,'/module/issue/lang/de.php','/module/issue/lang','file','M'),(684,2,1037,'/module/issue/lang/en.php','/module/issue/lang','file','M'),(685,2,1037,'/module/issue/lang/fr.php','/module/issue/lang','file','M'),(686,2,1037,'/module/issue/lang/vi.php','/module/issue/lang','file','M'),(687,2,1037,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(688,2,1037,'/module/issue/lang/zh-tw.php','/module/issue/lang','file','M'),(689,2,1037,'/module/issue/model.php','/module/issue','file','M'),(690,2,1038,'/module/group/model.php','/module/group','file','M'),(691,2,1039,'/module/upgrade/model.php','/module/upgrade','file','M'),(692,2,1040,'/module/design/control.php','/module/design','file','M'),(693,2,1040,'/module/design/model.php','/module/design','file','M'),(694,2,1040,'/module/design/view/create.html.php','/module/design/view','file','M'),(695,2,1040,'/module/design/view/edit.html.php','/module/design/view','file','M'),(696,2,1041,'/config/zentaopms.php','/config','file','M'),(697,2,1041,'/db/update20.0.beta1.sql','/db','file','M'),(698,2,1041,'/db/zentao.sql','/db','file','M'),(699,2,1041,'/framework/router.class.php','/framework','file','M'),(700,2,1041,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(701,2,1041,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(702,2,1041,'/module/custom/control.php','/module/custom','file','M'),(703,2,1041,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(704,2,1041,'/module/custom/model.php','/module/custom','file','M'),(705,2,1041,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(706,2,1041,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(707,2,1043,'/module/todo/config.php','/module/todo','file','M'),(708,2,1043,'/module/todo/model.php','/module/todo','file','M'),(709,2,1044,'/module/company/control.php','/module/company','file','M'),(710,2,1045,'/module/action/lang/de.php','/module/action/lang','file','M'),(711,2,1045,'/module/action/lang/en.php','/module/action/lang','file','M'),(712,2,1045,'/module/action/lang/fr.php','/module/action/lang','file','M'),(713,2,1045,'/module/action/lang/vi.php','/module/action/lang','file','M'),(714,2,1046,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(715,2,1046,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(716,2,1048,'/module/todo/model.php','/module/todo','file','M'),(717,2,1050,'/framework/base/helper.class.php','/framework/base','file','M'),(718,2,1050,'/framework/router.class.php','/framework','file','M'),(719,2,1050,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(720,2,1050,'/www/checktable.php','/www','file','M'),(721,2,1053,'/module/testtask/model.php','/module/testtask','file','M'),(722,2,1054,'/module/story/control.php','/module/story','file','M'),(723,2,1054,'/module/todo/js/common.js','/module/todo/js','file','M'),(724,2,1055,'/module/stage/lang/zh-cn.php','/module/stage/lang','file','M'),(725,2,1056,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(726,2,1057,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(727,2,1057,'/module/company/control.php','/module/company','file','M'),(728,2,1058,'/module/story/control.php','/module/story','file','M'),(729,2,1059,'/module/issue/control.php','/module/issue','file','M'),(730,2,1059,'/module/issue/view/storyform.html.php','/module/issue/view','file','M'),(731,2,1061,'/module/story/control.php','/module/story','file','M'),(732,2,1061,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(733,2,1062,'/module/user/control.php','/module/user','file','M'),(734,2,1062,'/module/user/view/login.html.php','/module/user/view','file','M'),(735,2,1063,'/module/user/js/login.js','/module/user/js','file','M'),(736,2,1065,'/module/issue/control.php','/module/issue','file','M'),(737,2,1066,'/config/filter.php','/config','file','M'),(738,2,1066,'/module/git/control.php','/module/git','file','M'),(739,2,1066,'/module/repo/control.php','/module/repo','file','M'),(740,2,1066,'/module/repo/model.php','/module/repo','file','M'),(741,2,1066,'/module/repo/view/ajaxsidecommits.html.php','/module/repo/view','file','M'),(742,2,1066,'/module/repo/view/blame.html.php','/module/repo/view','file','M'),(743,2,1066,'/module/repo/view/browse.html.php','/module/repo/view','file','M'),(744,2,1066,'/module/repo/view/diff.html.php','/module/repo/view','file','M'),(745,2,1066,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(746,2,1066,'/module/repo/view/revision.html.php','/module/repo/view','file','M'),(747,2,1066,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(748,2,1066,'/module/svn/control.php','/module/svn','file','M'),(749,2,1067,'/module/issue/config.php','/module/issue','file','M'),(750,2,1067,'/module/issue/control.php','/module/issue','file','M'),(751,2,1067,'/module/issue/view/resolve.html.php','/module/issue/view','file','M'),(752,2,1067,'/module/issue/view/storyform.html.php','/module/issue/view','file','M'),(753,2,1067,'/module/story/view/create.html.php','/module/story/view','file','M'),(754,2,1068,'/module/testcase/control.php','/module/testcase','file','M'),(755,2,1069,'/module/action/lang/de.php','/module/action/lang','file','M'),(756,2,1069,'/module/action/lang/en.php','/module/action/lang','file','M'),(757,2,1069,'/module/action/lang/fr.php','/module/action/lang','file','M'),(758,2,1069,'/module/action/lang/vi.php','/module/action/lang','file','M'),(759,2,1069,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(760,2,1070,'/db/update20.0.beta1.sql','/db','file','M'),(761,2,1070,'/db/zentao.sql','/db','file','M'),(762,2,1070,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(763,2,1070,'/module/custom/control.php','/module/custom','file','M'),(764,2,1070,'/module/custom/js/setstoryconcept.js','/module/custom/js','file','D'),(765,2,1070,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(766,2,1070,'/module/custom/model.php','/module/custom','file','M'),(767,2,1070,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','A'),(768,2,1070,'/module/custom/view/setstoryconcept.html.php','/module/custom/view','file','M'),(769,2,1070,'/module/group/lang/resource.php','/module/group/lang','file','M'),(770,2,1070,'/module/product/control.php','/module/product','file','M'),(771,2,1070,'/module/product/view/create.html.php','/module/product/view','file','M'),(772,2,1070,'/module/product/view/edit.html.php','/module/product/view','file','M'),(773,2,1070,'/module/program/control.php','/module/program','file','M'),(774,2,1070,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(775,2,1070,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(776,2,1071,'/module/productplan/control.php','/module/productplan','file','M'),(777,2,1072,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(778,2,1073,'/module/action/lang/de.php','/module/action/lang','file','M'),(779,2,1073,'/module/action/lang/en.php','/module/action/lang','file','M'),(780,2,1073,'/module/action/lang/fr.php','/module/action/lang','file','M'),(781,2,1073,'/module/action/lang/vi.php','/module/action/lang','file','M'),(782,2,1073,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(783,2,1074,'/module/todo/js/view.js','/module/todo/js','file','M'),(784,2,1075,'/module/project/lang/en.php','/module/project/lang','file','M'),(785,2,1075,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(786,2,1075,'/module/todo/control.php','/module/todo','file','M'),(787,2,1076,'/module/story/view/change.html.php','/module/story/view','file','M'),(788,2,1077,'/module/task/control.php','/module/task','file','M'),(789,2,1077,'/module/task/model.php','/module/task','file','M'),(790,2,1078,'/module/upgrade/model.php','/module/upgrade','file','M'),(791,2,1079,'/module/story/view/change.html.php','/module/story/view','file','M'),(792,2,1080,'/module/user/view/reset.html.php','/module/user/view','file','M'),(793,2,1080,'/module/user/view/story.html.php','/module/user/view','file','M'),(794,2,1081,'/module/budget/view/summary.html.php','/module/budget/view','file','M'),(795,2,1082,'/framework/base/helper.class.php','/framework/base','file','M'),(796,2,1082,'/module/common/view/action.html.php','/module/common/view','file','M'),(797,2,1083,'/module/repo/model.php','/module/repo','file','M'),(798,2,1084,'/module/project/lang/en.php','/module/project/lang','file','M'),(799,2,1084,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(800,2,1084,'/module/todo/js/view.js','/module/todo/js','file','M'),(801,2,1084,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(802,2,1084,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(803,2,1084,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(804,2,1085,'/module/repo/control.php','/module/repo','file','M'),(805,2,1085,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(806,2,1085,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(807,2,1085,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(808,2,1085,'/module/repo/lang/vi.php','/module/repo/lang','file','M'),(809,2,1085,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(810,2,1085,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(811,2,1085,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(812,2,1086,'/module/issue/control.php','/module/issue','file','M'),(813,2,1087,'/module/release/css/view.css','/module/release/css','file','M'),(814,2,1089,'/module/block/control.php','/module/block','file','M'),(815,2,1089,'/module/block/view/programblock.html.php','/module/block/view','file','M'),(816,2,1090,'/module/productplan/control.php','/module/productplan','file','M'),(817,2,1091,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(818,2,1091,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(819,2,1093,'/module/stage/view/browse.html.php','/module/stage/view','file','M'),(820,2,1095,'/module/todo/control.php','/module/todo','file','M'),(821,2,1096,'/module/story/js/report.js','/module/story/js','file','M'),(822,2,1098,'/db/update20.0.beta1.sql','/db','file','M'),(823,2,1098,'/db/zentao.sql','/db','file','M'),(824,2,1099,'/module/story/control.php','/module/story','file','M'),(825,2,1101,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(826,2,1101,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(827,2,1101,'/module/product/model.php','/module/product','file','M'),(828,2,1101,'/module/program/model.php','/module/program','file','M'),(829,2,1102,'/module/action/lang/de.php','/module/action/lang','file','M'),(830,2,1102,'/module/action/lang/en.php','/module/action/lang','file','M'),(831,2,1102,'/module/action/lang/fr.php','/module/action/lang','file','M'),(832,2,1102,'/module/action/lang/vi.php','/module/action/lang','file','M'),(833,2,1102,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(834,2,1102,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(835,2,1104,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(836,2,1105,'/db/update20.0.beta1.sql','/db','file','M'),(837,2,1105,'/db/zentao.sql','/db','file','M'),(838,2,1105,'/module/bug/config.php','/module/bug','file','M'),(839,2,1105,'/module/design/model.php','/module/design','file','M'),(840,2,1105,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(841,2,1106,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(842,2,1107,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(843,2,1108,'/framework/base/helper.class.php','/framework/base','file','M'),(844,2,1108,'/framework/router.class.php','/framework','file','M'),(845,2,1109,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(846,2,1110,'/module/common/lang/de.php','/module/common/lang','file','M'),(847,2,1110,'/module/common/lang/en.php','/module/common/lang','file','M'),(848,2,1110,'/module/common/lang/fr.php','/module/common/lang','file','M'),(849,2,1110,'/module/common/lang/vi.php','/module/common/lang','file','M'),(850,2,1110,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(851,2,1110,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(852,2,1110,'/module/group/lang/resource.php','/module/group/lang','file','M'),(853,2,1110,'/module/program/control.php','/module/program','file','M'),(854,2,1110,'/module/program/lang/de.php','/module/program/lang','file','M'),(855,2,1110,'/module/program/lang/en.php','/module/program/lang','file','M'),(856,2,1110,'/module/program/lang/fr.php','/module/program/lang','file','M'),(857,2,1110,'/module/program/lang/vi.php','/module/program/lang','file','M'),(858,2,1110,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(859,2,1110,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(860,2,1110,'/module/program/view/pgmview.html.php','/module/program/view','file','D'),(861,2,1111,'/module/project/model.php','/module/project','file','M'),(862,2,1112,'/module/product/model.php','/module/product','file','M'),(863,2,1112,'/module/program/model.php','/module/program','file','M'),(864,2,1113,'/module/task/view/view.html.php','/module/task/view','file','M'),(865,2,1114,'/module/doc/control.php','/module/doc','file','M'),(866,2,1114,'/module/program/model.php','/module/program','file','M'),(867,2,1115,'/module/build/model.php','/module/build','file','M'),(868,2,1116,'/module/task/view/view.html.php','/module/task/view','file','M'),(869,2,1117,'/module/todo/css/view.css','/module/todo/css','file','D'),(870,2,1118,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(871,2,1119,'/module/common/lang/de.php','/module/common/lang','file','M'),(872,2,1119,'/module/common/lang/en.php','/module/common/lang','file','M'),(873,2,1119,'/module/common/lang/fr.php','/module/common/lang','file','M'),(874,2,1119,'/module/common/lang/vi.php','/module/common/lang','file','M'),(875,2,1119,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(876,2,1119,'/module/common/model.php','/module/common','file','M'),(877,2,1120,'/config/zentaopms.php','/config','file','M'),(878,2,1120,'/module/action/config.php','/module/action','file','M'),(879,2,1120,'/module/action/lang/de.php','/module/action/lang','file','M'),(880,2,1120,'/module/action/lang/en.php','/module/action/lang','file','M'),(881,2,1120,'/module/action/lang/fr.php','/module/action/lang','file','M'),(882,2,1120,'/module/action/lang/vi.php','/module/action/lang','file','M'),(883,2,1120,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(884,2,1120,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(885,2,1121,'/module/story/view/view.html.php','/module/story/view','file','M'),(886,2,1122,'/www/js/zui/min.js','/www/js/zui','file','M'),(887,2,1123,'/module/story/control.php','/module/story','file','M'),(888,2,1124,'/module/product/model.php','/module/product','file','M'),(889,2,1124,'/module/program/model.php','/module/program','file','M'),(890,2,1125,'/module/product/js/browse.js','/module/product/js','file','M'),(891,2,1125,'/module/story/config.php','/module/story','file','M'),(892,2,1126,'/module/repo/control.php','/module/repo','file','M'),(893,2,1126,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(894,2,1127,'/module/project/control.php','/module/project','file','M'),(895,2,1127,'/module/project/model.php','/module/project','file','M'),(896,2,1127,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(897,2,1129,'/module/personnel/control.php','/module/personnel','file','M'),(898,2,1129,'/module/product/model.php','/module/product','file','M'),(899,2,1129,'/module/program/control.php','/module/program','file','M'),(900,2,1129,'/module/program/model.php','/module/program','file','M'),(901,2,1129,'/www/js/my.full.js','/www/js','file','M'),(902,2,1131,'/module/doc/model.php','/module/doc','file','M'),(903,2,1132,'/module/upgrade/model.php','/module/upgrade','file','M'),(904,2,1133,'/module/common/model.php','/module/common','file','M'),(905,2,1134,'/module/file/model.php','/module/file','file','M'),(906,2,1135,'/module/file/model.php','/module/file','file','M'),(907,2,1136,'/module/build/control.php','/module/build','file','M'),(908,2,1136,'/module/build/model.php','/module/build','file','M'),(909,2,1136,'/module/build/view/edit.html.php','/module/build/view','file','M'),(910,2,1136,'/module/task/control.php','/module/task','file','M'),(911,2,1136,'/module/task/model.php','/module/task','file','M'),(912,2,1137,'/module/upgrade/model.php','/module/upgrade','file','M'),(913,2,1138,'/module/bug/control.php','/module/bug','file','M'),(914,2,1139,'/module/program/model.php','/module/program','file','M'),(915,2,1140,'/module/git/model.php','/module/git','file','M'),(916,2,1141,'/module/file/model.php','/module/file','file','M'),(917,2,1142,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(918,2,1142,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(919,2,1142,'/module/common/model.php','/module/common','file','M'),(920,2,1143,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(921,2,1143,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(922,2,1144,'/db/update20.0.alpha.sql','/db','file','M'),(923,2,1144,'/db/zentao.sql','/db','file','M'),(924,2,1144,'/module/budget/control.php','/module/budget','file','M'),(925,2,1144,'/module/budget/model.php','/module/budget','file','M'),(926,2,1144,'/module/budget/view/summary.html.php','/module/budget/view','file','M'),(927,2,1144,'/module/doc/model.php','/module/doc','file','M'),(928,2,1144,'/module/programplan/model.php','/module/programplan','file','M'),(929,2,1145,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(930,2,1145,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(931,2,1146,'/www/js/zui/min.js','/www/js/zui','file','M'),(932,2,1146,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(933,2,1147,'/module/build/model.php','/module/build','file','M'),(934,2,1147,'/module/issue/lang/de.php','/module/issue/lang','file','M'),(935,2,1147,'/module/issue/lang/en.php','/module/issue/lang','file','M'),(936,2,1147,'/module/issue/lang/fr.php','/module/issue/lang','file','M'),(937,2,1147,'/module/issue/lang/vi.php','/module/issue/lang','file','M'),(938,2,1147,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(939,2,1147,'/module/issue/model.php','/module/issue','file','M'),(940,2,1147,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(941,2,1149,'/module/action/model.php','/module/action','file','M'),(942,2,1149,'/www/js/my.full.js','/www/js','file','M'),(943,2,1150,'/module/build/control.php','/module/build','file','M'),(944,2,1150,'/module/build/model.php','/module/build','file','M'),(945,2,1150,'/module/build/view/edit.html.php','/module/build/view','file','M'),(946,2,1150,'/module/productplan/control.php','/module/productplan','file','M'),(947,2,1150,'/module/task/control.php','/module/task','file','M'),(948,2,1150,'/module/task/model.php','/module/task','file','M'),(949,2,1150,'/module/task/view/finish.html.php','/module/task/view','file','M'),(950,2,1151,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(951,2,1152,'/module/block/lang/en.php','/module/block/lang','file','M'),(952,2,1152,'/module/bug/control.php','/module/bug','file','M'),(953,2,1153,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(954,2,1154,'/module/product/view/browse.html.php','/module/product/view','file','M'),(955,2,1154,'/module/story/lang/de.php','/module/story/lang','file','M'),(956,2,1154,'/module/story/lang/en.php','/module/story/lang','file','M'),(957,2,1154,'/module/story/lang/fr.php','/module/story/lang','file','M'),(958,2,1154,'/module/story/lang/vi.php','/module/story/lang','file','M'),(959,2,1154,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(960,2,1154,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(961,2,1155,'/module/build/model.php','/module/build','file','M'),(962,2,1156,'/module/project/model.php','/module/project','file','M'),(963,2,1157,'/module/build/model.php','/module/build','file','M'),(964,2,1157,'/module/project/control.php','/module/project','file','M'),(965,2,1157,'/module/project/model.php','/module/project','file','M'),(966,2,1157,'/module/project/view/build.html.php','/module/project/view','file','M'),(967,2,1157,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(968,2,1158,'/www/tip4japanese.html','/www','file','M'),(969,2,1159,'/module/doc/model.php','/module/doc','file','M'),(970,2,1161,'/module/product/control.php','/module/product','file','M'),(971,2,1161,'/module/product/model.php','/module/product','file','M'),(972,2,1162,'/module/task/model.php','/module/task','file','M'),(973,2,1163,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(974,2,1164,'/module/common/lang/en.php','/module/common/lang','file','M'),(975,2,1164,'/module/common/lang/vi.php','/module/common/lang','file','M'),(976,2,1164,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(977,2,1164,'/module/user/lang/en.php','/module/user/lang','file','M'),(978,2,1165,'/module/user/lang/de.php','/module/user/lang','file','M'),(979,2,1165,'/module/user/lang/en.php','/module/user/lang','file','M'),(980,2,1165,'/module/user/lang/fr.php','/module/user/lang','file','M'),(981,2,1165,'/module/user/lang/vi.php','/module/user/lang','file','M'),(982,2,1165,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(983,2,1165,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(984,2,1167,'/module/common/lang/de.php','/module/common/lang','file','M'),(985,2,1167,'/module/common/lang/en.php','/module/common/lang','file','M'),(986,2,1167,'/module/common/lang/fr.php','/module/common/lang','file','M'),(987,2,1167,'/module/common/lang/vi.php','/module/common/lang','file','M'),(988,2,1167,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(989,2,1167,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(990,2,1168,'/module/doc/model.php','/module/doc','file','M'),(991,2,1170,'/module/block/lang/fr.php','/module/block/lang','file','M'),(992,2,1171,'/module/doc/model.php','/module/doc','file','M'),(993,2,1172,'/module/doc/model.php','/module/doc','file','M'),(994,2,1173,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(995,2,1173,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(996,2,1173,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(997,2,1173,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(998,2,1175,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(999,2,1175,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(1000,2,1176,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(1001,2,1176,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(1002,2,1178,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1003,2,1179,'/module/user/lang/de.php','/module/user/lang','file','M'),(1004,2,1179,'/module/user/lang/en.php','/module/user/lang','file','M'),(1005,2,1179,'/module/user/lang/fr.php','/module/user/lang','file','M'),(1006,2,1179,'/module/user/lang/vi.php','/module/user/lang','file','M'),(1007,2,1179,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1008,2,1179,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(1009,2,1180,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(1010,2,1181,'/module/doc/model.php','/module/doc','file','M'),(1011,2,1182,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1012,2,1182,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(1013,2,1182,'/module/custom/view/setstoryconcept.html.php','/module/custom/view','file','M'),(1014,2,1183,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(1015,2,1184,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(1016,2,1184,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1017,2,1184,'/module/group/lang/resource.php','/module/group/lang','file','M'),(1018,2,1184,'/module/holiday/control.php','/module/holiday','file','M'),(1019,2,1185,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1020,2,1185,'/module/stage/view/browse.html.php','/module/stage/view','file','M'),(1021,2,1185,'/module/stage/view/settype.html.php','/module/stage/view','file','M'),(1022,2,1186,'/module/bug/control.php','/module/bug','file','M'),(1023,2,1187,'/module/program/lang/de.php','/module/program/lang','file','M'),(1024,2,1187,'/module/program/lang/en.php','/module/program/lang','file','M'),(1025,2,1187,'/module/program/lang/fr.php','/module/program/lang','file','M'),(1026,2,1187,'/module/program/lang/vi.php','/module/program/lang','file','M'),(1027,2,1187,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(1028,2,1187,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(1029,2,1187,'/module/program/model.php','/module/program','file','M'),(1030,2,1188,'/module/common/lang/de.php','/module/common/lang','file','M'),(1031,2,1188,'/module/common/lang/en.php','/module/common/lang','file','M'),(1032,2,1188,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1033,2,1188,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1034,2,1188,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1035,2,1188,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1036,2,1190,'/module/custom/control.php','/module/custom','file','M'),(1037,2,1191,'/module/bug/control.php','/module/bug','file','M'),(1038,2,1192,'/module/program/control.php','/module/program','file','M'),(1039,2,1192,'/module/program/model.php','/module/program','file','M'),(1040,2,1194,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(1041,2,1195,'/module/caselib/control.php','/module/caselib','file','M'),(1042,2,1196,'/module/product/model.php','/module/product','file','M'),(1043,2,1197,'/module/project/model.php','/module/project','file','M'),(1044,2,1198,'/module/story/view/view.html.php','/module/story/view','file','M'),(1045,2,1200,'/module/common/view/footer.html.php','/module/common/view','file','M'),(1046,2,1200,'/www/js/my.full.js','/www/js','file','M'),(1047,2,1201,'/module/program/model.php','/module/program','file','M'),(1048,2,1202,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(1049,2,1202,'/module/program/model.php','/module/program','file','M'),(1050,2,1203,'/module/program/lang/de.php','/module/program/lang','file','M'),(1051,2,1203,'/module/program/lang/en.php','/module/program/lang','file','M'),(1052,2,1203,'/module/program/lang/fr.php','/module/program/lang','file','M'),(1053,2,1203,'/module/program/lang/vi.php','/module/program/lang','file','M'),(1054,2,1204,'/module/build/control.php','/module/build','file','M'),(1055,2,1204,'/module/build/model.php','/module/build','file','M'),(1056,2,1204,'/module/issue/control.php','/module/issue','file','M'),(1057,2,1204,'/module/issue/model.php','/module/issue','file','M'),(1058,2,1204,'/module/productplan/control.php','/module/productplan','file','M'),(1059,2,1204,'/module/project/model.php','/module/project','file','M'),(1060,2,1205,'/module/productplan/control.php','/module/productplan','file','M'),(1061,2,1206,'/module/story/control.php','/module/story','file','M'),(1062,2,1206,'/module/story/js/report.js','/module/story/js','file','M'),(1063,2,1207,'/module/user/view/login.html.php','/module/user/view','file','M'),(1064,2,1208,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(1065,2,1208,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(1066,2,1209,'/module/product/model.php','/module/product','file','M'),(1067,2,1209,'/module/product/view/browse.html.php','/module/product/view','file','M'),(1068,2,1209,'/module/story/control.php','/module/story','file','M'),(1069,2,1210,'/module/project/model.php','/module/project','file','M'),(1070,2,1211,'/module/project/model.php','/module/project','file','M'),(1071,2,1212,'/module/product/model.php','/module/product','file','M'),(1072,2,1213,'/module/story/control.php','/module/story','file','M'),(1073,2,1213,'/module/testtask/model.php','/module/testtask','file','M'),(1074,2,1214,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(1075,2,1214,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(1076,2,1214,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(1077,2,1214,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(1078,2,1214,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(1079,2,1214,'/module/doc/control.php','/module/doc','file','M'),(1080,2,1216,'/module/custom/model.php','/module/custom','file','M'),(1081,2,1217,'/module/custom/view/setstoryconcept.html.php','/module/custom/view','file','M'),(1082,2,1218,'/config/filter.php','/config','file','M'),(1083,2,1218,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(1084,2,1218,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1085,2,1218,'/module/common/view/header.html.php','/module/common/view','file','M'),(1086,2,1218,'/module/custom/control.php','/module/custom','file','M'),(1087,2,1218,'/module/custom/js/configurewaterfall.js','/module/custom/js','file','D'),(1088,2,1218,'/module/custom/js/setstoryconcept.js','/module/custom/js','file','A'),(1089,2,1218,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(1090,2,1218,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(1091,2,1218,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(1092,2,1218,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(1093,2,1218,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(1094,2,1218,'/module/custom/model.php','/module/custom','file','M'),(1095,2,1218,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(1096,2,1218,'/module/custom/view/configurewaterfall.html.php','/module/custom/view','file','D'),(1097,2,1218,'/module/custom/view/setstoryconcept.html.php','/module/custom/view','file','A'),(1098,2,1218,'/module/group/lang/resource.php','/module/group/lang','file','M'),(1099,2,1218,'/module/program/model.php','/module/program','file','M'),(1100,2,1219,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(1101,2,1222,'/module/block/lang/de.php','/module/block/lang','file','M'),(1102,2,1222,'/module/block/lang/en.php','/module/block/lang','file','M'),(1103,2,1222,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1104,2,1222,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1105,2,1222,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1106,2,1222,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1107,2,1223,'/module/project/model.php','/module/project','file','M'),(1108,2,1224,'/module/common/view/header.html.php','/module/common/view','file','M'),(1109,2,1224,'/www/js/my.full.js','/www/js','file','M'),(1110,2,1225,'/module/productplan/control.php','/module/productplan','file','M'),(1111,2,1226,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(1112,2,1227,'/module/common/lang/de.php','/module/common/lang','file','M'),(1113,2,1227,'/module/common/lang/en.php','/module/common/lang','file','M'),(1114,2,1227,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1115,2,1227,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(1116,2,1227,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1117,2,1227,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1118,2,1229,'/module/common/lang/de.php','/module/common/lang','file','M'),(1119,2,1229,'/module/common/lang/en.php','/module/common/lang','file','M'),(1120,2,1229,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1121,2,1229,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1122,2,1229,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1123,2,1229,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1124,2,1229,'/module/custom/model.php','/module/custom','file','M'),(1125,2,1229,'/module/custom/view/configurewaterfall.html.php','/module/custom/view','file','M'),(1126,2,1229,'/module/my/view/story.html.php','/module/my/view','file','M'),(1127,2,1229,'/module/product/control.php','/module/product','file','M'),(1128,2,1229,'/module/product/model.php','/module/product','file','M'),(1129,2,1229,'/module/product/view/create.html.php','/module/product/view','file','M'),(1130,2,1229,'/module/product/view/edit.html.php','/module/product/view','file','M'),(1131,2,1229,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(1132,2,1229,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1133,2,1229,'/module/story/control.php','/module/story','file','M'),(1134,2,1229,'/module/story/lang/de.php','/module/story/lang','file','M'),(1135,2,1229,'/module/story/lang/en.php','/module/story/lang','file','M'),(1136,2,1229,'/module/story/lang/fr.php','/module/story/lang','file','M'),(1137,2,1229,'/module/story/lang/vi.php','/module/story/lang','file','M'),(1138,2,1229,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(1139,2,1229,'/module/story/model.php','/module/story','file','M'),(1140,2,1229,'/module/story/view/create.html.php','/module/story/view','file','M'),(1141,2,1229,'/module/story/view/view.html.php','/module/story/view','file','M'),(1142,2,1231,'/module/common/view/footer.html.php','/module/common/view','file','M'),(1143,2,1232,'/module/program/model.php','/module/program','file','M'),(1144,2,1234,'/module/design/control.php','/module/design','file','M'),(1145,2,1234,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1146,2,1235,'/module/block/control.php','/module/block','file','M'),(1147,2,1235,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(1148,2,1235,'/module/product/lang/de.php','/module/product/lang','file','M'),(1149,2,1235,'/module/product/lang/en.php','/module/product/lang','file','M'),(1150,2,1235,'/module/product/lang/fr.php','/module/product/lang','file','M'),(1151,2,1235,'/module/product/lang/vi.php','/module/product/lang','file','M'),(1152,2,1235,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(1153,2,1235,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(1154,2,1236,'/module/story/config.php','/module/story','file','M'),(1155,2,1237,'/config/zentaopms.php','/config','file','M'),(1156,2,1237,'/module/action/config.php','/module/action','file','M'),(1157,2,1237,'/module/action/lang/de.php','/module/action/lang','file','M'),(1158,2,1237,'/module/action/lang/en.php','/module/action/lang','file','M'),(1159,2,1237,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1160,2,1237,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1161,2,1237,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1162,2,1237,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1163,2,1237,'/module/action/model.php','/module/action','file','M'),(1164,2,1238,'/module/my/css/profile.css','/module/my/css','file','M'),(1165,2,1238,'/module/user/lang/de.php','/module/user/lang','file','M'),(1166,2,1238,'/module/user/lang/en.php','/module/user/lang','file','M'),(1167,2,1238,'/module/user/lang/fr.php','/module/user/lang','file','M'),(1168,2,1238,'/module/user/lang/vi.php','/module/user/lang','file','M'),(1169,2,1238,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1170,2,1239,'/Makefile','/','file','M'),(1171,2,1240,'/module/budget/model.php','/module/budget','file','M'),(1172,2,1241,'/module/product/control.php','/module/product','file','M'),(1173,2,1242,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(1174,2,1242,'/module/misc/model.php','/module/misc','file','M'),(1175,2,1242,'/module/user/control.php','/module/user','file','M'),(1176,2,1242,'/module/user/css/login.css','/module/user/css','file','M'),(1177,2,1242,'/module/user/js/login.js','/module/user/js','file','M'),(1178,2,1242,'/module/user/lang/de.php','/module/user/lang','file','M'),(1179,2,1242,'/module/user/lang/en.php','/module/user/lang','file','M'),(1180,2,1242,'/module/user/lang/fr.php','/module/user/lang','file','M'),(1181,2,1242,'/module/user/lang/vi.php','/module/user/lang','file','M'),(1182,2,1242,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1183,2,1242,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(1184,2,1242,'/module/user/view/login.html.php','/module/user/view','file','M'),(1185,2,1243,'/module/doc/control.php','/module/doc','file','M'),(1186,2,1243,'/module/doc/model.php','/module/doc','file','M'),(1187,2,1244,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(1188,2,1244,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(1189,2,1244,'/www/theme/green/style.css','/www/theme/green','file','M'),(1190,2,1244,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(1191,2,1244,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(1192,2,1244,'/www/theme/red/style.css','/www/theme/red','file','M'),(1193,2,1244,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(1194,2,1245,'/module/my/view/story.html.php','/module/my/view','file','M'),(1195,2,1246,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(1196,2,1247,'/module/durationestimation/control.php','/module/durationestimation','file','M'),(1197,2,1248,'/module/design/model.php','/module/design','file','M'),(1198,2,1249,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','M'),(1199,2,1251,'/module/block/control.php','/module/block','file','M'),(1200,2,1252,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(1201,2,1253,'/module/block/control.php','/module/block','file','M'),(1202,2,1255,'/module/budget/control.php','/module/budget','file','M'),(1203,2,1255,'/module/budget/model.php','/module/budget','file','M'),(1204,2,1255,'/module/budget/view/batchcreate.html.php','/module/budget/view','file','M'),(1205,2,1255,'/module/budget/view/create.html.php','/module/budget/view','file','M'),(1206,2,1255,'/module/budget/view/edit.html.php','/module/budget/view','file','M'),(1207,2,1255,'/module/budget/view/summary.html.php','/module/budget/view','file','M'),(1208,2,1256,'/module/my/view/project.html.php','/module/my/view','file','M'),(1209,2,1257,'/module/program/model.php','/module/program','file','M'),(1210,2,1257,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(1211,2,1257,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(1212,2,1257,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(1213,2,1257,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(1214,2,1257,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1215,2,1258,'/module/product/model.php','/module/product','file','M'),(1216,2,1259,'/module/budget/control.php','/module/budget','file','M'),(1217,2,1259,'/module/budget/lang/de.php','/module/budget/lang','file','M'),(1218,2,1259,'/module/budget/lang/en.php','/module/budget/lang','file','M'),(1219,2,1259,'/module/budget/lang/fr.php','/module/budget/lang','file','M'),(1220,2,1259,'/module/budget/lang/vi.php','/module/budget/lang','file','M'),(1221,2,1259,'/module/budget/lang/zh-cn.php','/module/budget/lang','file','M'),(1222,2,1259,'/module/budget/lang/zh-tw.php','/module/budget/lang','file','M'),(1223,2,1259,'/module/budget/model.php','/module/budget','file','M'),(1224,2,1259,'/module/budget/view/batchcreate.html.php','/module/budget/view','file','M'),(1225,2,1259,'/module/budget/view/browse.html.php','/module/budget/view','file','M'),(1226,2,1259,'/module/budget/view/create.html.php','/module/budget/view','file','M'),(1227,2,1259,'/module/budget/view/edit.html.php','/module/budget/view','file','M'),(1228,2,1259,'/module/budget/view/summary.html.php','/module/budget/view','file','M'),(1229,2,1259,'/module/budget/view/view.html.php','/module/budget/view','file','M'),(1230,2,1259,'/module/holiday/control.php','/module/holiday','file','M'),(1231,2,1259,'/module/holiday/model.php','/module/holiday','file','M'),(1232,2,1259,'/module/programplan/model.php','/module/programplan','file','M'),(1233,2,1260,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(1234,2,1261,'/module/story/view/create.html.php','/module/story/view','file','M'),(1235,2,1263,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(1236,2,1264,'/module/story/view/create.html.php','/module/story/view','file','M'),(1237,2,1265,'/module/project/model.php','/module/project','file','M'),(1238,2,1266,'/module/productplan/control.php','/module/productplan','file','M'),(1239,2,1267,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(1240,2,1267,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(1241,2,1268,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(1242,2,1268,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(1243,2,1269,'/db/update20.0.beta1.sql','/db','file','A'),(1244,2,1269,'/db/zentao.sql','/db','file','M'),(1245,2,1270,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(1246,2,1271,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(1247,2,1272,'/module/holiday/model.php','/module/holiday','file','M'),(1248,2,1272,'/module/holiday/view/create.html.php','/module/holiday/view','file','M'),(1249,2,1272,'/module/holiday/view/edit.html.php','/module/holiday/view','file','M'),(1250,2,1273,'/lib/scm/scm.class.php','/lib/scm','file','M'),(1251,2,1274,'/module/holiday/config.php','/module/holiday','file','M'),(1252,2,1274,'/module/holiday/model.php','/module/holiday','file','M'),(1253,2,1275,'/module/testtask/model.php','/module/testtask','file','M'),(1254,2,1276,'/module/testtask/model.php','/module/testtask','file','M'),(1255,2,1278,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(1256,2,1278,'/module/bug/control.php','/module/bug','file','M'),(1257,2,1278,'/module/company/control.php','/module/company','file','M'),(1258,2,1278,'/module/company/view/browse.html.php','/module/company/view','file','M'),(1259,2,1278,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(1260,2,1278,'/module/dept/model.php','/module/dept','file','M'),(1261,2,1278,'/module/my/control.php','/module/my','file','M'),(1262,2,1278,'/module/my/view/todo.html.php','/module/my/view','file','M'),(1263,2,1278,'/module/product/control.php','/module/product','file','M'),(1264,2,1278,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(1265,2,1278,'/module/project/control.php','/module/project','file','M'),(1266,2,1278,'/module/project/model.php','/module/project','file','M'),(1267,2,1278,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(1268,2,1278,'/module/project/view/team.html.php','/module/project/view','file','M'),(1269,2,1278,'/module/story/control.php','/module/story','file','M'),(1270,2,1278,'/module/task/control.php','/module/task','file','M'),(1271,2,1278,'/module/todo/control.php','/module/todo','file','M'),(1272,2,1278,'/module/todo/js/common.js','/module/todo/js','file','M'),(1273,2,1278,'/module/todo/view/footer.html.php','/module/todo/view','file','M'),(1274,2,1278,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(1275,2,1278,'/module/user/control.php','/module/user','file','M'),(1276,2,1278,'/module/user/js/todo.js','/module/user/js','file','M'),(1277,2,1278,'/module/user/model.php','/module/user','file','M'),(1278,2,1278,'/module/user/view/bug.html.php','/module/user/view','file','M'),(1279,2,1278,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(1280,2,1278,'/module/user/view/edit.html.php','/module/user/view','file','M'),(1281,2,1278,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(1282,2,1278,'/module/user/view/story.html.php','/module/user/view','file','M'),(1283,2,1278,'/module/user/view/task.html.php','/module/user/view','file','M'),(1284,2,1278,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(1285,2,1278,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(1286,2,1278,'/module/user/view/todo.html.php','/module/user/view','file','M'),(1287,2,1280,'/module/story/control.php','/module/story','file','M'),(1288,2,1281,'/module/user/view/task.html.php','/module/user/view','file','M'),(1289,2,1281,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(1290,2,1281,'/module/user/view/todo.html.php','/module/user/view','file','M'),(1291,2,1282,'/module/user/view/task.html.php','/module/user/view','file','M'),(1292,2,1282,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(1293,2,1282,'/module/user/view/todo.html.php','/module/user/view','file','M'),(1294,2,1283,'/bin/init.bat','/bin','file','M'),(1295,2,1283,'/bin/init.sh','/bin','file','M'),(1296,2,1283,'/framework/base/helper.class.php','/framework/base','file','M'),(1297,2,1283,'/framework/base/router.class.php','/framework/base','file','M'),(1298,2,1284,'/module/durationestimation/control.php','/module/durationestimation','file','M'),(1299,2,1284,'/module/durationestimation/js/create.js','/module/durationestimation/js','file','M'),(1300,2,1284,'/module/durationestimation/model.php','/module/durationestimation','file','M'),(1301,2,1284,'/module/durationestimation/view/create.html.php','/module/durationestimation/view','file','M'),(1302,2,1284,'/module/durationestimation/view/index.html.php','/module/durationestimation/view','file','M'),(1303,2,1284,'/module/workestimation/control.php','/module/workestimation','file','M'),(1304,2,1284,'/module/workestimation/lang/de.php','/module/workestimation/lang','file','M'),(1305,2,1284,'/module/workestimation/lang/en.php','/module/workestimation/lang','file','M'),(1306,2,1284,'/module/workestimation/lang/fr.php','/module/workestimation/lang','file','M'),(1307,2,1284,'/module/workestimation/lang/vi.php','/module/workestimation/lang','file','M'),(1308,2,1284,'/module/workestimation/lang/zh-cn.php','/module/workestimation/lang','file','M'),(1309,2,1284,'/module/workestimation/lang/zh-tw.php','/module/workestimation/lang','file','M'),(1310,2,1284,'/module/workestimation/model.php','/module/workestimation','file','M'),(1311,2,1284,'/module/workestimation/view/index.html.php','/module/workestimation/view','file','M'),(1312,2,1286,'/module/todo/css/view.css','/module/todo/css','file','M'),(1313,2,1287,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(1314,2,1288,'/module/user/view/story.html.php','/module/user/view','file','M'),(1315,2,1289,'/module/repo/control.php','/module/repo','file','M'),(1316,2,1289,'/module/story/control.php','/module/story','file','M'),(1317,2,1290,'/module/user/view/story.html.php','/module/user/view','file','M'),(1318,2,1291,'/db/update20.0.alpha1.sql','/db','file','M'),(1319,2,1291,'/module/product/control.php','/module/product','file','M'),(1320,2,1292,'/module/common/model.php','/module/common','file','M'),(1321,2,1293,'/module/common/lang/de.php','/module/common/lang','file','M'),(1322,2,1293,'/module/common/lang/en.php','/module/common/lang','file','M'),(1323,2,1293,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1324,2,1293,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1325,2,1293,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1326,2,1293,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1327,2,1293,'/module/common/model.php','/module/common','file','M'),(1328,2,1293,'/module/weekly/control.php','/module/weekly','file','M'),(1329,2,1293,'/module/weekly/model.php','/module/weekly','file','M'),(1330,2,1293,'/module/workestimation/control.php','/module/workestimation','file','M'),(1331,2,1293,'/module/workestimation/model.php','/module/workestimation','file','M'),(1332,2,1294,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(1333,2,1295,'/module/todo/model.php','/module/todo','file','M'),(1334,2,1296,'/module/block/model.php','/module/block','file','M'),(1335,2,1296,'/module/bug/model.php','/module/bug','file','M'),(1336,2,1297,'/module/product/control.php','/module/product','file','M'),(1337,2,1297,'/module/product/model.php','/module/product','file','M'),(1338,2,1297,'/module/story/control.php','/module/story','file','M'),(1339,2,1298,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(1340,2,1299,'/module/build/model.php','/module/build','file','M'),(1341,2,1300,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(1342,2,1301,'/module/projectstory/control.php','/module/projectstory','file','M'),(1343,2,1301,'/module/projectstory/lang/de.php','/module/projectstory/lang','file','A'),(1344,2,1301,'/module/projectstory/lang/en.php','/module/projectstory/lang','file','A'),(1345,2,1301,'/module/projectstory/lang/fr.php','/module/projectstory/lang','file','A'),(1346,2,1301,'/module/projectstory/lang/vi.php','/module/projectstory/lang','file','A'),(1347,2,1301,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(1348,2,1301,'/module/projectstory/lang/zh-tw.php','/module/projectstory/lang','file','A'),(1349,2,1303,'/module/task/control.php','/module/task','file','M'),(1350,2,1305,'/module/stakeholder/view/browse.html.php','/module/stakeholder/view','file','M'),(1351,2,1306,'/module/block/model.php','/module/block','file','M'),(1352,2,1306,'/module/bug/model.php','/module/bug','file','M'),(1353,2,1307,'/module/block/control.php','/module/block','file','M'),(1354,2,1308,'/module/build/model.php','/module/build','file','M'),(1355,2,1309,'/module/task/control.php','/module/task','file','M'),(1356,2,1310,'/module/doc/model.php','/module/doc','file','M'),(1357,2,1311,'/module/doc/model.php','/module/doc','file','M'),(1358,2,1312,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(1359,2,1313,'/module/action/lang/de.php','/module/action/lang','file','M'),(1360,2,1313,'/module/action/lang/en.php','/module/action/lang','file','M'),(1361,2,1313,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1362,2,1313,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1363,2,1313,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1364,2,1313,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1365,2,1313,'/module/action/model.php','/module/action','file','M'),(1366,2,1313,'/module/block/lang/de.php','/module/block/lang','file','M'),(1367,2,1313,'/module/block/lang/en.php','/module/block/lang','file','M'),(1368,2,1313,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1369,2,1313,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1370,2,1313,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1371,2,1313,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1372,2,1313,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(1373,2,1313,'/module/common/lang/de.php','/module/common/lang','file','M'),(1374,2,1313,'/module/common/lang/en.php','/module/common/lang','file','M'),(1375,2,1313,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1376,2,1313,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1377,2,1313,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1378,2,1313,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1379,2,1313,'/module/my/lang/de.php','/module/my/lang','file','M'),(1380,2,1313,'/module/my/lang/en.php','/module/my/lang','file','M'),(1381,2,1313,'/module/my/lang/fr.php','/module/my/lang','file','M'),(1382,2,1313,'/module/my/lang/vi.php','/module/my/lang','file','M'),(1383,2,1313,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(1384,2,1313,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(1385,2,1313,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1386,2,1313,'/module/project/view/view.html.php','/module/project/view','file','M'),(1387,2,1314,'/module/build/control.php','/module/build','file','M'),(1388,2,1314,'/module/build/model.php','/module/build','file','M'),(1389,2,1314,'/module/issue/control.php','/module/issue','file','M'),(1390,2,1314,'/module/issue/model.php','/module/issue','file','M'),(1391,2,1315,'/module/design/lang/de.php','/module/design/lang','file','M'),(1392,2,1315,'/module/design/lang/en.php','/module/design/lang','file','M'),(1393,2,1315,'/module/design/lang/fr.php','/module/design/lang','file','M'),(1394,2,1315,'/module/design/lang/vi.php','/module/design/lang','file','M'),(1395,2,1315,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(1396,2,1315,'/module/design/view/view.html.php','/module/design/view','file','M'),(1397,2,1316,'/module/risk/lang/de.php','/module/risk/lang','file','M'),(1398,2,1316,'/module/risk/lang/en.php','/module/risk/lang','file','M'),(1399,2,1316,'/module/risk/lang/fr.php','/module/risk/lang','file','M'),(1400,2,1316,'/module/risk/lang/vi.php','/module/risk/lang','file','M'),(1401,2,1316,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(1402,2,1316,'/module/risk/lang/zh-tw.php','/module/risk/lang','file','M'),(1403,2,1317,'/module/product/control.php','/module/product','file','M'),(1404,2,1318,'/module/project/model.php','/module/project','file','M'),(1405,2,1319,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1406,2,1319,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1407,2,1319,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1408,2,1319,'/module/stage/lang/zh-tw.php','/module/stage/lang','file','A'),(1409,2,1320,'/module/project/lang/de.php','/module/project/lang','file','M'),(1410,2,1320,'/module/project/lang/en.php','/module/project/lang','file','M'),(1411,2,1320,'/module/project/lang/fr.php','/module/project/lang','file','M'),(1412,2,1320,'/module/project/lang/vi.php','/module/project/lang','file','M'),(1413,2,1320,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1414,2,1320,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(1415,2,1320,'/module/todo/js/view.js','/module/todo/js','file','M'),(1416,2,1320,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(1417,2,1321,'/module/build/control.php','/module/build','file','M'),(1418,2,1322,'/module/doc/control.php','/module/doc','file','M'),(1419,2,1322,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(1420,2,1322,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(1421,2,1322,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(1422,2,1322,'/module/doc/lang/vi.php','/module/doc/lang','file','M'),(1423,2,1322,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(1424,2,1322,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(1425,2,1323,'/module/tree/control.php','/module/tree','file','M'),(1426,2,1323,'/module/tree/model.php','/module/tree','file','M'),(1427,2,1325,'/module/upgrade/view/mergebyline.html.php','/module/upgrade/view','file','M'),(1428,2,1326,'/module/action/model.php','/module/action','file','M'),(1429,2,1326,'/module/todo/control.php','/module/todo','file','M'),(1430,2,1328,'/module/project/model.php','/module/project','file','M'),(1431,2,1329,'/module/tree/model.php','/module/tree','file','M'),(1432,2,1330,'/module/block/control.php','/module/block','file','M'),(1433,2,1330,'/module/build/control.php','/module/build','file','M'),(1434,2,1330,'/module/my/view/story.html.php','/module/my/view','file','M'),(1435,2,1330,'/module/product/control.php','/module/product','file','M'),(1436,2,1330,'/module/product/model.php','/module/product','file','M'),(1437,2,1330,'/module/project/model.php','/module/project','file','M'),(1438,2,1331,'/module/product/model.php','/module/product','file','M'),(1439,2,1331,'/module/project/model.php','/module/project','file','M'),(1440,2,1331,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(1441,2,1332,'/module/block/control.php','/module/block','file','M'),(1442,2,1332,'/module/block/lang/de.php','/module/block/lang','file','M'),(1443,2,1332,'/module/block/lang/en.php','/module/block/lang','file','M'),(1444,2,1332,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1445,2,1332,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1446,2,1332,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1447,2,1333,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(1448,2,1333,'/module/product/model.php','/module/product','file','M'),(1449,2,1333,'/module/program/model.php','/module/program','file','M'),(1450,2,1334,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(1451,2,1336,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(1452,2,1337,'/module/build/model.php','/module/build','file','M'),(1453,2,1337,'/module/product/model.php','/module/product','file','M'),(1454,2,1337,'/module/project/model.php','/module/project','file','M'),(1455,2,1337,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(1456,2,1337,'/module/projectbuild/js/browse.js','/module/projectbuild/js','file','M'),(1457,2,1337,'/module/projectbuild/lang/de.php','/module/projectbuild/lang','file','M'),(1458,2,1337,'/module/projectbuild/lang/en.php','/module/projectbuild/lang','file','M'),(1459,2,1337,'/module/projectbuild/lang/fr.php','/module/projectbuild/lang','file','M'),(1460,2,1337,'/module/projectbuild/lang/vi.php','/module/projectbuild/lang','file','M'),(1461,2,1337,'/module/projectbuild/lang/zh-cn.php','/module/projectbuild/lang','file','M'),(1462,2,1337,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','M'),(1463,2,1339,'/module/program/model.php','/module/program','file','M'),(1464,2,1340,'/module/project/model.php','/module/project','file','M'),(1465,2,1340,'/module/todo/control.php','/module/todo','file','M'),(1466,2,1340,'/module/todo/js/view.js','/module/todo/js','file','M'),(1467,2,1340,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(1468,2,1341,'/module/program/control.php','/module/program','file','M'),(1469,2,1342,'/module/common/lang/de.php','/module/common/lang','file','M'),(1470,2,1342,'/module/common/lang/en.php','/module/common/lang','file','M'),(1471,2,1342,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1472,2,1342,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1473,2,1342,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1474,2,1342,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1475,2,1342,'/module/common/model.php','/module/common','file','M'),(1476,2,1342,'/module/testreport/control.php','/module/testreport','file','M'),(1477,2,1343,'/module/testreport/control.php','/module/testreport','file','M'),(1478,2,1343,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(1479,2,1344,'/module/block/control.php','/module/block','file','M'),(1480,2,1344,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(1481,2,1344,'/module/product/lang/de.php','/module/product/lang','file','M'),(1482,2,1344,'/module/product/lang/en.php','/module/product/lang','file','M'),(1483,2,1344,'/module/product/lang/fr.php','/module/product/lang','file','M'),(1484,2,1344,'/module/product/lang/vi.php','/module/product/lang','file','M'),(1485,2,1344,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(1486,2,1344,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(1487,2,1345,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1488,2,1345,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1489,2,1346,'/module/story/model.php','/module/story','file','M'),(1490,2,1346,'/module/task/model.php','/module/task','file','M'),(1491,2,1346,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(1492,2,1348,'/module/block/control.php','/module/block','file','M'),(1493,2,1348,'/module/block/lang/de.php','/module/block/lang','file','M'),(1494,2,1348,'/module/block/lang/en.php','/module/block/lang','file','M'),(1495,2,1348,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1496,2,1348,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1497,2,1348,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1498,2,1348,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1499,2,1348,'/module/block/model.php','/module/block','file','M'),(1500,2,1348,'/module/block/view/programdynamicblock.html.php','/module/block/view','file','D'),(1501,2,1348,'/module/block/view/projectdynamicblock.html.php','/module/block/view','file','A'),(1502,2,1350,'/module/build/view/create.html.php','/module/build/view','file','M'),(1503,2,1351,'/module/block/control.php','/module/block','file','M'),(1504,2,1351,'/module/block/lang/de.php','/module/block/lang','file','M'),(1505,2,1351,'/module/block/lang/en.php','/module/block/lang','file','M'),(1506,2,1351,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1507,2,1351,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1508,2,1351,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1509,2,1351,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1510,2,1351,'/module/block/model.php','/module/block','file','M'),(1511,2,1351,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','D'),(1512,2,1351,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','A'),(1513,2,1352,'/module/testreport/control.php','/module/testreport','file','M'),(1514,2,1352,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(1515,2,1353,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(1516,2,1354,'/module/action/lang/de.php','/module/action/lang','file','M'),(1517,2,1354,'/module/action/lang/en.php','/module/action/lang','file','M'),(1518,2,1354,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1519,2,1354,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1520,2,1355,'/module/common/lang/de.php','/module/common/lang','file','M'),(1521,2,1355,'/module/common/lang/en.php','/module/common/lang','file','M'),(1522,2,1355,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1523,2,1355,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1524,2,1356,'/module/action/lang/de.php','/module/action/lang','file','M'),(1525,2,1356,'/module/action/lang/en.php','/module/action/lang','file','M'),(1526,2,1356,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1527,2,1356,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1528,2,1356,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1529,2,1356,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1530,2,1356,'/module/block/lang/de.php','/module/block/lang','file','M'),(1531,2,1356,'/module/block/lang/en.php','/module/block/lang','file','M'),(1532,2,1356,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1533,2,1356,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1534,2,1356,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1535,2,1356,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1536,2,1356,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1537,2,1356,'/module/my/lang/de.php','/module/my/lang','file','M'),(1538,2,1356,'/module/my/lang/en.php','/module/my/lang','file','M'),(1539,2,1356,'/module/my/lang/fr.php','/module/my/lang','file','M'),(1540,2,1356,'/module/my/lang/vi.php','/module/my/lang','file','M'),(1541,2,1356,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(1542,2,1356,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(1543,2,1357,'/module/testcase/control.php','/module/testcase','file','M'),(1544,2,1358,'/module/testcase/control.php','/module/testcase','file','M'),(1545,2,1359,'/module/block/control.php','/module/block','file','M'),(1546,2,1359,'/module/block/view/waterfallganttblock.html.php','/module/block/view','file','M'),(1547,2,1359,'/module/program/view/ajaxgetprjdropmenu.html.php','/module/program/view','file','M'),(1548,2,1360,'/module/build/control.php','/module/build','file','M'),(1549,2,1360,'/module/build/lang/de.php','/module/build/lang','file','M'),(1550,2,1360,'/module/build/lang/en.php','/module/build/lang','file','M'),(1551,2,1360,'/module/build/lang/fr.php','/module/build/lang','file','M'),(1552,2,1360,'/module/build/lang/vi.php','/module/build/lang','file','M'),(1553,2,1360,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(1554,2,1360,'/module/build/view/edit.html.php','/module/build/view','file','M'),(1555,2,1361,'/module/testcase/control.php','/module/testcase','file','M'),(1556,2,1362,'/module/testcase/control.php','/module/testcase','file','M'),(1557,2,1363,'/module/release/view/view.html.php','/module/release/view','file','M'),(1558,2,1364,'/module/build/control.php','/module/build','file','M'),(1559,2,1364,'/module/build/lang/de.php','/module/build/lang','file','M'),(1560,2,1364,'/module/build/lang/en.php','/module/build/lang','file','M'),(1561,2,1364,'/module/build/lang/fr.php','/module/build/lang','file','M'),(1562,2,1364,'/module/build/lang/vi.php','/module/build/lang','file','M'),(1563,2,1364,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(1564,2,1364,'/module/build/view/edit.html.php','/module/build/view','file','M'),(1565,2,1365,'/module/bug/css/browse.css','/module/bug/css','file','M'),(1566,2,1365,'/module/release/css/view.css','/module/release/css','file','M'),(1567,2,1365,'/module/release/view/view.html.php','/module/release/view','file','M'),(1568,2,1366,'/module/bug/css/browse.css','/module/bug/css','file','M'),(1569,2,1366,'/module/projectrelease/css/view.css','/module/projectrelease/css','file','M'),(1570,2,1366,'/module/projectrelease/view/view.html.php','/module/projectrelease/view','file','M'),(1571,2,1367,'/module/bug/control.php','/module/bug','file','M'),(1572,2,1367,'/module/bug/js/create.js','/module/bug/js','file','M'),(1573,2,1367,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(1574,2,1368,'/module/project/css/testtask.css','/module/project/css','file','M'),(1575,2,1369,'/module/project/css/testtask.css','/module/project/css','file','M'),(1576,2,1370,'/module/bug/control.php','/module/bug','file','M'),(1577,2,1370,'/module/bug/js/create.js','/module/bug/js','file','M'),(1578,2,1370,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(1579,2,1372,'/module/project/model.php','/module/project','file','M'),(1580,2,1372,'/module/todo/control.php','/module/todo','file','M'),(1581,2,1373,'/module/issue/view/taskform.html.php','/module/issue/view','file','M'),(1582,2,1373,'/module/program/control.php','/module/program','file','M'),(1583,2,1374,'/module/testreport/model.php','/module/testreport','file','M'),(1584,2,1375,'/module/story/view/change.html.php','/module/story/view','file','M'),(1585,2,1376,'/module/issue/control.php','/module/issue','file','M'),(1586,2,1376,'/module/issue/model.php','/module/issue','file','M'),(1587,2,1376,'/module/issue/view/bugform.html.php','/module/issue/view','file','M'),(1588,2,1376,'/module/issue/view/storyform.html.php','/module/issue/view','file','M'),(1589,2,1376,'/module/issue/view/taskform.html.php','/module/issue/view','file','M'),(1590,2,1376,'/module/task/model.php','/module/task','file','M'),(1591,2,1377,'/module/testreport/model.php','/module/testreport','file','M'),(1592,2,1378,'/module/project/control.php','/module/project','file','M'),(1593,2,1379,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(1594,2,1379,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1595,2,1380,'/module/story/view/change.html.php','/module/story/view','file','M'),(1596,2,1381,'/module/block/control.php','/module/block','file','M'),(1597,2,1381,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(1598,2,1381,'/module/project/model.php','/module/project','file','M'),(1599,2,1382,'/module/task/control.php','/module/task','file','M'),(1600,2,1383,'/module/bug/control.php','/module/bug','file','M'),(1601,2,1384,'/module/task/control.php','/module/task','file','M'),(1602,2,1384,'/module/task/model.php','/module/task','file','M'),(1603,2,1385,'/module/story/model.php','/module/story','file','M'),(1604,2,1386,'/module/task/view/edit.html.php','/module/task/view','file','M'),(1605,2,1387,'/module/bug/model.php','/module/bug','file','M'),(1606,2,1388,'/module/build/model.php','/module/build','file','M'),(1607,2,1389,'/module/block/control.php','/module/block','file','M'),(1608,2,1389,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(1609,2,1389,'/module/project/model.php','/module/project','file','M'),(1610,2,1390,'/module/task/control.php','/module/task','file','M'),(1611,2,1391,'/module/doc/control.php','/module/doc','file','M'),(1612,2,1392,'/module/block/control.php','/module/block','file','M'),(1613,2,1392,'/module/program/model.php','/module/program','file','M'),(1614,2,1392,'/module/project/control.php','/module/project','file','M'),(1615,2,1392,'/module/project/model.php','/module/project','file','M'),(1616,2,1393,'/module/block/view/programblock.html.php','/module/block/view','file','M'),(1617,2,1394,'/module/block/control.php','/module/block','file','M'),(1618,2,1395,'/module/block/control.php','/module/block','file','M'),(1619,2,1395,'/module/block/lang/de.php','/module/block/lang','file','M'),(1620,2,1395,'/module/block/lang/en.php','/module/block/lang','file','M'),(1621,2,1395,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1622,2,1395,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1623,2,1395,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1624,2,1395,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1625,2,1395,'/module/block/view/programteamblock.html.php','/module/block/view','file','A'),(1626,2,1396,'/module/tree/control.php','/module/tree','file','M'),(1627,2,1397,'/module/tree/control.php','/module/tree','file','M'),(1628,2,1398,'/module/bug/control.php','/module/bug','file','M'),(1629,2,1399,'/module/product/control.php','/module/product','file','M'),(1630,2,1400,'/module/build/model.php','/module/build','file','M'),(1631,2,1401,'/module/build/model.php','/module/build','file','M'),(1632,2,1402,'/module/task/view/edit.html.php','/module/task/view','file','M'),(1633,2,1402,'/module/task/view/finish.html.php','/module/task/view','file','M'),(1634,2,1403,'/module/build/model.php','/module/build','file','M'),(1635,2,1404,'/module/build/model.php','/module/build','file','M'),(1636,2,1405,'/module/doc/model.php','/module/doc','file','M'),(1637,2,1406,'/module/doc/model.php','/module/doc','file','M'),(1638,2,1408,'/module/task/control.php','/module/task','file','M'),(1639,2,1408,'/module/task/model.php','/module/task','file','M'),(1640,2,1410,'/module/project/model.php','/module/project','file','M'),(1641,2,1411,'/module/project/model.php','/module/project','file','M'),(1642,2,1413,'/module/project/model.php','/module/project','file','M'),(1643,2,1414,'/module/product/model.php','/module/product','file','M'),(1644,2,1414,'/module/program/control.php','/module/program','file','M'),(1645,2,1415,'/module/product/model.php','/module/product','file','M'),(1646,2,1415,'/module/project/model.php','/module/project','file','M'),(1647,2,1416,'/module/custom/view/configurewaterfall.html.php','/module/custom/view','file','M'),(1648,2,1417,'/module/bug/model.php','/module/bug','file','M'),(1649,2,1418,'/module/story/model.php','/module/story','file','M'),(1650,2,1421,'/module/block/control.php','/module/block','file','M'),(1651,2,1421,'/module/product/model.php','/module/product','file','M'),(1652,2,1421,'/module/program/model.php','/module/program','file','M'),(1653,2,1421,'/module/project/control.php','/module/project','file','M'),(1654,2,1421,'/module/project/model.php','/module/project','file','M'),(1655,2,1422,'/module/program/control.php','/module/program','file','M'),(1656,2,1423,'/module/action/lang/de.php','/module/action/lang','file','M'),(1657,2,1423,'/module/action/lang/en.php','/module/action/lang','file','M'),(1658,2,1423,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1659,2,1423,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1660,2,1423,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1661,2,1423,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1662,2,1424,'/module/program/lang/de.php','/module/program/lang','file','M'),(1663,2,1424,'/module/program/lang/en.php','/module/program/lang','file','M'),(1664,2,1424,'/module/program/lang/fr.php','/module/program/lang','file','M'),(1665,2,1424,'/module/program/lang/vi.php','/module/program/lang','file','M'),(1666,2,1424,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(1667,2,1424,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(1668,2,1425,'/module/release/model.php','/module/release','file','M'),(1669,2,1426,'/module/program/model.php','/module/program','file','M'),(1670,2,1427,'/module/repo/control.php','/module/repo','file','M'),(1671,2,1427,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(1672,2,1427,'/www/js/misc/highlight/styles/code.css','/www/js/misc/highlight/styles','file','A'),(1673,2,1427,'/www/js/misc/highlight/styles/github.css','/www/js/misc/highlight/styles','file','D'),(1674,2,1429,'/module/doc/model.php','/module/doc','file','M'),(1675,2,1430,'/framework/router.class.php','/framework','file','M'),(1676,2,1432,'/module/block/lang/de.php','/module/block/lang','file','M'),(1677,2,1432,'/module/block/lang/en.php','/module/block/lang','file','M'),(1678,2,1432,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1679,2,1432,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1680,2,1433,'/framework/router.class.php','/framework','file','M'),(1681,2,1434,'/module/upgrade/model.php','/module/upgrade','file','M'),(1682,2,1435,'/module/build/model.php','/module/build','file','M'),(1683,2,1436,'/module/block/lang/en.php','/module/block/lang','file','M'),(1684,2,1436,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1685,2,1437,'/module/user/view/login.html.php','/module/user/view','file','M'),(1686,2,1438,'/module/user/view/login.html.php','/module/user/view','file','M'),(1687,2,1439,'/framework/router.class.php','/framework','file','M'),(1688,2,1440,'/module/block/lang/de.php','/module/block/lang','file','M'),(1689,2,1440,'/module/block/lang/en.php','/module/block/lang','file','M'),(1690,2,1440,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1691,2,1440,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1692,2,1440,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1693,2,1442,'/module/block/control.php','/module/block','file','M'),(1694,2,1442,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(1695,2,1442,'/module/product/control.php','/module/product','file','M'),(1696,2,1442,'/module/product/model.php','/module/product','file','M'),(1697,2,1443,'/db/zentao.sql','/db','file','M'),(1698,2,1444,'/lib/scm/gitrepo.class.php','/lib/scm','file','M'),(1699,2,1444,'/lib/scm/scm.class.php','/lib/scm','file','M'),(1700,2,1444,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(1701,2,1445,'/module/block/control.php','/module/block','file','M'),(1702,2,1445,'/module/block/lang/en.php','/module/block/lang','file','M'),(1703,2,1445,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1704,2,1445,'/module/block/model.php','/module/block','file','M'),(1705,2,1445,'/module/block/view/executionblock.html.php','/module/block/view','file','D'),(1706,2,1445,'/module/block/view/executionoverviewblock.html.php','/module/block/view','file','D'),(1707,2,1445,'/module/block/view/executionstatisticblock.html.php','/module/block/view','file','D'),(1708,2,1445,'/module/block/view/programblock.html.php','/module/block/view','file','A'),(1709,2,1445,'/module/block/view/programdynamicblock.html.php','/module/block/view','file','A'),(1710,2,1445,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','A'),(1711,2,1445,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(1712,2,1445,'/module/block/view/projectdynamicblock.html.php','/module/block/view','file','D'),(1713,2,1445,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','A'),(1714,2,1445,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(1715,2,1445,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','A'),(1716,2,1445,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','D'),(1717,2,1446,'/module/common/model.php','/module/common','file','M'),(1718,2,1448,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1719,2,1448,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(1720,2,1448,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','M'),(1721,2,1449,'/module/project/control.php','/module/project','file','M'),(1722,2,1450,'/lib/scm/gitrepo.class.php','/lib/scm','file','M'),(1723,2,1450,'/lib/scm/scm.class.php','/lib/scm','file','M'),(1724,2,1450,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(1725,2,1451,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1726,2,1452,'/db/zentao.sql','/db','file','M'),(1727,2,1454,'/module/doc/model.php','/module/doc','file','M'),(1728,2,1455,'/module/common/lang/de.php','/module/common/lang','file','M'),(1729,2,1455,'/module/common/lang/en.php','/module/common/lang','file','M'),(1730,2,1455,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1731,2,1455,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1732,2,1455,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1733,2,1455,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(1734,2,1455,'/module/program/js/common.js','/module/program/js','file','M'),(1735,2,1455,'/module/program/model.php','/module/program','file','M'),(1736,2,1455,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(1737,2,1455,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(1738,2,1455,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(1739,2,1455,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1740,2,1456,'/module/block/config.php','/module/block','file','M'),(1741,2,1457,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(1742,2,1459,'/module/block/js/admin.js','/module/block/js','file','M'),(1743,2,1459,'/module/block/lang/en.php','/module/block/lang','file','M'),(1744,2,1459,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1745,2,1461,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(1746,2,1462,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(1747,2,1462,'/module/build/model.php','/module/build','file','M'),(1748,2,1462,'/module/extension/control.php','/module/extension','file','M'),(1749,2,1462,'/module/file/model.php','/module/file','file','M'),(1750,2,1462,'/module/install/control.php','/module/install','file','M'),(1751,2,1462,'/module/projectbuild/control.php','/module/projectbuild','file','M'),(1752,2,1462,'/module/user/lang/de.php','/module/user/lang','file','M'),(1753,2,1462,'/module/user/lang/en.php','/module/user/lang','file','M'),(1754,2,1462,'/module/user/lang/fr.php','/module/user/lang','file','M'),(1755,2,1462,'/module/user/lang/vi.php','/module/user/lang','file','M'),(1756,2,1462,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1757,2,1462,'/module/user/view/create.html.php','/module/user/view','file','M'),(1758,2,1462,'/module/user/view/login.html.php','/module/user/view','file','M'),(1759,2,1463,'/module/project/model.php','/module/project','file','M'),(1760,2,1465,'/db/zentao.sql','/db','file','M'),(1761,2,1465,'/module/group/lang/resource.php','/module/group/lang','file','M'),(1762,2,1465,'/module/program/lang/de.php','/module/program/lang','file','M'),(1763,2,1465,'/module/program/lang/en.php','/module/program/lang','file','M'),(1764,2,1465,'/module/program/lang/fr.php','/module/program/lang','file','M'),(1765,2,1465,'/module/program/lang/vi.php','/module/program/lang','file','M'),(1766,2,1465,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(1767,2,1465,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(1768,2,1466,'/module/project/model.php','/module/project','file','M'),(1769,2,1468,'/module/doc/model.php','/module/doc','file','M'),(1770,2,1469,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(1771,2,1469,'/module/stakeholder/view/browse.html.php','/module/stakeholder/view','file','M'),(1772,2,1471,'/module/my/lang/de.php','/module/my/lang','file','M'),(1773,2,1471,'/module/my/lang/en.php','/module/my/lang','file','M'),(1774,2,1471,'/module/my/lang/fr.php','/module/my/lang','file','M'),(1775,2,1471,'/module/my/lang/vi.php','/module/my/lang','file','M'),(1776,2,1471,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(1777,2,1471,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(1778,2,1471,'/module/project/lang/de.php','/module/project/lang','file','M'),(1779,2,1471,'/module/project/lang/en.php','/module/project/lang','file','M'),(1780,2,1471,'/module/project/lang/fr.php','/module/project/lang','file','M'),(1781,2,1471,'/module/project/lang/vi.php','/module/project/lang','file','M'),(1782,2,1471,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1783,2,1471,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(1784,2,1472,'/module/project/model.php','/module/project','file','M'),(1785,2,1474,'/module/action/config.php','/module/action','file','M'),(1786,2,1474,'/module/action/model.php','/module/action','file','M'),(1787,2,1475,'/module/action/lang/de.php','/module/action/lang','file','M'),(1788,2,1475,'/module/action/lang/en.php','/module/action/lang','file','M'),(1789,2,1475,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1790,2,1475,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1791,2,1475,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1792,2,1475,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1793,2,1476,'/module/action/lang/de.php','/module/action/lang','file','M'),(1794,2,1476,'/module/action/lang/en.php','/module/action/lang','file','M'),(1795,2,1476,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1796,2,1476,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1797,2,1476,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1798,2,1476,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1799,2,1478,'/module/story/model.php','/module/story','file','M'),(1800,2,1479,'/module/build/model.php','/module/build','file','M'),(1801,2,1479,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1802,2,1480,'/module/block/js/admin.js','/module/block/js','file','M'),(1803,2,1481,'/VERSION','/','file','M'),(1804,2,1481,'/config/config.php','/config','file','M'),(1805,2,1481,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(1806,2,1481,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(1807,2,1481,'/module/upgrade/model.php','/module/upgrade','file','M'),(1808,2,1482,'/module/bug/model.php','/module/bug','file','M'),(1809,2,1483,'/module/user/view/login.html.php','/module/user/view','file','M'),(1810,2,1484,'/module/product/control.php','/module/product','file','M'),(1811,2,1484,'/module/project/control.php','/module/project','file','M'),(1812,2,1484,'/module/project/model.php','/module/project','file','M'),(1813,2,1485,'/module/stakeholder/view/browse.html.php','/module/stakeholder/view','file','M'),(1814,2,1486,'/module/stakeholder/view/browse.html.php','/module/stakeholder/view','file','M'),(1815,2,1487,'/module/programplan/control.php','/module/programplan','file','M'),(1816,2,1487,'/module/programplan/model.php','/module/programplan','file','M'),(1817,2,1487,'/module/programplan/view/edit.html.php','/module/programplan/view','file','M'),(1818,2,1488,'/module/project/model.php','/module/project','file','M'),(1819,2,1489,'/module/project/model.php','/module/project','file','M'),(1820,2,1490,'/module/common/lang/de.php','/module/common/lang','file','M'),(1821,2,1490,'/module/common/lang/en.php','/module/common/lang','file','M'),(1822,2,1490,'/module/common/lang/fr.php','/module/common/lang','file','M'),(1823,2,1490,'/module/common/lang/vi.php','/module/common/lang','file','M'),(1824,2,1490,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1825,2,1490,'/module/common/model.php','/module/common','file','M'),(1826,2,1490,'/module/project/control.php','/module/project','file','M'),(1827,2,1490,'/module/project/view/view.html.php','/module/project/view','file','M'),(1828,2,1491,'/module/doc/model.php','/module/doc','file','M'),(1829,2,1492,'/module/block/control.php','/module/block','file','M'),(1830,2,1492,'/module/block/view/executionblock.html.php','/module/block/view','file','M'),(1831,2,1493,'/module/programplan/model.php','/module/programplan','file','M'),(1832,2,1493,'/module/project/model.php','/module/project','file','M'),(1833,2,1493,'/module/task/control.php','/module/task','file','M'),(1834,2,1495,'/module/project/control.php','/module/project','file','M'),(1835,2,1495,'/module/project/model.php','/module/project','file','M'),(1836,2,1496,'/module/doc/model.php','/module/doc','file','M'),(1837,2,1496,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(1838,2,1498,'/module/my/view/execution.html.php','/module/my/view','file','M'),(1839,2,1498,'/module/user/model.php','/module/user','file','M'),(1840,2,1499,'/module/action/lang/de.php','/module/action/lang','file','M'),(1841,2,1499,'/module/action/lang/en.php','/module/action/lang','file','M'),(1842,2,1499,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1843,2,1499,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1844,2,1499,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1845,2,1499,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1846,2,1501,'/module/project/js/create.js','/module/project/js','file','M'),(1847,2,1501,'/module/project/view/create.html.php','/module/project/view','file','M'),(1848,2,1503,'/module/bug/model.php','/module/bug','file','M'),(1849,2,1504,'/VERSION','/','file','M'),(1850,2,1504,'/config/config.php','/config','file','M'),(1851,2,1504,'/db/standard/xuanxuan12.5.1.sql','/db/standard','file','A'),(1852,2,1504,'/db/standard/zentao12.5.1.sql','/db/standard','file','A'),(1853,2,1504,'/doc/CHANGELOG','/doc','file','M'),(1854,2,1504,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(1855,2,1504,'/module/extension/control.php','/module/extension','file','M'),(1856,2,1504,'/module/file/model.php','/module/file','file','M'),(1857,2,1504,'/module/job/lang/zh-tw.php','/module/job/lang','file','M'),(1858,2,1504,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(1859,2,1504,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(1860,2,1504,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(1861,2,1504,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(1862,2,1504,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(1863,2,1504,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(1864,2,1504,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(1865,2,1504,'/module/upgrade/model.php','/module/upgrade','file','M'),(1866,2,1504,'/module/user/lang/de.php','/module/user/lang','file','M'),(1867,2,1504,'/module/user/lang/en.php','/module/user/lang','file','M'),(1868,2,1504,'/module/user/lang/fr.php','/module/user/lang','file','M'),(1869,2,1504,'/module/user/lang/vi.php','/module/user/lang','file','M'),(1870,2,1504,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(1871,2,1504,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(1872,2,1504,'/module/user/view/create.html.php','/module/user/view','file','M'),(1873,2,1504,'/module/user/view/login.html.php','/module/user/view','file','M'),(1874,2,1505,'/module/install/control.php','/module/install','file','M'),(1875,2,1506,'/module/build/model.php','/module/build','file','M'),(1876,2,1506,'/module/project/control.php','/module/project','file','M'),(1877,2,1507,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(1878,2,1507,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(1879,2,1507,'/module/stakeholder/view/browse.html.php','/module/stakeholder/view','file','M'),(1880,2,1508,'/module/project/js/create.js','/module/project/js','file','M'),(1881,2,1508,'/module/project/view/create.html.php','/module/project/view','file','M'),(1882,2,1510,'/module/project/model.php','/module/project','file','M'),(1883,2,1511,'/module/action/lang/de.php','/module/action/lang','file','M'),(1884,2,1511,'/module/action/lang/en.php','/module/action/lang','file','M'),(1885,2,1511,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1886,2,1511,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1887,2,1511,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1888,2,1511,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1889,2,1511,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(1890,2,1511,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(1891,2,1512,'/module/action/lang/de.php','/module/action/lang','file','M'),(1892,2,1512,'/module/action/lang/en.php','/module/action/lang','file','M'),(1893,2,1512,'/module/action/lang/fr.php','/module/action/lang','file','M'),(1894,2,1512,'/module/action/lang/vi.php','/module/action/lang','file','M'),(1895,2,1512,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(1896,2,1513,'/module/common/model.php','/module/common','file','M'),(1897,2,1514,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1898,2,1514,'/module/issue/control.php','/module/issue','file','M'),(1899,2,1514,'/module/program/js/common.js','/module/program/js','file','M'),(1900,2,1514,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1901,2,1514,'/module/projectstory/config.php','/module/projectstory','file','D'),(1902,2,1514,'/module/projectstory/control.php','/module/projectstory','file','M'),(1903,2,1514,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(1904,2,1514,'/module/story/control.php','/module/story','file','M'),(1905,2,1515,'/module/project/lang/de.php','/module/project/lang','file','M'),(1906,2,1515,'/module/project/lang/en.php','/module/project/lang','file','M'),(1907,2,1515,'/module/project/lang/fr.php','/module/project/lang','file','M'),(1908,2,1515,'/module/project/lang/vi.php','/module/project/lang','file','M'),(1909,2,1515,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1910,2,1515,'/module/project/view/story.html.php','/module/project/view','file','M'),(1911,2,1516,'/module/project/lang/de.php','/module/project/lang','file','M'),(1912,2,1516,'/module/project/lang/en.php','/module/project/lang','file','M'),(1913,2,1516,'/module/project/lang/fr.php','/module/project/lang','file','M'),(1914,2,1516,'/module/project/lang/vi.php','/module/project/lang','file','M'),(1915,2,1516,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1916,2,1516,'/module/project/model.php','/module/project','file','M'),(1917,2,1518,'/module/project/view/create.html.php','/module/project/view','file','M'),(1918,2,1518,'/module/project/view/edit.html.php','/module/project/view','file','M'),(1919,2,1520,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(1920,2,1520,'/module/projectrelease/model.php','/module/projectrelease','file','M'),(1921,2,1521,'/module/projectstory/control.php','/module/projectstory','file','M'),(1922,2,1523,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1923,2,1523,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1924,2,1523,'/module/my/lang/de.php','/module/my/lang','file','M'),(1925,2,1523,'/module/my/lang/en.php','/module/my/lang','file','M'),(1926,2,1523,'/module/my/lang/fr.php','/module/my/lang','file','M'),(1927,2,1523,'/module/my/lang/vi.php','/module/my/lang','file','M'),(1928,2,1523,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(1929,2,1523,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(1930,2,1523,'/module/my/view/story.html.php','/module/my/view','file','M'),(1931,2,1524,'/module/project/lang/de.php','/module/project/lang','file','M'),(1932,2,1524,'/module/project/lang/en.php','/module/project/lang','file','M'),(1933,2,1524,'/module/project/lang/fr.php','/module/project/lang','file','M'),(1934,2,1524,'/module/project/lang/vi.php','/module/project/lang','file','M'),(1935,2,1526,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(1936,2,1527,'/module/project/control.php','/module/project','file','M'),(1937,2,1527,'/module/project/js/edit.js','/module/project/js','file','A'),(1938,2,1527,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(1939,2,1527,'/module/project/model.php','/module/project','file','M'),(1940,2,1527,'/module/project/view/create.html.php','/module/project/view','file','M'),(1941,2,1527,'/module/project/view/edit.html.php','/module/project/view','file','M'),(1942,2,1527,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(1943,2,1528,'/config/zentaopms.php','/config','file','M'),(1944,2,1528,'/module/action/config.php','/module/action','file','M'),(1945,2,1528,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(1946,2,1528,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(1947,2,1528,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(1948,2,1531,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1949,2,1532,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(1950,2,1532,'/module/projectrelease/js/common.js','/module/projectrelease/js','file','M'),(1951,2,1532,'/module/projectrelease/model.php','/module/projectrelease','file','M'),(1952,2,1532,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(1953,2,1532,'/module/projectrelease/view/create.html.php','/module/projectrelease/view','file','M'),(1954,2,1533,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(1955,2,1535,'/module/project/model.php','/module/project','file','M'),(1956,2,1536,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1957,2,1536,'/module/common/model.php','/module/common','file','M'),(1958,2,1536,'/module/story/control.php','/module/story','file','M'),(1959,2,1537,'/module/build/model.php','/module/build','file','M'),(1960,2,1537,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(1961,2,1537,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1962,2,1537,'/module/group/lang/resource.php','/module/group/lang','file','M'),(1963,2,1537,'/module/project/control.php','/module/project','file','M'),(1964,2,1537,'/module/projectbuild/control.php','/module/projectbuild','file','A'),(1965,2,1537,'/module/projectbuild/js/browse.js','/module/projectbuild/js','file','A'),(1966,2,1537,'/module/projectbuild/lang/de.php','/module/projectbuild/lang','file','A'),(1967,2,1537,'/module/projectbuild/lang/en.php','/module/projectbuild/lang','file','A'),(1968,2,1537,'/module/projectbuild/lang/fr.php','/module/projectbuild/lang','file','A'),(1969,2,1537,'/module/projectbuild/lang/vi.php','/module/projectbuild/lang','file','A'),(1970,2,1537,'/module/projectbuild/lang/zh-cn.php','/module/projectbuild/lang','file','A'),(1971,2,1537,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','A'),(1972,2,1538,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(1973,2,1538,'/module/common/model.php','/module/common','file','M'),(1974,2,1538,'/module/program/view/prjmanagemembers.html.php','/module/program/view','file','M'),(1975,2,1538,'/module/programplan/model.php','/module/programplan','file','M'),(1976,2,1539,'/module/common/model.php','/module/common','file','M'),(1977,2,1540,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(1978,2,1540,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(1979,2,1541,'/module/block/lang/de.php','/module/block/lang','file','M'),(1980,2,1541,'/module/block/lang/en.php','/module/block/lang','file','M'),(1981,2,1541,'/module/block/lang/fr.php','/module/block/lang','file','M'),(1982,2,1541,'/module/block/lang/vi.php','/module/block/lang','file','M'),(1983,2,1541,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(1984,2,1541,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(1985,2,1543,'/module/my/view/story.html.php','/module/my/view','file','M'),(1986,2,1544,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(1987,2,1545,'/module/common/model.php','/module/common','file','M'),(1988,2,1547,'/module/common/model.php','/module/common','file','M'),(1989,2,1548,'/module/projectrelease/view/linkbug.html.php','/module/projectrelease/view','file','M'),(1990,2,1548,'/module/projectrelease/view/linkstory.html.php','/module/projectrelease/view','file','M'),(1991,2,1549,'/module/product/view/edit.html.php','/module/product/view','file','M'),(1992,2,1550,'/module/action/model.php','/module/action','file','M'),(1993,2,1550,'/module/product/control.php','/module/product','file','M'),(1994,2,1550,'/module/product/view/edit.html.php','/module/product/view','file','M'),(1995,2,1552,'/module/product/control.php','/module/product','file','M'),(1996,2,1552,'/module/projectstory/control.php','/module/projectstory','file','M'),(1997,2,1552,'/module/story/control.php','/module/story','file','M'),(1998,2,1553,'/module/common/lang/de.php','/module/common/lang','file','M'),(1999,2,1553,'/module/common/lang/en.php','/module/common/lang','file','M'),(2000,2,1553,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2001,2,1553,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2002,2,1553,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2003,2,1553,'/module/projectrelease/lang/de.php','/module/projectrelease/lang','file','M'),(2004,2,1553,'/module/projectrelease/lang/en.php','/module/projectrelease/lang','file','M'),(2005,2,1553,'/module/projectrelease/lang/fr.php','/module/projectrelease/lang','file','M'),(2006,2,1553,'/module/projectrelease/lang/vi.php','/module/projectrelease/lang','file','M'),(2007,2,1553,'/module/projectrelease/lang/zh-cn.php','/module/projectrelease/lang','file','M'),(2008,2,1553,'/module/projectrelease/lang/zh-tw.php','/module/projectrelease/lang','file','M'),(2009,2,1555,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(2010,2,1556,'/module/program/model.php','/module/program','file','M'),(2011,2,1557,'/module/product/model.php','/module/product','file','M'),(2012,2,1557,'/module/program/control.php','/module/program','file','M'),(2013,2,1560,'/module/my/view/story.html.php','/module/my/view','file','M'),(2014,2,1560,'/module/story/model.php','/module/story','file','M'),(2015,2,1561,'/module/bug/control.php','/module/bug','file','M'),(2016,2,1561,'/module/build/control.php','/module/build','file','M'),(2017,2,1561,'/module/build/model.php','/module/build','file','M'),(2018,2,1561,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2019,2,1561,'/module/project/control.php','/module/project','file','M'),(2020,2,1561,'/module/projectrelease/config.php','/module/projectrelease','file','M'),(2021,2,1561,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(2022,2,1561,'/module/projectrelease/js/common.js','/module/projectrelease/js','file','M'),(2023,2,1561,'/module/projectrelease/js/view.js','/module/projectrelease/js','file','M'),(2024,2,1561,'/module/projectrelease/model.php','/module/projectrelease','file','M'),(2025,2,1561,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(2026,2,1561,'/module/projectrelease/view/create.html.php','/module/projectrelease/view','file','M'),(2027,2,1562,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2028,2,1564,'/module/programplan/model.php','/module/programplan','file','M'),(2029,2,1565,'/module/block/lang/de.php','/module/block/lang','file','M'),(2030,2,1565,'/module/block/lang/en.php','/module/block/lang','file','M'),(2031,2,1565,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2032,2,1565,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2033,2,1565,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2034,2,1565,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2035,2,1567,'/module/block/view/contribute.html.php','/module/block/view','file','M'),(2036,2,1567,'/module/common/lang/de.php','/module/common/lang','file','M'),(2037,2,1567,'/module/common/lang/en.php','/module/common/lang','file','M'),(2038,2,1567,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2039,2,1567,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2040,2,1567,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2041,2,1567,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2042,2,1567,'/module/my/control.php','/module/my','file','M'),(2043,2,1567,'/module/my/lang/de.php','/module/my/lang','file','M'),(2044,2,1567,'/module/my/lang/en.php','/module/my/lang','file','M'),(2045,2,1567,'/module/my/lang/fr.php','/module/my/lang','file','M'),(2046,2,1567,'/module/my/lang/vi.php','/module/my/lang','file','M'),(2047,2,1567,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2048,2,1567,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(2049,2,1567,'/module/my/view/story.html.php','/module/my/view','file','M'),(2050,2,1568,'/module/action/lang/de.php','/module/action/lang','file','M'),(2051,2,1568,'/module/action/lang/en.php','/module/action/lang','file','M'),(2052,2,1568,'/module/action/lang/fr.php','/module/action/lang','file','M'),(2053,2,1568,'/module/action/lang/vi.php','/module/action/lang','file','M'),(2054,2,1568,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(2055,2,1568,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(2056,2,1569,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2057,2,1569,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(2058,2,1569,'/module/user/model.php','/module/user','file','M'),(2059,2,1570,'/module/action/lang/de.php','/module/action/lang','file','M'),(2060,2,1570,'/module/action/lang/en.php','/module/action/lang','file','M'),(2061,2,1570,'/module/action/lang/fr.php','/module/action/lang','file','M'),(2062,2,1570,'/module/action/lang/vi.php','/module/action/lang','file','M'),(2063,2,1570,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(2064,2,1571,'/module/programplan/model.php','/module/programplan','file','M'),(2065,2,1572,'/module/action/model.php','/module/action','file','M'),(2066,2,1573,'/module/extension/control.php','/module/extension','file','M'),(2067,2,1573,'/module/extension/model.php','/module/extension','file','M'),(2068,2,1573,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(2069,2,1574,'/module/block/lang/de.php','/module/block/lang','file','M'),(2070,2,1574,'/module/block/lang/en.php','/module/block/lang','file','M'),(2071,2,1574,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2072,2,1574,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2073,2,1574,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2074,2,1574,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(2075,2,1575,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2076,2,1575,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2077,2,1576,'/module/programplan/model.php','/module/programplan','file','M'),(2078,2,1576,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(2079,2,1576,'/module/programplan/view/edit.html.php','/module/programplan/view','file','M'),(2080,2,1576,'/module/project/model.php','/module/project','file','M'),(2081,2,1576,'/module/project/view/edit.html.php','/module/project/view','file','M'),(2082,2,1577,'/config/zentaopms.php','/config','file','M'),(2083,2,1577,'/module/action/config.php','/module/action','file','M'),(2084,2,1577,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(2085,2,1577,'/module/action/model.php','/module/action','file','M'),(2086,2,1577,'/module/program/control.php','/module/program','file','M'),(2087,2,1577,'/module/project/control.php','/module/project','file','M'),(2088,2,1578,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(2089,2,1579,'/module/project/model.php','/module/project','file','M'),(2090,2,1579,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(2091,2,1579,'/module/projectstory/model.php','/module/projectstory','file','M'),(2092,2,1580,'/module/projectstory/control.php','/module/projectstory','file','M'),(2093,2,1581,'/framework/router.class.php','/framework','file','M'),(2094,2,1581,'/module/common/lang/de.php','/module/common/lang','file','M'),(2095,2,1581,'/module/common/lang/en.php','/module/common/lang','file','M'),(2096,2,1581,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2097,2,1581,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2098,2,1581,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2099,2,1581,'/module/common/model.php','/module/common','file','M'),(2100,2,1581,'/module/custom/js/configurescrum.js','/module/custom/js','file','M'),(2101,2,1581,'/module/custom/js/configurewaterfall.js','/module/custom/js','file','M'),(2102,2,1581,'/module/product/view/create.html.php','/module/product/view','file','M'),(2103,2,1581,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2104,2,1581,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2105,2,1582,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(2106,2,1582,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2107,2,1582,'/module/common/model.php','/module/common','file','M'),(2108,2,1583,'/module/product/control.php','/module/product','file','M'),(2109,2,1583,'/module/product/view/browse.html.php','/module/product/view','file','M'),(2110,2,1583,'/module/story/control.php','/module/story','file','M'),(2111,2,1583,'/module/tree/model.php','/module/tree','file','M'),(2112,2,1584,'/config/config.php','/config','file','M'),(2113,2,1584,'/module/common/model.php','/module/common','file','M'),(2114,2,1584,'/www/.htaccess','/www','file','M'),(2115,2,1584,'/www/.ztaccess','/www','file','M'),(2116,2,1585,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(2117,2,1585,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(2118,2,1585,'/module/projectrelease/view/view.html.php','/module/projectrelease/view','file','M'),(2119,2,1586,'/module/branch/control.php','/module/branch','file','M'),(2120,2,1586,'/module/branch/model.php','/module/branch','file','M'),(2121,2,1586,'/module/branch/view/ajaxgetdropmenu.html.php','/module/branch/view','file','M'),(2122,2,1586,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2123,2,1586,'/module/common/model.php','/module/common','file','M'),(2124,2,1586,'/module/product/control.php','/module/product','file','M'),(2125,2,1586,'/module/product/js/browse.js','/module/product/js','file','M'),(2126,2,1586,'/module/product/model.php','/module/product','file','M'),(2127,2,1586,'/module/product/view/browse.html.php','/module/product/view','file','M'),(2128,2,1586,'/module/projectstory/control.php','/module/projectstory','file','M'),(2129,2,1586,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(2130,2,1586,'/module/projectstory/model.php','/module/projectstory','file','M'),(2131,2,1586,'/module/projectstory/view/requirement.html.php','/module/projectstory/view','file','D'),(2132,2,1586,'/module/projectstory/view/story.html.php','/module/projectstory/view','file','D'),(2133,2,1586,'/module/story/control.php','/module/story','file','M'),(2134,2,1586,'/module/story/js/common.js','/module/story/js','file','M'),(2135,2,1586,'/module/story/model.php','/module/story','file','M'),(2136,2,1586,'/module/story/view/track.html.php','/module/story/view','file','M'),(2137,2,1587,'/module/program/control.php','/module/program','file','M'),(2138,2,1588,'/module/common/model.php','/module/common','file','M'),(2139,2,1589,'/module/program/control.php','/module/program','file','M'),(2140,2,1589,'/module/program/css/prjcreate.css','/module/program/css','file','M'),(2141,2,1589,'/module/program/lang/de.php','/module/program/lang','file','M'),(2142,2,1589,'/module/program/lang/en.php','/module/program/lang','file','M'),(2143,2,1589,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2144,2,1589,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2145,2,1589,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2146,2,1589,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2147,2,1589,'/module/program/view/tips.html.php','/module/program/view','file','D'),(2148,2,1590,'/module/common/lang/de.php','/module/common/lang','file','M'),(2149,2,1590,'/module/common/lang/en.php','/module/common/lang','file','M'),(2150,2,1590,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2151,2,1590,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(2152,2,1590,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2153,2,1590,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2154,2,1590,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2155,2,1590,'/module/common/model.php','/module/common','file','M'),(2156,2,1592,'/module/block/lang/de.php','/module/block/lang','file','M'),(2157,2,1592,'/module/block/lang/en.php','/module/block/lang','file','M'),(2158,2,1592,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2159,2,1592,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2160,2,1592,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2161,2,1592,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2162,2,1592,'/module/block/view/contribute.html.php','/module/block/view','file','M'),(2163,2,1592,'/module/user/model.php','/module/user','file','M'),(2164,2,1593,'/www/js/zui/min.js','/www/js/zui','file','M'),(2165,2,1594,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2166,2,1595,'/config/zentaopms.php','/config','file','M'),(2167,2,1595,'/framework/router.class.php','/framework','file','M'),(2168,2,1595,'/module/product/control.php','/module/product','file','M'),(2169,2,1595,'/module/product/lang/de.php','/module/product/lang','file','M'),(2170,2,1595,'/module/product/lang/en.php','/module/product/lang','file','M'),(2171,2,1595,'/module/product/lang/fr.php','/module/product/lang','file','M'),(2172,2,1595,'/module/product/lang/vi.php','/module/product/lang','file','M'),(2173,2,1595,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(2174,2,1595,'/module/product/view/create.html.php','/module/product/view','file','M'),(2175,2,1595,'/module/program/model.php','/module/program','file','M'),(2176,2,1597,'/module/common/lang/de.php','/module/common/lang','file','M'),(2177,2,1597,'/module/common/lang/en.php','/module/common/lang','file','M'),(2178,2,1597,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2179,2,1597,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2180,2,1597,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2181,2,1597,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2182,2,1597,'/module/projectrelease/lang/zh-cn.php','/module/projectrelease/lang','file','M'),(2183,2,1598,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(2184,2,1598,'/module/program/control.php','/module/program','file','M'),(2185,2,1598,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2186,2,1598,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(2187,2,1598,'/module/project/model.php','/module/project','file','M'),(2188,2,1598,'/module/story/lang/de.php','/module/story/lang','file','M'),(2189,2,1598,'/module/story/lang/en.php','/module/story/lang','file','M'),(2190,2,1598,'/module/story/lang/fr.php','/module/story/lang','file','M'),(2191,2,1598,'/module/story/lang/vi.php','/module/story/lang','file','M'),(2192,2,1598,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(2193,2,1599,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2194,2,1600,'/module/common/lang/de.php','/module/common/lang','file','M'),(2195,2,1600,'/module/common/lang/en.php','/module/common/lang','file','M'),(2196,2,1600,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2197,2,1600,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2198,2,1600,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2199,2,1600,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2200,2,1601,'/module/task/control.php','/module/task','file','M'),(2201,2,1602,'/module/testcase/model.php','/module/testcase','file','M'),(2202,2,1604,'/module/task/control.php','/module/task','file','M'),(2203,2,1605,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2204,2,1607,'/module/project/model.php','/module/project','file','M'),(2205,2,1607,'/module/task/control.php','/module/task','file','M'),(2206,2,1608,'/module/project/control.php','/module/project','file','M'),(2207,2,1610,'/module/block/model.php','/module/block','file','M'),(2208,2,1611,'/module/block/model.php','/module/block','file','M'),(2209,2,1612,'/module/story/view/track.html.php','/module/story/view','file','M'),(2210,2,1614,'/module/project/model.php','/module/project','file','M'),(2211,2,1614,'/module/task/control.php','/module/task','file','M'),(2212,2,1615,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2213,2,1615,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(2214,2,1616,'/module/program/model.php','/module/program','file','M'),(2215,2,1616,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2216,2,1617,'/module/program/js/common.js','/module/program/js','file','M'),(2217,2,1618,'/module/program/config.php','/module/program','file','M'),(2218,2,1618,'/module/program/css/prjbrowse.css','/module/program/css','file','M'),(2219,2,1618,'/module/program/model.php','/module/program','file','M'),(2220,2,1618,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2221,2,1619,'/module/program/model.php','/module/program','file','M'),(2222,2,1620,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(2223,2,1620,'/module/program/lang/de.php','/module/program/lang','file','M'),(2224,2,1620,'/module/program/lang/en.php','/module/program/lang','file','M'),(2225,2,1620,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2226,2,1620,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2227,2,1620,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2228,2,1620,'/module/program/model.php','/module/program','file','M'),(2229,2,1620,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2230,2,1620,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2231,2,1621,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2232,2,1621,'/module/product/model.php','/module/product','file','M'),(2233,2,1621,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(2234,2,1621,'/module/projectstory/control.php','/module/projectstory','file','M'),(2235,2,1621,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(2236,2,1621,'/module/projectstory/model.php','/module/projectstory','file','M'),(2237,2,1621,'/module/projectstory/view/requirement.html.php','/module/projectstory/view','file','A'),(2238,2,1621,'/module/projectstory/view/story.html.php','/module/projectstory/view','file','A'),(2239,2,1622,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2240,2,1623,'/module/program/control.php','/module/program','file','M'),(2241,2,1625,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(2242,2,1625,'/module/projectrelease/lang/de.php','/module/projectrelease/lang','file','M'),(2243,2,1625,'/module/projectrelease/lang/en.php','/module/projectrelease/lang','file','M'),(2244,2,1625,'/module/projectrelease/lang/fr.php','/module/projectrelease/lang','file','M'),(2245,2,1625,'/module/projectrelease/lang/vi.php','/module/projectrelease/lang','file','M'),(2246,2,1625,'/module/projectrelease/lang/zh-cn.php','/module/projectrelease/lang','file','M'),(2247,2,1625,'/module/projectrelease/lang/zh-tw.php','/module/projectrelease/lang','file','M'),(2248,2,1627,'/module/project/view/all.html.php','/module/project/view','file','M'),(2249,2,1628,'/module/story/control.php','/module/story','file','M'),(2250,2,1628,'/module/story/model.php','/module/story','file','M'),(2251,2,1628,'/module/story/view/track.html.php','/module/story/view','file','M'),(2252,2,1632,'/module/project/model.php','/module/project','file','M'),(2253,2,1633,'/module/common/lang/de.php','/module/common/lang','file','M'),(2254,2,1633,'/module/common/lang/en.php','/module/common/lang','file','M'),(2255,2,1633,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2256,2,1633,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(2257,2,1633,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2258,2,1633,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2259,2,1633,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2260,2,1633,'/module/product/model.php','/module/product','file','M'),(2261,2,1634,'/module/common/model.php','/module/common','file','M'),(2262,2,1635,'/www/js/zui/min.js','/www/js/zui','file','M'),(2263,2,1637,'/module/block/control.php','/module/block','file','M'),(2264,2,1637,'/module/block/lang/de.php','/module/block/lang','file','M'),(2265,2,1637,'/module/block/lang/en.php','/module/block/lang','file','M'),(2266,2,1637,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2267,2,1637,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2268,2,1637,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2269,2,1637,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2270,2,1637,'/module/block/model.php','/module/block','file','M'),(2271,2,1637,'/module/block/view/issueblock.html.php','/module/block/view','file','A'),(2272,2,1637,'/module/block/view/riskblock.html.php','/module/block/view','file','M'),(2273,2,1638,'/module/program/control.php','/module/program','file','M'),(2274,2,1638,'/module/program/model.php','/module/program','file','M'),(2275,2,1638,'/module/program/view/pgmactivate.html.php','/module/program/view','file','M'),(2276,2,1638,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2277,2,1640,'/module/user/model.php','/module/user','file','M'),(2278,2,1641,'/module/project/model.php','/module/project','file','M'),(2279,2,1642,'/module/program/model.php','/module/program','file','M'),(2280,2,1642,'/module/project/control.php','/module/project','file','M'),(2281,2,1642,'/module/project/model.php','/module/project','file','M'),(2282,2,1643,'/module/programplan/model.php','/module/programplan','file','M'),(2283,2,1644,'/module/block/control.php','/module/block','file','M'),(2284,2,1644,'/module/doc/model.php','/module/doc','file','M'),(2285,2,1644,'/module/product/model.php','/module/product','file','M'),(2286,2,1644,'/module/program/model.php','/module/program','file','M'),(2287,2,1644,'/module/programplan/model.php','/module/programplan','file','M'),(2288,2,1644,'/module/project/control.php','/module/project','file','M'),(2289,2,1644,'/module/project/model.php','/module/project','file','M'),(2290,2,1644,'/module/project/view/all.html.php','/module/project/view','file','M'),(2291,2,1644,'/module/task/control.php','/module/task','file','M'),(2292,2,1645,'/config/zentaopms.php','/config','file','M'),(2293,2,1645,'/db/update20.0.alpha1.sql','/db','file','M'),(2294,2,1645,'/db/zentao.sql','/db','file','M'),(2295,2,1645,'/framework/router.class.php','/framework','file','M'),(2296,2,1645,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(2297,2,1645,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(2298,2,1645,'/module/block/lang/de.php','/module/block/lang','file','M'),(2299,2,1645,'/module/block/lang/en.php','/module/block/lang','file','M'),(2300,2,1645,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2301,2,1645,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2302,2,1645,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2303,2,1645,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2304,2,1645,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(2305,2,1645,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(2306,2,1645,'/module/build/lang/de.php','/module/build/lang','file','M'),(2307,2,1645,'/module/build/lang/en.php','/module/build/lang','file','M'),(2308,2,1645,'/module/build/lang/fr.php','/module/build/lang','file','M'),(2309,2,1645,'/module/build/lang/vi.php','/module/build/lang','file','M'),(2310,2,1645,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(2311,2,1645,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(2312,2,1645,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2313,2,1645,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2314,2,1645,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(2315,2,1645,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(2316,2,1645,'/module/custom/control.php','/module/custom','file','M'),(2317,2,1645,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2318,2,1645,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(2319,2,1645,'/module/design/lang/de.php','/module/design/lang','file','M'),(2320,2,1645,'/module/design/lang/en.php','/module/design/lang','file','M'),(2321,2,1645,'/module/design/lang/fr.php','/module/design/lang','file','M'),(2322,2,1645,'/module/design/lang/vi.php','/module/design/lang','file','M'),(2323,2,1645,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(2324,2,1645,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(2325,2,1645,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(2326,2,1645,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(2327,2,1645,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(2328,2,1645,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2329,2,1645,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(2330,2,1645,'/module/product/control.php','/module/product','file','M'),(2331,2,1645,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(2332,2,1645,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(2333,2,1645,'/module/product/model.php','/module/product','file','M'),(2334,2,1645,'/module/product/view/browse.html.php','/module/product/view','file','M'),(2335,2,1645,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(2336,2,1645,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(2337,2,1645,'/module/program/control.php','/module/program','file','M'),(2338,2,1645,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2339,2,1645,'/module/project/lang/de.php','/module/project/lang','file','M'),(2340,2,1645,'/module/project/lang/en.php','/module/project/lang','file','M'),(2341,2,1645,'/module/project/lang/fr.php','/module/project/lang','file','M'),(2342,2,1645,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(2343,2,1645,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(2344,2,1645,'/module/project/model.php','/module/project','file','M'),(2345,2,1645,'/module/project/view/story.html.php','/module/project/view','file','M'),(2346,2,1645,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(2347,2,1645,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(2348,2,1645,'/module/report/lang/en.php','/module/report/lang','file','M'),(2349,2,1645,'/module/report/lang/vi.php','/module/report/lang','file','M'),(2350,2,1645,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(2351,2,1645,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(2352,2,1645,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(2353,2,1645,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(2354,2,1645,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(2355,2,1645,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(2356,2,1645,'/module/story/control.php','/module/story','file','M'),(2357,2,1645,'/module/story/lang/de.php','/module/story/lang','file','M'),(2358,2,1645,'/module/story/lang/en.php','/module/story/lang','file','M'),(2359,2,1645,'/module/story/lang/fr.php','/module/story/lang','file','M'),(2360,2,1645,'/module/story/lang/vi.php','/module/story/lang','file','M'),(2361,2,1645,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(2362,2,1645,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(2363,2,1645,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(2364,2,1645,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(2365,2,1645,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(2366,2,1645,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(2367,2,1645,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(2368,2,1645,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(2369,2,1645,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(2370,2,1645,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(2371,2,1645,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(2372,2,1645,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(2373,2,1645,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(2374,2,1645,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(2375,2,1645,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(2376,2,1645,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(2377,2,1645,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(2378,2,1645,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(2379,2,1645,'/module/weekly/model.php','/module/weekly','file','M'),(2380,2,1647,'/module/my/lang/de.php','/module/my/lang','file','M'),(2381,2,1647,'/module/my/lang/en.php','/module/my/lang','file','M'),(2382,2,1647,'/module/my/lang/fr.php','/module/my/lang','file','M'),(2383,2,1647,'/module/my/lang/vi.php','/module/my/lang','file','M'),(2384,2,1647,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2385,2,1647,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(2386,2,1647,'/module/my/view/execution.html.php','/module/my/view','file','M'),(2387,2,1647,'/module/project/lang/de.php','/module/project/lang','file','M'),(2388,2,1647,'/module/project/lang/en.php','/module/project/lang','file','M'),(2389,2,1647,'/module/project/lang/fr.php','/module/project/lang','file','M'),(2390,2,1647,'/module/project/lang/vi.php','/module/project/lang','file','M'),(2391,2,1647,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(2392,2,1647,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(2393,2,1649,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(2394,2,1650,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(2395,2,1650,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(2396,2,1650,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(2397,2,1650,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(2398,2,1650,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2399,2,1651,'/module/custom/control.php','/module/custom','file','M'),(2400,2,1651,'/module/custom/js/configurescrum.js','/module/custom/js','file','M'),(2401,2,1651,'/module/custom/js/configurewaterfall.js','/module/custom/js','file','M'),(2402,2,1651,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2403,2,1651,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(2404,2,1651,'/module/custom/view/configurewaterfall.html.php','/module/custom/view','file','M'),(2405,2,1652,'/module/program/lang/de.php','/module/program/lang','file','M'),(2406,2,1652,'/module/program/lang/en.php','/module/program/lang','file','M'),(2407,2,1652,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2408,2,1652,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2409,2,1652,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2410,2,1652,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(2411,2,1652,'/module/program/model.php','/module/program','file','M'),(2412,2,1652,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2413,2,1653,'/module/program/view/prjmanagemembers.html.php','/module/program/view','file','M'),(2414,2,1655,'/module/my/lang/de.php','/module/my/lang','file','M'),(2415,2,1655,'/module/my/lang/en.php','/module/my/lang','file','M'),(2416,2,1655,'/module/my/lang/fr.php','/module/my/lang','file','M'),(2417,2,1655,'/module/my/lang/vi.php','/module/my/lang','file','M'),(2418,2,1655,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2419,2,1655,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(2420,2,1655,'/module/my/view/execution.html.php','/module/my/view','file','M'),(2421,2,1655,'/module/program/model.php','/module/program','file','M'),(2422,2,1655,'/module/project/lang/de.php','/module/project/lang','file','M'),(2423,2,1655,'/module/project/lang/en.php','/module/project/lang','file','M'),(2424,2,1655,'/module/project/lang/fr.php','/module/project/lang','file','M'),(2425,2,1655,'/module/project/lang/vi.php','/module/project/lang','file','M'),(2426,2,1655,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(2427,2,1655,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(2428,2,1655,'/module/user/model.php','/module/user','file','M'),(2429,2,1657,'/module/project/control.php','/module/project','file','M'),(2430,2,1657,'/module/project/model.php','/module/project','file','M'),(2431,2,1657,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(2432,2,1657,'/module/project/view/create.html.php','/module/project/view','file','M'),(2433,2,1657,'/module/project/view/edit.html.php','/module/project/view','file','M'),(2434,2,1658,'/module/doc/control.php','/module/doc','file','M'),(2435,2,1658,'/module/product/model.php','/module/product','file','M'),(2436,2,1658,'/module/programplan/model.php','/module/programplan','file','M'),(2437,2,1658,'/module/project/model.php','/module/project','file','M'),(2438,2,1660,'/module/project/model.php','/module/project','file','M'),(2439,2,1661,'/module/program/model.php','/module/program','file','M'),(2440,2,1662,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2441,2,1663,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2442,2,1664,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2443,2,1664,'/www/js/zui/min.js','/www/js/zui','file','M'),(2444,2,1665,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2445,2,1666,'/module/block/js/dashboard.js','/module/block/js','file','M'),(2446,2,1666,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2447,2,1668,'/xuanxuan/module/client/ext/model/xuanxuan.php','/xuanxuan/module/client/ext/model','file','M'),(2448,2,1669,'/module/bug/control.php','/module/bug','file','M'),(2449,2,1669,'/module/build/control.php','/module/build','file','M'),(2450,2,1669,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(2451,2,1669,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2452,2,1669,'/module/product/control.php','/module/product','file','M'),(2453,2,1669,'/module/product/model.php','/module/product','file','M'),(2454,2,1669,'/module/program/lang/de.php','/module/program/lang','file','M'),(2455,2,1669,'/module/program/lang/en.php','/module/program/lang','file','M'),(2456,2,1669,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2457,2,1669,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2458,2,1669,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2459,2,1669,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(2460,2,1669,'/module/programplan/model.php','/module/programplan','file','M'),(2461,2,1669,'/module/projectstory/config.php','/module/projectstory','file','A'),(2462,2,1669,'/module/projectstory/control.php','/module/projectstory','file','A'),(2463,2,1669,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','A'),(2464,2,1669,'/module/projectstory/model.php','/module/projectstory','file','A'),(2465,2,1669,'/module/testtask/control.php','/module/testtask','file','M'),(2466,2,1670,'/module/custom/config.php','/module/custom','file','M'),(2467,2,1670,'/module/custom/model.php','/module/custom','file','M'),(2468,2,1670,'/module/program/model.php','/module/program','file','M'),(2469,2,1670,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(2470,2,1670,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(2471,2,1670,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2472,2,1670,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2473,2,1671,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2474,2,1671,'/module/custom/control.php','/module/custom','file','M'),(2475,2,1671,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2476,2,1671,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(2477,2,1671,'/module/testcase/model.php','/module/testcase','file','M'),(2478,2,1672,'/module/upgrade/model.php','/module/upgrade','file','M'),(2479,2,1673,'/module/custom/control.php','/module/custom','file','M'),(2480,2,1673,'/module/custom/js/configurescrum.js','/module/custom/js','file','M'),(2481,2,1673,'/module/custom/js/configurewaterfall.js','/module/custom/js','file','M'),(2482,2,1673,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(2483,2,1673,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(2484,2,1673,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(2485,2,1673,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(2486,2,1673,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2487,2,1673,'/module/custom/model.php','/module/custom','file','M'),(2488,2,1673,'/module/custom/view/configurescrum.html.php','/module/custom/view','file','M'),(2489,2,1673,'/module/custom/view/configurewaterfall.html.php','/module/custom/view','file','M'),(2490,2,1674,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2491,2,1674,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2492,2,1675,'/module/project/control.php','/module/project','file','M'),(2493,2,1676,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2494,2,1678,'/module/product/model.php','/module/product','file','M'),(2495,2,1679,'/module/project/model.php','/module/project','file','M'),(2496,2,1680,'/module/common/model.php','/module/common','file','M'),(2497,2,1680,'/module/project/control.php','/module/project','file','M'),(2498,2,1680,'/module/project/model.php','/module/project','file','M'),(2499,2,1681,'/module/product/model.php','/module/product','file','M'),(2500,2,1681,'/module/programplan/control.php','/module/programplan','file','M'),(2501,2,1681,'/module/programplan/model.php','/module/programplan','file','M'),(2502,2,1682,'/module/action/model.php','/module/action','file','M'),(2503,2,1683,'/module/program/lang/de.php','/module/program/lang','file','M'),(2504,2,1683,'/module/program/lang/en.php','/module/program/lang','file','M'),(2505,2,1683,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2506,2,1683,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2507,2,1683,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2508,2,1684,'/module/program/control.php','/module/program','file','M'),(2509,2,1686,'/module/program/control.php','/module/program','file','M'),(2510,2,1686,'/module/program/css/prjcreate.css','/module/program/css','file','M'),(2511,2,1686,'/module/program/lang/de.php','/module/program/lang','file','M'),(2512,2,1686,'/module/program/lang/en.php','/module/program/lang','file','M'),(2513,2,1686,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2514,2,1686,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2515,2,1686,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2516,2,1686,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2517,2,1686,'/module/program/view/tips.html.php','/module/program/view','file','A'),(2518,2,1687,'/module/program/model.php','/module/program','file','M'),(2519,2,1688,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','M'),(2520,2,1688,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','M'),(2521,2,1689,'/module/action/model.php','/module/action','file','M'),(2522,2,1691,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2523,2,1692,'/module/product/model.php','/module/product','file','M'),(2524,2,1693,'/module/todo/model.php','/module/todo','file','M'),(2525,2,1694,'/module/bug/control.php','/module/bug','file','M'),(2526,2,1694,'/module/bug/model.php','/module/bug','file','M'),(2527,2,1694,'/module/build/config.php','/module/build','file','M'),(2528,2,1694,'/module/build/control.php','/module/build','file','M'),(2529,2,1694,'/module/build/view/create.html.php','/module/build/view','file','M'),(2530,2,1694,'/module/build/view/edit.html.php','/module/build/view','file','M'),(2531,2,1694,'/module/product/control.php','/module/product','file','M'),(2532,2,1694,'/module/product/model.php','/module/product','file','M'),(2533,2,1694,'/module/project/model.php','/module/project','file','M'),(2534,2,1694,'/module/release/control.php','/module/release','file','M'),(2535,2,1694,'/module/testtask/control.php','/module/testtask','file','M'),(2536,2,1695,'/module/build/config.php','/module/build','file','M'),(2537,2,1697,'/module/programplan/lang/de.php','/module/programplan/lang','file','A'),(2538,2,1697,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(2539,2,1697,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(2540,2,1697,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(2541,2,1697,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(2542,2,1698,'/module/programplan/model.php','/module/programplan','file','M'),(2543,2,1700,'/module/common/lang/de.php','/module/common/lang','file','M'),(2544,2,1700,'/module/common/lang/en.php','/module/common/lang','file','M'),(2545,2,1700,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2546,2,1700,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2547,2,1700,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2548,2,1700,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2549,2,1700,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(2550,2,1700,'/module/program/control.php','/module/program','file','M'),(2551,2,1701,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2552,2,1702,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(2553,2,1703,'/module/doc/lang/vi.php','/module/doc/lang','file','M'),(2554,2,1705,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2555,2,1706,'/db/zentao.sql','/db','file','M'),(2556,2,1706,'/module/install/model.php','/module/install','file','M'),(2557,2,1707,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2558,2,1708,'/module/program/lang/de.php','/module/program/lang','file','M'),(2559,2,1708,'/module/program/lang/en.php','/module/program/lang','file','M'),(2560,2,1708,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2561,2,1708,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2562,2,1708,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2563,2,1708,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(2564,2,1708,'/module/program/model.php','/module/program','file','M'),(2565,2,1710,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(2566,2,1710,'/module/programplan/model.php','/module/programplan','file','M'),(2567,2,1711,'/module/project/control.php','/module/project','file','M'),(2568,2,1712,'/module/project/model.php','/module/project','file','M'),(2569,2,1713,'/module/product/model.php','/module/product','file','M'),(2570,2,1715,'/module/block/lang/de.php','/module/block/lang','file','M'),(2571,2,1715,'/module/block/lang/en.php','/module/block/lang','file','M'),(2572,2,1715,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2573,2,1715,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2574,2,1715,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2575,2,1715,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2576,2,1716,'/module/install/view/step4.html.php','/module/install/view','file','M'),(2577,2,1717,'/module/block/js/admin.js','/module/block/js','file','M'),(2578,2,1717,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2579,2,1717,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2580,2,1717,'/module/block/view/admin.html.php','/module/block/view','file','M'),(2581,2,1719,'/module/program/lang/de.php','/module/program/lang','file','M'),(2582,2,1719,'/module/program/lang/en.php','/module/program/lang','file','M'),(2583,2,1719,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2584,2,1719,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2585,2,1719,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2586,2,1719,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(2587,2,1720,'/module/program/config.php','/module/program','file','M'),(2588,2,1720,'/module/program/model.php','/module/program','file','M'),(2589,2,1721,'/module/block/config.php','/module/block','file','M'),(2590,2,1721,'/module/block/control.php','/module/block','file','M'),(2591,2,1722,'/module/my/control.php','/module/my','file','M'),(2592,2,1722,'/module/my/lang/de.php','/module/my/lang','file','M'),(2593,2,1722,'/module/my/lang/en.php','/module/my/lang','file','M'),(2594,2,1722,'/module/my/lang/fr.php','/module/my/lang','file','M'),(2595,2,1722,'/module/my/lang/vi.php','/module/my/lang','file','M'),(2596,2,1722,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2597,2,1722,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(2598,2,1722,'/module/my/view/execution.html.php','/module/my/view','file','M'),(2599,2,1722,'/module/my/view/project.html.php','/module/my/view','file','M'),(2600,2,1723,'/module/program/model.php','/module/program','file','M'),(2601,2,1724,'/module/common/view/header.html.php','/module/common/view','file','M'),(2602,2,1725,'/module/program/control.php','/module/program','file','M'),(2603,2,1725,'/module/program/model.php','/module/program','file','M'),(2604,2,1726,'/module/program/control.php','/module/program','file','M'),(2605,2,1726,'/module/program/model.php','/module/program','file','M'),(2606,2,1726,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2607,2,1726,'/module/program/view/prjmanageproducts.html.php','/module/program/view','file','M'),(2608,2,1726,'/module/project/model.php','/module/project','file','M'),(2609,2,1727,'/module/weekly/model.php','/module/weekly','file','M'),(2610,2,1728,'/module/doc/model.php','/module/doc','file','M'),(2611,2,1730,'/module/upgrade/control.php','/module/upgrade','file','M'),(2612,2,1730,'/module/upgrade/model.php','/module/upgrade','file','M'),(2613,2,1731,'/module/common/lang/de.php','/module/common/lang','file','M'),(2614,2,1731,'/module/common/lang/en.php','/module/common/lang','file','M'),(2615,2,1731,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2616,2,1731,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(2617,2,1731,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2618,2,1731,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2619,2,1731,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2620,2,1731,'/module/my/control.php','/module/my','file','M'),(2621,2,1731,'/module/my/lang/de.php','/module/my/lang','file','M'),(2622,2,1731,'/module/my/lang/en.php','/module/my/lang','file','M'),(2623,2,1731,'/module/my/lang/fr.php','/module/my/lang','file','M'),(2624,2,1731,'/module/my/lang/vi.php','/module/my/lang','file','M'),(2625,2,1731,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(2626,2,1731,'/module/my/view/execution.html.php','/module/my/view','file','A'),(2627,2,1731,'/module/my/view/program.html.php','/module/my/view','file','D'),(2628,2,1731,'/module/my/view/project.html.php','/module/my/view','file','M'),(2629,2,1731,'/module/user/model.php','/module/user','file','M'),(2630,2,1732,'/module/upgrade/control.php','/module/upgrade','file','M'),(2631,2,1732,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(2632,2,1732,'/module/upgrade/model.php','/module/upgrade','file','M'),(2633,2,1732,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','M'),(2634,2,1733,'/module/doc/model.php','/module/doc','file','M'),(2635,2,1735,'/module/testtask/control.php','/module/testtask','file','M'),(2636,2,1735,'/module/testtask/model.php','/module/testtask','file','M'),(2637,2,1736,'/module/doc/model.php','/module/doc','file','M'),(2638,2,1736,'/module/project/control.php','/module/project','file','M'),(2639,2,1736,'/module/project/model.php','/module/project','file','M'),(2640,2,1737,'/module/user/control.php','/module/user','file','M'),(2641,2,1738,'/module/block/control.php','/module/block','file','M'),(2642,2,1738,'/module/block/model.php','/module/block','file','M'),(2643,2,1739,'/module/program/control.php','/module/program','file','M'),(2644,2,1739,'/module/program/lang/de.php','/module/program/lang','file','M'),(2645,2,1739,'/module/program/lang/en.php','/module/program/lang','file','M'),(2646,2,1739,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2647,2,1739,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2648,2,1739,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2649,2,1740,'/module/issue/control.php','/module/issue','file','M'),(2650,2,1740,'/module/program/model.php','/module/program','file','M'),(2651,2,1740,'/module/programplan/model.php','/module/programplan','file','M'),(2652,2,1740,'/module/project/control.php','/module/project','file','M'),(2653,2,1740,'/module/project/model.php','/module/project','file','M'),(2654,2,1740,'/module/task/control.php','/module/task','file','M'),(2655,2,1742,'/module/doc/control.php','/module/doc','file','M'),(2656,2,1743,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(2657,2,1744,'/module/doc/control.php','/module/doc','file','M'),(2658,2,1746,'/module/action/model.php','/module/action','file','M'),(2659,2,1746,'/module/doc/model.php','/module/doc','file','M'),(2660,2,1747,'/module/doc/model.php','/module/doc','file','M'),(2661,2,1748,'/module/project/view/story.html.php','/module/project/view','file','M'),(2662,2,1750,'/module/build/control.php','/module/build','file','M'),(2663,2,1751,'/module/job/js/common.js','/module/job/js','file','M'),(2664,2,1751,'/module/job/lang/de.php','/module/job/lang','file','M'),(2665,2,1751,'/module/job/lang/en.php','/module/job/lang','file','M'),(2666,2,1751,'/module/job/lang/fr.php','/module/job/lang','file','M'),(2667,2,1751,'/module/job/lang/vi.php','/module/job/lang','file','M'),(2668,2,1751,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(2669,2,1751,'/module/job/lang/zh-tw.php','/module/job/lang','file','M'),(2670,2,1751,'/module/job/model.php','/module/job','file','M'),(2671,2,1751,'/module/job/view/create.html.php','/module/job/view','file','M'),(2672,2,1751,'/module/job/view/edit.html.php','/module/job/view','file','M'),(2673,2,1751,'/module/job/view/view.html.php','/module/job/view','file','M'),(2674,2,1752,'/db/update12.4.4.sql','/db','file','M'),(2675,2,1752,'/module/job/lang/de.php','/module/job/lang','file','M'),(2676,2,1752,'/module/job/lang/en.php','/module/job/lang','file','M'),(2677,2,1752,'/module/job/lang/fr.php','/module/job/lang','file','M'),(2678,2,1752,'/module/job/lang/vi.php','/module/job/lang','file','M'),(2679,2,1752,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(2680,2,1752,'/module/job/lang/zh-tw.php','/module/job/lang','file','M'),(2681,2,1752,'/module/job/model.php','/module/job','file','M'),(2682,2,1753,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(2683,2,1753,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','M'),(2684,2,1754,'/module/upgrade/control.php','/module/upgrade','file','M'),(2685,2,1754,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(2686,2,1754,'/module/upgrade/model.php','/module/upgrade','file','M'),(2687,2,1754,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','M'),(2688,2,1755,'/module/product/view/showerrornone.html.php','/module/product/view','file','M'),(2689,2,1756,'/module/product/control.php','/module/product','file','M'),(2690,2,1756,'/module/product/view/showerrornone.html.php','/module/product/view','file','M'),(2691,2,1756,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2692,2,1756,'/module/testreport/control.php','/module/testreport','file','M'),(2693,2,1756,'/module/testsuite/control.php','/module/testsuite','file','M'),(2694,2,1757,'/module/productplan/control.php','/module/productplan','file','M'),(2695,2,1757,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2696,2,1757,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(2697,2,1758,'/module/bug/control.php','/module/bug','file','M'),(2698,2,1760,'/module/bug/control.php','/module/bug','file','M'),(2699,2,1761,'/module/product/model.php','/module/product','file','M'),(2700,2,1763,'/module/program/control.php','/module/program','file','M'),(2701,2,1763,'/module/program/lang/de.php','/module/program/lang','file','M'),(2702,2,1763,'/module/program/lang/en.php','/module/program/lang','file','M'),(2703,2,1763,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2704,2,1763,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2705,2,1763,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2706,2,1763,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(2707,2,1763,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2708,2,1764,'/module/bug/control.php','/module/bug','file','M'),(2709,2,1764,'/module/bug/model.php','/module/bug','file','M'),(2710,2,1764,'/module/company/control.php','/module/company','file','M'),(2711,2,1764,'/module/doc/model.php','/module/doc','file','M'),(2712,2,1764,'/module/product/control.php','/module/product','file','M'),(2713,2,1764,'/module/project/control.php','/module/project','file','M'),(2714,2,1764,'/module/report/control.php','/module/report','file','M'),(2715,2,1764,'/module/search/model.php','/module/search','file','M'),(2716,2,1764,'/module/story/control.php','/module/story','file','M'),(2717,2,1764,'/module/task/control.php','/module/task','file','M'),(2718,2,1764,'/module/task/model.php','/module/task','file','M'),(2719,2,1764,'/module/todo/control.php','/module/todo','file','M'),(2720,2,1764,'/module/webhook/control.php','/module/webhook','file','M'),(2721,2,1766,'/module/build/control.php','/module/build','file','M'),(2722,2,1766,'/module/doc/control.php','/module/doc','file','M'),(2723,2,1766,'/module/issue/control.php','/module/issue','file','M'),(2724,2,1766,'/module/project/control.php','/module/project','file','M'),(2725,2,1766,'/module/story/control.php','/module/story','file','M'),(2726,2,1766,'/module/task/control.php','/module/task','file','M'),(2727,2,1766,'/module/testreport/control.php','/module/testreport','file','M'),(2728,2,1766,'/module/tree/control.php','/module/tree','file','M'),(2729,2,1767,'/module/program/control.php','/module/program','file','M'),(2730,2,1767,'/module/program/lang/de.php','/module/program/lang','file','M'),(2731,2,1767,'/module/program/lang/en.php','/module/program/lang','file','M'),(2732,2,1767,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2733,2,1767,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2734,2,1767,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2735,2,1767,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(2736,2,1767,'/module/program/model.php','/module/program','file','M'),(2737,2,1767,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2738,2,1768,'/module/doc/control.php','/module/doc','file','M'),(2739,2,1768,'/module/doc/model.php','/module/doc','file','M'),(2740,2,1770,'/module/block/lang/de.php','/module/block/lang','file','M'),(2741,2,1770,'/module/block/lang/fr.php','/module/block/lang','file','M'),(2742,2,1770,'/module/block/lang/vi.php','/module/block/lang','file','M'),(2743,2,1772,'/module/task/control.php','/module/task','file','M'),(2744,2,1773,'/module/task/control.php','/module/task','file','M'),(2745,2,1774,'/module/program/control.php','/module/program','file','M'),(2746,2,1774,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2747,2,1775,'/module/story/view/create.html.php','/module/story/view','file','M'),(2748,2,1776,'/module/project/model.php','/module/project','file','M'),(2749,2,1777,'/module/block/control.php','/module/block','file','M'),(2750,2,1777,'/module/project/control.php','/module/project','file','M'),(2751,2,1778,'/module/block/control.php','/module/block','file','M'),(2752,2,1778,'/module/block/lang/en.php','/module/block/lang','file','M'),(2753,2,1778,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2754,2,1778,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(2755,2,1778,'/module/block/model.php','/module/block','file','M'),(2756,2,1778,'/module/block/view/executionstatisticblock.html.php','/module/block/view','file','M'),(2757,2,1778,'/module/project/model.php','/module/project','file','M'),(2758,2,1779,'/module/block/control.php','/module/block','file','M'),(2759,2,1779,'/module/block/model.php','/module/block','file','M'),(2760,2,1779,'/module/block/view/scrumlistblock.html.php','/module/block/view','file','M'),(2761,2,1779,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(2762,2,1779,'/module/project/model.php','/module/project','file','M'),(2763,2,1780,'/module/task/js/start.js','/module/task/js','file','M'),(2764,2,1781,'/db/standard/xuanxuan12.4.1.sql','/db/standard','file','A'),(2765,2,1781,'/db/standard/xuanxuan12.4.2.sql','/db/standard','file','A'),(2766,2,1781,'/db/standard/xuanxuan12.4.3.sql','/db/standard','file','A'),(2767,2,1781,'/db/standard/xuanxuan12.4.4.sql','/db/standard','file','A'),(2768,2,1781,'/db/standard/xuanxuan12.5.sql','/db/standard','file','A'),(2769,2,1781,'/db/standard/zentao12.5.sql','/db/standard','file','M'),(2770,2,1781,'/db/update12.4.4.sql','/db','file','M'),(2771,2,1781,'/db/zentao.sql','/db','file','M'),(2772,2,1782,'/VERSION','/','file','M'),(2773,2,1782,'/config/config.php','/config','file','M'),(2774,2,1782,'/db/standard/zentao12.5.sql','/db/standard','file','A'),(2775,2,1782,'/db/update12.4.4.sql','/db','file','M'),(2776,2,1782,'/db/zentao.sql','/db','file','M'),(2777,2,1782,'/doc/CHANGELOG','/doc','file','M'),(2778,2,1782,'/module/common/lang/de.php','/module/common/lang','file','M'),(2779,2,1782,'/module/common/lang/en.php','/module/common/lang','file','M'),(2780,2,1782,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2781,2,1782,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2782,2,1782,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2783,2,1782,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2784,2,1782,'/module/custom/control.php','/module/custom','file','M'),(2785,2,1782,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(2786,2,1782,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(2787,2,1782,'/module/group/lang/de.php','/module/group/lang','file','M'),(2788,2,1782,'/module/group/lang/en.php','/module/group/lang','file','M'),(2789,2,1782,'/module/group/lang/fr.php','/module/group/lang','file','M'),(2790,2,1782,'/module/group/lang/resource.php','/module/group/lang','file','M'),(2791,2,1782,'/module/group/lang/vi.php','/module/group/lang','file','M'),(2792,2,1782,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(2793,2,1782,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(2794,2,1782,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(2795,2,1782,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(2796,2,1782,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(2797,2,1782,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(2798,2,1782,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(2799,2,1782,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(2800,2,1782,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(2801,2,1782,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(2802,2,1782,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(2803,2,1782,'/module/upgrade/model.php','/module/upgrade','file','M'),(2804,2,1782,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(2805,2,1782,'/tools/check.php','/tools','file','M'),(2806,2,1784,'/module/product/control.php','/module/product','file','M'),(2807,2,1784,'/module/product/model.php','/module/product','file','M'),(2808,2,1785,'/module/block/config.php','/module/block','file','M'),(2809,2,1785,'/module/block/control.php','/module/block','file','M'),(2810,2,1785,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(2811,2,1785,'/module/block/model.php','/module/block','file','M'),(2812,2,1785,'/module/block/view/executionblock.html.php','/module/block/view','file','A'),(2813,2,1785,'/module/block/view/executionoverviewblock.html.php','/module/block/view','file','A'),(2814,2,1785,'/module/block/view/executionstatisticblock.html.php','/module/block/view','file','A'),(2815,2,1785,'/module/block/view/programblock.html.php','/module/block/view','file','D'),(2816,2,1785,'/module/block/view/programdynamicblock.html.php','/module/block/view','file','D'),(2817,2,1785,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','D'),(2818,2,1785,'/module/block/view/programteamblock.html.php','/module/block/view','file','D'),(2819,2,1785,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(2820,2,1785,'/module/block/view/projectdynamicblock.html.php','/module/block/view','file','A'),(2821,2,1785,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','D'),(2822,2,1785,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(2823,2,1785,'/module/block/view/projectteamblock.html.php','/module/block/view','file','A'),(2824,2,1785,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','D'),(2825,2,1785,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','A'),(2826,2,1785,'/module/doc/model.php','/module/doc','file','M'),(2827,2,1785,'/module/program/model.php','/module/program','file','M'),(2828,2,1785,'/module/project/model.php','/module/project','file','M'),(2829,2,1785,'/module/weekly/model.php','/module/weekly','file','M'),(2830,2,1786,'/module/todo/js/common.js','/module/todo/js','file','M'),(2831,2,1788,'/module/bug/control.php','/module/bug','file','M'),(2832,2,1788,'/module/design/control.php','/module/design','file','M'),(2833,2,1788,'/module/doc/control.php','/module/doc','file','M'),(2834,2,1788,'/module/doc/model.php','/module/doc','file','M'),(2835,2,1788,'/module/product/control.php','/module/product','file','M'),(2836,2,1788,'/module/product/model.php','/module/product','file','M'),(2837,2,1788,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(2838,2,1788,'/module/productplan/control.php','/module/productplan','file','M'),(2839,2,1788,'/module/programplan/control.php','/module/programplan','file','M'),(2840,2,1788,'/module/project/control.php','/module/project','file','M'),(2841,2,1788,'/module/project/model.php','/module/project','file','M'),(2842,2,1788,'/module/qa/control.php','/module/qa','file','M'),(2843,2,1788,'/module/story/control.php','/module/story','file','M'),(2844,2,1788,'/module/testcase/control.php','/module/testcase','file','M'),(2845,2,1788,'/module/testreport/control.php','/module/testreport','file','M'),(2846,2,1788,'/module/testsuite/control.php','/module/testsuite','file','M'),(2847,2,1788,'/module/testtask/control.php','/module/testtask','file','M'),(2848,2,1788,'/module/tree/model.php','/module/tree','file','M'),(2849,2,1789,'/module/common/model.php','/module/common','file','M'),(2850,2,1789,'/module/program/model.php','/module/program','file','M'),(2851,2,1789,'/module/program/view/pgmbrowse.html.php','/module/program/view','file','M'),(2852,2,1789,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2853,2,1789,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','M'),(2854,2,1790,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(2855,2,1792,'/xuanxuan/module/setting/ext/view/xuanxuan.html.php','/xuanxuan/module/setting/ext/view','file','M'),(2856,2,1793,'/module/todo/css/create.css','/module/todo/css','file','M'),(2857,2,1793,'/module/todo/css/edit.css','/module/todo/css','file','M'),(2858,2,1793,'/module/todo/js/common.js','/module/todo/js','file','M'),(2859,2,1793,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(2860,2,1793,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(2861,2,1793,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(2862,2,1793,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(2863,2,1793,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(2864,2,1793,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(2865,2,1793,'/module/todo/model.php','/module/todo','file','M'),(2866,2,1793,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(2867,2,1793,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(2868,2,1793,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(2869,2,1794,'/module/program/control.php','/module/program','file','M'),(2870,2,1794,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(2871,2,1795,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(2872,2,1795,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(2873,2,1795,'/module/program/js/common.js','/module/program/js','file','M'),(2874,2,1795,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2875,2,1795,'/module/project/js/common.js','/module/project/js','file','M'),(2876,2,1795,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(2877,2,1795,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(2878,2,1796,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(2879,2,1797,'/module/common/model.php','/module/common','file','M'),(2880,2,1797,'/module/common/view/header.html.php','/module/common/view','file','M'),(2881,2,1797,'/module/program/config.php','/module/program','file','M'),(2882,2,1797,'/module/program/control.php','/module/program','file','M'),(2883,2,1797,'/module/program/model.php','/module/program','file','M'),(2884,2,1797,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(2885,2,1797,'/module/project/config.php','/module/project','file','M'),(2886,2,1797,'/module/project/control.php','/module/project','file','M'),(2887,2,1797,'/module/project/model.php','/module/project','file','M'),(2888,2,1797,'/www/theme/default/style.css','/www/theme/default','file','M'),(2889,2,1798,'/module/common/model.php','/module/common','file','M'),(2890,2,1799,'/xuanxuan/module/im/model/conference.php','/xuanxuan/module/im/model','file','D'),(2891,2,1800,'/config/zentaopms.php','/config','file','M'),(2892,2,1800,'/module/program/js/common.js','/module/program/js','file','M'),(2893,2,1800,'/module/program/js/pgmcreate.js','/module/program/js','file','M'),(2894,2,1800,'/module/program/js/pgmedit.js','/module/program/js','file','M'),(2895,2,1800,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(2896,2,1800,'/module/program/js/prjedit.js','/module/program/js','file','M'),(2897,2,1800,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(2898,2,1800,'/module/program/model.php','/module/program','file','M'),(2899,2,1800,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(2900,2,1800,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(2901,2,1800,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(2902,2,1800,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(2903,2,1800,'/module/project/model.php','/module/project','file','M'),(2904,2,1801,'/module/custom/view/product.html.php','/module/custom/view','file','M'),(2905,2,1801,'/module/custom/view/project.html.php','/module/custom/view','file','M'),(2906,2,1803,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(2907,2,1804,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(2908,2,1805,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(2909,2,1806,'/module/common/model.php','/module/common','file','M'),(2910,2,1807,'/module/testtask/model.php','/module/testtask','file','M'),(2911,2,1808,'/module/common/lang/de.php','/module/common/lang','file','M'),(2912,2,1808,'/module/common/lang/en.php','/module/common/lang','file','M'),(2913,2,1808,'/module/common/lang/fr.php','/module/common/lang','file','M'),(2914,2,1808,'/module/common/lang/vi.php','/module/common/lang','file','M'),(2915,2,1808,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(2916,2,1808,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(2917,2,1808,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(2918,2,1808,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(2919,2,1808,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(2920,2,1808,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(2921,2,1808,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(2922,2,1808,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(2923,2,1808,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(2924,2,1808,'/module/custom/view/product.html.php','/module/custom/view','file','M'),(2925,2,1808,'/module/custom/view/project.html.php','/module/custom/view','file','M'),(2926,2,1809,'/config/zentaopms.php','/config','file','M'),(2927,2,1809,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(2928,2,1809,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(2929,2,1809,'/module/product/model.php','/module/product','file','M'),(2930,2,1809,'/module/program/model.php','/module/program','file','M'),(2931,2,1811,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(2932,2,1811,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(2933,2,1811,'/module/common/model.php','/module/common','file','M'),(2934,2,1811,'/module/doc/control.php','/module/doc','file','M'),(2935,2,1811,'/module/product/view/browse.html.php','/module/product/view','file','M'),(2936,2,1811,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(2937,2,1811,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(2938,2,1811,'/module/project/control.php','/module/project','file','M'),(2939,2,1811,'/module/project/view/bug.html.php','/module/project/view','file','M'),(2940,2,1811,'/module/project/view/build.html.php','/module/project/view','file','M'),(2941,2,1811,'/module/project/view/burn.html.php','/module/project/view','file','M'),(2942,2,1811,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(2943,2,1811,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(2944,2,1811,'/module/project/view/story.html.php','/module/project/view','file','M'),(2945,2,1811,'/module/project/view/task.html.php','/module/project/view','file','M'),(2946,2,1811,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(2947,2,1811,'/module/project/view/tree.html.php','/module/project/view','file','M'),(2948,2,1811,'/module/release/view/browse.html.php','/module/release/view','file','M'),(2949,2,1811,'/module/story/view/view.html.php','/module/story/view','file','M'),(2950,2,1811,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(2951,2,1811,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(2952,2,1811,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(2953,2,1811,'/module/testreport/control.php','/module/testreport','file','M'),(2954,2,1811,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(2955,2,1811,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(2956,2,1811,'/module/testtask/view/browseunits.html.php','/module/testtask/view','file','M'),(2957,2,1811,'/module/tree/control.php','/module/tree','file','M'),(2958,2,1812,'/module/build/model.php','/module/build','file','M'),(2959,2,1812,'/module/install/view/step4.html.php','/module/install/view','file','M'),(2960,2,1812,'/module/project/css/story.css','/module/project/css','file','M'),(2961,2,1812,'/module/project/view/story.html.php','/module/project/view','file','M'),(2962,2,1812,'/module/story/control.php','/module/story','file','M'),(2963,2,1812,'/module/story/lang/de.php','/module/story/lang','file','M'),(2964,2,1812,'/module/story/lang/en.php','/module/story/lang','file','M'),(2965,2,1812,'/module/story/lang/fr.php','/module/story/lang','file','M'),(2966,2,1812,'/module/story/lang/vi.php','/module/story/lang','file','M'),(2967,2,1812,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(2968,2,1812,'/module/story/model.php','/module/story','file','M'),(2969,2,1813,'/module/project/view/task.html.php','/module/project/view','file','M'),(2970,2,1815,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(2971,2,1816,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(2972,2,1817,'/module/program/lang/de.php','/module/program/lang','file','M'),(2973,2,1817,'/module/program/lang/en.php','/module/program/lang','file','M'),(2974,2,1817,'/module/program/lang/fr.php','/module/program/lang','file','M'),(2975,2,1817,'/module/program/lang/vi.php','/module/program/lang','file','M'),(2976,2,1818,'/module/common/model.php','/module/common','file','M'),(2977,2,1820,'/module/product/model.php','/module/product','file','M'),(2978,2,1821,'/module/block/control.php','/module/block','file','M'),(2979,2,1822,'/module/program/model.php','/module/program','file','M'),(2980,2,1823,'/module/custom/control.php','/module/custom','file','M'),(2981,2,1824,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(2982,2,1824,'/module/project/view/task.html.php','/module/project/view','file','M'),(2983,2,1825,'/www/tip4japanese.html','/www','file','M'),(2984,2,1826,'/module/api/control.php','/module/api','file','M'),(2985,2,1826,'/module/api/model.php','/module/api','file','M'),(2986,2,1827,'/module/api/model.php','/module/api','file','M'),(2987,2,1828,'/module/user/config.php','/module/user','file','M'),(2988,2,1828,'/module/user/control.php','/module/user','file','M'),(2989,2,1828,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(2990,2,1828,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(2991,2,1829,'/module/common/model.php','/module/common','file','M'),(2992,2,1830,'/module/common/view/action.html.php','/module/common/view','file','M'),(2993,2,1831,'/module/build/control.php','/module/build','file','M'),(2994,2,1833,'/module/user/model.php','/module/user','file','M'),(2995,2,1834,'/module/testtask/model.php','/module/testtask','file','M'),(2996,2,1835,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(2997,2,1835,'/module/common/view/action.html.php','/module/common/view','file','M'),(2998,2,1835,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(2999,2,1835,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(3000,2,1835,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(3001,2,1835,'/module/story/view/view.html.php','/module/story/view','file','M'),(3002,2,1835,'/module/task/view/view.html.php','/module/task/view','file','M'),(3003,2,1835,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(3004,2,1836,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','M'),(3005,2,1837,'/module/bug/model.php','/module/bug','file','M'),(3006,2,1837,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(3007,2,1837,'/module/build/control.php','/module/build','file','M'),(3008,2,1837,'/module/common/model.php','/module/common','file','M'),(3009,2,1837,'/module/doc/model.php','/module/doc','file','M'),(3010,2,1837,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(3011,2,1837,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(3012,2,1837,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(3013,2,1837,'/module/my/view/bug.html.php','/module/my/view','file','M'),(3014,2,1837,'/module/my/view/story.html.php','/module/my/view','file','M'),(3015,2,1837,'/module/my/view/task.html.php','/module/my/view','file','M'),(3016,2,1837,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(3017,2,1837,'/module/productplan/control.php','/module/productplan','file','M'),(3018,2,1837,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(3019,2,1837,'/module/project/view/bug.html.php','/module/project/view','file','M'),(3020,2,1837,'/module/project/view/build.html.php','/module/project/view','file','M'),(3021,2,1837,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(3022,2,1837,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(3023,2,1837,'/module/release/view/browse.html.php','/module/release/view','file','M'),(3024,2,1837,'/module/release/view/view.html.php','/module/release/view','file','M'),(3025,2,1837,'/module/story/model.php','/module/story','file','M'),(3026,2,1837,'/module/story/view/view.html.php','/module/story/view','file','M'),(3027,2,1837,'/module/task/view/view.html.php','/module/task/view','file','M'),(3028,2,1837,'/module/testcase/model.php','/module/testcase','file','M'),(3029,2,1837,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(3030,2,1837,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(3031,2,1837,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(3032,2,1837,'/module/testsuite/control.php','/module/testsuite','file','M'),(3033,2,1837,'/module/testtask/control.php','/module/testtask','file','M'),(3034,2,1837,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(3035,2,1838,'/module/project/view/story.html.php','/module/project/view','file','M'),(3036,2,1839,'/module/project/js/story.js','/module/project/js','file','M'),(3037,2,1840,'/module/project/view/story.html.php','/module/project/view','file','M'),(3038,2,1841,'/db/update12.4.4.sql','/db','file','M'),(3039,2,1841,'/db/zentao.sql','/db','file','M'),(3040,2,1841,'/module/custom/view/product.html.php','/module/custom/view','file','M'),(3041,2,1841,'/module/custom/view/project.html.php','/module/custom/view','file','M'),(3042,2,1842,'/module/story/control.php','/module/story','file','M'),(3043,2,1843,'/module/job/model.php','/module/job','file','M'),(3044,2,1844,'/module/testtask/model.php','/module/testtask','file','M'),(3045,2,1845,'/module/project/view/build.html.php','/module/project/view','file','M'),(3046,2,1846,'/module/user/lang/de.php','/module/user/lang','file','M'),(3047,2,1846,'/module/user/lang/en.php','/module/user/lang','file','M'),(3048,2,1846,'/module/user/lang/fr.php','/module/user/lang','file','M'),(3049,2,1846,'/module/user/lang/vi.php','/module/user/lang','file','M'),(3050,2,1847,'/module/project/control.php','/module/project','file','M'),(3051,2,1847,'/module/project/model.php','/module/project','file','M'),(3052,2,1848,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(3053,2,1848,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3054,2,1848,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(3055,2,1848,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(3056,2,1848,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(3057,2,1848,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(3058,2,1848,'/module/custom/view/product.html.php','/module/custom/view','file','M'),(3059,2,1848,'/module/custom/view/project.html.php','/module/custom/view','file','M'),(3060,2,1849,'/www/js/zui/min.js','/www/js/zui','file','M'),(3061,2,1850,'/module/program/control.php','/module/program','file','M'),(3062,2,1850,'/module/program/model.php','/module/program','file','M'),(3063,2,1850,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3064,2,1850,'/www/js/zui/min.js','/www/js/zui','file','M'),(3065,2,1850,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(3066,2,1851,'/module/program/view/create.html.php','/module/program/view','file','M'),(3067,2,1852,'/module/block/control.php','/module/block','file','M'),(3068,2,1853,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3069,2,1856,'/module/block/control.php','/module/block','file','M'),(3070,2,1858,'/module/block/control.php','/module/block','file','M'),(3071,2,1858,'/module/block/js/dashboard.js','/module/block/js','file','M'),(3072,2,1858,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3073,2,1858,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(3074,2,1858,'/module/programplan/model.php','/module/programplan','file','M'),(3075,2,1859,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3076,2,1860,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3077,2,1863,'/module/program/model.php','/module/program','file','M'),(3078,2,1864,'/module/block/js/dashboard.js','/module/block/js','file','M'),(3079,2,1864,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3080,2,1864,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3081,2,1864,'/module/issue/view/create.html.php','/module/issue/view','file','M'),(3082,2,1867,'/module/design/control.php','/module/design','file','M'),(3083,2,1867,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3084,2,1868,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3085,2,1868,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(3086,2,1868,'/module/common/model.php','/module/common','file','M'),(3087,2,1869,'/module/design/view/batchcreate.html.php','/module/design/view','file','M'),(3088,2,1870,'/module/design/css/commit.css','/module/design/css','file','M'),(3089,2,1871,'/module/block/control.php','/module/block','file','M'),(3090,2,1871,'/module/programplan/model.php','/module/programplan','file','M'),(3091,2,1872,'/module/programplan/view/gantt.html.php','/module/programplan/view','file','M'),(3092,2,1873,'/module/programplan/control.php','/module/programplan','file','M'),(3093,2,1874,'/module/programplan/view/gantt.html.php','/module/programplan/view','file','M'),(3094,2,1875,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(3095,2,1875,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(3096,2,1875,'/module/repo/lang/vi.php','/module/repo/lang','file','M'),(3097,2,1876,'/module/story/lang/de.php','/module/story/lang','file','M'),(3098,2,1876,'/module/story/lang/fr.php','/module/story/lang','file','M'),(3099,2,1876,'/module/story/lang/vi.php','/module/story/lang','file','M'),(3100,2,1877,'/module/design/lang/en.php','/module/design/lang','file','M'),(3101,2,1879,'/module/block/lang/en.php','/module/block/lang','file','M'),(3102,2,1880,'/module/block/control.php','/module/block','file','M'),(3103,2,1880,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3104,2,1880,'/module/block/view/scrumoverallblock.html.php','/module/block/view','file','M'),(3105,2,1881,'/module/task/lang/de.php','/module/task/lang','file','M'),(3106,2,1881,'/module/task/lang/fr.php','/module/task/lang','file','M'),(3107,2,1881,'/module/task/lang/vi.php','/module/task/lang','file','M'),(3108,2,1884,'/module/program/lang/en.php','/module/program/lang','file','M'),(3109,2,1885,'/module/risk/control.php','/module/risk','file','M'),(3110,2,1887,'/module/risk/js/common.js','/module/risk/js','file','A'),(3111,2,1887,'/module/risk/view/batchcreate.html.php','/module/risk/view','file','M'),(3112,2,1887,'/module/risk/view/view.html.php','/module/risk/view','file','M'),(3113,2,1888,'/module/program/model.php','/module/program','file','M'),(3114,2,1889,'/module/task/lang/de.php','/module/task/lang','file','M'),(3115,2,1889,'/module/task/lang/fr.php','/module/task/lang','file','M'),(3116,2,1889,'/module/task/lang/vi.php','/module/task/lang','file','M'),(3117,2,1892,'/module/block/control.php','/module/block','file','M'),(3118,2,1892,'/module/block/js/dashboard.js','/module/block/js','file','M'),(3119,2,1892,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3120,2,1892,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3121,2,1893,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3122,2,1893,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3123,2,1893,'/module/program/control.php','/module/program','file','M'),(3124,2,1893,'/module/program/css/create.css','/module/program/css','file','M'),(3125,2,1893,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3126,2,1893,'/module/program/model.php','/module/program','file','M'),(3127,2,1893,'/module/program/view/create.html.php','/module/program/view','file','M'),(3128,2,1894,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3129,2,1895,'/module/program/model.php','/module/program','file','M'),(3130,2,1896,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(3131,2,1898,'/module/common/lang/en.php','/module/common/lang','file','M'),(3132,2,1898,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3133,2,1898,'/module/program/model.php','/module/program','file','M'),(3134,2,1900,'/module/programplan/lang/en.php','/module/programplan/lang','file','A'),(3135,2,1902,'/module/action/lang/de.php','/module/action/lang','file','M'),(3136,2,1902,'/module/action/lang/en.php','/module/action/lang','file','M'),(3137,2,1902,'/module/action/lang/fr.php','/module/action/lang','file','M'),(3138,2,1902,'/module/action/lang/vi.php','/module/action/lang','file','M'),(3139,2,1904,'/config/filter.php','/config','file','M'),(3140,2,1904,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3141,2,1904,'/module/common/view/header.html.php','/module/common/view','file','M'),(3142,2,1904,'/module/custom/model.php','/module/custom','file','M'),(3143,2,1906,'/module/user/lang/en.php','/module/user/lang','file','M'),(3144,2,1908,'/module/design/lang/en.php','/module/design/lang','file','M'),(3145,2,1908,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3146,2,1909,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3147,2,1909,'/module/holiday/lang/en.php','/module/holiday/lang','file','M'),(3148,2,1909,'/module/subject/lang/en.php','/module/subject/lang','file','A'),(3149,2,1911,'/module/design/control.php','/module/design','file','M'),(3150,2,1911,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3151,2,1912,'/module/program/css/browse.css','/module/program/css','file','M'),(3152,2,1912,'/module/program/js/browse.js','/module/program/js','file','M'),(3153,2,1912,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(3154,2,1914,'/module/design/control.php','/module/design','file','M'),(3155,2,1914,'/module/design/lang/en.php','/module/design/lang','file','M'),(3156,2,1914,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3157,2,1914,'/module/design/view/commit.html.php','/module/design/view','file','M'),(3158,2,1915,'/module/block/view/scrumlistblock.html.php','/module/block/view','file','M'),(3159,2,1915,'/module/block/view/scrumoverallblock.html.php','/module/block/view','file','M'),(3160,2,1916,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(3161,2,1917,'/module/budget/lang/en.php','/module/budget/lang','file','A'),(3162,2,1917,'/module/milestone/lang/en.php','/module/milestone/lang','file','A'),(3163,2,1917,'/module/workestimation/lang/en.php','/module/workestimation/lang','file','A'),(3164,2,1918,'/module/design/view/create.html.php','/module/design/view','file','M'),(3165,2,1920,'/module/repo/model.php','/module/repo','file','M'),(3166,2,1921,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(3167,2,1923,'/module/design/lang/en.php','/module/design/lang','file','M'),(3168,2,1925,'/module/block/control.php','/module/block','file','M'),(3169,2,1925,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3170,2,1927,'/module/block/control.php','/module/block','file','M'),(3171,2,1931,'/module/program/control.php','/module/program','file','M'),(3172,2,1931,'/module/program/model.php','/module/program','file','M'),(3173,2,1933,'/module/block/control.php','/module/block','file','M'),(3174,2,1933,'/module/block/view/scrumoverallblock.html.php','/module/block/view','file','M'),(3175,2,1933,'/module/program/model.php','/module/program','file','M'),(3176,2,1934,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3177,2,1934,'/module/product/view/project.html.php','/module/product/view','file','M'),(3178,2,1936,'/module/durationestimation/lang/en.php','/module/durationestimation/lang','file','A'),(3179,2,1936,'/module/stage/lang/en.php','/module/stage/lang','file','A'),(3180,2,1936,'/module/weekly/lang/en.php','/module/weekly/lang','file','A'),(3181,2,1937,'/module/program/lang/en.php','/module/program/lang','file','M'),(3182,2,1939,'/module/program/lang/en.php','/module/program/lang','file','M'),(3183,2,1940,'/module/program/control.php','/module/program','file','M'),(3184,2,1941,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3185,2,1942,'/module/file/model.php','/module/file','file','M'),(3186,2,1943,'/module/milestone/control.php','/module/milestone','file','M'),(3187,2,1944,'/www/js/zui/min.js','/www/js/zui','file','M'),(3188,2,1945,'/module/block/control.php','/module/block','file','M'),(3189,2,1945,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','M'),(3190,2,1945,'/module/product/control.php','/module/product','file','M'),(3191,2,1945,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(3192,2,1945,'/module/programplan/model.php','/module/programplan','file','M'),(3193,2,1946,'/module/milestone/view/chart.html.php','/module/milestone/view','file','M'),(3194,2,1947,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3195,2,1948,'/module/risk/lang/en.php','/module/risk/lang','file','M'),(3196,2,1950,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3197,2,1950,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(3198,2,1952,'/module/block/control.php','/module/block','file','M'),(3199,2,1952,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3200,2,1954,'/module/block/control.php','/module/block','file','M'),(3201,2,1954,'/module/block/view/cmmiestimateblock.html.php','/module/block/view','file','M'),(3202,2,1954,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3203,2,1954,'/module/design/lang/en.php','/module/design/lang','file','M'),(3204,2,1954,'/module/task/control.php','/module/task','file','M'),(3205,2,1955,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3206,2,1957,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3207,2,1957,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(3208,2,1959,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(3209,2,1960,'/module/block/control.php','/module/block','file','M'),(3210,2,1960,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3211,2,1960,'/module/block/model.php','/module/block','file','M'),(3212,2,1960,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3213,2,1960,'/module/issue/control.php','/module/issue','file','M'),(3214,2,1961,'/module/block/control.php','/module/block','file','M'),(3215,2,1961,'/module/risk/view/view.html.php','/module/risk/view','file','M'),(3216,2,1963,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(3217,2,1963,'/module/block/view/riskblock.html.php','/module/block/view','file','M'),(3218,2,1963,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(3219,2,1966,'/db/update20.0.sql','/db','file','M'),(3220,2,1966,'/db/zentao.sql','/db','file','M'),(3221,2,1967,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3222,2,1970,'/config/zentaopms.php','/config','file','M'),(3223,2,1970,'/module/action/config.php','/module/action','file','M'),(3224,2,1971,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3225,2,1971,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3226,2,1971,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3227,2,1973,'/module/block/control.php','/module/block','file','M'),(3228,2,1973,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3229,2,1973,'/module/program/model.php','/module/program','file','M'),(3230,2,1974,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3231,2,1974,'/module/program/lang/en.php','/module/program/lang','file','M'),(3232,2,1974,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3233,2,1975,'/module/weekly/control.php','/module/weekly','file','M'),(3234,2,1975,'/module/weekly/model.php','/module/weekly','file','M'),(3235,2,1977,'/module/block/control.php','/module/block','file','M'),(3236,2,1977,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3237,2,1977,'/module/milestone/lang/zh-cn.php','/module/milestone/lang','file','M'),(3238,2,1977,'/module/product/control.php','/module/product','file','M'),(3239,2,1977,'/module/product/view/browse.html.php','/module/product/view','file','M'),(3240,2,1977,'/module/programplan/control.php','/module/programplan','file','M'),(3241,2,1977,'/module/story/control.php','/module/story','file','M'),(3242,2,1977,'/module/story/css/view.css','/module/story/css','file','M'),(3243,2,1977,'/module/story/js/view.js','/module/story/js','file','M'),(3244,2,1977,'/module/story/lang/en.php','/module/story/lang','file','M'),(3245,2,1977,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(3246,2,1977,'/module/story/model.php','/module/story','file','M'),(3247,2,1977,'/module/story/view/edit.html.php','/module/story/view','file','M'),(3248,2,1977,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(3249,2,1977,'/module/story/view/track.html.php','/module/story/view','file','A'),(3250,2,1977,'/module/story/view/view.html.php','/module/story/view','file','M'),(3251,2,1978,'/module/block/lang/en.php','/module/block/lang','file','M'),(3252,2,1979,'/db/update20.0.sql','/db','file','M'),(3253,2,1981,'/module/block/control.php','/module/block','file','M'),(3254,2,1981,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(3255,2,1981,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3256,2,1981,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3257,2,1981,'/module/program/lang/en.php','/module/program/lang','file','M'),(3258,2,1981,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3259,2,1983,'/module/program/control.php','/module/program','file','M'),(3260,2,1983,'/module/program/model.php','/module/program','file','M'),(3261,2,1985,'/module/block/control.php','/module/block','file','M'),(3262,2,1985,'/module/block/view/programteamblock.html.php','/module/block/view','file','M'),(3263,2,1985,'/module/design/control.php','/module/design','file','M'),(3264,2,1985,'/module/design/js/commit.js','/module/design/js','file','M'),(3265,2,1985,'/module/design/view/commit.html.php','/module/design/view','file','M'),(3266,2,1985,'/module/repo/view/revision.html.php','/module/repo/view','file','M'),(3267,2,1986,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3268,2,1987,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3269,2,1988,'/module/block/view/cmmiprogressblock.html.php','/module/block/view','file','M'),(3270,2,1988,'/module/milestone/view/chart.html.php','/module/milestone/view','file','M'),(3271,2,1988,'/module/milestone/view/index.html.php','/module/milestone/view','file','M'),(3272,2,1989,'/module/block/config.php','/module/block','file','M'),(3273,2,1989,'/module/block/control.php','/module/block','file','M'),(3274,2,1989,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3275,2,1989,'/module/block/model.php','/module/block','file','M'),(3276,2,1989,'/module/block/view/scrumlistblock.html.php','/module/block/view','file','A'),(3277,2,1989,'/module/block/view/scrumproductblock.html.php','/module/block/view','file','M'),(3278,2,1989,'/module/block/view/scrumprogressblock.html.php','/module/block/view','file','D'),(3279,2,1989,'/module/block/view/scrumtestblock.html.php','/module/block/view','file','M'),(3280,2,1990,'/module/my/view/program.html.php','/module/my/view','file','M'),(3281,2,1990,'/module/program/control.php','/module/program','file','M'),(3282,2,1990,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(3283,2,1990,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3284,2,1990,'/module/weekly/model.php','/module/weekly','file','M'),(3285,2,1992,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(3286,2,1992,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3287,2,1992,'/module/common/model.php','/module/common','file','M'),(3288,2,1992,'/module/product/js/browse.js','/module/product/js','file','M'),(3289,2,1992,'/module/product/view/browse.html.php','/module/product/view','file','M'),(3290,2,1992,'/module/story/js/common.js','/module/story/js','file','M'),(3291,2,1992,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(3292,2,1992,'/module/story/model.php','/module/story','file','M'),(3293,2,1992,'/module/story/view/create.html.php','/module/story/view','file','M'),(3294,2,1993,'/module/block/js/dashboard.js','/module/block/js','file','M'),(3295,2,1995,'/db/update20.0.sql','/db','file','M'),(3296,2,1995,'/module/block/config.php','/module/block','file','M'),(3297,2,1995,'/module/block/control.php','/module/block','file','M'),(3298,2,1995,'/module/block/js/admin.js','/module/block/js','file','M'),(3299,2,1995,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3300,2,1995,'/module/block/model.php','/module/block','file','M'),(3301,2,1995,'/module/block/view/contribute.html.php','/module/block/view','file','A'),(3302,2,1995,'/module/block/view/contributeblock.html.php','/module/block/view','file','D'),(3303,2,1995,'/module/risk/model.php','/module/risk','file','M'),(3304,2,1995,'/module/weekly/control.php','/module/weekly','file','M'),(3305,2,1995,'/module/workestimation/control.php','/module/workestimation','file','M'),(3306,2,1997,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3307,2,1997,'/module/program/model.php','/module/program','file','M'),(3308,2,1997,'/module/program/view/edit.html.php','/module/program/view','file','M'),(3309,2,1998,'/module/block/control.php','/module/block','file','M'),(3310,2,1998,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3311,2,1998,'/module/block/view/scrumproductblock.html.php','/module/block/view','file','M'),(3312,2,1998,'/module/block/view/scrumprogressblock.html.php','/module/block/view','file','M'),(3313,2,1999,'/module/action/config.php','/module/action','file','M'),(3314,2,1999,'/module/block/control.php','/module/block','file','M'),(3315,2,1999,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','M'),(3316,2,2001,'/module/project/model.php','/module/project','file','M'),(3317,2,2004,'/module/project/control.php','/module/project','file','M'),(3318,2,2004,'/module/project/css/burn.css','/module/project/css','file','M'),(3319,2,2004,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(3320,2,2004,'/module/project/model.php','/module/project','file','M'),(3321,2,2004,'/module/project/view/burn.html.php','/module/project/view','file','M'),(3322,2,2005,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3323,2,2005,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(3324,2,2006,'/module/block/control.php','/module/block','file','M'),(3325,2,2006,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3326,2,2006,'/module/block/view/scrumdynamicblock.html.php','/module/block/view','file','M'),(3327,2,2006,'/module/block/view/scrumprojectblock.html.php','/module/block/view','file','M'),(3328,2,2007,'/module/design/config.php','/module/design','file','M'),(3329,2,2010,'/module/program/model.php','/module/program','file','M'),(3330,2,2011,'/module/block/control.php','/module/block','file','M'),(3331,2,2011,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3332,2,2013,'/module/block/control.php','/module/block','file','M'),(3333,2,2013,'/module/block/lang/de.php','/module/block/lang','file','M'),(3334,2,2013,'/module/block/lang/en.php','/module/block/lang','file','M'),(3335,2,2013,'/module/block/lang/fr.php','/module/block/lang','file','M'),(3336,2,2013,'/module/block/lang/vi.php','/module/block/lang','file','M'),(3337,2,2013,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3338,2,2013,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(3339,2,2013,'/module/block/model.php','/module/block','file','M'),(3340,2,2013,'/module/block/view/riskblock.html.php','/module/block/view','file','A'),(3341,2,2015,'/module/block/control.php','/module/block','file','M'),(3342,2,2015,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3343,2,2015,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(3344,2,2015,'/module/program/model.php','/module/program','file','M'),(3345,2,2017,'/module/program/config.php','/module/program','file','M'),(3346,2,2017,'/module/program/control.php','/module/program','file','M'),(3347,2,2017,'/module/program/model.php','/module/program','file','M'),(3348,2,2017,'/module/program/view/edit.html.php','/module/program/view','file','M'),(3349,2,2017,'/module/upgrade/model.php','/module/upgrade','file','M'),(3350,2,2018,'/module/design/model.php','/module/design','file','M'),(3351,2,2019,'/module/design/control.php','/module/design','file','M'),(3352,2,2020,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3353,2,2021,'/module/issue/lang/en.php','/module/issue/lang','file','A'),(3354,2,2021,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(3355,2,2022,'/module/block/control.php','/module/block','file','M'),(3356,2,2022,'/module/block/view/programblock.html.php','/module/block/view','file','M'),(3357,2,2022,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3358,2,2022,'/module/program/model.php','/module/program','file','M'),(3359,2,2023,'/module/block/control.php','/module/block','file','M'),(3360,2,2023,'/module/block/model.php','/module/block','file','M'),(3361,2,2023,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3362,2,2023,'/module/milestone/model.php','/module/milestone','file','M'),(3363,2,2023,'/module/program/control.php','/module/program','file','M'),(3364,2,2023,'/module/program/css/browse.css','/module/program/css','file','M'),(3365,2,2023,'/module/program/model.php','/module/program','file','M'),(3366,2,2023,'/module/program/view/browse.html.php','/module/program/view','file','M'),(3367,2,2023,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(3368,2,2023,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3369,2,2023,'/module/project/model.php','/module/project','file','M'),(3370,2,2025,'/module/design/config.php','/module/design','file','M'),(3371,2,2025,'/module/design/control.php','/module/design','file','M'),(3372,2,2025,'/module/design/css/browse.css','/module/design/css','file','M'),(3373,2,2025,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3374,2,2025,'/module/design/model.php','/module/design','file','M'),(3375,2,2025,'/module/design/view/batchcreate.html.php','/module/design/view','file','A'),(3376,2,2025,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3377,2,2027,'/module/block/control.php','/module/block','file','M'),(3378,2,2027,'/module/block/css/dashboard.css','/module/block/css','file','M'),(3379,2,2027,'/module/block/model.php','/module/block','file','M'),(3380,2,2027,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','M'),(3381,2,2027,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3382,2,2029,'/config/zentaopms.php','/config','file','M'),(3383,2,2029,'/module/action/config.php','/module/action','file','M'),(3384,2,2029,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(3385,2,2029,'/module/program/control.php','/module/program','file','M'),(3386,2,2029,'/module/program/css/browse.css','/module/program/css','file','M'),(3387,2,2029,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3388,2,2029,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3389,2,2031,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3390,2,2033,'/module/block/control.php','/module/block','file','M'),(3391,2,2033,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3392,2,2033,'/module/block/view/programstatisticblock.html.php','/module/block/view','file','A'),(3393,2,2033,'/module/design/lang/en.php','/module/design/lang','file','A'),(3394,2,2033,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3395,2,2035,'/module/block/control.php','/module/block','file','M'),(3396,2,2035,'/module/block/css/dashboard.css','/module/block/css','file','M'),(3397,2,2035,'/module/block/lang/de.php','/module/block/lang','file','M'),(3398,2,2035,'/module/block/lang/en.php','/module/block/lang','file','M'),(3399,2,2035,'/module/block/lang/fr.php','/module/block/lang','file','M'),(3400,2,2035,'/module/block/lang/vi.php','/module/block/lang','file','M'),(3401,2,2035,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3402,2,2035,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(3403,2,2035,'/module/block/model.php','/module/block','file','M'),(3404,2,2035,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','M'),(3405,2,2035,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3406,2,2036,'/module/block/control.php','/module/block','file','M'),(3407,2,2036,'/module/block/view/scrumprojectblock.html.php','/module/block/view','file','M'),(3408,2,2036,'/module/issue/config.php','/module/issue','file','M'),(3409,2,2036,'/module/issue/control.php','/module/issue','file','M'),(3410,2,2036,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3411,2,2036,'/module/issue/model.php','/module/issue','file','M'),(3412,2,2036,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(3413,2,2036,'/module/issue/view/create.html.php','/module/issue/view','file','M'),(3414,2,2036,'/module/issue/view/edit.html.php','/module/issue/view','file','M'),(3415,2,2036,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(3416,2,2037,'/module/bug/config.php','/module/bug','file','M'),(3417,2,2037,'/module/bug/control.php','/module/bug','file','M'),(3418,2,2037,'/module/bug/model.php','/module/bug','file','M'),(3419,2,2038,'/module/search/model.php','/module/search','file','M'),(3420,2,2039,'/module/search/model.php','/module/search','file','M'),(3421,2,2041,'/module/block/control.php','/module/block','file','M'),(3422,2,2041,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3423,2,2041,'/module/block/model.php','/module/block','file','M'),(3424,2,2041,'/module/block/view/cmmiestimateblock.html.php','/module/block/view','file','M'),(3425,2,2041,'/module/block/view/cmmireportblock.html.php','/module/block/view','file','M'),(3426,2,2041,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(3427,2,2043,'/module/risk/config.php','/module/risk','file','M'),(3428,2,2043,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3429,2,2043,'/module/risk/model.php','/module/risk','file','M'),(3430,2,2045,'/module/block/model.php','/module/block','file','M'),(3431,2,2045,'/module/issue/model.php','/module/issue','file','M'),(3432,2,2047,'/module/block/control.php','/module/block','file','M'),(3433,2,2047,'/module/block/lang/de.php','/module/block/lang','file','M'),(3434,2,2047,'/module/block/lang/en.php','/module/block/lang','file','M'),(3435,2,2047,'/module/block/lang/fr.php','/module/block/lang','file','M'),(3436,2,2047,'/module/block/lang/vi.php','/module/block/lang','file','M'),(3437,2,2047,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3438,2,2047,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(3439,2,2047,'/module/block/model.php','/module/block','file','M'),(3440,2,2047,'/module/block/view/contributeblock.html.php','/module/block/view','file','M'),(3441,2,2047,'/module/risk/lang/en.php','/module/risk/lang','file','A'),(3442,2,2049,'/module/block/control.php','/module/block','file','M'),(3443,2,2049,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3444,2,2049,'/module/block/model.php','/module/block','file','M'),(3445,2,2051,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3446,2,2051,'/module/program/model.php','/module/program','file','M'),(3447,2,2051,'/module/program/view/create.html.php','/module/program/view','file','M'),(3448,2,2053,'/db/update20.0.sql','/db','file','M'),(3449,2,2053,'/module/block/control.php','/module/block','file','M'),(3450,2,2053,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3451,2,2053,'/module/block/view/programblock.html.php','/module/block/view','file','A'),(3452,2,2053,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3453,2,2053,'/module/program/model.php','/module/program','file','M'),(3454,2,2054,'/module/program/model.php','/module/program','file','M'),(3455,2,2057,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3456,2,2059,'/module/block/control.php','/module/block','file','M'),(3457,2,2059,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3458,2,2059,'/module/block/view/contributeblock.html.php','/module/block/view','file','A'),(3459,2,2059,'/module/block/view/programteamblock.html.php','/module/block/view','file','A'),(3460,2,2059,'/module/block/view/recentprogramblock.html.php','/module/block/view','file','A'),(3461,2,2060,'/module/block/control.php','/module/block','file','M'),(3462,2,2060,'/module/block/model.php','/module/block','file','M'),(3463,2,2060,'/module/block/view/scrumdynamicblock.html.php','/module/block/view','file','M'),(3464,2,2062,'/module/design/control.php','/module/design','file','M'),(3465,2,2062,'/module/design/js/view.js','/module/design/js','file','D'),(3466,2,2062,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(3467,2,2062,'/module/design/model.php','/module/design','file','M'),(3468,2,2062,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3469,2,2062,'/module/design/view/create.html.php','/module/design/view','file','M'),(3470,2,2062,'/module/design/view/edit.html.php','/module/design/view','file','M'),(3471,2,2062,'/module/design/view/view.html.php','/module/design/view','file','M'),(3472,2,2062,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3473,2,2063,'/module/block/view/cmmiissueblock.html.php','/module/block/view','file','M'),(3474,2,2065,'/module/action/lang/de.php','/module/action/lang','file','M'),(3475,2,2065,'/module/action/lang/en.php','/module/action/lang','file','M'),(3476,2,2065,'/module/action/lang/fr.php','/module/action/lang','file','M'),(3477,2,2065,'/module/action/lang/vi.php','/module/action/lang','file','M'),(3478,2,2065,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(3479,2,2065,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(3480,2,2065,'/module/block/control.php','/module/block','file','M'),(3481,2,2065,'/module/block/view/cmmiriskblock.html.php','/module/block/view','file','M'),(3482,2,2065,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3483,2,2065,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3484,2,2065,'/module/risk/model.php','/module/risk','file','M'),(3485,2,2067,'/module/block/control.php','/module/block','file','M'),(3486,2,2067,'/module/block/view/cmmiestimateblock.html.php','/module/block/view','file','M'),(3487,2,2067,'/module/block/view/cmmiissueblock.html.php','/module/block/view','file','M'),(3488,2,2067,'/module/block/view/cmmiprogressblock.html.php','/module/block/view','file','M'),(3489,2,2067,'/module/milestone/config.php','/module/milestone','file','A'),(3490,2,2067,'/module/milestone/control.php','/module/milestone','file','A'),(3491,2,2067,'/module/milestone/css/index.css','/module/milestone/css','file','A'),(3492,2,2067,'/module/milestone/lang/zh-cn.php','/module/milestone/lang','file','A'),(3493,2,2067,'/module/milestone/model.php','/module/milestone','file','A'),(3494,2,2067,'/module/milestone/view/basicinfo.html.php','/module/milestone/view','file','A'),(3495,2,2067,'/module/milestone/view/chart.html.php','/module/milestone/view','file','A'),(3496,2,2067,'/module/milestone/view/condition.html.php','/module/milestone/view','file','A'),(3497,2,2067,'/module/milestone/view/index.html.php','/module/milestone/view','file','A'),(3498,2,2067,'/module/milestone/view/otherproblem.html.php','/module/milestone/view','file','A'),(3499,2,2067,'/module/milestone/view/process.html.php','/module/milestone/view','file','A'),(3500,2,2067,'/module/milestone/view/productquality.html.php','/module/milestone/view','file','A'),(3501,2,2067,'/module/milestone/view/progress.html.php','/module/milestone/view','file','A'),(3502,2,2067,'/module/milestone/view/projectrisk.html.php','/module/milestone/view','file','A'),(3503,2,2067,'/module/milestone/view/rectifying.html.php','/module/milestone/view','file','A'),(3504,2,2067,'/module/milestone/view/workhour.html.php','/module/milestone/view','file','A'),(3505,2,2069,'/module/design/control.php','/module/design','file','M'),(3506,2,2069,'/module/design/css/browse.css','/module/design/css','file','A'),(3507,2,2069,'/module/design/css/edit.css','/module/design/css','file','A'),(3508,2,2069,'/module/design/js/common.js','/module/design/js','file','M'),(3509,2,2069,'/module/design/js/view.js','/module/design/js','file','A'),(3510,2,2069,'/module/design/model.php','/module/design','file','M'),(3511,2,2069,'/module/design/view/browse.html.php','/module/design/view','file','M'),(3512,2,2069,'/module/design/view/commit.html.php','/module/design/view','file','M'),(3513,2,2069,'/module/design/view/create.html.php','/module/design/view','file','M'),(3514,2,2069,'/module/design/view/edit.html.php','/module/design/view','file','M'),(3515,2,2069,'/module/design/view/view.html.php','/module/design/view','file','M'),(3516,2,2070,'/module/story/model.php','/module/story','file','M'),(3517,2,2072,'/db/update20.0.sql','/db','file','M'),(3518,2,2072,'/module/program/control.php','/module/program','file','M'),(3519,2,2072,'/module/program/css/browse.css','/module/program/css','file','M'),(3520,2,2072,'/module/program/js/create.js','/module/program/js','file','M'),(3521,2,2072,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3522,2,2072,'/module/program/model.php','/module/program','file','M'),(3523,2,2072,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3524,2,2072,'/module/program/view/create.html.php','/module/program/view','file','M'),(3525,2,2073,'/db/update20.0.sql','/db','file','M'),(3526,2,2073,'/module/block/control.php','/module/block','file','M'),(3527,2,2073,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3528,2,2073,'/module/block/model.php','/module/block','file','M'),(3529,2,2073,'/module/block/view/scrumtestblock.html.php','/module/block/view','file','M'),(3530,2,2073,'/module/task/control.php','/module/task','file','M'),(3531,2,2075,'/module/block/control.php','/module/block','file','M'),(3532,2,2075,'/module/block/view/cmmiissueblock.html.php','/module/block/view','file','M'),(3533,2,2075,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3534,2,2075,'/module/issue/view/batchcreate.html.php','/module/issue/view','file','M'),(3535,2,2075,'/module/issue/view/create.html.php','/module/issue/view','file','M'),(3536,2,2075,'/module/issue/view/edit.html.php','/module/issue/view','file','M'),(3537,2,2075,'/module/weekly/model.php','/module/weekly','file','M'),(3538,2,2077,'/module/risk/config.php','/module/risk','file','M'),(3539,2,2077,'/module/risk/control.php','/module/risk','file','M'),(3540,2,2077,'/module/risk/ext/lang/zh-cn/cmmi.php','/module/risk/ext/lang/zh-cn','file','D'),(3541,2,2077,'/module/risk/ext/view/assign.cmmi.html.hook.php','/module/risk/ext/view','file','D'),(3542,2,2077,'/module/risk/ext/view/cancel.cmmi.html.hook.php','/module/risk/ext/view','file','D'),(3543,2,2077,'/module/risk/ext/view/check.cmmi.html.hook.php','/module/risk/ext/view','file','D'),(3544,2,2077,'/module/risk/ext/view/create.cmmi.html.hook.php','/module/risk/ext/view','file','D'),(3545,2,2077,'/module/risk/ext/view/edit.cmmi.html.hook.php','/module/risk/ext/view','file','D'),(3546,2,2077,'/module/risk/js/track.js','/module/risk/js','file','M'),(3547,2,2077,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3548,2,2077,'/module/risk/model.php','/module/risk','file','M'),(3549,2,2077,'/module/risk/view/assignto.html.php','/module/risk/view','file','M'),(3550,2,2077,'/module/risk/view/batchcreate.html.php','/module/risk/view','file','A'),(3551,2,2077,'/module/risk/view/cancel.html.php','/module/risk/view','file','M'),(3552,2,2077,'/module/risk/view/close.html.php','/module/risk/view','file','M'),(3553,2,2077,'/module/risk/view/create.html.php','/module/risk/view','file','M'),(3554,2,2077,'/module/risk/view/edit.html.php','/module/risk/view','file','M'),(3555,2,2077,'/module/risk/view/tags','/module/risk/view','file','D'),(3556,2,2077,'/module/risk/view/track.html.php','/module/risk/view','file','M'),(3557,2,2078,'/db/update20.0.sql','/db','file','M'),(3558,2,2079,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3559,2,2080,'/db/update20.0.sql','/db','file','M'),(3560,2,2080,'/module/block/control.php','/module/block','file','M'),(3561,2,2080,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3562,2,2080,'/module/block/view/scrumdynamicblock.html.php','/module/block/view','file','A'),(3563,2,2080,'/module/block/view/scrumoverallblock.html.php','/module/block/view','file','A'),(3564,2,2080,'/module/block/view/scrumproductblock.html.php','/module/block/view','file','A'),(3565,2,2080,'/module/block/view/scrumprogressblock.html.php','/module/block/view','file','A'),(3566,2,2080,'/module/block/view/scrumprojectblock.html.php','/module/block/view','file','A'),(3567,2,2080,'/module/block/view/scrumroadmapblock.html.php','/module/block/view','file','A'),(3568,2,2080,'/module/block/view/scrumtestblock.html.php','/module/block/view','file','A'),(3569,2,2080,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3570,2,2080,'/module/program/control.php','/module/program','file','M'),(3571,2,2081,'/config/zentaopms.php','/config','file','M'),(3572,2,2081,'/db/update20.0.sql','/db','file','M'),(3573,2,2081,'/module/block/control.php','/module/block','file','M'),(3574,2,2081,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3575,2,2081,'/module/block/view/cmmiestimateblock.html.php','/module/block/view','file','M'),(3576,2,2081,'/module/block/view/cmmiissueblock.html.php','/module/block/view','file','M'),(3577,2,2081,'/module/block/view/cmmireportblock.html.php','/module/block/view','file','M'),(3578,2,2081,'/module/durationestimation/lang/zh-cn.php','/module/durationestimation/lang','file','M'),(3579,2,2081,'/module/issue/model.php','/module/issue','file','M'),(3580,2,2081,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3581,2,2081,'/module/weekly/control.php','/module/weekly','file','A'),(3582,2,2081,'/module/weekly/lang/zh-cn.php','/module/weekly/lang','file','A'),(3583,2,2081,'/module/weekly/model.php','/module/weekly','file','A'),(3584,2,2081,'/module/weekly/view/index.html.php','/module/weekly/view','file','A'),(3585,2,2081,'/module/workestimation/lang/zh-cn.php','/module/workestimation/lang','file','M'),(3586,2,2082,'/module/risk/model.php','/module/risk','file','M'),(3587,2,2084,'/db/update20.0.sql','/db','file','M'),(3588,2,2084,'/module/risk/config.php','/module/risk','file','M'),(3589,2,2084,'/module/risk/control.php','/module/risk','file','M'),(3590,2,2084,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3591,2,2084,'/module/risk/model.php','/module/risk','file','M'),(3592,2,2084,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(3593,2,2086,'/module/design/view/submit.html.php','/module/design/view','file','D'),(3594,2,2087,'/module/design/config.php','/module/design','file','A'),(3595,2,2087,'/module/design/css/commit.css','/module/design/css','file','A'),(3596,2,2087,'/module/design/js/commit.js','/module/design/js','file','A'),(3597,2,2087,'/module/design/js/common.js','/module/design/js','file','A'),(3598,2,2087,'/module/design/lang/zh-cn.php','/module/design/lang','file','A'),(3599,2,2087,'/module/design/view/browse.html.php','/module/design/view','file','A'),(3600,2,2087,'/module/design/view/commit.html.php','/module/design/view','file','A'),(3601,2,2087,'/module/design/view/create.html.php','/module/design/view','file','A'),(3602,2,2087,'/module/design/view/edit.html.php','/module/design/view','file','A'),(3603,2,2087,'/module/design/view/submit.html.php','/module/design/view','file','A'),(3604,2,2087,'/module/design/view/view.html.php','/module/design/view','file','A'),(3605,2,2088,'/module/design/control.php','/module/design','file','M'),(3606,2,2088,'/module/design/ext/config/design.php','/module/design/ext/config','file','D'),(3607,2,2088,'/module/design/ext/control/browse.php','/module/design/ext/control','file','D'),(3608,2,2088,'/module/design/ext/control/commit.php','/module/design/ext/control','file','D'),(3609,2,2088,'/module/design/ext/control/create.php','/module/design/ext/control','file','D'),(3610,2,2088,'/module/design/ext/control/edit.php','/module/design/ext/control','file','D'),(3611,2,2088,'/module/design/ext/control/revision.php','/module/design/ext/control','file','D'),(3612,2,2088,'/module/design/ext/control/submit.php','/module/design/ext/control','file','D'),(3613,2,2088,'/module/design/ext/css/commit/cmmi.css','/module/design/ext/css/commit','file','D'),(3614,2,2088,'/module/design/ext/js/commit/cmmi.js','/module/design/ext/js/commit','file','D'),(3615,2,2088,'/module/design/ext/js/common/design.js','/module/design/ext/js/common','file','D'),(3616,2,2088,'/module/design/ext/lang/zh-cn/cmmi.php','/module/design/ext/lang/zh-cn','file','D'),(3617,2,2088,'/module/design/ext/view/browse.cmmi.html.hook.php','/module/design/ext/view','file','D'),(3618,2,2088,'/module/design/ext/view/browse.html.php','/module/design/ext/view','file','D'),(3619,2,2088,'/module/design/ext/view/commit.html.php','/module/design/ext/view','file','D'),(3620,2,2088,'/module/design/ext/view/create.html.php','/module/design/ext/view','file','D'),(3621,2,2088,'/module/design/ext/view/edit.html.php','/module/design/ext/view','file','D'),(3622,2,2088,'/module/design/ext/view/submit.html.php','/module/design/ext/view','file','D'),(3623,2,2088,'/module/design/ext/view/view.html.php','/module/design/ext/view','file','D'),(3624,2,2088,'/module/design/model.php','/module/design','file','M'),(3625,2,2088,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3626,2,2089,'/module/issue/config.php','/module/issue','file','M'),(3627,2,2089,'/module/issue/control.php','/module/issue','file','M'),(3628,2,2089,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3629,2,2089,'/module/issue/model.php','/module/issue','file','M'),(3630,2,2089,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(3631,2,2089,'/module/issue/view/createbug.html.php','/module/issue/view','file','A'),(3632,2,2089,'/module/issue/view/createrisk.html.php','/module/issue/view','file','A'),(3633,2,2089,'/module/issue/view/createstory.html.php','/module/issue/view','file','A'),(3634,2,2089,'/module/issue/view/createtask.html.php','/module/issue/view','file','A'),(3635,2,2089,'/module/issue/view/resolve.html.php','/module/issue/view','file','M'),(3636,2,2090,'/module/issue/control.php','/module/issue','file','M'),(3637,2,2090,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3638,2,2090,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(3639,2,2092,'/module/block/control.php','/module/block','file','M'),(3640,2,2092,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(3641,2,2092,'/module/block/model.php','/module/block','file','M'),(3642,2,2092,'/module/block/view/cmmiestimateblock.html.php','/module/block/view','file','A'),(3643,2,2092,'/module/block/view/cmmiganttblock.html.php','/module/block/view','file','A'),(3644,2,2092,'/module/block/view/cmmiissueblock.html.php','/module/block/view','file','A'),(3645,2,2092,'/module/block/view/cmmiprogressblock.html.php','/module/block/view','file','A'),(3646,2,2092,'/module/block/view/cmmireportblock.html.php','/module/block/view','file','A'),(3647,2,2092,'/module/block/view/cmmiriskblock.html.php','/module/block/view','file','A'),(3648,2,2092,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3649,2,2092,'/module/my/js/program.js','/module/my/js','file','D'),(3650,2,2092,'/module/my/view/program.html.php','/module/my/view','file','M'),(3651,2,2092,'/module/program/control.php','/module/program','file','M'),(3652,2,2092,'/module/program/js/browse.js','/module/program/js','file','M'),(3653,2,2092,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3654,2,2092,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','M'),(3655,2,2092,'/module/program/view/index.html.php','/module/program/view','file','M'),(3656,2,2092,'/module/project/view/index.html.php','/module/project/view','file','M'),(3657,2,2094,'/db/update20.0.sql','/db','file','M'),(3658,2,2094,'/module/risk/config.php','/module/risk','file','M'),(3659,2,2094,'/module/risk/control.php','/module/risk','file','M'),(3660,2,2094,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3661,2,2094,'/module/risk/model.php','/module/risk','file','M'),(3662,2,2094,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(3663,2,2094,'/module/risk/view/cancel.html.php','/module/risk/view','file','M'),(3664,2,2094,'/module/risk/view/edit.html.php','/module/risk/view','file','M'),(3665,2,2094,'/module/risk/view/view.html.php','/module/risk/view','file','A'),(3666,2,2095,'/module/issue/control.php','/module/issue','file','M'),(3667,2,2095,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3668,2,2096,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(3669,2,2096,'/module/issue/view/view.html.php','/module/issue/view','file','A'),(3670,2,2098,'/module/program/model.php','/module/program','file','M'),(3671,2,2098,'/module/upgrade/model.php','/module/upgrade','file','M'),(3672,2,2099,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(3673,2,2099,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3674,2,2099,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(3675,2,2099,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(3676,2,2099,'/module/upgrade/model.php','/module/upgrade','file','M'),(3677,2,2100,'/module/issue/model.php','/module/issue','file','M'),(3678,2,2101,'/module/issue/control.php','/module/issue','file','M'),(3679,2,2101,'/module/issue/model.php','/module/issue','file','M'),(3680,2,2102,'/module/issue/config.php','/module/issue','file','M'),(3681,2,2102,'/module/issue/control.php','/module/issue','file','M'),(3682,2,2102,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(3683,2,2102,'/module/issue/model.php','/module/issue','file','M'),(3684,2,2102,'/module/issue/view/activate.html.php','/module/issue/view','file','A'),(3685,2,2102,'/module/issue/view/assignto.html.php','/module/issue/view','file','A'),(3686,2,2102,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(3687,2,2102,'/module/issue/view/cancel.html.php','/module/issue/view','file','A'),(3688,2,2102,'/module/issue/view/close.html.php','/module/issue/view','file','A'),(3689,2,2102,'/module/issue/view/create.html.php','/module/issue/view','file','M'),(3690,2,2102,'/module/issue/view/edit.html.php','/module/issue/view','file','A'),(3691,2,2102,'/module/issue/view/resolve.html.php','/module/issue/view','file','A'),(3692,2,2103,'/module/issue/control.php','/module/issue','file','M'),(3693,2,2103,'/module/issue/model.php','/module/issue','file','M'),(3694,2,2103,'/module/issue/view/batchcreate.html.php','/module/issue/view','file','A'),(3695,2,2104,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3696,2,2104,'/module/common/model.php','/module/common','file','M'),(3697,2,2104,'/module/my/view/program.html.php','/module/my/view','file','M'),(3698,2,2104,'/module/program/control.php','/module/program','file','M'),(3699,2,2104,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3700,2,2104,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(3701,2,2104,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(3702,2,2104,'/module/program/view/index.html.php','/module/program/view','file','A'),(3703,2,2105,'/config/filter.php','/config','file','M'),(3704,2,2105,'/config/zentaopms.php','/config','file','M'),(3705,2,2105,'/db/update20.0.sql','/db','file','M'),(3706,2,2105,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3707,2,2105,'/module/holiday/config.php','/module/holiday','file','A'),(3708,2,2105,'/module/holiday/control.php','/module/holiday','file','A'),(3709,2,2105,'/module/holiday/css/browse.css','/module/holiday/css','file','A'),(3710,2,2105,'/module/holiday/lang/de.php','/module/holiday/lang','file','A'),(3711,2,2105,'/module/holiday/lang/en.php','/module/holiday/lang','file','A'),(3712,2,2105,'/module/holiday/lang/fr.php','/module/holiday/lang','file','A'),(3713,2,2105,'/module/holiday/lang/vi.php','/module/holiday/lang','file','A'),(3714,2,2105,'/module/holiday/lang/zh-cn.php','/module/holiday/lang','file','A'),(3715,2,2105,'/module/holiday/lang/zh-tw.php','/module/holiday/lang','file','A'),(3716,2,2105,'/module/holiday/model.php','/module/holiday','file','A'),(3717,2,2105,'/module/holiday/view/browse.html.php','/module/holiday/view','file','A'),(3718,2,2105,'/module/holiday/view/create.html.php','/module/holiday/view','file','A'),(3719,2,2105,'/module/holiday/view/edit.html.php','/module/holiday/view','file','A'),(3720,2,2105,'/module/product/model.php','/module/product','file','M'),(3721,2,2105,'/module/product/view/all.html.php','/module/product/view','file','M'),(3722,2,2105,'/module/product/view/create.html.php','/module/product/view','file','M'),(3723,2,2105,'/module/product/view/edit.html.php','/module/product/view','file','M'),(3724,2,2105,'/module/program/control.php','/module/program','file','M'),(3725,2,2105,'/module/program/css/browse.css','/module/program/css','file','A'),(3726,2,2105,'/module/program/css/index.css','/module/program/css','file','D'),(3727,2,2105,'/module/program/js/browse.js','/module/program/js','file','A'),(3728,2,2105,'/module/program/js/index.js','/module/program/js','file','D'),(3729,2,2105,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3730,2,2105,'/module/program/model.php','/module/program','file','M'),(3731,2,2105,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','M'),(3732,2,2105,'/module/program/view/browse.html.php','/module/program/view','file','A'),(3733,2,2105,'/module/program/view/index.html.php','/module/program/view','file','D'),(3734,2,2105,'/module/programplan/js/browse.js','/module/programplan/js','file','M'),(3735,2,2105,'/module/project/control.php','/module/project','file','M'),(3736,2,2105,'/module/project/model.php','/module/project','file','M'),(3737,2,2105,'/module/project/view/all.html.php','/module/project/view','file','M'),(3738,2,2106,'/db/update12.4.2.sql','/db','file','M'),(3739,2,2106,'/module/ci/model.php','/module/ci','file','M'),(3740,2,2108,'/config/zentaopms.php','/config','file','M'),(3741,2,2108,'/db/update20.0.sql','/db','file','M'),(3742,2,2108,'/framework/router.class.php','/framework','file','M'),(3743,2,2108,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3744,2,2108,'/module/custom/control.php','/module/custom','file','M'),(3745,2,2108,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3746,2,2108,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(3747,2,2108,'/module/custom/model.php','/module/custom','file','M'),(3748,2,2108,'/module/custom/view/concept.html.php','/module/custom/view','file','A'),(3749,2,2108,'/module/custom/view/plan.html.php','/module/custom/view','file','A'),(3750,2,2108,'/module/product/control.php','/module/product','file','M'),(3751,2,2108,'/module/product/model.php','/module/product','file','M'),(3752,2,2108,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(3753,2,2108,'/module/project/model.php','/module/project','file','M'),(3754,2,2110,'/db/update20.0.sql','/db','file','M'),(3755,2,2110,'/module/risk/config.php','/module/risk','file','M'),(3756,2,2110,'/module/risk/control.php','/module/risk','file','M'),(3757,2,2110,'/module/risk/ext/view/cancel.cmmi.html.hook.php','/module/risk/ext/view','file','M'),(3758,2,2110,'/module/risk/js/track.js','/module/risk/js','file','A'),(3759,2,2110,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3760,2,2110,'/module/risk/model.php','/module/risk','file','M'),(3761,2,2110,'/module/risk/view/activate.html.php','/module/risk/view','file','A'),(3762,2,2110,'/module/risk/view/assignto.html.php','/module/risk/view','file','A'),(3763,2,2110,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(3764,2,2110,'/module/risk/view/cancel.html.php','/module/risk/view','file','A'),(3765,2,2110,'/module/risk/view/close.html.php','/module/risk/view','file','A'),(3766,2,2110,'/module/risk/view/edit.html.php','/module/risk/view','file','A'),(3767,2,2110,'/module/risk/view/hangup.html.php','/module/risk/view','file','A'),(3768,2,2110,'/module/risk/view/tags','/module/risk/view','file','A'),(3769,2,2110,'/module/risk/view/track.html.php','/module/risk/view','file','A'),(3770,2,2111,'/lib/filter/filter.class.php','/lib/filter','file','M'),(3771,2,2113,'/config/zentaopms.php','/config','file','M'),(3772,2,2113,'/db/update20.0.sql','/db','file','M'),(3773,2,2113,'/module/budget/config.php','/module/budget','file','A'),(3774,2,2113,'/module/budget/control.php','/module/budget','file','A'),(3775,2,2113,'/module/budget/css/common.css','/module/budget/css','file','A'),(3776,2,2113,'/module/budget/lang/zh-cn.php','/module/budget/lang','file','A'),(3777,2,2113,'/module/budget/model.php','/module/budget','file','A'),(3778,2,2113,'/module/budget/view/batchcreate.html.php','/module/budget/view','file','A'),(3779,2,2113,'/module/budget/view/browse.html.php','/module/budget/view','file','A'),(3780,2,2113,'/module/budget/view/create.html.php','/module/budget/view','file','A'),(3781,2,2113,'/module/budget/view/edit.html.php','/module/budget/view','file','A'),(3782,2,2113,'/module/budget/view/summary.html.php','/module/budget/view','file','A'),(3783,2,2113,'/module/budget/view/view.html.php','/module/budget/view','file','A'),(3784,2,2113,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3785,2,2113,'/module/durationestimation/config.php','/module/durationestimation','file','A'),(3786,2,2113,'/module/durationestimation/control.php','/module/durationestimation','file','A'),(3787,2,2113,'/module/durationestimation/js/create.js','/module/durationestimation/js','file','A'),(3788,2,2113,'/module/durationestimation/lang/zh-cn.php','/module/durationestimation/lang','file','A'),(3789,2,2113,'/module/durationestimation/model.php','/module/durationestimation','file','A'),(3790,2,2113,'/module/durationestimation/view/create.html.php','/module/durationestimation/view','file','A'),(3791,2,2113,'/module/durationestimation/view/index.html.php','/module/durationestimation/view','file','A'),(3792,2,2113,'/module/product/model.php','/module/product','file','M'),(3793,2,2113,'/module/program/control.php','/module/program','file','M'),(3794,2,2113,'/module/program/model.php','/module/program','file','M'),(3795,2,2113,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','M'),(3796,2,2113,'/module/program/view/index.html.php','/module/program/view','file','M'),(3797,2,2113,'/module/project/model.php','/module/project','file','M'),(3798,2,2113,'/module/subject/control.php','/module/subject','file','A'),(3799,2,2113,'/module/subject/css/browse.css','/module/subject/css','file','A'),(3800,2,2113,'/module/subject/js/browse.js','/module/subject/js','file','A'),(3801,2,2113,'/module/subject/lang/zh-cn.php','/module/subject/lang','file','A'),(3802,2,2113,'/module/subject/view/browse.html.php','/module/subject/view','file','A'),(3803,2,2113,'/module/workestimation/config.php','/module/workestimation','file','A'),(3804,2,2113,'/module/workestimation/control.php','/module/workestimation','file','A'),(3805,2,2113,'/module/workestimation/js/index.js','/module/workestimation/js','file','A'),(3806,2,2113,'/module/workestimation/lang/zh-cn.php','/module/workestimation/lang','file','A'),(3807,2,2113,'/module/workestimation/model.php','/module/workestimation','file','A'),(3808,2,2113,'/module/workestimation/view/index.html.php','/module/workestimation/view','file','A'),(3809,2,2115,'/module/bug/model.php','/module/bug','file','M'),(3810,2,2115,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(3811,2,2115,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(3812,2,2115,'/module/my/control.php','/module/my','file','M'),(3813,2,2115,'/module/story/model.php','/module/story','file','M'),(3814,2,2115,'/module/task/model.php','/module/task','file','M'),(3815,2,2115,'/module/testcase/model.php','/module/testcase','file','M'),(3816,2,2117,'/config/zentaopms.php','/config','file','M'),(3817,2,2117,'/db/update20.0.sql','/db','file','M'),(3818,2,2117,'/module/issue/config.php','/module/issue','file','A'),(3819,2,2117,'/module/issue/control.php','/module/issue','file','A'),(3820,2,2117,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','A'),(3821,2,2117,'/module/issue/model.php','/module/issue','file','A'),(3822,2,2117,'/module/issue/view/browse.html.php','/module/issue/view','file','A'),(3823,2,2117,'/module/issue/view/create.html.php','/module/issue/view','file','A'),(3824,2,2118,'/config/zentaopms.php','/config','file','M'),(3825,2,2118,'/module/risk/config.php','/module/risk','file','A'),(3826,2,2118,'/module/risk/control.php','/module/risk','file','M'),(3827,2,2118,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(3828,2,2118,'/module/risk/model.php','/module/risk','file','A'),(3829,2,2118,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(3830,2,2118,'/module/risk/view/create.html.php','/module/risk/view','file','M'),(3831,2,2119,'/module/risk/control.php','/module/risk','file','A'),(3832,2,2119,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','A'),(3833,2,2119,'/module/risk/view/browse.html.php','/module/risk/view','file','A'),(3834,2,2119,'/module/risk/view/create.html.php','/module/risk/view','file','A'),(3835,2,2121,'/config/zentaopms.php','/config','file','M'),(3836,2,2121,'/db/update20.0.sql','/db','file','M'),(3837,2,2121,'/module/risk/ext/lang/zh-cn/cmmi.php','/module/risk/ext/lang/zh-cn','file','A'),(3838,2,2121,'/module/risk/ext/view/assign.cmmi.html.hook.php','/module/risk/ext/view','file','A'),(3839,2,2121,'/module/risk/ext/view/cancel.cmmi.html.hook.php','/module/risk/ext/view','file','A'),(3840,2,2121,'/module/risk/ext/view/check.cmmi.html.hook.php','/module/risk/ext/view','file','A'),(3841,2,2121,'/module/risk/ext/view/create.cmmi.html.hook.php','/module/risk/ext/view','file','A'),(3842,2,2121,'/module/risk/ext/view/edit.cmmi.html.hook.php','/module/risk/ext/view','file','A'),(3843,2,2122,'/module/stage/lang/zh-cn.php','/module/stage/lang','file','M'),(3844,2,2122,'/module/stage/view/browse.html.php','/module/stage/view','file','M'),(3845,2,2124,'/module/stage/view/browse.html.php','/module/stage/view','file','M'),(3846,2,2125,'/module/stage/control.php','/module/stage','file','M'),(3847,2,2125,'/module/stage/lang/zh-cn.php','/module/stage/lang','file','M'),(3848,2,2125,'/module/stage/model.php','/module/stage','file','M'),(3849,2,2125,'/module/stage/view/batchcreate.html.php','/module/stage/view','file','A'),(3850,2,2125,'/module/stage/view/create.html.php','/module/stage/view','file','M'),(3851,2,2127,'/module/stage/control.php','/module/stage','file','M'),(3852,2,2127,'/module/stage/lang/zh-cn.php','/module/stage/lang','file','M'),(3853,2,2127,'/module/stage/model.php','/module/stage','file','M'),(3854,2,2127,'/module/stage/view/browse.html.php','/module/stage/view','file','M'),(3855,2,2129,'/config/zentaopms.php','/config','file','M'),(3856,2,2129,'/db/update20.0.sql','/db','file','M'),(3857,2,2129,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3858,2,2129,'/module/design/control.php','/module/design','file','A'),(3859,2,2129,'/module/design/ext/config/design.php','/module/design/ext/config','file','A'),(3860,2,2129,'/module/design/ext/control/browse.php','/module/design/ext/control','file','A'),(3861,2,2129,'/module/design/ext/control/commit.php','/module/design/ext/control','file','A'),(3862,2,2129,'/module/design/ext/control/create.php','/module/design/ext/control','file','A'),(3863,2,2129,'/module/design/ext/control/edit.php','/module/design/ext/control','file','A'),(3864,2,2129,'/module/design/ext/control/revision.php','/module/design/ext/control','file','A'),(3865,2,2129,'/module/design/ext/control/submit.php','/module/design/ext/control','file','A'),(3866,2,2129,'/module/design/ext/css/commit/cmmi.css','/module/design/ext/css/commit','file','A'),(3867,2,2129,'/module/design/ext/js/commit/cmmi.js','/module/design/ext/js/commit','file','A'),(3868,2,2129,'/module/design/ext/js/common/design.js','/module/design/ext/js/common','file','A'),(3869,2,2129,'/module/design/ext/lang/zh-cn/cmmi.php','/module/design/ext/lang/zh-cn','file','A'),(3870,2,2129,'/module/design/ext/view/browse.cmmi.html.hook.php','/module/design/ext/view','file','A'),(3871,2,2129,'/module/design/ext/view/browse.html.php','/module/design/ext/view','file','A'),(3872,2,2129,'/module/design/ext/view/commit.html.php','/module/design/ext/view','file','A'),(3873,2,2129,'/module/design/ext/view/create.html.php','/module/design/ext/view','file','A'),(3874,2,2129,'/module/design/ext/view/edit.html.php','/module/design/ext/view','file','A'),(3875,2,2129,'/module/design/ext/view/submit.html.php','/module/design/ext/view','file','A'),(3876,2,2129,'/module/design/ext/view/view.html.php','/module/design/ext/view','file','A'),(3877,2,2129,'/module/design/model.php','/module/design','file','A'),(3878,2,2129,'/module/install/view/step4.html.php','/module/install/view','file','M'),(3879,2,2130,'/module/stage/model.php','/module/stage','file','M'),(3880,2,2131,'/module/custom/view/estimate.html.php','/module/custom/view','file','M'),(3881,2,2132,'/config/zentaopms.php','/config','file','M'),(3882,2,2132,'/db/update20.0.sql','/db','file','M'),(3883,2,2132,'/module/programplan/control.php','/module/programplan','file','M'),(3884,2,2132,'/module/programplan/model.php','/module/programplan','file','M'),(3885,2,2132,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(3886,2,2132,'/module/programplan/view/edit.html.php','/module/programplan/view','file','M'),(3887,2,2132,'/module/programplan/view/tags','/module/programplan/view','file','D'),(3888,2,2132,'/module/stage/control.php','/module/stage','file','A'),(3889,2,2132,'/module/stage/ext/view/create.cmmi.html.hook.php','/module/stage/ext/view','file','A'),(3890,2,2132,'/module/stage/ext/view/edit.cmmi.html.hook.php','/module/stage/ext/view','file','A'),(3891,2,2132,'/module/stage/lang/zh-cn.php','/module/stage/lang','file','A'),(3892,2,2132,'/module/stage/model.php','/module/stage','file','A'),(3893,2,2132,'/module/stage/view/browse.html.php','/module/stage/view','file','A'),(3894,2,2132,'/module/stage/view/create.html.php','/module/stage/view','file','A'),(3895,2,2132,'/module/stage/view/edit.html.php','/module/stage/view','file','A'),(3896,2,2132,'/module/stage/view/settype.html.php','/module/stage/view','file','A'),(3897,2,2133,'/module/common/ext/view/gantt.html.php','/module/common/ext/view','file','A'),(3898,2,2133,'/module/programplan/config.php','/module/programplan','file','A'),(3899,2,2133,'/module/programplan/control.php','/module/programplan','file','A'),(3900,2,2133,'/module/programplan/js/browse.js','/module/programplan/js','file','A'),(3901,2,2133,'/module/programplan/js/create.js','/module/programplan/js','file','A'),(3902,2,2133,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','A'),(3903,2,2133,'/module/programplan/model.php','/module/programplan','file','A'),(3904,2,2133,'/module/programplan/view/browse.html.php','/module/programplan/view','file','A'),(3905,2,2133,'/module/programplan/view/create.html.php','/module/programplan/view','file','A'),(3906,2,2133,'/module/programplan/view/edit.html.php','/module/programplan/view','file','A'),(3907,2,2133,'/module/programplan/view/gantt.html.php','/module/programplan/view','file','A'),(3908,2,2133,'/module/programplan/view/list.html.php','/module/programplan/view','file','A'),(3909,2,2133,'/module/programplan/view/tags','/module/programplan/view','file','A'),(3910,2,2133,'/www/js/dhtmlxgantt/ext/dhtmlxgantt_critical_path.js','/www/js/dhtmlxgantt/ext','file','A'),(3911,2,2133,'/www/js/dhtmlxgantt/ext/dhtmlxgantt_fullscreen.js','/www/js/dhtmlxgantt/ext','file','A'),(3912,2,2133,'/www/js/dhtmlxgantt/ext/dhtmlxgantt_marker.js','/www/js/dhtmlxgantt/ext','file','A'),(3913,2,2133,'/www/js/dhtmlxgantt/ext/dhtmlxgantt_smart_rendering.js','/www/js/dhtmlxgantt/ext','file','A'),(3914,2,2133,'/www/js/dhtmlxgantt/lang/zh-cn.js','/www/js/dhtmlxgantt/lang','file','A'),(3915,2,2133,'/www/js/dhtmlxgantt/lang/zh-tw.js','/www/js/dhtmlxgantt/lang','file','A'),(3916,2,2133,'/www/js/dhtmlxgantt/min.css','/www/js/dhtmlxgantt','file','A'),(3917,2,2133,'/www/js/dhtmlxgantt/min.js','/www/js/dhtmlxgantt','file','A'),(3918,2,2134,'/module/custom/config.php','/module/custom','file','M'),(3919,2,2134,'/module/custom/control.php','/module/custom','file','M'),(3920,2,2134,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3921,2,2134,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(3922,2,2134,'/module/custom/view/estimate.html.php','/module/custom/view','file','A'),(3923,2,2135,'/db/update15.0.sql','/db','file','D'),(3924,2,2135,'/db/update20.0.sql','/db','file','A'),(3925,2,2136,'/module/common/model.php','/module/common','file','M'),(3926,2,2137,'/module/bug/js/common.js','/module/bug/js','file','M'),(3927,2,2138,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(3928,2,2140,'/module/action/model.php','/module/action','file','M'),(3929,2,2141,'/module/bug/js/common.js','/module/bug/js','file','M'),(3930,2,2141,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(3931,2,2142,'/module/common/model.php','/module/common','file','M'),(3932,2,2143,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(3933,2,2143,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(3934,2,2143,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(3935,2,2143,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(3936,2,2144,'/module/testcase/model.php','/module/testcase','file','M'),(3937,2,2145,'/module/task/lang/de.php','/module/task/lang','file','M'),(3938,2,2145,'/module/task/lang/en.php','/module/task/lang','file','M'),(3939,2,2145,'/module/task/lang/fr.php','/module/task/lang','file','M'),(3940,2,2145,'/module/task/lang/vi.php','/module/task/lang','file','M'),(3941,2,2145,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(3942,2,2145,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(3943,2,2146,'/module/group/lang/resource.php','/module/group/lang','file','M'),(3944,2,2147,'/www/js/zui/min.js','/www/js/zui','file','M'),(3945,2,2148,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3946,2,2148,'/module/common/model.php','/module/common','file','M'),(3947,2,2148,'/module/company/control.php','/module/company','file','M'),(3948,2,2148,'/module/company/model.php','/module/company','file','M'),(3949,2,2148,'/module/company/view/browse.html.php','/module/company/view','file','M'),(3950,2,2148,'/module/dept/control.php','/module/dept','file','M'),(3951,2,2148,'/module/dept/model.php','/module/dept','file','M'),(3952,2,2148,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(3953,2,2148,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(3954,2,2148,'/module/user/model.php','/module/user','file','M'),(3955,2,2149,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(3956,2,2151,'/module/testreport/control.php','/module/testreport','file','M'),(3957,2,2153,'/db/update12.4.2.sql','/db','file','A'),(3958,2,2154,'/module/task/view/view.html.php','/module/task/view','file','M'),(3959,2,2155,'/module/story/model.php','/module/story','file','M'),(3960,2,2156,'/module/release/control.php','/module/release','file','M'),(3961,2,2157,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(3962,2,2157,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(3963,2,2158,'/module/bug/js/common.js','/module/bug/js','file','M'),(3964,2,2159,'/module/block/js/dashboard.js','/module/block/js','file','M'),(3965,2,2160,'/module/bug/model.php','/module/bug','file','M'),(3966,2,2160,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(3967,2,2160,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(3968,2,2160,'/module/my/view/bug.html.php','/module/my/view','file','M'),(3969,2,2160,'/module/my/view/story.html.php','/module/my/view','file','M'),(3970,2,2160,'/module/my/view/todo.html.php','/module/my/view','file','M'),(3971,2,2160,'/module/product/view/browse.html.php','/module/product/view','file','M'),(3972,2,2160,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(3973,2,2160,'/module/project/view/all.html.php','/module/project/view','file','M'),(3974,2,2160,'/module/project/view/story.html.php','/module/project/view','file','M'),(3975,2,2160,'/module/project/view/task.html.php','/module/project/view','file','M'),(3976,2,2160,'/module/release/view/view.html.php','/module/release/view','file','M'),(3977,2,2160,'/module/story/model.php','/module/story','file','M'),(3978,2,2160,'/module/task/model.php','/module/task','file','M'),(3979,2,2160,'/module/testcase/model.php','/module/testcase','file','M'),(3980,2,2160,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(3981,2,2160,'/module/testtask/model.php','/module/testtask','file','M'),(3982,2,2160,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(3983,2,2162,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(3984,2,2162,'/module/task/view/edit.html.php','/module/task/view','file','M'),(3985,2,2163,'/db/update12.4.1.sql','/db','file','D'),(3986,2,2164,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(3987,2,2165,'/module/task/control.php','/module/task','file','M'),(3988,2,2166,'/module/task/js/start.js','/module/task/js','file','M'),(3989,2,2166,'/module/task/lang/de.php','/module/task/lang','file','M'),(3990,2,2166,'/module/task/lang/en.php','/module/task/lang','file','M'),(3991,2,2166,'/module/task/lang/fr.php','/module/task/lang','file','M'),(3992,2,2166,'/module/task/lang/vi.php','/module/task/lang','file','M'),(3993,2,2166,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(3994,2,2166,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(3995,2,2166,'/module/task/model.php','/module/task','file','M'),(3996,2,2166,'/module/task/view/start.html.php','/module/task/view','file','M'),(3997,2,2167,'/module/story/model.php','/module/story','file','M'),(3998,2,2167,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(3999,2,2168,'/module/bug/control.php','/module/bug','file','M'),(4000,2,2168,'/module/project/view/bug.html.php','/module/project/view','file','M'),(4001,2,2169,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4002,2,2169,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4003,2,2170,'/module/user/model.php','/module/user','file','M'),(4004,2,2172,'/module/user/model.php','/module/user','file','M'),(4005,2,2172,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(4006,2,2172,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(4007,2,2173,'/module/user/model.php','/module/user','file','M'),(4008,2,2174,'/db/update12.4.1.sql','/db','file','A'),(4009,2,2175,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(4010,2,2178,'/module/task/lang/de.php','/module/task/lang','file','M'),(4011,2,2178,'/module/task/lang/en.php','/module/task/lang','file','M'),(4012,2,2178,'/module/task/lang/fr.php','/module/task/lang','file','M'),(4013,2,2178,'/module/task/lang/vi.php','/module/task/lang','file','M'),(4014,2,2178,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(4015,2,2178,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(4016,2,2179,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(4017,2,2180,'/module/story/model.php','/module/story','file','M'),(4018,2,2181,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(4019,2,2182,'/module/doc/model.php','/module/doc','file','M'),(4020,2,2182,'/module/project/control.php','/module/project','file','M'),(4021,2,2183,'/module/repo/model.php','/module/repo','file','M'),(4022,2,2184,'/module/testtask/lang/de.php','/module/testtask/lang','file','M'),(4023,2,2184,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(4024,2,2184,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(4025,2,2184,'/module/testtask/lang/vi.php','/module/testtask/lang','file','M'),(4026,2,2184,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(4027,2,2185,'/module/story/model.php','/module/story','file','M'),(4028,2,2186,'/db/standard/zentao12.4.1.sql','/db/standard','file','A'),(4029,2,2188,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4030,2,2190,'/VERSION','/','file','M'),(4031,2,2190,'/config/config.php','/config','file','M'),(4032,2,2190,'/doc/CHANGELOG','/doc','file','M'),(4033,2,2190,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(4034,2,2190,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(4035,2,2190,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(4036,2,2190,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(4037,2,2190,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(4038,2,2190,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(4039,2,2190,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(4040,2,2190,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(4041,2,2190,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(4042,2,2190,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(4043,2,2190,'/module/upgrade/model.php','/module/upgrade','file','M'),(4044,2,2191,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4045,2,2191,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4046,2,2193,'/module/task/model.php','/module/task','file','M'),(4047,2,2194,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4048,2,2194,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4049,2,2195,'/module/repo/control.php','/module/repo','file','M'),(4050,2,2197,'/module/action/model.php','/module/action','file','M'),(4051,2,2198,'/module/project/view/task.html.php','/module/project/view','file','M'),(4052,2,2198,'/module/repo/control.php','/module/repo','file','M'),(4053,2,2199,'/module/task/view/create.html.php','/module/task/view','file','M'),(4054,2,2201,'/module/repo/model.php','/module/repo','file','M'),(4055,2,2204,'/module/productplan/control.php','/module/productplan','file','M'),(4056,2,2205,'/module/story/lang/de.php','/module/story/lang','file','M'),(4057,2,2205,'/module/story/lang/en.php','/module/story/lang','file','M'),(4058,2,2205,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4059,2,2205,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(4060,2,2206,'/module/testtask/config.php','/module/testtask','file','M'),(4061,2,2207,'/module/task/model.php','/module/task','file','M'),(4062,2,2207,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4063,2,2208,'/module/story/model.php','/module/story','file','M'),(4064,2,2209,'/module/repo/control.php','/module/repo','file','M'),(4065,2,2209,'/module/repo/view/ajaxsidecommits.html.php','/module/repo/view','file','M'),(4066,2,2209,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(4067,2,2210,'/db/update12.4.sql','/db','file','A'),(4068,2,2212,'/module/task/control.php','/module/task','file','M'),(4069,2,2212,'/module/task/view/create.html.php','/module/task/view','file','M'),(4070,2,2212,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4071,2,2213,'/module/group/lang/resource.php','/module/group/lang','file','M'),(4072,2,2215,'/module/bug/js/common.js','/module/bug/js','file','M'),(4073,2,2215,'/module/product/control.php','/module/product','file','M'),(4074,2,2215,'/module/task/control.php','/module/task','file','M'),(4075,2,2215,'/module/task/view/create.html.php','/module/task/view','file','M'),(4076,2,2215,'/module/user/control.php','/module/user','file','M'),(4077,2,2215,'/module/user/model.php','/module/user','file','M'),(4078,2,2215,'/www/js/my.full.js','/www/js','file','M'),(4079,2,2216,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','M'),(4080,2,2216,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','M'),(4081,2,2217,'/module/story/view/view.html.php','/module/story/view','file','M'),(4082,2,2218,'/module/group/lang/resource.php','/module/group/lang','file','M'),(4083,2,2219,'/module/build/view/view.html.php','/module/build/view','file','M'),(4084,2,2219,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(4085,2,2219,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(4086,2,2219,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(4087,2,2219,'/module/release/view/view.html.php','/module/release/view','file','M'),(4088,2,2219,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(4089,2,2219,'/module/testtask/view/browseunits.html.php','/module/testtask/view','file','M'),(4090,2,2219,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(4091,2,2219,'/www/js/zui/min.js','/www/js/zui','file','M'),(4092,2,2219,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4093,2,2221,'/module/testsuite/control.php','/module/testsuite','file','M'),(4094,2,2222,'/module/task/js/edit.js','/module/task/js','file','M'),(4095,2,2222,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4096,2,2222,'/module/testtask/view/importunitresult.html.php','/module/testtask/view','file','M'),(4097,2,2223,'/module/custom/control.php','/module/custom','file','M'),(4098,2,2225,'/module/bug/control.php','/module/bug','file','M'),(4099,2,2226,'/module/product/model.php','/module/product','file','M'),(4100,2,2226,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(4101,2,2226,'/www/js/my.full.js','/www/js','file','M'),(4102,2,2226,'/www/js/zui/min.js','/www/js/zui','file','M'),(4103,2,2227,'/module/task/control.php','/module/task','file','M'),(4104,2,2229,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(4105,2,2229,'/module/caselib/view/createcase.html.php','/module/caselib/view','file','M'),(4106,2,2229,'/module/story/view/create.html.php','/module/story/view','file','M'),(4107,2,2229,'/module/task/view/create.html.php','/module/task/view','file','M'),(4108,2,2229,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(4109,2,2230,'/module/build/css/view.css','/module/build/css','file','M'),(4110,2,2232,'/module/build/model.php','/module/build','file','M'),(4111,2,2232,'/module/productplan/model.php','/module/productplan','file','M'),(4112,2,2232,'/module/release/model.php','/module/release','file','M'),(4113,2,2233,'/www/js/zui/min.js','/www/js/zui','file','M'),(4114,2,2234,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4115,2,2235,'/module/project/model.php','/module/project','file','M'),(4116,2,2237,'/module/bug/model.php','/module/bug','file','M'),(4117,2,2237,'/module/build/control.php','/module/build','file','M'),(4118,2,2237,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(4119,2,2237,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(4120,2,2237,'/module/product/model.php','/module/product','file','M'),(4121,2,2237,'/module/productplan/control.php','/module/productplan','file','M'),(4122,2,2237,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(4123,2,2237,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(4124,2,2237,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(4125,2,2237,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(4126,2,2237,'/module/project/control.php','/module/project','file','M'),(4127,2,2237,'/module/release/control.php','/module/release','file','M'),(4128,2,2237,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(4129,2,2237,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(4130,2,2237,'/module/story/model.php','/module/story','file','M'),(4131,2,2238,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(4132,2,2239,'/module/repo/view/ajaxsidecommits.html.php','/module/repo/view','file','M'),(4133,2,2239,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(4134,2,2240,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(4135,2,2240,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(4136,2,2240,'/www/theme/green/style.css','/www/theme/green','file','M'),(4137,2,2240,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(4138,2,2240,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(4139,2,2240,'/www/theme/red/style.css','/www/theme/red','file','M'),(4140,2,2240,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4141,2,2242,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(4142,2,2243,'/www/js/zui/min.js','/www/js/zui','file','M'),(4143,2,2243,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4144,2,2245,'/module/caselib/view/exporttemplet.html.php','/module/caselib/view','file','M'),(4145,2,2245,'/module/file/view/export.html.php','/module/file/view','file','M'),(4146,2,2245,'/module/release/view/export.html.php','/module/release/view','file','M'),(4147,2,2245,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(4148,2,2245,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(4149,2,2246,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(4150,2,2246,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(4151,2,2246,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(4152,2,2246,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(4153,2,2246,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(4154,2,2246,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(4155,2,2247,'/module/bug/model.php','/module/bug','file','M'),(4156,2,2248,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(4157,2,2249,'/module/user/model.php','/module/user','file','M'),(4158,2,2250,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','M'),(4159,2,2251,'/www/js/zui/min.js','/www/js/zui','file','M'),(4160,2,2251,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','M'),(4161,2,2251,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','M'),(4162,2,2251,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4163,2,2252,'/module/task/model.php','/module/task','file','M'),(4164,2,2253,'/module/action/lang/de.php','/module/action/lang','file','M'),(4165,2,2253,'/module/action/lang/en.php','/module/action/lang','file','M'),(4166,2,2253,'/module/action/lang/fr.php','/module/action/lang','file','M'),(4167,2,2253,'/module/action/lang/vi.php','/module/action/lang','file','M'),(4168,2,2253,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(4169,2,2253,'/module/bug/control.php','/module/bug','file','M'),(4170,2,2253,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(4171,2,2253,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(4172,2,2253,'/module/product/control.php','/module/product','file','M'),(4173,2,2253,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(4174,2,2253,'/module/project/control.php','/module/project','file','M'),(4175,2,2253,'/module/project/js/managemembers.js','/module/project/js','file','M'),(4176,2,2253,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(4177,2,2253,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(4178,2,2253,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(4179,2,2253,'/module/task/js/create.js','/module/task/js','file','M'),(4180,2,2253,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(4181,2,2253,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(4182,2,2253,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','M'),(4183,2,2254,'/module/action/model.php','/module/action','file','M'),(4184,2,2254,'/module/company/control.php','/module/company','file','M'),(4185,2,2254,'/module/company/css/dynamic.css','/module/company/css','file','M'),(4186,2,2254,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(4187,2,2254,'/module/my/control.php','/module/my','file','M'),(4188,2,2254,'/module/my/css/dynamic.css','/module/my/css','file','M'),(4189,2,2254,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(4190,2,2254,'/module/product/control.php','/module/product','file','M'),(4191,2,2254,'/module/product/css/dynamic.css','/module/product/css','file','M'),(4192,2,2254,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(4193,2,2254,'/module/project/control.php','/module/project','file','M'),(4194,2,2254,'/module/project/css/dynamic.css','/module/project/css','file','M'),(4195,2,2254,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(4196,2,2254,'/module/user/control.php','/module/user','file','M'),(4197,2,2254,'/module/user/css/dynamic.css','/module/user/css','file','M'),(4198,2,2254,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(4199,2,2255,'/module/bug/control.php','/module/bug','file','M'),(4200,2,2255,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(4201,2,2255,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(4202,2,2255,'/module/product/control.php','/module/product','file','M'),(4203,2,2255,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(4204,2,2255,'/module/project/control.php','/module/project','file','M'),(4205,2,2255,'/module/project/js/managemembers.js','/module/project/js','file','M'),(4206,2,2255,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(4207,2,2255,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(4208,2,2255,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(4209,2,2255,'/module/task/js/create.js','/module/task/js','file','M'),(4210,2,2255,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(4211,2,2255,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(4212,2,2255,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','M'),(4213,2,2257,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4214,2,2258,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(4215,2,2259,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4216,2,2260,'/module/common/model.php','/module/common','file','M'),(4217,2,2261,'/framework/router.class.php','/framework','file','M'),(4218,2,2262,'/framework/router.class.php','/framework','file','M'),(4219,2,2263,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4220,2,2264,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4221,2,2266,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4222,2,2268,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4223,2,2270,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(4224,2,2270,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4225,2,2271,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4226,2,2273,'/config/filter.php','/config','file','M'),(4227,2,2273,'/config/zentaopms.php','/config','file','M'),(4228,2,2273,'/doc/CHANGELOG','/doc','file','M'),(4229,2,2273,'/lib/front/front.class.php','/lib/front','file','M'),(4230,2,2273,'/module/action/lang/de.php','/module/action/lang','file','M'),(4231,2,2273,'/module/action/lang/en.php','/module/action/lang','file','M'),(4232,2,2273,'/module/action/lang/fr.php','/module/action/lang','file','M'),(4233,2,2273,'/module/action/lang/vi.php','/module/action/lang','file','M'),(4234,2,2273,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(4235,2,2273,'/module/action/model.php','/module/action','file','M'),(4236,2,2273,'/module/backup/lang/fr.php','/module/backup/lang','file','M'),(4237,2,2273,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(4238,2,2273,'/module/bug/css/create.css','/module/bug/css','file','M'),(4239,2,2273,'/module/bug/js/common.js','/module/bug/js','file','M'),(4240,2,2273,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(4241,2,2273,'/module/bug/model.php','/module/bug','file','M'),(4242,2,2273,'/module/build/lang/fr.php','/module/build/lang','file','M'),(4243,2,2273,'/module/build/model.php','/module/build','file','M'),(4244,2,2273,'/module/caselib/lang/fr.php','/module/caselib/lang','file','M'),(4245,2,2273,'/module/ci/lang/fr.php','/module/ci/lang','file','M'),(4246,2,2273,'/module/common/lang/fr.php','/module/common/lang','file','M'),(4247,2,2273,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(4248,2,2273,'/module/compile/lang/fr.php','/module/compile/lang','file','M'),(4249,2,2273,'/module/convert/lang/fr.php','/module/convert/lang','file','M'),(4250,2,2273,'/module/cron/lang/fr.php','/module/cron/lang','file','M'),(4251,2,2273,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(4252,2,2273,'/module/datatable/lang/fr.php','/module/datatable/lang','file','M'),(4253,2,2273,'/module/dept/lang/fr.php','/module/dept/lang','file','M'),(4254,2,2273,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(4255,2,2273,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(4256,2,2273,'/module/entry/lang/fr.php','/module/entry/lang','file','M'),(4257,2,2273,'/module/extension/lang/fr.php','/module/extension/lang','file','M'),(4258,2,2273,'/module/file/lang/fr.php','/module/file/lang','file','M'),(4259,2,2273,'/module/install/lang/fr.php','/module/install/lang','file','M'),(4260,2,2273,'/module/jenkins/lang/fr.php','/module/jenkins/lang','file','M'),(4261,2,2273,'/module/job/lang/fr.php','/module/job/lang','file','M'),(4262,2,2273,'/module/mail/lang/fr.php','/module/mail/lang','file','M'),(4263,2,2273,'/module/message/lang/fr.php','/module/message/lang','file','M'),(4264,2,2273,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(4265,2,2273,'/module/my/control.php','/module/my','file','M'),(4266,2,2273,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(4267,2,2273,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(4268,2,2273,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(4269,2,2273,'/module/product/control.php','/module/product','file','M'),(4270,2,2273,'/module/product/lang/fr.php','/module/product/lang','file','M'),(4271,2,2273,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(4272,2,2273,'/module/project/lang/fr.php','/module/project/lang','file','M'),(4273,2,2273,'/module/release/lang/fr.php','/module/release/lang','file','M'),(4274,2,2273,'/module/release/model.php','/module/release','file','M'),(4275,2,2273,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(4276,2,2273,'/module/report/lang/fr.php','/module/report/lang','file','M'),(4277,2,2273,'/module/search/model.php','/module/search','file','M'),(4278,2,2273,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(4279,2,2273,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4280,2,2273,'/module/story/view/header.html.php','/module/story/view','file','M'),(4281,2,2273,'/module/story/view/review.html.php','/module/story/view','file','M'),(4282,2,2273,'/module/task/lang/fr.php','/module/task/lang','file','M'),(4283,2,2273,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4284,2,2273,'/module/testcase/lang/fr.php','/module/testcase/lang','file','M'),(4285,2,2273,'/module/testreport/lang/fr.php','/module/testreport/lang','file','M'),(4286,2,2273,'/module/testtask/css/create.css','/module/testtask/css','file','M'),(4287,2,2273,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(4288,2,2273,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(4289,2,2273,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(4290,2,2273,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(4291,2,2273,'/module/tree/lang/fr.php','/module/tree/lang','file','M'),(4292,2,2273,'/module/user/control.php','/module/user','file','M'),(4293,2,2273,'/module/user/lang/fr.php','/module/user/lang','file','M'),(4294,2,2273,'/module/user/model.php','/module/user','file','M'),(4295,2,2273,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(4296,2,2273,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(4297,2,2273,'/www/js/my.full.js','/www/js','file','M'),(4298,2,2273,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','A'),(4299,2,2273,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','A'),(4300,2,2273,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4301,2,2274,'/module/common/model.php','/module/common','file','M'),(4302,2,2274,'/module/program/control.php','/module/program','file','M'),(4303,2,2274,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(4304,2,2274,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(4305,2,2274,'/module/program/view/finish.html.php','/module/program/view','file','D'),(4306,2,2275,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4307,2,2275,'/module/common/model.php','/module/common','file','M'),(4308,2,2277,'/module/task/control.php','/module/task','file','M'),(4309,2,2277,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4310,2,2277,'/module/task/view/edit.html.php','/module/task/view','file','M'),(4311,2,2278,'/config/filter.php','/config','file','M'),(4312,2,2278,'/config/zentaopms.php','/config','file','M'),(4313,2,2278,'/lib/front/front.class.php','/lib/front','file','M'),(4314,2,2278,'/module/bug/css/create.css','/module/bug/css','file','M'),(4315,2,2278,'/module/bug/js/common.js','/module/bug/js','file','M'),(4316,2,2278,'/module/build/model.php','/module/build','file','M'),(4317,2,2278,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(4318,2,2278,'/module/my/control.php','/module/my','file','M'),(4319,2,2278,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(4320,2,2278,'/module/product/control.php','/module/product','file','M'),(4321,2,2278,'/module/release/model.php','/module/release','file','M'),(4322,2,2278,'/module/search/model.php','/module/search','file','M'),(4323,2,2278,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(4324,2,2278,'/module/story/view/header.html.php','/module/story/view','file','M'),(4325,2,2278,'/module/story/view/review.html.php','/module/story/view','file','M'),(4326,2,2278,'/module/testtask/css/create.css','/module/testtask/css','file','M'),(4327,2,2278,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(4328,2,2278,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(4329,2,2278,'/module/user/control.php','/module/user','file','M'),(4330,2,2278,'/module/user/model.php','/module/user','file','M'),(4331,2,2278,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(4332,2,2278,'/www/js/my.full.js','/www/js','file','M'),(4333,2,2278,'/www/js/zui/picker/zui.picker.min.css','/www/js/zui/picker','file','A'),(4334,2,2278,'/www/js/zui/picker/zui.picker.min.js','/www/js/zui/picker','file','A'),(4335,2,2280,'/module/action/model.php','/module/action','file','M'),(4336,2,2282,'/module/bug/model.php','/module/bug','file','M'),(4337,2,2283,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(4338,2,2284,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(4339,2,2285,'/module/my/js/program.js','/module/my/js','file','M'),(4340,2,2286,'/module/release/model.php','/module/release','file','M'),(4341,2,2287,'/module/my/js/program.js','/module/my/js','file','A'),(4342,2,2287,'/module/my/view/program.html.php','/module/my/view','file','M'),(4343,2,2287,'/module/program/control.php','/module/program','file','M'),(4344,2,2287,'/module/program/model.php','/module/program','file','M'),(4345,2,2287,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','M'),(4346,2,2288,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4347,2,2288,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(4348,2,2288,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(4349,2,2288,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(4350,2,2288,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(4351,2,2289,'/module/install/view/index.html.php','/module/install/view','file','M'),(4352,2,2289,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(4353,2,2289,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(4354,2,2290,'/db/zentao.sql','/db','file','M'),(4355,2,2291,'/VERSION','/','file','M'),(4356,2,2291,'/config/config.php','/config','file','M'),(4357,2,2292,'/module/action/lang/fr.php','/module/action/lang','file','M'),(4358,2,2292,'/module/backup/lang/fr.php','/module/backup/lang','file','M'),(4359,2,2292,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(4360,2,2292,'/module/build/lang/fr.php','/module/build/lang','file','M'),(4361,2,2292,'/module/caselib/lang/fr.php','/module/caselib/lang','file','M'),(4362,2,2292,'/module/ci/lang/fr.php','/module/ci/lang','file','M'),(4363,2,2292,'/module/common/lang/fr.php','/module/common/lang','file','M'),(4364,2,2292,'/module/compile/lang/fr.php','/module/compile/lang','file','M'),(4365,2,2292,'/module/convert/lang/fr.php','/module/convert/lang','file','M'),(4366,2,2292,'/module/cron/lang/fr.php','/module/cron/lang','file','M'),(4367,2,2292,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(4368,2,2292,'/module/datatable/lang/fr.php','/module/datatable/lang','file','M'),(4369,2,2292,'/module/dept/lang/fr.php','/module/dept/lang','file','M'),(4370,2,2292,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(4371,2,2292,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(4372,2,2292,'/module/entry/lang/fr.php','/module/entry/lang','file','M'),(4373,2,2292,'/module/extension/lang/fr.php','/module/extension/lang','file','M'),(4374,2,2292,'/module/file/lang/fr.php','/module/file/lang','file','M'),(4375,2,2292,'/module/install/lang/fr.php','/module/install/lang','file','M'),(4376,2,2292,'/module/jenkins/lang/fr.php','/module/jenkins/lang','file','M'),(4377,2,2292,'/module/job/lang/fr.php','/module/job/lang','file','M'),(4378,2,2292,'/module/mail/lang/fr.php','/module/mail/lang','file','M'),(4379,2,2292,'/module/message/lang/fr.php','/module/message/lang','file','M'),(4380,2,2292,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(4381,2,2292,'/module/product/lang/fr.php','/module/product/lang','file','M'),(4382,2,2292,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(4383,2,2292,'/module/project/lang/fr.php','/module/project/lang','file','M'),(4384,2,2292,'/module/release/lang/fr.php','/module/release/lang','file','M'),(4385,2,2292,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(4386,2,2292,'/module/report/lang/fr.php','/module/report/lang','file','M'),(4387,2,2292,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4388,2,2292,'/module/task/lang/fr.php','/module/task/lang','file','M'),(4389,2,2292,'/module/testcase/lang/fr.php','/module/testcase/lang','file','M'),(4390,2,2292,'/module/testreport/lang/fr.php','/module/testreport/lang','file','M'),(4391,2,2292,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(4392,2,2292,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(4393,2,2292,'/module/tree/lang/fr.php','/module/tree/lang','file','M'),(4394,2,2292,'/module/user/lang/fr.php','/module/user/lang','file','M'),(4395,2,2292,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(4396,2,2293,'/module/user/model.php','/module/user','file','M'),(4397,2,2294,'/module/program/control.php','/module/program','file','M'),(4398,2,2296,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(4399,2,2297,'/doc/CHANGELOG','/doc','file','M'),(4400,2,2299,'/module/program/control.php','/module/program','file','M'),(4401,2,2301,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4402,2,2302,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4403,2,2303,'/module/doc/control.php','/module/doc','file','M'),(4404,2,2303,'/module/doc/model.php','/module/doc','file','M'),(4405,2,2304,'/module/my/control.php','/module/my','file','M'),(4406,2,2304,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(4407,2,2306,'/module/my/control.php','/module/my','file','M'),(4408,2,2307,'/module/program/control.php','/module/program','file','M'),(4409,2,2307,'/module/program/js/index.js','/module/program/js','file','M'),(4410,2,2307,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(4411,2,2308,'/module/custom/config.php','/module/custom','file','M'),(4412,2,2310,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(4413,2,2311,'/module/search/model.php','/module/search','file','M'),(4414,2,2312,'/module/search/lang/de.php','/module/search/lang','file','M'),(4415,2,2312,'/module/search/lang/en.php','/module/search/lang','file','M'),(4416,2,2312,'/module/search/lang/fr.php','/module/search/lang','file','M'),(4417,2,2312,'/module/search/lang/vi.php','/module/search/lang','file','M'),(4418,2,2312,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(4419,2,2312,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(4420,2,2313,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(4421,2,2314,'/module/build/view/view.html.php','/module/build/view','file','M'),(4422,2,2315,'/www/js/zui/min.js','/www/js/zui','file','M'),(4423,2,2316,'/www/js/zui/min.js','/www/js/zui','file','M'),(4424,2,2317,'/module/testtask/control.php','/module/testtask','file','M'),(4425,2,2318,'/module/my/view/task.html.php','/module/my/view','file','M'),(4426,2,2320,'/module/action/model.php','/module/action','file','M'),(4427,2,2321,'/module/story/model.php','/module/story','file','M'),(4428,2,2322,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(4429,2,2323,'/module/product/model.php','/module/product','file','M'),(4430,2,2324,'/www/js/zui/min.js','/www/js/zui','file','M'),(4431,2,2325,'/www/js/zui/min.js','/www/js/zui','file','M'),(4432,2,2326,'/www/js/zui/min.js','/www/js/zui','file','M'),(4433,2,2327,'/www/js/zui/min.js','/www/js/zui','file','M'),(4434,2,2328,'/www/js/zui/min.js','/www/js/zui','file','M'),(4435,2,2329,'/www/js/zui/min.js','/www/js/zui','file','M'),(4436,2,2330,'/db/standard/xuanxuan12.3.4.sql','/db/standard','file','D'),(4437,2,2330,'/db/standard/xuanxuan12.4.sql','/db/standard','file','A'),(4438,2,2330,'/db/standard/zentao12.3.4.sql','/db/standard','file','D'),(4439,2,2330,'/db/standard/zentao12.4.sql','/db/standard','file','A'),(4440,2,2331,'/VERSION','/','file','M'),(4441,2,2331,'/config/config.php','/config','file','M'),(4442,2,2331,'/doc/CHANGELOG','/doc','file','M'),(4443,2,2331,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(4444,2,2331,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(4445,2,2331,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(4446,2,2331,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(4447,2,2331,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(4448,2,2331,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(4449,2,2333,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(4450,2,2333,'/module/dev/config.php','/module/dev','file','M'),(4451,2,2333,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(4452,2,2333,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(4453,2,2333,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(4454,2,2333,'/module/dev/lang/vi.php','/module/dev/lang','file','M'),(4455,2,2333,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(4456,2,2333,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(4457,2,2333,'/module/dev/model.php','/module/dev','file','M'),(4458,2,2333,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(4459,2,2333,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(4460,2,2333,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(4461,2,2333,'/module/story/lang/de.php','/module/story/lang','file','M'),(4462,2,2333,'/module/story/lang/en.php','/module/story/lang','file','M'),(4463,2,2333,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4464,2,2333,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4465,2,2333,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(4466,2,2333,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(4467,2,2333,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(4468,2,2333,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(4469,2,2334,'/module/bug/control.php','/module/bug','file','M'),(4470,2,2335,'/module/bug/control.php','/module/bug','file','M'),(4471,2,2335,'/module/product/control.php','/module/product','file','M'),(4472,2,2335,'/module/project/control.php','/module/project','file','M'),(4473,2,2336,'/module/bug/control.php','/module/bug','file','M'),(4474,2,2336,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(4475,2,2336,'/module/product/control.php','/module/product','file','M'),(4476,2,2336,'/module/product/model.php','/module/product','file','M'),(4477,2,2336,'/module/product/view/browse.html.php','/module/product/view','file','M'),(4478,2,2336,'/module/project/control.php','/module/project','file','M'),(4479,2,2336,'/module/project/view/task.html.php','/module/project/view','file','M'),(4480,2,2337,'/module/bug/js/create.js','/module/bug/js','file','M'),(4481,2,2337,'/module/upgrade/model.php','/module/upgrade','file','M'),(4482,2,2338,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4483,2,2340,'/module/testtask/control.php','/module/testtask','file','M'),(4484,2,2340,'/module/testtask/model.php','/module/testtask','file','M'),(4485,2,2342,'/module/testreport/control.php','/module/testreport','file','M'),(4486,2,2342,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(4487,2,2344,'/module/release/model.php','/module/release','file','M'),(4488,2,2345,'/module/story/control.php','/module/story','file','M'),(4489,2,2345,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4490,2,2345,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(4491,2,2347,'/module/bug/control.php','/module/bug','file','M'),(4492,2,2347,'/module/bug/js/create.js','/module/bug/js','file','M'),(4493,2,2348,'/VERSION','/','file','M'),(4494,2,2348,'/config/config.php','/config','file','M'),(4495,2,2348,'/db/standard/xuanxuan12.3.4.sql','/db/standard','file','A'),(4496,2,2348,'/db/standard/zentao12.3.4.sql','/db/standard','file','A'),(4497,2,2348,'/db/update12.3.3.sql','/db','file','M'),(4498,2,2348,'/db/zentao.sql','/db','file','M'),(4499,2,2348,'/doc/CHANGELOG','/doc','file','M'),(4500,2,2348,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(4501,2,2348,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(4502,2,2348,'/module/dev/lang/vi.php','/module/dev/lang','file','M'),(4503,2,2348,'/module/file/lang/de.php','/module/file/lang','file','M'),(4504,2,2348,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(4505,2,2348,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(4506,2,2348,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(4507,2,2348,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(4508,2,2348,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(4509,2,2348,'/module/story/lang/de.php','/module/story/lang','file','M'),(4510,2,2348,'/module/story/lang/en.php','/module/story/lang','file','M'),(4511,2,2348,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4512,2,2348,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4513,2,2348,'/module/task/lang/de.php','/module/task/lang','file','M'),(4514,2,2348,'/module/task/lang/fr.php','/module/task/lang','file','M'),(4515,2,2348,'/module/task/lang/vi.php','/module/task/lang','file','M'),(4516,2,2348,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(4517,2,2348,'/module/upgrade/model.php','/module/upgrade','file','M'),(4518,2,2350,'/module/task/control.php','/module/task','file','M'),(4519,2,2350,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(4520,2,2350,'/module/testreport/js/common.js','/module/testreport/js','file','M'),(4521,2,2350,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(4522,2,2350,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(4523,2,2351,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(4524,2,2352,'/module/install/lang/en.php','/module/install/lang','file','M'),(4525,2,2352,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(4526,2,2354,'/module/story/control.php','/module/story','file','M'),(4527,2,2354,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4528,2,2354,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(4529,2,2355,'/module/file/lang/de.php','/module/file/lang','file','M'),(4530,2,2355,'/module/file/lang/fr.php','/module/file/lang','file','M'),(4531,2,2355,'/module/file/lang/vi.php','/module/file/lang','file','M'),(4532,2,2355,'/module/project/lang/de.php','/module/project/lang','file','M'),(4533,2,2355,'/module/project/lang/en.php','/module/project/lang','file','M'),(4534,2,2355,'/module/project/lang/fr.php','/module/project/lang','file','M'),(4535,2,2355,'/module/story/lang/de.php','/module/story/lang','file','M'),(4536,2,2355,'/module/story/lang/en.php','/module/story/lang','file','M'),(4537,2,2355,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4538,2,2355,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4539,2,2356,'/module/task/control.php','/module/task','file','M'),(4540,2,2357,'/module/file/lang/en.php','/module/file/lang','file','M'),(4541,2,2357,'/module/project/lang/en.php','/module/project/lang','file','M'),(4542,2,2357,'/module/story/lang/en.php','/module/story/lang','file','M'),(4543,2,2358,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(4544,2,2358,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(4545,2,2358,'/module/project/css/common.css','/module/project/css','file','M'),(4546,2,2360,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(4547,2,2361,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4548,2,2362,'/module/common/lang/de.php','/module/common/lang','file','M'),(4549,2,2362,'/module/common/lang/en.php','/module/common/lang','file','M'),(4550,2,2362,'/module/common/lang/fr.php','/module/common/lang','file','M'),(4551,2,2362,'/module/common/lang/vi.php','/module/common/lang','file','M'),(4552,2,2362,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4553,2,2362,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(4554,2,2362,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(4555,2,2364,'/module/testreport/model.php','/module/testreport','file','M'),(4556,2,2365,'/module/task/control.php','/module/task','file','M'),(4557,2,2368,'/module/testtask/control.php','/module/testtask','file','M'),(4558,2,2369,'/xuanxuan/module/misc/ext/model/xuanxuan.php','/xuanxuan/module/misc/ext/model','file','M'),(4559,2,2370,'/module/common/model.php','/module/common','file','M'),(4560,2,2371,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(4561,2,2372,'/module/bug/model.php','/module/bug','file','M'),(4562,2,2374,'/module/bug/control.php','/module/bug','file','M'),(4563,2,2374,'/module/bug/js/create.js','/module/bug/js','file','M'),(4564,2,2376,'/module/upgrade/model.php','/module/upgrade','file','M'),(4565,2,2377,'/module/upgrade/model.php','/module/upgrade','file','M'),(4566,2,2379,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(4567,2,2381,'/module/tree/model.php','/module/tree','file','M'),(4568,2,2382,'/config/filter.php','/config','file','M'),(4569,2,2382,'/module/bug/control.php','/module/bug','file','M'),(4570,2,2382,'/module/product/control.php','/module/product','file','M'),(4571,2,2382,'/module/product/model.php','/module/product','file','M'),(4572,2,2382,'/module/tree/model.php','/module/tree','file','M'),(4573,2,2384,'/module/testreport/control.php','/module/testreport','file','M'),(4574,2,2384,'/module/testreport/js/common.js','/module/testreport/js','file','M'),(4575,2,2384,'/module/testreport/model.php','/module/testreport','file','M'),(4576,2,2384,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(4577,2,2384,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(4578,2,2385,'/module/story/control.php','/module/story','file','M'),(4579,2,2385,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4580,2,2385,'/module/story/model.php','/module/story','file','M'),(4581,2,2385,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(4582,2,2386,'/module/story/view/edit.html.php','/module/story/view','file','M'),(4583,2,2386,'/module/story/view/header.html.php','/module/story/view','file','M'),(4584,2,2387,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(4585,2,2388,'/module/project/model.php','/module/project','file','M'),(4586,2,2389,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(4587,2,2390,'/module/project/control.php','/module/project','file','M'),(4588,2,2390,'/module/task/control.php','/module/task','file','M'),(4589,2,2391,'/module/release/model.php','/module/release','file','M'),(4590,2,2393,'/module/block/model.php','/module/block','file','M'),(4591,2,2393,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(4592,2,2393,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(4593,2,2393,'/module/testcase/model.php','/module/testcase','file','M'),(4594,2,2393,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(4595,2,2394,'/framework/router.class.php','/framework','file','M'),(4596,2,2395,'/module/dev/config.php','/module/dev','file','M'),(4597,2,2395,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(4598,2,2395,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(4599,2,2395,'/module/dev/model.php','/module/dev','file','M'),(4600,2,2395,'/xuanxuan/module/dev/ext/config/xuanxuan.php','/xuanxuan/module/dev/ext/config','file','M'),(4601,2,2395,'/xuanxuan/module/dev/ext/lang/en/xuanxuan.php','/xuanxuan/module/dev/ext/lang/en','file','M'),(4602,2,2395,'/xuanxuan/module/dev/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/dev/ext/lang/zh-cn','file','M'),(4603,2,2396,'/lib/scm/gitrepo.class.php','/lib/scm','file','M'),(4604,2,2396,'/lib/scm/scm.class.php','/lib/scm','file','M'),(4605,2,2396,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(4606,2,2396,'/module/repo/control.php','/module/repo','file','M'),(4607,2,2397,'/module/common/model.php','/module/common','file','M'),(4608,2,2397,'/module/company/view/browse.html.php','/module/company/view','file','M'),(4609,2,2397,'/module/project/model.php','/module/project','file','M'),(4610,2,2397,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(4611,2,2397,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(4612,2,2397,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(4613,2,2397,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(4614,2,2397,'/module/report/view/workload.html.php','/module/report/view','file','M'),(4615,2,2397,'/module/upgrade/model.php','/module/upgrade','file','M'),(4616,2,2397,'/module/user/model.php','/module/user','file','M'),(4617,2,2398,'/module/compile/model.php','/module/compile','file','M'),(4618,2,2398,'/module/job/model.php','/module/job','file','M'),(4619,2,2399,'/module/ci/model.php','/module/ci','file','M'),(4620,2,2399,'/module/common/model.php','/module/common','file','M'),(4621,2,2399,'/module/compile/model.php','/module/compile','file','M'),(4622,2,2399,'/module/jenkins/model.php','/module/jenkins','file','M'),(4623,2,2399,'/module/job/model.php','/module/job','file','M'),(4624,2,2400,'/module/my/model.php','/module/my','file','M'),(4625,2,2401,'/module/bug/control.php','/module/bug','file','M'),(4626,2,2401,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(4627,2,2402,'/module/testtask/model.php','/module/testtask','file','M'),(4628,2,2403,'/module/tree/model.php','/module/tree','file','M'),(4629,2,2405,'/module/testcase/model.php','/module/testcase','file','M'),(4630,2,2406,'/www/js/zui/min.js','/www/js/zui','file','M'),(4631,2,2407,'/module/product/model.php','/module/product','file','M'),(4632,2,2408,'/www/js/zui/min.js','/www/js/zui','file','M'),(4633,2,2409,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(4634,2,2410,'/db/standard/zentao12.3.3.sql','/db/standard','file','M'),(4635,2,2410,'/db/update12.3.2.sql','/db','file','M'),(4636,2,2410,'/db/zentao.sql','/db','file','M'),(4637,2,2412,'/db/update15.0.sql','/db','file','M'),(4638,2,2415,'/module/testreport/model.php','/module/testreport','file','M'),(4639,2,2416,'/module/story/model.php','/module/story','file','M'),(4640,2,2417,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(4641,2,2417,'/www/js/zui/min.js','/www/js/zui','file','M'),(4642,2,2418,'/module/project/view/task.html.php','/module/project/view','file','M'),(4643,2,2419,'/module/project/lang/de.php','/module/project/lang','file','M'),(4644,2,2419,'/module/project/lang/en.php','/module/project/lang','file','M'),(4645,2,2419,'/module/project/lang/fr.php','/module/project/lang','file','M'),(4646,2,2419,'/module/project/lang/vi.php','/module/project/lang','file','M'),(4647,2,2419,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(4648,2,2419,'/module/project/view/task.html.php','/module/project/view','file','M'),(4649,2,2421,'/module/upgrade/model.php','/module/upgrade','file','M'),(4650,2,2422,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(4651,2,2423,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4652,2,2424,'/module/story/lang/de.php','/module/story/lang','file','M'),(4653,2,2424,'/module/story/lang/en.php','/module/story/lang','file','M'),(4654,2,2424,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4655,2,2424,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4656,2,2424,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4657,2,2424,'/module/story/view/edit.html.php','/module/story/view','file','M'),(4658,2,2426,'/db/standard/xuanxuan.10.2.sql','/db/standard','file','D'),(4659,2,2426,'/db/standard/xuanxuan.10.3.1.sql','/db/standard','file','D'),(4660,2,2426,'/db/standard/xuanxuan.10.3.sql','/db/standard','file','D'),(4661,2,2426,'/db/standard/xuanxuan.10.4.sql','/db/standard','file','D'),(4662,2,2426,'/db/standard/xuanxuan.10.5.1.sql','/db/standard','file','D'),(4663,2,2426,'/db/standard/xuanxuan.10.5.sql','/db/standard','file','D'),(4664,2,2426,'/db/standard/xuanxuan.10.6.sql','/db/standard','file','D'),(4665,2,2426,'/db/standard/xuanxuan.11.0.sql','/db/standard','file','D'),(4666,2,2426,'/db/standard/xuanxuan.11.1.sql','/db/standard','file','D'),(4667,2,2426,'/db/standard/xuanxuan.11.2.sql','/db/standard','file','D'),(4668,2,2426,'/db/standard/xuanxuan.11.3.sql','/db/standard','file','D'),(4669,2,2426,'/db/standard/xuanxuan.11.4.1.sql','/db/standard','file','D'),(4670,2,2426,'/db/standard/xuanxuan.11.4.sql','/db/standard','file','D'),(4671,2,2426,'/db/standard/xuanxuan.11.5.1.sql','/db/standard','file','D'),(4672,2,2426,'/db/standard/xuanxuan.11.5.2.sql','/db/standard','file','D'),(4673,2,2426,'/db/standard/xuanxuan.11.5.sql','/db/standard','file','D'),(4674,2,2426,'/db/standard/xuanxuan.11.6.1.sql','/db/standard','file','D'),(4675,2,2426,'/db/standard/xuanxuan.11.6.2.sql','/db/standard','file','D'),(4676,2,2426,'/db/standard/xuanxuan.11.6.3.sql','/db/standard','file','D'),(4677,2,2426,'/db/standard/xuanxuan.11.6.4.sql','/db/standard','file','D'),(4678,2,2426,'/db/standard/xuanxuan.11.6.5.sql','/db/standard','file','D'),(4679,2,2426,'/db/standard/xuanxuan.11.6.sql','/db/standard','file','D'),(4680,2,2426,'/db/standard/xuanxuan.11.7.sql','/db/standard','file','D'),(4681,2,2426,'/db/standard/xuanxuan.12.0.1.sql','/db/standard','file','D'),(4682,2,2426,'/db/standard/xuanxuan.12.0.sql','/db/standard','file','D'),(4683,2,2426,'/db/standard/xuanxuan.12.1.sql','/db/standard','file','D'),(4684,2,2426,'/db/standard/xuanxuan.12.2.sql','/db/standard','file','D'),(4685,2,2426,'/db/standard/xuanxuan.12.3.1.sql','/db/standard','file','D'),(4686,2,2426,'/db/standard/xuanxuan.12.3.2.sql','/db/standard','file','D'),(4687,2,2426,'/db/standard/xuanxuan.12.3.3.sql','/db/standard','file','D'),(4688,2,2426,'/db/standard/xuanxuan.12.3.sql','/db/standard','file','D'),(4689,2,2426,'/db/standard/xuanxuan10.2.sql','/db/standard','file','A'),(4690,2,2426,'/db/standard/xuanxuan10.3.1.sql','/db/standard','file','A'),(4691,2,2426,'/db/standard/xuanxuan10.3.sql','/db/standard','file','A'),(4692,2,2426,'/db/standard/xuanxuan10.4.sql','/db/standard','file','A'),(4693,2,2426,'/db/standard/xuanxuan10.5.1.sql','/db/standard','file','A'),(4694,2,2426,'/db/standard/xuanxuan10.5.sql','/db/standard','file','A'),(4695,2,2426,'/db/standard/xuanxuan10.6.sql','/db/standard','file','A'),(4696,2,2426,'/db/standard/xuanxuan11.0.sql','/db/standard','file','A'),(4697,2,2426,'/db/standard/xuanxuan11.1.sql','/db/standard','file','A'),(4698,2,2426,'/db/standard/xuanxuan11.2.sql','/db/standard','file','A'),(4699,2,2426,'/db/standard/xuanxuan11.3.sql','/db/standard','file','A'),(4700,2,2426,'/db/standard/xuanxuan11.4.1.sql','/db/standard','file','A'),(4701,2,2426,'/db/standard/xuanxuan11.4.sql','/db/standard','file','A'),(4702,2,2426,'/db/standard/xuanxuan11.5.1.sql','/db/standard','file','A'),(4703,2,2426,'/db/standard/xuanxuan11.5.2.sql','/db/standard','file','A'),(4704,2,2426,'/db/standard/xuanxuan11.5.sql','/db/standard','file','A'),(4705,2,2426,'/db/standard/xuanxuan11.6.1.sql','/db/standard','file','A'),(4706,2,2426,'/db/standard/xuanxuan11.6.2.sql','/db/standard','file','A'),(4707,2,2426,'/db/standard/xuanxuan11.6.3.sql','/db/standard','file','A'),(4708,2,2426,'/db/standard/xuanxuan11.6.4.sql','/db/standard','file','A'),(4709,2,2426,'/db/standard/xuanxuan11.6.5.sql','/db/standard','file','A'),(4710,2,2426,'/db/standard/xuanxuan11.6.sql','/db/standard','file','A'),(4711,2,2426,'/db/standard/xuanxuan11.7.sql','/db/standard','file','A'),(4712,2,2426,'/db/standard/xuanxuan12.0.1.sql','/db/standard','file','A'),(4713,2,2426,'/db/standard/xuanxuan12.0.sql','/db/standard','file','A'),(4714,2,2426,'/db/standard/xuanxuan12.1.sql','/db/standard','file','A'),(4715,2,2426,'/db/standard/xuanxuan12.2.sql','/db/standard','file','A'),(4716,2,2426,'/db/standard/xuanxuan12.3.1.sql','/db/standard','file','A'),(4717,2,2426,'/db/standard/xuanxuan12.3.2.sql','/db/standard','file','A'),(4718,2,2426,'/db/standard/xuanxuan12.3.3.sql','/db/standard','file','A'),(4719,2,2426,'/db/standard/xuanxuan12.3.sql','/db/standard','file','A'),(4720,2,2426,'/module/upgrade/model.php','/module/upgrade','file','M'),(4721,2,2428,'/config/filter.php','/config','file','M'),(4722,2,2428,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(4723,2,2428,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(4724,2,2428,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(4725,2,2428,'/module/bug/control.php','/module/bug','file','M'),(4726,2,2428,'/module/bug/model.php','/module/bug','file','M'),(4727,2,2428,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(4728,2,2428,'/module/product/control.php','/module/product','file','M'),(4729,2,2428,'/module/product/model.php','/module/product','file','M'),(4730,2,2428,'/module/product/view/browse.html.php','/module/product/view','file','M'),(4731,2,2428,'/module/testreport/model.php','/module/testreport','file','M'),(4732,2,2428,'/module/tree/model.php','/module/tree','file','M'),(4733,2,2430,'/db/standard/xuanxuan.10.2.sql','/db/standard','file','A'),(4734,2,2430,'/db/standard/xuanxuan.10.3.1.sql','/db/standard','file','A'),(4735,2,2430,'/db/standard/xuanxuan.10.3.sql','/db/standard','file','A'),(4736,2,2430,'/db/standard/xuanxuan.10.4.sql','/db/standard','file','A'),(4737,2,2430,'/db/standard/xuanxuan.10.5.1.sql','/db/standard','file','A'),(4738,2,2430,'/db/standard/xuanxuan.10.5.sql','/db/standard','file','A'),(4739,2,2430,'/db/standard/xuanxuan.10.6.sql','/db/standard','file','A'),(4740,2,2430,'/db/standard/xuanxuan.11.0.sql','/db/standard','file','A'),(4741,2,2430,'/db/standard/xuanxuan.11.1.sql','/db/standard','file','A'),(4742,2,2430,'/db/standard/xuanxuan.11.2.sql','/db/standard','file','A'),(4743,2,2430,'/db/standard/xuanxuan.11.3.sql','/db/standard','file','A'),(4744,2,2430,'/db/standard/xuanxuan.11.4.1.sql','/db/standard','file','A'),(4745,2,2430,'/db/standard/xuanxuan.11.4.sql','/db/standard','file','A'),(4746,2,2430,'/db/standard/xuanxuan.11.5.1.sql','/db/standard','file','A'),(4747,2,2430,'/db/standard/xuanxuan.11.5.2.sql','/db/standard','file','A'),(4748,2,2430,'/db/standard/xuanxuan.11.5.sql','/db/standard','file','A'),(4749,2,2430,'/db/standard/xuanxuan.11.6.1.sql','/db/standard','file','A'),(4750,2,2430,'/db/standard/xuanxuan.11.6.2.sql','/db/standard','file','A'),(4751,2,2430,'/db/standard/xuanxuan.11.6.3.sql','/db/standard','file','A'),(4752,2,2430,'/db/standard/xuanxuan.11.6.4.sql','/db/standard','file','A'),(4753,2,2430,'/db/standard/xuanxuan.11.6.5.sql','/db/standard','file','A'),(4754,2,2430,'/db/standard/xuanxuan.11.6.sql','/db/standard','file','A'),(4755,2,2430,'/db/standard/xuanxuan.11.7.sql','/db/standard','file','A'),(4756,2,2430,'/db/standard/xuanxuan.12.0.1.sql','/db/standard','file','A'),(4757,2,2430,'/db/standard/xuanxuan.12.0.sql','/db/standard','file','A'),(4758,2,2430,'/db/standard/xuanxuan.12.1.sql','/db/standard','file','A'),(4759,2,2430,'/db/standard/xuanxuan.12.2.sql','/db/standard','file','A'),(4760,2,2430,'/db/standard/xuanxuan.12.3.1.sql','/db/standard','file','A'),(4761,2,2430,'/db/standard/xuanxuan.12.3.2.sql','/db/standard','file','A'),(4762,2,2430,'/db/standard/xuanxuan.12.3.3.sql','/db/standard','file','A'),(4763,2,2430,'/db/standard/xuanxuan.12.3.sql','/db/standard','file','A'),(4764,2,2431,'/module/story/control.php','/module/story','file','M'),(4765,2,2432,'/module/story/lang/de.php','/module/story/lang','file','M'),(4766,2,2432,'/module/story/lang/en.php','/module/story/lang','file','M'),(4767,2,2432,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4768,2,2432,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4769,2,2432,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4770,2,2432,'/module/story/view/edit.html.php','/module/story/view','file','M'),(4771,2,2432,'/module/story/view/header.html.php','/module/story/view','file','M'),(4772,2,2434,'/module/repo/control.php','/module/repo','file','M'),(4773,2,2435,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(4774,2,2436,'/module/repo/control.php','/module/repo','file','M'),(4775,2,2437,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(4776,2,2437,'/www/js/zui/min.js','/www/js/zui','file','M'),(4777,2,2439,'/module/common/model.php','/module/common','file','M'),(4778,2,2439,'/module/my/view/bug.html.php','/module/my/view','file','M'),(4779,2,2439,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(4780,2,2439,'/module/my/view/story.html.php','/module/my/view','file','M'),(4781,2,2439,'/module/my/view/task.html.php','/module/my/view','file','M'),(4782,2,2439,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(4783,2,2439,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(4784,2,2440,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(4785,2,2441,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(4786,2,2441,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(4787,2,2442,'/www/js/zui/min.js','/www/js/zui','file','M'),(4788,2,2443,'/www/js/zui/min.js','/www/js/zui','file','M'),(4789,2,2444,'/www/js/zui/min.js','/www/js/zui','file','M'),(4790,2,2445,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(4791,2,2445,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(4792,2,2447,'/module/search/model.php','/module/search','file','M'),(4793,2,2447,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(4794,2,2449,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(4795,2,2449,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(4796,2,2449,'/www/js/kindeditor/lang/ar.js','/www/js/kindeditor/lang','file','M'),(4797,2,2449,'/www/js/kindeditor/lang/en.js','/www/js/kindeditor/lang','file','M'),(4798,2,2449,'/www/js/kindeditor/lang/fr.js','/www/js/kindeditor/lang','file','M'),(4799,2,2449,'/www/js/kindeditor/lang/ja.js','/www/js/kindeditor/lang','file','M'),(4800,2,2449,'/www/js/kindeditor/lang/zh_CN.js','/www/js/kindeditor/lang','file','M'),(4801,2,2449,'/www/js/kindeditor/lang/zh_TW.js','/www/js/kindeditor/lang','file','M'),(4802,2,2451,'/module/project/control.php','/module/project','file','M'),(4803,2,2451,'/module/project/model.php','/module/project','file','M'),(4804,2,2451,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(4805,2,2451,'/module/task/lang/de.php','/module/task/lang','file','M'),(4806,2,2451,'/module/task/lang/en.php','/module/task/lang','file','M'),(4807,2,2451,'/module/task/lang/fr.php','/module/task/lang','file','M'),(4808,2,2451,'/module/task/lang/vi.php','/module/task/lang','file','M'),(4809,2,2451,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(4810,2,2451,'/module/task/model.php','/module/task','file','M'),(4811,2,2452,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4812,2,2454,'/module/task/view/finish.html.php','/module/task/view','file','M'),(4813,2,2454,'/module/todo/js/view.js','/module/todo/js','file','M'),(4814,2,2455,'/db/demo.sql','/db','file','M'),(4815,2,2456,'/db/demo.sql','/db','file','M'),(4816,2,2457,'/db/zentao.sql','/db','file','M'),(4817,2,2458,'/db/update12.3.3.sql','/db','file','M'),(4818,2,2458,'/module/story/model.php','/module/story','file','M'),(4819,2,2459,'/module/todo/control.php','/module/todo','file','M'),(4820,2,2459,'/module/todo/js/edit.js','/module/todo/js','file','A'),(4821,2,2459,'/module/todo/model.php','/module/todo','file','M'),(4822,2,2459,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(4823,2,2459,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(4824,2,2460,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(4825,2,2462,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(4826,2,2462,'/module/repo/model.php','/module/repo','file','M'),(4827,2,2463,'/module/testcase/model.php','/module/testcase','file','M'),(4828,2,2465,'/module/story/model.php','/module/story','file','M'),(4829,2,2466,'/module/task/control.php','/module/task','file','M'),(4830,2,2467,'/module/todo/control.php','/module/todo','file','M'),(4831,2,2467,'/module/todo/js/view.js','/module/todo/js','file','M'),(4832,2,2467,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(4833,2,2468,'/module/block/lang/en.php','/module/block/lang','file','M'),(4834,2,2468,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(4835,2,2468,'/module/story/lang/en.php','/module/story/lang','file','M'),(4836,2,2469,'/www/js/zui/min.js','/www/js/zui','file','M'),(4837,2,2470,'/module/story/model.php','/module/story','file','M'),(4838,2,2472,'/module/product/model.php','/module/product','file','M'),(4839,2,2472,'/module/project/model.php','/module/project','file','M'),(4840,2,2474,'/module/search/model.php','/module/search','file','M'),(4841,2,2475,'/module/group/css/manageview.css','/module/group/css','file','M'),(4842,2,2475,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(4843,2,2476,'/module/my/model.php','/module/my','file','M'),(4844,2,2477,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4845,2,2477,'/module/story/model.php','/module/story','file','M'),(4846,2,2478,'/db/standard/zentao12.3.3.sql','/db/standard','file','M'),(4847,2,2478,'/db/update12.3.2.sql','/db','file','M'),(4848,2,2478,'/db/zentao.sql','/db','file','M'),(4849,2,2479,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(4850,2,2479,'/module/my/view/story.html.php','/module/my/view','file','M'),(4851,2,2480,'/module/my/control.php','/module/my','file','M'),(4852,2,2480,'/module/my/view/task.html.php','/module/my/view','file','M'),(4853,2,2480,'/module/task/lang/en.php','/module/task/lang','file','M'),(4854,2,2480,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(4855,2,2481,'/module/product/model.php','/module/product','file','M'),(4856,2,2482,'/module/task/config.php','/module/task','file','M'),(4857,2,2482,'/module/task/lang/en.php','/module/task/lang','file','M'),(4858,2,2482,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(4859,2,2482,'/module/task/model.php','/module/task','file','M'),(4860,2,2482,'/module/task/view/finish.html.php','/module/task/view','file','M'),(4861,2,2484,'/module/testreport/control.php','/module/testreport','file','M'),(4862,2,2485,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(4863,2,2486,'/module/common/model.php','/module/common','file','M'),(4864,2,2487,'/db/update12.3.3.sql','/db','file','M'),(4865,2,2487,'/module/story/model.php','/module/story','file','M'),(4866,2,2489,'/module/project/control.php','/module/project','file','M'),(4867,2,2490,'/module/my/control.php','/module/my','file','M'),(4868,2,2490,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(4869,2,2490,'/module/my/view/story.html.php','/module/my/view','file','M'),(4870,2,2490,'/module/story/lang/en.php','/module/story/lang','file','M'),(4871,2,2490,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4872,2,2491,'/module/product/control.php','/module/product','file','M'),(4873,2,2491,'/module/product/model.php','/module/product','file','M'),(4874,2,2493,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(4875,2,2493,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(4876,2,2494,'/module/story/model.php','/module/story','file','M'),(4877,2,2495,'/module/story/lang/de.php','/module/story/lang','file','M'),(4878,2,2495,'/module/story/lang/en.php','/module/story/lang','file','M'),(4879,2,2495,'/module/story/lang/fr.php','/module/story/lang','file','M'),(4880,2,2495,'/module/story/lang/vi.php','/module/story/lang','file','M'),(4881,2,2495,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(4882,2,2495,'/module/story/model.php','/module/story','file','M'),(4883,2,2495,'/module/story/view/edit.html.php','/module/story/view','file','M'),(4884,2,2495,'/module/story/view/header.html.php','/module/story/view','file','M'),(4885,2,2497,'/module/testcase/control.php','/module/testcase','file','M'),(4886,2,2497,'/module/testcase/model.php','/module/testcase','file','M'),(4887,2,2497,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(4888,2,2497,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(4889,2,2498,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(4890,2,2498,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(4891,2,2498,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(4892,2,2498,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(4893,2,2498,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(4894,2,2499,'/config/zentaopms.php','/config','file','M'),(4895,2,2499,'/module/repo/model.php','/module/repo','file','M'),(4896,2,2500,'/module/bug/control.php','/module/bug','file','M'),(4897,2,2500,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(4898,2,2500,'/module/ci/model.php','/module/ci','file','M'),(4899,2,2500,'/module/compile/model.php','/module/compile','file','M'),(4900,2,2500,'/module/product/view/browse.html.php','/module/product/view','file','M'),(4901,2,2501,'/module/tree/control.php','/module/tree','file','M'),(4902,2,2501,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(4903,2,2503,'/module/testcase/control.php','/module/testcase','file','M'),(4904,2,2503,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(4905,2,2504,'/config/zentaopms.php','/config','file','M'),(4906,2,2504,'/module/common/lang/de.php','/module/common/lang','file','M'),(4907,2,2504,'/module/common/lang/en.php','/module/common/lang','file','M'),(4908,2,2504,'/module/common/lang/fr.php','/module/common/lang','file','M'),(4909,2,2504,'/module/common/lang/vi.php','/module/common/lang','file','M'),(4910,2,2504,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(4911,2,2504,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(4912,2,2504,'/module/common/model.php','/module/common','file','M'),(4913,2,2505,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(4914,2,2505,'/module/job/model.php','/module/job','file','M'),(4915,2,2506,'/db/update12.3.3.sql','/db','file','A'),(4916,2,2508,'/module/my/model.php','/module/my','file','M'),(4917,2,2510,'/module/bug/control.php','/module/bug','file','M'),(4918,2,2510,'/module/task/control.php','/module/task','file','M'),(4919,2,2510,'/module/testcase/control.php','/module/testcase','file','M'),(4920,2,2511,'/module/ci/model.php','/module/ci','file','M'),(4921,2,2513,'/module/testtask/control.php','/module/testtask','file','M'),(4922,2,2513,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(4923,2,2515,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(4924,2,2516,'/module/group/css/manageview.css','/module/group/css','file','M'),(4925,2,2518,'/module/bug/model.php','/module/bug','file','M'),(4926,2,2519,'/module/ci/model.php','/module/ci','file','M'),(4927,2,2519,'/module/compile/model.php','/module/compile','file','M'),(4928,2,2519,'/module/job/model.php','/module/job','file','M'),(4929,2,2520,'/module/common/model.php','/module/common','file','M'),(4930,2,2520,'/module/jenkins/model.php','/module/jenkins','file','M'),(4931,2,2521,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(4932,2,2523,'/module/project/control.php','/module/project','file','M'),(4933,2,2523,'/module/task/control.php','/module/task','file','M'),(4934,2,2525,'/module/task/model.php','/module/task','file','M'),(4935,2,2526,'/module/release/model.php','/module/release','file','M'),(4936,2,2527,'/module/webhook/model.php','/module/webhook','file','M'),(4937,2,2527,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(4938,2,2528,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(4939,2,2529,'/module/webhook/control.php','/module/webhook','file','M'),(4940,2,2531,'/module/bug/model.php','/module/bug','file','M'),(4941,2,2533,'/framework/control.class.php','/framework','file','M'),(4942,2,2533,'/framework/router.class.php','/framework','file','M'),(4943,2,2533,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(4944,2,2533,'/module/qa/model.php','/module/qa','file','M'),(4945,2,2534,'/module/task/model.php','/module/task','file','M'),(4946,2,2535,'/module/doc/css/view.css','/module/doc/css','file','M'),(4947,2,2536,'/www/js/zui/min.js','/www/js/zui','file','M'),(4948,2,2537,'/module/upgrade/model.php','/module/upgrade','file','M'),(4949,2,2538,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(4950,2,2539,'/module/webhook/model.php','/module/webhook','file','M'),(4951,2,2539,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(4952,2,2540,'/db/update15.0.sql','/db','file','M'),(4953,2,2541,'/module/block/control.php','/module/block','file','M'),(4954,2,2541,'/module/testtask/model.php','/module/testtask','file','M'),(4955,2,2542,'/db/update15.0.sql','/db','file','M'),(4956,2,2544,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(4957,2,2546,'/module/my/model.php','/module/my','file','M'),(4958,2,2547,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(4959,2,2549,'/module/doc/css/view.css','/module/doc/css','file','M'),(4960,2,2550,'/module/testcase/model.php','/module/testcase','file','M'),(4961,2,2550,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(4962,2,2551,'/module/webhook/control.php','/module/webhook','file','M'),(4963,2,2551,'/module/webhook/model.php','/module/webhook','file','M'),(4964,2,2551,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(4965,2,2553,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(4966,2,2555,'/module/testcase/model.php','/module/testcase','file','M'),(4967,2,2556,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(4968,2,2556,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(4969,2,2557,'/module/task/control.php','/module/task','file','M'),(4970,2,2557,'/module/task/model.php','/module/task','file','M'),(4971,2,2559,'/module/story/view/view.html.php','/module/story/view','file','M'),(4972,2,2560,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(4973,2,2562,'/module/dev/model.php','/module/dev','file','M'),(4974,2,2563,'/module/custom/control.php','/module/custom','file','M'),(4975,2,2565,'/module/dev/config.php','/module/dev','file','M'),(4976,2,2566,'/module/block/js/dashboard.js','/module/block/js','file','M'),(4977,2,2567,'/module/doc/model.php','/module/doc','file','M'),(4978,2,2569,'/module/task/lang/en.php','/module/task/lang','file','M'),(4979,2,2569,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(4980,2,2569,'/module/task/model.php','/module/task','file','M'),(4981,2,2570,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(4982,2,2571,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(4983,2,2572,'/module/tree/lang/de.php','/module/tree/lang','file','M'),(4984,2,2572,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(4985,2,2572,'/module/tree/lang/fr.php','/module/tree/lang','file','M'),(4986,2,2572,'/module/tree/lang/vi.php','/module/tree/lang','file','M'),(4987,2,2572,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(4988,2,2572,'/module/tree/model.php','/module/tree','file','M'),(4989,2,2574,'/module/bug/control.php','/module/bug','file','M'),(4990,2,2574,'/module/bug/js/common.js','/module/bug/js','file','M'),(4991,2,2574,'/module/bug/js/create.js','/module/bug/js','file','M'),(4992,2,2574,'/module/project/model.php','/module/project','file','M'),(4993,2,2574,'/module/story/css/view.css','/module/story/css','file','M'),(4994,2,2575,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(4995,2,2575,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(4996,2,2575,'/module/story/model.php','/module/story','file','M'),(4997,2,2578,'/module/task/js/edit.js','/module/task/js','file','M'),(4998,2,2579,'/module/product/model.php','/module/product','file','M'),(4999,2,2579,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(5000,2,2579,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(5001,2,2581,'/module/common/model.php','/module/common','file','M'),(5002,2,2581,'/module/common/view/header.html.php','/module/common/view','file','M'),(5003,2,2581,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(5004,2,2582,'/framework/control.class.php','/framework','file','M'),(5005,2,2583,'/module/story/view/view.html.php','/module/story/view','file','M'),(5006,2,2583,'/module/task/view/view.html.php','/module/task/view','file','M'),(5007,2,2585,'/module/story/control.php','/module/story','file','M'),(5008,2,2585,'/module/story/lang/en.php','/module/story/lang','file','M'),(5009,2,2585,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(5010,2,2586,'/module/report/js/workload.js','/module/report/js','file','M'),(5011,2,2586,'/module/report/view/workload.html.php','/module/report/view','file','M'),(5012,2,2587,'/module/file/model.php','/module/file','file','M'),(5013,2,2588,'/module/common/lang/de.php','/module/common/lang','file','M'),(5014,2,2588,'/module/common/lang/en.php','/module/common/lang','file','M'),(5015,2,2588,'/module/common/lang/fr.php','/module/common/lang','file','M'),(5016,2,2588,'/module/common/lang/vi.php','/module/common/lang','file','M'),(5017,2,2588,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5018,2,2588,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(5019,2,2588,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(5020,2,2588,'/module/task/model.php','/module/task','file','M'),(5021,2,2588,'/module/testtask/model.php','/module/testtask','file','M'),(5022,2,2590,'/module/story/model.php','/module/story','file','M'),(5023,2,2591,'/module/story/model.php','/module/story','file','M'),(5024,2,2592,'/module/project/model.php','/module/project','file','M'),(5025,2,2594,'/module/common/lang/de.php','/module/common/lang','file','M'),(5026,2,2594,'/module/common/lang/en.php','/module/common/lang','file','M'),(5027,2,2594,'/module/common/lang/fr.php','/module/common/lang','file','M'),(5028,2,2594,'/module/common/lang/vi.php','/module/common/lang','file','M'),(5029,2,2594,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5030,2,2595,'/module/repo/js/setrules.js','/module/repo/js','file','M'),(5031,2,2595,'/module/repo/model.php','/module/repo','file','M'),(5032,2,2597,'/module/todo/js/create.js','/module/todo/js','file','M'),(5033,2,2598,'/module/repo/model.php','/module/repo','file','M'),(5034,2,2599,'/module/story/model.php','/module/story','file','M'),(5035,2,2599,'/module/task/control.php','/module/task','file','M'),(5036,2,2599,'/module/task/model.php','/module/task','file','M'),(5037,2,2600,'/module/action/lang/de.php','/module/action/lang','file','M'),(5038,2,2600,'/module/action/lang/en.php','/module/action/lang','file','M'),(5039,2,2600,'/module/action/lang/fr.php','/module/action/lang','file','M'),(5040,2,2600,'/module/action/lang/vi.php','/module/action/lang','file','M'),(5041,2,2600,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(5042,2,2600,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(5043,2,2601,'/module/common/model.php','/module/common','file','M'),(5044,2,2603,'/module/tree/model.php','/module/tree','file','M'),(5045,2,2604,'/module/group/lang/resource.php','/module/group/lang','file','M'),(5046,2,2604,'/module/my/view/todo.html.php','/module/my/view','file','M'),(5047,2,2604,'/module/todo/control.php','/module/todo','file','M'),(5048,2,2604,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(5049,2,2604,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(5050,2,2604,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(5051,2,2604,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(5052,2,2604,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(5053,2,2604,'/module/todo/model.php','/module/todo','file','M'),(5054,2,2604,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(5055,2,2605,'/module/project/view/story.html.php','/module/project/view','file','M'),(5056,2,2606,'/module/todo/js/common.js','/module/todo/js','file','M'),(5057,2,2606,'/module/todo/model.php','/module/todo','file','M'),(5058,2,2606,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(5059,2,2606,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(5060,2,2606,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(5061,2,2608,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(5062,2,2609,'/module/project/model.php','/module/project','file','M'),(5063,2,2610,'/module/report/model.php','/module/report','file','M'),(5064,2,2611,'/module/product/model.php','/module/product','file','M'),(5065,2,2612,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(5066,2,2612,'/module/product/view/browse.html.php','/module/product/view','file','M'),(5067,2,2612,'/module/project/view/task.html.php','/module/project/view','file','M'),(5068,2,2612,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(5069,2,2614,'/module/action/model.php','/module/action','file','M'),(5070,2,2614,'/module/project/control.php','/module/project','file','M'),(5071,2,2614,'/module/project/lang/de.php','/module/project/lang','file','M'),(5072,2,2614,'/module/project/lang/en.php','/module/project/lang','file','M'),(5073,2,2614,'/module/project/lang/fr.php','/module/project/lang','file','M'),(5074,2,2614,'/module/project/lang/vi.php','/module/project/lang','file','M'),(5075,2,2614,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(5076,2,2615,'/module/testtask/model.php','/module/testtask','file','M'),(5077,2,2616,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(5078,2,2617,'/module/admin/control.php','/module/admin','file','M'),(5079,2,2617,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(5080,2,2618,'/module/webhook/model.php','/module/webhook','file','M'),(5081,2,2620,'/module/common/view/ztree.html.php','/module/common/view','file','A'),(5082,2,2620,'/module/mail/lang/fr.php','/module/mail/lang','file','M'),(5083,2,2620,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(5084,2,2620,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(5085,2,2620,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(5086,2,2621,'/module/task/lang/en.php','/module/task/lang','file','M'),(5087,2,2621,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(5088,2,2623,'/module/task/lang/en.php','/module/task/lang','file','M'),(5089,2,2623,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(5090,2,2624,'/module/caselib/model.php','/module/caselib','file','M'),(5091,2,2624,'/module/caselib/view/batchcreatecase.html.php','/module/caselib/view','file','M'),(5092,2,2625,'/module/common/lang/de.php','/module/common/lang','file','M'),(5093,2,2625,'/module/common/lang/en.php','/module/common/lang','file','M'),(5094,2,2625,'/module/common/lang/fr.php','/module/common/lang','file','M'),(5095,2,2625,'/module/common/lang/vi.php','/module/common/lang','file','M'),(5096,2,2625,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5097,2,2626,'/module/story/model.php','/module/story','file','M'),(5098,2,2627,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(5099,2,2628,'/module/story/model.php','/module/story','file','M'),(5100,2,2629,'/module/task/lang/de.php','/module/task/lang','file','M'),(5101,2,2629,'/module/task/lang/en.php','/module/task/lang','file','M'),(5102,2,2629,'/module/task/lang/fr.php','/module/task/lang','file','M'),(5103,2,2629,'/module/task/lang/vi.php','/module/task/lang','file','M'),(5104,2,2629,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(5105,2,2629,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(5106,2,2629,'/module/task/model.php','/module/task','file','M'),(5107,2,2631,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(5108,2,2632,'/module/story/model.php','/module/story','file','M'),(5109,2,2632,'/module/story/view/view.html.php','/module/story/view','file','M'),(5110,2,2634,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(5111,2,2634,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(5112,2,2634,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(5113,2,2634,'/module/webhook/lang/vi.php','/module/webhook/lang','file','M'),(5114,2,2634,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(5115,2,2634,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(5116,2,2635,'/module/user/model.php','/module/user','file','M'),(5117,2,2636,'/module/story/model.php','/module/story','file','M'),(5118,2,2637,'/module/testcase/control.php','/module/testcase','file','M'),(5119,2,2638,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(5120,2,2639,'/module/mail/lang/de.php','/module/mail/lang','file','M'),(5121,2,2639,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(5122,2,2639,'/module/mail/lang/vi.php','/module/mail/lang','file','M'),(5123,2,2639,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(5124,2,2639,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(5125,2,2640,'/module/project/model.php','/module/project','file','M'),(5126,2,2640,'/module/project/view/view.html.php','/module/project/view','file','M'),(5127,2,2641,'/module/file/model.php','/module/file','file','M'),(5128,2,2642,'/module/build/control.php','/module/build','file','M'),(5129,2,2642,'/module/build/view/view.html.php','/module/build/view','file','M'),(5130,2,2642,'/module/testreport/model.php','/module/testreport','file','M'),(5131,2,2644,'/module/bug/model.php','/module/bug','file','M'),(5132,2,2644,'/module/build/control.php','/module/build','file','M'),(5133,2,2644,'/module/product/model.php','/module/product','file','M'),(5134,2,2644,'/module/productplan/control.php','/module/productplan','file','M'),(5135,2,2644,'/module/project/control.php','/module/project','file','M'),(5136,2,2644,'/module/release/control.php','/module/release','file','M'),(5137,2,2644,'/module/story/model.php','/module/story','file','M'),(5138,2,2645,'/module/bug/js/resolve.js','/module/bug/js','file','M'),(5139,2,2646,'/module/action/model.php','/module/action','file','M'),(5140,2,2647,'/config/filter.php','/config','file','M'),(5141,2,2647,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(5142,2,2647,'/module/webhook/control.php','/module/webhook','file','M'),(5143,2,2647,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(5144,2,2647,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(5145,2,2647,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(5146,2,2647,'/module/webhook/lang/vi.php','/module/webhook/lang','file','M'),(5147,2,2647,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(5148,2,2647,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(5149,2,2647,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(5150,2,2647,'/module/webhook/view/choosedept.html.php','/module/webhook/view','file','M'),(5151,2,2647,'/www/js/jquery/ztree/css/img/diy/1_close.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5152,2,2647,'/www/js/jquery/ztree/css/img/diy/1_open.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5153,2,2647,'/www/js/jquery/ztree/css/img/diy/2.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5154,2,2647,'/www/js/jquery/ztree/css/img/diy/3.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5155,2,2647,'/www/js/jquery/ztree/css/img/diy/4.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5156,2,2647,'/www/js/jquery/ztree/css/img/diy/5.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5157,2,2647,'/www/js/jquery/ztree/css/img/diy/6.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5158,2,2647,'/www/js/jquery/ztree/css/img/diy/7.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5159,2,2647,'/www/js/jquery/ztree/css/img/diy/8.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5160,2,2647,'/www/js/jquery/ztree/css/img/diy/9.png','/www/js/jquery/ztree/css/img/diy','file','A'),(5161,2,2647,'/www/js/jquery/ztree/css/img/line_conn.gif','/www/js/jquery/ztree/css/img','file','A'),(5162,2,2647,'/www/js/jquery/ztree/css/img/loading.gif','/www/js/jquery/ztree/css/img','file','A'),(5163,2,2647,'/www/js/jquery/ztree/css/img/zTreeStandard.gif','/www/js/jquery/ztree/css/img','file','A'),(5164,2,2647,'/www/js/jquery/ztree/css/img/zTreeStandard.png','/www/js/jquery/ztree/css/img','file','A'),(5165,2,2647,'/www/js/jquery/ztree/css/ztree.css','/www/js/jquery/ztree/css','file','A'),(5166,2,2647,'/www/js/jquery/ztree/js/ztree.js','/www/js/jquery/ztree/js','file','A'),(5167,2,2648,'/module/build/control.php','/module/build','file','M'),(5168,2,2648,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(5169,2,2650,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(5170,2,2650,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(5171,2,2650,'/module/bug/config.php','/module/bug','file','M'),(5172,2,2650,'/module/bug/model.php','/module/bug','file','M'),(5173,2,2650,'/module/build/config.php','/module/build','file','M'),(5174,2,2650,'/module/build/model.php','/module/build','file','M'),(5175,2,2650,'/module/job/config.php','/module/job','file','M'),(5176,2,2650,'/module/product/config.php','/module/product','file','M'),(5177,2,2650,'/module/release/config.php','/module/release','file','M'),(5178,2,2650,'/module/story/config.php','/module/story','file','M'),(5179,2,2650,'/module/story/model.php','/module/story','file','M'),(5180,2,2650,'/module/task/config.php','/module/task','file','M'),(5181,2,2650,'/module/task/model.php','/module/task','file','M'),(5182,2,2650,'/module/testcase/config.php','/module/testcase','file','M'),(5183,2,2650,'/module/testreport/config.php','/module/testreport','file','M'),(5184,2,2650,'/module/testtask/config.php','/module/testtask','file','M'),(5185,2,2650,'/module/user/config.php','/module/user','file','M'),(5186,2,2651,'/module/story/model.php','/module/story','file','M'),(5187,2,2651,'/module/testtask/model.php','/module/testtask','file','M'),(5188,2,2652,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(5189,2,2653,'/module/repo/control.php','/module/repo','file','M'),(5190,2,2654,'/module/common/model.php','/module/common','file','M'),(5191,2,2656,'/module/upgrade/control.php','/module/upgrade','file','M'),(5192,2,2658,'/framework/control.class.php','/framework','file','M'),(5193,2,2658,'/module/bug/model.php','/module/bug','file','M'),(5194,2,2658,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(5195,2,2658,'/module/user/model.php','/module/user','file','M'),(5196,2,2658,'/www/index.php','/www','file','M'),(5197,2,2659,'/module/company/css/browse.css','/module/company/css','file','M'),(5198,2,2660,'/framework/base/helper.class.php','/framework/base','file','M'),(5199,2,2661,'/framework/base/control.class.php','/framework/base','file','M'),(5200,2,2662,'/zdata/demo/demo_action.yaml','/zdata/demo','file','D'),(5201,2,2662,'/zdata/demo/demo_asset.yaml','/zdata/demo','file','D'),(5202,2,2662,'/zdata/demo/demo_attend.yaml','/zdata/demo','file','D'),(5203,2,2662,'/zdata/demo/demo_attendstat.yaml','/zdata/demo','file','D'),(5204,2,2662,'/zdata/demo/demo_baseline.yaml','/zdata/demo','file','D'),(5205,2,2662,'/zdata/demo/demo_basicmeas.yaml','/zdata/demo','file','D'),(5206,2,2662,'/zdata/demo/demo_block.yaml','/zdata/demo','file','D'),(5207,2,2662,'/zdata/demo/demo_branch.yaml','/zdata/demo','file','D'),(5208,2,2662,'/zdata/demo/demo_budget.yaml','/zdata/demo','file','D'),(5209,2,2662,'/zdata/demo/demo_bug.yaml','/zdata/demo','file','D'),(5210,2,2662,'/zdata/demo/demo_build.yaml','/zdata/demo','file','D'),(5211,2,2662,'/zdata/demo/demo_burn.yaml','/zdata/demo','file','D'),(5212,2,2662,'/zdata/demo/demo_case.yaml','/zdata/demo','file','D'),(5213,2,2662,'/zdata/demo/demo_casestep.yaml','/zdata/demo','file','D'),(5214,2,2662,'/zdata/demo/demo_company.yaml','/zdata/demo','file','D'),(5215,2,2662,'/zdata/demo/demo_compile.yaml','/zdata/demo','file','D'),(5216,2,2662,'/zdata/demo/demo_config.yaml','/zdata/demo','file','D'),(5217,2,2662,'/zdata/demo/demo_cron.yaml','/zdata/demo','file','D'),(5218,2,2662,'/zdata/demo/demo_deploy.yaml','/zdata/demo','file','D'),(5219,2,2662,'/zdata/demo/demo_deployproduct.yaml','/zdata/demo','file','D'),(5220,2,2662,'/zdata/demo/demo_deployscope.yaml','/zdata/demo','file','D'),(5221,2,2662,'/zdata/demo/demo_deploystep.yaml','/zdata/demo','file','D'),(5222,2,2662,'/zdata/demo/demo_dept.yaml','/zdata/demo','file','D'),(5223,2,2662,'/zdata/demo/demo_derivemeas.yaml','/zdata/demo','file','D'),(5224,2,2662,'/zdata/demo/demo_designspec.yaml','/zdata/demo','file','D'),(5225,2,2662,'/zdata/demo/demo_doc.yaml','/zdata/demo','file','D'),(5226,2,2662,'/zdata/demo/demo_doccontent.yaml','/zdata/demo','file','D'),(5227,2,2662,'/zdata/demo/demo_doclib.yaml','/zdata/demo','file','D'),(5228,2,2662,'/zdata/demo/demo_durationestimation.yaml','/zdata/demo','file','D'),(5229,2,2662,'/zdata/demo/demo_effort.yaml','/zdata/demo','file','D'),(5230,2,2662,'/zdata/demo/demo_entry.yaml','/zdata/demo','file','D'),(5231,2,2662,'/zdata/demo/demo_extension.yaml','/zdata/demo','file','D'),(5232,2,2662,'/zdata/demo/demo_faq.yaml','/zdata/demo','file','D'),(5233,2,2662,'/zdata/demo/demo_feedback.yaml','/zdata/demo','file','D'),(5234,2,2662,'/zdata/demo/demo_feedbackview.yaml','/zdata/demo','file','D'),(5235,2,2662,'/zdata/demo/demo_file.yaml','/zdata/demo','file','D'),(5236,2,2662,'/zdata/demo/demo_flow_activity.yaml','/zdata/demo','file','D'),(5237,2,2662,'/zdata/demo/demo_flow_audit.yaml','/zdata/demo','file','D'),(5238,2,2662,'/zdata/demo/demo_flow_auditcl.yaml','/zdata/demo','file','D'),(5239,2,2662,'/zdata/demo/demo_flow_auditplan.yaml','/zdata/demo','file','D'),(5240,2,2662,'/zdata/demo/demo_flow_auditresult.yaml','/zdata/demo','file','D'),(5241,2,2662,'/zdata/demo/demo_flow_cmcl.yaml','/zdata/demo','file','D'),(5242,2,2662,'/zdata/demo/demo_flow_design.yaml','/zdata/demo','file','D'),(5243,2,2662,'/zdata/demo/demo_flow_designspec.yaml','/zdata/demo','file','D'),(5244,2,2662,'/zdata/demo/demo_flow_issue.yaml','/zdata/demo','file','D'),(5245,2,2662,'/zdata/demo/demo_flow_output.yaml','/zdata/demo','file','D'),(5246,2,2662,'/zdata/demo/demo_flow_process.yaml','/zdata/demo','file','D'),(5247,2,2662,'/zdata/demo/demo_flow_reviewcl.yaml','/zdata/demo','file','D'),(5248,2,2662,'/zdata/demo/demo_flow_reviewlist.yaml','/zdata/demo','file','D'),(5249,2,2662,'/zdata/demo/demo_flow_risk.yaml','/zdata/demo','file','D'),(5250,2,2662,'/zdata/demo/demo_flow_stage.yaml','/zdata/demo','file','D'),(5251,2,2662,'/zdata/demo/demo_flow_workloadbudget.yaml','/zdata/demo','file','D'),(5252,2,2662,'/zdata/demo/demo_group.yaml','/zdata/demo','file','D'),(5253,2,2662,'/zdata/demo/demo_grouppriv.yaml','/zdata/demo','file','D'),(5254,2,2662,'/zdata/demo/demo_history.yaml','/zdata/demo','file','D'),(5255,2,2662,'/zdata/demo/demo_holiday.yaml','/zdata/demo','file','D'),(5256,2,2662,'/zdata/demo/demo_host.yaml','/zdata/demo','file','D'),(5257,2,2662,'/zdata/demo/demo_im_chat.yaml','/zdata/demo','file','D'),(5258,2,2662,'/zdata/demo/demo_im_chatuser.yaml','/zdata/demo','file','D'),(5259,2,2662,'/zdata/demo/demo_im_client.yaml','/zdata/demo','file','D'),(5260,2,2662,'/zdata/demo/demo_im_conference.yaml','/zdata/demo','file','D'),(5261,2,2662,'/zdata/demo/demo_im_conferenceaction.yaml','/zdata/demo','file','D'),(5262,2,2662,'/zdata/demo/demo_im_message.yaml','/zdata/demo','file','D'),(5263,2,2662,'/zdata/demo/demo_im_messagestatus.yaml','/zdata/demo','file','D'),(5264,2,2662,'/zdata/demo/demo_im_queue.yaml','/zdata/demo','file','D'),(5265,2,2662,'/zdata/demo/demo_jenkins.yaml','/zdata/demo','file','D'),(5266,2,2662,'/zdata/demo/demo_job.yaml','/zdata/demo','file','D'),(5267,2,2662,'/zdata/demo/demo_lang.yaml','/zdata/demo','file','D'),(5268,2,2662,'/zdata/demo/demo_leave.yaml','/zdata/demo','file','D'),(5269,2,2662,'/zdata/demo/demo_lieu.yaml','/zdata/demo','file','D'),(5270,2,2662,'/zdata/demo/demo_log.yaml','/zdata/demo','file','D'),(5271,2,2662,'/zdata/demo/demo_measqueue.yaml','/zdata/demo','file','D'),(5272,2,2662,'/zdata/demo/demo_measrecords.yaml','/zdata/demo','file','D'),(5273,2,2662,'/zdata/demo/demo_meastemplate.yaml','/zdata/demo','file','D'),(5274,2,2662,'/zdata/demo/demo_module.yaml','/zdata/demo','file','D'),(5275,2,2662,'/zdata/demo/demo_nc.yaml','/zdata/demo','file','D'),(5276,2,2662,'/zdata/demo/demo_notify.yaml','/zdata/demo','file','D'),(5277,2,2662,'/zdata/demo/demo_oauth.yaml','/zdata/demo','file','D'),(5278,2,2662,'/zdata/demo/demo_object.yaml','/zdata/demo','file','D'),(5279,2,2662,'/zdata/demo/demo_overtime.yaml','/zdata/demo','file','D'),(5280,2,2662,'/zdata/demo/demo_product.yaml','/zdata/demo','file','D'),(5281,2,2662,'/zdata/demo/demo_productplan.yaml','/zdata/demo','file','D'),(5282,2,2662,'/zdata/demo/demo_programactivity.yaml','/zdata/demo','file','D'),(5283,2,2662,'/zdata/demo/demo_programoutput.yaml','/zdata/demo','file','D'),(5284,2,2662,'/zdata/demo/demo_programplan.yaml','/zdata/demo','file','D'),(5285,2,2662,'/zdata/demo/demo_programprocess.yaml','/zdata/demo','file','D'),(5286,2,2662,'/zdata/demo/demo_programreport.yaml','/zdata/demo','file','D'),(5287,2,2662,'/zdata/demo/demo_project.yaml','/zdata/demo','file','D'),(5288,2,2662,'/zdata/demo/demo_projectproduct.yaml','/zdata/demo','file','D'),(5289,2,2662,'/zdata/demo/demo_projectspec.yaml','/zdata/demo','file','D'),(5290,2,2662,'/zdata/demo/demo_projectstory.yaml','/zdata/demo','file','D'),(5291,2,2662,'/zdata/demo/demo_relation.yaml','/zdata/demo','file','D'),(5292,2,2662,'/zdata/demo/demo_relationoftasks.yaml','/zdata/demo','file','D'),(5293,2,2662,'/zdata/demo/demo_release.yaml','/zdata/demo','file','D'),(5294,2,2662,'/zdata/demo/demo_repo.yaml','/zdata/demo','file','D'),(5295,2,2662,'/zdata/demo/demo_repobranch.yaml','/zdata/demo','file','D'),(5296,2,2662,'/zdata/demo/demo_repofiles.yaml','/zdata/demo','file','D'),(5297,2,2662,'/zdata/demo/demo_repohistory.yaml','/zdata/demo','file','D'),(5298,2,2662,'/zdata/demo/demo_report.yaml','/zdata/demo','file','D'),(5299,2,2662,'/zdata/demo/demo_review.yaml','/zdata/demo','file','D'),(5300,2,2662,'/zdata/demo/demo_reviewissue.yaml','/zdata/demo','file','D'),(5301,2,2662,'/zdata/demo/demo_reviewresult.yaml','/zdata/demo','file','D'),(5302,2,2662,'/zdata/demo/demo_score.yaml','/zdata/demo','file','D'),(5303,2,2662,'/zdata/demo/demo_searchdict.yaml','/zdata/demo','file','D'),(5304,2,2662,'/zdata/demo/demo_searchindex.yaml','/zdata/demo','file','D'),(5305,2,2662,'/zdata/demo/demo_serverroom.yaml','/zdata/demo','file','D'),(5306,2,2662,'/zdata/demo/demo_service.yaml','/zdata/demo','file','D'),(5307,2,2662,'/zdata/demo/demo_solutions.yaml','/zdata/demo','file','D'),(5308,2,2662,'/zdata/demo/demo_sqlview.yaml','/zdata/demo','file','D'),(5309,2,2662,'/zdata/demo/demo_story.yaml','/zdata/demo','file','D'),(5310,2,2662,'/zdata/demo/demo_storyspec.yaml','/zdata/demo','file','D'),(5311,2,2662,'/zdata/demo/demo_storystage.yaml','/zdata/demo','file','D'),(5312,2,2662,'/zdata/demo/demo_suitecase.yaml','/zdata/demo','file','D'),(5313,2,2662,'/zdata/demo/demo_task.yaml','/zdata/demo','file','D'),(5314,2,2662,'/zdata/demo/demo_taskestimate.yaml','/zdata/demo','file','D'),(5315,2,2662,'/zdata/demo/demo_taskspec.yaml','/zdata/demo','file','D'),(5316,2,2662,'/zdata/demo/demo_team.yaml','/zdata/demo','file','D'),(5317,2,2662,'/zdata/demo/demo_testreport.yaml','/zdata/demo','file','D'),(5318,2,2662,'/zdata/demo/demo_testresult.yaml','/zdata/demo','file','D'),(5319,2,2662,'/zdata/demo/demo_testrun.yaml','/zdata/demo','file','D'),(5320,2,2662,'/zdata/demo/demo_testsuite.yaml','/zdata/demo','file','D'),(5321,2,2662,'/zdata/demo/demo_testtask.yaml','/zdata/demo','file','D'),(5322,2,2662,'/zdata/demo/demo_todo.yaml','/zdata/demo','file','D'),(5323,2,2662,'/zdata/demo/demo_trip.yaml','/zdata/demo','file','D'),(5324,2,2662,'/zdata/demo/demo_user.yaml','/zdata/demo','file','D'),(5325,2,2662,'/zdata/demo/demo_usercontact.yaml','/zdata/demo','file','D'),(5326,2,2662,'/zdata/demo/demo_usergroup.yaml','/zdata/demo','file','D'),(5327,2,2662,'/zdata/demo/demo_userquery.yaml','/zdata/demo','file','D'),(5328,2,2662,'/zdata/demo/demo_usertpl.yaml','/zdata/demo','file','D'),(5329,2,2662,'/zdata/demo/demo_userview.yaml','/zdata/demo','file','D'),(5330,2,2662,'/zdata/demo/demo_webhook.yaml','/zdata/demo','file','D'),(5331,2,2662,'/zdata/demo/demo_weeklyreport.yaml','/zdata/demo','file','D'),(5332,2,2662,'/zdata/demo/demo_workestimation.yaml','/zdata/demo','file','D'),(5333,2,2662,'/zdata/demo/demo_workflow.yaml','/zdata/demo','file','D'),(5334,2,2662,'/zdata/demo/demo_workflowaction.yaml','/zdata/demo','file','D'),(5335,2,2662,'/zdata/demo/demo_workflowdatasource.yaml','/zdata/demo','file','D'),(5336,2,2662,'/zdata/demo/demo_workflowfield.yaml','/zdata/demo','file','D'),(5337,2,2662,'/zdata/demo/demo_workflowlabel.yaml','/zdata/demo','file','D'),(5338,2,2662,'/zdata/demo/demo_workflowlayout.yaml','/zdata/demo','file','D'),(5339,2,2662,'/zdata/demo/demo_workflowlinkdata.yaml','/zdata/demo','file','D'),(5340,2,2662,'/zdata/demo/demo_workflowrelation.yaml','/zdata/demo','file','D'),(5341,2,2662,'/zdata/demo/demo_workflowrelationlayout.yaml','/zdata/demo','file','D'),(5342,2,2662,'/zdata/demo/demo_workflowrule.yaml','/zdata/demo','file','D'),(5343,2,2662,'/zdata/demo/demo_workflowsql.yaml','/zdata/demo','file','D'),(5344,2,2662,'/zdata/demo/demo_workflowversion.yaml','/zdata/demo','file','D'),(5345,2,2663,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(5346,2,2663,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(5347,2,2663,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(5348,2,2663,'/module/productplan/lang/vi.php','/module/productplan/lang','file','M'),(5349,2,2663,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(5350,2,2664,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(5351,2,2666,'/module/block/lang/en.php','/module/block/lang','file','M'),(5352,2,2666,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(5353,2,2666,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(5354,2,2666,'/module/install/lang/en.php','/module/install/lang','file','M'),(5355,2,2666,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(5356,2,2666,'/module/product/lang/en.php','/module/product/lang','file','M'),(5357,2,2666,'/module/project/lang/en.php','/module/project/lang','file','M'),(5358,2,2666,'/module/story/lang/en.php','/module/story/lang','file','M'),(5359,2,2667,'/db/demo.sql','/db','file','M'),(5360,2,2667,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5361,2,2668,'/www/js/zui/min.js','/www/js/zui','file','M'),(5362,2,2669,'/VERSION','/','file','M'),(5363,2,2669,'/config/config.php','/config','file','M'),(5364,2,2669,'/db/standard/zentao12.3.3.sql','/db/standard','file','A'),(5365,2,2669,'/db/update12.3.2.sql','/db','file','M'),(5366,2,2669,'/db/zentao.sql','/db','file','M'),(5367,2,2669,'/doc/CHANGELOG','/doc','file','M'),(5368,2,2669,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(5369,2,2669,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(5370,2,2669,'/module/doc/lang/vi.php','/module/doc/lang','file','M'),(5371,2,2669,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(5372,2,2669,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(5373,2,2669,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(5374,2,2669,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(5375,2,2669,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(5376,2,2669,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(5377,2,2669,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(5378,2,2669,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(5379,2,2669,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(5380,2,2669,'/module/upgrade/model.php','/module/upgrade','file','M'),(5381,2,2669,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(5382,2,2669,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(5383,2,2669,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(5384,2,2669,'/module/webhook/lang/vi.php','/module/webhook/lang','file','M'),(5385,2,2669,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(5386,2,2670,'/module/common/view/header.html.php','/module/common/view','file','M'),(5387,2,2671,'/module/repo/control.php','/module/repo','file','M'),(5388,2,2671,'/module/repo/model.php','/module/repo','file','M'),(5389,2,2671,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(5390,2,2674,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(5391,2,2674,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(5392,2,2674,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(5393,2,2674,'/module/action/model.php','/module/action','file','M'),(5394,2,2674,'/module/bug/config.php','/module/bug','file','M'),(5395,2,2674,'/module/bug/control.php','/module/bug','file','M'),(5396,2,2674,'/module/build/config.php','/module/build','file','M'),(5397,2,2674,'/module/build/control.php','/module/build','file','M'),(5398,2,2674,'/module/build/model.php','/module/build','file','M'),(5399,2,2674,'/module/file/model.php','/module/file','file','M'),(5400,2,2674,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(5401,2,2674,'/module/job/config.php','/module/job','file','M'),(5402,2,2674,'/module/release/config.php','/module/release','file','M'),(5403,2,2674,'/module/release/control.php','/module/release','file','M'),(5404,2,2674,'/module/story/config.php','/module/story','file','M'),(5405,2,2674,'/module/story/model.php','/module/story','file','M'),(5406,2,2674,'/module/task/config.php','/module/task','file','M'),(5407,2,2674,'/module/task/control.php','/module/task','file','M'),(5408,2,2674,'/module/task/model.php','/module/task','file','M'),(5409,2,2674,'/module/testcase/config.php','/module/testcase','file','M'),(5410,2,2674,'/module/testreport/config.php','/module/testreport','file','M'),(5411,2,2674,'/module/testtask/config.php','/module/testtask','file','M'),(5412,2,2675,'/module/task/lang/de.php','/module/task/lang','file','M'),(5413,2,2675,'/module/task/lang/en.php','/module/task/lang','file','M'),(5414,2,2675,'/module/task/lang/fr.php','/module/task/lang','file','M'),(5415,2,2675,'/module/task/lang/vi.php','/module/task/lang','file','M'),(5416,2,2675,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(5417,2,2675,'/module/task/model.php','/module/task','file','M'),(5418,2,2676,'/module/repo/model.php','/module/repo','file','M'),(5419,2,2677,'/framework/base/helper.class.php','/framework/base','file','M'),(5420,2,2679,'/framework/base/router.class.php','/framework/base','file','M'),(5421,2,2680,'/db/update15.0.sql','/db','file','M'),(5422,2,2680,'/db/zentao.sql','/db','file','M'),(5423,2,2680,'/module/repo/control.php','/module/repo','file','M'),(5424,2,2680,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(5425,2,2680,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(5426,2,2680,'/module/repo/model.php','/module/repo','file','M'),(5427,2,2680,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(5428,2,2681,'/framework/base/router.class.php','/framework/base','file','M'),(5429,2,2681,'/framework/router.class.php','/framework','file','M'),(5430,2,2682,'/module/common/model.php','/module/common','file','M'),(5431,2,2682,'/module/product/model.php','/module/product','file','M'),(5432,2,2682,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(5433,2,2682,'/module/program/model.php','/module/program','file','M'),(5434,2,2682,'/module/project/model.php','/module/project','file','M'),(5435,2,2683,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5436,2,2683,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(5437,2,2684,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5438,2,2685,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5439,2,2686,'/db/update12.3.2.sql','/db','file','M'),(5440,2,2687,'/db/zentao.sql','/db','file','M'),(5441,2,2688,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(5442,2,2689,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(5443,2,2691,'/module/testtask/model.php','/module/testtask','file','M'),(5444,2,2693,'/module/product/model.php','/module/product','file','M'),(5445,2,2693,'/module/project/model.php','/module/project','file','M'),(5446,2,2694,'/framework/base/router.class.php','/framework/base','file','M'),(5447,2,2695,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5448,2,2696,'/module/todo/model.php','/module/todo','file','M'),(5449,2,2697,'/config/filter.php','/config','file','M'),(5450,2,2697,'/module/webhook/control.php','/module/webhook','file','M'),(5451,2,2697,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(5452,2,2697,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(5453,2,2698,'/config/filter.php','/config','file','M'),(5454,2,2698,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(5455,2,2698,'/module/group/lang/resource.php','/module/group/lang','file','M'),(5456,2,2698,'/module/webhook/control.php','/module/webhook','file','M'),(5457,2,2698,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(5458,2,2698,'/module/webhook/view/choosedept.html.php','/module/webhook/view','file','A'),(5459,2,2699,'/module/story/model.php','/module/story','file','M'),(5460,2,2700,'/db/update12.3.2.sql','/db','file','M'),(5461,2,2701,'/www/.htaccess','/www','file','M'),(5462,2,2701,'/www/.ztaccess','/www','file','M'),(5463,2,2703,'/module/product/model.php','/module/product','file','M'),(5464,2,2704,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(5465,2,2705,'/module/group/control.php','/module/group','file','M'),(5466,2,2706,'/module/block/control.php','/module/block','file','M'),(5467,2,2707,'/module/block/control.php','/module/block','file','M'),(5468,2,2708,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(5469,2,2708,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(5470,2,2708,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(5471,2,2709,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(5472,2,2710,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5473,2,2711,'/module/action/model.php','/module/action','file','M'),(5474,2,2711,'/module/user/model.php','/module/user','file','M'),(5475,2,2712,'/module/program/config.php','/module/program','file','M'),(5476,2,2712,'/module/program/control.php','/module/program','file','M'),(5477,2,2713,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(5478,2,2713,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(5479,2,2714,'/framework/base/helper.class.php','/framework/base','file','M'),(5480,2,2714,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(5481,2,2714,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(5482,2,2714,'/module/bug/config.php','/module/bug','file','M'),(5483,2,2714,'/module/caselib/config.php','/module/caselib','file','M'),(5484,2,2714,'/module/product/config.php','/module/product','file','M'),(5485,2,2714,'/module/story/config.php','/module/story','file','M'),(5486,2,2714,'/module/task/config.php','/module/task','file','M'),(5487,2,2714,'/module/testcase/config.php','/module/testcase','file','M'),(5488,2,2714,'/module/upgrade/model.php','/module/upgrade','file','M'),(5489,2,2714,'/module/user/config.php','/module/user','file','M'),(5490,2,2715,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5491,2,2716,'/module/testcase/control.php','/module/testcase','file','M'),(5492,2,2716,'/module/testcase/model.php','/module/testcase','file','M'),(5493,2,2716,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(5494,2,2717,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(5495,2,2718,'/db/update15.0.sql','/db','file','M'),(5496,2,2718,'/framework/base/control.class.php','/framework/base','file','M'),(5497,2,2718,'/framework/base/helper.class.php','/framework/base','file','M'),(5498,2,2718,'/framework/base/router.class.php','/framework/base','file','M'),(5499,2,2718,'/framework/router.class.php','/framework','file','M'),(5500,2,2718,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5501,2,2718,'/module/group/lang/resource.php','/module/group/lang','file','M'),(5502,2,2718,'/module/my/control.php','/module/my','file','M'),(5503,2,2718,'/module/my/lang/en.php','/module/my/lang','file','M'),(5504,2,2718,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(5505,2,2718,'/module/my/view/bug.html.php','/module/my/view','file','M'),(5506,2,2718,'/module/my/view/program.html.php','/module/my/view','file','A'),(5507,2,2718,'/module/my/view/project.html.php','/module/my/view','file','M'),(5508,2,2718,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(5509,2,2718,'/module/my/view/story.html.php','/module/my/view','file','M'),(5510,2,2718,'/module/my/view/task.html.php','/module/my/view','file','M'),(5511,2,2718,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(5512,2,2718,'/module/testtask/model.php','/module/testtask','file','M'),(5513,2,2719,'/module/action/model.php','/module/action','file','M'),(5514,2,2720,'/module/bug/control.php','/module/bug','file','M'),(5515,2,2722,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5516,2,2724,'/zdata/out.txt','/zdata','file','M'),(5517,2,2725,'/module/common/model.php','/module/common','file','M'),(5518,2,2726,'/module/program/control.php','/module/program','file','M'),(5519,2,2727,'/module/story/model.php','/module/story','file','M'),(5520,2,2728,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(5521,2,2729,'/db/update12.3.2.sql','/db','file','M'),(5522,2,2730,'/module/file/model.php','/module/file','file','M'),(5523,2,2730,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(5524,2,2731,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(5525,2,2732,'/module/task/control.php','/module/task','file','M'),(5526,2,2732,'/module/task/model.php','/module/task','file','M'),(5527,2,2734,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5528,2,2735,'/xuanxuan/module/client/ext/model/xuanxuan.php','/xuanxuan/module/client/ext/model','file','M'),(5529,2,2736,'/module/project/model.php','/module/project','file','M'),(5530,2,2737,'/module/common/view/header.html.php','/module/common/view','file','M'),(5531,2,2739,'/module/program/view/index.html.php','/module/program/view','file','M'),(5532,2,2740,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5533,2,2741,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','M'),(5534,2,2741,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(5535,2,2741,'/xuanxuan/module/im/ext/lang/en/xuanxuan.php','/xuanxuan/module/im/ext/lang/en','file','M'),(5536,2,2741,'/xuanxuan/module/im/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/im/ext/lang/zh-cn','file','M'),(5537,2,2742,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5538,2,2743,'/module/bug/control.php','/module/bug','file','M'),(5539,2,2743,'/module/bug/js/common.js','/module/bug/js','file','M'),(5540,2,2743,'/module/bug/model.php','/module/bug','file','M'),(5541,2,2743,'/module/build/control.php','/module/build','file','M'),(5542,2,2743,'/module/build/js/view.js','/module/build/js','file','M'),(5543,2,2743,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(5544,2,2743,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(5545,2,2743,'/module/build/view/view.html.php','/module/build/view','file','M'),(5546,2,2743,'/module/release/control.php','/module/release','file','M'),(5547,2,2743,'/module/release/js/view.js','/module/release/js','file','M'),(5548,2,2743,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(5549,2,2743,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(5550,2,2743,'/module/release/view/view.html.php','/module/release/view','file','M'),(5551,2,2743,'/module/story/model.php','/module/story','file','M'),(5552,2,2743,'/module/story/view/edit.html.php','/module/story/view','file','M'),(5553,2,2744,'/db/demo.sql','/db','file','M'),(5554,2,2744,'/db/update15.0.sql','/db','file','M'),(5555,2,2744,'/db/zentao.sql','/db','file','M'),(5556,2,2745,'/module/bug/js/common.js','/module/bug/js','file','M'),(5557,2,2746,'/module/action/model.php','/module/action','file','M'),(5558,2,2747,'/module/common/model.php','/module/common','file','M'),(5559,2,2747,'/module/program/model.php','/module/program','file','M'),(5560,2,2748,'/module/user/model.php','/module/user','file','M'),(5561,2,2749,'/module/common/model.php','/module/common','file','M'),(5562,2,2750,'/module/build/model.php','/module/build','file','M'),(5563,2,2750,'/module/project/control.php','/module/project','file','M'),(5564,2,2751,'/module/project/control.php','/module/project','file','M'),(5565,2,2751,'/module/project/model.php','/module/project','file','M'),(5566,2,2752,'/module/bug/control.php','/module/bug','file','M'),(5567,2,2752,'/module/bug/js/common.js','/module/bug/js','file','M'),(5568,2,2752,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(5569,2,2752,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(5570,2,2752,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(5571,2,2753,'/module/user/control.php','/module/user','file','M'),(5572,2,2754,'/module/common/model.php','/module/common','file','M'),(5573,2,2754,'/module/upgrade/control.php','/module/upgrade','file','M'),(5574,2,2754,'/module/upgrade/model.php','/module/upgrade','file','M'),(5575,2,2755,'/db/update12.3.2.sql','/db','file','A'),(5576,2,2756,'/module/story/view/edit.html.php','/module/story/view','file','M'),(5577,2,2757,'/module/project/model.php','/module/project','file','M'),(5578,2,2758,'/module/common/model.php','/module/common','file','M'),(5579,2,2758,'/module/group/model.php','/module/group','file','M'),(5580,2,2758,'/module/group/view/managepgmadmin.html.php','/module/group/view','file','M'),(5581,2,2758,'/module/project/model.php','/module/project','file','M'),(5582,2,2759,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(5583,2,2760,'/db/update15.0.sql','/db','file','M'),(5584,2,2760,'/db/zentao.sql','/db','file','M'),(5585,2,2760,'/module/upgrade/model.php','/module/upgrade','file','M'),(5586,2,2761,'/module/product/model.php','/module/product','file','M'),(5587,2,2761,'/module/project/control.php','/module/project','file','M'),(5588,2,2762,'/module/caselib/model.php','/module/caselib','file','M'),(5589,2,2762,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','M'),(5590,2,2762,'/module/testcase/model.php','/module/testcase','file','M'),(5591,2,2762,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(5592,2,2763,'/module/group/model.php','/module/group','file','M'),(5593,2,2763,'/module/program/control.php','/module/program','file','M'),(5594,2,2763,'/module/user/model.php','/module/user','file','M'),(5595,2,2764,'/module/common/lang/en.php','/module/common/lang','file','M'),(5596,2,2764,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(5597,2,2764,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(5598,2,2764,'/module/program/lang/en.php','/module/program/lang','file','M'),(5599,2,2764,'/module/user/model.php','/module/user','file','M'),(5600,2,2765,'/module/project/model.php','/module/project','file','M'),(5601,2,2767,'/module/program/model.php','/module/program','file','M'),(5602,2,2767,'/module/program/view/edit.html.php','/module/program/view','file','M'),(5603,2,2767,'/module/project/model.php','/module/project','file','M'),(5604,2,2767,'/module/user/model.php','/module/user','file','M'),(5605,2,2769,'/module/user/control.php','/module/user','file','M'),(5606,2,2771,'/module/upgrade/control.php','/module/upgrade','file','M'),(5607,2,2771,'/module/upgrade/css/mergeprogram.css','/module/upgrade/css','file','M'),(5608,2,2771,'/module/upgrade/model.php','/module/upgrade','file','M'),(5609,2,2771,'/module/upgrade/view/createprogram.html.php','/module/upgrade/view','file','A'),(5610,2,2771,'/module/upgrade/view/mergebyline.html.php','/module/upgrade/view','file','M'),(5611,2,2771,'/module/upgrade/view/mergebyproduct.html.php','/module/upgrade/view','file','M'),(5612,2,2771,'/module/upgrade/view/mergebyproject.html.php','/module/upgrade/view','file','M'),(5613,2,2771,'/module/upgrade/view/mergeprogram.html.php','/module/upgrade/view','file','M'),(5614,2,2772,'/zdata/demo/demo_job.yaml','/zdata/demo','file','M'),(5615,2,2772,'/zdata/out.txt','/zdata','file','M'),(5616,2,2772,'/zdata/zt_config.yaml','/zdata','file','M'),(5617,2,2772,'/zdata/zt_job.yaml','/zdata','file','M'),(5618,2,2773,'/module/block/control.php','/module/block','file','M'),(5619,2,2773,'/module/project/model.php','/module/project','file','M'),(5620,2,2774,'/www/js/zui/min.js','/www/js/zui','file','M'),(5621,2,2775,'/module/upgrade/control.php','/module/upgrade','file','M'),(5622,2,2775,'/module/upgrade/css/mergeprogram.css','/module/upgrade/css','file','M'),(5623,2,2775,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(5624,2,2775,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(5625,2,2775,'/module/upgrade/model.php','/module/upgrade','file','M'),(5626,2,2775,'/module/upgrade/view/mergebyline.html.php','/module/upgrade/view','file','M'),(5627,2,2775,'/module/upgrade/view/mergebyproduct.html.php','/module/upgrade/view','file','M'),(5628,2,2775,'/module/upgrade/view/mergebyproject.html.php','/module/upgrade/view','file','M'),(5629,2,2775,'/module/upgrade/view/mergeprogram.html.php','/module/upgrade/view','file','M'),(5630,2,2776,'/module/project/model.php','/module/project','file','M'),(5631,2,2777,'/zdata/demo/demo_flow_activity.yaml','/zdata/demo','file','M'),(5632,2,2777,'/zdata/demo/demo_flow_audit.yaml','/zdata/demo','file','M'),(5633,2,2777,'/zdata/demo/demo_flow_auditcl.yaml','/zdata/demo','file','M'),(5634,2,2777,'/zdata/demo/demo_flow_auditplan.yaml','/zdata/demo','file','M'),(5635,2,2777,'/zdata/demo/demo_flow_auditresult.yaml','/zdata/demo','file','M'),(5636,2,2777,'/zdata/demo/demo_flow_cmcl.yaml','/zdata/demo','file','M'),(5637,2,2777,'/zdata/demo/demo_flow_design.yaml','/zdata/demo','file','M'),(5638,2,2777,'/zdata/demo/demo_flow_designspec.yaml','/zdata/demo','file','M'),(5639,2,2777,'/zdata/demo/demo_flow_issue.yaml','/zdata/demo','file','M'),(5640,2,2777,'/zdata/demo/demo_flow_output.yaml','/zdata/demo','file','M'),(5641,2,2777,'/zdata/demo/demo_flow_process.yaml','/zdata/demo','file','M'),(5642,2,2777,'/zdata/demo/demo_flow_reviewcl.yaml','/zdata/demo','file','M'),(5643,2,2777,'/zdata/demo/demo_flow_reviewlist.yaml','/zdata/demo','file','M'),(5644,2,2777,'/zdata/demo/demo_flow_risk.yaml','/zdata/demo','file','M'),(5645,2,2777,'/zdata/demo/demo_flow_stage.yaml','/zdata/demo','file','M'),(5646,2,2777,'/zdata/demo/demo_flow_workloadbudget.yaml','/zdata/demo','file','M'),(5647,2,2777,'/zdata/demo/demo_job.yaml','/zdata/demo','file','M'),(5648,2,2777,'/zdata/zt_job.yaml','/zdata','file','M'),(5649,2,2778,'/module/product/model.php','/module/product','file','M'),(5650,2,2778,'/module/program/view/edit.html.php','/module/program/view','file','M'),(5651,2,2778,'/module/project/model.php','/module/project','file','M'),(5652,2,2778,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(5653,2,2779,'/module/upgrade/control.php','/module/upgrade','file','M'),(5654,2,2779,'/module/upgrade/model.php','/module/upgrade','file','M'),(5655,2,2780,'/db/update15.0.sql','/db','file','M'),(5656,2,2780,'/module/common/model.php','/module/common','file','M'),(5657,2,2781,'/zdata/demo/demo_action.yaml','/zdata/demo','file','A'),(5658,2,2781,'/zdata/demo/demo_asset.yaml','/zdata/demo','file','A'),(5659,2,2781,'/zdata/demo/demo_attend.yaml','/zdata/demo','file','A'),(5660,2,2781,'/zdata/demo/demo_attendstat.yaml','/zdata/demo','file','A'),(5661,2,2781,'/zdata/demo/demo_baseline.yaml','/zdata/demo','file','A'),(5662,2,2781,'/zdata/demo/demo_basicmeas.yaml','/zdata/demo','file','A'),(5663,2,2781,'/zdata/demo/demo_block.yaml','/zdata/demo','file','A'),(5664,2,2781,'/zdata/demo/demo_branch.yaml','/zdata/demo','file','A'),(5665,2,2781,'/zdata/demo/demo_budget.yaml','/zdata/demo','file','A'),(5666,2,2781,'/zdata/demo/demo_bug.yaml','/zdata/demo','file','A'),(5667,2,2781,'/zdata/demo/demo_build.yaml','/zdata/demo','file','A'),(5668,2,2781,'/zdata/demo/demo_burn.yaml','/zdata/demo','file','A'),(5669,2,2781,'/zdata/demo/demo_case.yaml','/zdata/demo','file','A'),(5670,2,2781,'/zdata/demo/demo_casestep.yaml','/zdata/demo','file','A'),(5671,2,2781,'/zdata/demo/demo_company.yaml','/zdata/demo','file','A'),(5672,2,2781,'/zdata/demo/demo_compile.yaml','/zdata/demo','file','A'),(5673,2,2781,'/zdata/demo/demo_config.yaml','/zdata/demo','file','A'),(5674,2,2781,'/zdata/demo/demo_cron.yaml','/zdata/demo','file','A'),(5675,2,2781,'/zdata/demo/demo_deploy.yaml','/zdata/demo','file','A'),(5676,2,2781,'/zdata/demo/demo_deployproduct.yaml','/zdata/demo','file','A'),(5677,2,2781,'/zdata/demo/demo_deployscope.yaml','/zdata/demo','file','A'),(5678,2,2781,'/zdata/demo/demo_deploystep.yaml','/zdata/demo','file','A'),(5679,2,2781,'/zdata/demo/demo_dept.yaml','/zdata/demo','file','A'),(5680,2,2781,'/zdata/demo/demo_derivemeas.yaml','/zdata/demo','file','A'),(5681,2,2781,'/zdata/demo/demo_designspec.yaml','/zdata/demo','file','A'),(5682,2,2781,'/zdata/demo/demo_doc.yaml','/zdata/demo','file','A'),(5683,2,2781,'/zdata/demo/demo_doccontent.yaml','/zdata/demo','file','A'),(5684,2,2781,'/zdata/demo/demo_doclib.yaml','/zdata/demo','file','A'),(5685,2,2781,'/zdata/demo/demo_durationestimation.yaml','/zdata/demo','file','A'),(5686,2,2781,'/zdata/demo/demo_effort.yaml','/zdata/demo','file','A'),(5687,2,2781,'/zdata/demo/demo_entry.yaml','/zdata/demo','file','A'),(5688,2,2781,'/zdata/demo/demo_extension.yaml','/zdata/demo','file','A'),(5689,2,2781,'/zdata/demo/demo_faq.yaml','/zdata/demo','file','A'),(5690,2,2781,'/zdata/demo/demo_feedback.yaml','/zdata/demo','file','A'),(5691,2,2781,'/zdata/demo/demo_feedbackview.yaml','/zdata/demo','file','A'),(5692,2,2781,'/zdata/demo/demo_file.yaml','/zdata/demo','file','A'),(5693,2,2781,'/zdata/demo/demo_flow_activity.yaml','/zdata/demo','file','A'),(5694,2,2781,'/zdata/demo/demo_flow_audit.yaml','/zdata/demo','file','A'),(5695,2,2781,'/zdata/demo/demo_flow_auditcl.yaml','/zdata/demo','file','A'),(5696,2,2781,'/zdata/demo/demo_flow_auditplan.yaml','/zdata/demo','file','A'),(5697,2,2781,'/zdata/demo/demo_flow_auditresult.yaml','/zdata/demo','file','A'),(5698,2,2781,'/zdata/demo/demo_flow_cmcl.yaml','/zdata/demo','file','A'),(5699,2,2781,'/zdata/demo/demo_flow_design.yaml','/zdata/demo','file','A'),(5700,2,2781,'/zdata/demo/demo_flow_designspec.yaml','/zdata/demo','file','A'),(5701,2,2781,'/zdata/demo/demo_flow_issue.yaml','/zdata/demo','file','A'),(5702,2,2781,'/zdata/demo/demo_flow_output.yaml','/zdata/demo','file','A'),(5703,2,2781,'/zdata/demo/demo_flow_process.yaml','/zdata/demo','file','A'),(5704,2,2781,'/zdata/demo/demo_flow_reviewcl.yaml','/zdata/demo','file','A'),(5705,2,2781,'/zdata/demo/demo_flow_reviewlist.yaml','/zdata/demo','file','A'),(5706,2,2781,'/zdata/demo/demo_flow_risk.yaml','/zdata/demo','file','A'),(5707,2,2781,'/zdata/demo/demo_flow_stage.yaml','/zdata/demo','file','A'),(5708,2,2781,'/zdata/demo/demo_flow_workloadbudget.yaml','/zdata/demo','file','A'),(5709,2,2781,'/zdata/demo/demo_group.yaml','/zdata/demo','file','A'),(5710,2,2781,'/zdata/demo/demo_grouppriv.yaml','/zdata/demo','file','A'),(5711,2,2781,'/zdata/demo/demo_history.yaml','/zdata/demo','file','A'),(5712,2,2781,'/zdata/demo/demo_holiday.yaml','/zdata/demo','file','A'),(5713,2,2781,'/zdata/demo/demo_host.yaml','/zdata/demo','file','A'),(5714,2,2781,'/zdata/demo/demo_im_chat.yaml','/zdata/demo','file','A'),(5715,2,2781,'/zdata/demo/demo_im_chatuser.yaml','/zdata/demo','file','A'),(5716,2,2781,'/zdata/demo/demo_im_client.yaml','/zdata/demo','file','A'),(5717,2,2781,'/zdata/demo/demo_im_conference.yaml','/zdata/demo','file','A'),(5718,2,2781,'/zdata/demo/demo_im_conferenceaction.yaml','/zdata/demo','file','A'),(5719,2,2781,'/zdata/demo/demo_im_message.yaml','/zdata/demo','file','A'),(5720,2,2781,'/zdata/demo/demo_im_messagestatus.yaml','/zdata/demo','file','A'),(5721,2,2781,'/zdata/demo/demo_im_queue.yaml','/zdata/demo','file','A'),(5722,2,2781,'/zdata/demo/demo_jenkins.yaml','/zdata/demo','file','A'),(5723,2,2781,'/zdata/demo/demo_job.yaml','/zdata/demo','file','A'),(5724,2,2781,'/zdata/demo/demo_lang.yaml','/zdata/demo','file','A'),(5725,2,2781,'/zdata/demo/demo_leave.yaml','/zdata/demo','file','A'),(5726,2,2781,'/zdata/demo/demo_lieu.yaml','/zdata/demo','file','A'),(5727,2,2781,'/zdata/demo/demo_log.yaml','/zdata/demo','file','A'),(5728,2,2781,'/zdata/demo/demo_measqueue.yaml','/zdata/demo','file','A'),(5729,2,2781,'/zdata/demo/demo_measrecords.yaml','/zdata/demo','file','A'),(5730,2,2781,'/zdata/demo/demo_meastemplate.yaml','/zdata/demo','file','A'),(5731,2,2781,'/zdata/demo/demo_module.yaml','/zdata/demo','file','A'),(5732,2,2781,'/zdata/demo/demo_nc.yaml','/zdata/demo','file','A'),(5733,2,2781,'/zdata/demo/demo_notify.yaml','/zdata/demo','file','A'),(5734,2,2781,'/zdata/demo/demo_oauth.yaml','/zdata/demo','file','A'),(5735,2,2781,'/zdata/demo/demo_object.yaml','/zdata/demo','file','A'),(5736,2,2781,'/zdata/demo/demo_overtime.yaml','/zdata/demo','file','A'),(5737,2,2781,'/zdata/demo/demo_product.yaml','/zdata/demo','file','A'),(5738,2,2781,'/zdata/demo/demo_productplan.yaml','/zdata/demo','file','A'),(5739,2,2781,'/zdata/demo/demo_programactivity.yaml','/zdata/demo','file','A'),(5740,2,2781,'/zdata/demo/demo_programoutput.yaml','/zdata/demo','file','A'),(5741,2,2781,'/zdata/demo/demo_programplan.yaml','/zdata/demo','file','A'),(5742,2,2781,'/zdata/demo/demo_programprocess.yaml','/zdata/demo','file','A'),(5743,2,2781,'/zdata/demo/demo_programreport.yaml','/zdata/demo','file','A'),(5744,2,2781,'/zdata/demo/demo_project.yaml','/zdata/demo','file','A'),(5745,2,2781,'/zdata/demo/demo_projectproduct.yaml','/zdata/demo','file','A'),(5746,2,2781,'/zdata/demo/demo_projectspec.yaml','/zdata/demo','file','A'),(5747,2,2781,'/zdata/demo/demo_projectstory.yaml','/zdata/demo','file','A'),(5748,2,2781,'/zdata/demo/demo_relation.yaml','/zdata/demo','file','A'),(5749,2,2781,'/zdata/demo/demo_relationoftasks.yaml','/zdata/demo','file','A'),(5750,2,2781,'/zdata/demo/demo_release.yaml','/zdata/demo','file','A'),(5751,2,2781,'/zdata/demo/demo_repo.yaml','/zdata/demo','file','A'),(5752,2,2781,'/zdata/demo/demo_repobranch.yaml','/zdata/demo','file','A'),(5753,2,2781,'/zdata/demo/demo_repofiles.yaml','/zdata/demo','file','A'),(5754,2,2781,'/zdata/demo/demo_repohistory.yaml','/zdata/demo','file','A'),(5755,2,2781,'/zdata/demo/demo_report.yaml','/zdata/demo','file','A'),(5756,2,2781,'/zdata/demo/demo_review.yaml','/zdata/demo','file','A'),(5757,2,2781,'/zdata/demo/demo_reviewissue.yaml','/zdata/demo','file','A'),(5758,2,2781,'/zdata/demo/demo_reviewresult.yaml','/zdata/demo','file','A'),(5759,2,2781,'/zdata/demo/demo_score.yaml','/zdata/demo','file','A'),(5760,2,2781,'/zdata/demo/demo_searchdict.yaml','/zdata/demo','file','A'),(5761,2,2781,'/zdata/demo/demo_searchindex.yaml','/zdata/demo','file','A'),(5762,2,2781,'/zdata/demo/demo_serverroom.yaml','/zdata/demo','file','A'),(5763,2,2781,'/zdata/demo/demo_service.yaml','/zdata/demo','file','A'),(5764,2,2781,'/zdata/demo/demo_solutions.yaml','/zdata/demo','file','A'),(5765,2,2781,'/zdata/demo/demo_sqlview.yaml','/zdata/demo','file','A'),(5766,2,2781,'/zdata/demo/demo_story.yaml','/zdata/demo','file','A'),(5767,2,2781,'/zdata/demo/demo_storyspec.yaml','/zdata/demo','file','A'),(5768,2,2781,'/zdata/demo/demo_storystage.yaml','/zdata/demo','file','A'),(5769,2,2781,'/zdata/demo/demo_suitecase.yaml','/zdata/demo','file','A'),(5770,2,2781,'/zdata/demo/demo_task.yaml','/zdata/demo','file','A'),(5771,2,2781,'/zdata/demo/demo_taskestimate.yaml','/zdata/demo','file','A'),(5772,2,2781,'/zdata/demo/demo_taskspec.yaml','/zdata/demo','file','A'),(5773,2,2781,'/zdata/demo/demo_team.yaml','/zdata/demo','file','A'),(5774,2,2781,'/zdata/demo/demo_testreport.yaml','/zdata/demo','file','A'),(5775,2,2781,'/zdata/demo/demo_testresult.yaml','/zdata/demo','file','A'),(5776,2,2781,'/zdata/demo/demo_testrun.yaml','/zdata/demo','file','A'),(5777,2,2781,'/zdata/demo/demo_testsuite.yaml','/zdata/demo','file','A'),(5778,2,2781,'/zdata/demo/demo_testtask.yaml','/zdata/demo','file','A'),(5779,2,2781,'/zdata/demo/demo_todo.yaml','/zdata/demo','file','A'),(5780,2,2781,'/zdata/demo/demo_trip.yaml','/zdata/demo','file','A'),(5781,2,2781,'/zdata/demo/demo_user.yaml','/zdata/demo','file','A'),(5782,2,2781,'/zdata/demo/demo_usercontact.yaml','/zdata/demo','file','A'),(5783,2,2781,'/zdata/demo/demo_usergroup.yaml','/zdata/demo','file','A'),(5784,2,2781,'/zdata/demo/demo_userquery.yaml','/zdata/demo','file','A'),(5785,2,2781,'/zdata/demo/demo_usertpl.yaml','/zdata/demo','file','A'),(5786,2,2781,'/zdata/demo/demo_userview.yaml','/zdata/demo','file','A'),(5787,2,2781,'/zdata/demo/demo_webhook.yaml','/zdata/demo','file','A'),(5788,2,2781,'/zdata/demo/demo_weeklyreport.yaml','/zdata/demo','file','A'),(5789,2,2781,'/zdata/demo/demo_workestimation.yaml','/zdata/demo','file','A'),(5790,2,2781,'/zdata/demo/demo_workflow.yaml','/zdata/demo','file','A'),(5791,2,2781,'/zdata/demo/demo_workflowaction.yaml','/zdata/demo','file','A'),(5792,2,2781,'/zdata/demo/demo_workflowdatasource.yaml','/zdata/demo','file','A'),(5793,2,2781,'/zdata/demo/demo_workflowfield.yaml','/zdata/demo','file','A'),(5794,2,2781,'/zdata/demo/demo_workflowlabel.yaml','/zdata/demo','file','A'),(5795,2,2781,'/zdata/demo/demo_workflowlayout.yaml','/zdata/demo','file','A'),(5796,2,2781,'/zdata/demo/demo_workflowlinkdata.yaml','/zdata/demo','file','A'),(5797,2,2781,'/zdata/demo/demo_workflowrelation.yaml','/zdata/demo','file','A'),(5798,2,2781,'/zdata/demo/demo_workflowrelationlayout.yaml','/zdata/demo','file','A'),(5799,2,2781,'/zdata/demo/demo_workflowrule.yaml','/zdata/demo','file','A'),(5800,2,2781,'/zdata/demo/demo_workflowsql.yaml','/zdata/demo','file','A'),(5801,2,2781,'/zdata/demo/demo_workflowversion.yaml','/zdata/demo','file','A'),(5802,2,2781,'/zdata/note.txt','/zdata','file','M'),(5803,2,2781,'/zdata/out.txt','/zdata','file','M'),(5804,2,2781,'/zdata/zt_flow_activity.yaml','/zdata','file','M'),(5805,2,2781,'/zdata/zt_flow_audit.yaml','/zdata','file','M'),(5806,2,2781,'/zdata/zt_flow_auditcl.yaml','/zdata','file','M'),(5807,2,2781,'/zdata/zt_flow_auditplan.yaml','/zdata','file','M'),(5808,2,2781,'/zdata/zt_flow_auditresult.yaml','/zdata','file','M'),(5809,2,2781,'/zdata/zt_flow_cmcl.yaml','/zdata','file','M'),(5810,2,2781,'/zdata/zt_flow_design.yaml','/zdata','file','M'),(5811,2,2781,'/zdata/zt_flow_designspec.yaml','/zdata','file','M'),(5812,2,2781,'/zdata/zt_flow_issue.yaml','/zdata','file','M'),(5813,2,2781,'/zdata/zt_flow_output.yaml','/zdata','file','M'),(5814,2,2781,'/zdata/zt_flow_process.yaml','/zdata','file','M'),(5815,2,2781,'/zdata/zt_flow_reviewcl.yaml','/zdata','file','M'),(5816,2,2781,'/zdata/zt_flow_reviewlist.yaml','/zdata','file','M'),(5817,2,2781,'/zdata/zt_flow_risk.yaml','/zdata','file','M'),(5818,2,2781,'/zdata/zt_flow_stage.yaml','/zdata','file','M'),(5819,2,2781,'/zdata/zt_flow_workloadbudget.yaml','/zdata','file','M'),(5820,2,2782,'/module/common/model.php','/module/common','file','M'),(5821,2,2783,'/module/bug/model.php','/module/bug','file','M'),(5822,2,2783,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(5823,2,2783,'/module/caselib/model.php','/module/caselib','file','M'),(5824,2,2783,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(5825,2,2783,'/module/common/model.php','/module/common','file','M'),(5826,2,2783,'/module/doc/model.php','/module/doc','file','M'),(5827,2,2783,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(5828,2,2783,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(5829,2,2783,'/module/jenkins/control.php','/module/jenkins','file','M'),(5830,2,2783,'/module/job/view/browse.html.php','/module/job/view','file','M'),(5831,2,2783,'/module/product/view/browse.html.php','/module/product/view','file','M'),(5832,2,2783,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(5833,2,2783,'/module/project/control.php','/module/project','file','M'),(5834,2,2783,'/module/release/view/browse.html.php','/module/release/view','file','M'),(5835,2,2783,'/module/release/view/view.html.php','/module/release/view','file','M'),(5836,2,2783,'/module/story/model.php','/module/story','file','M'),(5837,2,2783,'/module/testcase/model.php','/module/testcase','file','M'),(5838,2,2783,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(5839,2,2783,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(5840,2,2783,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(5841,2,2783,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(5842,2,2783,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(5843,2,2784,'/module/tree/model.php','/module/tree','file','M'),(5844,2,2785,'/framework/base/control.class.php','/framework/base','file','M'),(5845,2,2788,'/config/zentaopms.php','/config','file','M'),(5846,2,2788,'/db/update15.0.sql','/db','file','M'),(5847,2,2788,'/module/common/model.php','/module/common','file','M'),(5848,2,2788,'/module/group/lang/resource.php','/module/group/lang','file','M'),(5849,2,2788,'/module/program/config.php','/module/program','file','M'),(5850,2,2788,'/module/program/control.php','/module/program','file','M'),(5851,2,2788,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(5852,2,2788,'/module/program/model.php','/module/program','file','M'),(5853,2,2788,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(5854,2,2788,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(5855,2,2788,'/module/user/control.php','/module/user','file','M'),(5856,2,2788,'/module/user/model.php','/module/user','file','M'),(5857,2,2789,'/db/update15.0.sql','/db','file','M'),(5858,2,2789,'/module/upgrade/control.php','/module/upgrade','file','M'),(5859,2,2789,'/module/upgrade/css/mergeprogram.css','/module/upgrade/css','file','M'),(5860,2,2789,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','M'),(5861,2,2789,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(5862,2,2789,'/module/upgrade/model.php','/module/upgrade','file','M'),(5863,2,2789,'/module/upgrade/view/mergebyline.html.php','/module/upgrade/view','file','M'),(5864,2,2789,'/module/upgrade/view/mergebyproduct.html.php','/module/upgrade/view','file','M'),(5865,2,2789,'/module/upgrade/view/mergebyproject.html.php','/module/upgrade/view','file','M'),(5866,2,2789,'/module/upgrade/view/mergeprogram.html.php','/module/upgrade/view','file','M'),(5867,2,2790,'/zdata/common/date/v1.yaml','/zdata/common/date','file','M'),(5868,2,2790,'/zdata/note.txt','/zdata','file','M'),(5869,2,2790,'/zdata/out.txt','/zdata','file','M'),(5870,2,2790,'/zdata/zentaoqc.sql','/zdata','file','M'),(5871,2,2790,'/zdata/zt_block.yaml','/zdata','file','M'),(5872,2,2790,'/zdata/zt_branch.yaml','/zdata','file','M'),(5873,2,2790,'/zdata/zt_company.yaml','/zdata','file','M'),(5874,2,2790,'/zdata/zt_cron.yaml','/zdata','file','M'),(5875,2,2790,'/zdata/zt_dept.yaml','/zdata','file','M'),(5876,2,2790,'/zdata/zt_entry.yaml','/zdata','file','M'),(5877,2,2790,'/zdata/zt_extension.yaml','/zdata','file','M'),(5878,2,2790,'/zdata/zt_grouppriv.yaml','/zdata','file','M'),(5879,2,2790,'/zdata/zt_job.yaml','/zdata','file','M'),(5880,2,2790,'/zdata/zt_lang.yaml','/zdata','file','M'),(5881,2,2791,'/module/story/control.php','/module/story','file','M'),(5882,2,2792,'/module/upgrade/control.php','/module/upgrade','file','M'),(5883,2,2792,'/module/upgrade/model.php','/module/upgrade','file','M'),(5884,2,2792,'/module/upgrade/view/mergebyproduct.html.php','/module/upgrade/view','file','M'),(5885,2,2792,'/module/upgrade/view/mergebyproject.html.php','/module/upgrade/view','file','M'),(5886,2,2793,'/module/story/control.php','/module/story','file','M'),(5887,2,2794,'/zdata/common/groups/v1.yaml','/zdata/common/groups','file','A'),(5888,2,2794,'/zdata/note.txt','/zdata','file','M'),(5889,2,2794,'/zdata/out.txt','/zdata','file','M'),(5890,2,2794,'/zdata/zt_doc.yaml','/zdata','file','M'),(5891,2,2794,'/zdata/zt_doccontent.yaml','/zdata','file','M'),(5892,2,2794,'/zdata/zt_doclib.yaml','/zdata','file','M'),(5893,2,2796,'/module/upgrade/control.php','/module/upgrade','file','M'),(5894,2,2796,'/module/upgrade/css/mergeprogram.css','/module/upgrade/css','file','A'),(5895,2,2796,'/module/upgrade/js/mergeprogram.js','/module/upgrade/js','file','A'),(5896,2,2796,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(5897,2,2796,'/module/upgrade/model.php','/module/upgrade','file','M'),(5898,2,2796,'/module/upgrade/view/mergebyline.html.php','/module/upgrade/view','file','A'),(5899,2,2796,'/module/upgrade/view/mergebyproduct.html.php','/module/upgrade/view','file','A'),(5900,2,2796,'/module/upgrade/view/mergebyproject.html.php','/module/upgrade/view','file','A'),(5901,2,2796,'/module/upgrade/view/mergeprogram.html.php','/module/upgrade/view','file','A'),(5902,2,2797,'/zdata/common/ip/.v1.yaml.swp','/zdata/common/ip','file','D'),(5903,2,2797,'/zdata/common/phone/v1.yaml','/zdata/common/phone','file','A'),(5904,2,2797,'/zdata/common/user/v1.yaml','/zdata/common/user','file','M'),(5905,2,2797,'/zdata/common/version/v1.yaml','/zdata/common/version','file','A'),(5906,2,2797,'/zdata/note.txt','/zdata','file','M'),(5907,2,2797,'/zdata/out.txt','/zdata','file','M'),(5908,2,2797,'/zdata/zt_asset.yaml','/zdata','file','M'),(5909,2,2797,'/zdata/zt_budget.yaml','/zdata','file','M'),(5910,2,2797,'/zdata/zt_build.yaml','/zdata','file','M'),(5911,2,2797,'/zdata/zt_burn.yaml','/zdata','file','M'),(5912,2,2797,'/zdata/zt_case.yaml','/zdata','file','M'),(5913,2,2797,'/zdata/zt_company.yaml','/zdata','file','M'),(5914,2,2797,'/zdata/zt_effort.yaml','/zdata','file','M'),(5915,2,2797,'/zdata/zt_history.yaml','/zdata','file','M'),(5916,2,2797,'/zdata/zt_lang.yaml','/zdata','file','M'),(5917,2,2797,'/zdata/zt_object.yaml','/zdata','file','M'),(5918,2,2797,'/zdata/zt_programactivity.yaml','/zdata','file','M'),(5919,2,2797,'/zdata/zt_project.yaml','/zdata','file','M'),(5920,2,2798,'/module/common/model.php','/module/common','file','M'),(5921,2,2798,'/module/group/lang/en.php','/module/group/lang','file','M'),(5922,2,2798,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(5923,2,2798,'/module/group/model.php','/module/group','file','M'),(5924,2,2798,'/module/group/view/browse.html.php','/module/group/view','file','M'),(5925,2,2798,'/module/group/view/create.html.php','/module/group/view','file','M'),(5926,2,2798,'/module/program/config.php','/module/program','file','M'),(5927,2,2798,'/module/program/control.php','/module/program','file','M'),(5928,2,2798,'/module/program/view/group.html.php','/module/program/view','file','M'),(5929,2,2798,'/module/user/model.php','/module/user','file','M'),(5930,2,2799,'/zdata/note.txt','/zdata','file','M'),(5931,2,2800,'/zdata/common/color/v1.yaml','/zdata/common/color','file','A'),(5932,2,2800,'/zdata/common/date/v1.yaml','/zdata/common/date','file','A'),(5933,2,2800,'/zdata/common/file/v1.yaml','/zdata/common/file','file','A'),(5934,2,2800,'/zdata/common/ip/.v1.yaml.swp','/zdata/common/ip','file','A'),(5935,2,2800,'/zdata/common/ip/v1.yaml','/zdata/common/ip','file','A'),(5936,2,2800,'/zdata/common/user/v1.yaml','/zdata/common/user','file','A'),(5937,2,2800,'/zdata/note.txt','/zdata','file','A'),(5938,2,2800,'/zdata/out.txt','/zdata','file','A'),(5939,2,2800,'/zdata/zentaoqc.sql','/zdata','file','A'),(5940,2,2800,'/zdata/zt_action.yaml','/zdata','file','A'),(5941,2,2800,'/zdata/zt_asset.yaml','/zdata','file','A'),(5942,2,2800,'/zdata/zt_attend.yaml','/zdata','file','A'),(5943,2,2800,'/zdata/zt_attendstat.yaml','/zdata','file','A'),(5944,2,2800,'/zdata/zt_baseline.yaml','/zdata','file','A'),(5945,2,2800,'/zdata/zt_basicmeas.yaml','/zdata','file','A'),(5946,2,2800,'/zdata/zt_block.yaml','/zdata','file','A'),(5947,2,2800,'/zdata/zt_branch.yaml','/zdata','file','A'),(5948,2,2800,'/zdata/zt_budget.yaml','/zdata','file','A'),(5949,2,2800,'/zdata/zt_bug.yaml','/zdata','file','A'),(5950,2,2800,'/zdata/zt_build.yaml','/zdata','file','A'),(5951,2,2800,'/zdata/zt_burn.yaml','/zdata','file','A'),(5952,2,2800,'/zdata/zt_case.yaml','/zdata','file','A'),(5953,2,2800,'/zdata/zt_casestep.yaml','/zdata','file','A'),(5954,2,2800,'/zdata/zt_company.yaml','/zdata','file','A'),(5955,2,2800,'/zdata/zt_compile.yaml','/zdata','file','A'),(5956,2,2800,'/zdata/zt_config.yaml','/zdata','file','A'),(5957,2,2800,'/zdata/zt_cron.yaml','/zdata','file','A'),(5958,2,2800,'/zdata/zt_deploy.yaml','/zdata','file','A'),(5959,2,2800,'/zdata/zt_deployproduct.yaml','/zdata','file','A'),(5960,2,2800,'/zdata/zt_deployscope.yaml','/zdata','file','A'),(5961,2,2800,'/zdata/zt_deploystep.yaml','/zdata','file','A'),(5962,2,2800,'/zdata/zt_dept.yaml','/zdata','file','A'),(5963,2,2800,'/zdata/zt_derivemeas.yaml','/zdata','file','A'),(5964,2,2800,'/zdata/zt_designspec.yaml','/zdata','file','A'),(5965,2,2800,'/zdata/zt_doc.yaml','/zdata','file','A'),(5966,2,2800,'/zdata/zt_doccontent.yaml','/zdata','file','A'),(5967,2,2800,'/zdata/zt_doclib.yaml','/zdata','file','A'),(5968,2,2800,'/zdata/zt_durationestimation.yaml','/zdata','file','A'),(5969,2,2800,'/zdata/zt_effort.yaml','/zdata','file','A'),(5970,2,2800,'/zdata/zt_entry.yaml','/zdata','file','A'),(5971,2,2800,'/zdata/zt_extension.yaml','/zdata','file','A'),(5972,2,2800,'/zdata/zt_faq.yaml','/zdata','file','A'),(5973,2,2800,'/zdata/zt_feedback.yaml','/zdata','file','A'),(5974,2,2800,'/zdata/zt_feedbackview.yaml','/zdata','file','A'),(5975,2,2800,'/zdata/zt_file.yaml','/zdata','file','A'),(5976,2,2800,'/zdata/zt_flow_activity.yaml','/zdata','file','A'),(5977,2,2800,'/zdata/zt_flow_audit.yaml','/zdata','file','A'),(5978,2,2800,'/zdata/zt_flow_auditcl.yaml','/zdata','file','A'),(5979,2,2800,'/zdata/zt_flow_auditplan.yaml','/zdata','file','A'),(5980,2,2800,'/zdata/zt_flow_auditresult.yaml','/zdata','file','A'),(5981,2,2800,'/zdata/zt_flow_cmcl.yaml','/zdata','file','A'),(5982,2,2800,'/zdata/zt_flow_design.yaml','/zdata','file','A'),(5983,2,2800,'/zdata/zt_flow_designspec.yaml','/zdata','file','A'),(5984,2,2800,'/zdata/zt_flow_issue.yaml','/zdata','file','A'),(5985,2,2800,'/zdata/zt_flow_output.yaml','/zdata','file','A'),(5986,2,2800,'/zdata/zt_flow_process.yaml','/zdata','file','A'),(5987,2,2800,'/zdata/zt_flow_reviewcl.yaml','/zdata','file','A'),(5988,2,2800,'/zdata/zt_flow_reviewlist.yaml','/zdata','file','A'),(5989,2,2800,'/zdata/zt_flow_risk.yaml','/zdata','file','A'),(5990,2,2800,'/zdata/zt_flow_stage.yaml','/zdata','file','A'),(5991,2,2800,'/zdata/zt_flow_workloadbudget.yaml','/zdata','file','A'),(5992,2,2800,'/zdata/zt_group.yaml','/zdata','file','A'),(5993,2,2800,'/zdata/zt_grouppriv.yaml','/zdata','file','A'),(5994,2,2800,'/zdata/zt_history.yaml','/zdata','file','A'),(5995,2,2800,'/zdata/zt_holiday.yaml','/zdata','file','A'),(5996,2,2800,'/zdata/zt_host.yaml','/zdata','file','A'),(5997,2,2800,'/zdata/zt_im_chat.yaml','/zdata','file','A'),(5998,2,2800,'/zdata/zt_im_chatuser.yaml','/zdata','file','A'),(5999,2,2800,'/zdata/zt_im_client.yaml','/zdata','file','A'),(6000,2,2800,'/zdata/zt_im_conference.yaml','/zdata','file','A'),(6001,2,2800,'/zdata/zt_im_conferenceaction.yaml','/zdata','file','A'),(6002,2,2800,'/zdata/zt_im_message.yaml','/zdata','file','A'),(6003,2,2800,'/zdata/zt_im_messagestatus.yaml','/zdata','file','A'),(6004,2,2800,'/zdata/zt_im_queue.yaml','/zdata','file','A'),(6005,2,2800,'/zdata/zt_jenkins.yaml','/zdata','file','A'),(6006,2,2800,'/zdata/zt_job.yaml','/zdata','file','A'),(6007,2,2800,'/zdata/zt_lang.yaml','/zdata','file','A'),(6008,2,2800,'/zdata/zt_leave.yaml','/zdata','file','A'),(6009,2,2800,'/zdata/zt_lieu.yaml','/zdata','file','A'),(6010,2,2800,'/zdata/zt_log.yaml','/zdata','file','A'),(6011,2,2800,'/zdata/zt_measqueue.yaml','/zdata','file','A'),(6012,2,2800,'/zdata/zt_measrecords.yaml','/zdata','file','A'),(6013,2,2800,'/zdata/zt_meastemplate.yaml','/zdata','file','A'),(6014,2,2800,'/zdata/zt_module.yaml','/zdata','file','A'),(6015,2,2800,'/zdata/zt_nc.yaml','/zdata','file','A'),(6016,2,2800,'/zdata/zt_notify.yaml','/zdata','file','A'),(6017,2,2800,'/zdata/zt_oauth.yaml','/zdata','file','A'),(6018,2,2800,'/zdata/zt_object.yaml','/zdata','file','A'),(6019,2,2800,'/zdata/zt_overtime.yaml','/zdata','file','A'),(6020,2,2800,'/zdata/zt_product.yaml','/zdata','file','A'),(6021,2,2800,'/zdata/zt_productplan.yaml','/zdata','file','A'),(6022,2,2800,'/zdata/zt_programactivity.yaml','/zdata','file','A'),(6023,2,2800,'/zdata/zt_programoutput.yaml','/zdata','file','A'),(6024,2,2800,'/zdata/zt_programplan.yaml','/zdata','file','A'),(6025,2,2800,'/zdata/zt_programprocess.yaml','/zdata','file','A'),(6026,2,2800,'/zdata/zt_programreport.yaml','/zdata','file','A'),(6027,2,2800,'/zdata/zt_project.yaml','/zdata','file','A'),(6028,2,2800,'/zdata/zt_projectproduct.yaml','/zdata','file','A'),(6029,2,2800,'/zdata/zt_projectspec.yaml','/zdata','file','A'),(6030,2,2800,'/zdata/zt_projectstory.yaml','/zdata','file','A'),(6031,2,2800,'/zdata/zt_relation.yaml','/zdata','file','A'),(6032,2,2800,'/zdata/zt_relationoftasks.yaml','/zdata','file','A'),(6033,2,2800,'/zdata/zt_release.yaml','/zdata','file','A'),(6034,2,2800,'/zdata/zt_repo.yaml','/zdata','file','A'),(6035,2,2800,'/zdata/zt_repobranch.yaml','/zdata','file','A'),(6036,2,2800,'/zdata/zt_repofiles.yaml','/zdata','file','A'),(6037,2,2800,'/zdata/zt_repohistory.yaml','/zdata','file','A'),(6038,2,2800,'/zdata/zt_report.yaml','/zdata','file','A'),(6039,2,2800,'/zdata/zt_review.yaml','/zdata','file','A'),(6040,2,2800,'/zdata/zt_reviewissue.yaml','/zdata','file','A'),(6041,2,2800,'/zdata/zt_reviewresult.yaml','/zdata','file','A'),(6042,2,2800,'/zdata/zt_score.yaml','/zdata','file','A'),(6043,2,2800,'/zdata/zt_searchdict.yaml','/zdata','file','A'),(6044,2,2800,'/zdata/zt_searchindex.yaml','/zdata','file','A'),(6045,2,2800,'/zdata/zt_serverroom.yaml','/zdata','file','A'),(6046,2,2800,'/zdata/zt_service.yaml','/zdata','file','A'),(6047,2,2800,'/zdata/zt_solutions.yaml','/zdata','file','A'),(6048,2,2800,'/zdata/zt_sqlview.yaml','/zdata','file','A'),(6049,2,2800,'/zdata/zt_story.yaml','/zdata','file','A'),(6050,2,2800,'/zdata/zt_storyspec.yaml','/zdata','file','A'),(6051,2,2800,'/zdata/zt_storystage.yaml','/zdata','file','A'),(6052,2,2800,'/zdata/zt_suitecase.yaml','/zdata','file','A'),(6053,2,2800,'/zdata/zt_task.yaml','/zdata','file','A'),(6054,2,2800,'/zdata/zt_taskestimate.yaml','/zdata','file','A'),(6055,2,2800,'/zdata/zt_taskspec.yaml','/zdata','file','A'),(6056,2,2800,'/zdata/zt_team.yaml','/zdata','file','A'),(6057,2,2800,'/zdata/zt_testreport.yaml','/zdata','file','A'),(6058,2,2800,'/zdata/zt_testresult.yaml','/zdata','file','A'),(6059,2,2800,'/zdata/zt_testrun.yaml','/zdata','file','A'),(6060,2,2800,'/zdata/zt_testsuite.yaml','/zdata','file','A'),(6061,2,2800,'/zdata/zt_testtask.yaml','/zdata','file','A'),(6062,2,2800,'/zdata/zt_todo.yaml','/zdata','file','A'),(6063,2,2800,'/zdata/zt_trip.yaml','/zdata','file','A'),(6064,2,2800,'/zdata/zt_user.yaml','/zdata','file','A'),(6065,2,2800,'/zdata/zt_usercontact.yaml','/zdata','file','A'),(6066,2,2800,'/zdata/zt_usergroup.yaml','/zdata','file','A'),(6067,2,2800,'/zdata/zt_userquery.yaml','/zdata','file','A'),(6068,2,2800,'/zdata/zt_usertpl.yaml','/zdata','file','A'),(6069,2,2800,'/zdata/zt_userview.yaml','/zdata','file','A'),(6070,2,2800,'/zdata/zt_webhook.yaml','/zdata','file','A'),(6071,2,2800,'/zdata/zt_weeklyreport.yaml','/zdata','file','A'),(6072,2,2800,'/zdata/zt_workestimation.yaml','/zdata','file','A'),(6073,2,2800,'/zdata/zt_workflow.yaml','/zdata','file','A'),(6074,2,2800,'/zdata/zt_workflowaction.yaml','/zdata','file','A'),(6075,2,2800,'/zdata/zt_workflowdatasource.yaml','/zdata','file','A'),(6076,2,2800,'/zdata/zt_workflowfield.yaml','/zdata','file','A'),(6077,2,2800,'/zdata/zt_workflowlabel.yaml','/zdata','file','A'),(6078,2,2800,'/zdata/zt_workflowlayout.yaml','/zdata','file','A'),(6079,2,2800,'/zdata/zt_workflowlinkdata.yaml','/zdata','file','A'),(6080,2,2800,'/zdata/zt_workflowrelation.yaml','/zdata','file','A'),(6081,2,2800,'/zdata/zt_workflowrelationlayout.yaml','/zdata','file','A'),(6082,2,2800,'/zdata/zt_workflowrule.yaml','/zdata','file','A'),(6083,2,2800,'/zdata/zt_workflowsql.yaml','/zdata','file','A'),(6084,2,2800,'/zdata/zt_workflowversion.yaml','/zdata','file','A'),(6085,2,2801,'/db/update15.0.sql','/db','file','M'),(6086,2,2801,'/module/group/control.php','/module/group','file','M'),(6087,2,2801,'/module/group/lang/en.php','/module/group/lang','file','M'),(6088,2,2801,'/module/group/lang/resource.php','/module/group/lang','file','M'),(6089,2,2801,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(6090,2,2801,'/module/group/view/browse.html.php','/module/group/view','file','M'),(6091,2,2801,'/module/group/view/managepgmadmin.html.php','/module/group/view','file','M'),(6092,2,2801,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(6093,2,2801,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(6094,2,2801,'/module/program/config.php','/module/program','file','M'),(6095,2,2801,'/module/program/control.php','/module/program','file','M'),(6096,2,2801,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6097,2,2801,'/module/program/view/create.html.php','/module/program/view','file','M'),(6098,2,2802,'/db/update15.0.sql','/db','file','M'),(6099,2,2802,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6100,2,2802,'/module/common/model.php','/module/common','file','M'),(6101,2,2802,'/module/group/control.php','/module/group','file','M'),(6102,2,2802,'/module/group/model.php','/module/group','file','M'),(6103,2,2802,'/module/program/config.php','/module/program','file','M'),(6104,2,2802,'/module/program/control.php','/module/program','file','M'),(6105,2,2802,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6106,2,2802,'/module/program/model.php','/module/program','file','M'),(6107,2,2802,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(6108,2,2803,'/module/program/view/group.html.php','/module/program/view','file','A'),(6109,2,2803,'/module/program/view/manageview.html.php','/module/program/view','file','A'),(6110,2,2804,'/db/update15.0.sql','/db','file','M'),(6111,2,2804,'/module/dept/model.php','/module/dept','file','M'),(6112,2,2804,'/module/group/control.php','/module/group','file','M'),(6113,2,2804,'/module/group/css/managepgmadmin.css','/module/group/css','file','A'),(6114,2,2804,'/module/group/js/managepgmadmin.js','/module/group/js','file','A'),(6115,2,2804,'/module/group/lang/en.php','/module/group/lang','file','M'),(6116,2,2804,'/module/group/lang/resource.php','/module/group/lang','file','M'),(6117,2,2804,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(6118,2,2804,'/module/group/model.php','/module/group','file','M'),(6119,2,2804,'/module/group/view/browse.html.php','/module/group/view','file','M'),(6120,2,2804,'/module/group/view/managepgmadmin.html.php','/module/group/view','file','A'),(6121,2,2805,'/module/upgrade/control.php','/module/upgrade','file','M'),(6122,2,2805,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(6123,2,2806,'/module/upgrade/control.php','/module/upgrade','file','M'),(6124,2,2806,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(6125,2,2806,'/module/upgrade/view/to15.html.php','/module/upgrade/view','file','A'),(6126,2,2807,'/framework/control.class.php','/framework','file','M'),(6127,2,2807,'/module/repo/model.php','/module/repo','file','M'),(6128,2,2807,'/module/task/model.php','/module/task','file','M'),(6129,2,2808,'/module/job/model.php','/module/job','file','M'),(6130,2,2809,'/module/install/model.php','/module/install','file','M'),(6131,2,2809,'/module/upgrade/model.php','/module/upgrade','file','M'),(6132,2,2810,'/module/install/model.php','/module/install','file','M'),(6133,2,2810,'/module/upgrade/model.php','/module/upgrade','file','M'),(6134,2,2811,'/module/file/model.php','/module/file','file','M'),(6135,2,2812,'/module/ci/model.php','/module/ci','file','M'),(6136,2,2812,'/module/product/model.php','/module/product','file','M'),(6137,2,2812,'/module/project/model.php','/module/project','file','M'),(6138,2,2812,'/module/story/model.php','/module/story','file','M'),(6139,2,2813,'/module/repo/control.php','/module/repo','file','M'),(6140,2,2813,'/module/repo/view/browse.html.php','/module/repo/view','file','M'),(6141,2,2814,'/module/compile/model.php','/module/compile','file','M'),(6142,2,2814,'/module/jenkins/model.php','/module/jenkins','file','M'),(6143,2,2814,'/module/repo/model.php','/module/repo','file','M'),(6144,2,2815,'/framework/model.class.php','/framework','file','M'),(6145,2,2816,'/module/story/model.php','/module/story','file','M'),(6146,2,2816,'/module/task/model.php','/module/task','file','M'),(6147,2,2817,'/module/compile/model.php','/module/compile','file','M'),(6148,2,2817,'/module/jenkins/model.php','/module/jenkins','file','M'),(6149,2,2817,'/module/job/model.php','/module/job','file','M'),(6150,2,2817,'/module/repo/model.php','/module/repo','file','M'),(6151,2,2818,'/framework/router.class.php','/framework','file','M'),(6152,2,2819,'/VERSION','/','file','M'),(6153,2,2819,'/config/config.php','/config','file','M'),(6154,2,2819,'/db/standard/zentao12.3.2.sql','/db/standard','file','A'),(6155,2,2819,'/framework/control.class.php','/framework','file','M'),(6156,2,2819,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(6157,2,2819,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(6158,2,2819,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(6159,2,2819,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(6160,2,2819,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(6161,2,2819,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(6162,2,2819,'/module/testcase/control.php','/module/testcase','file','M'),(6163,2,2819,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(6164,2,2819,'/module/upgrade/model.php','/module/upgrade','file','M'),(6165,2,2820,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6166,2,2821,'/framework/control.class.php','/framework','file','M'),(6167,2,2821,'/framework/model.class.php','/framework','file','M'),(6168,2,2821,'/module/bug/model.php','/module/bug','file','M'),(6169,2,2821,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(6170,2,2821,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(6171,2,2821,'/module/story/model.php','/module/story','file','M'),(6172,2,2821,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(6173,2,2821,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(6174,2,2821,'/module/task/model.php','/module/task','file','M'),(6175,2,2821,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(6176,2,2821,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(6177,2,2821,'/module/testcase/model.php','/module/testcase','file','M'),(6178,2,2821,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(6179,2,2821,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(6180,2,2822,'/module/group/lang/resource.php','/module/group/lang','file','M'),(6181,2,2822,'/module/my/control.php','/module/my','file','M'),(6182,2,2822,'/module/my/lang/de.php','/module/my/lang','file','M'),(6183,2,2822,'/module/my/lang/en.php','/module/my/lang','file','M'),(6184,2,2822,'/module/my/lang/fr.php','/module/my/lang','file','M'),(6185,2,2822,'/module/my/lang/vi.php','/module/my/lang','file','M'),(6186,2,2822,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(6187,2,2822,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(6188,2,2822,'/module/my/view/requirement.html.php','/module/my/view','file','D'),(6189,2,2823,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(6190,2,2823,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(6191,2,2824,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6192,2,2825,'/module/repo/model.php','/module/repo','file','M'),(6193,2,2825,'/module/repo/view/showsynccommit.html.php','/module/repo/view','file','M'),(6194,2,2826,'/module/task/model.php','/module/task','file','M'),(6195,2,2827,'/module/caselib/control.php','/module/caselib','file','M'),(6196,2,2827,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','M'),(6197,2,2827,'/module/testcase/control.php','/module/testcase','file','M'),(6198,2,2827,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(6199,2,2828,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6200,2,2829,'/module/common/model.php','/module/common','file','M'),(6201,2,2830,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6202,2,2831,'/module/product/control.php','/module/product','file','M'),(6203,2,2831,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(6204,2,2831,'/module/project/control.php','/module/project','file','M'),(6205,2,2833,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6206,2,2833,'/module/common/model.php','/module/common','file','M'),(6207,2,2834,'/module/bug/model.php','/module/bug','file','M'),(6208,2,2834,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(6209,2,2834,'/module/build/model.php','/module/build','file','M'),(6210,2,2834,'/module/caselib/model.php','/module/caselib','file','M'),(6211,2,2834,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(6212,2,2834,'/module/jenkins/control.php','/module/jenkins','file','M'),(6213,2,2834,'/module/job/view/browse.html.php','/module/job/view','file','M'),(6214,2,2834,'/module/release/model.php','/module/release','file','M'),(6215,2,2834,'/module/release/view/browse.html.php','/module/release/view','file','M'),(6216,2,2834,'/module/release/view/view.html.php','/module/release/view','file','M'),(6217,2,2834,'/module/repo/model.php','/module/repo','file','M'),(6218,2,2834,'/module/testcase/model.php','/module/testcase','file','M'),(6219,2,2834,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(6220,2,2834,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(6221,2,2834,'/module/testreport/model.php','/module/testreport','file','M'),(6222,2,2834,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(6223,2,2834,'/module/testsuite/model.php','/module/testsuite','file','M'),(6224,2,2834,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(6225,2,2834,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(6226,2,2836,'/framework/control.class.php','/framework','file','M'),(6227,2,2837,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(6228,2,2837,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(6229,2,2837,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(6230,2,2837,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6231,2,2838,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(6232,2,2838,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(6233,2,2838,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(6234,2,2838,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6235,2,2839,'/module/story/model.php','/module/story','file','M'),(6236,2,2840,'/module/product/control.php','/module/product','file','M'),(6237,2,2840,'/module/product/view/browse.html.php','/module/product/view','file','M'),(6238,2,2840,'/module/story/model.php','/module/story','file','M'),(6239,2,2841,'/module/doc/control.php','/module/doc','file','M'),(6240,2,2842,'/module/doc/model.php','/module/doc','file','M'),(6241,2,2842,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(6242,2,2842,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(6243,2,2844,'/framework/router.class.php','/framework','file','M'),(6244,2,2845,'/module/common/model.php','/module/common','file','M'),(6245,2,2846,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(6246,2,2846,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(6247,2,2846,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(6248,2,2846,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(6249,2,2847,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(6250,2,2847,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(6251,2,2847,'/module/custom/config.php','/module/custom','file','M'),(6252,2,2847,'/module/custom/control.php','/module/custom','file','M'),(6253,2,2847,'/module/task/model.php','/module/task','file','M'),(6254,2,2847,'/module/testtask/view/browseunits.html.php','/module/testtask/view','file','M'),(6255,2,2847,'/module/todo/control.php','/module/todo','file','M'),(6256,2,2847,'/module/todo/model.php','/module/todo','file','M'),(6257,2,2847,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(6258,2,2847,'/module/user/model.php','/module/user','file','M'),(6259,2,2848,'/www/js/my.full.js','/www/js','file','M'),(6260,2,2849,'/module/ci/model.php','/module/ci','file','M'),(6261,2,2850,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(6262,2,2851,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6263,2,2852,'/module/project/model.php','/module/project','file','M'),(6264,2,2854,'/module/common/view/header.html.php','/module/common/view','file','M'),(6265,2,2855,'/module/project/control.php','/module/project','file','M'),(6266,2,2856,'/module/testreport/control.php','/module/testreport','file','M'),(6267,2,2857,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6268,2,2857,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(6269,2,2857,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(6270,2,2857,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(6271,2,2857,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(6272,2,2858,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6273,2,2859,'/VERSION','/','file','M'),(6274,2,2859,'/config/config.php','/config','file','M'),(6275,2,2859,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6276,2,2859,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(6277,2,2859,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6278,2,2859,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(6279,2,2860,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6280,2,2861,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6281,2,2861,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6282,2,2862,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6283,2,2862,'/module/program/control.php','/module/program','file','M'),(6284,2,2862,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','M'),(6285,2,2862,'/module/program/view/index.html.php','/module/program/view','file','M'),(6286,2,2862,'/module/program/view/managemembers.html.php','/module/program/view','file','M'),(6287,2,2863,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6288,2,2863,'/module/common/model.php','/module/common','file','M'),(6289,2,2863,'/module/common/view/header.html.php','/module/common/view','file','M'),(6290,2,2865,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6291,2,2865,'/module/program/control.php','/module/program','file','M'),(6292,2,2865,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6293,2,2865,'/module/program/model.php','/module/program','file','M'),(6294,2,2865,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(6295,2,2865,'/module/program/view/create.html.php','/module/program/view','file','M'),(6296,2,2865,'/module/program/view/edit.html.php','/module/program/view','file','M'),(6297,2,2866,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(6298,2,2867,'/module/task/model.php','/module/task','file','M'),(6299,2,2868,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6300,2,2869,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6301,2,2871,'/module/story/model.php','/module/story','file','M'),(6302,2,2871,'/module/task/model.php','/module/task','file','M'),(6303,2,2872,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6304,2,2873,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(6305,2,2874,'/module/program/control.php','/module/program','file','M'),(6306,2,2875,'/module/program/control.php','/module/program','file','M'),(6307,2,2876,'/db/update15.0.sql','/db','file','M'),(6308,2,2876,'/module/common/view/header.html.php','/module/common/view','file','M'),(6309,2,2876,'/module/program/control.php','/module/program','file','M'),(6310,2,2876,'/module/program/model.php','/module/program','file','M'),(6311,2,2876,'/module/program/view/ajaxgetdropmenu.html.php','/module/program/view','file','A'),(6312,2,2877,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6313,2,2877,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6314,2,2877,'/module/common/model.php','/module/common','file','M'),(6315,2,2877,'/module/common/view/header.html.php','/module/common/view','file','M'),(6316,2,2877,'/module/program/control.php','/module/program','file','M'),(6317,2,2877,'/module/program/js/managemembers.js','/module/program/js','file','A'),(6318,2,2877,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6319,2,2877,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(6320,2,2877,'/module/program/view/managemembers.html.php','/module/program/view','file','A'),(6321,2,2878,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6322,2,2878,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6323,2,2878,'/module/common/view/header.html.php','/module/common/view','file','M'),(6324,2,2878,'/module/program/model.php','/module/program','file','M'),(6325,2,2879,'/module/common/view/header.html.php','/module/common/view','file','M'),(6326,2,2879,'/www/js/zui/min.js','/www/js/zui','file','M'),(6327,2,2879,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6328,2,2880,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6329,2,2880,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6330,2,2880,'/module/common/view/header.html.php','/module/common/view','file','M'),(6331,2,2882,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(6332,2,2883,'/VERSION','/','file','M'),(6333,2,2883,'/config/config.php','/config','file','M'),(6334,2,2883,'/db/standard/zentao12.3.1.sql','/db/standard','file','A'),(6335,2,2883,'/doc/CHANGELOG','/doc','file','M'),(6336,2,2883,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(6337,2,2883,'/module/backup/lang/de.php','/module/backup/lang','file','M'),(6338,2,2883,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(6339,2,2883,'/module/backup/lang/fr.php','/module/backup/lang','file','M'),(6340,2,2883,'/module/backup/lang/vi.php','/module/backup/lang','file','M'),(6341,2,2883,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(6342,2,2883,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(6343,2,2883,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(6344,2,2883,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(6345,2,2883,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(6346,2,2883,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(6347,2,2883,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(6348,2,2883,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(6349,2,2883,'/module/file/lang/de.php','/module/file/lang','file','M'),(6350,2,2883,'/module/file/lang/en.php','/module/file/lang','file','M'),(6351,2,2883,'/module/file/lang/fr.php','/module/file/lang','file','M'),(6352,2,2883,'/module/file/lang/vi.php','/module/file/lang','file','M'),(6353,2,2883,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(6354,2,2883,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(6355,2,2883,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(6356,2,2883,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(6357,2,2883,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(6358,2,2883,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(6359,2,2883,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(6360,2,2883,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(6361,2,2883,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(6362,2,2883,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(6363,2,2883,'/module/sso/lang/zh-tw.php','/module/sso/lang','file','M'),(6364,2,2883,'/module/task/lang/de.php','/module/task/lang','file','M'),(6365,2,2883,'/module/task/lang/en.php','/module/task/lang','file','M'),(6366,2,2883,'/module/task/lang/fr.php','/module/task/lang','file','M'),(6367,2,2883,'/module/task/lang/vi.php','/module/task/lang','file','M'),(6368,2,2883,'/module/testreport/lang/de.php','/module/testreport/lang','file','M'),(6369,2,2883,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(6370,2,2883,'/module/testreport/lang/fr.php','/module/testreport/lang','file','M'),(6371,2,2883,'/module/testreport/lang/vi.php','/module/testreport/lang','file','M'),(6372,2,2883,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(6373,2,2883,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(6374,2,2883,'/module/upgrade/model.php','/module/upgrade','file','M'),(6375,2,2883,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(6376,2,2884,'/module/product/control.php','/module/product','file','M'),(6377,2,2884,'/module/product/view/view.html.php','/module/product/view','file','M'),(6378,2,2885,'/module/branch/model.php','/module/branch','file','M'),(6379,2,2885,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(6380,2,2886,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6381,2,2886,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6382,2,2886,'/module/common/model.php','/module/common','file','M'),(6383,2,2887,'/module/bug/model.php','/module/bug','file','M'),(6384,2,2887,'/module/caselib/control.php','/module/caselib','file','M'),(6385,2,2887,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','M'),(6386,2,2887,'/module/datatable/lang/de.php','/module/datatable/lang','file','M'),(6387,2,2887,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(6388,2,2887,'/module/datatable/lang/fr.php','/module/datatable/lang','file','M'),(6389,2,2887,'/module/datatable/lang/vi.php','/module/datatable/lang','file','M'),(6390,2,2887,'/module/file/control.php','/module/file','file','M'),(6391,2,2887,'/module/file/model.php','/module/file','file','M'),(6392,2,2887,'/module/project/control.php','/module/project','file','M'),(6393,2,2887,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(6394,2,2887,'/module/sso/control.php','/module/sso','file','M'),(6395,2,2887,'/module/story/model.php','/module/story','file','M'),(6396,2,2887,'/module/task/control.php','/module/task','file','M'),(6397,2,2887,'/module/testcase/control.php','/module/testcase','file','M'),(6398,2,2887,'/module/testcase/model.php','/module/testcase','file','M'),(6399,2,2887,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(6400,2,2888,'/db/update15.0.sql','/db','file','M'),(6401,2,2888,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6402,2,2888,'/module/program/view/edit.html.php','/module/program/view','file','M'),(6403,2,2889,'/module/product/model.php','/module/product','file','M'),(6404,2,2890,'/module/user/model.php','/module/user','file','M'),(6405,2,2891,'/module/user/model.php','/module/user','file','M'),(6406,2,2892,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6407,2,2892,'/module/common/model.php','/module/common','file','M'),(6408,2,2892,'/module/program/control.php','/module/program','file','M'),(6409,2,2892,'/module/program/js/create.js','/module/program/js','file','M'),(6410,2,2892,'/module/program/lang/en.php','/module/program/lang','file','M'),(6411,2,2892,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6412,2,2892,'/module/program/model.php','/module/program','file','M'),(6413,2,2892,'/module/program/view/browsebygrid.html.php','/module/program/view','file','M'),(6414,2,2892,'/module/program/view/browsebylist.html.php','/module/program/view','file','M'),(6415,2,2892,'/module/program/view/create.html.php','/module/program/view','file','M'),(6416,2,2892,'/module/program/view/edit.html.php','/module/program/view','file','M'),(6417,2,2893,'/module/task/js/create.js','/module/task/js','file','M'),(6418,2,2893,'/module/task/view/create.html.php','/module/task/view','file','M'),(6419,2,2894,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6420,2,2894,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6421,2,2894,'/module/common/model.php','/module/common','file','M'),(6422,2,2894,'/module/common/view/header.html.php','/module/common/view','file','M'),(6423,2,2895,'/module/product/model.php','/module/product','file','M'),(6424,2,2896,'/module/caselib/control.php','/module/caselib','file','M'),(6425,2,2896,'/module/file/model.php','/module/file','file','M'),(6426,2,2896,'/module/testcase/control.php','/module/testcase','file','M'),(6427,2,2897,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6428,2,2897,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6429,2,2897,'/module/common/model.php','/module/common','file','M'),(6430,2,2898,'/module/caselib/control.php','/module/caselib','file','M'),(6431,2,2898,'/module/caselib/model.php','/module/caselib','file','M'),(6432,2,2898,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(6433,2,2898,'/module/caselib/view/import.html.php','/module/caselib/view','file','M'),(6434,2,2898,'/module/testcase/control.php','/module/testcase','file','M'),(6435,2,2898,'/module/testcase/lang/de.php','/module/testcase/lang','file','M'),(6436,2,2898,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(6437,2,2898,'/module/testcase/lang/fr.php','/module/testcase/lang','file','M'),(6438,2,2898,'/module/testcase/lang/vi.php','/module/testcase/lang','file','M'),(6439,2,2898,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(6440,2,2898,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(6441,2,2898,'/module/testcase/model.php','/module/testcase','file','M'),(6442,2,2898,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(6443,2,2898,'/module/testcase/view/import.html.php','/module/testcase/view','file','M'),(6444,2,2899,'/module/bug/control.php','/module/bug','file','M'),(6445,2,2899,'/module/caselib/control.php','/module/caselib','file','M'),(6446,2,2899,'/module/testcase/control.php','/module/testcase','file','M'),(6447,2,2900,'/module/caselib/control.php','/module/caselib','file','M'),(6448,2,2900,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','M'),(6449,2,2900,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(6450,2,2900,'/module/file/model.php','/module/file','file','M'),(6451,2,2900,'/module/testcase/control.php','/module/testcase','file','M'),(6452,2,2900,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(6453,2,2901,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6454,2,2901,'/module/common/model.php','/module/common','file','M'),(6455,2,2903,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6456,2,2903,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6457,2,2903,'/module/common/model.php','/module/common','file','M'),(6458,2,2904,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(6459,2,2905,'/module/file/lang/de.php','/module/file/lang','file','M'),(6460,2,2905,'/module/file/lang/en.php','/module/file/lang','file','M'),(6461,2,2905,'/module/file/lang/fr.php','/module/file/lang','file','M'),(6462,2,2905,'/module/file/lang/vi.php','/module/file/lang','file','M'),(6463,2,2905,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(6464,2,2906,'/module/testreport/model.php','/module/testreport','file','M'),(6465,2,2907,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(6466,2,2908,'/module/common/lang/de.php','/module/common/lang','file','M'),(6467,2,2908,'/module/common/lang/en.php','/module/common/lang','file','M'),(6468,2,2908,'/module/common/lang/fr.php','/module/common/lang','file','M'),(6469,2,2908,'/module/common/lang/vi.php','/module/common/lang','file','M'),(6470,2,2908,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6471,2,2908,'/module/doc/js/view.js','/module/doc/js','file','M'),(6472,2,2908,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(6473,2,2908,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(6474,2,2908,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(6475,2,2908,'/module/doc/lang/vi.php','/module/doc/lang','file','M'),(6476,2,2908,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(6477,2,2908,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(6478,2,2908,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(6479,2,2908,'/module/testcase/js/view.js','/module/testcase/js','file','M'),(6480,2,2908,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(6481,2,2909,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6482,2,2910,'/www/js/zui/min.js','/www/js/zui','file','M'),(6483,2,2910,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6484,2,2911,'/module/project/model.php','/module/project','file','M'),(6485,2,2911,'/module/task/model.php','/module/task','file','M'),(6486,2,2912,'/module/report/model.php','/module/report','file','M'),(6487,2,2914,'/module/misc/control.php','/module/misc','file','M'),(6488,2,2914,'/module/product/control.php','/module/product','file','M'),(6489,2,2914,'/module/product/js/browse.js','/module/product/js','file','M'),(6490,2,2914,'/module/product/view/browse.html.php','/module/product/view','file','M'),(6491,2,2914,'/module/project/control.php','/module/project','file','M'),(6492,2,2914,'/module/project/js/task.js','/module/project/js','file','M'),(6493,2,2914,'/module/project/view/task.html.php','/module/project/view','file','M'),(6494,2,2914,'/www/js/my.full.js','/www/js','file','M'),(6495,2,2915,'/www/js/zui/min.js','/www/js/zui','file','M'),(6496,2,2916,'/www/js/zui/min.js','/www/js/zui','file','M'),(6497,2,2917,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(6498,2,2920,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(6499,2,2920,'/module/backup/control.php','/module/backup','file','M'),(6500,2,2920,'/module/backup/css/index.css','/module/backup/css','file','A'),(6501,2,2920,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(6502,2,2920,'/module/backup/model.php','/module/backup','file','M'),(6503,2,2920,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(6504,2,2921,'/module/bug/js/common.js','/module/bug/js','file','M'),(6505,2,2922,'/db/update15.0.sql','/db','file','M'),(6506,2,2922,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6507,2,2922,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6508,2,2922,'/module/common/model.php','/module/common','file','M'),(6509,2,2922,'/module/common/view/header.html.php','/module/common/view','file','M'),(6510,2,2922,'/module/doc/control.php','/module/doc','file','M'),(6511,2,2922,'/module/program/view/browsebygrid.html.php','/module/program/view','file','A'),(6512,2,2922,'/module/program/view/browsebylist.html.php','/module/program/view','file','A'),(6513,2,2922,'/module/program/view/edit.html.php','/module/program/view','file','M'),(6514,2,2922,'/module/program/view/index.html.php','/module/program/view','file','M'),(6515,2,2923,'/module/common/lang/en.php','/module/common/lang','file','M'),(6516,2,2924,'/module/program/lang/en.php','/module/program/lang','file','A'),(6517,2,2925,'/module/program/control.php','/module/program','file','M'),(6518,2,2925,'/module/program/view/index.html.php','/module/program/view','file','M'),(6519,2,2926,'/module/my/control.php','/module/my','file','M'),(6520,2,2927,'/www/js/zui/min.js','/www/js/zui','file','M'),(6521,2,2928,'/module/program/js/index.js','/module/program/js','file','M'),(6522,2,2929,'/module/program/view/index.html.php','/module/program/view','file','M'),(6523,2,2931,'/framework/router.class.php','/framework','file','M'),(6524,2,2931,'/module/product/control.php','/module/product','file','M'),(6525,2,2932,'/module/bug/model.php','/module/bug','file','M'),(6526,2,2933,'/module/bug/model.php','/module/bug','file','M'),(6527,2,2933,'/module/common/lang/de.php','/module/common/lang','file','M'),(6528,2,2933,'/module/common/lang/en.php','/module/common/lang','file','M'),(6529,2,2933,'/module/common/lang/fr.php','/module/common/lang','file','M'),(6530,2,2933,'/module/common/lang/vi.php','/module/common/lang','file','M'),(6531,2,2933,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6532,2,2933,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(6533,2,2933,'/module/group/control.php','/module/group','file','M'),(6534,2,2933,'/module/group/model.php','/module/group','file','M'),(6535,2,2933,'/module/my/control.php','/module/my','file','M'),(6536,2,2933,'/sdk/php/zentao.php','/sdk/php','file','M'),(6537,2,2933,'/www/js/my.full.js','/www/js','file','M'),(6538,2,2934,'/framework/router.class.php','/framework','file','M'),(6539,2,2934,'/module/product/control.php','/module/product','file','M'),(6540,2,2934,'/module/product/lang/de.php','/module/product/lang','file','M'),(6541,2,2934,'/module/product/lang/en.php','/module/product/lang','file','M'),(6542,2,2934,'/module/product/lang/fr.php','/module/product/lang','file','M'),(6543,2,2934,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(6544,2,2934,'/module/product/model.php','/module/product','file','M'),(6545,2,2934,'/module/product/view/browse.html.php','/module/product/view','file','M'),(6546,2,2934,'/module/project/view/story.html.php','/module/project/view','file','M'),(6547,2,2935,'/config/zentaopms.php','/config','file','M'),(6548,2,2935,'/framework/router.class.php','/framework','file','M'),(6549,2,2935,'/module/custom/js/flow.js','/module/custom/js','file','M'),(6550,2,2935,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(6551,2,2935,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(6552,2,2936,'/module/program/css/index.css','/module/program/css','file','M'),(6553,2,2936,'/module/program/js/index.js','/module/program/js','file','M'),(6554,2,2936,'/module/program/view/index.html.php','/module/program/view','file','M'),(6555,2,2937,'/module/program/css/index.css','/module/program/css','file','M'),(6556,2,2938,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(6557,2,2939,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(6558,2,2939,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(6559,2,2939,'/module/my/view/project.html.php','/module/my/view','file','M'),(6560,2,2939,'/module/product/view/project.html.php','/module/product/view','file','M'),(6561,2,2939,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(6562,2,2939,'/module/project/control.php','/module/project','file','M'),(6563,2,2939,'/module/project/model.php','/module/project','file','M'),(6564,2,2939,'/module/project/view/all.html.php','/module/project/view','file','M'),(6565,2,2939,'/module/project/view/index.html.php','/module/project/view','file','M'),(6566,2,2940,'/framework/router.class.php','/framework','file','M'),(6567,2,2940,'/module/story/model.php','/module/story','file','M'),(6568,2,2942,'/module/common/lang/de.php','/module/common/lang','file','M'),(6569,2,2942,'/module/common/lang/en.php','/module/common/lang','file','M'),(6570,2,2942,'/module/common/lang/fr.php','/module/common/lang','file','M'),(6571,2,2942,'/module/common/lang/vi.php','/module/common/lang','file','M'),(6572,2,2943,'/module/project/model.php','/module/project','file','M'),(6573,2,2943,'/module/user/control.php','/module/user','file','M'),(6574,2,2943,'/module/user/model.php','/module/user','file','M'),(6575,2,2944,'/module/my/control.php','/module/my','file','M'),(6576,2,2945,'/module/product/model.php','/module/product','file','M'),(6577,2,2947,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(6578,2,2948,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(6579,2,2948,'/www/theme/default/style.css','/www/theme/default','file','M'),(6580,2,2948,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6581,2,2949,'/module/common/view/header.html.php','/module/common/view','file','M'),(6582,2,2949,'/module/program/control.php','/module/program','file','M'),(6583,2,2949,'/module/program/css/index.css','/module/program/css','file','M'),(6584,2,2949,'/module/program/js/index.js','/module/program/js','file','M'),(6585,2,2949,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6586,2,2949,'/module/program/view/index.html.php','/module/program/view','file','M'),(6587,2,2949,'/www/theme/default/images/main/scrum.png','/www/theme/default/images/main','file','M'),(6588,2,2949,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6589,2,2949,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(6590,2,2949,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(6591,2,2949,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(6592,2,2949,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(6593,2,2951,'/config/filter.php','/config','file','M'),(6594,2,2951,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6595,2,2951,'/module/common/model.php','/module/common','file','M'),(6596,2,2951,'/module/common/view/header.html.php','/module/common/view','file','M'),(6597,2,2951,'/module/program/config.php','/module/program','file','M'),(6598,2,2951,'/module/program/control.php','/module/program','file','M'),(6599,2,2951,'/module/program/js/index.js','/module/program/js','file','M'),(6600,2,2951,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6601,2,2951,'/module/program/view/export.html.php','/module/program/view','file','A'),(6602,2,2951,'/module/program/view/finish.html.php','/module/program/view','file','M'),(6603,2,2951,'/module/program/view/index.html.php','/module/program/view','file','M'),(6604,2,2952,'/config/filter.php','/config','file','M'),(6605,2,2952,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(6606,2,2952,'/www/js/zui/min.js','/www/js/zui','file','M'),(6607,2,2953,'/www/js/zui/min.js','/www/js/zui','file','M'),(6608,2,2954,'/www/js/zui/min.js','/www/js/zui','file','M'),(6609,2,2955,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6610,2,2956,'/module/program/control.php','/module/program','file','M'),(6611,2,2956,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6612,2,2956,'/module/program/view/createguide.html.php','/module/program/view','file','A'),(6613,2,2956,'/module/program/view/index.html.php','/module/program/view','file','M'),(6614,2,2956,'/module/project/control.php','/module/project','file','M'),(6615,2,2956,'/www/theme/default/images/main/cmmi.png','/www/theme/default/images/main','file','A'),(6616,2,2956,'/www/theme/default/images/main/kanban.png','/www/theme/default/images/main','file','A'),(6617,2,2956,'/www/theme/default/images/main/scrum.png','/www/theme/default/images/main','file','A'),(6618,2,2957,'/module/program/control.php','/module/program','file','M'),(6619,2,2957,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(6620,2,2958,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6621,2,2959,'/module/common/view/header.html.php','/module/common/view','file','M'),(6622,2,2959,'/module/program/control.php','/module/program','file','M'),(6623,2,2959,'/module/project/model.php','/module/project','file','M'),(6624,2,2959,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6625,2,2960,'/module/program/control.php','/module/program','file','M'),(6626,2,2960,'/module/program/model.php','/module/program','file','M'),(6627,2,2960,'/module/project/model.php','/module/project','file','M'),(6628,2,2961,'/module/common/lang/en.php','/module/common/lang','file','M'),(6629,2,2961,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6630,2,2961,'/module/common/model.php','/module/common','file','M'),(6631,2,2961,'/www/js/zui/min.js','/www/js/zui','file','M'),(6632,2,2961,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6633,2,2962,'/config/filter.php','/config','file','M'),(6634,2,2962,'/module/program/control.php','/module/program','file','M'),(6635,2,2962,'/module/program/css/index.css','/module/program/css','file','M'),(6636,2,2962,'/module/program/js/index.js','/module/program/js','file','A'),(6637,2,2962,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6638,2,2962,'/module/program/model.php','/module/program','file','M'),(6639,2,2962,'/module/program/view/index.html.php','/module/program/view','file','M'),(6640,2,2963,'/module/bug/model.php','/module/bug','file','M'),(6641,2,2964,'/config/filter.php','/config','file','M'),(6642,2,2964,'/db/update15.0.sql','/db','file','M'),(6643,2,2964,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6644,2,2964,'/module/program/control.php','/module/program','file','M'),(6645,2,2964,'/module/program/css/create.css','/module/program/css','file','A'),(6646,2,2964,'/module/program/js/common.js','/module/program/js','file','M'),(6647,2,2964,'/module/program/js/create.js','/module/program/js','file','A'),(6648,2,2964,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(6649,2,2964,'/module/program/model.php','/module/program','file','M'),(6650,2,2964,'/module/program/view/create.html.php','/module/program/view','file','M'),(6651,2,2964,'/module/program/view/index.html.php','/module/program/view','file','M'),(6652,2,2966,'/module/project/model.php','/module/project','file','M'),(6653,2,2966,'/module/task/model.php','/module/task','file','M'),(6654,2,2968,'/db/update15.0.sql','/db','file','A'),(6655,2,2968,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(6656,2,2968,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6657,2,2968,'/module/common/model.php','/module/common','file','M'),(6658,2,2968,'/module/common/view/header.html.php','/module/common/view','file','M'),(6659,2,2968,'/module/program/config.php','/module/program','file','A'),(6660,2,2968,'/module/program/control.php','/module/program','file','A'),(6661,2,2968,'/module/program/css/common.css','/module/program/css','file','A'),(6662,2,2968,'/module/program/css/index.css','/module/program/css','file','A'),(6663,2,2968,'/module/program/js/common.js','/module/program/js','file','A'),(6664,2,2968,'/module/program/lang/zh-cn.php','/module/program/lang','file','A'),(6665,2,2968,'/module/program/model.php','/module/program','file','A'),(6666,2,2968,'/module/program/view/create.html.php','/module/program/view','file','A'),(6667,2,2968,'/module/program/view/edit.html.php','/module/program/view','file','A'),(6668,2,2968,'/module/program/view/finish.html.php','/module/program/view','file','A'),(6669,2,2968,'/module/program/view/index.html.php','/module/program/view','file','A'),(6670,2,2968,'/module/program/view/start.html.php','/module/program/view','file','A'),(6671,2,2970,'/module/task/js/create.js','/module/task/js','file','M'),(6672,2,2970,'/module/task/model.php','/module/task','file','M'),(6673,2,2971,'/module/testcase/control.php','/module/testcase','file','M'),(6674,2,2971,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(6675,2,2971,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(6676,2,2971,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(6677,2,2972,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6678,2,2972,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(6679,2,2972,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(6680,2,2972,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(6681,2,2972,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(6682,2,2973,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(6683,2,2973,'/module/task/model.php','/module/task','file','M'),(6684,2,2974,'/module/common/lang/en.php','/module/common/lang','file','M'),(6685,2,2974,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6686,2,2974,'/module/common/model.php','/module/common','file','M'),(6687,2,2974,'/module/common/view/header.html.php','/module/common/view','file','M'),(6688,2,2974,'/www/js/zui/min.js','/www/js/zui','file','M'),(6689,2,2974,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(6690,2,2974,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(6691,2,2974,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(6692,2,2974,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(6693,2,2974,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(6694,2,2975,'/module/task/model.php','/module/task','file','M'),(6695,2,2976,'/module/report/model.php','/module/report','file','M'),(6696,2,2977,'/module/common/view/footer.html.php','/module/common/view','file','M'),(6697,2,2979,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(6698,2,2979,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(6699,2,2979,'/module/install/css/index.css','/module/install/css','file','M'),(6700,2,2979,'/module/install/lang/de.php','/module/install/lang','file','M'),(6701,2,2979,'/module/install/lang/en.php','/module/install/lang','file','M'),(6702,2,2979,'/module/install/lang/fr.php','/module/install/lang','file','M'),(6703,2,2979,'/module/install/lang/vi.php','/module/install/lang','file','M'),(6704,2,2979,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(6705,2,2979,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(6706,2,2979,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(6707,2,2979,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(6708,2,2979,'/module/misc/lang/vi.php','/module/misc/lang','file','M'),(6709,2,2979,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(6710,2,2979,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(6711,2,2979,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(6712,2,2979,'/module/sso/lang/zh-cn.php','/module/sso/lang','file','M'),(6713,2,2979,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(6714,2,2979,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(6715,2,2979,'/www/theme/default/images/main/chanzhi.ico','/www/theme/default/images/main','file','M'),(6716,2,2979,'/www/theme/default/images/main/chanzhi.png','/www/theme/default/images/main','file','D'),(6717,2,2979,'/www/theme/default/images/main/chanzhi_en.png','/www/theme/default/images/main','file','D'),(6718,2,2979,'/www/theme/default/images/main/meshiot.ico','/www/theme/default/images/main','file','M'),(6719,2,2979,'/www/theme/default/images/main/meshiot.png','/www/theme/default/images/main','file','D'),(6720,2,2979,'/www/theme/default/images/main/ranzhi.ico','/www/theme/default/images/main','file','D'),(6721,2,2979,'/www/theme/default/images/main/ranzhi.png','/www/theme/default/images/main','file','D'),(6722,2,2979,'/www/theme/default/images/main/xuanxuan.ico','/www/theme/default/images/main','file','M'),(6723,2,2979,'/www/theme/default/images/main/xuanxuan.png','/www/theme/default/images/main','file','D'),(6724,2,2979,'/www/theme/default/images/main/ydisk.ico','/www/theme/default/images/main','file','M'),(6725,2,2979,'/www/theme/default/images/main/ydisk.png','/www/theme/default/images/main','file','D'),(6726,2,2979,'/www/theme/default/images/main/yidou.png','/www/theme/default/images/main','file','D'),(6727,2,2979,'/www/theme/default/images/main/zdoo.ico','/www/theme/default/images/main','file','M'),(6728,2,2979,'/www/theme/default/images/main/zdoo.png','/www/theme/default/images/main','file','D'),(6729,2,2979,'/www/theme/default/images/main/zdoo_org.png','/www/theme/default/images/main','file','D'),(6730,2,2980,'/module/project/model.php','/module/project','file','M'),(6731,2,2982,'/module/repo/control.php','/module/repo','file','M'),(6732,2,2982,'/module/repo/css/common.css','/module/repo/css','file','M'),(6733,2,2982,'/module/repo/js/create.js','/module/repo/js','file','M'),(6734,2,2982,'/module/repo/js/edit.js','/module/repo/js','file','M'),(6735,2,2982,'/module/repo/model.php','/module/repo','file','M'),(6736,2,2982,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(6737,2,2982,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(6738,2,2983,'/module/group/view/browse.html.php','/module/group/view','file','M'),(6739,2,2983,'/module/project/model.php','/module/project','file','M'),(6740,2,2985,'/module/story/model.php','/module/story','file','M'),(6741,2,2987,'/module/bug/model.php','/module/bug','file','M'),(6742,2,2988,'/module/custom/model.php','/module/custom','file','M'),(6743,2,2988,'/module/testcase/control.php','/module/testcase','file','M'),(6744,2,2988,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(6745,2,2990,'/framework/router.class.php','/framework','file','M'),(6746,2,2991,'/module/task/model.php','/module/task','file','M'),(6747,2,2992,'/module/group/control.php','/module/group','file','M'),(6748,2,2992,'/module/user/control.php','/module/user','file','M'),(6749,2,2992,'/sdk/php/zentao.php','/sdk/php','file','M'),(6750,2,2994,'/module/product/config.php','/module/product','file','M'),(6751,2,2994,'/module/product/control.php','/module/product','file','M'),(6752,2,2994,'/module/product/js/browse.js','/module/product/js','file','M'),(6753,2,2994,'/module/product/view/browse.html.php','/module/product/view','file','M'),(6754,2,2994,'/module/project/config.php','/module/project','file','M'),(6755,2,2994,'/module/project/control.php','/module/project','file','M'),(6756,2,2994,'/module/project/js/task.js','/module/project/js','file','M'),(6757,2,2994,'/module/project/view/task.html.php','/module/project/view','file','M'),(6758,2,2995,'/module/task/control.php','/module/task','file','M'),(6759,2,2995,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(6760,2,2995,'/module/task/model.php','/module/task','file','M'),(6761,2,2996,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(6762,2,2997,'/module/task/model.php','/module/task','file','M'),(6763,2,2998,'/framework/base/router.class.php','/framework/base','file','M'),(6764,2,2999,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(6765,2,2999,'/module/backup/control.php','/module/backup','file','M'),(6766,2,2999,'/module/backup/lang/de.php','/module/backup/lang','file','M'),(6767,2,2999,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(6768,2,2999,'/module/backup/lang/fr.php','/module/backup/lang','file','M'),(6769,2,2999,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(6770,2,2999,'/module/backup/model.php','/module/backup','file','M'),(6771,2,2999,'/module/extension/model.php','/module/extension','file','M'),(6772,2,3000,'/module/doc/js/view.js','/module/doc/js','file','M'),(6773,2,3000,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(6774,2,3000,'/module/repo/model.php','/module/repo','file','M'),(6775,2,3001,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(6776,2,3002,'/module/story/model.php','/module/story','file','M'),(6777,2,3003,'/module/caselib/control.php','/module/caselib','file','M'),(6778,2,3004,'/module/task/model.php','/module/task','file','M'),(6779,2,3005,'/module/testcase/model.php','/module/testcase','file','M'),(6780,2,3006,'/module/task/model.php','/module/task','file','M'),(6781,2,3007,'/framework/control.class.php','/framework','file','M'),(6782,2,3008,'/module/caselib/control.php','/module/caselib','file','M'),(6783,2,3008,'/module/caselib/model.php','/module/caselib','file','M'),(6784,2,3008,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','M'),(6785,2,3008,'/module/file/config.php','/module/file','file','M'),(6786,2,3008,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(6787,2,3008,'/module/file/model.php','/module/file','file','M'),(6788,2,3008,'/module/testcase/control.php','/module/testcase','file','M'),(6789,2,3008,'/module/testcase/model.php','/module/testcase','file','M'),(6790,2,3008,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(6791,2,3008,'/module/testreport/js/view.js','/module/testreport/js','file','M'),(6792,2,3008,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(6793,2,3009,'/module/testcase/model.php','/module/testcase','file','M'),(6794,2,3010,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(6795,2,3010,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(6796,2,3011,'/module/ci/control.php','/module/ci','file','M'),(6797,2,3011,'/module/testcase/model.php','/module/testcase','file','M'),(6798,2,3011,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(6799,2,3011,'/module/testreport/control.php','/module/testreport','file','M'),(6800,2,3011,'/module/testreport/css/view.css','/module/testreport/css','file','M'),(6801,2,3011,'/module/testreport/js/view.js','/module/testreport/js','file','M'),(6802,2,3011,'/module/testreport/model.php','/module/testreport','file','M'),(6803,2,3011,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(6804,2,3011,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(6805,2,3012,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(6806,2,3012,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(6807,2,3012,'/module/story/model.php','/module/story','file','M'),(6808,2,3014,'/db/standard/zentao12.2.sql','/db/standard','file','M'),(6809,2,3014,'/framework/base/router.class.php','/framework/base','file','M'),(6810,2,3014,'/framework/router.class.php','/framework','file','M'),(6811,2,3014,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(6812,2,3014,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(6813,2,3014,'/module/task/js/create.js','/module/task/js','file','M'),(6814,2,3015,'/www/js/zui/min.js','/www/js/zui','file','M'),(6815,2,3016,'/www/js/zui/min.js','/www/js/zui','file','M'),(6816,2,3017,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(6817,2,3018,'/config/filter.php','/config','file','M'),(6818,2,3018,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(6819,2,3018,'/www/theme/default/images/repo/dir.png','/www/theme/default/images/repo','file','A'),(6820,2,3018,'/www/theme/default/images/repo/txt.png','/www/theme/default/images/repo','file','A'),(6821,2,3019,'/module/compile/model.php','/module/compile','file','M'),(6822,2,3021,'/module/common/lang/de.php','/module/common/lang','file','M'),(6823,2,3021,'/module/common/lang/en.php','/module/common/lang','file','M'),(6824,2,3021,'/module/common/lang/fr.php','/module/common/lang','file','M'),(6825,2,3021,'/module/common/lang/vi.php','/module/common/lang','file','M'),(6826,2,3021,'/module/testtask/lang/vi.php','/module/testtask/lang','file','M'),(6827,2,3022,'/module/common/view/syntaxhighlighter.html.php','/module/common/view','file','M'),(6828,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shAutoloader.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6829,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushAS3.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6830,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushAppleScript.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6831,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushBash.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6832,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushCSharp.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6833,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushColdFusion.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6834,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushCpp.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6835,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushCss.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6836,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushDelphi.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6837,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushDiff.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6838,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushErlang.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6839,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushGroovy.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6840,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushJScript.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6841,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushJava.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6842,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushPerl.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6843,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushPhp.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6844,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushPlain.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6845,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushPython.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6846,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushRuby.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6847,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushSass.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6848,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushScala.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6849,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushSql.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6850,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushVb.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6851,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shBrushXml.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6852,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shCore.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6853,2,3022,'/www/js/jquery/syntaxhighlighter/scripts/shLegacy.js','/www/js/jquery/syntaxhighlighter/scripts','file','D'),(6854,2,3022,'/www/js/jquery/syntaxhighlighter/styles/shCore.css','/www/js/jquery/syntaxhighlighter/styles','file','D'),(6855,2,3022,'/www/js/jquery/syntaxhighlighter/styles/shCoreDefault.css','/www/js/jquery/syntaxhighlighter/styles','file','D'),(6856,2,3022,'/www/js/jquery/syntaxhighlighter/styles/shThemeDefault.css','/www/js/jquery/syntaxhighlighter/styles','file','D'),(6857,2,3022,'/www/js/kindeditor/plugins/code/prettify.css','/www/js/kindeditor/plugins/code','file','M'),(6858,2,3023,'/www/js/zui/min.js','/www/js/zui','file','M'),(6859,2,3024,'/db/zentao.sql','/db','file','M'),(6860,2,3025,'/module/testtask/model.php','/module/testtask','file','M'),(6861,2,3025,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(6862,2,3026,'/module/testtask/model.php','/module/testtask','file','M'),(6863,2,3027,'/module/project/lang/vi.php','/module/project/lang','file','M'),(6864,2,3028,'/module/ci/control.php','/module/ci','file','M'),(6865,2,3028,'/module/testtask/model.php','/module/testtask','file','M'),(6866,2,3030,'/VERSION','/','file','M'),(6867,2,3030,'/config/config.php','/config','file','M'),(6868,2,3030,'/config/timezones.php','/config','file','M'),(6869,2,3030,'/config/zentaopms.php','/config','file','M'),(6870,2,3030,'/db/standard/zentao12.3.sql','/db/standard','file','A'),(6871,2,3030,'/db/update12.2.sql','/db','file','M'),(6872,2,3030,'/db/zentao.sql','/db','file','M'),(6873,2,3030,'/doc/CHANGELOG','/doc','file','M'),(6874,2,3030,'/module/action/lang/vi.php','/module/action/lang','file','A'),(6875,2,3030,'/module/admin/css/safe.vi.css','/module/admin/css','file','A'),(6876,2,3030,'/module/admin/lang/vi.php','/module/admin/lang','file','A'),(6877,2,3030,'/module/api/lang/vi.php','/module/api/lang','file','A'),(6878,2,3030,'/module/backup/css/index.vi.css','/module/backup/css','file','A'),(6879,2,3030,'/module/backup/lang/vi.php','/module/backup/lang','file','A'),(6880,2,3030,'/module/block/lang/vi.php','/module/block/lang','file','A'),(6881,2,3030,'/module/branch/lang/vi.php','/module/branch/lang','file','A'),(6882,2,3030,'/module/bug/css/edit.vi.css','/module/bug/css','file','A'),(6883,2,3030,'/module/bug/css/resolve.vi.css','/module/bug/css','file','A'),(6884,2,3030,'/module/bug/css/view.vi.css','/module/bug/css','file','A'),(6885,2,3030,'/module/bug/lang/vi.php','/module/bug/lang','file','A'),(6886,2,3030,'/module/build/lang/vi.php','/module/build/lang','file','A'),(6887,2,3030,'/module/caselib/lang/vi.php','/module/caselib/lang','file','A'),(6888,2,3030,'/module/ci/lang/vi.php','/module/ci/lang','file','A'),(6889,2,3030,'/module/common/lang/vi.php','/module/common/lang','file','A'),(6890,2,3030,'/module/company/css/edit.vi.css','/module/company/css','file','A'),(6891,2,3030,'/module/company/lang/vi.php','/module/company/lang','file','A'),(6892,2,3030,'/module/compile/lang/vi.php','/module/compile/lang','file','A'),(6893,2,3030,'/module/convert/lang/vi.php','/module/convert/lang','file','A'),(6894,2,3030,'/module/cron/lang/vi.php','/module/cron/lang','file','A'),(6895,2,3030,'/module/custom/css/required.vi.css','/module/custom/css','file','A'),(6896,2,3030,'/module/custom/css/set.vi.css','/module/custom/css','file','A'),(6897,2,3030,'/module/custom/lang/vi.php','/module/custom/lang','file','A'),(6898,2,3030,'/module/datatable/lang/vi.php','/module/datatable/lang','file','A'),(6899,2,3030,'/module/dept/css/edit.vi.css','/module/dept/css','file','A'),(6900,2,3030,'/module/dept/lang/vi.php','/module/dept/lang','file','A'),(6901,2,3030,'/module/dev/lang/vi.php','/module/dev/lang','file','A'),(6902,2,3030,'/module/doc/css/common.vi.css','/module/doc/css','file','A'),(6903,2,3030,'/module/doc/lang/vi.php','/module/doc/lang','file','A'),(6904,2,3030,'/module/entry/lang/vi.php','/module/entry/lang','file','A'),(6905,2,3030,'/module/extension/lang/vi.php','/module/extension/lang','file','A'),(6906,2,3030,'/module/file/lang/vi.php','/module/file/lang','file','A'),(6907,2,3030,'/module/git/lang/vi.php','/module/git/lang','file','A'),(6908,2,3030,'/module/git/model.php','/module/git','file','M'),(6909,2,3030,'/module/group/css/manageenew.vi.css','/module/group/css','file','A'),(6910,2,3030,'/module/group/css/managepriv.vi.css','/module/group/css','file','A'),(6911,2,3030,'/module/group/lang/vi.php','/module/group/lang','file','A'),(6912,2,3030,'/module/index/lang/vi.php','/module/index/lang','file','A'),(6913,2,3030,'/module/install/css/index.vi.css','/module/install/css','file','A'),(6914,2,3030,'/module/install/lang/vi.php','/module/install/lang','file','A'),(6915,2,3030,'/module/jenkins/lang/vi.php','/module/jenkins/lang','file','A'),(6916,2,3030,'/module/job/lang/vi.php','/module/job/lang','file','A'),(6917,2,3030,'/module/mail/lang/vi.php','/module/mail/lang','file','A'),(6918,2,3030,'/module/message/lang/vi.php','/module/message/lang','file','A'),(6919,2,3030,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(6920,2,3030,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(6921,2,3030,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(6922,2,3030,'/module/misc/lang/vi.php','/module/misc/lang','file','A'),(6923,2,3030,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(6924,2,3030,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(6925,2,3030,'/module/my/css/changepassword.vi.css','/module/my/css','file','A'),(6926,2,3030,'/module/my/css/profile.vi.css','/module/my/css','file','A'),(6927,2,3030,'/module/my/lang/vi.php','/module/my/lang','file','A'),(6928,2,3030,'/module/product/lang/vi.php','/module/product/lang','file','A'),(6929,2,3030,'/module/product/view/view.html.php','/module/product/view','file','M'),(6930,2,3030,'/module/productplan/lang/vi.php','/module/productplan/lang','file','A'),(6931,2,3030,'/module/project/css/all.vi.css','/module/project/css','file','A'),(6932,2,3030,'/module/project/css/burn.vi.css','/module/project/css','file','A'),(6933,2,3030,'/module/project/css/treestory.vi.css','/module/project/css','file','A'),(6934,2,3030,'/module/project/lang/vi.php','/module/project/lang','file','A'),(6935,2,3030,'/module/project/view/view.html.php','/module/project/view','file','M'),(6936,2,3030,'/module/qa/lang/vi.php','/module/qa/lang','file','A'),(6937,2,3030,'/module/release/lang/vi.php','/module/release/lang','file','A'),(6938,2,3030,'/module/repo/lang/vi.php','/module/repo/lang','file','A'),(6939,2,3030,'/module/report/lang/vi.php','/module/report/lang','file','A'),(6940,2,3030,'/module/score/lang/vi.php','/module/score/lang','file','A'),(6941,2,3030,'/module/search/lang/vi.php','/module/search/lang','file','A'),(6942,2,3030,'/module/sso/lang/vi.php','/module/sso/lang','file','A'),(6943,2,3030,'/module/story/css/close.vi.css','/module/story/css','file','A'),(6944,2,3030,'/module/story/css/create.vi.css','/module/story/css','file','A'),(6945,2,3030,'/module/story/css/edit.vi.css','/module/story/css','file','A'),(6946,2,3030,'/module/story/css/review.vi.css','/module/story/css','file','A'),(6947,2,3030,'/module/story/css/view.vi.css','/module/story/css','file','A'),(6948,2,3030,'/module/story/css/zerocase.vi.css','/module/story/css','file','A'),(6949,2,3030,'/module/story/lang/vi.php','/module/story/lang','file','A'),(6950,2,3030,'/module/svn/lang/vi.php','/module/svn/lang','file','A'),(6951,2,3030,'/module/svn/model.php','/module/svn','file','M'),(6952,2,3030,'/module/task/css/activate.vi.css','/module/task/css','file','A'),(6953,2,3030,'/module/task/css/edit.vi.css','/module/task/css','file','A'),(6954,2,3030,'/module/task/css/finish.vi.css','/module/task/css','file','A'),(6955,2,3030,'/module/task/css/recordestimate.vi.css','/module/task/css','file','A'),(6956,2,3030,'/module/task/css/view.vi.css','/module/task/css','file','A'),(6957,2,3030,'/module/task/lang/vi.php','/module/task/lang','file','A'),(6958,2,3030,'/module/task/view/view.html.php','/module/task/view','file','M'),(6959,2,3030,'/module/testcase/css/view.vi.css','/module/testcase/css','file','A'),(6960,2,3030,'/module/testcase/lang/vi.php','/module/testcase/lang','file','A'),(6961,2,3030,'/module/testreport/lang/vi.php','/module/testreport/lang','file','A'),(6962,2,3030,'/module/testsuite/lang/vi.php','/module/testsuite/lang','file','A'),(6963,2,3030,'/module/testtask/lang/vi.php','/module/testtask/lang','file','A'),(6964,2,3030,'/module/testtask/model.php','/module/testtask','file','M'),(6965,2,3030,'/module/todo/css/create.vi.css','/module/todo/css','file','A'),(6966,2,3030,'/module/todo/css/view.vi.css','/module/todo/css','file','A'),(6967,2,3030,'/module/todo/lang/vi.php','/module/todo/lang','file','A'),(6968,2,3030,'/module/tree/css/edit.vi.css','/module/tree/css','file','A'),(6969,2,3030,'/module/tree/lang/vi.php','/module/tree/lang','file','A'),(6970,2,3030,'/module/tutorial/lang/vi.php','/module/tutorial/lang','file','A'),(6971,2,3030,'/module/upgrade/css/afterexec.vi.css','/module/upgrade/css','file','A'),(6972,2,3030,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(6973,2,3030,'/module/upgrade/lang/vi.php','/module/upgrade/lang','file','A'),(6974,2,3030,'/module/upgrade/model.php','/module/upgrade','file','M'),(6975,2,3030,'/module/user/css/batchcreate.vi.css','/module/user/css','file','A'),(6976,2,3030,'/module/user/css/profile.vi.css','/module/user/css','file','A'),(6977,2,3030,'/module/user/lang/vi.php','/module/user/lang','file','A'),(6978,2,3030,'/module/webhook/css/create.vi.css','/module/webhook/css','file','A'),(6979,2,3030,'/module/webhook/css/edit.vi.css','/module/webhook/css','file','A'),(6980,2,3030,'/module/webhook/lang/vi.php','/module/webhook/lang','file','A'),(6981,2,3030,'/www/theme/lang/vi.css','/www/theme/lang','file','A'),(6982,2,3032,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(6983,2,3032,'/www/upgrade.php.tmp','/www','file','D'),(6984,2,3033,'/module/git/model.php','/module/git','file','M'),(6985,2,3033,'/module/svn/model.php','/module/svn','file','M'),(6986,2,3034,'/module/job/model.php','/module/job','file','M'),(6987,2,3035,'/db/update12.2.sql','/db','file','M'),(6988,2,3035,'/db/zentao.sql','/db','file','M'),(6989,2,3035,'/module/ci/lang/de.php','/module/ci/lang','file','M'),(6990,2,3035,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(6991,2,3035,'/module/ci/lang/fr.php','/module/ci/lang','file','M'),(6992,2,3035,'/module/ci/lang/zh-tw.php','/module/ci/lang','file','M'),(6993,2,3035,'/module/common/lang/de.php','/module/common/lang','file','M'),(6994,2,3035,'/module/common/lang/en.php','/module/common/lang','file','M'),(6995,2,3035,'/module/common/lang/fr.php','/module/common/lang','file','M'),(6996,2,3035,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(6997,2,3035,'/module/compile/lang/de.php','/module/compile/lang','file','M'),(6998,2,3035,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(6999,2,3035,'/module/compile/lang/fr.php','/module/compile/lang','file','M'),(7000,2,3035,'/module/compile/lang/zh-tw.php','/module/compile/lang','file','M'),(7001,2,3035,'/module/group/lang/de.php','/module/group/lang','file','M'),(7002,2,3035,'/module/group/lang/en.php','/module/group/lang','file','M'),(7003,2,3035,'/module/group/lang/fr.php','/module/group/lang','file','M'),(7004,2,3035,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7005,2,3035,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(7006,2,3035,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(7007,2,3035,'/module/install/lang/de.php','/module/install/lang','file','M'),(7008,2,3035,'/module/install/lang/en.php','/module/install/lang','file','M'),(7009,2,3035,'/module/install/lang/fr.php','/module/install/lang','file','M'),(7010,2,3035,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(7011,2,3035,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(7012,2,3035,'/module/job/lang/de.php','/module/job/lang','file','M'),(7013,2,3035,'/module/job/lang/en.php','/module/job/lang','file','M'),(7014,2,3035,'/module/job/lang/fr.php','/module/job/lang','file','M'),(7015,2,3035,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(7016,2,3035,'/module/job/lang/zh-tw.php','/module/job/lang','file','M'),(7017,2,3035,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','M'),(7018,2,3035,'/module/testcase/lang/de.php','/module/testcase/lang','file','M'),(7019,2,3035,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(7020,2,3035,'/module/testcase/lang/fr.php','/module/testcase/lang','file','M'),(7021,2,3035,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(7022,2,3035,'/module/testtask/lang/de.php','/module/testtask/lang','file','M'),(7023,2,3035,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(7024,2,3035,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(7025,2,3035,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7026,2,3035,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(7027,2,3035,'/tools/check.php','/tools','file','M'),(7028,2,3036,'/module/task/js/create.js','/module/task/js','file','M'),(7029,2,3036,'/module/task/view/create.html.php','/module/task/view','file','M'),(7030,2,3037,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7031,2,3037,'/module/repo/config.php','/module/repo','file','M'),(7032,2,3037,'/module/repo/control.php','/module/repo','file','M'),(7033,2,3037,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7034,2,3037,'/module/repo/model.php','/module/repo','file','M'),(7035,2,3037,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(7036,2,3039,'/module/bug/model.php','/module/bug','file','M'),(7037,2,3039,'/module/caselib/model.php','/module/caselib','file','M'),(7038,2,3039,'/module/qa/model.php','/module/qa','file','M'),(7039,2,3039,'/module/testcase/model.php','/module/testcase','file','M'),(7040,2,3039,'/module/testreport/model.php','/module/testreport','file','M'),(7041,2,3039,'/module/testsuite/model.php','/module/testsuite','file','M'),(7042,2,3039,'/module/testtask/css/browseunit.css','/module/testtask/css','file','D'),(7043,2,3039,'/module/testtask/css/browseunits.css','/module/testtask/css','file','A'),(7044,2,3039,'/module/testtask/css/unitcases.css','/module/testtask/css','file','A'),(7045,2,3039,'/module/testtask/css/units.css','/module/testtask/css','file','D'),(7046,2,3039,'/module/testtask/model.php','/module/testtask','file','M'),(7047,2,3039,'/module/testtask/view/browseunits.html.php','/module/testtask/view','file','M'),(7048,2,3039,'/module/testtask/view/unitcases.html.php','/module/testtask/view','file','M'),(7049,2,3040,'/module/story/model.php','/module/story','file','M'),(7050,2,3041,'/module/ci/control.php','/module/ci','file','M'),(7051,2,3041,'/module/ci/model.php','/module/ci','file','M'),(7052,2,3041,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7053,2,3041,'/module/compile/control.php','/module/compile','file','M'),(7054,2,3041,'/module/compile/model.php','/module/compile','file','M'),(7055,2,3041,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7056,2,3041,'/module/job/control.php','/module/job','file','M'),(7057,2,3041,'/module/job/css/view.css','/module/job/css','file','A'),(7058,2,3041,'/module/job/js/view.js','/module/job/js','file','A'),(7059,2,3041,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(7060,2,3041,'/module/job/view/browse.html.php','/module/job/view','file','M'),(7061,2,3041,'/module/job/view/view.html.php','/module/job/view','file','A'),(7062,2,3041,'/module/story/model.php','/module/story','file','M'),(7063,2,3041,'/module/testcase/control.php','/module/testcase','file','M'),(7064,2,3041,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(7065,2,3041,'/module/testcase/model.php','/module/testcase','file','M'),(7066,2,3041,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(7067,2,3041,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(7068,2,3041,'/module/testsuite/model.php','/module/testsuite','file','M'),(7069,2,3041,'/module/testtask/config.php','/module/testtask','file','M'),(7070,2,3041,'/module/testtask/control.php','/module/testtask','file','M'),(7071,2,3041,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(7072,2,3041,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7073,2,3041,'/module/testtask/model.php','/module/testtask','file','M'),(7074,2,3041,'/module/testtask/view/browseunit.html.php','/module/testtask/view','file','D'),(7075,2,3041,'/module/testtask/view/browseunits.html.php','/module/testtask/view','file','A'),(7076,2,3041,'/module/testtask/view/importunit.html.php','/module/testtask/view','file','D'),(7077,2,3041,'/module/testtask/view/importunitresult.html.php','/module/testtask/view','file','A'),(7078,2,3041,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(7079,2,3041,'/module/testtask/view/unitcases.html.php','/module/testtask/view','file','A'),(7080,2,3041,'/module/testtask/view/unitgroup.html.php','/module/testtask/view','file','A'),(7081,2,3041,'/module/testtask/view/units.html.php','/module/testtask/view','file','D'),(7082,2,3042,'/module/testtask/model.php','/module/testtask','file','M'),(7083,2,3043,'/module/testtask/css/units.css','/module/testtask/css','file','M'),(7084,2,3044,'/module/testtask/control.php','/module/testtask','file','M'),(7085,2,3044,'/module/testtask/view/units.html.php','/module/testtask/view','file','M'),(7086,2,3045,'/module/testcase/model.php','/module/testcase','file','M'),(7087,2,3045,'/module/testtask/config.php','/module/testtask','file','M'),(7088,2,3045,'/module/testtask/control.php','/module/testtask','file','M'),(7089,2,3045,'/module/testtask/css/units.css','/module/testtask/css','file','M'),(7090,2,3045,'/module/testtask/model.php','/module/testtask','file','M'),(7091,2,3045,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(7092,2,3045,'/module/testtask/view/units.html.php','/module/testtask/view','file','M'),(7093,2,3046,'/module/ci/control.php','/module/ci','file','M'),(7094,2,3046,'/module/testtask/model.php','/module/testtask','file','M'),(7095,2,3047,'/module/testtask/view/browseunit.html.php','/module/testtask/view','file','A'),(7096,2,3048,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7097,2,3048,'/module/common/model.php','/module/common','file','M'),(7098,2,3048,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7099,2,3049,'/module/ci/control.php','/module/ci','file','M'),(7100,2,3049,'/module/ci/model.php','/module/ci','file','M'),(7101,2,3050,'/module/testcase/model.php','/module/testcase','file','M'),(7102,2,3051,'/module/ci/control.php','/module/ci','file','M'),(7103,2,3051,'/module/compile/model.php','/module/compile','file','M'),(7104,2,3051,'/module/job/model.php','/module/job','file','M'),(7105,2,3051,'/module/testcase/control.php','/module/testcase','file','M'),(7106,2,3051,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(7107,2,3051,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(7108,2,3051,'/module/testtask/model.php','/module/testtask','file','M'),(7109,2,3052,'/db/update12.2.sql','/db','file','M'),(7110,2,3052,'/module/ci/control.php','/module/ci','file','M'),(7111,2,3052,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7112,2,3052,'/module/compile/control.php','/module/compile','file','M'),(7113,2,3052,'/module/compile/lang/zh-cn.php','/module/compile/lang','file','M'),(7114,2,3052,'/module/compile/model.php','/module/compile','file','M'),(7115,2,3052,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7116,2,3052,'/module/testcase/control.php','/module/testcase','file','M'),(7117,2,3052,'/module/testcase/model.php','/module/testcase','file','M'),(7118,2,3052,'/module/testcase/view/unit.html.php','/module/testcase/view','file','D'),(7119,2,3052,'/module/testsuite/model.php','/module/testsuite','file','M'),(7120,2,3052,'/module/testtask/control.php','/module/testtask','file','M'),(7121,2,3052,'/module/testtask/css/browseunit.css','/module/testtask/css','file','A'),(7122,2,3052,'/module/testtask/css/units.css','/module/testtask/css','file','A'),(7123,2,3052,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7124,2,3052,'/module/testtask/model.php','/module/testtask','file','M'),(7125,2,3052,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(7126,2,3052,'/module/testtask/view/units.html.php','/module/testtask/view','file','A'),(7127,2,3053,'/module/repo/model.php','/module/repo','file','M'),(7128,2,3054,'/xuanxuan/module/im/ext/model/class/xuanxuan.class.php','/xuanxuan/module/im/ext/model/class','file','M'),(7129,2,3056,'/module/ci/control.php','/module/ci','file','M'),(7130,2,3056,'/module/testtask/model.php','/module/testtask','file','M'),(7131,2,3057,'/db/update12.2.sql','/db','file','M'),(7132,2,3057,'/module/ci/control.php','/module/ci','file','M'),(7133,2,3057,'/module/ci/model.php','/module/ci','file','M'),(7134,2,3057,'/module/common/model.php','/module/common','file','M'),(7135,2,3057,'/module/compile/model.php','/module/compile','file','M'),(7136,2,3057,'/module/job/control.php','/module/job','file','M'),(7137,2,3057,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(7138,2,3057,'/module/job/model.php','/module/job','file','M'),(7139,2,3057,'/module/job/view/create.html.php','/module/job/view','file','M'),(7140,2,3057,'/module/job/view/edit.html.php','/module/job/view','file','M'),(7141,2,3057,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7142,2,3057,'/module/testtask/model.php','/module/testtask','file','M'),(7143,2,3057,'/module/testtask/view/importunit.html.php','/module/testtask/view','file','M'),(7144,2,3059,'/module/block/control.php','/module/block','file','M'),(7145,2,3060,'/module/bug/model.php','/module/bug','file','M'),(7146,2,3060,'/module/caselib/model.php','/module/caselib','file','M'),(7147,2,3060,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7148,2,3060,'/module/qa/model.php','/module/qa','file','M'),(7149,2,3060,'/module/testcase/control.php','/module/testcase','file','M'),(7150,2,3060,'/module/testcase/js/unit.js','/module/testcase/js','file','A'),(7151,2,3060,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(7152,2,3060,'/module/testcase/model.php','/module/testcase','file','M'),(7153,2,3060,'/module/testcase/view/unit.html.php','/module/testcase/view','file','A'),(7154,2,3060,'/module/testreport/model.php','/module/testreport','file','M'),(7155,2,3060,'/module/testsuite/model.php','/module/testsuite','file','M'),(7156,2,3060,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7157,2,3060,'/module/testtask/model.php','/module/testtask','file','M'),(7158,2,3060,'/module/testtask/view/importunit.html.php','/module/testtask/view','file','M'),(7159,2,3061,'/doc/INSTALL','/doc','file','M'),(7160,2,3062,'/.editorconfig','/','file','A'),(7161,2,3062,'/.gitignore','/','file','M'),(7162,2,3062,'/composer.json','/','file','A'),(7163,2,3062,'/doc/INSTALL','/doc','file','M'),(7164,2,3063,'/db/update12.2.sql','/db','file','M'),(7165,2,3063,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7166,2,3063,'/module/job/js/edit.js','/module/job/js','file','M'),(7167,2,3063,'/module/job/view/edit.html.php','/module/job/view','file','M'),(7168,2,3063,'/module/testtask/config.php','/module/testtask','file','M'),(7169,2,3063,'/module/testtask/control.php','/module/testtask','file','M'),(7170,2,3063,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(7171,2,3063,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(7172,2,3063,'/module/testtask/js/edit.js','/module/testtask/js','file','M'),(7173,2,3063,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(7174,2,3063,'/module/testtask/model.php','/module/testtask','file','M'),(7175,2,3063,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(7176,2,3063,'/module/testtask/view/importunit.html.php','/module/testtask/view','file','A'),(7177,2,3063,'/xuanxuan/module/misc/ext/model/xuanxuan.php','/xuanxuan/module/misc/ext/model','file','M'),(7178,2,3065,'/db/update12.2.sql','/db','file','A'),(7179,2,3065,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(7180,2,3065,'/module/job/view/browse.html.php','/module/job/view','file','M'),(7181,2,3065,'/module/job/view/create.html.php','/module/job/view','file','M'),(7182,2,3065,'/module/job/view/edit.html.php','/module/job/view','file','M'),(7183,2,3067,'/sdk/php/zentao.php','/sdk/php','file','M'),(7184,2,3069,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7185,2,3069,'/tools/check.php','/tools','file','M'),(7186,2,3070,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(7187,2,3071,'/VERSION','/','file','M'),(7188,2,3071,'/config/config.php','/config','file','M'),(7189,2,3071,'/db/standard/zentao12.2.sql','/db/standard','file','A'),(7190,2,3071,'/doc/CHANGELOG','/doc','file','M'),(7191,2,3071,'/module/action/lang/de.php','/module/action/lang','file','M'),(7192,2,3071,'/module/action/lang/en.php','/module/action/lang','file','M'),(7193,2,3071,'/module/action/lang/fr.php','/module/action/lang','file','M'),(7194,2,3071,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(7195,2,3071,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7196,2,3071,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(7197,2,3071,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(7198,2,3071,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(7199,2,3071,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(7200,2,3071,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(7201,2,3071,'/module/my/lang/de.php','/module/my/lang','file','M'),(7202,2,3071,'/module/my/lang/fr.php','/module/my/lang','file','M'),(7203,2,3071,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(7204,2,3071,'/module/productplan/control.php','/module/productplan','file','M'),(7205,2,3071,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(7206,2,3071,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7207,2,3071,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(7208,2,3071,'/module/story/js/create.js','/module/story/js','file','M'),(7209,2,3071,'/module/story/lang/de.php','/module/story/lang','file','M'),(7210,2,3071,'/module/story/lang/en.php','/module/story/lang','file','M'),(7211,2,3071,'/module/story/lang/fr.php','/module/story/lang','file','M'),(7212,2,3071,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(7213,2,3071,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(7214,2,3071,'/module/upgrade/model.php','/module/upgrade','file','M'),(7215,2,3072,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7216,2,3073,'/www/theme/default/style.css','/www/theme/default','file','M'),(7217,2,3074,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(7218,2,3075,'/module/git/model.php','/module/git','file','M'),(7219,2,3076,'/module/bug/model.php','/module/bug','file','M'),(7220,2,3077,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(7221,2,3077,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(7222,2,3078,'/module/tree/model.php','/module/tree','file','M'),(7223,2,3079,'/Makefile','/','file','M'),(7224,2,3079,'/xuanxuan/module/misc/ext/control/ajaxsetclientconfig.php','/xuanxuan/module/misc/ext/control','file','M'),(7225,2,3081,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7226,2,3081,'/module/repo/model.php','/module/repo','file','M'),(7227,2,3084,'/module/compile/model.php','/module/compile','file','M'),(7228,2,3084,'/module/job/model.php','/module/job','file','M'),(7229,2,3087,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(7230,2,3087,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7231,2,3087,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(7232,2,3089,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(7233,2,3091,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(7234,2,3092,'/module/testtask/model.php','/module/testtask','file','M'),(7235,2,3093,'/module/task/model.php','/module/task','file','M'),(7236,2,3094,'/Makefile','/','file','M'),(7237,2,3096,'/framework/base/router.class.php','/framework/base','file','M'),(7238,2,3096,'/lib/purifier/HTMLPurifier/ChildDef/Custom.php','/lib/purifier/HTMLPurifier/ChildDef','file','M'),(7239,2,3096,'/lib/purifier/HTMLPurifier/TagTransform/Font.php','/lib/purifier/HTMLPurifier/TagTransform','file','M'),(7240,2,3096,'/lib/scm/gitrepo.class.php','/lib/scm','file','M'),(7241,2,3096,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7242,2,3096,'/module/common/model.php','/module/common','file','M'),(7243,2,3096,'/module/common/view/footer.html.php','/module/common/view','file','M'),(7244,2,3096,'/module/file/model.php','/module/file','file','M'),(7245,2,3096,'/module/git/model.php','/module/git','file','M'),(7246,2,3096,'/module/tree/model.php','/module/tree','file','M'),(7247,2,3096,'/www/index.php','/www','file','M'),(7248,2,3096,'/www/upgrade.php.tmp','/www','file','M'),(7249,2,3097,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(7250,2,3099,'/module/common/lang/en.php','/module/common/lang','file','M'),(7251,2,3099,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(7252,2,3099,'/module/install/lang/en.php','/module/install/lang','file','M'),(7253,2,3100,'/xuanxuan/module/misc/ext/control/downloadclient.php','/xuanxuan/module/misc/ext/control','file','M'),(7254,2,3101,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(7255,2,3101,'/xuanxuan/module/misc/ext/control/ajaxsetclientconfig.php','/xuanxuan/module/misc/ext/control','file','M'),(7256,2,3101,'/xuanxuan/module/misc/ext/control/downloadclient.php','/xuanxuan/module/misc/ext/control','file','M'),(7257,2,3102,'/www/js/zui/min.js','/www/js/zui','file','M'),(7258,2,3103,'/module/common/view/footer.html.php','/module/common/view','file','M'),(7259,2,3104,'/module/bug/css/x.view.css','/module/bug/css','file','M'),(7260,2,3104,'/module/doc/css/x.view.css','/module/doc/css','file','M'),(7261,2,3104,'/module/story/css/x.view.css','/module/story/css','file','M'),(7262,2,3104,'/module/task/css/x.view.css','/module/task/css','file','M'),(7263,2,3104,'/module/testcase/css/x.view.css','/module/testcase/css','file','M'),(7264,2,3106,'/Makefile','/','file','M'),(7265,2,3106,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(7266,2,3106,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(7267,2,3106,'/module/misc/model.php','/module/misc','file','M'),(7268,2,3106,'/module/product/model.php','/module/product','file','M'),(7269,2,3106,'/module/productplan/control.php','/module/productplan','file','M'),(7270,2,3106,'/module/story/model.php','/module/story','file','M'),(7271,2,3106,'/module/task/view/create.html.php','/module/task/view','file','M'),(7272,2,3106,'/module/upgrade/model.php','/module/upgrade','file','M'),(7273,2,3106,'/xuanxuan/config/ext/xuanxuanfilter.php','/xuanxuan/config/ext','file','M'),(7274,2,3106,'/xuanxuan/module/block/ext/view/dashboard.xuanxuan.html.hook.php','/xuanxuan/module/block/ext/view','file','M'),(7275,2,3106,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(7276,2,3106,'/xuanxuan/module/misc/ext/model/xuanxuan.php','/xuanxuan/module/misc/ext/model','file','A'),(7277,2,3107,'/lib/wechatapi/wechatapi.class.php','/lib/wechatapi','file','M'),(7278,2,3108,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(7279,2,3108,'/module/install/lang/en.php','/module/install/lang','file','M'),(7280,2,3110,'/Makefile','/','file','M'),(7281,2,3110,'/db/zentao.sql','/db','file','M'),(7282,2,3112,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7283,2,3112,'/module/my/lang/en.php','/module/my/lang','file','M'),(7284,2,3113,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','M'),(7285,2,3115,'/module/story/model.php','/module/story','file','M'),(7286,2,3116,'/module/product/view/browse.html.php','/module/product/view','file','M'),(7287,2,3116,'/module/story/model.php','/module/story','file','M'),(7288,2,3118,'/db/zentao.sql','/db','file','M'),(7289,2,3118,'/module/productplan/control.php','/module/productplan','file','M'),(7290,2,3118,'/module/project/control.php','/module/project','file','M'),(7291,2,3120,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(7292,2,3120,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7293,2,3120,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(7294,2,3121,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(7295,2,3121,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7296,2,3121,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(7297,2,3121,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7298,2,3121,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','M'),(7299,2,3123,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(7300,2,3123,'/module/build/view/view.html.php','/module/build/view','file','M'),(7301,2,3123,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(7302,2,3123,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(7303,2,3123,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(7304,2,3123,'/module/project/view/story.html.php','/module/project/view','file','M'),(7305,2,3123,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(7306,2,3123,'/module/release/view/view.html.php','/module/release/view','file','M'),(7307,2,3123,'/module/story/control.php','/module/story','file','M'),(7308,2,3123,'/module/story/model.php','/module/story','file','M'),(7309,2,3123,'/module/testcase/control.php','/module/testcase','file','M'),(7310,2,3123,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(7311,2,3125,'/db/update12.1.sql','/db','file','M'),(7312,2,3125,'/module/product/model.php','/module/product','file','M'),(7313,2,3125,'/module/product/view/browse.html.php','/module/product/view','file','M'),(7314,2,3126,'/db/standard/zentao12.1.sql','/db/standard','file','M'),(7315,2,3126,'/db/update12.0.1.sql','/db','file','M'),(7316,2,3126,'/db/zentao.sql','/db','file','M'),(7317,2,3127,'/module/story/control.php','/module/story','file','M'),(7318,2,3127,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(7319,2,3127,'/module/story/model.php','/module/story','file','M'),(7320,2,3127,'/module/story/view/view.html.php','/module/story/view','file','M'),(7321,2,3129,'/Makefile','/','file','M'),(7322,2,3129,'/db/update12.1.sql','/db','file','A'),(7323,2,3129,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(7324,2,3129,'/module/action/model.php','/module/action','file','M'),(7325,2,3129,'/module/product/control.php','/module/product','file','M'),(7326,2,3129,'/module/product/css/browse.css','/module/product/css','file','M'),(7327,2,3129,'/module/product/js/browse.js','/module/product/js','file','M'),(7328,2,3129,'/module/product/view/browse.html.php','/module/product/view','file','M'),(7329,2,3129,'/module/productplan/control.php','/module/productplan','file','M'),(7330,2,3129,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(7331,2,3129,'/module/project/control.php','/module/project','file','M'),(7332,2,3129,'/module/story/config.php','/module/story','file','M'),(7333,2,3129,'/module/story/control.php','/module/story','file','M'),(7334,2,3129,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(7335,2,3129,'/module/story/model.php','/module/story','file','M'),(7336,2,3129,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(7337,2,3129,'/module/story/view/edit.html.php','/module/story/view','file','M'),(7338,2,3129,'/module/story/view/view.html.php','/module/story/view','file','M'),(7339,2,3129,'/module/task/control.php','/module/task','file','M'),(7340,2,3130,'/module/product/model.php','/module/product','file','M'),(7341,2,3132,'/module/my/view/requirement.html.php','/module/my/view','file','A'),(7342,2,3133,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(7343,2,3135,'/module/my/control.php','/module/my','file','M'),(7344,2,3135,'/module/my/lang/en.php','/module/my/lang','file','M'),(7345,2,3135,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(7346,2,3135,'/module/product/view/browse.html.php','/module/product/view','file','M'),(7347,2,3135,'/module/story/control.php','/module/story','file','M'),(7348,2,3135,'/module/story/view/report.html.php','/module/story/view','file','M'),(7349,2,3136,'/config/zentaopms.php','/config','file','M'),(7350,2,3136,'/db/zentao.sql','/db','file','M'),(7351,2,3136,'/module/story/lang/en.php','/module/story/lang','file','M'),(7352,2,3136,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(7353,2,3136,'/module/story/model.php','/module/story','file','M'),(7354,2,3136,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(7355,2,3136,'/module/story/view/change.html.php','/module/story/view','file','M'),(7356,2,3136,'/module/story/view/create.html.php','/module/story/view','file','M'),(7357,2,3136,'/module/story/view/edit.html.php','/module/story/view','file','M'),(7358,2,3136,'/module/story/view/review.html.php','/module/story/view','file','M'),(7359,2,3136,'/module/story/view/view.html.php','/module/story/view','file','M'),(7360,2,3137,'/framework/router.class.php','/framework','file','M'),(7361,2,3138,'/module/action/model.php','/module/action','file','M'),(7362,2,3138,'/module/repo/model.php','/module/repo','file','M'),(7363,2,3139,'/Makefile','/','file','M'),(7364,2,3140,'/config/filter.php','/config','file','M'),(7365,2,3141,'/module/ci/lang/de.php','/module/ci/lang','file','A'),(7366,2,3141,'/module/ci/lang/fr.php','/module/ci/lang','file','A'),(7367,2,3141,'/module/ci/lang/zh-tw.php','/module/ci/lang','file','A'),(7368,2,3141,'/module/compile/lang/de.php','/module/compile/lang','file','A'),(7369,2,3141,'/module/compile/lang/fr.php','/module/compile/lang','file','A'),(7370,2,3141,'/module/compile/lang/zh-tw.php','/module/compile/lang','file','A'),(7371,2,3141,'/module/jenkins/lang/de.php','/module/jenkins/lang','file','A'),(7372,2,3141,'/module/jenkins/lang/fr.php','/module/jenkins/lang','file','A'),(7373,2,3141,'/module/jenkins/lang/zh-tw.php','/module/jenkins/lang','file','A'),(7374,2,3141,'/module/job/lang/de.php','/module/job/lang','file','A'),(7375,2,3141,'/module/job/lang/fr.php','/module/job/lang','file','A'),(7376,2,3141,'/module/job/lang/zh-tw.php','/module/job/lang','file','A'),(7377,2,3141,'/module/repo/lang/de.php','/module/repo/lang','file','A'),(7378,2,3141,'/module/repo/lang/fr.php','/module/repo/lang','file','A'),(7379,2,3141,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','A'),(7380,2,3141,'/module/repo/model.php','/module/repo','file','M'),(7381,2,3142,'/VERSION','/','file','M'),(7382,2,3142,'/config/config.php','/config','file','M'),(7383,2,3142,'/db/standard/zentao12.1.sql','/db/standard','file','A'),(7384,2,3142,'/db/update12.0.1.sql','/db','file','M'),(7385,2,3142,'/db/zentao.sql','/db','file','M'),(7386,2,3142,'/doc/CHANGELOG','/doc','file','M'),(7387,2,3142,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(7388,2,3142,'/module/common/lang/de.php','/module/common/lang','file','M'),(7389,2,3142,'/module/common/lang/en.php','/module/common/lang','file','M'),(7390,2,3142,'/module/common/lang/fr.php','/module/common/lang','file','M'),(7391,2,3142,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(7392,2,3142,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(7393,2,3142,'/module/compile/lang/zh-cn.php','/module/compile/lang','file','M'),(7394,2,3142,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7395,2,3142,'/module/install/lang/de.php','/module/install/lang','file','M'),(7396,2,3142,'/module/install/lang/fr.php','/module/install/lang','file','M'),(7397,2,3142,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(7398,2,3142,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(7399,2,3142,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(7400,2,3142,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(7401,2,3142,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(7402,2,3142,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(7403,2,3142,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7404,2,3142,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7405,2,3142,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(7406,2,3142,'/module/upgrade/model.php','/module/upgrade','file','M'),(7407,2,3142,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(7408,2,3142,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(7409,2,3142,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(7410,2,3142,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(7411,2,3143,'/module/repo/model.php','/module/repo','file','M'),(7412,2,3144,'/module/ci/model.php','/module/ci','file','M'),(7413,2,3144,'/module/git/model.php','/module/git','file','M'),(7414,2,3144,'/module/repo/model.php','/module/repo','file','M'),(7415,2,3145,'/module/repo/config.php','/module/repo','file','M'),(7416,2,3145,'/module/repo/js/setrules.js','/module/repo/js','file','M'),(7417,2,3145,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7418,2,3145,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7419,2,3145,'/module/repo/model.php','/module/repo','file','M'),(7420,2,3145,'/module/repo/view/setrules.html.php','/module/repo/view','file','M'),(7421,2,3146,'/module/webhook/model.php','/module/webhook','file','M'),(7422,2,3147,'/module/upgrade/model.php','/module/upgrade','file','M'),(7423,2,3148,'/module/job/model.php','/module/job','file','M'),(7424,2,3149,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7425,2,3149,'/module/jenkins/config.php','/module/jenkins','file','M'),(7426,2,3149,'/module/job/css/create.css','/module/job/css','file','M'),(7427,2,3149,'/module/job/css/edit.css','/module/job/css','file','M'),(7428,2,3149,'/module/job/js/create.js','/module/job/js','file','M'),(7429,2,3149,'/module/job/js/edit.js','/module/job/js','file','M'),(7430,2,3149,'/module/job/view/create.html.php','/module/job/view','file','M'),(7431,2,3149,'/module/job/view/edit.html.php','/module/job/view','file','M'),(7432,2,3149,'/module/svn/model.php','/module/svn','file','M'),(7433,2,3150,'/module/git/model.php','/module/git','file','M'),(7434,2,3150,'/module/svn/model.php','/module/svn','file','M'),(7435,2,3151,'/module/git/model.php','/module/git','file','M'),(7436,2,3151,'/module/svn/model.php','/module/svn','file','M'),(7437,2,3152,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7438,2,3152,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(7439,2,3152,'/module/jenkins/lang/en.php','/module/jenkins/lang','file','M'),(7440,2,3153,'/db/update12.0.1.sql','/db','file','M'),(7441,2,3153,'/module/git/model.php','/module/git','file','M'),(7442,2,3153,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7443,2,3153,'/module/repo/control.php','/module/repo','file','M'),(7444,2,3153,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7445,2,3153,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7446,2,3153,'/module/repo/model.php','/module/repo','file','M'),(7447,2,3153,'/module/repo/view/ajaxsidecommits.html.php','/module/repo/view','file','A'),(7448,2,3153,'/module/repo/view/ajaxsidelogs.html.php','/module/repo/view','file','D'),(7449,2,3153,'/module/repo/view/browse.html.php','/module/repo/view','file','M'),(7450,2,3153,'/module/repo/view/showsynccomment.html.php','/module/repo/view','file','D'),(7451,2,3153,'/module/repo/view/showsynccommit.html.php','/module/repo/view','file','A'),(7452,2,3153,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(7453,2,3153,'/module/svn/model.php','/module/svn','file','M'),(7454,2,3154,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7455,2,3154,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7456,2,3154,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7457,2,3154,'/module/job/lang/zh-cn.php','/module/job/lang','file','M'),(7458,2,3154,'/module/job/view/browse.html.php','/module/job/view','file','M'),(7459,2,3155,'/config/zentaopms.php','/config','file','M'),(7460,2,3155,'/db/update12.0.1.sql','/db','file','M'),(7461,2,3155,'/module/ci/control.php','/module/ci','file','M'),(7462,2,3155,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7463,2,3155,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7464,2,3155,'/module/ci/model.php','/module/ci','file','M'),(7465,2,3155,'/module/common/lang/en.php','/module/common/lang','file','M'),(7466,2,3155,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7467,2,3155,'/module/compile/control.php','/module/compile','file','M'),(7468,2,3155,'/module/compile/model.php','/module/compile','file','M'),(7469,2,3155,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7470,2,3155,'/module/compile/view/logs.html.php','/module/compile/view','file','M'),(7471,2,3155,'/module/git/model.php','/module/git','file','M'),(7472,2,3155,'/module/integration/config.php','/module/integration','file','D'),(7473,2,3155,'/module/integration/control.php','/module/integration','file','D'),(7474,2,3155,'/module/integration/css/create.css','/module/integration/css','file','D'),(7475,2,3155,'/module/integration/css/edit.css','/module/integration/css','file','D'),(7476,2,3155,'/module/integration/js/create.js','/module/integration/js','file','D'),(7477,2,3155,'/module/integration/js/edit.js','/module/integration/js','file','D'),(7478,2,3155,'/module/integration/lang/en.php','/module/integration/lang','file','D'),(7479,2,3155,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','D'),(7480,2,3155,'/module/integration/model.php','/module/integration','file','D'),(7481,2,3155,'/module/integration/view/browse.html.php','/module/integration/view','file','D'),(7482,2,3155,'/module/integration/view/create.html.php','/module/integration/view','file','D'),(7483,2,3155,'/module/integration/view/edit.html.php','/module/integration/view','file','D'),(7484,2,3155,'/module/job/config.php','/module/job','file','A'),(7485,2,3155,'/module/job/control.php','/module/job','file','A'),(7486,2,3155,'/module/job/css/create.css','/module/job/css','file','A'),(7487,2,3155,'/module/job/css/edit.css','/module/job/css','file','A'),(7488,2,3155,'/module/job/js/create.js','/module/job/js','file','A'),(7489,2,3155,'/module/job/js/edit.js','/module/job/js','file','A'),(7490,2,3155,'/module/job/lang/en.php','/module/job/lang','file','A'),(7491,2,3155,'/module/job/lang/zh-cn.php','/module/job/lang','file','A'),(7492,2,3155,'/module/job/model.php','/module/job','file','A'),(7493,2,3155,'/module/job/view/browse.html.php','/module/job/view','file','A'),(7494,2,3155,'/module/job/view/create.html.php','/module/job/view','file','A'),(7495,2,3155,'/module/job/view/edit.html.php','/module/job/view','file','A'),(7496,2,3155,'/module/svn/model.php','/module/svn','file','M'),(7497,2,3156,'/module/ci/model.php','/module/ci','file','M'),(7498,2,3156,'/module/integration/control.php','/module/integration','file','M'),(7499,2,3156,'/module/integration/css/create.css','/module/integration/css','file','M'),(7500,2,3156,'/module/integration/css/edit.css','/module/integration/css','file','M'),(7501,2,3156,'/module/integration/js/create.js','/module/integration/js','file','M'),(7502,2,3156,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7503,2,3156,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7504,2,3156,'/module/integration/model.php','/module/integration','file','M'),(7505,2,3156,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7506,2,3156,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7507,2,3156,'/module/repo/control.php','/module/repo','file','M'),(7508,2,3157,'/module/ci/model.php','/module/ci','file','M'),(7509,2,3157,'/module/compile/lang/en.php','/module/compile/lang','file','M'),(7510,2,3157,'/module/compile/lang/zh-cn.php','/module/compile/lang','file','M'),(7511,2,3157,'/module/integration/control.php','/module/integration','file','M'),(7512,2,3157,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7513,2,3157,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7514,2,3157,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7515,2,3157,'/module/integration/model.php','/module/integration','file','M'),(7516,2,3157,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7517,2,3157,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7518,2,3158,'/module/ci/model.php','/module/ci','file','M'),(7519,2,3158,'/module/compile/model.php','/module/compile','file','M'),(7520,2,3158,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7521,2,3158,'/module/git/model.php','/module/git','file','M'),(7522,2,3158,'/module/git/view/diff.html.php','/module/git/view','file','M'),(7523,2,3158,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7524,2,3158,'/module/repo/control.php','/module/repo','file','M'),(7525,2,3158,'/module/repo/model.php','/module/repo','file','M'),(7526,2,3158,'/module/repo/view/showsynccomment.html.php','/module/repo/view','file','M'),(7527,2,3158,'/module/svn/control.php','/module/svn','file','M'),(7528,2,3158,'/module/svn/model.php','/module/svn','file','M'),(7529,2,3158,'/module/svn/view/diff.html.php','/module/svn/view','file','M'),(7530,2,3159,'/module/cron/control.php','/module/cron','file','M'),(7531,2,3160,'/module/file/model.php','/module/file','file','M'),(7532,2,3161,'/module/upgrade/model.php','/module/upgrade','file','M'),(7533,2,3162,'/module/git/model.php','/module/git','file','M'),(7534,2,3162,'/module/repo/model.php','/module/repo','file','M'),(7535,2,3163,'/module/git/model.php','/module/git','file','M'),(7536,2,3163,'/module/repo/model.php','/module/repo','file','M'),(7537,2,3163,'/module/svn/model.php','/module/svn','file','M'),(7538,2,3164,'/module/git/model.php','/module/git','file','M'),(7539,2,3164,'/module/repo/model.php','/module/repo','file','M'),(7540,2,3164,'/module/svn/model.php','/module/svn','file','M'),(7541,2,3165,'/module/ci/model.php','/module/ci','file','M'),(7542,2,3165,'/module/compile/model.php','/module/compile','file','M'),(7543,2,3165,'/module/git/model.php','/module/git','file','M'),(7544,2,3165,'/module/jenkins/control.php','/module/jenkins','file','M'),(7545,2,3165,'/module/jenkins/model.php','/module/jenkins','file','M'),(7546,2,3165,'/module/repo/control.php','/module/repo','file','M'),(7547,2,3165,'/module/repo/js/log.js','/module/repo/js','file','M'),(7548,2,3165,'/module/repo/model.php','/module/repo','file','M'),(7549,2,3165,'/module/repo/view/browse.html.php','/module/repo/view','file','M'),(7550,2,3165,'/module/svn/model.php','/module/svn','file','M'),(7551,2,3166,'/module/git/model.php','/module/git','file','M'),(7552,2,3166,'/module/integration/model.php','/module/integration','file','M'),(7553,2,3166,'/module/svn/model.php','/module/svn','file','M'),(7554,2,3167,'/module/git/model.php','/module/git','file','M'),(7555,2,3167,'/module/svn/model.php','/module/svn','file','M'),(7556,2,3168,'/module/repo/model.php','/module/repo','file','M'),(7557,2,3169,'/db/update12.0.1.sql','/db','file','M'),(7558,2,3169,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7559,2,3169,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7560,2,3169,'/module/ci/control.php','/module/ci','file','M'),(7561,2,3169,'/module/compile/model.php','/module/compile','file','M'),(7562,2,3169,'/module/git/model.php','/module/git','file','M'),(7563,2,3169,'/module/integration/control.php','/module/integration','file','M'),(7564,2,3169,'/module/integration/model.php','/module/integration','file','M'),(7565,2,3169,'/module/repo/control.php','/module/repo','file','M'),(7566,2,3169,'/module/repo/model.php','/module/repo','file','M'),(7567,2,3169,'/module/svn/model.php','/module/svn','file','M'),(7568,2,3170,'/module/git/model.php','/module/git','file','M'),(7569,2,3170,'/module/svn/model.php','/module/svn','file','M'),(7570,2,3170,'/module/upgrade/model.php','/module/upgrade','file','M'),(7571,2,3171,'/db/update12.0.1.sql','/db','file','M'),(7572,2,3172,'/module/common/lang/en.php','/module/common/lang','file','M'),(7573,2,3172,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7574,2,3172,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7575,2,3173,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7576,2,3174,'/module/repo/model.php','/module/repo','file','M'),(7577,2,3175,'/db/update12.0.1.sql','/db','file','M'),(7578,2,3175,'/db/zentao.sql','/db','file','M'),(7579,2,3175,'/module/ci/model.php','/module/ci','file','M'),(7580,2,3175,'/module/compile/model.php','/module/compile','file','M'),(7581,2,3175,'/module/jenkins/config.php','/module/jenkins','file','M'),(7582,2,3175,'/module/jenkins/lang/en.php','/module/jenkins/lang','file','M'),(7583,2,3175,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(7584,2,3175,'/module/jenkins/model.php','/module/jenkins','file','M'),(7585,2,3175,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(7586,2,3175,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(7587,2,3175,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(7588,2,3176,'/module/repo/config.php','/module/repo','file','M'),(7589,2,3176,'/module/repo/js/setrules.js','/module/repo/js','file','M'),(7590,2,3176,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7591,2,3176,'/module/repo/model.php','/module/repo','file','M'),(7592,2,3176,'/module/repo/view/setrules.html.php','/module/repo/view','file','M'),(7593,2,3178,'/module/common/lang/en.php','/module/common/lang','file','M'),(7594,2,3178,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7595,2,3178,'/module/repo/config.php','/module/repo','file','M'),(7596,2,3178,'/module/repo/control.php','/module/repo','file','M'),(7597,2,3178,'/module/repo/js/setrules.js','/module/repo/js','file','A'),(7598,2,3178,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7599,2,3178,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7600,2,3178,'/module/repo/model.php','/module/repo','file','M'),(7601,2,3178,'/module/repo/view/setmatchcomment.html.php','/module/repo/view','file','D'),(7602,2,3178,'/module/repo/view/setrules.html.php','/module/repo/view','file','A'),(7603,2,3180,'/db/update12.0.1.sql','/db','file','M'),(7604,2,3180,'/module/repo/js/common.js','/module/repo/js','file','M'),(7605,2,3180,'/module/webhook/control.php','/module/webhook','file','M'),(7606,2,3180,'/module/webhook/js/bind.js','/module/webhook/js','file','A'),(7607,2,3180,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(7608,2,3180,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(7609,2,3180,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(7610,2,3180,'/module/webhook/model.php','/module/webhook','file','M'),(7611,2,3180,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(7612,2,3180,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(7613,2,3180,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(7614,2,3180,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(7615,2,3180,'/sdk/php/zentao.php','/sdk/php','file','M'),(7616,2,3181,'/module/git/config.php','/module/git','file','M'),(7617,2,3181,'/module/svn/config.php','/module/svn','file','M'),(7618,2,3182,'/module/compile/lang/zh-cn.php','/module/compile/lang','file','M'),(7619,2,3182,'/module/compile/model.php','/module/compile','file','M'),(7620,2,3182,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7621,2,3183,'/bin/init.bat','/bin','file','M'),(7622,2,3183,'/bin/init.sh','/bin','file','M'),(7623,2,3184,'/db/update12.0.1.sql','/db','file','M'),(7624,2,3184,'/db/zentao.sql','/db','file','M'),(7625,2,3185,'/db/update12.0.1.sql','/db','file','M'),(7626,2,3185,'/db/zentao.sql','/db','file','M'),(7627,2,3185,'/module/ci/control.php','/module/ci','file','M'),(7628,2,3185,'/module/install/lang/en.php','/module/install/lang','file','M'),(7629,2,3185,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(7630,2,3186,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7631,2,3186,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7632,2,3186,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7633,2,3186,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7634,2,3186,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7635,2,3187,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7636,2,3187,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7637,2,3187,'/module/compile/control.php','/module/compile','file','M'),(7638,2,3187,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7639,2,3187,'/module/integration/control.php','/module/integration','file','M'),(7640,2,3187,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7641,2,3187,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7642,2,3187,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7643,2,3188,'/module/integration/control.php','/module/integration','file','M'),(7644,2,3188,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7645,2,3189,'/db/update12.0.1.sql','/db','file','M'),(7646,2,3189,'/module/ci/model.php','/module/ci','file','M'),(7647,2,3189,'/module/compile/control.php','/module/compile','file','M'),(7648,2,3189,'/module/compile/model.php','/module/compile','file','M'),(7649,2,3189,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7650,2,3189,'/module/compile/view/logs.html.php','/module/compile/view','file','M'),(7651,2,3189,'/module/git/model.php','/module/git','file','M'),(7652,2,3189,'/module/integration/control.php','/module/integration','file','M'),(7653,2,3189,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7654,2,3189,'/module/svn/model.php','/module/svn','file','M'),(7655,2,3190,'/module/common/lang/en.php','/module/common/lang','file','M'),(7656,2,3190,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7657,2,3191,'/module/compile/control.php','/module/compile','file','M'),(7658,2,3191,'/module/compile/model.php','/module/compile','file','M'),(7659,2,3191,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7660,2,3191,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7661,2,3192,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7662,2,3192,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7663,2,3192,'/module/repo/view/browse.html.php','/module/repo/view','file','A'),(7664,2,3192,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(7665,2,3192,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(7666,2,3193,'/module/git/control.php','/module/git','file','M'),(7667,2,3193,'/module/svn/control.php','/module/svn','file','M'),(7668,2,3194,'/module/common/lang/en.php','/module/common/lang','file','M'),(7669,2,3194,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7670,2,3194,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7671,2,3195,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7672,2,3195,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7673,2,3195,'/module/repo/control.php','/module/repo','file','M'),(7674,2,3195,'/module/repo/css/blame.css','/module/repo/css','file','A'),(7675,2,3195,'/module/repo/css/browse.css','/module/repo/css','file','A'),(7676,2,3195,'/module/repo/css/log.css','/module/repo/css','file','M'),(7677,2,3195,'/module/repo/model.php','/module/repo','file','M'),(7678,2,3195,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(7679,2,3196,'/module/jenkins/lang/en.php','/module/jenkins/lang','file','M'),(7680,2,3196,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(7681,2,3196,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(7682,2,3197,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(7683,2,3197,'/module/action/model.php','/module/action','file','M'),(7684,2,3198,'/db/update12.0.1.sql','/db','file','M'),(7685,2,3198,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(7686,2,3198,'/lib/scm/gitrepo.class.php','/lib/scm','file','A'),(7687,2,3198,'/lib/scm/parsegit.class.php','/lib/scm','file','D'),(7688,2,3198,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7689,2,3198,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7690,2,3198,'/module/ci/control.php','/module/ci','file','M'),(7691,2,3198,'/module/ci/model.php','/module/ci','file','M'),(7692,2,3198,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7693,2,3198,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7694,2,3198,'/module/compile/model.php','/module/compile','file','M'),(7695,2,3198,'/module/compile/view/browse.html.php','/module/compile/view','file','M'),(7696,2,3198,'/module/integration/config.php','/module/integration','file','M'),(7697,2,3198,'/module/integration/control.php','/module/integration','file','M'),(7698,2,3198,'/module/integration/css/create.css','/module/integration/css','file','M'),(7699,2,3198,'/module/integration/css/edit.css','/module/integration/css','file','M'),(7700,2,3198,'/module/integration/js/create.js','/module/integration/js','file','M'),(7701,2,3198,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7702,2,3198,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7703,2,3198,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7704,2,3198,'/module/integration/model.php','/module/integration','file','M'),(7705,2,3198,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7706,2,3198,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7707,2,3198,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7708,2,3198,'/module/jenkins/control.php','/module/jenkins','file','M'),(7709,2,3198,'/module/repo/control.php','/module/repo','file','M'),(7710,2,3198,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(7711,2,3198,'/module/svn/config.php','/module/svn','file','M'),(7712,2,3198,'/module/webhook/control.php','/module/webhook','file','M'),(7713,2,3198,'/www/js/misc/highlight/export.html','/www/js/misc/highlight','file','M'),(7714,2,3199,'/module/user/js/reset.js','/module/user/js','file','A'),(7715,2,3199,'/module/user/view/reset.html.php','/module/user/view','file','M'),(7716,2,3200,'/module/extension/model.php','/module/extension','file','M'),(7717,2,3201,'/db/update12.0.1.sql','/db','file','M'),(7718,2,3201,'/db/update12.1.sql','/db','file','D'),(7719,2,3201,'/db/zentao.sql','/db','file','M'),(7720,2,3204,'/module/file/control.php','/module/file','file','M'),(7721,2,3204,'/module/file/model.php','/module/file','file','M'),(7722,2,3205,'/lib/scm/parsegit.class.php','/lib/scm','file','M'),(7723,2,3205,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7724,2,3205,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7725,2,3206,'/module/backup/model.php','/module/backup','file','M'),(7726,2,3207,'/module/backup/control.php','/module/backup','file','M'),(7727,2,3208,'/config/zentaopms.php','/config','file','M'),(7728,2,3208,'/db/update12.1.sql','/db','file','M'),(7729,2,3208,'/db/zentao.sql','/db','file','M'),(7730,2,3208,'/module/cron/control.php','/module/cron','file','M'),(7731,2,3208,'/module/mail/model.php','/module/mail','file','M'),(7732,2,3208,'/module/message/model.php','/module/message','file','M'),(7733,2,3208,'/module/repo/control.php','/module/repo','file','M'),(7734,2,3208,'/module/repo/model.php','/module/repo','file','M'),(7735,2,3208,'/www/js/my.full.js','/www/js','file','M'),(7736,2,3209,'/module/repo/css/view.css','/module/repo/css','file','M'),(7737,2,3210,'/module/repo/css/view.css','/module/repo/css','file','M'),(7738,2,3211,'/db/update12.1.sql','/db','file','M'),(7739,2,3211,'/lib/scm/git.class.php','/lib/scm','file','D'),(7740,2,3211,'/lib/scm/parsegit.class.php','/lib/scm','file','A'),(7741,2,3211,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7742,2,3211,'/module/git/control.php','/module/git','file','M'),(7743,2,3211,'/module/git/model.php','/module/git','file','M'),(7744,2,3211,'/module/install/lang/en.php','/module/install/lang','file','M'),(7745,2,3211,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(7746,2,3211,'/module/integration/control.php','/module/integration','file','M'),(7747,2,3211,'/module/repo/model.php','/module/repo','file','M'),(7748,2,3211,'/module/svn/control.php','/module/svn','file','M'),(7749,2,3211,'/module/svn/model.php','/module/svn','file','M'),(7750,2,3212,'/module/integration/js/create.js','/module/integration/js','file','M'),(7751,2,3212,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7752,2,3212,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7753,2,3212,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7754,2,3212,'/module/integration/model.php','/module/integration','file','M'),(7755,2,3212,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7756,2,3212,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7757,2,3212,'/module/repo/config.php','/module/repo','file','M'),(7758,2,3212,'/module/repo/control.php','/module/repo','file','M'),(7759,2,3212,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7760,2,3212,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7761,2,3212,'/module/repo/view/setmatchcomment.html.php','/module/repo/view','file','M'),(7762,2,3213,'/module/block/css/dashboard.css','/module/block/css','file','M'),(7763,2,3213,'/module/repo/css/view.css','/module/repo/css','file','M'),(7764,2,3213,'/module/repo/js/common.js','/module/repo/js','file','M'),(7765,2,3213,'/module/webhook/model.php','/module/webhook','file','M'),(7766,2,3213,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(7767,2,3215,'/module/ci/control.php','/module/ci','file','M'),(7768,2,3215,'/module/ci/model.php','/module/ci','file','M'),(7769,2,3215,'/module/compile/model.php','/module/compile','file','M'),(7770,2,3215,'/module/git/model.php','/module/git','file','M'),(7771,2,3215,'/module/integration/control.php','/module/integration','file','M'),(7772,2,3215,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7773,2,3215,'/module/integration/model.php','/module/integration','file','M'),(7774,2,3215,'/module/repo/config.php','/module/repo','file','M'),(7775,2,3215,'/module/repo/control.php','/module/repo','file','M'),(7776,2,3215,'/module/repo/model.php','/module/repo','file','M'),(7777,2,3215,'/module/repo/view/setmatchcomment.html.php','/module/repo/view','file','M'),(7778,2,3215,'/module/svn/model.php','/module/svn','file','M'),(7779,2,3216,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(7780,2,3217,'/module/common/lang/en.php','/module/common/lang','file','M'),(7781,2,3217,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7782,2,3218,'/module/repo/view/setmatchcomment.html.php','/module/repo/view','file','M'),(7783,2,3219,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(7784,2,3219,'/module/webhook/model.php','/module/webhook','file','M'),(7785,2,3220,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7786,2,3220,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7787,2,3222,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7788,2,3222,'/module/git/control.php','/module/git','file','M'),(7789,2,3222,'/module/git/model.php','/module/git','file','M'),(7790,2,3222,'/module/repo/config.php','/module/repo','file','M'),(7791,2,3222,'/module/repo/control.php','/module/repo','file','M'),(7792,2,3222,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7793,2,3222,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7794,2,3222,'/module/repo/model.php','/module/repo','file','M'),(7795,2,3222,'/module/repo/view/setmatchcomment.html.php','/module/repo/view','file','A'),(7796,2,3222,'/module/svn/control.php','/module/svn','file','M'),(7797,2,3222,'/module/svn/model.php','/module/svn','file','M'),(7798,2,3223,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(7799,2,3223,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(7800,2,3223,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(7801,2,3224,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(7802,2,3226,'/lib/wechatapi/wechatapi.class.php','/lib/wechatapi','file','M'),(7803,2,3227,'/module/bug/model.php','/module/bug','file','M'),(7804,2,3227,'/module/caselib/model.php','/module/caselib','file','M'),(7805,2,3227,'/module/story/model.php','/module/story','file','M'),(7806,2,3227,'/module/task/model.php','/module/task','file','M'),(7807,2,3227,'/module/testcase/model.php','/module/testcase','file','M'),(7808,2,3228,'/lib/wechatapi/wechatapi.class.php','/lib/wechatapi','file','M'),(7809,2,3229,'/module/webhook/config.php','/module/webhook','file','M'),(7810,2,3229,'/module/webhook/control.php','/module/webhook','file','M'),(7811,2,3229,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(7812,2,3229,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(7813,2,3229,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(7814,2,3229,'/module/webhook/model.php','/module/webhook','file','M'),(7815,2,3229,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(7816,2,3229,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(7817,2,3229,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(7818,2,3230,'/lib/wechatapi/wechatapi.class.php','/lib/wechatapi','file','A'),(7819,2,3230,'/module/webhook/config.php','/module/webhook','file','M'),(7820,2,3230,'/module/webhook/control.php','/module/webhook','file','M'),(7821,2,3230,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(7822,2,3230,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(7823,2,3230,'/module/webhook/model.php','/module/webhook','file','M'),(7824,2,3230,'/module/webhook/view/bind.html.php','/module/webhook/view','file','M'),(7825,2,3230,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(7826,2,3230,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(7827,2,3230,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(7828,2,3231,'/db/update12.1.sql','/db','file','M'),(7829,2,3231,'/module/ci/model.php','/module/ci','file','M'),(7830,2,3231,'/module/integration/control.php','/module/integration','file','M'),(7831,2,3231,'/module/integration/js/create.js','/module/integration/js','file','M'),(7832,2,3231,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7833,2,3231,'/module/integration/view/browse.html.php','/module/integration/view','file','M'),(7834,2,3231,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7835,2,3231,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7836,2,3231,'/module/jenkins/control.php','/module/jenkins','file','M'),(7837,2,3231,'/module/jenkins/model.php','/module/jenkins','file','M'),(7838,2,3232,'/module/ci/control.php','/module/ci','file','M'),(7839,2,3232,'/module/ci/css/index.css','/module/ci/css','file','D'),(7840,2,3232,'/module/ci/view/index.html.php','/module/ci/view','file','D'),(7841,2,3232,'/module/integration/control.php','/module/integration','file','M'),(7842,2,3232,'/module/integration/css/create.css','/module/integration/css','file','M'),(7843,2,3232,'/module/integration/css/edit.css','/module/integration/css','file','M'),(7844,2,3232,'/module/integration/js/create.js','/module/integration/js','file','M'),(7845,2,3232,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7846,2,3232,'/module/integration/lang/en.php','/module/integration/lang','file','M'),(7847,2,3232,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7848,2,3232,'/module/integration/model.php','/module/integration','file','M'),(7849,2,3232,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7850,2,3232,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7851,2,3232,'/module/jenkins/config.php','/module/jenkins','file','M'),(7852,2,3232,'/module/jenkins/control.php','/module/jenkins','file','M'),(7853,2,3232,'/module/jenkins/js/browse.js','/module/jenkins/js','file','D'),(7854,2,3232,'/module/jenkins/js/create.js','/module/jenkins/js','file','D'),(7855,2,3232,'/module/jenkins/js/edit.js','/module/jenkins/js','file','D'),(7856,2,3232,'/module/jenkins/model.php','/module/jenkins','file','M'),(7857,2,3232,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(7858,2,3232,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(7859,2,3232,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(7860,2,3233,'/module/integration/css/create.css','/module/integration/css','file','M'),(7861,2,3233,'/module/integration/css/edit.css','/module/integration/css','file','M'),(7862,2,3233,'/module/integration/js/create.js','/module/integration/js','file','M'),(7863,2,3233,'/module/integration/js/edit.js','/module/integration/js','file','M'),(7864,2,3233,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','M'),(7865,2,3233,'/module/integration/view/create.html.php','/module/integration/view','file','M'),(7866,2,3233,'/module/integration/view/edit.html.php','/module/integration/view','file','M'),(7867,2,3234,'/module/ci/config.php','/module/ci','file','D'),(7868,2,3234,'/module/ci/control.php','/module/ci','file','M'),(7869,2,3234,'/module/ci/css/createJob.css','/module/ci/css','file','D'),(7870,2,3234,'/module/ci/css/editJob.css','/module/ci/css','file','D'),(7871,2,3234,'/module/ci/js/createjob.js','/module/ci/js','file','D'),(7872,2,3234,'/module/ci/js/editjob.js','/module/ci/js','file','D'),(7873,2,3234,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(7874,2,3234,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(7875,2,3234,'/module/ci/model.php','/module/ci','file','M'),(7876,2,3234,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','D'),(7877,2,3234,'/module/ci/view/browsejob.html.php','/module/ci/view','file','D'),(7878,2,3234,'/module/ci/view/createjob.html.php','/module/ci/view','file','D'),(7879,2,3234,'/module/ci/view/editjob.html.php','/module/ci/view','file','D'),(7880,2,3234,'/module/ci/view/viewbuildlogs.html.php','/module/ci/view','file','D'),(7881,2,3234,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7882,2,3234,'/module/common/model.php','/module/common','file','M'),(7883,2,3234,'/module/compile/control.php','/module/compile','file','A'),(7884,2,3234,'/module/compile/lang/en.php','/module/compile/lang','file','A'),(7885,2,3234,'/module/compile/lang/zh-cn.php','/module/compile/lang','file','A'),(7886,2,3234,'/module/compile/model.php','/module/compile','file','A'),(7887,2,3234,'/module/compile/view/browse.html.php','/module/compile/view','file','A'),(7888,2,3234,'/module/compile/view/logs.html.php','/module/compile/view','file','A'),(7889,2,3234,'/module/integration/config.php','/module/integration','file','A'),(7890,2,3234,'/module/integration/control.php','/module/integration','file','A'),(7891,2,3234,'/module/integration/css/create.css','/module/integration/css','file','A'),(7892,2,3234,'/module/integration/css/edit.css','/module/integration/css','file','A'),(7893,2,3234,'/module/integration/js/create.js','/module/integration/js','file','A'),(7894,2,3234,'/module/integration/js/edit.js','/module/integration/js','file','A'),(7895,2,3234,'/module/integration/lang/en.php','/module/integration/lang','file','A'),(7896,2,3234,'/module/integration/lang/zh-cn.php','/module/integration/lang','file','A'),(7897,2,3234,'/module/integration/model.php','/module/integration','file','A'),(7898,2,3234,'/module/integration/view/browse.html.php','/module/integration/view','file','A'),(7899,2,3234,'/module/integration/view/create.html.php','/module/integration/view','file','A'),(7900,2,3234,'/module/integration/view/edit.html.php','/module/integration/view','file','A'),(7901,2,3234,'/module/jenkins/model.php','/module/jenkins','file','M'),(7902,2,3234,'/module/repo/model.php','/module/repo','file','M'),(7903,2,3235,'/module/product/control.php','/module/product','file','M'),(7904,2,3235,'/module/tree/model.php','/module/tree','file','M'),(7905,2,3236,'/module/story/control.php','/module/story','file','M'),(7906,2,3237,'/doc/LICENSE.EN','/doc','file','M'),(7907,2,3239,'/module/my/view/bug.html.php','/module/my/view','file','M'),(7908,2,3239,'/module/my/view/task.html.php','/module/my/view','file','M'),(7909,2,3240,'/module/action/model.php','/module/action','file','M'),(7910,2,3240,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(7911,2,3240,'/module/block/control.php','/module/block','file','M'),(7912,2,3240,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(7913,2,3240,'/module/my/view/task.html.php','/module/my/view','file','M'),(7914,2,3240,'/module/project/model.php','/module/project','file','M'),(7915,2,3240,'/module/task/model.php','/module/task','file','M'),(7916,2,3241,'/config/zentaopms.php','/config','file','M'),(7917,2,3241,'/db/update12.1.sql','/db','file','M'),(7918,2,3241,'/db/zentao.sql','/db','file','M'),(7919,2,3241,'/module/ci/control.php','/module/ci','file','M'),(7920,2,3241,'/module/ci/model.php','/module/ci','file','M'),(7921,2,3241,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(7922,2,3242,'/db/update12.1.sql','/db','file','M'),(7923,2,3242,'/lib/scm/git.class.php','/lib/scm','file','M'),(7924,2,3242,'/lib/scm/scm.class.php','/lib/scm','file','M'),(7925,2,3242,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(7926,2,3242,'/module/bug/control.php','/module/bug','file','M'),(7927,2,3242,'/module/ci/control.php','/module/ci','file','M'),(7928,2,3242,'/module/ci/js/createJob.js','/module/ci/js','file','D'),(7929,2,3242,'/module/ci/js/createjob.js','/module/ci/js','file','A'),(7930,2,3242,'/module/ci/js/editJob.js','/module/ci/js','file','D'),(7931,2,3242,'/module/ci/js/editjob.js','/module/ci/js','file','A'),(7932,2,3242,'/module/ci/model.php','/module/ci','file','M'),(7933,2,3242,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(7934,2,3242,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(7935,2,3242,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(7936,2,3242,'/module/jenkins/model.php','/module/jenkins','file','M'),(7937,2,3242,'/module/repo/control.php','/module/repo','file','M'),(7938,2,3242,'/module/repo/model.php','/module/repo','file','M'),(7939,2,3243,'/db/update12.0.1.sql','/db','file','A'),(7940,2,3243,'/module/block/control.php','/module/block','file','M'),(7941,2,3243,'/module/block/model.php','/module/block','file','M'),(7942,2,3243,'/module/doc/model.php','/module/doc','file','M'),(7943,2,3243,'/module/product/control.php','/module/product','file','M'),(7944,2,3243,'/module/product/model.php','/module/product','file','M'),(7945,2,3243,'/module/product/view/browse.html.php','/module/product/view','file','M'),(7946,2,3243,'/module/report/model.php','/module/report','file','M'),(7947,2,3243,'/module/story/control.php','/module/story','file','M'),(7948,2,3243,'/module/story/model.php','/module/story','file','M'),(7949,2,3243,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(7950,2,3243,'/module/story/view/create.html.php','/module/story/view','file','M'),(7951,2,3243,'/module/story/view/view.html.php','/module/story/view','file','M'),(7952,2,3243,'/module/tree/model.php','/module/tree','file','M'),(7953,2,3243,'/module/user/model.php','/module/user','file','M'),(7954,2,3244,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(7955,2,3244,'/module/tree/model.php','/module/tree','file','M'),(7956,2,3245,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(7957,2,3246,'/module/bug/control.php','/module/bug','file','M'),(7958,2,3246,'/module/repo/css/common.css','/module/repo/css','file','M'),(7959,2,3247,'/module/repo/control.php','/module/repo','file','M'),(7960,2,3247,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7961,2,3247,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7962,2,3247,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(7963,2,3248,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7964,2,3248,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7965,2,3249,'/module/group/lang/resource.php','/module/group/lang','file','M'),(7966,2,3249,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(7967,2,3249,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(7968,2,3250,'/module/repo/control.php','/module/repo','file','M'),(7969,2,3250,'/module/repo/view/blame.html.php','/module/repo/view','file','A'),(7970,2,3251,'/module/common/lang/en.php','/module/common/lang','file','M'),(7971,2,3251,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7972,2,3251,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7973,2,3252,'/module/common/lang/en.php','/module/common/lang','file','M'),(7974,2,3252,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(7975,2,3252,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(7976,2,3252,'/module/repo/control.php','/module/repo','file','M'),(7977,2,3253,'/Makefile','/','file','M'),(7978,2,3253,'/xuanxuan/module/im/ext/control/login.php','/xuanxuan/module/im/ext/control','file','D'),(7979,2,3253,'/xuanxuan/module/im/ext/control/userlogin.php','/xuanxuan/module/im/ext/control','file','A'),(7980,2,3253,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(7981,2,3254,'/www/js/zui/min.js','/www/js/zui','file','M'),(7982,2,3255,'/VERSION','/','file','M'),(7983,2,3255,'/config/config.php','/config','file','M'),(7984,2,3255,'/db/standard/zentao12.0.1.sql','/db/standard','file','A'),(7985,2,3255,'/doc/CHANGELOG','/doc','file','M'),(7986,2,3255,'/framework/control.class.php','/framework','file','M'),(7987,2,3255,'/module/caselib/lang/zh-tw.php','/module/caselib/lang','file','M'),(7988,2,3255,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(7989,2,3255,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(7990,2,3255,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(7991,2,3255,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(7992,2,3255,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(7993,2,3255,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(7994,2,3255,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(7995,2,3255,'/module/todo/control.php','/module/todo','file','M'),(7996,2,3255,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(7997,2,3255,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(7998,2,3255,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(7999,2,3255,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(8000,2,3255,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(8001,2,3255,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(8002,2,3255,'/module/upgrade/model.php','/module/upgrade','file','M'),(8003,2,3255,'/tools/check.php','/tools','file','M'),(8004,2,3256,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8005,2,3256,'/module/repo/view/settings.html.php','/module/repo/view','file','M'),(8006,2,3257,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(8007,2,3259,'/module/my/control.php','/module/my','file','M'),(8008,2,3259,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(8009,2,3259,'/module/project/model.php','/module/project','file','M'),(8010,2,3259,'/module/search/model.php','/module/search','file','M'),(8011,2,3259,'/module/todo/control.php','/module/todo','file','M'),(8012,2,3259,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(8013,2,3259,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(8014,2,3260,'/Makefile','/','file','M'),(8015,2,3260,'/xuanxuan/module/common/ext/model/hook/isOpenMethod.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','A'),(8016,2,3261,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(8017,2,3261,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(8018,2,3262,'/module/message/model.php','/module/message','file','M'),(8019,2,3263,'/module/mail/model.php','/module/mail','file','M'),(8020,2,3264,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(8021,2,3265,'/module/repo/control.php','/module/repo','file','M'),(8022,2,3266,'/module/common/lang/de.php','/module/common/lang','file','M'),(8023,2,3266,'/module/common/lang/en.php','/module/common/lang','file','M'),(8024,2,3266,'/module/common/lang/fr.php','/module/common/lang','file','M'),(8025,2,3266,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8026,2,3266,'/module/project/model.php','/module/project','file','M'),(8027,2,3268,'/db/zentao.sql','/db','file','M'),(8028,2,3268,'/module/common/model.php','/module/common','file','M'),(8029,2,3268,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(8030,2,3269,'/db/update12.1.sql','/db','file','M'),(8031,2,3269,'/db/zentao.sql','/db','file','M'),(8032,2,3269,'/module/cron/control.php','/module/cron','file','M'),(8033,2,3271,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(8034,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8035,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Border.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8036,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/ListStyle.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8037,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Number.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8038,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Percentage.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8039,2,3271,'/lib/purifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8040,2,3271,'/lib/purifier/HTMLPurifier/AttrTransform/EnumToCSS.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8041,2,3271,'/lib/purifier/HTMLPurifier/AttrTransform/Name.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8042,2,3271,'/lib/purifier/HTMLPurifier/AttrTransform/TargetBlank.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8043,2,3271,'/lib/purifier/HTMLPurifier/AttrTransform/Textarea.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8044,2,3271,'/lib/purifier/HTMLPurifier/ChildDef/Custom.php','/lib/purifier/HTMLPurifier/ChildDef','file','M'),(8045,2,3271,'/lib/purifier/HTMLPurifier/HTMLModule/Iframe.php','/lib/purifier/HTMLPurifier/HTMLModule','file','M'),(8046,2,3271,'/lib/purifier/HTMLPurifier/Printer/HTMLDefinition.php','/lib/purifier/HTMLPurifier/Printer','file','M'),(8047,2,3271,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8048,2,3271,'/module/ci/control.php','/module/ci','file','M'),(8049,2,3271,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8050,2,3271,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8051,2,3271,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8052,2,3271,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8053,2,3271,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8054,2,3271,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8055,2,3272,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8056,2,3272,'/module/common/model.php','/module/common','file','M'),(8057,2,3274,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8058,2,3274,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8059,2,3274,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(8060,2,3274,'/module/repo/css/common.css','/module/repo/css','file','M'),(8061,2,3274,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(8062,2,3276,'/Makefile','/','file','M'),(8063,2,3277,'/db/update12.1.sql','/db','file','M'),(8064,2,3277,'/db/zentao.sql','/db','file','M'),(8065,2,3277,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(8066,2,3277,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(8067,2,3277,'/module/ci/control.php','/module/ci','file','M'),(8068,2,3277,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8069,2,3277,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8070,2,3277,'/module/jenkins/control.php','/module/jenkins','file','M'),(8071,2,3277,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8072,2,3277,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(8073,2,3279,'/db/update11.7.sql','/db','file','M'),(8074,2,3279,'/db/update12.1.sql','/db','file','M'),(8075,2,3279,'/db/zentao.sql','/db','file','M'),(8076,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8077,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Border.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8078,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/ListStyle.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8079,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Number.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8080,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Percentage.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8081,2,3279,'/lib/purifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','M'),(8082,2,3279,'/lib/purifier/HTMLPurifier/AttrTransform/EnumToCSS.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8083,2,3279,'/lib/purifier/HTMLPurifier/AttrTransform/Name.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8084,2,3279,'/lib/purifier/HTMLPurifier/AttrTransform/TargetBlank.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8085,2,3279,'/lib/purifier/HTMLPurifier/AttrTransform/Textarea.php','/lib/purifier/HTMLPurifier/AttrTransform','file','M'),(8086,2,3279,'/lib/purifier/HTMLPurifier/ChildDef/Custom.php','/lib/purifier/HTMLPurifier/ChildDef','file','M'),(8087,2,3279,'/lib/purifier/HTMLPurifier/HTMLModule/Iframe.php','/lib/purifier/HTMLPurifier/HTMLModule','file','M'),(8088,2,3279,'/lib/purifier/HTMLPurifier/Printer/HTMLDefinition.php','/lib/purifier/HTMLPurifier/Printer','file','M'),(8089,2,3279,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8090,2,3279,'/module/ci/model.php','/module/ci','file','M'),(8091,2,3279,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8092,2,3279,'/module/git/model.php','/module/git','file','M'),(8093,2,3279,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(8094,2,3279,'/module/repo/js/create.js','/module/repo/js','file','M'),(8095,2,3279,'/module/repo/js/edit.js','/module/repo/js','file','M'),(8096,2,3279,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(8097,2,3279,'/module/svn/model.php','/module/svn','file','M'),(8098,2,3279,'/www/js/misc/highlight/export.html','/www/js/misc/highlight','file','M'),(8099,2,3280,'/bin/init.sh','/bin','file','M'),(8100,2,3280,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8101,2,3281,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8102,2,3281,'/module/common/zh-cn.php','/module/common','file','D'),(8103,2,3281,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8104,2,3281,'/xuanxuan/module/common/ext/model/hook/isOpenMethod.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','A'),(8105,2,3282,'/module/common/zh-cn.php','/module/common','file','A'),(8106,2,3283,'/module/ci/control.php','/module/ci','file','M'),(8107,2,3283,'/module/ci/js/createJob.js','/module/ci/js','file','M'),(8108,2,3283,'/module/ci/js/editJob.js','/module/ci/js','file','M'),(8109,2,3283,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8110,2,3283,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8111,2,3283,'/module/ci/model.php','/module/ci','file','M'),(8112,2,3283,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8113,2,3283,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8114,2,3283,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8115,2,3283,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8116,2,3283,'/module/repo/control.php','/module/repo','file','M'),(8117,2,3283,'/module/repo/js/create.js','/module/repo/js','file','M'),(8118,2,3283,'/module/repo/js/edit.js','/module/repo/js','file','M'),(8119,2,3283,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(8120,2,3283,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8121,2,3283,'/module/repo/model.php','/module/repo','file','M'),(8122,2,3283,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8123,2,3283,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8124,2,3285,'/module/repo/control.php','/module/repo','file','M'),(8125,2,3286,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8126,2,3286,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8127,2,3286,'/module/repo/config.php','/module/repo','file','M'),(8128,2,3286,'/module/repo/control.php','/module/repo','file','M'),(8129,2,3286,'/module/repo/css/blame.css','/module/repo/css','file','D'),(8130,2,3286,'/module/repo/css/browse.css','/module/repo/css','file','D'),(8131,2,3286,'/module/repo/css/common.css','/module/repo/css','file','M'),(8132,2,3286,'/module/repo/css/log.css','/module/repo/css','file','A'),(8133,2,3286,'/module/repo/js/diff.js','/module/repo/js','file','M'),(8134,2,3286,'/module/repo/js/log.js','/module/repo/js','file','M'),(8135,2,3286,'/module/repo/js/review.js','/module/repo/js','file','D'),(8136,2,3286,'/module/repo/js/view.js','/module/repo/js','file','M'),(8137,2,3286,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8138,2,3286,'/module/repo/model.php','/module/repo','file','M'),(8139,2,3286,'/module/repo/view/ajaxsidelogs.html.php','/module/repo/view','file','M'),(8140,2,3286,'/module/repo/view/blame.html.php','/module/repo/view','file','D'),(8141,2,3286,'/module/repo/view/browse.html.php','/module/repo/view','file','D'),(8142,2,3286,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8143,2,3286,'/module/repo/view/diff.html.php','/module/repo/view','file','M'),(8144,2,3286,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8145,2,3286,'/module/repo/view/header.review.html.php','/module/repo/view','file','D'),(8146,2,3286,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(8147,2,3286,'/module/repo/view/review.html.php','/module/repo/view','file','D'),(8148,2,3286,'/module/repo/view/revision.html.php','/module/repo/view','file','M'),(8149,2,3286,'/module/repo/view/settings.html.php','/module/repo/view','file','D'),(8150,2,3286,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(8151,2,3287,'/module/ci/config.php','/module/ci','file','M'),(8152,2,3287,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8153,2,3287,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8154,2,3287,'/module/jenkins/config.php','/module/jenkins','file','M'),(8155,2,3287,'/module/repo/config.php','/module/repo','file','M'),(8156,2,3289,'/module/productplan/control.php','/module/productplan','file','M'),(8157,2,3289,'/module/productplan/css/batchedit.css','/module/productplan/css','file','A'),(8158,2,3289,'/module/productplan/js/batchedit.js','/module/productplan/js','file','A'),(8159,2,3289,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(8160,2,3289,'/module/todo/control.php','/module/todo','file','M'),(8161,2,3289,'/module/user/model.php','/module/user','file','M'),(8162,2,3290,'/module/message/model.php','/module/message','file','M'),(8163,2,3291,'/config/filter.php','/config','file','M'),(8164,2,3291,'/module/caselib/control.php','/module/caselib','file','M'),(8165,2,3291,'/module/doc/control.php','/module/doc','file','M'),(8166,2,3291,'/module/testcase/control.php','/module/testcase','file','M'),(8167,2,3293,'/module/common/model.php','/module/common','file','M'),(8168,2,3293,'/module/task/model.php','/module/task','file','M'),(8169,2,3294,'/module/mail/model.php','/module/mail','file','M'),(8170,2,3296,'/module/block/control.php','/module/block','file','M'),(8171,2,3296,'/module/doc/model.php','/module/doc','file','M'),(8172,2,3296,'/module/project/model.php','/module/project','file','M'),(8173,2,3298,'/www/js/zui/min.js','/www/js/zui','file','M'),(8174,2,3298,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(8175,2,3300,'/module/block/control.php','/module/block','file','M'),(8176,2,3300,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(8177,2,3301,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(8178,2,3302,'/bin/init.bat','/bin','file','M'),(8179,2,3302,'/bin/init.sh','/bin','file','M'),(8180,2,3303,'/module/doc/model.php','/module/doc','file','M'),(8181,2,3304,'/module/search/config.php','/module/search','file','M'),(8182,2,3304,'/module/search/model.php','/module/search','file','M'),(8183,2,3305,'/config/filter.php','/config','file','M'),(8184,2,3305,'/module/bug/control.php','/module/bug','file','M'),(8185,2,3305,'/module/doc/control.php','/module/doc','file','M'),(8186,2,3305,'/module/story/control.php','/module/story','file','M'),(8187,2,3305,'/module/task/control.php','/module/task','file','M'),(8188,2,3305,'/module/testcase/control.php','/module/testcase','file','M'),(8189,2,3306,'/module/ci/control.php','/module/ci','file','M'),(8190,2,3306,'/module/ci/model.php','/module/ci','file','M'),(8191,2,3307,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8192,2,3307,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8193,2,3308,'/module/repo/css/common.css','/module/repo/css','file','M'),(8194,2,3309,'/module/repo/css/common.css','/module/repo/css','file','M'),(8195,2,3310,'/module/repo/css/common.css','/module/repo/css','file','M'),(8196,2,3312,'/module/common/model.php','/module/common','file','M'),(8197,2,3313,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(8198,2,3313,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(8199,2,3314,'/module/repo/css/common.css','/module/repo/css','file','M'),(8200,2,3315,'/framework/control.class.php','/framework','file','M'),(8201,2,3316,'/module/group/control.php','/module/group','file','M'),(8202,2,3316,'/module/my/control.php','/module/my','file','M'),(8203,2,3316,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(8204,2,3316,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(8205,2,3316,'/module/my/view/task.html.php','/module/my/view','file','M'),(8206,2,3316,'/module/project/model.php','/module/project','file','M'),(8207,2,3316,'/module/search/model.php','/module/search','file','M'),(8208,2,3316,'/module/todo/control.php','/module/todo','file','M'),(8209,2,3316,'/sdk/php/zentao.php','/sdk/php','file','A'),(8210,2,3317,'/module/ci/model.php','/module/ci','file','M'),(8211,2,3318,'/module/ci/control.php','/module/ci','file','M'),(8212,2,3318,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8213,2,3318,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8214,2,3318,'/module/ci/model.php','/module/ci','file','M'),(8215,2,3318,'/module/common/lang/en.php','/module/common/lang','file','M'),(8216,2,3318,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8217,2,3319,'/db/zentao.sql','/db','file','M'),(8218,2,3320,'/db/zentao.sql','/db','file','M'),(8219,2,3321,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8220,2,3322,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8221,2,3322,'/module/git/config.php','/module/git','file','M'),(8222,2,3322,'/module/git/model.php','/module/git','file','M'),(8223,2,3322,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(8224,2,3322,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8225,2,3322,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8226,2,3322,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8227,2,3322,'/module/svn/model.php','/module/svn','file','M'),(8228,2,3323,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8229,2,3324,'/db/update12.1.sql','/db','file','M'),(8230,2,3324,'/module/ci/config.php','/module/ci','file','M'),(8231,2,3324,'/module/ci/js/createJob.js','/module/ci/js','file','M'),(8232,2,3324,'/module/ci/js/editJob.js','/module/ci/js','file','M'),(8233,2,3324,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8234,2,3324,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8235,2,3324,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8236,2,3324,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8237,2,3325,'/module/common/lang/en.php','/module/common/lang','file','M'),(8238,2,3325,'/module/jenkins/lang/en.php','/module/jenkins/lang','file','M'),(8239,2,3325,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8240,2,3325,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(8241,2,3325,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8242,2,3325,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8243,2,3326,'/framework/base/control.class.php','/framework/base','file','M'),(8244,2,3326,'/framework/control.class.php','/framework','file','M'),(8245,2,3327,'/config/zentaopms.php','/config','file','M'),(8246,2,3327,'/db/update12.1.sql','/db','file','M'),(8247,2,3327,'/module/ci/model.php','/module/ci','file','M'),(8248,2,3327,'/module/svn/config.php','/module/svn','file','M'),(8249,2,3327,'/module/svn/model.php','/module/svn','file','M'),(8250,2,3328,'/module/repo/js/create.js','/module/repo/js','file','A'),(8251,2,3328,'/module/repo/js/edit.js','/module/repo/js','file','A'),(8252,2,3328,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8253,2,3328,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8254,2,3329,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8255,2,3329,'/module/jenkins/model.php','/module/jenkins','file','M'),(8256,2,3329,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8257,2,3329,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(8258,2,3329,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8259,2,3330,'/module/repo/control.php','/module/repo','file','M'),(8260,2,3331,'/module/repo/model.php','/module/repo','file','M'),(8261,2,3331,'/module/svn/control.php','/module/svn','file','M'),(8262,2,3331,'/module/svn/model.php','/module/svn','file','M'),(8263,2,3332,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8264,2,3332,'/module/git/control.php','/module/git','file','M'),(8265,2,3333,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8266,2,3333,'/module/svn/model.php','/module/svn','file','M'),(8267,2,3334,'/lib/scm/scm.class.php','/lib/scm','file','M'),(8268,2,3334,'/lib/scm/scmUtils.class.php','/lib/scm','file','D'),(8269,2,3334,'/module/git/config.php','/module/git','file','M'),(8270,2,3334,'/module/git/control.php','/module/git','file','M'),(8271,2,3334,'/module/git/model.php','/module/git','file','M'),(8272,2,3334,'/module/svn/config.php','/module/svn','file','M'),(8273,2,3334,'/module/svn/control.php','/module/svn','file','M'),(8274,2,3334,'/module/svn/model.php','/module/svn','file','M'),(8275,2,3335,'/module/ci/model.php','/module/ci','file','M'),(8276,2,3336,'/lib/scm/scmUtils.class.php','/lib/scm','file','A'),(8277,2,3336,'/module/git/config.php','/module/git','file','M'),(8278,2,3336,'/module/git/model.php','/module/git','file','M'),(8279,2,3336,'/module/svn/model.php','/module/svn','file','M'),(8280,2,3337,'/module/ci/control.php','/module/ci','file','M'),(8281,2,3337,'/module/git/model.php','/module/git','file','M'),(8282,2,3337,'/module/jenkins/model.php','/module/jenkins','file','M'),(8283,2,3337,'/module/repo/model.php','/module/repo','file','M'),(8284,2,3337,'/module/svn/model.php','/module/svn','file','M'),(8285,2,3338,'/module/repo/config.php','/module/repo','file','M'),(8286,2,3338,'/module/repo/control.php','/module/repo','file','M'),(8287,2,3338,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8288,2,3338,'/module/repo/model.php','/module/repo','file','M'),(8289,2,3338,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8290,2,3338,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8291,2,3339,'/module/ci/control.php','/module/ci','file','M'),(8292,2,3339,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8293,2,3339,'/module/jenkins/control.php','/module/jenkins','file','M'),(8294,2,3339,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8295,2,3339,'/module/repo/control.php','/module/repo','file','M'),(8296,2,3339,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8297,2,3340,'/module/repo/control.php','/module/repo','file','M'),(8298,2,3340,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8299,2,3341,'/bin/init.sh','/bin','file','M'),(8300,2,3341,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8301,2,3341,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8302,2,3341,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8303,2,3342,'/bin/init.sh','/bin','file','M'),(8304,2,3343,'/module/git/model.php','/module/git','file','M'),(8305,2,3344,'/db/update12.1.sql','/db','file','M'),(8306,2,3344,'/module/ci/control.php','/module/ci','file','M'),(8307,2,3344,'/module/ci/js/editJob.js','/module/ci/js','file','M'),(8308,2,3344,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8309,2,3344,'/module/ci/model.php','/module/ci','file','M'),(8310,2,3344,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8311,2,3344,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8312,2,3344,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8313,2,3344,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(8314,2,3345,'/config/zentaopms.php','/config','file','M'),(8315,2,3345,'/db/update12.1.sql','/db','file','M'),(8316,2,3345,'/module/ci/config.php','/module/ci','file','M'),(8317,2,3345,'/module/ci/control.php','/module/ci','file','M'),(8318,2,3345,'/module/ci/js/editJob.js','/module/ci/js','file','M'),(8319,2,3345,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8320,2,3345,'/module/ci/model.php','/module/ci','file','M'),(8321,2,3345,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8322,2,3345,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8323,2,3345,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8324,2,3345,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8325,2,3345,'/module/ci/view/viewbuildlogs.html.php','/module/ci/view','file','M'),(8326,2,3345,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8327,2,3345,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8328,2,3345,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(8329,2,3346,'/db/update12.1.sql','/db','file','M'),(8330,2,3347,'/db/update12.1.sql','/db','file','M'),(8331,2,3348,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8332,2,3349,'/module/ci/control.php','/module/ci','file','M'),(8333,2,3349,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8334,2,3349,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8335,2,3349,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8336,2,3349,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8337,2,3350,'/module/ci/control.php','/module/ci','file','M'),(8338,2,3350,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8339,2,3350,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8340,2,3350,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8341,2,3350,'/module/ci/view/viewbuildlogs.html.php','/module/ci/view','file','M'),(8342,2,3350,'/module/repo/control.php','/module/repo','file','M'),(8343,2,3350,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8344,2,3350,'/module/repo/model.php','/module/repo','file','M'),(8345,2,3350,'/module/repo/view/browse.html.php','/module/repo/view','file','M'),(8346,2,3350,'/module/repo/view/showsynccomment.html.php','/module/repo/view','file','M'),(8347,2,3351,'/module/file/view/export.html.php','/module/file/view','file','M'),(8348,2,3352,'/module/project/model.php','/module/project','file','M'),(8349,2,3353,'/module/doc/model.php','/module/doc','file','M'),(8350,2,3354,'/module/ci/control.php','/module/ci','file','M'),(8351,2,3354,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8352,2,3354,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8353,2,3354,'/module/jenkins/control.php','/module/jenkins','file','M'),(8354,2,3354,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8355,2,3354,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(8356,2,3354,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8357,2,3354,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(8358,2,3354,'/module/repo/control.php','/module/repo','file','M'),(8359,2,3355,'/module/ci/control.php','/module/ci','file','M'),(8360,2,3355,'/module/jenkins/control.php','/module/jenkins','file','M'),(8361,2,3356,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','M'),(8362,2,3356,'/module/ci/view/createjob.html.php','/module/ci/view','file','M'),(8363,2,3356,'/module/ci/view/editjob.html.php','/module/ci/view','file','M'),(8364,2,3356,'/module/ci/view/header.html.php','/module/ci/view','file','D'),(8365,2,3356,'/module/ci/view/index.html.php','/module/ci/view','file','M'),(8366,2,3356,'/module/ci/view/viewbuildlogs.html.php','/module/ci/view','file','M'),(8367,2,3356,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8368,2,3356,'/module/jenkins/control.php','/module/jenkins','file','M'),(8369,2,3356,'/module/jenkins/js/browse.js','/module/jenkins/js','file','M'),(8370,2,3356,'/module/jenkins/js/create.js','/module/jenkins/js','file','M'),(8371,2,3356,'/module/jenkins/js/edit.js','/module/jenkins/js','file','M'),(8372,2,3356,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','M'),(8373,2,3356,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','M'),(8374,2,3356,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','M'),(8375,2,3356,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','M'),(8376,2,3357,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8377,2,3358,'/module/ci/control.php','/module/ci','file','M'),(8378,2,3358,'/module/ci/js/browseJob.js','/module/ci/js','file','D'),(8379,2,3358,'/module/ci/js/createJob.js','/module/ci/js','file','M'),(8380,2,3358,'/module/ci/js/editJob.js','/module/ci/js','file','M'),(8381,2,3358,'/module/ci/js/menu.js','/module/ci/js','file','D'),(8382,2,3358,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8383,2,3358,'/module/ci/view/browsejob.html.php','/module/ci/view','file','M'),(8384,2,3358,'/module/ci/view/header.html.php','/module/ci/view','file','M'),(8385,2,3358,'/module/ci/view/menu.html.php','/module/ci/view','file','D'),(8386,2,3358,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8387,2,3358,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8388,2,3358,'/module/repo/control.php','/module/repo','file','M'),(8389,2,3358,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(8390,2,3358,'/module/repo/model.php','/module/repo','file','M'),(8391,2,3358,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(8392,2,3358,'/module/repo/view/edit.html.php','/module/repo/view','file','A'),(8393,2,3358,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(8394,2,3359,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8395,2,3359,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8396,2,3359,'/module/repo/control.php','/module/repo','file','M'),(8397,2,3359,'/module/repo/lang/de.php','/module/repo/lang','file','D'),(8398,2,3359,'/module/repo/lang/fr.php','/module/repo/lang','file','D'),(8399,2,3359,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','D'),(8400,2,3359,'/module/repo/model.php','/module/repo','file','M'),(8401,2,3359,'/module/repo/view/maintain.html.php','/module/repo/view','file','A'),(8402,2,3360,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8403,2,3360,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8404,2,3360,'/module/repo/config.php','/module/repo','file','M'),(8405,2,3360,'/module/repo/control.php','/module/repo','file','M'),(8406,2,3360,'/module/repo/css/blame.css','/module/repo/css','file','A'),(8407,2,3360,'/module/repo/css/browse.css','/module/repo/css','file','A'),(8408,2,3360,'/module/repo/css/common.css','/module/repo/css','file','M'),(8409,2,3360,'/module/repo/js/diff.js','/module/repo/js','file','M'),(8410,2,3360,'/module/repo/js/review.js','/module/repo/js','file','A'),(8411,2,3360,'/module/repo/js/view.js','/module/repo/js','file','M'),(8412,2,3360,'/module/repo/model.php','/module/repo','file','M'),(8413,2,3360,'/module/repo/view/ajaxsidelogs.html.php','/module/repo/view','file','M'),(8414,2,3360,'/module/repo/view/blame.html.php','/module/repo/view','file','A'),(8415,2,3360,'/module/repo/view/browse.html.php','/module/repo/view','file','A'),(8416,2,3360,'/module/repo/view/diff.html.php','/module/repo/view','file','M'),(8417,2,3360,'/module/repo/view/header.review.html.php','/module/repo/view','file','A'),(8418,2,3360,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(8419,2,3360,'/module/repo/view/review.html.php','/module/repo/view','file','A'),(8420,2,3360,'/module/repo/view/revision.html.php','/module/repo/view','file','M'),(8421,2,3360,'/module/repo/view/view.html.php','/module/repo/view','file','M'),(8422,2,3361,'/module/ci/config.php','/module/ci','file','M'),(8423,2,3361,'/module/ci/control.php','/module/ci','file','M'),(8424,2,3361,'/module/ci/css/createJob.css','/module/ci/css','file','A'),(8425,2,3361,'/module/ci/css/editJob.css','/module/ci/css','file','A'),(8426,2,3361,'/module/ci/js/browseJob.js','/module/ci/js','file','A'),(8427,2,3361,'/module/ci/js/createJob.js','/module/ci/js','file','A'),(8428,2,3361,'/module/ci/js/editJob.js','/module/ci/js','file','A'),(8429,2,3361,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8430,2,3361,'/module/ci/model.php','/module/ci','file','M'),(8431,2,3361,'/module/ci/view/browsebuild.html.php','/module/ci/view','file','A'),(8432,2,3361,'/module/ci/view/browsejob.html.php','/module/ci/view','file','A'),(8433,2,3361,'/module/ci/view/createjob.html.php','/module/ci/view','file','A'),(8434,2,3361,'/module/ci/view/editjob.html.php','/module/ci/view','file','A'),(8435,2,3361,'/module/ci/view/viewbuildlogs.html.php','/module/ci/view','file','A'),(8436,2,3361,'/module/cicredentials/config.php','/module/cicredentials','file','D'),(8437,2,3361,'/module/cicredentials/control.php','/module/cicredentials','file','D'),(8438,2,3361,'/module/cicredentials/js/browse.js','/module/cicredentials/js','file','D'),(8439,2,3361,'/module/cicredentials/js/create.js','/module/cicredentials/js','file','D'),(8440,2,3361,'/module/cicredentials/js/edit.js','/module/cicredentials/js','file','D'),(8441,2,3361,'/module/cicredentials/lang/en.php','/module/cicredentials/lang','file','D'),(8442,2,3361,'/module/cicredentials/lang/zh-cn.php','/module/cicredentials/lang','file','D'),(8443,2,3361,'/module/cicredentials/model.php','/module/cicredentials','file','D'),(8444,2,3361,'/module/cicredentials/view/browse.html.php','/module/cicredentials/view','file','D'),(8445,2,3361,'/module/cicredentials/view/create.html.php','/module/cicredentials/view','file','D'),(8446,2,3361,'/module/cicredentials/view/edit.html.php','/module/cicredentials/view','file','D'),(8447,2,3361,'/module/cijenkins/config.php','/module/cijenkins','file','D'),(8448,2,3361,'/module/cijenkins/control.php','/module/cijenkins','file','D'),(8449,2,3361,'/module/cijenkins/js/browse.js','/module/cijenkins/js','file','D'),(8450,2,3361,'/module/cijenkins/js/create.js','/module/cijenkins/js','file','D'),(8451,2,3361,'/module/cijenkins/js/edit.js','/module/cijenkins/js','file','D'),(8452,2,3361,'/module/cijenkins/lang/en.php','/module/cijenkins/lang','file','D'),(8453,2,3361,'/module/cijenkins/lang/zh-cn.php','/module/cijenkins/lang','file','D'),(8454,2,3361,'/module/cijenkins/model.php','/module/cijenkins','file','D'),(8455,2,3361,'/module/cijenkins/view/browse.html.php','/module/cijenkins/view','file','D'),(8456,2,3361,'/module/cijenkins/view/create.html.php','/module/cijenkins/view','file','D'),(8457,2,3361,'/module/cijenkins/view/edit.html.php','/module/cijenkins/view','file','D'),(8458,2,3361,'/module/cirepo/config.php','/module/cirepo','file','D'),(8459,2,3361,'/module/cirepo/control.php','/module/cirepo','file','D'),(8460,2,3361,'/module/cirepo/js/browse.js','/module/cirepo/js','file','D'),(8461,2,3361,'/module/cirepo/js/browsebranch.js','/module/cirepo/js','file','D'),(8462,2,3361,'/module/cirepo/js/create.js','/module/cirepo/js','file','D'),(8463,2,3361,'/module/cirepo/js/edit.js','/module/cirepo/js','file','D'),(8464,2,3361,'/module/cirepo/lang/en.php','/module/cirepo/lang','file','D'),(8465,2,3361,'/module/cirepo/lang/zh-cn.php','/module/cirepo/lang','file','D'),(8466,2,3361,'/module/cirepo/model.php','/module/cirepo','file','D'),(8467,2,3361,'/module/cirepo/view/browse.html.php','/module/cirepo/view','file','D'),(8468,2,3361,'/module/cirepo/view/browsebranch.html.php','/module/cirepo/view','file','D'),(8469,2,3361,'/module/cirepo/view/create.html.php','/module/cirepo/view','file','D'),(8470,2,3361,'/module/cirepo/view/edit.html.php','/module/cirepo/view','file','D'),(8471,2,3361,'/module/cirepo/view/showsynccomment.html.php','/module/cirepo/view','file','D'),(8472,2,3361,'/module/citask/config.php','/module/citask','file','D'),(8473,2,3361,'/module/citask/control.php','/module/citask','file','D'),(8474,2,3361,'/module/citask/css/browse.css','/module/citask/css','file','D'),(8475,2,3361,'/module/citask/css/create.css','/module/citask/css','file','D'),(8476,2,3361,'/module/citask/css/edit.css','/module/citask/css','file','D'),(8477,2,3361,'/module/citask/js/browse.js','/module/citask/js','file','D'),(8478,2,3361,'/module/citask/js/create.js','/module/citask/js','file','D'),(8479,2,3361,'/module/citask/js/edit.js','/module/citask/js','file','D'),(8480,2,3361,'/module/citask/lang/en.php','/module/citask/lang','file','D'),(8481,2,3361,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','D'),(8482,2,3361,'/module/citask/model.php','/module/citask','file','D'),(8483,2,3361,'/module/citask/view/browse.html.php','/module/citask/view','file','D'),(8484,2,3361,'/module/citask/view/browsebuild.html.php','/module/citask/view','file','D'),(8485,2,3361,'/module/citask/view/create.html.php','/module/citask/view','file','D'),(8486,2,3361,'/module/citask/view/edit.html.php','/module/citask/view','file','D'),(8487,2,3361,'/module/citask/view/viewbuildlogs.html.php','/module/citask/view','file','D'),(8488,2,3361,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8489,2,3361,'/module/jenkins/config.php','/module/jenkins','file','A'),(8490,2,3361,'/module/jenkins/control.php','/module/jenkins','file','A'),(8491,2,3361,'/module/jenkins/js/browse.js','/module/jenkins/js','file','A'),(8492,2,3361,'/module/jenkins/js/create.js','/module/jenkins/js','file','A'),(8493,2,3361,'/module/jenkins/js/edit.js','/module/jenkins/js','file','A'),(8494,2,3361,'/module/jenkins/lang/en.php','/module/jenkins/lang','file','A'),(8495,2,3361,'/module/jenkins/lang/zh-cn.php','/module/jenkins/lang','file','A'),(8496,2,3361,'/module/jenkins/model.php','/module/jenkins','file','A'),(8497,2,3361,'/module/jenkins/view/browse.html.php','/module/jenkins/view','file','A'),(8498,2,3361,'/module/jenkins/view/create.html.php','/module/jenkins/view','file','A'),(8499,2,3361,'/module/jenkins/view/edit.html.php','/module/jenkins/view','file','A'),(8500,2,3362,'/module/ci/lang/en.php','/module/ci/lang','file','M'),(8501,2,3362,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8502,2,3362,'/module/cicredentials/control.php','/module/cicredentials','file','M'),(8503,2,3362,'/module/cicredentials/lang/zh-cn.php','/module/cicredentials/lang','file','M'),(8504,2,3362,'/module/cijenkins/control.php','/module/cijenkins','file','M'),(8505,2,3362,'/module/cijenkins/lang/zh-cn.php','/module/cijenkins/lang','file','M'),(8506,2,3362,'/module/cirepo/control.php','/module/cirepo','file','M'),(8507,2,3362,'/module/cirepo/js/browsebranch.js','/module/cirepo/js','file','M'),(8508,2,3362,'/module/cirepo/lang/zh-cn.php','/module/cirepo/lang','file','M'),(8509,2,3362,'/module/cirepo/view/browsebranch.html.php','/module/cirepo/view','file','M'),(8510,2,3362,'/module/citask/control.php','/module/citask','file','M'),(8511,2,3362,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','M'),(8512,2,3363,'/db/update12.1.sql','/db','file','M'),(8513,2,3363,'/module/citask/control.php','/module/citask','file','M'),(8514,2,3363,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','M'),(8515,2,3363,'/module/citask/model.php','/module/citask','file','M'),(8516,2,3363,'/module/citask/view/browse.html.php','/module/citask/view','file','M'),(8517,2,3364,'/module/cicredentials/control.php','/module/cicredentials','file','M'),(8518,2,3364,'/module/cicredentials/lang/zh-cn.php','/module/cicredentials/lang','file','M'),(8519,2,3364,'/module/cijenkins/control.php','/module/cijenkins','file','M'),(8520,2,3364,'/module/cijenkins/lang/zh-cn.php','/module/cijenkins/lang','file','M'),(8521,2,3364,'/module/cirepo/control.php','/module/cirepo','file','M'),(8522,2,3364,'/module/cirepo/lang/zh-cn.php','/module/cirepo/lang','file','M'),(8523,2,3364,'/module/cirepo/view/browsebranch.html.php','/module/cirepo/view','file','M'),(8524,2,3364,'/module/citask/control.php','/module/citask','file','M'),(8525,2,3365,'/module/citask/control.php','/module/citask','file','M'),(8526,2,3365,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','M'),(8527,2,3365,'/module/citask/model.php','/module/citask','file','M'),(8528,2,3366,'/module/ci/control.php','/module/ci','file','M'),(8529,2,3366,'/module/ci/view/header.html.php','/module/ci/view','file','M'),(8530,2,3366,'/module/citask/control.php','/module/citask','file','M'),(8531,2,3366,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','M'),(8532,2,3366,'/module/citask/model.php','/module/citask','file','M'),(8533,2,3366,'/module/citask/view/browse.html.php','/module/citask/view','file','M'),(8534,2,3366,'/module/citask/view/browsebuild.html.php','/module/citask/view','file','A'),(8535,2,3366,'/module/citask/view/viewbuildlogs.html.php','/module/citask/view','file','A'),(8536,2,3366,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8537,2,3366,'/module/cron/control.php','/module/cron','file','M'),(8538,2,3367,'/db/update12.1.sql','/db','file','M'),(8539,2,3367,'/module/citask/control.php','/module/citask','file','M'),(8540,2,3367,'/module/citask/model.php','/module/citask','file','M'),(8541,2,3367,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8542,2,3368,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8543,2,3369,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8544,2,3369,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8545,2,3370,'/module/git/model.php','/module/git','file','M'),(8546,2,3371,'/module/citask/config.php','/module/citask','file','M'),(8547,2,3371,'/module/citask/control.php','/module/citask','file','M'),(8548,2,3371,'/module/citask/js/edit.js','/module/citask/js','file','M'),(8549,2,3371,'/module/citask/model.php','/module/citask','file','M'),(8550,2,3371,'/module/citask/view/browse.html.php','/module/citask/view','file','M'),(8551,2,3371,'/module/citask/view/create.html.php','/module/citask/view','file','M'),(8552,2,3371,'/module/citask/view/edit.html.php','/module/citask/view','file','M'),(8553,2,3372,'/db/update12.1.sql','/db','file','M'),(8554,2,3372,'/module/ci/view/header.html.php','/module/ci/view','file','M'),(8555,2,3372,'/module/cicredentials/config.php','/module/cicredentials','file','M'),(8556,2,3372,'/module/cicredentials/control.php','/module/cicredentials','file','M'),(8557,2,3372,'/module/cicredentials/model.php','/module/cicredentials','file','M'),(8558,2,3372,'/module/cicredentials/view/browse.html.php','/module/cicredentials/view','file','M'),(8559,2,3372,'/module/cicredentials/view/create.html.php','/module/cicredentials/view','file','M'),(8560,2,3372,'/module/cicredentials/view/edit.html.php','/module/cicredentials/view','file','M'),(8561,2,3372,'/module/cijenkins/lang/zh-cn.php','/module/cijenkins/lang','file','M'),(8562,2,3372,'/module/cijenkins/model.php','/module/cijenkins','file','M'),(8563,2,3372,'/module/cijenkins/view/create.html.php','/module/cijenkins/view','file','M'),(8564,2,3372,'/module/cijenkins/view/edit.html.php','/module/cijenkins/view','file','M'),(8565,2,3372,'/module/cirepo/config.php','/module/cirepo','file','M'),(8566,2,3372,'/module/cirepo/lang/zh-cn.php','/module/cirepo/lang','file','M'),(8567,2,3372,'/module/cirepo/model.php','/module/cirepo','file','M'),(8568,2,3372,'/module/cirepo/view/create.html.php','/module/cirepo/view','file','M'),(8569,2,3372,'/module/cirepo/view/edit.html.php','/module/cirepo/view','file','M'),(8570,2,3372,'/module/citask/model.php','/module/citask','file','M'),(8571,2,3373,'/module/ci/config.php','/module/ci','file','M'),(8572,2,3373,'/module/ci/control.php','/module/ci','file','M'),(8573,2,3373,'/module/ci/css/browsecitask.css','/module/ci/css','file','D'),(8574,2,3373,'/module/ci/css/createcitask.css','/module/ci/css','file','D'),(8575,2,3373,'/module/ci/css/editcitask.css','/module/ci/css','file','D'),(8576,2,3373,'/module/ci/js/browsebranch.js','/module/ci/js','file','D'),(8577,2,3373,'/module/ci/js/browsecitask.js','/module/ci/js','file','D'),(8578,2,3373,'/module/ci/js/browsecredential.js','/module/ci/js','file','D'),(8579,2,3373,'/module/ci/js/browsejenkins.js','/module/ci/js','file','D'),(8580,2,3373,'/module/ci/js/browserepo.js','/module/ci/js','file','D'),(8581,2,3373,'/module/ci/js/createcitask.js','/module/ci/js','file','D'),(8582,2,3373,'/module/ci/js/createcredential.js','/module/ci/js','file','D'),(8583,2,3373,'/module/ci/js/createjenkins.js','/module/ci/js','file','D'),(8584,2,3373,'/module/ci/js/createrepo.js','/module/ci/js','file','D'),(8585,2,3373,'/module/ci/js/editcitask.js','/module/ci/js','file','D'),(8586,2,3373,'/module/ci/js/editcredential.js','/module/ci/js','file','D'),(8587,2,3373,'/module/ci/js/editjenkins.js','/module/ci/js','file','D'),(8588,2,3373,'/module/ci/js/editrepo.js','/module/ci/js','file','D'),(8589,2,3373,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8590,2,3373,'/module/ci/model.php','/module/ci','file','M'),(8591,2,3373,'/module/ci/view/browsebranch.html.php','/module/ci/view','file','D'),(8592,2,3373,'/module/ci/view/browsecitask.html.php','/module/ci/view','file','D'),(8593,2,3373,'/module/ci/view/browsecredential.html.php','/module/ci/view','file','D'),(8594,2,3373,'/module/ci/view/browsejenkins.html.php','/module/ci/view','file','D'),(8595,2,3373,'/module/ci/view/browserepo.html.php','/module/ci/view','file','D'),(8596,2,3373,'/module/ci/view/createcitask.html.php','/module/ci/view','file','D'),(8597,2,3373,'/module/ci/view/createcredential.html.php','/module/ci/view','file','D'),(8598,2,3373,'/module/ci/view/createjenkins.html.php','/module/ci/view','file','D'),(8599,2,3373,'/module/ci/view/createrepo.html.php','/module/ci/view','file','D'),(8600,2,3373,'/module/ci/view/editcitask.html.php','/module/ci/view','file','D'),(8601,2,3373,'/module/ci/view/editcredential.html.php','/module/ci/view','file','D'),(8602,2,3373,'/module/ci/view/editjenkins.html.php','/module/ci/view','file','D'),(8603,2,3373,'/module/ci/view/editrepo.html.php','/module/ci/view','file','D'),(8604,2,3373,'/module/ci/view/header.html.php','/module/ci/view','file','M'),(8605,2,3373,'/module/ci/view/menu.html.php','/module/ci/view','file','M'),(8606,2,3373,'/module/ci/view/showsynccomment.html.php','/module/ci/view','file','D'),(8607,2,3373,'/module/cicredentials/config.php','/module/cicredentials','file','A'),(8608,2,3373,'/module/cicredentials/control.php','/module/cicredentials','file','A'),(8609,2,3373,'/module/cicredentials/js/browse.js','/module/cicredentials/js','file','A'),(8610,2,3373,'/module/cicredentials/js/create.js','/module/cicredentials/js','file','A'),(8611,2,3373,'/module/cicredentials/js/edit.js','/module/cicredentials/js','file','A'),(8612,2,3373,'/module/cicredentials/lang/en.php','/module/cicredentials/lang','file','A'),(8613,2,3373,'/module/cicredentials/lang/zh-cn.php','/module/cicredentials/lang','file','A'),(8614,2,3373,'/module/cicredentials/model.php','/module/cicredentials','file','A'),(8615,2,3373,'/module/cicredentials/view/browse.html.php','/module/cicredentials/view','file','A'),(8616,2,3373,'/module/cicredentials/view/create.html.php','/module/cicredentials/view','file','A'),(8617,2,3373,'/module/cicredentials/view/edit.html.php','/module/cicredentials/view','file','A'),(8618,2,3373,'/module/cijenkins/config.php','/module/cijenkins','file','A'),(8619,2,3373,'/module/cijenkins/control.php','/module/cijenkins','file','A'),(8620,2,3373,'/module/cijenkins/js/browse.js','/module/cijenkins/js','file','A'),(8621,2,3373,'/module/cijenkins/js/create.js','/module/cijenkins/js','file','A'),(8622,2,3373,'/module/cijenkins/js/edit.js','/module/cijenkins/js','file','A'),(8623,2,3373,'/module/cijenkins/lang/en.php','/module/cijenkins/lang','file','A'),(8624,2,3373,'/module/cijenkins/lang/zh-cn.php','/module/cijenkins/lang','file','A'),(8625,2,3373,'/module/cijenkins/model.php','/module/cijenkins','file','A'),(8626,2,3373,'/module/cijenkins/view/browse.html.php','/module/cijenkins/view','file','A'),(8627,2,3373,'/module/cijenkins/view/create.html.php','/module/cijenkins/view','file','A'),(8628,2,3373,'/module/cijenkins/view/edit.html.php','/module/cijenkins/view','file','A'),(8629,2,3373,'/module/cirepo/config.php','/module/cirepo','file','A'),(8630,2,3373,'/module/cirepo/control.php','/module/cirepo','file','A'),(8631,2,3373,'/module/cirepo/js/browse.js','/module/cirepo/js','file','A'),(8632,2,3373,'/module/cirepo/js/browsebranch.js','/module/cirepo/js','file','A'),(8633,2,3373,'/module/cirepo/js/create.js','/module/cirepo/js','file','A'),(8634,2,3373,'/module/cirepo/js/edit.js','/module/cirepo/js','file','A'),(8635,2,3373,'/module/cirepo/lang/en.php','/module/cirepo/lang','file','A'),(8636,2,3373,'/module/cirepo/lang/zh-cn.php','/module/cirepo/lang','file','A'),(8637,2,3373,'/module/cirepo/model.php','/module/cirepo','file','A'),(8638,2,3373,'/module/cirepo/view/browse.html.php','/module/cirepo/view','file','A'),(8639,2,3373,'/module/cirepo/view/browsebranch.html.php','/module/cirepo/view','file','A'),(8640,2,3373,'/module/cirepo/view/create.html.php','/module/cirepo/view','file','A'),(8641,2,3373,'/module/cirepo/view/edit.html.php','/module/cirepo/view','file','A'),(8642,2,3373,'/module/cirepo/view/showsynccomment.html.php','/module/cirepo/view','file','A'),(8643,2,3373,'/module/citask/config.php','/module/citask','file','A'),(8644,2,3373,'/module/citask/control.php','/module/citask','file','A'),(8645,2,3373,'/module/citask/css/browse.css','/module/citask/css','file','A'),(8646,2,3373,'/module/citask/css/create.css','/module/citask/css','file','A'),(8647,2,3373,'/module/citask/css/edit.css','/module/citask/css','file','A'),(8648,2,3373,'/module/citask/js/browse.js','/module/citask/js','file','A'),(8649,2,3373,'/module/citask/js/create.js','/module/citask/js','file','A'),(8650,2,3373,'/module/citask/js/edit.js','/module/citask/js','file','A'),(8651,2,3373,'/module/citask/lang/en.php','/module/citask/lang','file','A'),(8652,2,3373,'/module/citask/lang/zh-cn.php','/module/citask/lang','file','A'),(8653,2,3373,'/module/citask/model.php','/module/citask','file','A'),(8654,2,3373,'/module/citask/view/browse.html.php','/module/citask/view','file','A'),(8655,2,3373,'/module/citask/view/create.html.php','/module/citask/view','file','A'),(8656,2,3373,'/module/citask/view/edit.html.php','/module/citask/view','file','A'),(8657,2,3373,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8658,2,3373,'/module/git/config.php','/module/git','file','M'),(8659,2,3373,'/module/git/model.php','/module/git','file','M'),(8660,2,3373,'/www/js/my.full.js','/www/js','file','M'),(8661,2,3374,'/module/git/model.php','/module/git','file','M'),(8662,2,3375,'/module/git/model.php','/module/git','file','M'),(8663,2,3376,'/module/ci/control.php','/module/ci','file','M'),(8664,2,3377,'/module/ci/config.php','/module/ci','file','M'),(8665,2,3377,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8666,2,3377,'/module/ci/view/createcitask.html.php','/module/ci/view','file','M'),(8667,2,3377,'/module/ci/view/editcitask.html.php','/module/ci/view','file','M'),(8668,2,3377,'/module/git/model.php','/module/git','file','M'),(8669,2,3378,'/db/update12.1.sql','/db','file','M'),(8670,2,3378,'/module/ci/js/createcitask.js','/module/ci/js','file','M'),(8671,2,3378,'/module/ci/js/editcitask.js','/module/ci/js','file','M'),(8672,2,3378,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8673,2,3378,'/module/ci/model.php','/module/ci','file','M'),(8674,2,3378,'/module/ci/view/createcitask.html.php','/module/ci/view','file','M'),(8675,2,3378,'/module/ci/view/editcitask.html.php','/module/ci/view','file','M'),(8676,2,3379,'/module/ci/control.php','/module/ci','file','M'),(8677,2,3380,'/module/git/model.php','/module/git','file','M'),(8678,2,3381,'/module/git/model.php','/module/git','file','M'),(8679,2,3382,'/module/ci/config.php','/module/ci','file','M'),(8680,2,3382,'/module/cron/control.php','/module/cron','file','M'),(8681,2,3382,'/module/git/model.php','/module/git','file','M'),(8682,2,3383,'/module/caselib/lang/de.php','/module/caselib/lang','file','M'),(8683,2,3383,'/module/caselib/lang/en.php','/module/caselib/lang','file','M'),(8684,2,3383,'/module/caselib/lang/fr.php','/module/caselib/lang','file','M'),(8685,2,3383,'/module/caselib/lang/zh-cn.php','/module/caselib/lang','file','M'),(8686,2,3383,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(8687,2,3383,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8688,2,3383,'/xuanxuan/module/im/ext/model/class/xuanxuan.class.php','/xuanxuan/module/im/ext/model/class','file','M'),(8689,2,3384,'/lib/scm/git.class.php','/lib/scm','file','M'),(8690,2,3385,'/module/search/model.php','/module/search','file','M'),(8691,2,3386,'/module/ci/config.php','/module/ci','file','M'),(8692,2,3386,'/module/ci/control.php','/module/ci','file','M'),(8693,2,3386,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8694,2,3386,'/module/cron/control.php','/module/cron','file','M'),(8695,2,3386,'/module/git/model.php','/module/git','file','M'),(8696,2,3387,'/module/ci/config.php','/module/ci','file','M'),(8697,2,3387,'/module/ci/control.php','/module/ci','file','M'),(8698,2,3387,'/module/git/model.php','/module/git','file','M'),(8699,2,3388,'/module/ci/model.php','/module/ci','file','M'),(8700,2,3388,'/module/cron/control.php','/module/cron','file','M'),(8701,2,3388,'/module/git/model.php','/module/git','file','M'),(8702,2,3389,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8703,2,3390,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8704,2,3391,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8705,2,3392,'/db/update12.1.sql','/db','file','M'),(8706,2,3392,'/module/ci/control.php','/module/ci','file','M'),(8707,2,3392,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8708,2,3392,'/module/ci/view/createrepo.html.php','/module/ci/view','file','M'),(8709,2,3392,'/module/ci/view/editrepo.html.php','/module/ci/view','file','M'),(8710,2,3393,'/module/cron/control.php','/module/cron','file','M'),(8711,2,3394,'/module/cron/model.php','/module/cron','file','M'),(8712,2,3395,'/module/cron/control.php','/module/cron','file','M'),(8713,2,3396,'/module/ci/config.php','/module/ci','file','M'),(8714,2,3396,'/module/ci/control.php','/module/ci','file','M'),(8715,2,3396,'/module/ci/model.php','/module/ci','file','M'),(8716,2,3396,'/module/cron/control.php','/module/cron','file','M'),(8717,2,3396,'/module/cron/model.php','/module/cron','file','M'),(8718,2,3397,'/module/ci/config.php','/module/ci','file','M'),(8719,2,3397,'/module/ci/control.php','/module/ci','file','M'),(8720,2,3398,'/db/update12.1.sql','/db','file','M'),(8721,2,3398,'/module/ci/control.php','/module/ci','file','M'),(8722,2,3398,'/module/ci/js/createcitask.js','/module/ci/js','file','M'),(8723,2,3398,'/module/ci/js/editcitask.js','/module/ci/js','file','M'),(8724,2,3398,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8725,2,3398,'/module/ci/model.php','/module/ci','file','M'),(8726,2,3398,'/module/ci/view/createcitask.html.php','/module/ci/view','file','M'),(8727,2,3398,'/module/ci/view/editcitask.html.php','/module/ci/view','file','M'),(8728,2,3398,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(8729,2,3399,'/bin/init.sh','/bin','file','M'),(8730,2,3399,'/db/update12.1.sql','/db','file','A'),(8731,2,3399,'/db/zentao.sql','/db','file','M'),(8732,2,3399,'/module/ci/control.php','/module/ci','file','M'),(8733,2,3407,'/module/ci/control.php','/module/ci','file','M'),(8734,2,3407,'/module/ci/model.php','/module/ci','file','M'),(8735,2,3408,'/module/ci/control.php','/module/ci','file','M'),(8736,2,3408,'/module/ci/model.php','/module/ci','file','M'),(8737,2,3408,'/module/ci/view/browsecitask.html.php','/module/ci/view','file','M'),(8738,2,3408,'/module/ci/view/showsynccomment.html.php','/module/ci/view','file','M'),(8739,2,3409,'/module/dev/model.php','/module/dev','file','M'),(8740,2,3410,'/module/common/model.php','/module/common','file','M'),(8741,2,3412,'/module/backup/model.php','/module/backup','file','M'),(8742,2,3412,'/module/repo/control.php','/module/repo','file','M'),(8743,2,3412,'/module/search/control.php','/module/search','file','M'),(8744,2,3412,'/module/search/model.php','/module/search','file','M'),(8745,2,3412,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(8746,2,3413,'/module/ci/control.php','/module/ci','file','M'),(8747,2,3413,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8748,2,3413,'/module/ci/view/browserepo.html.php','/module/ci/view','file','M'),(8749,2,3413,'/module/ci/view/showsynccomment.html.php','/module/ci/view','file','M'),(8750,2,3413,'/module/git/model.php','/module/git','file','M'),(8751,2,3414,'/module/ci/control.php','/module/ci','file','M'),(8752,2,3414,'/module/ci/model.php','/module/ci','file','M'),(8753,2,3414,'/module/git/config.php','/module/git','file','M'),(8754,2,3414,'/module/git/model.php','/module/git','file','M'),(8755,2,3415,'/config/zentaopms.php','/config','file','M'),(8756,2,3415,'/db/zentao.sql','/db','file','M'),(8757,2,3415,'/module/ci/model.php','/module/ci','file','M'),(8758,2,3416,'/module/ci/config.php','/module/ci','file','M'),(8759,2,3416,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8760,2,3416,'/module/ci/model.php','/module/ci','file','M'),(8761,2,3417,'/module/ci/model.php','/module/ci','file','M'),(8762,2,3417,'/module/ci/view/browsecitask.html.php','/module/ci/view','file','M'),(8763,2,3418,'/module/ci/control.php','/module/ci','file','M'),(8764,2,3418,'/module/ci/css/editcitask.css','/module/ci/css','file','A'),(8765,2,3418,'/module/ci/js/editcitask.js','/module/ci/js','file','A'),(8766,2,3418,'/module/ci/model.php','/module/ci','file','M'),(8767,2,3418,'/module/ci/view/browsecitask.html.php','/module/ci/view','file','M'),(8768,2,3418,'/module/ci/view/createcitask.html.php','/module/ci/view','file','M'),(8769,2,3418,'/module/ci/view/editcitask.html.php','/module/ci/view','file','M'),(8770,2,3419,'/module/ci/css/createcitask.css','/module/ci/css','file','A'),(8771,2,3419,'/module/ci/css/index.css','/module/ci/css','file','M'),(8772,2,3419,'/module/ci/js/createcitask.js','/module/ci/js','file','M'),(8773,2,3419,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8774,2,3419,'/module/ci/view/createcitask.html.php','/module/ci/view','file','M'),(8775,2,3420,'/config/zentaopms.php','/config','file','M'),(8776,2,3420,'/module/ci/control.php','/module/ci','file','M'),(8777,2,3420,'/module/ci/js/createcitask.js','/module/ci/js','file','A'),(8778,2,3420,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8779,2,3420,'/module/ci/model.php','/module/ci','file','M'),(8780,2,3420,'/module/ci/view/browsecitask.html.php','/module/ci/view','file','A'),(8781,2,3420,'/module/ci/view/createcitask.html.php','/module/ci/view','file','A'),(8782,2,3420,'/module/ci/view/editcitask.html.php','/module/ci/view','file','A'),(8783,2,3421,'/module/install/lang/en.php','/module/install/lang','file','M'),(8784,2,3422,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(8785,2,3422,'/module/todo/js/batchcreate.js','/module/todo/js','file','M'),(8786,2,3422,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(8787,2,3423,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(8788,2,3423,'/module/ci/control.php','/module/ci','file','M'),(8789,2,3423,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(8790,2,3423,'/module/ci/model.php','/module/ci','file','M'),(8791,2,3423,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8792,2,3423,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(8793,2,3424,'/module/ci/view/browseBranch.html.php','/module/ci/view','file','D'),(8794,2,3424,'/module/ci/view/browsebranch.html.php','/module/ci/view','file','A'),(8795,2,3425,'/www/js/zui/lang.ja.min.js','/www/js/zui','file','M'),(8796,2,3426,'/module/common/model.php','/module/common','file','M'),(8797,2,3427,'/module/common/model.php','/module/common','file','M'),(8798,2,3427,'/module/report/control.php','/module/report','file','M'),(8799,2,3428,'/xuanxuan/module/client/ext/model/xuanxuan.php','/xuanxuan/module/client/ext/model','file','A'),(8800,2,3429,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(8801,2,3429,'/xuanxuan/module/block/ext/view/dashboard.xuanxuan.html.hook.php','/xuanxuan/module/block/ext/view','file','M'),(8802,2,3430,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(8803,2,3430,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(8804,2,3430,'/xuanxuan/module/misc/ext/lang/en/xuanxuan.php','/xuanxuan/module/misc/ext/lang/en','file','M'),(8805,2,3430,'/xuanxuan/module/misc/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/misc/ext/lang/zh-cn','file','M'),(8806,2,3431,'/xuanxuan/module/misc/ext/control/downloadclient.php','/xuanxuan/module/misc/ext/control','file','M'),(8807,2,3432,'/module/story/control.php','/module/story','file','M'),(8808,2,3433,'/module/group/lang/resource.php','/module/group/lang','file','M'),(8809,2,3434,'/db/standard/zentao12.0.sql','/db/standard','file','M'),(8810,2,3434,'/db/zentao.sql','/db','file','M'),(8811,2,3435,'/db/standard/zentao12.0.sql','/db/standard','file','M'),(8812,2,3436,'/VERSION','/','file','M'),(8813,2,3436,'/config/config.php','/config','file','M'),(8814,2,3436,'/db/standard/zentao12.0.sql','/db/standard','file','A'),(8815,2,3436,'/doc/CHANGELOG','/doc','file','M'),(8816,2,3436,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(8817,2,3436,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(8818,2,3436,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(8819,2,3436,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(8820,2,3436,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(8821,2,3436,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(8822,2,3436,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(8823,2,3436,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(8824,2,3436,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(8825,2,3436,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(8826,2,3436,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(8827,2,3436,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(8828,2,3436,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(8829,2,3436,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(8830,2,3436,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(8831,2,3436,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(8832,2,3436,'/module/repo/control.php','/module/repo','file','M'),(8833,2,3436,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(8834,2,3436,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(8835,2,3436,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(8836,2,3436,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(8837,2,3436,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(8838,2,3436,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(8839,2,3436,'/www/upgrade.php.tmp','/www','file','M'),(8840,2,3437,'/module/block/js/admin.js','/module/block/js','file','M'),(8841,2,3437,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(8842,2,3437,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(8843,2,3437,'/module/upgrade/model.php','/module/upgrade','file','M'),(8844,2,3438,'/db/update11.7.sql','/db','file','M'),(8845,2,3438,'/db/zentao.sql','/db','file','M'),(8846,2,3439,'/module/repo/control.php','/module/repo','file','M'),(8847,2,3439,'/module/repo/js/log.js','/module/repo/js','file','M'),(8848,2,3439,'/module/repo/model.php','/module/repo','file','M'),(8849,2,3439,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(8850,2,3440,'/module/todo/js/create.js','/module/todo/js','file','M'),(8851,2,3441,'/config/zentaopms.php','/config','file','M'),(8852,2,3442,'/db/update11.7.sql','/db','file','M'),(8853,2,3442,'/db/zentao.sql','/db','file','M'),(8854,2,3442,'/module/block/control.php','/module/block','file','M'),(8855,2,3442,'/module/block/model.php','/module/block','file','M'),(8856,2,3442,'/module/bug/control.php','/module/bug','file','M'),(8857,2,3442,'/module/bug/model.php','/module/bug','file','M'),(8858,2,3442,'/module/build/view/create.html.php','/module/build/view','file','M'),(8859,2,3442,'/module/group/lang/resource.php','/module/group/lang','file','M'),(8860,2,3442,'/module/product/model.php','/module/product','file','M'),(8861,2,3442,'/module/project/model.php','/module/project','file','M'),(8862,2,3442,'/module/project/view/story.html.php','/module/project/view','file','M'),(8863,2,3442,'/module/task/control.php','/module/task','file','M'),(8864,2,3443,'/module/common/model.php','/module/common','file','M'),(8865,2,3443,'/module/upgrade/model.php','/module/upgrade','file','M'),(8866,2,3444,'/module/api/control.php','/module/api','file','M'),(8867,2,3444,'/module/api/model.php','/module/api','file','M'),(8868,2,3445,'/module/report/control.php','/module/report','file','M'),(8869,2,3446,'/module/doc/control.php','/module/doc','file','M'),(8870,2,3446,'/module/doc/js/view.js','/module/doc/js','file','M'),(8871,2,3446,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(8872,2,3446,'/module/doc/model.php','/module/doc','file','M'),(8873,2,3446,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(8874,2,3447,'/module/repo/control.php','/module/repo','file','M'),(8875,2,3447,'/module/repo/css/log.css','/module/repo/css','file','A'),(8876,2,3447,'/module/repo/view/log.html.php','/module/repo/view','file','M'),(8877,2,3448,'/module/common/lang/de.php','/module/common/lang','file','M'),(8878,2,3448,'/module/common/lang/en.php','/module/common/lang','file','M'),(8879,2,3448,'/module/common/lang/fr.php','/module/common/lang','file','M'),(8880,2,3449,'/module/report/config.php','/module/report','file','M'),(8881,2,3449,'/module/report/control.php','/module/report','file','M'),(8882,2,3450,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(8883,2,3451,'/module/backup/control.php','/module/backup','file','M'),(8884,2,3451,'/module/backup/js/setting.js','/module/backup/js','file','M'),(8885,2,3451,'/module/backup/lang/de.php','/module/backup/lang','file','M'),(8886,2,3451,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(8887,2,3451,'/module/backup/lang/fr.php','/module/backup/lang','file','M'),(8888,2,3451,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(8889,2,3451,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(8890,2,3452,'/module/doc/control.php','/module/doc','file','M'),(8891,2,3453,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(8892,2,3453,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(8893,2,3454,'/module/task/js/create.js','/module/task/js','file','M'),(8894,2,3455,'/module/release/control.php','/module/release','file','M'),(8895,2,3455,'/module/release/css/browse.css','/module/release/css','file','M'),(8896,2,3455,'/module/release/view/browse.html.php','/module/release/view','file','M'),(8897,2,3456,'/module/report/css/productsummary.css','/module/report/css','file','A'),(8898,2,3456,'/module/report/model.php','/module/report','file','M'),(8899,2,3456,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(8900,2,3457,'/module/report/model.php','/module/report','file','M'),(8901,2,3458,'/module/report/model.php','/module/report','file','M'),(8902,2,3459,'/module/testcase/control.php','/module/testcase','file','M'),(8903,2,3460,'/module/project/control.php','/module/project','file','M'),(8904,2,3460,'/module/report/model.php','/module/report','file','M'),(8905,2,3461,'/module/block/lang/de.php','/module/block/lang','file','M'),(8906,2,3461,'/module/my/lang/de.php','/module/my/lang','file','M'),(8907,2,3461,'/module/report/lang/en.php','/module/report/lang','file','M'),(8908,2,3462,'/module/build/model.php','/module/build','file','M'),(8909,2,3462,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(8910,2,3462,'/module/report/control.php','/module/report','file','M'),(8911,2,3462,'/module/report/lang/en.php','/module/report/lang','file','M'),(8912,2,3462,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8913,2,3462,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8914,2,3462,'/module/story/js/x.create.js','/module/story/js','file','M'),(8915,2,3462,'/module/story/view/header.html.php','/module/story/view','file','M'),(8916,2,3462,'/module/testtask/js/linkcase.js','/module/testtask/js','file','M'),(8917,2,3462,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(8918,2,3463,'/module/report/config.php','/module/report','file','M'),(8919,2,3463,'/module/report/control.php','/module/report','file','M'),(8920,2,3463,'/module/report/lang/en.php','/module/report/lang','file','M'),(8921,2,3463,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8922,2,3463,'/module/report/model.php','/module/report','file','M'),(8923,2,3463,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8924,2,3464,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(8925,2,3464,'/module/report/model.php','/module/report','file','M'),(8926,2,3465,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(8927,2,3465,'/module/project/view/bug.html.php','/module/project/view','file','M'),(8928,2,3465,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(8929,2,3465,'/module/project/view/story.html.php','/module/project/view','file','M'),(8930,2,3465,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(8931,2,3465,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(8932,2,3465,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(8933,2,3466,'/module/bug/model.php','/module/bug','file','M'),(8934,2,3467,'/module/report/lang/en.php','/module/report/lang','file','M'),(8935,2,3467,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8936,2,3469,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(8937,2,3469,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(8938,2,3469,'/module/build/lang/de.php','/module/build/lang','file','M'),(8939,2,3469,'/module/build/lang/en.php','/module/build/lang','file','M'),(8940,2,3469,'/module/build/lang/fr.php','/module/build/lang','file','M'),(8941,2,3469,'/module/common/lang/de.php','/module/common/lang','file','M'),(8942,2,3469,'/module/common/lang/en.php','/module/common/lang','file','M'),(8943,2,3469,'/module/common/lang/fr.php','/module/common/lang','file','M'),(8944,2,3469,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(8945,2,3469,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(8946,2,3469,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(8947,2,3469,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(8948,2,3469,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(8949,2,3469,'/module/report/lang/de.php','/module/report/lang','file','M'),(8950,2,3469,'/module/report/lang/en.php','/module/report/lang','file','M'),(8951,2,3469,'/module/report/lang/fr.php','/module/report/lang','file','M'),(8952,2,3469,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8953,2,3469,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(8954,2,3469,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(8955,2,3470,'/www/js/kindeditor/lang/ja.js','/www/js/kindeditor/lang','file','M'),(8956,2,3470,'/www/js/zui/min.js','/www/js/zui','file','M'),(8957,2,3471,'/module/report/css/annualdata.css','/module/report/css','file','M'),(8958,2,3471,'/module/report/model.php','/module/report','file','M'),(8959,2,3472,'/module/report/control.php','/module/report','file','M'),(8960,2,3472,'/module/report/model.php','/module/report','file','M'),(8961,2,3473,'/module/report/config.php','/module/report','file','M'),(8962,2,3473,'/module/report/control.php','/module/report','file','M'),(8963,2,3473,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8964,2,3473,'/module/report/model.php','/module/report','file','M'),(8965,2,3473,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8966,2,3474,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8967,2,3474,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8968,2,3474,'/module/group/lang/resource.php','/module/group/lang','file','M'),(8969,2,3474,'/module/report/control.php','/module/report','file','M'),(8970,2,3474,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8971,2,3475,'/framework/base/control.class.php','/framework/base','file','M'),(8972,2,3476,'/module/product/js/x.create.js','/module/product/js','file','D'),(8973,2,3476,'/module/project/js/x.create.js','/module/project/js','file','D'),(8974,2,3477,'/module/product/js/x.create.js','/module/product/js','file','M'),(8975,2,3477,'/module/project/js/x.create.js','/module/project/js','file','M'),(8976,2,3477,'/module/story/js/x.create.js','/module/story/js','file','M'),(8977,2,3477,'/module/task/js/x.create.js','/module/task/js','file','M'),(8978,2,3478,'/module/product/js/x.create.js','/module/product/js','file','A'),(8979,2,3478,'/module/project/js/x.create.js','/module/project/js','file','A'),(8980,2,3478,'/module/story/js/x.create.js','/module/story/js','file','M'),(8981,2,3478,'/module/task/js/x.create.js','/module/task/js','file','A'),(8982,2,3479,'/module/common/lang/en.php','/module/common/lang','file','M'),(8983,2,3479,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(8984,2,3479,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(8985,2,3479,'/module/report/config.php','/module/report','file','M'),(8986,2,3479,'/module/report/control.php','/module/report','file','M'),(8987,2,3479,'/module/report/css/annualdata.css','/module/report/css','file','M'),(8988,2,3479,'/module/report/js/annualdata.js','/module/report/js','file','M'),(8989,2,3479,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(8990,2,3479,'/module/report/model.php','/module/report','file','M'),(8991,2,3479,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8992,2,3480,'/module/doc/control.php','/module/doc','file','M'),(8993,2,3481,'/module/build/control.php','/module/build','file','M'),(8994,2,3482,'/module/report/css/annualdata.css','/module/report/css','file','M'),(8995,2,3482,'/module/report/js/annualdata.js','/module/report/js','file','M'),(8996,2,3482,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(8997,2,3482,'/www/js/html2canvas/min.js','/www/js/html2canvas','file','A'),(8998,2,3483,'/module/doc/model.php','/module/doc','file','M'),(8999,2,3484,'/module/report/css/annualdata.css','/module/report/css','file','M'),(9000,2,3485,'/module/report/css/annualdata.css','/module/report/css','file','M'),(9001,2,3485,'/module/report/js/annualdata.js','/module/report/js','file','M'),(9002,2,3485,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(9003,2,3485,'/www/theme/default/images/main/annual_data_layout.png','/www/theme/default/images/main','file','M'),(9004,2,3486,'/module/report/css/annualdata.css','/module/report/css','file','M'),(9005,2,3486,'/module/report/js/annualdata.js','/module/report/js','file','M'),(9006,2,3486,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(9007,2,3487,'/module/report/css/annualdata.css','/module/report/css','file','M'),(9008,2,3487,'/module/report/js/annualdata.js','/module/report/js','file','M'),(9009,2,3487,'/module/report/view/annualdata.html.php','/module/report/view','file','M'),(9010,2,3487,'/www/js/zui/min.js','/www/js/zui','file','M'),(9011,2,3487,'/www/theme/default/style.css','/www/theme/default','file','M'),(9012,2,3488,'/module/report/control.php','/module/report','file','M'),(9013,2,3488,'/module/report/css/annualdata.css','/module/report/css','file','A'),(9014,2,3488,'/module/report/js/annualdata.js','/module/report/js','file','A'),(9015,2,3488,'/module/report/view/annualdata.html.php','/module/report/view','file','A'),(9016,2,3488,'/www/theme/default/images/main/annual_data_bg.png','/www/theme/default/images/main','file','A'),(9017,2,3488,'/www/theme/default/images/main/annual_data_layout.png','/www/theme/default/images/main','file','A'),(9018,2,3488,'/www/theme/default/style.css','/www/theme/default','file','M'),(9019,2,3489,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(9020,2,3489,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(9021,2,3490,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(9022,2,3491,'/www/upgrade.php.tmp','/www','file','A'),(9023,2,3492,'/module/build/control.php','/module/build','file','M'),(9024,2,3493,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(9025,2,3494,'/module/project/js/task.js','/module/project/js','file','M'),(9026,2,3502,'/framework/router.class.php','/framework','file','M'),(9027,2,3503,'/module/admin/model.php','/module/admin','file','M'),(9028,2,3505,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(9029,2,3505,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(9030,2,3505,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(9031,2,3505,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(9032,2,3505,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(9033,2,3505,'/module/company/view/browse.html.php','/module/company/view','file','M'),(9034,2,3505,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(9035,2,3505,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(9036,2,3505,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(9037,2,3505,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(9038,2,3505,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(9039,2,3505,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(9040,2,3505,'/module/product/view/all.html.php','/module/product/view','file','M'),(9041,2,3505,'/module/product/view/browse.html.php','/module/product/view','file','M'),(9042,2,3505,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(9043,2,3505,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(9044,2,3505,'/module/project/view/bug.html.php','/module/project/view','file','M'),(9045,2,3505,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(9046,2,3505,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(9047,2,3505,'/module/project/view/story.html.php','/module/project/view','file','M'),(9048,2,3505,'/module/project/view/task.html.php','/module/project/view','file','M'),(9049,2,3505,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(9050,2,3505,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(9051,2,3505,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(9052,2,3505,'/module/search/control.php','/module/search','file','M'),(9053,2,3505,'/module/search/model.php','/module/search','file','M'),(9054,2,3505,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(9055,2,3505,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(9056,2,3505,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(9057,2,3505,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(9058,2,3505,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(9059,2,3505,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(9060,2,3505,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(9061,2,3506,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(9062,2,3508,'/xuanxuan/module/im/ext/lang/en/xuanxuan.php','/xuanxuan/module/im/ext/lang/en','file','M'),(9063,2,3509,'/module/project/js/task.js','/module/project/js','file','M'),(9064,2,3511,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(9065,2,3513,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(9066,2,3513,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(9067,2,3513,'/xuanxuan/module/message/ext/model/hook/send.xuanxuan.php','/xuanxuan/module/message/ext/model/hook','file','M'),(9068,2,3514,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(9069,2,3514,'/www/js/zui/min.js','/www/js/zui','file','M'),(9070,2,3516,'/module/project/css/common.css','/module/project/css','file','M'),(9071,2,3516,'/module/project/js/task.js','/module/project/js','file','M'),(9072,2,3517,'/www/js/zui/min.js','/www/js/zui','file','M'),(9073,2,3518,'/www/js/zui/min.js','/www/js/zui','file','M'),(9074,2,3519,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(9075,2,3519,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(9076,2,3519,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(9077,2,3519,'/www/js/kindeditor/lang/ja.js','/www/js/kindeditor/lang','file','M'),(9078,2,3519,'/www/js/zui/lang.ja.min.js','/www/js/zui','file','A'),(9079,2,3519,'/www/js/zui/min.js','/www/js/zui','file','M'),(9080,2,3520,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(9081,2,3520,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(9082,2,3520,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(9083,2,3520,'/module/build/view/view.html.php','/module/build/view','file','M'),(9084,2,3520,'/module/common/view/header.html.php','/module/common/view','file','M'),(9085,2,3520,'/module/common/view/pager.html.php','/module/common/view','file','D'),(9086,2,3520,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(9087,2,3520,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(9088,2,3520,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(9089,2,3520,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(9090,2,3520,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(9091,2,3520,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(9092,2,3520,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(9093,2,3520,'/www/js/zui/min.js','/www/js/zui','file','M'),(9094,2,3520,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(9095,2,3521,'/module/bug/control.php','/module/bug','file','M'),(9096,2,3521,'/module/story/control.php','/module/story','file','M'),(9097,2,3521,'/module/task/control.php','/module/task','file','M'),(9098,2,3521,'/module/testcase/control.php','/module/testcase','file','M'),(9099,2,3523,'/module/user/model.php','/module/user','file','M'),(9100,2,3524,'/module/cron/model.php','/module/cron','file','M'),(9101,2,3525,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(9102,2,3526,'/module/todo/model.php','/module/todo','file','M'),(9103,2,3527,'/module/story/view/view.html.php','/module/story/view','file','M'),(9104,2,3528,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(9105,2,3530,'/module/upgrade/model.php','/module/upgrade','file','M'),(9106,2,3531,'/module/task/model.php','/module/task','file','M'),(9107,2,3532,'/www/js/zui/min.js','/www/js/zui','file','M'),(9108,2,3533,'/module/ci/control.php','/module/ci','file','M'),(9109,2,3533,'/module/ci/js/browsebranch.js','/module/ci/js','file','M'),(9110,2,3533,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(9111,2,3533,'/module/ci/model.php','/module/ci','file','M'),(9112,2,3533,'/module/ci/view/browseBranch.html.php','/module/ci/view','file','M'),(9113,2,3534,'/www/js/zui/min.js','/www/js/zui','file','M'),(9114,2,3535,'/module/repo/model.php','/module/repo','file','M'),(9115,2,3536,'/module/story/view/header.html.php','/module/story/view','file','M'),(9116,2,3537,'/module/user/model.php','/module/user','file','M'),(9117,2,3538,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(9118,2,3539,'/www/js/zui/min.js','/www/js/zui','file','M'),(9119,2,3540,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(9120,2,3541,'/module/ci/control.php','/module/ci','file','M'),(9121,2,3542,'/module/ci/control.php','/module/ci','file','M'),(9122,2,3544,'/module/product/model.php','/module/product','file','M'),(9123,2,3545,'/module/ci/control.php','/module/ci','file','M'),(9124,2,3546,'/module/ci/control.php','/module/ci','file','M'),(9125,2,3547,'/module/ci/control.php','/module/ci','file','M'),(9126,2,3548,'/module/ci/control.php','/module/ci','file','M'),(9127,2,3548,'/module/ci/js/browsebranch.js','/module/ci/js','file','A'),(9128,2,3548,'/module/ci/js/browserepo.js','/module/ci/js','file','A'),(9129,2,3548,'/module/ci/js/createrepo.js','/module/ci/js','file','A'),(9130,2,3548,'/module/ci/js/editrepo.js','/module/ci/js','file','A'),(9131,2,3548,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(9132,2,3548,'/module/ci/model.php','/module/ci','file','M'),(9133,2,3548,'/module/ci/view/browseBranch.html.php','/module/ci/view','file','A'),(9134,2,3548,'/module/ci/view/browserepo.html.php','/module/ci/view','file','M'),(9135,2,3548,'/module/ci/view/header.html.php','/module/ci/view','file','M'),(9136,2,3548,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9137,2,3549,'/www/js/zui/min.js','/www/js/zui','file','M'),(9138,2,3550,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(9139,2,3550,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(9140,2,3551,'/module/project/view/story.html.php','/module/project/view','file','M'),(9141,2,3552,'/module/product/view/project.html.php','/module/product/view','file','M'),(9142,2,3553,'/module/ci/view/browserepo.html.php','/module/ci/view','file','M'),(9143,2,3555,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(9144,2,3556,'/module/ci/view/createcredential.html.php','/module/ci/view','file','M'),(9145,2,3557,'/module/ci/control.php','/module/ci','file','M'),(9146,2,3558,'/module/ci/control.php','/module/ci','file','M'),(9147,2,3559,'/module/ci/config.php','/module/ci','file','M'),(9148,2,3559,'/module/ci/control.php','/module/ci','file','M'),(9149,2,3559,'/module/ci/model.php','/module/ci','file','M'),(9150,2,3560,'/module/ci/control.php','/module/ci','file','M'),(9151,2,3561,'/config/zentaopms.php','/config','file','M'),(9152,2,3561,'/module/ci/control.php','/module/ci','file','M'),(9153,2,3561,'/module/ci/model.php','/module/ci','file','M'),(9154,2,3561,'/module/ci/view/browserepo.html.php','/module/ci/view','file','M'),(9155,2,3561,'/module/ci/view/showsynccomment.html.php','/module/ci/view','file','M'),(9156,2,3562,'/config/zentaopms.php','/config','file','M'),(9157,2,3562,'/lib/scm/subversion.class.php','/lib/scm','file','M'),(9158,2,3562,'/module/ci/config.php','/module/ci','file','M'),(9159,2,3562,'/module/ci/control.php','/module/ci','file','M'),(9160,2,3562,'/module/ci/js/createcredential.js','/module/ci/js','file','M'),(9161,2,3562,'/module/ci/js/createjenkins.js','/module/ci/js','file','M'),(9162,2,3562,'/module/ci/js/editcredential.js','/module/ci/js','file','M'),(9163,2,3562,'/module/ci/js/editjenkins.js','/module/ci/js','file','M'),(9164,2,3562,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(9165,2,3562,'/module/ci/model.php','/module/ci','file','M'),(9166,2,3562,'/module/ci/view/browsejenkins.html.php','/module/ci/view','file','M'),(9167,2,3562,'/module/ci/view/browserepo.html.php','/module/ci/view','file','A'),(9168,2,3562,'/module/ci/view/createcredential.html.php','/module/ci/view','file','M'),(9169,2,3562,'/module/ci/view/createjenkins.html.php','/module/ci/view','file','M'),(9170,2,3562,'/module/ci/view/createrepo.html.php','/module/ci/view','file','A'),(9171,2,3562,'/module/ci/view/editcredential.html.php','/module/ci/view','file','M'),(9172,2,3562,'/module/ci/view/editjenkins.html.php','/module/ci/view','file','M'),(9173,2,3562,'/module/ci/view/editrepo.html.php','/module/ci/view','file','A'),(9174,2,3562,'/module/ci/view/menu.html.php','/module/ci/view','file','M'),(9175,2,3562,'/module/ci/view/showsynccomment.html.php','/module/ci/view','file','A'),(9176,2,3562,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9177,2,3563,'/module/ci/view/editjenkins.html.php','/module/ci/view','file','M'),(9178,2,3564,'/module/ci/control.php','/module/ci','file','M'),(9179,2,3565,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(9180,2,3565,'/module/ci/config.php','/module/ci','file','M'),(9181,2,3565,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','M'),(9182,2,3565,'/module/ci/model.php','/module/ci','file','M'),(9183,2,3565,'/module/ci/view/browsejenkins.html.php','/module/ci/view','file','M'),(9184,2,3565,'/module/ci/view/createjenkins.html.php','/module/ci/view','file','M'),(9185,2,3565,'/module/ci/view/editjenkins.html.php','/module/ci/view','file','M'),(9186,2,3566,'/config/zentaopms.php','/config','file','M'),(9187,2,3566,'/module/ci/config.php','/module/ci','file','A'),(9188,2,3566,'/module/ci/control.php','/module/ci','file','A'),(9189,2,3566,'/module/ci/css/index.css','/module/ci/css','file','A'),(9190,2,3566,'/module/ci/js/browsecredential.js','/module/ci/js','file','A'),(9191,2,3566,'/module/ci/js/browsejenkins.js','/module/ci/js','file','A'),(9192,2,3566,'/module/ci/js/createcredential.js','/module/ci/js','file','A'),(9193,2,3566,'/module/ci/js/createjenkins.js','/module/ci/js','file','A'),(9194,2,3566,'/module/ci/js/editcredential.js','/module/ci/js','file','A'),(9195,2,3566,'/module/ci/js/editjenkins.js','/module/ci/js','file','A'),(9196,2,3566,'/module/ci/js/menu.js','/module/ci/js','file','A'),(9197,2,3566,'/module/ci/lang/en.php','/module/ci/lang','file','A'),(9198,2,3566,'/module/ci/lang/zh-cn.php','/module/ci/lang','file','A'),(9199,2,3566,'/module/ci/model.php','/module/ci','file','A'),(9200,2,3566,'/module/ci/view/browsecredential.html.php','/module/ci/view','file','A'),(9201,2,3566,'/module/ci/view/browsejenkins.html.php','/module/ci/view','file','A'),(9202,2,3566,'/module/ci/view/createcredential.html.php','/module/ci/view','file','A'),(9203,2,3566,'/module/ci/view/createjenkins.html.php','/module/ci/view','file','A'),(9204,2,3566,'/module/ci/view/editcredential.html.php','/module/ci/view','file','A'),(9205,2,3566,'/module/ci/view/editjenkins.html.php','/module/ci/view','file','A'),(9206,2,3566,'/module/ci/view/header.html.php','/module/ci/view','file','A'),(9207,2,3566,'/module/ci/view/index.html.php','/module/ci/view','file','A'),(9208,2,3566,'/module/ci/view/menu.html.php','/module/ci/view','file','A'),(9209,2,3566,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(9210,2,3566,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9211,2,3566,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(9212,2,3567,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(9213,2,3568,'/module/bug/control.php','/module/bug','file','M'),(9214,2,3570,'/module/webhook/model.php','/module/webhook','file','M'),(9215,2,3572,'/module/testcase/model.php','/module/testcase','file','M'),(9216,2,3573,'/module/product/model.php','/module/product','file','M'),(9217,2,3573,'/module/project/model.php','/module/project','file','M'),(9218,2,3574,'/module/doc/control.php','/module/doc','file','M'),(9219,2,3576,'/module/project/js/task.js','/module/project/js','file','M'),(9220,2,3577,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(9221,2,3579,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(9222,2,3580,'/module/bug/control.php','/module/bug','file','M'),(9223,2,3582,'/module/file/model.php','/module/file','file','M'),(9224,2,3584,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(9225,2,3584,'/module/productplan/js/browse.js','/module/productplan/js','file','M'),(9226,2,3584,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(9227,2,3585,'/module/todo/js/create.js','/module/todo/js','file','M'),(9228,2,3585,'/module/todo/model.php','/module/todo','file','M'),(9229,2,3586,'/module/build/model.php','/module/build','file','M'),(9230,2,3587,'/module/block/view/admin.html.php','/module/block/view','file','M'),(9231,2,3589,'/module/testtask/model.php','/module/testtask','file','M'),(9232,2,3591,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(9233,2,3591,'/module/story/view/create.html.php','/module/story/view','file','M'),(9234,2,3592,'/module/repo/model.php','/module/repo','file','M'),(9235,2,3593,'/module/project/model.php','/module/project','file','M'),(9236,2,3593,'/module/user/model.php','/module/user','file','M'),(9237,2,3594,'/module/project/control.php','/module/project','file','M'),(9238,2,3594,'/module/project/model.php','/module/project','file','M'),(9239,2,3595,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(9240,2,3595,'/module/caselib/model.php','/module/caselib','file','M'),(9241,2,3595,'/module/common/lang/de.php','/module/common/lang','file','M'),(9242,2,3595,'/module/common/lang/en.php','/module/common/lang','file','M'),(9243,2,3595,'/module/common/lang/fr.php','/module/common/lang','file','M'),(9244,2,3595,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9245,2,3595,'/module/testcase/control.php','/module/testcase','file','M'),(9246,2,3597,'/module/doc/model.php','/module/doc','file','M'),(9247,2,3598,'/module/project/control.php','/module/project','file','M'),(9248,2,3598,'/module/project/model.php','/module/project','file','M'),(9249,2,3599,'/module/file/model.php','/module/file','file','M'),(9250,2,3600,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(9251,2,3600,'/module/caselib/model.php','/module/caselib','file','M'),(9252,2,3600,'/module/common/lang/de.php','/module/common/lang','file','M'),(9253,2,3600,'/module/common/lang/en.php','/module/common/lang','file','M'),(9254,2,3600,'/module/common/lang/fr.php','/module/common/lang','file','M'),(9255,2,3600,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9256,2,3600,'/module/testcase/control.php','/module/testcase','file','M'),(9257,2,3601,'/module/testtask/control.php','/module/testtask','file','M'),(9258,2,3602,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(9259,2,3603,'/module/testcase/model.php','/module/testcase','file','M'),(9260,2,3604,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(9261,2,3604,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(9262,2,3606,'/module/bug/model.php','/module/bug','file','M'),(9263,2,3606,'/module/task/model.php','/module/task','file','M'),(9264,2,3607,'/module/common/model.php','/module/common','file','M'),(9265,2,3609,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(9266,2,3610,'/module/bug/model.php','/module/bug','file','M'),(9267,2,3611,'/module/repo/control.php','/module/repo','file','M'),(9268,2,3611,'/module/repo/css/common.css','/module/repo/css','file','M'),(9269,2,3611,'/module/repo/js/view.js','/module/repo/js','file','M'),(9270,2,3611,'/module/repo/view/ajaxsidelogs.html.php','/module/repo/view','file','M'),(9271,2,3612,'/module/doc/model.php','/module/doc','file','M'),(9272,2,3613,'/module/repo/js/view.js','/module/repo/js','file','M'),(9273,2,3614,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(9274,2,3614,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9275,2,3614,'/module/dev/config.php','/module/dev','file','M'),(9276,2,3614,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(9277,2,3614,'/module/git/control.php','/module/git','file','M'),(9278,2,3614,'/module/group/lang/resource.php','/module/group/lang','file','M'),(9279,2,3614,'/module/repo/config.php','/module/repo','file','M'),(9280,2,3614,'/module/repo/control.php','/module/repo','file','M'),(9281,2,3614,'/module/repo/model.php','/module/repo','file','M'),(9282,2,3614,'/module/repo/view/revision.html.php','/module/repo/view','file','M'),(9283,2,3614,'/module/repo/view/showsynccomment.html.php','/module/repo/view','file','M'),(9284,2,3614,'/module/svn/control.php','/module/svn','file','M'),(9285,2,3616,'/module/repo/control.php','/module/repo','file','M'),(9286,2,3616,'/module/repo/model.php','/module/repo','file','M'),(9287,2,3617,'/config/filter.php','/config','file','M'),(9288,2,3617,'/config/zentaopms.php','/config','file','M'),(9289,2,3617,'/db/update11.7.sql','/db','file','A'),(9290,2,3617,'/framework/base/router.class.php','/framework/base','file','M'),(9291,2,3617,'/lib/scm/config.php','/lib/scm','file','A'),(9292,2,3617,'/lib/scm/git.class.php','/lib/scm','file','A'),(9293,2,3617,'/lib/scm/scm.class.php','/lib/scm','file','A'),(9294,2,3617,'/lib/scm/scmTest.php','/lib/scm','file','A'),(9295,2,3617,'/lib/scm/subversion.class.php','/lib/scm','file','A'),(9296,2,3617,'/module/admin/model.php','/module/admin','file','M'),(9297,2,3617,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(9298,2,3617,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9299,2,3617,'/module/repo/config.php','/module/repo','file','A'),(9300,2,3617,'/module/repo/control.php','/module/repo','file','A'),(9301,2,3617,'/module/repo/css/common.css','/module/repo/css','file','A'),(9302,2,3617,'/module/repo/css/diff.css','/module/repo/css','file','A'),(9303,2,3617,'/module/repo/css/revision.css','/module/repo/css','file','A'),(9304,2,3617,'/module/repo/css/view.css','/module/repo/css','file','A'),(9305,2,3617,'/module/repo/js/common.js','/module/repo/js','file','A'),(9306,2,3617,'/module/repo/js/diff.js','/module/repo/js','file','A'),(9307,2,3617,'/module/repo/js/log.js','/module/repo/js','file','A'),(9308,2,3617,'/module/repo/js/view.js','/module/repo/js','file','A'),(9309,2,3617,'/module/repo/lang/de.php','/module/repo/lang','file','A'),(9310,2,3617,'/module/repo/lang/en.php','/module/repo/lang','file','A'),(9311,2,3617,'/module/repo/lang/fr.php','/module/repo/lang','file','A'),(9312,2,3617,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','A'),(9313,2,3617,'/module/repo/lang/zh-tw.php','/module/repo/lang','file','A'),(9314,2,3617,'/module/repo/model.php','/module/repo','file','A'),(9315,2,3617,'/module/repo/view/ajaxsidelogs.html.php','/module/repo/view','file','A'),(9316,2,3617,'/module/repo/view/create.html.php','/module/repo/view','file','A'),(9317,2,3617,'/module/repo/view/diff.html.php','/module/repo/view','file','A'),(9318,2,3617,'/module/repo/view/log.html.php','/module/repo/view','file','A'),(9319,2,3617,'/module/repo/view/revision.html.php','/module/repo/view','file','A'),(9320,2,3617,'/module/repo/view/settings.html.php','/module/repo/view','file','A'),(9321,2,3617,'/module/repo/view/showsynccomment.html.php','/module/repo/view','file','A'),(9322,2,3617,'/module/repo/view/view.html.php','/module/repo/view','file','A'),(9323,2,3617,'/www/js/misc/highlight/export.html','/www/js/misc/highlight','file','A'),(9324,2,3617,'/www/js/misc/highlight/highlight.pack.js','/www/js/misc/highlight','file','A'),(9325,2,3617,'/www/js/misc/highlight/styles/github.css','/www/js/misc/highlight/styles','file','A'),(9326,2,3617,'/www/js/misc/highlight/styles/googlecode.css','/www/js/misc/highlight/styles','file','A'),(9327,2,3618,'/module/build/js/create.js','/module/build/js','file','A'),(9328,2,3618,'/module/build/view/create.html.php','/module/build/view','file','M'),(9329,2,3619,'/module/admin/model.php','/module/admin','file','M'),(9330,2,3621,'/module/admin/model.php','/module/admin','file','M'),(9331,2,3621,'/module/product/view/view.html.php','/module/product/view','file','M'),(9332,2,3621,'/module/project/control.php','/module/project','file','M'),(9333,2,3621,'/module/project/model.php','/module/project','file','M'),(9334,2,3622,'/test.txt','/','file','D'),(9335,2,3623,'/VERSION','/','file','M'),(9336,2,3623,'/test.txt','/','file','A'),(9337,2,3624,'/www/js/zui/min.js','/www/js/zui','file','M'),(9338,2,3626,'/module/install/lang/de.php','/module/install/lang','file','M'),(9339,2,3626,'/module/install/lang/en.php','/module/install/lang','file','M'),(9340,2,3626,'/module/install/lang/fr.php','/module/install/lang','file','M'),(9341,2,3626,'/www/upgrade.php.tmp','/www','file','D'),(9342,2,3627,'/module/bug/model.php','/module/bug','file','M'),(9343,2,3627,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(9344,2,3628,'/module/bug/control.php','/module/bug','file','M'),(9345,2,3628,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(9346,2,3628,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(9347,2,3628,'/module/bug/model.php','/module/bug','file','M'),(9348,2,3630,'/module/bug/model.php','/module/bug','file','M'),(9349,2,3632,'/www/js/zui/min.js','/www/js/zui','file','M'),(9350,2,3633,'/module/testtask/control.php','/module/testtask','file','M'),(9351,2,3633,'/module/testtask/model.php','/module/testtask','file','M'),(9352,2,3634,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(9353,2,3634,'/module/backup/model.php','/module/backup','file','M'),(9354,2,3635,'/module/common/model.php','/module/common','file','M'),(9355,2,3635,'/module/project/model.php','/module/project','file','M'),(9356,2,3635,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(9357,2,3636,'/lib/hyperdown/hyperdown.class.php','/lib/hyperdown','file','M'),(9358,2,3637,'/module/doc/model.php','/module/doc','file','M'),(9359,2,3638,'/module/api/model.php','/module/api','file','M'),(9360,2,3639,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(9361,2,3639,'/module/product/view/browse.html.php','/module/product/view','file','M'),(9362,2,3639,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(9363,2,3640,'/module/dept/control.php','/module/dept','file','M'),(9364,2,3640,'/module/dept/model.php','/module/dept','file','M'),(9365,2,3641,'/module/tree/css/edit.en.css','/module/tree/css','file','M'),(9366,2,3641,'/module/tree/css/edit.zh-cn.css','/module/tree/css','file','M'),(9367,2,3641,'/module/tree/css/edit.zh-tw.css','/module/tree/css','file','M'),(9368,2,3641,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(9369,2,3642,'/module/testtask/lang/de.php','/module/testtask/lang','file','M'),(9370,2,3642,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(9371,2,3642,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(9372,2,3642,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(9373,2,3642,'/module/testtask/model.php','/module/testtask','file','M'),(9374,2,3642,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(9375,2,3643,'/module/backup/control.php','/module/backup','file','M'),(9376,2,3643,'/module/backup/model.php','/module/backup','file','M'),(9377,2,3644,'/module/tree/control.php','/module/tree','file','M'),(9378,2,3644,'/module/tree/model.php','/module/tree','file','M'),(9379,2,3644,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(9380,2,3645,'/module/project/control.php','/module/project','file','M'),(9381,2,3646,'/module/user/js/login.js','/module/user/js','file','M'),(9382,2,3647,'/module/story/model.php','/module/story','file','M'),(9383,2,3648,'/module/tree/model.php','/module/tree','file','M'),(9384,2,3649,'/module/project/model.php','/module/project','file','M'),(9385,2,3650,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(9386,2,3651,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(9387,2,3652,'/module/story/view/review.html.php','/module/story/view','file','M'),(9388,2,3653,'/module/product/css/browse.css','/module/product/css','file','M'),(9389,2,3653,'/module/project/css/task.css','/module/project/css','file','M'),(9390,2,3653,'/module/task/config.php','/module/task','file','M'),(9391,2,3653,'/module/testcase/config.php','/module/testcase','file','M'),(9392,2,3653,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(9393,2,3653,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(9394,2,3654,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(9395,2,3655,'/module/tree/model.php','/module/tree','file','M'),(9396,2,3657,'/module/doc/model.php','/module/doc','file','M'),(9397,2,3658,'/module/install/lang/de.php','/module/install/lang','file','M'),(9398,2,3658,'/module/install/lang/fr.php','/module/install/lang','file','M'),(9399,2,3660,'/module/install/lang/en.php','/module/install/lang','file','M'),(9400,2,3661,'/module/caselib/model.php','/module/caselib','file','M'),(9401,2,3661,'/module/testcase/model.php','/module/testcase','file','M'),(9402,2,3662,'/module/task/lang/de.php','/module/task/lang','file','M'),(9403,2,3662,'/module/task/lang/en.php','/module/task/lang','file','M'),(9404,2,3662,'/module/task/lang/fr.php','/module/task/lang','file','M'),(9405,2,3662,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(9406,2,3664,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(9407,2,3665,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(9408,2,3665,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(9409,2,3666,'/module/install/lang/en.php','/module/install/lang','file','M'),(9410,2,3667,'/module/task/control.php','/module/task','file','M'),(9411,2,3667,'/module/task/model.php','/module/task','file','M'),(9412,2,3668,'/module/bug/model.php','/module/bug','file','M'),(9413,2,3669,'/module/file/model.php','/module/file','file','M'),(9414,2,3669,'/module/message/model.php','/module/message','file','M'),(9415,2,3670,'/module/action/model.php','/module/action','file','M'),(9416,2,3670,'/module/message/model.php','/module/message','file','M'),(9417,2,3670,'/module/webhook/model.php','/module/webhook','file','M'),(9418,2,3671,'/module/bug/model.php','/module/bug','file','M'),(9419,2,3672,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(9420,2,3673,'/module/bug/model.php','/module/bug','file','M'),(9421,2,3674,'/module/story/lang/de.php','/module/story/lang','file','M'),(9422,2,3674,'/module/story/lang/en.php','/module/story/lang','file','M'),(9423,2,3674,'/module/story/lang/fr.php','/module/story/lang','file','M'),(9424,2,3674,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(9425,2,3674,'/module/story/model.php','/module/story','file','M'),(9426,2,3674,'/module/story/view/close.html.php','/module/story/view','file','M'),(9427,2,3675,'/module/project/model.php','/module/project','file','M'),(9428,2,3676,'/module/bug/model.php','/module/bug','file','M'),(9429,2,3676,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(9430,2,3677,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9431,2,3677,'/module/testtask/js/linkcase.js','/module/testtask/js','file','M'),(9432,2,3677,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(9433,2,3678,'/module/build/config.php','/module/build','file','M'),(9434,2,3678,'/module/build/control.php','/module/build','file','M'),(9435,2,3678,'/module/build/js/edit.js','/module/build/js','file','A'),(9436,2,3678,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(9437,2,3678,'/module/build/model.php','/module/build','file','M'),(9438,2,3678,'/module/build/view/edit.html.php','/module/build/view','file','M'),(9439,2,3679,'/module/productplan/model.php','/module/productplan','file','M'),(9440,2,3680,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(9441,2,3681,'/Makefile','/','file','M'),(9442,2,3681,'/xuanxuan/module/im/ext/model/class/xuanxuan.class.php','/xuanxuan/module/im/ext/model/class','file','M'),(9443,2,3682,'/xuanxuan/module/im/ext/model/class/xuanxuan.class.php','/xuanxuan/module/im/ext/model/class','file','M'),(9444,2,3683,'/Makefile','/','file','M'),(9445,2,3683,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(9446,2,3683,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(9447,2,3684,'/Makefile','/','file','M'),(9448,2,3684,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(9449,2,3685,'/Makefile','/','file','M'),(9450,2,3686,'/module/install/view/index.html.php','/module/install/view','file','M'),(9451,2,3686,'/module/install/view/license.html.php','/module/install/view','file','M'),(9452,2,3686,'/module/install/view/step1.html.php','/module/install/view','file','M'),(9453,2,3686,'/module/install/view/step3.html.php','/module/install/view','file','M'),(9454,2,3686,'/module/install/view/step5.html.php','/module/install/view','file','M'),(9455,2,3686,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','M'),(9456,2,3686,'/module/upgrade/view/checkextension.html.php','/module/upgrade/view','file','M'),(9457,2,3686,'/module/upgrade/view/consistency.html.php','/module/upgrade/view','file','M'),(9458,2,3686,'/module/upgrade/view/license.html.php','/module/upgrade/view','file','M'),(9459,2,3687,'/Makefile','/','file','M'),(9460,2,3688,'/Makefile','/','file','M'),(9461,2,3688,'/module/upgrade/model.php','/module/upgrade','file','M'),(9462,2,3689,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(9463,2,3690,'/Makefile','/','file','M'),(9464,2,3690,'/framework/helper.class.php','/framework','file','M'),(9465,2,3690,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(9466,2,3690,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(9467,2,3690,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(9468,2,3690,'/module/webhook/model.php','/module/webhook','file','M'),(9469,2,3692,'/xuanxuan/module/action/ext/model/hook/create.xuanxuan.php','/xuanxuan/module/action/ext/model/hook','file','M'),(9470,2,3692,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(9471,2,3692,'/xuanxuan/module/admin/ext/model/class/xuanxuan.class.php','/xuanxuan/module/admin/ext/model/class','file','M'),(9472,2,3692,'/xuanxuan/module/block/ext/view/dashboard.xuanxuan.html.hook.php','/xuanxuan/module/block/ext/view','file','M'),(9473,2,3692,'/xuanxuan/module/chat/ext/config/chat.php','/xuanxuan/module/chat/ext/config','file','D'),(9474,2,3692,'/xuanxuan/module/chat/ext/control/login.php','/xuanxuan/module/chat/ext/control','file','D'),(9475,2,3692,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','D'),(9476,2,3692,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','D'),(9477,2,3692,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','D'),(9478,2,3692,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','D'),(9479,2,3692,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','M'),(9480,2,3692,'/xuanxuan/module/client/ext/view/checkupgrade.xuanxuan.html.hook.php','/xuanxuan/module/client/ext/view','file','M'),(9481,2,3692,'/xuanxuan/module/dev/ext/config/xuanxuan.php','/xuanxuan/module/dev/ext/config','file','M'),(9482,2,3692,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(9483,2,3692,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','M'),(9484,2,3692,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(9485,2,3692,'/xuanxuan/module/im/ext/config/xuanxuan.php','/xuanxuan/module/im/ext/config','file','A'),(9486,2,3692,'/xuanxuan/module/im/ext/control/login.php','/xuanxuan/module/im/ext/control','file','A'),(9487,2,3692,'/xuanxuan/module/im/ext/lang/en/xuanxuan.php','/xuanxuan/module/im/ext/lang/en','file','A'),(9488,2,3692,'/xuanxuan/module/im/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/im/ext/lang/zh-cn','file','A'),(9489,2,3692,'/xuanxuan/module/im/ext/model/class/xuanxuan.class.php','/xuanxuan/module/im/ext/model/class','file','A'),(9490,2,3692,'/xuanxuan/module/im/ext/model/xuanxuan.php','/xuanxuan/module/im/ext/model','file','A'),(9491,2,3692,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(9492,2,3692,'/xuanxuan/module/setting/ext/control/downloadxxd.php','/xuanxuan/module/setting/ext/control','file','M'),(9493,2,3692,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','M'),(9494,2,3692,'/xuanxuan/module/setting/ext/view/xuanxuan.html.php','/xuanxuan/module/setting/ext/view','file','M'),(9495,2,3693,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(9496,2,3694,'/module/my/view/story.html.php','/module/my/view','file','M'),(9497,2,3694,'/module/productplan/control.php','/module/productplan','file','M'),(9498,2,3694,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(9499,2,3694,'/module/project/control.php','/module/project','file','M'),(9500,2,3694,'/module/project/js/story.js','/module/project/js','file','M'),(9501,2,3694,'/module/project/js/storykanban.js','/module/project/js','file','M'),(9502,2,3694,'/module/project/view/story.html.php','/module/project/view','file','M'),(9503,2,3694,'/module/release/model.php','/module/release','file','M'),(9504,2,3694,'/module/release/view/view.html.php','/module/release/view','file','M'),(9505,2,3694,'/module/story/control.php','/module/story','file','M'),(9506,2,3694,'/module/story/model.php','/module/story','file','M'),(9507,2,3694,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(9508,2,3694,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(9509,2,3694,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(9510,2,3696,'/db/standard/zentao11.7.sql','/db/standard','file','A'),(9511,2,3696,'/db/zentao.sql','/db','file','M'),(9512,2,3697,'/VERSION','/','file','M'),(9513,2,3697,'/config/config.php','/config','file','M'),(9514,2,3697,'/doc/CHANGELOG','/doc','file','M'),(9515,2,3697,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(9516,2,3697,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(9517,2,3697,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(9518,2,3697,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(9519,2,3697,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(9520,2,3697,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(9521,2,3697,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(9522,2,3697,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(9523,2,3697,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(9524,2,3697,'/module/datatable/lang/de.php','/module/datatable/lang','file','M'),(9525,2,3697,'/module/datatable/lang/fr.php','/module/datatable/lang','file','M'),(9526,2,3697,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(9527,2,3697,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(9528,2,3697,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(9529,2,3697,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(9530,2,3697,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(9531,2,3697,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(9532,2,3697,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(9533,2,3697,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(9534,2,3697,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(9535,2,3697,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(9536,2,3697,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(9537,2,3697,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(9538,2,3697,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(9539,2,3697,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(9540,2,3697,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(9541,2,3697,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(9542,2,3697,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(9543,2,3697,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(9544,2,3697,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(9545,2,3697,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(9546,2,3697,'/module/task/lang/de.php','/module/task/lang','file','M'),(9547,2,3697,'/module/task/lang/en.php','/module/task/lang','file','M'),(9548,2,3697,'/module/task/lang/fr.php','/module/task/lang','file','M'),(9549,2,3697,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(9550,2,3697,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(9551,2,3697,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(9552,2,3697,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(9553,2,3697,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(9554,2,3697,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(9555,2,3697,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(9556,2,3697,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(9557,2,3697,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(9558,2,3697,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(9559,2,3697,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(9560,2,3697,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(9561,2,3697,'/tools/check.php','/tools','file','M'),(9562,2,3699,'/module/testtask/control.php','/module/testtask','file','M'),(9563,2,3699,'/module/tree/model.php','/module/tree','file','M'),(9564,2,3700,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(9565,2,3701,'/module/story/lang/en.php','/module/story/lang','file','M'),(9566,2,3702,'/module/task/model.php','/module/task','file','M'),(9567,2,3703,'/module/misc/control.php','/module/misc','file','M'),(9568,2,3703,'/module/upgrade/control.php','/module/upgrade','file','M'),(9569,2,3703,'/module/upgrade/js/backup.js','/module/upgrade/js','file','A'),(9570,2,3703,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','M'),(9571,2,3705,'/framework/control.class.php','/framework','file','M'),(9572,2,3707,'/module/tree/model.php','/module/tree','file','M'),(9573,2,3709,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(9574,2,3709,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(9575,2,3709,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(9576,2,3709,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(9577,2,3711,'/module/bug/control.php','/module/bug','file','M'),(9578,2,3711,'/module/caselib/control.php','/module/caselib','file','M'),(9579,2,3711,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(9580,2,3711,'/module/datatable/control.php','/module/datatable','file','M'),(9581,2,3711,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(9582,2,3711,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(9583,2,3711,'/module/product/control.php','/module/product','file','M'),(9584,2,3711,'/module/project/control.php','/module/project','file','M'),(9585,2,3711,'/module/project/lang/en.php','/module/project/lang','file','M'),(9586,2,3711,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(9587,2,3711,'/module/project/view/task.html.php','/module/project/view','file','M'),(9588,2,3711,'/module/testcase/control.php','/module/testcase','file','M'),(9589,2,3711,'/module/testreport/control.php','/module/testreport','file','M'),(9590,2,3711,'/module/testtask/control.php','/module/testtask','file','M'),(9591,2,3712,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(9592,2,3714,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(9593,2,3714,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(9594,2,3714,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(9595,2,3715,'/module/custom/control.php','/module/custom','file','M'),(9596,2,3715,'/module/custom/js/flow.js','/module/custom/js','file','M'),(9597,2,3715,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(9598,2,3715,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(9599,2,3716,'/module/project/model.php','/module/project','file','M'),(9600,2,3717,'/module/file/model.php','/module/file','file','M'),(9601,2,3718,'/module/bug/control.php','/module/bug','file','M'),(9602,2,3718,'/module/product/control.php','/module/product','file','M'),(9603,2,3718,'/module/project/control.php','/module/project','file','M'),(9604,2,3718,'/module/story/control.php','/module/story','file','M'),(9605,2,3718,'/module/task/control.php','/module/task','file','M'),(9606,2,3718,'/module/testcase/control.php','/module/testcase','file','M'),(9607,2,3719,'/module/file/model.php','/module/file','file','M'),(9608,2,3719,'/module/testtask/control.php','/module/testtask','file','M'),(9609,2,3721,'/module/bug/model.php','/module/bug','file','M'),(9610,2,3723,'/module/group/lang/de.php','/module/group/lang','file','M'),(9611,2,3723,'/module/group/lang/en.php','/module/group/lang','file','M'),(9612,2,3723,'/module/group/lang/fr.php','/module/group/lang','file','M'),(9613,2,3723,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(9614,2,3723,'/module/group/model.php','/module/group','file','M'),(9615,2,3723,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(9616,2,3724,'/module/custom/js/flow.js','/module/custom/js','file','M'),(9617,2,3724,'/module/custom/model.php','/module/custom','file','M'),(9618,2,3726,'/module/custom/model.php','/module/custom','file','M'),(9619,2,3727,'/module/custom/js/flow.js','/module/custom/js','file','A'),(9620,2,3728,'/module/testtask/control.php','/module/testtask','file','M'),(9621,2,3729,'/module/testcase/control.php','/module/testcase','file','M'),(9622,2,3731,'/module/testreport/control.php','/module/testreport','file','M'),(9623,2,3731,'/module/testreport/model.php','/module/testreport','file','M'),(9624,2,3733,'/framework/control.class.php','/framework','file','M'),(9625,2,3734,'/module/custom/control.php','/module/custom','file','M'),(9626,2,3734,'/module/custom/js/concept.js','/module/custom/js','file','D'),(9627,2,3734,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(9628,2,3734,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(9629,2,3734,'/module/custom/model.php','/module/custom','file','M'),(9630,2,3734,'/module/custom/view/concept.html.php','/module/custom/view','file','D'),(9631,2,3734,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(9632,2,3735,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(9633,2,3735,'/module/build/view/view.html.php','/module/build/view','file','M'),(9634,2,3735,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(9635,2,3735,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(9636,2,3735,'/module/my/view/task.html.php','/module/my/view','file','M'),(9637,2,3735,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(9638,2,3735,'/module/my/view/todo.html.php','/module/my/view','file','M'),(9639,2,3735,'/module/product/view/browse.html.php','/module/product/view','file','M'),(9640,2,3735,'/module/product/view/build.html.php','/module/product/view','file','M'),(9641,2,3735,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(9642,2,3735,'/module/project/view/build.html.php','/module/project/view','file','M'),(9643,2,3735,'/module/project/view/doc.html.php','/module/project/view','file','M'),(9644,2,3735,'/module/project/view/story.html.php','/module/project/view','file','M'),(9645,2,3735,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(9646,2,3735,'/module/release/view/browse.html.php','/module/release/view','file','M'),(9647,2,3735,'/module/release/view/view.html.php','/module/release/view','file','M'),(9648,2,3735,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(9649,2,3735,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(9650,2,3735,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(9651,2,3735,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(9652,2,3735,'/module/testtask/model.php','/module/testtask','file','M'),(9653,2,3735,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(9654,2,3736,'/module/project/view/team.html.php','/module/project/view','file','M'),(9655,2,3737,'/module/common/model.php','/module/common','file','M'),(9656,2,3737,'/module/custom/model.php','/module/custom','file','M'),(9657,2,3738,'/framework/router.class.php','/framework','file','M'),(9658,2,3739,'/module/block/js/admin.js','/module/block/js','file','M'),(9659,2,3740,'/module/task/model.php','/module/task','file','M'),(9660,2,3741,'/module/project/css/all.zh-tw.css','/module/project/css','file','M'),(9661,2,3743,'/module/release/model.php','/module/release','file','M'),(9662,2,3743,'/module/release/view/view.html.php','/module/release/view','file','M'),(9663,2,3744,'/module/testcase/control.php','/module/testcase','file','M'),(9664,2,3744,'/module/upgrade/model.php','/module/upgrade','file','M'),(9665,2,3745,'/module/common/model.php','/module/common','file','M'),(9666,2,3747,'/module/bug/control.php','/module/bug','file','M'),(9667,2,3747,'/module/story/control.php','/module/story','file','M'),(9668,2,3747,'/module/task/control.php','/module/task','file','M'),(9669,2,3747,'/module/testcase/control.php','/module/testcase','file','M'),(9670,2,3747,'/module/tree/model.php','/module/tree','file','M'),(9671,2,3749,'/module/webhook/control.php','/module/webhook','file','M'),(9672,2,3749,'/module/webhook/model.php','/module/webhook','file','M'),(9673,2,3750,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(9674,2,3751,'/module/product/lang/en.php','/module/product/lang','file','M'),(9675,2,3751,'/module/story/lang/en.php','/module/story/lang','file','M'),(9676,2,3754,'/config/zentaopms.php','/config','file','M'),(9677,2,3754,'/db/update11.6.5.sql','/db','file','M'),(9678,2,3754,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(9679,2,3754,'/module/webhook/model.php','/module/webhook','file','M'),(9680,2,3757,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(9681,2,3758,'/module/custom/model.php','/module/custom','file','M'),(9682,2,3759,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(9683,2,3760,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(9684,2,3760,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(9685,2,3761,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(9686,2,3762,'/module/upgrade/model.php','/module/upgrade','file','M'),(9687,2,3763,'/db/update11.6.5.sql','/db','file','M'),(9688,2,3765,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(9689,2,3765,'/www/js/jquery/jquery.lib.debug.js','/www/js/jquery','file','D'),(9690,2,3765,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(9691,2,3766,'/module/upgrade/model.php','/module/upgrade','file','M'),(9692,2,3768,'/db/update11.6.5.sql','/db','file','M'),(9693,2,3770,'/db/update11.6.5.sql','/db','file','M'),(9694,2,3770,'/module/webhook/control.php','/module/webhook','file','M'),(9695,2,3770,'/module/webhook/model.php','/module/webhook','file','M'),(9696,2,3771,'/module/project/control.php','/module/project','file','M'),(9697,2,3773,'/framework/control.class.php','/framework','file','M'),(9698,2,3773,'/framework/router.class.php','/framework','file','M'),(9699,2,3775,'/www/js/zui/min.js','/www/js/zui','file','M'),(9700,2,3777,'/module/project/control.php','/module/project','file','M'),(9701,2,3777,'/module/project/view/create.html.php','/module/project/view','file','M'),(9702,2,3777,'/module/project/view/edit.html.php','/module/project/view','file','M'),(9703,2,3778,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(9704,2,3779,'/module/custom/model.php','/module/custom','file','M'),(9705,2,3779,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(9706,2,3780,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(9707,2,3781,'/framework/control.class.php','/framework','file','M'),(9708,2,3783,'/module/install/model.php','/module/install','file','M'),(9709,2,3785,'/framework/router.class.php','/framework','file','M'),(9710,2,3785,'/module/upgrade/model.php','/module/upgrade','file','M'),(9711,2,3787,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(9712,2,3788,'/module/block/js/admin.js','/module/block/js','file','M'),(9713,2,3789,'/module/common/model.php','/module/common','file','M'),(9714,2,3790,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(9715,2,3791,'/module/upgrade/model.php','/module/upgrade','file','M'),(9716,2,3793,'/module/project/model.php','/module/project','file','M'),(9717,2,3793,'/module/task/control.php','/module/task','file','M'),(9718,2,3793,'/module/task/view/create.html.php','/module/task/view','file','M'),(9719,2,3793,'/module/task/view/edit.html.php','/module/task/view','file','M'),(9720,2,3795,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(9721,2,3795,'/www/js/jquery/jquery.lib.debug.js','/www/js/jquery','file','A'),(9722,2,3795,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(9723,2,3796,'/module/webhook/control.php','/module/webhook','file','M'),(9724,2,3797,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(9725,2,3797,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(9726,2,3798,'/framework/base/router.class.php','/framework/base','file','M'),(9727,2,3799,'/www/js/zui/min.js','/www/js/zui','file','M'),(9728,2,3799,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(9729,2,3801,'/module/project/js/kanban.js','/module/project/js','file','M'),(9730,2,3802,'/www/index.php','/www','file','M'),(9731,2,3805,'/module/task/js/create.js','/module/task/js','file','M'),(9732,2,3808,'/module/bug/control.php','/module/bug','file','M'),(9733,2,3808,'/module/caselib/control.php','/module/caselib','file','M'),(9734,2,3808,'/module/caselib/model.php','/module/caselib','file','M'),(9735,2,3808,'/module/doc/control.php','/module/doc','file','M'),(9736,2,3808,'/module/doc/model.php','/module/doc','file','M'),(9737,2,3808,'/module/extension/model.php','/module/extension','file','M'),(9738,2,3808,'/module/git/model.php','/module/git','file','M'),(9739,2,3808,'/module/product/control.php','/module/product','file','M'),(9740,2,3808,'/module/product/model.php','/module/product','file','M'),(9741,2,3808,'/module/project/control.php','/module/project','file','M'),(9742,2,3808,'/module/project/model.php','/module/project','file','M'),(9743,2,3808,'/module/story/control.php','/module/story','file','M'),(9744,2,3808,'/module/svn/model.php','/module/svn','file','M'),(9745,2,3808,'/module/task/control.php','/module/task','file','M'),(9746,2,3808,'/module/testcase/control.php','/module/testcase','file','M'),(9747,2,3808,'/module/testsuite/model.php','/module/testsuite','file','M'),(9748,2,3808,'/module/testtask/control.php','/module/testtask','file','M'),(9749,2,3808,'/module/user/control.php','/module/user','file','M'),(9750,2,3809,'/module/task/view/create.html.php','/module/task/view','file','M'),(9751,2,3810,'/config/zentaopms.php','/config','file','M'),(9752,2,3810,'/db/update11.6.5.sql','/db','file','M'),(9753,2,3810,'/db/zentao.sql','/db','file','M'),(9754,2,3812,'/module/project/view/team.html.php','/module/project/view','file','M'),(9755,2,3814,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(9756,2,3816,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(9757,2,3816,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(9758,2,3816,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(9759,2,3816,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(9760,2,3816,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(9761,2,3819,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(9762,2,3821,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(9763,2,3821,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(9764,2,3822,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(9765,2,3823,'/framework/base/router.class.php','/framework/base','file','M'),(9766,2,3824,'/module/user/model.php','/module/user','file','M'),(9767,2,3826,'/module/project/js/storykanban.js','/module/project/js','file','M'),(9768,2,3828,'/module/common/view/action.html.php','/module/common/view','file','M'),(9769,2,3829,'/config/filter.php','/config','file','M'),(9770,2,3829,'/db/zentao.sql','/db','file','M'),(9771,2,3829,'/module/common/lang/de.php','/module/common/lang','file','M'),(9772,2,3829,'/module/common/lang/en.php','/module/common/lang','file','M'),(9773,2,3829,'/module/common/lang/fr.php','/module/common/lang','file','M'),(9774,2,3829,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(9775,2,3829,'/module/dev/config.php','/module/dev','file','M'),(9776,2,3829,'/module/dev/control.php','/module/dev','file','M'),(9777,2,3829,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(9778,2,3829,'/module/dev/view/editor.html.php','/module/dev/view','file','A'),(9779,2,3829,'/module/dev/view/translate.html.php','/module/dev/view','file','A'),(9780,2,3829,'/module/editor/config.php','/module/editor','file','D'),(9781,2,3829,'/module/editor/control.php','/module/editor','file','D'),(9782,2,3829,'/module/editor/css/edit.css','/module/editor/css','file','D'),(9783,2,3829,'/module/editor/css/extend.css','/module/editor/css','file','D'),(9784,2,3829,'/module/editor/css/index.css','/module/editor/css','file','D'),(9785,2,3829,'/module/editor/js/edit.js','/module/editor/js','file','D'),(9786,2,3829,'/module/editor/js/index.js','/module/editor/js','file','D'),(9787,2,3829,'/module/editor/lang/de.php','/module/editor/lang','file','D'),(9788,2,3829,'/module/editor/lang/en.php','/module/editor/lang','file','D'),(9789,2,3829,'/module/editor/lang/fr.php','/module/editor/lang','file','D'),(9790,2,3829,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','D'),(9791,2,3829,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','D'),(9792,2,3829,'/module/editor/model.php','/module/editor','file','D'),(9793,2,3829,'/module/editor/view/deny.html.php','/module/editor/view','file','D'),(9794,2,3829,'/module/editor/view/edit.html.php','/module/editor/view','file','D'),(9795,2,3829,'/module/editor/view/extend.html.php','/module/editor/view','file','D'),(9796,2,3829,'/module/editor/view/index.html.php','/module/editor/view','file','D'),(9797,2,3829,'/module/editor/view/newpage.html.php','/module/editor/view','file','D'),(9798,2,3829,'/module/group/lang/resource.php','/module/group/lang','file','M'),(9799,2,3829,'/module/translate/config.php','/module/translate','file','D'),(9800,2,3829,'/module/translate/control.php','/module/translate','file','D'),(9801,2,3829,'/module/translate/css/choosemodule.en.css','/module/translate/css','file','D'),(9802,2,3829,'/module/translate/css/choosemodule.zh-cn.css','/module/translate/css','file','D'),(9803,2,3829,'/module/translate/css/choosemodule.zh-tw.css','/module/translate/css','file','D'),(9804,2,3829,'/module/translate/css/common.css','/module/translate/css','file','D'),(9805,2,3829,'/module/translate/css/index.css','/module/translate/css','file','D'),(9806,2,3829,'/module/translate/css/index.en.css','/module/translate/css','file','D'),(9807,2,3829,'/module/translate/css/index.zh-cn.css','/module/translate/css','file','D'),(9808,2,3829,'/module/translate/css/index.zh-tw.css','/module/translate/css','file','D'),(9809,2,3829,'/module/translate/css/module.css','/module/translate/css','file','D'),(9810,2,3829,'/module/translate/css/review.css','/module/translate/css','file','D'),(9811,2,3829,'/module/translate/js/common.js','/module/translate/js','file','D'),(9812,2,3829,'/module/translate/js/module.js','/module/translate/js','file','D'),(9813,2,3829,'/module/translate/js/review.js','/module/translate/js','file','D'),(9814,2,3829,'/module/translate/lang/de.php','/module/translate/lang','file','D'),(9815,2,3829,'/module/translate/lang/en.php','/module/translate/lang','file','D'),(9816,2,3829,'/module/translate/lang/fr.php','/module/translate/lang','file','D'),(9817,2,3829,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','D'),(9818,2,3829,'/module/translate/lang/zh-tw.php','/module/translate/lang','file','D'),(9819,2,3829,'/module/translate/model.php','/module/translate','file','D'),(9820,2,3829,'/module/translate/view/addlang.html.php','/module/translate/view','file','D'),(9821,2,3829,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','D'),(9822,2,3829,'/module/translate/view/deny.html.php','/module/translate/view','file','D'),(9823,2,3829,'/module/translate/view/export.html.php','/module/translate/view','file','D'),(9824,2,3829,'/module/translate/view/index.html.php','/module/translate/view','file','D'),(9825,2,3829,'/module/translate/view/module.html.php','/module/translate/view','file','D'),(9826,2,3829,'/module/translate/view/result.html.php','/module/translate/view','file','D'),(9827,2,3829,'/module/translate/view/review.html.php','/module/translate/view','file','D'),(9828,2,3829,'/module/translate/view/setting.html.php','/module/translate/view','file','D'),(9829,2,3829,'/module/upgrade/model.php','/module/upgrade','file','M'),(9830,2,3831,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(9831,2,3831,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(9832,2,3832,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(9833,2,3833,'/Makefile','/','file','M'),(9834,2,3835,'/module/action/control.php','/module/action','file','M'),(9835,2,3835,'/module/common/view/action.html.php','/module/common/view','file','M'),(9836,2,3836,'/module/upgrade/model.php','/module/upgrade','file','M'),(9837,2,3837,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(9838,2,3838,'/module/custom/js/concept.js','/module/custom/js','file','M'),(9839,2,3839,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(9840,2,3840,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(9841,2,3842,'/tools/minifyfront.php','/tools','file','M'),(9842,2,3844,'/module/project/js/storykanban.js','/module/project/js','file','M'),(9843,2,3845,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(9844,2,3845,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(9845,2,3845,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(9846,2,3845,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(9847,2,3846,'/module/upgrade/config.php','/module/upgrade','file','M'),(9848,2,3846,'/module/upgrade/model.php','/module/upgrade','file','M'),(9849,2,3848,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(9850,2,3849,'/module/project/model.php','/module/project','file','M'),(9851,2,3850,'/module/datatable/control.php','/module/datatable','file','M'),(9852,2,3850,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(9853,2,3850,'/module/project/control.php','/module/project','file','M'),(9854,2,3850,'/module/project/lang/en.php','/module/project/lang','file','M'),(9855,2,3850,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(9856,2,3850,'/module/project/view/task.html.php','/module/project/view','file','M'),(9857,2,3850,'/module/tree/control.php','/module/tree','file','M'),(9858,2,3850,'/module/tree/model.php','/module/tree','file','M'),(9859,2,3852,'/module/task/css/edit.css','/module/task/css','file','A'),(9860,2,3852,'/module/task/js/create.js','/module/task/js','file','M'),(9861,2,3852,'/module/task/js/edit.js','/module/task/js','file','M'),(9862,2,3852,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(9863,2,3852,'/module/task/view/create.html.php','/module/task/view','file','M'),(9864,2,3852,'/module/task/view/edit.html.php','/module/task/view','file','M'),(9865,2,3852,'/module/tree/control.php','/module/tree','file','M'),(9866,2,3852,'/module/tree/model.php','/module/tree','file','M'),(9867,2,3853,'/module/custom/control.php','/module/custom','file','M'),(9868,2,3854,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(9869,2,3854,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(9870,2,3854,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(9871,2,3854,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(9872,2,3856,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(9873,2,3856,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(9874,2,3856,'/module/testtask/control.php','/module/testtask','file','M'),(9875,2,3857,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(9876,2,3857,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(9877,2,3857,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(9878,2,3857,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(9879,2,3858,'/module/testtask/control.php','/module/testtask','file','M'),(9880,2,3859,'/module/product/view/view.html.php','/module/product/view','file','M'),(9881,2,3861,'/module/product/model.php','/module/product','file','M'),(9882,2,3862,'/module/datatable/model.php','/module/datatable','file','M'),(9883,2,3862,'/module/task/config.php','/module/task','file','M'),(9884,2,3863,'/module/user/control.php','/module/user','file','M'),(9885,2,3863,'/module/user/js/login.js','/module/user/js','file','M'),(9886,2,3864,'/module/testcase/control.php','/module/testcase','file','M'),(9887,2,3864,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(9888,2,3865,'/module/testcase/control.php','/module/testcase','file','M'),(9889,2,3865,'/module/testcase/model.php','/module/testcase','file','M'),(9890,2,3865,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(9891,2,3866,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(9892,2,3866,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(9893,2,3866,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(9894,2,3867,'/module/company/css/dynamic.css','/module/company/css','file','M'),(9895,2,3867,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(9896,2,3867,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(9897,2,3867,'/module/my/css/dynamic.css','/module/my/css','file','M'),(9898,2,3867,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(9899,2,3867,'/module/product/css/dynamic.css','/module/product/css','file','M'),(9900,2,3867,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(9901,2,3867,'/module/project/css/dynamic.css','/module/project/css','file','M'),(9902,2,3867,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(9903,2,3867,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(9904,2,3867,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(9905,2,3867,'/module/user/css/dynamic.css','/module/user/css','file','M'),(9906,2,3867,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(9907,2,3869,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(9908,2,3870,'/module/project/css/all.zh-cn.css','/module/project/css','file','M'),(9909,2,3870,'/module/project/view/all.html.php','/module/project/view','file','M'),(9910,2,3873,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(9911,2,3873,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(9912,2,3873,'/module/webhook/model.php','/module/webhook','file','M'),(9913,2,3873,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(9914,2,3873,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(9915,2,3875,'/module/product/model.php','/module/product','file','M'),(9916,2,3875,'/module/project/model.php','/module/project','file','M'),(9917,2,3875,'/module/user/model.php','/module/user','file','M'),(9918,2,3876,'/config/filter.php','/config','file','M'),(9919,2,3876,'/module/common/view/ueditor.html.php','/module/common/view','file','D'),(9920,2,3876,'/module/file/config.php','/module/file','file','M'),(9921,2,3876,'/module/file/control.php','/module/file','file','M'),(9922,2,3876,'/www/js/ueditor/dialogs/anchor/anchor.html','/www/js/ueditor/dialogs/anchor','file','D'),(9923,2,3876,'/www/js/ueditor/dialogs/background/background.css','/www/js/ueditor/dialogs/background','file','D'),(9924,2,3876,'/www/js/ueditor/dialogs/background/background.html','/www/js/ueditor/dialogs/background','file','D'),(9925,2,3876,'/www/js/ueditor/dialogs/background/background.js','/www/js/ueditor/dialogs/background','file','D'),(9926,2,3876,'/www/js/ueditor/dialogs/background/images/bg.png','/www/js/ueditor/dialogs/background/images','file','D'),(9927,2,3876,'/www/js/ueditor/dialogs/background/images/success.png','/www/js/ueditor/dialogs/background/images','file','D'),(9928,2,3876,'/www/js/ueditor/dialogs/help/help.css','/www/js/ueditor/dialogs/help','file','D'),(9929,2,3876,'/www/js/ueditor/dialogs/help/help.html','/www/js/ueditor/dialogs/help','file','D'),(9930,2,3876,'/www/js/ueditor/dialogs/help/help.js','/www/js/ueditor/dialogs/help','file','D'),(9931,2,3876,'/www/js/ueditor/dialogs/image/image.css','/www/js/ueditor/dialogs/image','file','D'),(9932,2,3876,'/www/js/ueditor/dialogs/image/image.html','/www/js/ueditor/dialogs/image','file','D'),(9933,2,3876,'/www/js/ueditor/dialogs/image/image.js','/www/js/ueditor/dialogs/image','file','D'),(9934,2,3876,'/www/js/ueditor/dialogs/image/images/alignicon.jpg','/www/js/ueditor/dialogs/image/images','file','D'),(9935,2,3876,'/www/js/ueditor/dialogs/image/images/bg.png','/www/js/ueditor/dialogs/image/images','file','D'),(9936,2,3876,'/www/js/ueditor/dialogs/image/images/icons.gif','/www/js/ueditor/dialogs/image/images','file','D'),(9937,2,3876,'/www/js/ueditor/dialogs/image/images/icons.png','/www/js/ueditor/dialogs/image/images','file','D'),(9938,2,3876,'/www/js/ueditor/dialogs/image/images/image.png','/www/js/ueditor/dialogs/image/images','file','D'),(9939,2,3876,'/www/js/ueditor/dialogs/image/images/progress.png','/www/js/ueditor/dialogs/image/images','file','D'),(9940,2,3876,'/www/js/ueditor/dialogs/image/images/success.gif','/www/js/ueditor/dialogs/image/images','file','D'),(9941,2,3876,'/www/js/ueditor/dialogs/image/images/success.png','/www/js/ueditor/dialogs/image/images','file','D'),(9942,2,3876,'/www/js/ueditor/dialogs/insertframe/insertframe.html','/www/js/ueditor/dialogs/insertframe','file','D'),(9943,2,3876,'/www/js/ueditor/dialogs/internal.js','/www/js/ueditor/dialogs','file','D'),(9944,2,3876,'/www/js/ueditor/dialogs/link/link.html','/www/js/ueditor/dialogs/link','file','D'),(9945,2,3876,'/www/js/ueditor/dialogs/preview/preview.html','/www/js/ueditor/dialogs/preview','file','D'),(9946,2,3876,'/www/js/ueditor/dialogs/scrawl/images/addimg.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9947,2,3876,'/www/js/ueditor/dialogs/scrawl/images/brush.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9948,2,3876,'/www/js/ueditor/dialogs/scrawl/images/delimg.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9949,2,3876,'/www/js/ueditor/dialogs/scrawl/images/delimgH.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9950,2,3876,'/www/js/ueditor/dialogs/scrawl/images/empty.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9951,2,3876,'/www/js/ueditor/dialogs/scrawl/images/emptyH.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9952,2,3876,'/www/js/ueditor/dialogs/scrawl/images/eraser.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9953,2,3876,'/www/js/ueditor/dialogs/scrawl/images/redo.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9954,2,3876,'/www/js/ueditor/dialogs/scrawl/images/redoH.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9955,2,3876,'/www/js/ueditor/dialogs/scrawl/images/scale.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9956,2,3876,'/www/js/ueditor/dialogs/scrawl/images/scaleH.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9957,2,3876,'/www/js/ueditor/dialogs/scrawl/images/size.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9958,2,3876,'/www/js/ueditor/dialogs/scrawl/images/undo.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9959,2,3876,'/www/js/ueditor/dialogs/scrawl/images/undoH.png','/www/js/ueditor/dialogs/scrawl/images','file','D'),(9960,2,3876,'/www/js/ueditor/dialogs/scrawl/scrawl.css','/www/js/ueditor/dialogs/scrawl','file','D'),(9961,2,3876,'/www/js/ueditor/dialogs/scrawl/scrawl.html','/www/js/ueditor/dialogs/scrawl','file','D'),(9962,2,3876,'/www/js/ueditor/dialogs/scrawl/scrawl.js','/www/js/ueditor/dialogs/scrawl','file','D'),(9963,2,3876,'/www/js/ueditor/dialogs/searchreplace/searchreplace.html','/www/js/ueditor/dialogs/searchreplace','file','D'),(9964,2,3876,'/www/js/ueditor/dialogs/searchreplace/searchreplace.js','/www/js/ueditor/dialogs/searchreplace','file','D'),(9965,2,3876,'/www/js/ueditor/dialogs/snapscreen/snapscreen.html','/www/js/ueditor/dialogs/snapscreen','file','D'),(9966,2,3876,'/www/js/ueditor/dialogs/spechars/spechars.html','/www/js/ueditor/dialogs/spechars','file','D'),(9967,2,3876,'/www/js/ueditor/dialogs/spechars/spechars.js','/www/js/ueditor/dialogs/spechars','file','D'),(9968,2,3876,'/www/js/ueditor/dialogs/table/dragicon.png','/www/js/ueditor/dialogs/table','file','D'),(9969,2,3876,'/www/js/ueditor/dialogs/table/edittable.css','/www/js/ueditor/dialogs/table','file','D'),(9970,2,3876,'/www/js/ueditor/dialogs/table/edittable.html','/www/js/ueditor/dialogs/table','file','D'),(9971,2,3876,'/www/js/ueditor/dialogs/table/edittable.js','/www/js/ueditor/dialogs/table','file','D'),(9972,2,3876,'/www/js/ueditor/dialogs/table/edittd.html','/www/js/ueditor/dialogs/table','file','D'),(9973,2,3876,'/www/js/ueditor/dialogs/table/edittip.html','/www/js/ueditor/dialogs/table','file','D'),(9974,2,3876,'/www/js/ueditor/dialogs/video/images/bg.png','/www/js/ueditor/dialogs/video/images','file','D'),(9975,2,3876,'/www/js/ueditor/dialogs/video/images/center_focus.jpg','/www/js/ueditor/dialogs/video/images','file','D'),(9976,2,3876,'/www/js/ueditor/dialogs/video/images/file-icons.gif','/www/js/ueditor/dialogs/video/images','file','D'),(9977,2,3876,'/www/js/ueditor/dialogs/video/images/file-icons.png','/www/js/ueditor/dialogs/video/images','file','D'),(9978,2,3876,'/www/js/ueditor/dialogs/video/images/icons.gif','/www/js/ueditor/dialogs/video/images','file','D'),(9979,2,3876,'/www/js/ueditor/dialogs/video/images/icons.png','/www/js/ueditor/dialogs/video/images','file','D'),(9980,2,3876,'/www/js/ueditor/dialogs/video/images/image.png','/www/js/ueditor/dialogs/video/images','file','D'),(9981,2,3876,'/www/js/ueditor/dialogs/video/images/left_focus.jpg','/www/js/ueditor/dialogs/video/images','file','D'),(9982,2,3876,'/www/js/ueditor/dialogs/video/images/none_focus.jpg','/www/js/ueditor/dialogs/video/images','file','D'),(9983,2,3876,'/www/js/ueditor/dialogs/video/images/progress.png','/www/js/ueditor/dialogs/video/images','file','D'),(9984,2,3876,'/www/js/ueditor/dialogs/video/images/right_focus.jpg','/www/js/ueditor/dialogs/video/images','file','D'),(9985,2,3876,'/www/js/ueditor/dialogs/video/images/success.gif','/www/js/ueditor/dialogs/video/images','file','D'),(9986,2,3876,'/www/js/ueditor/dialogs/video/images/success.png','/www/js/ueditor/dialogs/video/images','file','D'),(9987,2,3876,'/www/js/ueditor/dialogs/video/video.css','/www/js/ueditor/dialogs/video','file','D'),(9988,2,3876,'/www/js/ueditor/dialogs/video/video.html','/www/js/ueditor/dialogs/video','file','D'),(9989,2,3876,'/www/js/ueditor/dialogs/video/video.js','/www/js/ueditor/dialogs/video','file','D'),(9990,2,3876,'/www/js/ueditor/lang/en/en.js','/www/js/ueditor/lang/en','file','D'),(9991,2,3876,'/www/js/ueditor/lang/en/images/addimage.png','/www/js/ueditor/lang/en/images','file','D'),(9992,2,3876,'/www/js/ueditor/lang/en/images/alldeletebtnhoverskin.png','/www/js/ueditor/lang/en/images','file','D'),(9993,2,3876,'/www/js/ueditor/lang/en/images/alldeletebtnupskin.png','/www/js/ueditor/lang/en/images','file','D'),(9994,2,3876,'/www/js/ueditor/lang/en/images/background.png','/www/js/ueditor/lang/en/images','file','D'),(9995,2,3876,'/www/js/ueditor/lang/en/images/button.png','/www/js/ueditor/lang/en/images','file','D'),(9996,2,3876,'/www/js/ueditor/lang/en/images/copy.png','/www/js/ueditor/lang/en/images','file','D'),(9997,2,3876,'/www/js/ueditor/lang/en/images/deletedisable.png','/www/js/ueditor/lang/en/images','file','D'),(9998,2,3876,'/www/js/ueditor/lang/en/images/deleteenable.png','/www/js/ueditor/lang/en/images','file','D'),(9999,2,3876,'/www/js/ueditor/lang/en/images/listbackground.png','/www/js/ueditor/lang/en/images','file','D'),(10000,2,3876,'/www/js/ueditor/lang/en/images/localimage.png','/www/js/ueditor/lang/en/images','file','D'),(10001,2,3876,'/www/js/ueditor/lang/en/images/music.png','/www/js/ueditor/lang/en/images','file','D'),(10002,2,3876,'/www/js/ueditor/lang/en/images/rotateleftdisable.png','/www/js/ueditor/lang/en/images','file','D'),(10003,2,3876,'/www/js/ueditor/lang/en/images/rotateleftenable.png','/www/js/ueditor/lang/en/images','file','D'),(10004,2,3876,'/www/js/ueditor/lang/en/images/rotaterightdisable.png','/www/js/ueditor/lang/en/images','file','D'),(10005,2,3876,'/www/js/ueditor/lang/en/images/rotaterightenable.png','/www/js/ueditor/lang/en/images','file','D'),(10006,2,3876,'/www/js/ueditor/lang/en/images/upload.png','/www/js/ueditor/lang/en/images','file','D'),(10007,2,3876,'/www/js/ueditor/lang/fr/ancien-en.js','/www/js/ueditor/lang/fr','file','D'),(10008,2,3876,'/www/js/ueditor/lang/fr/fr.js','/www/js/ueditor/lang/fr','file','D'),(10009,2,3876,'/www/js/ueditor/lang/fr/images/addimage.png','/www/js/ueditor/lang/fr/images','file','D'),(10010,2,3876,'/www/js/ueditor/lang/fr/images/alldeletebtnhoverskin.png','/www/js/ueditor/lang/fr/images','file','D'),(10011,2,3876,'/www/js/ueditor/lang/fr/images/alldeletebtnupskin.png','/www/js/ueditor/lang/fr/images','file','D'),(10012,2,3876,'/www/js/ueditor/lang/fr/images/background.png','/www/js/ueditor/lang/fr/images','file','D'),(10013,2,3876,'/www/js/ueditor/lang/fr/images/button.png','/www/js/ueditor/lang/fr/images','file','D'),(10014,2,3876,'/www/js/ueditor/lang/fr/images/copy.png','/www/js/ueditor/lang/fr/images','file','D'),(10015,2,3876,'/www/js/ueditor/lang/fr/images/deletedisable.png','/www/js/ueditor/lang/fr/images','file','D'),(10016,2,3876,'/www/js/ueditor/lang/fr/images/deleteenable.png','/www/js/ueditor/lang/fr/images','file','D'),(10017,2,3876,'/www/js/ueditor/lang/fr/images/listbackground.png','/www/js/ueditor/lang/fr/images','file','D'),(10018,2,3876,'/www/js/ueditor/lang/fr/images/localimage.png','/www/js/ueditor/lang/fr/images','file','D'),(10019,2,3876,'/www/js/ueditor/lang/fr/images/music.png','/www/js/ueditor/lang/fr/images','file','D'),(10020,2,3876,'/www/js/ueditor/lang/fr/images/rotateleftdisable.png','/www/js/ueditor/lang/fr/images','file','D'),(10021,2,3876,'/www/js/ueditor/lang/fr/images/rotateleftenable.png','/www/js/ueditor/lang/fr/images','file','D'),(10022,2,3876,'/www/js/ueditor/lang/fr/images/rotaterightdisable.png','/www/js/ueditor/lang/fr/images','file','D'),(10023,2,3876,'/www/js/ueditor/lang/fr/images/rotaterightenable.png','/www/js/ueditor/lang/fr/images','file','D'),(10024,2,3876,'/www/js/ueditor/lang/fr/images/upload.png','/www/js/ueditor/lang/fr/images','file','D'),(10025,2,3876,'/www/js/ueditor/lang/zh-cn/images/copy.png','/www/js/ueditor/lang/zh-cn/images','file','D'),(10026,2,3876,'/www/js/ueditor/lang/zh-cn/images/localimage.png','/www/js/ueditor/lang/zh-cn/images','file','D'),(10027,2,3876,'/www/js/ueditor/lang/zh-cn/images/music.png','/www/js/ueditor/lang/zh-cn/images','file','D'),(10028,2,3876,'/www/js/ueditor/lang/zh-cn/images/upload.png','/www/js/ueditor/lang/zh-cn/images','file','D'),(10029,2,3876,'/www/js/ueditor/lang/zh-cn/zh-cn.js','/www/js/ueditor/lang/zh-cn','file','D'),(10030,2,3876,'/www/js/ueditor/lang/zh-tw/images/copy.png','/www/js/ueditor/lang/zh-tw/images','file','D'),(10031,2,3876,'/www/js/ueditor/lang/zh-tw/images/localimage.png','/www/js/ueditor/lang/zh-tw/images','file','D'),(10032,2,3876,'/www/js/ueditor/lang/zh-tw/images/music.png','/www/js/ueditor/lang/zh-tw/images','file','D'),(10033,2,3876,'/www/js/ueditor/lang/zh-tw/images/upload.png','/www/js/ueditor/lang/zh-tw/images','file','D'),(10034,2,3876,'/www/js/ueditor/lang/zh-tw/zh-tw.js','/www/js/ueditor/lang/zh-tw','file','D'),(10035,2,3876,'/www/js/ueditor/themes/default/css/ueditor.css','/www/js/ueditor/themes/default/css','file','D'),(10036,2,3876,'/www/js/ueditor/themes/default/css/ueditor.min.css','/www/js/ueditor/themes/default/css','file','D'),(10037,2,3876,'/www/js/ueditor/themes/default/dialogbase.css','/www/js/ueditor/themes/default','file','D'),(10038,2,3876,'/www/js/ueditor/themes/default/images/anchor.gif','/www/js/ueditor/themes/default/images','file','D'),(10039,2,3876,'/www/js/ueditor/themes/default/images/arrow.png','/www/js/ueditor/themes/default/images','file','D'),(10040,2,3876,'/www/js/ueditor/themes/default/images/arrow_down.png','/www/js/ueditor/themes/default/images','file','D'),(10041,2,3876,'/www/js/ueditor/themes/default/images/arrow_up.png','/www/js/ueditor/themes/default/images','file','D'),(10042,2,3876,'/www/js/ueditor/themes/default/images/button-bg.gif','/www/js/ueditor/themes/default/images','file','D'),(10043,2,3876,'/www/js/ueditor/themes/default/images/cancelbutton.gif','/www/js/ueditor/themes/default/images','file','D'),(10044,2,3876,'/www/js/ueditor/themes/default/images/charts.png','/www/js/ueditor/themes/default/images','file','D'),(10045,2,3876,'/www/js/ueditor/themes/default/images/cursor_h.gif','/www/js/ueditor/themes/default/images','file','D'),(10046,2,3876,'/www/js/ueditor/themes/default/images/cursor_h.png','/www/js/ueditor/themes/default/images','file','D'),(10047,2,3876,'/www/js/ueditor/themes/default/images/cursor_v.gif','/www/js/ueditor/themes/default/images','file','D'),(10048,2,3876,'/www/js/ueditor/themes/default/images/cursor_v.png','/www/js/ueditor/themes/default/images','file','D'),(10049,2,3876,'/www/js/ueditor/themes/default/images/dialog-title-bg.png','/www/js/ueditor/themes/default/images','file','D'),(10050,2,3876,'/www/js/ueditor/themes/default/images/filescan.png','/www/js/ueditor/themes/default/images','file','D'),(10051,2,3876,'/www/js/ueditor/themes/default/images/highlighted.gif','/www/js/ueditor/themes/default/images','file','D'),(10052,2,3876,'/www/js/ueditor/themes/default/images/icons-all.gif','/www/js/ueditor/themes/default/images','file','D'),(10053,2,3876,'/www/js/ueditor/themes/default/images/icons.gif','/www/js/ueditor/themes/default/images','file','D'),(10054,2,3876,'/www/js/ueditor/themes/default/images/icons.png','/www/js/ueditor/themes/default/images','file','D'),(10055,2,3876,'/www/js/ueditor/themes/default/images/loaderror.png','/www/js/ueditor/themes/default/images','file','D'),(10056,2,3876,'/www/js/ueditor/themes/default/images/loading.gif','/www/js/ueditor/themes/default/images','file','D'),(10057,2,3876,'/www/js/ueditor/themes/default/images/lock.gif','/www/js/ueditor/themes/default/images','file','D'),(10058,2,3876,'/www/js/ueditor/themes/default/images/neweditor-tab-bg.png','/www/js/ueditor/themes/default/images','file','D'),(10059,2,3876,'/www/js/ueditor/themes/default/images/pagebreak.gif','/www/js/ueditor/themes/default/images','file','D'),(10060,2,3876,'/www/js/ueditor/themes/default/images/scale.png','/www/js/ueditor/themes/default/images','file','D'),(10061,2,3876,'/www/js/ueditor/themes/default/images/sortable.png','/www/js/ueditor/themes/default/images','file','D'),(10062,2,3876,'/www/js/ueditor/themes/default/images/spacer.gif','/www/js/ueditor/themes/default/images','file','D'),(10063,2,3876,'/www/js/ueditor/themes/default/images/sparator_v.png','/www/js/ueditor/themes/default/images','file','D'),(10064,2,3876,'/www/js/ueditor/themes/default/images/table-cell-align.png','/www/js/ueditor/themes/default/images','file','D'),(10065,2,3876,'/www/js/ueditor/themes/default/images/tangram-colorpicker.png','/www/js/ueditor/themes/default/images','file','D'),(10066,2,3876,'/www/js/ueditor/themes/default/images/toolbar_bg.png','/www/js/ueditor/themes/default/images','file','D'),(10067,2,3876,'/www/js/ueditor/themes/default/images/unhighlighted.gif','/www/js/ueditor/themes/default/images','file','D'),(10068,2,3876,'/www/js/ueditor/themes/default/images/upload.png','/www/js/ueditor/themes/default/images','file','D'),(10069,2,3876,'/www/js/ueditor/themes/default/images/videologo.gif','/www/js/ueditor/themes/default/images','file','D'),(10070,2,3876,'/www/js/ueditor/themes/default/images/word.gif','/www/js/ueditor/themes/default/images','file','D'),(10071,2,3876,'/www/js/ueditor/themes/default/images/wordpaste.png','/www/js/ueditor/themes/default/images','file','D'),(10072,2,3876,'/www/js/ueditor/themes/iframe.css','/www/js/ueditor/themes','file','D'),(10073,2,3876,'/www/js/ueditor/third-party/codemirror/codemirror.css','/www/js/ueditor/third-party/codemirror','file','D'),(10074,2,3876,'/www/js/ueditor/third-party/codemirror/codemirror.js','/www/js/ueditor/third-party/codemirror','file','D'),(10075,2,3876,'/www/js/ueditor/third-party/jquery-1.10.2.min.js','/www/js/ueditor/third-party','file','D'),(10076,2,3876,'/www/js/ueditor/third-party/webuploader/Uploader.swf','/www/js/ueditor/third-party/webuploader','file','D'),(10077,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.css','/www/js/ueditor/third-party/webuploader','file','D'),(10078,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.custom.js','/www/js/ueditor/third-party/webuploader','file','D'),(10079,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.custom.min.js','/www/js/ueditor/third-party/webuploader','file','D'),(10080,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.flashonly.js','/www/js/ueditor/third-party/webuploader','file','D'),(10081,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.flashonly.min.js','/www/js/ueditor/third-party/webuploader','file','D'),(10082,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.html5only.js','/www/js/ueditor/third-party/webuploader','file','D'),(10083,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.html5only.min.js','/www/js/ueditor/third-party/webuploader','file','D'),(10084,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.js','/www/js/ueditor/third-party/webuploader','file','D'),(10085,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.min.js','/www/js/ueditor/third-party/webuploader','file','D'),(10086,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.withoutimage.js','/www/js/ueditor/third-party/webuploader','file','D'),(10087,2,3876,'/www/js/ueditor/third-party/webuploader/webuploader.withoutimage.min.js','/www/js/ueditor/third-party/webuploader','file','D'),(10088,2,3876,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.js','/www/js/ueditor/third-party/zeroclipboard','file','D'),(10089,2,3876,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.min.js','/www/js/ueditor/third-party/zeroclipboard','file','D'),(10090,2,3876,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.swf','/www/js/ueditor/third-party/zeroclipboard','file','D'),(10091,2,3876,'/www/js/ueditor/ueditor.all.min.js','/www/js/ueditor','file','D'),(10092,2,3876,'/www/js/ueditor/ueditor.config.js','/www/js/ueditor','file','D'),(10093,2,3876,'/www/js/ueditor/ueditor.parse.js','/www/js/ueditor','file','D'),(10094,2,3878,'/module/project/model.php','/module/project','file','M'),(10095,2,3879,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(10096,2,3881,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(10097,2,3882,'/module/group/model.php','/module/group','file','M'),(10098,2,3882,'/module/upgrade/model.php','/module/upgrade','file','M'),(10099,2,3884,'/module/testcase/control.php','/module/testcase','file','M'),(10100,2,3884,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10101,2,3884,'/module/testtask/model.php','/module/testtask','file','M'),(10102,2,3885,'/config/zentaopms.php','/config','file','M'),(10103,2,3885,'/framework/base/router.class.php','/framework/base','file','M'),(10104,2,3886,'/module/release/model.php','/module/release','file','M'),(10105,2,3886,'/module/release/view/browse.html.php','/module/release/view','file','M'),(10106,2,3887,'/module/testcase/control.php','/module/testcase','file','M'),(10107,2,3887,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(10108,2,3887,'/module/testtask/model.php','/module/testtask','file','M'),(10109,2,3889,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(10110,2,3890,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(10111,2,3891,'/module/task/model.php','/module/task','file','M'),(10112,2,3893,'/module/build/control.php','/module/build','file','M'),(10113,2,3895,'/module/project/model.php','/module/project','file','M'),(10114,2,3898,'/module/user/model.php','/module/user','file','M'),(10115,2,3899,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','M'),(10116,2,3899,'/module/webhook/control.php','/module/webhook','file','M'),(10117,2,3899,'/module/webhook/model.php','/module/webhook','file','M'),(10118,2,3900,'/module/score/lang/en.php','/module/score/lang','file','M'),(10119,2,3900,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(10120,2,3902,'/module/my/js/changepassword.js','/module/my/js','file','M'),(10121,2,3902,'/module/my/js/editprofile.js','/module/my/js','file','M'),(10122,2,3902,'/module/user/js/create.js','/module/user/js','file','M'),(10123,2,3902,'/module/user/js/edit.js','/module/user/js','file','M'),(10124,2,3902,'/module/user/model.php','/module/user','file','M'),(10125,2,3903,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(10126,2,3903,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(10127,2,3904,'/module/custom/control.php','/module/custom','file','M'),(10128,2,3904,'/module/custom/js/concept.js','/module/custom/js','file','A'),(10129,2,3904,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(10130,2,3906,'/config/zentaopms.php','/config','file','M'),(10131,2,3906,'/framework/router.class.php','/framework','file','M'),(10132,2,3906,'/module/custom/control.php','/module/custom','file','M'),(10133,2,3906,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(10134,2,3906,'/module/custom/model.php','/module/custom','file','M'),(10135,2,3906,'/module/custom/view/concept.html.php','/module/custom/view','file','M'),(10136,2,3908,'/config/zentaopms.php','/config','file','M'),(10137,2,3908,'/db/update11.6.5.sql','/db','file','M'),(10138,2,3908,'/lib/dingapi/dingapi.class.php','/lib/dingapi','file','A'),(10139,2,3908,'/module/common/model.php','/module/common','file','M'),(10140,2,3908,'/module/upgrade/control.php','/module/upgrade','file','M'),(10141,2,3908,'/module/webhook/control.php','/module/webhook','file','M'),(10142,2,3908,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(10143,2,3908,'/module/webhook/model.php','/module/webhook','file','M'),(10144,2,3908,'/module/webhook/view/bind.html.php','/module/webhook/view','file','A'),(10145,2,3908,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(10146,2,3908,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(10147,2,3908,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(10148,2,3909,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(10149,2,3911,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(10150,2,3911,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(10151,2,3911,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(10152,2,3911,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(10153,2,3911,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(10154,2,3911,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(10155,2,3911,'/module/custom/control.php','/module/custom','file','M'),(10156,2,3911,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(10157,2,3911,'/module/custom/model.php','/module/custom','file','M'),(10158,2,3911,'/module/custom/view/concept.html.php','/module/custom/view','file','A'),(10159,2,3911,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(10160,2,3911,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(10161,2,3911,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10162,2,3911,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10163,2,3911,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(10164,2,3911,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(10165,2,3911,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(10166,2,3911,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(10167,2,3911,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(10168,2,3911,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(10169,2,3911,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(10170,2,3911,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(10171,2,3911,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(10172,2,3911,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(10173,2,3911,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(10174,2,3911,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(10175,2,3911,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(10176,2,3911,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(10177,2,3911,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(10178,2,3911,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(10179,2,3912,'/module/custom/control.php','/module/custom','file','M'),(10180,2,3913,'/module/group/model.php','/module/group','file','M'),(10181,2,3913,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(10182,2,3916,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10183,2,3917,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(10184,2,3918,'/framework/router.class.php','/framework','file','M'),(10185,2,3919,'/config/zentaopms.php','/config','file','M'),(10186,2,3920,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(10187,2,3921,'/module/testreport/model.php','/module/testreport','file','M'),(10188,2,3922,'/module/story/model.php','/module/story','file','M'),(10189,2,3923,'/module/bug/control.php','/module/bug','file','M'),(10190,2,3923,'/module/story/control.php','/module/story','file','M'),(10191,2,3923,'/module/task/control.php','/module/task','file','M'),(10192,2,3923,'/module/testcase/control.php','/module/testcase','file','M'),(10193,2,3924,'/module/bug/model.php','/module/bug','file','M'),(10194,2,3926,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(10195,2,3927,'/module/webhook/config.php','/module/webhook','file','M'),(10196,2,3927,'/module/webhook/css/create.zh-cn.css','/module/webhook/css','file','M'),(10197,2,3927,'/module/webhook/css/create.zh-tw.css','/module/webhook/css','file','M'),(10198,2,3927,'/module/webhook/css/edit.zh-cn.css','/module/webhook/css','file','M'),(10199,2,3927,'/module/webhook/css/edit.zh-tw.css','/module/webhook/css','file','M'),(10200,2,3927,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(10201,2,3927,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(10202,2,3927,'/module/webhook/model.php','/module/webhook','file','M'),(10203,2,3927,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(10204,2,3927,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(10205,2,3929,'/db/update11.6.5.sql','/db','file','A'),(10206,2,3931,'/build/debian/DEBIAN/control','/build/debian/DEBIAN','file','M'),(10207,2,3932,'/module/upgrade/control.php','/module/upgrade','file','M'),(10208,2,3933,'/module/my/view/todo.html.php','/module/my/view','file','M'),(10209,2,3934,'/module/bug/model.php','/module/bug','file','M'),(10210,2,3935,'/module/task/control.php','/module/task','file','M'),(10211,2,3935,'/module/tree/model.php','/module/tree','file','M'),(10212,2,3936,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10213,2,3937,'/module/story/model.php','/module/story','file','M'),(10214,2,3939,'/module/common/model.php','/module/common','file','M'),(10215,2,3940,'/doc/CHANGELOG','/doc','file','M'),(10216,2,3940,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(10217,2,3940,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(10218,2,3940,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(10219,2,3941,'/framework/base/router.class.php','/framework/base','file','M'),(10220,2,3942,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(10221,2,3942,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(10222,2,3942,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(10223,2,3942,'/module/report/model.php','/module/report','file','M'),(10224,2,3943,'/framework/control.class.php','/framework','file','M'),(10225,2,3943,'/framework/router.class.php','/framework','file','M'),(10226,2,3944,'/framework/control.class.php','/framework','file','M'),(10227,2,3945,'/framework/control.class.php','/framework','file','M'),(10228,2,3946,'/VERSION','/','file','M'),(10229,2,3946,'/config/config.php','/config','file','M'),(10230,2,3946,'/db/standard/zentao11.6.5.sql','/db/standard','file','A'),(10231,2,3946,'/db/zentao.sql','/db','file','M'),(10232,2,3946,'/doc/CHANGELOG','/doc','file','M'),(10233,2,3946,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(10234,2,3946,'/module/block/lang/fr.php','/module/block/lang','file','M'),(10235,2,3946,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(10236,2,3946,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(10237,2,3946,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(10238,2,3946,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10239,2,3946,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10240,2,3946,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(10241,2,3946,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10242,2,3946,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10243,2,3946,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(10244,2,3946,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(10245,2,3946,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(10246,2,3946,'/module/upgrade/model.php','/module/upgrade','file','M'),(10247,2,3946,'/module/user/lang/de.php','/module/user/lang','file','M'),(10248,2,3946,'/module/user/lang/fr.php','/module/user/lang','file','M'),(10249,2,3946,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(10250,2,3946,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(10251,2,3946,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(10252,2,3946,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(10253,2,3946,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(10254,2,3946,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(10255,2,3947,'/module/user/lang/en.php','/module/user/lang','file','M'),(10256,2,3947,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(10257,2,3948,'/module/product/control.php','/module/product','file','M'),(10258,2,3949,'/module/product/control.php','/module/product','file','M'),(10259,2,3951,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(10260,2,3951,'/module/caselib/css/browse.css','/module/caselib/css','file','M'),(10261,2,3951,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(10262,2,3951,'/module/task/view/create.html.php','/module/task/view','file','M'),(10263,2,3952,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(10264,2,3952,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(10265,2,3952,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(10266,2,3952,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(10267,2,3952,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(10268,2,3952,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(10269,2,3953,'/module/branch/model.php','/module/branch','file','M'),(10270,2,3954,'/module/action/lang/en.php','/module/action/lang','file','M'),(10271,2,3954,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(10272,2,3954,'/module/testcase/control.php','/module/testcase','file','M'),(10273,2,3954,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10274,2,3955,'/www/js/zui/min.js','/www/js/zui','file','M'),(10275,2,3957,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(10276,2,3957,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(10277,2,3957,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(10278,2,3957,'/www/js/kindeditor/lang/ja.js','/www/js/kindeditor/lang','file','A'),(10279,2,3958,'/module/product/lang/en.php','/module/product/lang','file','M'),(10280,2,3958,'/module/project/lang/en.php','/module/project/lang','file','M'),(10281,2,3959,'/module/tree/model.php','/module/tree','file','M'),(10282,2,3961,'/module/action/model.php','/module/action','file','M'),(10283,2,3962,'/framework/control.class.php','/framework','file','M'),(10284,2,3963,'/framework/control.class.php','/framework','file','M'),(10285,2,3964,'/db/update11.6.4.sql','/db','file','A'),(10286,2,3964,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(10287,2,3964,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(10288,2,3964,'/module/webhook/model.php','/module/webhook','file','M'),(10289,2,3964,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(10290,2,3964,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(10291,2,3965,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(10292,2,3966,'/module/action/model.php','/module/action','file','M'),(10293,2,3966,'/module/caselib/control.php','/module/caselib','file','M'),(10294,2,3966,'/module/caselib/model.php','/module/caselib','file','M'),(10295,2,3966,'/module/caselib/view/browse.html.php','/module/caselib/view','file','M'),(10296,2,3966,'/module/testcase/control.php','/module/testcase','file','M'),(10297,2,3966,'/module/testcase/model.php','/module/testcase','file','M'),(10298,2,3966,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10299,2,3966,'/module/tree/model.php','/module/tree','file','M'),(10300,2,3967,'/module/block/lang/de.php','/module/block/lang','file','M'),(10301,2,3967,'/module/block/lang/en.php','/module/block/lang','file','M'),(10302,2,3967,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(10303,2,3967,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(10304,2,3968,'/framework/control.class.php','/framework','file','M'),(10305,2,3969,'/module/datatable/model.php','/module/datatable','file','M'),(10306,2,3970,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(10307,2,3970,'/module/project/view/view.html.php','/module/project/view','file','M'),(10308,2,3970,'/module/testtask/css/browse.css','/module/testtask/css','file','A'),(10309,2,3970,'/module/translate/model.php','/module/translate','file','M'),(10310,2,3970,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(10311,2,3972,'/module/testcase/control.php','/module/testcase','file','M'),(10312,2,3973,'/README.md','/','file','M'),(10313,2,3975,'/framework/router.class.php','/framework','file','M'),(10314,2,3975,'/lib/base/pager/pager.class.php','/lib/base/pager','file','M'),(10315,2,3975,'/lib/pager/pager.class.php','/lib/pager','file','M'),(10316,2,3977,'/module/file/control.php','/module/file','file','M'),(10317,2,3978,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(10318,2,3979,'/framework/router.class.php','/framework','file','M'),(10319,2,3980,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(10320,2,3980,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(10321,2,3982,'/doc/CHANGELOG','/doc','file','M'),(10322,2,3982,'/module/action/lang/de.php','/module/action/lang','file','M'),(10323,2,3982,'/module/action/lang/fr.php','/module/action/lang','file','M'),(10324,2,3982,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(10325,2,3982,'/module/branch/lang/fr.php','/module/branch/lang','file','M'),(10326,2,3982,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(10327,2,3982,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(10328,2,3982,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(10329,2,3982,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(10330,2,3982,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(10331,2,3982,'/module/caselib/lang/de.php','/module/caselib/lang','file','A'),(10332,2,3982,'/module/caselib/lang/fr.php','/module/caselib/lang','file','A'),(10333,2,3982,'/module/caselib/lang/zh-tw.php','/module/caselib/lang','file','A'),(10334,2,3982,'/module/common/lang/de.php','/module/common/lang','file','M'),(10335,2,3982,'/module/common/lang/en.php','/module/common/lang','file','M'),(10336,2,3982,'/module/common/lang/fr.php','/module/common/lang','file','M'),(10337,2,3982,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(10338,2,3982,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(10339,2,3982,'/module/dept/lang/fr.php','/module/dept/lang','file','M'),(10340,2,3982,'/module/doc/lang/de.php','/module/doc/lang','file','M'),(10341,2,3982,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(10342,2,3982,'/module/doc/lang/fr.php','/module/doc/lang','file','M'),(10343,2,3982,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(10344,2,3982,'/module/extension/lang/fr.php','/module/extension/lang','file','M'),(10345,2,3982,'/module/group/lang/fr.php','/module/group/lang','file','M'),(10346,2,3982,'/module/install/lang/fr.php','/module/install/lang','file','M'),(10347,2,3982,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(10348,2,3982,'/module/mail/lang/de.php','/module/mail/lang','file','M'),(10349,2,3982,'/module/mail/lang/fr.php','/module/mail/lang','file','M'),(10350,2,3982,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(10351,2,3982,'/module/message/lang/fr.php','/module/message/lang','file','M'),(10352,2,3982,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10353,2,3982,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10354,2,3982,'/module/misc/lang/fr.php','/module/misc/lang','file','M'),(10355,2,3982,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10356,2,3982,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10357,2,3982,'/module/my/lang/fr.php','/module/my/lang','file','M'),(10358,2,3982,'/module/product/lang/fr.php','/module/product/lang','file','M'),(10359,2,3982,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(10360,2,3982,'/module/project/lang/fr.php','/module/project/lang','file','M'),(10361,2,3982,'/module/release/lang/fr.php','/module/release/lang','file','M'),(10362,2,3982,'/module/story/lang/fr.php','/module/story/lang','file','M'),(10363,2,3982,'/module/task/lang/de.php','/module/task/lang','file','M'),(10364,2,3982,'/module/task/lang/fr.php','/module/task/lang','file','M'),(10365,2,3982,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(10366,2,3982,'/module/testcase/lang/fr.php','/module/testcase/lang','file','M'),(10367,2,3982,'/module/testreport/lang/fr.php','/module/testreport/lang','file','M'),(10368,2,3982,'/module/testsuite/lang/de.php','/module/testsuite/lang','file','M'),(10369,2,3982,'/module/testsuite/lang/fr.php','/module/testsuite/lang','file','M'),(10370,2,3982,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(10371,2,3982,'/module/testtask/lang/fr.php','/module/testtask/lang','file','M'),(10372,2,3982,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(10373,2,3982,'/module/tree/lang/de.php','/module/tree/lang','file','M'),(10374,2,3982,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(10375,2,3982,'/module/tree/lang/fr.php','/module/tree/lang','file','M'),(10376,2,3982,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(10377,2,3982,'/module/user/lang/de.php','/module/user/lang','file','M'),(10378,2,3982,'/module/user/lang/en.php','/module/user/lang','file','M'),(10379,2,3982,'/module/user/lang/fr.php','/module/user/lang','file','M'),(10380,2,3982,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(10381,2,3982,'/module/webhook/lang/fr.php','/module/webhook/lang','file','M'),(10382,2,3982,'/tools/check.php','/tools','file','M'),(10383,2,3984,'/module/project/model.php','/module/project','file','M'),(10384,2,3985,'/VERSION','/','file','M'),(10385,2,3985,'/config/config.php','/config','file','M'),(10386,2,3985,'/db/standard/zentao11.6.4.sql','/db/standard','file','A'),(10387,2,3985,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(10388,2,3985,'/module/upgrade/model.php','/module/upgrade','file','M'),(10389,2,3986,'/config/config.php','/config','file','M'),(10390,2,3986,'/config/zentaopms.php','/config','file','M'),(10391,2,3986,'/module/action/lang/fr.php','/module/action/lang','file','A'),(10392,2,3986,'/module/admin/lang/fr.php','/module/admin/lang','file','A'),(10393,2,3986,'/module/api/lang/fr.php','/module/api/lang','file','A'),(10394,2,3986,'/module/backup/lang/fr.php','/module/backup/lang','file','A'),(10395,2,3986,'/module/block/lang/fr.php','/module/block/lang','file','A'),(10396,2,3986,'/module/branch/lang/fr.php','/module/branch/lang','file','A'),(10397,2,3986,'/module/bug/lang/fr.php','/module/bug/lang','file','A'),(10398,2,3986,'/module/build/lang/fr.php','/module/build/lang','file','A'),(10399,2,3986,'/module/common/lang/fr.php','/module/common/lang','file','A'),(10400,2,3986,'/module/company/lang/fr.php','/module/company/lang','file','A'),(10401,2,3986,'/module/convert/lang/fr.php','/module/convert/lang','file','A'),(10402,2,3986,'/module/cron/lang/fr.php','/module/cron/lang','file','A'),(10403,2,3986,'/module/custom/lang/fr.php','/module/custom/lang','file','A'),(10404,2,3986,'/module/datatable/lang/fr.php','/module/datatable/lang','file','A'),(10405,2,3986,'/module/dept/lang/fr.php','/module/dept/lang','file','A'),(10406,2,3986,'/module/dev/lang/fr.php','/module/dev/lang','file','A'),(10407,2,3986,'/module/doc/lang/fr.php','/module/doc/lang','file','A'),(10408,2,3986,'/module/editor/lang/fr.php','/module/editor/lang','file','A'),(10409,2,3986,'/module/entry/lang/fr.php','/module/entry/lang','file','A'),(10410,2,3986,'/module/extension/lang/fr.php','/module/extension/lang','file','A'),(10411,2,3986,'/module/file/lang/fr.php','/module/file/lang','file','A'),(10412,2,3986,'/module/git/lang/fr.php','/module/git/lang','file','A'),(10413,2,3986,'/module/group/lang/fr.php','/module/group/lang','file','A'),(10414,2,3986,'/module/group/lang/resource.php','/module/group/lang','file','M'),(10415,2,3986,'/module/index/lang/fr.php','/module/index/lang','file','A'),(10416,2,3986,'/module/install/lang/fr.php','/module/install/lang','file','A'),(10417,2,3986,'/module/mail/lang/fr.php','/module/mail/lang','file','A'),(10418,2,3986,'/module/message/lang/fr.php','/module/message/lang','file','A'),(10419,2,3986,'/module/misc/lang/fr.php','/module/misc/lang','file','A'),(10420,2,3986,'/module/my/lang/fr.php','/module/my/lang','file','A'),(10421,2,3986,'/module/product/lang/fr.php','/module/product/lang','file','A'),(10422,2,3986,'/module/productplan/lang/fr.php','/module/productplan/lang','file','A'),(10423,2,3986,'/module/project/lang/fr.php','/module/project/lang','file','A'),(10424,2,3986,'/module/qa/lang/fr.php','/module/qa/lang','file','A'),(10425,2,3986,'/module/release/lang/fr.php','/module/release/lang','file','A'),(10426,2,3986,'/module/report/lang/fr.php','/module/report/lang','file','A'),(10427,2,3986,'/module/score/lang/fr.php','/module/score/lang','file','A'),(10428,2,3986,'/module/search/lang/fr.php','/module/search/lang','file','A'),(10429,2,3986,'/module/sso/lang/fr.php','/module/sso/lang','file','A'),(10430,2,3986,'/module/story/lang/fr.php','/module/story/lang','file','A'),(10431,2,3986,'/module/svn/lang/fr.php','/module/svn/lang','file','A'),(10432,2,3986,'/module/task/lang/fr.php','/module/task/lang','file','A'),(10433,2,3986,'/module/testcase/lang/fr.php','/module/testcase/lang','file','A'),(10434,2,3986,'/module/testreport/lang/fr.php','/module/testreport/lang','file','A'),(10435,2,3986,'/module/testsuite/lang/fr.php','/module/testsuite/lang','file','A'),(10436,2,3986,'/module/testtask/lang/fr.php','/module/testtask/lang','file','A'),(10437,2,3986,'/module/todo/lang/fr.php','/module/todo/lang','file','A'),(10438,2,3986,'/module/translate/lang/fr.php','/module/translate/lang','file','A'),(10439,2,3986,'/module/tree/lang/fr.php','/module/tree/lang','file','A'),(10440,2,3986,'/module/tutorial/lang/fr.php','/module/tutorial/lang','file','A'),(10441,2,3986,'/module/upgrade/lang/fr.php','/module/upgrade/lang','file','A'),(10442,2,3986,'/module/user/lang/fr.php','/module/user/lang','file','A'),(10443,2,3986,'/module/webhook/lang/fr.php','/module/webhook/lang','file','A'),(10444,2,3986,'/www/js/kindeditor/lang/fr.js','/www/js/kindeditor/lang','file','A'),(10445,2,3986,'/www/js/ueditor/lang/fr/ancien-en.js','/www/js/ueditor/lang/fr','file','A'),(10446,2,3986,'/www/js/ueditor/lang/fr/fr.js','/www/js/ueditor/lang/fr','file','A'),(10447,2,3986,'/www/js/ueditor/lang/fr/images/addimage.png','/www/js/ueditor/lang/fr/images','file','A'),(10448,2,3986,'/www/js/ueditor/lang/fr/images/alldeletebtnhoverskin.png','/www/js/ueditor/lang/fr/images','file','A'),(10449,2,3986,'/www/js/ueditor/lang/fr/images/alldeletebtnupskin.png','/www/js/ueditor/lang/fr/images','file','A'),(10450,2,3986,'/www/js/ueditor/lang/fr/images/background.png','/www/js/ueditor/lang/fr/images','file','A'),(10451,2,3986,'/www/js/ueditor/lang/fr/images/button.png','/www/js/ueditor/lang/fr/images','file','A'),(10452,2,3986,'/www/js/ueditor/lang/fr/images/copy.png','/www/js/ueditor/lang/fr/images','file','A'),(10453,2,3986,'/www/js/ueditor/lang/fr/images/deletedisable.png','/www/js/ueditor/lang/fr/images','file','A'),(10454,2,3986,'/www/js/ueditor/lang/fr/images/deleteenable.png','/www/js/ueditor/lang/fr/images','file','A'),(10455,2,3986,'/www/js/ueditor/lang/fr/images/listbackground.png','/www/js/ueditor/lang/fr/images','file','A'),(10456,2,3986,'/www/js/ueditor/lang/fr/images/localimage.png','/www/js/ueditor/lang/fr/images','file','A'),(10457,2,3986,'/www/js/ueditor/lang/fr/images/music.png','/www/js/ueditor/lang/fr/images','file','A'),(10458,2,3986,'/www/js/ueditor/lang/fr/images/rotateleftdisable.png','/www/js/ueditor/lang/fr/images','file','A'),(10459,2,3986,'/www/js/ueditor/lang/fr/images/rotateleftenable.png','/www/js/ueditor/lang/fr/images','file','A'),(10460,2,3986,'/www/js/ueditor/lang/fr/images/rotaterightdisable.png','/www/js/ueditor/lang/fr/images','file','A'),(10461,2,3986,'/www/js/ueditor/lang/fr/images/rotaterightenable.png','/www/js/ueditor/lang/fr/images','file','A'),(10462,2,3986,'/www/js/ueditor/lang/fr/images/upload.png','/www/js/ueditor/lang/fr/images','file','A'),(10463,2,3986,'/www/theme/lang/fr.css','/www/theme/lang','file','A'),(10464,2,3988,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(10465,2,3988,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(10466,2,3988,'/module/doc/model.php','/module/doc','file','M'),(10467,2,3988,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(10468,2,3988,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(10469,2,3988,'/module/setting/model.php','/module/setting','file','M'),(10470,2,3988,'/module/tree/control.php','/module/tree','file','M'),(10471,2,3988,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(10472,2,3988,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(10473,2,3988,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(10474,2,3989,'/module/task/model.php','/module/task','file','M'),(10475,2,3990,'/module/dev/model.php','/module/dev','file','M'),(10476,2,3991,'/xuanxuan/module/dev/ext/config/xuanxuan.php','/xuanxuan/module/dev/ext/config','file','M'),(10477,2,3992,'/module/block/control.php','/module/block','file','M'),(10478,2,3992,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(10479,2,3993,'/xuanxuan/module/action/ext/model/hook/create.xuanxuan.php','/xuanxuan/module/action/ext/model/hook','file','M'),(10480,2,3994,'/module/user/model.php','/module/user','file','M'),(10481,2,3994,'/xuanxuan/module/action/ext/model/hook/create.xuanxuan.php','/xuanxuan/module/action/ext/model/hook','file','A'),(10482,2,3995,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(10483,2,3996,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(10484,2,3997,'/module/translate/css/choosemodule.zh-cn.css','/module/translate/css','file','M'),(10485,2,3997,'/module/translate/css/choosemodule.zh-tw.css','/module/translate/css','file','M'),(10486,2,3997,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(10487,2,3997,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(10488,2,3998,'/db/zentao.sql','/db','file','M'),(10489,2,3998,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(10490,2,3998,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(10491,2,4000,'/xuanxuan/module/client/ext/view/checkupgrade.xuanxuan.html.hook.php','/xuanxuan/module/client/ext/view','file','M'),(10492,2,4001,'/www/.htaccess','/www','file','M'),(10493,2,4003,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10494,2,4003,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10495,2,4005,'/module/my/control.php','/module/my','file','M'),(10496,2,4005,'/module/my/js/changepassword.js','/module/my/js','file','A'),(10497,2,4005,'/module/my/js/editprofile.js','/module/my/js','file','M'),(10498,2,4005,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(10499,2,4005,'/module/user/css/batchcreate.zh-cn.css','/module/user/css','file','M'),(10500,2,4005,'/module/user/css/batchcreate.zh-tw.css','/module/user/css','file','M'),(10501,2,4005,'/module/user/js/common.js','/module/user/js','file','M'),(10502,2,4005,'/module/user/js/create.js','/module/user/js','file','M'),(10503,2,4005,'/module/user/js/edit.js','/module/user/js','file','A'),(10504,2,4005,'/module/user/model.php','/module/user','file','M'),(10505,2,4006,'/framework/base/router.class.php','/framework/base','file','M'),(10506,2,4007,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10507,2,4009,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10508,2,4011,'/module/editor/control.php','/module/editor','file','M'),(10509,2,4011,'/module/editor/model.php','/module/editor','file','M'),(10510,2,4013,'/module/common/view/action.html.php','/module/common/view','file','M'),(10511,2,4013,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(10512,2,4014,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(10513,2,4014,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(10514,2,4016,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(10515,2,4016,'/module/testcase/js/showimport.js','/module/testcase/js','file','M'),(10516,2,4018,'/module/task/lang/en.php','/module/task/lang','file','M'),(10517,2,4018,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(10518,2,4018,'/module/task/model.php','/module/task','file','M'),(10519,2,4019,'/module/task/control.php','/module/task','file','M'),(10520,2,4021,'/lib/api/api.class.php','/lib/api','file','M'),(10521,2,4022,'/module/todo/control.php','/module/todo','file','M'),(10522,2,4022,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(10523,2,4024,'/module/task/lang/en.php','/module/task/lang','file','M'),(10524,2,4024,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(10525,2,4024,'/module/task/model.php','/module/task','file','M'),(10526,2,4026,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(10527,2,4027,'/module/bug/control.php','/module/bug','file','M'),(10528,2,4027,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(10529,2,4028,'/module/testcase/control.php','/module/testcase','file','M'),(10530,2,4029,'/module/tree/css/edit.css','/module/tree/css','file','D'),(10531,2,4031,'/module/bug/model.php','/module/bug','file','M'),(10532,2,4033,'/module/action/model.php','/module/action','file','M'),(10533,2,4033,'/module/testcase/control.php','/module/testcase','file','M'),(10534,2,4033,'/module/testtask/control.php','/module/testtask','file','M'),(10535,2,4033,'/module/testtask/model.php','/module/testtask','file','M'),(10536,2,4034,'/module/testtask/model.php','/module/testtask','file','M'),(10537,2,4036,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(10538,2,4038,'/module/bug/control.php','/module/bug','file','M'),(10539,2,4038,'/module/caselib/control.php','/module/caselib','file','M'),(10540,2,4038,'/module/task/control.php','/module/task','file','M'),(10541,2,4038,'/module/testcase/control.php','/module/testcase','file','M'),(10542,2,4038,'/module/testsuite/control.php','/module/testsuite','file','M'),(10543,2,4039,'/module/task/model.php','/module/task','file','M'),(10544,2,4039,'/module/task/view/activate.html.php','/module/task/view','file','M'),(10545,2,4040,'/module/user/control.php','/module/user','file','M'),(10546,2,4041,'/module/task/model.php','/module/task','file','M'),(10547,2,4042,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(10548,2,4044,'/module/doc/model.php','/module/doc','file','M'),(10549,2,4046,'/module/action/lang/en.php','/module/action/lang','file','M'),(10550,2,4046,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(10551,2,4046,'/module/action/model.php','/module/action','file','M'),(10552,2,4046,'/module/task/control.php','/module/task','file','M'),(10553,2,4047,'/module/story/model.php','/module/story','file','M'),(10554,2,4049,'/module/caselib/config.php','/module/caselib','file','A'),(10555,2,4049,'/module/caselib/control.php','/module/caselib','file','A'),(10556,2,4049,'/module/caselib/css/batchcreatecase.css','/module/caselib/css','file','A'),(10557,2,4049,'/module/caselib/css/browse.css','/module/caselib/css','file','A'),(10558,2,4049,'/module/caselib/css/createcase.css','/module/caselib/css','file','A'),(10559,2,4049,'/module/caselib/css/showimport.css','/module/caselib/css','file','A'),(10560,2,4049,'/module/caselib/js/browse.js','/module/caselib/js','file','A'),(10561,2,4049,'/module/caselib/js/createcase.js','/module/caselib/js','file','A'),(10562,2,4049,'/module/caselib/lang/en.php','/module/caselib/lang','file','A'),(10563,2,4049,'/module/caselib/lang/zh-cn.php','/module/caselib/lang','file','A'),(10564,2,4049,'/module/caselib/model.php','/module/caselib','file','A'),(10565,2,4049,'/module/caselib/view/ajaxgetdropmenu.html.php','/module/caselib/view','file','A'),(10566,2,4049,'/module/caselib/view/batchcreatecase.html.php','/module/caselib/view','file','A'),(10567,2,4049,'/module/caselib/view/browse.html.php','/module/caselib/view','file','A'),(10568,2,4049,'/module/caselib/view/create.html.php','/module/caselib/view','file','A'),(10569,2,4049,'/module/caselib/view/createcase.html.php','/module/caselib/view','file','A'),(10570,2,4049,'/module/caselib/view/edit.html.php','/module/caselib/view','file','A'),(10571,2,4049,'/module/caselib/view/exporttemplet.html.php','/module/caselib/view','file','A'),(10572,2,4049,'/module/caselib/view/import.html.php','/module/caselib/view','file','A'),(10573,2,4049,'/module/caselib/view/showimport.html.php','/module/caselib/view','file','A'),(10574,2,4049,'/module/caselib/view/view.html.php','/module/caselib/view','file','A'),(10575,2,4049,'/module/common/lang/en.php','/module/common/lang','file','M'),(10576,2,4049,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(10577,2,4049,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(10578,2,4049,'/module/common/model.php','/module/common','file','M'),(10579,2,4049,'/module/custom/config.php','/module/custom','file','M'),(10580,2,4049,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(10581,2,4049,'/module/group/control.php','/module/group','file','M'),(10582,2,4049,'/module/group/lang/resource.php','/module/group/lang','file','M'),(10583,2,4049,'/module/group/model.php','/module/group','file','M'),(10584,2,4049,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(10585,2,4049,'/module/testsuite/config.php','/module/testsuite','file','M'),(10586,2,4049,'/module/testsuite/control.php','/module/testsuite','file','M'),(10587,2,4049,'/module/testsuite/css/batchcreatecase.css','/module/testsuite/css','file','D'),(10588,2,4049,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','D'),(10589,2,4049,'/module/testsuite/css/library.css','/module/testsuite/css','file','D'),(10590,2,4049,'/module/testsuite/css/showimport.css','/module/testsuite/css','file','D'),(10591,2,4049,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','D'),(10592,2,4049,'/module/testsuite/js/library.js','/module/testsuite/js','file','D'),(10593,2,4049,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(10594,2,4049,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(10595,2,4049,'/module/testsuite/model.php','/module/testsuite','file','M'),(10596,2,4049,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','D'),(10597,2,4049,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','D'),(10598,2,4049,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','D'),(10599,2,4049,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','D'),(10600,2,4049,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','D'),(10601,2,4049,'/module/testsuite/view/import.html.php','/module/testsuite/view','file','D'),(10602,2,4049,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','D'),(10603,2,4049,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','D'),(10604,2,4049,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','D'),(10605,2,4049,'/module/tree/control.php','/module/tree','file','M'),(10606,2,4049,'/module/upgrade/model.php','/module/upgrade','file','M'),(10607,2,4050,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(10608,2,4052,'/module/project/model.php','/module/project','file','M'),(10609,2,4053,'/www/js/my.full.js','/www/js','file','M'),(10610,2,4055,'/module/user/control.php','/module/user','file','M'),(10611,2,4055,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(10612,2,4055,'/module/user/view/deny.html.php','/module/user/view','file','M'),(10613,2,4057,'/module/task/model.php','/module/task','file','M'),(10614,2,4059,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(10615,2,4059,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(10616,2,4060,'/module/bug/css/create.css','/module/bug/css','file','M'),(10617,2,4061,'/module/project/model.php','/module/project','file','M'),(10618,2,4062,'/module/testcase/control.php','/module/testcase','file','M'),(10619,2,4062,'/module/testcase/model.php','/module/testcase','file','M'),(10620,2,4063,'/module/common/view/action.html.php','/module/common/view','file','M'),(10621,2,4064,'/module/task/model.php','/module/task','file','M'),(10622,2,4065,'/module/user/model.php','/module/user','file','M'),(10623,2,4066,'/module/product/css/roadmap.css','/module/product/css','file','M'),(10624,2,4066,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(10625,2,4067,'/module/dev/model.php','/module/dev','file','M'),(10626,2,4068,'/module/task/lang/en.php','/module/task/lang','file','M'),(10627,2,4068,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(10628,2,4068,'/module/task/model.php','/module/task','file','M'),(10629,2,4069,'/module/doc/model.php','/module/doc','file','M'),(10630,2,4070,'/module/block/control.php','/module/block','file','M'),(10631,2,4070,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(10632,2,4071,'/module/task/model.php','/module/task','file','M'),(10633,2,4072,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(10634,2,4073,'/module/common/model.php','/module/common','file','M'),(10635,2,4074,'/framework/helper.class.php','/framework','file','M'),(10636,2,4075,'/module/common/model.php','/module/common','file','M'),(10637,2,4075,'/module/entry/config.php','/module/entry','file','M'),(10638,2,4075,'/module/entry/lang/de.php','/module/entry/lang','file','M'),(10639,2,4075,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(10640,2,4075,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(10641,2,4075,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(10642,2,4076,'/module/task/model.php','/module/task','file','M'),(10643,2,4077,'/doc/CHANGELOG','/doc','file','M'),(10644,2,4077,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10645,2,4077,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10646,2,4077,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10647,2,4077,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10648,2,4078,'/module/task/model.php','/module/task','file','M'),(10649,2,4079,'/module/testcase/model.php','/module/testcase','file','M'),(10650,2,4079,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10651,2,4080,'/VERSION','/','file','M'),(10652,2,4080,'/config/config.php','/config','file','M'),(10653,2,4080,'/db/standard/zentao11.6.3.sql','/db/standard','file','A'),(10654,2,4080,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(10655,2,4080,'/module/upgrade/model.php','/module/upgrade','file','M'),(10656,2,4081,'/module/api/control.php','/module/api','file','M'),(10657,2,4081,'/module/file/model.php','/module/file','file','M'),(10658,2,4081,'/module/task/model.php','/module/task','file','M'),(10659,2,4081,'/module/testcase/control.php','/module/testcase','file','M'),(10660,2,4081,'/module/testtask/control.php','/module/testtask','file','M'),(10661,2,4082,'/module/tree/model.php','/module/tree','file','M'),(10662,2,4083,'/module/tree/css/edit.zh-cn.css','/module/tree/css','file','M'),(10663,2,4083,'/module/tree/css/edit.zh-tw.css','/module/tree/css','file','M'),(10664,2,4084,'/module/project/view/story.html.php','/module/project/view','file','M'),(10665,2,4084,'/module/story/model.php','/module/story','file','M'),(10666,2,4085,'/module/project/control.php','/module/project','file','M'),(10667,2,4085,'/module/project/model.php','/module/project','file','M'),(10668,2,4087,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10669,2,4087,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10670,2,4088,'/module/upgrade/model.php','/module/upgrade','file','M'),(10671,2,4089,'/module/block/control.php','/module/block','file','M'),(10672,2,4090,'/framework/helper.class.php','/framework','file','M'),(10673,2,4091,'/db/zentao.sql','/db','file','M'),(10674,2,4092,'/module/testtask/control.php','/module/testtask','file','M'),(10675,2,4093,'/module/testtask/model.php','/module/testtask','file','M'),(10676,2,4094,'/www/js/zui/min.js','/www/js/zui','file','M'),(10677,2,4096,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(10678,2,4097,'/module/message/lang/de.php','/module/message/lang','file','M'),(10679,2,4097,'/module/message/lang/en.php','/module/message/lang','file','M'),(10680,2,4098,'/module/tree/lang/de.php','/module/tree/lang','file','M'),(10681,2,4098,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(10682,2,4099,'/doc/CHANGELOG','/doc','file','M'),(10683,2,4100,'/doc/CHANGELOG','/doc','file','M'),(10684,2,4100,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10685,2,4100,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10686,2,4100,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10687,2,4100,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10688,2,4101,'/module/upgrade/model.php','/module/upgrade','file','M'),(10689,2,4102,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(10690,2,4102,'/lib/filter/filter.class.php','/lib/filter','file','M'),(10691,2,4102,'/module/action/model.php','/module/action','file','M'),(10692,2,4103,'/module/install/lang/en.php','/module/install/lang','file','M'),(10693,2,4103,'/www/theme/default/images/main/zdoo.ico','/www/theme/default/images/main','file','A'),(10694,2,4104,'/module/message/config.php','/module/message','file','M'),(10695,2,4104,'/module/message/lang/zh-tw.php','/module/message/lang','file','M'),(10696,2,4105,'/module/message/control.php','/module/message','file','M'),(10697,2,4105,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(10698,2,4105,'/module/message/view/browser.html.php','/module/message/view','file','M'),(10699,2,4106,'/module/tree/lang/de.php','/module/tree/lang','file','M'),(10700,2,4106,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(10701,2,4107,'/config/filter.php','/config','file','M'),(10702,2,4107,'/module/project/control.php','/module/project','file','M'),(10703,2,4107,'/module/project/js/story.js','/module/project/js','file','M'),(10704,2,4107,'/module/project/view/story.html.php','/module/project/view','file','M'),(10705,2,4107,'/module/story/model.php','/module/story','file','M'),(10706,2,4107,'/module/tree/model.php','/module/tree','file','M'),(10707,2,4108,'/module/block/model.php','/module/block','file','M'),(10708,2,4108,'/module/project/model.php','/module/project','file','M'),(10709,2,4108,'/module/task/model.php','/module/task','file','M'),(10710,2,4109,'/module/file/model.php','/module/file','file','M'),(10711,2,4110,'/module/product/css/project.css','/module/product/css','file','M'),(10712,2,4110,'/module/product/view/project.html.php','/module/product/view','file','M'),(10713,2,4111,'/module/block/control.php','/module/block','file','M'),(10714,2,4111,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(10715,2,4112,'/VERSION','/','file','M'),(10716,2,4112,'/config/config.php','/config','file','M'),(10717,2,4112,'/db/standard/zentao11.6.2.sql','/db/standard','file','A'),(10718,2,4112,'/db/zentao.sql','/db','file','M'),(10719,2,4112,'/module/common/lang/de.php','/module/common/lang','file','M'),(10720,2,4112,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(10721,2,4112,'/module/group/lang/de.php','/module/group/lang','file','M'),(10722,2,4112,'/module/group/lang/en.php','/module/group/lang','file','M'),(10723,2,4112,'/module/group/lang/resource.php','/module/group/lang','file','M'),(10724,2,4112,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(10725,2,4112,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(10726,2,4112,'/module/install/lang/de.php','/module/install/lang','file','M'),(10727,2,4112,'/module/install/lang/en.php','/module/install/lang','file','M'),(10728,2,4112,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(10729,2,4112,'/module/message/lang/de.php','/module/message/lang','file','M'),(10730,2,4112,'/module/message/lang/en.php','/module/message/lang','file','M'),(10731,2,4112,'/module/message/lang/zh-tw.php','/module/message/lang','file','M'),(10732,2,4112,'/module/project/lang/de.php','/module/project/lang','file','M'),(10733,2,4112,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(10734,2,4112,'/module/release/lang/de.php','/module/release/lang','file','M'),(10735,2,4112,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(10736,2,4112,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(10737,2,4112,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(10738,2,4112,'/module/upgrade/model.php','/module/upgrade','file','M'),(10739,2,4112,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(10740,2,4113,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(10741,2,4114,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(10742,2,4115,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10743,2,4115,'/module/install/model.php','/module/install','file','M'),(10744,2,4115,'/module/install/view/step2.html.php','/module/install/view','file','M'),(10745,2,4115,'/module/install/view/step3.html.php','/module/install/view','file','M'),(10746,2,4116,'/module/doc/css/common.css','/module/doc/css','file','M'),(10747,2,4116,'/www/theme/default/style.css','/www/theme/default','file','M'),(10748,2,4117,'/module/common/view/footer.html.php','/module/common/view','file','M'),(10749,2,4117,'/module/file/config.php','/module/file','file','M'),(10750,2,4117,'/module/file/model.php','/module/file','file','M'),(10751,2,4117,'/www/js/my.full.js','/www/js','file','M'),(10752,2,4118,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(10753,2,4119,'/bin/init.bat','/bin','file','M'),(10754,2,4119,'/bin/init.sh','/bin','file','M'),(10755,2,4120,'/module/project/view/task.html.php','/module/project/view','file','M'),(10756,2,4122,'/module/release/model.php','/module/release','file','M'),(10757,2,4123,'/module/productplan/model.php','/module/productplan','file','M'),(10758,2,4124,'/module/common/view/footer.html.php','/module/common/view','file','M'),(10759,2,4124,'/www/js/my.full.js','/www/js','file','M'),(10760,2,4124,'/www/js/zui/min.js','/www/js/zui','file','M'),(10761,2,4126,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(10762,2,4126,'/module/task/js/recordestimate.js','/module/task/js','file','M'),(10763,2,4127,'/module/common/model.php','/module/common','file','M'),(10764,2,4127,'/module/project/js/story.js','/module/project/js','file','M'),(10765,2,4128,'/module/translate/control.php','/module/translate','file','M'),(10766,2,4129,'/module/common/model.php','/module/common','file','M'),(10767,2,4130,'/module/common/model.php','/module/common','file','M'),(10768,2,4131,'/module/search/model.php','/module/search','file','M'),(10769,2,4132,'/module/upgrade/model.php','/module/upgrade','file','M'),(10770,2,4134,'/module/doc/css/common.css','/module/doc/css','file','M'),(10771,2,4136,'/module/testsuite/control.php','/module/testsuite','file','M'),(10772,2,4136,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(10773,2,4137,'/module/doc/css/objectlibs.css','/module/doc/css','file','M'),(10774,2,4138,'/module/testcase/model.php','/module/testcase','file','M'),(10775,2,4140,'/module/doc/css/common.css','/module/doc/css','file','M'),(10776,2,4141,'/module/doc/model.php','/module/doc','file','M'),(10777,2,4142,'/module/testcase/model.php','/module/testcase','file','M'),(10778,2,4144,'/module/testreport/control.php','/module/testreport','file','M'),(10779,2,4144,'/module/testreport/model.php','/module/testreport','file','M'),(10780,2,4145,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(10781,2,4147,'/module/testtask/model.php','/module/testtask','file','M'),(10782,2,4150,'/module/project/model.php','/module/project','file','M'),(10783,2,4150,'/module/project/view/team.html.php','/module/project/view','file','M'),(10784,2,4151,'/module/tree/model.php','/module/tree','file','M'),(10785,2,4153,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(10786,2,4153,'/module/story/view/edit.html.php','/module/story/view','file','M'),(10787,2,4153,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(10788,2,4154,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(10789,2,4156,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(10790,2,4156,'/module/project/lang/en.php','/module/project/lang','file','M'),(10791,2,4156,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(10792,2,4156,'/module/task/model.php','/module/task','file','M'),(10793,2,4158,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10794,2,4160,'/module/testcase/model.php','/module/testcase','file','M'),(10795,2,4161,'/module/story/model.php','/module/story','file','M'),(10796,2,4163,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(10797,2,4164,'/module/testcase/css/view.zh-cn.css','/module/testcase/css','file','M'),(10798,2,4164,'/module/testcase/css/view.zh-tw.css','/module/testcase/css','file','M'),(10799,2,4164,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(10800,2,4166,'/module/story/model.php','/module/story','file','M'),(10801,2,4168,'/module/task/model.php','/module/task','file','M'),(10802,2,4170,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(10803,2,4171,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(10804,2,4173,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(10805,2,4175,'/module/block/control.php','/module/block','file','M'),(10806,2,4175,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(10807,2,4177,'/module/project/model.php','/module/project','file','M'),(10808,2,4179,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(10809,2,4181,'/module/project/model.php','/module/project','file','M'),(10810,2,4182,'/module/block/control.php','/module/block','file','M'),(10811,2,4184,'/module/productplan/model.php','/module/productplan','file','M'),(10812,2,4184,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(10813,2,4186,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(10814,2,4186,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(10815,2,4186,'/module/product/control.php','/module/product','file','M'),(10816,2,4186,'/module/product/view/project.html.php','/module/product/view','file','M'),(10817,2,4187,'/module/block/control.php','/module/block','file','M'),(10818,2,4187,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(10819,2,4188,'/module/block/model.php','/module/block','file','M'),(10820,2,4188,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(10821,2,4188,'/module/project/view/all.html.php','/module/project/view','file','M'),(10822,2,4189,'/module/bug/model.php','/module/bug','file','M'),(10823,2,4189,'/module/mail/control.php','/module/mail','file','M'),(10824,2,4189,'/module/project/control.php','/module/project','file','M'),(10825,2,4189,'/module/project/view/bug.html.php','/module/project/view','file','M'),(10826,2,4190,'/module/release/control.php','/module/release','file','M'),(10827,2,4190,'/module/release/lang/en.php','/module/release/lang','file','M'),(10828,2,4190,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(10829,2,4190,'/module/release/model.php','/module/release','file','M'),(10830,2,4190,'/module/release/view/browse.html.php','/module/release/view','file','M'),(10831,2,4191,'/config/filter.php','/config','file','M'),(10832,2,4191,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(10833,2,4191,'/module/project/control.php','/module/project','file','M'),(10834,2,4191,'/module/project/view/story.html.php','/module/project/view','file','M'),(10835,2,4191,'/module/story/model.php','/module/story','file','M'),(10836,2,4192,'/module/dept/model.php','/module/dept','file','M'),(10837,2,4193,'/module/upgrade/config.php','/module/upgrade','file','M'),(10838,2,4193,'/module/upgrade/model.php','/module/upgrade','file','M'),(10839,2,4193,'/module/webhook/lang/de.php','/module/webhook/lang','file','M'),(10840,2,4193,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(10841,2,4193,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(10842,2,4194,'/module/common/lang/en.php','/module/common/lang','file','M'),(10843,2,4194,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(10844,2,4194,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(10845,2,4194,'/module/common/view/footer.html.php','/module/common/view','file','M'),(10846,2,4194,'/module/message/config.php','/module/message','file','M'),(10847,2,4194,'/module/message/control.php','/module/message','file','M'),(10848,2,4194,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(10849,2,4194,'/module/message/view/browser.html.php','/module/message/view','file','A'),(10850,2,4195,'/module/project/css/team.css','/module/project/css','file','M'),(10851,2,4195,'/module/project/view/team.html.php','/module/project/view','file','M'),(10852,2,4196,'/module/action/model.php','/module/action','file','M'),(10853,2,4197,'/module/user/model.php','/module/user','file','M'),(10854,2,4198,'/module/user/model.php','/module/user','file','M'),(10855,2,4199,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(10856,2,4201,'/doc/CHANGELOG','/doc','file','M'),(10857,2,4201,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10858,2,4201,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(10859,2,4201,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10860,2,4201,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10861,2,4202,'/module/group/css/managepriv.css','/module/group/css','file','M'),(10862,2,4202,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(10863,2,4204,'/module/install/lang/de.php','/module/install/lang','file','M'),(10864,2,4204,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10865,2,4204,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(10866,2,4204,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10867,2,4204,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(10868,2,4204,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(10869,2,4204,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(10870,2,4204,'/module/task/lang/de.php','/module/task/lang','file','M'),(10871,2,4204,'/module/task/lang/en.php','/module/task/lang','file','M'),(10872,2,4204,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(10873,2,4204,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(10874,2,4204,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(10875,2,4205,'/module/project/css/kanban.css','/module/project/css','file','M'),(10876,2,4205,'/module/project/js/kanban.js','/module/project/js','file','M'),(10877,2,4206,'/module/install/css/common.css','/module/install/css','file','M'),(10878,2,4206,'/module/install/css/index.css','/module/install/css','file','M'),(10879,2,4206,'/module/install/css/index.en.css','/module/install/css','file','A'),(10880,2,4206,'/module/install/view/index.html.php','/module/install/view','file','M'),(10881,2,4206,'/module/install/view/license.html.php','/module/install/view','file','M'),(10882,2,4206,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(10883,2,4207,'/module/testsuite/control.php','/module/testsuite','file','M'),(10884,2,4208,'/module/install/lang/en.php','/module/install/lang','file','M'),(10885,2,4208,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10886,2,4208,'/module/upgrade/css/afterexec.en.css','/module/upgrade/css','file','A'),(10887,2,4208,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(10888,2,4208,'/www/theme/default/images/main/chanzhi.ico','/www/theme/default/images/main','file','M'),(10889,2,4208,'/www/theme/default/images/main/meshiot.ico','/www/theme/default/images/main','file','M'),(10890,2,4208,'/www/theme/default/images/main/ranzhi.ico','/www/theme/default/images/main','file','M'),(10891,2,4208,'/www/theme/default/images/main/xuanxuan.ico','/www/theme/default/images/main','file','M'),(10892,2,4208,'/www/theme/default/images/main/ydisk.ico','/www/theme/default/images/main','file','M'),(10893,2,4209,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(10894,2,4209,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(10895,2,4209,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(10896,2,4210,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(10897,2,4211,'/module/doc/css/common.css','/module/doc/css','file','M'),(10898,2,4211,'/module/doc/model.php','/module/doc','file','M'),(10899,2,4212,'/module/doc/css/common.css','/module/doc/css','file','M'),(10900,2,4212,'/module/doc/css/common.en.css','/module/doc/css','file','A'),(10901,2,4212,'/module/doc/model.php','/module/doc','file','M'),(10902,2,4213,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(10903,2,4214,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(10904,2,4214,'/module/testtask/model.php','/module/testtask','file','M'),(10905,2,4214,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(10906,2,4215,'/module/release/model.php','/module/release','file','M'),(10907,2,4215,'/module/task/model.php','/module/task','file','M'),(10908,2,4217,'/module/common/lang/en.php','/module/common/lang','file','M'),(10909,2,4217,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(10910,2,4218,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(10911,2,4219,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(10912,2,4220,'/module/action/model.php','/module/action','file','M'),(10913,2,4221,'/module/testcase/model.php','/module/testcase','file','M'),(10914,2,4222,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(10915,2,4224,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(10916,2,4225,'/module/project/js/kanban.js','/module/project/js','file','M'),(10917,2,4226,'/module/testcase/model.php','/module/testcase','file','M'),(10918,2,4227,'/module/project/js/kanban.js','/module/project/js','file','M'),(10919,2,4229,'/www/theme/default/style.css','/www/theme/default','file','M'),(10920,2,4230,'/module/project/js/kanban.js','/module/project/js','file','M'),(10921,2,4231,'/module/productplan/control.php','/module/productplan','file','M'),(10922,2,4231,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(10923,2,4231,'/module/productplan/model.php','/module/productplan','file','M'),(10924,2,4231,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(10925,2,4231,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(10926,2,4231,'/module/task/control.php','/module/task','file','M'),(10927,2,4231,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(10928,2,4231,'/module/task/model.php','/module/task','file','M'),(10929,2,4232,'/module/bug/control.php','/module/bug','file','M'),(10930,2,4233,'/module/build/js/view.js','/module/build/js','file','M'),(10931,2,4233,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(10932,2,4233,'/module/release/js/view.js','/module/release/js','file','M'),(10933,2,4235,'/module/user/model.php','/module/user','file','M'),(10934,2,4237,'/module/doc/control.php','/module/doc','file','M'),(10935,2,4237,'/module/doc/model.php','/module/doc','file','M'),(10936,2,4237,'/module/extension/lang/de.php','/module/extension/lang','file','M'),(10937,2,4237,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(10938,2,4237,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(10939,2,4237,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(10940,2,4237,'/module/group/lang/resource.php','/module/group/lang','file','M'),(10941,2,4238,'/module/project/css/view.css','/module/project/css','file','M'),(10942,2,4238,'/module/project/lang/de.php','/module/project/lang','file','M'),(10943,2,4238,'/module/project/lang/en.php','/module/project/lang','file','M'),(10944,2,4239,'/module/doc/model.php','/module/doc','file','M'),(10945,2,4240,'/framework/base/router.class.php','/framework/base','file','M'),(10946,2,4241,'/framework/base/helper.class.php','/framework/base','file','M'),(10947,2,4242,'/module/install/view/index.html.php','/module/install/view','file','M'),(10948,2,4243,'/module/project/control.php','/module/project','file','M'),(10949,2,4244,'/module/release/view/create.html.php','/module/release/view','file','M'),(10950,2,4245,'/module/task/css/view.css','/module/task/css','file','M'),(10951,2,4245,'/module/task/css/view.en.css','/module/task/css','file','M'),(10952,2,4245,'/module/task/css/view.zh-cn.css','/module/task/css','file','M'),(10953,2,4245,'/module/task/css/view.zh-tw.css','/module/task/css','file','M'),(10954,2,4246,'/module/project/js/kanban.js','/module/project/js','file','M'),(10955,2,4247,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(10956,2,4247,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(10957,2,4247,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(10958,2,4247,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(10959,2,4247,'/module/report/view/workload.html.php','/module/report/view','file','M'),(10960,2,4248,'/module/translate/control.php','/module/translate','file','M'),(10961,2,4249,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(10962,2,4249,'/module/tutorial/view/start.html.php','/module/tutorial/view','file','M'),(10963,2,4250,'/module/user/js/batchcreate.js','/module/user/js','file','M'),(10964,2,4251,'/module/user/lang/de.php','/module/user/lang','file','M'),(10965,2,4251,'/module/user/lang/en.php','/module/user/lang','file','M'),(10966,2,4251,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(10967,2,4252,'/module/user/view/deny.html.php','/module/user/view','file','M'),(10968,2,4253,'/module/user/view/login.html.php','/module/user/view','file','M'),(10969,2,4254,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(10970,2,4256,'/lib/pager/pager.class.php','/lib/pager','file','M'),(10971,2,4257,'/module/release/lang/en.php','/module/release/lang','file','M'),(10972,2,4258,'/module/install/lang/en.php','/module/install/lang','file','M'),(10973,2,4259,'/module/product/view/close.html.php','/module/product/view','file','M'),(10974,2,4261,'/module/install/lang/en.php','/module/install/lang','file','M'),(10975,2,4262,'/module/story/css/creat.en.css','/module/story/css','file','D'),(10976,2,4262,'/module/story/css/create.en.css','/module/story/css','file','A'),(10977,2,4262,'/module/story/model.php','/module/story','file','M'),(10978,2,4263,'/VERSION','/','file','M'),(10979,2,4263,'/config/config.php','/config','file','M'),(10980,2,4263,'/db/standard/zentao11.6.1.sql','/db/standard','file','A'),(10981,2,4263,'/db/zentao.sql','/db','file','M'),(10982,2,4263,'/module/action/lang/de.php','/module/action/lang','file','M'),(10983,2,4263,'/module/branch/lang/de.php','/module/branch/lang','file','M'),(10984,2,4263,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(10985,2,4263,'/module/dept/lang/de.php','/module/dept/lang','file','M'),(10986,2,4263,'/module/install/lang/de.php','/module/install/lang','file','M'),(10987,2,4263,'/module/install/lang/en.php','/module/install/lang','file','M'),(10988,2,4263,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(10989,2,4263,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(10990,2,4263,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(10991,2,4263,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(10992,2,4263,'/module/product/lang/de.php','/module/product/lang','file','M'),(10993,2,4263,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(10994,2,4263,'/module/project/lang/de.php','/module/project/lang','file','M'),(10995,2,4263,'/module/release/lang/de.php','/module/release/lang','file','M'),(10996,2,4263,'/module/release/lang/en.php','/module/release/lang','file','M'),(10997,2,4263,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(10998,2,4263,'/module/story/lang/de.php','/module/story/lang','file','M'),(10999,2,4263,'/module/task/lang/de.php','/module/task/lang','file','M'),(11000,2,4263,'/module/testcase/lang/de.php','/module/testcase/lang','file','M'),(11001,2,4263,'/module/testreport/lang/de.php','/module/testreport/lang','file','M'),(11002,2,4263,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(11003,2,4263,'/module/testsuite/lang/de.php','/module/testsuite/lang','file','M'),(11004,2,4263,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(11005,2,4263,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(11006,2,4263,'/module/upgrade/model.php','/module/upgrade','file','M'),(11007,2,4263,'/module/user/lang/de.php','/module/user/lang','file','M'),(11008,2,4263,'/module/user/lang/en.php','/module/user/lang','file','M'),(11009,2,4263,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(11010,2,4264,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(11011,2,4266,'/module/testreport/js/view.js','/module/testreport/js','file','M'),(11012,2,4267,'/module/bug/control.php','/module/bug','file','M'),(11013,2,4269,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(11014,2,4269,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(11015,2,4270,'/module/testsuite/control.php','/module/testsuite','file','M'),(11016,2,4271,'/module/build/js/view.js','/module/build/js','file','M'),(11017,2,4271,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(11018,2,4271,'/module/release/js/view.js','/module/release/js','file','M'),(11019,2,4271,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(11020,2,4271,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(11021,2,4272,'/module/my/css/profile.css','/module/my/css','file','M'),(11022,2,4272,'/module/my/css/profile.en.css','/module/my/css','file','A'),(11023,2,4272,'/module/my/css/profile.zh-cn.css','/module/my/css','file','A'),(11024,2,4272,'/module/my/css/profile.zh-tw.css','/module/my/css','file','A'),(11025,2,4272,'/module/my/view/profile.html.php','/module/my/view','file','M'),(11026,2,4272,'/module/user/css/profile.css','/module/user/css','file','M'),(11027,2,4272,'/module/user/css/profile.en.css','/module/user/css','file','A'),(11028,2,4272,'/module/user/css/profile.zh-cn.css','/module/user/css','file','A'),(11029,2,4272,'/module/user/css/profile.zh-tw.css','/module/user/css','file','A'),(11030,2,4272,'/module/user/view/profile.html.php','/module/user/view','file','M'),(11031,2,4273,'/module/project/control.php','/module/project','file','M'),(11032,2,4273,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(11033,2,4273,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(11034,2,4273,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(11035,2,4274,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(11036,2,4275,'/module/doc/control.php','/module/doc','file','M'),(11037,2,4275,'/module/doc/model.php','/module/doc','file','M'),(11038,2,4276,'/module/file/config.php','/module/file','file','M'),(11039,2,4276,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(11040,2,4277,'/module/task/model.php','/module/task','file','M'),(11041,2,4278,'/module/action/model.php','/module/action','file','M'),(11042,2,4279,'/www/theme/default/images/main/chanzhi.ico','/www/theme/default/images/main','file','A'),(11043,2,4279,'/www/theme/default/images/main/meshiot.ico','/www/theme/default/images/main','file','A'),(11044,2,4279,'/www/theme/default/images/main/meshiot.png','/www/theme/default/images/main','file','A'),(11045,2,4279,'/www/theme/default/images/main/ranzhi.ico','/www/theme/default/images/main','file','A'),(11046,2,4279,'/www/theme/default/images/main/xuanxuan.ico','/www/theme/default/images/main','file','A'),(11047,2,4279,'/www/theme/default/images/main/ydisk.ico','/www/theme/default/images/main','file','A'),(11048,2,4279,'/www/theme/default/images/main/ydisk.png','/www/theme/default/images/main','file','A'),(11049,2,4281,'/module/common/model.php','/module/common','file','M'),(11050,2,4281,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(11051,2,4281,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(11052,2,4281,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(11053,2,4282,'/module/group/css/managepriv.css','/module/group/css','file','M'),(11054,2,4282,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(11055,2,4283,'/framework/control.class.php','/framework','file','M'),(11056,2,4283,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(11057,2,4283,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(11058,2,4283,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(11059,2,4283,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(11060,2,4283,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(11061,2,4283,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11062,2,4283,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(11063,2,4283,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11064,2,4283,'/module/build/view/view.html.php','/module/build/view','file','M'),(11065,2,4283,'/module/product/view/close.html.php','/module/product/view','file','M'),(11066,2,4283,'/module/product/view/create.html.php','/module/product/view','file','M'),(11067,2,4283,'/module/product/view/edit.html.php','/module/product/view','file','M'),(11068,2,4283,'/module/product/view/view.html.php','/module/product/view','file','M'),(11069,2,4283,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(11070,2,4283,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11071,2,4283,'/module/project/view/close.html.php','/module/project/view','file','M'),(11072,2,4283,'/module/project/view/create.html.php','/module/project/view','file','M'),(11073,2,4283,'/module/project/view/edit.html.php','/module/project/view','file','M'),(11074,2,4283,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(11075,2,4283,'/module/project/view/view.html.php','/module/project/view','file','M'),(11076,2,4283,'/module/release/view/create.html.php','/module/release/view','file','M'),(11077,2,4283,'/module/release/view/edit.html.php','/module/release/view','file','M'),(11078,2,4283,'/module/release/view/view.html.php','/module/release/view','file','M'),(11079,2,4283,'/module/story/view/activate.html.php','/module/story/view','file','M'),(11080,2,4283,'/module/story/view/assignto.html.php','/module/story/view','file','M'),(11081,2,4283,'/module/story/view/change.html.php','/module/story/view','file','M'),(11082,2,4283,'/module/story/view/close.html.php','/module/story/view','file','M'),(11083,2,4283,'/module/story/view/create.html.php','/module/story/view','file','M'),(11084,2,4283,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11085,2,4283,'/module/story/view/review.html.php','/module/story/view','file','M'),(11086,2,4283,'/module/story/view/view.html.php','/module/story/view','file','M'),(11087,2,4283,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(11088,2,4283,'/module/task/view/close.html.php','/module/task/view','file','M'),(11089,2,4283,'/module/task/view/create.html.php','/module/task/view','file','M'),(11090,2,4283,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11091,2,4283,'/module/task/view/pause.html.php','/module/task/view','file','M'),(11092,2,4283,'/module/task/view/view.html.php','/module/task/view','file','M'),(11093,2,4283,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(11094,2,4283,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(11095,2,4283,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(11096,2,4283,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11097,2,4283,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(11098,2,4283,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(11099,2,4283,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(11100,2,4283,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(11101,2,4283,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(11102,2,4283,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(11103,2,4283,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(11104,2,4283,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(11105,2,4283,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(11106,2,4284,'/module/testcase/model.php','/module/testcase','file','M'),(11107,2,4286,'/module/todo/model.php','/module/todo','file','M'),(11108,2,4288,'/www/js/zui/min.js','/www/js/zui','file','M'),(11109,2,4289,'/module/testcase/model.php','/module/testcase','file','M'),(11110,2,4289,'/module/testsuite/model.php','/module/testsuite','file','M'),(11111,2,4291,'/module/doc/model.php','/module/doc','file','M'),(11112,2,4293,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(11113,2,4293,'/module/doc/control.php','/module/doc','file','M'),(11114,2,4293,'/module/doc/js/common.js','/module/doc/js','file','M'),(11115,2,4293,'/module/doc/model.php','/module/doc','file','M'),(11116,2,4293,'/module/story/model.php','/module/story','file','M'),(11117,2,4293,'/module/task/model.php','/module/task','file','M'),(11118,2,4293,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(11119,2,4293,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(11120,2,4294,'/module/product/view/edit.html.php','/module/product/view','file','M'),(11121,2,4294,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(11122,2,4294,'/module/release/model.php','/module/release','file','M'),(11123,2,4294,'/module/release/view/edit.html.php','/module/release/view','file','M'),(11124,2,4295,'/framework/control.class.php','/framework','file','M'),(11125,2,4295,'/framework/model.class.php','/framework','file','M'),(11126,2,4295,'/framework/router.class.php','/framework','file','M'),(11127,2,4296,'/module/action/view/trash.html.php','/module/action/view','file','M'),(11128,2,4298,'/module/install/lang/en.php','/module/install/lang','file','M'),(11129,2,4298,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(11130,2,4299,'/module/action/model.php','/module/action','file','M'),(11131,2,4300,'/framework/base/control.class.php','/framework/base','file','M'),(11132,2,4300,'/module/admin/css/safe.css','/module/admin/css','file','D'),(11133,2,4300,'/module/admin/css/safe.en.css','/module/admin/css','file','A'),(11134,2,4300,'/module/admin/css/safe.zh-cn.css','/module/admin/css','file','A'),(11135,2,4300,'/module/admin/css/safe.zh-tw.css','/module/admin/css','file','A'),(11136,2,4300,'/module/backup/css/index.css','/module/backup/css','file','D'),(11137,2,4300,'/module/backup/css/index.en.css','/module/backup/css','file','A'),(11138,2,4300,'/module/backup/css/index.zh-cn.css','/module/backup/css','file','A'),(11139,2,4300,'/module/backup/css/index.zh-tw.css','/module/backup/css','file','A'),(11140,2,4300,'/module/bug/css/edit.css','/module/bug/css','file','M'),(11141,2,4300,'/module/bug/css/edit.en.css','/module/bug/css','file','A'),(11142,2,4300,'/module/bug/css/edit.zh-cn.css','/module/bug/css','file','A'),(11143,2,4300,'/module/bug/css/edit.zh-tw.css','/module/bug/css','file','A'),(11144,2,4300,'/module/bug/css/resolve.css','/module/bug/css','file','M'),(11145,2,4300,'/module/bug/css/resolve.en.css','/module/bug/css','file','A'),(11146,2,4300,'/module/bug/css/resolve.zh-cn.css','/module/bug/css','file','A'),(11147,2,4300,'/module/bug/css/resolve.zh-tw.css','/module/bug/css','file','A'),(11148,2,4300,'/module/bug/css/view.css','/module/bug/css','file','M'),(11149,2,4300,'/module/bug/css/view.en.css','/module/bug/css','file','A'),(11150,2,4300,'/module/bug/css/view.zh-cn.css','/module/bug/css','file','A'),(11151,2,4300,'/module/bug/css/view.zh-tw.css','/module/bug/css','file','A'),(11152,2,4300,'/module/company/css/edit.css','/module/company/css','file','D'),(11153,2,4300,'/module/company/css/edit.en.css','/module/company/css','file','A'),(11154,2,4300,'/module/company/css/edit.zh-cn.css','/module/company/css','file','A'),(11155,2,4300,'/module/company/css/edit.zh-tw.css','/module/company/css','file','A'),(11156,2,4300,'/module/custom/css/required.css','/module/custom/css','file','D'),(11157,2,4300,'/module/custom/css/required.en.css','/module/custom/css','file','A'),(11158,2,4300,'/module/custom/css/required.zh-cn.css','/module/custom/css','file','A'),(11159,2,4300,'/module/custom/css/required.zh-tw.css','/module/custom/css','file','A'),(11160,2,4300,'/module/custom/css/set.css','/module/custom/css','file','D'),(11161,2,4300,'/module/custom/css/set.en.css','/module/custom/css','file','A'),(11162,2,4300,'/module/custom/css/set.zh-cn.css','/module/custom/css','file','A'),(11163,2,4300,'/module/custom/css/set.zh-tw.css','/module/custom/css','file','A'),(11164,2,4300,'/module/dept/css/edit.css','/module/dept/css','file','D'),(11165,2,4300,'/module/dept/css/edit.en.css','/module/dept/css','file','A'),(11166,2,4300,'/module/dept/css/edit.zh-cn.css','/module/dept/css','file','A'),(11167,2,4300,'/module/dept/css/edit.zh-tw.css','/module/dept/css','file','A'),(11168,2,4300,'/module/group/css/managepriv.css','/module/group/css','file','M'),(11169,2,4300,'/module/group/css/managepriv.en.css','/module/group/css','file','A'),(11170,2,4300,'/module/group/css/managepriv.zh-cn.css','/module/group/css','file','A'),(11171,2,4300,'/module/group/css/managepriv.zh-tw.css','/module/group/css','file','A'),(11172,2,4300,'/module/group/css/manageview.css','/module/group/css','file','M'),(11173,2,4300,'/module/group/css/manageview.en.css','/module/group/css','file','A'),(11174,2,4300,'/module/group/css/manageview.zh-cn.css','/module/group/css','file','A'),(11175,2,4300,'/module/group/css/manageview.zh-tw.css','/module/group/css','file','A'),(11176,2,4300,'/module/my/css/changepassword.css','/module/my/css','file','D'),(11177,2,4300,'/module/my/css/changepassword.en.css','/module/my/css','file','A'),(11178,2,4300,'/module/my/css/changepassword.zh-cn.css','/module/my/css','file','A'),(11179,2,4300,'/module/my/css/changepassword.zh-tw.css','/module/my/css','file','A'),(11180,2,4300,'/module/project/css/all.css','/module/project/css','file','M'),(11181,2,4300,'/module/project/css/all.en.css','/module/project/css','file','A'),(11182,2,4300,'/module/project/css/all.zh-cn.css','/module/project/css','file','A'),(11183,2,4300,'/module/project/css/all.zh-tw.css','/module/project/css','file','A'),(11184,2,4300,'/module/project/css/burn.css','/module/project/css','file','M'),(11185,2,4300,'/module/project/css/burn.en.css','/module/project/css','file','A'),(11186,2,4300,'/module/project/css/burn.zh-cn.css','/module/project/css','file','A'),(11187,2,4300,'/module/project/css/burn.zh-tw.css','/module/project/css','file','A'),(11188,2,4300,'/module/project/css/treestory.css','/module/project/css','file','D'),(11189,2,4300,'/module/project/css/treestory.en.css','/module/project/css','file','A'),(11190,2,4300,'/module/project/css/treestory.zh-cn.css','/module/project/css','file','A'),(11191,2,4300,'/module/project/css/treestory.zh-tw.css','/module/project/css','file','A'),(11192,2,4300,'/module/story/css/close.css','/module/story/css','file','D'),(11193,2,4300,'/module/story/css/close.en.css','/module/story/css','file','A'),(11194,2,4300,'/module/story/css/close.zh-cn.css','/module/story/css','file','A'),(11195,2,4300,'/module/story/css/close.zh-tw.css','/module/story/css','file','A'),(11196,2,4300,'/module/story/css/creat.en.css','/module/story/css','file','A'),(11197,2,4300,'/module/story/css/create.zh-cn.css','/module/story/css','file','A'),(11198,2,4300,'/module/story/css/edit.css','/module/story/css','file','M'),(11199,2,4300,'/module/story/css/edit.en.css','/module/story/css','file','A'),(11200,2,4300,'/module/story/css/edit.zh-cn.css','/module/story/css','file','A'),(11201,2,4300,'/module/story/css/edit.zh-tw.css','/module/story/css','file','A'),(11202,2,4300,'/module/story/css/review.css','/module/story/css','file','D'),(11203,2,4300,'/module/story/css/review.en.css','/module/story/css','file','A'),(11204,2,4300,'/module/story/css/review.zh-cn.css','/module/story/css','file','A'),(11205,2,4300,'/module/story/css/review.zh-tw.css','/module/story/css','file','A'),(11206,2,4300,'/module/story/css/view.css','/module/story/css','file','M'),(11207,2,4300,'/module/story/css/view.en.css','/module/story/css','file','A'),(11208,2,4300,'/module/story/css/view.zh-cn.css','/module/story/css','file','A'),(11209,2,4300,'/module/story/css/view.zh-tw.css','/module/story/css','file','A'),(11210,2,4300,'/module/story/css/zerocase.css','/module/story/css','file','D'),(11211,2,4300,'/module/story/css/zerocase.en.css','/module/story/css','file','A'),(11212,2,4300,'/module/story/css/zerocase.zh-cn.css','/module/story/css','file','A'),(11213,2,4300,'/module/story/css/zerocase.zh-tw.css','/module/story/css','file','A'),(11214,2,4300,'/module/task/css/activate.css','/module/task/css','file','D'),(11215,2,4300,'/module/task/css/activate.en.css','/module/task/css','file','A'),(11216,2,4300,'/module/task/css/activate.zh-cn.css','/module/task/css','file','A'),(11217,2,4300,'/module/task/css/activate.zh-tw.css','/module/task/css','file','A'),(11218,2,4300,'/module/task/css/edit.css','/module/task/css','file','D'),(11219,2,4300,'/module/task/css/edit.en.css','/module/task/css','file','A'),(11220,2,4300,'/module/task/css/edit.zh-cn.css','/module/task/css','file','A'),(11221,2,4300,'/module/task/css/edit.zh-tw.css','/module/task/css','file','A'),(11222,2,4300,'/module/task/css/finish.css','/module/task/css','file','D'),(11223,2,4300,'/module/task/css/finish.en.css','/module/task/css','file','A'),(11224,2,4300,'/module/task/css/finish.zh-cn.css','/module/task/css','file','A'),(11225,2,4300,'/module/task/css/finish.zh-tw.css','/module/task/css','file','A'),(11226,2,4300,'/module/task/css/recordestimate.css','/module/task/css','file','M'),(11227,2,4300,'/module/task/css/recordestimate.en.css','/module/task/css','file','A'),(11228,2,4300,'/module/task/css/recordestimate.zh-cn.css','/module/task/css','file','A'),(11229,2,4300,'/module/task/css/recordestimate.zh-tw.css','/module/task/css','file','A'),(11230,2,4300,'/module/task/css/view.css','/module/task/css','file','M'),(11231,2,4300,'/module/task/css/view.en.css','/module/task/css','file','A'),(11232,2,4300,'/module/task/css/view.zh-cn.css','/module/task/css','file','A'),(11233,2,4300,'/module/task/css/view.zh-tw.css','/module/task/css','file','A'),(11234,2,4300,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(11235,2,4300,'/module/testcase/css/view.en.css','/module/testcase/css','file','A'),(11236,2,4300,'/module/testcase/css/view.zh-cn.css','/module/testcase/css','file','A'),(11237,2,4300,'/module/testcase/css/view.zh-tw.css','/module/testcase/css','file','A'),(11238,2,4300,'/module/todo/css/create.css','/module/todo/css','file','M'),(11239,2,4300,'/module/todo/css/create.en.css','/module/todo/css','file','A'),(11240,2,4300,'/module/todo/css/create.zh-cn.css','/module/todo/css','file','A'),(11241,2,4300,'/module/todo/css/create.zh-tw.css','/module/todo/css','file','A'),(11242,2,4300,'/module/todo/css/view.css','/module/todo/css','file','M'),(11243,2,4300,'/module/todo/css/view.en.css','/module/todo/css','file','A'),(11244,2,4300,'/module/todo/css/view.zh-cn.css','/module/todo/css','file','A'),(11245,2,4300,'/module/todo/css/view.zh-tw.css','/module/todo/css','file','A'),(11246,2,4300,'/module/translate/css/choosemodule.css','/module/translate/css','file','D'),(11247,2,4300,'/module/translate/css/choosemodule.en.css','/module/translate/css','file','A'),(11248,2,4300,'/module/translate/css/choosemodule.zh-cn.css','/module/translate/css','file','A'),(11249,2,4300,'/module/translate/css/choosemodule.zh-tw.css','/module/translate/css','file','A'),(11250,2,4300,'/module/translate/css/index.css','/module/translate/css','file','M'),(11251,2,4300,'/module/translate/css/index.en.css','/module/translate/css','file','A'),(11252,2,4300,'/module/translate/css/index.zh-cn.css','/module/translate/css','file','A'),(11253,2,4300,'/module/translate/css/index.zh-tw.css','/module/translate/css','file','A'),(11254,2,4300,'/module/tree/css/edit.css','/module/tree/css','file','M'),(11255,2,4300,'/module/tree/css/edit.en.css','/module/tree/css','file','A'),(11256,2,4300,'/module/tree/css/edit.zh-cn.css','/module/tree/css','file','A'),(11257,2,4300,'/module/tree/css/edit.zh-tw.css','/module/tree/css','file','A'),(11258,2,4300,'/module/user/css/batchcreate.css','/module/user/css','file','M'),(11259,2,4300,'/module/user/css/batchcreate.en.css','/module/user/css','file','A'),(11260,2,4300,'/module/user/css/batchcreate.zh-cn.css','/module/user/css','file','A'),(11261,2,4300,'/module/user/css/batchcreate.zh-tw.css','/module/user/css','file','A'),(11262,2,4300,'/module/webhook/css/create.css','/module/webhook/css','file','M'),(11263,2,4300,'/module/webhook/css/create.en.css','/module/webhook/css','file','A'),(11264,2,4300,'/module/webhook/css/create.zh-cn.css','/module/webhook/css','file','A'),(11265,2,4300,'/module/webhook/css/create.zh-tw.css','/module/webhook/css','file','A'),(11266,2,4300,'/module/webhook/css/edit.css','/module/webhook/css','file','M'),(11267,2,4300,'/module/webhook/css/edit.en.css','/module/webhook/css','file','A'),(11268,2,4300,'/module/webhook/css/edit.zh-cn.css','/module/webhook/css','file','A'),(11269,2,4300,'/module/webhook/css/edit.zh-tw.css','/module/webhook/css','file','A'),(11270,2,4301,'/www/js/my.full.js','/www/js','file','M'),(11271,2,4303,'/module/install/css/index.css','/module/install/css','file','M'),(11272,2,4303,'/module/install/lang/en.php','/module/install/lang','file','M'),(11273,2,4303,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(11274,2,4303,'/module/install/view/index.html.php','/module/install/view','file','M'),(11275,2,4303,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(11276,2,4303,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(11277,2,4305,'/lib/filter/filter.class.php','/lib/filter','file','M'),(11278,2,4305,'/module/project/control.php','/module/project','file','M'),(11279,2,4305,'/module/project/js/kanban.js','/module/project/js','file','M'),(11280,2,4305,'/module/project/model.php','/module/project','file','M'),(11281,2,4305,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(11282,2,4305,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(11283,2,4306,'/module/bug/css/create.css','/module/bug/css','file','M'),(11284,2,4307,'/module/product/model.php','/module/product','file','M'),(11285,2,4307,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(11286,2,4307,'/module/release/model.php','/module/release','file','M'),(11287,2,4307,'/module/task/js/start.js','/module/task/js','file','M'),(11288,2,4307,'/module/testsuite/control.php','/module/testsuite','file','M'),(11289,2,4308,'/module/tutorial/control.php','/module/tutorial','file','M'),(11290,2,4308,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(11291,2,4309,'/module/sso/model.php','/module/sso','file','M'),(11292,2,4309,'/module/user/js/batchcreate.js','/module/user/js','file','M'),(11293,2,4309,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(11294,2,4309,'/module/user/model.php','/module/user','file','M'),(11295,2,4309,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(11296,2,4310,'/module/action/model.php','/module/action','file','M'),(11297,2,4312,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(11298,2,4314,'/module/project/lang/en.php','/module/project/lang','file','M'),(11299,2,4314,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(11300,2,4315,'/www/upgrade.php.tmp','/www','file','M'),(11301,2,4316,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(11302,2,4317,'/module/project/model.php','/module/project','file','M'),(11303,2,4317,'/module/task/model.php','/module/task','file','M'),(11304,2,4318,'/module/user/control.php','/module/user','file','M'),(11305,2,4319,'/www/theme/default/style.css','/www/theme/default','file','M'),(11306,2,4320,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(11307,2,4320,'/www/js/my.full.js','/www/js','file','M'),(11308,2,4321,'/www/js/my.full.js','/www/js','file','M'),(11309,2,4321,'/www/theme/default/style.css','/www/theme/default','file','M'),(11310,2,4322,'/module/user/js/login.js','/module/user/js','file','M'),(11311,2,4324,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(11312,2,4325,'/module/common/model.php','/module/common','file','M'),(11313,2,4325,'/module/product/view/edit.html.php','/module/product/view','file','M'),(11314,2,4325,'/module/story/control.php','/module/story','file','M'),(11315,2,4325,'/module/story/model.php','/module/story','file','M'),(11316,2,4325,'/module/testcase/control.php','/module/testcase','file','M'),(11317,2,4325,'/module/testcase/model.php','/module/testcase','file','M'),(11318,2,4326,'/module/project/view/story.html.php','/module/project/view','file','M'),(11319,2,4328,'/module/user/view/deny.html.php','/module/user/view','file','M'),(11320,2,4329,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(11321,2,4329,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(11322,2,4329,'/module/branch/lang/zh-tw.php','/module/branch/lang','file','M'),(11323,2,4329,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(11324,2,4329,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(11325,2,4329,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(11326,2,4329,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(11327,2,4329,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(11328,2,4329,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(11329,2,4329,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(11330,2,4329,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(11331,2,4329,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(11332,2,4329,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(11333,2,4329,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(11334,2,4329,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(11335,2,4329,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(11336,2,4329,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(11337,2,4329,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(11338,2,4329,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(11339,2,4329,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(11340,2,4329,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(11341,2,4329,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(11342,2,4329,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(11343,2,4331,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(11344,2,4331,'/module/common/lang/de.php','/module/common/lang','file','M'),(11345,2,4331,'/module/common/lang/en.php','/module/common/lang','file','M'),(11346,2,4331,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(11347,2,4331,'/module/project/view/create.html.php','/module/project/view','file','M'),(11348,2,4331,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(11349,2,4331,'/module/user/lang/de.php','/module/user/lang','file','M'),(11350,2,4331,'/module/user/lang/en.php','/module/user/lang','file','M'),(11351,2,4331,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(11352,2,4331,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(11353,2,4332,'/module/story/js/common.js','/module/story/js','file','M'),(11354,2,4332,'/module/story/view/activate.html.php','/module/story/view','file','M'),(11355,2,4332,'/module/story/view/assignto.html.php','/module/story/view','file','M'),(11356,2,4332,'/module/story/view/change.html.php','/module/story/view','file','M'),(11357,2,4332,'/module/story/view/close.html.php','/module/story/view','file','M'),(11358,2,4332,'/module/story/view/create.html.php','/module/story/view','file','M'),(11359,2,4332,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11360,2,4332,'/module/story/view/review.html.php','/module/story/view','file','M'),(11361,2,4332,'/module/story/view/view.html.php','/module/story/view','file','M'),(11362,2,4334,'/module/file/control.php','/module/file','file','M'),(11363,2,4335,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(11364,2,4335,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(11365,2,4335,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(11366,2,4335,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(11367,2,4335,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(11368,2,4335,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(11369,2,4335,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11370,2,4335,'/module/product/view/close.html.php','/module/product/view','file','M'),(11371,2,4335,'/module/product/view/create.html.php','/module/product/view','file','M'),(11372,2,4335,'/module/product/view/view.html.php','/module/product/view','file','M'),(11373,2,4335,'/module/project/css/view.css','/module/project/css','file','M'),(11374,2,4335,'/module/project/view/activate.html.php','/module/project/view','file','M'),(11375,2,4335,'/module/project/view/close.html.php','/module/project/view','file','M'),(11376,2,4335,'/module/project/view/create.html.php','/module/project/view','file','M'),(11377,2,4335,'/module/project/view/edit.html.php','/module/project/view','file','M'),(11378,2,4335,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(11379,2,4335,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(11380,2,4335,'/module/project/view/view.html.php','/module/project/view','file','M'),(11381,2,4335,'/module/release/view/create.html.php','/module/release/view','file','M'),(11382,2,4335,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11383,2,4335,'/module/task/css/edit.css','/module/task/css','file','M'),(11384,2,4335,'/module/task/css/view.css','/module/task/css','file','M'),(11385,2,4335,'/module/task/view/activate.html.php','/module/task/view','file','M'),(11386,2,4335,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(11387,2,4335,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(11388,2,4335,'/module/task/view/close.html.php','/module/task/view','file','M'),(11389,2,4335,'/module/task/view/create.html.php','/module/task/view','file','M'),(11390,2,4335,'/module/task/view/finish.html.php','/module/task/view','file','M'),(11391,2,4335,'/module/task/view/pause.html.php','/module/task/view','file','M'),(11392,2,4335,'/module/task/view/start.html.php','/module/task/view','file','M'),(11393,2,4335,'/module/task/view/view.html.php','/module/task/view','file','M'),(11394,2,4335,'/module/testcase/control.php','/module/testcase','file','M'),(11395,2,4335,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(11396,2,4335,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(11397,2,4335,'/module/testcase/js/review.js','/module/testcase/js','file','A'),(11398,2,4335,'/module/testcase/model.php','/module/testcase','file','M'),(11399,2,4335,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(11400,2,4335,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(11401,2,4335,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(11402,2,4335,'/module/testtask/control.php','/module/testtask','file','M'),(11403,2,4335,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(11404,2,4335,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(11405,2,4335,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(11406,2,4335,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(11407,2,4335,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(11408,2,4335,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(11409,2,4335,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(11410,2,4336,'/module/backup/css/setting.css','/module/backup/css','file','A'),(11411,2,4338,'/module/story/control.php','/module/story','file','M'),(11412,2,4338,'/module/story/js/change.js','/module/story/js','file','M'),(11413,2,4338,'/module/story/js/common.js','/module/story/js','file','A'),(11414,2,4338,'/module/story/js/create.js','/module/story/js','file','M'),(11415,2,4338,'/module/story/js/review.js','/module/story/js','file','M'),(11416,2,4338,'/module/story/view/change.html.php','/module/story/view','file','M'),(11417,2,4338,'/module/story/view/close.html.php','/module/story/view','file','M'),(11418,2,4338,'/module/story/view/create.html.php','/module/story/view','file','M'),(11419,2,4338,'/module/story/view/review.html.php','/module/story/view','file','M'),(11420,2,4338,'/module/translate/model.php','/module/translate','file','M'),(11421,2,4338,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(11422,2,4339,'/module/action/model.php','/module/action','file','M'),(11423,2,4339,'/module/productplan/control.php','/module/productplan','file','M'),(11424,2,4339,'/module/productplan/model.php','/module/productplan','file','M'),(11425,2,4340,'/framework/control.class.php','/framework','file','M'),(11426,2,4342,'/framework/router.class.php','/framework','file','M'),(11427,2,4342,'/module/common/model.php','/module/common','file','M'),(11428,2,4343,'/framework/control.class.php','/framework','file','M'),(11429,2,4344,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(11430,2,4344,'/module/task/model.php','/module/task','file','M'),(11431,2,4346,'/module/search/model.php','/module/search','file','M'),(11432,2,4347,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(11433,2,4348,'/module/translate/model.php','/module/translate','file','M'),(11434,2,4349,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(11435,2,4351,'/module/bug/css/browse.css','/module/bug/css','file','M'),(11436,2,4353,'/module/translate/model.php','/module/translate','file','M'),(11437,2,4354,'/module/testtask/control.php','/module/testtask','file','M'),(11438,2,4354,'/module/testtask/model.php','/module/testtask','file','M'),(11439,2,4354,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(11440,2,4354,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(11441,2,4356,'/framework/router.class.php','/framework','file','M'),(11442,2,4357,'/framework/base/control.class.php','/framework/base','file','M'),(11443,2,4358,'/framework/router.class.php','/framework','file','M'),(11444,2,4360,'/framework/router.class.php','/framework','file','M'),(11445,2,4361,'/module/user/lang/en.php','/module/user/lang','file','M'),(11446,2,4361,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(11447,2,4363,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(11448,2,4363,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(11449,2,4365,'/module/bug/control.php','/module/bug','file','M'),(11450,2,4365,'/module/product/control.php','/module/product','file','M'),(11451,2,4365,'/module/project/control.php','/module/project','file','M'),(11452,2,4365,'/module/story/control.php','/module/story','file','M'),(11453,2,4365,'/module/task/control.php','/module/task','file','M'),(11454,2,4365,'/module/testcase/control.php','/module/testcase','file','M'),(11455,2,4365,'/module/todo/control.php','/module/todo','file','M'),(11456,2,4366,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(11457,2,4366,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(11458,2,4367,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(11459,2,4367,'/module/bug/control.php','/module/bug','file','M'),(11460,2,4367,'/module/product/control.php','/module/product','file','M'),(11461,2,4367,'/module/project/control.php','/module/project','file','M'),(11462,2,4367,'/module/story/control.php','/module/story','file','M'),(11463,2,4367,'/module/task/control.php','/module/task','file','M'),(11464,2,4367,'/module/testcase/control.php','/module/testcase','file','M'),(11465,2,4367,'/module/todo/control.php','/module/todo','file','M'),(11466,2,4368,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(11467,2,4368,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(11468,2,4369,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(11469,2,4369,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(11470,2,4370,'/module/action/lang/en.php','/module/action/lang','file','M'),(11471,2,4370,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(11472,2,4371,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(11473,2,4371,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(11474,2,4373,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(11475,2,4373,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(11476,2,4375,'/lib/filter/filter.class.php','/lib/filter','file','M'),(11477,2,4377,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(11478,2,4377,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(11479,2,4379,'/module/action/lang/en.php','/module/action/lang','file','M'),(11480,2,4379,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(11481,2,4379,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(11482,2,4379,'/module/common/lang/de.php','/module/common/lang','file','M'),(11483,2,4379,'/module/common/lang/en.php','/module/common/lang','file','M'),(11484,2,4379,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(11485,2,4379,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(11486,2,4379,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(11487,2,4379,'/module/extension/lang/de.php','/module/extension/lang','file','M'),(11488,2,4379,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(11489,2,4379,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(11490,2,4379,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(11491,2,4379,'/module/extension/model.php','/module/extension','file','M'),(11492,2,4379,'/module/group/lang/resource.php','/module/group/lang','file','M'),(11493,2,4379,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(11494,2,4379,'/module/project/lang/en.php','/module/project/lang','file','M'),(11495,2,4379,'/module/story/lang/en.php','/module/story/lang','file','M'),(11496,2,4379,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(11497,2,4380,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(11498,2,4381,'/module/action/view/trash.html.php','/module/action/view','file','M'),(11499,2,4381,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(11500,2,4381,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11501,2,4381,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11502,2,4381,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(11503,2,4381,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(11504,2,4381,'/module/build/view/view.html.php','/module/build/view','file','M'),(11505,2,4381,'/module/common/view/action.html.php','/module/common/view','file','M'),(11506,2,4381,'/module/common/view/mail.footer.html.php','/module/common/view','file','M'),(11507,2,4381,'/module/my/view/story.html.php','/module/my/view','file','M'),(11508,2,4381,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(11509,2,4381,'/module/product/view/build.html.php','/module/product/view','file','M'),(11510,2,4381,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(11511,2,4381,'/module/project/view/all.html.php','/module/project/view','file','M'),(11512,2,4381,'/module/project/view/build.html.php','/module/project/view','file','M'),(11513,2,4381,'/module/project/view/doc.html.php','/module/project/view','file','M'),(11514,2,4381,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(11515,2,4381,'/module/project/view/story.html.php','/module/project/view','file','M'),(11516,2,4381,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(11517,2,4381,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(11518,2,4381,'/module/release/view/view.html.php','/module/release/view','file','M'),(11519,2,4381,'/module/search/model.php','/module/search','file','M'),(11520,2,4381,'/module/story/view/affected.html.php','/module/story/view','file','M'),(11521,2,4381,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11522,2,4381,'/module/story/view/view.html.php','/module/story/view','file','M'),(11523,2,4381,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(11524,2,4381,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11525,2,4381,'/module/task/view/view.html.php','/module/task/view','file','M'),(11526,2,4381,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(11527,2,4381,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(11528,2,4381,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11529,2,4381,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(11530,2,4381,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(11531,2,4381,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(11532,2,4382,'/module/project/js/kanban.js','/module/project/js','file','M'),(11533,2,4382,'/module/testtask/js/groupcase.js','/module/testtask/js','file','M'),(11534,2,4384,'/www/js/zui/min.js','/www/js/zui','file','M'),(11535,2,4385,'/module/project/js/grouptask.js','/module/project/js','file','M'),(11536,2,4386,'/module/cron/model.php','/module/cron','file','M'),(11537,2,4386,'/module/task/js/finish.js','/module/task/js','file','M'),(11538,2,4387,'/framework/control.class.php','/framework','file','M'),(11539,2,4387,'/framework/model.class.php','/framework','file','M'),(11540,2,4387,'/module/bug/control.php','/module/bug','file','M'),(11541,2,4387,'/module/bug/model.php','/module/bug','file','M'),(11542,2,4387,'/module/project/control.php','/module/project','file','M'),(11543,2,4387,'/module/story/control.php','/module/story','file','M'),(11544,2,4387,'/module/story/model.php','/module/story','file','M'),(11545,2,4387,'/module/task/control.php','/module/task','file','M'),(11546,2,4387,'/module/task/model.php','/module/task','file','M'),(11547,2,4387,'/module/testcase/control.php','/module/testcase','file','M'),(11548,2,4387,'/module/testcase/model.php','/module/testcase','file','M'),(11549,2,4387,'/module/testtask/model.php','/module/testtask','file','M'),(11550,2,4389,'/module/admin/css/safe.css','/module/admin/css','file','A'),(11551,2,4389,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(11552,2,4389,'/module/backup/css/index.css','/module/backup/css','file','A'),(11553,2,4389,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(11554,2,4389,'/module/branch/lang/de.php','/module/branch/lang','file','M'),(11555,2,4389,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(11556,2,4389,'/module/branch/model.php','/module/branch','file','M'),(11557,2,4389,'/module/bug/css/edit.css','/module/bug/css','file','M'),(11558,2,4389,'/module/bug/css/m.browse.css','/module/bug/css','file','A'),(11559,2,4389,'/module/bug/css/resolve.css','/module/bug/css','file','M'),(11560,2,4389,'/module/bug/css/view.css','/module/bug/css','file','M'),(11561,2,4389,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11562,2,4389,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(11563,2,4389,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11564,2,4389,'/module/company/css/edit.css','/module/company/css','file','A'),(11565,2,4389,'/module/company/view/edit.html.php','/module/company/view','file','M'),(11566,2,4389,'/module/custom/css/required.css','/module/custom/css','file','A'),(11567,2,4389,'/module/custom/css/set.css','/module/custom/css','file','A'),(11568,2,4389,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(11569,2,4389,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(11570,2,4389,'/module/dept/css/edit.css','/module/dept/css','file','A'),(11571,2,4389,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(11572,2,4389,'/module/group/css/managepriv.css','/module/group/css','file','M'),(11573,2,4389,'/module/group/css/manageview.css','/module/group/css','file','M'),(11574,2,4389,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(11575,2,4389,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(11576,2,4389,'/module/my/css/changepassword.css','/module/my/css','file','A'),(11577,2,4389,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(11578,2,4389,'/module/project/css/all.css','/module/project/css','file','M'),(11579,2,4389,'/module/project/css/burn.css','/module/project/css','file','M'),(11580,2,4389,'/module/project/css/treestory.css','/module/project/css','file','A'),(11581,2,4389,'/module/project/view/all.html.php','/module/project/view','file','M'),(11582,2,4389,'/module/project/view/burn.html.php','/module/project/view','file','M'),(11583,2,4389,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(11584,2,4389,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(11585,2,4389,'/module/story/css/close.css','/module/story/css','file','A'),(11586,2,4389,'/module/story/css/edit.css','/module/story/css','file','M'),(11587,2,4389,'/module/story/css/review.css','/module/story/css','file','A'),(11588,2,4389,'/module/story/css/view.css','/module/story/css','file','M'),(11589,2,4389,'/module/story/css/zerocase.css','/module/story/css','file','A'),(11590,2,4389,'/module/story/view/close.html.php','/module/story/view','file','M'),(11591,2,4389,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11592,2,4389,'/module/story/view/review.html.php','/module/story/view','file','M'),(11593,2,4389,'/module/story/view/view.html.php','/module/story/view','file','M'),(11594,2,4389,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(11595,2,4389,'/module/task/css/activate.css','/module/task/css','file','A'),(11596,2,4389,'/module/task/css/edit.css','/module/task/css','file','M'),(11597,2,4389,'/module/task/css/finish.css','/module/task/css','file','A'),(11598,2,4389,'/module/task/css/recordestimate.css','/module/task/css','file','M'),(11599,2,4389,'/module/task/css/view.css','/module/task/css','file','M'),(11600,2,4389,'/module/task/view/activate.html.php','/module/task/view','file','M'),(11601,2,4389,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11602,2,4389,'/module/task/view/finish.html.php','/module/task/view','file','M'),(11603,2,4389,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(11604,2,4389,'/module/task/view/view.html.php','/module/task/view','file','M'),(11605,2,4389,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(11606,2,4389,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11607,2,4389,'/module/todo/css/create.css','/module/todo/css','file','M'),(11608,2,4389,'/module/todo/css/view.css','/module/todo/css','file','M'),(11609,2,4389,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(11610,2,4389,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(11611,2,4389,'/module/translate/css/choosemodule.css','/module/translate/css','file','A'),(11612,2,4389,'/module/translate/css/index.css','/module/translate/css','file','M'),(11613,2,4389,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(11614,2,4389,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(11615,2,4389,'/module/tree/css/edit.css','/module/tree/css','file','M'),(11616,2,4389,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(11617,2,4389,'/module/user/css/batchcreate.css','/module/user/css','file','M'),(11618,2,4389,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(11619,2,4389,'/module/webhook/css/create.css','/module/webhook/css','file','M'),(11620,2,4389,'/module/webhook/css/edit.css','/module/webhook/css','file','M'),(11621,2,4389,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(11622,2,4389,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(11623,2,4390,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(11624,2,4390,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(11625,2,4390,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(11626,2,4390,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(11627,2,4390,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(11628,2,4390,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(11629,2,4390,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(11630,2,4390,'/module/build/view/view.html.php','/module/build/view','file','M'),(11631,2,4390,'/module/my/view/project.html.php','/module/my/view','file','M'),(11632,2,4390,'/module/my/view/story.html.php','/module/my/view','file','M'),(11633,2,4390,'/module/my/view/task.html.php','/module/my/view','file','M'),(11634,2,4390,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(11635,2,4390,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(11636,2,4390,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(11637,2,4390,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(11638,2,4390,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11639,2,4390,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(11640,2,4390,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(11641,2,4390,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(11642,2,4390,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(11643,2,4390,'/module/user/view/project.html.php','/module/user/view','file','M'),(11644,2,4390,'/module/user/view/story.html.php','/module/user/view','file','M'),(11645,2,4390,'/module/user/view/task.html.php','/module/user/view','file','M'),(11646,2,4390,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(11647,2,4390,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(11648,2,4391,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(11649,2,4391,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(11650,2,4391,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(11651,2,4391,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(11652,2,4392,'/framework/control.class.php','/framework','file','M'),(11653,2,4394,'/module/cron/model.php','/module/cron','file','M'),(11654,2,4395,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(11655,2,4395,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(11656,2,4395,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(11657,2,4396,'/module/testcase/view/bugs.html.php','/module/testcase/view','file','M'),(11658,2,4396,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(11659,2,4396,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(11660,2,4396,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11661,2,4397,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(11662,2,4397,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11663,2,4398,'/module/task/view/view.html.php','/module/task/view','file','M'),(11664,2,4399,'/module/project/view/all.html.php','/module/project/view','file','M'),(11665,2,4399,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(11666,2,4399,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(11667,2,4399,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(11668,2,4399,'/module/project/view/story.html.php','/module/project/view','file','M'),(11669,2,4399,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(11670,2,4399,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(11671,2,4399,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(11672,2,4399,'/module/project/view/view.html.php','/module/project/view','file','M'),(11673,2,4402,'/module/editor/control.php','/module/editor','file','M'),(11674,2,4402,'/module/translate/control.php','/module/translate','file','M'),(11675,2,4405,'/module/task/lang/en.php','/module/task/lang','file','M'),(11676,2,4405,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(11677,2,4406,'/module/story/view/affected.html.php','/module/story/view','file','M'),(11678,2,4406,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(11679,2,4406,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(11680,2,4406,'/module/story/view/bugs.html.php','/module/story/view','file','M'),(11681,2,4406,'/module/story/view/cases.html.php','/module/story/view','file','M'),(11682,2,4406,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11683,2,4406,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(11684,2,4406,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(11685,2,4406,'/module/story/view/view.html.php','/module/story/view','file','M'),(11686,2,4406,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(11687,2,4408,'/module/message/view/setting.html.php','/module/message/view','file','M'),(11688,2,4411,'/module/report/lang/en.php','/module/report/lang','file','M'),(11689,2,4414,'/module/project/lang/en.php','/module/project/lang','file','M'),(11690,2,4414,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(11691,2,4417,'/module/project/model.php','/module/project','file','M'),(11692,2,4418,'/module/release/view/browse.html.php','/module/release/view','file','M'),(11693,2,4418,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(11694,2,4418,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(11695,2,4418,'/module/release/view/view.html.php','/module/release/view','file','M'),(11696,2,4420,'/module/story/lang/en.php','/module/story/lang','file','M'),(11697,2,4420,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(11698,2,4421,'/module/product/view/project.html.php','/module/product/view','file','M'),(11699,2,4421,'/module/product/view/view.html.php','/module/product/view','file','M'),(11700,2,4422,'/framework/control.class.php','/framework','file','M'),(11701,2,4423,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(11702,2,4423,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(11703,2,4425,'/module/product/lang/en.php','/module/product/lang','file','M'),(11704,2,4425,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(11705,2,4426,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(11706,2,4426,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(11707,2,4426,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(11708,2,4426,'/module/common/model.php','/module/common','file','M'),(11709,2,4426,'/module/product/lang/de.php','/module/product/lang','file','M'),(11710,2,4426,'/module/product/lang/en.php','/module/product/lang','file','M'),(11711,2,4426,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(11712,2,4426,'/module/project/lang/de.php','/module/project/lang','file','M'),(11713,2,4426,'/module/project/lang/en.php','/module/project/lang','file','M'),(11714,2,4426,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(11715,2,4426,'/module/release/lang/de.php','/module/release/lang','file','M'),(11716,2,4426,'/module/release/lang/en.php','/module/release/lang','file','M'),(11717,2,4426,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(11718,2,4426,'/module/story/lang/de.php','/module/story/lang','file','M'),(11719,2,4426,'/module/story/lang/en.php','/module/story/lang','file','M'),(11720,2,4426,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(11721,2,4426,'/module/task/lang/de.php','/module/task/lang','file','M'),(11722,2,4426,'/module/task/lang/en.php','/module/task/lang','file','M'),(11723,2,4426,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(11724,2,4426,'/module/testcase/lang/de.php','/module/testcase/lang','file','M'),(11725,2,4426,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(11726,2,4426,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(11727,2,4426,'/module/testtask/lang/de.php','/module/testtask/lang','file','M'),(11728,2,4426,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(11729,2,4426,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(11730,2,4427,'/db/update11.6.sql','/db','file','M'),(11731,2,4429,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(11732,2,4430,'/db/update11.6.sql','/db','file','M'),(11733,2,4430,'/db/zentao.sql','/db','file','M'),(11734,2,4431,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(11735,2,4433,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(11736,2,4435,'/module/dept/model.php','/module/dept','file','M'),(11737,2,4436,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(11738,2,4437,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(11739,2,4439,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(11740,2,4441,'/module/action/model.php','/module/action','file','M'),(11741,2,4441,'/module/common/lang/de.php','/module/common/lang','file','M'),(11742,2,4441,'/module/common/lang/en.php','/module/common/lang','file','M'),(11743,2,4441,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(11744,2,4441,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(11745,2,4441,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(11746,2,4442,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(11747,2,4444,'/module/project/view/story.html.php','/module/project/view','file','M'),(11748,2,4446,'/db/update11.6.sql','/db','file','A'),(11749,2,4446,'/module/action/model.php','/module/action','file','M'),(11750,2,4446,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(11751,2,4446,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(11752,2,4446,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(11753,2,4446,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(11754,2,4446,'/module/branch/model.php','/module/branch','file','M'),(11755,2,4446,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(11756,2,4446,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11757,2,4446,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(11758,2,4446,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11759,2,4446,'/module/common/model.php','/module/common','file','M'),(11760,2,4446,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(11761,2,4446,'/module/company/view/edit.html.php','/module/company/view','file','M'),(11762,2,4446,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(11763,2,4446,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(11764,2,4446,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(11765,2,4446,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(11766,2,4446,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(11767,2,4446,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(11768,2,4446,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(11769,2,4446,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(11770,2,4446,'/module/message/css/setting.css','/module/message/css','file','M'),(11771,2,4446,'/module/message/model.php','/module/message','file','M'),(11772,2,4446,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(11773,2,4446,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(11774,2,4446,'/module/product/view/browse.html.php','/module/product/view','file','M'),(11775,2,4446,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(11776,2,4446,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(11777,2,4446,'/module/product/view/view.html.php','/module/product/view','file','M'),(11778,2,4446,'/module/project/control.php','/module/project','file','M'),(11779,2,4446,'/module/project/view/all.html.php','/module/project/view','file','M'),(11780,2,4446,'/module/project/view/burn.html.php','/module/project/view','file','M'),(11781,2,4446,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(11782,2,4446,'/module/project/view/task.html.php','/module/project/view','file','M'),(11783,2,4446,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(11784,2,4446,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(11785,2,4446,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(11786,2,4446,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(11787,2,4446,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(11788,2,4446,'/module/report/view/workload.html.php','/module/report/view','file','M'),(11789,2,4446,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(11790,2,4446,'/module/story/view/close.html.php','/module/story/view','file','M'),(11791,2,4446,'/module/story/view/create.html.php','/module/story/view','file','M'),(11792,2,4446,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11793,2,4446,'/module/story/view/review.html.php','/module/story/view','file','M'),(11794,2,4446,'/module/story/view/view.html.php','/module/story/view','file','M'),(11795,2,4446,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(11796,2,4446,'/module/task/view/activate.html.php','/module/task/view','file','M'),(11797,2,4446,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11798,2,4446,'/module/task/view/finish.html.php','/module/task/view','file','M'),(11799,2,4446,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(11800,2,4446,'/module/task/view/view.html.php','/module/task/view','file','M'),(11801,2,4446,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(11802,2,4446,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11803,2,4446,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(11804,2,4446,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(11805,2,4446,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(11806,2,4446,'/module/translate/control.php','/module/translate','file','M'),(11807,2,4446,'/module/translate/model.php','/module/translate','file','M'),(11808,2,4446,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(11809,2,4446,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(11810,2,4446,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(11811,2,4446,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(11812,2,4446,'/module/user/view/create.html.php','/module/user/view','file','M'),(11813,2,4446,'/module/user/view/login.html.php','/module/user/view','file','M'),(11814,2,4446,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(11815,2,4446,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(11816,2,4447,'/framework/base/router.class.php','/framework/base','file','M'),(11817,2,4447,'/framework/router.class.php','/framework','file','M'),(11818,2,4447,'/lib/pager/pager.class.php','/lib/pager','file','M'),(11819,2,4448,'/module/project/model.php','/module/project','file','M'),(11820,2,4449,'/module/admin/model.php','/module/admin','file','M'),(11821,2,4450,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(11822,2,4451,'/framework/router.class.php','/framework','file','M'),(11823,2,4452,'/framework/router.class.php','/framework','file','M'),(11824,2,4453,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(11825,2,4455,'/module/action/model.php','/module/action','file','M'),(11826,2,4455,'/module/common/view/mail.footer.html.php','/module/common/view','file','M'),(11827,2,4456,'/framework/control.class.php','/framework','file','M'),(11828,2,4456,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11829,2,4456,'/module/build/view/view.html.php','/module/build/view','file','M'),(11830,2,4456,'/module/product/view/view.html.php','/module/product/view','file','M'),(11831,2,4456,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11832,2,4456,'/module/project/view/view.html.php','/module/project/view','file','M'),(11833,2,4456,'/module/release/view/view.html.php','/module/release/view','file','M'),(11834,2,4456,'/module/story/view/view.html.php','/module/story/view','file','M'),(11835,2,4456,'/module/task/view/view.html.php','/module/task/view','file','M'),(11836,2,4456,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11837,2,4456,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(11838,2,4456,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(11839,2,4458,'/module/common/view/pager.html.php','/module/common/view','file','M'),(11840,2,4458,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(11841,2,4458,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(11842,2,4459,'/module/task/js/finish.js','/module/task/js','file','M'),(11843,2,4461,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(11844,2,4463,'/module/score/lang/en.php','/module/score/lang','file','M'),(11845,2,4465,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(11846,2,4467,'/module/project/view/all.html.php','/module/project/view','file','M'),(11847,2,4468,'/module/datatable/model.php','/module/datatable','file','M'),(11848,2,4470,'/module/project/css/view.css','/module/project/css','file','M'),(11849,2,4470,'/module/project/view/view.html.php','/module/project/view','file','M'),(11850,2,4471,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(11851,2,4471,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(11852,2,4471,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11853,2,4472,'/module/project/js/tree.js','/module/project/js','file','M'),(11854,2,4473,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(11855,2,4475,'/module/block/js/admin.js','/module/block/js','file','M'),(11856,2,4476,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11857,2,4476,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(11858,2,4477,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(11859,2,4477,'/module/common/model.php','/module/common','file','M'),(11860,2,4477,'/module/story/model.php','/module/story','file','M'),(11861,2,4478,'/framework/control.class.php','/framework','file','M'),(11862,2,4478,'/module/bug/control.php','/module/bug','file','M'),(11863,2,4478,'/module/build/control.php','/module/build','file','M'),(11864,2,4478,'/module/product/control.php','/module/product','file','M'),(11865,2,4478,'/module/productplan/control.php','/module/productplan','file','M'),(11866,2,4478,'/module/project/control.php','/module/project','file','M'),(11867,2,4478,'/module/release/control.php','/module/release','file','M'),(11868,2,4478,'/module/story/control.php','/module/story','file','M'),(11869,2,4478,'/module/task/control.php','/module/task','file','M'),(11870,2,4478,'/module/testcase/control.php','/module/testcase','file','M'),(11871,2,4478,'/module/testsuite/control.php','/module/testsuite','file','M'),(11872,2,4478,'/module/testtask/control.php','/module/testtask','file','M'),(11873,2,4480,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(11874,2,4481,'/module/bug/control.php','/module/bug','file','M'),(11875,2,4481,'/module/build/control.php','/module/build','file','M'),(11876,2,4481,'/module/product/control.php','/module/product','file','M'),(11877,2,4481,'/module/productplan/control.php','/module/productplan','file','M'),(11878,2,4481,'/module/project/control.php','/module/project','file','M'),(11879,2,4481,'/module/release/control.php','/module/release','file','M'),(11880,2,4481,'/module/story/control.php','/module/story','file','M'),(11881,2,4481,'/module/task/control.php','/module/task','file','M'),(11882,2,4481,'/module/testcase/control.php','/module/testcase','file','M'),(11883,2,4481,'/module/testsuite/control.php','/module/testsuite','file','M'),(11884,2,4481,'/module/testtask/control.php','/module/testtask','file','M'),(11885,2,4482,'/framework/router.class.php','/framework','file','M'),(11886,2,4483,'/framework/router.class.php','/framework','file','M'),(11887,2,4483,'/lib/pager/pager.class.php','/lib/pager','file','M'),(11888,2,4484,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(11889,2,4486,'/framework/control.class.php','/framework','file','M'),(11890,2,4486,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(11891,2,4486,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(11892,2,4486,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(11893,2,4486,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(11894,2,4486,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(11895,2,4486,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11896,2,4486,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(11897,2,4486,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(11898,2,4486,'/module/build/view/create.html.php','/module/build/view','file','M'),(11899,2,4486,'/module/build/view/edit.html.php','/module/build/view','file','M'),(11900,2,4486,'/module/build/view/view.html.php','/module/build/view','file','M'),(11901,2,4486,'/module/product/view/close.html.php','/module/product/view','file','M'),(11902,2,4486,'/module/product/view/create.html.php','/module/product/view','file','M'),(11903,2,4486,'/module/product/view/edit.html.php','/module/product/view','file','M'),(11904,2,4486,'/module/product/view/view.html.php','/module/product/view','file','M'),(11905,2,4486,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(11906,2,4486,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(11907,2,4486,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11908,2,4486,'/module/project/view/activate.html.php','/module/project/view','file','M'),(11909,2,4486,'/module/project/view/close.html.php','/module/project/view','file','M'),(11910,2,4486,'/module/project/view/create.html.php','/module/project/view','file','M'),(11911,2,4486,'/module/project/view/edit.html.php','/module/project/view','file','M'),(11912,2,4486,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(11913,2,4486,'/module/project/view/start.html.php','/module/project/view','file','M'),(11914,2,4486,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(11915,2,4486,'/module/project/view/view.html.php','/module/project/view','file','M'),(11916,2,4486,'/module/release/view/create.html.php','/module/release/view','file','M'),(11917,2,4486,'/module/release/view/edit.html.php','/module/release/view','file','M'),(11918,2,4486,'/module/release/view/view.html.php','/module/release/view','file','M'),(11919,2,4486,'/module/story/view/activate.html.php','/module/story/view','file','M'),(11920,2,4486,'/module/story/view/assignto.html.php','/module/story/view','file','M'),(11921,2,4486,'/module/story/view/change.html.php','/module/story/view','file','M'),(11922,2,4486,'/module/story/view/close.html.php','/module/story/view','file','M'),(11923,2,4486,'/module/story/view/create.html.php','/module/story/view','file','M'),(11924,2,4486,'/module/story/view/edit.html.php','/module/story/view','file','M'),(11925,2,4486,'/module/story/view/review.html.php','/module/story/view','file','M'),(11926,2,4486,'/module/story/view/view.html.php','/module/story/view','file','M'),(11927,2,4486,'/module/task/view/activate.html.php','/module/task/view','file','M'),(11928,2,4486,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(11929,2,4486,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(11930,2,4486,'/module/task/view/close.html.php','/module/task/view','file','M'),(11931,2,4486,'/module/task/view/create.html.php','/module/task/view','file','M'),(11932,2,4486,'/module/task/view/edit.html.php','/module/task/view','file','M'),(11933,2,4486,'/module/task/view/finish.html.php','/module/task/view','file','M'),(11934,2,4486,'/module/task/view/pause.html.php','/module/task/view','file','M'),(11935,2,4486,'/module/task/view/start.html.php','/module/task/view','file','M'),(11936,2,4486,'/module/task/view/view.html.php','/module/task/view','file','M'),(11937,2,4486,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(11938,2,4486,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(11939,2,4486,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(11940,2,4486,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(11941,2,4486,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(11942,2,4486,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(11943,2,4486,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(11944,2,4486,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(11945,2,4486,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(11946,2,4486,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(11947,2,4486,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(11948,2,4486,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(11949,2,4486,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(11950,2,4486,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(11951,2,4487,'/framework/control.class.php','/framework','file','M'),(11952,2,4487,'/module/bug/control.php','/module/bug','file','M'),(11953,2,4487,'/module/build/control.php','/module/build','file','M'),(11954,2,4487,'/module/product/control.php','/module/product','file','M'),(11955,2,4487,'/module/productplan/control.php','/module/productplan','file','M'),(11956,2,4487,'/module/project/control.php','/module/project','file','M'),(11957,2,4487,'/module/release/control.php','/module/release','file','M'),(11958,2,4487,'/module/story/control.php','/module/story','file','M'),(11959,2,4487,'/module/task/control.php','/module/task','file','M'),(11960,2,4487,'/module/testcase/control.php','/module/testcase','file','M'),(11961,2,4487,'/module/testsuite/control.php','/module/testsuite','file','M'),(11962,2,4487,'/module/testtask/control.php','/module/testtask','file','M'),(11963,2,4488,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(11964,2,4490,'/module/todo/model.php','/module/todo','file','M'),(11965,2,4491,'/module/task/model.php','/module/task','file','M'),(11966,2,4491,'/module/todo/model.php','/module/todo','file','M'),(11967,2,4492,'/module/action/view/trash.html.php','/module/action/view','file','M'),(11968,2,4493,'/module/common/model.php','/module/common','file','M'),(11969,2,4495,'/module/doc/js/common.js','/module/doc/js','file','M'),(11970,2,4495,'/module/file/control.php','/module/file','file','M'),(11971,2,4496,'/module/build/view/view.html.php','/module/build/view','file','M'),(11972,2,4496,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(11973,2,4496,'/module/release/view/view.html.php','/module/release/view','file','M'),(11974,2,4497,'/module/task/model.php','/module/task','file','M'),(11975,2,4497,'/module/todo/model.php','/module/todo','file','M'),(11976,2,4498,'/lib/filter/filter.class.php','/lib/filter','file','M'),(11977,2,4498,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(11978,2,4499,'/framework/control.class.php','/framework','file','M'),(11979,2,4499,'/module/bug/control.php','/module/bug','file','M'),(11980,2,4499,'/module/build/control.php','/module/build','file','M'),(11981,2,4499,'/module/product/control.php','/module/product','file','M'),(11982,2,4499,'/module/productplan/control.php','/module/productplan','file','M'),(11983,2,4499,'/module/project/control.php','/module/project','file','M'),(11984,2,4499,'/module/release/control.php','/module/release','file','M'),(11985,2,4499,'/module/story/control.php','/module/story','file','M'),(11986,2,4499,'/module/task/control.php','/module/task','file','M'),(11987,2,4499,'/module/testcase/control.php','/module/testcase','file','M'),(11988,2,4499,'/module/testsuite/control.php','/module/testsuite','file','M'),(11989,2,4499,'/module/testtask/control.php','/module/testtask','file','M'),(11990,2,4500,'/framework/control.class.php','/framework','file','M'),(11991,2,4500,'/module/bug/control.php','/module/bug','file','M'),(11992,2,4500,'/module/build/control.php','/module/build','file','M'),(11993,2,4500,'/module/product/control.php','/module/product','file','M'),(11994,2,4500,'/module/productplan/control.php','/module/productplan','file','M'),(11995,2,4500,'/module/project/control.php','/module/project','file','M'),(11996,2,4500,'/module/release/control.php','/module/release','file','M'),(11997,2,4500,'/module/story/control.php','/module/story','file','M'),(11998,2,4500,'/module/task/control.php','/module/task','file','M'),(11999,2,4500,'/module/testcase/control.php','/module/testcase','file','M'),(12000,2,4500,'/module/testsuite/control.php','/module/testsuite','file','M'),(12001,2,4500,'/module/testtask/control.php','/module/testtask','file','M'),(12002,2,4501,'/module/doc/model.php','/module/doc','file','M'),(12003,2,4502,'/module/translate/model.php','/module/translate','file','M'),(12004,2,4503,'/module/translate/model.php','/module/translate','file','M'),(12005,2,4504,'/module/common/model.php','/module/common','file','M'),(12006,2,4505,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(12007,2,4505,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(12008,2,4505,'/module/common/view/syntaxhighlighter.html.php','/module/common/view','file','M'),(12009,2,4505,'/module/doc/js/create.js','/module/doc/js','file','M'),(12010,2,4506,'/module/editor/control.php','/module/editor','file','M'),(12011,2,4506,'/module/editor/lang/de.php','/module/editor/lang','file','M'),(12012,2,4506,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(12013,2,4506,'/module/translate/control.php','/module/translate','file','M'),(12014,2,4506,'/module/translate/lang/de.php','/module/translate/lang','file','A'),(12015,2,4508,'/module/translate/control.php','/module/translate','file','M'),(12016,2,4509,'/Makefile','/','file','M'),(12017,2,4510,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12018,2,4510,'/module/story/view/view.html.php','/module/story/view','file','M'),(12019,2,4511,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(12020,2,4512,'/module/story/view/view.html.php','/module/story/view','file','M'),(12021,2,4513,'/module/story/control.php','/module/story','file','M'),(12022,2,4514,'/xuanxuan/module/setting/ext/control/downloadxxd.php','/xuanxuan/module/setting/ext/control','file','M'),(12023,2,4515,'/module/editor/lang/de.php','/module/editor/lang','file','M'),(12024,2,4515,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(12025,2,4515,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(12026,2,4515,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(12027,2,4515,'/module/translate/css/index.css','/module/translate/css','file','M'),(12028,2,4516,'/module/doc/model.php','/module/doc','file','M'),(12029,2,4517,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(12030,2,4517,'/module/translate/lang/zh-tw.php','/module/translate/lang','file','M'),(12031,2,4518,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(12032,2,4518,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(12033,2,4518,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(12034,2,4518,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(12035,2,4518,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(12036,2,4519,'/module/project/view/task.html.php','/module/project/view','file','M'),(12037,2,4520,'/module/testcase/model.php','/module/testcase','file','M'),(12038,2,4522,'/module/editor/control.php','/module/editor','file','M'),(12039,2,4522,'/module/editor/lang/de.php','/module/editor/lang','file','M'),(12040,2,4522,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(12041,2,4522,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(12042,2,4522,'/module/editor/view/deny.html.php','/module/editor/view','file','M'),(12043,2,4522,'/module/translate/control.php','/module/translate','file','M'),(12044,2,4522,'/module/translate/js/common.js','/module/translate/js','file','M'),(12045,2,4522,'/module/translate/model.php','/module/translate','file','M'),(12046,2,4522,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(12047,2,4522,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(12048,2,4523,'/module/common/lang/de.php','/module/common/lang','file','M'),(12049,2,4523,'/module/common/lang/en.php','/module/common/lang','file','M'),(12050,2,4523,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12051,2,4525,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(12052,2,4525,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(12053,2,4525,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(12054,2,4527,'/www/js/zui/min.js','/www/js/zui','file','M'),(12055,2,4528,'/module/user/lang/en.php','/module/user/lang','file','M'),(12056,2,4530,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(12057,2,4530,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(12058,2,4530,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(12059,2,4530,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(12060,2,4530,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(12061,2,4531,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(12062,2,4533,'/module/story/lang/en.php','/module/story/lang','file','M'),(12063,2,4533,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(12064,2,4533,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(12065,2,4534,'/module/translate/control.php','/module/translate','file','M'),(12066,2,4534,'/www/js/my.full.js','/www/js','file','M'),(12067,2,4535,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(12068,2,4535,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(12069,2,4535,'/module/story/view/report.html.php','/module/story/view','file','M'),(12070,2,4535,'/module/task/lang/en.php','/module/task/lang','file','M'),(12071,2,4535,'/module/task/view/report.html.php','/module/task/view','file','M'),(12072,2,4535,'/module/testcase/config.php','/module/testcase','file','M'),(12073,2,4535,'/module/testcase/model.php','/module/testcase','file','M'),(12074,2,4536,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(12075,2,4536,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(12076,2,4536,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(12077,2,4537,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(12078,2,4538,'/module/project/view/team.html.php','/module/project/view','file','M'),(12079,2,4539,'/module/bug/config.php','/module/bug','file','M'),(12080,2,4539,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12081,2,4541,'/module/common/lang/en.php','/module/common/lang','file','M'),(12082,2,4542,'/framework/router.class.php','/framework','file','M'),(12083,2,4542,'/module/action/model.php','/module/action','file','M'),(12084,2,4542,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(12085,2,4542,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(12086,2,4542,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(12087,2,4542,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(12088,2,4542,'/module/branch/model.php','/module/branch','file','M'),(12089,2,4542,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(12090,2,4542,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(12091,2,4542,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(12092,2,4542,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12093,2,4542,'/module/common/model.php','/module/common','file','M'),(12094,2,4542,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(12095,2,4542,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(12096,2,4542,'/module/company/view/edit.html.php','/module/company/view','file','M'),(12097,2,4542,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(12098,2,4542,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(12099,2,4542,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(12100,2,4542,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(12101,2,4542,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(12102,2,4542,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(12103,2,4542,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(12104,2,4542,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(12105,2,4542,'/module/message/model.php','/module/message','file','M'),(12106,2,4542,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(12107,2,4542,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(12108,2,4542,'/module/product/view/browse.html.php','/module/product/view','file','M'),(12109,2,4542,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(12110,2,4542,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(12111,2,4542,'/module/product/view/view.html.php','/module/product/view','file','M'),(12112,2,4542,'/module/project/control.php','/module/project','file','M'),(12113,2,4542,'/module/project/view/all.html.php','/module/project/view','file','M'),(12114,2,4542,'/module/project/view/burn.html.php','/module/project/view','file','M'),(12115,2,4542,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(12116,2,4542,'/module/project/view/task.html.php','/module/project/view','file','M'),(12117,2,4542,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(12118,2,4542,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(12119,2,4542,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(12120,2,4542,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(12121,2,4542,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(12122,2,4542,'/module/report/view/workload.html.php','/module/report/view','file','M'),(12123,2,4542,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(12124,2,4542,'/module/story/view/close.html.php','/module/story/view','file','M'),(12125,2,4542,'/module/story/view/create.html.php','/module/story/view','file','M'),(12126,2,4542,'/module/story/view/edit.html.php','/module/story/view','file','M'),(12127,2,4542,'/module/story/view/review.html.php','/module/story/view','file','M'),(12128,2,4542,'/module/story/view/view.html.php','/module/story/view','file','M'),(12129,2,4542,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(12130,2,4542,'/module/task/view/activate.html.php','/module/task/view','file','M'),(12131,2,4542,'/module/task/view/edit.html.php','/module/task/view','file','M'),(12132,2,4542,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12133,2,4542,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(12134,2,4542,'/module/task/view/view.html.php','/module/task/view','file','M'),(12135,2,4542,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(12136,2,4542,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(12137,2,4542,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(12138,2,4542,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(12139,2,4542,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(12140,2,4542,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12141,2,4542,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(12142,2,4542,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(12143,2,4542,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(12144,2,4542,'/module/user/view/create.html.php','/module/user/view','file','M'),(12145,2,4542,'/module/user/view/login.html.php','/module/user/view','file','M'),(12146,2,4542,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(12147,2,4542,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(12148,2,4544,'/module/doc/model.php','/module/doc','file','M'),(12149,2,4545,'/module/translate/control.php','/module/translate','file','M'),(12150,2,4546,'/module/translate/control.php','/module/translate','file','M'),(12151,2,4546,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12152,2,4548,'/module/block/lang/en.php','/module/block/lang','file','M'),(12153,2,4549,'/module/common/lang/en.php','/module/common/lang','file','M'),(12154,2,4549,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(12155,2,4549,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12156,2,4549,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(12157,2,4549,'/module/project/lang/en.php','/module/project/lang','file','M'),(12158,2,4549,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(12159,2,4550,'/module/user/lang/en.php','/module/user/lang','file','M'),(12160,2,4551,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(12161,2,4552,'/module/project/view/build.html.php','/module/project/view','file','M'),(12162,2,4553,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(12163,2,4554,'/module/editor/control.php','/module/editor','file','M'),(12164,2,4554,'/module/editor/view/deny.html.php','/module/editor/view','file','A'),(12165,2,4554,'/module/translate/control.php','/module/translate','file','M'),(12166,2,4554,'/module/translate/view/deny.html.php','/module/translate/view','file','A'),(12167,2,4556,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12168,2,4557,'/Makefile','/','file','M'),(12169,2,4557,'/doc/CHANGELOG','/doc','file','M'),(12170,2,4557,'/tools/en2de.php','/tools','file','A'),(12171,2,4559,'/module/bug/control.php','/module/bug','file','M'),(12172,2,4559,'/module/build/control.php','/module/build','file','M'),(12173,2,4559,'/module/product/control.php','/module/product','file','M'),(12174,2,4559,'/module/productplan/control.php','/module/productplan','file','M'),(12175,2,4559,'/module/project/control.php','/module/project','file','M'),(12176,2,4559,'/module/release/control.php','/module/release','file','M'),(12177,2,4559,'/module/story/control.php','/module/story','file','M'),(12178,2,4559,'/module/task/control.php','/module/task','file','M'),(12179,2,4559,'/module/testcase/control.php','/module/testcase','file','M'),(12180,2,4559,'/module/testsuite/control.php','/module/testsuite','file','M'),(12181,2,4559,'/module/testtask/control.php','/module/testtask','file','M'),(12182,2,4560,'/framework/router.class.php','/framework','file','M'),(12183,2,4560,'/module/product/view/all.html.php','/module/product/view','file','M'),(12184,2,4561,'/www/theme/lang/de.css','/www/theme/lang','file','A'),(12185,2,4562,'/module/testtask/control.php','/module/testtask','file','M'),(12186,2,4562,'/module/testtask/model.php','/module/testtask','file','M'),(12187,2,4563,'/module/upgrade/model.php','/module/upgrade','file','M'),(12188,2,4564,'/VERSION','/','file','M'),(12189,2,4564,'/config/config.php','/config','file','M'),(12190,2,4564,'/db/standard/zentao10.2.sql','/db/standard','file','M'),(12191,2,4564,'/db/standard/zentao10.3.1.sql','/db/standard','file','M'),(12192,2,4564,'/db/standard/zentao10.3.sql','/db/standard','file','M'),(12193,2,4564,'/db/standard/zentao10.4.sql','/db/standard','file','M'),(12194,2,4564,'/db/standard/zentao10.5.1.sql','/db/standard','file','M'),(12195,2,4564,'/db/standard/zentao10.5.sql','/db/standard','file','M'),(12196,2,4564,'/db/standard/zentao10.6.sql','/db/standard','file','M'),(12197,2,4564,'/db/standard/zentao11.0.sql','/db/standard','file','M'),(12198,2,4564,'/db/standard/zentao11.1.sql','/db/standard','file','M'),(12199,2,4564,'/db/standard/zentao11.5.2.sql','/db/standard','file','A'),(12200,2,4564,'/db/standard/zentao11.6.sql','/db/standard','file','A'),(12201,2,4564,'/db/update11.5.1.sql','/db','file','D'),(12202,2,4564,'/db/update11.5.2.sql','/db','file','A'),(12203,2,4564,'/db/zentao.sql','/db','file','M'),(12204,2,4564,'/doc/CHANGELOG','/doc','file','M'),(12205,2,4564,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(12206,2,4564,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(12207,2,4564,'/module/block/lang/de.php','/module/block/lang','file','M'),(12208,2,4564,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(12209,2,4564,'/module/branch/lang/zh-tw.php','/module/branch/lang','file','M'),(12210,2,4564,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(12211,2,4564,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12212,2,4564,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(12213,2,4564,'/module/common/lang/en.php','/module/common/lang','file','M'),(12214,2,4564,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12215,2,4564,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(12216,2,4564,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(12217,2,4564,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(12218,2,4564,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(12219,2,4564,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(12220,2,4564,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(12221,2,4564,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(12222,2,4564,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(12223,2,4564,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(12224,2,4564,'/module/editor/lang/de.php','/module/editor/lang','file','M'),(12225,2,4564,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(12226,2,4564,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(12227,2,4564,'/module/entry/lang/de.php','/module/entry/lang','file','M'),(12228,2,4564,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(12229,2,4564,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(12230,2,4564,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(12231,2,4564,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(12232,2,4564,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(12233,2,4564,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(12234,2,4564,'/module/misc/lang/de.php','/module/misc/lang','file','M'),(12235,2,4564,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(12236,2,4564,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(12237,2,4564,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(12238,2,4564,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(12239,2,4564,'/module/product/lang/de.php','/module/product/lang','file','M'),(12240,2,4564,'/module/product/lang/en.php','/module/product/lang','file','M'),(12241,2,4564,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(12242,2,4564,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(12243,2,4564,'/module/project/lang/de.php','/module/project/lang','file','M'),(12244,2,4564,'/module/project/lang/en.php','/module/project/lang','file','M'),(12245,2,4564,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(12246,2,4564,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(12247,2,4564,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(12248,2,4564,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(12249,2,4564,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(12250,2,4564,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(12251,2,4564,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(12252,2,4564,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(12253,2,4564,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(12254,2,4564,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(12255,2,4564,'/module/translate/lang/zh-tw.php','/module/translate/lang','file','A'),(12256,2,4564,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(12257,2,4564,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(12258,2,4564,'/module/upgrade/model.php','/module/upgrade','file','M'),(12259,2,4564,'/module/user/lang/de.php','/module/user/lang','file','M'),(12260,2,4564,'/module/user/lang/en.php','/module/user/lang','file','M'),(12261,2,4564,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(12262,2,4564,'/tools/check.php','/tools','file','M'),(12263,2,4567,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(12264,2,4567,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(12265,2,4567,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(12266,2,4567,'/module/build/view/view.html.php','/module/build/view','file','M'),(12267,2,4567,'/module/common/lang/de.php','/module/common/lang','file','M'),(12268,2,4567,'/module/common/lang/en.php','/module/common/lang','file','M'),(12269,2,4567,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12270,2,4567,'/module/common/view/header.html.php','/module/common/view','file','M'),(12271,2,4567,'/module/common/view/pager.html.php','/module/common/view','file','A'),(12272,2,4567,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(12273,2,4567,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(12274,2,4567,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(12275,2,4567,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(12276,2,4567,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(12277,2,4567,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(12278,2,4567,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(12279,2,4567,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(12280,2,4568,'/www/js/zui/min.js','/www/js/zui','file','M'),(12281,2,4569,'/module/task/config.php','/module/task','file','M'),(12282,2,4570,'/module/task/config.php','/module/task','file','M'),(12283,2,4571,'/module/svn/lang/de.php','/module/svn/lang','file','M'),(12284,2,4571,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(12285,2,4573,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(12286,2,4574,'/module/testtask/control.php','/module/testtask','file','M'),(12287,2,4574,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(12288,2,4576,'/module/common/lang/en.php','/module/common/lang','file','M'),(12289,2,4578,'/www/js/zui/min.js','/www/js/zui','file','M'),(12290,2,4579,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(12291,2,4579,'/www/theme/default/style.css','/www/theme/default','file','M'),(12292,2,4581,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12293,2,4582,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(12294,2,4582,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(12295,2,4582,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(12296,2,4582,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(12297,2,4582,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(12298,2,4582,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(12299,2,4582,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(12300,2,4582,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12301,2,4582,'/module/build/view/create.html.php','/module/build/view','file','M'),(12302,2,4582,'/module/build/view/edit.html.php','/module/build/view','file','M'),(12303,2,4582,'/module/build/view/view.html.php','/module/build/view','file','M'),(12304,2,4582,'/module/product/view/close.html.php','/module/product/view','file','M'),(12305,2,4582,'/module/product/view/create.html.php','/module/product/view','file','M'),(12306,2,4582,'/module/product/view/edit.html.php','/module/product/view','file','M'),(12307,2,4582,'/module/product/view/view.html.php','/module/product/view','file','M'),(12308,2,4582,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(12309,2,4582,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(12310,2,4582,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(12311,2,4582,'/module/project/view/activate.html.php','/module/project/view','file','M'),(12312,2,4582,'/module/project/view/close.html.php','/module/project/view','file','M'),(12313,2,4582,'/module/project/view/create.html.php','/module/project/view','file','M'),(12314,2,4582,'/module/project/view/edit.html.php','/module/project/view','file','M'),(12315,2,4582,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(12316,2,4582,'/module/project/view/start.html.php','/module/project/view','file','M'),(12317,2,4582,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(12318,2,4582,'/module/project/view/view.html.php','/module/project/view','file','M'),(12319,2,4582,'/module/release/view/create.html.php','/module/release/view','file','M'),(12320,2,4582,'/module/release/view/edit.html.php','/module/release/view','file','M'),(12321,2,4582,'/module/release/view/view.html.php','/module/release/view','file','M'),(12322,2,4582,'/module/story/view/activate.html.php','/module/story/view','file','M'),(12323,2,4582,'/module/story/view/assignto.html.php','/module/story/view','file','M'),(12324,2,4582,'/module/story/view/change.html.php','/module/story/view','file','M'),(12325,2,4582,'/module/story/view/close.html.php','/module/story/view','file','M'),(12326,2,4582,'/module/story/view/create.html.php','/module/story/view','file','M'),(12327,2,4582,'/module/story/view/edit.html.php','/module/story/view','file','M'),(12328,2,4582,'/module/story/view/review.html.php','/module/story/view','file','M'),(12329,2,4582,'/module/story/view/view.html.php','/module/story/view','file','M'),(12330,2,4582,'/module/task/view/activate.html.php','/module/task/view','file','M'),(12331,2,4582,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(12332,2,4582,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(12333,2,4582,'/module/task/view/close.html.php','/module/task/view','file','M'),(12334,2,4582,'/module/task/view/create.html.php','/module/task/view','file','M'),(12335,2,4582,'/module/task/view/edit.html.php','/module/task/view','file','M'),(12336,2,4582,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12337,2,4582,'/module/task/view/pause.html.php','/module/task/view','file','M'),(12338,2,4582,'/module/task/view/start.html.php','/module/task/view','file','M'),(12339,2,4582,'/module/task/view/view.html.php','/module/task/view','file','M'),(12340,2,4582,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(12341,2,4582,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(12342,2,4582,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(12343,2,4582,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(12344,2,4582,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(12345,2,4582,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(12346,2,4582,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(12347,2,4582,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(12348,2,4582,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(12349,2,4582,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(12350,2,4582,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(12351,2,4582,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(12352,2,4582,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(12353,2,4582,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(12354,2,4583,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(12355,2,4583,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12356,2,4583,'/module/story/view/report.html.php','/module/story/view','file','M'),(12357,2,4583,'/module/task/view/report.html.php','/module/task/view','file','M'),(12358,2,4583,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(12359,2,4584,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(12360,2,4586,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(12361,2,4586,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(12362,2,4586,'/module/story/view/edit.html.php','/module/story/view','file','M'),(12363,2,4587,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(12364,2,4587,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(12365,2,4587,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(12366,2,4589,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(12367,2,4589,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(12368,2,4590,'/module/action/lang/de.php','/module/action/lang','file','A'),(12369,2,4590,'/module/admin/lang/de.php','/module/admin/lang','file','A'),(12370,2,4590,'/module/api/lang/de.php','/module/api/lang','file','A'),(12371,2,4590,'/module/backup/lang/de.php','/module/backup/lang','file','A'),(12372,2,4590,'/module/block/lang/de.php','/module/block/lang','file','A'),(12373,2,4590,'/module/branch/lang/de.php','/module/branch/lang','file','A'),(12374,2,4590,'/module/bug/lang/de.php','/module/bug/lang','file','A'),(12375,2,4590,'/module/build/lang/de.php','/module/build/lang','file','A'),(12376,2,4590,'/module/common/lang/de.php','/module/common/lang','file','A'),(12377,2,4590,'/module/company/lang/de.php','/module/company/lang','file','A'),(12378,2,4590,'/module/convert/lang/de.php','/module/convert/lang','file','A'),(12379,2,4590,'/module/cron/lang/de.php','/module/cron/lang','file','A'),(12380,2,4590,'/module/custom/lang/de.php','/module/custom/lang','file','A'),(12381,2,4590,'/module/datatable/lang/de.php','/module/datatable/lang','file','A'),(12382,2,4590,'/module/dept/lang/de.php','/module/dept/lang','file','A'),(12383,2,4590,'/module/dev/lang/de.php','/module/dev/lang','file','A'),(12384,2,4590,'/module/doc/lang/de.php','/module/doc/lang','file','A'),(12385,2,4590,'/module/editor/lang/de.php','/module/editor/lang','file','A'),(12386,2,4590,'/module/entry/lang/de.php','/module/entry/lang','file','A'),(12387,2,4590,'/module/extension/lang/de.php','/module/extension/lang','file','A'),(12388,2,4590,'/module/file/lang/de.php','/module/file/lang','file','A'),(12389,2,4590,'/module/git/lang/de.php','/module/git/lang','file','A'),(12390,2,4590,'/module/group/lang/de.php','/module/group/lang','file','A'),(12391,2,4590,'/module/index/lang/de.php','/module/index/lang','file','A'),(12392,2,4590,'/module/install/lang/de.php','/module/install/lang','file','A'),(12393,2,4590,'/module/mail/lang/de.php','/module/mail/lang','file','A'),(12394,2,4590,'/module/message/lang/de.php','/module/message/lang','file','A'),(12395,2,4590,'/module/misc/lang/de.php','/module/misc/lang','file','A'),(12396,2,4590,'/module/my/lang/de.php','/module/my/lang','file','A'),(12397,2,4590,'/module/product/lang/de.php','/module/product/lang','file','A'),(12398,2,4590,'/module/productplan/lang/de.php','/module/productplan/lang','file','A'),(12399,2,4590,'/module/project/lang/de.php','/module/project/lang','file','A'),(12400,2,4590,'/module/qa/lang/de.php','/module/qa/lang','file','A'),(12401,2,4590,'/module/release/lang/de.php','/module/release/lang','file','A'),(12402,2,4590,'/module/report/lang/de.php','/module/report/lang','file','A'),(12403,2,4590,'/module/score/lang/de.php','/module/score/lang','file','A'),(12404,2,4590,'/module/search/lang/de.php','/module/search/lang','file','A'),(12405,2,4590,'/module/sso/lang/de.php','/module/sso/lang','file','A'),(12406,2,4590,'/module/story/lang/de.php','/module/story/lang','file','A'),(12407,2,4590,'/module/svn/lang/de.php','/module/svn/lang','file','A'),(12408,2,4590,'/module/task/lang/de.php','/module/task/lang','file','A'),(12409,2,4590,'/module/testcase/lang/de.php','/module/testcase/lang','file','A'),(12410,2,4590,'/module/testreport/lang/de.php','/module/testreport/lang','file','A'),(12411,2,4590,'/module/testsuite/lang/de.php','/module/testsuite/lang','file','A'),(12412,2,4590,'/module/testtask/lang/de.php','/module/testtask/lang','file','A'),(12413,2,4590,'/module/todo/lang/de.php','/module/todo/lang','file','A'),(12414,2,4590,'/module/tree/lang/de.php','/module/tree/lang','file','A'),(12415,2,4590,'/module/tutorial/lang/de.php','/module/tutorial/lang','file','A'),(12416,2,4590,'/module/upgrade/lang/de.php','/module/upgrade/lang','file','A'),(12417,2,4590,'/module/user/lang/de.php','/module/user/lang','file','A'),(12418,2,4590,'/module/webhook/lang/de.php','/module/webhook/lang','file','A'),(12419,2,4591,'/config/config.php','/config','file','M'),(12420,2,4591,'/config/zentaopms.php','/config','file','M'),(12421,2,4593,'/module/build/view/edit.html.php','/module/build/view','file','M'),(12422,2,4593,'/module/project/view/build.html.php','/module/project/view','file','M'),(12423,2,4594,'/module/testcase/control.php','/module/testcase','file','M'),(12424,2,4595,'/www/js/zui/min.js','/www/js/zui','file','M'),(12425,2,4597,'/module/testcase/model.php','/module/testcase','file','M'),(12426,2,4598,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(12427,2,4598,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(12428,2,4598,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(12429,2,4600,'/module/block/lang/en.php','/module/block/lang','file','M'),(12430,2,4600,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(12431,2,4600,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(12432,2,4600,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(12433,2,4601,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(12434,2,4602,'/module/git/lang/en.php','/module/git/lang','file','M'),(12435,2,4602,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(12436,2,4603,'/module/file/lang/en.php','/module/file/lang','file','M'),(12437,2,4604,'/module/testreport/css/create.css','/module/testreport/css','file','M'),(12438,2,4605,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(12439,2,4605,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(12440,2,4606,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(12441,2,4606,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(12442,2,4606,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(12443,2,4606,'/module/project/lang/en.php','/module/project/lang','file','M'),(12444,2,4606,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(12445,2,4606,'/module/project/view/story.html.php','/module/project/view','file','M'),(12446,2,4607,'/module/project/view/view.html.php','/module/project/view','file','M'),(12447,2,4608,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(12448,2,4609,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(12449,2,4611,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(12450,2,4611,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(12451,2,4613,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(12452,2,4614,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12453,2,4614,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(12454,2,4614,'/module/score/model.php','/module/score','file','M'),(12455,2,4615,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12456,2,4615,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(12457,2,4615,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(12458,2,4615,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12459,2,4615,'/module/product/lang/en.php','/module/product/lang','file','M'),(12460,2,4615,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(12461,2,4615,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(12462,2,4616,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(12463,2,4617,'/module/bug/model.php','/module/bug','file','M'),(12464,2,4617,'/module/story/model.php','/module/story','file','M'),(12465,2,4617,'/module/task/model.php','/module/task','file','M'),(12466,2,4617,'/module/testcase/model.php','/module/testcase','file','M'),(12467,2,4619,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12468,2,4619,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(12469,2,4619,'/module/file/lang/en.php','/module/file/lang','file','M'),(12470,2,4619,'/module/group/lang/en.php','/module/group/lang','file','M'),(12471,2,4619,'/module/group/lang/resource.php','/module/group/lang','file','M'),(12472,2,4619,'/module/project/lang/en.php','/module/project/lang','file','M'),(12473,2,4619,'/module/release/lang/en.php','/module/release/lang','file','M'),(12474,2,4619,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(12475,2,4619,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(12476,2,4619,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(12477,2,4619,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(12478,2,4619,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(12479,2,4619,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(12480,2,4619,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(12481,2,4621,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(12482,2,4622,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(12483,2,4623,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(12484,2,4624,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(12485,2,4624,'/module/common/view/action.html.php','/module/common/view','file','M'),(12486,2,4624,'/module/file/lang/en.php','/module/file/lang','file','M'),(12487,2,4624,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(12488,2,4624,'/module/file/view/export.html.php','/module/file/view','file','M'),(12489,2,4624,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','M'),(12490,2,4625,'/module/datatable/model.php','/module/datatable','file','M'),(12491,2,4626,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(12492,2,4626,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(12493,2,4628,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12494,2,4628,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(12495,2,4628,'/module/story/view/create.html.php','/module/story/view','file','M'),(12496,2,4628,'/module/story/view/report.html.php','/module/story/view','file','M'),(12497,2,4628,'/module/task/view/report.html.php','/module/task/view','file','M'),(12498,2,4628,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(12499,2,4628,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(12500,2,4630,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(12501,2,4632,'/module/block/js/admin.js','/module/block/js','file','M'),(12502,2,4632,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(12503,2,4634,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(12504,2,4635,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(12505,2,4635,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(12506,2,4635,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(12507,2,4636,'/module/search/model.php','/module/search','file','M'),(12508,2,4637,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(12509,2,4637,'/module/product/lang/en.php','/module/product/lang','file','M'),(12510,2,4638,'/module/common/lang/en.php','/module/common/lang','file','M'),(12511,2,4639,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(12512,2,4641,'/module/bug/css/create.css','/module/bug/css','file','M'),(12513,2,4641,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(12514,2,4641,'/module/project/view/task.html.php','/module/project/view','file','M'),(12515,2,4641,'/module/story/lang/en.php','/module/story/lang','file','M'),(12516,2,4641,'/module/task/lang/en.php','/module/task/lang','file','M'),(12517,2,4641,'/module/task/view/create.html.php','/module/task/view','file','M'),(12518,2,4643,'/module/common/lang/en.php','/module/common/lang','file','M'),(12519,2,4644,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(12520,2,4645,'/module/search/model.php','/module/search','file','M'),(12521,2,4646,'/module/product/view/edit.html.php','/module/product/view','file','M'),(12522,2,4646,'/module/project/view/create.html.php','/module/project/view','file','M'),(12523,2,4646,'/module/project/view/edit.html.php','/module/project/view','file','M'),(12524,2,4647,'/module/common/lang/en.php','/module/common/lang','file','M'),(12525,2,4648,'/module/bug/js/browse.js','/module/bug/js','file','M'),(12526,2,4648,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12527,2,4648,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12528,2,4648,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(12529,2,4648,'/module/product/js/browse.js','/module/product/js','file','M'),(12530,2,4648,'/module/product/view/browse.html.php','/module/product/view','file','M'),(12531,2,4648,'/module/project/js/task.js','/module/project/js','file','M'),(12532,2,4648,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(12533,2,4648,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(12534,2,4648,'/www/js/my.full.js','/www/js','file','M'),(12535,2,4649,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(12536,2,4650,'/module/task/lang/en.php','/module/task/lang','file','M'),(12537,2,4650,'/module/task/model.php','/module/task','file','M'),(12538,2,4651,'/module/doc/css/common.css','/module/doc/css','file','M'),(12539,2,4651,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(12540,2,4651,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(12541,2,4652,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12542,2,4652,'/module/build/view/view.html.php','/module/build/view','file','M'),(12543,2,4652,'/module/product/view/view.html.php','/module/product/view','file','M'),(12544,2,4652,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(12545,2,4652,'/module/project/view/view.html.php','/module/project/view','file','M'),(12546,2,4652,'/module/release/view/view.html.php','/module/release/view','file','M'),(12547,2,4652,'/module/story/view/view.html.php','/module/story/view','file','M'),(12548,2,4652,'/module/task/view/view.html.php','/module/task/view','file','M'),(12549,2,4652,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(12550,2,4652,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(12551,2,4652,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(12552,2,4653,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(12553,2,4654,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(12554,2,4654,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12555,2,4654,'/module/story/lang/en.php','/module/story/lang','file','M'),(12556,2,4654,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(12557,2,4654,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(12558,2,4655,'/module/doc/css/objectlibs.css','/module/doc/css','file','M'),(12559,2,4655,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12560,2,4657,'/module/doc/css/objectlibs.css','/module/doc/css','file','M'),(12561,2,4658,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(12562,2,4658,'/module/doc/control.php','/module/doc','file','M'),(12563,2,4658,'/module/doc/model.php','/module/doc','file','M'),(12564,2,4658,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(12565,2,4658,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(12566,2,4658,'/module/user/lang/en.php','/module/user/lang','file','M'),(12567,2,4658,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(12568,2,4659,'/module/project/lang/en.php','/module/project/lang','file','M'),(12569,2,4660,'/module/product/lang/en.php','/module/product/lang','file','M'),(12570,2,4660,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(12571,2,4660,'/module/product/view/all.html.php','/module/product/view','file','M'),(12572,2,4661,'/module/common/lang/en.php','/module/common/lang','file','M'),(12573,2,4663,'/framework/router.class.php','/framework','file','M'),(12574,2,4663,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(12575,2,4663,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(12576,2,4663,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(12577,2,4663,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(12578,2,4663,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(12579,2,4663,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12580,2,4663,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12581,2,4663,'/module/build/lang/en.php','/module/build/lang','file','M'),(12582,2,4663,'/module/company/lang/en.php','/module/company/lang','file','M'),(12583,2,4663,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(12584,2,4663,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(12585,2,4663,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(12586,2,4663,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(12587,2,4663,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12588,2,4663,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(12589,2,4663,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(12590,2,4663,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(12591,2,4663,'/module/file/lang/en.php','/module/file/lang','file','M'),(12592,2,4663,'/module/group/lang/resource.php','/module/group/lang','file','M'),(12593,2,4663,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(12594,2,4663,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(12595,2,4663,'/module/product/lang/en.php','/module/product/lang','file','M'),(12596,2,4663,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(12597,2,4663,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(12598,2,4663,'/module/project/lang/en.php','/module/project/lang','file','M'),(12599,2,4663,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(12600,2,4663,'/module/release/lang/en.php','/module/release/lang','file','M'),(12601,2,4663,'/module/report/lang/en.php','/module/report/lang','file','M'),(12602,2,4663,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(12603,2,4663,'/module/search/lang/en.php','/module/search/lang','file','M'),(12604,2,4663,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(12605,2,4663,'/module/story/lang/en.php','/module/story/lang','file','M'),(12606,2,4663,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(12607,2,4663,'/module/task/lang/en.php','/module/task/lang','file','M'),(12608,2,4663,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(12609,2,4663,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(12610,2,4663,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(12611,2,4663,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12612,2,4663,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(12613,2,4663,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(12614,2,4663,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(12615,2,4663,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(12616,2,4663,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(12617,2,4663,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(12618,2,4663,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(12619,2,4663,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(12620,2,4663,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(12621,2,4663,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12622,2,4663,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(12623,2,4663,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(12624,2,4663,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(12625,2,4663,'/module/user/lang/en.php','/module/user/lang','file','M'),(12626,2,4665,'/module/project/lang/en.php','/module/project/lang','file','M'),(12627,2,4665,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(12628,2,4665,'/module/project/view/all.html.php','/module/project/view','file','M'),(12629,2,4666,'/module/common/lang/en.php','/module/common/lang','file','M'),(12630,2,4667,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(12631,2,4668,'/module/task/lang/en.php','/module/task/lang','file','M'),(12632,2,4670,'/module/action/lang/en.php','/module/action/lang','file','M'),(12633,2,4670,'/module/group/lang/en.php','/module/group/lang','file','M'),(12634,2,4671,'/module/product/view/close.html.php','/module/product/view','file','M'),(12635,2,4671,'/module/product/view/create.html.php','/module/product/view','file','M'),(12636,2,4671,'/module/product/view/edit.html.php','/module/product/view','file','M'),(12637,2,4671,'/module/project/view/activate.html.php','/module/project/view','file','M'),(12638,2,4671,'/module/project/view/close.html.php','/module/project/view','file','M'),(12639,2,4671,'/module/project/view/create.html.php','/module/project/view','file','M'),(12640,2,4671,'/module/project/view/edit.html.php','/module/project/view','file','M'),(12641,2,4671,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(12642,2,4671,'/module/project/view/start.html.php','/module/project/view','file','M'),(12643,2,4671,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(12644,2,4672,'/module/build/view/create.html.php','/module/build/view','file','M'),(12645,2,4672,'/module/build/view/edit.html.php','/module/build/view','file','M'),(12646,2,4672,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(12647,2,4672,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(12648,2,4672,'/module/release/view/create.html.php','/module/release/view','file','M'),(12649,2,4672,'/module/release/view/edit.html.php','/module/release/view','file','M'),(12650,2,4675,'/www/js/zui/min.js','/www/js/zui','file','M'),(12651,2,4676,'/module/story/view/activate.html.php','/module/story/view','file','M'),(12652,2,4676,'/module/story/view/assignto.html.php','/module/story/view','file','M'),(12653,2,4676,'/module/story/view/change.html.php','/module/story/view','file','M'),(12654,2,4676,'/module/story/view/close.html.php','/module/story/view','file','M'),(12655,2,4676,'/module/story/view/create.html.php','/module/story/view','file','M'),(12656,2,4676,'/module/story/view/edit.html.php','/module/story/view','file','M'),(12657,2,4676,'/module/story/view/review.html.php','/module/story/view','file','M'),(12658,2,4678,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12659,2,4678,'/module/build/view/view.html.php','/module/build/view','file','M'),(12660,2,4678,'/module/product/view/view.html.php','/module/product/view','file','M'),(12661,2,4678,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(12662,2,4678,'/module/project/view/view.html.php','/module/project/view','file','M'),(12663,2,4678,'/module/release/view/view.html.php','/module/release/view','file','M'),(12664,2,4678,'/module/story/view/view.html.php','/module/story/view','file','M'),(12665,2,4678,'/module/task/view/view.html.php','/module/task/view','file','M'),(12666,2,4678,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(12667,2,4678,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(12668,2,4678,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(12669,2,4679,'/www/theme/default/style.css','/www/theme/default','file','M'),(12670,2,4681,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(12671,2,4681,'/module/project/model.php','/module/project','file','M'),(12672,2,4681,'/module/score/view/reset.html.php','/module/score/view','file','M'),(12673,2,4681,'/module/task/view/start.html.php','/module/task/view','file','M'),(12674,2,4682,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(12675,2,4682,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(12676,2,4682,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(12677,2,4682,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(12678,2,4682,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(12679,2,4682,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(12680,2,4682,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(12681,2,4682,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(12682,2,4683,'/module/task/view/activate.html.php','/module/task/view','file','M'),(12683,2,4683,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(12684,2,4683,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(12685,2,4683,'/module/task/view/close.html.php','/module/task/view','file','M'),(12686,2,4683,'/module/task/view/create.html.php','/module/task/view','file','M'),(12687,2,4683,'/module/task/view/edit.html.php','/module/task/view','file','M'),(12688,2,4683,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12689,2,4683,'/module/task/view/pause.html.php','/module/task/view','file','M'),(12690,2,4683,'/module/task/view/start.html.php','/module/task/view','file','M'),(12691,2,4683,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(12692,2,4683,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(12693,2,4683,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(12694,2,4684,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(12695,2,4684,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(12696,2,4684,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(12697,2,4684,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(12698,2,4684,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(12699,2,4684,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(12700,2,4686,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(12701,2,4686,'/module/product/lang/en.php','/module/product/lang','file','M'),(12702,2,4686,'/module/project/lang/en.php','/module/project/lang','file','M'),(12703,2,4686,'/module/task/lang/en.php','/module/task/lang','file','M'),(12704,2,4686,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(12705,2,4687,'/framework/base/router.class.php','/framework/base','file','M'),(12706,2,4687,'/framework/control.class.php','/framework','file','M'),(12707,2,4687,'/framework/model.class.php','/framework','file','M'),(12708,2,4687,'/framework/router.class.php','/framework','file','M'),(12709,2,4688,'/framework/router.class.php','/framework','file','M'),(12710,2,4690,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12711,2,4690,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(12712,2,4690,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(12713,2,4692,'/module/project/css/grouptask.css','/module/project/css','file','M'),(12714,2,4693,'/module/project/lang/en.php','/module/project/lang','file','M'),(12715,2,4693,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(12716,2,4693,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(12717,2,4694,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12718,2,4694,'/module/build/view/view.html.php','/module/build/view','file','M'),(12719,2,4694,'/module/product/view/view.html.php','/module/product/view','file','M'),(12720,2,4694,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(12721,2,4694,'/module/project/view/view.html.php','/module/project/view','file','M'),(12722,2,4694,'/module/release/view/view.html.php','/module/release/view','file','M'),(12723,2,4694,'/module/story/view/view.html.php','/module/story/view','file','M'),(12724,2,4694,'/module/task/view/view.html.php','/module/task/view','file','M'),(12725,2,4694,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(12726,2,4694,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(12727,2,4694,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(12728,2,4695,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(12729,2,4697,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(12730,2,4697,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','M'),(12731,2,4698,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(12732,2,4698,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(12733,2,4698,'/module/user/lang/en.php','/module/user/lang','file','M'),(12734,2,4698,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(12735,2,4698,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(12736,2,4700,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12737,2,4701,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(12738,2,4701,'/module/testcase/model.php','/module/testcase','file','M'),(12739,2,4703,'/module/common/lang/en.php','/module/common/lang','file','M'),(12740,2,4705,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(12741,2,4705,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(12742,2,4707,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(12743,2,4707,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12744,2,4707,'/module/common/lang/en.php','/module/common/lang','file','M'),(12745,2,4707,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12746,2,4707,'/module/project/lang/en.php','/module/project/lang','file','M'),(12747,2,4707,'/module/release/lang/en.php','/module/release/lang','file','M'),(12748,2,4707,'/module/story/lang/en.php','/module/story/lang','file','M'),(12749,2,4707,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12750,2,4707,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(12751,2,4708,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(12752,2,4710,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(12753,2,4710,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(12754,2,4712,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(12755,2,4712,'/module/project/lang/en.php','/module/project/lang','file','M'),(12756,2,4714,'/framework/base/router.class.php','/framework/base','file','M'),(12757,2,4714,'/framework/control.class.php','/framework','file','M'),(12758,2,4714,'/framework/model.class.php','/framework','file','M'),(12759,2,4714,'/framework/router.class.php','/framework','file','M'),(12760,2,4716,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12761,2,4716,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12762,2,4716,'/module/project/lang/en.php','/module/project/lang','file','M'),(12763,2,4716,'/module/report/lang/en.php','/module/report/lang','file','M'),(12764,2,4716,'/module/search/lang/en.php','/module/search/lang','file','M'),(12765,2,4716,'/module/story/lang/en.php','/module/story/lang','file','M'),(12766,2,4716,'/module/task/lang/en.php','/module/task/lang','file','M'),(12767,2,4716,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(12768,2,4716,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12769,2,4718,'/module/common/lang/en.php','/module/common/lang','file','M'),(12770,2,4718,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12771,2,4720,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12772,2,4720,'/module/common/lang/en.php','/module/common/lang','file','M'),(12773,2,4720,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(12774,2,4721,'/module/task/view/edit.html.php','/module/task/view','file','M'),(12775,2,4722,'/module/report/lang/en.php','/module/report/lang','file','M'),(12776,2,4722,'/module/task/config.php','/module/task','file','M'),(12777,2,4725,'/module/block/lang/en.php','/module/block/lang','file','M'),(12778,2,4725,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12779,2,4725,'/module/common/lang/en.php','/module/common/lang','file','M'),(12780,2,4725,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12781,2,4725,'/module/file/lang/en.php','/module/file/lang','file','M'),(12782,2,4725,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(12783,2,4725,'/module/project/lang/en.php','/module/project/lang','file','M'),(12784,2,4725,'/module/score/lang/en.php','/module/score/lang','file','M'),(12785,2,4725,'/module/story/lang/en.php','/module/story/lang','file','M'),(12786,2,4725,'/module/task/lang/en.php','/module/task/lang','file','M'),(12787,2,4725,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(12788,2,4726,'/module/project/lang/en.php','/module/project/lang','file','M'),(12789,2,4727,'/module/action/lang/en.php','/module/action/lang','file','M'),(12790,2,4727,'/module/block/lang/en.php','/module/block/lang','file','M'),(12791,2,4727,'/module/bug/config.php','/module/bug','file','M'),(12792,2,4727,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12793,2,4727,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(12794,2,4727,'/module/build/lang/en.php','/module/build/lang','file','M'),(12795,2,4727,'/module/common/lang/en.php','/module/common/lang','file','M'),(12796,2,4727,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(12797,2,4727,'/module/my/view/bug.html.php','/module/my/view','file','M'),(12798,2,4727,'/module/project/view/bug.html.php','/module/project/view','file','M'),(12799,2,4727,'/module/release/lang/en.php','/module/release/lang','file','M'),(12800,2,4727,'/module/report/lang/en.php','/module/report/lang','file','M'),(12801,2,4727,'/module/score/lang/en.php','/module/score/lang','file','M'),(12802,2,4727,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12803,2,4727,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(12804,2,4727,'/module/user/lang/en.php','/module/user/lang','file','M'),(12805,2,4727,'/module/user/view/bug.html.php','/module/user/view','file','M'),(12806,2,4728,'/module/group/css/managemember.css','/module/group/css','file','M'),(12807,2,4728,'/module/group/view/browse.html.php','/module/group/view','file','M'),(12808,2,4728,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(12809,2,4729,'/module/common/lang/en.php','/module/common/lang','file','M'),(12810,2,4730,'/module/story/lang/en.php','/module/story/lang','file','M'),(12811,2,4730,'/module/story/view/close.html.php','/module/story/view','file','M'),(12812,2,4730,'/module/story/view/view.html.php','/module/story/view','file','M'),(12813,2,4731,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(12814,2,4731,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(12815,2,4731,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(12816,2,4731,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(12817,2,4731,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(12818,2,4732,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(12819,2,4732,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(12820,2,4732,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(12821,2,4732,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(12822,2,4733,'/module/common/lang/en.php','/module/common/lang','file','M'),(12823,2,4733,'/module/translate/css/index.css','/module/translate/css','file','M'),(12824,2,4734,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12825,2,4734,'/module/translate/view/addlang.html.php','/module/translate/view','file','M'),(12826,2,4734,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12827,2,4735,'/module/translate/js/module.js','/module/translate/js','file','M'),(12828,2,4736,'/module/translate/control.php','/module/translate','file','M'),(12829,2,4736,'/module/translate/css/common.css','/module/translate/css','file','A'),(12830,2,4737,'/module/translate/control.php','/module/translate','file','M'),(12831,2,4737,'/module/upgrade/control.php','/module/upgrade','file','M'),(12832,2,4738,'/module/build/view/view.html.php','/module/build/view','file','M'),(12833,2,4739,'/module/build/view/create.html.php','/module/build/view','file','M'),(12834,2,4739,'/module/project/view/build.html.php','/module/project/view','file','M'),(12835,2,4740,'/module/testreport/control.php','/module/testreport','file','M'),(12836,2,4740,'/module/testreport/css/create.css','/module/testreport/css','file','M'),(12837,2,4740,'/module/testreport/js/create.js','/module/testreport/js','file','M'),(12838,2,4740,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(12839,2,4740,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(12840,2,4741,'/module/task/view/edit.html.php','/module/task/view','file','M'),(12841,2,4741,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12842,2,4741,'/module/task/view/start.html.php','/module/task/view','file','M'),(12843,2,4741,'/module/task/view/view.html.php','/module/task/view','file','M'),(12844,2,4742,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12845,2,4743,'/module/testtask/control.php','/module/testtask','file','M'),(12846,2,4744,'/module/group/lang/resource.php','/module/group/lang','file','M'),(12847,2,4744,'/module/testreport/control.php','/module/testreport','file','M'),(12848,2,4744,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(12849,2,4744,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(12850,2,4744,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(12851,2,4744,'/module/testreport/view/selecttask.html.php','/module/testreport/view','file','M'),(12852,2,4746,'/module/common/lang/en.php','/module/common/lang','file','M'),(12853,2,4746,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(12854,2,4746,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12855,2,4746,'/module/editor/config.php','/module/editor','file','A'),(12856,2,4746,'/module/editor/control.php','/module/editor','file','A'),(12857,2,4746,'/module/editor/css/edit.css','/module/editor/css','file','A'),(12858,2,4746,'/module/editor/css/extend.css','/module/editor/css','file','A'),(12859,2,4746,'/module/editor/css/index.css','/module/editor/css','file','A'),(12860,2,4746,'/module/editor/js/edit.js','/module/editor/js','file','A'),(12861,2,4746,'/module/editor/js/index.js','/module/editor/js','file','A'),(12862,2,4746,'/module/editor/lang/en.php','/module/editor/lang','file','A'),(12863,2,4746,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','A'),(12864,2,4746,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','A'),(12865,2,4746,'/module/editor/model.php','/module/editor','file','A'),(12866,2,4746,'/module/editor/view/edit.html.php','/module/editor/view','file','A'),(12867,2,4746,'/module/editor/view/extend.html.php','/module/editor/view','file','A'),(12868,2,4746,'/module/editor/view/index.html.php','/module/editor/view','file','A'),(12869,2,4746,'/module/editor/view/newpage.html.php','/module/editor/view','file','A'),(12870,2,4746,'/module/group/lang/resource.php','/module/group/lang','file','M'),(12871,2,4746,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(12872,2,4746,'/module/translate/control.php','/module/translate','file','M'),(12873,2,4747,'/module/translate/model.php','/module/translate','file','M'),(12874,2,4748,'/module/common/lang/en.php','/module/common/lang','file','M'),(12875,2,4748,'/module/task/lang/en.php','/module/task/lang','file','M'),(12876,2,4748,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(12877,2,4749,'/module/bug/css/browse.css','/module/bug/css','file','M'),(12878,2,4751,'/framework/router.class.php','/framework','file','M'),(12879,2,4751,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(12880,2,4751,'/module/translate/model.php','/module/translate','file','M'),(12881,2,4751,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12882,2,4752,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12883,2,4753,'/module/translate/lang/french.php','/module/translate/lang','file','D'),(12884,2,4754,'/module/common/lang/en.php','/module/common/lang','file','M'),(12885,2,4754,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(12886,2,4754,'/module/user/lang/en.php','/module/user/lang','file','M'),(12887,2,4755,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(12888,2,4756,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(12889,2,4756,'/module/user/lang/en.php','/module/user/lang','file','M'),(12890,2,4758,'/module/user/view/edit.html.php','/module/user/view','file','M'),(12891,2,4760,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(12892,2,4761,'/module/bug/config.php','/module/bug','file','M'),(12893,2,4761,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12894,2,4761,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(12895,2,4761,'/module/bug/model.php','/module/bug','file','M'),(12896,2,4761,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(12897,2,4762,'/module/user/config.php','/module/user','file','M'),(12898,2,4762,'/module/user/lang/en.php','/module/user/lang','file','M'),(12899,2,4762,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(12900,2,4763,'/module/user/view/profile.html.php','/module/user/view','file','M'),(12901,2,4764,'/module/search/lang/en.php','/module/search/lang','file','M'),(12902,2,4766,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(12903,2,4766,'/www/js/zui/min.js','/www/js/zui','file','M'),(12904,2,4766,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(12905,2,4767,'/module/translate/css/index.css','/module/translate/css','file','M'),(12906,2,4768,'/module/translate/control.php','/module/translate','file','M'),(12907,2,4768,'/module/translate/model.php','/module/translate','file','M'),(12908,2,4769,'/module/common/lang/en.php','/module/common/lang','file','M'),(12909,2,4769,'/module/translate/css/index.css','/module/translate/css','file','M'),(12910,2,4769,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12911,2,4769,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(12912,2,4769,'/module/translate/model.php','/module/translate','file','M'),(12913,2,4769,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12914,2,4769,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(12915,2,4769,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(12916,2,4769,'/module/translate/view/review.html.php','/module/translate/view','file','M'),(12917,2,4771,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(12918,2,4772,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12919,2,4774,'/module/task/js/finish.js','/module/task/js','file','M'),(12920,2,4778,'/module/translate/control.php','/module/translate','file','M'),(12921,2,4778,'/module/translate/css/index.css','/module/translate/css','file','M'),(12922,2,4778,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12923,2,4778,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(12924,2,4778,'/module/translate/model.php','/module/translate','file','M'),(12925,2,4778,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(12926,2,4778,'/module/upgrade/control.php','/module/upgrade','file','M'),(12927,2,4779,'/module/common/lang/en.php','/module/common/lang','file','M'),(12928,2,4779,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(12929,2,4779,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(12930,2,4779,'/module/editor/config.php','/module/editor','file','D'),(12931,2,4779,'/module/editor/control.php','/module/editor','file','D'),(12932,2,4779,'/module/editor/css/edit.css','/module/editor/css','file','D'),(12933,2,4779,'/module/editor/css/extend.css','/module/editor/css','file','D'),(12934,2,4779,'/module/editor/css/index.css','/module/editor/css','file','D'),(12935,2,4779,'/module/editor/js/edit.js','/module/editor/js','file','D'),(12936,2,4779,'/module/editor/js/index.js','/module/editor/js','file','D'),(12937,2,4779,'/module/editor/lang/en.php','/module/editor/lang','file','D'),(12938,2,4779,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','D'),(12939,2,4779,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','D'),(12940,2,4779,'/module/editor/model.php','/module/editor','file','D'),(12941,2,4779,'/module/editor/view/edit.html.php','/module/editor/view','file','D'),(12942,2,4779,'/module/editor/view/extend.html.php','/module/editor/view','file','D'),(12943,2,4779,'/module/editor/view/index.html.php','/module/editor/view','file','D'),(12944,2,4779,'/module/editor/view/newpage.html.php','/module/editor/view','file','D'),(12945,2,4779,'/module/group/lang/resource.php','/module/group/lang','file','M'),(12946,2,4781,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(12947,2,4783,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(12948,2,4785,'/module/translate/css/index.css','/module/translate/css','file','M'),(12949,2,4787,'/module/bug/css/create.css','/module/bug/css','file','M'),(12950,2,4787,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(12951,2,4787,'/module/doc/css/common.css','/module/doc/css','file','M'),(12952,2,4787,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(12953,2,4787,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(12954,2,4787,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(12955,2,4787,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(12956,2,4789,'/module/translate/css/choosemodule.css','/module/translate/css','file','D'),(12957,2,4789,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12958,2,4790,'/module/translate/model.php','/module/translate','file','M'),(12959,2,4791,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12960,2,4792,'/module/task/model.php','/module/task','file','M'),(12961,2,4793,'/module/task/js/finish.js','/module/task/js','file','A'),(12962,2,4793,'/module/task/lang/en.php','/module/task/lang','file','M'),(12963,2,4793,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(12964,2,4793,'/module/task/model.php','/module/task','file','M'),(12965,2,4794,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(12966,2,4795,'/module/file/lang/en.php','/module/file/lang','file','M'),(12967,2,4795,'/module/file/view/export.html.php','/module/file/view','file','M'),(12968,2,4796,'/module/testcase/config.php','/module/testcase','file','M'),(12969,2,4798,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(12970,2,4798,'/module/misc/ext/lang/zh-cn1.php','/module/misc/ext/lang','file','M'),(12971,2,4798,'/module/misc/ext/lang/zh-cn2.php','/module/misc/ext/lang','file','M'),(12972,2,4798,'/module/translate/control.php','/module/translate','file','M'),(12973,2,4798,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(12974,2,4798,'/module/translate/model.php','/module/translate','file','M'),(12975,2,4798,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(12976,2,4798,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(12977,2,4798,'/module/translate/view/review.html.php','/module/translate/view','file','M'),(12978,2,4799,'/module/testtask/css/batchrun.css','/module/testtask/css','file','M'),(12979,2,4799,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(12980,2,4800,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(12981,2,4800,'/module/story/view/report.html.php','/module/story/view','file','M'),(12982,2,4800,'/module/task/view/report.html.php','/module/task/view','file','M'),(12983,2,4800,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(12984,2,4801,'/module/task/config.php','/module/task','file','M'),(12985,2,4801,'/module/task/lang/en.php','/module/task/lang','file','M'),(12986,2,4801,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(12987,2,4801,'/module/task/model.php','/module/task','file','M'),(12988,2,4801,'/module/task/view/finish.html.php','/module/task/view','file','M'),(12989,2,4801,'/module/translate/lang/en.php','/module/translate/lang','file','M'),(12990,2,4802,'/module/story/control.php','/module/story','file','M'),(12991,2,4802,'/module/story/model.php','/module/story','file','M'),(12992,2,4802,'/module/testcase/control.php','/module/testcase','file','M'),(12993,2,4802,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(12994,2,4802,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(12995,2,4803,'/module/testcase/control.php','/module/testcase','file','M'),(12996,2,4804,'/module/testcase/config.php','/module/testcase','file','M'),(12997,2,4805,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(12998,2,4806,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(12999,2,4807,'/module/project/css/dynamic.css','/module/project/css','file','M'),(13000,2,4807,'/module/project/lang/en.php','/module/project/lang','file','M'),(13001,2,4807,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13002,2,4807,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(13003,2,4808,'/module/project/js/managemembers.js','/module/project/js','file','M'),(13004,2,4808,'/module/project/model.php','/module/project','file','M'),(13005,2,4808,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(13006,2,4809,'/module/testreport/css/selecttask.css','/module/testreport/css','file','A'),(13007,2,4809,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(13008,2,4809,'/module/testreport/view/selecttask.html.php','/module/testreport/view','file','A'),(13009,2,4810,'/module/testreport/js/create.js','/module/testreport/js','file','A'),(13010,2,4810,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(13011,2,4811,'/module/build/control.php','/module/build','file','M'),(13012,2,4811,'/module/build/css/view.css','/module/build/css','file','M'),(13013,2,4811,'/module/build/view/view.html.php','/module/build/view','file','M'),(13014,2,4811,'/module/project/model.php','/module/project','file','M'),(13015,2,4812,'/module/common/lang/en.php','/module/common/lang','file','M'),(13016,2,4812,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13017,2,4813,'/module/testcase/model.php','/module/testcase','file','M'),(13018,2,4814,'/module/user/lang/en.php','/module/user/lang','file','M'),(13019,2,4814,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(13020,2,4814,'/module/user/view/bug.html.php','/module/user/view','file','M'),(13021,2,4814,'/module/user/view/story.html.php','/module/user/view','file','M'),(13022,2,4814,'/module/user/view/task.html.php','/module/user/view','file','M'),(13023,2,4814,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(13024,2,4814,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(13025,2,4815,'/VERSION','/','file','M'),(13026,2,4815,'/config/config.php','/config','file','M'),(13027,2,4815,'/doc/CHANGELOG','/doc','file','M'),(13028,2,4815,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(13029,2,4815,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13030,2,4815,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(13031,2,4815,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(13032,2,4815,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(13033,2,4815,'/module/upgrade/model.php','/module/upgrade','file','M'),(13034,2,4816,'/module/admin/model.php','/module/admin','file','M'),(13035,2,4816,'/module/common/lang/en.php','/module/common/lang','file','M'),(13036,2,4816,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13037,2,4816,'/module/editor/control.php','/module/editor','file','M'),(13038,2,4816,'/module/user/js/login.js','/module/user/js','file','M'),(13039,2,4817,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13040,2,4817,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(13041,2,4818,'/module/group/lang/en.php','/module/group/lang','file','M'),(13042,2,4819,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(13043,2,4820,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(13044,2,4821,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(13045,2,4822,'/module/story/js/review.js','/module/story/js','file','M'),(13046,2,4823,'/module/product/view/close.html.php','/module/product/view','file','M'),(13047,2,4824,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(13048,2,4824,'/module/story/view/report.html.php','/module/story/view','file','M'),(13049,2,4824,'/module/task/view/report.html.php','/module/task/view','file','M'),(13050,2,4824,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(13051,2,4825,'/module/group/lang/resource.php','/module/group/lang','file','M'),(13052,2,4825,'/module/testreport/control.php','/module/testreport','file','M'),(13053,2,4825,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13054,2,4825,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(13055,2,4825,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(13056,2,4826,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(13057,2,4827,'/module/custom/view/timezone.html.php','/module/custom/view','file','M'),(13058,2,4828,'/doc/CHANGELOG','/doc','file','M'),(13059,2,4828,'/module/bug/model.php','/module/bug','file','M'),(13060,2,4828,'/module/common/model.php','/module/common','file','M'),(13061,2,4828,'/module/extension/model.php','/module/extension','file','M'),(13062,2,4828,'/module/group/css/manageview.css','/module/group/css','file','M'),(13063,2,4828,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(13064,2,4828,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13065,2,4828,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(13066,2,4828,'/module/task/model.php','/module/task','file','M'),(13067,2,4828,'/module/upgrade/model.php','/module/upgrade','file','M'),(13068,2,4828,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(13069,2,4828,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(13070,2,4828,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(13071,2,4828,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(13072,2,4828,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(13073,2,4828,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(13074,2,4828,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','M'),(13075,2,4829,'/module/group/lang/resource.php','/module/group/lang','file','M'),(13076,2,4829,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13077,2,4830,'/module/common/model.php','/module/common','file','M'),(13078,2,4831,'/db/update11.5.1.sql','/db','file','A'),(13079,2,4831,'/db/update11.5.sql','/db','file','D'),(13080,2,4831,'/module/translate/control.php','/module/translate','file','M'),(13081,2,4831,'/module/translate/css/index.css','/module/translate/css','file','M'),(13082,2,4831,'/module/translate/model.php','/module/translate','file','M'),(13083,2,4831,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(13084,2,4831,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(13085,2,4832,'/www/js/my.full.js','/www/js','file','M'),(13086,2,4833,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13087,2,4833,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(13088,2,4833,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(13089,2,4833,'/module/project/js/burn.js','/module/project/js','file','M'),(13090,2,4834,'/db/standard/zentao11.5.1.sql','/db/standard','file','A'),(13091,2,4835,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13092,2,4835,'/module/translate/config.php','/module/translate','file','M'),(13093,2,4835,'/module/translate/control.php','/module/translate','file','M'),(13094,2,4835,'/module/translate/css/index.css','/module/translate/css','file','M'),(13095,2,4835,'/module/translate/css/review.css','/module/translate/css','file','A'),(13096,2,4835,'/module/translate/js/common.js','/module/translate/js','file','A'),(13097,2,4835,'/module/translate/js/module.js','/module/translate/js','file','M'),(13098,2,4835,'/module/translate/js/review.js','/module/translate/js','file','A'),(13099,2,4835,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13100,2,4835,'/module/translate/model.php','/module/translate','file','M'),(13101,2,4835,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(13102,2,4835,'/module/translate/view/export.html.php','/module/translate/view','file','A'),(13103,2,4835,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(13104,2,4835,'/module/translate/view/module.html.php','/module/translate/view','file','M'),(13105,2,4835,'/module/translate/view/result.html.php','/module/translate/view','file','A'),(13106,2,4835,'/module/translate/view/review.html.php','/module/translate/view','file','A'),(13107,2,4835,'/module/translate/view/setting.html.php','/module/translate/view','file','A'),(13108,2,4836,'/module/webhook/model.php','/module/webhook','file','M'),(13109,2,4836,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(13110,2,4836,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(13111,2,4837,'/module/translate/css/index.css','/module/translate/css','file','M'),(13112,2,4837,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13113,2,4837,'/module/translate/model.php','/module/translate','file','M'),(13114,2,4837,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(13115,2,4838,'/module/translate/control.php','/module/translate','file','M'),(13116,2,4838,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13117,2,4838,'/module/translate/model.php','/module/translate','file','M'),(13118,2,4839,'/config/filter.php','/config','file','M'),(13119,2,4839,'/module/translate/control.php','/module/translate','file','M'),(13120,2,4839,'/module/translate/css/module.css','/module/translate/css','file','A'),(13121,2,4839,'/module/translate/js/module.js','/module/translate/js','file','A'),(13122,2,4839,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13123,2,4839,'/module/translate/model.php','/module/translate','file','M'),(13124,2,4839,'/module/translate/view/module.html.php','/module/translate/view','file','A'),(13125,2,4840,'/module/entry/js/edit.js','/module/entry/js','file','M'),(13126,2,4840,'/module/entry/model.php','/module/entry','file','M'),(13127,2,4840,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(13128,2,4840,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(13129,2,4841,'/module/upgrade/model.php','/module/upgrade','file','M'),(13130,2,4842,'/VERSION','/','file','M'),(13131,2,4842,'/config/config.php','/config','file','M'),(13132,2,4842,'/doc/CHANGELOG','/doc','file','M'),(13133,2,4842,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13134,2,4842,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(13135,2,4842,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13136,2,4842,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(13137,2,4842,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(13138,2,4842,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(13139,2,4842,'/module/upgrade/model.php','/module/upgrade','file','M'),(13140,2,4843,'/db/update11.5.sql','/db','file','A'),(13141,2,4843,'/db/zentao.sql','/db','file','M'),(13142,2,4843,'/module/common/model.php','/module/common','file','M'),(13143,2,4843,'/module/entry/config.php','/module/entry','file','M'),(13144,2,4843,'/module/entry/js/create.js','/module/entry/js','file','M'),(13145,2,4843,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13146,2,4843,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(13147,2,4843,'/module/entry/model.php','/module/entry','file','M'),(13148,2,4843,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(13149,2,4843,'/module/webhook/model.php','/module/webhook','file','M'),(13150,2,4845,'/db/update11.5.sql','/db','file','M'),(13151,2,4845,'/module/translate/control.php','/module/translate','file','M'),(13152,2,4845,'/module/translate/css/index.css','/module/translate/css','file','A'),(13153,2,4845,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13154,2,4845,'/module/translate/model.php','/module/translate','file','M'),(13155,2,4845,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','M'),(13156,2,4845,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(13157,2,4846,'/module/project/js/burn.js','/module/project/js','file','M'),(13158,2,4848,'/module/project/js/burn.js','/module/project/js','file','M'),(13159,2,4849,'/module/bug/model.php','/module/bug','file','M'),(13160,2,4849,'/module/webhook/model.php','/module/webhook','file','M'),(13161,2,4850,'/module/extension/model.php','/module/extension','file','M'),(13162,2,4851,'/module/task/model.php','/module/task','file','M'),(13163,2,4852,'/module/webhook/model.php','/module/webhook','file','M'),(13164,2,4853,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(13165,2,4854,'/module/dev/config.php','/module/dev','file','M'),(13166,2,4854,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(13167,2,4854,'/module/translate/config.php','/module/translate','file','A'),(13168,2,4854,'/module/translate/control.php','/module/translate','file','M'),(13169,2,4854,'/module/translate/css/choosemodule.css','/module/translate/css','file','A'),(13170,2,4854,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','M'),(13171,2,4854,'/module/translate/model.php','/module/translate','file','M'),(13172,2,4854,'/module/translate/view/addlang.html.php','/module/translate/view','file','M'),(13173,2,4854,'/module/translate/view/choosemodule.html.php','/module/translate/view','file','A'),(13174,2,4855,'/module/project/model.php','/module/project','file','M'),(13175,2,4857,'/framework/router.class.php','/framework','file','M'),(13176,2,4857,'/module/translate/control.php','/module/translate','file','M'),(13177,2,4857,'/module/translate/lang/en.php','/module/translate/lang','file','A'),(13178,2,4857,'/module/translate/lang/french.php','/module/translate/lang','file','A'),(13179,2,4857,'/module/translate/lang/zh-cn.php','/module/translate/lang','file','A'),(13180,2,4857,'/module/translate/model.php','/module/translate','file','A'),(13181,2,4857,'/module/translate/view/addlang.html.php','/module/translate/view','file','A'),(13182,2,4857,'/module/translate/view/index.html.php','/module/translate/view','file','M'),(13183,2,4857,'/module/user/model.php','/module/user','file','M'),(13184,2,4858,'/module/product/view/browse.html.php','/module/product/view','file','M'),(13185,2,4858,'/module/project/view/story.html.php','/module/project/view','file','M'),(13186,2,4860,'/www/js/my.full.js','/www/js','file','M'),(13187,2,4861,'/module/action/lang/en.php','/module/action/lang','file','M'),(13188,2,4863,'/module/action/lang/en.php','/module/action/lang','file','M'),(13189,2,4865,'/module/common/model.php','/module/common','file','M'),(13190,2,4867,'/module/tree/model.php','/module/tree','file','M'),(13191,2,4868,'/db/update11.5.sql','/db','file','M'),(13192,2,4869,'/config/zentaopms.php','/config','file','M'),(13193,2,4869,'/db/update11.5.sql','/db','file','A'),(13194,2,4870,'/tools/difflang.php','/tools','file','A'),(13195,2,4870,'/tools/mergelang.php','/tools','file','D'),(13196,2,4871,'/tools/mergelang.php','/tools','file','A'),(13197,2,4872,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(13198,2,4872,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13199,2,4872,'/module/translate/control.php','/module/translate','file','A'),(13200,2,4872,'/module/translate/view/index.html.php','/module/translate/view','file','A'),(13201,2,4873,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13202,2,4873,'/module/testcase/control.php','/module/testcase','file','M'),(13203,2,4874,'/Makefile','/','file','M'),(13204,2,4874,'/module/build/css/create.css','/module/build/css','file','M'),(13205,2,4874,'/module/common/model.php','/module/common','file','M'),(13206,2,4874,'/module/cron/model.php','/module/cron','file','M'),(13207,2,4874,'/module/dept/model.php','/module/dept','file','M'),(13208,2,4874,'/module/project/model.php','/module/project','file','M'),(13209,2,4875,'/module/action/lang/en.php','/module/action/lang','file','M'),(13210,2,4876,'/module/group/css/managepriv.css','/module/group/css','file','M'),(13211,2,4876,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(13212,2,4877,'/module/action/lang/en.php','/module/action/lang','file','M'),(13213,2,4877,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(13214,2,4877,'/module/project/view/story.html.php','/module/project/view','file','M'),(13215,2,4877,'/module/task/model.php','/module/task','file','M'),(13216,2,4879,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(13217,2,4879,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(13218,2,4879,'/module/bug/control.php','/module/bug','file','M'),(13219,2,4879,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(13220,2,4879,'/module/build/css/create.css','/module/build/css','file','A'),(13221,2,4879,'/module/common/lang/en.php','/module/common/lang','file','M'),(13222,2,4879,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13223,2,4879,'/module/company/view/edit.html.php','/module/company/view','file','M'),(13224,2,4879,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(13225,2,4879,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(13226,2,4879,'/module/doc/control.php','/module/doc','file','M'),(13227,2,4879,'/module/message/view/setting.html.php','/module/message/view','file','M'),(13228,2,4879,'/module/my/control.php','/module/my','file','M'),(13229,2,4879,'/module/my/view/profile.html.php','/module/my/view','file','M'),(13230,2,4879,'/module/product/lang/en.php','/module/product/lang','file','M'),(13231,2,4879,'/module/project/js/kanban.js','/module/project/js','file','M'),(13232,2,4879,'/module/project/lang/en.php','/module/project/lang','file','M'),(13233,2,4879,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13234,2,4879,'/module/project/view/all.html.php','/module/project/view','file','M'),(13235,2,4879,'/module/project/view/bug.html.php','/module/project/view','file','M'),(13236,2,4879,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(13237,2,4879,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(13238,2,4879,'/module/project/view/story.html.php','/module/project/view','file','M'),(13239,2,4879,'/module/project/view/view.html.php','/module/project/view','file','M'),(13240,2,4879,'/module/report/view/blockreportlist.html.php','/module/report/view','file','M'),(13241,2,4879,'/module/task/control.php','/module/task','file','M'),(13242,2,4879,'/module/task/lang/en.php','/module/task/lang','file','M'),(13243,2,4879,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(13244,2,4879,'/module/testcase/config.php','/module/testcase','file','M'),(13245,2,4879,'/module/testtask/js/groupcase.js','/module/testtask/js','file','M'),(13246,2,4879,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(13247,2,4879,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(13248,2,4879,'/module/user/view/profile.html.php','/module/user/view','file','M'),(13249,2,4879,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(13250,2,4879,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(13251,2,4879,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(13252,2,4880,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13253,2,4880,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13254,2,4880,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13255,2,4880,'/module/install/lang/en.php','/module/install/lang','file','M'),(13256,2,4880,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13257,2,4882,'/module/common/lang/en.php','/module/common/lang','file','M'),(13258,2,4883,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(13259,2,4883,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(13260,2,4883,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(13261,2,4883,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(13262,2,4883,'/module/common/lang/en.php','/module/common/lang','file','M'),(13263,2,4883,'/module/group/lang/resource.php','/module/group/lang','file','M'),(13264,2,4883,'/module/my/view/project.html.php','/module/my/view','file','M'),(13265,2,4883,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(13266,2,4883,'/module/product/view/view.html.php','/module/product/view','file','M'),(13267,2,4883,'/module/release/view/view.html.php','/module/release/view','file','M'),(13268,2,4883,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13269,2,4883,'/module/story/lang/en.php','/module/story/lang','file','M'),(13270,2,4883,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(13271,2,4883,'/module/task/css/report.css','/module/task/css','file','M'),(13272,2,4883,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13273,2,4883,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(13274,2,4883,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(13275,2,4883,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(13276,2,4883,'/www/theme/default/style.css','/www/theme/default','file','M'),(13277,2,4883,'/www/theme/lang/en.css','/www/theme/lang','file','M'),(13278,2,4885,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13279,2,4886,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13280,2,4887,'/module/productplan/lang/en.php','/module/productplan/lang','file','A'),(13281,2,4889,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(13282,2,4889,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(13283,2,4889,'/module/group/lang/resource.php','/module/group/lang','file','M'),(13284,2,4889,'/module/task/lang/en.php','/module/task/lang','file','M'),(13285,2,4889,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(13286,2,4889,'/module/testcase/config.php','/module/testcase','file','M'),(13287,2,4889,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(13288,2,4889,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(13289,2,4889,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(13290,2,4889,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(13291,2,4889,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(13292,2,4889,'/www/theme/lang/en.css','/www/theme/lang','file','M'),(13293,2,4890,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(13294,2,4890,'/module/common/lang/en.php','/module/common/lang','file','M'),(13295,2,4890,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(13296,2,4890,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13297,2,4890,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13298,2,4890,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13299,2,4890,'/module/project/lang/en.php','/module/project/lang','file','M'),(13300,2,4890,'/module/score/lang/en.php','/module/score/lang','file','M'),(13301,2,4890,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13302,2,4891,'/module/branch/model.php','/module/branch','file','M'),(13303,2,4891,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13304,2,4891,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(13305,2,4891,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13306,2,4891,'/module/group/lang/resource.php','/module/group/lang','file','M'),(13307,2,4891,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(13308,2,4891,'/module/product/lang/en.php','/module/product/lang','file','M'),(13309,2,4891,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13310,2,4891,'/module/project/lang/en.php','/module/project/lang','file','M'),(13311,2,4891,'/module/story/lang/en.php','/module/story/lang','file','M'),(13312,2,4891,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13313,2,4891,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(13314,2,4891,'/www/theme/default/style.css','/www/theme/default','file','M'),(13315,2,4893,'/module/project/lang/en.php','/module/project/lang','file','M'),(13316,2,4895,'/www/js/zui/min.js','/www/js/zui','file','M'),(13317,2,4897,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13318,2,4897,'/module/project/lang/en.php','/module/project/lang','file','M'),(13319,2,4898,'/module/project/css/view.css','/module/project/css','file','M'),(13320,2,4898,'/module/project/view/view.html.php','/module/project/view','file','M'),(13321,2,4899,'/module/project/view/burn.html.php','/module/project/view','file','M'),(13322,2,4900,'/module/group/css/manageview.css','/module/group/css','file','M'),(13323,2,4902,'/module/task/view/finish.html.php','/module/task/view','file','M'),(13324,2,4904,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13325,2,4904,'/module/release/lang/en.php','/module/release/lang','file','M'),(13326,2,4904,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13327,2,4905,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(13328,2,4906,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(13329,2,4906,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(13330,2,4906,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(13331,2,4908,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(13332,2,4908,'/module/project/js/burn.js','/module/project/js','file','M'),(13333,2,4908,'/module/project/lang/en.php','/module/project/lang','file','M'),(13334,2,4908,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13335,2,4908,'/module/project/view/burn.html.php','/module/project/view','file','M'),(13336,2,4910,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(13337,2,4911,'/module/entry/config.php','/module/entry','file','M'),(13338,2,4911,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13339,2,4911,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(13340,2,4911,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(13341,2,4911,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(13342,2,4912,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13343,2,4912,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(13344,2,4914,'/module/story/lang/en.php','/module/story/lang','file','M'),(13345,2,4914,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(13346,2,4914,'/module/story/view/affected.html.php','/module/story/view','file','M'),(13347,2,4914,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(13348,2,4914,'/module/story/view/review.html.php','/module/story/view','file','M'),(13349,2,4914,'/module/task/config.php','/module/task','file','M'),(13350,2,4914,'/module/task/lang/en.php','/module/task/lang','file','M'),(13351,2,4916,'/module/action/lang/en.php','/module/action/lang','file','M'),(13352,2,4917,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13353,2,4917,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(13354,2,4918,'/module/story/lang/en.php','/module/story/lang','file','M'),(13355,2,4920,'/module/group/css/manageview.css','/module/group/css','file','M'),(13356,2,4920,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(13357,2,4922,'/module/block/lang/en.php','/module/block/lang','file','M'),(13358,2,4922,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13359,2,4922,'/module/common/lang/en.php','/module/common/lang','file','M'),(13360,2,4922,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13361,2,4922,'/module/score/lang/en.php','/module/score/lang','file','M'),(13362,2,4922,'/module/task/lang/en.php','/module/task/lang','file','M'),(13363,2,4923,'/module/task/view/activate.html.php','/module/task/view','file','M'),(13364,2,4923,'/module/task/view/finish.html.php','/module/task/view','file','M'),(13365,2,4924,'/module/story/view/view.html.php','/module/story/view','file','M'),(13366,2,4926,'/module/doc/css/index.css','/module/doc/css','file','M'),(13367,2,4928,'/module/build/lang/en.php','/module/build/lang','file','M'),(13368,2,4928,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(13369,2,4928,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(13370,2,4928,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13371,2,4928,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(13372,2,4928,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13373,2,4928,'/module/release/lang/en.php','/module/release/lang','file','M'),(13374,2,4928,'/module/story/lang/en.php','/module/story/lang','file','M'),(13375,2,4928,'/module/task/lang/en.php','/module/task/lang','file','M'),(13376,2,4928,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(13377,2,4928,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13378,2,4928,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(13379,2,4930,'/module/user/lang/en.php','/module/user/lang','file','M'),(13380,2,4930,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(13381,2,4931,'/www/theme/lang/en.css','/www/theme/lang','file','M'),(13382,2,4932,'/module/group/view/browse.html.php','/module/group/view','file','M'),(13383,2,4933,'/module/group/css/manageview.css','/module/group/css','file','M'),(13384,2,4933,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(13385,2,4934,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13386,2,4934,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13387,2,4934,'/module/story/view/view.html.php','/module/story/view','file','M'),(13388,2,4934,'/module/user/control.php','/module/user','file','M'),(13389,2,4934,'/module/user/lang/en.php','/module/user/lang','file','M'),(13390,2,4934,'/module/user/view/bug.html.php','/module/user/view','file','M'),(13391,2,4934,'/module/user/view/story.html.php','/module/user/view','file','M'),(13392,2,4934,'/module/user/view/task.html.php','/module/user/view','file','M'),(13393,2,4934,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(13394,2,4934,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(13395,2,4937,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(13396,2,4937,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(13397,2,4938,'/module/action/lang/en.php','/module/action/lang','file','M'),(13398,2,4938,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(13399,2,4938,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13400,2,4938,'/module/common/lang/en.php','/module/common/lang','file','M'),(13401,2,4938,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13402,2,4938,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(13403,2,4938,'/module/story/lang/en.php','/module/story/lang','file','M'),(13404,2,4938,'/module/task/lang/en.php','/module/task/lang','file','M'),(13405,2,4938,'/module/user/lang/en.php','/module/user/lang','file','M'),(13406,2,4939,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(13407,2,4939,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(13408,2,4939,'/module/user/view/todo.html.php','/module/user/view','file','M'),(13409,2,4940,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13410,2,4941,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(13411,2,4942,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(13412,2,4943,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(13413,2,4944,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13414,2,4945,'/module/doc/js/common.js','/module/doc/js','file','M'),(13415,2,4946,'/module/user/lang/en.php','/module/user/lang','file','M'),(13416,2,4946,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(13417,2,4946,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(13418,2,4947,'/module/user/lang/en.php','/module/user/lang','file','M'),(13419,2,4947,'/module/user/view/bug.html.php','/module/user/view','file','M'),(13420,2,4947,'/module/user/view/story.html.php','/module/user/view','file','M'),(13421,2,4947,'/module/user/view/task.html.php','/module/user/view','file','M'),(13422,2,4948,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','M'),(13423,2,4949,'/module/story/view/close.html.php','/module/story/view','file','M'),(13424,2,4949,'/module/story/view/review.html.php','/module/story/view','file','M'),(13425,2,4950,'/module/common/model.php','/module/common','file','M'),(13426,2,4951,'/module/bug/config.php','/module/bug','file','M'),(13427,2,4951,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13428,2,4952,'/module/webhook/css/create.css','/module/webhook/css','file','M'),(13429,2,4952,'/module/webhook/css/edit.css','/module/webhook/css','file','M'),(13430,2,4952,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(13431,2,4952,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(13432,2,4954,'/module/story/view/view.html.php','/module/story/view','file','M'),(13433,2,4955,'/module/project/lang/en.php','/module/project/lang','file','M'),(13434,2,4955,'/module/score/lang/en.php','/module/score/lang','file','M'),(13435,2,4955,'/module/story/lang/en.php','/module/story/lang','file','M'),(13436,2,4955,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13437,2,4955,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13438,2,4955,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(13439,2,4955,'/module/user/lang/en.php','/module/user/lang','file','M'),(13440,2,4955,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(13441,2,4955,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(13442,2,4955,'/xuanxuan/module/misc/ext/lang/en/xuanxuan.php','/xuanxuan/module/misc/ext/lang/en','file','M'),(13443,2,4955,'/xuanxuan/module/setting/ext/lang/en/xuanxuan.php','/xuanxuan/module/setting/ext/lang/en','file','M'),(13444,2,4956,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13445,2,4957,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13446,2,4958,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(13447,2,4960,'/module/doc/js/common.js','/module/doc/js','file','M'),(13448,2,4962,'/module/action/lang/en.php','/module/action/lang','file','M'),(13449,2,4962,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(13450,2,4962,'/module/block/lang/en.php','/module/block/lang','file','M'),(13451,2,4962,'/module/common/lang/en.php','/module/common/lang','file','M'),(13452,2,4962,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13453,2,4962,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13454,2,4962,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13455,2,4962,'/module/project/lang/en.php','/module/project/lang','file','M'),(13456,2,4964,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(13457,2,4966,'/module/task/lang/en.php','/module/task/lang','file','M'),(13458,2,4968,'/module/block/lang/en.php','/module/block/lang','file','M'),(13459,2,4968,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13460,2,4968,'/module/project/lang/en.php','/module/project/lang','file','M'),(13461,2,4968,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13462,2,4969,'/module/project/css/tree.css','/module/project/css','file','M'),(13463,2,4969,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(13464,2,4970,'/module/project/css/tree.css','/module/project/css','file','M'),(13465,2,4972,'/module/report/css/bugcreate.css','/module/report/css','file','M'),(13466,2,4974,'/module/project/js/grouptask.js','/module/project/js','file','M'),(13467,2,4974,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(13468,2,4976,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13469,2,4976,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13470,2,4976,'/module/task/lang/en.php','/module/task/lang','file','M'),(13471,2,4976,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13472,2,4976,'/module/user/lang/en.php','/module/user/lang','file','M'),(13473,2,4976,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(13474,2,4978,'/module/report/css/bugcreate.css','/module/report/css','file','M'),(13475,2,4979,'/module/story/view/edit.html.php','/module/story/view','file','M'),(13476,2,4979,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(13477,2,4979,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(13478,2,4981,'/module/report/lang/en.php','/module/report/lang','file','M'),(13479,2,4981,'/module/task/lang/en.php','/module/task/lang','file','M'),(13480,2,4983,'/module/report/css/bugcreate.css','/module/report/css','file','M'),(13481,2,4983,'/module/report/lang/en.php','/module/report/lang','file','M'),(13482,2,4983,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(13483,2,4984,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(13484,2,4986,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(13485,2,4986,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(13486,2,4987,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13487,2,4988,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(13488,2,4990,'/module/my/view/bug.html.php','/module/my/view','file','M'),(13489,2,4991,'/module/my/view/bug.html.php','/module/my/view','file','M'),(13490,2,4993,'/module/task/view/start.html.php','/module/task/view','file','M'),(13491,2,4995,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13492,2,4995,'/module/build/lang/en.php','/module/build/lang','file','M'),(13493,2,4995,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13494,2,4995,'/module/group/lang/en.php','/module/group/lang','file','M'),(13495,2,4995,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13496,2,4995,'/module/project/lang/en.php','/module/project/lang','file','M'),(13497,2,4995,'/module/report/lang/en.php','/module/report/lang','file','M'),(13498,2,4995,'/module/score/lang/en.php','/module/score/lang','file','M'),(13499,2,4995,'/module/story/lang/en.php','/module/story/lang','file','M'),(13500,2,4995,'/module/task/lang/en.php','/module/task/lang','file','M'),(13501,2,4995,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13502,2,4995,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13503,2,4995,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(13504,2,4995,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(13505,2,4995,'/module/user/lang/en.php','/module/user/lang','file','M'),(13506,2,4997,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(13507,2,5000,'/module/story/view/view.html.php','/module/story/view','file','M'),(13508,2,5000,'/module/task/view/view.html.php','/module/task/view','file','M'),(13509,2,5001,'/module/my/view/bug.html.php','/module/my/view','file','M'),(13510,2,5003,'/module/product/view/create.html.php','/module/product/view','file','M'),(13511,2,5005,'/module/project/control.php','/module/project','file','M'),(13512,2,5005,'/module/project/js/tree.js','/module/project/js','file','M'),(13513,2,5005,'/module/project/lang/en.php','/module/project/lang','file','M'),(13514,2,5005,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13515,2,5005,'/module/project/view/tree.html.php','/module/project/view','file','M'),(13516,2,5007,'/www/js/zui/min.js','/www/js/zui','file','M'),(13517,2,5008,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13518,2,5009,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(13519,2,5010,'/module/report/css/bugcreate.css','/module/report/css','file','M'),(13520,2,5011,'/module/task/view/edit.html.php','/module/task/view','file','M'),(13521,2,5012,'/module/task/view/edit.html.php','/module/task/view','file','M'),(13522,2,5013,'/module/story/view/edit.html.php','/module/story/view','file','M'),(13523,2,5014,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(13524,2,5016,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(13525,2,5018,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(13526,2,5019,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(13527,2,5020,'/module/doc/js/common.js','/module/doc/js','file','M'),(13528,2,5020,'/module/doc/model.php','/module/doc','file','M'),(13529,2,5020,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(13530,2,5022,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13531,2,5024,'/module/action/lang/en.php','/module/action/lang','file','M'),(13532,2,5024,'/module/common/lang/en.php','/module/common/lang','file','M'),(13533,2,5024,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13534,2,5024,'/module/file/lang/en.php','/module/file/lang','file','M'),(13535,2,5024,'/module/message/lang/en.php','/module/message/lang','file','M'),(13536,2,5024,'/module/product/lang/en.php','/module/product/lang','file','M'),(13537,2,5024,'/module/project/lang/en.php','/module/project/lang','file','M'),(13538,2,5024,'/module/report/lang/en.php','/module/report/lang','file','M'),(13539,2,5024,'/module/story/lang/en.php','/module/story/lang','file','M'),(13540,2,5024,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13541,2,5025,'/module/project/control.php','/module/project','file','M'),(13542,2,5026,'/module/project/css/story.css','/module/project/css','file','M'),(13543,2,5026,'/module/project/view/story.html.php','/module/project/view','file','M'),(13544,2,5026,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(13545,2,5028,'/module/project/lang/en.php','/module/project/lang','file','M'),(13546,2,5028,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(13547,2,5028,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(13548,2,5030,'/module/action/model.php','/module/action','file','M'),(13549,2,5030,'/module/project/model.php','/module/project','file','M'),(13550,2,5030,'/module/task/control.php','/module/task','file','M'),(13551,2,5030,'/module/task/model.php','/module/task','file','M'),(13552,2,5031,'/module/product/lang/en.php','/module/product/lang','file','M'),(13553,2,5031,'/module/story/lang/en.php','/module/story/lang','file','M'),(13554,2,5033,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13555,2,5033,'/module/story/lang/en.php','/module/story/lang','file','M'),(13556,2,5033,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13557,2,5033,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13558,2,5035,'/www/js/zui/min.js','/www/js/zui','file','M'),(13559,2,5036,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(13560,2,5036,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(13561,2,5037,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(13562,2,5037,'/module/bug/css/batchedit.css','/module/bug/css','file','M'),(13563,2,5037,'/module/bug/css/create.css','/module/bug/css','file','M'),(13564,2,5037,'/module/bug/css/resolve.css','/module/bug/css','file','M'),(13565,2,5037,'/module/project/css/all.css','/module/project/css','file','M'),(13566,2,5037,'/module/report/css/common.css','/module/report/css','file','M'),(13567,2,5037,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13568,2,5037,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(13569,2,5037,'/module/story/css/batchedit.css','/module/story/css','file','M'),(13570,2,5037,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(13571,2,5037,'/module/task/css/batchedit.css','/module/task/css','file','M'),(13572,2,5037,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(13573,2,5037,'/module/testcase/css/batchedit.css','/module/testcase/css','file','M'),(13574,2,5037,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(13575,2,5037,'/module/testcase/css/showimport.css','/module/testcase/css','file','M'),(13576,2,5037,'/module/testsuite/css/showimport.css','/module/testsuite/css','file','M'),(13577,2,5037,'/module/user/css/batchcreate.css','/module/user/css','file','M'),(13578,2,5037,'/module/user/css/batchedit.css','/module/user/css','file','M'),(13579,2,5037,'/module/user/css/common.css','/module/user/css','file','M'),(13580,2,5038,'/module/story/lang/en.php','/module/story/lang','file','M'),(13581,2,5040,'/module/project/lang/en.php','/module/project/lang','file','M'),(13582,2,5041,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(13583,2,5043,'/www/js/zui/min.js','/www/js/zui','file','M'),(13584,2,5043,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(13585,2,5044,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13586,2,5045,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13587,2,5047,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13588,2,5047,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(13589,2,5047,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13590,2,5047,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13591,2,5047,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(13592,2,5047,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(13593,2,5049,'/www/js/zui/min.js','/www/js/zui','file','M'),(13594,2,5051,'/www/theme/default/style.css','/www/theme/default','file','M'),(13595,2,5053,'/module/report/lang/en.php','/module/report/lang','file','M'),(13596,2,5055,'/Makefile','/','file','M'),(13597,2,5055,'/xuanxuan/www/x.php','/xuanxuan/www','file','D'),(13598,2,5057,'/module/common/lang/en.php','/module/common/lang','file','M'),(13599,2,5057,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13600,2,5057,'/module/project/lang/en.php','/module/project/lang','file','M'),(13601,2,5057,'/module/report/lang/en.php','/module/report/lang','file','M'),(13602,2,5057,'/module/story/lang/en.php','/module/story/lang','file','M'),(13603,2,5057,'/module/task/lang/en.php','/module/task/lang','file','M'),(13604,2,5058,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(13605,2,5060,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(13606,2,5060,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','M'),(13607,2,5060,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(13608,2,5061,'/module/custom/control.php','/module/custom','file','M'),(13609,2,5061,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(13610,2,5061,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(13611,2,5061,'/module/user/view/edit.html.php','/module/user/view','file','M'),(13612,2,5063,'/module/doc/css/create.css','/module/doc/css','file','M'),(13613,2,5063,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(13614,2,5063,'/module/doc/css/edit.css','/module/doc/css','file','M'),(13615,2,5063,'/module/doc/css/editlib.css','/module/doc/css','file','M'),(13616,2,5063,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(13617,2,5063,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(13618,2,5063,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(13619,2,5063,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(13620,2,5063,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(13621,2,5063,'/module/project/lang/en.php','/module/project/lang','file','M'),(13622,2,5063,'/module/story/css/create.css','/module/story/css','file','M'),(13623,2,5063,'/module/story/view/create.html.php','/module/story/view','file','M'),(13624,2,5064,'/www/js/zui/min.js','/www/js/zui','file','M'),(13625,2,5064,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(13626,2,5065,'/module/user/view/login.html.php','/module/user/view','file','M'),(13627,2,5066,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(13628,2,5066,'/module/user/css/login.css','/module/user/css','file','M'),(13629,2,5066,'/www/theme/default/images/main/zt-logo-en.png','/www/theme/default/images/main','file','A'),(13630,2,5068,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(13631,2,5070,'/module/action/lang/en.php','/module/action/lang','file','M'),(13632,2,5070,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(13633,2,5071,'/module/bug/js/browse.js','/module/bug/js','file','M'),(13634,2,5071,'/module/project/js/task.js','/module/project/js','file','M'),(13635,2,5073,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(13636,2,5073,'/module/common/view/querymenu.html.php','/module/common/view','file','A'),(13637,2,5073,'/module/custom/control.php','/module/custom','file','M'),(13638,2,5073,'/module/product/js/browse.js','/module/product/js','file','M'),(13639,2,5073,'/module/product/view/browse.html.php','/module/product/view','file','M'),(13640,2,5073,'/module/project/view/task.html.php','/module/project/view','file','M'),(13641,2,5073,'/module/search/control.php','/module/search','file','M'),(13642,2,5073,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13643,2,5073,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(13644,2,5074,'/lib/phpmailer/class.smtp.php','/lib/phpmailer','file','M'),(13645,2,5074,'/lib/phpmailer/ntlm_sasl_client.php','/lib/phpmailer','file','A'),(13646,2,5075,'/module/my/css/profile.css','/module/my/css','file','M'),(13647,2,5075,'/module/my/view/profile.html.php','/module/my/view','file','M'),(13648,2,5075,'/module/user/css/profile.css','/module/user/css','file','M'),(13649,2,5075,'/module/user/view/profile.html.php','/module/user/view','file','M'),(13650,2,5076,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13651,2,5078,'/module/release/lang/en.php','/module/release/lang','file','M'),(13652,2,5079,'/module/action/lang/en.php','/module/action/lang','file','M'),(13653,2,5079,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(13654,2,5079,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(13655,2,5079,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(13656,2,5080,'/module/product/css/project.css','/module/product/css','file','A'),(13657,2,5080,'/module/product/lang/en.php','/module/product/lang','file','M'),(13658,2,5080,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13659,2,5080,'/module/product/view/project.html.php','/module/product/view','file','M'),(13660,2,5081,'/module/product/lang/en.php','/module/product/lang','file','M'),(13661,2,5081,'/module/product/view/project.html.php','/module/product/view','file','M'),(13662,2,5082,'/module/product/view/project.html.php','/module/product/view','file','M'),(13663,2,5084,'/module/search/view/buildform.html.php','/module/search/view','file','M'); -INSERT INTO `zt_repofiles` VALUES (13664,2,5086,'/module/action/lang/en.php','/module/action/lang','file','M'),(13665,2,5086,'/module/group/lang/en.php','/module/group/lang','file','M'),(13666,2,5088,'/module/search/lang/en.php','/module/search/lang','file','M'),(13667,2,5088,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(13668,2,5088,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(13669,2,5090,'/framework/base/control.class.php','/framework/base','file','M'),(13670,2,5090,'/module/doc/control.php','/module/doc','file','M'),(13671,2,5090,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(13672,2,5090,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(13673,2,5090,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(13674,2,5090,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(13675,2,5090,'/www/theme/default/style.css','/www/theme/default','file','M'),(13676,2,5091,'/module/block/lang/en.php','/module/block/lang','file','M'),(13677,2,5091,'/module/common/lang/en.php','/module/common/lang','file','M'),(13678,2,5093,'/module/block/lang/en.php','/module/block/lang','file','M'),(13679,2,5093,'/module/my/lang/en.php','/module/my/lang','file','M'),(13680,2,5093,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13681,2,5094,'/module/story/css/create.css','/module/story/css','file','M'),(13682,2,5094,'/module/story/view/create.html.php','/module/story/view','file','M'),(13683,2,5095,'/module/story/lang/en.php','/module/story/lang','file','M'),(13684,2,5095,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(13685,2,5097,'/module/product/lang/en.php','/module/product/lang','file','M'),(13686,2,5097,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13687,2,5097,'/module/product/view/view.html.php','/module/product/view','file','M'),(13688,2,5099,'/module/common/lang/en.php','/module/common/lang','file','M'),(13689,2,5099,'/module/file/lang/en.php','/module/file/lang','file','M'),(13690,2,5099,'/module/release/lang/en.php','/module/release/lang','file','M'),(13691,2,5099,'/module/story/lang/en.php','/module/story/lang','file','M'),(13692,2,5101,'/module/product/control.php','/module/product','file','M'),(13693,2,5101,'/module/product/css/dynamic.css','/module/product/css','file','M'),(13694,2,5101,'/module/product/js/dynamic.js','/module/product/js','file','D'),(13695,2,5101,'/module/product/lang/en.php','/module/product/lang','file','M'),(13696,2,5101,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13697,2,5101,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(13698,2,5103,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13699,2,5104,'/module/product/lang/en.php','/module/product/lang','file','M'),(13700,2,5106,'/module/product/lang/en.php','/module/product/lang','file','M'),(13701,2,5106,'/module/product/view/all.html.php','/module/product/view','file','M'),(13702,2,5108,'/module/product/lang/en.php','/module/product/lang','file','M'),(13703,2,5110,'/module/my/css/profile.css','/module/my/css','file','M'),(13704,2,5110,'/module/my/view/profile.html.php','/module/my/view','file','M'),(13705,2,5110,'/module/user/css/profile.css','/module/user/css','file','M'),(13706,2,5110,'/module/user/view/profile.html.php','/module/user/view','file','M'),(13707,2,5112,'/module/action/lang/en.php','/module/action/lang','file','M'),(13708,2,5112,'/module/block/lang/en.php','/module/block/lang','file','M'),(13709,2,5112,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13710,2,5112,'/module/common/lang/en.php','/module/common/lang','file','M'),(13711,2,5112,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13712,2,5112,'/module/product/lang/en.php','/module/product/lang','file','M'),(13713,2,5112,'/module/project/lang/en.php','/module/project/lang','file','M'),(13714,2,5112,'/module/score/lang/en.php','/module/score/lang','file','M'),(13715,2,5112,'/module/story/lang/en.php','/module/story/lang','file','M'),(13716,2,5112,'/module/task/lang/en.php','/module/task/lang','file','M'),(13717,2,5112,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13718,2,5112,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(13719,2,5113,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(13720,2,5113,'/module/doc/css/editlib.css','/module/doc/css','file','M'),(13721,2,5114,'/module/doc/css/edit.css','/module/doc/css','file','A'),(13722,2,5116,'/module/task/config.php','/module/task','file','M'),(13723,2,5118,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13724,2,5118,'/module/my/css/common.css','/module/my/css','file','M'),(13725,2,5118,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(13726,2,5118,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(13727,2,5119,'/module/product/view/create.html.php','/module/product/view','file','M'),(13728,2,5119,'/module/product/view/edit.html.php','/module/product/view','file','M'),(13729,2,5120,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13730,2,5121,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(13731,2,5121,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(13732,2,5121,'/module/common/lang/en.php','/module/common/lang','file','M'),(13733,2,5121,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13734,2,5121,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(13735,2,5121,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(13736,2,5121,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(13737,2,5121,'/module/my/view/project.html.php','/module/my/view','file','M'),(13738,2,5121,'/module/my/view/todo.html.php','/module/my/view','file','M'),(13739,2,5121,'/module/product/view/browse.html.php','/module/product/view','file','M'),(13740,2,5121,'/module/product/view/build.html.php','/module/product/view','file','M'),(13741,2,5121,'/module/product/view/project.html.php','/module/product/view','file','M'),(13742,2,5121,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(13743,2,5121,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(13744,2,5121,'/module/project/view/bug.html.php','/module/project/view','file','M'),(13745,2,5121,'/module/project/view/build.html.php','/module/project/view','file','M'),(13746,2,5121,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(13747,2,5121,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(13748,2,5121,'/module/project/view/story.html.php','/module/project/view','file','M'),(13749,2,5121,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(13750,2,5121,'/module/project/view/task.html.php','/module/project/view','file','M'),(13751,2,5121,'/module/project/view/team.html.php','/module/project/view','file','M'),(13752,2,5121,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(13753,2,5121,'/module/project/view/tree.html.php','/module/project/view','file','M'),(13754,2,5121,'/module/release/view/browse.html.php','/module/release/view','file','M'),(13755,2,5121,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(13756,2,5121,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(13757,2,5121,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(13758,2,5121,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(13759,2,5121,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(13760,2,5122,'/module/doc/css/common.css','/module/doc/css','file','M'),(13761,2,5122,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(13762,2,5124,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13763,2,5125,'/module/user/lang/en.php','/module/user/lang','file','M'),(13764,2,5125,'/www/theme/default/style.css','/www/theme/default','file','M'),(13765,2,5127,'/module/user/lang/en.php','/module/user/lang','file','M'),(13766,2,5128,'/module/doc/css/create.css','/module/doc/css','file','A'),(13767,2,5129,'/module/task/config.php','/module/task','file','M'),(13768,2,5131,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13769,2,5131,'/module/common/lang/en.php','/module/common/lang','file','M'),(13770,2,5131,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13771,2,5131,'/module/product/lang/en.php','/module/product/lang','file','M'),(13772,2,5131,'/module/project/lang/en.php','/module/project/lang','file','M'),(13773,2,5131,'/module/story/lang/en.php','/module/story/lang','file','M'),(13774,2,5131,'/module/task/lang/en.php','/module/task/lang','file','M'),(13775,2,5131,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13776,2,5132,'/module/project/lang/en.php','/module/project/lang','file','M'),(13777,2,5132,'/module/project/view/task.html.php','/module/project/view','file','M'),(13778,2,5132,'/module/task/lang/en.php','/module/task/lang','file','M'),(13779,2,5132,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(13780,2,5133,'/module/product/css/view.css','/module/product/css','file','M'),(13781,2,5133,'/module/product/view/view.html.php','/module/product/view','file','M'),(13782,2,5134,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13783,2,5136,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13784,2,5136,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(13785,2,5136,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(13786,2,5136,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(13787,2,5136,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(13788,2,5136,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(13789,2,5136,'/module/custom/control.php','/module/custom','file','M'),(13790,2,5138,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13791,2,5139,'/module/bug/config.php','/module/bug','file','M'),(13792,2,5140,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(13793,2,5140,'/module/user/lang/en.php','/module/user/lang','file','M'),(13794,2,5140,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(13795,2,5142,'/module/build/lang/en.php','/module/build/lang','file','M'),(13796,2,5142,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(13797,2,5142,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13798,2,5142,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(13799,2,5144,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13800,2,5144,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(13801,2,5145,'/www/js/my.full.js','/www/js','file','M'),(13802,2,5146,'/module/doc/css/browse.css','/module/doc/css','file','A'),(13803,2,5148,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(13804,2,5149,'/module/action/lang/en.php','/module/action/lang','file','M'),(13805,2,5149,'/module/block/lang/en.php','/module/block/lang','file','M'),(13806,2,5149,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13807,2,5149,'/module/common/lang/en.php','/module/common/lang','file','M'),(13808,2,5149,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13809,2,5149,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13810,2,5149,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(13811,2,5149,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(13812,2,5149,'/module/file/lang/en.php','/module/file/lang','file','M'),(13813,2,5149,'/module/install/lang/en.php','/module/install/lang','file','M'),(13814,2,5149,'/module/product/lang/en.php','/module/product/lang','file','M'),(13815,2,5149,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13816,2,5149,'/module/project/lang/en.php','/module/project/lang','file','M'),(13817,2,5149,'/module/report/lang/en.php','/module/report/lang','file','M'),(13818,2,5149,'/module/score/lang/en.php','/module/score/lang','file','M'),(13819,2,5149,'/module/story/lang/en.php','/module/story/lang','file','M'),(13820,2,5149,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13821,2,5149,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13822,2,5149,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(13823,2,5149,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(13824,2,5149,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13825,2,5149,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(13826,2,5149,'/module/user/lang/en.php','/module/user/lang','file','M'),(13827,2,5149,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(13828,2,5151,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(13829,2,5153,'/module/product/js/browse.js','/module/product/js','file','M'),(13830,2,5153,'/module/product/lang/en.php','/module/product/lang','file','M'),(13831,2,5153,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13832,2,5153,'/module/product/view/browse.html.php','/module/product/view','file','M'),(13833,2,5153,'/module/project/js/task.js','/module/project/js','file','M'),(13834,2,5153,'/module/project/view/task.html.php','/module/project/view','file','M'),(13835,2,5154,'/module/story/lang/en.php','/module/story/lang','file','M'),(13836,2,5154,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(13837,2,5154,'/module/task/lang/en.php','/module/task/lang','file','M'),(13838,2,5155,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(13839,2,5155,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(13840,2,5155,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(13841,2,5155,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(13842,2,5155,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(13843,2,5155,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(13844,2,5155,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(13845,2,5156,'/module/product/css/common.css','/module/product/css','file','M'),(13846,2,5157,'/module/product/lang/en.php','/module/product/lang','file','M'),(13847,2,5157,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(13848,2,5157,'/www/theme/lang/en.css','/www/theme/lang','file','M'),(13849,2,5158,'/module/product/lang/en.php','/module/product/lang','file','M'),(13850,2,5159,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(13851,2,5160,'/module/user/control.php','/module/user','file','M'),(13852,2,5160,'/module/user/css/profile.css','/module/user/css','file','M'),(13853,2,5160,'/module/user/view/edit.html.php','/module/user/view','file','M'),(13854,2,5160,'/module/user/view/profile.html.php','/module/user/view','file','M'),(13855,2,5161,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(13856,2,5161,'/module/my/lang/en.php','/module/my/lang','file','M'),(13857,2,5161,'/module/search/lang/en.php','/module/search/lang','file','M'),(13858,2,5163,'/module/common/model.php','/module/common','file','M'),(13859,2,5164,'/module/story/lang/en.php','/module/story/lang','file','M'),(13860,2,5165,'/module/block/js/admin.js','/module/block/js','file','M'),(13861,2,5165,'/module/block/js/dashboard.js','/module/block/js','file','M'),(13862,2,5167,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(13863,2,5167,'/module/my/view/bug.html.php','/module/my/view','file','M'),(13864,2,5168,'/module/common/lang/en.php','/module/common/lang','file','M'),(13865,2,5168,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13866,2,5170,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(13867,2,5170,'/module/common/lang/en.php','/module/common/lang','file','M'),(13868,2,5170,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(13869,2,5170,'/module/file/lang/en.php','/module/file/lang','file','M'),(13870,2,5170,'/module/story/lang/en.php','/module/story/lang','file','M'),(13871,2,5170,'/module/task/lang/en.php','/module/task/lang','file','M'),(13872,2,5171,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(13873,2,5172,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13874,2,5172,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(13875,2,5173,'/module/project/lang/en.php','/module/project/lang','file','M'),(13876,2,5175,'/module/project/lang/en.php','/module/project/lang','file','M'),(13877,2,5177,'/module/dept/model.php','/module/dept','file','M'),(13878,2,5177,'/module/my/control.php','/module/my','file','M'),(13879,2,5177,'/module/my/css/profile.css','/module/my/css','file','M'),(13880,2,5177,'/module/my/js/common.js','/module/my/js','file','M'),(13881,2,5177,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(13882,2,5177,'/module/my/view/profile.html.php','/module/my/view','file','M'),(13883,2,5177,'/module/user/lang/en.php','/module/user/lang','file','M'),(13884,2,5177,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(13885,2,5177,'/module/user/model.php','/module/user','file','M'),(13886,2,5178,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(13887,2,5179,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(13888,2,5180,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(13889,2,5180,'/module/product/lang/en.php','/module/product/lang','file','M'),(13890,2,5182,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13891,2,5182,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13892,2,5182,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(13893,2,5182,'/module/score/lang/en.php','/module/score/lang','file','M'),(13894,2,5182,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(13895,2,5182,'/module/story/lang/en.php','/module/story/lang','file','M'),(13896,2,5182,'/module/task/lang/en.php','/module/task/lang','file','M'),(13897,2,5182,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13898,2,5182,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(13899,2,5182,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(13900,2,5182,'/module/user/lang/en.php','/module/user/lang','file','M'),(13901,2,5183,'/module/tree/control.php','/module/tree','file','M'),(13902,2,5184,'/module/tree/control.php','/module/tree','file','M'),(13903,2,5184,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(13904,2,5186,'/module/action/model.php','/module/action','file','M'),(13905,2,5186,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(13906,2,5186,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(13907,2,5186,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(13908,2,5187,'/module/story/config.php','/module/story','file','M'),(13909,2,5188,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13910,2,5190,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(13911,2,5190,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(13912,2,5190,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(13913,2,5190,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(13914,2,5192,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(13915,2,5193,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(13916,2,5194,'/module/my/view/task.html.php','/module/my/view','file','M'),(13917,2,5195,'/module/my/view/task.html.php','/module/my/view','file','M'),(13918,2,5197,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(13919,2,5198,'/module/common/lang/en.php','/module/common/lang','file','M'),(13920,2,5198,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(13921,2,5198,'/module/task/control.php','/module/task','file','M'),(13922,2,5200,'/module/task/control.php','/module/task','file','M'),(13923,2,5201,'/module/block/lang/en.php','/module/block/lang','file','M'),(13924,2,5201,'/module/common/lang/en.php','/module/common/lang','file','M'),(13925,2,5201,'/module/project/lang/en.php','/module/project/lang','file','M'),(13926,2,5201,'/module/story/lang/en.php','/module/story/lang','file','M'),(13927,2,5201,'/module/task/lang/en.php','/module/task/lang','file','M'),(13928,2,5201,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13929,2,5201,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13930,2,5203,'/module/common/lang/en.php','/module/common/lang','file','M'),(13931,2,5203,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13932,2,5203,'/module/my/lang/en.php','/module/my/lang','file','M'),(13933,2,5203,'/module/task/lang/en.php','/module/task/lang','file','M'),(13934,2,5203,'/module/user/lang/en.php','/module/user/lang','file','M'),(13935,2,5204,'/module/block/lang/en.php','/module/block/lang','file','M'),(13936,2,5206,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(13937,2,5207,'/module/block/lang/en.php','/module/block/lang','file','M'),(13938,2,5207,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13939,2,5207,'/module/build/lang/en.php','/module/build/lang','file','M'),(13940,2,5207,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(13941,2,5207,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(13942,2,5207,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(13943,2,5207,'/module/product/lang/en.php','/module/product/lang','file','M'),(13944,2,5207,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(13945,2,5207,'/module/story/lang/en.php','/module/story/lang','file','M'),(13946,2,5207,'/module/task/lang/en.php','/module/task/lang','file','M'),(13947,2,5207,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13948,2,5207,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(13949,2,5207,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(13950,2,5207,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13951,2,5208,'/module/common/lang/en.php','/module/common/lang','file','M'),(13952,2,5208,'/module/product/lang/en.php','/module/product/lang','file','M'),(13953,2,5208,'/module/search/lang/en.php','/module/search/lang','file','M'),(13954,2,5209,'/module/my/lang/en.php','/module/my/lang','file','M'),(13955,2,5209,'/module/product/lang/en.php','/module/product/lang','file','M'),(13956,2,5209,'/module/project/lang/en.php','/module/project/lang','file','M'),(13957,2,5209,'/module/release/lang/en.php','/module/release/lang','file','M'),(13958,2,5209,'/module/user/lang/en.php','/module/user/lang','file','M'),(13959,2,5211,'/module/block/lang/en.php','/module/block/lang','file','M'),(13960,2,5211,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(13961,2,5211,'/module/common/lang/en.php','/module/common/lang','file','M'),(13962,2,5211,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(13963,2,5211,'/module/product/lang/en.php','/module/product/lang','file','M'),(13964,2,5211,'/module/project/lang/en.php','/module/project/lang','file','M'),(13965,2,5211,'/module/report/lang/en.php','/module/report/lang','file','M'),(13966,2,5211,'/module/score/lang/en.php','/module/score/lang','file','M'),(13967,2,5211,'/module/search/lang/en.php','/module/search/lang','file','M'),(13968,2,5211,'/module/story/lang/en.php','/module/story/lang','file','M'),(13969,2,5211,'/module/task/lang/en.php','/module/task/lang','file','M'),(13970,2,5211,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13971,2,5211,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(13972,2,5212,'/module/group/control.php','/module/group','file','M'),(13973,2,5212,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(13974,2,5212,'/module/message/model.php','/module/message','file','M'),(13975,2,5212,'/module/task/view/view.html.php','/module/task/view','file','M'),(13976,2,5212,'/module/testcase/control.php','/module/testcase','file','M'),(13977,2,5212,'/www/js/my.full.js','/www/js','file','M'),(13978,2,5213,'/module/story/lang/en.php','/module/story/lang','file','M'),(13979,2,5213,'/module/task/lang/en.php','/module/task/lang','file','M'),(13980,2,5214,'/module/my/lang/en.php','/module/my/lang','file','M'),(13981,2,5214,'/module/release/lang/en.php','/module/release/lang','file','M'),(13982,2,5214,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(13983,2,5216,'/module/group/lang/en.php','/module/group/lang','file','M'),(13984,2,5218,'/www/js/zui/min.js','/www/js/zui','file','M'),(13985,2,5219,'/module/task/lang/en.php','/module/task/lang','file','M'),(13986,2,5220,'/module/product/lang/en.php','/module/product/lang','file','M'),(13987,2,5220,'/module/score/lang/en.php','/module/score/lang','file','M'),(13988,2,5221,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(13989,2,5221,'/module/project/lang/en.php','/module/project/lang','file','M'),(13990,2,5221,'/module/task/lang/en.php','/module/task/lang','file','M'),(13991,2,5222,'/module/product/lang/en.php','/module/product/lang','file','M'),(13992,2,5222,'/module/project/lang/en.php','/module/project/lang','file','M'),(13993,2,5222,'/module/report/lang/en.php','/module/report/lang','file','M'),(13994,2,5223,'/module/action/lang/en.php','/module/action/lang','file','M'),(13995,2,5224,'/module/common/lang/en.php','/module/common/lang','file','M'),(13996,2,5224,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(13997,2,5224,'/module/group/lang/en.php','/module/group/lang','file','M'),(13998,2,5224,'/module/install/lang/en.php','/module/install/lang','file','M'),(13999,2,5224,'/module/my/lang/en.php','/module/my/lang','file','M'),(14000,2,5224,'/module/project/lang/en.php','/module/project/lang','file','M'),(14001,2,5225,'/module/user/lang/en.php','/module/user/lang','file','M'),(14002,2,5226,'/module/project/lang/en.php','/module/project/lang','file','M'),(14003,2,5227,'/module/report/lang/en.php','/module/report/lang','file','M'),(14004,2,5227,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14005,2,5228,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14006,2,5229,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(14007,2,5229,'/module/my/lang/en.php','/module/my/lang','file','M'),(14008,2,5231,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(14009,2,5232,'/www/js/my.full.js','/www/js','file','M'),(14010,2,5233,'/module/upgrade/model.php','/module/upgrade','file','M'),(14011,2,5233,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(14012,2,5233,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(14013,2,5234,'/module/upgrade/model.php','/module/upgrade','file','M'),(14014,2,5234,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(14015,2,5235,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(14016,2,5235,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14017,2,5235,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','M'),(14018,2,5236,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(14019,2,5237,'/module/group/css/manageview.css','/module/group/css','file','M'),(14020,2,5237,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(14021,2,5237,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(14022,2,5238,'/Makefile','/','file','M'),(14023,2,5239,'/VERSION','/','file','M'),(14024,2,5239,'/config/config.php','/config','file','M'),(14025,2,5239,'/db/standard/zentao11.5.sql','/db/standard','file','A'),(14026,2,5239,'/doc/CHANGELOG','/doc','file','M'),(14027,2,5239,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(14028,2,5239,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(14029,2,5239,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(14030,2,5239,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(14031,2,5239,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(14032,2,5239,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14033,2,5239,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14034,2,5239,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(14035,2,5239,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(14036,2,5239,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(14037,2,5239,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(14038,2,5239,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(14039,2,5239,'/tools/check.php','/tools','file','M'),(14040,2,5240,'/module/action/lang/en.php','/module/action/lang','file','M'),(14041,2,5240,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14042,2,5240,'/module/common/lang/en.php','/module/common/lang','file','M'),(14043,2,5240,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(14044,2,5240,'/xuanxuan/module/admin/ext/lang/en/en.php','/xuanxuan/module/admin/ext/lang/en','file','D'),(14045,2,5240,'/xuanxuan/module/admin/ext/lang/en/xuanxuan.php','/xuanxuan/module/admin/ext/lang/en','file','A'),(14046,2,5240,'/xuanxuan/module/admin/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/admin/ext/lang/zh-cn','file','A'),(14047,2,5240,'/xuanxuan/module/admin/ext/lang/zh-cn/zh-cn.php','/xuanxuan/module/admin/ext/lang/zh-cn','file','D'),(14048,2,5240,'/xuanxuan/module/admin/ext/model/class/xuanxuan.class.php','/xuanxuan/module/admin/ext/model/class','file','M'),(14049,2,5240,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','M'),(14050,2,5240,'/xuanxuan/module/client/ext/view/checkupgrade.xuanxuan.html.hook.php','/xuanxuan/module/client/ext/view','file','A'),(14051,2,5240,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(14052,2,5240,'/xuanxuan/module/misc/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/misc/ext/lang/zh-cn','file','M'),(14053,2,5240,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','M'),(14054,2,5240,'/xuanxuan/module/setting/ext/js/xuanxuan/xuanxuan.js','/xuanxuan/module/setting/ext/js/xuanxuan','file','M'),(14055,2,5242,'/module/setting/control.php','/module/setting','file','A'),(14056,2,5242,'/module/upgrade/model.php','/module/upgrade','file','M'),(14057,2,5242,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(14058,2,5242,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','M'),(14059,2,5242,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(14060,2,5243,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14061,2,5244,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','D'),(14062,2,5244,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(14063,2,5244,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(14064,2,5244,'/xuanxuan/module/admin/ext/lang/zh-cn/zh-cn.php','/xuanxuan/module/admin/ext/lang/zh-cn','file','M'),(14065,2,5244,'/xuanxuan/module/admin/ext/model/class/xuanxuan.class.php','/xuanxuan/module/admin/ext/model/class','file','A'),(14066,2,5244,'/xuanxuan/module/admin/ext/model/xuanxuan.php','/xuanxuan/module/admin/ext/model','file','A'),(14067,2,5244,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14068,2,5244,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14069,2,5244,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(14070,2,5244,'/xuanxuan/module/setting/ext/control/downloadxxd.php','/xuanxuan/module/setting/ext/control','file','A'),(14071,2,5244,'/xuanxuan/module/setting/ext/control/xuanxuan.php','/xuanxuan/module/setting/ext/control','file','A'),(14072,2,5244,'/xuanxuan/module/setting/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/setting/ext/css/xuanxuan','file','A'),(14073,2,5244,'/xuanxuan/module/setting/ext/js/xuanxuan/xuanxuan.js','/xuanxuan/module/setting/ext/js/xuanxuan','file','A'),(14074,2,5244,'/xuanxuan/module/setting/ext/lang/en/xuanxuan.php','/xuanxuan/module/setting/ext/lang/en','file','A'),(14075,2,5244,'/xuanxuan/module/setting/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/setting/ext/lang/zh-cn','file','A'),(14076,2,5244,'/xuanxuan/module/setting/ext/view/xuanxuan.html.php','/xuanxuan/module/setting/ext/view','file','A'),(14077,2,5245,'/xuanxuan/module/misc/ext/control/ajaxgetclientpackage.php','/xuanxuan/module/misc/ext/control','file','M'),(14078,2,5245,'/xuanxuan/module/misc/ext/control/ajaxgetpackagesize.php','/xuanxuan/module/misc/ext/control','file','M'),(14079,2,5245,'/xuanxuan/module/misc/ext/control/ajaxsetclientconfig.php','/xuanxuan/module/misc/ext/control','file','M'),(14080,2,5245,'/xuanxuan/module/misc/ext/control/downloadclient.php','/xuanxuan/module/misc/ext/control','file','M'),(14081,2,5247,'/module/action/lang/en.php','/module/action/lang','file','M'),(14082,2,5247,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14083,2,5249,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(14084,2,5249,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14085,2,5250,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14086,2,5250,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(14087,2,5250,'/module/group/model.php','/module/group','file','M'),(14088,2,5250,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(14089,2,5252,'/module/action/lang/en.php','/module/action/lang','file','M'),(14090,2,5252,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14091,2,5252,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(14092,2,5254,'/module/action/lang/en.php','/module/action/lang','file','M'),(14093,2,5254,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14094,2,5254,'/module/group/js/manageview.js','/module/group/js','file','M'),(14095,2,5254,'/module/group/model.php','/module/group','file','M'),(14096,2,5254,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(14097,2,5254,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(14098,2,5255,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14099,2,5256,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14100,2,5257,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14101,2,5257,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(14102,2,5260,'/module/action/lang/en.php','/module/action/lang','file','M'),(14103,2,5261,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14104,2,5261,'/module/upgrade/model.php','/module/upgrade','file','M'),(14105,2,5261,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(14106,2,5261,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14107,2,5261,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(14108,2,5262,'/module/action/model.php','/module/action','file','M'),(14109,2,5264,'/module/action/lang/en.php','/module/action/lang','file','M'),(14110,2,5264,'/module/group/lang/en.php','/module/group/lang','file','M'),(14111,2,5264,'/module/story/lang/en.php','/module/story/lang','file','M'),(14112,2,5265,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14113,2,5266,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14114,2,5267,'/module/action/lang/en.php','/module/action/lang','file','M'),(14115,2,5269,'/module/action/lang/en.php','/module/action/lang','file','M'),(14116,2,5269,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14117,2,5269,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14118,2,5269,'/module/group/lang/en.php','/module/group/lang','file','M'),(14119,2,5269,'/module/story/lang/en.php','/module/story/lang','file','M'),(14120,2,5269,'/module/testcase/control.php','/module/testcase','file','M'),(14121,2,5270,'/module/group/js/manageview.js','/module/group/js','file','M'),(14122,2,5271,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14123,2,5271,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(14124,2,5273,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14125,2,5274,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14126,2,5274,'/module/group/js/manageview.js','/module/group/js','file','M'),(14127,2,5274,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(14128,2,5275,'/module/task/model.php','/module/task','file','M'),(14129,2,5276,'/Makefile','/','file','M'),(14130,2,5276,'/module/story/js/x.view.js','/module/story/js','file','M'),(14131,2,5279,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14132,2,5279,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(14133,2,5279,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(14134,2,5282,'/Makefile','/','file','M'),(14135,2,5282,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(14136,2,5282,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14137,2,5283,'/module/task/control.php','/module/task','file','M'),(14138,2,5284,'/db/zentao.sql','/db','file','M'),(14139,2,5284,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(14140,2,5285,'/module/action/lang/en.php','/module/action/lang','file','M'),(14141,2,5285,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14142,2,5285,'/module/action/model.php','/module/action','file','M'),(14143,2,5285,'/module/block/lang/en.php','/module/block/lang','file','M'),(14144,2,5285,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14145,2,5285,'/module/build/lang/en.php','/module/build/lang','file','M'),(14146,2,5285,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14147,2,5285,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(14148,2,5285,'/module/release/lang/en.php','/module/release/lang','file','M'),(14149,2,5285,'/module/report/lang/en.php','/module/report/lang','file','M'),(14150,2,5285,'/module/score/lang/en.php','/module/score/lang','file','M'),(14151,2,5285,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(14152,2,5285,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14153,2,5285,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14154,2,5286,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14155,2,5286,'/module/action/model.php','/module/action','file','M'),(14156,2,5286,'/module/custom/control.php','/module/custom','file','M'),(14157,2,5286,'/module/custom/view/setdynamic.html.php','/module/custom/view','file','M'),(14158,2,5286,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(14159,2,5286,'/module/task/model.php','/module/task','file','M'),(14160,2,5288,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14161,2,5288,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(14162,2,5288,'/module/task/model.php','/module/task','file','M'),(14163,2,5289,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(14164,2,5291,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14165,2,5291,'/module/action/model.php','/module/action','file','M'),(14166,2,5291,'/module/task/model.php','/module/task','file','M'),(14167,2,5293,'/module/action/lang/en.php','/module/action/lang','file','M'),(14168,2,5293,'/module/block/lang/en.php','/module/block/lang','file','M'),(14169,2,5293,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14170,2,5293,'/module/build/lang/en.php','/module/build/lang','file','M'),(14171,2,5293,'/module/release/lang/en.php','/module/release/lang','file','M'),(14172,2,5293,'/module/report/lang/en.php','/module/report/lang','file','M'),(14173,2,5293,'/module/score/lang/en.php','/module/score/lang','file','M'),(14174,2,5293,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14175,2,5295,'/module/action/model.php','/module/action','file','M'),(14176,2,5295,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14177,2,5297,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14178,2,5297,'/module/action/model.php','/module/action','file','M'),(14179,2,5297,'/module/bug/model.php','/module/bug','file','M'),(14180,2,5297,'/module/release/control.php','/module/release','file','M'),(14181,2,5297,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(14182,2,5297,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14183,2,5297,'/module/task/model.php','/module/task','file','M'),(14184,2,5297,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(14185,2,5297,'/module/task/view/view.html.php','/module/task/view','file','M'),(14186,2,5297,'/module/testcase/control.php','/module/testcase','file','M'),(14187,2,5297,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14188,2,5297,'/module/testtask/model.php','/module/testtask','file','M'),(14189,2,5297,'/module/todo/css/view.css','/module/todo/css','file','M'),(14190,2,5297,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(14191,2,5299,'/module/story/control.php','/module/story','file','M'),(14192,2,5300,'/xuanxuan/module/common/view/footer.modal.html.php','/xuanxuan/module/common/view','file','D'),(14193,2,5300,'/xuanxuan/module/common/view/header.modal.html.php','/xuanxuan/module/common/view','file','D'),(14194,2,5301,'/Makefile','/','file','M'),(14195,2,5301,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14196,2,5301,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14197,2,5301,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','M'),(14198,2,5301,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(14199,2,5301,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14200,2,5303,'/db/update11.4.1.sql','/db','file','M'),(14201,2,5303,'/db/zentao.sql','/db','file','M'),(14202,2,5303,'/module/product/view/browse.html.php','/module/product/view','file','M'),(14203,2,5303,'/module/story/model.php','/module/story','file','M'),(14204,2,5303,'/module/upgrade/model.php','/module/upgrade','file','M'),(14205,2,5304,'/module/todo/control.php','/module/todo','file','M'),(14206,2,5305,'/db/update11.4.1.sql','/db','file','M'),(14207,2,5305,'/module/upgrade/model.php','/module/upgrade','file','M'),(14208,2,5306,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(14209,2,5306,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(14210,2,5307,'/db/update11.4.1.sql','/db','file','A'),(14211,2,5307,'/db/zentao.sql','/db','file','M'),(14212,2,5308,'/module/story/model.php','/module/story','file','M'),(14213,2,5309,'/module/action/model.php','/module/action','file','M'),(14214,2,5310,'/module/common/lang/en.php','/module/common/lang','file','M'),(14215,2,5310,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(14216,2,5310,'/module/user/lang/en.php','/module/user/lang','file','M'),(14217,2,5310,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14218,2,5310,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14219,2,5311,'/module/bug/css/create.css','/module/bug/css','file','M'),(14220,2,5311,'/module/product/view/view.html.php','/module/product/view','file','M'),(14221,2,5311,'/module/story/js/view.js','/module/story/js','file','M'),(14222,2,5311,'/module/story/view/view.html.php','/module/story/view','file','M'),(14223,2,5312,'/module/user/model.php','/module/user','file','M'),(14224,2,5313,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14225,2,5314,'/module/common/model.php','/module/common','file','M'),(14226,2,5316,'/module/common/model.php','/module/common','file','M'),(14227,2,5316,'/module/entry/config.php','/module/entry','file','M'),(14228,2,5316,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(14229,2,5316,'/module/entry/model.php','/module/entry','file','M'),(14230,2,5316,'/module/user/model.php','/module/user','file','M'),(14231,2,5317,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14232,2,5318,'/module/task/view/view.html.php','/module/task/view','file','M'),(14233,2,5319,'/module/custom/view/setdynamic.html.php','/module/custom/view','file','M'),(14234,2,5320,'/module/action/model.php','/module/action','file','M'),(14235,2,5320,'/module/custom/control.php','/module/custom','file','M'),(14236,2,5320,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14237,2,5320,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14238,2,5320,'/module/custom/view/setdynamic.html.php','/module/custom/view','file','A'),(14239,2,5320,'/module/story/js/x.create.js','/module/story/js','file','M'),(14240,2,5320,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(14241,2,5320,'/module/task/view/view.html.php','/module/task/view','file','M'),(14242,2,5320,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(14243,2,5322,'/Makefile','/','file','M'),(14244,2,5324,'/module/file/control.php','/module/file','file','M'),(14245,2,5324,'/module/file/model.php','/module/file','file','M'),(14246,2,5326,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','M'),(14247,2,5327,'/module/bug/control.php','/module/bug','file','M'),(14248,2,5327,'/module/task/control.php','/module/task','file','M'),(14249,2,5328,'/module/product/view/view.html.php','/module/product/view','file','M'),(14250,2,5330,'/module/bug/model.php','/module/bug','file','M'),(14251,2,5330,'/module/release/control.php','/module/release','file','M'),(14252,2,5330,'/module/story/model.php','/module/story','file','M'),(14253,2,5331,'/module/doc/model.php','/module/doc','file','M'),(14254,2,5332,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14255,2,5333,'/Makefile','/','file','M'),(14256,2,5334,'/module/branch/model.php','/module/branch','file','M'),(14257,2,5334,'/module/bug/js/common.js','/module/bug/js','file','M'),(14258,2,5334,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(14259,2,5334,'/module/common/lang/en.php','/module/common/lang','file','M'),(14260,2,5334,'/module/install/lang/en.php','/module/install/lang','file','M'),(14261,2,5334,'/module/story/config.php','/module/story','file','M'),(14262,2,5336,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(14263,2,5336,'/module/user/lang/en.php','/module/user/lang','file','M'),(14264,2,5336,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(14265,2,5337,'/module/release/control.php','/module/release','file','M'),(14266,2,5337,'/module/testcase/control.php','/module/testcase','file','M'),(14267,2,5337,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14268,2,5338,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14269,2,5338,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(14270,2,5338,'/module/common/lang/en.php','/module/common/lang','file','M'),(14271,2,5338,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(14272,2,5338,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14273,2,5338,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(14274,2,5338,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(14275,2,5338,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(14276,2,5339,'/module/tree/model.php','/module/tree','file','M'),(14277,2,5339,'/module/upgrade/model.php','/module/upgrade','file','M'),(14278,2,5341,'/Makefile','/','file','M'),(14279,2,5341,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','M'),(14280,2,5341,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(14281,2,5341,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(14282,2,5341,'/xuanxuan/module/chat/ext/control/login.php','/xuanxuan/module/chat/ext/control','file','M'),(14283,2,5341,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(14284,2,5341,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(14285,2,5341,'/xuanxuan/module/client/ext/js/common/xuanxuan.js','/xuanxuan/module/client/ext/js/common','file','A'),(14286,2,5341,'/xuanxuan/module/client/ext/lang/en/xuanxuan.php','/xuanxuan/module/client/ext/lang/en','file','A'),(14287,2,5341,'/xuanxuan/module/client/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/client/ext/lang/zh-cn','file','A'),(14288,2,5341,'/xuanxuan/module/client/ext/view/browse.html.php','/xuanxuan/module/client/ext/view','file','A'),(14289,2,5341,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(14290,2,5341,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(14291,2,5341,'/xuanxuan/module/common/view/footer.modal.html.php','/xuanxuan/module/common/view','file','A'),(14292,2,5341,'/xuanxuan/module/common/view/header.modal.html.php','/xuanxuan/module/common/view','file','A'),(14293,2,5342,'/module/task/lang/en.php','/module/task/lang','file','M'),(14294,2,5342,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14295,2,5342,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14296,2,5342,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(14297,2,5342,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(14298,2,5342,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(14299,2,5342,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(14300,2,5344,'/module/release/lang/en.php','/module/release/lang','file','M'),(14301,2,5344,'/module/report/lang/en.php','/module/report/lang','file','M'),(14302,2,5344,'/module/score/lang/en.php','/module/score/lang','file','M'),(14303,2,5344,'/module/search/lang/en.php','/module/search/lang','file','M'),(14304,2,5344,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(14305,2,5344,'/module/story/lang/en.php','/module/story/lang','file','M'),(14306,2,5344,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(14307,2,5346,'/module/bug/control.php','/module/bug','file','M'),(14308,2,5346,'/module/bug/css/create.css','/module/bug/css','file','M'),(14309,2,5346,'/module/bug/js/create.js','/module/bug/js','file','M'),(14310,2,5346,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(14311,2,5346,'/module/bug/model.php','/module/bug','file','M'),(14312,2,5346,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','D'),(14313,2,5346,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(14314,2,5346,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(14315,2,5346,'/module/group/lang/resource.php','/module/group/lang','file','M'),(14316,2,5346,'/module/product/view/create.html.php','/module/product/view','file','M'),(14317,2,5346,'/module/project/view/create.html.php','/module/project/view','file','M'),(14318,2,5346,'/module/story/view/create.html.php','/module/story/view','file','M'),(14319,2,5346,'/module/task/view/create.html.php','/module/task/view','file','M'),(14320,2,5346,'/module/user/control.php','/module/user','file','M'),(14321,2,5346,'/module/user/lang/en.php','/module/user/lang','file','M'),(14322,2,5346,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14323,2,5346,'/module/user/model.php','/module/user','file','M'),(14324,2,5346,'/module/user/view/ajaxprinttemplates.html.php','/module/user/view','file','A'),(14325,2,5347,'/module/doc/control.php','/module/doc','file','M'),(14326,2,5347,'/module/doc/model.php','/module/doc','file','M'),(14327,2,5348,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(14328,2,5350,'/module/bug/css/create.css','/module/bug/css','file','M'),(14329,2,5350,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14330,2,5350,'/module/project/model.php','/module/project','file','M'),(14331,2,5350,'/module/story/js/view.js','/module/story/js','file','M'),(14332,2,5350,'/module/story/view/view.html.php','/module/story/view','file','M'),(14333,2,5350,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14334,2,5350,'/module/task/model.php','/module/task','file','M'),(14335,2,5350,'/module/task/view/view.html.php','/module/task/view','file','M'),(14336,2,5351,'/module/common/lang/en.php','/module/common/lang','file','M'),(14337,2,5351,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(14338,2,5351,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(14339,2,5353,'/module/product/config.php','/module/product','file','M'),(14340,2,5353,'/module/product/view/view.html.php','/module/product/view','file','M'),(14341,2,5353,'/module/project/config.php','/module/project','file','M'),(14342,2,5353,'/module/project/view/view.html.php','/module/project/view','file','M'),(14343,2,5353,'/module/task/view/view.html.php','/module/task/view','file','M'),(14344,2,5354,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(14345,2,5354,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14346,2,5354,'/module/my/lang/en.php','/module/my/lang','file','M'),(14347,2,5354,'/module/product/lang/en.php','/module/product/lang','file','M'),(14348,2,5354,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(14349,2,5354,'/module/project/lang/en.php','/module/project/lang','file','M'),(14350,2,5356,'/module/install/lang/en.php','/module/install/lang','file','M'),(14351,2,5357,'/module/project/lang/en.php','/module/project/lang','file','M'),(14352,2,5360,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(14353,2,5360,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14354,2,5360,'/module/common/lang/en.php','/module/common/lang','file','M'),(14355,2,5360,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14356,2,5360,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(14357,2,5360,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(14358,2,5360,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(14359,2,5360,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(14360,2,5360,'/module/file/lang/en.php','/module/file/lang','file','M'),(14361,2,5360,'/module/git/lang/en.php','/module/git/lang','file','M'),(14362,2,5360,'/module/group/lang/en.php','/module/group/lang','file','M'),(14363,2,5360,'/module/install/lang/en.php','/module/install/lang','file','M'),(14364,2,5360,'/module/project/lang/en.php','/module/project/lang','file','M'),(14365,2,5360,'/module/release/lang/en.php','/module/release/lang','file','M'),(14366,2,5360,'/module/story/lang/en.php','/module/story/lang','file','M'),(14367,2,5360,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14368,2,5360,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14369,2,5360,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(14370,2,5361,'/module/testcase/control.php','/module/testcase','file','M'),(14371,2,5361,'/module/testcase/js/showimport.js','/module/testcase/js','file','M'),(14372,2,5362,'/module/todo/control.php','/module/todo','file','M'),(14373,2,5362,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(14374,2,5362,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(14375,2,5362,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(14376,2,5363,'/module/testcase/control.php','/module/testcase','file','M'),(14377,2,5364,'/module/bug/control.php','/module/bug','file','M'),(14378,2,5364,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14379,2,5364,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14380,2,5364,'/module/task/model.php','/module/task','file','M'),(14381,2,5364,'/module/testcase/js/showimport.js','/module/testcase/js','file','M'),(14382,2,5366,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(14383,2,5368,'/module/common/lang/en.php','/module/common/lang','file','M'),(14384,2,5368,'/module/company/lang/en.php','/module/company/lang','file','M'),(14385,2,5368,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14386,2,5368,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14387,2,5368,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14388,2,5370,'/module/task/view/view.html.php','/module/task/view','file','A'),(14389,2,5371,'/framework/control.class.php','/framework','file','M'),(14390,2,5373,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(14391,2,5374,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(14392,2,5374,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14393,2,5374,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14394,2,5376,'/module/common/lang/en.php','/module/common/lang','file','M'),(14395,2,5376,'/module/company/lang/en.php','/module/company/lang','file','M'),(14396,2,5376,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(14397,2,5376,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(14398,2,5376,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14399,2,5377,'/framework/control.class.php','/framework','file','M'),(14400,2,5377,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(14401,2,5377,'/module/misc/control.php','/module/misc','file','M'),(14402,2,5377,'/module/task/view/view.html.php','/module/task/view','file','D'),(14403,2,5378,'/module/bug/control.php','/module/bug','file','M'),(14404,2,5380,'/module/testcase/control.php','/module/testcase','file','M'),(14405,2,5380,'/module/testcase/js/showimport.js','/module/testcase/js','file','M'),(14406,2,5380,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(14407,2,5382,'/module/user/model.php','/module/user','file','M'),(14408,2,5383,'/module/user/model.php','/module/user','file','M'),(14409,2,5385,'/module/project/control.php','/module/project','file','M'),(14410,2,5385,'/module/user/model.php','/module/user','file','M'),(14411,2,5387,'/module/todo/control.php','/module/todo','file','M'),(14412,2,5389,'/module/block/lang/en.php','/module/block/lang','file','M'),(14413,2,5389,'/module/common/lang/en.php','/module/common/lang','file','M'),(14414,2,5389,'/module/product/lang/en.php','/module/product/lang','file','M'),(14415,2,5389,'/module/project/lang/en.php','/module/project/lang','file','M'),(14416,2,5389,'/module/task/lang/en.php','/module/task/lang','file','M'),(14417,2,5389,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14418,2,5389,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(14419,2,5389,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(14420,2,5390,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14421,2,5391,'/module/testcase/control.php','/module/testcase','file','M'),(14422,2,5391,'/module/testcase/model.php','/module/testcase','file','M'),(14423,2,5391,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(14424,2,5391,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(14425,2,5392,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14426,2,5392,'/module/build/lang/en.php','/module/build/lang','file','M'),(14427,2,5393,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(14428,2,5393,'/module/block/lang/en.php','/module/block/lang','file','M'),(14429,2,5395,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(14430,2,5395,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(14431,2,5395,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14432,2,5395,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(14433,2,5395,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(14434,2,5395,'/module/product/lang/en.php','/module/product/lang','file','M'),(14435,2,5395,'/module/project/lang/en.php','/module/project/lang','file','M'),(14436,2,5395,'/module/report/lang/en.php','/module/report/lang','file','M'),(14437,2,5395,'/module/task/lang/en.php','/module/task/lang','file','M'),(14438,2,5395,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14439,2,5395,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(14440,2,5395,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(14441,2,5397,'/module/testcase/js/showimport.js','/module/testcase/js','file','A'),(14442,2,5397,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(14443,2,5399,'/module/dept/model.php','/module/dept','file','M'),(14444,2,5402,'/module/task/js/batchedit.js','/module/task/js','file','M'),(14445,2,5402,'/module/user/js/common.js','/module/user/js','file','M'),(14446,2,5403,'/www/js/zui/min.js','/www/js/zui','file','M'),(14447,2,5404,'/module/user/model.php','/module/user','file','M'),(14448,2,5407,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14449,2,5409,'/module/mail/model.php','/module/mail','file','M'),(14450,2,5410,'/module/task/model.php','/module/task','file','M'),(14451,2,5412,'/module/task/lang/en.php','/module/task/lang','file','M'),(14452,2,5414,'/module/todo/control.php','/module/todo','file','M'),(14453,2,5415,'/framework/control.class.php','/framework','file','M'),(14454,2,5415,'/module/misc/control.php','/module/misc','file','M'),(14455,2,5415,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14456,2,5417,'/module/user/model.php','/module/user','file','M'),(14457,2,5418,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(14458,2,5419,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(14459,2,5419,'/module/todo/model.php','/module/todo','file','M'),(14460,2,5420,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(14461,2,5422,'/module/task/model.php','/module/task','file','M'),(14462,2,5424,'/module/task/model.php','/module/task','file','M'),(14463,2,5426,'/module/bug/control.php','/module/bug','file','M'),(14464,2,5428,'/module/block/lang/en.php','/module/block/lang','file','M'),(14465,2,5428,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(14466,2,5429,'/module/action/lang/en.php','/module/action/lang','file','M'),(14467,2,5429,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14468,2,5430,'/module/action/lang/en.php','/module/action/lang','file','M'),(14469,2,5430,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(14470,2,5430,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(14471,2,5430,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(14472,2,5430,'/module/todo/model.php','/module/todo','file','M'),(14473,2,5432,'/module/todo/model.php','/module/todo','file','M'),(14474,2,5435,'/module/doc/js/create.js','/module/doc/js','file','M'),(14475,2,5436,'/module/block/model.php','/module/block','file','M'),(14476,2,5437,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14477,2,5438,'/VERSION','/','file','M'),(14478,2,5438,'/config/config.php','/config','file','M'),(14479,2,5438,'/db/standard/zentao11.4.1.sql','/db/standard','file','A'),(14480,2,5438,'/doc/CHANGELOG','/doc','file','M'),(14481,2,5438,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(14482,2,5438,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(14483,2,5438,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14484,2,5438,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14485,2,5438,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(14486,2,5438,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(14487,2,5438,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(14488,2,5438,'/module/upgrade/model.php','/module/upgrade','file','M'),(14489,2,5439,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14490,2,5439,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14491,2,5439,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(14492,2,5440,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14493,2,5442,'/module/task/view/view.html.php','/module/task/view','file','M'),(14494,2,5443,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(14495,2,5445,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(14496,2,5446,'/module/story/control.php','/module/story','file','M'),(14497,2,5446,'/module/testcase/control.php','/module/testcase','file','M'),(14498,2,5448,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(14499,2,5449,'/module/tree/control.php','/module/tree','file','M'),(14500,2,5449,'/module/tree/model.php','/module/tree','file','M'),(14501,2,5449,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(14502,2,5450,'/module/backup/control.php','/module/backup','file','M'),(14503,2,5450,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(14504,2,5450,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(14505,2,5450,'/module/backup/view/change.html.php','/module/backup/view','file','D'),(14506,2,5450,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14507,2,5450,'/module/backup/view/setting.html.php','/module/backup/view','file','M'),(14508,2,5451,'/module/block/lang/en.php','/module/block/lang','file','M'),(14509,2,5452,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(14510,2,5454,'/module/task/view/view.html.php','/module/task/view','file','M'),(14511,2,5455,'/module/report/lang/en.php','/module/report/lang','file','M'),(14512,2,5457,'/module/score/model.php','/module/score','file','M'),(14513,2,5459,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14514,2,5461,'/module/product/model.php','/module/product','file','M'),(14515,2,5461,'/module/project/model.php','/module/project','file','M'),(14516,2,5462,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14517,2,5463,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(14518,2,5465,'/module/task/control.php','/module/task','file','M'),(14519,2,5466,'/www/theme/default/style.css','/www/theme/default','file','M'),(14520,2,5469,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(14521,2,5470,'/xuanxuan/module/block/ext/view/dashboard.xuanxuan.html.hook.php','/xuanxuan/module/block/ext/view','file','M'),(14522,2,5471,'/module/todo/model.php','/module/todo','file','M'),(14523,2,5471,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(14524,2,5473,'/framework/base/router.class.php','/framework/base','file','M'),(14525,2,5474,'/module/project/model.php','/module/project','file','M'),(14526,2,5476,'/db/update11.4.sql','/db','file','A'),(14527,2,5476,'/db/zentao.sql','/db','file','M'),(14528,2,5477,'/module/task/model.php','/module/task','file','M'),(14529,2,5479,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(14530,2,5479,'/module/project/model.php','/module/project','file','M'),(14531,2,5481,'/module/project/model.php','/module/project','file','M'),(14532,2,5482,'/module/task/model.php','/module/task','file','M'),(14533,2,5483,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(14534,2,5483,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(14535,2,5484,'/module/testcase/control.php','/module/testcase','file','M'),(14536,2,5486,'/module/block/js/dashboard.js','/module/block/js','file','M'),(14537,2,5486,'/module/testcase/model.php','/module/testcase','file','M'),(14538,2,5487,'/www/js/my.full.js','/www/js','file','M'),(14539,2,5488,'/module/story/config.php','/module/story','file','M'),(14540,2,5490,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14541,2,5492,'/module/story/model.php','/module/story','file','M'),(14542,2,5492,'/module/task/control.php','/module/task','file','M'),(14543,2,5492,'/module/testtask/model.php','/module/testtask','file','M'),(14544,2,5494,'/module/project/view/task.html.php','/module/project/view','file','M'),(14545,2,5495,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(14546,2,5495,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(14547,2,5495,'/module/product/view/view.html.php','/module/product/view','file','M'),(14548,2,5495,'/module/user/view/create.html.php','/module/user/view','file','M'),(14549,2,5495,'/module/user/view/edit.html.php','/module/user/view','file','M'),(14550,2,5496,'/VERSION','/','file','M'),(14551,2,5496,'/config/config.php','/config','file','M'),(14552,2,5496,'/db/standard/zentao11.4.sql','/db/standard','file','A'),(14553,2,5496,'/doc/CHANGELOG','/doc','file','M'),(14554,2,5496,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(14555,2,5496,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(14556,2,5496,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(14557,2,5496,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14558,2,5496,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14559,2,5496,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(14560,2,5496,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(14561,2,5496,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(14562,2,5496,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(14563,2,5496,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(14564,2,5496,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(14565,2,5496,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(14566,2,5496,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(14567,2,5496,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(14568,2,5496,'/module/upgrade/model.php','/module/upgrade','file','M'),(14569,2,5498,'/module/group/lang/resource.php','/module/group/lang','file','M'),(14570,2,5498,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14571,2,5498,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14572,2,5500,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(14573,2,5500,'/module/task/js/create.js','/module/task/js','file','M'),(14574,2,5500,'/module/task/view/create.html.php','/module/task/view','file','M'),(14575,2,5501,'/db/update11.3.sql','/db','file','M'),(14576,2,5502,'/Makefile','/','file','M'),(14577,2,5502,'/module/build/view/view.html.php','/module/build/view','file','M'),(14578,2,5502,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(14579,2,5502,'/module/release/view/view.html.php','/module/release/view','file','M'),(14580,2,5502,'/module/task/view/view.html.php','/module/task/view','file','M'),(14581,2,5502,'/xuanxuan/www/upgradexuanxuan.php','/xuanxuan/www','file','D'),(14582,2,5502,'/xuanxuan/www/x.php','/xuanxuan/www','file','A'),(14583,2,5502,'/xuanxuan/www/xuanxuan.php','/xuanxuan/www','file','D'),(14584,2,5504,'/module/project/view/task.html.php','/module/project/view','file','M'),(14585,2,5505,'/module/report/model.php','/module/report','file','M'),(14586,2,5505,'/module/task/control.php','/module/task','file','M'),(14587,2,5505,'/module/task/css/create.css','/module/task/css','file','M'),(14588,2,5505,'/module/task/js/create.js','/module/task/js','file','M'),(14589,2,5505,'/module/task/view/create.html.php','/module/task/view','file','M'),(14590,2,5506,'/config/config.php','/config','file','M'),(14591,2,5506,'/module/product/css/view.css','/module/product/css','file','M'),(14592,2,5506,'/module/project/css/task.css','/module/project/css','file','M'),(14593,2,5506,'/module/project/view/task.html.php','/module/project/view','file','M'),(14594,2,5507,'/config/config.php','/config','file','M'),(14595,2,5507,'/db/update11.3.sql','/db','file','A'),(14596,2,5507,'/module/company/view/browse.html.php','/module/company/view','file','M'),(14597,2,5508,'/module/file/control.php','/module/file','file','M'),(14598,2,5508,'/module/file/lang/en.php','/module/file/lang','file','M'),(14599,2,5508,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(14600,2,5509,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(14601,2,5510,'/module/project/view/burn.html.php','/module/project/view','file','M'),(14602,2,5511,'/module/task/lang/en.php','/module/task/lang','file','M'),(14603,2,5511,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14604,2,5511,'/module/task/model.php','/module/task','file','M'),(14605,2,5511,'/module/task/view/edit.html.php','/module/task/view','file','M'),(14606,2,5512,'/module/task/view/view.html.php','/module/task/view','file','M'),(14607,2,5513,'/module/block/model.php','/module/block','file','M'),(14608,2,5515,'/module/upgrade/model.php','/module/upgrade','file','M'),(14609,2,5516,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(14610,2,5517,'/www/js/zui/min.js','/www/js/zui','file','M'),(14611,2,5518,'/module/task/js/start.js','/module/task/js','file','M'),(14612,2,5519,'/module/task/control.php','/module/task','file','M'),(14613,2,5519,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(14614,2,5520,'/www/js/zui/min.js','/www/js/zui','file','M'),(14615,2,5521,'/module/build/control.php','/module/build','file','M'),(14616,2,5523,'/www/js/zui/min.js','/www/js/zui','file','M'),(14617,2,5523,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(14618,2,5525,'/module/project/js/kanban.js','/module/project/js','file','M'),(14619,2,5525,'/module/task/control.php','/module/task','file','M'),(14620,2,5527,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(14621,2,5529,'/module/doc/css/common.css','/module/doc/css','file','M'),(14622,2,5531,'/module/report/model.php','/module/report','file','M'),(14623,2,5531,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(14624,2,5531,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(14625,2,5531,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(14626,2,5532,'/module/build/js/view.js','/module/build/js','file','M'),(14627,2,5532,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(14628,2,5532,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(14629,2,5532,'/module/build/view/view.html.php','/module/build/view','file','M'),(14630,2,5532,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(14631,2,5532,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(14632,2,5532,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(14633,2,5532,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(14634,2,5532,'/module/release/js/view.js','/module/release/js','file','M'),(14635,2,5532,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(14636,2,5532,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(14637,2,5532,'/module/release/view/view.html.php','/module/release/view','file','M'),(14638,2,5533,'/module/project/css/kanban.css','/module/project/css','file','M'),(14639,2,5533,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(14640,2,5533,'/module/task/control.php','/module/task','file','M'),(14641,2,5533,'/module/task/view/view.html.php','/module/task/view','file','M'),(14642,2,5533,'/module/testcase/control.php','/module/testcase','file','M'),(14643,2,5535,'/module/project/lang/en.php','/module/project/lang','file','M'),(14644,2,5536,'/module/action/model.php','/module/action','file','M'),(14645,2,5536,'/module/project/control.php','/module/project','file','M'),(14646,2,5536,'/module/project/lang/en.php','/module/project/lang','file','M'),(14647,2,5536,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(14648,2,5537,'/framework/router.class.php','/framework','file','M'),(14649,2,5537,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(14650,2,5539,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(14651,2,5539,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(14652,2,5541,'/db/zentao.sql','/db','file','M'),(14653,2,5541,'/module/testcase/control.php','/module/testcase','file','M'),(14654,2,5541,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14655,2,5541,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14656,2,5541,'/module/testcase/model.php','/module/testcase','file','M'),(14657,2,5541,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14658,2,5542,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14659,2,5542,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14660,2,5542,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(14661,2,5544,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(14662,2,5545,'/module/company/view/browse.html.php','/module/company/view','file','M'),(14663,2,5547,'/module/product/view/view.html.php','/module/product/view','file','M'),(14664,2,5548,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(14665,2,5548,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(14666,2,5548,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(14667,2,5548,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(14668,2,5548,'/module/product/css/view.css','/module/product/css','file','M'),(14669,2,5548,'/module/product/view/view.html.php','/module/product/view','file','M'),(14670,2,5548,'/module/project/css/view.css','/module/project/css','file','M'),(14671,2,5548,'/module/task/lang/en.php','/module/task/lang','file','M'),(14672,2,5548,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14673,2,5548,'/module/user/css/common.css','/module/user/css','file','M'),(14674,2,5548,'/module/user/view/create.html.php','/module/user/view','file','M'),(14675,2,5548,'/module/user/view/edit.html.php','/module/user/view','file','M'),(14676,2,5549,'/module/doc/js/edit.js','/module/doc/js','file','M'),(14677,2,5549,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(14678,2,5550,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(14679,2,5552,'/www/js/my.full.js','/www/js','file','M'),(14680,2,5554,'/module/block/control.php','/module/block','file','M'),(14681,2,5554,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(14682,2,5554,'/module/product/control.php','/module/product','file','M'),(14683,2,5554,'/module/project/control.php','/module/project','file','M'),(14684,2,5556,'/db/zentao.sql','/db','file','M'),(14685,2,5556,'/module/group/lang/resource.php','/module/group/lang','file','M'),(14686,2,5556,'/module/message/config.php','/module/message','file','M'),(14687,2,5556,'/module/story/config.php','/module/story','file','M'),(14688,2,5556,'/module/story/control.php','/module/story','file','M'),(14689,2,5556,'/module/story/lang/en.php','/module/story/lang','file','M'),(14690,2,5556,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(14691,2,5556,'/module/story/model.php','/module/story','file','M'),(14692,2,5556,'/module/story/view/assignto.html.php','/module/story/view','file','A'),(14693,2,5556,'/module/story/view/view.html.php','/module/story/view','file','M'),(14694,2,5556,'/module/upgrade/model.php','/module/upgrade','file','M'),(14695,2,5557,'/module/project/lang/en.php','/module/project/lang','file','M'),(14696,2,5559,'/module/doc/model.php','/module/doc','file','M'),(14697,2,5561,'/www/theme/default/style.css','/www/theme/default','file','M'),(14698,2,5562,'/module/project/model.php','/module/project','file','M'),(14699,2,5562,'/module/user/model.php','/module/user','file','M'),(14700,2,5563,'/framework/base/control.class.php','/framework/base','file','M'),(14701,2,5563,'/framework/base/router.class.php','/framework/base','file','M'),(14702,2,5564,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(14703,2,5566,'/module/task/control.php','/module/task','file','M'),(14704,2,5566,'/module/task/css/create.css','/module/task/css','file','M'),(14705,2,5566,'/module/task/js/create.js','/module/task/js','file','M'),(14706,2,5566,'/module/task/lang/en.php','/module/task/lang','file','M'),(14707,2,5566,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14708,2,5566,'/module/task/model.php','/module/task','file','M'),(14709,2,5566,'/module/task/view/create.html.php','/module/task/view','file','M'),(14710,2,5567,'/module/doc/config.php','/module/doc','file','M'),(14711,2,5567,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14712,2,5567,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14713,2,5567,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(14714,2,5568,'/module/task/lang/en.php','/module/task/lang','file','M'),(14715,2,5568,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(14716,2,5568,'/module/task/model.php','/module/task','file','M'),(14717,2,5568,'/module/task/view/edit.html.php','/module/task/view','file','M'),(14718,2,5568,'/module/testtask/control.php','/module/testtask','file','M'),(14719,2,5569,'/module/task/model.php','/module/task','file','M'),(14720,2,5570,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14721,2,5570,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14722,2,5570,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(14723,2,5572,'/module/doc/config.php','/module/doc','file','M'),(14724,2,5572,'/module/doc/js/create.js','/module/doc/js','file','M'),(14725,2,5572,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(14726,2,5574,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14727,2,5576,'/module/task/control.php','/module/task','file','M'),(14728,2,5577,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(14729,2,5578,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14730,2,5579,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(14731,2,5580,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(14732,2,5582,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(14733,2,5583,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14734,2,5583,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(14735,2,5583,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(14736,2,5584,'/module/bug/model.php','/module/bug','file','M'),(14737,2,5584,'/module/story/model.php','/module/story','file','M'),(14738,2,5584,'/module/task/model.php','/module/task','file','M'),(14739,2,5584,'/module/testcase/model.php','/module/testcase','file','M'),(14740,2,5585,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14741,2,5586,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(14742,2,5588,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(14743,2,5589,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(14744,2,5591,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(14745,2,5593,'/module/common/model.php','/module/common','file','M'),(14746,2,5593,'/module/product/lang/en.php','/module/product/lang','file','M'),(14747,2,5593,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(14748,2,5593,'/module/project/control.php','/module/project','file','M'),(14749,2,5593,'/module/project/lang/en.php','/module/project/lang','file','M'),(14750,2,5593,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(14751,2,5593,'/module/task/control.php','/module/task','file','M'),(14752,2,5594,'/module/build/lang/en.php','/module/build/lang','file','M'),(14753,2,5594,'/module/common/lang/en.php','/module/common/lang','file','M'),(14754,2,5594,'/module/release/lang/en.php','/module/release/lang','file','M'),(14755,2,5595,'/module/story/lang/en.php','/module/story/lang','file','M'),(14756,2,5597,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14757,2,5597,'/module/build/lang/en.php','/module/build/lang','file','M'),(14758,2,5597,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(14759,2,5597,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(14760,2,5599,'/module/group/view/browse.html.php','/module/group/view','file','M'),(14761,2,5600,'/db/demo.sql','/db','file','M'),(14762,2,5600,'/db/endemo.sql','/db','file','M'),(14763,2,5601,'/module/product/model.php','/module/product','file','M'),(14764,2,5601,'/module/project/model.php','/module/project','file','M'),(14765,2,5602,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14766,2,5603,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(14767,2,5603,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(14768,2,5603,'/module/doc/js/edit.js','/module/doc/js','file','M'),(14769,2,5603,'/module/doc/model.php','/module/doc','file','M'),(14770,2,5603,'/module/my/view/task.html.php','/module/my/view','file','M'),(14771,2,5603,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(14772,2,5603,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(14773,2,5605,'/module/bug/model.php','/module/bug','file','M'),(14774,2,5605,'/module/story/model.php','/module/story','file','M'),(14775,2,5605,'/module/task/model.php','/module/task','file','M'),(14776,2,5605,'/module/testcase/model.php','/module/testcase','file','M'),(14777,2,5606,'/module/doc/control.php','/module/doc','file','M'),(14778,2,5606,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(14779,2,5606,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14780,2,5607,'/db/standard/zentao11.3.sql','/db/standard','file','M'),(14781,2,5608,'/db/zentao.sql','/db','file','M'),(14782,2,5610,'/module/project/model.php','/module/project','file','M'),(14783,2,5612,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14784,2,5613,'/module/testcase/config.php','/module/testcase','file','M'),(14785,2,5613,'/module/testcase/control.php','/module/testcase','file','M'),(14786,2,5613,'/module/testcase/model.php','/module/testcase','file','M'),(14787,2,5615,'/module/upgrade/model.php','/module/upgrade','file','M'),(14788,2,5617,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14789,2,5617,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14790,2,5617,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14791,2,5617,'/module/task/lang/en.php','/module/task/lang','file','M'),(14792,2,5618,'/module/upgrade/model.php','/module/upgrade','file','M'),(14793,2,5619,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(14794,2,5619,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(14795,2,5619,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(14796,2,5619,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(14797,2,5619,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(14798,2,5619,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(14799,2,5619,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(14800,2,5619,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(14801,2,5619,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(14802,2,5620,'/VERSION','/','file','M'),(14803,2,5620,'/config/config.php','/config','file','M'),(14804,2,5620,'/db/standard/zentao11.2.sql','/db/standard','file','M'),(14805,2,5620,'/db/standard/zentao11.3.sql','/db/standard','file','A'),(14806,2,5620,'/db/zentao.sql','/db','file','M'),(14807,2,5620,'/doc/CHANGELOG','/doc','file','M'),(14808,2,5620,'/module/common/lang/en.php','/module/common/lang','file','M'),(14809,2,5620,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14810,2,5620,'/module/group/lang/resource.php','/module/group/lang','file','M'),(14811,2,5620,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(14812,2,5620,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(14813,2,5620,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14814,2,5620,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14815,2,5620,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(14816,2,5620,'/module/upgrade/model.php','/module/upgrade','file','M'),(14817,2,5620,'/module/user/lang/en.php','/module/user/lang','file','M'),(14818,2,5622,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(14819,2,5623,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14820,2,5623,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14821,2,5624,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14822,2,5626,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(14823,2,5627,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(14824,2,5629,'/module/git/model.php','/module/git','file','M'),(14825,2,5630,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(14826,2,5630,'/module/doc/js/common.js','/module/doc/js','file','M'),(14827,2,5630,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(14828,2,5630,'/module/doc/js/editlib.js','/module/doc/js','file','M'),(14829,2,5630,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14830,2,5630,'/module/doc/model.php','/module/doc','file','M'),(14831,2,5630,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(14832,2,5630,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(14833,2,5630,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(14834,2,5630,'/module/upgrade/model.php','/module/upgrade','file','M'),(14835,2,5632,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(14836,2,5632,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14837,2,5632,'/module/story/view/view.html.php','/module/story/view','file','M'),(14838,2,5632,'/module/task/view/view.html.php','/module/task/view','file','M'),(14839,2,5632,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14840,2,5633,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(14841,2,5635,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(14842,2,5635,'/module/testcase/control.php','/module/testcase','file','M'),(14843,2,5635,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14844,2,5635,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14845,2,5635,'/module/testcase/model.php','/module/testcase','file','M'),(14846,2,5635,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(14847,2,5637,'/module/doc/config.php','/module/doc','file','M'),(14848,2,5637,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14849,2,5637,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(14850,2,5637,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(14851,2,5637,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14852,2,5638,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(14853,2,5638,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(14854,2,5640,'/module/testcase/control.php','/module/testcase','file','M'),(14855,2,5640,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14856,2,5640,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14857,2,5640,'/module/testcase/model.php','/module/testcase','file','M'),(14858,2,5642,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(14859,2,5642,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(14860,2,5642,'/module/custom/control.php','/module/custom','file','M'),(14861,2,5642,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14862,2,5642,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(14863,2,5642,'/module/custom/view/timezone.html.php','/module/custom/view','file','M'),(14864,2,5642,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14865,2,5642,'/module/report/model.php','/module/report','file','M'),(14866,2,5643,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(14867,2,5643,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(14868,2,5644,'/module/company/control.php','/module/company','file','M'),(14869,2,5645,'/module/bug/model.php','/module/bug','file','M'),(14870,2,5645,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(14871,2,5645,'/module/my/view/bug.html.php','/module/my/view','file','M'),(14872,2,5645,'/module/my/view/story.html.php','/module/my/view','file','M'),(14873,2,5645,'/module/my/view/task.html.php','/module/my/view','file','M'),(14874,2,5645,'/module/product/view/view.html.php','/module/product/view','file','M'),(14875,2,5645,'/module/project/view/bug.html.php','/module/project/view','file','M'),(14876,2,5645,'/module/project/view/view.html.php','/module/project/view','file','M'),(14877,2,5645,'/module/story/model.php','/module/story','file','M'),(14878,2,5645,'/module/story/view/view.html.php','/module/story/view','file','M'),(14879,2,5645,'/module/task/model.php','/module/task','file','M'),(14880,2,5645,'/module/task/view/view.html.php','/module/task/view','file','M'),(14881,2,5645,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(14882,2,5645,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(14883,2,5646,'/module/doc/css/view.css','/module/doc/css','file','M'),(14884,2,5648,'/module/story/view/view.html.php','/module/story/view','file','M'),(14885,2,5648,'/module/testcase/control.php','/module/testcase','file','M'),(14886,2,5648,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(14887,2,5648,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(14888,2,5648,'/module/testcase/model.php','/module/testcase','file','M'),(14889,2,5648,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(14890,2,5650,'/module/common/lang/en.php','/module/common/lang','file','M'),(14891,2,5650,'/module/project/lang/en.php','/module/project/lang','file','M'),(14892,2,5651,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14893,2,5653,'/db/demo.sql','/db','file','M'),(14894,2,5653,'/db/endemo.sql','/db','file','M'),(14895,2,5653,'/db/update11.2.sql','/db','file','M'),(14896,2,5653,'/db/zentao.sql','/db','file','M'),(14897,2,5653,'/module/company/config.php','/module/company','file','M'),(14898,2,5653,'/module/custom/config.php','/module/custom','file','M'),(14899,2,5653,'/module/my/control.php','/module/my','file','M'),(14900,2,5653,'/module/testcase/css/importfromlib.css','/module/testcase/css','file','M'),(14901,2,5653,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(14902,2,5653,'/module/user/config.php','/module/user','file','M'),(14903,2,5653,'/module/user/lang/en.php','/module/user/lang','file','M'),(14904,2,5653,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14905,2,5653,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(14906,2,5653,'/module/user/model.php','/module/user','file','M'),(14907,2,5653,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(14908,2,5653,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(14909,2,5655,'/module/block/lang/en.php','/module/block/lang','file','M'),(14910,2,5655,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(14911,2,5655,'/module/build/lang/en.php','/module/build/lang','file','M'),(14912,2,5655,'/module/common/lang/en.php','/module/common/lang','file','M'),(14913,2,5655,'/module/task/lang/en.php','/module/task/lang','file','M'),(14914,2,5655,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(14915,2,5656,'/module/doc/css/common.css','/module/doc/css','file','M'),(14916,2,5658,'/module/project/js/tree.js','/module/project/js','file','M'),(14917,2,5660,'/module/product/lang/en.php','/module/product/lang','file','M'),(14918,2,5661,'/module/project/js/tree.js','/module/project/js','file','M'),(14919,2,5662,'/module/project/js/tree.js','/module/project/js','file','M'),(14920,2,5663,'/module/block/model.php','/module/block','file','M'),(14921,2,5663,'/module/product/control.php','/module/product','file','M'),(14922,2,5663,'/module/tree/model.php','/module/tree','file','M'),(14923,2,5663,'/www/theme/default/style.css','/www/theme/default','file','M'),(14924,2,5664,'/module/project/js/tree.js','/module/project/js','file','M'),(14925,2,5665,'/module/project/js/tree.js','/module/project/js','file','M'),(14926,2,5666,'/module/my/control.php','/module/my','file','M'),(14927,2,5666,'/module/project/model.php','/module/project','file','M'),(14928,2,5667,'/module/doc/view/sort.html.php','/module/doc/view','file','M'),(14929,2,5668,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(14930,2,5669,'/module/project/js/tree.js','/module/project/js','file','M'),(14931,2,5670,'/module/custom/control.php','/module/custom','file','M'),(14932,2,5670,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14933,2,5670,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14934,2,5670,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(14935,2,5672,'/db/update11.2.sql','/db','file','M'),(14936,2,5672,'/db/zentao.sql','/db','file','M'),(14937,2,5672,'/module/company/config.php','/module/company','file','M'),(14938,2,5672,'/module/custom/config.php','/module/custom','file','M'),(14939,2,5672,'/module/custom/control.php','/module/custom','file','M'),(14940,2,5672,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14941,2,5672,'/module/custom/model.php','/module/custom','file','M'),(14942,2,5672,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(14943,2,5672,'/module/doc/js/create.js','/module/doc/js','file','M'),(14944,2,5672,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14945,2,5672,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(14946,2,5672,'/module/my/view/profile.html.php','/module/my/view','file','M'),(14947,2,5672,'/module/user/config.php','/module/user','file','M'),(14948,2,5672,'/module/user/control.php','/module/user','file','M'),(14949,2,5672,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14950,2,5672,'/module/user/model.php','/module/user','file','M'),(14951,2,5672,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(14952,2,5672,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(14953,2,5672,'/module/user/view/edit.html.php','/module/user/view','file','M'),(14954,2,5672,'/module/user/view/profile.html.php','/module/user/view','file','M'),(14955,2,5673,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14956,2,5673,'/module/user/view/profile.html.php','/module/user/view','file','M'),(14957,2,5674,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(14958,2,5674,'/module/my/view/profile.html.php','/module/my/view','file','M'),(14959,2,5674,'/module/user/view/profile.html.php','/module/user/view','file','M'),(14960,2,5675,'/module/custom/control.php','/module/custom','file','M'),(14961,2,5675,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(14962,2,5675,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(14963,2,5675,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(14964,2,5675,'/module/user/lang/en.php','/module/user/lang','file','M'),(14965,2,5675,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14966,2,5675,'/module/user/view/edit.html.php','/module/user/view','file','M'),(14967,2,5676,'/db/update11.2.sql','/db','file','M'),(14968,2,5676,'/module/company/config.php','/module/company','file','M'),(14969,2,5676,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(14970,2,5676,'/module/my/view/profile.html.php','/module/my/view','file','M'),(14971,2,5676,'/module/user/config.php','/module/user','file','M'),(14972,2,5676,'/module/user/lang/en.php','/module/user/lang','file','M'),(14973,2,5676,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(14974,2,5676,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(14975,2,5676,'/module/user/model.php','/module/user','file','M'),(14976,2,5676,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(14977,2,5676,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(14978,2,5676,'/module/user/view/edit.html.php','/module/user/view','file','M'),(14979,2,5676,'/module/user/view/profile.html.php','/module/user/view','file','M'),(14980,2,5677,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(14981,2,5678,'/module/company/control.php','/module/company','file','M'),(14982,2,5679,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(14983,2,5680,'/module/doc/control.php','/module/doc','file','M'),(14984,2,5681,'/module/story/view/review.html.php','/module/story/view','file','M'),(14985,2,5682,'/module/bug/config.php','/module/bug','file','M'),(14986,2,5683,'/module/doc/js/view.js','/module/doc/js','file','M'),(14987,2,5683,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(14988,2,5683,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14989,2,5683,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(14990,2,5683,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(14991,2,5683,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(14992,2,5685,'/module/doc/js/view.js','/module/doc/js','file','M'),(14993,2,5685,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(14994,2,5687,'/module/doc/control.php','/module/doc','file','M'),(14995,2,5687,'/module/doc/js/create.js','/module/doc/js','file','M'),(14996,2,5687,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(14997,2,5687,'/module/doc/model.php','/module/doc','file','M'),(14998,2,5687,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(14999,2,5687,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15000,2,5687,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(15001,2,5687,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(15002,2,5687,'/module/story/control.php','/module/story','file','M'),(15003,2,5688,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15004,2,5689,'/module/bug/model.php','/module/bug','file','M'),(15005,2,5689,'/module/story/model.php','/module/story','file','M'),(15006,2,5689,'/module/task/model.php','/module/task','file','M'),(15007,2,5691,'/module/doc/control.php','/module/doc','file','M'),(15008,2,5691,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(15009,2,5691,'/module/doc/js/common.js','/module/doc/js','file','M'),(15010,2,5691,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(15011,2,5691,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(15012,2,5692,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(15013,2,5692,'/module/doc/view/sort.html.php','/module/doc/view','file','M'),(15014,2,5694,'/module/doc/control.php','/module/doc','file','M'),(15015,2,5694,'/module/doc/css/alllibs.css','/module/doc/css','file','D'),(15016,2,5694,'/module/doc/css/index.css','/module/doc/css','file','M'),(15017,2,5694,'/module/doc/js/common.js','/module/doc/js','file','M'),(15018,2,5694,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(15019,2,5694,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(15020,2,5694,'/module/doc/view/sort.html.php','/module/doc/view','file','A'),(15021,2,5694,'/module/task/model.php','/module/task','file','M'),(15022,2,5696,'/module/doc/model.php','/module/doc','file','M'),(15023,2,5698,'/module/project/lang/en.php','/module/project/lang','file','M'),(15024,2,5699,'/module/story/model.php','/module/story','file','M'),(15025,2,5700,'/module/bug/model.php','/module/bug','file','M'),(15026,2,5702,'/module/bug/model.php','/module/bug','file','M'),(15027,2,5702,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15028,2,5702,'/module/story/model.php','/module/story','file','M'),(15029,2,5702,'/module/task/model.php','/module/task','file','M'),(15030,2,5702,'/module/testcase/model.php','/module/testcase','file','M'),(15031,2,5702,'/module/testtask/model.php','/module/testtask','file','M'),(15032,2,5702,'/module/tree/model.php','/module/tree','file','M'),(15033,2,5703,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(15034,2,5703,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(15035,2,5704,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(15036,2,5706,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(15037,2,5706,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(15038,2,5706,'/module/bug/model.php','/module/bug','file','M'),(15039,2,5706,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(15040,2,5706,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(15041,2,5708,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15042,2,5709,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(15043,2,5709,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(15044,2,5709,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15045,2,5711,'/module/testtask/model.php','/module/testtask','file','M'),(15046,2,5712,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(15047,2,5713,'/module/project/view/team.html.php','/module/project/view','file','M'),(15048,2,5715,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15049,2,5715,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15050,2,5715,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(15051,2,5717,'/module/tutorial/control.php','/module/tutorial','file','M'),(15052,2,5718,'/module/bug/css/browse.css','/module/bug/css','file','M'),(15053,2,5720,'/module/bug/model.php','/module/bug','file','M'),(15054,2,5720,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(15055,2,5720,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(15056,2,5720,'/module/build/view/view.html.php','/module/build/view','file','M'),(15057,2,5720,'/module/company/view/browse.html.php','/module/company/view','file','M'),(15058,2,5720,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15059,2,5720,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15060,2,5720,'/module/group/view/browse.html.php','/module/group/view','file','M'),(15061,2,5720,'/module/my/view/bug.html.php','/module/my/view','file','M'),(15062,2,5720,'/module/my/view/story.html.php','/module/my/view','file','M'),(15063,2,5720,'/module/my/view/task.html.php','/module/my/view','file','M'),(15064,2,5720,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(15065,2,5720,'/module/my/view/todo.html.php','/module/my/view','file','M'),(15066,2,5720,'/module/product/view/view.html.php','/module/product/view','file','M'),(15067,2,5720,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15068,2,5720,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(15069,2,5720,'/module/project/view/bug.html.php','/module/project/view','file','M'),(15070,2,5720,'/module/project/view/build.html.php','/module/project/view','file','M'),(15071,2,5720,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(15072,2,5720,'/module/project/view/team.html.php','/module/project/view','file','M'),(15073,2,5720,'/module/project/view/view.html.php','/module/project/view','file','M'),(15074,2,5720,'/module/release/view/browse.html.php','/module/release/view','file','M'),(15075,2,5720,'/module/release/view/view.html.php','/module/release/view','file','M'),(15076,2,5720,'/module/story/model.php','/module/story','file','M'),(15077,2,5720,'/module/story/view/view.html.php','/module/story/view','file','M'),(15078,2,5720,'/module/task/model.php','/module/task','file','M'),(15079,2,5720,'/module/task/view/view.html.php','/module/task/view','file','M'),(15080,2,5720,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(15081,2,5720,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(15082,2,5720,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(15083,2,5720,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(15084,2,5720,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(15085,2,5720,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(15086,2,5720,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(15087,2,5720,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(15088,2,5721,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(15089,2,5721,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(15090,2,5722,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(15091,2,5722,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(15092,2,5722,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(15093,2,5723,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(15094,2,5725,'/module/my/model.php','/module/my','file','M'),(15095,2,5727,'/module/user/css/task.css','/module/user/css','file','A'),(15096,2,5728,'/module/build/lang/en.php','/module/build/lang','file','M'),(15097,2,5728,'/module/project/lang/en.php','/module/project/lang','file','M'),(15098,2,5728,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(15099,2,5729,'/module/release/view/browse.html.php','/module/release/view','file','M'),(15100,2,5729,'/module/release/view/view.html.php','/module/release/view','file','M'),(15101,2,5730,'/module/story/css/view.css','/module/story/css','file','M'),(15102,2,5730,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(15103,2,5732,'/module/story/css/view.css','/module/story/css','file','M'),(15104,2,5733,'/module/mail/model.php','/module/mail','file','M'),(15105,2,5734,'/module/doc/css/common.css','/module/doc/css','file','M'),(15106,2,5734,'/module/doc/js/common.js','/module/doc/js','file','M'),(15107,2,5734,'/module/doc/js/create.js','/module/doc/js','file','M'),(15108,2,5734,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(15109,2,5734,'/module/doc/js/edit.js','/module/doc/js','file','M'),(15110,2,5734,'/module/doc/js/editlib.js','/module/doc/js','file','M'),(15111,2,5734,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(15112,2,5734,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(15113,2,5734,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(15114,2,5734,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(15115,2,5734,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(15116,2,5734,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(15117,2,5734,'/module/install/control.php','/module/install','file','M'),(15118,2,5734,'/module/install/view/index.html.php','/module/install/view','file','M'),(15119,2,5734,'/module/product/view/browse.html.php','/module/product/view','file','M'),(15120,2,5736,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(15121,2,5736,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(15122,2,5736,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(15123,2,5736,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(15124,2,5736,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(15125,2,5736,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','M'),(15126,2,5736,'/module/api/view/debug.html.php','/module/api/view','file','M'),(15127,2,5736,'/module/backup/view/change.html.php','/module/backup/view','file','M'),(15128,2,5736,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(15129,2,5736,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(15130,2,5736,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(15131,2,5736,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(15132,2,5736,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(15133,2,5736,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(15134,2,5736,'/module/build/view/create.html.php','/module/build/view','file','M'),(15135,2,5736,'/module/build/view/edit.html.php','/module/build/view','file','M'),(15136,2,5736,'/module/company/view/edit.html.php','/module/company/view','file','M'),(15137,2,5736,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(15138,2,5736,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(15139,2,5736,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(15140,2,5736,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(15141,2,5736,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(15142,2,5736,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(15143,2,5736,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(15144,2,5736,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(15145,2,5736,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(15146,2,5736,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(15147,2,5736,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(15148,2,5736,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(15149,2,5736,'/module/file/view/edit.html.php','/module/file/view','file','M'),(15150,2,5736,'/module/file/view/export.html.php','/module/file/view','file','M'),(15151,2,5736,'/module/group/view/copy.html.php','/module/group/view','file','M'),(15152,2,5736,'/module/group/view/create.html.php','/module/group/view','file','M'),(15153,2,5736,'/module/group/view/edit.html.php','/module/group/view','file','M'),(15154,2,5736,'/module/install/view/step2.html.php','/module/install/view','file','M'),(15155,2,5736,'/module/install/view/step4.html.php','/module/install/view','file','M'),(15156,2,5736,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(15157,2,5736,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(15158,2,5736,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(15159,2,5736,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(15160,2,5736,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(15161,2,5736,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(15162,2,5736,'/module/my/view/todo.html.php','/module/my/view','file','M'),(15163,2,5736,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(15164,2,5736,'/module/product/view/create.html.php','/module/product/view','file','M'),(15165,2,5736,'/module/product/view/edit.html.php','/module/product/view','file','M'),(15166,2,5736,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(15167,2,5736,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(15168,2,5736,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(15169,2,5736,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(15170,2,5736,'/module/project/view/create.html.php','/module/project/view','file','M'),(15171,2,5736,'/module/project/view/edit.html.php','/module/project/view','file','M'),(15172,2,5736,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(15173,2,5736,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(15174,2,5736,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(15175,2,5736,'/module/release/view/create.html.php','/module/release/view','file','M'),(15176,2,5736,'/module/release/view/edit.html.php','/module/release/view','file','M'),(15177,2,5736,'/module/release/view/export.html.php','/module/release/view','file','M'),(15178,2,5736,'/module/report/view/workload.html.php','/module/report/view','file','M'),(15179,2,5736,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(15180,2,5736,'/module/sso/view/bind.html.php','/module/sso/view','file','M'),(15181,2,5736,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(15182,2,5736,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(15183,2,5736,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(15184,2,5736,'/module/story/view/close.html.php','/module/story/view','file','M'),(15185,2,5736,'/module/story/view/create.html.php','/module/story/view','file','M'),(15186,2,5736,'/module/story/view/edit.html.php','/module/story/view','file','M'),(15187,2,5736,'/module/story/view/review.html.php','/module/story/view','file','M'),(15188,2,5736,'/module/task/view/activate.html.php','/module/task/view','file','M'),(15189,2,5736,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(15190,2,5736,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(15191,2,5736,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(15192,2,5736,'/module/task/view/create.html.php','/module/task/view','file','M'),(15193,2,5736,'/module/task/view/edit.html.php','/module/task/view','file','M'),(15194,2,5736,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(15195,2,5736,'/module/task/view/finish.html.php','/module/task/view','file','M'),(15196,2,5736,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(15197,2,5736,'/module/task/view/start.html.php','/module/task/view','file','M'),(15198,2,5736,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(15199,2,5736,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(15200,2,5736,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(15201,2,5736,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(15202,2,5736,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(15203,2,5736,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(15204,2,5736,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(15205,2,5736,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(15206,2,5736,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(15207,2,5736,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(15208,2,5736,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','M'),(15209,2,5736,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(15210,2,5736,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(15211,2,5736,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(15212,2,5736,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(15213,2,5736,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(15214,2,5736,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(15215,2,5736,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(15216,2,5736,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(15217,2,5736,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(15218,2,5736,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(15219,2,5736,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(15220,2,5736,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(15221,2,5736,'/module/user/view/create.html.php','/module/user/view','file','M'),(15222,2,5736,'/module/user/view/edit.html.php','/module/user/view','file','M'),(15223,2,5738,'/config/timezones.php','/config','file','A'),(15224,2,5738,'/module/common/model.php','/module/common','file','M'),(15225,2,5738,'/module/custom/control.php','/module/custom','file','M'),(15226,2,5738,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(15227,2,5738,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(15228,2,5738,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(15229,2,5738,'/module/custom/view/timezone.html.php','/module/custom/view','file','A'),(15230,2,5738,'/module/install/lang/en.php','/module/install/lang','file','M'),(15231,2,5738,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(15232,2,5738,'/module/install/view/step2.html.php','/module/install/view','file','M'),(15233,2,5738,'/module/install/view/step3.html.php','/module/install/view','file','M'),(15234,2,5739,'/lib/front/front.class.php','/lib/front','file','M'),(15235,2,5740,'/module/story/view/view.html.php','/module/story/view','file','M'),(15236,2,5741,'/module/project/view/bug.html.php','/module/project/view','file','M'),(15237,2,5741,'/module/testtask/control.php','/module/testtask','file','M'),(15238,2,5741,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(15239,2,5742,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15240,2,5744,'/module/testcase/model.php','/module/testcase','file','M'),(15241,2,5745,'/module/testcase/control.php','/module/testcase','file','M'),(15242,2,5745,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(15243,2,5745,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(15244,2,5745,'/module/testcase/model.php','/module/testcase','file','M'),(15245,2,5745,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(15246,2,5747,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(15247,2,5749,'/db/update11.2.sql','/db','file','M'),(15248,2,5751,'/module/project/view/bug.html.php','/module/project/view','file','M'),(15249,2,5752,'/www/js/zui/min.js','/www/js/zui','file','M'),(15250,2,5754,'/module/productplan/control.php','/module/productplan','file','M'),(15251,2,5754,'/module/productplan/model.php','/module/productplan','file','M'),(15252,2,5754,'/www/js/my.full.js','/www/js','file','M'),(15253,2,5756,'/www/js/zui/min.js','/www/js/zui','file','M'),(15254,2,5758,'/module/tree/model.php','/module/tree','file','M'),(15255,2,5759,'/module/productplan/model.php','/module/productplan','file','M'),(15256,2,5759,'/module/project/model.php','/module/project','file','M'),(15257,2,5760,'/module/project/control.php','/module/project','file','M'),(15258,2,5760,'/module/project/css/edit.css','/module/project/css','file','A'),(15259,2,5760,'/module/task/model.php','/module/task','file','M'),(15260,2,5761,'/module/productplan/model.php','/module/productplan','file','M'),(15261,2,5762,'/module/productplan/model.php','/module/productplan','file','M'),(15262,2,5763,'/module/product/model.php','/module/product','file','M'),(15263,2,5763,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(15264,2,5764,'/module/productplan/control.php','/module/productplan','file','M'),(15265,2,5764,'/module/productplan/model.php','/module/productplan','file','M'),(15266,2,5764,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(15267,2,5765,'/module/productplan/js/browse.js','/module/productplan/js','file','A'),(15268,2,5765,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15269,2,5765,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(15270,2,5767,'/db/update11.2.sql','/db','file','M'),(15271,2,5767,'/module/productplan/control.php','/module/productplan','file','M'),(15272,2,5767,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(15273,2,5767,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(15274,2,5767,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(15275,2,5767,'/module/productplan/model.php','/module/productplan','file','M'),(15276,2,5767,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15277,2,5767,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(15278,2,5769,'/module/report/lang/en.php','/module/report/lang','file','M'),(15279,2,5769,'/module/story/lang/en.php','/module/story/lang','file','M'),(15280,2,5769,'/module/task/lang/en.php','/module/task/lang','file','M'),(15281,2,5771,'/module/custom/control.php','/module/custom','file','M'),(15282,2,5771,'/module/task/model.php','/module/task','file','M'),(15283,2,5773,'/module/doc/control.php','/module/doc','file','M'),(15284,2,5775,'/module/common/lang/en.php','/module/common/lang','file','M'),(15285,2,5775,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15286,2,5775,'/module/common/model.php','/module/common','file','M'),(15287,2,5775,'/module/project/control.php','/module/project','file','M'),(15288,2,5775,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(15289,2,5776,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(15290,2,5777,'/db/update11.2.sql','/db','file','A'),(15291,2,5777,'/module/release/control.php','/module/release','file','M'),(15292,2,5778,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(15293,2,5780,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(15294,2,5780,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(15295,2,5782,'/module/release/control.php','/module/release','file','M'),(15296,2,5784,'/module/build/model.php','/module/build','file','M'),(15297,2,5785,'/module/common/model.php','/module/common','file','M'),(15298,2,5786,'/module/block/control.php','/module/block','file','M'),(15299,2,5788,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(15300,2,5790,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15301,2,5790,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','M'),(15302,2,5790,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','M'),(15303,2,5791,'/module/git/model.php','/module/git','file','M'),(15304,2,5792,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(15305,2,5793,'/Makefile','/','file','M'),(15306,2,5794,'/Makefile','/','file','M'),(15307,2,5794,'/module/misc/control.php','/module/misc','file','M'),(15308,2,5794,'/module/misc/view/checkupdate.html.php','/module/misc/view','file','M'),(15309,2,5794,'/module/user/view/login.html.php','/module/user/view','file','M'),(15310,2,5794,'/tools/cn2tw.php','/tools','file','M'),(15311,2,5795,'/module/upgrade/model.php','/module/upgrade','file','M'),(15312,2,5796,'/module/upgrade/model.php','/module/upgrade','file','M'),(15313,2,5797,'/module/release/view/browse.html.php','/module/release/view','file','M'),(15314,2,5797,'/module/release/view/view.html.php','/module/release/view','file','M'),(15315,2,5798,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(15316,2,5798,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(15317,2,5800,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15318,2,5801,'/doc/CHANGELOG','/doc','file','M'),(15319,2,5802,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15320,2,5802,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15321,2,5804,'/module/upgrade/model.php','/module/upgrade','file','M'),(15322,2,5804,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15323,2,5805,'/module/tree/model.php','/module/tree','file','M'),(15324,2,5807,'/module/tree/model.php','/module/tree','file','M'),(15325,2,5809,'/VERSION','/','file','M'),(15326,2,5809,'/config/config.php','/config','file','M'),(15327,2,5809,'/db/standard/zentao11.2.sql','/db/standard','file','A'),(15328,2,5809,'/db/zentao.sql','/db','file','M'),(15329,2,5809,'/module/common/lang/en.php','/module/common/lang','file','M'),(15330,2,5809,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(15331,2,5809,'/module/common/model.php','/module/common','file','M'),(15332,2,5809,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(15333,2,5809,'/module/git/lang/en.php','/module/git/lang','file','M'),(15334,2,5809,'/module/git/lang/zh-tw.php','/module/git/lang','file','M'),(15335,2,5809,'/module/misc/control.php','/module/misc','file','M'),(15336,2,5809,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15337,2,5809,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15338,2,5809,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(15339,2,5809,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(15340,2,5809,'/module/svn/lang/zh-tw.php','/module/svn/lang','file','M'),(15341,2,5809,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(15342,2,5809,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(15343,2,5809,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(15344,2,5809,'/module/upgrade/model.php','/module/upgrade','file','M'),(15345,2,5809,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15346,2,5809,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15347,2,5809,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','M'),(15348,2,5809,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(15349,2,5809,'/xuanxuan/module/message/ext/control/notify.php','/xuanxuan/module/message/ext/control','file','D'),(15350,2,5809,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','M'),(15351,2,5809,'/xuanxuan/module/message/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/message/ext/lang/zh-cn','file','M'),(15352,2,5809,'/xuanxuan/module/misc/ext/control/ajaxgetclientpackage.php','/xuanxuan/module/misc/ext/control','file','A'),(15353,2,5809,'/xuanxuan/module/misc/ext/control/ajaxgetpackagesize.php','/xuanxuan/module/misc/ext/control','file','A'),(15354,2,5809,'/xuanxuan/module/misc/ext/control/ajaxsetclientconfig.php','/xuanxuan/module/misc/ext/control','file','A'),(15355,2,5809,'/xuanxuan/module/misc/ext/control/downloadclient.php','/xuanxuan/module/misc/ext/control','file','A'),(15356,2,5809,'/xuanxuan/module/misc/ext/lang/en/xuanxuan.php','/xuanxuan/module/misc/ext/lang/en','file','A'),(15357,2,5809,'/xuanxuan/module/misc/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/misc/ext/lang/zh-cn','file','A'),(15358,2,5811,'/module/tree/model.php','/module/tree','file','M'),(15359,2,5812,'/module/backup/model.php','/module/backup','file','M'),(15360,2,5814,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(15361,2,5814,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(15362,2,5814,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15363,2,5814,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15364,2,5814,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(15365,2,5814,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(15366,2,5815,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15367,2,5818,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(15368,2,5819,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15369,2,5820,'/module/upgrade/model.php','/module/upgrade','file','M'),(15370,2,5821,'/module/bug/control.php','/module/bug','file','M'),(15371,2,5821,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(15372,2,5821,'/module/story/control.php','/module/story','file','M'),(15373,2,5821,'/module/story/view/view.html.php','/module/story/view','file','M'),(15374,2,5821,'/module/testcase/control.php','/module/testcase','file','M'),(15375,2,5821,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(15376,2,5823,'/module/backup/control.php','/module/backup','file','M'),(15377,2,5823,'/module/backup/model.php','/module/backup','file','M'),(15378,2,5825,'/module/common/lang/en.php','/module/common/lang','file','M'),(15379,2,5825,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15380,2,5826,'/module/block/model.php','/module/block','file','M'),(15381,2,5828,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(15382,2,5830,'/module/upgrade/control.php','/module/upgrade','file','M'),(15383,2,5830,'/module/upgrade/js/common.js','/module/upgrade/js','file','M'),(15384,2,5830,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(15385,2,5830,'/module/upgrade/model.php','/module/upgrade','file','M'),(15386,2,5832,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(15387,2,5832,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(15388,2,5832,'/www/js/zui/min.js','/www/js/zui','file','M'),(15389,2,5832,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(15390,2,5834,'/module/doc/model.php','/module/doc','file','M'),(15391,2,5836,'/module/backup/control.php','/module/backup','file','M'),(15392,2,5836,'/module/backup/model.php','/module/backup','file','M'),(15393,2,5837,'/lib/pclzip/pclzip.class.php','/lib/pclzip','file','M'),(15394,2,5838,'/module/bug/model.php','/module/bug','file','M'),(15395,2,5838,'/module/common/lang/en.php','/module/common/lang','file','M'),(15396,2,5838,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(15397,2,5838,'/module/task/model.php','/module/task','file','M'),(15398,2,5838,'/module/testcase/control.php','/module/testcase','file','M'),(15399,2,5838,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(15400,2,5839,'/module/bug/control.php','/module/bug','file','M'),(15401,2,5841,'/module/user/model.php','/module/user','file','M'),(15402,2,5842,'/module/group/css/browse.css','/module/group/css','file','M'),(15403,2,5842,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(15404,2,5842,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(15405,2,5842,'/module/testtask/control.php','/module/testtask','file','M'),(15406,2,5842,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(15407,2,5842,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(15408,2,5845,'/module/common/model.php','/module/common','file','M'),(15409,2,5846,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(15410,2,5846,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(15411,2,5847,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(15412,2,5847,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(15413,2,5847,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(15414,2,5847,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(15415,2,5847,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(15416,2,5849,'/module/report/model.php','/module/report','file','M'),(15417,2,5850,'/Makefile','/','file','M'),(15418,2,5852,'/module/user/lang/en.php','/module/user/lang','file','M'),(15419,2,5852,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(15420,2,5852,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(15421,2,5852,'/module/user/model.php','/module/user','file','M'),(15422,2,5853,'/module/action/model.php','/module/action','file','M'),(15423,2,5854,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15424,2,5854,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15425,2,5854,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15426,2,5855,'/module/story/control.php','/module/story','file','M'),(15427,2,5856,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(15428,2,5857,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(15429,2,5858,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(15430,2,5859,'/module/doc/model.php','/module/doc','file','M'),(15431,2,5859,'/module/user/config.php','/module/user','file','M'),(15432,2,5860,'/Makefile','/','file','M'),(15433,2,5861,'/xuanxuan/module/admin/ext/js/xuanxuan/xuanxuan.js','/xuanxuan/module/admin/ext/js/xuanxuan','file','M'),(15434,2,5861,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15435,2,5862,'/Makefile','/','file','M'),(15436,2,5862,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15437,2,5862,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15438,2,5863,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15439,2,5863,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15440,2,5865,'/module/bug/control.php','/module/bug','file','M'),(15441,2,5865,'/module/product/model.php','/module/product','file','M'),(15442,2,5865,'/module/story/control.php','/module/story','file','M'),(15443,2,5867,'/module/user/view/login.html.php','/module/user/view','file','M'),(15444,2,5868,'/module/release/model.php','/module/release','file','M'),(15445,2,5868,'/module/task/css/create.css','/module/task/css','file','M'),(15446,2,5868,'/module/task/js/create.js','/module/task/js','file','M'),(15447,2,5869,'/module/tree/model.php','/module/tree','file','M'),(15448,2,5870,'/module/dev/config.php','/module/dev','file','M'),(15449,2,5871,'/module/dev/config.php','/module/dev','file','M'),(15450,2,5873,'/module/dev/config.php','/module/dev','file','M'),(15451,2,5875,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(15452,2,5877,'/module/upgrade/model.php','/module/upgrade','file','M'),(15453,2,5879,'/module/common/lang/en.php','/module/common/lang','file','M'),(15454,2,5879,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15455,2,5881,'/module/dev/config.php','/module/dev','file','M'),(15456,2,5881,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(15457,2,5881,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(15458,2,5881,'/module/dev/model.php','/module/dev','file','M'),(15459,2,5881,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(15460,2,5882,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15461,2,5882,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15462,2,5883,'/module/product/model.php','/module/product','file','M'),(15463,2,5884,'/db/standard/zentao11.1.sql','/db/standard','file','A'),(15464,2,5884,'/module/upgrade/control.php','/module/upgrade','file','M'),(15465,2,5884,'/module/upgrade/model.php','/module/upgrade','file','M'),(15466,2,5884,'/module/upgrade/view/consistency.html.php','/module/upgrade/view','file','M'),(15467,2,5884,'/module/user/control.php','/module/user','file','M'),(15468,2,5885,'/module/common/lang/en.php','/module/common/lang','file','M'),(15469,2,5885,'/module/project/lang/en.php','/module/project/lang','file','M'),(15470,2,5886,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(15471,2,5886,'/module/story/view/create.html.php','/module/story/view','file','M'),(15472,2,5886,'/module/task/view/create.html.php','/module/task/view','file','M'),(15473,2,5886,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(15474,2,5887,'/module/release/view/browse.html.php','/module/release/view','file','M'),(15475,2,5887,'/module/release/view/view.html.php','/module/release/view','file','M'),(15476,2,5889,'/module/bug/model.php','/module/bug','file','M'),(15477,2,5891,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(15478,2,5892,'/db/update11.1.sql','/db','file','A'),(15479,2,5892,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15480,2,5892,'/module/git/lang/zh-cn.php','/module/git/lang','file','M'),(15481,2,5892,'/module/svn/lang/zh-cn.php','/module/svn/lang','file','M'),(15482,2,5892,'/module/user/model.php','/module/user','file','M'),(15483,2,5893,'/Makefile','/','file','M'),(15484,2,5894,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','M'),(15485,2,5894,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15486,2,5894,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15487,2,5894,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15488,2,5894,'/xuanxuan/module/chat/ext/lang/zh-tw/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-tw','file','D'),(15489,2,5894,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15490,2,5894,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15491,2,5894,'/xuanxuan/module/chat/ext/view/downloadxxd.html.php','/xuanxuan/module/chat/ext/view','file','D'),(15492,2,5894,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15493,2,5894,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(15494,2,5896,'/module/common/lang/en.php','/module/common/lang','file','M'),(15495,2,5896,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15496,2,5898,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15497,2,5899,'/Makefile','/','file','M'),(15498,2,5900,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15499,2,5900,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15500,2,5902,'/xuanxuan/module/chat/ext/control/downloadxxd.php','/xuanxuan/module/chat/ext/control','file','D'),(15501,2,5903,'/module/common/model.php','/module/common','file','M'),(15502,2,5903,'/module/tree/model.php','/module/tree','file','M'),(15503,2,5904,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(15504,2,5905,'/module/custom/control.php','/module/custom','file','M'),(15505,2,5905,'/module/project/model.php','/module/project','file','M'),(15506,2,5905,'/module/task/model.php','/module/task','file','M'),(15507,2,5905,'/module/user/model.php','/module/user','file','M'),(15508,2,5907,'/module/common/lang/en.php','/module/common/lang','file','M'),(15509,2,5907,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(15510,2,5907,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15511,2,5907,'/module/report/lang/en.php','/module/report/lang','file','M'),(15512,2,5908,'/lib/purifier/HTMLPurifier.autoload.php','/lib/purifier','file','M'),(15513,2,5910,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15514,2,5911,'/module/tree/control.php','/module/tree','file','M'),(15515,2,5913,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(15516,2,5914,'/VERSION','/','file','M'),(15517,2,5914,'/config/config.php','/config','file','M'),(15518,2,5914,'/db/standard/zentao10.6.sql','/db/standard','file','A'),(15519,2,5914,'/db/standard/zentao11.0.sql','/db/standard','file','A'),(15520,2,5914,'/doc/CHANGELOG','/doc','file','M'),(15521,2,5914,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(15522,2,5914,'/module/doc/model.php','/module/doc','file','M'),(15523,2,5914,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15524,2,5914,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15525,2,5914,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(15526,2,5914,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(15527,2,5914,'/module/task/model.php','/module/task','file','M'),(15528,2,5914,'/module/testreport/control.php','/module/testreport','file','M'),(15529,2,5914,'/module/testreport/model.php','/module/testreport','file','M'),(15530,2,5914,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(15531,2,5914,'/module/upgrade/model.php','/module/upgrade','file','M'),(15532,2,5916,'/module/doc/model.php','/module/doc','file','M'),(15533,2,5918,'/module/common/model.php','/module/common','file','M'),(15534,2,5919,'/module/bug/model.php','/module/bug','file','M'),(15535,2,5920,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(15536,2,5920,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(15537,2,5922,'/module/common/lang/en.php','/module/common/lang','file','M'),(15538,2,5922,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15539,2,5922,'/module/project/model.php','/module/project','file','M'),(15540,2,5923,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15541,2,5923,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15542,2,5925,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(15543,2,5926,'/module/file/control.php','/module/file','file','M'),(15544,2,5928,'/module/upgrade/model.php','/module/upgrade','file','M'),(15545,2,5930,'/module/common/model.php','/module/common','file','M'),(15546,2,5932,'/module/report/lang/en.php','/module/report/lang','file','M'),(15547,2,5932,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(15548,2,5932,'/module/report/view/workload.html.php','/module/report/view','file','M'),(15549,2,5933,'/module/release/model.php','/module/release','file','M'),(15550,2,5934,'/module/testreport/control.php','/module/testreport','file','M'),(15551,2,5934,'/module/testreport/model.php','/module/testreport','file','M'),(15552,2,5935,'/module/testsuite/model.php','/module/testsuite','file','M'),(15553,2,5937,'/module/project/model.php','/module/project','file','M'),(15554,2,5939,'/module/custom/control.php','/module/custom','file','M'),(15555,2,5940,'/module/block/control.php','/module/block','file','M'),(15556,2,5941,'/module/task/model.php','/module/task','file','M'),(15557,2,5943,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(15558,2,5945,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15559,2,5947,'/module/task/model.php','/module/task','file','M'),(15560,2,5949,'/module/project/model.php','/module/project','file','M'),(15561,2,5951,'/module/doc/model.php','/module/doc','file','M'),(15562,2,5951,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15563,2,5953,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(15564,2,5954,'/module/block/model.php','/module/block','file','M'),(15565,2,5955,'/module/block/model.php','/module/block','file','M'),(15566,2,5957,'/module/task/model.php','/module/task','file','M'),(15567,2,5958,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(15568,2,5958,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(15569,2,5959,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(15570,2,5959,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','M'),(15571,2,5960,'/module/task/model.php','/module/task','file','M'),(15572,2,5961,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(15573,2,5964,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(15574,2,5965,'/framework/base/router.class.php','/framework/base','file','M'),(15575,2,5967,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15576,2,5969,'/module/task/model.php','/module/task','file','M'),(15577,2,5970,'/module/task/model.php','/module/task','file','M'),(15578,2,5971,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15579,2,5973,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','M'),(15580,2,5973,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15581,2,5973,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15582,2,5973,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15583,2,5973,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15584,2,5973,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(15585,2,5975,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15586,2,5977,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','M'),(15587,2,5977,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15588,2,5977,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15589,2,5977,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15590,2,5977,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15591,2,5977,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15592,2,5977,'/xuanxuan/module/common/ext/model/xuanxuan.php','/xuanxuan/module/common/ext/model','file','D'),(15593,2,5979,'/www/js/zui/min.js','/www/js/zui','file','M'),(15594,2,5981,'/module/doc/control.php','/module/doc','file','M'),(15595,2,5982,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15596,2,5984,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(15597,2,5985,'/module/task/css/x.create.css','/module/task/css','file','M'),(15598,2,5985,'/module/task/view/create.html.php','/module/task/view','file','M'),(15599,2,5986,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15600,2,5986,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15601,2,5987,'/xuanxuan/module/block/ext/view/dashboard.xuanxuan.html.hook.php','/xuanxuan/module/block/ext/view','file','A'),(15602,2,5987,'/xuanxuan/module/my/ext/view/index.xuanxuan.html.hook.php','/xuanxuan/module/my/ext/view','file','D'),(15603,2,5988,'/Makefile','/','file','M'),(15604,2,5988,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(15605,2,5989,'/Makefile','/','file','M'),(15606,2,5989,'/module/bug/control.php','/module/bug','file','M'),(15607,2,5989,'/module/story/control.php','/module/story','file','M'),(15608,2,5989,'/module/task/control.php','/module/task','file','M'),(15609,2,5989,'/module/testcase/control.php','/module/testcase','file','M'),(15610,2,5989,'/module/upgrade/model.php','/module/upgrade','file','M'),(15611,2,5990,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(15612,2,5991,'/module/story/css/x.change.css','/module/story/css','file','M'),(15613,2,5991,'/module/story/css/x.review.css','/module/story/css','file','M'),(15614,2,5992,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(15615,2,5993,'/module/common/lang/en.php','/module/common/lang','file','M'),(15616,2,5993,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(15617,2,5993,'/module/common/model.php','/module/common','file','M'),(15618,2,5993,'/module/misc/control.php','/module/misc','file','M'),(15619,2,5994,'/module/upgrade/model.php','/module/upgrade','file','M'),(15620,2,5995,'/Makefile','/','file','M'),(15621,2,5995,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(15622,2,5995,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(15623,2,5995,'/module/message/lang/zh-tw.php','/module/message/lang','file','M'),(15624,2,5995,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(15625,2,5995,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(15626,2,5995,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(15627,2,5995,'/tools/check.php','/tools','file','M'),(15628,2,5996,'/xuanxuan/module/admin/ext/lang/en/en.php','/xuanxuan/module/admin/ext/lang/en','file','M'),(15629,2,5996,'/xuanxuan/module/admin/ext/lang/zh-cn/zh-cn.php','/xuanxuan/module/admin/ext/lang/zh-cn','file','M'),(15630,2,5996,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','M'),(15631,2,5996,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','M'),(15632,2,5996,'/xuanxuan/module/my/ext/view/index.html.php','/xuanxuan/module/my/ext/view','file','D'),(15633,2,5996,'/xuanxuan/module/my/ext/view/index.xuanxuan.html.hook.php','/xuanxuan/module/my/ext/view','file','A'),(15634,2,5997,'/xuanxuan/module/admin/ext/control/ajaxsavexxstatus.php','/xuanxuan/module/admin/ext/control','file','D'),(15635,2,5997,'/xuanxuan/module/my/ext/view/index.html.hook.php','/xuanxuan/module/my/ext/view','file','D'),(15636,2,5997,'/xuanxuan/module/my/ext/view/index.html.php','/xuanxuan/module/my/ext/view','file','M'),(15637,2,5998,'/VERSION','/','file','M'),(15638,2,5998,'/config/config.php','/config','file','M'),(15639,2,5998,'/doc/CHANGELOG','/doc','file','M'),(15640,2,5998,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15641,2,5998,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15642,2,5998,'/module/upgrade/config.php','/module/upgrade','file','M'),(15643,2,5998,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(15644,2,5998,'/module/upgrade/model.php','/module/upgrade','file','M'),(15645,2,5998,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15646,2,6000,'/module/bug/control.php','/module/bug','file','M'),(15647,2,6000,'/module/story/control.php','/module/story','file','M'),(15648,2,6000,'/module/task/control.php','/module/task','file','M'),(15649,2,6000,'/module/testcase/control.php','/module/testcase','file','M'),(15650,2,6001,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15651,2,6003,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15652,2,6004,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(15653,2,6006,'/module/entry/config.php','/module/entry','file','M'),(15654,2,6006,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(15655,2,6006,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(15656,2,6006,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(15657,2,6006,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(15658,2,6008,'/www/theme/default/x.style.css','/www/theme/default','file','M'),(15659,2,6008,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15660,2,6008,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','M'),(15661,2,6008,'/xuanxuan/module/message/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/message/ext/lang/zh-cn','file','M'),(15662,2,6009,'/module/task/control.php','/module/task','file','M'),(15663,2,6009,'/module/task/js/create.js','/module/task/js','file','M'),(15664,2,6009,'/module/task/model.php','/module/task','file','M'),(15665,2,6009,'/module/task/view/create.html.php','/module/task/view','file','M'),(15666,2,6011,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(15667,2,6011,'/xuanxuan/module/common/ext/view/footer.html.hook.php','/xuanxuan/module/common/ext/view','file','D'),(15668,2,6011,'/xuanxuan/module/my/ext/view/index.html.hook.php','/xuanxuan/module/my/ext/view','file','A'),(15669,2,6011,'/xuanxuan/module/my/ext/view/index.html.php','/xuanxuan/module/my/ext/view','file','A'),(15670,2,6012,'/module/common/view/footer.html.php','/module/common/view','file','M'),(15671,2,6012,'/module/misc/control.php','/module/misc','file','M'),(15672,2,6012,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15673,2,6012,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15674,2,6014,'/module/common/lang/en.php','/module/common/lang','file','M'),(15675,2,6014,'/module/task/lang/en.php','/module/task/lang','file','M'),(15676,2,6014,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(15677,2,6016,'/framework/base/router.class.php','/framework/base','file','M'),(15678,2,6016,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15679,2,6016,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15680,2,6017,'/xuanxuan/module/message/ext/control/notify.php','/xuanxuan/module/message/ext/control','file','M'),(15681,2,6017,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','M'),(15682,2,6017,'/xuanxuan/module/message/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/message/ext/lang/zh-cn','file','M'),(15683,2,6019,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15684,2,6019,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15685,2,6019,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15686,2,6019,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','M'),(15687,2,6019,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15688,2,6021,'/www/theme/default/style.css','/www/theme/default','file','M'),(15689,2,6021,'/www/theme/default/x.style.css','/www/theme/default','file','M'),(15690,2,6021,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15691,2,6021,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15692,2,6021,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15693,2,6023,'/module/bug/js/x.view.js','/module/bug/js','file','M'),(15694,2,6023,'/module/doc/css/x.view.css','/module/doc/css','file','M'),(15695,2,6023,'/module/doc/js/x.view.js','/module/doc/js','file','M'),(15696,2,6023,'/module/story/js/x.view.js','/module/story/js','file','M'),(15697,2,6023,'/module/task/js/x.view.js','/module/task/js','file','M'),(15698,2,6023,'/module/testcase/js/x.view.js','/module/testcase/js','file','M'),(15699,2,6023,'/www/theme/default/x.style.css','/www/theme/default','file','M'),(15700,2,6024,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15701,2,6026,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','M'),(15702,2,6026,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15703,2,6026,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15704,2,6026,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15705,2,6027,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(15706,2,6028,'/xuanxuan/module/message/ext/config/xuanxuan.php','/xuanxuan/module/message/ext/config','file','M'),(15707,2,6029,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15708,2,6029,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15709,2,6029,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15710,2,6030,'/xuanxuan/module/message/ext/config/xuanxuan.php','/xuanxuan/module/message/ext/config','file','M'),(15711,2,6031,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15712,2,6031,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15713,2,6031,'/xuanxuan/module/common/ext/view/footer.html.hook.php','/xuanxuan/module/common/ext/view','file','M'),(15714,2,6033,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15715,2,6033,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15716,2,6033,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15717,2,6033,'/xuanxuan/module/common/ext/view/footer.html.hook.php','/xuanxuan/module/common/ext/view','file','M'),(15718,2,6035,'/lib/front/front.class.php','/lib/front','file','M'),(15719,2,6035,'/module/bug/control.php','/module/bug','file','M'),(15720,2,6035,'/module/doc/control.php','/module/doc','file','M'),(15721,2,6035,'/module/doc/js/x.create.js','/module/doc/js','file','A'),(15722,2,6035,'/module/story/control.php','/module/story','file','M'),(15723,2,6035,'/module/task/control.php','/module/task','file','M'),(15724,2,6035,'/module/testcase/control.php','/module/testcase','file','M'),(15725,2,6035,'/module/testtask/control.php','/module/testtask','file','M'),(15726,2,6035,'/module/todo/control.php','/module/todo','file','M'),(15727,2,6035,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(15728,2,6037,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(15729,2,6037,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(15730,2,6037,'/module/common/lang/en.php','/module/common/lang','file','M'),(15731,2,6037,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(15732,2,6037,'/module/project/lang/en.php','/module/project/lang','file','M'),(15733,2,6037,'/module/release/lang/en.php','/module/release/lang','file','M'),(15734,2,6037,'/module/story/lang/en.php','/module/story/lang','file','M'),(15735,2,6037,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(15736,2,6037,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(15737,2,6037,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(15738,2,6038,'/lib/front/front.class.php','/lib/front','file','M'),(15739,2,6038,'/module/bug/control.php','/module/bug','file','M'),(15740,2,6038,'/module/doc/control.php','/module/doc','file','M'),(15741,2,6038,'/module/story/control.php','/module/story','file','M'),(15742,2,6038,'/module/task/control.php','/module/task','file','M'),(15743,2,6038,'/module/testcase/control.php','/module/testcase','file','M'),(15744,2,6038,'/module/testtask/control.php','/module/testtask','file','M'),(15745,2,6038,'/module/todo/control.php','/module/todo','file','M'),(15746,2,6040,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15747,2,6042,'/module/misc/control.php','/module/misc','file','M'),(15748,2,6043,'/xuanxuan/module/admin/ext/lang/en.php','/xuanxuan/module/admin/ext/lang','file','D'),(15749,2,6043,'/xuanxuan/module/admin/ext/lang/en/en.php','/xuanxuan/module/admin/ext/lang/en','file','A'),(15750,2,6043,'/xuanxuan/module/admin/ext/lang/zh-cn.php','/xuanxuan/module/admin/ext/lang','file','D'),(15751,2,6043,'/xuanxuan/module/admin/ext/lang/zh-cn/zh-cn.php','/xuanxuan/module/admin/ext/lang/zh-cn','file','A'),(15752,2,6045,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15753,2,6047,'/module/misc/control.php','/module/misc','file','M'),(15754,2,6047,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15755,2,6047,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15756,2,6047,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(15757,2,6049,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15758,2,6049,'/xuanxuan/module/admin/ext/lang/en.php','/xuanxuan/module/admin/ext/lang','file','A'),(15759,2,6049,'/xuanxuan/module/admin/ext/lang/zh-cn.php','/xuanxuan/module/admin/ext/lang','file','A'),(15760,2,6049,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15761,2,6049,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15762,2,6049,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15763,2,6049,'/xuanxuan/module/group/ext/lang/en/xuanxuan.php','/xuanxuan/module/group/ext/lang/en','file','A'),(15764,2,6049,'/xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/group/ext/lang/zh-cn','file','A'),(15765,2,6050,'/lib/pclzip/pclzip.class.php','/lib/pclzip','file','M'),(15766,2,6052,'/module/bug/css/x.assignto.css','/module/bug/css','file','D'),(15767,2,6052,'/module/bug/css/x.confirmbug.css','/module/bug/css','file','D'),(15768,2,6052,'/module/bug/css/x.create.css','/module/bug/css','file','M'),(15769,2,6052,'/module/bug/css/x.edit.css','/module/bug/css','file','M'),(15770,2,6052,'/module/bug/css/x.resolve.css','/module/bug/css','file','D'),(15771,2,6052,'/module/bug/css/x.view.css','/module/bug/css','file','M'),(15772,2,6052,'/module/bug/js/x.edit.js','/module/bug/js','file','D'),(15773,2,6052,'/module/bug/js/x.view.js','/module/bug/js','file','M'),(15774,2,6052,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(15775,2,6052,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(15776,2,6052,'/module/doc/css/x.create.css','/module/doc/css','file','M'),(15777,2,6052,'/module/doc/css/x.edit.css','/module/doc/css','file','A'),(15778,2,6052,'/module/doc/css/x.view.css','/module/doc/css','file','M'),(15779,2,6052,'/module/doc/js/x.view.js','/module/doc/js','file','A'),(15780,2,6052,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(15781,2,6052,'/module/story/css/x.activate.css','/module/story/css','file','D'),(15782,2,6052,'/module/story/css/x.change.css','/module/story/css','file','M'),(15783,2,6052,'/module/story/css/x.close.css','/module/story/css','file','D'),(15784,2,6052,'/module/story/css/x.create.css','/module/story/css','file','M'),(15785,2,6052,'/module/story/css/x.edit.css','/module/story/css','file','M'),(15786,2,6052,'/module/story/css/x.review.css','/module/story/css','file','A'),(15787,2,6052,'/module/story/css/x.view.css','/module/story/css','file','M'),(15788,2,6052,'/module/story/js/x.edit.js','/module/story/js','file','D'),(15789,2,6052,'/module/story/js/x.view.js','/module/story/js','file','M'),(15790,2,6052,'/module/story/view/view.html.php','/module/story/view','file','M'),(15791,2,6052,'/module/task/css/x.create.css','/module/task/css','file','M'),(15792,2,6052,'/module/task/css/x.edit.css','/module/task/css','file','A'),(15793,2,6052,'/module/task/css/x.view.css','/module/task/css','file','M'),(15794,2,6052,'/module/task/js/x.view.js','/module/task/js','file','A'),(15795,2,6052,'/module/task/view/view.html.php','/module/task/view','file','M'),(15796,2,6052,'/module/testcase/css/x.edit.css','/module/testcase/css','file','A'),(15797,2,6052,'/module/testcase/css/x.view.css','/module/testcase/css','file','M'),(15798,2,6052,'/module/testcase/js/x.view.js','/module/testcase/js','file','A'),(15799,2,6052,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(15800,2,6052,'/module/testtask/css/x.results.css','/module/testtask/css','file','A'),(15801,2,6052,'/module/todo/css/x.create.css','/module/todo/css','file','M'),(15802,2,6052,'/www/theme/default/x.style.css','/www/theme/default','file','A'),(15803,2,6054,'/module/task/lang/en.php','/module/task/lang','file','M'),(15804,2,6056,'/module/task/css/x.create.css','/module/task/css','file','A'),(15805,2,6056,'/module/task/css/x.view.css','/module/task/css','file','A'),(15806,2,6058,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15807,2,6060,'/module/task/view/x.create.html.php','/module/task/view','file','D'),(15808,2,6062,'/www/js/zui/min.js','/www/js/zui','file','M'),(15809,2,6064,'/module/bug/css/x.create.css','/module/bug/css','file','M'),(15810,2,6064,'/module/story/css/x.create.css','/module/story/css','file','M'),(15811,2,6066,'/module/upgrade/config.php','/module/upgrade','file','M'),(15812,2,6066,'/module/upgrade/control.php','/module/upgrade','file','M'),(15813,2,6066,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(15814,2,6066,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(15815,2,6066,'/module/upgrade/model.php','/module/upgrade','file','M'),(15816,2,6067,'/module/bug/js/x.edit.js','/module/bug/js','file','A'),(15817,2,6067,'/module/bug/view/view.html.php','/module/bug/view','file','A'),(15818,2,6067,'/module/story/js/x.edit.js','/module/story/js','file','A'),(15819,2,6068,'/module/bug/css/x.assignto.css','/module/bug/css','file','M'),(15820,2,6068,'/module/bug/css/x.confirmbug.css','/module/bug/css','file','M'),(15821,2,6068,'/module/bug/css/x.edit.css','/module/bug/css','file','M'),(15822,2,6068,'/module/bug/css/x.resolve.css','/module/bug/css','file','M'),(15823,2,6068,'/module/bug/css/x.view.css','/module/bug/css','file','M'),(15824,2,6068,'/module/story/css/x.activate.css','/module/story/css','file','M'),(15825,2,6068,'/module/story/css/x.change.css','/module/story/css','file','M'),(15826,2,6068,'/module/story/css/x.close.css','/module/story/css','file','M'),(15827,2,6068,'/module/story/css/x.create.css','/module/story/css','file','M'),(15828,2,6068,'/module/story/css/x.edit.css','/module/story/css','file','M'),(15829,2,6068,'/module/story/css/x.view.css','/module/story/css','file','M'),(15830,2,6070,'/module/bug/css/x.assignto.css','/module/bug/css','file','M'),(15831,2,6070,'/module/bug/css/x.confirmbug.css','/module/bug/css','file','M'),(15832,2,6070,'/module/bug/css/x.create.css','/module/bug/css','file','M'),(15833,2,6070,'/module/bug/css/x.edit.css','/module/bug/css','file','M'),(15834,2,6070,'/module/bug/css/x.resolve.css','/module/bug/css','file','M'),(15835,2,6070,'/module/bug/css/x.view.css','/module/bug/css','file','M'),(15836,2,6070,'/module/story/css/x.activate.css','/module/story/css','file','M'),(15837,2,6070,'/module/story/css/x.change.css','/module/story/css','file','M'),(15838,2,6070,'/module/story/css/x.close.css','/module/story/css','file','M'),(15839,2,6070,'/module/story/css/x.create.css','/module/story/css','file','M'),(15840,2,6070,'/module/story/css/x.edit.css','/module/story/css','file','M'),(15841,2,6070,'/module/story/css/x.view.css','/module/story/css','file','M'),(15842,2,6071,'/framework/control.class.php','/framework','file','M'),(15843,2,6071,'/module/doc/control.php','/module/doc','file','M'),(15844,2,6071,'/module/doc/css/x.create.css','/module/doc/css','file','A'),(15845,2,6071,'/module/doc/css/x.view.css','/module/doc/css','file','A'),(15846,2,6071,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(15847,2,6071,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(15848,2,6071,'/module/doc/view/x.create.html.php','/module/doc/view','file','D'),(15849,2,6071,'/module/doc/view/x.view.html.php','/module/doc/view','file','D'),(15850,2,6071,'/module/testcase/css/x.view.css','/module/testcase/css','file','A'),(15851,2,6071,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(15852,2,6071,'/module/testcase/view/x.view.html.php','/module/testcase/view','file','D'),(15853,2,6071,'/module/todo/css/x.create.css','/module/todo/css','file','A'),(15854,2,6071,'/module/todo/view/x.create.html.php','/module/todo/view','file','D'),(15855,2,6072,'/module/bug/css/create.css','/module/bug/css','file','M'),(15856,2,6072,'/module/bug/css/x.assignto.css','/module/bug/css','file','A'),(15857,2,6072,'/module/bug/css/x.confirmbug.css','/module/bug/css','file','A'),(15858,2,6072,'/module/bug/css/x.create.css','/module/bug/css','file','A'),(15859,2,6072,'/module/bug/css/x.edit.css','/module/bug/css','file','A'),(15860,2,6072,'/module/bug/css/x.resolve.css','/module/bug/css','file','A'),(15861,2,6072,'/module/bug/css/x.view.css','/module/bug/css','file','A'),(15862,2,6072,'/module/bug/js/x.create.js','/module/bug/js','file','A'),(15863,2,6072,'/module/bug/js/x.view.js','/module/bug/js','file','A'),(15864,2,6072,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(15865,2,6072,'/module/bug/view/view.html.php','/module/bug/view','file','D'),(15866,2,6072,'/module/bug/view/x.create.html.php','/module/bug/view','file','D'),(15867,2,6072,'/module/bug/view/x.view.html.php','/module/bug/view','file','D'),(15868,2,6072,'/module/story/css/x.edit.css','/module/story/css','file','A'),(15869,2,6072,'/module/story/js/x.view.js','/module/story/js','file','M'),(15870,2,6073,'/module/story/css/x.activate.css','/module/story/css','file','A'),(15871,2,6073,'/module/story/css/x.change.css','/module/story/css','file','A'),(15872,2,6073,'/module/story/css/x.close.css','/module/story/css','file','A'),(15873,2,6073,'/module/story/css/x.create.css','/module/story/css','file','A'),(15874,2,6073,'/module/story/css/x.view.css','/module/story/css','file','A'),(15875,2,6073,'/module/story/js/x.create.js','/module/story/js','file','A'),(15876,2,6073,'/module/story/js/x.view.js','/module/story/js','file','A'),(15877,2,6073,'/module/story/view/view.html.php','/module/story/view','file','M'),(15878,2,6073,'/module/story/view/x.create.html.php','/module/story/view','file','D'),(15879,2,6074,'/framework/control.class.php','/framework','file','M'),(15880,2,6075,'/framework/control.class.php','/framework','file','M'),(15881,2,6076,'/framework/router.class.php','/framework','file','M'),(15882,2,6076,'/www/theme/default/style.css','/www/theme/default','file','M'),(15883,2,6078,'/framework/control.class.php','/framework','file','M'),(15884,2,6078,'/module/bug/view/x.view.html.php','/module/bug/view','file','M'),(15885,2,6078,'/module/doc/view/x.view.html.php','/module/doc/view','file','M'),(15886,2,6078,'/module/task/view/x.create.html.php','/module/task/view','file','M'),(15887,2,6078,'/module/testcase/js/view.js','/module/testcase/js','file','M'),(15888,2,6078,'/module/testcase/view/x.view.html.php','/module/testcase/view','file','M'),(15889,2,6079,'/xuanxuan/module/chat/ext/config/chat.php','/xuanxuan/module/chat/ext/config','file','M'),(15890,2,6079,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15891,2,6079,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15892,2,6079,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','M'),(15893,2,6080,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15894,2,6080,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15895,2,6082,'/module/bug/view/x.create.html.php','/module/bug/view','file','M'),(15896,2,6082,'/module/bug/view/x.view.html.php','/module/bug/view','file','A'),(15897,2,6082,'/www/theme/default/style.css','/www/theme/default','file','M'),(15898,2,6083,'/xuanxuan/module/chat/ext/config/chat.php','/xuanxuan/module/chat/ext/config','file','M'),(15899,2,6083,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15900,2,6084,'/module/common/model.php','/module/common','file','M'),(15901,2,6085,'/xuanxuan/module/message/ext/control/notify.php','/xuanxuan/module/message/ext/control','file','A'),(15902,2,6086,'/module/bug/view/x.create.html.php','/module/bug/view','file','M'),(15903,2,6086,'/module/todo/view/x.view.html.php','/module/todo/view','file','D'),(15904,2,6086,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15905,2,6086,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15906,2,6088,'/module/testcase/view/x.view.html.php','/module/testcase/view','file','M'),(15907,2,6089,'/framework/router.class.php','/framework','file','M'),(15908,2,6089,'/module/doc/view/x.view.html.php','/module/doc/view','file','A'),(15909,2,6089,'/module/testcase/view/x.view.html.php','/module/testcase/view','file','A'),(15910,2,6089,'/module/todo/view/x.view.html.php','/module/todo/view','file','A'),(15911,2,6090,'/module/block/control.php','/module/block','file','M'),(15912,2,6091,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15913,2,6091,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15914,2,6091,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15915,2,6091,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15916,2,6092,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15917,2,6092,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15918,2,6094,'/xuanxuan/module/admin/ext/control/downloadxxd.php','/xuanxuan/module/admin/ext/control','file','A'),(15919,2,6094,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15920,2,6094,'/xuanxuan/module/admin/ext/css/xuanxuan/xuanxuan.css','/xuanxuan/module/admin/ext/css/xuanxuan','file','A'),(15921,2,6094,'/xuanxuan/module/admin/ext/js/xuanxuan/xuanxuan.js','/xuanxuan/module/admin/ext/js/xuanxuan','file','M'),(15922,2,6094,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(15923,2,6094,'/xuanxuan/module/chat/ext/config/chat.php','/xuanxuan/module/chat/ext/config','file','A'),(15924,2,6094,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(15925,2,6094,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(15926,2,6094,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15927,2,6094,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15928,2,6096,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15929,2,6097,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15930,2,6097,'/xuanxuan/www/data/xuanxuan/zentao-integrated.zip','/xuanxuan/www/data/xuanxuan','file','A'),(15931,2,6099,'/module/common/lang/en.php','/module/common/lang','file','M'),(15932,2,6099,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(15933,2,6099,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(15934,2,6100,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15935,2,6100,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','M'),(15936,2,6102,'/xuanxuan/module/common/ext/view/footer.html.hook.php','/xuanxuan/module/common/ext/view','file','A'),(15937,2,6102,'/xuanxuan/module/common/ext/view/footer.html.php','/xuanxuan/module/common/ext/view','file','D'),(15938,2,6104,'/xuanxuan/config/ext/xuanxuanfilter.php','/xuanxuan/config/ext','file','A'),(15939,2,6104,'/xuanxuan/module/chat/ext/control/extensions.php','/xuanxuan/module/chat/ext/control','file','D'),(15940,2,6104,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','M'),(15941,2,6104,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','M'),(15942,2,6104,'/xuanxuan/module/entry/ext/control/visit.php','/xuanxuan/module/entry/ext/control','file','A'),(15943,2,6107,'/module/testcase/control.php','/module/testcase','file','M'),(15944,2,6107,'/module/testsuite/control.php','/module/testsuite','file','M'),(15945,2,6108,'/xuanxuan/module/chat/ext/control/login.php','/xuanxuan/module/chat/ext/control','file','A'),(15946,2,6109,'/module/doc/view/x.create.html.php','/module/doc/view','file','M'),(15947,2,6109,'/module/todo/css/create.css','/module/todo/css','file','M'),(15948,2,6109,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(15949,2,6109,'/module/todo/view/footer.html.php','/module/todo/view','file','M'),(15950,2,6109,'/module/todo/view/x.create.html.php','/module/todo/view','file','A'),(15951,2,6110,'/module/bug/view/x.create.html.php','/module/bug/view','file','M'),(15952,2,6110,'/module/story/view/x.create.html.php','/module/story/view','file','M'),(15953,2,6110,'/module/task/css/create.css','/module/task/css','file','M'),(15954,2,6110,'/module/task/view/create.html.php','/module/task/view','file','M'),(15955,2,6110,'/module/task/view/x.create.html.php','/module/task/view','file','A'),(15956,2,6111,'/module/bug/view/x.create.html.php','/module/bug/view','file','M'),(15957,2,6111,'/module/story/view/x.create.html.php','/module/story/view','file','A'),(15958,2,6113,'/framework/control.class.php','/framework','file','M'),(15959,2,6113,'/module/doc/js/common.js','/module/doc/js','file','M'),(15960,2,6113,'/module/doc/js/edit.js','/module/doc/js','file','M'),(15961,2,6113,'/module/doc/view/x.create.html.php','/module/doc/view','file','A'),(15962,2,6113,'/module/todo/css/create.css','/module/todo/css','file','M'),(15963,2,6113,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(15964,2,6113,'/module/todo/view/footer.html.php','/module/todo/view','file','M'),(15965,2,6113,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','M'),(15966,2,6114,'/module/bug/css/create.css','/module/bug/css','file','M'),(15967,2,6114,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(15968,2,6114,'/module/bug/view/x.create.html.php','/module/bug/view','file','A'),(15969,2,6116,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(15970,2,6117,'/Makefile','/','file','M'),(15971,2,6117,'/config/config.php','/config','file','M'),(15972,2,6117,'/framework/control.class.php','/framework','file','M'),(15973,2,6117,'/framework/router.class.php','/framework','file','M'),(15974,2,6117,'/module/my/control.php','/module/my','file','M'),(15975,2,6117,'/www/index.php','/www','file','M'),(15976,2,6119,'/module/common/model.php','/module/common','file','M'),(15977,2,6119,'/module/misc/control.php','/module/misc','file','M'),(15978,2,6119,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(15979,2,6119,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15980,2,6119,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(15981,2,6120,'/module/story/model.php','/module/story','file','M'),(15982,2,6121,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(15983,2,6123,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(15984,2,6123,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(15985,2,6125,'/xuanxuan/module/chat/ext/view/downloadxxd.html.php','/xuanxuan/module/chat/ext/view','file','M'),(15986,2,6127,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(15987,2,6128,'/module/misc/control.php','/module/misc','file','M'),(15988,2,6128,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(15989,2,6128,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(15990,2,6129,'/module/common/view/footer.html.php','/module/common/view','file','M'),(15991,2,6129,'/module/message/control.php','/module/message','file','M'),(15992,2,6129,'/module/testtask/model.php','/module/testtask','file','M'),(15993,2,6129,'/www/js/my.full.js','/www/js','file','M'),(15994,2,6130,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','M'),(15995,2,6130,'/xuanxuan/module/message/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/message/ext/lang/zh-cn','file','M'),(15996,2,6130,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','M'),(15997,2,6131,'/module/common/model.php','/module/common','file','M'),(15998,2,6131,'/module/misc/control.php','/module/misc','file','M'),(15999,2,6131,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','M'),(16000,2,6132,'/xuanxuan/module/admin/ext/control/ajaxsavexxstatus.php','/xuanxuan/module/admin/ext/control','file','A'),(16001,2,6132,'/xuanxuan/module/chat/ext/control/downloadxxd.php','/xuanxuan/module/chat/ext/control','file','A'),(16002,2,6132,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(16003,2,6132,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(16004,2,6132,'/xuanxuan/module/chat/ext/model/class/xuanxuan.class.php','/xuanxuan/module/chat/ext/model/class','file','A'),(16005,2,6132,'/xuanxuan/module/chat/ext/model/xuanxuan.php','/xuanxuan/module/chat/ext/model','file','A'),(16006,2,6132,'/xuanxuan/module/chat/ext/view/downloadxxd.html.php','/xuanxuan/module/chat/ext/view','file','A'),(16007,2,6132,'/xuanxuan/module/common/ext/view/footer.html.php','/xuanxuan/module/common/ext/view','file','A'),(16008,2,6134,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','M'),(16009,2,6134,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','M'),(16010,2,6134,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','M'),(16011,2,6134,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','M'),(16012,2,6135,'/xuanxuan/module/message/ext/config/xuanxuan.php','/xuanxuan/module/message/ext/config','file','A'),(16013,2,6135,'/xuanxuan/module/message/ext/lang/en/xuanxuan.php','/xuanxuan/module/message/ext/lang/en','file','A'),(16014,2,6135,'/xuanxuan/module/message/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/message/ext/lang/zh-cn','file','A'),(16015,2,6135,'/xuanxuan/module/message/ext/model/class/xuanxuan.class.php','/xuanxuan/module/message/ext/model/class','file','A'),(16016,2,6135,'/xuanxuan/module/message/ext/model/hook/send.xuanxuan.php','/xuanxuan/module/message/ext/model/hook','file','A'),(16017,2,6136,'/Makefile','/','file','M'),(16018,2,6136,'/xuanxuan/module/admin/ext/control/xuanxuan.php','/xuanxuan/module/admin/ext/control','file','A'),(16019,2,6136,'/xuanxuan/module/admin/ext/js/xuanxuan/xuanxuan.js','/xuanxuan/module/admin/ext/js/xuanxuan','file','A'),(16020,2,6136,'/xuanxuan/module/admin/ext/view/xuanxuan.html.php','/xuanxuan/module/admin/ext/view','file','A'),(16021,2,6136,'/xuanxuan/module/chat/ext/control/extensions.php','/xuanxuan/module/chat/ext/control','file','A'),(16022,2,6136,'/xuanxuan/module/chat/ext/lang/en/xuanxuan.php','/xuanxuan/module/chat/ext/lang/en','file','A'),(16023,2,6136,'/xuanxuan/module/chat/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-cn','file','A'),(16024,2,6136,'/xuanxuan/module/chat/ext/lang/zh-tw/xuanxuan.php','/xuanxuan/module/chat/ext/lang/zh-tw','file','A'),(16025,2,6136,'/xuanxuan/module/common/ext/lang/en/xuanxuan.php','/xuanxuan/module/common/ext/lang/en','file','A'),(16026,2,6136,'/xuanxuan/module/common/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-cn','file','A'),(16027,2,6136,'/xuanxuan/module/common/ext/lang/zh-tw/xuanxuan.php','/xuanxuan/module/common/ext/lang/zh-tw','file','A'),(16028,2,6136,'/xuanxuan/module/common/ext/model/hook/loadConfigFromDB.xuanxuan.php','/xuanxuan/module/common/ext/model/hook','file','A'),(16029,2,6136,'/xuanxuan/module/common/ext/model/xuanxuan.php','/xuanxuan/module/common/ext/model','file','A'),(16030,2,6136,'/xuanxuan/module/dept/ext/model/getlistbytype.php','/xuanxuan/module/dept/ext/model','file','A'),(16031,2,6136,'/xuanxuan/module/dev/ext/config/xuanxuan.php','/xuanxuan/module/dev/ext/config','file','A'),(16032,2,6136,'/xuanxuan/module/dev/ext/lang/en/xuanxuan.php','/xuanxuan/module/dev/ext/lang/en','file','A'),(16033,2,6136,'/xuanxuan/module/dev/ext/lang/zh-cn/xuanxuan.php','/xuanxuan/module/dev/ext/lang/zh-cn','file','A'),(16034,2,6136,'/xuanxuan/module/dev/ext/lang/zh-tw/xuanxuan.php','/xuanxuan/module/dev/ext/lang/zh-tw','file','A'),(16035,2,6136,'/xuanxuan/www/upgradexuanxuan.php','/xuanxuan/www','file','A'),(16036,2,6136,'/xuanxuan/www/xuanxuan.php','/xuanxuan/www','file','A'),(16037,2,6137,'/module/misc/control.php','/module/misc','file','M'),(16038,2,6137,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(16039,2,6137,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(16040,2,6137,'/module/misc/view/downloadclient.html.php','/module/misc/view','file','A'),(16041,2,6139,'/module/common/lang/en.php','/module/common/lang','file','M'),(16042,2,6139,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16043,2,6139,'/module/common/model.php','/module/common','file','M'),(16044,2,6139,'/module/common/view/footer.html.php','/module/common/view','file','M'),(16045,2,6140,'/db/standard/zentao10.1.sql','/db/standard','file','M'),(16046,2,6141,'/module/message/config.php','/module/message','file','M'),(16047,2,6141,'/module/message/lang/en.php','/module/message/lang','file','M'),(16048,2,6141,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(16049,2,6142,'/module/message/config.php','/module/message','file','M'),(16050,2,6142,'/module/message/lang/en.php','/module/message/lang','file','M'),(16051,2,6142,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(16052,2,6143,'/module/task/model.php','/module/task','file','M'),(16053,2,6144,'/module/doc/css/view.css','/module/doc/css','file','M'),(16054,2,6144,'/module/doc/js/view.js','/module/doc/js','file','M'),(16055,2,6147,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(16056,2,6149,'/module/group/js/manageview.js','/module/group/js','file','M'),(16057,2,6149,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(16058,2,6150,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(16059,2,6150,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(16060,2,6150,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16061,2,6152,'/module/file/lang/en.php','/module/file/lang','file','M'),(16062,2,6153,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(16063,2,6154,'/module/tree/model.php','/module/tree','file','M'),(16064,2,6156,'/module/tree/control.php','/module/tree','file','M'),(16065,2,6156,'/module/tree/model.php','/module/tree','file','M'),(16066,2,6157,'/module/common/model.php','/module/common','file','M'),(16067,2,6157,'/module/doc/css/view.css','/module/doc/css','file','M'),(16068,2,6157,'/module/upgrade/model.php','/module/upgrade','file','M'),(16069,2,6157,'/module/user/view/edit.html.php','/module/user/view','file','M'),(16070,2,6158,'/module/git/model.php','/module/git','file','M'),(16071,2,6158,'/module/mail/control.php','/module/mail','file','M'),(16072,2,6158,'/module/upgrade/model.php','/module/upgrade','file','M'),(16073,2,6159,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16074,2,6159,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(16075,2,6161,'/module/file/lang/en.php','/module/file/lang','file','M'),(16076,2,6162,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(16077,2,6162,'/module/upgrade/model.php','/module/upgrade','file','M'),(16078,2,6164,'/module/task/js/recordestimate.js','/module/task/js','file','M'),(16079,2,6166,'/module/common/model.php','/module/common','file','M'),(16080,2,6166,'/module/install/model.php','/module/install','file','M'),(16081,2,6167,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(16082,2,6167,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(16083,2,6168,'/module/upgrade/view/consistency.html.php','/module/upgrade/view','file','M'),(16084,2,6169,'/VERSION','/','file','M'),(16085,2,6169,'/config/config.php','/config','file','M'),(16086,2,6169,'/db/update10.5.1.sql','/db','file','M'),(16087,2,6169,'/doc/CHANGELOG','/doc','file','M'),(16088,2,6169,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(16089,2,6169,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(16090,2,6169,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(16091,2,6169,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(16092,2,6169,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(16093,2,6169,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(16094,2,6169,'/module/common/lang/en.php','/module/common/lang','file','M'),(16095,2,6169,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(16096,2,6169,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(16097,2,6169,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16098,2,6169,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(16099,2,6169,'/module/group/lang/en.php','/module/group/lang','file','M'),(16100,2,6169,'/module/group/lang/resource.php','/module/group/lang','file','M'),(16101,2,6169,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(16102,2,6169,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(16103,2,6169,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(16104,2,6169,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(16105,2,6169,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(16106,2,6169,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(16107,2,6169,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(16108,2,6169,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(16109,2,6169,'/module/story/model.php','/module/story','file','M'),(16110,2,6169,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(16111,2,6169,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(16112,2,6169,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(16113,2,6169,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(16114,2,6169,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(16115,2,6169,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(16116,2,6169,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(16117,2,6169,'/module/upgrade/model.php','/module/upgrade','file','M'),(16118,2,6172,'/db/zentao.sql','/db','file','M'),(16119,2,6172,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(16120,2,6172,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(16121,2,6172,'/module/doc/css/view.css','/module/doc/css','file','M'),(16122,2,6172,'/module/doc/js/view.js','/module/doc/js','file','M'),(16123,2,6172,'/module/product/model.php','/module/product','file','M'),(16124,2,6172,'/module/project/css/create.css','/module/project/css','file','M'),(16125,2,6173,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(16126,2,6173,'/module/group/lang/resource.php','/module/group/lang','file','M'),(16127,2,6173,'/module/project/lang/en.php','/module/project/lang','file','M'),(16128,2,6173,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(16129,2,6173,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(16130,2,6173,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(16131,2,6173,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16132,2,6174,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16133,2,6174,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(16134,2,6174,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(16135,2,6174,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(16136,2,6174,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(16137,2,6175,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16138,2,6175,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16139,2,6177,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16140,2,6177,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16141,2,6179,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16142,2,6179,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16143,2,6179,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(16144,2,6180,'/module/common/model.php','/module/common','file','M'),(16145,2,6180,'/module/doc/control.php','/module/doc','file','M'),(16146,2,6180,'/module/doc/model.php','/module/doc','file','M'),(16147,2,6180,'/module/story/js/review.js','/module/story/js','file','M'),(16148,2,6180,'/module/tree/control.php','/module/tree','file','M'),(16149,2,6180,'/module/upgrade/model.php','/module/upgrade','file','M'),(16150,2,6181,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16151,2,6181,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16152,2,6182,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(16153,2,6182,'/www/js/zui/min.js','/www/js/zui','file','M'),(16154,2,6184,'/module/block/control.php','/module/block','file','M'),(16155,2,6184,'/module/block/css/dashboard.css','/module/block/css','file','M'),(16156,2,6184,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(16157,2,6184,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(16158,2,6184,'/www/theme/green/style.css','/www/theme/green','file','M'),(16159,2,6184,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(16160,2,6184,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(16161,2,6184,'/www/theme/red/style.css','/www/theme/red','file','M'),(16162,2,6184,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16163,2,6185,'/module/doc/js/view.js','/module/doc/js','file','M'),(16164,2,6185,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16165,2,6185,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16166,2,6185,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16167,2,6186,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(16168,2,6186,'/module/my/view/bug.html.php','/module/my/view','file','M'),(16169,2,6186,'/module/my/view/story.html.php','/module/my/view','file','M'),(16170,2,6186,'/module/product/view/browse.html.php','/module/product/view','file','M'),(16171,2,6186,'/module/project/view/bug.html.php','/module/project/view','file','M'),(16172,2,6186,'/module/project/view/task.html.php','/module/project/view','file','M'),(16173,2,6186,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(16174,2,6186,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(16175,2,6187,'/module/extension/model.php','/module/extension','file','M'),(16176,2,6189,'/www/js/my.full.js','/www/js','file','M'),(16177,2,6189,'/www/js/zui/min.js','/www/js/zui','file','M'),(16178,2,6191,'/module/doc/js/view.js','/module/doc/js','file','M'),(16179,2,6191,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16180,2,6191,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16181,2,6191,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16182,2,6191,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(16183,2,6191,'/module/tree/model.php','/module/tree','file','M'),(16184,2,6193,'/module/doc/css/view.css','/module/doc/css','file','M'),(16185,2,6194,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(16186,2,6195,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(16187,2,6196,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(16188,2,6196,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(16189,2,6197,'/module/dev/config.php','/module/dev','file','M'),(16190,2,6197,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(16191,2,6197,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(16192,2,6197,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(16193,2,6197,'/module/dev/view/db.html.php','/module/dev/view','file','M'),(16194,2,6197,'/module/editor/view/index.html.php','/module/editor/view','file','M'),(16195,2,6198,'/module/backup/control.php','/module/backup','file','M'),(16196,2,6198,'/module/backup/model.php','/module/backup','file','M'),(16197,2,6198,'/module/doc/control.php','/module/doc','file','M'),(16198,2,6198,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(16199,2,6198,'/module/project/model.php','/module/project','file','M'),(16200,2,6200,'/module/backup/control.php','/module/backup','file','M'),(16201,2,6200,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(16202,2,6200,'/module/backup/model.php','/module/backup','file','M'),(16203,2,6202,'/module/upgrade/model.php','/module/upgrade','file','M'),(16204,2,6203,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(16205,2,6203,'/module/story/view/view.html.php','/module/story/view','file','M'),(16206,2,6203,'/module/task/view/view.html.php','/module/task/view','file','M'),(16207,2,6203,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(16208,2,6204,'/module/task/control.php','/module/task','file','M'),(16209,2,6204,'/module/testtask/control.php','/module/testtask','file','M'),(16210,2,6205,'/module/doc/js/edit.js','/module/doc/js','file','M'),(16211,2,6207,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16212,2,6209,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(16213,2,6209,'/module/backup/control.php','/module/backup','file','M'),(16214,2,6209,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(16215,2,6209,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(16216,2,6209,'/module/backup/model.php','/module/backup','file','M'),(16217,2,6210,'/module/story/js/review.js','/module/story/js','file','M'),(16218,2,6211,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16219,2,6213,'/module/doc/control.php','/module/doc','file','M'),(16220,2,6213,'/module/doc/model.php','/module/doc','file','M'),(16221,2,6213,'/module/tree/control.php','/module/tree','file','M'),(16222,2,6213,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16223,2,6214,'/module/product/view/create.html.php','/module/product/view','file','M'),(16224,2,6214,'/module/tree/control.php','/module/tree','file','M'),(16225,2,6216,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16226,2,6216,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16227,2,6216,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(16228,2,6218,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(16229,2,6218,'/module/project/view/bug.html.php','/module/project/view','file','M'),(16230,2,6218,'/module/story/model.php','/module/story','file','M'),(16231,2,6218,'/module/task/model.php','/module/task','file','M'),(16232,2,6218,'/module/testsuite/config.php','/module/testsuite','file','M'),(16233,2,6218,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16234,2,6219,'/module/task/model.php','/module/task','file','M'),(16235,2,6221,'/www/js/zui/min.js','/www/js/zui','file','M'),(16236,2,6222,'/doc/README','/doc','file','M'),(16237,2,6224,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16238,2,6226,'/module/upgrade/model.php','/module/upgrade','file','M'),(16239,2,6227,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(16240,2,6229,'/module/project/css/burn.css','/module/project/css','file','M'),(16241,2,6231,'/module/testreport/control.php','/module/testreport','file','M'),(16242,2,6232,'/module/tree/model.php','/module/tree','file','M'),(16243,2,6234,'/module/doc/css/common.css','/module/doc/css','file','M'),(16244,2,6235,'/module/task/model.php','/module/task','file','M'),(16245,2,6237,'/module/block/lang/en.php','/module/block/lang','file','M'),(16246,2,6237,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(16247,2,6239,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(16248,2,6241,'/module/doc/css/view.css','/module/doc/css','file','M'),(16249,2,6241,'/module/doc/js/view.js','/module/doc/js','file','M'),(16250,2,6241,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16251,2,6241,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16252,2,6241,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(16253,2,6241,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(16254,2,6241,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(16255,2,6241,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(16256,2,6242,'/module/release/view/browse.html.php','/module/release/view','file','M'),(16257,2,6243,'/module/todo/control.php','/module/todo','file','M'),(16258,2,6243,'/module/todo/model.php','/module/todo','file','M'),(16259,2,6243,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(16260,2,6245,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(16261,2,6247,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16262,2,6248,'/module/common/lang/en.php','/module/common/lang','file','M'),(16263,2,6248,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16264,2,6248,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(16265,2,6249,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(16266,2,6251,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(16267,2,6253,'/www/js/zui/min.js','/www/js/zui','file','M'),(16268,2,6253,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16269,2,6254,'/module/story/model.php','/module/story','file','M'),(16270,2,6255,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(16271,2,6256,'/module/task/model.php','/module/task','file','M'),(16272,2,6256,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(16273,2,6258,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(16274,2,6259,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16275,2,6260,'/module/story/css/change.css','/module/story/css','file','M'),(16276,2,6261,'/module/project/css/tree.css','/module/project/css','file','M'),(16277,2,6262,'/www/js/zui/min.js','/www/js/zui','file','M'),(16278,2,6264,'/module/project/css/tree.css','/module/project/css','file','M'),(16279,2,6264,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(16280,2,6266,'/module/upgrade/view/consistency.html.php','/module/upgrade/view','file','M'),(16281,2,6268,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(16282,2,6269,'/module/project/js/kanban.js','/module/project/js','file','M'),(16283,2,6269,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(16284,2,6271,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(16285,2,6271,'/module/upgrade/model.php','/module/upgrade','file','M'),(16286,2,6273,'/module/common/lang/en.php','/module/common/lang','file','M'),(16287,2,6273,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16288,2,6273,'/module/common/view/footer.html.php','/module/common/view','file','M'),(16289,2,6273,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(16290,2,6277,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16291,2,6277,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(16292,2,6277,'/module/custom/config.php','/module/custom','file','M'),(16293,2,6277,'/module/upgrade/model.php','/module/upgrade','file','M'),(16294,2,6278,'/www/js/my.full.js','/www/js','file','M'),(16295,2,6278,'/www/js/zui/min.js','/www/js/zui','file','M'),(16296,2,6280,'/www/js/zui/min.js','/www/js/zui','file','M'),(16297,2,6280,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16298,2,6282,'/module/project/css/common.css','/module/project/css','file','M'),(16299,2,6282,'/module/project/view/task.html.php','/module/project/view','file','M'),(16300,2,6282,'/module/task/model.php','/module/task','file','M'),(16301,2,6283,'/module/story/model.php','/module/story','file','M'),(16302,2,6283,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(16303,2,6283,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(16304,2,6283,'/www/js/zui/min.js','/www/js/zui','file','M'),(16305,2,6285,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(16306,2,6285,'/module/my/view/bug.html.php','/module/my/view','file','M'),(16307,2,6285,'/module/my/view/story.html.php','/module/my/view','file','M'),(16308,2,6285,'/module/product/view/browse.html.php','/module/product/view','file','M'),(16309,2,6285,'/module/project/view/bug.html.php','/module/project/view','file','M'),(16310,2,6285,'/module/project/view/task.html.php','/module/project/view','file','M'),(16311,2,6285,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(16312,2,6285,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(16313,2,6285,'/www/js/zui/min.js','/www/js/zui','file','M'),(16314,2,6285,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16315,2,6286,'/module/group/model.php','/module/group','file','M'),(16316,2,6287,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(16317,2,6287,'/module/product/view/browse.html.php','/module/product/view','file','M'),(16318,2,6287,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(16319,2,6287,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(16320,2,6287,'/module/project/view/task.html.php','/module/project/view','file','M'),(16321,2,6287,'/module/project/view/tree.html.php','/module/project/view','file','M'),(16322,2,6287,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(16323,2,6288,'/module/backup/control.php','/module/backup','file','M'),(16324,2,6288,'/module/backup/js/index.js','/module/backup/js','file','M'),(16325,2,6290,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(16326,2,6291,'/module/build/control.php','/module/build','file','M'),(16327,2,6291,'/module/build/js/common.js','/module/build/js','file','M'),(16328,2,6291,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(16329,2,6293,'/www/js/zui/min.js','/www/js/zui','file','M'),(16330,2,6295,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(16331,2,6296,'/module/build/control.php','/module/build','file','M'),(16332,2,6296,'/module/build/js/common.js','/module/build/js','file','M'),(16333,2,6296,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(16334,2,6298,'/www/theme/default/style.css','/www/theme/default','file','M'),(16335,2,6299,'/module/product/control.php','/module/product','file','M'),(16336,2,6299,'/module/product/view/view.html.php','/module/product/view','file','M'),(16337,2,6301,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(16338,2,6301,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(16339,2,6302,'/module/common/view/form.html.php','/module/common/view','file','M'),(16340,2,6302,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(16341,2,6302,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(16342,2,6302,'/www/js/zui/min.js','/www/js/zui','file','M'),(16343,2,6302,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16344,2,6303,'/module/group/css/managepriv.css','/module/group/css','file','M'),(16345,2,6303,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(16346,2,6305,'/module/common/lang/en.php','/module/common/lang','file','M'),(16347,2,6305,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(16348,2,6305,'/module/project/lang/en.php','/module/project/lang','file','M'),(16349,2,6305,'/module/story/lang/en.php','/module/story/lang','file','M'),(16350,2,6305,'/module/task/lang/en.php','/module/task/lang','file','M'),(16351,2,6306,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(16352,2,6308,'/module/common/lang/en.php','/module/common/lang','file','M'),(16353,2,6308,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(16354,2,6308,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16355,2,6310,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(16356,2,6310,'/module/story/lang/en.php','/module/story/lang','file','M'),(16357,2,6312,'/module/task/view/edit.html.php','/module/task/view','file','M'),(16358,2,6314,'/www/js/datatable/min.js','/www/js/datatable','file','M'),(16359,2,6316,'/module/story/css/view.css','/module/story/css','file','M'),(16360,2,6317,'/module/datatable/model.php','/module/datatable','file','M'),(16361,2,6318,'/module/block/control.php','/module/block','file','M'),(16362,2,6318,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(16363,2,6319,'/module/report/model.php','/module/report','file','M'),(16364,2,6320,'/module/common/lang/en.php','/module/common/lang','file','M'),(16365,2,6320,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16366,2,6321,'/module/task/view/edit.html.php','/module/task/view','file','M'),(16367,2,6322,'/module/common/lang/en.php','/module/common/lang','file','M'),(16368,2,6322,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16369,2,6325,'/module/testsuite/config.php','/module/testsuite','file','M'),(16370,2,6325,'/module/testsuite/control.php','/module/testsuite','file','M'),(16371,2,6325,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(16372,2,6325,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(16373,2,6326,'/module/upgrade/model.php','/module/upgrade','file','M'),(16374,2,6328,'/db/standard/zentao10.0.alpha.sql','/db/standard','file','A'),(16375,2,6328,'/db/standard/zentao10.0.sql','/db/standard','file','A'),(16376,2,6328,'/db/standard/zentao10.1.sql','/db/standard','file','A'),(16377,2,6328,'/db/standard/zentao10.2.sql','/db/standard','file','A'),(16378,2,6328,'/db/standard/zentao10.3.1.sql','/db/standard','file','A'),(16379,2,6328,'/db/standard/zentao10.3.sql','/db/standard','file','A'),(16380,2,6328,'/db/standard/zentao10.4.sql','/db/standard','file','A'),(16381,2,6328,'/db/standard/zentao10.5.1.sql','/db/standard','file','A'),(16382,2,6328,'/db/standard/zentao10.5.sql','/db/standard','file','A'),(16383,2,6328,'/db/standard/zentao9.8.3.sql','/db/standard','file','A'),(16384,2,6328,'/module/upgrade/control.php','/module/upgrade','file','M'),(16385,2,6328,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(16386,2,6328,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(16387,2,6328,'/module/upgrade/model.php','/module/upgrade','file','M'),(16388,2,6328,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','M'),(16389,2,6328,'/module/upgrade/view/consistency.html.php','/module/upgrade/view','file','A'),(16390,2,6329,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(16391,2,6329,'/module/story/view/view.html.php','/module/story/view','file','M'),(16392,2,6329,'/module/task/view/view.html.php','/module/task/view','file','M'),(16393,2,6329,'/module/testcase/control.php','/module/testcase','file','M'),(16394,2,6329,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(16395,2,6330,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(16396,2,6330,'/module/product/view/view.html.php','/module/product/view','file','M'),(16397,2,6330,'/module/user/control.php','/module/user','file','M'),(16398,2,6331,'/module/task/model.php','/module/task','file','M'),(16399,2,6332,'/module/task/model.php','/module/task','file','M'),(16400,2,6333,'/module/custom/config.php','/module/custom','file','M'),(16401,2,6335,'/module/doc/control.php','/module/doc','file','M'),(16402,2,6335,'/module/doc/js/edit.js','/module/doc/js','file','M'),(16403,2,6335,'/module/doc/model.php','/module/doc','file','M'),(16404,2,6335,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(16405,2,6335,'/module/group/lang/resource.php','/module/group/lang','file','M'),(16406,2,6335,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(16407,2,6335,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(16408,2,6335,'/module/tree/control.php','/module/tree','file','M'),(16409,2,6335,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16410,2,6337,'/module/doc/model.php','/module/doc','file','M'),(16411,2,6339,'/module/bug/control.php','/module/bug','file','M'),(16412,2,6339,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(16413,2,6339,'/module/common/lang/en.php','/module/common/lang','file','M'),(16414,2,6339,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16415,2,6339,'/module/file/view/export.html.php','/module/file/view','file','M'),(16416,2,6339,'/module/product/view/browse.html.php','/module/product/view','file','M'),(16417,2,6339,'/module/story/control.php','/module/story','file','M'),(16418,2,6339,'/module/task/control.php','/module/task','file','M'),(16419,2,6339,'/module/testcase/control.php','/module/testcase','file','M'),(16420,2,6339,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(16421,2,6341,'/module/dev/config.php','/module/dev','file','M'),(16422,2,6341,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(16423,2,6341,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(16424,2,6341,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(16425,2,6341,'/module/editor/view/index.html.php','/module/editor/view','file','M'),(16426,2,6342,'/module/doc/control.php','/module/doc','file','M'),(16427,2,6342,'/module/tree/control.php','/module/tree','file','M'),(16428,2,6342,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(16429,2,6343,'/module/project/css/tree.css','/module/project/css','file','M'),(16430,2,6345,'/module/action/view/trash.html.php','/module/action/view','file','M'),(16431,2,6345,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(16432,2,6345,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(16433,2,6345,'/module/common/lang/en.php','/module/common/lang','file','M'),(16434,2,6345,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(16435,2,6345,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16436,2,6345,'/module/common/model.php','/module/common','file','M'),(16437,2,6345,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(16438,2,6345,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(16439,2,6345,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(16440,2,6345,'/module/dev/view/header.html.php','/module/dev/view','file','M'),(16441,2,6345,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(16442,2,6345,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(16443,2,6345,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(16444,2,6345,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(16445,2,6345,'/module/mail/js/common.js','/module/mail/js','file','M'),(16446,2,6345,'/module/message/view/header.html.php','/module/message/view','file','M'),(16447,2,6345,'/module/message/view/setting.html.php','/module/message/view','file','M'),(16448,2,6345,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(16449,2,6346,'/module/task/model.php','/module/task','file','M'),(16450,2,6348,'/module/task/model.php','/module/task','file','M'),(16451,2,6350,'/module/testtask/config.php','/module/testtask','file','M'),(16452,2,6350,'/module/testtask/control.php','/module/testtask','file','M'),(16453,2,6350,'/module/testtask/model.php','/module/testtask','file','M'),(16454,2,6350,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(16455,2,6351,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(16456,2,6351,'/module/story/view/view.html.php','/module/story/view','file','M'),(16457,2,6351,'/module/task/view/view.html.php','/module/task/view','file','M'),(16458,2,6351,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(16459,2,6352,'/module/project/control.php','/module/project','file','M'),(16460,2,6353,'/module/tree/model.php','/module/tree','file','M'),(16461,2,6354,'/module/tree/model.php','/module/tree','file','M'),(16462,2,6356,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(16463,2,6358,'/module/project/lang/en.php','/module/project/lang','file','M'),(16464,2,6360,'/module/project/model.php','/module/project','file','M'),(16465,2,6360,'/module/task/model.php','/module/task','file','M'),(16466,2,6362,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(16467,2,6362,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(16468,2,6362,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(16469,2,6364,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16470,2,6366,'/module/group/lang/en.php','/module/group/lang','file','M'),(16471,2,6368,'/module/task/control.php','/module/task','file','M'),(16472,2,6368,'/module/task/model.php','/module/task','file','M'),(16473,2,6368,'/module/task/view/edit.html.php','/module/task/view','file','M'),(16474,2,6370,'/module/doc/css/view.css','/module/doc/css','file','M'),(16475,2,6370,'/module/doc/js/view.js','/module/doc/js','file','M'),(16476,2,6370,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16477,2,6371,'/module/story/js/change.js','/module/story/js','file','M'),(16478,2,6372,'/module/common/lang/en.php','/module/common/lang','file','M'),(16479,2,6372,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(16480,2,6374,'/module/my/view/task.html.php','/module/my/view','file','M'),(16481,2,6375,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16482,2,6375,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16483,2,6376,'/module/project/lang/en.php','/module/project/lang','file','M'),(16484,2,6378,'/module/project/model.php','/module/project','file','M'),(16485,2,6378,'/module/tree/model.php','/module/tree','file','M'),(16486,2,6379,'/module/block/control.php','/module/block','file','M'),(16487,2,6379,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16488,2,6381,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(16489,2,6382,'/module/project/model.php','/module/project','file','M'),(16490,2,6382,'/module/story/lang/en.php','/module/story/lang','file','M'),(16491,2,6382,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(16492,2,6383,'/module/project/lang/en.php','/module/project/lang','file','M'),(16493,2,6383,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(16494,2,6383,'/module/project/view/story.html.php','/module/project/view','file','M'),(16495,2,6385,'/module/bug/model.php','/module/bug','file','M'),(16496,2,6385,'/module/company/view/browse.html.php','/module/company/view','file','M'),(16497,2,6385,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(16498,2,6385,'/module/project/view/bug.html.php','/module/project/view','file','M'),(16499,2,6385,'/module/project/view/build.html.php','/module/project/view','file','M'),(16500,2,6385,'/module/project/view/story.html.php','/module/project/view','file','M'),(16501,2,6385,'/module/release/view/browse.html.php','/module/release/view','file','M'),(16502,2,6385,'/module/story/model.php','/module/story','file','M'),(16503,2,6385,'/module/task/model.php','/module/task','file','M'),(16504,2,6385,'/module/testcase/model.php','/module/testcase','file','M'),(16505,2,6385,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(16506,2,6385,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(16507,2,6385,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(16508,2,6386,'/module/user/config.php','/module/user','file','M'),(16509,2,6388,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(16510,2,6388,'/module/backup/control.php','/module/backup','file','M'),(16511,2,6388,'/module/backup/js/index.js','/module/backup/js','file','M'),(16512,2,6388,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(16513,2,6388,'/module/backup/model.php','/module/backup','file','M'),(16514,2,6388,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(16515,2,6388,'/module/backup/view/setting.html.php','/module/backup/view','file','M'),(16516,2,6389,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(16517,2,6389,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(16518,2,6389,'/module/task/lang/en.php','/module/task/lang','file','M'),(16519,2,6389,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(16520,2,6390,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(16521,2,6391,'/module/product/view/create.html.php','/module/product/view','file','M'),(16522,2,6392,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(16523,2,6392,'/module/product/lang/en.php','/module/product/lang','file','M'),(16524,2,6392,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(16525,2,6393,'/db/update10.5.1.sql','/db','file','A'),(16526,2,6393,'/module/story/model.php','/module/story','file','M'),(16527,2,6394,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(16528,2,6395,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(16529,2,6396,'/module/testtask/css/runcase.css','/module/testtask/css','file','M'),(16530,2,6397,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(16531,2,6397,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(16532,2,6398,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(16533,2,6398,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(16534,2,6398,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(16535,2,6398,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(16536,2,6399,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(16537,2,6401,'/module/bug/control.php','/module/bug','file','M'),(16538,2,6401,'/module/story/control.php','/module/story','file','M'),(16539,2,6401,'/module/task/control.php','/module/task','file','M'),(16540,2,6403,'/module/backup/config.php','/module/backup','file','M'),(16541,2,6403,'/module/backup/control.php','/module/backup','file','M'),(16542,2,6403,'/module/backup/js/setting.js','/module/backup/js','file','A'),(16543,2,6403,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(16544,2,6403,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(16545,2,6403,'/module/backup/model.php','/module/backup','file','M'),(16546,2,6403,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(16547,2,6403,'/module/backup/view/setting.html.php','/module/backup/view','file','A'),(16548,2,6404,'/module/bug/control.php','/module/bug','file','M'),(16549,2,6404,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(16550,2,6406,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(16551,2,6406,'/module/testcase/model.php','/module/testcase','file','M'),(16552,2,6408,'/module/bug/control.php','/module/bug','file','M'),(16553,2,6408,'/module/product/control.php','/module/product','file','M'),(16554,2,6408,'/module/project/control.php','/module/project','file','M'),(16555,2,6408,'/module/testcase/control.php','/module/testcase','file','M'),(16556,2,6408,'/module/testsuite/control.php','/module/testsuite','file','M'),(16557,2,6408,'/module/testtask/control.php','/module/testtask','file','M'),(16558,2,6409,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(16559,2,6409,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(16560,2,6410,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16561,2,6410,'/module/doc/js/common.js','/module/doc/js','file','M'),(16562,2,6411,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(16563,2,6411,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(16564,2,6411,'/module/testcase/model.php','/module/testcase','file','M'),(16565,2,6411,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(16566,2,6413,'/module/story/js/review.js','/module/story/js','file','M'),(16567,2,6413,'/module/story/view/review.html.php','/module/story/view','file','M'),(16568,2,6414,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(16569,2,6415,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(16570,2,6415,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(16571,2,6415,'/module/install/lang/en.php','/module/install/lang','file','M'),(16572,2,6415,'/module/my/lang/en.php','/module/my/lang','file','M'),(16573,2,6415,'/module/product/lang/en.php','/module/product/lang','file','M'),(16574,2,6415,'/module/story/lang/en.php','/module/story/lang','file','M'),(16575,2,6415,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(16576,2,6415,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(16577,2,6415,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(16578,2,6415,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(16579,2,6417,'/module/action/lang/en.php','/module/action/lang','file','M'),(16580,2,6417,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(16581,2,6417,'/module/build/lang/en.php','/module/build/lang','file','M'),(16582,2,6417,'/module/common/lang/en.php','/module/common/lang','file','M'),(16583,2,6417,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16584,2,6417,'/module/group/lang/en.php','/module/group/lang','file','M'),(16585,2,6417,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(16586,2,6417,'/module/project/lang/en.php','/module/project/lang','file','M'),(16587,2,6417,'/module/score/lang/en.php','/module/score/lang','file','M'),(16588,2,6417,'/module/task/lang/en.php','/module/task/lang','file','M'),(16589,2,6417,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(16590,2,6417,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(16591,2,6417,'/module/user/lang/en.php','/module/user/lang','file','M'),(16592,2,6419,'/VERSION','/','file','M'),(16593,2,6419,'/config/config.php','/config','file','M'),(16594,2,6419,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(16595,2,6419,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(16596,2,6419,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(16597,2,6419,'/module/upgrade/model.php','/module/upgrade','file','M'),(16598,2,6420,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16599,2,6420,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16600,2,6421,'/module/doc/css/index.css','/module/doc/css','file','M'),(16601,2,6423,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(16602,2,6423,'/module/common/lang/en.php','/module/common/lang','file','M'),(16603,2,6423,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(16604,2,6423,'/module/project/lang/en.php','/module/project/lang','file','M'),(16605,2,6423,'/module/story/lang/en.php','/module/story/lang','file','M'),(16606,2,6426,'/module/project/js/kanban.js','/module/project/js','file','M'),(16607,2,6426,'/module/story/lang/en.php','/module/story/lang','file','M'),(16608,2,6426,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(16609,2,6428,'/module/task/lang/en.php','/module/task/lang','file','M'),(16610,2,6428,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(16611,2,6430,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(16612,2,6432,'/module/task/lang/en.php','/module/task/lang','file','M'),(16613,2,6432,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(16614,2,6434,'/module/common/lang/en.php','/module/common/lang','file','M'),(16615,2,6436,'/www/js/zui/min.js','/www/js/zui','file','M'),(16616,2,6437,'/module/bug/control.php','/module/bug','file','M'),(16617,2,6439,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16618,2,6441,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(16619,2,6441,'/module/task/control.php','/module/task','file','M'),(16620,2,6442,'/module/story/control.php','/module/story','file','M'),(16621,2,6444,'/module/project/js/burn.js','/module/project/js','file','M'),(16622,2,6444,'/module/project/view/burn.html.php','/module/project/view','file','M'),(16623,2,6445,'/module/bug/js/common.js','/module/bug/js','file','M'),(16624,2,6445,'/module/bug/js/create.js','/module/bug/js','file','M'),(16625,2,6446,'/module/project/css/kanban.css','/module/project/css','file','M'),(16626,2,6446,'/module/project/js/kanban.js','/module/project/js','file','M'),(16627,2,6448,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(16628,2,6449,'/module/task/control.php','/module/task','file','M'),(16629,2,6450,'/module/group/lang/en.php','/module/group/lang','file','M'),(16630,2,6452,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(16631,2,6454,'/module/custom/control.php','/module/custom','file','M'),(16632,2,6454,'/module/doc/config.php','/module/doc','file','M'),(16633,2,6454,'/module/doc/control.php','/module/doc','file','M'),(16634,2,6454,'/module/doc/model.php','/module/doc','file','M'),(16635,2,6455,'/module/task/model.php','/module/task','file','M'),(16636,2,6456,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(16637,2,6458,'/module/project/css/kanban.css','/module/project/css','file','M'),(16638,2,6458,'/module/project/js/kanban.js','/module/project/js','file','M'),(16639,2,6460,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(16640,2,6462,'/module/upgrade/model.php','/module/upgrade','file','M'),(16641,2,6464,'/module/project/css/kanban.css','/module/project/css','file','M'),(16642,2,6464,'/module/project/js/kanban.js','/module/project/js','file','M'),(16643,2,6465,'/module/product/view/browse.html.php','/module/product/view','file','M'),(16644,2,6465,'/module/project/view/task.html.php','/module/project/view','file','M'),(16645,2,6466,'/module/project/view/story.html.php','/module/project/view','file','M'),(16646,2,6468,'/module/upgrade/model.php','/module/upgrade','file','M'),(16647,2,6469,'/VERSION','/','file','M'),(16648,2,6469,'/config/config.php','/config','file','M'),(16649,2,6469,'/db/update10.4.sql','/db','file','M'),(16650,2,6469,'/db/zentao.sql','/db','file','M'),(16651,2,6469,'/doc/CHANGELOG','/doc','file','M'),(16652,2,6469,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(16653,2,6469,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(16654,2,6469,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(16655,2,6469,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(16656,2,6469,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(16657,2,6469,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(16658,2,6469,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(16659,2,6469,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(16660,2,6469,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(16661,2,6469,'/module/story/css/edit.css','/module/story/css','file','M'),(16662,2,6469,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(16663,2,6469,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(16664,2,6469,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(16665,2,6469,'/module/upgrade/model.php','/module/upgrade','file','M'),(16666,2,6469,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(16667,2,6470,'/module/doc/model.php','/module/doc','file','M'),(16668,2,6472,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(16669,2,6473,'/module/project/js/kanban.js','/module/project/js','file','M'),(16670,2,6473,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(16671,2,6474,'/module/doc/css/common.css','/module/doc/css','file','M'),(16672,2,6475,'/module/doc/css/common.css','/module/doc/css','file','M'),(16673,2,6475,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(16674,2,6475,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(16675,2,6476,'/module/common/model.php','/module/common','file','M'),(16676,2,6478,'/module/task/control.php','/module/task','file','M'),(16677,2,6479,'/module/file/control.php','/module/file','file','M'),(16678,2,6481,'/module/file/control.php','/module/file','file','M'),(16679,2,6484,'/module/doc/control.php','/module/doc','file','M'),(16680,2,6484,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16681,2,6484,'/module/doc/model.php','/module/doc','file','M'),(16682,2,6484,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16683,2,6484,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(16684,2,6484,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(16685,2,6484,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(16686,2,6486,'/module/doc/css/view.css','/module/doc/css','file','M'),(16687,2,6486,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16688,2,6486,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16689,2,6487,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(16690,2,6489,'/module/custom/control.php','/module/custom','file','M'),(16691,2,6489,'/module/doc/config.php','/module/doc','file','M'),(16692,2,6489,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16693,2,6489,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16694,2,6489,'/module/doc/model.php','/module/doc','file','M'),(16695,2,6489,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(16696,2,6490,'/www/js/zui/min.js','/www/js/zui','file','M'),(16697,2,6492,'/module/doc/control.php','/module/doc','file','M'),(16698,2,6492,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16699,2,6492,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16700,2,6493,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16701,2,6494,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16702,2,6494,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16703,2,6496,'/module/doc/control.php','/module/doc','file','M'),(16704,2,6496,'/module/doc/model.php','/module/doc','file','M'),(16705,2,6498,'/module/custom/model.php','/module/custom','file','M'),(16706,2,6500,'/module/doc/model.php','/module/doc','file','M'),(16707,2,6502,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(16708,2,6503,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(16709,2,6503,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(16710,2,6505,'/module/doc/config.php','/module/doc','file','M'),(16711,2,6505,'/module/doc/model.php','/module/doc','file','M'),(16712,2,6505,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16713,2,6505,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16714,2,6506,'/module/common/lang/en.php','/module/common/lang','file','M'),(16715,2,6506,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16716,2,6506,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(16717,2,6506,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(16718,2,6507,'/module/file/control.php','/module/file','file','M'),(16719,2,6507,'/module/file/view/edit.html.php','/module/file/view','file','M'),(16720,2,6509,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(16721,2,6510,'/module/custom/control.php','/module/custom','file','M'),(16722,2,6510,'/module/doc/config.php','/module/doc','file','M'),(16723,2,6510,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16724,2,6510,'/module/doc/model.php','/module/doc','file','M'),(16725,2,6510,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(16726,2,6511,'/config/ext/xuanxuan.php','/config/ext','file','D'),(16727,2,6511,'/db/xuanxuan.sql','/db','file','D'),(16728,2,6511,'/framework/xuanxuan.class.php','/framework','file','D'),(16729,2,6511,'/lib/phpaes/phpaes.class.php','/lib/phpaes','file','D'),(16730,2,6511,'/lib/phpaes/phpseclib/Common/Functions/Objects.php','/lib/phpaes/phpseclib/Common/Functions','file','D'),(16731,2,6511,'/lib/phpaes/phpseclib/Common/Functions/Strings.php','/lib/phpaes/phpseclib/Common/Functions','file','D'),(16732,2,6511,'/lib/phpaes/phpseclib/Crypt/AES.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16733,2,6511,'/lib/phpaes/phpseclib/Crypt/Blowfish.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16734,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/AsymmetricKey.php','/lib/phpaes/phpseclib/Crypt/Common','file','D'),(16735,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/BlockCipher.php','/lib/phpaes/phpseclib/Crypt/Common','file','D'),(16736,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','D'),(16737,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','D'),(16738,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','D'),(16739,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','D'),(16740,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','D'),(16741,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/Signature/Raw.php','/lib/phpaes/phpseclib/Crypt/Common/Signature','file','D'),(16742,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/StreamCipher.php','/lib/phpaes/phpseclib/Crypt/Common','file','D'),(16743,2,6511,'/lib/phpaes/phpseclib/Crypt/Common/SymmetricKey.php','/lib/phpaes/phpseclib/Crypt/Common','file','D'),(16744,2,6511,'/lib/phpaes/phpseclib/Crypt/DES.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16745,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16746,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16747,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16748,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16749,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16750,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/Raw.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16751,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/XML.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','D'),(16752,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/PKCS.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','D'),(16753,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/Raw.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','D'),(16754,2,6511,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/SSH2.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','D'),(16755,2,6511,'/lib/phpaes/phpseclib/Crypt/Hash.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16756,2,6511,'/lib/phpaes/phpseclib/Crypt/RC2.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16757,2,6511,'/lib/phpaes/phpseclib/Crypt/RC4.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16758,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16759,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/MSBLOB.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16760,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16761,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16762,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16763,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16764,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/Raw.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16765,2,6511,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/XML.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','D'),(16766,2,6511,'/lib/phpaes/phpseclib/Crypt/Random.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16767,2,6511,'/lib/phpaes/phpseclib/Crypt/Rijndael.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16768,2,6511,'/lib/phpaes/phpseclib/Crypt/TripleDES.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16769,2,6511,'/lib/phpaes/phpseclib/Crypt/Twofish.php','/lib/phpaes/phpseclib/Crypt','file','D'),(16770,2,6511,'/lib/phpaes/phpseclib/Exception/BadConfigurationException.php','/lib/phpaes/phpseclib/Exception','file','D'),(16771,2,6511,'/lib/phpaes/phpseclib/Exception/FileNotFoundException.php','/lib/phpaes/phpseclib/Exception','file','D'),(16772,2,6511,'/lib/phpaes/phpseclib/Exception/NoSupportedAlgorithmsException.php','/lib/phpaes/phpseclib/Exception','file','D'),(16773,2,6511,'/lib/phpaes/phpseclib/Exception/UnsupportedAlgorithmException.php','/lib/phpaes/phpseclib/Exception','file','D'),(16774,2,6511,'/lib/phpaes/phpseclib/File/ANSI.php','/lib/phpaes/phpseclib/File','file','D'),(16775,2,6511,'/lib/phpaes/phpseclib/File/ASN1.php','/lib/phpaes/phpseclib/File','file','D'),(16776,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Element.php','/lib/phpaes/phpseclib/File/ASN1','file','D'),(16777,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AccessDescription.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16778,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AdministrationDomainName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16779,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16780,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AnotherName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16781,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Attribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16782,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeType.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16783,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16784,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16785,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Attributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16786,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16787,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16788,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/BaseDistance.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16789,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/BasicConstraints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16790,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16791,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16792,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16793,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CPSuri.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16794,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16795,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLNumber.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16796,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLReason.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16797,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertPolicyId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16798,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Certificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16799,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateIssuer.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16800,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateList.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16801,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificatePolicies.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16802,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16803,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificationRequest.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16804,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16805,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/CountryName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16806,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAParams.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16807,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAPrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16808,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAPublicKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16809,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DigestInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16810,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DirectoryString.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16811,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DisplayText.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16812,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DistributionPoint.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16813,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DistributionPointName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16814,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/DssSigValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16815,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/EDIPartyName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16816,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/EncryptedData.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16817,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16818,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16819,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Extension.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16820,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtensionAttribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16821,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtensionAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16822,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Extensions.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16823,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16824,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralNames.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16825,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralSubtree.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16826,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralSubtrees.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16827,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/HoldInstructionCode.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16828,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/InvalidityDate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16829,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/IssuerAltName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16830,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16831,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16832,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyPurposeId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16833,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyUsage.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16834,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Name.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16835,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/NameConstraints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16836,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/NetworkAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16837,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/NoticeReference.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16838,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16839,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/ORAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16840,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/OrganizationName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16841,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16842,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16843,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16844,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBEParameter.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16845,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBES2params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16846,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBKDF2params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16847,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBMAC1params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16848,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PKCS9String.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16849,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PersonalName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16850,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyInformation.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16851,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyMappings.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16852,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyQualifierId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16853,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16854,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PostalAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16855,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateDomainName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16856,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16857,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16858,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16859,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16860,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/PublicKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16861,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RC2CBCParameter.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16862,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RDNSequence.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16863,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RSAPrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16864,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RSAPublicKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16865,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/ReasonFlags.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16866,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16867,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/RevokedCertificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16868,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16869,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectAltName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16870,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16871,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16872,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/TBSCertList.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16873,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/TBSCertificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16874,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/TerminalIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16875,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Time.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16876,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/UniqueIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16877,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/UserNotice.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16878,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/Validity.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16879,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16880,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_cert_type.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16881,2,6511,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_comment.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','D'),(16882,2,6511,'/lib/phpaes/phpseclib/File/X509.php','/lib/phpaes/phpseclib/File','file','D'),(16883,2,6511,'/lib/phpaes/phpseclib/Math/BigInteger.php','/lib/phpaes/phpseclib/Math','file','D'),(16884,2,6511,'/lib/phpaes/phpseclib/Net/SCP.php','/lib/phpaes/phpseclib/Net','file','D'),(16885,2,6511,'/lib/phpaes/phpseclib/Net/SFTP.php','/lib/phpaes/phpseclib/Net','file','D'),(16886,2,6511,'/lib/phpaes/phpseclib/Net/SFTP/Stream.php','/lib/phpaes/phpseclib/Net/SFTP','file','D'),(16887,2,6511,'/lib/phpaes/phpseclib/Net/SSH1.php','/lib/phpaes/phpseclib/Net','file','D'),(16888,2,6511,'/lib/phpaes/phpseclib/Net/SSH2.php','/lib/phpaes/phpseclib/Net','file','D'),(16889,2,6511,'/lib/phpaes/phpseclib/System/SSH/Agent.php','/lib/phpaes/phpseclib/System/SSH','file','D'),(16890,2,6511,'/lib/phpaes/phpseclib/System/SSH/Agent/Identity.php','/lib/phpaes/phpseclib/System/SSH/Agent','file','D'),(16891,2,6511,'/lib/phpaes/phpseclib/bootstrap.php','/lib/phpaes/phpseclib','file','D'),(16892,2,6511,'/lib/phpaes/phpseclib/openssl.cnf','/lib/phpaes/phpseclib','file','D'),(16893,2,6511,'/www/js/all.js','/www/js','file','D'),(16894,2,6511,'/www/theme/default/en.blackberry.css','/www/theme/default','file','D'),(16895,2,6511,'/www/theme/default/en.classic.css','/www/theme/default','file','D'),(16896,2,6511,'/www/theme/default/en.default.css','/www/theme/default','file','D'),(16897,2,6511,'/www/theme/default/en.green.css','/www/theme/default','file','D'),(16898,2,6511,'/www/theme/default/en.pink.css','/www/theme/default','file','D'),(16899,2,6511,'/www/theme/default/en.purple.css','/www/theme/default','file','D'),(16900,2,6511,'/www/theme/default/en.red.css','/www/theme/default','file','D'),(16901,2,6511,'/www/theme/default/zh-cn.blackberry.css','/www/theme/default','file','D'),(16902,2,6511,'/www/theme/default/zh-cn.classic.css','/www/theme/default','file','D'),(16903,2,6511,'/www/theme/default/zh-cn.default.css','/www/theme/default','file','D'),(16904,2,6511,'/www/theme/default/zh-cn.green.css','/www/theme/default','file','D'),(16905,2,6511,'/www/theme/default/zh-cn.pink.css','/www/theme/default','file','D'),(16906,2,6511,'/www/theme/default/zh-cn.purple.css','/www/theme/default','file','D'),(16907,2,6511,'/www/theme/default/zh-cn.red.css','/www/theme/default','file','D'),(16908,2,6511,'/www/theme/default/zh-tw.blackberry.css','/www/theme/default','file','D'),(16909,2,6511,'/www/theme/default/zh-tw.classic.css','/www/theme/default','file','D'),(16910,2,6511,'/www/theme/default/zh-tw.default.css','/www/theme/default','file','D'),(16911,2,6511,'/www/theme/default/zh-tw.green.css','/www/theme/default','file','D'),(16912,2,6511,'/www/theme/default/zh-tw.pink.css','/www/theme/default','file','D'),(16913,2,6511,'/www/theme/default/zh-tw.purple.css','/www/theme/default','file','D'),(16914,2,6511,'/www/theme/default/zh-tw.red.css','/www/theme/default','file','D'),(16915,2,6511,'/www/upgradexuanxuan.php','/www','file','D'),(16916,2,6511,'/www/xuanxuan.php','/www','file','D'),(16917,2,6513,'/module/bug/model.php','/module/bug','file','M'),(16918,2,6515,'/module/story/css/edit.css','/module/story/css','file','M'),(16919,2,6517,'/module/block/control.php','/module/block','file','M'),(16920,2,6517,'/module/block/model.php','/module/block','file','M'),(16921,2,6519,'/module/task/lang/en.php','/module/task/lang','file','M'),(16922,2,6520,'/module/project/view/tree.html.php','/module/project/view','file','M'),(16923,2,6520,'/module/task/model.php','/module/task','file','M'),(16924,2,6520,'/module/todo/control.php','/module/todo','file','M'),(16925,2,6520,'/module/tree/model.php','/module/tree','file','M'),(16926,2,6521,'/module/doc/control.php','/module/doc','file','M'),(16927,2,6521,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(16928,2,6522,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(16929,2,6523,'/module/task/model.php','/module/task','file','M'),(16930,2,6524,'/module/story/model.php','/module/story','file','M'),(16931,2,6525,'/module/project/js/story.js','/module/project/js','file','M'),(16932,2,6525,'/module/project/view/story.html.php','/module/project/view','file','M'),(16933,2,6528,'/module/product/model.php','/module/product','file','M'),(16934,2,6528,'/module/project/model.php','/module/project','file','M'),(16935,2,6528,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(16936,2,6528,'/module/project/view/tree.html.php','/module/project/view','file','M'),(16937,2,6528,'/module/story/css/edit.css','/module/story/css','file','M'),(16938,2,6528,'/module/task/control.php','/module/task','file','M'),(16939,2,6528,'/module/task/model.php','/module/task','file','M'),(16940,2,6528,'/module/task/view/edit.html.php','/module/task/view','file','M'),(16941,2,6528,'/module/user/view/task.html.php','/module/user/view','file','M'),(16942,2,6530,'/module/doc/control.php','/module/doc','file','M'),(16943,2,6531,'/module/doc/css/common.css','/module/doc/css','file','M'),(16944,2,6531,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(16945,2,6531,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16946,2,6531,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(16947,2,6531,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(16948,2,6533,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16949,2,6535,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(16950,2,6536,'/module/doc/model.php','/module/doc','file','M'),(16951,2,6538,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(16952,2,6538,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(16953,2,6538,'/module/doc/view/bookside.html.php','/module/doc/view','file','M'),(16954,2,6540,'/module/bug/control.php','/module/bug','file','M'),(16955,2,6541,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16956,2,6543,'/module/doc/css/common.css','/module/doc/css','file','M'),(16957,2,6543,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16958,2,6543,'/module/doc/model.php','/module/doc','file','M'),(16959,2,6543,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16960,2,6544,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(16961,2,6546,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16962,2,6548,'/module/doc/css/common.css','/module/doc/css','file','M'),(16963,2,6548,'/module/doc/js/browse.js','/module/doc/js','file','M'),(16964,2,6548,'/module/doc/model.php','/module/doc','file','M'),(16965,2,6548,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(16966,2,6549,'/config/ext/xuanxuan.php','/config/ext','file','A'),(16967,2,6549,'/db/xuanxuan.sql','/db','file','A'),(16968,2,6549,'/framework/xuanxuan.class.php','/framework','file','A'),(16969,2,6549,'/lib/phpaes/phpaes.class.php','/lib/phpaes','file','A'),(16970,2,6549,'/lib/phpaes/phpseclib/Common/Functions/Objects.php','/lib/phpaes/phpseclib/Common/Functions','file','A'),(16971,2,6549,'/lib/phpaes/phpseclib/Common/Functions/Strings.php','/lib/phpaes/phpseclib/Common/Functions','file','A'),(16972,2,6549,'/lib/phpaes/phpseclib/Crypt/AES.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16973,2,6549,'/lib/phpaes/phpseclib/Crypt/Blowfish.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16974,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/AsymmetricKey.php','/lib/phpaes/phpseclib/Crypt/Common','file','A'),(16975,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/BlockCipher.php','/lib/phpaes/phpseclib/Crypt/Common','file','A'),(16976,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','A'),(16977,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','A'),(16978,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','A'),(16979,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','A'),(16980,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/Common/Keys','file','A'),(16981,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/Signature/Raw.php','/lib/phpaes/phpseclib/Crypt/Common/Signature','file','A'),(16982,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/StreamCipher.php','/lib/phpaes/phpseclib/Crypt/Common','file','A'),(16983,2,6549,'/lib/phpaes/phpseclib/Crypt/Common/SymmetricKey.php','/lib/phpaes/phpseclib/Crypt/Common','file','A'),(16984,2,6549,'/lib/phpaes/phpseclib/Crypt/DES.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16985,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16986,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16987,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16988,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16989,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16990,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/Raw.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16991,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Keys/XML.php','/lib/phpaes/phpseclib/Crypt/DSA/Keys','file','A'),(16992,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/PKCS.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','A'),(16993,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/Raw.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','A'),(16994,2,6549,'/lib/phpaes/phpseclib/Crypt/DSA/Signature/SSH2.php','/lib/phpaes/phpseclib/Crypt/DSA/Signature','file','A'),(16995,2,6549,'/lib/phpaes/phpseclib/Crypt/Hash.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16996,2,6549,'/lib/phpaes/phpseclib/Crypt/RC2.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16997,2,6549,'/lib/phpaes/phpseclib/Crypt/RC4.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16998,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA.php','/lib/phpaes/phpseclib/Crypt','file','A'),(16999,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/MSBLOB.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17000,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/OpenSSH.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17001,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PKCS1.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17002,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PKCS8.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17003,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/PuTTY.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17004,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/Raw.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17005,2,6549,'/lib/phpaes/phpseclib/Crypt/RSA/Keys/XML.php','/lib/phpaes/phpseclib/Crypt/RSA/Keys','file','A'),(17006,2,6549,'/lib/phpaes/phpseclib/Crypt/Random.php','/lib/phpaes/phpseclib/Crypt','file','A'),(17007,2,6549,'/lib/phpaes/phpseclib/Crypt/Rijndael.php','/lib/phpaes/phpseclib/Crypt','file','A'),(17008,2,6549,'/lib/phpaes/phpseclib/Crypt/TripleDES.php','/lib/phpaes/phpseclib/Crypt','file','A'),(17009,2,6549,'/lib/phpaes/phpseclib/Crypt/Twofish.php','/lib/phpaes/phpseclib/Crypt','file','A'),(17010,2,6549,'/lib/phpaes/phpseclib/Exception/BadConfigurationException.php','/lib/phpaes/phpseclib/Exception','file','A'),(17011,2,6549,'/lib/phpaes/phpseclib/Exception/FileNotFoundException.php','/lib/phpaes/phpseclib/Exception','file','A'),(17012,2,6549,'/lib/phpaes/phpseclib/Exception/NoSupportedAlgorithmsException.php','/lib/phpaes/phpseclib/Exception','file','A'),(17013,2,6549,'/lib/phpaes/phpseclib/Exception/UnsupportedAlgorithmException.php','/lib/phpaes/phpseclib/Exception','file','A'),(17014,2,6549,'/lib/phpaes/phpseclib/File/ANSI.php','/lib/phpaes/phpseclib/File','file','A'),(17015,2,6549,'/lib/phpaes/phpseclib/File/ASN1.php','/lib/phpaes/phpseclib/File','file','A'),(17016,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Element.php','/lib/phpaes/phpseclib/File/ASN1','file','A'),(17017,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AccessDescription.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17018,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AdministrationDomainName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17019,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17020,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AnotherName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17021,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Attribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17022,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeType.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17023,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17024,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AttributeValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17025,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Attributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17026,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17027,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17028,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/BaseDistance.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17029,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/BasicConstraints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17030,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17031,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17032,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17033,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CPSuri.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17034,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17035,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLNumber.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17036,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CRLReason.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17037,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertPolicyId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17038,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Certificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17039,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateIssuer.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17040,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateList.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17041,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificatePolicies.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17042,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17043,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificationRequest.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17044,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17045,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/CountryName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17046,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAParams.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17047,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAPrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17048,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DSAPublicKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17049,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DigestInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17050,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DirectoryString.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17051,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DisplayText.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17052,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DistributionPoint.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17053,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DistributionPointName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17054,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/DssSigValue.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17055,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/EDIPartyName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17056,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/EncryptedData.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17057,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17058,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17059,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Extension.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17060,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtensionAttribute.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17061,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/ExtensionAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17062,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Extensions.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17063,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17064,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralNames.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17065,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralSubtree.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17066,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/GeneralSubtrees.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17067,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/HoldInstructionCode.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17068,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/InvalidityDate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17069,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/IssuerAltName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17070,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17071,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17072,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyPurposeId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17073,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/KeyUsage.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17074,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Name.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17075,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/NameConstraints.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17076,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/NetworkAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17077,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/NoticeReference.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17078,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17079,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/ORAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17080,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/OrganizationName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17081,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17082,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17083,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17084,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBEParameter.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17085,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBES2params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17086,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBKDF2params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17087,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PBMAC1params.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17088,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PKCS9String.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17089,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PersonalName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17090,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyInformation.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17091,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyMappings.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17092,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyQualifierId.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17093,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17094,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PostalAddress.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17095,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateDomainName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17096,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17097,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17098,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17099,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17100,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/PublicKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17101,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RC2CBCParameter.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17102,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RDNSequence.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17103,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RSAPrivateKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17104,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RSAPublicKey.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17105,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/ReasonFlags.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17106,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17107,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/RevokedCertificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17108,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17109,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectAltName.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17110,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17111,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17112,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/TBSCertList.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17113,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/TBSCertificate.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17114,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/TerminalIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17115,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Time.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17116,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/UniqueIdentifier.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17117,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/UserNotice.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17118,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/Validity.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17119,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17120,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_cert_type.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17121,2,6549,'/lib/phpaes/phpseclib/File/ASN1/Maps/netscape_comment.php','/lib/phpaes/phpseclib/File/ASN1/Maps','file','A'),(17122,2,6549,'/lib/phpaes/phpseclib/File/X509.php','/lib/phpaes/phpseclib/File','file','A'),(17123,2,6549,'/lib/phpaes/phpseclib/Math/BigInteger.php','/lib/phpaes/phpseclib/Math','file','A'),(17124,2,6549,'/lib/phpaes/phpseclib/Net/SCP.php','/lib/phpaes/phpseclib/Net','file','A'),(17125,2,6549,'/lib/phpaes/phpseclib/Net/SFTP.php','/lib/phpaes/phpseclib/Net','file','A'),(17126,2,6549,'/lib/phpaes/phpseclib/Net/SFTP/Stream.php','/lib/phpaes/phpseclib/Net/SFTP','file','A'),(17127,2,6549,'/lib/phpaes/phpseclib/Net/SSH1.php','/lib/phpaes/phpseclib/Net','file','A'),(17128,2,6549,'/lib/phpaes/phpseclib/Net/SSH2.php','/lib/phpaes/phpseclib/Net','file','A'),(17129,2,6549,'/lib/phpaes/phpseclib/System/SSH/Agent.php','/lib/phpaes/phpseclib/System/SSH','file','A'),(17130,2,6549,'/lib/phpaes/phpseclib/System/SSH/Agent/Identity.php','/lib/phpaes/phpseclib/System/SSH/Agent','file','A'),(17131,2,6549,'/lib/phpaes/phpseclib/bootstrap.php','/lib/phpaes/phpseclib','file','A'),(17132,2,6549,'/lib/phpaes/phpseclib/openssl.cnf','/lib/phpaes/phpseclib','file','A'),(17133,2,6549,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(17134,2,6549,'/www/js/all.js','/www/js','file','A'),(17135,2,6549,'/www/theme/default/en.blackberry.css','/www/theme/default','file','A'),(17136,2,6549,'/www/theme/default/en.classic.css','/www/theme/default','file','A'),(17137,2,6549,'/www/theme/default/en.default.css','/www/theme/default','file','A'),(17138,2,6549,'/www/theme/default/en.green.css','/www/theme/default','file','A'),(17139,2,6549,'/www/theme/default/en.pink.css','/www/theme/default','file','A'),(17140,2,6549,'/www/theme/default/en.purple.css','/www/theme/default','file','A'),(17141,2,6549,'/www/theme/default/en.red.css','/www/theme/default','file','A'),(17142,2,6549,'/www/theme/default/zh-cn.blackberry.css','/www/theme/default','file','A'),(17143,2,6549,'/www/theme/default/zh-cn.classic.css','/www/theme/default','file','A'),(17144,2,6549,'/www/theme/default/zh-cn.default.css','/www/theme/default','file','A'),(17145,2,6549,'/www/theme/default/zh-cn.green.css','/www/theme/default','file','A'),(17146,2,6549,'/www/theme/default/zh-cn.pink.css','/www/theme/default','file','A'),(17147,2,6549,'/www/theme/default/zh-cn.purple.css','/www/theme/default','file','A'),(17148,2,6549,'/www/theme/default/zh-cn.red.css','/www/theme/default','file','A'),(17149,2,6549,'/www/theme/default/zh-tw.blackberry.css','/www/theme/default','file','A'),(17150,2,6549,'/www/theme/default/zh-tw.classic.css','/www/theme/default','file','A'),(17151,2,6549,'/www/theme/default/zh-tw.default.css','/www/theme/default','file','A'),(17152,2,6549,'/www/theme/default/zh-tw.green.css','/www/theme/default','file','A'),(17153,2,6549,'/www/theme/default/zh-tw.pink.css','/www/theme/default','file','A'),(17154,2,6549,'/www/theme/default/zh-tw.purple.css','/www/theme/default','file','A'),(17155,2,6549,'/www/theme/default/zh-tw.red.css','/www/theme/default','file','A'),(17156,2,6549,'/www/upgradexuanxuan.php','/www','file','A'),(17157,2,6549,'/www/xuanxuan.php','/www','file','A'),(17158,2,6551,'/module/doc/model.php','/module/doc','file','M'),(17159,2,6553,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(17160,2,6553,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(17161,2,6555,'/module/doc/control.php','/module/doc','file','M'),(17162,2,6555,'/module/doc/model.php','/module/doc','file','M'),(17163,2,6555,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(17164,2,6556,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(17165,2,6557,'/module/doc/css/common.css','/module/doc/css','file','M'),(17166,2,6557,'/module/doc/model.php','/module/doc','file','M'),(17167,2,6557,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(17168,2,6557,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(17169,2,6557,'/module/doc/view/bookside.html.php','/module/doc/view','file','A'),(17170,2,6557,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17171,2,6557,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(17172,2,6557,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(17173,2,6557,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(17174,2,6557,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(17175,2,6559,'/module/custom/control.php','/module/custom','file','M'),(17176,2,6559,'/module/doc/config.php','/module/doc','file','M'),(17177,2,6559,'/module/doc/control.php','/module/doc','file','M'),(17178,2,6559,'/module/doc/css/common.css','/module/doc/css','file','M'),(17179,2,6559,'/module/doc/js/common.js','/module/doc/js','file','M'),(17180,2,6559,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(17181,2,6559,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(17182,2,6559,'/module/doc/model.php','/module/doc','file','M'),(17183,2,6559,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(17184,2,6560,'/module/todo/control.php','/module/todo','file','M'),(17185,2,6561,'/module/todo/control.php','/module/todo','file','M'),(17186,2,6563,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17187,2,6563,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(17188,2,6565,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17189,2,6565,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(17190,2,6565,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(17191,2,6565,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(17192,2,6565,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(17193,2,6566,'/module/doc/control.php','/module/doc','file','M'),(17194,2,6566,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(17195,2,6566,'/module/doc/model.php','/module/doc','file','M'),(17196,2,6566,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(17197,2,6567,'/module/block/model.php','/module/block','file','M'),(17198,2,6567,'/module/user/model.php','/module/user','file','M'),(17199,2,6568,'/module/doc/control.php','/module/doc','file','M'),(17200,2,6568,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17201,2,6568,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(17202,2,6570,'/module/doc/control.php','/module/doc','file','M'),(17203,2,6570,'/module/doc/css/common.css','/module/doc/css','file','M'),(17204,2,6570,'/module/doc/js/common.js','/module/doc/js','file','M'),(17205,2,6570,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(17206,2,6570,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(17207,2,6570,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17208,2,6570,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(17209,2,6570,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(17210,2,6570,'/module/project/view/tree.html.php','/module/project/view','file','M'),(17211,2,6572,'/db/update10.4.sql','/db','file','M'),(17212,2,6572,'/module/upgrade/model.php','/module/upgrade','file','M'),(17213,2,6573,'/db/update10.4.sql','/db','file','M'),(17214,2,6573,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(17215,2,6573,'/module/doc/model.php','/module/doc','file','M'),(17216,2,6573,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(17217,2,6574,'/db/update10.4.sql','/db','file','M'),(17218,2,6574,'/db/update10.5.sql','/db','file','D'),(17219,2,6574,'/module/doc/control.php','/module/doc','file','M'),(17220,2,6575,'/db/update10.4.sql','/db','file','M'),(17221,2,6575,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(17222,2,6575,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17223,2,6575,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(17224,2,6575,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(17225,2,6577,'/module/block/css/dashboard.css','/module/block/css','file','M'),(17226,2,6577,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(17227,2,6579,'/module/doc/css/common.css','/module/doc/css','file','M'),(17228,2,6580,'/module/project/css/kanban.css','/module/project/css','file','M'),(17229,2,6581,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(17230,2,6582,'/module/testtask/css/linkcase.css','/module/testtask/css','file','M'),(17231,2,6583,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17232,2,6584,'/module/doc/css/common.css','/module/doc/css','file','M'),(17233,2,6585,'/module/doc/css/common.css','/module/doc/css','file','M'),(17234,2,6586,'/module/doc/css/common.css','/module/doc/css','file','M'),(17235,2,6588,'/module/doc/css/common.css','/module/doc/css','file','M'),(17236,2,6588,'/module/doc/js/common.js','/module/doc/js','file','M'),(17237,2,6588,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(17238,2,6588,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(17239,2,6588,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17240,2,6588,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(17241,2,6588,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(17242,2,6588,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(17243,2,6589,'/module/doc/control.php','/module/doc','file','M'),(17244,2,6589,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(17245,2,6591,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(17246,2,6591,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17247,2,6591,'/www/theme/green/style.css','/www/theme/green','file','M'),(17248,2,6591,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(17249,2,6591,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(17250,2,6591,'/www/theme/red/style.css','/www/theme/red','file','M'),(17251,2,6591,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17252,2,6594,'/module/doc/css/common.css','/module/doc/css','file','M'),(17253,2,6594,'/module/doc/js/common.js','/module/doc/js','file','M'),(17254,2,6595,'/module/my/view/bug.html.php','/module/my/view','file','M'),(17255,2,6596,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(17256,2,6598,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(17257,2,6598,'/www/js/kindeditor/Makefile','/www/js/kindeditor','file','M'),(17258,2,6598,'/www/js/kindeditor/kindeditor-min.js','/www/js/kindeditor','file','D'),(17259,2,6598,'/www/js/kindeditor/kindeditor.js','/www/js/kindeditor','file','M'),(17260,2,6598,'/www/js/kindeditor/kindeditor.min.css','/www/js/kindeditor','file','A'),(17261,2,6598,'/www/js/kindeditor/kindeditor.min.js','/www/js/kindeditor','file','A'),(17262,2,6598,'/www/js/kindeditor/themes/default/background.png','/www/js/kindeditor/themes/default','file','D'),(17263,2,6598,'/www/js/kindeditor/themes/default/default.css','/www/js/kindeditor/themes/default','file','D'),(17264,2,6598,'/www/js/kindeditor/themes/qq/editor.gif','/www/js/kindeditor/themes/qq','file','D'),(17265,2,6598,'/www/js/kindeditor/themes/qq/qq.css','/www/js/kindeditor/themes/qq','file','D'),(17266,2,6598,'/www/js/kindeditor/themes/simple/simple.css','/www/js/kindeditor/themes/simple','file','D'),(17267,2,6599,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(17268,2,6600,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17269,2,6601,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(17270,2,6601,'/module/product/view/browse.html.php','/module/product/view','file','M'),(17271,2,6601,'/module/project/view/task.html.php','/module/project/view','file','M'),(17272,2,6601,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(17273,2,6602,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(17274,2,6603,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17275,2,6604,'/www/js/zui/min.js','/www/js/zui','file','M'),(17276,2,6604,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17277,2,6605,'/www/js/zui/min.js','/www/js/zui','file','M'),(17278,2,6605,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17279,2,6607,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(17280,2,6608,'/db/update10.5.sql','/db','file','A'),(17281,2,6609,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(17282,2,6610,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(17283,2,6610,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(17284,2,6611,'/www/js/zui/min.js','/www/js/zui','file','M'),(17285,2,6611,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17286,2,6612,'/module/product/view/view.html.php','/module/product/view','file','M'),(17287,2,6612,'/module/project/view/view.html.php','/module/project/view','file','M'),(17288,2,6613,'/www/js/zui/min.js','/www/js/zui','file','M'),(17289,2,6615,'/www/js/zui/min.js','/www/js/zui','file','M'),(17290,2,6617,'/module/file/control.php','/module/file','file','M'),(17291,2,6617,'/module/file/view/edit.html.php','/module/file/view','file','M'),(17292,2,6618,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(17293,2,6619,'/module/project/view/story.html.php','/module/project/view','file','M'),(17294,2,6619,'/module/story/model.php','/module/story','file','M'),(17295,2,6619,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17296,2,6621,'/www/js/zui/min.js','/www/js/zui','file','M'),(17297,2,6623,'/framework/base/router.class.php','/framework/base','file','M'),(17298,2,6623,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(17299,2,6623,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(17300,2,6623,'/www/checktable.php','/www','file','M'),(17301,2,6625,'/www/js/zui/min.js','/www/js/zui','file','M'),(17302,2,6627,'/module/testcase/control.php','/module/testcase','file','M'),(17303,2,6628,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(17304,2,6628,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17305,2,6628,'/www/theme/green/style.css','/www/theme/green','file','M'),(17306,2,6628,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(17307,2,6628,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(17308,2,6628,'/www/theme/red/style.css','/www/theme/red','file','M'),(17309,2,6629,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(17310,2,6630,'/module/project/css/kanban.css','/module/project/css','file','M'),(17311,2,6630,'/module/project/js/kanban.js','/module/project/js','file','M'),(17312,2,6631,'/module/project/model.php','/module/project','file','M'),(17313,2,6636,'/module/bug/control.php','/module/bug','file','M'),(17314,2,6637,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(17315,2,6638,'/module/project/css/common.css','/module/project/css','file','M'),(17316,2,6638,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17317,2,6639,'/db/update10.4.sql','/db','file','M'),(17318,2,6639,'/module/common/model.php','/module/common','file','M'),(17319,2,6639,'/module/project/config.php','/module/project','file','M'),(17320,2,6639,'/module/task/lang/en.php','/module/task/lang','file','M'),(17321,2,6639,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(17322,2,6639,'/module/task/model.php','/module/task','file','M'),(17323,2,6639,'/module/user/model.php','/module/user','file','M'),(17324,2,6640,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17325,2,6641,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17326,2,6642,'/module/project/css/kanban.css','/module/project/css','file','M'),(17327,2,6642,'/module/project/js/kanban.js','/module/project/js','file','M'),(17328,2,6643,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17329,2,6644,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17330,2,6646,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17331,2,6648,'/module/user/css/login.css','/module/user/css','file','M'),(17332,2,6649,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(17333,2,6650,'/module/common/lang/en.php','/module/common/lang','file','M'),(17334,2,6650,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17335,2,6651,'/module/project/view/view.html.php','/module/project/view','file','M'),(17336,2,6653,'/module/project/control.php','/module/project','file','M'),(17337,2,6653,'/module/project/model.php','/module/project','file','M'),(17338,2,6653,'/module/task/model.php','/module/task','file','M'),(17339,2,6655,'/module/story/control.php','/module/story','file','M'),(17340,2,6656,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(17341,2,6656,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(17342,2,6656,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(17343,2,6657,'/module/todo/model.php','/module/todo','file','M'),(17344,2,6660,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(17345,2,6660,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(17346,2,6660,'/module/doc/model.php','/module/doc','file','M'),(17347,2,6661,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(17348,2,6661,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(17349,2,6661,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(17350,2,6662,'/module/product/lang/en.php','/module/product/lang','file','M'),(17351,2,6662,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(17352,2,6662,'/module/report/view/workload.html.php','/module/report/view','file','M'),(17353,2,6662,'/module/story/model.php','/module/story','file','M'),(17354,2,6662,'/module/story/view/view.html.php','/module/story/view','file','M'),(17355,2,6662,'/module/todo/control.php','/module/todo','file','M'),(17356,2,6662,'/module/todo/model.php','/module/todo','file','M'),(17357,2,6662,'/module/user/view/create.html.php','/module/user/view','file','M'),(17358,2,6664,'/db/update10.4.sql','/db','file','A'),(17359,2,6664,'/db/update10.5.sql','/db','file','D'),(17360,2,6666,'/framework/base/router.class.php','/framework/base','file','M'),(17361,2,6666,'/module/common/model.php','/module/common','file','M'),(17362,2,6666,'/module/file/control.php','/module/file','file','M'),(17363,2,6666,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(17364,2,6666,'/module/user/js/login.js','/module/user/js','file','M'),(17365,2,6666,'/module/user/view/login.html.php','/module/user/view','file','M'),(17366,2,6667,'/db/update10.5.sql','/db','file','A'),(17367,2,6667,'/module/block/control.php','/module/block','file','M'),(17368,2,6667,'/module/my/view/task.html.php','/module/my/view','file','M'),(17369,2,6667,'/module/project/model.php','/module/project','file','M'),(17370,2,6667,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(17371,2,6667,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(17372,2,6667,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(17373,2,6667,'/module/report/model.php','/module/report','file','M'),(17374,2,6667,'/module/task/control.php','/module/task','file','M'),(17375,2,6667,'/module/task/model.php','/module/task','file','M'),(17376,2,6667,'/module/task/view/view.html.php','/module/task/view','file','M'),(17377,2,6668,'/module/task/model.php','/module/task','file','M'),(17378,2,6669,'/module/doc/control.php','/module/doc','file','M'),(17379,2,6669,'/module/tree/model.php','/module/tree','file','M'),(17380,2,6671,'/config/filter.php','/config','file','M'),(17381,2,6671,'/framework/base/helper.class.php','/framework/base','file','M'),(17382,2,6671,'/framework/base/router.class.php','/framework/base','file','M'),(17383,2,6671,'/module/common/model.php','/module/common','file','M'),(17384,2,6671,'/module/doc/model.php','/module/doc','file','M'),(17385,2,6671,'/module/file/control.php','/module/file','file','M'),(17386,2,6671,'/module/user/js/login.js','/module/user/js','file','M'),(17387,2,6671,'/module/user/view/login.html.php','/module/user/view','file','M'),(17388,2,6671,'/www/js/fingerprint/Gruntfile.js','/www/js/fingerprint','file','A'),(17389,2,6671,'/www/js/fingerprint/fingerprint.js','/www/js/fingerprint','file','A'),(17390,2,6671,'/www/js/fingerprint/package.json','/www/js/fingerprint','file','A'),(17391,2,6671,'/www/js/fingerprint/specs/fingerprint_spec.js','/www/js/fingerprint/specs','file','A'),(17392,2,6671,'/www/js/fingerprint/specs/lib/jasmine-1.3.1/jasmine-html.js','/www/js/fingerprint/specs/lib/jasmine-1.3.1','file','A'),(17393,2,6671,'/www/js/fingerprint/specs/lib/jasmine-1.3.1/jasmine.css','/www/js/fingerprint/specs/lib/jasmine-1.3.1','file','A'),(17394,2,6671,'/www/js/fingerprint/specs/lib/jasmine-1.3.1/jasmine.js','/www/js/fingerprint/specs/lib/jasmine-1.3.1','file','A'),(17395,2,6671,'/www/js/fingerprint/specs/lib/phantom-jasmine/console-runner.js','/www/js/fingerprint/specs/lib/phantom-jasmine','file','A'),(17396,2,6671,'/www/js/fingerprint/specs/lib/phantom-jasmine/run_jasmine_test.coffee','/www/js/fingerprint/specs/lib/phantom-jasmine','file','A'),(17397,2,6671,'/www/js/fingerprint/specs/run.sh','/www/js/fingerprint/specs','file','A'),(17398,2,6671,'/www/js/fingerprint/specs/test_runner.html','/www/js/fingerprint/specs','file','A'),(17399,2,6671,'/www/js/my.full.js','/www/js','file','M'),(17400,2,6672,'/module/block/model.php','/module/block','file','M'),(17401,2,6672,'/module/bug/model.php','/module/bug','file','M'),(17402,2,6672,'/module/product/view/browse.html.php','/module/product/view','file','M'),(17403,2,6672,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(17404,2,6672,'/module/report/model.php','/module/report','file','M'),(17405,2,6672,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(17406,2,6672,'/module/todo/js/common.js','/module/todo/js','file','M'),(17407,2,6675,'/module/doc/control.php','/module/doc','file','M'),(17408,2,6675,'/module/doc/css/common.css','/module/doc/css','file','M'),(17409,2,6675,'/module/doc/model.php','/module/doc','file','M'),(17410,2,6675,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17411,2,6675,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(17412,2,6675,'/module/tree/model.php','/module/tree','file','M'),(17413,2,6676,'/module/action/model.php','/module/action','file','M'),(17414,2,6676,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(17415,2,6677,'/module/task/model.php','/module/task','file','M'),(17416,2,6679,'/module/todo/js/create.js','/module/todo/js','file','M'),(17417,2,6681,'/module/doc/control.php','/module/doc','file','M'),(17418,2,6682,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(17419,2,6682,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(17420,2,6684,'/module/score/model.php','/module/score','file','M'),(17421,2,6685,'/module/user/model.php','/module/user','file','M'),(17422,2,6686,'/module/git/model.php','/module/git','file','M'),(17423,2,6688,'/module/doc/control.php','/module/doc','file','M'),(17424,2,6689,'/module/block/model.php','/module/block','file','M'),(17425,2,6690,'/module/bug/model.php','/module/bug','file','M'),(17426,2,6692,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(17427,2,6693,'/module/bug/control.php','/module/bug','file','M'),(17428,2,6693,'/module/file/lang/en.php','/module/file/lang','file','M'),(17429,2,6693,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(17430,2,6693,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(17431,2,6693,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(17432,2,6693,'/module/story/control.php','/module/story','file','M'),(17433,2,6693,'/module/testcase/control.php','/module/testcase','file','M'),(17434,2,6694,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(17435,2,6695,'/module/bug/css/create.css','/module/bug/css','file','M'),(17436,2,6695,'/module/task/css/create.css','/module/task/css','file','M'),(17437,2,6695,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(17438,2,6696,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(17439,2,6697,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(17440,2,6698,'/module/project/css/burn.css','/module/project/css','file','M'),(17441,2,6699,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17442,2,6699,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(17443,2,6700,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17444,2,6702,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17445,2,6703,'/module/user/model.php','/module/user','file','M'),(17446,2,6705,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(17447,2,6705,'/module/testcase/model.php','/module/testcase','file','M'),(17448,2,6705,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(17449,2,6706,'/module/testtask/control.php','/module/testtask','file','M'),(17450,2,6707,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(17451,2,6707,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(17452,2,6707,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(17453,2,6710,'/module/project/control.php','/module/project','file','M'),(17454,2,6710,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(17455,2,6711,'/Makefile','/','file','M'),(17456,2,6711,'/lib/front/front.class.php','/lib/front','file','M'),(17457,2,6713,'/module/file/lang/en.php','/module/file/lang','file','M'),(17458,2,6713,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(17459,2,6713,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(17460,2,6713,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(17461,2,6713,'/module/task/control.php','/module/task','file','M'),(17462,2,6714,'/module/extension/control.php','/module/extension','file','M'),(17463,2,6714,'/module/extension/model.php','/module/extension','file','M'),(17464,2,6715,'/module/bug/css/browse.css','/module/bug/css','file','M'),(17465,2,6715,'/module/project/view/bug.html.php','/module/project/view','file','M'),(17466,2,6716,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(17467,2,6716,'/module/bug/model.php','/module/bug','file','M'),(17468,2,6716,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(17469,2,6716,'/module/build/view/view.html.php','/module/build/view','file','M'),(17470,2,6716,'/module/my/view/bug.html.php','/module/my/view','file','M'),(17471,2,6716,'/module/project/view/bug.html.php','/module/project/view','file','M'),(17472,2,6716,'/module/release/view/view.html.php','/module/release/view','file','M'),(17473,2,6718,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17474,2,6719,'/module/bug/model.php','/module/bug','file','M'),(17475,2,6720,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17476,2,6721,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17477,2,6722,'/module/bug/model.php','/module/bug','file','M'),(17478,2,6722,'/module/task/model.php','/module/task','file','M'),(17479,2,6722,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17480,2,6723,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17481,2,6724,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(17482,2,6724,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(17483,2,6724,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(17484,2,6724,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(17485,2,6724,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(17486,2,6724,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(17487,2,6724,'/module/bug/model.php','/module/bug','file','M'),(17488,2,6724,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(17489,2,6724,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(17490,2,6724,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(17491,2,6724,'/module/build/view/view.html.php','/module/build/view','file','M'),(17492,2,6724,'/module/my/view/project.html.php','/module/my/view','file','M'),(17493,2,6724,'/module/my/view/story.html.php','/module/my/view','file','M'),(17494,2,6724,'/module/my/view/task.html.php','/module/my/view','file','M'),(17495,2,6724,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(17496,2,6724,'/module/my/view/todo.html.php','/module/my/view','file','M'),(17497,2,6724,'/module/product/view/project.html.php','/module/product/view','file','M'),(17498,2,6724,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(17499,2,6724,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(17500,2,6724,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(17501,2,6724,'/module/project/view/all.html.php','/module/project/view','file','M'),(17502,2,6724,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(17503,2,6724,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(17504,2,6724,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(17505,2,6724,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(17506,2,6724,'/module/project/view/story.html.php','/module/project/view','file','M'),(17507,2,6724,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(17508,2,6724,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(17509,2,6724,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(17510,2,6724,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(17511,2,6724,'/module/release/view/browse.html.php','/module/release/view','file','M'),(17512,2,6724,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(17513,2,6724,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(17514,2,6724,'/module/release/view/view.html.php','/module/release/view','file','M'),(17515,2,6724,'/module/story/view/affected.html.php','/module/story/view','file','M'),(17516,2,6724,'/module/story/view/view.html.php','/module/story/view','file','M'),(17517,2,6724,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(17518,2,6724,'/module/task/model.php','/module/task','file','M'),(17519,2,6724,'/module/task/view/view.html.php','/module/task/view','file','M'),(17520,2,6724,'/module/testcase/model.php','/module/testcase','file','M'),(17521,2,6724,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(17522,2,6724,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(17523,2,6724,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(17524,2,6724,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(17525,2,6724,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(17526,2,6724,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(17527,2,6724,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(17528,2,6724,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17529,2,6725,'/www/js/zui/min.js','/www/js/zui','file','M'),(17530,2,6726,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(17531,2,6728,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(17532,2,6729,'/db/zentao.sql','/db','file','M'),(17533,2,6729,'/module/block/control.php','/module/block','file','M'),(17534,2,6729,'/module/block/model.php','/module/block','file','M'),(17535,2,6729,'/module/bug/js/common.js','/module/bug/js','file','M'),(17536,2,6731,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17537,2,6733,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(17538,2,6733,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(17539,2,6734,'/module/entry/control.php','/module/entry','file','M'),(17540,2,6736,'/module/common/model.php','/module/common','file','M'),(17541,2,6736,'/module/product/view/view.html.php','/module/product/view','file','M'),(17542,2,6736,'/module/upgrade/model.php','/module/upgrade','file','M'),(17543,2,6737,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17544,2,6739,'/www/theme/default/style.css','/www/theme/default','file','M'),(17545,2,6740,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(17546,2,6741,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(17547,2,6741,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(17548,2,6742,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(17549,2,6743,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(17550,2,6744,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(17551,2,6744,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(17552,2,6745,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(17553,2,6745,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(17554,2,6745,'/module/install/model.php','/module/install','file','M'),(17555,2,6746,'/VERSION','/','file','M'),(17556,2,6746,'/config/config.php','/config','file','M'),(17557,2,6746,'/db/update10.3.1.sql','/db','file','M'),(17558,2,6746,'/db/zentao.sql','/db','file','M'),(17559,2,6746,'/module/block/lang/en.php','/module/block/lang','file','M'),(17560,2,6746,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(17561,2,6746,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(17562,2,6746,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(17563,2,6746,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(17564,2,6746,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(17565,2,6746,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(17566,2,6746,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(17567,2,6746,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(17568,2,6746,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(17569,2,6746,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(17570,2,6746,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(17571,2,6746,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(17572,2,6746,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(17573,2,6746,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(17574,2,6746,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(17575,2,6746,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(17576,2,6746,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(17577,2,6746,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(17578,2,6746,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(17579,2,6746,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(17580,2,6746,'/module/upgrade/model.php','/module/upgrade','file','M'),(17581,2,6746,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(17582,2,6746,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(17583,2,6747,'/module/common/model.php','/module/common','file','M'),(17584,2,6748,'/module/action/control.php','/module/action','file','M'),(17585,2,6748,'/module/bug/control.php','/module/bug','file','M'),(17586,2,6748,'/module/story/control.php','/module/story','file','M'),(17587,2,6748,'/module/task/control.php','/module/task','file','M'),(17588,2,6749,'/www/js/zui/min.js','/www/js/zui','file','M'),(17589,2,6750,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17590,2,6751,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(17591,2,6751,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17592,2,6751,'/www/theme/default/style.css','/www/theme/default','file','M'),(17593,2,6751,'/www/theme/green/style.css','/www/theme/green','file','M'),(17594,2,6751,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(17595,2,6751,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(17596,2,6751,'/www/theme/red/style.css','/www/theme/red','file','M'),(17597,2,6751,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17598,2,6752,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(17599,2,6752,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(17600,2,6753,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17601,2,6754,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(17602,2,6754,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(17603,2,6754,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17604,2,6755,'/module/task/model.php','/module/task','file','M'),(17605,2,6756,'/module/task/model.php','/module/task','file','M'),(17606,2,6756,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17607,2,6757,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(17608,2,6757,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(17609,2,6757,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(17610,2,6757,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(17611,2,6759,'/module/product/view/view.html.php','/module/product/view','file','M'),(17612,2,6761,'/www/js/zui/min.js','/www/js/zui','file','M'),(17613,2,6761,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17614,2,6762,'/module/action/model.php','/module/action','file','M'),(17615,2,6763,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17616,2,6764,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17617,2,6766,'/www/theme/default/style.css','/www/theme/default','file','M'),(17618,2,6766,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17619,2,6768,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(17620,2,6768,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(17621,2,6768,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(17622,2,6768,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(17623,2,6768,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(17624,2,6768,'/www/theme/default/style.css','/www/theme/default','file','M'),(17625,2,6770,'/www/js/zui/min.js','/www/js/zui','file','M'),(17626,2,6771,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(17627,2,6773,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(17628,2,6774,'/www/theme/default/style.css','/www/theme/default','file','M'),(17629,2,6774,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17630,2,6775,'/www/js/zui/min.js','/www/js/zui','file','M'),(17631,2,6775,'/www/theme/default/style.css','/www/theme/default','file','M'),(17632,2,6777,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(17633,2,6777,'/module/common/view/action.html.php','/module/common/view','file','M'),(17634,2,6777,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(17635,2,6777,'/module/product/view/view.html.php','/module/product/view','file','M'),(17636,2,6777,'/module/project/view/view.html.php','/module/project/view','file','M'),(17637,2,6777,'/module/story/view/view.html.php','/module/story/view','file','M'),(17638,2,6777,'/module/task/view/view.html.php','/module/task/view','file','M'),(17639,2,6777,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(17640,2,6777,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(17641,2,6777,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(17642,2,6777,'/www/js/zui/min.js','/www/js/zui','file','M'),(17643,2,6777,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17644,2,6778,'/module/project/css/tree.css','/module/project/css','file','M'),(17645,2,6779,'/module/project/css/tree.css','/module/project/css','file','M'),(17646,2,6779,'/module/project/js/tree.js','/module/project/js','file','M'),(17647,2,6779,'/module/project/model.php','/module/project','file','M'),(17648,2,6781,'/module/bug/model.php','/module/bug','file','M'),(17649,2,6781,'/module/datatable/model.php','/module/datatable','file','M'),(17650,2,6781,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(17651,2,6781,'/module/my/view/task.html.php','/module/my/view','file','M'),(17652,2,6781,'/module/product/view/browse.html.php','/module/product/view','file','M'),(17653,2,6781,'/module/task/config.php','/module/task','file','M'),(17654,2,6781,'/module/task/model.php','/module/task','file','M'),(17655,2,6781,'/module/testcase/config.php','/module/testcase','file','M'),(17656,2,6781,'/module/testcase/model.php','/module/testcase','file','M'),(17657,2,6781,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(17658,2,6781,'/module/testtask/model.php','/module/testtask','file','M'),(17659,2,6781,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(17660,2,6781,'/module/upgrade/model.php','/module/upgrade','file','M'),(17661,2,6782,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17662,2,6783,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17663,2,6784,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17664,2,6785,'/module/product/css/index.css','/module/product/css','file','M'),(17665,2,6785,'/module/product/model.php','/module/product','file','M'),(17666,2,6785,'/module/project/css/index.css','/module/project/css','file','M'),(17667,2,6785,'/module/project/model.php','/module/project','file','M'),(17668,2,6785,'/module/qa/css/index.css','/module/qa/css','file','M'),(17669,2,6785,'/module/qa/model.php','/module/qa','file','M'),(17670,2,6785,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(17671,2,6785,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17672,2,6785,'/www/theme/green/style.css','/www/theme/green','file','M'),(17673,2,6785,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(17674,2,6785,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(17675,2,6785,'/www/theme/red/style.css','/www/theme/red','file','M'),(17676,2,6785,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17677,2,6787,'/module/product/view/view.html.php','/module/product/view','file','M'),(17678,2,6787,'/module/project/view/view.html.php','/module/project/view','file','M'),(17679,2,6788,'/module/common/lang/en.php','/module/common/lang','file','M'),(17680,2,6788,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17681,2,6789,'/module/dev/config.php','/module/dev','file','M'),(17682,2,6789,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(17683,2,6789,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(17684,2,6789,'/module/dev/view/db.html.php','/module/dev/view','file','M'),(17685,2,6790,'/www/js/bindranzhi.js','/www/js','file','M'),(17686,2,6791,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(17687,2,6791,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(17688,2,6791,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(17689,2,6791,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(17690,2,6791,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(17691,2,6791,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(17692,2,6791,'/module/build/view/create.html.php','/module/build/view','file','M'),(17693,2,6791,'/module/build/view/edit.html.php','/module/build/view','file','M'),(17694,2,6791,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(17695,2,6791,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(17696,2,6791,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(17697,2,6791,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(17698,2,6791,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(17699,2,6791,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(17700,2,6791,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(17701,2,6791,'/module/message/view/setting.html.php','/module/message/view','file','M'),(17702,2,6791,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(17703,2,6791,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(17704,2,6791,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(17705,2,6791,'/module/product/view/create.html.php','/module/product/view','file','M'),(17706,2,6791,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(17707,2,6791,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(17708,2,6791,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(17709,2,6791,'/module/project/view/create.html.php','/module/project/view','file','M'),(17710,2,6791,'/module/project/view/edit.html.php','/module/project/view','file','M'),(17711,2,6791,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(17712,2,6791,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(17713,2,6791,'/module/release/view/create.html.php','/module/release/view','file','M'),(17714,2,6791,'/module/release/view/edit.html.php','/module/release/view','file','M'),(17715,2,6791,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(17716,2,6791,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(17717,2,6791,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(17718,2,6791,'/module/story/view/create.html.php','/module/story/view','file','M'),(17719,2,6791,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(17720,2,6791,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(17721,2,6791,'/module/task/view/create.html.php','/module/task/view','file','M'),(17722,2,6791,'/module/task/view/edit.html.php','/module/task/view','file','M'),(17723,2,6791,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(17724,2,6791,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(17725,2,6791,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(17726,2,6791,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(17727,2,6791,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(17728,2,6791,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(17729,2,6791,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(17730,2,6791,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(17731,2,6791,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(17732,2,6791,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(17733,2,6791,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(17734,2,6791,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(17735,2,6791,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(17736,2,6791,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(17737,2,6791,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(17738,2,6791,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(17739,2,6791,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(17740,2,6791,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(17741,2,6791,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(17742,2,6791,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(17743,2,6791,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(17744,2,6791,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(17745,2,6791,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(17746,2,6791,'/module/user/view/create.html.php','/module/user/view','file','M'),(17747,2,6791,'/module/user/view/edit.html.php','/module/user/view','file','M'),(17748,2,6791,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(17749,2,6791,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(17750,2,6792,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(17751,2,6793,'/www/theme/default/style.css','/www/theme/default','file','M'),(17752,2,6795,'/module/extension/view/install.html.php','/module/extension/view','file','M'),(17753,2,6795,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(17754,2,6795,'/module/extension/view/waring.htm.php','/module/extension/view','file','M'),(17755,2,6797,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(17756,2,6797,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(17757,2,6798,'/module/extension/view/header.html.php','/module/extension/view','file','M'),(17758,2,6800,'/module/block/control.php','/module/block','file','M'),(17759,2,6800,'/module/block/model.php','/module/block','file','M'),(17760,2,6802,'/module/common/lang/en.php','/module/common/lang','file','M'),(17761,2,6802,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17762,2,6804,'/module/admin/css/index.css','/module/admin/css','file','M'),(17763,2,6804,'/module/misc/css/about.css','/module/misc/css','file','M'),(17764,2,6806,'/module/user/css/login.css','/module/user/css','file','M'),(17765,2,6806,'/module/user/view/login.html.php','/module/user/view','file','M'),(17766,2,6807,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(17767,2,6808,'/module/product/model.php','/module/product','file','M'),(17768,2,6810,'/module/project/view/create.html.php','/module/project/view','file','M'),(17769,2,6811,'/module/bug/model.php','/module/bug','file','M'),(17770,2,6811,'/module/editor/model.php','/module/editor','file','M'),(17771,2,6811,'/module/my/view/bug.html.php','/module/my/view','file','M'),(17772,2,6811,'/module/my/view/task.html.php','/module/my/view','file','M'),(17773,2,6811,'/module/project/view/bug.html.php','/module/project/view','file','M'),(17774,2,6811,'/module/story/model.php','/module/story','file','M'),(17775,2,6811,'/module/task/model.php','/module/task','file','M'),(17776,2,6811,'/www/theme/default/style.css','/www/theme/default','file','M'),(17777,2,6813,'/module/bug/control.php','/module/bug','file','M'),(17778,2,6813,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(17779,2,6813,'/module/release/css/view.css','/module/release/css','file','M'),(17780,2,6813,'/module/task/css/create.css','/module/task/css','file','M'),(17781,2,6813,'/module/task/js/create.js','/module/task/js','file','M'),(17782,2,6813,'/module/task/view/create.html.php','/module/task/view','file','M'),(17783,2,6813,'/module/user/view/project.html.php','/module/user/view','file','M'),(17784,2,6813,'/www/theme/default/style.css','/www/theme/default','file','M'),(17785,2,6815,'/www/js/datatable/min.js','/www/js/datatable','file','M'),(17786,2,6817,'/module/product/css/index.css','/module/product/css','file','A'),(17787,2,6817,'/module/project/css/index.css','/module/project/css','file','A'),(17788,2,6817,'/module/qa/css/index.css','/module/qa/css','file','A'),(17789,2,6818,'/module/file/control.php','/module/file','file','M'),(17790,2,6820,'/module/common/lang/en.php','/module/common/lang','file','M'),(17791,2,6820,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17792,2,6821,'/module/product/model.php','/module/product','file','M'),(17793,2,6821,'/module/task/model.php','/module/task','file','M'),(17794,2,6821,'/module/testcase/model.php','/module/testcase','file','M'),(17795,2,6821,'/module/user/control.php','/module/user','file','M'),(17796,2,6821,'/module/user/css/login.css','/module/user/css','file','M'),(17797,2,6822,'/module/editor/model.php','/module/editor','file','M'),(17798,2,6823,'/module/block/config.php','/module/block','file','M'),(17799,2,6823,'/module/block/lang/en.php','/module/block/lang','file','M'),(17800,2,6823,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(17801,2,6823,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(17802,2,6823,'/module/block/view/admin.html.php','/module/block/view','file','M'),(17803,2,6823,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(17804,2,6823,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(17805,2,6823,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(17806,2,6823,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(17807,2,6823,'/module/block/view/listblock.html.php','/module/block/view','file','M'),(17808,2,6823,'/module/block/view/main.html.php','/module/block/view','file','M'),(17809,2,6823,'/module/block/view/overviewblock.html.php','/module/block/view','file','M'),(17810,2,6823,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(17811,2,6823,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(17812,2,6823,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(17813,2,6823,'/module/block/view/qaoverviewblock.html.php','/module/block/view','file','M'),(17814,2,6823,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(17815,2,6823,'/module/block/view/set.html.php','/module/block/view','file','M'),(17816,2,6823,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(17817,2,6823,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(17818,2,6823,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(17819,2,6823,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(17820,2,6823,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(17821,2,6823,'/module/block/view/todolist.html.php','/module/block/view','file','M'),(17822,2,6824,'/module/block/config.php','/module/block','file','M'),(17823,2,6824,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(17824,2,6824,'/module/block/view/admin.html.php','/module/block/view','file','M'),(17825,2,6824,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(17826,2,6824,'/module/block/view/overviewblock.html.php','/module/block/view','file','M'),(17827,2,6824,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(17828,2,6824,'/module/block/view/qaoverviewblock.html.php','/module/block/view','file','M'),(17829,2,6824,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(17830,2,6824,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(17831,2,6824,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(17832,2,6824,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(17833,2,6825,'/doc/CHANGELOG','/doc','file','M'),(17834,2,6825,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(17835,2,6825,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(17836,2,6827,'/module/common/lang/en.php','/module/common/lang','file','M'),(17837,2,6827,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(17838,2,6827,'/module/entry/config.php','/module/entry','file','M'),(17839,2,6827,'/module/extension/config.php','/module/extension','file','M'),(17840,2,6827,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(17841,2,6827,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(17842,2,6827,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(17843,2,6827,'/module/extension/model.php','/module/extension','file','M'),(17844,2,6827,'/module/install/lang/en.php','/module/install/lang','file','M'),(17845,2,6827,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(17846,2,6827,'/module/install/model.php','/module/install','file','M'),(17847,2,6827,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(17848,2,6827,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(17849,2,6827,'/module/my/lang/en.php','/module/my/lang','file','M'),(17850,2,6827,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(17851,2,6827,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(17852,2,6827,'/module/project/lang/en.php','/module/project/lang','file','M'),(17853,2,6827,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(17854,2,6827,'/module/report/lang/en.php','/module/report/lang','file','M'),(17855,2,6827,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(17856,2,6827,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(17857,2,6827,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(17858,2,6827,'/module/todo/model.php','/module/todo','file','M'),(17859,2,6827,'/module/user/view/login.html.php','/module/user/view','file','M'),(17860,2,6828,'/module/bug/control.php','/module/bug','file','M'),(17861,2,6828,'/www/api.php','/www','file','M'),(17862,2,6829,'/module/file/control.php','/module/file','file','M'),(17863,2,6830,'/module/file/control.php','/module/file','file','M'),(17864,2,6830,'/www/api.php','/www','file','M'),(17865,2,6832,'/module/task/model.php','/module/task','file','M'),(17866,2,6834,'/module/task/model.php','/module/task','file','M'),(17867,2,6836,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(17868,2,6838,'/www/theme/default/style.css','/www/theme/default','file','M'),(17869,2,6838,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17870,2,6840,'/module/testcase/config.php','/module/testcase','file','M'),(17871,2,6842,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(17872,2,6842,'/www/theme/default/style.css','/www/theme/default','file','M'),(17873,2,6842,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17874,2,6844,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(17875,2,6845,'/www/theme/default/style.css','/www/theme/default','file','M'),(17876,2,6846,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(17877,2,6849,'/module/testcase/css/groupcase.css','/module/testcase/css','file','M'),(17878,2,6849,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(17879,2,6849,'/module/testtask/css/groupcase.css','/module/testtask/css','file','A'),(17880,2,6849,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(17881,2,6851,'/module/project/css/testtask.css','/module/project/css','file','M'),(17882,2,6851,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(17883,2,6851,'/www/js/zui/min.js','/www/js/zui','file','M'),(17884,2,6853,'/module/block/model.php','/module/block','file','M'),(17885,2,6853,'/module/bug/config.php','/module/bug','file','M'),(17886,2,6853,'/module/bug/model.php','/module/bug','file','M'),(17887,2,6853,'/module/product/model.php','/module/product','file','M'),(17888,2,6853,'/module/story/config.php','/module/story','file','M'),(17889,2,6853,'/module/task/config.php','/module/task','file','M'),(17890,2,6853,'/module/task/model.php','/module/task','file','M'),(17891,2,6853,'/module/testcase/config.php','/module/testcase','file','M'),(17892,2,6853,'/module/upgrade/model.php','/module/upgrade','file','M'),(17893,2,6853,'/www/theme/default/style.css','/www/theme/default','file','M'),(17894,2,6854,'/www/theme/default/style.css','/www/theme/default','file','M'),(17895,2,6854,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17896,2,6855,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17897,2,6856,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(17898,2,6856,'/module/build/view/view.html.php','/module/build/view','file','M'),(17899,2,6856,'/module/common/model.php','/module/common','file','M'),(17900,2,6856,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(17901,2,6856,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(17902,2,6856,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(17903,2,6856,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(17904,2,6856,'/module/product/view/view.html.php','/module/product/view','file','M'),(17905,2,6856,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(17906,2,6856,'/module/project/view/view.html.php','/module/project/view','file','M'),(17907,2,6856,'/module/story/view/view.html.php','/module/story/view','file','M'),(17908,2,6856,'/module/task/view/view.html.php','/module/task/view','file','M'),(17909,2,6856,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(17910,2,6856,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(17911,2,6856,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(17912,2,6856,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(17913,2,6856,'/www/js/zui/min.js','/www/js/zui','file','M'),(17914,2,6856,'/www/theme/default/style.css','/www/theme/default','file','M'),(17915,2,6856,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17916,2,6858,'/www/js/zui/min.js','/www/js/zui','file','M'),(17917,2,6858,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17918,2,6859,'/module/user/lang/en.php','/module/user/lang','file','M'),(17919,2,6859,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(17920,2,6859,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(17921,2,6861,'/module/admin/config.php','/module/admin','file','M'),(17922,2,6861,'/module/admin/model.php','/module/admin','file','M'),(17923,2,6862,'/www/js/zui/min.js','/www/js/zui','file','M'),(17924,2,6863,'/module/project/css/tree.css','/module/project/css','file','M'),(17925,2,6864,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(17926,2,6864,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(17927,2,6864,'/www/theme/green/style.css','/www/theme/green','file','M'),(17928,2,6864,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(17929,2,6864,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(17930,2,6864,'/www/theme/red/style.css','/www/theme/red','file','M'),(17931,2,6864,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17932,2,6865,'/module/project/css/grouptask.css','/module/project/css','file','M'),(17933,2,6865,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(17934,2,6865,'/www/js/zui/min.js','/www/js/zui','file','M'),(17935,2,6866,'/module/project/css/grouptask.css','/module/project/css','file','M'),(17936,2,6866,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(17937,2,6867,'/module/project/model.php','/module/project','file','M'),(17938,2,6868,'/module/project/css/grouptask.css','/module/project/css','file','M'),(17939,2,6870,'/module/project/lang/en.php','/module/project/lang','file','M'),(17940,2,6870,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(17941,2,6871,'/module/project/css/kanban.css','/module/project/css','file','M'),(17942,2,6871,'/module/project/css/storykanban.css','/module/project/css','file','M'),(17943,2,6871,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17944,2,6872,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17945,2,6873,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17946,2,6875,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(17947,2,6875,'/module/story/view/view.html.php','/module/story/view','file','M'),(17948,2,6875,'/module/task/view/view.html.php','/module/task/view','file','M'),(17949,2,6875,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(17950,2,6875,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(17951,2,6875,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(17952,2,6876,'/module/project/css/create.css','/module/project/css','file','M'),(17953,2,6876,'/module/project/js/create.js','/module/project/js','file','M'),(17954,2,6876,'/module/project/view/create.html.php','/module/project/view','file','M'),(17955,2,6876,'/www/js/zui/min.js','/www/js/zui','file','M'),(17956,2,6876,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17957,2,6877,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17958,2,6879,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(17959,2,6879,'/module/group/view/browse.html.php','/module/group/view','file','M'),(17960,2,6881,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17961,2,6884,'/module/user/control.php','/module/user','file','M'),(17962,2,6884,'/module/user/view/login.html.php','/module/user/view','file','M'),(17963,2,6886,'/module/user/view/project.html.php','/module/user/view','file','M'),(17964,2,6887,'/module/user/model.php','/module/user','file','M'),(17965,2,6887,'/module/user/view/project.html.php','/module/user/view','file','M'),(17966,2,6888,'/module/block/control.php','/module/block','file','M'),(17967,2,6890,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(17968,2,6891,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(17969,2,6891,'/www/js/zui/min.js','/www/js/zui','file','M'),(17970,2,6893,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17971,2,6894,'/module/story/view/report.html.php','/module/story/view','file','M'),(17972,2,6894,'/module/task/view/report.html.php','/module/task/view','file','M'),(17973,2,6895,'/module/group/model.php','/module/group','file','M'),(17974,2,6897,'/module/group/model.php','/module/group','file','M'),(17975,2,6898,'/module/block/control.php','/module/block','file','M'),(17976,2,6898,'/module/sso/control.php','/module/sso','file','M'),(17977,2,6900,'/module/project/css/common.css','/module/project/css','file','M'),(17978,2,6900,'/module/task/model.php','/module/task','file','M'),(17979,2,6902,'/module/block/control.php','/module/block','file','M'),(17980,2,6902,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(17981,2,6902,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(17982,2,6902,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(17983,2,6902,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(17984,2,6902,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(17985,2,6902,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(17986,2,6902,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(17987,2,6902,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(17988,2,6902,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(17989,2,6902,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(17990,2,6902,'/module/block/view/todolist.html.php','/module/block/view','file','A'),(17991,2,6904,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(17992,2,6906,'/module/product/model.php','/module/product','file','M'),(17993,2,6908,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(17994,2,6909,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(17995,2,6909,'/module/project/view/task.html.php','/module/project/view','file','M'),(17996,2,6909,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(17997,2,6910,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(17998,2,6910,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(17999,2,6912,'/module/product/control.php','/module/product','file','M'),(18000,2,6912,'/module/product/css/view.css','/module/product/css','file','M'),(18001,2,6912,'/module/product/model.php','/module/product','file','M'),(18002,2,6912,'/module/product/view/view.html.php','/module/product/view','file','M'),(18003,2,6914,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(18004,2,6914,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(18005,2,6915,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(18006,2,6917,'/module/company/js/browse.js','/module/company/js','file','M'),(18007,2,6919,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18008,2,6921,'/module/block/control.php','/module/block','file','M'),(18009,2,6921,'/module/block/lang/en.php','/module/block/lang','file','M'),(18010,2,6921,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(18011,2,6921,'/module/block/model.php','/module/block','file','M'),(18012,2,6921,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(18013,2,6921,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(18014,2,6921,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(18015,2,6923,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(18016,2,6923,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(18017,2,6924,'/www/js/zui/min.js','/www/js/zui','file','M'),(18018,2,6926,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18019,2,6927,'/module/doc/model.php','/module/doc','file','M'),(18020,2,6928,'/module/user/view/create.html.php','/module/user/view','file','M'),(18021,2,6929,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(18022,2,6929,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(18023,2,6929,'/www/theme/green/style.css','/www/theme/green','file','M'),(18024,2,6929,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(18025,2,6929,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(18026,2,6929,'/www/theme/red/style.css','/www/theme/red','file','M'),(18027,2,6929,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18028,2,6930,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18029,2,6931,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18030,2,6932,'/module/user/css/login.css','/module/user/css','file','M'),(18031,2,6934,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18032,2,6935,'/module/bug/model.php','/module/bug','file','M'),(18033,2,6935,'/module/project/view/build.html.php','/module/project/view','file','M'),(18034,2,6935,'/module/project/view/story.html.php','/module/project/view','file','M'),(18035,2,6935,'/module/story/model.php','/module/story','file','M'),(18036,2,6935,'/module/task/model.php','/module/task','file','M'),(18037,2,6935,'/module/testcase/model.php','/module/testcase','file','M'),(18038,2,6935,'/module/testtask/model.php','/module/testtask','file','M'),(18039,2,6937,'/lib/front/front.class.php','/lib/front','file','M'),(18040,2,6937,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(18041,2,6937,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(18042,2,6937,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(18043,2,6937,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(18044,2,6937,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(18045,2,6937,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(18046,2,6937,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','M'),(18047,2,6937,'/module/api/view/debug.html.php','/module/api/view','file','M'),(18048,2,6937,'/module/backup/view/change.html.php','/module/backup/view','file','M'),(18049,2,6937,'/module/block/lang/en.php','/module/block/lang','file','M'),(18050,2,6937,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(18051,2,6937,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(18052,2,6937,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(18053,2,6937,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(18054,2,6937,'/module/bug/view/batchactivate.html.php','/module/bug/view','file','M'),(18055,2,6937,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(18056,2,6937,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(18057,2,6937,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(18058,2,6937,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(18059,2,6937,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18060,2,6937,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(18061,2,6937,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(18062,2,6937,'/module/build/view/create.html.php','/module/build/view','file','M'),(18063,2,6937,'/module/build/view/edit.html.php','/module/build/view','file','M'),(18064,2,6937,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(18065,2,6937,'/module/common/view/action.html.php','/module/common/view','file','M'),(18066,2,6937,'/module/company/view/edit.html.php','/module/company/view','file','M'),(18067,2,6937,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(18068,2,6937,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(18069,2,6937,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(18070,2,6937,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(18071,2,6937,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(18072,2,6937,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(18073,2,6937,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(18074,2,6937,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(18075,2,6937,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(18076,2,6937,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(18077,2,6937,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(18078,2,6937,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(18079,2,6937,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(18080,2,6937,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(18081,2,6937,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(18082,2,6937,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(18083,2,6937,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(18084,2,6937,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(18085,2,6937,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(18086,2,6937,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(18087,2,6937,'/module/file/view/export.html.php','/module/file/view','file','M'),(18088,2,6937,'/module/group/view/copy.html.php','/module/group/view','file','M'),(18089,2,6937,'/module/group/view/create.html.php','/module/group/view','file','M'),(18090,2,6937,'/module/group/view/edit.html.php','/module/group/view','file','M'),(18091,2,6937,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(18092,2,6937,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(18093,2,6937,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(18094,2,6937,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(18095,2,6937,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(18096,2,6937,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(18097,2,6937,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(18098,2,6937,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(18099,2,6937,'/module/message/view/setting.html.php','/module/message/view','file','M'),(18100,2,6937,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(18101,2,6937,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(18102,2,6937,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(18103,2,6937,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(18104,2,6937,'/module/product/view/close.html.php','/module/product/view','file','M'),(18105,2,6937,'/module/product/view/create.html.php','/module/product/view','file','M'),(18106,2,6937,'/module/product/view/edit.html.php','/module/product/view','file','M'),(18107,2,6937,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(18108,2,6937,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(18109,2,6937,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(18110,2,6937,'/module/project/view/activate.html.php','/module/project/view','file','M'),(18111,2,6937,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(18112,2,6937,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(18113,2,6937,'/module/project/view/close.html.php','/module/project/view','file','M'),(18114,2,6937,'/module/project/view/create.html.php','/module/project/view','file','M'),(18115,2,6937,'/module/project/view/edit.html.php','/module/project/view','file','M'),(18116,2,6937,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(18117,2,6937,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(18118,2,6937,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(18119,2,6937,'/module/project/view/printkanban.html.php','/module/project/view','file','M'),(18120,2,6937,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(18121,2,6937,'/module/project/view/start.html.php','/module/project/view','file','M'),(18122,2,6937,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(18123,2,6937,'/module/release/view/create.html.php','/module/release/view','file','M'),(18124,2,6937,'/module/release/view/edit.html.php','/module/release/view','file','M'),(18125,2,6937,'/module/release/view/export.html.php','/module/release/view','file','M'),(18126,2,6937,'/module/search/view/savequery.html.php','/module/search/view','file','M'),(18127,2,6937,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(18128,2,6937,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(18129,2,6937,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(18130,2,6937,'/module/story/view/change.html.php','/module/story/view','file','M'),(18131,2,6937,'/module/story/view/close.html.php','/module/story/view','file','M'),(18132,2,6937,'/module/story/view/create.html.php','/module/story/view','file','M'),(18133,2,6937,'/module/story/view/edit.html.php','/module/story/view','file','M'),(18134,2,6937,'/module/story/view/review.html.php','/module/story/view','file','M'),(18135,2,6937,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(18136,2,6937,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(18137,2,6937,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(18138,2,6937,'/module/task/view/create.html.php','/module/task/view','file','M'),(18139,2,6937,'/module/task/view/edit.html.php','/module/task/view','file','M'),(18140,2,6937,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(18141,2,6937,'/module/task/view/finish.html.php','/module/task/view','file','M'),(18142,2,6937,'/module/task/view/pause.html.php','/module/task/view','file','M'),(18143,2,6937,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(18144,2,6937,'/module/task/view/start.html.php','/module/task/view','file','M'),(18145,2,6937,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(18146,2,6937,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(18147,2,6937,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(18148,2,6937,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18149,2,6937,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(18150,2,6937,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(18151,2,6937,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(18152,2,6937,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(18153,2,6937,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(18154,2,6937,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(18155,2,6937,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(18156,2,6937,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(18157,2,6937,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(18158,2,6937,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(18159,2,6937,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(18160,2,6937,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(18161,2,6937,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(18162,2,6937,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(18163,2,6937,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(18164,2,6937,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(18165,2,6937,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(18166,2,6937,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(18167,2,6937,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(18168,2,6937,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(18169,2,6937,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(18170,2,6937,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(18171,2,6937,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(18172,2,6937,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(18173,2,6937,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(18174,2,6937,'/module/user/control.php','/module/user','file','M'),(18175,2,6937,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(18176,2,6937,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(18177,2,6937,'/module/user/view/create.html.php','/module/user/view','file','M'),(18178,2,6937,'/module/user/view/delete.html.php','/module/user/view','file','M'),(18179,2,6937,'/module/user/view/edit.html.php','/module/user/view','file','M'),(18180,2,6937,'/module/user/view/managecontacts.html.php','/module/user/view','file','D'),(18181,2,6937,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(18182,2,6937,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(18183,2,6938,'/module/bug/css/create.css','/module/bug/css','file','M'),(18184,2,6938,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(18185,2,6938,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(18186,2,6938,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(18187,2,6940,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(18188,2,6940,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(18189,2,6940,'/module/release/view/view.html.php','/module/release/view','file','M'),(18190,2,6940,'/module/story/view/view.html.php','/module/story/view','file','M'),(18191,2,6940,'/module/task/view/view.html.php','/module/task/view','file','M'),(18192,2,6940,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(18193,2,6940,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(18194,2,6940,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(18195,2,6940,'/www/theme/default/style.css','/www/theme/default','file','M'),(18196,2,6941,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(18197,2,6941,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(18198,2,6942,'/module/testtask/model.php','/module/testtask','file','M'),(18199,2,6942,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(18200,2,6944,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(18201,2,6944,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(18202,2,6944,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(18203,2,6944,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(18204,2,6944,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(18205,2,6944,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(18206,2,6944,'/module/bug/model.php','/module/bug','file','M'),(18207,2,6944,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(18208,2,6944,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(18209,2,6944,'/module/build/view/view.html.php','/module/build/view','file','M'),(18210,2,6944,'/module/my/view/bug.html.php','/module/my/view','file','M'),(18211,2,6944,'/module/my/view/project.html.php','/module/my/view','file','M'),(18212,2,6944,'/module/my/view/story.html.php','/module/my/view','file','M'),(18213,2,6944,'/module/my/view/task.html.php','/module/my/view','file','M'),(18214,2,6944,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(18215,2,6944,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18216,2,6944,'/module/project/view/all.html.php','/module/project/view','file','M'),(18217,2,6944,'/module/project/view/bug.html.php','/module/project/view','file','M'),(18218,2,6944,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(18219,2,6944,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(18220,2,6944,'/module/project/view/story.html.php','/module/project/view','file','M'),(18221,2,6944,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(18222,2,6944,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(18223,2,6944,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(18224,2,6944,'/module/release/view/view.html.php','/module/release/view','file','M'),(18225,2,6944,'/module/story/view/affected.html.php','/module/story/view','file','M'),(18226,2,6944,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(18227,2,6944,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(18228,2,6944,'/module/testcase/model.php','/module/testcase','file','M'),(18229,2,6944,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(18230,2,6944,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(18231,2,6944,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(18232,2,6944,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(18233,2,6944,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(18234,2,6944,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(18235,2,6944,'/module/testtask/model.php','/module/testtask','file','M'),(18236,2,6944,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(18237,2,6944,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(18238,2,6946,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(18239,2,6948,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(18240,2,6951,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(18241,2,6951,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(18242,2,6951,'/www/theme/default/style.css','/www/theme/default','file','M'),(18243,2,6952,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18244,2,6954,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18245,2,6956,'/module/my/view/task.html.php','/module/my/view','file','M'),(18246,2,6956,'/module/my/view/todo.html.php','/module/my/view','file','M'),(18247,2,6956,'/module/product/view/project.html.php','/module/product/view','file','M'),(18248,2,6956,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(18249,2,6956,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(18250,2,6956,'/module/release/view/browse.html.php','/module/release/view','file','M'),(18251,2,6956,'/module/release/view/view.html.php','/module/release/view','file','M'),(18252,2,6956,'/module/story/model.php','/module/story','file','M'),(18253,2,6956,'/module/task/config.php','/module/task','file','M'),(18254,2,6956,'/module/task/model.php','/module/task','file','M'),(18255,2,6957,'/module/doc/model.php','/module/doc','file','M'),(18256,2,6958,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(18257,2,6960,'/doc/CHANGELOG','/doc','file','M'),(18258,2,6960,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(18259,2,6960,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(18260,2,6962,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(18261,2,6963,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(18262,2,6963,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(18263,2,6963,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(18264,2,6963,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(18265,2,6963,'/www/theme/green/style.css','/www/theme/green','file','M'),(18266,2,6963,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(18267,2,6963,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(18268,2,6963,'/www/theme/red/style.css','/www/theme/red','file','M'),(18269,2,6963,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18270,2,6964,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(18271,2,6965,'/module/task/model.php','/module/task','file','M'),(18272,2,6966,'/module/story/lang/en.php','/module/story/lang','file','M'),(18273,2,6966,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(18274,2,6966,'/module/story/model.php','/module/story','file','M'),(18275,2,6967,'/module/company/view/browse.html.php','/module/company/view','file','M'),(18276,2,6967,'/module/user/model.php','/module/user','file','M'),(18277,2,6968,'/module/common/lang/en.php','/module/common/lang','file','M'),(18278,2,6968,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(18279,2,6968,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(18280,2,6968,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(18281,2,6970,'/module/bug/css/view.css','/module/bug/css','file','M'),(18282,2,6970,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(18283,2,6970,'/module/project/view/create.html.php','/module/project/view','file','M'),(18284,2,6970,'/module/story/css/view.css','/module/story/css','file','A'),(18285,2,6970,'/module/story/view/view.html.php','/module/story/view','file','M'),(18286,2,6970,'/module/task/css/view.css','/module/task/css','file','A'),(18287,2,6970,'/module/task/view/view.html.php','/module/task/view','file','M'),(18288,2,6971,'/module/action/css/trash.css','/module/action/css','file','M'),(18289,2,6971,'/module/common/model.php','/module/common','file','M'),(18290,2,6971,'/module/entry/config.php','/module/entry','file','M'),(18291,2,6971,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(18292,2,6971,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(18293,2,6972,'/module/common/lang/en.php','/module/common/lang','file','M'),(18294,2,6972,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(18295,2,6972,'/module/extension/view/erase.html.php','/module/extension/view','file','M'),(18296,2,6972,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(18297,2,6974,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(18298,2,6974,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(18299,2,6974,'/module/company/view/browse.html.php','/module/company/view','file','M'),(18300,2,6974,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(18301,2,6974,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(18302,2,6974,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(18303,2,6974,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(18304,2,6974,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(18305,2,6974,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(18306,2,6974,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(18307,2,6974,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(18308,2,6974,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(18309,2,6974,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(18310,2,6974,'/module/group/view/browse.html.php','/module/group/view','file','M'),(18311,2,6974,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(18312,2,6974,'/module/my/view/todo.html.php','/module/my/view','file','M'),(18313,2,6974,'/module/product/view/build.html.php','/module/product/view','file','M'),(18314,2,6974,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(18315,2,6974,'/module/project/view/build.html.php','/module/project/view','file','M'),(18316,2,6974,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(18317,2,6974,'/module/project/view/team.html.php','/module/project/view','file','M'),(18318,2,6974,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(18319,2,6974,'/module/release/view/browse.html.php','/module/release/view','file','M'),(18320,2,6974,'/module/task/view/create.html.php','/module/task/view','file','M'),(18321,2,6974,'/module/task/view/edit.html.php','/module/task/view','file','M'),(18322,2,6974,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(18323,2,6974,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18324,2,6974,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(18325,2,6974,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(18326,2,6974,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(18327,2,6974,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(18328,2,6974,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(18329,2,6974,'/module/tree/js/browse.js','/module/tree/js','file','M'),(18330,2,6974,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(18331,2,6974,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(18332,2,6974,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(18333,2,6975,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18334,2,6975,'/www/js/zui/min.js','/www/js/zui','file','M'),(18335,2,6975,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18336,2,6976,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(18337,2,6977,'/module/block/css/dashboard.css','/module/block/css','file','M'),(18338,2,6977,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(18339,2,6977,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(18340,2,6977,'/www/theme/default/style.css','/www/theme/default','file','M'),(18341,2,6977,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18342,2,6978,'/module/story/js/change.js','/module/story/js','file','M'),(18343,2,6978,'/module/story/js/create.js','/module/story/js','file','M'),(18344,2,6980,'/module/story/css/create.css','/module/story/css','file','A'),(18345,2,6980,'/module/story/js/create.js','/module/story/js','file','M'),(18346,2,6980,'/module/story/view/create.html.php','/module/story/view','file','M'),(18347,2,6981,'/www/theme/default/style.css','/www/theme/default','file','M'),(18348,2,6982,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18349,2,6984,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(18350,2,6985,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(18351,2,6985,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(18352,2,6987,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18353,2,6987,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(18354,2,6989,'/www/theme/default/style.css','/www/theme/default','file','M'),(18355,2,6991,'/module/story/config.php','/module/story','file','M'),(18356,2,6991,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(18357,2,6991,'/module/testtask/control.php','/module/testtask','file','M'),(18358,2,6991,'/www/theme/default/style.css','/www/theme/default','file','M'),(18359,2,6992,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(18360,2,6992,'/module/product/control.php','/module/product','file','M'),(18361,2,6993,'/module/action/view/trash.html.php','/module/action/view','file','M'),(18362,2,6995,'/module/action/model.php','/module/action','file','M'),(18363,2,6995,'/module/tree/model.php','/module/tree','file','M'),(18364,2,6996,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18365,2,6996,'/www/theme/default/style.css','/www/theme/default','file','M'),(18366,2,6997,'/module/custom/control.php','/module/custom','file','M'),(18367,2,6998,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(18368,2,6998,'/module/testcase/css/groupcase.css','/module/testcase/css','file','A'),(18369,2,6998,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18370,2,6998,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(18371,2,6999,'/module/doc/model.php','/module/doc','file','M'),(18372,2,6999,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(18373,2,6999,'/module/product/model.php','/module/product','file','M'),(18374,2,6999,'/module/project/model.php','/module/project','file','M'),(18375,2,6999,'/module/upgrade/model.php','/module/upgrade','file','M'),(18376,2,6999,'/module/user/model.php','/module/user','file','M'),(18377,2,7000,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(18378,2,7000,'/module/common/model.php','/module/common','file','M'),(18379,2,7002,'/db/update10.3.1.sql','/db','file','M'),(18380,2,7002,'/module/doc/model.php','/module/doc','file','M'),(18381,2,7003,'/module/block/control.php','/module/block','file','M'),(18382,2,7003,'/module/bug/model.php','/module/bug','file','M'),(18383,2,7004,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(18384,2,7006,'/module/block/control.php','/module/block','file','M'),(18385,2,7008,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18386,2,7010,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18387,2,7012,'/module/bug/js/common.js','/module/bug/js','file','M'),(18388,2,7012,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18389,2,7014,'/module/bug/css/create.css','/module/bug/css','file','M'),(18390,2,7016,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(18391,2,7018,'/module/bug/model.php','/module/bug','file','M'),(18392,2,7019,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(18393,2,7019,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(18394,2,7020,'/db/update10.3.1.sql','/db','file','M'),(18395,2,7020,'/module/common/model.php','/module/common','file','M'),(18396,2,7020,'/module/entry/config.php','/module/entry','file','M'),(18397,2,7020,'/module/entry/control.php','/module/entry','file','M'),(18398,2,7020,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(18399,2,7020,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(18400,2,7020,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(18401,2,7020,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(18402,2,7021,'/module/block/css/dashboard.css','/module/block/css','file','M'),(18403,2,7022,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(18404,2,7022,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(18405,2,7022,'/www/js/zui/min.js','/www/js/zui','file','M'),(18406,2,7022,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18407,2,7023,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(18408,2,7023,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(18409,2,7023,'/www/theme/default/style.css','/www/theme/default','file','M'),(18410,2,7023,'/www/theme/green/style.css','/www/theme/green','file','M'),(18411,2,7023,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(18412,2,7023,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(18413,2,7023,'/www/theme/red/style.css','/www/theme/red','file','M'),(18414,2,7023,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18415,2,7024,'/module/common/model.php','/module/common','file','M'),(18416,2,7024,'/www/js/zui/min.js','/www/js/zui','file','M'),(18417,2,7025,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(18418,2,7026,'/module/common/model.php','/module/common','file','M'),(18419,2,7026,'/module/common/view/header.html.php','/module/common/view','file','M'),(18420,2,7026,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18421,2,7028,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18422,2,7029,'/module/project/css/kanban.css','/module/project/css','file','M'),(18423,2,7029,'/module/project/css/storykanban.css','/module/project/css','file','M'),(18424,2,7031,'/module/user/view/login.html.php','/module/user/view','file','M'),(18425,2,7032,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(18426,2,7032,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(18427,2,7032,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(18428,2,7034,'/doc/CHANGELOG','/doc','file','M'),(18429,2,7034,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(18430,2,7034,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(18431,2,7036,'/www/js/zui/min.js','/www/js/zui','file','M'),(18432,2,7036,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18433,2,7037,'/module/datatable/model.php','/module/datatable','file','M'),(18434,2,7039,'/module/bug/css/create.css','/module/bug/css','file','M'),(18435,2,7039,'/module/bug/js/create.js','/module/bug/js','file','M'),(18436,2,7039,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18437,2,7039,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18438,2,7041,'/module/group/lang/en.php','/module/group/lang','file','M'),(18439,2,7041,'/module/group/lang/resource.php','/module/group/lang','file','M'),(18440,2,7041,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(18441,2,7043,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(18442,2,7043,'/www/js/zui/min.js','/www/js/zui','file','M'),(18443,2,7045,'/module/common/lang/en.php','/module/common/lang','file','M'),(18444,2,7045,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(18445,2,7045,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(18446,2,7045,'/module/doc/model.php','/module/doc','file','M'),(18447,2,7045,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(18448,2,7046,'/www/js/my.full.js','/www/js','file','M'),(18449,2,7047,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(18450,2,7047,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(18451,2,7047,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(18452,2,7047,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(18453,2,7047,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(18454,2,7047,'/www/js/zui/min.js','/www/js/zui','file','M'),(18455,2,7049,'/module/upgrade/model.php','/module/upgrade','file','M'),(18456,2,7050,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(18457,2,7052,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(18458,2,7052,'/module/task/view/report.html.php','/module/task/view','file','M'),(18459,2,7052,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(18460,2,7054,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(18461,2,7054,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(18462,2,7054,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(18463,2,7054,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(18464,2,7055,'/module/action/css/trash.css','/module/action/css','file','M'),(18465,2,7055,'/module/common/model.php','/module/common','file','M'),(18466,2,7057,'/module/action/model.php','/module/action','file','M'),(18467,2,7057,'/module/block/control.php','/module/block','file','M'),(18468,2,7057,'/module/block/lang/en.php','/module/block/lang','file','M'),(18469,2,7057,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(18470,2,7057,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(18471,2,7057,'/module/product/control.php','/module/product','file','M'),(18472,2,7057,'/module/project/control.php','/module/project','file','M'),(18473,2,7058,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(18474,2,7058,'/module/release/css/view.css','/module/release/css','file','M'),(18475,2,7058,'/www/theme/default/style.css','/www/theme/default','file','M'),(18476,2,7060,'/module/bug/css/create.css','/module/bug/css','file','M'),(18477,2,7060,'/module/bug/js/common.js','/module/bug/js','file','M'),(18478,2,7060,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18479,2,7060,'/module/testsuite/model.php','/module/testsuite','file','M'),(18480,2,7060,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(18481,2,7061,'/module/block/css/dashboard.css','/module/block/css','file','M'),(18482,2,7062,'/www/js/my.full.js','/www/js','file','M'),(18483,2,7063,'/module/search/model.php','/module/search','file','M'),(18484,2,7064,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(18485,2,7065,'/module/user/control.php','/module/user','file','M'),(18486,2,7065,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(18487,2,7067,'/module/product/control.php','/module/product','file','M'),(18488,2,7067,'/module/product/view/view.html.php','/module/product/view','file','M'),(18489,2,7067,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(18490,2,7067,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(18491,2,7069,'/module/task/model.php','/module/task','file','M'),(18492,2,7069,'/www/theme/default/style.css','/www/theme/default','file','M'),(18493,2,7070,'/module/block/css/dashboard.css','/module/block/css','file','M'),(18494,2,7070,'/www/theme/default/style.css','/www/theme/default','file','M'),(18495,2,7071,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(18496,2,7071,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(18497,2,7072,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(18498,2,7074,'/module/doc/control.php','/module/doc','file','M'),(18499,2,7074,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18500,2,7076,'/www/js/zui/min.js','/www/js/zui','file','M'),(18501,2,7078,'/module/common/model.php','/module/common','file','M'),(18502,2,7078,'/module/task/model.php','/module/task','file','M'),(18503,2,7079,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(18504,2,7079,'/module/report/lang/en.php','/module/report/lang','file','M'),(18505,2,7079,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(18506,2,7079,'/module/story/view/report.html.php','/module/story/view','file','M'),(18507,2,7079,'/module/task/view/report.html.php','/module/task/view','file','M'),(18508,2,7079,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(18509,2,7081,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18510,2,7083,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(18511,2,7084,'/module/common/lang/en.php','/module/common/lang','file','M'),(18512,2,7086,'/module/story/config.php','/module/story','file','M'),(18513,2,7086,'/www/theme/default/style.css','/www/theme/default','file','M'),(18514,2,7087,'/module/common/lang/en.php','/module/common/lang','file','M'),(18515,2,7087,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(18516,2,7087,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(18517,2,7089,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(18518,2,7089,'/www/theme/default/style.css','/www/theme/default','file','M'),(18519,2,7091,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(18520,2,7091,'/module/common/view/header.html.php','/module/common/view','file','M'),(18521,2,7093,'/module/project/model.php','/module/project','file','M'),(18522,2,7095,'/www/js/my.full.js','/www/js','file','M'),(18523,2,7096,'/module/tree/model.php','/module/tree','file','M'),(18524,2,7098,'/module/bug/control.php','/module/bug','file','M'),(18525,2,7100,'/www/theme/default/style.css','/www/theme/default','file','M'),(18526,2,7102,'/module/doc/model.php','/module/doc','file','M'),(18527,2,7103,'/module/company/view/browse.html.php','/module/company/view','file','M'),(18528,2,7104,'/module/testcase/control.php','/module/testcase','file','M'),(18529,2,7105,'/module/custom/control.php','/module/custom','file','M'),(18530,2,7106,'/module/company/view/browse.html.php','/module/company/view','file','M'),(18531,2,7108,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(18532,2,7108,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(18533,2,7109,'/module/testtask/css/linkcase.css','/module/testtask/css','file','M'),(18534,2,7109,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(18535,2,7111,'/module/bug/js/common.js','/module/bug/js','file','M'),(18536,2,7111,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18537,2,7111,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(18538,2,7112,'/module/block/control.php','/module/block','file','M'),(18539,2,7113,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(18540,2,7114,'/module/company/control.php','/module/company','file','M'),(18541,2,7115,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(18542,2,7116,'/module/common/view/header.html.php','/module/common/view','file','M'),(18543,2,7117,'/module/user/view/bug.html.php','/module/user/view','file','M'),(18544,2,7117,'/module/user/view/project.html.php','/module/user/view','file','M'),(18545,2,7117,'/module/user/view/story.html.php','/module/user/view','file','M'),(18546,2,7117,'/module/user/view/task.html.php','/module/user/view','file','M'),(18547,2,7119,'/module/project/control.php','/module/project','file','M'),(18548,2,7119,'/module/task/model.php','/module/task','file','M'),(18549,2,7120,'/module/block/control.php','/module/block','file','M'),(18550,2,7120,'/module/testtask/js/results.js','/module/testtask/js','file','M'),(18551,2,7120,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(18552,2,7121,'/module/testtask/control.php','/module/testtask','file','M'),(18553,2,7121,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(18554,2,7121,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(18555,2,7123,'/module/common/lang/en.php','/module/common/lang','file','M'),(18556,2,7125,'/module/product/view/browse.html.php','/module/product/view','file','M'),(18557,2,7125,'/module/story/lang/en.php','/module/story/lang','file','M'),(18558,2,7125,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(18559,2,7125,'/module/story/model.php','/module/story','file','M'),(18560,2,7127,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(18561,2,7127,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(18562,2,7127,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(18563,2,7127,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(18564,2,7127,'/module/testcase/model.php','/module/testcase','file','M'),(18565,2,7129,'/config/zentaopms.php','/config','file','M'),(18566,2,7129,'/db/update10.3.1.sql','/db','file','A'),(18567,2,7129,'/module/action/model.php','/module/action','file','M'),(18568,2,7129,'/module/block/control.php','/module/block','file','M'),(18569,2,7129,'/module/bug/control.php','/module/bug','file','M'),(18570,2,7129,'/module/bug/model.php','/module/bug','file','M'),(18571,2,7129,'/module/common/model.php','/module/common','file','M'),(18572,2,7129,'/module/doc/control.php','/module/doc','file','M'),(18573,2,7129,'/module/doc/model.php','/module/doc','file','M'),(18574,2,7129,'/module/group/model.php','/module/group','file','M'),(18575,2,7129,'/module/product/model.php','/module/product','file','M'),(18576,2,7129,'/module/productplan/control.php','/module/productplan','file','M'),(18577,2,7129,'/module/project/control.php','/module/project','file','M'),(18578,2,7129,'/module/project/model.php','/module/project','file','M'),(18579,2,7129,'/module/release/control.php','/module/release','file','M'),(18580,2,7129,'/module/testcase/model.php','/module/testcase','file','M'),(18581,2,7129,'/module/testtask/control.php','/module/testtask','file','M'),(18582,2,7129,'/module/testtask/model.php','/module/testtask','file','M'),(18583,2,7129,'/module/user/control.php','/module/user','file','M'),(18584,2,7129,'/module/user/model.php','/module/user','file','M'),(18585,2,7130,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(18586,2,7131,'/www/theme/default/style.css','/www/theme/default','file','M'),(18587,2,7132,'/module/action/model.php','/module/action','file','M'),(18588,2,7132,'/module/project/model.php','/module/project','file','M'),(18589,2,7132,'/www/theme/default/style.css','/www/theme/default','file','M'),(18590,2,7134,'/www/theme/default/style.css','/www/theme/default','file','M'),(18591,2,7134,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18592,2,7135,'/module/project/view/activate.html.php','/module/project/view','file','M'),(18593,2,7136,'/module/action/model.php','/module/action','file','M'),(18594,2,7137,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18595,2,7138,'/module/block/model.php','/module/block','file','M'),(18596,2,7140,'/VERSION','/','file','M'),(18597,2,7140,'/config/config.php','/config','file','M'),(18598,2,7140,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(18599,2,7140,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(18600,2,7140,'/module/upgrade/model.php','/module/upgrade','file','M'),(18601,2,7142,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18602,2,7143,'/module/bug/js/common.js','/module/bug/js','file','M'),(18603,2,7143,'/module/build/model.php','/module/build','file','M'),(18604,2,7143,'/module/project/js/kanban.js','/module/project/js','file','M'),(18605,2,7143,'/module/project/view/create.html.php','/module/project/view','file','M'),(18606,2,7143,'/module/testtask/control.php','/module/testtask','file','M'),(18607,2,7143,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(18608,2,7143,'/module/tree/control.php','/module/tree','file','M'),(18609,2,7143,'/module/tree/model.php','/module/tree','file','M'),(18610,2,7143,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(18611,2,7145,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(18612,2,7145,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(18613,2,7145,'/www/theme/green/style.css','/www/theme/green','file','M'),(18614,2,7145,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(18615,2,7145,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(18616,2,7145,'/www/theme/red/style.css','/www/theme/red','file','M'),(18617,2,7145,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18618,2,7147,'/module/testtask/control.php','/module/testtask','file','M'),(18619,2,7147,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(18620,2,7148,'/module/doc/model.php','/module/doc','file','M'),(18621,2,7149,'/module/bug/config.php','/module/bug','file','M'),(18622,2,7149,'/module/file/control.php','/module/file','file','M'),(18623,2,7149,'/module/file/model.php','/module/file','file','M'),(18624,2,7149,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(18625,2,7150,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18626,2,7151,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(18627,2,7153,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18628,2,7154,'/module/story/view/change.html.php','/module/story/view','file','M'),(18629,2,7156,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(18630,2,7156,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(18631,2,7156,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(18632,2,7156,'/module/build/view/view.html.php','/module/build/view','file','M'),(18633,2,7156,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(18634,2,7156,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18635,2,7156,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(18636,2,7156,'/module/project/js/story.js','/module/project/js','file','M'),(18637,2,7156,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(18638,2,7156,'/module/project/view/story.html.php','/module/project/view','file','M'),(18639,2,7156,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(18640,2,7156,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(18641,2,7156,'/module/release/view/view.html.php','/module/release/view','file','M'),(18642,2,7156,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(18643,2,7156,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(18644,2,7156,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(18645,2,7156,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(18646,2,7157,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(18647,2,7157,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(18648,2,7157,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(18649,2,7157,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18650,2,7157,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(18651,2,7157,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(18652,2,7157,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(18653,2,7157,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18654,2,7157,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18655,2,7159,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18656,2,7159,'/module/story/view/create.html.php','/module/story/view','file','M'),(18657,2,7159,'/module/task/view/create.html.php','/module/task/view','file','M'),(18658,2,7159,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(18659,2,7159,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(18660,2,7159,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18661,2,7161,'/module/block/control.php','/module/block','file','M'),(18662,2,7161,'/module/block/model.php','/module/block','file','M'),(18663,2,7162,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(18664,2,7162,'/module/bug/css/batchedit.css','/module/bug/css','file','M'),(18665,2,7162,'/module/story/css/batchedit.css','/module/story/css','file','M'),(18666,2,7162,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(18667,2,7162,'/module/task/css/batchedit.css','/module/task/css','file','M'),(18668,2,7162,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(18669,2,7162,'/www/js/zui/min.js','/www/js/zui','file','M'),(18670,2,7164,'/www/js/zui/min.js','/www/js/zui','file','M'),(18671,2,7165,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(18672,2,7165,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(18673,2,7165,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(18674,2,7165,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(18675,2,7167,'/module/git/model.php','/module/git','file','M'),(18676,2,7168,'/module/task/model.php','/module/task','file','M'),(18677,2,7170,'/www/js/zui/min.js','/www/js/zui','file','M'),(18678,2,7172,'/module/git/model.php','/module/git','file','M'),(18679,2,7173,'/www/js/zui/min.js','/www/js/zui','file','M'),(18680,2,7174,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18681,2,7175,'/module/message/control.php','/module/message','file','M'),(18682,2,7175,'/www/theme/default/style.css','/www/theme/default','file','M'),(18683,2,7177,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(18684,2,7178,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18685,2,7180,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(18686,2,7180,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18687,2,7181,'/module/project/css/kanban.css','/module/project/css','file','M'),(18688,2,7181,'/module/project/js/kanban.js','/module/project/js','file','M'),(18689,2,7183,'/module/block/control.php','/module/block','file','M'),(18690,2,7185,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(18691,2,7186,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18692,2,7187,'/module/bug/model.php','/module/bug','file','M'),(18693,2,7187,'/module/story/model.php','/module/story','file','M'),(18694,2,7187,'/module/task/model.php','/module/task','file','M'),(18695,2,7187,'/module/testcase/model.php','/module/testcase','file','M'),(18696,2,7187,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(18697,2,7188,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(18698,2,7190,'/module/bug/control.php','/module/bug','file','M'),(18699,2,7190,'/module/bug/model.php','/module/bug','file','M'),(18700,2,7192,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18701,2,7194,'/module/testreport/control.php','/module/testreport','file','M'),(18702,2,7194,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(18703,2,7194,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(18704,2,7194,'/module/testreport/model.php','/module/testreport','file','M'),(18705,2,7194,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(18706,2,7195,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(18707,2,7196,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(18708,2,7196,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(18709,2,7197,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(18710,2,7197,'/module/task/control.php','/module/task','file','M'),(18711,2,7199,'/module/bug/model.php','/module/bug','file','M'),(18712,2,7201,'/module/tree/model.php','/module/tree','file','M'),(18713,2,7202,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(18714,2,7203,'/module/tree/model.php','/module/tree','file','M'),(18715,2,7204,'/module/block/control.php','/module/block','file','M'),(18716,2,7206,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(18717,2,7206,'/module/user/control.php','/module/user','file','M'),(18718,2,7206,'/module/user/js/common.js','/module/user/js','file','M'),(18719,2,7206,'/module/user/js/login.js','/module/user/js','file','M'),(18720,2,7206,'/module/user/model.php','/module/user','file','M'),(18721,2,7208,'/module/bug/js/common.js','/module/bug/js','file','M'),(18722,2,7208,'/module/build/control.php','/module/build','file','M'),(18723,2,7208,'/module/build/model.php','/module/build','file','M'),(18724,2,7210,'/module/my/view/todo.html.php','/module/my/view','file','M'),(18725,2,7210,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(18726,2,7212,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(18727,2,7214,'/module/common/model.php','/module/common','file','M'),(18728,2,7215,'/module/common/lang/en.php','/module/common/lang','file','M'),(18729,2,7217,'/module/tree/control.php','/module/tree','file','M'),(18730,2,7217,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(18731,2,7217,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(18732,2,7217,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(18733,2,7219,'/module/task/model.php','/module/task','file','M'),(18734,2,7221,'/module/project/control.php','/module/project','file','M'),(18735,2,7221,'/module/project/view/create.html.php','/module/project/view','file','M'),(18736,2,7223,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(18737,2,7224,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(18738,2,7225,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(18739,2,7226,'/module/bug/control.php','/module/bug','file','M'),(18740,2,7226,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18741,2,7226,'/module/product/model.php','/module/product','file','M'),(18742,2,7226,'/module/story/control.php','/module/story','file','M'),(18743,2,7227,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','M'),(18744,2,7228,'/module/group/css/manageview.css','/module/group/css','file','M'),(18745,2,7228,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(18746,2,7229,'/module/webhook/control.php','/module/webhook','file','M'),(18747,2,7229,'/module/webhook/model.php','/module/webhook','file','M'),(18748,2,7230,'/module/project/model.php','/module/project','file','M'),(18749,2,7231,'/module/message/model.php','/module/message','file','M'),(18750,2,7232,'/module/user/control.php','/module/user','file','M'),(18751,2,7232,'/module/user/model.php','/module/user','file','M'),(18752,2,7233,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(18753,2,7233,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(18754,2,7234,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(18755,2,7234,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(18756,2,7235,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(18757,2,7235,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(18758,2,7236,'/www/js/zui/min.js','/www/js/zui','file','M'),(18759,2,7237,'/module/user/css/login.css','/module/user/css','file','M'),(18760,2,7237,'/www/js/zui/min.js','/www/js/zui','file','M'),(18761,2,7237,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18762,2,7238,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(18763,2,7239,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(18764,2,7239,'/module/testcase/view/bugs.html.php','/module/testcase/view','file','M'),(18765,2,7240,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(18766,2,7241,'/module/my/view/task.html.php','/module/my/view','file','M'),(18767,2,7242,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(18768,2,7244,'/module/tree/control.php','/module/tree','file','M'),(18769,2,7246,'/module/user/model.php','/module/user','file','M'),(18770,2,7247,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18771,2,7248,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(18772,2,7250,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18773,2,7250,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(18774,2,7250,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(18775,2,7250,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(18776,2,7250,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(18777,2,7251,'/doc/CHANGELOG','/doc','file','M'),(18778,2,7254,'/www/js/zui/min.js','/www/js/zui','file','M'),(18779,2,7255,'/module/block/control.php','/module/block','file','M'),(18780,2,7256,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18781,2,7257,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18782,2,7258,'/VERSION','/','file','M'),(18783,2,7258,'/config/config.php','/config','file','M'),(18784,2,7258,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(18785,2,7258,'/module/upgrade/model.php','/module/upgrade','file','M'),(18786,2,7260,'/module/task/model.php','/module/task','file','M'),(18787,2,7262,'/www/js/zui/min.js','/www/js/zui','file','M'),(18788,2,7264,'/module/file/control.php','/module/file','file','M'),(18789,2,7264,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(18790,2,7266,'/www/js/zui/min.js','/www/js/zui','file','M'),(18791,2,7267,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(18792,2,7269,'/framework/helper.class.php','/framework','file','M'),(18793,2,7269,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','M'),(18794,2,7270,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18795,2,7271,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18796,2,7272,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18797,2,7273,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(18798,2,7274,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(18799,2,7276,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(18800,2,7277,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(18801,2,7278,'/module/project/view/task.html.php','/module/project/view','file','M'),(18802,2,7278,'/module/task/model.php','/module/task','file','M'),(18803,2,7279,'/module/bug/css/create.css','/module/bug/css','file','M'),(18804,2,7279,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(18805,2,7280,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(18806,2,7281,'/module/productplan/model.php','/module/productplan','file','M'),(18807,2,7282,'/module/my/view/bug.html.php','/module/my/view','file','M'),(18808,2,7283,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(18809,2,7283,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(18810,2,7283,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','D'),(18811,2,7283,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','D'),(18812,2,7284,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(18813,2,7285,'/module/common/model.php','/module/common','file','M'),(18814,2,7285,'/module/project/model.php','/module/project','file','M'),(18815,2,7287,'/module/project/model.php','/module/project','file','M'),(18816,2,7287,'/module/tree/model.php','/module/tree','file','M'),(18817,2,7288,'/module/project/model.php','/module/project','file','M'),(18818,2,7288,'/module/task/control.php','/module/task','file','M'),(18819,2,7289,'/module/file/control.php','/module/file','file','M'),(18820,2,7289,'/module/file/model.php','/module/file','file','M'),(18821,2,7290,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(18822,2,7292,'/module/story/control.php','/module/story','file','M'),(18823,2,7294,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(18824,2,7295,'/Makefile','/','file','M'),(18825,2,7296,'/VERSION','/','file','M'),(18826,2,7296,'/config/config.php','/config','file','M'),(18827,2,7296,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(18828,2,7296,'/module/upgrade/model.php','/module/upgrade','file','M'),(18829,2,7297,'/lib/phpmailer/phpmailer.class.php','/lib/phpmailer','file','M'),(18830,2,7299,'/www/js/zui/min.js','/www/js/zui','file','M'),(18831,2,7301,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(18832,2,7302,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(18833,2,7304,'/module/my/control.php','/module/my','file','M'),(18834,2,7304,'/module/my/view/todo.html.php','/module/my/view','file','M'),(18835,2,7304,'/module/todo/control.php','/module/todo','file','M'),(18836,2,7304,'/module/todo/css/assignto.css','/module/todo/css','file','A'),(18837,2,7304,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(18838,2,7304,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(18839,2,7305,'/module/task/view/edit.html.php','/module/task/view','file','M'),(18840,2,7307,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(18841,2,7308,'/module/task/view/edit.html.php','/module/task/view','file','M'),(18842,2,7309,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(18843,2,7310,'/module/task/control.php','/module/task','file','M'),(18844,2,7312,'/module/project/view/all.html.php','/module/project/view','file','M'),(18845,2,7313,'/module/task/control.php','/module/task','file','M'),(18846,2,7313,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(18847,2,7313,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(18848,2,7316,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(18849,2,7316,'/module/report/lang/en.php','/module/report/lang','file','M'),(18850,2,7318,'/module/task/model.php','/module/task','file','M'),(18851,2,7320,'/module/report/model.php','/module/report','file','M'),(18852,2,7322,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18853,2,7324,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(18854,2,7324,'/www/js/zui/min.js','/www/js/zui','file','M'),(18855,2,7324,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18856,2,7325,'/module/block/control.php','/module/block','file','M'),(18857,2,7326,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(18858,2,7328,'/module/testcase/view/import.html.php','/module/testcase/view','file','M'),(18859,2,7329,'/module/release/model.php','/module/release','file','M'),(18860,2,7330,'/module/bug/model.php','/module/bug','file','M'),(18861,2,7330,'/module/build/model.php','/module/build','file','M'),(18862,2,7330,'/module/doc/model.php','/module/doc','file','M'),(18863,2,7330,'/module/product/model.php','/module/product','file','M'),(18864,2,7330,'/module/project/model.php','/module/project','file','M'),(18865,2,7330,'/module/release/model.php','/module/release','file','M'),(18866,2,7330,'/module/story/model.php','/module/story','file','M'),(18867,2,7332,'/module/custom/model.php','/module/custom','file','M'),(18868,2,7332,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(18869,2,7332,'/module/story/model.php','/module/story','file','M'),(18870,2,7332,'/module/task/control.php','/module/task','file','M'),(18871,2,7332,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(18872,2,7334,'/module/testreport/control.php','/module/testreport','file','M'),(18873,2,7334,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(18874,2,7335,'/config/filter.php','/config','file','M'),(18875,2,7335,'/module/sso/control.php','/module/sso','file','M'),(18876,2,7336,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(18877,2,7338,'/module/common/lang/en.php','/module/common/lang','file','M'),(18878,2,7339,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(18879,2,7339,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(18880,2,7339,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(18881,2,7339,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(18882,2,7339,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(18883,2,7339,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(18884,2,7341,'/module/project/view/story.html.php','/module/project/view','file','M'),(18885,2,7341,'/module/story/control.php','/module/story','file','M'),(18886,2,7343,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(18887,2,7343,'/module/product/view/all.html.php','/module/product/view','file','M'),(18888,2,7343,'/module/product/view/build.html.php','/module/product/view','file','M'),(18889,2,7343,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(18890,2,7343,'/module/project/view/story.html.php','/module/project/view','file','M'),(18891,2,7343,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(18892,2,7343,'/module/project/view/task.html.php','/module/project/view','file','M'),(18893,2,7343,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(18894,2,7343,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(18895,2,7343,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(18896,2,7344,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(18897,2,7346,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(18898,2,7346,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(18899,2,7346,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(18900,2,7346,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(18901,2,7346,'/module/report/view/workload.html.php','/module/report/view','file','M'),(18902,2,7348,'/module/bug/model.php','/module/bug','file','M'),(18903,2,7348,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(18904,2,7348,'/module/story/model.php','/module/story','file','M'),(18905,2,7348,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(18906,2,7348,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(18907,2,7348,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(18908,2,7350,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(18909,2,7352,'/module/file/view/export.html.php','/module/file/view','file','M'),(18910,2,7353,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(18911,2,7354,'/module/common/model.php','/module/common','file','M'),(18912,2,7355,'/www/theme/default/style.css','/www/theme/default','file','M'),(18913,2,7356,'/doc/CHANGELOG','/doc','file','M'),(18914,2,7356,'/module/bug/control.php','/module/bug','file','M'),(18915,2,7356,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(18916,2,7356,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(18917,2,7356,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(18918,2,7357,'/module/common/lang/en.php','/module/common/lang','file','M'),(18919,2,7357,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(18920,2,7357,'/module/report/lang/en.php','/module/report/lang','file','M'),(18921,2,7359,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(18922,2,7361,'/module/doc/control.php','/module/doc','file','M'),(18923,2,7361,'/module/doc/model.php','/module/doc','file','M'),(18924,2,7361,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(18925,2,7361,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(18926,2,7362,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(18927,2,7362,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(18928,2,7363,'/module/project/control.php','/module/project','file','M'),(18929,2,7364,'/module/story/control.php','/module/story','file','M'),(18930,2,7364,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(18931,2,7365,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(18932,2,7365,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(18933,2,7366,'/module/project/control.php','/module/project','file','M'),(18934,2,7366,'/module/project/view/edit.html.php','/module/project/view','file','M'),(18935,2,7368,'/module/project/control.php','/module/project','file','M'),(18936,2,7368,'/module/project/view/create.html.php','/module/project/view','file','M'),(18937,2,7370,'/module/branch/model.php','/module/branch','file','M'),(18938,2,7372,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(18939,2,7372,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(18940,2,7372,'/module/product/control.php','/module/product','file','M'),(18941,2,7372,'/module/product/view/create.html.php','/module/product/view','file','M'),(18942,2,7372,'/module/story/view/create.html.php','/module/story/view','file','M'),(18943,2,7372,'/module/story/view/edit.html.php','/module/story/view','file','M'),(18944,2,7372,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(18945,2,7372,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(18946,2,7372,'/module/tree/control.php','/module/tree','file','M'),(18947,2,7374,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(18948,2,7376,'/module/action/lang/en.php','/module/action/lang','file','M'),(18949,2,7376,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(18950,2,7376,'/module/my/lang/en.php','/module/my/lang','file','M'),(18951,2,7376,'/module/product/lang/en.php','/module/product/lang','file','M'),(18952,2,7376,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(18953,2,7376,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(18954,2,7376,'/module/user/lang/en.php','/module/user/lang','file','M'),(18955,2,7376,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(18956,2,7377,'/module/install/js/common.js','/module/install/js','file','A'),(18957,2,7377,'/module/upgrade/js/common.js','/module/upgrade/js','file','A'),(18958,2,7378,'/module/task/view/create.html.php','/module/task/view','file','M'),(18959,2,7378,'/module/task/view/edit.html.php','/module/task/view','file','M'),(18960,2,7380,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(18961,2,7380,'/module/project/control.php','/module/project','file','M'),(18962,2,7380,'/module/project/model.php','/module/project','file','M'),(18963,2,7380,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(18964,2,7380,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(18965,2,7382,'/module/project/view/create.html.php','/module/project/view','file','M'),(18966,2,7383,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(18967,2,7385,'/module/task/js/common.js','/module/task/js','file','M'),(18968,2,7385,'/module/task/js/create.js','/module/task/js','file','M'),(18969,2,7386,'/module/project/model.php','/module/project','file','M'),(18970,2,7387,'/module/group/lang/resource.php','/module/group/lang','file','M'),(18971,2,7387,'/module/story/view/view.html.php','/module/story/view','file','M'),(18972,2,7387,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(18973,2,7387,'/module/upgrade/model.php','/module/upgrade','file','M'),(18974,2,7388,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(18975,2,7388,'/module/project/view/build.html.php','/module/project/view','file','M'),(18976,2,7388,'/module/release/view/browse.html.php','/module/release/view','file','M'),(18977,2,7388,'/www/js/my.full.js','/www/js','file','M'),(18978,2,7389,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(18979,2,7389,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(18980,2,7389,'/module/report/lang/en.php','/module/report/lang','file','M'),(18981,2,7389,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(18982,2,7389,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(18983,2,7389,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(18984,2,7389,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(18985,2,7389,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(18986,2,7389,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(18987,2,7389,'/module/report/view/workload.html.php','/module/report/view','file','M'),(18988,2,7391,'/module/my/js/todo.js','/module/my/js','file','M'),(18989,2,7391,'/www/js/zui/min.js','/www/js/zui','file','M'),(18990,2,7393,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(18991,2,7393,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(18992,2,7393,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(18993,2,7395,'/module/product/view/browse.html.php','/module/product/view','file','M'),(18994,2,7395,'/module/story/model.php','/module/story','file','M'),(18995,2,7396,'/module/message/css/setting.css','/module/message/css','file','M'),(18996,2,7398,'/module/task/model.php','/module/task','file','M'),(18997,2,7399,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(18998,2,7400,'/module/task/control.php','/module/task','file','M'),(18999,2,7400,'/module/task/lang/en.php','/module/task/lang','file','M'),(19000,2,7400,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(19001,2,7402,'/module/common/model.php','/module/common','file','M'),(19002,2,7402,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(19003,2,7402,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(19004,2,7402,'/module/project/view/task.html.php','/module/project/view','file','M'),(19005,2,7402,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(19006,2,7402,'/module/project/view/tree.html.php','/module/project/view','file','M'),(19007,2,7404,'/www/js/zui/min.js','/www/js/zui','file','M'),(19008,2,7405,'/module/bug/js/common.js','/module/bug/js','file','M'),(19009,2,7405,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(19010,2,7407,'/module/story/view/create.html.php','/module/story/view','file','M'),(19011,2,7408,'/db/update10.0.sql','/db','file','M'),(19012,2,7408,'/module/project/lang/en.php','/module/project/lang','file','M'),(19013,2,7408,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(19014,2,7408,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(19015,2,7410,'/module/task/model.php','/module/task','file','M'),(19016,2,7413,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(19017,2,7413,'/module/common/model.php','/module/common','file','M'),(19018,2,7414,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(19019,2,7414,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19020,2,7414,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(19021,2,7414,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(19022,2,7414,'/module/doc/model.php','/module/doc','file','M'),(19023,2,7414,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(19024,2,7414,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(19025,2,7414,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(19026,2,7414,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(19027,2,7414,'/module/group/lang/resource.php','/module/group/lang','file','M'),(19028,2,7414,'/module/project/view/view.html.php','/module/project/view','file','M'),(19029,2,7416,'/lib/snoopy/snoopy.class.php','/lib/snoopy','file','M'),(19030,2,7418,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19031,2,7418,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(19032,2,7418,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(19033,2,7418,'/module/doc/model.php','/module/doc','file','M'),(19034,2,7418,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(19035,2,7418,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(19036,2,7418,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(19037,2,7418,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(19038,2,7418,'/module/group/lang/resource.php','/module/group/lang','file','M'),(19039,2,7418,'/module/project/view/view.html.php','/module/project/view','file','M'),(19040,2,7419,'/module/productplan/control.php','/module/productplan','file','M'),(19041,2,7419,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(19042,2,7421,'/module/product/css/browse.css','/module/product/css','file','M'),(19043,2,7421,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19044,2,7423,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(19045,2,7423,'/module/bug/js/common.js','/module/bug/js','file','M'),(19046,2,7423,'/module/bug/js/create.js','/module/bug/js','file','M'),(19047,2,7423,'/module/doc/js/common.js','/module/doc/js','file','M'),(19048,2,7423,'/module/file/view/export.html.php','/module/file/view','file','M'),(19049,2,7423,'/module/product/js/create.js','/module/product/js','file','M'),(19050,2,7423,'/module/story/js/batchedit.js','/module/story/js','file','M'),(19051,2,7423,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(19052,2,7423,'/module/task/js/edit.js','/module/task/js','file','M'),(19053,2,7423,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(19054,2,7423,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(19055,2,7423,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(19056,2,7423,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(19057,2,7423,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(19058,2,7423,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(19059,2,7423,'/module/testtask/js/edit.js','/module/testtask/js','file','M'),(19060,2,7423,'/www/js/my.full.js','/www/js','file','M'),(19061,2,7424,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(19062,2,7425,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(19063,2,7426,'/VERSION','/','file','M'),(19064,2,7426,'/config/config.php','/config','file','M'),(19065,2,7426,'/doc/CHANGELOG','/doc','file','M'),(19066,2,7426,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(19067,2,7426,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(19068,2,7426,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(19069,2,7426,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(19070,2,7426,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','A'),(19071,2,7426,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(19072,2,7426,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(19073,2,7427,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(19074,2,7427,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(19075,2,7429,'/module/bug/control.php','/module/bug','file','M'),(19076,2,7429,'/module/bug/model.php','/module/bug','file','M'),(19077,2,7429,'/module/common/model.php','/module/common','file','M'),(19078,2,7429,'/module/custom/model.php','/module/custom','file','M'),(19079,2,7429,'/module/project/model.php','/module/project','file','M'),(19080,2,7429,'/module/testcase/model.php','/module/testcase','file','M'),(19081,2,7430,'/framework/helper.class.php','/framework','file','M'),(19082,2,7432,'/module/custom/model.php','/module/custom','file','M'),(19083,2,7434,'/module/project/js/kanban.js','/module/project/js','file','M'),(19084,2,7436,'/module/bug/js/browse.js','/module/bug/js','file','M'),(19085,2,7436,'/module/bug/model.php','/module/bug','file','M'),(19086,2,7436,'/module/common/lang/en.php','/module/common/lang','file','M'),(19087,2,7436,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(19088,2,7436,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(19089,2,7436,'/module/common/model.php','/module/common','file','M'),(19090,2,7436,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(19091,2,7436,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19092,2,7436,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(19093,2,7436,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(19094,2,7436,'/module/testcase/model.php','/module/testcase','file','M'),(19095,2,7436,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(19096,2,7437,'/module/block/model.php','/module/block','file','M'),(19097,2,7437,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(19098,2,7437,'/module/project/view/build.html.php','/module/project/view','file','M'),(19099,2,7437,'/module/release/view/browse.html.php','/module/release/view','file','M'),(19100,2,7438,'/module/story/model.php','/module/story','file','M'),(19101,2,7438,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(19102,2,7440,'/module/project/js/common.js','/module/project/js','file','M'),(19103,2,7440,'/module/project/view/edit.html.php','/module/project/view','file','M'),(19104,2,7441,'/module/project/css/task.css','/module/project/css','file','M'),(19105,2,7441,'/module/project/view/view.html.php','/module/project/view','file','M'),(19106,2,7441,'/module/story/view/review.html.php','/module/story/view','file','M'),(19107,2,7441,'/module/task/js/common.js','/module/task/js','file','M'),(19108,2,7441,'/module/task/view/view.html.php','/module/task/view','file','M'),(19109,2,7442,'/module/common/model.php','/module/common','file','M'),(19110,2,7442,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19111,2,7442,'/module/custom/model.php','/module/custom','file','M'),(19112,2,7442,'/module/project/model.php','/module/project','file','M'),(19113,2,7443,'/module/project/model.php','/module/project','file','M'),(19114,2,7445,'/module/project/control.php','/module/project','file','M'),(19115,2,7445,'/module/project/lang/en.php','/module/project/lang','file','M'),(19116,2,7445,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(19117,2,7446,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(19118,2,7448,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(19119,2,7448,'/module/common/lang/en.php','/module/common/lang','file','M'),(19120,2,7448,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(19121,2,7448,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(19122,2,7448,'/module/common/model.php','/module/common','file','M'),(19123,2,7448,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19124,2,7448,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(19125,2,7448,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(19126,2,7448,'/module/project/model.php','/module/project','file','M'),(19127,2,7448,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(19128,2,7448,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(19129,2,7448,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(19130,2,7448,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(19131,2,7448,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(19132,2,7450,'/module/common/model.php','/module/common','file','M'),(19133,2,7450,'/module/doc/model.php','/module/doc','file','M'),(19134,2,7450,'/module/user/model.php','/module/user','file','M'),(19135,2,7452,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(19136,2,7453,'/module/testcase/control.php','/module/testcase','file','M'),(19137,2,7454,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(19138,2,7456,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(19139,2,7458,'/module/file/model.php','/module/file','file','M'),(19140,2,7459,'/module/group/lang/resource.php','/module/group/lang','file','M'),(19141,2,7459,'/module/project/lang/en.php','/module/project/lang','file','M'),(19142,2,7459,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(19143,2,7461,'/module/bug/model.php','/module/bug','file','M'),(19144,2,7463,'/module/build/control.php','/module/build','file','M'),(19145,2,7463,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(19146,2,7465,'/module/block/config.php','/module/block','file','M'),(19147,2,7465,'/module/block/control.php','/module/block','file','M'),(19148,2,7465,'/module/block/lang/en.php','/module/block/lang','file','M'),(19149,2,7465,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(19150,2,7465,'/module/block/model.php','/module/block','file','M'),(19151,2,7465,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(19152,2,7467,'/module/product/model.php','/module/product','file','M'),(19153,2,7467,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(19154,2,7468,'/db/update10.0.sql','/db','file','M'),(19155,2,7468,'/db/zentao.sql','/db','file','M'),(19156,2,7468,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(19157,2,7468,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(19158,2,7468,'/module/webhook/model.php','/module/webhook','file','M'),(19159,2,7468,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(19160,2,7468,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(19161,2,7469,'/www/js/zui/min.js','/www/js/zui','file','M'),(19162,2,7471,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(19163,2,7473,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(19164,2,7473,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(19165,2,7473,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(19166,2,7473,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(19167,2,7473,'/www/js/zui/min.js','/www/js/zui','file','M'),(19168,2,7475,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(19169,2,7475,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(19170,2,7475,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(19171,2,7475,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(19172,2,7476,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(19173,2,7476,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(19174,2,7476,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(19175,2,7476,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(19176,2,7478,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(19177,2,7479,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(19178,2,7479,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19179,2,7481,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(19180,2,7484,'/module/task/model.php','/module/task','file','M'),(19181,2,7486,'/module/product/js/browse.js','/module/product/js','file','M'),(19182,2,7486,'/module/story/model.php','/module/story','file','M'),(19183,2,7488,'/module/productplan/control.php','/module/productplan','file','M'),(19184,2,7488,'/module/story/view/create.html.php','/module/story/view','file','M'),(19185,2,7488,'/module/story/view/edit.html.php','/module/story/view','file','M'),(19186,2,7489,'/module/product/control.php','/module/product','file','M'),(19187,2,7489,'/module/product/view/create.html.php','/module/product/view','file','M'),(19188,2,7489,'/module/tree/control.php','/module/tree','file','M'),(19189,2,7489,'/module/tree/css/common.css','/module/tree/css','file','M'),(19190,2,7489,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(19191,2,7492,'/module/story/model.php','/module/story','file','M'),(19192,2,7493,'/www/js/zui/min.js','/www/js/zui','file','M'),(19193,2,7495,'/module/task/model.php','/module/task','file','M'),(19194,2,7496,'/module/todo/model.php','/module/todo','file','M'),(19195,2,7498,'/module/project/control.php','/module/project','file','M'),(19196,2,7498,'/module/story/model.php','/module/story','file','M'),(19197,2,7498,'/module/story/view/edit.html.php','/module/story/view','file','M'),(19198,2,7500,'/module/task/lang/en.php','/module/task/lang','file','M'),(19199,2,7500,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(19200,2,7500,'/module/task/model.php','/module/task','file','M'),(19201,2,7500,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(19202,2,7500,'/module/task/view/pause.html.php','/module/task/view','file','M'),(19203,2,7500,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(19204,2,7502,'/www/js/zui/min.js','/www/js/zui','file','M'),(19205,2,7503,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(19206,2,7503,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(19207,2,7503,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(19208,2,7503,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(19209,2,7503,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(19210,2,7503,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(19211,2,7503,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(19212,2,7503,'/module/build/view/edit.html.php','/module/build/view','file','M'),(19213,2,7503,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(19214,2,7503,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(19215,2,7503,'/module/extension/view/uninstall.html.php','/module/extension/view','file','M'),(19216,2,7503,'/module/extension/view/waring.htm.php','/module/extension/view','file','M'),(19217,2,7503,'/module/group/view/edit.html.php','/module/group/view','file','M'),(19218,2,7503,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(19219,2,7503,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(19220,2,7503,'/module/product/view/close.html.php','/module/product/view','file','M'),(19221,2,7503,'/module/product/view/edit.html.php','/module/product/view','file','M'),(19222,2,7503,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(19223,2,7503,'/module/project/view/activate.html.php','/module/project/view','file','M'),(19224,2,7503,'/module/project/view/close.html.php','/module/project/view','file','M'),(19225,2,7503,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(19226,2,7503,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(19227,2,7503,'/module/project/view/start.html.php','/module/project/view','file','M'),(19228,2,7503,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(19229,2,7503,'/module/story/view/activate.html.php','/module/story/view','file','M'),(19230,2,7503,'/module/story/view/close.html.php','/module/story/view','file','M'),(19231,2,7503,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(19232,2,7503,'/module/task/view/activate.html.php','/module/task/view','file','M'),(19233,2,7503,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(19234,2,7503,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(19235,2,7503,'/module/task/view/close.html.php','/module/task/view','file','M'),(19236,2,7503,'/module/task/view/finish.html.php','/module/task/view','file','M'),(19237,2,7503,'/module/task/view/pause.html.php','/module/task/view','file','M'),(19238,2,7503,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(19239,2,7503,'/module/task/view/start.html.php','/module/task/view','file','M'),(19240,2,7503,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(19241,2,7503,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(19242,2,7506,'/module/task/model.php','/module/task','file','M'),(19243,2,7507,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19244,2,7508,'/module/company/css/browse.css','/module/company/css','file','M'),(19245,2,7508,'/module/company/view/browse.html.php','/module/company/view','file','M'),(19246,2,7510,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(19247,2,7510,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(19248,2,7510,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(19249,2,7510,'/module/my/lang/en.php','/module/my/lang','file','M'),(19250,2,7510,'/module/project/lang/en.php','/module/project/lang','file','M'),(19251,2,7510,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(19252,2,7510,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(19253,2,7510,'/module/user/lang/en.php','/module/user/lang','file','M'),(19254,2,7512,'/www/js/zui/min.js','/www/js/zui','file','M'),(19255,2,7512,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19256,2,7514,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(19257,2,7515,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(19258,2,7517,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(19259,2,7517,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(19260,2,7518,'/www/js/zui/min.js','/www/js/zui','file','M'),(19261,2,7519,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(19262,2,7519,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(19263,2,7520,'/module/bug/control.php','/module/bug','file','M'),(19264,2,7520,'/module/bug/js/edit.js','/module/bug/js','file','M'),(19265,2,7520,'/module/bug/model.php','/module/bug','file','M'),(19266,2,7520,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(19267,2,7520,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(19268,2,7520,'/module/story/control.php','/module/story','file','M'),(19269,2,7520,'/module/story/model.php','/module/story','file','M'),(19270,2,7520,'/module/story/view/edit.html.php','/module/story/view','file','M'),(19271,2,7520,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(19272,2,7520,'/module/testcase/control.php','/module/testcase','file','M'),(19273,2,7520,'/module/testcase/css/edit.css','/module/testcase/css','file','M'),(19274,2,7520,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(19275,2,7520,'/module/testcase/model.php','/module/testcase','file','M'),(19276,2,7520,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(19277,2,7520,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(19278,2,7522,'/Makefile','/','file','M'),(19279,2,7522,'/lib/snoopy/snoopy.class.php','/lib/snoopy','file','M'),(19280,2,7522,'/module/common/model.php','/module/common','file','M'),(19281,2,7523,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(19282,2,7524,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(19283,2,7525,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(19284,2,7527,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(19285,2,7528,'/module/group/view/browse.html.php','/module/group/view','file','M'),(19286,2,7531,'/module/common/model.php','/module/common','file','M'),(19287,2,7531,'/module/todo/model.php','/module/todo','file','M'),(19288,2,7533,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(19289,2,7534,'/www/js/zui/min.js','/www/js/zui','file','M'),(19290,2,7534,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19291,2,7535,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(19292,2,7535,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19293,2,7535,'/www/theme/green/style.css','/www/theme/green','file','M'),(19294,2,7535,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(19295,2,7535,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(19296,2,7535,'/www/theme/red/style.css','/www/theme/red','file','M'),(19297,2,7536,'/module/story/control.php','/module/story','file','M'),(19298,2,7536,'/module/story/js/edit.js','/module/story/js','file','M'),(19299,2,7536,'/module/story/model.php','/module/story','file','M'),(19300,2,7536,'/module/story/view/edit.html.php','/module/story/view','file','M'),(19301,2,7536,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(19302,2,7540,'/module/task/js/create.js','/module/task/js','file','M'),(19303,2,7540,'/module/task/js/edit.js','/module/task/js','file','M'),(19304,2,7540,'/module/task/view/create.html.php','/module/task/view','file','M'),(19305,2,7540,'/module/task/view/edit.html.php','/module/task/view','file','M'),(19306,2,7542,'/module/upgrade/model.php','/module/upgrade','file','M'),(19307,2,7544,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(19308,2,7544,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(19309,2,7544,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(19310,2,7544,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(19311,2,7544,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(19312,2,7544,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(19313,2,7544,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(19314,2,7544,'/module/user/view/login.html.php','/module/user/view','file','M'),(19315,2,7545,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19316,2,7548,'/module/search/control.php','/module/search','file','M'),(19317,2,7548,'/module/search/lang/en.php','/module/search/lang','file','M'),(19318,2,7548,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(19319,2,7548,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(19320,2,7549,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(19321,2,7549,'/module/task/lang/en.php','/module/task/lang','file','M'),(19322,2,7549,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(19323,2,7550,'/module/block/lang/en.php','/module/block/lang','file','M'),(19324,2,7550,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(19325,2,7550,'/module/install/lang/en.php','/module/install/lang','file','M'),(19326,2,7550,'/module/install/view/step4.html.php','/module/install/view','file','M'),(19327,2,7550,'/module/product/lang/en.php','/module/product/lang','file','M'),(19328,2,7550,'/module/project/lang/en.php','/module/project/lang','file','M'),(19329,2,7550,'/module/project/view/team.html.php','/module/project/view','file','M'),(19330,2,7550,'/module/release/lang/en.php','/module/release/lang','file','M'),(19331,2,7550,'/module/story/lang/en.php','/module/story/lang','file','M'),(19332,2,7550,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(19333,2,7550,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(19334,2,7551,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19335,2,7551,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19336,2,7554,'/module/user/lang/en.php','/module/user/lang','file','M'),(19337,2,7554,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(19338,2,7557,'/module/install/model.php','/module/install','file','M'),(19339,2,7558,'/module/productplan/control.php','/module/productplan','file','M'),(19340,2,7560,'/module/story/view/view.html.php','/module/story/view','file','M'),(19341,2,7562,'/db/update10.0.sql','/db','file','M'),(19342,2,7562,'/db/zentao.sql','/db','file','M'),(19343,2,7564,'/module/task/model.php','/module/task','file','M'),(19344,2,7566,'/module/block/control.php','/module/block','file','M'),(19345,2,7566,'/module/block/model.php','/module/block','file','M'),(19346,2,7566,'/module/common/model.php','/module/common','file','M'),(19347,2,7566,'/module/sso/control.php','/module/sso','file','M'),(19348,2,7568,'/module/custom/config.php','/module/custom','file','M'),(19349,2,7568,'/module/custom/control.php','/module/custom','file','M'),(19350,2,7568,'/module/custom/model.php','/module/custom','file','M'),(19351,2,7570,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(19352,2,7570,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(19353,2,7570,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(19354,2,7570,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(19355,2,7570,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(19356,2,7570,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(19357,2,7570,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(19358,2,7570,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(19359,2,7570,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(19360,2,7570,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(19361,2,7570,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(19362,2,7570,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(19363,2,7570,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(19364,2,7570,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(19365,2,7570,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(19366,2,7571,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19367,2,7572,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(19368,2,7572,'/www/js/zui/min.js','/www/js/zui','file','M'),(19369,2,7573,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19370,2,7575,'/module/productplan/model.php','/module/productplan','file','M'),(19371,2,7575,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(19372,2,7575,'/module/story/control.php','/module/story','file','M'),(19373,2,7575,'/www/js/my.full.js','/www/js','file','M'),(19374,2,7576,'/module/block/control.php','/module/block','file','M'),(19375,2,7576,'/module/block/model.php','/module/block','file','M'),(19376,2,7577,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19377,2,7579,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(19378,2,7579,'/module/build/view/view.html.php','/module/build/view','file','M'),(19379,2,7579,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(19380,2,7579,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(19381,2,7579,'/module/release/view/view.html.php','/module/release/view','file','M'),(19382,2,7579,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(19383,2,7579,'/module/story/view/view.html.php','/module/story/view','file','M'),(19384,2,7579,'/module/task/view/view.html.php','/module/task/view','file','M'),(19385,2,7579,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(19386,2,7579,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(19387,2,7579,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(19388,2,7579,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(19389,2,7579,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(19390,2,7579,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(19391,2,7579,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(19392,2,7579,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(19393,2,7579,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(19394,2,7579,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(19395,2,7579,'/www/theme/default/style.css','/www/theme/default','file','M'),(19396,2,7579,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19397,2,7582,'/module/block/control.php','/module/block','file','M'),(19398,2,7583,'/module/common/model.php','/module/common','file','M'),(19399,2,7583,'/module/project/model.php','/module/project','file','M'),(19400,2,7583,'/module/task/model.php','/module/task','file','M'),(19401,2,7584,'/module/bug/config.php','/module/bug','file','M'),(19402,2,7584,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(19403,2,7586,'/module/doc/model.php','/module/doc','file','M'),(19404,2,7588,'/module/doc/model.php','/module/doc','file','M'),(19405,2,7589,'/module/task/view/view.html.php','/module/task/view','file','M'),(19406,2,7591,'/module/project/css/story.css','/module/project/css','file','M'),(19407,2,7591,'/module/project/view/story.html.php','/module/project/view','file','M'),(19408,2,7591,'/module/project/view/task.html.php','/module/project/view','file','M'),(19409,2,7593,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(19410,2,7593,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19411,2,7593,'/www/theme/green/style.css','/www/theme/green','file','M'),(19412,2,7593,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(19413,2,7593,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(19414,2,7593,'/www/theme/red/style.css','/www/theme/red','file','M'),(19415,2,7593,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19416,2,7594,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(19417,2,7595,'/module/story/model.php','/module/story','file','M'),(19418,2,7596,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(19419,2,7597,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(19420,2,7598,'/www/theme/default/style.css','/www/theme/default','file','M'),(19421,2,7598,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19422,2,7599,'/module/bug/css/linkbugs.css','/module/bug/css','file','M'),(19423,2,7599,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(19424,2,7601,'/db/update10.0.sql','/db','file','M'),(19425,2,7601,'/db/zentao.sql','/db','file','M'),(19426,2,7601,'/module/project/model.php','/module/project','file','M'),(19427,2,7602,'/module/common/view/action.html.php','/module/common/view','file','M'),(19428,2,7604,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19429,2,7604,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(19430,2,7605,'/module/common/view/action.html.php','/module/common/view','file','M'),(19431,2,7605,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(19432,2,7607,'/db/zentao.sql','/db','file','M'),(19433,2,7607,'/module/dev/config.php','/module/dev','file','M'),(19434,2,7607,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(19435,2,7607,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(19436,2,7609,'/db/zentao.sql','/db','file','M'),(19437,2,7609,'/module/group/lang/resource.php','/module/group/lang','file','M'),(19438,2,7609,'/module/my/view/todo.html.php','/module/my/view','file','M'),(19439,2,7609,'/module/todo/control.php','/module/todo','file','M'),(19440,2,7609,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(19441,2,7609,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(19442,2,7609,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(19443,2,7610,'/db/update10.0.sql','/db','file','M'),(19444,2,7610,'/db/zentao.sql','/db','file','M'),(19445,2,7610,'/module/common/view/footer.html.php','/module/common/view','file','M'),(19446,2,7612,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(19447,2,7612,'/module/task/lang/en.php','/module/task/lang','file','M'),(19448,2,7612,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(19449,2,7612,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(19450,2,7613,'/module/bug/config.php','/module/bug','file','M'),(19451,2,7613,'/module/story/config.php','/module/story','file','M'),(19452,2,7616,'/module/common/view/action.html.php','/module/common/view','file','M'),(19453,2,7617,'/module/group/model.php','/module/group','file','M'),(19454,2,7618,'/module/project/control.php','/module/project','file','M'),(19455,2,7618,'/module/project/js/common.js','/module/project/js','file','M'),(19456,2,7618,'/module/project/view/edit.html.php','/module/project/view','file','M'),(19457,2,7619,'/www/js/zui/min.js','/www/js/zui','file','M'),(19458,2,7621,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(19459,2,7621,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(19460,2,7622,'/module/product/control.php','/module/product','file','M'),(19461,2,7622,'/module/product/view/view.html.php','/module/product/view','file','M'),(19462,2,7622,'/module/project/control.php','/module/project','file','M'),(19463,2,7622,'/module/project/css/view.css','/module/project/css','file','M'),(19464,2,7622,'/module/project/view/view.html.php','/module/project/view','file','M'),(19465,2,7624,'/module/bug/css/view.css','/module/bug/css','file','M'),(19466,2,7625,'/module/story/model.php','/module/story','file','M'),(19467,2,7627,'/module/company/lang/en.php','/module/company/lang','file','M'),(19468,2,7627,'/module/report/lang/en.php','/module/report/lang','file','M'),(19469,2,7628,'/module/my/view/project.html.php','/module/my/view','file','M'),(19470,2,7628,'/module/user/model.php','/module/user','file','M'),(19471,2,7630,'/module/project/control.php','/module/project','file','M'),(19472,2,7631,'/module/project/control.php','/module/project','file','M'),(19473,2,7633,'/config/filter.php','/config','file','M'),(19474,2,7633,'/module/doc/control.php','/module/doc','file','M'),(19475,2,7633,'/module/doc/css/common.css','/module/doc/css','file','M'),(19476,2,7633,'/module/doc/js/browse.js','/module/doc/js','file','M'),(19477,2,7633,'/module/doc/js/common.js','/module/doc/js','file','M'),(19478,2,7633,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19479,2,7633,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(19480,2,7633,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(19481,2,7633,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','A'),(19482,2,7633,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(19483,2,7633,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','A'),(19484,2,7635,'/module/task/model.php','/module/task','file','M'),(19485,2,7635,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(19486,2,7636,'/module/upgrade/model.php','/module/upgrade','file','M'),(19487,2,7637,'/db/update10.0.sql','/db','file','M'),(19488,2,7637,'/module/todo/model.php','/module/todo','file','M'),(19489,2,7638,'/module/upgrade/js/common.js','/module/upgrade/js','file','D'),(19490,2,7640,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(19491,2,7640,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(19492,2,7641,'/module/testreport/model.php','/module/testreport','file','M'),(19493,2,7641,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(19494,2,7642,'/module/product/control.php','/module/product','file','M'),(19495,2,7642,'/module/product/model.php','/module/product','file','M'),(19496,2,7644,'/module/doc/model.php','/module/doc','file','M'),(19497,2,7645,'/module/project/view/story.html.php','/module/project/view','file','M'),(19498,2,7647,'/config/filter.php','/config','file','M'),(19499,2,7647,'/module/testtask/control.php','/module/testtask','file','M'),(19500,2,7648,'/www/theme/default/style.css','/www/theme/default','file','M'),(19501,2,7650,'/module/bug/control.php','/module/bug','file','M'),(19502,2,7650,'/module/bug/model.php','/module/bug','file','M'),(19503,2,7650,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(19504,2,7650,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(19505,2,7652,'/www/js/zui/min.js','/www/js/zui','file','M'),(19506,2,7654,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19507,2,7656,'/module/project/model.php','/module/project','file','M'),(19508,2,7656,'/module/task/model.php','/module/task','file','M'),(19509,2,7658,'/www/js/zui/min.js','/www/js/zui','file','M'),(19510,2,7660,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19511,2,7660,'/module/user/lang/en.php','/module/user/lang','file','M'),(19512,2,7661,'/module/testsuite/control.php','/module/testsuite','file','M'),(19513,2,7663,'/module/doc/model.php','/module/doc','file','M'),(19514,2,7663,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(19515,2,7665,'/module/product/control.php','/module/product','file','M'),(19516,2,7665,'/module/product/model.php','/module/product','file','M'),(19517,2,7665,'/module/productplan/control.php','/module/productplan','file','M'),(19518,2,7665,'/module/productplan/model.php','/module/productplan','file','M'),(19519,2,7665,'/module/testreport/control.php','/module/testreport','file','M'),(19520,2,7665,'/module/testreport/model.php','/module/testreport','file','M'),(19521,2,7665,'/module/testtask/model.php','/module/testtask','file','M'),(19522,2,7666,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(19523,2,7666,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(19524,2,7667,'/module/user/model.php','/module/user','file','M'),(19525,2,7669,'/module/project/model.php','/module/project','file','M'),(19526,2,7671,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(19527,2,7672,'/module/todo/model.php','/module/todo','file','M'),(19528,2,7674,'/module/file/model.php','/module/file','file','M'),(19529,2,7676,'/module/task/model.php','/module/task','file','M'),(19530,2,7678,'/module/story/model.php','/module/story','file','M'),(19531,2,7680,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(19532,2,7682,'/module/product/js/index.js','/module/product/js','file','A'),(19533,2,7682,'/module/project/js/index.js','/module/project/js','file','A'),(19534,2,7682,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(19535,2,7684,'/module/bug/js/report.js','/module/bug/js','file','M'),(19536,2,7684,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(19537,2,7684,'/module/story/js/report.js','/module/story/js','file','M'),(19538,2,7684,'/module/story/view/report.html.php','/module/story/view','file','M'),(19539,2,7684,'/module/task/js/report.js','/module/task/js','file','M'),(19540,2,7684,'/module/task/view/report.html.php','/module/task/view','file','M'),(19541,2,7684,'/module/testreport/js/common.js','/module/testreport/js','file','M'),(19542,2,7684,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(19543,2,7684,'/module/testtask/js/report.js','/module/testtask/js','file','M'),(19544,2,7684,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(19545,2,7684,'/www/js/my.full.js','/www/js','file','M'),(19546,2,7686,'/www/js/kindeditor/plugins/flash/flash.js','/www/js/kindeditor/plugins/flash','file','M'),(19547,2,7686,'/www/js/kindeditor/plugins/image/image.js','/www/js/kindeditor/plugins/image','file','M'),(19548,2,7686,'/www/js/kindeditor/plugins/insertfile/insertfile.js','/www/js/kindeditor/plugins/insertfile','file','M'),(19549,2,7686,'/www/js/kindeditor/plugins/media/media.js','/www/js/kindeditor/plugins/media','file','M'),(19550,2,7688,'/module/doc/model.php','/module/doc','file','M'),(19551,2,7689,'/framework/base/control.class.php','/framework/base','file','M'),(19552,2,7689,'/framework/base/model.class.php','/framework/base','file','M'),(19553,2,7689,'/framework/base/router.class.php','/framework/base','file','M'),(19554,2,7689,'/framework/router.class.php','/framework','file','M'),(19555,2,7689,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(19556,2,7689,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(19557,2,7689,'/module/git/model.php','/module/git','file','M'),(19558,2,7689,'/module/svn/model.php','/module/svn','file','M'),(19559,2,7691,'/module/action/lang/en.php','/module/action/lang','file','M'),(19560,2,7693,'/module/doc/model.php','/module/doc','file','M'),(19561,2,7693,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(19562,2,7695,'/module/tree/css/common.css','/module/tree/css','file','M'),(19563,2,7697,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(19564,2,7699,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(19565,2,7701,'/module/group/css/managepriv.css','/module/group/css','file','M'),(19566,2,7703,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(19567,2,7704,'/module/project/view/all.html.php','/module/project/view','file','M'),(19568,2,7706,'/module/product/js/all.js','/module/product/js','file','M'),(19569,2,7706,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(19570,2,7706,'/module/project/js/all.js','/module/project/js','file','M'),(19571,2,7706,'/module/project/js/story.js','/module/project/js','file','M'),(19572,2,7707,'/module/common/view/header.html.php','/module/common/view','file','M'),(19573,2,7707,'/www/js/bindranzhi.js','/www/js','file','M'),(19574,2,7707,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(19575,2,7709,'/module/project/view/view.html.php','/module/project/view','file','M'),(19576,2,7710,'/module/project/control.php','/module/project','file','M'),(19577,2,7712,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(19578,2,7714,'/module/action/lang/en.php','/module/action/lang','file','M'),(19579,2,7714,'/module/common/lang/en.php','/module/common/lang','file','M'),(19580,2,7714,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(19581,2,7714,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(19582,2,7714,'/module/release/lang/en.php','/module/release/lang','file','M'),(19583,2,7714,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(19584,2,7714,'/module/user/lang/en.php','/module/user/lang','file','M'),(19585,2,7715,'/module/task/model.php','/module/task','file','M'),(19586,2,7716,'/module/upgrade/model.php','/module/upgrade','file','M'),(19587,2,7718,'/db/update10.0.sql','/db','file','A'),(19588,2,7718,'/db/zentao.sql','/db','file','M'),(19589,2,7718,'/module/upgrade/model.php','/module/upgrade','file','M'),(19590,2,7719,'/module/testtask/js/linkcase.js','/module/testtask/js','file','A'),(19591,2,7720,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(19592,2,7720,'/module/story/model.php','/module/story','file','M'),(19593,2,7722,'/module/file/view/export.html.php','/module/file/view','file','M'),(19594,2,7723,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(19595,2,7724,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(19596,2,7725,'/module/common/model.php','/module/common','file','M'),(19597,2,7725,'/module/user/js/login.js','/module/user/js','file','M'),(19598,2,7726,'/module/install/js/common.js','/module/install/js','file','D'),(19599,2,7728,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(19600,2,7728,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(19601,2,7728,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(19602,2,7728,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(19603,2,7729,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19604,2,7730,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19605,2,7731,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19606,2,7733,'/www/js/zui/min.js','/www/js/zui','file','M'),(19607,2,7733,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19608,2,7734,'/module/common/view/header.html.php','/module/common/view','file','M'),(19609,2,7735,'/www/js/zui/min.js','/www/js/zui','file','M'),(19610,2,7737,'/module/doc/css/common.css','/module/doc/css','file','M'),(19611,2,7738,'/module/common/model.php','/module/common','file','M'),(19612,2,7740,'/config/config.php','/config','file','M'),(19613,2,7742,'/module/product/css/roadmap.css','/module/product/css','file','M'),(19614,2,7742,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19615,2,7744,'/module/action/lang/en.php','/module/action/lang','file','M'),(19616,2,7744,'/module/block/lang/en.php','/module/block/lang','file','M'),(19617,2,7744,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(19618,2,7744,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(19619,2,7744,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19620,2,7744,'/module/file/lang/en.php','/module/file/lang','file','M'),(19621,2,7744,'/module/group/lang/en.php','/module/group/lang','file','M'),(19622,2,7744,'/module/project/lang/en.php','/module/project/lang','file','M'),(19623,2,7744,'/module/report/lang/en.php','/module/report/lang','file','M'),(19624,2,7744,'/module/story/lang/en.php','/module/story/lang','file','M'),(19625,2,7744,'/module/task/lang/en.php','/module/task/lang','file','M'),(19626,2,7744,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(19627,2,7744,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(19628,2,7744,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(19629,2,7744,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(19630,2,7744,'/module/user/lang/en.php','/module/user/lang','file','M'),(19631,2,7745,'/module/block/control.php','/module/block','file','M'),(19632,2,7747,'/module/project/control.php','/module/project','file','M'),(19633,2,7748,'/VERSION','/','file','M'),(19634,2,7748,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(19635,2,7748,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(19636,2,7748,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(19637,2,7749,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19638,2,7750,'/www/js/zui/min.js','/www/js/zui','file','M'),(19639,2,7751,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(19640,2,7751,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(19641,2,7751,'/www/js/zui/min.js','/www/js/zui','file','M'),(19642,2,7751,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19643,2,7753,'/www/js/datatable/min.js','/www/js/datatable','file','M'),(19644,2,7755,'/module/custom/control.php','/module/custom','file','M'),(19645,2,7755,'/module/project/model.php','/module/project','file','M'),(19646,2,7756,'/module/doc/css/common.css','/module/doc/css','file','M'),(19647,2,7756,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(19648,2,7756,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(19649,2,7758,'/module/build/lang/en.php','/module/build/lang','file','M'),(19650,2,7758,'/module/project/lang/en.php','/module/project/lang','file','M'),(19651,2,7759,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(19652,2,7760,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19653,2,7761,'/module/doc/css/common.css','/module/doc/css','file','M'),(19654,2,7761,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(19655,2,7762,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(19656,2,7763,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(19657,2,7763,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19658,2,7765,'/module/custom/model.php','/module/custom','file','M'),(19659,2,7765,'/module/project/model.php','/module/project','file','M'),(19660,2,7766,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19661,2,7766,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(19662,2,7766,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(19663,2,7766,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(19664,2,7766,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(19665,2,7767,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19666,2,7769,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19667,2,7770,'/config/config.php','/config','file','M'),(19668,2,7770,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(19669,2,7770,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(19670,2,7770,'/module/upgrade/model.php','/module/upgrade','file','M'),(19671,2,7771,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(19672,2,7771,'/module/project/view/build.html.php','/module/project/view','file','M'),(19673,2,7771,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(19674,2,7773,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(19675,2,7773,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(19676,2,7773,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(19677,2,7773,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(19678,2,7774,'/module/block/control.php','/module/block','file','M'),(19679,2,7774,'/module/block/lang/en.php','/module/block/lang','file','M'),(19680,2,7774,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(19681,2,7774,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(19682,2,7774,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(19683,2,7774,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(19684,2,7774,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(19685,2,7774,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(19686,2,7774,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(19687,2,7774,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(19688,2,7774,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(19689,2,7774,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(19690,2,7774,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(19691,2,7774,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(19692,2,7774,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19693,2,7776,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(19694,2,7776,'/www/js/zui/min.js','/www/js/zui','file','M'),(19695,2,7776,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19696,2,7777,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(19697,2,7778,'/module/block/control.php','/module/block','file','M'),(19698,2,7778,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(19699,2,7779,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19700,2,7780,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19701,2,7781,'/module/project/css/view.css','/module/project/css','file','M'),(19702,2,7782,'/module/dept/model.php','/module/dept','file','M'),(19703,2,7784,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(19704,2,7784,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(19705,2,7785,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19706,2,7787,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19707,2,7788,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19708,2,7788,'/module/project/css/view.css','/module/project/css','file','M'),(19709,2,7789,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19710,2,7789,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19711,2,7789,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(19712,2,7789,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(19713,2,7789,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(19714,2,7789,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(19715,2,7789,'/module/product/view/browse.html.php','/module/product/view','file','M'),(19716,2,7789,'/module/project/js/common.js','/module/project/js','file','M'),(19717,2,7789,'/module/project/view/task.html.php','/module/project/view','file','M'),(19718,2,7789,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(19719,2,7789,'/www/js/zui/min.js','/www/js/zui','file','M'),(19720,2,7789,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19721,2,7790,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19722,2,7790,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19723,2,7791,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19724,2,7792,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(19725,2,7793,'/module/common/view/chart.html.php','/module/common/view','file','M'),(19726,2,7794,'/www/js/datatable/min.css','/www/js/datatable','file','A'),(19727,2,7794,'/www/js/datatable/min.js','/www/js/datatable','file','A'),(19728,2,7795,'/www/js/my.full.js','/www/js','file','M'),(19729,2,7796,'/module/common/view/footer.html.php','/module/common/view','file','M'),(19730,2,7796,'/module/product/view/index.html.php','/module/product/view','file','M'),(19731,2,7797,'/www/js/zui/min.js','/www/js/zui','file','M'),(19732,2,7798,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19733,2,7799,'/module/project/view/burn.html.php','/module/project/view','file','M'),(19734,2,7800,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19735,2,7800,'/module/my/view/bug.html.php','/module/my/view','file','M'),(19736,2,7800,'/module/my/view/story.html.php','/module/my/view','file','M'),(19737,2,7800,'/module/product/model.php','/module/product','file','M'),(19738,2,7800,'/module/product/view/browse.html.php','/module/product/view','file','M'),(19739,2,7800,'/module/project/model.php','/module/project','file','M'),(19740,2,7800,'/module/project/view/bug.html.php','/module/project/view','file','M'),(19741,2,7800,'/module/project/view/task.html.php','/module/project/view','file','M'),(19742,2,7800,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(19743,2,7800,'/module/testsuite/model.php','/module/testsuite','file','M'),(19744,2,7800,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(19745,2,7800,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(19746,2,7800,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(19747,2,7800,'/www/theme/green/style.css','/www/theme/green','file','M'),(19748,2,7800,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(19749,2,7800,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(19750,2,7800,'/www/theme/red/style.css','/www/theme/red','file','M'),(19751,2,7800,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19752,2,7802,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(19753,2,7802,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(19754,2,7802,'/www/js/zui/min.js','/www/js/zui','file','M'),(19755,2,7804,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(19756,2,7806,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(19757,2,7806,'/module/branch/model.php','/module/branch','file','M'),(19758,2,7806,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(19759,2,7806,'/module/my/model.php','/module/my','file','M'),(19760,2,7806,'/module/project/model.php','/module/project','file','M'),(19761,2,7806,'/module/testtask/model.php','/module/testtask','file','M'),(19762,2,7806,'/module/user/control.php','/module/user','file','M'),(19763,2,7808,'/www/js/zui/min.js','/www/js/zui','file','M'),(19764,2,7810,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(19765,2,7811,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(19766,2,7812,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(19767,2,7813,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(19768,2,7814,'/module/bug/css/browse.css','/module/bug/css','file','M'),(19769,2,7814,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19770,2,7815,'/module/bug/css/browse.css','/module/bug/css','file','M'),(19771,2,7815,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19772,2,7816,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(19773,2,7817,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19774,2,7817,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(19775,2,7817,'/module/product/view/index.html.php','/module/product/view','file','M'),(19776,2,7817,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(19777,2,7818,'/module/project/css/kanban.css','/module/project/css','file','M'),(19778,2,7818,'/module/project/css/storykanban.css','/module/project/css','file','M'),(19779,2,7818,'/module/project/js/kanban.js','/module/project/js','file','M'),(19780,2,7819,'/db/update10.0.beta.sql','/db','file','A'),(19781,2,7819,'/module/block/config.php','/module/block','file','M'),(19782,2,7819,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(19783,2,7821,'/module/build/view/create.html.php','/module/build/view','file','M'),(19784,2,7821,'/module/common/model.php','/module/common','file','M'),(19785,2,7821,'/module/project/js/tree.js','/module/project/js','file','M'),(19786,2,7821,'/module/project/view/tree.html.php','/module/project/view','file','M'),(19787,2,7822,'/module/project/css/common.css','/module/project/css','file','M'),(19788,2,7822,'/module/project/css/kanban.css','/module/project/css','file','M'),(19789,2,7824,'/module/action/lang/en.php','/module/action/lang','file','M'),(19790,2,7824,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(19791,2,7824,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(19792,2,7824,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(19793,2,7824,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(19794,2,7824,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(19795,2,7824,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19796,2,7824,'/module/build/lang/en.php','/module/build/lang','file','M'),(19797,2,7824,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(19798,2,7824,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(19799,2,7824,'/module/build/view/create.html.php','/module/build/view','file','M'),(19800,2,7824,'/module/build/view/view.html.php','/module/build/view','file','M'),(19801,2,7824,'/module/common/lang/en.php','/module/common/lang','file','M'),(19802,2,7824,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(19803,2,7824,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(19804,2,7824,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(19805,2,7824,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(19806,2,7824,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(19807,2,7824,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(19808,2,7824,'/module/my/lang/en.php','/module/my/lang','file','M'),(19809,2,7824,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(19810,2,7824,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(19811,2,7824,'/module/my/view/bug.html.php','/module/my/view','file','M'),(19812,2,7824,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(19813,2,7824,'/module/my/view/project.html.php','/module/my/view','file','M'),(19814,2,7824,'/module/my/view/story.html.php','/module/my/view','file','M'),(19815,2,7824,'/module/my/view/task.html.php','/module/my/view','file','M'),(19816,2,7824,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(19817,2,7824,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(19818,2,7824,'/module/my/view/todo.html.php','/module/my/view','file','M'),(19819,2,7824,'/module/product/lang/en.php','/module/product/lang','file','M'),(19820,2,7824,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(19821,2,7824,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(19822,2,7824,'/module/product/view/browse.html.php','/module/product/view','file','M'),(19823,2,7824,'/module/product/view/build.html.php','/module/product/view','file','M'),(19824,2,7824,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(19825,2,7824,'/module/product/view/project.html.php','/module/product/view','file','M'),(19826,2,7824,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(19827,2,7824,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(19828,2,7824,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(19829,2,7824,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(19830,2,7824,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(19831,2,7824,'/module/project/lang/en.php','/module/project/lang','file','M'),(19832,2,7824,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(19833,2,7824,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(19834,2,7824,'/module/project/view/bug.html.php','/module/project/view','file','M'),(19835,2,7824,'/module/project/view/build.html.php','/module/project/view','file','M'),(19836,2,7824,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(19837,2,7824,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(19838,2,7824,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(19839,2,7824,'/module/project/view/story.html.php','/module/project/view','file','M'),(19840,2,7824,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(19841,2,7824,'/module/project/view/task.html.php','/module/project/view','file','M'),(19842,2,7824,'/module/project/view/team.html.php','/module/project/view','file','M'),(19843,2,7824,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(19844,2,7824,'/module/project/view/tree.html.php','/module/project/view','file','M'),(19845,2,7824,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(19846,2,7824,'/module/release/lang/en.php','/module/release/lang','file','M'),(19847,2,7824,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(19848,2,7824,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(19849,2,7824,'/module/release/view/browse.html.php','/module/release/view','file','M'),(19850,2,7824,'/module/story/lang/en.php','/module/story/lang','file','M'),(19851,2,7824,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(19852,2,7824,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(19853,2,7824,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(19854,2,7824,'/module/task/lang/en.php','/module/task/lang','file','M'),(19855,2,7824,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(19856,2,7824,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(19857,2,7824,'/module/task/view/view.html.php','/module/task/view','file','M'),(19858,2,7824,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(19859,2,7824,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(19860,2,7824,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(19861,2,7824,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(19862,2,7824,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(19863,2,7824,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(19864,2,7824,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(19865,2,7824,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(19866,2,7824,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(19867,2,7824,'/module/testsuite/model.php','/module/testsuite','file','M'),(19868,2,7824,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(19869,2,7824,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(19870,2,7824,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(19871,2,7824,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(19872,2,7824,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(19873,2,7824,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(19874,2,7824,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(19875,2,7824,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(19876,2,7826,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(19877,2,7826,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(19878,2,7829,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(19879,2,7829,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(19880,2,7830,'/module/block/lang/en.php','/module/block/lang','file','M'),(19881,2,7830,'/module/install/lang/en.php','/module/install/lang','file','M'),(19882,2,7831,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(19883,2,7831,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(19884,2,7832,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(19885,2,7833,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(19886,2,7833,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(19887,2,7834,'/module/block/control.php','/module/block','file','M'),(19888,2,7834,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(19889,2,7834,'/module/todo/model.php','/module/todo','file','M'),(19890,2,7834,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19891,2,7835,'/module/bug/model.php','/module/bug','file','M'),(19892,2,7835,'/module/testtask/model.php','/module/testtask','file','M'),(19893,2,7839,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19894,2,7842,'/module/bug/model.php','/module/bug','file','M'),(19895,2,7842,'/module/product/model.php','/module/product','file','M'),(19896,2,7842,'/module/project/model.php','/module/project','file','M'),(19897,2,7842,'/module/qa/model.php','/module/qa','file','M'),(19898,2,7842,'/module/testcase/model.php','/module/testcase','file','M'),(19899,2,7842,'/module/testsuite/model.php','/module/testsuite','file','M'),(19900,2,7842,'/module/testtask/model.php','/module/testtask','file','M'),(19901,2,7843,'/module/bug/model.php','/module/bug','file','M'),(19902,2,7843,'/module/product/model.php','/module/product','file','M'),(19903,2,7843,'/module/project/model.php','/module/project','file','M'),(19904,2,7843,'/module/qa/model.php','/module/qa','file','M'),(19905,2,7843,'/module/testcase/model.php','/module/testcase','file','M'),(19906,2,7843,'/module/testsuite/model.php','/module/testsuite','file','M'),(19907,2,7843,'/module/testtask/model.php','/module/testtask','file','M'),(19908,2,7845,'/module/bug/js/browse.js','/module/bug/js','file','M'),(19909,2,7845,'/module/bug/model.php','/module/bug','file','M'),(19910,2,7845,'/module/common/model.php','/module/common','file','M'),(19911,2,7845,'/module/custom/control.php','/module/custom','file','M'),(19912,2,7845,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(19913,2,7845,'/module/testtask/js/browse.js','/module/testtask/js','file','M'),(19914,2,7846,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(19915,2,7846,'/module/bug/js/common.js','/module/bug/js','file','M'),(19916,2,7846,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(19917,2,7846,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(19918,2,7846,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(19919,2,7846,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(19920,2,7846,'/module/testcase/control.php','/module/testcase','file','M'),(19921,2,7846,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(19922,2,7846,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(19923,2,7846,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(19924,2,7846,'/module/testsuite/js/common.js','/module/testsuite/js','file','M'),(19925,2,7846,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(19926,2,7847,'/module/user/css/login.css','/module/user/css','file','M'),(19927,2,7848,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19928,2,7849,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19929,2,7851,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19930,2,7851,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(19931,2,7851,'/module/product/view/view.html.php','/module/product/view','file','M'),(19932,2,7851,'/module/project/view/view.html.php','/module/project/view','file','M'),(19933,2,7851,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19934,2,7852,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(19935,2,7854,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(19936,2,7854,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(19937,2,7854,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(19938,2,7854,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(19939,2,7854,'/module/product/view/browse.html.php','/module/product/view','file','M'),(19940,2,7855,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19941,2,7856,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19942,2,7856,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19943,2,7858,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19944,2,7860,'/module/common/lang/en.php','/module/common/lang','file','M'),(19945,2,7860,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(19946,2,7860,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(19947,2,7860,'/module/custom/control.php','/module/custom','file','M'),(19948,2,7860,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19949,2,7860,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(19950,2,7861,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19951,2,7862,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19952,2,7862,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(19953,2,7862,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19954,2,7863,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19955,2,7863,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19956,2,7863,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(19957,2,7863,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(19958,2,7865,'/module/common/model.php','/module/common','file','M'),(19959,2,7865,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(19960,2,7865,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(19961,2,7865,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(19962,2,7865,'/www/js/zui/min.js','/www/js/zui','file','M'),(19963,2,7865,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19964,2,7865,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(19965,2,7865,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(19966,2,7865,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(19967,2,7865,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(19968,2,7866,'/lib/pager/pager.class.php','/lib/pager','file','M'),(19969,2,7866,'/module/common/model.php','/module/common','file','M'),(19970,2,7866,'/module/common/view/header.html.php','/module/common/view','file','M'),(19971,2,7866,'/module/doc/js/common.js','/module/doc/js','file','M'),(19972,2,7866,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(19973,2,7866,'/module/product/model.php','/module/product','file','M'),(19974,2,7866,'/module/task/view/view.html.php','/module/task/view','file','M'),(19975,2,7866,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(19976,2,7867,'/module/user/view/reset.html.php','/module/user/view','file','M'),(19977,2,7868,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19978,2,7869,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(19979,2,7869,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(19980,2,7869,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(19981,2,7870,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19982,2,7871,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19983,2,7871,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19984,2,7871,'/www/js/zui/min.js','/www/js/zui','file','M'),(19985,2,7872,'/module/block/css/dashboard.css','/module/block/css','file','M'),(19986,2,7872,'/module/block/js/dashboard.js','/module/block/js','file','M'),(19987,2,7872,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(19988,2,7872,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(19989,2,7872,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(19990,2,7872,'/www/js/zui/min.js','/www/js/zui','file','M'),(19991,2,7873,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19992,2,7875,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(19993,2,7877,'/module/common/model.php','/module/common','file','M'),(19994,2,7877,'/module/task/js/create.js','/module/task/js','file','M'),(19995,2,7877,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(19996,2,7877,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(19997,2,7878,'/db/update9.8.3.sql','/db','file','M'),(19998,2,7878,'/module/block/control.php','/module/block','file','M'),(19999,2,7879,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(20000,2,7879,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20001,2,7880,'/module/project/css/story.css','/module/project/css','file','M'),(20002,2,7880,'/module/project/view/story.html.php','/module/project/view','file','M'),(20003,2,7880,'/www/js/zui/min.js','/www/js/zui','file','M'),(20004,2,7881,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20005,2,7882,'/module/project/model.php','/module/project','file','M'),(20006,2,7883,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(20007,2,7883,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(20008,2,7883,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(20009,2,7884,'/module/project/css/kanban.css','/module/project/css','file','M'),(20010,2,7884,'/module/project/css/storykanban.css','/module/project/css','file','M'),(20011,2,7884,'/module/project/js/kanban.js','/module/project/js','file','M'),(20012,2,7884,'/module/project/js/storykanban.js','/module/project/js','file','M'),(20013,2,7886,'/www/js/zui/min.js','/www/js/zui','file','M'),(20014,2,7888,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20015,2,7889,'/module/project/js/kanban.js','/module/project/js','file','M'),(20016,2,7889,'/module/project/js/storykanban.js','/module/project/js','file','M'),(20017,2,7890,'/module/product/css/common.css','/module/product/css','file','M'),(20018,2,7892,'/module/project/js/kanban.js','/module/project/js','file','M'),(20019,2,7893,'/module/bug/css/common.css','/module/bug/css','file','M'),(20020,2,7893,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20021,2,7894,'/module/release/lang/en.php','/module/release/lang','file','M'),(20022,2,7894,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(20023,2,7894,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(20024,2,7894,'/module/release/model.php','/module/release','file','M'),(20025,2,7896,'/www/js/zui/min.js','/www/js/zui','file','M'),(20026,2,7896,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20027,2,7897,'/module/block/model.php','/module/block','file','M'),(20028,2,7897,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(20029,2,7898,'/module/action/model.php','/module/action','file','M'),(20030,2,7898,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(20031,2,7898,'/module/common/lang/en.php','/module/common/lang','file','M'),(20032,2,7898,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20033,2,7898,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(20034,2,7898,'/module/testsuite/model.php','/module/testsuite','file','M'),(20035,2,7899,'/module/product/model.php','/module/product','file','M'),(20036,2,7900,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(20037,2,7900,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(20038,2,7900,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20039,2,7900,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20040,2,7900,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(20041,2,7900,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(20042,2,7900,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(20043,2,7900,'/module/build/view/edit.html.php','/module/build/view','file','M'),(20044,2,7900,'/module/build/view/view.html.php','/module/build/view','file','M'),(20045,2,7900,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(20046,2,7900,'/module/common/view/footer.html.php','/module/common/view','file','M'),(20047,2,7900,'/module/common/view/header.html.php','/module/common/view','file','M'),(20048,2,7900,'/module/common/view/validation.html.php','/module/common/view','file','M'),(20049,2,7900,'/module/company/view/browse.html.php','/module/company/view','file','M'),(20050,2,7900,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(20051,2,7900,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(20052,2,7900,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(20053,2,7900,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(20054,2,7900,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(20055,2,7900,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(20056,2,7900,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(20057,2,7900,'/module/my/view/story.html.php','/module/my/view','file','M'),(20058,2,7900,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(20059,2,7900,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20060,2,7900,'/module/product/view/index.html.php','/module/product/view','file','M'),(20061,2,7900,'/module/product/view/view.html.php','/module/product/view','file','M'),(20062,2,7900,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(20063,2,7900,'/module/project/view/create.html.php','/module/project/view','file','M'),(20064,2,7900,'/module/project/view/edit.html.php','/module/project/view','file','M'),(20065,2,7900,'/module/project/view/task.html.php','/module/project/view','file','M'),(20066,2,7900,'/module/project/view/tips.html.php','/module/project/view','file','M'),(20067,2,7900,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(20068,2,7900,'/module/project/view/view.html.php','/module/project/view','file','M'),(20069,2,7900,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(20070,2,7900,'/module/release/view/browse.html.php','/module/release/view','file','M'),(20071,2,7900,'/module/release/view/view.html.php','/module/release/view','file','M'),(20072,2,7900,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20073,2,7900,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(20074,2,7900,'/module/story/view/view.html.php','/module/story/view','file','M'),(20075,2,7900,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(20076,2,7900,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(20077,2,7900,'/module/task/view/create.html.php','/module/task/view','file','M'),(20078,2,7900,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(20079,2,7900,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(20080,2,7900,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(20081,2,7900,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(20082,2,7900,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20083,2,7900,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20084,2,7900,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(20085,2,7900,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(20086,2,7900,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(20087,2,7900,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(20088,2,7900,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(20089,2,7900,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(20090,2,7900,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(20091,2,7900,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(20092,2,7900,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(20093,2,7900,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(20094,2,7900,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(20095,2,7900,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(20096,2,7902,'/module/bug/control.php','/module/bug','file','M'),(20097,2,7902,'/module/bug/js/browse.js','/module/bug/js','file','M'),(20098,2,7902,'/module/bug/js/common.js','/module/bug/js','file','M'),(20099,2,7902,'/module/bug/model.php','/module/bug','file','M'),(20100,2,7902,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20101,2,7902,'/module/common/lang/en.php','/module/common/lang','file','M'),(20102,2,7902,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20103,2,7902,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(20104,2,7902,'/module/product/model.php','/module/product','file','M'),(20105,2,7902,'/module/product/view/build.html.php','/module/product/view','file','M'),(20106,2,7902,'/module/testcase/control.php','/module/testcase','file','M'),(20107,2,7902,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(20108,2,7902,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(20109,2,7902,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(20110,2,7902,'/module/testcase/model.php','/module/testcase','file','M'),(20111,2,7902,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20112,2,7902,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(20113,2,7902,'/module/testreport/model.php','/module/testreport','file','M'),(20114,2,7902,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(20115,2,7902,'/module/testsuite/css/library.css','/module/testsuite/css','file','M'),(20116,2,7902,'/module/testsuite/js/common.js','/module/testsuite/js','file','M'),(20117,2,7902,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(20118,2,7902,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(20119,2,7902,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(20120,2,7902,'/module/testsuite/model.php','/module/testsuite','file','M'),(20121,2,7902,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(20122,2,7902,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20123,2,7902,'/module/testtask/js/browse.js','/module/testtask/js','file','M'),(20124,2,7902,'/module/testtask/model.php','/module/testtask','file','M'),(20125,2,7904,'/www/js/zui/min.js','/www/js/zui','file','M'),(20126,2,7904,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20127,2,7905,'/module/build/lang/en.php','/module/build/lang','file','M'),(20128,2,7905,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(20129,2,7905,'/module/build/view/create.html.php','/module/build/view','file','M'),(20130,2,7906,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(20131,2,7907,'/module/product/css/common.css','/module/product/css','file','M'),(20132,2,7908,'/module/bug/css/common.css','/module/bug/css','file','M'),(20133,2,7909,'/module/project/control.php','/module/project','file','M'),(20134,2,7909,'/module/project/css/common.css','/module/project/css','file','M'),(20135,2,7910,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(20136,2,7912,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(20137,2,7912,'/module/my/view/project.html.php','/module/my/view','file','M'),(20138,2,7912,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20139,2,7913,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(20140,2,7915,'/module/product/view/view.html.php','/module/product/view','file','M'),(20141,2,7916,'/module/story/view/view.html.php','/module/story/view','file','M'),(20142,2,7917,'/module/doc/control.php','/module/doc','file','M'),(20143,2,7917,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(20144,2,7917,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(20145,2,7917,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(20146,2,7917,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(20147,2,7918,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(20148,2,7920,'/module/product/view/all.html.php','/module/product/view','file','M'),(20149,2,7920,'/module/project/view/all.html.php','/module/project/view','file','M'),(20150,2,7921,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(20151,2,7922,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20152,2,7922,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(20153,2,7922,'/module/custom/model.php','/module/custom','file','M'),(20154,2,7922,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(20155,2,7923,'/module/project/model.php','/module/project','file','M'),(20156,2,7924,'/module/block/css/dashboard.css','/module/block/css','file','M'),(20157,2,7924,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(20158,2,7925,'/module/bug/config.php','/module/bug','file','M'),(20159,2,7925,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(20160,2,7927,'/module/common/model.php','/module/common','file','M'),(20161,2,7928,'/module/release/model.php','/module/release','file','M'),(20162,2,7929,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20163,2,7930,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20164,2,7931,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20165,2,7932,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20166,2,7933,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(20167,2,7934,'/module/project/css/tree.css','/module/project/css','file','M'),(20168,2,7935,'/www/js/zui/min.js','/www/js/zui','file','M'),(20169,2,7935,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20170,2,7937,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20171,2,7937,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(20172,2,7937,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(20173,2,7937,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(20174,2,7937,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(20175,2,7938,'/module/company/view/browse.html.php','/module/company/view','file','M'),(20176,2,7939,'/module/project/css/common.css','/module/project/css','file','M'),(20177,2,7940,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(20178,2,7941,'/module/product/model.php','/module/product','file','M'),(20179,2,7941,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(20180,2,7941,'/module/project/model.php','/module/project','file','M'),(20181,2,7941,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(20182,2,7943,'/module/common/lang/en.php','/module/common/lang','file','M'),(20183,2,7943,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(20184,2,7943,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(20185,2,7943,'/module/project/lang/en.php','/module/project/lang','file','M'),(20186,2,7943,'/module/report/lang/en.php','/module/report/lang','file','M'),(20187,2,7945,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20188,2,7946,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20189,2,7948,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20190,2,7948,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20191,2,7948,'/www/theme/green/style.css','/www/theme/green','file','M'),(20192,2,7948,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20193,2,7948,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20194,2,7948,'/www/theme/red/style.css','/www/theme/red','file','M'),(20195,2,7948,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20196,2,7949,'/module/project/view/bug.html.php','/module/project/view','file','M'),(20197,2,7950,'/module/bug/model.php','/module/bug','file','M'),(20198,2,7950,'/module/my/view/bug.html.php','/module/my/view','file','M'),(20199,2,7950,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(20200,2,7950,'/module/project/view/bug.html.php','/module/project/view','file','M'),(20201,2,7950,'/module/project/view/story.html.php','/module/project/view','file','M'),(20202,2,7950,'/module/testcase/model.php','/module/testcase','file','M'),(20203,2,7951,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(20204,2,7951,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(20205,2,7952,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20206,2,7952,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20207,2,7952,'/www/theme/green/style.css','/www/theme/green','file','M'),(20208,2,7952,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20209,2,7952,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20210,2,7952,'/www/theme/red/style.css','/www/theme/red','file','M'),(20211,2,7953,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(20212,2,7954,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(20213,2,7955,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20214,2,7957,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(20215,2,7957,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20216,2,7957,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20217,2,7957,'/www/theme/green/style.css','/www/theme/green','file','M'),(20218,2,7957,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20219,2,7957,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20220,2,7957,'/www/theme/red/style.css','/www/theme/red','file','M'),(20221,2,7958,'/module/common/view/footer.html.php','/module/common/view','file','M'),(20222,2,7958,'/module/custom/control.php','/module/custom','file','M'),(20223,2,7958,'/module/tree/model.php','/module/tree','file','M'),(20224,2,7959,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20225,2,7959,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20226,2,7959,'/www/theme/green/style.css','/www/theme/green','file','M'),(20227,2,7959,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20228,2,7959,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20229,2,7959,'/www/theme/red/style.css','/www/theme/red','file','M'),(20230,2,7960,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(20231,2,7961,'/www/js/my.full.js','/www/js','file','M'),(20232,2,7961,'/www/js/zui/min.js','/www/js/zui','file','M'),(20233,2,7961,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20234,2,7962,'/www/js/my.full.js','/www/js','file','M'),(20235,2,7962,'/www/js/zui/min.js','/www/js/zui','file','M'),(20236,2,7963,'/www/js/zui/min.js','/www/js/zui','file','M'),(20237,2,7964,'/module/block/js/dashboard.js','/module/block/js','file','M'),(20238,2,7964,'/module/story/view/view.html.php','/module/story/view','file','M'),(20239,2,7964,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20240,2,7965,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20241,2,7966,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20242,2,7966,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20243,2,7966,'/www/theme/green/style.css','/www/theme/green','file','M'),(20244,2,7966,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20245,2,7966,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20246,2,7966,'/www/theme/red/style.css','/www/theme/red','file','M'),(20247,2,7967,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20248,2,7967,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20249,2,7967,'/www/theme/green/style.css','/www/theme/green','file','M'),(20250,2,7967,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20251,2,7967,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20252,2,7967,'/www/theme/red/style.css','/www/theme/red','file','M'),(20253,2,7968,'/www/js/my.full.js','/www/js','file','M'),(20254,2,7968,'/www/js/zui/min.js','/www/js/zui','file','M'),(20255,2,7968,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20256,2,7969,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20257,2,7969,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20258,2,7969,'/www/theme/green/style.css','/www/theme/green','file','M'),(20259,2,7969,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20260,2,7969,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20261,2,7969,'/www/theme/red/style.css','/www/theme/red','file','M'),(20262,2,7969,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20263,2,7970,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(20264,2,7970,'/module/product/view/project.html.php','/module/product/view','file','M'),(20265,2,7970,'/module/project/view/all.html.php','/module/project/view','file','M'),(20266,2,7970,'/www/js/zui/min.js','/www/js/zui','file','M'),(20267,2,7971,'/module/project/css/burn.css','/module/project/css','file','M'),(20268,2,7971,'/module/project/view/burn.html.php','/module/project/view','file','M'),(20269,2,7972,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(20270,2,7972,'/www/js/zui/min.js','/www/js/zui','file','M'),(20271,2,7972,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20272,2,7972,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(20273,2,7972,'/www/theme/green/style.css','/www/theme/green','file','M'),(20274,2,7972,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20275,2,7972,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20276,2,7972,'/www/theme/red/style.css','/www/theme/red','file','M'),(20277,2,7972,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20278,2,7973,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(20279,2,7973,'/module/common/lang/en.php','/module/common/lang','file','M'),(20280,2,7973,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20281,2,7973,'/module/common/model.php','/module/common','file','M'),(20282,2,7973,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(20283,2,7973,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(20284,2,7973,'/module/user/css/login.css','/module/user/css','file','M'),(20285,2,7973,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20286,2,7973,'/www/theme/classic/style.css','/www/theme/classic','file','A'),(20287,2,7973,'/www/theme/green/style.css','/www/theme/green','file','M'),(20288,2,7973,'/www/theme/lightblue/style.css','/www/theme/lightblue','file','D'),(20289,2,7973,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(20290,2,7973,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(20291,2,7973,'/www/theme/red/style.css','/www/theme/red','file','M'),(20292,2,7974,'/module/common/lang/en.php','/module/common/lang','file','M'),(20293,2,7974,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20294,2,7974,'/module/common/model.php','/module/common','file','M'),(20295,2,7974,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(20296,2,7974,'/www/theme/green/style.css','/www/theme/green','file','M'),(20297,2,7974,'/www/theme/pink/style.css','/www/theme/pink','file','A'),(20298,2,7974,'/www/theme/purple/style.css','/www/theme/purple','file','A'),(20299,2,7974,'/www/theme/red/style.css','/www/theme/red','file','M'),(20300,2,7976,'/module/company/view/browse.html.php','/module/company/view','file','M'),(20301,2,7976,'/module/product/model.php','/module/product','file','M'),(20302,2,7976,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20303,2,7976,'/module/project/model.php','/module/project','file','M'),(20304,2,7976,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(20305,2,7976,'/module/project/view/story.html.php','/module/project/view','file','M'),(20306,2,7976,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(20307,2,7976,'/module/tutorial/css/start.css','/module/tutorial/css','file','M'),(20308,2,7976,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(20309,2,7976,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(20310,2,7976,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(20311,2,7976,'/module/tutorial/view/start.html.php','/module/tutorial/view','file','M'),(20312,2,7976,'/www/js/zui/min.js','/www/js/zui','file','M'),(20313,2,7976,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20314,2,7976,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(20315,2,7976,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(20316,2,7976,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(20317,2,7976,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(20318,2,7977,'/module/story/model.php','/module/story','file','M'),(20319,2,7978,'/module/doc/control.php','/module/doc','file','M'),(20320,2,7978,'/module/doc/js/common.js','/module/doc/js','file','M'),(20321,2,7978,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(20322,2,7978,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(20323,2,7978,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(20324,2,7980,'/module/misc/css/about.css','/module/misc/css','file','M'),(20325,2,7981,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(20326,2,7981,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(20327,2,7981,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(20328,2,7981,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(20329,2,7982,'/www/js/zui/min.js','/www/js/zui','file','M'),(20330,2,7984,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(20331,2,7985,'/VERSION','/','file','M'),(20332,2,7986,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20333,2,7987,'/module/upgrade/model.php','/module/upgrade','file','M'),(20334,2,7989,'/config/config.php','/config','file','M'),(20335,2,7989,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(20336,2,7989,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(20337,2,7989,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(20338,2,7989,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(20339,2,7989,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(20340,2,7989,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(20341,2,7989,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(20342,2,7989,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(20343,2,7989,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(20344,2,7989,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(20345,2,7989,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(20346,2,7989,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(20347,2,7989,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(20348,2,7989,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(20349,2,7989,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(20350,2,7991,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(20351,2,7993,'/module/user/control.php','/module/user','file','M'),(20352,2,7994,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20353,2,7996,'/www/js/zui/min.js','/www/js/zui','file','M'),(20354,2,7998,'/module/bug/model.php','/module/bug','file','M'),(20355,2,7998,'/module/datatable/model.php','/module/datatable','file','M'),(20356,2,7998,'/module/story/model.php','/module/story','file','M'),(20357,2,7998,'/module/task/config.php','/module/task','file','M'),(20358,2,7998,'/module/testcase/model.php','/module/testcase','file','M'),(20359,2,7998,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(20360,2,8000,'/module/common/lang/en.php','/module/common/lang','file','M'),(20361,2,8000,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20362,2,8000,'/module/common/model.php','/module/common','file','M'),(20363,2,8002,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20364,2,8003,'/module/project/view/view.html.php','/module/project/view','file','M'),(20365,2,8006,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(20366,2,8008,'/module/product/css/roadmap.css','/module/product/css','file','M'),(20367,2,8008,'/module/product/js/roadmap.js','/module/product/js','file','M'),(20368,2,8008,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(20369,2,8008,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20370,2,8009,'/module/my/view/todo.html.php','/module/my/view','file','M'),(20371,2,8011,'/www/js/zui/min.js','/www/js/zui','file','M'),(20372,2,8012,'/module/block/lang/en.php','/module/block/lang','file','M'),(20373,2,8012,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(20374,2,8012,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(20375,2,8012,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(20376,2,8012,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(20377,2,8012,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(20378,2,8012,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(20379,2,8014,'/module/user/css/login.css','/module/user/css','file','M'),(20380,2,8014,'/module/user/view/login.html.php','/module/user/view','file','M'),(20381,2,8015,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(20382,2,8016,'/module/common/model.php','/module/common','file','M'),(20383,2,8018,'/module/common/model.php','/module/common','file','M'),(20384,2,8019,'/module/block/js/admin.js','/module/block/js','file','M'),(20385,2,8020,'/www/js/zui/min.js','/www/js/zui','file','M'),(20386,2,8020,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20387,2,8022,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20388,2,8023,'/module/user/css/login.css','/module/user/css','file','M'),(20389,2,8024,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20390,2,8024,'/module/story/view/create.html.php','/module/story/view','file','M'),(20391,2,8024,'/module/task/view/create.html.php','/module/task/view','file','M'),(20392,2,8024,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20393,2,8025,'/module/project/view/all.html.php','/module/project/view','file','M'),(20394,2,8026,'/module/my/view/bug.html.php','/module/my/view','file','M'),(20395,2,8026,'/module/my/view/story.html.php','/module/my/view','file','M'),(20396,2,8026,'/module/my/view/task.html.php','/module/my/view','file','M'),(20397,2,8026,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(20398,2,8026,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(20399,2,8028,'/module/project/view/view.html.php','/module/project/view','file','M'),(20400,2,8029,'/module/common/view/header.html.php','/module/common/view','file','M'),(20401,2,8030,'/module/action/view/trash.html.php','/module/action/view','file','M'),(20402,2,8031,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(20403,2,8033,'/module/user/model.php','/module/user','file','M'),(20404,2,8034,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(20405,2,8034,'/module/testcase/config.php','/module/testcase','file','M'),(20406,2,8034,'/module/testcase/model.php','/module/testcase','file','M'),(20407,2,8034,'/module/user/view/login.html.php','/module/user/view','file','M'),(20408,2,8035,'/module/task/config.php','/module/task','file','M'),(20409,2,8035,'/module/task/model.php','/module/task','file','M'),(20410,2,8037,'/module/product/view/create.html.php','/module/product/view','file','M'),(20411,2,8037,'/module/product/view/index.html.php','/module/product/view','file','M'),(20412,2,8038,'/www/js/zui/min.js','/www/js/zui','file','M'),(20413,2,8039,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(20414,2,8039,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(20415,2,8041,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(20416,2,8041,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20417,2,8043,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(20418,2,8045,'/module/project/css/kanban.css','/module/project/css','file','M'),(20419,2,8045,'/module/project/css/storykanban.css','/module/project/css','file','M'),(20420,2,8046,'/module/webhook/model.php','/module/webhook','file','M'),(20421,2,8047,'/module/project/model.php','/module/project','file','M'),(20422,2,8048,'/module/my/view/bug.html.php','/module/my/view','file','M'),(20423,2,8048,'/module/my/view/story.html.php','/module/my/view','file','M'),(20424,2,8048,'/module/my/view/task.html.php','/module/my/view','file','M'),(20425,2,8048,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(20426,2,8049,'/module/bug/model.php','/module/bug','file','M'),(20427,2,8050,'/module/story/control.php','/module/story','file','M'),(20428,2,8050,'/module/story/view/create.html.php','/module/story/view','file','M'),(20429,2,8051,'/module/testcase/model.php','/module/testcase','file','M'),(20430,2,8051,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(20431,2,8051,'/module/tree/control.php','/module/tree','file','M'),(20432,2,8051,'/module/tree/model.php','/module/tree','file','M'),(20433,2,8052,'/www/js/my.full.js','/www/js','file','M'),(20434,2,8053,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(20435,2,8054,'/module/project/css/common.css','/module/project/css','file','M'),(20436,2,8055,'/module/project/css/common.css','/module/project/css','file','M'),(20437,2,8055,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20438,2,8056,'/www/js/zui/min.js','/www/js/zui','file','M'),(20439,2,8058,'/www/js/zui/min.js','/www/js/zui','file','M'),(20440,2,8059,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(20441,2,8059,'/module/story/config.php','/module/story','file','M'),(20442,2,8059,'/module/story/model.php','/module/story','file','M'),(20443,2,8059,'/module/story/view/view.html.php','/module/story/view','file','M'),(20444,2,8059,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(20445,2,8060,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(20446,2,8060,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(20447,2,8060,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20448,2,8060,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20449,2,8060,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(20450,2,8060,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(20451,2,8060,'/module/project/view/task.html.php','/module/project/view','file','M'),(20452,2,8060,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(20453,2,8060,'/module/story/view/create.html.php','/module/story/view','file','M'),(20454,2,8060,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(20455,2,8060,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(20456,2,8060,'/module/task/view/create.html.php','/module/task/view','file','M'),(20457,2,8060,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(20458,2,8060,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(20459,2,8060,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(20460,2,8060,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20461,2,8060,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20462,2,8060,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(20463,2,8060,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(20464,2,8060,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(20465,2,8060,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(20466,2,8060,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(20467,2,8061,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(20468,2,8061,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20469,2,8063,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20470,2,8063,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20471,2,8065,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(20472,2,8065,'/module/user/view/todo.html.php','/module/user/view','file','M'),(20473,2,8066,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(20474,2,8066,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(20475,2,8066,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(20476,2,8066,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(20477,2,8066,'/module/user/css/dynamic.css','/module/user/css','file','M'),(20478,2,8066,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(20479,2,8067,'/module/my/view/bug.html.php','/module/my/view','file','M'),(20480,2,8068,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(20481,2,8068,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(20482,2,8068,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(20483,2,8068,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(20484,2,8069,'/module/task/view/edit.html.php','/module/task/view','file','M'),(20485,2,8070,'/module/testreport/control.php','/module/testreport','file','M'),(20486,2,8071,'/www/js/zui/min.js','/www/js/zui','file','M'),(20487,2,8071,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20488,2,8072,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(20489,2,8073,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20490,2,8073,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20491,2,8073,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(20492,2,8073,'/module/company/view/browse.html.php','/module/company/view','file','M'),(20493,2,8073,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(20494,2,8073,'/module/message/control.php','/module/message','file','M'),(20495,2,8073,'/module/product/view/all.html.php','/module/product/view','file','M'),(20496,2,8073,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20497,2,8073,'/module/project/view/story.html.php','/module/project/view','file','M'),(20498,2,8073,'/module/project/view/task.html.php','/module/project/view','file','M'),(20499,2,8073,'/module/score/model.php','/module/score','file','M'),(20500,2,8073,'/module/task/view/create.html.php','/module/task/view','file','M'),(20501,2,8073,'/module/task/view/edit.html.php','/module/task/view','file','M'),(20502,2,8073,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(20503,2,8073,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20504,2,8073,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(20505,2,8073,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(20506,2,8073,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(20507,2,8073,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(20508,2,8074,'/module/task/js/common.js','/module/task/js','file','M'),(20509,2,8074,'/module/task/js/create.js','/module/task/js','file','M'),(20510,2,8074,'/module/task/js/edit.js','/module/task/js','file','M'),(20511,2,8074,'/module/task/js/start.js','/module/task/js','file','A'),(20512,2,8074,'/module/task/view/create.html.php','/module/task/view','file','M'),(20513,2,8074,'/module/task/view/edit.html.php','/module/task/view','file','M'),(20514,2,8074,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20515,2,8075,'/module/company/js/dynamic.js','/module/company/js','file','M'),(20516,2,8075,'/module/doc/js/browse.js','/module/doc/js','file','M'),(20517,2,8075,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20518,2,8075,'/module/project/js/importbug.js','/module/project/js','file','M'),(20519,2,8075,'/module/project/view/task.html.php','/module/project/view','file','M'),(20520,2,8075,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(20521,2,8075,'/module/story/view/view.html.php','/module/story/view','file','M'),(20522,2,8075,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(20523,2,8075,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(20524,2,8075,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(20525,2,8075,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(20526,2,8075,'/module/testsuite/js/library.js','/module/testsuite/js','file','M'),(20527,2,8075,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20528,2,8075,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(20529,2,8075,'/www/js/zui/min.js','/www/js/zui','file','M'),(20530,2,8075,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20531,2,8076,'/module/testsuite/css/linkcase.css','/module/testsuite/css','file','M'),(20532,2,8076,'/module/testsuite/js/linkcase.js','/module/testsuite/js','file','M'),(20533,2,8076,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(20534,2,8076,'/module/testtask/css/linkcase.css','/module/testtask/css','file','M'),(20535,2,8076,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(20536,2,8077,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(20537,2,8078,'/module/doc/css/common.css','/module/doc/css','file','M'),(20538,2,8078,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(20539,2,8078,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(20540,2,8078,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(20541,2,8078,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(20542,2,8079,'/module/project/css/common.css','/module/project/css','file','M'),(20543,2,8079,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20544,2,8080,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(20545,2,8080,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(20546,2,8080,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(20547,2,8081,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20548,2,8083,'/module/company/css/dynamic.css','/module/company/css','file','M'),(20549,2,8083,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(20550,2,8083,'/module/company/view/view.html.php','/module/company/view','file','M'),(20551,2,8083,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(20552,2,8083,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(20553,2,8083,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(20554,2,8083,'/module/project/view/printkanban.html.php','/module/project/view','file','M'),(20555,2,8083,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20556,2,8085,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(20557,2,8086,'/module/build/css/view.css','/module/build/css','file','M'),(20558,2,8086,'/module/build/js/view.js','/module/build/js','file','M'),(20559,2,8086,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(20560,2,8086,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(20561,2,8086,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(20562,2,8086,'/module/release/css/common.css','/module/release/css','file','M'),(20563,2,8086,'/module/release/css/view.css','/module/release/css','file','M'),(20564,2,8086,'/module/release/js/view.js','/module/release/js','file','M'),(20565,2,8086,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(20566,2,8086,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(20567,2,8086,'/module/release/view/view.html.php','/module/release/view','file','M'),(20568,2,8086,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(20569,2,8087,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(20570,2,8087,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(20571,2,8087,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(20572,2,8087,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(20573,2,8087,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(20574,2,8089,'/module/build/css/common.css','/module/build/css','file','M'),(20575,2,8089,'/module/build/css/view.css','/module/build/css','file','M'),(20576,2,8089,'/module/build/js/view.js','/module/build/js','file','M'),(20577,2,8089,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(20578,2,8089,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(20579,2,8089,'/module/build/view/view.html.php','/module/build/view','file','M'),(20580,2,8089,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(20581,2,8089,'/www/js/zui/min.js','/www/js/zui','file','M'),(20582,2,8089,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20583,2,8090,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(20584,2,8090,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(20585,2,8092,'/module/bug/js/create.js','/module/bug/js','file','M'),(20586,2,8092,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(20587,2,8092,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(20588,2,8092,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20589,2,8092,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20590,2,8092,'/module/build/css/view.css','/module/build/css','file','M'),(20591,2,8092,'/module/build/js/common.js','/module/build/js','file','M'),(20592,2,8092,'/module/build/view/create.html.php','/module/build/view','file','M'),(20593,2,8092,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(20594,2,8092,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(20595,2,8092,'/module/build/view/view.html.php','/module/build/view','file','M'),(20596,2,8092,'/module/doc/js/browse.js','/module/doc/js','file','M'),(20597,2,8092,'/module/project/view/build.html.php','/module/project/view','file','M'),(20598,2,8092,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(20599,2,8092,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(20600,2,8092,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(20601,2,8092,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(20602,2,8092,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20603,2,8092,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(20604,2,8092,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(20605,2,8092,'/module/testreport/css/create.css','/module/testreport/css','file','A'),(20606,2,8092,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(20607,2,8092,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20608,2,8093,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20609,2,8095,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(20610,2,8095,'/module/project/js/manageproducts.js','/module/project/js','file','M'),(20611,2,8095,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(20612,2,8095,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(20613,2,8097,'/module/doc/model.php','/module/doc','file','M'),(20614,2,8099,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(20615,2,8100,'/module/common/view/footer.html.php','/module/common/view','file','M'),(20616,2,8100,'/www/js/zui/min.js','/www/js/zui','file','M'),(20617,2,8101,'/module/doc/control.php','/module/doc','file','M'),(20618,2,8101,'/module/doc/model.php','/module/doc','file','M'),(20619,2,8103,'/module/doc/control.php','/module/doc','file','M'),(20620,2,8103,'/module/doc/model.php','/module/doc','file','M'),(20621,2,8104,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(20622,2,8106,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20623,2,8106,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(20624,2,8107,'/module/project/js/story.js','/module/project/js','file','M'),(20625,2,8108,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(20626,2,8109,'/module/bug/js/view.js','/module/bug/js','file','M'),(20627,2,8109,'/www/js/my.full.js','/www/js','file','M'),(20628,2,8110,'/module/common/model.php','/module/common','file','M'),(20629,2,8112,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(20630,2,8112,'/module/task/js/common.js','/module/task/js','file','M'),(20631,2,8112,'/module/task/js/create.js','/module/task/js','file','M'),(20632,2,8112,'/module/task/view/create.html.php','/module/task/view','file','M'),(20633,2,8112,'/module/task/view/edit.html.php','/module/task/view','file','M'),(20634,2,8114,'/module/project/js/story.js','/module/project/js','file','M'),(20635,2,8115,'/module/story/config.php','/module/story','file','M'),(20636,2,8115,'/module/story/model.php','/module/story','file','M'),(20637,2,8116,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(20638,2,8118,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(20639,2,8119,'/module/todo/css/view.css','/module/todo/css','file','M'),(20640,2,8119,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(20641,2,8120,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20642,2,8121,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(20643,2,8123,'/www/js/zui/min.js','/www/js/zui','file','M'),(20644,2,8123,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20645,2,8125,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(20646,2,8125,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(20647,2,8125,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(20648,2,8125,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(20649,2,8125,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(20650,2,8125,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(20651,2,8125,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(20652,2,8125,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(20653,2,8125,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(20654,2,8125,'/module/testcase/config.php','/module/testcase','file','M'),(20655,2,8125,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(20656,2,8125,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(20657,2,8125,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(20658,2,8125,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(20659,2,8126,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(20660,2,8128,'/module/project/view/create.html.php','/module/project/view','file','M'),(20661,2,8128,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(20662,2,8128,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20663,2,8128,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(20664,2,8129,'/module/block/css/admin.css','/module/block/css','file','M'),(20665,2,8129,'/module/block/view/admin.html.php','/module/block/view','file','M'),(20666,2,8129,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20667,2,8131,'/module/action/config.php','/module/action','file','M'),(20668,2,8131,'/module/action/model.php','/module/action','file','M'),(20669,2,8131,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(20670,2,8131,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(20671,2,8131,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(20672,2,8131,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(20673,2,8131,'/module/product/view/view.html.php','/module/product/view','file','M'),(20674,2,8131,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(20675,2,8131,'/module/project/view/view.html.php','/module/project/view','file','M'),(20676,2,8131,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(20677,2,8133,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(20678,2,8135,'/module/bug/css/batchedit.css','/module/bug/css','file','M'),(20679,2,8135,'/module/common/lang/en.php','/module/common/lang','file','M'),(20680,2,8135,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20681,2,8135,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(20682,2,8135,'/module/common/view/noticeimport.html.php','/module/common/view','file','M'),(20683,2,8135,'/module/custom/control.php','/module/custom','file','M'),(20684,2,8135,'/module/project/model.php','/module/project','file','M'),(20685,2,8135,'/module/story/css/batchedit.css','/module/story/css','file','M'),(20686,2,8135,'/module/task/config.php','/module/task','file','M'),(20687,2,8135,'/module/task/css/batchedit.css','/module/task/css','file','M'),(20688,2,8135,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(20689,2,8135,'/module/testcase/model.php','/module/testcase','file','M'),(20690,2,8135,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(20691,2,8137,'/module/user/view/login.html.php','/module/user/view','file','M'),(20692,2,8137,'/www/theme/default/images/main/zt-logo.png','/www/theme/default/images/main','file','M'),(20693,2,8138,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(20694,2,8138,'/module/build/view/view.html.php','/module/build/view','file','M'),(20695,2,8138,'/module/company/view/browse.html.php','/module/company/view','file','M'),(20696,2,8138,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(20697,2,8138,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(20698,2,8138,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(20699,2,8138,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(20700,2,8138,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(20701,2,8138,'/module/group/css/browse.css','/module/group/css','file','M'),(20702,2,8138,'/module/group/view/browse.html.php','/module/group/view','file','M'),(20703,2,8138,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(20704,2,8138,'/module/my/css/todo.css','/module/my/css','file','M'),(20705,2,8138,'/module/my/view/bug.html.php','/module/my/view','file','M'),(20706,2,8138,'/module/my/view/story.html.php','/module/my/view','file','M'),(20707,2,8138,'/module/my/view/task.html.php','/module/my/view','file','M'),(20708,2,8138,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(20709,2,8138,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(20710,2,8138,'/module/product/view/build.html.php','/module/product/view','file','M'),(20711,2,8138,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(20712,2,8138,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(20713,2,8138,'/module/project/view/bug.html.php','/module/project/view','file','M'),(20714,2,8138,'/module/project/view/build.html.php','/module/project/view','file','M'),(20715,2,8138,'/module/project/view/story.html.php','/module/project/view','file','M'),(20716,2,8138,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(20717,2,8138,'/module/release/view/browse.html.php','/module/release/view','file','M'),(20718,2,8138,'/module/release/view/view.html.php','/module/release/view','file','M'),(20719,2,8138,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(20720,2,8138,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(20721,2,8138,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(20722,2,8138,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(20723,2,8138,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(20724,2,8138,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20725,2,8138,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(20726,2,8138,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(20727,2,8138,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(20728,2,8138,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(20729,2,8138,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20730,2,8139,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20731,2,8140,'/module/user/css/edit.css','/module/user/css','file','M'),(20732,2,8140,'/module/user/view/edit.html.php','/module/user/view','file','M'),(20733,2,8140,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20734,2,8141,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(20735,2,8142,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(20736,2,8144,'/lib/pager/pager.class.php','/lib/pager','file','M'),(20737,2,8144,'/www/js/zui/min.js','/www/js/zui','file','M'),(20738,2,8147,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20739,2,8148,'/module/my/view/todo.html.php','/module/my/view','file','M'),(20740,2,8148,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(20741,2,8151,'/module/doc/model.php','/module/doc','file','M'),(20742,2,8151,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(20743,2,8152,'/module/my/view/profile.html.php','/module/my/view','file','M'),(20744,2,8153,'/module/tree/css/common.css','/module/tree/css','file','M'),(20745,2,8153,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(20746,2,8153,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(20747,2,8155,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20748,2,8156,'/module/story/view/create.html.php','/module/story/view','file','M'),(20749,2,8158,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(20750,2,8160,'/module/my/control.php','/module/my','file','M'),(20751,2,8160,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(20752,2,8160,'/www/js/my.full.js','/www/js','file','M'),(20753,2,8160,'/www/js/zui/min.js','/www/js/zui','file','M'),(20754,2,8160,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20755,2,8161,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(20756,2,8162,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(20757,2,8162,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(20758,2,8163,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(20759,2,8163,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(20760,2,8163,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(20761,2,8164,'/module/story/view/view.html.php','/module/story/view','file','M'),(20762,2,8165,'/module/project/view/story.html.php','/module/project/view','file','M'),(20763,2,8167,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(20764,2,8168,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20765,2,8170,'/module/project/js/story.js','/module/project/js','file','M'),(20766,2,8170,'/module/project/view/story.html.php','/module/project/view','file','M'),(20767,2,8170,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20768,2,8172,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(20769,2,8173,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(20770,2,8173,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20771,2,8174,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(20772,2,8174,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(20773,2,8176,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20774,2,8177,'/module/bug/js/browse.js','/module/bug/js','file','M'),(20775,2,8177,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20776,2,8178,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(20777,2,8179,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20778,2,8181,'/module/common/model.php','/module/common','file','M'),(20779,2,8182,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(20780,2,8184,'/db/update10.0.alpha.sql','/db','file','A'),(20781,2,8184,'/db/zentao.sql','/db','file','M'),(20782,2,8186,'/module/file/view/export.html.php','/module/file/view','file','M'),(20783,2,8188,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(20784,2,8190,'/module/block/lang/en.php','/module/block/lang','file','M'),(20785,2,8190,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(20786,2,8190,'/module/story/lang/en.php','/module/story/lang','file','M'),(20787,2,8190,'/module/task/lang/en.php','/module/task/lang','file','M'),(20788,2,8190,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(20789,2,8192,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(20790,2,8193,'/www/js/zui/min.js','/www/js/zui','file','M'),(20791,2,8193,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20792,2,8194,'/module/bug/js/browse.js','/module/bug/js','file','M'),(20793,2,8194,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(20794,2,8194,'/module/custom/model.php','/module/custom','file','M'),(20795,2,8194,'/module/product/js/browse.js','/module/product/js','file','M'),(20796,2,8194,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20797,2,8194,'/module/project/js/task.js','/module/project/js','file','M'),(20798,2,8194,'/module/project/view/task.html.php','/module/project/view','file','M'),(20799,2,8194,'/module/search/control.php','/module/search','file','M'),(20800,2,8194,'/module/search/model.php','/module/search','file','M'),(20801,2,8194,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(20802,2,8194,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(20803,2,8194,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(20804,2,8196,'/module/common/view/noticeimport.html.php','/module/common/view','file','M'),(20805,2,8196,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(20806,2,8196,'/www/js/zui/min.js','/www/js/zui','file','M'),(20807,2,8196,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20808,2,8197,'/module/task/view/view.html.php','/module/task/view','file','M'),(20809,2,8199,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(20810,2,8199,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(20811,2,8200,'/module/task/js/view.js','/module/task/js','file','M'),(20812,2,8202,'/module/task/js/view.js','/module/task/js','file','M'),(20813,2,8204,'/module/block/lang/en.php','/module/block/lang','file','M'),(20814,2,8204,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(20815,2,8204,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(20816,2,8204,'/module/upgrade/model.php','/module/upgrade','file','M'),(20817,2,8206,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(20818,2,8208,'/module/block/control.php','/module/block','file','M'),(20819,2,8208,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(20820,2,8208,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(20821,2,8208,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(20822,2,8209,'/module/project/css/kanban.css','/module/project/css','file','M'),(20823,2,8209,'/module/project/css/storykanban.css','/module/project/css','file','M'),(20824,2,8209,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(20825,2,8209,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(20826,2,8209,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20827,2,8211,'/module/company/css/dynamic.css','/module/company/css','file','M'),(20828,2,8211,'/module/my/css/dynamic.css','/module/my/css','file','M'),(20829,2,8211,'/module/product/css/dynamic.css','/module/product/css','file','M'),(20830,2,8211,'/module/project/css/dynamic.css','/module/project/css','file','M'),(20831,2,8211,'/module/user/css/dynamic.css','/module/user/css','file','M'),(20832,2,8212,'/module/release/view/create.html.php','/module/release/view','file','M'),(20833,2,8212,'/module/release/view/edit.html.php','/module/release/view','file','M'),(20834,2,8212,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(20835,2,8212,'/module/task/view/finish.html.php','/module/task/view','file','M'),(20836,2,8212,'/module/task/view/pause.html.php','/module/task/view','file','M'),(20837,2,8212,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(20838,2,8212,'/module/task/view/start.html.php','/module/task/view','file','M'),(20839,2,8212,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(20840,2,8212,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(20841,2,8212,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(20842,2,8212,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(20843,2,8212,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(20844,2,8212,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(20845,2,8212,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(20846,2,8212,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(20847,2,8212,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(20848,2,8212,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(20849,2,8212,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(20850,2,8212,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(20851,2,8212,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(20852,2,8212,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(20853,2,8212,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(20854,2,8212,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(20855,2,8212,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(20856,2,8212,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(20857,2,8212,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(20858,2,8212,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(20859,2,8212,'/module/user/view/create.html.php','/module/user/view','file','M'),(20860,2,8212,'/module/user/view/edit.html.php','/module/user/view','file','M'),(20861,2,8212,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(20862,2,8212,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(20863,2,8213,'/module/story/view/activate.html.php','/module/story/view','file','M'),(20864,2,8213,'/module/story/view/close.html.php','/module/story/view','file','M'),(20865,2,8213,'/module/story/view/create.html.php','/module/story/view','file','M'),(20866,2,8214,'/module/project/view/activate.html.php','/module/project/view','file','M'),(20867,2,8214,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(20868,2,8214,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(20869,2,8214,'/module/project/view/close.html.php','/module/project/view','file','M'),(20870,2,8214,'/module/project/view/edit.html.php','/module/project/view','file','M'),(20871,2,8214,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(20872,2,8214,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(20873,2,8214,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(20874,2,8214,'/module/project/view/start.html.php','/module/project/view','file','M'),(20875,2,8214,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(20876,2,8215,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(20877,2,8215,'/module/message/view/setting.html.php','/module/message/view','file','M'),(20878,2,8215,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(20879,2,8215,'/module/product/view/close.html.php','/module/product/view','file','M'),(20880,2,8215,'/module/product/view/create.html.php','/module/product/view','file','M'),(20881,2,8215,'/module/product/view/edit.html.php','/module/product/view','file','M'),(20882,2,8215,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(20883,2,8215,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(20884,2,8217,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(20885,2,8217,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(20886,2,8217,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(20887,2,8219,'/module/group/lang/en.php','/module/group/lang','file','M'),(20888,2,8219,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(20889,2,8221,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(20890,2,8221,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(20891,2,8221,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(20892,2,8221,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(20893,2,8223,'/module/message/control.php','/module/message','file','M'),(20894,2,8223,'/module/message/view/setting.html.php','/module/message/view','file','M'),(20895,2,8223,'/module/task/view/create.html.php','/module/task/view','file','M'),(20896,2,8223,'/module/task/view/view.html.php','/module/task/view','file','M'),(20897,2,8223,'/module/testcase/model.php','/module/testcase','file','M'),(20898,2,8223,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(20899,2,8225,'/module/story/js/change.js','/module/story/js','file','M'),(20900,2,8225,'/module/story/view/change.html.php','/module/story/view','file','M'),(20901,2,8226,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(20902,2,8226,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(20903,2,8226,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(20904,2,8226,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(20905,2,8227,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(20906,2,8227,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(20907,2,8227,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(20908,2,8227,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(20909,2,8228,'/module/build/view/create.html.php','/module/build/view','file','M'),(20910,2,8228,'/module/build/view/edit.html.php','/module/build/view','file','M'),(20911,2,8229,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(20912,2,8231,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(20913,2,8231,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(20914,2,8232,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(20915,2,8233,'/www/js/zui/min.js','/www/js/zui','file','M'),(20916,2,8234,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20917,2,8235,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(20918,2,8236,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(20919,2,8236,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(20920,2,8236,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(20921,2,8236,'/module/file/view/export.html.php','/module/file/view','file','M'),(20922,2,8236,'/module/product/view/create.html.php','/module/product/view','file','M'),(20923,2,8236,'/module/project/view/create.html.php','/module/project/view','file','M'),(20924,2,8236,'/module/report/view/workload.html.php','/module/report/view','file','M'),(20925,2,8236,'/module/story/view/close.html.php','/module/story/view','file','M'),(20926,2,8236,'/module/task/view/create.html.php','/module/task/view','file','M'),(20927,2,8236,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','M'),(20928,2,8236,'/module/testsuite/view/import.html.php','/module/testsuite/view','file','M'),(20929,2,8236,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(20930,2,8236,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(20931,2,8237,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20932,2,8238,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(20933,2,8239,'/module/user/css/login.css','/module/user/css','file','M'),(20934,2,8241,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(20935,2,8241,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(20936,2,8241,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(20937,2,8241,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(20938,2,8243,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(20939,2,8245,'/module/common/model.php','/module/common','file','M'),(20940,2,8245,'/module/common/view/footer.html.php','/module/common/view','file','M'),(20941,2,8245,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20942,2,8245,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(20943,2,8245,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(20944,2,8245,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(20945,2,8245,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(20946,2,8247,'/module/product/view/browse.html.php','/module/product/view','file','M'),(20947,2,8247,'/module/project/view/task.html.php','/module/project/view','file','M'),(20948,2,8248,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(20949,2,8248,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(20950,2,8248,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(20951,2,8248,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(20952,2,8249,'/module/common/lang/en.php','/module/common/lang','file','M'),(20953,2,8249,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(20954,2,8249,'/module/common/view/noticeimport.html.php','/module/common/view','file','M'),(20955,2,8249,'/module/testcase/view/import.html.php','/module/testcase/view','file','M'),(20956,2,8249,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(20957,2,8249,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(20958,2,8251,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(20959,2,8251,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(20960,2,8251,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(20961,2,8251,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(20962,2,8253,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(20963,2,8253,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(20964,2,8253,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(20965,2,8253,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(20966,2,8253,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(20967,2,8253,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(20968,2,8253,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(20969,2,8253,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(20970,2,8254,'/module/testcase/control.php','/module/testcase','file','M'),(20971,2,8254,'/module/testsuite/control.php','/module/testsuite','file','M'),(20972,2,8256,'/module/dept/css/browse.css','/module/dept/css','file','M'),(20973,2,8256,'/module/dept/model.php','/module/dept','file','M'),(20974,2,8256,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(20975,2,8256,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(20976,2,8256,'/www/js/zui/min.js','/www/js/zui','file','M'),(20977,2,8256,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20978,2,8257,'/module/project/view/tree.html.php','/module/project/view','file','M'),(20979,2,8259,'/module/bug/control.php','/module/bug','file','M'),(20980,2,8260,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(20981,2,8260,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(20982,2,8260,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(20983,2,8262,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(20984,2,8262,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(20985,2,8264,'/module/build/view/view.html.php','/module/build/view','file','M'),(20986,2,8265,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(20987,2,8267,'/module/company/css/dynamic.css','/module/company/css','file','M'),(20988,2,8267,'/module/my/css/dynamic.css','/module/my/css','file','M'),(20989,2,8267,'/module/product/css/dynamic.css','/module/product/css','file','M'),(20990,2,8267,'/module/project/css/dynamic.css','/module/project/css','file','M'),(20991,2,8267,'/module/user/css/dynamic.css','/module/user/css','file','M'),(20992,2,8269,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(20993,2,8271,'/module/testcase/control.php','/module/testcase','file','M'),(20994,2,8271,'/module/testcase/model.php','/module/testcase','file','M'),(20995,2,8272,'/module/doc/js/common.js','/module/doc/js','file','M'),(20996,2,8272,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(20997,2,8273,'/module/doc/css/common.css','/module/doc/css','file','M'),(20998,2,8273,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(20999,2,8273,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21000,2,8273,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21001,2,8273,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(21002,2,8274,'/module/doc/css/common.css','/module/doc/css','file','M'),(21003,2,8274,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(21004,2,8274,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(21005,2,8274,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(21006,2,8274,'/module/file/view/download.html.php','/module/file/view','file','M'),(21007,2,8274,'/module/file/view/edit.html.php','/module/file/view','file','M'),(21008,2,8274,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(21009,2,8274,'/www/js/zui/min.js','/www/js/zui','file','M'),(21010,2,8274,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21011,2,8275,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(21012,2,8275,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(21013,2,8275,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21014,2,8276,'/module/testsuite/control.php','/module/testsuite','file','M'),(21015,2,8276,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(21016,2,8276,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(21017,2,8276,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(21018,2,8276,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(21019,2,8278,'/module/bug/css/batchedit.css','/module/bug/css','file','M'),(21020,2,8278,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(21021,2,8278,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(21022,2,8278,'/module/task/view/create.html.php','/module/task/view','file','M'),(21023,2,8278,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(21024,2,8278,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','M'),(21025,2,8278,'/module/testsuite/view/import.html.php','/module/testsuite/view','file','M'),(21026,2,8278,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21027,2,8278,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(21028,2,8278,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(21029,2,8278,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21030,2,8280,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21031,2,8281,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21032,2,8283,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(21033,2,8283,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(21034,2,8283,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21035,2,8283,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(21036,2,8283,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21037,2,8283,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21038,2,8283,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(21039,2,8284,'/module/todo/control.php','/module/todo','file','M'),(21040,2,8286,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(21041,2,8286,'/module/product/view/browse.html.php','/module/product/view','file','M'),(21042,2,8288,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(21043,2,8289,'/module/todo/js/view.js','/module/todo/js','file','M'),(21044,2,8289,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(21045,2,8290,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21046,2,8290,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(21047,2,8292,'/module/block/css/dashboard.css','/module/block/css','file','M'),(21048,2,8292,'/module/block/js/dashboard.js','/module/block/js','file','M'),(21049,2,8292,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21050,2,8292,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(21051,2,8292,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(21052,2,8292,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(21053,2,8292,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(21054,2,8292,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(21055,2,8292,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(21056,2,8292,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(21057,2,8292,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21058,2,8292,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21059,2,8292,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(21060,2,8292,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(21061,2,8292,'/www/js/zui/min.js','/www/js/zui','file','M'),(21062,2,8294,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(21063,2,8294,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(21064,2,8295,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21065,2,8295,'/module/company/view/browse.html.php','/module/company/view','file','M'),(21066,2,8295,'/module/group/view/browse.html.php','/module/group/view','file','M'),(21067,2,8295,'/module/my/view/todo.html.php','/module/my/view','file','M'),(21068,2,8295,'/module/product/view/build.html.php','/module/product/view','file','M'),(21069,2,8295,'/module/product/view/index.html.php','/module/product/view','file','M'),(21070,2,8295,'/module/product/view/showerrornone.html.php','/module/product/view','file','M'),(21071,2,8295,'/module/project/view/bug.html.php','/module/project/view','file','M'),(21072,2,8295,'/module/project/view/build.html.php','/module/project/view','file','M'),(21073,2,8295,'/module/project/view/story.html.php','/module/project/view','file','M'),(21074,2,8295,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(21075,2,8295,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(21076,2,8295,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(21077,2,8295,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(21078,2,8295,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(21079,2,8296,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(21080,2,8297,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(21081,2,8299,'/module/action/view/trash.html.php','/module/action/view','file','M'),(21082,2,8301,'/module/action/view/trash.html.php','/module/action/view','file','M'),(21083,2,8302,'/module/score/model.php','/module/score','file','M'),(21084,2,8302,'/module/story/lang/en.php','/module/story/lang','file','M'),(21085,2,8302,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(21086,2,8302,'/module/story/view/view.html.php','/module/story/view','file','M'),(21087,2,8304,'/module/block/css/dashboard.css','/module/block/css','file','M'),(21088,2,8304,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(21089,2,8304,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21090,2,8305,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(21091,2,8305,'/module/project/view/view.html.php','/module/project/view','file','M'),(21092,2,8305,'/module/score/model.php','/module/score','file','M'),(21093,2,8305,'/module/task/view/view.html.php','/module/task/view','file','M'),(21094,2,8307,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(21095,2,8309,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(21096,2,8309,'/module/score/model.php','/module/score','file','M'),(21097,2,8311,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(21098,2,8313,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(21099,2,8313,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(21100,2,8313,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(21101,2,8313,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(21102,2,8313,'/module/report/view/workload.html.php','/module/report/view','file','M'),(21103,2,8315,'/module/common/model.php','/module/common','file','M'),(21104,2,8316,'/module/report/css/bugcreate.css','/module/report/css','file','M'),(21105,2,8316,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(21106,2,8318,'/module/bug/js/create.js','/module/bug/js','file','M'),(21107,2,8318,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21108,2,8318,'/www/js/zui/min.js','/www/js/zui','file','M'),(21109,2,8318,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21110,2,8320,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(21111,2,8322,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(21112,2,8322,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(21113,2,8324,'/module/score/css/reset.css','/module/score/css','file','A'),(21114,2,8324,'/module/score/view/reset.html.php','/module/score/view','file','M'),(21115,2,8324,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(21116,2,8326,'/module/common/lang/en.php','/module/common/lang','file','M'),(21117,2,8326,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(21118,2,8326,'/module/project/css/create.css','/module/project/css','file','M'),(21119,2,8326,'/module/project/view/create.html.php','/module/project/view','file','M'),(21120,2,8327,'/module/product/css/common.css','/module/product/css','file','A'),(21121,2,8330,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(21122,2,8332,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21123,2,8334,'/module/custom/control.php','/module/custom','file','M'),(21124,2,8334,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(21125,2,8334,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(21126,2,8334,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(21127,2,8334,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(21128,2,8334,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(21129,2,8336,'/module/misc/css/changelog.css','/module/misc/css','file','M'),(21130,2,8336,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(21131,2,8337,'/module/story/view/edit.html.php','/module/story/view','file','M'),(21132,2,8337,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21133,2,8338,'/module/todo/css/edit.css','/module/todo/css','file','M'),(21134,2,8338,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(21135,2,8338,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(21136,2,8339,'/module/admin/control.php','/module/admin','file','M'),(21137,2,8339,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(21138,2,8341,'/module/bug/css/create.css','/module/bug/css','file','M'),(21139,2,8341,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(21140,2,8341,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(21141,2,8341,'/module/project/view/create.html.php','/module/project/view','file','M'),(21142,2,8341,'/www/js/zui/min.js','/www/js/zui','file','M'),(21143,2,8341,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21144,2,8343,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(21145,2,8344,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(21146,2,8347,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(21147,2,8348,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(21148,2,8349,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(21149,2,8350,'/module/group/lang/en.php','/module/group/lang','file','M'),(21150,2,8350,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(21151,2,8350,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(21152,2,8351,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21153,2,8353,'/module/bug/model.php','/module/bug','file','M'),(21154,2,8354,'/module/user/view/bug.html.php','/module/user/view','file','M'),(21155,2,8354,'/module/user/view/story.html.php','/module/user/view','file','M'),(21156,2,8354,'/module/user/view/task.html.php','/module/user/view','file','M'),(21157,2,8354,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(21158,2,8354,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(21159,2,8356,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(21160,2,8358,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21161,2,8358,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(21162,2,8358,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(21163,2,8358,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(21164,2,8358,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21165,2,8358,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21166,2,8358,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(21167,2,8358,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21168,2,8358,'/module/release/view/browse.html.php','/module/release/view','file','M'),(21169,2,8358,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(21170,2,8358,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(21171,2,8358,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(21172,2,8358,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(21173,2,8358,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(21174,2,8358,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(21175,2,8358,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(21176,2,8358,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(21177,2,8360,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(21178,2,8360,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(21179,2,8360,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(21180,2,8360,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(21181,2,8360,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(21182,2,8360,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21183,2,8360,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(21184,2,8361,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(21185,2,8363,'/module/project/config.php','/module/project','file','M'),(21186,2,8363,'/module/project/css/tree.css','/module/project/css','file','M'),(21187,2,8363,'/module/project/js/tree.js','/module/project/js','file','M'),(21188,2,8363,'/module/project/view/tree.html.php','/module/project/view','file','M'),(21189,2,8363,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(21190,2,8363,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(21191,2,8363,'/www/js/zui/min.js','/www/js/zui','file','M'),(21192,2,8365,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(21193,2,8367,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(21194,2,8368,'/www/js/zui/min.js','/www/js/zui','file','M'),(21195,2,8368,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21196,2,8369,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(21197,2,8371,'/module/story/control.php','/module/story','file','M'),(21198,2,8373,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(21199,2,8373,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(21200,2,8373,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(21201,2,8373,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(21202,2,8376,'/Makefile','/','file','M'),(21203,2,8376,'/module/common/model.php','/module/common','file','M'),(21204,2,8376,'/module/common/view/footer.html.php','/module/common/view','file','M'),(21205,2,8376,'/module/user/view/login.html.php','/module/user/view','file','M'),(21206,2,8377,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(21207,2,8378,'/module/project/view/build.html.php','/module/project/view','file','M'),(21208,2,8380,'/module/common/lang/en.php','/module/common/lang','file','M'),(21209,2,8380,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(21210,2,8380,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(21211,2,8380,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(21212,2,8380,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(21213,2,8380,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(21214,2,8380,'/module/extension/css/common.css','/module/extension/css','file','M'),(21215,2,8380,'/module/extension/view/checkscore.html.php','/module/extension/view','file','M'),(21216,2,8380,'/module/extension/view/erase.html.php','/module/extension/view','file','M'),(21217,2,8380,'/module/extension/view/uninstall.html.php','/module/extension/view','file','M'),(21218,2,8380,'/module/install/view/step4.html.php','/module/install/view','file','M'),(21219,2,8380,'/module/install/view/step5.html.php','/module/install/view','file','M'),(21220,2,8380,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(21221,2,8380,'/module/score/view/reset.html.php','/module/score/view','file','M'),(21222,2,8381,'/module/task/view/view.html.php','/module/task/view','file','M'),(21223,2,8382,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21224,2,8384,'/module/file/view/export.html.php','/module/file/view','file','M'),(21225,2,8385,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(21226,2,8387,'/module/git/model.php','/module/git','file','M'),(21227,2,8387,'/module/project/view/bug.html.php','/module/project/view','file','M'),(21228,2,8387,'/module/svn/model.php','/module/svn','file','M'),(21229,2,8387,'/www/js/my.full.js','/www/js','file','M'),(21230,2,8387,'/www/js/zui/min.js','/www/js/zui','file','M'),(21231,2,8387,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21232,2,8388,'/module/action/lang/en.php','/module/action/lang','file','M'),(21233,2,8388,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(21234,2,8388,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(21235,2,8388,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(21236,2,8388,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(21237,2,8388,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(21238,2,8389,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21239,2,8390,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(21240,2,8392,'/module/file/lang/en.php','/module/file/lang','file','M'),(21241,2,8392,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(21242,2,8392,'/module/file/view/export.html.php','/module/file/view','file','M'),(21243,2,8393,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(21244,2,8395,'/module/todo/control.php','/module/todo','file','M'),(21245,2,8395,'/module/todo/js/batchcreate.js','/module/todo/js','file','M'),(21246,2,8395,'/module/todo/js/common.js','/module/todo/js','file','M'),(21247,2,8395,'/module/todo/model.php','/module/todo','file','M'),(21248,2,8395,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(21249,2,8396,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(21250,2,8396,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(21251,2,8397,'/module/project/view/team.html.php','/module/project/view','file','M'),(21252,2,8397,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21253,2,8399,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21254,2,8399,'/module/company/view/browse.html.php','/module/company/view','file','M'),(21255,2,8399,'/module/product/view/all.html.php','/module/product/view','file','M'),(21256,2,8399,'/module/product/view/browse.html.php','/module/product/view','file','M'),(21257,2,8399,'/module/project/view/story.html.php','/module/project/view','file','M'),(21258,2,8399,'/module/project/view/task.html.php','/module/project/view','file','M'),(21259,2,8399,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(21260,2,8399,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(21261,2,8399,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21262,2,8399,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(21263,2,8399,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(21264,2,8399,'/www/js/zui/min.js','/www/js/zui','file','M'),(21265,2,8399,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21266,2,8401,'/module/project/js/tree.js','/module/project/js','file','M'),(21267,2,8401,'/module/project/model.php','/module/project','file','M'),(21268,2,8401,'/module/project/view/tree.html.php','/module/project/view','file','M'),(21269,2,8401,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(21270,2,8401,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(21271,2,8402,'/module/doc/config.php','/module/doc','file','M'),(21272,2,8402,'/module/doc/css/createlib.css','/module/doc/css','file','M'),(21273,2,8402,'/module/doc/css/editlib.css','/module/doc/css','file','M'),(21274,2,8402,'/module/doc/model.php','/module/doc','file','M'),(21275,2,8402,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(21276,2,8402,'/module/project/css/view.css','/module/project/css','file','M'),(21277,2,8402,'/module/project/view/view.html.php','/module/project/view','file','M'),(21278,2,8402,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21279,2,8403,'/module/testcase/model.php','/module/testcase','file','M'),(21280,2,8404,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21281,2,8404,'/module/project/view/story.html.php','/module/project/view','file','M'),(21282,2,8404,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(21283,2,8406,'/www/js/zui/min.js','/www/js/zui','file','M'),(21284,2,8407,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(21285,2,8409,'/module/project/lang/en.php','/module/project/lang','file','M'),(21286,2,8411,'/module/project/css/grouptask.css','/module/project/css','file','M'),(21287,2,8411,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21288,2,8413,'/module/product/view/browse.html.php','/module/product/view','file','M'),(21289,2,8413,'/module/project/view/task.html.php','/module/project/view','file','M'),(21290,2,8413,'/www/js/zui/min.js','/www/js/zui','file','M'),(21291,2,8413,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21292,2,8414,'/module/project/css/kanban.css','/module/project/css','file','M'),(21293,2,8414,'/module/project/css/storykanban.css','/module/project/css','file','M'),(21294,2,8416,'/module/project/css/common.css','/module/project/css','file','M'),(21295,2,8416,'/module/project/js/task.js','/module/project/js','file','M'),(21296,2,8416,'/module/project/view/task.html.php','/module/project/view','file','M'),(21297,2,8417,'/module/task/js/common.js','/module/task/js','file','M'),(21298,2,8417,'/module/task/view/create.html.php','/module/task/view','file','M'),(21299,2,8417,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21300,2,8418,'/module/task/view/create.html.php','/module/task/view','file','M'),(21301,2,8419,'/www/js/zui/min.js','/www/js/zui','file','M'),(21302,2,8419,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21303,2,8421,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(21304,2,8421,'/module/product/js/browse.js','/module/product/js','file','M'),(21305,2,8421,'/module/product/view/browse.html.php','/module/product/view','file','M'),(21306,2,8421,'/www/js/zui/min.js','/www/js/zui','file','M'),(21307,2,8421,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21308,2,8421,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(21309,2,8421,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(21310,2,8421,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(21311,2,8421,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(21312,2,8423,'/module/task/js/common.js','/module/task/js','file','M'),(21313,2,8425,'/module/common/model.php','/module/common','file','M'),(21314,2,8425,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(21315,2,8425,'/module/common/view/treetable.html.php','/module/common/view','file','M'),(21316,2,8425,'/module/common/view/ueditor.html.php','/module/common/view','file','M'),(21317,2,8425,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(21318,2,8425,'/module/misc/view/checkupdate.html.php','/module/misc/view','file','M'),(21319,2,8425,'/module/product/view/browse.html.php','/module/product/view','file','M'),(21320,2,8425,'/module/project/view/preview.html.php','/module/project/view','file','M'),(21321,2,8425,'/module/story/view/header.html.php','/module/story/view','file','M'),(21322,2,8425,'/module/story/view/review.html.php','/module/story/view','file','M'),(21323,2,8425,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21324,2,8425,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(21325,2,8426,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21326,2,8426,'/module/my/view/bug.html.php','/module/my/view','file','M'),(21327,2,8426,'/module/project/view/bug.html.php','/module/project/view','file','M'),(21328,2,8428,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21329,2,8428,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(21330,2,8428,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21331,2,8428,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21332,2,8428,'/module/bug/model.php','/module/bug','file','M'),(21333,2,8428,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(21334,2,8428,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(21335,2,8428,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21336,2,8428,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21337,2,8428,'/module/build/view/view.html.php','/module/build/view','file','M'),(21338,2,8428,'/module/my/view/bug.html.php','/module/my/view','file','M'),(21339,2,8428,'/module/my/view/story.html.php','/module/my/view','file','M'),(21340,2,8428,'/module/my/view/task.html.php','/module/my/view','file','M'),(21341,2,8428,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(21342,2,8428,'/module/my/view/todo.html.php','/module/my/view','file','M'),(21343,2,8428,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(21344,2,8428,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(21345,2,8428,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(21346,2,8428,'/module/project/view/bug.html.php','/module/project/view','file','M'),(21347,2,8428,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21348,2,8428,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(21349,2,8428,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(21350,2,8428,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(21351,2,8428,'/module/project/view/story.html.php','/module/project/view','file','M'),(21352,2,8428,'/module/project/view/treestory.html.php','/module/project/view','file','M'),(21353,2,8428,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(21354,2,8428,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(21355,2,8428,'/module/release/view/view.html.php','/module/release/view','file','M'),(21356,2,8428,'/module/search/model.php','/module/search','file','M'),(21357,2,8428,'/module/story/model.php','/module/story','file','M'),(21358,2,8428,'/module/story/view/view.html.php','/module/story/view','file','M'),(21359,2,8428,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(21360,2,8428,'/module/task/view/view.html.php','/module/task/view','file','M'),(21361,2,8428,'/module/testcase/model.php','/module/testcase','file','M'),(21362,2,8428,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(21363,2,8428,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(21364,2,8428,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(21365,2,8428,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(21366,2,8428,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(21367,2,8428,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(21368,2,8428,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(21369,2,8428,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21370,2,8428,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(21371,2,8428,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(21372,2,8428,'/module/testtask/model.php','/module/testtask','file','M'),(21373,2,8428,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(21374,2,8428,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(21375,2,8430,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(21376,2,8430,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21377,2,8431,'/module/common/view/header.html.php','/module/common/view','file','M'),(21378,2,8431,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21379,2,8433,'/module/common/model.php','/module/common','file','M'),(21380,2,8433,'/module/doc/config.php','/module/doc','file','M'),(21381,2,8433,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(21382,2,8435,'/module/project/css/grouptask.css','/module/project/css','file','M'),(21383,2,8435,'/module/project/view/bug.html.php','/module/project/view','file','M'),(21384,2,8435,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21385,2,8435,'/module/task/model.php','/module/task','file','M'),(21386,2,8435,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21387,2,8437,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(21388,2,8440,'/module/project/css/storykanban.css','/module/project/css','file','M'),(21389,2,8442,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21390,2,8442,'/module/group/lang/en.php','/module/group/lang','file','M'),(21391,2,8442,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(21392,2,8443,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21393,2,8445,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(21394,2,8445,'/module/common/model.php','/module/common','file','M'),(21395,2,8445,'/module/common/view/action.html.php','/module/common/view','file','M'),(21396,2,8445,'/module/story/view/view.html.php','/module/story/view','file','M'),(21397,2,8445,'/module/task/view/view.html.php','/module/task/view','file','M'),(21398,2,8445,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(21399,2,8445,'/www/js/zui/min.js','/www/js/zui','file','M'),(21400,2,8445,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21401,2,8447,'/module/action/lang/en.php','/module/action/lang','file','M'),(21402,2,8447,'/module/block/lang/en.php','/module/block/lang','file','M'),(21403,2,8447,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(21404,2,8447,'/module/user/lang/en.php','/module/user/lang','file','M'),(21405,2,8449,'/module/block/control.php','/module/block','file','M'),(21406,2,8451,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(21407,2,8451,'/module/user/lang/en.php','/module/user/lang','file','M'),(21408,2,8452,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21409,2,8453,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21410,2,8454,'/module/admin/view/index.html.php','/module/admin/view','file','M'),(21411,2,8454,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(21412,2,8454,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(21413,2,8454,'/module/extension/css/common.css','/module/extension/css','file','M'),(21414,2,8454,'/module/extension/view/uninstall.html.php','/module/extension/view','file','M'),(21415,2,8454,'/module/extension/view/waring.htm.php','/module/extension/view','file','M'),(21416,2,8454,'/module/install/view/step3.html.php','/module/install/view','file','M'),(21417,2,8454,'/module/install/view/step4.html.php','/module/install/view','file','M'),(21418,2,8454,'/module/project/view/create.html.php','/module/project/view','file','M'),(21419,2,8454,'/module/score/view/reset.html.php','/module/score/view','file','M'),(21420,2,8454,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(21421,2,8454,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21422,2,8454,'/module/task/view/finish.html.php','/module/task/view','file','M'),(21423,2,8454,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(21424,2,8454,'/module/task/view/start.html.php','/module/task/view','file','M'),(21425,2,8454,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(21426,2,8454,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(21427,2,8454,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(21428,2,8454,'/module/user/view/deny.html.php','/module/user/view','file','M'),(21429,2,8454,'/www/js/zui/min.js','/www/js/zui','file','M'),(21430,2,8456,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(21431,2,8457,'/www/js/zui/min.js','/www/js/zui','file','M'),(21432,2,8457,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21433,2,8458,'/tools/minifyfront.php','/tools','file','M'),(21434,2,8460,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(21435,2,8461,'/module/doc/css/index.css','/module/doc/css','file','M'),(21436,2,8464,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21437,2,8465,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(21438,2,8466,'/module/company/view/browse.html.php','/module/company/view','file','M'),(21439,2,8467,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21440,2,8467,'/www/js/zui/min.js','/www/js/zui','file','M'),(21441,2,8468,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(21442,2,8468,'/module/story/view/view.html.php','/module/story/view','file','M'),(21443,2,8468,'/module/task/view/view.html.php','/module/task/view','file','M'),(21444,2,8468,'/module/upgrade/model.php','/module/upgrade','file','M'),(21445,2,8469,'/module/upgrade/model.php','/module/upgrade','file','M'),(21446,2,8470,'/module/install/css/index.css','/module/install/css','file','M'),(21447,2,8472,'/module/product/view/view.html.php','/module/product/view','file','M'),(21448,2,8473,'/module/product/css/roadmap.css','/module/product/css','file','M'),(21449,2,8474,'/www/theme/default/images/main/zt-logo.png','/www/theme/default/images/main','file','M'),(21450,2,8475,'/module/user/view/login.html.php','/module/user/view','file','M'),(21451,2,8477,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(21452,2,8479,'/module/install/view/step2.html.php','/module/install/view','file','M'),(21453,2,8479,'/module/install/view/step4.html.php','/module/install/view','file','M'),(21454,2,8479,'/module/upgrade/view/selectversion.html.php','/module/upgrade/view','file','M'),(21455,2,8480,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(21456,2,8481,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(21457,2,8483,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(21458,2,8485,'/module/doc/control.php','/module/doc','file','M'),(21459,2,8485,'/module/doc/model.php','/module/doc','file','M'),(21460,2,8487,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(21461,2,8489,'/module/bug/model.php','/module/bug','file','M'),(21462,2,8489,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(21463,2,8489,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(21464,2,8489,'/module/task/model.php','/module/task','file','M'),(21465,2,8489,'/module/testcase/model.php','/module/testcase','file','M'),(21466,2,8489,'/module/testtask/model.php','/module/testtask','file','M'),(21467,2,8491,'/db/update9.8.3.sql','/db','file','M'),(21468,2,8491,'/db/zentao.sql','/db','file','M'),(21469,2,8492,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(21470,2,8492,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21471,2,8492,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21472,2,8492,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(21473,2,8492,'/module/project/view/story.html.php','/module/project/view','file','M'),(21474,2,8492,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21475,2,8492,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(21476,2,8492,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(21477,2,8494,'/module/testtask/model.php','/module/testtask','file','M'),(21478,2,8496,'/module/bug/model.php','/module/bug','file','M'),(21479,2,8496,'/module/story/model.php','/module/story','file','M'),(21480,2,8496,'/module/task/model.php','/module/task','file','M'),(21481,2,8496,'/module/testtask/model.php','/module/testtask','file','M'),(21482,2,8498,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(21483,2,8498,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(21484,2,8498,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(21485,2,8498,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(21486,2,8498,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(21487,2,8498,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(21488,2,8498,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(21489,2,8498,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(21490,2,8499,'/module/todo/model.php','/module/todo','file','M'),(21491,2,8501,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21492,2,8502,'/www/js/my.full.js','/www/js','file','M'),(21493,2,8504,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(21494,2,8505,'/db/zentao.sql','/db','file','M'),(21495,2,8505,'/module/group/lang/resource.php','/module/group/lang','file','M'),(21496,2,8505,'/module/my/lang/en.php','/module/my/lang','file','M'),(21497,2,8505,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(21498,2,8505,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(21499,2,8505,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(21500,2,8505,'/module/upgrade/model.php','/module/upgrade','file','M'),(21501,2,8507,'/module/todo/control.php','/module/todo','file','M'),(21502,2,8509,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(21503,2,8510,'/module/task/view/create.html.php','/module/task/view','file','M'),(21504,2,8511,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(21505,2,8511,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(21506,2,8511,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(21507,2,8511,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(21508,2,8511,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21509,2,8511,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(21510,2,8511,'/module/product/view/close.html.php','/module/product/view','file','M'),(21511,2,8511,'/module/project/view/activate.html.php','/module/project/view','file','M'),(21512,2,8511,'/module/project/view/close.html.php','/module/project/view','file','M'),(21513,2,8511,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(21514,2,8511,'/module/project/view/start.html.php','/module/project/view','file','M'),(21515,2,8511,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(21516,2,8511,'/module/story/view/activate.html.php','/module/story/view','file','M'),(21517,2,8511,'/module/story/view/close.html.php','/module/story/view','file','M'),(21518,2,8511,'/module/story/view/review.html.php','/module/story/view','file','M'),(21519,2,8511,'/module/task/view/finish.html.php','/module/task/view','file','M'),(21520,2,8511,'/module/task/view/pause.html.php','/module/task/view','file','M'),(21521,2,8511,'/module/task/view/start.html.php','/module/task/view','file','M'),(21522,2,8511,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(21523,2,8511,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(21524,2,8511,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(21525,2,8511,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(21526,2,8513,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21527,2,8515,'/www/theme/default/style.css','/www/theme/default','file','M'),(21528,2,8515,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21529,2,8516,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(21530,2,8518,'/module/common/lang/en.php','/module/common/lang','file','M'),(21531,2,8518,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(21532,2,8520,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21533,2,8520,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(21534,2,8520,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21535,2,8520,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21536,2,8520,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(21537,2,8522,'/module/bug/model.php','/module/bug','file','M'),(21538,2,8522,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(21539,2,8522,'/module/task/js/create.js','/module/task/js','file','M'),(21540,2,8523,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21541,2,8524,'/module/tree/css/common.css','/module/tree/css','file','M'),(21542,2,8524,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21543,2,8525,'/www/js/zui/min.js','/www/js/zui','file','M'),(21544,2,8525,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21545,2,8526,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(21546,2,8527,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(21547,2,8528,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21548,2,8528,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(21549,2,8528,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(21550,2,8528,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(21551,2,8528,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(21552,2,8530,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(21553,2,8531,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(21554,2,8531,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(21555,2,8531,'/www/js/zui/min.js','/www/js/zui','file','M'),(21556,2,8531,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21557,2,8533,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21558,2,8535,'/module/common/model.php','/module/common','file','M'),(21559,2,8537,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21560,2,8537,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(21561,2,8538,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(21562,2,8539,'/module/story/css/edit.css','/module/story/css','file','M'),(21563,2,8541,'/module/story/view/activate.html.php','/module/story/view','file','M'),(21564,2,8542,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21565,2,8542,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(21566,2,8542,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(21567,2,8542,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(21568,2,8542,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(21569,2,8543,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21570,2,8544,'/www/js/zui/min.js','/www/js/zui','file','M'),(21571,2,8545,'/www/js/zui/min.js','/www/js/zui','file','M'),(21572,2,8545,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21573,2,8547,'/module/common/model.php','/module/common','file','M'),(21574,2,8547,'/module/common/view/header.html.php','/module/common/view','file','M'),(21575,2,8547,'/module/story/view/close.html.php','/module/story/view','file','M'),(21576,2,8547,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(21577,2,8547,'/www/js/zui/min.js','/www/js/zui','file','M'),(21578,2,8547,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21579,2,8549,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(21580,2,8549,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21581,2,8549,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(21582,2,8549,'/module/group/lang/resource.php','/module/group/lang','file','M'),(21583,2,8549,'/module/project/lang/en.php','/module/project/lang','file','M'),(21584,2,8549,'/module/search/lang/en.php','/module/search/lang','file','M'),(21585,2,8549,'/module/task/lang/en.php','/module/task/lang','file','M'),(21586,2,8549,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(21587,2,8549,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(21588,2,8551,'/module/bug/js/browse.js','/module/bug/js','file','M'),(21589,2,8551,'/module/common/lang/en.php','/module/common/lang','file','M'),(21590,2,8551,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(21591,2,8551,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(21592,2,8551,'/module/tree/view/ajaxgetdropmenu.html.php','/module/tree/view','file','M'),(21593,2,8553,'/module/company/view/browse.html.php','/module/company/view','file','M'),(21594,2,8555,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(21595,2,8556,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21596,2,8558,'/module/task/css/create.css','/module/task/css','file','M'),(21597,2,8560,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21598,2,8562,'/module/task/css/create.css','/module/task/css','file','M'),(21599,2,8562,'/module/task/view/create.html.php','/module/task/view','file','M'),(21600,2,8563,'/module/task/css/create.css','/module/task/css','file','M'),(21601,2,8563,'/module/task/js/create.js','/module/task/js','file','M'),(21602,2,8565,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21603,2,8567,'/module/project/js/managemembers.js','/module/project/js','file','M'),(21604,2,8567,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(21605,2,8567,'/module/project/view/team.html.php','/module/project/view','file','M'),(21606,2,8569,'/VERSION','/','file','M'),(21607,2,8569,'/config/config.php','/config','file','M'),(21608,2,8569,'/db/update10.0.beta.sql','/db','file','D'),(21609,2,8569,'/db/update9.8.3.sql','/db','file','A'),(21610,2,8571,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21611,2,8573,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(21612,2,8573,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(21613,2,8575,'/www/js/zui/min.js','/www/js/zui','file','M'),(21614,2,8576,'/module/search/view/savequery.html.php','/module/search/view','file','M'),(21615,2,8577,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(21616,2,8579,'/module/common/lang/en.php','/module/common/lang','file','M'),(21617,2,8579,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(21618,2,8580,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(21619,2,8581,'/module/project/lang/en.php','/module/project/lang','file','M'),(21620,2,8581,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(21621,2,8581,'/module/project/view/burn.html.php','/module/project/view','file','M'),(21622,2,8581,'/module/project/view/preview.html.php','/module/project/view','file','M'),(21623,2,8581,'/module/project/view/view.html.php','/module/project/view','file','M'),(21624,2,8582,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21625,2,8583,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(21626,2,8584,'/www/js/zui/min.js','/www/js/zui','file','M'),(21627,2,8585,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21628,2,8586,'/module/search/view/savequery.html.php','/module/search/view','file','M'),(21629,2,8587,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21630,2,8588,'/module/common/view/footer.html.php','/module/common/view','file','M'),(21631,2,8588,'/module/common/view/footer.lite.html.php','/module/common/view','file','M'),(21632,2,8590,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21633,2,8590,'/module/common/view/footer.html.php','/module/common/view','file','M'),(21634,2,8590,'/module/common/view/footer.lite.html.php','/module/common/view','file','M'),(21635,2,8590,'/module/story/view/edit.html.php','/module/story/view','file','M'),(21636,2,8590,'/module/task/js/edit.js','/module/task/js','file','M'),(21637,2,8590,'/module/task/view/create.html.php','/module/task/view','file','M'),(21638,2,8590,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21639,2,8590,'/module/task/view/view.html.php','/module/task/view','file','M'),(21640,2,8590,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(21641,2,8590,'/www/js/zui/min.js','/www/js/zui','file','M'),(21642,2,8590,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21643,2,8592,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21644,2,8592,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(21645,2,8592,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(21646,2,8592,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21647,2,8592,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21648,2,8592,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(21649,2,8592,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(21650,2,8593,'/module/project/model.php','/module/project','file','M'),(21651,2,8595,'/module/file/view/download.html.php','/module/file/view','file','M'),(21652,2,8595,'/module/report/js/bugcreate.js','/module/report/js','file','M'),(21653,2,8595,'/module/report/js/workload.js','/module/report/js','file','M'),(21654,2,8595,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(21655,2,8595,'/module/report/view/workload.html.php','/module/report/view','file','M'),(21656,2,8595,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(21657,2,8597,'/module/project/control.php','/module/project','file','M'),(21658,2,8597,'/module/tree/model.php','/module/tree','file','M'),(21659,2,8599,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(21660,2,8599,'/module/my/view/todo.html.php','/module/my/view','file','M'),(21661,2,8599,'/module/project/js/tree.js','/module/project/js','file','M'),(21662,2,8599,'/module/task/view/view.html.php','/module/task/view','file','M'),(21663,2,8599,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(21664,2,8599,'/www/js/zui/min.js','/www/js/zui','file','M'),(21665,2,8599,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21666,2,8601,'/module/block/lang/en.php','/module/block/lang','file','M'),(21667,2,8601,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(21668,2,8601,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(21669,2,8601,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(21670,2,8601,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(21671,2,8601,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(21672,2,8601,'/module/project/lang/en.php','/module/project/lang','file','M'),(21673,2,8601,'/module/report/lang/en.php','/module/report/lang','file','M'),(21674,2,8601,'/module/story/lang/en.php','/module/story/lang','file','M'),(21675,2,8601,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(21676,2,8601,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(21677,2,8602,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21678,2,8604,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21679,2,8604,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21680,2,8604,'/module/doc/js/view.js','/module/doc/js','file','M'),(21681,2,8604,'/module/doc/model.php','/module/doc','file','M'),(21682,2,8604,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(21683,2,8604,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21684,2,8604,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(21685,2,8604,'/module/project/view/task.html.php','/module/project/view','file','M'),(21686,2,8604,'/module/report/css/common.css','/module/report/css','file','M'),(21687,2,8604,'/module/report/js/bugassign.js','/module/report/js','file','M'),(21688,2,8604,'/module/report/js/bugcreate.js','/module/report/js','file','M'),(21689,2,8604,'/module/report/js/productsummary.js','/module/report/js','file','M'),(21690,2,8604,'/module/report/js/projectdeviation.js','/module/report/js','file','M'),(21691,2,8604,'/module/report/js/workload.js','/module/report/js','file','M'),(21692,2,8604,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(21693,2,8604,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(21694,2,8604,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(21695,2,8604,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(21696,2,8604,'/module/report/view/workload.html.php','/module/report/view','file','M'),(21697,2,8604,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(21698,2,8604,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(21699,2,8604,'/module/task/view/close.html.php','/module/task/view','file','M'),(21700,2,8604,'/module/task/view/edit.html.php','/module/task/view','file','M'),(21701,2,8604,'/module/task/view/pause.html.php','/module/task/view','file','M'),(21702,2,8605,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21703,2,8606,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(21704,2,8607,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21705,2,8609,'/module/block/css/dashboard.css','/module/block/css','file','M'),(21706,2,8609,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21707,2,8609,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(21708,2,8609,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(21709,2,8609,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(21710,2,8609,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(21711,2,8609,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21712,2,8609,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21713,2,8609,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(21714,2,8609,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(21715,2,8609,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21716,2,8610,'/www/js/zui/min.js','/www/js/zui','file','M'),(21717,2,8613,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21718,2,8613,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(21719,2,8613,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(21720,2,8613,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21721,2,8613,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21722,2,8613,'/module/story/view/view.html.php','/module/story/view','file','M'),(21723,2,8613,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21724,2,8613,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(21725,2,8613,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21726,2,8615,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(21727,2,8615,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(21728,2,8615,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(21729,2,8615,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21730,2,8616,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(21731,2,8616,'/lib/front/front.class.php','/lib/front','file','M'),(21732,2,8616,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(21733,2,8616,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(21734,2,8616,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(21735,2,8616,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21736,2,8616,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21737,2,8616,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21738,2,8616,'/module/message/view/setting.html.php','/module/message/view','file','M'),(21739,2,8616,'/module/project/view/all.html.php','/module/project/view','file','M'),(21740,2,8616,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(21741,2,8616,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(21742,2,8616,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(21743,2,8616,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(21744,2,8616,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(21745,2,8616,'/module/release/view/view.html.php','/module/release/view','file','M'),(21746,2,8616,'/module/story/view/view.html.php','/module/story/view','file','M'),(21747,2,8616,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(21748,2,8616,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(21749,2,8616,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(21750,2,8616,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(21751,2,8616,'/www/js/zui/min.js','/www/js/zui','file','M'),(21752,2,8618,'/module/project/view/activate.html.php','/module/project/view','file','M'),(21753,2,8620,'/module/task/view/create.html.php','/module/task/view','file','M'),(21754,2,8620,'/module/todo/js/common.js','/module/todo/js','file','M'),(21755,2,8620,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21756,2,8620,'/www/js/zui/min.js','/www/js/zui','file','M'),(21757,2,8620,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21758,2,8621,'/module/project/css/common.css','/module/project/css','file','M'),(21759,2,8621,'/module/project/css/create.css','/module/project/css','file','M'),(21760,2,8621,'/module/project/view/edit.html.php','/module/project/view','file','M'),(21761,2,8623,'/module/bug/view/batchactivate.html.php','/module/bug/view','file','M'),(21762,2,8623,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(21763,2,8623,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(21764,2,8623,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(21765,2,8625,'/module/action/lang/en.php','/module/action/lang','file','M'),(21766,2,8625,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(21767,2,8625,'/module/common/lang/en.php','/module/common/lang','file','M'),(21768,2,8625,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(21769,2,8625,'/module/user/lang/en.php','/module/user/lang','file','M'),(21770,2,8626,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(21771,2,8626,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(21772,2,8627,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(21773,2,8628,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21774,2,8630,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21775,2,8631,'/module/testcase/css/batchedit.css','/module/testcase/css','file','M'),(21776,2,8631,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(21777,2,8631,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(21778,2,8632,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21779,2,8634,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(21780,2,8634,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(21781,2,8635,'/module/user/js/login.js','/module/user/js','file','M'),(21782,2,8635,'/module/user/view/login.html.php','/module/user/view','file','M'),(21783,2,8635,'/www/js/zui/min.js','/www/js/zui','file','M'),(21784,2,8638,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(21785,2,8638,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(21786,2,8638,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(21787,2,8638,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(21788,2,8638,'/module/bug/model.php','/module/bug','file','M'),(21789,2,8638,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21790,2,8638,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21791,2,8638,'/module/build/view/view.html.php','/module/build/view','file','M'),(21792,2,8638,'/module/product/view/project.html.php','/module/product/view','file','M'),(21793,2,8638,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(21794,2,8638,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(21795,2,8638,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(21796,2,8638,'/module/project/view/all.html.php','/module/project/view','file','M'),(21797,2,8638,'/module/project/view/story.html.php','/module/project/view','file','M'),(21798,2,8638,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(21799,2,8638,'/module/release/view/view.html.php','/module/release/view','file','M'),(21800,2,8638,'/module/story/view/affected.html.php','/module/story/view','file','M'),(21801,2,8638,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(21802,2,8638,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(21803,2,8638,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(21804,2,8638,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21805,2,8639,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(21806,2,8639,'/module/story/css/common.css','/module/story/css','file','M'),(21807,2,8639,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(21808,2,8640,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(21809,2,8641,'/module/block/control.php','/module/block','file','M'),(21810,2,8642,'/module/product/view/close.html.php','/module/product/view','file','M'),(21811,2,8644,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(21812,2,8645,'/module/task/view/view.html.php','/module/task/view','file','M'),(21813,2,8646,'/module/project/view/create.html.php','/module/project/view','file','M'),(21814,2,8647,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(21815,2,8649,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21816,2,8650,'/module/block/lang/en.php','/module/block/lang','file','M'),(21817,2,8650,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(21818,2,8650,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(21819,2,8650,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(21820,2,8651,'/module/testcase/view/bugs.html.php','/module/testcase/view','file','M'),(21821,2,8651,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(21822,2,8653,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(21823,2,8653,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(21824,2,8655,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(21825,2,8656,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(21826,2,8656,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21827,2,8658,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21828,2,8660,'/module/bug/js/common.js','/module/bug/js','file','M'),(21829,2,8660,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21830,2,8660,'/module/file/view/export.html.php','/module/file/view','file','M'),(21831,2,8660,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(21832,2,8662,'/www/js/zui/min.js','/www/js/zui','file','M'),(21833,2,8665,'/www/js/zui/min.js','/www/js/zui','file','M'),(21834,2,8668,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(21835,2,8668,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(21836,2,8668,'/www/js/my.full.js','/www/js','file','M'),(21837,2,8668,'/www/js/zui/min.js','/www/js/zui','file','M'),(21838,2,8668,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21839,2,8669,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(21840,2,8669,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(21841,2,8669,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(21842,2,8669,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(21843,2,8669,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(21844,2,8669,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','M'),(21845,2,8669,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(21846,2,8669,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(21847,2,8669,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(21848,2,8669,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(21849,2,8669,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(21850,2,8669,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21851,2,8669,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(21852,2,8669,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21853,2,8669,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21854,2,8669,'/module/company/view/edit.html.php','/module/company/view','file','M'),(21855,2,8669,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(21856,2,8669,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(21857,2,8669,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(21858,2,8669,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(21859,2,8669,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(21860,2,8669,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(21861,2,8669,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(21862,2,8669,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(21863,2,8669,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(21864,2,8669,'/module/group/view/copy.html.php','/module/group/view','file','M'),(21865,2,8669,'/module/group/view/create.html.php','/module/group/view','file','M'),(21866,2,8669,'/module/group/view/edit.html.php','/module/group/view','file','M'),(21867,2,8669,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(21868,2,8669,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(21869,2,8669,'/module/product/view/close.html.php','/module/product/view','file','M'),(21870,2,8669,'/module/project/view/activate.html.php','/module/project/view','file','M'),(21871,2,8669,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(21872,2,8669,'/module/project/view/all.html.php','/module/project/view','file','M'),(21873,2,8669,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(21874,2,8669,'/module/project/view/close.html.php','/module/project/view','file','M'),(21875,2,8669,'/module/project/view/create.html.php','/module/project/view','file','M'),(21876,2,8669,'/module/project/view/edit.html.php','/module/project/view','file','M'),(21877,2,8669,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(21878,2,8669,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(21879,2,8669,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(21880,2,8669,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(21881,2,8669,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(21882,2,8669,'/module/project/view/start.html.php','/module/project/view','file','M'),(21883,2,8669,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(21884,2,8669,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(21885,2,8669,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(21886,2,8669,'/module/release/view/view.html.php','/module/release/view','file','M'),(21887,2,8669,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(21888,2,8669,'/module/story/view/close.html.php','/module/story/view','file','M'),(21889,2,8669,'/module/story/view/edit.html.php','/module/story/view','file','M'),(21890,2,8669,'/module/story/view/review.html.php','/module/story/view','file','M'),(21891,2,8669,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(21892,2,8669,'/module/task/view/finish.html.php','/module/task/view','file','M'),(21893,2,8669,'/module/task/view/pause.html.php','/module/task/view','file','M'),(21894,2,8669,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(21895,2,8669,'/module/task/view/start.html.php','/module/task/view','file','M'),(21896,2,8669,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(21897,2,8669,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(21898,2,8669,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(21899,2,8669,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(21900,2,8669,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(21901,2,8669,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(21902,2,8669,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(21903,2,8669,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(21904,2,8669,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(21905,2,8669,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(21906,2,8669,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(21907,2,8669,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(21908,2,8671,'/module/bug/css/linkbugs.css','/module/bug/css','file','M'),(21909,2,8671,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(21910,2,8671,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(21911,2,8671,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(21912,2,8671,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(21913,2,8671,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(21914,2,8671,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(21915,2,8671,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(21916,2,8671,'/module/testcase/css/linkcases.css','/module/testcase/css','file','M'),(21917,2,8671,'/www/theme/default/style.css','/www/theme/default','file','M'),(21918,2,8673,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(21919,2,8673,'/module/product/view/all.html.php','/module/product/view','file','M'),(21920,2,8673,'/module/project/view/all.html.php','/module/project/view','file','M'),(21921,2,8675,'/module/bug/view/batchactivate.html.php','/module/bug/view','file','M'),(21922,2,8676,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21923,2,8677,'/module/common/model.php','/module/common','file','M'),(21924,2,8679,'/www/js/zui/min.js','/www/js/zui','file','M'),(21925,2,8679,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21926,2,8681,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(21927,2,8681,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(21928,2,8683,'/module/block/control.php','/module/block','file','M'),(21929,2,8683,'/module/block/css/dashboard.css','/module/block/css','file','M'),(21930,2,8683,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(21931,2,8683,'/module/product/view/all.html.php','/module/product/view','file','M'),(21932,2,8683,'/module/product/view/create.html.php','/module/product/view','file','M'),(21933,2,8683,'/www/js/zui/min.js','/www/js/zui','file','M'),(21934,2,8683,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21935,2,8685,'/module/block/control.php','/module/block','file','M'),(21936,2,8685,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(21937,2,8685,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(21938,2,8685,'/module/build/view/view.html.php','/module/build/view','file','M'),(21939,2,8685,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(21940,2,8685,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(21941,2,8685,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(21942,2,8685,'/module/project/view/create.html.php','/module/project/view','file','M'),(21943,2,8685,'/module/release/css/view.css','/module/release/css','file','M'),(21944,2,8685,'/module/release/view/browse.html.php','/module/release/view','file','M'),(21945,2,8685,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(21946,2,8685,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(21947,2,8685,'/module/release/view/view.html.php','/module/release/view','file','M'),(21948,2,8685,'/module/story/css/common.css','/module/story/css','file','M'),(21949,2,8685,'/module/story/view/affected.html.php','/module/story/view','file','M'),(21950,2,8685,'/module/story/view/change.html.php','/module/story/view','file','M'),(21951,2,8685,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(21952,2,8685,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(21953,2,8685,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(21954,2,8685,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(21955,2,8685,'/module/testreport/css/view.css','/module/testreport/css','file','M'),(21956,2,8685,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(21957,2,8685,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(21958,2,8685,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(21959,2,8686,'/module/block/view/admin.html.php','/module/block/view','file','M'),(21960,2,8686,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(21961,2,8686,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21962,2,8688,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21963,2,8689,'/module/testcase/config.php','/module/testcase','file','M'),(21964,2,8689,'/module/testcase/control.php','/module/testcase','file','M'),(21965,2,8689,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(21966,2,8689,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(21967,2,8689,'/module/testcase/model.php','/module/testcase','file','M'),(21968,2,8689,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(21969,2,8691,'/module/admin/css/index.css','/module/admin/css','file','M'),(21970,2,8691,'/module/admin/view/index.html.php','/module/admin/view','file','M'),(21971,2,8691,'/module/misc/css/about.css','/module/misc/css','file','M'),(21972,2,8691,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(21973,2,8691,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(21974,2,8691,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21975,2,8692,'/module/testtask/control.php','/module/testtask','file','M'),(21976,2,8692,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(21977,2,8692,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(21978,2,8692,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(21979,2,8693,'/module/product/model.php','/module/product','file','M'),(21980,2,8696,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(21981,2,8696,'/module/bug/css/common.css','/module/bug/css','file','M'),(21982,2,8696,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(21983,2,8698,'/module/my/css/todo.css','/module/my/css','file','M'),(21984,2,8698,'/module/my/view/todo.html.php','/module/my/view','file','M'),(21985,2,8698,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(21986,2,8700,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(21987,2,8701,'/module/bug/css/resolve.css','/module/bug/css','file','M'),(21988,2,8701,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(21989,2,8701,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(21990,2,8701,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(21991,2,8701,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(21992,2,8701,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(21993,2,8703,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(21994,2,8703,'/module/upgrade/model.php','/module/upgrade','file','M'),(21995,2,8705,'/module/tree/css/common.css','/module/tree/css','file','M'),(21996,2,8705,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(21997,2,8705,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(21998,2,8706,'/www/js/zui/min.js','/www/js/zui','file','M'),(21999,2,8706,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22000,2,8707,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(22001,2,8707,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(22002,2,8707,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(22003,2,8707,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(22004,2,8709,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(22005,2,8709,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(22006,2,8709,'/module/product/view/edit.html.php','/module/product/view','file','M'),(22007,2,8709,'/module/project/view/task.html.php','/module/project/view','file','M'),(22008,2,8709,'/module/story/view/edit.html.php','/module/story/view','file','M'),(22009,2,8709,'/module/story/view/view.html.php','/module/story/view','file','M'),(22010,2,8709,'/module/task/view/edit.html.php','/module/task/view','file','M'),(22011,2,8709,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(22012,2,8709,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(22013,2,8709,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(22014,2,8709,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(22015,2,8709,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(22016,2,8709,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(22017,2,8709,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(22018,2,8709,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22019,2,8709,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(22020,2,8709,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(22021,2,8709,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(22022,2,8711,'/module/bug/css/batchcreate.css','/module/bug/css','file','M'),(22023,2,8711,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(22024,2,8713,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(22025,2,8714,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22026,2,8714,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22027,2,8714,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22028,2,8714,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22029,2,8714,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22030,2,8715,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(22031,2,8716,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(22032,2,8716,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','M'),(22033,2,8717,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(22034,2,8719,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','M'),(22035,2,8719,'/module/testsuite/view/import.html.php','/module/testsuite/view','file','M'),(22036,2,8720,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(22037,2,8720,'/module/testcase/view/import.html.php','/module/testcase/view','file','M'),(22038,2,8721,'/module/company/view/browse.html.php','/module/company/view','file','M'),(22039,2,8721,'/module/group/view/browse.html.php','/module/group/view','file','M'),(22040,2,8721,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(22041,2,8723,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(22042,2,8723,'/www/js/zui/min.js','/www/js/zui','file','M'),(22043,2,8723,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22044,2,8725,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(22045,2,8727,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(22046,2,8727,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(22047,2,8727,'/module/testtask/model.php','/module/testtask','file','M'),(22048,2,8727,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(22049,2,8727,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(22050,2,8727,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(22051,2,8727,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(22052,2,8729,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(22053,2,8729,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22054,2,8731,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(22055,2,8731,'/module/company/view/browse.html.php','/module/company/view','file','M'),(22056,2,8731,'/module/group/view/browse.html.php','/module/group/view','file','M'),(22057,2,8731,'/module/group/view/edit.html.php','/module/group/view','file','M'),(22058,2,8731,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(22059,2,8731,'/module/user/view/delete.html.php','/module/user/view','file','M'),(22060,2,8733,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(22061,2,8734,'/module/company/view/browse.html.php','/module/company/view','file','M'),(22062,2,8735,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22063,2,8735,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22064,2,8735,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22065,2,8735,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22066,2,8735,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22067,2,8737,'/module/bug/css/common.css','/module/bug/css','file','M'),(22068,2,8737,'/module/bug/css/create.css','/module/bug/css','file','M'),(22069,2,8737,'/module/bug/js/common.js','/module/bug/js','file','M'),(22070,2,8737,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(22071,2,8738,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(22072,2,8738,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(22073,2,8738,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(22074,2,8740,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(22075,2,8740,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(22076,2,8740,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(22077,2,8740,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(22078,2,8740,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(22079,2,8740,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(22080,2,8740,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(22081,2,8740,'/module/bug/model.php','/module/bug','file','M'),(22082,2,8740,'/module/common/lang/en.php','/module/common/lang','file','M'),(22083,2,8740,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22084,2,8740,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22085,2,8740,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(22086,2,8740,'/module/product/view/project.html.php','/module/product/view','file','M'),(22087,2,8740,'/module/project/view/all.html.php','/module/project/view','file','M'),(22088,2,8740,'/module/project/view/story.html.php','/module/project/view','file','M'),(22089,2,8740,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(22090,2,8740,'/module/release/view/browse.html.php','/module/release/view','file','M'),(22091,2,8740,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(22092,2,8740,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(22093,2,8740,'/module/testcase/model.php','/module/testcase','file','M'),(22094,2,8740,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(22095,2,8740,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(22096,2,8740,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22097,2,8741,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(22098,2,8741,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(22099,2,8741,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(22100,2,8741,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(22101,2,8743,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(22102,2,8744,'/module/block/view/admin.html.php','/module/block/view','file','M'),(22103,2,8744,'/module/build/view/create.html.php','/module/build/view','file','M'),(22104,2,8744,'/module/build/view/edit.html.php','/module/build/view','file','M'),(22105,2,8744,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(22106,2,8744,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(22107,2,8744,'/module/doc/model.php','/module/doc','file','M'),(22108,2,8744,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22109,2,8744,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(22110,2,8744,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(22111,2,8744,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(22112,2,8744,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(22113,2,8744,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(22114,2,8744,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(22115,2,8744,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(22116,2,8744,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(22117,2,8744,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(22118,2,8744,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(22119,2,8744,'/module/product/view/create.html.php','/module/product/view','file','M'),(22120,2,8744,'/module/product/view/edit.html.php','/module/product/view','file','M'),(22121,2,8744,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(22122,2,8744,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(22123,2,8744,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(22124,2,8744,'/module/project/view/create.html.php','/module/project/view','file','M'),(22125,2,8744,'/module/project/view/edit.html.php','/module/project/view','file','M'),(22126,2,8744,'/module/release/view/create.html.php','/module/release/view','file','M'),(22127,2,8744,'/module/release/view/edit.html.php','/module/release/view','file','M'),(22128,2,8744,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(22129,2,8744,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(22130,2,8744,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(22131,2,8744,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(22132,2,8744,'/module/story/view/create.html.php','/module/story/view','file','M'),(22133,2,8744,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(22134,2,8744,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(22135,2,8744,'/module/task/view/create.html.php','/module/task/view','file','M'),(22136,2,8744,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(22137,2,8744,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(22138,2,8744,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(22139,2,8744,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(22140,2,8744,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(22141,2,8744,'/module/user/view/create.html.php','/module/user/view','file','M'),(22142,2,8744,'/module/user/view/edit.html.php','/module/user/view','file','M'),(22143,2,8746,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22144,2,8747,'/module/story/js/batchedit.js','/module/story/js','file','M'),(22145,2,8747,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(22146,2,8747,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(22147,2,8747,'/www/js/zui/min.js','/www/js/zui','file','M'),(22148,2,8747,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22149,2,8748,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(22150,2,8750,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(22151,2,8750,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(22152,2,8750,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(22153,2,8750,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(22154,2,8751,'/module/bug/model.php','/module/bug','file','M'),(22155,2,8751,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(22156,2,8751,'/module/task/model.php','/module/task','file','M'),(22157,2,8751,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22158,2,8752,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(22159,2,8754,'/www/js/zui/min.js','/www/js/zui','file','M'),(22160,2,8755,'/module/testcase/config.php','/module/testcase','file','M'),(22161,2,8757,'/module/block/control.php','/module/block','file','M'),(22162,2,8757,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','M'),(22163,2,8757,'/module/build/view/view.html.php','/module/build/view','file','M'),(22164,2,8757,'/module/common/lang/en.php','/module/common/lang','file','M'),(22165,2,8757,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22166,2,8757,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22167,2,8757,'/module/product/view/build.html.php','/module/product/view','file','M'),(22168,2,8758,'/module/testtask/css/view.css','/module/testtask/css','file','M'),(22169,2,8758,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22170,2,8758,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(22171,2,8760,'/module/common/model.php','/module/common','file','M'),(22172,2,8760,'/module/product/css/view.css','/module/product/css','file','M'),(22173,2,8760,'/module/product/lang/en.php','/module/product/lang','file','M'),(22174,2,8760,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(22175,2,8760,'/module/product/view/view.html.php','/module/product/view','file','M'),(22176,2,8760,'/www/js/zui/min.js','/www/js/zui','file','M'),(22177,2,8760,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22178,2,8762,'/module/company/js/edit.js','/module/company/js','file','M'),(22179,2,8762,'/module/convert/js/selectsource.js','/module/convert/js','file','M'),(22180,2,8762,'/module/convert/js/setconfig.js','/module/convert/js','file','M'),(22181,2,8762,'/module/task/js/create.js','/module/task/js','file','M'),(22182,2,8762,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(22183,2,8762,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(22184,2,8762,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(22185,2,8762,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(22186,2,8762,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(22187,2,8762,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(22188,2,8762,'/module/user/js/login.js','/module/user/js','file','M'),(22189,2,8763,'/www/js/zui/min.js','/www/js/zui','file','M'),(22190,2,8763,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22191,2,8764,'/module/story/view/create.html.php','/module/story/view','file','M'),(22192,2,8765,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(22193,2,8766,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22194,2,8767,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(22195,2,8769,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22196,2,8770,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(22197,2,8770,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22198,2,8771,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(22199,2,8772,'/module/testtask/js/linkcase.js','/module/testtask/js','file','D'),(22200,2,8772,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(22201,2,8773,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22202,2,8775,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(22203,2,8775,'/module/testcase/config.php','/module/testcase','file','M'),(22204,2,8775,'/module/testcase/model.php','/module/testcase','file','M'),(22205,2,8775,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(22206,2,8775,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(22207,2,8775,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(22208,2,8776,'/module/testtask/control.php','/module/testtask','file','M'),(22209,2,8778,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22210,2,8780,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22211,2,8783,'/www/js/my.full.js','/www/js','file','M'),(22212,2,8783,'/www/js/zui/min.js','/www/js/zui','file','M'),(22213,2,8783,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22214,2,8784,'/module/project/css/common.css','/module/project/css','file','M'),(22215,2,8784,'/module/project/js/common.js','/module/project/js','file','M'),(22216,2,8784,'/module/project/js/create.js','/module/project/js','file','M'),(22217,2,8784,'/module/project/view/create.html.php','/module/project/view','file','M'),(22218,2,8786,'/module/testtask/control.php','/module/testtask','file','M'),(22219,2,8786,'/module/testtask/model.php','/module/testtask','file','M'),(22220,2,8786,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(22221,2,8788,'/module/block/control.php','/module/block','file','M'),(22222,2,8788,'/module/block/model.php','/module/block','file','M'),(22223,2,8788,'/module/block/view/qaoverviewblock.html.php','/module/block/view','file','M'),(22224,2,8788,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(22225,2,8788,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22226,2,8788,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(22227,2,8788,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(22228,2,8788,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(22229,2,8789,'/module/user/view/login.html.php','/module/user/view','file','M'),(22230,2,8790,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(22231,2,8791,'/module/file/view/download.html.php','/module/file/view','file','M'),(22232,2,8791,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(22233,2,8791,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(22234,2,8791,'/module/testtask/js/edit.js','/module/testtask/js','file','M'),(22235,2,8791,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(22236,2,8791,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(22237,2,8793,'/module/todo/css/create.css','/module/todo/css','file','M'),(22238,2,8793,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(22239,2,8794,'/module/bug/js/common.js','/module/bug/js','file','M'),(22240,2,8794,'/www/js/zui/min.js','/www/js/zui','file','M'),(22241,2,8794,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22242,2,8797,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(22243,2,8797,'/module/testtask/css/report.css','/module/testtask/css','file','M'),(22244,2,8797,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(22245,2,8797,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(22246,2,8797,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(22247,2,8799,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(22248,2,8799,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(22249,2,8799,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(22250,2,8799,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(22251,2,8799,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(22252,2,8800,'/module/testtask/control.php','/module/testtask','file','M'),(22253,2,8800,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(22254,2,8800,'/module/testtask/view/block.html.php','/module/testtask/view','file','M'),(22255,2,8802,'/module/testtask/control.php','/module/testtask','file','M'),(22256,2,8802,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(22257,2,8802,'/module/testtask/view/activate.html.php','/module/testtask/view','file','M'),(22258,2,8803,'/www/js/my.full.js','/www/js','file','M'),(22259,2,8804,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(22260,2,8806,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22261,2,8806,'/module/testreport/control.php','/module/testreport','file','M'),(22262,2,8806,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(22263,2,8806,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(22264,2,8806,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(22265,2,8806,'/module/testtask/control.php','/module/testtask','file','M'),(22266,2,8806,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(22267,2,8806,'/module/testtask/model.php','/module/testtask','file','M'),(22268,2,8806,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(22269,2,8806,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(22270,2,8806,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(22271,2,8808,'/module/testtask/control.php','/module/testtask','file','M'),(22272,2,8808,'/module/testtask/js/common.js','/module/testtask/js','file','A'),(22273,2,8808,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(22274,2,8808,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(22275,2,8810,'/module/testsuite/css/batchcreatecase.css','/module/testsuite/css','file','M'),(22276,2,8810,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','M'),(22277,2,8810,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(22278,2,8811,'/www/favicon.ico','/www','file','M'),(22279,2,8813,'/module/common/model.php','/module/common','file','M'),(22280,2,8813,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(22281,2,8813,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(22282,2,8813,'/www/js/my.full.js','/www/js','file','M'),(22283,2,8813,'/www/js/zui/min.js','/www/js/zui','file','M'),(22284,2,8815,'/module/common/lang/en.php','/module/common/lang','file','M'),(22285,2,8815,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22286,2,8815,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(22287,2,8815,'/module/story/control.php','/module/story','file','M'),(22288,2,8815,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(22289,2,8815,'/module/testcase/control.php','/module/testcase','file','M'),(22290,2,8815,'/module/testcase/js/groupcase.js','/module/testcase/js','file','M'),(22291,2,8815,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(22292,2,8815,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(22293,2,8815,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(22294,2,8816,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(22295,2,8816,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(22296,2,8816,'/module/product/view/showerrornone.html.php','/module/product/view','file','M'),(22297,2,8817,'/module/admin/view/index.html.php','/module/admin/view','file','M'),(22298,2,8817,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(22299,2,8817,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(22300,2,8818,'/www/js/zui/min.js','/www/js/zui','file','M'),(22301,2,8820,'/www/js/zui/min.js','/www/js/zui','file','M'),(22302,2,8820,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22303,2,8822,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(22304,2,8822,'/module/common/lang/en.php','/module/common/lang','file','M'),(22305,2,8822,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22306,2,8822,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(22307,2,8822,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(22308,2,8822,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(22309,2,8822,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22310,2,8822,'/module/product/view/view.html.php','/module/product/view','file','M'),(22311,2,8822,'/module/testsuite/css/library.css','/module/testsuite/css','file','M'),(22312,2,8822,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(22313,2,8822,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(22314,2,8822,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(22315,2,8822,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(22316,2,8822,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(22317,2,8822,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(22318,2,8822,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(22319,2,8822,'/module/tree/control.php','/module/tree','file','M'),(22320,2,8824,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(22321,2,8825,'/module/user/view/login.html.php','/module/user/view','file','M'),(22322,2,8826,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(22323,2,8828,'/module/api/view/debug.html.php','/module/api/view','file','M'),(22324,2,8828,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(22325,2,8828,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(22326,2,8828,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(22327,2,8828,'/module/dev/view/db.html.php','/module/dev/view','file','M'),(22328,2,8828,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(22329,2,8828,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(22330,2,8830,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(22331,2,8830,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(22332,2,8831,'/module/product/view/edit.html.php','/module/product/view','file','M'),(22333,2,8831,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(22334,2,8831,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(22335,2,8833,'/module/block/control.php','/module/block','file','M'),(22336,2,8833,'/module/block/lang/en.php','/module/block/lang','file','M'),(22337,2,8833,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(22338,2,8833,'/module/block/view/qaoverviewblock.html.php','/module/block/view','file','A'),(22339,2,8833,'/module/block/view/qastatisticblock.html.php','/module/block/view','file','A'),(22340,2,8833,'/module/bug/css/common.css','/module/bug/css','file','M'),(22341,2,8833,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(22342,2,8833,'/module/datatable/model.php','/module/datatable','file','M'),(22343,2,8833,'/module/project/control.php','/module/project','file','M'),(22344,2,8833,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(22345,2,8833,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(22346,2,8833,'/module/release/view/view.html.php','/module/release/view','file','M'),(22347,2,8833,'/module/story/view/create.html.php','/module/story/view','file','M'),(22348,2,8833,'/module/testsuite/css/linkcase.css','/module/testsuite/css','file','A'),(22349,2,8833,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(22350,2,8833,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(22351,2,8833,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(22352,2,8833,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(22353,2,8833,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(22354,2,8834,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(22355,2,8836,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(22356,2,8838,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(22357,2,8838,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22358,2,8840,'/www/js/my.full.js','/www/js','file','M'),(22359,2,8842,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(22360,2,8842,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(22361,2,8842,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(22362,2,8842,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(22363,2,8842,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22364,2,8842,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22365,2,8842,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22366,2,8842,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22367,2,8842,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22368,2,8843,'/module/user/css/login.css','/module/user/css','file','M'),(22369,2,8843,'/module/user/js/login.js','/module/user/js','file','M'),(22370,2,8843,'/module/user/lang/en.php','/module/user/lang','file','M'),(22371,2,8843,'/module/user/view/login.html.php','/module/user/view','file','M'),(22372,2,8844,'/module/common/lang/en.php','/module/common/lang','file','M'),(22373,2,8845,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(22374,2,8845,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(22375,2,8845,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(22376,2,8845,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(22377,2,8845,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(22378,2,8846,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(22379,2,8846,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(22380,2,8846,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(22381,2,8848,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(22382,2,8849,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(22383,2,8849,'/module/common/lang/en.php','/module/common/lang','file','M'),(22384,2,8849,'/module/product/lang/en.php','/module/product/lang','file','M'),(22385,2,8849,'/module/user/lang/en.php','/module/user/lang','file','M'),(22386,2,8850,'/module/api/view/debug.html.php','/module/api/view','file','M'),(22387,2,8853,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(22388,2,8853,'/module/custom/js/working.js','/module/custom/js','file','A'),(22389,2,8853,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(22390,2,8853,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(22391,2,8853,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(22392,2,8853,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(22393,2,8853,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(22394,2,8856,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(22395,2,8856,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(22396,2,8856,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(22397,2,8857,'/module/message/view/setting.html.php','/module/message/view','file','M'),(22398,2,8858,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(22399,2,8858,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(22400,2,8859,'/module/webhook/css/browse.css','/module/webhook/css','file','D'),(22401,2,8859,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(22402,2,8859,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(22403,2,8859,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(22404,2,8860,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(22405,2,8861,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(22406,2,8863,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22407,2,8866,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(22408,2,8866,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(22409,2,8866,'/module/bug/config.php','/module/bug','file','M'),(22410,2,8866,'/module/bug/control.php','/module/bug','file','M'),(22411,2,8866,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(22412,2,8866,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(22413,2,8866,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(22414,2,8866,'/module/bug/model.php','/module/bug','file','M'),(22415,2,8866,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(22416,2,8866,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22417,2,8866,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(22418,2,8866,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(22419,2,8866,'/module/my/view/bug.html.php','/module/my/view','file','M'),(22420,2,8866,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(22421,2,8866,'/module/project/view/bug.html.php','/module/project/view','file','M'),(22422,2,8866,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(22423,2,8866,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(22424,2,8866,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(22425,2,8866,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(22426,2,8867,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(22427,2,8868,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(22428,2,8868,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(22429,2,8868,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(22430,2,8868,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(22431,2,8868,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(22432,2,8868,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(22433,2,8869,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(22434,2,8869,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22435,2,8870,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(22436,2,8870,'/www/js/zui/min.js','/www/js/zui','file','M'),(22437,2,8872,'/module/task/css/create.css','/module/task/css','file','M'),(22438,2,8872,'/module/task/js/create.js','/module/task/js','file','M'),(22439,2,8872,'/module/task/view/create.html.php','/module/task/view','file','M'),(22440,2,8872,'/www/js/zui/min.js','/www/js/zui','file','M'),(22441,2,8872,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22442,2,8873,'/module/block/lang/en.php','/module/block/lang','file','M'),(22443,2,8873,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(22444,2,8873,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(22445,2,8873,'/module/product/view/all.html.php','/module/product/view','file','M'),(22446,2,8874,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(22447,2,8876,'/module/release/view/view.html.php','/module/release/view','file','M'),(22448,2,8876,'/module/story/css/edit.css','/module/story/css','file','M'),(22449,2,8876,'/module/story/view/edit.html.php','/module/story/view','file','M'),(22450,2,8876,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(22451,2,8877,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22452,2,8878,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(22453,2,8879,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22454,2,8880,'/module/file/lang/en.php','/module/file/lang','file','M'),(22455,2,8880,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(22456,2,8880,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(22457,2,8882,'/module/release/view/export.html.php','/module/release/view','file','M'),(22458,2,8882,'/module/release/view/view.html.php','/module/release/view','file','M'),(22459,2,8883,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22460,2,8885,'/www/js/zui/min.js','/www/js/zui','file','M'),(22461,2,8886,'/module/bug/css/browse.css','/module/bug/css','file','M'),(22462,2,8886,'/module/build/css/common.css','/module/build/css','file','M'),(22463,2,8886,'/module/file/lang/en.php','/module/file/lang','file','M'),(22464,2,8886,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(22465,2,8886,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(22466,2,8886,'/module/release/css/common.css','/module/release/css','file','M'),(22467,2,8886,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22468,2,8887,'/module/build/view/view.html.php','/module/build/view','file','M'),(22469,2,8887,'/module/my/view/project.html.php','/module/my/view','file','M'),(22470,2,8887,'/module/my/view/score.html.php','/module/my/view','file','M'),(22471,2,8887,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(22472,2,8887,'/module/score/view/rule.html.php','/module/score/view','file','M'),(22473,2,8888,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(22474,2,8888,'/module/release/view/browse.html.php','/module/release/view','file','M'),(22475,2,8890,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(22476,2,8890,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(22477,2,8890,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(22478,2,8891,'/module/project/model.php','/module/project','file','M'),(22479,2,8892,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(22480,2,8893,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22481,2,8894,'/module/product/view/project.html.php','/module/product/view','file','M'),(22482,2,8894,'/module/project/view/bug.html.php','/module/project/view','file','M'),(22483,2,8894,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(22484,2,8894,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(22485,2,8894,'/module/project/view/team.html.php','/module/project/view','file','M'),(22486,2,8894,'/module/release/view/browse.html.php','/module/release/view','file','M'),(22487,2,8894,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(22488,2,8894,'/module/task/model.php','/module/task','file','M'),(22489,2,8894,'/www/theme/default/style.css','/www/theme/default','file','M'),(22490,2,8895,'/module/release/view/browse.html.php','/module/release/view','file','M'),(22491,2,8897,'/module/product/view/close.html.php','/module/product/view','file','M'),(22492,2,8897,'/module/product/view/view.html.php','/module/product/view','file','M'),(22493,2,8897,'/module/project/view/close.html.php','/module/project/view','file','M'),(22494,2,8897,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(22495,2,8897,'/module/project/view/start.html.php','/module/project/view','file','M'),(22496,2,8897,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(22497,2,8897,'/module/task/model.php','/module/task','file','M'),(22498,2,8899,'/module/doc/control.php','/module/doc','file','M'),(22499,2,8899,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(22500,2,8899,'/module/doc/model.php','/module/doc','file','M'),(22501,2,8899,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22502,2,8901,'/db/update9.8.1.sql','/db','file','M'),(22503,2,8901,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(22504,2,8901,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22505,2,8901,'/module/company/view/edit.html.php','/module/company/view','file','M'),(22506,2,8901,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22507,2,8901,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(22508,2,8901,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(22509,2,8901,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22510,2,8901,'/module/product/view/close.html.php','/module/product/view','file','M'),(22511,2,8901,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(22512,2,8901,'/module/project/view/activate.html.php','/module/project/view','file','M'),(22513,2,8901,'/module/project/view/close.html.php','/module/project/view','file','M'),(22514,2,8901,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(22515,2,8901,'/module/project/view/start.html.php','/module/project/view','file','M'),(22516,2,8901,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(22517,2,8901,'/module/project/view/task.html.php','/module/project/view','file','M'),(22518,2,8901,'/module/story/view/activate.html.php','/module/story/view','file','M'),(22519,2,8901,'/module/story/view/close.html.php','/module/story/view','file','M'),(22520,2,8901,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(22521,2,8901,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(22522,2,8901,'/module/task/view/activate.html.php','/module/task/view','file','M'),(22523,2,8901,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(22524,2,8901,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(22525,2,8901,'/module/task/view/close.html.php','/module/task/view','file','M'),(22526,2,8901,'/module/task/view/finish.html.php','/module/task/view','file','M'),(22527,2,8901,'/module/task/view/pause.html.php','/module/task/view','file','M'),(22528,2,8901,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(22529,2,8901,'/module/task/view/start.html.php','/module/task/view','file','M'),(22530,2,8901,'/module/user/js/common.js','/module/user/js','file','M'),(22531,2,8901,'/www/js/my.full.js','/www/js','file','M'),(22532,2,8902,'/module/doc/css/view.css','/module/doc/css','file','M'),(22533,2,8902,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22534,2,8902,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(22535,2,8902,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(22536,2,8903,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22537,2,8904,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(22538,2,8904,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(22539,2,8905,'/module/block/control.php','/module/block','file','M'),(22540,2,8906,'/db/update10.0.beta.sql','/db','file','M'),(22541,2,8906,'/db/update9.8.1.sql','/db','file','M'),(22542,2,8907,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(22543,2,8909,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22544,2,8909,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22545,2,8909,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22546,2,8909,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22547,2,8909,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22548,2,8911,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(22549,2,8911,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(22550,2,8913,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22551,2,8914,'/module/project/control.php','/module/project','file','M'),(22552,2,8916,'/module/product/control.php','/module/product','file','M'),(22553,2,8916,'/module/product/model.php','/module/product','file','M'),(22554,2,8916,'/module/project/control.php','/module/project','file','M'),(22555,2,8916,'/module/project/model.php','/module/project','file','M'),(22556,2,8916,'/module/project/view/treeproduct.html.php','/module/project/view','file','D'),(22557,2,8918,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22558,2,8919,'/module/project/control.php','/module/project','file','M'),(22559,2,8919,'/module/project/view/treetask.html.php','/module/project/view','file','M'),(22560,2,8919,'/module/task/lang/en.php','/module/task/lang','file','M'),(22561,2,8919,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(22562,2,8920,'/module/my/css/profile.css','/module/my/css','file','M'),(22563,2,8920,'/module/my/view/project.html.php','/module/my/view','file','M'),(22564,2,8920,'/module/my/view/score.html.php','/module/my/view','file','M'),(22565,2,8920,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(22566,2,8920,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(22567,2,8921,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22568,2,8923,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(22569,2,8924,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22570,2,8924,'/module/project/control.php','/module/project','file','M'),(22571,2,8924,'/module/project/model.php','/module/project','file','M'),(22572,2,8924,'/module/project/view/treeproduct.html.php','/module/project/view','file','A'),(22573,2,8924,'/module/project/view/treestory.html.php','/module/project/view','file','A'),(22574,2,8924,'/module/project/view/treetask.html.php','/module/project/view','file','A'),(22575,2,8925,'/module/project/model.php','/module/project','file','M'),(22576,2,8927,'/module/project/control.php','/module/project','file','M'),(22577,2,8927,'/module/project/css/tree.css','/module/project/css','file','M'),(22578,2,8927,'/module/project/js/tree.js','/module/project/js','file','A'),(22579,2,8927,'/module/project/lang/en.php','/module/project/lang','file','M'),(22580,2,8927,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22581,2,8927,'/module/project/model.php','/module/project','file','M'),(22582,2,8927,'/module/project/view/tree.html.php','/module/project/view','file','M'),(22583,2,8927,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(22584,2,8927,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(22585,2,8927,'/module/tree/model.php','/module/tree','file','M'),(22586,2,8928,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22587,2,8929,'/module/my/view/task.html.php','/module/my/view','file','M'),(22588,2,8929,'/module/project/css/common.css','/module/project/css','file','M'),(22589,2,8929,'/module/project/css/task.css','/module/project/css','file','M'),(22590,2,8929,'/module/project/js/common.js','/module/project/js','file','M'),(22591,2,8929,'/module/project/view/task.html.php','/module/project/view','file','M'),(22592,2,8929,'/module/task/model.php','/module/task','file','M'),(22593,2,8929,'/www/js/zui/min.js','/www/js/zui','file','M'),(22594,2,8929,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22595,2,8931,'/module/my/view/task.html.php','/module/my/view','file','M'),(22596,2,8931,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(22597,2,8932,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(22598,2,8933,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22599,2,8934,'/module/admin/css/index.css','/module/admin/css','file','M'),(22600,2,8934,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22601,2,8934,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(22602,2,8934,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22603,2,8934,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(22604,2,8934,'/module/upgrade/model.php','/module/upgrade','file','M'),(22605,2,8936,'/module/common/view/footer.html.php','/module/common/view','file','M'),(22606,2,8936,'/module/common/view/footer.lite.html.php','/module/common/view','file','M'),(22607,2,8936,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(22608,2,8937,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(22609,2,8938,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(22610,2,8938,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(22611,2,8939,'/www/js/my.full.js','/www/js','file','M'),(22612,2,8939,'/www/js/zui/min.js','/www/js/zui','file','M'),(22613,2,8939,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22614,2,8940,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22615,2,8940,'/module/doc/css/view.css','/module/doc/css','file','M'),(22616,2,8940,'/module/doc/model.php','/module/doc','file','M'),(22617,2,8940,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(22618,2,8942,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(22619,2,8943,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(22620,2,8945,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(22621,2,8945,'/www/js/zui/min.js','/www/js/zui','file','M'),(22622,2,8947,'/module/doc/control.php','/module/doc','file','M'),(22623,2,8947,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(22624,2,8947,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22625,2,8948,'/module/user/css/profile.css','/module/user/css','file','A'),(22626,2,8948,'/module/user/view/bug.html.php','/module/user/view','file','M'),(22627,2,8948,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(22628,2,8948,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(22629,2,8948,'/module/user/view/profile.html.php','/module/user/view','file','M'),(22630,2,8948,'/module/user/view/project.html.php','/module/user/view','file','M'),(22631,2,8948,'/module/user/view/story.html.php','/module/user/view','file','M'),(22632,2,8948,'/module/user/view/task.html.php','/module/user/view','file','M'),(22633,2,8948,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(22634,2,8948,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(22635,2,8948,'/module/user/view/todo.html.php','/module/user/view','file','M'),(22636,2,8949,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(22637,2,8949,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22638,2,8951,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22639,2,8952,'/module/doc/css/browse.css','/module/doc/css','file','D'),(22640,2,8952,'/module/doc/css/common.css','/module/doc/css','file','M'),(22641,2,8952,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(22642,2,8954,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22643,2,8956,'/module/common/view/datepicker.html.php','/module/common/view','file','M'),(22644,2,8956,'/www/js/my.full.js','/www/js','file','M'),(22645,2,8956,'/www/js/zui/min.js','/www/js/zui','file','M'),(22646,2,8956,'/www/theme/default/style.css','/www/theme/default','file','M'),(22647,2,8957,'/www/theme/zui/fonts/zenicon.eot','/www/theme/zui/fonts','file','D'),(22648,2,8957,'/www/theme/zui/fonts/zenicon.svg','/www/theme/zui/fonts','file','D'),(22649,2,8957,'/www/theme/zui/fonts/zenicon.ttf','/www/theme/zui/fonts','file','D'),(22650,2,8957,'/www/theme/zui/fonts/zenicon.woff','/www/theme/zui/fonts','file','D'),(22651,2,8958,'/module/doc/control.php','/module/doc','file','M'),(22652,2,8959,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(22653,2,8960,'/module/doc/view/side.html.php','/module/doc/view','file','M'),(22654,2,8962,'/module/doc/css/browse.css','/module/doc/css','file','A'),(22655,2,8962,'/module/doc/model.php','/module/doc','file','M'),(22656,2,8962,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22657,2,8962,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(22658,2,8963,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22659,2,8964,'/module/user/control.php','/module/user','file','M'),(22660,2,8964,'/module/user/css/dynamic.css','/module/user/css','file','A'),(22661,2,8964,'/module/user/view/bug.html.php','/module/user/view','file','M'),(22662,2,8964,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(22663,2,8964,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(22664,2,8964,'/module/user/view/profile.html.php','/module/user/view','file','M'),(22665,2,8964,'/module/user/view/project.html.php','/module/user/view','file','M'),(22666,2,8964,'/module/user/view/task.html.php','/module/user/view','file','M'),(22667,2,8964,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(22668,2,8965,'/module/doc/css/common.css','/module/doc/css','file','M'),(22669,2,8965,'/module/upgrade/model.php','/module/upgrade','file','M'),(22670,2,8966,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22671,2,8968,'/db/update9.8.1.sql','/db','file','M'),(22672,2,8968,'/module/doc/config.php','/module/doc','file','M'),(22673,2,8968,'/module/doc/control.php','/module/doc','file','M'),(22674,2,8968,'/module/doc/css/common.css','/module/doc/css','file','M'),(22675,2,8968,'/module/doc/js/browse.js','/module/doc/js','file','M'),(22676,2,8968,'/module/doc/js/common.js','/module/doc/js','file','M'),(22677,2,8968,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(22678,2,8968,'/module/doc/model.php','/module/doc','file','M'),(22679,2,8968,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(22680,2,8968,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(22681,2,8968,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','A'),(22682,2,8968,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22683,2,8968,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(22684,2,8968,'/module/doc/view/side.html.php','/module/doc/view','file','A'),(22685,2,8968,'/module/project/view/view.html.php','/module/project/view','file','M'),(22686,2,8970,'/module/project/view/build.html.php','/module/project/view','file','M'),(22687,2,8973,'/module/project/view/build.html.php','/module/project/view','file','M'),(22688,2,8974,'/module/project/control.php','/module/project','file','M'),(22689,2,8974,'/module/project/css/build.css','/module/project/css','file','M'),(22690,2,8974,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22691,2,8974,'/module/project/view/build.html.php','/module/project/view','file','M'),(22692,2,8976,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22693,2,8976,'/module/common/model.php','/module/common','file','M'),(22694,2,8976,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(22695,2,8976,'/module/project/control.php','/module/project','file','M'),(22696,2,8976,'/module/project/css/testtask.css','/module/project/css','file','A'),(22697,2,8976,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(22698,2,8976,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(22699,2,8976,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(22700,2,8976,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(22701,2,8976,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(22702,2,8976,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(22703,2,8976,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(22704,2,8978,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(22705,2,8978,'/module/user/view/story.html.php','/module/user/view','file','M'),(22706,2,8978,'/module/user/view/todo.html.php','/module/user/view','file','M'),(22707,2,8979,'/www/js/zui/min.js','/www/js/zui','file','M'),(22708,2,8979,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22709,2,8981,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(22710,2,8981,'/module/common/lang/en.php','/module/common/lang','file','M'),(22711,2,8981,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22712,2,8981,'/module/project/config.php','/module/project','file','M'),(22713,2,8981,'/module/project/control.php','/module/project','file','M'),(22714,2,8981,'/module/project/css/kanban.css','/module/project/css','file','M'),(22715,2,8981,'/module/project/css/storykanban.css','/module/project/css','file','M'),(22716,2,8981,'/module/project/js/kanban.js','/module/project/js','file','M'),(22717,2,8981,'/module/project/js/storykanban.js','/module/project/js','file','M'),(22718,2,8981,'/module/project/lang/en.php','/module/project/lang','file','M'),(22719,2,8981,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22720,2,8981,'/module/project/model.php','/module/project','file','M'),(22721,2,8981,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(22722,2,8981,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(22723,2,8981,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(22724,2,8981,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(22725,2,8981,'/module/story/control.php','/module/story','file','M'),(22726,2,8981,'/module/story/model.php','/module/story','file','M'),(22727,2,8981,'/www/js/zui/min.js','/www/js/zui','file','M'),(22728,2,8981,'/www/theme/default/style.css','/www/theme/default','file','M'),(22729,2,8981,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22730,2,8982,'/module/doc/model.php','/module/doc','file','M'),(22731,2,8982,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22732,2,8984,'/module/doc/control.php','/module/doc','file','M'),(22733,2,8984,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(22734,2,8985,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(22735,2,8985,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(22736,2,8987,'/module/doc/control.php','/module/doc','file','M'),(22737,2,8987,'/module/doc/model.php','/module/doc','file','M'),(22738,2,8987,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(22739,2,8989,'/module/project/css/burn.css','/module/project/css','file','M'),(22740,2,8989,'/module/project/js/burn.js','/module/project/js','file','M'),(22741,2,8989,'/module/project/lang/en.php','/module/project/lang','file','M'),(22742,2,8989,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22743,2,8989,'/module/project/model.php','/module/project','file','M'),(22744,2,8989,'/module/project/view/burn.html.php','/module/project/view','file','M'),(22745,2,8991,'/module/project/control.php','/module/project','file','M'),(22746,2,8991,'/module/project/css/view.css','/module/project/css','file','M'),(22747,2,8991,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22748,2,8991,'/module/project/view/view.html.php','/module/project/view','file','M'),(22749,2,8993,'/module/project/control.php','/module/project','file','M'),(22750,2,8993,'/module/project/css/grouptask.css','/module/project/css','file','M'),(22751,2,8993,'/module/project/js/grouptask.js','/module/project/js','file','M'),(22752,2,8993,'/module/project/lang/en.php','/module/project/lang','file','M'),(22753,2,8993,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22754,2,8993,'/module/project/model.php','/module/project','file','M'),(22755,2,8993,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(22756,2,8993,'/module/project/view/task.html.php','/module/project/view','file','M'),(22757,2,8993,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(22758,2,8993,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(22759,2,8993,'/www/js/zui/min.js','/www/js/zui','file','M'),(22760,2,8993,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22761,2,8993,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22762,2,8993,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22763,2,8993,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22764,2,8993,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22765,2,8995,'/module/project/control.php','/module/project','file','M'),(22766,2,8995,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22767,2,8995,'/module/project/model.php','/module/project','file','M'),(22768,2,8995,'/module/project/view/view.html.php','/module/project/view','file','M'),(22769,2,8996,'/module/block/lang/en.php','/module/block/lang','file','M'),(22770,2,8997,'/module/project/css/create.css','/module/project/css','file','M'),(22771,2,8997,'/module/project/view/create.html.php','/module/project/view','file','M'),(22772,2,8998,'/db/update9.8.1.sql','/db','file','M'),(22773,2,8998,'/db/zentao.sql','/db','file','M'),(22774,2,9000,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(22775,2,9000,'/module/misc/css/changelog.css','/module/misc/css','file','M'),(22776,2,9000,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(22777,2,9000,'/module/misc/view/checktable.html.php','/module/misc/view','file','D'),(22778,2,9000,'/module/misc/view/qrcode.html.php','/module/misc/view','file','M'),(22779,2,9000,'/module/search/view/savequery.html.php','/module/search/view','file','M'),(22780,2,9000,'/module/sso/view/bind.html.php','/module/sso/view','file','M'),(22781,2,9000,'/module/svn/view/cat.html.php','/module/svn/view','file','M'),(22782,2,9000,'/module/svn/view/diff.html.php','/module/svn/view','file','M'),(22783,2,9002,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(22784,2,9002,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(22785,2,9002,'/module/project/view/story.html.php','/module/project/view','file','M'),(22786,2,9002,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(22787,2,9002,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(22788,2,9002,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(22789,2,9002,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(22790,2,9004,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22791,2,9004,'/module/doc/control.php','/module/doc','file','M'),(22792,2,9004,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(22793,2,9004,'/module/doc/model.php','/module/doc','file','M'),(22794,2,9004,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22795,2,9006,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(22796,2,9006,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(22797,2,9006,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(22798,2,9006,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(22799,2,9006,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(22800,2,9006,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(22801,2,9006,'/module/git/view/cat.html.php','/module/git/view','file','M'),(22802,2,9006,'/module/git/view/diff.html.php','/module/git/view','file','M'),(22803,2,9006,'/module/group/css/managemember.css','/module/group/css','file','M'),(22804,2,9006,'/module/group/css/managepriv.css','/module/group/css','file','M'),(22805,2,9006,'/module/group/js/managemember.js','/module/group/js','file','M'),(22806,2,9006,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(22807,2,9006,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(22808,2,9008,'/db/update9.8.1.sql','/db','file','A'),(22809,2,9009,'/module/backup/view/change.html.php','/module/backup/view','file','M'),(22810,2,9009,'/module/custom/control.php','/module/custom','file','M'),(22811,2,9009,'/module/custom/view/ajaxsethomepage.html.php','/module/custom/view','file','D'),(22812,2,9009,'/module/product/control.php','/module/product','file','M'),(22813,2,9009,'/module/project/control.php','/module/project','file','M'),(22814,2,9009,'/module/qa/control.php','/module/qa','file','M'),(22815,2,9010,'/module/action/view/trash.html.php','/module/action/view','file','M'),(22816,2,9010,'/module/api/css/debug.css','/module/api/css','file','M'),(22817,2,9010,'/module/api/view/debug.html.php','/module/api/view','file','M'),(22818,2,9012,'/module/block/control.php','/module/block','file','M'),(22819,2,9012,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(22820,2,9012,'/module/product/view/view.html.php','/module/product/view','file','M'),(22821,2,9012,'/module/project/view/view.html.php','/module/project/view','file','M'),(22822,2,9012,'/module/task/view/view.html.php','/module/task/view','file','M'),(22823,2,9013,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(22824,2,9015,'/module/block/control.php','/module/block','file','M'),(22825,2,9015,'/module/block/css/dashboard.css','/module/block/css','file','M'),(22826,2,9015,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','M'),(22827,2,9015,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','M'),(22828,2,9015,'/module/bug/config.php','/module/bug','file','M'),(22829,2,9015,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22830,2,9015,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(22831,2,9015,'/module/project/view/task.html.php','/module/project/view','file','M'),(22832,2,9015,'/module/story/config.php','/module/story','file','M'),(22833,2,9015,'/module/task/config.php','/module/task','file','M'),(22834,2,9015,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(22835,2,9015,'/module/task/model.php','/module/task','file','M'),(22836,2,9015,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(22837,2,9015,'/module/testcase/config.php','/module/testcase','file','M'),(22838,2,9016,'/module/story/view/activate.html.php','/module/story/view','file','M'),(22839,2,9016,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(22840,2,9016,'/module/story/view/change.html.php','/module/story/view','file','M'),(22841,2,9016,'/module/story/view/close.html.php','/module/story/view','file','M'),(22842,2,9016,'/module/story/view/edit.html.php','/module/story/view','file','M'),(22843,2,9016,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(22844,2,9016,'/module/story/view/review.html.php','/module/story/view','file','M'),(22845,2,9016,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(22846,2,9016,'/module/task/css/edit.css','/module/task/css','file','M'),(22847,2,9016,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(22848,2,9016,'/module/task/view/edit.html.php','/module/task/view','file','M'),(22849,2,9018,'/module/task/view/activate.html.php','/module/task/view','file','M'),(22850,2,9018,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(22851,2,9018,'/module/task/view/browse.html.php','/module/task/view','file','D'),(22852,2,9018,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(22853,2,9018,'/module/task/view/close.html.php','/module/task/view','file','M'),(22854,2,9018,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(22855,2,9018,'/module/task/view/finish.html.php','/module/task/view','file','M'),(22856,2,9018,'/module/task/view/pause.html.php','/module/task/view','file','M'),(22857,2,9018,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(22858,2,9018,'/module/task/view/start.html.php','/module/task/view','file','M'),(22859,2,9019,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22860,2,9020,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22861,2,9022,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22862,2,9022,'/module/doc/control.php','/module/doc','file','M'),(22863,2,9022,'/module/doc/css/common.css','/module/doc/css','file','M'),(22864,2,9022,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(22865,2,9022,'/module/doc/model.php','/module/doc','file','M'),(22866,2,9022,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(22867,2,9023,'/module/bug/js/browse.js','/module/bug/js','file','M'),(22868,2,9023,'/module/build/js/view.js','/module/build/js','file','M'),(22869,2,9023,'/module/company/js/browse.js','/module/company/js','file','M'),(22870,2,9023,'/module/my/js/common.js','/module/my/js','file','M'),(22871,2,9023,'/module/my/view/bug.html.php','/module/my/view','file','M'),(22872,2,9023,'/module/my/view/score.html.php','/module/my/view','file','M'),(22873,2,9023,'/module/my/view/task.html.php','/module/my/view','file','M'),(22874,2,9023,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(22875,2,9023,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(22876,2,9023,'/module/my/view/todo.html.php','/module/my/view','file','M'),(22877,2,9023,'/module/product/js/all.js','/module/product/js','file','M'),(22878,2,9023,'/module/product/view/all.html.php','/module/product/view','file','M'),(22879,2,9023,'/module/product/view/browse.html.php','/module/product/view','file','M'),(22880,2,9023,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(22881,2,9023,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(22882,2,9023,'/module/project/js/all.js','/module/project/js','file','M'),(22883,2,9023,'/module/project/js/grouptask.js','/module/project/js','file','M'),(22884,2,9023,'/module/project/js/importbug.js','/module/project/js','file','M'),(22885,2,9023,'/module/project/js/importtask.js','/module/project/js','file','M'),(22886,2,9023,'/module/project/js/task.js','/module/project/js','file','M'),(22887,2,9023,'/module/project/view/task.html.php','/module/project/view','file','M'),(22888,2,9023,'/module/release/js/view.js','/module/release/js','file','M'),(22889,2,9023,'/module/story/js/zerocase.js','/module/story/js','file','M'),(22890,2,9023,'/module/story/model.php','/module/story','file','M'),(22891,2,9023,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(22892,2,9023,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(22893,2,9023,'/module/testsuite/js/library.js','/module/testsuite/js','file','M'),(22894,2,9023,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(22895,2,9024,'/module/task/config.php','/module/task','file','M'),(22896,2,9025,'/module/project/js/task.js','/module/project/js','file','M'),(22897,2,9025,'/module/project/view/task.html.php','/module/project/view','file','M'),(22898,2,9025,'/module/task/config.php','/module/task','file','M'),(22899,2,9026,'/module/file/view/download.html.php','/module/file/view','file','M'),(22900,2,9026,'/module/file/view/edit.html.php','/module/file/view','file','M'),(22901,2,9026,'/module/file/view/export.html.php','/module/file/view','file','M'),(22902,2,9026,'/module/tree/control.php','/module/tree','file','M'),(22903,2,9026,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(22904,2,9026,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(22905,2,9026,'/www/theme/default/style.css','/www/theme/default','file','M'),(22906,2,9027,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22907,2,9027,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(22908,2,9027,'/module/common/view/dropdowncustomfield.html.php','/module/common/view','file','D'),(22909,2,9027,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(22910,2,9027,'/module/project/control.php','/module/project','file','M'),(22911,2,9027,'/module/project/model.php','/module/project','file','M'),(22912,2,9027,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(22913,2,9027,'/module/project/view/index.html.php','/module/project/view','file','M'),(22914,2,9027,'/module/project/view/managechilds.html.php','/module/project/view','file','D'),(22915,2,9027,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(22916,2,9027,'/module/testreport/control.php','/module/testreport','file','M'),(22917,2,9027,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(22918,2,9027,'/module/tree/js/common.js','/module/tree/js','file','M'),(22919,2,9027,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(22920,2,9027,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(22921,2,9027,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(22922,2,9027,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(22923,2,9028,'/module/file/control.php','/module/file','file','M'),(22924,2,9028,'/module/testcase/model.php','/module/testcase','file','M'),(22925,2,9030,'/module/project/lang/en.php','/module/project/lang','file','M'),(22926,2,9030,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(22927,2,9030,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(22928,2,9030,'/module/project/view/burn.html.php','/module/project/view','file','M'),(22929,2,9032,'/module/tree/model.php','/module/tree','file','M'),(22930,2,9033,'/www/js/zui/min.js','/www/js/zui','file','M'),(22931,2,9033,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22932,2,9034,'/module/my/view/story.html.php','/module/my/view','file','M'),(22933,2,9034,'/module/project/view/all.html.php','/module/project/view','file','M'),(22934,2,9034,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(22935,2,9036,'/module/my/view/story.html.php','/module/my/view','file','M'),(22936,2,9036,'/module/project/css/importtask.css','/module/project/css','file','M'),(22937,2,9036,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(22938,2,9037,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(22939,2,9037,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(22940,2,9037,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(22941,2,9037,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(22942,2,9037,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(22943,2,9037,'/module/story/lang/en.php','/module/story/lang','file','M'),(22944,2,9037,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(22945,2,9037,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(22946,2,9037,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(22947,2,9039,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(22948,2,9039,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(22949,2,9039,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(22950,2,9039,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(22951,2,9039,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(22952,2,9039,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(22953,2,9039,'/module/product/view/all.html.php','/module/product/view','file','M'),(22954,2,9039,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(22955,2,9039,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(22956,2,9039,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(22957,2,9039,'/module/project/control.php','/module/project','file','M'),(22958,2,9039,'/module/project/js/story.js','/module/project/js','file','M'),(22959,2,9039,'/module/project/view/bug.html.php','/module/project/view','file','M'),(22960,2,9039,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(22961,2,9039,'/module/project/view/story.html.php','/module/project/view','file','M'),(22962,2,9039,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(22963,2,9039,'/module/project/view/task.html.php','/module/project/view','file','M'),(22964,2,9039,'/module/story/lang/en.php','/module/story/lang','file','M'),(22965,2,9039,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(22966,2,9039,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(22967,2,9039,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(22968,2,9039,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(22969,2,9039,'/module/task/view/create.html.php','/module/task/view','file','M'),(22970,2,9039,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(22971,2,9039,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(22972,2,9039,'/module/tree/model.php','/module/tree','file','M'),(22973,2,9039,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(22974,2,9039,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(22975,2,9041,'/module/file/view/export.html.php','/module/file/view','file','M'),(22976,2,9041,'/module/project/control.php','/module/project','file','M'),(22977,2,9041,'/module/project/css/kanban.css','/module/project/css','file','M'),(22978,2,9041,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(22979,2,9041,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(22980,2,9041,'/module/project/view/printkanban.html.php','/module/project/view','file','M'),(22981,2,9042,'/module/project/model.php','/module/project','file','M'),(22982,2,9043,'/www/js/zui/min.js','/www/js/zui','file','M'),(22983,2,9043,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(22984,2,9043,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(22985,2,9043,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(22986,2,9043,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(22987,2,9043,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(22988,2,9045,'/module/productplan/control.php','/module/productplan','file','M'),(22989,2,9045,'/module/productplan/model.php','/module/productplan','file','M'),(22990,2,9046,'/module/block/control.php','/module/block','file','M'),(22991,2,9046,'/module/block/lang/en.php','/module/block/lang','file','M'),(22992,2,9046,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(22993,2,9046,'/module/block/model.php','/module/block','file','M'),(22994,2,9046,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','A'),(22995,2,9046,'/module/block/view/projectstatisticblock.html.php','/module/block/view','file','A'),(22996,2,9046,'/module/block/view/statisticblock.html.php','/module/block/view','file','M'),(22997,2,9046,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(22998,2,9046,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(22999,2,9046,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(23000,2,9046,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23001,2,9047,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23002,2,9047,'/module/project/model.php','/module/project','file','M'),(23003,2,9047,'/module/story/view/view.html.php','/module/story/view','file','M'),(23004,2,9047,'/module/testreport/control.php','/module/testreport','file','M'),(23005,2,9047,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(23006,2,9047,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(23007,2,9047,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(23008,2,9047,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(23009,2,9047,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(23010,2,9047,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(23011,2,9047,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(23012,2,9047,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(23013,2,9047,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(23014,2,9049,'/module/action/lang/en.php','/module/action/lang','file','M'),(23015,2,9049,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(23016,2,9049,'/module/action/model.php','/module/action','file','M'),(23017,2,9049,'/module/company/control.php','/module/company','file','M'),(23018,2,9049,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(23019,2,9049,'/module/my/control.php','/module/my','file','M'),(23020,2,9049,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(23021,2,9049,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23022,2,9049,'/module/product/control.php','/module/product','file','M'),(23023,2,9049,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23024,2,9049,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(23025,2,9049,'/module/project/control.php','/module/project','file','M'),(23026,2,9049,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(23027,2,9049,'/module/story/model.php','/module/story','file','M'),(23028,2,9050,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(23029,2,9050,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(23030,2,9050,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(23031,2,9050,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(23032,2,9050,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(23033,2,9050,'/module/build/view/view.html.php','/module/build/view','file','M'),(23034,2,9050,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23035,2,9050,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(23036,2,9050,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23037,2,9050,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(23038,2,9050,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23039,2,9050,'/module/project/control.php','/module/project','file','M'),(23040,2,9050,'/module/project/js/bug.js','/module/project/js','file','M'),(23041,2,9050,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(23042,2,9050,'/module/project/view/bug.html.php','/module/project/view','file','M'),(23043,2,9050,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(23044,2,9050,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(23045,2,9051,'/module/release/js/view.js','/module/release/js','file','M'),(23046,2,9051,'/module/release/lang/en.php','/module/release/lang','file','M'),(23047,2,9051,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(23048,2,9051,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(23049,2,9051,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(23050,2,9054,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(23051,2,9054,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(23052,2,9055,'/module/build/css/view.css','/module/build/css','file','M'),(23053,2,9055,'/module/build/js/view.js','/module/build/js','file','M'),(23054,2,9055,'/module/build/lang/en.php','/module/build/lang','file','M'),(23055,2,9055,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(23056,2,9055,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(23057,2,9055,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(23058,2,9055,'/module/build/view/view.html.php','/module/build/view','file','M'),(23059,2,9055,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(23060,2,9055,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(23061,2,9055,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(23062,2,9055,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(23063,2,9055,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(23064,2,9055,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23065,2,9055,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(23066,2,9055,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(23067,2,9055,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(23068,2,9055,'/module/project/view/build.html.php','/module/project/view','file','M'),(23069,2,9055,'/module/release/view/view.html.php','/module/release/view','file','M'),(23070,2,9055,'/www/js/zui/min.js','/www/js/zui','file','M'),(23071,2,9056,'/module/task/model.php','/module/task','file','M'),(23072,2,9058,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(23073,2,9058,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23074,2,9058,'/module/common/model.php','/module/common','file','M'),(23075,2,9058,'/module/custom/model.php','/module/custom','file','M'),(23076,2,9058,'/module/project/css/burn.css','/module/project/css','file','M'),(23077,2,9058,'/module/project/model.php','/module/project','file','M'),(23078,2,9059,'/module/block/control.php','/module/block','file','M'),(23079,2,9059,'/module/block/lang/en.php','/module/block/lang','file','M'),(23080,2,9059,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(23081,2,9059,'/module/block/view/overviewblock.html.php','/module/block/view','file','M'),(23082,2,9059,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','A'),(23083,2,9059,'/module/block/view/projectoverviewblock.html.php','/module/block/view','file','A'),(23084,2,9059,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(23085,2,9059,'/module/project/lang/en.php','/module/project/lang','file','M'),(23086,2,9059,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23087,2,9060,'/www/js/zui/min.js','/www/js/zui','file','M'),(23088,2,9060,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23089,2,9061,'/module/group/view/browse.html.php','/module/group/view','file','M'),(23090,2,9063,'/module/build/control.php','/module/build','file','M'),(23091,2,9063,'/module/build/view/edit.html.php','/module/build/view','file','M'),(23092,2,9063,'/module/project/model.php','/module/project','file','M'),(23093,2,9063,'/module/project/view/build.html.php','/module/project/view','file','M'),(23094,2,9064,'/module/common/model.php','/module/common','file','M'),(23095,2,9064,'/module/task/lang/en.php','/module/task/lang','file','M'),(23096,2,9064,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23097,2,9064,'/module/task/view/view.html.php','/module/task/view','file','M'),(23098,2,9065,'/module/task/view/create.html.php','/module/task/view','file','M'),(23099,2,9066,'/module/common/lang/en.php','/module/common/lang','file','M'),(23100,2,9066,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23101,2,9066,'/module/project/lang/en.php','/module/project/lang','file','M'),(23102,2,9066,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23103,2,9066,'/module/project/view/index.html.php','/module/project/view','file','M'),(23104,2,9068,'/module/task/css/create.css','/module/task/css','file','M'),(23105,2,9068,'/module/task/js/create.js','/module/task/js','file','M'),(23106,2,9068,'/module/task/view/create.html.php','/module/task/view','file','M'),(23107,2,9070,'/module/project/css/managemembers.css','/module/project/css','file','M'),(23108,2,9070,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(23109,2,9070,'/module/project/view/team.html.php','/module/project/view','file','M'),(23110,2,9071,'/module/project/control.php','/module/project','file','M'),(23111,2,9071,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(23112,2,9072,'/module/dev/css/api.css','/module/dev/css','file','M'),(23113,2,9072,'/module/dev/css/common.css','/module/dev/css','file','M'),(23114,2,9072,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(23115,2,9072,'/module/dev/view/db.html.php','/module/dev/view','file','M'),(23116,2,9072,'/module/dev/view/header.html.php','/module/dev/view','file','M'),(23117,2,9072,'/module/editor/css/edit.css','/module/editor/css','file','M'),(23118,2,9072,'/module/editor/css/extend.css','/module/editor/css','file','M'),(23119,2,9072,'/module/editor/css/index.css','/module/editor/css','file','M'),(23120,2,9072,'/module/editor/js/edit.js','/module/editor/js','file','M'),(23121,2,9072,'/module/editor/js/index.js','/module/editor/js','file','M'),(23122,2,9072,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(23123,2,9072,'/module/editor/view/extend.html.php','/module/editor/view','file','M'),(23124,2,9072,'/module/editor/view/index.html.php','/module/editor/view','file','M'),(23125,2,9072,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(23126,2,9073,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(23127,2,9073,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(23128,2,9073,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(23129,2,9073,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(23130,2,9075,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(23131,2,9075,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(23132,2,9075,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(23133,2,9075,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(23134,2,9075,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(23135,2,9075,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(23136,2,9076,'/module/release/view/create.html.php','/module/release/view','file','M'),(23137,2,9078,'/module/build/control.php','/module/build','file','M'),(23138,2,9078,'/module/build/js/common.js','/module/build/js','file','M'),(23139,2,9078,'/module/build/view/create.html.php','/module/build/view','file','M'),(23140,2,9078,'/module/build/view/edit.html.php','/module/build/view','file','M'),(23141,2,9080,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(23142,2,9080,'/module/message/css/setting.css','/module/message/css','file','M'),(23143,2,9080,'/module/message/view/header.html.php','/module/message/view','file','M'),(23144,2,9080,'/module/message/view/setting.html.php','/module/message/view','file','M'),(23145,2,9080,'/module/webhook/css/create.css','/module/webhook/css','file','M'),(23146,2,9080,'/module/webhook/css/edit.css','/module/webhook/css','file','M'),(23147,2,9080,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(23148,2,9080,'/module/webhook/js/edit.js','/module/webhook/js','file','M'),(23149,2,9080,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(23150,2,9080,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(23151,2,9080,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(23152,2,9080,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(23153,2,9081,'/module/product/model.php','/module/product','file','M'),(23154,2,9082,'/module/action/view/trash.html.php','/module/action/view','file','M'),(23155,2,9083,'/module/project/view/view.html.php','/module/project/view','file','M'),(23156,2,9086,'/module/group/control.php','/module/group','file','M'),(23157,2,9086,'/module/group/css/copy.css','/module/group/css','file','A'),(23158,2,9086,'/module/group/css/managepriv.css','/module/group/css','file','M'),(23159,2,9086,'/module/group/js/managepriv.js','/module/group/js','file','M'),(23160,2,9086,'/module/group/view/browse.html.php','/module/group/view','file','M'),(23161,2,9086,'/module/group/view/copy.html.php','/module/group/view','file','M'),(23162,2,9086,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(23163,2,9086,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(23164,2,9086,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(23165,2,9087,'/module/mail/control.php','/module/mail','file','M'),(23166,2,9087,'/module/mail/js/common.js','/module/mail/js','file','M'),(23167,2,9087,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(23168,2,9087,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(23169,2,9087,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(23170,2,9087,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(23171,2,9087,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(23172,2,9087,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(23173,2,9087,'/module/mail/view/sendclouduser.html.php','/module/mail/view','file','M'),(23174,2,9087,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(23175,2,9087,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(23176,2,9089,'/module/product/model.php','/module/product','file','M'),(23177,2,9089,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(23178,2,9090,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(23179,2,9092,'/module/admin/css/index.css','/module/admin/css','file','M'),(23180,2,9092,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(23181,2,9092,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(23182,2,9092,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(23183,2,9092,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(23184,2,9092,'/module/admin/view/index.html.php','/module/admin/view','file','M'),(23185,2,9092,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(23186,2,9092,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(23187,2,9092,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(23188,2,9092,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(23189,2,9092,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','M'),(23190,2,9092,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(23191,2,9092,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(23192,2,9094,'/module/product/view/view.html.php','/module/product/view','file','M'),(23193,2,9096,'/module/product/css/browse.css','/module/product/css','file','M'),(23194,2,9096,'/module/product/css/index.css','/module/product/css','file','D'),(23195,2,9096,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23196,2,9096,'/module/product/view/index.html.php','/module/product/view','file','M'),(23197,2,9098,'/module/product/css/view.css','/module/product/css','file','M'),(23198,2,9098,'/module/product/lang/en.php','/module/product/lang','file','M'),(23199,2,9098,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23200,2,9098,'/module/product/view/view.html.php','/module/product/view','file','M'),(23201,2,9100,'/module/block/config.php','/module/block','file','M'),(23202,2,9100,'/module/block/control.php','/module/block','file','M'),(23203,2,9100,'/module/block/lang/en.php','/module/block/lang','file','M'),(23204,2,9100,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(23205,2,9100,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(23206,2,9100,'/module/block/model.php','/module/block','file','M'),(23207,2,9100,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23208,2,9100,'/module/block/view/overviewblock.html.php','/module/block/view','file','M'),(23209,2,9100,'/module/block/view/reportblock.html.php','/module/block/view','file','D'),(23210,2,9100,'/module/block/view/statisticblock.html.php','/module/block/view','file','A'),(23211,2,9100,'/module/product/css/browse.css','/module/product/css','file','M'),(23212,2,9100,'/module/product/css/index.css','/module/product/css','file','A'),(23213,2,9100,'/module/product/lang/en.php','/module/product/lang','file','M'),(23214,2,9100,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23215,2,9100,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23216,2,9100,'/module/product/model.php','/module/product','file','M'),(23217,2,9100,'/module/product/view/index.html.php','/module/product/view','file','M'),(23218,2,9100,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(23219,2,9100,'/module/release/lang/en.php','/module/release/lang','file','M'),(23220,2,9100,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(23221,2,9100,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(23222,2,9100,'/module/story/lang/en.php','/module/story/lang','file','M'),(23223,2,9100,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(23224,2,9100,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(23225,2,9100,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(23226,2,9100,'/www/js/zui/min.js','/www/js/zui','file','M'),(23227,2,9100,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23228,2,9101,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(23229,2,9103,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(23230,2,9103,'/module/product/lang/en.php','/module/product/lang','file','M'),(23231,2,9103,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23232,2,9103,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23233,2,9105,'/module/extension/css/common.css','/module/extension/css','file','M'),(23234,2,9105,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(23235,2,9105,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(23236,2,9105,'/module/extension/view/activate.html.php','/module/extension/view','file','M'),(23237,2,9105,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(23238,2,9105,'/module/extension/view/checkscore.html.php','/module/extension/view','file','M'),(23239,2,9105,'/module/extension/view/deactivate.html.php','/module/extension/view','file','M'),(23240,2,9105,'/module/extension/view/erase.html.php','/module/extension/view','file','M'),(23241,2,9105,'/module/extension/view/install.html.php','/module/extension/view','file','M'),(23242,2,9105,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(23243,2,9105,'/module/extension/view/structure.html.php','/module/extension/view','file','M'),(23244,2,9105,'/module/extension/view/uninstall.html.php','/module/extension/view','file','M'),(23245,2,9105,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(23246,2,9105,'/module/extension/view/waring.htm.php','/module/extension/view','file','M'),(23247,2,9106,'/module/product/model.php','/module/product','file','M'),(23248,2,9106,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(23249,2,9107,'/module/product/control.php','/module/product','file','M'),(23250,2,9107,'/module/product/css/roadmap.css','/module/product/css','file','M'),(23251,2,9107,'/module/product/js/roadmap.js','/module/product/js','file','A'),(23252,2,9107,'/module/product/model.php','/module/product','file','M'),(23253,2,9107,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(23254,2,9108,'/module/release/css/common.css','/module/release/css','file','M'),(23255,2,9108,'/module/release/lang/en.php','/module/release/lang','file','M'),(23256,2,9108,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(23257,2,9108,'/module/release/view/create.html.php','/module/release/view','file','M'),(23258,2,9108,'/module/release/view/edit.html.php','/module/release/view','file','M'),(23259,2,9109,'/www/js/zui/min.js','/www/js/zui','file','M'),(23260,2,9109,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23261,2,9110,'/module/story/view/create.html.php','/module/story/view','file','M'),(23262,2,9112,'/module/product/js/browse.js','/module/product/js','file','M'),(23263,2,9112,'/module/product/model.php','/module/product','file','M'),(23264,2,9112,'/module/project/js/story.js','/module/project/js','file','M'),(23265,2,9112,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(23266,2,9112,'/module/project/view/story.html.php','/module/project/view','file','M'),(23267,2,9112,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(23268,2,9114,'/module/company/view/view.html.php','/module/company/view','file','M'),(23269,2,9114,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(23270,2,9114,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(23271,2,9114,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(23272,2,9114,'/module/user/view/create.html.php','/module/user/view','file','M'),(23273,2,9116,'/module/project/css/storykanban.css','/module/project/css','file','M'),(23274,2,9116,'/module/project/js/story.js','/module/project/js','file','M'),(23275,2,9116,'/module/project/view/story.html.php','/module/project/view','file','M'),(23276,2,9116,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(23277,2,9118,'/module/tree/control.php','/module/tree','file','M'),(23278,2,9118,'/module/tree/css/common.css','/module/tree/css','file','M'),(23279,2,9118,'/module/tree/js/browse.js','/module/tree/js','file','M'),(23280,2,9118,'/module/tree/js/common.js','/module/tree/js','file','M'),(23281,2,9118,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(23282,2,9118,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(23283,2,9120,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23284,2,9120,'/module/company/view/browse.html.php','/module/company/view','file','M'),(23285,2,9120,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23286,2,9120,'/module/product/view/all.html.php','/module/product/view','file','M'),(23287,2,9120,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23288,2,9120,'/module/task/model.php','/module/task','file','M'),(23289,2,9120,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(23290,2,9120,'/www/js/zui/min.js','/www/js/zui','file','M'),(23291,2,9122,'/module/action/model.php','/module/action','file','M'),(23292,2,9122,'/module/company/control.php','/module/company','file','M'),(23293,2,9122,'/module/company/css/dynamic.css','/module/company/css','file','M'),(23294,2,9122,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(23295,2,9122,'/module/my/control.php','/module/my','file','M'),(23296,2,9122,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(23297,2,9122,'/module/product/control.php','/module/product','file','M'),(23298,2,9122,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(23299,2,9122,'/module/project/control.php','/module/project','file','M'),(23300,2,9122,'/module/project/css/dynamic.css','/module/project/css','file','M'),(23301,2,9122,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(23302,2,9122,'/module/story/config.php','/module/story','file','M'),(23303,2,9124,'/module/block/view/admin.html.php','/module/block/view','file','M'),(23304,2,9124,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23305,2,9124,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(23306,2,9124,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(23307,2,9124,'/module/todo/css/edit.css','/module/todo/css','file','M'),(23308,2,9124,'/module/todo/css/view.css','/module/todo/css','file','M'),(23309,2,9124,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(23310,2,9124,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(23311,2,9125,'/www/js/zui/min.js','/www/js/zui','file','M'),(23312,2,9125,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23313,2,9129,'/lib/front/front.class.php','/lib/front','file','M'),(23314,2,9129,'/module/action/model.php','/module/action','file','M'),(23315,2,9129,'/module/company/css/view.css','/module/company/css','file','A'),(23316,2,9129,'/module/company/view/edit.html.php','/module/company/view','file','M'),(23317,2,9129,'/module/company/view/view.html.php','/module/company/view','file','M'),(23318,2,9129,'/module/group/css/browse.css','/module/group/css','file','M'),(23319,2,9129,'/module/group/view/browse.html.php','/module/group/view','file','M'),(23320,2,9129,'/module/group/view/copy.html.php','/module/group/view','file','M'),(23321,2,9129,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(23322,2,9129,'/module/my/view/profile.html.php','/module/my/view','file','M'),(23323,2,9130,'/module/project/js/common.js','/module/project/js','file','M'),(23324,2,9132,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23325,2,9132,'/module/company/view/browse.html.php','/module/company/view','file','M'),(23326,2,9132,'/module/group/view/create.html.php','/module/group/view','file','M'),(23327,2,9132,'/module/group/view/edit.html.php','/module/group/view','file','M'),(23328,2,9132,'/module/product/view/edit.html.php','/module/product/view','file','M'),(23329,2,9132,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(23330,2,9132,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(23331,2,9132,'/module/story/view/edit.html.php','/module/story/view','file','M'),(23332,2,9132,'/module/user/view/create.html.php','/module/user/view','file','M'),(23333,2,9132,'/www/theme/default/style.css','/www/theme/default','file','M'),(23334,2,9133,'/module/project/css/common.css','/module/project/css','file','M'),(23335,2,9133,'/module/project/css/create.css','/module/project/css','file','M'),(23336,2,9133,'/module/project/js/common.js','/module/project/js','file','M'),(23337,2,9135,'/module/product/view/view.html.php','/module/product/view','file','M'),(23338,2,9135,'/module/project/view/view.html.php','/module/project/view','file','M'),(23339,2,9137,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(23340,2,9137,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(23341,2,9138,'/module/story/css/common.css','/module/story/css','file','M'),(23342,2,9138,'/module/story/view/create.html.php','/module/story/view','file','M'),(23343,2,9138,'/module/story/view/edit.html.php','/module/story/view','file','M'),(23344,2,9139,'/module/project/view/activate.html.php','/module/project/view','file','M'),(23345,2,9140,'/module/project/view/close.html.php','/module/project/view','file','M'),(23346,2,9142,'/module/project/view/edit.html.php','/module/project/view','file','M'),(23347,2,9144,'/module/user/css/batchcreate.css','/module/user/css','file','M'),(23348,2,9144,'/module/user/css/batchedit.css','/module/user/css','file','M'),(23349,2,9144,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(23350,2,9144,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(23351,2,9146,'/module/story/view/edit.html.php','/module/story/view','file','M'),(23352,2,9146,'/www/theme/default/style.css','/www/theme/default','file','M'),(23353,2,9147,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(23354,2,9149,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(23355,2,9151,'/module/bug/css/report.css','/module/bug/css','file','M'),(23356,2,9151,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(23357,2,9153,'/module/common/view/header.html.php','/module/common/view','file','M'),(23358,2,9153,'/module/report/view/blockreportlist.html.php','/module/report/view','file','M'),(23359,2,9155,'/module/common/lang/en.php','/module/common/lang','file','M'),(23360,2,9155,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23361,2,9155,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23362,2,9155,'/module/company/control.php','/module/company','file','M'),(23363,2,9155,'/module/company/js/browse.js','/module/company/js','file','M'),(23364,2,9155,'/module/company/view/browse.html.php','/module/company/view','file','M'),(23365,2,9155,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(23366,2,9155,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(23367,2,9155,'/module/product/view/all.html.php','/module/product/view','file','M'),(23368,2,9155,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23369,2,9155,'/module/user/control.php','/module/user','file','M'),(23370,2,9155,'/module/user/lang/en.php','/module/user/lang','file','M'),(23371,2,9155,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(23372,2,9155,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(23373,2,9156,'/module/project/view/start.html.php','/module/project/view','file','M'),(23374,2,9157,'/module/product/css/view.css','/module/product/css','file','M'),(23375,2,9158,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23376,2,9160,'/module/project/control.php','/module/project','file','M'),(23377,2,9160,'/module/project/css/view.css','/module/project/css','file','M'),(23378,2,9160,'/module/project/lang/en.php','/module/project/lang','file','M'),(23379,2,9160,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23380,2,9160,'/module/project/view/view.html.php','/module/project/view','file','M'),(23381,2,9162,'/module/product/control.php','/module/product','file','M'),(23382,2,9162,'/module/product/js/browse.js','/module/product/js','file','M'),(23383,2,9162,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23384,2,9162,'/module/project/view/team.html.php','/module/project/view','file','M'),(23385,2,9162,'/module/report/css/common.css','/module/report/css','file','M'),(23386,2,9162,'/module/report/js/productsummary.js','/module/report/js','file','M'),(23387,2,9162,'/module/report/view/blockreportlist.html.php','/module/report/view','file','M'),(23388,2,9162,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(23389,2,9162,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(23390,2,9162,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(23391,2,9162,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(23392,2,9162,'/module/report/view/workload.html.php','/module/report/view','file','M'),(23393,2,9163,'/module/story/css/report.css','/module/story/css','file','M'),(23394,2,9163,'/module/story/view/report.html.php','/module/story/view','file','M'),(23395,2,9163,'/module/task/css/report.css','/module/task/css','file','M'),(23396,2,9163,'/module/task/view/report.html.php','/module/task/view','file','M'),(23397,2,9163,'/www/js/zui/min.js','/www/js/zui','file','M'),(23398,2,9165,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23399,2,9165,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(23400,2,9165,'/module/product/css/browse.css','/module/product/css','file','M'),(23401,2,9165,'/module/product/lang/en.php','/module/product/lang','file','M'),(23402,2,9165,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23403,2,9165,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23404,2,9165,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23405,2,9165,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(23406,2,9165,'/module/tree/model.php','/module/tree','file','M'),(23407,2,9167,'/www/js/zui/min.js','/www/js/zui','file','M'),(23408,2,9167,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23409,2,9167,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23410,2,9167,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23411,2,9167,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23412,2,9167,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23413,2,9169,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(23414,2,9169,'/module/productplan/control.php','/module/productplan','file','M'),(23415,2,9169,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(23416,2,9169,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(23417,2,9169,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(23418,2,9169,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(23419,2,9169,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(23420,2,9171,'/module/project/js/common.js','/module/project/js','file','M'),(23421,2,9171,'/module/project/view/edit.html.php','/module/project/view','file','M'),(23422,2,9173,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(23423,2,9175,'/module/project/css/create.css','/module/project/css','file','M'),(23424,2,9175,'/module/project/js/common.js','/module/project/js','file','M'),(23425,2,9175,'/module/project/js/create.js','/module/project/js','file','M'),(23426,2,9175,'/module/project/view/create.html.php','/module/project/view','file','M'),(23427,2,9175,'/module/project/view/tips.html.php','/module/project/view','file','M'),(23428,2,9177,'/module/project/js/managemembers.js','/module/project/js','file','M'),(23429,2,9177,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(23430,2,9177,'/module/project/view/team.html.php','/module/project/view','file','M'),(23431,2,9179,'/module/my/css/editprofile.css','/module/my/css','file','M'),(23432,2,9179,'/module/my/css/profile.css','/module/my/css','file','A'),(23433,2,9179,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(23434,2,9179,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(23435,2,9179,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(23436,2,9179,'/module/my/view/profile.html.php','/module/my/view','file','M'),(23437,2,9179,'/module/product/view/edit.html.php','/module/product/view','file','M'),(23438,2,9179,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(23439,2,9179,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(23440,2,9179,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(23441,2,9179,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(23442,2,9179,'/module/user/css/common.css','/module/user/css','file','M'),(23443,2,9179,'/module/user/view/create.html.php','/module/user/view','file','M'),(23444,2,9179,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23445,2,9180,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23446,2,9180,'/module/my/view/story.html.php','/module/my/view','file','M'),(23447,2,9180,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23448,2,9180,'/module/product/view/doc.html.php','/module/product/view','file','D'),(23449,2,9180,'/module/project/css/build.css','/module/project/css','file','M'),(23450,2,9180,'/module/project/js/bug.js','/module/project/js','file','M'),(23451,2,9180,'/module/project/view/bug.html.php','/module/project/view','file','M'),(23452,2,9180,'/module/project/view/build.html.php','/module/project/view','file','M'),(23453,2,9180,'/www/js/my.full.js','/www/js','file','M'),(23454,2,9180,'/www/theme/default/style.css','/www/theme/default','file','M'),(23455,2,9181,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(23456,2,9181,'/module/product/view/project.html.php','/module/product/view','file','M'),(23457,2,9181,'/www/theme/default/style.css','/www/theme/default','file','M'),(23458,2,9182,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(23459,2,9182,'/module/company/view/browse.html.php','/module/company/view','file','M'),(23460,2,9182,'/module/release/css/common.css','/module/release/css','file','M'),(23461,2,9182,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23462,2,9182,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(23463,2,9182,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(23464,2,9184,'/lib/dao/dao.class.php','/lib/dao','file','M'),(23465,2,9184,'/module/common/model.php','/module/common','file','M'),(23466,2,9184,'/module/release/css/view.css','/module/release/css','file','M'),(23467,2,9184,'/module/release/js/view.js','/module/release/js','file','M'),(23468,2,9184,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(23469,2,9184,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(23470,2,9184,'/module/release/view/view.html.php','/module/release/view','file','M'),(23471,2,9184,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(23472,2,9184,'/module/story/view/view.html.php','/module/story/view','file','M'),(23473,2,9184,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(23474,2,9184,'/www/js/my.full.js','/www/js','file','M'),(23475,2,9184,'/www/theme/default/style.css','/www/theme/default','file','M'),(23476,2,9186,'/module/block/view/reportblock.html.php','/module/block/view','file','M'),(23477,2,9186,'/module/product/config.php','/module/product','file','M'),(23478,2,9187,'/module/product/view/view.html.php','/module/product/view','file','M'),(23479,2,9188,'/module/product/view/close.html.php','/module/product/view','file','M'),(23480,2,9190,'/www/js/my.full.js','/www/js','file','M'),(23481,2,9190,'/www/theme/default/style.css','/www/theme/default','file','M'),(23482,2,9191,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(23483,2,9191,'/module/release/view/edit.html.php','/module/release/view','file','M'),(23484,2,9192,'/module/productplan/control.php','/module/productplan','file','M'),(23485,2,9192,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(23486,2,9193,'/module/release/control.php','/module/release','file','M'),(23487,2,9193,'/module/release/view/edit.html.php','/module/release/view','file','M'),(23488,2,9194,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(23489,2,9194,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(23490,2,9194,'/module/release/view/create.html.php','/module/release/view','file','M'),(23491,2,9196,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(23492,2,9196,'/module/release/view/create.html.php','/module/release/view','file','M'),(23493,2,9196,'/module/story/view/create.html.php','/module/story/view','file','M'),(23494,2,9197,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(23495,2,9197,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(23496,2,9199,'/module/admin/control.php','/module/admin','file','M'),(23497,2,9199,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(23498,2,9199,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(23499,2,9199,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(23500,2,9199,'/module/common/lang/en.php','/module/common/lang','file','M'),(23501,2,9199,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23502,2,9199,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23503,2,9199,'/module/common/model.php','/module/common','file','M'),(23504,2,9199,'/module/entry/control.php','/module/entry','file','M'),(23505,2,9199,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(23506,2,9199,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(23507,2,9199,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(23508,2,9199,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(23509,2,9199,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(23510,2,9199,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(23511,2,9199,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(23512,2,9199,'/module/product/control.php','/module/product','file','M'),(23513,2,9199,'/module/product/view/edit.html.php','/module/product/view','file','M'),(23514,2,9199,'/module/product/view/view.html.php','/module/product/view','file','M'),(23515,2,9199,'/module/webhook/control.php','/module/webhook','file','M'),(23516,2,9199,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(23517,2,9199,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(23518,2,9199,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(23519,2,9200,'/module/product/control.php','/module/product','file','M'),(23520,2,9200,'/module/release/control.php','/module/release','file','M'),(23521,2,9201,'/module/productplan/control.php','/module/productplan','file','M'),(23522,2,9202,'/module/productplan/control.php','/module/productplan','file','M'),(23523,2,9202,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(23524,2,9204,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23525,2,9206,'/module/product/css/dynamic.css','/module/product/css','file','A'),(23526,2,9206,'/module/search/control.php','/module/search','file','M'),(23527,2,9206,'/module/search/model.php','/module/search','file','M'),(23528,2,9206,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(23529,2,9206,'/module/story/view/activate.html.php','/module/story/view','file','M'),(23530,2,9206,'/module/story/view/affected.html.php','/module/story/view','file','M'),(23531,2,9206,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(23532,2,9206,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(23533,2,9206,'/module/story/view/bugs.html.php','/module/story/view','file','M'),(23534,2,9206,'/module/story/view/cases.html.php','/module/story/view','file','M'),(23535,2,9206,'/module/story/view/change.html.php','/module/story/view','file','M'),(23536,2,9206,'/module/story/view/close.html.php','/module/story/view','file','M'),(23537,2,9206,'/module/story/view/edit.html.php','/module/story/view','file','M'),(23538,2,9206,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(23539,2,9206,'/module/story/view/review.html.php','/module/story/view','file','M'),(23540,2,9206,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(23541,2,9206,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(23542,2,9206,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(23543,2,9208,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(23544,2,9208,'/module/product/view/edit.html.php','/module/product/view','file','M'),(23545,2,9209,'/module/release/view/create.html.php','/module/release/view','file','M'),(23546,2,9210,'/module/story/view/create.html.php','/module/story/view','file','M'),(23547,2,9212,'/module/product/view/create.html.php','/module/product/view','file','M'),(23548,2,9213,'/module/product/lang/en.php','/module/product/lang','file','M'),(23549,2,9213,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23550,2,9213,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23551,2,9213,'/module/product/model.php','/module/product','file','M'),(23552,2,9213,'/module/product/view/all.html.php','/module/product/view','file','M'),(23553,2,9213,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23554,2,9213,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23555,2,9213,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(23556,2,9213,'/module/project/model.php','/module/project','file','M'),(23557,2,9214,'/module/branch/lang/zh-tw.php','/module/branch/lang','file','M'),(23558,2,9214,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23559,2,9214,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(23560,2,9214,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23561,2,9214,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23562,2,9214,'/module/project/lang/en.php','/module/project/lang','file','M'),(23563,2,9214,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23564,2,9214,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(23565,2,9214,'/module/project/view/task.html.php','/module/project/view','file','M'),(23566,2,9214,'/module/story/config.php','/module/story','file','M'),(23567,2,9214,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(23568,2,9214,'/module/task/config.php','/module/task','file','M'),(23569,2,9214,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23570,2,9214,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(23571,2,9214,'/module/task/model.php','/module/task','file','M'),(23572,2,9216,'/module/project/css/task.css','/module/project/css','file','M'),(23573,2,9216,'/module/project/view/task.html.php','/module/project/view','file','M'),(23574,2,9216,'/module/task/model.php','/module/task','file','M'),(23575,2,9217,'/module/product/view/view.html.php','/module/product/view','file','M'),(23576,2,9218,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(23577,2,9218,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23578,2,9218,'/module/common/view/action.html.php','/module/common/view','file','M'),(23579,2,9218,'/module/file/control.php','/module/file','file','M'),(23580,2,9218,'/module/product/control.php','/module/product','file','M'),(23581,2,9218,'/module/product/css/view.css','/module/product/css','file','M'),(23582,2,9218,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23583,2,9218,'/module/product/view/view.html.php','/module/product/view','file','M'),(23584,2,9220,'/module/product/view/create.html.php','/module/product/view','file','M'),(23585,2,9222,'/lib/dao/dao.class.php','/lib/dao','file','M'),(23586,2,9224,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(23587,2,9225,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(23588,2,9225,'/module/common/view/dropdowncustomfield.html.php','/module/common/view','file','M'),(23589,2,9225,'/module/cron/css/common.css','/module/cron/css','file','M'),(23590,2,9225,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(23591,2,9225,'/module/custom/js/set.js','/module/custom/js','file','M'),(23592,2,9225,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(23593,2,9225,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(23594,2,9225,'/module/extension/view/header.html.php','/module/extension/view','file','M'),(23595,2,9225,'/module/message/view/header.html.php','/module/message/view','file','M'),(23596,2,9225,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(23597,2,9225,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(23598,2,9225,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(23599,2,9225,'/module/story/view/report.html.php','/module/story/view','file','M'),(23600,2,9227,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(23601,2,9228,'/module/action/css/trash.css','/module/action/css','file','M'),(23602,2,9228,'/module/action/view/trash.html.php','/module/action/view','file','M'),(23603,2,9229,'/lib/front/front.class.php','/lib/front','file','M'),(23604,2,9229,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(23605,2,9229,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(23606,2,9229,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(23607,2,9229,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(23608,2,9229,'/module/story/css/create.css','/module/story/css','file','D'),(23609,2,9229,'/module/story/js/create.js','/module/story/js','file','M'),(23610,2,9229,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(23611,2,9229,'/module/story/view/create.html.php','/module/story/view','file','M'),(23612,2,9230,'/module/common/view/header.html.php','/module/common/view','file','M'),(23613,2,9231,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(23614,2,9231,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(23615,2,9231,'/module/story/view/header.html.php','/module/story/view','file','M'),(23616,2,9232,'/www/js/zui/min.js','/www/js/zui','file','M'),(23617,2,9232,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23618,2,9234,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23619,2,9236,'/module/block/control.php','/module/block','file','M'),(23620,2,9236,'/module/block/lang/en.php','/module/block/lang','file','M'),(23621,2,9236,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(23622,2,9236,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(23623,2,9236,'/module/block/model.php','/module/block','file','M'),(23624,2,9236,'/module/block/view/overviewblock.html.php','/module/block/view','file','A'),(23625,2,9236,'/module/block/view/reportblock.html.php','/module/block/view','file','A'),(23626,2,9236,'/module/block/view/set.html.php','/module/block/view','file','M'),(23627,2,9236,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(23628,2,9236,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(23629,2,9236,'/module/product/control.php','/module/product','file','M'),(23630,2,9236,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23631,2,9236,'/module/product/model.php','/module/product','file','M'),(23632,2,9236,'/module/project/model.php','/module/project','file','M'),(23633,2,9236,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(23634,2,9236,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(23635,2,9237,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(23636,2,9237,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23637,2,9238,'/module/product/control.php','/module/product','file','M'),(23638,2,9238,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(23639,2,9239,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23640,2,9239,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(23641,2,9241,'/module/common/model.php','/module/common','file','M'),(23642,2,9241,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(23643,2,9241,'/module/datatable/model.php','/module/datatable','file','M'),(23644,2,9241,'/module/story/config.php','/module/story','file','M'),(23645,2,9241,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(23646,2,9241,'/module/story/view/view.html.php','/module/story/view','file','M'),(23647,2,9243,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(23648,2,9243,'/module/product/view/create.html.php','/module/product/view','file','M'),(23649,2,9244,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(23650,2,9246,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(23651,2,9246,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(23652,2,9246,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(23653,2,9246,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(23654,2,9246,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(23655,2,9247,'/www/js/zui/min.js','/www/js/zui','file','M'),(23656,2,9247,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23657,2,9249,'/module/upgrade/model.php','/module/upgrade','file','M'),(23658,2,9250,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23659,2,9250,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23660,2,9251,'/module/product/model.php','/module/product','file','M'),(23661,2,9251,'/www/js/zui/min.js','/www/js/zui','file','M'),(23662,2,9251,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23663,2,9253,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23664,2,9253,'/module/release/css/browse.css','/module/release/css','file','M'),(23665,2,9253,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23666,2,9254,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23667,2,9256,'/module/common/model.php','/module/common','file','M'),(23668,2,9256,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(23669,2,9256,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(23670,2,9256,'/module/product/control.php','/module/product','file','M'),(23671,2,9256,'/module/product/js/browse.js','/module/product/js','file','M'),(23672,2,9256,'/module/product/lang/en.php','/module/product/lang','file','M'),(23673,2,9256,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23674,2,9256,'/module/product/model.php','/module/product','file','M'),(23675,2,9256,'/module/product/view/browse.html.php','/module/product/view','file','M'),(23676,2,9256,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(23677,2,9256,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(23678,2,9256,'/module/story/model.php','/module/story','file','M'),(23679,2,9256,'/www/js/my.full.js','/www/js','file','M'),(23680,2,9256,'/www/js/zui/min.js','/www/js/zui','file','M'),(23681,2,9256,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23682,2,9256,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23683,2,9256,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23684,2,9256,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23685,2,9256,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23686,2,9258,'/module/my/view/task.html.php','/module/my/view','file','M'),(23687,2,9259,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(23688,2,9259,'/module/block/control.php','/module/block','file','M'),(23689,2,9259,'/module/block/js/admin.js','/module/block/js','file','M'),(23690,2,9259,'/module/block/lang/en.php','/module/block/lang','file','M'),(23691,2,9259,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(23692,2,9259,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(23693,2,9259,'/module/block/view/admin.html.php','/module/block/view','file','M'),(23694,2,9259,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23695,2,9259,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(23696,2,9259,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(23697,2,9259,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(23698,2,9259,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(23699,2,9259,'/module/common/lang/en.php','/module/common/lang','file','M'),(23700,2,9259,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23701,2,9259,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23702,2,9259,'/module/common/view/header.html.php','/module/common/view','file','M'),(23703,2,9259,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(23704,2,9259,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(23705,2,9259,'/module/product/model.php','/module/product','file','M'),(23706,2,9259,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(23707,2,9259,'/module/qa/lang/zh-tw.php','/module/qa/lang','file','M'),(23708,2,9259,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(23709,2,9259,'/www/js/zui/min.js','/www/js/zui','file','M'),(23710,2,9259,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23711,2,9259,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23712,2,9259,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23713,2,9259,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23714,2,9259,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23715,2,9260,'/module/project/control.php','/module/project','file','M'),(23716,2,9261,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23717,2,9262,'/module/block/js/dashboard.js','/module/block/js','file','M'),(23718,2,9262,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(23719,2,9263,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(23720,2,9264,'/module/task/control.php','/module/task','file','M'),(23721,2,9264,'/module/task/lang/en.php','/module/task/lang','file','M'),(23722,2,9264,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23723,2,9264,'/module/task/model.php','/module/task','file','M'),(23724,2,9264,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(23725,2,9264,'/module/task/view/finish.html.php','/module/task/view','file','M'),(23726,2,9264,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(23727,2,9266,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23728,2,9266,'/module/productplan/css/browse.css','/module/productplan/css','file','M'),(23729,2,9266,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(23730,2,9267,'/module/product/view/project.html.php','/module/product/view','file','M'),(23731,2,9268,'/module/action/model.php','/module/action','file','M'),(23732,2,9268,'/module/product/control.php','/module/product','file','M'),(23733,2,9268,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(23734,2,9270,'/module/action/model.php','/module/action','file','M'),(23735,2,9270,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(23736,2,9270,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(23737,2,9270,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(23738,2,9270,'/module/project/js/all.js','/module/project/js','file','M'),(23739,2,9270,'/module/project/view/all.html.php','/module/project/view','file','M'),(23740,2,9270,'/module/story/model.php','/module/story','file','M'),(23741,2,9271,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(23742,2,9271,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23743,2,9271,'/module/my/view/task.html.php','/module/my/view','file','M'),(23744,2,9272,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(23745,2,9273,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(23746,2,9273,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23747,2,9273,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(23748,2,9273,'/module/my/view/project.html.php','/module/my/view','file','M'),(23749,2,9273,'/module/my/view/score.html.php','/module/my/view','file','M'),(23750,2,9273,'/module/my/view/story.html.php','/module/my/view','file','M'),(23751,2,9273,'/module/my/view/task.html.php','/module/my/view','file','M'),(23752,2,9273,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(23753,2,9273,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(23754,2,9273,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23755,2,9273,'/module/project/view/build.html.php','/module/project/view','file','M'),(23756,2,9273,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(23757,2,9273,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23758,2,9273,'/module/score/view/rule.html.php','/module/score/view','file','M'),(23759,2,9273,'/module/story/view/view.html.php','/module/story/view','file','M'),(23760,2,9273,'/module/task/view/view.html.php','/module/task/view','file','M'),(23761,2,9275,'/module/tree/control.php','/module/tree','file','M'),(23762,2,9276,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23763,2,9276,'/module/my/view/story.html.php','/module/my/view','file','M'),(23764,2,9276,'/module/my/view/task.html.php','/module/my/view','file','M'),(23765,2,9276,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(23766,2,9277,'/module/my/view/profile.html.php','/module/my/view','file','M'),(23767,2,9278,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23768,2,9279,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23769,2,9280,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23770,2,9280,'/module/my/view/project.html.php','/module/my/view','file','M'),(23771,2,9280,'/module/my/view/score.html.php','/module/my/view','file','M'),(23772,2,9280,'/module/my/view/task.html.php','/module/my/view','file','M'),(23773,2,9280,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(23774,2,9280,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(23775,2,9280,'/module/project/view/build.html.php','/module/project/view','file','M'),(23776,2,9280,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(23777,2,9280,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23778,2,9282,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23779,2,9282,'/module/productplan/model.php','/module/productplan','file','M'),(23780,2,9282,'/module/user/view/profile.html.php','/module/user/view','file','M'),(23781,2,9283,'/module/branch/view/ajaxgetdropmenu.html.php','/module/branch/view','file','M'),(23782,2,9283,'/module/my/view/story.html.php','/module/my/view','file','M'),(23783,2,9283,'/module/product/model.php','/module/product','file','M'),(23784,2,9283,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(23785,2,9283,'/module/project/model.php','/module/project','file','M'),(23786,2,9283,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(23787,2,9283,'/module/testsuite/control.php','/module/testsuite','file','M'),(23788,2,9283,'/module/testsuite/model.php','/module/testsuite','file','M'),(23789,2,9283,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','M'),(23790,2,9283,'/module/tree/view/ajaxgetdropmenu.html.php','/module/tree/view','file','M'),(23791,2,9283,'/www/js/zui/min.js','/www/js/zui','file','M'),(23792,2,9283,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23793,2,9283,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23794,2,9283,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23795,2,9283,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23796,2,9283,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23797,2,9284,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23798,2,9284,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(23799,2,9285,'/module/task/model.php','/module/task','file','M'),(23800,2,9286,'/module/task/model.php','/module/task','file','M'),(23801,2,9287,'/module/task/model.php','/module/task','file','M'),(23802,2,9288,'/module/action/model.php','/module/action','file','M'),(23803,2,9288,'/module/my/control.php','/module/my','file','M'),(23804,2,9288,'/module/my/css/dynamic.css','/module/my/css','file','A'),(23805,2,9288,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(23806,2,9290,'/module/task/control.php','/module/task','file','M'),(23807,2,9290,'/module/task/lang/en.php','/module/task/lang','file','M'),(23808,2,9290,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23809,2,9290,'/module/task/model.php','/module/task','file','M'),(23810,2,9290,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(23811,2,9290,'/module/task/view/edit.html.php','/module/task/view','file','M'),(23812,2,9290,'/module/task/view/finish.html.php','/module/task/view','file','M'),(23813,2,9290,'/module/task/view/start.html.php','/module/task/view','file','M'),(23814,2,9292,'/module/doc/css/view.css','/module/doc/css','file','M'),(23815,2,9292,'/module/productplan/model.php','/module/productplan','file','M'),(23816,2,9292,'/module/project/control.php','/module/project','file','M'),(23817,2,9293,'/module/action/control.php','/module/action','file','M'),(23818,2,9293,'/module/action/lang/en.php','/module/action/lang','file','M'),(23819,2,9293,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(23820,2,9293,'/module/bug/model.php','/module/bug','file','M'),(23821,2,9293,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(23822,2,9293,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23823,2,9293,'/module/common/model.php','/module/common','file','M'),(23824,2,9293,'/module/common/view/action.html.php','/module/common/view','file','M'),(23825,2,9293,'/module/my/view/story.html.php','/module/my/view','file','M'),(23826,2,9293,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23827,2,9293,'/module/qa/lang/zh-cn.php','/module/qa/lang','file','M'),(23828,2,9293,'/module/qa/model.php','/module/qa','file','M'),(23829,2,9293,'/module/score/view/rule.html.php','/module/score/view','file','M'),(23830,2,9293,'/module/story/view/view.html.php','/module/story/view','file','M'),(23831,2,9293,'/module/task/view/view.html.php','/module/task/view','file','M'),(23832,2,9293,'/module/testcase/model.php','/module/testcase','file','M'),(23833,2,9293,'/module/testreport/model.php','/module/testreport','file','M'),(23834,2,9293,'/module/testsuite/model.php','/module/testsuite','file','M'),(23835,2,9293,'/module/testtask/model.php','/module/testtask','file','M'),(23836,2,9293,'/www/js/zui/min.js','/www/js/zui','file','M'),(23837,2,9293,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23838,2,9293,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23839,2,9293,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23840,2,9293,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23841,2,9293,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23842,2,9294,'/db/zentao.sql','/db','file','M'),(23843,2,9296,'/db/update9.8.2.sql','/db','file','M'),(23844,2,9296,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23845,2,9296,'/module/upgrade/model.php','/module/upgrade','file','M'),(23846,2,9297,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(23847,2,9297,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23848,2,9297,'/module/project/model.php','/module/project','file','M'),(23849,2,9297,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(23850,2,9297,'/module/story/view/view.html.php','/module/story/view','file','M'),(23851,2,9298,'/module/common/lang/en.php','/module/common/lang','file','M'),(23852,2,9298,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23853,2,9298,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(23854,2,9298,'/module/product/model.php','/module/product','file','M'),(23855,2,9298,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(23856,2,9298,'/module/project/model.php','/module/project','file','M'),(23857,2,9298,'/module/task/view/view.html.php','/module/task/view','file','M'),(23858,2,9299,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(23859,2,9299,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(23860,2,9299,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(23861,2,9299,'/module/branch/view/ajaxgetdropmenu.html.php','/module/branch/view','file','M'),(23862,2,9299,'/module/common/lang/en.php','/module/common/lang','file','M'),(23863,2,9299,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23864,2,9299,'/module/common/model.php','/module/common','file','M'),(23865,2,9299,'/module/common/view/action.html.php','/module/common/view','file','M'),(23866,2,9299,'/module/common/view/header.html.php','/module/common/view','file','M'),(23867,2,9299,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(23868,2,9299,'/module/my/view/story.html.php','/module/my/view','file','M'),(23869,2,9299,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23870,2,9299,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(23871,2,9299,'/module/product/model.php','/module/product','file','M'),(23872,2,9299,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(23873,2,9299,'/module/story/view/view.html.php','/module/story/view','file','M'),(23874,2,9299,'/module/todo/control.php','/module/todo','file','M'),(23875,2,9299,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(23876,2,9299,'/module/tree/view/ajaxgetdropmenu.html.php','/module/tree/view','file','M'),(23877,2,9299,'/www/js/my.full.js','/www/js','file','M'),(23878,2,9301,'/module/user/view/profile.html.php','/module/user/view','file','M'),(23879,2,9303,'/module/product/view/create.html.php','/module/product/view','file','M'),(23880,2,9304,'/module/my/view/profile.html.php','/module/my/view','file','M'),(23881,2,9304,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23882,2,9304,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23883,2,9304,'/module/user/view/profile.html.php','/module/user/view','file','M'),(23884,2,9306,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23885,2,9306,'/module/task/view/start.html.php','/module/task/view','file','M'),(23886,2,9307,'/module/project/model.php','/module/project','file','M'),(23887,2,9307,'/module/task/model.php','/module/task','file','M'),(23888,2,9307,'/module/user/model.php','/module/user','file','M'),(23889,2,9309,'/module/bug/control.php','/module/bug','file','M'),(23890,2,9309,'/module/story/control.php','/module/story','file','M'),(23891,2,9311,'/module/common/lang/en.php','/module/common/lang','file','M'),(23892,2,9311,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23893,2,9312,'/VERSION','/','file','M'),(23894,2,9312,'/config/config.php','/config','file','M'),(23895,2,9314,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(23896,2,9314,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(23897,2,9314,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(23898,2,9314,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(23899,2,9314,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(23900,2,9314,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(23901,2,9316,'/doc/CHANGELOG','/doc','file','M'),(23902,2,9317,'/module/project/model.php','/module/project','file','M'),(23903,2,9318,'/module/user/view/login.html.php','/module/user/view','file','M'),(23904,2,9319,'/module/project/model.php','/module/project','file','M'),(23905,2,9321,'/module/project/model.php','/module/project','file','M'),(23906,2,9321,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(23907,2,9322,'/db/update9.8.2.sql','/db','file','M'),(23908,2,9323,'/module/user/lang/en.php','/module/user/lang','file','M'),(23909,2,9325,'/module/project/control.php','/module/project','file','M'),(23910,2,9325,'/module/user/view/profile.html.php','/module/user/view','file','M'),(23911,2,9327,'/module/project/model.php','/module/project','file','M'),(23912,2,9327,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(23913,2,9328,'/module/project/view/build.html.php','/module/project/view','file','M'),(23914,2,9328,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(23915,2,9328,'/module/release/view/browse.html.php','/module/release/view','file','M'),(23916,2,9328,'/www/js/zui/min.js','/www/js/zui','file','M'),(23917,2,9328,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(23918,2,9328,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(23919,2,9328,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(23920,2,9328,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(23921,2,9328,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(23922,2,9329,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23923,2,9329,'/module/my/view/story.html.php','/module/my/view','file','M'),(23924,2,9330,'/module/task/lang/en.php','/module/task/lang','file','M'),(23925,2,9330,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23926,2,9330,'/module/task/view/start.html.php','/module/task/view','file','M'),(23927,2,9331,'/module/story/control.php','/module/story','file','M'),(23928,2,9332,'/lib/front/front.class.php','/lib/front','file','M'),(23929,2,9332,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(23930,2,9332,'/www/theme/default/style.css','/www/theme/default','file','M'),(23931,2,9334,'/module/story/control.php','/module/story','file','M'),(23932,2,9336,'/module/task/model.php','/module/task','file','M'),(23933,2,9338,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(23934,2,9339,'/db/update9.8.2.sql','/db','file','M'),(23935,2,9339,'/db/zentao.sql','/db','file','M'),(23936,2,9339,'/module/upgrade/model.php','/module/upgrade','file','M'),(23937,2,9340,'/module/my/view/score.html.php','/module/my/view','file','M'),(23938,2,9340,'/module/score/view/rule.html.php','/module/score/view','file','M'),(23939,2,9341,'/module/task/model.php','/module/task','file','M'),(23940,2,9342,'/module/productplan/control.php','/module/productplan','file','M'),(23941,2,9343,'/module/story/control.php','/module/story','file','M'),(23942,2,9343,'/module/story/model.php','/module/story','file','M'),(23943,2,9344,'/module/bug/model.php','/module/bug','file','M'),(23944,2,9345,'/module/my/view/project.html.php','/module/my/view','file','M'),(23945,2,9346,'/module/my/view/story.html.php','/module/my/view','file','M'),(23946,2,9348,'/module/bug/control.php','/module/bug','file','M'),(23947,2,9348,'/module/bug/model.php','/module/bug','file','M'),(23948,2,9349,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23949,2,9350,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(23950,2,9351,'/module/user/model.php','/module/user','file','M'),(23951,2,9353,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(23952,2,9355,'/module/product/js/create.js','/module/product/js','file','A'),(23953,2,9356,'/module/product/control.php','/module/product','file','M'),(23954,2,9356,'/module/product/view/create.html.php','/module/product/view','file','M'),(23955,2,9356,'/module/tree/control.php','/module/tree','file','M'),(23956,2,9358,'/module/common/model.php','/module/common','file','M'),(23957,2,9358,'/module/testsuite/model.php','/module/testsuite','file','M'),(23958,2,9359,'/module/user/js/create.js','/module/user/js','file','M'),(23959,2,9359,'/module/user/view/create.html.php','/module/user/view','file','M'),(23960,2,9359,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23961,2,9360,'/module/common/model.php','/module/common','file','M'),(23962,2,9360,'/module/my/js/task.js','/module/my/js','file','M'),(23963,2,9360,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23964,2,9360,'/module/my/view/task.html.php','/module/my/view','file','M'),(23965,2,9360,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(23966,2,9360,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(23967,2,9360,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23968,2,9362,'/module/user/js/create.js','/module/user/js','file','M'),(23969,2,9362,'/module/user/model.php','/module/user','file','M'),(23970,2,9362,'/module/user/view/create.html.php','/module/user/view','file','M'),(23971,2,9362,'/module/user/view/edit.html.php','/module/user/view','file','M'),(23972,2,9363,'/module/story/control.php','/module/story','file','M'),(23973,2,9364,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23974,2,9365,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(23975,2,9367,'/db/update9.8.2.sql','/db','file','M'),(23976,2,9369,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(23977,2,9371,'/module/build/css/view.css','/module/build/css','file','M'),(23978,2,9371,'/module/build/view/view.html.php','/module/build/view','file','M'),(23979,2,9372,'/module/my/view/bug.html.php','/module/my/view','file','M'),(23980,2,9372,'/module/my/view/task.html.php','/module/my/view','file','M'),(23981,2,9374,'/db/update9.8.2.sql','/db','file','A'),(23982,2,9374,'/db/zentao.sql','/db','file','M'),(23983,2,9376,'/module/task/lang/en.php','/module/task/lang','file','M'),(23984,2,9376,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23985,2,9376,'/module/task/view/start.html.php','/module/task/view','file','M'),(23986,2,9378,'/module/task/lang/en.php','/module/task/lang','file','M'),(23987,2,9380,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(23988,2,9380,'/module/task/view/start.html.php','/module/task/view','file','M'),(23989,2,9381,'/module/datatable/model.php','/module/datatable','file','M'),(23990,2,9381,'/module/my/view/task.html.php','/module/my/view','file','M'),(23991,2,9381,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23992,2,9382,'/module/my/view/task.html.php','/module/my/view','file','M'),(23993,2,9382,'/module/my/view/todo.html.php','/module/my/view','file','M'),(23994,2,9383,'/module/project/control.php','/module/project','file','M'),(23995,2,9383,'/module/project/view/create.html.php','/module/project/view','file','M'),(23996,2,9384,'/module/common/lang/en.php','/module/common/lang','file','M'),(23997,2,9384,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(23998,2,9384,'/module/datatable/model.php','/module/datatable','file','M'),(23999,2,9384,'/module/my/view/todo.html.php','/module/my/view','file','M'),(24000,2,9385,'/module/project/model.php','/module/project','file','M'),(24001,2,9385,'/module/task/control.php','/module/task','file','M'),(24002,2,9386,'/module/project/view/bug.html.php','/module/project/view','file','M'),(24003,2,9386,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(24004,2,9387,'/module/task/model.php','/module/task','file','M'),(24005,2,9388,'/module/my/control.php','/module/my','file','M'),(24006,2,9388,'/module/my/view/todo.html.php','/module/my/view','file','M'),(24007,2,9388,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24008,2,9388,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(24009,2,9388,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(24010,2,9390,'/lib/pager/pager.class.php','/lib/pager','file','M'),(24011,2,9390,'/module/common/model.php','/module/common','file','M'),(24012,2,9390,'/module/my/control.php','/module/my','file','M'),(24013,2,9390,'/module/my/css/todo.css','/module/my/css','file','M'),(24014,2,9390,'/module/my/view/todo.html.php','/module/my/view','file','M'),(24015,2,9390,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24016,2,9390,'/module/todo/model.php','/module/todo','file','M'),(24017,2,9390,'/www/js/zui/min.js','/www/js/zui','file','M'),(24018,2,9390,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24019,2,9390,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(24020,2,9390,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(24021,2,9390,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(24022,2,9390,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(24023,2,9391,'/module/story/view/edit.html.php','/module/story/view','file','M'),(24024,2,9393,'/module/task/lang/en.php','/module/task/lang','file','M'),(24025,2,9393,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(24026,2,9393,'/module/task/model.php','/module/task','file','M'),(24027,2,9393,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(24028,2,9395,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24029,2,9395,'/module/product/config.php','/module/product','file','M'),(24030,2,9395,'/module/product/model.php','/module/product','file','M'),(24031,2,9395,'/module/product/view/create.html.php','/module/product/view','file','M'),(24032,2,9395,'/module/product/view/edit.html.php','/module/product/view','file','M'),(24033,2,9396,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(24034,2,9397,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(24035,2,9398,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(24036,2,9400,'/module/todo/css/view.css','/module/todo/css','file','M'),(24037,2,9400,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(24038,2,9403,'/module/bug/model.php','/module/bug','file','M'),(24039,2,9403,'/module/productplan/control.php','/module/productplan','file','M'),(24040,2,9403,'/module/upgrade/control.php','/module/upgrade','file','M'),(24041,2,9403,'/module/upgrade/model.php','/module/upgrade','file','M'),(24042,2,9405,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(24043,2,9406,'/module/custom/control.php','/module/custom','file','M'),(24044,2,9408,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(24045,2,9408,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(24046,2,9409,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(24047,2,9409,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(24048,2,9409,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(24049,2,9411,'/module/task/control.php','/module/task','file','M'),(24050,2,9411,'/module/task/model.php','/module/task','file','M'),(24051,2,9411,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24052,2,9412,'/module/upgrade/model.php','/module/upgrade','file','M'),(24053,2,9414,'/module/task/control.php','/module/task','file','M'),(24054,2,9415,'/module/project/model.php','/module/project','file','M'),(24055,2,9417,'/module/task/model.php','/module/task','file','M'),(24056,2,9418,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(24057,2,9420,'/module/upgrade/model.php','/module/upgrade','file','M'),(24058,2,9421,'/module/task/model.php','/module/task','file','M'),(24059,2,9423,'/module/doc/css/common.css','/module/doc/css','file','M'),(24060,2,9423,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(24061,2,9425,'/module/upgrade/model.php','/module/upgrade','file','M'),(24062,2,9427,'/module/task/control.php','/module/task','file','M'),(24063,2,9427,'/module/task/model.php','/module/task','file','M'),(24064,2,9427,'/module/task/view/view.html.php','/module/task/view','file','M'),(24065,2,9427,'/module/upgrade/model.php','/module/upgrade','file','M'),(24066,2,9428,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(24067,2,9429,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(24068,2,9429,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24069,2,9431,'/module/tree/model.php','/module/tree','file','M'),(24070,2,9431,'/module/upgrade/model.php','/module/upgrade','file','M'),(24071,2,9433,'/module/task/control.php','/module/task','file','M'),(24072,2,9433,'/module/task/view/finish.html.php','/module/task/view','file','M'),(24073,2,9435,'/module/product/config.php','/module/product','file','M'),(24074,2,9435,'/module/product/model.php','/module/product','file','M'),(24075,2,9435,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(24076,2,9436,'/module/task/control.php','/module/task','file','M'),(24077,2,9436,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24078,2,9437,'/module/custom/control.php','/module/custom','file','M'),(24079,2,9439,'/module/custom/control.php','/module/custom','file','M'),(24080,2,9439,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24081,2,9439,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(24082,2,9439,'/module/product/control.php','/module/product','file','M'),(24083,2,9441,'/module/webhook/config.php','/module/webhook','file','M'),(24084,2,9441,'/module/webhook/model.php','/module/webhook','file','M'),(24085,2,9442,'/module/story/model.php','/module/story','file','M'),(24086,2,9444,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(24087,2,9444,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(24088,2,9444,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(24089,2,9444,'/module/productplan/model.php','/module/productplan','file','M'),(24090,2,9444,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(24091,2,9444,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(24092,2,9444,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(24093,2,9445,'/module/task/css/create.css','/module/task/css','file','M'),(24094,2,9445,'/module/task/css/edit.css','/module/task/css','file','M'),(24095,2,9446,'/module/project/model.php','/module/project','file','M'),(24096,2,9448,'/module/productplan/model.php','/module/productplan','file','M'),(24097,2,9450,'/module/story/model.php','/module/story','file','M'),(24098,2,9451,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(24099,2,9451,'/module/story/view/create.html.php','/module/story/view','file','M'),(24100,2,9451,'/module/task/view/create.html.php','/module/task/view','file','M'),(24101,2,9451,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(24102,2,9451,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(24103,2,9453,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(24104,2,9454,'/doc/CHANGELOG','/doc','file','M'),(24105,2,9455,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(24106,2,9457,'/module/custom/control.php','/module/custom','file','M'),(24107,2,9457,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24108,2,9457,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(24109,2,9459,'/module/bug/model.php','/module/bug','file','M'),(24110,2,9459,'/module/custom/config.php','/module/custom','file','M'),(24111,2,9459,'/module/story/model.php','/module/story','file','M'),(24112,2,9459,'/module/task/model.php','/module/task','file','M'),(24113,2,9459,'/module/testcase/model.php','/module/testcase','file','M'),(24114,2,9459,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(24115,2,9459,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(24116,2,9460,'/module/action/model.php','/module/action','file','M'),(24117,2,9462,'/module/build/control.php','/module/build','file','M'),(24118,2,9462,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24119,2,9463,'/db/zentao.sql','/db','file','M'),(24120,2,9464,'/module/upgrade/model.php','/module/upgrade','file','M'),(24121,2,9466,'/module/upgrade/model.php','/module/upgrade','file','M'),(24122,2,9468,'/module/action/model.php','/module/action','file','M'),(24123,2,9468,'/module/build/control.php','/module/build','file','M'),(24124,2,9468,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24125,2,9469,'/module/doc/model.php','/module/doc','file','M'),(24126,2,9470,'/db/zentao.sql','/db','file','M'),(24127,2,9471,'/VERSION','/','file','M'),(24128,2,9471,'/config/config.php','/config','file','M'),(24129,2,9471,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(24130,2,9471,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(24131,2,9471,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(24132,2,9472,'/module/block/lang/en.php','/module/block/lang','file','M'),(24133,2,9472,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(24134,2,9472,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(24135,2,9474,'/module/task/model.php','/module/task','file','M'),(24136,2,9475,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(24137,2,9475,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(24138,2,9475,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(24139,2,9475,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(24140,2,9475,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(24141,2,9475,'/module/task/lang/en.php','/module/task/lang','file','M'),(24142,2,9475,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(24143,2,9475,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(24144,2,9476,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(24145,2,9479,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(24146,2,9479,'/module/task/control.php','/module/task','file','M'),(24147,2,9479,'/module/task/model.php','/module/task','file','M'),(24148,2,9479,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24149,2,9479,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(24150,2,9480,'/module/testtask/css/runcase.css','/module/testtask/css','file','M'),(24151,2,9481,'/module/testtask/model.php','/module/testtask','file','M'),(24152,2,9482,'/module/upgrade/model.php','/module/upgrade','file','M'),(24153,2,9484,'/module/project/model.php','/module/project','file','M'),(24154,2,9486,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(24155,2,9486,'/module/company/view/browse.html.php','/module/company/view','file','M'),(24156,2,9486,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(24157,2,9486,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(24158,2,9486,'/module/product/model.php','/module/product','file','M'),(24159,2,9486,'/module/product/view/browse.html.php','/module/product/view','file','M'),(24160,2,9486,'/module/project/model.php','/module/project','file','M'),(24161,2,9486,'/module/testsuite/model.php','/module/testsuite','file','M'),(24162,2,9486,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(24163,2,9486,'/www/theme/default/style.css','/www/theme/default','file','M'),(24164,2,9487,'/module/productplan/model.php','/module/productplan','file','M'),(24165,2,9490,'/module/todo/css/create.css','/module/todo/css','file','M'),(24166,2,9490,'/module/todo/css/edit.css','/module/todo/css','file','M'),(24167,2,9490,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(24168,2,9491,'/module/bug/config.php','/module/bug','file','M'),(24169,2,9491,'/module/bug/model.php','/module/bug','file','M'),(24170,2,9491,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(24171,2,9491,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(24172,2,9491,'/module/custom/config.php','/module/custom','file','M'),(24173,2,9491,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(24174,2,9491,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(24175,2,9491,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(24176,2,9491,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24177,2,9491,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(24178,2,9491,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(24179,2,9491,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(24180,2,9491,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(24181,2,9492,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24182,2,9493,'/module/webhook/model.php','/module/webhook','file','M'),(24183,2,9495,'/module/webhook/model.php','/module/webhook','file','M'),(24184,2,9496,'/module/action/model.php','/module/action','file','M'),(24185,2,9498,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(24186,2,9498,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(24187,2,9499,'/module/branch/model.php','/module/branch','file','M'),(24188,2,9499,'/module/project/control.php','/module/project','file','M'),(24189,2,9501,'/module/api/control.php','/module/api','file','M'),(24190,2,9503,'/module/common/view/datepicker.html.php','/module/common/view','file','M'),(24191,2,9503,'/module/task/view/start.html.php','/module/task/view','file','M'),(24192,2,9505,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(24193,2,9505,'/module/product/view/browse.html.php','/module/product/view','file','M'),(24194,2,9505,'/module/search/model.php','/module/search','file','M'),(24195,2,9506,'/module/company/view/browse.html.php','/module/company/view','file','M'),(24196,2,9506,'/module/custom/control.php','/module/custom','file','M'),(24197,2,9506,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24198,2,9506,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(24199,2,9508,'/module/product/model.php','/module/product','file','M'),(24200,2,9508,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(24201,2,9511,'/module/custom/control.php','/module/custom','file','M'),(24202,2,9511,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24203,2,9511,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(24204,2,9511,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(24205,2,9512,'/module/common/view/chart.html.php','/module/common/view','file','M'),(24206,2,9513,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(24207,2,9514,'/module/project/control.php','/module/project','file','M'),(24208,2,9514,'/module/task/model.php','/module/task','file','M'),(24209,2,9516,'/module/project/css/task.css','/module/project/css','file','M'),(24210,2,9516,'/module/task/model.php','/module/task','file','M'),(24211,2,9517,'/module/product/control.php','/module/product','file','M'),(24212,2,9517,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(24213,2,9518,'/module/story/model.php','/module/story','file','M'),(24214,2,9519,'/module/project/css/common.css','/module/project/css','file','M'),(24215,2,9519,'/module/project/js/common.js','/module/project/js','file','M'),(24216,2,9519,'/module/project/view/create.html.php','/module/project/view','file','M'),(24217,2,9519,'/module/project/view/edit.html.php','/module/project/view','file','M'),(24218,2,9520,'/module/release/view/browse.html.php','/module/release/view','file','M'),(24219,2,9521,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(24220,2,9521,'/module/todo/css/batchedit.css','/module/todo/css','file','M'),(24221,2,9521,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(24222,2,9521,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(24223,2,9522,'/module/testcase/config.php','/module/testcase','file','M'),(24224,2,9523,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24225,2,9525,'/module/block/js/dashboard.js','/module/block/js','file','M'),(24226,2,9526,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(24227,2,9526,'/module/story/view/create.html.php','/module/story/view','file','M'),(24228,2,9526,'/module/task/view/create.html.php','/module/task/view','file','M'),(24229,2,9526,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(24230,2,9526,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(24231,2,9527,'/module/project/model.php','/module/project','file','M'),(24232,2,9529,'/module/testcase/control.php','/module/testcase','file','M'),(24233,2,9530,'/www/js/ueditor/ueditor.config.js','/www/js/ueditor','file','M'),(24234,2,9531,'/module/block/lang/en.php','/module/block/lang','file','M'),(24235,2,9533,'/module/task/control.php','/module/task','file','M'),(24236,2,9533,'/module/task/lang/en.php','/module/task/lang','file','M'),(24237,2,9533,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(24238,2,9533,'/module/task/model.php','/module/task','file','M'),(24239,2,9533,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(24240,2,9534,'/module/testtask/control.php','/module/testtask','file','M'),(24241,2,9535,'/module/project/model.php','/module/project','file','M'),(24242,2,9536,'/module/project/control.php','/module/project','file','M'),(24243,2,9536,'/module/project/js/common.js','/module/project/js','file','M'),(24244,2,9536,'/module/project/model.php','/module/project','file','M'),(24245,2,9536,'/module/project/view/edit.html.php','/module/project/view','file','M'),(24246,2,9537,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(24247,2,9539,'/module/product/control.php','/module/product','file','M'),(24248,2,9539,'/module/project/control.php','/module/project','file','M'),(24249,2,9539,'/module/project/js/common.js','/module/project/js','file','M'),(24250,2,9539,'/module/project/js/create.js','/module/project/js','file','M'),(24251,2,9539,'/module/project/model.php','/module/project','file','M'),(24252,2,9539,'/module/project/view/create.html.php','/module/project/view','file','M'),(24253,2,9539,'/module/project/view/edit.html.php','/module/project/view','file','M'),(24254,2,9539,'/module/project/view/view.html.php','/module/project/view','file','M'),(24255,2,9540,'/module/user/lang/en.php','/module/user/lang','file','M'),(24256,2,9540,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(24257,2,9541,'/module/productplan/config.php','/module/productplan','file','M'),(24258,2,9541,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(24259,2,9541,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(24260,2,9541,'/module/productplan/model.php','/module/productplan','file','M'),(24261,2,9541,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24262,2,9541,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(24263,2,9541,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(24264,2,9543,'/module/todo/control.php','/module/todo','file','M'),(24265,2,9544,'/module/testcase/css/importfromlib.css','/module/testcase/css','file','M'),(24266,2,9544,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(24267,2,9545,'/module/file/view/export.html.php','/module/file/view','file','M'),(24268,2,9545,'/module/project/model.php','/module/project','file','M'),(24269,2,9545,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(24270,2,9545,'/www/js/my.full.js','/www/js','file','M'),(24271,2,9546,'/db/update9.8.1.sql','/db','file','M'),(24272,2,9546,'/db/zentao.sql','/db','file','M'),(24273,2,9546,'/module/project/lang/en.php','/module/project/lang','file','M'),(24274,2,9546,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24275,2,9546,'/module/project/model.php','/module/project','file','M'),(24276,2,9546,'/module/upgrade/model.php','/module/upgrade','file','M'),(24277,2,9547,'/module/upgrade/model.php','/module/upgrade','file','M'),(24278,2,9548,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(24279,2,9548,'/www/js/my.full.js','/www/js','file','M'),(24280,2,9550,'/module/project/js/task.js','/module/project/js','file','M'),(24281,2,9551,'/module/product/model.php','/module/product','file','M'),(24282,2,9553,'/module/product/control.php','/module/product','file','M'),(24283,2,9554,'/module/task/view/create.html.php','/module/task/view','file','M'),(24284,2,9554,'/module/task/view/edit.html.php','/module/task/view','file','M'),(24285,2,9555,'/module/message/css/setting.css','/module/message/css','file','M'),(24286,2,9556,'/module/company/config.php','/module/company','file','M'),(24287,2,9556,'/module/company/control.php','/module/company','file','M'),(24288,2,9557,'/module/testreport/control.php','/module/testreport','file','M'),(24289,2,9559,'/module/project/model.php','/module/project','file','M'),(24290,2,9560,'/config/config.php','/config','file','M'),(24291,2,9560,'/module/user/model.php','/module/user','file','M'),(24292,2,9561,'/module/task/model.php','/module/task','file','M'),(24293,2,9562,'/module/testreport/control.php','/module/testreport','file','M'),(24294,2,9563,'/module/doc/model.php','/module/doc','file','M'),(24295,2,9564,'/config/config.php','/config','file','M'),(24296,2,9565,'/doc/CHANGELOG','/doc','file','M'),(24297,2,9565,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24298,2,9566,'/module/story/model.php','/module/story','file','M'),(24299,2,9567,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(24300,2,9567,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(24301,2,9567,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(24302,2,9569,'/module/custom/control.php','/module/custom','file','M'),(24303,2,9570,'/module/product/view/all.html.php','/module/product/view','file','M'),(24304,2,9570,'/module/task/view/finish.html.php','/module/task/view','file','M'),(24305,2,9573,'/module/mail/control.php','/module/mail','file','M'),(24306,2,9573,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(24307,2,9574,'/module/build/css/view.css','/module/build/css','file','M'),(24308,2,9574,'/module/build/view/view.html.php','/module/build/view','file','M'),(24309,2,9575,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(24310,2,9576,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(24311,2,9578,'/module/bug/css/view.css','/module/bug/css','file','M'),(24312,2,9579,'/module/common/lang/en.php','/module/common/lang','file','M'),(24313,2,9579,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24314,2,9579,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(24315,2,9580,'/db/update9.8.1.sql','/db','file','A'),(24316,2,9581,'/module/task/model.php','/module/task','file','M'),(24317,2,9582,'/module/project/control.php','/module/project','file','M'),(24318,2,9582,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(24319,2,9583,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(24320,2,9584,'/module/task/control.php','/module/task','file','M'),(24321,2,9584,'/module/task/model.php','/module/task','file','M'),(24322,2,9584,'/module/task/view/view.html.php','/module/task/view','file','M'),(24323,2,9585,'/module/common/lang/en.php','/module/common/lang','file','M'),(24324,2,9585,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24325,2,9585,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(24326,2,9585,'/module/common/model.php','/module/common','file','M'),(24327,2,9585,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24328,2,9585,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(24329,2,9585,'/module/entry/config.php','/module/entry','file','M'),(24330,2,9585,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(24331,2,9585,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(24332,2,9585,'/module/install/model.php','/module/install','file','M'),(24333,2,9585,'/module/install/view/index.html.php','/module/install/view','file','M'),(24334,2,9585,'/module/message/view/header.html.php','/module/message/view','file','M'),(24335,2,9585,'/module/my/model.php','/module/my','file','M'),(24336,2,9585,'/module/product/lang/en.php','/module/product/lang','file','M'),(24337,2,9585,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(24338,2,9585,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(24339,2,9585,'/module/product/model.php','/module/product','file','M'),(24340,2,9585,'/module/story/model.php','/module/story','file','M'),(24341,2,9585,'/module/todo/js/common.js','/module/todo/js','file','M'),(24342,2,9585,'/module/tree/model.php','/module/tree','file','M'),(24343,2,9585,'/module/tutorial/model.php','/module/tutorial','file','M'),(24344,2,9585,'/module/upgrade/control.php','/module/upgrade','file','M'),(24345,2,9585,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(24346,2,9585,'/module/upgrade/model.php','/module/upgrade','file','M'),(24347,2,9585,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(24348,2,9585,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(24349,2,9585,'/www/upgrade.php.tmp','/www','file','M'),(24350,2,9586,'/Makefile','/','file','M'),(24351,2,9587,'/VERSION','/','file','M'),(24352,2,9587,'/config/config.php','/config','file','M'),(24353,2,9587,'/db/demo.sql','/db','file','M'),(24354,2,9587,'/db/endemo.sql','/db','file','M'),(24355,2,9587,'/framework/base/router.class.php','/framework/base','file','M'),(24356,2,9587,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(24357,2,9587,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(24358,2,9587,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(24359,2,9587,'/module/action/model.php','/module/action','file','M'),(24360,2,9587,'/module/block/control.php','/module/block','file','M'),(24361,2,9587,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(24362,2,9587,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(24363,2,9587,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(24364,2,9587,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24365,2,9587,'/module/doc/css/view.css','/module/doc/css','file','M'),(24366,2,9587,'/module/install/lang/en.php','/module/install/lang','file','M'),(24367,2,9587,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(24368,2,9587,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(24369,2,9587,'/module/install/view/step3.html.php','/module/install/view','file','M'),(24370,2,9587,'/module/install/view/step5.html.php','/module/install/view','file','M'),(24371,2,9587,'/module/message/control.php','/module/message','file','M'),(24372,2,9587,'/module/message/lang/en.php','/module/message/lang','file','M'),(24373,2,9587,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(24374,2,9587,'/module/message/lang/zh-tw.php','/module/message/lang','file','M'),(24375,2,9587,'/module/my/view/bug.html.php','/module/my/view','file','M'),(24376,2,9587,'/module/product/model.php','/module/product','file','M'),(24377,2,9587,'/module/productplan/model.php','/module/productplan','file','M'),(24378,2,9587,'/module/project/control.php','/module/project','file','M'),(24379,2,9587,'/module/project/lang/en.php','/module/project/lang','file','M'),(24380,2,9587,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24381,2,9587,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(24382,2,9587,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(24383,2,9587,'/module/story/model.php','/module/story','file','M'),(24384,2,9587,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(24385,2,9587,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(24386,2,9587,'/module/story/view/create.html.php','/module/story/view','file','M'),(24387,2,9587,'/module/task/model.php','/module/task','file','M'),(24388,2,9587,'/module/task/view/create.html.php','/module/task/view','file','M'),(24389,2,9587,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(24390,2,9587,'/module/testreport/control.php','/module/testreport','file','M'),(24391,2,9587,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(24392,2,9587,'/module/testtask/model.php','/module/testtask','file','M'),(24393,2,9587,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(24394,2,9587,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(24395,2,9587,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(24396,2,9587,'/module/upgrade/model.php','/module/upgrade','file','M'),(24397,2,9587,'/module/user/control.php','/module/user','file','M'),(24398,2,9587,'/module/user/lang/en.php','/module/user/lang','file','M'),(24399,2,9587,'/www/index.php','/www','file','M'),(24400,2,9589,'/www/theme/default/style.css','/www/theme/default','file','M'),(24401,2,9591,'/module/common/lang/en.php','/module/common/lang','file','M'),(24402,2,9591,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24403,2,9591,'/module/common/model.php','/module/common','file','M'),(24404,2,9591,'/module/entry/config.php','/module/entry','file','M'),(24405,2,9591,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(24406,2,9591,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(24407,2,9592,'/lib/front/front.class.php','/lib/front','file','M'),(24408,2,9592,'/module/block/control.php','/module/block','file','M'),(24409,2,9592,'/module/block/css/admin.css','/module/block/css','file','M'),(24410,2,9592,'/module/block/js/admin.js','/module/block/js','file','M'),(24411,2,9592,'/module/block/model.php','/module/block','file','M'),(24412,2,9592,'/module/block/view/admin.html.php','/module/block/view','file','M'),(24413,2,9592,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(24414,2,9592,'/module/block/view/set.html.php','/module/block/view','file','M'),(24415,2,9592,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(24416,2,9593,'/framework/helper.class.php','/framework','file','M'),(24417,2,9593,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24418,2,9594,'/framework/helper.class.php','/framework','file','M'),(24419,2,9594,'/module/common/model.php','/module/common','file','M'),(24420,2,9594,'/www/js/zui/min.js','/www/js/zui','file','M'),(24421,2,9594,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24422,2,9595,'/module/todo/control.php','/module/todo','file','M'),(24423,2,9595,'/module/todo/css/edit.css','/module/todo/css','file','M'),(24424,2,9595,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(24425,2,9595,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(24426,2,9596,'/module/common/lang/en.php','/module/common/lang','file','M'),(24427,2,9596,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24428,2,9596,'/module/common/view/dropdowncustomfield.html.php','/module/common/view','file','A'),(24429,2,9596,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(24430,2,9596,'/module/todo/js/batchcreate.js','/module/todo/js','file','M'),(24431,2,9596,'/module/todo/js/common.js','/module/todo/js','file','M'),(24432,2,9596,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(24433,2,9596,'/www/js/zui/min.js','/www/js/zui','file','M'),(24434,2,9596,'/www/theme/default/style.css','/www/theme/default','file','M'),(24435,2,9596,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24436,2,9596,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(24437,2,9596,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(24438,2,9596,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(24439,2,9596,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(24440,2,9597,'/module/product/model.php','/module/product','file','M'),(24441,2,9598,'/module/install/model.php','/module/install','file','M'),(24442,2,9598,'/module/install/view/index.html.php','/module/install/view','file','M'),(24443,2,9598,'/module/upgrade/control.php','/module/upgrade','file','M'),(24444,2,9598,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','M'),(24445,2,9598,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(24446,2,9599,'/module/message/view/header.html.php','/module/message/view','file','M'),(24447,2,9599,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(24448,2,9600,'/module/tree/model.php','/module/tree','file','M'),(24449,2,9601,'/module/story/model.php','/module/story','file','M'),(24450,2,9602,'/www/js/zui/min.js','/www/js/zui','file','M'),(24451,2,9602,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24452,2,9602,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(24453,2,9602,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(24454,2,9602,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(24455,2,9602,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(24456,2,9603,'/module/block/css/dashboard.css','/module/block/css','file','M'),(24457,2,9603,'/module/common/lang/en.php','/module/common/lang','file','M'),(24458,2,9603,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(24459,2,9603,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24460,2,9603,'/module/my/control.php','/module/my','file','M'),(24461,2,9603,'/module/my/view/index.html.php','/module/my/view','file','M'),(24462,2,9603,'/www/js/zui/min.js','/www/js/zui','file','M'),(24463,2,9603,'/www/theme/default/style.css','/www/theme/default','file','M'),(24464,2,9603,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24465,2,9604,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24466,2,9604,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(24467,2,9605,'/VERSION','/','file','M'),(24468,2,9605,'/config/config.php','/config','file','M'),(24469,2,9605,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(24470,2,9605,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(24471,2,9605,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(24472,2,9605,'/module/upgrade/model.php','/module/upgrade','file','M'),(24473,2,9606,'/db/demo.sql','/db','file','M'),(24474,2,9606,'/framework/base/router.class.php','/framework/base','file','M'),(24475,2,9606,'/module/user/control.php','/module/user','file','M'),(24476,2,9607,'/VERSION','/','file','M'),(24477,2,9607,'/config/config.php','/config','file','M'),(24478,2,9607,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(24479,2,9607,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(24480,2,9607,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(24481,2,9607,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(24482,2,9607,'/module/message/lang/zh-tw.php','/module/message/lang','file','M'),(24483,2,9607,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(24484,2,9607,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(24485,2,9607,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(24486,2,9607,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(24487,2,9607,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(24488,2,9607,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(24489,2,9607,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(24490,2,9608,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(24491,2,9608,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(24492,2,9608,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(24493,2,9608,'/module/testreport/control.php','/module/testreport','file','M'),(24494,2,9610,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24495,2,9610,'/module/todo/control.php','/module/todo','file','M'),(24496,2,9611,'/db/endemo.sql','/db','file','M'),(24497,2,9613,'/config/config.php','/config','file','M'),(24498,2,9613,'/module/block/control.php','/module/block','file','M'),(24499,2,9613,'/module/block/lang/en.php','/module/block/lang','file','M'),(24500,2,9613,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(24501,2,9613,'/module/block/model.php','/module/block','file','M'),(24502,2,9613,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(24503,2,9613,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24504,2,9613,'/module/common/model.php','/module/common','file','M'),(24505,2,9613,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24506,2,9613,'/module/common/view/header.html.php','/module/common/view','file','M'),(24507,2,9613,'/module/install/view/step3.html.php','/module/install/view','file','M'),(24508,2,9613,'/module/message/control.php','/module/message','file','M'),(24509,2,9613,'/module/message/lang/en.php','/module/message/lang','file','M'),(24510,2,9613,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(24511,2,9613,'/module/product/model.php','/module/product','file','M'),(24512,2,9613,'/module/project/control.php','/module/project','file','M'),(24513,2,9613,'/module/project/lang/en.php','/module/project/lang','file','M'),(24514,2,9613,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24515,2,9613,'/module/task/model.php','/module/task','file','M'),(24516,2,9613,'/module/upgrade/model.php','/module/upgrade','file','M'),(24517,2,9613,'/www/theme/default/style.css','/www/theme/default','file','M'),(24518,2,9613,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24519,2,9613,'/www/upgrade.php.tmp','/www','file','M'),(24520,2,9614,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(24521,2,9615,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24522,2,9616,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(24523,2,9616,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(24524,2,9616,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(24525,2,9616,'/module/block/view/flowchart.html.php','/module/block/view','file','M'),(24526,2,9616,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(24527,2,9616,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(24528,2,9616,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(24529,2,9616,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(24530,2,9616,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(24531,2,9616,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(24532,2,9616,'/module/common/lang/en.php','/module/common/lang','file','M'),(24533,2,9616,'/module/common/model.php','/module/common','file','M'),(24534,2,9616,'/www/theme/default/style.css','/www/theme/default','file','M'),(24535,2,9617,'/module/block/control.php','/module/block','file','M'),(24536,2,9617,'/module/block/lang/en.php','/module/block/lang','file','M'),(24537,2,9617,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(24538,2,9617,'/module/block/model.php','/module/block','file','M'),(24539,2,9617,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(24540,2,9617,'/module/block/view/set.html.php','/module/block/view','file','M'),(24541,2,9617,'/module/common/lang/en.php','/module/common/lang','file','M'),(24542,2,9617,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24543,2,9617,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24544,2,9618,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24545,2,9618,'/www/theme/default/style.css','/www/theme/default','file','M'),(24546,2,9619,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24547,2,9619,'/module/common/model.php','/module/common','file','M'),(24548,2,9619,'/module/common/view/header.html.php','/module/common/view','file','M'),(24549,2,9619,'/www/js/my.full.js','/www/js','file','M'),(24550,2,9619,'/www/theme/default/style.css','/www/theme/default','file','M'),(24551,2,9619,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24552,2,9620,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24553,2,9620,'/www/js/zui/min.js','/www/js/zui','file','M'),(24554,2,9621,'/module/block/control.php','/module/block','file','M'),(24555,2,9621,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(24556,2,9621,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(24557,2,9621,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(24558,2,9621,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(24559,2,9621,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(24560,2,9621,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(24561,2,9621,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24562,2,9621,'/module/my/view/bug.html.php','/module/my/view','file','M'),(24563,2,9621,'/www/js/zui/min.js','/www/js/zui','file','M'),(24564,2,9621,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24565,2,9621,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(24566,2,9621,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(24567,2,9621,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(24568,2,9621,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(24569,2,9622,'/module/testtask/model.php','/module/testtask','file','M'),(24570,2,9623,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(24571,2,9623,'/module/story/view/create.html.php','/module/story/view','file','M'),(24572,2,9623,'/module/task/view/create.html.php','/module/task/view','file','M'),(24573,2,9623,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(24574,2,9623,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(24575,2,9624,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(24576,2,9624,'/module/common/model.php','/module/common','file','M'),(24577,2,9624,'/module/common/view/header.html.php','/module/common/view','file','M'),(24578,2,9624,'/www/theme/default/style.css','/www/theme/default','file','M'),(24579,2,9625,'/module/action/model.php','/module/action','file','M'),(24580,2,9625,'/module/block/control.php','/module/block','file','M'),(24581,2,9625,'/module/block/model.php','/module/block','file','M'),(24582,2,9625,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(24583,2,9625,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(24584,2,9625,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(24585,2,9625,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(24586,2,9625,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(24587,2,9625,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(24588,2,9625,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(24589,2,9625,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24590,2,9625,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24591,2,9625,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24592,2,9625,'/www/js/zui/min.js','/www/js/zui','file','M'),(24593,2,9625,'/www/theme/default/style.css','/www/theme/default','file','M'),(24594,2,9625,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(24595,2,9626,'/module/common/view/header.html.php','/module/common/view','file','M'),(24596,2,9627,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(24597,2,9627,'/module/common/model.php','/module/common','file','M'),(24598,2,9628,'/Makefile','/','file','M'),(24599,2,9630,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(24600,2,9631,'/module/user/lang/en.php','/module/user/lang','file','M'),(24601,2,9632,'/module/block/control.php','/module/block','file','M'),(24602,2,9632,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(24603,2,9632,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(24604,2,9632,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(24605,2,9632,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(24606,2,9632,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(24607,2,9632,'/module/product/lang/en.php','/module/product/lang','file','M'),(24608,2,9632,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(24609,2,9642,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(24610,2,9643,'/module/common/lang/en.php','/module/common/lang','file','M'),(24611,2,9644,'/module/common/lang/en.php','/module/common/lang','file','M'),(24612,2,9644,'/module/install/lang/en.php','/module/install/lang','file','M'),(24613,2,9644,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(24614,2,9644,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(24615,2,9644,'/module/install/view/step5.html.php','/module/install/view','file','M'),(24616,2,9645,'/doc/LICENSE.CN','/doc','file','M'),(24617,2,9646,'/module/install/control.php','/module/install','file','M'),(24618,2,9646,'/module/install/css/common.css','/module/install/css','file','M'),(24619,2,9646,'/module/install/lang/en.php','/module/install/lang','file','M'),(24620,2,9646,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(24621,2,9646,'/module/install/model.php','/module/install','file','M'),(24622,2,9646,'/module/install/view/step1.html.php','/module/install/view','file','M'),(24623,2,9646,'/module/install/view/step2.html.php','/module/install/view','file','M'),(24624,2,9647,'/doc/LICENSE','/doc','file','D'),(24625,2,9647,'/doc/LICENSE.CN','/doc','file','A'),(24626,2,9647,'/doc/LICENSE.EN','/doc','file','A'),(24627,2,9648,'/module/action/lang/en.php','/module/action/lang','file','M'),(24628,2,9649,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(24629,2,9650,'/db/demo.sql','/db','file','M'),(24630,2,9650,'/db/endemo.sql','/db','file','M'),(24631,2,9650,'/module/block/control.php','/module/block','file','M'),(24632,2,9650,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(24633,2,9650,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(24634,2,9650,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(24635,2,9650,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(24636,2,9650,'/module/message/control.php','/module/message','file','M'),(24637,2,9650,'/module/message/css/setting.css','/module/message/css','file','M'),(24638,2,9650,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(24639,2,9650,'/module/project/js/kanban.js','/module/project/js','file','M'),(24640,2,9650,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(24641,2,9650,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(24642,2,9650,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24643,2,9650,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24644,2,9650,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(24645,2,9651,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24646,2,9651,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(24647,2,9651,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(24648,2,9653,'/module/action/lang/en.php','/module/action/lang','file','M'),(24649,2,9653,'/module/action/view/trash.html.php','/module/action/view','file','M'),(24650,2,9653,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(24651,2,9653,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(24652,2,9653,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(24653,2,9653,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24654,2,9653,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(24655,2,9653,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(24656,2,9653,'/module/common/lang/en.php','/module/common/lang','file','M'),(24657,2,9653,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(24658,2,9653,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(24659,2,9653,'/module/install/lang/en.php','/module/install/lang','file','M'),(24660,2,9653,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(24661,2,9653,'/module/product/lang/en.php','/module/product/lang','file','M'),(24662,2,9653,'/module/project/lang/en.php','/module/project/lang','file','M'),(24663,2,9653,'/module/project/view/view.html.php','/module/project/view','file','M'),(24664,2,9653,'/module/user/view/edit.html.php','/module/user/view','file','M'),(24665,2,9654,'/module/testtask/control.php','/module/testtask','file','M'),(24666,2,9655,'/module/testtask/control.php','/module/testtask','file','M'),(24667,2,9655,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(24668,2,9657,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(24669,2,9659,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(24670,2,9659,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(24671,2,9659,'/module/testtask/control.php','/module/testtask','file','M'),(24672,2,9659,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(24673,2,9659,'/module/testtask/model.php','/module/testtask','file','M'),(24674,2,9659,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(24675,2,9659,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(24676,2,9661,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(24677,2,9662,'/module/task/control.php','/module/task','file','M'),(24678,2,9663,'/doc/CHANGELOG','/doc','file','M'),(24679,2,9664,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(24680,2,9664,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(24681,2,9664,'/module/common/lang/en.php','/module/common/lang','file','M'),(24682,2,9664,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24683,2,9666,'/module/bug/model.php','/module/bug','file','M'),(24684,2,9666,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(24685,2,9666,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(24686,2,9666,'/module/story/model.php','/module/story','file','M'),(24687,2,9667,'/module/my/view/todo.html.php','/module/my/view','file','M'),(24688,2,9667,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24689,2,9667,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(24690,2,9668,'/module/report/model.php','/module/report','file','M'),(24691,2,9669,'/module/report/model.php','/module/report','file','M'),(24692,2,9671,'/module/report/model.php','/module/report','file','M'),(24693,2,9671,'/module/report/view/workload.html.php','/module/report/view','file','M'),(24694,2,9672,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24695,2,9672,'/module/message/control.php','/module/message','file','M'),(24696,2,9674,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(24697,2,9674,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(24698,2,9675,'/module/testcase/control.php','/module/testcase','file','M'),(24699,2,9676,'/module/tree/model.php','/module/tree','file','M'),(24700,2,9677,'/module/task/model.php','/module/task','file','M'),(24701,2,9678,'/module/story/control.php','/module/story','file','M'),(24702,2,9678,'/module/story/view/report.html.php','/module/story/view','file','M'),(24703,2,9680,'/module/message/model.php','/module/message','file','M'),(24704,2,9681,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(24705,2,9681,'/module/project/model.php','/module/project','file','M'),(24706,2,9681,'/module/report/control.php','/module/report','file','M'),(24707,2,9681,'/module/report/js/workload.js','/module/report/js','file','M'),(24708,2,9681,'/module/report/lang/en.php','/module/report/lang','file','M'),(24709,2,9681,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(24710,2,9681,'/module/report/model.php','/module/report','file','M'),(24711,2,9681,'/module/report/view/workload.html.php','/module/report/view','file','M'),(24712,2,9681,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(24713,2,9681,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(24714,2,9681,'/module/testtask/control.php','/module/testtask','file','M'),(24715,2,9681,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(24716,2,9681,'/module/todo/model.php','/module/todo','file','M'),(24717,2,9682,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(24718,2,9683,'/module/block/view/printassigntomeblock.html.php','/module/block/view','file','M'),(24719,2,9683,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24720,2,9684,'/VERSION','/','file','M'),(24721,2,9684,'/config/config.php','/config','file','M'),(24722,2,9684,'/db/zentao.sql','/db','file','M'),(24723,2,9684,'/module/block/lang/en.php','/module/block/lang','file','M'),(24724,2,9684,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(24725,2,9684,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24726,2,9684,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(24727,2,9684,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(24728,2,9684,'/module/group/lang/en.php','/module/group/lang','file','M'),(24729,2,9684,'/module/group/lang/resource.php','/module/group/lang','file','M'),(24730,2,9684,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(24731,2,9684,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(24732,2,9684,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(24733,2,9684,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(24734,2,9684,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(24735,2,9684,'/module/message/control.php','/module/message','file','M'),(24736,2,9684,'/module/message/lang/en.php','/module/message/lang','file','M'),(24737,2,9684,'/module/message/lang/zh-cn.php','/module/message/lang','file','M'),(24738,2,9684,'/module/message/lang/zh-tw.php','/module/message/lang','file','A'),(24739,2,9684,'/module/message/view/header.html.php','/module/message/view','file','M'),(24740,2,9684,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(24741,2,9684,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(24742,2,9684,'/module/project/lang/en.php','/module/project/lang','file','M'),(24743,2,9684,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24744,2,9684,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(24745,2,9684,'/module/project/view/story.html.php','/module/project/view','file','M'),(24746,2,9684,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(24747,2,9684,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(24748,2,9684,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(24749,2,9684,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(24750,2,9684,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24751,2,9684,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24752,2,9684,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(24753,2,9684,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(24754,2,9684,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(24755,2,9684,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(24756,2,9684,'/module/upgrade/model.php','/module/upgrade','file','M'),(24757,2,9685,'/module/user/model.php','/module/user','file','M'),(24758,2,9686,'/module/file/control.php','/module/file','file','M'),(24759,2,9686,'/module/file/view/download.html.php','/module/file/view','file','M'),(24760,2,9688,'/module/project/model.php','/module/project','file','M'),(24761,2,9688,'/module/task/model.php','/module/task','file','M'),(24762,2,9689,'/module/project/model.php','/module/project','file','M'),(24763,2,9690,'/module/task/view/edit.html.php','/module/task/view','file','M'),(24764,2,9693,'/module/task/control.php','/module/task','file','M'),(24765,2,9693,'/module/task/model.php','/module/task','file','M'),(24766,2,9693,'/module/task/view/edit.html.php','/module/task/view','file','M'),(24767,2,9694,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(24768,2,9694,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(24769,2,9694,'/module/dev/model.php','/module/dev','file','M'),(24770,2,9694,'/module/todo/control.php','/module/todo','file','M'),(24771,2,9694,'/module/todo/js/view.js','/module/todo/js','file','M'),(24772,2,9694,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(24773,2,9694,'/www/js/my.full.js','/www/js','file','M'),(24774,2,9695,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(24775,2,9697,'/module/my/view/task.html.php','/module/my/view','file','M'),(24776,2,9698,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(24777,2,9707,'/module/report/model.php','/module/report','file','M'),(24778,2,9708,'/module/report/model.php','/module/report','file','M'),(24779,2,9709,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24780,2,9711,'/module/testtask/control.php','/module/testtask','file','M'),(24781,2,9711,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(24782,2,9711,'/module/testtask/model.php','/module/testtask','file','M'),(24783,2,9711,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(24784,2,9711,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(24785,2,9712,'/module/testcase/control.php','/module/testcase','file','M'),(24786,2,9713,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(24787,2,9713,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(24788,2,9713,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(24789,2,9713,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(24790,2,9713,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(24791,2,9713,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(24792,2,9713,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(24793,2,9715,'/db/zentao.sql','/db','file','M'),(24794,2,9715,'/module/group/lang/resource.php','/module/group/lang','file','M'),(24795,2,9715,'/module/todo/config.php','/module/todo','file','M'),(24796,2,9715,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(24797,2,9717,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24798,2,9717,'/module/message/control.php','/module/message','file','M'),(24799,2,9717,'/www/js/my.full.js','/www/js','file','M'),(24800,2,9718,'/module/task/view/view.html.php','/module/task/view','file','M'),(24801,2,9719,'/module/todo/model.php','/module/todo','file','M'),(24802,2,9720,'/db/zentao.sql','/db','file','M'),(24803,2,9722,'/db/update9.7.sql','/db','file','M'),(24804,2,9722,'/db/zentao.sql','/db','file','M'),(24805,2,9722,'/module/my/control.php','/module/my','file','M'),(24806,2,9722,'/module/my/view/todo.html.php','/module/my/view','file','M'),(24807,2,9722,'/module/todo/control.php','/module/todo','file','M'),(24808,2,9722,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24809,2,9722,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(24810,2,9722,'/module/todo/model.php','/module/todo','file','M'),(24811,2,9722,'/module/todo/view/assignto.html.php','/module/todo/view','file','A'),(24812,2,9722,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(24813,2,9724,'/module/common/lang/en.php','/module/common/lang','file','M'),(24814,2,9724,'/module/common/view/footer.html.php','/module/common/view','file','M'),(24815,2,9724,'/module/message/config.php','/module/message','file','M'),(24816,2,9724,'/module/message/control.php','/module/message','file','M'),(24817,2,9724,'/module/message/model.php','/module/message','file','M'),(24818,2,9724,'/www/js/my.full.js','/www/js','file','M'),(24819,2,9725,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24820,2,9725,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(24821,2,9725,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24822,2,9725,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(24823,2,9725,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(24824,2,9725,'/module/group/lang/en.php','/module/group/lang','file','M'),(24825,2,9725,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(24826,2,9725,'/module/project/view/view.html.php','/module/project/view','file','M'),(24827,2,9725,'/module/report/lang/en.php','/module/report/lang','file','M'),(24828,2,9725,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(24829,2,9725,'/module/report/view/workload.html.php','/module/report/view','file','M'),(24830,2,9725,'/module/story/lang/en.php','/module/story/lang','file','M'),(24831,2,9725,'/module/task/lang/en.php','/module/task/lang','file','M'),(24832,2,9725,'/module/testcase/config.php','/module/testcase','file','M'),(24833,2,9725,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(24834,2,9725,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(24835,2,9725,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(24836,2,9725,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(24837,2,9725,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(24838,2,9725,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(24839,2,9725,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24840,2,9725,'/module/user/lang/en.php','/module/user/lang','file','M'),(24841,2,9725,'/module/user/view/create.html.php','/module/user/view','file','M'),(24842,2,9727,'/db/zentao.sql','/db','file','M'),(24843,2,9727,'/module/action/control.php','/module/action','file','M'),(24844,2,9727,'/module/action/model.php','/module/action','file','M'),(24845,2,9727,'/module/admin/control.php','/module/admin','file','M'),(24846,2,9727,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(24847,2,9727,'/module/bug/control.php','/module/bug','file','M'),(24848,2,9727,'/module/bug/model.php','/module/bug','file','M'),(24849,2,9727,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(24850,2,9727,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(24851,2,9727,'/module/mail/control.php','/module/mail','file','M'),(24852,2,9727,'/module/mail/js/common.js','/module/mail/js','file','A'),(24853,2,9727,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(24854,2,9727,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(24855,2,9727,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(24856,2,9727,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(24857,2,9727,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(24858,2,9727,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(24859,2,9727,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(24860,2,9727,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(24861,2,9727,'/module/mail/view/sendclouduser.html.php','/module/mail/view','file','M'),(24862,2,9727,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(24863,2,9727,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(24864,2,9727,'/module/message/config.php','/module/message','file','A'),(24865,2,9727,'/module/message/control.php','/module/message','file','A'),(24866,2,9727,'/module/message/css/setting.css','/module/message/css','file','A'),(24867,2,9727,'/module/message/js/setting.js','/module/message/js','file','A'),(24868,2,9727,'/module/message/lang/en.php','/module/message/lang','file','A'),(24869,2,9727,'/module/message/lang/zh-cn.php','/module/message/lang','file','A'),(24870,2,9727,'/module/message/model.php','/module/message','file','A'),(24871,2,9727,'/module/message/view/header.html.php','/module/message/view','file','A'),(24872,2,9727,'/module/message/view/setting.html.php','/module/message/view','file','A'),(24873,2,9727,'/module/project/control.php','/module/project','file','M'),(24874,2,9727,'/module/story/control.php','/module/story','file','M'),(24875,2,9727,'/module/story/model.php','/module/story','file','M'),(24876,2,9727,'/module/task/control.php','/module/task','file','M'),(24877,2,9727,'/module/task/model.php','/module/task','file','M'),(24878,2,9727,'/module/testtask/control.php','/module/testtask','file','M'),(24879,2,9727,'/module/testtask/model.php','/module/testtask','file','M'),(24880,2,9727,'/module/webhook/config.php','/module/webhook','file','M'),(24881,2,9727,'/module/webhook/control.php','/module/webhook','file','M'),(24882,2,9727,'/module/webhook/model.php','/module/webhook','file','M'),(24883,2,9727,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(24884,2,9727,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(24885,2,9727,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(24886,2,9727,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(24887,2,9728,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(24888,2,9728,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(24889,2,9729,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(24890,2,9729,'/module/project/lang/en.php','/module/project/lang','file','M'),(24891,2,9731,'/module/action/lang/en.php','/module/action/lang','file','M'),(24892,2,9731,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(24893,2,9731,'/module/block/lang/en.php','/module/block/lang','file','M'),(24894,2,9731,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(24895,2,9731,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(24896,2,9731,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(24897,2,9731,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(24898,2,9731,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(24899,2,9731,'/module/bug/config.php','/module/bug','file','M'),(24900,2,9731,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(24901,2,9731,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(24902,2,9731,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(24903,2,9731,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(24904,2,9731,'/module/build/lang/en.php','/module/build/lang','file','M'),(24905,2,9731,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(24906,2,9731,'/module/build/view/view.html.php','/module/build/view','file','M'),(24907,2,9731,'/module/common/lang/en.php','/module/common/lang','file','M'),(24908,2,9731,'/module/company/lang/en.php','/module/company/lang','file','M'),(24909,2,9731,'/module/company/view/edit.html.php','/module/company/view','file','M'),(24910,2,9731,'/module/company/view/view.html.php','/module/company/view','file','M'),(24911,2,9731,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(24912,2,9731,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(24913,2,9731,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(24914,2,9731,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(24915,2,9731,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(24916,2,9731,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(24917,2,9731,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(24918,2,9731,'/module/file/lang/en.php','/module/file/lang','file','M'),(24919,2,9731,'/module/group/lang/en.php','/module/group/lang','file','M'),(24920,2,9731,'/module/install/lang/en.php','/module/install/lang','file','M'),(24921,2,9731,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(24922,2,9731,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(24923,2,9731,'/module/my/lang/en.php','/module/my/lang','file','M'),(24924,2,9731,'/module/product/lang/en.php','/module/product/lang','file','M'),(24925,2,9731,'/module/product/view/all.html.php','/module/product/view','file','M'),(24926,2,9731,'/module/product/view/create.html.php','/module/product/view','file','M'),(24927,2,9731,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(24928,2,9731,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(24929,2,9731,'/module/project/lang/en.php','/module/project/lang','file','M'),(24930,2,9731,'/module/project/view/burn.html.php','/module/project/view','file','M'),(24931,2,9731,'/module/project/view/create.html.php','/module/project/view','file','M'),(24932,2,9731,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(24933,2,9731,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(24934,2,9731,'/module/release/lang/en.php','/module/release/lang','file','M'),(24935,2,9731,'/module/report/lang/en.php','/module/report/lang','file','M'),(24936,2,9731,'/module/search/lang/en.php','/module/search/lang','file','M'),(24937,2,9731,'/module/story/config.php','/module/story','file','M'),(24938,2,9731,'/module/story/lang/en.php','/module/story/lang','file','M'),(24939,2,9731,'/module/task/config.php','/module/task','file','M'),(24940,2,9731,'/module/task/lang/en.php','/module/task/lang','file','M'),(24941,2,9731,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(24942,2,9731,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(24943,2,9731,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(24944,2,9731,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(24945,2,9731,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(24946,2,9731,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(24947,2,9731,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(24948,2,9731,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(24949,2,9731,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(24950,2,9731,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(24951,2,9731,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(24952,2,9731,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(24953,2,9731,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(24954,2,9731,'/module/user/lang/en.php','/module/user/lang','file','M'),(24955,2,9732,'/module/my/view/task.html.php','/module/my/view','file','M'),(24956,2,9732,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(24957,2,9732,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(24958,2,9732,'/module/productplan/model.php','/module/productplan','file','M'),(24959,2,9732,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24960,2,9733,'/module/project/control.php','/module/project','file','M'),(24961,2,9733,'/module/project/js/story.js','/module/project/js','file','M'),(24962,2,9733,'/module/project/lang/en.php','/module/project/lang','file','M'),(24963,2,9733,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24964,2,9733,'/module/project/model.php','/module/project','file','M'),(24965,2,9733,'/module/project/view/story.html.php','/module/project/view','file','M'),(24966,2,9734,'/module/project/control.php','/module/project','file','M'),(24967,2,9734,'/module/project/lang/en.php','/module/project/lang','file','M'),(24968,2,9734,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24969,2,9734,'/module/project/model.php','/module/project','file','M'),(24970,2,9734,'/module/project/view/create.html.php','/module/project/view','file','M'),(24971,2,9735,'/module/project/js/common.js','/module/project/js','file','M'),(24972,2,9737,'/db/update9.7.sql','/db','file','M'),(24973,2,9737,'/framework/helper.class.php','/framework','file','M'),(24974,2,9737,'/module/productplan/control.php','/module/productplan','file','M'),(24975,2,9737,'/module/productplan/model.php','/module/productplan','file','M'),(24976,2,9737,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(24977,2,9737,'/module/project/control.php','/module/project','file','M'),(24978,2,9737,'/module/project/js/common.js','/module/project/js','file','M'),(24979,2,9737,'/module/project/js/create.js','/module/project/js','file','M'),(24980,2,9737,'/module/project/lang/en.php','/module/project/lang','file','M'),(24981,2,9737,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(24982,2,9737,'/module/project/model.php','/module/project','file','M'),(24983,2,9737,'/module/project/view/create.html.php','/module/project/view','file','M'),(24984,2,9737,'/module/project/view/edit.html.php','/module/project/view','file','M'),(24985,2,9739,'/config/zentaopms.php','/config','file','M'),(24986,2,9739,'/db/update9.7.sql','/db','file','M'),(24987,2,9739,'/db/zentao.sql','/db','file','M'),(24988,2,9739,'/module/mail/control.php','/module/mail','file','M'),(24989,2,9739,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(24990,2,9739,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(24991,2,9739,'/module/mail/model.php','/module/mail','file','M'),(24992,2,9739,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(24993,2,9739,'/module/upgrade/model.php','/module/upgrade','file','M'),(24994,2,9739,'/module/webhook/control.php','/module/webhook','file','M'),(24995,2,9739,'/module/webhook/model.php','/module/webhook','file','M'),(24996,2,9741,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(24997,2,9741,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(24998,2,9741,'/module/productplan/model.php','/module/productplan','file','M'),(24999,2,9741,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(25000,2,9742,'/module/todo/css/create.css','/module/todo/css','file','A'),(25001,2,9742,'/module/todo/css/edit.css','/module/todo/css','file','A'),(25002,2,9742,'/module/todo/js/batchcreate.js','/module/todo/js','file','M'),(25003,2,9742,'/module/todo/js/common.js','/module/todo/js','file','M'),(25004,2,9742,'/module/todo/js/create.js','/module/todo/js','file','M'),(25005,2,9742,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(25006,2,9742,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(25007,2,9742,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(25008,2,9742,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(25009,2,9743,'/module/bug/js/create.js','/module/bug/js','file','M'),(25010,2,9743,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(25011,2,9743,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(25012,2,9743,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(25013,2,9743,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25014,2,9743,'/module/story/view/create.html.php','/module/story/view','file','M'),(25015,2,9743,'/module/story/view/edit.html.php','/module/story/view','file','M'),(25016,2,9743,'/module/task/model.php','/module/task','file','M'),(25017,2,9743,'/module/task/view/create.html.php','/module/task/view','file','M'),(25018,2,9743,'/module/task/view/edit.html.php','/module/task/view','file','M'),(25019,2,9743,'/module/testcase/control.php','/module/testcase','file','M'),(25020,2,9743,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(25021,2,9743,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(25022,2,9744,'/module/file/view/export.html.php','/module/file/view','file','M'),(25023,2,9746,'/module/bug/control.php','/module/bug','file','M'),(25024,2,9746,'/module/bug/js/report.js','/module/bug/js','file','M'),(25025,2,9746,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(25026,2,9746,'/module/common/view/chart.html.php','/module/common/view','file','M'),(25027,2,9746,'/module/report/lang/en.php','/module/report/lang','file','M'),(25028,2,9746,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(25029,2,9746,'/module/story/control.php','/module/story','file','M'),(25030,2,9746,'/module/story/js/report.js','/module/story/js','file','M'),(25031,2,9746,'/module/story/view/report.html.php','/module/story/view','file','M'),(25032,2,9746,'/module/task/control.php','/module/task','file','M'),(25033,2,9746,'/module/task/js/report.js','/module/task/js','file','M'),(25034,2,9746,'/module/task/view/report.html.php','/module/task/view','file','M'),(25035,2,9746,'/module/testtask/control.php','/module/testtask','file','M'),(25036,2,9746,'/module/testtask/js/report.js','/module/testtask/js','file','M'),(25037,2,9746,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(25038,2,9747,'/README.md','/','file','M'),(25039,2,9749,'/framework/base/router.class.php','/framework/base','file','M'),(25040,2,9750,'/module/productplan/config.php','/module/productplan','file','M'),(25041,2,9750,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(25042,2,9750,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(25043,2,9750,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(25044,2,9750,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(25045,2,9750,'/module/productplan/model.php','/module/productplan','file','M'),(25046,2,9750,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(25047,2,9750,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25048,2,9752,'/module/report/model.php','/module/report','file','M'),(25049,2,9752,'/module/report/view/workload.html.php','/module/report/view','file','M'),(25050,2,9754,'/db/update9.7.sql','/db','file','M'),(25051,2,9754,'/db/zentao.sql','/db','file','M'),(25052,2,9754,'/module/install/lang/en.php','/module/install/lang','file','M'),(25053,2,9754,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25054,2,9754,'/module/my/view/todo.html.php','/module/my/view','file','M'),(25055,2,9754,'/module/todo/config.php','/module/todo','file','M'),(25056,2,9754,'/module/todo/control.php','/module/todo','file','M'),(25057,2,9754,'/module/todo/js/create.js','/module/todo/js','file','M'),(25058,2,9754,'/module/todo/js/view.js','/module/todo/js','file','M'),(25059,2,9754,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25060,2,9754,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25061,2,9754,'/module/todo/model.php','/module/todo','file','M'),(25062,2,9754,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(25063,2,9754,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(25064,2,9754,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(25065,2,9754,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(25066,2,9754,'/module/user/model.php','/module/user','file','M'),(25067,2,9755,'/module/upgrade/model.php','/module/upgrade','file','M'),(25068,2,9756,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(25069,2,9756,'/module/upgrade/model.php','/module/upgrade','file','M'),(25070,2,9757,'/.gitignore','/','file','M'),(25071,2,9759,'/config/config.php','/config','file','M'),(25072,2,9759,'/module/install/view/step3.html.php','/module/install/view','file','M'),(25073,2,9759,'/www/upgrade.php.tmp','/www','file','M'),(25074,2,9760,'/module/report/control.php','/module/report','file','M'),(25075,2,9760,'/module/report/js/workload.js','/module/report/js','file','M'),(25076,2,9760,'/module/report/lang/en.php','/module/report/lang','file','M'),(25077,2,9760,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(25078,2,9760,'/module/report/model.php','/module/report','file','M'),(25079,2,9760,'/module/report/view/workload.html.php','/module/report/view','file','M'),(25080,2,9762,'/module/action/model.php','/module/action','file','M'),(25081,2,9762,'/module/bug/control.php','/module/bug','file','M'),(25082,2,9762,'/module/story/control.php','/module/story','file','M'),(25083,2,9762,'/module/task/control.php','/module/task','file','M'),(25084,2,9762,'/module/todo/control.php','/module/todo','file','M'),(25085,2,9762,'/module/todo/js/view.js','/module/todo/js','file','M'),(25086,2,9762,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25087,2,9762,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25088,2,9762,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(25089,2,9763,'/db/update9.7.sql','/db','file','M'),(25090,2,9763,'/module/story/lang/en.php','/module/story/lang','file','M'),(25091,2,9763,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(25092,2,9763,'/module/story/model.php','/module/story','file','M'),(25093,2,9765,'/module/story/model.php','/module/story','file','M'),(25094,2,9766,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(25095,2,9768,'/lib/dao/dao.class.php','/lib/dao','file','M'),(25096,2,9768,'/module/bug/model.php','/module/bug','file','M'),(25097,2,9768,'/module/common/model.php','/module/common','file','M'),(25098,2,9769,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(25099,2,9769,'/module/report/model.php','/module/report','file','M'),(25100,2,9769,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(25101,2,9769,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(25102,2,9769,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(25103,2,9770,'/config/config.php','/config','file','M'),(25104,2,9770,'/module/mail/control.php','/module/mail','file','M'),(25105,2,9771,'/db/zentao.sql','/db','file','M'),(25106,2,9772,'/db/update9.7.sql','/db','file','M'),(25107,2,9772,'/module/upgrade/model.php','/module/upgrade','file','M'),(25108,2,9774,'/db/update9.7.sql','/db','file','A'),(25109,2,9774,'/module/convert/converter/redmine1.1.php','/module/convert/converter','file','M'),(25110,2,9774,'/module/doc/model.php','/module/doc','file','M'),(25111,2,9774,'/module/my/control.php','/module/my','file','M'),(25112,2,9774,'/module/my/view/project.html.php','/module/my/view','file','M'),(25113,2,9774,'/module/product/model.php','/module/product','file','M'),(25114,2,9774,'/module/project/model.php','/module/project','file','M'),(25115,2,9774,'/module/score/model.php','/module/score','file','M'),(25116,2,9774,'/module/story/model.php','/module/story','file','M'),(25117,2,9774,'/module/task/control.php','/module/task','file','M'),(25118,2,9774,'/module/task/model.php','/module/task','file','M'),(25119,2,9774,'/module/user/model.php','/module/user','file','M'),(25120,2,9774,'/module/user/view/project.html.php','/module/user/view','file','M'),(25121,2,9775,'/module/story/model.php','/module/story','file','M'),(25122,2,9776,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(25123,2,9777,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(25124,2,9778,'/module/testcase/control.php','/module/testcase','file','M'),(25125,2,9778,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(25126,2,9779,'/module/custom/control.php','/module/custom','file','M'),(25127,2,9781,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25128,2,9781,'/module/product/view/build.html.php','/module/product/view','file','M'),(25129,2,9782,'/module/task/control.php','/module/task','file','M'),(25130,2,9783,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(25131,2,9783,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(25132,2,9784,'/module/common/lang/en.php','/module/common/lang','file','M'),(25133,2,9784,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25134,2,9785,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25135,2,9785,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(25136,2,9786,'/module/common/lang/en.php','/module/common/lang','file','M'),(25137,2,9786,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25138,2,9786,'/module/common/view/footer.html.php','/module/common/view','file','M'),(25139,2,9787,'/module/misc/model.php','/module/misc','file','M'),(25140,2,9789,'/module/misc/model.php','/module/misc','file','M'),(25141,2,9790,'/config/config.php','/config','file','M'),(25142,2,9790,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25143,2,9790,'/module/install/view/index.html.php','/module/install/view','file','M'),(25144,2,9790,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(25145,2,9790,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(25146,2,9790,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(25147,2,9790,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25148,2,9790,'/module/project/model.php','/module/project','file','M'),(25149,2,9790,'/module/project/view/task.html.php','/module/project/view','file','M'),(25150,2,9790,'/module/story/control.php','/module/story','file','M'),(25151,2,9790,'/module/task/model.php','/module/task','file','M'),(25152,2,9790,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(25153,2,9791,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25154,2,9791,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(25155,2,9791,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(25156,2,9791,'/module/user/config.php','/module/user','file','M'),(25157,2,9791,'/module/user/view/create.html.php','/module/user/view','file','M'),(25158,2,9791,'/module/user/view/edit.html.php','/module/user/view','file','M'),(25159,2,9791,'/module/user/view/profile.html.php','/module/user/view','file','M'),(25160,2,9792,'/module/bug/control.php','/module/bug','file','M'),(25161,2,9792,'/module/build/model.php','/module/build','file','M'),(25162,2,9793,'/module/task/model.php','/module/task','file','M'),(25163,2,9794,'/module/task/control.php','/module/task','file','M'),(25164,2,9794,'/module/task/model.php','/module/task','file','M'),(25165,2,9795,'/module/testcase/model.php','/module/testcase','file','M'),(25166,2,9795,'/module/testsuite/model.php','/module/testsuite','file','M'),(25167,2,9796,'/module/testcase/model.php','/module/testcase','file','M'),(25168,2,9796,'/module/testsuite/model.php','/module/testsuite','file','M'),(25169,2,9797,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(25170,2,9798,'/module/install/lang/en.php','/module/install/lang','file','M'),(25171,2,9798,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25172,2,9798,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(25173,2,9799,'/module/bug/control.php','/module/bug','file','M'),(25174,2,9799,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25175,2,9801,'/module/my/js/todo.js','/module/my/js','file','M'),(25176,2,9802,'/doc/CHANGELOG','/doc','file','M'),(25177,2,9803,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(25178,2,9803,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(25179,2,9803,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(25180,2,9803,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(25181,2,9803,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(25182,2,9803,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(25183,2,9803,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(25184,2,9803,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(25185,2,9803,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(25186,2,9803,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(25187,2,9803,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(25188,2,9803,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(25189,2,9803,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(25190,2,9803,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(25191,2,9803,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(25192,2,9803,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(25193,2,9803,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(25194,2,9803,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(25195,2,9803,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(25196,2,9803,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(25197,2,9804,'/module/project/view/story.html.php','/module/project/view','file','M'),(25198,2,9805,'/module/task/model.php','/module/task','file','M'),(25199,2,9807,'/VERSION','/','file','M'),(25200,2,9807,'/config/config.php','/config','file','M'),(25201,2,9807,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25202,2,9807,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(25203,2,9807,'/module/common/lang/en.php','/module/common/lang','file','M'),(25204,2,9807,'/module/group/lang/resource.php','/module/group/lang','file','M'),(25205,2,9807,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25206,2,9807,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(25207,2,9807,'/module/product/lang/en.php','/module/product/lang','file','M'),(25208,2,9807,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(25209,2,9807,'/module/release/config.php','/module/release','file','M'),(25210,2,9807,'/module/release/model.php','/module/release','file','M'),(25211,2,9807,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(25212,2,9807,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(25213,2,9807,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(25214,2,9807,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(25215,2,9807,'/module/upgrade/model.php','/module/upgrade','file','M'),(25216,2,9807,'/module/user/control.php','/module/user','file','M'),(25217,2,9807,'/module/user/model.php','/module/user','file','M'),(25218,2,9807,'/tools/check.php','/tools','file','M'),(25219,2,9808,'/module/task/model.php','/module/task','file','M'),(25220,2,9809,'/module/story/model.php','/module/story','file','M'),(25221,2,9810,'/module/story/model.php','/module/story','file','M'),(25222,2,9811,'/module/todo/control.php','/module/todo','file','M'),(25223,2,9812,'/module/story/model.php','/module/story','file','M'),(25224,2,9814,'/module/task/model.php','/module/task','file','M'),(25225,2,9815,'/module/story/js/batchedit.js','/module/story/js','file','M'),(25226,2,9815,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(25227,2,9816,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(25228,2,9816,'/module/my/view/task.html.php','/module/my/view','file','M'),(25229,2,9818,'/module/story/js/batchedit.js','/module/story/js','file','M'),(25230,2,9818,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(25231,2,9819,'/module/story/config.php','/module/story','file','M'),(25232,2,9819,'/module/tree/control.php','/module/tree','file','M'),(25233,2,9821,'/module/project/control.php','/module/project','file','M'),(25234,2,9821,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(25235,2,9821,'/module/task/config.php','/module/task','file','M'),(25236,2,9821,'/module/task/control.php','/module/task','file','M'),(25237,2,9822,'/module/task/js/create.js','/module/task/js','file','M'),(25238,2,9823,'/config/filter.php','/config','file','M'),(25239,2,9823,'/module/doc/control.php','/module/doc','file','M'),(25240,2,9823,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(25241,2,9825,'/db/demo.sql','/db','file','M'),(25242,2,9825,'/module/common/view/action.html.php','/module/common/view','file','M'),(25243,2,9825,'/module/user/control.php','/module/user','file','M'),(25244,2,9825,'/module/user/view/login.html.php','/module/user/view','file','M'),(25245,2,9827,'/module/bug/model.php','/module/bug','file','M'),(25246,2,9829,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25247,2,9829,'/module/common/lang/en.php','/module/common/lang','file','M'),(25248,2,9829,'/module/install/lang/en.php','/module/install/lang','file','M'),(25249,2,9831,'/module/build/view/view.html.php','/module/build/view','file','M'),(25250,2,9831,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(25251,2,9831,'/module/group/view/browse.html.php','/module/group/view','file','M'),(25252,2,9831,'/module/task/config.php','/module/task','file','M'),(25253,2,9831,'/module/task/lang/en.php','/module/task/lang','file','M'),(25254,2,9831,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(25255,2,9831,'/module/task/model.php','/module/task','file','M'),(25256,2,9831,'/module/upgrade/model.php','/module/upgrade','file','M'),(25257,2,9832,'/module/user/view/login.html.php','/module/user/view','file','M'),(25258,2,9833,'/db/endemo.sql','/db','file','A'),(25259,2,9833,'/module/install/model.php','/module/install','file','M'),(25260,2,9834,'/module/bug/model.php','/module/bug','file','M'),(25261,2,9835,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(25262,2,9836,'/module/task/model.php','/module/task','file','M'),(25263,2,9838,'/module/task/control.php','/module/task','file','M'),(25264,2,9838,'/module/task/model.php','/module/task','file','M'),(25265,2,9838,'/module/task/view/finish.html.php','/module/task/view','file','M'),(25266,2,9840,'/module/common/lang/en.php','/module/common/lang','file','M'),(25267,2,9840,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25268,2,9840,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(25269,2,9842,'/module/bug/control.php','/module/bug','file','M'),(25270,2,9842,'/module/build/model.php','/module/build','file','M'),(25271,2,9843,'/module/task/js/edit.js','/module/task/js','file','M'),(25272,2,9843,'/module/task/view/edit.html.php','/module/task/view','file','M'),(25273,2,9844,'/module/testcase/model.php','/module/testcase','file','M'),(25274,2,9845,'/module/project/model.php','/module/project','file','M'),(25275,2,9848,'/module/project/view/task.html.php','/module/project/view','file','M'),(25276,2,9849,'/module/task/control.php','/module/task','file','M'),(25277,2,9850,'/module/task/model.php','/module/task','file','M'),(25278,2,9853,'/module/bug/model.php','/module/bug','file','M'),(25279,2,9853,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(25280,2,9854,'/module/task/model.php','/module/task','file','M'),(25281,2,9856,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(25282,2,9856,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(25283,2,9858,'/module/tree/model.php','/module/tree','file','M'),(25284,2,9858,'/www/js/my.full.js','/www/js','file','M'),(25285,2,9859,'/module/product/view/build.html.php','/module/product/view','file','M'),(25286,2,9860,'/module/project/model.php','/module/project','file','M'),(25287,2,9861,'/module/project/control.php','/module/project','file','M'),(25288,2,9861,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(25289,2,9861,'/module/task/lang/en.php','/module/task/lang','file','M'),(25290,2,9861,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(25291,2,9862,'/module/task/model.php','/module/task','file','M'),(25292,2,9864,'/module/project/model.php','/module/project','file','M'),(25293,2,9865,'/module/project/model.php','/module/project','file','M'),(25294,2,9865,'/module/task/model.php','/module/task','file','M'),(25295,2,9866,'/module/project/js/story.js','/module/project/js','file','M'),(25296,2,9866,'/module/project/view/story.html.php','/module/project/view','file','M'),(25297,2,9868,'/module/story/model.php','/module/story','file','M'),(25298,2,9868,'/module/tree/model.php','/module/tree','file','M'),(25299,2,9869,'/module/task/model.php','/module/task','file','M'),(25300,2,9871,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(25301,2,9871,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(25302,2,9871,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(25303,2,9871,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(25304,2,9871,'/www/js/my.full.js','/www/js','file','M'),(25305,2,9873,'/module/testcase/config.php','/module/testcase','file','M'),(25306,2,9873,'/module/testcase/control.php','/module/testcase','file','M'),(25307,2,9874,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(25308,2,9874,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(25309,2,9874,'/module/story/js/batchedit.js','/module/story/js','file','M'),(25310,2,9874,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(25311,2,9874,'/module/task/js/batchedit.js','/module/task/js','file','M'),(25312,2,9874,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(25313,2,9874,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(25314,2,9874,'/www/js/my.full.js','/www/js','file','M'),(25315,2,9875,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(25316,2,9877,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(25317,2,9877,'/module/story/model.php','/module/story','file','M'),(25318,2,9877,'/module/task/config.php','/module/task','file','M'),(25319,2,9877,'/module/task/model.php','/module/task','file','M'),(25320,2,9877,'/module/testcase/control.php','/module/testcase','file','M'),(25321,2,9879,'/module/task/control.php','/module/task','file','M'),(25322,2,9881,'/module/task/lang/en.php','/module/task/lang','file','M'),(25323,2,9882,'/module/task/model.php','/module/task','file','M'),(25324,2,9884,'/module/project/js/common.js','/module/project/js','file','M'),(25325,2,9884,'/www/js/my.full.js','/www/js','file','M'),(25326,2,9885,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(25327,2,9885,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(25328,2,9885,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(25329,2,9886,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(25330,2,9886,'/module/project/js/create.js','/module/project/js','file','M'),(25331,2,9888,'/config/filter.php','/config','file','M'),(25332,2,9888,'/module/git/model.php','/module/git','file','M'),(25333,2,9889,'/module/mail/control.php','/module/mail','file','M'),(25334,2,9889,'/module/mail/js/edit.js','/module/mail/js','file','M'),(25335,2,9889,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(25336,2,9889,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(25337,2,9889,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(25338,2,9891,'/module/product/js/browse.js','/module/product/js','file','M'),(25339,2,9891,'/module/product/lang/en.php','/module/product/lang','file','M'),(25340,2,9891,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(25341,2,9891,'/module/product/view/browse.html.php','/module/product/view','file','M'),(25342,2,9891,'/module/project/js/story.js','/module/project/js','file','M'),(25343,2,9891,'/module/project/js/task.js','/module/project/js','file','M'),(25344,2,9891,'/module/project/lang/en.php','/module/project/lang','file','M'),(25345,2,9891,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(25346,2,9891,'/module/project/view/story.html.php','/module/project/view','file','M'),(25347,2,9891,'/module/project/view/task.html.php','/module/project/view','file','M'),(25348,2,9892,'/module/common/model.php','/module/common','file','M'),(25349,2,9892,'/module/common/view/header.html.php','/module/common/view','file','M'),(25350,2,9892,'/module/product/model.php','/module/product','file','M'),(25351,2,9893,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(25352,2,9894,'/module/story/model.php','/module/story','file','M'),(25353,2,9896,'/module/productplan/control.php','/module/productplan','file','M'),(25354,2,9896,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(25355,2,9896,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25356,2,9896,'/module/story/model.php','/module/story','file','M'),(25357,2,9898,'/module/build/view/view.html.php','/module/build/view','file','M'),(25358,2,9898,'/module/release/control.php','/module/release','file','M'),(25359,2,9898,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(25360,2,9898,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(25361,2,9898,'/module/release/view/view.html.php','/module/release/view','file','M'),(25362,2,9899,'/module/build/control.php','/module/build','file','M'),(25363,2,9899,'/module/build/css/view.css','/module/build/css','file','M'),(25364,2,9899,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(25365,2,9899,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(25366,2,9899,'/module/build/view/view.html.php','/module/build/view','file','M'),(25367,2,9901,'/module/bug/control.php','/module/bug','file','M'),(25368,2,9901,'/module/productplan/control.php','/module/productplan','file','M'),(25369,2,9902,'/bin/init.bat','/bin','file','M'),(25370,2,9902,'/bin/init.sh','/bin','file','M'),(25371,2,9902,'/bin/php/backup.php','/bin/php','file','D'),(25372,2,9903,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25373,2,9906,'/module/testcase/control.php','/module/testcase','file','M'),(25374,2,9906,'/module/testcase/model.php','/module/testcase','file','M'),(25375,2,9906,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(25376,2,9907,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25377,2,9909,'/module/action/control.php','/module/action','file','M'),(25378,2,9909,'/module/action/lang/en.php','/module/action/lang','file','M'),(25379,2,9909,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(25380,2,9909,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(25381,2,9909,'/module/common/model.php','/module/common','file','M'),(25382,2,9909,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(25383,2,9909,'/module/group/lang/resource.php','/module/group/lang','file','M'),(25384,2,9909,'/module/story/model.php','/module/story','file','M'),(25385,2,9909,'/module/story/view/view.html.php','/module/story/view','file','M'),(25386,2,9909,'/module/task/view/view.html.php','/module/task/view','file','M'),(25387,2,9909,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(25388,2,9909,'/module/upgrade/model.php','/module/upgrade','file','M'),(25389,2,9910,'/module/project/control.php','/module/project','file','M'),(25390,2,9910,'/module/project/view/task.html.php','/module/project/view','file','M'),(25391,2,9910,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(25392,2,9910,'/module/project/view/tips.html.php','/module/project/view','file','M'),(25393,2,9910,'/module/task/control.php','/module/task','file','M'),(25394,2,9910,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(25395,2,9912,'/module/story/lang/en.php','/module/story/lang','file','M'),(25396,2,9913,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25397,2,9913,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(25398,2,9914,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(25399,2,9914,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(25400,2,9914,'/module/story/control.php','/module/story','file','M'),(25401,2,9914,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(25402,2,9915,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25403,2,9915,'/module/story/control.php','/module/story','file','M'),(25404,2,9915,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25405,2,9917,'/module/user/control.php','/module/user','file','M'),(25406,2,9918,'/module/project/model.php','/module/project','file','M'),(25407,2,9918,'/module/project/view/story.html.php','/module/project/view','file','M'),(25408,2,9918,'/module/story/control.php','/module/story','file','M'),(25409,2,9918,'/module/story/model.php','/module/story','file','M'),(25410,2,9919,'/module/user/control.php','/module/user','file','M'),(25411,2,9921,'/module/user/control.php','/module/user','file','M'),(25412,2,9923,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(25413,2,9923,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(25414,2,9923,'/module/extension/model.php','/module/extension','file','M'),(25415,2,9923,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(25416,2,9924,'/db/update9.6.3.sql','/db','file','A'),(25417,2,9924,'/db/zentao.sql','/db','file','M'),(25418,2,9925,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(25419,2,9926,'/module/my/control.php','/module/my','file','M'),(25420,2,9927,'/module/my/control.php','/module/my','file','M'),(25421,2,9927,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(25422,2,9927,'/module/user/model.php','/module/user','file','M'),(25423,2,9928,'/module/my/control.php','/module/my','file','M'),(25424,2,9928,'/module/user/model.php','/module/user','file','M'),(25425,2,9929,'/module/my/control.php','/module/my','file','M'),(25426,2,9929,'/module/my/lang/en.php','/module/my/lang','file','M'),(25427,2,9929,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(25428,2,9929,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(25429,2,9929,'/module/project/model.php','/module/project','file','M'),(25430,2,9929,'/module/user/model.php','/module/user','file','M'),(25431,2,9930,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(25432,2,9932,'/module/testcase/control.php','/module/testcase','file','M'),(25433,2,9932,'/module/testcase/model.php','/module/testcase','file','M'),(25434,2,9933,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(25435,2,9934,'/module/bug/control.php','/module/bug','file','M'),(25436,2,9934,'/module/bug/model.php','/module/bug','file','M'),(25437,2,9934,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25438,2,9934,'/module/testcase/control.php','/module/testcase','file','M'),(25439,2,9934,'/module/testcase/model.php','/module/testcase','file','M'),(25440,2,9934,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(25441,2,9935,'/config/config.php','/config','file','M'),(25442,2,9936,'/module/story/control.php','/module/story','file','M'),(25443,2,9937,'/module/git/control.php','/module/git','file','M'),(25444,2,9937,'/module/git/model.php','/module/git','file','M'),(25445,2,9937,'/module/git/view/diff.html.php','/module/git/view','file','M'),(25446,2,9937,'/module/svn/control.php','/module/svn','file','M'),(25447,2,9937,'/module/svn/model.php','/module/svn','file','M'),(25448,2,9937,'/module/svn/view/diff.html.php','/module/svn/view','file','M'),(25449,2,9939,'/module/cron/control.php','/module/cron','file','M'),(25450,2,9941,'/module/testcase/control.php','/module/testcase','file','M'),(25451,2,9942,'/module/cron/control.php','/module/cron','file','M'),(25452,2,9942,'/module/group/model.php','/module/group','file','M'),(25453,2,9943,'/db/zentao.sql','/db','file','M'),(25454,2,9944,'/module/upgrade/model.php','/module/upgrade','file','M'),(25455,2,9946,'/module/install/lang/en.php','/module/install/lang','file','M'),(25456,2,9946,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25457,2,9949,'/module/action/lang/en.php','/module/action/lang','file','M'),(25458,2,9949,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(25459,2,9949,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(25460,2,9949,'/module/block/lang/en.php','/module/block/lang','file','M'),(25461,2,9949,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25462,2,9949,'/module/build/lang/en.php','/module/build/lang','file','M'),(25463,2,9949,'/module/common/lang/en.php','/module/common/lang','file','M'),(25464,2,9950,'/module/bug/config.php','/module/bug','file','M'),(25465,2,9950,'/module/bug/control.php','/module/bug','file','M'),(25466,2,9950,'/module/bug/js/common.js','/module/bug/js','file','M'),(25467,2,9950,'/module/bug/model.php','/module/bug','file','M'),(25468,2,9950,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(25469,2,9950,'/module/story/config.php','/module/story','file','M'),(25470,2,9950,'/module/story/control.php','/module/story','file','M'),(25471,2,9950,'/module/story/model.php','/module/story','file','M'),(25472,2,9950,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25473,2,9950,'/module/tree/model.php','/module/tree','file','M'),(25474,2,9952,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(25475,2,9952,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(25476,2,9953,'/module/project/view/story.html.php','/module/project/view','file','M'),(25477,2,9955,'/module/action/model.php','/module/action','file','M'),(25478,2,9957,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(25479,2,9957,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25480,2,9957,'/module/project/js/create.js','/module/project/js','file','M'),(25481,2,9958,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(25482,2,9959,'/module/action/lang/en.php','/module/action/lang','file','M'),(25483,2,9959,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(25484,2,9959,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25485,2,9959,'/module/report/lang/en.php','/module/report/lang','file','M'),(25486,2,9959,'/module/story/lang/en.php','/module/story/lang','file','M'),(25487,2,9959,'/module/task/lang/en.php','/module/task/lang','file','M'),(25488,2,9959,'/module/user/lang/en.php','/module/user/lang','file','M'),(25489,2,9960,'/module/testcase/control.php','/module/testcase','file','M'),(25490,2,9961,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25491,2,9961,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(25492,2,9961,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(25493,2,9961,'/module/story/lang/en.php','/module/story/lang','file','M'),(25494,2,9961,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(25495,2,9961,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25496,2,9961,'/module/task/lang/en.php','/module/task/lang','file','M'),(25497,2,9961,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(25498,2,9961,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(25499,2,9961,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(25500,2,9961,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(25501,2,9962,'/module/story/control.php','/module/story','file','M'),(25502,2,9962,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(25503,2,9962,'/module/task/model.php','/module/task','file','M'),(25504,2,9963,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(25505,2,9964,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(25506,2,9964,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(25507,2,9964,'/module/release/view/view.html.php','/module/release/view','file','M'),(25508,2,9964,'/module/story/config.php','/module/story','file','M'),(25509,2,9965,'/module/user/lang/en.php','/module/user/lang','file','M'),(25510,2,9965,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(25511,2,9965,'/module/user/model.php','/module/user','file','M'),(25512,2,9966,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(25513,2,9967,'/module/task/model.php','/module/task','file','M'),(25514,2,9968,'/module/tree/model.php','/module/tree','file','M'),(25515,2,9969,'/module/tree/model.php','/module/tree','file','M'),(25516,2,9970,'/module/install/lang/en.php','/module/install/lang','file','M'),(25517,2,9970,'/www/theme/default/images/main/zdoo_org.png','/www/theme/default/images/main','file','A'),(25518,2,9972,'/module/install/lang/en.php','/module/install/lang','file','M'),(25519,2,9972,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25520,2,9972,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(25521,2,9972,'/module/install/view/index.html.php','/module/install/view','file','M'),(25522,2,9974,'/module/product/view/browse.html.php','/module/product/view','file','M'),(25523,2,9974,'/module/project/model.php','/module/project','file','M'),(25524,2,9974,'/module/task/model.php','/module/task','file','M'),(25525,2,9975,'/module/install/view/index.html.php','/module/install/view','file','M'),(25526,2,9976,'/module/install/lang/en.php','/module/install/lang','file','M'),(25527,2,9976,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25528,2,9976,'/module/install/view/index.html.php','/module/install/view','file','M'),(25529,2,9977,'/module/project/css/dynamic.css','/module/project/css','file','A'),(25530,2,9977,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(25531,2,9978,'/module/project/lang/en.php','/module/project/lang','file','M'),(25532,2,9979,'/www/theme/default/images/main/chanzhi_en.png','/www/theme/default/images/main','file','A'),(25533,2,9980,'/module/install/lang/en.php','/module/install/lang','file','M'),(25534,2,9980,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(25535,2,9980,'/module/install/view/index.html.php','/module/install/view','file','M'),(25536,2,9981,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25537,2,9981,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25538,2,9981,'/module/product/lang/en.php','/module/product/lang','file','M'),(25539,2,9981,'/module/product/view/browse.html.php','/module/product/view','file','M'),(25540,2,9982,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(25541,2,9982,'/module/project/lang/en.php','/module/project/lang','file','M'),(25542,2,9982,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(25543,2,9982,'/module/task/model.php','/module/task','file','M'),(25544,2,9984,'/module/product/lang/en.php','/module/product/lang','file','M'),(25545,2,9985,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(25546,2,9985,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(25547,2,9986,'/module/company/view/browse.html.php','/module/company/view','file','M'),(25548,2,9986,'/module/user/view/create.html.php','/module/user/view','file','M'),(25549,2,9986,'/module/user/view/edit.html.php','/module/user/view','file','M'),(25550,2,9986,'/module/user/view/profile.html.php','/module/user/view','file','M'),(25551,2,9987,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(25552,2,9987,'/module/story/lang/en.php','/module/story/lang','file','M'),(25553,2,9987,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(25554,2,9987,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25555,2,9987,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(25556,2,9988,'/module/bug/css/create.css','/module/bug/css','file','M'),(25557,2,9988,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(25558,2,9988,'/module/story/view/create.html.php','/module/story/view','file','M'),(25559,2,9988,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(25560,2,9988,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(25561,2,9990,'/module/doc/control.php','/module/doc','file','M'),(25562,2,9990,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(25563,2,9991,'/module/common/lang/en.php','/module/common/lang','file','M'),(25564,2,9992,'/module/file/view/download.html.php','/module/file/view','file','M'),(25565,2,9994,'/framework/base/helper.class.php','/framework/base','file','M'),(25566,2,9994,'/module/user/model.php','/module/user','file','M'),(25567,2,9994,'/module/user/view/deny.html.php','/module/user/view','file','M'),(25568,2,9995,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(25569,2,9996,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(25570,2,9997,'/module/story/view/view.html.php','/module/story/view','file','M'),(25571,2,9998,'/www/js/my.full.js','/www/js','file','M'),(25572,2,9999,'/module/project/view/story.html.php','/module/project/view','file','M'),(25573,2,10001,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25574,2,10001,'/module/common/lang/en.php','/module/common/lang','file','M'),(25575,2,10001,'/module/install/lang/en.php','/module/install/lang','file','M'),(25576,2,10001,'/module/project/lang/en.php','/module/project/lang','file','M'),(25577,2,10001,'/module/report/lang/en.php','/module/report/lang','file','M'),(25578,2,10001,'/module/story/lang/en.php','/module/story/lang','file','M'),(25579,2,10001,'/module/task/lang/en.php','/module/task/lang','file','M'),(25580,2,10001,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(25581,2,10001,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25582,2,10001,'/module/user/lang/en.php','/module/user/lang','file','M'),(25583,2,10003,'/config/config.php','/config','file','M'),(25584,2,10004,'/module/block/lang/en.php','/module/block/lang','file','M'),(25585,2,10004,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(25586,2,10004,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(25587,2,10005,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(25588,2,10005,'/module/product/view/edit.html.php','/module/product/view','file','M'),(25589,2,10005,'/module/product/view/view.html.php','/module/product/view','file','M'),(25590,2,10005,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(25591,2,10006,'/module/story/control.php','/module/story','file','M'),(25592,2,10007,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(25593,2,10007,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(25594,2,10007,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(25595,2,10007,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(25596,2,10007,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(25597,2,10008,'/lib/date/date.class.php','/lib/date','file','M'),(25598,2,10009,'/module/doc/control.php','/module/doc','file','M'),(25599,2,10009,'/module/productplan/control.php','/module/productplan','file','M'),(25600,2,10009,'/module/release/control.php','/module/release','file','M'),(25601,2,10009,'/module/tree/control.php','/module/tree','file','M'),(25602,2,10010,'/module/todo/model.php','/module/todo','file','M'),(25603,2,10011,'/module/product/lang/en.php','/module/product/lang','file','M'),(25604,2,10011,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(25605,2,10011,'/module/product/model.php','/module/product','file','M'),(25606,2,10011,'/module/story/model.php','/module/story','file','M'),(25607,2,10012,'/module/common/lang/en.php','/module/common/lang','file','M'),(25608,2,10012,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25609,2,10013,'/module/common/lang/en.php','/module/common/lang','file','M'),(25610,2,10013,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(25611,2,10013,'/module/misc/view/links.html.php','/module/misc/view','file','M'),(25612,2,10013,'/module/project/lang/en.php','/module/project/lang','file','M'),(25613,2,10013,'/module/report/lang/en.php','/module/report/lang','file','M'),(25614,2,10014,'/module/user/control.php','/module/user','file','M'),(25615,2,10015,'/module/task/view/create.html.php','/module/task/view','file','M'),(25616,2,10015,'/module/task/view/edit.html.php','/module/task/view','file','M'),(25617,2,10016,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(25618,2,10017,'/module/task/view/view.html.php','/module/task/view','file','M'),(25619,2,10018,'/module/project/model.php','/module/project','file','M'),(25620,2,10019,'/module/project/model.php','/module/project','file','M'),(25621,2,10019,'/module/task/model.php','/module/task','file','M'),(25622,2,10021,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(25623,2,10021,'/module/common/lang/en.php','/module/common/lang','file','M'),(25624,2,10021,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(25625,2,10021,'/module/install/lang/en.php','/module/install/lang','file','M'),(25626,2,10021,'/module/story/lang/en.php','/module/story/lang','file','M'),(25627,2,10021,'/module/task/lang/en.php','/module/task/lang','file','M'),(25628,2,10021,'/module/user/lang/en.php','/module/user/lang','file','M'),(25629,2,10022,'/module/task/model.php','/module/task','file','M'),(25630,2,10024,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(25631,2,10026,'/module/action/lang/en.php','/module/action/lang','file','M'),(25632,2,10026,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25633,2,10026,'/module/common/lang/en.php','/module/common/lang','file','M'),(25634,2,10026,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(25635,2,10026,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(25636,2,10026,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(25637,2,10026,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(25638,2,10026,'/module/product/lang/en.php','/module/product/lang','file','M'),(25639,2,10026,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(25640,2,10026,'/module/project/lang/en.php','/module/project/lang','file','M'),(25641,2,10026,'/module/report/lang/en.php','/module/report/lang','file','M'),(25642,2,10026,'/module/story/lang/en.php','/module/story/lang','file','M'),(25643,2,10026,'/module/task/lang/en.php','/module/task/lang','file','M'),(25644,2,10026,'/module/user/lang/en.php','/module/user/lang','file','M'),(25645,2,10027,'/module/report/view/workload.html.php','/module/report/view','file','M'),(25646,2,10028,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(25647,2,10028,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(25648,2,10028,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(25649,2,10028,'/module/release/view/view.html.php','/module/release/view','file','M'),(25650,2,10029,'/VERSION','/','file','M'),(25651,2,10029,'/config/config.php','/config','file','M'),(25652,2,10029,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(25653,2,10029,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(25654,2,10029,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(25655,2,10029,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(25656,2,10029,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(25657,2,10029,'/tools/check.php','/tools','file','M'),(25658,2,10034,'/module/bug/model.php','/module/bug','file','M'),(25659,2,10036,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(25660,2,10036,'/module/product/view/browse.html.php','/module/product/view','file','M'),(25661,2,10036,'/module/project/css/common.css','/module/project/css','file','M'),(25662,2,10036,'/module/project/view/task.html.php','/module/project/view','file','M'),(25663,2,10036,'/www/js/my.full.js','/www/js','file','M'),(25664,2,10037,'/module/story/model.php','/module/story','file','M'),(25665,2,10038,'/module/story/control.php','/module/story','file','M'),(25666,2,10039,'/module/product/view/browse.html.php','/module/product/view','file','M'),(25667,2,10040,'/module/user/view/deny.html.php','/module/user/view','file','M'),(25668,2,10041,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(25669,2,10043,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(25670,2,10043,'/module/product/control.php','/module/product','file','M'),(25671,2,10045,'/module/custom/model.php','/module/custom','file','M'),(25672,2,10046,'/module/task/model.php','/module/task','file','M'),(25673,2,10047,'/module/task/control.php','/module/task','file','M'),(25674,2,10049,'/module/story/model.php','/module/story','file','M'),(25675,2,10050,'/module/project/control.php','/module/project','file','M'),(25676,2,10050,'/module/task/control.php','/module/task','file','M'),(25677,2,10050,'/module/task/model.php','/module/task','file','M'),(25678,2,10051,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(25679,2,10052,'/module/task/view/view.html.php','/module/task/view','file','M'),(25680,2,10054,'/module/task/model.php','/module/task','file','M'),(25681,2,10054,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(25682,2,10056,'/module/bug/model.php','/module/bug','file','M'),(25683,2,10057,'/module/testsuite/control.php','/module/testsuite','file','M'),(25684,2,10058,'/module/project/model.php','/module/project','file','M'),(25685,2,10059,'/module/task/model.php','/module/task','file','M'),(25686,2,10060,'/module/bug/css/browse.css','/module/bug/css','file','M'),(25687,2,10060,'/module/product/css/browse.css','/module/product/css','file','M'),(25688,2,10060,'/module/project/css/task.css','/module/project/css','file','M'),(25689,2,10060,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(25690,2,10060,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(25691,2,10061,'/module/product/control.php','/module/product','file','M'),(25692,2,10063,'/module/score/model.php','/module/score','file','M'),(25693,2,10064,'/module/score/model.php','/module/score','file','M'),(25694,2,10065,'/module/score/model.php','/module/score','file','M'),(25695,2,10066,'/www/theme/default/style.css','/www/theme/default','file','M'),(25696,2,10067,'/module/story/js/create.js','/module/story/js','file','M'),(25697,2,10067,'/module/story/view/header.html.php','/module/story/view','file','M'),(25698,2,10068,'/module/task/control.php','/module/task','file','M'),(25699,2,10068,'/module/task/model.php','/module/task','file','M'),(25700,2,10069,'/module/task/control.php','/module/task','file','M'),(25701,2,10069,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(25702,2,10070,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(25703,2,10071,'/module/file/control.php','/module/file','file','M'),(25704,2,10072,'/module/product/control.php','/module/product','file','M'),(25705,2,10072,'/module/report/lang/en.php','/module/report/lang','file','M'),(25706,2,10072,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(25707,2,10072,'/module/report/model.php','/module/report','file','M'),(25708,2,10072,'/module/report/view/bugassign.html.php','/module/report/view','file','M'),(25709,2,10072,'/module/report/view/workload.html.php','/module/report/view','file','M'),(25710,2,10072,'/module/story/model.php','/module/story','file','M'),(25711,2,10073,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(25712,2,10074,'/module/task/model.php','/module/task','file','M'),(25713,2,10076,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(25714,2,10076,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(25715,2,10076,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(25716,2,10076,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(25717,2,10076,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(25718,2,10078,'/module/company/view/browse.html.php','/module/company/view','file','M'),(25719,2,10080,'/db/zentao.sql','/db','file','M'),(25720,2,10080,'/module/build/control.php','/module/build','file','M'),(25721,2,10080,'/module/project/model.php','/module/project','file','M'),(25722,2,10080,'/module/testcase/control.php','/module/testcase','file','M'),(25723,2,10082,'/module/block/lang/en.php','/module/block/lang','file','M'),(25724,2,10082,'/module/common/lang/en.php','/module/common/lang','file','M'),(25725,2,10082,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(25726,2,10082,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(25727,2,10082,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(25728,2,10082,'/module/install/lang/en.php','/module/install/lang','file','M'),(25729,2,10082,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(25730,2,10082,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25731,2,10082,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(25732,2,10082,'/module/story/lang/en.php','/module/story/lang','file','M'),(25733,2,10082,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(25734,2,10082,'/module/user/lang/en.php','/module/user/lang','file','M'),(25735,2,10083,'/README.md','/','file','M'),(25736,2,10085,'/module/testcase/model.php','/module/testcase','file','M'),(25737,2,10087,'/module/task/lang/en.php','/module/task/lang','file','M'),(25738,2,10088,'/module/bug/config.php','/module/bug','file','M'),(25739,2,10088,'/module/bug/control.php','/module/bug','file','M'),(25740,2,10089,'/module/common/model.php','/module/common','file','M'),(25741,2,10091,'/module/report/css/common.css','/module/report/css','file','M'),(25742,2,10093,'/module/testcase/control.php','/module/testcase','file','M'),(25743,2,10093,'/module/testsuite/control.php','/module/testsuite','file','M'),(25744,2,10094,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25745,2,10094,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25746,2,10096,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25747,2,10096,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25748,2,10097,'/module/report/model.php','/module/report','file','M'),(25749,2,10099,'/module/report/css/common.css','/module/report/css','file','M'),(25750,2,10100,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(25751,2,10100,'/module/user/lang/en.php','/module/user/lang','file','M'),(25752,2,10101,'/module/testcase/model.php','/module/testcase','file','M'),(25753,2,10103,'/module/report/js/projectdeviation.js','/module/report/js','file','M'),(25754,2,10103,'/module/report/lang/en.php','/module/report/lang','file','M'),(25755,2,10103,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(25756,2,10103,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(25757,2,10104,'/module/story/lang/en.php','/module/story/lang','file','M'),(25758,2,10106,'/module/tree/model.php','/module/tree','file','M'),(25759,2,10107,'/module/project/view/burn.html.php','/module/project/view','file','M'),(25760,2,10107,'/module/testtask/model.php','/module/testtask','file','M'),(25761,2,10108,'/module/webhook/model.php','/module/webhook','file','M'),(25762,2,10109,'/module/product/view/all.html.php','/module/product/view','file','M'),(25763,2,10109,'/module/tree/model.php','/module/tree','file','M'),(25764,2,10110,'/db/zentao.sql','/db','file','M'),(25765,2,10111,'/VERSION','/','file','M'),(25766,2,10111,'/config/config.php','/config','file','M'),(25767,2,10111,'/db/zentao.sql','/db','file','M'),(25768,2,10111,'/module/group/js/managepriv.js','/module/group/js','file','M'),(25769,2,10111,'/module/group/lang/resource.php','/module/group/lang','file','M'),(25770,2,10111,'/module/group/model.php','/module/group','file','M'),(25771,2,10111,'/module/group/view/browse.html.php','/module/group/view','file','M'),(25772,2,10111,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(25773,2,10111,'/module/project/view/burn.html.php','/module/project/view','file','M'),(25774,2,10111,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(25775,2,10111,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(25776,2,10111,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(25777,2,10111,'/module/upgrade/model.php','/module/upgrade','file','M'),(25778,2,10112,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(25779,2,10113,'/module/task/view/start.html.php','/module/task/view','file','M'),(25780,2,10115,'/module/task/view/start.html.php','/module/task/view','file','M'),(25781,2,10117,'/module/custom/control.php','/module/custom','file','M'),(25782,2,10117,'/module/report/model.php','/module/report','file','M'),(25783,2,10117,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(25784,2,10117,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(25785,2,10118,'/lib/ztcloud/ztcloud.class.php','/lib/ztcloud','file','M'),(25786,2,10119,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25787,2,10119,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25788,2,10119,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(25789,2,10120,'/module/story/control.php','/module/story','file','M'),(25790,2,10121,'/module/story/control.php','/module/story','file','M'),(25791,2,10121,'/module/todo/js/common.js','/module/todo/js','file','M'),(25792,2,10122,'/module/todo/control.php','/module/todo','file','M'),(25793,2,10122,'/module/todo/model.php','/module/todo','file','M'),(25794,2,10123,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(25795,2,10124,'/module/todo/control.php','/module/todo','file','M'),(25796,2,10124,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(25797,2,10124,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(25798,2,10124,'/module/todo/model.php','/module/todo','file','M'),(25799,2,10125,'/module/todo/model.php','/module/todo','file','M'),(25800,2,10126,'/module/todo/model.php','/module/todo','file','M'),(25801,2,10128,'/module/datatable/config.php','/module/datatable','file','M'),(25802,2,10128,'/module/datatable/control.php','/module/datatable','file','M'),(25803,2,10128,'/module/datatable/model.php','/module/datatable','file','M'),(25804,2,10128,'/module/file/view/export.html.php','/module/file/view','file','M'),(25805,2,10128,'/module/project/control.php','/module/project','file','M'),(25806,2,10128,'/module/tree/model.php','/module/tree','file','M'),(25807,2,10129,'/module/report/view/productsummary.html.php','/module/report/view','file','M'),(25808,2,10130,'/module/score/lang/en.php','/module/score/lang','file','M'),(25809,2,10130,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(25810,2,10130,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25811,2,10131,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(25812,2,10132,'/VERSION','/','file','M'),(25813,2,10132,'/config/config.php','/config','file','M'),(25814,2,10132,'/db/zentao.sql','/db','file','M'),(25815,2,10132,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(25816,2,10132,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(25817,2,10132,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(25818,2,10134,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(25819,2,10134,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(25820,2,10134,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(25821,2,10134,'/module/admin/view/log.html.php','/module/admin/view','file','M'),(25822,2,10134,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(25823,2,10134,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(25824,2,10134,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(25825,2,10134,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25826,2,10134,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(25827,2,10134,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(25828,2,10135,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(25829,2,10135,'/module/project/js/common.js','/module/project/js','file','M'),(25830,2,10136,'/module/project/css/task.css','/module/project/css','file','M'),(25831,2,10137,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(25832,2,10137,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(25833,2,10137,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(25834,2,10137,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(25835,2,10137,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(25836,2,10137,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25837,2,10137,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(25838,2,10138,'/module/common/lang/en.php','/module/common/lang','file','M'),(25839,2,10138,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25840,2,10138,'/www/js/my.full.js','/www/js','file','M'),(25841,2,10139,'/module/block/lang/en.php','/module/block/lang','file','M'),(25842,2,10139,'/module/doc/model.php','/module/doc','file','M'),(25843,2,10141,'/module/task/view/create.html.php','/module/task/view','file','M'),(25844,2,10143,'/module/bug/control.php','/module/bug','file','M'),(25845,2,10143,'/module/bug/model.php','/module/bug','file','M'),(25846,2,10143,'/module/story/model.php','/module/story','file','M'),(25847,2,10144,'/module/score/model.php','/module/score','file','M'),(25848,2,10145,'/db/update9.6.sql','/db','file','M'),(25849,2,10145,'/module/admin/config.php','/module/admin','file','M'),(25850,2,10145,'/module/admin/control.php','/module/admin','file','M'),(25851,2,10145,'/module/admin/js/log.js','/module/admin/js','file','A'),(25852,2,10145,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(25853,2,10145,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(25854,2,10145,'/module/admin/view/log.html.php','/module/admin/view','file','A'),(25855,2,10145,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(25856,2,10145,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(25857,2,10145,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(25858,2,10145,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(25859,2,10145,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(25860,2,10145,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(25861,2,10146,'/module/story/model.php','/module/story','file','M'),(25862,2,10148,'/module/project/model.php','/module/project','file','M'),(25863,2,10149,'/module/common/lang/en.php','/module/common/lang','file','M'),(25864,2,10149,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25865,2,10149,'/module/score/lang/en.php','/module/score/lang','file','M'),(25866,2,10150,'/module/score/config.php','/module/score','file','M'),(25867,2,10150,'/module/score/lang/en.php','/module/score/lang','file','M'),(25868,2,10150,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(25869,2,10150,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25870,2,10150,'/module/score/model.php','/module/score','file','M'),(25871,2,10150,'/module/score/view/rule.html.php','/module/score/view','file','M'),(25872,2,10150,'/module/task/view/start.html.php','/module/task/view','file','M'),(25873,2,10152,'/module/project/control.php','/module/project','file','M'),(25874,2,10152,'/module/project/view/bug.html.php','/module/project/view','file','M'),(25875,2,10153,'/module/score/config.php','/module/score','file','M'),(25876,2,10153,'/module/score/lang/en.php','/module/score/lang','file','M'),(25877,2,10153,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(25878,2,10153,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25879,2,10153,'/module/score/view/rule.html.php','/module/score/view','file','M'),(25880,2,10154,'/module/score/config.php','/module/score','file','M'),(25881,2,10156,'/module/my/view/score.html.php','/module/my/view','file','M'),(25882,2,10156,'/module/score/config.php','/module/score','file','M'),(25883,2,10156,'/module/score/control.php','/module/score','file','M'),(25884,2,10156,'/module/score/lang/en.php','/module/score/lang','file','M'),(25885,2,10156,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(25886,2,10156,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25887,2,10156,'/module/score/model.php','/module/score','file','M'),(25888,2,10156,'/module/score/view/rule.html.php','/module/score/view','file','M'),(25889,2,10157,'/module/project/css/storykanban.css','/module/project/css','file','M'),(25890,2,10157,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(25891,2,10159,'/module/upgrade/model.php','/module/upgrade','file','M'),(25892,2,10161,'/db/zentao.sql','/db','file','M'),(25893,2,10161,'/module/common/lang/en.php','/module/common/lang','file','M'),(25894,2,10161,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25895,2,10161,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(25896,2,10161,'/module/common/model.php','/module/common','file','M'),(25897,2,10161,'/module/entry/control.php','/module/entry','file','M'),(25898,2,10161,'/module/entry/css/create.css','/module/entry/css','file','A'),(25899,2,10161,'/module/entry/css/edit.css','/module/entry/css','file','A'),(25900,2,10161,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','M'),(25901,2,10161,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(25902,2,10161,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(25903,2,10161,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25904,2,10161,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(25905,2,10161,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(25906,2,10161,'/module/webhook/control.php','/module/webhook','file','M'),(25907,2,10161,'/module/webhook/lang/en.php','/module/webhook/lang','file','M'),(25908,2,10161,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(25909,2,10161,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','M'),(25910,2,10161,'/module/webhook/model.php','/module/webhook','file','M'),(25911,2,10161,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(25912,2,10161,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(25913,2,10161,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(25914,2,10163,'/module/custom/control.php','/module/custom','file','M'),(25915,2,10163,'/module/my/control.php','/module/my','file','M'),(25916,2,10163,'/module/score/control.php','/module/score','file','M'),(25917,2,10163,'/module/score/lang/en.php','/module/score/lang','file','M'),(25918,2,10163,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(25919,2,10163,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(25920,2,10163,'/module/score/model.php','/module/score','file','M'),(25921,2,10163,'/module/score/view/rule.html.php','/module/score/view','file','M'),(25922,2,10164,'/module/common/lang/en.php','/module/common/lang','file','M'),(25923,2,10164,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(25924,2,10164,'/module/custom/model.php','/module/custom','file','M'),(25925,2,10164,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(25926,2,10164,'/module/product/lang/en.php','/module/product/lang','file','M'),(25927,2,10164,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(25928,2,10165,'/module/company/lang/en.php','/module/company/lang','file','M'),(25929,2,10165,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(25930,2,10165,'/module/company/lang/zh-tw.php','/module/company/lang','file','M'),(25931,2,10165,'/module/company/view/edit.html.php','/module/company/view','file','M'),(25932,2,10165,'/module/company/view/view.html.php','/module/company/view','file','M'),(25933,2,10166,'/module/task/control.php','/module/task','file','M'),(25934,2,10166,'/module/todo/control.php','/module/todo','file','M'),(25935,2,10167,'/module/task/config.php','/module/task','file','M'),(25936,2,10167,'/module/task/model.php','/module/task','file','M'),(25937,2,10169,'/db/update9.6.sql','/db','file','M'),(25938,2,10169,'/module/bug/model.php','/module/bug','file','M'),(25939,2,10169,'/module/doc/model.php','/module/doc','file','M'),(25940,2,10169,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(25941,2,10169,'/module/file/control.php','/module/file','file','M'),(25942,2,10169,'/module/product/view/project.html.php','/module/product/view','file','M'),(25943,2,10169,'/module/project/lang/en.php','/module/project/lang','file','M'),(25944,2,10169,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(25945,2,10169,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(25946,2,10169,'/module/project/model.php','/module/project','file','M'),(25947,2,10169,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(25948,2,10169,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(25949,2,10169,'/module/project/view/team.html.php','/module/project/view','file','M'),(25950,2,10169,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(25951,2,10169,'/module/task/config.php','/module/task','file','M'),(25952,2,10169,'/module/task/control.php','/module/task','file','M'),(25953,2,10169,'/module/task/lang/en.php','/module/task/lang','file','M'),(25954,2,10169,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(25955,2,10169,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(25956,2,10169,'/module/task/model.php','/module/task','file','M'),(25957,2,10169,'/module/testtask/model.php','/module/testtask','file','M'),(25958,2,10169,'/module/tutorial/model.php','/module/tutorial','file','M'),(25959,2,10170,'/module/block/model.php','/module/block','file','M'),(25960,2,10170,'/module/bug/model.php','/module/bug','file','M'),(25961,2,10170,'/module/project/control.php','/module/project','file','M'),(25962,2,10170,'/module/project/model.php','/module/project','file','M'),(25963,2,10170,'/module/search/model.php','/module/search','file','M'),(25964,2,10170,'/module/story/control.php','/module/story','file','M'),(25965,2,10170,'/module/story/model.php','/module/story','file','M'),(25966,2,10170,'/module/task/control.php','/module/task','file','M'),(25967,2,10170,'/module/task/model.php','/module/task','file','M'),(25968,2,10170,'/module/task/view/view.html.php','/module/task/view','file','M'),(25969,2,10170,'/module/testcase/model.php','/module/testcase','file','M'),(25970,2,10170,'/module/testtask/model.php','/module/testtask','file','M'),(25971,2,10170,'/module/todo/model.php','/module/todo','file','M'),(25972,2,10170,'/module/user/model.php','/module/user','file','M'),(25973,2,10172,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(25974,2,10172,'/module/cron/control.php','/module/cron','file','M'),(25975,2,10173,'/lib/base/pager/pager.class.php','/lib/base/pager','file','M'),(25976,2,10173,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(25977,2,10173,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(25978,2,10173,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(25979,2,10173,'/module/custom/model.php','/module/custom','file','M'),(25980,2,10173,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(25981,2,10173,'/module/score/model.php','/module/score','file','M'),(25982,2,10173,'/module/score/view/reset.html.php','/module/score/view','file','M'),(25983,2,10173,'/module/task/control.php','/module/task','file','M'),(25984,2,10173,'/module/task/lang/en.php','/module/task/lang','file','M'),(25985,2,10173,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(25986,2,10173,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(25987,2,10173,'/module/task/model.php','/module/task','file','M'),(25988,2,10173,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(25989,2,10173,'/module/task/view/create.html.php','/module/task/view','file','M'),(25990,2,10173,'/module/task/view/edit.html.php','/module/task/view','file','M'),(25991,2,10173,'/module/task/view/finish.html.php','/module/task/view','file','M'),(25992,2,10173,'/module/task/view/view.html.php','/module/task/view','file','M'),(25993,2,10174,'/db/update9.6.sql','/db','file','A'),(25994,2,10174,'/module/score/model.php','/module/score','file','M'),(25995,2,10175,'/module/score/model.php','/module/score','file','M'),(25996,2,10176,'/module/task/view/start.html.php','/module/task/view','file','M'),(25997,2,10177,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(25998,2,10177,'/module/entry/js/create.js','/module/entry/js','file','M'),(25999,2,10177,'/module/entry/lang/en.php','/module/entry/lang','file','M'),(26000,2,10177,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26001,2,10177,'/module/entry/model.php','/module/entry','file','M'),(26002,2,10177,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(26003,2,10177,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(26004,2,10177,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(26005,2,10177,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(26006,2,10177,'/module/my/view/score.html.php','/module/my/view','file','M'),(26007,2,10177,'/module/project/css/storykanban.css','/module/project/css','file','M'),(26008,2,10177,'/module/project/js/storykanban.js','/module/project/js','file','M'),(26009,2,10177,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(26010,2,10177,'/module/score/control.php','/module/score','file','M'),(26011,2,10177,'/module/score/lang/en.php','/module/score/lang','file','M'),(26012,2,10177,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26013,2,10177,'/module/score/model.php','/module/score','file','M'),(26014,2,10177,'/module/score/view/reset.html.php','/module/score/view','file','M'),(26015,2,10177,'/module/score/view/rule.html.php','/module/score/view','file','M'),(26016,2,10177,'/module/webhook/config.php','/module/webhook','file','M'),(26017,2,10177,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26018,2,10177,'/module/webhook/model.php','/module/webhook','file','M'),(26019,2,10177,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26020,2,10177,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26021,2,10177,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(26022,2,10177,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26023,2,10178,'/config/zentaopms.php','/config','file','M'),(26024,2,10178,'/db/update9.5.1.sql','/db','file','M'),(26025,2,10178,'/db/zentao.sql','/db','file','M'),(26026,2,10178,'/framework/base/helper.class.php','/framework/base','file','M'),(26027,2,10178,'/module/action/model.php','/module/action','file','M'),(26028,2,10178,'/module/bug/control.php','/module/bug','file','M'),(26029,2,10178,'/module/bug/model.php','/module/bug','file','M'),(26030,2,10178,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(26031,2,10178,'/module/common/model.php','/module/common','file','M'),(26032,2,10178,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(26033,2,10178,'/module/my/control.php','/module/my','file','M'),(26034,2,10178,'/module/my/lang/en.php','/module/my/lang','file','M'),(26035,2,10178,'/module/product/view/all.html.php','/module/product/view','file','M'),(26036,2,10178,'/module/project/control.php','/module/project','file','M'),(26037,2,10178,'/module/project/view/build.html.php','/module/project/view','file','M'),(26038,2,10178,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(26039,2,10178,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26040,2,10178,'/module/project/view/story.html.php','/module/project/view','file','M'),(26041,2,10178,'/module/project/view/task.html.php','/module/project/view','file','M'),(26042,2,10178,'/module/report/control.php','/module/report','file','M'),(26043,2,10178,'/module/story/model.php','/module/story','file','M'),(26044,2,10178,'/module/task/control.php','/module/task','file','M'),(26045,2,10178,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(26046,2,10178,'/module/task/js/common.js','/module/task/js','file','M'),(26047,2,10178,'/module/task/js/create.js','/module/task/js','file','M'),(26048,2,10178,'/module/task/lang/en.php','/module/task/lang','file','M'),(26049,2,10178,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(26050,2,10178,'/module/task/model.php','/module/task','file','M'),(26051,2,10178,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(26052,2,10178,'/module/task/view/create.html.php','/module/task/view','file','M'),(26053,2,10178,'/module/task/view/edit.html.php','/module/task/view','file','M'),(26054,2,10178,'/module/task/view/finish.html.php','/module/task/view','file','M'),(26055,2,10178,'/module/task/view/start.html.php','/module/task/view','file','M'),(26056,2,10178,'/module/task/view/view.html.php','/module/task/view','file','M'),(26057,2,10178,'/module/testcase/control.php','/module/testcase','file','M'),(26058,2,10178,'/module/testcase/model.php','/module/testcase','file','M'),(26059,2,10178,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(26060,2,10178,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(26061,2,10178,'/module/testreport/model.php','/module/testreport','file','M'),(26062,2,10178,'/module/testtask/model.php','/module/testtask','file','M'),(26063,2,10178,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(26064,2,10178,'/module/todo/model.php','/module/todo','file','M'),(26065,2,10178,'/module/tree/control.php','/module/tree','file','M'),(26066,2,10178,'/module/tree/model.php','/module/tree','file','M'),(26067,2,10178,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(26068,2,10178,'/module/tutorial/control.php','/module/tutorial','file','M'),(26069,2,10178,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(26070,2,10178,'/module/upgrade/model.php','/module/upgrade','file','M'),(26071,2,10178,'/module/user/control.php','/module/user','file','M'),(26072,2,10178,'/module/user/model.php','/module/user','file','M'),(26073,2,10178,'/www/js/my.full.js','/www/js','file','M'),(26074,2,10179,'/module/mail/model.php','/module/mail','file','M'),(26075,2,10180,'/module/tutorial/control.php','/module/tutorial','file','M'),(26076,2,10180,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(26077,2,10181,'/db/update9.5.1.sql','/db','file','M'),(26078,2,10181,'/db/zentao.sql','/db','file','M'),(26079,2,10183,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(26080,2,10184,'/module/testreport/model.php','/module/testreport','file','M'),(26081,2,10186,'/module/tutorial/control.php','/module/tutorial','file','M'),(26082,2,10186,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(26083,2,10187,'/module/custom/config.php','/module/custom','file','M'),(26084,2,10187,'/module/doc/model.php','/module/doc','file','M'),(26085,2,10189,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(26086,2,10189,'/module/testtask/model.php','/module/testtask','file','M'),(26087,2,10191,'/module/tutorial/control.php','/module/tutorial','file','M'),(26088,2,10191,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(26089,2,10192,'/module/bug/model.php','/module/bug','file','M'),(26090,2,10192,'/module/custom/config.php','/module/custom','file','M'),(26091,2,10192,'/module/product/model.php','/module/product','file','M'),(26092,2,10193,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(26093,2,10194,'/VERSION','/','file','M'),(26094,2,10194,'/doc/CHANGELOG','/doc','file','M'),(26095,2,10196,'/module/doc/model.php','/module/doc','file','M'),(26096,2,10198,'/module/task/model.php','/module/task','file','M'),(26097,2,10200,'/.gitignore','/','file','M'),(26098,2,10200,'/Makefile','/','file','M'),(26099,2,10200,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(26100,2,10202,'/module/action/lang/en.php','/module/action/lang','file','M'),(26101,2,10202,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(26102,2,10202,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(26103,2,10202,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(26104,2,10202,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(26105,2,10202,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(26106,2,10202,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(26107,2,10202,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(26108,2,10202,'/module/entry/lang/zh-tw.php','/module/entry/lang','file','A'),(26109,2,10202,'/module/group/lang/en.php','/module/group/lang','file','M'),(26110,2,10202,'/module/group/lang/resource.php','/module/group/lang','file','M'),(26111,2,10202,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(26112,2,10202,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(26113,2,10202,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(26114,2,10202,'/module/project/lang/en.php','/module/project/lang','file','M'),(26115,2,10202,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26116,2,10202,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(26117,2,10202,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26118,2,10202,'/module/task/lang/en.php','/module/task/lang','file','M'),(26119,2,10202,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(26120,2,10202,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(26121,2,10202,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(26122,2,10202,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(26123,2,10202,'/module/webhook/lang/zh-tw.php','/module/webhook/lang','file','A'),(26124,2,10203,'/module/score/control.php','/module/score','file','M'),(26125,2,10204,'/module/score/model.php','/module/score','file','M'),(26126,2,10206,'/module/score/control.php','/module/score','file','M'),(26127,2,10207,'/module/common/model.php','/module/common','file','M'),(26128,2,10207,'/module/upgrade/model.php','/module/upgrade','file','M'),(26129,2,10207,'/tools/sync2cdn.sh','/tools','file','A'),(26130,2,10209,'/tools/check.php','/tools','file','A'),(26131,2,10209,'/tools/cn2tw.php','/tools','file','A'),(26132,2,10209,'/tools/copylang.php','/tools','file','A'),(26133,2,10209,'/tools/exportactions.php','/tools','file','A'),(26134,2,10209,'/tools/getallcommon.php','/tools','file','A'),(26135,2,10209,'/tools/initext.php','/tools','file','A'),(26136,2,10209,'/tools/minifyfront.php','/tools','file','A'),(26137,2,10209,'/tools/preparetest.php','/tools','file','A'),(26138,2,10209,'/tools/replace.sh','/tools','file','A'),(26139,2,10209,'/tools/syncext.php','/tools','file','A'),(26140,2,10209,'/tools/syncext.sh','/tools','file','A'),(26141,2,10209,'/tools/zdog.sh','/tools','file','A'),(26142,2,10210,'/VERSION','/','file','M'),(26143,2,10210,'/config/config.php','/config','file','M'),(26144,2,10210,'/db/update9.5.1.sql','/db','file','M'),(26145,2,10210,'/db/zentao.sql','/db','file','M'),(26146,2,10212,'/module/common/model.php','/module/common','file','M'),(26147,2,10214,'/module/task/view/edit.html.php','/module/task/view','file','M'),(26148,2,10216,'/module/project/css/kanban.css','/module/project/css','file','M'),(26149,2,10216,'/module/project/css/storykanban.css','/module/project/css','file','M'),(26150,2,10217,'/module/bug/css/browse.css','/module/bug/css','file','M'),(26151,2,10217,'/module/bug/js/browse.js','/module/bug/js','file','M'),(26152,2,10217,'/module/product/css/browse.css','/module/product/css','file','M'),(26153,2,10217,'/module/product/js/browse.js','/module/product/js','file','M'),(26154,2,10217,'/module/project/css/task.css','/module/project/css','file','M'),(26155,2,10217,'/module/project/js/task.js','/module/project/js','file','M'),(26156,2,10217,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(26157,2,10217,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(26158,2,10217,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(26159,2,10217,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(26160,2,10219,'/db/update9.5.1.sql','/db','file','M'),(26161,2,10219,'/module/my/view/score.html.php','/module/my/view','file','M'),(26162,2,10219,'/module/score/view/rule.html.php','/module/score/view','file','M'),(26163,2,10221,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(26164,2,10223,'/module/testtask/model.php','/module/testtask','file','M'),(26165,2,10223,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(26166,2,10225,'/module/score/control.php','/module/score','file','M'),(26167,2,10225,'/module/score/view/rule.html.php','/module/score/view','file','M'),(26168,2,10227,'/db/update9.5.1.sql','/db','file','M'),(26169,2,10227,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(26170,2,10227,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(26171,2,10227,'/module/upgrade/model.php','/module/upgrade','file','M'),(26172,2,10229,'/module/project/control.php','/module/project','file','M'),(26173,2,10229,'/module/project/css/kanban.css','/module/project/css','file','M'),(26174,2,10229,'/module/project/model.php','/module/project','file','M'),(26175,2,10229,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26176,2,10229,'/module/testsuite/model.php','/module/testsuite','file','M'),(26177,2,10229,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(26178,2,10229,'/module/tutorial/model.php','/module/tutorial','file','M'),(26179,2,10230,'/module/score/config.php','/module/score','file','M'),(26180,2,10230,'/module/score/lang/en.php','/module/score/lang','file','M'),(26181,2,10230,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26182,2,10230,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26183,2,10230,'/module/tutorial/control.php','/module/tutorial','file','M'),(26184,2,10230,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(26185,2,10232,'/module/score/lang/en.php','/module/score/lang','file','M'),(26186,2,10232,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26187,2,10232,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26188,2,10234,'/module/bug/model.php','/module/bug','file','M'),(26189,2,10234,'/module/bug/view/batchactivate.html.php','/module/bug/view','file','M'),(26190,2,10234,'/module/custom/config.php','/module/custom','file','M'),(26191,2,10234,'/module/custom/control.php','/module/custom','file','M'),(26192,2,10234,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(26193,2,10234,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26194,2,10234,'/module/custom/model.php','/module/custom','file','M'),(26195,2,10234,'/module/custom/view/required.html.php','/module/custom/view','file','M'),(26196,2,10234,'/module/product/model.php','/module/product','file','M'),(26197,2,10234,'/module/story/model.php','/module/story','file','M'),(26198,2,10234,'/module/task/config.php','/module/task','file','M'),(26199,2,10234,'/module/task/model.php','/module/task','file','M'),(26200,2,10234,'/module/task/view/activate.html.php','/module/task/view','file','M'),(26201,2,10234,'/module/testsuite/control.php','/module/testsuite','file','M'),(26202,2,10234,'/module/testsuite/model.php','/module/testsuite','file','M'),(26203,2,10235,'/module/score/lang/en.php','/module/score/lang','file','M'),(26204,2,10235,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26205,2,10235,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26206,2,10235,'/module/score/view/rule.html.php','/module/score/view','file','M'),(26207,2,10236,'/module/my/lang/en.php','/module/my/lang','file','M'),(26208,2,10236,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(26209,2,10236,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(26210,2,10236,'/module/my/view/score.html.php','/module/my/view','file','M'),(26211,2,10236,'/module/score/control.php','/module/score','file','M'),(26212,2,10236,'/module/score/lang/en.php','/module/score/lang','file','M'),(26213,2,10236,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26214,2,10236,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26215,2,10236,'/module/score/view/rule.html.php','/module/score/view','file','A'),(26216,2,10236,'/module/task/control.php','/module/task','file','M'),(26217,2,10236,'/module/task/lang/en.php','/module/task/lang','file','M'),(26218,2,10236,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(26219,2,10236,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(26220,2,10236,'/module/task/model.php','/module/task','file','M'),(26221,2,10236,'/module/task/view/finish.html.php','/module/task/view','file','M'),(26222,2,10236,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(26223,2,10236,'/module/task/view/start.html.php','/module/task/view','file','M'),(26224,2,10237,'/module/score/model.php','/module/score','file','M'),(26225,2,10239,'/module/bug/control.php','/module/bug','file','M'),(26226,2,10239,'/module/bug/model.php','/module/bug','file','M'),(26227,2,10239,'/module/my/lang/en.php','/module/my/lang','file','M'),(26228,2,10239,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(26229,2,10239,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(26230,2,10239,'/module/productplan/control.php','/module/productplan','file','M'),(26231,2,10239,'/module/project/control.php','/module/project','file','M'),(26232,2,10239,'/module/project/js/common.js','/module/project/js','file','M'),(26233,2,10239,'/module/project/js/task.js','/module/project/js','file','M'),(26234,2,10239,'/module/score/config.php','/module/score','file','M'),(26235,2,10239,'/module/score/lang/en.php','/module/score/lang','file','M'),(26236,2,10239,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26237,2,10239,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26238,2,10239,'/module/score/model.php','/module/score','file','M'),(26239,2,10239,'/module/score/view/reset.html.php','/module/score/view','file','M'),(26240,2,10239,'/module/story/control.php','/module/story','file','M'),(26241,2,10239,'/module/story/model.php','/module/story','file','M'),(26242,2,10239,'/module/task/control.php','/module/task','file','M'),(26243,2,10239,'/module/task/lang/en.php','/module/task/lang','file','M'),(26244,2,10239,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(26245,2,10239,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(26246,2,10239,'/module/task/model.php','/module/task','file','M'),(26247,2,10239,'/module/task/view/create.html.php','/module/task/view','file','M'),(26248,2,10239,'/module/task/view/edit.html.php','/module/task/view','file','M'),(26249,2,10239,'/module/task/view/finish.html.php','/module/task/view','file','M'),(26250,2,10239,'/module/task/view/start.html.php','/module/task/view','file','M'),(26251,2,10239,'/module/task/view/view.html.php','/module/task/view','file','M'),(26252,2,10239,'/module/testcase/model.php','/module/testcase','file','M'),(26253,2,10239,'/module/testtask/model.php','/module/testtask','file','M'),(26254,2,10239,'/module/tutorial/control.php','/module/tutorial','file','M'),(26255,2,10239,'/www/js/my.full.js','/www/js','file','M'),(26256,2,10240,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(26257,2,10240,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26258,2,10242,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(26259,2,10242,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(26260,2,10244,'/module/project/view/activate.html.php','/module/project/view','file','M'),(26261,2,10246,'/module/product/config.php','/module/product','file','M'),(26262,2,10246,'/module/product/control.php','/module/product','file','M'),(26263,2,10246,'/module/product/view/all.html.php','/module/product/view','file','M'),(26264,2,10247,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(26265,2,10247,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(26266,2,10248,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(26267,2,10249,'/module/project/config.php','/module/project','file','M'),(26268,2,10249,'/module/project/lang/en.php','/module/project/lang','file','M'),(26269,2,10249,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26270,2,10249,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(26271,2,10249,'/module/project/view/all.html.php','/module/project/view','file','M'),(26272,2,10249,'/module/project/view/taskdata.html.php','/module/project/view','file','D'),(26273,2,10250,'/module/project/view/edit.html.php','/module/project/view','file','M'),(26274,2,10250,'/module/story/model.php','/module/story','file','M'),(26275,2,10251,'/module/task/config.php','/module/task','file','M'),(26276,2,10252,'/module/project/control.php','/module/project','file','M'),(26277,2,10252,'/module/project/css/kanban.css','/module/project/css','file','M'),(26278,2,10252,'/module/project/lang/en.php','/module/project/lang','file','M'),(26279,2,10252,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26280,2,10252,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26281,2,10252,'/module/upgrade/model.php','/module/upgrade','file','M'),(26282,2,10254,'/module/project/control.php','/module/project','file','M'),(26283,2,10254,'/module/project/js/story.js','/module/project/js','file','M'),(26284,2,10254,'/module/project/model.php','/module/project','file','M'),(26285,2,10254,'/module/project/view/story.html.php','/module/project/view','file','M'),(26286,2,10254,'/module/story/model.php','/module/story','file','M'),(26287,2,10254,'/module/tutorial/model.php','/module/tutorial','file','M'),(26288,2,10255,'/module/task/model.php','/module/task','file','M'),(26289,2,10257,'/db/update9.5.1.sql','/db','file','M'),(26290,2,10257,'/module/common/lang/en.php','/module/common/lang','file','M'),(26291,2,10257,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(26292,2,10257,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26293,2,10257,'/module/entry/lang/en.php','/module/entry/lang','file','A'),(26294,2,10257,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26295,2,10257,'/module/product/control.php','/module/product','file','M'),(26296,2,10257,'/module/product/lang/en.php','/module/product/lang','file','M'),(26297,2,10257,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(26298,2,10257,'/module/product/model.php','/module/product','file','M'),(26299,2,10257,'/module/product/view/all.html.php','/module/product/view','file','M'),(26300,2,10257,'/module/product/view/create.html.php','/module/product/view','file','M'),(26301,2,10257,'/module/product/view/edit.html.php','/module/product/view','file','M'),(26302,2,10257,'/module/product/view/view.html.php','/module/product/view','file','M'),(26303,2,10257,'/module/tree/control.php','/module/tree','file','M'),(26304,2,10257,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(26305,2,10257,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(26306,2,10257,'/module/tree/model.php','/module/tree','file','M'),(26307,2,10257,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(26308,2,10257,'/module/webhook/config.php','/module/webhook','file','M'),(26309,2,10257,'/module/webhook/control.php','/module/webhook','file','M'),(26310,2,10257,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(26311,2,10257,'/module/webhook/js/edit.js','/module/webhook/js','file','M'),(26312,2,10257,'/module/webhook/lang/en.php','/module/webhook/lang','file','A'),(26313,2,10257,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26314,2,10257,'/module/webhook/model.php','/module/webhook','file','M'),(26315,2,10257,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(26316,2,10257,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26317,2,10257,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26318,2,10257,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(26319,2,10258,'/module/action/lang/en.php','/module/action/lang','file','M'),(26320,2,10258,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(26321,2,10258,'/module/project/css/storykanban.css','/module/project/css','file','M'),(26322,2,10258,'/module/project/view/story.html.php','/module/project/view','file','M'),(26323,2,10258,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(26324,2,10258,'/module/story/control.php','/module/story','file','M'),(26325,2,10259,'/module/score/config.php','/module/score','file','M'),(26326,2,10259,'/module/score/control.php','/module/score','file','M'),(26327,2,10259,'/module/score/model.php','/module/score','file','M'),(26328,2,10260,'/module/score/model.php','/module/score','file','M'),(26329,2,10260,'/module/task/model.php','/module/task','file','M'),(26330,2,10260,'/module/task/view/view.html.php','/module/task/view','file','M'),(26331,2,10261,'/module/score/model.php','/module/score','file','M'),(26332,2,10263,'/config/filter.php','/config','file','M'),(26333,2,10263,'/module/common/view/footer.html.php','/module/common/view','file','M'),(26334,2,10263,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26335,2,10263,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(26336,2,10263,'/module/my/control.php','/module/my','file','M'),(26337,2,10263,'/module/my/view/index.html.php','/module/my/view','file','M'),(26338,2,10263,'/module/score/config.php','/module/score','file','M'),(26339,2,10263,'/module/score/control.php','/module/score','file','M'),(26340,2,10263,'/module/score/lang/en.php','/module/score/lang','file','M'),(26341,2,10263,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26342,2,10263,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26343,2,10263,'/module/score/model.php','/module/score','file','M'),(26344,2,10263,'/module/score/view/init.html.php','/module/score/view','file','D'),(26345,2,10263,'/module/score/view/reset.html.php','/module/score/view','file','A'),(26346,2,10263,'/module/user/model.php','/module/user','file','M'),(26347,2,10264,'/module/custom/control.php','/module/custom','file','M'),(26348,2,10266,'/module/custom/control.php','/module/custom','file','M'),(26349,2,10266,'/module/custom/model.php','/module/custom','file','M'),(26350,2,10266,'/module/datatable/control.php','/module/datatable','file','M'),(26351,2,10268,'/module/testcase/control.php','/module/testcase','file','M'),(26352,2,10269,'/module/score/config.php','/module/score','file','M'),(26353,2,10270,'/config/filter.php','/config','file','M'),(26354,2,10270,'/db/update9.5.1.sql','/db','file','M'),(26355,2,10270,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(26356,2,10270,'/module/my/control.php','/module/my','file','M'),(26357,2,10270,'/module/my/view/index.html.php','/module/my/view','file','M'),(26358,2,10270,'/module/score/config.php','/module/score','file','M'),(26359,2,10270,'/module/score/control.php','/module/score','file','M'),(26360,2,10270,'/module/score/lang/en.php','/module/score/lang','file','M'),(26361,2,10270,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26362,2,10270,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26363,2,10270,'/module/score/model.php','/module/score','file','M'),(26364,2,10270,'/module/score/view/init.html.php','/module/score/view','file','M'),(26365,2,10270,'/module/score/view/refresh.html.php','/module/score/view','file','D'),(26366,2,10270,'/module/testtask/control.php','/module/testtask','file','M'),(26367,2,10270,'/www/js/my.full.js','/www/js','file','M'),(26368,2,10271,'/module/project/control.php','/module/project','file','M'),(26369,2,10271,'/module/project/lang/en.php','/module/project/lang','file','M'),(26370,2,10271,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26371,2,10271,'/module/project/model.php','/module/project','file','M'),(26372,2,10271,'/module/project/view/activate.html.php','/module/project/view','file','M'),(26373,2,10272,'/module/bug/control.php','/module/bug','file','M'),(26374,2,10272,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(26375,2,10272,'/module/story/control.php','/module/story','file','M'),(26376,2,10272,'/module/task/control.php','/module/task','file','M'),(26377,2,10272,'/module/task/model.php','/module/task','file','M'),(26378,2,10272,'/module/testcase/control.php','/module/testcase','file','M'),(26379,2,10272,'/module/testtask/control.php','/module/testtask','file','M'),(26380,2,10274,'/module/common/lang/en.php','/module/common/lang','file','M'),(26381,2,10274,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26382,2,10274,'/module/doc/js/common.js','/module/doc/js','file','M'),(26383,2,10274,'/module/product/view/all.html.php','/module/product/view','file','M'),(26384,2,10274,'/module/product/view/create.html.php','/module/product/view','file','M'),(26385,2,10274,'/module/product/view/edit.html.php','/module/product/view','file','M'),(26386,2,10274,'/module/testsuite/model.php','/module/testsuite','file','M'),(26387,2,10274,'/module/tree/control.php','/module/tree','file','M'),(26388,2,10274,'/module/tree/js/browse.js','/module/tree/js','file','M'),(26389,2,10274,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(26390,2,10276,'/module/product/control.php','/module/product','file','M'),(26391,2,10276,'/module/product/model.php','/module/product','file','M'),(26392,2,10276,'/module/product/view/all.html.php','/module/product/view','file','M'),(26393,2,10276,'/module/product/view/close.html.php','/module/product/view','file','M'),(26394,2,10276,'/module/product/view/view.html.php','/module/product/view','file','M'),(26395,2,10276,'/module/productplan/control.php','/module/productplan','file','M'),(26396,2,10276,'/module/tree/model.php','/module/tree','file','M'),(26397,2,10276,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26398,2,10277,'/module/product/model.php','/module/product','file','M'),(26399,2,10277,'/module/project/model.php','/module/project','file','M'),(26400,2,10277,'/module/story/model.php','/module/story','file','M'),(26401,2,10278,'/module/project/model.php','/module/project','file','M'),(26402,2,10280,'/db/update9.5.1.sql','/db','file','M'),(26403,2,10280,'/module/block/control.php','/module/block','file','M'),(26404,2,10280,'/module/block/model.php','/module/block','file','M'),(26405,2,10280,'/module/bug/model.php','/module/bug','file','M'),(26406,2,10280,'/module/build/model.php','/module/build','file','M'),(26407,2,10280,'/module/custom/model.php','/module/custom','file','M'),(26408,2,10280,'/module/doc/model.php','/module/doc','file','M'),(26409,2,10280,'/module/my/control.php','/module/my','file','M'),(26410,2,10280,'/module/my/view/score.html.php','/module/my/view','file','M'),(26411,2,10280,'/module/productplan/model.php','/module/productplan','file','M'),(26412,2,10280,'/module/project/model.php','/module/project','file','M'),(26413,2,10280,'/module/release/model.php','/module/release','file','M'),(26414,2,10280,'/module/score/config.php','/module/score','file','M'),(26415,2,10280,'/module/score/control.php','/module/score','file','M'),(26416,2,10280,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26417,2,10280,'/module/score/model.php','/module/score','file','M'),(26418,2,10280,'/module/score/view/refresh.html.php','/module/score/view','file','M'),(26419,2,10280,'/module/search/model.php','/module/search','file','M'),(26420,2,10280,'/module/story/model.php','/module/story','file','M'),(26421,2,10280,'/module/task/model.php','/module/task','file','M'),(26422,2,10280,'/module/testcase/model.php','/module/testcase','file','M'),(26423,2,10280,'/module/testtask/model.php','/module/testtask','file','M'),(26424,2,10280,'/module/todo/model.php','/module/todo','file','M'),(26425,2,10280,'/module/tutorial/control.php','/module/tutorial','file','M'),(26426,2,10280,'/module/user/control.php','/module/user','file','M'),(26427,2,10280,'/module/user/model.php','/module/user','file','M'),(26428,2,10281,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(26429,2,10282,'/module/my/view/score.html.php','/module/my/view','file','A'),(26430,2,10284,'/db/update9.5.1.sql','/db','file','M'),(26431,2,10284,'/module/common/lang/en.php','/module/common/lang','file','M'),(26432,2,10284,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26433,2,10284,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(26434,2,10284,'/module/common/model.php','/module/common','file','M'),(26435,2,10284,'/module/group/lang/resource.php','/module/group/lang','file','M'),(26436,2,10284,'/module/my/control.php','/module/my','file','M'),(26437,2,10284,'/module/my/lang/en.php','/module/my/lang','file','M'),(26438,2,10284,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(26439,2,10284,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(26440,2,10284,'/module/score/control.php','/module/score','file','M'),(26441,2,10284,'/module/score/model.php','/module/score','file','M'),(26442,2,10284,'/module/score/view/browse.html.php','/module/score/view','file','D'),(26443,2,10284,'/module/score/view/init.html.php','/module/score/view','file','M'),(26444,2,10284,'/module/score/view/refresh.html.php','/module/score/view','file','A'),(26445,2,10286,'/db/update9.5.1.sql','/db','file','M'),(26446,2,10286,'/module/file/control.php','/module/file','file','M'),(26447,2,10286,'/module/project/control.php','/module/project','file','M'),(26448,2,10286,'/module/project/js/story.js','/module/project/js','file','M'),(26449,2,10286,'/module/project/view/story.html.php','/module/project/view','file','M'),(26450,2,10286,'/module/testreport/model.php','/module/testreport','file','M'),(26451,2,10286,'/module/upgrade/model.php','/module/upgrade','file','M'),(26452,2,10288,'/db/update9.5.1.sql','/db','file','M'),(26453,2,10288,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26454,2,10288,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(26455,2,10288,'/module/score/config.php','/module/score','file','M'),(26456,2,10288,'/module/score/control.php','/module/score','file','M'),(26457,2,10288,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26458,2,10288,'/module/score/model.php','/module/score','file','M'),(26459,2,10288,'/module/score/view/init.html.php','/module/score/view','file','A'),(26460,2,10288,'/www/js/my.full.js','/www/js','file','M'),(26461,2,10289,'/db/update9.5.1.sql','/db','file','M'),(26462,2,10289,'/module/common/lang/en.php','/module/common/lang','file','M'),(26463,2,10289,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(26464,2,10289,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26465,2,10289,'/module/product/control.php','/module/product','file','M'),(26466,2,10289,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(26467,2,10289,'/module/product/view/create.html.php','/module/product/view','file','M'),(26468,2,10289,'/module/product/view/edit.html.php','/module/product/view','file','M'),(26469,2,10289,'/module/tree/control.php','/module/tree','file','M'),(26470,2,10289,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(26471,2,10289,'/module/tree/model.php','/module/tree','file','M'),(26472,2,10289,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(26473,2,10290,'/module/webhook/model.php','/module/webhook','file','M'),(26474,2,10291,'/module/project/config.php','/module/project','file','M'),(26475,2,10291,'/module/project/view/activate.html.php','/module/project/view','file','M'),(26476,2,10291,'/module/project/view/close.html.php','/module/project/view','file','M'),(26477,2,10291,'/module/project/view/start.html.php','/module/project/view','file','M'),(26478,2,10291,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(26479,2,10293,'/module/entry/view/browse.html.php','/module/entry/view','file','M'),(26480,2,10293,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(26481,2,10293,'/module/webhook/control.php','/module/webhook','file','M'),(26482,2,10293,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(26483,2,10293,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26484,2,10293,'/module/webhook/model.php','/module/webhook','file','M'),(26485,2,10293,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(26486,2,10293,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26487,2,10293,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26488,2,10293,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(26489,2,10293,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26490,2,10294,'/config/filter.php','/config','file','M'),(26491,2,10294,'/module/product/config.php','/module/product','file','M'),(26492,2,10294,'/module/product/control.php','/module/product','file','M'); -INSERT INTO `zt_repofiles` VALUES (26493,2,10294,'/module/product/lang/en.php','/module/product/lang','file','M'),(26494,2,10294,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(26495,2,10294,'/module/product/view/all.html.php','/module/product/view','file','M'),(26496,2,10294,'/module/product/view/export.html.php','/module/product/view','file','A'),(26497,2,10294,'/module/project/config.php','/module/project','file','M'),(26498,2,10294,'/module/project/control.php','/module/project','file','M'),(26499,2,10294,'/module/project/lang/en.php','/module/project/lang','file','M'),(26500,2,10294,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26501,2,10294,'/module/project/view/all.html.php','/module/project/view','file','M'),(26502,2,10294,'/module/project/view/export.html.php','/module/project/view','file','A'),(26503,2,10296,'/module/block/control.php','/module/block','file','M'),(26504,2,10296,'/module/block/model.php','/module/block','file','M'),(26505,2,10296,'/module/bug/model.php','/module/bug','file','M'),(26506,2,10296,'/module/build/model.php','/module/build','file','M'),(26507,2,10296,'/module/productplan/model.php','/module/productplan','file','M'),(26508,2,10296,'/module/project/model.php','/module/project','file','M'),(26509,2,10296,'/module/release/model.php','/module/release','file','M'),(26510,2,10296,'/module/score/config.php','/module/score','file','M'),(26511,2,10296,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26512,2,10296,'/module/score/model.php','/module/score','file','M'),(26513,2,10296,'/module/score/view/browse.html.php','/module/score/view','file','M'),(26514,2,10296,'/module/search/model.php','/module/search','file','M'),(26515,2,10296,'/module/story/model.php','/module/story','file','M'),(26516,2,10296,'/module/task/model.php','/module/task','file','M'),(26517,2,10296,'/module/testcase/model.php','/module/testcase','file','M'),(26518,2,10296,'/module/testtask/model.php','/module/testtask','file','M'),(26519,2,10296,'/www/js/my.full.js','/www/js','file','M'),(26520,2,10299,'/module/entry/config.php','/module/entry','file','M'),(26521,2,10299,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26522,2,10299,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(26523,2,10299,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(26524,2,10299,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26525,2,10301,'/module/report/control.php','/module/report','file','M'),(26526,2,10302,'/module/project/css/kanban.css','/module/project/css','file','M'),(26527,2,10302,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','M'),(26528,2,10302,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26529,2,10305,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(26530,2,10307,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(26531,2,10308,'/db/update9.5.1.sql','/db','file','M'),(26532,2,10308,'/module/webhook/control.php','/module/webhook','file','M'),(26533,2,10308,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(26534,2,10308,'/module/webhook/js/edit.js','/module/webhook/js','file','M'),(26535,2,10308,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26536,2,10308,'/module/webhook/model.php','/module/webhook','file','M'),(26537,2,10308,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26538,2,10308,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26539,2,10309,'/module/webhook/model.php','/module/webhook','file','M'),(26540,2,10310,'/module/block/lang/en.php','/module/block/lang','file','M'),(26541,2,10310,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(26542,2,10310,'/module/project/model.php','/module/project','file','M'),(26543,2,10310,'/module/project/view/view.html.php','/module/project/view','file','M'),(26544,2,10311,'/module/block/lang/en.php','/module/block/lang','file','M'),(26545,2,10311,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(26546,2,10311,'/module/product/model.php','/module/product','file','M'),(26547,2,10313,'/module/common/lang/en.php','/module/common/lang','file','M'),(26548,2,10313,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26549,2,10313,'/module/common/model.php','/module/common','file','M'),(26550,2,10313,'/module/entry/control.php','/module/entry','file','M'),(26551,2,10313,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26552,2,10313,'/module/entry/model.php','/module/entry','file','M'),(26553,2,10313,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(26554,2,10313,'/module/webhook/control.php','/module/webhook','file','M'),(26555,2,10313,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26556,2,10313,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26557,2,10313,'/www/api.php','/www','file','A'),(26558,2,10315,'/config/zentaopms.php','/config','file','M'),(26559,2,10315,'/module/common/lang/en.php','/module/common/lang','file','M'),(26560,2,10315,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(26561,2,10315,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26562,2,10315,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(26563,2,10315,'/module/common/model.php','/module/common','file','M'),(26564,2,10315,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(26565,2,10315,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26566,2,10315,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(26567,2,10315,'/module/custom/model.php','/module/custom','file','M'),(26568,2,10315,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(26569,2,10315,'/module/score/config.php','/module/score','file','M'),(26570,2,10315,'/module/score/control.php','/module/score','file','M'),(26571,2,10315,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26572,2,10315,'/module/score/model.php','/module/score','file','M'),(26573,2,10315,'/module/score/view/browse.html.php','/module/score/view','file','M'),(26574,2,10315,'/module/user/control.php','/module/user','file','M'),(26575,2,10316,'/module/project/control.php','/module/project','file','M'),(26576,2,10316,'/module/project/css/kanban.css','/module/project/css','file','M'),(26577,2,10316,'/module/project/model.php','/module/project','file','M'),(26578,2,10316,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26579,2,10316,'/module/task/model.php','/module/task','file','M'),(26580,2,10318,'/module/project/view/view.html.php','/module/project/view','file','M'),(26581,2,10319,'/module/common/lang/en.php','/module/common/lang','file','M'),(26582,2,10319,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26583,2,10319,'/module/project/control.php','/module/project','file','M'),(26584,2,10319,'/module/project/css/storykanban.css','/module/project/css','file','A'),(26585,2,10319,'/module/project/js/storykanban.js','/module/project/js','file','A'),(26586,2,10319,'/module/project/view/story.html.php','/module/project/view','file','M'),(26587,2,10319,'/module/project/view/storykanban.html.php','/module/project/view','file','A'),(26588,2,10319,'/module/story/model.php','/module/story','file','M'),(26589,2,10320,'/module/group/js/managepriv.js','/module/group/js','file','M'),(26590,2,10321,'/db/update9.5.1.sql','/db','file','M'),(26591,2,10321,'/module/action/lang/en.php','/module/action/lang','file','M'),(26592,2,10321,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(26593,2,10321,'/module/entry/model.php','/module/entry','file','M'),(26594,2,10321,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(26595,2,10321,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(26596,2,10321,'/module/webhook/config.php','/module/webhook','file','M'),(26597,2,10321,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26598,2,10321,'/module/webhook/model.php','/module/webhook','file','M'),(26599,2,10322,'/module/webhook/model.php','/module/webhook','file','M'),(26600,2,10323,'/db/update9.5.1.sql','/db','file','M'),(26601,2,10323,'/module/action/config.php','/module/action','file','M'),(26602,2,10323,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(26603,2,10323,'/module/entry/control.php','/module/entry','file','M'),(26604,2,10323,'/module/entry/model.php','/module/entry','file','M'),(26605,2,10323,'/module/webhook/config.php','/module/webhook','file','M'),(26606,2,10323,'/module/webhook/control.php','/module/webhook','file','M'),(26607,2,10323,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26608,2,10323,'/module/webhook/model.php','/module/webhook','file','M'),(26609,2,10323,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26610,2,10323,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26611,2,10323,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26612,2,10324,'/db/update9.5.1.sql','/db','file','M'),(26613,2,10324,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26614,2,10324,'/module/entry/view/header.html.php','/module/entry/view','file','M'),(26615,2,10324,'/module/webhook/control.php','/module/webhook','file','M'),(26616,2,10324,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26617,2,10324,'/module/webhook/model.php','/module/webhook','file','M'),(26618,2,10324,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(26619,2,10324,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26620,2,10324,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26621,2,10324,'/module/webhook/view/header.html.php','/module/webhook/view','file','M'),(26622,2,10324,'/module/webhook/view/log.html.php','/module/webhook/view','file','M'),(26623,2,10326,'/db/update9.5.1.sql','/db','file','M'),(26624,2,10327,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(26625,2,10327,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26626,2,10327,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(26627,2,10327,'/module/custom/model.php','/module/custom','file','M'),(26628,2,10327,'/module/custom/view/score.html.php','/module/custom/view','file','M'),(26629,2,10328,'/module/custom/control.php','/module/custom','file','M'),(26630,2,10328,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(26631,2,10328,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26632,2,10328,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(26633,2,10328,'/module/custom/view/header.html.php','/module/custom/view','file','M'),(26634,2,10328,'/module/custom/view/score.html.php','/module/custom/view','file','A'),(26635,2,10329,'/module/common/model.php','/module/common','file','M'),(26636,2,10331,'/module/editor/control.php','/module/editor','file','M'),(26637,2,10331,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(26638,2,10331,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(26639,2,10333,'/module/bug/config.php','/module/bug','file','M'),(26640,2,10333,'/module/testreport/control.php','/module/testreport','file','M'),(26641,2,10333,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(26642,2,10333,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(26643,2,10333,'/module/testreport/model.php','/module/testreport','file','M'),(26644,2,10333,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(26645,2,10333,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(26646,2,10333,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(26647,2,10333,'/module/testtask/control.php','/module/testtask','file','M'),(26648,2,10334,'/module/story/control.php','/module/story','file','M'),(26649,2,10335,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(26650,2,10337,'/db/update9.5.1.sql','/db','file','M'),(26651,2,10339,'/module/project/css/common.css','/module/project/css','file','M'),(26652,2,10340,'/module/project/css/task.css','/module/project/css','file','M'),(26653,2,10341,'/module/project/model.php','/module/project','file','M'),(26654,2,10342,'/module/task/model.php','/module/task','file','M'),(26655,2,10343,'/module/task/control.php','/module/task','file','M'),(26656,2,10344,'/module/webhook/control.php','/module/webhook','file','M'),(26657,2,10344,'/module/webhook/model.php','/module/webhook','file','M'),(26658,2,10346,'/config/zentaopms.php','/config','file','M'),(26659,2,10346,'/db/update9.5.1.sql','/db','file','M'),(26660,2,10346,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(26661,2,10346,'/module/action/model.php','/module/action','file','M'),(26662,2,10346,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26663,2,10346,'/module/entry/js/create.js','/module/entry/js','file','M'),(26664,2,10346,'/module/entry/js/edit.js','/module/entry/js','file','M'),(26665,2,10346,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','M'),(26666,2,10346,'/module/entry/model.php','/module/entry','file','M'),(26667,2,10346,'/module/entry/view/create.html.php','/module/entry/view','file','M'),(26668,2,10346,'/module/entry/view/edit.html.php','/module/entry/view','file','M'),(26669,2,10346,'/module/entry/view/log.html.php','/module/entry/view','file','M'),(26670,2,10346,'/module/webhook/config.php','/module/webhook','file','M'),(26671,2,10346,'/module/webhook/control.php','/module/webhook','file','M'),(26672,2,10346,'/module/webhook/css/browse.css','/module/webhook/css','file','A'),(26673,2,10346,'/module/webhook/css/create.css','/module/webhook/css','file','A'),(26674,2,10346,'/module/webhook/css/edit.css','/module/webhook/css','file','A'),(26675,2,10346,'/module/webhook/js/create.js','/module/webhook/js','file','M'),(26676,2,10346,'/module/webhook/js/edit.js','/module/webhook/js','file','M'),(26677,2,10346,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','M'),(26678,2,10346,'/module/webhook/model.php','/module/webhook','file','M'),(26679,2,10346,'/module/webhook/view/browse.html.php','/module/webhook/view','file','M'),(26680,2,10346,'/module/webhook/view/create.html.php','/module/webhook/view','file','M'),(26681,2,10346,'/module/webhook/view/edit.html.php','/module/webhook/view','file','M'),(26682,2,10346,'/module/webhook/view/log.html.php','/module/webhook/view','file','A'),(26683,2,10348,'/module/tree/model.php','/module/tree','file','M'),(26684,2,10349,'/module/project/view/build.html.php','/module/project/view','file','M'),(26685,2,10350,'/module/task/model.php','/module/task','file','M'),(26686,2,10351,'/module/project/js/task.js','/module/project/js','file','M'),(26687,2,10352,'/module/task/model.php','/module/task','file','M'),(26688,2,10353,'/module/task/model.php','/module/task','file','M'),(26689,2,10355,'/module/project/css/task.css','/module/project/css','file','M'),(26690,2,10356,'/module/task/model.php','/module/task','file','M'),(26691,2,10357,'/config/zentaopms.php','/config','file','M'),(26692,2,10357,'/module/custom/config.php','/module/custom','file','M'),(26693,2,10357,'/module/custom/control.php','/module/custom','file','M'),(26694,2,10357,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(26695,2,10357,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(26696,2,10357,'/module/custom/model.php','/module/custom','file','M'),(26697,2,10357,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(26698,2,10357,'/module/custom/view/header.html.php','/module/custom/view','file','A'),(26699,2,10357,'/module/custom/view/required.html.php','/module/custom/view','file','A'),(26700,2,10357,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(26701,2,10357,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(26702,2,10358,'/module/company/lang/en.php','/module/company/lang','file','M'),(26703,2,10360,'/module/bug/model.php','/module/bug','file','M'),(26704,2,10361,'/module/task/model.php','/module/task','file','M'),(26705,2,10362,'/module/task/model.php','/module/task','file','M'),(26706,2,10363,'/module/task/control.php','/module/task','file','M'),(26707,2,10363,'/module/task/model.php','/module/task','file','M'),(26708,2,10363,'/module/task/view/edit.html.php','/module/task/view','file','M'),(26709,2,10364,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(26710,2,10364,'/module/task/model.php','/module/task','file','M'),(26711,2,10365,'/module/project/css/task.css','/module/project/css','file','M'),(26712,2,10365,'/module/project/view/task.html.php','/module/project/view','file','M'),(26713,2,10365,'/module/task/model.php','/module/task','file','M'),(26714,2,10367,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(26715,2,10367,'/module/product/view/browse.html.php','/module/product/view','file','M'),(26716,2,10367,'/module/project/view/task.html.php','/module/project/view','file','M'),(26717,2,10367,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(26718,2,10367,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(26719,2,10368,'/module/project/css/task.css','/module/project/css','file','M'),(26720,2,10368,'/module/project/view/task.html.php','/module/project/view','file','M'),(26721,2,10370,'/db/update9.5.1.sql','/db','file','M'),(26722,2,10370,'/module/score/control.php','/module/score','file','M'),(26723,2,10370,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26724,2,10370,'/module/score/model.php','/module/score','file','M'),(26725,2,10370,'/module/score/view/browse.html.php','/module/score/view','file','M'),(26726,2,10370,'/module/task/css/create.css','/module/task/css','file','M'),(26727,2,10370,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(26728,2,10370,'/module/task/js/create.js','/module/task/js','file','M'),(26729,2,10370,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(26730,2,10370,'/module/task/view/create.html.php','/module/task/view','file','M'),(26731,2,10372,'/module/bug/model.php','/module/bug','file','M'),(26732,2,10372,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(26733,2,10372,'/module/product/view/browse.html.php','/module/product/view','file','M'),(26734,2,10372,'/module/project/view/datatabledata.html.php','/module/project/view','file','D'),(26735,2,10372,'/module/project/view/task.html.php','/module/project/view','file','M'),(26736,2,10372,'/module/story/model.php','/module/story','file','M'),(26737,2,10372,'/module/task/model.php','/module/task','file','M'),(26738,2,10372,'/module/testcase/control.php','/module/testcase','file','M'),(26739,2,10372,'/module/testcase/model.php','/module/testcase','file','M'),(26740,2,10372,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(26741,2,10372,'/module/testtask/model.php','/module/testtask','file','M'),(26742,2,10372,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(26743,2,10373,'/module/task/model.php','/module/task','file','M'),(26744,2,10374,'/module/task/lang/en.php','/module/task/lang','file','M'),(26745,2,10374,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(26746,2,10374,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(26747,2,10375,'/module/common/lang/en.php','/module/common/lang','file','M'),(26748,2,10375,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(26749,2,10375,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(26750,2,10375,'/module/score/config.php','/module/score','file','M'),(26751,2,10375,'/module/score/control.php','/module/score','file','M'),(26752,2,10375,'/module/score/lang/en.php','/module/score/lang','file','M'),(26753,2,10375,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(26754,2,10375,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(26755,2,10375,'/module/score/model.php','/module/score','file','M'),(26756,2,10375,'/module/score/view/browse.html.php','/module/score/view','file','M'),(26757,2,10375,'/module/task/model.php','/module/task','file','M'),(26758,2,10376,'/module/score/config.php','/module/score','file','A'),(26759,2,10376,'/module/score/control.php','/module/score','file','A'),(26760,2,10376,'/module/score/lang/en.php','/module/score/lang','file','A'),(26761,2,10376,'/module/score/lang/zh-cn.php','/module/score/lang','file','A'),(26762,2,10376,'/module/score/lang/zh-tw.php','/module/score/lang','file','A'),(26763,2,10376,'/module/score/model.php','/module/score','file','A'),(26764,2,10376,'/module/score/view/browse.html.php','/module/score/view','file','A'),(26765,2,10376,'/module/task/model.php','/module/task','file','M'),(26766,2,10377,'/.gitignore','/','file','M'),(26767,2,10378,'/.gitignore','/','file','A'),(26768,2,10380,'/module/task/view/view.html.php','/module/task/view','file','M'),(26769,2,10382,'/module/group/lang/resource.php','/module/group/lang','file','M'),(26770,2,10382,'/module/project/config.php','/module/project','file','M'),(26771,2,10382,'/module/project/control.php','/module/project','file','M'),(26772,2,10382,'/module/project/css/kanban.css','/module/project/css','file','M'),(26773,2,10382,'/module/project/lang/en.php','/module/project/lang','file','M'),(26774,2,10382,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(26775,2,10382,'/module/project/model.php','/module/project','file','M'),(26776,2,10382,'/module/project/view/ajaxkanbansetting.html.php','/module/project/view','file','A'),(26777,2,10382,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(26778,2,10382,'/module/task/model.php','/module/task','file','M'),(26779,2,10382,'/module/testreport/model.php','/module/testreport','file','M'),(26780,2,10383,'/module/project/js/common.js','/module/project/js','file','M'),(26781,2,10383,'/module/project/view/task.html.php','/module/project/view','file','M'),(26782,2,10383,'/module/task/js/common.js','/module/task/js','file','M'),(26783,2,10383,'/module/task/js/create.js','/module/task/js','file','M'),(26784,2,10383,'/module/task/js/edit.js','/module/task/js','file','M'),(26785,2,10383,'/module/task/model.php','/module/task','file','M'),(26786,2,10384,'/framework/base/control.class.php','/framework/base','file','A'),(26787,2,10384,'/framework/base/helper.class.php','/framework/base','file','A'),(26788,2,10384,'/framework/base/model.class.php','/framework/base','file','A'),(26789,2,10384,'/framework/base/router.class.php','/framework/base','file','A'),(26790,2,10384,'/framework/control.class.php','/framework','file','A'),(26791,2,10384,'/framework/helper.class.php','/framework','file','A'),(26792,2,10384,'/framework/model.class.php','/framework','file','A'),(26793,2,10384,'/framework/router.class.php','/framework','file','A'),(26794,2,10384,'/framework/tests/helper/.101.setmember.onelevel.et','/framework/tests/helper','file','A'),(26795,2,10384,'/framework/tests/helper/.110.setmember.multilevel.et','/framework/tests/helper','file','A'),(26796,2,10384,'/framework/tests/helper/.201.getwebroot.inbrowse.et','/framework/tests/helper','file','A'),(26797,2,10384,'/framework/tests/helper/.202.getwebroot.inshell.et','/framework/tests/helper','file','A'),(26798,2,10384,'/framework/tests/helper/101.setmember.onelevel.php','/framework/tests/helper','file','A'),(26799,2,10384,'/framework/tests/helper/110.setmember.multilevel.php','/framework/tests/helper','file','A'),(26800,2,10384,'/framework/tests/helper/201.getwebroot.inbrowse.php','/framework/tests/helper','file','A'),(26801,2,10384,'/framework/tests/helper/202.getwebroot.inshell.php','/framework/tests/helper','file','A'),(26802,2,10385,'/module/task/view/view.html.php','/module/task/view','file','M'),(26803,2,10386,'/module/project/js/common.js','/module/project/js','file','M'),(26804,2,10386,'/module/task/js/common.js','/module/task/js','file','M'),(26805,2,10386,'/module/task/model.php','/module/task','file','M'),(26806,2,10386,'/module/task/view/view.html.php','/module/task/view','file','M'),(26807,2,10387,'/.gitignore','/','file','D'),(26808,2,10387,'/framework/base/control.class.php','/framework/base','file','D'),(26809,2,10387,'/framework/base/helper.class.php','/framework/base','file','D'),(26810,2,10387,'/framework/base/model.class.php','/framework/base','file','D'),(26811,2,10387,'/framework/base/router.class.php','/framework/base','file','D'),(26812,2,10387,'/framework/control.class.php','/framework','file','D'),(26813,2,10387,'/framework/helper.class.php','/framework','file','D'),(26814,2,10387,'/framework/model.class.php','/framework','file','D'),(26815,2,10387,'/framework/router.class.php','/framework','file','D'),(26816,2,10387,'/framework/tests/helper/.101.setmember.onelevel.et','/framework/tests/helper','file','D'),(26817,2,10387,'/framework/tests/helper/.110.setmember.multilevel.et','/framework/tests/helper','file','D'),(26818,2,10387,'/framework/tests/helper/.201.getwebroot.inbrowse.et','/framework/tests/helper','file','D'),(26819,2,10387,'/framework/tests/helper/.202.getwebroot.inshell.et','/framework/tests/helper','file','D'),(26820,2,10387,'/framework/tests/helper/101.setmember.onelevel.php','/framework/tests/helper','file','D'),(26821,2,10387,'/framework/tests/helper/110.setmember.multilevel.php','/framework/tests/helper','file','D'),(26822,2,10387,'/framework/tests/helper/201.getwebroot.inbrowse.php','/framework/tests/helper','file','D'),(26823,2,10387,'/framework/tests/helper/202.getwebroot.inshell.php','/framework/tests/helper','file','D'),(26824,2,10387,'/module/action/ext/config/.gitkeep','/module/action/ext/config','file','D'),(26825,2,10387,'/module/action/ext/control/.gitkeep','/module/action/ext/control','file','D'),(26826,2,10387,'/module/action/ext/css/.gitkeep','/module/action/ext/css','file','D'),(26827,2,10387,'/module/action/ext/js/.gitkeep','/module/action/ext/js','file','D'),(26828,2,10387,'/module/action/ext/lang/en/.gitkeep','/module/action/ext/lang/en','file','D'),(26829,2,10387,'/module/action/ext/lang/zh-cn/.gitkeep','/module/action/ext/lang/zh-cn','file','D'),(26830,2,10387,'/module/action/ext/lang/zh-tw/.gitkeep','/module/action/ext/lang/zh-tw','file','D'),(26831,2,10387,'/module/action/ext/model/.gitkeep','/module/action/ext/model','file','D'),(26832,2,10387,'/module/action/ext/view/.gitkeep','/module/action/ext/view','file','D'),(26833,2,10387,'/module/admin/ext/config/.gitkeep','/module/admin/ext/config','file','D'),(26834,2,10387,'/module/admin/ext/control/.gitkeep','/module/admin/ext/control','file','D'),(26835,2,10387,'/module/admin/ext/css/.gitkeep','/module/admin/ext/css','file','D'),(26836,2,10387,'/module/admin/ext/js/.gitkeep','/module/admin/ext/js','file','D'),(26837,2,10387,'/module/admin/ext/lang/en/.gitkeep','/module/admin/ext/lang/en','file','D'),(26838,2,10387,'/module/admin/ext/lang/zh-cn/.gitkeep','/module/admin/ext/lang/zh-cn','file','D'),(26839,2,10387,'/module/admin/ext/lang/zh-tw/.gitkeep','/module/admin/ext/lang/zh-tw','file','D'),(26840,2,10387,'/module/admin/ext/model/.gitkeep','/module/admin/ext/model','file','D'),(26841,2,10387,'/module/admin/ext/view/.gitkeep','/module/admin/ext/view','file','D'),(26842,2,10387,'/module/api/ext/config/.gitkeep','/module/api/ext/config','file','D'),(26843,2,10387,'/module/api/ext/control/.gitkeep','/module/api/ext/control','file','D'),(26844,2,10387,'/module/api/ext/css/.gitkeep','/module/api/ext/css','file','D'),(26845,2,10387,'/module/api/ext/js/.gitkeep','/module/api/ext/js','file','D'),(26846,2,10387,'/module/api/ext/lang/en/.gitkeep','/module/api/ext/lang/en','file','D'),(26847,2,10387,'/module/api/ext/lang/zh-cn/.gitkeep','/module/api/ext/lang/zh-cn','file','D'),(26848,2,10387,'/module/api/ext/lang/zh-tw/.gitkeep','/module/api/ext/lang/zh-tw','file','D'),(26849,2,10387,'/module/api/ext/model/.gitkeep','/module/api/ext/model','file','D'),(26850,2,10387,'/module/api/ext/view/.gitkeep','/module/api/ext/view','file','D'),(26851,2,10387,'/module/build/ext/config/.gitkeep','/module/build/ext/config','file','D'),(26852,2,10387,'/module/build/ext/control/.gitkeep','/module/build/ext/control','file','D'),(26853,2,10387,'/module/build/ext/css/.gitkeep','/module/build/ext/css','file','D'),(26854,2,10387,'/module/build/ext/js/.gitkeep','/module/build/ext/js','file','D'),(26855,2,10387,'/module/build/ext/lang/en/.gitkeep','/module/build/ext/lang/en','file','D'),(26856,2,10387,'/module/build/ext/lang/zh-cn/.gitkeep','/module/build/ext/lang/zh-cn','file','D'),(26857,2,10387,'/module/build/ext/lang/zh-tw/.gitkeep','/module/build/ext/lang/zh-tw','file','D'),(26858,2,10387,'/module/build/ext/model/.gitkeep','/module/build/ext/model','file','D'),(26859,2,10387,'/module/build/ext/view/.gitkeep','/module/build/ext/view','file','D'),(26860,2,10387,'/module/common/ext/config/.gitkeep','/module/common/ext/config','file','D'),(26861,2,10387,'/module/common/ext/control/.gitkeep','/module/common/ext/control','file','D'),(26862,2,10387,'/module/common/ext/css/.gitkeep','/module/common/ext/css','file','D'),(26863,2,10387,'/module/common/ext/js/.gitkeep','/module/common/ext/js','file','D'),(26864,2,10387,'/module/common/ext/lang/en/.gitkeep','/module/common/ext/lang/en','file','D'),(26865,2,10387,'/module/common/ext/lang/zh-cn/.gitkeep','/module/common/ext/lang/zh-cn','file','D'),(26866,2,10387,'/module/common/ext/lang/zh-tw/.gitkeep','/module/common/ext/lang/zh-tw','file','D'),(26867,2,10387,'/module/common/ext/model/.gitkeep','/module/common/ext/model','file','D'),(26868,2,10387,'/module/common/ext/view/.gitkeep','/module/common/ext/view','file','D'),(26869,2,10387,'/module/company/ext/config/.gitkeep','/module/company/ext/config','file','D'),(26870,2,10387,'/module/company/ext/control/.gitkeep','/module/company/ext/control','file','D'),(26871,2,10387,'/module/company/ext/css/.gitkeep','/module/company/ext/css','file','D'),(26872,2,10387,'/module/company/ext/js/.gitkeep','/module/company/ext/js','file','D'),(26873,2,10387,'/module/company/ext/lang/en/.gitkeep','/module/company/ext/lang/en','file','D'),(26874,2,10387,'/module/company/ext/lang/zh-cn/.gitkeep','/module/company/ext/lang/zh-cn','file','D'),(26875,2,10387,'/module/company/ext/lang/zh-tw/.gitkeep','/module/company/ext/lang/zh-tw','file','D'),(26876,2,10387,'/module/company/ext/model/.gitkeep','/module/company/ext/model','file','D'),(26877,2,10387,'/module/company/ext/view/.gitkeep','/module/company/ext/view','file','D'),(26878,2,10387,'/module/convert/ext/config/.gitkeep','/module/convert/ext/config','file','D'),(26879,2,10387,'/module/convert/ext/control/.gitkeep','/module/convert/ext/control','file','D'),(26880,2,10387,'/module/convert/ext/css/.gitkeep','/module/convert/ext/css','file','D'),(26881,2,10387,'/module/convert/ext/js/.gitkeep','/module/convert/ext/js','file','D'),(26882,2,10387,'/module/convert/ext/lang/en/.gitkeep','/module/convert/ext/lang/en','file','D'),(26883,2,10387,'/module/convert/ext/lang/zh-cn/.gitkeep','/module/convert/ext/lang/zh-cn','file','D'),(26884,2,10387,'/module/convert/ext/lang/zh-tw/.gitkeep','/module/convert/ext/lang/zh-tw','file','D'),(26885,2,10387,'/module/convert/ext/model/.gitkeep','/module/convert/ext/model','file','D'),(26886,2,10387,'/module/convert/ext/view/.gitkeep','/module/convert/ext/view','file','D'),(26887,2,10387,'/module/dept/ext/config/.gitkeep','/module/dept/ext/config','file','D'),(26888,2,10387,'/module/dept/ext/control/.gitkeep','/module/dept/ext/control','file','D'),(26889,2,10387,'/module/dept/ext/css/.gitkeep','/module/dept/ext/css','file','D'),(26890,2,10387,'/module/dept/ext/js/.gitkeep','/module/dept/ext/js','file','D'),(26891,2,10387,'/module/dept/ext/lang/en/.gitkeep','/module/dept/ext/lang/en','file','D'),(26892,2,10387,'/module/dept/ext/lang/zh-cn/.gitkeep','/module/dept/ext/lang/zh-cn','file','D'),(26893,2,10387,'/module/dept/ext/lang/zh-tw/.gitkeep','/module/dept/ext/lang/zh-tw','file','D'),(26894,2,10387,'/module/dept/ext/model/.gitkeep','/module/dept/ext/model','file','D'),(26895,2,10387,'/module/dept/ext/view/.gitkeep','/module/dept/ext/view','file','D'),(26896,2,10387,'/module/doc/ext/config/.gitkeep','/module/doc/ext/config','file','D'),(26897,2,10387,'/module/doc/ext/control/.gitkeep','/module/doc/ext/control','file','D'),(26898,2,10387,'/module/doc/ext/css/.gitkeep','/module/doc/ext/css','file','D'),(26899,2,10387,'/module/doc/ext/js/.gitkeep','/module/doc/ext/js','file','D'),(26900,2,10387,'/module/doc/ext/lang/en/.gitkeep','/module/doc/ext/lang/en','file','D'),(26901,2,10387,'/module/doc/ext/lang/zh-cn/.gitkeep','/module/doc/ext/lang/zh-cn','file','D'),(26902,2,10387,'/module/doc/ext/lang/zh-tw/.gitkeep','/module/doc/ext/lang/zh-tw','file','D'),(26903,2,10387,'/module/doc/ext/model/.gitkeep','/module/doc/ext/model','file','D'),(26904,2,10387,'/module/doc/ext/view/.gitkeep','/module/doc/ext/view','file','D'),(26905,2,10387,'/module/editor/ext/config/.gitkeep','/module/editor/ext/config','file','D'),(26906,2,10387,'/module/editor/ext/control/.gitkeep','/module/editor/ext/control','file','D'),(26907,2,10387,'/module/editor/ext/css/.gitkeep','/module/editor/ext/css','file','D'),(26908,2,10387,'/module/editor/ext/js/.gitkeep','/module/editor/ext/js','file','D'),(26909,2,10387,'/module/editor/ext/lang/en/.gitkeep','/module/editor/ext/lang/en','file','D'),(26910,2,10387,'/module/editor/ext/lang/zh-cn/.gitkeep','/module/editor/ext/lang/zh-cn','file','D'),(26911,2,10387,'/module/editor/ext/lang/zh-tw/.gitkeep','/module/editor/ext/lang/zh-tw','file','D'),(26912,2,10387,'/module/editor/ext/model/.gitkeep','/module/editor/ext/model','file','D'),(26913,2,10387,'/module/editor/ext/view/.gitkeep','/module/editor/ext/view','file','D'),(26914,2,10387,'/module/extension/ext/config/.gitkeep','/module/extension/ext/config','file','D'),(26915,2,10387,'/module/extension/ext/control/.gitkeep','/module/extension/ext/control','file','D'),(26916,2,10387,'/module/extension/ext/css/.gitkeep','/module/extension/ext/css','file','D'),(26917,2,10387,'/module/extension/ext/js/.gitkeep','/module/extension/ext/js','file','D'),(26918,2,10387,'/module/extension/ext/lang/en/.gitkeep','/module/extension/ext/lang/en','file','D'),(26919,2,10387,'/module/extension/ext/lang/zh-cn/.gitkeep','/module/extension/ext/lang/zh-cn','file','D'),(26920,2,10387,'/module/extension/ext/lang/zh-tw/.gitkeep','/module/extension/ext/lang/zh-tw','file','D'),(26921,2,10387,'/module/extension/ext/model/.gitkeep','/module/extension/ext/model','file','D'),(26922,2,10387,'/module/extension/ext/view/.gitkeep','/module/extension/ext/view','file','D'),(26923,2,10387,'/module/file/ext/config/.gitkeep','/module/file/ext/config','file','D'),(26924,2,10387,'/module/file/ext/control/.gitkeep','/module/file/ext/control','file','D'),(26925,2,10387,'/module/file/ext/css/.gitkeep','/module/file/ext/css','file','D'),(26926,2,10387,'/module/file/ext/js/.gitkeep','/module/file/ext/js','file','D'),(26927,2,10387,'/module/file/ext/lang/en/.gitkeep','/module/file/ext/lang/en','file','D'),(26928,2,10387,'/module/file/ext/lang/zh-cn/.gitkeep','/module/file/ext/lang/zh-cn','file','D'),(26929,2,10387,'/module/file/ext/lang/zh-tw/.gitkeep','/module/file/ext/lang/zh-tw','file','D'),(26930,2,10387,'/module/file/ext/model/.gitkeep','/module/file/ext/model','file','D'),(26931,2,10387,'/module/file/ext/view/.gitkeep','/module/file/ext/view','file','D'),(26932,2,10387,'/module/git/ext/config/.gitkeep','/module/git/ext/config','file','D'),(26933,2,10387,'/module/git/ext/control/.gitkeep','/module/git/ext/control','file','D'),(26934,2,10387,'/module/git/ext/css/.gitkeep','/module/git/ext/css','file','D'),(26935,2,10387,'/module/git/ext/js/.gitkeep','/module/git/ext/js','file','D'),(26936,2,10387,'/module/git/ext/lang/.gitkeep','/module/git/ext/lang','file','D'),(26937,2,10387,'/module/git/ext/model/.gitkeep','/module/git/ext/model','file','D'),(26938,2,10387,'/module/git/ext/view/.gitkeep','/module/git/ext/view','file','D'),(26939,2,10387,'/module/group/ext/config/.gitkeep','/module/group/ext/config','file','D'),(26940,2,10387,'/module/group/ext/control/.gitkeep','/module/group/ext/control','file','D'),(26941,2,10387,'/module/group/ext/css/.gitkeep','/module/group/ext/css','file','D'),(26942,2,10387,'/module/group/ext/js/.gitkeep','/module/group/ext/js','file','D'),(26943,2,10387,'/module/group/ext/lang/en/.gitkeep','/module/group/ext/lang/en','file','D'),(26944,2,10387,'/module/group/ext/lang/zh-cn/.gitkeep','/module/group/ext/lang/zh-cn','file','D'),(26945,2,10387,'/module/group/ext/lang/zh-tw/.gitkeep','/module/group/ext/lang/zh-tw','file','D'),(26946,2,10387,'/module/group/ext/model/.gitkeep','/module/group/ext/model','file','D'),(26947,2,10387,'/module/group/ext/view/.gitkeep','/module/group/ext/view','file','D'),(26948,2,10387,'/module/index/ext/config/.gitkeep','/module/index/ext/config','file','D'),(26949,2,10387,'/module/index/ext/control/.gitkeep','/module/index/ext/control','file','D'),(26950,2,10387,'/module/index/ext/css/.gitkeep','/module/index/ext/css','file','D'),(26951,2,10387,'/module/index/ext/js/.gitkeep','/module/index/ext/js','file','D'),(26952,2,10387,'/module/index/ext/lang/en/.gitkeep','/module/index/ext/lang/en','file','D'),(26953,2,10387,'/module/index/ext/lang/zh-cn/.gitkeep','/module/index/ext/lang/zh-cn','file','D'),(26954,2,10387,'/module/index/ext/lang/zh-tw/.gitkeep','/module/index/ext/lang/zh-tw','file','D'),(26955,2,10387,'/module/index/ext/model/.gitkeep','/module/index/ext/model','file','D'),(26956,2,10387,'/module/index/ext/view/.gitkeep','/module/index/ext/view','file','D'),(26957,2,10387,'/module/install/ext/config/.gitkeep','/module/install/ext/config','file','D'),(26958,2,10387,'/module/install/ext/control/.gitkeep','/module/install/ext/control','file','D'),(26959,2,10387,'/module/install/ext/css/.gitkeep','/module/install/ext/css','file','D'),(26960,2,10387,'/module/install/ext/js/.gitkeep','/module/install/ext/js','file','D'),(26961,2,10387,'/module/install/ext/lang/en/.gitkeep','/module/install/ext/lang/en','file','D'),(26962,2,10387,'/module/install/ext/lang/zh-cn/.gitkeep','/module/install/ext/lang/zh-cn','file','D'),(26963,2,10387,'/module/install/ext/lang/zh-tw/.gitkeep','/module/install/ext/lang/zh-tw','file','D'),(26964,2,10387,'/module/install/ext/model/.gitkeep','/module/install/ext/model','file','D'),(26965,2,10387,'/module/install/ext/view/.gitkeep','/module/install/ext/view','file','D'),(26966,2,10387,'/module/mail/ext/config/.gitkeep','/module/mail/ext/config','file','D'),(26967,2,10387,'/module/mail/ext/control/.gitkeep','/module/mail/ext/control','file','D'),(26968,2,10387,'/module/mail/ext/css/.gitkeep','/module/mail/ext/css','file','D'),(26969,2,10387,'/module/mail/ext/js/.gitkeep','/module/mail/ext/js','file','D'),(26970,2,10387,'/module/mail/ext/lang/en/.gitkeep','/module/mail/ext/lang/en','file','D'),(26971,2,10387,'/module/mail/ext/lang/zh-cn/.gitkeep','/module/mail/ext/lang/zh-cn','file','D'),(26972,2,10387,'/module/mail/ext/lang/zh-tw/.gitkeep','/module/mail/ext/lang/zh-tw','file','D'),(26973,2,10387,'/module/mail/ext/model/.gitkeep','/module/mail/ext/model','file','D'),(26974,2,10387,'/module/mail/ext/view/.gitkeep','/module/mail/ext/view','file','D'),(26975,2,10387,'/module/misc/ext/config/.gitkeep','/module/misc/ext/config','file','D'),(26976,2,10387,'/module/misc/ext/control/.gitkeep','/module/misc/ext/control','file','D'),(26977,2,10387,'/module/misc/ext/css/.gitkeep','/module/misc/ext/css','file','D'),(26978,2,10387,'/module/misc/ext/js/.gitkeep','/module/misc/ext/js','file','D'),(26979,2,10387,'/module/misc/ext/lang/en/.gitkeep','/module/misc/ext/lang/en','file','D'),(26980,2,10387,'/module/misc/ext/lang/zh-cn/.gitkeep','/module/misc/ext/lang/zh-cn','file','D'),(26981,2,10387,'/module/misc/ext/lang/zh-tw/.gitkeep','/module/misc/ext/lang/zh-tw','file','D'),(26982,2,10387,'/module/misc/ext/model/.gitkeep','/module/misc/ext/model','file','D'),(26983,2,10387,'/module/misc/ext/view/.gitkeep','/module/misc/ext/view','file','D'),(26984,2,10387,'/module/my/ext/config/.gitkeep','/module/my/ext/config','file','D'),(26985,2,10387,'/module/my/ext/control/.gitkeep','/module/my/ext/control','file','D'),(26986,2,10387,'/module/my/ext/css/.gitkeep','/module/my/ext/css','file','D'),(26987,2,10387,'/module/my/ext/js/.gitkeep','/module/my/ext/js','file','D'),(26988,2,10387,'/module/my/ext/lang/en/.gitkeep','/module/my/ext/lang/en','file','D'),(26989,2,10387,'/module/my/ext/lang/zh-cn/.gitkeep','/module/my/ext/lang/zh-cn','file','D'),(26990,2,10387,'/module/my/ext/lang/zh-tw/.gitkeep','/module/my/ext/lang/zh-tw','file','D'),(26991,2,10387,'/module/my/ext/model/.gitkeep','/module/my/ext/model','file','D'),(26992,2,10387,'/module/my/ext/view/.gitkeep','/module/my/ext/view','file','D'),(26993,2,10387,'/module/product/ext/config/.gitkeep','/module/product/ext/config','file','D'),(26994,2,10387,'/module/product/ext/control/.gitkeep','/module/product/ext/control','file','D'),(26995,2,10387,'/module/product/ext/css/.gitkeep','/module/product/ext/css','file','D'),(26996,2,10387,'/module/product/ext/js/.gitkeep','/module/product/ext/js','file','D'),(26997,2,10387,'/module/product/ext/lang/en/.gitkeep','/module/product/ext/lang/en','file','D'),(26998,2,10387,'/module/product/ext/lang/zh-cn/.gitkeep','/module/product/ext/lang/zh-cn','file','D'),(26999,2,10387,'/module/product/ext/lang/zh-tw/.gitkeep','/module/product/ext/lang/zh-tw','file','D'),(27000,2,10387,'/module/product/ext/model/.gitkeep','/module/product/ext/model','file','D'),(27001,2,10387,'/module/product/ext/view/.gitkeep','/module/product/ext/view','file','D'),(27002,2,10387,'/module/productplan/ext/config/.gitkeep','/module/productplan/ext/config','file','D'),(27003,2,10387,'/module/productplan/ext/control/.gitkeep','/module/productplan/ext/control','file','D'),(27004,2,10387,'/module/productplan/ext/css/.gitkeep','/module/productplan/ext/css','file','D'),(27005,2,10387,'/module/productplan/ext/js/.gitkeep','/module/productplan/ext/js','file','D'),(27006,2,10387,'/module/productplan/ext/lang/en/.gitkeep','/module/productplan/ext/lang/en','file','D'),(27007,2,10387,'/module/productplan/ext/lang/zh-cn/.gitkeep','/module/productplan/ext/lang/zh-cn','file','D'),(27008,2,10387,'/module/productplan/ext/lang/zh-tw/.gitkeep','/module/productplan/ext/lang/zh-tw','file','D'),(27009,2,10387,'/module/productplan/ext/model/.gitkeep','/module/productplan/ext/model','file','D'),(27010,2,10387,'/module/productplan/ext/view/.gitkeep','/module/productplan/ext/view','file','D'),(27011,2,10387,'/module/project/ext/config/.gitkeep','/module/project/ext/config','file','D'),(27012,2,10387,'/module/project/ext/control/.gitkeep','/module/project/ext/control','file','D'),(27013,2,10387,'/module/project/ext/css/.gitkeep','/module/project/ext/css','file','D'),(27014,2,10387,'/module/project/ext/js/.gitkeep','/module/project/ext/js','file','D'),(27015,2,10387,'/module/project/ext/lang/en/.gitkeep','/module/project/ext/lang/en','file','D'),(27016,2,10387,'/module/project/ext/lang/zh-cn/.gitkeep','/module/project/ext/lang/zh-cn','file','D'),(27017,2,10387,'/module/project/ext/lang/zh-tw/.gitkeep','/module/project/ext/lang/zh-tw','file','D'),(27018,2,10387,'/module/project/ext/model/.gitkeep','/module/project/ext/model','file','D'),(27019,2,10387,'/module/project/ext/view/.gitkeep','/module/project/ext/view','file','D'),(27020,2,10387,'/module/qa/ext/config/.gitkeep','/module/qa/ext/config','file','D'),(27021,2,10387,'/module/qa/ext/control/.gitkeep','/module/qa/ext/control','file','D'),(27022,2,10387,'/module/qa/ext/css/.gitkeep','/module/qa/ext/css','file','D'),(27023,2,10387,'/module/qa/ext/js/.gitkeep','/module/qa/ext/js','file','D'),(27024,2,10387,'/module/qa/ext/lang/en/.gitkeep','/module/qa/ext/lang/en','file','D'),(27025,2,10387,'/module/qa/ext/lang/zh-cn/.gitkeep','/module/qa/ext/lang/zh-cn','file','D'),(27026,2,10387,'/module/qa/ext/lang/zh-tw/.gitkeep','/module/qa/ext/lang/zh-tw','file','D'),(27027,2,10387,'/module/qa/ext/model/.gitkeep','/module/qa/ext/model','file','D'),(27028,2,10387,'/module/qa/ext/view/.gitkeep','/module/qa/ext/view','file','D'),(27029,2,10387,'/module/report/ext/config/.gitkeep','/module/report/ext/config','file','D'),(27030,2,10387,'/module/report/ext/control/.gitkeep','/module/report/ext/control','file','D'),(27031,2,10387,'/module/report/ext/css/.gitkeep','/module/report/ext/css','file','D'),(27032,2,10387,'/module/report/ext/js/.gitkeep','/module/report/ext/js','file','D'),(27033,2,10387,'/module/report/ext/lang/en/.gitkeep','/module/report/ext/lang/en','file','D'),(27034,2,10387,'/module/report/ext/lang/zh-cn/.gitkeep','/module/report/ext/lang/zh-cn','file','D'),(27035,2,10387,'/module/report/ext/lang/zh-tw/.gitkeep','/module/report/ext/lang/zh-tw','file','D'),(27036,2,10387,'/module/report/ext/model/.gitkeep','/module/report/ext/model','file','D'),(27037,2,10387,'/module/report/ext/view/.gitkeep','/module/report/ext/view','file','D'),(27038,2,10387,'/module/search/ext/config/.gitkeep','/module/search/ext/config','file','D'),(27039,2,10387,'/module/search/ext/control/.gitkeep','/module/search/ext/control','file','D'),(27040,2,10387,'/module/search/ext/css/.gitkeep','/module/search/ext/css','file','D'),(27041,2,10387,'/module/search/ext/js/.gitkeep','/module/search/ext/js','file','D'),(27042,2,10387,'/module/search/ext/lang/en/.gitkeep','/module/search/ext/lang/en','file','D'),(27043,2,10387,'/module/search/ext/lang/zh-cn/.gitkeep','/module/search/ext/lang/zh-cn','file','D'),(27044,2,10387,'/module/search/ext/lang/zh-tw/.gitkeep','/module/search/ext/lang/zh-tw','file','D'),(27045,2,10387,'/module/search/ext/model/.gitkeep','/module/search/ext/model','file','D'),(27046,2,10387,'/module/search/ext/view/.gitkeep','/module/search/ext/view','file','D'),(27047,2,10387,'/module/setting/ext/config/.gitkeep','/module/setting/ext/config','file','D'),(27048,2,10387,'/module/setting/ext/control/.gitkeep','/module/setting/ext/control','file','D'),(27049,2,10387,'/module/setting/ext/css/.gitkeep','/module/setting/ext/css','file','D'),(27050,2,10387,'/module/setting/ext/js/.gitkeep','/module/setting/ext/js','file','D'),(27051,2,10387,'/module/setting/ext/lang/en/.gitkeep','/module/setting/ext/lang/en','file','D'),(27052,2,10387,'/module/setting/ext/lang/zh-cn/.gitkeep','/module/setting/ext/lang/zh-cn','file','D'),(27053,2,10387,'/module/setting/ext/lang/zh-tw/.gitkeep','/module/setting/ext/lang/zh-tw','file','D'),(27054,2,10387,'/module/setting/ext/model/.gitkeep','/module/setting/ext/model','file','D'),(27055,2,10387,'/module/setting/ext/view/.gitkeep','/module/setting/ext/view','file','D'),(27056,2,10387,'/module/story/ext/config/.gitkeep','/module/story/ext/config','file','D'),(27057,2,10387,'/module/story/ext/control/.gitkeep','/module/story/ext/control','file','D'),(27058,2,10387,'/module/story/ext/css/.gitkeep','/module/story/ext/css','file','D'),(27059,2,10387,'/module/story/ext/js/.gitkeep','/module/story/ext/js','file','D'),(27060,2,10387,'/module/story/ext/lang/en/.gitkeep','/module/story/ext/lang/en','file','D'),(27061,2,10387,'/module/story/ext/lang/zh-cn/.gitkeep','/module/story/ext/lang/zh-cn','file','D'),(27062,2,10387,'/module/story/ext/lang/zh-tw/.gitkeep','/module/story/ext/lang/zh-tw','file','D'),(27063,2,10387,'/module/story/ext/model/.gitkeep','/module/story/ext/model','file','D'),(27064,2,10387,'/module/story/ext/view/.gitkeep','/module/story/ext/view','file','D'),(27065,2,10387,'/module/svn/ext/config/.gitkeep','/module/svn/ext/config','file','D'),(27066,2,10387,'/module/svn/ext/control/.gitkeep','/module/svn/ext/control','file','D'),(27067,2,10387,'/module/svn/ext/css/.gitkeep','/module/svn/ext/css','file','D'),(27068,2,10387,'/module/svn/ext/js/.gitkeep','/module/svn/ext/js','file','D'),(27069,2,10387,'/module/svn/ext/lang/en/.gitkeep','/module/svn/ext/lang/en','file','D'),(27070,2,10387,'/module/svn/ext/lang/zh-cn/.gitkeep','/module/svn/ext/lang/zh-cn','file','D'),(27071,2,10387,'/module/svn/ext/lang/zh-tw/.gitkeep','/module/svn/ext/lang/zh-tw','file','D'),(27072,2,10387,'/module/svn/ext/model/.gitkeep','/module/svn/ext/model','file','D'),(27073,2,10387,'/module/svn/ext/view/.gitkeep','/module/svn/ext/view','file','D'),(27074,2,10387,'/module/testcase/ext/config/.gitkeep','/module/testcase/ext/config','file','D'),(27075,2,10387,'/module/testcase/ext/control/.gitkeep','/module/testcase/ext/control','file','D'),(27076,2,10387,'/module/testcase/ext/css/.gitkeep','/module/testcase/ext/css','file','D'),(27077,2,10387,'/module/testcase/ext/js/.gitkeep','/module/testcase/ext/js','file','D'),(27078,2,10387,'/module/testcase/ext/lang/en/.gitkeep','/module/testcase/ext/lang/en','file','D'),(27079,2,10387,'/module/testcase/ext/lang/zh-cn/.gitkeep','/module/testcase/ext/lang/zh-cn','file','D'),(27080,2,10387,'/module/testcase/ext/lang/zh-tw/.gitkeep','/module/testcase/ext/lang/zh-tw','file','D'),(27081,2,10387,'/module/testcase/ext/model/.gitkeep','/module/testcase/ext/model','file','D'),(27082,2,10387,'/module/testcase/ext/view/.gitkeep','/module/testcase/ext/view','file','D'),(27083,2,10387,'/module/testtask/ext/config/.gitkeep','/module/testtask/ext/config','file','D'),(27084,2,10387,'/module/testtask/ext/control/.gitkeep','/module/testtask/ext/control','file','D'),(27085,2,10387,'/module/testtask/ext/css/.gitkeep','/module/testtask/ext/css','file','D'),(27086,2,10387,'/module/testtask/ext/js/.gitkeep','/module/testtask/ext/js','file','D'),(27087,2,10387,'/module/testtask/ext/lang/en/.gitkeep','/module/testtask/ext/lang/en','file','D'),(27088,2,10387,'/module/testtask/ext/lang/zh-cn/.gitkeep','/module/testtask/ext/lang/zh-cn','file','D'),(27089,2,10387,'/module/testtask/ext/lang/zh-tw/.gitkeep','/module/testtask/ext/lang/zh-tw','file','D'),(27090,2,10387,'/module/testtask/ext/model/.gitkeep','/module/testtask/ext/model','file','D'),(27091,2,10387,'/module/testtask/ext/view/.gitkeep','/module/testtask/ext/view','file','D'),(27092,2,10387,'/module/todo/ext/config/.gitkeep','/module/todo/ext/config','file','D'),(27093,2,10387,'/module/todo/ext/control/.gitkeep','/module/todo/ext/control','file','D'),(27094,2,10387,'/module/todo/ext/css/.gitkeep','/module/todo/ext/css','file','D'),(27095,2,10387,'/module/todo/ext/js/.gitkeep','/module/todo/ext/js','file','D'),(27096,2,10387,'/module/todo/ext/lang/en/.gitkeep','/module/todo/ext/lang/en','file','D'),(27097,2,10387,'/module/todo/ext/lang/zh-cn/.gitkeep','/module/todo/ext/lang/zh-cn','file','D'),(27098,2,10387,'/module/todo/ext/lang/zh-tw/.gitkeep','/module/todo/ext/lang/zh-tw','file','D'),(27099,2,10387,'/module/todo/ext/model/.gitkeep','/module/todo/ext/model','file','D'),(27100,2,10387,'/module/todo/ext/view/.gitkeep','/module/todo/ext/view','file','D'),(27101,2,10387,'/module/tree/ext/config/.gitkeep','/module/tree/ext/config','file','D'),(27102,2,10387,'/module/tree/ext/control/.gitkeep','/module/tree/ext/control','file','D'),(27103,2,10387,'/module/tree/ext/css/.gitkeep','/module/tree/ext/css','file','D'),(27104,2,10387,'/module/tree/ext/js/.gitkeep','/module/tree/ext/js','file','D'),(27105,2,10387,'/module/tree/ext/lang/en/.gitkeep','/module/tree/ext/lang/en','file','D'),(27106,2,10387,'/module/tree/ext/lang/zh-cn/.gitkeep','/module/tree/ext/lang/zh-cn','file','D'),(27107,2,10387,'/module/tree/ext/lang/zh-tw/.gitkeep','/module/tree/ext/lang/zh-tw','file','D'),(27108,2,10387,'/module/tree/ext/model/.gitkeep','/module/tree/ext/model','file','D'),(27109,2,10387,'/module/tree/ext/view/.gitkeep','/module/tree/ext/view','file','D'),(27110,2,10387,'/module/upgrade/ext/config/.gitkeep','/module/upgrade/ext/config','file','D'),(27111,2,10387,'/module/upgrade/ext/control/.gitkeep','/module/upgrade/ext/control','file','D'),(27112,2,10387,'/module/upgrade/ext/css/.gitkeep','/module/upgrade/ext/css','file','D'),(27113,2,10387,'/module/upgrade/ext/js/.gitkeep','/module/upgrade/ext/js','file','D'),(27114,2,10387,'/module/upgrade/ext/lang/en/.gitkeep','/module/upgrade/ext/lang/en','file','D'),(27115,2,10387,'/module/upgrade/ext/lang/zh-cn/.gitkeep','/module/upgrade/ext/lang/zh-cn','file','D'),(27116,2,10387,'/module/upgrade/ext/lang/zh-tw/.gitkeep','/module/upgrade/ext/lang/zh-tw','file','D'),(27117,2,10387,'/module/upgrade/ext/model/.gitkeep','/module/upgrade/ext/model','file','D'),(27118,2,10387,'/module/upgrade/ext/view/.gitkeep','/module/upgrade/ext/view','file','D'),(27119,2,10387,'/module/user/ext/config/.gitkeep','/module/user/ext/config','file','D'),(27120,2,10387,'/module/user/ext/control/.gitkeep','/module/user/ext/control','file','D'),(27121,2,10387,'/module/user/ext/css/.gitkeep','/module/user/ext/css','file','D'),(27122,2,10387,'/module/user/ext/js/.gitkeep','/module/user/ext/js','file','D'),(27123,2,10387,'/module/user/ext/lang/en/.gitkeep','/module/user/ext/lang/en','file','D'),(27124,2,10387,'/module/user/ext/lang/zh-cn/.gitkeep','/module/user/ext/lang/zh-cn','file','D'),(27125,2,10387,'/module/user/ext/lang/zh-tw/.gitkeep','/module/user/ext/lang/zh-tw','file','D'),(27126,2,10387,'/module/user/ext/model/.gitkeep','/module/user/ext/model','file','D'),(27127,2,10387,'/module/user/ext/view/.gitkeep','/module/user/ext/view','file','D'),(27128,2,10387,'/tmp/cache/.gitkeep','/tmp/cache','file','D'),(27129,2,10387,'/tmp/extension/.gitkeep','/tmp/extension','file','D'),(27130,2,10387,'/tmp/log/.gitkeep','/tmp/log','file','D'),(27131,2,10387,'/tmp/model/.gitkeep','/tmp/model','file','D'),(27132,2,10387,'/tools/check.php','/tools','file','D'),(27133,2,10387,'/tools/cn2tw.php','/tools','file','D'),(27134,2,10387,'/tools/copylang.php','/tools','file','D'),(27135,2,10387,'/tools/exportactions.php','/tools','file','D'),(27136,2,10387,'/tools/getallcommon.php','/tools','file','D'),(27137,2,10387,'/tools/initext.php','/tools','file','D'),(27138,2,10387,'/tools/minifyfront.php','/tools','file','D'),(27139,2,10387,'/tools/preparetest.php','/tools','file','D'),(27140,2,10387,'/tools/replace.sh','/tools','file','D'),(27141,2,10387,'/tools/syncext.php','/tools','file','D'),(27142,2,10387,'/tools/syncext.sh','/tools','file','D'),(27143,2,10387,'/tools/zdog.sh','/tools','file','D'),(27144,2,10388,'/framework/helper.class.php','/framework','file','M'),(27145,2,10389,'/.idea/vcs.xml','/.idea','file','D'),(27146,2,10390,'/db/update9.5.1.sql','/db','file','M'),(27147,2,10392,'/.gitignore','/','file','M'),(27148,2,10392,'/.idea/vcs.xml','/.idea','file','A'),(27149,2,10392,'/framework/helper.class.php','/framework','file','M'),(27150,2,10392,'/module/project/css/task.css','/module/project/css','file','M'),(27151,2,10392,'/module/project/view/datatabledata.html.php','/module/project/view','file','M'),(27152,2,10392,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(27153,2,10392,'/module/task/config.php','/module/task','file','M'),(27154,2,10392,'/module/task/control.php','/module/task','file','M'),(27155,2,10392,'/module/task/js/common.js','/module/task/js','file','M'),(27156,2,10392,'/module/task/js/create.js','/module/task/js','file','M'),(27157,2,10392,'/module/task/js/edit.js','/module/task/js','file','M'),(27158,2,10392,'/module/task/lang/en.php','/module/task/lang','file','M'),(27159,2,10392,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(27160,2,10392,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(27161,2,10392,'/module/task/model.php','/module/task','file','M'),(27162,2,10392,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(27163,2,10392,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(27164,2,10392,'/module/task/view/create.html.php','/module/task/view','file','M'),(27165,2,10392,'/module/task/view/edit.html.php','/module/task/view','file','M'),(27166,2,10392,'/module/task/view/view.html.php','/module/task/view','file','M'),(27167,2,10393,'/module/project/css/kanban.css','/module/project/css','file','M'),(27168,2,10393,'/module/project/js/kanban.js','/module/project/js','file','M'),(27169,2,10393,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(27170,2,10394,'/module/common/model.php','/module/common','file','M'),(27171,2,10394,'/module/custom/control.php','/module/custom','file','M'),(27172,2,10394,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(27173,2,10394,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27174,2,10394,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27175,2,10394,'/module/custom/model.php','/module/custom','file','M'),(27176,2,10394,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(27177,2,10394,'/module/doc/model.php','/module/doc','file','M'),(27178,2,10394,'/module/group/lang/resource.php','/module/group/lang','file','M'),(27179,2,10396,'/module/bug/config.php','/module/bug','file','M'),(27180,2,10396,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(27181,2,10396,'/module/bug/view/browsedata.html.php','/module/bug/view','file','D'),(27182,2,10396,'/module/bug/view/datatabledata.html.php','/module/bug/view','file','D'),(27183,2,10396,'/module/datatable/control.php','/module/datatable','file','M'),(27184,2,10396,'/module/datatable/model.php','/module/datatable','file','M'),(27185,2,10396,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(27186,2,10396,'/module/product/view/browse.html.php','/module/product/view','file','M'),(27187,2,10396,'/module/product/view/browsedata.html.php','/module/product/view','file','D'),(27188,2,10396,'/module/product/view/datatabledata.html.php','/module/product/view','file','D'),(27189,2,10396,'/module/project/view/datatabledata.html.php','/module/project/view','file','D'),(27190,2,10396,'/module/project/view/task.html.php','/module/project/view','file','M'),(27191,2,10396,'/module/project/view/taskdata.html.php','/module/project/view','file','D'),(27192,2,10396,'/module/story/config.php','/module/story','file','M'),(27193,2,10396,'/module/task/config.php','/module/task','file','M'),(27194,2,10396,'/module/testcase/config.php','/module/testcase','file','M'),(27195,2,10396,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(27196,2,10396,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','D'),(27197,2,10396,'/module/testcase/view/datatabledata.html.php','/module/testcase/view','file','D'),(27198,2,10396,'/module/testtask/config.php','/module/testtask','file','M'),(27199,2,10396,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(27200,2,10396,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','D'),(27201,2,10396,'/module/testtask/view/datatabledata.html.php','/module/testtask/view','file','D'),(27202,2,10397,'/Readme_zh.md','/','file','M'),(27203,2,10397,'/config/zentaopms.php','/config','file','M'),(27204,2,10397,'/module/common/lang/en.php','/module/common/lang','file','M'),(27205,2,10397,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(27206,2,10397,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(27207,2,10397,'/module/entry/config.php','/module/entry','file','A'),(27208,2,10397,'/module/entry/control.php','/module/entry','file','A'),(27209,2,10397,'/module/entry/js/create.js','/module/entry/js','file','A'),(27210,2,10397,'/module/entry/js/edit.js','/module/entry/js','file','A'),(27211,2,10397,'/module/entry/lang/zh-cn.php','/module/entry/lang','file','A'),(27212,2,10397,'/module/entry/model.php','/module/entry','file','A'),(27213,2,10397,'/module/entry/view/browse.html.php','/module/entry/view','file','A'),(27214,2,10397,'/module/entry/view/create.html.php','/module/entry/view','file','A'),(27215,2,10397,'/module/entry/view/edit.html.php','/module/entry/view','file','A'),(27216,2,10397,'/module/entry/view/header.html.php','/module/entry/view','file','A'),(27217,2,10397,'/module/entry/view/log.html.php','/module/entry/view','file','A'),(27218,2,10397,'/module/webhook/config.php','/module/webhook','file','A'),(27219,2,10397,'/module/webhook/control.php','/module/webhook','file','A'),(27220,2,10397,'/module/webhook/js/create.js','/module/webhook/js','file','A'),(27221,2,10397,'/module/webhook/js/edit.js','/module/webhook/js','file','A'),(27222,2,10397,'/module/webhook/lang/zh-cn.php','/module/webhook/lang','file','A'),(27223,2,10397,'/module/webhook/model.php','/module/webhook','file','A'),(27224,2,10397,'/module/webhook/view/browse.html.php','/module/webhook/view','file','A'),(27225,2,10397,'/module/webhook/view/create.html.php','/module/webhook/view','file','A'),(27226,2,10397,'/module/webhook/view/edit.html.php','/module/webhook/view','file','A'),(27227,2,10397,'/module/webhook/view/header.html.php','/module/webhook/view','file','A'),(27228,2,10398,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(27229,2,10398,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(27230,2,10398,'/module/datatable/control.php','/module/datatable','file','M'),(27231,2,10398,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(27232,2,10398,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(27233,2,10398,'/module/datatable/model.php','/module/datatable','file','M'),(27234,2,10398,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(27235,2,10399,'/module/action/model.php','/module/action','file','M'),(27236,2,10399,'/module/productplan/model.php','/module/productplan','file','M'),(27237,2,10401,'/module/company/view/browse.html.php','/module/company/view','file','M'),(27238,2,10401,'/module/datatable/control.php','/module/datatable','file','M'),(27239,2,10401,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(27240,2,10401,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','M'),(27241,2,10402,'/db/update9.5.1.sql','/db','file','A'),(27242,2,10403,'/module/bug/config.php','/module/bug','file','M'),(27243,2,10403,'/module/bug/control.php','/module/bug','file','M'),(27244,2,10403,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(27245,2,10403,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(27246,2,10403,'/module/bug/model.php','/module/bug','file','M'),(27247,2,10403,'/module/bug/view/datatabledata.html.php','/module/bug/view','file','M'),(27248,2,10403,'/module/story/config.php','/module/story','file','M'),(27249,2,10403,'/module/story/model.php','/module/story','file','M'),(27250,2,10403,'/module/task/config.php','/module/task','file','M'),(27251,2,10403,'/module/task/model.php','/module/task','file','M'),(27252,2,10403,'/module/testcase/config.php','/module/testcase','file','M'),(27253,2,10403,'/module/testcase/control.php','/module/testcase','file','M'),(27254,2,10403,'/module/testcase/model.php','/module/testcase','file','M'),(27255,2,10403,'/module/testtask/model.php','/module/testtask','file','M'),(27256,2,10404,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(27257,2,10405,'/module/action/model.php','/module/action','file','M'),(27258,2,10405,'/module/file/model.php','/module/file','file','M'),(27259,2,10407,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(27260,2,10407,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(27261,2,10407,'/module/upgrade/model.php','/module/upgrade','file','M'),(27262,2,10408,'/module/project/view/task.html.php','/module/project/view','file','M'),(27263,2,10408,'/module/task/control.php','/module/task','file','M'),(27264,2,10408,'/module/task/model.php','/module/task','file','M'),(27265,2,10409,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(27266,2,10410,'/module/project/view/task.html.php','/module/project/view','file','M'),(27267,2,10410,'/www/js/my.full.js','/www/js','file','M'),(27268,2,10411,'/module/upgrade/model.php','/module/upgrade','file','M'),(27269,2,10412,'/module/bug/model.php','/module/bug','file','M'),(27270,2,10413,'/doc/CHANGELOG','/doc','file','M'),(27271,2,10414,'/module/project/control.php','/module/project','file','M'),(27272,2,10415,'/db/zentao.sql','/db','file','M'),(27273,2,10415,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(27274,2,10416,'/VERSION','/','file','M'),(27275,2,10416,'/config/config.php','/config','file','M'),(27276,2,10416,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(27277,2,10416,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27278,2,10416,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(27279,2,10416,'/module/install/lang/en.php','/module/install/lang','file','M'),(27280,2,10416,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(27281,2,10416,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(27282,2,10416,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(27283,2,10416,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(27284,2,10416,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(27285,2,10416,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(27286,2,10416,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(27287,2,10416,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(27288,2,10416,'/module/upgrade/model.php','/module/upgrade','file','M'),(27289,2,10416,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(27290,2,10417,'/db/update9.5.sql','/db','file','M'),(27291,2,10417,'/module/bug/model.php','/module/bug','file','M'),(27292,2,10417,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(27293,2,10417,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(27294,2,10417,'/module/build/model.php','/module/build','file','M'),(27295,2,10417,'/module/common/model.php','/module/common','file','M'),(27296,2,10417,'/module/company/view/browse.html.php','/module/company/view','file','M'),(27297,2,10417,'/module/doc/model.php','/module/doc','file','M'),(27298,2,10417,'/module/group/lang/resource.php','/module/group/lang','file','M'),(27299,2,10417,'/module/my/lang/en.php','/module/my/lang','file','M'),(27300,2,10417,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(27301,2,10417,'/module/my/view/profile.html.php','/module/my/view','file','M'),(27302,2,10417,'/module/product/model.php','/module/product','file','M'),(27303,2,10417,'/module/product/view/browse.html.php','/module/product/view','file','M'),(27304,2,10417,'/module/productplan/model.php','/module/productplan','file','M'),(27305,2,10417,'/module/project/control.php','/module/project','file','M'),(27306,2,10417,'/module/project/model.php','/module/project','file','M'),(27307,2,10417,'/module/project/view/story.html.php','/module/project/view','file','M'),(27308,2,10417,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(27309,2,10417,'/module/project/view/team.html.php','/module/project/view','file','M'),(27310,2,10417,'/module/release/model.php','/module/release','file','M'),(27311,2,10417,'/module/story/model.php','/module/story','file','M'),(27312,2,10417,'/module/task/model.php','/module/task','file','M'),(27313,2,10417,'/module/testcase/model.php','/module/testcase','file','M'),(27314,2,10417,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(27315,2,10417,'/module/testsuite/model.php','/module/testsuite','file','M'),(27316,2,10417,'/module/testtask/model.php','/module/testtask','file','M'),(27317,2,10417,'/module/user/config.php','/module/user','file','M'),(27318,2,10417,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(27319,2,10417,'/module/user/model.php','/module/user','file','M'),(27320,2,10417,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(27321,2,10417,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(27322,2,10417,'/module/user/view/create.html.php','/module/user/view','file','M'),(27323,2,10417,'/module/user/view/edit.html.php','/module/user/view','file','M'),(27324,2,10418,'/module/install/control.php','/module/install','file','M'),(27325,2,10418,'/module/install/model.php','/module/install','file','M'),(27326,2,10418,'/module/install/view/step1.html.php','/module/install/view','file','M'),(27327,2,10419,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(27328,2,10419,'/module/install/view/index.html.php','/module/install/view','file','M'),(27329,2,10419,'/www/theme/default/images/main/ranzhi.png','/www/theme/default/images/main','file','M'),(27330,2,10419,'/www/theme/default/images/main/xuanxuan.png','/www/theme/default/images/main','file','A'),(27331,2,10420,'/module/company/view/browse.html.php','/module/company/view','file','M'),(27332,2,10420,'/module/group/control.php','/module/group','file','M'),(27333,2,10420,'/module/group/model.php','/module/group','file','M'),(27334,2,10421,'/module/task/model.php','/module/task','file','M'),(27335,2,10421,'/module/user/control.php','/module/user','file','M'),(27336,2,10421,'/www/js/jquery/chosen/min.js','/www/js/jquery/chosen','file','M'),(27337,2,10423,'/module/project/view/task.html.php','/module/project/view','file','M'),(27338,2,10423,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(27339,2,10423,'/module/story/control.php','/module/story','file','M'),(27340,2,10423,'/module/task/control.php','/module/task','file','M'),(27341,2,10423,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(27342,2,10423,'/module/task/js/create.js','/module/task/js','file','M'),(27343,2,10423,'/module/task/model.php','/module/task','file','M'),(27344,2,10423,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(27345,2,10423,'/module/task/view/create.html.php','/module/task/view','file','M'),(27346,2,10425,'/module/tutorial/control.php','/module/tutorial','file','M'),(27347,2,10425,'/module/tutorial/model.php','/module/tutorial','file','M'),(27348,2,10426,'/config/config.php','/config','file','M'),(27349,2,10428,'/www/js/jquery/chosen/min.js','/www/js/jquery/chosen','file','M'),(27350,2,10429,'/module/testcase/control.php','/module/testcase','file','M'),(27351,2,10429,'/module/testcase/model.php','/module/testcase','file','M'),(27352,2,10430,'/db/update9.5.sql','/db','file','M'),(27353,2,10430,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(27354,2,10430,'/module/bug/model.php','/module/bug','file','M'),(27355,2,10430,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(27356,2,10430,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(27357,2,10430,'/module/build/model.php','/module/build','file','M'),(27358,2,10430,'/module/build/view/view.html.php','/module/build/view','file','M'),(27359,2,10430,'/module/common/model.php','/module/common','file','M'),(27360,2,10430,'/module/doc/model.php','/module/doc','file','M'),(27361,2,10430,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(27362,2,10430,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(27363,2,10430,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(27364,2,10430,'/module/my/view/profile.html.php','/module/my/view','file','M'),(27365,2,10430,'/module/product/model.php','/module/product','file','M'),(27366,2,10430,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(27367,2,10430,'/module/product/view/view.html.php','/module/product/view','file','M'),(27368,2,10430,'/module/productplan/control.php','/module/productplan','file','M'),(27369,2,10430,'/module/productplan/model.php','/module/productplan','file','M'),(27370,2,10430,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(27371,2,10430,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(27372,2,10430,'/module/project/control.php','/module/project','file','M'),(27373,2,10430,'/module/project/lang/en.php','/module/project/lang','file','M'),(27374,2,10430,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(27375,2,10430,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(27376,2,10430,'/module/project/model.php','/module/project','file','M'),(27377,2,10430,'/module/project/view/bug.html.php','/module/project/view','file','M'),(27378,2,10430,'/module/project/view/build.html.php','/module/project/view','file','M'),(27379,2,10430,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(27380,2,10430,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(27381,2,10430,'/module/project/view/story.html.php','/module/project/view','file','M'),(27382,2,10430,'/module/project/view/task.html.php','/module/project/view','file','M'),(27383,2,10430,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(27384,2,10430,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(27385,2,10430,'/module/project/view/team.html.php','/module/project/view','file','M'),(27386,2,10430,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(27387,2,10430,'/module/project/view/view.html.php','/module/project/view','file','M'),(27388,2,10430,'/module/release/model.php','/module/release','file','M'),(27389,2,10430,'/module/release/view/browse.html.php','/module/release/view','file','M'),(27390,2,10430,'/module/release/view/view.html.php','/module/release/view','file','M'),(27391,2,10430,'/module/story/lang/en.php','/module/story/lang','file','M'),(27392,2,10430,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(27393,2,10430,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(27394,2,10430,'/module/story/model.php','/module/story','file','M'),(27395,2,10430,'/module/story/view/view.html.php','/module/story/view','file','M'),(27396,2,10430,'/module/task/model.php','/module/task','file','M'),(27397,2,10430,'/module/task/view/view.html.php','/module/task/view','file','M'),(27398,2,10430,'/module/testcase/model.php','/module/testcase','file','M'),(27399,2,10430,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(27400,2,10430,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(27401,2,10430,'/module/testsuite/model.php','/module/testsuite','file','M'),(27402,2,10430,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(27403,2,10430,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(27404,2,10430,'/module/testtask/model.php','/module/testtask','file','M'),(27405,2,10430,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(27406,2,10430,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(27407,2,10430,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(27408,2,10430,'/module/user/config.php','/module/user','file','M'),(27409,2,10430,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(27410,2,10430,'/module/user/model.php','/module/user','file','M'),(27411,2,10430,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(27412,2,10430,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(27413,2,10430,'/module/user/view/create.html.php','/module/user/view','file','M'),(27414,2,10430,'/module/user/view/edit.html.php','/module/user/view','file','M'),(27415,2,10431,'/config/filter.php','/config','file','M'),(27416,2,10431,'/module/testtask/control.php','/module/testtask','file','M'),(27417,2,10431,'/module/testtask/js/browse.js','/module/testtask/js','file','M'),(27418,2,10431,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(27419,2,10431,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(27420,2,10431,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(27421,2,10431,'/module/testtask/model.php','/module/testtask','file','M'),(27422,2,10431,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(27423,2,10432,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(27424,2,10432,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(27425,2,10432,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(27426,2,10432,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(27427,2,10433,'/module/doc/control.php','/module/doc','file','M'),(27428,2,10433,'/module/install/control.php','/module/install','file','M'),(27429,2,10433,'/module/install/lang/en.php','/module/install/lang','file','M'),(27430,2,10433,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(27431,2,10433,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(27432,2,10433,'/module/install/model.php','/module/install','file','M'),(27433,2,10433,'/module/install/view/step1.html.php','/module/install/view','file','M'),(27434,2,10434,'/module/story/control.php','/module/story','file','M'),(27435,2,10434,'/module/story/view/create.html.php','/module/story/view','file','M'),(27436,2,10434,'/module/task/control.php','/module/task','file','M'),(27437,2,10434,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(27438,2,10434,'/module/task/js/create.js','/module/task/js','file','M'),(27439,2,10434,'/module/task/model.php','/module/task','file','M'),(27440,2,10434,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(27441,2,10434,'/module/testcase/control.php','/module/testcase','file','M'),(27442,2,10434,'/module/testcase/model.php','/module/testcase','file','M'),(27443,2,10434,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(27444,2,10435,'/module/story/css/create.css','/module/story/css','file','M'),(27445,2,10435,'/module/story/view/create.html.php','/module/story/view','file','M'),(27446,2,10436,'/module/task/model.php','/module/task','file','M'),(27447,2,10437,'/module/bug/control.php','/module/bug','file','M'),(27448,2,10437,'/module/bug/js/common.js','/module/bug/js','file','M'),(27449,2,10437,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(27450,2,10437,'/module/story/control.php','/module/story','file','M'),(27451,2,10437,'/module/story/view/create.html.php','/module/story/view','file','M'),(27452,2,10437,'/module/task/control.php','/module/task','file','M'),(27453,2,10437,'/module/task/js/create.js','/module/task/js','file','M'),(27454,2,10437,'/module/task/view/create.html.php','/module/task/view','file','M'),(27455,2,10438,'/module/custom/control.php','/module/custom','file','M'),(27456,2,10438,'/module/report/control.php','/module/report','file','M'),(27457,2,10438,'/module/report/js/bugassign.js','/module/report/js','file','A'),(27458,2,10438,'/module/report/js/bugcreate.js','/module/report/js','file','M'),(27459,2,10438,'/module/report/js/productsummary.js','/module/report/js','file','M'),(27460,2,10438,'/module/report/js/projectdeviation.js','/module/report/js','file','M'),(27461,2,10438,'/module/report/js/workload.js','/module/report/js','file','M'),(27462,2,10438,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(27463,2,10439,'/module/task/config.php','/module/task','file','M'),(27464,2,10439,'/module/task/control.php','/module/task','file','M'),(27465,2,10439,'/module/task/model.php','/module/task','file','M'),(27466,2,10440,'/module/testtask/control.php','/module/testtask','file','M'),(27467,2,10440,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(27468,2,10440,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(27469,2,10441,'/module/product/config.php','/module/product','file','M'),(27470,2,10441,'/module/product/view/view.html.php','/module/product/view','file','M'),(27471,2,10441,'/module/story/view/create.html.php','/module/story/view','file','M'),(27472,2,10441,'/module/story/view/edit.html.php','/module/story/view','file','M'),(27473,2,10441,'/module/story/view/view.html.php','/module/story/view','file','M'),(27474,2,10442,'/module/product/model.php','/module/product','file','M'),(27475,2,10442,'/module/story/config.php','/module/story','file','M'),(27476,2,10442,'/module/story/model.php','/module/story','file','M'),(27477,2,10443,'/db/update9.5.sql','/db','file','A'),(27478,2,10443,'/db/zentao.sql','/db','file','M'),(27479,2,10443,'/module/bug/config.php','/module/bug','file','M'),(27480,2,10443,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(27481,2,10443,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(27482,2,10443,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(27483,2,10443,'/module/bug/model.php','/module/bug','file','M'),(27484,2,10443,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(27485,2,10443,'/module/common/model.php','/module/common','file','M'),(27486,2,10443,'/module/datatable/model.php','/module/datatable','file','M'),(27487,2,10443,'/module/task/control.php','/module/task','file','M'),(27488,2,10444,'/module/story/config.php','/module/story','file','M'),(27489,2,10444,'/module/story/control.php','/module/story','file','M'),(27490,2,10445,'/module/product/control.php','/module/product','file','M'),(27491,2,10445,'/module/product/model.php','/module/product','file','M'),(27492,2,10446,'/module/project/view/edit.html.php','/module/project/view','file','M'),(27493,2,10446,'/module/testtask/model.php','/module/testtask','file','M'),(27494,2,10447,'/module/testreport/control.php','/module/testreport','file','M'),(27495,2,10447,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(27496,2,10447,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(27497,2,10447,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(27498,2,10447,'/module/testreport/model.php','/module/testreport','file','M'),(27499,2,10449,'/module/custom/control.php','/module/custom','file','M'),(27500,2,10449,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27501,2,10449,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27502,2,10449,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(27503,2,10449,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(27504,2,10449,'/module/testcase/config.php','/module/testcase','file','M'),(27505,2,10449,'/module/testcase/control.php','/module/testcase','file','M'),(27506,2,10449,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(27507,2,10449,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(27508,2,10449,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(27509,2,10449,'/module/testcase/model.php','/module/testcase','file','M'),(27510,2,10449,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(27511,2,10449,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(27512,2,10450,'/config/config.php','/config','file','M'),(27513,2,10450,'/module/action/model.php','/module/action','file','M'),(27514,2,10451,'/module/dept/control.php','/module/dept','file','M'),(27515,2,10451,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(27516,2,10451,'/module/user/control.php','/module/user','file','M'),(27517,2,10453,'/module/action/model.php','/module/action','file','M'),(27518,2,10453,'/module/mail/model.php','/module/mail','file','M'),(27519,2,10453,'/module/svn/model.php','/module/svn','file','M'),(27520,2,10454,'/module/my/control.php','/module/my','file','M'),(27521,2,10454,'/module/testcase/model.php','/module/testcase','file','M'),(27522,2,10454,'/module/testtask/control.php','/module/testtask','file','M'),(27523,2,10454,'/module/user/control.php','/module/user','file','M'),(27524,2,10454,'/module/user/lang/en.php','/module/user/lang','file','M'),(27525,2,10454,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(27526,2,10454,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(27527,2,10454,'/module/user/model.php','/module/user','file','M'),(27528,2,10454,'/module/user/view/reset.html.php','/module/user/view','file','M'),(27529,2,10455,'/module/common/model.php','/module/common','file','M'),(27530,2,10455,'/module/my/control.php','/module/my','file','M'),(27531,2,10455,'/module/my/js/editprofile.js','/module/my/js','file','A'),(27532,2,10455,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(27533,2,10455,'/module/user/control.php','/module/user','file','M'),(27534,2,10455,'/module/user/js/common.js','/module/user/js','file','M'),(27535,2,10455,'/module/user/js/login.js','/module/user/js','file','M'),(27536,2,10455,'/module/user/model.php','/module/user','file','M'),(27537,2,10455,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(27538,2,10455,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(27539,2,10455,'/module/user/view/create.html.php','/module/user/view','file','M'),(27540,2,10455,'/module/user/view/delete.html.php','/module/user/view','file','M'),(27541,2,10455,'/module/user/view/edit.html.php','/module/user/view','file','M'),(27542,2,10455,'/module/user/view/login.html.php','/module/user/view','file','M'),(27543,2,10456,'/README.md','/','file','M'),(27544,2,10457,'/Readme_zh.md','/','file','A'),(27545,2,10458,'/module/user/model.php','/module/user','file','M'),(27546,2,10459,'/module/api/model.php','/module/api','file','M'),(27547,2,10459,'/module/user/model.php','/module/user','file','M'),(27548,2,10460,'/www/index.php','/www','file','M'),(27549,2,10460,'/www/upgrade.php.tmp','/www','file','M'),(27550,2,10461,'/module/action/model.php','/module/action','file','M'),(27551,2,10462,'/module/testtask/model.php','/module/testtask','file','M'),(27552,2,10463,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(27553,2,10465,'/module/bug/control.php','/module/bug','file','M'),(27554,2,10465,'/module/bug/model.php','/module/bug','file','M'),(27555,2,10465,'/module/build/control.php','/module/build','file','M'),(27556,2,10465,'/module/company/control.php','/module/company','file','M'),(27557,2,10465,'/module/custom/control.php','/module/custom','file','M'),(27558,2,10465,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27559,2,10465,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27560,2,10465,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(27561,2,10465,'/module/dept/control.php','/module/dept','file','M'),(27562,2,10465,'/module/dept/model.php','/module/dept','file','M'),(27563,2,10465,'/module/doc/model.php','/module/doc','file','M'),(27564,2,10465,'/module/mail/model.php','/module/mail','file','M'),(27565,2,10465,'/module/my/control.php','/module/my','file','M'),(27566,2,10465,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(27567,2,10465,'/module/product/control.php','/module/product','file','M'),(27568,2,10465,'/module/project/control.php','/module/project','file','M'),(27569,2,10465,'/module/project/model.php','/module/project','file','M'),(27570,2,10465,'/module/report/control.php','/module/report','file','M'),(27571,2,10465,'/module/sso/control.php','/module/sso','file','M'),(27572,2,10465,'/module/story/control.php','/module/story','file','M'),(27573,2,10465,'/module/task/control.php','/module/task','file','M'),(27574,2,10465,'/module/testcase/control.php','/module/testcase','file','M'),(27575,2,10465,'/module/testreport/control.php','/module/testreport','file','M'),(27576,2,10465,'/module/testreport/model.php','/module/testreport','file','M'),(27577,2,10465,'/module/testtask/control.php','/module/testtask','file','M'),(27578,2,10465,'/module/tree/control.php','/module/tree','file','M'),(27579,2,10465,'/module/upgrade/model.php','/module/upgrade','file','M'),(27580,2,10465,'/module/user/config.php','/module/user','file','M'),(27581,2,10465,'/module/user/control.php','/module/user','file','M'),(27582,2,10465,'/module/user/model.php','/module/user','file','M'),(27583,2,10465,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(27584,2,10465,'/www/js/jquery/form/zentao.js','/www/js/jquery/form','file','M'),(27585,2,10466,'/framework/helper.class.php','/framework','file','M'),(27586,2,10466,'/module/action/model.php','/module/action','file','M'),(27587,2,10466,'/module/common/lang/en.php','/module/common/lang','file','M'),(27588,2,10466,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(27589,2,10467,'/module/todo/model.php','/module/todo','file','M'),(27590,2,10468,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(27591,2,10469,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(27592,2,10470,'/README.md','/','file','M'),(27593,2,10472,'/module/common/model.php','/module/common','file','M'),(27594,2,10473,'/module/build/model.php','/module/build','file','M'),(27595,2,10474,'/module/common/model.php','/module/common','file','M'),(27596,2,10474,'/www/js/jquery/form/zentao.js','/www/js/jquery/form','file','M'),(27597,2,10476,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(27598,2,10476,'/module/story/model.php','/module/story','file','M'),(27599,2,10476,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(27600,2,10487,'/module/action/lang/en.php','/module/action/lang','file','M'),(27601,2,10487,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(27602,2,10487,'/module/block/lang/en.php','/module/block/lang','file','M'),(27603,2,10487,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(27604,2,10487,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(27605,2,10487,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(27606,2,10487,'/module/build/lang/en.php','/module/build/lang','file','M'),(27607,2,10487,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(27608,2,10487,'/module/company/lang/en.php','/module/company/lang','file','M'),(27609,2,10487,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(27610,2,10487,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27611,2,10487,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27612,2,10487,'/module/dev/config.php','/module/dev','file','M'),(27613,2,10487,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(27614,2,10487,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(27615,2,10487,'/module/dev/model.php','/module/dev','file','M'),(27616,2,10487,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(27617,2,10487,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(27618,2,10487,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(27619,2,10487,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(27620,2,10487,'/module/file/lang/en.php','/module/file/lang','file','M'),(27621,2,10487,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(27622,2,10487,'/module/group/lang/en.php','/module/group/lang','file','M'),(27623,2,10487,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(27624,2,10487,'/module/mail/control.php','/module/mail','file','M'),(27625,2,10487,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(27626,2,10487,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(27627,2,10487,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(27628,2,10487,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(27629,2,10487,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(27630,2,10487,'/module/project/lang/en.php','/module/project/lang','file','M'),(27631,2,10487,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(27632,2,10487,'/module/release/lang/en.php','/module/release/lang','file','M'),(27633,2,10487,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(27634,2,10487,'/module/search/lang/en.php','/module/search/lang','file','M'),(27635,2,10487,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(27636,2,10487,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(27637,2,10487,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(27638,2,10487,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(27639,2,10487,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(27640,2,10487,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(27641,2,10487,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(27642,2,10487,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(27643,2,10487,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(27644,2,10487,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(27645,2,10487,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(27646,2,10487,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(27647,2,10487,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(27648,2,10487,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(27649,2,10487,'/module/user/lang/en.php','/module/user/lang','file','M'),(27650,2,10487,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(27651,2,10488,'/module/bug/model.php','/module/bug','file','M'),(27652,2,10488,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(27653,2,10488,'/module/custom/control.php','/module/custom','file','M'),(27654,2,10488,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27655,2,10488,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27656,2,10488,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(27657,2,10488,'/module/doc/control.php','/module/doc','file','M'),(27658,2,10488,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(27659,2,10488,'/module/product/control.php','/module/product','file','M'),(27660,2,10488,'/module/sso/control.php','/module/sso','file','M'),(27661,2,10488,'/module/story/model.php','/module/story','file','M'),(27662,2,10488,'/module/task/css/edit.css','/module/task/css','file','M'),(27663,2,10488,'/module/task/view/edit.html.php','/module/task/view','file','M'),(27664,2,10488,'/module/tree/model.php','/module/tree','file','M'),(27665,2,10489,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(27666,2,10489,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(27667,2,10489,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(27668,2,10491,'/module/testcase/control.php','/module/testcase','file','M'),(27669,2,10493,'/module/my/js/todo.js','/module/my/js','file','M'),(27670,2,10494,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(27671,2,10495,'/module/tree/js/common.js','/module/tree/js','file','M'),(27672,2,10496,'/www/js/zui/min.js','/www/js/zui','file','M'),(27673,2,10497,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(27674,2,10499,'/bin/ztcli','/bin','file','M'),(27675,2,10499,'/module/block/control.php','/module/block','file','M'),(27676,2,10499,'/module/common/lang/en.php','/module/common/lang','file','M'),(27677,2,10499,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(27678,2,10499,'/module/common/model.php','/module/common','file','M'),(27679,2,10499,'/module/file/model.php','/module/file','file','M'),(27680,2,10499,'/module/productplan/model.php','/module/productplan','file','M'),(27681,2,10499,'/module/story/model.php','/module/story','file','M'),(27682,2,10501,'/module/product/control.php','/module/product','file','M'),(27683,2,10501,'/module/task/model.php','/module/task','file','M'),(27684,2,10501,'/module/tree/model.php','/module/tree','file','M'),(27685,2,10501,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(27686,2,10503,'/module/build/control.php','/module/build','file','M'),(27687,2,10503,'/module/build/js/view.js','/module/build/js','file','M'),(27688,2,10503,'/module/build/model.php','/module/build','file','M'),(27689,2,10503,'/module/build/view/view.html.php','/module/build/view','file','M'),(27690,2,10503,'/module/product/view/build.html.php','/module/product/view','file','M'),(27691,2,10503,'/module/testtask/control.php','/module/testtask','file','M'),(27692,2,10503,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(27693,2,10503,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(27694,2,10504,'/module/dev/model.php','/module/dev','file','M'),(27695,2,10504,'/module/dev/view/api.html.php','/module/dev/view','file','M'),(27696,2,10505,'/module/dev/control.php','/module/dev','file','M'),(27697,2,10505,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(27698,2,10505,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(27699,2,10505,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(27700,2,10505,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(27701,2,10506,'/module/project/css/kanban.css','/module/project/css','file','M'),(27702,2,10507,'/www/js/my.full.js','/www/js','file','M'),(27703,2,10508,'/module/group/model.php','/module/group','file','M'),(27704,2,10508,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(27705,2,10509,'/module/git/config.php','/module/git','file','M'),(27706,2,10509,'/module/git/model.php','/module/git','file','M'),(27707,2,10509,'/module/svn/config.php','/module/svn','file','M'),(27708,2,10509,'/module/svn/model.php','/module/svn','file','M'),(27709,2,10511,'/module/doc/model.php','/module/doc','file','M'),(27710,2,10512,'/module/upgrade/model.php','/module/upgrade','file','M'),(27711,2,10513,'/www/js/my.full.js','/www/js','file','M'),(27712,2,10515,'/module/task/control.php','/module/task','file','M'),(27713,2,10516,'/module/bug/model.php','/module/bug','file','M'),(27714,2,10516,'/module/story/control.php','/module/story','file','M'),(27715,2,10516,'/module/story/model.php','/module/story','file','M'),(27716,2,10516,'/module/task/control.php','/module/task','file','M'),(27717,2,10516,'/module/task/model.php','/module/task','file','M'),(27718,2,10516,'/module/task/view/edit.html.php','/module/task/view','file','M'),(27719,2,10516,'/module/tree/model.php','/module/tree','file','M'),(27720,2,10518,'/module/git/config.php','/module/git','file','M'),(27721,2,10518,'/module/git/model.php','/module/git','file','M'),(27722,2,10518,'/module/svn/config.php','/module/svn','file','M'),(27723,2,10518,'/module/svn/model.php','/module/svn','file','M'),(27724,2,10519,'/module/project/config.php','/module/project','file','M'),(27725,2,10519,'/module/project/view/activate.html.php','/module/project/view','file','M'),(27726,2,10520,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(27727,2,10522,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(27728,2,10524,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(27729,2,10524,'/module/testcase/control.php','/module/testcase','file','M'),(27730,2,10524,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(27731,2,10524,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(27732,2,10524,'/module/testreport/model.php','/module/testreport','file','M'),(27733,2,10524,'/module/testsuite/control.php','/module/testsuite','file','M'),(27734,2,10524,'/module/testtask/model.php','/module/testtask','file','M'),(27735,2,10525,'/module/bug/control.php','/module/bug','file','M'),(27736,2,10525,'/module/common/model.php','/module/common','file','M'),(27737,2,10525,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(27738,2,10525,'/module/user/model.php','/module/user','file','M'),(27739,2,10526,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(27740,2,10527,'/module/doc/control.php','/module/doc','file','M'),(27741,2,10527,'/module/doc/model.php','/module/doc','file','M'),(27742,2,10527,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(27743,2,10528,'/module/report/lang/en.php','/module/report/lang','file','M'),(27744,2,10528,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(27745,2,10528,'/module/report/model.php','/module/report','file','M'),(27746,2,10528,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(27747,2,10530,'/module/file/model.php','/module/file','file','M'),(27748,2,10531,'/module/story/control.php','/module/story','file','M'),(27749,2,10531,'/module/testcase/control.php','/module/testcase','file','M'),(27750,2,10531,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(27751,2,10531,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(27752,2,10532,'/module/group/lang/resource.php','/module/group/lang','file','M'),(27753,2,10534,'/module/story/model.php','/module/story','file','M'),(27754,2,10535,'/module/testcase/model.php','/module/testcase','file','M'),(27755,2,10537,'/module/editor/css/edit.css','/module/editor/css','file','M'),(27756,2,10538,'/module/file/view/download.html.php','/module/file/view','file','M'),(27757,2,10539,'/module/testreport/model.php','/module/testreport','file','M'),(27758,2,10539,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(27759,2,10540,'/module/testcase/control.php','/module/testcase','file','M'),(27760,2,10541,'/module/admin/control.php','/module/admin','file','M'),(27761,2,10541,'/module/bug/js/create.js','/module/bug/js','file','M'),(27762,2,10541,'/module/install/view/step3.html.php','/module/install/view','file','M'),(27763,2,10541,'/module/install/view/step4.html.php','/module/install/view','file','M'),(27764,2,10541,'/module/product/lang/en.php','/module/product/lang','file','M'),(27765,2,10541,'/module/task/model.php','/module/task','file','M'),(27766,2,10541,'/module/upgrade/control.php','/module/upgrade','file','M'),(27767,2,10541,'/module/upgrade/model.php','/module/upgrade','file','M'),(27768,2,10542,'/module/custom/control.php','/module/custom','file','M'),(27769,2,10542,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(27770,2,10542,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(27771,2,10542,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(27772,2,10543,'/module/task/model.php','/module/task','file','M'),(27773,2,10544,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(27774,2,10546,'/module/story/js/edit.js','/module/story/js','file','M'),(27775,2,10552,'/module/project/view/preview.html.php','/module/project/view','file','M'),(27776,2,10553,'/module/file/lang/en.php','/module/file/lang','file','M'),(27777,2,10553,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(27778,2,10554,'/module/bug/js/browse.js','/module/bug/js','file','M'),(27779,2,10554,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(27780,2,10554,'/module/product/js/browse.js','/module/product/js','file','M'),(27781,2,10554,'/module/product/view/browse.html.php','/module/product/view','file','M'),(27782,2,10554,'/module/project/js/task.js','/module/project/js','file','M'),(27783,2,10554,'/module/project/view/task.html.php','/module/project/view','file','M'),(27784,2,10554,'/module/search/control.php','/module/search','file','M'),(27785,2,10554,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(27786,2,10554,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(27787,2,10556,'/lib/purifier/HTMLPurifier.autoload.php','/lib/purifier','file','A'),(27788,2,10556,'/lib/purifier/HTMLPurifier.composer.php','/lib/purifier','file','A'),(27789,2,10556,'/lib/purifier/HTMLPurifier.func.php','/lib/purifier','file','A'),(27790,2,10556,'/lib/purifier/HTMLPurifier.includes.php','/lib/purifier','file','A'),(27791,2,10556,'/lib/purifier/HTMLPurifier.kses.php','/lib/purifier','file','A'),(27792,2,10556,'/lib/purifier/HTMLPurifier.path.php','/lib/purifier','file','A'),(27793,2,10556,'/lib/purifier/HTMLPurifier.php','/lib/purifier','file','A'),(27794,2,10556,'/lib/purifier/HTMLPurifier.safe-includes.php','/lib/purifier','file','A'),(27795,2,10556,'/lib/purifier/HTMLPurifier/Arborize.php','/lib/purifier/HTMLPurifier','file','A'),(27796,2,10556,'/lib/purifier/HTMLPurifier/AttrCollections.php','/lib/purifier/HTMLPurifier','file','A'),(27797,2,10556,'/lib/purifier/HTMLPurifier/AttrDef.php','/lib/purifier/HTMLPurifier','file','A'),(27798,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27799,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/AlphaValue.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27800,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Background.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27801,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/BackgroundPosition.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27802,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Border.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27803,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Color.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27804,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Composite.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27805,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/DenyElementDecorator.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27806,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Filter.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27807,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Font.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27808,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/FontFamily.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27809,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Ident.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27810,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27811,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Length.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27812,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/ListStyle.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27813,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Multiple.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27814,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Number.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27815,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/Percentage.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27816,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27817,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/CSS/URI.php','/lib/purifier/HTMLPurifier/AttrDef/CSS','file','A'),(27818,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Clone.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27819,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Enum.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27820,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Bool.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27821,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Class.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27822,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Color.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27823,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/FrameTarget.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27824,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/ID.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27825,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Length.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27826,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/LinkTypes.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27827,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/MultiLength.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27828,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Nmtokens.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27829,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/HTML/Pixels.php','/lib/purifier/HTMLPurifier/AttrDef/HTML','file','A'),(27830,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Integer.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27831,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Lang.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27832,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Switch.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27833,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/Text.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27834,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI.php','/lib/purifier/HTMLPurifier/AttrDef','file','A'),(27835,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI/Email.php','/lib/purifier/HTMLPurifier/AttrDef/URI','file','A'),(27836,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php','/lib/purifier/HTMLPurifier/AttrDef/URI/Email','file','A'),(27837,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI/Host.php','/lib/purifier/HTMLPurifier/AttrDef/URI','file','A'),(27838,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI/IPv4.php','/lib/purifier/HTMLPurifier/AttrDef/URI','file','A'),(27839,2,10556,'/lib/purifier/HTMLPurifier/AttrDef/URI/IPv6.php','/lib/purifier/HTMLPurifier/AttrDef/URI','file','A'),(27840,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform.php','/lib/purifier/HTMLPurifier','file','A'),(27841,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Background.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27842,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/BdoDir.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27843,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/BgColor.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27844,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/BoolToCSS.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27845,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Border.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27846,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/EnumToCSS.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27847,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/ImgRequired.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27848,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/ImgSpace.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27849,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Input.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27850,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Lang.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27851,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Length.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27852,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Name.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27853,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/NameSync.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27854,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Nofollow.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27855,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/SafeEmbed.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27856,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/SafeObject.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27857,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/SafeParam.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27858,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/ScriptRequired.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27859,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/TargetBlank.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27860,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/TargetNoopener.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27861,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/TargetNoreferrer.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27862,2,10556,'/lib/purifier/HTMLPurifier/AttrTransform/Textarea.php','/lib/purifier/HTMLPurifier/AttrTransform','file','A'),(27863,2,10556,'/lib/purifier/HTMLPurifier/AttrTypes.php','/lib/purifier/HTMLPurifier','file','A'),(27864,2,10556,'/lib/purifier/HTMLPurifier/AttrValidator.php','/lib/purifier/HTMLPurifier','file','A'),(27865,2,10556,'/lib/purifier/HTMLPurifier/Bootstrap.php','/lib/purifier/HTMLPurifier','file','A'),(27866,2,10556,'/lib/purifier/HTMLPurifier/CSSDefinition.php','/lib/purifier/HTMLPurifier','file','A'),(27867,2,10556,'/lib/purifier/HTMLPurifier/ChildDef.php','/lib/purifier/HTMLPurifier','file','A'),(27868,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Chameleon.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27869,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Custom.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27870,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Empty.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27871,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/List.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27872,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Optional.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27873,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Required.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27874,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/StrictBlockquote.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27875,2,10556,'/lib/purifier/HTMLPurifier/ChildDef/Table.php','/lib/purifier/HTMLPurifier/ChildDef','file','A'),(27876,2,10556,'/lib/purifier/HTMLPurifier/Config.php','/lib/purifier/HTMLPurifier','file','A'),(27877,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema.php','/lib/purifier/HTMLPurifier','file','A'),(27878,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php','/lib/purifier/HTMLPurifier/ConfigSchema/Builder','file','A'),(27879,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Builder/Xml.php','/lib/purifier/HTMLPurifier/ConfigSchema/Builder','file','A'),(27880,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Exception.php','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27881,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Interchange.php','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27882,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Interchange/Directive.php','/lib/purifier/HTMLPurifier/ConfigSchema/Interchange','file','A'),(27883,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Interchange/Id.php','/lib/purifier/HTMLPurifier/ConfigSchema/Interchange','file','A'),(27884,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/InterchangeBuilder.php','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27885,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/Validator.php','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27886,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/ValidatorAtom.php','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27887,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema.ser','/lib/purifier/HTMLPurifier/ConfigSchema','file','A'),(27888,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27889,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27890,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27891,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27892,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27893,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27894,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27895,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27896,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27897,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27898,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27899,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.ID.HTML5.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27900,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27901,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27902,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27903,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27904,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27905,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27906,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27907,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27908,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27909,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27910,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.Predicate.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27911,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27912,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27913,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27914,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27915,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowDuplicates.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27916,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27917,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27918,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27919,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27920,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27921,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27922,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27923,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27924,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27925,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27926,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27927,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27928,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27929,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyRemoveScript.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27930,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27931,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27932,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27933,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27934,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27935,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27936,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27937,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27938,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27939,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27940,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27941,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27942,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.Language.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27943,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.LegacyEntityDecoder.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27944,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27945,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27946,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27947,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27948,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27949,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27950,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27951,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27952,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27953,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27954,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27955,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27956,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27957,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27958,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27959,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27960,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27961,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27962,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27963,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27964,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27965,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27966,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27967,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27968,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27969,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27970,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27971,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27972,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27973,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27974,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27975,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27976,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27977,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27978,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27979,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27980,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27981,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27982,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoopener.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27983,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TargetNoreferrer.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27984,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27985,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27986,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27987,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27988,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27989,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27990,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27991,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27992,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27993,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27994,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27995,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27996,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27997,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.Base.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27998,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(27999,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28000,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28001,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28002,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28003,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28004,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28005,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.Host.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28006,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28007,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28008,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28009,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28010,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28011,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28012,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28013,2,10556,'/lib/purifier/HTMLPurifier/ConfigSchema/schema/info.ini','/lib/purifier/HTMLPurifier/ConfigSchema/schema','file','A'),(28014,2,10556,'/lib/purifier/HTMLPurifier/ContentSets.php','/lib/purifier/HTMLPurifier','file','A'),(28015,2,10556,'/lib/purifier/HTMLPurifier/Context.php','/lib/purifier/HTMLPurifier','file','A'),(28016,2,10556,'/lib/purifier/HTMLPurifier/Definition.php','/lib/purifier/HTMLPurifier','file','A'),(28017,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache.php','/lib/purifier/HTMLPurifier','file','A'),(28018,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Decorator.php','/lib/purifier/HTMLPurifier/DefinitionCache','file','A'),(28019,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php','/lib/purifier/HTMLPurifier/DefinitionCache/Decorator','file','A'),(28020,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Decorator/Memory.php','/lib/purifier/HTMLPurifier/DefinitionCache/Decorator','file','A'),(28021,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Decorator/Template.php.in','/lib/purifier/HTMLPurifier/DefinitionCache/Decorator','file','A'),(28022,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Null.php','/lib/purifier/HTMLPurifier/DefinitionCache','file','A'),(28023,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Serializer.php','/lib/purifier/HTMLPurifier/DefinitionCache','file','A'),(28024,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCache/Serializer/README','/lib/purifier/HTMLPurifier/DefinitionCache/Serializer','file','A'),(28025,2,10556,'/lib/purifier/HTMLPurifier/DefinitionCacheFactory.php','/lib/purifier/HTMLPurifier','file','A'),(28026,2,10556,'/lib/purifier/HTMLPurifier/Doctype.php','/lib/purifier/HTMLPurifier','file','A'),(28027,2,10556,'/lib/purifier/HTMLPurifier/DoctypeRegistry.php','/lib/purifier/HTMLPurifier','file','A'),(28028,2,10556,'/lib/purifier/HTMLPurifier/ElementDef.php','/lib/purifier/HTMLPurifier','file','A'),(28029,2,10556,'/lib/purifier/HTMLPurifier/Encoder.php','/lib/purifier/HTMLPurifier','file','A'),(28030,2,10556,'/lib/purifier/HTMLPurifier/EntityLookup.php','/lib/purifier/HTMLPurifier','file','A'),(28031,2,10556,'/lib/purifier/HTMLPurifier/EntityLookup/entities.ser','/lib/purifier/HTMLPurifier/EntityLookup','file','A'),(28032,2,10556,'/lib/purifier/HTMLPurifier/EntityParser.php','/lib/purifier/HTMLPurifier','file','A'),(28033,2,10556,'/lib/purifier/HTMLPurifier/ErrorCollector.php','/lib/purifier/HTMLPurifier','file','A'),(28034,2,10556,'/lib/purifier/HTMLPurifier/ErrorStruct.php','/lib/purifier/HTMLPurifier','file','A'),(28035,2,10556,'/lib/purifier/HTMLPurifier/Exception.php','/lib/purifier/HTMLPurifier','file','A'),(28036,2,10556,'/lib/purifier/HTMLPurifier/Filter.php','/lib/purifier/HTMLPurifier','file','A'),(28037,2,10556,'/lib/purifier/HTMLPurifier/Filter/ExtractStyleBlocks.php','/lib/purifier/HTMLPurifier/Filter','file','A'),(28038,2,10556,'/lib/purifier/HTMLPurifier/Filter/YouTube.php','/lib/purifier/HTMLPurifier/Filter','file','A'),(28039,2,10556,'/lib/purifier/HTMLPurifier/Generator.php','/lib/purifier/HTMLPurifier','file','A'),(28040,2,10556,'/lib/purifier/HTMLPurifier/HTMLDefinition.php','/lib/purifier/HTMLPurifier','file','A'),(28041,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule.php','/lib/purifier/HTMLPurifier','file','A'),(28042,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Bdo.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28043,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/CommonAttributes.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28044,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Edit.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28045,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Forms.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28046,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Hypertext.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28047,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Iframe.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28048,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Image.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28049,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Legacy.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28050,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/List.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28051,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Name.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28052,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Nofollow.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28053,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28054,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Object.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28055,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Presentation.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28056,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Proprietary.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28057,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Ruby.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28058,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/SafeEmbed.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28059,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/SafeObject.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28060,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/SafeScripting.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28061,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Scripting.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28062,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/StyleAttribute.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28063,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tables.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28064,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Target.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28065,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/TargetBlank.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28066,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/TargetNoopener.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28067,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/TargetNoreferrer.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28068,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Text.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28069,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28070,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/Name.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28071,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/Proprietary.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28072,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/Strict.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28073,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/Transitional.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28074,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/XHTML.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28075,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php','/lib/purifier/HTMLPurifier/HTMLModule/Tidy','file','A'),(28076,2,10556,'/lib/purifier/HTMLPurifier/HTMLModule/XMLCommonAttributes.php','/lib/purifier/HTMLPurifier/HTMLModule','file','A'),(28077,2,10556,'/lib/purifier/HTMLPurifier/HTMLModuleManager.php','/lib/purifier/HTMLPurifier','file','A'),(28078,2,10556,'/lib/purifier/HTMLPurifier/IDAccumulator.php','/lib/purifier/HTMLPurifier','file','A'),(28079,2,10556,'/lib/purifier/HTMLPurifier/Injector.php','/lib/purifier/HTMLPurifier','file','A'),(28080,2,10556,'/lib/purifier/HTMLPurifier/Injector/AutoParagraph.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28081,2,10556,'/lib/purifier/HTMLPurifier/Injector/DisplayLinkURI.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28082,2,10556,'/lib/purifier/HTMLPurifier/Injector/Linkify.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28083,2,10556,'/lib/purifier/HTMLPurifier/Injector/PurifierLinkify.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28084,2,10556,'/lib/purifier/HTMLPurifier/Injector/RemoveEmpty.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28085,2,10556,'/lib/purifier/HTMLPurifier/Injector/RemoveSpansWithoutAttributes.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28086,2,10556,'/lib/purifier/HTMLPurifier/Injector/SafeObject.php','/lib/purifier/HTMLPurifier/Injector','file','A'),(28087,2,10556,'/lib/purifier/HTMLPurifier/Language.php','/lib/purifier/HTMLPurifier','file','A'),(28088,2,10556,'/lib/purifier/HTMLPurifier/Language/classes/en-x-test.php','/lib/purifier/HTMLPurifier/Language/classes','file','A'),(28089,2,10556,'/lib/purifier/HTMLPurifier/Language/messages/en-x-test.php','/lib/purifier/HTMLPurifier/Language/messages','file','A'),(28090,2,10556,'/lib/purifier/HTMLPurifier/Language/messages/en-x-testmini.php','/lib/purifier/HTMLPurifier/Language/messages','file','A'),(28091,2,10556,'/lib/purifier/HTMLPurifier/Language/messages/en.php','/lib/purifier/HTMLPurifier/Language/messages','file','A'),(28092,2,10556,'/lib/purifier/HTMLPurifier/LanguageFactory.php','/lib/purifier/HTMLPurifier','file','A'),(28093,2,10556,'/lib/purifier/HTMLPurifier/Length.php','/lib/purifier/HTMLPurifier','file','A'),(28094,2,10556,'/lib/purifier/HTMLPurifier/Lexer.php','/lib/purifier/HTMLPurifier','file','A'),(28095,2,10556,'/lib/purifier/HTMLPurifier/Lexer/DOMLex.php','/lib/purifier/HTMLPurifier/Lexer','file','A'),(28096,2,10556,'/lib/purifier/HTMLPurifier/Lexer/DirectLex.php','/lib/purifier/HTMLPurifier/Lexer','file','A'),(28097,2,10556,'/lib/purifier/HTMLPurifier/Lexer/PH5P.php','/lib/purifier/HTMLPurifier/Lexer','file','A'),(28098,2,10556,'/lib/purifier/HTMLPurifier/Node.php','/lib/purifier/HTMLPurifier','file','A'),(28099,2,10556,'/lib/purifier/HTMLPurifier/Node/Comment.php','/lib/purifier/HTMLPurifier/Node','file','A'),(28100,2,10556,'/lib/purifier/HTMLPurifier/Node/Element.php','/lib/purifier/HTMLPurifier/Node','file','A'),(28101,2,10556,'/lib/purifier/HTMLPurifier/Node/Text.php','/lib/purifier/HTMLPurifier/Node','file','A'),(28102,2,10556,'/lib/purifier/HTMLPurifier/PercentEncoder.php','/lib/purifier/HTMLPurifier','file','A'),(28103,2,10556,'/lib/purifier/HTMLPurifier/Printer.php','/lib/purifier/HTMLPurifier','file','A'),(28104,2,10556,'/lib/purifier/HTMLPurifier/Printer/CSSDefinition.php','/lib/purifier/HTMLPurifier/Printer','file','A'),(28105,2,10556,'/lib/purifier/HTMLPurifier/Printer/ConfigForm.css','/lib/purifier/HTMLPurifier/Printer','file','A'),(28106,2,10556,'/lib/purifier/HTMLPurifier/Printer/ConfigForm.js','/lib/purifier/HTMLPurifier/Printer','file','A'),(28107,2,10556,'/lib/purifier/HTMLPurifier/Printer/ConfigForm.php','/lib/purifier/HTMLPurifier/Printer','file','A'),(28108,2,10556,'/lib/purifier/HTMLPurifier/Printer/HTMLDefinition.php','/lib/purifier/HTMLPurifier/Printer','file','A'),(28109,2,10556,'/lib/purifier/HTMLPurifier/PropertyList.php','/lib/purifier/HTMLPurifier','file','A'),(28110,2,10556,'/lib/purifier/HTMLPurifier/PropertyListIterator.php','/lib/purifier/HTMLPurifier','file','A'),(28111,2,10556,'/lib/purifier/HTMLPurifier/Queue.php','/lib/purifier/HTMLPurifier','file','A'),(28112,2,10556,'/lib/purifier/HTMLPurifier/Strategy.php','/lib/purifier/HTMLPurifier','file','A'),(28113,2,10556,'/lib/purifier/HTMLPurifier/Strategy/Composite.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28114,2,10556,'/lib/purifier/HTMLPurifier/Strategy/Core.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28115,2,10556,'/lib/purifier/HTMLPurifier/Strategy/FixNesting.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28116,2,10556,'/lib/purifier/HTMLPurifier/Strategy/MakeWellFormed.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28117,2,10556,'/lib/purifier/HTMLPurifier/Strategy/RemoveForeignElements.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28118,2,10556,'/lib/purifier/HTMLPurifier/Strategy/ValidateAttributes.php','/lib/purifier/HTMLPurifier/Strategy','file','A'),(28119,2,10556,'/lib/purifier/HTMLPurifier/StringHash.php','/lib/purifier/HTMLPurifier','file','A'),(28120,2,10556,'/lib/purifier/HTMLPurifier/StringHashParser.php','/lib/purifier/HTMLPurifier','file','A'),(28121,2,10556,'/lib/purifier/HTMLPurifier/TagTransform.php','/lib/purifier/HTMLPurifier','file','A'),(28122,2,10556,'/lib/purifier/HTMLPurifier/TagTransform/Font.php','/lib/purifier/HTMLPurifier/TagTransform','file','A'),(28123,2,10556,'/lib/purifier/HTMLPurifier/TagTransform/Simple.php','/lib/purifier/HTMLPurifier/TagTransform','file','A'),(28124,2,10556,'/lib/purifier/HTMLPurifier/Token.php','/lib/purifier/HTMLPurifier','file','A'),(28125,2,10556,'/lib/purifier/HTMLPurifier/Token/Comment.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28126,2,10556,'/lib/purifier/HTMLPurifier/Token/Empty.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28127,2,10556,'/lib/purifier/HTMLPurifier/Token/End.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28128,2,10556,'/lib/purifier/HTMLPurifier/Token/Start.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28129,2,10556,'/lib/purifier/HTMLPurifier/Token/Tag.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28130,2,10556,'/lib/purifier/HTMLPurifier/Token/Text.php','/lib/purifier/HTMLPurifier/Token','file','A'),(28131,2,10556,'/lib/purifier/HTMLPurifier/TokenFactory.php','/lib/purifier/HTMLPurifier','file','A'),(28132,2,10556,'/lib/purifier/HTMLPurifier/URI.php','/lib/purifier/HTMLPurifier','file','A'),(28133,2,10556,'/lib/purifier/HTMLPurifier/URIDefinition.php','/lib/purifier/HTMLPurifier','file','A'),(28134,2,10556,'/lib/purifier/HTMLPurifier/URIFilter.php','/lib/purifier/HTMLPurifier','file','A'),(28135,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/DisableExternal.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28136,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/DisableExternalResources.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28137,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/DisableResources.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28138,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/HostBlacklist.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28139,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/MakeAbsolute.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28140,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/Munge.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28141,2,10556,'/lib/purifier/HTMLPurifier/URIFilter/SafeIframe.php','/lib/purifier/HTMLPurifier/URIFilter','file','A'),(28142,2,10556,'/lib/purifier/HTMLPurifier/URIParser.php','/lib/purifier/HTMLPurifier','file','A'),(28143,2,10556,'/lib/purifier/HTMLPurifier/URIScheme.php','/lib/purifier/HTMLPurifier','file','A'),(28144,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/data.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28145,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/file.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28146,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/ftp.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28147,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/http.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28148,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/https.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28149,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/mailto.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28150,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/news.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28151,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/nntp.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28152,2,10556,'/lib/purifier/HTMLPurifier/URIScheme/tel.php','/lib/purifier/HTMLPurifier/URIScheme','file','A'),(28153,2,10556,'/lib/purifier/HTMLPurifier/URISchemeRegistry.php','/lib/purifier/HTMLPurifier','file','A'),(28154,2,10556,'/lib/purifier/HTMLPurifier/UnitConverter.php','/lib/purifier/HTMLPurifier','file','A'),(28155,2,10556,'/lib/purifier/HTMLPurifier/VarParser.php','/lib/purifier/HTMLPurifier','file','A'),(28156,2,10556,'/lib/purifier/HTMLPurifier/VarParser/Flexible.php','/lib/purifier/HTMLPurifier/VarParser','file','A'),(28157,2,10556,'/lib/purifier/HTMLPurifier/VarParser/Native.php','/lib/purifier/HTMLPurifier/VarParser','file','A'),(28158,2,10556,'/lib/purifier/HTMLPurifier/VarParserException.php','/lib/purifier/HTMLPurifier','file','A'),(28159,2,10556,'/lib/purifier/HTMLPurifier/Zipper.php','/lib/purifier/HTMLPurifier','file','A'),(28160,2,10556,'/lib/purifier/purifier.class.php','/lib/purifier','file','M'),(28161,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Builder','file','D'),(28162,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Builder','file','D'),(28163,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Exception.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28164,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28165,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Interchange','file','D'),(28166,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Interchange','file','D'),(28167,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28168,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/Validator.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28169,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28170,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema.ser','/lib/purifier/standalone/HTMLPurifier/ConfigSchema','file','D'),(28171,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28172,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28173,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28174,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28175,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28176,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28177,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28178,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28179,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28180,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28181,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28182,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28183,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28184,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28185,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28186,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28187,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28188,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28189,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28190,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28191,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28192,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28193,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28194,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28195,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28196,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28197,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28198,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28199,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28200,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28201,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28202,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28203,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28204,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28205,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28206,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28207,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28208,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28209,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28210,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28211,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28212,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28213,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28214,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28215,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28216,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28217,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28218,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28219,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28220,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28221,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28222,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28223,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28224,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28225,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28226,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28227,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28228,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28229,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28230,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28231,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28232,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28233,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28234,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28235,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28236,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28237,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28238,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28239,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28240,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28241,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28242,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28243,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28244,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28245,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28246,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28247,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28248,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28249,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28250,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28251,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28252,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28253,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28254,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28255,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28256,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28257,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28258,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28259,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28260,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28261,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28262,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28263,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28264,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28265,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28266,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28267,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28268,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28269,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28270,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28271,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28272,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28273,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Base.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28274,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28275,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28276,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28277,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28278,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28279,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28280,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28281,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28282,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28283,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28284,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28285,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28286,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28287,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28288,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28289,2,10556,'/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini','/lib/purifier/standalone/HTMLPurifier/ConfigSchema/schema','file','D'),(28290,2,10556,'/lib/purifier/standalone/HTMLPurifier/EntityLookup/entities.ser','/lib/purifier/standalone/HTMLPurifier/EntityLookup','file','D'),(28291,2,10556,'/lib/purifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php','/lib/purifier/standalone/HTMLPurifier/Filter','file','D'),(28292,2,10556,'/lib/purifier/standalone/HTMLPurifier/Filter/YouTube.php','/lib/purifier/standalone/HTMLPurifier/Filter','file','D'),(28293,2,10556,'/lib/purifier/standalone/HTMLPurifier/Language/classes/en-x-test.php','/lib/purifier/standalone/HTMLPurifier/Language/classes','file','D'),(28294,2,10556,'/lib/purifier/standalone/HTMLPurifier/Language/messages/en-x-test.php','/lib/purifier/standalone/HTMLPurifier/Language/messages','file','D'),(28295,2,10556,'/lib/purifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php','/lib/purifier/standalone/HTMLPurifier/Language/messages','file','D'),(28296,2,10556,'/lib/purifier/standalone/HTMLPurifier/Language/messages/en.php','/lib/purifier/standalone/HTMLPurifier/Language/messages','file','D'),(28297,2,10556,'/lib/purifier/standalone/HTMLPurifier/Lexer/PH5P.php','/lib/purifier/standalone/HTMLPurifier/Lexer','file','D'),(28298,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer.php','/lib/purifier/standalone/HTMLPurifier','file','D'),(28299,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer/CSSDefinition.php','/lib/purifier/standalone/HTMLPurifier/Printer','file','D'),(28300,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer/ConfigForm.css','/lib/purifier/standalone/HTMLPurifier/Printer','file','D'),(28301,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer/ConfigForm.js','/lib/purifier/standalone/HTMLPurifier/Printer','file','D'),(28302,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer/ConfigForm.php','/lib/purifier/standalone/HTMLPurifier/Printer','file','D'),(28303,2,10556,'/lib/purifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php','/lib/purifier/standalone/HTMLPurifier/Printer','file','D'),(28304,2,10556,'/module/doc/model.php','/module/doc','file','M'),(28305,2,10556,'/module/task/view/view.html.php','/module/task/view','file','M'),(28306,2,10556,'/www/theme/default/style.css','/www/theme/default','file','M'),(28307,2,10557,'/module/doc/control.php','/module/doc','file','M'),(28308,2,10557,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(28309,2,10557,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28310,2,10557,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(28311,2,10557,'/module/doc/model.php','/module/doc','file','M'),(28312,2,10557,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(28313,2,10558,'/module/extension/control.php','/module/extension','file','M'),(28314,2,10558,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(28315,2,10559,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(28316,2,10560,'/module/testsuite/model.php','/module/testsuite','file','M'),(28317,2,10561,'/module/custom/control.php','/module/custom','file','M'),(28318,2,10562,'/module/tree/js/browse.js','/module/tree/js','file','M'),(28319,2,10564,'/module/project/model.php','/module/project','file','M'),(28320,2,10564,'/module/tutorial/model.php','/module/tutorial','file','M'),(28321,2,10565,'/module/report/model.php','/module/report','file','M'),(28322,2,10566,'/module/my/control.php','/module/my','file','M'),(28323,2,10567,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(28324,2,10568,'/db/zentao.sql','/db','file','M'),(28325,2,10568,'/module/bug/control.php','/module/bug','file','M'),(28326,2,10568,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(28327,2,10568,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(28328,2,10568,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(28329,2,10568,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28330,2,10568,'/module/group/lang/en.php','/module/group/lang','file','M'),(28331,2,10568,'/module/group/lang/resource.php','/module/group/lang','file','M'),(28332,2,10568,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(28333,2,10568,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(28334,2,10570,'/module/project/css/common.css','/module/project/css','file','M'),(28335,2,10570,'/module/project/js/create.js','/module/project/js','file','M'),(28336,2,10572,'/module/story/config.php','/module/story','file','M'),(28337,2,10572,'/module/story/control.php','/module/story','file','M'),(28338,2,10572,'/module/testcase/config.php','/module/testcase','file','M'),(28339,2,10572,'/module/testcase/control.php','/module/testcase','file','M'),(28340,2,10574,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(28341,2,10576,'/db/update9.4.sql','/db','file','A'),(28342,2,10576,'/db/zentao.sql','/db','file','M'),(28343,2,10578,'/module/project/js/common.js','/module/project/js','file','M'),(28344,2,10578,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(28345,2,10578,'/module/project/view/create.html.php','/module/project/view','file','M'),(28346,2,10578,'/module/project/view/edit.html.php','/module/project/view','file','M'),(28347,2,10579,'/module/task/config.php','/module/task','file','M'),(28348,2,10579,'/module/task/css/recordestimate.css','/module/task/css','file','M'),(28349,2,10579,'/module/task/lang/en.php','/module/task/lang','file','M'),(28350,2,10579,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(28351,2,10579,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(28352,2,10579,'/module/task/model.php','/module/task','file','M'),(28353,2,10579,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(28354,2,10580,'/www/js/jquery/form/zentao.js','/www/js/jquery/form','file','M'),(28355,2,10582,'/module/bug/control.php','/module/bug','file','M'),(28356,2,10582,'/module/bug/model.php','/module/bug','file','M'),(28357,2,10582,'/module/build/control.php','/module/build','file','M'),(28358,2,10582,'/module/company/control.php','/module/company','file','M'),(28359,2,10582,'/module/cron/model.php','/module/cron','file','M'),(28360,2,10582,'/module/custom/control.php','/module/custom','file','M'),(28361,2,10582,'/module/dept/control.php','/module/dept','file','M'),(28362,2,10582,'/module/dept/model.php','/module/dept','file','M'),(28363,2,10582,'/module/doc/control.php','/module/doc','file','M'),(28364,2,10582,'/module/mail/model.php','/module/mail','file','M'),(28365,2,10582,'/module/my/control.php','/module/my','file','M'),(28366,2,10582,'/module/product/control.php','/module/product','file','M'),(28367,2,10582,'/module/project/control.php','/module/project','file','M'),(28368,2,10582,'/module/report/control.php','/module/report','file','M'),(28369,2,10582,'/module/sso/control.php','/module/sso','file','M'),(28370,2,10582,'/module/story/control.php','/module/story','file','M'),(28371,2,10582,'/module/task/control.php','/module/task','file','M'),(28372,2,10582,'/module/testcase/control.php','/module/testcase','file','M'),(28373,2,10582,'/module/testreport/control.php','/module/testreport','file','M'),(28374,2,10582,'/module/testreport/model.php','/module/testreport','file','M'),(28375,2,10582,'/module/testtask/control.php','/module/testtask','file','M'),(28376,2,10582,'/module/tree/control.php','/module/tree','file','M'),(28377,2,10582,'/module/user/control.php','/module/user','file','M'),(28378,2,10582,'/module/user/model.php','/module/user','file','M'),(28379,2,10583,'/module/doc/model.php','/module/doc','file','M'),(28380,2,10583,'/module/mail/model.php','/module/mail','file','M'),(28381,2,10584,'/module/doc/model.php','/module/doc','file','M'),(28382,2,10585,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28383,2,10585,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(28384,2,10586,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28385,2,10588,'/lib/base/pager/pager.class.php','/lib/base/pager','file','M'),(28386,2,10589,'/module/custom/js/set.js','/module/custom/js','file','M'),(28387,2,10589,'/module/testcase/control.php','/module/testcase','file','M'),(28388,2,10589,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(28389,2,10589,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(28390,2,10589,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(28391,2,10589,'/module/testsuite/model.php','/module/testsuite','file','M'),(28392,2,10589,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(28393,2,10590,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(28394,2,10590,'/module/user/model.php','/module/user','file','M'),(28395,2,10591,'/module/cron/model.php','/module/cron','file','M'),(28396,2,10592,'/module/testtask/control.php','/module/testtask','file','M'),(28397,2,10593,'/module/doc/css/objectlibs.css','/module/doc/css','file','M'),(28398,2,10594,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(28399,2,10595,'/module/report/model.php','/module/report','file','M'),(28400,2,10596,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(28401,2,10597,'/module/search/model.php','/module/search','file','M'),(28402,2,10598,'/module/common/view/header.html.php','/module/common/view','file','M'),(28403,2,10598,'/module/doc/css/alllibs.css','/module/doc/css','file','M'),(28404,2,10598,'/module/doc/js/common.js','/module/doc/js','file','M'),(28405,2,10598,'/module/doc/model.php','/module/doc','file','M'),(28406,2,10598,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(28407,2,10598,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(28408,2,10598,'/module/testsuite/control.php','/module/testsuite','file','M'),(28409,2,10599,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(28410,2,10600,'/module/common/model.php','/module/common','file','M'),(28411,2,10601,'/module/story/view/bugs.html.php','/module/story/view','file','M'),(28412,2,10602,'/module/release/view/view.html.php','/module/release/view','file','M'),(28413,2,10604,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(28414,2,10605,'/module/testtask/model.php','/module/testtask','file','M'),(28415,2,10606,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28416,2,10607,'/framework/base/router.class.php','/framework/base','file','M'),(28417,2,10607,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(28418,2,10608,'/config/filter.php','/config','file','M'),(28419,2,10608,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(28420,2,10608,'/module/admin/control.php','/module/admin','file','M'),(28421,2,10608,'/module/build/control.php','/module/build','file','M'),(28422,2,10608,'/module/build/css/view.css','/module/build/css','file','M'),(28423,2,10608,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(28424,2,10608,'/module/build/model.php','/module/build','file','M'),(28425,2,10608,'/module/build/view/create.html.php','/module/build/view','file','M'),(28426,2,10608,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(28427,2,10608,'/module/common/lang/en.php','/module/common/lang','file','M'),(28428,2,10608,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28429,2,10608,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(28430,2,10608,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(28431,2,10608,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(28432,2,10608,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(28433,2,10608,'/module/project/control.php','/module/project','file','M'),(28434,2,10608,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(28435,2,10609,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(28436,2,10609,'/module/common/view/header.html.php','/module/common/view','file','M'),(28437,2,10609,'/www/js/my.full.js','/www/js','file','M'),(28438,2,10609,'/www/theme/default/style.css','/www/theme/default','file','M'),(28439,2,10610,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(28440,2,10610,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(28441,2,10610,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(28442,2,10610,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(28443,2,10610,'/module/sso/lang/zh-cn.php','/module/sso/lang','file','M'),(28444,2,10610,'/module/sso/lang/zh-tw.php','/module/sso/lang','file','M'),(28445,2,10610,'/www/checktable.php','/www','file','M'),(28446,2,10611,'/VERSION','/','file','M'),(28447,2,10611,'/config/config.php','/config','file','M'),(28448,2,10611,'/doc/CHANGELOG','/doc','file','M'),(28449,2,10611,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(28450,2,10611,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(28451,2,10611,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(28452,2,10611,'/module/upgrade/model.php','/module/upgrade','file','M'),(28453,2,10612,'/module/task/control.php','/module/task','file','M'),(28454,2,10613,'/module/action/control.php','/module/action','file','M'),(28455,2,10613,'/module/action/lang/en.php','/module/action/lang','file','M'),(28456,2,10613,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(28457,2,10613,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(28458,2,10614,'/module/report/model.php','/module/report','file','M'),(28459,2,10618,'/module/common/lang/en.php','/module/common/lang','file','M'),(28460,2,10618,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28461,2,10618,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(28462,2,10618,'/module/todo/js/common.js','/module/todo/js','file','M'),(28463,2,10620,'/module/doc/css/view.css','/module/doc/css','file','M'),(28464,2,10620,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(28465,2,10621,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(28466,2,10621,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(28467,2,10622,'/module/doc/control.php','/module/doc','file','M'),(28468,2,10622,'/module/doc/css/diff.css','/module/doc/css','file','D'),(28469,2,10622,'/module/doc/model.php','/module/doc','file','M'),(28470,2,10622,'/module/doc/view/diff.html.php','/module/doc/view','file','D'),(28471,2,10622,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(28472,2,10623,'/framework/base/router.class.php','/framework/base','file','M'),(28473,2,10624,'/module/build/view/create.html.php','/module/build/view','file','M'),(28474,2,10624,'/module/project/control.php','/module/project','file','M'),(28475,2,10625,'/module/testcase/view/review.html.php','/module/testcase/view','file','M'),(28476,2,10626,'/module/bug/control.php','/module/bug','file','M'),(28477,2,10626,'/module/bug/model.php','/module/bug','file','M'),(28478,2,10627,'/module/action/model.php','/module/action','file','M'),(28479,2,10628,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(28480,2,10629,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28481,2,10629,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(28482,2,10629,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(28483,2,10630,'/module/productplan/control.php','/module/productplan','file','M'),(28484,2,10631,'/module/bug/model.php','/module/bug','file','M'),(28485,2,10632,'/module/task/model.php','/module/task','file','M'),(28486,2,10633,'/www/theme/default/style.css','/www/theme/default','file','M'),(28487,2,10634,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(28488,2,10634,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(28489,2,10635,'/module/release/css/view.css','/module/release/css','file','M'),(28490,2,10635,'/module/release/view/view.html.php','/module/release/view','file','M'),(28491,2,10637,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(28492,2,10639,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(28493,2,10639,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(28494,2,10639,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(28495,2,10639,'/module/misc/view/checktable.html.php','/module/misc/view','file','M'),(28496,2,10639,'/www/checktable.php','/www','file','M'),(28497,2,10641,'/framework/base/router.class.php','/framework/base','file','M'),(28498,2,10641,'/module/bug/model.php','/module/bug','file','M'),(28499,2,10641,'/module/install/view/step1.html.php','/module/install/view','file','M'),(28500,2,10641,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(28501,2,10641,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(28502,2,10641,'/module/todo/js/common.js','/module/todo/js','file','M'),(28503,2,10641,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(28504,2,10641,'/module/user/model.php','/module/user','file','M'),(28505,2,10642,'/config/filter.php','/config','file','M'),(28506,2,10642,'/module/doc/control.php','/module/doc','file','M'),(28507,2,10643,'/module/admin/control.php','/module/admin','file','M'),(28508,2,10643,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(28509,2,10643,'/module/common/view/footer.html.php','/module/common/view','file','M'),(28510,2,10643,'/module/common/view/header.html.php','/module/common/view','file','M'),(28511,2,10643,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(28512,2,10643,'/module/sso/lang/zh-cn.php','/module/sso/lang','file','M'),(28513,2,10643,'/module/sso/lang/zh-tw.php','/module/sso/lang','file','M'),(28514,2,10644,'/module/productplan/control.php','/module/productplan','file','M'),(28515,2,10644,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(28516,2,10645,'/module/testtask/model.php','/module/testtask','file','M'),(28517,2,10646,'/module/productplan/control.php','/module/productplan','file','M'),(28518,2,10646,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(28519,2,10646,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(28520,2,10646,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(28521,2,10646,'/module/productplan/model.php','/module/productplan','file','M'),(28522,2,10646,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(28523,2,10647,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28524,2,10648,'/db/update9.3.beta.sql','/db','file','A'),(28525,2,10648,'/db/zentao.sql','/db','file','M'),(28526,2,10649,'/module/bug/config.php','/module/bug','file','M'),(28527,2,10650,'/framework/base/router.class.php','/framework/base','file','M'),(28528,2,10651,'/framework/base/router.class.php','/framework/base','file','M'),(28529,2,10651,'/module/common/lang/en.php','/module/common/lang','file','M'),(28530,2,10651,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(28531,2,10651,'/module/file/model.php','/module/file','file','M'),(28532,2,10651,'/module/search/model.php','/module/search','file','M'),(28533,2,10652,'/config/config.php','/config','file','M'),(28534,2,10652,'/module/block/model.php','/module/block','file','M'),(28535,2,10652,'/module/search/model.php','/module/search','file','M'),(28536,2,10652,'/module/testreport/model.php','/module/testreport','file','M'),(28537,2,10653,'/framework/base/router.class.php','/framework/base','file','M'),(28538,2,10654,'/module/file/model.php','/module/file','file','M'),(28539,2,10655,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(28540,2,10655,'/module/file/model.php','/module/file','file','M'),(28541,2,10655,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(28542,2,10656,'/tools/check.php','/tools','file','M'),(28543,2,10657,'/module/file/control.php','/module/file','file','M'),(28544,2,10657,'/module/testcase/control.php','/module/testcase','file','M'),(28545,2,10657,'/module/testsuite/control.php','/module/testsuite','file','M'),(28546,2,10658,'/module/action/model.php','/module/action','file','M'),(28547,2,10658,'/module/block/model.php','/module/block','file','M'),(28548,2,10658,'/module/bug/control.php','/module/bug','file','M'),(28549,2,10658,'/module/bug/model.php','/module/bug','file','M'),(28550,2,10658,'/module/build/model.php','/module/build','file','M'),(28551,2,10658,'/module/doc/model.php','/module/doc','file','M'),(28552,2,10658,'/module/file/model.php','/module/file','file','M'),(28553,2,10658,'/module/mail/model.php','/module/mail','file','M'),(28554,2,10658,'/module/product/model.php','/module/product','file','M'),(28555,2,10658,'/module/productplan/model.php','/module/productplan','file','M'),(28556,2,10658,'/module/project/model.php','/module/project','file','M'),(28557,2,10658,'/module/release/model.php','/module/release','file','M'),(28558,2,10658,'/module/story/control.php','/module/story','file','M'),(28559,2,10658,'/module/story/model.php','/module/story','file','M'),(28560,2,10658,'/module/task/control.php','/module/task','file','M'),(28561,2,10658,'/module/task/model.php','/module/task','file','M'),(28562,2,10658,'/module/testreport/model.php','/module/testreport','file','M'),(28563,2,10658,'/module/testsuite/model.php','/module/testsuite','file','M'),(28564,2,10658,'/module/testtask/model.php','/module/testtask','file','M'),(28565,2,10658,'/module/todo/model.php','/module/todo','file','M'),(28566,2,10659,'/config/filter.php','/config','file','M'),(28567,2,10659,'/framework/base/router.class.php','/framework/base','file','M'),(28568,2,10659,'/module/company/view/browse.html.php','/module/company/view','file','M'),(28569,2,10660,'/config/filter.php','/config','file','M'),(28570,2,10660,'/framework/base/helper.class.php','/framework/base','file','M'),(28571,2,10660,'/framework/base/router.class.php','/framework/base','file','M'),(28572,2,10660,'/www/install.php.tmp','/www','file','M'),(28573,2,10661,'/VERSION','/','file','M'),(28574,2,10661,'/config/config.php','/config','file','M'),(28575,2,10661,'/doc/CHANGELOG','/doc','file','M'),(28576,2,10661,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(28577,2,10661,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(28578,2,10661,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(28579,2,10661,'/module/upgrade/model.php','/module/upgrade','file','M'),(28580,2,10662,'/module/file/model.php','/module/file','file','M'),(28581,2,10664,'/module/file/control.php','/module/file','file','M'),(28582,2,10664,'/module/file/model.php','/module/file','file','M'),(28583,2,10665,'/config/config.php','/config','file','M'),(28584,2,10665,'/config/zentaopms.php','/config','file','A'),(28585,2,10666,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(28586,2,10667,'/config/config.php','/config','file','M'),(28587,2,10667,'/config/filter.php','/config','file','A'),(28588,2,10667,'/framework/base/control.class.php','/framework/base','file','M'),(28589,2,10667,'/framework/base/model.class.php','/framework/base','file','M'),(28590,2,10667,'/framework/base/router.class.php','/framework/base','file','M'),(28591,2,10667,'/framework/router.class.php','/framework','file','M'),(28592,2,10667,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(28593,2,10667,'/lib/base/pager/pager.class.php','/lib/base/pager','file','M'),(28594,2,10667,'/module/block/config.php','/module/block','file','M'),(28595,2,10667,'/module/bug/config.php','/module/bug','file','M'),(28596,2,10667,'/module/doc/config.php','/module/doc','file','M'),(28597,2,10667,'/module/file/config.php','/module/file','file','M'),(28598,2,10667,'/module/file/model.php','/module/file','file','M'),(28599,2,10667,'/module/mail/config.php','/module/mail','file','M'),(28600,2,10667,'/module/misc/config.php','/module/misc','file','D'),(28601,2,10667,'/module/product/config.php','/module/product','file','M'),(28602,2,10667,'/module/project/config.php','/module/project','file','M'),(28603,2,10667,'/module/qa/config.php','/module/qa','file','M'),(28604,2,10667,'/module/sso/config.php','/module/sso','file','D'),(28605,2,10667,'/module/story/config.php','/module/story','file','M'),(28606,2,10667,'/module/task/config.php','/module/task','file','M'),(28607,2,10667,'/module/testcase/config.php','/module/testcase','file','M'),(28608,2,10667,'/module/testreport/config.php','/module/testreport','file','M'),(28609,2,10667,'/module/testsuite/config.php','/module/testsuite','file','M'),(28610,2,10667,'/module/testtask/config.php','/module/testtask','file','M'),(28611,2,10667,'/module/todo/config.php','/module/todo','file','M'),(28612,2,10667,'/module/upgrade/config.php','/module/upgrade','file','M'),(28613,2,10667,'/module/user/config.php','/module/user','file','M'),(28614,2,10668,'/config/config.php','/config','file','M'),(28615,2,10668,'/framework/base/router.class.php','/framework/base','file','M'),(28616,2,10668,'/lib/base/pager/pager.class.php','/lib/base/pager','file','M'),(28617,2,10669,'/config/config.php','/config','file','M'),(28618,2,10682,'/module/project/view/story.html.php','/module/project/view','file','M'),(28619,2,10682,'/module/story/model.php','/module/story','file','M'),(28620,2,10683,'/module/action/model.php','/module/action','file','M'),(28621,2,10684,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(28622,2,10684,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(28623,2,10685,'/module/user/js/login.js','/module/user/js','file','M'),(28624,2,10687,'/www/js/my.full.js','/www/js','file','M'),(28625,2,10689,'/module/project/view/edit.html.php','/module/project/view','file','M'),(28626,2,10689,'/module/project/view/view.html.php','/module/project/view','file','M'),(28627,2,10690,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(28628,2,10690,'/www/theme/default/style.css','/www/theme/default','file','M'),(28629,2,10691,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(28630,2,10692,'/www/js/my.full.js','/www/js','file','M'),(28631,2,10693,'/module/project/view/create.html.php','/module/project/view','file','M'),(28632,2,10695,'/module/task/view/edit.html.php','/module/task/view','file','M'),(28633,2,10696,'/module/install/model.php','/module/install','file','M'),(28634,2,10697,'/module/bug/css/common.css','/module/bug/css','file','M'),(28635,2,10697,'/module/group/lang/resource.php','/module/group/lang','file','M'),(28636,2,10698,'/module/common/lang/en.php','/module/common/lang','file','M'),(28637,2,10698,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28638,2,10700,'/module/group/lang/resource.php','/module/group/lang','file','M'),(28639,2,10701,'/module/common/lang/en.php','/module/common/lang','file','M'),(28640,2,10701,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28641,2,10702,'/Makefile','/','file','M'),(28642,2,10702,'/VERSION','/','file','M'),(28643,2,10702,'/config/config.php','/config','file','M'),(28644,2,10702,'/db/zentao.sql','/db','file','M'),(28645,2,10702,'/doc/CHANGELOG','/doc','file','M'),(28646,2,10702,'/framework/router.class.php','/framework','file','M'),(28647,2,10702,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(28648,2,10702,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(28649,2,10702,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(28650,2,10702,'/module/bug/js/browse.js','/module/bug/js','file','M'),(28651,2,10702,'/module/common/lang/en.php','/module/common/lang','file','M'),(28652,2,10702,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28653,2,10702,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(28654,2,10702,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(28655,2,10702,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(28656,2,10702,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28657,2,10702,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(28658,2,10702,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(28659,2,10702,'/module/group/lang/en.php','/module/group/lang','file','M'),(28660,2,10702,'/module/group/lang/resource.php','/module/group/lang','file','M'),(28661,2,10702,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(28662,2,10702,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(28663,2,10702,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(28664,2,10702,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(28665,2,10702,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(28666,2,10702,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(28667,2,10702,'/module/product/control.php','/module/product','file','M'),(28668,2,10702,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(28669,2,10702,'/module/product/model.php','/module/product','file','M'),(28670,2,10702,'/module/project/control.php','/module/project','file','M'),(28671,2,10702,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(28672,2,10702,'/module/qa/control.php','/module/qa','file','M'),(28673,2,10702,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(28674,2,10702,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(28675,2,10702,'/module/task/view/edit.html.php','/module/task/view','file','M'),(28676,2,10702,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(28677,2,10702,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(28678,2,10702,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','M'),(28679,2,10702,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(28680,2,10702,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(28681,2,10702,'/module/tree/view/ajaxgetdropmenu.html.php','/module/tree/view','file','M'),(28682,2,10702,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(28683,2,10702,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(28684,2,10702,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(28685,2,10702,'/module/upgrade/model.php','/module/upgrade','file','M'),(28686,2,10702,'/tools/check.php','/tools','file','M'),(28687,2,10703,'/module/doc/control.php','/module/doc','file','M'),(28688,2,10703,'/module/doc/model.php','/module/doc','file','M'),(28689,2,10704,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28690,2,10705,'/module/bug/config.php','/module/bug','file','M'),(28691,2,10706,'/module/bug/css/browse.css','/module/bug/css','file','M'),(28692,2,10706,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28693,2,10706,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(28694,2,10706,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28695,2,10706,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(28696,2,10707,'/module/bug/js/browse.js','/module/bug/js','file','M'),(28697,2,10707,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28698,2,10707,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(28699,2,10707,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28700,2,10707,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(28701,2,10708,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28702,2,10708,'/module/testsuite/control.php','/module/testsuite','file','M'),(28703,2,10708,'/module/testsuite/js/common.js','/module/testsuite/js','file','M'),(28704,2,10708,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(28705,2,10708,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(28706,2,10708,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(28707,2,10709,'/module/product/view/build.html.php','/module/product/view','file','M'),(28708,2,10710,'/module/bug/control.php','/module/bug','file','M'),(28709,2,10710,'/module/task/control.php','/module/task','file','M'),(28710,2,10712,'/module/testsuite/js/common.js','/module/testsuite/js','file','M'),(28711,2,10712,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(28712,2,10712,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(28713,2,10712,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(28714,2,10712,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(28715,2,10713,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(28716,2,10715,'/module/testtask/css/batchrun.css','/module/testtask/css','file','M'),(28717,2,10715,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(28718,2,10716,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28719,2,10716,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28720,2,10716,'/module/testcase/model.php','/module/testcase','file','M'),(28721,2,10717,'/module/testtask/model.php','/module/testtask','file','M'),(28722,2,10717,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(28723,2,10718,'/module/block/lang/en.php','/module/block/lang','file','M'),(28724,2,10718,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(28725,2,10718,'/module/block/model.php','/module/block','file','M'),(28726,2,10719,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(28727,2,10720,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(28728,2,10720,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(28729,2,10720,'/module/admin/model.php','/module/admin','file','M'),(28730,2,10720,'/module/common/model.php','/module/common','file','M'),(28731,2,10720,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(28732,2,10721,'/module/common/model.php','/module/common','file','M'),(28733,2,10722,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28734,2,10724,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(28735,2,10724,'/module/testcase/model.php','/module/testcase','file','M'),(28736,2,10724,'/module/testsuite/js/browse.js','/module/testsuite/js','file','A'),(28737,2,10724,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(28738,2,10726,'/module/tree/control.php','/module/tree','file','M'),(28739,2,10726,'/module/tree/model.php','/module/tree','file','M'),(28740,2,10727,'/module/bug/css/browse.css','/module/bug/css','file','M'),(28741,2,10727,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(28742,2,10728,'/www/js/my.full.js','/www/js','file','M'),(28743,2,10730,'/module/bug/control.php','/module/bug','file','M'),(28744,2,10730,'/module/bug/js/browse.js','/module/bug/js','file','M'),(28745,2,10730,'/module/bug/model.php','/module/bug','file','M'),(28746,2,10730,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28747,2,10730,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28748,2,10730,'/module/testcase/control.php','/module/testcase','file','M'),(28749,2,10730,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(28750,2,10730,'/module/testcase/model.php','/module/testcase','file','M'),(28751,2,10730,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28752,2,10730,'/module/testreport/model.php','/module/testreport','file','M'),(28753,2,10730,'/module/testsuite/control.php','/module/testsuite','file','M'),(28754,2,10730,'/module/testsuite/js/common.js','/module/testsuite/js','file','M'),(28755,2,10730,'/module/testsuite/model.php','/module/testsuite','file','M'),(28756,2,10730,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(28757,2,10730,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(28758,2,10730,'/module/testtask/js/browse.js','/module/testtask/js','file','A'),(28759,2,10730,'/module/testtask/model.php','/module/testtask','file','M'),(28760,2,10730,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(28761,2,10730,'/module/tree/control.php','/module/tree','file','M'),(28762,2,10730,'/module/tree/view/ajaxgetdropmenu.html.php','/module/tree/view','file','A'),(28763,2,10731,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(28764,2,10732,'/module/testreport/model.php','/module/testreport','file','M'),(28765,2,10733,'/module/backup/js/index.js','/module/backup/js','file','M'),(28766,2,10733,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(28767,2,10747,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(28768,2,10748,'/module/sso/control.php','/module/sso','file','M'),(28769,2,10748,'/module/user/model.php','/module/user','file','M'),(28770,2,10749,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(28771,2,10750,'/module/project/control.php','/module/project','file','M'),(28772,2,10750,'/module/project/lang/en.php','/module/project/lang','file','M'),(28773,2,10750,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(28774,2,10750,'/module/project/model.php','/module/project','file','M'),(28775,2,10750,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(28776,2,10751,'/module/product/css/browse.css','/module/product/css','file','M'),(28777,2,10751,'/module/story/model.php','/module/story','file','M'),(28778,2,10752,'/module/install/lang/en.php','/module/install/lang','file','M'),(28779,2,10752,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(28780,2,10752,'/module/install/model.php','/module/install','file','M'),(28781,2,10753,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(28782,2,10753,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(28783,2,10753,'/module/admin/model.php','/module/admin','file','M'),(28784,2,10753,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(28785,2,10753,'/module/install/control.php','/module/install','file','M'),(28786,2,10753,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(28787,2,10753,'/module/sso/control.php','/module/sso','file','M'),(28788,2,10753,'/module/user/model.php','/module/user','file','M'),(28789,2,10755,'/www/.htaccess','/www','file','M'),(28790,2,10755,'/www/.ztaccess','/www','file','M'),(28791,2,10756,'/module/file/control.php','/module/file','file','M'),(28792,2,10756,'/module/file/model.php','/module/file','file','M'),(28793,2,10756,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(28794,2,10756,'/www/js/uploader/min.js','/www/js/uploader','file','M'),(28795,2,10757,'/module/bug/config.php','/module/bug','file','M'),(28796,2,10759,'/module/bug/config.php','/module/bug','file','M'),(28797,2,10760,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28798,2,10760,'/module/product/control.php','/module/product','file','M'),(28799,2,10762,'/module/common/lang/en.php','/module/common/lang','file','M'),(28800,2,10762,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28801,2,10763,'/www/js/my.full.js','/www/js','file','M'),(28802,2,10763,'/www/theme/default/style.css','/www/theme/default','file','M'),(28803,2,10765,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(28804,2,10765,'/www/js/zui/min.js','/www/js/zui','file','M'),(28805,2,10767,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(28806,2,10768,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(28807,2,10768,'/module/task/model.php','/module/task','file','M'),(28808,2,10771,'/www/js/zui/min.js','/www/js/zui','file','M'),(28809,2,10773,'/module/block/control.php','/module/block','file','M'),(28810,2,10774,'/module/common/view/chart.html.php','/module/common/view','file','M'),(28811,2,10776,'/www/js/zui/min.js','/www/js/zui','file','M'),(28812,2,10777,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(28813,2,10777,'/module/common/lang/en.php','/module/common/lang','file','M'),(28814,2,10777,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(28815,2,10777,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28816,2,10777,'/module/file/lang/en.php','/module/file/lang','file','M'),(28817,2,10777,'/module/install/lang/en.php','/module/install/lang','file','M'),(28818,2,10777,'/module/product/lang/en.php','/module/product/lang','file','M'),(28819,2,10777,'/module/project/lang/en.php','/module/project/lang','file','M'),(28820,2,10777,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(28821,2,10777,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(28822,2,10779,'/module/block/control.php','/module/block','file','M'),(28823,2,10779,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28824,2,10779,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(28825,2,10779,'/module/todo/model.php','/module/todo','file','M'),(28826,2,10780,'/module/product/js/common.js','/module/product/js','file','M'),(28827,2,10781,'/module/user/css/deny.css','/module/user/css','file','M'),(28828,2,10781,'/module/user/css/login.css','/module/user/css','file','M'),(28829,2,10782,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28830,2,10782,'/module/testsuite/js/common.js','/module/testsuite/js','file','A'),(28831,2,10782,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(28832,2,10782,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','M'),(28833,2,10782,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(28834,2,10782,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(28835,2,10782,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(28836,2,10783,'/module/testsuite/control.php','/module/testsuite','file','M'),(28837,2,10784,'/module/common/view/footer.html.php','/module/common/view','file','M'),(28838,2,10786,'/framework/router.class.php','/framework','file','M'),(28839,2,10787,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28840,2,10788,'/module/action/model.php','/module/action','file','M'),(28841,2,10788,'/module/doc/model.php','/module/doc','file','M'),(28842,2,10788,'/module/product/model.php','/module/product','file','M'),(28843,2,10788,'/module/project/model.php','/module/project','file','M'),(28844,2,10788,'/www/js/jquery/syntaxhighlighter/styles/shCore.css','/www/js/jquery/syntaxhighlighter/styles','file','M'),(28845,2,10789,'/module/story/config.php','/module/story','file','M'),(28846,2,10789,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(28847,2,10790,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(28848,2,10790,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(28849,2,10790,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(28850,2,10790,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(28851,2,10790,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(28852,2,10791,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(28853,2,10792,'/module/upgrade/model.php','/module/upgrade','file','M'),(28854,2,10793,'/module/task/config.php','/module/task','file','M'),(28855,2,10794,'/module/project/view/create.html.php','/module/project/view','file','M'),(28856,2,10796,'/module/build/control.php','/module/build','file','M'),(28857,2,10796,'/module/build/css/common.css','/module/build/css','file','M'),(28858,2,10796,'/module/build/view/create.html.php','/module/build/view','file','M'),(28859,2,10796,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28860,2,10796,'/module/common/model.php','/module/common','file','M'),(28861,2,10796,'/module/product/control.php','/module/product','file','M'),(28862,2,10796,'/module/product/model.php','/module/product','file','M'),(28863,2,10796,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28864,2,10796,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(28865,2,10796,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(28866,2,10797,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(28867,2,10797,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(28868,2,10798,'/www/js/my.full.js','/www/js','file','M'),(28869,2,10799,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(28870,2,10799,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(28871,2,10799,'/www/checktable.php','/www','file','M'),(28872,2,10800,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(28873,2,10800,'/module/project/model.php','/module/project','file','M'),(28874,2,10801,'/module/doc/css/common.css','/module/doc/css','file','M'),(28875,2,10801,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(28876,2,10801,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(28877,2,10801,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(28878,2,10801,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(28879,2,10802,'/module/product/view/build.html.php','/module/product/view','file','A'),(28880,2,10804,'/framework/router.class.php','/framework','file','M'),(28881,2,10804,'/module/block/control.php','/module/block','file','M'),(28882,2,10804,'/module/bug/config.php','/module/bug','file','M'),(28883,2,10804,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(28884,2,10804,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(28885,2,10804,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(28886,2,10804,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(28887,2,10804,'/module/build/control.php','/module/build','file','M'),(28888,2,10804,'/module/build/view/create.html.php','/module/build/view','file','M'),(28889,2,10804,'/module/build/view/edit.html.php','/module/build/view','file','M'),(28890,2,10804,'/module/build/view/view.html.php','/module/build/view','file','M'),(28891,2,10804,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28892,2,10804,'/module/common/model.php','/module/common','file','M'),(28893,2,10804,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(28894,2,10804,'/module/custom/model.php','/module/custom','file','M'),(28895,2,10804,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28896,2,10804,'/module/doc/model.php','/module/doc','file','M'),(28897,2,10804,'/module/product/control.php','/module/product','file','M'),(28898,2,10804,'/module/product/js/common.js','/module/product/js','file','M'),(28899,2,10804,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(28900,2,10804,'/module/product/view/create.html.php','/module/product/view','file','M'),(28901,2,10804,'/module/product/view/edit.html.php','/module/product/view','file','M'),(28902,2,10804,'/module/product/view/view.html.php','/module/product/view','file','M'),(28903,2,10804,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(28904,2,10804,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(28905,2,10804,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(28906,2,10804,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(28907,2,10804,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(28908,2,10804,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(28909,2,10804,'/module/tree/control.php','/module/tree','file','M'),(28910,2,10804,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(28911,2,10805,'/module/project/view/story.html.php','/module/project/view','file','M'),(28912,2,10806,'/module/bug/control.php','/module/bug','file','M'),(28913,2,10806,'/module/file/control.php','/module/file','file','M'),(28914,2,10807,'/module/testreport/model.php','/module/testreport','file','M'),(28915,2,10807,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(28916,2,10809,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(28917,2,10810,'/module/bug/css/edit.css','/module/bug/css','file','M'),(28918,2,10812,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(28919,2,10812,'/module/file/control.php','/module/file','file','M'),(28920,2,10812,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(28921,2,10812,'/module/file/model.php','/module/file','file','M'),(28922,2,10812,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(28923,2,10812,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(28924,2,10812,'/www/js/uploader/min.css','/www/js/uploader','file','A'),(28925,2,10812,'/www/js/uploader/min.js','/www/js/uploader','file','A'),(28926,2,10814,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(28927,2,10815,'/module/doc/control.php','/module/doc','file','M'),(28928,2,10815,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28929,2,10815,'/module/doc/model.php','/module/doc','file','M'),(28930,2,10815,'/module/product/model.php','/module/product','file','M'),(28931,2,10815,'/module/project/model.php','/module/project','file','M'),(28932,2,10817,'/module/block/control.php','/module/block','file','M'),(28933,2,10817,'/module/common/model.php','/module/common','file','M'),(28934,2,10817,'/module/custom/model.php','/module/custom','file','M'),(28935,2,10817,'/module/doc/control.php','/module/doc','file','M'),(28936,2,10817,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(28937,2,10817,'/module/doc/model.php','/module/doc','file','M'),(28938,2,10817,'/module/group/lang/resource.php','/module/group/lang','file','M'),(28939,2,10817,'/module/product/js/common.js','/module/product/js','file','M'),(28940,2,10817,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(28941,2,10817,'/module/product/view/create.html.php','/module/product/view','file','M'),(28942,2,10817,'/module/product/view/edit.html.php','/module/product/view','file','M'),(28943,2,10817,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(28944,2,10817,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(28945,2,10817,'/module/project/control.php','/module/project','file','M'),(28946,2,10817,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(28947,2,10817,'/module/project/view/create.html.php','/module/project/view','file','M'),(28948,2,10817,'/module/project/view/tips.html.php','/module/project/view','file','M'),(28949,2,10817,'/module/release/view/browse.html.php','/module/release/view','file','M'),(28950,2,10817,'/module/release/view/view.html.php','/module/release/view','file','M'),(28951,2,10817,'/module/story/model.php','/module/story','file','M'),(28952,2,10817,'/module/story/view/view.html.php','/module/story/view','file','M'),(28953,2,10817,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(28954,2,10817,'/module/task/view/create.html.php','/module/task/view','file','M'),(28955,2,10817,'/module/user/control.php','/module/user','file','M'),(28956,2,10817,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(28957,2,10818,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(28958,2,10819,'/module/common/lang/en.php','/module/common/lang','file','M'),(28959,2,10819,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(28960,2,10820,'/module/testcase/model.php','/module/testcase','file','M'),(28961,2,10821,'/module/custom/config.php','/module/custom','file','M'),(28962,2,10822,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(28963,2,10823,'/module/common/view/header.html.php','/module/common/view','file','M'),(28964,2,10823,'/www/js/bindranzhi.js','/www/js','file','M'),(28965,2,10823,'/www/theme/default/bindranzhi.css','/www/theme/default','file','M'),(28966,2,10824,'/module/common/view/footer.html.php','/module/common/view','file','M'),(28967,2,10824,'/module/common/view/header.html.php','/module/common/view','file','M'),(28968,2,10824,'/www/js/bindranzhi.js','/www/js','file','A'),(28969,2,10824,'/www/theme/default/bindranzhi.css','/www/theme/default','file','A'),(28970,2,10825,'/module/project/control.php','/module/project','file','M'),(28971,2,10825,'/module/project/lang/en.php','/module/project/lang','file','M'),(28972,2,10825,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(28973,2,10825,'/module/project/model.php','/module/project','file','M'),(28974,2,10825,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(28975,2,10826,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(28976,2,10826,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(28977,2,10828,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(28978,2,10829,'/module/story/model.php','/module/story','file','M'),(28979,2,10830,'/module/project/model.php','/module/project','file','M'),(28980,2,10831,'/module/tree/model.php','/module/tree','file','M'),(28981,2,10832,'/module/testsuite/control.php','/module/testsuite','file','M'),(28982,2,10832,'/module/testsuite/css/batchcreatecase.css','/module/testsuite/css','file','A'),(28983,2,10832,'/module/testsuite/css/library.css','/module/testsuite/css','file','M'),(28984,2,10832,'/module/testsuite/css/showimport.css','/module/testsuite/css','file','A'),(28985,2,10832,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(28986,2,10832,'/module/testsuite/model.php','/module/testsuite','file','M'),(28987,2,10832,'/module/testsuite/view/batchcreatecase.html.php','/module/testsuite/view','file','A'),(28988,2,10832,'/module/testsuite/view/exporttemplet.html.php','/module/testsuite/view','file','A'),(28989,2,10832,'/module/testsuite/view/import.html.php','/module/testsuite/view','file','A'),(28990,2,10832,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(28991,2,10832,'/module/testsuite/view/showimport.html.php','/module/testsuite/view','file','A'),(28992,2,10834,'/www/js/my.full.js','/www/js','file','M'),(28993,2,10835,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(28994,2,10835,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(28995,2,10835,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(28996,2,10836,'/module/install/control.php','/module/install','file','M'),(28997,2,10836,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(28998,2,10836,'/module/install/view/step4.html.php','/module/install/view','file','M'),(28999,2,10838,'/module/custom/control.php','/module/custom','file','M'),(29000,2,10838,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(29001,2,10838,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(29002,2,10838,'/module/custom/view/working.html.php','/module/custom/view','file','M'),(29003,2,10840,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29004,2,10840,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29005,2,10840,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29006,2,10842,'/module/story/model.php','/module/story','file','M'),(29007,2,10843,'/module/bug/js/common.js','/module/bug/js','file','M'),(29008,2,10843,'/module/testtask/control.php','/module/testtask','file','M'),(29009,2,10843,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29010,2,10845,'/module/custom/control.php','/module/custom','file','M'),(29011,2,10845,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(29012,2,10845,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(29013,2,10845,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(29014,2,10845,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(29015,2,10845,'/module/custom/view/working.html.php','/module/custom/view','file','A'),(29016,2,10846,'/www/js/jquery/lib.js','/www/js/jquery','file','M'),(29017,2,10847,'/framework/base/helper.class.php','/framework/base','file','M'),(29018,2,10848,'/www/js/my.full.js','/www/js','file','M'),(29019,2,10848,'/www/theme/default/style.css','/www/theme/default','file','M'),(29020,2,10849,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(29021,2,10849,'/module/testcase/model.php','/module/testcase','file','M'),(29022,2,10851,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(29023,2,10852,'/module/admin/control.php','/module/admin','file','M'),(29024,2,10853,'/module/git/control.php','/module/git','file','M'),(29025,2,10853,'/module/svn/control.php','/module/svn','file','M'),(29026,2,10854,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(29027,2,10855,'/module/backup/control.php','/module/backup','file','M'),(29028,2,10855,'/module/backup/js/index.js','/module/backup/js','file','M'),(29029,2,10855,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(29030,2,10855,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(29031,2,10856,'/module/backup/control.php','/module/backup','file','M'),(29032,2,10856,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(29033,2,10856,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(29034,2,10856,'/module/backup/model.php','/module/backup','file','M'),(29035,2,10858,'/www/theme/default/style.css','/www/theme/default','file','M'),(29036,2,10859,'/module/tree/model.php','/module/tree','file','M'),(29037,2,10860,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(29038,2,10860,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(29039,2,10861,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(29040,2,10863,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(29041,2,10864,'/module/story/model.php','/module/story','file','M'),(29042,2,10865,'/module/tree/css/common.css','/module/tree/css','file','M'),(29043,2,10865,'/module/tree/js/browse.js','/module/tree/js','file','M'),(29044,2,10865,'/module/tree/js/common.js','/module/tree/js','file','A'),(29045,2,10865,'/module/tree/model.php','/module/tree','file','M'),(29046,2,10865,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(29047,2,10865,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(29048,2,10866,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29049,2,10867,'/db/zentao.sql','/db','file','M'),(29050,2,10868,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(29051,2,10868,'/module/story/lang/en.php','/module/story/lang','file','M'),(29052,2,10868,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(29053,2,10868,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(29054,2,10869,'/module/bug/config.php','/module/bug','file','M'),(29055,2,10869,'/module/bug/control.php','/module/bug','file','M'),(29056,2,10869,'/module/bug/model.php','/module/bug','file','M'),(29057,2,10869,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(29058,2,10870,'/module/product/model.php','/module/product','file','M'),(29059,2,10870,'/module/story/control.php','/module/story','file','M'),(29060,2,10872,'/module/testcase/config.php','/module/testcase','file','M'),(29061,2,10872,'/module/testcase/control.php','/module/testcase','file','M'),(29062,2,10872,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(29063,2,10872,'/module/testcase/model.php','/module/testcase','file','M'),(29064,2,10872,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29065,2,10873,'/module/project/control.php','/module/project','file','M'),(29066,2,10873,'/module/project/model.php','/module/project','file','M'),(29067,2,10873,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(29068,2,10875,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29069,2,10875,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29070,2,10878,'/module/bug/js/common.js','/module/bug/js','file','M'),(29071,2,10878,'/module/product/control.php','/module/product','file','M'),(29072,2,10878,'/module/product/model.php','/module/product','file','M'),(29073,2,10878,'/module/story/config.php','/module/story','file','M'),(29074,2,10878,'/module/story/control.php','/module/story','file','M'),(29075,2,10878,'/module/story/js/batchedit.js','/module/story/js','file','M'),(29076,2,10878,'/module/story/model.php','/module/story','file','M'),(29077,2,10878,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(29078,2,10878,'/module/story/view/header.html.php','/module/story/view','file','M'),(29079,2,10878,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29080,2,10878,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(29081,2,10878,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(29082,2,10878,'/module/tree/control.php','/module/tree','file','M'),(29083,2,10879,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','M'),(29084,2,10879,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(29085,2,10881,'/module/doc/model.php','/module/doc','file','M'),(29086,2,10881,'/module/product/model.php','/module/product','file','M'),(29087,2,10881,'/module/project/model.php','/module/project','file','M'),(29088,2,10882,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(29089,2,10883,'/module/testsuite/control.php','/module/testsuite','file','M'),(29090,2,10883,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(29091,2,10885,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(29092,2,10885,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(29093,2,10885,'/module/doc/model.php','/module/doc','file','M'),(29094,2,10885,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(29095,2,10886,'/module/testsuite/config.php','/module/testsuite','file','M'),(29096,2,10886,'/module/testsuite/model.php','/module/testsuite','file','M'),(29097,2,10886,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','M'),(29098,2,10887,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(29099,2,10889,'/module/project/model.php','/module/project','file','M'),(29100,2,10890,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(29101,2,10892,'/module/product/lang/en.php','/module/product/lang','file','M'),(29102,2,10892,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(29103,2,10892,'/module/product/view/create.html.php','/module/product/view','file','M'),(29104,2,10893,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(29105,2,10893,'/module/testreport/view/edit.html.php','/module/testreport/view','file','M'),(29106,2,10894,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(29107,2,10894,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(29108,2,10894,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(29109,2,10894,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(29110,2,10894,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(29111,2,10895,'/module/product/model.php','/module/product','file','M'),(29112,2,10896,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(29113,2,10897,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(29114,2,10898,'/db/update9.1.2.sql','/db','file','A'),(29115,2,10898,'/db/zentao.sql','/db','file','M'),(29116,2,10898,'/module/doc/control.php','/module/doc','file','M'),(29117,2,10898,'/module/doc/css/common.css','/module/doc/css','file','M'),(29118,2,10898,'/module/doc/js/common.js','/module/doc/js','file','M'),(29119,2,10898,'/module/doc/model.php','/module/doc','file','M'),(29120,2,10898,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(29121,2,10898,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(29122,2,10899,'/module/block/model.php','/module/block','file','M'),(29123,2,10900,'/config/config.php','/config','file','M'),(29124,2,10901,'/module/report/model.php','/module/report','file','M'),(29125,2,10902,'/module/story/model.php','/module/story','file','M'),(29126,2,10902,'/module/story/view/activate.html.php','/module/story/view','file','M'),(29127,2,10903,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(29128,2,10904,'/module/bug/css/create.css','/module/bug/css','file','M'),(29129,2,10904,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(29130,2,10905,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(29131,2,10906,'/module/svn/control.php','/module/svn','file','M'),(29132,2,10907,'/lib/hyperdown/hyperdown.class.php','/lib/hyperdown','file','M'),(29133,2,10907,'/module/svn/control.php','/module/svn','file','M'),(29134,2,10908,'/module/user/model.php','/module/user','file','M'),(29135,2,10909,'/module/git/model.php','/module/git','file','M'),(29136,2,10910,'/db/update9.1.1.sql','/db','file','M'),(29137,2,10910,'/db/zentao.sql','/db','file','M'),(29138,2,10911,'/VERSION','/','file','M'),(29139,2,10911,'/config/config.php','/config','file','M'),(29140,2,10911,'/db/zentao.sql','/db','file','M'),(29141,2,10911,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(29142,2,10911,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(29143,2,10911,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(29144,2,10911,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(29145,2,10911,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(29146,2,10911,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(29147,2,10911,'/module/upgrade/model.php','/module/upgrade','file','M'),(29148,2,10911,'/www/checktable.php','/www','file','M'),(29149,2,10912,'/db/update9.1.1.sql','/db','file','A'),(29150,2,10912,'/module/block/control.php','/module/block','file','M'),(29151,2,10912,'/module/block/js/dashboard.js','/module/block/js','file','M'),(29152,2,10912,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(29153,2,10913,'/framework/router.class.php','/framework','file','M'),(29154,2,10913,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(29155,2,10913,'/www/checktable.php','/www','file','A'),(29156,2,10914,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(29157,2,10914,'/module/misc/view/checktable.html.php','/module/misc/view','file','M'),(29158,2,10915,'/module/project/css/grouptask.css','/module/project/css','file','M'),(29159,2,10915,'/module/project/js/grouptask.js','/module/project/js','file','M'),(29160,2,10915,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(29161,2,10916,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(29162,2,10917,'/module/project/model.php','/module/project','file','M'),(29163,2,10918,'/module/project/model.php','/module/project','file','M'),(29164,2,10919,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(29165,2,10920,'/module/dev/config.php','/module/dev','file','M'),(29166,2,10920,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(29167,2,10920,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(29168,2,10921,'/module/common/model.php','/module/common','file','M'),(29169,2,10922,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29170,2,10922,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29171,2,10922,'/module/custom/config.php','/module/custom','file','M'),(29172,2,10922,'/module/project/control.php','/module/project','file','M'),(29173,2,10922,'/module/testcase/control.php','/module/testcase','file','M'),(29174,2,10922,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(29175,2,10922,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29176,2,10922,'/tools/minifyfront.php','/tools','file','M'),(29177,2,10923,'/module/testreport/control.php','/module/testreport','file','M'),(29178,2,10924,'/module/custom/config.php','/module/custom','file','M'),(29179,2,10925,'/db/update9.1.sql','/db','file','A'),(29180,2,10926,'/VERSION','/','file','M'),(29181,2,10926,'/config/config.php','/config','file','M'),(29182,2,10926,'/db/zentao.sql','/db','file','M'),(29183,2,10926,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(29184,2,10926,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(29185,2,10926,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(29186,2,10926,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(29187,2,10926,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(29188,2,10926,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(29189,2,10926,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(29190,2,10926,'/module/upgrade/model.php','/module/upgrade','file','M'),(29191,2,10928,'/module/bug/control.php','/module/bug','file','M'),(29192,2,10928,'/module/story/control.php','/module/story','file','M'),(29193,2,10928,'/module/task/control.php','/module/task','file','M'),(29194,2,10929,'/module/custom/config.php','/module/custom','file','M'),(29195,2,10929,'/module/story/control.php','/module/story','file','M'),(29196,2,10930,'/module/action/lang/en.php','/module/action/lang','file','M'),(29197,2,10930,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29198,2,10930,'/module/block/view/dynamic.html.php','/module/block/view','file','M'),(29199,2,10930,'/module/project/view/task.html.php','/module/project/view','file','M'),(29200,2,10930,'/module/testreport/control.php','/module/testreport','file','M'),(29201,2,10930,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(29202,2,10931,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(29203,2,10931,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(29204,2,10942,'/module/common/model.php','/module/common','file','M'),(29205,2,10942,'/module/custom/config.php','/module/custom','file','M'),(29206,2,10942,'/module/custom/model.php','/module/custom','file','M'),(29207,2,10942,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(29208,2,10942,'/module/product/control.php','/module/product','file','M'),(29209,2,10942,'/module/product/model.php','/module/product','file','M'),(29210,2,10942,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(29211,2,10942,'/tools/syncext.sh','/tools','file','M'),(29212,2,10944,'/module/block/control.php','/module/block','file','M'),(29213,2,10944,'/module/block/model.php','/module/block','file','M'),(29214,2,10945,'/module/common/lang/en.php','/module/common/lang','file','M'),(29215,2,10945,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29216,2,10947,'/module/company/view/browse.html.php','/module/company/view','file','M'),(29217,2,10948,'/module/common/lang/en.php','/module/common/lang','file','M'),(29218,2,10948,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29219,2,10949,'/module/common/lang/en.php','/module/common/lang','file','M'),(29220,2,10949,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29221,2,10950,'/module/common/model.php','/module/common','file','M'),(29222,2,10950,'/module/user/control.php','/module/user','file','M'),(29223,2,10951,'/www/theme/default/images/mobile/ajax-loader.gif','/www/theme/default/images/mobile','file','D'),(29224,2,10951,'/www/theme/default/images/mobile/icons-18-black.png','/www/theme/default/images/mobile','file','D'),(29225,2,10951,'/www/theme/default/images/mobile/icons-18-white.png','/www/theme/default/images/mobile','file','D'),(29226,2,10951,'/www/theme/default/images/mobile/icons-36-black.png','/www/theme/default/images/mobile','file','D'),(29227,2,10951,'/www/theme/default/images/mobile/icons-36-white.png','/www/theme/default/images/mobile','file','D'),(29228,2,10952,'/module/bug/view/m.activate.html.php','/module/bug/view','file','D'),(29229,2,10952,'/module/bug/view/m.ajaxgetdetail.html.php','/module/bug/view','file','D'),(29230,2,10952,'/module/bug/view/m.assignto.html.php','/module/bug/view','file','D'),(29231,2,10952,'/module/bug/view/m.browse.html.php','/module/bug/view','file','D'),(29232,2,10952,'/module/bug/view/m.close.html.php','/module/bug/view','file','D'),(29233,2,10952,'/module/bug/view/m.confirmbug.html.php','/module/bug/view','file','D'),(29234,2,10952,'/module/bug/view/m.resolve.html.php','/module/bug/view','file','D'),(29235,2,10952,'/module/bug/view/m.sendmail.html.php','/module/bug/view','file','D'),(29236,2,10952,'/module/bug/view/m.view.html.php','/module/bug/view','file','D'),(29237,2,10952,'/module/common/view/m.action.html.php','/module/common/view','file','D'),(29238,2,10952,'/module/common/view/m.footer.html.php','/module/common/view','file','D'),(29239,2,10952,'/module/common/view/m.footer.lite.html.php','/module/common/view','file','D'),(29240,2,10952,'/module/common/view/m.header.html.php','/module/common/view','file','D'),(29241,2,10952,'/module/common/view/m.header.lite.html.php','/module/common/view','file','D'),(29242,2,10952,'/module/my/view/m.bug.html.php','/module/my/view','file','D'),(29243,2,10952,'/module/my/view/m.story.html.php','/module/my/view','file','D'),(29244,2,10952,'/module/my/view/m.task.html.php','/module/my/view','file','D'),(29245,2,10952,'/module/my/view/m.todo.html.php','/module/my/view','file','D'),(29246,2,10952,'/module/product/view/m.all.html.php','/module/product/view','file','D'),(29247,2,10952,'/module/product/view/m.browse.html.php','/module/product/view','file','D'),(29248,2,10952,'/module/project/view/m.all.html.php','/module/project/view','file','D'),(29249,2,10952,'/module/project/view/m.task.html.php','/module/project/view','file','D'),(29250,2,10952,'/module/story/js/m.close.js','/module/story/js','file','D'),(29251,2,10952,'/module/story/js/m.review.js','/module/story/js','file','D'),(29252,2,10952,'/module/story/view/m.ajaxgetdetail.html.php','/module/story/view','file','D'),(29253,2,10952,'/module/story/view/m.close.html.php','/module/story/view','file','D'),(29254,2,10952,'/module/story/view/m.review.html.php','/module/story/view','file','D'),(29255,2,10952,'/module/story/view/m.sendmail.html.php','/module/story/view','file','D'),(29256,2,10952,'/module/story/view/m.view.html.php','/module/story/view','file','D'),(29257,2,10952,'/module/task/js/m.common.js','/module/task/js','file','D'),(29258,2,10952,'/module/task/view/m.activate.html.php','/module/task/view','file','D'),(29259,2,10952,'/module/task/view/m.ajaxgetdetail.html.php','/module/task/view','file','D'),(29260,2,10952,'/module/task/view/m.assignto.html.php','/module/task/view','file','D'),(29261,2,10952,'/module/task/view/m.close.html.php','/module/task/view','file','D'),(29262,2,10952,'/module/task/view/m.finish.html.php','/module/task/view','file','D'),(29263,2,10952,'/module/task/view/m.recordestimate.html.php','/module/task/view','file','D'),(29264,2,10952,'/module/task/view/m.sendmail.html.php','/module/task/view','file','D'),(29265,2,10952,'/module/task/view/m.start.html.php','/module/task/view','file','D'),(29266,2,10952,'/module/task/view/m.view.html.php','/module/task/view','file','D'),(29267,2,10952,'/module/todo/view/m.ajaxgetdetail.html.php','/module/todo/view','file','D'),(29268,2,10952,'/module/todo/view/m.batchcreate.html.php','/module/todo/view','file','D'),(29269,2,10952,'/module/user/js/m.login.js','/module/user/js','file','D'),(29270,2,10952,'/module/user/view/m.login.html.php','/module/user/view','file','D'),(29271,2,10952,'/www/js/jquery/jquery.pjax.js','/www/js/jquery','file','D'),(29272,2,10952,'/www/js/jquery/mobile/jquery-1.10.1.min.js','/www/js/jquery/mobile','file','D'),(29273,2,10952,'/www/js/jquery/mobile/jquery.mobile.min.js','/www/js/jquery/mobile','file','D'),(29274,2,10952,'/www/js/m.my.full.js','/www/js','file','D'),(29275,2,10952,'/www/theme/default/jquery.mobile.css','/www/theme/default','file','D'),(29276,2,10952,'/www/theme/default/m.style.css','/www/theme/default','file','D'),(29277,2,10954,'/www/index.php','/www','file','M'),(29278,2,10955,'/module/action/model.php','/module/action','file','M'),(29279,2,10956,'/module/my/control.php','/module/my','file','M'),(29280,2,10956,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(29281,2,10956,'/module/testcase/model.php','/module/testcase','file','M'),(29282,2,10956,'/module/testtask/control.php','/module/testtask','file','M'),(29283,2,10956,'/module/user/control.php','/module/user','file','M'),(29284,2,10956,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(29285,2,10957,'/module/common/view/ueditor.html.php','/module/common/view','file','M'),(29286,2,10958,'/module/product/control.php','/module/product','file','M'),(29287,2,10959,'/module/product/model.php','/module/product','file','M'),(29288,2,10960,'/module/common/view/ueditor.html.php','/module/common/view','file','M'),(29289,2,10961,'/module/sso/control.php','/module/sso','file','M'),(29290,2,10962,'/module/common/lang/en.php','/module/common/lang','file','M'),(29291,2,10962,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29292,2,10962,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(29293,2,10962,'/module/testreport/control.php','/module/testreport','file','M'),(29294,2,10962,'/module/testsuite/control.php','/module/testsuite','file','M'),(29295,2,10963,'/module/testsuite/control.php','/module/testsuite','file','M'),(29296,2,10963,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(29297,2,10964,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(29298,2,10964,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(29299,2,10964,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(29300,2,10964,'/module/common/lang/en.php','/module/common/lang','file','M'),(29301,2,10964,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(29302,2,10964,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(29303,2,10964,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(29304,2,10964,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(29305,2,10964,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(29306,2,10964,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(29307,2,10964,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','A'),(29308,2,10964,'/module/testsuite/lang/zh-tw.php','/module/testsuite/lang','file','A'),(29309,2,10964,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(29310,2,10964,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(29311,2,10964,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(29312,2,10964,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(29313,2,10966,'/VERSION','/','file','M'),(29314,2,10966,'/config/config.php','/config','file','M'),(29315,2,10966,'/db/update9.0.1.sql','/db','file','M'),(29316,2,10966,'/db/zentao.sql','/db','file','M'),(29317,2,10966,'/doc/CHANGELOG','/doc','file','M'),(29318,2,10966,'/lib/front/front.class.php','/lib/front','file','M'),(29319,2,10966,'/lib/ztcloud/ztcloud.class.php','/lib/ztcloud','file','M'),(29320,2,10966,'/module/action/lang/en.php','/module/action/lang','file','M'),(29321,2,10966,'/module/action/model.php','/module/action','file','M'),(29322,2,10966,'/module/common/lang/en.php','/module/common/lang','file','M'),(29323,2,10966,'/module/common/view/mail.footer.html.php','/module/common/view','file','M'),(29324,2,10966,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(29325,2,10966,'/module/group/control.php','/module/group','file','M'),(29326,2,10966,'/module/group/lang/en.php','/module/group/lang','file','M'),(29327,2,10966,'/module/group/lang/resource.php','/module/group/lang','file','M'),(29328,2,10966,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(29329,2,10966,'/module/group/model.php','/module/group','file','M'),(29330,2,10966,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(29331,2,10966,'/module/story/control.php','/module/story','file','M'),(29332,2,10966,'/module/story/model.php','/module/story','file','M'),(29333,2,10966,'/module/task/model.php','/module/task','file','M'),(29334,2,10966,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(29335,2,10966,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29336,2,10966,'/module/testcase/model.php','/module/testcase','file','M'),(29337,2,10966,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(29338,2,10966,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(29339,2,10966,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(29340,2,10966,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29341,2,10966,'/module/testtask/control.php','/module/testtask','file','M'),(29342,2,10966,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(29343,2,10966,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29344,2,10966,'/module/testtask/model.php','/module/testtask','file','M'),(29345,2,10966,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29346,2,10966,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29347,2,10966,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(29348,2,10966,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(29349,2,10966,'/module/upgrade/model.php','/module/upgrade','file','M'),(29350,2,10967,'/module/testtask/model.php','/module/testtask','file','M'),(29351,2,10968,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(29352,2,10969,'/module/report/view/blockreportlist.html.php','/module/report/view','file','M'),(29353,2,10970,'/module/testcase/model.php','/module/testcase','file','M'),(29354,2,10971,'/module/common/lang/en.php','/module/common/lang','file','M'),(29355,2,10971,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29356,2,10971,'/module/mail/control.php','/module/mail','file','M'),(29357,2,10971,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(29358,2,10973,'/module/bug/control.php','/module/bug','file','M'),(29359,2,10973,'/module/common/model.php','/module/common','file','M'),(29360,2,10973,'/module/story/control.php','/module/story','file','M'),(29361,2,10973,'/module/task/control.php','/module/task','file','M'),(29362,2,10973,'/module/testcase/control.php','/module/testcase','file','M'),(29363,2,10973,'/module/todo/control.php','/module/todo','file','M'),(29364,2,10974,'/module/testcase/control.php','/module/testcase','file','M'),(29365,2,10974,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29366,2,10974,'/module/testcase/model.php','/module/testcase','file','M'),(29367,2,10974,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(29368,2,10975,'/module/build/view/view.html.php','/module/build/view','file','M'),(29369,2,10975,'/module/common/lang/en.php','/module/common/lang','file','M'),(29370,2,10975,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29371,2,10976,'/module/bug/control.php','/module/bug','file','M'),(29372,2,10976,'/module/story/control.php','/module/story','file','M'),(29373,2,10978,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29374,2,10978,'/module/testreport/control.php','/module/testreport','file','M'),(29375,2,10978,'/module/testreport/model.php','/module/testreport','file','M'),(29376,2,10978,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(29377,2,10978,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(29378,2,10978,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(29379,2,10978,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(29380,2,10978,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(29381,2,10978,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(29382,2,10978,'/module/testtask/control.php','/module/testtask','file','M'),(29383,2,10978,'/module/testtask/css/report.css','/module/testtask/css','file','A'),(29384,2,10978,'/module/testtask/js/report.js','/module/testtask/js','file','A'),(29385,2,10978,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29386,2,10978,'/module/testtask/model.php','/module/testtask','file','M'),(29387,2,10978,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(29388,2,10978,'/module/testtask/view/report.html.php','/module/testtask/view','file','M'),(29389,2,10979,'/module/testtask/control.php','/module/testtask','file','M'),(29390,2,10979,'/module/testtask/model.php','/module/testtask','file','M'),(29391,2,10980,'/module/bug/model.php','/module/bug','file','M'),(29392,2,10980,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(29393,2,10981,'/module/custom/control.php','/module/custom','file','M'),(29394,2,10982,'/module/testcase/control.php','/module/testcase','file','M'),(29395,2,10982,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29396,2,10982,'/module/testcase/model.php','/module/testcase','file','M'),(29397,2,10982,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29398,2,10982,'/module/testcase/view/report.html.php','/module/testcase/view','file','D'),(29399,2,10982,'/module/testtask/control.php','/module/testtask','file','M'),(29400,2,10982,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29401,2,10982,'/module/testtask/model.php','/module/testtask','file','M'),(29402,2,10982,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29403,2,10982,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(29404,2,10982,'/module/testtask/view/report.html.php','/module/testtask/view','file','A'),(29405,2,10984,'/module/bug/model.php','/module/bug','file','M'),(29406,2,10984,'/module/testcase/model.php','/module/testcase','file','M'),(29407,2,10984,'/module/testtask/control.php','/module/testtask','file','M'),(29408,2,10984,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(29409,2,10984,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29410,2,10984,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29411,2,10985,'/www/js/my.full.js','/www/js','file','M'),(29412,2,10986,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','M'),(29413,2,10988,'/module/branch/control.php','/module/branch','file','M'),(29414,2,10988,'/module/branch/view/ajaxgetdropmenu.html.php','/module/branch/view','file','M'),(29415,2,10988,'/module/branch/view/ajaxgetmatcheditems.html.php','/module/branch/view','file','D'),(29416,2,10988,'/module/bug/control.php','/module/bug','file','M'),(29417,2,10988,'/module/bug/model.php','/module/bug','file','M'),(29418,2,10988,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(29419,2,10988,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29420,2,10988,'/module/common/model.php','/module/common','file','M'),(29421,2,10988,'/module/mail/control.php','/module/mail','file','M'),(29422,2,10988,'/module/product/control.php','/module/product','file','M'),(29423,2,10988,'/module/product/view/ajaxgetmatcheditems.html.php','/module/product/view','file','D'),(29424,2,10988,'/module/project/control.php','/module/project','file','M'),(29425,2,10988,'/module/project/view/ajaxgetmatcheditems.html.php','/module/project/view','file','D'),(29426,2,10988,'/module/story/control.php','/module/story','file','M'),(29427,2,10988,'/module/story/model.php','/module/story','file','M'),(29428,2,10988,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(29429,2,10988,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(29430,2,10988,'/module/task/control.php','/module/task','file','M'),(29431,2,10988,'/module/task/model.php','/module/task','file','M'),(29432,2,10988,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(29433,2,10988,'/module/testcase/control.php','/module/testcase','file','M'),(29434,2,10988,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29435,2,10988,'/module/testcase/model.php','/module/testcase','file','M'),(29436,2,10988,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29437,2,10988,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29438,2,10988,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29439,2,10988,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(29440,2,10988,'/module/testsuite/control.php','/module/testsuite','file','M'),(29441,2,10988,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','M'),(29442,2,10988,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(29443,2,10988,'/module/testsuite/model.php','/module/testsuite','file','M'),(29444,2,10988,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','M'),(29445,2,10988,'/module/testsuite/view/ajaxgetmatcheditems.html.php','/module/testsuite/view','file','D'),(29446,2,10988,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(29447,2,10988,'/module/testtask/control.php','/module/testtask','file','M'),(29448,2,10988,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29449,2,10988,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29450,2,10988,'/module/todo/control.php','/module/todo','file','M'),(29451,2,10988,'/module/todo/model.php','/module/todo','file','M'),(29452,2,10988,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(29453,2,10988,'/module/tree/model.php','/module/tree','file','M'),(29454,2,10989,'/module/bug/control.php','/module/bug','file','M'),(29455,2,10990,'/www/js/my.full.js','/www/js','file','M'),(29456,2,10991,'/module/testsuite/control.php','/module/testsuite','file','M'),(29457,2,10991,'/module/testsuite/model.php','/module/testsuite','file','M'),(29458,2,10991,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','M'),(29459,2,10993,'/module/product/control.php','/module/product','file','M'),(29460,2,10993,'/module/product/model.php','/module/product','file','M'),(29461,2,10993,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(29462,2,10993,'/module/project/control.php','/module/project','file','M'),(29463,2,10993,'/module/project/model.php','/module/project','file','M'),(29464,2,10993,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(29465,2,10993,'/module/testsuite/model.php','/module/testsuite','file','M'),(29466,2,10993,'/www/js/my.full.js','/www/js','file','M'),(29467,2,10993,'/www/theme/default/style.css','/www/theme/default','file','M'),(29468,2,10994,'/module/bug/control.php','/module/bug','file','M'),(29469,2,10994,'/module/testcase/css/createbug.css','/module/testcase/css','file','M'),(29470,2,10994,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(29471,2,10994,'/module/testtask/control.php','/module/testtask','file','M'),(29472,2,10994,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29473,2,11007,'/module/bug/model.php','/module/bug','file','M'),(29474,2,11009,'/module/bug/control.php','/module/bug','file','M'),(29475,2,11011,'/module/testcase/model.php','/module/testcase','file','M'),(29476,2,11011,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29477,2,11011,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29478,2,11011,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29479,2,11012,'/module/bug/control.php','/module/bug','file','M'),(29480,2,11012,'/module/project/control.php','/module/project','file','M'),(29481,2,11012,'/module/testcase/control.php','/module/testcase','file','M'),(29482,2,11012,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29483,2,11012,'/module/testcase/model.php','/module/testcase','file','M'),(29484,2,11012,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(29485,2,11012,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(29486,2,11012,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29487,2,11012,'/module/testsuite/model.php','/module/testsuite','file','M'),(29488,2,11012,'/module/testtask/control.php','/module/testtask','file','M'),(29489,2,11012,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(29490,2,11012,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29491,2,11012,'/module/testtask/model.php','/module/testtask','file','M'),(29492,2,11012,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29493,2,11012,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29494,2,11012,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29495,2,11012,'/module/todo/js/common.js','/module/todo/js','file','M'),(29496,2,11013,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29497,2,11014,'/module/product/control.php','/module/product','file','M'),(29498,2,11016,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29499,2,11016,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29500,2,11016,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(29501,2,11016,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29502,2,11016,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29503,2,11016,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29504,2,11018,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29505,2,11018,'/module/project/model.php','/module/project','file','M'),(29506,2,11018,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29507,2,11018,'/module/testcase/model.php','/module/testcase','file','M'),(29508,2,11018,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29509,2,11018,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(29510,2,11019,'/module/testtask/js/edit.js','/module/testtask/js','file','M'),(29511,2,11019,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(29512,2,11019,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(29513,2,11019,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(29514,2,11020,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(29515,2,11020,'/module/project/model.php','/module/project','file','M'),(29516,2,11022,'/module/action/lang/en.php','/module/action/lang','file','M'),(29517,2,11022,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29518,2,11022,'/module/testtask/control.php','/module/testtask','file','M'),(29519,2,11022,'/module/testtask/model.php','/module/testtask','file','M'),(29520,2,11024,'/db/update9.0.1.sql','/db','file','M'),(29521,2,11024,'/module/testcase/control.php','/module/testcase','file','M'),(29522,2,11024,'/module/testcase/model.php','/module/testcase','file','M'),(29523,2,11024,'/module/testsuite/model.php','/module/testsuite','file','M'),(29524,2,11024,'/module/tree/model.php','/module/tree','file','M'),(29525,2,11026,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(29526,2,11026,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(29527,2,11027,'/module/common/lang/en.php','/module/common/lang','file','M'),(29528,2,11027,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29529,2,11027,'/module/group/lang/resource.php','/module/group/lang','file','M'),(29530,2,11027,'/module/testcase/control.php','/module/testcase','file','M'),(29531,2,11027,'/module/testcase/css/importfromlib.css','/module/testcase/css','file','A'),(29532,2,11027,'/module/testcase/css/importlib.css','/module/testcase/css','file','D'),(29533,2,11027,'/module/testcase/js/importfromlib.js','/module/testcase/js','file','A'),(29534,2,11027,'/module/testcase/js/importlib.js','/module/testcase/js','file','D'),(29535,2,11027,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29536,2,11027,'/module/testcase/model.php','/module/testcase','file','M'),(29537,2,11027,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29538,2,11027,'/module/testcase/view/importfromlib.html.php','/module/testcase/view','file','A'),(29539,2,11027,'/module/testcase/view/importlib.html.php','/module/testcase/view','file','D'),(29540,2,11027,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','M'),(29541,2,11027,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(29542,2,11027,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(29543,2,11027,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29544,2,11028,'/module/bug/js/create.js','/module/bug/js','file','M'),(29545,2,11028,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29546,2,11028,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29547,2,11028,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(29548,2,11028,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(29549,2,11030,'/module/block/model.php','/module/block','file','M'),(29550,2,11030,'/module/common/lang/en.php','/module/common/lang','file','M'),(29551,2,11030,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29552,2,11030,'/module/custom/config.php','/module/custom','file','M'),(29553,2,11030,'/module/custom/control.php','/module/custom','file','M'),(29554,2,11030,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(29555,2,11030,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(29556,2,11030,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(29557,2,11030,'/module/project/view/story.html.php','/module/project/view','file','M'),(29558,2,11030,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(29559,2,11030,'/module/story/model.php','/module/story','file','M'),(29560,2,11030,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(29561,2,11030,'/module/testcase/model.php','/module/testcase','file','M'),(29562,2,11031,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(29563,2,11032,'/module/bug/config.php','/module/bug','file','M'),(29564,2,11032,'/module/upgrade/model.php','/module/upgrade','file','M'),(29565,2,11033,'/module/common/lang/en.php','/module/common/lang','file','M'),(29566,2,11033,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29567,2,11033,'/module/common/model.php','/module/common','file','M'),(29568,2,11033,'/module/testreport/control.php','/module/testreport','file','M'),(29569,2,11035,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29570,2,11035,'/module/group/lang/resource.php','/module/group/lang','file','M'),(29571,2,11035,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29572,2,11035,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29573,2,11035,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29574,2,11035,'/tools/check.php','/tools','file','M'),(29575,2,11037,'/module/block/lang/en.php','/module/block/lang','file','M'),(29576,2,11037,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29577,2,11037,'/module/common/lang/en.php','/module/common/lang','file','M'),(29578,2,11037,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(29579,2,11037,'/module/testreport/lang/en.php','/module/testreport/lang','file','M'),(29580,2,11037,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(29581,2,11038,'/module/testtask/control.php','/module/testtask','file','M'),(29582,2,11038,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29583,2,11038,'/module/testtask/model.php','/module/testtask','file','M'),(29584,2,11038,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(29585,2,11038,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29586,2,11039,'/module/bug/css/create.css','/module/bug/css','file','M'),(29587,2,11040,'/module/testtask/config.php','/module/testtask','file','M'),(29588,2,11040,'/module/testtask/control.php','/module/testtask','file','M'),(29589,2,11040,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29590,2,11040,'/module/testtask/view/activate.html.php','/module/testtask/view','file','A'),(29591,2,11040,'/module/testtask/view/block.html.php','/module/testtask/view','file','A'),(29592,2,11040,'/module/testtask/view/blocked.html.php','/module/testtask/view','file','D'),(29593,2,11040,'/module/testtask/view/doing.html.php','/module/testtask/view','file','D'),(29594,2,11040,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(29595,2,11042,'/module/common/model.php','/module/common','file','M'),(29596,2,11042,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29597,2,11042,'/module/testtask/css/linkcase.css','/module/testtask/css','file','M'),(29598,2,11042,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29599,2,11042,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29600,2,11044,'/module/testtask/control.php','/module/testtask','file','M'),(29601,2,11044,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29602,2,11044,'/module/testtask/model.php','/module/testtask','file','M'),(29603,2,11044,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29604,2,11044,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(29605,2,11044,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29606,2,11045,'/module/report/control.php','/module/report','file','M'),(29607,2,11046,'/www/js/my.full.js','/www/js','file','M'),(29608,2,11047,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(29609,2,11047,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29610,2,11047,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29611,2,11047,'/www/js/my.full.js','/www/js','file','M'),(29612,2,11049,'/module/testcase/control.php','/module/testcase','file','M'),(29613,2,11049,'/module/testcase/model.php','/module/testcase','file','M'),(29614,2,11050,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(29615,2,11050,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29616,2,11050,'/module/testtask/js/results.js','/module/testtask/js','file','M'),(29617,2,11050,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29618,2,11051,'/module/action/model.php','/module/action','file','M'),(29619,2,11051,'/module/block/lang/en.php','/module/block/lang','file','M'),(29620,2,11051,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(29621,2,11051,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(29622,2,11051,'/module/common/model.php','/module/common','file','M'),(29623,2,11051,'/module/company/view/browse.html.php','/module/company/view','file','M'),(29624,2,11051,'/module/doc/model.php','/module/doc','file','M'),(29625,2,11051,'/module/product/model.php','/module/product','file','M'),(29626,2,11051,'/module/project/model.php','/module/project','file','M'),(29627,2,11051,'/module/sso/control.php','/module/sso','file','M'),(29628,2,11051,'/module/user/control.php','/module/user','file','M'),(29629,2,11051,'/module/user/model.php','/module/user','file','M'),(29630,2,11052,'/www/js/my.full.js','/www/js','file','M'),(29631,2,11053,'/module/bug/model.php','/module/bug','file','M'),(29632,2,11053,'/module/project/control.php','/module/project','file','M'),(29633,2,11053,'/module/project/view/story.html.php','/module/project/view','file','M'),(29634,2,11053,'/module/testcase/css/batchedit.css','/module/testcase/css','file','M'),(29635,2,11053,'/module/testcase/model.php','/module/testcase','file','M'),(29636,2,11053,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29637,2,11053,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(29638,2,11053,'/module/testtask/control.php','/module/testtask','file','M'),(29639,2,11053,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29640,2,11053,'/module/testtask/model.php','/module/testtask','file','M'),(29641,2,11053,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29642,2,11053,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29643,2,11053,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(29644,2,11054,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29645,2,11054,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29646,2,11055,'/db/update9.0.1.sql','/db','file','M'),(29647,2,11055,'/module/bug/config.php','/module/bug','file','M'),(29648,2,11055,'/module/bug/control.php','/module/bug','file','M'),(29649,2,11055,'/module/bug/model.php','/module/bug','file','M'),(29650,2,11055,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(29651,2,11055,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(29652,2,11055,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(29653,2,11056,'/config/config.php','/config','file','M'),(29654,2,11056,'/module/action/config.php','/module/action','file','M'),(29655,2,11056,'/module/action/lang/en.php','/module/action/lang','file','M'),(29656,2,11056,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29657,2,11056,'/module/action/model.php','/module/action','file','M'),(29658,2,11056,'/module/action/view/trash.html.php','/module/action/view','file','M'),(29659,2,11056,'/module/common/lang/en.php','/module/common/lang','file','M'),(29660,2,11056,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29661,2,11056,'/module/testcase/control.php','/module/testcase','file','M'),(29662,2,11056,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(29663,2,11056,'/module/testsuite/control.php','/module/testsuite','file','M'),(29664,2,11056,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(29665,2,11056,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','M'),(29666,2,11056,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29667,2,11056,'/module/testsuite/model.php','/module/testsuite','file','M'),(29668,2,11056,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(29669,2,11056,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','M'),(29670,2,11056,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(29671,2,11056,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','M'),(29672,2,11056,'/module/testtask/control.php','/module/testtask','file','M'),(29673,2,11056,'/module/tree/control.php','/module/tree','file','M'),(29674,2,11056,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(29675,2,11056,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(29676,2,11056,'/module/tree/model.php','/module/tree','file','M'),(29677,2,11057,'/module/testcase/css/report.css','/module/testcase/css','file','A'),(29678,2,11059,'/module/testreport/control.php','/module/testreport','file','M'),(29679,2,11059,'/module/testreport/css/common.css','/module/testreport/css','file','M'),(29680,2,11059,'/module/testreport/css/export.css','/module/testreport/css','file','M'),(29681,2,11059,'/module/testreport/css/view.css','/module/testreport/css','file','M'),(29682,2,11059,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29683,2,11059,'/module/testreport/model.php','/module/testreport','file','M'),(29684,2,11059,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','M'),(29685,2,11059,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(29686,2,11059,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(29687,2,11060,'/module/testcase/model.php','/module/testcase','file','M'),(29688,2,11061,'/module/testcase/config.php','/module/testcase','file','M'),(29689,2,11061,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29690,2,11062,'/module/bug/model.php','/module/bug','file','M'),(29691,2,11064,'/module/testreport/control.php','/module/testreport','file','M'),(29692,2,11064,'/module/testreport/css/common.css','/module/testreport/css','file','A'),(29693,2,11064,'/module/testreport/css/export.css','/module/testreport/css','file','A'),(29694,2,11064,'/module/testreport/css/view.css','/module/testreport/css','file','A'),(29695,2,11064,'/module/testreport/js/create.js','/module/testreport/js','file','A'),(29696,2,11064,'/module/testreport/js/export.js','/module/testreport/js','file','A'),(29697,2,11064,'/module/testreport/js/view.js','/module/testreport/js','file','A'),(29698,2,11064,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29699,2,11064,'/module/testreport/model.php','/module/testreport','file','M'),(29700,2,11064,'/module/testreport/view/blockbuginfo.html.php','/module/testreport/view','file','D'),(29701,2,11064,'/module/testreport/view/blockbugreport.html.php','/module/testreport/view','file','A'),(29702,2,11064,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(29703,2,11064,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(29704,2,11064,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(29705,2,11064,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(29706,2,11064,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(29707,2,11064,'/module/testreport/view/browse.html.php','/module/testreport/view','file','M'),(29708,2,11064,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(29709,2,11064,'/module/testreport/view/export.html.php','/module/testreport/view','file','M'),(29710,2,11064,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(29711,2,11065,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(29712,2,11065,'/module/block/lang/en.php','/module/block/lang','file','M'),(29713,2,11066,'/module/bug/js/create.js','/module/bug/js','file','M'),(29714,2,11066,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29715,2,11066,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(29716,2,11066,'/module/testcase/view/importlib.html.php','/module/testcase/view','file','M'),(29717,2,11066,'/module/testtask/control.php','/module/testtask','file','M'),(29718,2,11066,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29719,2,11066,'/module/testtask/model.php','/module/testtask','file','M'),(29720,2,11066,'/module/testtask/view/blocked.html.php','/module/testtask/view','file','A'),(29721,2,11066,'/module/testtask/view/doing.html.php','/module/testtask/view','file','A'),(29722,2,11066,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29723,2,11067,'/module/testcase/control.php','/module/testcase','file','M'),(29724,2,11068,'/module/testcase/css/view.css','/module/testcase/css','file','M'),(29725,2,11068,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29726,2,11069,'/module/testreport/lang/en.php','/module/testreport/lang','file','A'),(29727,2,11069,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29728,2,11069,'/module/testsuite/lang/en.php','/module/testsuite/lang','file','A'),(29729,2,11069,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29730,2,11070,'/module/action/lang/en.php','/module/action/lang','file','M'),(29731,2,11070,'/module/block/lang/en.php','/module/block/lang','file','M'),(29732,2,11070,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(29733,2,11070,'/module/common/lang/en.php','/module/common/lang','file','M'),(29734,2,11070,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(29735,2,11070,'/module/story/lang/en.php','/module/story/lang','file','M'),(29736,2,11070,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(29737,2,11070,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29738,2,11070,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(29739,2,11070,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(29740,2,11070,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(29741,2,11072,'/module/bug/control.php','/module/bug','file','M'),(29742,2,11072,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29743,2,11072,'/module/common/model.php','/module/common','file','M'),(29744,2,11072,'/module/story/control.php','/module/story','file','M'),(29745,2,11072,'/module/task/control.php','/module/task','file','M'),(29746,2,11072,'/module/testcase/control.php','/module/testcase','file','M'),(29747,2,11072,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(29748,2,11072,'/module/todo/control.php','/module/todo','file','M'),(29749,2,11073,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(29750,2,11074,'/module/common/model.php','/module/common','file','M'),(29751,2,11075,'/module/testreport/control.php','/module/testreport','file','M'),(29752,2,11075,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(29753,2,11075,'/module/testreport/model.php','/module/testreport','file','M'),(29754,2,11075,'/module/testreport/view/blockbuginfo.html.php','/module/testreport/view','file','M'),(29755,2,11075,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','M'),(29756,2,11075,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','M'),(29757,2,11075,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','M'),(29758,2,11075,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','M'),(29759,2,11075,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','M'),(29760,2,11075,'/module/testreport/view/create.html.php','/module/testreport/view','file','M'),(29761,2,11075,'/module/testreport/view/view.html.php','/module/testreport/view','file','M'),(29762,2,11077,'/config/config.php','/config','file','M'),(29763,2,11077,'/module/action/config.php','/module/action','file','M'),(29764,2,11077,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29765,2,11077,'/module/build/model.php','/module/build','file','M'),(29766,2,11077,'/module/common/lang/en.php','/module/common/lang','file','M'),(29767,2,11077,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(29768,2,11077,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29769,2,11077,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(29770,2,11077,'/module/story/model.php','/module/story','file','M'),(29771,2,11077,'/module/testreport/config.php','/module/testreport','file','A'),(29772,2,11077,'/module/testreport/control.php','/module/testreport','file','A'),(29773,2,11077,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','A'),(29774,2,11077,'/module/testreport/model.php','/module/testreport','file','A'),(29775,2,11077,'/module/testreport/view/blockbuginfo.html.php','/module/testreport/view','file','A'),(29776,2,11077,'/module/testreport/view/blockbugs.html.php','/module/testreport/view','file','A'),(29777,2,11077,'/module/testreport/view/blockbuilds.html.php','/module/testreport/view','file','A'),(29778,2,11077,'/module/testreport/view/blockcases.html.php','/module/testreport/view','file','A'),(29779,2,11077,'/module/testreport/view/blocklegacybugs.html.php','/module/testreport/view','file','A'),(29780,2,11077,'/module/testreport/view/blockstories.html.php','/module/testreport/view','file','A'),(29781,2,11077,'/module/testreport/view/browse.html.php','/module/testreport/view','file','A'),(29782,2,11077,'/module/testreport/view/create.html.php','/module/testreport/view','file','A'),(29783,2,11077,'/module/testreport/view/export.html.php','/module/testreport/view','file','A'),(29784,2,11077,'/module/testreport/view/view.html.php','/module/testreport/view','file','A'),(29785,2,11077,'/module/testtask/model.php','/module/testtask','file','M'),(29786,2,11077,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29787,2,11078,'/db/update9.0.1.sql','/db','file','M'),(29788,2,11078,'/module/bug/config.php','/module/bug','file','M'),(29789,2,11078,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29790,2,11078,'/module/bug/model.php','/module/bug','file','M'),(29791,2,11078,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(29792,2,11078,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(29793,2,11078,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(29794,2,11078,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(29795,2,11078,'/module/search/model.php','/module/search','file','M'),(29796,2,11080,'/db/update9.0.1.sql','/db','file','M'),(29797,2,11081,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(29798,2,11081,'/module/testtask/control.php','/module/testtask','file','M'),(29799,2,11081,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29800,2,11081,'/module/testtask/model.php','/module/testtask','file','M'),(29801,2,11081,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29802,2,11081,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(29803,2,11082,'/module/testcase/config.php','/module/testcase','file','M'),(29804,2,11082,'/module/testcase/control.php','/module/testcase','file','M'),(29805,2,11082,'/module/testcase/model.php','/module/testcase','file','M'),(29806,2,11082,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29807,2,11083,'/module/bug/model.php','/module/bug','file','M'),(29808,2,11084,'/module/bug/model.php','/module/bug','file','M'),(29809,2,11084,'/module/testcase/control.php','/module/testcase','file','M'),(29810,2,11084,'/module/testcase/model.php','/module/testcase','file','M'),(29811,2,11084,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(29812,2,11084,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(29813,2,11084,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29814,2,11084,'/module/testtask/control.php','/module/testtask','file','M'),(29815,2,11084,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(29816,2,11084,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(29817,2,11084,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29818,2,11084,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29819,2,11085,'/module/testcase/control.php','/module/testcase','file','M'),(29820,2,11085,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29821,2,11085,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29822,2,11085,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29823,2,11085,'/module/testcase/model.php','/module/testcase','file','M'),(29824,2,11085,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29825,2,11085,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29826,2,11085,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29827,2,11085,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(29828,2,11085,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29829,2,11085,'/module/testsuite/control.php','/module/testsuite','file','M'),(29830,2,11085,'/module/testsuite/css/createcase.css','/module/testsuite/css','file','A'),(29831,2,11085,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','M'),(29832,2,11085,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(29833,2,11085,'/module/testtask/css/results.css','/module/testtask/css','file','M'),(29834,2,11085,'/module/testtask/css/runcase.css','/module/testtask/css','file','M'),(29835,2,11085,'/module/testtask/model.php','/module/testtask','file','M'),(29836,2,11085,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29837,2,11085,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(29838,2,11086,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29839,2,11087,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29840,2,11087,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29841,2,11087,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29842,2,11087,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29843,2,11088,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29844,2,11089,'/module/testcase/model.php','/module/testcase','file','M'),(29845,2,11089,'/module/testsuite/control.php','/module/testsuite','file','M'),(29846,2,11089,'/module/testsuite/model.php','/module/testsuite','file','M'),(29847,2,11089,'/module/testtask/control.php','/module/testtask','file','M'),(29848,2,11090,'/db/update9.0.1.sql','/db','file','M'),(29849,2,11090,'/module/custom/control.php','/module/custom','file','M'),(29850,2,11090,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(29851,2,11090,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(29852,2,11090,'/module/product/model.php','/module/product','file','M'),(29853,2,11090,'/module/story/control.php','/module/story','file','M'),(29854,2,11090,'/module/story/model.php','/module/story','file','M'),(29855,2,11090,'/module/testcase/config.php','/module/testcase','file','M'),(29856,2,11090,'/module/testcase/control.php','/module/testcase','file','M'),(29857,2,11090,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(29858,2,11090,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29859,2,11090,'/module/testcase/model.php','/module/testcase','file','M'),(29860,2,11090,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(29861,2,11090,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(29862,2,11090,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29863,2,11090,'/module/testcase/view/review.html.php','/module/testcase/view','file','A'),(29864,2,11090,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29865,2,11090,'/module/testsuite/control.php','/module/testsuite','file','M'),(29866,2,11090,'/module/testsuite/model.php','/module/testsuite','file','M'),(29867,2,11090,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(29868,2,11090,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(29869,2,11090,'/module/testtask/control.php','/module/testtask','file','M'),(29870,2,11090,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29871,2,11092,'/module/block/js/dashboard.js','/module/block/js','file','M'),(29872,2,11092,'/www/js/zui/min.js','/www/js/zui','file','M'),(29873,2,11092,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(29874,2,11093,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29875,2,11093,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29876,2,11093,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29877,2,11094,'/module/action/model.php','/module/action','file','M'),(29878,2,11094,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29879,2,11094,'/module/testcase/control.php','/module/testcase','file','M'),(29880,2,11094,'/module/testcase/css/importlib.css','/module/testcase/css','file','A'),(29881,2,11094,'/module/testcase/js/importlib.js','/module/testcase/js','file','A'),(29882,2,11094,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29883,2,11094,'/module/testcase/model.php','/module/testcase','file','M'),(29884,2,11094,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29885,2,11094,'/module/testcase/view/importlib.html.php','/module/testcase/view','file','A'),(29886,2,11094,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29887,2,11094,'/module/testsuite/control.php','/module/testsuite','file','M'),(29888,2,11094,'/module/testsuite/model.php','/module/testsuite','file','M'),(29889,2,11094,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','M'),(29890,2,11094,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','M'),(29891,2,11094,'/module/testtask/control.php','/module/testtask','file','M'),(29892,2,11094,'/module/tree/model.php','/module/tree','file','M'),(29893,2,11096,'/module/testcase/css/view.css','/module/testcase/css','file','A'),(29894,2,11096,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29895,2,11097,'/module/testcase/css/common.css','/module/testcase/css','file','M'),(29896,2,11097,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(29897,2,11097,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(29898,2,11097,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(29899,2,11097,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(29900,2,11097,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29901,2,11097,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29902,2,11098,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29903,2,11098,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(29904,2,11098,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(29905,2,11099,'/module/block/js/dashboard.js','/module/block/js','file','M'),(29906,2,11099,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(29907,2,11099,'/module/block/view/buildblock.html.php','/module/block/view','file','M'),(29908,2,11099,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(29909,2,11099,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(29910,2,11099,'/module/block/view/planblock.html.php','/module/block/view','file','M'),(29911,2,11099,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(29912,2,11099,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(29913,2,11099,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(29914,2,11099,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(29915,2,11099,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(29916,2,11099,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(29917,2,11099,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(29918,2,11099,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(29919,2,11099,'/www/js/zui/min.js','/www/js/zui','file','M'),(29920,2,11101,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(29921,2,11101,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(29922,2,11101,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(29923,2,11101,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29924,2,11101,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(29925,2,11102,'/module/bug/config.php','/module/bug','file','M'),(29926,2,11102,'/module/bug/control.php','/module/bug','file','M'),(29927,2,11102,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29928,2,11102,'/module/story/config.php','/module/story','file','M'),(29929,2,11102,'/module/story/control.php','/module/story','file','M'),(29930,2,11102,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(29931,2,11103,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(29932,2,11103,'/module/bug/model.php','/module/bug','file','M'),(29933,2,11103,'/module/product/control.php','/module/product','file','M'),(29934,2,11103,'/module/product/model.php','/module/product','file','M'),(29935,2,11103,'/module/project/control.php','/module/project','file','M'),(29936,2,11103,'/module/project/model.php','/module/project','file','M'),(29937,2,11103,'/module/testcase/control.php','/module/testcase','file','M'),(29938,2,11103,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29939,2,11103,'/module/testcase/model.php','/module/testcase','file','M'),(29940,2,11103,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29941,2,11105,'/config/config.php','/config','file','M'),(29942,2,11105,'/db/update9.0.1.sql','/db','file','M'),(29943,2,11105,'/module/action/config.php','/module/action','file','M'),(29944,2,11105,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29945,2,11105,'/module/action/view/trash.html.php','/module/action/view','file','M'),(29946,2,11105,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(29947,2,11105,'/module/cron/control.php','/module/cron','file','M'),(29948,2,11105,'/module/testcase/control.php','/module/testcase','file','M'),(29949,2,11105,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(29950,2,11105,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29951,2,11105,'/module/testcase/model.php','/module/testcase','file','M'),(29952,2,11105,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(29953,2,11105,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(29954,2,11105,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(29955,2,11105,'/module/testsuite/config.php','/module/testsuite','file','M'),(29956,2,11105,'/module/testsuite/control.php','/module/testsuite','file','M'),(29957,2,11105,'/module/testsuite/css/library.css','/module/testsuite/css','file','A'),(29958,2,11105,'/module/testsuite/js/createcase.js','/module/testsuite/js','file','A'),(29959,2,11105,'/module/testsuite/js/library.js','/module/testsuite/js','file','A'),(29960,2,11105,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29961,2,11105,'/module/testsuite/model.php','/module/testsuite','file','M'),(29962,2,11105,'/module/testsuite/view/ajaxgetdropmenu.html.php','/module/testsuite/view','file','A'),(29963,2,11105,'/module/testsuite/view/ajaxgetmatcheditems.html.php','/module/testsuite/view','file','A'),(29964,2,11105,'/module/testsuite/view/createcase.html.php','/module/testsuite/view','file','A'),(29965,2,11105,'/module/testsuite/view/createlib.html.php','/module/testsuite/view','file','A'),(29966,2,11105,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','M'),(29967,2,11105,'/module/testsuite/view/library.html.php','/module/testsuite/view','file','A'),(29968,2,11105,'/module/testsuite/view/libview.html.php','/module/testsuite/view','file','A'),(29969,2,11105,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(29970,2,11105,'/module/tree/control.php','/module/tree','file','M'),(29971,2,11105,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(29972,2,11105,'/module/tree/model.php','/module/tree','file','M'),(29973,2,11106,'/module/testcase/view/report.html.php','/module/testcase/view','file','A'),(29974,2,11107,'/module/testcase/control.php','/module/testcase','file','M'),(29975,2,11107,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29976,2,11107,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(29977,2,11109,'/module/action/config.php','/module/action','file','M'),(29978,2,11109,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(29979,2,11109,'/module/story/control.php','/module/story','file','M'),(29980,2,11109,'/module/testcase/control.php','/module/testcase','file','M'),(29981,2,11109,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(29982,2,11109,'/module/testcase/model.php','/module/testcase','file','M'),(29983,2,11109,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(29984,2,11109,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(29985,2,11109,'/module/testcase/view/datatabledata.html.php','/module/testcase/view','file','M'),(29986,2,11109,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','M'),(29987,2,11109,'/module/testsuite/model.php','/module/testsuite','file','M'),(29988,2,11109,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','M'),(29989,2,11109,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','M'),(29990,2,11109,'/module/testtask/control.php','/module/testtask','file','M'),(29991,2,11109,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(29992,2,11109,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(29993,2,11110,'/module/product/control.php','/module/product','file','M'),(29994,2,11110,'/module/project/control.php','/module/project','file','M'),(29995,2,11111,'/module/project/control.php','/module/project','file','M'),(29996,2,11111,'/module/project/view/story.html.php','/module/project/view','file','M'),(29997,2,11113,'/config/config.php','/config','file','M'),(29998,2,11113,'/db/update9.0.1.sql','/db','file','A'),(29999,2,11113,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(30000,2,11113,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(30001,2,11113,'/module/testsuite/config.php','/module/testsuite','file','A'),(30002,2,11113,'/module/testsuite/control.php','/module/testsuite','file','A'),(30003,2,11113,'/module/testsuite/js/linkcase.js','/module/testsuite/js','file','A'),(30004,2,11113,'/module/testsuite/lang/zh-cn.php','/module/testsuite/lang','file','A'),(30005,2,11113,'/module/testsuite/model.php','/module/testsuite','file','A'),(30006,2,11113,'/module/testsuite/view/browse.html.php','/module/testsuite/view','file','A'),(30007,2,11113,'/module/testsuite/view/create.html.php','/module/testsuite/view','file','A'),(30008,2,11113,'/module/testsuite/view/edit.html.php','/module/testsuite/view','file','A'),(30009,2,11113,'/module/testsuite/view/linkcase.html.php','/module/testsuite/view','file','A'),(30010,2,11113,'/module/testsuite/view/view.html.php','/module/testsuite/view','file','A'),(30011,2,11113,'/module/upgrade/model.php','/module/upgrade','file','M'),(30012,2,11114,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(30013,2,11115,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(30014,2,11115,'/module/bug/model.php','/module/bug','file','M'),(30015,2,11115,'/module/testcase/control.php','/module/testcase','file','M'),(30016,2,11117,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(30017,2,11118,'/module/extension/model.php','/module/extension','file','M'),(30018,2,11119,'/module/bug/js/create.js','/module/bug/js','file','M'),(30019,2,11119,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(30020,2,11119,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(30021,2,11119,'/module/todo/js/common.js','/module/todo/js','file','M'),(30022,2,11119,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(30023,2,11119,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(30024,2,11120,'/module/task/model.php','/module/task','file','M'),(30025,2,11122,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(30026,2,11122,'/module/testtask/model.php','/module/testtask','file','M'),(30027,2,11122,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(30028,2,11122,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(30029,2,11123,'/module/bug/js/create.js','/module/bug/js','file','M'),(30030,2,11123,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(30031,2,11124,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(30032,2,11125,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(30033,2,11125,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(30034,2,11125,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(30035,2,11126,'/module/search/model.php','/module/search','file','M'),(30036,2,11127,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(30037,2,11128,'/module/testcase/model.php','/module/testcase','file','M'),(30038,2,11128,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(30039,2,11128,'/module/testtask/model.php','/module/testtask','file','M'),(30040,2,11128,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(30041,2,11130,'/module/bug/control.php','/module/bug','file','M'),(30042,2,11130,'/module/build/model.php','/module/build','file','M'),(30043,2,11130,'/module/common/lang/en.php','/module/common/lang','file','M'),(30044,2,11130,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(30045,2,11130,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(30046,2,11130,'/module/project/model.php','/module/project','file','M'),(30047,2,11130,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(30048,2,11130,'/module/testtask/control.php','/module/testtask','file','M'),(30049,2,11130,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(30050,2,11130,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(30051,2,11130,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(30052,2,11131,'/module/my/view/story.html.php','/module/my/view','file','M'),(30053,2,11133,'/doc/CHANGELOG','/doc','file','M'),(30054,2,11134,'/module/bug/model.php','/module/bug','file','M'),(30055,2,11134,'/module/task/model.php','/module/task','file','M'),(30056,2,11134,'/module/user/model.php','/module/user','file','M'),(30057,2,11137,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(30058,2,11137,'/module/file/model.php','/module/file','file','M'),(30059,2,11137,'/module/story/model.php','/module/story','file','M'),(30060,2,11137,'/module/tree/model.php','/module/tree','file','M'),(30061,2,11138,'/module/bug/css/resolve.css','/module/bug/css','file','A'),(30062,2,11138,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(30063,2,11139,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(30064,2,11140,'/framework/base/router.class.php','/framework/base','file','M'),(30065,2,11141,'/module/product/control.php','/module/product','file','M'),(30066,2,11141,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(30067,2,11141,'/module/project/js/common.js','/module/project/js','file','M'),(30068,2,11142,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(30069,2,11143,'/module/doc/model.php','/module/doc','file','M'),(30070,2,11144,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(30071,2,11144,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(30072,2,11145,'/module/project/model.php','/module/project','file','M'),(30073,2,11146,'/module/bug/model.php','/module/bug','file','M'),(30074,2,11146,'/module/story/model.php','/module/story','file','M'),(30075,2,11146,'/module/testcase/model.php','/module/testcase','file','M'),(30076,2,11147,'/module/block/lang/en.php','/module/block/lang','file','M'),(30077,2,11147,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(30078,2,11148,'/module/upgrade/model.php','/module/upgrade','file','M'),(30079,2,11149,'/framework/base/router.class.php','/framework/base','file','M'),(30080,2,11149,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(30081,2,11149,'/module/doc/model.php','/module/doc','file','M'),(30082,2,11149,'/module/tree/model.php','/module/tree','file','M'),(30083,2,11150,'/module/file/view/export.html.php','/module/file/view','file','M'),(30084,2,11151,'/module/story/view/edit.html.php','/module/story/view','file','M'),(30085,2,11152,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30086,2,11152,'/module/project/model.php','/module/project','file','M'),(30087,2,11152,'/module/project/view/tree.html.php','/module/project/view','file','M'),(30088,2,11153,'/module/bug/model.php','/module/bug','file','M'),(30089,2,11154,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(30090,2,11154,'/module/build/lang/en.php','/module/build/lang','file','M'),(30091,2,11154,'/module/common/lang/en.php','/module/common/lang','file','M'),(30092,2,11155,'/module/action/lang/en.php','/module/action/lang','file','M'),(30093,2,11156,'/module/user/lang/en.php','/module/user/lang','file','M'),(30094,2,11157,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(30095,2,11158,'/module/bug/control.php','/module/bug','file','M'),(30096,2,11158,'/module/bug/js/resolve.js','/module/bug/js','file','M'),(30097,2,11158,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(30098,2,11158,'/module/bug/model.php','/module/bug','file','M'),(30099,2,11158,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(30100,2,11158,'/module/build/control.php','/module/build','file','M'),(30101,2,11158,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(30102,2,11159,'/module/project/model.php','/module/project','file','M'),(30103,2,11160,'/module/extension/control.php','/module/extension','file','M'),(30104,2,11160,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(30105,2,11160,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(30106,2,11160,'/www/theme/default/style.css','/www/theme/default','file','M'),(30107,2,11161,'/module/doc/model.php','/module/doc','file','M'),(30108,2,11162,'/module/story/model.php','/module/story','file','M'),(30109,2,11164,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30110,2,11166,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(30111,2,11166,'/module/project/lang/en.php','/module/project/lang','file','M'),(30112,2,11166,'/module/release/lang/en.php','/module/release/lang','file','M'),(30113,2,11166,'/module/story/lang/en.php','/module/story/lang','file','M'),(30114,2,11166,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30115,2,11166,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(30116,2,11167,'/module/product/lang/en.php','/module/product/lang','file','M'),(30117,2,11169,'/module/upgrade/model.php','/module/upgrade','file','M'),(30118,2,11170,'/module/upgrade/model.php','/module/upgrade','file','M'),(30119,2,11171,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(30120,2,11172,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(30121,2,11173,'/module/project/model.php','/module/project','file','M'),(30122,2,11174,'/config/config.php','/config','file','M'),(30123,2,11174,'/www/index.php','/www','file','M'),(30124,2,11174,'/www/upgrade.php.tmp','/www','file','M'),(30125,2,11175,'/VERSION','/','file','M'),(30126,2,11175,'/config/config.php','/config','file','M'),(30127,2,11175,'/db/zentao.sql','/db','file','M'),(30128,2,11175,'/doc/CHANGELOG','/doc','file','M'),(30129,2,11175,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(30130,2,11175,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(30131,2,11175,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(30132,2,11175,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(30133,2,11175,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(30134,2,11175,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(30135,2,11175,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(30136,2,11175,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(30137,2,11175,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(30138,2,11175,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(30139,2,11175,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(30140,2,11175,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(30141,2,11175,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(30142,2,11175,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(30143,2,11175,'/www/index.php','/www','file','M'),(30144,2,11175,'/www/upgrade.php.tmp','/www','file','M'),(30145,2,11176,'/module/block/control.php','/module/block','file','M'),(30146,2,11177,'/module/task/js/create.js','/module/task/js','file','M'),(30147,2,11179,'/module/common/lang/en.php','/module/common/lang','file','M'),(30148,2,11179,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(30149,2,11179,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(30150,2,11179,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(30151,2,11179,'/module/testcase/config.php','/module/testcase','file','M'),(30152,2,11179,'/module/testcase/control.php','/module/testcase','file','M'),(30153,2,11179,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30154,2,11179,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(30155,2,11179,'/module/testcase/model.php','/module/testcase','file','M'),(30156,2,11179,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(30157,2,11179,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(30158,2,11179,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(30159,2,11179,'/module/testtask/control.php','/module/testtask','file','M'),(30160,2,11179,'/module/testtask/model.php','/module/testtask','file','M'),(30161,2,11179,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(30162,2,11179,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(30163,2,11179,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(30164,2,11181,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(30165,2,11182,'/.gitignore','/','file','M'),(30166,2,11182,'/module/doc/model.php','/module/doc','file','M'),(30167,2,11182,'/module/mail/control.php','/module/mail','file','M'),(30168,2,11182,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30169,2,11182,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30170,2,11182,'/module/mail/model.php','/module/mail','file','M'),(30171,2,11182,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(30172,2,11182,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(30173,2,11182,'/www/ok.txt','/www','file','D'),(30174,2,11184,'/module/testcase/config.php','/module/testcase','file','M'),(30175,2,11185,'/module/bug/control.php','/module/bug','file','M'),(30176,2,11185,'/module/bug/model.php','/module/bug','file','M'),(30177,2,11185,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(30178,2,11186,'/!','/','file','D'),(30179,2,11186,'/module/my/view/story.html.php','/module/my/view','file','M'),(30180,2,11186,'/module/story/control.php','/module/story','file','M'),(30181,2,11186,'/module/story/lang/en.php','/module/story/lang','file','M'),(30182,2,11186,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(30183,2,11186,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(30184,2,11187,'/www/theme/default/fonts/zenicon.eot','/www/theme/default/fonts','file','M'),(30185,2,11187,'/www/theme/default/fonts/zenicon.svg','/www/theme/default/fonts','file','M'),(30186,2,11187,'/www/theme/default/fonts/zenicon.ttf','/www/theme/default/fonts','file','M'),(30187,2,11187,'/www/theme/default/fonts/zenicon.woff','/www/theme/default/fonts','file','M'),(30188,2,11189,'/!','/','file','A'),(30189,2,11189,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30190,2,11189,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(30191,2,11189,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30192,2,11189,'/www/ok.txt','/www','file','M'),(30193,2,11190,'/module/project/css/kanban.css','/module/project/css','file','M'),(30194,2,11190,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(30195,2,11190,'/module/task/lang/en.php','/module/task/lang','file','M'),(30196,2,11190,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(30197,2,11191,'/module/project/control.php','/module/project','file','M'),(30198,2,11191,'/module/project/model.php','/module/project','file','M'),(30199,2,11202,'/module/task/lang/en.php','/module/task/lang','file','M'),(30200,2,11202,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(30201,2,11203,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30202,2,11203,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(30203,2,11203,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(30204,2,11203,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(30205,2,11205,'/bin/ztcli','/bin','file','M'),(30206,2,11206,'/module/project/js/story.js','/module/project/js','file','M'),(30207,2,11206,'/module/project/view/story.html.php','/module/project/view','file','M'),(30208,2,11207,'/module/file/view/download.html.php','/module/file/view','file','M'),(30209,2,11208,'/module/testcase/config.php','/module/testcase','file','M'),(30210,2,11210,'/module/file/model.php','/module/file','file','M'),(30211,2,11211,'/module/bug/model.php','/module/bug','file','M'),(30212,2,11211,'/module/build/control.php','/module/build','file','M'),(30213,2,11211,'/module/project/control.php','/module/project','file','M'),(30214,2,11211,'/module/project/js/bug.js','/module/project/js','file','M'),(30215,2,11211,'/module/project/model.php','/module/project','file','M'),(30216,2,11211,'/module/project/view/bug.html.php','/module/project/view','file','M'),(30217,2,11213,'/module/story/model.php','/module/story','file','M'),(30218,2,11213,'/module/story/view/view.html.php','/module/story/view','file','M'),(30219,2,11214,'/module/file/config.php','/module/file','file','M'),(30220,2,11214,'/module/file/control.php','/module/file','file','M'),(30221,2,11214,'/module/file/lang/en.php','/module/file/lang','file','M'),(30222,2,11214,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(30223,2,11214,'/module/file/view/download.html.php','/module/file/view','file','A'),(30224,2,11214,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(30225,2,11216,'/db/update9.0.beta.sql','/db','file','A'),(30226,2,11216,'/module/project/control.php','/module/project','file','M'),(30227,2,11216,'/module/project/model.php','/module/project','file','M'),(30228,2,11216,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(30229,2,11217,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(30230,2,11217,'/www/theme/default/style.css','/www/theme/default','file','M'),(30231,2,11218,'/module/story/model.php','/module/story','file','M'),(30232,2,11220,'/module/task/lang/en.php','/module/task/lang','file','M'),(30233,2,11222,'/module/mail/control.php','/module/mail','file','M'),(30234,2,11222,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30235,2,11222,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(30236,2,11223,'/module/testcase/config.php','/module/testcase','file','M'),(30237,2,11224,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(30238,2,11226,'/module/common/lang/en.php','/module/common/lang','file','M'),(30239,2,11226,'/module/task/lang/en.php','/module/task/lang','file','M'),(30240,2,11228,'/module/bug/control.php','/module/bug','file','M'),(30241,2,11228,'/module/product/model.php','/module/product','file','M'),(30242,2,11228,'/module/project/model.php','/module/project','file','M'),(30243,2,11229,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(30244,2,11231,'/module/bug/model.php','/module/bug','file','M'),(30245,2,11231,'/module/common/model.php','/module/common','file','M'),(30246,2,11231,'/module/datatable/model.php','/module/datatable','file','M'),(30247,2,11231,'/module/my/control.php','/module/my','file','M'),(30248,2,11231,'/module/project/control.php','/module/project','file','M'),(30249,2,11231,'/module/story/config.php','/module/story','file','M'),(30250,2,11231,'/module/task/config.php','/module/task','file','M'),(30251,2,11231,'/module/testcase/config.php','/module/testcase','file','M'),(30252,2,11231,'/module/testcase/control.php','/module/testcase','file','M'),(30253,2,11231,'/module/testcase/css/bugs.css','/module/testcase/css','file','A'),(30254,2,11231,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(30255,2,11231,'/module/testcase/model.php','/module/testcase','file','M'),(30256,2,11231,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(30257,2,11231,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(30258,2,11231,'/module/testcase/view/bugs.html.php','/module/testcase/view','file','A'),(30259,2,11231,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(30260,2,11231,'/module/testtask/config.php','/module/testtask','file','M'),(30261,2,11231,'/module/testtask/control.php','/module/testtask','file','M'),(30262,2,11231,'/module/testtask/model.php','/module/testtask','file','M'),(30263,2,11231,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(30264,2,11231,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(30265,2,11231,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(30266,2,11232,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30267,2,11232,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(30268,2,11233,'/module/common/lang/en.php','/module/common/lang','file','M'),(30269,2,11235,'/module/testcase/config.php','/module/testcase','file','M'),(30270,2,11235,'/module/testcase/control.php','/module/testcase','file','M'),(30271,2,11235,'/module/testcase/model.php','/module/testcase','file','M'),(30272,2,11235,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(30273,2,11237,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(30274,2,11237,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(30275,2,11237,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(30276,2,11237,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30277,2,11237,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(30278,2,11237,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','M'),(30279,2,11237,'/module/api/view/debug.html.php','/module/api/view','file','M'),(30280,2,11237,'/module/backup/view/change.html.php','/module/backup/view','file','M'),(30281,2,11237,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(30282,2,11237,'/module/build/view/create.html.php','/module/build/view','file','M'),(30283,2,11237,'/module/build/view/edit.html.php','/module/build/view','file','M'),(30284,2,11237,'/module/company/view/edit.html.php','/module/company/view','file','M'),(30285,2,11237,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(30286,2,11237,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(30287,2,11237,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(30288,2,11237,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(30289,2,11237,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(30290,2,11237,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(30291,2,11237,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(30292,2,11237,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(30293,2,11237,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(30294,2,11237,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(30295,2,11237,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(30296,2,11237,'/module/file/view/edit.html.php','/module/file/view','file','M'),(30297,2,11237,'/module/file/view/export.html.php','/module/file/view','file','M'),(30298,2,11237,'/module/group/view/copy.html.php','/module/group/view','file','M'),(30299,2,11237,'/module/group/view/create.html.php','/module/group/view','file','M'),(30300,2,11237,'/module/group/view/edit.html.php','/module/group/view','file','M'),(30301,2,11237,'/module/install/view/step2.html.php','/module/install/view','file','M'),(30302,2,11237,'/module/install/view/step4.html.php','/module/install/view','file','M'),(30303,2,11237,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(30304,2,11237,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(30305,2,11237,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(30306,2,11237,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','M'),(30307,2,11237,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(30308,2,11237,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(30309,2,11237,'/module/product/view/create.html.php','/module/product/view','file','M'),(30310,2,11237,'/module/product/view/edit.html.php','/module/product/view','file','M'),(30311,2,11237,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(30312,2,11237,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(30313,2,11237,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(30314,2,11237,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(30315,2,11237,'/module/project/view/create.html.php','/module/project/view','file','M'),(30316,2,11237,'/module/project/view/edit.html.php','/module/project/view','file','M'),(30317,2,11237,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(30318,2,11237,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(30319,2,11237,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(30320,2,11237,'/module/release/view/create.html.php','/module/release/view','file','M'),(30321,2,11237,'/module/release/view/edit.html.php','/module/release/view','file','M'),(30322,2,11237,'/module/release/view/export.html.php','/module/release/view','file','M'),(30323,2,11237,'/module/sso/view/bind.html.php','/module/sso/view','file','M'),(30324,2,11237,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(30325,2,11237,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(30326,2,11237,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(30327,2,11237,'/module/story/view/close.html.php','/module/story/view','file','M'),(30328,2,11237,'/module/story/view/create.html.php','/module/story/view','file','M'),(30329,2,11237,'/module/story/view/edit.html.php','/module/story/view','file','M'),(30330,2,11237,'/module/story/view/review.html.php','/module/story/view','file','M'),(30331,2,11237,'/module/task/view/activate.html.php','/module/task/view','file','M'),(30332,2,11237,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(30333,2,11237,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(30334,2,11237,'/module/task/view/create.html.php','/module/task/view','file','M'),(30335,2,11237,'/module/task/view/edit.html.php','/module/task/view','file','M'),(30336,2,11237,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(30337,2,11237,'/module/task/view/finish.html.php','/module/task/view','file','M'),(30338,2,11237,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(30339,2,11237,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(30340,2,11237,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(30341,2,11237,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(30342,2,11237,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','M'),(30343,2,11237,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(30344,2,11237,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(30345,2,11237,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(30346,2,11237,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(30347,2,11237,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(30348,2,11237,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(30349,2,11237,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(30350,2,11237,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(30351,2,11237,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(30352,2,11237,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(30353,2,11237,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(30354,2,11237,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(30355,2,11237,'/module/user/view/create.html.php','/module/user/view','file','M'),(30356,2,11237,'/module/user/view/edit.html.php','/module/user/view','file','M'),(30357,2,11237,'/module/user/view/managecontacts.html.php','/module/user/view','file','M'),(30358,2,11238,'/module/project/control.php','/module/project','file','M'),(30359,2,11238,'/module/project/model.php','/module/project','file','M'),(30360,2,11238,'/module/project/view/story.html.php','/module/project/view','file','M'),(30361,2,11239,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(30362,2,11240,'/module/bug/css/browse.css','/module/bug/css','file','M'),(30363,2,11240,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(30364,2,11240,'/module/product/css/browse.css','/module/product/css','file','M'),(30365,2,11240,'/module/product/view/browse.html.php','/module/product/view','file','M'),(30366,2,11240,'/module/project/css/task.css','/module/project/css','file','M'),(30367,2,11240,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(30368,2,11240,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(30369,2,11240,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(30370,2,11241,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(30371,2,11241,'/www/theme/default/style.css','/www/theme/default','file','M'),(30372,2,11243,'/www/js/ueditor/themes/default/css/ueditor.css','/www/js/ueditor/themes/default/css','file','M'),(30373,2,11243,'/www/js/ueditor/themes/default/css/ueditor.min.css','/www/js/ueditor/themes/default/css','file','M'),(30374,2,11244,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(30375,2,11244,'/www/theme/zui/fonts/zenicon.eot','/www/theme/zui/fonts','file','M'),(30376,2,11244,'/www/theme/zui/fonts/zenicon.svg','/www/theme/zui/fonts','file','M'),(30377,2,11244,'/www/theme/zui/fonts/zenicon.ttf','/www/theme/zui/fonts','file','M'),(30378,2,11244,'/www/theme/zui/fonts/zenicon.woff','/www/theme/zui/fonts','file','M'),(30379,2,11245,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(30380,2,11245,'/www/js/markdown/en_US.aff','/www/js/markdown','file','D'),(30381,2,11245,'/www/js/markdown/en_US.dic','/www/js/markdown','file','D'),(30382,2,11245,'/www/js/markdown/font-awesome.min.css','/www/js/markdown','file','D'),(30383,2,11245,'/www/js/markdown/fontawesome-webfont.eot','/www/js/markdown','file','D'),(30384,2,11245,'/www/js/markdown/fontawesome-webfont.svg','/www/js/markdown','file','D'),(30385,2,11245,'/www/js/markdown/fontawesome-webfont.ttf','/www/js/markdown','file','D'),(30386,2,11245,'/www/js/markdown/fontawesome-webfont.woff','/www/js/markdown','file','D'),(30387,2,11245,'/www/js/markdown/fontawesome-webfont.woff2','/www/js/markdown','file','D'),(30388,2,11245,'/www/js/markdown/simplemde.min.css','/www/js/markdown','file','M'),(30389,2,11245,'/www/js/markdown/simplemde.min.js','/www/js/markdown','file','M'),(30390,2,11246,'/module/project/css/kanban.css','/module/project/css','file','M'),(30391,2,11246,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(30392,2,11247,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(30393,2,11247,'/module/project/view/create.html.php','/module/project/view','file','M'),(30394,2,11247,'/module/project/view/edit.html.php','/module/project/view','file','M'),(30395,2,11247,'/module/report/view/workload.html.php','/module/report/view','file','M'),(30396,2,11247,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(30397,2,11247,'/module/story/view/create.html.php','/module/story/view','file','M'),(30398,2,11247,'/module/story/view/edit.html.php','/module/story/view','file','M'),(30399,2,11247,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(30400,2,11247,'/module/task/view/create.html.php','/module/task/view','file','M'),(30401,2,11247,'/module/task/view/edit.html.php','/module/task/view','file','M'),(30402,2,11247,'/module/task/view/start.html.php','/module/task/view','file','M'),(30403,2,11249,'/module/common/view/action.html.php','/module/common/view','file','M'),(30404,2,11249,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(30405,2,11250,'/www/js/zui/min.js','/www/js/zui','file','M'),(30406,2,11250,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(30407,2,11250,'/www/theme/zui/fonts/zenicon.eot','/www/theme/zui/fonts','file','M'),(30408,2,11250,'/www/theme/zui/fonts/zenicon.svg','/www/theme/zui/fonts','file','M'),(30409,2,11250,'/www/theme/zui/fonts/zenicon.ttf','/www/theme/zui/fonts','file','M'),(30410,2,11250,'/www/theme/zui/fonts/zenicon.woff','/www/theme/zui/fonts','file','M'),(30411,2,11251,'/module/productplan/control.php','/module/productplan','file','M'),(30412,2,11251,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(30413,2,11251,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(30414,2,11251,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(30415,2,11251,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(30416,2,11251,'/module/project/js/common.js','/module/project/js','file','M'),(30417,2,11251,'/module/project/view/create.html.php','/module/project/view','file','M'),(30418,2,11251,'/module/project/view/edit.html.php','/module/project/view','file','M'),(30419,2,11253,'/www/theme/default/style.css','/www/theme/default','file','M'),(30420,2,11255,'/module/bug/model.php','/module/bug','file','M'),(30421,2,11255,'/module/build/control.php','/module/build','file','M'),(30422,2,11255,'/module/product/model.php','/module/product','file','M'),(30423,2,11255,'/module/story/model.php','/module/story','file','M'),(30424,2,11255,'/module/testcase/model.php','/module/testcase','file','M'),(30425,2,11255,'/module/testtask/control.php','/module/testtask','file','M'),(30426,2,11256,'/module/doc/model.php','/module/doc','file','M'),(30427,2,11257,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(30428,2,11257,'/www/theme/green/style.css','/www/theme/green','file','M'),(30429,2,11257,'/www/theme/lightblue/style.css','/www/theme/lightblue','file','M'),(30430,2,11257,'/www/theme/red/style.css','/www/theme/red','file','M'),(30431,2,11258,'/module/mail/model.php','/module/mail','file','M'),(30432,2,11259,'/module/tree/model.php','/module/tree','file','M'),(30433,2,11261,'/module/action/model.php','/module/action','file','M'),(30434,2,11262,'/module/action/lang/en.php','/module/action/lang','file','M'),(30435,2,11262,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(30436,2,11267,'/module/bug/model.php','/module/bug','file','M'),(30437,2,11268,'/www/theme/default/fonts/zenicon.eot','/www/theme/default/fonts','file','M'),(30438,2,11268,'/www/theme/default/fonts/zenicon.svg','/www/theme/default/fonts','file','M'),(30439,2,11268,'/www/theme/default/fonts/zenicon.ttf','/www/theme/default/fonts','file','M'),(30440,2,11268,'/www/theme/default/fonts/zenicon.woff','/www/theme/default/fonts','file','M'),(30441,2,11269,'/module/task/control.php','/module/task','file','M'),(30442,2,11270,'/module/upgrade/model.php','/module/upgrade','file','M'),(30443,2,11271,'/module/action/model.php','/module/action','file','M'),(30444,2,11271,'/module/admin/control.php','/module/admin','file','M'),(30445,2,11271,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30446,2,11271,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(30447,2,11271,'/module/admin/model.php','/module/admin','file','M'),(30448,2,11271,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30449,2,11271,'/module/admin/view/ztcompany.html.php','/module/admin/view','file','A'),(30450,2,11271,'/module/mail/control.php','/module/mail','file','M'),(30451,2,11272,'/module/action/model.php','/module/action','file','M'),(30452,2,11274,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(30453,2,11274,'/module/common/view/footer.html.php','/module/common/view','file','M'),(30454,2,11275,'/doc/CHANGELOG','/doc','file','M'),(30455,2,11277,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30456,2,11277,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30457,2,11278,'/www/js/zui/min.js','/www/js/zui','file','M'),(30458,2,11278,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(30459,2,11279,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(30460,2,11280,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30461,2,11280,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(30462,2,11280,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(30463,2,11280,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30464,2,11280,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30465,2,11280,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(30466,2,11280,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(30467,2,11280,'/tools/check.php','/tools','file','M'),(30468,2,11282,'/VERSION','/','file','M'),(30469,2,11282,'/config/config.php','/config','file','M'),(30470,2,11282,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(30471,2,11282,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(30472,2,11282,'/module/upgrade/model.php','/module/upgrade','file','M'),(30473,2,11283,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(30474,2,11284,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(30475,2,11285,'/www/js/jquery/form/zentao.js','/www/js/jquery/form','file','M'),(30476,2,11286,'/db/update8.4.1.sql','/db','file','A'),(30477,2,11286,'/db/zentao.sql','/db','file','M'),(30478,2,11287,'/module/project/control.php','/module/project','file','M'),(30479,2,11287,'/module/project/model.php','/module/project','file','M'),(30480,2,11288,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(30481,2,11288,'/module/extension/model.php','/module/extension','file','M'),(30482,2,11289,'/www/theme/default/fonts/zenicon.eot','/www/theme/default/fonts','file','M'),(30483,2,11289,'/www/theme/default/fonts/zenicon.svg','/www/theme/default/fonts','file','M'),(30484,2,11289,'/www/theme/default/fonts/zenicon.ttf','/www/theme/default/fonts','file','M'),(30485,2,11289,'/www/theme/default/fonts/zenicon.woff','/www/theme/default/fonts','file','M'),(30486,2,11290,'/lib/front/front.class.php','/lib/front','file','M'),(30487,2,11291,'/lib/front/front.class.php','/lib/front','file','M'),(30488,2,11291,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','M'),(30489,2,11292,'/lib/ztcloud/ztcloud.class.php','/lib/ztcloud','file','M'),(30490,2,11292,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(30491,2,11292,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30492,2,11292,'/module/mail/control.php','/module/mail','file','M'),(30493,2,11292,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30494,2,11294,'/www/js/ueditor/ueditor.all.min.js','/www/js/ueditor','file','M'),(30495,2,11295,'/module/bug/model.php','/module/bug','file','M'),(30496,2,11295,'/module/story/model.php','/module/story','file','M'),(30497,2,11295,'/module/task/model.php','/module/task','file','M'),(30498,2,11295,'/module/testtask/model.php','/module/testtask','file','M'),(30499,2,11296,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30500,2,11296,'/module/mail/model.php','/module/mail','file','M'),(30501,2,11297,'/module/project/control.php','/module/project','file','M'),(30502,2,11298,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(30503,2,11299,'/lib/hyperdown/hyperdown.class.php','/lib/hyperdown','file','M'),(30504,2,11300,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30505,2,11301,'/module/admin/config.php','/module/admin','file','M'),(30506,2,11301,'/module/admin/control.php','/module/admin','file','M'),(30507,2,11301,'/module/admin/model.php','/module/admin','file','M'),(30508,2,11301,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','M'),(30509,2,11301,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','M'),(30510,2,11301,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30511,2,11301,'/module/mail/model.php','/module/mail','file','M'),(30512,2,11302,'/module/todo/control.php','/module/todo','file','M'),(30513,2,11303,'/module/bug/css/report.css','/module/bug/css','file','M'),(30514,2,11303,'/module/story/css/report.css','/module/story/css','file','M'),(30515,2,11303,'/module/task/css/report.css','/module/task/css','file','M'),(30516,2,11304,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(30517,2,11306,'/module/bug/model.php','/module/bug','file','M'),(30518,2,11306,'/module/mail/model.php','/module/mail','file','M'),(30519,2,11306,'/module/story/model.php','/module/story','file','M'),(30520,2,11307,'/module/block/control.php','/module/block','file','M'),(30521,2,11307,'/module/block/js/admin.js','/module/block/js','file','M'),(30522,2,11308,'/bin/ztcli','/bin','file','M'),(30523,2,11308,'/framework/base/router.class.php','/framework/base','file','M'),(30524,2,11308,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','M'),(30525,2,11308,'/module/admin/model.php','/module/admin','file','M'),(30526,2,11308,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(30527,2,11308,'/module/user/control.php','/module/user','file','M'),(30528,2,11308,'/www/index.php','/www','file','M'),(30529,2,11308,'/www/js/my.full.js','/www/js','file','M'),(30530,2,11309,'/module/bug/css/report.css','/module/bug/css','file','M'),(30531,2,11309,'/module/story/css/report.css','/module/story/css','file','M'),(30532,2,11309,'/module/task/css/report.css','/module/task/css','file','M'),(30533,2,11310,'/www/theme/default/style.css','/www/theme/default','file','M'),(30534,2,11312,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(30535,2,11313,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(30536,2,11315,'/lib/hyperdown/hyperdown.class.php','/lib/hyperdown','file','M'),(30537,2,11315,'/module/common/view/markdown.html.php','/module/common/view','file','M'),(30538,2,11315,'/module/common/view/ueditor.html.php','/module/common/view','file','M'),(30539,2,11315,'/module/doc/js/create.js','/module/doc/js','file','M'),(30540,2,11315,'/www/js/markdown/en_US.aff','/www/js/markdown','file','A'),(30541,2,11315,'/www/js/markdown/en_US.dic','/www/js/markdown','file','A'),(30542,2,11315,'/www/js/markdown/font-awesome.min.css','/www/js/markdown','file','A'),(30543,2,11315,'/www/js/markdown/fontawesome-webfont.eot','/www/js/markdown','file','A'),(30544,2,11315,'/www/js/markdown/fontawesome-webfont.svg','/www/js/markdown','file','A'),(30545,2,11315,'/www/js/markdown/fontawesome-webfont.ttf','/www/js/markdown','file','A'),(30546,2,11315,'/www/js/markdown/fontawesome-webfont.woff','/www/js/markdown','file','A'),(30547,2,11315,'/www/js/markdown/fontawesome-webfont.woff2','/www/js/markdown','file','A'),(30548,2,11315,'/www/js/markdown/simplemde.min.js','/www/js/markdown','file','M'),(30549,2,11315,'/www/js/ueditor/dialogs/emotion/emotion.css','/www/js/ueditor/dialogs/emotion','file','D'),(30550,2,11315,'/www/js/ueditor/dialogs/emotion/emotion.html','/www/js/ueditor/dialogs/emotion','file','D'),(30551,2,11315,'/www/js/ueditor/dialogs/emotion/emotion.js','/www/js/ueditor/dialogs/emotion','file','D'),(30552,2,11315,'/www/js/ueditor/dialogs/emotion/images/0.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30553,2,11315,'/www/js/ueditor/dialogs/emotion/images/bface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30554,2,11315,'/www/js/ueditor/dialogs/emotion/images/cface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30555,2,11315,'/www/js/ueditor/dialogs/emotion/images/fface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30556,2,11315,'/www/js/ueditor/dialogs/emotion/images/jxface2.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30557,2,11315,'/www/js/ueditor/dialogs/emotion/images/neweditor-tab-bg.png','/www/js/ueditor/dialogs/emotion/images','file','D'),(30558,2,11315,'/www/js/ueditor/dialogs/emotion/images/tface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30559,2,11315,'/www/js/ueditor/dialogs/emotion/images/wface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30560,2,11315,'/www/js/ueditor/dialogs/emotion/images/yface.gif','/www/js/ueditor/dialogs/emotion/images','file','D'),(30561,2,11315,'/www/js/ueditor/dialogs/gmap/gmap.html','/www/js/ueditor/dialogs/gmap','file','D'),(30562,2,11315,'/www/js/ueditor/dialogs/map/map.html','/www/js/ueditor/dialogs/map','file','D'),(30563,2,11315,'/www/js/ueditor/dialogs/map/show.html','/www/js/ueditor/dialogs/map','file','D'),(30564,2,11315,'/www/js/ueditor/dialogs/webapp/webapp.html','/www/js/ueditor/dialogs/webapp','file','D'),(30565,2,11315,'/www/js/ueditor/lang/en/en.js','/www/js/ueditor/lang/en','file','M'),(30566,2,11315,'/www/js/ueditor/lang/zh-tw/images/copy.png','/www/js/ueditor/lang/zh-tw/images','file','A'),(30567,2,11315,'/www/js/ueditor/lang/zh-tw/images/localimage.png','/www/js/ueditor/lang/zh-tw/images','file','A'),(30568,2,11315,'/www/js/ueditor/lang/zh-tw/images/music.png','/www/js/ueditor/lang/zh-tw/images','file','A'),(30569,2,11315,'/www/js/ueditor/lang/zh-tw/images/upload.png','/www/js/ueditor/lang/zh-tw/images','file','A'),(30570,2,11315,'/www/js/ueditor/lang/zh-tw/zh-tw.js','/www/js/ueditor/lang/zh-tw','file','A'),(30571,2,11315,'/www/js/ueditor/themes/default/css/ueditor.css','/www/js/ueditor/themes/default/css','file','M'),(30572,2,11315,'/www/js/ueditor/themes/iframe.css','/www/js/ueditor/themes','file','M'),(30573,2,11315,'/www/js/ueditor/ueditor.all.min.js','/www/js/ueditor','file','M'),(30574,2,11315,'/www/js/ueditor/ueditor.parse.js','/www/js/ueditor','file','A'),(30575,2,11316,'/module/search/model.php','/module/search','file','M'),(30576,2,11317,'/module/report/model.php','/module/report','file','M'),(30577,2,11318,'/module/testcase/model.php','/module/testcase','file','M'),(30578,2,11318,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(30579,2,11319,'/module/story/control.php','/module/story','file','M'),(30580,2,11320,'/module/task/model.php','/module/task','file','M'),(30581,2,11321,'/module/bug/model.php','/module/bug','file','M'),(30582,2,11322,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(30583,2,11323,'/module/custom/control.php','/module/custom','file','M'),(30584,2,11323,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(30585,2,11323,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(30586,2,11325,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(30587,2,11325,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30588,2,11327,'/module/common/lang/en.php','/module/common/lang','file','M'),(30589,2,11327,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(30590,2,11327,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30591,2,11332,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(30592,2,11332,'/module/build/lang/en.php','/module/build/lang','file','M'),(30593,2,11332,'/module/common/lang/en.php','/module/common/lang','file','M'),(30594,2,11332,'/module/project/lang/en.php','/module/project/lang','file','M'),(30595,2,11333,'/module/testtask/model.php','/module/testtask','file','M'),(30596,2,11334,'/module/bug/control.php','/module/bug','file','M'),(30597,2,11334,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(30598,2,11334,'/module/product/view/browse.html.php','/module/product/view','file','M'),(30599,2,11334,'/module/story/control.php','/module/story','file','M'),(30600,2,11335,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','M'),(30601,2,11336,'/module/mail/model.php','/module/mail','file','M'),(30602,2,11337,'/module/productplan/control.php','/module/productplan','file','M'),(30603,2,11337,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(30604,2,11337,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(30605,2,11337,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(30606,2,11339,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(30607,2,11339,'/www/js/my.full.js','/www/js','file','M'),(30608,2,11340,'/module/story/config.php','/module/story','file','M'),(30609,2,11341,'/www/theme/default/style.css','/www/theme/default','file','M'),(30610,2,11342,'/module/project/control.php','/module/project','file','M'),(30611,2,11342,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(30612,2,11343,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(30613,2,11343,'/module/task/model.php','/module/task','file','M'),(30614,2,11344,'/module/product/view/browse.html.php','/module/product/view','file','M'),(30615,2,11345,'/www/theme/default/style.css','/www/theme/default','file','M'),(30616,2,11347,'/www/theme/default/style.css','/www/theme/default','file','M'),(30617,2,11348,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(30618,2,11350,'/module/action/lang/en.php','/module/action/lang','file','M'),(30619,2,11350,'/module/build/lang/en.php','/module/build/lang','file','M'),(30620,2,11350,'/module/common/lang/en.php','/module/common/lang','file','M'),(30621,2,11350,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(30622,2,11350,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(30623,2,11350,'/module/install/lang/en.php','/module/install/lang','file','M'),(30624,2,11350,'/module/product/lang/en.php','/module/product/lang','file','M'),(30625,2,11350,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(30626,2,11350,'/module/release/lang/en.php','/module/release/lang','file','M'),(30627,2,11350,'/module/story/lang/en.php','/module/story/lang','file','M'),(30628,2,11350,'/module/task/lang/en.php','/module/task/lang','file','M'),(30629,2,11350,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(30630,2,11351,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(30631,2,11352,'/module/common/model.php','/module/common','file','M'),(30632,2,11354,'/module/mail/control.php','/module/mail','file','M'),(30633,2,11354,'/module/mail/model.php','/module/mail','file','M'),(30634,2,11355,'/module/admin/control.php','/module/admin','file','M'),(30635,2,11355,'/module/admin/model.php','/module/admin','file','M'),(30636,2,11355,'/module/mail/control.php','/module/mail','file','M'),(30637,2,11355,'/module/mail/js/ztcloud.js','/module/mail/js','file','M'),(30638,2,11355,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30639,2,11356,'/module/project/view/story.html.php','/module/project/view','file','M'),(30640,2,11358,'/www/index.php','/www','file','M'),(30641,2,11359,'/lib/ztcloud/ztcloud.class.php','/lib/ztcloud','file','A'),(30642,2,11359,'/module/admin/control.php','/module/admin','file','M'),(30643,2,11359,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(30644,2,11359,'/module/admin/model.php','/module/admin','file','M'),(30645,2,11359,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(30646,2,11359,'/module/admin/view/certifyztemail.html.php','/module/admin/view','file','A'),(30647,2,11359,'/module/admin/view/certifyztmobile.html.php','/module/admin/view','file','A'),(30648,2,11359,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(30649,2,11359,'/module/mail/control.php','/module/mail','file','M'),(30650,2,11359,'/module/mail/js/ztcloud.js','/module/mail/js','file','A'),(30651,2,11359,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(30652,2,11359,'/module/mail/model.php','/module/mail','file','M'),(30653,2,11359,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(30654,2,11359,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(30655,2,11359,'/module/mail/view/ztcloud.html.php','/module/mail/view','file','A'),(30656,2,11359,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(30657,2,11359,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(30658,2,11360,'/module/my/lang/en.php','/module/my/lang','file','M'),(30659,2,11360,'/module/story/lang/en.php','/module/story/lang','file','M'),(30660,2,11360,'/module/user/lang/en.php','/module/user/lang','file','M'),(30661,2,11361,'/module/story/lang/en.php','/module/story/lang','file','M'),(30662,2,11362,'/module/action/lang/en.php','/module/action/lang','file','M'),(30663,2,11362,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(30664,2,11362,'/module/common/lang/en.php','/module/common/lang','file','M'),(30665,2,11362,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(30666,2,11362,'/module/project/lang/en.php','/module/project/lang','file','M'),(30667,2,11362,'/module/release/lang/en.php','/module/release/lang','file','M'),(30668,2,11362,'/module/story/lang/en.php','/module/story/lang','file','M'),(30669,2,11362,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30670,2,11362,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(30671,2,11363,'/module/action/lang/en.php','/module/action/lang','file','M'),(30672,2,11363,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(30673,2,11363,'/module/build/lang/en.php','/module/build/lang','file','M'),(30674,2,11363,'/module/common/lang/en.php','/module/common/lang','file','M'),(30675,2,11363,'/module/product/lang/en.php','/module/product/lang','file','M'),(30676,2,11363,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(30677,2,11363,'/module/project/lang/en.php','/module/project/lang','file','M'),(30678,2,11363,'/module/release/lang/en.php','/module/release/lang','file','M'),(30679,2,11363,'/module/story/lang/en.php','/module/story/lang','file','M'),(30680,2,11363,'/module/task/lang/en.php','/module/task/lang','file','M'),(30681,2,11363,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(30682,2,11363,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(30683,2,11363,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(30684,2,11363,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(30685,2,11364,'/module/action/model.php','/module/action','file','M'),(30686,2,11365,'/module/custom/control.php','/module/custom','file','M'),(30687,2,11366,'/module/block/lang/en.php','/module/block/lang','file','M'),(30688,2,11367,'/module/story/lang/en.php','/module/story/lang','file','M'),(30689,2,11367,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(30690,2,11368,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(30691,2,11368,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(30692,2,11368,'/module/common/lang/en.php','/module/common/lang','file','M'),(30693,2,11368,'/module/company/lang/en.php','/module/company/lang','file','M'),(30694,2,11368,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(30695,2,11368,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(30696,2,11368,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(30697,2,11368,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(30698,2,11368,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30699,2,11368,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(30700,2,11368,'/module/story/lang/en.php','/module/story/lang','file','M'),(30701,2,11368,'/www/ok.txt','/www','file','A'),(30702,2,11369,'/module/action/lang/en.php','/module/action/lang','file','M'),(30703,2,11369,'/module/group/lang/en.php','/module/group/lang','file','M'),(30704,2,11369,'/module/story/lang/en.php','/module/story/lang','file','M'),(30705,2,11369,'/module/task/lang/en.php','/module/task/lang','file','M'),(30706,2,11370,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30707,2,11370,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(30708,2,11370,'/module/group/lang/en.php','/module/group/lang','file','M'),(30709,2,11371,'/module/install/lang/en.php','/module/install/lang','file','M'),(30710,2,11372,'/module/user/lang/en.php','/module/user/lang','file','M'),(30711,2,11373,'/module/file/model.php','/module/file','file','M'),(30712,2,11374,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(30713,2,11375,'/VERSION','/','file','M'),(30714,2,11375,'/config/config.php','/config','file','M'),(30715,2,11375,'/module/upgrade/control.php','/module/upgrade','file','M'),(30716,2,11375,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(30717,2,11375,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(30718,2,11375,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(30719,2,11375,'/module/upgrade/model.php','/module/upgrade','file','M'),(30720,2,11376,'/module/project/control.php','/module/project','file','M'),(30721,2,11376,'/module/project/model.php','/module/project','file','M'),(30722,2,11378,'/www/js/my.full.js','/www/js','file','M'),(30723,2,11378,'/www/theme/default/style.css','/www/theme/default','file','M'),(30724,2,11380,'/framework/helper.class.php','/framework','file','M'),(30725,2,11380,'/module/file/control.php','/module/file','file','M'),(30726,2,11380,'/module/file/model.php','/module/file','file','M'),(30727,2,11380,'/module/git/model.php','/module/git','file','M'),(30728,2,11380,'/module/testcase/control.php','/module/testcase','file','M'),(30729,2,11381,'/module/common/view/chart.html.php','/module/common/view','file','M'),(30730,2,11382,'/module/common/lang/en.php','/module/common/lang','file','M'),(30731,2,11382,'/module/company/lang/en.php','/module/company/lang','file','M'),(30732,2,11382,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(30733,2,11382,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(30734,2,11382,'/module/group/lang/en.php','/module/group/lang','file','M'),(30735,2,11382,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(30736,2,11382,'/module/my/lang/en.php','/module/my/lang','file','M'),(30737,2,11382,'/module/project/lang/en.php','/module/project/lang','file','M'),(30738,2,11382,'/module/release/lang/en.php','/module/release/lang','file','M'),(30739,2,11382,'/module/report/lang/en.php','/module/report/lang','file','M'),(30740,2,11382,'/module/task/lang/en.php','/module/task/lang','file','M'),(30741,2,11383,'/lib/front/front.class.php','/lib/front','file','M'),(30742,2,11383,'/lib/pinyin/data/surnames','/lib/pinyin/data','file','D'),(30743,2,11383,'/lib/pinyin/data/words','/lib/pinyin/data','file','A'),(30744,2,11383,'/lib/pinyin/data/words_0','/lib/pinyin/data','file','D'),(30745,2,11383,'/lib/pinyin/data/words_1','/lib/pinyin/data','file','D'),(30746,2,11383,'/lib/pinyin/data/words_2','/lib/pinyin/data','file','D'),(30747,2,11383,'/lib/pinyin/data/words_3','/lib/pinyin/data','file','D'),(30748,2,11383,'/lib/pinyin/data/words_4','/lib/pinyin/data','file','D'),(30749,2,11383,'/lib/pinyin/data/words_5','/lib/pinyin/data','file','D'),(30750,2,11383,'/lib/pinyin/dictloaderinterface.php','/lib/pinyin','file','D'),(30751,2,11383,'/lib/pinyin/filedictloader.php','/lib/pinyin','file','D'),(30752,2,11383,'/lib/pinyin/memoryfiledictloader.php','/lib/pinyin','file','D'),(30753,2,11383,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','M'),(30754,2,11397,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(30755,2,11398,'/VERSION','/','file','M'),(30756,2,11398,'/config/config.php','/config','file','M'),(30757,2,11398,'/db/zentao.sql','/db','file','M'),(30758,2,11398,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(30759,2,11398,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(30760,2,11398,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(30761,2,11398,'/module/upgrade/model.php','/module/upgrade','file','M'),(30762,2,11400,'/module/git/model.php','/module/git','file','M'),(30763,2,11401,'/module/git/control.php','/module/git','file','M'),(30764,2,11401,'/module/git/model.php','/module/git','file','M'),(30765,2,11402,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(30766,2,11402,'/module/project/lang/en.php','/module/project/lang','file','M'),(30767,2,11403,'/lib/front/front.class.php','/lib/front','file','M'),(30768,2,11404,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(30769,2,11404,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(30770,2,11404,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(30771,2,11404,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(30772,2,11404,'/module/branch/lang/zh-tw.php','/module/branch/lang','file','M'),(30773,2,11404,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(30774,2,11404,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(30775,2,11404,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(30776,2,11404,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(30777,2,11404,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(30778,2,11404,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(30779,2,11404,'/module/group/lang/resource.php','/module/group/lang','file','M'),(30780,2,11404,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(30781,2,11404,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(30782,2,11404,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(30783,2,11404,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(30784,2,11404,'/module/project/lang/en.php','/module/project/lang','file','M'),(30785,2,11404,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(30786,2,11404,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(30787,2,11404,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(30788,2,11404,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(30789,2,11404,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(30790,2,11404,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(30791,2,11405,'/module/mail/model.php','/module/mail','file','M'),(30792,2,11405,'/module/task/control.php','/module/task','file','M'),(30793,2,11405,'/module/task/model.php','/module/task','file','M'),(30794,2,11407,'/bin/ztcli','/bin','file','M'),(30795,2,11407,'/module/git/control.php','/module/git','file','M'),(30796,2,11407,'/module/svn/control.php','/module/svn','file','M'),(30797,2,11408,'/lib/front/front.class.php','/lib/front','file','M'),(30798,2,11408,'/lib/pinyin/memoryfiledictloader.php','/lib/pinyin','file','A'),(30799,2,11409,'/module/testtask/css/cases.css','/module/testtask/css','file','M'),(30800,2,11411,'/module/task/css/create.css','/module/task/css','file','M'),(30801,2,11411,'/module/task/view/create.html.php','/module/task/view','file','M'),(30802,2,11412,'/module/install/lang/en.php','/module/install/lang','file','M'),(30803,2,11413,'/module/bug/css/report.css','/module/bug/css','file','M'),(30804,2,11413,'/module/story/css/report.css','/module/story/css','file','M'),(30805,2,11413,'/module/task/css/report.css','/module/task/css','file','M'),(30806,2,11414,'/module/project/css/managemembers.css','/module/project/css','file','M'),(30807,2,11414,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(30808,2,11415,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(30809,2,11415,'/module/product/control.php','/module/product','file','M'),(30810,2,11416,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(30811,2,11416,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(30812,2,11416,'/module/product/control.php','/module/product','file','M'),(30813,2,11416,'/module/productplan/control.php','/module/productplan','file','M'),(30814,2,11416,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(30815,2,11416,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(30816,2,11416,'/module/testcase/control.php','/module/testcase','file','M'),(30817,2,11416,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(30818,2,11416,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(30819,2,11416,'/module/tree/control.php','/module/tree','file','M'),(30820,2,11417,'/module/project/control.php','/module/project','file','M'),(30821,2,11417,'/module/project/model.php','/module/project','file','M'),(30822,2,11417,'/module/search/model.php','/module/search','file','M'),(30823,2,11419,'/module/task/lang/en.php','/module/task/lang','file','M'),(30824,2,11420,'/module/project/css/managemembers.css','/module/project/css','file','M'),(30825,2,11420,'/module/project/lang/en.php','/module/project/lang','file','M'),(30826,2,11420,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30827,2,11420,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(30828,2,11421,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(30829,2,11422,'/Makefile','/','file','M'),(30830,2,11422,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(30831,2,11422,'/www/index.php','/www','file','M'),(30832,2,11423,'/module/block/lang/en.php','/module/block/lang','file','M'),(30833,2,11424,'/www/theme/default/style.css','/www/theme/default','file','M'),(30834,2,11426,'/www/install.php.tmp','/www','file','A'),(30835,2,11426,'/www/upgrade.php.tmp','/www','file','A'),(30836,2,11427,'/module/company/control.php','/module/company','file','M'),(30837,2,11427,'/module/dept/control.php','/module/dept','file','M'),(30838,2,11427,'/module/group/control.php','/module/group','file','M'),(30839,2,11427,'/module/testcase/control.php','/module/testcase','file','M'),(30840,2,11427,'/module/testtask/control.php','/module/testtask','file','M'),(30841,2,11428,'/module/common/model.php','/module/common','file','M'),(30842,2,11429,'/module/backup/model.php','/module/backup','file','M'),(30843,2,11430,'/module/doc/control.php','/module/doc','file','M'),(30844,2,11430,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(30845,2,11430,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(30846,2,11430,'/module/doc/model.php','/module/doc','file','M'),(30847,2,11430,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(30848,2,11430,'/module/upgrade/model.php','/module/upgrade','file','M'),(30849,2,11432,'/module/project/control.php','/module/project','file','M'),(30850,2,11432,'/module/project/css/importtask.css','/module/project/css','file','M'),(30851,2,11432,'/module/project/js/importtask.js','/module/project/js','file','M'),(30852,2,11432,'/module/project/lang/en.php','/module/project/lang','file','M'),(30853,2,11432,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30854,2,11432,'/module/project/model.php','/module/project','file','M'),(30855,2,11432,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(30856,2,11433,'/module/task/js/create.js','/module/task/js','file','M'),(30857,2,11435,'/module/task/css/create.css','/module/task/css','file','M'),(30858,2,11435,'/module/task/js/create.js','/module/task/js','file','M'),(30859,2,11435,'/module/task/view/create.html.php','/module/task/view','file','M'),(30860,2,11436,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(30861,2,11436,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(30862,2,11437,'/module/task/model.php','/module/task','file','M'),(30863,2,11437,'/module/task/view/view.html.php','/module/task/view','file','M'),(30864,2,11438,'/module/bug/css/browse.css','/module/bug/css','file','M'),(30865,2,11438,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(30866,2,11438,'/module/product/css/browse.css','/module/product/css','file','M'),(30867,2,11438,'/module/product/view/browse.html.php','/module/product/view','file','M'),(30868,2,11438,'/module/project/css/task.css','/module/project/css','file','M'),(30869,2,11438,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(30870,2,11438,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(30871,2,11438,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(30872,2,11439,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(30873,2,11439,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(30874,2,11440,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(30875,2,11440,'/module/install/view/index.html.php','/module/install/view','file','M'),(30876,2,11440,'/www/theme/default/images/main/zdoo.png','/www/theme/default/images/main','file','A'),(30877,2,11441,'/module/doc/model.php','/module/doc','file','M'),(30878,2,11442,'/module/task/lang/en.php','/module/task/lang','file','M'),(30879,2,11442,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(30880,2,11442,'/module/task/model.php','/module/task','file','M'),(30881,2,11442,'/module/task/view/finish.html.php','/module/task/view','file','M'),(30882,2,11442,'/module/task/view/start.html.php','/module/task/view','file','M'),(30883,2,11443,'/module/project/css/create.css','/module/project/css','file','M'),(30884,2,11443,'/module/project/js/create.js','/module/project/js','file','M'),(30885,2,11443,'/module/project/view/create.html.php','/module/project/view','file','M'),(30886,2,11444,'/module/release/model.php','/module/release','file','M'),(30887,2,11444,'/module/release/view/view.html.php','/module/release/view','file','M'),(30888,2,11445,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(30889,2,11446,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(30890,2,11446,'/module/task/lang/en.php','/module/task/lang','file','M'),(30891,2,11446,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(30892,2,11446,'/module/task/model.php','/module/task','file','M'),(30893,2,11447,'/www/theme/default/style.css','/www/theme/default','file','M'),(30894,2,11448,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30895,2,11448,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(30896,2,11463,'/module/project/lang/en.php','/module/project/lang','file','M'),(30897,2,11463,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(30898,2,11463,'/module/project/view/view.html.php','/module/project/view','file','M'),(30899,2,11464,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(30900,2,11464,'/module/story/control.php','/module/story','file','M'),(30901,2,11464,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(30902,2,11464,'/module/story/view/change.html.php','/module/story/view','file','M'),(30903,2,11464,'/module/story/view/create.html.php','/module/story/view','file','M'),(30904,2,11465,'/module/story/view/bugs.html.php','/module/story/view','file','M'),(30905,2,11465,'/module/story/view/cases.html.php','/module/story/view','file','M'),(30906,2,11465,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(30907,2,11467,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(30908,2,11467,'/module/story/css/bugs.css','/module/story/css','file','A'),(30909,2,11467,'/module/story/css/cases.css','/module/story/css','file','A'),(30910,2,11467,'/module/story/css/tasks.css','/module/story/css','file','M'),(30911,2,11467,'/module/story/lang/en.php','/module/story/lang','file','M'),(30912,2,11467,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(30913,2,11467,'/module/story/view/bugs.html.php','/module/story/view','file','A'),(30914,2,11467,'/module/story/view/cases.html.php','/module/story/view','file','A'),(30915,2,11467,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(30916,2,11468,'/framework/router.class.php','/framework','file','M'),(30917,2,11468,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(30918,2,11468,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(30919,2,11470,'/module/task/lang/en.php','/module/task/lang','file','M'),(30920,2,11471,'/module/story/view/view.html.php','/module/story/view','file','M'),(30921,2,11471,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(30922,2,11472,'/module/task/view/view.html.php','/module/task/view','file','M'),(30923,2,11473,'/www/js/my.full.js','/www/js','file','M'),(30924,2,11474,'/module/common/view/chart.html.php','/module/common/view','file','M'),(30925,2,11474,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(30926,2,11475,'/module/common/view/chart.html.php','/module/common/view','file','M'),(30927,2,11475,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(30928,2,11477,'/module/common/view/chart.html.php','/module/common/view','file','M'),(30929,2,11477,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(30930,2,11477,'/module/project/js/common.js','/module/project/js','file','M'),(30931,2,11477,'/module/project/view/datatabledata.html.php','/module/project/view','file','M'),(30932,2,11477,'/module/project/view/task.html.php','/module/project/view','file','M'),(30933,2,11477,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(30934,2,11477,'/module/task/model.php','/module/task','file','M'),(30935,2,11477,'/www/js/my.full.js','/www/js','file','M'),(30936,2,11477,'/www/theme/default/style.css','/www/theme/default','file','M'),(30937,2,11478,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(30938,2,11480,'/module/admin/lang/en.php.bak','/module/admin/lang','file','D'),(30939,2,11480,'/module/branch/lang/en.php.bak','/module/branch/lang','file','D'),(30940,2,11480,'/module/dept/lang/en.php.bak','/module/dept/lang','file','D'),(30941,2,11480,'/module/editor/lang/en.php.bak','/module/editor/lang','file','D'),(30942,2,11480,'/module/extension/lang/en.php.bak','/module/extension/lang','file','D'),(30943,2,11480,'/module/file/lang/en.php.bak','/module/file/lang','file','D'),(30944,2,11480,'/module/group/lang/en.php.bak','/module/group/lang','file','D'),(30945,2,11480,'/module/index/lang/en.php.bak','/module/index/lang','file','D'),(30946,2,11480,'/module/mail/lang/en.php.bak','/module/mail/lang','file','D'),(30947,2,11480,'/module/my/lang/en.php.bak','/module/my/lang','file','D'),(30948,2,11480,'/module/product/lang/en.php.bak','/module/product/lang','file','D'),(30949,2,11480,'/module/productplan/lang/en.php.bak','/module/productplan/lang','file','D'),(30950,2,11480,'/module/qa/lang/en.php.bak','/module/qa/lang','file','D'),(30951,2,11480,'/module/release/lang/en.php.bak','/module/release/lang','file','D'),(30952,2,11480,'/module/report/lang/en.php.bak','/module/report/lang','file','D'),(30953,2,11480,'/module/search/lang/en.php.bak','/module/search/lang','file','D'),(30954,2,11480,'/module/sso/lang/en.php.bak','/module/sso/lang','file','D'),(30955,2,11480,'/module/story/lang/en.php.bak','/module/story/lang','file','D'),(30956,2,11480,'/module/task/lang/en.php.bak','/module/task/lang','file','D'),(30957,2,11480,'/module/testcase/lang/en.php.bak','/module/testcase/lang','file','D'),(30958,2,11480,'/module/testtask/lang/en.php.bak','/module/testtask/lang','file','D'),(30959,2,11480,'/module/todo/lang/en.php.bak','/module/todo/lang','file','D'),(30960,2,11480,'/module/tree/lang/en.php.bak','/module/tree/lang','file','D'),(30961,2,11480,'/module/upgrade/lang/en.php.bak','/module/upgrade/lang','file','D'),(30962,2,11480,'/module/user/lang/en.php.bak','/module/user/lang','file','D'),(30963,2,11481,'/.gitignore','/','file','M'),(30964,2,11481,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(30965,2,11481,'/module/admin/lang/en.php.bak','/module/admin/lang','file','A'),(30966,2,11481,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(30967,2,11481,'/module/branch/lang/en.php.bak','/module/branch/lang','file','A'),(30968,2,11481,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(30969,2,11481,'/module/dept/lang/en.php.bak','/module/dept/lang','file','A'),(30970,2,11481,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(30971,2,11481,'/module/editor/lang/en.php.bak','/module/editor/lang','file','A'),(30972,2,11481,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(30973,2,11481,'/module/extension/lang/en.php.bak','/module/extension/lang','file','A'),(30974,2,11481,'/module/file/lang/en.php','/module/file/lang','file','M'),(30975,2,11481,'/module/file/lang/en.php.bak','/module/file/lang','file','A'),(30976,2,11481,'/module/group/lang/en.php','/module/group/lang','file','M'),(30977,2,11481,'/module/group/lang/en.php.bak','/module/group/lang','file','A'),(30978,2,11481,'/module/index/lang/en.php','/module/index/lang','file','M'),(30979,2,11481,'/module/index/lang/en.php.bak','/module/index/lang','file','A'),(30980,2,11481,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(30981,2,11481,'/module/mail/lang/en.php.bak','/module/mail/lang','file','A'),(30982,2,11481,'/module/my/lang/en.php','/module/my/lang','file','M'),(30983,2,11481,'/module/my/lang/en.php.bak','/module/my/lang','file','A'),(30984,2,11481,'/module/product/lang/en.php','/module/product/lang','file','M'),(30985,2,11481,'/module/product/lang/en.php.bak','/module/product/lang','file','A'),(30986,2,11481,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(30987,2,11481,'/module/productplan/lang/en.php.bak','/module/productplan/lang','file','A'),(30988,2,11481,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(30989,2,11481,'/module/qa/lang/en.php.bak','/module/qa/lang','file','A'),(30990,2,11481,'/module/release/lang/en.php','/module/release/lang','file','M'),(30991,2,11481,'/module/release/lang/en.php.bak','/module/release/lang','file','A'),(30992,2,11481,'/module/report/lang/en.php','/module/report/lang','file','M'),(30993,2,11481,'/module/report/lang/en.php.bak','/module/report/lang','file','A'),(30994,2,11481,'/module/search/lang/en.php','/module/search/lang','file','M'),(30995,2,11481,'/module/search/lang/en.php.bak','/module/search/lang','file','A'),(30996,2,11481,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(30997,2,11481,'/module/sso/lang/en.php.bak','/module/sso/lang','file','A'),(30998,2,11481,'/module/story/lang/en.php','/module/story/lang','file','M'),(30999,2,11481,'/module/story/lang/en.php.bak','/module/story/lang','file','A'),(31000,2,11481,'/module/task/lang/en.php','/module/task/lang','file','M'),(31001,2,11481,'/module/task/lang/en.php.bak','/module/task/lang','file','A'),(31002,2,11481,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(31003,2,11481,'/module/testcase/lang/en.php.bak','/module/testcase/lang','file','A'),(31004,2,11481,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(31005,2,11481,'/module/testtask/lang/en.php.bak','/module/testtask/lang','file','A'),(31006,2,11481,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(31007,2,11481,'/module/todo/lang/en.php.bak','/module/todo/lang','file','A'),(31008,2,11481,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(31009,2,11481,'/module/tree/lang/en.php.bak','/module/tree/lang','file','A'),(31010,2,11481,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31011,2,11481,'/module/upgrade/lang/en.php.bak','/module/upgrade/lang','file','A'),(31012,2,11481,'/module/user/lang/en.php','/module/user/lang','file','M'),(31013,2,11481,'/module/user/lang/en.php.bak','/module/user/lang','file','A'),(31014,2,11481,'/www/install.php','/www','file','D'),(31015,2,11481,'/www/upgrade.php','/www','file','D'),(31016,2,11482,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(31017,2,11482,'/module/user/lang/en.php','/module/user/lang','file','M'),(31018,2,11484,'/module/admin/control.php','/module/admin','file','M'),(31019,2,11484,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(31020,2,11485,'/module/action/lang/en.php','/module/action/lang','file','M'),(31021,2,11485,'/module/block/lang/en.php','/module/block/lang','file','M'),(31022,2,11485,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(31023,2,11485,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(31024,2,11486,'/module/common/lang/en.php','/module/common/lang','file','M'),(31025,2,11486,'/module/project/lang/en.php','/module/project/lang','file','M'),(31026,2,11488,'/www/theme/default/style.css','/www/theme/default','file','M'),(31027,2,11489,'/module/story/view/view.html.php','/module/story/view','file','M'),(31028,2,11490,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(31029,2,11490,'/module/project/css/create.css','/module/project/css','file','M'),(31030,2,11490,'/module/project/css/managemembers.css','/module/project/css','file','M'),(31031,2,11490,'/www/theme/default/style.css','/www/theme/default','file','M'),(31032,2,11491,'/www/theme/default/fonts/zenicon.eot','/www/theme/default/fonts','file','A'),(31033,2,11491,'/www/theme/default/fonts/zenicon.svg','/www/theme/default/fonts','file','A'),(31034,2,11491,'/www/theme/default/fonts/zenicon.ttf','/www/theme/default/fonts','file','A'),(31035,2,11491,'/www/theme/default/fonts/zenicon.woff','/www/theme/default/fonts','file','A'),(31036,2,11491,'/www/theme/default/style.css','/www/theme/default','file','M'),(31037,2,11492,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(31038,2,11493,'/module/project/lang/en.php','/module/project/lang','file','M'),(31039,2,11493,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31040,2,11493,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(31041,2,11494,'/module/common/model.php','/module/common','file','M'),(31042,2,11494,'/module/install/lang/en.php','/module/install/lang','file','M'),(31043,2,11494,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(31044,2,11494,'/module/install/view/step1.html.php','/module/install/view','file','M'),(31045,2,11494,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31046,2,11494,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(31047,2,11494,'/www/index.php','/www','file','M'),(31048,2,11495,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(31049,2,11495,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(31050,2,11495,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31051,2,11495,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(31052,2,11495,'/module/product/view/index.html.php','/module/product/view','file','M'),(31053,2,11495,'/module/project/view/index.html.php','/module/project/view','file','M'),(31054,2,11495,'/module/project/view/story.html.php','/module/project/view','file','M'),(31055,2,11495,'/module/project/view/task.html.php','/module/project/view','file','M'),(31056,2,11495,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(31057,2,11495,'/module/story/model.php','/module/story','file','M'),(31058,2,11495,'/module/story/view/view.html.php','/module/story/view','file','M'),(31059,2,11495,'/www/theme/default/style.css','/www/theme/default','file','M'),(31060,2,11497,'/module/common/lang/en.php','/module/common/lang','file','M'),(31061,2,11497,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31062,2,11497,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(31063,2,11497,'/module/story/lang/en.php','/module/story/lang','file','M'),(31064,2,11497,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(31065,2,11497,'/module/story/view/create.html.php','/module/story/view','file','M'),(31066,2,11498,'/module/company/view/browse.html.php','/module/company/view','file','M'),(31067,2,11499,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(31068,2,11500,'/module/project/view/burn.html.php','/module/project/view','file','M'),(31069,2,11502,'/module/product/css/browse.css','/module/product/css','file','M'),(31070,2,11502,'/module/project/css/story.css','/module/project/css','file','M'),(31071,2,11502,'/module/project/css/task.css','/module/project/css','file','M'),(31072,2,11503,'/module/project/css/kanban.css','/module/project/css','file','M'),(31073,2,11503,'/module/project/css/task.css','/module/project/css','file','M'),(31074,2,11503,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(31075,2,11504,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(31076,2,11504,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(31077,2,11505,'/www/install.php','/www','file','A'),(31078,2,11505,'/www/upgrade.php','/www','file','A'),(31079,2,11507,'/module/bug/control.php','/module/bug','file','M'),(31080,2,11507,'/module/bug/model.php','/module/bug','file','M'),(31081,2,11507,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(31082,2,11507,'/module/common/model.php','/module/common','file','M'),(31083,2,11507,'/module/common/view/mail.footer.html.php','/module/common/view','file','M'),(31084,2,11507,'/module/common/view/mail.header.html.php','/module/common/view','file','M'),(31085,2,11507,'/module/mail/control.php','/module/mail','file','M'),(31086,2,11507,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(31087,2,11507,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(31088,2,11507,'/module/mail/model.php','/module/mail','file','M'),(31089,2,11507,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(31090,2,11507,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(31091,2,11507,'/module/project/control.php','/module/project','file','M'),(31092,2,11507,'/module/project/view/sendmail.html.php','/module/project/view','file','D'),(31093,2,11507,'/module/report/control.php','/module/report','file','M'),(31094,2,11507,'/module/report/model.php','/module/report','file','M'),(31095,2,11507,'/module/story/control.php','/module/story','file','M'),(31096,2,11507,'/module/story/model.php','/module/story','file','M'),(31097,2,11507,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(31098,2,11507,'/module/task/control.php','/module/task','file','M'),(31099,2,11507,'/module/task/model.php','/module/task','file','M'),(31100,2,11507,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(31101,2,11507,'/module/testtask/control.php','/module/testtask','file','M'),(31102,2,11507,'/module/testtask/model.php','/module/testtask','file','M'),(31103,2,11507,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(31104,2,11508,'/module/project/view/task.html.php','/module/project/view','file','M'),(31105,2,11509,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(31106,2,11510,'/module/project/lang/en.php','/module/project/lang','file','M'),(31107,2,11510,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31108,2,11510,'/module/project/view/team.html.php','/module/project/view','file','M'),(31109,2,11511,'/module/release/model.php','/module/release','file','M'),(31110,2,11511,'/module/release/view/browse.html.php','/module/release/view','file','M'),(31111,2,11511,'/module/release/view/view.html.php','/module/release/view','file','M'),(31112,2,11512,'/module/project/lang/en.php','/module/project/lang','file','M'),(31113,2,11512,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31114,2,11513,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(31115,2,11513,'/module/report/view/workload.html.php','/module/report/view','file','M'),(31116,2,11514,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(31117,2,11514,'/module/company/view/browse.html.php','/module/company/view','file','M'),(31118,2,11514,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31119,2,11514,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31120,2,11514,'/module/project/view/story.html.php','/module/project/view','file','M'),(31121,2,11514,'/module/project/view/task.html.php','/module/project/view','file','M'),(31122,2,11514,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(31123,2,11514,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(31124,2,11514,'/www/js/my.full.js','/www/js','file','M'),(31125,2,11514,'/www/theme/default/style.css','/www/theme/default','file','M'),(31126,2,11515,'/module/project/view/task.html.php','/module/project/view','file','M'),(31127,2,11516,'/config/config.php','/config','file','M'),(31128,2,11527,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(31129,2,11527,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(31130,2,11527,'/module/build/css/view.css','/module/build/css','file','M'),(31131,2,11527,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(31132,2,11527,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(31133,2,11527,'/module/build/view/view.html.php','/module/build/view','file','M'),(31134,2,11527,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(31135,2,11527,'/module/company/view/browse.html.php','/module/company/view','file','M'),(31136,2,11527,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(31137,2,11527,'/module/mail/view/sendclouduser.html.php','/module/mail/view','file','M'),(31138,2,11527,'/module/my/view/bug.html.php','/module/my/view','file','M'),(31139,2,11527,'/module/my/view/story.html.php','/module/my/view','file','M'),(31140,2,11527,'/module/my/view/task.html.php','/module/my/view','file','M'),(31141,2,11527,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(31142,2,11527,'/module/my/view/todo.html.php','/module/my/view','file','M'),(31143,2,11527,'/module/product/view/all.html.php','/module/product/view','file','M'),(31144,2,11527,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(31145,2,11527,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(31146,2,11527,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(31147,2,11527,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(31148,2,11527,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(31149,2,11527,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31150,2,11527,'/module/project/css/bug.css','/module/project/css','file','M'),(31151,2,11527,'/module/project/view/all.html.php','/module/project/view','file','M'),(31152,2,11527,'/module/project/view/bug.html.php','/module/project/view','file','M'),(31153,2,11527,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(31154,2,11527,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(31155,2,11527,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(31156,2,11527,'/module/project/view/story.html.php','/module/project/view','file','M'),(31157,2,11527,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(31158,2,11527,'/module/release/css/view.css','/module/release/css','file','M'),(31159,2,11527,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(31160,2,11527,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(31161,2,11527,'/module/release/view/view.html.php','/module/release/view','file','M'),(31162,2,11527,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(31163,2,11527,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(31164,2,11527,'/module/testcase/css/createbug.css','/module/testcase/css','file','A'),(31165,2,11527,'/module/testcase/css/linkcases.css','/module/testcase/css','file','M'),(31166,2,11527,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(31167,2,11527,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(31168,2,11527,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(31169,2,11527,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(31170,2,11527,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(31171,2,11527,'/www/js/my.full.js','/www/js','file','M'),(31172,2,11527,'/www/theme/default/style.css','/www/theme/default','file','M'),(31173,2,11528,'/module/task/control.php','/module/task','file','M'),(31174,2,11528,'/module/task/lang/en.php','/module/task/lang','file','M'),(31175,2,11528,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(31176,2,11529,'/module/action/config.php','/module/action','file','M'),(31177,2,11529,'/module/action/lang/en.php','/module/action/lang','file','M'),(31178,2,11529,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(31179,2,11529,'/module/branch/model.php','/module/branch','file','M'),(31180,2,11529,'/module/bug/model.php','/module/bug','file','M'),(31181,2,11529,'/module/doc/model.php','/module/doc','file','M'),(31182,2,11529,'/module/story/model.php','/module/story','file','M'),(31183,2,11529,'/module/tree/control.php','/module/tree','file','M'),(31184,2,11529,'/module/tree/model.php','/module/tree','file','M'),(31185,2,11530,'/lib/front/front.class.php','/lib/front','file','M'),(31186,2,11530,'/lib/pinyin/data/surnames','/lib/pinyin/data','file','A'),(31187,2,11530,'/lib/pinyin/data/words_0','/lib/pinyin/data','file','A'),(31188,2,11530,'/lib/pinyin/data/words_1','/lib/pinyin/data','file','A'),(31189,2,11530,'/lib/pinyin/data/words_2','/lib/pinyin/data','file','A'),(31190,2,11530,'/lib/pinyin/data/words_3','/lib/pinyin/data','file','A'),(31191,2,11530,'/lib/pinyin/data/words_4','/lib/pinyin/data','file','A'),(31192,2,11530,'/lib/pinyin/data/words_5','/lib/pinyin/data','file','A'),(31193,2,11530,'/lib/pinyin/dictloaderinterface.php','/lib/pinyin','file','A'),(31194,2,11530,'/lib/pinyin/filedictloader.php','/lib/pinyin','file','A'),(31195,2,11530,'/lib/pinyin/pinyin.class.php','/lib/pinyin','file','A'),(31196,2,11530,'/module/product/css/view.css','/module/product/css','file','M'),(31197,2,11530,'/module/project/css/view.css','/module/project/css','file','M'),(31198,2,11530,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(31199,2,11530,'/www/theme/default/style.css','/www/theme/default','file','M'),(31200,2,11532,'/module/search/model.php','/module/search','file','M'),(31201,2,11533,'/module/project/model.php','/module/project','file','M'),(31202,2,11534,'/db/update8.3.1.sql','/db','file','M'),(31203,2,11535,'/module/file/lang/en.php','/module/file/lang','file','M'),(31204,2,11535,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(31205,2,11535,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(31206,2,11536,'/module/project/css/tree.css','/module/project/css','file','M'),(31207,2,11536,'/module/project/view/tree.html.php','/module/project/view','file','M'),(31208,2,11538,'/module/project/css/tree.css','/module/project/css','file','M'),(31209,2,11538,'/module/project/view/tree.html.php','/module/project/view','file','M'),(31210,2,11540,'/www/js/my.full.js','/www/js','file','M'),(31211,2,11542,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(31212,2,11544,'/www/js/my.full.js','/www/js','file','M'),(31213,2,11545,'/module/block/css/admin.css','/module/block/css','file','M'),(31214,2,11545,'/module/block/view/admin.html.php','/module/block/view','file','M'),(31215,2,11546,'/module/bug/control.php','/module/bug','file','M'),(31216,2,11546,'/module/bug/model.php','/module/bug','file','M'),(31217,2,11546,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(31218,2,11546,'/module/testcase/control.php','/module/testcase','file','M'),(31219,2,11546,'/module/testcase/model.php','/module/testcase','file','M'),(31220,2,11546,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(31221,2,11548,'/www/js/zui/min.js','/www/js/zui','file','M'),(31222,2,11549,'/www/theme/default/style.css','/www/theme/default','file','M'),(31223,2,11551,'/module/common/view/footer.html.php','/module/common/view','file','M'),(31224,2,11551,'/module/user/view/login.html.php','/module/user/view','file','M'),(31225,2,11552,'/module/common/model.php','/module/common','file','M'),(31226,2,11554,'/module/story/control.php','/module/story','file','M'),(31227,2,11554,'/module/story/model.php','/module/story','file','M'),(31228,2,11554,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(31229,2,11555,'/module/project/js/create.js','/module/project/js','file','M'),(31230,2,11556,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(31231,2,11556,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31232,2,11558,'/module/project/control.php','/module/project','file','M'),(31233,2,11558,'/module/project/lang/en.php','/module/project/lang','file','M'),(31234,2,11558,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31235,2,11558,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(31236,2,11558,'/module/task/model.php','/module/task','file','M'),(31237,2,11559,'/module/git/control.php','/module/git','file','M'),(31238,2,11559,'/module/git/model.php','/module/git','file','M'),(31239,2,11559,'/module/svn/control.php','/module/svn','file','M'),(31240,2,11559,'/module/svn/model.php','/module/svn','file','M'),(31241,2,11560,'/module/task/view/create.html.php','/module/task/view','file','M'),(31242,2,11561,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(31243,2,11562,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(31244,2,11562,'/module/doc/control.php','/module/doc','file','M'),(31245,2,11562,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31246,2,11564,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(31247,2,11564,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(31248,2,11564,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31249,2,11564,'/module/release/view/view.html.php','/module/release/view','file','M'),(31250,2,11565,'/module/block/js/dashboard.js','/module/block/js','file','M'),(31251,2,11566,'/www/js/my.full.js','/www/js','file','M'),(31252,2,11568,'/www/theme/default/style.css','/www/theme/default','file','M'),(31253,2,11569,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(31254,2,11569,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(31255,2,11569,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(31256,2,11569,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(31257,2,11569,'/module/task/model.php','/module/task','file','M'),(31258,2,11569,'/module/task/view/view.html.php','/module/task/view','file','M'),(31259,2,11569,'/module/user/view/task.html.php','/module/user/view','file','M'),(31260,2,11570,'/module/story/view/view.html.php','/module/story/view','file','M'),(31261,2,11570,'/module/testcase/control.php','/module/testcase','file','M'),(31262,2,11570,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(31263,2,11572,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(31264,2,11572,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(31265,2,11572,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(31266,2,11573,'/module/company/css/dynamic.css','/module/company/css','file','M'),(31267,2,11575,'/www/js/my.full.js','/www/js','file','M'),(31268,2,11577,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(31269,2,11577,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(31270,2,11577,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(31271,2,11577,'/module/common/model.php','/module/common','file','M'),(31272,2,11577,'/module/sso/control.php','/module/sso','file','M'),(31273,2,11577,'/module/tutorial/model.php','/module/tutorial','file','M'),(31274,2,11577,'/module/user/model.php','/module/user','file','M'),(31275,2,11578,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(31276,2,11578,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(31277,2,11579,'/module/bug/css/browse.css','/module/bug/css','file','M'),(31278,2,11579,'/module/bug/js/browse.js','/module/bug/js','file','M'),(31279,2,11579,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(31280,2,11579,'/module/my/css/common.css','/module/my/css','file','M'),(31281,2,11579,'/module/my/js/common.js','/module/my/js','file','M'),(31282,2,11579,'/module/my/view/bug.html.php','/module/my/view','file','M'),(31283,2,11579,'/module/my/view/story.html.php','/module/my/view','file','M'),(31284,2,11579,'/module/product/css/browse.css','/module/product/css','file','M'),(31285,2,11579,'/module/product/js/browse.js','/module/product/js','file','M'),(31286,2,11579,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31287,2,11579,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(31288,2,11579,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(31289,2,11579,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31290,2,11579,'/module/project/css/task.css','/module/project/css','file','M'),(31291,2,11579,'/module/project/js/task.js','/module/project/js','file','M'),(31292,2,11579,'/module/project/view/task.html.php','/module/project/view','file','M'),(31293,2,11579,'/module/testcase/css/browse.css','/module/testcase/css','file','M'),(31294,2,11579,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(31295,2,11579,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(31296,2,11581,'/module/project/view/tree.html.php','/module/project/view','file','M'),(31297,2,11582,'/www/theme/default/style.css','/www/theme/default','file','M'),(31298,2,11583,'/www/js/jquery/chosen/min.css','/www/js/jquery/chosen','file','M'),(31299,2,11583,'/www/js/jquery/chosen/min.js','/www/js/jquery/chosen','file','M'),(31300,2,11585,'/module/product/view/view.html.php','/module/product/view','file','M'),(31301,2,11585,'/module/project/view/view.html.php','/module/project/view','file','M'),(31302,2,11585,'/www/theme/default/style.css','/www/theme/default','file','M'),(31303,2,11586,'/module/bug/model.php','/module/bug','file','M'),(31304,2,11586,'/module/datatable/model.php','/module/datatable','file','M'),(31305,2,11586,'/module/product/view/datatabledata.html.php','/module/product/view','file','M'),(31306,2,11586,'/module/story/config.php','/module/story','file','M'),(31307,2,11586,'/module/story/control.php','/module/story','file','M'),(31308,2,11586,'/module/story/lang/en.php','/module/story/lang','file','M'),(31309,2,11586,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(31310,2,11586,'/module/story/model.php','/module/story','file','M'),(31311,2,11586,'/module/testcase/model.php','/module/testcase','file','M'),(31312,2,11587,'/module/task/config.php','/module/task','file','M'),(31313,2,11587,'/module/task/css/create.css','/module/task/css','file','M'),(31314,2,11587,'/module/task/model.php','/module/task','file','M'),(31315,2,11587,'/module/task/view/create.html.php','/module/task/view','file','M'),(31316,2,11588,'/module/product/lang/en.php','/module/product/lang','file','M'),(31317,2,11588,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(31318,2,11593,'/db/update8.3.1.sql','/db','file','A'),(31319,2,11593,'/module/branch/control.php','/module/branch','file','M'),(31320,2,11593,'/module/branch/css/manage.css','/module/branch/css','file','M'),(31321,2,11593,'/module/branch/js/manage.js','/module/branch/js','file','M'),(31322,2,11593,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(31323,2,11593,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(31324,2,11593,'/module/branch/model.php','/module/branch','file','M'),(31325,2,11593,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(31326,2,11594,'/module/task/js/create.js','/module/task/js','file','M'),(31327,2,11594,'/module/task/lang/en.php','/module/task/lang','file','M'),(31328,2,11594,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(31329,2,11594,'/module/task/view/create.html.php','/module/task/view','file','M'),(31330,2,11595,'/module/bug/css/create.css','/module/bug/css','file','M'),(31331,2,11595,'/module/story/css/create.css','/module/story/css','file','M'),(31332,2,11595,'/module/task/css/create.css','/module/task/css','file','M'),(31333,2,11595,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(31334,2,11595,'/module/testtask/css/create.css','/module/testtask/css','file','M'),(31335,2,11596,'/module/action/model.php','/module/action','file','M'),(31336,2,11596,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(31337,2,11596,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(31338,2,11596,'/module/build/model.php','/module/build','file','M'),(31339,2,11596,'/module/release/model.php','/module/release','file','M'),(31340,2,11596,'/module/story/lang/en.php','/module/story/lang','file','M'),(31341,2,11596,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(31342,2,11597,'/module/file/view/printfiles.html.php','/module/file/view','file','M'),(31343,2,11599,'/module/story/control.php','/module/story','file','M'),(31344,2,11599,'/module/story/lang/en.php','/module/story/lang','file','M'),(31345,2,11599,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(31346,2,11599,'/module/task/control.php','/module/task','file','M'),(31347,2,11599,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(31348,2,11599,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(31349,2,11599,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(31350,2,11600,'/module/my/view/story.html.php','/module/my/view','file','M'),(31351,2,11601,'/module/task/model.php','/module/task','file','M'),(31352,2,11602,'/module/bug/control.php','/module/bug','file','M'),(31353,2,11602,'/module/my/control.php','/module/my','file','M'),(31354,2,11602,'/module/my/css/common.css','/module/my/css','file','M'),(31355,2,11602,'/module/my/js/common.js','/module/my/js','file','M'),(31356,2,11602,'/module/my/view/bug.html.php','/module/my/view','file','M'),(31357,2,11603,'/module/task/lang/en.php','/module/task/lang','file','M'),(31358,2,11603,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(31359,2,11603,'/module/task/model.php','/module/task','file','M'),(31360,2,11603,'/module/task/view/finish.html.php','/module/task/view','file','M'),(31361,2,11603,'/module/task/view/start.html.php','/module/task/view','file','M'),(31362,2,11604,'/module/group/js/manageview.js','/module/group/js','file','M'),(31363,2,11605,'/module/group/model.php','/module/group','file','M'),(31364,2,11605,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(31365,2,11607,'/module/common/lang/en.php','/module/common/lang','file','M'),(31366,2,11607,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31367,2,11608,'/framework/base/router.class.php','/framework/base','file','M'),(31368,2,11608,'/module/bug/config.php','/module/bug','file','M'),(31369,2,11608,'/module/bug/model.php','/module/bug','file','M'),(31370,2,11608,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(31371,2,11608,'/module/common/lang/en.php','/module/common/lang','file','M'),(31372,2,11608,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31373,2,11608,'/module/custom/config.php','/module/custom','file','M'),(31374,2,11608,'/module/custom/control.php','/module/custom','file','M'),(31375,2,11608,'/module/custom/css/common.css','/module/custom/css','file','M'),(31376,2,11608,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(31377,2,11608,'/module/custom/model.php','/module/custom','file','M'),(31378,2,11608,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(31379,2,11608,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(31380,2,11608,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(31381,2,11608,'/module/project/config.php','/module/project','file','M'),(31382,2,11608,'/module/project/control.php','/module/project','file','M'),(31383,2,11608,'/module/project/js/common.js','/module/project/js','file','M'),(31384,2,11608,'/module/project/model.php','/module/project','file','M'),(31385,2,11608,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(31386,2,11608,'/module/project/view/create.html.php','/module/project/view','file','M'),(31387,2,11608,'/module/project/view/edit.html.php','/module/project/view','file','M'),(31388,2,11608,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(31389,2,11608,'/module/report/control.php','/module/report','file','M'),(31390,2,11608,'/module/report/view/workload.html.php','/module/report/view','file','M'),(31391,2,11608,'/module/story/control.php','/module/story','file','M'),(31392,2,11608,'/module/story/model.php','/module/story','file','M'),(31393,2,11609,'/module/productplan/control.php','/module/productplan','file','M'),(31394,2,11609,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(31395,2,11609,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31396,2,11611,'/www/js/my.full.js','/www/js','file','M'),(31397,2,11612,'/module/project/css/tree.css','/module/project/css','file','M'),(31398,2,11612,'/module/project/lang/en.php','/module/project/lang','file','M'),(31399,2,11612,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31400,2,11612,'/module/project/view/tree.html.php','/module/project/view','file','M'),(31401,2,11613,'/module/user/control.php','/module/user','file','M'),(31402,2,11613,'/module/user/lang/en.php','/module/user/lang','file','M'),(31403,2,11613,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(31404,2,11613,'/module/user/view/reset.html.php','/module/user/view','file','M'),(31405,2,11614,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(31406,2,11614,'/module/project/lang/en.php','/module/project/lang','file','M'),(31407,2,11614,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31408,2,11614,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(31409,2,11616,'/www/theme/default/style.css','/www/theme/default','file','M'),(31410,2,11618,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(31411,2,11618,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(31412,2,11618,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(31413,2,11620,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(31414,2,11620,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(31415,2,11620,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(31416,2,11620,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(31417,2,11620,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(31418,2,11620,'/www/js/my.full.js','/www/js','file','M'),(31419,2,11620,'/www/theme/default/style.css','/www/theme/default','file','M'),(31420,2,11621,'/www/js/zui/min.js','/www/js/zui','file','M'),(31421,2,11621,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(31422,2,11622,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31423,2,11622,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(31424,2,11622,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(31425,2,11622,'/module/task/lang/en.php','/module/task/lang','file','M'),(31426,2,11622,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(31427,2,11622,'/module/task/model.php','/module/task','file','M'),(31428,2,11623,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31429,2,11623,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31430,2,11623,'/module/doc/model.php','/module/doc','file','M'),(31431,2,11624,'/module/product/view/project.html.php','/module/product/view','file','M'),(31432,2,11626,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(31433,2,11626,'/module/common/lang/en.php','/module/common/lang','file','M'),(31434,2,11626,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31435,2,11626,'/module/story/view/report.html.php','/module/story/view','file','M'),(31436,2,11626,'/module/task/view/report.html.php','/module/task/view','file','M'),(31437,2,11628,'/module/common/model.php','/module/common','file','M'),(31438,2,11628,'/www/js/my.full.js','/www/js','file','M'),(31439,2,11629,'/module/search/model.php','/module/search','file','M'),(31440,2,11631,'/www/theme/default/style.css','/www/theme/default','file','M'),(31441,2,11633,'/module/upgrade/css/afterexec.css','/module/upgrade/css','file','A'),(31442,2,11633,'/module/upgrade/css/execute.css','/module/upgrade/css','file','M'),(31443,2,11634,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(31444,2,11634,'/module/install/control.php','/module/install','file','M'),(31445,2,11635,'/VERSION','/','file','M'),(31446,2,11635,'/config/config.php','/config','file','M'),(31447,2,11635,'/module/upgrade/control.php','/module/upgrade','file','M'),(31448,2,11635,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31449,2,11635,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(31450,2,11635,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(31451,2,11635,'/module/upgrade/model.php','/module/upgrade','file','M'),(31452,2,11637,'/module/doc/model.php','/module/doc','file','M'),(31453,2,11637,'/module/product/control.php','/module/product','file','M'),(31454,2,11637,'/module/project/control.php','/module/project','file','M'),(31455,2,11638,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31456,2,11639,'/module/upgrade/control.php','/module/upgrade','file','M'),(31457,2,11639,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31458,2,11639,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(31459,2,11639,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(31460,2,11639,'/module/upgrade/model.php','/module/upgrade','file','M'),(31461,2,11639,'/module/upgrade/view/afterexec.html.php','/module/upgrade/view','file','A'),(31462,2,11639,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(31463,2,11640,'/module/mail/control.php','/module/mail','file','M'),(31464,2,11640,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(31465,2,11641,'/config/config.php','/config','file','M'),(31466,2,11642,'/module/bug/model.php','/module/bug','file','M'),(31467,2,11642,'/module/product/control.php','/module/product','file','M'),(31468,2,11642,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31469,2,11642,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(31470,2,11642,'/module/story/control.php','/module/story','file','M'),(31471,2,11642,'/module/story/lang/en.php','/module/story/lang','file','M'),(31472,2,11642,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(31473,2,11642,'/module/testcase/model.php','/module/testcase','file','M'),(31474,2,11643,'/module/project/control.php','/module/project','file','M'),(31475,2,11643,'/module/project/js/story.js','/module/project/js','file','M'),(31476,2,11643,'/module/project/model.php','/module/project','file','M'),(31477,2,11643,'/module/project/view/story.html.php','/module/project/view','file','M'),(31478,2,11643,'/module/story/model.php','/module/story','file','M'),(31479,2,11644,'/config/config.php','/config','file','M'),(31480,2,11645,'/module/story/view/view.html.php','/module/story/view','file','M'),(31481,2,11645,'/module/testcase/control.php','/module/testcase','file','M'),(31482,2,11645,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(31483,2,11647,'/www/js/my.full.js','/www/js','file','M'),(31484,2,11648,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(31485,2,11649,'/module/tree/css/common.css','/module/tree/css','file','M'),(31486,2,11649,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(31487,2,11651,'/module/task/model.php','/module/task','file','M'),(31488,2,11652,'/module/project/lang/en.php','/module/project/lang','file','M'),(31489,2,11652,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31490,2,11652,'/module/task/model.php','/module/task','file','M'),(31491,2,11653,'/module/project/control.php','/module/project','file','M'),(31492,2,11653,'/module/project/css/importtask.css','/module/project/css','file','M'),(31493,2,11653,'/module/project/js/importtask.js','/module/project/js','file','M'),(31494,2,11653,'/module/project/lang/en.php','/module/project/lang','file','M'),(31495,2,11653,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31496,2,11653,'/module/project/model.php','/module/project','file','M'),(31497,2,11653,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(31498,2,11654,'/framework/router.class.php','/framework','file','M'),(31499,2,11656,'/module/doc/view/ajaxgetdropmenu.html.php','/module/doc/view','file','D'),(31500,2,11656,'/module/doc/view/ajaxgetmatcheditems.html.php','/module/doc/view','file','D'),(31501,2,11656,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31502,2,11656,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31503,2,11656,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31504,2,11657,'/module/doc/control.php','/module/doc','file','M'),(31505,2,11657,'/module/doc/css/objectlibs.css','/module/doc/css','file','M'),(31506,2,11657,'/module/doc/js/createlib.js','/module/doc/js','file','M'),(31507,2,11657,'/module/doc/model.php','/module/doc','file','M'),(31508,2,11657,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(31509,2,11657,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31510,2,11658,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(31511,2,11659,'/module/productplan/model.php','/module/productplan','file','M'),(31512,2,11660,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(31513,2,11660,'/module/custom/model.php','/module/custom','file','M'),(31514,2,11660,'/module/doc/control.php','/module/doc','file','M'),(31515,2,11660,'/module/doc/model.php','/module/doc','file','M'),(31516,2,11661,'/module/task/lang/en.php','/module/task/lang','file','M'),(31517,2,11662,'/module/common/lang/en.php','/module/common/lang','file','M'),(31518,2,11662,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31519,2,11662,'/module/common/model.php','/module/common','file','M'),(31520,2,11662,'/www/js/my.full.js','/www/js','file','M'),(31521,2,11663,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(31522,2,11663,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31523,2,11663,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(31524,2,11663,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(31525,2,11664,'/module/doc/control.php','/module/doc','file','M'),(31526,2,11664,'/module/doc/model.php','/module/doc','file','M'),(31527,2,11664,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31528,2,11664,'/module/tree/control.php','/module/tree','file','M'),(31529,2,11666,'/db/update8.2.6.sql','/db','file','M'),(31530,2,11666,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(31531,2,11666,'/module/upgrade/model.php','/module/upgrade','file','M'),(31532,2,11666,'/module/user/model.php','/module/user','file','M'),(31533,2,11667,'/module/task/lang/en.php','/module/task/lang','file','M'),(31534,2,11667,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(31535,2,11667,'/module/task/model.php','/module/task','file','M'),(31536,2,11667,'/module/task/view/view.html.php','/module/task/view','file','M'),(31537,2,11668,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(31538,2,11669,'/module/productplan/control.php','/module/productplan','file','M'),(31539,2,11669,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(31540,2,11670,'/module/doc/model.php','/module/doc','file','M'),(31541,2,11671,'/module/doc/model.php','/module/doc','file','M'),(31542,2,11672,'/module/doc/css/common.css','/module/doc/css','file','M'),(31543,2,11672,'/module/doc/js/common.js','/module/doc/js','file','M'),(31544,2,11672,'/module/doc/model.php','/module/doc','file','M'),(31545,2,11674,'/module/productplan/control.php','/module/productplan','file','M'),(31546,2,11674,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(31547,2,11674,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(31548,2,11674,'/module/productplan/model.php','/module/productplan','file','M'),(31549,2,11674,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(31550,2,11676,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(31551,2,11676,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31552,2,11677,'/module/story/control.php','/module/story','file','M'),(31553,2,11677,'/module/story/view/tasks.html.php','/module/story/view','file','M'),(31554,2,11677,'/module/task/model.php','/module/task','file','M'),(31555,2,11678,'/module/project/control.php','/module/project','file','M'),(31556,2,11678,'/module/project/css/managemembers.css','/module/project/css','file','M'),(31557,2,11678,'/module/project/js/managemembers.js','/module/project/js','file','M'),(31558,2,11678,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(31559,2,11678,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(31560,2,11680,'/module/doc/css/common.css','/module/doc/css','file','M'),(31561,2,11681,'/www/index.php','/www','file','M'),(31562,2,11683,'/module/user/lang/en.php','/module/user/lang','file','M'),(31563,2,11684,'/README.md','/','file','M'),(31564,2,11685,'/db/demo.sql','/db','file','M'),(31565,2,11686,'/doc/CHANGELOG','/doc','file','M'),(31566,2,11687,'/module/doc/config.php','/module/doc','file','M'),(31567,2,11687,'/module/doc/model.php','/module/doc','file','M'),(31568,2,11687,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31569,2,11687,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31570,2,11687,'/module/project/model.php','/module/project','file','M'),(31571,2,11687,'/module/search/model.php','/module/search','file','M'),(31572,2,11688,'/module/doc/model.php','/module/doc','file','M'),(31573,2,11689,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(31574,2,11689,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(31575,2,11689,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(31576,2,11689,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(31577,2,11689,'/module/doc/model.php','/module/doc','file','M'),(31578,2,11689,'/module/group/lang/en.php','/module/group/lang','file','M'),(31579,2,11689,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(31580,2,11689,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(31581,2,11689,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(31582,2,11690,'/module/common/lang/en.php','/module/common/lang','file','M'),(31583,2,11690,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31584,2,11690,'/module/doc/control.php','/module/doc','file','M'),(31585,2,11690,'/module/doc/css/common.css','/module/doc/css','file','M'),(31586,2,11690,'/module/doc/css/index.css','/module/doc/css','file','M'),(31587,2,11690,'/module/doc/js/common.js','/module/doc/js','file','M'),(31588,2,11690,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31589,2,11690,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31590,2,11690,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31591,2,11690,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31592,2,11691,'/module/doc/control.php','/module/doc','file','M'),(31593,2,11691,'/module/doc/css/common.css','/module/doc/css','file','M'),(31594,2,11691,'/module/doc/css/index.css','/module/doc/css','file','M'),(31595,2,11691,'/module/doc/js/common.js','/module/doc/js','file','M'),(31596,2,11691,'/module/doc/model.php','/module/doc','file','M'),(31597,2,11691,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31598,2,11691,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31599,2,11691,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31600,2,11693,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31601,2,11693,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(31602,2,11693,'/module/custom/model.php','/module/custom','file','M'),(31603,2,11693,'/module/doc/control.php','/module/doc','file','M'),(31604,2,11693,'/module/doc/css/common.css','/module/doc/css','file','M'),(31605,2,11693,'/module/doc/model.php','/module/doc','file','M'),(31606,2,11693,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31607,2,11693,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31608,2,11693,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31609,2,11693,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31610,2,11693,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31611,2,11693,'/module/doc/view/footer.html.php','/module/doc/view','file','M'),(31612,2,11693,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31613,2,11693,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31614,2,11693,'/module/tree/control.php','/module/tree','file','M'),(31615,2,11694,'/module/doc/js/common.js','/module/doc/js','file','M'),(31616,2,11695,'/module/doc/css/common.css','/module/doc/css','file','M'),(31617,2,11697,'/module/doc/css/common.css','/module/doc/css','file','M'),(31618,2,11697,'/module/doc/js/common.js','/module/doc/js','file','M'),(31619,2,11698,'/README.md','/','file','M'),(31620,2,11699,'/framework/model.class.php','/framework','file','M'),(31621,2,11700,'/module/doc/control.php','/module/doc','file','M'),(31622,2,11700,'/module/doc/css/index.css','/module/doc/css','file','M'),(31623,2,11700,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31624,2,11700,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31625,2,11700,'/module/doc/model.php','/module/doc','file','M'),(31626,2,11700,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31627,2,11700,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31628,2,11700,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31629,2,11700,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31630,2,11700,'/module/doc/view/diff.html.php','/module/doc/view','file','M'),(31631,2,11700,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31632,2,11700,'/module/doc/view/footer.html.php','/module/doc/view','file','M'),(31633,2,11700,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31634,2,11700,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31635,2,11700,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31636,2,11700,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31637,2,11700,'/module/product/model.php','/module/product','file','M'),(31638,2,11700,'/module/project/model.php','/module/project','file','M'),(31639,2,11700,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(31640,2,11700,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(31641,2,11700,'/module/upgrade/model.php','/module/upgrade','file','M'),(31642,2,11701,'/module/doc/js/common.js','/module/doc/js','file','M'),(31643,2,11702,'/module/doc/css/common.css','/module/doc/css','file','M'),(31644,2,11702,'/module/doc/js/common.js','/module/doc/js','file','M'),(31645,2,11702,'/module/doc/model.php','/module/doc','file','M'),(31646,2,11703,'/module/doc/model.php','/module/doc','file','M'),(31647,2,11704,'/module/cron/model.php','/module/cron','file','M'),(31648,2,11704,'/module/dev/model.php','/module/dev','file','M'),(31649,2,11704,'/module/doc/control.php','/module/doc','file','M'),(31650,2,11704,'/module/doc/css/alllibs.css','/module/doc/css','file','M'),(31651,2,11704,'/module/doc/css/common.css','/module/doc/css','file','M'),(31652,2,11704,'/module/doc/css/index.css','/module/doc/css','file','M'),(31653,2,11704,'/module/doc/css/objectlibs.css','/module/doc/css','file','A'),(31654,2,11704,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31655,2,11704,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31656,2,11704,'/module/doc/model.php','/module/doc','file','M'),(31657,2,11704,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31658,2,11704,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31659,2,11704,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31660,2,11704,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31661,2,11704,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31662,2,11704,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(31663,2,11704,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(31664,2,11704,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31665,2,11704,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31666,2,11704,'/www/theme/default/images/main/doc-file.png','/www/theme/default/images/main','file','A'),(31667,2,11704,'/www/theme/default/images/main/doc-lib.png','/www/theme/default/images/main','file','A'),(31668,2,11704,'/www/theme/default/images/main/doc-module.png','/www/theme/default/images/main','file','A'),(31669,2,11705,'/module/action/lang/en.php','/module/action/lang','file','M'),(31670,2,11705,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(31671,2,11705,'/module/api/lang/en.php','/module/api/lang','file','M'),(31672,2,11705,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(31673,2,11705,'/module/block/lang/en.php','/module/block/lang','file','M'),(31674,2,11705,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(31675,2,11705,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(31676,2,11705,'/module/build/lang/en.php','/module/build/lang','file','M'),(31677,2,11705,'/module/common/lang/en.php','/module/common/lang','file','M'),(31678,2,11705,'/module/company/lang/en.php','/module/company/lang','file','M'),(31679,2,11705,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(31680,2,11705,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(31681,2,11705,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(31682,2,11705,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(31683,2,11705,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(31684,2,11705,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(31685,2,11705,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31686,2,11705,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31687,2,11705,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(31688,2,11705,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(31689,2,11705,'/module/file/lang/en.php','/module/file/lang','file','M'),(31690,2,11705,'/module/git/lang/en.php','/module/git/lang','file','M'),(31691,2,11705,'/module/group/lang/en.php','/module/group/lang','file','M'),(31692,2,11705,'/module/group/lang/resource.php','/module/group/lang','file','M'),(31693,2,11705,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(31694,2,11705,'/module/index/lang/en.php','/module/index/lang','file','M'),(31695,2,11705,'/module/install/lang/en.php','/module/install/lang','file','M'),(31696,2,11705,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(31697,2,11705,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(31698,2,11705,'/module/my/lang/en.php','/module/my/lang','file','M'),(31699,2,11705,'/module/product/lang/en.php','/module/product/lang','file','M'),(31700,2,11705,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(31701,2,11705,'/module/project/lang/en.php','/module/project/lang','file','M'),(31702,2,11705,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(31703,2,11705,'/module/release/lang/en.php','/module/release/lang','file','M'),(31704,2,11705,'/module/report/lang/en.php','/module/report/lang','file','M'),(31705,2,11705,'/module/search/lang/en.php','/module/search/lang','file','M'),(31706,2,11705,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(31707,2,11705,'/module/story/lang/en.php','/module/story/lang','file','M'),(31708,2,11705,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(31709,2,11705,'/module/task/lang/en.php','/module/task/lang','file','M'),(31710,2,11705,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(31711,2,11705,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(31712,2,11705,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(31713,2,11705,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(31714,2,11705,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(31715,2,11705,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(31716,2,11705,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31717,2,11705,'/module/user/lang/en.php','/module/user/lang','file','M'),(31718,2,11706,'/module/doc/model.php','/module/doc','file','M'),(31719,2,11706,'/module/product/model.php','/module/product','file','M'),(31720,2,11706,'/module/project/model.php','/module/project','file','M'),(31721,2,11706,'/module/upgrade/model.php','/module/upgrade','file','M'),(31722,2,11707,'/doc/CHANGELOG','/doc','file','M'),(31723,2,11708,'/module/project/model.php','/module/project','file','M'),(31724,2,11708,'/module/upgrade/model.php','/module/upgrade','file','M'),(31725,2,11709,'/module/project/model.php','/module/project','file','M'),(31726,2,11710,'/db/demo.sql','/db','file','M'),(31727,2,11710,'/db/update8.2.6.sql','/db','file','M'),(31728,2,11710,'/module/doc/control.php','/module/doc','file','M'),(31729,2,11710,'/module/doc/css/common.css','/module/doc/css','file','M'),(31730,2,11710,'/module/doc/css/index.css','/module/doc/css','file','M'),(31731,2,11710,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(31732,2,11710,'/module/doc/css/view.css','/module/doc/css','file','M'),(31733,2,11710,'/module/doc/js/edit.js','/module/doc/js','file','M'),(31734,2,11710,'/module/doc/js/editlib.js','/module/doc/js','file','A'),(31735,2,11710,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31736,2,11710,'/module/doc/model.php','/module/doc','file','M'),(31737,2,11710,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31738,2,11710,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31739,2,11710,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31740,2,11710,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31741,2,11710,'/module/doc/view/footer.html.php','/module/doc/view','file','M'),(31742,2,11710,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31743,2,11710,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(31744,2,11710,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31745,2,11710,'/module/upgrade/model.php','/module/upgrade','file','M'),(31746,2,11711,'/db/zentao.sql','/db','file','M'),(31747,2,11711,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31748,2,11711,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31749,2,11711,'/module/group/lang/resource.php','/module/group/lang','file','M'),(31750,2,11711,'/module/upgrade/model.php','/module/upgrade','file','M'),(31751,2,11712,'/module/common/lang/en.php','/module/common/lang','file','M'),(31752,2,11712,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(31753,2,11712,'/module/doc/control.php','/module/doc','file','M'),(31754,2,11712,'/module/doc/css/common.css','/module/doc/css','file','M'),(31755,2,11712,'/module/doc/css/index.css','/module/doc/css','file','M'),(31756,2,11712,'/module/doc/js/common.js','/module/doc/js','file','M'),(31757,2,11712,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31758,2,11712,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31759,2,11712,'/module/doc/model.php','/module/doc','file','M'),(31760,2,11712,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31761,2,11712,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31762,2,11712,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31763,2,11712,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31764,2,11712,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31765,2,11712,'/module/doc/view/diff.html.php','/module/doc/view','file','M'),(31766,2,11712,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31767,2,11712,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31768,2,11712,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','A'),(31769,2,11712,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31770,2,11712,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31771,2,11712,'/module/product/model.php','/module/product','file','M'),(31772,2,11712,'/module/project/model.php','/module/project','file','M'),(31773,2,11722,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(31774,2,11723,'/www/js/my.full.js','/www/js','file','M'),(31775,2,11724,'/www/js/my.full.js','/www/js','file','M'),(31776,2,11726,'/www/js/my.full.js','/www/js','file','M'),(31777,2,11727,'/module/product/view/browse.html.php','/module/product/view','file','M'),(31778,2,11728,'/module/project/model.php','/module/project','file','M'),(31779,2,11728,'/module/story/view/create.html.php','/module/story/view','file','M'),(31780,2,11729,'/www/js/my.full.js','/www/js','file','M'),(31781,2,11730,'/www/theme/default/style.css','/www/theme/default','file','M'),(31782,2,11731,'/module/task/model.php','/module/task','file','M'),(31783,2,11732,'/module/upgrade/model.php','/module/upgrade','file','M'),(31784,2,11734,'/module/upgrade/model.php','/module/upgrade','file','M'),(31785,2,11736,'/www/js/my.full.js','/www/js','file','M'),(31786,2,11737,'/www/js/zui/min.js','/www/js/zui','file','M'),(31787,2,11737,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(31788,2,11737,'/www/theme/zui/fonts/zenicon.eot','/www/theme/zui/fonts','file','M'),(31789,2,11737,'/www/theme/zui/fonts/zenicon.svg','/www/theme/zui/fonts','file','M'),(31790,2,11737,'/www/theme/zui/fonts/zenicon.ttf','/www/theme/zui/fonts','file','M'),(31791,2,11737,'/www/theme/zui/fonts/zenicon.woff','/www/theme/zui/fonts','file','M'),(31792,2,11738,'/module/search/model.php','/module/search','file','M'),(31793,2,11739,'/db/zentao.sql','/db','file','M'),(31794,2,11739,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31795,2,11739,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31796,2,11739,'/module/group/lang/resource.php','/module/group/lang','file','M'),(31797,2,11739,'/module/upgrade/model.php','/module/upgrade','file','M'),(31798,2,11740,'/VERSION','/','file','M'),(31799,2,11740,'/config/config.php','/config','file','M'),(31800,2,11740,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(31801,2,11740,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(31802,2,11740,'/module/upgrade/model.php','/module/upgrade','file','M'),(31803,2,11741,'/lib/pclzip/pclzip.class.php','/lib/pclzip','file','M'),(31804,2,11742,'/module/mail/control.php','/module/mail','file','M'),(31805,2,11742,'/module/tree/model.php','/module/tree','file','M'),(31806,2,11742,'/module/user/model.php','/module/user','file','M'),(31807,2,11743,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(31808,2,11745,'/module/doc/control.php','/module/doc','file','M'),(31809,2,11745,'/module/doc/model.php','/module/doc','file','M'),(31810,2,11745,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31811,2,11745,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31812,2,11746,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31813,2,11746,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','M'),(31814,2,11747,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','M'),(31815,2,11749,'/module/doc/css/common.css','/module/doc/css','file','M'),(31816,2,11749,'/module/doc/css/showfiles.css','/module/doc/css','file','M'),(31817,2,11749,'/module/doc/js/common.js','/module/doc/js','file','M'),(31818,2,11749,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(31819,2,11749,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(31820,2,11749,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(31821,2,11750,'/module/branch/model.php','/module/branch','file','M'),(31822,2,11750,'/module/tree/model.php','/module/tree','file','M'),(31823,2,11751,'/module/story/model.php','/module/story','file','M'),(31824,2,11752,'/module/branch/view/ajaxgetmatcheditems.html.php','/module/branch/view','file','M'),(31825,2,11753,'/module/editor/model.php','/module/editor','file','M'),(31826,2,11754,'/module/dev/config.php','/module/dev','file','M'),(31827,2,11754,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(31828,2,11754,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(31829,2,11754,'/module/editor/model.php','/module/editor','file','M'),(31830,2,11755,'/module/story/model.php','/module/story','file','M'),(31831,2,11756,'/module/doc/view/diff.html.php','/module/doc/view','file','M'),(31832,2,11757,'/module/doc/control.php','/module/doc','file','M'),(31833,2,11757,'/module/doc/css/diff.css','/module/doc/css','file','A'),(31834,2,11757,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(31835,2,11757,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31836,2,11757,'/module/doc/model.php','/module/doc','file','M'),(31837,2,11757,'/module/doc/view/diff.html.php','/module/doc/view','file','A'),(31838,2,11757,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(31839,2,11758,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(31840,2,11758,'/module/custom/model.php','/module/custom','file','M'),(31841,2,11758,'/module/doc/control.php','/module/doc','file','M'),(31842,2,11760,'/module/doc/control.php','/module/doc','file','M'),(31843,2,11760,'/module/doc/js/browse.js','/module/doc/js','file','M'),(31844,2,11760,'/module/doc/js/common.js','/module/doc/js','file','M'),(31845,2,11760,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31846,2,11760,'/module/doc/model.php','/module/doc','file','M'),(31847,2,11760,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31848,2,11760,'/module/doc/view/browsebymenu.html.php','/module/doc/view','file','A'),(31849,2,11760,'/module/doc/view/browsebytree.html.php','/module/doc/view','file','A'),(31850,2,11760,'/module/tree/control.php','/module/tree','file','M'),(31851,2,11760,'/module/tree/model.php','/module/tree','file','M'),(31852,2,11761,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(31853,2,11761,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(31854,2,11762,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','M'),(31855,2,11762,'/module/custom/model.php','/module/custom','file','M'),(31856,2,11762,'/module/doc/control.php','/module/doc','file','M'),(31857,2,11762,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31858,2,11762,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(31859,2,11763,'/lib/hyperdown/LICENSE','/lib/hyperdown','file','A'),(31860,2,11763,'/lib/hyperdown/hyperdown.class.php','/lib/hyperdown','file','A'),(31861,2,11763,'/module/common/view/ueditor.html.php','/module/common/view','file','M'),(31862,2,11763,'/module/doc/control.php','/module/doc','file','M'),(31863,2,11763,'/module/doc/model.php','/module/doc','file','M'),(31864,2,11764,'/module/common/view/markdown.html.php','/module/common/view','file','A'),(31865,2,11764,'/module/doc/config.php','/module/doc','file','M'),(31866,2,11764,'/module/doc/control.php','/module/doc','file','M'),(31867,2,11764,'/module/doc/js/create.js','/module/doc/js','file','M'),(31868,2,11764,'/module/doc/js/edit.js','/module/doc/js','file','M'),(31869,2,11764,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(31870,2,11764,'/module/doc/model.php','/module/doc','file','M'),(31871,2,11764,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31872,2,11764,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31873,2,11764,'/www/js/markdown/simplemde.min.css','/www/js/markdown','file','A'),(31874,2,11764,'/www/js/markdown/simplemde.min.js','/www/js/markdown','file','A'),(31875,2,11764,'/www/js/ueditor/dialogs/attachment/attachment.css','/www/js/ueditor/dialogs/attachment','file','D'),(31876,2,11764,'/www/js/ueditor/dialogs/attachment/attachment.html','/www/js/ueditor/dialogs/attachment','file','D'),(31877,2,11764,'/www/js/ueditor/dialogs/attachment/attachment.js','/www/js/ueditor/dialogs/attachment','file','D'),(31878,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31879,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_default.png','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31880,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31881,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31882,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31883,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31884,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31885,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31886,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31887,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31888,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31889,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31890,2,11764,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','D'),(31891,2,11764,'/www/js/ueditor/dialogs/attachment/images/alignicon.gif','/www/js/ueditor/dialogs/attachment/images','file','D'),(31892,2,11764,'/www/js/ueditor/dialogs/attachment/images/alignicon.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31893,2,11764,'/www/js/ueditor/dialogs/attachment/images/bg.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31894,2,11764,'/www/js/ueditor/dialogs/attachment/images/file-icons.gif','/www/js/ueditor/dialogs/attachment/images','file','D'),(31895,2,11764,'/www/js/ueditor/dialogs/attachment/images/file-icons.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31896,2,11764,'/www/js/ueditor/dialogs/attachment/images/icons.gif','/www/js/ueditor/dialogs/attachment/images','file','D'),(31897,2,11764,'/www/js/ueditor/dialogs/attachment/images/icons.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31898,2,11764,'/www/js/ueditor/dialogs/attachment/images/image.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31899,2,11764,'/www/js/ueditor/dialogs/attachment/images/progress.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31900,2,11764,'/www/js/ueditor/dialogs/attachment/images/success.gif','/www/js/ueditor/dialogs/attachment/images','file','D'),(31901,2,11764,'/www/js/ueditor/dialogs/attachment/images/success.png','/www/js/ueditor/dialogs/attachment/images','file','D'),(31902,2,11764,'/www/js/ueditor/dialogs/charts/chart.config.js','/www/js/ueditor/dialogs/charts','file','D'),(31903,2,11764,'/www/js/ueditor/dialogs/charts/charts.css','/www/js/ueditor/dialogs/charts','file','D'),(31904,2,11764,'/www/js/ueditor/dialogs/charts/charts.html','/www/js/ueditor/dialogs/charts','file','D'),(31905,2,11764,'/www/js/ueditor/dialogs/charts/charts.js','/www/js/ueditor/dialogs/charts','file','D'),(31906,2,11764,'/www/js/ueditor/dialogs/charts/images/charts0.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31907,2,11764,'/www/js/ueditor/dialogs/charts/images/charts1.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31908,2,11764,'/www/js/ueditor/dialogs/charts/images/charts2.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31909,2,11764,'/www/js/ueditor/dialogs/charts/images/charts3.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31910,2,11764,'/www/js/ueditor/dialogs/charts/images/charts4.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31911,2,11764,'/www/js/ueditor/dialogs/charts/images/charts5.png','/www/js/ueditor/dialogs/charts/images','file','D'),(31912,2,11764,'/www/js/ueditor/dialogs/music/music.css','/www/js/ueditor/dialogs/music','file','D'),(31913,2,11764,'/www/js/ueditor/dialogs/music/music.html','/www/js/ueditor/dialogs/music','file','D'),(31914,2,11764,'/www/js/ueditor/dialogs/music/music.js','/www/js/ueditor/dialogs/music','file','D'),(31915,2,11764,'/www/js/ueditor/dialogs/template/config.js','/www/js/ueditor/dialogs/template','file','D'),(31916,2,11764,'/www/js/ueditor/dialogs/template/images/bg.gif','/www/js/ueditor/dialogs/template/images','file','D'),(31917,2,11764,'/www/js/ueditor/dialogs/template/images/pre0.png','/www/js/ueditor/dialogs/template/images','file','D'),(31918,2,11764,'/www/js/ueditor/dialogs/template/images/pre1.png','/www/js/ueditor/dialogs/template/images','file','D'),(31919,2,11764,'/www/js/ueditor/dialogs/template/images/pre2.png','/www/js/ueditor/dialogs/template/images','file','D'),(31920,2,11764,'/www/js/ueditor/dialogs/template/images/pre3.png','/www/js/ueditor/dialogs/template/images','file','D'),(31921,2,11764,'/www/js/ueditor/dialogs/template/images/pre4.png','/www/js/ueditor/dialogs/template/images','file','D'),(31922,2,11764,'/www/js/ueditor/dialogs/template/template.css','/www/js/ueditor/dialogs/template','file','D'),(31923,2,11764,'/www/js/ueditor/dialogs/template/template.html','/www/js/ueditor/dialogs/template','file','D'),(31924,2,11764,'/www/js/ueditor/dialogs/template/template.js','/www/js/ueditor/dialogs/template','file','D'),(31925,2,11764,'/www/js/ueditor/dialogs/wordimage/fClipboard_ueditor.swf','/www/js/ueditor/dialogs/wordimage','file','D'),(31926,2,11764,'/www/js/ueditor/dialogs/wordimage/imageUploader.swf','/www/js/ueditor/dialogs/wordimage','file','D'),(31927,2,11764,'/www/js/ueditor/dialogs/wordimage/tangram.js','/www/js/ueditor/dialogs/wordimage','file','D'),(31928,2,11764,'/www/js/ueditor/dialogs/wordimage/wordimage.html','/www/js/ueditor/dialogs/wordimage','file','D'),(31929,2,11764,'/www/js/ueditor/dialogs/wordimage/wordimage.js','/www/js/ueditor/dialogs/wordimage','file','D'),(31930,2,11764,'/www/js/ueditor/third-party/codemirror/codemirror.css','/www/js/ueditor/third-party/codemirror','file','A'),(31931,2,11764,'/www/js/ueditor/third-party/codemirror/codemirror.js','/www/js/ueditor/third-party/codemirror','file','A'),(31932,2,11764,'/www/js/ueditor/third-party/jquery-1.10.2.min.js','/www/js/ueditor/third-party','file','A'),(31933,2,11764,'/www/js/ueditor/third-party/webuploader/Uploader.swf','/www/js/ueditor/third-party/webuploader','file','A'),(31934,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.css','/www/js/ueditor/third-party/webuploader','file','A'),(31935,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.custom.js','/www/js/ueditor/third-party/webuploader','file','A'),(31936,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.custom.min.js','/www/js/ueditor/third-party/webuploader','file','A'),(31937,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.flashonly.js','/www/js/ueditor/third-party/webuploader','file','A'),(31938,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.flashonly.min.js','/www/js/ueditor/third-party/webuploader','file','A'),(31939,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.html5only.js','/www/js/ueditor/third-party/webuploader','file','A'),(31940,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.html5only.min.js','/www/js/ueditor/third-party/webuploader','file','A'),(31941,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.js','/www/js/ueditor/third-party/webuploader','file','A'),(31942,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.min.js','/www/js/ueditor/third-party/webuploader','file','A'),(31943,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.withoutimage.js','/www/js/ueditor/third-party/webuploader','file','A'),(31944,2,11764,'/www/js/ueditor/third-party/webuploader/webuploader.withoutimage.min.js','/www/js/ueditor/third-party/webuploader','file','A'),(31945,2,11764,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.js','/www/js/ueditor/third-party/zeroclipboard','file','A'),(31946,2,11764,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.min.js','/www/js/ueditor/third-party/zeroclipboard','file','A'),(31947,2,11764,'/www/js/ueditor/third-party/zeroclipboard/ZeroClipboard.swf','/www/js/ueditor/third-party/zeroclipboard','file','A'),(31948,2,11765,'/module/common/view/ueditor.html.php','/module/common/view','file','A'),(31949,2,11765,'/module/doc/js/create.js','/module/doc/js','file','M'),(31950,2,11765,'/module/doc/js/edit.js','/module/doc/js','file','M'),(31951,2,11765,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(31952,2,11765,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(31953,2,11765,'/module/file/config.php','/module/file','file','M'),(31954,2,11765,'/module/file/control.php','/module/file','file','M'),(31955,2,11765,'/www/js/ueditor/dialogs/anchor/anchor.html','/www/js/ueditor/dialogs/anchor','file','A'),(31956,2,11765,'/www/js/ueditor/dialogs/attachment/attachment.css','/www/js/ueditor/dialogs/attachment','file','A'),(31957,2,11765,'/www/js/ueditor/dialogs/attachment/attachment.html','/www/js/ueditor/dialogs/attachment','file','A'),(31958,2,11765,'/www/js/ueditor/dialogs/attachment/attachment.js','/www/js/ueditor/dialogs/attachment','file','A'),(31959,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_chm.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31960,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_default.png','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31961,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_doc.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31962,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_exe.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31963,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_jpg.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31964,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_mp3.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31965,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_mv.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31966,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31967,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_ppt.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31968,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_psd.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31969,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_rar.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31970,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_txt.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31971,2,11765,'/www/js/ueditor/dialogs/attachment/fileTypeImages/icon_xls.gif','/www/js/ueditor/dialogs/attachment/fileTypeImages','file','A'),(31972,2,11765,'/www/js/ueditor/dialogs/attachment/images/alignicon.gif','/www/js/ueditor/dialogs/attachment/images','file','A'),(31973,2,11765,'/www/js/ueditor/dialogs/attachment/images/alignicon.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31974,2,11765,'/www/js/ueditor/dialogs/attachment/images/bg.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31975,2,11765,'/www/js/ueditor/dialogs/attachment/images/file-icons.gif','/www/js/ueditor/dialogs/attachment/images','file','A'),(31976,2,11765,'/www/js/ueditor/dialogs/attachment/images/file-icons.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31977,2,11765,'/www/js/ueditor/dialogs/attachment/images/icons.gif','/www/js/ueditor/dialogs/attachment/images','file','A'),(31978,2,11765,'/www/js/ueditor/dialogs/attachment/images/icons.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31979,2,11765,'/www/js/ueditor/dialogs/attachment/images/image.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31980,2,11765,'/www/js/ueditor/dialogs/attachment/images/progress.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31981,2,11765,'/www/js/ueditor/dialogs/attachment/images/success.gif','/www/js/ueditor/dialogs/attachment/images','file','A'),(31982,2,11765,'/www/js/ueditor/dialogs/attachment/images/success.png','/www/js/ueditor/dialogs/attachment/images','file','A'),(31983,2,11765,'/www/js/ueditor/dialogs/background/background.css','/www/js/ueditor/dialogs/background','file','A'),(31984,2,11765,'/www/js/ueditor/dialogs/background/background.html','/www/js/ueditor/dialogs/background','file','A'),(31985,2,11765,'/www/js/ueditor/dialogs/background/background.js','/www/js/ueditor/dialogs/background','file','A'),(31986,2,11765,'/www/js/ueditor/dialogs/background/images/bg.png','/www/js/ueditor/dialogs/background/images','file','A'),(31987,2,11765,'/www/js/ueditor/dialogs/background/images/success.png','/www/js/ueditor/dialogs/background/images','file','A'),(31988,2,11765,'/www/js/ueditor/dialogs/charts/chart.config.js','/www/js/ueditor/dialogs/charts','file','A'),(31989,2,11765,'/www/js/ueditor/dialogs/charts/charts.css','/www/js/ueditor/dialogs/charts','file','A'),(31990,2,11765,'/www/js/ueditor/dialogs/charts/charts.html','/www/js/ueditor/dialogs/charts','file','A'),(31991,2,11765,'/www/js/ueditor/dialogs/charts/charts.js','/www/js/ueditor/dialogs/charts','file','A'),(31992,2,11765,'/www/js/ueditor/dialogs/charts/images/charts0.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31993,2,11765,'/www/js/ueditor/dialogs/charts/images/charts1.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31994,2,11765,'/www/js/ueditor/dialogs/charts/images/charts2.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31995,2,11765,'/www/js/ueditor/dialogs/charts/images/charts3.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31996,2,11765,'/www/js/ueditor/dialogs/charts/images/charts4.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31997,2,11765,'/www/js/ueditor/dialogs/charts/images/charts5.png','/www/js/ueditor/dialogs/charts/images','file','A'),(31998,2,11765,'/www/js/ueditor/dialogs/emotion/emotion.css','/www/js/ueditor/dialogs/emotion','file','A'),(31999,2,11765,'/www/js/ueditor/dialogs/emotion/emotion.html','/www/js/ueditor/dialogs/emotion','file','A'),(32000,2,11765,'/www/js/ueditor/dialogs/emotion/emotion.js','/www/js/ueditor/dialogs/emotion','file','A'),(32001,2,11765,'/www/js/ueditor/dialogs/emotion/images/0.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32002,2,11765,'/www/js/ueditor/dialogs/emotion/images/bface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32003,2,11765,'/www/js/ueditor/dialogs/emotion/images/cface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32004,2,11765,'/www/js/ueditor/dialogs/emotion/images/fface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32005,2,11765,'/www/js/ueditor/dialogs/emotion/images/jxface2.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32006,2,11765,'/www/js/ueditor/dialogs/emotion/images/neweditor-tab-bg.png','/www/js/ueditor/dialogs/emotion/images','file','A'),(32007,2,11765,'/www/js/ueditor/dialogs/emotion/images/tface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32008,2,11765,'/www/js/ueditor/dialogs/emotion/images/wface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32009,2,11765,'/www/js/ueditor/dialogs/emotion/images/yface.gif','/www/js/ueditor/dialogs/emotion/images','file','A'),(32010,2,11765,'/www/js/ueditor/dialogs/gmap/gmap.html','/www/js/ueditor/dialogs/gmap','file','A'),(32011,2,11765,'/www/js/ueditor/dialogs/help/help.css','/www/js/ueditor/dialogs/help','file','A'),(32012,2,11765,'/www/js/ueditor/dialogs/help/help.html','/www/js/ueditor/dialogs/help','file','A'),(32013,2,11765,'/www/js/ueditor/dialogs/help/help.js','/www/js/ueditor/dialogs/help','file','A'),(32014,2,11765,'/www/js/ueditor/dialogs/image/image.css','/www/js/ueditor/dialogs/image','file','A'),(32015,2,11765,'/www/js/ueditor/dialogs/image/image.html','/www/js/ueditor/dialogs/image','file','A'),(32016,2,11765,'/www/js/ueditor/dialogs/image/image.js','/www/js/ueditor/dialogs/image','file','A'),(32017,2,11765,'/www/js/ueditor/dialogs/image/images/alignicon.jpg','/www/js/ueditor/dialogs/image/images','file','A'),(32018,2,11765,'/www/js/ueditor/dialogs/image/images/bg.png','/www/js/ueditor/dialogs/image/images','file','A'),(32019,2,11765,'/www/js/ueditor/dialogs/image/images/icons.gif','/www/js/ueditor/dialogs/image/images','file','A'),(32020,2,11765,'/www/js/ueditor/dialogs/image/images/icons.png','/www/js/ueditor/dialogs/image/images','file','A'),(32021,2,11765,'/www/js/ueditor/dialogs/image/images/image.png','/www/js/ueditor/dialogs/image/images','file','A'),(32022,2,11765,'/www/js/ueditor/dialogs/image/images/progress.png','/www/js/ueditor/dialogs/image/images','file','A'),(32023,2,11765,'/www/js/ueditor/dialogs/image/images/success.gif','/www/js/ueditor/dialogs/image/images','file','A'),(32024,2,11765,'/www/js/ueditor/dialogs/image/images/success.png','/www/js/ueditor/dialogs/image/images','file','A'),(32025,2,11765,'/www/js/ueditor/dialogs/insertframe/insertframe.html','/www/js/ueditor/dialogs/insertframe','file','A'),(32026,2,11765,'/www/js/ueditor/dialogs/internal.js','/www/js/ueditor/dialogs','file','A'),(32027,2,11765,'/www/js/ueditor/dialogs/link/link.html','/www/js/ueditor/dialogs/link','file','A'),(32028,2,11765,'/www/js/ueditor/dialogs/map/map.html','/www/js/ueditor/dialogs/map','file','A'),(32029,2,11765,'/www/js/ueditor/dialogs/map/show.html','/www/js/ueditor/dialogs/map','file','A'),(32030,2,11765,'/www/js/ueditor/dialogs/music/music.css','/www/js/ueditor/dialogs/music','file','A'),(32031,2,11765,'/www/js/ueditor/dialogs/music/music.html','/www/js/ueditor/dialogs/music','file','A'),(32032,2,11765,'/www/js/ueditor/dialogs/music/music.js','/www/js/ueditor/dialogs/music','file','A'),(32033,2,11765,'/www/js/ueditor/dialogs/preview/preview.html','/www/js/ueditor/dialogs/preview','file','A'),(32034,2,11765,'/www/js/ueditor/dialogs/scrawl/images/addimg.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32035,2,11765,'/www/js/ueditor/dialogs/scrawl/images/brush.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32036,2,11765,'/www/js/ueditor/dialogs/scrawl/images/delimg.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32037,2,11765,'/www/js/ueditor/dialogs/scrawl/images/delimgH.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32038,2,11765,'/www/js/ueditor/dialogs/scrawl/images/empty.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32039,2,11765,'/www/js/ueditor/dialogs/scrawl/images/emptyH.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32040,2,11765,'/www/js/ueditor/dialogs/scrawl/images/eraser.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32041,2,11765,'/www/js/ueditor/dialogs/scrawl/images/redo.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32042,2,11765,'/www/js/ueditor/dialogs/scrawl/images/redoH.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32043,2,11765,'/www/js/ueditor/dialogs/scrawl/images/scale.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32044,2,11765,'/www/js/ueditor/dialogs/scrawl/images/scaleH.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32045,2,11765,'/www/js/ueditor/dialogs/scrawl/images/size.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32046,2,11765,'/www/js/ueditor/dialogs/scrawl/images/undo.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32047,2,11765,'/www/js/ueditor/dialogs/scrawl/images/undoH.png','/www/js/ueditor/dialogs/scrawl/images','file','A'),(32048,2,11765,'/www/js/ueditor/dialogs/scrawl/scrawl.css','/www/js/ueditor/dialogs/scrawl','file','A'),(32049,2,11765,'/www/js/ueditor/dialogs/scrawl/scrawl.html','/www/js/ueditor/dialogs/scrawl','file','A'),(32050,2,11765,'/www/js/ueditor/dialogs/scrawl/scrawl.js','/www/js/ueditor/dialogs/scrawl','file','A'),(32051,2,11765,'/www/js/ueditor/dialogs/searchreplace/searchreplace.html','/www/js/ueditor/dialogs/searchreplace','file','A'),(32052,2,11765,'/www/js/ueditor/dialogs/searchreplace/searchreplace.js','/www/js/ueditor/dialogs/searchreplace','file','A'),(32053,2,11765,'/www/js/ueditor/dialogs/snapscreen/snapscreen.html','/www/js/ueditor/dialogs/snapscreen','file','A'),(32054,2,11765,'/www/js/ueditor/dialogs/spechars/spechars.html','/www/js/ueditor/dialogs/spechars','file','A'),(32055,2,11765,'/www/js/ueditor/dialogs/spechars/spechars.js','/www/js/ueditor/dialogs/spechars','file','A'),(32056,2,11765,'/www/js/ueditor/dialogs/table/dragicon.png','/www/js/ueditor/dialogs/table','file','A'),(32057,2,11765,'/www/js/ueditor/dialogs/table/edittable.css','/www/js/ueditor/dialogs/table','file','A'),(32058,2,11765,'/www/js/ueditor/dialogs/table/edittable.html','/www/js/ueditor/dialogs/table','file','A'),(32059,2,11765,'/www/js/ueditor/dialogs/table/edittable.js','/www/js/ueditor/dialogs/table','file','A'),(32060,2,11765,'/www/js/ueditor/dialogs/table/edittd.html','/www/js/ueditor/dialogs/table','file','A'),(32061,2,11765,'/www/js/ueditor/dialogs/table/edittip.html','/www/js/ueditor/dialogs/table','file','A'),(32062,2,11765,'/www/js/ueditor/dialogs/template/config.js','/www/js/ueditor/dialogs/template','file','A'),(32063,2,11765,'/www/js/ueditor/dialogs/template/images/bg.gif','/www/js/ueditor/dialogs/template/images','file','A'),(32064,2,11765,'/www/js/ueditor/dialogs/template/images/pre0.png','/www/js/ueditor/dialogs/template/images','file','A'),(32065,2,11765,'/www/js/ueditor/dialogs/template/images/pre1.png','/www/js/ueditor/dialogs/template/images','file','A'),(32066,2,11765,'/www/js/ueditor/dialogs/template/images/pre2.png','/www/js/ueditor/dialogs/template/images','file','A'),(32067,2,11765,'/www/js/ueditor/dialogs/template/images/pre3.png','/www/js/ueditor/dialogs/template/images','file','A'),(32068,2,11765,'/www/js/ueditor/dialogs/template/images/pre4.png','/www/js/ueditor/dialogs/template/images','file','A'),(32069,2,11765,'/www/js/ueditor/dialogs/template/template.css','/www/js/ueditor/dialogs/template','file','A'),(32070,2,11765,'/www/js/ueditor/dialogs/template/template.html','/www/js/ueditor/dialogs/template','file','A'),(32071,2,11765,'/www/js/ueditor/dialogs/template/template.js','/www/js/ueditor/dialogs/template','file','A'),(32072,2,11765,'/www/js/ueditor/dialogs/video/images/bg.png','/www/js/ueditor/dialogs/video/images','file','A'),(32073,2,11765,'/www/js/ueditor/dialogs/video/images/center_focus.jpg','/www/js/ueditor/dialogs/video/images','file','A'),(32074,2,11765,'/www/js/ueditor/dialogs/video/images/file-icons.gif','/www/js/ueditor/dialogs/video/images','file','A'),(32075,2,11765,'/www/js/ueditor/dialogs/video/images/file-icons.png','/www/js/ueditor/dialogs/video/images','file','A'),(32076,2,11765,'/www/js/ueditor/dialogs/video/images/icons.gif','/www/js/ueditor/dialogs/video/images','file','A'),(32077,2,11765,'/www/js/ueditor/dialogs/video/images/icons.png','/www/js/ueditor/dialogs/video/images','file','A'),(32078,2,11765,'/www/js/ueditor/dialogs/video/images/image.png','/www/js/ueditor/dialogs/video/images','file','A'),(32079,2,11765,'/www/js/ueditor/dialogs/video/images/left_focus.jpg','/www/js/ueditor/dialogs/video/images','file','A'),(32080,2,11765,'/www/js/ueditor/dialogs/video/images/none_focus.jpg','/www/js/ueditor/dialogs/video/images','file','A'),(32081,2,11765,'/www/js/ueditor/dialogs/video/images/progress.png','/www/js/ueditor/dialogs/video/images','file','A'),(32082,2,11765,'/www/js/ueditor/dialogs/video/images/right_focus.jpg','/www/js/ueditor/dialogs/video/images','file','A'),(32083,2,11765,'/www/js/ueditor/dialogs/video/images/success.gif','/www/js/ueditor/dialogs/video/images','file','A'),(32084,2,11765,'/www/js/ueditor/dialogs/video/images/success.png','/www/js/ueditor/dialogs/video/images','file','A'),(32085,2,11765,'/www/js/ueditor/dialogs/video/video.css','/www/js/ueditor/dialogs/video','file','A'),(32086,2,11765,'/www/js/ueditor/dialogs/video/video.html','/www/js/ueditor/dialogs/video','file','A'),(32087,2,11765,'/www/js/ueditor/dialogs/video/video.js','/www/js/ueditor/dialogs/video','file','A'),(32088,2,11765,'/www/js/ueditor/dialogs/webapp/webapp.html','/www/js/ueditor/dialogs/webapp','file','A'),(32089,2,11765,'/www/js/ueditor/dialogs/wordimage/fClipboard_ueditor.swf','/www/js/ueditor/dialogs/wordimage','file','A'),(32090,2,11765,'/www/js/ueditor/dialogs/wordimage/imageUploader.swf','/www/js/ueditor/dialogs/wordimage','file','A'),(32091,2,11765,'/www/js/ueditor/dialogs/wordimage/tangram.js','/www/js/ueditor/dialogs/wordimage','file','A'),(32092,2,11765,'/www/js/ueditor/dialogs/wordimage/wordimage.html','/www/js/ueditor/dialogs/wordimage','file','A'),(32093,2,11765,'/www/js/ueditor/dialogs/wordimage/wordimage.js','/www/js/ueditor/dialogs/wordimage','file','A'),(32094,2,11765,'/www/js/ueditor/lang/en/en.js','/www/js/ueditor/lang/en','file','A'),(32095,2,11765,'/www/js/ueditor/lang/en/images/addimage.png','/www/js/ueditor/lang/en/images','file','A'),(32096,2,11765,'/www/js/ueditor/lang/en/images/alldeletebtnhoverskin.png','/www/js/ueditor/lang/en/images','file','A'),(32097,2,11765,'/www/js/ueditor/lang/en/images/alldeletebtnupskin.png','/www/js/ueditor/lang/en/images','file','A'),(32098,2,11765,'/www/js/ueditor/lang/en/images/background.png','/www/js/ueditor/lang/en/images','file','A'),(32099,2,11765,'/www/js/ueditor/lang/en/images/button.png','/www/js/ueditor/lang/en/images','file','A'),(32100,2,11765,'/www/js/ueditor/lang/en/images/copy.png','/www/js/ueditor/lang/en/images','file','A'),(32101,2,11765,'/www/js/ueditor/lang/en/images/deletedisable.png','/www/js/ueditor/lang/en/images','file','A'),(32102,2,11765,'/www/js/ueditor/lang/en/images/deleteenable.png','/www/js/ueditor/lang/en/images','file','A'),(32103,2,11765,'/www/js/ueditor/lang/en/images/listbackground.png','/www/js/ueditor/lang/en/images','file','A'),(32104,2,11765,'/www/js/ueditor/lang/en/images/localimage.png','/www/js/ueditor/lang/en/images','file','A'),(32105,2,11765,'/www/js/ueditor/lang/en/images/music.png','/www/js/ueditor/lang/en/images','file','A'),(32106,2,11765,'/www/js/ueditor/lang/en/images/rotateleftdisable.png','/www/js/ueditor/lang/en/images','file','A'),(32107,2,11765,'/www/js/ueditor/lang/en/images/rotateleftenable.png','/www/js/ueditor/lang/en/images','file','A'),(32108,2,11765,'/www/js/ueditor/lang/en/images/rotaterightdisable.png','/www/js/ueditor/lang/en/images','file','A'),(32109,2,11765,'/www/js/ueditor/lang/en/images/rotaterightenable.png','/www/js/ueditor/lang/en/images','file','A'),(32110,2,11765,'/www/js/ueditor/lang/en/images/upload.png','/www/js/ueditor/lang/en/images','file','A'),(32111,2,11765,'/www/js/ueditor/lang/zh-cn/images/copy.png','/www/js/ueditor/lang/zh-cn/images','file','A'),(32112,2,11765,'/www/js/ueditor/lang/zh-cn/images/localimage.png','/www/js/ueditor/lang/zh-cn/images','file','A'),(32113,2,11765,'/www/js/ueditor/lang/zh-cn/images/music.png','/www/js/ueditor/lang/zh-cn/images','file','A'),(32114,2,11765,'/www/js/ueditor/lang/zh-cn/images/upload.png','/www/js/ueditor/lang/zh-cn/images','file','A'),(32115,2,11765,'/www/js/ueditor/lang/zh-cn/zh-cn.js','/www/js/ueditor/lang/zh-cn','file','A'),(32116,2,11765,'/www/js/ueditor/themes/default/css/ueditor.css','/www/js/ueditor/themes/default/css','file','A'),(32117,2,11765,'/www/js/ueditor/themes/default/css/ueditor.min.css','/www/js/ueditor/themes/default/css','file','A'),(32118,2,11765,'/www/js/ueditor/themes/default/dialogbase.css','/www/js/ueditor/themes/default','file','A'),(32119,2,11765,'/www/js/ueditor/themes/default/images/anchor.gif','/www/js/ueditor/themes/default/images','file','A'),(32120,2,11765,'/www/js/ueditor/themes/default/images/arrow.png','/www/js/ueditor/themes/default/images','file','A'),(32121,2,11765,'/www/js/ueditor/themes/default/images/arrow_down.png','/www/js/ueditor/themes/default/images','file','A'),(32122,2,11765,'/www/js/ueditor/themes/default/images/arrow_up.png','/www/js/ueditor/themes/default/images','file','A'),(32123,2,11765,'/www/js/ueditor/themes/default/images/button-bg.gif','/www/js/ueditor/themes/default/images','file','A'),(32124,2,11765,'/www/js/ueditor/themes/default/images/cancelbutton.gif','/www/js/ueditor/themes/default/images','file','A'),(32125,2,11765,'/www/js/ueditor/themes/default/images/charts.png','/www/js/ueditor/themes/default/images','file','A'),(32126,2,11765,'/www/js/ueditor/themes/default/images/cursor_h.gif','/www/js/ueditor/themes/default/images','file','A'),(32127,2,11765,'/www/js/ueditor/themes/default/images/cursor_h.png','/www/js/ueditor/themes/default/images','file','A'),(32128,2,11765,'/www/js/ueditor/themes/default/images/cursor_v.gif','/www/js/ueditor/themes/default/images','file','A'),(32129,2,11765,'/www/js/ueditor/themes/default/images/cursor_v.png','/www/js/ueditor/themes/default/images','file','A'),(32130,2,11765,'/www/js/ueditor/themes/default/images/dialog-title-bg.png','/www/js/ueditor/themes/default/images','file','A'),(32131,2,11765,'/www/js/ueditor/themes/default/images/filescan.png','/www/js/ueditor/themes/default/images','file','A'),(32132,2,11765,'/www/js/ueditor/themes/default/images/highlighted.gif','/www/js/ueditor/themes/default/images','file','A'),(32133,2,11765,'/www/js/ueditor/themes/default/images/icons-all.gif','/www/js/ueditor/themes/default/images','file','A'),(32134,2,11765,'/www/js/ueditor/themes/default/images/icons.gif','/www/js/ueditor/themes/default/images','file','A'),(32135,2,11765,'/www/js/ueditor/themes/default/images/icons.png','/www/js/ueditor/themes/default/images','file','A'),(32136,2,11765,'/www/js/ueditor/themes/default/images/loaderror.png','/www/js/ueditor/themes/default/images','file','A'),(32137,2,11765,'/www/js/ueditor/themes/default/images/loading.gif','/www/js/ueditor/themes/default/images','file','A'),(32138,2,11765,'/www/js/ueditor/themes/default/images/lock.gif','/www/js/ueditor/themes/default/images','file','A'),(32139,2,11765,'/www/js/ueditor/themes/default/images/neweditor-tab-bg.png','/www/js/ueditor/themes/default/images','file','A'),(32140,2,11765,'/www/js/ueditor/themes/default/images/pagebreak.gif','/www/js/ueditor/themes/default/images','file','A'),(32141,2,11765,'/www/js/ueditor/themes/default/images/scale.png','/www/js/ueditor/themes/default/images','file','A'),(32142,2,11765,'/www/js/ueditor/themes/default/images/sortable.png','/www/js/ueditor/themes/default/images','file','A'),(32143,2,11765,'/www/js/ueditor/themes/default/images/spacer.gif','/www/js/ueditor/themes/default/images','file','A'),(32144,2,11765,'/www/js/ueditor/themes/default/images/sparator_v.png','/www/js/ueditor/themes/default/images','file','A'),(32145,2,11765,'/www/js/ueditor/themes/default/images/table-cell-align.png','/www/js/ueditor/themes/default/images','file','A'),(32146,2,11765,'/www/js/ueditor/themes/default/images/tangram-colorpicker.png','/www/js/ueditor/themes/default/images','file','A'),(32147,2,11765,'/www/js/ueditor/themes/default/images/toolbar_bg.png','/www/js/ueditor/themes/default/images','file','A'),(32148,2,11765,'/www/js/ueditor/themes/default/images/unhighlighted.gif','/www/js/ueditor/themes/default/images','file','A'),(32149,2,11765,'/www/js/ueditor/themes/default/images/upload.png','/www/js/ueditor/themes/default/images','file','A'),(32150,2,11765,'/www/js/ueditor/themes/default/images/videologo.gif','/www/js/ueditor/themes/default/images','file','A'),(32151,2,11765,'/www/js/ueditor/themes/default/images/word.gif','/www/js/ueditor/themes/default/images','file','A'),(32152,2,11765,'/www/js/ueditor/themes/default/images/wordpaste.png','/www/js/ueditor/themes/default/images','file','A'),(32153,2,11765,'/www/js/ueditor/themes/iframe.css','/www/js/ueditor/themes','file','A'),(32154,2,11765,'/www/js/ueditor/ueditor.all.min.js','/www/js/ueditor','file','A'),(32155,2,11765,'/www/js/ueditor/ueditor.config.js','/www/js/ueditor','file','A'),(32156,2,11766,'/module/svn/control.php','/module/svn','file','M'),(32157,2,11767,'/module/git/model.php','/module/git','file','M'),(32158,2,11767,'/module/svn/control.php','/module/svn','file','M'),(32159,2,11767,'/module/svn/model.php','/module/svn','file','M'),(32160,2,11768,'/module/doc/control.php','/module/doc','file','M'),(32161,2,11768,'/module/doc/css/common.css','/module/doc/css','file','M'),(32162,2,11768,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(32163,2,11768,'/module/doc/model.php','/module/doc','file','M'),(32164,2,11768,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(32165,2,11768,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(32166,2,11768,'/module/doc/view/showlibs.html.php','/module/doc/view','file','D'),(32167,2,11768,'/module/product/control.php','/module/product','file','M'),(32168,2,11768,'/module/product/view/doc.html.php','/module/product/view','file','M'),(32169,2,11768,'/module/project/control.php','/module/project','file','M'),(32170,2,11768,'/module/project/view/doc.html.php','/module/project/view','file','M'),(32171,2,11769,'/module/doc/control.php','/module/doc','file','M'),(32172,2,11769,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(32173,2,11769,'/module/doc/model.php','/module/doc','file','M'),(32174,2,11769,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(32175,2,11787,'/module/build/model.php','/module/build','file','M'),(32176,2,11788,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(32177,2,11789,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(32178,2,11789,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(32179,2,11791,'/module/file/control.php','/module/file','file','M'),(32180,2,11792,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(32181,2,11794,'/module/user/model.php','/module/user','file','M'),(32182,2,11796,'/module/task/control.php','/module/task','file','M'),(32183,2,11797,'/module/project/view/sendmail.html.php','/module/project/view','file','M'),(32184,2,11797,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(32185,2,11797,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(32186,2,11797,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(32187,2,11798,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(32188,2,11799,'/module/bug/js/create.js','/module/bug/js','file','M'),(32189,2,11800,'/module/report/lang/en.php','/module/report/lang','file','M'),(32190,2,11800,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(32191,2,11800,'/module/report/view/projectdeviation.html.php','/module/report/view','file','M'),(32192,2,11801,'/module/user/model.php','/module/user','file','M'),(32193,2,11802,'/module/mail/control.php','/module/mail','file','M'),(32194,2,11802,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32195,2,11802,'/module/sso/control.php','/module/sso','file','M'),(32196,2,11802,'/module/testcase/control.php','/module/testcase','file','M'),(32197,2,11803,'/README.md','/','file','M'),(32198,2,11805,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(32199,2,11806,'/www/js/kindeditor/plugins/image/images/refresh.png','/www/js/kindeditor/plugins/image/images','file','M'),(32200,2,11806,'/www/js/kindeditor/plugins/multiimage/images/image.png','/www/js/kindeditor/plugins/multiimage/images','file','M'),(32201,2,11806,'/www/js/kindeditor/plugins/multiimage/images/select-files-en.png','/www/js/kindeditor/plugins/multiimage/images','file','M'),(32202,2,11806,'/www/js/kindeditor/plugins/multiimage/images/select-files-zh_CN.png','/www/js/kindeditor/plugins/multiimage/images','file','M'),(32203,2,11806,'/www/js/kindeditor/themes/default/background.png','/www/js/kindeditor/themes/default','file','M'),(32204,2,11806,'/www/js/kindeditor/themes/default/default.png','/www/js/kindeditor/themes/default','file','M'),(32205,2,11806,'/www/theme/default/images/chosen/chosen-sprite.png','/www/theme/default/images/chosen','file','M'),(32206,2,11806,'/www/theme/default/images/main/green.png','/www/theme/default/images/main','file','M'),(32207,2,11806,'/www/theme/default/images/main/icon.png','/www/theme/default/images/main','file','M'),(32208,2,11806,'/www/theme/default/images/main/logo.png','/www/theme/default/images/main','file','M'),(32209,2,11806,'/www/theme/default/images/main/logo2.png','/www/theme/default/images/main','file','M'),(32210,2,11806,'/www/theme/default/images/main/ranzhi.png','/www/theme/default/images/main','file','M'),(32211,2,11806,'/www/theme/default/images/main/yidou.png','/www/theme/default/images/main','file','M'),(32212,2,11806,'/www/theme/default/images/main/zt-icons.png','/www/theme/default/images/main','file','M'),(32213,2,11806,'/www/theme/default/images/main/zt-logo.png','/www/theme/default/images/main','file','M'),(32214,2,11806,'/www/theme/default/images/mobile/icons-18-black.png','/www/theme/default/images/mobile','file','M'),(32215,2,11806,'/www/theme/default/images/mobile/icons-36-black.png','/www/theme/default/images/mobile','file','M'),(32216,2,11806,'/www/theme/default/images/mobile/icons-36-white.png','/www/theme/default/images/mobile','file','M'),(32217,2,11806,'/www/theme/default/images/treetable/toggle-collapse-dark.png','/www/theme/default/images/treetable','file','M'),(32218,2,11806,'/www/theme/default/images/treetable/toggle-collapse-light.png','/www/theme/default/images/treetable','file','M'),(32219,2,11806,'/www/theme/default/images/treetable/toggle-expand-dark.png','/www/theme/default/images/treetable','file','M'),(32220,2,11806,'/www/theme/default/images/treetable/toggle-expand-light.png','/www/theme/default/images/treetable','file','M'),(32221,2,11807,'/README.md','/','file','M'),(32222,2,11808,'/README.md','/','file','M'),(32223,2,11809,'/www/theme/default/images/main/chanzhi.png','/www/theme/default/images/main','file','M'),(32224,2,11811,'/www/theme/default/images/main/ranzhi.png','/www/theme/default/images/main','file','M'),(32225,2,11812,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(32226,2,11812,'/module/product/model.php','/module/product','file','M'),(32227,2,11812,'/module/project/model.php','/module/project','file','M'),(32228,2,11813,'/VERSION','/','file','M'),(32229,2,11813,'/config/config.php','/config','file','M'),(32230,2,11813,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(32231,2,11813,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(32232,2,11813,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(32233,2,11813,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(32234,2,11813,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(32235,2,11813,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(32236,2,11813,'/module/upgrade/model.php','/module/upgrade','file','M'),(32237,2,11813,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(32238,2,11814,'/bin/ztcli','/bin','file','M'),(32239,2,11814,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(32240,2,11816,'/module/story/model.php','/module/story','file','M'),(32241,2,11817,'/module/svn/config.php','/module/svn','file','M'),(32242,2,11818,'/module/task/model.php','/module/task','file','M'),(32243,2,11819,'/module/build/control.php','/module/build','file','M'),(32244,2,11819,'/module/product/control.php','/module/product','file','M'),(32245,2,11819,'/module/project/control.php','/module/project','file','M'),(32246,2,11819,'/module/story/control.php','/module/story','file','M'),(32247,2,11820,'/framework/helper.class.php','/framework','file','M'),(32248,2,11821,'/framework/helper.class.php','/framework','file','M'),(32249,2,11822,'/module/testcase/control.php','/module/testcase','file','M'),(32250,2,11822,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(32251,2,11822,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(32252,2,11822,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(32253,2,11823,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(32254,2,11823,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(32255,2,11823,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32256,2,11823,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(32257,2,11824,'/module/story/model.php','/module/story','file','M'),(32258,2,11825,'/module/build/model.php','/module/build','file','M'),(32259,2,11826,'/module/tree/control.php','/module/tree','file','M'),(32260,2,11827,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32261,2,11828,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(32262,2,11829,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32263,2,11829,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32264,2,11829,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32265,2,11829,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(32266,2,11831,'/module/project/model.php','/module/project','file','M'),(32267,2,11832,'/VERSION','/','file','M'),(32268,2,11832,'/config/config.php','/config','file','M'),(32269,2,11832,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(32270,2,11832,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(32271,2,11832,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(32272,2,11832,'/module/upgrade/model.php','/module/upgrade','file','M'),(32273,2,11833,'/module/custom/control.php','/module/custom','file','M'),(32274,2,11834,'/framework/base/helper.class.php','/framework/base','file','M'),(32275,2,11834,'/framework/helper.class.php','/framework','file','M'),(32276,2,11834,'/module/block/control.php','/module/block','file','M'),(32277,2,11834,'/module/block/model.php','/module/block','file','M'),(32278,2,11834,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32279,2,11834,'/module/project/view/tree.html.php','/module/project/view','file','M'),(32280,2,11834,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32281,2,11834,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32282,2,11834,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32283,2,11835,'/module/build/model.php','/module/build','file','M'),(32284,2,11835,'/module/product/model.php','/module/product','file','M'),(32285,2,11835,'/module/project/model.php','/module/project','file','M'),(32286,2,11835,'/module/story/model.php','/module/story','file','M'),(32287,2,11835,'/module/user/model.php','/module/user','file','M'),(32288,2,11852,'/www/js/my.full.js','/www/js','file','M'),(32289,2,11853,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(32290,2,11853,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(32291,2,11855,'/module/project/css/kanban.css','/module/project/css','file','M'),(32292,2,11856,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(32293,2,11856,'/www/theme/default/style.css','/www/theme/default','file','M'),(32294,2,11858,'/module/task/control.php','/module/task','file','M'),(32295,2,11858,'/module/task/js/recordestimate.js','/module/task/js','file','M'),(32296,2,11858,'/module/task/lang/en.php','/module/task/lang','file','M'),(32297,2,11858,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(32298,2,11858,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(32299,2,11860,'/module/bug/js/view.js','/module/bug/js','file','M'),(32300,2,11860,'/module/testcase/js/view.js','/module/testcase/js','file','M'),(32301,2,11861,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(32302,2,11862,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(32303,2,11863,'/module/block/control.php','/module/block','file','M'),(32304,2,11864,'/module/task/control.php','/module/task','file','M'),(32305,2,11864,'/module/task/js/recordestimate.js','/module/task/js','file','M'),(32306,2,11864,'/module/task/lang/en.php','/module/task/lang','file','M'),(32307,2,11864,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(32308,2,11864,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(32309,2,11865,'/module/project/control.php','/module/project','file','M'),(32310,2,11865,'/module/project/css/kanban.css','/module/project/css','file','M'),(32311,2,11866,'/module/project/css/kanban.css','/module/project/css','file','M'),(32312,2,11866,'/module/project/view/kanban.html.php','/module/project/view','file','M'),(32313,2,11867,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32314,2,11867,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(32315,2,11868,'/module/dept/control.php','/module/dept','file','M'),(32316,2,11868,'/module/product/control.php','/module/product','file','M'),(32317,2,11869,'/module/todo/css/batchcreate.css','/module/todo/css','file','M'),(32318,2,11870,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(32319,2,11872,'/module/common/view/footer.html.php','/module/common/view','file','M'),(32320,2,11872,'/www/js/my.full.js','/www/js','file','M'),(32321,2,11873,'/module/user/model.php','/module/user','file','M'),(32322,2,11874,'/module/tutorial/model.php','/module/tutorial','file','M'),(32323,2,11875,'/module/search/model.php','/module/search','file','M'),(32324,2,11875,'/module/user/model.php','/module/user','file','M'),(32325,2,11876,'/module/testtask/control.php','/module/testtask','file','M'),(32326,2,11877,'/lib/sendcloud/sendcloud.class.php','/lib/sendcloud','file','M'),(32327,2,11877,'/module/mail/control.php','/module/mail','file','M'),(32328,2,11878,'/VERSION','/','file','M'),(32329,2,11878,'/config/config.php','/config','file','M'),(32330,2,11878,'/db/zentao.sql','/db','file','M'),(32331,2,11878,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(32332,2,11878,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(32333,2,11878,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(32334,2,11878,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(32335,2,11878,'/module/upgrade/model.php','/module/upgrade','file','M'),(32336,2,11879,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32337,2,11879,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32338,2,11879,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(32339,2,11880,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(32340,2,11880,'/www/js/my.full.js','/www/js','file','M'),(32341,2,11880,'/www/js/zui/min.js','/www/js/zui','file','M'),(32342,2,11881,'/module/bug/control.php','/module/bug','file','M'),(32343,2,11881,'/module/common/model.php','/module/common','file','M'),(32344,2,11881,'/module/custom/control.php','/module/custom','file','M'),(32345,2,11881,'/module/custom/model.php','/module/custom','file','M'),(32346,2,11881,'/module/project/control.php','/module/project','file','M'),(32347,2,11881,'/module/search/model.php','/module/search','file','M'),(32348,2,11881,'/module/story/control.php','/module/story','file','M'),(32349,2,11881,'/module/testcase/control.php','/module/testcase','file','M'),(32350,2,11881,'/module/testtask/control.php','/module/testtask','file','M'),(32351,2,11882,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(32352,2,11883,'/module/product/control.php','/module/product','file','M'),(32353,2,11884,'/module/mail/control.php','/module/mail','file','M'),(32354,2,11884,'/module/mail/model.php','/module/mail','file','M'),(32355,2,11885,'/module/mail/model.php','/module/mail','file','M'),(32356,2,11886,'/module/mail/model.php','/module/mail','file','M'),(32357,2,11887,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','M'),(32358,2,11888,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(32359,2,11889,'/module/product/control.php','/module/product','file','M'),(32360,2,11891,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(32361,2,11893,'/module/story/view/view.html.php','/module/story/view','file','M'),(32362,2,11894,'/module/product/config.php','/module/product','file','M'),(32363,2,11895,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(32364,2,11895,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(32365,2,11895,'/module/build/view/view.html.php','/module/build/view','file','M'),(32366,2,11895,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(32367,2,11895,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(32368,2,11895,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(32369,2,11895,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(32370,2,11895,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(32371,2,11895,'/module/release/view/view.html.php','/module/release/view','file','M'),(32372,2,11897,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32373,2,11898,'/module/product/control.php','/module/product','file','M'),(32374,2,11898,'/module/project/control.php','/module/project','file','M'),(32375,2,11898,'/module/qa/control.php','/module/qa','file','M'),(32376,2,11898,'/module/testcase/control.php','/module/testcase','file','M'),(32377,2,11899,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32378,2,11899,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32379,2,11899,'/module/project/view/story.html.php','/module/project/view','file','M'),(32380,2,11899,'/module/project/view/task.html.php','/module/project/view','file','M'),(32381,2,11899,'/module/project/view/team.html.php','/module/project/view','file','M'),(32382,2,11899,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32383,2,11900,'/module/common/model.php','/module/common','file','M'),(32384,2,11900,'/module/testcase/model.php','/module/testcase','file','M'),(32385,2,11901,'/db/update8.2.1.sql','/db','file','A'),(32386,2,11901,'/module/story/control.php','/module/story','file','M'),(32387,2,11901,'/module/story/lang/en.php','/module/story/lang','file','M'),(32388,2,11901,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(32389,2,11901,'/module/story/view/create.html.php','/module/story/view','file','M'),(32390,2,11901,'/module/story/view/view.html.php','/module/story/view','file','M'),(32391,2,11902,'/module/task/model.php','/module/task','file','M'),(32392,2,11917,'/module/tree/js/browse.js','/module/tree/js','file','M'),(32393,2,11918,'/module/user/control.php','/module/user','file','M'),(32394,2,11919,'/VERSION','/','file','M'),(32395,2,11919,'/config/config.php','/config','file','M'),(32396,2,11919,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(32397,2,11919,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(32398,2,11919,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(32399,2,11919,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(32400,2,11919,'/module/upgrade/model.php','/module/upgrade','file','M'),(32401,2,11919,'/tools/check.php','/tools','file','M'),(32402,2,11921,'/module/project/control.php','/module/project','file','M'),(32403,2,11921,'/module/project/model.php','/module/project','file','M'),(32404,2,11923,'/lib/dao/dao.class.php','/lib/dao','file','M'),(32405,2,11923,'/module/common/lang/en.php','/module/common/lang','file','M'),(32406,2,11923,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(32407,2,11923,'/module/tutorial/control.php','/module/tutorial','file','M'),(32408,2,11924,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(32409,2,11925,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32410,2,11926,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(32411,2,11928,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(32412,2,11928,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(32413,2,11928,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(32414,2,11928,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(32415,2,11928,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','M'),(32416,2,11929,'/module/common/model.php','/module/common','file','M'),(32417,2,11929,'/module/sso/control.php','/module/sso','file','M'),(32418,2,11929,'/module/user/control.php','/module/user','file','M'),(32419,2,11930,'/module/build/js/view.js','/module/build/js','file','M'),(32420,2,11930,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(32421,2,11930,'/module/release/js/view.js','/module/release/js','file','M'),(32422,2,11931,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32423,2,11931,'/module/product/model.php','/module/product','file','M'),(32424,2,11931,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(32425,2,11931,'/module/project/control.php','/module/project','file','M'),(32426,2,11931,'/module/project/model.php','/module/project','file','M'),(32427,2,11931,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(32428,2,11932,'/module/block/control.php','/module/block','file','M'),(32429,2,11932,'/module/block/js/dashboard.js','/module/block/js','file','M'),(32430,2,11932,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32431,2,11933,'/module/bug/model.php','/module/bug','file','M'),(32432,2,11933,'/module/project/model.php','/module/project','file','M'),(32433,2,11933,'/module/story/model.php','/module/story','file','M'),(32434,2,11933,'/module/testcase/model.php','/module/testcase','file','M'),(32435,2,11933,'/module/testtask/model.php','/module/testtask','file','M'),(32436,2,11934,'/module/product/control.php','/module/product','file','M'),(32437,2,11934,'/module/project/control.php','/module/project','file','M'),(32438,2,11934,'/module/qa/control.php','/module/qa','file','M'),(32439,2,11935,'/module/cron/model.php','/module/cron','file','M'),(32440,2,11937,'/module/branch/css/manage.css','/module/branch/css','file','M'),(32441,2,11937,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(32442,2,11938,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(32443,2,11939,'/module/bug/control.php','/module/bug','file','M'),(32444,2,11939,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(32445,2,11939,'/module/project/model.php','/module/project','file','M'),(32446,2,11939,'/module/story/model.php','/module/story','file','M'),(32447,2,11939,'/module/task/model.php','/module/task','file','M'),(32448,2,11941,'/module/sso/control.php','/module/sso','file','M'),(32449,2,11942,'/module/bug/control.php','/module/bug','file','M'),(32450,2,11942,'/module/product/control.php','/module/product','file','M'),(32451,2,11942,'/module/qa/control.php','/module/qa','file','M'),(32452,2,11942,'/module/testcase/control.php','/module/testcase','file','M'),(32453,2,11942,'/module/testtask/control.php','/module/testtask','file','M'),(32454,2,11943,'/module/tree/model.php','/module/tree','file','M'),(32455,2,11944,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32456,2,11944,'/module/common/model.php','/module/common','file','M'),(32457,2,11945,'/module/testcase/control.php','/module/testcase','file','M'),(32458,2,11945,'/module/testcase/model.php','/module/testcase','file','M'),(32459,2,11946,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32460,2,11946,'/module/story/view/create.html.php','/module/story/view','file','M'),(32461,2,11946,'/module/task/view/create.html.php','/module/task/view','file','M'),(32462,2,11946,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(32463,2,11948,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32464,2,11948,'/module/product/view/all.html.php','/module/product/view','file','M'),(32465,2,11948,'/module/project/view/all.html.php','/module/project/view','file','M'),(32466,2,11948,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32467,2,11948,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32468,2,11950,'/module/common/model.php','/module/common','file','M'),(32469,2,11950,'/module/sso/control.php','/module/sso','file','M'),(32470,2,11951,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32471,2,11952,'/module/common/model.php','/module/common','file','M'),(32472,2,11952,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32473,2,11953,'/module/common/model.php','/module/common','file','M'),(32474,2,11953,'/module/custom/model.php','/module/custom','file','M'),(32475,2,11954,'/module/mail/view/sendclouduser.html.php','/module/mail/view','file','M'),(32476,2,11955,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(32477,2,11955,'/module/project/lang/en.php','/module/project/lang','file','M'),(32478,2,11955,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32479,2,11955,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(32480,2,11956,'/module/common/model.php','/module/common','file','M'),(32481,2,11957,'/module/project/control.php','/module/project','file','M'),(32482,2,11958,'/module/product/control.php','/module/product','file','M'),(32483,2,11958,'/module/qa/control.php','/module/qa','file','M'),(32484,2,11959,'/module/product/control.php','/module/product','file','M'),(32485,2,11959,'/module/project/control.php','/module/project','file','M'),(32486,2,11959,'/module/qa/control.php','/module/qa','file','M'),(32487,2,11960,'/tools/minifyfront.php','/tools','file','M'),(32488,2,11961,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32489,2,11961,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(32490,2,11961,'/module/testcase/model.php','/module/testcase','file','M'),(32491,2,11961,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(32492,2,11961,'/module/testtask/model.php','/module/testtask','file','M'),(32493,2,11961,'/www/js/my.full.js','/www/js','file','M'),(32494,2,11962,'/module/testtask/model.php','/module/testtask','file','M'),(32495,2,11963,'/module/doc/js/common.js','/module/doc/js','file','M'),(32496,2,11963,'/module/my/js/common.js','/module/my/js','file','M'),(32497,2,11964,'/module/action/lang/en.php','/module/action/lang','file','M'),(32498,2,11964,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(32499,2,11965,'/module/convert/model.php','/module/convert','file','M'),(32500,2,11966,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(32501,2,11967,'/module/block/css/dashboard.css','/module/block/css','file','M'),(32502,2,11983,'/module/block/control.php','/module/block','file','M'),(32503,2,11983,'/module/block/js/admin.js','/module/block/js','file','M'),(32504,2,11983,'/module/block/view/set.html.php','/module/block/view','file','M'),(32505,2,11983,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(32506,2,11984,'/module/tree/model.php','/module/tree','file','M'),(32507,2,11985,'/module/bug/control.php','/module/bug','file','M'),(32508,2,11985,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(32509,2,11985,'/module/product/control.php','/module/product','file','M'),(32510,2,11985,'/module/product/model.php','/module/product','file','M'),(32511,2,11985,'/module/qa/control.php','/module/qa','file','M'),(32512,2,11985,'/module/testcase/control.php','/module/testcase','file','M'),(32513,2,11985,'/module/testtask/control.php','/module/testtask','file','M'),(32514,2,11987,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(32515,2,11987,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(32516,2,11987,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32517,2,11987,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32518,2,11988,'/module/bug/model.php','/module/bug','file','M'),(32519,2,11988,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(32520,2,11988,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32521,2,11988,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(32522,2,11988,'/module/task/model.php','/module/task','file','M'),(32523,2,11988,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(32524,2,11988,'/module/testcase/model.php','/module/testcase','file','M'),(32525,2,11988,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(32526,2,11989,'/module/custom/model.php','/module/custom','file','M'),(32527,2,11989,'/module/file/view/export.html.php','/module/file/view','file','M'),(32528,2,11989,'/module/my/model.php','/module/my','file','M'),(32529,2,11989,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32530,2,11991,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32531,2,11992,'/module/common/view/pastetext.html.php','/module/common/view','file','M'),(32532,2,11992,'/module/story/model.php','/module/story','file','M'),(32533,2,11992,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(32534,2,11992,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32535,2,11993,'/www/theme/default/style.css','/www/theme/default','file','M'),(32536,2,11994,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32537,2,11994,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32538,2,11995,'/module/bug/model.php','/module/bug','file','M'),(32539,2,11995,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32540,2,11995,'/module/story/model.php','/module/story','file','M'),(32541,2,11995,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32542,2,11995,'/module/task/model.php','/module/task','file','M'),(32543,2,11995,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(32544,2,11995,'/module/testcase/model.php','/module/testcase','file','M'),(32545,2,11995,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(32546,2,11996,'/module/bug/control.php','/module/bug','file','M'),(32547,2,11996,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(32548,2,11996,'/module/product/control.php','/module/product','file','M'),(32549,2,11996,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(32550,2,11996,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(32551,2,11996,'/module/task/model.php','/module/task','file','M'),(32552,2,11996,'/module/testcase/control.php','/module/testcase','file','M'),(32553,2,11996,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(32554,2,11997,'/module/bug/control.php','/module/bug','file','M'),(32555,2,11997,'/module/task/control.php','/module/task','file','M'),(32556,2,11997,'/module/task/model.php','/module/task','file','M'),(32557,2,11999,'/module/block/control.php','/module/block','file','M'),(32558,2,11999,'/module/block/view/main.html.php','/module/block/view','file','M'),(32559,2,11999,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(32560,2,12001,'/www/theme/default/style.css','/www/theme/default','file','M'),(32561,2,12002,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(32562,2,12004,'/www/js/my.full.js','/www/js','file','M'),(32563,2,12005,'/www/js/my.full.js','/www/js','file','M'),(32564,2,12006,'/module/block/css/dashboard.css','/module/block/css','file','M'),(32565,2,12007,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(32566,2,12007,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(32567,2,12008,'/module/story/model.php','/module/story','file','M'),(32568,2,12010,'/module/block/js/dashboard.js','/module/block/js','file','M'),(32569,2,12010,'/module/tree/model.php','/module/tree','file','M'),(32570,2,12012,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(32571,2,12012,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(32572,2,12012,'/www/theme/default/style.css','/www/theme/default','file','M'),(32573,2,12013,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(32574,2,12013,'/module/datatable/control.php','/module/datatable','file','M'),(32575,2,12014,'/module/custom/control.php','/module/custom','file','M'),(32576,2,12015,'/VERSION','/','file','M'),(32577,2,12015,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(32578,2,12016,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(32579,2,12016,'/module/block/lang/en.php','/module/block/lang','file','M'),(32580,2,12016,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(32581,2,12016,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(32582,2,12016,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(32583,2,12016,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(32584,2,12016,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','M'),(32585,2,12016,'/module/file/lang/en.php','/module/file/lang','file','M'),(32586,2,12016,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(32587,2,12016,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(32588,2,12016,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(32589,2,12016,'/module/project/lang/en.php','/module/project/lang','file','M'),(32590,2,12016,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(32591,2,12016,'/module/search/lang/en.php','/module/search/lang','file','M'),(32592,2,12016,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(32593,2,12016,'/module/task/lang/en.php','/module/task/lang','file','M'),(32594,2,12016,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(32595,2,12016,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(32596,2,12016,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(32597,2,12016,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(32598,2,12016,'/tools/check.php','/tools','file','M'),(32599,2,12018,'/config/config.php','/config','file','M'),(32600,2,12018,'/db/zentao.sql','/db','file','M'),(32601,2,12018,'/module/file/view/export.html.php','/module/file/view','file','M'),(32602,2,12018,'/module/group/lang/en.php','/module/group/lang','file','M'),(32603,2,12018,'/module/group/lang/resource.php','/module/group/lang','file','M'),(32604,2,12018,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(32605,2,12018,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(32606,2,12018,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(32607,2,12018,'/module/misc/view/changelog.html.php','/module/misc/view','file','M'),(32608,2,12018,'/module/my/view/todo.html.php','/module/my/view','file','M'),(32609,2,12018,'/module/project/css/tree.css','/module/project/css','file','M'),(32610,2,12018,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32611,2,12018,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(32612,2,12018,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(32613,2,12018,'/module/tutorial/control.php','/module/tutorial','file','M'),(32614,2,12018,'/module/tutorial/model.php','/module/tutorial','file','M'),(32615,2,12018,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(32616,2,12018,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(32617,2,12018,'/module/upgrade/model.php','/module/upgrade','file','M'),(32618,2,12020,'/module/bug/model.php','/module/bug','file','M'),(32619,2,12022,'/module/project/css/managemembers.css','/module/project/css','file','M'),(32620,2,12024,'/module/project/css/managemembers.css','/module/project/css','file','M'),(32621,2,12025,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(32622,2,12025,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32623,2,12026,'/module/bug/model.php','/module/bug','file','M'),(32624,2,12027,'/module/testtask/css/runcase.css','/module/testtask/css','file','M'),(32625,2,12027,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(32626,2,12027,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(32627,2,12027,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(32628,2,12029,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(32629,2,12029,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(32630,2,12029,'/module/project/view/team.html.php','/module/project/view','file','M'),(32631,2,12029,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(32632,2,12029,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32633,2,12029,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32634,2,12031,'/module/block/css/dashboard.css','/module/block/css','file','M'),(32635,2,12031,'/module/block/lang/en.php','/module/block/lang','file','M'),(32636,2,12031,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(32637,2,12031,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32638,2,12031,'/module/bug/control.php','/module/bug','file','M'),(32639,2,12031,'/module/common/lang/en.php','/module/common/lang','file','M'),(32640,2,12031,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(32641,2,12031,'/module/common/model.php','/module/common','file','M'),(32642,2,12031,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(32643,2,12031,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','M'),(32644,2,12031,'/module/datatable/control.php','/module/datatable','file','M'),(32645,2,12031,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(32646,2,12031,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32647,2,12031,'/module/group/lang/resource.php','/module/group/lang','file','M'),(32648,2,12031,'/module/product/control.php','/module/product','file','M'),(32649,2,12031,'/module/project/control.php','/module/project','file','M'),(32650,2,12031,'/module/project/js/grouptask.js','/module/project/js','file','M'),(32651,2,12031,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32652,2,12031,'/module/project/model.php','/module/project','file','M'),(32653,2,12031,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(32654,2,12031,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(32655,2,12031,'/module/testcase/control.php','/module/testcase','file','M'),(32656,2,12031,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(32657,2,12031,'/module/tree/model.php','/module/tree','file','M'),(32658,2,12031,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32659,2,12031,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32660,2,12031,'/module/tutorial/model.php','/module/tutorial','file','M'),(32661,2,12031,'/module/user/model.php','/module/user','file','M'),(32662,2,12032,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(32663,2,12032,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32664,2,12033,'/www/theme/default/style.css','/www/theme/default','file','M'),(32665,2,12034,'/module/project/view/tree.html.php','/module/project/view','file','M'),(32666,2,12035,'/module/project/lang/en.php','/module/project/lang','file','M'),(32667,2,12035,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32668,2,12035,'/module/project/view/tree.html.php','/module/project/view','file','M'),(32669,2,12035,'/www/js/zui/min.js','/www/js/zui','file','M'),(32670,2,12037,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32671,2,12037,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32672,2,12037,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32673,2,12037,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(32674,2,12037,'/www/theme/default/style.css','/www/theme/default','file','M'),(32675,2,12038,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(32676,2,12039,'/module/block/js/dashboard.js','/module/block/js','file','M'),(32677,2,12047,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32678,2,12047,'/module/product/css/browse.css','/module/product/css','file','M'),(32679,2,12047,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32680,2,12047,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32681,2,12047,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(32682,2,12047,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(32683,2,12049,'/www/js/zui/min.js','/www/js/zui','file','M'),(32684,2,12049,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(32685,2,12050,'/db/update8.1.3.sql','/db','file','M'),(32686,2,12050,'/framework/router.class.php','/framework','file','M'),(32687,2,12050,'/module/block/control.php','/module/block','file','M'),(32688,2,12050,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(32689,2,12050,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(32690,2,12050,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(32691,2,12050,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32692,2,12050,'/module/common/model.php','/module/common','file','M'),(32693,2,12050,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(32694,2,12050,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(32695,2,12050,'/module/custom/control.php','/module/custom','file','M'),(32696,2,12050,'/module/custom/css/ajaxmenu.css','/module/custom/css','file','A'),(32697,2,12050,'/module/custom/css/menu.css','/module/custom/css','file','D'),(32698,2,12050,'/module/custom/js/ajaxmenu.js','/module/custom/js','file','A'),(32699,2,12050,'/module/custom/js/menu.js','/module/custom/js','file','D'),(32700,2,12050,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(32701,2,12050,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(32702,2,12050,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(32703,2,12050,'/module/custom/model.php','/module/custom','file','M'),(32704,2,12050,'/module/custom/view/ajaxmenu.html.php','/module/custom/view','file','A'),(32705,2,12050,'/module/custom/view/ajaxsethomepage.html.php','/module/custom/view','file','M'),(32706,2,12050,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(32707,2,12050,'/module/custom/view/menu.html.php','/module/custom/view','file','D'),(32708,2,12050,'/module/datatable/control.php','/module/datatable','file','M'),(32709,2,12050,'/module/datatable/model.php','/module/datatable','file','M'),(32710,2,12050,'/module/datatable/view/ajaxcustom.html.php','/module/datatable/view','file','A'),(32711,2,12050,'/module/datatable/view/custom.html.php','/module/datatable/view','file','D'),(32712,2,12050,'/module/dept/control.php','/module/dept','file','M'),(32713,2,12050,'/module/dept/model.php','/module/dept','file','M'),(32714,2,12050,'/module/product/lang/en.php','/module/product/lang','file','M'),(32715,2,12050,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(32716,2,12050,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(32717,2,12050,'/module/product/model.php','/module/product','file','M'),(32718,2,12050,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32719,2,12050,'/module/project/js/manageproducts.js','/module/project/js','file','M'),(32720,2,12050,'/module/project/lang/en.php','/module/project/lang','file','M'),(32721,2,12050,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32722,2,12050,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(32723,2,12050,'/module/project/model.php','/module/project','file','M'),(32724,2,12050,'/module/project/view/task.html.php','/module/project/view','file','M'),(32725,2,12050,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32726,2,12050,'/module/search/control.php','/module/search','file','M'),(32727,2,12050,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(32728,2,12050,'/module/search/model.php','/module/search','file','M'),(32729,2,12050,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(32730,2,12050,'/module/search/view/savequery.html.php','/module/search/view','file','A'),(32731,2,12050,'/module/story/model.php','/module/story','file','M'),(32732,2,12050,'/module/task/js/create.js','/module/task/js','file','M'),(32733,2,12050,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(32734,2,12050,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(32735,2,12050,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(32736,2,12050,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(32737,2,12050,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(32738,2,12050,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(32739,2,12050,'/module/tree/control.php','/module/tree','file','M'),(32740,2,12050,'/module/tree/model.php','/module/tree','file','M'),(32741,2,12050,'/module/tutorial/control.php','/module/tutorial','file','M'),(32742,2,12050,'/module/upgrade/model.php','/module/upgrade','file','M'),(32743,2,12052,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(32744,2,12052,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32745,2,12052,'/module/file/control.php','/module/file','file','M'),(32746,2,12052,'/module/file/lang/en.php','/module/file/lang','file','M'),(32747,2,12052,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(32748,2,12052,'/module/file/view/export.html.php','/module/file/view','file','M'),(32749,2,12052,'/module/my/css/todo.css','/module/my/css','file','M'),(32750,2,12052,'/module/my/view/blockbugs.html.php','/module/my/view','file','D'),(32751,2,12052,'/module/my/view/blockdynamic.html.php','/module/my/view','file','D'),(32752,2,12052,'/module/my/view/blockproducts.html.php','/module/my/view','file','D'),(32753,2,12052,'/module/my/view/blockprojects.html.php','/module/my/view','file','D'),(32754,2,12052,'/module/my/view/blockstories.html.php','/module/my/view','file','D'),(32755,2,12052,'/module/my/view/blocktasks.html.php','/module/my/view','file','D'),(32756,2,12052,'/module/my/view/blocktodoes.html.php','/module/my/view','file','D'),(32757,2,12052,'/module/my/view/todo.html.php','/module/my/view','file','M'),(32758,2,12052,'/module/testtask/css/cases.css','/module/testtask/css','file','A'),(32759,2,12052,'/module/tree/model.php','/module/tree','file','M'),(32760,2,12052,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32761,2,12053,'/module/my/control.php','/module/my','file','M'),(32762,2,12053,'/www/js/my.full.js','/www/js','file','M'),(32763,2,12055,'/module/project/css/managemembers.css','/module/project/css','file','M'),(32764,2,12055,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(32765,2,12056,'/module/bug/control.php','/module/bug','file','M'),(32766,2,12056,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(32767,2,12056,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32768,2,12056,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32769,2,12056,'/module/common/model.php','/module/common','file','M'),(32770,2,12056,'/module/common/view/footer.html.php','/module/common/view','file','M'),(32771,2,12056,'/module/custom/control.php','/module/custom','file','M'),(32772,2,12056,'/module/custom/model.php','/module/custom','file','M'),(32773,2,12056,'/module/file/control.php','/module/file','file','M'),(32774,2,12056,'/module/file/model.php','/module/file','file','M'),(32775,2,12056,'/module/file/view/export.html.php','/module/file/view','file','M'),(32776,2,12056,'/module/misc/control.php','/module/misc','file','M'),(32777,2,12056,'/module/misc/css/changelog.css','/module/misc/css','file','A'),(32778,2,12056,'/module/misc/css/feature.css','/module/misc/css','file','D'),(32779,2,12056,'/module/misc/view/changelog.html.php','/module/misc/view','file','A'),(32780,2,12056,'/module/misc/view/feature.html.php','/module/misc/view','file','D'),(32781,2,12056,'/module/product/control.php','/module/product','file','M'),(32782,2,12056,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(32783,2,12056,'/module/project/control.php','/module/project','file','M'),(32784,2,12056,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(32785,2,12056,'/module/search/control.php','/module/search','file','M'),(32786,2,12056,'/module/search/lang/en.php','/module/search/lang','file','M'),(32787,2,12056,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(32788,2,12056,'/module/search/model.php','/module/search','file','M'),(32789,2,12056,'/module/search/view/ajaxsaveshortcut.html.php','/module/search/view','file','D'),(32790,2,12056,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(32791,2,12056,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(32792,2,12056,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32793,2,12056,'/module/story/view/create.html.php','/module/story/view','file','M'),(32794,2,12056,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(32795,2,12056,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(32796,2,12056,'/module/task/view/create.html.php','/module/task/view','file','M'),(32797,2,12056,'/module/testcase/control.php','/module/testcase','file','M'),(32798,2,12056,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(32799,2,12056,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(32800,2,12056,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(32801,2,12056,'/module/testtask/control.php','/module/testtask','file','M'),(32802,2,12056,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(32803,2,12056,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(32804,2,12056,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(32805,2,12056,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(32806,2,12056,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(32807,2,12056,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32808,2,12056,'/module/tutorial/control.php','/module/tutorial','file','M'),(32809,2,12056,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(32810,2,12056,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32811,2,12056,'/module/tutorial/model.php','/module/tutorial','file','M'),(32812,2,12056,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(32813,2,12056,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(32814,2,12057,'/module/dept/model.php','/module/dept','file','M'),(32815,2,12057,'/module/project/control.php','/module/project','file','M'),(32816,2,12057,'/module/project/js/managemembers.js','/module/project/js','file','M'),(32817,2,12057,'/module/project/lang/en.php','/module/project/lang','file','M'),(32818,2,12057,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32819,2,12057,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(32820,2,12058,'/module/todo/config.php','/module/todo','file','M'),(32821,2,12058,'/module/todo/control.php','/module/todo','file','M'),(32822,2,12058,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(32823,2,12059,'/module/bug/control.php','/module/bug','file','M'),(32824,2,12059,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(32825,2,12059,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(32826,2,12059,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32827,2,12059,'/module/story/control.php','/module/story','file','M'),(32828,2,12059,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(32829,2,12059,'/module/story/js/batchedit.js','/module/story/js','file','M'),(32830,2,12059,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32831,2,12059,'/module/task/control.php','/module/task','file','M'),(32832,2,12059,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(32833,2,12059,'/module/task/js/batchedit.js','/module/task/js','file','M'),(32834,2,12059,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(32835,2,12059,'/module/testcase/control.php','/module/testcase','file','M'),(32836,2,12059,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(32837,2,12059,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(32838,2,12059,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(32839,2,12059,'/module/user/js/batchcreate.js','/module/user/js','file','M'),(32840,2,12059,'/module/user/js/batchedit.js','/module/user/js','file','M'),(32841,2,12059,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(32842,2,12059,'/www/js/my.full.js','/www/js','file','M'),(32843,2,12060,'/module/bug/js/common.js','/module/bug/js','file','M'),(32844,2,12061,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(32845,2,12061,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(32846,2,12061,'/module/task/lang/en.php','/module/task/lang','file','M'),(32847,2,12061,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(32848,2,12061,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(32849,2,12061,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(32850,2,12062,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32851,2,12063,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(32852,2,12063,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32853,2,12063,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(32854,2,12063,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(32855,2,12063,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(32856,2,12063,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32857,2,12063,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(32858,2,12063,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(32859,2,12063,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(32860,2,12063,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(32861,2,12063,'/module/todo/config.php','/module/todo','file','M'),(32862,2,12063,'/module/todo/control.php','/module/todo','file','M'),(32863,2,12063,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(32864,2,12063,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(32865,2,12063,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(32866,2,12064,'/module/common/lang/en.php','/module/common/lang','file','M'),(32867,2,12064,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(32868,2,12066,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(32869,2,12066,'/module/testcase/control.php','/module/testcase','file','M'),(32870,2,12068,'/module/bug/model.php','/module/bug','file','M'),(32871,2,12068,'/module/search/model.php','/module/search','file','M'),(32872,2,12068,'/module/story/model.php','/module/story','file','M'),(32873,2,12068,'/module/task/model.php','/module/task','file','M'),(32874,2,12068,'/module/testcase/model.php','/module/testcase','file','M'),(32875,2,12070,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(32876,2,12072,'/module/bug/config.php','/module/bug','file','M'),(32877,2,12072,'/module/bug/control.php','/module/bug','file','M'),(32878,2,12072,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(32879,2,12072,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(32880,2,12072,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32881,2,12072,'/module/product/config.php','/module/product','file','M'),(32882,2,12072,'/module/product/control.php','/module/product','file','M'),(32883,2,12072,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(32884,2,12072,'/module/project/config.php','/module/project','file','M'),(32885,2,12072,'/module/project/control.php','/module/project','file','M'),(32886,2,12072,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(32887,2,12072,'/module/story/config.php','/module/story','file','M'),(32888,2,12072,'/module/story/control.php','/module/story','file','M'),(32889,2,12072,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(32890,2,12072,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(32891,2,12072,'/module/story/view/create.html.php','/module/story/view','file','M'),(32892,2,12072,'/module/task/config.php','/module/task','file','M'),(32893,2,12072,'/module/task/control.php','/module/task','file','M'),(32894,2,12072,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(32895,2,12072,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(32896,2,12072,'/module/task/view/create.html.php','/module/task/view','file','M'),(32897,2,12072,'/module/testcase/config.php','/module/testcase','file','M'),(32898,2,12072,'/module/testcase/control.php','/module/testcase','file','M'),(32899,2,12072,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(32900,2,12072,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(32901,2,12072,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(32902,2,12072,'/module/user/config.php','/module/user','file','M'),(32903,2,12072,'/module/user/control.php','/module/user','file','M'),(32904,2,12072,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(32905,2,12072,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(32906,2,12073,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32907,2,12073,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32908,2,12073,'/module/project/view/task.html.php','/module/project/view','file','M'),(32909,2,12073,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(32910,2,12073,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(32911,2,12074,'/module/bug/model.php','/module/bug','file','M'),(32912,2,12074,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(32913,2,12076,'/module/project/css/grouptask.css','/module/project/css','file','M'),(32914,2,12076,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(32915,2,12076,'/module/project/view/task.html.php','/module/project/view','file','M'),(32916,2,12076,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(32917,2,12076,'/module/task/lang/en.php','/module/task/lang','file','M'),(32918,2,12076,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(32919,2,12077,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(32920,2,12077,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','M'),(32921,2,12077,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(32922,2,12078,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(32923,2,12078,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32924,2,12080,'/module/dept/css/browse.css','/module/dept/css','file','M'),(32925,2,12080,'/module/tree/css/common.css','/module/tree/css','file','M'),(32926,2,12080,'/module/tree/model.php','/module/tree','file','M'),(32927,2,12080,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(32928,2,12080,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(32929,2,12080,'/www/js/zui/min.js','/www/js/zui','file','M'),(32930,2,12081,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(32931,2,12081,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(32932,2,12081,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(32933,2,12083,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(32934,2,12083,'/module/tree/control.php','/module/tree','file','M'),(32935,2,12084,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32936,2,12084,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32937,2,12084,'/module/project/view/story.html.php','/module/project/view','file','M'),(32938,2,12085,'/module/bug/control.php','/module/bug','file','M'),(32939,2,12085,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32940,2,12085,'/module/my/control.php','/module/my','file','M'),(32941,2,12085,'/module/my/view/buildcontactlists.html.php','/module/my/view','file','A'),(32942,2,12085,'/module/my/view/managecontacts.html.php','/module/my/view','file','M'),(32943,2,12085,'/module/story/control.php','/module/story','file','M'),(32944,2,12085,'/module/story/view/create.html.php','/module/story/view','file','M'),(32945,2,12085,'/module/task/control.php','/module/task','file','M'),(32946,2,12085,'/module/task/view/create.html.php','/module/task/view','file','M'),(32947,2,12085,'/module/testtask/control.php','/module/testtask','file','M'),(32948,2,12085,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(32949,2,12086,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(32950,2,12086,'/module/product/control.php','/module/product','file','M'),(32951,2,12086,'/module/product/view/browse.html.php','/module/product/view','file','M'),(32952,2,12086,'/module/product/view/index.html.php','/module/product/view','file','M'),(32953,2,12086,'/module/project/control.php','/module/project','file','M'),(32954,2,12086,'/module/project/view/index.html.php','/module/project/view','file','M'),(32955,2,12086,'/module/project/view/task.html.php','/module/project/view','file','M'),(32956,2,12086,'/module/qa/control.php','/module/qa','file','M'),(32957,2,12086,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(32958,2,12088,'/module/block/css/admin.css','/module/block/css','file','M'),(32959,2,12088,'/module/block/js/admin.js','/module/block/js','file','M'),(32960,2,12088,'/module/block/js/dashboard.js','/module/block/js','file','M'),(32961,2,12088,'/module/block/lang/en.php','/module/block/lang','file','M'),(32962,2,12088,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(32963,2,12088,'/module/block/model.php','/module/block','file','M'),(32964,2,12088,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(32965,2,12090,'/module/tutorial/control.php','/module/tutorial','file','M'),(32966,2,12090,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(32967,2,12090,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(32968,2,12090,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32969,2,12091,'/module/file/control.php','/module/file','file','M'),(32970,2,12091,'/module/file/model.php','/module/file','file','M'),(32971,2,12091,'/module/testtask/model.php','/module/testtask','file','M'),(32972,2,12091,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(32973,2,12093,'/module/custom/control.php','/module/custom','file','M'),(32974,2,12093,'/module/custom/js/menu.js','/module/custom/js','file','M'),(32975,2,12094,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(32976,2,12095,'/module/common/lang/en.php','/module/common/lang','file','M'),(32977,2,12095,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(32978,2,12096,'/module/dept/model.php','/module/dept','file','M'),(32979,2,12096,'/module/group/control.php','/module/group','file','M'),(32980,2,12097,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(32981,2,12098,'/module/task/model.php','/module/task','file','M'),(32982,2,12099,'/module/block/control.php','/module/block','file','M'),(32983,2,12099,'/module/block/lang/en.php','/module/block/lang','file','M'),(32984,2,12099,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(32985,2,12100,'/module/common/model.php','/module/common','file','M'),(32986,2,12100,'/module/misc/css/feature.css','/module/misc/css','file','M'),(32987,2,12100,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(32988,2,12100,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(32989,2,12100,'/module/misc/view/feature.html.php','/module/misc/view','file','M'),(32990,2,12100,'/www/theme/default/images/feature/latest/1.gif','/www/theme/default/images/feature/latest','file','D'),(32991,2,12100,'/www/theme/default/images/feature/latest/2.gif','/www/theme/default/images/feature/latest','file','D'),(32992,2,12101,'/module/project/view/story.html.php','/module/project/view','file','M'),(32993,2,12101,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(32994,2,12102,'/module/custom/js/menu.js','/module/custom/js','file','M'),(32995,2,12103,'/module/project/css/grouptask.css','/module/project/css','file','M'),(32996,2,12103,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(32997,2,12103,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(32998,2,12104,'/module/project/view/tree.html.php','/module/project/view','file','M'),(32999,2,12105,'/www/theme/default/style.css','/www/theme/default','file','M'),(33000,2,12106,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33001,2,12107,'/module/project/view/task.html.php','/module/project/view','file','M'),(33002,2,12107,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33003,2,12108,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33004,2,12109,'/module/dept/css/browse.css','/module/dept/css','file','M'),(33005,2,12109,'/module/tree/css/common.css','/module/tree/css','file','M'),(33006,2,12109,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(33007,2,12110,'/www/js/zui/min.js','/www/js/zui','file','M'),(33008,2,12112,'/module/project/css/tree.css','/module/project/css','file','M'),(33009,2,12112,'/module/project/model.php','/module/project','file','M'),(33010,2,12112,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33011,2,12112,'/www/theme/default/style.css','/www/theme/default','file','M'),(33012,2,12113,'/www/js/my.full.js','/www/js','file','M'),(33013,2,12114,'/module/my/css/todo.css','/module/my/css','file','M'),(33014,2,12115,'/www/theme/default/style.css','/www/theme/default','file','M'),(33015,2,12119,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33016,2,12119,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33017,2,12119,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33018,2,12119,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33019,2,12120,'/www/theme/default/style.css','/www/theme/default','file','M'),(33020,2,12121,'/module/block/control.php','/module/block','file','M'),(33021,2,12121,'/module/block/lang/en.php','/module/block/lang','file','M'),(33022,2,12121,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33023,2,12122,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(33024,2,12122,'/module/testtask/js/runcase.js','/module/testtask/js','file','M'),(33025,2,12122,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(33026,2,12122,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(33027,2,12123,'/module/block/control.php','/module/block','file','M'),(33028,2,12125,'/module/block/control.php','/module/block','file','M'),(33029,2,12125,'/module/block/lang/en.php','/module/block/lang','file','M'),(33030,2,12125,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33031,2,12125,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(33032,2,12127,'/www/theme/default/style.css','/www/theme/default','file','M'),(33033,2,12128,'/module/custom/css/menu.css','/module/custom/css','file','M'),(33034,2,12128,'/module/custom/js/menu.js','/module/custom/js','file','M'),(33035,2,12128,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33036,2,12128,'/module/custom/view/menu.html.php','/module/custom/view','file','M'),(33037,2,12129,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(33038,2,12129,'/module/tutorial/css/start.css','/module/tutorial/css','file','M'),(33039,2,12129,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33040,2,12129,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33041,2,12131,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(33042,2,12131,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(33043,2,12131,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(33044,2,12131,'/module/my/control.php','/module/my','file','M'),(33045,2,12131,'/module/user/view/login.html.php','/module/user/view','file','M'),(33046,2,12132,'/module/dept/control.php','/module/dept','file','M'),(33047,2,12132,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(33048,2,12132,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(33049,2,12132,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33050,2,12133,'/www/js/zui/min.js','/www/js/zui','file','M'),(33051,2,12134,'/www/js/zui/min.js','/www/js/zui','file','M'),(33052,2,12134,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33053,2,12135,'/www/js/chartjs/chart.line.min.js','/www/js/chartjs','file','M'),(33054,2,12135,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(33055,2,12136,'/module/common/view/chart.html.php','/module/common/view','file','M'),(33056,2,12137,'/www/js/my.full.js','/www/js','file','M'),(33057,2,12138,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(33058,2,12139,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33059,2,12140,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(33060,2,12140,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(33061,2,12140,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(33062,2,12140,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(33063,2,12140,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(33064,2,12140,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(33065,2,12140,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(33066,2,12140,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(33067,2,12140,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(33068,2,12140,'/www/theme/default/style.css','/www/theme/default','file','M'),(33069,2,12141,'/module/group/css/managepriv.css','/module/group/css','file','M'),(33070,2,12142,'/module/my/css/managecontacts.css','/module/my/css','file','M'),(33071,2,12143,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33072,2,12143,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33073,2,12144,'/module/tree/control.php','/module/tree','file','M'),(33074,2,12144,'/module/tree/css/common.css','/module/tree/css','file','M'),(33075,2,12144,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(33076,2,12144,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33077,2,12146,'/module/upgrade/model.php','/module/upgrade','file','M'),(33078,2,12148,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(33079,2,12148,'/module/block/config.php','/module/block','file','M'),(33080,2,12148,'/module/block/lang/zh-tw.php','/module/block/lang','file','M'),(33081,2,12148,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33082,2,12148,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(33083,2,12148,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(33084,2,12148,'/module/common/model.php','/module/common','file','M'),(33085,2,12148,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(33086,2,12148,'/module/datatable/lang/zh-tw.php','/module/datatable/lang','file','A'),(33087,2,12148,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(33088,2,12148,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(33089,2,12148,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(33090,2,12148,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(33091,2,12148,'/module/group/lang/resource.php','/module/group/lang','file','M'),(33092,2,12148,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(33093,2,12148,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(33094,2,12148,'/module/product/lang/en.php','/module/product/lang','file','M'),(33095,2,12148,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(33096,2,12148,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(33097,2,12148,'/module/project/lang/en.php','/module/project/lang','file','M'),(33098,2,12148,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33099,2,12148,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(33100,2,12148,'/module/qa/lang/zh-tw.php','/module/qa/lang','file','M'),(33101,2,12148,'/module/search/lang/en.php','/module/search/lang','file','M'),(33102,2,12148,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(33103,2,12148,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(33104,2,12148,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(33105,2,12148,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(33106,2,12148,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(33107,2,12148,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(33108,2,12148,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','A'),(33109,2,12148,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(33110,2,12149,'/module/file/view/buildexporttpl.html.php','/module/file/view','file','M'),(33111,2,12151,'/module/block/lang/en.php','/module/block/lang','file','M'),(33112,2,12151,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33113,2,12152,'/module/project/view/bug.html.php','/module/project/view','file','M'),(33114,2,12153,'/module/common/model.php','/module/common','file','M'),(33115,2,12153,'/module/tutorial/control.php','/module/tutorial','file','M'),(33116,2,12154,'/module/dept/model.php','/module/dept','file','M'),(33117,2,12156,'/module/block/control.php','/module/block','file','M'),(33118,2,12156,'/module/block/js/admin.js','/module/block/js','file','M'),(33119,2,12156,'/module/block/lang/en.php','/module/block/lang','file','M'),(33120,2,12156,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33121,2,12156,'/module/block/view/flowchart.html.php','/module/block/view','file','A'),(33122,2,12157,'/module/common/model.php','/module/common','file','M'),(33123,2,12157,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(33124,2,12157,'/module/story/control.php','/module/story','file','M'),(33125,2,12157,'/module/task/control.php','/module/task','file','M'),(33126,2,12157,'/module/tutorial/control.php','/module/tutorial','file','M'),(33127,2,12158,'/module/common/lang/en.php','/module/common/lang','file','M'),(33128,2,12158,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33129,2,12158,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(33130,2,12158,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33131,2,12158,'/www/js/my.full.js','/www/js','file','M'),(33132,2,12160,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33133,2,12160,'/module/common/model.php','/module/common','file','M'),(33134,2,12160,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(33135,2,12160,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33136,2,12160,'/module/project/view/story.html.php','/module/project/view','file','M'),(33137,2,12160,'/module/tutorial/control.php','/module/tutorial','file','M'),(33138,2,12160,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33139,2,12162,'/module/custom/model.php','/module/custom','file','M'),(33140,2,12163,'/module/my/control.php','/module/my','file','M'),(33141,2,12164,'/module/common/model.php','/module/common','file','M'),(33142,2,12164,'/module/custom/model.php','/module/custom','file','M'),(33143,2,12166,'/framework/base/helper.class.php','/framework/base','file','M'),(33144,2,12167,'/module/block/lang/en.php','/module/block/lang','file','M'),(33145,2,12167,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33146,2,12168,'/module/common/model.php','/module/common','file','M'),(33147,2,12168,'/module/custom/model.php','/module/custom','file','M'),(33148,2,12170,'/module/common/model.php','/module/common','file','M'),(33149,2,12170,'/module/custom/config.php','/module/custom','file','M'),(33150,2,12170,'/module/custom/model.php','/module/custom','file','M'),(33151,2,12170,'/module/tutorial/control.php','/module/tutorial','file','M'),(33152,2,12170,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33153,2,12172,'/module/tutorial/control.php','/module/tutorial','file','M'),(33154,2,12172,'/module/user/control.php','/module/user','file','M'),(33155,2,12173,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(33156,2,12174,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(33157,2,12177,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(33158,2,12177,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(33159,2,12177,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(33160,2,12178,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(33161,2,12178,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(33162,2,12179,'/module/bug/css/batchedit.css','/module/bug/css','file','A'),(33163,2,12180,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(33164,2,12180,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(33165,2,12180,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(33166,2,12181,'/module/user/model.php','/module/user','file','M'),(33167,2,12182,'/module/my/css/todo.css','/module/my/css','file','M'),(33168,2,12182,'/module/my/view/todo.html.php','/module/my/view','file','M'),(33169,2,12184,'/www/js/my.full.js','/www/js','file','M'),(33170,2,12185,'/module/misc/css/feature.css','/module/misc/css','file','M'),(33171,2,12187,'/framework/helper.class.php','/framework','file','M'),(33172,2,12188,'/module/file/view/buildexporttpl.html.php','/module/file/view','file','M'),(33173,2,12189,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(33174,2,12189,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(33175,2,12189,'/module/block/view/releaseblock.html.php','/module/block/view','file','M'),(33176,2,12189,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(33177,2,12189,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(33178,2,12189,'/module/block/view/testtaskblock.html.php','/module/block/view','file','M'),(33179,2,12190,'/module/block/control.php','/module/block','file','M'),(33180,2,12190,'/module/release/js/view.js','/module/release/js','file','M'),(33181,2,12190,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33182,2,12191,'/module/common/lang/en.php','/module/common/lang','file','M'),(33183,2,12191,'/module/search/lang/en.php','/module/search/lang','file','M'),(33184,2,12193,'/module/block/control.php','/module/block','file','M'),(33185,2,12193,'/module/bug/control.php','/module/bug','file','M'),(33186,2,12193,'/module/custom/config.php','/module/custom','file','M'),(33187,2,12193,'/module/product/control.php','/module/product','file','M'),(33188,2,12193,'/module/product/model.php','/module/product','file','M'),(33189,2,12193,'/module/project/model.php','/module/project','file','M'),(33190,2,12193,'/module/project/view/task.html.php','/module/project/view','file','M'),(33191,2,12193,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(33192,2,12193,'/module/story/model.php','/module/story','file','M'),(33193,2,12193,'/module/tutorial/control.php','/module/tutorial','file','M'),(33194,2,12193,'/module/tutorial/model.php','/module/tutorial','file','A'),(33195,2,12194,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(33196,2,12196,'/module/common/lang/en.php','/module/common/lang','file','M'),(33197,2,12196,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33198,2,12196,'/module/common/model.php','/module/common','file','M'),(33199,2,12196,'/module/misc/control.php','/module/misc','file','M'),(33200,2,12196,'/module/misc/css/feature.css','/module/misc/css','file','A'),(33201,2,12196,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(33202,2,12196,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(33203,2,12196,'/module/misc/view/feature.html.php','/module/misc/view','file','A'),(33204,2,12196,'/www/theme/default/images/feature/latest/1.gif','/www/theme/default/images/feature/latest','file','A'),(33205,2,12196,'/www/theme/default/images/feature/latest/2.gif','/www/theme/default/images/feature/latest','file','A'),(33206,2,12197,'/www/js/zui/min.js','/www/js/zui','file','M'),(33207,2,12197,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33208,2,12198,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(33209,2,12199,'/module/block/lang/en.php','/module/block/lang','file','M'),(33210,2,12199,'/module/common/lang/en.php','/module/common/lang','file','M'),(33211,2,12199,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(33212,2,12201,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','M'),(33213,2,12201,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33214,2,12202,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33215,2,12203,'/module/common/view/sparkline.html.php','/module/common/view','file','M'),(33216,2,12204,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33217,2,12204,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33218,2,12205,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(33219,2,12205,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33220,2,12206,'/module/tutorial/control.php','/module/tutorial','file','M'),(33221,2,12206,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33222,2,12206,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33223,2,12208,'/module/tutorial/control.php','/module/tutorial','file','M'),(33224,2,12208,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(33225,2,12208,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33226,2,12208,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33227,2,12208,'/www/theme/default/style.css','/www/theme/default','file','M'),(33228,2,12209,'/module/testtask/css/runcase.css','/module/testtask/css','file','M'),(33229,2,12209,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(33230,2,12209,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(33231,2,12210,'/module/my/control.php','/module/my','file','M'),(33232,2,12210,'/module/project/css/task.css','/module/project/css','file','M'),(33233,2,12210,'/module/tutorial/control.php','/module/tutorial','file','M'),(33234,2,12210,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33235,2,12211,'/module/custom/control.php','/module/custom','file','M'),(33236,2,12211,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(33237,2,12211,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33238,2,12211,'/module/custom/model.php','/module/custom','file','M'),(33239,2,12211,'/module/custom/view/menu.html.php','/module/custom/view','file','M'),(33240,2,12211,'/module/project/control.php','/module/project','file','M'),(33241,2,12213,'/module/common/model.php','/module/common','file','M'),(33242,2,12213,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(33243,2,12213,'/module/project/view/story.html.php','/module/project/view','file','M'),(33244,2,12213,'/module/tutorial/control.php','/module/tutorial','file','M'),(33245,2,12213,'/module/tutorial/css/index.css','/module/tutorial/css','file','M'),(33246,2,12213,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33247,2,12213,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','M'),(33248,2,12213,'/www/js/misc/base64.js','/www/js/misc','file','A'),(33249,2,12213,'/www/theme/default/style.css','/www/theme/default','file','M'),(33250,2,12214,'/module/product/js/all.js','/module/product/js','file','M'),(33251,2,12214,'/module/product/view/all.html.php','/module/product/view','file','M'),(33252,2,12214,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(33253,2,12214,'/module/project/js/all.js','/module/project/js','file','M'),(33254,2,12214,'/module/project/view/all.html.php','/module/project/view','file','M'),(33255,2,12214,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(33256,2,12215,'/www/js/my.full.js','/www/js','file','M'),(33257,2,12217,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33258,2,12217,'/module/custom/control.php','/module/custom','file','M'),(33259,2,12217,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33260,2,12217,'/module/project/view/story.html.php','/module/project/view','file','M'),(33261,2,12217,'/module/tutorial/control.php','/module/tutorial','file','M'),(33262,2,12217,'/module/tutorial/css/index.css','/module/tutorial/css','file','A'),(33263,2,12217,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(33264,2,12217,'/module/tutorial/view/index.html.php','/module/tutorial/view','file','A'),(33265,2,12217,'/module/tutorial/view/start.html.php','/module/tutorial/view','file','M'),(33266,2,12218,'/module/bug/control.php','/module/bug','file','M'),(33267,2,12218,'/module/product/control.php','/module/product','file','M'),(33268,2,12218,'/module/project/control.php','/module/project','file','M'),(33269,2,12218,'/module/project/model.php','/module/project','file','M'),(33270,2,12218,'/module/search/model.php','/module/search','file','M'),(33271,2,12218,'/module/story/control.php','/module/story','file','M'),(33272,2,12218,'/module/testcase/control.php','/module/testcase','file','M'),(33273,2,12218,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33274,2,12218,'/module/testtask/control.php','/module/testtask','file','M'),(33275,2,12219,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33276,2,12219,'/module/custom/control.php','/module/custom','file','M'),(33277,2,12219,'/module/custom/model.php','/module/custom','file','M'),(33278,2,12219,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33279,2,12219,'/module/project/view/task.html.php','/module/project/view','file','M'),(33280,2,12219,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33281,2,12219,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(33282,2,12220,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(33283,2,12220,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(33284,2,12220,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(33285,2,12220,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(33286,2,12220,'/module/my/view/bug.html.php','/module/my/view','file','M'),(33287,2,12220,'/module/my/view/story.html.php','/module/my/view','file','M'),(33288,2,12220,'/module/my/view/task.html.php','/module/my/view','file','M'),(33289,2,12220,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(33290,2,12221,'/module/common/lang/en.php','/module/common/lang','file','M'),(33291,2,12221,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33292,2,12221,'/module/common/model.php','/module/common','file','M'),(33293,2,12221,'/module/tutorial/control.php','/module/tutorial','file','A'),(33294,2,12221,'/module/tutorial/css/start.css','/module/tutorial/css','file','A'),(33295,2,12221,'/module/tutorial/lang/en.php','/module/tutorial/lang','file','A'),(33296,2,12221,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','A'),(33297,2,12221,'/module/tutorial/view/start.html.php','/module/tutorial/view','file','A'),(33298,2,12222,'/module/misc/view/about.html.php','/module/misc/view','file','M'),(33299,2,12223,'/module/project/control.php','/module/project','file','M'),(33300,2,12224,'/module/custom/js/menu.js','/module/custom/js','file','M'),(33301,2,12224,'/module/custom/view/menu.html.php','/module/custom/view','file','M'),(33302,2,12225,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33303,2,12226,'/www/js/zui/min.js','/www/js/zui','file','M'),(33304,2,12227,'/www/theme/default/style.css','/www/theme/default','file','M'),(33305,2,12229,'/module/project/control.php','/module/project','file','M'),(33306,2,12229,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33307,2,12229,'/www/js/my.full.js','/www/js','file','M'),(33308,2,12229,'/www/js/zui/min.js','/www/js/zui','file','M'),(33309,2,12230,'/module/custom/js/menu.js','/module/custom/js','file','M'),(33310,2,12231,'/module/project/lang/en.php','/module/project/lang','file','M'),(33311,2,12233,'/module/task/control.php','/module/task','file','M'),(33312,2,12233,'/module/task/model.php','/module/task','file','M'),(33313,2,12235,'/module/block/control.php','/module/block','file','M'),(33314,2,12235,'/module/custom/model.php','/module/custom','file','M'),(33315,2,12237,'/module/project/model.php','/module/project','file','M'),(33316,2,12237,'/module/tree/model.php','/module/tree','file','M'),(33317,2,12242,'/module/project/css/tree.css','/module/project/css','file','M'),(33318,2,12242,'/module/project/lang/en.php','/module/project/lang','file','M'),(33319,2,12242,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33320,2,12242,'/module/project/model.php','/module/project','file','M'),(33321,2,12242,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33322,2,12243,'/www/js/my.full.js','/www/js','file','M'),(33323,2,12244,'/module/custom/model.php','/module/custom','file','M'),(33324,2,12245,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33325,2,12245,'/module/common/model.php','/module/common','file','M'),(33326,2,12245,'/module/custom/control.php','/module/custom','file','M'),(33327,2,12245,'/module/custom/js/menu.js','/module/custom/js','file','M'),(33328,2,12245,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(33329,2,12245,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33330,2,12245,'/module/custom/model.php','/module/custom','file','M'),(33331,2,12245,'/www/js/my.full.js','/www/js','file','M'),(33332,2,12246,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33333,2,12248,'/module/common/lang/en.php','/module/common/lang','file','M'),(33334,2,12248,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33335,2,12248,'/module/common/model.php','/module/common','file','M'),(33336,2,12248,'/module/custom/control.php','/module/custom','file','M'),(33337,2,12248,'/module/custom/css/menu.css','/module/custom/css','file','A'),(33338,2,12248,'/module/custom/js/menu.js','/module/custom/js','file','A'),(33339,2,12248,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(33340,2,12248,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33341,2,12248,'/module/custom/model.php','/module/custom','file','M'),(33342,2,12248,'/module/custom/view/menu.html.php','/module/custom/view','file','A'),(33343,2,12249,'/module/tree/model.php','/module/tree','file','M'),(33344,2,12250,'/module/custom/control.php','/module/custom','file','M'),(33345,2,12251,'/module/custom/control.php','/module/custom','file','M'),(33346,2,12252,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33347,2,12252,'/module/project/view/task.html.php','/module/project/view','file','M'),(33348,2,12252,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33349,2,12252,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33350,2,12252,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(33351,2,12254,'/db/update8.1.3.sql','/db','file','M'),(33352,2,12254,'/module/bug/control.php','/module/bug','file','M'),(33353,2,12254,'/module/bug/js/browse.js','/module/bug/js','file','M'),(33354,2,12254,'/module/bug/model.php','/module/bug','file','M'),(33355,2,12254,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33356,2,12254,'/module/file/view/export.html.php','/module/file/view','file','M'),(33357,2,12254,'/module/product/control.php','/module/product','file','M'),(33358,2,12254,'/module/product/model.php','/module/product','file','M'),(33359,2,12254,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33360,2,12254,'/module/project/control.php','/module/project','file','M'),(33361,2,12254,'/module/project/css/task.css','/module/project/css','file','M'),(33362,2,12254,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33363,2,12254,'/module/project/view/task.html.php','/module/project/view','file','M'),(33364,2,12254,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33365,2,12254,'/module/search/control.php','/module/search','file','M'),(33366,2,12254,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(33367,2,12254,'/module/search/model.php','/module/search','file','M'),(33368,2,12254,'/module/search/view/ajaxsaveshortcut.html.php','/module/search/view','file','A'),(33369,2,12254,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(33370,2,12254,'/module/testcase/control.php','/module/testcase','file','M'),(33371,2,12254,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(33372,2,12254,'/module/testcase/model.php','/module/testcase','file','M'),(33373,2,12254,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(33374,2,12254,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33375,2,12254,'/module/testtask/control.php','/module/testtask','file','M'),(33376,2,12254,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(33377,2,12254,'/module/testtask/model.php','/module/testtask','file','M'),(33378,2,12254,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(33379,2,12254,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(33380,2,12256,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33381,2,12256,'/module/custom/control.php','/module/custom','file','M'),(33382,2,12256,'/module/custom/model.php','/module/custom','file','M'),(33383,2,12256,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33384,2,12256,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33385,2,12256,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33386,2,12256,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33387,2,12256,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(33388,2,12257,'/module/tree/model.php','/module/tree','file','M'),(33389,2,12258,'/module/common/model.php','/module/common','file','M'),(33390,2,12258,'/module/custom/control.php','/module/custom','file','M'),(33391,2,12258,'/module/custom/model.php','/module/custom','file','M'),(33392,2,12259,'/www/js/my.full.js','/www/js','file','M'),(33393,2,12260,'/module/common/lang/en.php','/module/common/lang','file','M'),(33394,2,12260,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33395,2,12260,'/module/common/model.php','/module/common','file','M'),(33396,2,12260,'/module/custom/config.php','/module/custom','file','M'),(33397,2,12260,'/module/custom/control.php','/module/custom','file','M'),(33398,2,12260,'/module/custom/model.php','/module/custom','file','M'),(33399,2,12260,'/www/js/my.full.js','/www/js','file','M'),(33400,2,12260,'/www/theme/default/style.css','/www/theme/default','file','M'),(33401,2,12262,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33402,2,12263,'/module/story/lang/en.php','/module/story/lang','file','M'),(33403,2,12263,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(33404,2,12263,'/module/task/lang/en.php','/module/task/lang','file','M'),(33405,2,12263,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(33406,2,12264,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(33407,2,12265,'/module/build/model.php','/module/build','file','M'),(33408,2,12268,'/module/tree/control.php','/module/tree','file','M'),(33409,2,12268,'/module/tree/model.php','/module/tree','file','M'),(33410,2,12268,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33411,2,12269,'/module/bug/control.php','/module/bug','file','M'),(33412,2,12270,'/module/project/control.php','/module/project','file','M'),(33413,2,12270,'/module/project/model.php','/module/project','file','M'),(33414,2,12270,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33415,2,12272,'/module/testcase/model.php','/module/testcase','file','M'),(33416,2,12274,'/module/project/lang/en.php','/module/project/lang','file','M'),(33417,2,12274,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33418,2,12274,'/module/project/model.php','/module/project','file','M'),(33419,2,12274,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33420,2,12275,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33421,2,12277,'/module/common/model.php','/module/common','file','M'),(33422,2,12277,'/module/project/control.php','/module/project','file','M'),(33423,2,12277,'/module/project/css/tree.css','/module/project/css','file','M'),(33424,2,12277,'/module/project/lang/en.php','/module/project/lang','file','M'),(33425,2,12277,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33426,2,12277,'/module/project/model.php','/module/project','file','M'),(33427,2,12277,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(33428,2,12277,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33429,2,12277,'/module/project/view/tree.html.php','/module/project/view','file','M'),(33430,2,12278,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(33431,2,12279,'/module/file/lang/en.php','/module/file/lang','file','M'),(33432,2,12279,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(33433,2,12281,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33434,2,12281,'/module/project/control.php','/module/project','file','M'),(33435,2,12281,'/module/project/css/tree.css','/module/project/css','file','A'),(33436,2,12281,'/module/project/lang/en.php','/module/project/lang','file','M'),(33437,2,12281,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33438,2,12281,'/module/project/model.php','/module/project','file','M'),(33439,2,12281,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33440,2,12281,'/module/project/view/tree.html.php','/module/project/view','file','A'),(33441,2,12281,'/module/task/model.php','/module/task','file','M'),(33442,2,12282,'/www/js/zui/min.js','/www/js/zui','file','M'),(33443,2,12282,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33444,2,12284,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33445,2,12284,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33446,2,12284,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33447,2,12284,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(33448,2,12284,'/module/common/model.php','/module/common','file','M'),(33449,2,12284,'/module/custom/model.php','/module/custom','file','M'),(33450,2,12284,'/module/product/lang/en.php','/module/product/lang','file','M'),(33451,2,12284,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(33452,2,12284,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33453,2,12284,'/module/project/lang/en.php','/module/project/lang','file','M'),(33454,2,12284,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33455,2,12284,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33456,2,12284,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(33457,2,12284,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33458,2,12284,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33459,2,12284,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(33460,2,12284,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(33461,2,12284,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(33462,2,12285,'/module/my/view/bug.html.php','/module/my/view','file','M'),(33463,2,12286,'/module/bug/control.php','/module/bug','file','M'),(33464,2,12286,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(33465,2,12286,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33466,2,12286,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33467,2,12286,'/module/bug/model.php','/module/bug','file','M'),(33468,2,12286,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(33469,2,12287,'/module/company/view/browse.html.php','/module/company/view','file','M'),(33470,2,12287,'/module/user/control.php','/module/user','file','M'),(33471,2,12287,'/module/user/lang/en.php','/module/user/lang','file','M'),(33472,2,12287,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(33473,2,12287,'/module/user/model.php','/module/user','file','M'),(33474,2,12288,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33475,2,12289,'/module/tree/control.php','/module/tree','file','M'),(33476,2,12289,'/module/tree/model.php','/module/tree','file','M'),(33477,2,12289,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33478,2,12290,'/module/group/lang/resource.php','/module/group/lang','file','M'),(33479,2,12292,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33480,2,12294,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33481,2,12295,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33482,2,12295,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33483,2,12295,'/module/group/lang/resource.php','/module/group/lang','file','M'),(33484,2,12295,'/module/my/lang/en.php','/module/my/lang','file','M'),(33485,2,12295,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(33486,2,12295,'/module/story/lang/en.php','/module/story/lang','file','M'),(33487,2,12295,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(33488,2,12295,'/module/task/lang/en.php','/module/task/lang','file','M'),(33489,2,12295,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(33490,2,12295,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(33491,2,12295,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33492,2,12295,'/module/upgrade/model.php','/module/upgrade','file','M'),(33493,2,12297,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33494,2,12297,'/www/js/zui/min.js','/www/js/zui','file','M'),(33495,2,12297,'/www/theme/default/style.css','/www/theme/default','file','M'),(33496,2,12298,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(33497,2,12299,'/module/block/control.php','/module/block','file','M'),(33498,2,12300,'/module/testtask/control.php','/module/testtask','file','M'),(33499,2,12300,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(33500,2,12301,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33501,2,12301,'/module/my/view/index.html.php','/module/my/view','file','M'),(33502,2,12303,'/www/theme/default/style.css','/www/theme/default','file','M'),(33503,2,12307,'/module/block/control.php','/module/block','file','M'),(33504,2,12307,'/module/block/lang/en.php','/module/block/lang','file','M'),(33505,2,12307,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33506,2,12307,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33507,2,12307,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(33508,2,12307,'/module/my/view/index.html.php','/module/my/view','file','M'),(33509,2,12307,'/module/product/control.php','/module/product','file','M'),(33510,2,12307,'/module/project/control.php','/module/project','file','M'),(33511,2,12308,'/module/misc/css/about.css','/module/misc/css','file','M'),(33512,2,12309,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(33513,2,12309,'/www/js/my.full.js','/www/js','file','M'),(33514,2,12311,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(33515,2,12311,'/www/js/datatable/min.css','/www/js/datatable','file','D'),(33516,2,12311,'/www/js/datatable/min.js','/www/js/datatable','file','D'),(33517,2,12312,'/www/js/zui/min.js','/www/js/zui','file','M'),(33518,2,12312,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33519,2,12313,'/module/common/lang/en.php','/module/common/lang','file','M'),(33520,2,12313,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(33521,2,12313,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33522,2,12313,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(33523,2,12314,'/framework/base/router.class.php','/framework/base','file','M'),(33524,2,12314,'/module/block/control.php','/module/block','file','M'),(33525,2,12314,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33526,2,12314,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33527,2,12314,'/module/custom/control.php','/module/custom','file','M'),(33528,2,12314,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(33529,2,12314,'/module/custom/view/ajaxsethomepage.html.php','/module/custom/view','file','A'),(33530,2,12314,'/module/product/control.php','/module/product','file','M'),(33531,2,12314,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(33532,2,12314,'/module/product/view/browse.html.php','/module/product/view','file','M'),(33533,2,12314,'/module/product/view/index.html.php','/module/product/view','file','M'),(33534,2,12314,'/module/project/control.php','/module/project','file','M'),(33535,2,12314,'/module/project/view/index.html.php','/module/project/view','file','M'),(33536,2,12314,'/module/project/view/task.html.php','/module/project/view','file','M'),(33537,2,12314,'/module/qa/control.php','/module/qa','file','M'),(33538,2,12314,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(33539,2,12314,'/www/js/my.full.js','/www/js','file','M'),(33540,2,12316,'/module/testcase/config.php','/module/testcase','file','M'),(33541,2,12316,'/module/testcase/control.php','/module/testcase','file','M'),(33542,2,12317,'/module/product/config.php','/module/product','file','M'),(33543,2,12317,'/module/product/control.php','/module/product','file','M'),(33544,2,12317,'/module/product/model.php','/module/product','file','M'),(33545,2,12317,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(33546,2,12317,'/module/project/config.php','/module/project','file','M'),(33547,2,12317,'/module/project/model.php','/module/project','file','M'),(33548,2,12317,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(33549,2,12319,'/module/user/config.php','/module/user','file','M'),(33550,2,12319,'/module/user/control.php','/module/user','file','M'),(33551,2,12319,'/module/user/model.php','/module/user','file','M'),(33552,2,12319,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(33553,2,12319,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(33554,2,12320,'/module/project/config.php','/module/project','file','M'),(33555,2,12320,'/module/project/control.php','/module/project','file','M'),(33556,2,12320,'/module/project/model.php','/module/project','file','M'),(33557,2,12320,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(33558,2,12322,'/module/block/control.php','/module/block','file','M'),(33559,2,12322,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33560,2,12322,'/www/js/my.full.js','/www/js','file','M'),(33561,2,12323,'/www/js/zui/min.js','/www/js/zui','file','M'),(33562,2,12323,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33563,2,12324,'/module/todo/config.php','/module/todo','file','M'),(33564,2,12324,'/module/todo/control.php','/module/todo','file','M'),(33565,2,12324,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(33566,2,12325,'/module/testcase/config.php','/module/testcase','file','M'),(33567,2,12326,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(33568,2,12327,'/module/user/config.php','/module/user','file','M'),(33569,2,12327,'/module/user/control.php','/module/user','file','M'),(33570,2,12327,'/module/user/model.php','/module/user','file','M'),(33571,2,12327,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(33572,2,12328,'/module/common/model.php','/module/common','file','M'),(33573,2,12328,'/www/js/my.full.js','/www/js','file','M'),(33574,2,12329,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33575,2,12329,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33576,2,12329,'/module/block/lang/en.php','/module/block/lang','file','M'),(33577,2,12329,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33578,2,12329,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33579,2,12329,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(33580,2,12330,'/www/js/my.full.js','/www/js','file','M'),(33581,2,12330,'/www/theme/default/style.css','/www/theme/default','file','M'),(33582,2,12332,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(33583,2,12332,'/module/bug/config.php','/module/bug','file','M'),(33584,2,12332,'/module/bug/control.php','/module/bug','file','M'),(33585,2,12332,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(33586,2,12332,'/module/bug/model.php','/module/bug','file','M'),(33587,2,12332,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(33588,2,12333,'/module/testcase/config.php','/module/testcase','file','M'),(33589,2,12333,'/module/testcase/control.php','/module/testcase','file','M'),(33590,2,12333,'/module/testcase/model.php','/module/testcase','file','M'),(33591,2,12333,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(33592,2,12335,'/module/bug/config.php','/module/bug','file','M'),(33593,2,12335,'/module/bug/control.php','/module/bug','file','M'),(33594,2,12335,'/module/bug/model.php','/module/bug','file','M'),(33595,2,12335,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(33596,2,12337,'/module/block/control.php','/module/block','file','M'),(33597,2,12337,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33598,2,12337,'/module/block/js/admin.js','/module/block/js','file','M'),(33599,2,12337,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33600,2,12337,'/module/block/lang/en.php','/module/block/lang','file','M'),(33601,2,12337,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33602,2,12337,'/module/block/model.php','/module/block','file','M'),(33603,2,12337,'/module/block/view/admin.html.php','/module/block/view','file','M'),(33604,2,12337,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33605,2,12338,'/module/testcase/config.php','/module/testcase','file','M'),(33606,2,12338,'/module/testcase/model.php','/module/testcase','file','M'),(33607,2,12338,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(33608,2,12339,'/www/js/zui/min.js','/www/js/zui','file','M'),(33609,2,12339,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33610,2,12340,'/www/js/my.full.js','/www/js','file','M'),(33611,2,12341,'/module/block/control.php','/module/block','file','M'),(33612,2,12341,'/module/block/css/dashboard.css','/module/block/css','file','M'),(33613,2,12341,'/module/block/js/admin.js','/module/block/js','file','M'),(33614,2,12341,'/module/block/js/dashboard.js','/module/block/js','file','M'),(33615,2,12341,'/module/block/model.php','/module/block','file','M'),(33616,2,12341,'/module/block/view/admin.html.php','/module/block/view','file','M'),(33617,2,12341,'/module/block/view/dashboard.html.php','/module/block/view','file','M'),(33618,2,12341,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(33619,2,12341,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(33620,2,12341,'/module/block/view/publicform.html.php','/module/block/view','file','M'),(33621,2,12341,'/module/block/view/set.html.php','/module/block/view','file','M'),(33622,2,12341,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(33623,2,12341,'/module/my/view/blockprojects.html.php','/module/my/view','file','M'),(33624,2,12341,'/module/my/view/index.html.php','/module/my/view','file','M'),(33625,2,12341,'/module/project/view/index.html.php','/module/project/view','file','M'),(33626,2,12342,'/module/testcase/config.php','/module/testcase','file','M'),(33627,2,12342,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(33628,2,12343,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(33629,2,12344,'/module/bug/config.php','/module/bug','file','M'),(33630,2,12344,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(33631,2,12345,'/module/testcase/control.php','/module/testcase','file','M'),(33632,2,12347,'/module/story/config.php','/module/story','file','M'),(33633,2,12347,'/module/story/control.php','/module/story','file','M'),(33634,2,12347,'/module/task/config.php','/module/task','file','M'),(33635,2,12347,'/module/task/control.php','/module/task','file','M'),(33636,2,12347,'/module/task/model.php','/module/task','file','M'),(33637,2,12347,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(33638,2,12348,'/module/testcase/config.php','/module/testcase','file','M'),(33639,2,12348,'/module/testcase/control.php','/module/testcase','file','M'),(33640,2,12348,'/module/testcase/model.php','/module/testcase','file','M'),(33641,2,12348,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(33642,2,12349,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(33643,2,12349,'/module/story/config.php','/module/story','file','M'),(33644,2,12349,'/module/story/control.php','/module/story','file','M'),(33645,2,12349,'/module/story/model.php','/module/story','file','M'),(33646,2,12349,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(33647,2,12351,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(33648,2,12351,'/module/task/config.php','/module/task','file','M'),(33649,2,12351,'/module/task/control.php','/module/task','file','M'),(33650,2,12351,'/module/task/model.php','/module/task','file','M'),(33651,2,12351,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(33652,2,12353,'/module/dept/model.php','/module/dept','file','M'),(33653,2,12353,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(33654,2,12353,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(33655,2,12353,'/module/tree/control.php','/module/tree','file','M'),(33656,2,12353,'/module/tree/css/common.css','/module/tree/css','file','M'),(33657,2,12353,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(33658,2,12353,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(33659,2,12353,'/module/tree/model.php','/module/tree','file','M'),(33660,2,12353,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(33661,2,12353,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(33662,2,12355,'/module/story/config.php','/module/story','file','M'),(33663,2,12355,'/module/story/control.php','/module/story','file','M'),(33664,2,12355,'/module/story/model.php','/module/story','file','M'),(33665,2,12355,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(33666,2,12356,'/module/upgrade/control.php','/module/upgrade','file','M'),(33667,2,12357,'/www/js/zui/min.js','/www/js/zui','file','M'),(33668,2,12358,'/www/js/my.full.js','/www/js','file','M'),(33669,2,12360,'/module/bug/model.php','/module/bug','file','M'),(33670,2,12360,'/www/js/my.full.js','/www/js','file','M'),(33671,2,12362,'/module/dept/control.php','/module/dept','file','M'),(33672,2,12362,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(33673,2,12363,'/www/js/zui/min.js','/www/js/zui','file','M'),(33674,2,12364,'/module/bug/model.php','/module/bug','file','M'),(33675,2,12364,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(33676,2,12364,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(33677,2,12364,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(33678,2,12364,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(33679,2,12364,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(33680,2,12364,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(33681,2,12364,'/module/project/view/bug.html.php','/module/project/view','file','M'),(33682,2,12364,'/module/project/view/story.html.php','/module/project/view','file','M'),(33683,2,12364,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(33684,2,12364,'/module/story/model.php','/module/story','file','M'),(33685,2,12364,'/module/story/view/create.html.php','/module/story/view','file','M'),(33686,2,12364,'/module/story/view/edit.html.php','/module/story/view','file','M'),(33687,2,12364,'/module/story/view/view.html.php','/module/story/view','file','M'),(33688,2,12364,'/module/task/css/create.css','/module/task/css','file','M'),(33689,2,12364,'/module/task/model.php','/module/task','file','M'),(33690,2,12364,'/module/task/view/create.html.php','/module/task/view','file','M'),(33691,2,12364,'/module/task/view/edit.html.php','/module/task/view','file','M'),(33692,2,12364,'/module/task/view/view.html.php','/module/task/view','file','M'),(33693,2,12364,'/module/testcase/model.php','/module/testcase','file','M'),(33694,2,12364,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(33695,2,12364,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(33696,2,12364,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(33697,2,12364,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(33698,2,12364,'/www/theme/default/style.css','/www/theme/default','file','M'),(33699,2,12366,'/module/common/lang/en.php','/module/common/lang','file','M'),(33700,2,12366,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(33701,2,12366,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33702,2,12366,'/module/common/model.php','/module/common','file','M'),(33703,2,12366,'/module/common/view/footer.html.php','/module/common/view','file','M'),(33704,2,12366,'/module/misc/control.php','/module/misc','file','M'),(33705,2,12366,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(33706,2,12366,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(33707,2,12366,'/module/misc/model.php','/module/misc','file','M'),(33708,2,12367,'/www/theme/default/style.css','/www/theme/default','file','M'),(33709,2,12368,'/module/common/lang/en.php','/module/common/lang','file','M'),(33710,2,12368,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(33711,2,12368,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33712,2,12368,'/module/qa/control.php','/module/qa','file','M'),(33713,2,12368,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(33714,2,12368,'/module/qa/lang/zh-cn.php','/module/qa/lang','file','M'),(33715,2,12368,'/module/qa/model.php','/module/qa','file','M'),(33716,2,12368,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(33717,2,12369,'/module/dept/control.php','/module/dept','file','M'),(33718,2,12369,'/module/dept/css/browse.css','/module/dept/css','file','M'),(33719,2,12369,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(33720,2,12369,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(33721,2,12369,'/module/dept/model.php','/module/dept','file','M'),(33722,2,12369,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(33723,2,12372,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(33724,2,12374,'/module/testtask/control.php','/module/testtask','file','M'),(33725,2,12374,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(33726,2,12375,'/module/block/control.php','/module/block','file','M'),(33727,2,12375,'/module/block/js/admin.js','/module/block/js','file','M'),(33728,2,12375,'/module/block/view/admin.html.php','/module/block/view','file','M'),(33729,2,12376,'/module/block/control.php','/module/block','file','M'),(33730,2,12376,'/module/block/lang/en.php','/module/block/lang','file','M'),(33731,2,12376,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33732,2,12377,'/module/project/view/build.html.php','/module/project/view','file','M'),(33733,2,12379,'/module/block/control.php','/module/block','file','M'),(33734,2,12380,'/module/bug/js/common.js','/module/bug/js','file','M'),(33735,2,12382,'/module/block/control.php','/module/block','file','M'),(33736,2,12382,'/module/block/js/admin.js','/module/block/js','file','M'),(33737,2,12382,'/module/block/model.php','/module/block','file','M'),(33738,2,12382,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(33739,2,12382,'/module/block/view/buildblock.html.php','/module/block/view','file','A'),(33740,2,12382,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(33741,2,12382,'/module/block/view/listblock.html.php','/module/block/view','file','A'),(33742,2,12382,'/module/block/view/planblock.html.php','/module/block/view','file','A'),(33743,2,12382,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(33744,2,12382,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(33745,2,12382,'/module/block/view/releaseblock.html.php','/module/block/view','file','A'),(33746,2,12382,'/module/block/view/set.html.php','/module/block/view','file','M'),(33747,2,12382,'/module/block/view/setmodule.html.php','/module/block/view','file','M'),(33748,2,12382,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(33749,2,12382,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(33750,2,12382,'/module/block/view/testtaskblock.html.php','/module/block/view','file','A'),(33751,2,12382,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(33752,2,12383,'/www/js/zui/min.js','/www/js/zui','file','M'),(33753,2,12383,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33754,2,12384,'/db/update8.1.3.sql','/db','file','M'),(33755,2,12384,'/module/task/model.php','/module/task','file','M'),(33756,2,12385,'/framework/helper.class.php','/framework','file','M'),(33757,2,12385,'/module/common/model.php','/module/common','file','M'),(33758,2,12385,'/module/product/view/m.all.html.php','/module/product/view','file','A'),(33759,2,12385,'/module/product/view/m.index.html.php','/module/product/view','file','D'),(33760,2,12385,'/module/project/view/m.all.html.php','/module/project/view','file','A'),(33761,2,12385,'/module/project/view/m.index.html.php','/module/project/view','file','D'),(33762,2,12385,'/www/index.php','/www','file','M'),(33763,2,12386,'/module/block/control.php','/module/block','file','M'),(33764,2,12386,'/module/block/css/dashboard.css','/module/block/css','file','A'),(33765,2,12386,'/module/block/js/admin.js','/module/block/js','file','M'),(33766,2,12386,'/module/block/js/dashboard.js','/module/block/js','file','A'),(33767,2,12386,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33768,2,12386,'/module/block/view/admin.html.php','/module/block/view','file','M'),(33769,2,12386,'/module/block/view/dashboard.html.php','/module/block/view','file','A'),(33770,2,12386,'/module/block/view/dynamic.html.php','/module/block/view','file','A'),(33771,2,12386,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(33772,2,12386,'/module/product/model.php','/module/product','file','M'),(33773,2,12386,'/module/product/view/index.html.php','/module/product/view','file','M'),(33774,2,12387,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(33775,2,12387,'/module/bug/model.php','/module/bug','file','M'),(33776,2,12387,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(33777,2,12387,'/module/story/js/batchedit.js','/module/story/js','file','M'),(33778,2,12387,'/module/story/model.php','/module/story','file','M'),(33779,2,12387,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(33780,2,12387,'/module/task/js/batchedit.js','/module/task/js','file','M'),(33781,2,12387,'/module/task/model.php','/module/task','file','M'),(33782,2,12387,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(33783,2,12387,'/module/testcase/control.php','/module/testcase','file','M'),(33784,2,12387,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(33785,2,12387,'/module/testcase/model.php','/module/testcase','file','M'),(33786,2,12387,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(33787,2,12388,'/www/js/zui/min.js','/www/js/zui','file','M'),(33788,2,12388,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33789,2,12389,'/module/bug/css/create.css','/module/bug/css','file','M'),(33790,2,12389,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33791,2,12389,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33792,2,12389,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(33793,2,12389,'/module/story/css/create.css','/module/story/css','file','M'),(33794,2,12389,'/module/story/lang/en.php','/module/story/lang','file','M'),(33795,2,12389,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(33796,2,12389,'/module/story/view/create.html.php','/module/story/view','file','M'),(33797,2,12389,'/module/task/css/create.css','/module/task/css','file','M'),(33798,2,12389,'/module/task/lang/en.php','/module/task/lang','file','M'),(33799,2,12389,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(33800,2,12389,'/module/task/view/create.html.php','/module/task/view','file','M'),(33801,2,12389,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(33802,2,12389,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(33803,2,12389,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33804,2,12389,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(33805,2,12391,'/www/js/zui/min.js','/www/js/zui','file','M'),(33806,2,12391,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33807,2,12392,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(33808,2,12392,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33809,2,12392,'/module/product/css/all.css','/module/product/css','file','A'),(33810,2,12392,'/module/product/css/index.css','/module/product/css','file','D'),(33811,2,12392,'/module/product/js/all.js','/module/product/js','file','A'),(33812,2,12392,'/module/product/js/index.js','/module/product/js','file','D'),(33813,2,12392,'/module/product/view/all.html.php','/module/product/view','file','M'),(33814,2,12392,'/module/project/control.php','/module/project','file','M'),(33815,2,12392,'/module/project/css/all.css','/module/project/css','file','A'),(33816,2,12392,'/module/project/css/index.css','/module/project/css','file','D'),(33817,2,12392,'/module/project/js/all.js','/module/project/js','file','A'),(33818,2,12392,'/module/project/js/index.js','/module/project/js','file','D'),(33819,2,12392,'/module/project/view/all.html.php','/module/project/view','file','A'),(33820,2,12392,'/module/project/view/index.html.php','/module/project/view','file','M'),(33821,2,12393,'/module/product/control.php','/module/product','file','M'),(33822,2,12393,'/module/product/view/index.html.php','/module/product/view','file','A'),(33823,2,12394,'/module/block/control.php','/module/block','file','M'),(33824,2,12394,'/module/block/model.php','/module/block','file','M'),(33825,2,12394,'/module/common/model.php','/module/common','file','M'),(33826,2,12395,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(33827,2,12395,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33828,2,12395,'/module/product/control.php','/module/product','file','M'),(33829,2,12395,'/module/product/view/all.html.php','/module/product/view','file','A'),(33830,2,12395,'/module/product/view/index.html.php','/module/product/view','file','D'),(33831,2,12396,'/module/file/view/export.html.php','/module/file/view','file','M'),(33832,2,12398,'/config/config.php','/config','file','M'),(33833,2,12398,'/db/update8.1.3.sql','/db','file','M'),(33834,2,12398,'/module/block/config.php','/module/block','file','A'),(33835,2,12398,'/module/block/control.php','/module/block','file','M'),(33836,2,12398,'/module/block/css/admin.css','/module/block/css','file','A'),(33837,2,12398,'/module/block/js/admin.js','/module/block/js','file','A'),(33838,2,12398,'/module/block/lang/en.php','/module/block/lang','file','M'),(33839,2,12398,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(33840,2,12398,'/module/block/model.php','/module/block','file','M'),(33841,2,12398,'/module/block/view/admin.html.php','/module/block/view','file','A'),(33842,2,12398,'/module/block/view/publicform.html.php','/module/block/view','file','A'),(33843,2,12398,'/module/block/view/set.html.php','/module/block/view','file','A'),(33844,2,12398,'/module/block/view/setmodule.html.php','/module/block/view','file','A'),(33845,2,12399,'/module/story/model.php','/module/story','file','M'),(33846,2,12399,'/module/testcase/model.php','/module/testcase','file','M'),(33847,2,12400,'/www/js/my.full.js','/www/js','file','M'),(33848,2,12401,'/module/user/js/login.js','/module/user/js','file','M'),(33849,2,12401,'/module/user/view/login.html.php','/module/user/view','file','M'),(33850,2,12401,'/www/js/md5.js','/www/js','file','A'),(33851,2,12402,'/module/file/model.php','/module/file','file','M'),(33852,2,12403,'/module/bug/model.php','/module/bug','file','M'),(33853,2,12404,'/module/bug/control.php','/module/bug','file','M'),(33854,2,12404,'/module/bug/js/batchedit.js','/module/bug/js','file','M'),(33855,2,12404,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(33856,2,12404,'/module/story/control.php','/module/story','file','M'),(33857,2,12404,'/module/story/js/batchcreate.js','/module/story/js','file','M'),(33858,2,12404,'/module/story/js/batchedit.js','/module/story/js','file','M'),(33859,2,12404,'/module/story/lang/en.php','/module/story/lang','file','M'),(33860,2,12404,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(33861,2,12404,'/module/story/model.php','/module/story','file','M'),(33862,2,12404,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(33863,2,12404,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(33864,2,12404,'/module/task/control.php','/module/task','file','M'),(33865,2,12404,'/module/task/js/batchedit.js','/module/task/js','file','M'),(33866,2,12404,'/module/task/lang/en.php','/module/task/lang','file','M'),(33867,2,12404,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(33868,2,12404,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(33869,2,12404,'/module/testcase/control.php','/module/testcase','file','M'),(33870,2,12404,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(33871,2,12404,'/module/testcase/js/batchedit.js','/module/testcase/js','file','M'),(33872,2,12404,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(33873,2,12404,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33874,2,12404,'/module/testcase/model.php','/module/testcase','file','M'),(33875,2,12404,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(33876,2,12404,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(33877,2,12405,'/module/my/view/index.html.php','/module/my/view','file','M'),(33878,2,12405,'/www/js/zui/min.js','/www/js/zui','file','M'),(33879,2,12406,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(33880,2,12406,'/www/js/zui/zui.sortable.js','/www/js/zui','file','D'),(33881,2,12407,'/www/js/zui/min.js','/www/js/zui','file','M'),(33882,2,12407,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(33883,2,12408,'/module/common/lang/en.php','/module/common/lang','file','M'),(33884,2,12408,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33885,2,12408,'/module/common/model.php','/module/common','file','M'),(33886,2,12408,'/www/js/my.full.js','/www/js','file','M'),(33887,2,12408,'/www/theme/default/style.css','/www/theme/default','file','M'),(33888,2,12410,'/module/testtask/control.php','/module/testtask','file','M'),(33889,2,12410,'/module/testtask/model.php','/module/testtask','file','M'),(33890,2,12410,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(33891,2,12411,'/module/task/control.php','/module/task','file','M'),(33892,2,12411,'/module/task/js/batchedit.js','/module/task/js','file','A'),(33893,2,12411,'/module/task/lang/en.php','/module/task/lang','file','M'),(33894,2,12411,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(33895,2,12411,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(33896,2,12412,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(33897,2,12413,'/module/bug/config.php','/module/bug','file','M'),(33898,2,12413,'/module/bug/control.php','/module/bug','file','M'),(33899,2,12413,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(33900,2,12414,'/module/bug/control.php','/module/bug','file','M'),(33901,2,12414,'/module/bug/model.php','/module/bug','file','M'),(33902,2,12414,'/module/bug/view/browsedata.html.php','/module/bug/view','file','M'),(33903,2,12414,'/module/bug/view/datatabledata.html.php','/module/bug/view','file','M'),(33904,2,12414,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(33905,2,12414,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(33906,2,12414,'/module/datatable/lang/en.php','/module/datatable/lang','file','M'),(33907,2,12414,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','M'),(33908,2,12414,'/module/product/control.php','/module/product','file','M'),(33909,2,12414,'/module/product/view/browsedata.html.php','/module/product/view','file','M'),(33910,2,12414,'/module/product/view/datatabledata.html.php','/module/product/view','file','M'),(33911,2,12414,'/module/project/control.php','/module/project','file','M'),(33912,2,12414,'/module/project/view/datatabledata.html.php','/module/project/view','file','M'),(33913,2,12414,'/module/project/view/taskdata.html.php','/module/project/view','file','M'),(33914,2,12414,'/module/story/model.php','/module/story','file','M'),(33915,2,12414,'/module/task/model.php','/module/task','file','M'),(33916,2,12414,'/module/testcase/control.php','/module/testcase','file','M'),(33917,2,12414,'/module/testcase/model.php','/module/testcase','file','M'),(33918,2,12414,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','M'),(33919,2,12414,'/module/testcase/view/datatabledata.html.php','/module/testcase/view','file','M'),(33920,2,12414,'/module/testtask/control.php','/module/testtask','file','M'),(33921,2,12414,'/module/testtask/model.php','/module/testtask','file','M'),(33922,2,12414,'/module/tree/model.php','/module/tree','file','M'),(33923,2,12416,'/module/project/control.php','/module/project','file','M'),(33924,2,12416,'/module/project/css/grouptask.css','/module/project/css','file','M'),(33925,2,12416,'/module/project/js/grouptask.js','/module/project/js','file','A'),(33926,2,12416,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(33927,2,12416,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(33928,2,12417,'/module/testcase/config.php','/module/testcase','file','M'),(33929,2,12417,'/module/testcase/control.php','/module/testcase','file','M'),(33930,2,12417,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(33931,2,12418,'/module/bug/control.php','/module/bug','file','M'),(33932,2,12418,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33933,2,12418,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33934,2,12418,'/module/bug/model.php','/module/bug','file','M'),(33935,2,12418,'/module/file/control.php','/module/file','file','M'),(33936,2,12418,'/module/file/lang/en.php','/module/file/lang','file','M'),(33937,2,12418,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(33938,2,12418,'/module/file/model.php','/module/file','file','M'),(33939,2,12418,'/module/file/view/buildexporttpl.html.php','/module/file/view','file','A'),(33940,2,12418,'/module/file/view/export.html.php','/module/file/view','file','M'),(33941,2,12418,'/module/group/lang/resource.php','/module/group/lang','file','M'),(33942,2,12418,'/module/story/control.php','/module/story','file','M'),(33943,2,12418,'/module/task/control.php','/module/task','file','M'),(33944,2,12418,'/module/testcase/control.php','/module/testcase','file','M'),(33945,2,12418,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(33946,2,12418,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(33947,2,12419,'/module/my/lang/en.php','/module/my/lang','file','M'),(33948,2,12420,'/module/testcase/control.php','/module/testcase','file','M'),(33949,2,12420,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(33950,2,12420,'/module/testcase/model.php','/module/testcase','file','M'),(33951,2,12420,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(33952,2,12420,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(33953,2,12422,'/module/common/lang/en.php','/module/common/lang','file','M'),(33954,2,12422,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33955,2,12422,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(33956,2,12422,'/module/custom/control.php','/module/custom','file','M'),(33957,2,12422,'/module/story/config.php','/module/story','file','M'),(33958,2,12422,'/module/story/control.php','/module/story','file','M'),(33959,2,12422,'/module/story/model.php','/module/story','file','M'),(33960,2,12422,'/module/story/view/create.html.php','/module/story/view','file','M'),(33961,2,12422,'/module/task/config.php','/module/task','file','M'),(33962,2,12422,'/module/task/control.php','/module/task','file','M'),(33963,2,12422,'/module/task/view/create.html.php','/module/task/view','file','M'),(33964,2,12423,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33965,2,12423,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33966,2,12425,'/module/bug/control.php','/module/bug','file','M'),(33967,2,12425,'/module/bug/js/browse.js','/module/bug/js','file','M'),(33968,2,12425,'/module/bug/model.php','/module/bug','file','M'),(33969,2,12425,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(33970,2,12425,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33971,2,12426,'/db/update8.1.3.sql','/db','file','M'),(33972,2,12426,'/module/bug/control.php','/module/bug','file','M'),(33973,2,12426,'/module/bug/js/create.js','/module/bug/js','file','M'),(33974,2,12426,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(33975,2,12426,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(33976,2,12426,'/module/bug/model.php','/module/bug','file','M'),(33977,2,12426,'/module/bug/view/buildtemplates.html.php','/module/bug/view','file','M'),(33978,2,12426,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(33979,2,12426,'/module/common/lang/en.php','/module/common/lang','file','M'),(33980,2,12426,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(33981,2,12426,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(33982,2,12426,'/module/group/lang/resource.php','/module/group/lang','file','M'),(33983,2,12427,'/module/product/model.php','/module/product','file','M'),(33984,2,12427,'/module/project/control.php','/module/project','file','M'),(33985,2,12427,'/module/project/model.php','/module/project','file','M'),(33986,2,12427,'/module/project/view/task.html.php','/module/project/view','file','M'),(33987,2,12427,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(33988,2,12427,'/module/task/model.php','/module/task','file','M'),(33989,2,12429,'/module/common/view/customfield.html.php','/module/common/view','file','M'),(33990,2,12429,'/module/custom/control.php','/module/custom','file','M'),(33991,2,12429,'/module/task/config.php','/module/task','file','M'),(33992,2,12429,'/module/task/control.php','/module/task','file','M'),(33993,2,12429,'/module/task/view/create.html.php','/module/task/view','file','M'),(33994,2,12437,'/module/project/control.php','/module/project','file','M'),(33995,2,12437,'/module/project/css/task.css','/module/project/css','file','M'),(33996,2,12437,'/module/project/js/task.js','/module/project/js','file','M'),(33997,2,12437,'/module/project/view/task.html.php','/module/project/view','file','M'),(33998,2,12437,'/module/task/control.php','/module/task','file','M'),(33999,2,12437,'/module/task/lang/en.php','/module/task/lang','file','M'),(34000,2,12437,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34001,2,12437,'/module/task/model.php','/module/task','file','M'),(34002,2,12438,'/module/product/control.php','/module/product','file','M'),(34003,2,12438,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34004,2,12438,'/module/story/control.php','/module/story','file','M'),(34005,2,12438,'/module/story/lang/en.php','/module/story/lang','file','M'),(34006,2,12438,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(34007,2,12438,'/module/story/model.php','/module/story','file','M'),(34008,2,12440,'/module/bug/control.php','/module/bug','file','M'),(34009,2,12440,'/module/common/model.php','/module/common','file','M'),(34010,2,12440,'/module/product/control.php','/module/product','file','M'),(34011,2,12440,'/module/product/view/showerrornone.html.php','/module/product/view','file','A'),(34012,2,12440,'/module/testcase/control.php','/module/testcase','file','M'),(34013,2,12440,'/module/testtask/control.php','/module/testtask','file','M'),(34014,2,12441,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(34015,2,12441,'/module/my/view/project.html.php','/module/my/view','file','M'),(34016,2,12441,'/module/product/view/project.html.php','/module/product/view','file','M'),(34017,2,12441,'/module/project/lang/en.php','/module/project/lang','file','M'),(34018,2,12441,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(34019,2,12441,'/module/project/model.php','/module/project','file','M'),(34020,2,12441,'/module/project/view/index.html.php','/module/project/view','file','M'),(34021,2,12441,'/module/project/view/view.html.php','/module/project/view','file','M'),(34022,2,12441,'/module/user/model.php','/module/user','file','M'),(34023,2,12441,'/module/user/view/project.html.php','/module/user/view','file','M'),(34024,2,12441,'/www/theme/default/style.css','/www/theme/default','file','M'),(34025,2,12442,'/module/productplan/js/create.js','/module/productplan/js','file','M'),(34026,2,12442,'/module/productplan/js/edit.js','/module/productplan/js','file','M'),(34027,2,12443,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(34028,2,12443,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(34029,2,12443,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(34030,2,12443,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(34031,2,12443,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(34032,2,12443,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(34033,2,12443,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(34034,2,12444,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34035,2,12444,'/module/company/js/browse.js','/module/company/js','file','M'),(34036,2,12444,'/module/company/view/browse.html.php','/module/company/view','file','M'),(34037,2,12444,'/module/story/view/create.html.php','/module/story/view','file','M'),(34038,2,12444,'/module/task/css/create.css','/module/task/css','file','M'),(34039,2,12444,'/module/task/view/create.html.php','/module/task/view','file','M'),(34040,2,12444,'/module/testtask/css/create.css','/module/testtask/css','file','A'),(34041,2,12444,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(34042,2,12444,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(34043,2,12446,'/module/product/control.php','/module/product','file','M'),(34044,2,12446,'/module/product/model.php','/module/product','file','M'),(34045,2,12446,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34046,2,12446,'/module/story/model.php','/module/story','file','M'),(34047,2,12446,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(34048,2,12446,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(34049,2,12446,'/www/js/my.full.js','/www/js','file','M'),(34050,2,12447,'/module/common/lang/en.php','/module/common/lang','file','M'),(34051,2,12447,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34052,2,12447,'/module/my/control.php','/module/my','file','M'),(34053,2,12447,'/module/my/css/managecontacts.css','/module/my/css','file','A'),(34054,2,12447,'/module/my/view/managecontacts.html.php','/module/my/view','file','A'),(34055,2,12447,'/module/user/lang/en.php','/module/user/lang','file','M'),(34056,2,12447,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34057,2,12448,'/module/tree/control.php','/module/tree','file','M'),(34058,2,12448,'/module/tree/js/browse.js','/module/tree/js','file','M'),(34059,2,12449,'/module/tree/css/common.css','/module/tree/css','file','M'),(34060,2,12449,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(34061,2,12450,'/db/update8.1.3.sql','/db','file','A'),(34062,2,12450,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(34063,2,12450,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(34064,2,12450,'/module/tree/model.php','/module/tree','file','M'),(34065,2,12450,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(34066,2,12450,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(34067,2,12450,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(34068,2,12452,'/tools/minifyfront.php','/tools','file','M'),(34069,2,12452,'/www/js/datatable/min.css','/www/js/datatable','file','A'),(34070,2,12452,'/www/js/datatable/min.js','/www/js/datatable','file','A'),(34071,2,12453,'/module/bug/config.php','/module/bug','file','M'),(34072,2,12453,'/module/bug/control.php','/module/bug','file','M'),(34073,2,12453,'/module/bug/model.php','/module/bug','file','M'),(34074,2,12453,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(34075,2,12453,'/module/bug/view/browsedata.html.php','/module/bug/view','file','A'),(34076,2,12453,'/module/bug/view/datatabledata.html.php','/module/bug/view','file','A'),(34077,2,12453,'/module/common/view/datatable.fix.html.php','/module/common/view','file','A'),(34078,2,12453,'/module/common/view/datatable.html.php','/module/common/view','file','A'),(34079,2,12453,'/module/datatable/config.php','/module/datatable','file','A'),(34080,2,12453,'/module/datatable/control.php','/module/datatable','file','A'),(34081,2,12453,'/module/datatable/lang/en.php','/module/datatable/lang','file','A'),(34082,2,12453,'/module/datatable/lang/zh-cn.php','/module/datatable/lang','file','A'),(34083,2,12453,'/module/datatable/model.php','/module/datatable','file','A'),(34084,2,12453,'/module/datatable/view/custom.html.php','/module/datatable/view','file','A'),(34085,2,12453,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(34086,2,12453,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(34087,2,12453,'/module/group/lang/resource.php','/module/group/lang','file','M'),(34088,2,12453,'/module/product/control.php','/module/product','file','M'),(34089,2,12453,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34090,2,12453,'/module/product/view/browsedata.html.php','/module/product/view','file','A'),(34091,2,12453,'/module/product/view/datatabledata.html.php','/module/product/view','file','A'),(34092,2,12453,'/module/project/control.php','/module/project','file','M'),(34093,2,12453,'/module/project/view/datatabledata.html.php','/module/project/view','file','A'),(34094,2,12453,'/module/project/view/task.html.php','/module/project/view','file','M'),(34095,2,12453,'/module/project/view/taskdata.html.php','/module/project/view','file','A'),(34096,2,12453,'/module/story/config.php','/module/story','file','M'),(34097,2,12453,'/module/story/model.php','/module/story','file','M'),(34098,2,12453,'/module/task/config.php','/module/task','file','M'),(34099,2,12453,'/module/task/model.php','/module/task','file','M'),(34100,2,12453,'/module/testcase/config.php','/module/testcase','file','M'),(34101,2,12453,'/module/testcase/control.php','/module/testcase','file','M'),(34102,2,12453,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34103,2,12453,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34104,2,12453,'/module/testcase/model.php','/module/testcase','file','M'),(34105,2,12453,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(34106,2,12453,'/module/testcase/view/browsedata.html.php','/module/testcase/view','file','A'),(34107,2,12453,'/module/testcase/view/datatabledata.html.php','/module/testcase/view','file','A'),(34108,2,12453,'/module/testtask/config.php','/module/testtask','file','M'),(34109,2,12453,'/module/testtask/control.php','/module/testtask','file','M'),(34110,2,12453,'/module/testtask/model.php','/module/testtask','file','M'),(34111,2,12453,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(34112,2,12453,'/module/testtask/view/casesdata.html.php','/module/testtask/view','file','A'),(34113,2,12453,'/module/testtask/view/datatabledata.html.php','/module/testtask/view','file','A'),(34114,2,12453,'/module/upgrade/model.php','/module/upgrade','file','M'),(34115,2,12454,'/module/dept/model.php','/module/dept','file','M'),(34116,2,12454,'/module/group/control.php','/module/group','file','M'),(34117,2,12454,'/module/project/control.php','/module/project','file','M'),(34118,2,12454,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(34119,2,12455,'/module/tree/model.php','/module/tree','file','M'),(34120,2,12457,'/module/bug/model.php','/module/bug','file','M'),(34121,2,12457,'/module/project/model.php','/module/project','file','M'),(34122,2,12457,'/module/story/model.php','/module/story','file','M'),(34123,2,12458,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(34124,2,12458,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(34125,2,12458,'/module/user/view/create.html.php','/module/user/view','file','M'),(34126,2,12458,'/module/user/view/edit.html.php','/module/user/view','file','M'),(34127,2,12459,'/module/project/js/common.js','/module/project/js','file','M'),(34128,2,12460,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34129,2,12461,'/module/branch/lang/zh-tw.php','/module/branch/lang','file','M'),(34130,2,12461,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(34131,2,12461,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(34132,2,12461,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(34133,2,12461,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(34134,2,12462,'/module/branch/control.php','/module/branch','file','M'),(34135,2,12462,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(34136,2,12462,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(34137,2,12462,'/module/common/lang/en.php','/module/common/lang','file','M'),(34138,2,12462,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34139,2,12462,'/module/product/model.php','/module/product','file','M'),(34140,2,12464,'/module/common/model.php','/module/common','file','M'),(34141,2,12466,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(34142,2,12466,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(34143,2,12468,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(34144,2,12469,'/VERSION','/','file','M'),(34145,2,12469,'/config/config.php','/config','file','M'),(34146,2,12469,'/db/update8.1.sql','/db','file','A'),(34147,2,12469,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(34148,2,12469,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(34149,2,12469,'/module/upgrade/model.php','/module/upgrade','file','M'),(34150,2,12470,'/framework/base/control.class.php','/framework/base','file','M'),(34151,2,12470,'/framework/base/router.class.php','/framework/base','file','M'),(34152,2,12472,'/framework/base/helper.class.php','/framework/base','file','M'),(34153,2,12472,'/framework/base/router.class.php','/framework/base','file','M'),(34154,2,12472,'/www/js/jquery/form/zentao.js','/www/js/jquery/form','file','M'),(34155,2,12473,'/module/task/css/create.css','/module/task/css','file','M'),(34156,2,12473,'/module/task/view/create.html.php','/module/task/view','file','M'),(34157,2,12474,'/module/file/model.php','/module/file','file','M'),(34158,2,12476,'/module/file/lang/en.php','/module/file/lang','file','M'),(34159,2,12476,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(34160,2,12476,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(34161,2,12477,'/module/bug/control.php','/module/bug','file','M'),(34162,2,12477,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34163,2,12478,'/module/report/css/common.css','/module/report/css','file','M'),(34164,2,12479,'/module/bug/css/create.css','/module/bug/css','file','M'),(34165,2,12479,'/module/task/css/create.css','/module/task/css','file','M'),(34166,2,12479,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(34167,2,12480,'/www/js/my.full.js','/www/js','file','M'),(34168,2,12480,'/www/js/zui/min.js','/www/js/zui','file','M'),(34169,2,12481,'/www/js/my.full.js','/www/js','file','M'),(34170,2,12481,'/www/js/zui/min.js','/www/js/zui','file','M'),(34171,2,12482,'/module/story/css/create.css','/module/story/css','file','M'),(34172,2,12482,'/module/story/view/create.html.php','/module/story/view','file','M'),(34173,2,12483,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34174,2,12484,'/www/theme/default/style.css','/www/theme/default','file','M'),(34175,2,12485,'/www/theme/default/style.css','/www/theme/default','file','M'),(34176,2,12486,'/module/story/css/create.css','/module/story/css','file','M'),(34177,2,12486,'/module/story/view/create.html.php','/module/story/view','file','M'),(34178,2,12487,'/www/js/my.full.js','/www/js','file','M'),(34179,2,12488,'/module/bug/model.php','/module/bug','file','M'),(34180,2,12488,'/module/story/model.php','/module/story','file','M'),(34181,2,12488,'/module/task/model.php','/module/task','file','M'),(34182,2,12488,'/module/testcase/model.php','/module/testcase','file','M'),(34183,2,12488,'/module/upgrade/control.php','/module/upgrade','file','M'),(34184,2,12488,'/module/upgrade/model.php','/module/upgrade','file','M'),(34185,2,12489,'/module/tree/model.php','/module/tree','file','M'),(34186,2,12490,'/framework/base/helper.class.php','/framework/base','file','M'),(34187,2,12490,'/framework/base/router.class.php','/framework/base','file','M'),(34188,2,12502,'/module/common/lang/en.php','/module/common/lang','file','M'),(34189,2,12502,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34190,2,12502,'/module/common/view/footer.html.php','/module/common/view','file','M'),(34191,2,12502,'/module/misc/control.php','/module/misc','file','M'),(34192,2,12502,'/module/user/js/login.js','/module/user/js','file','M'),(34193,2,12502,'/module/user/lang/en.php','/module/user/lang','file','M'),(34194,2,12502,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34195,2,12502,'/module/user/view/login.html.php','/module/user/view','file','M'),(34196,2,12502,'/www/js/my.full.js','/www/js','file','M'),(34197,2,12503,'/framework/base/control.class.php','/framework/base','file','M'),(34198,2,12503,'/framework/base/helper.class.php','/framework/base','file','M'),(34199,2,12503,'/framework/base/router.class.php','/framework/base','file','M'),(34200,2,12503,'/lib/mobile/mobile.class.php','/lib/mobile','file','M'),(34201,2,12503,'/www/index.php','/www','file','M'),(34202,2,12504,'/module/common/lang/en.php','/module/common/lang','file','M'),(34203,2,12504,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34204,2,12507,'/lib/base/dao/dao.class.php','/lib/base/dao','file','M'),(34205,2,12507,'/module/doc/model.php','/module/doc','file','M'),(34206,2,12508,'/www/theme/default/style.css','/www/theme/default','file','M'),(34207,2,12509,'/module/tree/control.php','/module/tree','file','M'),(34208,2,12510,'/module/my/control.php','/module/my','file','M'),(34209,2,12510,'/module/testcase/model.php','/module/testcase','file','M'),(34210,2,12510,'/module/user/control.php','/module/user','file','M'),(34211,2,12511,'/module/product/model.php','/module/product','file','M'),(34212,2,12511,'/module/story/model.php','/module/story','file','M'),(34213,2,12511,'/module/story/view/create.html.php','/module/story/view','file','M'),(34214,2,12513,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(34215,2,12513,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(34216,2,12514,'/www/theme/default/style.css','/www/theme/default','file','M'),(34217,2,12516,'/module/install/control.php','/module/install','file','M'),(34218,2,12516,'/module/install/view/step1.html.php','/module/install/view','file','M'),(34219,2,12517,'/module/file/model.php','/module/file','file','M'),(34220,2,12518,'/module/file/config.php','/module/file','file','M'),(34221,2,12518,'/module/file/control.php','/module/file','file','M'),(34222,2,12518,'/module/file/model.php','/module/file','file','M'),(34223,2,12519,'/module/custom/control.php','/module/custom','file','M'),(34224,2,12519,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(34225,2,12519,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(34226,2,12519,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(34227,2,12519,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(34228,2,12520,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(34229,2,12520,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(34230,2,12520,'/module/cron/model.php','/module/cron','file','M'),(34231,2,12522,'/framework/base/control.class.php','/framework/base','file','M'),(34232,2,12525,'/www/theme/default/style.css','/www/theme/default','file','M'),(34233,2,12526,'/module/task/control.php','/module/task','file','M'),(34234,2,12526,'/module/task/lang/en.php','/module/task/lang','file','M'),(34235,2,12526,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34236,2,12526,'/module/task/view/view.html.php','/module/task/view','file','M'),(34237,2,12527,'/config/config.php','/config','file','M'),(34238,2,12527,'/module/common/lang/en.php','/module/common/lang','file','M'),(34239,2,12527,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34240,2,12527,'/module/common/model.php','/module/common','file','M'),(34241,2,12527,'/module/user/control.php','/module/user','file','M'),(34242,2,12527,'/module/user/model.php','/module/user','file','M'),(34243,2,12528,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(34244,2,12528,'/module/common/view/treeview.html.php','/module/common/view','file','D'),(34245,2,12528,'/module/company/view/browse.html.php','/module/company/view','file','M'),(34246,2,12528,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(34247,2,12528,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(34248,2,12528,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(34249,2,12528,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(34250,2,12528,'/module/editor/view/extend.html.php','/module/editor/view','file','M'),(34251,2,12528,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(34252,2,12528,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34253,2,12528,'/module/project/view/story.html.php','/module/project/view','file','M'),(34254,2,12528,'/module/project/view/task.html.php','/module/project/view','file','M'),(34255,2,12528,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(34256,2,12528,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(34257,2,12528,'/module/tree/model.php','/module/tree','file','M'),(34258,2,12528,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(34259,2,12528,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(34260,2,12529,'/module/bug/model.php','/module/bug','file','M'),(34261,2,12529,'/module/common/lang/en.php','/module/common/lang','file','M'),(34262,2,12529,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34263,2,12529,'/module/story/model.php','/module/story','file','M'),(34264,2,12529,'/module/task/model.php','/module/task','file','M'),(34265,2,12529,'/module/testcase/model.php','/module/testcase','file','M'),(34266,2,12530,'/module/build/css/common.css','/module/build/css','file','M'),(34267,2,12530,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(34268,2,12530,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(34269,2,12530,'/module/build/view/view.html.php','/module/build/view','file','M'),(34270,2,12530,'/module/my/js/common.js','/module/my/js','file','M'),(34271,2,12530,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(34272,2,12530,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(34273,2,12530,'/module/release/css/common.css','/module/release/css','file','M'),(34274,2,12530,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(34275,2,12530,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(34276,2,12530,'/module/release/view/view.html.php','/module/release/view','file','M'),(34277,2,12531,'/module/bug/model.php','/module/bug','file','M'),(34278,2,12531,'/module/story/model.php','/module/story','file','M'),(34279,2,12531,'/module/task/model.php','/module/task','file','M'),(34280,2,12531,'/module/testcase/model.php','/module/testcase','file','M'),(34281,2,12533,'/module/report/lang/en.php','/module/report/lang','file','M'),(34282,2,12534,'/module/build/model.php','/module/build','file','M'),(34283,2,12534,'/module/release/model.php','/module/release','file','M'),(34284,2,12535,'/module/bug/control.php','/module/bug','file','M'),(34285,2,12535,'/module/bug/js/edit.js','/module/bug/js','file','M'),(34286,2,12535,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(34287,2,12535,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(34288,2,12535,'/module/story/control.php','/module/story','file','M'),(34289,2,12535,'/module/story/js/edit.js','/module/story/js','file','M'),(34290,2,12535,'/module/story/lang/en.php','/module/story/lang','file','M'),(34291,2,12535,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(34292,2,12535,'/module/story/model.php','/module/story','file','M'),(34293,2,12535,'/module/testcase/control.php','/module/testcase','file','M'),(34294,2,12535,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(34295,2,12535,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34296,2,12535,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34297,2,12537,'/module/group/lang/resource.php','/module/group/lang','file','M'),(34298,2,12537,'/module/upgrade/model.php','/module/upgrade','file','M'),(34299,2,12538,'/framework/base/control.class.php','/framework/base','file','M'),(34300,2,12538,'/framework/base/router.class.php','/framework/base','file','M'),(34301,2,12540,'/module/task/control.php','/module/task','file','M'),(34302,2,12541,'/module/action/lang/en.php','/module/action/lang','file','M'),(34303,2,12541,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(34304,2,12541,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(34305,2,12541,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(34306,2,12541,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(34307,2,12541,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(34308,2,12541,'/module/block/lang/en.php','/module/block/lang','file','M'),(34309,2,12541,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(34310,2,12541,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(34311,2,12541,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(34312,2,12541,'/module/build/lang/en.php','/module/build/lang','file','M'),(34313,2,12541,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(34314,2,12541,'/module/common/lang/en.php','/module/common/lang','file','M'),(34315,2,12541,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34316,2,12541,'/module/company/lang/en.php','/module/company/lang','file','M'),(34317,2,12541,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(34318,2,12541,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(34319,2,12541,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(34320,2,12541,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(34321,2,12541,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(34322,2,12541,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(34323,2,12541,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(34324,2,12541,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(34325,2,12541,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(34326,2,12541,'/module/file/lang/en.php','/module/file/lang','file','M'),(34327,2,12541,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(34328,2,12541,'/module/group/lang/en.php','/module/group/lang','file','M'),(34329,2,12541,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(34330,2,12541,'/module/install/lang/en.php','/module/install/lang','file','M'),(34331,2,12541,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(34332,2,12541,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(34333,2,12541,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(34334,2,12541,'/module/my/lang/en.php','/module/my/lang','file','M'),(34335,2,12541,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(34336,2,12541,'/module/product/lang/en.php','/module/product/lang','file','M'),(34337,2,12541,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(34338,2,12541,'/module/project/lang/en.php','/module/project/lang','file','M'),(34339,2,12541,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(34340,2,12541,'/module/release/lang/en.php','/module/release/lang','file','M'),(34341,2,12541,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(34342,2,12541,'/module/report/lang/en.php','/module/report/lang','file','M'),(34343,2,12541,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(34344,2,12541,'/module/search/lang/en.php','/module/search/lang','file','M'),(34345,2,12541,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(34346,2,12541,'/module/story/lang/en.php','/module/story/lang','file','M'),(34347,2,12541,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(34348,2,12541,'/module/task/lang/en.php','/module/task/lang','file','M'),(34349,2,12541,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34350,2,12541,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34351,2,12541,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34352,2,12541,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(34353,2,12541,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(34354,2,12541,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(34355,2,12541,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(34356,2,12541,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(34357,2,12541,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(34358,2,12541,'/module/user/lang/en.php','/module/user/lang','file','M'),(34359,2,12541,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34360,2,12542,'/module/doc/model.php','/module/doc','file','M'),(34361,2,12542,'/module/project/model.php','/module/project','file','M'),(34362,2,12543,'/module/bug/control.php','/module/bug','file','M'),(34363,2,12543,'/module/project/model.php','/module/project','file','M'),(34364,2,12544,'/module/dept/model.php','/module/dept','file','M'),(34365,2,12544,'/module/group/control.php','/module/group','file','M'),(34366,2,12544,'/module/group/model.php','/module/group','file','M'),(34367,2,12545,'/module/company/model.php','/module/company','file','M'),(34368,2,12546,'/module/bug/control.php','/module/bug','file','M'),(34369,2,12546,'/module/company/control.php','/module/company','file','M'),(34370,2,12546,'/module/company/model.php','/module/company','file','M'),(34371,2,12546,'/module/doc/control.php','/module/doc','file','M'),(34372,2,12546,'/module/doc/model.php','/module/doc','file','M'),(34373,2,12546,'/module/product/control.php','/module/product','file','M'),(34374,2,12546,'/module/product/model.php','/module/product','file','M'),(34375,2,12546,'/module/project/control.php','/module/project','file','M'),(34376,2,12546,'/module/project/model.php','/module/project','file','M'),(34377,2,12546,'/module/testcase/control.php','/module/testcase','file','M'),(34378,2,12546,'/module/testcase/model.php','/module/testcase','file','M'),(34379,2,12547,'/module/action/lang/en.php','/module/action/lang','file','M'),(34380,2,12547,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(34381,2,12548,'/module/testcase/control.php','/module/testcase','file','M'),(34382,2,12548,'/module/testcase/css/linkcases.css','/module/testcase/css','file','M'),(34383,2,12548,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(34384,2,12548,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34385,2,12548,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34386,2,12548,'/module/testcase/model.php','/module/testcase','file','M'),(34387,2,12548,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(34388,2,12548,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','M'),(34389,2,12549,'/module/bug/control.php','/module/bug','file','M'),(34390,2,12549,'/module/bug/css/linkbugs.css','/module/bug/css','file','M'),(34391,2,12549,'/module/bug/js/edit.js','/module/bug/js','file','M'),(34392,2,12549,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(34393,2,12549,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(34394,2,12549,'/module/bug/model.php','/module/bug','file','M'),(34395,2,12549,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(34396,2,12549,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','M'),(34397,2,12549,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(34398,2,12550,'/module/story/control.php','/module/story','file','M'),(34399,2,12550,'/module/story/css/linkstory.css','/module/story/css','file','M'),(34400,2,12550,'/module/story/js/edit.js','/module/story/js','file','M'),(34401,2,12550,'/module/story/lang/en.php','/module/story/lang','file','M'),(34402,2,12550,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(34403,2,12550,'/module/story/model.php','/module/story','file','M'),(34404,2,12550,'/module/story/view/edit.html.php','/module/story/view','file','M'),(34405,2,12550,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(34406,2,12551,'/module/search/control.php','/module/search','file','M'),(34407,2,12551,'/module/search/model.php','/module/search','file','M'),(34408,2,12551,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34409,2,12552,'/module/release/control.php','/module/release','file','M'),(34410,2,12553,'/module/project/js/story.js','/module/project/js','file','M'),(34411,2,12554,'/module/product/control.php','/module/product','file','M'),(34412,2,12554,'/module/product/model.php','/module/product','file','M'),(34413,2,12554,'/module/story/model.php','/module/story','file','M'),(34414,2,12555,'/module/common/model.php','/module/common','file','M'),(34415,2,12556,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(34416,2,12556,'/module/common/view/mail.css.php','/module/common/view','file','D'),(34417,2,12556,'/module/common/view/mail.header.html.php','/module/common/view','file','M'),(34418,2,12556,'/module/common/view/mail.html.php','/module/common/view','file','D'),(34419,2,12556,'/module/project/view/sendmail.html.php','/module/project/view','file','M'),(34420,2,12556,'/module/report/control.php','/module/report','file','M'),(34421,2,12556,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(34422,2,12556,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(34423,2,12556,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(34424,2,12556,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(34425,2,12556,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(34426,2,12567,'/www/theme/default/style.css','/www/theme/default','file','M'),(34427,2,12568,'/www/js/zui/min.js','/www/js/zui','file','M'),(34428,2,12570,'/framework/control.class.php','/framework','file','M'),(34429,2,12570,'/framework/helper.class.php','/framework','file','M'),(34430,2,12570,'/framework/model.class.php','/framework','file','M'),(34431,2,12570,'/framework/router.class.php','/framework','file','M'),(34432,2,12570,'/lib/base/filter/filter.class.php','/lib/base/filter','file','M'),(34433,2,12571,'/module/testcase/control.php','/module/testcase','file','M'),(34434,2,12571,'/module/testcase/css/edit.css','/module/testcase/css','file','M'),(34435,2,12571,'/module/testcase/js/edit.js','/module/testcase/js','file','M'),(34436,2,12571,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34437,2,12571,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34438,2,12571,'/module/testcase/model.php','/module/testcase','file','M'),(34439,2,12571,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(34440,2,12571,'/module/testcase/view/linkcases.html.php','/module/testcase/view','file','A'),(34441,2,12571,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(34442,2,12572,'/module/bug/view/linkbugs.html.php','/module/bug/view','file','A'),(34443,2,12573,'/module/bug/control.php','/module/bug','file','M'),(34444,2,12573,'/module/bug/css/edit.css','/module/bug/css','file','M'),(34445,2,12573,'/module/bug/js/edit.js','/module/bug/js','file','M'),(34446,2,12573,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(34447,2,12573,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(34448,2,12573,'/module/bug/model.php','/module/bug','file','M'),(34449,2,12573,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(34450,2,12573,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(34451,2,12574,'/module/story/control.php','/module/story','file','M'),(34452,2,12574,'/module/story/css/edit.css','/module/story/css','file','M'),(34453,2,12574,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(34454,2,12575,'/www/theme/default/style.css','/www/theme/default','file','M'),(34455,2,12576,'/www/js/jquery/chosen/min.css','/www/js/jquery/chosen','file','M'),(34456,2,12576,'/www/js/kindeditor/themes/default/default.css','/www/js/kindeditor/themes/default','file','M'),(34457,2,12576,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(34458,2,12578,'/framework/base/control.class.php','/framework/base','file','M'),(34459,2,12578,'/framework/base/helper.class.php','/framework/base','file','M'),(34460,2,12578,'/framework/base/model.class.php','/framework/base','file','M'),(34461,2,12578,'/framework/base/router.class.php','/framework/base','file','M'),(34462,2,12578,'/framework/control.class.php','/framework','file','M'),(34463,2,12578,'/framework/helper.class.php','/framework','file','M'),(34464,2,12578,'/framework/model.class.php','/framework','file','M'),(34465,2,12578,'/framework/router.class.php','/framework','file','M'),(34466,2,12578,'/lib/base/front/front.class.php','/lib/base/front','file','M'),(34467,2,12578,'/lib/front/front.class.php','/lib/front','file','M'),(34468,2,12578,'/module/common/model.php','/module/common','file','M'),(34469,2,12579,'/module/tree/model.php','/module/tree','file','M'),(34470,2,12580,'/www/js/my.full.js','/www/js','file','M'),(34471,2,12581,'/module/testcase/model.php','/module/testcase','file','M'),(34472,2,12582,'/www/js/my.full.js','/www/js','file','M'),(34473,2,12584,'/lib/base/dao/dao.class.php','/lib/base/dao','file','A'),(34474,2,12584,'/lib/base/filter/filter.class.php','/lib/base/filter','file','A'),(34475,2,12584,'/lib/base/front/front.class.php','/lib/base/front','file','A'),(34476,2,12584,'/lib/base/pager/pager.class.php','/lib/base/pager','file','A'),(34477,2,12584,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34478,2,12584,'/lib/filter/filter.class.php','/lib/filter','file','M'),(34479,2,12584,'/lib/front/front.class.php','/lib/front','file','M'),(34480,2,12584,'/lib/pager/pager.class.php','/lib/pager','file','M'),(34481,2,12585,'/www/js/my.full.js','/www/js','file','M'),(34482,2,12586,'/module/story/control.php','/module/story','file','M'),(34483,2,12586,'/module/story/model.php','/module/story','file','M'),(34484,2,12587,'/module/search/control.php','/module/search','file','M'),(34485,2,12587,'/module/search/model.php','/module/search','file','M'),(34486,2,12587,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34487,2,12588,'/module/company/control.php','/module/company','file','M'),(34488,2,12588,'/module/product/control.php','/module/product','file','M'),(34489,2,12588,'/module/story/control.php','/module/story','file','M'),(34490,2,12588,'/module/story/model.php','/module/story','file','M'),(34491,2,12588,'/module/story/view/edit.html.php','/module/story/view','file','M'),(34492,2,12588,'/module/story/view/linkstory.html.php','/module/story/view','file','M'),(34493,2,12590,'/config/config.php','/config','file','M'),(34494,2,12590,'/framework/base/control.class.php','/framework/base','file','A'),(34495,2,12590,'/framework/base/helper.class.php','/framework/base','file','A'),(34496,2,12590,'/framework/base/model.class.php','/framework/base','file','A'),(34497,2,12590,'/framework/base/router.class.php','/framework/base','file','A'),(34498,2,12590,'/framework/control.class.php','/framework','file','M'),(34499,2,12590,'/framework/helper.class.php','/framework','file','M'),(34500,2,12590,'/framework/model.class.php','/framework','file','M'),(34501,2,12590,'/framework/myrouter.class.php','/framework','file','D'),(34502,2,12590,'/framework/router.class.php','/framework','file','M'),(34503,2,12590,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34504,2,12590,'/www/index.php','/www','file','M'),(34505,2,12590,'/www/install.php','/www','file','M'),(34506,2,12590,'/www/upgrade.php','/www','file','M'),(34507,2,12591,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(34508,2,12591,'/module/mail/view/sendclouduser.html.php','/module/mail/view','file','M'),(34509,2,12591,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(34510,2,12591,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(34511,2,12592,'/db/update8.0.1.sql','/db','file','M'),(34512,2,12592,'/db/zentao.sql','/db','file','M'),(34513,2,12593,'/module/project/model.php','/module/project','file','M'),(34514,2,12593,'/module/project/view/task.html.php','/module/project/view','file','M'),(34515,2,12593,'/module/task/model.php','/module/task','file','M'),(34516,2,12595,'/module/story/js/edit.js','/module/story/js','file','A'),(34517,2,12595,'/module/story/view/linkstory.html.php','/module/story/view','file','A'),(34518,2,12596,'/lib/front/front.class.php','/lib/front','file','M'),(34519,2,12596,'/module/build/js/view.js','/module/build/js','file','M'),(34520,2,12596,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(34521,2,12596,'/module/release/js/view.js','/module/release/js','file','M'),(34522,2,12598,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(34523,2,12598,'/module/story/control.php','/module/story','file','M'),(34524,2,12598,'/module/story/lang/en.php','/module/story/lang','file','M'),(34525,2,12598,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(34526,2,12598,'/module/story/model.php','/module/story','file','M'),(34527,2,12598,'/module/story/view/edit.html.php','/module/story/view','file','M'),(34528,2,12598,'/module/story/view/view.html.php','/module/story/view','file','M'),(34529,2,12599,'/www/js/my.full.js','/www/js','file','M'),(34530,2,12600,'/VERSION','/','file','M'),(34531,2,12600,'/config/config.php','/config','file','M'),(34532,2,12600,'/db/update8.0.1.sql','/db','file','M'),(34533,2,12600,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(34534,2,12600,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(34535,2,12600,'/module/upgrade/model.php','/module/upgrade','file','M'),(34536,2,12601,'/module/custom/control.php','/module/custom','file','M'),(34537,2,12601,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(34538,2,12602,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34539,2,12602,'/module/story/view/create.html.php','/module/story/view','file','M'),(34540,2,12602,'/module/task/view/create.html.php','/module/task/view','file','M'),(34541,2,12602,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(34542,2,12604,'/config/config.php','/config','file','M'),(34543,2,12604,'/framework/helper.class.php','/framework','file','M'),(34544,2,12604,'/lib/filter/filter.class.php','/lib/filter','file','M'),(34545,2,12604,'/lib/front/front.class.php','/lib/front','file','M'),(34546,2,12604,'/module/product/css/browse.css','/module/product/css','file','M'),(34547,2,12604,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34548,2,12604,'/module/task/lang/en.php','/module/task/lang','file','M'),(34549,2,12604,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34550,2,12604,'/module/task/model.php','/module/task','file','M'),(34551,2,12604,'/www/js/my.full.js','/www/js','file','M'),(34552,2,12605,'/www/theme/default/style.css','/www/theme/default','file','M'),(34553,2,12607,'/module/bug/css/create.css','/module/bug/css','file','M'),(34554,2,12607,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34555,2,12607,'/module/story/css/create.css','/module/story/css','file','M'),(34556,2,12607,'/module/story/view/create.html.php','/module/story/view','file','M'),(34557,2,12607,'/module/task/css/create.css','/module/task/css','file','M'),(34558,2,12607,'/module/task/view/create.html.php','/module/task/view','file','M'),(34559,2,12607,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(34560,2,12607,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(34561,2,12608,'/lib/front/front.class.php','/lib/front','file','M'),(34562,2,12608,'/module/common/lang/en.php','/module/common/lang','file','M'),(34563,2,12608,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34564,2,12608,'/www/js/my.full.js','/www/js','file','M'),(34565,2,12608,'/www/theme/default/style.css','/www/theme/default','file','M'),(34566,2,12609,'/module/task/control.php','/module/task','file','M'),(34567,2,12609,'/module/task/lang/en.php','/module/task/lang','file','M'),(34568,2,12609,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34569,2,12609,'/module/task/model.php','/module/task','file','M'),(34570,2,12609,'/module/task/view/view.html.php','/module/task/view','file','M'),(34571,2,12610,'/module/task/lang/en.php','/module/task/lang','file','M'),(34572,2,12610,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34573,2,12610,'/module/task/model.php','/module/task','file','M'),(34574,2,12611,'/bin/php/backup.php','/bin/php','file','M'),(34575,2,12611,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34576,2,12611,'/module/install/control.php','/module/install','file','M'),(34577,2,12611,'/module/install/model.php','/module/install','file','M'),(34578,2,12611,'/module/install/view/step3.html.php','/module/install/view','file','M'),(34579,2,12612,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(34580,2,12612,'/module/story/view/view.html.php','/module/story/view','file','M'),(34581,2,12612,'/module/task/view/view.html.php','/module/task/view','file','M'),(34582,2,12612,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(34583,2,12614,'/module/bug/css/create.css','/module/bug/css','file','M'),(34584,2,12614,'/module/bug/js/create.js','/module/bug/js','file','M'),(34585,2,12614,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(34586,2,12614,'/module/story/js/create.js','/module/story/js','file','M'),(34587,2,12614,'/module/story/view/create.html.php','/module/story/view','file','M'),(34588,2,12614,'/module/task/css/create.css','/module/task/css','file','M'),(34589,2,12614,'/module/task/js/create.js','/module/task/js','file','M'),(34590,2,12614,'/module/task/lang/en.php','/module/task/lang','file','M'),(34591,2,12614,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(34592,2,12614,'/module/task/view/create.html.php','/module/task/view','file','M'),(34593,2,12614,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(34594,2,12614,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(34595,2,12614,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(34596,2,12614,'/www/js/my.full.js','/www/js','file','M'),(34597,2,12614,'/www/theme/default/style.css','/www/theme/default','file','M'),(34598,2,12615,'/module/backup/control.php','/module/backup','file','M'),(34599,2,12616,'/db/zentao.sql','/db','file','M'),(34600,2,12616,'/module/report/control.php','/module/report','file','M'),(34601,2,12618,'/db/update8.0.1.sql','/db','file','M'),(34602,2,12619,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34603,2,12620,'/module/story/config.php','/module/story','file','M'),(34604,2,12620,'/module/story/js/review.js','/module/story/js','file','M'),(34605,2,12621,'/module/build/control.php','/module/build','file','M'),(34606,2,12621,'/module/build/css/view.css','/module/build/css','file','M'),(34607,2,12632,'/module/user/model.php','/module/user','file','M'),(34608,2,12633,'/module/action/view/trash.html.php','/module/action/view','file','M'),(34609,2,12633,'/module/user/model.php','/module/user','file','M'),(34610,2,12634,'/module/bug/control.php','/module/bug','file','M'),(34611,2,12636,'/db/update8.0.1.sql','/db','file','A'),(34612,2,12636,'/db/zentao.sql','/db','file','M'),(34613,2,12636,'/doc/UPGRADE','/doc','file','M'),(34614,2,12636,'/module/story/config.php','/module/story','file','M'),(34615,2,12636,'/module/story/model.php','/module/story','file','M'),(34616,2,12637,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(34617,2,12637,'/module/story/view/view.html.php','/module/story/view','file','M'),(34618,2,12638,'/module/project/control.php','/module/project','file','M'),(34619,2,12638,'/module/project/model.php','/module/project','file','M'),(34620,2,12638,'/module/testcase/model.php','/module/testcase','file','M'),(34621,2,12640,'/lib/front/front.class.php','/lib/front','file','M'),(34622,2,12640,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(34623,2,12640,'/module/company/view/browse.html.php','/module/company/view','file','M'),(34624,2,12640,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(34625,2,12640,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(34626,2,12640,'/module/my/view/task.html.php','/module/my/view','file','M'),(34627,2,12640,'/module/product/view/view.html.php','/module/product/view','file','M'),(34628,2,12640,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(34629,2,12640,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(34630,2,12640,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34631,2,12640,'/module/story/view/activate.html.php','/module/story/view','file','M'),(34632,2,12640,'/module/story/view/change.html.php','/module/story/view','file','M'),(34633,2,12640,'/module/story/view/report.html.php','/module/story/view','file','M'),(34634,2,12640,'/module/task/view/report.html.php','/module/task/view','file','M'),(34635,2,12640,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(34636,2,12640,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(34637,2,12640,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','M'),(34638,2,12641,'/module/doc/control.php','/module/doc','file','M'),(34639,2,12641,'/module/doc/model.php','/module/doc','file','M'),(34640,2,12643,'/framework/helper.class.php','/framework','file','M'),(34641,2,12643,'/framework/router.class.php','/framework','file','M'),(34642,2,12643,'/lib/front/front.class.php','/lib/front','file','M'),(34643,2,12643,'/module/bug/control.php','/module/bug','file','M'),(34644,2,12643,'/module/story/control.php','/module/story','file','M'),(34645,2,12644,'/module/release/control.php','/module/release','file','M'),(34646,2,12645,'/module/testcase/control.php','/module/testcase','file','M'),(34647,2,12645,'/module/testcase/model.php','/module/testcase','file','M'),(34648,2,12646,'/module/product/control.php','/module/product','file','M'),(34649,2,12646,'/module/product/model.php','/module/product','file','M'),(34650,2,12647,'/module/company/control.php','/module/company','file','M'),(34651,2,12647,'/module/company/model.php','/module/company','file','M'),(34652,2,12648,'/module/bug/control.php','/module/bug','file','M'),(34653,2,12648,'/module/bug/model.php','/module/bug','file','M'),(34654,2,12650,'/config/config.php','/config','file','M'),(34655,2,12650,'/framework/myrouter.class.php','/framework','file','A'),(34656,2,12650,'/framework/router.class.php','/framework','file','M'),(34657,2,12652,'/config/config.php','/config','file','M'),(34658,2,12652,'/framework/control.class.php','/framework','file','M'),(34659,2,12652,'/framework/helper.class.php','/framework','file','M'),(34660,2,12652,'/framework/model.class.php','/framework','file','M'),(34661,2,12652,'/framework/router.class.php','/framework','file','M'),(34662,2,12652,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34663,2,12652,'/lib/filter/filter.class.php','/lib/filter','file','M'),(34664,2,12652,'/lib/front/front.class.php','/lib/front','file','M'),(34665,2,12652,'/lib/pager/pager.class.php','/lib/pager','file','M'),(34666,2,12652,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(34667,2,12652,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34668,2,12652,'/module/common/model.php','/module/common','file','M'),(34669,2,12652,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(34670,2,12652,'/module/common/view/m.header.lite.html.php','/module/common/view','file','M'),(34671,2,12652,'/module/company/view/browse.html.php','/module/company/view','file','M'),(34672,2,12652,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(34673,2,12652,'/module/my/view/bug.html.php','/module/my/view','file','M'),(34674,2,12652,'/module/my/view/story.html.php','/module/my/view','file','M'),(34675,2,12652,'/module/my/view/task.html.php','/module/my/view','file','M'),(34676,2,12652,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(34677,2,12652,'/module/my/view/todo.html.php','/module/my/view','file','M'),(34678,2,12652,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34679,2,12652,'/module/product/view/index.html.php','/module/product/view','file','M'),(34680,2,12652,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(34681,2,12652,'/module/project/view/bug.html.php','/module/project/view','file','M'),(34682,2,12652,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(34683,2,12652,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(34684,2,12652,'/module/project/view/index.html.php','/module/project/view','file','M'),(34685,2,12652,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(34686,2,12652,'/module/project/view/story.html.php','/module/project/view','file','M'),(34687,2,12652,'/module/project/view/task.html.php','/module/project/view','file','M'),(34688,2,12652,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(34689,2,12652,'/module/task/js/create.js','/module/task/js','file','M'),(34690,2,12652,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(34691,2,12652,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(34692,2,12652,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(34693,2,12652,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(34694,2,12652,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(34695,2,12652,'/www/index.php','/www','file','M'),(34696,2,12652,'/www/install.php','/www','file','M'),(34697,2,12652,'/www/js/m.my.full.js','/www/js','file','M'),(34698,2,12652,'/www/js/my.full.js','/www/js','file','M'),(34699,2,12652,'/www/upgrade.php','/www','file','M'),(34700,2,12653,'/module/bug/control.php','/module/bug','file','M'),(34701,2,12653,'/module/bug/model.php','/module/bug','file','M'),(34702,2,12654,'/config/config.php','/config','file','M'),(34703,2,12654,'/module/user/control.php','/module/user','file','M'),(34704,2,12654,'/module/user/lang/en.php','/module/user/lang','file','M'),(34705,2,12654,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34706,2,12654,'/module/user/model.php','/module/user','file','M'),(34707,2,12655,'/module/bug/js/browse.js','/module/bug/js','file','M'),(34708,2,12655,'/module/company/js/browse.js','/module/company/js','file','M'),(34709,2,12655,'/module/product/js/browse.js','/module/product/js','file','M'),(34710,2,12655,'/module/project/js/bug.js','/module/project/js','file','M'),(34711,2,12655,'/module/project/js/story.js','/module/project/js','file','M'),(34712,2,12655,'/module/project/js/task.js','/module/project/js','file','M'),(34713,2,12655,'/module/story/js/zerocase.js','/module/story/js','file','M'),(34714,2,12655,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(34715,2,12655,'/www/js/my.full.js','/www/js','file','M'),(34716,2,12655,'/www/theme/default/style.css','/www/theme/default','file','M'),(34717,2,12656,'/module/search/control.php','/module/search','file','M'),(34718,2,12656,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34719,2,12656,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(34720,2,12657,'/module/file/view/buildform.html.php','/module/file/view','file','M'),(34721,2,12659,'/module/cron/css/common.css','/module/cron/css','file','A'),(34722,2,12659,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(34723,2,12659,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(34724,2,12659,'/module/cron/model.php','/module/cron','file','M'),(34725,2,12659,'/module/cron/view/create.html.php','/module/cron/view','file','M'),(34726,2,12659,'/module/cron/view/edit.html.php','/module/cron/view','file','M'),(34727,2,12660,'/Makefile','/','file','M'),(34728,2,12661,'/module/build/css/view.css','/module/build/css','file','M'),(34729,2,12661,'/module/release/css/view.css','/module/release/css','file','M'),(34730,2,12663,'/module/misc/control.php','/module/misc','file','M'),(34731,2,12663,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(34732,2,12663,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(34733,2,12663,'/module/misc/model.php','/module/misc','file','M'),(34734,2,12663,'/module/misc/view/checktable.html.php','/module/misc/view','file','A'),(34735,2,12664,'/module/group/css/managemember.css','/module/group/css','file','M'),(34736,2,12664,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(34737,2,12664,'/www/theme/default/style.css','/www/theme/default','file','M'),(34738,2,12666,'/module/common/model.php','/module/common','file','M'),(34739,2,12667,'/module/dept/model.php','/module/dept','file','M'),(34740,2,12667,'/module/group/control.php','/module/group','file','M'),(34741,2,12667,'/module/group/model.php','/module/group','file','M'),(34742,2,12667,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(34743,2,12668,'/module/user/model.php','/module/user','file','M'),(34744,2,12669,'/module/testtask/control.php','/module/testtask','file','M'),(34745,2,12669,'/module/user/model.php','/module/user','file','M'),(34746,2,12670,'/www/theme/default/images/main/zentao.png','/www/theme/default/images/main','file','A'),(34747,2,12671,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(34748,2,12671,'/module/common/view/mail.css.php','/module/common/view','file','M'),(34749,2,12671,'/module/common/view/mail.footer.html.php','/module/common/view','file','A'),(34750,2,12671,'/module/common/view/mail.header.html.php','/module/common/view','file','A'),(34751,2,12671,'/module/common/view/mail.html.php','/module/common/view','file','M'),(34752,2,12671,'/module/project/view/sendmail.html.php','/module/project/view','file','M'),(34753,2,12671,'/module/report/control.php','/module/report','file','M'),(34754,2,12671,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(34755,2,12671,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(34756,2,12671,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(34757,2,12671,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(34758,2,12673,'/www/theme/default/style.css','/www/theme/default','file','M'),(34759,2,12674,'/module/common/lang/en.php','/module/common/lang','file','M'),(34760,2,12674,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34761,2,12674,'/module/common/model.php','/module/common','file','M'),(34762,2,12675,'/module/common/view/action.html.php','/module/common/view','file','M'),(34763,2,12676,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(34764,2,12677,'/module/my/view/todo.html.php','/module/my/view','file','M'),(34765,2,12678,'/module/build/css/view.css','/module/build/css','file','M'),(34766,2,12678,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34767,2,12679,'/www/theme/default/style.css','/www/theme/default','file','M'),(34768,2,12680,'/module/admin/css/index.css','/module/admin/css','file','M'),(34769,2,12681,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(34770,2,12682,'/module/common/view/treeview.html.php','/module/common/view','file','M'),(34771,2,12682,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(34772,2,12682,'/module/dept/css/browse.css','/module/dept/css','file','M'),(34773,2,12682,'/module/dept/model.php','/module/dept','file','M'),(34774,2,12682,'/module/editor/model.php','/module/editor','file','M'),(34775,2,12682,'/module/editor/view/extend.html.php','/module/editor/view','file','M'),(34776,2,12682,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(34777,2,12682,'/module/project/model.php','/module/project','file','M'),(34778,2,12682,'/module/tree/model.php','/module/tree','file','M'),(34779,2,12682,'/www/js/my.full.js','/www/js','file','M'),(34780,2,12682,'/www/theme/default/style.css','/www/theme/default','file','M'),(34781,2,12683,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(34782,2,12684,'/www/js/zui/min.js','/www/js/zui','file','M'),(34783,2,12684,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(34784,2,12685,'/www/theme/default/style.css','/www/theme/default','file','M'),(34785,2,12686,'/module/project/css/create.css','/module/project/css','file','M'),(34786,2,12697,'/module/project/control.php','/module/project','file','M'),(34787,2,12697,'/module/task/js/edit.js','/module/task/js','file','M'),(34788,2,12697,'/module/task/view/edit.html.php','/module/task/view','file','M'),(34789,2,12698,'/module/bug/model.php','/module/bug','file','M'),(34790,2,12700,'/module/user/js/login.js','/module/user/js','file','M'),(34791,2,12700,'/module/user/lang/en.php','/module/user/lang','file','M'),(34792,2,12700,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34793,2,12700,'/module/user/view/login.html.php','/module/user/view','file','M'),(34794,2,12701,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34795,2,12702,'/module/file/model.php','/module/file','file','M'),(34796,2,12703,'/module/common/model.php','/module/common','file','M'),(34797,2,12703,'/module/misc/control.php','/module/misc','file','M'),(34798,2,12704,'/module/report/config.php','/module/report','file','M'),(34799,2,12704,'/module/report/control.php','/module/report','file','M'),(34800,2,12704,'/module/report/lang/en.php','/module/report/lang','file','M'),(34801,2,12704,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(34802,2,12704,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(34803,2,12704,'/module/report/model.php','/module/report','file','M'),(34804,2,12704,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(34805,2,12705,'/module/file/model.php','/module/file','file','M'),(34806,2,12707,'/module/file/config.php','/module/file','file','M'),(34807,2,12707,'/module/file/control.php','/module/file','file','M'),(34808,2,12707,'/module/file/model.php','/module/file','file','M'),(34809,2,12708,'/module/testtask/control.php','/module/testtask','file','M'),(34810,2,12708,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(34811,2,12708,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(34812,2,12708,'/module/testtask/model.php','/module/testtask','file','M'),(34813,2,12708,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(34814,2,12708,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(34815,2,12708,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(34816,2,12708,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(34817,2,12709,'/module/common/view/action.html.php','/module/common/view','file','M'),(34818,2,12709,'/www/theme/default/style.css','/www/theme/default','file','M'),(34819,2,12710,'/module/common/view/mail.css.php','/module/common/view','file','M'),(34820,2,12710,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(34821,2,12711,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(34822,2,12711,'/module/common/view/mail.css.php','/module/common/view','file','A'),(34823,2,12711,'/module/common/view/mail.html.php','/module/common/view','file','M'),(34824,2,12711,'/module/project/view/sendmail.html.php','/module/project/view','file','M'),(34825,2,12711,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(34826,2,12711,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(34827,2,12711,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(34828,2,12713,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(34829,2,12713,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(34830,2,12713,'/module/tree/model.php','/module/tree','file','M'),(34831,2,12714,'/module/story/model.php','/module/story','file','M'),(34832,2,12716,'/module/my/control.php','/module/my','file','M'),(34833,2,12716,'/module/testcase/model.php','/module/testcase','file','M'),(34834,2,12716,'/module/user/control.php','/module/user','file','M'),(34835,2,12717,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(34836,2,12717,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(34837,2,12717,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(34838,2,12719,'/module/bug/model.php','/module/bug','file','M'),(34839,2,12719,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(34840,2,12719,'/module/common/lang/en.php','/module/common/lang','file','M'),(34841,2,12719,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(34842,2,12719,'/module/project/control.php','/module/project','file','M'),(34843,2,12719,'/module/story/model.php','/module/story','file','M'),(34844,2,12719,'/module/story/view/change.html.php','/module/story/view','file','M'),(34845,2,12719,'/module/story/view/edit.html.php','/module/story/view','file','M'),(34846,2,12719,'/module/task/model.php','/module/task','file','M'),(34847,2,12719,'/module/task/view/edit.html.php','/module/task/view','file','M'),(34848,2,12719,'/module/testcase/model.php','/module/testcase','file','M'),(34849,2,12719,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(34850,2,12720,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(34851,2,12721,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(34852,2,12721,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(34853,2,12721,'/module/product/view/browse.html.php','/module/product/view','file','M'),(34854,2,12721,'/module/project/view/task.html.php','/module/project/view','file','M'),(34855,2,12721,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(34856,2,12722,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(34857,2,12722,'/module/story/control.php','/module/story','file','M'),(34858,2,12723,'/module/common/model.php','/module/common','file','M'),(34859,2,12723,'/module/file/control.php','/module/file','file','M'),(34860,2,12723,'/www/js/kindeditor/kindeditor-min.js','/www/js/kindeditor','file','M'),(34861,2,12725,'/module/report/model.php','/module/report','file','M'),(34862,2,12726,'/www/js/kindeditor/kindeditor-min.js','/www/js/kindeditor','file','M'),(34863,2,12727,'/module/branch/model.php','/module/branch','file','M'),(34864,2,12728,'/module/tree/control.php','/module/tree','file','M'),(34865,2,12729,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(34866,2,12730,'/framework/helper.class.php','/framework','file','M'),(34867,2,12732,'/module/action/model.php','/module/action','file','M'),(34868,2,12733,'/module/testcase/control.php','/module/testcase','file','M'),(34869,2,12733,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(34870,2,12733,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(34871,2,12733,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(34872,2,12733,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(34873,2,12734,'/module/file/model.php','/module/file','file','M'),(34874,2,12735,'/VERSION','/','file','M'),(34875,2,12735,'/config/config.php','/config','file','M'),(34876,2,12735,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(34877,2,12735,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(34878,2,12735,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(34879,2,12735,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(34880,2,12735,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(34881,2,12735,'/module/upgrade/model.php','/module/upgrade','file','M'),(34882,2,12735,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(34883,2,12735,'/tools/check.php','/tools','file','M'),(34884,2,12736,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(34885,2,12737,'/module/build/control.php','/module/build','file','M'),(34886,2,12737,'/module/build/model.php','/module/build','file','M'),(34887,2,12737,'/module/product/control.php','/module/product','file','M'),(34888,2,12737,'/module/story/control.php','/module/story','file','M'),(34889,2,12737,'/module/story/model.php','/module/story','file','M'),(34890,2,12738,'/module/bug/control.php','/module/bug','file','M'),(34891,2,12738,'/module/bug/model.php','/module/bug','file','M'),(34892,2,12738,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(34893,2,12738,'/module/file/control.php','/module/file','file','M'),(34894,2,12738,'/module/file/model.php','/module/file','file','M'),(34895,2,12738,'/module/story/control.php','/module/story','file','M'),(34896,2,12738,'/module/story/model.php','/module/story','file','M'),(34897,2,12738,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(34898,2,12739,'/module/file/view/export.html.php','/module/file/view','file','M'),(34899,2,12740,'/module/build/model.php','/module/build','file','M'),(34900,2,12740,'/module/release/control.php','/module/release','file','M'),(34901,2,12740,'/module/release/model.php','/module/release','file','M'),(34902,2,12740,'/module/testtask/model.php','/module/testtask','file','M'),(34903,2,12741,'/module/doc/control.php','/module/doc','file','M'),(34904,2,12742,'/lib/dao/dao.class.php','/lib/dao','file','M'),(34905,2,12742,'/module/doc/control.php','/module/doc','file','M'),(34906,2,12742,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(34907,2,12742,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(34908,2,12742,'/module/story/model.php','/module/story','file','M'),(34909,2,12742,'/www/js/my.full.js','/www/js','file','M'),(34910,2,12743,'/module/story/model.php','/module/story','file','M'),(34911,2,12744,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(34912,2,12744,'/www/js/my.full.js','/www/js','file','M'),(34913,2,12745,'/module/common/model.php','/module/common','file','M'),(34914,2,12745,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(34915,2,12745,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(34916,2,12745,'/module/upgrade/model.php','/module/upgrade','file','M'),(34917,2,12745,'/module/user/control.php','/module/user','file','M'),(34918,2,12745,'/module/user/lang/en.php','/module/user/lang','file','M'),(34919,2,12745,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(34920,2,12745,'/module/user/model.php','/module/user','file','M'),(34921,2,12745,'/module/user/view/login.html.php','/module/user/view','file','M'),(34922,2,12745,'/module/user/view/reset.html.php','/module/user/view','file','A'),(34923,2,12746,'/module/bug/js/report.js','/module/bug/js','file','M'),(34924,2,12746,'/module/my/css/index.css','/module/my/css','file','M'),(34925,2,12746,'/module/my/js/index.js','/module/my/js','file','M'),(34926,2,12746,'/module/story/js/report.js','/module/story/js','file','M'),(34927,2,12746,'/module/task/js/report.js','/module/task/js','file','M'),(34928,2,12746,'/www/js/my.full.js','/www/js','file','M'),(34929,2,12747,'/module/common/model.php','/module/common','file','M'),(34930,2,12748,'/module/project/control.php','/module/project','file','M'),(34931,2,12748,'/module/story/model.php','/module/story','file','M'),(34932,2,12749,'/module/release/model.php','/module/release','file','M'),(34933,2,12750,'/module/project/control.php','/module/project','file','M'),(34934,2,12762,'/module/block/view/bugblock.html.php','/module/block/view','file','M'),(34935,2,12762,'/module/block/view/caseblock.html.php','/module/block/view','file','M'),(34936,2,12762,'/module/block/view/productblock.html.php','/module/block/view','file','M'),(34937,2,12762,'/module/block/view/projectblock.html.php','/module/block/view','file','M'),(34938,2,12762,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(34939,2,12762,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(34940,2,12762,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(34941,2,12764,'/module/block/control.php','/module/block','file','M'),(34942,2,12765,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(34943,2,12765,'/module/user/model.php','/module/user','file','M'),(34944,2,12765,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(34945,2,12765,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(34946,2,12765,'/module/user/view/create.html.php','/module/user/view','file','M'),(34947,2,12765,'/module/user/view/delete.html.php','/module/user/view','file','M'),(34948,2,12765,'/module/user/view/edit.html.php','/module/user/view','file','M'),(34949,2,12765,'/www/js/my.full.js','/www/js','file','M'),(34950,2,12767,'/module/user/view/edit.html.php','/module/user/view','file','M'),(34951,2,12767,'/www/js/jquery/placeholder/min.js','/www/js/jquery/placeholder','file','M'),(34952,2,12768,'/module/story/control.php','/module/story','file','M'),(34953,2,12768,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(34954,2,12769,'/module/admin/css/index.css','/module/admin/css','file','M'),(34955,2,12770,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(34956,2,12770,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(34957,2,12770,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(34958,2,12770,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(34959,2,12770,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(34960,2,12770,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(34961,2,12770,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(34962,2,12771,'/VERSION','/','file','M'),(34963,2,12771,'/config/config.php','/config','file','M'),(34964,2,12771,'/db/update7.4.beta.sql','/db','file','A'),(34965,2,12771,'/db/zentao.sql','/db','file','M'),(34966,2,12771,'/module/group/lang/en.php','/module/group/lang','file','M'),(34967,2,12771,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(34968,2,12771,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(34969,2,12771,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(34970,2,12771,'/module/upgrade/model.php','/module/upgrade','file','M'),(34971,2,12772,'/module/mail/control.php','/module/mail','file','M'),(34972,2,12773,'/module/misc/css/about.css','/module/misc/css','file','M'),(34973,2,12773,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(34974,2,12773,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(34975,2,12774,'/module/user/view/managecontacts.html.php','/module/user/view','file','M'),(34976,2,12775,'/module/testcase/control.php','/module/testcase','file','M'),(34977,2,12775,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(34978,2,12775,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(34979,2,12775,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(34980,2,12776,'/module/project/control.php','/module/project','file','M'),(34981,2,12776,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(34982,2,12777,'/module/build/control.php','/module/build','file','M'),(34983,2,12777,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(34984,2,12777,'/module/productplan/control.php','/module/productplan','file','M'),(34985,2,12777,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(34986,2,12777,'/module/project/control.php','/module/project','file','M'),(34987,2,12777,'/module/release/control.php','/module/release','file','M'),(34988,2,12777,'/module/release/view/browse.html.php','/module/release/view','file','M'),(34989,2,12777,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(34990,2,12777,'/module/testtask/control.php','/module/testtask','file','M'),(34991,2,12778,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(34992,2,12778,'/module/company/view/browse.html.php','/module/company/view','file','M'),(34993,2,12778,'/module/user/control.php','/module/user','file','M'),(34994,2,12778,'/module/user/model.php','/module/user','file','M'),(34995,2,12778,'/module/user/view/profile.html.php','/module/user/view','file','M'),(34996,2,12779,'/module/productplan/model.php','/module/productplan','file','M'),(34997,2,12779,'/module/productplan/view/batchedit.html.php','/module/productplan/view','file','M'),(34998,2,12779,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(34999,2,12779,'/www/js/my.full.js','/www/js','file','M'),(35000,2,12780,'/module/action/model.php','/module/action','file','M'),(35001,2,12780,'/module/bug/control.php','/module/bug','file','M'),(35002,2,12780,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35003,2,12780,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35004,2,12780,'/module/story/control.php','/module/story','file','M'),(35005,2,12780,'/module/story/lang/en.php','/module/story/lang','file','M'),(35006,2,12780,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35007,2,12780,'/module/story/model.php','/module/story','file','M'),(35008,2,12781,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35009,2,12781,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35010,2,12781,'/module/story/control.php','/module/story','file','M'),(35011,2,12781,'/module/story/lang/en.php','/module/story/lang','file','M'),(35012,2,12781,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35013,2,12781,'/module/story/model.php','/module/story','file','M'),(35014,2,12782,'/module/testtask/js/cases.js','/module/testtask/js','file','M'),(35015,2,12782,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(35016,2,12783,'/module/build/js/view.js','/module/build/js','file','M'),(35017,2,12783,'/module/dept/css/browse.css','/module/dept/css','file','M'),(35018,2,12784,'/module/bug/js/browse.js','/module/bug/js','file','M'),(35019,2,12784,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35020,2,12784,'/module/build/js/view.js','/module/build/js','file','M'),(35021,2,12784,'/module/company/js/browse.js','/module/company/js','file','M'),(35022,2,12784,'/module/mail/view/browse.html.php','/module/mail/view','file','M'),(35023,2,12784,'/module/my/js/common.js','/module/my/js','file','M'),(35024,2,12784,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(35025,2,12784,'/module/my/view/todo.html.php','/module/my/view','file','M'),(35026,2,12784,'/module/product/js/browse.js','/module/product/js','file','M'),(35027,2,12784,'/module/product/js/index.js','/module/product/js','file','M'),(35028,2,12784,'/module/product/view/index.html.php','/module/product/view','file','M'),(35029,2,12784,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(35030,2,12784,'/module/project/js/bug.js','/module/project/js','file','M'),(35031,2,12784,'/module/project/js/importbug.js','/module/project/js','file','M'),(35032,2,12784,'/module/project/js/importtask.js','/module/project/js','file','M'),(35033,2,12784,'/module/project/js/index.js','/module/project/js','file','M'),(35034,2,12784,'/module/project/js/story.js','/module/project/js','file','M'),(35035,2,12784,'/module/project/js/task.js','/module/project/js','file','M'),(35036,2,12784,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(35037,2,12784,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(35038,2,12784,'/module/project/view/index.html.php','/module/project/view','file','M'),(35039,2,12784,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(35040,2,12784,'/module/release/js/view.js','/module/release/js','file','M'),(35041,2,12784,'/module/story/js/zerocase.js','/module/story/js','file','M'),(35042,2,12784,'/module/testcase/js/browse.js','/module/testcase/js','file','M'),(35043,2,12784,'/www/js/my.full.js','/www/js','file','M'),(35044,2,12784,'/www/theme/default/style.css','/www/theme/default','file','M'),(35045,2,12785,'/lib/dao/dao.class.php','/lib/dao','file','M'),(35046,2,12786,'/module/user/control.php','/module/user','file','M'),(35047,2,12787,'/module/block/control.php','/module/block','file','M'),(35048,2,12788,'/module/bug/model.php','/module/bug','file','M'),(35049,2,12788,'/module/build/control.php','/module/build','file','M'),(35050,2,12788,'/module/productplan/control.php','/module/productplan','file','M'),(35051,2,12788,'/module/release/control.php','/module/release','file','M'),(35052,2,12789,'/db/zentao.sql','/db','file','M'),(35053,2,12790,'/module/report/config.php','/module/report','file','M'),(35054,2,12790,'/module/report/control.php','/module/report','file','M'),(35055,2,12790,'/module/report/lang/en.php','/module/report/lang','file','M'),(35056,2,12790,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(35057,2,12790,'/module/report/model.php','/module/report','file','M'),(35058,2,12790,'/module/report/view/dailyreminder.html.php','/module/report/view','file','M'),(35059,2,12791,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(35060,2,12792,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(35061,2,12793,'/www/theme/default/style.css','/www/theme/default','file','M'),(35062,2,12794,'/module/bug/model.php','/module/bug','file','M'),(35063,2,12794,'/module/story/model.php','/module/story','file','M'),(35064,2,12794,'/module/task/model.php','/module/task','file','M'),(35065,2,12794,'/module/tree/model.php','/module/tree','file','M'),(35066,2,12795,'/www/theme/default/style.css','/www/theme/default','file','M'),(35067,2,12796,'/module/branch/lang/en.php','/module/branch/lang','file','M'),(35068,2,12796,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(35069,2,12797,'/module/branch/control.php','/module/branch','file','M'),(35070,2,12797,'/module/bug/control.php','/module/bug','file','M'),(35071,2,12797,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(35072,2,12797,'/module/story/control.php','/module/story','file','M'),(35073,2,12797,'/module/testcase/control.php','/module/testcase','file','M'),(35074,2,12797,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(35075,2,12797,'/module/testtask/control.php','/module/testtask','file','M'),(35076,2,12797,'/module/tree/model.php','/module/tree','file','M'),(35077,2,12798,'/module/setting/model.php','/module/setting','file','M'),(35078,2,12799,'/www/theme/default/style.css','/www/theme/default','file','M'),(35079,2,12800,'/framework/router.class.php','/framework','file','M'),(35080,2,12801,'/module/build/model.php','/module/build','file','M'),(35081,2,12802,'/module/todo/model.php','/module/todo','file','M'),(35082,2,12802,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(35083,2,12804,'/db/update7.3.sql','/db','file','M'),(35084,2,12805,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(35085,2,12806,'/doc/CHANGELOG','/doc','file','M'),(35086,2,12827,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(35087,2,12828,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(35088,2,12829,'/module/bug/model.php','/module/bug','file','M'),(35089,2,12829,'/module/project/control.php','/module/project','file','M'),(35090,2,12829,'/module/tree/model.php','/module/tree','file','M'),(35091,2,12830,'/module/bug/control.php','/module/bug','file','M'),(35092,2,12830,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(35093,2,12830,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(35094,2,12830,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35095,2,12830,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(35096,2,12830,'/module/testcase/control.php','/module/testcase','file','M'),(35097,2,12830,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(35098,2,12832,'/module/bug/model.php','/module/bug','file','M'),(35099,2,12833,'/www/theme/default/style.css','/www/theme/default','file','M'),(35100,2,12834,'/module/productplan/control.php','/module/productplan','file','M'),(35101,2,12834,'/module/productplan/model.php','/module/productplan','file','M'),(35102,2,12834,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35103,2,12834,'/module/story/control.php','/module/story','file','M'),(35104,2,12834,'/module/story/model.php','/module/story','file','M'),(35105,2,12834,'/www/js/my.full.js','/www/js','file','M'),(35106,2,12835,'/db/zentao.sql','/db','file','M'),(35107,2,12835,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35108,2,12835,'/module/my/control.php','/module/my','file','M'),(35109,2,12835,'/module/my/lang/en.php','/module/my/lang','file','M'),(35110,2,12835,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(35111,2,12835,'/module/my/view/profile.html.php','/module/my/view','file','M'),(35112,2,12835,'/module/upgrade/model.php','/module/upgrade','file','M'),(35113,2,12836,'/module/company/view/browse.html.php','/module/company/view','file','M'),(35114,2,12836,'/module/sso/model.php','/module/sso','file','M'),(35115,2,12836,'/module/user/lang/en.php','/module/user/lang','file','M'),(35116,2,12836,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(35117,2,12836,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(35118,2,12836,'/module/user/model.php','/module/user','file','M'),(35119,2,12836,'/module/user/view/profile.html.php','/module/user/view','file','M'),(35120,2,12837,'/module/build/css/common.css','/module/build/css','file','M'),(35121,2,12837,'/module/build/css/view.css','/module/build/css','file','M'),(35122,2,12837,'/module/release/css/common.css','/module/release/css','file','M'),(35123,2,12837,'/module/release/css/view.css','/module/release/css','file','M'),(35124,2,12838,'/module/build/model.php','/module/build','file','M'),(35125,2,12838,'/module/common/model.php','/module/common','file','M'),(35126,2,12838,'/module/project/view/build.html.php','/module/project/view','file','M'),(35127,2,12839,'/module/build/model.php','/module/build','file','M'),(35128,2,12839,'/module/release/control.php','/module/release','file','M'),(35129,2,12839,'/module/release/model.php','/module/release','file','M'),(35130,2,12839,'/module/release/view/create.html.php','/module/release/view','file','M'),(35131,2,12839,'/module/release/view/edit.html.php','/module/release/view','file','M'),(35132,2,12841,'/module/build/control.php','/module/build','file','M'),(35133,2,12841,'/module/build/model.php','/module/build','file','M'),(35134,2,12841,'/module/release/control.php','/module/release','file','M'),(35135,2,12842,'/module/custom/control.php','/module/custom','file','M'),(35136,2,12843,'/module/tree/control.php','/module/tree','file','M'),(35137,2,12843,'/module/tree/model.php','/module/tree','file','M'),(35138,2,12845,'/module/story/model.php','/module/story','file','M'),(35139,2,12845,'/module/tree/model.php','/module/tree','file','M'),(35140,2,12845,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(35141,2,12846,'/module/release/lang/en.php','/module/release/lang','file','M'),(35142,2,12846,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(35143,2,12847,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(35144,2,12847,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35145,2,12847,'/module/release/view/view.html.php','/module/release/view','file','M'),(35146,2,12849,'/db/update7.3.sql','/db','file','M'),(35147,2,12851,'/module/bug/js/common.js','/module/bug/js','file','M'),(35148,2,12851,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35149,2,12851,'/module/story/view/create.html.php','/module/story/view','file','M'),(35150,2,12851,'/module/story/view/header.html.php','/module/story/view','file','M'),(35151,2,12851,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(35152,2,12851,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(35153,2,12852,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35154,2,12852,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(35155,2,12853,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(35156,2,12853,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35157,2,12853,'/module/story/control.php','/module/story','file','M'),(35158,2,12853,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(35159,2,12855,'/module/branch/model.php','/module/branch','file','M'),(35160,2,12855,'/module/bug/control.php','/module/bug','file','M'),(35161,2,12855,'/module/bug/model.php','/module/bug','file','M'),(35162,2,12855,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35163,2,12855,'/module/build/model.php','/module/build','file','M'),(35164,2,12855,'/module/file/model.php','/module/file','file','M'),(35165,2,12855,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(35166,2,12855,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(35167,2,12855,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35168,2,12855,'/module/project/control.php','/module/project','file','M'),(35169,2,12855,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(35170,2,12855,'/module/project/view/story.html.php','/module/project/view','file','M'),(35171,2,12855,'/module/testcase/control.php','/module/testcase','file','M'),(35172,2,12855,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(35173,2,12855,'/module/testtask/control.php','/module/testtask','file','M'),(35174,2,12855,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(35175,2,12855,'/module/user/lang/en.php','/module/user/lang','file','M'),(35176,2,12855,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(35177,2,12856,'/module/sso/control.php','/module/sso','file','M'),(35178,2,12856,'/module/sso/model.php','/module/sso','file','M'),(35179,2,12858,'/module/story/control.php','/module/story','file','M'),(35180,2,12858,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(35181,2,12860,'/module/branch/model.php','/module/branch','file','M'),(35182,2,12860,'/module/product/control.php','/module/product','file','M'),(35183,2,12860,'/module/product/js/browse.js','/module/product/js','file','M'),(35184,2,12860,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35185,2,12860,'/module/release/model.php','/module/release','file','M'),(35186,2,12860,'/module/story/model.php','/module/story','file','M'),(35187,2,12860,'/module/tree/model.php','/module/tree','file','M'),(35188,2,12861,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(35189,2,12862,'/module/project/control.php','/module/project','file','M'),(35190,2,12862,'/module/project/view/view.html.php','/module/project/view','file','M'),(35191,2,12863,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(35192,2,12864,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35193,2,12864,'/module/release/view/view.html.php','/module/release/view','file','M'),(35194,2,12865,'/module/tree/control.php','/module/tree','file','M'),(35195,2,12865,'/module/tree/js/browse.js','/module/tree/js','file','M'),(35196,2,12865,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(35197,2,12867,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(35198,2,12867,'/module/branch/model.php','/module/branch','file','M'),(35199,2,12867,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(35200,2,12867,'/module/build/control.php','/module/build','file','M'),(35201,2,12867,'/module/build/view/create.html.php','/module/build/view','file','M'),(35202,2,12867,'/module/common/lang/en.php','/module/common/lang','file','M'),(35203,2,12867,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35204,2,12867,'/module/group/lang/en.php','/module/group/lang','file','M'),(35205,2,12867,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(35206,2,12867,'/module/product/lang/en.php','/module/product/lang','file','M'),(35207,2,12867,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(35208,2,12867,'/module/product/model.php','/module/product','file','M'),(35209,2,12867,'/module/project/control.php','/module/project','file','M'),(35210,2,12868,'/module/file/model.php','/module/file','file','M'),(35211,2,12869,'/doc/LICENSE','/doc','file','M'),(35212,2,12870,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(35213,2,12870,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(35214,2,12870,'/module/upgrade/model.php','/module/upgrade','file','M'),(35215,2,12871,'/module/common/lang/en.php','/module/common/lang','file','M'),(35216,2,12871,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35217,2,12871,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(35218,2,12871,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(35219,2,12871,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(35220,2,12872,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(35221,2,12874,'/module/sso/control.php','/module/sso','file','M'),(35222,2,12875,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(35223,2,12876,'/module/install/css/index.css','/module/install/css','file','M'),(35224,2,12876,'/module/install/view/index.html.php','/module/install/view','file','M'),(35225,2,12877,'/module/story/control.php','/module/story','file','M'),(35226,2,12879,'/module/tree/model.php','/module/tree','file','M'),(35227,2,12880,'/module/bug/js/common.js','/module/bug/js','file','M'),(35228,2,12892,'/module/testcase/control.php','/module/testcase','file','M'),(35229,2,12892,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(35230,2,12893,'/COPYING','/','file','M'),(35231,2,12894,'/COPYING','/','file','M'),(35232,2,12895,'/module/report/control.php','/module/report','file','M'),(35233,2,12895,'/module/report/js/workload.js','/module/report/js','file','M'),(35234,2,12895,'/module/report/lang/en.php','/module/report/lang','file','M'),(35235,2,12895,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(35236,2,12895,'/module/report/model.php','/module/report','file','M'),(35237,2,12895,'/module/report/view/workload.html.php','/module/report/view','file','M'),(35238,2,12896,'/framework/helper.class.php','/framework','file','M'),(35239,2,12896,'/framework/router.class.php','/framework','file','M'),(35240,2,12896,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(35241,2,12896,'/module/company/view/browse.html.php','/module/company/view','file','M'),(35242,2,12896,'/module/user/control.php','/module/user','file','M'),(35243,2,12896,'/module/user/view/profile.html.php','/module/user/view','file','M'),(35244,2,12897,'/module/story/model.php','/module/story','file','M'),(35245,2,12898,'/framework/helper.class.php','/framework','file','M'),(35246,2,12898,'/framework/router.class.php','/framework','file','M'),(35247,2,12899,'/lib/sendcloud/sendcloud.class.php','/lib/sendcloud','file','M'),(35248,2,12900,'/module/story/view/view.html.php','/module/story/view','file','M'),(35249,2,12901,'/module/mail/control.php','/module/mail','file','M'),(35250,2,12902,'/module/build/control.php','/module/build','file','M'),(35251,2,12902,'/module/build/view/create.html.php','/module/build/view','file','M'),(35252,2,12902,'/module/file/lang/en.php','/module/file/lang','file','M'),(35253,2,12902,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(35254,2,12902,'/module/file/model.php','/module/file','file','M'),(35255,2,12902,'/module/story/control.php','/module/story','file','M'),(35256,2,12902,'/module/story/model.php','/module/story','file','M'),(35257,2,12902,'/module/story/view/edit.html.php','/module/story/view','file','M'),(35258,2,12902,'/module/story/view/view.html.php','/module/story/view','file','M'),(35259,2,12902,'/module/testtask/control.php','/module/testtask','file','M'),(35260,2,12902,'/module/user/view/story.html.php','/module/user/view','file','M'),(35261,2,12904,'/module/block/control.php','/module/block','file','M'),(35262,2,12904,'/module/sso/model.php','/module/sso','file','M'),(35263,2,12905,'/module/bug/css/browse.css','/module/bug/css','file','M'),(35264,2,12905,'/module/bug/js/browse.js','/module/bug/js','file','M'),(35265,2,12905,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35266,2,12907,'/module/bug/control.php','/module/bug','file','M'),(35267,2,12907,'/module/bug/js/common.js','/module/bug/js','file','M'),(35268,2,12907,'/module/build/control.php','/module/build','file','M'),(35269,2,12908,'/module/sso/control.php','/module/sso','file','M'),(35270,2,12909,'/module/bug/control.php','/module/bug','file','M'),(35271,2,12909,'/module/product/model.php','/module/product','file','M'),(35272,2,12909,'/module/report/control.php','/module/report','file','M'),(35273,2,12910,'/module/branch/control.php','/module/branch','file','M'),(35274,2,12910,'/module/branch/model.php','/module/branch','file','M'),(35275,2,12910,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(35276,2,12910,'/module/bug/js/common.js','/module/bug/js','file','M'),(35277,2,12910,'/module/bug/js/create.js','/module/bug/js','file','M'),(35278,2,12910,'/module/bug/model.php','/module/bug','file','M'),(35279,2,12910,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(35280,2,12910,'/module/build/control.php','/module/build','file','M'),(35281,2,12910,'/module/build/js/common.js','/module/build/js','file','M'),(35282,2,12910,'/module/build/model.php','/module/build','file','M'),(35283,2,12910,'/module/common/model.php','/module/common','file','M'),(35284,2,12910,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(35285,2,12910,'/module/product/model.php','/module/product','file','M'),(35286,2,12910,'/module/productplan/control.php','/module/productplan','file','M'),(35287,2,12910,'/module/productplan/model.php','/module/productplan','file','M'),(35288,2,12910,'/module/project/control.php','/module/project','file','M'),(35289,2,12910,'/module/project/js/common.js','/module/project/js','file','M'),(35290,2,12910,'/module/release/js/common.js','/module/release/js','file','M'),(35291,2,12910,'/module/story/control.php','/module/story','file','M'),(35292,2,12910,'/module/story/css/create.css','/module/story/css','file','M'),(35293,2,12910,'/module/story/model.php','/module/story','file','M'),(35294,2,12910,'/module/task/control.php','/module/task','file','M'),(35295,2,12910,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(35296,2,12910,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(35297,2,12912,'/lib/dao/dao.class.php','/lib/dao','file','M'),(35298,2,12912,'/module/bug/model.php','/module/bug','file','M'),(35299,2,12912,'/module/common/model.php','/module/common','file','M'),(35300,2,12912,'/module/story/model.php','/module/story','file','M'),(35301,2,12912,'/module/task/model.php','/module/task','file','M'),(35302,2,12912,'/module/todo/model.php','/module/todo','file','M'),(35303,2,12914,'/module/build/model.php','/module/build','file','M'),(35304,2,12914,'/module/release/model.php','/module/release','file','M'),(35305,2,12916,'/module/action/model.php','/module/action','file','M'),(35306,2,12916,'/module/bug/model.php','/module/bug','file','M'),(35307,2,12916,'/module/build/model.php','/module/build','file','M'),(35308,2,12916,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(35309,2,12916,'/module/doc/model.php','/module/doc','file','M'),(35310,2,12916,'/module/file/model.php','/module/file','file','M'),(35311,2,12916,'/module/product/model.php','/module/product','file','M'),(35312,2,12916,'/module/productplan/model.php','/module/productplan','file','M'),(35313,2,12916,'/module/project/model.php','/module/project','file','M'),(35314,2,12916,'/module/release/model.php','/module/release','file','M'),(35315,2,12916,'/module/story/model.php','/module/story','file','M'),(35316,2,12916,'/module/task/model.php','/module/task','file','M'),(35317,2,12916,'/module/testtask/model.php','/module/testtask','file','M'),(35318,2,12916,'/module/todo/model.php','/module/todo','file','M'),(35319,2,12917,'/db/update7.3.sql','/db','file','M'),(35320,2,12917,'/module/release/model.php','/module/release','file','M'),(35321,2,12919,'/module/bug/config.php','/module/bug','file','M'),(35322,2,12919,'/module/bug/control.php','/module/bug','file','M'),(35323,2,12919,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35324,2,12919,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(35325,2,12919,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(35326,2,12919,'/module/build/view/view.html.php','/module/build/view','file','M'),(35327,2,12919,'/module/product/config.php','/module/product','file','M'),(35328,2,12919,'/module/product/control.php','/module/product','file','M'),(35329,2,12919,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(35330,2,12919,'/module/product/model.php','/module/product','file','M'),(35331,2,12919,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(35332,2,12919,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(35333,2,12919,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(35334,2,12919,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35335,2,12919,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(35336,2,12919,'/module/release/view/create.html.php','/module/release/view','file','M'),(35337,2,12919,'/module/release/view/edit.html.php','/module/release/view','file','M'),(35338,2,12919,'/module/release/view/view.html.php','/module/release/view','file','M'),(35339,2,12919,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35340,2,12919,'/module/story/view/view.html.php','/module/story/view','file','M'),(35341,2,12919,'/module/testcase/config.php','/module/testcase','file','M'),(35342,2,12919,'/module/testcase/control.php','/module/testcase','file','M'),(35343,2,12919,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(35344,2,12919,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(35345,2,12919,'/module/testtask/control.php','/module/testtask','file','M'),(35346,2,12921,'/module/bug/css/browse.css','/module/bug/css','file','M'),(35347,2,12921,'/module/bug/js/browse.js','/module/bug/js','file','M'),(35348,2,12921,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35349,2,12922,'/module/bug/js/common.js','/module/bug/js','file','M'),(35350,2,12922,'/module/build/control.php','/module/build','file','M'),(35351,2,12922,'/module/product/control.php','/module/product','file','M'),(35352,2,12922,'/module/product/model.php','/module/product','file','M'),(35353,2,12922,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(35354,2,12922,'/module/release/control.php','/module/release','file','M'),(35355,2,12922,'/module/release/model.php','/module/release','file','M'),(35356,2,12922,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35357,2,12922,'/module/release/view/create.html.php','/module/release/view','file','M'),(35358,2,12924,'/lib/sendcloud/sendcloud.class.php','/lib/sendcloud','file','M'),(35359,2,12925,'/module/productplan/model.php','/module/productplan','file','M'),(35360,2,12926,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(35361,2,12926,'/module/story/model.php','/module/story','file','M'),(35362,2,12927,'/db/update7.3.sql','/db','file','M'),(35363,2,12927,'/module/bug/control.php','/module/bug','file','M'),(35364,2,12927,'/module/bug/model.php','/module/bug','file','M'),(35365,2,12927,'/module/build/control.php','/module/build','file','M'),(35366,2,12927,'/module/product/config.php','/module/product','file','M'),(35367,2,12927,'/module/product/control.php','/module/product','file','M'),(35368,2,12927,'/module/productplan/control.php','/module/productplan','file','M'),(35369,2,12927,'/module/productplan/model.php','/module/productplan','file','M'),(35370,2,12927,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35371,2,12927,'/module/release/control.php','/module/release','file','M'),(35372,2,12927,'/module/story/control.php','/module/story','file','M'),(35373,2,12927,'/module/story/model.php','/module/story','file','M'),(35374,2,12928,'/module/company/config.php','/module/company','file','M'),(35375,2,12930,'/module/bug/control.php','/module/bug','file','M'),(35376,2,12930,'/module/build/control.php','/module/build','file','M'),(35377,2,12930,'/module/build/model.php','/module/build','file','M'),(35378,2,12931,'/module/block/control.php','/module/block','file','M'),(35379,2,12931,'/module/build/control.php','/module/build','file','M'),(35380,2,12931,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(35381,2,12931,'/module/product/control.php','/module/product','file','M'),(35382,2,12931,'/module/product/model.php','/module/product','file','M'),(35383,2,12931,'/module/productplan/control.php','/module/productplan','file','M'),(35384,2,12931,'/module/project/control.php','/module/project','file','M'),(35385,2,12931,'/module/project/model.php','/module/project','file','M'),(35386,2,12931,'/module/release/control.php','/module/release','file','M'),(35387,2,12931,'/module/story/model.php','/module/story','file','M'),(35388,2,12931,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(35389,2,12931,'/module/task/js/create.js','/module/task/js','file','M'),(35390,2,12931,'/module/task/js/edit.js','/module/task/js','file','M'),(35391,2,12931,'/module/tree/control.php','/module/tree','file','M'),(35392,2,12931,'/module/tree/model.php','/module/tree','file','M'),(35393,2,12932,'/README.md','/','file','M'),(35394,2,12933,'/module/bug/control.php','/module/bug','file','M'),(35395,2,12933,'/module/bug/js/common.js','/module/bug/js','file','M'),(35396,2,12933,'/module/bug/js/create.js','/module/bug/js','file','M'),(35397,2,12933,'/module/product/model.php','/module/product','file','M'),(35398,2,12935,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35399,2,12936,'/module/bug/control.php','/module/bug','file','M'),(35400,2,12936,'/module/bug/js/batchcreate.js','/module/bug/js','file','M'),(35401,2,12936,'/module/bug/model.php','/module/bug','file','M'),(35402,2,12936,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(35403,2,12936,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35404,2,12936,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(35405,2,12936,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(35406,2,12936,'/module/build/model.php','/module/build','file','M'),(35407,2,12936,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(35408,2,12936,'/module/project/control.php','/module/project','file','M'),(35409,2,12936,'/module/project/view/bug.html.php','/module/project/view','file','M'),(35410,2,12936,'/module/project/view/story.html.php','/module/project/view','file','M'),(35411,2,12936,'/module/story/model.php','/module/story','file','M'),(35412,2,12936,'/module/story/view/create.html.php','/module/story/view','file','M'),(35413,2,12936,'/module/story/view/edit.html.php','/module/story/view','file','M'),(35414,2,12936,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(35415,2,12936,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(35416,2,12936,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(35417,2,12936,'/module/testtask/js/create.js','/module/testtask/js','file','M'),(35418,2,12936,'/module/testtask/js/edit.js','/module/testtask/js','file','M'),(35419,2,12936,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(35420,2,12937,'/module/task/control.php','/module/task','file','M'),(35421,2,12939,'/module/bug/control.php','/module/bug','file','M'),(35422,2,12939,'/module/bug/css/edit.css','/module/bug/css','file','M'),(35423,2,12939,'/module/bug/js/common.js','/module/bug/js','file','M'),(35424,2,12939,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(35425,2,12939,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(35426,2,12939,'/module/build/control.php','/module/build','file','M'),(35427,2,12939,'/module/build/model.php','/module/build','file','M'),(35428,2,12940,'/module/branch/control.php','/module/branch','file','M'),(35429,2,12940,'/module/bug/control.php','/module/bug','file','M'),(35430,2,12940,'/module/build/js/common.js','/module/build/js','file','M'),(35431,2,12940,'/module/build/view/create.html.php','/module/build/view','file','M'),(35432,2,12940,'/module/testcase/control.php','/module/testcase','file','M'),(35433,2,12940,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(35434,2,12940,'/module/testtask/control.php','/module/testtask','file','M'),(35435,2,12940,'/module/testtask/model.php','/module/testtask','file','M'),(35436,2,12940,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(35437,2,12940,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(35438,2,12940,'/module/tree/model.php','/module/tree','file','M'),(35439,2,12941,'/module/story/model.php','/module/story','file','M'),(35440,2,12942,'/config/config.php','/config','file','M'),(35441,2,12942,'/db/update7.3.sql','/db','file','M'),(35442,2,12942,'/module/branch/model.php','/module/branch','file','M'),(35443,2,12942,'/module/build/control.php','/module/build','file','M'),(35444,2,12942,'/module/build/js/common.js','/module/build/js','file','M'),(35445,2,12942,'/module/build/view/create.html.php','/module/build/view','file','M'),(35446,2,12942,'/module/project/control.php','/module/project','file','M'),(35447,2,12942,'/module/project/model.php','/module/project','file','M'),(35448,2,12942,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(35449,2,12942,'/module/release/control.php','/module/release','file','M'),(35450,2,12942,'/module/release/model.php','/module/release','file','M'),(35451,2,12942,'/module/story/model.php','/module/story','file','M'),(35452,2,12942,'/module/story/view/view.html.php','/module/story/view','file','M'),(35453,2,12944,'/module/build/control.php','/module/build','file','M'),(35454,2,12944,'/module/build/model.php','/module/build','file','M'),(35455,2,12944,'/module/project/model.php','/module/project','file','M'),(35456,2,12944,'/module/release/control.php','/module/release','file','M'),(35457,2,12944,'/module/release/js/common.js','/module/release/js','file','M'),(35458,2,12944,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(35459,2,12944,'/module/release/model.php','/module/release','file','M'),(35460,2,12944,'/module/release/view/create.html.php','/module/release/view','file','M'),(35461,2,12944,'/module/release/view/edit.html.php','/module/release/view','file','M'),(35462,2,12944,'/module/release/view/view.html.php','/module/release/view','file','M'),(35463,2,12945,'/README.md','/','file','M'),(35464,2,12946,'/README.md','/','file','M'),(35465,2,12947,'/README.md','/','file','M'),(35466,2,12948,'/framework/router.class.php','/framework','file','M'),(35467,2,12949,'/config/config.php','/config','file','M'),(35468,2,12949,'/module/action/config.php','/module/action','file','M'),(35469,2,12949,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(35470,2,12949,'/module/branch/control.php','/module/branch','file','M'),(35471,2,12949,'/module/branch/css/manage.css','/module/branch/css','file','A'),(35472,2,12949,'/module/branch/js/manage.js','/module/branch/js','file','A'),(35473,2,12949,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','M'),(35474,2,12949,'/module/branch/view/manage.html.php','/module/branch/view','file','M'),(35475,2,12949,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35476,2,12949,'/module/product/model.php','/module/product','file','M'),(35477,2,12950,'/module/branch/control.php','/module/branch','file','M'),(35478,2,12950,'/module/bug/config.php','/module/bug','file','M'),(35479,2,12950,'/module/bug/control.php','/module/bug','file','M'),(35480,2,12950,'/module/bug/js/common.js','/module/bug/js','file','M'),(35481,2,12950,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35482,2,12950,'/module/bug/model.php','/module/bug','file','M'),(35483,2,12950,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35484,2,12950,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35485,2,12950,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(35486,2,12950,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(35487,2,12950,'/module/build/control.php','/module/build','file','M'),(35488,2,12950,'/module/build/model.php','/module/build','file','M'),(35489,2,12950,'/module/product/control.php','/module/product','file','M'),(35490,2,12950,'/module/product/model.php','/module/product','file','M'),(35491,2,12950,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35492,2,12950,'/module/project/view/bug.html.php','/module/project/view','file','M'),(35493,2,12950,'/module/story/control.php','/module/story','file','M'),(35494,2,12950,'/module/story/model.php','/module/story','file','M'),(35495,2,12950,'/module/testcase/control.php','/module/testcase','file','M'),(35496,2,12950,'/module/testcase/model.php','/module/testcase','file','M'),(35497,2,12950,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(35498,2,12950,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(35499,2,12950,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(35500,2,12950,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(35501,2,12958,'/module/backup/control.php','/module/backup','file','M'),(35502,2,12958,'/module/branch/control.php','/module/branch','file','M'),(35503,2,12958,'/module/branch/model.php','/module/branch','file','M'),(35504,2,12958,'/module/project/control.php','/module/project','file','M'),(35505,2,12958,'/module/project/css/manageproducts.css','/module/project/css','file','M'),(35506,2,12958,'/module/project/js/common.js','/module/project/js','file','M'),(35507,2,12958,'/module/project/js/manageproducts.js','/module/project/js','file','M'),(35508,2,12958,'/module/project/model.php','/module/project','file','M'),(35509,2,12958,'/module/project/view/create.html.php','/module/project/view','file','M'),(35510,2,12958,'/module/project/view/edit.html.php','/module/project/view','file','M'),(35511,2,12958,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(35512,2,12958,'/module/tree/model.php','/module/tree','file','M'),(35513,2,12958,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(35514,2,12960,'/module/report/control.php','/module/report','file','M'),(35515,2,12960,'/module/report/js/workload.js','/module/report/js','file','M'),(35516,2,12960,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(35517,2,12960,'/module/report/view/workload.html.php','/module/report/view','file','M'),(35518,2,12962,'/module/bug/control.php','/module/bug','file','M'),(35519,2,12962,'/module/bug/js/common.js','/module/bug/js','file','M'),(35520,2,12962,'/module/product/control.php','/module/product','file','M'),(35521,2,12962,'/module/productplan/control.php','/module/productplan','file','M'),(35522,2,12962,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(35523,2,12962,'/module/productplan/model.php','/module/productplan','file','M'),(35524,2,12962,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(35525,2,12962,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(35526,2,12962,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(35527,2,12962,'/module/story/view/create.html.php','/module/story/view','file','M'),(35528,2,12962,'/module/story/view/edit.html.php','/module/story/view','file','M'),(35529,2,12962,'/module/story/view/header.html.php','/module/story/view','file','M'),(35530,2,12962,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(35531,2,12962,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(35532,2,12963,'/module/bug/control.php','/module/bug','file','M'),(35533,2,12963,'/module/bug/css/edit.css','/module/bug/css','file','M'),(35534,2,12963,'/module/bug/js/common.js','/module/bug/js','file','M'),(35535,2,12963,'/module/bug/js/create.js','/module/bug/js','file','M'),(35536,2,12963,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35537,2,12963,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(35538,2,12963,'/module/build/control.php','/module/build','file','M'),(35539,2,12964,'/module/branch/control.php','/module/branch','file','M'),(35540,2,12964,'/module/bug/control.php','/module/bug','file','M'),(35541,2,12964,'/module/bug/js/common.js','/module/bug/js','file','M'),(35542,2,12964,'/module/build/control.php','/module/build','file','M'),(35543,2,12964,'/module/product/config.php','/module/product','file','M'),(35544,2,12964,'/module/product/control.php','/module/product','file','M'),(35545,2,12964,'/module/product/model.php','/module/product','file','M'),(35546,2,12964,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35547,2,12964,'/module/project/control.php','/module/project','file','M'),(35548,2,12964,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(35549,2,12964,'/module/project/view/story.html.php','/module/project/view','file','M'),(35550,2,12964,'/module/release/control.php','/module/release','file','M'),(35551,2,12964,'/module/story/control.php','/module/story','file','M'),(35552,2,12964,'/module/story/css/create.css','/module/story/css','file','M'),(35553,2,12964,'/module/story/js/view.js','/module/story/js','file','M'),(35554,2,12964,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35555,2,12964,'/module/story/model.php','/module/story','file','M'),(35556,2,12964,'/module/story/view/create.html.php','/module/story/view','file','M'),(35557,2,12964,'/module/story/view/edit.html.php','/module/story/view','file','M'),(35558,2,12964,'/module/story/view/header.html.php','/module/story/view','file','M'),(35559,2,12964,'/module/story/view/view.html.php','/module/story/view','file','M'),(35560,2,12964,'/module/testcase/control.php','/module/testcase','file','M'),(35561,2,12964,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(35562,2,12964,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(35563,2,12964,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(35564,2,12964,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(35565,2,12964,'/module/tree/model.php','/module/tree','file','M'),(35566,2,12965,'/module/tree/control.php','/module/tree','file','M'),(35567,2,12965,'/module/tree/css/common.css','/module/tree/css','file','M'),(35568,2,12965,'/module/tree/js/browse.js','/module/tree/js','file','M'),(35569,2,12965,'/module/tree/model.php','/module/tree','file','M'),(35570,2,12965,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(35571,2,12966,'/module/bug/control.php','/module/bug','file','M'),(35572,2,12966,'/module/bug/js/create.js','/module/bug/js','file','M'),(35573,2,12966,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35574,2,12966,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35575,2,12966,'/module/build/control.php','/module/build','file','M'),(35576,2,12966,'/module/build/model.php','/module/build','file','M'),(35577,2,12967,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35578,2,12968,'/module/bug/control.php','/module/bug','file','M'),(35579,2,12968,'/module/bug/js/create.js','/module/bug/js','file','M'),(35580,2,12968,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35581,2,12968,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35582,2,12968,'/module/product/model.php','/module/product','file','M'),(35583,2,12969,'/module/project/control.php','/module/project','file','M'),(35584,2,12969,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(35585,2,12969,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(35586,2,12970,'/config/config.php','/config','file','M'),(35587,2,12970,'/db/update7.3.sql','/db','file','M'),(35588,2,12970,'/module/branch/control.php','/module/branch','file','A'),(35589,2,12970,'/module/branch/lang/zh-cn.php','/module/branch/lang','file','A'),(35590,2,12970,'/module/branch/model.php','/module/branch','file','A'),(35591,2,12970,'/module/branch/view/ajaxgetdropmenu.html.php','/module/branch/view','file','A'),(35592,2,12970,'/module/branch/view/ajaxgetmatcheditems.html.php','/module/branch/view','file','A'),(35593,2,12970,'/module/branch/view/manage.html.php','/module/branch/view','file','A'),(35594,2,12970,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(35595,2,12970,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35596,2,12970,'/module/product/control.php','/module/product','file','M'),(35597,2,12970,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(35598,2,12970,'/module/product/model.php','/module/product','file','M'),(35599,2,12970,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35600,2,12970,'/module/product/view/create.html.php','/module/product/view','file','M'),(35601,2,12970,'/module/product/view/edit.html.php','/module/product/view','file','M'),(35602,2,12970,'/module/product/view/view.html.php','/module/product/view','file','M'),(35603,2,12970,'/module/productplan/control.php','/module/productplan','file','M'),(35604,2,12970,'/module/project/model.php','/module/project','file','M'),(35605,2,12970,'/module/story/model.php','/module/story','file','M'),(35606,2,12970,'/www/js/my.full.js','/www/js','file','M'),(35607,2,12971,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(35608,2,12971,'/module/file/model.php','/module/file','file','M'),(35609,2,12972,'/db/update7.3.sql','/db','file','M'),(35610,2,12972,'/module/action/lang/en.php','/module/action/lang','file','M'),(35611,2,12972,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(35612,2,12972,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35613,2,12972,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35614,2,12972,'/module/release/control.php','/module/release','file','M'),(35615,2,12972,'/module/release/lang/en.php','/module/release/lang','file','M'),(35616,2,12972,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(35617,2,12972,'/module/release/model.php','/module/release','file','M'),(35618,2,12972,'/module/release/view/browse.html.php','/module/release/view','file','M'),(35619,2,12972,'/module/release/view/edit.html.php','/module/release/view','file','M'),(35620,2,12972,'/module/release/view/view.html.php','/module/release/view','file','M'),(35621,2,12973,'/module/story/control.php','/module/story','file','M'),(35622,2,12974,'/www/theme/default/style.css','/www/theme/default','file','M'),(35623,2,12975,'/lib/front/front.class.php','/lib/front','file','M'),(35624,2,12975,'/module/bug/js/report.js','/module/bug/js','file','M'),(35625,2,12975,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(35626,2,12975,'/module/story/js/report.js','/module/story/js','file','M'),(35627,2,12975,'/module/story/view/report.html.php','/module/story/view','file','M'),(35628,2,12975,'/module/task/js/report.js','/module/task/js','file','M'),(35629,2,12975,'/module/task/view/report.html.php','/module/task/view','file','M'),(35630,2,12975,'/www/js/my.full.js','/www/js','file','M'),(35631,2,12976,'/db/update7.3.sql','/db','file','A'),(35632,2,12976,'/db/zentao.sql','/db','file','M'),(35633,2,12976,'/module/bug/model.php','/module/bug','file','M'),(35634,2,12976,'/module/release/control.php','/module/release','file','M'),(35635,2,12976,'/module/release/js/view.js','/module/release/js','file','M'),(35636,2,12976,'/module/release/model.php','/module/release','file','M'),(35637,2,12976,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(35638,2,12976,'/module/release/view/view.html.php','/module/release/view','file','M'),(35639,2,12977,'/module/bug/model.php','/module/bug','file','M'),(35640,2,12978,'/module/build/lang/en.php','/module/build/lang','file','M'),(35641,2,12978,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(35642,2,12978,'/module/build/view/create.html.php','/module/build/view','file','M'),(35643,2,12979,'/module/project/view/build.html.php','/module/project/view','file','M'),(35644,2,12979,'/module/testtask/control.php','/module/testtask','file','M'),(35645,2,12979,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(35646,2,12980,'/module/user/css/common.css','/module/user/css','file','M'),(35647,2,12981,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(35648,2,12982,'/module/story/css/create.css','/module/story/css','file','M'),(35649,2,12982,'/module/story/lang/en.php','/module/story/lang','file','M'),(35650,2,12982,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35651,2,12982,'/module/story/view/create.html.php','/module/story/view','file','M'),(35652,2,12982,'/module/story/view/edit.html.php','/module/story/view','file','M'),(35653,2,12982,'/module/story/view/header.html.php','/module/story/view','file','M'),(35654,2,12983,'/module/bug/control.php','/module/bug','file','M'),(35655,2,12983,'/module/bug/css/create.css','/module/bug/css','file','M'),(35656,2,12983,'/module/bug/js/common.js','/module/bug/js','file','M'),(35657,2,12983,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35658,2,12983,'/module/user/control.php','/module/user','file','M'),(35659,2,12983,'/www/js/my.full.js','/www/js','file','M'),(35660,2,12984,'/module/mail/view/index.html.php','/module/mail/view','file','M'),(35661,2,12985,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35662,2,12986,'/module/productplan/control.php','/module/productplan','file','M'),(35663,2,12986,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(35664,2,12986,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(35665,2,12986,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(35666,2,12986,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(35667,2,12986,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35668,2,12986,'/module/story/control.php','/module/story','file','M'),(35669,2,12987,'/module/common/view/tablesorter.html.php','/module/common/view','file','M'),(35670,2,12987,'/module/extension/view/header.html.php','/module/extension/view','file','M'),(35671,2,12987,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(35672,2,12987,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(35673,2,12987,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35674,2,12987,'/module/user/model.php','/module/user','file','M'),(35675,2,12988,'/module/product/css/browse.css','/module/product/css','file','M'),(35676,2,12988,'/module/product/js/browse.js','/module/product/js','file','M'),(35677,2,12988,'/module/product/view/browse.html.php','/module/product/view','file','M'),(35678,2,12989,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(35679,2,12990,'/module/build/view/view.html.php','/module/build/view','file','M'),(35680,2,12990,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(35681,2,12990,'/module/release/view/view.html.php','/module/release/view','file','M'),(35682,2,12991,'/module/action/model.php','/module/action','file','M'),(35683,2,12991,'/module/company/view/browse.html.php','/module/company/view','file','M'),(35684,2,12991,'/module/install/model.php','/module/install','file','M'),(35685,2,12991,'/module/my/control.php','/module/my','file','M'),(35686,2,12991,'/module/productplan/model.php','/module/productplan','file','M'),(35687,2,12991,'/module/project/control.php','/module/project','file','M'),(35688,2,12991,'/module/user/model.php','/module/user','file','M'),(35689,2,12992,'/module/bug/model.php','/module/bug','file','M'),(35690,2,12992,'/module/project/control.php','/module/project','file','M'),(35691,2,12992,'/module/project/view/fixfirst.html.php','/module/project/view','file','M'),(35692,2,12993,'/module/group/lang/en.php','/module/group/lang','file','M'),(35693,2,12993,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(35694,2,12993,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(35695,2,12994,'/doc/CHANGELOG','/doc','file','M'),(35696,2,12994,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35697,2,12994,'/module/task/css/create.css','/module/task/css','file','M'),(35698,2,12994,'/module/task/js/create.js','/module/task/js','file','M'),(35699,2,12994,'/module/task/view/create.html.php','/module/task/view','file','M'),(35700,2,12995,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(35701,2,12995,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(35702,2,12995,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(35703,2,12995,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(35704,2,12995,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(35705,2,12995,'/module/company/lang/zh-tw.php','/module/company/lang','file','M'),(35706,2,12995,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(35707,2,12995,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(35708,2,12995,'/module/mail/lang/zh-tw.php','/module/mail/lang','file','M'),(35709,2,12995,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(35710,2,12995,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(35711,2,12995,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(35712,2,12995,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(35713,2,12995,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(35714,2,12995,'/module/sso/lang/zh-tw.php','/module/sso/lang','file','M'),(35715,2,12995,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(35716,2,12995,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(35717,2,12995,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(35718,2,12995,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(35719,2,12995,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(35720,2,12995,'/module/user/lang/en.php','/module/user/lang','file','M'),(35721,2,12995,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(35722,2,12996,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(35723,2,12996,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(35724,2,12996,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(35725,2,12996,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(35726,2,12996,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(35727,2,12996,'/module/user/model.php','/module/user','file','M'),(35728,2,12996,'/module/user/view/create.html.php','/module/user/view','file','M'),(35729,2,12996,'/module/user/view/edit.html.php','/module/user/view','file','M'),(35730,2,12996,'/www/js/my.full.js','/www/js','file','M'),(35731,2,12997,'/module/doc/css/view.css','/module/doc/css','file','M'),(35732,2,12997,'/module/doc/js/view.js','/module/doc/js','file','M'),(35733,2,12997,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(35734,2,12998,'/module/mail/control.php','/module/mail','file','M'),(35735,2,12998,'/module/mail/model.php','/module/mail','file','M'),(35736,2,12998,'/module/user/control.php','/module/user','file','M'),(35737,2,12998,'/module/user/model.php','/module/user','file','M'),(35738,2,12999,'/module/mail/control.php','/module/mail','file','M'),(35739,2,12999,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(35740,2,12999,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(35741,2,12999,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(35742,2,12999,'/module/mail/view/index.html.php','/module/mail/view','file','A'),(35743,2,12999,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','M'),(35744,2,13000,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(35745,2,13000,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(35746,2,13000,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(35747,2,13001,'/module/build/lang/en.php','/module/build/lang','file','M'),(35748,2,13001,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(35749,2,13001,'/module/release/lang/en.php','/module/release/lang','file','M'),(35750,2,13001,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(35751,2,13002,'/module/project/model.php','/module/project','file','M'),(35752,2,13002,'/module/task/control.php','/module/task','file','M'),(35753,2,13002,'/module/task/view/view.html.php','/module/task/view','file','M'),(35754,2,13003,'/module/my/view/task.html.php','/module/my/view','file','M'),(35755,2,13003,'/www/theme/default/style.css','/www/theme/default','file','M'),(35756,2,13004,'/module/story/js/view.js','/module/story/js','file','M'),(35757,2,13004,'/module/story/view/view.html.php','/module/story/view','file','M'),(35758,2,13005,'/module/company/control.php','/module/company','file','M'),(35759,2,13005,'/module/company/css/dynamic.css','/module/company/css','file','M'),(35760,2,13005,'/module/company/lang/en.php','/module/company/lang','file','M'),(35761,2,13005,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(35762,2,13022,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(35763,2,13022,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(35764,2,13022,'/module/user/js/common.js','/module/user/js','file','M'),(35765,2,13022,'/www/theme/default/style.css','/www/theme/default','file','M'),(35766,2,13023,'/module/sso/control.php','/module/sso','file','M'),(35767,2,13025,'/db/demo.sql','/db','file','M'),(35768,2,13025,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35769,2,13025,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(35770,2,13025,'/module/upgrade/model.php','/module/upgrade','file','M'),(35771,2,13026,'/module/sso/control.php','/module/sso','file','M'),(35772,2,13027,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(35773,2,13028,'/VERSION','/','file','M'),(35774,2,13028,'/config/config.php','/config','file','M'),(35775,2,13028,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35776,2,13028,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(35777,2,13028,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(35778,2,13029,'/tools/check.php','/tools','file','M'),(35779,2,13030,'/www/theme/default/style.css','/www/theme/default','file','M'),(35780,2,13031,'/module/task/control.php','/module/task','file','M'),(35781,2,13032,'/module/my/view/blockprojects.html.php','/module/my/view','file','M'),(35782,2,13033,'/module/task/control.php','/module/task','file','M'),(35783,2,13033,'/www/index.php','/www','file','M'),(35784,2,13034,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(35785,2,13034,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(35786,2,13035,'/module/product/control.php','/module/product','file','M'),(35787,2,13035,'/module/product/css/index.css','/module/product/css','file','M'),(35788,2,13035,'/module/product/model.php','/module/product','file','M'),(35789,2,13035,'/module/product/view/index.html.php','/module/product/view','file','M'),(35790,2,13036,'/module/mail/model.php','/module/mail','file','M'),(35791,2,13036,'/module/release/control.php','/module/release','file','M'),(35792,2,13037,'/module/release/control.php','/module/release','file','M'),(35793,2,13038,'/module/bug/model.php','/module/bug','file','M'),(35794,2,13038,'/module/product/lang/en.php','/module/product/lang','file','M'),(35795,2,13039,'/module/testtask/control.php','/module/testtask','file','M'),(35796,2,13040,'/module/action/model.php','/module/action','file','M'),(35797,2,13040,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35798,2,13040,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35799,2,13040,'/module/story/lang/en.php','/module/story/lang','file','M'),(35800,2,13040,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(35801,2,13040,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(35802,2,13040,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(35803,2,13041,'/module/group/lang/en.php','/module/group/lang','file','M'),(35804,2,13041,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(35805,2,13042,'/module/story/control.php','/module/story','file','M'),(35806,2,13042,'/module/task/control.php','/module/task','file','M'),(35807,2,13042,'/module/task/view/create.html.php','/module/task/view','file','M'),(35808,2,13043,'/module/story/control.php','/module/story','file','M'),(35809,2,13043,'/module/story/js/create.js','/module/story/js','file','M'),(35810,2,13043,'/module/story/view/create.html.php','/module/story/view','file','M'),(35811,2,13045,'/module/bug/js/common.js','/module/bug/js','file','M'),(35812,2,13045,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(35813,2,13046,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(35814,2,13046,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(35815,2,13046,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(35816,2,13047,'/module/project/view/burn.html.php','/module/project/view','file','M'),(35817,2,13049,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(35818,2,13050,'/module/project/view/burn.html.php','/module/project/view','file','M'),(35819,2,13051,'/module/admin/view/sso.html.php','/module/admin/view','file','M'),(35820,2,13051,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(35821,2,13051,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(35822,2,13051,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(35823,2,13051,'/module/sso/lang/en.php','/module/sso/lang','file','M'),(35824,2,13051,'/module/sso/lang/zh-cn.php','/module/sso/lang','file','M'),(35825,2,13052,'/module/build/js/view.js','/module/build/js','file','M'),(35826,2,13052,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(35827,2,13052,'/module/release/js/view.js','/module/release/js','file','M'),(35828,2,13052,'/www/js/my.full.js','/www/js','file','M'),(35829,2,13052,'/www/theme/default/style.css','/www/theme/default','file','M'),(35830,2,13053,'/lib/phpmailer/phpmailer.class.php','/lib/phpmailer','file','M'),(35831,2,13053,'/lib/sendcloud/sendcloud.class.php','/lib/sendcloud','file','A'),(35832,2,13053,'/module/mail/control.php','/module/mail','file','M'),(35833,2,13053,'/module/mail/lang/en.php','/module/mail/lang','file','M'),(35834,2,13053,'/module/mail/lang/zh-cn.php','/module/mail/lang','file','M'),(35835,2,13053,'/module/mail/model.php','/module/mail','file','M'),(35836,2,13053,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(35837,2,13053,'/module/mail/view/sendcloud.html.php','/module/mail/view','file','A'),(35838,2,13053,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(35839,2,13054,'/www/js/kindeditor/plugins/multiimage/images/swfupload.swf','/www/js/kindeditor/plugins/multiimage/images','file','M'),(35840,2,13055,'/module/common/view/footer.lite.html.php','/module/common/view','file','M'),(35841,2,13055,'/module/cron/control.php','/module/cron','file','M'),(35842,2,13055,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(35843,2,13055,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(35844,2,13055,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(35845,2,13055,'/module/cron/view/openprocess.html.php','/module/cron/view','file','A'),(35846,2,13055,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35847,2,13055,'/www/js/my.full.js','/www/js','file','M'),(35848,2,13056,'/module/product/model.php','/module/product','file','M'),(35849,2,13056,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(35850,2,13056,'/module/project/model.php','/module/project','file','M'),(35851,2,13056,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(35852,2,13056,'/module/upgrade/model.php','/module/upgrade','file','M'),(35853,2,13057,'/module/cron/view/index.html.php','/module/cron/view','file','M'),(35854,2,13057,'/module/report/control.php','/module/report','file','M'),(35855,2,13058,'/module/admin/control.php','/module/admin','file','M'),(35856,2,13058,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(35857,2,13058,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(35858,2,13058,'/module/admin/view/sso.html.php','/module/admin/view','file','A'),(35859,2,13058,'/module/block/control.php','/module/block','file','A'),(35860,2,13058,'/module/block/lang/en.php','/module/block/lang','file','A'),(35861,2,13058,'/module/block/lang/zh-cn.php','/module/block/lang','file','A'),(35862,2,13058,'/module/block/lang/zh-tw.php','/module/block/lang','file','A'),(35863,2,13058,'/module/block/model.php','/module/block','file','A'),(35864,2,13058,'/module/block/view/bugblock.html.php','/module/block/view','file','A'),(35865,2,13058,'/module/block/view/caseblock.html.php','/module/block/view','file','A'),(35866,2,13058,'/module/block/view/main.html.php','/module/block/view','file','A'),(35867,2,13058,'/module/block/view/productblock.html.php','/module/block/view','file','A'),(35868,2,13058,'/module/block/view/projectblock.html.php','/module/block/view','file','A'),(35869,2,13058,'/module/block/view/storyblock.html.php','/module/block/view','file','A'),(35870,2,13058,'/module/block/view/taskblock.html.php','/module/block/view','file','A'),(35871,2,13058,'/module/block/view/todoblock.html.php','/module/block/view','file','A'),(35872,2,13058,'/module/common/lang/en.php','/module/common/lang','file','M'),(35873,2,13058,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(35874,2,13058,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35875,2,13058,'/module/common/model.php','/module/common','file','M'),(35876,2,13058,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35877,2,13058,'/module/sso/config.php','/module/sso','file','A'),(35878,2,13058,'/module/sso/control.php','/module/sso','file','A'),(35879,2,13058,'/module/sso/lang/en.php','/module/sso/lang','file','A'),(35880,2,13058,'/module/sso/lang/zh-cn.php','/module/sso/lang','file','A'),(35881,2,13058,'/module/sso/lang/zh-tw.php','/module/sso/lang','file','A'),(35882,2,13058,'/module/sso/model.php','/module/sso','file','A'),(35883,2,13059,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(35884,2,13059,'/www/theme/default/style.css','/www/theme/default','file','M'),(35885,2,13060,'/module/bug/css/view.css','/module/bug/css','file','M'),(35886,2,13060,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(35887,2,13061,'/module/install/model.php','/module/install','file','M'),(35888,2,13061,'/module/install/view/step1.html.php','/module/install/view','file','M'),(35889,2,13062,'/module/company/control.php','/module/company','file','M'),(35890,2,13062,'/module/project/control.php','/module/project','file','M'),(35891,2,13062,'/module/project/view/story.html.php','/module/project/view','file','M'),(35892,2,13062,'/module/story/model.php','/module/story','file','M'),(35893,2,13087,'/module/action/model.php','/module/action','file','M'),(35894,2,13088,'/module/bug/control.php','/module/bug','file','M'),(35895,2,13088,'/module/bug/model.php','/module/bug','file','M'),(35896,2,13088,'/module/bug/view/m.resolve.html.php','/module/bug/view','file','M'),(35897,2,13088,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(35898,2,13089,'/module/bug/js/view.js','/module/bug/js','file','M'),(35899,2,13090,'/module/project/view/bug.html.php','/module/project/view','file','M'),(35900,2,13092,'/module/release/control.php','/module/release','file','M'),(35901,2,13093,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(35902,2,13095,'/module/bug/control.php','/module/bug','file','M'),(35903,2,13095,'/module/file/model.php','/module/file','file','M'),(35904,2,13095,'/module/project/control.php','/module/project','file','M'),(35905,2,13095,'/module/story/control.php','/module/story','file','M'),(35906,2,13095,'/module/task/control.php','/module/task','file','M'),(35907,2,13096,'/module/project/control.php','/module/project','file','M'),(35908,2,13097,'/module/mail/config.php','/module/mail','file','M'),(35909,2,13097,'/module/mail/control.php','/module/mail','file','M'),(35910,2,13097,'/module/mail/model.php','/module/mail','file','M'),(35911,2,13097,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(35912,2,13098,'/module/testcase/control.php','/module/testcase','file','M'),(35913,2,13098,'/module/testcase/model.php','/module/testcase','file','M'),(35914,2,13098,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','M'),(35915,2,13099,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35916,2,13099,'/module/testcase/control.php','/module/testcase','file','M'),(35917,2,13099,'/module/testcase/css/batchedit.css','/module/testcase/css','file','M'),(35918,2,13099,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(35919,2,13099,'/module/testcase/js/view.js','/module/testcase/js','file','M'),(35920,2,13099,'/module/testcase/model.php','/module/testcase','file','M'),(35921,2,13099,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(35922,2,13099,'/module/testcase/view/export.html.php','/module/testcase/view','file','M'),(35923,2,13099,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','A'),(35924,2,13099,'/module/testcase/view/import.html.php','/module/testcase/view','file','A'),(35925,2,13099,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','A'),(35926,2,13100,'/module/group/lang/resource.php','/module/group/lang','file','M'),(35927,2,13100,'/module/testcase/control.php','/module/testcase','file','M'),(35928,2,13100,'/module/testcase/model.php','/module/testcase','file','M'),(35929,2,13100,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(35930,2,13100,'/module/testcase/view/exporttemplet.html.php','/module/testcase/view','file','D'),(35931,2,13100,'/module/testcase/view/import.html.php','/module/testcase/view','file','D'),(35932,2,13100,'/module/testcase/view/showimport.html.php','/module/testcase/view','file','D'),(35933,2,13101,'/module/bug/control.php','/module/bug','file','M'),(35934,2,13101,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35935,2,13101,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35936,2,13101,'/module/bug/model.php','/module/bug','file','M'),(35937,2,13101,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(35938,2,13102,'/module/my/view/story.html.php','/module/my/view','file','M'),(35939,2,13102,'/module/project/view/task.html.php','/module/project/view','file','M'),(35940,2,13103,'/module/admin/config.php','/module/admin','file','M'),(35941,2,13104,'/module/report/model.php','/module/report','file','M'),(35942,2,13105,'/module/action/model.php','/module/action','file','M'),(35943,2,13105,'/module/install/model.php','/module/install','file','M'),(35944,2,13106,'/module/group/control.php','/module/group','file','M'),(35945,2,13106,'/module/user/model.php','/module/user','file','M'),(35946,2,13107,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(35947,2,13107,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(35948,2,13107,'/module/report/lang/en.php','/module/report/lang','file','M'),(35949,2,13107,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(35950,2,13107,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(35951,2,13108,'/VERSION','/','file','M'),(35952,2,13108,'/config/config.php','/config','file','M'),(35953,2,13108,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(35954,2,13108,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(35955,2,13109,'/module/dev/model.php','/module/dev','file','M'),(35956,2,13109,'/module/report/model.php','/module/report','file','M'),(35957,2,13109,'/module/svn/model.php','/module/svn','file','M'),(35958,2,13110,'/module/report/control.php','/module/report','file','M'),(35959,2,13110,'/module/report/lang/en.php','/module/report/lang','file','M'),(35960,2,13110,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(35961,2,13110,'/module/report/view/workload.html.php','/module/report/view','file','M'),(35962,2,13111,'/module/report/lang/en.php','/module/report/lang','file','M'),(35963,2,13111,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(35964,2,13111,'/module/report/view/bugcreate.html.php','/module/report/view','file','M'),(35965,2,13112,'/module/report/control.php','/module/report','file','M'),(35966,2,13113,'/tools/minifyfront.php','/tools','file','M'),(35967,2,13114,'/config/config.php','/config','file','M'),(35968,2,13114,'/framework/router.class.php','/framework','file','M'),(35969,2,13114,'/module/action/lang/en.php','/module/action/lang','file','M'),(35970,2,13114,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(35971,2,13114,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(35972,2,13114,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(35973,2,13114,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(35974,2,13114,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(35975,2,13114,'/module/build/lang/en.php','/module/build/lang','file','M'),(35976,2,13114,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(35977,2,13114,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(35978,2,13114,'/module/common/control.php','/module/common','file','M'),(35979,2,13114,'/module/common/lang/en.php','/module/common/lang','file','M'),(35980,2,13114,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(35981,2,13114,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(35982,2,13114,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(35983,2,13114,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(35984,2,13114,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(35985,2,13114,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(35986,2,13114,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(35987,2,13114,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(35988,2,13114,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(35989,2,13114,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(35990,2,13114,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(35991,2,13114,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(35992,2,13114,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(35993,2,13114,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(35994,2,13114,'/module/group/lang/en.php','/module/group/lang','file','M'),(35995,2,13114,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(35996,2,13114,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(35997,2,13114,'/module/my/lang/en.php','/module/my/lang','file','M'),(35998,2,13114,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(35999,2,13114,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(36000,2,13114,'/module/product/lang/en.php','/module/product/lang','file','M'),(36001,2,13114,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(36002,2,13114,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(36003,2,13114,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(36004,2,13114,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(36005,2,13114,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(36006,2,13114,'/module/project/lang/en.php','/module/project/lang','file','M'),(36007,2,13114,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36008,2,13114,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(36009,2,13114,'/module/release/lang/en.php','/module/release/lang','file','M'),(36010,2,13114,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(36011,2,13114,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(36012,2,13114,'/module/report/lang/en.php','/module/report/lang','file','M'),(36013,2,13114,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(36014,2,13114,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(36015,2,13114,'/module/story/lang/en.php','/module/story/lang','file','M'),(36016,2,13114,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(36017,2,13114,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(36018,2,13114,'/module/task/lang/en.php','/module/task/lang','file','M'),(36019,2,13114,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(36020,2,13114,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(36021,2,13114,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(36022,2,13114,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(36023,2,13114,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(36024,2,13114,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(36025,2,13114,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(36026,2,13114,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(36027,2,13114,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(36028,2,13114,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(36029,2,13114,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(36030,2,13114,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(36031,2,13114,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(36032,2,13114,'/module/user/lang/en.php','/module/user/lang','file','M'),(36033,2,13114,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36034,2,13114,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(36035,2,13115,'/www/js/kindeditor/kindeditor-min.js','/www/js/kindeditor','file','M'),(36036,2,13116,'/module/git/model.php','/module/git','file','M'),(36037,2,13116,'/module/report/view/blockreportlist.html.php','/module/report/view','file','M'),(36038,2,13117,'/module/story/control.php','/module/story','file','M'),(36039,2,13118,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(36040,2,13119,'/module/bug/control.php','/module/bug','file','M'),(36041,2,13120,'/www/theme/default/style.css','/www/theme/default','file','M'),(36042,2,13121,'/module/company/view/browse.html.php','/module/company/view','file','M'),(36043,2,13121,'/module/user/view/delete.html.php','/module/user/view','file','M'),(36044,2,13122,'/module/project/model.php','/module/project','file','M'),(36045,2,13123,'/module/git/model.php','/module/git','file','M'),(36046,2,13124,'/www/js/kindeditor/kindeditor-min.js','/www/js/kindeditor','file','M'),(36047,2,13125,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(36048,2,13125,'/module/report/css/common.css','/module/report/css','file','M'),(36049,2,13125,'/module/story/view/view.html.php','/module/story/view','file','M'),(36050,2,13125,'/module/task/view/view.html.php','/module/task/view','file','M'),(36051,2,13152,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(36052,2,13152,'/module/product/view/browse.html.php','/module/product/view','file','M'),(36053,2,13152,'/module/project/view/task.html.php','/module/project/view','file','M'),(36054,2,13152,'/module/tree/js/browse.js','/module/tree/js','file','M'),(36055,2,13153,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(36056,2,13153,'/module/upgrade/control.php','/module/upgrade','file','M'),(36057,2,13153,'/module/upgrade/css/execute.css','/module/upgrade/css','file','M'),(36058,2,13153,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(36059,2,13153,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(36060,2,13153,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(36061,2,13153,'/www/index.php','/www','file','M'),(36062,2,13154,'/config/config.php','/config','file','M'),(36063,2,13154,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(36064,2,13154,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(36065,2,13154,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(36066,2,13154,'/module/upgrade/model.php','/module/upgrade','file','M'),(36067,2,13155,'/www/js/my.full.js','/www/js','file','M'),(36068,2,13156,'/module/bug/model.php','/module/bug','file','M'),(36069,2,13156,'/module/common/lang/en.php','/module/common/lang','file','M'),(36070,2,13156,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36071,2,13156,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(36072,2,13156,'/module/company/control.php','/module/company','file','M'),(36073,2,13156,'/module/mail/model.php','/module/mail','file','M'),(36074,2,13156,'/module/project/control.php','/module/project','file','M'),(36075,2,13156,'/module/search/control.php','/module/search','file','M'),(36076,2,13156,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(36077,2,13156,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(36078,2,13156,'/module/story/view/report.html.php','/module/story/view','file','M'),(36079,2,13156,'/module/task/model.php','/module/task','file','M'),(36080,2,13156,'/module/task/view/report.html.php','/module/task/view','file','M'),(36081,2,13156,'/module/testtask/model.php','/module/testtask','file','M'),(36082,2,13156,'/module/upgrade/control.php','/module/upgrade','file','M'),(36083,2,13157,'/framework/helper.class.php','/framework','file','M'),(36084,2,13158,'/lib/front/front.class.php','/lib/front','file','M'),(36085,2,13159,'/www/js/my.full.js','/www/js','file','M'),(36086,2,13160,'/module/bug/model.php','/module/bug','file','M'),(36087,2,13160,'/module/git/model.php','/module/git','file','M'),(36088,2,13160,'/module/svn/model.php','/module/svn','file','M'),(36089,2,13161,'/framework/control.class.php','/framework','file','M'),(36090,2,13161,'/lib/filter/filter.class.php','/lib/filter','file','M'),(36091,2,13162,'/module/testcase/control.php','/module/testcase','file','M'),(36092,2,13163,'/module/build/view/view.html.php','/module/build/view','file','M'),(36093,2,13163,'/module/cron/config.php','/module/cron','file','M'),(36094,2,13163,'/module/cron/control.php','/module/cron','file','M'),(36095,2,13163,'/module/cron/model.php','/module/cron','file','M'),(36096,2,13164,'/module/cron/config.php','/module/cron','file','M'),(36097,2,13164,'/module/cron/model.php','/module/cron','file','M'),(36098,2,13164,'/module/project/control.php','/module/project','file','M'),(36099,2,13164,'/module/report/model.php','/module/report','file','M'),(36100,2,13164,'/module/story/model.php','/module/story','file','M'),(36101,2,13165,'/module/git/control.php','/module/git','file','M'),(36102,2,13166,'/tools/minifyfront.php','/tools','file','M'),(36103,2,13167,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(36104,2,13167,'/module/release/view/browse.html.php','/module/release/view','file','M'),(36105,2,13168,'/module/release/control.php','/module/release','file','M'),(36106,2,13169,'/module/bug/control.php','/module/bug','file','M'),(36107,2,13169,'/module/bug/model.php','/module/bug','file','M'),(36108,2,13169,'/module/build/control.php','/module/build','file','M'),(36109,2,13169,'/module/build/css/common.css','/module/build/css','file','M'),(36110,2,13169,'/module/productplan/control.php','/module/productplan','file','M'),(36111,2,13169,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(36112,2,13169,'/module/release/control.php','/module/release','file','M'),(36113,2,13169,'/module/release/css/common.css','/module/release/css','file','M'),(36114,2,13169,'/module/release/css/view.css','/module/release/css','file','M'),(36115,2,13169,'/module/release/view/view.html.php','/module/release/view','file','M'),(36116,2,13169,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(36117,2,13169,'/www/index.php','/www','file','M'),(36118,2,13170,'/doc/CHANGELOG','/doc','file','M'),(36119,2,13171,'/module/git/model.php','/module/git','file','M'),(36120,2,13171,'/module/svn/model.php','/module/svn','file','M'),(36121,2,13172,'/module/install/lang/en.php','/module/install/lang','file','M'),(36122,2,13172,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(36123,2,13172,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(36124,2,13172,'/module/install/view/index.html.php','/module/install/view','file','M'),(36125,2,13172,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(36126,2,13173,'/tools/minifyfront.php','/tools','file','M'),(36127,2,13174,'/module/story/model.php','/module/story','file','M'),(36128,2,13175,'/lib/date/date.class.php','/lib/date','file','M'),(36129,2,13175,'/module/report/control.php','/module/report','file','M'),(36130,2,13176,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(36131,2,13177,'/config/config.php','/config','file','M'),(36132,2,13177,'/framework/router.class.php','/framework','file','M'),(36133,2,13177,'/module/action/lang/en.php','/module/action/lang','file','M'),(36134,2,13177,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(36135,2,13177,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(36136,2,13177,'/module/admin/control.php','/module/admin','file','M'),(36137,2,13177,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(36138,2,13177,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(36139,2,13177,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(36140,2,13177,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(36141,2,13177,'/module/build/lang/en.php','/module/build/lang','file','M'),(36142,2,13177,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(36143,2,13177,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(36144,2,13177,'/module/common/control.php','/module/common','file','M'),(36145,2,13177,'/module/common/lang/en.php','/module/common/lang','file','M'),(36146,2,13177,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36147,2,13177,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(36148,2,13177,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(36149,2,13177,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(36150,2,13177,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(36151,2,13177,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(36152,2,13177,'/module/custom/control.php','/module/custom','file','M'),(36153,2,13177,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(36154,2,13177,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(36155,2,13177,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(36156,2,13177,'/module/custom/model.php','/module/custom','file','M'),(36157,2,13177,'/module/custom/view/flow.html.php','/module/custom/view','file','M'),(36158,2,13177,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(36159,2,13177,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(36160,2,13177,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(36161,2,13177,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(36162,2,13177,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(36163,2,13177,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(36164,2,13177,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(36165,2,13177,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(36166,2,13177,'/module/editor/lang/zh-tw.php','/module/editor/lang','file','M'),(36167,2,13177,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(36168,2,13177,'/module/group/lang/en.php','/module/group/lang','file','M'),(36169,2,13177,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(36170,2,13177,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(36171,2,13177,'/module/my/lang/en.php','/module/my/lang','file','M'),(36172,2,13177,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(36173,2,13177,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(36174,2,13177,'/module/product/lang/en.php','/module/product/lang','file','M'),(36175,2,13177,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(36176,2,13177,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(36177,2,13177,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(36178,2,13177,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(36179,2,13177,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(36180,2,13177,'/module/project/lang/en.php','/module/project/lang','file','M'),(36181,2,13177,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36182,2,13177,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(36183,2,13177,'/module/release/lang/en.php','/module/release/lang','file','M'),(36184,2,13177,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(36185,2,13177,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(36186,2,13177,'/module/report/lang/en.php','/module/report/lang','file','M'),(36187,2,13177,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(36188,2,13177,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(36189,2,13177,'/module/story/lang/en.php','/module/story/lang','file','M'),(36190,2,13177,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(36191,2,13177,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(36192,2,13177,'/module/task/lang/en.php','/module/task/lang','file','M'),(36193,2,13177,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(36194,2,13177,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(36195,2,13177,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(36196,2,13177,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(36197,2,13177,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(36198,2,13177,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(36199,2,13177,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(36200,2,13177,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(36201,2,13177,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(36202,2,13177,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(36203,2,13177,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(36204,2,13177,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(36205,2,13177,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(36206,2,13177,'/module/user/lang/en.php','/module/user/lang','file','M'),(36207,2,13177,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36208,2,13177,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(36209,2,13178,'/module/build/control.php','/module/build','file','M'),(36210,2,13178,'/module/build/css/view.css','/module/build/css','file','M'),(36211,2,13178,'/module/build/js/view.js','/module/build/js','file','M'),(36212,2,13178,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(36213,2,13178,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(36214,2,13178,'/module/build/view/view.html.php','/module/build/view','file','M'),(36215,2,13178,'/module/productplan/control.php','/module/productplan','file','M'),(36216,2,13178,'/module/productplan/css/linkbug.css','/module/productplan/css','file','M'),(36217,2,13178,'/module/productplan/css/linkstory.css','/module/productplan/css','file','M'),(36218,2,13178,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(36219,2,13178,'/module/productplan/js/view.js','/module/productplan/js','file','M'),(36220,2,13178,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(36221,2,13178,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(36222,2,13178,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(36223,2,13178,'/module/release/control.php','/module/release','file','M'),(36224,2,13178,'/module/release/css/view.css','/module/release/css','file','M'),(36225,2,13178,'/module/release/js/view.js','/module/release/js','file','M'),(36226,2,13178,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(36227,2,13178,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(36228,2,13178,'/module/release/view/view.html.php','/module/release/view','file','M'),(36229,2,13178,'/module/search/control.php','/module/search','file','M'),(36230,2,13178,'/module/search/model.php','/module/search','file','M'),(36231,2,13178,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(36232,2,13179,'/module/project/control.php','/module/project','file','M'),(36233,2,13179,'/module/project/lang/en.php','/module/project/lang','file','M'),(36234,2,13179,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36235,2,13180,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(36236,2,13180,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(36237,2,13180,'/module/user/control.php','/module/user','file','M'),(36238,2,13180,'/module/user/lang/en.php','/module/user/lang','file','M'),(36239,2,13180,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36240,2,13180,'/module/user/model.php','/module/user','file','M'),(36241,2,13180,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(36242,2,13180,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(36243,2,13180,'/module/user/view/create.html.php','/module/user/view','file','M'),(36244,2,13180,'/module/user/view/delete.html.php','/module/user/view','file','M'),(36245,2,13180,'/module/user/view/edit.html.php','/module/user/view','file','M'),(36246,2,13181,'/module/editor/control.php','/module/editor','file','M'),(36247,2,13181,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(36248,2,13181,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(36249,2,13181,'/module/extension/control.php','/module/extension','file','M'),(36250,2,13181,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(36251,2,13181,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(36252,2,13182,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(36253,2,13182,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(36254,2,13182,'/module/user/js/common.js','/module/user/js','file','M'),(36255,2,13182,'/module/user/lang/en.php','/module/user/lang','file','M'),(36256,2,13182,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36257,2,13182,'/module/user/model.php','/module/user','file','M'),(36258,2,13182,'/module/user/view/create.html.php','/module/user/view','file','M'),(36259,2,13182,'/module/user/view/edit.html.php','/module/user/view','file','M'),(36260,2,13182,'/www/js/my.full.js','/www/js','file','M'),(36261,2,13183,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(36262,2,13183,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(36263,2,13183,'/module/admin/view/checkweak.html.php','/module/admin/view','file','M'),(36264,2,13183,'/module/admin/view/safe.html.php','/module/admin/view','file','M'),(36265,2,13183,'/module/common/lang/en.php','/module/common/lang','file','M'),(36266,2,13183,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36267,2,13183,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(36268,2,13183,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(36269,2,13183,'/module/user/control.php','/module/user','file','M'),(36270,2,13183,'/module/user/js/common.js','/module/user/js','file','M'),(36271,2,13183,'/module/user/lang/en.php','/module/user/lang','file','M'),(36272,2,13183,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36273,2,13183,'/module/user/model.php','/module/user','file','M'),(36274,2,13183,'/module/user/view/create.html.php','/module/user/view','file','M'),(36275,2,13183,'/module/user/view/edit.html.php','/module/user/view','file','M'),(36276,2,13183,'/www/js/my.full.js','/www/js','file','M'),(36277,2,13184,'/module/project/control.php','/module/project','file','M'),(36278,2,13184,'/module/tree/model.php','/module/tree','file','M'),(36279,2,13185,'/module/group/control.php','/module/group','file','M'),(36280,2,13185,'/module/group/lang/en.php','/module/group/lang','file','M'),(36281,2,13185,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(36282,2,13185,'/module/group/view/manageview.html.php','/module/group/view','file','M'),(36283,2,13186,'/module/product/lang/en.php','/module/product/lang','file','M'),(36284,2,13186,'/module/task/lang/en.php','/module/task/lang','file','M'),(36285,2,13186,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(36286,2,13187,'/db/zentao.sql','/db','file','M'),(36287,2,13187,'/module/group/lang/resource.php','/module/group/lang','file','M'),(36288,2,13187,'/module/product/control.php','/module/product','file','M'),(36289,2,13187,'/module/product/js/index.js','/module/product/js','file','M'),(36290,2,13187,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(36291,2,13187,'/module/product/view/index.html.php','/module/product/view','file','M'),(36292,2,13187,'/module/project/control.php','/module/project','file','M'),(36293,2,13187,'/module/project/js/index.js','/module/project/js','file','M'),(36294,2,13187,'/module/project/lang/en.php','/module/project/lang','file','M'),(36295,2,13187,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36296,2,13187,'/module/project/view/index.html.php','/module/project/view','file','M'),(36297,2,13187,'/module/project/view/story.html.php','/module/project/view','file','M'),(36298,2,13188,'/module/project/view/burn.html.php','/module/project/view','file','M'),(36299,2,13190,'/module/common/view/chart.html.php','/module/common/view','file','M'),(36300,2,13190,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36301,2,13192,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(36302,2,13192,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(36303,2,13192,'/module/tree/model.php','/module/tree','file','M'),(36304,2,13192,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(36305,2,13193,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36306,2,13193,'/www/js/chartjs/excanvas.min.js','/www/js/chartjs','file','M'),(36307,2,13217,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36308,2,13218,'/module/action/lang/en.php','/module/action/lang','file','M'),(36309,2,13218,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(36310,2,13218,'/module/action/model.php','/module/action','file','M'),(36311,2,13218,'/module/product/control.php','/module/product','file','M'),(36312,2,13218,'/module/product/model.php','/module/product','file','M'),(36313,2,13218,'/module/project/control.php','/module/project','file','M'),(36314,2,13218,'/module/project/model.php','/module/project','file','M'),(36315,2,13219,'/module/project/view/story.html.php','/module/project/view','file','M'),(36316,2,13219,'/module/story/control.php','/module/story','file','M'),(36317,2,13219,'/module/story/view/view.html.php','/module/story/view','file','M'),(36318,2,13220,'/module/productplan/control.php','/module/productplan','file','M'),(36319,2,13220,'/module/productplan/css/view.css','/module/productplan/css','file','M'),(36320,2,13220,'/module/productplan/js/view.js','/module/productplan/js','file','A'),(36321,2,13220,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(36322,2,13220,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(36323,2,13220,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(36324,2,13221,'/module/build/control.php','/module/build','file','M'),(36325,2,13221,'/module/build/css/common.css','/module/build/css','file','M'),(36326,2,13221,'/module/build/css/view.css','/module/build/css','file','M'),(36327,2,13221,'/module/build/js/view.js','/module/build/js','file','A'),(36328,2,13221,'/module/build/lang/en.php','/module/build/lang','file','M'),(36329,2,13221,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(36330,2,13221,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(36331,2,13221,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(36332,2,13221,'/module/build/view/view.html.php','/module/build/view','file','M'),(36333,2,13221,'/module/common/lang/en.php','/module/common/lang','file','M'),(36334,2,13221,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36335,2,13221,'/module/release/control.php','/module/release','file','M'),(36336,2,13221,'/module/release/css/common.css','/module/release/css','file','M'),(36337,2,13221,'/module/release/css/view.css','/module/release/css','file','M'),(36338,2,13221,'/module/release/js/view.js','/module/release/js','file','A'),(36339,2,13221,'/module/release/lang/en.php','/module/release/lang','file','M'),(36340,2,13221,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(36341,2,13221,'/module/release/view/export.html.php','/module/release/view','file','M'),(36342,2,13221,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(36343,2,13221,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(36344,2,13221,'/module/release/view/view.html.php','/module/release/view','file','M'),(36345,2,13221,'/www/js/my.full.js','/www/js','file','M'),(36346,2,13222,'/module/report/model.php','/module/report','file','M'),(36347,2,13222,'/www/fusioncharts/Readme.txt','/www/fusioncharts','file','D'),(36348,2,13222,'/www/fusioncharts/fcf_area2d.swf','/www/fusioncharts','file','D'),(36349,2,13222,'/www/fusioncharts/fcf_bar2d.swf','/www/fusioncharts','file','D'),(36350,2,13222,'/www/fusioncharts/fcf_candlestick.swf','/www/fusioncharts','file','D'),(36351,2,13222,'/www/fusioncharts/fcf_column2d.swf','/www/fusioncharts','file','D'),(36352,2,13222,'/www/fusioncharts/fcf_column3d.swf','/www/fusioncharts','file','D'),(36353,2,13222,'/www/fusioncharts/fcf_doughnut2d.swf','/www/fusioncharts','file','D'),(36354,2,13222,'/www/fusioncharts/fcf_funnel.swf','/www/fusioncharts','file','D'),(36355,2,13222,'/www/fusioncharts/fcf_gantt.swf','/www/fusioncharts','file','D'),(36356,2,13222,'/www/fusioncharts/fcf_line.swf','/www/fusioncharts','file','D'),(36357,2,13222,'/www/fusioncharts/fcf_msarea2d.swf','/www/fusioncharts','file','D'),(36358,2,13222,'/www/fusioncharts/fcf_msbar2d.swf','/www/fusioncharts','file','D'),(36359,2,13222,'/www/fusioncharts/fcf_mscolumn2d.swf','/www/fusioncharts','file','D'),(36360,2,13222,'/www/fusioncharts/fcf_mscolumn2dlinedy.swf','/www/fusioncharts','file','D'),(36361,2,13222,'/www/fusioncharts/fcf_mscolumn3d.swf','/www/fusioncharts','file','D'),(36362,2,13222,'/www/fusioncharts/fcf_mscolumn3dlinedy.swf','/www/fusioncharts','file','D'),(36363,2,13222,'/www/fusioncharts/fcf_msline.swf','/www/fusioncharts','file','D'),(36364,2,13222,'/www/fusioncharts/fcf_pie2d.swf','/www/fusioncharts','file','D'),(36365,2,13222,'/www/fusioncharts/fcf_pie3d.swf','/www/fusioncharts','file','D'),(36366,2,13222,'/www/fusioncharts/fcf_stackedarea2d.swf','/www/fusioncharts','file','D'),(36367,2,13222,'/www/fusioncharts/fcf_stackedbar2d.swf','/www/fusioncharts','file','D'),(36368,2,13222,'/www/fusioncharts/fcf_stackedcolumn2d.swf','/www/fusioncharts','file','D'),(36369,2,13222,'/www/fusioncharts/fcf_stackedcolumn3d.swf','/www/fusioncharts','file','D'),(36370,2,13223,'/module/bug/control.php','/module/bug','file','M'),(36371,2,13223,'/module/bug/js/report.js','/module/bug/js','file','M'),(36372,2,13223,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(36373,2,13223,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(36374,2,13223,'/module/bug/model.php','/module/bug','file','M'),(36375,2,13223,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(36376,2,13223,'/module/story/view/report.html.php','/module/story/view','file','M'),(36377,2,13224,'/module/common/view/chart.html.php','/module/common/view','file','M'),(36378,2,13224,'/module/story/control.php','/module/story','file','M'),(36379,2,13224,'/module/story/js/report.js','/module/story/js','file','M'),(36380,2,13224,'/module/story/lang/en.php','/module/story/lang','file','M'),(36381,2,13224,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(36382,2,13224,'/module/story/model.php','/module/story','file','M'),(36383,2,13224,'/module/story/view/report.html.php','/module/story/view','file','M'),(36384,2,13224,'/module/task/control.php','/module/task','file','M'),(36385,2,13224,'/module/task/view/report.html.php','/module/task/view','file','M'),(36386,2,13225,'/module/task/control.php','/module/task','file','M'),(36387,2,13225,'/module/task/js/report.js','/module/task/js','file','M'),(36388,2,13225,'/module/task/lang/en.php','/module/task/lang','file','M'),(36389,2,13225,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(36390,2,13225,'/module/task/model.php','/module/task','file','M'),(36391,2,13225,'/module/task/view/report.html.php','/module/task/view','file','M'),(36392,2,13226,'/module/common/view/chart.html.php','/module/common/view','file','M'),(36393,2,13226,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36394,2,13227,'/module/project/css/burn.css','/module/project/css','file','M'),(36395,2,13227,'/module/project/view/burn.html.php','/module/project/view','file','M'),(36396,2,13228,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36397,2,13230,'/module/company/view/browse.html.php','/module/company/view','file','M'),(36398,2,13230,'/module/file/view/export.html.php','/module/file/view','file','M'),(36399,2,13230,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(36400,2,13230,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(36401,2,13230,'/module/user/view/delete.html.php','/module/user/view','file','A'),(36402,2,13231,'/module/admin/config.php','/module/admin','file','M'),(36403,2,13231,'/module/admin/control.php','/module/admin','file','M'),(36404,2,13231,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(36405,2,13231,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(36406,2,13231,'/module/admin/view/checkweak.html.php','/module/admin/view','file','A'),(36407,2,13231,'/module/admin/view/safe.html.php','/module/admin/view','file','A'),(36408,2,13231,'/module/common/lang/en.php','/module/common/lang','file','M'),(36409,2,13231,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(36410,2,13231,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36411,2,13231,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(36412,2,13231,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(36413,2,13231,'/module/user/control.php','/module/user','file','M'),(36414,2,13231,'/module/user/js/common.js','/module/user/js','file','M'),(36415,2,13231,'/module/user/lang/en.php','/module/user/lang','file','M'),(36416,2,13231,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(36417,2,13231,'/module/user/model.php','/module/user','file','M'),(36418,2,13231,'/module/user/view/create.html.php','/module/user/view','file','M'),(36419,2,13231,'/module/user/view/edit.html.php','/module/user/view','file','M'),(36420,2,13231,'/www/js/my.full.js','/www/js','file','M'),(36421,2,13232,'/module/task/control.php','/module/task','file','M'),(36422,2,13232,'/module/task/view/report.html.php','/module/task/view','file','M'),(36423,2,13233,'/module/common/view/chart.html.php','/module/common/view','file','M'),(36424,2,13234,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36425,2,13234,'/www/js/zui/min.js','/www/js/zui','file','M'),(36426,2,13235,'/module/project/view/burn.html.php','/module/project/view','file','M'),(36427,2,13236,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','M'),(36428,2,13237,'/module/project/control.php','/module/project','file','M'),(36429,2,13237,'/module/project/css/burn.css','/module/project/css','file','M'),(36430,2,13237,'/module/project/js/burn.js','/module/project/js','file','M'),(36431,2,13237,'/module/project/lang/en.php','/module/project/lang','file','M'),(36432,2,13237,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36433,2,13237,'/module/project/model.php','/module/project','file','M'),(36434,2,13237,'/module/project/view/burn.html.php','/module/project/view','file','M'),(36435,2,13238,'/module/common/view/chart.html.php','/module/common/view','file','A'),(36436,2,13239,'/www/js/chartjs/chart.min.js','/www/js/chartjs','file','A'),(36437,2,13240,'/www/js/zui/min.js','/www/js/zui','file','M'),(36438,2,13241,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(36439,2,13241,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(36440,2,13241,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(36441,2,13241,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(36442,2,13241,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(36443,2,13241,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(36444,2,13242,'/db/zentao.sql','/db','file','M'),(36445,2,13244,'/module/project/control.php','/module/project','file','M'),(36446,2,13244,'/module/project/css/index.css','/module/project/css','file','A'),(36447,2,13244,'/module/project/js/index.js','/module/project/js','file','M'),(36448,2,13244,'/module/project/view/index.html.php','/module/project/view','file','M'),(36449,2,13245,'/module/product/config.php','/module/product','file','M'),(36450,2,13245,'/module/product/control.php','/module/product','file','M'),(36451,2,13245,'/module/product/js/index.js','/module/product/js','file','M'),(36452,2,13245,'/module/product/model.php','/module/product','file','M'),(36453,2,13245,'/module/product/view/index.html.php','/module/product/view','file','M'),(36454,2,13245,'/module/project/config.php','/module/project','file','M'),(36455,2,13245,'/module/project/control.php','/module/project','file','M'),(36456,2,13245,'/module/project/js/index.js','/module/project/js','file','M'),(36457,2,13245,'/module/project/model.php','/module/project','file','M'),(36458,2,13245,'/module/project/view/index.html.php','/module/project/view','file','M'),(36459,2,13245,'/module/upgrade/model.php','/module/upgrade','file','M'),(36460,2,13246,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(36461,2,13246,'/www/js/zui/zui.sortable.js','/www/js/zui','file','M'),(36462,2,13248,'/module/common/control.php','/module/common','file','M'),(36463,2,13248,'/module/editor/control.php','/module/editor','file','M'),(36464,2,13248,'/module/editor/lang/en.php','/module/editor/lang','file','M'),(36465,2,13248,'/module/editor/lang/zh-cn.php','/module/editor/lang','file','M'),(36466,2,13248,'/module/extension/control.php','/module/extension','file','M'),(36467,2,13248,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(36468,2,13248,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(36469,2,13248,'/module/upgrade/model.php','/module/upgrade','file','M'),(36470,2,13249,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(36471,2,13249,'/module/product/view/index.html.php','/module/product/view','file','M'),(36472,2,13249,'/module/project/view/index.html.php','/module/project/view','file','M'),(36473,2,13249,'/www/js/zui/zui.sortable.js','/www/js/zui','file','M'),(36474,2,13250,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(36475,2,13250,'/module/product/view/index.html.php','/module/product/view','file','M'),(36476,2,13250,'/module/project/view/index.html.php','/module/project/view','file','M'),(36477,2,13250,'/www/js/zui/zui.sortable.js','/www/js/zui','file','M'),(36478,2,13250,'/www/upgrade.php','/www','file','A'),(36479,2,13251,'/module/common/view/sortable.html.php','/module/common/view','file','M'),(36480,2,13251,'/module/product/view/index.html.php','/module/product/view','file','M'),(36481,2,13251,'/module/project/view/index.html.php','/module/project/view','file','M'),(36482,2,13251,'/www/js/zui/zui.sortable.js','/www/js/zui','file','M'),(36483,2,13251,'/www/upgrade.php','/www','file','D'),(36484,2,13252,'/module/product/control.php','/module/product','file','M'),(36485,2,13252,'/module/product/js/index.js','/module/product/js','file','M'),(36486,2,13252,'/module/product/model.php','/module/product','file','M'),(36487,2,13252,'/module/product/view/index.html.php','/module/product/view','file','M'),(36488,2,13252,'/module/project/control.php','/module/project','file','M'),(36489,2,13252,'/module/project/js/index.js','/module/project/js','file','M'),(36490,2,13252,'/module/project/model.php','/module/project','file','M'),(36491,2,13252,'/module/project/view/index.html.php','/module/project/view','file','M'),(36492,2,13252,'/module/upgrade/model.php','/module/upgrade','file','M'),(36493,2,13253,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(36494,2,13255,'/db/update7.1.sql','/db','file','A'),(36495,2,13255,'/db/zentao.sql','/db','file','M'),(36496,2,13255,'/module/common/control.php','/module/common','file','M'),(36497,2,13255,'/module/common/model.php','/module/common','file','M'),(36498,2,13255,'/module/group/control.php','/module/group','file','M'),(36499,2,13255,'/module/group/css/manageview.css','/module/group/css','file','A'),(36500,2,13255,'/module/group/js/manageview.js','/module/group/js','file','A'),(36501,2,13255,'/module/group/lang/en.php','/module/group/lang','file','M'),(36502,2,13255,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(36503,2,13255,'/module/group/model.php','/module/group','file','M'),(36504,2,13255,'/module/group/view/browse.html.php','/module/group/view','file','M'),(36505,2,13255,'/module/group/view/manageview.html.php','/module/group/view','file','A'),(36506,2,13255,'/module/product/model.php','/module/product','file','M'),(36507,2,13255,'/module/project/model.php','/module/project','file','M'),(36508,2,13255,'/module/user/model.php','/module/user','file','M'),(36509,2,13256,'/module/common/view/sortable.html.php','/module/common/view','file','A'),(36510,2,13256,'/module/product/js/index.js','/module/product/js','file','M'),(36511,2,13256,'/module/product/view/index.html.php','/module/product/view','file','M'),(36512,2,13256,'/module/project/js/index.js','/module/project/js','file','M'),(36513,2,13256,'/module/project/view/index.html.php','/module/project/view','file','M'),(36514,2,13256,'/www/js/zui/zui.sortable.js','/www/js/zui','file','A'),(36515,2,13256,'/www/theme/default/style.css','/www/theme/default','file','M'),(36516,2,13257,'/www/theme/default/style.css','/www/theme/default','file','M'),(36517,2,13258,'/www/theme/default/style.css','/www/theme/default','file','M'),(36518,2,13259,'/www/js/jquery/chosen/min.js','/www/js/jquery/chosen','file','M'),(36519,2,13282,'/module/task/js/create.js','/module/task/js','file','M'),(36520,2,13283,'/module/my/view/blockbugs.html.php','/module/my/view','file','M'),(36521,2,13283,'/module/my/view/blockproducts.html.php','/module/my/view','file','M'),(36522,2,13283,'/module/my/view/blockprojects.html.php','/module/my/view','file','M'),(36523,2,13283,'/module/my/view/blockstories.html.php','/module/my/view','file','M'),(36524,2,13283,'/module/my/view/blocktasks.html.php','/module/my/view','file','M'),(36525,2,13283,'/module/my/view/blocktodoes.html.php','/module/my/view','file','M'),(36526,2,13283,'/module/project/model.php','/module/project','file','M'),(36527,2,13285,'/module/extension/control.php','/module/extension','file','M'),(36528,2,13285,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(36529,2,13286,'/module/project/view/index.html.php','/module/project/view','file','M'),(36530,2,13286,'/www/theme/default/style.css','/www/theme/default','file','M'),(36531,2,13287,'/bin/init.bat','/bin','file','M'),(36532,2,13288,'/module/build/control.php','/module/build','file','M'),(36533,2,13288,'/module/release/control.php','/module/release','file','M'),(36534,2,13289,'/module/task/model.php','/module/task','file','M'),(36535,2,13289,'/module/task/view/start.html.php','/module/task/view','file','M'),(36536,2,13290,'/module/task/model.php','/module/task','file','M'),(36537,2,13291,'/module/product/view/index.html.php','/module/product/view','file','M'),(36538,2,13291,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(36539,2,13291,'/module/project/view/index.html.php','/module/project/view','file','M'),(36540,2,13292,'/module/story/view/header.html.php','/module/story/view','file','M'),(36541,2,13292,'/module/tree/control.php','/module/tree','file','M'),(36542,2,13293,'/module/project/model.php','/module/project','file','M'),(36543,2,13294,'/module/user/model.php','/module/user','file','M'),(36544,2,13295,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(36545,2,13296,'/module/story/model.php','/module/story','file','M'),(36546,2,13297,'/module/common/model.php','/module/common','file','M'),(36547,2,13297,'/module/file/control.php','/module/file','file','M'),(36548,2,13298,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(36549,2,13299,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(36550,2,13300,'/module/tree/model.php','/module/tree','file','M'),(36551,2,13301,'/module/tree/model.php','/module/tree','file','M'),(36552,2,13302,'/module/upgrade/model.php','/module/upgrade','file','M'),(36553,2,13303,'/.gitignore','/','file','M'),(36554,2,13304,'/Makefile','/','file','M'),(36555,2,13304,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(36556,2,13305,'/module/install/control.php','/module/install','file','M'),(36557,2,13305,'/module/upgrade/control.php','/module/upgrade','file','M'),(36558,2,13306,'/module/common/control.php','/module/common','file','M'),(36559,2,13306,'/module/install/control.php','/module/install','file','M'),(36560,2,13306,'/module/upgrade/control.php','/module/upgrade','file','M'),(36561,2,13306,'/module/upgrade/js/execute.js','/module/upgrade/js','file','M'),(36562,2,13306,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(36563,2,13306,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(36564,2,13306,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','M'),(36565,2,13306,'/module/upgrade/view/checkextension.html.php','/module/upgrade/view','file','A'),(36566,2,13306,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(36567,2,13306,'/www/index.php','/www','file','M'),(36568,2,13306,'/www/upgrade.php','/www','file','M'),(36569,2,13307,'/framework/router.class.php','/framework','file','M'),(36570,2,13307,'/module/mail/control.php','/module/mail','file','M'),(36571,2,13307,'/module/mail/model.php','/module/mail','file','M'),(36572,2,13308,'/build/debian/DEBIAN/postinst','/build/debian/DEBIAN','file','M'),(36573,2,13308,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(36574,2,13309,'/Makefile','/','file','M'),(36575,2,13309,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(36576,2,13310,'/Makefile','/','file','M'),(36577,2,13310,'/build/debian/DEBIAN/postinst','/build/debian/DEBIAN','file','M'),(36578,2,13310,'/build/rpm/zentaopms.conf','/build/rpm','file','D'),(36579,2,13310,'/build/rpm/zentaopms.spec','/build/rpm','file','M'),(36580,2,13311,'/module/cron/lang/zh-tw.php','/module/cron/lang','file','M'),(36581,2,13312,'/Makefile','/','file','M'),(36582,2,13312,'/build/debian/DEBIAN/changelog','/build/debian/DEBIAN','file','A'),(36583,2,13312,'/build/debian/DEBIAN/control','/build/debian/DEBIAN','file','A'),(36584,2,13312,'/build/debian/DEBIAN/postinst','/build/debian/DEBIAN','file','A'),(36585,2,13312,'/build/debian/zentaopms.conf','/build/debian','file','A'),(36586,2,13312,'/build/rpm/zentaopms.conf','/build/rpm','file','A'),(36587,2,13312,'/build/rpm/zentaopms.spec','/build/rpm','file','A'),(36588,2,13313,'/module/cron/control.php','/module/cron','file','M'),(36589,2,13313,'/module/cron/lang/en.php','/module/cron/lang','file','M'),(36590,2,13313,'/module/cron/lang/zh-cn.php','/module/cron/lang','file','M'),(36591,2,13313,'/module/cron/model.php','/module/cron','file','M'),(36592,2,13314,'/module/cron/control.php','/module/cron','file','M'),(36593,2,13315,'/module/cron/control.php','/module/cron','file','M'),(36594,2,13316,'/module/cron/config.php','/module/cron','file','M'),(36595,2,13316,'/module/cron/control.php','/module/cron','file','M'),(36596,2,13317,'/module/mail/control.php','/module/mail','file','M'),(36597,2,13317,'/www/js/my.full.js','/www/js','file','M'),(36598,2,13318,'/module/group/lang/resource.php','/module/group/lang','file','M'),(36599,2,13318,'/module/mail/model.php','/module/mail','file','M'),(36600,2,13318,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(36601,2,13319,'/module/bug/js/common.js','/module/bug/js','file','M'),(36602,2,13320,'/lib/mobile/mobile.class.php','/lib/mobile','file','M'),(36603,2,13347,'/module/editor/control.php','/module/editor','file','M'),(36604,2,13347,'/module/editor/view/index.html.php','/module/editor/view','file','M'),(36605,2,13348,'/module/common/lang/en.php','/module/common/lang','file','M'),(36606,2,13348,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36607,2,13349,'/module/user/model.php','/module/user','file','M'),(36608,2,13350,'/module/task/control.php','/module/task','file','M'),(36609,2,13351,'/module/backup/control.php','/module/backup','file','M'),(36610,2,13351,'/module/editor/model.php','/module/editor','file','M'),(36611,2,13351,'/module/project/view/taskheader.html.php','/module/project/view','file','M'),(36612,2,13351,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(36613,2,13351,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(36614,2,13352,'/doc/CHANGELOG','/doc','file','M'),(36615,2,13353,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(36616,2,13353,'/module/file/model.php','/module/file','file','M'),(36617,2,13355,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(36618,2,13355,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(36619,2,13355,'/module/api/lang/zh-tw.php','/module/api/lang','file','M'),(36620,2,13355,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','M'),(36621,2,13355,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(36622,2,13355,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(36623,2,13355,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(36624,2,13355,'/module/company/lang/zh-tw.php','/module/company/lang','file','M'),(36625,2,13355,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(36626,2,13355,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(36627,2,13355,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(36628,2,13355,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(36629,2,13355,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(36630,2,13355,'/module/git/lang/zh-tw.php','/module/git/lang','file','M'),(36631,2,13355,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(36632,2,13355,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(36633,2,13355,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(36634,2,13355,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(36635,2,13355,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(36636,2,13355,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(36637,2,13355,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(36638,2,13355,'/module/qa/lang/zh-tw.php','/module/qa/lang','file','M'),(36639,2,13355,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(36640,2,13355,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(36641,2,13355,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(36642,2,13355,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(36643,2,13355,'/module/svn/lang/zh-tw.php','/module/svn/lang','file','M'),(36644,2,13355,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(36645,2,13355,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(36646,2,13355,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(36647,2,13355,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(36648,2,13355,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(36649,2,13355,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(36650,2,13355,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(36651,2,13356,'/module/common/lang/en.php','/module/common/lang','file','M'),(36652,2,13356,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36653,2,13356,'/module/install/view/index.html.php','/module/install/view','file','M'),(36654,2,13356,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(36655,2,13356,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(36656,2,13356,'/module/upgrade/control.php','/module/upgrade','file','M'),(36657,2,13357,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(36658,2,13357,'/www/js/jquery/chosen/min.js','/www/js/jquery/chosen','file','M'),(36659,2,13357,'/www/theme/default/style.css','/www/theme/default','file','M'),(36660,2,13358,'/VERSION','/','file','M'),(36661,2,13358,'/config/config.php','/config','file','M'),(36662,2,13358,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(36663,2,13358,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(36664,2,13359,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(36665,2,13360,'/module/build/model.php','/module/build','file','M'),(36666,2,13360,'/module/release/model.php','/module/release','file','M'),(36667,2,13361,'/module/file/model.php','/module/file','file','M'),(36668,2,13361,'/module/git/model.php','/module/git','file','M'),(36669,2,13361,'/module/svn/config.php','/module/svn','file','M'),(36670,2,13361,'/module/task/control.php','/module/task','file','M'),(36671,2,13361,'/module/testcase/view/caseheader.html.php','/module/testcase/view','file','M'),(36672,2,13362,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(36673,2,13362,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(36674,2,13364,'/framework/router.class.php','/framework','file','M'),(36675,2,13365,'/module/bug/css/create.css','/module/bug/css','file','M'),(36676,2,13365,'/module/common/view/chosen.html.php','/module/common/view','file','M'),(36677,2,13365,'/module/story/css/batchcreate.css','/module/story/css','file','M'),(36678,2,13365,'/module/story/css/batchedit.css','/module/story/css','file','M'),(36679,2,13365,'/module/story/css/create.css','/module/story/css','file','M'),(36680,2,13365,'/module/task/css/batchcreate.css','/module/task/css','file','M'),(36681,2,13365,'/module/task/css/batchedit.css','/module/task/css','file','M'),(36682,2,13365,'/module/task/js/batchcreate.js','/module/task/js','file','M'),(36683,2,13365,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(36684,2,13365,'/module/testcase/css/batchcreate.css','/module/testcase/css','file','M'),(36685,2,13365,'/module/testcase/css/batchedit.css','/module/testcase/css','file','M'),(36686,2,13365,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(36687,2,13365,'/module/user/css/batchcreate.css','/module/user/css','file','A'),(36688,2,13365,'/module/user/css/batchedit.css','/module/user/css','file','A'),(36689,2,13366,'/module/bug/js/common.js','/module/bug/js','file','M'),(36690,2,13367,'/module/bug/js/common.js','/module/bug/js','file','M'),(36691,2,13368,'/module/build/control.php','/module/build','file','M'),(36692,2,13369,'/framework/router.class.php','/framework','file','M'),(36693,2,13370,'/module/story/model.php','/module/story','file','M'),(36694,2,13370,'/module/story/view/edit.html.php','/module/story/view','file','M'),(36695,2,13371,'/module/action/model.php','/module/action','file','M'),(36696,2,13371,'/module/build/lang/en.php','/module/build/lang','file','M'),(36697,2,13371,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(36698,2,13371,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(36699,2,13371,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(36700,2,13372,'/module/project/view/task.html.php','/module/project/view','file','M'),(36701,2,13373,'/module/story/model.php','/module/story','file','M'),(36702,2,13374,'/module/group/control.php','/module/group','file','M'),(36703,2,13375,'/module/doc/config.php','/module/doc','file','M'),(36704,2,13376,'/module/bug/model.php','/module/bug','file','M'),(36705,2,13376,'/module/doc/control.php','/module/doc','file','M'),(36706,2,13376,'/module/project/control.php','/module/project','file','M'),(36707,2,13376,'/module/search/model.php','/module/search','file','M'),(36708,2,13376,'/module/story/model.php','/module/story','file','M'),(36709,2,13376,'/module/testcase/control.php','/module/testcase','file','M'),(36710,2,13376,'/module/testtask/control.php','/module/testtask','file','M'),(36711,2,13378,'/module/bug/css/report.css','/module/bug/css','file','M'),(36712,2,13378,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(36713,2,13378,'/www/theme/default/style.css','/www/theme/default','file','M'),(36714,2,13379,'/module/common/view/datepicker.html.php','/module/common/view','file','M'),(36715,2,13380,'/module/task/control.php','/module/task','file','M'),(36716,2,13381,'/module/common/lang/en.php','/module/common/lang','file','M'),(36717,2,13381,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36718,2,13381,'/module/install/control.php','/module/install','file','M'),(36719,2,13381,'/module/install/js/license.js','/module/install/js','file','A'),(36720,2,13381,'/module/install/lang/en.php','/module/install/lang','file','M'),(36721,2,13381,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(36722,2,13381,'/module/install/view/index.html.php','/module/install/view','file','M'),(36723,2,13381,'/module/install/view/license.html.php','/module/install/view','file','A'),(36724,2,13381,'/module/upgrade/control.php','/module/upgrade','file','M'),(36725,2,13381,'/module/upgrade/js/license.js','/module/upgrade/js','file','A'),(36726,2,13381,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(36727,2,13381,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(36728,2,13381,'/module/upgrade/view/backup.html.php','/module/upgrade/view','file','A'),(36729,2,13381,'/module/upgrade/view/index.html.php','/module/upgrade/view','file','D'),(36730,2,13381,'/module/upgrade/view/license.html.php','/module/upgrade/view','file','A'),(36731,2,13382,'/config/config.php','/config','file','M'),(36732,2,13382,'/lib/api/api.class.php','/lib/api','file','M'),(36733,2,13382,'/lib/date/date.class.php','/lib/date','file','M'),(36734,2,13382,'/lib/zdb/zdb.class.php','/lib/zdb','file','M'),(36735,2,13382,'/lib/zfile/zfile.class.php','/lib/zfile','file','M'),(36736,2,13382,'/module/action/control.php','/module/action','file','M'),(36737,2,13382,'/module/action/lang/en.php','/module/action/lang','file','M'),(36738,2,13382,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(36739,2,13382,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(36740,2,13382,'/module/action/model.php','/module/action','file','M'),(36741,2,13382,'/module/action/view/trash.html.php','/module/action/view','file','M'),(36742,2,13382,'/module/admin/control.php','/module/admin','file','M'),(36743,2,13382,'/module/admin/lang/en.php','/module/admin/lang','file','M'),(36744,2,13382,'/module/admin/lang/zh-cn.php','/module/admin/lang','file','M'),(36745,2,13382,'/module/admin/lang/zh-tw.php','/module/admin/lang','file','M'),(36746,2,13382,'/module/admin/model.php','/module/admin','file','M'),(36747,2,13382,'/module/admin/view/bind.html.php','/module/admin/view','file','M'),(36748,2,13382,'/module/admin/view/index.html.php','/module/admin/view','file','M'),(36749,2,13382,'/module/admin/view/register.html.php','/module/admin/view','file','M'),(36750,2,13382,'/module/api/control.php','/module/api','file','M'),(36751,2,13382,'/module/api/lang/en.php','/module/api/lang','file','M'),(36752,2,13382,'/module/api/lang/zh-cn.php','/module/api/lang','file','M'),(36753,2,13382,'/module/api/lang/zh-tw.php','/module/api/lang','file','M'),(36754,2,13382,'/module/api/model.php','/module/api','file','M'),(36755,2,13382,'/module/backup/control.php','/module/backup','file','M'),(36756,2,13382,'/module/backup/model.php','/module/backup','file','M'),(36757,2,13382,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(36758,2,13382,'/module/bug/control.php','/module/bug','file','M'),(36759,2,13382,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(36760,2,13382,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(36761,2,13382,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(36762,2,13382,'/module/bug/model.php','/module/bug','file','M'),(36763,2,13382,'/module/bug/view/activate.html.php','/module/bug/view','file','M'),(36764,2,13382,'/module/bug/view/assignto.html.php','/module/bug/view','file','M'),(36765,2,13382,'/module/bug/view/batchcreate.html.php','/module/bug/view','file','M'),(36766,2,13382,'/module/bug/view/batchedit.html.php','/module/bug/view','file','M'),(36767,2,13382,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(36768,2,13382,'/module/bug/view/close.html.php','/module/bug/view','file','M'),(36769,2,13382,'/module/bug/view/confirmbug.html.php','/module/bug/view','file','M'),(36770,2,13382,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(36771,2,13382,'/module/bug/view/edit.html.php','/module/bug/view','file','M'),(36772,2,13382,'/module/bug/view/export.html.php','/module/bug/view','file','M'),(36773,2,13382,'/module/bug/view/m.browse.html.php','/module/bug/view','file','M'),(36774,2,13382,'/module/bug/view/report.html.php','/module/bug/view','file','M'),(36775,2,13382,'/module/bug/view/resolve.html.php','/module/bug/view','file','M'),(36776,2,13382,'/module/bug/view/sendmail.html.php','/module/bug/view','file','M'),(36777,2,13382,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(36778,2,13382,'/module/build/control.php','/module/build','file','M'),(36779,2,13382,'/module/build/lang/en.php','/module/build/lang','file','M'),(36780,2,13382,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(36781,2,13382,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(36782,2,13382,'/module/build/model.php','/module/build','file','M'),(36783,2,13382,'/module/build/view/create.html.php','/module/build/view','file','M'),(36784,2,13382,'/module/build/view/edit.html.php','/module/build/view','file','M'),(36785,2,13382,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(36786,2,13382,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(36787,2,13382,'/module/build/view/view.html.php','/module/build/view','file','M'),(36788,2,13382,'/module/common/control.php','/module/common','file','M'),(36789,2,13382,'/module/common/lang/en.php','/module/common/lang','file','M'),(36790,2,13382,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(36791,2,13382,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(36792,2,13382,'/module/common/model.php','/module/common','file','M'),(36793,2,13382,'/module/company/control.php','/module/company','file','M'),(36794,2,13382,'/module/company/lang/en.php','/module/company/lang','file','M'),(36795,2,13382,'/module/company/lang/zh-cn.php','/module/company/lang','file','M'),(36796,2,13382,'/module/company/lang/zh-tw.php','/module/company/lang','file','M'),(36797,2,13382,'/module/company/model.php','/module/company','file','M'),(36798,2,13382,'/module/company/view/browse.html.php','/module/company/view','file','M'),(36799,2,13382,'/module/company/view/dynamic.html.php','/module/company/view','file','M'),(36800,2,13382,'/module/company/view/edit.html.php','/module/company/view','file','M'),(36801,2,13382,'/module/company/view/view.html.php','/module/company/view','file','M'),(36802,2,13382,'/module/convert/control.php','/module/convert','file','M'),(36803,2,13382,'/module/convert/converter/bugfree.php','/module/convert/converter','file','M'),(36804,2,13382,'/module/convert/converter/bugfree1.php','/module/convert/converter','file','M'),(36805,2,13382,'/module/convert/converter/bugfree2.php','/module/convert/converter','file','M'),(36806,2,13382,'/module/convert/converter/redmine.php','/module/convert/converter','file','M'),(36807,2,13382,'/module/convert/converter/redmine1.1.php','/module/convert/converter','file','M'),(36808,2,13382,'/module/convert/lang/en.php','/module/convert/lang','file','M'),(36809,2,13382,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(36810,2,13382,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(36811,2,13382,'/module/convert/model.php','/module/convert','file','M'),(36812,2,13382,'/module/convert/view/checkconfig.html.php','/module/convert/view','file','M'),(36813,2,13382,'/module/convert/view/execute.html.php','/module/convert/view','file','M'),(36814,2,13382,'/module/convert/view/index.html.php','/module/convert/view','file','M'),(36815,2,13382,'/module/convert/view/selectsource.html.php','/module/convert/view','file','M'),(36816,2,13382,'/module/convert/view/setconfig.html.php','/module/convert/view','file','M'),(36817,2,13382,'/module/custom/control.php','/module/custom','file','M'),(36818,2,13382,'/module/custom/model.php','/module/custom','file','M'),(36819,2,13382,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(36820,2,13382,'/module/dept/control.php','/module/dept','file','M'),(36821,2,13382,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(36822,2,13382,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(36823,2,13382,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(36824,2,13382,'/module/dept/model.php','/module/dept','file','M'),(36825,2,13382,'/module/dept/view/browse.html.php','/module/dept/view','file','M'),(36826,2,13382,'/module/dept/view/edit.html.php','/module/dept/view','file','M'),(36827,2,13382,'/module/doc/control.php','/module/doc','file','M'),(36828,2,13382,'/module/doc/lang/en.php','/module/doc/lang','file','M'),(36829,2,13382,'/module/doc/lang/zh-cn.php','/module/doc/lang','file','M'),(36830,2,13382,'/module/doc/lang/zh-tw.php','/module/doc/lang','file','M'),(36831,2,13382,'/module/doc/model.php','/module/doc','file','M'),(36832,2,13382,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(36833,2,13382,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(36834,2,13382,'/module/doc/view/createlib.html.php','/module/doc/view','file','M'),(36835,2,13382,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(36836,2,13382,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(36837,2,13382,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(36838,2,13382,'/module/editor/control.php','/module/editor','file','M'),(36839,2,13382,'/module/editor/model.php','/module/editor','file','M'),(36840,2,13382,'/module/editor/view/edit.html.php','/module/editor/view','file','M'),(36841,2,13382,'/module/editor/view/extend.html.php','/module/editor/view','file','M'),(36842,2,13382,'/module/editor/view/index.html.php','/module/editor/view','file','M'),(36843,2,13382,'/module/editor/view/newpage.html.php','/module/editor/view','file','M'),(36844,2,13382,'/module/extension/control.php','/module/extension','file','M'),(36845,2,13382,'/module/extension/lang/en.php','/module/extension/lang','file','M'),(36846,2,13382,'/module/extension/lang/zh-cn.php','/module/extension/lang','file','M'),(36847,2,13382,'/module/extension/lang/zh-tw.php','/module/extension/lang','file','M'),(36848,2,13382,'/module/extension/model.php','/module/extension','file','M'),(36849,2,13382,'/module/extension/view/activate.html.php','/module/extension/view','file','M'),(36850,2,13382,'/module/extension/view/browse.html.php','/module/extension/view','file','M'),(36851,2,13382,'/module/extension/view/checkscore.html.php','/module/extension/view','file','M'),(36852,2,13382,'/module/extension/view/deactivate.html.php','/module/extension/view','file','M'),(36853,2,13382,'/module/extension/view/erase.html.php','/module/extension/view','file','M'),(36854,2,13382,'/module/extension/view/install.html.php','/module/extension/view','file','M'),(36855,2,13382,'/module/extension/view/obtain.html.php','/module/extension/view','file','M'),(36856,2,13382,'/module/extension/view/structure.html.php','/module/extension/view','file','M'),(36857,2,13382,'/module/extension/view/uninstall.html.php','/module/extension/view','file','M'),(36858,2,13382,'/module/extension/view/upload.html.php','/module/extension/view','file','M'),(36859,2,13382,'/module/extension/view/waring.htm.php','/module/extension/view','file','M'),(36860,2,13382,'/module/file/control.php','/module/file','file','M'),(36861,2,13382,'/module/file/lang/en.php','/module/file/lang','file','M'),(36862,2,13382,'/module/file/lang/zh-cn.php','/module/file/lang','file','M'),(36863,2,13382,'/module/file/lang/zh-tw.php','/module/file/lang','file','M'),(36864,2,13382,'/module/file/model.php','/module/file','file','M'),(36865,2,13382,'/module/file/view/edit.html.php','/module/file/view','file','M'),(36866,2,13382,'/module/file/view/export.html.php','/module/file/view','file','M'),(36867,2,13382,'/module/file/view/export2csv.html.php','/module/file/view','file','M'),(36868,2,13382,'/module/file/view/export2html.html.php','/module/file/view','file','M'),(36869,2,13382,'/module/file/view/export2xml.html.php','/module/file/view','file','M'),(36870,2,13382,'/module/file/view/uploadimages.html.php','/module/file/view','file','M'),(36871,2,13382,'/module/git/control.php','/module/git','file','M'),(36872,2,13382,'/module/git/lang/en.php','/module/git/lang','file','M'),(36873,2,13382,'/module/git/lang/zh-cn.php','/module/git/lang','file','M'),(36874,2,13382,'/module/git/lang/zh-tw.php','/module/git/lang','file','M'),(36875,2,13382,'/module/git/model.php','/module/git','file','M'),(36876,2,13382,'/module/git/view/cat.html.php','/module/git/view','file','M'),(36877,2,13382,'/module/git/view/diff.html.php','/module/git/view','file','M'),(36878,2,13382,'/module/group/control.php','/module/group','file','M'),(36879,2,13382,'/module/group/lang/en.php','/module/group/lang','file','M'),(36880,2,13382,'/module/group/lang/resource.php','/module/group/lang','file','M'),(36881,2,13382,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(36882,2,13382,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(36883,2,13382,'/module/group/model.php','/module/group','file','M'),(36884,2,13382,'/module/group/view/browse.html.php','/module/group/view','file','M'),(36885,2,13382,'/module/group/view/copy.html.php','/module/group/view','file','M'),(36886,2,13382,'/module/group/view/create.html.php','/module/group/view','file','M'),(36887,2,13382,'/module/group/view/edit.html.php','/module/group/view','file','M'),(36888,2,13382,'/module/group/view/managemember.html.php','/module/group/view','file','M'),(36889,2,13382,'/module/group/view/managepriv.html.php','/module/group/view','file','M'),(36890,2,13382,'/module/group/view/privbygroup.html.php','/module/group/view','file','M'),(36891,2,13382,'/module/group/view/privbymodule.html.php','/module/group/view','file','M'),(36892,2,13382,'/module/index/control.php','/module/index','file','M'),(36893,2,13382,'/module/index/model.php','/module/index','file','M'),(36894,2,13382,'/module/install/control.php','/module/install','file','M'),(36895,2,13382,'/module/install/lang/en.php','/module/install/lang','file','M'),(36896,2,13382,'/module/install/lang/zh-cn.php','/module/install/lang','file','M'),(36897,2,13382,'/module/install/lang/zh-tw.php','/module/install/lang','file','M'),(36898,2,13382,'/module/install/model.php','/module/install','file','M'),(36899,2,13382,'/module/install/view/index.html.php','/module/install/view','file','M'),(36900,2,13382,'/module/install/view/step1.html.php','/module/install/view','file','M'),(36901,2,13382,'/module/install/view/step2.html.php','/module/install/view','file','M'),(36902,2,13382,'/module/install/view/step3.html.php','/module/install/view','file','M'),(36903,2,13382,'/module/install/view/step4.html.php','/module/install/view','file','M'),(36904,2,13382,'/module/install/view/step5.html.php','/module/install/view','file','M'),(36905,2,13382,'/module/mail/control.php','/module/mail','file','M'),(36906,2,13382,'/module/mail/model.php','/module/mail','file','M'),(36907,2,13382,'/module/mail/view/detect.html.php','/module/mail/view','file','M'),(36908,2,13382,'/module/mail/view/edit.html.php','/module/mail/view','file','M'),(36909,2,13382,'/module/mail/view/save.html.php','/module/mail/view','file','M'),(36910,2,13382,'/module/mail/view/test.html.php','/module/mail/view','file','M'),(36911,2,13382,'/module/misc/control.php','/module/misc','file','M'),(36912,2,13382,'/module/misc/lang/en.php','/module/misc/lang','file','M'),(36913,2,13382,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(36914,2,13382,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(36915,2,13382,'/module/misc/model.php','/module/misc','file','M'),(36916,2,13382,'/module/my/control.php','/module/my','file','M'),(36917,2,13382,'/module/my/model.php','/module/my','file','M'),(36918,2,13382,'/module/my/view/bug.html.php','/module/my/view','file','M'),(36919,2,13382,'/module/my/view/changepassword.html.php','/module/my/view','file','M'),(36920,2,13382,'/module/my/view/dynamic.html.php','/module/my/view','file','M'),(36921,2,13382,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(36922,2,13382,'/module/my/view/index.html.php','/module/my/view','file','M'),(36923,2,13382,'/module/my/view/m.story.html.php','/module/my/view','file','M'),(36924,2,13382,'/module/my/view/m.task.html.php','/module/my/view','file','M'),(36925,2,13382,'/module/my/view/m.todo.html.php','/module/my/view','file','M'),(36926,2,13382,'/module/my/view/profile.html.php','/module/my/view','file','M'),(36927,2,13382,'/module/my/view/project.html.php','/module/my/view','file','M'),(36928,2,13382,'/module/my/view/story.html.php','/module/my/view','file','M'),(36929,2,13382,'/module/my/view/task.html.php','/module/my/view','file','M'),(36930,2,13382,'/module/my/view/team.html.php','/module/my/view','file','M'),(36931,2,13382,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(36932,2,13382,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(36933,2,13382,'/module/my/view/todo.html.php','/module/my/view','file','M'),(36934,2,13382,'/module/product/control.php','/module/product','file','M'),(36935,2,13382,'/module/product/lang/en.php','/module/product/lang','file','M'),(36936,2,13382,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(36937,2,13382,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(36938,2,13382,'/module/product/model.php','/module/product','file','M'),(36939,2,13382,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(36940,2,13382,'/module/product/view/browse.html.php','/module/product/view','file','M'),(36941,2,13382,'/module/product/view/close.html.php','/module/product/view','file','M'),(36942,2,13382,'/module/product/view/create.html.php','/module/product/view','file','M'),(36943,2,13382,'/module/product/view/doc.html.php','/module/product/view','file','M'),(36944,2,13382,'/module/product/view/dynamic.html.php','/module/product/view','file','M'),(36945,2,13382,'/module/product/view/edit.html.php','/module/product/view','file','M'),(36946,2,13382,'/module/product/view/index.html.php','/module/product/view','file','M'),(36947,2,13382,'/module/product/view/m.index.html.php','/module/product/view','file','M'),(36948,2,13382,'/module/product/view/project.html.php','/module/product/view','file','M'),(36949,2,13382,'/module/product/view/roadmap.html.php','/module/product/view','file','M'),(36950,2,13382,'/module/product/view/view.html.php','/module/product/view','file','M'),(36951,2,13382,'/module/productplan/control.php','/module/productplan','file','M'),(36952,2,13382,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(36953,2,13382,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(36954,2,13382,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(36955,2,13382,'/module/productplan/model.php','/module/productplan','file','M'),(36956,2,13382,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(36957,2,13382,'/module/productplan/view/create.html.php','/module/productplan/view','file','M'),(36958,2,13382,'/module/productplan/view/edit.html.php','/module/productplan/view','file','M'),(36959,2,13382,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(36960,2,13382,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(36961,2,13382,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(36962,2,13382,'/module/project/control.php','/module/project','file','M'),(36963,2,13382,'/module/project/lang/en.php','/module/project/lang','file','M'),(36964,2,13382,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(36965,2,13382,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(36966,2,13382,'/module/project/model.php','/module/project','file','M'),(36967,2,13382,'/module/project/view/activate.html.php','/module/project/view','file','M'),(36968,2,13382,'/module/project/view/batchedit.html.php','/module/project/view','file','M'),(36969,2,13382,'/module/project/view/bug.html.php','/module/project/view','file','M'),(36970,2,13382,'/module/project/view/build.html.php','/module/project/view','file','M'),(36971,2,13382,'/module/project/view/burn.html.php','/module/project/view','file','M'),(36972,2,13382,'/module/project/view/close.html.php','/module/project/view','file','M'),(36973,2,13382,'/module/project/view/computeburn.html.php','/module/project/view','file','M'),(36974,2,13382,'/module/project/view/create.html.php','/module/project/view','file','M'),(36975,2,13382,'/module/project/view/doc.html.php','/module/project/view','file','M'),(36976,2,13382,'/module/project/view/dynamic.html.php','/module/project/view','file','M'),(36977,2,13382,'/module/project/view/edit.html.php','/module/project/view','file','M'),(36978,2,13382,'/module/project/view/grouptask.html.php','/module/project/view','file','M'),(36979,2,13382,'/module/project/view/importbug.html.php','/module/project/view','file','M'),(36980,2,13382,'/module/project/view/importtask.html.php','/module/project/view','file','M'),(36981,2,13382,'/module/project/view/index.html.php','/module/project/view','file','M'),(36982,2,13382,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(36983,2,13382,'/module/project/view/m.index.html.php','/module/project/view','file','M'),(36984,2,13382,'/module/project/view/managechilds.html.php','/module/project/view','file','M'),(36985,2,13382,'/module/project/view/managemembers.html.php','/module/project/view','file','M'),(36986,2,13382,'/module/project/view/manageproducts.html.php','/module/project/view','file','M'),(36987,2,13382,'/module/project/view/putoff.html.php','/module/project/view','file','M'),(36988,2,13382,'/module/project/view/sendmail.html.php','/module/project/view','file','M'),(36989,2,13382,'/module/project/view/start.html.php','/module/project/view','file','M'),(36990,2,13382,'/module/project/view/story.html.php','/module/project/view','file','M'),(36991,2,13382,'/module/project/view/suspend.html.php','/module/project/view','file','M'),(36992,2,13382,'/module/project/view/task.html.php','/module/project/view','file','M'),(36993,2,13382,'/module/project/view/team.html.php','/module/project/view','file','M'),(36994,2,13382,'/module/project/view/testtask.html.php','/module/project/view','file','M'),(36995,2,13382,'/module/project/view/view.html.php','/module/project/view','file','M'),(36996,2,13382,'/module/qa/control.php','/module/qa','file','M'),(36997,2,13382,'/module/qa/lang/en.php','/module/qa/lang','file','M'),(36998,2,13382,'/module/qa/lang/zh-cn.php','/module/qa/lang','file','M'),(36999,2,13382,'/module/qa/lang/zh-tw.php','/module/qa/lang','file','M'),(37000,2,13382,'/module/qa/model.php','/module/qa','file','M'),(37001,2,13382,'/module/qa/view/index.html.php','/module/qa/view','file','M'),(37002,2,13382,'/module/release/control.php','/module/release','file','M'),(37003,2,13382,'/module/release/lang/en.php','/module/release/lang','file','M'),(37004,2,13382,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(37005,2,13382,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(37006,2,13382,'/module/release/model.php','/module/release','file','M'),(37007,2,13382,'/module/release/view/browse.html.php','/module/release/view','file','M'),(37008,2,13382,'/module/release/view/create.html.php','/module/release/view','file','M'),(37009,2,13382,'/module/release/view/edit.html.php','/module/release/view','file','M'),(37010,2,13382,'/module/release/view/export.html.php','/module/release/view','file','M'),(37011,2,13382,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(37012,2,13382,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(37013,2,13382,'/module/release/view/view.html.php','/module/release/view','file','M'),(37014,2,13382,'/module/report/control.php','/module/report','file','M'),(37015,2,13382,'/module/report/lang/en.php','/module/report/lang','file','M'),(37016,2,13382,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(37017,2,13382,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(37018,2,13382,'/module/report/model.php','/module/report','file','M'),(37019,2,13382,'/module/search/control.php','/module/search','file','M'),(37020,2,13382,'/module/search/lang/en.php','/module/search/lang','file','M'),(37021,2,13382,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(37022,2,13382,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(37023,2,13382,'/module/search/model.php','/module/search','file','M'),(37024,2,13382,'/module/search/view/buildform.html.php','/module/search/view','file','M'),(37025,2,13382,'/module/setting/model.php','/module/setting','file','M'),(37026,2,13382,'/module/story/control.php','/module/story','file','M'),(37027,2,13382,'/module/story/lang/en.php','/module/story/lang','file','M'),(37028,2,13382,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(37029,2,13382,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(37030,2,13382,'/module/story/model.php','/module/story','file','M'),(37031,2,13382,'/module/story/view/activate.html.php','/module/story/view','file','M'),(37032,2,13382,'/module/story/view/batchclose.html.php','/module/story/view','file','M'),(37033,2,13382,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(37034,2,13382,'/module/story/view/batchedit.html.php','/module/story/view','file','M'),(37035,2,13382,'/module/story/view/change.html.php','/module/story/view','file','M'),(37036,2,13382,'/module/story/view/close.html.php','/module/story/view','file','M'),(37037,2,13382,'/module/story/view/create.html.php','/module/story/view','file','M'),(37038,2,13382,'/module/story/view/edit.html.php','/module/story/view','file','M'),(37039,2,13382,'/module/story/view/export.html.php','/module/story/view','file','M'),(37040,2,13382,'/module/story/view/m.close.html.php','/module/story/view','file','M'),(37041,2,13382,'/module/story/view/m.review.html.php','/module/story/view','file','M'),(37042,2,13382,'/module/story/view/report.html.php','/module/story/view','file','M'),(37043,2,13382,'/module/story/view/review.html.php','/module/story/view','file','M'),(37044,2,13382,'/module/story/view/sendmail.html.php','/module/story/view','file','M'),(37045,2,13382,'/module/story/view/view.html.php','/module/story/view','file','M'),(37046,2,13382,'/module/story/view/zerocase.html.php','/module/story/view','file','M'),(37047,2,13382,'/module/svn/control.php','/module/svn','file','M'),(37048,2,13382,'/module/svn/lang/en.php','/module/svn/lang','file','M'),(37049,2,13382,'/module/svn/lang/zh-cn.php','/module/svn/lang','file','M'),(37050,2,13382,'/module/svn/lang/zh-tw.php','/module/svn/lang','file','M'),(37051,2,13382,'/module/svn/model.php','/module/svn','file','M'),(37052,2,13382,'/module/svn/syncer/syncer.php','/module/svn/syncer','file','M'),(37053,2,13382,'/module/svn/view/cat.html.php','/module/svn/view','file','M'),(37054,2,13382,'/module/svn/view/diff.html.php','/module/svn/view','file','M'),(37055,2,13382,'/module/task/control.php','/module/task','file','M'),(37056,2,13382,'/module/task/lang/en.php','/module/task/lang','file','M'),(37057,2,13382,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(37058,2,13382,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(37059,2,13382,'/module/task/model.php','/module/task','file','M'),(37060,2,13382,'/module/task/view/activate.html.php','/module/task/view','file','M'),(37061,2,13382,'/module/task/view/assignto.html.php','/module/task/view','file','M'),(37062,2,13382,'/module/task/view/batchcreate.html.php','/module/task/view','file','M'),(37063,2,13382,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(37064,2,13382,'/module/task/view/browse.html.php','/module/task/view','file','M'),(37065,2,13382,'/module/task/view/cancel.html.php','/module/task/view','file','M'),(37066,2,13382,'/module/task/view/close.html.php','/module/task/view','file','M'),(37067,2,13382,'/module/task/view/create.html.php','/module/task/view','file','M'),(37068,2,13382,'/module/task/view/edit.html.php','/module/task/view','file','M'),(37069,2,13382,'/module/task/view/editestimate.html.php','/module/task/view','file','M'),(37070,2,13382,'/module/task/view/export.html.php','/module/task/view','file','M'),(37071,2,13382,'/module/task/view/finish.html.php','/module/task/view','file','M'),(37072,2,13382,'/module/task/view/pause.html.php','/module/task/view','file','M'),(37073,2,13382,'/module/task/view/recordestimate.html.php','/module/task/view','file','M'),(37074,2,13382,'/module/task/view/report.html.php','/module/task/view','file','M'),(37075,2,13382,'/module/task/view/restart.html.php','/module/task/view','file','M'),(37076,2,13382,'/module/task/view/sendmail.html.php','/module/task/view','file','M'),(37077,2,13382,'/module/task/view/start.html.php','/module/task/view','file','M'),(37078,2,13382,'/module/task/view/view.html.php','/module/task/view','file','M'),(37079,2,13382,'/module/testcase/control.php','/module/testcase','file','M'),(37080,2,13382,'/module/testcase/lang/en.php','/module/testcase/lang','file','M'),(37081,2,13382,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(37082,2,13382,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(37083,2,13382,'/module/testcase/model.php','/module/testcase','file','M'),(37084,2,13382,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(37085,2,13382,'/module/testcase/view/batchedit.html.php','/module/testcase/view','file','M'),(37086,2,13382,'/module/testcase/view/browse.html.php','/module/testcase/view','file','M'),(37087,2,13382,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(37088,2,13382,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(37089,2,13382,'/module/testcase/view/edit.html.php','/module/testcase/view','file','M'),(37090,2,13382,'/module/testcase/view/export.html.php','/module/testcase/view','file','M'),(37091,2,13382,'/module/testcase/view/groupcase.html.php','/module/testcase/view','file','M'),(37092,2,13382,'/module/testcase/view/index.html.php','/module/testcase/view','file','M'),(37093,2,13382,'/module/testcase/view/view.html.php','/module/testcase/view','file','M'),(37094,2,13382,'/module/testtask/control.php','/module/testtask','file','M'),(37095,2,13382,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(37096,2,13382,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(37097,2,13382,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(37098,2,13382,'/module/testtask/model.php','/module/testtask','file','M'),(37099,2,13382,'/module/testtask/view/batchrun.html.php','/module/testtask/view','file','M'),(37100,2,13382,'/module/testtask/view/browse.html.php','/module/testtask/view','file','M'),(37101,2,13382,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(37102,2,13382,'/module/testtask/view/close.html.php','/module/testtask/view','file','M'),(37103,2,13382,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(37104,2,13382,'/module/testtask/view/edit.html.php','/module/testtask/view','file','M'),(37105,2,13382,'/module/testtask/view/groupcase.html.php','/module/testtask/view','file','M'),(37106,2,13382,'/module/testtask/view/linkcase.html.php','/module/testtask/view','file','M'),(37107,2,13382,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(37108,2,13382,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(37109,2,13382,'/module/testtask/view/sendmail.html.php','/module/testtask/view','file','M'),(37110,2,13382,'/module/testtask/view/start.html.php','/module/testtask/view','file','M'),(37111,2,13382,'/module/testtask/view/view.html.php','/module/testtask/view','file','M'),(37112,2,13382,'/module/todo/control.php','/module/todo','file','M'),(37113,2,13382,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(37114,2,13382,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37115,2,13382,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(37116,2,13382,'/module/todo/model.php','/module/todo','file','M'),(37117,2,13382,'/module/todo/view/batchcreate.html.php','/module/todo/view','file','M'),(37118,2,13382,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(37119,2,13382,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(37120,2,13382,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(37121,2,13382,'/module/todo/view/export.html.php','/module/todo/view','file','M'),(37122,2,13382,'/module/todo/view/m.batchcreate.html.php','/module/todo/view','file','M'),(37123,2,13382,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(37124,2,13382,'/module/tree/control.php','/module/tree','file','M'),(37125,2,13382,'/module/tree/lang/en.php','/module/tree/lang','file','M'),(37126,2,13382,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(37127,2,13382,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(37128,2,13382,'/module/tree/model.php','/module/tree','file','M'),(37129,2,13382,'/module/tree/view/browse.html.php','/module/tree/view','file','M'),(37130,2,13382,'/module/tree/view/browsetask.html.php','/module/tree/view','file','M'),(37131,2,13382,'/module/tree/view/edit.html.php','/module/tree/view','file','M'),(37132,2,13382,'/module/upgrade/control.php','/module/upgrade','file','M'),(37133,2,13382,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(37134,2,13382,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(37135,2,13382,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(37136,2,13382,'/module/upgrade/model.php','/module/upgrade','file','M'),(37137,2,13382,'/module/upgrade/view/confirm.html.php','/module/upgrade/view','file','M'),(37138,2,13382,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(37139,2,13382,'/module/upgrade/view/index.html.php','/module/upgrade/view','file','M'),(37140,2,13382,'/module/upgrade/view/selectversion.html.php','/module/upgrade/view','file','M'),(37141,2,13382,'/module/user/control.php','/module/user','file','M'),(37142,2,13382,'/module/user/lang/en.php','/module/user/lang','file','M'),(37143,2,13382,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(37144,2,13382,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(37145,2,13382,'/module/user/model.php','/module/user','file','M'),(37146,2,13382,'/module/user/view/batchcreate.html.php','/module/user/view','file','M'),(37147,2,13382,'/module/user/view/batchedit.html.php','/module/user/view','file','M'),(37148,2,13382,'/module/user/view/bug.html.php','/module/user/view','file','M'),(37149,2,13382,'/module/user/view/create.html.php','/module/user/view','file','M'),(37150,2,13382,'/module/user/view/deny.html.php','/module/user/view','file','M'),(37151,2,13382,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(37152,2,13382,'/module/user/view/edit.html.php','/module/user/view','file','M'),(37153,2,13382,'/module/user/view/login.html.php','/module/user/view','file','M'),(37154,2,13382,'/module/user/view/m.login.html.php','/module/user/view','file','M'),(37155,2,13382,'/module/user/view/managecontacts.html.php','/module/user/view','file','M'),(37156,2,13382,'/module/user/view/profile.html.php','/module/user/view','file','M'),(37157,2,13382,'/module/user/view/project.html.php','/module/user/view','file','M'),(37158,2,13382,'/module/user/view/story.html.php','/module/user/view','file','M'),(37159,2,13382,'/module/user/view/task.html.php','/module/user/view','file','M'),(37160,2,13382,'/module/user/view/team.html.php','/module/user/view','file','M'),(37161,2,13382,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(37162,2,13382,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(37163,2,13382,'/module/user/view/todo.html.php','/module/user/view','file','M'),(37164,2,13382,'/tools/replace.sh','/tools','file','A'),(37165,2,13382,'/www/index.php','/www','file','M'),(37166,2,13382,'/www/theme/default/m.style.css','/www/theme/default','file','M'),(37167,2,13382,'/www/theme/default/style.css','/www/theme/default','file','M'),(37168,2,13382,'/www/upgrade.php','/www','file','M'),(37169,2,13383,'/COPYING','/','file','M'),(37170,2,13383,'/COPYING.LESSER','/','file','D'),(37171,2,13383,'/doc/LICENSE','/doc','file','A'),(37172,2,13384,'/module/my/lang/en.php','/module/my/lang','file','M'),(37173,2,13384,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37174,2,13384,'/module/testtask/lang/en.php','/module/testtask/lang','file','M'),(37175,2,13384,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(37176,2,13385,'/module/common/view/mail.html.php','/module/common/view','file','M'),(37177,2,13386,'/module/upgrade/view/execute.html.php','/module/upgrade/view','file','M'),(37178,2,13412,'/.gitignore','/','file','M'),(37179,2,13412,'/module/api/control.php','/module/api','file','M'),(37180,2,13412,'/module/api/lang/en.php','/module/api/lang','file','M'),(37181,2,13412,'/module/api/lang/zh-cn.php','/module/api/lang','file','M'),(37182,2,13412,'/module/api/model.php','/module/api','file','M'),(37183,2,13412,'/module/backup/control.php','/module/backup','file','M'),(37184,2,13412,'/module/backup/lang/en.php','/module/backup/lang','file','M'),(37185,2,13412,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(37186,2,13412,'/module/backup/model.php','/module/backup','file','M'),(37187,2,13412,'/module/backup/view/index.html.php','/module/backup/view','file','M'),(37188,2,13412,'/module/common/lang/en.php','/module/common/lang','file','M'),(37189,2,13412,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37190,2,13412,'/module/dept/control.php','/module/dept','file','M'),(37191,2,13412,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(37192,2,13413,'/module/doc/model.php','/module/doc','file','M'),(37193,2,13413,'/module/testcase/control.php','/module/testcase','file','M'),(37194,2,13413,'/module/testcase/js/common.js','/module/testcase/js','file','M'),(37195,2,13414,'/www/js/my.full.js','/www/js','file','M'),(37196,2,13415,'/module/story/control.php','/module/story','file','M'),(37197,2,13415,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(37198,2,13416,'/module/common/lang/en.php','/module/common/lang','file','M'),(37199,2,13416,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37200,2,13416,'/module/testcase/css/create.css','/module/testcase/css','file','M'),(37201,2,13416,'/module/testcase/js/create.js','/module/testcase/js','file','M'),(37202,2,13416,'/module/testcase/view/create.html.php','/module/testcase/view','file','M'),(37203,2,13417,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(37204,2,13417,'/module/testcase/control.php','/module/testcase','file','M'),(37205,2,13417,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(37206,2,13418,'/module/dept/model.php','/module/dept','file','M'),(37207,2,13419,'/module/bug/js/browse.js','/module/bug/js','file','M'),(37208,2,13419,'/module/product/js/browse.js','/module/product/js','file','M'),(37209,2,13419,'/module/project/css/bug.css','/module/project/css','file','M'),(37210,2,13419,'/module/project/js/bug.js','/module/project/js','file','M'),(37211,2,13419,'/module/project/js/task.js','/module/project/js','file','M'),(37212,2,13419,'/module/project/view/bug.html.php','/module/project/view','file','M'),(37213,2,13420,'/www/js/my.full.js','/www/js','file','M'),(37214,2,13421,'/doc/CHANGELOG','/doc','file','M'),(37215,2,13422,'/module/api/lang/zh-tw.php','/module/api/lang','file','M'),(37216,2,13422,'/module/backup/lang/zh-tw.php','/module/backup/lang','file','A'),(37217,2,13422,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(37218,2,13422,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(37219,2,13422,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(37220,2,13422,'/module/dept/lang/zh-tw.php','/module/dept/lang','file','M'),(37221,2,13422,'/module/group/lang/zh-tw.php','/module/group/lang','file','M'),(37222,2,13422,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(37223,2,13422,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(37224,2,13422,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(37225,2,13422,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(37226,2,13422,'/module/upgrade/lang/zh-tw.php','/module/upgrade/lang','file','M'),(37227,2,13423,'/module/backup/lang/en.php','/module/backup/lang','file','A'),(37228,2,13423,'/module/backup/lang/zh-cn.php','/module/backup/lang','file','M'),(37229,2,13423,'/module/build/lang/en.php','/module/build/lang','file','M'),(37230,2,13423,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(37231,2,13423,'/module/dept/model.php','/module/dept','file','M'),(37232,2,13423,'/module/group/lang/en.php','/module/group/lang','file','M'),(37233,2,13423,'/module/group/lang/resource.php','/module/group/lang','file','M'),(37234,2,13423,'/module/group/lang/zh-cn.php','/module/group/lang','file','M'),(37235,2,13423,'/module/release/lang/en.php','/module/release/lang','file','M'),(37236,2,13423,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(37237,2,13423,'/module/story/lang/en.php','/module/story/lang','file','M'),(37238,2,13423,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(37239,2,13424,'/VERSION','/','file','M'),(37240,2,13424,'/config/config.php','/config','file','M'),(37241,2,13424,'/module/upgrade/js/execute.js','/module/upgrade/js','file','M'),(37242,2,13424,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(37243,2,13424,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(37244,2,13424,'/module/upgrade/model.php','/module/upgrade','file','M'),(37245,2,13425,'/module/bug/control.php','/module/bug','file','M'),(37246,2,13425,'/module/testcase/js/batchcreate.js','/module/testcase/js','file','M'),(37247,2,13426,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(37248,2,13426,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(37249,2,13426,'/module/productplan/control.php','/module/productplan','file','M'),(37250,2,13426,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(37251,2,13426,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(37252,2,13426,'/module/release/control.php','/module/release','file','M'),(37253,2,13426,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(37254,2,13426,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(37255,2,13428,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(37256,2,13428,'/module/testcase/control.php','/module/testcase','file','M'),(37257,2,13430,'/lib/front/front.class.php','/lib/front','file','M'),(37258,2,13430,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(37259,2,13431,'/module/bug/view/browse.html.php','/module/bug/view','file','M'),(37260,2,13431,'/module/story/model.php','/module/story','file','M'),(37261,2,13433,'/module/common/lang/en.php','/module/common/lang','file','M'),(37262,2,13433,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37263,2,13434,'/www/js/zui/min.js','/www/js/zui','file','M'),(37264,2,13434,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37265,2,13435,'/module/project/control.php','/module/project','file','M'),(37266,2,13435,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(37267,2,13437,'/module/build/css/view.css','/module/build/css','file','A'),(37268,2,13437,'/module/build/lang/en.php','/module/build/lang','file','M'),(37269,2,13437,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(37270,2,13437,'/module/build/view/linkbug.html.php','/module/build/view','file','M'),(37271,2,13437,'/module/build/view/linkstory.html.php','/module/build/view','file','M'),(37272,2,13437,'/module/build/view/view.html.php','/module/build/view','file','M'),(37273,2,13437,'/module/productplan/css/view.css','/module/productplan/css','file','A'),(37274,2,13437,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(37275,2,13437,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(37276,2,13437,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(37277,2,13437,'/module/release/control.php','/module/release','file','M'),(37278,2,13437,'/module/release/css/view.css','/module/release/css','file','A'),(37279,2,13437,'/module/release/lang/en.php','/module/release/lang','file','M'),(37280,2,13437,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(37281,2,13437,'/module/release/view/linkbug.html.php','/module/release/view','file','M'),(37282,2,13437,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(37283,2,13437,'/module/release/view/view.html.php','/module/release/view','file','M'),(37284,2,13438,'/www/theme/default/style.css','/www/theme/default','file','M'),(37285,2,13439,'/module/api/control.php','/module/api','file','M'),(37286,2,13439,'/module/api/lang/en.php','/module/api/lang','file','M'),(37287,2,13439,'/module/api/lang/zh-cn.php','/module/api/lang','file','M'),(37288,2,13439,'/module/api/model.php','/module/api','file','M'),(37289,2,13441,'/module/common/lang/en.php','/module/common/lang','file','M'),(37290,2,13441,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37291,2,13441,'/module/common/view/kindeditor.html.php','/module/common/view','file','M'),(37292,2,13442,'/module/doc/view/editlib.html.php','/module/doc/view','file','M'),(37293,2,13444,'/module/my/view/story.html.php','/module/my/view','file','M'),(37294,2,13445,'/www/theme/default/style.css','/www/theme/default','file','M'),(37295,2,13446,'/module/extension/model.php','/module/extension','file','M'),(37296,2,13448,'/module/dept/control.php','/module/dept','file','M'),(37297,2,13448,'/module/dept/lang/en.php','/module/dept/lang','file','M'),(37298,2,13448,'/module/dept/lang/zh-cn.php','/module/dept/lang','file','M'),(37299,2,13448,'/module/dept/model.php','/module/dept','file','M'),(37300,2,13448,'/module/dept/view/edit.html.php','/module/dept/view','file','A'),(37301,2,13449,'/www/theme/default/style.css','/www/theme/default','file','M'),(37302,2,13450,'/module/testtask/view/caseheader.html.php','/module/testtask/view','file','M'),(37303,2,13451,'/module/testcase/control.php','/module/testcase','file','M'),(37304,2,13451,'/module/testcase/view/batchcreate.html.php','/module/testcase/view','file','M'),(37305,2,13452,'/module/product/view/ajaxgetmatcheditems.html.php','/module/product/view','file','M'),(37306,2,13453,'/module/project/view/ajaxgetmatcheditems.html.php','/module/project/view','file','M'),(37307,2,13454,'/module/task/model.php','/module/task','file','M'),(37308,2,13476,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(37309,2,13476,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(37310,2,13476,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(37311,2,13476,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(37312,2,13476,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37313,2,13476,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(37314,2,13476,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(37315,2,13476,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(37316,2,13477,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37317,2,13479,'/module/my/view/todo.html.php','/module/my/view','file','M'),(37318,2,13480,'/module/product/view/view.html.php','/module/product/view','file','M'),(37319,2,13481,'/module/product/model.php','/module/product','file','M'),(37320,2,13481,'/module/product/view/create.html.php','/module/product/view','file','M'),(37321,2,13481,'/module/product/view/edit.html.php','/module/product/view','file','M'),(37322,2,13482,'/module/product/control.php','/module/product','file','M'),(37323,2,13482,'/module/product/lang/de.php','/module/product/lang','file','M'),(37324,2,13482,'/module/product/lang/en.php','/module/product/lang','file','M'),(37325,2,13482,'/module/product/lang/fr.php','/module/product/lang','file','M'),(37326,2,13482,'/module/product/lang/vi.php','/module/product/lang','file','M'),(37327,2,13482,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(37328,2,13482,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(37329,2,13482,'/module/product/view/all.html.php','/module/product/view','file','M'),(37330,2,13483,'/module/story/lang/de.php','/module/story/lang','file','M'),(37331,2,13483,'/module/story/lang/en.php','/module/story/lang','file','M'),(37332,2,13483,'/module/story/lang/fr.php','/module/story/lang','file','M'),(37333,2,13483,'/module/story/lang/vi.php','/module/story/lang','file','M'),(37334,2,13483,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(37335,2,13483,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(37336,2,13483,'/module/story/view/change.html.php','/module/story/view','file','M'),(37337,2,13485,'/module/product/config.php','/module/product','file','M'),(37338,2,13485,'/module/product/lang/de.php','/module/product/lang','file','M'),(37339,2,13485,'/module/product/lang/en.php','/module/product/lang','file','M'),(37340,2,13485,'/module/product/lang/fr.php','/module/product/lang','file','M'),(37341,2,13485,'/module/product/lang/vi.php','/module/product/lang','file','M'),(37342,2,13485,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(37343,2,13485,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(37344,2,13485,'/module/product/model.php','/module/product','file','M'),(37345,2,13485,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(37346,2,13486,'/module/company/view/browse.html.php','/module/company/view','file','M'),(37347,2,13487,'/module/my/view/issue.html.php','/module/my/view','file','A'),(37348,2,13487,'/module/my/view/risk.html.php','/module/my/view','file','A'),(37349,2,13488,'/module/common/lang/de.php','/module/common/lang','file','M'),(37350,2,13488,'/module/common/lang/en.php','/module/common/lang','file','M'),(37351,2,13488,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37352,2,13488,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(37353,2,13488,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37354,2,13488,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37355,2,13488,'/module/common/model.php','/module/common','file','M'),(37356,2,13489,'/module/my/control.php','/module/my','file','M'),(37357,2,13489,'/module/my/js/common.js','/module/my/js','file','M'),(37358,2,13489,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37359,2,13489,'/module/my/view/execution.html.php','/module/my/view','file','M'),(37360,2,13489,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(37361,2,13489,'/module/my/view/story.html.php','/module/my/view','file','M'),(37362,2,13489,'/module/my/view/task.html.php','/module/my/view','file','M'),(37363,2,13489,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(37364,2,13489,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(37365,2,13490,'/module/product/view/all.html.php','/module/product/view','file','M'),(37366,2,13492,'/module/todo/css/create.css','/module/todo/css','file','M'),(37367,2,13492,'/module/todo/js/create.js','/module/todo/js','file','M'),(37368,2,13492,'/module/todo/js/edit.js','/module/todo/js','file','M'),(37369,2,13492,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37370,2,13492,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(37371,2,13492,'/module/todo/view/edit.html.php','/module/todo/view','file','M'),(37372,2,13493,'/module/my/control.php','/module/my','file','M'),(37373,2,13493,'/module/my/view/todo.html.php','/module/my/view','file','M'),(37374,2,13493,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(37375,2,13493,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(37376,2,13493,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(37377,2,13493,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(37378,2,13493,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37379,2,13493,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(37380,2,13495,'/module/program/control.php','/module/program','file','M'),(37381,2,13495,'/module/program/css/prjcreate.css','/module/program/css','file','M'),(37382,2,13495,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(37383,2,13495,'/module/program/lang/de.php','/module/program/lang','file','M'),(37384,2,13495,'/module/program/lang/en.php','/module/program/lang','file','M'),(37385,2,13495,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37386,2,13495,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37387,2,13495,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37388,2,13495,'/module/program/model.php','/module/program','file','M'),(37389,2,13495,'/module/program/view/ajaxgetpgmdropmenu.html.php','/module/program/view','file','M'),(37390,2,13495,'/module/program/view/ajaxgetprjdropmenu.html.php','/module/program/view','file','M'),(37391,2,13495,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37392,2,13496,'/module/my/control.php','/module/my','file','M'),(37393,2,13496,'/module/my/lang/en.php','/module/my/lang','file','M'),(37394,2,13496,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37395,2,13496,'/module/my/view/execution.html.php','/module/my/view','file','M'),(37396,2,13496,'/module/project/lang/en.php','/module/project/lang','file','M'),(37397,2,13496,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(37398,2,13496,'/module/user/model.php','/module/user','file','M'),(37399,2,13498,'/module/common/lang/de.php','/module/common/lang','file','M'),(37400,2,13498,'/module/common/lang/en.php','/module/common/lang','file','M'),(37401,2,13498,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37402,2,13498,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37403,2,13498,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37404,2,13498,'/module/my/control.php','/module/my','file','M'),(37405,2,13498,'/module/my/view/execution.html.php','/module/my/view','file','M'),(37406,2,13498,'/module/user/model.php','/module/user','file','M'),(37407,2,13499,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(37408,2,13500,'/module/program/js/pgmcreate.js','/module/program/js','file','M'),(37409,2,13500,'/module/program/lang/de.php','/module/program/lang','file','M'),(37410,2,13500,'/module/program/lang/en.php','/module/program/lang','file','M'),(37411,2,13500,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37412,2,13500,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37413,2,13500,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37414,2,13500,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37415,2,13500,'/module/program/model.php','/module/program','file','M'),(37416,2,13500,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(37417,2,13501,'/module/personnel/control.php','/module/personnel','file','M'),(37418,2,13501,'/module/personnel/model.php','/module/personnel','file','M'),(37419,2,13501,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(37420,2,13501,'/module/personnel/view/whitelist.html.php','/module/personnel/view','file','M'),(37421,2,13503,'/module/my/control.php','/module/my','file','M'),(37422,2,13503,'/module/my/lang/en.php','/module/my/lang','file','M'),(37423,2,13503,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37424,2,13503,'/module/my/view/project.html.php','/module/my/view','file','M'),(37425,2,13503,'/module/user/model.php','/module/user','file','M'),(37426,2,13504,'/db/update20.0.beta2.sql','/db','file','A'),(37427,2,13504,'/db/zentao.sql','/db','file','M'),(37428,2,13504,'/module/issue/model.php','/module/issue','file','M'),(37429,2,13504,'/module/my/control.php','/module/my','file','M'),(37430,2,13504,'/module/my/css/requirement.css','/module/my/css','file','A'),(37431,2,13504,'/module/my/js/requirement.js','/module/my/js','file','A'),(37432,2,13504,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37433,2,13504,'/module/my/view/issue.html.php','/module/my/view','file','M'),(37434,2,13504,'/module/my/view/risk.html.php','/module/my/view','file','M'),(37435,2,13504,'/module/my/view/story.html.php','/module/my/view','file','M'),(37436,2,13504,'/module/risk/model.php','/module/risk','file','M'),(37437,2,13505,'/module/my/lang/en.php','/module/my/lang','file','M'),(37438,2,13507,'/module/product/config.php','/module/product','file','M'),(37439,2,13507,'/module/product/js/batchedit.js','/module/product/js','file','A'),(37440,2,13507,'/module/product/lang/de.php','/module/product/lang','file','M'),(37441,2,13507,'/module/product/lang/en.php','/module/product/lang','file','M'),(37442,2,13507,'/module/product/lang/fr.php','/module/product/lang','file','M'),(37443,2,13507,'/module/product/lang/vi.php','/module/product/lang','file','M'),(37444,2,13507,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(37445,2,13507,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(37446,2,13507,'/module/product/model.php','/module/product','file','M'),(37447,2,13507,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(37448,2,13508,'/module/release/lang/en.php','/module/release/lang','file','M'),(37449,2,13508,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(37450,2,13508,'/module/release/model.php','/module/release','file','M'),(37451,2,13508,'/module/release/view/browse.html.php','/module/release/view','file','M'),(37452,2,13511,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(37453,2,13513,'/module/program/config.php','/module/program','file','M'),(37454,2,13513,'/module/program/js/common.js','/module/program/js','file','M'),(37455,2,13513,'/module/program/js/pgmcreate.js','/module/program/js','file','M'),(37456,2,13513,'/module/program/model.php','/module/program','file','M'),(37457,2,13513,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(37458,2,13514,'/module/my/control.php','/module/my','file','M'),(37459,2,13514,'/module/my/lang/de.php','/module/my/lang','file','M'),(37460,2,13514,'/module/my/lang/en.php','/module/my/lang','file','M'),(37461,2,13514,'/module/my/lang/fr.php','/module/my/lang','file','M'),(37462,2,13514,'/module/my/lang/vi.php','/module/my/lang','file','M'),(37463,2,13514,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37464,2,13514,'/module/my/view/requirement.html.php','/module/my/view','file','D'),(37465,2,13514,'/module/my/view/story.html.php','/module/my/view','file','M'),(37466,2,13515,'/module/my/view/story.html.php','/module/my/view','file','M'),(37467,2,13516,'/module/bug/model.php','/module/bug','file','M'),(37468,2,13516,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37469,2,13516,'/module/group/lang/resource.php','/module/group/lang','file','M'),(37470,2,13516,'/module/issue/model.php','/module/issue','file','M'),(37471,2,13516,'/module/my/lang/de.php','/module/my/lang','file','M'),(37472,2,13516,'/module/my/lang/en.php','/module/my/lang','file','M'),(37473,2,13516,'/module/my/lang/fr.php','/module/my/lang','file','M'),(37474,2,13516,'/module/my/lang/vi.php','/module/my/lang','file','M'),(37475,2,13516,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37476,2,13516,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37477,2,13516,'/module/my/view/issue.html.php','/module/my/view','file','M'),(37478,2,13516,'/module/my/view/requirement.html.php','/module/my/view','file','A'),(37479,2,13516,'/module/my/view/risk.html.php','/module/my/view','file','M'),(37480,2,13516,'/module/my/view/story.html.php','/module/my/view','file','M'),(37481,2,13516,'/module/my/view/task.html.php','/module/my/view','file','M'),(37482,2,13516,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(37483,2,13516,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(37484,2,13516,'/module/program/model.php','/module/program','file','M'),(37485,2,13516,'/module/project/model.php','/module/project','file','M'),(37486,2,13516,'/module/risk/model.php','/module/risk','file','M'),(37487,2,13516,'/module/story/model.php','/module/story','file','M'),(37488,2,13516,'/module/task/model.php','/module/task','file','M'),(37489,2,13517,'/module/my/view/story.html.php','/module/my/view','file','M'),(37490,2,13519,'/module/my/control.php','/module/my','file','M'),(37491,2,13519,'/module/my/view/requirement.html.php','/module/my/view','file','D'),(37492,2,13519,'/module/my/view/story.html.php','/module/my/view','file','M'),(37493,2,13520,'/module/my/control.php','/module/my','file','M'),(37494,2,13520,'/module/my/lang/de.php','/module/my/lang','file','M'),(37495,2,13520,'/module/my/lang/en.php','/module/my/lang','file','M'),(37496,2,13520,'/module/my/lang/fr.php','/module/my/lang','file','M'),(37497,2,13520,'/module/my/lang/vi.php','/module/my/lang','file','M'),(37498,2,13520,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37499,2,13520,'/module/my/view/story.html.php','/module/my/view','file','M'),(37500,2,13522,'/db/update20.0.alpha.sql','/db','file','M'),(37501,2,13522,'/db/zentao.sql','/db','file','M'),(37502,2,13522,'/module/program/lang/de.php','/module/program/lang','file','M'),(37503,2,13522,'/module/program/lang/en.php','/module/program/lang','file','M'),(37504,2,13522,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37505,2,13522,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37506,2,13522,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37507,2,13522,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37508,2,13522,'/module/program/model.php','/module/program','file','M'),(37509,2,13522,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37510,2,13522,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(37511,2,13522,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(37512,2,13522,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37513,2,13522,'/module/upgrade/model.php','/module/upgrade','file','M'),(37514,2,13523,'/module/my/control.php','/module/my','file','M'),(37515,2,13525,'/module/program/lang/de.php','/module/program/lang','file','M'),(37516,2,13525,'/module/program/lang/en.php','/module/program/lang','file','M'),(37517,2,13525,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37518,2,13525,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37519,2,13525,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37520,2,13525,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37521,2,13526,'/module/my/js/common.js','/module/my/js','file','M'),(37522,2,13528,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37523,2,13528,'/module/release/config.php','/module/release','file','M'),(37524,2,13528,'/module/release/control.php','/module/release','file','M'),(37525,2,13528,'/module/release/model.php','/module/release','file','M'),(37526,2,13528,'/module/release/view/create.html.php','/module/release/view','file','M'),(37527,2,13528,'/module/release/view/edit.html.php','/module/release/view','file','M'),(37528,2,13529,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37529,2,13530,'/module/my/view/story.html.php','/module/my/view','file','M'),(37530,2,13532,'/module/my/control.php','/module/my','file','M'),(37531,2,13532,'/module/my/lang/de.php','/module/my/lang','file','M'),(37532,2,13532,'/module/my/lang/en.php','/module/my/lang','file','M'),(37533,2,13532,'/module/my/lang/fr.php','/module/my/lang','file','M'),(37534,2,13532,'/module/my/lang/vi.php','/module/my/lang','file','M'),(37535,2,13532,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37536,2,13532,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(37537,2,13532,'/module/my/model.php','/module/my','file','M'),(37538,2,13532,'/module/my/view/task.html.php','/module/my/view','file','M'),(37539,2,13534,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37540,2,13534,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(37541,2,13534,'/module/my/view/execution.html.php','/module/my/view','file','M'),(37542,2,13534,'/module/user/model.php','/module/user','file','M'),(37543,2,13536,'/module/bug/model.php','/module/bug','file','M'),(37544,2,13536,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37545,2,13538,'/module/program/lang/de.php','/module/program/lang','file','M'),(37546,2,13538,'/module/program/lang/en.php','/module/program/lang','file','M'),(37547,2,13538,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37548,2,13538,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37549,2,13538,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37550,2,13538,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37551,2,13538,'/module/program/model.php','/module/program','file','M'),(37552,2,13538,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37553,2,13539,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(37554,2,13539,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(37555,2,13539,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(37556,2,13539,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(37557,2,13539,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37558,2,13539,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(37559,2,13539,'/module/todo/model.php','/module/todo','file','M'),(37560,2,13540,'/module/program/model.php','/module/program','file','M'),(37561,2,13541,'/module/program/model.php','/module/program','file','M'),(37562,2,13542,'/module/my/control.php','/module/my','file','M'),(37563,2,13543,'/module/program/model.php','/module/program','file','M'),(37564,2,13543,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(37565,2,13544,'/module/program/control.php','/module/program','file','M'),(37566,2,13544,'/module/program/css/pgmbrowse.css','/module/program/css','file','M'),(37567,2,13544,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37568,2,13546,'/www/theme/default/style.css','/www/theme/default','file','M'),(37569,2,13547,'/module/product/control.php','/module/product','file','M'),(37570,2,13547,'/module/product/js/all.js','/module/product/js','file','M'),(37571,2,13547,'/module/product/view/all.html.php','/module/product/view','file','M'),(37572,2,13549,'/module/bug/control.php','/module/bug','file','M'),(37573,2,13549,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37574,2,13550,'/module/block/view/todoblock.html.php','/module/block/view','file','M'),(37575,2,13550,'/module/testtask/model.php','/module/testtask','file','M'),(37576,2,13551,'/module/program/lang/de.php','/module/program/lang','file','M'),(37577,2,13551,'/module/program/lang/en.php','/module/program/lang','file','M'),(37578,2,13551,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37579,2,13551,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37580,2,13551,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37581,2,13551,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37582,2,13551,'/module/program/model.php','/module/program','file','M'),(37583,2,13552,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(37584,2,13552,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(37585,2,13553,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(37586,2,13553,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(37587,2,13553,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(37588,2,13553,'/module/bug/lang/vi.php','/module/bug/lang','file','M'),(37589,2,13553,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(37590,2,13553,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(37591,2,13553,'/module/product/model.php','/module/product','file','M'),(37592,2,13553,'/module/program/css/pgmproduct.css','/module/program/css','file','A'),(37593,2,13553,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37594,2,13553,'/module/story/lang/de.php','/module/story/lang','file','M'),(37595,2,13553,'/module/story/lang/en.php','/module/story/lang','file','M'),(37596,2,13553,'/module/story/lang/fr.php','/module/story/lang','file','M'),(37597,2,13553,'/module/story/lang/vi.php','/module/story/lang','file','M'),(37598,2,13553,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(37599,2,13553,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(37600,2,13554,'/module/product/control.php','/module/product','file','M'),(37601,2,13555,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37602,2,13556,'/module/product/js/all.js','/module/product/js','file','M'),(37603,2,13556,'/module/product/view/all.html.php','/module/product/view','file','M'),(37604,2,13558,'/module/product/js/all.js','/module/product/js','file','M'),(37605,2,13559,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37606,2,13561,'/module/product/control.php','/module/product','file','M'),(37607,2,13562,'/module/product/control.php','/module/product','file','M'),(37608,2,13562,'/module/product/js/all.js','/module/product/js','file','M'),(37609,2,13564,'/www/theme/default/style.css','/www/theme/default','file','M'),(37610,2,13565,'/module/custom/model.php','/module/custom','file','M'),(37611,2,13565,'/module/group/lang/resource.php','/module/group/lang','file','M'),(37612,2,13565,'/module/my/control.php','/module/my','file','M'),(37613,2,13565,'/module/my/lang/de.php','/module/my/lang','file','M'),(37614,2,13565,'/module/my/lang/en.php','/module/my/lang','file','M'),(37615,2,13565,'/module/my/lang/fr.php','/module/my/lang','file','M'),(37616,2,13565,'/module/my/lang/vi.php','/module/my/lang','file','M'),(37617,2,13565,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(37618,2,13565,'/module/my/view/setstoryconcept.html.php','/module/my/view','file','A'),(37619,2,13565,'/module/my/view/story.html.php','/module/my/view','file','M'),(37620,2,13566,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37621,2,13566,'/module/my/view/task.html.php','/module/my/view','file','M'),(37622,2,13568,'/module/product/js/all.js','/module/product/js','file','M'),(37623,2,13568,'/module/product/view/all.html.php','/module/product/view','file','M'),(37624,2,13570,'/module/product/view/all.html.php','/module/product/view','file','M'),(37625,2,13571,'/module/my/view/task.html.php','/module/my/view','file','M'),(37626,2,13572,'/module/product/view/all.html.php','/module/product/view','file','M'),(37627,2,13574,'/module/programplan/model.php','/module/programplan','file','M'),(37628,2,13575,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(37629,2,13575,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37630,2,13577,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37631,2,13578,'/module/issue/lang/de.php','/module/issue/lang','file','M'),(37632,2,13578,'/module/issue/lang/en.php','/module/issue/lang','file','M'),(37633,2,13578,'/module/issue/lang/fr.php','/module/issue/lang','file','M'),(37634,2,13578,'/module/issue/lang/vi.php','/module/issue/lang','file','M'),(37635,2,13578,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(37636,2,13578,'/module/issue/lang/zh-tw.php','/module/issue/lang','file','M'),(37637,2,13578,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(37638,2,13579,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37639,2,13579,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(37640,2,13579,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(37641,2,13579,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(37642,2,13579,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(37643,2,13580,'/module/my/view/story.html.php','/module/my/view','file','M'),(37644,2,13582,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37645,2,13583,'/module/product/css/all.css','/module/product/css','file','M'),(37646,2,13583,'/module/product/view/all.html.php','/module/product/view','file','M'),(37647,2,13583,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37648,2,13585,'/module/project/model.php','/module/project','file','M'),(37649,2,13585,'/module/todo/lang/de.php','/module/todo/lang','file','M'),(37650,2,13585,'/module/todo/lang/en.php','/module/todo/lang','file','M'),(37651,2,13585,'/module/todo/lang/fr.php','/module/todo/lang','file','M'),(37652,2,13585,'/module/todo/lang/vi.php','/module/todo/lang','file','M'),(37653,2,13585,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(37654,2,13585,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(37655,2,13585,'/module/todo/model.php','/module/todo','file','M'),(37656,2,13586,'/module/program/lang/de.php','/module/program/lang','file','M'),(37657,2,13586,'/module/program/lang/en.php','/module/program/lang','file','M'),(37658,2,13586,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37659,2,13586,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37660,2,13586,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37661,2,13587,'/module/issue/config.php','/module/issue','file','M'),(37662,2,13587,'/module/issue/model.php','/module/issue','file','M'),(37663,2,13587,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(37664,2,13589,'/module/my/css/project.css','/module/my/css','file','A'),(37665,2,13589,'/module/my/view/project.html.php','/module/my/view','file','M'),(37666,2,13590,'/www/js/zui/min.js','/www/js/zui','file','M'),(37667,2,13590,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37668,2,13591,'/module/datatable/model.php','/module/datatable','file','M'),(37669,2,13591,'/module/program/config.php','/module/program','file','M'),(37670,2,13591,'/module/program/control.php','/module/program','file','M'),(37671,2,13591,'/module/program/lang/de.php','/module/program/lang','file','M'),(37672,2,13591,'/module/program/lang/en.php','/module/program/lang','file','M'),(37673,2,13591,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37674,2,13591,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37675,2,13591,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37676,2,13591,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37677,2,13591,'/module/program/model.php','/module/program','file','M'),(37678,2,13592,'/module/my/css/project.css','/module/my/css','file','M'),(37679,2,13594,'/module/my/view/project.html.php','/module/my/view','file','M'),(37680,2,13595,'/module/program/css/prjcreate.css','/module/program/css','file','M'),(37681,2,13595,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37682,2,13596,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(37683,2,13596,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(37684,2,13596,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(37685,2,13596,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(37686,2,13597,'/module/risk/model.php','/module/risk','file','M'),(37687,2,13598,'/module/issue/model.php','/module/issue','file','M'),(37688,2,13598,'/module/risk/model.php','/module/risk','file','M'),(37689,2,13598,'/module/testtask/model.php','/module/testtask','file','M'),(37690,2,13598,'/module/todo/model.php','/module/todo','file','M'),(37691,2,13599,'/module/my/view/story.html.php','/module/my/view','file','M'),(37692,2,13601,'/module/product/css/all.css','/module/product/css','file','M'),(37693,2,13602,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37694,2,13603,'/module/program/lang/de.php','/module/program/lang','file','M'),(37695,2,13603,'/module/program/lang/en.php','/module/program/lang','file','M'),(37696,2,13603,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37697,2,13603,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37698,2,13603,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37699,2,13603,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37700,2,13603,'/module/program/view/createguide.html.php','/module/program/view','file','M'),(37701,2,13604,'/module/common/lang/de.php','/module/common/lang','file','M'),(37702,2,13604,'/module/common/lang/en.php','/module/common/lang','file','M'),(37703,2,13604,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37704,2,13604,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37705,2,13604,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37706,2,13604,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(37707,2,13604,'/module/project/view/create.html.php','/module/project/view','file','M'),(37708,2,13605,'/module/program/model.php','/module/program','file','M'),(37709,2,13606,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37710,2,13606,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(37711,2,13606,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(37712,2,13606,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(37713,2,13606,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(37714,2,13607,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37715,2,13607,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(37716,2,13607,'/module/program/model.php','/module/program','file','M'),(37717,2,13608,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37718,2,13609,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(37719,2,13609,'/module/program/view/pgmproject.html.php','/module/program/view','file','M'),(37720,2,13609,'/www/js/zui/min.js','/www/js/zui','file','M'),(37721,2,13610,'/module/program/model.php','/module/program','file','M'),(37722,2,13611,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(37723,2,13611,'/www/js/zui/min.js','/www/js/zui','file','M'),(37724,2,13612,'/db/update20.0.beta2.sql','/db','file','M'),(37725,2,13612,'/db/zentao.sql','/db','file','M'),(37726,2,13612,'/module/repo/control.php','/module/repo','file','M'),(37727,2,13612,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(37728,2,13612,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(37729,2,13612,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(37730,2,13612,'/module/repo/lang/vi.php','/module/repo/lang','file','M'),(37731,2,13612,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(37732,2,13612,'/module/repo/model.php','/module/repo','file','M'),(37733,2,13612,'/module/repo/view/create.html.php','/module/repo/view','file','M'),(37734,2,13612,'/module/repo/view/edit.html.php','/module/repo/view','file','M'),(37735,2,13613,'/www/js/my.full.js','/www/js','file','M'),(37736,2,13614,'/www/js/zui/min.js','/www/js/zui','file','M'),(37737,2,13615,'/module/group/lang/resource.php','/module/group/lang','file','M'),(37738,2,13615,'/module/program/control.php','/module/program','file','M'),(37739,2,13615,'/module/program/lang/de.php','/module/program/lang','file','M'),(37740,2,13615,'/module/program/lang/en.php','/module/program/lang','file','M'),(37741,2,13615,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37742,2,13615,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37743,2,13615,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37744,2,13615,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37745,2,13615,'/module/program/model.php','/module/program','file','M'),(37746,2,13615,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37747,2,13615,'/module/program/view/pgmstart.html.php','/module/program/view','file','A'),(37748,2,13616,'/module/group/lang/resource.php','/module/group/lang','file','M'),(37749,2,13617,'/module/common/model.php','/module/common','file','M'),(37750,2,13617,'/module/common/view/header.html.php','/module/common/view','file','M'),(37751,2,13618,'/module/program/control.php','/module/program','file','M'),(37752,2,13619,'/module/program/lang/de.php','/module/program/lang','file','M'),(37753,2,13619,'/module/program/lang/en.php','/module/program/lang','file','M'),(37754,2,13619,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37755,2,13619,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37756,2,13619,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37757,2,13619,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37758,2,13619,'/module/program/model.php','/module/program','file','M'),(37759,2,13619,'/module/program/view/pgmstakeholder.html.php','/module/program/view','file','M'),(37760,2,13620,'/module/common/lang/de.php','/module/common/lang','file','M'),(37761,2,13620,'/module/common/lang/en.php','/module/common/lang','file','M'),(37762,2,13620,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37763,2,13620,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37764,2,13620,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37765,2,13620,'/module/common/model.php','/module/common','file','M'),(37766,2,13620,'/module/repo/control.php','/module/repo','file','M'),(37767,2,13620,'/module/repo/lang/de.php','/module/repo/lang','file','M'),(37768,2,13620,'/module/repo/lang/en.php','/module/repo/lang','file','M'),(37769,2,13620,'/module/repo/lang/fr.php','/module/repo/lang','file','M'),(37770,2,13620,'/module/repo/lang/vi.php','/module/repo/lang','file','M'),(37771,2,13620,'/module/repo/lang/zh-cn.php','/module/repo/lang','file','M'),(37772,2,13620,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(37773,2,13621,'/module/my/css/project.css','/module/my/css','file','M'),(37774,2,13621,'/module/program/model.php','/module/program','file','M'),(37775,2,13623,'/module/product/model.php','/module/product','file','M'),(37776,2,13623,'/module/productplan/control.php','/module/productplan','file','M'),(37777,2,13623,'/module/productplan/js/browse.js','/module/productplan/js','file','M'),(37778,2,13623,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(37779,2,13623,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(37780,2,13623,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(37781,2,13623,'/module/productplan/lang/vi.php','/module/productplan/lang','file','M'),(37782,2,13623,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(37783,2,13623,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(37784,2,13623,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(37785,2,13623,'/module/project/control.php','/module/project','file','M'),(37786,2,13625,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37787,2,13626,'/module/my/view/project.html.php','/module/my/view','file','M'),(37788,2,13627,'/module/my/view/project.html.php','/module/my/view','file','M'),(37789,2,13628,'/module/program/model.php','/module/program','file','M'),(37790,2,13629,'/module/program/model.php','/module/program','file','M'),(37791,2,13630,'/module/program/view/pgmproject.html.php','/module/program/view','file','M'),(37792,2,13632,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37793,2,13632,'/module/project/control.php','/module/project','file','M'),(37794,2,13634,'/module/program/css/pgmproduct.css','/module/program/css','file','M'),(37795,2,13634,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37796,2,13636,'/module/project/control.php','/module/project','file','M'),(37797,2,13637,'/module/personnel/control.php','/module/personnel','file','M'),(37798,2,13637,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(37799,2,13637,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(37800,2,13639,'/module/program/model.php','/module/program','file','M'),(37801,2,13639,'/module/repo/view/maintain.html.php','/module/repo/view','file','M'),(37802,2,13640,'/module/productplan/lang/de.php','/module/productplan/lang','file','M'),(37803,2,13640,'/module/productplan/lang/en.php','/module/productplan/lang','file','M'),(37804,2,13640,'/module/productplan/lang/fr.php','/module/productplan/lang','file','M'),(37805,2,13640,'/module/productplan/lang/vi.php','/module/productplan/lang','file','M'),(37806,2,13640,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(37807,2,13640,'/module/productplan/view/browse.html.php','/module/productplan/view','file','M'),(37808,2,13642,'/module/common/view/header.html.php','/module/common/view','file','M'),(37809,2,13642,'/www/js/zui/min.js','/www/js/zui','file','M'),(37810,2,13643,'/module/product/js/all.js','/module/product/js','file','M'),(37811,2,13643,'/module/product/view/all.html.php','/module/product/view','file','M'),(37812,2,13645,'/module/project/control.php','/module/project','file','M'),(37813,2,13646,'/module/productplan/js/browse.js','/module/productplan/js','file','M'),(37814,2,13647,'/module/program/control.php','/module/program','file','M'),(37815,2,13647,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(37816,2,13647,'/module/project/model.php','/module/project','file','M'),(37817,2,13648,'/module/common/view/header.html.php','/module/common/view','file','M'),(37818,2,13648,'/www/js/zui/min.js','/www/js/zui','file','M'),(37819,2,13649,'/module/program/model.php','/module/program','file','M'),(37820,2,13650,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(37821,2,13652,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(37822,2,13653,'/module/program/model.php','/module/program','file','M'),(37823,2,13654,'/module/product/view/batchedit.html.php','/module/product/view','file','M'),(37824,2,13656,'/module/product/control.php','/module/product','file','M'),(37825,2,13657,'/module/program/control.php','/module/program','file','M'),(37826,2,13657,'/module/program/view/pgmstakeholder.html.php','/module/program/view','file','M'),(37827,2,13658,'/module/program/control.php','/module/program','file','M'),(37828,2,13658,'/module/program/model.php','/module/program','file','M'),(37829,2,13658,'/module/program/view/pgmstakeholder.html.php','/module/program/view','file','M'),(37830,2,13658,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(37831,2,13658,'/module/stakeholder/js/create.js','/module/stakeholder/js','file','M'),(37832,2,13658,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(37833,2,13658,'/module/stakeholder/view/create.html.php','/module/stakeholder/view','file','M'),(37834,2,13659,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(37835,2,13660,'/module/caselib/control.php','/module/caselib','file','M'),(37836,2,13660,'/module/common/model.php','/module/common','file','M'),(37837,2,13660,'/module/common/view/header.html.php','/module/common/view','file','M'),(37838,2,13660,'/module/common/view/header.lite.html.php','/module/common/view','file','M'),(37839,2,13660,'/module/index/control.php','/module/index','file','M'),(37840,2,13660,'/module/index/css/index.css','/module/index/css','file','A'),(37841,2,13660,'/module/index/js/index.js','/module/index/js','file','A'),(37842,2,13660,'/module/index/lang/en.php','/module/index/lang','file','M'),(37843,2,13660,'/module/index/lang/zh-cn.php','/module/index/lang','file','M'),(37844,2,13660,'/module/index/view/index.html.php','/module/index/view','file','A'),(37845,2,13660,'/www/js/zui/min.js','/www/js/zui','file','M'),(37846,2,13660,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37847,2,13661,'/module/product/css/all.css','/module/product/css','file','M'),(37848,2,13661,'/module/product/model.php','/module/product','file','M'),(37849,2,13663,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(37850,2,13663,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(37851,2,13664,'/module/program/lang/de.php','/module/program/lang','file','M'),(37852,2,13664,'/module/program/lang/en.php','/module/program/lang','file','M'),(37853,2,13664,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37854,2,13664,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37855,2,13664,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37856,2,13664,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37857,2,13665,'/www/js/zui/min.js','/www/js/zui','file','M'),(37858,2,13666,'/module/product/control.php','/module/product','file','M'),(37859,2,13666,'/module/product/view/all.html.php','/module/product/view','file','M'),(37860,2,13666,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37861,2,13668,'/module/index/js/index.js','/module/index/js','file','M'),(37862,2,13668,'/www/js/zui/min.js','/www/js/zui','file','M'),(37863,2,13669,'/framework/base/helper.class.php','/framework/base','file','M'),(37864,2,13669,'/framework/base/router.class.php','/framework/base','file','M'),(37865,2,13669,'/module/ci/model.php','/module/ci','file','M'),(37866,2,13669,'/module/common/lang/de.php','/module/common/lang','file','M'),(37867,2,13669,'/module/common/lang/en.php','/module/common/lang','file','M'),(37868,2,13669,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37869,2,13669,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37870,2,13669,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37871,2,13669,'/module/common/model.php','/module/common','file','M'),(37872,2,13669,'/module/repo/control.php','/module/repo','file','M'),(37873,2,13669,'/module/repo/model.php','/module/repo','file','M'),(37874,2,13670,'/module/program/model.php','/module/program','file','M'),(37875,2,13670,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(37876,2,13670,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(37877,2,13670,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(37878,2,13670,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(37879,2,13671,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37880,2,13671,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(37881,2,13671,'/module/common/model.php','/module/common','file','M'),(37882,2,13671,'/module/my/css/profile.css','/module/my/css','file','M'),(37883,2,13671,'/module/my/view/profile.html.php','/module/my/view','file','M'),(37884,2,13671,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(37885,2,13671,'/module/user/lang/de.php','/module/user/lang','file','M'),(37886,2,13671,'/module/user/lang/en.php','/module/user/lang','file','M'),(37887,2,13671,'/module/user/lang/fr.php','/module/user/lang','file','M'),(37888,2,13671,'/module/user/lang/vi.php','/module/user/lang','file','M'),(37889,2,13671,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(37890,2,13671,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(37891,2,13673,'/module/weekly/model.php','/module/weekly','file','M'),(37892,2,13675,'/module/issue/model.php','/module/issue','file','M'),(37893,2,13675,'/module/risk/model.php','/module/risk','file','M'),(37894,2,13675,'/module/testtask/model.php','/module/testtask','file','M'),(37895,2,13675,'/module/todo/control.php','/module/todo','file','M'),(37896,2,13676,'/module/datatable/model.php','/module/datatable','file','M'),(37897,2,13676,'/module/my/view/project.html.php','/module/my/view','file','M'),(37898,2,13677,'/www/js/zui/min.js','/www/js/zui','file','M'),(37899,2,13678,'/module/my/view/task.html.php','/module/my/view','file','M'),(37900,2,13680,'/www/js/zui/min.js','/www/js/zui','file','M'),(37901,2,13681,'/module/index/js/index.js','/module/index/js','file','M'),(37902,2,13681,'/www/js/zui/min.js','/www/js/zui','file','M'),(37903,2,13682,'/module/program/css/pgmcreate.css','/module/program/css','file','M'),(37904,2,13682,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(37905,2,13683,'/module/my/control.php','/module/my','file','M'),(37906,2,13683,'/module/my/view/project.html.php','/module/my/view','file','M'),(37907,2,13683,'/module/my/view/todo.html.php','/module/my/view','file','M'),(37908,2,13684,'/module/my/control.php','/module/my','file','M'),(37909,2,13686,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37910,2,13686,'/module/doc/control.php','/module/doc','file','M'),(37911,2,13686,'/module/doc/model.php','/module/doc','file','M'),(37912,2,13686,'/module/product/model.php','/module/product','file','M'),(37913,2,13686,'/module/project/control.php','/module/project','file','M'),(37914,2,13686,'/module/project/model.php','/module/project','file','M'),(37915,2,13687,'/module/my/control.php','/module/my','file','M'),(37916,2,13687,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(37917,2,13689,'/module/index/js/index.js','/module/index/js','file','M'),(37918,2,13689,'/www/js/zui/min.js','/www/js/zui','file','M'),(37919,2,13690,'/module/my/control.php','/module/my','file','M'),(37920,2,13691,'/module/my/control.php','/module/my','file','M'),(37921,2,13691,'/module/personnel/control.php','/module/personnel','file','M'),(37922,2,13691,'/module/product/css/all.css','/module/product/css','file','M'),(37923,2,13691,'/module/product/js/all.js','/module/product/js','file','M'),(37924,2,13692,'/module/program/control.php','/module/program','file','M'),(37925,2,13692,'/module/program/lang/de.php','/module/program/lang','file','M'),(37926,2,13692,'/module/program/lang/en.php','/module/program/lang','file','M'),(37927,2,13692,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37928,2,13692,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37929,2,13692,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37930,2,13692,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37931,2,13692,'/module/program/model.php','/module/program','file','M'),(37932,2,13693,'/module/my/control.php','/module/my','file','M'),(37933,2,13695,'/module/my/view/bug.html.php','/module/my/view','file','M'),(37934,2,13697,'/module/program/model.php','/module/program','file','M'),(37935,2,13698,'/module/user/css/profile.css','/module/user/css','file','M'),(37936,2,13698,'/module/user/view/profile.html.php','/module/user/view','file','M'),(37937,2,13700,'/module/program/lang/de.php','/module/program/lang','file','M'),(37938,2,13700,'/module/program/lang/en.php','/module/program/lang','file','M'),(37939,2,13700,'/module/program/lang/fr.php','/module/program/lang','file','M'),(37940,2,13700,'/module/program/lang/vi.php','/module/program/lang','file','M'),(37941,2,13700,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(37942,2,13700,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(37943,2,13700,'/module/program/view/pgmstakeholder.html.php','/module/program/view','file','M'),(37944,2,13701,'/module/product/model.php','/module/product','file','M'),(37945,2,13703,'/module/product/model.php','/module/product','file','M'),(37946,2,13704,'/module/issue/model.php','/module/issue','file','M'),(37947,2,13705,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(37948,2,13706,'/module/my/view/project.html.php','/module/my/view','file','M'),(37949,2,13706,'/module/product/model.php','/module/product','file','M'),(37950,2,13706,'/module/productplan/js/browse.js','/module/productplan/js','file','M'),(37951,2,13706,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(37952,2,13707,'/module/common/model.php','/module/common','file','M'),(37953,2,13707,'/module/common/view/header.html.php','/module/common/view','file','M'),(37954,2,13707,'/module/index/js/index.js','/module/index/js','file','M'),(37955,2,13707,'/module/project/model.php','/module/project','file','M'),(37956,2,13707,'/www/theme/default/style.css','/www/theme/default','file','M'),(37957,2,13708,'/module/personnel/control.php','/module/personnel','file','M'),(37958,2,13708,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(37959,2,13708,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(37960,2,13708,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(37961,2,13708,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(37962,2,13708,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(37963,2,13708,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(37964,2,13708,'/module/personnel/model.php','/module/personnel','file','M'),(37965,2,13708,'/module/personnel/view/accessible.html.php','/module/personnel/view','file','M'),(37966,2,13710,'/module/common/model.php','/module/common','file','M'),(37967,2,13710,'/module/common/view/footer.html.php','/module/common/view','file','M'),(37968,2,13710,'/module/common/view/header.html.php','/module/common/view','file','M'),(37969,2,13710,'/module/index/view/index.html.php','/module/index/view','file','M'),(37970,2,13710,'/www/theme/default/style.css','/www/theme/default','file','M'),(37971,2,13711,'/module/common/model.php','/module/common','file','M'),(37972,2,13712,'/module/common/lang/de.php','/module/common/lang','file','M'),(37973,2,13712,'/module/common/lang/en.php','/module/common/lang','file','M'),(37974,2,13712,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37975,2,13712,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37976,2,13712,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37977,2,13712,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(37978,2,13712,'/module/project/control.php','/module/project','file','M'),(37979,2,13712,'/module/project/view/create.html.php','/module/project/view','file','M'),(37980,2,13714,'/module/common/model.php','/module/common','file','M'),(37981,2,13716,'/www/theme/default/style.css','/www/theme/default','file','M'),(37982,2,13717,'/module/index/css/index.css','/module/index/css','file','M'),(37983,2,13717,'/www/js/zui/min.js','/www/js/zui','file','M'),(37984,2,13717,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37985,2,13718,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(37986,2,13719,'/module/bug/model.php','/module/bug','file','M'),(37987,2,13719,'/module/issue/control.php','/module/issue','file','M'),(37988,2,13719,'/module/project/control.php','/module/project','file','M'),(37989,2,13719,'/module/project/model.php','/module/project','file','M'),(37990,2,13720,'/module/common/model.php','/module/common','file','M'),(37991,2,13720,'/module/index/css/index.css','/module/index/css','file','M'),(37992,2,13720,'/www/theme/default/style.css','/www/theme/default','file','M'),(37993,2,13721,'/module/index/js/index.js','/module/index/js','file','M'),(37994,2,13722,'/module/common/lang/de.php','/module/common/lang','file','M'),(37995,2,13722,'/module/common/lang/en.php','/module/common/lang','file','M'),(37996,2,13722,'/module/common/lang/fr.php','/module/common/lang','file','M'),(37997,2,13722,'/module/common/lang/vi.php','/module/common/lang','file','M'),(37998,2,13722,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(37999,2,13722,'/module/doc/model.php','/module/doc','file','M'),(38000,2,13722,'/module/product/model.php','/module/product','file','M'),(38001,2,13723,'/module/program/js/pgmcreate.js','/module/program/js','file','M'),(38002,2,13723,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38003,2,13724,'/module/my/lang/de.php','/module/my/lang','file','M'),(38004,2,13724,'/module/my/lang/en.php','/module/my/lang','file','M'),(38005,2,13724,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38006,2,13724,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38007,2,13724,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38008,2,13724,'/module/my/view/story.html.php','/module/my/view','file','M'),(38009,2,13724,'/module/personnel/control.php','/module/personnel','file','M'),(38010,2,13724,'/module/program/control.php','/module/program','file','M'),(38011,2,13725,'/module/program/model.php','/module/program','file','M'),(38012,2,13726,'/module/project/lang/de.php','/module/project/lang','file','M'),(38013,2,13726,'/module/project/lang/fr.php','/module/project/lang','file','M'),(38014,2,13726,'/module/project/lang/vi.php','/module/project/lang','file','M'),(38015,2,13726,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(38016,2,13727,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38017,2,13727,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38018,2,13727,'/module/common/model.php','/module/common','file','M'),(38019,2,13728,'/module/release/lang/de.php','/module/release/lang','file','M'),(38020,2,13728,'/module/release/lang/fr.php','/module/release/lang','file','M'),(38021,2,13728,'/module/release/lang/vi.php','/module/release/lang','file','M'),(38022,2,13728,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(38023,2,13729,'/module/program/model.php','/module/program','file','M'),(38024,2,13729,'/module/project/model.php','/module/project','file','M'),(38025,2,13729,'/module/stakeholder/model.php','/module/stakeholder','file','M'),(38026,2,13730,'/module/todo/model.php','/module/todo','file','M'),(38027,2,13731,'/module/program/control.php','/module/program','file','M'),(38028,2,13731,'/module/program/lang/de.php','/module/program/lang','file','M'),(38029,2,13731,'/module/program/lang/en.php','/module/program/lang','file','M'),(38030,2,13731,'/module/program/lang/fr.php','/module/program/lang','file','M'),(38031,2,13731,'/module/program/lang/vi.php','/module/program/lang','file','M'),(38032,2,13731,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(38033,2,13731,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(38034,2,13732,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(38035,2,13733,'/module/todo/view/assignto.html.php','/module/todo/view','file','M'),(38036,2,13734,'/module/upgrade/model.php','/module/upgrade','file','M'),(38037,2,13735,'/www/js/zui/min.js','/www/js/zui','file','M'),(38038,2,13736,'/module/common/lang/de.php','/module/common/lang','file','M'),(38039,2,13736,'/module/common/lang/en.php','/module/common/lang','file','M'),(38040,2,13736,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38041,2,13736,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38042,2,13736,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38043,2,13736,'/module/common/model.php','/module/common','file','M'),(38044,2,13736,'/module/index/css/index.css','/module/index/css','file','M'),(38045,2,13736,'/module/index/lang/de.php','/module/index/lang','file','M'),(38046,2,13736,'/module/index/lang/en.php','/module/index/lang','file','M'),(38047,2,13736,'/module/index/lang/fr.php','/module/index/lang','file','M'),(38048,2,13736,'/module/index/lang/vi.php','/module/index/lang','file','M'),(38049,2,13736,'/module/index/lang/zh-cn.php','/module/index/lang','file','M'),(38050,2,13736,'/module/index/lang/zh-tw.php','/module/index/lang','file','M'),(38051,2,13736,'/module/index/view/index.html.php','/module/index/view','file','M'),(38052,2,13737,'/module/my/view/task.html.php','/module/my/view','file','M'),(38053,2,13738,'/module/index/css/index.css','/module/index/css','file','M'),(38054,2,13738,'/www/theme/default/images/main/zentao.png','/www/theme/default/images/main','file','M'),(38055,2,13739,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(38056,2,13740,'/module/program/model.php','/module/program','file','M'),(38057,2,13741,'/module/my/view/task.html.php','/module/my/view','file','M'),(38058,2,13741,'/module/project/config.php','/module/project','file','M'),(38059,2,13741,'/module/task/lang/de.php','/module/task/lang','file','M'),(38060,2,13741,'/module/task/lang/en.php','/module/task/lang','file','M'),(38061,2,13741,'/module/task/lang/fr.php','/module/task/lang','file','M'),(38062,2,13741,'/module/task/lang/vi.php','/module/task/lang','file','M'),(38063,2,13741,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(38064,2,13741,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(38065,2,13741,'/module/task/view/create.html.php','/module/task/view','file','M'),(38066,2,13741,'/module/task/view/edit.html.php','/module/task/view','file','M'),(38067,2,13741,'/module/task/view/view.html.php','/module/task/view','file','M'),(38068,2,13741,'/module/user/view/task.html.php','/module/user/view','file','M'),(38069,2,13742,'/module/index/js/index.js','/module/index/js','file','M'),(38070,2,13743,'/module/index/js/index.js','/module/index/js','file','M'),(38071,2,13744,'/module/program/js/pgmedit.js','/module/program/js','file','M'),(38072,2,13744,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38073,2,13745,'/module/program/js/pgmedit.js','/module/program/js','file','M'),(38074,2,13745,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38075,2,13746,'/module/my/control.php','/module/my','file','M'),(38076,2,13747,'/module/common/model.php','/module/common','file','M'),(38077,2,13748,'/module/index/css/index.css','/module/index/css','file','M'),(38078,2,13748,'/www/theme/default/images/main/zentao.png','/www/theme/default/images/main','file','M'),(38079,2,13749,'/module/index/css/index.css','/module/index/css','file','M'),(38080,2,13750,'/module/common/lang/de.php','/module/common/lang','file','M'),(38081,2,13750,'/module/common/lang/en.php','/module/common/lang','file','M'),(38082,2,13750,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38083,2,13750,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38084,2,13750,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38085,2,13750,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38086,2,13750,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38087,2,13750,'/module/common/model.php','/module/common','file','M'),(38088,2,13750,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(38089,2,13750,'/module/product/control.php','/module/product','file','M'),(38090,2,13750,'/module/product/model.php','/module/product','file','M'),(38091,2,13750,'/module/testsuite/model.php','/module/testsuite','file','M'),(38092,2,13752,'/module/common/lang/de.php','/module/common/lang','file','M'),(38093,2,13752,'/module/common/lang/en.php','/module/common/lang','file','M'),(38094,2,13752,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38095,2,13752,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38096,2,13752,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38097,2,13752,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38098,2,13753,'/module/common/lang/de.php','/module/common/lang','file','M'),(38099,2,13753,'/module/common/lang/en.php','/module/common/lang','file','M'),(38100,2,13753,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38101,2,13753,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38102,2,13753,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38103,2,13753,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38104,2,13753,'/module/common/model.php','/module/common','file','M'),(38105,2,13753,'/module/custom/model.php','/module/custom','file','M'),(38106,2,13754,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38107,2,13755,'/module/common/lang/de.php','/module/common/lang','file','M'),(38108,2,13755,'/module/common/lang/en.php','/module/common/lang','file','M'),(38109,2,13755,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38110,2,13755,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38111,2,13756,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38112,2,13757,'/module/ci/model.php','/module/ci','file','M'),(38113,2,13757,'/module/common/lang/de.php','/module/common/lang','file','M'),(38114,2,13757,'/module/common/lang/en.php','/module/common/lang','file','M'),(38115,2,13757,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38116,2,13757,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38117,2,13757,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38118,2,13758,'/module/product/lang/de.php','/module/product/lang','file','M'),(38119,2,13758,'/module/product/lang/en.php','/module/product/lang','file','M'),(38120,2,13758,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38121,2,13758,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38122,2,13758,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38123,2,13758,'/module/product/model.php','/module/product','file','M'),(38124,2,13758,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(38125,2,13759,'/module/common/lang/de.php','/module/common/lang','file','M'),(38126,2,13759,'/module/common/lang/en.php','/module/common/lang','file','M'),(38127,2,13759,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38128,2,13759,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38129,2,13759,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38130,2,13759,'/module/common/model.php','/module/common','file','M'),(38131,2,13759,'/module/doc/control.php','/module/doc','file','M'),(38132,2,13759,'/module/product/control.php','/module/product','file','M'),(38133,2,13759,'/module/product/model.php','/module/product','file','M'),(38134,2,13759,'/module/testsuite/model.php','/module/testsuite','file','M'),(38135,2,13760,'/module/product/view/project.html.php','/module/product/view','file','M'),(38136,2,13761,'/module/user/view/profile.html.php','/module/user/view','file','M'),(38137,2,13762,'/module/common/model.php','/module/common','file','M'),(38138,2,13762,'/module/my/css/profile.css','/module/my/css','file','M'),(38139,2,13762,'/module/my/view/profile.html.php','/module/my/view','file','M'),(38140,2,13764,'/module/common/model.php','/module/common','file','M'),(38141,2,13765,'/module/program/control.php','/module/program','file','M'),(38142,2,13765,'/module/program/css/common.css','/module/program/css','file','M'),(38143,2,13765,'/module/program/css/pgmcreate.css','/module/program/css','file','M'),(38144,2,13765,'/module/program/js/pgmedit.js','/module/program/js','file','M'),(38145,2,13765,'/module/program/lang/de.php','/module/program/lang','file','M'),(38146,2,13765,'/module/program/lang/en.php','/module/program/lang','file','M'),(38147,2,13765,'/module/program/lang/fr.php','/module/program/lang','file','M'),(38148,2,13765,'/module/program/lang/vi.php','/module/program/lang','file','M'),(38149,2,13765,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(38150,2,13765,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(38151,2,13765,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38152,2,13765,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38153,2,13766,'/module/common/lang/de.php','/module/common/lang','file','M'),(38154,2,13766,'/module/common/lang/en.php','/module/common/lang','file','M'),(38155,2,13766,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38156,2,13766,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38157,2,13766,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38158,2,13766,'/module/common/model.php','/module/common','file','M'),(38159,2,13767,'/module/common/lang/de.php','/module/common/lang','file','M'),(38160,2,13767,'/module/common/lang/en.php','/module/common/lang','file','M'),(38161,2,13767,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38162,2,13767,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38163,2,13767,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38164,2,13767,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38165,2,13767,'/module/product/control.php','/module/product','file','M'),(38166,2,13767,'/module/product/css/project.css','/module/product/css','file','M'),(38167,2,13767,'/module/product/js/project.js','/module/product/js','file','M'),(38168,2,13767,'/module/product/lang/de.php','/module/product/lang','file','M'),(38169,2,13767,'/module/product/lang/en.php','/module/product/lang','file','M'),(38170,2,13767,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38171,2,13767,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38172,2,13767,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38173,2,13767,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(38174,2,13767,'/module/product/model.php','/module/product','file','M'),(38175,2,13767,'/module/product/view/project.html.php','/module/product/view','file','M'),(38176,2,13769,'/module/common/lang/de.php','/module/common/lang','file','M'),(38177,2,13769,'/module/common/lang/en.php','/module/common/lang','file','M'),(38178,2,13769,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38179,2,13769,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38180,2,13769,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38181,2,13769,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38182,2,13770,'/config/filter.php','/config','file','M'),(38183,2,13771,'/module/group/lang/resource.php','/module/group/lang','file','M'),(38184,2,13771,'/module/index/lang/en.php','/module/index/lang','file','M'),(38185,2,13771,'/module/issue/config.php','/module/issue','file','M'),(38186,2,13771,'/module/issue/control.php','/module/issue','file','M'),(38187,2,13771,'/module/issue/lang/de.php','/module/issue/lang','file','M'),(38188,2,13771,'/module/issue/lang/en.php','/module/issue/lang','file','M'),(38189,2,13771,'/module/issue/lang/fr.php','/module/issue/lang','file','M'),(38190,2,13771,'/module/issue/lang/vi.php','/module/issue/lang','file','M'),(38191,2,13771,'/module/issue/lang/zh-cn.php','/module/issue/lang','file','M'),(38192,2,13771,'/module/issue/lang/zh-tw.php','/module/issue/lang','file','M'),(38193,2,13771,'/module/issue/model.php','/module/issue','file','M'),(38194,2,13771,'/module/issue/view/browse.html.php','/module/issue/view','file','M'),(38195,2,13771,'/module/issue/view/cancel.html.php','/module/issue/view','file','M'),(38196,2,13771,'/module/issue/view/confirm.html.php','/module/issue/view','file','A'),(38197,2,13771,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(38198,2,13771,'/module/personnel/control.php','/module/personnel','file','M'),(38199,2,13771,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(38200,2,13771,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(38201,2,13771,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(38202,2,13771,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(38203,2,13771,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(38204,2,13771,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(38205,2,13771,'/module/personnel/model.php','/module/personnel','file','M'),(38206,2,13771,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38207,2,13771,'/module/user/model.php','/module/user','file','M'),(38208,2,13772,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38209,2,13773,'/module/index/js/index.js','/module/index/js','file','M'),(38210,2,13774,'/module/my/js/common.js','/module/my/js','file','M'),(38211,2,13775,'/module/index/js/index.js','/module/index/js','file','M'),(38212,2,13775,'/www/js/zui/min.js','/www/js/zui','file','M'),(38213,2,13776,'/module/common/model.php','/module/common','file','M'),(38214,2,13776,'/module/index/js/index.js','/module/index/js','file','M'),(38215,2,13776,'/www/js/zui/min.js','/www/js/zui','file','M'),(38216,2,13777,'/module/index/js/index.js','/module/index/js','file','M'),(38217,2,13778,'/module/my/css/story.css','/module/my/css','file','M'),(38218,2,13778,'/module/my/view/story.html.php','/module/my/view','file','M'),(38219,2,13779,'/module/my/view/todo.html.php','/module/my/view','file','M'),(38220,2,13780,'/module/product/lang/de.php','/module/product/lang','file','M'),(38221,2,13780,'/module/product/lang/en.php','/module/product/lang','file','M'),(38222,2,13780,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38223,2,13780,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38224,2,13780,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38225,2,13780,'/module/product/model.php','/module/product','file','M'),(38226,2,13781,'/module/program/css/pgmbrowse.css','/module/program/css','file','M'),(38227,2,13781,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38228,2,13782,'/module/program/view/ajaxgetprjdropmenu.html.php','/module/program/view','file','M'),(38229,2,13783,'/module/product/model.php','/module/product','file','M'),(38230,2,13783,'/module/program/model.php','/module/program','file','M'),(38231,2,13783,'/www/js/zui/min.js','/www/js/zui','file','M'),(38232,2,13783,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38233,2,13784,'/module/program/model.php','/module/program','file','M'),(38234,2,13785,'/module/my/view/issue.html.php','/module/my/view','file','M'),(38235,2,13786,'/db/update20.0.alpha.sql','/db','file','M'),(38236,2,13786,'/db/update20.0.beta2.sql','/db','file','M'),(38237,2,13786,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38238,2,13786,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38239,2,13786,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(38240,2,13787,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38241,2,13787,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38242,2,13788,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(38243,2,13788,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(38244,2,13788,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(38245,2,13788,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(38246,2,13788,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(38247,2,13788,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(38248,2,13788,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38249,2,13789,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(38250,2,13789,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(38251,2,13791,'/module/bug/lang/de.php','/module/bug/lang','file','M'),(38252,2,13791,'/module/bug/lang/en.php','/module/bug/lang','file','M'),(38253,2,13791,'/module/bug/lang/fr.php','/module/bug/lang','file','M'),(38254,2,13791,'/module/bug/lang/vi.php','/module/bug/lang','file','M'),(38255,2,13791,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(38256,2,13791,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(38257,2,13791,'/module/product/view/all.html.php','/module/product/view','file','M'),(38258,2,13791,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(38259,2,13792,'/module/bug/model.php','/module/bug','file','M'),(38260,2,13792,'/module/issue/model.php','/module/issue','file','M'),(38261,2,13792,'/module/my/control.php','/module/my','file','M'),(38262,2,13792,'/module/my/view/bug.html.php','/module/my/view','file','M'),(38263,2,13792,'/module/my/view/issue.html.php','/module/my/view','file','M'),(38264,2,13792,'/module/my/view/risk.html.php','/module/my/view','file','M'),(38265,2,13792,'/module/my/view/story.html.php','/module/my/view','file','M'),(38266,2,13792,'/module/my/view/task.html.php','/module/my/view','file','M'),(38267,2,13792,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(38268,2,13792,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(38269,2,13792,'/module/risk/model.php','/module/risk','file','M'),(38270,2,13792,'/module/story/model.php','/module/story','file','M'),(38271,2,13792,'/module/task/model.php','/module/task','file','M'),(38272,2,13792,'/module/testcase/model.php','/module/testcase','file','M'),(38273,2,13793,'/module/product/lang/de.php','/module/product/lang','file','M'),(38274,2,13793,'/module/product/lang/en.php','/module/product/lang','file','M'),(38275,2,13793,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38276,2,13793,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38277,2,13793,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38278,2,13793,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(38279,2,13793,'/module/program/control.php','/module/program','file','M'),(38280,2,13793,'/module/program/lang/de.php','/module/program/lang','file','M'),(38281,2,13793,'/module/program/lang/en.php','/module/program/lang','file','M'),(38282,2,13793,'/module/program/lang/fr.php','/module/program/lang','file','M'),(38283,2,13793,'/module/program/lang/vi.php','/module/program/lang','file','M'),(38284,2,13793,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(38285,2,13793,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(38286,2,13794,'/module/my/view/story.html.php','/module/my/view','file','M'),(38287,2,13795,'/module/my/control.php','/module/my','file','M'),(38288,2,13795,'/module/my/lang/de.php','/module/my/lang','file','M'),(38289,2,13795,'/module/my/lang/en.php','/module/my/lang','file','M'),(38290,2,13795,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38291,2,13795,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38292,2,13795,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38293,2,13795,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(38294,2,13795,'/module/my/model.php','/module/my','file','M'),(38295,2,13797,'/module/story/css/change.css','/module/story/css','file','M'),(38296,2,13797,'/module/story/lang/de.php','/module/story/lang','file','M'),(38297,2,13797,'/module/story/lang/en.php','/module/story/lang','file','M'),(38298,2,13797,'/module/story/lang/fr.php','/module/story/lang','file','M'),(38299,2,13797,'/module/story/lang/vi.php','/module/story/lang','file','M'),(38300,2,13797,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(38301,2,13797,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(38302,2,13797,'/module/story/view/change.html.php','/module/story/view','file','M'),(38303,2,13798,'/module/projectbuild/js/browse.js','/module/projectbuild/js','file','M'),(38304,2,13798,'/module/projectbuild/view/browse.html.php','/module/projectbuild/view','file','M'),(38305,2,13798,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(38306,2,13798,'/module/testtask/view/create.html.php','/module/testtask/view','file','M'),(38307,2,13799,'/www/js/zui/min.js','/www/js/zui','file','M'),(38308,2,13800,'/module/project/control.php','/module/project','file','M'),(38309,2,13800,'/module/project/lang/de.php','/module/project/lang','file','M'),(38310,2,13800,'/module/project/lang/en.php','/module/project/lang','file','M'),(38311,2,13800,'/module/project/lang/fr.php','/module/project/lang','file','M'),(38312,2,13800,'/module/project/lang/vi.php','/module/project/lang','file','M'),(38313,2,13800,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(38314,2,13800,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(38315,2,13801,'/module/product/view/view.html.php','/module/product/view','file','M'),(38316,2,13803,'/module/program/view/pgmstakeholder.html.php','/module/program/view','file','M'),(38317,2,13804,'/module/issue/control.php','/module/issue','file','M'),(38318,2,13804,'/module/issue/model.php','/module/issue','file','M'),(38319,2,13804,'/module/risk/control.php','/module/risk','file','M'),(38320,2,13804,'/module/risk/model.php','/module/risk','file','M'),(38321,2,13804,'/module/testtask/control.php','/module/testtask','file','M'),(38322,2,13804,'/module/testtask/model.php','/module/testtask','file','M'),(38323,2,13804,'/module/todo/css/create.css','/module/todo/css','file','M'),(38324,2,13804,'/module/todo/js/common.js','/module/todo/js','file','M'),(38325,2,13804,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(38326,2,13805,'/module/build/control.php','/module/build','file','M'),(38327,2,13806,'/module/index/view/index.html.php','/module/index/view','file','M'),(38328,2,13807,'/module/common/lang/de.php','/module/common/lang','file','M'),(38329,2,13807,'/module/common/lang/en.php','/module/common/lang','file','M'),(38330,2,13807,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38331,2,13807,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38332,2,13807,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38333,2,13807,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38334,2,13808,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(38335,2,13809,'/module/bug/js/common.js','/module/bug/js','file','M'),(38336,2,13809,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(38337,2,13810,'/module/task/control.php','/module/task','file','M'),(38338,2,13810,'/module/task/view/batchedit.html.php','/module/task/view','file','M'),(38339,2,13811,'/module/my/lang/de.php','/module/my/lang','file','M'),(38340,2,13811,'/module/my/lang/en.php','/module/my/lang','file','M'),(38341,2,13811,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38342,2,13811,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38343,2,13811,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38344,2,13811,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(38345,2,13811,'/module/my/view/task.html.php','/module/my/view','file','M'),(38346,2,13812,'/module/common/model.php','/module/common','file','M'),(38347,2,13813,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(38348,2,13813,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(38349,2,13814,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(38350,2,13814,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(38351,2,13815,'/module/branch/control.php','/module/branch','file','M'),(38352,2,13815,'/module/common/lang/de.php','/module/common/lang','file','M'),(38353,2,13815,'/module/common/lang/en.php','/module/common/lang','file','M'),(38354,2,13815,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38355,2,13815,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38356,2,13815,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38357,2,13815,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38358,2,13815,'/module/common/model.php','/module/common','file','M'),(38359,2,13815,'/module/personnel/control.php','/module/personnel','file','M'),(38360,2,13815,'/module/product/control.php','/module/product','file','M'),(38361,2,13815,'/module/tree/control.php','/module/tree','file','M'),(38362,2,13817,'/module/doc/control.php','/module/doc','file','M'),(38363,2,13818,'/module/my/view/project.html.php','/module/my/view','file','M'),(38364,2,13818,'/module/program/config.php','/module/program','file','M'),(38365,2,13818,'/module/program/model.php','/module/program','file','M'),(38366,2,13818,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38367,2,13818,'/module/program/view/pgmproject.html.php','/module/program/view','file','M'),(38368,2,13818,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(38369,2,13819,'/module/common/view/datatable.fix.html.php','/module/common/view','file','M'),(38370,2,13819,'/module/my/view/story.html.php','/module/my/view','file','M'),(38371,2,13820,'/config/filter.php','/config','file','M'),(38372,2,13820,'/framework/base/router.class.php','/framework/base','file','M'),(38373,2,13820,'/module/ci/model.php','/module/ci','file','M'),(38374,2,13820,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38375,2,13820,'/module/common/view/header.html.php','/module/common/view','file','M'),(38376,2,13820,'/module/doc/control.php','/module/doc','file','M'),(38377,2,13820,'/module/personnel/control.php','/module/personnel','file','M'),(38378,2,13820,'/module/product/control.php','/module/product','file','M'),(38379,2,13820,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38380,2,13820,'/module/product/model.php','/module/product','file','M'),(38381,2,13820,'/module/product/view/project.html.php','/module/product/view','file','M'),(38382,2,13820,'/module/productplan/control.php','/module/productplan','file','M'),(38383,2,13820,'/module/program/control.php','/module/program','file','M'),(38384,2,13820,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(38385,2,13820,'/module/program/model.php','/module/program','file','M'),(38386,2,13820,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(38387,2,13820,'/module/release/control.php','/module/release','file','M'),(38388,2,13820,'/module/repo/control.php','/module/repo','file','M'),(38389,2,13820,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(38390,2,13820,'/module/story/control.php','/module/story','file','M'),(38391,2,13820,'/module/testreport/model.php','/module/testreport','file','M'),(38392,2,13820,'/module/tree/control.php','/module/tree','file','M'),(38393,2,13820,'/www/theme/default/style.css','/www/theme/default','file','M'),(38394,2,13821,'/module/my/view/setstoryconcept.html.php','/module/my/view','file','M'),(38395,2,13821,'/module/my/view/story.html.php','/module/my/view','file','M'),(38396,2,13822,'/module/my/css/story.css','/module/my/css','file','M'),(38397,2,13823,'/module/index/css/index.css','/module/index/css','file','M'),(38398,2,13824,'/module/common/lang/de.php','/module/common/lang','file','M'),(38399,2,13824,'/module/common/lang/en.php','/module/common/lang','file','M'),(38400,2,13824,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38401,2,13824,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38402,2,13824,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38403,2,13824,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38404,2,13824,'/module/personnel/js/whitelist.js','/module/personnel/js','file','A'),(38405,2,13826,'/module/index/css/index.css','/module/index/css','file','M'),(38406,2,13827,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(38407,2,13827,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(38408,2,13828,'/framework/base/helper.class.php','/framework/base','file','M'),(38409,2,13828,'/module/common/model.php','/module/common','file','M'),(38410,2,13828,'/module/index/css/index.css','/module/index/css','file','M'),(38411,2,13828,'/module/my/view/bug.html.php','/module/my/view','file','M'),(38412,2,13828,'/module/my/view/issue.html.php','/module/my/view','file','M'),(38413,2,13828,'/module/my/view/project.html.php','/module/my/view','file','M'),(38414,2,13828,'/module/my/view/risk.html.php','/module/my/view','file','M'),(38415,2,13828,'/module/my/view/story.html.php','/module/my/view','file','M'),(38416,2,13828,'/module/my/view/task.html.php','/module/my/view','file','M'),(38417,2,13828,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(38418,2,13828,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(38419,2,13829,'/framework/base/helper.class.php','/framework/base','file','M'),(38420,2,13829,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38421,2,13829,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38422,2,13829,'/module/common/model.php','/module/common','file','M'),(38423,2,13830,'/module/program/css/pgmbrowse.css','/module/program/css','file','M'),(38424,2,13830,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38425,2,13831,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38426,2,13832,'/module/product/model.php','/module/product','file','M'),(38427,2,13832,'/module/program/model.php','/module/program','file','M'),(38428,2,13832,'/module/tree/control.php','/module/tree','file','M'),(38429,2,13833,'/module/bug/model.php','/module/bug','file','M'),(38430,2,13833,'/module/product/model.php','/module/product','file','M'),(38431,2,13833,'/module/program/css/pgmcreate.css','/module/program/css','file','M'),(38432,2,13833,'/module/program/css/prjcreate.css','/module/program/css','file','M'),(38433,2,13833,'/module/program/model.php','/module/program','file','M'),(38434,2,13833,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38435,2,13833,'/module/project/model.php','/module/project','file','M'),(38436,2,13833,'/module/projectstory/model.php','/module/projectstory','file','M'),(38437,2,13833,'/module/qa/model.php','/module/qa','file','M'),(38438,2,13833,'/module/testcase/model.php','/module/testcase','file','M'),(38439,2,13833,'/module/testreport/model.php','/module/testreport','file','M'),(38440,2,13833,'/module/testsuite/model.php','/module/testsuite','file','M'),(38441,2,13833,'/module/testtask/model.php','/module/testtask','file','M'),(38442,2,13834,'/module/my/lang/de.php','/module/my/lang','file','M'),(38443,2,13834,'/module/my/lang/en.php','/module/my/lang','file','M'),(38444,2,13834,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38445,2,13834,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38446,2,13834,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38447,2,13834,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(38448,2,13834,'/module/my/view/task.html.php','/module/my/view','file','M'),(38449,2,13835,'/module/my/view/story.html.php','/module/my/view','file','M'),(38450,2,13836,'/module/program/css/prjedit.css','/module/program/css','file','M'),(38451,2,13836,'/module/program/model.php','/module/program','file','M'),(38452,2,13836,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38453,2,13836,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38454,2,13836,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(38455,2,13836,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(38456,2,13838,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(38457,2,13839,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(38458,2,13840,'/module/common/lang/de.php','/module/common/lang','file','M'),(38459,2,13840,'/module/common/lang/en.php','/module/common/lang','file','M'),(38460,2,13840,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38461,2,13840,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38462,2,13840,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38463,2,13840,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38464,2,13840,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38465,2,13841,'/db/zentao.sql','/db','file','M'),(38466,2,13841,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38467,2,13841,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(38468,2,13841,'/module/product/control.php','/module/product','file','M'),(38469,2,13841,'/module/tree/control.php','/module/tree','file','M'),(38470,2,13842,'/db/update20.0.beta1.sql','/db','file','M'),(38471,2,13844,'/module/testcase/config.php','/module/testcase','file','M'),(38472,2,13844,'/module/testtask/control.php','/module/testtask','file','M'),(38473,2,13844,'/module/testtask/view/cases.html.php','/module/testtask/view','file','M'),(38474,2,13845,'/module/my/view/task.html.php','/module/my/view','file','M'),(38475,2,13846,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38476,2,13846,'/module/program/css/pgmedit.css','/module/program/css','file','A'),(38477,2,13848,'/module/my/lang/de.php','/module/my/lang','file','M'),(38478,2,13848,'/module/my/lang/en.php','/module/my/lang','file','M'),(38479,2,13848,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38480,2,13848,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38481,2,13848,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38482,2,13848,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(38483,2,13848,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38484,2,13848,'/module/story/config.php','/module/story','file','M'),(38485,2,13848,'/module/user/model.php','/module/user','file','M'),(38486,2,13850,'/module/my/view/issue.html.php','/module/my/view','file','M'),(38487,2,13850,'/module/my/view/project.html.php','/module/my/view','file','M'),(38488,2,13851,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(38489,2,13853,'/module/my/view/project.html.php','/module/my/view','file','M'),(38490,2,13853,'/module/program/config.php','/module/program','file','M'),(38491,2,13853,'/module/program/model.php','/module/program','file','M'),(38492,2,13853,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38493,2,13854,'/module/common/lang/de.php','/module/common/lang','file','M'),(38494,2,13854,'/module/common/lang/en.php','/module/common/lang','file','M'),(38495,2,13854,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38496,2,13854,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38497,2,13854,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38498,2,13854,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38499,2,13854,'/module/index/css/index.css','/module/index/css','file','M'),(38500,2,13854,'/module/product/css/project.css','/module/product/css','file','M'),(38501,2,13854,'/module/product/view/project.html.php','/module/product/view','file','M'),(38502,2,13856,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38503,2,13856,'/module/common/model.php','/module/common','file','M'),(38504,2,13856,'/module/index/css/index.css','/module/index/css','file','M'),(38505,2,13856,'/module/project/model.php','/module/project','file','M'),(38506,2,13856,'/www/theme/default/style.css','/www/theme/default','file','M'),(38507,2,13858,'/module/product/css/project.css','/module/product/css','file','M'),(38508,2,13858,'/module/product/view/project.html.php','/module/product/view','file','M'),(38509,2,13860,'/module/common/lang/de.php','/module/common/lang','file','M'),(38510,2,13860,'/module/common/lang/en.php','/module/common/lang','file','M'),(38511,2,13860,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38512,2,13860,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38513,2,13860,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38514,2,13860,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38515,2,13860,'/module/index/css/index.css','/module/index/css','file','M'),(38516,2,13860,'/module/index/view/index.html.php','/module/index/view','file','M'),(38517,2,13861,'/module/common/model.php','/module/common','file','M'),(38518,2,13861,'/module/index/css/index.css','/module/index/css','file','M'),(38519,2,13861,'/module/index/js/index.js','/module/index/js','file','M'),(38520,2,13861,'/www/js/zui/min.js','/www/js/zui','file','M'),(38521,2,13862,'/module/my/css/profile.css','/module/my/css','file','M'),(38522,2,13862,'/module/user/css/profile.css','/module/user/css','file','M'),(38523,2,13863,'/module/my/view/editprofile.html.php','/module/my/view','file','M'),(38524,2,13864,'/module/todo/css/view.en.css','/module/todo/css','file','M'),(38525,2,13864,'/module/todo/css/view.vi.css','/module/todo/css','file','M'),(38526,2,13864,'/module/todo/css/view.zh-cn.css','/module/todo/css','file','M'),(38527,2,13864,'/module/todo/css/view.zh-tw.css','/module/todo/css','file','M'),(38528,2,13865,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38529,2,13866,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38530,2,13867,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(38531,2,13869,'/module/common/lang/de.php','/module/common/lang','file','M'),(38532,2,13869,'/module/common/lang/en.php','/module/common/lang','file','M'),(38533,2,13869,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38534,2,13869,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38535,2,13869,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38536,2,13869,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38537,2,13870,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38538,2,13870,'/module/program/model.php','/module/program','file','M'),(38539,2,13870,'/module/user/model.php','/module/user','file','M'),(38540,2,13871,'/module/program/model.php','/module/program','file','M'),(38541,2,13872,'/module/build/control.php','/module/build','file','M'),(38542,2,13873,'/module/bug/js/common.js','/module/bug/js','file','M'),(38543,2,13873,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(38544,2,13873,'/module/testcase/view/createbug.html.php','/module/testcase/view','file','M'),(38545,2,13873,'/module/testtask/js/common.js','/module/testtask/js','file','M'),(38546,2,13873,'/module/testtask/view/results.html.php','/module/testtask/view','file','M'),(38547,2,13873,'/module/testtask/view/runcase.html.php','/module/testtask/view','file','M'),(38548,2,13874,'/module/program/view/createguide.html.php','/module/program/view','file','M'),(38549,2,13875,'/module/custom/model.php','/module/custom','file','M'),(38550,2,13877,'/module/product/model.php','/module/product','file','M'),(38551,2,13878,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38552,2,13879,'/module/program/control.php','/module/program','file','M'),(38553,2,13880,'/module/index/css/index.css','/module/index/css','file','M'),(38554,2,13880,'/module/my/view/task.html.php','/module/my/view','file','M'),(38555,2,13881,'/module/index/css/index.css','/module/index/css','file','M'),(38556,2,13881,'/module/index/view/index.html.php','/module/index/view','file','M'),(38557,2,13882,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38558,2,13883,'/module/my/view/setstoryconcept.html.php','/module/my/view','file','M'),(38559,2,13883,'/module/my/view/story.html.php','/module/my/view','file','M'),(38560,2,13884,'/module/my/control.php','/module/my','file','M'),(38561,2,13885,'/module/common/lang/de.php','/module/common/lang','file','M'),(38562,2,13885,'/module/common/lang/en.php','/module/common/lang','file','M'),(38563,2,13885,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38564,2,13885,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38565,2,13885,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38566,2,13885,'/module/common/model.php','/module/common','file','M'),(38567,2,13885,'/module/program/control.php','/module/program','file','M'),(38568,2,13885,'/module/program/css/prjbrowse.css','/module/program/css','file','M'),(38569,2,13885,'/module/program/model.php','/module/program','file','M'),(38570,2,13886,'/module/common/lang/de.php','/module/common/lang','file','M'),(38571,2,13886,'/module/common/lang/en.php','/module/common/lang','file','M'),(38572,2,13886,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38573,2,13886,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38574,2,13886,'/module/my/lang/de.php','/module/my/lang','file','M'),(38575,2,13886,'/module/my/lang/en.php','/module/my/lang','file','M'),(38576,2,13886,'/module/my/lang/fr.php','/module/my/lang','file','M'),(38577,2,13886,'/module/my/lang/vi.php','/module/my/lang','file','M'),(38578,2,13886,'/module/product/lang/de.php','/module/product/lang','file','M'),(38579,2,13886,'/module/product/lang/en.php','/module/product/lang','file','M'),(38580,2,13886,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38581,2,13886,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38582,2,13886,'/module/program/lang/de.php','/module/program/lang','file','M'),(38583,2,13886,'/module/program/lang/en.php','/module/program/lang','file','M'),(38584,2,13886,'/module/program/lang/fr.php','/module/program/lang','file','M'),(38585,2,13886,'/module/program/lang/vi.php','/module/program/lang','file','M'),(38586,2,13887,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38587,2,13887,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(38588,2,13887,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(38589,2,13887,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(38590,2,13887,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(38591,2,13888,'/module/productplan/control.php','/module/productplan','file','M'),(38592,2,13888,'/module/release/control.php','/module/release','file','M'),(38593,2,13890,'/module/program/control.php','/module/program','file','M'),(38594,2,13890,'/module/program/model.php','/module/program','file','M'),(38595,2,13890,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38596,2,13891,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38597,2,13892,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38598,2,13893,'/module/budget/config.php','/module/budget','file','M'),(38599,2,13893,'/module/budget/model.php','/module/budget','file','M'),(38600,2,13893,'/module/budget/view/view.html.php','/module/budget/view','file','M'),(38601,2,13893,'/module/my/view/setstoryconcept.html.php','/module/my/view','file','M'),(38602,2,13894,'/module/my/view/project.html.php','/module/my/view','file','M'),(38603,2,13894,'/module/program/model.php','/module/program','file','M'),(38604,2,13894,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(38605,2,13895,'/module/issue/model.php','/module/issue','file','M'),(38606,2,13895,'/module/risk/model.php','/module/risk','file','M'),(38607,2,13896,'/module/index/css/index.css','/module/index/css','file','M'),(38608,2,13897,'/module/my/view/task.html.php','/module/my/view','file','M'),(38609,2,13897,'/module/project/model.php','/module/project','file','M'),(38610,2,13899,'/module/index/view/index.html.php','/module/index/view','file','M'),(38611,2,13900,'/module/index/js/index.js','/module/index/js','file','M'),(38612,2,13901,'/module/common/model.php','/module/common','file','M'),(38613,2,13901,'/module/index/js/index.js','/module/index/js','file','M'),(38614,2,13901,'/www/js/zui/min.js','/www/js/zui','file','M'),(38615,2,13902,'/module/index/css/index.css','/module/index/css','file','M'),(38616,2,13903,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(38617,2,13904,'/framework/base/helper.class.php','/framework/base','file','M'),(38618,2,13904,'/module/index/control.php','/module/index','file','M'),(38619,2,13904,'/module/my/control.php','/module/my','file','M'),(38620,2,13904,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38621,2,13905,'/module/index/js/index.js','/module/index/js','file','M'),(38622,2,13905,'/www/js/zui/min.js','/www/js/zui','file','M'),(38623,2,13906,'/module/program/view/createguide.html.php','/module/program/view','file','M'),(38624,2,13907,'/module/my/view/story.html.php','/module/my/view','file','M'),(38625,2,13908,'/module/program/control.php','/module/program','file','M'),(38626,2,13909,'/module/common/model.php','/module/common','file','M'),(38627,2,13910,'/module/personnel/control.php','/module/personnel','file','M'),(38628,2,13910,'/module/personnel/model.php','/module/personnel','file','M'),(38629,2,13911,'/module/product/control.php','/module/product','file','M'),(38630,2,13911,'/module/tree/model.php','/module/tree','file','M'),(38631,2,13912,'/module/index/view/index.html.php','/module/index/view','file','M'),(38632,2,13913,'/module/program/model.php','/module/program','file','M'),(38633,2,13914,'/module/productplan/view/linkbug.html.php','/module/productplan/view','file','M'),(38634,2,13914,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(38635,2,13916,'/module/common/model.php','/module/common','file','M'),(38636,2,13916,'/module/index/css/index.css','/module/index/css','file','M'),(38637,2,13916,'/module/index/view/index.html.php','/module/index/view','file','M'),(38638,2,13918,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(38639,2,13920,'/module/index/js/index.js','/module/index/js','file','M'),(38640,2,13920,'/www/js/zui/min.js','/www/js/zui','file','M'),(38641,2,13921,'/module/index/js/index.js','/module/index/js','file','M'),(38642,2,13922,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38643,2,13922,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(38644,2,13922,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(38645,2,13922,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(38646,2,13922,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(38647,2,13923,'/module/common/model.php','/module/common','file','M'),(38648,2,13923,'/module/index/css/index.css','/module/index/css','file','M'),(38649,2,13923,'/module/index/js/index.js','/module/index/js','file','M'),(38650,2,13923,'/module/index/view/index.html.php','/module/index/view','file','M'),(38651,2,13923,'/www/js/zui/min.js','/www/js/zui','file','M'),(38652,2,13923,'/www/theme/default/style.css','/www/theme/default','file','M'),(38653,2,13923,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38654,2,13924,'/module/index/css/index.css','/module/index/css','file','M'),(38655,2,13924,'/module/index/js/index.js','/module/index/js','file','M'),(38656,2,13924,'/module/index/view/index.html.php','/module/index/view','file','M'),(38657,2,13924,'/www/theme/blackberry/style.css','/www/theme/blackberry','file','M'),(38658,2,13924,'/www/theme/classic/style.css','/www/theme/classic','file','M'),(38659,2,13924,'/www/theme/green/style.css','/www/theme/green','file','M'),(38660,2,13924,'/www/theme/pink/style.css','/www/theme/pink','file','M'),(38661,2,13924,'/www/theme/purple/style.css','/www/theme/purple','file','M'),(38662,2,13924,'/www/theme/red/style.css','/www/theme/red','file','M'),(38663,2,13924,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38664,2,13925,'/module/budget/config.php','/module/budget','file','M'),(38665,2,13926,'/module/index/js/index.js','/module/index/js','file','M'),(38666,2,13926,'/www/js/zui/min.js','/www/js/zui','file','M'),(38667,2,13927,'/module/index/js/index.js','/module/index/js','file','M'),(38668,2,13928,'/module/project/model.php','/module/project','file','M'),(38669,2,13930,'/module/program/js/pgmedit.js','/module/program/js','file','M'),(38670,2,13931,'/module/product/model.php','/module/product','file','M'),(38671,2,13932,'/module/common/view/datatable.html.php','/module/common/view','file','M'),(38672,2,13935,'/module/common/model.php','/module/common','file','M'),(38673,2,13936,'/module/product/model.php','/module/product','file','M'),(38674,2,13938,'/module/my/control.php','/module/my','file','M'),(38675,2,13939,'/module/personnel/model.php','/module/personnel','file','M'),(38676,2,13940,'/module/program/control.php','/module/program','file','M'),(38677,2,13940,'/module/program/js/common.js','/module/program/js','file','M'),(38678,2,13940,'/module/program/js/pgmcreate.js','/module/program/js','file','D'),(38679,2,13940,'/module/program/js/pgmedit.js','/module/program/js','file','D'),(38680,2,13940,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38681,2,13941,'/module/product/js/project.js','/module/product/js','file','M'),(38682,2,13943,'/module/product/view/project.html.php','/module/product/view','file','M'),(38683,2,13944,'/module/program/js/prjcreate.js','/module/program/js','file','M'),(38684,2,13945,'/module/my/view/execution.html.php','/module/my/view','file','M'),(38685,2,13947,'/module/program/js/pgmcreate.js','/module/program/js','file','M'),(38686,2,13948,'/module/product/view/all.html.php','/module/product/view','file','M'),(38687,2,13949,'/module/product/model.php','/module/product','file','M'),(38688,2,13950,'/module/product/model.php','/module/product','file','M'),(38689,2,13951,'/module/issue/model.php','/module/issue','file','M'),(38690,2,13952,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(38691,2,13952,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(38692,2,13952,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(38693,2,13952,'/module/index/js/index.js','/module/index/js','file','M'),(38694,2,13953,'/module/common/lang/de.php','/module/common/lang','file','M'),(38695,2,13953,'/module/common/lang/en.php','/module/common/lang','file','M'),(38696,2,13953,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38697,2,13953,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38698,2,13953,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38699,2,13953,'/module/product/control.php','/module/product','file','M'),(38700,2,13953,'/module/product/model.php','/module/product','file','M'),(38701,2,13953,'/module/program/control.php','/module/program','file','M'),(38702,2,13953,'/module/program/model.php','/module/program','file','M'),(38703,2,13953,'/www/theme/default/style.css','/www/theme/default','file','M'),(38704,2,13954,'/module/my/view/project.html.php','/module/my/view','file','M'),(38705,2,13954,'/module/program/config.php','/module/program','file','M'),(38706,2,13954,'/module/program/model.php','/module/program','file','M'),(38707,2,13954,'/module/program/view/pgmproject.html.php','/module/program/view','file','M'),(38708,2,13954,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(38709,2,13955,'/module/program/control.php','/module/program','file','M'),(38710,2,13955,'/module/program/js/common.js','/module/program/js','file','M'),(38711,2,13955,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38712,2,13956,'/module/program/js/pgmcreate.js','/module/program/js','file','D'),(38713,2,13956,'/module/program/js/pgmedit.js','/module/program/js','file','D'),(38714,2,13957,'/module/common/model.php','/module/common','file','M'),(38715,2,13957,'/module/index/css/index.css','/module/index/css','file','M'),(38716,2,13958,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(38717,2,13958,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(38718,2,13958,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(38719,2,13958,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(38720,2,13958,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(38721,2,13958,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(38722,2,13958,'/module/personnel/view/accessible.html.php','/module/personnel/view','file','M'),(38723,2,13958,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38724,2,13959,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38725,2,13960,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(38726,2,13960,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(38727,2,13960,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(38728,2,13960,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(38729,2,13960,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(38730,2,13960,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(38731,2,13960,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38732,2,13961,'/module/budget/lang/de.php','/module/budget/lang','file','M'),(38733,2,13961,'/module/budget/lang/en.php','/module/budget/lang','file','M'),(38734,2,13961,'/module/budget/lang/fr.php','/module/budget/lang','file','M'),(38735,2,13961,'/module/budget/lang/vi.php','/module/budget/lang','file','M'),(38736,2,13961,'/module/budget/lang/zh-cn.php','/module/budget/lang','file','M'),(38737,2,13961,'/module/budget/lang/zh-tw.php','/module/budget/lang','file','M'),(38738,2,13962,'/module/personnel/lang/de.php','/module/personnel/lang','file','M'),(38739,2,13962,'/module/personnel/lang/en.php','/module/personnel/lang','file','M'),(38740,2,13962,'/module/personnel/lang/fr.php','/module/personnel/lang','file','M'),(38741,2,13962,'/module/personnel/lang/vi.php','/module/personnel/lang','file','M'),(38742,2,13962,'/module/personnel/lang/zh-cn.php','/module/personnel/lang','file','M'),(38743,2,13962,'/module/personnel/lang/zh-tw.php','/module/personnel/lang','file','M'),(38744,2,13962,'/module/personnel/view/putinto.html.php','/module/personnel/view','file','M'),(38745,2,13963,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38746,2,13964,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(38747,2,13965,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(38748,2,13966,'/module/program/view/ajaxgetpgmdropmenu.html.php','/module/program/view','file','M'),(38749,2,13967,'/module/issue/model.php','/module/issue','file','M'),(38750,2,13968,'/module/product/view/project.html.php','/module/product/view','file','M'),(38751,2,13968,'/module/program/config.php','/module/program','file','M'),(38752,2,13968,'/module/program/lang/de.php','/module/program/lang','file','M'),(38753,2,13968,'/module/program/lang/en.php','/module/program/lang','file','M'),(38754,2,13968,'/module/program/lang/fr.php','/module/program/lang','file','M'),(38755,2,13968,'/module/program/lang/vi.php','/module/program/lang','file','M'),(38756,2,13968,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(38757,2,13968,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(38758,2,13968,'/module/program/model.php','/module/program','file','M'),(38759,2,13969,'/module/product/model.php','/module/product','file','M'),(38760,2,13969,'/module/repo/control.php','/module/repo','file','M'),(38761,2,13969,'/module/upgrade/control.php','/module/upgrade','file','M'),(38762,2,13969,'/module/upgrade/css/mergerepo.css','/module/upgrade/css','file','A'),(38763,2,13969,'/module/upgrade/lang/zh-cn.php','/module/upgrade/lang','file','M'),(38764,2,13969,'/module/upgrade/model.php','/module/upgrade','file','M'),(38765,2,13969,'/module/upgrade/view/mergerepo.html.php','/module/upgrade/view','file','A'),(38766,2,13970,'/module/upgrade/lang/de.php','/module/upgrade/lang','file','M'),(38767,2,13970,'/module/upgrade/lang/en.php','/module/upgrade/lang','file','M'),(38768,2,13970,'/module/upgrade/lang/fr.php','/module/upgrade/lang','file','M'),(38769,2,13970,'/module/upgrade/lang/vi.php','/module/upgrade/lang','file','M'),(38770,2,13971,'/module/personnel/model.php','/module/personnel','file','M'),(38771,2,13972,'/module/product/model.php','/module/product','file','M'),(38772,2,13973,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38773,2,13974,'/module/issue/model.php','/module/issue','file','M'),(38774,2,13974,'/module/issue/view/activate.html.php','/module/issue/view','file','M'),(38775,2,13975,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(38776,2,13975,'/module/upgrade/lang/version.php','/module/upgrade/lang','file','M'),(38777,2,13975,'/module/upgrade/model.php','/module/upgrade','file','M'),(38778,2,13976,'/module/bug/view/view.html.php','/module/bug/view','file','M'),(38779,2,13976,'/module/risk/control.php','/module/risk','file','M'),(38780,2,13976,'/module/risk/view/assignto.html.php','/module/risk/view','file','M'),(38781,2,13976,'/module/risk/view/view.html.php','/module/risk/view','file','M'),(38782,2,13976,'/module/testtask/control.php','/module/testtask','file','M'),(38783,2,13976,'/module/todo/model.php','/module/todo','file','M'),(38784,2,13977,'/VERSION','/','file','M'),(38785,2,13977,'/config/config.php','/config','file','M'),(38786,2,13978,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(38787,2,13978,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(38788,2,13980,'/module/common/lang/de.php','/module/common/lang','file','M'),(38789,2,13980,'/module/common/lang/en.php','/module/common/lang','file','M'),(38790,2,13980,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38791,2,13980,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38792,2,13980,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38793,2,13980,'/module/common/model.php','/module/common','file','M'),(38794,2,13980,'/module/my/control.php','/module/my','file','M'),(38795,2,13981,'/module/todo/control.php','/module/todo','file','M'),(38796,2,13982,'/www/js/zui/min.js','/www/js/zui','file','M'),(38797,2,13983,'/module/program/model.php','/module/program','file','M'),(38798,2,13984,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(38799,2,13985,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(38800,2,13986,'/module/todo/css/edit.css','/module/todo/css','file','M'),(38801,2,13986,'/module/todo/model.php','/module/todo','file','M'),(38802,2,13986,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(38803,2,13987,'/module/todo/control.php','/module/todo','file','M'),(38804,2,13987,'/module/todo/view/batchedit.html.php','/module/todo/view','file','M'),(38805,2,13988,'/www/js/zui/min.js','/www/js/zui','file','M'),(38806,2,13989,'/module/todo/css/edit.css','/module/todo/css','file','M'),(38807,2,13989,'/module/todo/view/create.html.php','/module/todo/view','file','M'),(38808,2,13990,'/module/todo/model.php','/module/todo','file','M'),(38809,2,13991,'/module/upgrade/model.php','/module/upgrade','file','M'),(38810,2,13992,'/Makefile','/','file','M'),(38811,2,13993,'/Makefile','/','file','M'),(38812,2,13994,'/module/product/model.php','/module/product','file','M'),(38813,2,13995,'/module/my/view/task.html.php','/module/my/view','file','M'),(38814,2,13995,'/module/task/model.php','/module/task','file','M'),(38815,2,13997,'/module/my/view/task.html.php','/module/my/view','file','M'),(38816,2,13997,'/module/task/model.php','/module/task','file','M'),(38817,2,13998,'/module/program/model.php','/module/program','file','M'),(38818,2,13999,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38819,2,14000,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38820,2,14000,'/module/subject/lang/zh-cn.php','/module/subject/lang','file','M'),(38821,2,14001,'/module/risk/control.php','/module/risk','file','M'),(38822,2,14001,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(38823,2,14001,'/module/risk/view/track.html.php','/module/risk/view','file','M'),(38824,2,14001,'/module/risk/view/view.html.php','/module/risk/view','file','M'),(38825,2,14002,'/module/product/view/all.html.php','/module/product/view','file','M'),(38826,2,14003,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(38827,2,14003,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(38828,2,14003,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(38829,2,14003,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(38830,2,14003,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(38831,2,14003,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(38832,2,14004,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(38833,2,14004,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(38834,2,14004,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(38835,2,14004,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(38836,2,14004,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(38837,2,14004,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(38838,2,14005,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(38839,2,14005,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(38840,2,14005,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(38841,2,14005,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(38842,2,14005,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(38843,2,14005,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(38844,2,14006,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38845,2,14006,'/module/common/model.php','/module/common','file','M'),(38846,2,14006,'/module/program/control.php','/module/program','file','M'),(38847,2,14006,'/module/program/view/createguide.html.php','/module/program/view','file','M'),(38848,2,14007,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(38849,2,14007,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(38850,2,14007,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(38851,2,14007,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(38852,2,14007,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(38853,2,14007,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(38854,2,14008,'/module/common/lang/de.php','/module/common/lang','file','M'),(38855,2,14008,'/module/common/lang/en.php','/module/common/lang','file','M'),(38856,2,14008,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38857,2,14008,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38858,2,14008,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38859,2,14008,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38860,2,14008,'/module/qa/control.php','/module/qa','file','M'),(38861,2,14010,'/module/risk/lang/zh-cn.php','/module/risk/lang','file','M'),(38862,2,14010,'/module/risk/lang/zh-tw.php','/module/risk/lang','file','M'),(38863,2,14011,'/module/programplan/config.php','/module/programplan','file','M'),(38864,2,14012,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(38865,2,14012,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(38866,2,14012,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(38867,2,14012,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(38868,2,14012,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(38869,2,14012,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(38870,2,14012,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(38871,2,14013,'/module/common/lang/de.php','/module/common/lang','file','M'),(38872,2,14013,'/module/common/lang/en.php','/module/common/lang','file','M'),(38873,2,14013,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38874,2,14013,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38875,2,14013,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38876,2,14013,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38877,2,14013,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(38878,2,14013,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(38879,2,14014,'/module/programplan/config.php','/module/programplan','file','M'),(38880,2,14014,'/module/programplan/model.php','/module/programplan','file','M'),(38881,2,14015,'/module/common/lang/de.php','/module/common/lang','file','M'),(38882,2,14015,'/module/common/lang/en.php','/module/common/lang','file','M'),(38883,2,14015,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38884,2,14015,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38885,2,14015,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38886,2,14016,'/module/programplan/config.php','/module/programplan','file','M'),(38887,2,14016,'/module/programplan/model.php','/module/programplan','file','M'),(38888,2,14017,'/module/common/lang/de.php','/module/common/lang','file','M'),(38889,2,14017,'/module/common/lang/en.php','/module/common/lang','file','M'),(38890,2,14017,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38891,2,14017,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38892,2,14017,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38893,2,14017,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38894,2,14017,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(38895,2,14019,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(38896,2,14019,'/www/theme/zui/fonts/ZentaoIcon.eot','/www/theme/zui/fonts','file','M'),(38897,2,14019,'/www/theme/zui/fonts/ZentaoIcon.svg','/www/theme/zui/fonts','file','M'),(38898,2,14019,'/www/theme/zui/fonts/ZentaoIcon.ttf','/www/theme/zui/fonts','file','M'),(38899,2,14019,'/www/theme/zui/fonts/ZentaoIcon.woff','/www/theme/zui/fonts','file','M'),(38900,2,14020,'/module/product/control.php','/module/product','file','M'),(38901,2,14020,'/module/product/view/ajaxgetdropmenu.html.php','/module/product/view','file','M'),(38902,2,14021,'/module/programplan/model.php','/module/programplan','file','M'),(38903,2,14022,'/module/common/lang/de.php','/module/common/lang','file','M'),(38904,2,14022,'/module/common/lang/en.php','/module/common/lang','file','M'),(38905,2,14022,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38906,2,14022,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38907,2,14022,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38908,2,14022,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38909,2,14022,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38910,2,14024,'/module/common/lang/de.php','/module/common/lang','file','M'),(38911,2,14024,'/module/common/lang/en.php','/module/common/lang','file','M'),(38912,2,14024,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38913,2,14024,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38914,2,14024,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38915,2,14024,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38916,2,14025,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(38917,2,14025,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(38918,2,14025,'/module/story/view/report.html.php','/module/story/view','file','M'),(38919,2,14026,'/module/programplan/model.php','/module/programplan','file','M'),(38920,2,14027,'/module/product/control.php','/module/product','file','M'),(38921,2,14027,'/module/product/view/all.html.php','/module/product/view','file','M'),(38922,2,14028,'/module/product/css/all.css','/module/product/css','file','M'),(38923,2,14028,'/module/product/view/all.html.php','/module/product/view','file','M'),(38924,2,14029,'/module/bug/model.php','/module/bug','file','M'),(38925,2,14030,'/module/bug/model.php','/module/bug','file','M'),(38926,2,14031,'/module/stakeholder/control.php','/module/stakeholder','file','M'),(38927,2,14031,'/module/stakeholder/view/issue.html.php','/module/stakeholder/view','file','M'),(38928,2,14032,'/db/update20.0.beta3.sql','/db','file','A'),(38929,2,14032,'/db/zentao.sql','/db','file','M'),(38930,2,14032,'/module/common/lang/de.php','/module/common/lang','file','M'),(38931,2,14032,'/module/common/lang/en.php','/module/common/lang','file','M'),(38932,2,14032,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38933,2,14032,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38934,2,14032,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38935,2,14032,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38936,2,14032,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38937,2,14032,'/module/group/lang/resource.php','/module/group/lang','file','M'),(38938,2,14032,'/module/product/control.php','/module/product','file','M'),(38939,2,14032,'/module/product/css/dashboard.css','/module/product/css','file','A'),(38940,2,14032,'/module/product/css/view.css','/module/product/css','file','M'),(38941,2,14032,'/module/product/lang/de.php','/module/product/lang','file','M'),(38942,2,14032,'/module/product/lang/en.php','/module/product/lang','file','M'),(38943,2,14032,'/module/product/lang/fr.php','/module/product/lang','file','M'),(38944,2,14032,'/module/product/lang/vi.php','/module/product/lang','file','M'),(38945,2,14032,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(38946,2,14032,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(38947,2,14032,'/module/product/view/dashboard.html.php','/module/product/view','file','A'),(38948,2,14032,'/module/product/view/view.html.php','/module/product/view','file','M'),(38949,2,14033,'/module/common/lang/de.php','/module/common/lang','file','M'),(38950,2,14033,'/module/common/lang/en.php','/module/common/lang','file','M'),(38951,2,14033,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38952,2,14033,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38953,2,14033,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38954,2,14033,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38955,2,14033,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38956,2,14035,'/module/build/model.php','/module/build','file','M'),(38957,2,14035,'/module/projectrelease/control.php','/module/projectrelease','file','M'),(38958,2,14035,'/module/projectrelease/js/common.js','/module/projectrelease/js','file','M'),(38959,2,14035,'/module/projectrelease/model.php','/module/projectrelease','file','M'),(38960,2,14035,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(38961,2,14035,'/module/projectrelease/view/create.html.php','/module/projectrelease/view','file','M'),(38962,2,14036,'/module/common/lang/de.php','/module/common/lang','file','M'),(38963,2,14036,'/module/common/lang/en.php','/module/common/lang','file','M'),(38964,2,14036,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38965,2,14036,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38966,2,14036,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38967,2,14036,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38968,2,14037,'/module/common/lang/de.php','/module/common/lang','file','M'),(38969,2,14037,'/module/common/lang/en.php','/module/common/lang','file','M'),(38970,2,14037,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38971,2,14037,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38972,2,14037,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38973,2,14037,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(38974,2,14037,'/module/project/model.php','/module/project','file','M'),(38975,2,14037,'/module/project/view/ajaxgetdropmenu.html.php','/module/project/view','file','M'),(38976,2,14038,'/module/common/model.php','/module/common','file','M'),(38977,2,14038,'/module/index/css/index.css','/module/index/css','file','M'),(38978,2,14038,'/module/index/js/index.js','/module/index/js','file','M'),(38979,2,14038,'/module/index/view/index.html.php','/module/index/view','file','M'),(38980,2,14038,'/module/program/model.php','/module/program','file','M'),(38981,2,14038,'/module/project/config.php','/module/project','file','M'),(38982,2,14038,'/module/project/control.php','/module/project','file','M'),(38983,2,14038,'/module/project/model.php','/module/project','file','M'),(38984,2,14040,'/module/block/control.php','/module/block','file','M'),(38985,2,14041,'/module/my/view/bug.html.php','/module/my/view','file','M'),(38986,2,14041,'/module/project/view/bug.html.php','/module/project/view','file','M'),(38987,2,14042,'/module/common/lang/de.php','/module/common/lang','file','M'),(38988,2,14042,'/module/common/lang/en.php','/module/common/lang','file','M'),(38989,2,14042,'/module/common/lang/fr.php','/module/common/lang','file','M'),(38990,2,14042,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(38991,2,14042,'/module/common/lang/vi.php','/module/common/lang','file','M'),(38992,2,14042,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(38993,2,14043,'/module/custom/control.php','/module/custom','file','M'),(38994,2,14043,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(38995,2,14043,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(38996,2,14043,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(38997,2,14043,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(38998,2,14043,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(38999,2,14043,'/module/custom/view/estimate.html.php','/module/custom/view','file','M'),(39000,2,14043,'/module/product/model.php','/module/product','file','M'),(39001,2,14043,'/module/project/model.php','/module/project','file','M'),(39002,2,14045,'/module/common/lang/de.php','/module/common/lang','file','M'),(39003,2,14045,'/module/common/lang/en.php','/module/common/lang','file','M'),(39004,2,14045,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39005,2,14045,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39006,2,14045,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39007,2,14045,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39008,2,14046,'/module/index/css/index.css','/module/index/css','file','M'),(39009,2,14047,'/module/common/lang/de.php','/module/common/lang','file','M'),(39010,2,14047,'/module/common/lang/en.php','/module/common/lang','file','M'),(39011,2,14047,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39012,2,14047,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39013,2,14047,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39014,2,14047,'/module/common/model.php','/module/common','file','M'),(39015,2,14047,'/module/common/view/footer.html.php','/module/common/view','file','M'),(39016,2,14047,'/module/index/view/index.html.php','/module/index/view','file','M'),(39017,2,14047,'/module/project/control.php','/module/project','file','M'),(39018,2,14048,'/module/common/lang/de.php','/module/common/lang','file','M'),(39019,2,14048,'/module/common/lang/en.php','/module/common/lang','file','M'),(39020,2,14048,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39021,2,14048,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(39022,2,14048,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39023,2,14048,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39024,2,14048,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39025,2,14050,'/module/score/view/rule.html.php','/module/score/view','file','M'),(39026,2,14051,'/www/js/zui/min.js','/www/js/zui','file','M'),(39027,2,14051,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(39028,2,14052,'/www/js/zui/min.js','/www/js/zui','file','M'),(39029,2,14053,'/module/project/control.php','/module/project','file','M'),(39030,2,14054,'/module/common/lang/de.php','/module/common/lang','file','M'),(39031,2,14054,'/module/common/lang/en.php','/module/common/lang','file','M'),(39032,2,14054,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39033,2,14054,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39034,2,14054,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39035,2,14054,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39036,2,14054,'/module/product/control.php','/module/product','file','M'),(39037,2,14055,'/module/custom/control.php','/module/custom','file','M'),(39038,2,14055,'/module/custom/js/estimate.js','/module/custom/js','file','A'),(39039,2,14055,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(39040,2,14055,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(39041,2,14055,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(39042,2,14055,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(39043,2,14055,'/module/custom/view/estimate.html.php','/module/custom/view','file','M'),(39044,2,14057,'/module/project/control.php','/module/project','file','M'),(39045,2,14058,'/module/my/view/score.html.php','/module/my/view','file','M'),(39046,2,14059,'/module/programplan/model.php','/module/programplan','file','M'),(39047,2,14060,'/module/doc/control.php','/module/doc','file','M'),(39048,2,14061,'/module/program/control.php','/module/program','file','M'),(39049,2,14061,'/module/program/js/prjedit.js','/module/program/js','file','M'),(39050,2,14061,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39051,2,14061,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(39052,2,14062,'/www/js/codemirror/spell_checker/en_US.aff','/www/js/codemirror/spell_checker','file','A'),(39053,2,14062,'/www/js/codemirror/spell_checker/en_US.dic','/www/js/codemirror/spell_checker','file','A'),(39054,2,14062,'/www/js/markdown/fontawesome/css/fontawesome.min.css','/www/js/markdown/fontawesome/css','file','A'),(39055,2,14062,'/www/js/markdown/fontawesome/fonts/FontAwesome.otf','/www/js/markdown/fontawesome/fonts','file','A'),(39056,2,14062,'/www/js/markdown/fontawesome/fonts/fontawesome-webfont.eot','/www/js/markdown/fontawesome/fonts','file','A'),(39057,2,14062,'/www/js/markdown/fontawesome/fonts/fontawesome-webfont.svg','/www/js/markdown/fontawesome/fonts','file','A'),(39058,2,14062,'/www/js/markdown/fontawesome/fonts/fontawesome-webfont.ttf','/www/js/markdown/fontawesome/fonts','file','A'),(39059,2,14062,'/www/js/markdown/fontawesome/fonts/fontawesome-webfont.woff','/www/js/markdown/fontawesome/fonts','file','A'),(39060,2,14062,'/www/js/markdown/fontawesome/fonts/fontawesome-webfont.woff2','/www/js/markdown/fontawesome/fonts','file','A'),(39061,2,14062,'/www/js/markdown/simplemde.min.js','/www/js/markdown','file','M'),(39062,2,14063,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39063,2,14063,'/module/program/control.php','/module/program','file','M'),(39064,2,14063,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39065,2,14064,'/module/index/js/index.js','/module/index/js','file','M'),(39066,2,14064,'/module/issue/model.php','/module/issue','file','M'),(39067,2,14064,'/module/my/control.php','/module/my','file','M'),(39068,2,14064,'/module/my/lang/de.php','/module/my/lang','file','M'),(39069,2,14064,'/module/my/lang/en.php','/module/my/lang','file','M'),(39070,2,14064,'/module/my/lang/fr.php','/module/my/lang','file','M'),(39071,2,14064,'/module/my/lang/vi.php','/module/my/lang','file','M'),(39072,2,14064,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(39073,2,14064,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(39074,2,14064,'/module/my/view/team.html.php','/module/my/view','file','M'),(39075,2,14064,'/module/risk/model.php','/module/risk','file','M'); -INSERT INTO `zt_repofiles` VALUES (39076,2,14064,'/module/user/control.php','/module/user','file','M'),(39077,2,14064,'/module/user/js/common.js','/module/user/js','file','M'),(39078,2,14064,'/module/user/js/todo.js','/module/user/js','file','M'),(39079,2,14064,'/module/user/lang/de.php','/module/user/lang','file','M'),(39080,2,14064,'/module/user/lang/en.php','/module/user/lang','file','M'),(39081,2,14064,'/module/user/lang/fr.php','/module/user/lang','file','M'),(39082,2,14064,'/module/user/lang/vi.php','/module/user/lang','file','M'),(39083,2,14064,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39084,2,14064,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(39085,2,14064,'/module/user/model.php','/module/user','file','M'),(39086,2,14064,'/module/user/view/bug.html.php','/module/user/view','file','M'),(39087,2,14064,'/module/user/view/dynamic.html.php','/module/user/view','file','M'),(39088,2,14064,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(39089,2,14064,'/module/user/view/profile.html.php','/module/user/view','file','M'),(39090,2,14064,'/module/user/view/project.html.php','/module/user/view','file','D'),(39091,2,14064,'/module/user/view/story.html.php','/module/user/view','file','M'),(39092,2,14064,'/module/user/view/task.html.php','/module/user/view','file','M'),(39093,2,14064,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(39094,2,14064,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(39095,2,14064,'/module/user/view/todo.html.php','/module/user/view','file','M'),(39096,2,14065,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39097,2,14065,'/module/program/control.php','/module/program','file','M'),(39098,2,14065,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39099,2,14066,'/module/common/view/header.html.php','/module/common/view','file','M'),(39100,2,14067,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(39101,2,14068,'/module/common/lang/de.php','/module/common/lang','file','M'),(39102,2,14068,'/module/common/lang/en.php','/module/common/lang','file','M'),(39103,2,14068,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39104,2,14068,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39105,2,14068,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39106,2,14068,'/module/common/model.php','/module/common','file','M'),(39107,2,14068,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39108,2,14068,'/module/my/control.php','/module/my','file','M'),(39109,2,14068,'/module/my/lang/de.php','/module/my/lang','file','M'),(39110,2,14068,'/module/my/lang/en.php','/module/my/lang','file','M'),(39111,2,14068,'/module/my/lang/fr.php','/module/my/lang','file','M'),(39112,2,14068,'/module/my/lang/vi.php','/module/my/lang','file','M'),(39113,2,14068,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(39114,2,14068,'/module/my/view/preference.html.php','/module/my/view','file','A'),(39115,2,14069,'/module/project/view/all.html.php','/module/project/view','file','M'),(39116,2,14070,'/module/user/view/execution.html.php','/module/user/view','file','A'),(39117,2,14070,'/module/user/view/issue.html.php','/module/user/view','file','A'),(39118,2,14070,'/module/user/view/risk.html.php','/module/user/view','file','A'),(39119,2,14071,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39120,2,14073,'/module/product/control.php','/module/product','file','M'),(39121,2,14073,'/module/product/js/edit.js','/module/product/js','file','A'),(39122,2,14073,'/module/product/lang/de.php','/module/product/lang','file','M'),(39123,2,14073,'/module/product/lang/en.php','/module/product/lang','file','M'),(39124,2,14073,'/module/product/lang/fr.php','/module/product/lang','file','M'),(39125,2,14073,'/module/product/lang/vi.php','/module/product/lang','file','M'),(39126,2,14073,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(39127,2,14073,'/module/product/model.php','/module/product','file','M'),(39128,2,14073,'/module/product/view/edit.html.php','/module/product/view','file','M'),(39129,2,14074,'/module/doc/control.php','/module/doc','file','M'),(39130,2,14074,'/module/index/js/index.js','/module/index/js','file','M'),(39131,2,14075,'/module/programplan/control.php','/module/programplan','file','M'),(39132,2,14075,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(39133,2,14076,'/module/product/control.php','/module/product','file','M'),(39134,2,14076,'/module/product/js/edit.js','/module/product/js','file','M'),(39135,2,14076,'/module/product/model.php','/module/product','file','M'),(39136,2,14077,'/module/common/model.php','/module/common','file','M'),(39137,2,14077,'/module/program/control.php','/module/program','file','M'),(39138,2,14077,'/module/program/model.php','/module/program','file','M'),(39139,2,14077,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39140,2,14077,'/module/program/view/pgmproject.html.php','/module/program/view','file','M'),(39141,2,14077,'/module/program/view/prjbrowse.html.php','/module/program/view','file','M'),(39142,2,14077,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(39143,2,14078,'/config/zentaopms.php','/config','file','M'),(39144,2,14078,'/module/custom/control.php','/module/custom','file','M'),(39145,2,14078,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(39146,2,14078,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(39147,2,14078,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(39148,2,14078,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(39149,2,14078,'/module/story/model.php','/module/story','file','M'),(39150,2,14080,'/module/custom/control.php','/module/custom','file','M'),(39151,2,14081,'/db/update20.0.beta3.sql','/db','file','M'),(39152,2,14081,'/framework/router.class.php','/framework','file','M'),(39153,2,14081,'/module/action/lang/de.php','/module/action/lang','file','M'),(39154,2,14081,'/module/action/lang/en.php','/module/action/lang','file','M'),(39155,2,14081,'/module/action/lang/fr.php','/module/action/lang','file','M'),(39156,2,14081,'/module/action/lang/vi.php','/module/action/lang','file','M'),(39157,2,14081,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(39158,2,14081,'/module/action/lang/zh-tw.php','/module/action/lang','file','M'),(39159,2,14081,'/module/action/model.php','/module/action','file','M'),(39160,2,14081,'/module/block/view/productstatisticblock.html.php','/module/block/view','file','M'),(39161,2,14081,'/module/bug/lang/zh-cn.php','/module/bug/lang','file','M'),(39162,2,14081,'/module/bug/lang/zh-tw.php','/module/bug/lang','file','M'),(39163,2,14081,'/module/build/lang/de.php','/module/build/lang','file','M'),(39164,2,14081,'/module/build/lang/en.php','/module/build/lang','file','M'),(39165,2,14081,'/module/build/lang/fr.php','/module/build/lang','file','M'),(39166,2,14081,'/module/build/lang/vi.php','/module/build/lang','file','M'),(39167,2,14081,'/module/build/lang/zh-cn.php','/module/build/lang','file','M'),(39168,2,14081,'/module/build/lang/zh-tw.php','/module/build/lang','file','M'),(39169,2,14081,'/module/common/lang/de.php','/module/common/lang','file','M'),(39170,2,14081,'/module/common/lang/en.php','/module/common/lang','file','M'),(39171,2,14081,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39172,2,14081,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39173,2,14081,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39174,2,14081,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39175,2,14081,'/module/convert/lang/zh-cn.php','/module/convert/lang','file','M'),(39176,2,14081,'/module/convert/lang/zh-tw.php','/module/convert/lang','file','M'),(39177,2,14081,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(39178,2,14081,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(39179,2,14081,'/module/design/lang/de.php','/module/design/lang','file','M'),(39180,2,14081,'/module/design/lang/en.php','/module/design/lang','file','M'),(39181,2,14081,'/module/design/lang/fr.php','/module/design/lang','file','M'),(39182,2,14081,'/module/design/lang/vi.php','/module/design/lang','file','M'),(39183,2,14081,'/module/design/lang/zh-cn.php','/module/design/lang','file','M'),(39184,2,14081,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(39185,2,14081,'/module/dev/lang/zh-tw.php','/module/dev/lang','file','M'),(39186,2,14081,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39187,2,14081,'/module/misc/lang/zh-cn.php','/module/misc/lang','file','M'),(39188,2,14081,'/module/misc/lang/zh-tw.php','/module/misc/lang','file','M'),(39189,2,14081,'/module/my/control.php','/module/my','file','M'),(39190,2,14081,'/module/my/lang/de.php','/module/my/lang','file','M'),(39191,2,14081,'/module/my/lang/en.php','/module/my/lang','file','M'),(39192,2,14081,'/module/my/lang/fr.php','/module/my/lang','file','M'),(39193,2,14081,'/module/my/lang/vi.php','/module/my/lang','file','M'),(39194,2,14081,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(39195,2,14081,'/module/my/lang/zh-tw.php','/module/my/lang','file','M'),(39196,2,14081,'/module/my/view/setstoryconcept.html.php','/module/my/view','file','D'),(39197,2,14081,'/module/my/view/story.html.php','/module/my/view','file','M'),(39198,2,14081,'/module/product/control.php','/module/product','file','M'),(39199,2,14081,'/module/product/lang/de.php','/module/product/lang','file','M'),(39200,2,14081,'/module/product/lang/en.php','/module/product/lang','file','M'),(39201,2,14081,'/module/product/lang/fr.php','/module/product/lang','file','M'),(39202,2,14081,'/module/product/lang/vi.php','/module/product/lang','file','M'),(39203,2,14081,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(39204,2,14081,'/module/product/lang/zh-tw.php','/module/product/lang','file','M'),(39205,2,14081,'/module/product/model.php','/module/product','file','M'),(39206,2,14081,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39207,2,14081,'/module/product/view/create.html.php','/module/product/view','file','M'),(39208,2,14081,'/module/product/view/edit.html.php','/module/product/view','file','M'),(39209,2,14081,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(39210,2,14081,'/module/productplan/lang/zh-tw.php','/module/productplan/lang','file','M'),(39211,2,14081,'/module/program/lang/de.php','/module/program/lang','file','M'),(39212,2,14081,'/module/program/lang/en.php','/module/program/lang','file','M'),(39213,2,14081,'/module/program/lang/fr.php','/module/program/lang','file','M'),(39214,2,14081,'/module/program/lang/vi.php','/module/program/lang','file','M'),(39215,2,14081,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39216,2,14081,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(39217,2,14081,'/module/program/model.php','/module/program','file','M'),(39218,2,14081,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(39219,2,14081,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(39220,2,14081,'/module/project/lang/de.php','/module/project/lang','file','M'),(39221,2,14081,'/module/project/lang/en.php','/module/project/lang','file','M'),(39222,2,14081,'/module/project/lang/fr.php','/module/project/lang','file','M'),(39223,2,14081,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39224,2,14081,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(39225,2,14081,'/module/project/model.php','/module/project','file','M'),(39226,2,14081,'/module/project/view/story.html.php','/module/project/view','file','M'),(39227,2,14081,'/module/projectrelease/lang/de.php','/module/projectrelease/lang','file','M'),(39228,2,14081,'/module/projectrelease/lang/en.php','/module/projectrelease/lang','file','M'),(39229,2,14081,'/module/projectrelease/lang/fr.php','/module/projectrelease/lang','file','M'),(39230,2,14081,'/module/projectrelease/lang/vi.php','/module/projectrelease/lang','file','M'),(39231,2,14081,'/module/projectrelease/lang/zh-cn.php','/module/projectrelease/lang','file','M'),(39232,2,14081,'/module/projectrelease/lang/zh-tw.php','/module/projectrelease/lang','file','M'),(39233,2,14081,'/module/projectstory/control.php','/module/projectstory','file','M'),(39234,2,14081,'/module/release/lang/zh-cn.php','/module/release/lang','file','M'),(39235,2,14081,'/module/release/lang/zh-tw.php','/module/release/lang','file','M'),(39236,2,14081,'/module/report/lang/en.php','/module/report/lang','file','M'),(39237,2,14081,'/module/report/lang/vi.php','/module/report/lang','file','M'),(39238,2,14081,'/module/report/lang/zh-cn.php','/module/report/lang','file','M'),(39239,2,14081,'/module/report/lang/zh-tw.php','/module/report/lang','file','M'),(39240,2,14081,'/module/score/lang/zh-cn.php','/module/score/lang','file','M'),(39241,2,14081,'/module/score/lang/zh-tw.php','/module/score/lang','file','M'),(39242,2,14081,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(39243,2,14081,'/module/search/lang/zh-tw.php','/module/search/lang','file','M'),(39244,2,14081,'/module/story/lang/de.php','/module/story/lang','file','M'),(39245,2,14081,'/module/story/lang/en.php','/module/story/lang','file','M'),(39246,2,14081,'/module/story/lang/fr.php','/module/story/lang','file','M'),(39247,2,14081,'/module/story/lang/vi.php','/module/story/lang','file','M'),(39248,2,14081,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(39249,2,14081,'/module/story/lang/zh-tw.php','/module/story/lang','file','M'),(39250,2,14081,'/module/story/model.php','/module/story','file','M'),(39251,2,14081,'/module/task/lang/zh-cn.php','/module/task/lang','file','M'),(39252,2,14081,'/module/task/lang/zh-tw.php','/module/task/lang','file','M'),(39253,2,14081,'/module/testcase/lang/zh-cn.php','/module/testcase/lang','file','M'),(39254,2,14081,'/module/testcase/lang/zh-tw.php','/module/testcase/lang','file','M'),(39255,2,14081,'/module/testreport/lang/zh-cn.php','/module/testreport/lang','file','M'),(39256,2,14081,'/module/testreport/lang/zh-tw.php','/module/testreport/lang','file','M'),(39257,2,14081,'/module/testtask/lang/zh-cn.php','/module/testtask/lang','file','M'),(39258,2,14081,'/module/testtask/lang/zh-tw.php','/module/testtask/lang','file','M'),(39259,2,14081,'/module/todo/lang/zh-cn.php','/module/todo/lang','file','M'),(39260,2,14081,'/module/todo/lang/zh-tw.php','/module/todo/lang','file','M'),(39261,2,14081,'/module/tree/lang/zh-cn.php','/module/tree/lang','file','M'),(39262,2,14081,'/module/tree/lang/zh-tw.php','/module/tree/lang','file','M'),(39263,2,14081,'/module/tutorial/lang/zh-cn.php','/module/tutorial/lang','file','M'),(39264,2,14081,'/module/tutorial/lang/zh-tw.php','/module/tutorial/lang','file','M'),(39265,2,14081,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39266,2,14081,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(39267,2,14082,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39268,2,14082,'/module/program/control.php','/module/program','file','M'),(39269,2,14082,'/module/program/model.php','/module/program','file','M'),(39270,2,14082,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39271,2,14083,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(39272,2,14084,'/module/risk/js/common.js','/module/risk/js','file','M'),(39273,2,14084,'/module/risk/view/create.html.php','/module/risk/view','file','M'),(39274,2,14084,'/module/risk/view/edit.html.php','/module/risk/view','file','M'),(39275,2,14085,'/db/update20.0.beta3.sql','/db','file','M'),(39276,2,14085,'/module/custom/control.php','/module/custom','file','M'),(39277,2,14085,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(39278,2,14085,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(39279,2,14085,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(39280,2,14085,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(39281,2,14085,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(39282,2,14085,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(39283,2,14085,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(39284,2,14085,'/module/program/lang/de.php','/module/program/lang','file','M'),(39285,2,14085,'/module/program/lang/en.php','/module/program/lang','file','M'),(39286,2,14085,'/module/program/lang/fr.php','/module/program/lang','file','M'),(39287,2,14085,'/module/program/lang/vi.php','/module/program/lang','file','M'),(39288,2,14085,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39289,2,14085,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(39290,2,14087,'/module/program/model.php','/module/program','file','M'),(39291,2,14088,'/module/action/model.php','/module/action','file','M'),(39292,2,14089,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39293,2,14089,'/module/upgrade/model.php','/module/upgrade','file','M'),(39294,2,14089,'/module/user/lang/de.php','/module/user/lang','file','M'),(39295,2,14089,'/module/user/lang/en.php','/module/user/lang','file','M'),(39296,2,14089,'/module/user/lang/fr.php','/module/user/lang','file','M'),(39297,2,14089,'/module/user/lang/vi.php','/module/user/lang','file','M'),(39298,2,14089,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39299,2,14089,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(39300,2,14089,'/module/user/view/featurebar.html.php','/module/user/view','file','M'),(39301,2,14090,'/module/common/lang/de.php','/module/common/lang','file','M'),(39302,2,14090,'/module/common/lang/en.php','/module/common/lang','file','M'),(39303,2,14090,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39304,2,14090,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39305,2,14090,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39306,2,14090,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39307,2,14090,'/module/my/control.php','/module/my','file','M'),(39308,2,14090,'/module/my/js/common.js','/module/my/js','file','M'),(39309,2,14090,'/module/my/view/requirement.html.php','/module/my/view','file','A'),(39310,2,14090,'/module/my/view/story.html.php','/module/my/view','file','M'),(39311,2,14092,'/config/filter.php','/config','file','M'),(39312,2,14092,'/framework/router.class.php','/framework','file','M'),(39313,2,14092,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39314,2,14092,'/module/common/model.php','/module/common','file','M'),(39315,2,14092,'/module/custom/control.php','/module/custom','file','M'),(39316,2,14092,'/module/index/css/index.css','/module/index/css','file','M'),(39317,2,14092,'/module/my/control.php','/module/my','file','M'),(39318,2,14092,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(39319,2,14092,'/module/my/view/preference.html.php','/module/my/view','file','M'),(39320,2,14092,'/module/product/control.php','/module/product','file','M'),(39321,2,14092,'/module/program/control.php','/module/program','file','M'),(39322,2,14092,'/module/project/control.php','/module/project','file','M'),(39323,2,14092,'/module/project/model.php','/module/project','file','M'),(39324,2,14092,'/module/project/view/task.html.php','/module/project/view','file','M'),(39325,2,14093,'/module/program/control.php','/module/program','file','M'),(39326,2,14093,'/module/program/model.php','/module/program','file','M'),(39327,2,14094,'/module/todo/js/view.js','/module/todo/js','file','M'),(39328,2,14094,'/module/user/control.php','/module/user','file','M'),(39329,2,14094,'/module/user/view/bug.html.php','/module/user/view','file','M'),(39330,2,14094,'/module/user/view/task.html.php','/module/user/view','file','M'),(39331,2,14094,'/module/user/view/testcase.html.php','/module/user/view','file','M'),(39332,2,14094,'/module/user/view/testtask.html.php','/module/user/view','file','M'),(39333,2,14095,'/module/block/view/waterfallriskblock.html.php','/module/block/view','file','M'),(39334,2,14095,'/module/my/view/risk.html.php','/module/my/view','file','M'),(39335,2,14095,'/module/user/view/risk.html.php','/module/user/view','file','M'),(39336,2,14096,'/module/my/view/team.html.php','/module/my/view','file','M'),(39337,2,14096,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(39338,2,14096,'/module/user/lang/de.php','/module/user/lang','file','M'),(39339,2,14096,'/module/user/lang/en.php','/module/user/lang','file','M'),(39340,2,14096,'/module/user/lang/fr.php','/module/user/lang','file','M'),(39341,2,14096,'/module/user/lang/vi.php','/module/user/lang','file','M'),(39342,2,14096,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39343,2,14096,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(39344,2,14096,'/module/user/view/execution.html.php','/module/user/view','file','M'),(39345,2,14097,'/module/issue/control.php','/module/issue','file','M'),(39346,2,14097,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(39347,2,14097,'/module/user/control.php','/module/user','file','M'),(39348,2,14097,'/module/user/view/execution.html.php','/module/user/view','file','M'),(39349,2,14098,'/module/product/js/edit.js','/module/product/js','file','M'),(39350,2,14098,'/module/product/lang/de.php','/module/product/lang','file','M'),(39351,2,14098,'/module/product/lang/en.php','/module/product/lang','file','M'),(39352,2,14098,'/module/product/lang/fr.php','/module/product/lang','file','M'),(39353,2,14098,'/module/product/lang/vi.php','/module/product/lang','file','M'),(39354,2,14098,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(39355,2,14100,'/module/doc/control.php','/module/doc','file','M'),(39356,2,14100,'/module/doc/model.php','/module/doc','file','M'),(39357,2,14100,'/module/doc/view/alllibs.html.php','/module/doc/view','file','M'),(39358,2,14100,'/module/doc/view/alllibsbylist.html.php','/module/doc/view','file','M'),(39359,2,14100,'/module/doc/view/browse.html.php','/module/doc/view','file','M'),(39360,2,14100,'/module/doc/view/browsebygrid.html.php','/module/doc/view','file','M'),(39361,2,14100,'/module/doc/view/create.html.php','/module/doc/view','file','M'),(39362,2,14100,'/module/doc/view/edit.html.php','/module/doc/view','file','M'),(39363,2,14100,'/module/doc/view/index.html.php','/module/doc/view','file','M'),(39364,2,14100,'/module/doc/view/objectlibs.html.php','/module/doc/view','file','M'),(39365,2,14100,'/module/doc/view/objectlibsbylist.html.php','/module/doc/view','file','M'),(39366,2,14100,'/module/doc/view/showfiles.html.php','/module/doc/view','file','M'),(39367,2,14100,'/module/doc/view/view.html.php','/module/doc/view','file','M'),(39368,2,14100,'/module/index/js/index.js','/module/index/js','file','M'),(39369,2,14100,'/module/tree/control.php','/module/tree','file','M'),(39370,2,14100,'/sdk/php/zentao.php','/sdk/php','file','M'),(39371,2,14102,'/module/bug/control.php','/module/bug','file','M'),(39372,2,14102,'/module/story/control.php','/module/story','file','M'),(39373,2,14102,'/module/task/control.php','/module/task','file','M'),(39374,2,14103,'/module/project/js/task.js','/module/project/js','file','M'),(39375,2,14104,'/module/project/control.php','/module/project','file','M'),(39376,2,14105,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(39377,2,14105,'/module/story/view/create.html.php','/module/story/view','file','M'),(39378,2,14105,'/module/task/view/create.html.php','/module/task/view','file','M'),(39379,2,14106,'/module/project/control.php','/module/project','file','M'),(39380,2,14108,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39381,2,14108,'/module/personnel/control.php','/module/personnel','file','M'),(39382,2,14108,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(39383,2,14108,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(39384,2,14108,'/module/personnel/view/whitelist.html.php','/module/personnel/view','file','M'),(39385,2,14108,'/module/program/control.php','/module/program','file','M'),(39386,2,14108,'/module/program/model.php','/module/program','file','M'),(39387,2,14108,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39388,2,14109,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(39389,2,14109,'/module/my/view/story.html.php','/module/my/view','file','M'),(39390,2,14111,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(39391,2,14111,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(39392,2,14111,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(39393,2,14111,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(39394,2,14111,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(39395,2,14111,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(39396,2,14111,'/module/programplan/model.php','/module/programplan','file','M'),(39397,2,14111,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(39398,2,14112,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(39399,2,14112,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(39400,2,14112,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(39401,2,14112,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(39402,2,14113,'/module/task/view/create.html.php','/module/task/view','file','M'),(39403,2,14114,'/module/common/lang/de.php','/module/common/lang','file','M'),(39404,2,14114,'/module/common/lang/en.php','/module/common/lang','file','M'),(39405,2,14114,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39406,2,14114,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39407,2,14114,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39408,2,14115,'/module/program/css/pgmproduct.css','/module/program/css','file','M'),(39409,2,14116,'/module/block/view/waterfallriskblock.html.php','/module/block/view','file','M'),(39410,2,14116,'/module/my/view/risk.html.php','/module/my/view','file','M'),(39411,2,14116,'/module/risk/js/common.js','/module/risk/js','file','M'),(39412,2,14116,'/module/risk/view/browse.html.php','/module/risk/view','file','M'),(39413,2,14116,'/module/user/view/risk.html.php','/module/user/view','file','M'),(39414,2,14118,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39415,2,14118,'/module/custom/control.php','/module/custom','file','M'),(39416,2,14118,'/module/custom/view/browsestoryconcept.html.php','/module/custom/view','file','M'),(39417,2,14118,'/module/my/view/preference.html.php','/module/my/view','file','M'),(39418,2,14119,'/module/user/view/deny.html.php','/module/user/view','file','M'),(39419,2,14120,'/module/common/lang/de.php','/module/common/lang','file','M'),(39420,2,14120,'/module/common/lang/en.php','/module/common/lang','file','M'),(39421,2,14120,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39422,2,14120,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39423,2,14120,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39424,2,14120,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39425,2,14120,'/module/datatable/config.php','/module/datatable','file','M'),(39426,2,14120,'/module/product/control.php','/module/product','file','M'),(39427,2,14120,'/module/product/js/browse.js','/module/product/js','file','M'),(39428,2,14120,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39429,2,14120,'/module/project/control.php','/module/project','file','M'),(39430,2,14120,'/module/project/model.php','/module/project','file','M'),(39431,2,14120,'/module/project/view/story.html.php','/module/project/view','file','M'),(39432,2,14120,'/module/projectstory/control.php','/module/projectstory','file','M'),(39433,2,14120,'/module/projectstory/lang/de.php','/module/projectstory/lang','file','M'),(39434,2,14120,'/module/projectstory/lang/en.php','/module/projectstory/lang','file','M'),(39435,2,14120,'/module/projectstory/lang/fr.php','/module/projectstory/lang','file','M'),(39436,2,14120,'/module/projectstory/lang/vi.php','/module/projectstory/lang','file','M'),(39437,2,14120,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(39438,2,14120,'/module/projectstory/lang/zh-tw.php','/module/projectstory/lang','file','M'),(39439,2,14120,'/module/story/control.php','/module/story','file','M'),(39440,2,14120,'/module/story/js/common.js','/module/story/js','file','M'),(39441,2,14120,'/module/story/model.php','/module/story','file','M'),(39442,2,14120,'/module/story/view/batchcreate.html.php','/module/story/view','file','M'),(39443,2,14120,'/module/story/view/create.html.php','/module/story/view','file','M'),(39444,2,14121,'/www/theme/zui/css/min.css','/www/theme/zui/css','file','M'),(39445,2,14122,'/module/program/control.php','/module/program','file','M'),(39446,2,14123,'/module/product/css/all.css','/module/product/css','file','M'),(39447,2,14124,'/module/program/control.php','/module/program','file','M'),(39448,2,14124,'/module/program/js/common.js','/module/program/js','file','M'),(39449,2,14124,'/module/program/model.php','/module/program','file','M'),(39450,2,14124,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(39451,2,14124,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(39452,2,14125,'/module/product/control.php','/module/product','file','M'),(39453,2,14126,'/module/story/model.php','/module/story','file','M'),(39454,2,14127,'/module/common/lang/de.php','/module/common/lang','file','M'),(39455,2,14127,'/module/common/lang/en.php','/module/common/lang','file','M'),(39456,2,14127,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39457,2,14127,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39458,2,14127,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39459,2,14127,'/module/my/control.php','/module/my','file','M'),(39460,2,14127,'/module/my/js/common.js','/module/my/js','file','M'),(39461,2,14127,'/module/my/view/testcase.html.php','/module/my/view','file','M'),(39462,2,14127,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(39463,2,14129,'/module/story/config.php','/module/story','file','M'),(39464,2,14129,'/module/story/model.php','/module/story','file','M'),(39465,2,14130,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39466,2,14132,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39467,2,14133,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(39468,2,14133,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(39469,2,14134,'/module/task/model.php','/module/task','file','M'),(39470,2,14135,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39471,2,14136,'/module/product/control.php','/module/product','file','M'),(39472,2,14138,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39473,2,14140,'/framework/router.class.php','/framework','file','M'),(39474,2,14140,'/module/program/config.php','/module/program','file','M'),(39475,2,14140,'/module/program/model.php','/module/program','file','M'),(39476,2,14140,'/module/story/model.php','/module/story','file','M'),(39477,2,14140,'/module/task/config.php','/module/task','file','M'),(39478,2,14140,'/module/task/model.php','/module/task','file','M'),(39479,2,14141,'/module/programplan/view/create.html.php','/module/programplan/view','file','M'),(39480,2,14142,'/module/product/lang/de.php','/module/product/lang','file','M'),(39481,2,14142,'/module/product/lang/en.php','/module/product/lang','file','M'),(39482,2,14142,'/module/product/lang/fr.php','/module/product/lang','file','M'),(39483,2,14142,'/module/product/lang/vi.php','/module/product/lang','file','M'),(39484,2,14142,'/module/product/lang/zh-cn.php','/module/product/lang','file','M'),(39485,2,14144,'/module/project/view/story.html.php','/module/project/view','file','M'),(39486,2,14144,'/module/story/model.php','/module/story','file','M'),(39487,2,14145,'/module/my/view/requirement.html.php','/module/my/view','file','M'),(39488,2,14145,'/module/my/view/story.html.php','/module/my/view','file','M'),(39489,2,14146,'/module/block/view/programblock.html.php','/module/block/view','file','M'),(39490,2,14146,'/module/block/view/storyblock.html.php','/module/block/view','file','M'),(39491,2,14146,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(39492,2,14146,'/module/my/view/task.html.php','/module/my/view','file','M'),(39493,2,14146,'/module/productplan/view/linkstory.html.php','/module/productplan/view','file','M'),(39494,2,14146,'/module/productplan/view/view.html.php','/module/productplan/view','file','M'),(39495,2,14146,'/module/release/view/linkstory.html.php','/module/release/view','file','M'),(39496,2,14146,'/module/release/view/view.html.php','/module/release/view','file','M'),(39497,2,14147,'/module/programplan/model.php','/module/programplan','file','M'),(39498,2,14148,'/module/my/view/team.html.php','/module/my/view','file','M'),(39499,2,14149,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39500,2,14150,'/module/project/view/all.html.php','/module/project/view','file','M'),(39501,2,14151,'/module/program/model.php','/module/program','file','M'),(39502,2,14152,'/module/project/view/story.html.php','/module/project/view','file','M'),(39503,2,14152,'/module/story/control.php','/module/story','file','M'),(39504,2,14152,'/module/story/model.php','/module/story','file','M'),(39505,2,14154,'/module/group/view/create.html.php','/module/group/view','file','M'),(39506,2,14154,'/module/program/model.php','/module/program','file','M'),(39507,2,14155,'/module/program/model.php','/module/program','file','M'),(39508,2,14156,'/module/program/control.php','/module/program','file','M'),(39509,2,14156,'/module/program/lang/de.php','/module/program/lang','file','M'),(39510,2,14156,'/module/program/lang/en.php','/module/program/lang','file','M'),(39511,2,14156,'/module/program/lang/fr.php','/module/program/lang','file','M'),(39512,2,14156,'/module/program/lang/vi.php','/module/program/lang','file','M'),(39513,2,14156,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39514,2,14156,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(39515,2,14156,'/module/program/model.php','/module/program','file','M'),(39516,2,14156,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(39517,2,14156,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(39518,2,14157,'/module/program/control.php','/module/program','file','M'),(39519,2,14157,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(39520,2,14157,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(39521,2,14158,'/module/story/control.php','/module/story','file','M'),(39522,2,14158,'/module/story/model.php','/module/story','file','M'),(39523,2,14160,'/module/product/control.php','/module/product','file','M'),(39524,2,14160,'/module/projectstory/control.php','/module/projectstory','file','M'),(39525,2,14160,'/module/story/model.php','/module/story','file','M'),(39526,2,14162,'/module/program/control.php','/module/program','file','M'),(39527,2,14162,'/module/program/model.php','/module/program','file','M'),(39528,2,14162,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(39529,2,14162,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(39530,2,14162,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(39531,2,14162,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(39532,2,14163,'/module/product/control.php','/module/product','file','M'),(39533,2,14165,'/module/group/view/edit.html.php','/module/group/view','file','M'),(39534,2,14166,'/module/custom/control.php','/module/custom','file','M'),(39535,2,14166,'/module/custom/js/set.js','/module/custom/js','file','M'),(39536,2,14166,'/module/custom/lang/de.php','/module/custom/lang','file','M'),(39537,2,14166,'/module/custom/lang/en.php','/module/custom/lang','file','M'),(39538,2,14166,'/module/custom/lang/fr.php','/module/custom/lang','file','M'),(39539,2,14166,'/module/custom/lang/vi.php','/module/custom/lang','file','M'),(39540,2,14166,'/module/custom/lang/zh-cn.php','/module/custom/lang','file','M'),(39541,2,14166,'/module/custom/lang/zh-tw.php','/module/custom/lang','file','M'),(39542,2,14166,'/module/custom/view/set.html.php','/module/custom/view','file','M'),(39543,2,14168,'/module/program/control.php','/module/program','file','M'),(39544,2,14168,'/module/program/model.php','/module/program','file','M'),(39545,2,14169,'/module/index/js/index.js','/module/index/js','file','M'),(39546,2,14170,'/module/custom/control.php','/module/custom','file','M'),(39547,2,14170,'/module/custom/view/estimate.html.php','/module/custom/view','file','M'),(39548,2,14172,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39549,2,14173,'/module/story/model.php','/module/story','file','M'),(39550,2,14175,'/module/product/control.php','/module/product','file','M'),(39551,2,14176,'/module/programplan/lang/de.php','/module/programplan/lang','file','M'),(39552,2,14176,'/module/programplan/lang/en.php','/module/programplan/lang','file','M'),(39553,2,14176,'/module/programplan/lang/fr.php','/module/programplan/lang','file','M'),(39554,2,14176,'/module/programplan/lang/vi.php','/module/programplan/lang','file','M'),(39555,2,14176,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(39556,2,14176,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(39557,2,14176,'/module/programplan/view/edit.html.php','/module/programplan/view','file','M'),(39558,2,14176,'/module/project/model.php','/module/project','file','M'),(39559,2,14177,'/module/project/view/story.html.php','/module/project/view','file','M'),(39560,2,14178,'/module/project/control.php','/module/project','file','M'),(39561,2,14178,'/module/project/lang/de.php','/module/project/lang','file','M'),(39562,2,14178,'/module/project/lang/en.php','/module/project/lang','file','M'),(39563,2,14178,'/module/project/lang/fr.php','/module/project/lang','file','M'),(39564,2,14178,'/module/project/lang/vi.php','/module/project/lang','file','M'),(39565,2,14178,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39566,2,14178,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(39567,2,14179,'/db/update20.0.beta3.sql','/db','file','M'),(39568,2,14179,'/db/zentao.sql','/db','file','M'),(39569,2,14179,'/lib/phpthumb/GdThumb.inc.php','/lib/phpthumb','file','A'),(39570,2,14179,'/lib/phpthumb/PhpThumb.inc.php','/lib/phpthumb','file','A'),(39571,2,14179,'/lib/phpthumb/ThumbBase.inc.php','/lib/phpthumb','file','A'),(39572,2,14179,'/lib/phpthumb/phpthumb.class.php','/lib/phpthumb','file','A'),(39573,2,14179,'/lib/phpthumb/thumb_plugins/gd_reflection.inc.php','/lib/phpthumb/thumb_plugins','file','A'),(39574,2,14179,'/module/common/model.php','/module/common','file','M'),(39575,2,14179,'/module/file/model.php','/module/file','file','M'),(39576,2,14179,'/module/my/control.php','/module/my','file','M'),(39577,2,14179,'/module/my/css/profile.css','/module/my/css','file','M'),(39578,2,14179,'/module/my/js/profile.js','/module/my/js','file','A'),(39579,2,14179,'/module/my/lang/de.php','/module/my/lang','file','M'),(39580,2,14179,'/module/my/lang/en.php','/module/my/lang','file','M'),(39581,2,14179,'/module/my/lang/fr.php','/module/my/lang','file','M'),(39582,2,14179,'/module/my/lang/vi.php','/module/my/lang','file','M'),(39583,2,14179,'/module/my/lang/zh-cn.php','/module/my/lang','file','M'),(39584,2,14179,'/module/my/view/profile.html.php','/module/my/view','file','M'),(39585,2,14179,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39586,2,14179,'/module/user/control.php','/module/user','file','M'),(39587,2,14179,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39588,2,14179,'/module/user/model.php','/module/user','file','M'),(39589,2,14179,'/module/user/view/cropavatar.html.php','/module/user/view','file','A'),(39590,2,14180,'/www/js/zui/imgcutter/min.css','/www/js/zui/imgcutter','file','A'),(39591,2,14180,'/www/js/zui/imgcutter/min.js','/www/js/zui/imgcutter','file','A'),(39592,2,14181,'/module/project/model.php','/module/project','file','M'),(39593,2,14183,'/module/action/lang/zh-cn.php','/module/action/lang','file','M'),(39594,2,14183,'/module/action/model.php','/module/action','file','M'),(39595,2,14183,'/module/project/control.php','/module/project','file','M'),(39596,2,14183,'/module/project/model.php','/module/project','file','M'),(39597,2,14183,'/module/story/control.php','/module/story','file','M'),(39598,2,14183,'/module/story/lang/zh-cn.php','/module/story/lang','file','M'),(39599,2,14185,'/module/story/control.php','/module/story','file','M'),(39600,2,14185,'/module/story/model.php','/module/story','file','M'),(39601,2,14187,'/module/common/model.php','/module/common','file','M'),(39602,2,14187,'/module/my/view/profile.html.php','/module/my/view','file','M'),(39603,2,14187,'/module/user/view/cropavatar.html.php','/module/user/view','file','M'),(39604,2,14188,'/module/my/control.php','/module/my','file','M'),(39605,2,14188,'/module/my/view/profile.html.php','/module/my/view','file','M'),(39606,2,14188,'/module/my/view/project.html.php','/module/my/view','file','M'),(39607,2,14188,'/module/user/control.php','/module/user','file','M'),(39608,2,14190,'/module/action/lang/de.php','/module/action/lang','file','M'),(39609,2,14190,'/module/action/lang/en.php','/module/action/lang','file','M'),(39610,2,14190,'/module/action/lang/fr.php','/module/action/lang','file','M'),(39611,2,14190,'/module/action/lang/vi.php','/module/action/lang','file','M'),(39612,2,14190,'/module/story/control.php','/module/story','file','M'),(39613,2,14190,'/module/story/lang/de.php','/module/story/lang','file','M'),(39614,2,14190,'/module/story/lang/en.php','/module/story/lang','file','M'),(39615,2,14190,'/module/story/lang/fr.php','/module/story/lang','file','M'),(39616,2,14190,'/module/story/lang/vi.php','/module/story/lang','file','M'),(39617,2,14192,'/module/story/js/track.js','/module/story/js','file','A'),(39618,2,14194,'/module/project/view/story.html.php','/module/project/view','file','M'),(39619,2,14196,'/module/story/control.php','/module/story','file','M'),(39620,2,14196,'/module/story/model.php','/module/story','file','M'),(39621,2,14197,'/module/product/control.php','/module/product','file','M'),(39622,2,14197,'/module/product/view/project.html.php','/module/product/view','file','M'),(39623,2,14197,'/module/program/control.php','/module/program','file','M'),(39624,2,14197,'/module/program/model.php','/module/program','file','M'),(39625,2,14197,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39626,2,14198,'/module/common/lang/de.php','/module/common/lang','file','M'),(39627,2,14198,'/module/common/lang/en.php','/module/common/lang','file','M'),(39628,2,14198,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39629,2,14198,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39630,2,14198,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39631,2,14198,'/module/common/lang/zh-tw.php','/module/common/lang','file','M'),(39632,2,14198,'/module/custom/control.php','/module/custom','file','M'),(39633,2,14200,'/config/filter.php','/config','file','M'),(39634,2,14200,'/config/zentaopms.php','/config','file','M'),(39635,2,14200,'/db/update20.0.beta3.sql','/db','file','M'),(39636,2,14200,'/db/zentao.sql','/db','file','M'),(39637,2,14200,'/lib/spliter/spliter.class.php','/lib/spliter','file','A'),(39638,2,14200,'/module/action/model.php','/module/action','file','M'),(39639,2,14200,'/module/common/lang/de.php','/module/common/lang','file','M'),(39640,2,14200,'/module/common/lang/en.php','/module/common/lang','file','M'),(39641,2,14200,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39642,2,14200,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39643,2,14200,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39644,2,14200,'/module/common/model.php','/module/common','file','M'),(39645,2,14200,'/module/dev/config.php','/module/dev','file','M'),(39646,2,14200,'/module/dev/lang/de.php','/module/dev/lang','file','M'),(39647,2,14200,'/module/dev/lang/en.php','/module/dev/lang','file','M'),(39648,2,14200,'/module/dev/lang/fr.php','/module/dev/lang','file','M'),(39649,2,14200,'/module/dev/lang/vi.php','/module/dev/lang','file','M'),(39650,2,14200,'/module/dev/lang/zh-cn.php','/module/dev/lang','file','M'),(39651,2,14200,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39652,2,14200,'/module/index/css/index.css','/module/index/css','file','M'),(39653,2,14200,'/module/index/js/index.js','/module/index/js','file','M'),(39654,2,14200,'/module/index/view/index.html.php','/module/index/view','file','M'),(39655,2,14200,'/module/program/view/pgmproduct.html.php','/module/program/view','file','M'),(39656,2,14200,'/module/search/config.php','/module/search','file','M'),(39657,2,14200,'/module/search/control.php','/module/search','file','M'),(39658,2,14200,'/module/search/css/index.css','/module/search/css','file','A'),(39659,2,14200,'/module/search/js/buildindex.js','/module/search/js','file','A'),(39660,2,14200,'/module/search/lang/de.php','/module/search/lang','file','M'),(39661,2,14200,'/module/search/lang/en.php','/module/search/lang','file','M'),(39662,2,14200,'/module/search/lang/fr.php','/module/search/lang','file','M'),(39663,2,14200,'/module/search/lang/vi.php','/module/search/lang','file','M'),(39664,2,14200,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(39665,2,14200,'/module/search/model.php','/module/search','file','M'),(39666,2,14200,'/module/search/view/buildindex.html.php','/module/search/view','file','A'),(39667,2,14200,'/module/search/view/index.html.php','/module/search/view','file','A'),(39668,2,14200,'/module/task/control.php','/module/task','file','M'),(39669,2,14201,'/db/update20.0.beta3.sql','/db','file','M'),(39670,2,14201,'/db/zentao.sql','/db','file','M'),(39671,2,14201,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39672,2,14201,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39673,2,14202,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39674,2,14204,'/module/my/view/project.html.php','/module/my/view','file','M'),(39675,2,14204,'/module/program/control.php','/module/program','file','M'),(39676,2,14204,'/module/program/js/common.js','/module/program/js','file','M'),(39677,2,14204,'/module/program/lang/de.php','/module/program/lang','file','M'),(39678,2,14204,'/module/program/lang/en.php','/module/program/lang','file','M'),(39679,2,14204,'/module/program/lang/fr.php','/module/program/lang','file','M'),(39680,2,14204,'/module/program/lang/vi.php','/module/program/lang','file','M'),(39681,2,14204,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39682,2,14204,'/module/program/lang/zh-tw.php','/module/program/lang','file','M'),(39683,2,14204,'/module/program/model.php','/module/program','file','M'),(39684,2,14204,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39685,2,14204,'/module/program/view/pgmcreate.html.php','/module/program/view','file','M'),(39686,2,14204,'/module/program/view/pgmedit.html.php','/module/program/view','file','M'),(39687,2,14204,'/module/program/view/prjcreate.html.php','/module/program/view','file','M'),(39688,2,14204,'/module/program/view/prjedit.html.php','/module/program/view','file','M'),(39689,2,14205,'/module/programplan/lang/zh-cn.php','/module/programplan/lang','file','M'),(39690,2,14205,'/module/programplan/lang/zh-tw.php','/module/programplan/lang','file','M'),(39691,2,14205,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39692,2,14206,'/module/block/lang/zh-cn.php','/module/block/lang','file','M'),(39693,2,14206,'/module/block/view/scrumlistblock.html.php','/module/block/view','file','M'),(39694,2,14206,'/module/block/view/scrumoverviewblock.html.php','/module/block/view','file','M'),(39695,2,14206,'/module/common/model.php','/module/common','file','M'),(39696,2,14207,'/module/personnel/js/addwhitelist.js','/module/personnel/js','file','M'),(39697,2,14209,'/module/project/model.php','/module/project','file','M'),(39698,2,14211,'/module/project/model.php','/module/project','file','M'),(39699,2,14214,'/module/custom/model.php','/module/custom','file','M'),(39700,2,14215,'/module/project/control.php','/module/project','file','M'),(39701,2,14215,'/module/project/model.php','/module/project','file','M'),(39702,2,14215,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(39703,2,14217,'/module/common/lang/de.php','/module/common/lang','file','M'),(39704,2,14217,'/module/common/lang/en.php','/module/common/lang','file','M'),(39705,2,14217,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39706,2,14217,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39707,2,14217,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39708,2,14217,'/module/index/css/index.css','/module/index/css','file','M'),(39709,2,14217,'/module/issue/control.php','/module/issue','file','M'),(39710,2,14217,'/module/issue/view/view.html.php','/module/issue/view','file','M'),(39711,2,14217,'/module/risk/control.php','/module/risk','file','M'),(39712,2,14217,'/module/search/config.php','/module/search','file','M'),(39713,2,14217,'/module/search/control.php','/module/search','file','M'),(39714,2,14217,'/module/search/lang/de.php','/module/search/lang','file','M'),(39715,2,14217,'/module/search/lang/en.php','/module/search/lang','file','M'),(39716,2,14217,'/module/search/lang/fr.php','/module/search/lang','file','M'),(39717,2,14217,'/module/search/lang/vi.php','/module/search/lang','file','M'),(39718,2,14217,'/module/search/lang/zh-cn.php','/module/search/lang','file','M'),(39719,2,14217,'/module/search/model.php','/module/search','file','M'),(39720,2,14217,'/module/user/control.php','/module/user','file','M'),(39721,2,14218,'/framework/router.class.php','/framework','file','M'),(39722,2,14219,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39723,2,14220,'/framework/router.class.php','/framework','file','M'),(39724,2,14221,'/module/my/view/project.html.php','/module/my/view','file','M'),(39725,2,14221,'/module/product/view/project.html.php','/module/product/view','file','M'),(39726,2,14221,'/module/program/model.php','/module/program','file','M'),(39727,2,14221,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39728,2,14223,'/db/update20.0.beta3.sql','/db','file','M'),(39729,2,14223,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39730,2,14223,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39731,2,14223,'/module/projectstory/lang/de.php','/module/projectstory/lang','file','M'),(39732,2,14223,'/module/projectstory/lang/en.php','/module/projectstory/lang','file','M'),(39733,2,14223,'/module/projectstory/lang/fr.php','/module/projectstory/lang','file','M'),(39734,2,14223,'/module/projectstory/lang/vi.php','/module/projectstory/lang','file','M'),(39735,2,14223,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(39736,2,14223,'/module/projectstory/lang/zh-tw.php','/module/projectstory/lang','file','M'),(39737,2,14225,'/db/update20.0.beta3.sql','/db','file','M'),(39738,2,14225,'/db/zentao.sql','/db','file','M'),(39739,2,14225,'/module/upgrade/model.php','/module/upgrade','file','M'),(39740,2,14226,'/module/upgrade/model.php','/module/upgrade','file','M'),(39741,2,14227,'/module/budget/lang/de.php','/module/budget/lang','file','M'),(39742,2,14227,'/module/budget/lang/en.php','/module/budget/lang','file','M'),(39743,2,14227,'/module/budget/lang/fr.php','/module/budget/lang','file','M'),(39744,2,14227,'/module/budget/lang/vi.php','/module/budget/lang','file','M'),(39745,2,14227,'/module/budget/lang/zh-cn.php','/module/budget/lang','file','M'),(39746,2,14227,'/module/budget/lang/zh-tw.php','/module/budget/lang','file','M'),(39747,2,14228,'/module/product/control.php','/module/product','file','M'),(39748,2,14228,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39749,2,14230,'/framework/router.class.php','/framework','file','M'),(39750,2,14230,'/module/user/lang/de.php','/module/user/lang','file','M'),(39751,2,14230,'/module/user/lang/en.php','/module/user/lang','file','M'),(39752,2,14230,'/module/user/lang/fr.php','/module/user/lang','file','M'),(39753,2,14230,'/module/user/lang/vi.php','/module/user/lang','file','M'),(39754,2,14230,'/module/user/lang/zh-cn.php','/module/user/lang','file','M'),(39755,2,14230,'/module/user/lang/zh-tw.php','/module/user/lang','file','M'),(39756,2,14232,'/module/my/control.php','/module/my','file','M'),(39757,2,14232,'/module/my/view/project.html.php','/module/my/view','file','M'),(39758,2,14233,'/module/search/config.php','/module/search','file','M'),(39759,2,14233,'/module/search/model.php','/module/search','file','M'),(39760,2,14234,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39761,2,14234,'/module/common/model.php','/module/common','file','M'),(39762,2,14234,'/module/product/model.php','/module/product','file','M'),(39763,2,14234,'/module/program/config.php','/module/program','file','M'),(39764,2,14234,'/module/program/control.php','/module/program','file','M'),(39765,2,14234,'/module/program/css/prjview.css','/module/program/css','file','A'),(39766,2,14234,'/module/program/lang/zh-cn.php','/module/program/lang','file','M'),(39767,2,14234,'/module/program/model.php','/module/program','file','M'),(39768,2,14234,'/module/program/view/prjview.html.php','/module/program/view','file','A'),(39769,2,14235,'/module/task/view/create.html.php','/module/task/view','file','M'),(39770,2,14237,'/module/productplan/lang/zh-cn.php','/module/productplan/lang','file','M'),(39771,2,14238,'/module/block/view/waterfallprogressblock.html.php','/module/block/view','file','M'),(39772,2,14238,'/module/story/model.php','/module/story','file','M'),(39773,2,14239,'/module/search/control.php','/module/search','file','M'),(39774,2,14239,'/module/search/model.php','/module/search','file','M'),(39775,2,14240,'/module/programplan/model.php','/module/programplan','file','M'),(39776,2,14240,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39777,2,14241,'/module/my/control.php','/module/my','file','M'),(39778,2,14241,'/module/my/view/project.html.php','/module/my/view','file','M'),(39779,2,14241,'/module/personnel/control.php','/module/personnel','file','M'),(39780,2,14241,'/module/personnel/view/addwhitelist.html.php','/module/personnel/view','file','M'),(39781,2,14241,'/module/personnel/view/whitelist.html.php','/module/personnel/view','file','M'),(39782,2,14241,'/module/program/control.php','/module/program','file','M'),(39783,2,14242,'/module/common/lang/de.php','/module/common/lang','file','M'),(39784,2,14242,'/module/common/lang/en.php','/module/common/lang','file','M'),(39785,2,14242,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39786,2,14242,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39787,2,14242,'/module/program/view/prjview.html.php','/module/program/view','file','M'),(39788,2,14243,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39789,2,14244,'/module/user/view/deny.html.php','/module/user/view','file','M'),(39790,2,14245,'/module/product/control.php','/module/product','file','M'),(39791,2,14245,'/module/product/view/browse.html.php','/module/product/view','file','M'),(39792,2,14246,'/module/my/view/testtask.html.php','/module/my/view','file','M'),(39793,2,14247,'/module/programplan/model.php','/module/programplan','file','M'),(39794,2,14248,'/module/bug/css/create.css','/module/bug/css','file','M'),(39795,2,14249,'/module/common/lang/de.php','/module/common/lang','file','M'),(39796,2,14249,'/module/common/lang/en.php','/module/common/lang','file','M'),(39797,2,14249,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39798,2,14249,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39799,2,14249,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39800,2,14251,'/module/common/lang/de.php','/module/common/lang','file','M'),(39801,2,14251,'/module/common/lang/en.php','/module/common/lang','file','M'),(39802,2,14251,'/module/common/lang/fr.php','/module/common/lang','file','M'),(39803,2,14251,'/module/common/lang/vi.php','/module/common/lang','file','M'),(39804,2,14251,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39805,2,14252,'/module/bug/view/create.html.php','/module/bug/view','file','M'),(39806,2,14253,'/module/workestimation/model.php','/module/workestimation','file','M'),(39807,2,14253,'/module/workestimation/view/index.html.php','/module/workestimation/view','file','M'),(39808,2,14255,'/module/bug/css/create.css','/module/bug/css','file','M'),(39809,2,14255,'/module/projectrelease/model.php','/module/projectrelease','file','M'),(39810,2,14256,'/module/programplan/model.php','/module/programplan','file','M'),(39811,2,14256,'/module/projectrelease/view/browse.html.php','/module/projectrelease/view','file','M'),(39812,2,14256,'/module/projectrelease/view/view.html.php','/module/projectrelease/view','file','M'),(39813,2,14256,'/module/release/view/browse.html.php','/module/release/view','file','M'),(39814,2,14256,'/module/release/view/view.html.php','/module/release/view','file','M'),(39815,2,14257,'/module/todo/view/view.html.php','/module/todo/view','file','M'),(39816,2,14258,'/module/product/control.php','/module/product','file','M'),(39817,2,14258,'/module/product/js/edit.js','/module/product/js','file','M'),(39818,2,14258,'/module/product/model.php','/module/product','file','M'),(39819,2,14258,'/module/product/view/edit.html.php','/module/product/view','file','M'),(39820,2,14259,'/db/update20.0.beta3.sql','/db','file','M'),(39821,2,14259,'/module/common/lang/menuOrder.php','/module/common/lang','file','M'),(39822,2,14259,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39823,2,14259,'/module/project/control.php','/module/project','file','M'),(39824,2,14259,'/module/project/lang/de.php','/module/project/lang','file','M'),(39825,2,14259,'/module/project/lang/en.php','/module/project/lang','file','M'),(39826,2,14259,'/module/project/lang/fr.php','/module/project/lang','file','M'),(39827,2,14259,'/module/project/lang/vi.php','/module/project/lang','file','M'),(39828,2,14259,'/module/project/lang/zh-cn.php','/module/project/lang','file','M'),(39829,2,14259,'/module/project/lang/zh-tw.php','/module/project/lang','file','M'),(39830,2,14259,'/module/project/model.php','/module/project','file','M'),(39831,2,14259,'/module/projectstory/control.php','/module/projectstory','file','M'),(39832,2,14259,'/module/projectstory/lang/de.php','/module/projectstory/lang','file','M'),(39833,2,14259,'/module/projectstory/lang/en.php','/module/projectstory/lang','file','M'),(39834,2,14259,'/module/projectstory/lang/fr.php','/module/projectstory/lang','file','M'),(39835,2,14259,'/module/projectstory/lang/vi.php','/module/projectstory/lang','file','M'),(39836,2,14259,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(39837,2,14259,'/module/projectstory/lang/zh-tw.php','/module/projectstory/lang','file','M'),(39838,2,14259,'/module/story/config.php','/module/story','file','M'),(39839,2,14259,'/module/story/model.php','/module/story','file','M'),(39840,2,14261,'/module/release/model.php','/module/release','file','M'),(39841,2,14262,'/module/block/view/productoverviewblock.html.php','/module/block/view','file','M'),(39842,2,14262,'/module/block/view/recentprojectblock.html.php','/module/block/view','file','M'),(39843,2,14262,'/module/block/view/welcome.html.php','/module/block/view','file','M'),(39844,2,14262,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39845,2,14262,'/module/common/model.php','/module/common','file','M'),(39846,2,14262,'/module/program/control.php','/module/program','file','M'),(39847,2,14262,'/module/program/model.php','/module/program','file','M'),(39848,2,14262,'/module/program/view/pgmbrowsebylist.html.php','/module/program/view','file','M'),(39849,2,14262,'/module/program/view/prjview.html.php','/module/program/view','file','M'),(39850,2,14263,'/module/block/view/programblock.html.php','/module/block/view','file','M'),(39851,2,14263,'/module/block/view/scrumlistblock.html.php','/module/block/view','file','M'),(39852,2,14263,'/module/block/view/taskblock.html.php','/module/block/view','file','M'),(39853,2,14263,'/module/my/view/task.html.php','/module/my/view','file','M'),(39854,2,14263,'/module/program/config.php','/module/program','file','M'),(39855,2,14263,'/module/program/model.php','/module/program','file','M'),(39856,2,14263,'/module/task/config.php','/module/task','file','M'),(39857,2,14263,'/module/task/model.php','/module/task','file','M'),(39858,2,14264,'/module/group/lang/resource.php','/module/group/lang','file','M'),(39859,2,14264,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(39860,2,14264,'/module/projectstory/lang/de.php','/module/projectstory/lang','file','M'),(39861,2,14264,'/module/projectstory/lang/en.php','/module/projectstory/lang','file','M'),(39862,2,14264,'/module/projectstory/lang/fr.php','/module/projectstory/lang','file','M'),(39863,2,14264,'/module/projectstory/lang/vi.php','/module/projectstory/lang','file','M'),(39864,2,14264,'/module/projectstory/lang/zh-cn.php','/module/projectstory/lang','file','M'),(39865,2,14264,'/module/projectstory/lang/zh-tw.php','/module/projectstory/lang','file','M'),(39866,2,14266,'/module/story/view/create.html.php','/module/story/view','file','M'),(39867,2,14266,'/module/task/view/create.html.php','/module/task/view','file','M'),(39868,2,14267,'/module/program/model.php','/module/program','file','M'),(39869,2,14268,'/module/bug/control.php','/module/bug','file','M'),(39870,2,14268,'/module/story/control.php','/module/story','file','M'),(39871,2,14268,'/module/task/control.php','/module/task','file','M'),(39872,2,14269,'/module/common/lang/zh-cn.php','/module/common/lang','file','M'),(39873,2,14269,'/module/common/model.php','/module/common','file','M'),(39874,2,14269,'/module/group/model.php','/module/group','file','M'),(39875,2,14269,'/module/group/view/manageprjadmin.html.php','/module/group/view','file','M'),(39876,2,14269,'/module/personnel/view/whitelist.html.php','/module/personnel/view','file','M'),(39877,2,14269,'/module/program/control.php','/module/program','file','M'),(39878,2,14269,'/module/program/view/prjview.html.php','/module/program/view','file','M'),(39879,2,14269,'/module/project/view/linkstory.html.php','/module/project/view','file','M'),(39880,2,14269,'/module/project/view/storykanban.html.php','/module/project/view','file','M'),(39881,2,14269,'/module/user/view/story.html.php','/module/user/view','file','M'); -/*!40000 ALTER TABLE `zt_repofiles` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repohistory` --- - -DROP TABLE IF EXISTS `zt_repohistory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repohistory` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `repo` mediumint(9) NOT NULL, - `revision` varchar(40) NOT NULL, - `commit` mediumint(8) unsigned NOT NULL, - `comment` text NOT NULL, - `committer` varchar(100) NOT NULL, - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM AUTO_INCREMENT=14270 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repohistory` --- - -LOCK TABLES `zt_repohistory` WRITE; -/*!40000 ALTER TABLE `zt_repohistory` DISABLE KEYS */; -INSERT INTO `zt_repohistory` VALUES (1800,2,'ec6ced01d562ac85b660a2c921502ac228cee08f',11677,'* Fix program js.','Yagami','2020-11-18 14:57:38'),(1799,2,'38527c2b200263f342d671b174102b59ea1b3444',11678,'* remove useless file.','z','2020-11-18 15:03:56'),(1798,2,'378d6245e84e68ef036bcadedf8ef0991638c9b6',11680,'* Finish task #8376.','holan20180123','2020-11-18 15:17:30'),(1797,2,'455e828fce57696b46e58978b1ea51fc748a70e5',11681,'* Adjust recent.','leiyong','2020-11-18 15:22:49'),(1796,2,'92b7885a8f3dfa272ee12f5021aad36e25f957c5',11682,'* change color of toggle icon in nested table.','Catouse','2020-11-18 15:32:44'),(1795,2,'460947ebceb81b3a8baa3590bea78ea42f5b4d57',11679,'* Change toString to zui function.','Yagami','2020-11-18 15:07:51'),(1794,2,'540728e3facbe94a8d76c7c103f60d6228224e02',11683,'* Fix program detail.','Yagami','2020-11-18 15:32:46'),(1793,2,'50561f9777d7cf43bc2421c3c1fc8e2cf7113899',11684,'* Finish task#8421.','qiyu-xie','2020-11-18 16:30:58'),(1792,2,'025e1e039dabfe7489eda7fc5e152d70a5ae2034',11685,'* adjust for setting xuanxuan.','z','2020-11-18 16:37:13'),(1791,2,'f0e8bee3796b3e824f38764681fdba51e5cfc789',11686,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','qiyu-xie','2020-11-18 16:38:18'),(1790,2,'861b5e5d956dab3582e6322690677ac0a988c661',11687,'* Finish task#8421.','qiyu-xie','2020-11-18 16:51:13'),(1789,2,'7eaf1d34e1bdb33c7e29c52c7f45484f7dd01d31',11688,'* Adjust code.','Yagami','2020-11-19 08:53:47'),(1788,2,'b919cc45b26dd49e0288d1ce5c08137bbd15551a',11689,'* Adjust getProductPairsByProject to getProductByProject.','leiyong','2020-11-19 09:07:31'),(1787,2,'f084b382aeda853c2c557654f3dade8db5488c21',11690,'Merge branch \'12.x\' of github.com:easysoft/zentaopms into 12.x','z','2020-11-19 09:22:02'),(1786,2,'492381b86090cea7366711ed752e2aa0f582fdc8',11691,'* Finish task#8421. Fix bug.','qiyu-xie','2020-11-19 09:31:30'),(1785,2,'aae58fea38984c86fdaf493d1517c4efd0a3c516',11693,'* Adjust code details.','Yagami','2020-11-19 10:41:20'),(1784,2,'d142a8a69b2bdffcbf8df25ed058409365d98f2d',11694,'* Adjust the ajaxGetDropMenu method of the product module.','leiyong','2020-11-19 10:54:29'),(1783,2,'4b20ebefbe939653709a069fe9ad6adcf520b7fa',11695,'Merge branch \'12.x\' of github.com:easysoft/zentaopms into 12.x','z','2020-11-19 11:06:05'),(1782,2,'5362b9367f00fe09bc5f50a9df1ee94ed35065fa',11696,'* add new version and upgrade.','z','2020-11-19 11:20:03'),(1781,2,'91c934529e033ff6927a336182bd1c2f38a567f4',11697,'* add user type column.','z','2020-11-19 13:12:46'),(1780,2,'9b176b2e0e9b9fe9e2edc725043e1fae7494c5af',11628,'* Finish task #8413.','tianshujie98','2020-11-17 13:19:49'),(1779,2,'f2c6dba22643212cf5166c2554e976c02c212920',11698,'* Rename project function name.','Yagami','2020-11-19 14:02:30'),(1778,2,'72a2b18c203cc50b328add9da58a56ad829cf4bc',11699,'* Adjust the block module language file and model.php Logic.','leiyong','2020-11-19 14:07:58'),(1777,2,'d071fcae02e47145d023569c349766bdcd68f828',11700,'* Rename project to execution.','holan20180123','2020-11-19 14:27:29'),(1776,2,'dcf420bd9cab30e0285177fd623f67ce9e092e87',11701,'* Adjust code.','Yagami','2020-11-19 14:31:23'),(1775,2,'bbe210c2a0502d54490b7fecdca599c3194d54d6',11702,'* Fix create story bug.','Yagami','2020-11-19 14:51:46'),(1774,2,'54853f38fecb5fa8df5359c6385e5f76d127a3de',11703,'* Create waterfall projects with multi-product single product removal.','leiyong','2020-11-19 14:59:51'),(1773,2,'0dad2445f17cbde4d15aa5ec2451df2ca312b08a',11704,'* Rename project to execution.','holan20180123','2020-11-19 15:03:50'),(1772,2,'b48d870e135063d6cc3627ad5a5f71bae2e96f2a',11705,'* Modify method \'getPairs\' to \'getExecutionPairs\'.','holan20180123','2020-11-19 15:07:44'),(1771,2,'a615e511f5c73f8edaa18ac6036fb73653374bc0',11706,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-19 15:12:55'),(1770,2,'d2d690fd12e07ba9efdf4ca2411c4c51a0d4db6c',11707,'* Adjust the block module language file.','leiyong','2020-11-19 15:15:22'),(1769,2,'2912170c06820ec91a42b94fe8231846eb0dafbf',11708,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-19 15:15:39'),(1768,2,'7c8ec20264337eb8fe543f07d8a889429c2ce3b1',11709,'* Rename project to execution.','holan20180123','2020-11-19 15:22:58'),(1767,2,'def7c10ea56c1663bbd216128be30a80791b5b33',11710,'* Modify replicable projects.','leiyong','2020-11-19 15:48:32'),(1766,2,'77af51dacd562335dbf33b8a0e1bdea2e767c73b',11711,'* Method renaming \'getParis\' to \'getExecutionPairs\'.','holan20180123','2020-11-19 15:53:33'),(1765,2,'c5f8e7b2e4d3d7f1462e50ff5f4335472bb51bac',11712,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-19 15:56:58'),(1764,2,'3f752243f675265cc95c2cdb2f804a73f49ad4ed',11713,'* Method renaming \'getPairs\' to \'getExecutionPairs\'.','holan20180123','2020-11-19 16:14:04'),(1763,2,'3617c47256ed306483481958efab93ad766243cc',11715,'* Show the source of the projects being copied.','leiyong','2020-11-19 16:20:32'),(1762,2,'c2d2f1335420bc4df9a744c000f25e1a24abde07',11716,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-19 16:20:57'),(1761,2,'121effd4f94d3e0c38350a02b0e1131e2bf14802',11717,'* Fix bug.','tianshujie98','2020-11-19 16:37:54'),(1760,2,'ec3a2ff4ff380fb2f3fcfadb566b89bb0e9660ee',11720,'* Init products.','holan20180123','2020-11-19 16:44:58'),(1759,2,'b9d0d22adaa245275a7e0d730d71fdb6d82295c7',11721,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-19 16:46:44'),(1758,2,'4d842f4ec7dc2a15cc0c5df6a618f5565dd19be7',11722,'* Init products.','holan20180123','2020-11-19 17:19:55'),(1757,2,'877bab91406f3fbd85e3be6f210d603ea49a9910',11714,'* Fix program acl.','Yagami','2020-11-19 16:15:37'),(1756,2,'9b5c484cf915f735b4f9699091e278aa3802b5d5',11718,'* Add no product logic.','Yagami','2020-11-19 16:43:12'),(1755,2,'ec2c0c7a26014a147b6943809c212c0618b9a9bd',11719,'* Adjust code.','Yagami','2020-11-19 16:44:11'),(1754,2,'55976aeb2659f5f2b2a126e02fe235d7e4b1af8f',11723,'* Query the program and project logic when upgrading.','leiyong','2020-11-19 17:32:08'),(1753,2,'22a0fb1922cc23457d7d69d0343b298e13900541',11724,'* Adjust the upgrade module mergeprogram.js file.','leiyong','2020-11-19 17:50:18'),(1752,2,'09e7734adfa83315e4cbd5a0c7d1dc62bab6f17b',11692,'* Finish task#8375.','qiyu-xie','2020-11-19 09:51:29'),(1751,2,'eb3d6f71619d6a74cd48dc87ee72d6b3cf9c2513',11725,'* Finish task#8375.','qiyu-xie','2020-11-20 08:15:20'),(1750,2,'6b0c12918daa494c335770e9c3a96462b795d495',11726,'* Repair code.','holan20180123','2020-11-20 08:20:29'),(1749,2,'b31a5534ad6ed89538b90f23694d63b780b41fed',11727,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-20 08:21:07'),(1748,2,'31032dfb66d853c325e5201e42f33bcd0dc4558a',11728,'* Fix bug.','qiyu-xie','2020-11-20 08:27:36'),(1747,2,'c9a91a432a3d01ce73f8d0d91ba789ba8977d833',11729,'* Change method name.','tianshujie98','2020-11-20 08:29:35'),(1746,2,'f49e756aca3009cf79170da75484ffd1d585c027',11730,'* Fix a bug.','hufangzhou','2020-11-20 09:07:01'),(1745,2,'8d3ce4acdd4cbfc52f0771b04c413b83afebe2f4',11731,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-20 09:07:21'),(1744,2,'3834ae66ade0a22c7f91bb6875aca5eb967ef4bb',11732,'* Modify programID to projectID.','leiyong','2020-11-20 09:59:57'),(1743,2,'45043bd0e3ae4f1b41ed31f9fe17eb0c61c29fcd',11733,'* Fix a bug.','hufangzhou','2020-11-20 10:02:07'),(1742,2,'541e72b2bd22c565aa62a44f37a65d1983dbd353',11734,'* Modify variable name.','tianshujie98','2020-11-20 10:08:48'),(1741,2,'17653d50531b1f0109abb777821ebdefe17b74a8',11735,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-20 10:09:22'),(1740,2,'221a3ee96d78a928b3c6eb31fb0d92152e3c7dc3',11736,'* Method Renaming \'Project\' to \'Execution\'.','holan20180123','2020-11-20 10:59:49'),(1739,2,'fdaa19f307c187f23ccf64227e3770c85cbc5053',11737,'* Add project link product tips.','tianshujie98','2020-11-20 11:16:47'),(1738,2,'f90a9dbe3d27d6f26596636370a331dbb910591f',11738,'* Variable renaming \'project\' to \'execution\'.','holan20180123','2020-11-20 11:23:46'),(1737,2,'3e902392acc6c66a27f34e57182143b4fe5da282',11739,'* search with account.','z','2020-11-20 13:09:02'),(1736,2,'90df7cd4dcd46a90ac3c217a46e3e398ea3e7c87',11740,'* Merge code.','Yagami','2020-11-20 13:09:47'),(1735,2,'351b562cf55cc301794b63392574b697af8ae768',11741,'* fix bug #3695.','z','2020-11-20 14:21:30'),(1734,2,'622a4ef4f43d2ff79b1a2ef175cbc74166b7b43a',11742,'Conflict resolution.','leiyong','2020-11-20 14:29:07'),(1733,2,'9073099a7e2e30221d22d6e39009daf6e028799a',11743,'* Modify executionPairs to executionIdList.','leiyong','2020-11-20 14:36:10'),(1732,2,'4f4f6cbf9d0d0c2f70a848775fb14f328d6bc1f2',11744,'* Adjust upgrade module.','leiyong','2020-11-20 14:38:28'),(1731,2,'310bf2b2c3e696833ed8872d7381499497f52a51',11745,'* Rename my project and program.','Yagami','2020-11-20 14:52:59'),(1730,2,'ea0cff9182d4c61e190873c73dcaa62ace22967e',11746,'* Modify upgrade model.php logic.','leiyong','2020-11-20 15:29:11'),(1729,2,'83f28e4aa3cf8544f7dc4597d477c2ae42d849ba',11747,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-20 15:29:35'),(1728,2,'6481a780c36678a5042fd9338777e95b0f090e79',11748,'* Fix doc error.','Yagami','2020-11-20 15:39:08'),(1727,2,'0dac0319f8cabf409e3744230ff83183bc8bcf23',11750,'* Modify the method of get project in the report.','qiyu-xie','2020-11-20 16:38:18'),(1726,2,'e70ad43a6dba8ac9d37ed2005de10a42a0763699',11751,'* Modify getPGMProduct to getPGMProductPairs.:','leiyong','2020-11-22 21:55:52'),(1725,2,'de0a5ba04a6e589d70d9a34da9b4dbc0afa23727',11752,'* Adjust PRJManageProducts method.','leiyong','2020-11-22 22:27:16'),(1724,2,'88440ff8cd7eb8d1af2c69f4ad437d948f9525c4',11753,'* Show search box.','leiyong','2020-11-23 09:03:37'),(1723,2,'b464df460809eba35d7557190495e15592f4bc27',11754,'* Add Comments.','leiyong','2020-11-23 11:07:50'),(1722,2,'9dce9656fdff632b7518fe4ad2186a2537ecb933',11755,'* Adjust the language item of the my module.','leiyong','2020-11-23 11:31:49'),(1721,2,'4051bc83531add1175bdf38bf70d57a61efdbb08',11756,'* Adjust block module code.','leiyong','2020-11-23 14:41:52'),(1720,2,'d2f0f46a0730dc51b6dd03365ccd8ad4e98de812',11757,'* Finish task #8445.','holan20180123','2020-11-23 15:34:51'),(1719,2,'8853626ead03c3160d2efb395c6b6b4e4d405fc3',11758,'* Finish task #8456.','tianshujie98','2020-11-23 15:47:58'),(1718,2,'6d5c727a66367a269cdad56ecfe0edd2d462e1fe',11759,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-23 15:48:47'),(1717,2,'eabbb2fd3f85edab2a2335f33be5fb7fc81373f3',11760,'* Finish task #8449.','holan20180123','2020-11-23 16:13:49'),(1716,2,'a6b21d74b7b0e028c50b8036b8db2d46a6ddd016',11761,'* Finish task #3591.','holan20180123','2020-11-23 16:23:20'),(1715,2,'da1466c6006f631f874e7698acaf917c85d65b41',11762,'* Finish task#8444.','hufangzhou','2020-11-23 16:23:44'),(1714,2,'12d61dd7807b730a858cb6bd80f15609098d9262',11763,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-23 16:23:50'),(1713,2,'021430208ea37572973e48e79ca28c4736643efd',11764,'* Finish task#8482.','qiyu-xie','2020-11-23 16:31:59'),(1712,2,'1b32a7385d52ed17b01f572ff5dcbf21337894b5',11765,'* Finish task #8480.','tianshujie98','2020-11-23 17:08:15'),(1711,2,'5d2c36b59a62d4763c032590d766ea15e547460f',11766,'* Adjust code style.','tianshujie98','2020-11-23 17:31:07'),(1710,2,'6ce3a0345b4ce160e62e4f129c636fc2a18a02b4',11767,'The sum of the workload of the child phases cannot be greater than that of the parent phase.','leiyong','2020-11-23 17:56:19'),(1709,2,'b42d47e2574dda11d8e30e4315f4a224c8d40095',11768,'Merge branch \'12.x\'','z','2020-11-23 20:42:59'),(1708,2,'c658c271f4ea9706bf1a9aabfedcdabfb0d9f0f7',11769,'* Finish task#8465.','qiyu-xie','2020-11-23 20:55:42'),(1707,2,'fa4bb5a280e1f23d9b62ad9584ba16f4f4251ccb',11770,'* Conflict resolution.','qiyu-xie','2020-11-23 21:04:41'),(1706,2,'6f8d41b767b8d0b3a31195d505357345bcbed0f6',11771,'* Adjust install.','leiyong','2020-11-24 00:17:32'),(1705,2,'7328fa8d30cdea618a5c77379c2fcf417873aff0',11772,'* adjust for merge.','z','2020-11-24 08:30:29'),(1704,2,'6b6f4d95f4e9c7354bf05f8317a0a79940ae6ae5',11773,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-11-24 08:42:31'),(1703,2,'1d26396b9dec39a0319811427c9132e6183c571f',11774,'* adjust for merge.','z','2020-11-24 08:49:08'),(1702,2,'41b1d9931aa44d974af2787a8f1e99d304d67187',11775,'* Finish task #8450.','holan20180123','2020-11-24 08:56:14'),(1701,2,'40630c75a881ceeeb24f847f2658171c4b1cb346',11776,'* Finish task #8451.','holan20180123','2020-11-24 09:05:28'),(1700,2,'6d25f07fa895c806468bd90564a0df40faa2762e',11778,'* Finish task#8467.','hufangzhou','2020-11-24 09:08:13'),(1699,2,'ef684a132a6bb7d7066da38b50255e8554818462',11779,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-24 09:08:26'),(1698,2,'09c4d927507dac5dd8753c04b8f6859d63fbe8cb',11780,'* Fix bug.','leiyong','2020-11-24 09:14:49'),(1697,2,'e9677d8db46e8249a4c3b90fba2b9de2068ff5ad',11781,'* The programplan module add language item.','leiyong','2020-11-24 09:21:06'),(1696,2,'3ec0aacb61b511ae6d8ae111b819aaa03c8af368',11782,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-11-24 09:49:21'),(1695,2,'f83da3686b1b21bea3b576734f00e87de91217b1',11784,'* fix error lang.','z','2020-11-24 10:22:55'),(1694,2,'8cead79b18fe37e477f46d03eb71e8b593d9a11e',11785,'* Adjust getProjectPairs to getExecutionPairsByProduct.','leiyong','2020-11-24 10:40:18'),(1693,2,'9a552de3f2077905de2b87ca00dd9c93d63663bc',11786,'* Finish task #8452.','holan20180123','2020-11-24 10:44:08'),(1692,2,'371543edcd7ed3655ec4683d8d770f93c0c1f419',11787,'* Add query condition.','leiyong','2020-11-24 10:44:23'),(1691,2,'94586714e60443e92c222a774be68daad8d7f069',11788,'* Finish task#8509.','leiyong','2020-11-24 10:54:37'),(1690,2,'586bdc38c600e15f4fe63ec0debbc5e6baff07ed',11789,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-24 10:55:46'),(1689,2,'7995d3486e9e31e75e245daf3352f0da404236ef',11790,'* Finish task#8483.#8484.#8485.#8486.#8487.','qiyu-xie','2020-11-24 11:08:16'),(1688,2,'d6c3ea796716b286d1fdfb7166dc0bc691d27609',11749,'* update picker files.','Catouse','2020-11-20 15:59:08'),(1687,2,'5288b68681a814cb0f4f4a43c72eebacbbde9256',11791,'* Fix task#8465.','qiyu-xie','2020-11-24 11:11:27'),(1686,2,'73d99650abe919dde55e973ba39f5a9ad3c6172a',11792,'* Finish task #8492.','tianshujie98','2020-11-24 11:40:47'),(1685,2,'2d4fd00f8d68c2b0b8187b931e30698224994ad0',11793,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-24 12:14:13'),(1684,2,'0697a67f160970732e205f7b24ae76173edc2b8e',11794,'* Merge.','tianshujie98','2020-11-24 12:18:49'),(1683,2,'2160ae0958b88fafe040f180f88826c04d284d51',11796,'* Adjust code style.','tianshujie98','2020-11-24 12:29:02'),(1682,2,'48c8c8b9a8d5d49f0a82fb3f3c4f967e22d1d6f3',11795,'* Fix task#8483.#8484.#8485.#8486.#8487.','qiyu-xie','2020-11-24 12:24:45'),(1681,2,'54ffdaea7a888ad47f34e1f5fe42e3fe87932de3',11797,'* Fix edit stage error.','leiyong','2020-11-24 13:05:36'),(1680,2,'8f11da1eddd54f2ee53aab29c69cafc3a7875777',11798,'* Finish task#8461.','leiyong','2020-11-24 13:15:27'),(1679,2,'2be6076089b64099e86721c4fe100b56c7da61dd',11799,'* Finish task 8490.','holan20180123','2020-11-24 13:45:40'),(1678,2,'8ad7105f01f4ddac156d017bb44da79b448483a3',11800,'* Adjust the order.','tianshujie98','2020-11-24 13:51:42'),(1677,2,'760733d902d50821b88e25658c9c12dd490561bb',11801,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-24 13:56:44'),(1676,2,'e9fcbe9c21b8b86c57cb367412708109f511694c',11802,'* Finish task #8507.','holan20180123','2020-11-24 14:11:09'),(1675,2,'e7856c6d3239be914c4f1266ce51476fc890e421',11804,'* Finish task#8493.','qiyu-xie','2020-11-24 14:32:33'),(1674,2,'9c59c495ee426fc9356ffc3f48c5220d9ebe5a7d',11777,'* Finish task #8525.','Yagami','2020-11-24 09:08:05'),(1673,2,'97ac6f0b9c0770f42a4c7fd39061785cff806bf3',11805,'* Merge code.','Yagami','2020-11-24 14:45:52'),(1672,2,'7f0e4e13f8fa94ef6d957abc8bbce8969bc8a7f6',11783,'* adjust for upgrade.','z','2020-11-24 10:17:24'),(1671,2,'3c7da6dc609dd9742bb807c9bf4f2cd0bd8fd901',11803,'* code for task #8496.','z','2020-11-24 14:15:37'),(1670,2,'bef31945493298705b2eba6b15942e6d7a16e50e',11806,'* code for task #8496.','z','2020-11-24 15:34:00'),(1669,2,'ac5d6589336828d683f4a00665fc3ab13a34a374',11807,'* Adjust getExecutionPairsByProduct method.','leiyong','2020-11-24 15:58:26'),(1668,2,'41716c9d153b11082d740b7f54c42d2a84e0c16c',11809,'* fix bug.','z','2020-11-24 16:32:32'),(1667,2,'5a6f487faa4f3721cc254acc10d219e30f35c25f',11810,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-24 16:49:32'),(1666,2,'c3c99947424b891e12a7700044e5a2364c4fd859',11811,'* fix drag-and-drop conflict when block content has panel-heading in dashbard page.','Catouse','2020-11-24 17:09:26'),(1665,2,'a5ccc8a6e92a5b84fd82be6102dd2248aaec60f0',11812,'* improve style of recentproject block.','Catouse','2020-11-24 17:09:45'),(1664,2,'3d14cd6a521766bca189bd183096e61e9a9c267f',11813,'* task #8506, change dropdown to context-dropdown and fix conflict of dropdown-menu with overflow style.','Catouse','2020-11-24 17:11:01'),(1663,2,'c1b1db4ae69e00172077a60f2ba8dbc270e55388',11814,'* Delete field in program create page.','Yagami','2020-11-24 17:21:45'),(1662,2,'424193e084ca2c7d5415d6f8251ba964f3bf7ccf',11815,'* improve style of contextmenu in recentproject block.','Catouse','2020-11-24 17:25:59'),(1661,2,'888bd3721fe414743c4e8b37397564f0e87ed1de',11808,'* Finish task#8457.','qiyu-xie','2020-11-24 16:16:16'),(1660,2,'9a20bab153fb3333c3cd9f3d41b4ce47b57cd4fd',11816,'* Finish task#8494.','hufangzhou','2020-11-24 22:46:33'),(1659,2,'3eafb1ac5da8850bf6c705e421a90c33209c6ef4',11817,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-11-24 23:22:27'),(1658,2,'302a68291c087935dad3ef08d400873072a16691',11818,'* Adjust getExecutionsByProject method.','leiyong','2020-11-24 23:23:54'),(1657,2,'0c4aee39c91785038c2f3ba3ce96075e50d04eb3',11819,'* Finish task #8479.','tianshujie98','2020-11-25 09:13:08'),(1656,2,'29c953918c9881340029c58f3ac1c067f5f6e40b',11820,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 09:13:32'),(1655,2,'37f8d75f1e08c2f1d4187f71c0fd92344b6d0f3a',11821,'* Finish task#8455.','hufangzhou','2020-11-25 09:15:28'),(1654,2,'69631e3dc35cfff18ce48d377c2c78400d44365d',11822,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-25 09:15:40'),(1653,2,'7c4908478c158033f09ecc95904846b5ee348577',11823,'* Adjust the back button link.','tianshujie98','2020-11-25 09:34:08'),(1652,2,'2cbe7b8a7944b0665e3dc1ae0b8531a51f31f190',11824,'* Finish task#8464.','qiyu-xie','2020-11-25 09:42:13'),(1651,2,'55fb0867cbacc33f6178de205e7738e1225b89b8',11825,'* code for task #8496.','z','2020-11-25 09:54:47'),(1650,2,'2a77e1f29d80a8a880c844544ca49cfe3d30ab0b',11826,'* code for task #8496.','z','2020-11-25 10:02:15'),(1649,2,'4f4df6495757c9bc4746bb4f7ce133b4fa313fb5',11827,'* update style of buttons in .c-actions and add .btn-action by update zui css.','Catouse','2020-11-25 10:09:41'),(1648,2,'78e3fdcad3a7e933648801a42728a919f0c9c2db',11828,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','qiyu-xie','2020-11-25 10:24:24'),(1647,2,'3d636dc83f02c914904a4fadb0ab4bc9a9dcfe69',11829,'* Modify the language file.','hufangzhou','2020-11-25 10:32:43'),(1646,2,'4541dcb42e17b9329398c59f89a8686860916cd1',11830,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-25 10:32:55'),(1645,2,'90446d239aa9bd43b00fc5e6357434fb9483f70b',11831,'* Merge code and finish task #8475.','Yagami','2020-11-25 10:36:12'),(1644,2,'5ef321f149777609fc52968e39578a22529bb8ab',11832,'* Adjust code logic.','leiyong','2020-11-25 10:59:41'),(1643,2,'e7f95cf57b10433e0577f584f52188ced8436aaf',11833,'* Add button disabled attribute.','tianshujie98','2020-11-25 11:21:13'),(1642,2,'ab815789d11cdb7263f6aa2f5a130aed2067214d',11835,'* Adjust project module code login.','leiyong','2020-11-25 11:38:26'),(1641,2,'669994c706800f17c470ff9077274bca51cca043',11836,'* Delete workload percentage judgment.','tianshujie98','2020-11-25 12:13:04'),(1640,2,'bfc2ec33ad734f6ae1d64ded9738a1dfbf66d325',11837,'* Fix an error.','hufangzhou','2020-11-25 12:27:04'),(1639,2,'6cdd6d850bb035e6c47bce966a0ad5a30fba6018',11838,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-25 12:31:08'),(1638,2,'fa5bef628a43c92c74d40f4c59951ac3038ccc6f',11839,'* Finish task#8457.','qiyu-xie','2020-11-25 13:05:38'),(1637,2,'f198b6f0a6917d3f7030451b6b071b237fd52bde',11840,'* Finish task#8448.','hufangzhou','2020-11-25 13:44:44'),(1636,2,'584450ed3944f805ccf9b8d6bcddf8306f97bbba',11841,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-25 13:44:53'),(1635,2,'3014981b9e82cb619a2756ce7748471b4bc08a53',11842,'* support transfer event for contextDropdown by update zui.js.','Catouse','2020-11-25 13:56:35'),(1634,2,'78facc12be735c6b4c98b22090ca4dc78a4c7a76',11844,'* Fix bug of integrated zdoo need set X-Frame to allow-from.','jajasper','2020-11-25 14:03:30'),(1633,2,'0d07b3abaed3d64d7583cbac87b67c049fe3bd11',11847,'* Finish task #8498.','holan20180123','2020-11-25 14:21:08'),(1632,2,'2ee93bc06bd8bb8d4e6ce3f23c9b28e199cdcd43',11848,'* Finish task #8481.','tianshujie98','2020-11-25 14:25:16'),(1631,2,'aa45a82c72f551411c4bc765834e5794b22e52d0',11849,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 14:28:48'),(1630,2,'31e3787b42cb2931d51a7012bb954000ffcf2ae3',11851,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-25 14:30:47'),(1629,2,'15331470ba1c2053d513738b2855208e3c457108',11852,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-25 14:33:25'),(1628,2,'18ee52ff8625b17a1f60e6423851cfa07a7e6a20',11834,'* finish task #8442.','z','2020-11-25 11:23:42'),(1627,2,'919bb4b484e5b56bc5f5ee77ad193072f7c5b232',11853,'* Remove the parent stage link.','tianshujie98','2020-11-25 14:41:34'),(1626,2,'5a49cd76c76255a1ef0367a2f770e3be6b6c29ec',11854,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 14:46:33'),(1625,2,'01cdb9ca79e37ba2c24497a88e149b01174328de',11855,'* Finish task #8497.','holan20180123','2020-11-25 15:07:12'),(1624,2,'9d8fa5318d3a662ca8a611573e61f67ca1854675',11856,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-25 15:08:09'),(1623,2,'d70d73ce34e498187756554c3096ab728cd9984a',11843,'* Finish task#8457.','qiyu-xie','2020-11-25 14:02:12'),(1622,2,'69d115af9200b6e957035a6ecb9ad166be0dd54b',11845,'* Fix task#8457. Modify actions field width.','qiyu-xie','2020-11-25 14:06:14'),(1621,2,'61971243e93337edc6bec59f709368e75847378e',11858,'* Add projectstory module.','leiyong','2020-11-25 15:39:25'),(1620,2,'85660149adbb6bf59f965dd5b07d7cd0ecd86c41',11846,'* Finish task #8521.','Yagami','2020-11-25 14:12:50'),(1619,2,'2b8c9fa95dbd25d0160a7d791947b5006eb90a77',11850,'* Fix detail.','Yagami','2020-11-25 14:30:38'),(1618,2,'67db77e2493e7ca902831cb4ebc9400e4cdaae05',11860,'* Finish task #8523.','Yagami','2020-11-25 15:46:55'),(1617,2,'2036a537300183c8b96271660fb1ca09b2add4c0',11862,'* Finish task #8459.','holan20180123','2020-11-25 15:54:29'),(1616,2,'1b4e82aa074763538deeebf81e81c09252c9b899',11863,'* Finish task #8459.','holan20180123','2020-11-25 16:06:05'),(1615,2,'cd9e3d7f293480d2b6365f621940d0535a9eba7f',11864,'* Finish task #8497.','holan20180123','2020-11-25 16:10:21'),(1614,2,'4049054ce4ecd9f45ba66ad9c1389e4bc8b426a1',11865,'* Finsh task #8495.','tianshujie98','2020-11-25 16:13:51'),(1613,2,'fc1583b6b05a0bd5c6bbcdaf7d5412001cfbacbc',11867,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 16:14:31'),(1612,2,'2998a36b17cd6c4cf4a30d23c5abed33c9507dbe',11859,'* finish task #8442.','z','2020-11-25 15:41:52'),(1611,2,'880e182c06c182ac808526b62b69e841c40f3ffb',11861,'* code for task #8496.','z','2020-11-25 15:50:33'),(1610,2,'f161d4133b3a7b2b97a4a72cd3ccb64b51847a20',11866,'* code for task #8496.','z','2020-11-25 16:14:22'),(1609,2,'2819ed09224de95a1cfadaafc3d6996dbe9fff55',11868,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 16:18:56'),(1608,2,'eee806c5f974f93cf3d6fbfc6dc090b8c5a34059',11857,'* Restore changes.','qiyu-xie','2020-11-25 15:30:47'),(1607,2,'9c0d932ebfd5f8641c6c357c5451c79d5e2931e6',11869,'* Adjust code style.','tianshujie98','2020-11-25 16:41:18'),(1606,2,'58d127ba6ae8ba2484bba5c9341c6025a1961988',11870,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 16:41:35'),(1605,2,'010532a543d111a37390f68c51ed50d4da4f4bea',11871,'* Finish task#8500.','qiyu-xie','2020-11-25 16:47:43'),(1604,2,'5a8d12aa7480e215900904bfdde2ae11107f604a',11872,'* Adjust code style.','tianshujie98','2020-11-25 17:16:40'),(1603,2,'69962734128b8c8069b74e0316ac5636ff5f51f4',11873,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-25 17:17:12'),(1602,2,'b167a908874c6299a121841eba8a20e245c5fc6f',11874,'* fix bug for import case from lib.','z','2020-11-25 17:23:28'),(1601,2,'161c9d4b9a87fb56ee300bb180e648ea415e2123',11875,'* Adjust code style.','tianshujie98','2020-11-25 17:27:18'),(1600,2,'b14202f717610ae11d51f58f5441a603896c9a0d',11876,'* Add lang.','qiyu-xie','2020-11-25 17:32:51'),(1599,2,'47c46cefe944733ad2b72b709275fee0d09734f5',11877,'* Modify program action button title.','qiyu-xie','2020-11-26 09:17:02'),(1598,2,'4e502a8df0ec027cdbf02fd7c2195756d06201c1',11878,'* Fix testcase create error and project story lang.','Yagami','2020-11-26 09:20:37'),(1597,2,'4203dcc7ca7814153e95fed3209414a1d182ae3d',11879,'* Finish task #8497.','holan20180123','2020-11-26 09:32:23'),(1596,2,'eacf05c9cf2d6f84c41b35760f72ee5c4afe8b5d',11880,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-26 09:32:45'),(1595,2,'17e525245b4aa25e7b9c3c4f6268ece31cff1014',11881,'* Fix program get list logic and fix details.','Yagami','2020-11-26 10:05:14'),(1594,2,'2bc7e9281de16446ac3c5a95ecb8751fff9cae0b',11882,'* fix UI of dropdownmenu in table actions cell.','Catouse','2020-11-26 10:48:45'),(1593,2,'83c4f27330791dee26232ed2404932947d9b4a71',11883,'* fix transferEvent not work as expect of contextDropdown by update zui.js.','Catouse','2020-11-26 10:49:10'),(1592,2,'5b0a2a341a9f4219dd3f1586778d1f8154190e2c',11885,'* Finish task#8447.','hufangzhou','2020-11-26 10:56:51'),(1591,2,'f651b8351d380381c2fe11fcc7b3a7c73c7da1cd',11886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-26 10:59:29'),(1590,2,'f0a812a946836cbf0a41550e7957db525f5edeb3',11887,'* Finish task #8501.','tianshujie98','2020-11-26 11:12:40'),(1589,2,'60ba1e7b2ee08858432f5f50c3e6e912ccac0f68',11888,'* Delete the tips to create a task.','tianshujie98','2020-11-26 11:29:41'),(1588,2,'32db97424aa23ccdd47c6026c0bb6fb15cee2baf',11889,'* Fix bug #1484 of integrat zdoo by chrome.','jajasper','2020-11-26 11:30:46'),(1587,2,'652caa08227441f96136f8333fc469321dcc8154',11890,'* Finish task #8492.','tianshujie98','2020-11-26 11:39:37'),(1586,2,'4f2775d77a623d2312298560cebd0b5a8c1b5dbb',11891,'* Adjust the projectstory module.','leiyong','2020-11-26 13:10:08'),(1585,2,'c79bd18b682d00317c6e599400a8ce35669ab2c2',11892,'* Finish task #8497.','holan20180123','2020-11-26 13:13:14'),(1584,2,'124bbb2e8be5e693e26af8cf011260c2789f7ef7',11893,'* adjust for X-Frame-Options.','z','2020-11-26 13:53:44'),(1583,2,'49a33127e2de3b00a81f3363ad207f7999c37eda',11894,'* Adjust the projectstory module.','leiyong','2020-11-26 13:57:36'),(1582,2,'e10aed7e7db090343aeefbeda9357cb7728b98be',11895,'* The scrum project temporarily hides the trace matrix.','leiyong','2020-11-26 14:12:15'),(1581,2,'584938724b26df32e6ec0e66e5ccab90ff7fb242',11896,'* Merge code.','Yagami','2020-11-26 14:18:00'),(1580,2,'3e331c8c10c5b8a2932c52d032aaf56652596588',11897,'* Add comments to the projectstory module.','leiyong','2020-11-26 14:28:36'),(1579,2,'2a52eda19e6b0bd4590d2e687c1fa1c5fdbbb7a0',11898,'* Add comments to the projectstory module.','leiyong','2020-11-26 14:46:13'),(1578,2,'04bfca5242b50e056c570f0e138a51ebe1b58b7b',11884,'* Modify the program link in the dynamic.','qiyu-xie','2020-11-26 10:50:08'),(1577,2,'cd431a0d7835dfc202153c43d7080dea4573ff9a',11899,'* Finish task#8487. Modify dynamic links and notes.','qiyu-xie','2020-11-26 15:15:11'),(1576,2,'da954e3766c4f58fc7bb0fdb5ec18b02af872e51',11900,'* Finish task #8534.','tianshujie98','2020-11-26 15:21:42'),(1575,2,'15ce0b086bb550a15eaa1aa30ec5f0ae499ab88b',11901,'* Fix details.','Yagami','2020-11-26 15:43:17'),(1574,2,'cb0043a49bfb51f1cd7123db6250565df9e6b01a',11902,'* Finish task #8460.','Yagami','2020-11-26 15:55:41'),(1573,2,'5236fa6d7d52f51cc364864853869b06770b33ed',11903,'* remove download extension.','z','2020-11-26 16:04:35'),(1572,2,'fbc1db39e1d7d1c11a6b956b3114b5397df1d82c',11904,'* Finish task#8487.','qiyu-xie','2020-11-26 16:13:33'),(1571,2,'d16bd309b4cea7425d2f482e7ed80c792668e2e4',11905,'* Finish task #8534.','tianshujie98','2020-11-26 16:30:22'),(1570,2,'f7df060870415aac02ce28247dd41ea7568f6e65',11906,'* Add lang.','qiyu-xie','2020-11-26 16:36:36'),(1569,2,'1a70a9f31173e7d48d5d055941d44466cda34fbb',11907,'* Add projectstory module permissions.','leiyong','2020-11-26 17:52:30'),(1568,2,'70f360861f5cedf1c74bb3968ed182a653d57546',11908,'* Modify project links in the dynamic.','qiyu-xie','2020-11-27 08:49:26'),(1567,2,'be37148d14e95e3e933d50a29058df7ccb111b9a',11909,'* Finish task#8454.','hufangzhou','2020-11-27 09:05:06'),(1566,2,'7b866ec81590d64d908984987e1478038610c4f4',11910,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-27 09:07:50'),(1565,2,'6c6d177c8416e69608e83231cb520064ef0b4257',11911,'* Fix a bug.','hufangzhou','2020-11-27 09:19:25'),(1564,2,'49123aa8d8783b709b448d5f32103ed5994f6bcd',11912,'* Fix bug. Set-up stage permission issues.','tianshujie98','2020-11-27 09:36:31'),(1563,2,'35a9ba78fa9e17c87ffb4fb72a0828e6e8f07119',11914,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-27 09:38:54'),(1562,2,'9ab336bf7df0864e0ca4a6ec7365332e96bb3a32',11915,'* Adjust the crumbs menu.','leiyong','2020-11-27 10:07:47'),(1561,2,'2fdf26bc2155e410d4ed6abeb6ae3050864f559e',11917,'* Finisht task #8497.','holan20180123','2020-11-27 10:27:08'),(1560,2,'9ce4ed5e7591a1eed43cc6bb10127c96d206e96d',11918,'* Fix an error.','hufangzhou','2020-11-27 10:29:57'),(1559,2,'8ba77bc3bf40db9852c7a90d0f405e7b0ccc7739',11919,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-27 10:30:06'),(1558,2,'5f54932ddb8c2a16197bdc112de89b80c0476c78',11920,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 10:45:02'),(1557,2,'10ed93c6017741406ba97d3c802b704512410a1a',11913,'* Replace product story concept.','Yagami','2020-11-27 09:37:40'),(1556,2,'f2110b3479c08ef7423ae94f4d1353cc5e6be0f3',11916,'* Fix task #8521.','Yagami','2020-11-27 10:17:16'),(1555,2,'dc1fba4d33e2857bb803eaa9490b5072696d1402',11921,'* Finish task #8497.','holan20180123','2020-11-27 10:48:17'),(1554,2,'18b6a96226ca3fdb49d3edae9ded612577bc1327',11922,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 10:51:13'),(1553,2,'3ed0fbc7c5f4c6b48ad035c320294d50985991d5',11924,'* Finish task #8497.','holan20180123','2020-11-27 11:17:58'),(1552,2,'36ab9238fd1004595604fff9edeb8869b2eda74a',11925,'* Fix bug','leiyong','2020-11-27 11:18:08'),(1551,2,'e546bb6590c17f2ba356a10df566d44f86b9cee0',11926,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 11:19:38'),(1550,2,'1f5c6ddb6bf5b3025e99960231f78093c6b1953d',11923,'* Finish task #8453.','Yagami','2020-11-27 11:12:45'),(1549,2,'82c880f6d8136c0e0edc45b327038b2b1296edf5',11927,'* Fix product detail.','Yagami','2020-11-27 11:22:15'),(1548,2,'5bca0d4d44a8a4abb2ba0a9d462db8ee03e09375',11928,'* Finish task #8497.','holan20180123','2020-11-27 11:25:31'),(1547,2,'8d04de9dd6d7c4efa2f33d81075cf225d44ef297',11929,'* Modify the login time permission judgment.','holan20180123','2020-11-27 11:28:05'),(1546,2,'e41208725de68666f6a1ed3322a458d5b7359238',11930,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','holan20180123','2020-11-27 11:30:17'),(1545,2,'111f08ca4793e9798c9bb129d325d5d7deca80e0',11931,'* Modify the login time permission judgment','holan20180123','2020-11-27 11:33:27'),(1544,2,'faf5da4a8bcc676958b79ae9f610ef1f147ef381',11932,'* Fix project create view.','Yagami','2020-11-27 11:34:39'),(1543,2,'4f24c7b17a6ffc02d1c3e1b734fc665509433819',11933,'* Delete the User Requirement when close the story concept.','hufangzhou','2020-11-27 12:10:50'),(1542,2,'9e358b59057f57788bd4950120ab468724166c69',11934,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-27 12:11:00'),(1541,2,'82afdda6a376423e3139b54a8fe563aca4fec390',11935,'* Modify the language files.','hufangzhou','2020-11-27 13:02:46'),(1540,2,'e39d68c14f73d0b3c49aa4604a2cdd520cba8e2d',11936,'* Modify the language files.','hufangzhou','2020-11-27 13:11:58'),(1539,2,'79b2e6c830a3f4e934b49d844b826b1a6e81d019',11937,'* Fix scrum menu divider.','Yagami','2020-11-27 13:35:40'),(1538,2,'4b13262a15ed3cfd0854c0fbba66a8680989d23b',11938,'* Fix bug.','leiyong','2020-11-27 13:46:33'),(1537,2,'1e7021328abd77185372d32318baab267f3add36',11939,'* Finish task #8502.','Yagami','2020-11-27 14:36:35'),(1536,2,'671c4ef57d1e6b4cf21013efbc68235b970f3c7f',11940,'* Fix product list links.','leiyong','2020-11-27 14:49:42'),(1535,2,'260f18182941eca2d9530d9dcc5b2681233cbec7',11941,'* Finish task#8477.','hufangzhou','2020-11-27 14:55:15'),(1534,2,'e06ce5f884a23c34b398197790f041dbfcbedb82',11942,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-27 14:55:27'),(1533,2,'46f52396ac130650a5b093a0aa49adcb135c43f2',11943,'* Fix detail.','Yagami','2020-11-27 15:10:15'),(1532,2,'b6c175f837217e5abd610e13de76e8595df87a05',11944,'* Finish task #8497.','holan20180123','2020-11-27 15:49:52'),(1531,2,'d1ff4f8ceb3c134e3f32656f84db57c62fbfc305',11945,'* Modify common lang file.','leiyong','2020-11-27 15:51:31'),(1530,2,'c06df88c25761c0f506d48c4b63c9d1483d83a65',11946,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 15:54:01'),(1529,2,'43d2c3392b03aaacc853b0ac50b75d8fdb4eabbc',11947,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 15:54:06'),(1528,2,'eda9db6f171e6f464b547509fe17cf0b463ca3e5',11951,'* Finish task#8500.','qiyu-xie','2020-11-27 16:06:15'),(1527,2,'4b973258733dff72301ad9abda9f1d78443d120c',11952,'* Finish task #8479.','tianshujie98','2020-11-27 16:08:30'),(1526,2,'eda2ace7bf56a0cc7eae1367d12a1cc60fa2f462',11950,'* fix position of #mainActions on menu show on left.','Catouse','2020-11-27 16:06:01'),(1525,2,'4840c5c500e037d9ba82994f5e59378bc3e87d57',11953,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-27 16:08:57'),(1524,2,'1804c803a0f0d1c2b1ba02a127d0e0098fa06c72',11954,'* Add language item.','tianshujie98','2020-11-27 16:16:14'),(1523,2,'d5f7193f3f969947ca764acf69e15e903108a024',11956,'* Modify the language file.','hufangzhou','2020-11-27 16:16:32'),(1522,2,'d0953b448429aeb4a035a51e0b86ca6b8fe578cd',11957,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-27 16:16:40'),(1521,2,'1d3c66547cbecdc4d40f0ac491efa34e48ba86b7',11958,'* Fix project story lang.','Yagami','2020-11-27 16:28:13'),(1520,2,'7aca388cd8838e05d1cd0cd8f3967383439fe5f1',11959,'* Finish task #8497.','holan20180123','2020-11-27 16:29:43'),(1519,2,'3842810456172f17dc0b287d37454a4ef93a3036',11960,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-11-27 16:31:40'),(1518,2,'6c5f8f0515d4a3f024f0aba6bb6b32101d24d7bd',11961,'* Add required fields.','tianshujie98','2020-11-27 16:32:53'),(1517,2,'137d9b097fb4e124f54ca0162b3ed9588ed30bb5',11962,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-27 16:35:55'),(1516,2,'e1a011c87f248b96a533630b3c59a6b2b53599f8',11963,'* Fix bug.','tianshujie98','2020-11-27 16:45:41'),(1515,2,'d587642cb16de48c6abba8db681d1750633365aa',11964,'* Merge code.','Yagami','2020-11-27 16:49:32'),(1514,2,'175443edafbf2a5b5a75687344ddb0983eee1d4e',11965,'* Adjust code.','leiyong','2020-11-27 16:59:27'),(1513,2,'fabd02ef527b74c5381a1930457b3f6c3f59ba88',11966,'* Fix bug #1484 of integrate zdoo.','jajasper','2020-11-27 17:01:47'),(1512,2,'00a098029376c4befa51ca5dc3d49a47f26a4b5a',11955,'* Add lang.','qiyu-xie','2020-11-27 16:16:16'),(1511,2,'702b8ef4daf5b62960ee541b92ebf60834dc4a07',11967,'* Finish task#8500.','qiyu-xie','2020-11-27 17:26:08'),(1510,2,'920d3dfa40e934d0f0f9a0151525232eb9c3523e',11968,'* Fix bug.','tianshujie98','2020-11-27 17:43:07'),(1509,2,'efb7512d133127665459cbe9650e43a111aa589d',11969,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-27 17:44:19'),(1508,2,'7600f463e9ac79b5f9e638d21baf2a5afa19d9b2',11970,'* Adjust code style.','tianshujie98','2020-11-27 17:54:04'),(1507,2,'d949e4e8e5b5c86ed5acca0fd3fa05dffae29e79',11971,'* Finish task#8500. Remove the question list button under the scrum module.','qiyu-xie','2020-11-27 18:19:33'),(1505,2,'116c9fa5eb7cf1d5a630a1df4b1940676adf1e03',11949,'* fix for restart session in install.','z','2020-11-27 15:59:05'),(1506,2,'c649903b8cedac542dc999a8b9c96aae4502dec4',11948,'* fix bug for search in build.','z','2020-11-27 15:58:07'),(1504,2,'ca26bfbfec53d17bcfa0c9b46db603b8597311cc',11972,'* fix bug and upgrade.','z','2020-11-29 17:20:30'),(1503,2,'c38756c7fc63e3889deeeb5384680fe1ee539cfd',11973,'* Fix a bug.','hufangzhou','2020-11-30 08:19:50'),(1502,2,'0c12ee5e94f8e76d9f1c79ab8948d0a1b6828ae9',11974,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-30 08:20:09'),(1501,2,'85b2060d520f5a6f29aeff90260fb544803c1551',11975,'* Adjust code style.','tianshujie98','2020-11-30 08:20:57'),(1500,2,'98c7eb8bdfeae83399bc385b2cf11ef21989d725',11976,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-30 08:21:13'),(1499,2,'ec4256954acc9ebf34b25e748463330dc0b66ddb',11977,'* Add expect action label.','qiyu-xie','2020-11-30 08:31:46'),(1498,2,'a98557a3ccb4d7a654b35cff1b1e902bf4638915',11978,'* Modify the variable name.','hufangzhou','2020-11-30 08:46:59'),(1497,2,'a6dd395096880a5f295c45b6c4560d85ffb34ecd',11979,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-30 08:47:12'),(1496,2,'998b69278731e37fd2157e9c898aab80921dc0f1',11980,'* Add the product name before the stage name.','hufangzhou','2020-11-30 08:48:38'),(1495,2,'3d5abfad0534aeab93e5d137e0469f3b31b77939',11981,'* Add comment.','tianshujie98','2020-11-30 09:04:19'),(1494,2,'fb45ee0c56ecb2c1b4fe72c81cb8b574e32d3bd2',11982,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-11-30 09:06:17'),(1493,2,'9d66e7c103a93a35a7c9ca891e996e564ff0d187',11983,'* Add comment.','tianshujie98','2020-11-30 09:23:48'),(1492,2,'8cde383f210fcaecac6b6b6309cf3ef425164f66',11984,'* Finish task#8491.','leiyong','2020-11-30 09:42:55'),(1491,2,'63a75ede927d821e37c2478967d90bd20d5a002e',11985,'* Fix code error.','Yagami','2020-11-30 10:19:42'),(1490,2,'a80ae324cb816cc258076141d0359edf42419b4a',11986,'* Finish task#8474.','leiyong','2020-11-30 10:26:51'),(1489,2,'4acac3ef803aa1866fe646616492c62bed4cc31f',11987,'* Adjust code style.','tianshujie98','2020-11-30 10:43:33'),(1488,2,'0c82b08a7f0c5648f78660a2b16c1c87835d25bb',11988,'* Adjust code style.','tianshujie98','2020-11-30 10:49:14'),(1487,2,'bbd45d46dc79f47cb566c206775b986df7b2f15d',11989,'* Repair plan workload.','leiyong','2020-11-30 11:13:53'),(1486,2,'0dda441f023350d23c33c951dac1cfab0a520701',11990,'* Remove expect.','qiyu-xie','2020-11-30 11:27:40'),(1485,2,'bfef3210cc68f053c2dd159817fe0d533990dfd5',11992,'* Add class.','qiyu-xie','2020-11-30 11:33:32'),(1484,2,'7b8e7b4c65ace789d6465c509a9f7fa0522aab95',11993,'* Adjust product module.','leiyong','2020-11-30 13:04:37'),(1483,2,'f19b03ede0d576af0b7f78256aaa66ad69b93004',11995,'* fix for check one clicke package.','z','2020-11-30 15:22:33'),(1482,2,'491ea3a07088c90899d059028b9268d81bb89d15',11996,'* Fix a bug.','hufangzhou','2020-11-30 17:02:31'),(1481,2,'5e6cea9a2d733cbac06c531d33184b9c383ac130',11991,'* Add upgrade program.','Yagami','2020-11-30 11:32:58'),(1480,2,'61ba67361d97c8080dfa55d34d5e1d2a56824185',11994,'* Adjust code detail.','Yagami','2020-11-30 14:40:25'),(1479,2,'abc70f2bbd7c12a57e8fbf1c37bd737b04b60cfa',11998,'* Fix code detail.','Yagami','2020-11-30 17:17:55'),(1478,2,'1bcf0274afe80deaca591a5f093ae08158e4b78c',12001,'* Finish task#8561.','hufangzhou','2020-11-30 17:26:33'),(1477,2,'59116519674ac908c5d60f0d3933110a1cc0116c',12002,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-30 17:26:41'),(1476,2,'8f6763c14c9b0657769a9e68cf2d4aaef37a15eb',11997,'* Remove expect.','qiyu-xie','2020-11-30 17:02:36'),(1475,2,'ecf6f6643c76d5746ba672ed2020dd44590dd913',11999,'* Finish task#8543.','qiyu-xie','2020-11-30 17:19:03'),(1474,2,'6745b96e1f337ae91adc6a91698b409b62df2982',12000,'* Finish task#8544.','qiyu-xie','2020-11-30 17:26:20'),(1473,2,'273c2473792e60b092f73ebec228b157e4a03493',12003,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-30 17:27:34'),(1472,2,'d4553ab55f0847238f8bbb2e9cf55418b623645f',12004,'* Finish task #8560.','tianshujie98','2020-11-30 17:35:23'),(1471,2,'ba64e020ae87f8d70a6b7af3919e1b2d0237f5f7',12006,'* Finish task#8556.','hufangzhou','2020-11-30 17:39:44'),(1470,2,'5349a8263e8ceb7015cf532745c94c5c0ddf7342',12007,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-11-30 17:39:53'),(1469,2,'85b31c630da9f4834df4cadc281d350eeab378e2',12005,'* Restore the expect button.','qiyu-xie','2020-11-30 17:35:40'),(1468,2,'efdc35eafccd6ae0c5c68885020244030b30bd44',12008,'* Finish task#8555.','hufangzhou','2020-12-01 08:21:10'),(1467,2,'1ade93088a150027477c19103a9e91c738d0c8ba',12009,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 08:21:21'),(1466,2,'c6d9ec8b3a020c038e582894d1f662e9d253cbc6',12010,'* Adjust code style.','tianshujie98','2020-12-01 08:25:46'),(1465,2,'fa1e4ef625c1fbe8acb7884b3ab3e4a39d91ba4c',12012,'* Finish task#8559.','hufangzhou','2020-12-01 08:53:38'),(1464,2,'f374d793f209ee17dfb3d99ba2fbaa4e4a7fa592',12013,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 08:53:51'),(1463,2,'7a69d802699bc2e41b64b0397932f9a00b03ced2',12011,'* Adjust code style.','tianshujie98','2020-12-01 08:52:41'),(1462,2,'e10897a838189ef12acafca41f3b8c3f74e32372',12014,'* fix bug.','wangyidong','2020-12-01 09:03:13'),(1461,2,'4ee0238d2ac9c5a9da7c1e314aabda504e8787fd',12015,'* Finish task#8541.','hufangzhou','2020-12-01 09:15:08'),(1460,2,'bd9db2cf9254fa51c5045cdfb61a3c199335e95d',12016,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 09:15:20'),(1459,2,'f4dd039f7611f6753a7d7061aeac39606350b85b',12017,'* Finish task #8545,#8548.','holan20180123','2020-12-01 09:15:34'),(1458,2,'e7e5443afb487f9fbecc2746daf55b82c6680d63',12018,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-01 09:16:11'),(1457,2,'349aad6f33a0ebd447cae2db6ba653d3e8aaeb2d',12019,'* Finish task #8554.','holan20180123','2020-12-01 09:17:11'),(1456,2,'f0bd5d905773e445bcab765cd0cdfcef7bfbeab0',12020,'* Finish task #8550.','holan20180123','2020-12-01 09:19:28'),(1455,2,'d3f6be0e1aa0c6b33ca1e76cbe143ca5b1eb8828',12022,'* Finish task #8558.','holan20180123','2020-12-01 09:41:15'),(1454,2,'6505c67bf9fceb8c249fb533d727637b8a9f183a',12021,'* PRJ not write to the database when create doc.','qiyu-xie','2020-12-01 09:39:46'),(1453,2,'7cc30b5bfb114b784365a98afbb3ad3ba7693d3f',12023,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-01 09:44:19'),(1452,2,'9a30904f4e57b8e8d65fc4488ef5e64afadad7a5',12024,'* Finish task #8540.','holan20180123','2020-12-01 09:47:28'),(1451,2,'8add6bc6f16bafb80330c0653f4f3d99cd863cdd',12025,'* Finish task#8557.','leiyong','2020-12-01 10:00:17'),(1450,2,'c1a92cadbb26233948a4d48ab6c844cba56002ec',12026,'* fix bug #3713.','wangyidong','2020-12-01 10:01:12'),(1449,2,'c5050c08ae45dc67c8c874d48987fe44b44853f8',12027,'* When delete an sprint or stage, create action \'objectType\' should be execution.','qiyu-xie','2020-12-01 10:19:05'),(1448,2,'542f2a933c177676acf270ed00ce0fe4e328fe4c',12028,'* Finish task#8551.','leiyong','2020-12-01 10:25:49'),(1447,2,'0d8474b02ef8180dd4663bdca442da72eea6f89b',12029,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-01 10:26:05'),(1446,2,'e8f207ffc104d4aee44dd667b2207cb7a3fadf56',12030,'* adjust code.','wangyidong','2020-12-01 10:43:52'),(1445,2,'c8817eda62a12a6171708f3a738580d5eb75ce77',12032,'* Merge code.','Yagami','2020-12-01 10:59:30'),(1444,2,'43804684d7a14f2f3a358c49b6a42980b8bbb8dc',12031,'* fix bug #3713.','wangyidong','2020-12-01 10:57:48'),(1443,2,'bf0496a73cc0737e98f7c474f6f63b67b4194a5d',12033,'* Finish task #8540.','holan20180123','2020-12-01 11:16:37'),(1442,2,'53e0784d6a1a6005fd356fcb17f4af4115e6b1c2',12034,'* Finish task#8546','leiyong','2020-12-01 11:17:57'),(1441,2,'af9d4c2f9bf444e37796c8d88eca6ae99a6470b0',12035,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-01 11:22:25'),(1439,2,'5c6b67879186fd14887023e103a866c598d4026d',12037,'* Fix bug.','Yagami','2020-12-01 13:16:24'),(1440,2,'af24aa136c28039c9bc72bccb4aab44d3b2e5bd2',12036,'* Finish task#8549.','leiyong','2020-12-01 11:47:54'),(1438,2,'a1ae7b15bffe5e6520b40b75a7fb30a30da24fbd',12038,'* fix bug.','wangyidong','2020-12-01 13:19:58'),(1437,2,'03524802789bf26420e8bdd8eb256ab38beb62cc',12039,'* fix bug.','wangyidong','2020-12-01 13:31:01'),(1436,2,'98e37dbdf0e2e8ea3f607d0f8d35cb2d6fe07399',12040,'* Add block lang.','Yagami','2020-12-01 13:31:03'),(1435,2,'e717f7e8b9b8915a9ba603442194ecc7074c2da3',12041,'* Fix project build logic.','Yagami','2020-12-01 13:42:27'),(1434,2,'f7673450a0a4e0097a730bec286bba6760c3ed56',12042,'* Fix upgrade module.','Yagami','2020-12-01 13:56:27'),(1433,2,'110f90567dc46fdbe234f836e0e8cae3a4ccf984',12043,'* Fix framework.','Yagami','2020-12-01 14:09:53'),(1432,2,'30e752cd8959e3e0f3a7876c69d5365838daf86c',12044,'* Adjust block module lang file.','leiyong','2020-12-01 14:14:14'),(1431,2,'5809ad08e5844fafe7768d7976169543ca4a0157',12045,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-01 14:14:36'),(1430,2,'92e501f6da6d0e204ea781642ae2e4fda12a51cf',12046,'* Fix bug.','leiyong','2020-12-01 14:21:00'),(1429,2,'50a36a070050f7c25329db72f5804874638d2bac',12047,'* Fix a bug.','hufangzhou','2020-12-01 14:24:01'),(1428,2,'ae84cb3e33c5591f5c7d2a3bcbf9f1bca55e331a',12048,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 14:24:11'),(1427,2,'f841d670dd9bfdda5785de56b07a639fd6990dc0',12049,'* fix bug for change encoding.','wangyidong','2020-12-01 14:36:05'),(1426,2,'d46fbc76d3f7962acc43c78b3eec78f7f93d3c7a',12050,'* Fix estimate error.','Yagami','2020-12-01 14:40:51'),(1425,2,'96e42ee91509f7c3414ceef0c98f79328b133335',12053,'* Fix release bug.','Yagami','2020-12-01 15:10:21'),(1424,2,'4cacb32088c0a361b33cb9cee34554463b0df4a0',12051,'* Modify notes.','qiyu-xie','2020-12-01 15:08:10'),(1423,2,'628dbcf480817d5d32225ff5a78424fafc55f0c9',12052,'* Add action lang.','qiyu-xie','2020-12-01 15:08:47'),(1422,2,'e17c9fc362cec82361a1138b574e370c431dcd1c',12054,'* Fix a bug.','hufangzhou','2020-12-01 15:18:44'),(1421,2,'916a9eef500bfb00c4b5f8b02d49cf95f5639b32',12055,'* Fix bug.','leiyong','2020-12-01 15:18:46'),(1420,2,'e9834ba5a583c79b9599ae3ce53099947b14a7c0',12056,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 15:18:52'),(1419,2,'7619b32dee7ef4c038a5692c8e31208d4afe5e07',12057,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-01 15:20:34'),(1418,2,'53a74eccd3f00659c0110d70d6249b20d60ac3c4',12058,'* Fix bug #3666.','tianshujie98','2020-12-01 15:51:22'),(1417,2,'a76735d8e0a54e4f269a8eb2241e87242e024b52',12059,'* Fix bug #3640.','tianshujie98','2020-12-01 16:20:58'),(1416,2,'033a2ae97dcea188428648ca9acdfd42b338a3cd',12060,'* Fix a bug.','hufangzhou','2020-12-01 17:17:15'),(1415,2,'8ad0cfa4ba8bc6f1273fb09b761573b6ded6d8bb',12061,'* Adjust code.','leiyong','2020-12-02 08:17:42'),(1414,2,'197408a3555fa0142fe6c658f274ddb2ab2f4baa',12062,'* Fix bug.','leiyong','2020-12-02 09:20:55'),(1413,2,'4caa233f2cd65104dc75402d9658f363bc1a38ac',12063,'* Fix bug 3709.','holan20180123','2020-12-02 09:31:09'),(1412,2,'91368cc51f02da8c135cb604faf1489226ba28d6',12064,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-02 09:32:00'),(1411,2,'fc1d7e4d3bc0b789f05d7f9f07232748bfe07aad',12065,'* Fix bug #3709.','holan20180123','2020-12-02 09:37:38'),(1410,2,'0e8c6b039fb9d7c7b6a0e9cecbc163ad8683cc47',12067,'* Fix a bug.','hufangzhou','2020-12-02 09:50:08'),(1409,2,'6ff60d113823b688e58b4c6515101635b7b0ef31',12068,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-02 09:50:25'),(1408,2,'48fb4f32e93a2bb45060ff96c74f36f13fe4202d',12066,'* Fix bug #3669.','tianshujie98','2020-12-02 09:49:20'),(1407,2,'b4f63971eba9e2298d893df623dcd49d4f54ca5a',12069,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-02 09:51:08'),(1406,2,'322e7112ccd2a1372661524ed411d744db24bad8',12071,'* Fix bug.','leiyong','2020-12-02 10:14:28'),(1405,2,'5a40f88c8ce7de7237bed2366048039c457101af',12072,'* Fix bug.','leiyong','2020-12-02 10:15:17'),(1404,2,'603e5ce5333dec5c20ebc0dc9b6cf707b3b1e786',12073,'* Fix bug.','leiyong','2020-12-02 10:29:28'),(1403,2,'61e6eaa18610a8242f12553afb6b99c28c7d9f54',12075,'* Fix bug.','leiyong','2020-12-02 10:31:11'),(1402,2,'d27ce0f463c9a5a84d0a43e6947e4c8a2a3cab2b',12070,'* Fix bug #3687.','tianshujie98','2020-12-02 10:09:58'),(1401,2,'c4a2463e14a627d91a885c88145b34a2c3dc02b5',12074,'* Fix bug.','tianshujie98','2020-12-02 10:30:26'),(1400,2,'a679866a042c5c8b87333fb6d021ab8020b103d9',12076,'* Fix bug.','tianshujie98','2020-12-02 10:38:36'),(1399,2,'34ae30150bf5a96486f74497615d96a2f9895de6',12077,'* Fix bug#3521.','leiyong','2020-12-02 10:44:35'),(1398,2,'b48f4d444d60db179272dcd14c0783125872ebab',12078,'* Fix bug #3686.','tianshujie98','2020-12-02 10:51:18'),(1397,2,'7fe992e67432b47d7cbb5d367431a9f6a82c851b',12079,'* Adjust object type.','holan20180123','2020-12-02 11:29:17'),(1396,2,'6017a4737c8e528c57dcb96a0bdd0f0e31363917',12080,'* Adjust object type.','holan20180123','2020-12-02 11:30:36'),(1394,2,'2cc9dfd17f41b33ca7d9fee38ffca9474f6e8769',12082,'* Fix bug.','leiyong','2020-12-02 13:13:11'),(1395,2,'3d51aad302688a898ac73efd59bafdd08821f45e',12081,'* Fix bug#3712.','qiyu-xie','2020-12-02 11:44:46'),(1392,2,'708254c54de68f873606b13a747095c2e623c3ce',12085,'* Fix bug.','leiyong','2020-12-02 13:36:29'),(1393,2,'2eab398805b58138ac7f37ce52b1a5e24497f454',12083,'* Fix bug.','leiyong','2020-12-02 13:14:52'),(1391,2,'cb288cd83349d4a936cfe9c014301580ca30bace',12086,'* Fix bug.','leiyong','2020-12-02 13:46:47'),(1390,2,'27e9164878277c60f9b539af6abf53c2622d6dc2',12084,'* Fix bug. Restart assigned to problem.','tianshujie98','2020-12-02 13:19:49'),(1389,2,'071e99b3a5c2dabbce65688b54b856392a72f769',12087,'* Fix bug #3660.','tianshujie98','2020-12-02 14:08:08'),(1388,2,'90a3fd00c61cd997912c0cc3635dc404b73505b1',12088,'* Fix bug #3703.','tianshujie98','2020-12-02 14:16:06'),(1387,2,'cc08fbd602357046cccd7748988a8f3249e58757',12089,'* Fix bug #3640.','tianshujie98','2020-12-02 14:20:41'),(1386,2,'1d431a1155e8edeb838604998337600ce413bc87',12090,'* Fix bug #3687.','tianshujie98','2020-12-02 14:25:57'),(1385,2,'f1ab021bd233c244bdae9ffa77e251f3ceead966',12091,'* Fix bug #3666.','tianshujie98','2020-12-02 14:31:38'),(1384,2,'af5b5b88ab7e675e8c14beadcea370021ed6389f',12092,'* Fix bug #3669.','tianshujie98','2020-12-02 14:35:40'),(1383,2,'b85c3b7abce4996e7639111c9bd50316dc571331',12093,'* Fix bug #3686.','tianshujie98','2020-12-02 14:39:23'),(1382,2,'5986a102e9e65020a4b69bc2d98809df651b2101',12094,'* Fix bug. Restart assigned to problem.','tianshujie98','2020-12-02 14:44:41'),(1380,2,'9f6ae6a81c5e68e80465b9b75aacadcb02adb238',12097,'* Fix bug#3692.','qiyu-xie','2020-12-02 15:48:49'),(1381,2,'977b4fa70047197994665b33e757902e38780d68',12096,'* Fix bug #3660.','tianshujie98','2020-12-02 14:52:53'),(1379,2,'b8e8e23532172d6076d30f540d6dbefeab5fa1c2',12098,'* Fix bug #3717.','holan20180123','2020-12-02 16:12:44'),(1378,2,'51b3acd60584e7dee47cb7b68332b7bb138f7aab',12099,'* Fix bug.','tianshujie98','2020-12-02 16:15:15'),(1377,2,'f05389d7e90cfdb0d821415586f6a3bf6b96cb44',12100,'* Fix bug#3685.','qiyu-xie','2020-12-02 16:26:48'),(1376,2,'9d2cde28aeac5d0708896f2944ee037ce284c073',12102,'* Adjust issue module code.','leiyong','2020-12-02 16:47:21'),(1375,2,'0e7570364a60cb0616e79f399635c099013fbe9f',12095,'* Fix bug#3692.','qiyu-xie','2020-12-02 14:46:35'),(1374,2,'b5e407a2442dca79545a558d8f351a84469cefe3',12101,'* Fix bug#3685.','qiyu-xie','2020-12-02 16:31:35'),(1373,2,'cc2d1dc4a876b627371e27cccebc4ce1aecc82a9',12103,'* Fix bug.','leiyong','2020-12-02 17:03:59'),(1372,2,'05dca799a078c382e68bd1086a0f941f683acaa7',12104,'* Fix bug 3718.','holan20180123','2020-12-02 17:04:20'),(1371,2,'ac223cbe3f5c522a22c2f553d8dc3d5607417ce7',12105,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-02 17:05:24'),(1370,2,'b8b305000ec446b2938303a76c4479c15bd13d29',12106,'* Fix bug #3697.','tianshujie98','2020-12-03 08:59:51'),(1369,2,'cace16df72346df7b4c7681a74b0daede0d4d0f7',12107,'* Fix bug#3680.','qiyu-xie','2020-12-03 09:15:25'),(1367,2,'22370a74ecd10c02668348f427021cabfaf5bc7c',12108,'* Fix bug #3697.','tianshujie98','2020-12-03 09:16:45'),(1368,2,'c7fa3309ad1e91a8fd119dd8effee45d4c39a0f5',12109,'* Fix bug#3680.','qiyu-xie','2020-12-03 09:16:51'),(1366,2,'9021b5574a5a12eaadf38710a865e1747d76bae0',12110,'* Fix bug#3678.','qiyu-xie','2020-12-03 10:59:57'),(1365,2,'fec2bc506e4092cd9d4be361aefa05dc64c1810c',12111,'* Fix bug#3678.','qiyu-xie','2020-12-03 11:00:17'),(1364,2,'e427d764b45fc0d95d5b115341582ff90479d598',12112,'* Fix bug #3719.','tianshujie98','2020-12-03 11:04:52'),(1363,2,'41f8d0fbd3117bcee4561ee2d99d39acc9356fe6',12113,'* Fix bug#3678.','qiyu-xie','2020-12-03 11:16:39'),(1362,2,'467b6c6e3e579ebeee345e55d151ebfac03e79bc',12114,'* Fix bug 3668.','holan20180123','2020-12-03 13:16:40'),(1361,2,'e1e314c297a649663dbe536570db182dfe858aa8',12116,'* Fix bug #3668.','holan20180123','2020-12-03 13:24:46'),(1360,2,'dbfd6464528809d46484be8d59f3e70ab3fcb851',12115,'* Fix bug #3719.','tianshujie98','2020-12-03 13:17:24'),(1359,2,'6def730e2221ffdac0af9142e487e3de2496aac6',12118,'* Fix waterfallgantt block.','leiyong','2020-12-03 14:07:38'),(1358,2,'58ed917b466a365f01db27e3739eea382859622f',12117,'* Adjust code style.','tianshujie98','2020-12-03 14:05:15'),(1357,2,'2c4ccb706edda05bb175e301933a548f46da0bae',12119,'* Adjust code style.','tianshujie98','2020-12-03 14:22:18'),(1356,2,'2df361a5c07a326da75e9be2eab3c94d853d1cde',12120,'* Adjust language file.','leiyong','2020-12-03 15:10:24'),(1354,2,'ec3749dcad14779c8691c02a23b18dc6a1a8df60',12122,'* Adjust language item.','tianshujie98','2020-12-03 15:34:06'),(1355,2,'4e295b2817b7bc639e09e0c09c29a009a7222ab0',12121,'* Adjust language file.','tianshujie98','2020-12-03 15:27:33'),(1353,2,'4dbca79efb9639f16194313a67424d90be4092d0',12124,'* Adjust table column width.','tianshujie98','2020-12-03 15:49:58'),(1352,2,'7c5381cadec20fbdddc1f7c34bce8ebe4f3a8fca',12123,'* Fix bug#3677.','qiyu-xie','2020-12-03 15:45:06'),(1351,2,'c0239adda9e8c48f5f08191cda0d9231e6d3b2ac',12125,'* Fix block module language item.','leiyong','2020-12-03 16:02:29'),(1350,2,'fe08324566bbf73ff49b6d196e1fc07d0db2e55b',12126,'* Fix an error.','hufangzhou','2020-12-03 16:11:43'),(1349,2,'f97d3c67b2e8c0d7e0d19e01de5a0704ac12fd24',12127,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-03 16:11:59'),(1348,2,'3cc044a1168e2fe18453aaaa9df6326875623f61',12128,'* Adjust language file.','leiyong','2020-12-03 16:22:31'),(1347,2,'210dc4c8e68efd79f4c3f02dc8eae995c0f9f634',12129,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-03 16:22:53'),(1346,2,'5d394844d657251342f66674390b99764d9faa74',12130,'* fix bug #3688.','wangyidong','2020-12-03 16:23:32'),(1345,2,'d6fcf222900c51b4dac76ce8383b7ac7c8452931',12131,'* Fix bug.','leiyong','2020-12-03 16:27:16'),(1344,2,'5b787b6c2450ad6ee212ab4844596154b8048b02',12132,'* Adjust code.','leiyong','2020-12-03 16:49:12'),(1343,2,'00260c58a945c3dfcb4034597f9b2982a8f5e0a3',12133,'* Fix bug#3677.','qiyu-xie','2020-12-03 17:14:49'),(1342,2,'7222a2af856e7bef33a76ce82b1af39efe7e4cc3',12134,'* Fix bug.','leiyong','2020-12-03 17:55:42'),(1341,2,'9fef0b00af0ea394d9736adfcf8246e0d46cbad9',12136,'* Show the products of the top program.','hufangzhou','2020-12-04 09:55:52'),(1340,2,'baec73a9309384fa0cc01a455993d29814380ab1',12137,'* Fix bug #3718.','holan20180123','2020-12-04 10:16:37'),(1339,2,'b48842638eb4e11891de3b0cc3e35710a3aa6ee1',12139,'* Fix bug#3728.','hufangzhou','2020-12-04 10:21:31'),(1338,2,'2e7632cb4097d1d500dea92b5d7811f87c59cd60',12140,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-04 10:21:43'),(1337,2,'c8a5eb24e4d7f64b100e40074b46bfe06b5de9ae',12138,'* Fix the issue of creating build.','tianshujie98','2020-12-04 10:19:43'),(1336,2,'64f6e2303a8bc022650fea3d76dd931b23da210f',12141,'* Adjust the style of the table.','hufangzhou','2020-12-04 10:34:08'),(1335,2,'5de35bd943a60c4fbf3da408da9013b93c4e730f',12142,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-04 10:34:18'),(1334,2,'49fb958b52f6d8992a92968e2cb73ce4d3fe99bf',12143,'* Adjust the style of the table.','hufangzhou','2020-12-04 10:40:55'),(1333,2,'15f795770983b7b9baeaa9e3fb20041f3a47af77',12144,'* Adjust code.','leiyong','2020-12-04 10:53:00'),(1332,2,'a50371c5775bf3624da4f1b9fe2cb16c346eaa36',12145,'* Fix block bug.','tianshujie98','2020-12-04 11:01:29'),(1331,2,'5dacb4172989e708b4ae664d66fbe755be756a2f',12146,'* Fix bug.','leiyong','2020-12-04 11:28:46'),(1330,2,'58f8f4b234e63488bac8158b83cc5138a10c2af5',12147,'* Adjust code.','leiyong','2020-12-04 13:48:23'),(1329,2,'16b9563c2f8a62f9e8c4e6f74cde7b076f71a179',12148,'* Fix bug#3674.','qiyu-xie','2020-12-04 13:51:41'),(1328,2,'48575713de138f4a3276b522b6eaa13ed04d1f33',12149,'* Fix bug#3727.','hufangzhou','2020-12-04 13:56:04'),(1327,2,'f7a2b2e4b3426013c32b8fbab9840abf7ae091fc',12150,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-04 13:56:19'),(1326,2,'c0072603fd7fc7fb2a0ba01b4ee6734c369a851e',12151,'* Fix bug #3718.','holan20180123','2020-12-04 14:05:57'),(1325,2,'d6455e7f419500943aefebd6d866a3006f3ca682',12152,'* Fix bug#3726.','hufangzhou','2020-12-04 14:21:33'),(1324,2,'c9c9d9ba72b42be7c232286351b70e4e84571f26',12153,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-04 14:21:47'),(1323,2,'82724613c489b900ee761e048adee1accd4b4848',12154,'* Fix bug#3674.','qiyu-xie','2020-12-04 14:34:21'),(1322,2,'0d27dff1476fe67e8d3e0c01c1faa1fbc8458e6f',12155,'* Fix bug.','leiyong','2020-12-04 14:38:13'),(1321,2,'a0eae5552f880b01e6ab3452886a11a4e95c82fd',12156,'* Fix bug.','tianshujie98','2020-12-04 14:42:34'),(1320,2,'64dace9b10cf0402c0260b312ee893c57e248b2a',12157,'* Fix bug 3729.','holan20180123','2020-12-04 14:53:03'),(1319,2,'f5b127e4279ece895bb22e0585f552cc0d7bde66',12158,'* Adjust code.','leiyong','2020-12-04 15:13:48'),(1318,2,'34735e675e5198709be49eba2a7b3833bb773e18',12159,'* Adjust navigation highlight.','tianshujie98','2020-12-04 15:25:52'),(1316,2,'6b445772dae1668fc7add60df4d413cbef5d6f1f',12161,'* Fix bug.','qiyu-xie','2020-12-04 16:19:31'),(1317,2,'81807b4491853e64dcb5dd7d55a2dcfaa626b465',12160,'* Modify select product of second navigation under product.','qiyu-xie','2020-12-04 15:53:01'),(1315,2,'024057232b4c95345cd11719e17c16cd7fc092ec',12162,'* Add deleted label for the design.','qiyu-xie','2020-12-04 16:27:36'),(1314,2,'0dafa019a273a03a3c991e94be28a569908e2b75',12163,'* Fix the problem detail page bug.','tianshujie98','2020-12-04 16:33:54'),(1313,2,'6eec4a4a88fb7d29ed64c59a52eb78ae7e017ad2',12164,'* Fix bug.','leiyong','2020-12-07 08:16:23'),(1312,2,'5dbe3dd6d3e0c264f7cbce73909a7dbb4ee5b28e',12165,'* Fix bug.','tianshujie98','2020-12-07 08:50:36'),(1311,2,'7d3ec5a858f1a0dae197170d92b42592f45ec359',12166,'* Fix bug 3722.','holan20180123','2020-12-07 08:56:58'),(1310,2,'870dafd92fce394f4fc02b45b5ed5e6ce26d740f',12167,'* Fix bug #3722.','holan20180123','2020-12-07 08:59:11'),(1309,2,'475d9a5c270be3a5527cfff57d9fc998a805ad29',12168,'* Fix bug #3627.','tianshujie98','2020-12-07 09:24:11'),(1308,2,'6be180451940e5d2f132adbca7252e420dea3ecd',12169,'* Fix bug #3720.','tianshujie98','2020-12-07 09:46:28'),(1307,2,'d990666ee659ccb349682063c8a14e818c55dd28',12170,'* Fix bug.','leiyong','2020-12-07 09:50:03'),(1306,2,'b7fc85e6212a16fc0ac48dcb6b920d8446867bd0',12171,'* Fix bug#3667.','qiyu-xie','2020-12-07 10:17:47'),(1305,2,'ab70c94671285c9e7eadc64bfae042e7a97553fe',12172,'* Fix bug#3734.','hufangzhou','2020-12-07 11:34:04'),(1304,2,'2ae846357285d5a1299b03c6b22c295782fb98c6',12173,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-07 11:34:12'),(1303,2,'f0a4efa0ad0c6a026fe1662ab36da9553bb3b3a8',12174,'* Fix bug #3627.','tianshujie98','2020-12-07 11:38:18'),(1302,2,'133d78bdc2f07942f55be4725c279668eaaafe1b',12175,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-07 13:05:15'),(1301,2,'63bd886a0c7b0615c86eab0c86b348c354015e3f',12176,'* Adjust code.','leiyong','2020-12-07 13:06:05'),(1300,2,'bab45be34c9e3413ab3d3c92c103fe1562884fcf',12177,'* Fix bug #3636.','holan20180123','2020-12-07 13:06:35'),(1299,2,'d9ab0caef0cf5ad4d9ad29894147d0bd68fbbd1d',12178,'* Fix bug #3720.','tianshujie98','2020-12-07 13:07:59'),(1298,2,'9cdcd2a428686c50d501fba5fce935107111bbbd',12179,'* Fix bug #3636.','holan20180123','2020-12-07 13:10:59'),(1297,2,'d61e913cbf1f87eae7c0f8cf2835dfa791acc96a',12181,'* Fix bug.','leiyong','2020-12-07 13:36:04'),(1296,2,'80a335e36f95414bb0f7e0575e532f60c1a085ed',12180,'* Fix bug#3667.','qiyu-xie','2020-12-07 13:29:33'),(1295,2,'f5f3dcfc99ade15642ea77aa83200a17ce756a2c',12182,'* Fix bug #3707.','tianshujie98','2020-12-07 14:37:24'),(1294,2,'611cda4fe73db4d43169371497162910e2847720',12183,'* Fix bug.','qiyu-xie','2020-12-07 15:03:32'),(1293,2,'7aaf8a9014e1fa48951c94eaa97e760f77c94b52',12184,'* Adjust code.','leiyong','2020-12-07 15:05:19'),(1292,2,'e1a40daddc12e79e1a3637b1a53b2d02b037c892',12135,'* Fix product menu.','Yagami','2020-12-04 08:50:06'),(1291,2,'2914b834b2fe79532671a07c97ecc8fcf70b1093',12185,'* Merge code.','Yagami','2020-12-07 15:07:28'),(1290,2,'2b26da8044460dcc04635b5f01e34ace13fa2b17',12186,'* Fix bug #3730.','tianshujie98','2020-12-07 15:20:24'),(1289,2,'917e316962f31b58b777979a0c55c045779eb07d',12187,'* Fix bug.','leiyong','2020-12-07 15:21:38'),(1288,2,'5be348e08e3a12b8a6d842ca76c762e4c12af274',12188,'* Fix bug #3730.','tianshujie98','2020-12-07 15:34:35'),(1287,2,'e4b26a2a13e0fa2b9bff8f42ab6cade69c7f93fb',12189,'* Fix bug.','qiyu-xie','2020-12-07 15:40:49'),(1286,2,'75b0867e1d1f7b13bcf31824ab538f2e3c0175b1',12190,'* fix padding of todo view in modal.','Catouse','2020-12-07 16:42:38'),(1285,2,'834aa60d879fc2ca24433b8e1084583321c67952',12191,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-07 17:51:21'),(1284,2,'83ed1f242396ed4fba37962c41e4ed733f4f409c',12192,'* Adjust code.','leiyong','2020-12-07 17:55:45'),(1283,2,'badeb97dcac6d42ceca63d2f5174eceefceafb6f',12193,'* adjust for encrypt password.','wangyidong','2020-12-07 18:08:35'),(1282,2,'bfce366ef1048c643a99174c873115656a6911bd',12194,'* Fix bug.','tianshujie98','2020-12-08 08:24:07'),(1281,2,'99359da6fd2e6f43b648d3566fcd7d30363b30ee',12195,'* Fix bug.','tianshujie98','2020-12-08 08:29:08'),(1280,2,'de8e4fc5ab7082fb525914be9acde7688fa03047',12196,'* Fix bug#3715.','hufangzhou','2020-12-08 09:11:11'),(1279,2,'c33b130d057655cffad6343ae7652696e73a54fb',12197,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','hufangzhou','2020-12-08 09:11:28'),(1278,2,'8de5f93c2be12c403388db114ab4d5d3b32db319',12198,'* fix bug #3693.','wangyidong','2020-12-08 09:21:32'),(1277,2,'b5ad4665b4b8190d59aff59fd6e6c54515a66ba0',12199,'Merge branch \'12.x\' of github.com:easysoft/zentaopms into 12.x','wangyidong','2020-12-08 09:26:47'),(1275,2,'031134ae3f33fde876e4c28ab41d92b6fd631d58',12201,'* Fix bug 3642.','holan20180123','2020-12-08 10:41:56'),(1276,2,'653f817e83bd543293d5f8fc24841ed1ae374c74',12200,'* Fix bug #3642.','holan20180123','2020-12-08 10:28:35'),(1274,2,'d2ddce5e7c1c4a8c0fca0d8663a71f269939b7e6',12202,'* Adjust the holiday module.','leiyong','2020-12-08 11:08:32'),(1273,2,'ad94534129cd644df9ce2f08a00b2d2263d6ed6e',12203,'* fix bug #3737.','wangyidong','2020-12-08 11:24:07'),(1272,2,'8b291bc6da900a53a9baf798d0814df0ae0ed05f',12204,'* Fix bug#3736.','hufangzhou','2020-12-08 11:34:35'),(1271,2,'a97a7df6d8f1a5fbf95ce60dd4d1c589e3b92246',12205,'* Fix bug #3704.','tianshujie98','2020-12-08 11:41:25'),(1270,2,'a9281522102081eabb396fff02d8929e0829d849',12206,'* Fix bug #3704.','tianshujie98','2020-12-08 13:04:40'),(1269,2,'c31f294aac73a0a689d47c39f509e40f571d5827',12207,'* Fix bug #3738.','tianshujie98','2020-12-08 13:23:15'),(1268,2,'85791879930980fc1abb1b6d3a06b219bf22ad6b',12209,'* Fix bug #3644.','holan20180123','2020-12-08 14:32:25'),(1267,2,'58b718bfc0c6a306c1c759131e6799f21746b370',12210,'* Fix bug #3644.','holan20180123','2020-12-08 14:36:11'),(1266,2,'f4fb2b919a3ed021b9f9a3d2e4c7b48c4d947af9',12212,'* Fix the bug search problem linked with the plan.','tianshujie98','2020-12-08 14:41:41'),(1265,2,'f4d1880c5be4e26e972c813da3b83da9f2e5502a',12208,'* Delete the execution linked products that is not linked with the project.','qiyu-xie','2020-12-08 14:15:26'),(1264,2,'4cc2c70e66da054d63f64325e0b00e787d4daa65',12213,'* Fix bug.','qiyu-xie','2020-12-08 14:48:17'),(1263,2,'fa246c117368a687409b0e4e1ddc3bbd4f62cd9b',12214,'* finish task #3688.','wangyidong','2020-12-08 14:52:26'),(1262,2,'0be576eba3f54068c776453607b9ecb6f9874224',12215,'Merge branch \'12.x\' of github.com:easysoft/zentaopms into 12.x','wangyidong','2020-12-08 14:53:01'),(1261,2,'1654db7e6cfa6ecc587231b91e79894259696580',12211,'* Fix bug.','qiyu-xie','2020-12-08 14:39:02'),(1260,2,'5c77489f08f63e616152023e28c377d7b7fd8ac7',12216,'* Fix product block.','Yagami','2020-12-08 17:30:52'),(1259,2,'bb485680aa9c4ba75711c37dd75649dc02b98b21',12217,'* Adjust the budget module code.','leiyong','2020-12-09 08:27:19'),(1258,2,'d7ede03687b95c349c80970f2d53d843ec65a49c',12218,'* Finish task#8573.','qiyu-xie','2020-12-09 09:04:09'),(1257,2,'89e0568619dba4c93c22e6dbfa4027ba0475eeef',12219,'* Finish task #8620.','tianshujie98','2020-12-09 09:16:26'),(1256,2,'a5db689adf896ae68a88061cb1c35cfc0f15bb56',12220,'* Finish task #8609.','holan20180123','2020-12-09 09:27:03'),(1255,2,'32b2f62ba7ad256b2de120e88e5f7d416206a144',12221,'* Adjust code.','leiyong','2020-12-09 09:29:59'),(1254,2,'ed422d025ca8b9c10addf1d0d41cc658a68fa9c8',12222,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-09 09:30:15'),(1253,2,'467c593f20674f3a56260e7d4d33f328846d4fe2',12223,'* Fix bug.','leiyong','2020-12-09 09:34:20'),(1252,2,'f76973d4d2ac2583ea6774af6e2b4d36fca8e31f',12224,'* Finish task #8616.','tianshujie98','2020-12-09 09:35:00'),(1251,2,'53df6f14e0522a2d97f7fcda26c18c6b5d8fc723',12225,'* Fix bug.','leiyong','2020-12-09 09:42:15'),(1250,2,'1d212e3eab99283f0f2dc3faa3dc4d115825cc5c',12226,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-09 09:42:29'),(1249,2,'efdf9de3a910714c500050207f493882921cdb6e',12227,'* Finish task #8601.','tianshujie98','2020-12-09 09:45:53'),(1248,2,'f2a8cfd82830f06820b59a61462429181fdcce2f',12228,'* Adjust code.','leiyong','2020-12-09 09:59:05'),(1247,2,'05f287a2e15026911a71d2eb1352e74360d14275',12229,'* Finish task#8587.','qiyu-xie','2020-12-09 10:03:29'),(1246,2,'68fe0c6a78fc4116cada01aa527db127036bcdea',12230,'* Finish task #8575.','holan20180123','2020-12-09 10:12:12'),(1245,2,'9ee27cb146f94689cc48b6b76c4c07d322e5fd60',12231,'* Finish task #8608.','holan20180123','2020-12-09 10:20:43'),(1244,2,'bfe477426c9b7a2c23be0c812d027cc6091f2b29',12232,'* add active style for .header-angle-btn.','Catouse','2020-12-09 10:25:03'),(1243,2,'e571c8a1da231ecf2347d73e45793bcac63667e9',12233,'* Fix bug.','leiyong','2020-12-09 10:40:11'),(1241,2,'e11004f2c53f36afa37b018a77bc916a13881643',12236,'* Fix bug.','leiyong','2020-12-09 11:14:42'),(1242,2,'ff9a3932ccc858076752e44726c28a5d7dc4b53f',12235,'* adjust for check one click package.','wangyidong','2020-12-09 10:53:04'),(1240,2,'56e0fc621f0b78343eb84947e72d19d465a34005',12237,'* Fix bug.','leiyong','2020-12-09 11:28:54'),(1239,2,'d56406cbf2bb69ff9a28f850253299e00c14d196',12238,'* finish for task #8579.','wangyidong','2020-12-09 11:29:59'),(1237,2,'b734e3984485f1a36909154c2679d1f80a913023',12240,'* Fix bug.','leiyong','2020-12-09 11:43:58'),(1238,2,'fdd19cd2a1deb34b60e62d0213f54d389cb59e41',12239,'* Finish task #8580.','Yagami','2020-12-09 11:41:21'),(1236,2,'2fa5e703b8b8df81307797d0252416a43273446a',12234,'* Finish task#8591.','qiyu-xie','2020-12-09 10:42:18'),(1235,2,'f11c8319f7854852f28b34915057530d045f4f77',12241,'* Finish task#8576.','qiyu-xie','2020-12-09 12:53:26'),(1234,2,'6cd56309e2a3d554278c7316906cdebd45f1224b',12242,'* Finish task #8585.','Yagami','2020-12-09 13:18:46'),(1233,2,'ca3b4960f04e5e4d96e16489da6cd5a2e467d110',12243,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-09 13:20:31'),(1232,2,'f753d03fc52661038d1d1f9646352c1e730a4239',12244,'* Finish task #8588.','Yagami','2020-12-09 13:22:07'),(1231,2,'48b25d6970c9814b851134c82c4b3583a8fe33d5',12245,'* Finish task#8571, task#8572, task#8582, task#8583, task#8594.','hufangzhou','2020-12-09 13:44:04'),(1230,2,'c64ea8fde88ebcc34ee5e13a6183bbe2caf5ddc4',12246,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-09 13:44:15'),(1229,2,'95521e44a4cf04b09841de4287384d7e957932a7',12247,'* Finish task #8613.','holan20180123','2020-12-09 13:48:51'),(1228,2,'8620b8471ca5ae46909cb890ae46194c3e63d686',12248,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-09 13:49:17'),(1227,2,'7ffbc286fae9de4a42f20c84c0dc19948f6b7ab3',12249,'* Finish task #8581.','tianshujie98','2020-12-09 13:53:10'),(1226,2,'65ba8b4e768fbe19c081abf8d6798c860d46516f',12250,'* Finish task #8675.','holan20180123','2020-12-09 14:07:49'),(1225,2,'dd2381a1f64ad298d0fada79be788606d4ec5884',12251,'* Fix product linked bugs.','tianshujie98','2020-12-09 14:12:13'),(1224,2,'97392669ffa1c3e3bb6eb8d3a751b0605459d36a',12252,'* finish task #8600.','wangyidong','2020-12-09 14:15:47'),(1223,2,'45301c4aa5d7db742d6ba14608cd94bfe1619a30',12253,'* Finish task#8603.','qiyu-xie','2020-12-09 14:57:11'),(1222,2,'e279006f6860de3988fc6a24539cd80b11b8639f',12254,'* Finish task#8612.','hufangzhou','2020-12-09 15:03:04'),(1221,2,'752cdd463cf596bf3e6ca02b8366f8cdfffcf76f',12255,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-09 15:03:33'),(1220,2,'686b2881a917bcf92f7c04e7cb73f7a75e613d20',12256,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-09 15:07:46'),(1219,2,'c79aa30c87619d91a111e7d67536655d13829503',12257,'* Finish task #8621.','holan20180123','2020-12-09 15:09:26'),(1218,2,'0924720a8f0bd303497a3f1596456c027f450b61',12258,'* Merge code.','Yagami','2020-12-09 15:36:40'),(1217,2,'20e61b5207dd1cca80b10dff3b4ed5083e40c752',12259,'* Fix set story concept view.','Yagami','2020-12-09 15:39:10'),(1216,2,'ecefa26034c2df920c8ea8bd87f840974846deb0',12260,'* Finish task #8621.','holan20180123','2020-12-09 15:45:48'),(1215,2,'1551ff77da4f151f7ac3b24d453fefe76a6c3ea2',12261,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-09 15:51:30'),(1214,2,'d8a24428e001455c1e9f11db1bbc9263ee1264e7',12262,'* Finish task #8615.','Yagami','2020-12-09 16:11:59'),(1213,2,'85080edae678cf2489a1549dea5d194fcf2cf185',12263,'* Modify comments.','holan20180123','2020-12-09 16:27:31'),(1212,2,'8d48c923c69090497daa94b1d36f3033880f8fc9',12264,'* Get stages order by begin time.','qiyu-xie','2020-12-09 16:31:06'),(1211,2,'d30a395ec0dde522f77606d5b2a14d300390183c',12266,'* Finish task#8590,task#8589.','leiyong','2020-12-09 17:20:55'),(1210,2,'20f7d80e106eee141a30720ed6c612ee9d455da0',12267,'* Fix bug,','leiyong','2020-12-09 17:28:29'),(1209,2,'0493cae00d07400b620083aacd241a81d3bbe69e',12269,'* Fix bug.','leiyong','2020-12-09 17:52:50'),(1208,2,'e8fb07c9e39ead58a8482eff8ae8dc267dda18c7',12270,'* Finish task#8602.','qiyu-xie','2020-12-09 21:06:21'),(1207,2,'bf6dcd8481e83897fa88bdfda16ff4c4b9b4d3eb',12268,'* adjust for check one click package.','wangyidong','2020-12-09 17:44:06'),(1206,2,'9c5a9dced5dc111bf319f9a929a721de19acf720',12272,'* Finish task#8592.','hufangzhou','2020-12-10 09:07:54'),(1205,2,'69e8548c1bf5e4634f608b6d7377264e594011e0',12271,'* Adjust code style.','tianshujie98','2020-12-10 08:27:42'),(1204,2,'4b95dd37d9d489e163cf21f9ad5c850d09f9b16d',12274,'* Adjust code style.','tianshujie98','2020-12-10 09:30:42'),(1203,2,'5d2180de9048a63d684397ebb1cc594f7e71ac97',12265,'* Fix lang.','qiyu-xie','2020-12-09 16:39:59'),(1202,2,'b117ab60d202910b66fd6a54cfc578a2c95bf06f',12273,'* Finish task#8602.','qiyu-xie','2020-12-10 09:23:19'),(1201,2,'55e7a7c316139beb3e560e8efde6a0c90b1b63ef',12275,'* When select create new product, product name cannot be empty.','qiyu-xie','2020-12-10 09:54:00'),(1200,2,'936647a9d8ff3122648eea2a746730ecd17a0412',12276,'* Fix a bug.','hufangzhou','2020-12-10 09:58:38'),(1198,2,'ba20f7e8f5a952341c98dc688ded974033f1fac4',12279,'* Fix an error.','hufangzhou','2020-12-10 10:56:56'),(1199,2,'0bd25091a5b6eab2cfc4dbb1a576fc261a78db87',12277,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-10 09:59:03'),(1197,2,'25234feeb93318ed4e07da8b83289d06c1e18d00',12280,'* Finish task#8603. Add judgment.','qiyu-xie','2020-12-10 11:07:02'),(1196,2,'7211b801eef5afdd7a1e9646c3b72932ba86b5fa',12281,'* Get sprints or stages order by begin time.','qiyu-xie','2020-12-10 11:13:47'),(1195,2,'80fd2fbaab1b368ebba0a5dd8b7428f02371dbfe',12282,'* Fix caselib error.','holan20180123','2020-12-10 13:11:33'),(1194,2,'01774f22a351338678bde27ae9b1de1c04cd7735',12283,'* Fix bug#3739.','hufangzhou','2020-12-10 13:17:48'),(1193,2,'cf38a216e68ea2293b7794bfe9f76a37a5d6fa9e',12284,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-10 13:17:58'),(1192,2,'24522396906c02a44ee10f8805f010ed7df2bac2',12285,'* Adjust linked products issues when creating independent projects.','tianshujie98','2020-12-10 13:22:52'),(1191,2,'344413426686660432d1cc30033846ce76cabf5f',12286,'* Fix search bugID.','tianshujie98','2020-12-10 13:52:51'),(1190,2,'19946b927bbb1b3823a1e6e653b96c0d15565610',12287,'* Fix configure scrum error.','holan20180123','2020-12-10 14:28:57'),(1189,2,'72713dfd6602911765765a0c113826359efb0e47',12288,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-10 14:29:38'),(1188,2,'5182c4ed3b268befb51c60650714859a2bef33cb',12289,'* Remove search type.','holan20180123','2020-12-10 14:37:36'),(1187,2,'9cbec051b230ec67e17a480c4837537875585dba',12291,'* Check product name when create project.','qiyu-xie','2020-12-10 14:50:06'),(1186,2,'e8cfabe8df5bc3177db2540410da5844337ad232',12290,'* Reduction.','tianshujie98','2020-12-10 14:40:42'),(1185,2,'3ecbf0262b44d1ea5e74beee28c7d3baa744d090',12278,'* Code for task #8597.','Yagami','2020-12-10 10:38:11'),(1184,2,'81302ef084aadaa43289dfe75cf0574e68726d19',12292,'* Finish task #8597.','Yagami','2020-12-10 15:05:09'),(1183,2,'380fee26aa47d491f8b4d996b9ab944a9fb313ae',12293,'* Fix bug #3747.','tianshujie98','2020-12-10 15:25:28'),(1182,2,'3dcd7efbd22db274a6a9ebbfc9da5ad234050b04',12294,'* Fix search menu.','Yagami','2020-12-10 15:34:10'),(1181,2,'5d505e3362cd9a28c1d0073730bc06192ef37944',12295,'* Modify the sort of docLib.','qiyu-xie','2020-12-10 16:22:12'),(1180,2,'ecae390f75a5da3ec25e8c2ffb98b761378332df',12296,'* adjust style.','wangyidong','2020-12-10 17:06:31'),(1179,2,'28af1ae7e38b45457be8d9f809bd7f6052a1b94a',12297,'* adjust for notice one click safe.','wangyidong','2020-12-10 17:06:50'),(1178,2,'cd9b90a54118d5ad926c3afd52530ca65e9f8096',12298,'* Fix bug#3752.','hufangzhou','2020-12-10 17:11:41'),(1177,2,'3e00b818160712af9fef39ee5ccb6d6ca0205d30',12299,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-10 17:11:54'),(1176,2,'dafaae3321d38482122e787b7108b472bf06dbdb',12300,'* adjust for en lang.','wangyidong','2020-12-10 17:14:17'),(1175,2,'b3244a73a34e6a7047fb03ea2ea7623828f41b98',12301,'* adjust for en lang.','wangyidong','2020-12-10 17:15:34'),(1174,2,'9fb5a40e8de0578bf4d3ce1ee778e7b5590429b4',12302,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-12-10 17:16:42'),(1173,2,'197d1c03559b49f735e25f2aaec51bf0a45ca9ff',12304,'* adjust for en lang.','wangyidong','2020-12-10 17:22:21'),(1172,2,'613f64a483f86124779c36afc9e64ca946ba15c1',12303,'* Modify the sort of docLib.','qiyu-xie','2020-12-10 17:16:52'),(1171,2,'e82efd6291849f985f13ed622662026e2867fc76',12305,'* Modify error when have custom docLib.','qiyu-xie','2020-12-10 17:29:45'),(1170,2,'0c0ed3ca183a2633ef7b2a559cb68acd61b4c7f7',12306,'* Fix an error.','hufangzhou','2020-12-10 17:37:15'),(1169,2,'328a9683bae92a0c72c871da6ccfcd3e4742129f',12307,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-10 17:37:22'),(1168,2,'36f23e3879fdc7f64ff8e99ecdd05df62a8ad350',12308,'* Optimize the code.','qiyu-xie','2020-12-11 08:11:00'),(1167,2,'54bea018256cc277e3abfbbec79957076bf0e2a2',12309,'* Fix bug#3751.','hufangzhou','2020-12-11 08:46:41'),(1165,2,'4ea7be9c725fd9c92a01e57f906a5fdcbc405990',12311,'* adjust lang.','wangyidong','2020-12-11 08:53:07'),(1166,2,'57e87d637dbfbb8eda7054efb363e3aa1d087f83',12310,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-11 08:47:32'),(1163,2,'0d492cdffd0376d6214fc07e9b6ece2fdbcac61b',12313,'* Adjust code style.','tianshujie98','2020-12-11 09:41:55'),(1164,2,'5eda53df87b8ab3281529c7b1b173ee8a372f3e7',12312,'* code for bug #3693.','wangyidong','2020-12-11 09:30:43'),(1162,2,'95470ded6e14dc6a1b3de6598610e7500ceed63f',12314,'* code bug #3688.','wangyidong','2020-12-11 09:54:23'),(1161,2,'0aa9987f0c69c563717241a2110fbf1ddf72f26e',12315,'* Fix bug#3755.','hufangzhou','2020-12-11 10:06:26'),(1159,2,'4696296c91c3469974e3dc7bac8a7d95ba9e1718',12317,'* Fix bug.','qiyu-xie','2020-12-11 10:09:06'),(1160,2,'ad87de1b2310372cb03d71a8439a95fd532cf58d',12316,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-11 10:06:47'),(1158,2,'51e91bc786d2abc244cfc796c1070c33ab5888f9',12318,'* code bug #3568.','wangyidong','2020-12-11 10:14:29'),(1157,2,'6d7fbdc21f9681ebbf12ef1ebfc7f793052c60d7',12319,'* Fix version search problem.','tianshujie98','2020-12-11 10:21:27'),(1156,2,'e63b3cdce0c1caa26909536f36f8a57b4cf00373',12320,'* Adjust code style.','tianshujie98','2020-12-11 10:34:50'),(1155,2,'a1b53ed59b685a7dcf47daade7ef9d18bddd435d',12321,'* Fix bug.','tianshujie98','2020-12-11 10:43:26'),(1154,2,'4771e3c300eff3c714c9c1dc04d9cfa90d8710ef',12322,'* Fix bug 3754.','holan20180123','2020-12-11 11:31:57'),(1152,2,'38867fc96cb41c4e012218340c4cb5fd5f01742a',12325,'* Fix bug#3749.','leiyong','2020-12-11 13:02:43'),(1153,2,'791f1201dd5d31e939d11b4591b46841401746a8',12324,'* Fix bug #3756.','holan20180123','2020-12-11 11:42:55'),(1150,2,'dabb2d003d082fce57de13b583dbfe968934e30b',12328,'* Adjust code style.','tianshujie98','2020-12-11 15:44:31'),(1151,2,'7af282b5f87af02b25ba0358b24c95f5aaf3e430',12326,'* Fix bug #3753.','holan20180123','2020-12-11 13:09:13'),(1149,2,'c858ae19e34aff11f167d821c846ef2f853f2e30',12329,'* fix for undelete project.','wangyidong','2020-12-11 15:47:12'),(1148,2,'b286abd39f4721072cdeb9888895971834b2e865',12330,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-11 15:53:07'),(1146,2,'1ef8caaca3472d218d70fd6cb3f8ea3d7e3be26d',12332,'* update zui.js.','Catouse','2020-12-11 16:02:07'),(1147,2,'1eeb88a7231af5b311cefab0ac856574a4fb8eef',12331,'* Fix delete issue.','tianshujie98','2020-12-11 15:53:20'),(1130,2,'c771e1947c1f962fe46860744bc449b3b534037e',12346,'Merge branch \'12.x\'','wangyidong','2020-12-11 20:42:10'),(1131,2,'a18ac6792e6ac21b4fb9b63c510173e104b6c2aa',12345,'* Modify call a database query in foreach.','qiyu-xie','2020-12-11 17:32:29'),(1132,2,'f34457b20e2baad278207f8464e0e2f978fe705c',12344,'* Add comment.','tianshujie98','2020-12-11 17:26:46'),(1133,2,'5dbd8270bb9343532cd5109c9c9ef98bd8d17c04',12343,'* fix bug #3744.','wangyidong','2020-12-11 17:22:40'),(1134,2,'eadd494a9b16126147409da49c7ccfcc21bdd939',12342,'* fix bug.','wangyidong','2020-12-11 16:55:52'),(1135,2,'aa7c7c43c4e26a015cf72bdb2a649bf252ece915',12340,'* fix bug.','wangyidong','2020-12-11 16:48:37'),(1136,2,'f734f15e7affacf1895eb9561ccbd032fb3fd6a4',12341,'* Adjust code style.','tianshujie98','2020-12-11 16:52:33'),(1137,2,'f0d0a807ee9fb19aecd814e130ffbdc1879acde6',12339,'* Upgrade unified zt_build table format.','tianshujie98','2020-12-11 16:38:05'),(1138,2,'3ae0d546762ce3a115ef68fec7d0b0a56034c34c',12338,'* Fix bug.','leiyong','2020-12-11 16:26:47'),(1139,2,'feb8e765aee00b5f06704a1db96feda3ec070a60',12336,'* Optimize the code.','qiyu-xie','2020-12-11 16:07:43'),(1140,2,'f7d642e8431393781408a417118f853b7e555c9f',12337,'* adjust for build by tag.','wangyidong','2020-12-11 16:09:43'),(1141,2,'4b3e0928220a9a77f1540c0a9f47e9b2db8167e3',12323,'* fix bug #3657.','wangyidong','2020-12-11 11:41:45'),(1142,2,'9efabc5d051567fd4f06c71411fded4bb640ec99',12333,'* Adjust code.','Yagami','2020-12-11 16:03:05'),(1143,2,'e82c98d242411aca2115bb643316ba2ffaf1f67a',12334,'* update kindeditor to support transfer events from iframe to parent document.','Catouse','2020-12-11 16:03:17'),(1144,2,'bc180ce00c1d99e9cc7bee8530f3b30993fd87e9',12327,'* Adjust code.','Yagami','2020-12-11 15:08:04'),(1145,2,'894da720a321be96edbf210883bc42508790d206',12335,'* update kindeditor to support transfer events from iframe to parent document.','Catouse','2020-12-11 16:03:17'),(1129,2,'119b89ef16d5145ebb0a299d6f144297437d47c5',12347,'* Adjust the code.','hufangzhou','2020-12-14 08:46:40'),(1128,2,'e168ba731359ff7d04de9be7b1aa21d51bae9d3a',12348,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-14 08:47:06'),(1127,2,'6db741c5da6f45654acf7aefbe0ab71987f3fbf4',12349,'* Fix bug #3758.','tianshujie98','2020-12-14 10:29:10'),(1126,2,'a91ebce2fbcfa29dd5608d2df5d7e9040a5bb79a',12350,'* Fix bug.','tianshujie98','2020-12-14 10:38:06'),(1125,2,'d6e26536a69fbaaa52120bbb355af7a9d15481ec',12351,'* Modify code for task#8591.','qiyu-xie','2020-12-14 10:49:37'),(1124,2,'64fc9f5c84ce5ae56566fcee0fc739b8ec2a29d0',12352,'* Fix bug#3757.','qiyu-xie','2020-12-14 13:19:45'),(1123,2,'0847f26429af0207ef43f90ba02f75441cffc8a2',12353,'* Fix bug #3759.','holan20180123','2020-12-14 13:39:51'),(1122,2,'c745808f86016a5a577bb4ef5c9edc7efe90f30d',12354,'* update $.gotoObject method.','Catouse','2020-12-14 13:41:04'),(1121,2,'f60745172cdf2f4cf9309a7c7b5bf0b407fb0ba2',12355,'* Delete duplicate fields.','tianshujie98','2020-12-14 13:51:30'),(1120,2,'129b727375e89992ab8efe060eb2b53a24a4c524',12357,'* Fix a bug.','hufangzhou','2020-12-14 14:10:56'),(1119,2,'7a4947d9703d96e17ebf525982e9b4e10e92699e',12359,'* Adjust code.','leiyong','2020-12-14 14:47:51'),(1118,2,'f25e318ed0d05efa6de248ca00efe3958ca8bbbe',12356,'* Modify link.','qiyu-xie','2020-12-14 13:59:32'),(1117,2,'8910eaba5df8b9db0ee7cb179fa35c0fa2102849',12360,'* Fix bug#3729.','qiyu-xie','2020-12-14 15:14:11'),(1116,2,'f4dc0e656cc9212654c642d0930c759cdac56b9c',12362,'* Fix bug #3708.','holan20180123','2020-12-14 16:10:47'),(1115,2,'0d187a518b7ac1133da80b582609ed3862d97ebc',12358,'* Adjust code style.','tianshujie98','2020-12-14 14:45:22'),(1114,2,'49cb5fef8b90ea158e96945f549cb74a7dae6015',12364,'* Add comment.','tianshujie98','2020-12-14 16:19:43'),(1113,2,'ff67859fd0386c2472664b2996b1830a777b3666',12365,'* Fix bug #3708.','holan20180123','2020-12-14 16:24:35'),(1112,2,'db55458c1573c815eb980fa41cb0b7bbcdb46069',12363,'* Modify the overview of the project, only one product is counted.','qiyu-xie','2020-12-14 16:11:51'),(1111,2,'c71a5b14bbae2420d07a6cf8a449ac5dbcb1ee01',12366,'* Fix bug.','qiyu-xie','2020-12-14 17:20:24'),(1110,2,'200410c2bbb9ded4db7d252951551e5fff80328e',12367,'* Delete PGMView method.','leiyong','2020-12-14 23:31:13'),(1109,2,'1bcadb52601605f9b6f317048ffe511e373502b2',12368,'* Fix an error.','hufangzhou','2020-12-15 08:25:03'),(1108,2,'2e747acb1fb3afd8a4f5ffbe3a3a9103ec635ac4',12369,'* Adjust code style.','qiyu-xie','2020-12-15 09:21:35'),(1107,2,'8a1e26837d3306cc221c2f1cef9577ea710b56d2',12370,'* Delete link.','qiyu-xie','2020-12-15 09:34:58'),(1106,2,'a173276115b15ce4fa1cd81f8d01cb4265054a97',12371,'* Fix bug.','leiyong','2020-12-15 10:16:39'),(1105,2,'90f9d9ad7cac0f0abfaaba6aa7af7d2da661b867',12372,'* Adjust code style.','tianshujie98','2020-12-15 17:29:59'),(1104,2,'dbcc5c949b55f1a6be69c7412e02977c5735e197',12373,'* Adjust the code.','hufangzhou','2020-12-16 08:25:44'),(1103,2,'6583d98e15561ad8d04c03ad6aacb92a018e4003',12374,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-16 08:26:01'),(1102,2,'0d1b376fcf99a83165a9b0bc42d14a343f8e75db',12375,'* Adjust the code.','hufangzhou','2020-12-16 08:59:44'),(1101,2,'cd5e4e1593590aabb35d222038816d4dbf5fed5d',12376,'* Adjust code.','leiyong','2020-12-16 09:04:13'),(1100,2,'b7f2235dc406bfec2eddda5e4934828378128d45',12377,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-16 09:04:35'),(1099,2,'f73812b3e1a14bb1b4b5f7f9a10f4c781247a610',12378,'* Modify the function comment.','hufangzhou','2020-12-16 10:07:02'),(1098,2,'3bc550e573d1e4f84041c4863a611e67013ad88e',12381,'* Modify the commit field type.','tianshujie98','2020-12-16 13:26:22'),(1097,2,'18d59ed47872241829a920ca32e4026d830ef897',12379,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-16 10:07:12'),(1096,2,'adac247b71b448c5b2577e9b783017ca257fab17',12380,'* Finish task#8657.','hufangzhou','2020-12-16 10:16:12'),(1095,2,'61d69d5321d057dfe30e91ae60df9217e5065fc1',12382,'* Finish task #8679.','holan20180123','2020-12-16 13:44:00'),(1094,2,'bc5decef6ef3d48ed0ee6747c9c02e580e6298dc',12383,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-12-16 13:44:20'),(1093,2,'8b80e3b2172def9c9287483c140141e224b06a81',12384,'* Finish task#8656.','hufangzhou','2020-12-16 13:49:11'),(1092,2,'bc839b6e9b2f1cbdfedcd923c84280beb734d662',12385,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-16 13:49:24'),(1091,2,'290e4fe73d5a41a39eb5034da4ca212104ea96b2',12386,'* Finish task#8699.','leiyong','2020-12-16 14:10:34'),(1090,2,'62bbdfa544ec6a339a4f260a0df91197342175ba',12388,'* Finish task #8695.','tianshujie98','2020-12-16 14:20:17'),(1089,2,'30e13a49c886038c8ef3ebcb81df4bdad20fdb50',12389,'* Finish task#8687.','hufangzhou','2020-12-16 14:22:32'),(1088,2,'db3dccfe5e4188214dfe17de0990f7389105710a',12390,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-16 14:22:45'),(1087,2,'cf3ba0798f428a5b4e96b5142e78b0446bc2657e',12387,'* Finish task#8698.','qiyu-xie','2020-12-16 14:19:29'),(1086,2,'14ce1b7a909809a79281e4ed9a5ada9792b13c56',12391,'* Finish task#8697.','leiyong','2020-12-16 14:36:24'),(1084,2,'44c7bcbd59d443e12668a1674aec08e35d02e2ec',12394,'* Finish task #8678.','holan20180123','2020-12-16 14:46:05'),(1085,2,'c1fb6ddf0e15a803c4fd0f571a7bb29033fc737e',12392,'* Finish task #8651.','tianshujie98','2020-12-16 14:38:47'),(1083,2,'a7669d60f4a8124338aaffedb9de802990a45006',12393,'* Change the program variable to project.','tianshujie98','2020-12-16 14:45:45'),(1082,2,'d1b96633f160b26e2fd6c03bf5592abc8dc94b33',12395,'* Change for compatible openssl and mcrypt. * Fix error when no isset canBeChanged var.','wangyidong','2020-12-16 14:48:27'),(1081,2,'51f12ade78230282558e661534958ffdc60bd4e3',12396,'* Finish task #8688.','tianshujie98','2020-12-16 15:01:24'),(1080,2,'c6ce008774ed057880864b6656550c77e7ff9559',12397,'* Finish task #8683.','tianshujie98','2020-12-16 15:23:51'),(1079,2,'54f6434a5c52147e6e19462292d8b11fc30f718c',12398,'* Finish task#8659.','qiyu-xie','2020-12-16 15:28:00'),(1078,2,'9a214bbae274c7aeaa0c3bfa04fd7078a4b8a1c1',12399,'* Finish task #8680.','tianshujie98','2020-12-16 15:30:59'),(1077,2,'b6fd197901b3d6dcf315f33c0da52a219bbca570',12400,'* Finish task #8669.','tianshujie98','2020-12-16 15:35:46'),(1075,2,'187b665fd0da4b42b76349b2b768e8f1f5d5ad3a',12402,'* Finish task #8677.','holan20180123','2020-12-16 15:49:17'),(1076,2,'ae5ac873f1039ddb2f2d91dedc0e8b2b41ec30fc',12401,'* Fix bug#3692.','qiyu-xie','2020-12-16 15:36:50'),(1074,2,'3c970489fa9e8c212e73499d73f8eebaf49d81ed',12403,'* Finish task #8574.','holan20180123','2020-12-16 16:10:31'),(1073,2,'8967a97964a8189f9f2eaf02807a551765469f3f',12404,'* Finish task #8686.','tianshujie98','2020-12-16 16:28:53'),(1072,2,'3c2d15a481d5a84e026c4f4643db845da7fc2203',12361,'* Fix lang.','Yagami','2020-12-14 15:44:41'),(1071,2,'b8d97f2f2dcf734dcada8df4a1fc9973d6acbb8c',12406,'* Adjust code.','Yagami','2020-12-16 16:51:58'),(1070,2,'ae552beafa9302ef076c021db8b01b37fbd90654',12407,'* Merge sql.','Yagami','2020-12-16 16:52:37'),(1069,2,'1a245d7229dbb45ecf1ab9f12874a6b92d04626c',12405,'* Finish task #8686.','tianshujie98','2020-12-16 16:50:18'),(1068,2,'8570e4fae9e596e30b3078c56731d6358006cd98',12408,'* Finish task #8672.','holan20180123','2020-12-16 17:13:50'),(1067,2,'687c85c539af43ab7d21d4ed14fbd04f7f8ec7f9',12409,'* Finish task#8689.','leiyong','2020-12-16 17:25:09'),(1066,2,'79359a5571ad41f68c357dab89d3c4b1c5bf3194',12410,'* code for task #8653.','wangyidong','2020-12-16 17:25:45'),(1065,2,'6029f1ac69aa5c1aab4db29a89bb47517a385e2d',12411,'* Adjust code.','leiyong','2020-12-16 17:27:44'),(1063,2,'411fff6248e982200fe7c1c416e2e022b138c31b',12413,'* finish task #8681.','wangyidong','2020-12-16 17:29:29'),(1064,2,'061abbd023b3217c9097d71ab3f94e43b58e5031',12412,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-16 17:29:21'),(1062,2,'16c921432d8f84e45fefe87a515c44045552762d',12414,'* finish task #8682.','wangyidong','2020-12-16 17:34:05'),(1061,2,'417cc0d800077df8ed42cfaf473b3884e82ce0cd',12415,'* Finish task#8661.','hufangzhou','2020-12-17 08:45:26'),(1060,2,'bb8556a296f489f18cf138fd0940ea0d4d8afc31',12416,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 08:45:44'),(1059,2,'2c4d89ed45dc199181368875d194b8902cdd991a',12417,'* Adjust code.','leiyong','2020-12-17 08:56:09'),(1058,2,'f30d0a990ec332ef4d22f328716b16edeb414746',12418,'* Finish task#8663.','leiyong','2020-12-17 09:04:05'),(1057,2,'47cebcb39b8812b67cae26359754af3e8599f710',12420,'* Fix bug.','leiyong','2020-12-17 09:14:13'),(1056,2,'9cc53ca106bb9c2405871efcfd24d6e5936fca2b',12419,'* Fix bug.','tianshujie98','2020-12-17 09:09:56'),(1055,2,'8b2007c56495ff61fdf8e7a3a61609ca874f7be7',12421,'* Finish task#8655.','leiyong','2020-12-17 09:20:41'),(1054,2,'27006dfc8e3e0f7838831381ee151aef7d5b0f25',12423,'* Finish task#8665.','hufangzhou','2020-12-17 09:26:32'),(1053,2,'2688718ee0b0d522c38f342b41395de6c500383e',12424,'* Finish task #8673.','holan20180123','2020-12-17 09:26:35'),(1052,2,'3c207004b127f5ca8b7cdf2d5c0dfb7b820c7da9',12425,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 09:27:10'),(1051,2,'570132c5b5ba14723a613300fc7007c8c34116ac',12426,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 09:27:36'),(1050,2,'451ed69d38d89f5f75ab72bb9ce62b7b55a73f32',12422,'* finish task #8701.','wangyidong','2020-12-17 09:23:42'),(1049,2,'167c13f47fcb475e4d6527d702fb629c853522da',12427,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-12-17 09:31:10'),(1048,2,'b6fde22ae476f8008b239c17154cc1acffea653e',12428,'* Modify the variable name.','hufangzhou','2020-12-17 09:37:24'),(1047,2,'5bd9adb5d6531fab639cc7c9761e69cde5ce78f7',12429,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 09:37:34'),(1046,2,'3663a1dd337a1d444eb18957bbc35ff343be1aa0',12430,'* Finish task#8691.','qiyu-xie','2020-12-17 09:46:34'),(1044,2,'4bde79bc36af22a058ff33df9c9dfef2e76766c4',12432,'* Fix bug.','tianshujie98','2020-12-17 09:57:07'),(1045,2,'46fb8e19ec22d7c0710e731b210bc9064dfe9866',12431,'* Change variable name.','tianshujie98','2020-12-17 09:52:16'),(1043,2,'70864b85e04e9b91a41f3eeb6ba98b67296fd7d6',12433,'* Batch create the todos which type is story.','hufangzhou','2020-12-17 10:00:02'),(1042,2,'2802710a55836c9be7393cac653ae1eb5cfb6cdd',12434,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 10:00:19'),(1041,2,'7c3a4053aa695637b1356394de5a5a1ae7377bb3',12435,'* Recode story concept.','Yagami','2020-12-17 10:29:14'),(1040,2,'b1ecc77991ee5b30bf323b5beda1b6a3f52f327b',12436,'* Modify the variables of the design module.','tianshujie98','2020-12-17 10:34:05'),(1039,2,'95acba9fdeb177bcc4a6f8833f54f13d6cf89fbb',12437,'* finish task #8668.','wangyidong','2020-12-17 10:58:37'),(1038,2,'6d61bc7129fb7797ea53fcdcae4c787e413f8f6f',12438,'* Modify the variables of the group module.','tianshujie98','2020-12-17 10:59:30'),(1037,2,'68c5c8b36073272e10a7463ab5bdcc2af05376b8',12439,'* Modify the variables of the issue module.','tianshujie98','2020-12-17 11:09:55'),(1036,2,'58faa489a173c8c600fdd39a24a6cdca0adf2953',12440,'* Adjust code.','Yagami','2020-12-17 11:17:59'),(1034,2,'0ac623456fcb46f26c5914ef1ea3ad3f7c52d4c2',12442,'* Adjust code.','Yagami','2020-12-17 11:28:12'),(1035,2,'03ff16a5d2f1191b58a7da555e97d31c743391a2',12441,'* Modify the variables of the my module.','tianshujie98','2020-12-17 11:23:00'),(1033,2,'ec3ffde99c0b6c134d24566175d3e8186129aad9',12443,'* Use the defined sprintcommon.','leiyong','2020-12-17 13:23:52'),(1032,2,'9e34f458a9723e1224991dc2e4179cf2e193f6de',12444,'* Fix bug#3761.','hufangzhou','2020-12-17 13:25:34'),(1031,2,'447dacf8f926bf40bcea8b6bfa80d088e07bf1dd',12445,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 13:25:49'),(1030,2,'915b7533cf4ed3a1122c4d688b33129f14168305',12446,'* Fix bug.','Yagami','2020-12-17 13:27:47'),(1029,2,'50678f6e1d62046ac84dc483c03b664545655d7c',12447,'* Modify the variables of the risk module.','tianshujie98','2020-12-17 13:31:49'),(1028,2,'3dc92c0c068935d43f1179e8891353385e38da09',12448,'* Create project set story concept to product.','Yagami','2020-12-17 13:46:43'),(1027,2,'7c0132ae9b74d346fb49e67ff60fd8203ad06a92',12449,'* Modify the variables of the story module.','tianshujie98','2020-12-17 13:49:30'),(1026,2,'7df940676077adb9f8fb78529b1a0a639d39ecad',12450,'* Finish task #8666.','holan20180123','2020-12-17 14:03:06'),(1024,2,'ef388e7528259506ede16ed2381359b585529c16',12452,'* Fix bug#3692.','qiyu-xie','2020-12-17 15:00:35'),(1025,2,'5d91eb77f4d2cc144029df443eecd3242a312dea',12451,'* Modify the variables of the user module.','tianshujie98','2020-12-17 14:43:18'),(1023,2,'521c98f11bb2246e139589394cb0078d394811f6',12453,'* Adjust code.','Yagami','2020-12-17 15:03:53'),(1021,2,'f41736f24728a72820d3035a85b8ef155fa36d6d',12455,'* Fix bug.','leiyong','2020-12-17 15:42:32'),(1022,2,'b7e12099f600ad63ec1994c666240072ba90aa26',12454,'* Fix bug.','leiyong','2020-12-17 15:15:30'),(1020,2,'b8873da77fa21b8825b91c9cd189e01eb9ce45f1',12456,'* Finish task#8671,task#8670.','leiyong','2020-12-17 16:04:14'),(1019,2,'10f1cee5b914dd48f94e9a3fd21ca72b828e0688',12457,'* Adjust code.','Yagami','2020-12-17 16:13:00'),(1018,2,'40a184c769ff9d248f0d0cb1bac0b03f685152d7',12458,'* Modify the code.','hufangzhou','2020-12-17 16:19:43'),(1017,2,'335d2f606c870c314fd8765933d493ded12dc442',12459,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-17 16:19:53'),(1015,2,'21299938d1835e3efb060e35ec48d4b57073e30d',12460,'* Adjust get URSR pairs method.','Yagami','2020-12-17 16:48:02'),(1016,2,'ea3300acf4837a0676e2ee565227467dd9a5c2c6',12461,'* Replace ->planCommon.','leiyong','2020-12-17 17:20:12'),(1014,2,'8efb436503ba5a6d316cd01e5b80f5c92b9203ae',12462,'* Fix bug.','Yagami','2020-12-17 17:32:40'),(1013,2,'245db6881be47080feac9636d309cb26e11a5a27',12463,'* Fix bug.','leiyong','2020-12-17 17:41:35'),(1011,2,'8e6d6bad63f4a04f8c10dc884782a9de2374ebc3',12465,'* Adjust executionCommon to execution->common.','leiyong','2020-12-18 10:03:32'),(1012,2,'46c6c94d67363e59efcfdc4f29dc093603af9be8',12464,'* Fix bug..','leiyong','2020-12-18 09:51:05'),(1010,2,'66747a8069b55369a62ac5dbd22393e08a86490f',12466,'* Rename project common to execution common.','Yagami','2020-12-18 10:04:30'),(1009,2,'93f96c665284a1403584a5d03b27b3b59ef83bcb',12467,'* Adjust code.','leiyong','2020-12-18 10:14:47'),(1008,2,'830a63c70567ccd3faadee3b5fa2a797ee5a34c7',12468,'* Add lang file.','Yagami','2020-12-18 11:08:50'),(1007,2,'48c725fe44d296ca8773af7327e937f32b7a4556',12469,'* Adjust code.','leiyong','2020-12-18 11:27:19'),(1006,2,'45eb98802006bed9f8c1030b8907f69f2430cacd',12470,'* Fix bug#3767.','hufangzhou','2020-12-18 11:56:09'),(1005,2,'91b64fce084e4f6c67a791177fb6f50393377e21',12471,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','hufangzhou','2020-12-18 11:56:31'),(1004,2,'499355027920f93d46007c3561ec8f6dfe7b1ff1',12472,'* Add en lang.','Yagami','2020-12-18 13:09:36'),(1003,2,'3d3c38c476088377ec98ba1cf46edb914cc4dd61',12473,'* Change version.','Yagami','2020-12-18 13:14:01'),(1002,2,'bff36567c9d4e95bb69bd9986cdb91f1db514794',12474,'* Adjust code.','leiyong','2020-12-18 13:35:10'),(1001,2,'ef7fa91f5cc2552c64248e2823fcce0bd7f0ee74',12475,'* Fix bug#3765.','leiyong','2020-12-18 14:06:26'),(1000,2,'474d079bbc8e2c0d210ba6500764d9ae27446b7f',12476,'* Add the sql for upgrade.','hufangzhou','2020-12-18 14:31:45'),(998,2,'0878df628646a676ce07b3756c64ae296701db7b',12478,'* Remove unused code.','Yagami','2020-12-18 14:46:18'),(999,2,'05fab16be61f3b257e9a8d8538de114f1e12a1b4',12477,'* Fix sql.','Yagami','2020-12-18 14:34:34'),(997,2,'8fc7117fb62e2fece2aa19bfabf1277564704cec',12479,'* Fix bug#3765.','hufangzhou','2020-12-18 15:52:36'),(996,2,'8089ffe9a678fd5a2e3097fd69fd35e5ae3dc328',12480,'* Adjust code.','leiyong','2020-12-18 16:18:41'),(995,2,'0ef98d965351134e58f19d17df1d16543c862c48',12481,'* Add title.','Yagami','2020-12-18 16:57:10'),(994,2,'583354728d05b934db0dda5ecd64c9cd8072f3a5',12482,'* Fix bug.','leiyong','2020-12-18 17:20:54'),(992,2,'4458e57c9d2ba840f9335249ab45ba2fc197e6f5',12484,'* Adjust code.','leiyong','2020-12-21 10:39:49'),(993,2,'a549ab0b46f162bc54abf7a3056577821ca06e2d',12483,'* Fix bug#3768.','hufangzhou','2020-12-21 10:02:53'),(991,2,'ee03da5f0415402e6d86fa524565ba49c58d77ce',12485,'* update buttons style in btn-group.','Catouse','2020-12-21 17:27:45'),(990,2,'fead6140adade332883b988e614b7995711e5497',12486,'* adjust for check.','wangyidong','2020-12-21 20:44:32'),(989,2,'8c7265d603f35df622b33fd1b0b3ebc24ea8c275',12488,'* Finish task #8800.','tianshujie98','2020-12-22 09:10:17'),(988,2,'9c1ffb8df24b87897a9de15511dc5a425f76971f',12489,'* Finish task #8777.','tianshujie98','2020-12-22 09:16:42'),(987,2,'4bd924b32819f46290a50d85f27837583a56c8e3',12490,'* Finish task #8754.','tianshujie98','2020-12-22 09:26:09'),(986,2,'2b82cd81f8e9c00b120192cc985d4d2bd756f6de',12487,'* Finish task#8743.','qiyu-xie','2020-12-22 08:20:20'),(1801,2,'0dc6b48d61b6afe555c0352ce29c7d3ee55d9193',11676,'* Finish task #8390.','holan20180123','2020-11-18 14:56:58'),(1802,2,'903044dc3d1c2c966bc7ae4b35c182873142f62c',11675,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','hufangzhou','2020-11-18 14:55:26'),(1803,2,'4d4bb33d40ca959d4262482348c9c161feb4ff18',11674,'* Adjust the code indentation.','hufangzhou','2020-11-18 14:55:17'),(1804,2,'568c524c85a39de992c08777c4b37236d42f95b5',11673,'* fix checkbox and radio position.','Catouse','2020-11-18 14:38:36'),(1805,2,'fac726a53cb91dddcb72901b5d1f81cf186774bd',11672,'* fix checkbox and radio position.','Catouse','2020-11-18 14:37:54'),(1806,2,'557a5d5d62f24992d40e9c6bcf418133337b40ae',11671,'* Finish task #8387.','holan20180123','2020-11-18 14:04:34'),(1807,2,'0def3e0b08a04de66de011ff829231258fb8ec0f',11670,'* Finish task#8419. Fix bug.','qiyu-xie','2020-11-18 14:01:27'),(1808,2,'a55a5382705a60d6016a66c1fe6c7ee9d1afa726',11669,'* Finish task #8390.','holan20180123','2020-11-18 13:52:07'),(1809,2,'0b855e68536e5b2bc70459289a522aabc20e41cc',11668,'* Fix details.','Yagami','2020-11-18 13:31:27'),(1810,2,'f9995e4362b398bb304c31acfc967b233d4fbad5',11667,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','holan20180123','2020-11-18 11:44:15'),(1811,2,'d1bb42ad3a80ed3e6428f2271f13b23598bad0c5',11666,'* Finish task #8376.','holan20180123','2020-11-18 11:34:41'),(1812,2,'48e4e31a3045b527c9ec170d2a82725575ea1c28',11665,'* Finish task #8397.','tianshujie98','2020-11-18 10:32:57'),(1813,2,'726bbc775bbcf3f0f129d7bfe09ee69bd7082153',11664,'* Finish task #8407.','holan20180123','2020-11-18 09:52:04'),(1814,2,'4d38c4985dfc6e0b64a54bb0a3539466af2c0c8e',11663,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','holan20180123','2020-11-18 09:51:58'),(1815,2,'b26569aa2d6a8041fa52b229d5b70872496f3939',11662,'* Fix a bug.','hufangzhou','2020-11-18 09:47:27'),(1816,2,'db13a97dc10d047fb14968bde7e6227506cf1eaa',11661,'* Finish task#8417.','hufangzhou','2020-11-18 09:20:24'),(1817,2,'2965ab0b5b2a6e62f870a83b621dfb3f9b6760ca',11660,'* Adjust the program module lang file.','leiyong','2020-11-18 09:17:20'),(1818,2,'55df1f202b0f3c01cdc4f22526adcb70c77a783a',11659,'* Finish task#8387.','hufangzhou','2020-11-18 09:09:16'),(1819,2,'76296225b405f32c0c8eb215d0d44be7bb11ddd0',11658,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','holan20180123','2020-11-18 09:07:56'),(1820,2,'b611a6fdf01de12d1f9bc993d4c4faa640521f92',11657,'* Finish task#8401.','hufangzhou','2020-11-18 08:52:50'),(1821,2,'e94ca07efe671cfc025396d93a5d35761d22ff87',11656,'* Adjust code.','leiyong','2020-11-17 17:36:20'),(1822,2,'bbea7497e8f7ebdd8308908fe69cb8952e8685a5',11655,'* Fix project end date.','Yagami','2020-11-17 17:27:51'),(1823,2,'48d521f958607494a8fea9635894bd805df9d469',11654,'* Finish task #8392.','holan20180123','2020-11-17 17:21:58'),(1824,2,'a34b9be9051a81ba97a0caa5c98d7b7dfdc95551',11653,'* Finish task #8406.','holan20180123','2020-11-17 17:17:38'),(1825,2,'8b15401fc5a7341318e3c3c8f2f9cb0411850d07',11652,'* add HttpOnly for cookie.','z','2020-11-17 17:00:14'),(1826,2,'c72e9c7664749fcb0b5b5237a0da5b9ead97bca8',11651,'* adjust for api-sql.','z','2020-11-17 16:59:52'),(1827,2,'e19f5296d71340ab92b01f487a37c12399bec446',11645,'* fix bug.','z','2020-11-17 16:24:54'),(1828,2,'3d85fc9346d57887ec96cd9b15d39949748fdebf',11650,'* Finish task#8423.','qiyu-xie','2020-11-17 16:58:46'),(1829,2,'9e7d7aa91ad5722dce9011a22073c1406e35c00b',11649,'* Finish task #8388.','holan20180123','2020-11-17 16:39:10'),(1830,2,'3aee933db697bf4793a47dbb744f7c38d3c90860',11648,'* Finish task #8386.','holan20180123','2020-11-17 16:32:41'),(1831,2,'c8cf8ce440c07b1afc928329074c237862bb75c8',11647,'* Finish task #8382.','holan20180123','2020-11-17 16:28:27'),(1832,2,'aa54b07ab39327d93ca41fe716474be08e6d065e',11646,'Merge branch \'12.x\' of https://github.com/easysoft/zentaopms into 12.x','holan20180123','2020-11-17 16:25:08'),(1833,2,'2d866bbd8bcfa84b0fdd14f4798a3f28e6ccd7d7',11644,'* Fix bug.','leiyong','2020-11-17 16:23:24'),(1834,2,'ca7070b2cb50bcbb1e7947c6a4d68067992ac76c',11643,'* Finish task#8419.','qiyu-xie','2020-11-17 16:21:38'),(1835,2,'cb8dc1bc3b4b62ee82bfcfc05378ef21a4994137',11642,'* Finish task #8389.','holan20180123','2020-11-17 16:11:06'),(1836,2,'811e7a9de859f53aea0e7e285904cd5d7a8ede4c',11641,'* Fix bug.','leiyong','2020-11-17 15:28:12'),(1837,2,'4943ce7bbe7fe7bd7e23d9f802716b6886cb0113',11640,'* Finish task #8387.','holan20180123','2020-11-17 15:25:16'),(1838,2,'f1423214eb31f99b0770b030ba7dcc3ffdbcbc91',11639,'* Finish task #8402.','tianshujie98','2020-11-17 15:12:09'),(1839,2,'ffc06ae5adeaa25be93a9a05f09d38c4dcd0e93d',11638,'* Finish task #8403.','tianshujie98','2020-11-17 15:04:55'),(1840,2,'bddac7fe2d4418d438fb7622dfe6edd4c9b46a53',11637,'* Finish task #8404.','tianshujie98','2020-11-17 14:58:41'),(1841,2,'5f299ebe402e719c21494535c523fdeaa4205e9d',11636,'* Finish task #8377.','holan20180123','2020-11-17 14:49:24'),(1842,2,'15c913d828c27b75b7c753f5c6e8e9cdeeabb640',11630,'* Finish task#8410.','qiyu-xie','2020-11-17 14:04:44'),(1843,2,'7c1f6c88f3882a7346cc5f253042b15f7893f068',11629,'* Finish task#8399.','qiyu-xie','2020-11-17 13:48:36'),(1844,2,'b96129db798188c291fa9ca02d4e8a5f7d5429d6',11635,'* Finish task #8420.','tianshujie98','2020-11-17 14:42:09'),(1845,2,'d0c79808c315461e03a11d968e18beacf76638ce',11633,'* Finish task #8405.','tianshujie98','2020-11-17 14:31:21'),(1846,2,'ed8dcc38cd862f9469e969d65b3bb71a987b486d',11632,'* Finish task #8422.','tianshujie98','2020-11-17 14:29:34'),(1847,2,'f08fd31a2ebaf9e961a465400ce21819575800da',11631,'* Finish task #8408.','tianshujie98','2020-11-17 14:21:59'),(1848,2,'fc6a6d198823b99323ffe777a20e27b9dc9b729c',11634,'* Finish task #8391.','holan20180123','2020-11-17 14:40:47'),(1849,2,'53503ab6fab271d58f2af38f45a2505342aa6c5d',11626,'* task #7641, support show projects in nested list.','Catouse','2020-08-27 09:02:30'),(1850,2,'88a70977e6cccf35d80c36f96765ab2a51b7bbd4',11627,'* task #7641, support show projects in nested list.','Catouse','2020-08-27 09:02:30'),(1851,2,'b10f3686a8cb73d5fb3132612b59c7f0b2abcaed',11623,'* fix cannot submit form without parentprogram data on create one.','Catouse','2020-08-26 15:17:58'),(1852,2,'3712145ff9d2afcb029bb5b087d8f9fe3cf0852b',11622,'* only show programs which status is doing in programteam block.','Catouse','2020-08-26 15:17:14'),(1853,2,'6040241c9436a52210f3c6c8a16aef6c4dc2e82b',11621,'* hide products select control on count less than 2.','Catouse','2020-08-26 15:16:37'),(1854,2,'2d290973e9c8eb8c11c88b539260f51739e1bdea',11625,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 16:11:48'),(1855,2,'b72a7dee436db28c5b9e901207de1f458b57a74d',11624,'Merge branch \'master\' into 20.x','Yagami','2020-08-26 16:10:36'),(1856,2,'0ba1cf2d4ce5fdce0730d9fc44fe4bbd5ef4d1dd',11620,'* Adjust code.','leiyong','2020-08-26 14:49:50'),(1857,2,'0f7a173c85129745547c2a50625fbd4fe4dc1e3c',11619,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 14:48:13'),(1858,2,'e0cd53d4cf3c9e5483b294964fb3c06ca6faf0f8',11618,'* task #7660, improve UI for cmmigantt block.','Catouse','2020-08-26 13:52:18'),(1859,2,'6f4f9a061eb47aa3d40abcd574735d74311d15ba',11610,'* task #7660, improve UI for cmmigantt block.','Catouse','2020-08-26 11:45:51'),(1860,2,'bd49215be595b64a4d66a1e5c5a5b515b9490803',11607,'* format code.','Catouse','2020-08-26 11:24:39'),(1861,2,'6265da18b97df72c2494fefbe9c9d3bcdea5d980',11617,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-26 13:10:36'),(1862,2,'a5e8c67ca7c62ff38e420bf1a672e3477fab347e',11616,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 13:10:11'),(1863,2,'6b93c993aa155d5e0fd991d76b10fa203dd3e26e',11615,'* set default isCat in edit program.','z','2020-08-26 13:10:05'),(1864,2,'17744cc4b57b53d60a86f8f45f8f0c05093d5529',11614,'* Merger code.','leiyong','2020-08-26 13:09:51'),(1865,2,'d49a2f43c10b77ceb9af56f0183c9d2a66e25ac8',11613,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 13:08:08'),(1866,2,'8e4e53adfcc394148b10ca53118ba924458a48ad',11612,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 13:07:41'),(1867,2,'6252c1b0eb1be4c2740666c8a68c97a99160c522',11611,'* Fix sort bug.','tianshujie98','2020-08-26 12:03:58'),(1868,2,'d6cb4f1d75176cd49396a77890e71f73e910df86',11609,'* Fix menu order.','Yagami','2020-08-26 11:30:06'),(1869,2,'704382ce01b7c036944bec256ad0c290f7effe5c',11608,'* Add required field ID.','tianshujie98','2020-08-26 11:28:35'),(1870,2,'a2851c968f0679b0985c5a3366f781e62889ca46',11606,'* fix dropmenu position of datetimepicker.','Catouse','2020-08-26 11:18:56'),(1871,2,'543e58ada0ce01dde619daa8d069f788606ce540',11605,'* fix task not show in cmmigantt block sometimes.','Catouse','2020-08-26 11:15:19'),(1872,2,'a6828eaa077cb620da8002dce9e5d70ed1751554',11603,'* typo.','Catouse','2020-08-26 11:09:21'),(1873,2,'00266f91186b3aa523cd53a5f729e123f96151e1',11602,'* fix variable name typo.','Catouse','2020-08-26 11:08:50'),(1874,2,'295238a20379540de24aa363862414543c283543',11601,'* fix js object difinition error.','Catouse','2020-08-26 11:08:15'),(1875,2,'b1def9c9cadd10f1c7042e697243e33ae64bffbe',11604,'* Add repo module lang.','qiyu-xie','2020-08-26 11:12:59'),(1876,2,'e8c9d1e5e94739c8579672e6d4329f0b54647474',11600,'* Add story module lang.','qiyu-xie','2020-08-26 11:03:00'),(1877,2,'4c4367f7fe41810aeb603466b4acc69d5e09c847',11599,'* Remove duplicate definitions.','tianshujie98','2020-08-26 11:00:08'),(1878,2,'18153da73f1e7c6372b565896d535b1de6ce457a',11598,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-26 10:55:15'),(1879,2,'aedaea43368f36e24fe915b957cd5c6978798143',11597,'* Add English file content.','tianshujie98','2020-08-26 10:52:51'),(1880,2,'fe6c181224b6e1b6c5998ac9587e9f2fc116f832',11596,'* Finish task#7652.','hufangzhou','2020-08-26 10:42:31'),(1881,2,'dd49d9e613d122414dd1868f1f38b3ff887b2371',11595,'* Add task module lang.','qiyu-xie','2020-08-26 10:34:58'),(1882,2,'75df9a7300e44e1c6d763ff5faaea7262ffa2656',11594,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','qiyu-xie','2020-08-26 10:33:45'),(1883,2,'971d2b0cfaa46069dc22253efd3c6d7adae0027c',11593,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-26 10:31:01'),(1884,2,'518ca3027e415cfb330b5885d06a6a634fdbbed6',11592,'* adjust for en lang.','z','2020-08-26 10:30:41'),(1885,2,'31b533eac1985cb4ea76bd27e97001222105443b',11591,'* Fix bug #3404.','holan20180123','2020-08-26 10:24:28'),(1886,2,'f2238e567fd969ad300c75e468960eeddab43bf7',11590,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-26 10:21:09'),(1887,2,'c8e660380a190ac8583bfdcb0abd201e8d5c8623',11589,'* Fix bug #3397,3398,3399.','holan20180123','2020-08-26 10:20:32'),(1888,2,'e6879f283d3fb3d10ed91af96ac4144c794d77c4',11588,'* adjust code for update.','z','2020-08-26 10:19:39'),(1889,2,'1a9df490573b7d1026824ef3541989ff5241dcb1',11587,'* Add task module lang.','qiyu-xie','2020-08-26 10:14:41'),(1890,2,'35304da79a2bb64601f40dc37c71ccacd7472a3d',11586,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-26 10:11:44'),(1891,2,'b55ef50a46c721dadf724311520ed1da77d9cffa',11585,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-26 10:11:25'),(1892,2,'aa6f7b5d5f07c57b6be50baf0b9b8caac2ec171e',11584,'* Finish task#7654.','leiyong','2020-08-26 10:11:20'),(1893,2,'8eb7358131bf2687172d0fd0368abee971e37eac',11583,'* adjust for check begin and end.','z','2020-08-26 10:10:01'),(1894,2,'2942519ed8794c826ba498b446895374b2dd7faf',11582,'* improve UI of recentprogram block.','Catouse','2020-08-26 09:56:29'),(1895,2,'413a53019efdedd30fa008d217aea522971e4776',11581,'* refactor.','Catouse','2020-08-26 09:56:16'),(1896,2,'24064443ac2c358af5d7162bc6cabb8dd6d5d7eb',11576,'* change font size to 14 in menu and navbar.','Catouse','2020-08-26 09:36:27'),(1897,2,'d9e9623e072aff74c4647f44ab25df06273ac1a2',11580,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 09:48:14'),(1898,2,'ed353f7ebdc160678a16337827af74345a905ee9',11579,'* Fix en menu.','Yagami','2020-08-26 09:47:58'),(1899,2,'7b3c3b65a8bd4df6941258ebb849cadffb00c7a3',11578,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-26 09:46:50'),(1900,2,'f6ec68ffe878e2754c6da25736f6d4e7987f9e0e',11577,'* Add English lang file for progranplan module.','holan20180123','2020-08-26 09:46:17'),(1901,2,'5095245438797a637b98ee189cbc1d85b47c1560',11575,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-26 09:32:30'),(1902,2,'82a3cdadde9d12410459c006e62027bfe70d9198',11574,'* Unified action/lang file.','tianshujie98','2020-08-26 09:30:00'),(1903,2,'4240f51ae5619a54a4cfa6a9d52bcbb7d1f79b7d',11573,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-26 09:23:26'),(1904,2,'77cf55dd790f9121277a2e68a286482ec9510d4e',11572,'* Fix system menu header.','Yagami','2020-08-26 09:23:01'),(1905,2,'bd2cf28ff1971e1349f0ff8e7535f573181c7a34',11571,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-26 09:10:56'),(1906,2,'f4ccf99b1d9002c97f454537ef79eda4d7959a3b',11570,'* Edit English lang file for user module.','holan20180123','2020-08-26 09:10:23'),(1907,2,'640bb8c7d3047be6c412ebbb322d5a97a52483f2',11569,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-26 09:06:41'),(1908,2,'41ecce79d5e290f7ef122db1484ecd7c3a7e1266',11568,'* Add comment.','tianshujie98','2020-08-26 09:05:49'),(1909,2,'76628a20a59485068e9f39ed0e14309c50a223e5',11567,'* Add English lang file.','holan20180123','2020-08-26 09:02:43'),(1910,2,'2ea4545a7c18afa1b9376c227d639c3dad85f599',11566,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-26 08:35:48'),(1911,2,'00fe28cc807a262c3af2663e19e2996b448cd832',11565,'* Unified button format.','tianshujie98','2020-08-26 08:33:11'),(1912,2,'f73b8162808d39dc01d6bcb807e44295fb28cd1f',11564,'* improve UI of program cards view.','Catouse','2020-08-26 08:26:45'),(1913,2,'f71882401e56763d0e53048dca0ec83698c182ba',11563,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-26 08:12:27'),(1914,2,'89f8a86f3fa1d57713eb88b9571b9035a18e6f1f',11562,'* Add judgment when the database is empty.','tianshujie98','2020-08-26 08:11:21'),(1915,2,'7853944ceaeaaff87e916d101b5ec16acf8f7851',11561,'* Add scrum overview block.','leiyong','2020-08-25 18:51:53'),(1916,2,'784a002bc01f88437a6ee091405d53ca680e0d13',11560,'* Fix bug.','tianshujie98','2020-08-25 17:38:19'),(1917,2,'11b3c29bb27e1a3cdce54a3ce9ccec2cef579adf',11559,'* Add en.php.','qiyu-xie','2020-08-25 17:25:42'),(1918,2,'1b1ad2a3849ac443b0007388ea3e9ffa96a03cb4',11558,'* Fix Bug #3400.','tianshujie98','2020-08-25 17:24:32'),(1919,2,'356ced18f5664eea7f40239e62b61716f6a27fc6',11557,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 17:00:21'),(1920,2,'dbba92d084280cf4ad3ffd22ee186b47176c0afc',11556,'* Fix Bug #3401.','tianshujie98','2020-08-25 16:59:54'),(1921,2,'267ac8f0b77a4e9e894579083e23cfdff9478f94',11555,'* task #7651, improve UI of programteam block.','Catouse','2020-08-25 16:54:51'),(1922,2,'17242608fe41ceefc16c9e2c1bb565d92f856d57',11554,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 16:43:15'),(1923,2,'a3cb36f6e3403a5416cf1b47d05cee8802d3c81b',11553,'* Modified design/lang/en.php','tianshujie98','2020-08-25 16:42:25'),(1924,2,'cc901f28eeba4bbf6f5c2ad133bacd513c67b617',11552,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','leiyong','2020-08-25 16:42:03'),(1925,2,'22ab2f9599fd828ed0180adc39dafd3d482bb78d',11551,'* Adjust code.','leiyong','2020-08-25 16:41:40'),(1926,2,'05b1ffeb32de2c22444b69c147944434046fe5bb',11550,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 16:41:03'),(1927,2,'1eb3af2a6dbb839210ddf5aa4c123b43b64207ad',11548,'* fix error.','z','2020-08-25 16:40:31'),(1928,2,'639cd3ad875a1033cefe63bf093e4accff6f4d51',11549,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 16:40:31'),(1929,2,'8667908ce3bfacc907fe98241d1878c11dd1c6fa',11547,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-25 16:39:02'),(1930,2,'6831c27236e4e9f5791dc81d955bb35436e872ec',11546,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 16:38:35'),(1931,2,'9a11ace11ee3453faa275b3353565826a65a0639',11545,'* adjust for getParentPairs with template.','z','2020-08-25 16:38:17'),(1932,2,'7e73b340d68ec153c3a3ebdd54461ae43e48f8a7',11544,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 16:38:02'),(1933,2,'943cb2a8fa20e2ec1dc5d68c8716fc1dd4bd3d77',11543,'* Add scrum overview block.','hufangzhou','2020-08-25 16:37:52'),(1934,2,'58c0bc19a06c249d8024eebe27bc48b7b8e393e1',11542,'* Fix menu.','Yagami','2020-08-25 16:37:42'),(1935,2,'8fcccc46040506706a1169ef7773506247c8a98f',11541,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 16:35:01'),(1936,2,'fb263a1152cc0db44a1f82cfde1d5af2b296bfae',11540,'* Add lang/en.php','tianshujie98','2020-08-25 16:27:11'),(1937,2,'62d11a4516a7655c6aa0f488031f3852e0270c04',11539,'* Add lang/en.php','tianshujie98','2020-08-25 16:26:33'),(1938,2,'843e2f85792ec25e0c1856402c8458735e58e945',11538,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 16:18:02'),(1939,2,'be2c3596a35f88595bc534a9c3d2c3a01dab2d9c',11537,'* Edit program lang en.php','holan20180123','2020-08-25 16:17:17'),(1940,2,'e908c152cb59c408a66ef06d9849b5ce993c0ebf',11536,'* fix status filter not work in program/browse in grid view.','Catouse','2020-08-25 16:07:21'),(1941,2,'648934425c5d3a2b2b0bcd8527752950a0cc511a',11535,'* task #7660, fix progress error in cmmigantt block.','Catouse','2020-08-25 16:02:14'),(1942,2,'b3f937914800caf20aff3ac584e1200afe4dcafc',11534,'* adjust for check parse file.','z','2020-08-25 15:59:42'),(1943,2,'57df12b6d15ff3f0b03d93e6319ecfa4a579620d',11533,'* refactor.','Catouse','2020-08-25 15:50:35'),(1944,2,'27a76f92cd387c6168f4b4d308e1d480ee8c1c8e',11532,'* updage zui.js.','Catouse','2020-08-25 15:50:26'),(1945,2,'79c2decff233f00c4a5428333f401f3575d51305',11531,'* task #7660, add UI for cmmigantt block.','Catouse','2020-08-25 15:50:18'),(1946,2,'eae8fae1f14b6a2697800b89477afcb4c0ccf319',11497,'* task #7664, improve UI of cmmiprogress block.','Catouse','2020-08-25 09:59:27'),(1947,2,'b837b742ab25852633c0582d6a099ccc6cbf947f',11530,'* Edit program statistic block.','holan20180123','2020-08-25 15:43:21'),(1948,2,'fee6de0fd3658b19d3239c7403ad2886d8da1ed5',11529,'* Fix risk lang.','Yagami','2020-08-25 15:39:54'),(1949,2,'0e828097980811dd737758bd962531017abb18f3',11528,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 15:31:15'),(1950,2,'1011f0cb0e5a1c23195f61d2535658cc770e59d5',11527,'* Checkout module/group/lang/resource.php xuanxuan/module/group/ext/lang/zh-cn/xuanxuan.php','tianshujie98','2020-08-25 15:30:10'),(1951,2,'02794ed5c43e4c9f141135efa527d1b1adde8241',11526,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 15:12:28'),(1952,2,'c2f4b9a9fbade5a28c1c37c56bd8c3a82d5a94f0',11525,'* Edit Programstatistic block.','holan20180123','2020-08-25 15:11:09'),(1953,2,'e94501758c269580a4ce73426984fec65cee69c9',11524,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 15:00:16'),(1954,2,'4e0a3d0da575e6b6d311f094519f960088343f22',11523,'* Fix block details.','Yagami','2020-08-25 14:59:24'),(1955,2,'60fcf05741da151458984f6c5bba9f2bbcfa0f94',11522,'* Delete empty line.','tianshujie98','2020-08-25 14:53:50'),(1956,2,'73c08aa197ddfc076366a64bd17563bd0038d9e7',11521,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 14:52:27'),(1957,2,'36ca02481156ab429652504dc8ca9bc9d67fc486',11520,'* Add stdclass.','tianshujie98','2020-08-25 14:51:07'),(1958,2,'cdcb944cbb5305989212f54600cdaf1b1b3546b8',11519,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 14:14:04'),(1959,2,'8a403a5f3b6eb36b502ca7e157db518c88d018c6',11518,'* Add field in Assigned to me block.','holan20180123','2020-08-25 14:13:29'),(1960,2,'cf5c7e507cba83c88fde4250176ae73d519e34bb',11517,'* Finish task#7654.','leiyong','2020-08-25 14:12:35'),(1961,2,'ee92307425483bf1326778ed5c8e1ac0286e31ee',11516,'* Fix bug Assigned to me block.','holan20180123','2020-08-25 14:06:08'),(1962,2,'80a20fa5de451e8a7ae50838efcd6d65de32481a',11515,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 13:58:42'),(1963,2,'2af996af253f81bae56c0d35eb36071cecb478df',11514,'* Fix bug Assigned to me block.','holan20180123','2020-08-25 13:57:58'),(1964,2,'669d6c31e8db0b895db0bccec76de8d9cd9cf443',11513,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 13:41:26'),(1965,2,'78c467722a031e8f3baf162b71b027e6d20430fe',11512,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 13:40:39'),(1966,2,'115612570d4c515feb63a49a7e98cbd1bf1a059c',11511,'* Fix sql.','Yagami','2020-08-25 13:40:25'),(1967,2,'4e03358c2502e617829a29ed2ca8e733a1d37c94',11510,'* Add group/lang/resource.php.','tianshujie98','2020-08-25 13:39:50'),(1968,2,'8c6babfb243775321ed2202a730fd3934a2ee180',11509,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 13:33:03'),(1969,2,'dfa03cf8cd42bd994947bac67e6fa8559443aaf1',11508,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 13:22:32'),(1970,2,'865cda58f7528681766e6f7f8357757d2ab0400a',11507,'* Finish task #7627.','holan20180123','2020-08-25 13:21:39'),(1971,2,'1efa74380eac1565de59a6d08ee25e9d88da7b44',11506,'* Add group/lang/resource.php.','tianshujie98','2020-08-25 13:21:18'),(1972,2,'49717ef5bdd65a93fab2e55d2365c49c7d769b97',11505,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 13:17:18'),(1973,2,'5885a75c2e2de188ca2708ee506124149f080075',11504,'* Code for program mothod.','Yagami','2020-08-25 13:15:56'),(1974,2,'eea72cf85175636349857f14d73d44ba29bf6bcd',11503,'* Edit block lang.','holan20180123','2020-08-25 13:03:07'),(1975,2,'2a49dfd4d13648ee864c492463cae4f6466af578',11502,'* Fix weekly bugs.','Yagami','2020-08-25 11:27:34'),(1976,2,'8a418a650345213282028c2365fed1d30ccfb489',11501,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-25 11:10:02'),(1977,2,'ad619c4909eeba97eb60e345c83fa8355a49fd82',11500,'* Code for story and requirement.','Yagami','2020-08-25 11:09:42'),(1978,2,'1af4b600af584d0e402867380163ebc93f956fb0',11499,'* Edit block lang','holan20180123','2020-08-25 10:48:54'),(1979,2,'297be48bcc80f4682c7247476d4e0e15afeb7bca',11498,'* Add unique field.','holan20180123','2020-08-25 10:06:32'),(1980,2,'7f194f36ce54d2277831870b98c3385bdef02389',11496,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-25 09:40:17'),(1981,2,'6abb1f2aae6ebd05ee68aafae436d480c3f7d0d0',11495,'* Add block for program statistic.','holan20180123','2020-08-25 09:37:08'),(1982,2,'d1f4308b36591e360881f848d132c07f461f65c4',11494,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-25 09:20:41'),(1983,2,'d64667dc996e02981fe0ac595c3e305ea002742f',11493,'* adjust for get parent pairs.','z','2020-08-25 09:19:54'),(1984,2,'485eb371fec79f4537c1ed5d67404940d9f276bd',11492,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-25 08:58:20'),(1985,2,'d62d93baa73ed6d0fc0e75f16f0690525edc496a',11491,'* Finish task #7628.','tianshujie98','2020-08-25 08:57:39'),(1986,2,'7f4c8ac9ac10a65bd806e8f1b87eaf2b251c163b',11490,'* Finish task #7628.','tianshujie98','2020-08-25 08:19:53'),(1987,2,'74bfa6834627199dc43607242ca499181df42dc8',11489,'* Adjust block lang.','leiyong','2020-08-25 08:13:31'),(1988,2,'907261749eddc76bcaeaa786a6143e35dc31eb71',11487,'* task #7664, improve UI of cmmiprogress block.','Catouse','2020-08-24 17:29:51'),(1989,2,'d7e9aa82f7563ed91d939aa8804c9b7f28647334',11488,'* Block add operation button.','leiyong','2020-08-24 17:59:08'),(1990,2,'1cadda27064517d671094366ca7d410e981aac17',11486,'* Fix program link and weekly bug.','Yagami','2020-08-24 17:21:59'),(1991,2,'a5c739d8cd2579f05081901c6c9c9eaf1634756f',11485,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 16:33:57'),(1992,2,'3603ff262388ed5e08b3b4c1f11ca93e7e4a2e1c',11484,'* Add story and requirement.','Yagami','2020-08-24 16:33:37'),(1993,2,'9e95b1bb788b7e916d220e69ba1d87efbf909286',11483,'* Fix bug.','leiyong','2020-08-24 15:39:16'),(1994,2,'74d5aa79811487a4671d24c4a7a88dea1ca06672',11482,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 15:34:55'),(1995,2,'5d75ef450c604398acbef501b60ac5b8eda47a27',11481,'* Add new block set method and more link.','Yagami','2020-08-24 15:33:30'),(1996,2,'a6937ad5bf3ab41232122fb3e60f3b82e2a6e4b1',11480,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-24 15:30:26'),(1997,2,'6ee48f38f70f1c7f09eb536bcd4fb4656546755a',11479,'* adjust for change isCat field.','z','2020-08-24 15:30:00'),(1998,2,'56e7d2f7ce794f619d1f30578b16923801ba60d7',11478,'* Finish task#7656,task#7653.','hufangzhou','2020-08-24 15:21:12'),(1999,2,'beb18250c40b30bfe1fadac18d9ace94d4ce9152',11477,'* Highlight the dynamic.','leiyong','2020-08-24 14:52:55'),(2000,2,'afb11b19de222c8a28d3357350dd673d1d0c3569',11476,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-24 13:21:56'),(2001,2,'d7ba21e03591f934257b8ad3e4f0e2702f469378',11475,'* finish task #7648.','z','2020-08-24 13:16:54'),(2002,2,'fe575297f0c4537ad6a84e40a5332a9d51f7ddb3',11474,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 11:45:10'),(2003,2,'0b06025c15f838f013973fb780106995f74a671d',11473,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-24 11:34:08'),(2004,2,'1a9c007fecf8203553755cedccf186f2936287a5',11472,'* finish task #7648.','z','2020-08-24 11:33:37'),(2005,2,'1ad65ade803a42aaec12c69ca7ca5461e47810b2',11471,'* Fix progress error.','Yagami','2020-08-24 11:32:02'),(2006,2,'da40782404413635fc560c7bd3291d7b6b565cd7',11470,'* Finish task#7658.','leiyong','2020-08-24 11:31:36'),(2007,2,'7d44ad86a6b72706469ba82af72e1d26e5b7141a',11469,'* Finish task #7628.','tianshujie98','2020-08-24 11:11:35'),(2008,2,'82f771c4afb6ae5f5c79e748724bc207b72574eb',11468,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 10:58:09'),(2009,2,'4925070808b74c2061861ac48ca328c9937adc75',11467,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 10:56:44'),(2010,2,'6257a82bf89220ede2a7019efab4cd8bdc7575e5',11466,'* Edit isClickable for program model.','holan20180123','2020-08-24 10:56:39'),(2011,2,'b12aef4e0f5be3533f60d5d23ae932e3fb07835d',11465,'* Code for task #7640.','Yagami','2020-08-24 10:53:59'),(2012,2,'6c8c7255f0c1e99394c4cc8c57a2acfdc8e6a723',11464,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-24 10:52:24'),(2013,2,'33666bc545148a66823d8e2fe3c06ad62aa47424',11463,'* Add risk list for assign to me block.','holan20180123','2020-08-24 10:50:52'),(2014,2,'ec46bb7bcc930499b541fe7506f270f485c0365b',11462,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-24 10:47:48'),(2015,2,'865d311df20b21a5558a31964fc5fbda945f3b41',11461,'* Fix block details.','Yagami','2020-08-24 10:45:30'),(2016,2,'ccfe5c5adac62c1b7f4a033c0b81ae602c8b83e2',11460,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-24 10:19:56'),(2017,2,'23d070d62203f6f7d7f0fead40b102afd570f31e',11459,'* finish task #7643,','z','2020-08-24 10:18:53'),(2018,2,'be6daed1e665b971fca0da6205ad644884c24404',11458,'* Finish task #7628.','tianshujie98','2020-08-24 09:37:37'),(2019,2,'9bf7cd19efaf93ff682608aa3331540729858884',11457,'* Finish task #7628.','tianshujie98','2020-08-24 09:21:49'),(2020,2,'0b09a6a3fcb01845f917db157f5cb5c99148141e',11456,'* Finish task #7628.','tianshujie98','2020-08-24 09:16:20'),(2021,2,'83e0d78aef643adecb5cf331b5b3eb7bdd2d96ce',11455,'* Add issue lang file.','leiyong','2020-08-24 08:11:20'),(2022,2,'ecbeb7f598192f8502eea72dc6aea3a9dcfd6801',11454,'* Fix code details.','sgm0422','2020-08-23 15:24:16'),(2023,2,'1ecc8c46448ee17c1be197a5c0d8e20b88494ace',11453,'* Fix code style.','sgm0422','2020-08-22 23:42:46'),(2024,2,'51329f01b8f63e68704295b060f748b8c727a262',11452,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-21 17:04:01'),(2025,2,'8b479c3cf5f0eb8e3e6f86b811730fed3427e4dd',11451,'* Finish task #7628.','tianshujie98','2020-08-21 17:03:25'),(2026,2,'57508a6634d11998a88b5621955fcd3dc6d5950d',11450,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 17:01:29'),(2027,2,'87f36b0c3943c6743e944d427a7df68abdea8b81',11449,'* Fix code style.','Yagami','2020-08-21 16:59:10'),(2028,2,'23055c1ed638cc8ee276ec2586b731b1525529d1',11448,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-21 16:02:26'),(2029,2,'bd27e5b0ed4bc3ec79ffda6a16962768c7a16a6f',11447,'* finish task #7645.','z','2020-08-21 16:01:44'),(2030,2,'7ceed7be4fbbac5228c4d9c3040ec3ea7f3fe6f0',11446,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-21 15:44:57'),(2031,2,'d52f312fe04a741a9c8b2a063612f5242d3f0549',11445,'* Edit css of recentprogram block.','holan20180123','2020-08-21 15:44:15'),(2032,2,'ab623ffab698593003fbc4eff44654b70e305d09',11444,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 15:39:55'),(2033,2,'bc831b9e94e67dccafae6e595fc9570fa1ca5a35',11443,'* Add program statistic.','Yagami','2020-08-21 15:39:39'),(2034,2,'29f9b687de8c573881c921020db6a1dc0f45891d',11442,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-21 15:38:37'),(2035,2,'848c7cf866689748297e0c1a2e792c3976e5e2b0',11441,'* Add recent program block.','holan20180123','2020-08-21 15:37:59'),(2036,2,'0c008cd016c526290026a26dab70f6675be0ba4a',11440,'* Issue add search.','leiyong','2020-08-21 15:29:30'),(2037,2,'586f34b10fcf94f6a805940a19bdadc7d97c91b4',11439,'* Add toTask field to datatable.','chenfeiCF','2020-08-21 15:18:54'),(2038,2,'83993c233eae7f02e384fed587ae923c010e375a',11438,'* fix bug #12147.','jajasper','2020-08-21 14:09:31'),(2039,2,'970f03095d0e7b79a133d5a1a71bb3ea34c75508',11437,'* fix bug #12147.','jiadongdong ','2020-08-21 13:53:26'),(2040,2,'de2b16d64e48e25072987958018963c58467e7c7',11436,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 13:51:40'),(2041,2,'a245bb69544df23848e8e824984080b546717fff',11435,'* Fix welcome block.','Yagami','2020-08-21 13:51:09'),(2042,2,'af7e3883a5948d62d0e752e4aae5604353476567',11434,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-21 13:26:21'),(2043,2,'1b615eab97daf462a22db164c91c0b2181c2cdfa',11433,'* Edit search risk.','holan20180123','2020-08-21 13:25:54'),(2044,2,'a2dc263d7ddfe48797895ada62595ff70fdaac44',11432,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 13:15:18'),(2045,2,'3b9a6dbe09b7840a14c35469be5d0600f75b12f5',11431,'* Add block module list.','Yagami','2020-08-21 13:14:51'),(2046,2,'7ac97c9e567baf98a96a2003f5ea65c102c3e037',11430,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-21 13:06:30'),(2047,2,'5769bf7c0f7a81be9137a71bc48ced660286657b',11429,'* Add contribute block.','holan20180123','2020-08-21 13:05:43'),(2048,2,'88141954a6d5b8da0a860caf487f57f68896cdd1',11428,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 11:25:58'),(2049,2,'647b0608754453ab30811e2893a287f49d245b52',11427,'* Fix block get list method.','Yagami','2020-08-21 11:25:39'),(2050,2,'648f5e84f866da042b1856c59bb8ff7c48a7d813',11426,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-21 11:05:30'),(2051,2,'463a7c24a875df480490220ff66dc45c26965fe4',11425,'* code for task #7644.','z','2020-08-21 11:04:41'),(2052,2,'c09e27a568e2a5b58c939868ea186425eab6aeb6',11424,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 10:57:30'),(2053,2,'9c24b069d60930596e00da9d392008c16185ff48',11423,'* Add new block.','Yagami','2020-08-21 10:56:19'),(2054,2,'20d3cab2728a680ace73af80236e244a281fe7cd',11422,'* code for task #7646.','z','2020-08-21 10:31:07'),(2055,2,'ea00a09d72e5b280e3cad14020ea0df95df144c9',11421,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-21 09:48:43'),(2056,2,'9c649028b53d72a63467f951ac7b4cb04a00f04b',11420,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-21 09:48:23'),(2057,2,'cd364590d564ce5bc7712c6270289cc0e362b129',11419,'* add lang item.','z','2020-08-21 09:47:49'),(2058,2,'91f3a211332552ccbede73fc7f5b141c2387473b',11418,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-21 09:47:47'),(2059,2,'57afbd202ff8c6508f0fb4bff54427349f53ad6a',11417,'* Add new block.','Yagami','2020-08-21 09:47:16'),(2060,2,'c6eeec553a6c3cecd97f8bfb8a508e5de40dffa5',11416,'* Add Scrum dynamic.','hufangzhou','2020-08-21 09:29:33'),(2061,2,'539283311c58c4ee74835ec9ae2b65add3d551cc',11415,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-20 17:28:25'),(2062,2,'0f91511fe424d031130b1bb1864698950dc79e6c',11414,'* Fix design details.','Yagami','2020-08-20 17:28:02'),(2063,2,'f035ecd861f984edeb8804f5b3507d1ffc842586',11413,'* Code for block issue list.','holan20180123','2020-08-20 17:20:05'),(2064,2,'671781aecbe6520eb863490778d4bbc94f04d3ee',11412,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-20 16:27:55'),(2065,2,'f5319cee4e079f5bcffa5ccbe1bb0a5ffe9dbfe0',11411,'* Code for block riskList.','holan20180123','2020-08-20 16:27:26'),(2066,2,'80e5e35540a10b4cd00acae71f881b71f031caf3',11410,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-20 16:26:36'),(2067,2,'b9c8d645f547aeaa8466e174b0b0ad86d5fe1f05',11409,'* Add milestone module.','Yagami','2020-08-20 16:26:17'),(2068,2,'dd4896a0f28690da7f5a32965a27fdd22d804c02',11408,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-20 16:25:00'),(2069,2,'e4b7c55620a2bfd34aadd65589131075141dd2fd',11407,'* Finish task #7628.','tianshujie98','2020-08-20 16:24:17'),(2070,2,'d5c8ab35c5b93eb3cb66c1615c43613eecea673a',11406,'* fix bug #3380.','z','2020-08-20 16:15:14'),(2071,2,'90b6f05859bf0f78a97680510d3f98878138f783',11405,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-20 15:56:55'),(2072,2,'09cfff0dbc8d34f3d0f0597f6e4a1d34bb61bc19',11404,'* finish task #7644,7642.','z','2020-08-20 15:52:07'),(2073,2,'c82fc3ff60e4e605b8a3c7f36d77461aad3b0319',11403,'* Add scrum block module.','leiyong','2020-08-20 15:49:26'),(2074,2,'1cced1537d12732e026103c8731e3ac208ff7aca',11402,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-20 15:06:27'),(2075,2,'9c1ff185a2db20a7f79bca12d66677a92f16be0c',11401,'* Add issue block.','Yagami','2020-08-20 15:06:08'),(2076,2,'f665df409bdf3648b741cb300af3726ebb2c771a',11400,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-20 14:56:53'),(2077,2,'1ed91ca91869e67f4df60abfafc1150537fb9f02',11399,'* Add risk module.','holan20180123','2020-08-20 14:56:37'),(2078,2,'d4950444ad3568c277e5909a89c012be265b41ba',11398,'* Adjust sql.','leiyong','2020-08-20 13:36:25'),(2079,2,'ad0f2a65a9e21a5570e2c8f3ab7201a6b4d6a8d0',11397,'* Merger code.','leiyong','2020-08-20 11:15:31'),(2080,2,'a39e00876e08cf5be6ece0a2bc44243ad2f4080f',11396,'* Merger code.','leiyong','2020-08-20 11:13:07'),(2081,2,'de3c53ec94222426cb621f8ff56b8f2e4318dc8c',11395,'* Add blocks.','Yagami','2020-08-20 11:09:23'),(2082,2,'fc664a5bb0f3044ddcf044c55b76ac096165af19',11394,'* Code for risk.','holan20180123','2020-08-20 10:52:11'),(2083,2,'a3fa8d037112d8944f67d467660fcd43973a2ce8',11393,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-20 10:50:31'),(2084,2,'ed98c8e8486ed3ceed592c4f875e65dd4351c7c1',11392,'* Code for risk.','holan20180123','2020-08-20 10:50:14'),(2085,2,'2c09d2297932523b119b2ce432bce21fcbb866f1',11391,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','tianshujie98','2020-08-20 10:25:48'),(2086,2,'236880c4b622bfac494243d79a6b6a10e54ebcd6',11390,'* Finish task #7628.','tianshujie98','2020-08-20 10:24:58'),(2087,2,'acb8d93ec47b65d2862606ac5b01e37bfa048ed6',11389,'*Finish task #7628.','tianshujie98','2020-08-20 10:22:00'),(2088,2,'c23c6e721c78426fdcb6fe65f3c1e7a3778312ad',11388,'* Finish task #7628.','tianshujie98','2020-08-20 10:15:58'),(2089,2,'b5f221814a955672cc78a54b5bb1efe0a2819b70',11387,'* Finish task#7626.','leiyong','2020-08-20 09:33:01'),(2090,2,'5789150b1cf2948403e4e2a1b7b70837fb8d52bc',11386,'* Question details page.','hufangzhou','2020-08-20 09:28:21'),(2091,2,'2ccfb0d29c581c0975bb8fb3cdd72d6d1ea72f74',11385,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-19 17:34:49'),(2092,2,'cc7db91b5e03c09ac37745e318791a9179135060',11384,'* Add program blocks.','Yagami','2020-08-19 17:34:22'),(2093,2,'994ccd7246deae48a1123ebd82c3b70dc8eb63c1',11383,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-19 17:28:23'),(2094,2,'12220a05247700f586274dccf3a29e4f1d2e387c',11382,'* Code for risk.','holan20180123','2020-08-19 17:28:09'),(2095,2,'8e1c142badbfbe11aeb301dcf03ac8f8c0a5154f',11381,'* Add issue details page.','leiyong','2020-08-19 17:14:46'),(2096,2,'f375b8a910926acc4a7ea150a29e350c45d4e270',11380,'* Add issue details page.','leiyong','2020-08-19 16:57:25'),(2097,2,'a95981f2a737209f22502949dc47aed243dda43c',11379,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','z','2020-08-19 16:42:27'),(2098,2,'2d59fe5555b140916a264aa6bc25e2ef6eb32fca',11378,'* finish task #7646.','z','2020-08-19 16:41:58'),(2099,2,'538d6a9b40065186c7bafb9447a1da75b3f8abee',11377,'* finish task #7647.','z','2020-08-19 16:29:04'),(2100,2,'2f0946291f07ccefd4cd7981599cb462b4678710',11376,'* Adjust code .','leiyong','2020-08-19 16:12:54'),(2101,2,'0166d694113840ddd33ca1e9ba36e89892dcdd0c',11375,'* Fix bug.','hufangzhou','2020-08-19 16:03:16'),(2102,2,'f84599de14be71173946252ded456205d2feac58',11374,'* Improve the problem function module.','leiyong','2020-08-19 15:54:32'),(2103,2,'1288cc0803e836cad1fd0b9902a50c5622493708',11373,'* Add batchCreate method.','hufangzhou','2020-08-19 15:40:59'),(2104,2,'06e0452d785c084e20c2746ce0a90114c998dbfc',11372,'* Code for program index.','Yagami','2020-08-19 14:51:57'),(2105,2,'a86cb318954ebc3ee6b7c302a8ad1812556ba577',11371,'* Add holiday and fix project and product menu.','Yagami','2020-08-19 10:58:29'),(2106,2,'1635ea036162b89f844e5d1dff1ece941336494c',11370,'* adjust for checkCompileStatus times.','z','2020-08-19 09:07:11'),(2107,2,'bc65843452974f9337dd14268d18021190992adb',11369,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-19 08:31:25'),(2108,2,'5639a2a7f1c8170c97ebe46a6cfa056f6998edd6',11368,'* Fix details.','Yagami','2020-08-19 08:30:12'),(2109,2,'7dca4636cd69df0f5d1dc39a99f6c8d48f7eae1a',11367,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-19 08:29:36'),(2110,2,'ed6d675d37746938d3ae91384603f21464a98376',11366,'* Code for risk.','holan20180123','2020-08-18 17:44:02'),(2111,2,'cc3a9aeb9e8fe21bf7500a1bd670ec4e2715cb66',11365,'* fix bug #2729.','z','2020-08-18 15:03:09'),(2112,2,'4056b73d6c1d4e22b01125aa79b9ea865bbd4cb1',11364,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-18 14:40:22'),(2113,2,'bfd9f8e5d1e7a3730e8d4b08e6c8d4223915840e',11363,'* Code for task #7625.','Yagami','2020-08-18 14:36:39'),(2114,2,'6cdef8d7d3eaaeb1d3ad2f624ba2ef8babd65df9',11362,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-18 14:11:53'),(2115,2,'be28a89aeac4fd0b517f39f7c4c5f3a9383d52d9',11361,'* fix bug for flow.','z','2020-08-18 14:09:30'),(2116,2,'c49f14443bb01a96430079a58e5fcb6831ebf148',11360,'* Conflict resolution.','leiyong','2020-08-18 13:53:42'),(2117,2,'4c058b4c4b846d6f1d34d166a116c62cc003fae7',11359,'* Add issue module.','leiyong','2020-08-18 13:36:15'),(2118,2,'e2378b2dded940ac0aff92ba9ef95269988d1d8b',11358,'* Add risk browse method.','Yagami','2020-08-18 10:38:30'),(2119,2,'1d52ca7679039f8bdb21421e5c0192b7facc2509',11357,'* Code for risk.','holan20180123','2020-08-18 09:28:15'),(2120,2,'4d97b28aa0bb1852b44166982ac0abdb4bd89bad',11356,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-18 09:08:24'),(2121,2,'0579a713c402ba8998dfdf33bb32932bc7ef52ac',11355,'* Add risk module.','Yagami','2020-08-18 09:08:13'),(2122,2,'4ad3e6d979b78bcbcf4f9505b78ff76eed75e383',11354,'* Code for stage.','holan20180123','2020-08-18 09:06:13'),(2123,2,'8f7f158ad51820999df1c6e547a2aead422e77ee',11353,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-17 17:29:19'),(2124,2,'4c2d627fd9c3b54ff3afb6dbb3807d7ffbd29254',11352,'* Code for stage.','holan20180123','2020-08-17 17:27:42'),(2125,2,'3b72ae82387dc5c37c3d9ad4f5f007317e6d2b3d',11351,'* Add stage to 20.x.','Yagami','2020-08-17 17:24:22'),(2126,2,'2fef6e424d384e5af34bff7f327fed9b24022a88',11350,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','holan20180123','2020-08-17 16:58:59'),(2127,2,'0f4927728a3ffeaceeef438fcea6596baaad44d9',11349,'* Code for stage.','holan20180123','2020-08-17 16:58:34'),(2128,2,'d00955fafc63884d77d27ad16816b60cde2b784a',11348,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-17 15:32:17'),(2129,2,'39659760227d0134a05df56c119ce00b7ef427fe',11347,'* Code for task #7632.','Yagami','2020-08-17 15:31:44'),(2130,2,'da8347f2898af81fbe2ff268f58ebf0cf118f2dd',11346,'* Add stage model update method.','holan20180123','2020-08-17 15:16:19'),(2131,2,'5f441606bbaecc6b4b67d41a75f2ab6703045b07',11345,'* Edit footer path.','holan20180123','2020-08-17 15:15:31'),(2132,2,'4fe2e5f2787b96dbbd276b9e0b7d7cec5780a4a4',11344,'* Move stage method to zentaopms.','Yagami','2020-08-17 14:41:58'),(2133,2,'5ab40d872fd3c870882568aa8674c0579fd07564',11343,'* Move programplan from qc to zentaopms.','holan20180123','2020-08-17 13:50:12'),(2134,2,'9c8252a0c476557b1bd6047cec9fba703149bdb8',11342,'* Move estimate from qc to zentao.','Yagami','2020-08-17 13:25:46'),(2135,2,'4812aa04d082d5e06797a46350c7bee0e8e952b4',11341,'* Fix sql.','Yagami','2020-08-17 10:26:57'),(2136,2,'96cd6f5e6e283ca950cf4765330053cedaf37c87',11340,'* Fix common.','Yagami','2020-08-17 10:14:42'),(2137,2,'0a32bb464f1faf962a17908c44e78ec053c785f0',11339,'* Fix bug #3276.','holan20180123','2020-08-17 09:46:45'),(2138,2,'89a4481f0b44fe2a373a6bd60c1717a4d594f7fa',11338,'* Fix bug #3276.','holan20180123','2020-08-17 09:45:55'),(2139,2,'efb74c9aaff91bf158ddbfcac546713f423d79b8',11337,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-17 09:23:37'),(2140,2,'fdf35bcce8700c0a6cb1aeabc02ad10594b24268',11336,'* Fix bug #2961.','holan20180123','2020-08-17 09:23:14'),(2141,2,'a25560c573cff8f249958a76a259e8455376435e',11335,'* Fix bug #3276.','holan20180123','2020-08-17 09:22:58'),(2142,2,'b877163ef37914bcdd4e02a7a43f66f6fd72bb9e',11334,'* Fix bug #3358.','holan20180123','2020-08-17 09:22:33'),(2143,2,'3f48c5c4ba9ca3c8ce5876a8af56076d987accb8',11333,'* Fix bug #3359.','holan20180123','2020-08-17 09:21:49'),(2144,2,'8e964d56a1d96f7cb44a0e828a898b85d3fc7b9b',11332,'* Fix bug #3365.','holan20180123','2020-08-17 09:21:19'),(2145,2,'4170ad49b521613cb6ee1828a4544232001f6a6d',11331,'Fix bug #2582','qiyu-xie','2020-08-17 08:59:45'),(2146,2,'664f5618145f9b2ec80c5e5f6c15b3cdce317879',11330,'* Restore permissions','leiyong','2020-08-14 16:57:40'),(2147,2,'de6403094b717675ee8dddd0370a14fa21145f18',11329,'* fix scrollbar position in batch action form.','Catouse','2020-08-14 13:59:07'),(2148,2,'89eb2e6f34edb40aa114186821e5465fe772338d',11328,'* Code for qc.','Yagami','2020-08-14 11:13:53'),(2149,2,'03c00910aead4fb5750276f13e45e0601f7143b2',11327,'Fix bug #3342','qiyu-xie','2020-08-14 08:10:19'),(2150,2,'f92d70b3cbe92410aeb2bf2451b552cb31061f18',11326,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','qiyu-xie','2020-08-13 13:59:46'),(2151,2,'1562d4415091dbdd261b62ac50c7d28432e5aadd',11325,'Fix bug #3280','qiyu-xie','2020-08-13 13:55:38'),(2152,2,'fb15224b4252a02113f81766d81e0ff12d97f76c',11324,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-13 13:53:57'),(2153,2,'2cecd03e0bca8135d7765f488dfc2cff29d5cba7',11323,'* add new version and upgrade.','holan20180123','2020-08-13 13:52:00'),(2154,2,'4ae5a267711a2e8855c860ae84b5b6e937aae3a3',11322,'* Fix bug #3364.','holan20180123','2020-08-13 13:51:34'),(2155,2,'7ac81c9b32f86769250052d949c00f37cde4044b',11321,'* Fix bug #3366.','holan20180123','2020-08-13 13:49:15'),(2156,2,'99f7f0c4df5484bd7dac31af373421165589500e',11320,'* Fix bug #3276.','holan20180123','2020-08-13 13:48:29'),(2157,2,'4040cbf092e278982680ab8dee026e95cd12d0a0',11319,'* Fix bug #3292.','holan20180123','2020-08-13 13:47:44'),(2158,2,'b4512fd660459461ba9338550f4c488ed1cc96ad',11318,'* Fix bug #3276.','holan20180123','2020-08-13 13:47:23'),(2159,2,'f9ec465c8b701fdeb8821db61a9c9015ba99c23f',11317,'* Fix bug #3360.','holan20180123','2020-08-13 13:45:41'),(2160,2,'595e3e35c4197313c79c4b89dd5b805bb427741b',11316,'* Fix bug #2573.','tianshujie98','2020-08-13 09:38:57'),(2161,2,'ada770c79221c5dc25a824db4923a03a57b3040c',11315,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-13 09:36:32'),(2162,2,'f3c3ad36477134276b29bf6a8ea141202656829e',11314,'* Fix bug #2577.','tianshujie98','2020-08-13 09:35:22'),(2163,2,'d83123f10e97dd3ab8e3bf006467f40fab45bdd1',11313,'* Delete unuse file.','Yagami','2020-08-13 09:30:00'),(2164,2,'ba50010878d17ae749590d91c1ca48dbf6676c2b',11312,'* Fix main menu.','Yagami','2020-08-12 15:45:56'),(2165,2,'db81c170d0a3d568dc03ada7932ce04a63b67b5d',11311,'Fix bug #2585','qiyu-xie','2020-08-12 10:17:41'),(2166,2,'29a2c25ef190905f1f7d48855ffc284b54084ac9',11310,'* Fix bug #3334.','holan20180123','2020-08-12 08:15:40'),(2167,2,'b6cd8c99a442947bdc530e30b9bec5fe98d358fe',11309,'* Fix bug #2589.','holan20180123','2020-08-12 08:14:44'),(2168,2,'3af0fb48dc2724e49a1b4594c1a3f4d801ce1ecd',11308,'Fix bug #2543','qiyu-xie','2020-08-11 14:38:07'),(2169,2,'ff920c7d2dfb6e681b41310e73e01f6284505aad',11307,'* Fix bug #3293.','tianshujie98','2020-08-11 14:27:35'),(2170,2,'0f47a7f3572998c8d844d0934f95c2e9147c6272',11306,'* Fix bug #2581.','tianshujie98','2020-08-11 10:02:28'),(2171,2,'320c98a3cb4a0c290023e1b69f65361f528c645b',11305,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-11 09:31:08'),(2172,2,'fba9a11c580c60be67b2246e6576a90b4e7db62f',11304,'* Fix bug #2581.','tianshujie98','2020-08-11 09:30:12'),(2173,2,'120ffbff49f37780aaee8105af1ab9c5d406cff1',11303,'* Fix user model.','Yagami','2020-08-11 09:21:25'),(2174,2,'0f644ba15ab5fcbed315556fca515417ebcb1dce',11302,'* Alert table zt_user.','Yagami','2020-08-11 09:04:49'),(2175,2,'dcba3b07acf18b45aab86f9e31a04c8df7929c8d',11301,'* change zh-tw lang.','z','2020-08-11 08:08:36'),(2176,2,'c2ff9f6ef7a72b6600cf9903ec81421dce086370',11300,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-11 08:05:56'),(2177,2,'7edd4ee1d7a96a3de9c27278667493856ac3518c',11299,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-10 17:34:06'),(2178,2,'afdf88d276b75a138b1b840a280f9f7458495c86',11298,'* Fix bug #3340.','holan20180123','2020-08-10 17:33:42'),(2179,2,'61d11bcc947250d676f01a6c32a37d7ad5e3ee6d',11297,'* Fix bug #3340.','holan20180123','2020-08-10 17:33:14'),(2180,2,'bb8d5e954cc76d3fc344a90559ca05b9a9be8637',11296,'* Fix bug #3176.','holan20180123','2020-08-10 17:32:49'),(2181,2,'507ea33b82713b8ac85e1eb5c41c2c063f2327f8',11295,'* Fix bug #2483.','holan20180123','2020-08-10 17:31:56'),(2182,2,'21fe8daa0da7b7d31a169ec9aa7408ce3830b672',11294,'Fix bug #3338 #3342','qiyu-xie','2020-08-10 16:22:10'),(2183,2,'73f5ccac588e50f6e31f175b3e8eb7494e7371fc',11293,'* fix for notice.','z','2020-08-10 16:18:06'),(2184,2,'5b752451915c4b38b2a7b2d2b801d21a48a5795d',11292,'* Fix bug custom required testtask.','tianshujie98','2020-08-10 16:13:52'),(2185,2,'25667854a55a273f3255096a3c3b44f5124111cc',11291,'* Finish cmmi task#1187.','leiyong','2020-08-10 16:09:03'),(2186,2,'57051267201dd4441d1d5fa7d6a49a6e7217d481',11290,'* add standard sql.','z','2020-08-10 13:43:04'),(2187,2,'23fac7fee630b9ad9331f89169a0b846922c73a4',11289,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-10 13:42:06'),(2188,2,'6489d039218ca0a4adfe52f1061e96780e802d90',11288,'* Fix bug #3293.','tianshujie98','2020-08-10 13:40:47'),(2189,2,'f25c68666de1047f0d4fe79adecf4e4af3403dca',11287,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-10 13:38:06'),(2190,2,'cad991a9480f98eb9b26868a9ca1211c0b931125',11286,'* add new version and upgrade.','z','2020-08-10 13:37:28'),(2191,2,'29bc6f6df587837a65acb3e6c6064c00d155d12a',11285,'* Fix Bug #3293.','tianshujie98','2020-08-10 13:30:43'),(2192,2,'3231ecff04da1d0aa4ff6faee924593082d15f8f',11284,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-10 11:32:21'),(2193,2,'5e9d47b062a5e8edc722ae5d79594a78a2646593',11283,'* Finish task #7613.','holan20180123','2020-08-10 11:31:50'),(2194,2,'89922706ff395879ae792210ee20183f9196f65d',11282,'* Finish task #7612.','holan20180123','2020-08-10 11:31:11'),(2195,2,'910cfa370fff77613f44058f769805ab70c86bb1',11281,'* Finish task #7611.','holan20180123','2020-08-10 11:30:17'),(2196,2,'f39f8d940416a0f5a32c7f93e12faf747436a160',11280,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-10 11:27:48'),(2197,2,'ff8a781af54c1b2d7f426257cd833145d493d21e',11279,'* Add remark.','tianshujie98','2020-08-10 11:14:07'),(2198,2,'ad6fdd08dc4e653d2bc6296116b9e26231857f5b',11278,'* fix bug and adjust code.','z','2020-08-10 11:12:04'),(2199,2,'cc5679a475fabcd8f488e4e096a93ced6742b064',11277,'* revert code for create task.','z','2020-08-10 11:11:37'),(2200,2,'035744c5957da2106a2e405ad353a739f41284ea',11276,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-10 09:30:23'),(2201,2,'2d3c1ca5add8a83065f862a25dba4df73e795380',11275,'* adjust get unsync comment.','z','2020-08-10 09:26:23'),(2202,2,'b38e6d0cf6ada0aafc2d3eb4285ebc2089cea529',11274,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-07 17:33:29'),(2203,2,'3eb3fcce0219d1ea93dffd216e4ce733d6efdc6a',11273,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-07 17:31:57'),(2204,2,'a890c2407773468d6749fe9f6288800a468cd1f7',11272,'* Finish task #7614.','holan20180123','2020-08-07 17:31:38'),(2205,2,'ca73b53436e77bd968a65e0b47a1237bb7ff955e',11271,'* Finish task #7613.','holan20180123','2020-08-07 17:31:13'),(2206,2,'0bfb09736e5272ca3fe0417417c37386e77ee5bb',11270,'* Change back to the previous version.','tianshujie98','2020-08-07 17:31:04'),(2207,2,'28af4d63da93791c6181213f22cb26f1c70ce7da',11269,'* Finish task #7613.','holan20180123','2020-08-07 17:29:16'),(2208,2,'5755239f21d11430a93886e127276ae8676c9fa1',11268,'* Finish task #7612.','holan20180123','2020-08-07 17:28:45'),(2209,2,'99e92ac05fd6b85d4b2211331a77d50090c2a6bd',11267,'* Finish task #7611.','holan20180123','2020-08-07 17:27:54'),(2210,2,'7de5503bbea0431a46a6c309f1f02990d7eb76a7',11266,'* add new version and upgrade.','holan20180123','2020-08-07 17:25:54'),(2211,2,'fdf70435de63cce71b88ce2ca3c1e144b7b0746b',11265,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-07 17:02:37'),(2212,2,'c4117611423e9149d5a56d05116c65bb874b512a',11264,'* Finish task #7617,7615.','tianshujie98','2020-08-07 16:59:44'),(2213,2,'9e1fb72286f59c671dbb24f39024a84ea18f98a0',11263,'* Adjustment of authority.','leiyong','2020-08-07 15:30:06'),(2214,2,'0ac5ab572d961aff3113699d4c9957e0d07ed8da',11262,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-07 15:14:55'),(2215,2,'4acf8e3990028a88f607fc4d05b7ff7a6ba3ed56',11261,'* finish task #7603,7603.','z','2020-08-07 15:14:20'),(2216,2,'14bc5652537c90e71b61dca0ca028eb072dbfa1b',11260,'* update picker files.','Catouse','2020-08-07 11:30:48'),(2217,2,'f7e3cbe9f914b0eafd4983ba42baa3897a363002',11259,'* Finish cmmi task#1191.','leiyong','2020-08-07 10:25:28'),(2218,2,'00f871efdb3d306c1a71327a892b0edfd2c0492c',11258,'* Delete authority.','leiyong','2020-08-07 09:55:25'),(2219,2,'35e78313a0550df4827f8839022fe29f96c05e4d',11257,'* task #7591, auto refresh table statistic and pager after delete items.','Catouse','2020-08-06 17:23:38'),(2220,2,'f3a5fc4ef9d5df14552c6b9fd00627282cc32820',11256,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-06 17:22:21'),(2221,2,'9d7a93bda5507aa18fbc1ec5db1b98d1c6c53d5a',11255,'* fix error.','z','2020-08-06 17:21:39'),(2222,2,'d1d918334aadddbbc825238066bf58c45b003598',11254,'* fix bug #3337.','z','2020-08-06 17:21:19'),(2223,2,'f423abddcaec9ff93b9db358c35af5e70fbce77a',11253,'* Finish task #7577.','tianshujie98','2020-08-06 17:13:45'),(2224,2,'217b456bf95d6838383e16dfc72a970c7eef438b',11252,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','qiyu-xie','2020-08-06 16:29:16'),(2225,2,'904543b48ff84de65ad35d80d915db2b367c3c09',11251,'* Fix bug #3324.','qiyu-xie','2020-08-06 16:28:08'),(2226,2,'dc04c92b2c528e2f5e63e64938c82b68a6678c28',11250,'* task #7563, bug #2481, refresh table statistic information after unlink bug or story in plan page.','Catouse','2020-08-06 16:12:33'),(2227,2,'da4222a8f448b35ce02fd9015ec73db719ddb4f3',11249,'* Fix bug #2564.','tianshujie98','2020-08-06 15:56:25'),(2228,2,'ac56db19986ece2314f10929183e09ce22a6553e',11248,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-06 15:51:15'),(2229,2,'2134ee1b8fe00ec92be86876ea26337bc48d1b03',11247,'* Fix bug #2499.','tianshujie98','2020-08-06 15:49:29'),(2230,2,'2e98ef6a169814617018b635b5279208ebabc310',11246,'* adjust style.','z','2020-08-06 15:46:49'),(2231,2,'b753e061491c61a8e19345bc41d6e830d6620a4a',11245,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-06 15:32:27'),(2232,2,'6aca2897075451a913149b11d73ccb07b218c03f',11244,'* finish task #7585.','z','2020-08-06 15:28:46'),(2233,2,'426a20faeb4435cab390fd9c46ae3c56e3fb0395',11243,'* task #7588, task #7561, bug #3317, bug #2433, fix chosen drop_direction=auto not work as expected.','Catouse','2020-08-06 14:52:15'),(2234,2,'533f677d5df59ce88a497eade6409ac415b6aa68',11242,'* fix chosen close icon position.','Catouse','2020-08-06 14:42:04'),(2235,2,'9b1a053f2695dce679cfa4762d397f8042241490',11241,'* Finish task #7560.','holan20180123','2020-08-06 14:26:07'),(2236,2,'794534a0a16bc13946c6ed252232ae6a9b145a94',11240,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-06 14:10:22'),(2237,2,'6f0fe410ad4ad681697b3771954fbd3cb96747df',11239,'* Finish task #7596.','holan20180123','2020-08-06 14:08:32'),(2238,2,'6109e9c55adac4ece4209e7ce0baa140f5e30a8c',11238,'* Finish task #7566.','holan20180123','2020-08-06 14:07:52'),(2239,2,'6050a025c6a1dc5f0917fc9f1f7d8fb8f02a3483',11237,'* Fix bug #3335.','holan20180123','2020-08-06 14:06:44'),(2240,2,'4d660c547bff237c34a760ff80d1f44e1ac8cd17',11236,'* task #7590, bug #3023, change color of links in article content.','Catouse','2020-08-06 13:42:58'),(2241,2,'a3bba463061694da47d1b1d32466a579febf5601',11235,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-06 13:37:44'),(2242,2,'b1cd0ed599bc550bcd6a6c5e5084c04a66245c56',11234,'* code for task #7600.','z','2020-08-06 13:36:41'),(2243,2,'152f2e6c731c9292f3d798905e0898d71dadfbb9',11233,'* task #7588, task #7561, bug #3317, bug #2433, fix chosen drop_direction=auto not work as expected.','Catouse','2020-08-06 13:33:48'),(2244,2,'8511ff75961ced4966053fd99e4194b2e98151ab',11232,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-06 11:01:36'),(2245,2,'9ad6a18008680fc31ecbd78e4caf0f8838f79fa2',11231,'* revert jquery and compatible this jquery.','z','2020-08-06 11:00:47'),(2246,2,'01fada7c120ddc2ab5c720ae3cb7b92f19a116ef',11230,'* finish task #7585.','z','2020-08-06 10:58:54'),(2247,2,'952c013ecae23e36178b504270eea6bf016891f4',11229,'* fix for getModuleOwner.','z','2020-08-06 10:51:43'),(2248,2,'c2b35db7d106675d787361e986492a123dd06ae9',11228,'* fix picker undefined error in some pages without import picker js.','Catouse','2020-08-06 10:48:30'),(2249,2,'e05fee759b516d864856198ac6c881f3e5eface9',11226,'* Fix user logic.','Yagami','2020-08-06 10:28:49'),(2250,2,'c5ac96ef95659d7faddd852b6cac94586c1f4e7a',11227,'* update picker file.','Catouse','2020-08-06 10:28:49'),(2251,2,'a2d561f1ce55f00fd21fc7dc7560ed8d72c30ad8',11225,'* update zui and picker.','Catouse','2020-08-06 09:46:16'),(2252,2,'bb3658ecf891398e0b008211b8e70b5459fbe168',11224,'* Fix bug #2504.','tianshujie98','2020-08-05 17:58:17'),(2253,2,'548b5655b0b5cf18c4163d51f9961dccb3eb57be',11223,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-05 17:22:22'),(2254,2,'a99aab00ea40138187c32f507a45f9d8ad3d2012',11222,'*Finish task #7587.','tianshujie98','2020-08-05 17:04:47'),(2255,2,'ae84a5dc249753a350eefdb0fe91ba1f1d986ea7',11221,'* code for task #7600.','z','2020-08-05 16:33:57'),(2256,2,'77328ef565b67c1a22b2036bb18d0cbd3eb05dd9',11220,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-05 15:46:41'),(2257,2,'8b6579d4b270fba6b7370f17901576b0abeb1bd8',11219,'* Fix common menu.','Yagami','2020-08-05 15:45:26'),(2258,2,'fb752e34c821ddfb0594c3826521e2c2cedf20ea',11218,'* Finish task#1198.','leiyong','2020-08-05 14:19:36'),(2259,2,'7105e4cba5b4657322dfe769b5aa63195a1e395c',11217,'* Fix menu order.','Yagami','2020-08-05 14:08:12'),(2260,2,'7c172bfcc21d06057e09cf29bdf6fe61c29330af',11216,'* Fix common menu.','Yagami','2020-08-05 14:02:51'),(2261,2,'cd5e8b3ad05ed592661626fb603aa6cd96bf4091',11215,'* Delete unuse code.','Yagami','2020-08-05 13:50:28'),(2262,2,'daff978429a1f7cdb0ad80753ef078696f526ed3',11214,'* Fix router.','Yagami','2020-08-05 13:47:00'),(2263,2,'d8ed76cff2cc678d303c861c14b975c578187406',11213,'* Fix menu.','Yagami','2020-08-05 13:42:59'),(2264,2,'1be49bb2045aeb1bd10b50234c06d68bc3232111',11212,'* Add menu.','Yagami','2020-08-05 13:37:40'),(2265,2,'dc446c82254a902f61830ad42df835b07294b518',11211,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','leiyong','2020-08-05 13:12:19'),(2266,2,'b94f0e499f21682b7cdb61b98efcd480cfee55ab',11210,'* Add menu.','leiyong','2020-08-05 13:11:46'),(2267,2,'3f5b97b5264e93f5a803672a7fffc3a94fc193a0',11209,'Merge branch \'20.x\' of https://github.com/easysoft/zentaopms into 20.x','Yagami','2020-08-05 13:08:31'),(2268,2,'f45dd799892e5cba5bcc7ce3e1453da756d63104',11208,'* Add stakeholder.','Yagami','2020-08-05 13:08:14'),(2269,2,'a25ac36e61835eb283ac874da6cf8b6f577e7731',11207,'Merge branch \'20.x\' of github.com:easysoft/zentaopms into 20.x','leiyong','2020-08-05 13:06:47'),(2270,2,'9cdb8ec0f8fed7ed9743773f89247de54fc3870f',11206,'* Adjust menu.','leiyong','2020-08-05 13:05:14'),(2271,2,'683112acc6efd60029edd3113635cabd57196086',11205,'* Fix common lang.','Yagami','2020-08-05 11:27:05'),(2272,2,'e81a73615056775cbc71ebaed0e19115516a3244',11204,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','qiyu-xie','2020-08-05 11:18:34'),(2273,2,'76381c1fd29cb9e0a0977d876f4a96635cd190a8',11203,'* Merge.','qiyu-xie','2020-08-05 11:16:37'),(2274,2,'575a430356cc8a17a20b08ea4b383a89b73a3690',11202,'* Fix common menu and program list.','Yagami','2020-08-05 11:15:26'),(2275,2,'15849794ec82653ad4dffde3cc2bb45d1fff9ccd',11201,'* Fix common lang menu.','Yagami','2020-08-05 09:44:19'),(2276,2,'ae1a3396ba30892097a615158c1a2d2e1c1aaf11',11200,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-08-05 09:41:47'),(2277,2,'7dc09c5374719ec789044de7ad2ca9b74e93d4c7',11199,'* Finish task #7584.','tianshujie98','2020-08-05 09:29:53'),(2278,2,'a748df7c3ca9422de6c4ad9b3692211337bb1096',11198,'* code for task #7600.','z','2020-08-04 14:05:41'),(2279,2,'bb3ad790d098c99633e0bee0bdfc59bd0e9280af',11197,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-08-04 14:02:28'),(2280,2,'cbaa60d87f89add3b7aa84c9cce0c15782139910',11196,'* code for task #7595.','z','2020-08-04 13:39:09'),(2281,2,'cdd728328c92e032ecd013e02e68c03f03c98c8f',11195,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-08-03 15:49:21'),(2282,2,'c92cc316d0992f708ab84494cc11e5a4cde1191c',11194,'* Finish task #7568.','holan20180123','2020-08-03 15:48:52'),(2283,2,'e1fc3eed58810559141c035129d7b3c3b76bb864',11193,'* Finish task #7575.','holan20180123','2020-08-03 15:48:15'),(2284,2,'99aa236209e11c0df71b199bdbba6f583f044a16',11192,'#Finish task #7562.','tianshujie98','2020-08-03 15:41:26'),(2285,2,'fd01a1d7251a36af950e2d1e16203a69fcd52ada',11191,'* Fix js error.','Yagami','2020-08-03 15:28:31'),(2286,2,'e5e1002f8abccede43eecb4b79af54801f2800f8',11190,'* Fixed security hole.','z','2020-08-03 15:03:51'),(2287,2,'5b1d63ebf5badf29d224776e4fe052b1ae444d80',11189,'* Fix program link.','Yagami','2020-08-03 14:39:36'),(2288,2,'541526e62d36b7cdcb87665678cb8d56b58bdc35',11188,'* fix icon-menu-users missing.','Catouse','2020-08-03 14:07:59'),(2289,2,'0ee24ac23c1c319d5b2787c77813812f8a09c525',11187,'* Hidden product.','Yagami','2020-08-03 13:42:48'),(2290,2,'3d3b98769dd0e96abc7284b92c4eb85a525dceb8',11186,'* Fix sql error.','Yagami','2020-08-03 13:14:41'),(2291,2,'e42279b7925cbcae653136520138cf5772d1ce04',11185,'* Fix version.','Yagami','2020-08-03 11:04:26'),(2292,2,'9a17e562d8ea8a6013b5d32b8922226de6d9fc6a',11184,'* merge fr lang.','z','2020-08-03 10:14:25'),(2293,2,'956f9e8f2bbfac3d9301e53a257998a4c1971c1f',11183,'* FIx details.','Yagami','2020-08-01 13:53:49'),(2294,2,'8a046b4200b669a2d3a553ac5df691f1c1f561e2',11182,'* Fix program bug.','Yagami','2020-08-01 11:07:12'),(2295,2,'ead7c9b8fd085dc43060d7404a08362a149f8be0',11181,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-31 16:28:50'),(2296,2,'c351b21b76781fef0a1985276a701c30ac71fb1e',11180,'* Finish task #7571.','holan20180123','2020-07-31 15:53:40'),(2297,2,'6b7e5520fb6d5464bded7c604c0f1e99588cdb72',11179,'* Finish task #7580.','holan20180123','2020-07-31 15:52:49'),(2298,2,'1805ded33e9cafbf424ced8a85ed1fd8695958e4',11178,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-07-31 15:17:31'),(2299,2,'dadf47b325c3a7aa676289e26d9f242d93a2cf18',11177,'* Delete unuse code.','Yagami','2020-07-31 15:16:51'),(2300,2,'bf58755bc67d2967285212b71f5943f98f832c6c',11176,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-31 13:05:23'),(2301,2,'bc12606035b48f0cf93e4a56727bafaf63f3c090',11175,'* update zui to fix em style. see https://zentao.aiot.co.jp/bug-view-348.html','Catouse','2020-07-31 11:30:32'),(2302,2,'fdeb2e92a3b9c7eabe7cd23838e4c09364ebce0b',11174,'* update zui to fix em style. see https://zentao.aiot.co.jp/bug-view-348.html','Catouse','2020-07-31 11:29:11'),(2303,2,'96c494098a8601ba9fdd171d1ed131a63a56fc6a',11173,'* Fix doc module.','Yagami','2020-07-31 11:14:32'),(2304,2,'ea9c4eceb5eb612ac835019364287274411281ef',11172,'* fix bug.','z','2020-07-31 11:11:22'),(2305,2,'ebf78df2eaf3f2f06b645ba61578fac959918c61',11171,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-07-31 10:50:32'),(2306,2,'ab825e6cac7f1bde9e89273824dbc3dec284f9a1',11170,'* Finish cmmi task#1171.','leiyong','2020-07-31 10:49:17'),(2307,2,'17b11dd990cd60c70ff6ac4f409ff4bd170714aa',11169,'* Fix program link.','Yagami','2020-07-31 10:47:41'),(2308,2,'2e19ada0040554986742ba6f79adfbcca8d39a89',11168,'*Adjust requiredModules.','tianshujie98','2020-07-30 17:31:22'),(2309,2,'700cbe5b484f414008ef4733442bd5419c74015c',11167,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-30 16:27:00'),(2310,2,'b28ac76d620c9008cbd73a91d246da284b57cf5f',11166,'* Finish task #7569.','holan20180123','2020-07-30 16:26:30'),(2311,2,'4aa88ed405c60e75db28f5f526e5065425c2cb5e',11165,'* Finish task #7567.','holan20180123','2020-07-30 16:25:36'),(2312,2,'d86ada6071ceb8e8e0b6e1d71e90d4b43eaf8e16',11164,'* Finish task 7573.','holan20180123','2020-07-30 16:25:04'),(2313,2,'856259c60b585805759ce5d684e32e1e0a3519f7',11163,'* Finish task #7572.','holan20180123','2020-07-30 16:23:48'),(2314,2,'1cdfa7fe84daca400479a41a237c70719c7e4044',11162,'* Finish task #7564.','holan20180123','2020-07-30 16:23:13'),(2315,2,'c3c0478561aeac890b90a92343ed0597a3673581',11161,'* fix paddingRight is not defined error cause by zui.','Catouse','2020-07-29 17:42:13'),(2316,2,'6aba4d63046977fffb29284c0ee68b1b63b9d795',11160,'* fix paddingRight is not defined error cause by zui.','Catouse','2020-07-29 17:41:07'),(2317,2,'917fedd266668c0b38d5523a88c644af600e73e6',11159,'* Fix cmmi bug#332','leiyong','2020-07-29 16:51:43'),(2318,2,'445e62278a648d6e3e8deb5b70c9dabd54efd5a5',11158,'* Adjust task.html style.','leiyong','2020-07-29 16:35:01'),(2319,2,'bfd01d5364be34e57486a0685d599aff97dee90c',11157,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-29 15:45:06'),(2320,2,'1ce528b3f91aacbe434e426a1bd149be6c15be9f',11156,'* Finish task #7578.','holan20180123','2020-07-29 15:44:43'),(2321,2,'98d4541f1bf096d9981c2736ae62740db8a3282b',11155,'* Finish task #7581.','holan20180123','2020-07-29 15:44:05'),(2322,2,'89f637bb5ee19e99f8a951254308372b3df8e628',11154,'* Finish task #7582.','holan20180123','2020-07-29 15:42:37'),(2323,2,'79099b04c15acbf1554883e06823fed7e3980ad5',11153,'* Fix cmmi bug #332.','leiyong','2020-07-29 14:52:33'),(2324,2,'1e586ead66caf7374909d64cd09d694ff66e7c4c',11152,'* fix page shake on open modal by update zui.js.','Catouse','2020-07-29 11:20:47'),(2325,2,'02ea30267901e020455b7fab665debc9dcda21df',11151,'* fix page shake on open modal by update zui.js.','Catouse','2020-07-29 11:20:13'),(2326,2,'5a2a23f2cb9bf4c350301cc87efd33cb03c165e4',11150,'* fix modal size error cause by scrollInside option by update zui.js.','Catouse','2020-07-29 11:07:54'),(2327,2,'2986c64c4e08c1f54753b5ab5ea174f17b0440ae',11149,'* fix modal size error cause by scrollInside option by update zui.js.','Catouse','2020-07-29 10:58:23'),(2328,2,'8232b543c65827a7baf3af81b88a00085958256d',11148,'* fix ajaxform by update zui.js.','Catouse','2020-07-28 14:39:07'),(2329,2,'614dac6082c0deda301c1c99619b4bafd9d8b39f',11147,'* fix ajaxform by update zui.js.','Catouse','2020-07-28 14:27:03'),(2330,2,'57c4849a3327240c059950d2bc11c50859897138',11146,'* rename standard sql name.','z','2020-07-28 14:12:30'),(2331,2,'97e800bd9c8d6f834361c4f395e392d9f984261a',11145,'* change version to 12.4.stable','z','2020-07-28 14:05:45'),(2332,2,'728e27af23d737bfff38e3bc7c4967fd3f45d7fa',11144,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-28 08:43:34'),(2333,2,'277ed6ca46bcd3902d0d8951f032a0311dae22d1',11143,'* fix dev-api and change zh-tw lang.','z','2020-07-28 08:42:29'),(2334,2,'26b1a0fe92b39252142b5c35bbab258851de2b4f',11142,'* Fix bug,task#7549.','leiyong','2020-07-27 21:43:54'),(2335,2,'edf7d6448bed976b81509a11223ba6aabbbb1d65',11141,'* Fix bug,task#7549.','leiyong','2020-07-27 18:29:59'),(2336,2,'e639fd43793867e3e115d6d20f15c3d68ff1ad73',11140,'* Finish task#7481.','leiyong','2020-07-27 17:29:36'),(2337,2,'1cc523fd0106c8634d0259ea4f2857d1d9d96899',11139,'* adjust code.','z','2020-07-27 16:44:23'),(2338,2,'d417a026f6cba55b343ee60c9bb46b6edf098202',11138,'* Fix menu link.','Yagami','2020-07-27 15:58:08'),(2339,2,'9a0cb8d0cc3ee27cf748f8d214936455080b5f8c',11137,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-27 15:25:16'),(2340,2,'71209416b2919b5d425e501ce3703bf0c96bf4b7',11136,'* Finish task #7554.','holan20180123','2020-07-27 15:20:45'),(2341,2,'29e847c773ec4106855a2cd9e2a4b4a56e5e61a6',11135,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-27 15:20:20'),(2342,2,'3c9fe4c071c292d5e5945add2803aec8a9aa9afb',11134,'* fix bug for charts.','z','2020-07-27 15:02:48'),(2343,2,'b15539ed6a81a8d0dc0d7ba43ca41490e5348be5',11133,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-27 14:53:42'),(2344,2,'4545fa25ca7eb6ef42fda209cbe242f6f324d5a4',11132,'* Finish task #7547.','holan20180123','2020-07-27 14:52:48'),(2345,2,'b2169336537c1ba8c38d5f696f85447146e10ed2',11131,'* Adjust code .','leiyong','2020-07-27 14:51:23'),(2346,2,'38f62e399eb9d997a9d1ef48bbc8e708e651832c',11130,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-27 14:18:40'),(2347,2,'db4a3db53d819e32859b9dd333cefa11f1938a46',11129,'* Finish task #7520;','holan20180123','2020-07-27 14:17:27'),(2348,2,'1e932f160c63e6d4f06d0342a6573037e217e273',11128,'* add new version and upgrade.','z','2020-07-27 14:14:19'),(2349,2,'596bc86947d3eee81486b491002019c484262f3a',11127,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-27 13:31:35'),(2350,2,'e9cfd48d187d66f49cfa4fcc27b8984c1c64470a',11126,'* adjust for refreshPage and set closed for member.','z','2020-07-27 13:28:33'),(2351,2,'a6a2ddc4f9eba0e287259a5651df51ac6a541c39',11125,'* add status in json.','z','2020-07-27 13:25:16'),(2352,2,'3408eda6f491174f6c1f62883b769fc001875945',11124,'* Fix install product link and logo.','Yagami','2020-07-27 13:18:36'),(2353,2,'88742a61c8be3451e417823328e60200a34d40ce',11123,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfeiCF','2020-07-27 13:05:04'),(2354,2,'e16356517e0244d31478db52932ec11a08cfc838',11122,'* Finish task#7549.','leiyong','2020-07-27 13:04:18'),(2355,2,'bfce52a5804acc80b6663947e045b24c9ec48394',11121,'* Adjust lang item.','chenfeiCF','2020-07-27 13:04:09'),(2356,2,'a921dd62f3c9f4d4bebec1e4814ad686e2d1a0a7',11120,'* Fix task closed.','Yagami','2020-07-27 11:11:15'),(2357,2,'6f304a843d95773a9982f04ac94eef33eb051e81',11119,'* Lang files updated for new release.','reneeteng','2020-07-27 11:03:04'),(2358,2,'7d1f51118fbea05497f3090147773986b5d41c91',11118,'* task #7372, bug #3196, fix datatable line height in firefox.','Catouse','2020-07-27 10:24:39'),(2359,2,'8852e9fe6731c9c109a04b63b9e62c57b88dc146',11117,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-27 10:11:14'),(2360,2,'f57247344eeeb13ef2829c843937eabc79808abf',11116,'* fix for create todo.','z','2020-07-27 10:08:05'),(2361,2,'50d7645c96c77211d0a60366d0bfae826b035bda',11115,'* Fix menu.','Yagami','2020-07-27 10:07:09'),(2362,2,'94f98fa13a445806ecb1912de0fb53127b40b619',11114,'* Finish task #7536,7557,7558.','tianshujie98','2020-07-27 10:05:11'),(2363,2,'5c2a141a78ef618ca832f798199f478f2e211915',11113,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-27 09:51:56'),(2364,2,'d155cab896e157d9ea685273414688bfef6cef1f',11112,'* Finish task #7527.','holan20180123','2020-07-27 09:51:37'),(2365,2,'049d27f689c715bc89a2baae436c778c5bfdd54c',11111,'* Fix task assignedTo when closed.','Yagami','2020-07-27 09:42:56'),(2366,2,'5a3216dbf497a7e954e714b4c8b7c20b61b84a72',11110,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-27 09:36:19'),(2367,2,'f39ed18962b8c7e15c336eba235100c748eb23c8',11109,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-27 09:35:52'),(2368,2,'098a3ebebd11fa98b9347dfe03aeb8a0fd63f8d7',11108,'* Finish task #7528.','holan20180123','2020-07-27 09:35:21'),(2369,2,'7a1b0b194feaf6b74cbb67aa2a11d7c7303b6187',11107,'* adjust for error.','z','2020-07-27 09:33:13'),(2370,2,'cb7931251b4e34895d26cd00a0e1386ceb75fc9a',11106,'* finish task #7535.','z','2020-07-27 09:29:31'),(2371,2,'4502545269efc6de9b8715c2fb4c1c9f75ec483d',11105,'* revert datatable tr height.','z','2020-07-27 09:15:41'),(2372,2,'ba57175628acfbe3564d38c22ecfa67935e85b2b',11104,'* Finish task #7523.','chenfei','2020-07-27 08:07:21'),(2373,2,'196cb6304bbb65b0203571fcf096c731548941bb',11103,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-26 23:44:30'),(2374,2,'cb7ea554a42ae11384039f46987bae88c934ff27',11102,'* Finish task #7520.','holan20180123','2020-07-26 23:43:58'),(2375,2,'101e36e485be6ca98a12a967652c86b1e7ea675f',11101,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2020-07-26 22:09:02'),(2376,2,'7c2e311ac0c70bebe52db9e149f4b450bdc85568',11100,'* Finish task #7552.','chenfei','2020-07-26 22:07:38'),(2377,2,'7e48d407198a34ff9c9037134a3cb553a6aeaf2c',11099,'* Finish task #7543.','chenfei','2020-07-26 21:52:31'),(2378,2,'52bf76aa880347ef5919fe98140090fe3c440c05',11098,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-26 21:42:57'),(2379,2,'0d3b0b438461503930c233a1610a8073bed04933',11097,'* Finish task #7530.','holan20180123','2020-07-26 21:42:06'),(2380,2,'33db67ea2cd296eb3789ef4b62e88714fc714b12',11096,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2020-07-26 21:37:35'),(2381,2,'87bd3143f3dca7da091ac33ff30c2e1a692bd356',11095,'* Finish task #7531.','holan20180123','2020-07-26 21:19:04'),(2382,2,'d4d49466b4d275e8797632b41d39fbb39e91911d',11094,'* Finish task #7521.','holan20180123','2020-07-26 21:16:48'),(2383,2,'605753a2cbb8481531792a55de498fba2013a54b',11093,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-26 14:45:19'),(2384,2,'69ffb2d3c4f78d42e5f8ba025b333bee9b30130e',11092,'* Finish task #7527.','holan20180123','2020-07-26 14:44:40'),(2385,2,'da5249b3c754929ecdabc32f2049d049239c745e',11091,'* Finish task#7549.','leiyong','2020-07-26 11:50:38'),(2386,2,'29999a3689709f024a5f724f74e605965dd8a636',11090,'* Finish task #7550.','chenfei','2020-07-25 22:30:50'),(2387,2,'fe91f8c9d666f986690face99575f685bbef89fc',11089,'* Finish task #7556.','chenfei','2020-07-25 22:16:40'),(2388,2,'2e568d4001995578ef0dd4f38521372d499185ac',11088,'* Finish task #7545.','chenfei','2020-07-25 22:14:11'),(2389,2,'6972e19d53fa6c835880b1fedd2d3d806e346f21',11087,'* Finish task #7522.','chenfei','2020-07-25 22:13:30'),(2390,2,'deb448d2bb0df382fc386ac28a5306c194624c37',11086,'* Finish task #7551.','sgm0422','2020-07-25 18:49:20'),(2391,2,'97bfc8fd50736e0cbd546c960e6370a022e81627',11085,'* Finish task #7547.','holan20180123','2020-07-25 12:19:12'),(2392,2,'a9cf557fde31f7f6a93f490fc19b874f57848654',11084,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-25 12:00:45'),(2393,2,'657620244b10baf28fa6368ae17b9334f83332e6',11083,'* Finish task #7515,7516,7517,7518,7524,7525,7526.','holan20180123','2020-07-25 11:59:55'),(2394,2,'39aa4b6b34d7d4726a35a2c7fcdcc37f58a92187',11082,'* finish task #7519.','z','2020-07-25 11:24:56'),(2395,2,'deed071f8e80f0415e98d927a5466abcf0f9f034',11081,'* finish task #7539.','z','2020-07-25 11:03:33'),(2396,2,'f4987f4a048ce6dfdfaaab2766fed8b4ce9612f1',11080,'* code for task #7548.','z','2020-07-24 21:45:48'),(2397,2,'9b835f13fd4618ffbf7d32049cb142df3821eeba',11079,'* finish task #7534.','z','2020-07-24 20:57:32'),(2398,2,'d52b9c460acd6339062acb37425fb8b9e85f7f5b',11078,'* finish task #7538.','z','2020-07-24 20:44:44'),(2399,2,'480b7df59db491347f4d96f3664866183c5f947a',11077,'* finish task #7533.','z','2020-07-24 20:41:06'),(2400,2,'257afdf49ea278476e17405fa8d702a7aeae91b9',11076,'* finish task #7542.','z','2020-07-24 20:37:51'),(2401,2,'821739f6247d90bfca9cc7d92efc1c5662c759cf',11075,'* finish task #7553.','z','2020-07-24 20:30:17'),(2402,2,'a3f0f7ea58e2dcc742d3f31668adb0f54596b772',11074,'* finish task #7555.','z','2020-07-24 20:23:42'),(2403,2,'098dabfb114c2e8303cd845e7b5b12b3893168ba',11073,'* finish task #7559.','z','2020-07-24 20:01:22'),(2404,2,'a641250d7bb15530f4fa72e57d86796dc88a6930',11072,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-24 19:44:30'),(2405,2,'ac90d68b4c0467eab59e1455882764f6370a3af0',11071,'* Fix bug.','leiyong','2020-07-24 17:22:31'),(2406,2,'7056013d6bbab732b4782eedf18677396ef1270f',11070,'* fix tooltip not correct after rename file in file input control. see http://ranzhi.5upm.com/bug-view-1459.html','Catouse','2020-07-24 15:57:56'),(2407,2,'c75ed0548babb6423c9365bc836e7a9b1d40fa18',11069,'* Fix bug.','leiyong','2020-07-24 15:33:56'),(2408,2,'841cb9eb1d1d604c734b474f943875d3cf278f9d',11068,'* task #7373, bug #3191, fix table statistic information not update after dialog closed with datatable.','Catouse','2020-07-24 09:26:43'),(2409,2,'11f71b3cf4b14e74f1c8b7b8d93498d85106ac2b',11067,'* fix table setting button now show after hot refresh table.','Catouse','2020-07-24 09:26:16'),(2410,2,'f4c3b232b67bd071c924977976c853b2ba62a02e',11066,'* Revert sql.','sgm0422','2020-07-24 09:25:22'),(2411,2,'fa5c856176b49f358c6aab795c2ec38f9d8a425e',11065,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-24 09:22:45'),(2412,2,'70ff66b0fb5c9e749001dcf2626dc911ac083177',11064,'* Delete unuse sql.','sgm0422','2020-07-24 09:22:25'),(2413,2,'f66fa8105cc340c2cd7f0c58ebd7dea2a5d37b03',11063,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-24 09:14:23'),(2414,2,'d4d0453a7083804ea2764ca27fa5ad8b49fbeacf',11062,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-24 09:01:40'),(2415,2,'0d0412133ea399711669d6724f0092ebb835bc64',11061,'* Fix bug #3199.','holan20180123','2020-07-24 09:00:51'),(2416,2,'e3a73fe144197c8f63af11fe299ea89ee5e5b9da',11060,'* adjust for flow with textarea.','z','2020-07-24 08:58:42'),(2417,2,'c0385c114bcf3284c96569c915d233cf5620fd07',11059,'* task #7477, bug #2957, fix testtask table is empty after execute case in dialog.','Catouse','2020-07-23 18:32:52'),(2418,2,'251e11f24d0a8e508d65b100f48ca50ab64fc9b3',11058,'* task #7373, bug #3191, fix table statistic information not update after dialog closed.','Catouse','2020-07-23 17:47:41'),(2419,2,'9f7a7c3a10c8c8fdc7c8750b9a01d50975330859',11057,'* task #7373, bug #3191, fix table statistic information not update after dialog closed.','Catouse','2020-07-23 17:10:39'),(2420,2,'1003f748d17637d5b7c38051cffd234810ce7088',11056,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-23 16:55:10'),(2421,2,'1c8d87405364d39a6c784a7c065afba169594e38',11055,'* code for task #7469.','z','2020-07-23 16:43:16'),(2422,2,'1374027cd152c304326f5a8d6252a8cd7d6f9c05',11042,'* update kindeditor style.','Catouse','2020-07-23 11:09:22'),(2423,2,'809da4766bf92c6bde69a498be587fe66a49d50c',11054,'* Fix menu.','leiyong','2020-07-23 16:22:17'),(2424,2,'b832868f2ce33c70f2e886710748f516892d53b0',11053,'* Move tip lang item to bizext.','chenfei','2020-07-23 16:12:49'),(2425,2,'e390ad4ab94d55e8b6a529c1454c8aa4f5c9e1ba',11052,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-23 15:59:55'),(2426,2,'7bca29aeec44ac5ef8206f5dfef3cb373169403c',11051,'* code for task #7469.','z','2020-07-23 15:59:18'),(2427,2,'8522665fdbc3fd7a6c4c0375558695d1de4bd46d',11050,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-23 15:53:47'),(2428,2,'78e714df92d6e6f13daf8a1027da48155a769413',11049,'* Finish task #7361.','holan20180123','2020-07-23 15:49:13'),(2429,2,'36dfa2641cc14eec56af3bb9d125cd7dc59c2121',11048,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-23 15:37:32'),(2430,2,'01690a133a2bed3a56203b4a2ad46ebbac88092f',11047,'+ add xuanxuan standard file.','z','2020-07-23 15:37:05'),(2431,2,'852b4e5231e36bead816678ed84c46a1a35d3602',11046,'* Finish task #7365.','chenfei','2020-07-23 14:39:39'),(2432,2,'e022121f09e9ef3b1fcb9ee445aae73d17d3f9d8',11045,'* Finish task #7401.','chenfei','2020-07-23 13:24:37'),(2433,2,'be145c47e6fa1d950630188ccfa9c78339e05164',11044,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-23 13:02:53'),(2434,2,'2f6f314865dd1787935121687f00e5ef603f6884',11043,'* code for task #7426.','z','2020-07-23 13:01:56'),(2435,2,'38a7d60b21896801989da04eb591fe551d00603f',11041,'* task #7414, bug #3095, fix file manager not work on upload images in kindeditor.','Catouse','2020-07-23 11:08:25'),(2436,2,'13a7e4802b1ae78cb9daef7659e927516efa17e1',11040,'* finish task #7426.','z','2020-07-23 11:04:02'),(2437,2,'5ee732bb22bc3c2532b274e9d7a2c37f78468b28',11039,'* bug #2973, task #7470, fix point hit detection not work as expected.','Catouse','2020-07-23 10:50:22'),(2438,2,'a9a05363e1ff7bc5e15f26bc66d9bd297092c07a',11038,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-23 10:29:12'),(2439,2,'7d5d6bf35ea1fc9d0884ed685c32df9f59d30fe4',11037,'* Fix my module link.','sgm0422','2020-07-23 10:28:57'),(2440,2,'227ccdd17d586e2f872f4fdc5b32138a6c4614d6',11036,'* finish task #7372.','z','2020-07-23 09:32:23'),(2441,2,'07919c671004e9057f04ad7d5c633ec593f94228',11035,'* task #7448, bug #2915, fix content not save after delete row in kindeditor.','Catouse','2020-07-22 22:09:07'),(2442,2,'a6714b6180c7ff2f38125e8a1e3e2cbbfcb6b713',11034,'* task #7479, bug #2953, fix selectable in table not work as expected.','Catouse','2020-07-22 21:35:12'),(2443,2,'d3f993952549dd7fbb6f1716fddd64b0ecc29c5c',11033,'* task #7347, bug #3267, handle the case where the user enters a non-number in searchbox to prevent server error.','Catouse','2020-07-22 17:55:37'),(2444,2,'bb6f8e994cbf70839e04e347e30fd2ce96450f18',11032,'* task #7347, bug #3267, handle the case where the user enters a non-number in searchbox to prevent server error.','Catouse','2020-07-22 17:50:39'),(2445,2,'073db145cf9a26d1d9d8bbe428f4871343f1510c',11031,'* task #7443, bug #2987, fix insert row in merged cell not work as expected in kindeditor.','Catouse','2020-07-22 17:39:53'),(2446,2,'0391faec8d7c1d172b65cf6a18f4f22e57dbd6d9',11030,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-22 17:06:51'),(2447,2,'96980aee506020358d0bcd8a544a66a21e4ef436',11029,'* adjust for canSearch flow field.','z','2020-07-22 17:06:16'),(2448,2,'229b3e2cec7e02b3116f90b785fa2d5f4e3a879e',11028,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2020-07-22 16:47:21'),(2449,2,'4ea90f2f70db695119b20f39738ab54804c46bac',11027,'* task #7483, bug #2925, fix insert cell error in kindeditor.','Catouse','2020-07-22 16:31:01'),(2450,2,'b7e6ca646745a34ff8b8edeb592ca5ccf0fda8e2',11026,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2020-07-22 16:28:41'),(2451,2,'893a672c5ac97dde43bb45b1b9705badb4852ffd',11025,'* Finish task #7473.','chenfei','2020-07-22 16:28:09'),(2452,2,'2961062d59694ab6020a96dcfad598e642379aee',11024,'* fix bug.','leiyong','2020-07-22 13:55:17'),(2453,2,'62d8cf9deb1d4b1fc6e0fdba34704e830b75e7f6',11023,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-22 13:53:03'),(2454,2,'4494e9763923f37cf0b02aa39b8dd0965c9277d8',11022,'* Fix details.','sgm0422','2020-07-22 13:52:46'),(2455,2,'f88ff193b67150264a0f944d5079758b25886122',11021,'* Aujust sql.','leiyong','2020-07-22 13:44:31'),(2456,2,'687f83d020c0123f197ae39c1e1d3c537fe97c88',11020,'* Finish task#1144.','leiyong','2020-07-22 13:05:03'),(2457,2,'a06785b1a424f1558199d846b7b20e63e243993b',11019,'* Adjust sql.','leiyong','2020-07-22 11:22:15'),(2458,2,'c1b08303bae996e7c99181900a109eecffbef48a',11018,'* Adjust code.','leiyong','2020-07-22 11:18:53'),(2459,2,'1f0aeacf8b0851019e37272b2035b0d9488cc9de',11017,'* Finish task #7348.','tianshujie98','2020-07-22 10:06:48'),(2460,2,'5a96e8a5a5859f866739198454f42b25711b98c6',11016,'* Finish task #7411.','chenfei','2020-07-22 09:26:49'),(2461,2,'266a87d40bce236bb02ebb8ec960dcd67a623ef0',11015,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-22 09:06:40'),(2462,2,'ffabfbfbbae15d9347be50be7adf1673b6e4e540',11014,'* adjust for svn path has space.','z','2020-07-22 09:05:41'),(2463,2,'21fcb26e301daee9c30bc29beaa3f8fcae6de3f7',11013,'* adjust for create from import.','z','2020-07-22 09:05:05'),(2464,2,'6c0eb72b109ff5341a0beb904bb5a6dad309e339',11012,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-21 17:46:30'),(2465,2,'236a99519ee675e4cdc3c4b2c723df6c658890f0',11011,'* Finish task #7374.','holan20180123','2020-07-21 17:46:01'),(2466,2,'9ab20fdb172e7defbb495181937a8c8aa245391d',11010,'* Fix details.','sgm0422','2020-07-21 17:43:59'),(2467,2,'cd6b5caa6137e7dbf3fc09debb2ee350ebbcc0b8',11009,'* Finish task #1160.','sgm0422','2020-07-21 14:35:48'),(2468,2,'6e08756f0b26d4948c938d3a91394f2dab5abcb7',11008,'* Minor change in lang files.','reneeteng','2020-07-21 14:25:47'),(2469,2,'12e107d40a29e86d746c4592a267601dc451a828',11007,'* add program param to global method "createLink".','Catouse','2020-07-21 14:12:22'),(2470,2,'192abdb3482e073043e08328ac7e214d6e24f761',11006,'* Adjust code.','leiyong','2020-07-21 13:50:26'),(2471,2,'e4d29bf3efdc57eebaa02acffbd43ccd2d0ad366',11005,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-21 13:41:29'),(2472,2,'a0a0f0b082e75bbe9844f831d32b903f0c038fdd',11004,'* Fix product and project select logic.','sgm0422','2020-07-21 13:41:02'),(2473,2,'05ba543c230a87ce343346e50ff1ec33aa7f370e',11003,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-21 10:09:22'),(2474,2,'ee2165bf0675b6826af81ac7d9d2dc2db9de88f6',11002,'* Finish task #7459.','holan20180123','2020-07-21 10:08:56'),(2475,2,'388ee126efef6ac83253549474fbe950ecbfcb26',11001,'* Fix bug','leiyong','2020-07-21 09:41:24'),(2476,2,'835b2bf717f0cf1a4ba2f6d006495f11cc7978b6',11000,'* Fix menu divider.','sgm0422','2020-07-21 09:19:19'),(2477,2,'bf7fc5a53bee21a9f8840c49184b7e3f4582953c',10999,'* Finish task#7350.','leiyong','2020-07-21 08:20:29'),(2478,2,'e4059ed259b83d36de0a6b2424497319bc9aa434',10998,'* Fix sql.','sgm0422','2020-07-20 17:14:48'),(2479,2,'932daf567f517d835c789b2849201a5d50bc2442',10997,'* Fix my-story pri width.','sgm0422','2020-07-20 17:07:26'),(2480,2,'ecb1f9b1289d0aa44518058a4221207e55cfd22a',10996,'* Finish task #1102.','sgm0422','2020-07-20 16:08:13'),(2481,2,'78888f1f81e8743da5c1b490242ab22b3659a65f',10995,'* Adjust order in roadmap.','chenfei','2020-07-20 15:46:49'),(2482,2,'9358aa343bf1d96771b9eb293217287f1031e7e5',10994,'* Finish task #1087.','sgm0422','2020-07-20 15:34:32'),(2483,2,'2a4b6bb2fce96085d207376c646009c5b48d8bf7',10993,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-20 15:11:32'),(2484,2,'55dc4e1d29fef5d905ffcf9f42da64f5c18cc91e',10992,'* adjust for edit testreport.','z','2020-07-20 15:10:55'),(2485,2,'0864ced439c39f3c40a5c65918ce6ed8d42d9acc',10991,'* change for php7.2','z','2020-07-20 15:10:33'),(2486,2,'cac3322a8df71004a5db4be75ebe43b5d034adfe',10990,'* adjust for workflow.','z','2020-07-20 15:09:41'),(2487,2,'a509bcdab008dec2310c2e6d4289df2ca57d05e4',10989,'*Finish task#7379.','leiyong','2020-07-20 15:03:23'),(2488,2,'a454abf6dae479530d67656f67362222c2567fe9',10988,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-07-20 15:02:58'),(2489,2,'6df8b3e6f8229fdb8f3a482c449efc7ce5004ed0',10987,'* Finish task #1084.','sgm0422','2020-07-20 15:01:15'),(2490,2,'8d2ddb26aae03dfbb193bad8b0a476cbf5308746',10986,'* Finish task # 1076.','sgm0422','2020-07-20 14:45:49'),(2491,2,'87fd8cbc278cc92860a91dbe1bb95403335ad1d9',10985,'* Finish task #7436.','chenfei','2020-07-20 14:30:20'),(2492,2,'926f2463867aba85fccbac07b1fdec383a95a4a6',10984,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-07-20 14:20:55'),(2493,2,'eeea421cf901c28ffb02f39ec4250f1deff637ce',10983,'* Finish task #7487,7488.','tianshujie98','2020-07-20 13:13:41'),(2494,2,'99690d0544befdb19b36ee3810b4c752eb01c3f4',10982,'* Finish task#7379.','leiyong','2020-07-20 11:29:32'),(2495,2,'b2f7a2ee17590d6c313edc9ab2caa2f697c300ab',10981,'* Finish task #7401.','chenfei','2020-07-20 11:23:04'),(2496,2,'bb1d677e2544b3366a2e1bf8924901398be76781',10980,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-20 10:39:59'),(2497,2,'edfe4ccd976fc028a40f9b02c8bf072c90a9d4fe',10979,'* Finish task #7433.','holan20180123','2020-07-20 10:39:29'),(2498,2,'61105ba53dc85109f914bbbf718185797ddaaf81',10978,'* update zenicons.','Catouse','2020-07-20 10:23:13'),(2499,2,'e0967b579f163eea1d7e92346ea8ec88acfeffcb',10977,'* Finish task#7376.','leiyong','2020-07-20 09:42:54'),(2500,2,'2dbbe8ab36537beab4c7d136a82ac28280aa609d',10976,'* Finish task#7481.','leiyong','2020-07-20 09:14:00'),(2501,2,'5819bb69b80514cabf5b8440a25d7fc0eab5ea77',10975,'* Finish task for dayup: http://vision.5upm.com/task-view-408.html','chenfei','2020-07-18 20:08:18'),(2502,2,'3cba60eb57c55f88f2d1d11a9aef3bd29f106519',10974,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-17 17:19:47'),(2503,2,'f574524f3fd415d1362e290c0f56af1affcd961b',10973,'* Finish task #7407.','holan20180123','2020-07-17 17:19:12'),(2504,2,'7768b040d4a1844a59dbf028e6ba3221009dbf90',10972,'* Finish task #7383.','chenfei','2020-07-17 16:39:49'),(2505,2,'9ebffe1e6e3f606c47d1294eed452aa6593e9561',10971,'* Fix jenkins bug.','leiyong','2020-07-17 15:08:24'),(2506,2,'2455413bba045be8e0ebf5bd84bf68791deaabf3',10970,'* Finish task #7485.','sgm0422','2020-07-17 09:21:47'),(2507,2,'8a4d7f98994b5a1b6d0ca807aed5d26381ad912b',10969,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-17 09:06:23'),(2508,2,'3b33a3cb1f029b53d0fd4bde691db4c05141b2c6',10968,'* Fix my setMenu bug.','sgm0422','2020-07-17 09:05:21'),(2509,2,'a1db9d97bf0ed57f772f4c83c448bf4ea9db4952',10967,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-07-17 09:00:05'),(2510,2,'a9dcdea00d6bb99e0a47b316d9e94d42f6ae1420',10966,'* Finish task #7472.','tianshujie98','2020-07-17 08:58:18'),(2511,2,'054ee87fa86f785fdb22e61eb024eddef910268f',10965,'* Fix jenkins exec。','leiyong','2020-07-17 08:17:36'),(2512,2,'4cb09a3c0d141b92e4639d84382df68ea6e7c129',10964,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-16 17:35:39'),(2513,2,'0979eaa5905b0162407e59ad833b22b2fb585055',10963,'* Finish task #7475.','holan20180123','2020-07-16 17:34:57'),(2514,2,'c0f4c4108bf49aa9772bb22b8adcb4d001c20d32',10962,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-16 17:29:45'),(2515,2,'75837176a330bea370883a29bebe6aa9add08012',10961,'* Finish task #7139.','sgm0422','2020-07-16 17:29:29'),(2516,2,'5eca3c956ecc459afde1cd96a45e1e97203ca813',10960,'* Adjust style.','leiyong','2020-07-16 16:33:28'),(2517,2,'dd3486e6d4013827a7733354cce2fa973818ca5c',10959,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2020-07-16 16:28:47'),(2518,2,'85ae968b10b5a4909a8eaed381788d05a2964eec',10958,'* Finish task #7478.','chenfei','2020-07-16 16:28:21'),(2519,2,'fb97666ab233462a86b68b360aff726673744858',10957,'* Finish task #7378.','leiyong','2020-07-16 15:48:54'),(2520,2,'59d6baede005ac5cee3bda9887325926f925f536',10956,'* Fix jenkins password cannot contain @.','leiyong ','2020-07-16 14:37:21'),(2521,2,'3faf6b391c0bee583cf9985a7d345afac0fb5dca',10955,'* Finish task #7467.','sgm0422','2020-07-16 14:31:00'),(2522,2,'c2f3115c4ecafade37c7047ca9b5dd240902da6a',10954,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-16 14:12:46'),(2523,2,'c4356f0eaa106535f75b1d094466c948c3d1846d',10953,'* Finish task #7466.','sgm0422','2020-07-16 14:11:22'),(2524,2,'fff031bfbbcfaf2a6cc82f5af2bce3738a716499',10952,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-16 13:07:58'),(2525,2,'d0a458160ff04d688039c55227f7d24de0a4e56d',10951,'* Finish #7471.','holan20180123','2020-07-16 13:07:23'),(2526,2,'fdc44afd2f850f9466d6c2a1d1fde9babe53da78',10950,'* Finish task #7471.','holan20180123','2020-07-16 13:05:53'),(2527,2,'c36872e00907e8679438e9b8e4bea2681fe2e9c9',10949,'* Fix webhook bug.','sgm0422','2020-07-16 10:46:16'),(2528,2,'5b91986b45cc47f273f5dd2a5182f7b2ce28e4b4',10948,'* Finish task #7461.','sgm0422','2020-07-16 10:19:57'),(2529,2,'54097d246dc5964c7d7ed092f8a4817afa364c86',10947,'* Finish task #7460.','sgm0422','2020-07-16 09:58:00'),(2530,2,'2fd9dd2290c451f6958e0c32957d1b8822fd3930',10946,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-16 09:03:07'),(2531,2,'5b6f1a03e9120cb8cf23da6505c4302d6e4f501e',10945,'* Finish task #7458.','sgm0422','2020-07-16 09:02:58'),(2532,2,'b2033343b19670a613479e3e42dc8c1a05448768',10944,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-15 17:32:26'),(2533,2,'1096a6678d80b5d8b50fd3e3f88b5eb3056771da',10943,'* adjust for flow.','z','2020-07-15 17:31:48'),(2534,2,'725a550affd228d145e9bb2afe6ab671f6bcf6f8',10942,'* Finish task #7428.','sgm0422','2020-07-15 15:06:22'),(2535,2,'4cc4be08e4e66b703c8b70894dc0f2cb7ea82d75',10941,'* Fix doc view style.','sgm0422','2020-07-15 14:41:48'),(2536,2,'f682affa25ce9607c67f0f8dda43073ac0f2e014',10940,'* fix bug #3059, finish task #7423, fix active require field not work sometimes.','Catouse','2020-07-15 13:52:39'),(2537,2,'1cfb7aa6518600707e725881ab50cb19e4e00625',10939,'* Finish task #7353.','sgm0422','2020-07-15 13:27:35'),(2538,2,'9f7cabbed79becb5a35da07ed2fcbc9e8f9ee4ec',10938,'* Finish task #7418.','chenfei','2020-07-15 13:10:13'),(2539,2,'936de54183a321e76717ad964ff7f05582ceeada',10937,'* Fix bug.','leiyong','2020-07-15 11:14:24'),(2540,2,'28f9ac65a2ebf380ee6bd95b29bef25d637741fa',10936,'* Delete program priv group.','sgm0422','2020-07-15 10:13:12'),(2541,2,'37f057475d6fc305433230b19c34ed5a84e26b98',10935,'* Finish task #7439,7447.','tianshujie98','2020-07-15 10:12:15'),(2542,2,'4b1c0486791bc280595b125809c16eea4b656940',10934,'* Add group priv.','sgm0422','2020-07-15 10:09:54'),(2543,2,'f33f5a87ba364e2c8ef8434f4261e2f37bab5dbb',10933,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-07-15 09:56:13'),(2544,2,'cde738640522ddb70a70856b4a95c7ddb7fc8acd',10932,'* Adjust style.','leiyong','2020-07-15 09:55:52'),(2545,2,'64a6053c7e95f9b0e6566b46f81646c6ce3567d8',10931,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-15 09:49:32'),(2546,2,'8ae367c73f0c9bbc995b51f007cd4bb8cea24a40',10930,'* Finish task #7368.','sgm0422','2020-07-15 09:49:20'),(2547,2,'bda11a547aef011cab865b3169d57db3be01303f',10929,'* Finish task#7369.','leiyong','2020-07-15 09:28:02'),(2548,2,'e3c5a1106ae4af44a5c95f5fe288a9c4ea090d7f',10928,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-15 09:24:50'),(2549,2,'66081ad48f66a574382261bb861dc722d9afe9da',10927,'* Finish task #7450.','sgm0422','2020-07-15 09:24:33'),(2550,2,'0dddf6deda689aa13af669f4c15d09f62fc90d0f',10926,'* Finish task#7346.','leiyong','2020-07-14 17:02:13'),(2551,2,'cdcd17b0fea1c61dfe34482d1ae259a4b9f70aed',10925,'* Finish task#7346.','leiyong','2020-07-14 16:59:30'),(2552,2,'974f7ec1d6a458648702ed8258ed3ce62919e461',10924,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-14 16:56:07'),(2553,2,'cd5959d815706938c98b831d24775e45f090b831',10923,'* Finish task #7367.','holan20180123','2020-07-14 16:55:05'),(2554,2,'e5550081e60c8d9aae7cf75c4f86ded1c90755d7',10922,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-14 16:23:18'),(2555,2,'bbaf3c038eded39431a300dc8a1fafc87b4be11e',10921,'* Finish task #7406.','holan20180123','2020-07-14 16:23:14'),(2556,2,'bd44c7adf39b40f43acccb019e3bf1f4be1c6943',10920,'* Finish task #7446.','sgm0422','2020-07-14 16:23:04'),(2557,2,'41e862d5cb09d3ecf6e4be05dc7c9b72f7e87eb3',10919,'* Finish task #5104.','chenfei','2020-07-14 16:16:47'),(2558,2,'b96bfde2acc154b5f1f27f635a3f7d909523313c',10918,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-14 15:56:54'),(2559,2,'701ec00778e81db3440ed07fb631d263a3b25920',10917,'* Finish task #7445.','sgm0422','2020-07-14 15:56:36'),(2560,2,'570657d4b42484f0a14175384531dcceaeec8831',10916,'* Finish task #7389.','chenfei','2020-07-14 15:51:51'),(2561,2,'eeef4832034b819ea21da170ffa343fa30bac34b',10915,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-14 15:35:18'),(2562,2,'5e20ecc24c4219a9b6396ef4657e90f885784e5b',10914,'* Finish task #7434.','sgm0422','2020-07-14 15:35:08'),(2563,2,'9eb723689b1c3f3ba699a13446ac6443b96e32d7',10913,'* Finish task #7417.','tianshujie98','2020-07-14 15:26:11'),(2564,2,'e13c326e5967b4d046c9cb8b3f5002bf5192d303',10912,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-14 15:19:28'),(2565,2,'d746374d83052eb1d19584c57e60e31ae0fe3fcb',10911,'* Code for dev api config.','sgm0422','2020-07-14 15:19:11'),(2566,2,'022c55445f7c9c97e3565f6386151510246ba977',10910,'* Finish task#7377.','leiyong','2020-07-14 14:11:27'),(2567,2,'4475db6cccd8d474bbf96df2ef24e2fa78e60418',10909,'* Finish task #7420.','chenfei','2020-07-14 11:27:15'),(2568,2,'b56977c8ff431c62fbf8e4dd99e3263d92925aab',10908,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-14 11:21:23'),(2569,2,'2e454b1415c8c44643c2f817c808741e063ae658',10907,'* Finish task #7429.','sgm0422','2020-07-14 11:21:12'),(2570,2,'1a04618fd14962c548f43b8935f45512e69cb681',10906,'* Finish task #7419.','holan20180123','2020-07-14 11:01:47'),(2571,2,'f1a657532552b1d4665a3304daf1de98907e4933',10905,'* Finish task #7435.','chenfei','2020-07-14 10:33:23'),(2572,2,'8c06f970608ea6b0075d3a0a5b5d435f60630823',10904,'* Finish task #7438.','chenfei','2020-07-14 09:54:31'),(2573,2,'063005a710f2937aa8427d03ee30a3928021072f',10903,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-14 09:44:44'),(2574,2,'ff7730f4bd2f363c5619758c0af4acd3482c96df',10902,'* Finish task #7444,7441.','holan20180123','2020-07-14 09:43:36'),(2575,2,'fbab402495b602ee3a19263521d827d19dbc41d3',10901,'* Finish task#7371.','leiyong','2020-07-14 09:25:26'),(2576,2,'6dec915311c7bac3a396663f1f43b76972b0f3b9',10900,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-14 08:13:49'),(2577,2,'37d55f1f36114aa2a0bfe38a16529bf99006a09c',10899,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-13 16:59:48'),(2578,2,'6e151fa73512d989132fc131a879d2bebb306cda',10898,'* Finish task #7421.','sgm0422','2020-07-13 16:51:53'),(2579,2,'6f0b0bfb1abd0c0ceae6b4feb026cfa100964703',10897,'* Finish task#7388.','leiyong','2020-07-13 16:38:31'),(2580,2,'a235dd7718100fcbfc66ce5a6d421093beb75fad',10896,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-13 16:27:06'),(2581,2,'a76b09bef26ab19ef13b3c26dfc5152597867ba2',10895,'* adjust code for flow.','z','2020-07-13 16:21:10'),(2582,2,'75fe055826146493c78a331e74893b3bee103658',10894,'* finish task #11727.','z','2020-07-13 16:15:35'),(2583,2,'f88acd63b87c462f38f343b5f39c17d1ccc6e96d',10893,'* Finish task #7415.','sgm0422','2020-07-13 16:11:26'),(2584,2,'2307463c80a9189f28330a535195090fe1f168c3',10892,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-13 16:00:52'),(2585,2,'da13e6b50a40ceead52336ceda443aef00a0cdc2',10891,'* Finish task #7404.','sgm0422','2020-07-13 16:00:32'),(2586,2,'1870cbcd0975b2201f075f0201bd1e2fe90e3d2d',10890,'* Finish task #7395.','chenfei','2020-07-13 14:59:05'),(2587,2,'9bc64773db7935fb7b22338ad2192f9f25b28970',10889,'* Finish task#7388.','leiyong','2020-07-13 14:31:06'),(2588,2,'a4b52c7e87eb13182a3774612b588b564404ed4c',10888,'Finish task #7413,7394,7391,7384,7381.','tianshujie98','2020-07-13 14:21:29'),(2589,2,'74a1ac420d98a53b09618170576c61fb8fae653c',10887,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-13 11:09:53'),(2590,2,'9a1555f2eece2f3f90204c29cba2bcfca7b1411d',10886,'* Add story stage title.','sgm0422','2020-07-13 11:09:37'),(2591,2,'4d2ea42b421bdf8cfa4a2b8afddb513a823c975c',10885,'* Finish task#7392.','leiyong','2020-07-13 10:33:25'),(2592,2,'c7bcfa651a2e9ffa5c29e8ab7334e39e3ccbf38b',10884,'* Fix bug #2974.','chenfei','2020-07-10 16:50:49'),(2593,2,'dd10375298d17639d898fe9dcdc84639d677906c',10883,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-09 17:38:27'),(2594,2,'95d668557e328ed39d537430ec895ce207c62c75',10882,'* fix error.','z','2020-07-09 17:38:04'),(2595,2,'2d32ca509bca2c75a16f64347d653d83591fb240',10881,'* change for save effort with comment.','z','2020-07-09 17:37:05'),(2596,2,'cfb87786d32524376d10572d4af7886de7b55541',10880,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-07-09 17:26:48'),(2597,2,'81fda346b6852b171ccafccf77220e1205a7a348',10879,'* Fix bug #3278.','chenfei','2020-07-09 16:33:00'),(2598,2,'970d8bcc05da9ba7bdff5382eeadb632dbc5873e',10878,'* Fix bug #3244.','chenfei','2020-07-09 15:59:20'),(2599,2,'6bb5cf37ced4c6a1fd7e5b1654f9b7026abaca09',10877,'* fix bug for batch edit task.','z','2020-07-09 15:25:03'),(2600,2,'1a4c6217e87ec3d4d018aae81d2ca7507f539e84',10876,'* Fix bug #3221.','holan20180123','2020-07-09 14:53:39'),(2601,2,'7cd810d3d1ea7c20f8c31203861258b50a679496',10875,'* Fix bug #3255.','chenfei','2020-07-09 13:57:20'),(2602,2,'36139551ed63343752a8269a982d32d55df26430',10874,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','holan20180123','2020-07-09 13:42:34'),(2603,2,'2499478e5337d93d4feef4d1932d782343ba0184',10873,'* Fix bug #3247.','holan20180123','2020-07-09 13:40:53'),(2604,2,'6f80a12fd82472d5416519e06ea41b7d0e5eb42f',10872,'* Fix bug #3262.','chenfei','2020-07-09 13:17:31'),(2605,2,'802d64a3cf672f1ad6f9ee666cf9e483468ef2fd',10871,'* Fix bug #3206.','holan20180123','2020-07-09 11:10:46'),(2606,2,'2eb7efb3147ea0e1fa5c56e2ae25e4752f8e4904',10870,'* Fix bug #3261.','chenfei','2020-07-08 16:38:14'),(2607,2,'d71428b12d1873dc61e8b5d58eb1e24033f5d41a',10869,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-08 16:14:10'),(2608,2,'6d3d86286d608c4d9252a3594032397043f11081',10868,'* adjust for lower version svn.','z','2020-07-08 16:13:24'),(2609,2,'53cc2178cfec57f619b9f0ed8b7e7b935123c74c',10867,'* Fix bug #3257.','chenfei','2020-07-08 15:35:55'),(2610,2,'4962154b8241fb32ab6c48eb3c65020dc9454f6f',10866,'* Fix bug #3266.','chenfei','2020-07-08 15:04:37'),(2611,2,'83ada6a40c2bbb06020f445f6f9d1f4fc4da8023',10865,'* Fix project switching issues.','leiyong','2020-07-08 14:57:44'),(2612,2,'2034b6ff8fc261b02561cfd3e8982c080eaf9ea5',10864,'* Fix bug #2988.','chenfei','2020-07-08 14:40:24'),(2613,2,'797abba0c9ccdc16f498c5f9d649a3ca992aa0f0',10863,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-07-08 11:06:32'),(2614,2,'7d1b549059ba152766b45915703587996b32a6f9',10862,'* Fix bug #3259.','tianshujie98','2020-07-08 11:06:08'),(2615,2,'cc238ddbe87f2f773b1200e438ae5bfba2cb583d',10861,'* Code for bug #3260.','tianshujie98','2020-07-08 11:05:25'),(2616,2,'18e976b3e4c39ed02c5a927e110e4a7fb516bae4',10860,'* Fix bug #3272.','chenfei','2020-07-07 16:35:51'),(2617,2,'1aa8187ae898d30a31ba04bcc3875cf45e69c873',10859,'* Fix bug #3273.','chenfei','2020-07-07 16:25:08'),(2618,2,'cb6dc09f96c7b6d29f332dc9d94d975ed6024e10',10858,'* Fix bug #3242.','chenfei','2020-07-07 16:20:20'),(2619,2,'7cd8ff8f4e6785041946b575f0d21dca899f4c91',10857,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-07 11:25:41'),(2620,2,'c43f0fd426786846c190c7914e5d71ba47c83969',10856,'* adjust for zh-tw lang.','z','2020-07-07 11:24:23'),(2621,2,'54e1e274360d79cd1ad042f4b6b7e77651459893',10855,'* Fix request type of task.','guanxiying','2020-07-07 11:23:54'),(2622,2,'18046a64f61eec829854b6fab91d143aa4e1333d',10854,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-07 11:03:52'),(2623,2,'1b9e88ca2bb38a87e41a1b20ef880b41d3503ec5',10853,'* Add task type.','sgm0422','2020-07-07 11:03:41'),(2624,2,'f314de7e59c8807226fcc33fbb2e1c909ac51338',10852,'* Fix bug #3181.','chenfei','2020-07-07 10:56:06'),(2625,2,'604a766d012c4eab37473979c4fa42da125bac3e',10851,'* Fix bug #3192.','chenfei','2020-07-07 10:03:51'),(2626,2,'f39ee444938ddd87ba8bcfd179f2678483063968',10850,'* Fix bug #3194.','chenfei','2020-07-07 09:37:50'),(2627,2,'ed9f6d1875dff05091a4dfae4536a491e278f4ff',10849,'* Fix bug #3205.','chenfei','2020-07-07 09:06:38'),(2628,2,'fd6298927516e941fa9fc4ecc4f19c062d2ee635',10848,'* fix check requiredFields when batch create requirement.','z','2020-07-06 17:12:29'),(2629,2,'ac3e27aa046a5168d49f9b1bcafd591e605d50cc',10847,'* revert for recordZero.','z','2020-07-06 17:11:53'),(2630,2,'f3928cc326cd74650655e4aacc554085d9882e52',10846,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-06 16:36:21'),(2631,2,'99a104ad55ff3c781c488d26d6d060c53cfb306f',10845,'* finish task #7318.','z','2020-07-06 16:24:30'),(2632,2,'3549b2a3386fd2d81824778f12274373c2f3a99e',10844,'* Fix bug #3210.','chenfei','2020-07-06 16:08:25'),(2633,2,'f126903c636336e8563d670951264ad626ab9edf',10843,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-06 16:03:19'),(2634,2,'d2b7beaabd2c1ed7c9aff5d2206c9028b049dabd',10842,'* finish task #7311.','z','2020-07-06 16:03:02'),(2635,2,'174f3b99ca5530be0bd91a881a8b90cf3cd218a3',10841,'* finish task #7310.','z','2020-07-06 15:57:58'),(2636,2,'60e1245029845a3c030f227d6372ed7b2cfbfe00',10840,'* finish task #7309.','z','2020-07-06 15:25:45'),(2637,2,'48e1b9becccaea9f0c1f107d2348cfd2feed6ef4',10839,'* Fix bug #3217.','chenfei','2020-07-06 15:20:59'),(2638,2,'838723a6cf91465c5d4b208b8d628e062aa61733',10838,'* Fix bug #3219.','chenfei','2020-07-06 15:12:51'),(2639,2,'5f8d829b8bf8267d6c49facbc07f61ba372e186f',10837,'* Fix bug #3225.','chenfei','2020-07-06 15:09:12'),(2640,2,'f2c36fb4aec9f2053e2979dc027c0a6c665c3e4a',10836,'* finish task #7308.','z','2020-07-06 15:04:45'),(2641,2,'945eb9ac25e8aa1be4586e9da1637c6e70966eae',10835,'* finish task #7307.','z','2020-07-06 15:00:10'),(2642,2,'984d130d006431430bdc5d6a9e973fb2730b87bb',10834,'* finish task #7306.','z','2020-07-06 14:48:57'),(2643,2,'6a7945f9598f9ae801f6e5e7a6bd299c77c2eef7',10833,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-06 14:30:04'),(2644,2,'2801f04e4c865c35265522103794a3b84f2d76a7',10832,'* code for task #7305.','z','2020-07-06 14:29:44'),(2645,2,'642e1474f01dd1bfd3cb3d82d6eda59bd09ef8c3',10831,'* Fix bug #3227.','chenfei','2020-07-06 14:22:58'),(2646,2,'9a168a057f6adaa702830ea16b422b896ce5fe66',10830,'* finish task #7304.','z','2020-07-06 13:21:13'),(2647,2,'a7ab0a84a49600a6f9662cf800f95ae242d4b19f',10829,'* finish task #7303,7316.','z','2020-07-06 13:19:13'),(2648,2,'07a98ed5d7b777f63dc0fe7261862c4744649f75',10828,'* Fix bug #3238.','chenfei','2020-07-06 11:14:08'),(2649,2,'6ab35f254a18fd1b368d8734b14b3d73444572b7',10827,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-06 09:13:14'),(2650,2,'9b80f4d9dea5fa659747a019d65694e9946f994d',10826,'* code for task #7302.','z','2020-07-06 09:08:09'),(2651,2,'a28596cccc3390c94139fb58582d61ce6c0919aa',10825,'* Fix bug #3260,3186.','tianshujie98','2020-07-03 17:20:24'),(2652,2,'29034b4a8201696caa8e94db6e3b7167a66dff40',10824,'* Fix bug #3264.','chenfei','2020-07-03 16:29:54'),(2653,2,'7e53e5a0346cde319098eeaae701396b19a64a31',10823,'* adjust for sync commit.','z','2020-07-03 15:19:16'),(2654,2,'e4376791effa972b7fb6e70d8a4e9d312f30db82',10822,'* remove redefine report menu code.','guanxiying','2020-07-03 14:55:11'),(2655,2,'631d56ac00bc0a5ac9a0989ff64b9049e809536c',10821,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-07-03 13:45:14'),(2656,2,'394e263c87500fbd9bd3cb03e529e0ef35022727',10820,'* Fix upgrade method.','sgm0422','2020-07-03 13:45:04'),(2657,2,'0557eb78192c3f9df16bf1768751cd27757dd815',10819,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-03 13:09:14'),(2658,2,'3aca3ee0ccec6db95238470e6722b8674c244dd4',10818,'* finish task #7301.','z','2020-07-03 13:07:49'),(2659,2,'60039b2b643cc584fc3bebcabab8e2c9ee8dbbd5',10817,'* Hidden LDAP import user.','leiyong','2020-07-03 10:35:16'),(2660,2,'f1a94d6f57ed627abb1ad30d0f032d31ad631653',10816,'* finish task #7300.','z','2020-07-03 10:03:16'),(2661,2,'5227d6926b6ddb2bd478e0d90765d69228276b3e',10815,'* finish task #7299.','z','2020-07-03 09:33:59'),(2662,2,'6b42a7cd327fe1bdb66b2f23524b184a6c80b0b1',10814,'* Delete zdata demo data.','leiyong','2020-07-03 09:23:27'),(2663,2,'b9c52535ad95212a7f0680febc1690a62dae95e3',10813,'* Fix bug #3249.','tianshujie98','2020-07-02 15:44:08'),(2664,2,'ec7511df3554db7c6914c9c96ef52f47d7fe6b45',10812,'* Merge showimport to 15.x.','sgm0422','2020-07-02 14:32:05'),(2665,2,'3785e3a4a58b19515e150a9e1ebda7539bc83435',10811,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-07-02 13:26:27'),(2666,2,'1919e1d70d3d9a3e0e5b95adc64c0efd061aed9e',10810,'* Updated all QA to Testin lang files.','reneeteng','2020-07-02 13:25:31'),(2667,2,'780e2ec0590f5eae3c2e3251ae9cbee58c257f0e',10809,'* Fix sql and common lang.','sgm0422','2020-07-02 13:10:34'),(2668,2,'4692e68eb87948fa4b70ae1c8a7f6e1c26ce2a0e',10808,'* add alias methods $.disableForm and $.setAjaxForm;','Catouse','2020-07-02 11:36:45'),(2669,2,'d5a2b481eeaf4b42e9bd27b3608891f0eab80232',10807,'* add new version and upgrade.','z','2020-07-02 10:14:16'),(2670,2,'d2a7566f3ffe537ed3bb5b0eaf046b6e39087875',10806,'* Finish cmmi task#869.','leiyong','2020-07-02 09:51:09'),(2671,2,'e387bc69f61157dd63384aa67c6f721e375afb92',10805,'* Add program to edit repo.','sgm0422','2020-07-02 09:13:18'),(2672,2,'a2cd825d1f82b471bd3539e350871dc87b15a958',10804,'Merge branch \'master\' of github.com:easysoft/zentaopms','tianshujie98','2020-07-01 17:51:06'),(2673,2,'31a2245b0051bf36eb14c82bfe3b92277db6bc5a',10803,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-07-01 17:48:22'),(2674,2,'36dfb8eb36eecbe9f71991c9419cbdc85e94fd8f',10802,'* adjust code.','z','2020-07-01 17:47:54'),(2675,2,'97429381e854ad021c709a4d3b152295ad8ff4a6',10801,'* Fix bug #3258.','tianshujie98','2020-07-01 17:46:52'),(2676,2,'218fd95fe5e2289ed2f142f9f9e846863684ee55',10800,'* Fix get repos logic.','sgm0422','2020-07-01 17:09:27'),(2677,2,'adc0f071aa4f4a75902136db428785981d5e6a55',10799,'* Fix pgmID to pgm.','sgm0422','2020-07-01 17:01:15'),(2678,2,'c3626788e738cbb4f509ffd1f92921449bf5e2d4',10798,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-07-01 16:58:40'),(2679,2,'3562d51a6b4a4e72beac23b2758a97d885d02899',10797,'* Delete useless code.','sgm0422','2020-07-01 16:58:20'),(2680,2,'01d630040b770d86c7d14f8c0ab8aad979ce9cf3',10796,'* Add program to repo.','sgm0422','2020-07-01 16:57:13'),(2681,2,'0dc679641459d8f20d71c4d16c2808e7107df826',10795,'* Fix pgmID to pgm.','sgm0422','2020-07-01 15:55:35'),(2682,2,'8e159a56e5db814ac44cd00036458f620efc0eca',10794,'* Code for program project product priv.','sgm0422','2020-07-01 15:06:21'),(2683,2,'92e05060abe6914180d8feadb52d1c59fa808552',10793,'* Delete program fields in list.','sgm0422','2020-07-01 13:16:56'),(2684,2,'28e7d9794739b3be3bc2d40c516f282ea9b88b56',10792,'* Fix website link.','sgm0422','2020-07-01 13:10:07'),(2685,2,'3fda65010c725fbe8d2372567f5bd2a21ffbf6fa',10791,'* Fix website link.','sgm0422','2020-07-01 13:05:14'),(2686,2,'ceecc582722453d0611bd94eec8e56d0a54c0152',10790,'* fix error sql.','z','2020-06-30 17:33:41'),(2687,2,'2adca4d7bd12198fefa5d63dcc23ec51b1a38b78',10789,'* Fix sql.','sgm0422','2020-06-30 17:13:38'),(2688,2,'9c334315b5da70d32460395075083d446c8d78db',10788,'* Fix bug #3197.','tianshujie98','2020-06-30 17:04:05'),(2689,2,'c94fc50e3bf33147aab2755aaa1c5fdadb6d8430',10787,'* fix for change extension.','z','2020-06-30 10:54:05'),(2690,2,'02e12e7874c723ca53174eae46e3e78e0815643a',10786,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-06-30 10:42:01'),(2691,2,'7fcb6338f6165dacd93def0a66d85dba0ebf3a8a',10785,'* adjust for update testtask.','z','2020-06-30 10:41:17'),(2692,2,'711ca149f4a7309ed6ec97674aa6646eca10f5f5',10784,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-29 16:23:03'),(2693,2,'cefa7b029ba225a00d5691ddaa61ec343af65e03',10783,'* Fix change project and product error.','sgm0422','2020-06-29 16:22:18'),(2694,2,'66a396fb52b40fdda3d7f3c533b3d53ee44bbd0a',10782,'* Fix framework add program session.','sgm0422','2020-06-29 14:57:22'),(2695,2,'e2bad780657f3d23a33aee509f9853a65ec01ea0',10781,'* Adjust code.','leiyong','2020-06-29 13:10:50'),(2696,2,'a7afe0318cf86b95f0815056bbb3e33cde134bc0',10780,'* fix for drag to todo.','z','2020-06-28 16:57:34'),(2697,2,'0e70771cd8e8bc070e8cb3fcc71e798f4290c55e',10779,'* finish task #7274.','z','2020-06-28 13:16:47'),(2698,2,'7ab4e53714164e1bdc6d9e7d9d9afee4db574722',10778,'* finish task #7274.','z','2020-06-28 11:26:54'),(2699,2,'2b0071469532e39a1e10614fbe972288c70adbac',10777,'* fix bug for requiredFields when create requirement.','z','2020-06-28 09:15:29'),(2700,2,'b6c9bc45f4a138d2a419ee8cc2fb66b1a2a01b18',10776,'* add program field for zt_group table.','z','2020-06-28 09:14:55'),(2701,2,'eccd50afd8cf07f2fe8a24a48f1bfe81632e3c83',10775,'* finish task #7295.','z','2020-06-28 09:14:07'),(2702,2,'471b421760b32d94e21fd4df3225a0c4c9695b3b',10774,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-24 10:59:54'),(2703,2,'e6854fd3142bfed07c343010a0b7ec36f45e23f6',10773,'* Fix product link.','sgm0422','2020-06-24 10:59:43'),(2704,2,'c4fd57f4d31367dc41cfc9e67c8cc61aa577eabc',10772,'* Fix cmmi bug#269.','leiyong','2020-06-24 09:44:43'),(2705,2,'bf1912f0d6af147e99b91be08d9275f34b93285d',10771,'* fix bug for get groups with program.','z','2020-06-23 16:59:41'),(2706,2,'ef74268f70ca784f6a8df8ad260bfb9c4e2aedaf',10770,'* finish task #11620.','z','2020-06-23 15:31:43'),(2707,2,'591e1e7604d805b122df155b81e400e5276f8d94',10769,'* finish task #11620.','z','2020-06-23 14:56:41'),(2708,2,'32f2fc287cb80fc9e4052d86fe09ba2a34a8dc06',10768,'* finish task #11622.','z','2020-06-23 14:30:31'),(2709,2,'0b1e3710e8482b3e96f9fce38d030f29b4423ca6',10767,'* Fix cmmi bug#234.','leiyong','2020-06-23 11:14:19'),(2710,2,'e90730d14819a5a3ee97fc3346ae635388c39388',10766,'* Fix cmmi bug.','leiyong','2020-06-23 10:42:46'),(2711,2,'30415e3d520348a8ae244c158bf32122607faf75',10765,'* fix for undelete project and product.','z','2020-06-23 09:26:47'),(2712,2,'5093ded545c532a968cd2ed835522d71b28ec0a8',10764,'* Fix bug#223.','leiyong','2020-06-23 09:21:13'),(2713,2,'35b544d4e1b1afb9a8b028ea74c6a47b9beeaebe',10763,'* fix for testcase select fields.','z','2020-06-23 08:48:58'),(2714,2,'3a391ea83640962fd8a12457c737a2c3315dc393',10762,'* finish task #7277.','z','2020-06-22 14:30:52'),(2715,2,'70a0ace135191decb92883da5d5c2da805a9fb5c',10761,'* Fix cmmi bug#258.','leiyong','2020-06-22 13:43:05'),(2716,2,'807fa3c58a1a3b052c6117534e241783a903a06d',10760,'* finish task #7273.','z','2020-06-22 10:59:10'),(2717,2,'cab331d1fa6a57b9beb83be4393fa5b0acc94fb9',10759,'* finish task #7268.','z','2020-06-22 10:34:57'),(2718,2,'e480ce79022540c66315afd245a602dc085a4694',10758,'* Code for cmmi.','sgm0422','2020-06-22 10:28:20'),(2719,2,'d523fe31aea36f8265f38b7213fee029f5cfcd60',10757,'* finish task #7271.','z','2020-06-22 08:25:24'),(2720,2,'ca2f701ddc9d170e93c612da04761ec1454f60c4',10756,'* finish task #7275,','z','2020-06-19 17:33:51'),(2721,2,'24999055ca11b75886b6052155251c0917578b0c',10755,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-19 17:16:31'),(2722,2,'5b8e140c915c82402fce408251bba55bdede1c25',10754,'* Fix main menu.','sgm0422','2020-06-19 17:16:11'),(2723,2,'ebc9d9d998b27fa7784b1e8daced60d01d2975cf',10753,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-06-19 16:48:49'),(2724,2,'b48c36712e6b47bad93f05402e8ec5a5c504df74',10752,'* Delete zdata demo data.','leiyong','2020-06-19 16:44:03'),(2725,2,'5907a27f8fd3976b2e1df80e567ac3320b93224e',10751,'* finish task #7278.','z','2020-06-19 16:43:08'),(2726,2,'4ec79ae2379016630260a250487cf38708e50dd7',10750,'* Finish cmmi task#866;','leiyong','2020-06-19 16:39:58'),(2727,2,'848456fd4170f4bacb4c22288406b04a1f016b51',10749,'* fix bug.','z','2020-06-19 15:08:09'),(2728,2,'d05924db1722648dbabbb5778e36458fd937de09',10748,'* finish task #7279.','z','2020-06-19 15:01:22'),(2729,2,'02397f801de06e2226f50d47867a359f232f897f',10747,'* finish task #7282.','z','2020-06-19 14:30:18'),(2730,2,'7b308610e59cb6e45ca2cec487a34ad4ddc15927',10746,'* finish task #7289.','z','2020-06-19 13:39:47'),(2731,2,'3a2626bab890ae1c52fb635a3558e1655a189b51',10745,'* Fix menu order.','sgm0422','2020-06-19 13:39:19'),(2732,2,'ee3597a4e521e50dc0559500a248ab2013605e1f',10744,'* finish task #7290.','z','2020-06-19 13:06:18'),(2733,2,'e4a3afc3a60336901d1d7d072bfc5bf101376430',10743,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-19 10:39:13'),(2734,2,'3cdcc9b22c47187b2359207019240e6fa6d46900',10742,'* Fix main menu.','sgm0422','2020-06-19 10:38:58'),(2735,2,'b15040adb81adb2eec19e896646d85a95522789f',10741,'* code for task #7296.','z','2020-06-19 10:36:55'),(2736,2,'0158fdbccbaac5c8fe4721f7278d8d0b1339478b',10740,'* finish task #7292.','z','2020-06-19 10:36:17'),(2737,2,'91ecc5764b6476c8ffa31a651728a501c3cf2ab5',10739,'* Finish cmmi task#869.','leiyong','2020-06-19 10:16:47'),(2738,2,'a822238342c897f1c7cadcb84be0b3d093e38fb1',10738,'Merge branch \'15.x\' of github.com:easysoft/zentaopms into 15.x','leiyong','2020-06-19 10:07:52'),(2739,2,'942446b521c981ba3fe21569bcdd2bd6bfd01b6b',10737,'* Finish task #939.','sgm0422','2020-06-19 10:00:30'),(2740,2,'f4efdf5ca0e5ab60a533fb6a3cc9bcf6ba405c7c',10736,'* Fix main menu.','sgm0422','2020-06-18 17:00:16'),(2741,2,'ab4ea17a997d5dfbf65163a0bdcc89916df93f91',10735,'* finish task #7258.','z','2020-06-18 16:26:11'),(2742,2,'63d07911380df249c53b68adb20e3cff581f7157',10734,'* Adjust menu.','leiyong','2020-06-18 15:06:19'),(2743,2,'02caeb1437ffad8a4c1c0f02281434725941f1ce',10733,'* finish task #7256.','z','2020-06-18 14:48:00'),(2744,2,'fe63a13c209cd823c5067000f1c59622940dc527',10732,'* Fix sql for qc.','sgm0422','2020-06-17 17:32:57'),(2745,2,'396381af1a1a092ab821558d3404ff194627bab7',10731,'* finish task #7255.','z','2020-06-17 15:47:47'),(2746,2,'c12a8c11a645a58a7bd6a62b440b5e0c9f6d7776',10730,'* finish task #7259.','z','2020-06-17 15:11:30'),(2747,2,'57500e21022aed5b6e57463df11311ca35b7193d',10729,'* Fix bug and add program admin.','sgm0422','2020-06-17 15:08:09'),(2748,2,'6b6c9a713e03b08024991a9bb99eb9b71d40bbd6',10728,'* finish task #7260.','z','2020-06-17 14:40:44'),(2749,2,'ceea9745a1999f3ab3e814baf39d3c3106ad3c8e',10727,'* finish task #7261.','z','2020-06-17 14:15:16'),(2750,2,'ec7af0c7f6f76d701771c2078c10e76d57e0435e',10726,'* finish task #7262.','z','2020-06-17 13:19:58'),(2751,2,'8e706b6e0c2401bd41f92098f473f462aeef478c',10725,'* Add create project button.','sgm0422','2020-06-17 13:08:37'),(2752,2,'cb8d7502b7314c49867a50cd92f487839f8fb1b1',10724,'* finish task #7263.','z','2020-06-17 13:03:15'),(2753,2,'d8ce393afa6dc2c2f23d1ed2240b1c3b9df1f8b7',10723,'* finish task #7264.','z','2020-06-17 10:48:37'),(2754,2,'a90ceec8fd1af2b89ebb03bae54bf97add5df4c5',10722,'* Fix program priv.','sgm0422','2020-06-17 10:39:51'),(2755,2,'b8252606421eab64044256d4e84ab9f8dd951c28',10721,'* finish task #7265.','z','2020-06-17 09:28:45'),(2756,2,'4357b866e5fde39348c18a862df1cca90b111cde',10720,'* finish task #7266.','z','2020-06-17 09:15:33'),(2757,2,'7af773d82107e49d02d270d17415a79eb0d1ff82',10719,'* Fix bug.','sgm0422','2020-06-17 08:32:53'),(2758,2,'0e9b3e9609c1c0c97141d296b09b8022f80bcc63',10718,'* Fix details.','sgm0422','2020-06-16 17:24:14'),(2759,2,'50c0b3d8ba8f357c66312b0293dbb99a8c3af3f0',10717,'* fix bug #3155.','z','2020-06-16 16:30:30'),(2760,2,'74a663af1111611d16103b44213e1f3e611fe8dd',10716,'* Merge sql to zentao.sql.','sgm0422','2020-06-16 15:15:47'),(2761,2,'956c0ab6e8743bb4efc76af6405ebc52ba9c13f9',10715,'* Merge code.','sgm0422','2020-06-16 14:48:44'),(2762,2,'c6132350812888cd4c193b18e6dfe6d0195ef01a',10714,'* fix bug #2542.','z','2020-06-16 14:32:57'),(2763,2,'19a1db72df94020d797202750bf82db79a9b9e28',10713,'* Fix user view bug.','sgm0422','2020-06-16 14:15:22'),(2764,2,'bb92200ea5b73648c5d03c6547310564a8e28908',10712,'* Add en lang.','sgm0422','2020-06-16 13:38:41'),(2765,2,'861a03ed7260468145a835036983d6bf02820372',10711,'* Add update user view to program.','sgm0422','2020-06-16 10:56:13'),(2766,2,'316cc2b551e5c04e2c8c36235bdd93b32b5335ee',10710,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-16 10:49:52'),(2767,2,'8ecac0f6fb08704ec22f1b094ba29106577a0ee0',10709,'* Fix group error.','sgm0422','2020-06-16 10:49:23'),(2768,2,'e3950d9bf3ba3ce2316770887137303fc0337df2',10708,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-06-16 10:45:58'),(2769,2,'5eca2a6ca751e57ea56f61f130c754aee8408891',10707,'* adjust for change locate page when login.','z','2020-06-16 10:45:19'),(2770,2,'4eff282d98cc811add13a4a2523ade2dd2105776',10706,'Merge branch \'15.x\' of github.com:easysoft/zentaopms into 15.x','z','2020-06-16 10:39:43'),(2771,2,'79db80e3b44f3aa28b229b2d847395cc6ab2c215',10705,'* adjust for merge program style.','z','2020-06-16 10:39:01'),(2772,2,'9a0afa53bab59ffc7a52cb3824ec40255b3c5eb6',10704,'* Add zdata presentation data.','leiyong','2020-06-16 09:59:02'),(2773,2,'fc4d8db0132be7ed1095a89a40aa821417558219',10703,'* Merge code.','sgm0422','2020-06-15 17:12:17'),(2774,2,'f28fd3f4cf04e5f5822627f3de66abf274c831cf',10702,'* fix #dropMenu not work as expected.','Catouse','2020-06-15 17:02:24'),(2775,2,'70ed978c2dce60dcf907d519f9ac28ed8510c5bb',10701,'* adjust for merge program.','z','2020-06-15 16:24:00'),(2776,2,'e2663052edc98f7a33574ad27e39496e7c7e5605',10700,'* Fix bug.','sgm0422','2020-06-15 16:15:39'),(2777,2,'284da39706679489887cbd90b33f74551e30b066',10699,'* Add zdata presentation data.','leiyong','2020-06-15 14:51:21'),(2778,2,'ca21685f4b4c4d9cd24bf5d7a742935288c47690',10698,'* Fix project set menu.','sgm0422','2020-06-15 14:35:21'),(2779,2,'1f162f9c35d23bfbe6ce3161cda4fe4d5b6de0f0',10697,'* Add init user view method.','sgm0422','2020-06-15 13:33:37'),(2780,2,'44f9274c995f5c5d28a99b912d723a405b1205cf',10696,'* Fix sql and details.','sgm0422','2020-06-15 10:20:37'),(2781,2,'eb76e01d9320b1cfe604f05ab513e8d15f25c2ac',10695,'Add zdata presentation data.','leiyong','2020-06-15 10:04:08'),(2782,2,'84d7ff857be88b705e7db58db13c6bdd8a4c4336',10694,'* Fix detail.','sgm0422','2020-06-12 18:55:54'),(2783,2,'09c2a265f4500b7e6be8564a4b0fd1cf703bb338',10693,'* Delete program in link.','sgm0422','2020-06-12 17:16:55'),(2784,2,'09ced67812cc777617000adec0af3f4db39806f7',10692,'* fix bug for show task module tree.','z','2020-06-12 16:55:36'),(2785,2,'c2a2a8ec8ffdc79a08a0be07b9ea7e13947c8785',10691,'* fix for fetch self class.','z','2020-06-12 16:53:28'),(2786,2,'cac6606561db5ef2530f10605289ec6e1058bb1d',10690,'Merge branch \'master\' of github.com:easysoft/zentaopms','z','2020-06-12 16:47:39'),(2787,2,'317c04910422407020c2ae5503b7ccbb8f44fafe',10689,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-06-12 16:42:12'),(2788,2,'5c5ef4eb0c6bd4175a6e87d331d65ade5f5b729f',10688,'* Fix acl and rights.','sgm0422','2020-06-12 16:41:40'),(2789,2,'1f42d3867dd7878f5ce6a1b54b1552235f91082b',10687,'* set program team.','z','2020-06-12 16:40:26'),(2790,2,'c9fe62bd3dc14730060de4a97bf07f30ed2b9ce6',10686,'* Add zdata presentation data.','leiyong','2020-06-12 16:20:28'),(2791,2,'957d1a5780e10ca2edaa5c069cace0bd5aa48862',10685,'* fix bug #2530.','z','2020-06-12 11:02:14'),(2792,2,'2327aa145ae8ca5306b2e8e4b37f80d10e4bd65c',10684,'* change for merge program.','z','2020-06-12 10:58:58'),(2793,2,'c156aff9a41805c4c71188d63e39bec276d6f982',10683,'* fix bug #2530.','z','2020-06-12 10:55:33'),(2794,2,'5670cb487ca6e1fbde9889e2306f1bc99a294617',10682,'* Add zdata presentation data.','leiyong','2020-06-12 10:06:00'),(2795,2,'cace41c441b7fca15e7d0af11a1467d2d15b66b1',10681,'Merge branch \'15.x\' of github.com:easysoft/zentaopms into 15.x','z','2020-06-12 09:55:51'),(2796,2,'da8d8b55d301703fd7b6066406029d4bbbdf0100',10680,'* change for merge program.','z','2020-06-12 09:07:07'),(2797,2,'4118a2387c435b9ac0065f439ffb40e2f8c967f7',10679,'* Add zdata presentation data.','leiyong','2020-06-11 17:44:40'),(2798,2,'2d97663c5d61eff4cab7c958b36465bcd0ed302f',10678,'* Compute program priv.','sgm0422','2020-06-11 17:25:36'),(2799,2,'9d91392a184b6961ec0d493910e525f6ec082680',10677,'* Add zdata presentation data.','leiyong','2020-06-11 16:41:18'),(2800,2,'cb1fd2043c2433d7b10292af50a97c334e21959d',10676,'* Add zdata presentation data.','leiyong','2020-06-11 16:32:19'),(2801,2,'cfbba4b4bbdef677cb8a4688aab77b081d2a2256',10675,'* Code for task #7235.','sgm0422','2020-06-11 14:41:08'),(2802,2,'c4fc2c99b1503749a3b4d0f1b918938ad3fb18f0',10674,'* Fix menu and add program group.','sgm0422','2020-06-11 13:23:03'),(2803,2,'cbe28d7e616241ed8e240df36b88397e86f9b025',10673,'* Fix details.','sgm0422','2020-06-10 17:33:13'),(2804,2,'4fbd9f6fd2a31d186d511a00cc0451c0c66577b4',10672,'* Finish task #7234.','sgm0422','2020-06-10 14:10:09'),(2805,2,'18337e6ae0198a18283aa1dc15a89111d778ec40',10671,'* adjust for merge program.','z','2020-06-10 11:14:33'),(2806,2,'b25f67c5ba6360a959c8edb379e523df737f19e5',10670,'* finish task #7221.','z','2020-06-09 08:54:08'),(2807,2,'4fce5f0720343da3dd48c1884d9e28de69600307',10669,'* fix bug.','z','2020-06-08 16:39:14'),(2808,2,'3bdd3d8a2340fc3d61f8352cfb9bef92473a5305',10668,'* Fix error.','sgm0422','2020-06-05 18:04:17'),(2809,2,'c02319385c947439792e233087f37fd975fcd084',10667,'* Fix install and upgrade logic.','sgm0422','2020-06-05 15:48:57'),(2810,2,'13597923a1c3aae084066806e686ae01933454fe',10666,'* Fix install && upgrade sql.','sgm0422','2020-06-05 15:12:05'),(2811,2,'485bc23dfdf3ae116b76336995c6ff88f5c8bc6a',10665,'* Merge code.','sgm0422','2020-06-05 13:29:45'),(2812,2,'804c3b34f63995db428820446f4597127eda119c',10664,'* fix bug.','z','2020-06-05 08:45:58'),(2813,2,'99e8d2a9e99dc37582e874c6ca6743f67ee17b53',10663,'* adjust for repo branch.','z','2020-06-04 12:06:47'),(2814,2,'18c3752d9aa90d8449169193c9547fde685b911a',10662,'* Delete program from repo.','sgm0422','2020-06-03 13:13:54'),(2815,2,'d633b72cfaf670716218a711312eed42971226f3',10661,'* adjust code.','z','2020-06-03 10:13:52'),(2816,2,'bf1cdda8f59278de30f689f860348698c12b6744',10660,'* Add program to task and story.','sgm0422','2020-06-03 09:02:28'),(2817,2,'3cc7f354369687169fe8916c2bb2972b3a3b754e',10659,'* Add program condition.','sgm0422','2020-06-01 16:25:11'),(2818,2,'9e1d7077ea3a1f5b78b1bf4b88b85c768113d234',10658,'* adjust for getURI in flow.','z','2020-06-01 15:23:39'),(2819,2,'2539193d305bbb7fcc6c809615076aff0cf0fd1a',10657,'* add new version and upgrade.','z','2020-06-01 14:58:04'),(2820,2,'60e13af347031f6b56e6778db36284d2e3b182de',10656,'* Fix menu.','Yagami','2020-05-31 23:18:24'),(2821,2,'af6a2f26bc1c944c2406066ea9e41256d16fad7d',10655,'* code for batchcreate and batchedit with flow.','wangyidong','2020-05-29 13:45:41'),(2822,2,'440f5100cef98643630398494e897fd18207ee18',10654,'* move requirement method to pro.','wangyidong','2020-05-29 13:43:18'),(2823,2,'6b0bd6878b35498e5191e5a6182811e0ad58f07e',10653,'* adjust for bind ding user.','wangyidong','2020-05-29 13:12:52'),(2824,2,'77467388685a51d55dcae622057d46f782c151be',10652,'* Finish task#812.','leiyong','2020-05-29 10:59:03'),(2825,2,'42d74e958054af0f4b8eab710acc80629f10f584',10651,'* fix for saveAction2PMS.','wangyidong','2020-05-29 10:11:36'),(2826,2,'c9be3210cd9e0794aae993cf1cb192c0d423af09',10650,'* change for return error.','wangyidong','2020-05-29 10:09:25'),(2827,2,'91de6e934ca9646303689760c8d5980968ae3dc9',10649,'* add insert param for cover or insert exist data.','wangyidong','2020-05-29 10:08:11'),(2828,2,'16609125c089903ed6a50ce9217e14c86bd14c12',10648,'* Adjust menu.','leiyong','2020-05-29 08:20:16'),(2829,2,'7a9cc4070aef3b1e177aaf166ed02cf9b4272cfe',10647,'* fix for security weaknesses.','wangyidong','2020-05-28 09:52:41'),(2830,2,'08b21f4336b0051b7aa639888d9476b874216b25',10646,'* Adjust menu.','leiyong','2020-05-27 16:23:53'),(2831,2,'0fb4b5ce32b4f91aef7d4a3372a40f0d6b16fe82',10645,'add param of currentProgram','zhaohaibo','2020-05-27 14:34:57'),(2832,2,'53df7402db74ba4f8ed223545065084f5020ca60',10644,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-05-27 14:05:18'),(2833,2,'a9b0976c65ac2fdecfca05997de7d3900ed0cde8',10643,'* Fix menu.','sgm0422','2020-05-27 14:04:55'),(2834,2,'d4b09b733df4a65f6dacbd6f24dcf81a0688d114',10642,'add param currentProgram','zhaohaibo','2020-05-27 13:26:08'),(2835,2,'436a3343e75d2596e7fd35ed0e6d9dd6ad2b7a6a',10641,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-27 12:08:05'),(2836,2,'afca97811e7abc56c16848b8965542fce056d358',10640,'* finish task #11305.','wangyidong','2020-05-27 12:07:05'),(2837,2,'aca349b074812cf3aff4c4ea2247bb2549eb89ed',10639,'* fix UI error in kindeditor table dialog.','Catouse','2020-05-26 16:23:35'),(2838,2,'3842bd351d00c669e8f579289ba5e6941298cdd3',10638,'* fix UI error in kindeditor table dialog.','Catouse','2020-05-26 16:21:36'),(2839,2,'c2cabc0d6474ebe42c2e9bb76be8ba3b03ac7642',10637,'* add param currentProgram','zhaohaibo','2020-05-26 15:53:12'),(2840,2,'f486ac38fbe154d478ca4750a89ad06596028c88',10636,'* add param of currentProgram','zhaohaibo','2020-05-26 15:44:08'),(2841,2,'63809883f155b11e711ffd17f21e96c9dbe6030d',10635,'* fix bug','zhaohaibo','2020-05-26 14:12:00'),(2842,2,'e9b2a4bc32a5a3aff2ac4512d0ebd4f965fb1851',10634,'add param $this->session->program','zhaohaibo','2020-05-26 13:37:02'),(2843,2,'ee52389234871c1e8893b5dcb0100150fc25b722',10633,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','zhaohaibo','2020-05-26 13:33:33'),(2844,2,'13067f801f4c58b8bd049f836752a2cc9d73a5a3',10632,'* code for task #11318.','wangyidong','2020-05-26 10:31:38'),(2845,2,'d5a80a571808b4fb7e904ffbf949549032e8a41d',10631,'* add param of programID','zhaohaibo','2020-05-26 10:02:45'),(2846,2,'2a44b295afe447113c26fc9589e6d95393c8a4e7',10630,'* update icon-qc.','Catouse','2020-05-26 10:02:28'),(2847,2,'fd0da30d091e2ba4f95f3132a192eedc8ca11027',10629,'* fix bug.','wangyidong','2020-05-26 09:14:31'),(2848,2,'5d5dd33ac53bd43bf4973e3f464b74178fe7ea1d',10628,'* fix bug for toggle child task or story.','wangyidong','2020-05-26 09:13:16'),(2849,2,'41308acca9e85e99f2cd74ffa1e335e8a68b18e2',10627,'* fix bug for commit result.','wangyidong','2020-05-26 09:11:59'),(2850,2,'23b04f625a38b6079cbed97dba07a755e600437e',10626,'* fix for copy hidden file.','wangyidong','2020-05-26 09:11:20'),(2851,2,'488cd83cbaa22c0d494882779b1dfe16ee28dcf3',10625,'* Fix link.','zhaohaibo','2020-05-25 16:37:07'),(2852,2,'69e0bc35139f1e2cff29b84b8eb7b91394e80fa2',10624,'* fix bug','zhaohaibo','2020-05-22 13:46:51'),(2853,2,'4b5844e64ec2a56207b3db25555e45163c1ccb83',10623,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-05-21 09:31:38'),(2854,2,'23a2df6a50211fb16b68cab9ae927ec2d7914cd5',10622,'* Fix vars.','sgm0422','2020-05-21 09:31:25'),(2855,2,'9a72a1e4cd8671f1c5dff6790b275f62f00722f2',10621,'* fix bug','zhaohaibo','2020-05-20 18:22:26'),(2856,2,'0606da04e1254c590d463ac19f83c88adf9da259',10620,'fix bug','zhaohaibo','2020-05-20 17:11:10'),(2857,2,'00cd8c535d19078b5e521bde38fc2ed2803e3f59',10619,'* add icon-qc by update zui icon fonts..','Catouse','2020-05-20 15:00:57'),(2858,2,'a5969ce26565fca7b73d9942694cd93dcef7755b',10618,'* Fix menu.','sgm0422','2020-05-20 14:51:33'),(2859,2,'48e0bf9043912346394ce8627277651458349679',10617,'* Change version.','sgm0422','2020-05-20 10:22:59'),(2860,2,'c6ebec092058f05ab81c4e6d450b725d38274ef5',10616,'* Fix admin menu.','sgm0422','2020-05-20 09:26:59'),(2861,2,'a14ad24aa7f8df5e97187c697a0c5f863e8852ed',10615,'* Fix menu.','Yagami','2020-05-19 22:02:09'),(2862,2,'f23e26cd8628a62d427946a6549592dc2798493e',10614,'* Fix program managemembers and create link.','sgm0422','2020-05-19 19:32:08'),(2863,2,'005eca6d81a31d5062ce5e00fb5e4ebad75c86e9',10613,'* Hide some menu.','sgm0422','2020-05-19 19:13:14'),(2864,2,'260b0610da330249ab2e48e76e6625cf34d1f8c9',10612,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','sgm0422','2020-05-19 19:09:46'),(2865,2,'1402d093955313669b8e49a694022833c4560740',10611,'* Fix program details.','sgm0422','2020-05-19 19:09:35'),(2866,2,'e49039bd2911d488e252c0b544b93467949de850',10610,'* task #753','zhaohaibo','2020-05-19 18:58:49'),(2867,2,'dbd749908cbf284043eb8636a9ce8edb80798c31',10609,'* Adjust task module code.','leiyong','2020-05-19 18:50:15'),(2868,2,'37142586b4bc1de177c296f8759b39f75deebc59',10608,'* task #728','zhaohaibo','2020-05-19 18:44:34'),(2869,2,'25543b6413a6a0f0f0883b590afed8b360426ec3',10607,'* task #729','zhaohaibo','2020-05-19 18:37:23'),(2870,2,'e553ffc0ba0ed46d35888e1922a41a55f78e8557',10606,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x * task #731','zhaohaibo','2020-05-19 18:07:44'),(2871,2,'b10b0191680e24b4ea3fd50d007a231768705d3e',10605,'* merger cmmi branch.','leiyong','2020-05-19 18:05:38'),(2872,2,'97c0e9f4f1c211838d65f4788a76234d84468f4a',10604,'* task #731','zhaohaibo','2020-05-19 18:05:13'),(2873,2,'2ecb5635096df9557a862eef4a37e3101e3dd95b',10603,'* task #736','zhaohaibo','2020-05-19 17:42:39'),(2874,2,'1bad49a04f85dac4ad40d25f2f8deb94d217a79c',10602,'* perfect code','zhaohaibo','2020-05-19 13:23:33'),(2875,2,'1e69c201f896f4d8bad6e43cde915689ac27f3b7',10601,'* modify function create edit finish','zhaohaibo','2020-05-19 13:11:46'),(2876,2,'7cd2453f35a9ae7e3de6914f0caf870311e5e394',10600,'* Add program swapper.','sgm0422','2020-05-19 10:39:39'),(2877,2,'5dc4fbcec8e02dee04c6f6b9a95203225ef86c5a',10599,'* Fix menu and program.','sgm0422','2020-05-18 16:46:40'),(2878,2,'7478fb8c30b5fd1db2a0495326f118925d58b3a0',10598,'* Fix details.','sgm0422','2020-05-18 13:54:00'),(2879,2,'3a7d84aa55041ba924c30a040fb556b55d7254dc',10597,'* remove menuHeader element.','Catouse','2020-05-18 10:16:42'),(2880,2,'cf2d5cc26f40db57b36966cf44a6a1266ec1fa11',10596,'* Fix menu.','Yagami','2020-05-15 17:11:30'),(2881,2,'79882640d1b04b252d348eb8eee4253a511e7096',10595,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-05-15 14:45:46'),(2882,2,'bf3a99f1519de64b1506a4e4f8f3c39d505b201d',10594,'* Repo lang file updated.','reneeteng','2020-05-15 14:44:45'),(2883,2,'65c64de03abdb61452c31bfb5061efcf0b5e4dc5',10593,'* add new version and upgrade.','wangyidong','2020-05-15 13:03:14'),(2884,2,'a1bbed1d5e1285554436baaa7a8ddcf3f2ca1afd',10592,'* fix for roadmap sort for product view page.','wangyidong','2020-05-15 11:24:09'),(2885,2,'7dc69e1f83d08e6a2a0452afe10772fd8a5ab1df',10591,'* code for htmlspecialchars_decode branch name.','wangyidong','2020-05-15 11:21:06'),(2886,2,'d1e3e3184f0aa396577fc800c845991368c44e3d',10590,'* Fix menu.','Yagami','2020-05-15 09:20:20'),(2887,2,'b85560356eef7d1f1cadaa6ae2232689978f0854',10589,'* fix for error.','wangyidong','2020-05-15 08:21:18'),(2888,2,'173836383051ba9c2826f1f5bff79117f03c15e7',10588,'* Fix bug #577.','Yagami','2020-05-14 16:50:39'),(2889,2,'1c1d72114f43fada2d1d8a68143dfb053954f0b6',10587,'* finish task #7067.','wangyidong','2020-05-14 16:00:29'),(2890,2,'423d6b3a5dd3dbf8c1688b31094967d2953b0b5b',10586,'* code for task #7197.','wangyidong','2020-05-14 15:47:11'),(2891,2,'f70d59d5b1582f656d625eca531347036f2d5679',10585,'* finish task #7197.','wangyidong','2020-05-14 15:26:06'),(2892,2,'9f1e075c8271a5622cea7aad1e673f12a2a2abef',10584,'* Fix program module.','Yagami','2020-05-14 14:39:52'),(2893,2,'3932514956e7e7103779eb4dd8d781b1950e4196',10583,'* code for task #7089.','wangyidong','2020-05-14 11:06:54'),(2894,2,'2f249572f767159da37e842c29bbbe0a1c130245',10582,'* Fix menu.','Yagami','2020-05-14 10:14:02'),(2895,2,'76d4a4b611bf30f3113d772dcecb567d5ad2b254',10581,'* code for task #7167.','wangyidong','2020-05-14 09:41:59'),(2896,2,'15b2d838e79b07315569019cc5d404c805e6534c',10580,'* finish task #7187.','wangyidong','2020-05-14 08:29:21'),(2897,2,'eee8e1d3de817d4d106a8bab09df4ba85aa15733',10579,'* Fix menu.','sgm0422','2020-05-13 20:50:19'),(2898,2,'e1dd1b8d1f54fcb4b8f96df3e944106528596ca9',10578,'* change importFile to fileImport.','wangyidong','2020-05-13 17:39:17'),(2899,2,'be2033a859bb6d6d58d95f620337b787ee453e2c',10577,'* finish task #7183.','wangyidong','2020-05-13 17:29:27'),(2900,2,'d81da2876b89c5087fe645255d464f1b4c8ba8bf',10576,'* finish task #7180.','wangyidong','2020-05-13 17:22:01'),(2901,2,'9e1220be5f6d2a60e3d45ec469d57017e54bc0a9',10575,'* Fix menu.','Yagami','2020-05-13 17:05:27'),(2902,2,'33c3308f5d040a34d10d6332ada7739aab10958f',10574,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-05-13 16:31:23'),(2903,2,'d71d534a2a05736e4405a3994dc2377b5145b137',10573,'* Fix menu.','Yagami','2020-05-13 16:31:10'),(2904,2,'7b9a2c229032efdf14fbe41819b27c5d19d79581',10572,'* Add underline to checkcode method.','chenfei','2020-05-13 15:31:14'),(2905,2,'82945a1be15c9f5a7b58a14ec05e26efeba39582',10571,'* finish task #7199.','wangyidong','2020-05-13 14:20:02'),(2906,2,'7f131f1a4dcb321ff7edff9f16785f85621fb367',10570,'* finish task #7196.','wangyidong','2020-05-13 14:12:46'),(2907,2,'4ee81aa33eb0c09e5f6f8928b2d6e5c20e2278a8',10569,'* code for task #7195.','wangyidong','2020-05-13 14:10:10'),(2908,2,'0afd583d8f3603fdc166cd0aeee2bc1c8311aad9',10568,'* finish task #7195.','wangyidong','2020-05-13 14:07:20'),(2909,2,'51aede8d9d4e185eca4eda90df60b7b601174afc',10567,'* fix body padding by update zui.css.','Catouse','2020-05-13 12:49:21'),(2910,2,'744a0bbd69a953e2a07ad524260e5ddf48acc80b',10566,'* fix zui error.','Catouse','2020-05-13 11:30:47'),(2911,2,'1c6aefeb9ddf278cfb4ad07d1c5f579489ef63e7',10565,'* finish task #7194.','wangyidong','2020-05-13 11:18:19'),(2912,2,'5149270fdfb3771399b20a0cad1e725ec65622e1',10564,'* finish task #7193.','wangyidong','2020-05-13 10:56:05'),(2913,2,'6a91dcb12fce9f03986701315441f54efdae526f',10563,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-13 10:50:59'),(2914,2,'f889168174426066fb0875ac948a1dc90546f428',10562,'* adjust code for toggle fold or unfold.','wangyidong','2020-05-13 10:49:43'),(2915,2,'0cf30dfc8079f1aedb059c74a1715767b6381b4d',10561,'* fix ajaxform by update zui.js.','Catouse','2020-05-13 09:54:50'),(2916,2,'59cb55790ff8796a7adb8b4066fc69a8faccd8ad',10560,'* fix ajaxform by update zui.js.','Catouse','2020-05-13 09:53:26'),(2917,2,'2f78e6a4f10b4f77557973e79e17d46e2c1ab47d',10559,'* fix for get ding user.','wangyidong','2020-05-12 17:36:08'),(2918,2,'6fe5f817801ba651d01937e04399eaaa9554e649',10558,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-05-12 17:29:57'),(2919,2,'f4e378e7c402f7e14cab05e5e955b90f85053a14',10557,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-12 16:25:37'),(2920,2,'fb453d0ace5f26b9b3a175473f44a086ed0730c6',10556,'* finish for backup.','wangyidong','2020-05-12 16:24:49'),(2921,2,'27786ee7d211d712dcb8db04763a1a992e7802ce',10555,'Finish task#7198.','leiyong','2020-05-12 16:01:39'),(2922,2,'9e131109d011523ed187f9f8e2fd91911185a3c3',10554,'* Fix menu.','Yagami','2020-05-12 14:30:57'),(2923,2,'d69f621d07c53beea4ecd97a9c99ef7d1726e1a0',10553,'* fix error on use english language data.','Catouse','2020-05-12 13:52:39'),(2924,2,'5e2a7e17583f88ad10f154907410921d3219edf9',10552,'* add english language data file.','Catouse','2020-05-12 13:39:31'),(2925,2,'24aef867c6adff74ea05d0726520ee692f41c1c8',10551,'* fix members count and working hours algorithm.','Catouse','2020-05-12 13:39:21'),(2926,2,'5a56b63e7ebd23cb98b6ac4e25322c289893ba16',10550,'* code for story title for requirement.','wangyidong','2020-05-12 10:28:02'),(2927,2,'7d7054b1ba43baa79f671c35cd689123e9603f78',10549,'* fix data-toggle in dropMenu not work.','Catouse','2020-05-12 09:56:21'),(2928,2,'f9ea9e58016674d177ce65c82b1a0da9f3e47757',10548,'* remove debug code.','Catouse','2020-05-12 09:34:01'),(2929,2,'101432eb31a7f08b6f8a016502e4d0ba9871c3e0',10547,'* fix card style.','Catouse','2020-05-12 09:33:12'),(2930,2,'d281099672cdf07c9fa835202dc1b9a9fc1d137c',10546,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-11 16:50:12'),(2931,2,'d13750a5a4a234b0dbaa21c75d12246ce4cb943b',10545,'* finish task #7168.','wangyidong','2020-05-11 16:48:41'),(2932,2,'3743b31df4083b443fc5844eba678d90364fb3b4',10544,'* Adjust the code when adding bugs.','leiyong','2020-05-11 16:12:38'),(2933,2,'b3b567bc8999e59362cd280969e1632656890e90',10543,'* Finish task#7201,task#7189,task#7188,task#7185.','leiyong','2020-05-11 14:57:42'),(2934,2,'350d92dd3679d3bef68648b6e4acf81ce5f6ea58',10542,'* finish task #7167.','wangyidong','2020-05-11 14:48:22'),(2935,2,'edc9766587a5a2989b52959a657622343e6fa622',10541,'* finish task #7165.','wangyidong','2020-05-11 11:22:11'),(2936,2,'e11abdc27e98874ff33eb24cb3a16bd593a83a55',10540,'* fix page shake on load.','Catouse','2020-05-11 10:55:14'),(2937,2,'5aba9e2f4b3df3b22e5e58716d2d7e952a1f2ee7',10539,'* fix cards style with very long title.','Catouse','2020-05-11 10:35:59'),(2938,2,'e1a22df6c4e9d521ec0d8cc0b832acf72bafcd33',10538,'* fix program/all not work.','Catouse','2020-05-11 10:29:18'),(2939,2,'80c1978afaaf25cddc9a11cf075f4db455658785',10537,'* task #7126, refactor all project/create btn to program/createguide.','Catouse','2020-05-11 10:27:50'),(2940,2,'e4909221b4310bdd64b248b19bd86b428c9b28cd',10536,'* finish task #7164.','wangyidong','2020-05-11 09:49:57'),(2941,2,'430bb5ee22ed3115711804b0b89fd61d977db517',10535,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-09 08:37:23'),(2942,2,'dcbb7e9eb5f4c9aa5213f6691ffe3ef774d0ed43',10534,'+ add extension link for en.','wangyidong','2020-05-09 08:36:42'),(2943,2,'2a0b9d3f434127fdbdfd513cb2fa5460a890a48d',10533,'* finish task #7066.','wangyidong','2020-05-09 08:23:34'),(2944,2,'9910e339c39da9d7a088a63824daa47339c2202b',10532,'* Fix bug#3117.','leiyong','2020-05-08 23:07:21'),(2945,2,'12718939a0e90ecc33c752d0be8b4a5871fd3089',10531,'* finish task #7078.','wangyidong','2020-05-08 16:43:30'),(2946,2,'b0f8fb1495897d05d41f360f4341ddeea835a635',10530,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-08 16:30:33'),(2947,2,'0da117dfe1a9574a3609a150d3bcdf1236f18a16',10529,'* finish task #7098.','wangyidong','2020-05-08 16:27:48'),(2948,2,'f005903fd72665abf4a4462712d01e3d894b08a7',10528,'* improve UI of program swapper menu.','Catouse','2020-05-08 13:56:06'),(2949,2,'326d45d0c510de63d586bac7a8dbd76d6fad6ed1',10527,'* task #7131, task #7132, task #7133, add cards view for program index page.','Catouse','2020-05-08 11:37:19'),(2950,2,'b55e3730f5624c7a3e159d51bec7777cc39ab7f8',10526,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-05-08 08:58:39'),(2951,2,'27fc29b764e82e83d3411cf0628097c5dfc83863',10525,'* Code for task #7121.','Yagami','2020-05-08 08:51:32'),(2952,2,'71eb6e70227d61def0f2743f78bbb3edc6e74f40',10524,'* fix menu state error on page load with cookie.','Catouse','2020-05-07 17:38:40'),(2953,2,'cdf0d1a7589a748d1e7b297ee7309e84889735c4',10523,'* fix menu state error on page load.','Catouse','2020-05-07 17:13:07'),(2954,2,'f497da5494280e35f3858f8b083c7dfcce899c45',10522,'* fix menu state error on page load.','Catouse','2020-05-07 17:06:34'),(2955,2,'4f4c9e9145314fb383753a306e464ba1a7dcf543',10521,'* fix menu.','Catouse','2020-05-07 16:42:32'),(2956,2,'58c44db0f7c490ed81b3595a231d01ab9e8f683b',10520,'* task #7126, add program create guide modal page.','Catouse','2020-05-07 16:40:32'),(2957,2,'8c8b845cda366a2ec32f1c725c7551811e0f510a',10519,'* improve UI of program swaper menu.','Catouse','2020-05-07 15:08:20'),(2958,2,'9ec635f85db4749547781c905f25f4e20ad6cf33',10518,'* improve UI of program swaper menu.','Catouse','2020-05-07 15:02:07'),(2959,2,'97474dcac5a9fc76ca176520f4a029daf5d53ab2',10517,'* task #7129, add program swapper menu to header.','Catouse','2020-05-07 14:50:46'),(2960,2,'8b45bf767d7c4e3442a0ec8425e4d060809b15a1',10516,'* refactor.','Catouse','2020-05-07 14:50:06'),(2961,2,'923a3cd538b58a877f387a59846fb05bddc7574f',10514,'* fix main nav style.','Catouse','2020-05-07 11:03:02'),(2962,2,'9c7b057c4308849370124f01fc045f26ae957122',10515,'* Finish task #7123.','Yagami','2020-05-07 11:29:42'),(2963,2,'0d21d01206b681f71522052a04b2c01b766e2bfb',10513,'* Finish task#7077.','leiyong','2020-05-06 17:58:26'),(2964,2,'ef44299d7ec7e00f29eb8aeb449e5c7f0c5bb793',10512,'* Finish task #7117/7125/7124.','Yagami','2020-05-06 15:42:56'),(2965,2,'d0f61602a8eda009c03dd4d6e6a3d1677735336d',10511,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-05-06 14:31:36'),(2966,2,'5c25b21c55fdd245e17601c97cba1c5e38c51d32',10510,'* Fix bug#3073.','leiyong','2020-05-06 14:30:49'),(2967,2,'1c5a2dde2c3170c04f335aeaaec45598c7aed38a',10509,'Merge branch \'15.x\' of https://github.com/easysoft/zentaopms into 15.x','Yagami','2020-05-06 11:13:34'),(2968,2,'6d1a047b02c34ac933be25d9b5d8e7526cfca9bc',10508,'* Finish task #7119.','Yagami','2020-05-06 11:13:13'),(2969,2,'9b61cfcd073c33aa4807327f3aa00608e66cca01',10507,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-05-06 10:42:55'),(2970,2,'026cc6897064766c3e18926990816a4f18173e5a',10506,'* finish task #7095.','wangyidong','2020-05-06 10:42:26'),(2971,2,'5ea2467beead5855d259a291eca8d12ba575db71',10505,'* finish task #7088.','wangyidong','2020-05-06 10:38:09'),(2972,2,'0689779ff0eef9e228da69266b46e7fa47bd1298',10504,'* update zenicon files.','Catouse','2020-05-06 10:24:48'),(2973,2,'5870c95ec4b4b0dfc6b703de965510fef75e102d',10503,'Finish task#7109.','leiyong','2020-05-06 09:34:50'),(2974,2,'bf33d10b9d7f4e234b95f87ead00940e6d10af56',10502,'* task #7116, task #7127, task #7128, task #7130, implement new menu.','Catouse','2020-05-05 17:20:44'),(2975,2,'d369ccdab67d79d877e0042f0d570d62e96fe69f',10501,'* adjust for php error.','wangyidong','2020-05-05 09:28:23'),(2976,2,'b919ac88dd54797ed2dec8d5c0e22f48f7fddf3c',10500,'* Optimize sql and code to improve query performance.','chenfei','2020-05-04 17:40:46'),(2977,2,'6a2ce5fade434ed81d414864d9e32c8ba752aaf4',10499,'* Finish task#7105.','leiyong','2020-04-30 16:47:19'),(2978,2,'c3dcb85546f7940e76b38dc51da2cc4bc0dba416',10498,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-30 16:43:14'),(2979,2,'dfc8de0b652adb37b916f94acaa4f3a2b777097a',10497,'* finish task #7085.','wangyidong','2020-04-30 16:42:52'),(2980,2,'d1c545d07843c5758f611d31e60734fd27c67137',10496,'* Finish task#7104.','leiyong','2020-04-30 15:56:51'),(2981,2,'091ae4cf3daeed3d2d26df6efed88411a1f1ab45',10495,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-04-30 15:56:14'),(2982,2,'576c22593de2f3fe45eda29543a6226cce1130e9',10494,'* finish task #7076.','wangyidong','2020-04-30 15:31:26'),(2983,2,'e8527692f543a7234e7f6b5dc58d8b90eb907485',10493,'* Finish task#7100.','leiyong','2020-04-30 14:19:51'),(2984,2,'d299f0236b431ee689684a88a86ab26856e10a6e',10492,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-30 13:11:18'),(2985,2,'3e26e60560a922591ab653d5383fff7cbe794a88',10491,'* finish task #7091.','wangyidong','2020-04-30 13:10:08'),(2986,2,'3492d60def805342ac69a3baa5846bbd8086b415',10490,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-04-30 11:27:00'),(2987,2,'98e1d4f45b27249b005e1bb0ac475b1534849813',10489,'* Finish task#7102.','leiyong','2020-04-30 11:26:49'),(2988,2,'1e5576a961de5d9abdd982f18af4228702e1cf0a',10488,'* fix bug.','wangyidong','2020-04-30 11:21:29'),(2989,2,'2a6cfab35e8e87c3c04f1241404f3b8d7f05d43b',10487,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-30 10:40:24'),(2990,2,'3e837dc80e877fa9cc9f560a3e40959613d05ac2',10486,'* finish task #7087.','wangyidong','2020-04-30 10:31:49'),(2991,2,'14e489b812a68c1ed30699dc4eb35bc6f5614d1d',10485,'* Fix bug#7109.','leiyong','2020-04-29 17:54:46'),(2992,2,'c551170d6b42016b3f9427f4ce27506db0bf82a1',10484,'* finish task#7112,#7113,#7111.','leiyong','2020-04-29 17:02:51'),(2993,2,'ad0c86afdecd2ef006a62f776c8acb56ac9fe5d2',10483,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-04-29 15:44:59'),(2994,2,'3b21a74564caca11d29eab29877e4c37cc21800a',10482,'* finish task #7081.','wangyidong','2020-04-29 13:25:08'),(2995,2,'85a55e41bd2bbe1b0bf4266ea16d7c844d7b78cc',10481,'* Finish task#7109.','leiyong','2020-04-28 17:29:20'),(2996,2,'2d8fcc75e52e6a9ceed6996be60fe30ca1e84a54',10480,'* adjust for get dingding user.','wangyidong','2020-04-28 16:56:34'),(2997,2,'2372831886b81c1eefbbfc622e714bbdcf7f7729',10479,'* finish task #7075.','wangyidong','2020-04-28 16:31:18'),(2998,2,'1c29b742a06b315c3588b039f0dcefef161e405b',10478,'* finish task #7079.','wangyidong','2020-04-28 13:26:10'),(2999,2,'43c181767b3a2ab467f289558c29ac6326d34db0',10477,'* finish task #7083.','wangyidong','2020-04-28 13:22:32'),(3000,2,'442d70773a5a384ae059d4a4e63c0f59ec0cd5aa',10476,'* finish task #7074.','wangyidong','2020-04-27 14:22:20'),(3001,2,'c92500975c87185dbc643839bb9679bc83f226d2',10475,'* finish task #7071.','wangyidong','2020-04-27 13:42:01'),(3002,2,'19b3819fd602ac9a20d18aa67883330114577f78',10474,'* finish task #7070.','wangyidong','2020-04-27 13:33:51'),(3003,2,'08c8461844cef7e69b3d907071122238ada0dace',10473,'* finish task #7069.','wangyidong','2020-04-27 13:23:39'),(3004,2,'7ae499cf702eafdac90b41d3cc429c928cabe47f',10472,'* finish task #7068.','wangyidong','2020-04-27 11:29:08'),(3005,2,'e0b54c87efd659849058ba9bec9fa65aa2085dd8',10471,'* fix bug for search testcase.','wangyidong','2020-04-27 11:13:03'),(3006,2,'1a0090189adf26009047a31baa8ca1592aacf372',10470,'* finish task #7064.','wangyidong','2020-04-27 10:13:30'),(3007,2,'899cd6f78bcaac811e8c409473d896ca5a25727f',10469,'* fix bug #2404.','wangyidong','2020-04-26 17:35:15'),(3008,2,'7407085500d0a06a91000cf382c0e33b2ac6ed65',10468,'* adjust for show import.','wangyidong','2020-04-26 17:33:42'),(3009,2,'1e54605dcccb345cee5556b13632811eff5a2388',10467,'* fix bug #3109.','wangyidong','2020-04-24 16:30:26'),(3010,2,'468c11e1c377a5ce72694cc87fc1632a760da86c',10466,'* code for bug #3099.','wangyidong','2020-04-23 15:30:52'),(3011,2,'fc5de2944e93f860a3f9bc3bc01146f5d1a5189b',10465,'* fix bug #3099.','wangyidong','2020-04-23 14:47:32'),(3012,2,'3e1701b36098cf644e435f5399b8f54fa8528065',10464,'* fix bug for show hignlight.','wangyidong','2020-04-22 08:16:13'),(3013,2,'df7c4cd39dff4385404e4fac020c6366f3e315d5',10463,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-17 08:28:52'),(3014,2,'3e1795e2576a225a9b04a172f5b5c49bd7c9fa8f',10462,'* fix bug and config ur and sr.','wangyidong','2020-04-17 08:19:55'),(3015,2,'ba78293a26d5831448d2f8417c4993d78c9ba504',10461,'* fix help link in ja language.','Catouse','2020-04-15 10:41:13'),(3016,2,'a620a53fa5a19bbb811b99635d1a7bcfc77d66c7',10460,'* fix help link in ja language.','Catouse','2020-04-15 10:23:44'),(3017,2,'22489cc23b6ebdbc48649676a18104a0b5b1f66d',10459,'* Could add extra attribute when create data by editor.','chenfei','2020-04-15 09:53:44'),(3018,2,'5f912e1a2f3247252c8b2737d1b31ccd7fe98297',10458,'* fix for sync commit.','wangyidong','2020-04-13 14:19:36'),(3019,2,'63f545f870bcdfa2f1bf14c56bfe78066cfde8e4',10457,'* adjust var name.','wangyidong','2020-04-13 12:07:31'),(3020,2,'2f3e0b319904e184fa3c841ccd80d837c38e7935',10456,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-13 11:04:23'),(3021,2,'3aded5bbffd06b9cb05e3270365ec5935a4e8266',10455,'* fix vi lang bug.','wangyidong','2020-04-13 11:03:40'),(3022,2,'4e54cf859fe6ddc8878f0becb10e978c97fc7563',10454,'* fix code syntax highlighter not work.','Catouse','2020-04-13 10:27:15'),(3023,2,'499c71fd713ccb1f83818c8605d3e2c3f6390419',10419,'* fix expand/collapse buttons in histories view not work as expected in modal.','Catouse','2020-03-31 17:18:02'),(3024,2,'a6dc715a73b2e6887320ff293a5347739c5656ad',10453,'* fix bug.','wangyidong','2020-04-13 09:40:09'),(3025,2,'04f23e6334a28629b54d561f5667a55155113bcd',10452,'* adjust for show result.','wangyidong','2020-04-10 17:04:02'),(3026,2,'6c1c54d1037c211e3fe1785af02fca76ec05345e',10451,'* check unique case title.','wangyidong','2020-04-10 15:11:46'),(3027,2,'b5a15d964b1149df9de0248d367ff78cf955ec36',10450,'* fix for error word.','wangyidong','2020-04-10 14:46:44'),(3028,2,'40d372c2bf6a5ebb52b6ac5ef2faec44935bd228',10449,'* fix for commit result from ztf.','wangyidong','2020-04-10 14:42:29'),(3029,2,'544ba6e74f6c1156f7c64cd8167edfc908530fd1',10448,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-10 14:00:46'),(3030,2,'523162eac5aa6848be7693f3f79f52cd861a485c',10447,'* add new version and upgrade and add vi lang.','wangyidong','2020-04-10 13:55:45'),(3031,2,'744889dff3c837a74b5761efc76e029f3622516c',10446,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-04-09 13:40:21'),(3032,2,'110d90dcc29d281288d00cb3f30404d81360d57b',10445,'* Misc lang update.','reneeteng','2020-04-09 13:38:35'),(3033,2,'523eb57d6aff800da23c04e6ab60faf932a239d7',10444,'* fix bug for check tag.','wangyidong','2020-04-08 16:29:23'),(3034,2,'2b69daba378baf0dc8032e75de0f7816752f86ac',10443,'* fix bug for init job.','wangyidong','2020-04-08 15:31:04'),(3035,2,'74bd767a6e623318a07bf0f37879a89887aa6053',10442,'* adjust for en and zh-tw lang.','wangyidong','2020-04-08 14:36:37'),(3036,2,'0c3970f4d100a9342c60f27ea97d171ff59dc8af',10441,'* adjust for create task page when linked stories too much.','wangyidong','2020-04-08 13:17:58'),(3037,2,'54cb29a788ccaef4e21c834a7e67f319dfc501a9',10440,'* adjust for highlight and add story reg.','wangyidong','2020-04-08 10:39:28'),(3038,2,'44ed0273ea43b53c72da2c30d7a1ef669204f8dd',10439,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-08 10:09:42'),(3039,2,'08d40394b8500b71727c1e7379877f9a8ca8462c',10438,'* adjust for onlyTest flow.','wangyidong','2020-04-08 10:06:47'),(3040,2,'182ae42771a8c94f3e4b3421c30813648fd93022',10437,'* Fix bug #2361.','sgm0422','2020-04-08 09:45:06'),(3041,2,'40fc4ad25bb811e7c23cf57b409497cfd437825b',10436,'* adjust code.','wangyidong','2020-04-08 09:18:45'),(3042,2,'ba8638758ecc18859c66396e8741d196b60fec25',10435,'* adjust for parse xml.','wangyidong','2020-04-03 14:29:47'),(3043,2,'10da9821ad299d0891076d40f0064017f7c76688',10434,'* adjust for units dropdown.','wangyidong','2020-04-03 14:15:23'),(3044,2,'30b7026a09821467fd7394ae3754ea37c41784d0',10433,'* adjust for export unit.','wangyidong','2020-04-03 14:04:04'),(3045,2,'cd4f552347031ce036e7ad794b71f3a3e17d963e',10432,'* adjust for parse cppunit.','wangyidong','2020-04-03 13:51:02'),(3046,2,'32bbf6ada803228585618f3eeb06cc53aec249ba',10431,'* adjust for commit result method.','wangyidong','2020-04-03 09:53:07'),(3047,2,'57be1988f6602dc2b5f990c0fa8ffa3784368da8',10430,'* add browse unit view html.','wangyidong','2020-04-03 09:08:37'),(3048,2,'c9ce71628fe042ff7f1747b81481c190bfc54205',10429,'* add priv for commitResult.','wangyidong','2020-04-03 09:01:47'),(3049,2,'bbdef36c856920287f8da87480e703076fbc9d8c',10428,'* add note.','wangyidong','2020-04-03 08:35:40'),(3050,2,'49d4d3dcc10d83551957168ef28c0dc17f71268f',10427,'* adjust param name.','wangyidong','2020-04-03 08:21:51'),(3051,2,'e8c1309e9234f8dd246908ef9feec2fa4765d806',10426,'* adjust for tescase view.','wangyidong','2020-04-02 17:50:57'),(3052,2,'d649cbcbaaf1c14a057e1a687519c501ef17099b',10425,'* adjust for show unit.','wangyidong','2020-04-02 16:50:43'),(3053,2,'3fae19d76b4a9fe39fc39713a866d092e8038260',10424,'* adjust for parse comment not case sensitive.','wangyidong','2020-04-02 16:45:26'),(3054,2,'3d2b9f29d9e608092f4358df1f62eed5877e1720',10423,'* adjust for client lang.','wangyidong','2020-04-02 16:44:29'),(3055,2,'86935b5339811eb05ef96d39019dcca80c9b3704',10422,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-04-01 15:26:22'),(3056,2,'6040fa80fda16be897dca004d5ecce825b8f0f08',10421,'* adjust for commit result.','wangyidong','2020-04-01 15:23:13'),(3057,2,'990e33afcce1ebf2f7d7a0c5d2a969267efe07a0',10420,'* add commit result interface.','wangyidong','2020-04-01 13:35:58'),(3058,2,'a9811929e9809ed1fd84d8cba6a6a4bf85797dea',10418,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2020-03-31 16:41:05'),(3059,2,'38d1f96d59f862309a8141a520f51034d7ecc21c',10417,'* Adjust session for bugList,storyList,taskList and so on.','daitingting','2020-03-31 15:38:05'),(3060,2,'7749555f92757e60eb6518fe04e05f36826ffda8',10416,'* code for task #7006.','wangyidong','2020-03-30 16:11:36'),(3061,2,'1f1ea54bdbb76bc24b636081b526e81f99637199',10415,'Improve install steps','Gustavo Novaro','2020-03-28 02:40:05'),(3062,2,'58786078a16c5a40f393a0b2d9912215ee88ffef',10414,'Add basic composer file is a communoty standard in every php project... Need create account in packagelist... Add .editorconfig for mantain code style. Improve installation doc steps','Gustavo Novaro','2020-03-28 02:20:41'),(3063,2,'5c47c2117a75b94eefc259696fa7cc522db04ea3',10413,'* finish task #7001.','wangyidong','2020-03-27 14:01:50'),(3064,2,'e4b0a15eb04d64d0c5d46e056466a718995a41bd',10412,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-26 10:47:44'),(3065,2,'4126a8745fc2be8a9e39e3658994b11392931500',10411,'* code for task #7002.','wangyidong','2020-03-26 10:46:53'),(3066,2,'747cda24e22c200fa7ef342916b65b37ea888fdb',10410,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong ','2020-03-26 10:10:12'),(3067,2,'bee95c1fd4a1361c36323af6cf53c6a282c245a4',10409,'Repair SDK access failed under HTTPS request.','leiyong ','2020-03-26 10:09:41'),(3068,2,'dff20b6a1743768fb85b8a2e4c39ccfdccb3d647',10408,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-26 09:16:36'),(3069,2,'066bf8b8f623ff7437a12b7e629e8d69a1d1386e',10407,'* adjust for php5.3.','wangyidong','2020-03-26 09:12:44'),(3070,2,'c76b7591b709d1ca888d1a228ccac09fdb335e06',10406,'* Cron lang updated.','reneeteng','2020-03-25 15:52:06'),(3071,2,'1687ac4e65189fd7ba1fb6a4751a3c907230f2a1',10405,'* add new version and upgrade.','wangyidong','2020-03-25 14:30:48'),(3072,2,'a9024bd0bd24b9f1e9caec16a91f5bc973339afd',10404,'* fix bug #3046.','wangyidong','2020-03-25 11:43:19'),(3073,2,'1fd1562f473450cdfc4e1fc5a6dfcb2cc50be608',10403,'* fix bug #3045.','wangyidong','2020-03-25 11:38:29'),(3074,2,'68155efe2534227fd9941d6a8312b1f2c0be5057',10402,'* fix bug #3043.','wangyidong','2020-03-25 11:18:22'),(3075,2,'4388bf9c7bbf14285e012e4bf5a5e845ff0677a4',10401,'* fix bug #3038.','wangyidong','2020-03-25 10:57:14'),(3076,2,'65945b7e9c63e604f6640606fcd9888cdec0a696',10400,'* fix for create build when resolve bug.','wangyidong','2020-03-25 10:35:13'),(3077,2,'cf555e09a7eaf9e3898ec5380b181bed5a030f45',10399,'* adjust for backup.','wangyidong','2020-03-25 09:49:26'),(3078,2,'d09eb3aff5486c73f9c3b5bdceddf89c1055430c',10398,'* fix bug for show task module.','wangyidong','2020-03-24 16:52:54'),(3079,2,'fe4cd3fd3e5417184e8636b162a07699404849d1',10397,'* adjust for xuanxuan.','wangyidong','2020-03-24 15:58:44'),(3080,2,'7f99fab3a7b4c3b617c0f1e723068b2753465e26',10396,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-24 08:24:14'),(3081,2,'a9558f90d2d607ce64758f46f81168a0b5fefe79',10395,'* change for zh-cn svn.','wangyidong','2020-03-24 08:23:04'),(3082,2,'305ace628bf1fa82345abb324a242e9d86a1bb3f',10394,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2020-03-23 17:30:24'),(3083,2,'d12c6d75c68200366a7fe259f1c0839bbc5ba8db',10393,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-23 17:23:18'),(3084,2,'149d57e9f7f5cd6b7f450dfc0101737d815cb456',10392,'* fix bug for ci.','wangyidong','2020-03-23 17:22:36'),(3085,2,'ac410c7ebe8efe32bad840e7df0bec03b322ab43',10391,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2020-03-20 23:51:33'),(3086,2,'f7b78d7c8397a5660cbec340b75f8a26398bedae',10390,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-20 23:38:59'),(3087,2,'46c856508ee2c4bde198e81677f97b6ecb18fbb2',10389,'* Rule case in all lang files updated.','reneeteng','2020-03-20 23:37:57'),(3088,2,'a08a5b7d96cf3405ad1e50b86a8c279eb49ade3a',10388,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2020-03-20 17:00:07'),(3089,2,'dc0420f4df437356942bb67f5923509215a22848',10387,'* Merge db process methods from xxb.','chenfei','2020-03-20 16:52:48'),(3090,2,'35dd7a64f80d79938f28aaa92e004000efae5e61',10386,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2020-03-20 10:20:07'),(3091,2,'63458f7f85412352ac667755c98ab17bf893e59f',10385,'* Add get table fields for zdb class.','chenfei','2020-03-20 09:30:39'),(3092,2,'d4ee7d8d8f657280f72db95626cc0a095cee453a',10384,'* Display the extend fields of testcase in cases page of the testtask module.','liugang','2020-03-19 15:40:42'),(3093,2,'1e542ecbe59cf74f386932fb54a4950f585f1ea6',10383,'* fix bug #2215.','wangyidong','2020-03-19 15:38:14'),(3094,2,'7c2c59bc247e7dcec47fac802a0294360728c82f',10382,'* code for build zentaoxx.','wangyidong','2020-03-18 17:07:36'),(3095,2,'36c0406829a09c08ef11a3c98401c5371f7271ac',10381,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-18 16:49:01'),(3096,2,'9e83e6399616db5d07da516021bda9f14faf4d70',10380,'* code for php7.4.','wangyidong','2020-03-18 16:48:14'),(3097,2,'f398db053d111bbd404604c8cd39c68adb058083',10379,'* code for task #6994.','wangyidong','2020-03-18 16:47:41'),(3098,2,'f689b06e7634097242878e6b0abc35b32c580443',10378,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-18 15:51:17'),(3099,2,'2ced016c37938f1106d720bf508d9a995d3bf23b',10377,'* CI compile lang file changed.','reneeteng','2020-03-18 15:50:26'),(3100,2,'f991752628710583ceaf21b13c8cc025b9c73bc8',10376,'* code for task #6990.','wangyidong','2020-03-18 14:45:57'),(3101,2,'5681905c68ef36cfb36c44fab5e6fd8f163bdfdc',10375,'* finish task #6993.','wangyidong','2020-03-18 14:39:02'),(3102,2,'43c757f13fbb3453247afdb21fec396124afdeb1',10374,'* fix bug #3006, fix datepicker not work as expected in Deutsch and Français language.','Catouse','2020-03-18 09:54:50'),(3103,2,'3f608337a0fae20dece7db9461db619024d32d36',10373,'* fix js error in french language.','Catouse','2020-03-18 09:35:35'),(3104,2,'c7a1e71d27b05759860983e23eea6beccf703543',10372,'* finish task #6991.','wangyidong','2020-03-17 17:16:29'),(3105,2,'f14dde277c3b581f90a2a9eb9a4967fa44f72e3c',10371,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-17 16:40:55'),(3106,2,'cfa5261960e4294d62ad94997cd7f6c5b79b78cf',10370,'* finish task #6902 and merge xuanxuan.','wangyidong','2020-03-17 16:38:44'),(3107,2,'b0966e0faf46556a33ebb18d75bf2b2f788adde3',10369,'Wechat can recursively obtain department users.','leiyong','2020-03-17 16:32:45'),(3108,2,'9e21c8638915699055130c5f3a6f845e896fcf2b',10368,'* Install lang updated.','reneeteng','2020-03-17 15:38:35'),(3109,2,'a9fbc3950d739f2d88a84aa3fac8db260cbe4f75',10367,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2020-03-16 15:29:14'),(3110,2,'d2d138869de9415a448c9edc781fac72b17daf01',10366,'* Fix makefile and sql.','Yagami','2020-03-16 15:28:45'),(3111,2,'875caed3ede576a832704c645e5471f5bf1c27d0',10365,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-16 14:19:06'),(3112,2,'adc3b3c1c4053cf862ea5adaa8bf58e10215890c',10364,'* Lang file update for ci and my.','reneeteng','2020-03-16 14:16:29'),(3113,2,'bc08702d32ae948b3267503379e37208a4e24b15',10363,'* finish task #6970.','wangyidong','2020-03-16 09:16:31'),(3114,2,'ac9c8a95592fb20f626db74d56ef8fc4c087a36c',10362,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-16 08:24:50'),(3115,2,'8dda089476910f3812e39dcd0189c6eac42b8b5d',10361,'* Fix isClickble for requirement.','sgm0422','2020-03-15 15:00:51'),(3116,2,'17702081186ea116f76ae640c8812186e6cb70f9',10360,'* Code for requiment.','sgm0422','2020-03-15 14:37:28'),(3117,2,'fd83116e1d33f681a11946896f67a375dfb9fcdc',10359,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-15 11:41:11'),(3118,2,'da823eacb666fd87b221ddcd5f7347c2cd057507',10358,'* fix bug.','wangyidong','2020-03-14 13:30:58'),(3119,2,'6e9cc77ed7abd1bee32c9b76b69e0ec246a09c9b',10357,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-13 15:37:13'),(3120,2,'054c41e2b8e1c429ff445df9d7f65c916ada1c70',10356,'* adjust en lang.','wangyidong','2020-03-13 14:59:09'),(3121,2,'db2fc06f49d5daa8578cf2cafac5386f84670f14',10355,'* change error word.','wangyidong','2020-03-13 14:38:37'),(3122,2,'101679c6a50c1509ecb948fc7c2e31a77a6f3dc8',10354,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-13 13:23:13'),(3123,2,'3ba2f42aefe5f2cc3c30eb82208ead17eb4726a3',10353,'* show child label.','wangyidong','2020-03-13 11:22:54'),(3124,2,'8797f0bd905a6108bb8f7b41cf687fb1f3b376b6',10352,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2020-03-13 10:09:28'),(3125,2,'ce1716feacbbe3d7c1f79121a73332bec7d8cf8b',10351,'* Code for requirement.','sgm0422','2020-03-13 10:09:02'),(3126,2,'4905c7aef65a20315bee3c70ec349013e5aae90d',10350,'* fix bug.','wangyidong','2020-03-13 10:01:02'),(3127,2,'82fff1b42f1a0c0e470022f8a7a0baa23775f007',10349,'* finish task #6981.','wangyidong','2020-03-13 10:00:43'),(3128,2,'8f3adf9e95f25699dff1b13b666a265dd9f140a3',10348,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-13 08:51:45'),(3129,2,'fcfe033f28af0a41f63a2536f390969d1a352b19',10347,'* adjust for parent-child story.','wangyidong','2020-03-13 08:36:31'),(3130,2,'5aeea7572a7b1b0d0cf3fb3321d77a31db53467f',10346,'Docking CMMI.','leiyong','2020-03-13 08:23:37'),(3131,2,'56e566e7869a6b83bcf8be2541f2d7be76e53a16',10345,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-12 22:48:48'),(3132,2,'cb9fbd724eaa48ce021412178ad516166b43bc2b',10344,'* Add my-requirement view.','sgm0422','2020-03-12 16:37:44'),(3133,2,'8a5a175f2cf5f212a2423b14b29825962e9ff204',10343,'* Updated compile lang file.','reneeteng','2020-03-12 16:22:47'),(3134,2,'38d3c169546cdf00a0390a0b85e4be27e7a6394d',10342,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2020-03-12 16:16:15'),(3135,2,'58e43db063a58fbb5ad9ffed3cd48df1b4e84123',10341,'* Code for requirement and story.','zbx','2020-03-12 15:44:33'),(3136,2,'b72ddf92d1051e5fd025d07b0f4d16bef1eced63',10340,'* Code for requirement.','zbx','2020-03-12 14:51:17'),(3137,2,'aec712defd5c5ca5e4a7499814b6ad7c22f0b720',10339,'* Add storyCommon to config.','zbx','2020-03-11 16:56:41'),(3138,2,'beaa6ff0b27c50fb8bc9fdc5d763219302a71039',10338,'* adjust for save action to pms.','wangyidong','2020-03-11 08:58:27'),(3139,2,'89ea58a4da02a0dbd21205e5e67165bf1b071d8f',10337,'* adjust for make zentaoxx.','wangyidong','2020-03-10 18:07:31'),(3140,2,'26177e362ef4447188d9beec6f7f45999c58226f',10336,'* fix bug #6974.','wangyidong','2020-03-10 15:51:47'),(3141,2,'5d36307c449ac59f7071c9ef54aaaf37153d8c3c',10335,'+ add fr.php and de.php.','wangyidong','2020-03-10 15:42:00'),(3142,2,'904df3224b96d1c5410e70213f7a764890bb7a7c',10334,'* add new version and upgrade.','wangyidong','2020-03-10 15:14:18'),(3143,2,'f69d8231c98ca7f409b68f99ae607f9b1a8d4f07',10333,'* adjust for parse comment for resolve bug.','wangyidong','2020-03-09 17:49:40'),(3144,2,'5a3ea1e897e76b8fd2a455af02e8f4c4afecbb8c',10332,'* adjust for parseComment.','wangyidong','2020-03-09 17:42:43'),(3145,2,'88ffd189e107e2d62d872f2caee20f608a0231a4',10331,'* adjust setrule page.','wangyidong','2020-03-09 15:52:14'),(3146,2,'0f1432cc5f60593f3ca90974b2b823508f442c64',10330,'* adjust code.','wangyidong','2020-03-09 15:10:02'),(3147,2,'224c383d007c908692eecdd3353f7897808d78b6',10329,'* change saveRepo to importRepoFromConfig.','wangyidong','2020-03-09 15:07:49'),(3148,2,'427a762bbcee1e6686b104caf998e1b1ccb414cb',10328,'* adjust for init when create or update job.','wangyidong','2020-03-09 14:56:52'),(3149,2,'35a2251dcb19dd40bbd04389217a6c77442ebd1c',10327,'* adjust for get svnDir.','wangyidong','2020-03-09 14:13:16'),(3150,2,'e7b5d2d0a88b22037268921c77fd5817782f7968',10326,'* adjust show log.','wangyidong','2020-03-09 09:44:31'),(3151,2,'aa07506688bfa50a66f10e0dd78ba9e84a8eccad',10325,'* adjust for compile each tag.','wangyidong','2020-03-09 09:13:24'),(3152,2,'118fc78d2556c152e7b799f105b3cc15f779c02a',10324,'* CI, Jenkins lang updated.','reneeteng','2020-03-08 16:02:49'),(3153,2,'a694c8493fc2698b2c20cfffb88bb19a381c2471',10323,'* change comment to commit.','wangyidong','2020-03-06 18:27:21'),(3154,2,'14bb491ce5110c4853db7b5b3fa6d5476e22ab6a',10322,'* change job name.','wangyidong','2020-03-06 17:40:15'),(3155,2,'31aba45ddc2e697050b992c15463cab206dcddd0',10321,'* move integration to job.','wangyidong','2020-03-06 17:35:33'),(3156,2,'ae0e2344d293fd443ecc6b5427913c5333f9ba63',10320,'* adjust code create and edit integration.','wangyidong','2020-03-06 13:24:09'),(3157,2,'24ac4cca6bf00f131e17f9b8c83be407d3afb72a',10319,'* adjust for exec integration.','wangyidong','2020-03-05 19:20:35'),(3158,2,'9d49c247f58c0c89e420ba02d0e921552428dac9',10318,'* adjust for sync branch.','wangyidong','2020-03-05 15:46:32'),(3159,2,'54cb7968f206379710964fc334712470468f288a',10317,'* code for task #6952.','wangyidong','2020-03-05 11:33:06'),(3160,2,'b7654d55ea51777bff7364b9405f0ed3c498a21b',10316,'* finish task #6930.','wangyidong','2020-03-05 11:15:34'),(3161,2,'a831026b2897d14122e3a97f1400565bfe9bb45f',10315,'* ignore exist repo.','wangyidong','2020-03-04 20:50:32'),(3162,2,'8e2f609b4116b0be1ec89e2f0fda2e5a412cd3cb',10314,'* fix save commit bug.','wangyidong','2020-03-04 20:43:03'),(3163,2,'79485845d5a42345240e2191e4600ee8a82f2f29',10313,'* adjust code for save commit.','wangyidong','2020-03-04 20:33:05'),(3164,2,'94b36752890b5bb69ff7a4b2fadb103b37dea1a7',10312,'* fix bug.','wangyidong','2020-03-04 18:34:37'),(3165,2,'718373cc067db04565e287c20003335399d18a69',10311,'* finish task #6939.','wangyidong','2020-03-04 18:21:46'),(3166,2,'a6169ffec55532503199c532102913c80947fa1e',10310,'* finish task #6913.','wangyidong','2020-03-04 16:05:08'),(3167,2,'012cbd54af96a1427e977389c530aa0621118f3d',10309,'* finish task #6951.','wangyidong','2020-03-04 15:31:42'),(3168,2,'2e9c26b9ac04a2724a1fbfb4aa46de5064fb3155',10308,'* code for task #6941.','wangyidong','2020-03-04 15:11:07'),(3169,2,'b9d709ccc4e2ad85c4f752cc991d3c39d3f44abb',10307,'* finish task #6953.','wangyidong','2020-03-04 15:07:49'),(3170,2,'94f8bf2dfcc7c1b65340b01ca6034c8ac183dcb4',10306,'* finish task #6934.','wangyidong','2020-03-04 10:51:26'),(3171,2,'260065e225cc0c5b15466e324dbf13e70ad3a3f4',10305,'* finish task #6937.','wangyidong','2020-03-04 09:43:15'),(3172,2,'9ca7867c1244226b2295a8bcbd5bc398b93e7051',10304,'* code for task #6928.','wangyidong','2020-03-04 08:55:45'),(3173,2,'40602225770972d3a3bf3460d863755fccb47704',10303,'* code task #6928.','wangyidong','2020-03-04 08:53:32'),(3174,2,'341566e87d261d8f9ba72650ee12635349907b3d',10302,'* finish task #6950.','wangyidong','2020-03-04 08:51:49'),(3175,2,'d812c120b43f631b5755389c2d70ef4ca10a100d',10301,'* finish task #6955.','wangyidong','2020-03-03 17:37:03'),(3176,2,'39177a85377ad6089f31dcf36d2d3e5f34155eb5',10300,'* code task #6956.','wangyidong','2020-03-03 17:20:03'),(3177,2,'4cd4c918a5f682702d2ba6446d3b8593f3624876',10299,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-03-03 16:12:48'),(3178,2,'cb25b5af7f5e9c26df238e1bb622d9a70fecaf34',10298,'* finish task #6956.','wangyidong','2020-03-03 16:11:23'),(3179,2,'80be9ba6253182f481c91984ad1c552688c89bb4',10297,'Code modification of issue 191 of zentao.','leiyong','2020-03-03 13:50:44'),(3180,2,'8ed43fc9b448bfc8f155fbc8e8776c56d3e6c31a',10296,'Code modification of issue 191 of zentao.','leiyong','2020-03-03 13:47:52'),(3181,2,'fe0ecf13ec3b3aa05b97006c314a1d80948a8cc2',10295,'* finish task #6932.','wangyidong','2020-03-03 09:00:25'),(3182,2,'cec55d0345751f011fb3179d3c168239608bf1bb',10294,'* finish task #6929.','wangyidong','2020-03-03 08:55:01'),(3183,2,'68896b27b94df375057ac5ea56e55474dabb0e0d',10293,'* finish task #6924.','wangyidong','2020-03-03 08:27:39'),(3184,2,'bbb8510d25d3286ac8e390805bcc03117fc9d521',10292,'* finish task #6923.','wangyidong','2020-03-02 17:01:46'),(3185,2,'9d2d1a0b9d0b2dd9fca0ad423e6fede8f19c301b',10291,'* finish task #6922.','wangyidong','2020-03-02 16:59:11'),(3186,2,'7c77155cedc49978bdbdfe861abe482b97a3a0aa',10290,'* finish task #6921.','wangyidong','2020-03-02 16:53:12'),(3187,2,'05a34ff5f102fe049ae8f885a0bd600c27ac3538',10289,'* finish task #6920.','wangyidong','2020-03-02 15:50:53'),(3188,2,'b1f757728dfc5776979316eb795810befe4fee58',10288,'* finish task #6933.','wangyidong','2020-03-02 14:19:08'),(3189,2,'653c4d5cf6f0a58e7ef0d2b0e5f212f1f0a48a0a',10287,'* finish task #6954.','wangyidong','2020-03-02 10:04:38'),(3190,2,'154efa0b59d46207cf3521d81967a019eac0ff56',10286,'* finish task #6957.','wangyidong','2020-03-02 09:05:30'),(3191,2,'579b17dec167f3d5e31f73f4ed1880a4e447d1d4',10285,'* finish task #6960.','wangyidong','2020-03-02 09:03:17'),(3192,2,'420a60ea8bbf247dfbd42b0a7ddf3ca735a3553e',10284,'* finish task #6935.','wangyidong','2020-02-28 16:25:59'),(3193,2,'b8043c2fc31edb56e379ccc2c5308bb9c0fe9e78',10283,'* finish task #6931.','wangyidong','2020-02-28 16:16:54'),(3194,2,'d0b2b962832b3eb2af12f1440902d74ccd0f1ba4',10282,'* finish task #6919.','wangyidong','2020-02-28 16:15:01'),(3195,2,'fb8d617515815f77b42977323229159677bd4483',10281,'* finish task #6918.','wangyidong','2020-02-28 16:07:37'),(3196,2,'aa70c177cce141e619b3292e9a546ef73553c456',10280,'* finish task #6915,6917.','wangyidong','2020-02-28 15:26:39'),(3197,2,'0ab2f01fd74e4f1e54e08bd179f30fddc4118eef',10279,'* finish task #6925.','wangyidong','2020-02-28 15:14:54'),(3198,2,'172a9724e2989246d04125063e66c6d3cc659afa',10278,'* code for task #6912,6913,6914,6916.','wangyidong','2020-02-28 15:05:56'),(3199,2,'f41ce9cdaa802d0e611e634a7ba8e96e5366e572',10277,'* Fix bug #2980.','Yagami','2020-02-27 15:25:14'),(3200,2,'143d47c4adf50cffdf59c5b703d2b8182ca4527f',10276,'fix bug #2965.','leiyong','2020-02-27 07:59:23'),(3201,2,'ae877bbd3048bd29682382f8165b72d761cbc139',10275,'* change update sql for ci.','wangyidong','2020-02-26 18:55:32'),(3202,2,'e2c02c246b9e6dc72544f9d3e7783f5d66fcf85b',10274,'Merge branch \'master\' into zentaopms_12.0.1','wangyidong','2020-02-26 18:27:08'),(3203,2,'b1058886fe4993edeb7339e1c2ad12224e03239c',10273,'Merge branch \'zentaopms_12.0.1\' of github.com:easysoft/zentaopms into zentaopms_12.0.1','wangyidong','2020-02-26 18:09:13'),(3204,2,'aa3dd14ee56ee05f36e5de91ac3ae46cd01cb88a',10272,'* finish task #6898.','wangyidong','2020-02-26 18:01:56'),(3205,2,'b018d1e78538b87d0923bd75e0d8dd1416873816',10271,'* add notes for scm.','wangyidong','2020-02-26 17:24:59'),(3206,2,'3a55002f45f970f012c6d5e72f6fa021709ea81c',10270,'completing task #6911.','leiyong','2020-02-26 17:02:10'),(3207,2,'39b127849a9af28fdb16cff1925baedae261c02b',10269,'* finish task #6909.','wangyidong','2020-02-26 15:52:57'),(3208,2,'f9867d5da6c3062dc05c07a3aa892b5189afdb26',10268,'* adjust for merge.','wangyidong','2020-02-26 15:05:24'),(3209,2,'35b9adf61f17fd69c779e0779a09d65a6832eba9',10267,'Working with scrollbars.','leiyong','2020-02-26 15:00:55'),(3210,2,'758accbf094dda7362207a3b653629a42208fda0',10266,'Working with scrollbars.','leiyong','2020-02-26 13:44:17'),(3211,2,'990ef6699a1ab8a0f6efb70e7173f59786f4190d',10265,'* code for task #6858.','wangyidong','2020-02-26 13:42:26'),(3212,2,'c00a40a60a08a475becc92757042ad3a62d0ee0e',10264,'* adjust for task #6893.','wangyidong','2020-02-26 10:45:55'),(3213,2,'c8721e83134864ef155de2314ff1d478e9997d43',10263,'Complete tasks #6904,#6899.','leiyong','2020-02-26 10:04:26'),(3214,2,'152faf26202b994c738a51bfd1051d7bb4a06c13',10262,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-26 08:50:57'),(3215,2,'2cdf9b3c7806c5bb5b4dfebd08e6bd430d37d491',10261,'* finish task #6858,6895.','wangyidong','2020-02-26 08:49:23'),(3216,2,'b1c55c5b6b69714d52ca5a13d5528553668b32f7',10260,'* fix file-input size.','Catouse','2020-02-25 17:46:20'),(3217,2,'e94de08b07b8335fbc2d99203384c75659359e8e',10259,'* code for task #6863.','wangyidong','2020-02-25 08:40:28'),(3218,2,'d9f45acdb510e40d58154dda5909ef3b6c67e17a',10258,'* code for task #6893.','wangyidong','2020-02-24 17:32:11'),(3219,2,'998c17937d80a3de724e9de9c99fbdd349311b40',10257,'Add the method of removing space.','leiyong','2020-02-24 17:30:06'),(3220,2,'17107567a5b4fd94068fa7582ba4490eae1339b0',10256,'* code for task #6893.','wangyidong','2020-02-24 17:24:29'),(3221,2,'73c47578bf0a5011570e8b386be17f1b9717ab5b',10255,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-24 17:11:12'),(3222,2,'c4dc4b6545bceb95cbfb396022535843b22a7bcb',10254,'* finish task #6893.','wangyidong','2020-02-24 17:10:35'),(3223,2,'07a96f311b37021c2962812ef6cecff3c984393e',10253,'Fix enterprise wechat message notification.','leiyong','2020-02-24 16:32:40'),(3224,2,'1d02b02fff2e44a462bb09f25b30b96248ba382f',10252,'Fix enterprise wechat message notification','leiyong','2020-02-24 16:16:14'),(3225,2,'6e046a16717b171d4baee2196ee960e771e6fea1',10251,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2020-02-24 14:12:45'),(3226,2,'8ba462ff46fcfb6e36bbc8cfe47fb64a004a375c',10250,'Adjust enterprise wechat work message notice','leiyong','2020-02-24 14:11:33'),(3227,2,'7b2949916b1df4dc0cc6bc91a1272d759f1227ce',10249,'* Fix for sql injection attack.','Yagami','2020-02-24 14:09:11'),(3228,2,'1edfbb8bc42656b8a324daa8c045137213f81605',10248,'Adjust enterprise wechat work message notice','leiyong','2020-02-24 14:03:08'),(3229,2,'325dbe1a5a3924e8ead26a5101b00618fceff07d',10247,'Modify enterprise wechat work message notice','leiyong','2020-02-24 10:48:46'),(3230,2,'f6a7fb114cc3031e02b77595d198dcb106817354',10246,'Zentao docking enterprise wechat work message notice.','leiyong','2020-02-22 00:30:36'),(3231,2,'c001e75780f17bb4afc1d705c45ed7e459a8fa99',10245,'* finish task #6856.','wangyidong','2020-02-21 12:27:05'),(3232,2,'c99bc8209eb299dda334c8dde87288be976ca0c9',10244,'* code for task #6889.','wangyidong','2020-02-21 10:06:30'),(3233,2,'cb6d24b7ff1f0c8720765a6a9cf39c6d82da2c3d',10243,'* code for task #6888.','wangyidong','2020-02-20 15:34:00'),(3234,2,'928147ac9173105a8f324fbbdcd10c83ae50206c',10242,'* finish task #6891.','wangyidong','2020-02-20 15:09:25'),(3235,2,'a49b81b30c0027f9a6bf23b90105f1e3094be367',10241,'fix bug 2635.','leiyong','2020-02-20 13:25:48'),(3236,2,'ebc464f295ecaef5c58f8e9b05526a6c2736bc87',10240,'* Add story type to batch create method.','chenfei','2020-02-20 09:21:59'),(3237,2,'310c31b8ec18c930b252322e53bb02a760b2dd1f',10239,'* License contact changed.','reneeteng','2020-02-18 17:18:31'),(3238,2,'a9d970c1c0a426e18ee5f25faba928df9edcfb76',10238,'Merge branch \'zentaopms_12.0.1\' of github.com:easysoft/zentaopms into zentaopms_12.0.1','leiyong','2020-02-18 15:34:07'),(3239,2,'08858a22557faa2eb46d00107fbcf75a80aaed03',10237,'* Fix my-task list width.','Yagami','2020-02-18 15:32:56'),(3240,2,'e9e500efb221084cac0c62f53d4ea9a9bd81b190',10236,'fix bug #2939,#2912 Finish the task #6901','leiyong','2020-02-18 14:43:31'),(3241,2,'a7120e1e4d71b90580948b224cf53b8e1ab634c6',10235,'* code for task #6890.','wangyidong','2020-02-18 13:15:06'),(3242,2,'d0652826ac3edbe64d88dd38baf601bfb2c4c9f5',10234,'* finish task #6905,6895.','wangyidong','2020-02-18 11:37:37'),(3243,2,'c7395c8b446f758fbc0b6a99904279ad5264d553',10233,'* Merge zentaopms_cmmi to zentaopms_12.0.1','chenfei','2020-02-17 14:02:00'),(3244,2,'4214b8910be95a8ab355f7f226686d7c1562199e',10232,'fix bug #2958,#2955,#2635.','leiyong','2020-02-14 17:47:16'),(3245,2,'205245f86fb1faddcf44fdfa0c6b0c08e81fb297',10231,'* add blame link.','wangyidong','2020-02-14 13:36:50'),(3246,2,'cb642cff44efa472687b1b4cfc910c2948ad5e52',10230,'* code for task #6870.','wangyidong','2020-02-14 11:48:47'),(3247,2,'d8d4cbf890fafea73ed3af020d4da7bdfd4d924e',10229,'* finish task #6871.','wangyidong','2020-02-14 10:45:35'),(3248,2,'bf705c1f1c590e558046095de5c310db83a953ba',10228,'* finish task #6872.','wangyidong','2020-02-14 09:29:43'),(3249,2,'24f67c7441871e1fcbbb005c5341d49895eb77ea',10227,'* change for priv.','wangyidong','2020-02-13 17:18:44'),(3250,2,'ec536afaa0cda11a081e2c8dd6e83457c0ab53b0',10226,'* finish task #6859.','wangyidong','2020-02-13 17:07:37'),(3251,2,'3b577dcc98e52c612e3763088ed220eb6bc6a60f',10225,'* finish task #6863.','wangyidong','2020-02-13 16:52:10'),(3252,2,'785a479c5b73b65aac980410a87e9f1d1e7a3069',10224,'* finish task #6863.','wangyidong','2020-02-13 16:50:11'),(3253,2,'fb9d64703b356ff363fc6e0ab0694f6bd50c3882',10223,'* adjust for xuanxuan 3.1.1.','wangyidong','2020-02-12 16:07:23'),(3254,2,'e2454a097b8ced4849d6a191624da4630df677df',10222,'* update zui.js.','Catouse','2020-02-12 11:12:40'),(3255,2,'d24304332fb766019dbdc64442d7ee3c000747d3',10221,'* add new version and upgrade.','wangyidong','2020-02-12 09:48:05'),(3256,2,'c13b25c3180ea5790b8996f1a64c124c9f8969ea',10220,'* adjust repo create and edit page.','wangyidong','2020-02-12 09:00:25'),(3257,2,'3a3dfd146fa56c7a5ba61299cf14f5f66f79992e',10219,'* change for xuanxuan.','wangyidong','2020-02-12 08:56:15'),(3258,2,'fb15a7a9d181a8f536954ba0c4e6e3e27d78b7f3',10218,'Merge branch \'zentaopms_12.0.1\' of github.com:easysoft/zentaopms into zentaopms_12.0.1','leiyong','2020-02-11 18:06:15'),(3259,2,'2b89c9f5f6ea10c87c3cb5706f67bb075f749214',10217,'complete task #6886,#6884,#6882,#6880.','leiyong','2020-02-11 17:58:46'),(3260,2,'60c64816eb58a5ac00df272dffb7e063f5462eef',10216,'* change for buile zentaoxx.','wangyidong','2020-02-11 17:28:57'),(3261,2,'62cb503271ad5e523f6774111d6b98a7fadeb436',10215,'* finish task #6885.','wangyidong','2020-02-11 17:19:08'),(3262,2,'f1c5df1fdf83838c5bad882d1eea490d265e1ec1',10214,'* finish task #6879.','wangyidong','2020-02-11 16:16:20'),(3263,2,'d433403d31915a47d6e9251addd741b9d52de1a5',10213,'* finish task #6878.','wangyidong','2020-02-11 16:14:11'),(3264,2,'e993b98b6fc915c556ec22c3fb456f860f9a6984',10212,'* finish task #6881.','wangyidong','2020-02-11 15:44:07'),(3265,2,'8bb1c86464681ec59b2a5a8e941ac01ecbf0ec74',10211,'* finish task #6883.','wangyidong','2020-02-11 15:41:59'),(3266,2,'12875d87743fe45ddf6a54f160636f87918f0166',10210,'* finish task #6887.','wangyidong','2020-02-11 15:36:44'),(3267,2,'097e2af3a0a217110c524466c38f97f49655a4cf',10209,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-11 15:13:47'),(3268,2,'5d97280b3a165cfcf029de5d7619a0c73cd9d285',10208,'* Fix error.','wangyidong','2020-02-11 15:12:58'),(3269,2,'da7eb8d364828f43b18981914bd04a48832ba347',10207,'fix issues report when code review','aaronchen2k','2020-02-11 14:56:25'),(3270,2,'bad736c081aab08cad28d6eef884f890c0129013',10206,'Merge remote-tracking branch \'origin/master\'','aaronchen2k','2020-02-11 14:48:24'),(3271,2,'777d34a30f3b2e0ba7c045cb6ccccc54970f15bd',10205,'fix issues report when code review','aaronchen2k','2020-02-11 14:47:55'),(3272,2,'6a91d77a3159d6bf3a16a96453aa1cde9c505fb4',10204,'* adjust code.','wangyidong','2020-02-11 12:04:24'),(3273,2,'b7f1e002c74d1eb9c29464abb5745aa8e1083f35',10203,'Merge remote-tracking branch \'origin/master\'','aaronchen2k','2020-02-11 09:35:46'),(3274,2,'8705944e92b0258fe96d7a3599272cb3631435a5',10202,'fix issues report when code review','aaronchen2k','2020-02-11 09:35:36'),(3275,2,'1a36b088c6ce76a45d9063092152ac18234a9107',10201,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-11 09:26:11'),(3276,2,'3111c7e36bad2dcdfc751a0292b756e788422f15',10200,'* change for build zentaoxx.','wangyidong','2020-02-11 09:25:38'),(3277,2,'e0ae913838f13f03fea2132750aedce855c3b1bb',10199,'fix issues report when code review','aaronchen2k','2020-02-11 09:03:09'),(3278,2,'cf2ad7c12d98608da79af401f37fbc901930cbc9',10198,'Merge remote-tracking branch \'origin/master\'','aaronchen2k','2020-02-11 08:46:35'),(3279,2,'ac4248fbe8f3bdd28382b233a9aa4f836128ea14',10197,'fix issues report when code review','aaronchen2k','2020-02-11 08:46:17'),(3280,2,'95b46e92fd8dc7ac3e07f2bc614551031b7a846c',10196,'update','aaronchen2k','2020-02-10 15:27:20'),(3281,2,'5b4c2874e835d3f229d2a70024b47c3e033a59ab',10195,'* fix error.','wangyidong','2020-02-10 15:15:08'),(3282,2,'22a510b5fa9a20c8ef94b29b6917d34a95fab38a',10194,'update','aaronchen2k','2020-02-10 15:08:52'),(3283,2,'77eddecece1149e537c6bcf5fac5fbc0bbe8da28',10193,'update','aaronchen2k','2020-02-10 15:06:52'),(3284,2,'ac0edaa7b98ac288cf295c88cf062db897f64b84',10192,'Merge branch \'master\' into zentaopms_ci_dev','wyd621','2020-02-10 14:40:44'),(3285,2,'383538685b0b77158675c358547e435013ca6174',10191,'* fix bug for repo-view.','wangyidong','2020-02-07 14:11:23'),(3286,2,'68b0fa26f3d7c1afe67457d1a2dbab7dbce48742',10190,'* marge from master.','wangyidong','2020-02-07 10:58:58'),(3287,2,'00799f1f7b3205f12f889836d284d1623ad95eed',10189,'* fix error.','wangyidong','2020-02-07 09:12:41'),(3288,2,'ab65bcd24f19524295952406fbeabf361d5821b4',10188,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-02-06 14:12:54'),(3289,2,'03e06b6e7de662e94a0a50ee431ed91ac50ee0af',10187,'Fix bug #2941,#2937.','leiyong','2020-02-06 14:12:23'),(3290,2,'6560eff7d201b9ceb7871b00b1ccc9e60d79b531',10186,'* finish task #9790 for zentaobiz.','wangyidong','2020-02-06 10:59:04'),(3291,2,'92f366b76754b17c57f51a6a9b376c6742dec945',10185,'* code for task #6849.','wangyidong','2020-02-06 09:01:41'),(3292,2,'12277bda9c6bb7861640f946dcd770db1330cd22',10184,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-05 17:33:58'),(3293,2,'616d01b015518928a78cec4cae1aa7f5b55d3d4f',10183,'* fix bug.','wangyidong','2020-02-05 17:30:21'),(3294,2,'58f5936bae317490f48e0919f1d2519077863c38',10182,'* finish task #6820.','wangyidong','2020-02-05 17:29:21'),(3295,2,'87df6db7ac581446d0ab096fdf9c21022c378a39',10181,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-02-05 15:55:21'),(3296,2,'7a56b4506d4bf6c2a1d945be9735d326ed64c3da',10180,'Fix bug #2929,#2932,#2943','leiyong','2020-02-05 15:54:29'),(3297,2,'ef1f4483d2e95dfbf56ddfe8833f534f72b19477',10179,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-05 15:23:12'),(3298,2,'cf294a7f109460565770203c2a1776ad9fd81715',10178,'* task #6807, messager not work.','Catouse','2020-02-05 14:29:25'),(3299,2,'21b04fff1c42b33b25a8baff86510a0d6e375129',10177,'Merge branch \'master\' of github.com:easysoft/zentaopms','leiyong','2020-02-05 14:23:21'),(3300,2,'c61f161423f28254311f11628afdcfc1c5b23ead',10176,'fix bug #2918 and #2922','leiyong','2020-02-05 14:22:35'),(3301,2,'58685284b8a88e40e4b5f976781178e4257b7e3e',10175,'* finish task #6850.','wangyidong','2020-02-05 13:44:58'),(3302,2,'3a61cc87e829868999be28c131dd366bc1fb62c8',10174,'* finish task #6821.','wangyidong','2020-02-05 11:31:59'),(3303,2,'e88f364a0a83fde21398c6ac2be89b1cda0b95cf',10173,'* finish task #6824.','wangyidong','2020-02-05 11:03:46'),(3304,2,'96adea19b97df2ee37b9f7ca8ea07b3f36bba9b2',10172,'* finish task #6837.','wangyidong','2020-02-05 10:57:50'),(3305,2,'4db7034029bf18478a432553c32e25dbe5238dbb',10171,'* finish task #6849.','wangyidong','2020-02-05 10:06:14'),(3306,2,'543ca29c736d71540ce822c465cc0b1433243b14',10170,'ignore to exec jenkins job if not exist','aaronchen2k','2020-02-04 22:39:50'),(3307,2,'038dc34c3b1194bfe8f3381c7025b00b166ab021',10169,'fix a icon bug','aaronchen2k','2020-02-04 22:24:29'),(3308,2,'a4081009e82b788c67f8cbed34175b13e1ebd2bb',10168,'fix a icon bug','aaronchen2k','2020-02-04 20:20:30'),(3309,2,'2a252bb16f650f8c908e6137f5277e50d8767ac9',10167,'fix a icon bug','aaronchen2k','2020-02-04 20:20:24'),(3310,2,'8cf8cae1686dcb23335dea96356cade70f26c11e',10166,'jenkins password encrypt','aaronchen2k','2020-02-04 20:19:44'),(3311,2,'4d464543b38c14d69bd6c114d859ad64df76cad9',10165,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-02-04 17:36:32'),(3312,2,'6fc074f237b1e47380d214f72cbacda53e940aee',10164,'* code for task #9812.','wangyidong','2020-02-04 17:34:13'),(3313,2,'2ed202d5a43acb7676108753fb7b22181a61738a',10163,'fix bug #2926','leiyong','2020-02-04 17:33:26'),(3314,2,'d9af838a9cc1a3e3f45865cc64c7f7fc8589efa6',10162,'fix a icon bug','aaronchen2k','2020-02-04 17:26:30'),(3315,2,'8c05ec4e3ed1d3dbdce96f40d19165b72e745e86',10161,'* finish task #9811.','wangyidong','2020-02-04 17:11:01'),(3316,2,'90ec6f30df010c9cfb997c74267e02416107fa75',10160,'1.fix bug #2931 2.fix bug #2924 3.fix bug #2919 4.fix bug #2917 5.fix bug #2914 6.fix bug #2913 7.fix bug #2910 8.fix bug #2904 9.fix bug #2897 10.fix bug #2896 11.fix bug #2894','leiyong','2020-02-04 15:40:31'),(3317,2,'9ecf575c3cbf3bdd8ef6755f1313389e9e61d1bc',10159,'fix the bug about jenkins build request and status checking','aaronchen2k','2020-02-04 14:30:41'),(3318,2,'dbd4f4a960cf9d73c916b86a826fab9e62a8990e',10158,'fix the bug about jenkins build request and status checking','aaronchen2k','2020-02-04 14:25:07'),(3319,2,'f10482e3ab744ab5f2b56f40b98e5be2e1877e6f',10157,'update sql','aaronchen2k','2020-02-04 11:34:01'),(3320,2,'86d47c5fd26a455090e4e77e137e08853d2eab21',10156,'update sql','aaronchen2k','2020-02-04 11:18:02'),(3321,2,'db4810a582acf822e0fe39c2014bd3a81211717d',10155,'order by table header','aaronchen2k','2020-02-04 10:11:04'),(3322,2,'dda120936d54e932d5b99f5aabdec764c082b4a1',10154,'change git and svn to use the encoding defined in repo table','aaronchen2k','2020-02-03 17:42:48'),(3323,2,'a3a7b045312fcad26fd1cec2eb49477e162d31a1',10153,'english translation','aaronchen2k','2020-02-03 15:40:31'),(3324,2,'4e08aed4f67615cb9918e2e795a9cfcf4e780659',10152,'english translation','aaronchen2k','2020-02-03 15:37:02'),(3325,2,'56392dd1518d52f9e93e8496ea998f936f3aad6d',10151,'english translation','aaronchen2k','2020-02-03 14:35:36'),(3326,2,'354ac537c36b6b75fcfb8c3c6a875c5daea57a99',10150,'* finish task #9799 for zentaobiz.','wangyidong','2020-02-03 14:01:44'),(3327,2,'091a6b47434229b9522f6bb0a45e2ef257d9dc1b',10149,'save tag build histories to db for svn repo','aaronchen2k','2020-02-03 10:57:14'),(3328,2,'b6ec537ec3f4ee3d4f94142ca6964673edc37abb',10148,'hide account fields in create, edit page for git','aaronchen2k','2020-02-03 09:15:56'),(3329,2,'f8d9a16082c13528d9d272bbc5133b3892e491f4',10147,'jenkins password encrypt','aaronchen2k','2020-02-01 18:28:50'),(3330,2,'cc1bfffe4002f50af15ec2e910aeba325e222615',10146,'success to exec jenkins job via svn commit log','aaronchen2k','2020-02-01 17:52:38'),(3331,2,'04711ab65a7fb5c4c74acce8d5198befb6bfacaf',10145,'success to exec jenkins job via svn commit log','aaronchen2k','2020-02-01 16:58:24'),(3332,2,'01a282a40caa5ae591e71353727c5f2213a6fcbb',10144,'parse commit coments actions on log level and save','aaronchen2k','2020-02-01 16:29:07'),(3333,2,'a565b96d885dcbb73fb66936d2ca574ce9789679',10143,'parse commit coments actions on log level and save','aaronchen2k','2020-02-01 15:58:57'),(3334,2,'575d7ce5497c363f3f4f993d2dfc41d371a25046',10142,'test svn sync and commit actions updating','aaronchen2k','2020-02-01 15:52:03'),(3335,2,'2b0ca554152aecfccc3625c099afb6b0e83a47ad',10141,'test jenkins job','aaronchen2k','2020-02-01 11:33:33'),(3336,2,'d6b640e9263e657d5124d114ba26c0d9948d4d9c',10140,'add scmUtils class','aaronchen2k','2020-02-01 11:18:30'),(3337,2,'6dd177d10406ff7fddc155da8d67cfde9c2b68cc',10139,'test svn sync','aaronchen2k','2020-02-01 10:25:28'),(3338,2,'b713feabc5ea22927f5531f4fbbc5720757557eb',10138,'test and fix issues about svn','aaronchen2k','2020-02-01 09:52:58'),(3339,2,'4637b81362153870a9495b3d71f28b448e49fc1e',10137,'fix bread crumb','aaronchen2k','2020-01-31 22:19:15'),(3340,2,'1f970ba9af098c49ab2a6f580d988a87cc78174e',10136,'add tips for git sync','aaronchen2k','2020-01-31 21:25:36'),(3341,2,'045ce83aaac26112a1e997bca31bd963942d4dda',10135,'enable git sync in sys.cron','aaronchen2k','2020-01-31 21:19:43'),(3342,2,'90d169bb356efc9fd48575b08facec73a2f3db14',10134,'disable git sync in sys.cron','aaronchen2k','2020-01-31 21:00:03'),(3343,2,'6d22828f9f816a2dba978232b17e075f02a0f877',10133,'disable git pull in git->run interface','aaronchen2k','2020-01-31 20:57:22'),(3344,2,'57b0bd7c6aedf4da6c01fe42814afe53c8443dee',10132,'changes for original repo and ci models combination','aaronchen2k','2020-01-31 20:51:27'),(3345,2,'b6d68f10b7cd5d0353a1fafdca071ae830b0827d',10131,'changes for original repo and ci models combination','aaronchen2k','2020-01-31 18:31:08'),(3346,2,'3b0625087b558bf3b01dd0be00bad6784ab766c9',10130,'update db schema','aaronchen2k','2020-01-31 17:54:01'),(3347,2,'da17966c41b7db1c55cfd555dd55377ec73fb6f9',10129,'update db schema','aaronchen2k','2020-01-31 17:43:35'),(3348,2,'40bc31e0d1a2f884b478b650f55665117590a8b0',10128,'changes for original repo and ci models combination','aaronchen2k','2020-01-31 17:14:52'),(3349,2,'62446a0d87d49e4be79b7124e010e9e7b6a143f3',10127,'changes for original repo and ci models combination','aaronchen2k','2020-01-31 10:39:50'),(3350,2,'a82cb65366ecdc99a30377daf18b2435a2c15d66',10126,'update codes for original repo and ci models combination','aaronchen2k','2020-01-31 10:34:29'),(3351,2,'1c7790f003454e3955af6455cabf327febfd935d',10125,'* fix bug #2193 for backyard.','wangyidong','2020-01-31 08:54:53'),(3352,2,'532b73008a47400e69118ebc49c5e593374af451',10124,'* adjust for project burn.','wangyidong','2020-01-31 08:47:45'),(3353,2,'fcc21286d3835373ccd2b314c176057c920da8db',10123,'* adjust for doc file size.','wangyidong','2020-01-31 08:45:20'),(3354,2,'de8106ab82895ab1de0abe1fc857ecb446bf1c9e',10122,'fix menu issues','aaronchen2k','2020-01-23 17:16:00'),(3355,2,'96b6c17213b84caa0c734ccc95832825f9d7fdaf',10121,'keep repoID in submenu link for bookmark','aaronchen2k','2020-01-23 16:47:26'),(3356,2,'deb95b19277c93f1448dc0b9daa1c3d653ad5683',10120,'combine repo, ci and jenkins modules under same top module','aaronchen2k','2020-01-23 16:43:28'),(3357,2,'b32e37edd16146bceb1c703403d84bc51f8773f0',10119,'update menu etc.','aaronchen2k','2020-01-23 16:33:04'),(3358,2,'9e8b73a6e3987326606f28b069afcee6792f387a',10118,'update menu etc.','aaronchen2k','2020-01-23 16:30:22'),(3359,2,'b6c5cb2170310d2cf858a41b333dea5d7e884433',10117,'show/hide repo dropdown-list','aaronchen2k','2020-01-23 11:13:08'),(3360,2,'95759739c211401ebc99565e588d76d4ac5ca13d',10116,'cp repo codes from pro version','aaronchen2k','2020-01-23 09:25:27'),(3361,2,'165fb141d16b74664d5e1271a1bf6669860c3cee',10115,'remove','aaronchen2k','2020-01-22 14:10:50'),(3362,2,'4c12a5eb9874c75e870af57d7957cb4330add347',10114,'move common lang items to ci module','aaronchen2k','2020-01-22 10:27:27'),(3363,2,'d850fbb48f76bbdc1816f7ee8b550d49499f9ced',10113,'show last build status in ci task list','aaronchen2k','2020-01-21 14:53:14'),(3364,2,'06afbed435bda2747c1909e5c48c15110e343ff9',10112,'update breadcrumbs for ci module','aaronchen2k','2020-01-21 11:09:49'),(3365,2,'63f4390c7afead244af27d3fc260a8ca8a8499af',10111,'update breadcrumbs for ci module','aaronchen2k','2020-01-21 10:50:54'),(3366,2,'05112f1f6b66c337ab5b5584f0f8043a6185e2e1',10110,'add jenkins task exec and logs view pages','aaronchen2k','2020-01-21 10:40:06'),(3367,2,'dda5956ad7636808eb9ab898df09ac2916f0908b',10109,'fix a issue about check jenkins build status','aaronchen2k','2020-01-21 08:31:16'),(3368,2,'e99191ea74e01e3cb19135aa22c0358ea3c7bced',10108,'config menu for each ci submodule','aaronchen2k','2020-01-20 16:42:14'),(3369,2,'16c4973fc92c86a32883611b9c7084374bd984f5',10107,'remove settings and delete button in repo module','aaronchen2k','2020-01-20 16:16:28'),(3370,2,'8ebb28364d4f0cfa203a5f52ba39841f99cb81ce',10106,'split ci module to more than modules','aaronchen2k','2020-01-20 15:07:36'),(3371,2,'872ed15283e5101a5514cd9796a1c09776156f22',10105,'split ci module to more than modules','aaronchen2k','2020-01-20 14:43:36'),(3372,2,'128b85491c12eb428b1f8b8a3b5afb7bf5e1e63f',10104,'split ci module to more than modules','aaronchen2k','2020-01-20 13:26:59'),(3373,2,'0683dba9df0ca56253dba8fc45c1ec8759cd69c2',10103,'split ci module to more than modules','aaronchen2k','2020-01-20 12:27:42'),(3374,2,'c2ad881b2157569c601870ba0aff9edc9bbbaf3e',10102,'success to build ci task by using tag like build_#15','aaronchen2k','2020-01-18 11:02:02'),(3375,2,'86af65c50f553134681cd64a0d74926cb368209c',10101,'success to build ci task by using tag like build_#15','aaronchen2k','2020-01-18 10:47:28'),(3376,2,'59a4a2c894482e08e30edddd7cd65d47ef6e0561',10100,'fix isssue related to delete cron job','aaronchen2k','2020-01-18 10:34:39'),(3377,2,'14557c09db3c38730d9dac4f90d21457623f395e',10099,'analyze new tags and launch ci task if needed','aaronchen2k','2020-01-17 12:28:58'),(3378,2,'25cd1dbc772162b64d81f713b5b74ed98271999a',10098,'support cron expression','aaronchen2k','2020-01-17 09:47:18'),(3379,2,'3d7e26a68ed47cae7e3864cfecbf993045acd7b4',10097,'to support muti-line and more than one commands in one commit','aaronchen2k','2020-01-16 19:47:27'),(3380,2,'6377632586420c311fc505cce2eaec0053fddb7c',10096,'to support muti-line and more than one commands in one commit','aaronchen2k','2020-01-16 19:46:58'),(3381,2,'e0d81af997ba5ae033209a86e7fbad843cd90c43',10095,'to support muti-line and more than one commands in one commit','aaronchen2k','2020-01-16 18:39:41'),(3382,2,'74e29ce8be87b1479c16af6def7744a19dcd0fce',10094,'to support muti-line and more than one commands in one commit','aaronchen2k','2020-01-16 17:11:45'),(3383,2,'5436139ed6c7eff954195358c2a97f220e460b78',10093,'* adjust caselib for workflow and fix bug.','wangyidong','2020-01-16 15:59:53'),(3384,2,'55a78e0b79cf04c7e44b3c400bc5b10f3393a237',10092,'* adjust for get branch.','wangyidong','2020-01-16 15:58:24'),(3385,2,'c907c58583eca69c9b9ff2753297770cdb29af78',10091,'* fix bug #2194.','wangyidong','2020-01-16 15:56:36'),(3386,2,'341171bf1ae27610fe4b90f009e5cf5f2b645d64',10090,'updte cron log format when output is empty or big','aaronchen2k','2020-01-16 15:23:50'),(3387,2,'fb7a45efe38da108df74a3cae002e8915661a121',10089,'retrive commands from code ci comments','aaronchen2k','2020-01-16 14:29:05'),(3388,2,'2ce41370aabe2eb30f8374ab166977d95a8e1617',10088,'test and fix cron issue','aaronchen2k','2020-01-16 10:20:26'),(3389,2,'f32d591d7e6d2e2ad42fe9f54b7786d4fab8b50a',10087,'add tips for repo clone','aaronchen2k','2020-01-15 20:21:14'),(3390,2,'4ea43cbed7eefbf311d8daa4ef131a9a85ffaebb',10086,'add tips for repo clone','aaronchen2k','2020-01-15 20:18:56'),(3391,2,'dbf2a285c2eaef98898ac8ca50647872757616c1',10085,'add tips for repo clone','aaronchen2k','2020-01-15 20:18:52'),(3392,2,'e7e9f8a86a143f38792da2667b3e14300a195fe1',10084,'update cron->ajaxExec method to support params','aaronchen2k','2020-01-15 20:18:03'),(3393,2,'4d3f2abc9041fddc9ee600d1a385586ce6449dda',10083,'update cron->ajaxExec method to support params','aaronchen2k','2020-01-15 19:15:16'),(3394,2,'348cd174d1a82334780c5f7d3f8cb8962809f9ad',10082,'update cron->ajaxExec method to support params','aaronchen2k','2020-01-15 18:57:43'),(3395,2,'a221caebbff0c61eeee1c7020f12f3e52435ffa6',10081,'update cron->ajaxExec method to support params','aaronchen2k','2020-01-15 18:54:40'),(3396,2,'e6ce735079ddb727e710f0d109e022de20aea6ab',10080,'update cron->ajaxExec method','aaronchen2k','2020-01-15 18:54:21'),(3397,2,'c04650c507beeaf4969ecb09b155dc0889d85117',10079,'add regx for commit comments command to retrive action, entity type and id','aaronchen2k','2020-01-15 16:12:48'),(3398,2,'a2970bdacf3e09e65701022d2f4997e2a9c32a44',10078,'create, update, remove cron job for ci task','aaronchen2k','2020-01-15 15:40:39'),(3399,2,'933ebacfb5b18927cbe2b1a81bcdd6cab16a2368',10077,'add job into zt_cron table to check citask status every 5 mins','aaronchen2k','2020-01-15 13:43:10'),(3400,2,'af258f8fdf26e0cd2904820a387b50bddfcee7df',10076,'move exe button to edit citask page, add request success tips','aaronchen2k','2020-01-14 17:33:41'),(3401,2,'b0e0b7f9fae766695518e97356701685dc828e58',10075,'* adjust for zentaobiz.','wangyidong','2020-01-14 16:33:03'),(3402,2,'0b2e26085fb9beb117f689d0d95d175ed0c1157f',10074,'retrive jenkins build status and logs via remote api, then save to db','aaronchen2k','2020-01-14 16:13:33'),(3403,2,'9e6cc728347cc45830f6d082d32729256be8f2c1',10073,'get queueItem of jenkins task and save','aaronchen2k','2020-01-14 15:10:02'),(3404,2,'725f6a93ff2fee40dc08effe0e56b1a920796ed2',10072,'get $queueItem = $this->sendBuildRequest($buildUrl);','aaronchen2k','2020-01-14 15:07:55'),(3405,2,'9cfc73c4cadfebe87a0f8290f22e12a9a58ed6d8',10071,'save build into db','aaronchen2k','2020-01-14 13:39:25'),(3406,2,'35d72f80e77e1df4f6efde7f9aca6e68e6092ffb',10070,'support username/password credential','aaronchen2k','2020-01-14 10:48:37'),(3407,2,'e7b3c90be1c931f57b0de56c0846ca10c5a7180c',10069,'support username/password credential','aaronchen2k','2020-01-14 10:25:13'),(3408,2,'6d8b6d40459dd24075058593d7f12b7feeeaa681',10068,'success to build jenkins job by calling remote api','aaronchen2k','2020-01-13 17:31:40'),(3409,2,'3409e84d8787886060607309f248f8444b55796e',10067,'* fix bug #2182.','wangyidong','2020-01-13 16:52:17'),(3410,2,'3de40ee5b2d5435dfa1314074949ea5ef9a5e073',10066,'* finish task #2201.','wangyidong','2020-01-13 14:56:23'),(3411,2,'bdbbebc7958c30cc7939ccb77dde67d56bd8cf4d',10065,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2020-01-13 14:31:33'),(3412,2,'0222add8d52f46e8a83ea6405a19152c3f727e92',10064,'* fix bug for less than php5.6 for search.','wangyidong','2020-01-13 14:22:53'),(3413,2,'91e680de2fc413bee6e899ddb33c1862e6a8137c',10063,'sync repo by using a page button','aaronchen2k','2020-01-13 11:09:37'),(3414,2,'b6c7f38e1aa06d60e3167a7e13891c19e64ee5be',10062,'exe git pull and retrive git log','aaronchen2k','2020-01-10 18:16:26'),(3415,2,'46f9b8f33de45c3565f0b69f6fa7a10358e4a297',10061,'add ci related tables','aaronchen2k','2020-01-10 08:54:25'),(3416,2,'1b39583477a1f0050802106b750246a7337a41a9',10060,'ci tasks form validation','aaronchen2k','2020-01-09 17:09:09'),(3417,2,'0a4262a3108b61d9556841205aa6a5e851708269',10059,'ci tasks crud','aaronchen2k','2020-01-09 16:50:47'),(3418,2,'c1cd688f28bea5bedb28e32c7f227e979d88a865',10058,'edit ci tasks','aaronchen2k','2020-01-09 16:41:29'),(3419,2,'e6f7211ddd5e0a46b5b292eabc35f7e8391298e1',10057,'edit ci tasks','aaronchen2k','2020-01-09 16:18:39'),(3420,2,'2d9115809710ce4cfd1bc34e752360e78aea94b5',10056,'list ci tasks','aaronchen2k','2020-01-09 15:16:45'),(3421,2,'d761095adcc5c2f54ac7deb8475130defbded116',10055,'* Update company info on install to EasyCorp.','reneeteng','2020-01-09 10:35:00'),(3422,2,'13aa690b33cd38419ee7e973f6872e92618a8821',10054,'* fix form setting in todo/batchcreate view not work.','Catouse','2020-01-09 09:52:17'),(3423,2,'a786e50b33ea4b63fe53dbf4e6ba4f5849fdc1eb',10053,'fix issues for code standards','aaronchen2k','2020-01-08 20:24:31'),(3424,2,'a90154075fd4182890708ee36a092b40050da860',10052,'fix issues for code standards','aaronchen2k','2020-01-08 19:56:47'),(3425,2,'9140195e46b80edcd9f7c61be9209750dbdc82f1',10051,'* update ja language file.','Catouse','2020-01-08 15:03:31'),(3426,2,'e2efd30948f61b661edf2c88ed180d3367cd0958',10050,'* fix bug for show annual data.','wangyidong','2020-01-07 08:49:09'),(3427,2,'89329621d37db4b9250a57c1ee53c84fed76c1db',10049,'* adjust for annual data.','wangyidong','2020-01-06 16:50:15'),(3428,2,'cc4f8f8b5898f182076efd6975bd7fdd7da5d290',10048,'* fix get current version for xuanxuan.','wangyidong','2020-01-06 09:21:40'),(3429,2,'b9fda95ee7bf36c864dcfdc1e75154ebb5e001f2',10047,'* adjust for show modal.','wangyidong','2020-01-03 17:29:45'),(3430,2,'2669b7ecbc2c2c6dae7c5b928f6874308e1be3a7',10046,'* adjust for misc lang.','wangyidong','2020-01-03 14:21:59'),(3431,2,'afaffd2a0c785e9fff9c8f7d93686b769d001934',10045,'* fix bug for download client.','wangyidong','2020-01-03 13:31:19'),(3432,2,'0350bba919b3b75ba31577621cb78afdaac613c9',10044,'* fix bug.','wangyidong','2020-01-03 11:21:04'),(3433,2,'3b46b721918d6789d3b32ed11b978d2d8f6d34c2',10043,'* remove annualData priv.','wangyidong','2020-01-03 11:00:22'),(3434,2,'762b02b73a2da3744c250f5225aa4f81616b78d8',10042,'* fix sql.','wangyidong','2020-01-03 09:08:34'),(3435,2,'969b595647f3f5c34168c5e55f7dd979cbaa0e1f',10041,'* adjust standard sql.','wangyidong','2020-01-03 08:44:22'),(3436,2,'5088fcc659ef12319908a21bba0df62b978e9082',10040,'* add new version and upgrade.','wangyidong','2020-01-02 16:53:24'),(3437,2,'469bf66645a0f0f1942329cf34aa1402001625d2',10039,'* add for annual guide.','wangyidong','2020-01-02 15:22:37'),(3438,2,'21eac24e811922c973972a080e7ebfdcf9cad529',10038,'* add index for repobranch table.','wangyidong','2020-01-02 13:51:33'),(3439,2,'83d1e91569c83926c4b20a4295b51394f9b191e8',10037,'* adjust for sync latest comment.','wangyidong','2020-01-02 13:50:51'),(3440,2,'6ca9be415b01eecc52b9eaecb320adfe51439f56',10036,'* fix for create cycle todo.','wangyidong','2020-01-02 10:09:23'),(3441,2,'be62d9d8b7c30b9375402fa17197e8a91c74c829',10035,'* change first char to upper.','wangyidong','2020-01-02 10:02:20'),(3442,2,'3dabfc1b45dbb95bf2c2aec33be75ba22d09556b',10034,'* adjust code.','wangyidong','2020-01-02 10:00:17'),(3443,2,'7af8e82c0d2b99bb37547d43c58017f7168f92aa',10033,'* code for upgrade.','wangyidong','2020-01-02 09:45:21'),(3444,2,'c32da306ee77f651bd8e94b07fd703d68b07adc1',10032,'* revert for api sql.','wangyidong','2020-01-02 09:12:37'),(3445,2,'f1308dfb46bd904c28475219dca7d1f54ce3b173',10031,'* adjust code and add note.','wangyidong','2020-01-02 09:10:04'),(3446,2,'3e938c780f0612b306828f4ec9afdb5bf3ca7ee7',10030,'* fix bug #2905.','wangyidong','2020-01-02 08:52:11'),(3447,2,'e8d68110569ee7904c13fcaa91ce0a4d883cd52e',10029,'* adjust for repo log page style.','wangyidong','2020-01-02 08:25:47'),(3448,2,'56aee06518aa375de77161194ba70dcc5829b947',10028,'* change QA to Test.','wangyidong','2019-12-31 15:32:07'),(3449,2,'384b1b2f24069765dbd6f8bdc51286de5c1ce6d2',10027,'* set default year.','wangyidong','2019-12-31 15:03:22'),(3450,2,'59b479d21de4ee6d6cc280085318fcfe2fd215df',10026,'* Only get table for zdb.','wangyidong','2019-12-31 14:47:30'),(3451,2,'6f3f653283e7d82963cceb3999dde47aa51974b1',10025,'* delete nozip setting.','wangyidong','2019-12-31 14:41:26'),(3452,2,'4af4dbc22b545e142850a9b0f2bdf09b28db5a3f',10024,'* set from cookie for doc-index page.','wangyidong','2019-12-30 16:51:02'),(3453,2,'ce6d2e8d0b02e165785df5651096aa2463ec88ac',10023,'* fix bug #2634.','wangyidong','2019-12-30 15:48:00'),(3454,2,'ac5dcd25e436c33eeb761bfebda277be2de6a418',10022,'* fix bug #2898.','wangyidong','2019-12-30 15:11:24'),(3455,2,'c32bd3d3d692970966f465727e72f79eb3b83d33',10021,'* fix bug #2906.','wangyidong','2019-12-30 14:29:33'),(3456,2,'ce7012569c054a9c161a590acbc2e7a7af111575',10020,'* adjust for child plan.','wangyidong','2019-12-30 14:13:04'),(3457,2,'eed8f813be2084d1241568402bb3584e9f0db2a3',10019,'* adjust for get finished task for annual data.','wangyidong','2019-12-30 13:21:26'),(3458,2,'9c472e39e9d8b0e7f43b9ddbd926c0b8fa2a43a5',10018,'* adjust for get finished tasks.','wangyidong','2019-12-30 10:41:58'),(3459,2,'b7b132baa575d879c219ded92b2e8ef2230f612a',10017,'* fix bug for error word.','wangyidong','2019-12-30 09:08:45'),(3460,2,'9a795c4755b7b725fff44d5117b9c20799f870dc',10016,'* adjust for annual data.','wangyidong','2019-12-27 16:47:02'),(3461,2,'683ee3a2b706a006c6603ae3041642dd1c7df74d',10015,'* Lang update for new features.','reneeteng','2019-12-27 16:29:34'),(3462,2,'5232526ec5e41d76c57c86e486821bf0844e5c01',10014,'* adjust code.','wangyidong','2019-12-27 15:56:22'),(3463,2,'96e560a04b4882aa9e610b8d88af66f76a6d9b7f',10013,'* adjust for annual data page.','wangyidong','2019-12-27 11:30:04'),(3464,2,'cb60f926d91c1295c2645b0de49681ee55548543',10012,'* adjust code.','wangyidong','2019-12-25 17:35:52'),(3465,2,'a1f9c6b4bd0f9b6fca68ab12886543e7ec88cf36',10011,'* fix bug for search.','wangyidong','2019-12-25 16:56:06'),(3466,2,'b7fb920a88f93d4e3455091579483ea2d97bbc0a',10010,'* fix bug for search bug.','wangyidong','2019-12-25 16:32:50'),(3467,2,'01c80aa46e587075a06282412b8e687e539c4ca0',10009,'* fix bug.','wangyidong','2019-12-25 16:04:59'),(3468,2,'d3e0128a42ffa62e7f8caa7959780be6f3bb624f',10008,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-25 15:54:57'),(3469,2,'3bd354fa8d6ea8f4e0bb2e96dfa05463605a4b38',10007,'* code other lang.','wangyidong','2019-12-25 15:52:42'),(3470,2,'b713f4bdb8a7f8ba661103ae87a6970f928500ce',10006,'* fix zui.table multi-languages not work.','Catouse','2019-12-25 15:10:02'),(3471,2,'4cfa0b035bd36b96fa5bf51ed1dda3526dc6dd04',10005,'* adjust for annualdata style.','wangyidong','2019-12-25 15:04:57'),(3472,2,'67b1e6f7b1077a9570e17e144310c1ce08fe6945',10004,'* add note for report module.','wangyidong','2019-12-25 14:25:33'),(3473,2,'fab5c4a9d8de3ef6b3db8e42922eec1b5d6488ef',10003,'* adjust for qa role annualdata.','wangyidong','2019-12-25 11:27:30'),(3474,2,'9a30b4a9d4b71a7a70b02aa01d7a555a1725e576',10002,'* add priv for annualData.','wangyidong','2019-12-25 10:36:32'),(3475,2,'a401599f7f13b97725a046589a02ed2bfbb6f7f7',10001,'* adjust for send method.','wangyidong','2019-12-25 09:52:49'),(3476,2,'734ad0477aabfe9a9a6aecb369b304e63729afec',10000,'* remove xhtml js for create project or product.','wangyidong','2019-12-25 09:51:55'),(3477,2,'3504dfefa7cd0df39dcf1cbaf04d362996d6086f',9999,'* code for task #6759.','wangyidong','2019-12-25 09:50:17'),(3478,2,'81e73e61f1b4a233a6d06d32730801d406ddd607',9998,'* finish task #6759.','wangyidong','2019-12-25 09:40:58'),(3479,2,'5eb7f1c04c8409e29a279fe9fbf3dea04db43cd6',9997,'* finish task #6769,6768.','wangyidong','2019-12-25 09:33:40'),(3480,2,'1c33392243cd7d71049ed364d5915d30be07a285',9996,'* fix error for create doc in project or product.','wangyidong','2019-12-25 09:32:21'),(3481,2,'0a52b546ababc49b331097e4ac5bbf51080463fc',9995,'* fix error.','wangyidong','2019-12-25 09:30:43'),(3482,2,'4b36aae25e9c0c8b969e548db06b2b38af2a3fd0',9994,'* support export annual data to image file, task #6762.','Catouse','2019-12-23 15:26:21'),(3483,2,'19bf49917cded8057c6e5d912e2f1b40bc2faab7',9993,'* fix bug for show doc.','wangyidong','2019-12-23 14:31:09'),(3484,2,'b52db4086ba0f6630d5bc0411b3d65964df76c88',9992,'* update report/annualdata view.','Catouse','2019-12-23 13:58:53'),(3485,2,'21175d9e759f58a48884120b9a570a158aaafdb5',9991,'* update report/annual data view.task #6762, task #6161.','Catouse','2019-12-23 13:57:21'),(3486,2,'9032cf27fd076bcce9f2fe30d760e92e2943b990',9990,'* update report/annualdata view.','Catouse','2019-12-23 10:44:16'),(3487,2,'9d5eb87b1a0e6b85a87fc7d2ca9dca04308a23cd',9989,'* update report/annualdata view.','Catouse','2019-12-23 08:15:31'),(3488,2,'dc96a7879a886f84d573b586fe32fc67dbdc0e8c',9988,'+ add report/annual data view.task #6762, task #6161.','Catouse','2019-12-20 17:33:32'),(3489,2,'1a77048053a440bd3b3b7bf6bea737d95616a36c',9987,'* fix bug for weixin note in webhook.','wangyidong','2019-12-20 14:25:33'),(3490,2,'5771ab2a4b9da8dfb1de7dfa5863c5409399a7d5',9986,'* code for task #6697.','wangyidong','2019-12-19 13:19:11'),(3491,2,'0264e1bf1ecbbea15bc100b30d6765b24c007151',9985,'* revert upgrade.php.tmp file.','wangyidong','2019-12-19 09:32:59'),(3492,2,'33bcfd2fc8f2f558f27dd457eb881d07821fd863',9984,'* finish task #6605.','wangyidong','2019-12-19 09:31:17'),(3493,2,'fffcd64aa0bb2a7df262e3bdde357f717b02875d',9983,'* finish task #6675.','wangyidong','2019-12-19 09:15:43'),(3494,2,'3ed10d17f64bf7f99739ae336341447a5e47ee90',9982,'* adjust style.','wangyidong','2019-12-19 08:21:35'),(3495,2,'2ff8e8afbebc3da0cde66e5138e659af9106bed4',9981,'* update zentao-integrated for xuanxuan.','wangyidong','2019-12-19 08:19:41'),(3496,2,'ed5f700a86c1887adc3f0cdbfece242566ef1361',9980,'* finish task #6694.','wangyidong','2019-12-19 08:17:01'),(3497,2,'44ca4924219d35e781815622b8a0209d090fe35d',9979,'* finish task #6697.','wangyidong','2019-12-18 15:24:54'),(3498,2,'24dd889cf0660156614246529eb5014f26fe1c18',9978,'* fix bug #2684.','wangyidong','2019-12-18 14:03:00'),(3499,2,'fff6abfaf697bdc7cd2cfb5813840bc62d341307',9977,'* fix js error.','wangyidong','2019-12-18 13:11:43'),(3500,2,'f29fdfd106115c129ff0ac0bdc43e8d0c7398355',9976,'* finish task #6760.','wangyidong','2019-12-18 13:07:49'),(3501,2,'d0c070436dcb25ff28da767f4d747b72a1857c1e',9975,'* code for story #4411.','wangyidong','2019-12-18 13:05:52'),(3502,2,'8849f38d4ce787951e1ce847b83a8861fb85519d',9974,'* fix error.','wangyidong','2019-12-18 13:03:11'),(3503,2,'b0c98b5084cb914448519e8a5c3ee5d77852002f',9973,'* fix bug for login use api.','wangyidong','2019-12-18 11:40:03'),(3504,2,'84bf1128415f759480bf13a6a1b031f646e4c049',9972,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-18 10:17:13'),(3505,2,'28a7743f61aa1fd8e51da5bee0cfad0283187573',9971,'* finish task #6675.','wangyidong','2019-12-18 10:16:41'),(3506,2,'714b7e3585f767776bed1787d72530a376cf6547',9970,'* update zui.css, task #6748, bug #2401.','Catouse','2019-12-17 16:33:34'),(3507,2,'880d95175ddb2bca20f787f5ab3ff75b4f3eca8f',9969,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-12-17 15:04:52'),(3508,2,'d1cbf5429ae921f7556f76ffe1a4e760d23b812c',9968,'* Xuan translation in ZenTao is updated.','reneeteng','2019-12-17 15:03:22'),(3509,2,'b3a214b819af5cf81fab35480d0ba5207122bb9d',9967,'* finish task #6668.','wangyidong','2019-12-17 15:01:51'),(3510,2,'92e18a75f88362b7ee3ea12e2738b843a5b9c2fb',9966,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-17 14:47:24'),(3511,2,'4517f9f4fd0a17239bf93c972c8e5d13c465608d',9965,'* fix cannot select text in kindeditor in ie11, task #6671, bug #2888.','Catouse','2019-12-17 14:37:38'),(3512,2,'251d465ea2a75ed55078690845b97f04282c8537',9964,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-17 14:30:29'),(3513,2,'0ade42620cca84e58a976727c0cb5212fd2c3a46',9963,'* code for task #6759.','wangyidong','2019-12-17 14:29:25'),(3514,2,'efa9ce5034896bb95732543215cb64b203c86b06',9962,'* fix dropdown search list UI, task #6746, bug #2420.','Catouse','2019-12-17 14:07:28'),(3515,2,'9e14f6c61bfaa10c9a74fc9fff006a329b8bc9cc',9961,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-17 11:19:01'),(3516,2,'bf3a4ba42c31561a94e49db7dc79b07ead012576',9960,'* finish task #6668.','wangyidong','2019-12-17 11:07:04'),(3517,2,'914f3aaf19f98f44a19b86cb6f66bb4c58f01c76',9959,'* fix modal trigger error on load broken.','Catouse','2019-12-17 11:04:45'),(3518,2,'2f8beb146fc34d0e1aee8bc5e007abb568218b83',9958,'* fix clientLang undefined error.','Catouse','2019-12-17 10:13:11'),(3519,2,'4ea90b2f0d8abcdf8186b1e94d39d5dfd33ce509',9957,'* add ja language to zui and kindeditor.','Catouse','2019-12-17 09:34:42'),(3520,2,'b45f5c8a68f779cf790acb7067ecca3e0638482a',9956,'* add multi-language support, and fix UI of table statistic.','Catouse','2019-12-16 17:41:28'),(3521,2,'a9f4bc8edd897ed38fbaa812c8d62be6d3b22a41',9955,'* finish task #6760.','wangyidong','2019-12-16 17:00:05'),(3522,2,'714835adaf0661cfb4f17d99cb0bb4012e46d7e7',9954,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-16 15:55:33'),(3523,2,'ee07401214f6440734cede705d36ae16dac4d9a8',9953,'* fix bug.','wangyidong','2019-12-16 15:55:10'),(3524,2,'5d68dfefc03a9cc7422729145a0a256e427f9721',9952,'* Fix bug.','liugang','2019-12-16 15:06:31'),(3525,2,'71bde53aa967f0114771efeeb7e34d7eacdd1d52',9951,'* User can set id of a textarea.','liugang','2019-12-16 15:05:52'),(3526,2,'2b2671e7abf41c8cff1eadea7f651df53d9fe5c3',9950,'* finish task #6676.','wangyidong','2019-12-16 13:50:56'),(3527,2,'76f4160ffcbbd79641cf3f74ea993df30fe3d309',9949,'* finish task #6692.','wangyidong','2019-12-16 13:13:48'),(3528,2,'784a0db6b66c78c071bed0bafed2433f18599b93',9948,'* finish task #6697.','wangyidong','2019-12-16 13:06:30'),(3529,2,'8e93cc95778803a96ad2ed079914ed67ee8c2493',9947,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-16 10:34:34'),(3530,2,'7f056bc7e233b6647769bbadd101666ca9d63bfa',9946,'* finish task #6756.','wangyidong','2019-12-16 10:34:05'),(3531,2,'80c7e0fa9bb4fa4eebd8b01f8b63bed1a418a384',9945,'* finish task #6757.','wangyidong','2019-12-16 10:10:39'),(3532,2,'3f6ce05ee76d42518ab666c381c5e2ceb89b7e83',9944,'* fix chosen drop_direction option not work as expected sometimes, task #6739, #bug #2443.','Catouse','2019-12-13 17:38:15'),(3533,2,'0451789e3aa9781a37020a92bd287dc041f1a7a6',9943,'watch branch','aaronchen2k','2019-12-13 16:20:46'),(3534,2,'b0782b1a26540c85c67558adabb6e7990141cf31',9942,'* improve UI of textarea autoresize, task #6742, bug #2429.','Catouse','2019-12-13 16:14:32'),(3535,2,'6ad8a814ce31661fcc32b5503c14754217b2eba8',9941,'* adjust for branch.','wangyidong','2019-12-13 16:13:50'),(3536,2,'39c8803c1e910b034453ec82b558c2db54209cc6',9940,'* fix input group border style in story views.','Catouse','2019-12-13 16:05:20'),(3537,2,'1925b1812e6c6dab63244253dcd3a243cde70ff9',9939,'* finish task #2903.','wangyidong','2019-12-13 15:11:40'),(3538,2,'1c6449df08febdf43d79d94eb4399d852db59704',9938,'* refactor code.','Catouse','2019-12-13 14:47:20'),(3539,2,'5b6839ac7bf876a194ab95ed5f61688ce46bbfd8',9937,'* querybox support get params from data-module and data-url attributes.','Catouse','2019-12-13 14:47:13'),(3540,2,'0f481a7f18ccba48f9dc064c6e694075d724bed4',9928,'* fix can click module tree on hidden, task #6683, bug #2857.','Catouse','2019-12-13 14:15:24'),(3541,2,'f00f2bfa64649ee6ca0edc171ad3c47f9fe7781e',9936,'git support','aaronchen2k','2019-12-13 14:46:46'),(3542,2,'5e01c90a6e198489db4935fb0b9c372f12831cde',9935,'git support','aaronchen2k','2019-12-13 14:43:50'),(3543,2,'0fbb3d95b50427c9ae583302d337cbc70bfc60c0',9934,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-13 14:39:01'),(3544,2,'4889c30d405ad708ae9f48a8bf4e8e7d74afbae5',9933,'* Finish task #6678.','Yagami','2019-12-13 14:38:42'),(3545,2,'ece270825290ae9ad73b703e69da2b403261a9c6',9932,'git support','aaron','2019-12-13 14:37:53'),(3546,2,'93329f50fd7b3630cb9c0c1f25535678bc7d5f55',9931,'git support','aaron','2019-12-13 14:34:43'),(3547,2,'4ec2ad34195d9a01d938083cc54061057c65060c',9930,'git support','aaron','2019-12-13 14:33:41'),(3548,2,'2b4fbf2355a0fad4768486b7e2bffcc0413de6b1',9929,'git support','aaron','2019-12-13 14:32:24'),(3549,2,'03203d01fbe47b637eb5aa4006f43d6e21f54fd7',9927,'* fix auto scrolll page on search on #dropMenu.','Catouse','2019-12-13 14:11:42'),(3550,2,'3a12adb09cd9fc42cc78266e7788ccdadcc6fc72',9926,'* fix cannot resize image witch pasted from clipboard.','Catouse','2019-12-13 14:11:16'),(3551,2,'a5a8751b8d8cd6df5084ddf7ec34d65a74aa9551',9925,'* finish task #6695, fix bug #2337.','Catouse','2019-12-13 14:10:31'),(3552,2,'76a7942daa32e6be0a78b08b226c847488e5f020',9924,'* Finish task #6679.','Yagami','2019-12-13 13:21:12'),(3553,2,'28a2ead76ab86745eb0d22f076a26eab5f4a42d4',9923,'git support','aaron','2019-12-13 10:46:44'),(3554,2,'93e801dff4749ebd8eec0d34d060ffc1fab8bb0c',9922,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-13 10:20:01'),(3555,2,'4760eb835c234337944d83bc82a3721184fb3ed1',9921,'* Fix project lang.','Yagami','2019-12-13 10:19:40'),(3556,2,'79591ae2f9b8ba5a291d3fd70892331ab122dde6',9920,'git support','aaron','2019-12-13 09:49:46'),(3557,2,'98746091802da3ccf18f00ca73d4c29d73bf4506',9919,'git support','aaron','2019-12-13 09:44:53'),(3558,2,'d8676c8b89be9c6d499a672a2420cbb039c63f4c',9918,'git support','aaron','2019-12-13 09:40:58'),(3559,2,'1933a29ac602096dca62444fe74b8e7443adfa2f',9917,'git support','aaron','2019-12-13 09:38:19'),(3560,2,'8e146a8362d87a98517ae44254e17bcaf2e23a20',9916,'git support','aaron','2019-12-12 20:04:00'),(3561,2,'a325418a09d557284f822550556155babf753cd1',9915,'git support','aaron','2019-12-12 19:43:32'),(3562,2,'bd781151ce2426ff41225194105d76add17bea1e',9914,'svn support','aaron','2019-12-12 18:23:16'),(3563,2,'87c93dcfbaa01aabca5921c7e1ca333b97b9c78e',9882,'jenkins server maintain','aaron','2019-12-11 16:13:23'),(3564,2,'9fe8a6aba96076fa5b90b03d26c330471943f910',9880,'jenkins server maintain','aaron','2019-12-11 16:08:00'),(3565,2,'2fda7c2a864fc2ce4eff218602d6f114cb91e255',9877,'jenkins server maintain','aaron','2019-12-11 16:07:12'),(3566,2,'66dc0e1cb6fe5943afa5c17a8c78cda2053c92f1',9874,'jenkins GRUD','aaron','2019-12-11 14:51:26'),(3567,2,'16b6da25afacf4038ffa60c1b48061f028f9c486',9913,'* finish task #6685.','wangyidong','2019-12-12 16:32:52'),(3568,2,'fa83c252151c430c8554e78b35f8409c8735d9cd',9912,'* finish task #6715.','wangyidong','2019-12-12 16:25:17'),(3569,2,'f8ab23abf9d2039227489f8b324166b33e85ee44',9911,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-12 15:35:21'),(3570,2,'739ecf718dfb9f23a1858f083561ea44025c96a9',9910,'* finish task #6670.','wangyidong','2019-12-12 15:34:50'),(3571,2,'b6604c1cb18cff66e08f26851fa729b915241629',9909,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-12 15:06:14'),(3572,2,'99e7df4a91e5c8852722aa542ca928715cb2d471',9908,'* Finish task #6682.','Yagami','2019-12-12 15:05:55'),(3573,2,'cf814726d9d7227e64bf3c9b170148093d0b23c3',9907,'* Fix bug #2338.','guanxiying','2019-12-12 14:50:05'),(3574,2,'4cd74bd08a2669ac2038ed336fc651a467f0735b',9906,'* Fix comments and add default referer.','guanxiying','2019-12-12 14:49:02'),(3575,2,'192a412426cacb44fa333eb44eadbee0747ffcfd',9905,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-12 14:38:39'),(3576,2,'ad947eb802bab5c79b11c685af887f4a5ab445ab',9904,'* finish task #6668.','wangyidong','2019-12-12 14:36:18'),(3577,2,'df74bb80cc0b1a47bc9246eb5026395c7642d155',9903,'* Finish task #6667.','guanxiying','2019-12-12 14:05:24'),(3578,2,'4640b5dabb4e0c1feedc2f763a39cc8af5b6923c',9902,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-12 13:50:08'),(3579,2,'2ff715ce718907bcaae78c556bdddcbfbfb59e4e',9901,'* finish task #6672.','wangyidong','2019-12-12 13:48:52'),(3580,2,'46b48a5363aa7ebeada30e734716cba2970c123b',9900,'* Fix bug #2462.','guanxiying','2019-12-12 13:35:59'),(3581,2,'f4e0e729f3420ddf7897a738335d62a8e225f8e0',9899,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-12 13:17:56'),(3582,2,'3c2c1c4762bd8669cd96a03fa8cd88c62961af3f',9898,'* Finish task #6684.','Yagami','2019-12-12 13:17:42'),(3583,2,'f487b70a363c135722fc4a233178550625f5b70d',9897,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-12 10:33:40'),(3584,2,'e0c079e6c3f3aa46ee04000ad4b099cd2f788846',9896,'* finish task #6697.','wangyidong','2019-12-12 10:13:29'),(3585,2,'35d81782acf1aa2272ffdd937144f1b0788876b2',9895,'* Finish task #6687.','Yagami','2019-12-12 09:56:44'),(3586,2,'b0175bb868b552ec5d10622db766bde23ec58657',9894,'* Fix bug #2475.','guanxiying','2019-12-12 09:48:54'),(3587,2,'afc452bc220caacc210d4aa8e11da7d4e86311e0',9893,'* Fix bug #2460.','guanxiying','2019-12-12 09:17:45'),(3588,2,'97ed76efde263ea320ce48ebf89fda1240ee4621',9892,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-12 09:04:04'),(3589,2,'d6f0dfb6bde753fd63dda56cfa962764d16fe908',9891,'* Finish task #6688.','Yagami','2019-12-12 09:03:47'),(3590,2,'a76611d9061f51145264fb1cca9d36e738881340',9890,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-12 08:59:43'),(3591,2,'b68c0ace0fe050f632e3d1569bde77b62b248489',9889,'* finihsh task #6669.','wangyidong','2019-12-12 08:59:19'),(3592,2,'5688747029409fc449dfadc5638d34c2b4ec13c9',9888,'* fix page count.','wangyidong','2019-12-12 08:58:32'),(3593,2,'83dbfde648ef2261762e36e9fb5bebfb67d6a8a5',9887,'* Fix bug #2461.','guanxiying','2019-12-11 17:35:43'),(3594,2,'b5df580b608c72fef880635978928f59f706de67',9883,'* update user view when delete a project.','guanxiying','2019-12-11 16:41:43'),(3595,2,'8a7c25b6015cc031d64a6aedf8ef8e164594eb03',9878,'* finish task #6673.','wangyidong','2019-12-11 16:07:49'),(3596,2,'e4bcb12af3fe6d3a8ac48144fa2b6108f41a2ca4',9886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-11 17:15:05'),(3597,2,'1553a3258c7c9da62dcb42dd6ecb367b9d7a1cb2',9885,'* Finish task #6689.','Yagami','2019-12-11 17:14:47'),(3598,2,'db77ddfd4783631f26234d20c00bb858ed7413b8',9884,'* update user view when delete a project.','guanxiying','2019-12-11 16:41:43'),(3599,2,'ca4b178c7d0fc26b8420cd463c17c0ce83d16dac',9881,'* adjust for get file by object.','wangyidong','2019-12-11 16:09:03'),(3600,2,'ddddf5881302851abeabbc6e8f710313cf6fb7e0',9879,'* finish task #6673.','wangyidong','2019-12-11 16:07:49'),(3601,2,'f1444e22fb127a3cf9a305160885fe33622a33aa',9876,'* code for task #2335.','wangyidong','2019-12-11 15:24:09'),(3602,2,'f5fd7e5909a124703d7d99962e3052748438ec5c',9875,'* finish task #6698.','wangyidong','2019-12-11 14:58:29'),(3603,2,'97c7515b4cd1640e213c42dafe83bd943a67f7ac',9873,'* finish task #6702.','wangyidong','2019-12-11 14:19:31'),(3604,2,'f4f330db30b15beba1c9a4a95466189763133777',9872,'* finish task #6703.','wangyidong','2019-12-11 14:04:11'),(3605,2,'3b767bcf5eed0fd279ee8ae5378ead6a8ba9339f',9871,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-11 11:32:14'),(3606,2,'e619c68e589d80a557eedc9d42c9c6ee4d4433f3',9870,'* finish task #6705.','wangyidong','2019-12-11 11:31:48'),(3607,2,'125e2375f89be2debad960195d32b41ebf5b0e3e',9869,'* Adjust variable name.','chenfei','2019-12-11 11:15:00'),(3608,2,'f686ca29be34c78fa51183a2fbccb3d62b896be0',9868,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-12-11 09:56:29'),(3609,2,'eac983c70340a796d1603e2166013618cd210ad5',9867,'* Finish task #6730.','Yagami','2019-12-11 09:56:11'),(3610,2,'0b62823d891de950e8679525940f7b64fb8319ec',9866,'* Fix bug #2463.','guanxiying','2019-12-11 08:59:13'),(3611,2,'9d1e3969e87aba7f44bbbeb84a8ccce4ffab6d55',9865,'* adjust for task #6709.','wangyidong','2019-12-10 17:08:58'),(3612,2,'df18cbefb042d09dff76e661a64d91439ca40d30',9864,'* Fix doc order.','Yagami','2019-12-10 16:36:52'),(3613,2,'f8c530b3ee60628362e314c794ca9c7db47b267b',9863,'* code for task #6707.','wangyidong','2019-12-10 15:52:57'),(3614,2,'52460dd80d5445ec27919173984e9feed5f7a35c',9862,'* code for task #6708.','wangyidong','2019-12-10 15:45:06'),(3615,2,'2d979228ebd669c17a6b77b69ca95ba323ba40ff',9861,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-10 14:20:19'),(3616,2,'cd5c44f21147d72349e78a2af3824831f51266a0',9860,'* rm useless code.','wangyidong','2019-12-10 14:07:42'),(3617,2,'6630dd0bb73aefa8567dbe3f154ec52231e3573c',9859,'* code for task #6708.','wangyidong','2019-12-10 13:55:01'),(3618,2,'727c591a68fa1ba082ab82721b47f8b3f2de9c4e',9858,'* Fix bug #2471.','guanxiying','2019-12-10 10:58:07'),(3619,2,'0064f79335d04490cc070183b36d38859c80e6e6',9857,'* Fix miss ) bug.','guanxiying','2019-12-10 10:39:45'),(3620,2,'0c8fd46f7bb0260ded9b1f0a8ae0c20cbe7f6672',9856,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-09 14:30:35'),(3621,2,'8d0f8521ba5d3aff8eac32a1d61e32dd1619a9eb',9855,'* finish task #6623.','wangyidong','2019-12-09 14:29:43'),(3622,2,'85355b649871bcf7b5d75b867ad1aaaf0bfe0ad3',9854,'test','aaron','2019-12-09 14:06:56'),(3623,2,'cba972f895e9998edcf1d81e22bbc977958a2b16',9853,'test','aaron','2019-12-09 14:06:03'),(3624,2,'1d0ce812f76e7ccc66ddd76c8f630b6f70eca6eb',9852,'* fix error when .main-actions is empty.','Catouse','2019-12-09 11:06:42'),(3625,2,'0e897d7963849098df8be87a92923671c64d7b22',9851,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-12-06 14:50:57'),(3626,2,'4e19d01118185679fb23a9b2ea35b34a89a3eea5',9850,'* Update social media links.','reneeteng','2019-12-06 14:50:04'),(3627,2,'995bfb84d573a4375ba7c2e5ab00e841e0633303',9849,'* finish task #6651.','wangyidong','2019-12-06 14:05:43'),(3628,2,'f77442271ea4cd412bf3162d6c842345a43058f7',9848,'* finish task #6616.','wangyidong','2019-12-06 13:50:47'),(3629,2,'845ff37b238ddf4429c51efefbbb3031ae70342c',9847,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-06 13:12:48'),(3630,2,'7570923bc0c64d82842fdd212b71a84dd6ff5abb',9846,'* finish task #6651.','wangyidong','2019-12-06 13:12:26'),(3631,2,'dfdb95be06d188a5b8c6824567f33b51ab13203f',9845,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-12-06 11:19:03'),(3632,2,'add871b1a89032e8fdf1e4d19a4b477df0f85cce',9844,'* prevent hotkey for navigation when page with modal opened, task #6643, bug #2240.','Catouse','2019-12-06 11:18:58'),(3633,2,'bfe2535178dac1d54b07aefedb4e3c6fd74262d9',9843,'* finish task #6649.','wangyidong','2019-12-06 09:29:59'),(3634,2,'ca9293ba980dd5ac4d1d3978f760e4b4027268a8',9842,'* finish task #6627.','wangyidong','2019-12-06 08:49:05'),(3635,2,'168ce9320390bfff9b5c82ddd64f1392f58eaf74',9841,'* finish task #6620.','wangyidong','2019-12-05 17:00:08'),(3636,2,'103568e62986400fcd70760cb47599658e3c431e',9840,'* finish task #6628.','wangyidong','2019-12-05 15:01:11'),(3637,2,'ae2c117104763d8cf683dcde6f8a7fec00337651',9839,'* finish task #6640.','wangyidong','2019-12-05 14:26:30'),(3638,2,'34fb809d3130c68ccbd6f4ad302a211760ba7376',9838,'* die for apiModel sql method.','wangyidong','2019-12-05 14:25:42'),(3639,2,'bedeaaf39ef7084b9a455b9d9dba71e2db357201',9837,'* code for tutorial.','wangyidong','2019-12-05 13:16:27'),(3640,2,'7d6913d91c9bcf3d87059c03abad79ad26eccf72',9836,'* finish task #6656.','wangyidong','2019-12-05 11:25:12'),(3641,2,'2115b47e5975a10a8d9c9dba0064a63753825956',9835,'* adjust style for edit module.','wangyidong','2019-12-05 10:18:08'),(3642,2,'ebde890513bd829602593dba86d0477d686cb170',9834,'* finish task #6658.','wangyidong','2019-12-05 09:58:47'),(3643,2,'5b2cdc573f7579a6d909ea709dd7fd3631f1978c',9833,'* finish task #6659.','wangyidong','2019-12-05 09:33:32'),(3644,2,'3d68e30c6755a400d88e6e6f8dd18cdbb30eaae7',9832,'* finish task #6650.','wangyidong','2019-12-05 09:13:32'),(3645,2,'a4cf41780cf20d6fe3d9da3c3dafb9ca0473e26d',9831,'* fix error.','wangyidong','2019-12-05 08:58:44'),(3646,2,'329fa9056eebb0fb6e0908813cec7e7d002992c7',9830,'* fix for pro login.','wangyidong','2019-12-05 08:58:10'),(3647,2,'68de6d0ff244157c9f6009e41e0571b7aaf665e5',9829,'* code for task #6638.','wangyidong','2019-12-04 17:27:44'),(3648,2,'e97a72469e96bdaa292b0e1d90c64774d759f0fd',9828,'* adjust bug for show task module.','wangyidong','2019-12-04 16:42:25'),(3649,2,'ef36818cad47071692310adcae20f0b075f1e96d',9827,'* fix sql error.','wangyidong','2019-12-04 16:33:31'),(3650,2,'36c1a6d2c49014236eb1040dfe91c68f84d582d1',9826,'* finish task #6647.','wangyidong','2019-12-04 16:10:06'),(3651,2,'7276d8fbf82818eb13a4b3ead971e06c81cb1235',9825,'* finish task #6646.','wangyidong','2019-12-04 15:43:16'),(3652,2,'2bfbd7b122e095d284bfaf21680d8172d8713986',9824,'* finish task #6641.','wangyidong','2019-12-04 15:12:30'),(3653,2,'71fffa5458c29a1616a2d2e56fd69783892623e3',9823,'* finish task #6638.','wangyidong','2019-12-04 15:03:29'),(3654,2,'de4818c724225bb68f9c8982c490360c6fa3f62b',9822,'* finish task #6637.','wangyidong','2019-12-04 14:47:33'),(3655,2,'32d9b71668e2e75900a243a4419de4c2b74eb13f',9821,'* finish task #6630.','wangyidong','2019-12-04 13:52:35'),(3656,2,'023ae5e5ac73a707197cb493b4606cb7a246ce6f',9820,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-04 13:30:02'),(3657,2,'6f205e288b462c0c85f3ba5951ec11912771df4c',9819,'* finish task #6629.','wangyidong','2019-12-04 13:28:51'),(3658,2,'d165267bc5a282a02cdb497c29f08db979f84b99',9818,'* Update German and French install files.','reneeteng','2019-12-04 13:23:43'),(3659,2,'41479d2d00cb320057f16cdc3c65f6ccab3af370',9817,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-12-04 13:17:31'),(3660,2,'eaf3d47dd09fa1ac4a29e40d687732ce9973c333',9816,'* Removed whatsapp group info.','reneeteng','2019-12-04 13:17:01'),(3661,2,'c844b24c469b0f218399c507ebc5b2d9d036bce9',9815,'* finish task #6625.','wangyidong','2019-12-04 13:15:44'),(3662,2,'e8db459f5ff82141d410a2cedae252b5ba058fa2',9814,'* finish task #6622.','wangyidong','2019-12-04 11:33:00'),(3663,2,'9f558c040ba90a47fa4c7bd951a838309d30c30a',9813,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-12-04 11:25:38'),(3664,2,'abbc22452709590e7e0e0c5a762a6942e3b0b91b',9812,'* code for task #6621.','wangyidong','2019-12-04 11:18:45'),(3665,2,'b404be6e743712e35547bf68417828d961fd4d50',9811,'* finish task #6621.','wangyidong','2019-12-04 11:16:59'),(3666,2,'da0a587cddb26887e75fc60bfbd7500addb45187',9810,'* Update twitter account.','reneeteng','2019-12-04 10:57:31'),(3667,2,'c7f0afe4239c36444a9738bbea21d2a0839d270c',9809,'* finish task #6613.','wangyidong','2019-12-04 10:32:42'),(3668,2,'fd139c56a127f1a5ab5e23da7b32c51ce68f458f',9808,'* finish task #6616.','wangyidong','2019-12-03 16:58:28'),(3669,2,'2241f96e679b370f5f18d08f1da866dff61a58ce',9807,'* finish task #6617.','wangyidong','2019-12-03 16:53:22'),(3670,2,'5af6fc121891eaa5ab7ad1496c5f6706ecbb8320',9806,'* finish task #6611.','wangyidong','2019-12-03 11:45:28'),(3671,2,'b0ed590dc9269b9ab1ee1af0f07882513b295201',9805,'* fix bug.','wangyidong','2019-12-03 11:11:42'),(3672,2,'0d4a3595d5201b9dfa4650515869175482328a4e',9804,'* finish task #6610.','wangyidong','2019-12-03 10:07:24'),(3673,2,'2af0928cba6bab149a0a5415eb04fad537974227',9803,'* code for task #6608.','wangyidong','2019-12-03 10:02:06'),(3674,2,'0826cc3ca3ad591ae7d346aa2463d653a7f4d80f',9802,'* finish task #6609.','wangyidong','2019-12-03 09:58:39'),(3675,2,'09a7bb11360a63159bb6c9c3f2f3fec663e30009',9801,'* fix bug #2884.','wangyidong','2019-12-03 09:57:35'),(3676,2,'9621e5e4fafff159fad9602d1e57280b16cd9467',9800,'* finish task #6608.','wangyidong','2019-12-03 09:33:12'),(3677,2,'d4b9ccbab8661cd19b7b19cfd7f763b391026dca',9799,'* finish task #6606.','wangyidong','2019-12-02 17:05:26'),(3678,2,'e4ce5d1c02b0596482c684a8b3bf85743783c4a2',9798,'* finish task #4438.','wangyidong','2019-12-02 13:27:43'),(3679,2,'8a9ece9db22194b53ba29b0e943242d29c7e29c4',9797,'[bug修复]当计划绑定多个项目时,计划列表显示的总条数(recTotal)不正确,需进行去重处理','shilei','2019-11-29 16:16:40'),(3680,2,'01e942c2c93753983afa8ee9dc097fcde3616a24',9796,'* adjust for integrate xuanxuan.','wangyidong','2019-11-29 14:58:20'),(3681,2,'1ff4817d159238f25ca36ee6560f07d61d99e23b',9795,'* fix for change password in xx.','wangyidong','2019-11-29 14:27:48'),(3682,2,'e6a04c0a6a153ba28927dd52548c02c64d4435af',9794,'* fix getUserByUserID undefined error.','Catouse','2019-11-29 13:31:11'),(3683,2,'97f125b3b4a30625061385ceedc7e72b3e30dd55',9793,'* change for merge xuanxuan.','wangyidong','2019-11-29 13:15:21'),(3684,2,'7412623596d40b9f161c0b39648c6526c40d72f7',9792,'* adjust for xuanxuan.','wangyidong','2019-11-29 11:02:15'),(3685,2,'a5ef283e58d4a320398c580f95a7fc3e9bbd005c',9791,'* adjust for xuanxuan.','wangyidong','2019-11-29 10:19:51'),(3686,2,'67b96b8cb3296e2813e73ec0e65bb99db36f2b06',9790,'* add btn-wide class for btn on install and upgrade page.','wangyidong','2019-11-29 10:06:55'),(3687,2,'d14ee18ef4de10946d4844ac6a0fb799972d8fe5',9789,'* adjust for xuanxuan.','wangyidong','2019-11-29 09:43:31'),(3688,2,'2033a0c0e9b0d10e91839874f2038a317ca6bd36',9788,'* upgrade for xuanxuan.','wangyidong','2019-11-29 09:23:22'),(3689,2,'6e825184bec5cb904f8f3af594459db056a50f77',9787,'* fix bug for xuanxuan.','wangyidong','2019-11-29 09:08:55'),(3690,2,'f27516a1a52ad695c63d24dd13f434fa44a448a0',9786,'* adjust for newest xuanxuan.','wangyidong','2019-11-29 08:27:10'),(3691,2,'f03a0975c2a04ab681e3a05fae5425169a93ec2c',9785,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-28 17:33:27'),(3692,2,'44f35afafe93555064f7c6d80ede4023f3a74a9c',9784,'* Compatible xuanxuan newest version.','wangyidong','2019-11-28 17:30:57'),(3693,2,'8408648db5e2dea33f05a7bde7b0ab006067b86c',9783,'* Fix client create bug view style.','Yagami','2019-11-28 10:52:35'),(3694,2,'e8e1357b909ce516a83520041c6ff7a1c02d7399',9782,'* finish task #6601.','wangyidong','2019-11-28 09:45:28'),(3695,2,'6040e2110965765c8e31e334cc663fd97a5a563a',9781,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-28 09:36:52'),(3696,2,'15014e63b4f66a86f44aee4155e66efc5d766e1a',9780,'* add standard sql.','wangyidong','2019-11-28 09:35:58'),(3697,2,'ecbf8220da9ce73c03e25c32a68b4899e2c3b0e4',9779,'* add new version and upgrade.','wangyidong','2019-11-28 09:29:36'),(3698,2,'3dd14280785fda00372193a3b8889210828148a2',9778,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-27 17:14:21'),(3699,2,'97bae2e030916a56ea820bbfae54f5aac2e6801f',9777,'* Fix code logic.','Yagami','2019-11-27 17:14:09'),(3700,2,'208852492f90d9118c46b673ec067c0fe3a0b6f0',9776,'* Fix 。in en lang file.','guanxiying','2019-11-27 15:14:30'),(3701,2,'c31564f857d334b3b9be3974312eabe578f95a2c',9775,'* Strtoupper sp.','guanxiying','2019-11-27 15:12:17'),(3702,2,'4c11de78338995c816daeb02ca1c3be294d763bf',9774,'* fix bug for update child task.','wangyidong','2019-11-27 14:23:01'),(3703,2,'2604b595bac3e7d153d674a1cddeb1572486c1ad',9773,'* finish task #6589.','wangyidong','2019-11-27 13:48:01'),(3704,2,'21483f1be5f1b038287dba007b0ccc5549cd4981',9772,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-27 11:25:47'),(3705,2,'6764ead7a6c3e698ad3c83b76fc820fe292c229b',9771,'* adjust for export with work flow.','wangyidong','2019-11-27 11:25:19'),(3706,2,'4e4281927a9d7d7b83b3eff7f5291177bf939751',9770,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-27 10:35:55'),(3707,2,'d9531f33e7b80fc4a1bf716dc9b3d907f4cf5718',9769,'* Add key 0 to module pairs.','Yagami','2019-11-27 10:35:29'),(3708,2,'f8f4db90982712884e8d742adef43dace706bf81',9768,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-27 10:24:49'),(3709,2,'2452e992dee1f9db619139aff86161fcf73b37df',9767,'* code for task #6566.','wangyidong','2019-11-27 10:24:17'),(3710,2,'c961d4761071002ff428a919509826e68cc0e50e',9766,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-27 10:05:46'),(3711,2,'383a2e236b241688a7100ae1ea18e4c775263c4d',9765,'* Finish task #6579.','Yagami','2019-11-27 10:05:25'),(3712,2,'2caa233687626fc58a28ba3299301b95eb7a40c6',9764,'* finish task #6596.','wangyidong','2019-11-27 09:32:49'),(3713,2,'e00aa6c9fd7069a621d65e3ecbdf7fab9cead055',9763,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-27 09:27:47'),(3714,2,'47955f9ec4864b7c316e8e8226d4b5a7fe55a493',9762,'* finish task #6597.','wangyidong','2019-11-27 09:27:25'),(3715,2,'f1949ae5de29f5044f12fb214217ebc6fe940888',9761,'* Go to my index page when concept inited.','guanxiying','2019-11-26 17:38:52'),(3716,2,'e7df75ce8a9c1bc527f72c132f5e042a67cb1230',9760,'* Set httponly false to projectMode cookie.','guanxiying','2019-11-26 17:29:46'),(3717,2,'1f897b5309c34d44f61115a9add226b6c8b00a95',9759,'* Fix missing ; .','guanxiying','2019-11-26 17:17:00'),(3718,2,'8af89d802667876bc6ef36131a3d40a9a529c1f7',9758,'* set httponly false for cookie written by js.','guanxiying','2019-11-26 16:58:14'),(3719,2,'d246b363d62a0988b1b50c7a88d3cd3c8570542e',9757,'* Set httpOnly false for downloading and selfClose cookie.','guanxiying','2019-11-26 16:34:38'),(3720,2,'0e87a83f83b382650be94798285f894ddb5a491c',9756,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-26 15:50:16'),(3721,2,'5290e8162362eb920d535c88eee84d30a14f7159',9755,'* Finish task #6575.','Yagami','2019-11-26 15:49:37'),(3722,2,'f698d89d1c9da40ce100f62e1890db2f87d7764c',9754,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-26 15:46:46'),(3723,2,'87218f6f02e7ccdc5f73f29010e24988e248b52f',9753,'* finish task #6580.','wangyidong','2019-11-26 15:43:58'),(3724,2,'7460f2f8fd46c435c85e32131122cf49ad062f18',9752,'* Fix save story common bug.','guanxiying','2019-11-26 15:40:49'),(3725,2,'f2ed384e7aecb0e4f6c4081726ed374c952acdb5',9751,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-26 15:37:40'),(3726,2,'fc7e7dc697c5c2c63014a23b12dcebd61c490849',9750,'* Remove unused code.','guanxiying','2019-11-26 15:25:59'),(3727,2,'0c2dd8d390a472f0f50c8ed13f5c8bea3a47db01',9749,'* Add flow.js.','guanxiying','2019-11-26 15:18:55'),(3728,2,'549a677a873fdce03e47e7b2764f8219e9f0ec4a',9748,'* Finish task #6588.','Yagami','2019-11-26 15:05:41'),(3729,2,'ef5afcf3b4ff4a37fb9566d81df5b5aa7071cf1a',9747,'* Finish task #6585.','Yagami','2019-11-26 14:34:12'),(3730,2,'0509d13b9645ed3a3b07643d251958fd0bf06831',9746,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-26 14:31:37'),(3731,2,'93580574160bedb0d57a0c36253d4bc719b6ec24',9745,'* Finish task #6492.','Yagami','2019-11-26 14:31:22'),(3732,2,'fd51e64f4868cffd51b399205278c94fba29d564',9744,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-26 14:14:44'),(3733,2,'dfed1526d6c096f05ae32ead3d4673b2810b800b',9743,'* Finish task 6569.','guanxiying','2019-11-26 14:14:18'),(3734,2,'9a74ca9c40ad66b5517e20ec8587f2f63f6af188',9742,'* Finish task 6569.','guanxiying','2019-11-26 14:13:45'),(3735,2,'41c510df8de5b48490f21cfb2bc04d32540e7c94',9741,'* code for task #6584.','wangyidong','2019-11-26 14:06:19'),(3736,2,'4c1bb0f6a80ad7bf55bf8e12cb14616b0d7b1d74',9740,'* finish task #6584.','wangyidong','2019-11-26 13:51:21'),(3737,2,'498868044931bf767d2fa2947769146a129514a7',9739,'* finish task #6577.','wangyidong','2019-11-26 13:49:20'),(3738,2,'8b755da228af617931d35563a868700b95f5e33e',9738,'* Finish task #6571.','guanxiying','2019-11-26 13:35:09'),(3739,2,'01714d62e67ce7cc93a88fca4295dbec5ee472b0',9737,'* finish task #6573.','wangyidong','2019-11-26 13:23:23'),(3740,2,'7c3655d11d63c691998d928bb2662109a00be995',9736,'* adjust code.','wangyidong','2019-11-26 11:30:03'),(3741,2,'345a01ff1582430299908cd35209813115ae1c1a',9735,'* finish task #6583.','wangyidong','2019-11-26 11:17:13'),(3742,2,'06d232c4aeef2d1ac906184126c091c61cece03a',9734,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-26 11:05:10'),(3743,2,'eaba6528f1e688645cdfa445ad0761dcaaf10c49',9733,'* finish task #6598.','wangyidong','2019-11-26 11:04:47'),(3744,2,'fff27470c1b00612340d093288f7a0be49f28e1a',9732,'* adjust code.','wangyidong','2019-11-26 11:04:33'),(3745,2,'90122b67b971bba967c14d83c17e779203322d79',9731,'* adjust code.','wangyidong','2019-11-26 11:03:45'),(3746,2,'d98082f59779eb53346919ecac8208fee9b421ad',9730,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-26 10:45:11'),(3747,2,'994823a24ccf2eb864c8ec86bac2e1f6ff2153db',9729,'* Code for task #6484.','Yagami','2019-11-26 10:44:43'),(3748,2,'6976079958b6473ac3940bec28f8f2234bcc9e8c',9728,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-26 10:12:05'),(3749,2,'c76de78022af38f982d5fd57f197c3bc473ed17c',9727,'* finish task #6593.','wangyidong','2019-11-26 10:10:24'),(3750,2,'f55e28a6fd82b50b751946a078c345fd49d79473',9726,'* finish task #6592.','wangyidong','2019-11-26 10:09:51'),(3751,2,'d260de394986410d2dda3434112dccd5d9d0bf50',9725,'* Finish task #6572.','guanxiying','2019-11-26 10:05:08'),(3752,2,'57d676b8213a86722fb5f55b9d39fecbadb7cd65',9724,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-26 09:37:08'),(3753,2,'143310de0cb7f24c1e88bfa310f62de8ab197c0e',9723,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-26 09:36:17'),(3754,2,'0763c4288d2473b6b979dfbff79cea15e19103c9',9722,'* finish task #6567.','wangyidong','2019-11-26 09:35:27'),(3755,2,'cbf2352e6878bb74b52abc499c13f01d85f7bb7c',9721,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-26 09:29:07'),(3756,2,'33c26a81b8167cb562432fb96f19ca5210fe5b85',9720,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-26 09:28:29'),(3757,2,'cadc64c62886b149b15f040175974b01df215a96',9719,'* fix chosen style in input-group.','Catouse','2019-11-26 09:28:22'),(3758,2,'0ec359908e36498ec039246339e11f4ae0f3e94a',9718,'* Finish task #6578.','guanxiying','2019-11-26 09:22:01'),(3759,2,'685235c1e7ca2d8d7c716657053f12ed067635b0',9717,'* Finish task #6581.','guanxiying','2019-11-26 09:20:26'),(3760,2,'cffb3761ba06590212e77bcdbd49c2777207094d',9716,'* Use " inatead of \' to quote storyCommon.','guanxiying','2019-11-26 09:11:10'),(3761,2,'1385c7163ec936c1595561661fe4b0499e5f516c',9715,'* Use processStatus show testtask status.','guanxiying','2019-11-26 09:04:02'),(3762,2,'37d0e1d89af33aa955a71e09b68dd4ef5b6f40d3',9714,'* Add distinct to bug type query sql.','guanxiying','2019-11-26 08:47:12'),(3763,2,'3dacf7d80eb02472bafbabaf4eaa670d2d16bee1',9713,'* Add acl index of product and project table.','guanxiying','2019-11-26 08:44:47'),(3764,2,'1188868ab8bd54500fd2126541520f862c1c519f',9712,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-25 16:38:11'),(3765,2,'5b02546da1a8604a01fb21803369819017e38013',9711,'Revert "* upgrade jquery to 3.4.1, task #6533, bug #2755, task #6528, bug #2787." This reverts commit f98ea2c6deb073a771e45b9643119c82a5ee40b5. # Conflicts: # www/js/jquery/lib.js','Catouse','2019-11-25 16:37:57'),(3766,2,'515adc12c85260a6a73119cde67db0e909eb4c33',9710,'* change for method name.','wangyidong','2019-11-25 09:39:27'),(3767,2,'4345cf5451b28fea1f78b4683877a008b6096d2e',9709,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-25 08:43:19'),(3768,2,'da02886078129b6272a461206585f1d581a12428',9708,'* adjust update sql.','wangyidong','2019-11-25 08:41:59'),(3769,2,'74cf15f54809375876d0e63e6fc2fbe13b2467f2',9707,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-22 17:01:04'),(3770,2,'303b48c1bb78532ea71f11cbd62aa381dd18f4cc',9706,'* code for bind dinguserid.','wangyidong','2019-11-22 17:00:02'),(3771,2,'18a4c9220f07d6806eeab3250e238ee8feeefc3f',9705,'* adjust for getTaskOptionMenu method.','wangyidong','2019-11-22 16:59:07'),(3772,2,'55c64d9efa3dcbbdfe7d5a87b9c5934cae5d1373',9704,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-22 15:40:26'),(3773,2,'21b36247ffc4f13aeecd06d94421eca9fc5ca07d',9703,'* code for setConcept.','wangyidong','2019-11-22 15:39:44'),(3774,2,'294082c425f6f9754518e2b4e26234c48978e3fe',9702,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-22 15:35:34'),(3775,2,'1bbb21bd1155fd33848f4f15ea5f6def76c1cf03',9701,'* fix scrollInside option not work as expectly in ie11.','Catouse','2019-11-22 15:34:48'),(3776,2,'1f26dce25eb52c999c24afa0e5384371a3380490',9700,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-22 14:45:56'),(3777,2,'0665deed723c3fc153e6dfe2ec39428c9b635ae2',9699,'* Adjust type and endList of sprint.','guanxiying','2019-11-22 14:45:33'),(3778,2,'678487a9dac0be93f714746c564c37ff57f9b308',9698,'* Fix ajax post of concept form.','guanxiying','2019-11-22 13:59:38'),(3779,2,'35e0053b97e50906f36d446b645311899b0512fc',9697,'* Fix selected of hour and story point.','guanxiying','2019-11-22 13:55:44'),(3780,2,'a1ebb34bb5cb95e85e9fce43cd9908a2db6505af',9696,'* Fix quote of storyCommon.','guanxiying','2019-11-22 13:50:54'),(3781,2,'d4f8465fe868c5f2230f3c47affd6924d96044c6',9693,'* Add forward concept setting codes.','guanxiying','2019-11-22 12:08:31'),(3782,2,'5cfb8cc8d832a2f2d14bb8372918d66400b10e9a',9695,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-22 13:10:19'),(3783,2,'f207e3e12df7f490d6b395bd361fbaa30aa82065',9694,'* Finish task #6495.','Yagami','2019-11-22 13:09:44'),(3784,2,'35aa95d49eb43fe6cf08bab28e9927fa522069bb',9692,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-22 11:10:50'),(3785,2,'0ad697012fbeafafd21d9087151dcd35448c3b2e',9691,'* set concept setted in upgrade.','wangyidong','2019-11-22 11:10:09'),(3786,2,'723b36f2e7e17495ca866e98a43100faacf514d2',9690,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-22 11:07:01'),(3787,2,'a3a9897f6e93b2a121554538a2733f2fb5797f9b',9689,'* upgrade jquery.','Catouse','2019-11-22 11:06:57'),(3788,2,'cfeda25b43ecc258f15edf4cb5e1559a88538cfe',9688,'* task #6513, bug #2805.','Catouse','2019-11-22 11:06:48'),(3789,2,'41c693d07afc60a8788a3adf0fb244dfdefcade5',9687,'* finish task #6488.','wangyidong','2019-11-22 10:37:50'),(3790,2,'e4d0ca4ff6ea0e7b8c253d224f1ca31b45c03e4b',9686,'* Fix bug 2790.','guanxiying','2019-11-21 17:15:18'),(3791,2,'2d500ae75c81ab3d00ee55fc7b75afa74c709052',9685,'* code for task #6566.','wangyidong','2019-11-21 16:49:08'),(3792,2,'c0e0423c092afcd35ae3e8127e5d651a1ff7dc4b',9684,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-21 16:20:45'),(3793,2,'b93dd94b05bd279c138a0ff39de8e7e8be5d6192',9683,'* code for task #6548.','wangyidong','2019-11-21 16:19:59'),(3794,2,'8833851beed30f40becf22966fc026bb345e5cd3',9682,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-21 16:15:49'),(3795,2,'f98ea2c6deb073a771e45b9643119c82a5ee40b5',9681,'* upgrade jquery to 3.4.1, task #6533, bug #2755, task #6528, bug #2787.','Catouse','2019-11-21 16:15:44'),(3796,2,'ebf78655dc4f9f61518ff1de9aac61f29b4ee485',9680,'* fix error.','wangyidong','2019-11-21 16:03:39'),(3797,2,'5ce0a2ca78219a7163f9b802a8be9fc1876ad3a5',9679,'* code for task #6566.','wangyidong','2019-11-21 16:02:44'),(3798,2,'0f74d12896613fa30d3ca521cd4f9619fe47f0c4',9678,'* Revert httponly param when set lang and theme cookie.','guanxiying','2019-11-21 15:41:41'),(3799,2,'4cba83d9ed573f380734303c75da6a1351d12a2f',9677,'* update zui.js, disabled fixHeader and fixFooter option in ie11 in table.','Catouse','2019-11-21 15:20:42'),(3800,2,'b374a515a14f66d0891f316ddf546b52043a2da0',9676,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-21 15:19:23'),(3801,2,'4b53a604b82b879cfd657d59a96f067a93e5fa10',9675,'* task #6530, bug #2782.','Catouse','2019-11-21 15:19:18'),(3802,2,'62c2d8cb9dede7a92b4165e51d5342c9e93a285b',9674,'* Add ini_set session.cookie_httponly.','guanxiying','2019-11-21 14:33:07'),(3803,2,'5aa701c7470aa491c28737cf86c5c2c46b43e0ca',9673,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-21 14:23:06'),(3804,2,'624cd003353e7015bf595bcecbb8b67f10effe8e',9672,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-21 14:22:30'),(3805,2,'7734d23fea71f6ca2064b81b0f1cc139882b56f0',9671,'* fix border of input-group controls in task/create view.','Catouse','2019-11-21 14:22:10'),(3806,2,'adcd079064ba10ba7b2dd3673f0bc75d73ebfad4',9670,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-21 14:21:08'),(3807,2,'79271a23db3ed1dff34b20579ef320be371a84d6',9669,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-21 14:20:52'),(3808,2,'bad6bbd39c46014d42aca31b65a40b849ad1fc9f',9668,'* Add httpOnly param when setcooki.','guanxiying','2019-11-21 14:20:11'),(3809,2,'827db2d03fa96944fb5aa722aabc1a05ffef7361',9667,'* task #6525, bug #2791.','Catouse','2019-11-21 14:19:33'),(3810,2,'861ec58fcbb8faa09f963b1a3a0adf0e4b2c8d1f',9666,'* code for task #6566.','wangyidong','2019-11-21 14:17:52'),(3811,2,'60f0192d57dd66ee810daaff70aeaf5544aca84e',9665,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-21 14:03:32'),(3812,2,'e572742f271282a1a8baa29c3cb18aaf69ed74e6',9664,'* task #6501, bug #2819.','Catouse','2019-11-21 14:03:07'),(3813,2,'9e46b973ad9d6e0d780c14c76fbd644a34f8c17b',9663,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-11-21 14:01:21'),(3814,2,'5888e67b28ba7dc87f991b08d3231c58c5155334',9662,'* Dingding lang updated.','reneeteng','2019-11-21 14:00:16'),(3815,2,'79155cd8346d9e253235f5b50b400f1c6752b5c3',9661,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-21 13:59:51'),(3816,2,'c0ab373ce73bc44df43b1d3d56f23e00ead81555',9660,'* code for task #6566.','wangyidong','2019-11-21 13:57:49'),(3817,2,'742510a708064b453c7bc33d55934d0f89359f40',9659,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-11-21 13:52:48'),(3818,2,'abab3bb475f28922e81ddbca0380c996a5730252',9658,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-21 13:50:40'),(3819,2,'6a0af253dc1882240ccdbaefd8f45455005d13d1',9657,'* Fix task #6489.','Yagami','2019-11-21 13:50:01'),(3820,2,'27e470b2496cb0e8f24298acd3a306d27f6b336f',9656,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-21 13:35:12'),(3821,2,'e29bf8e2e9b81d174c914115fbdd28d467b5c94f',9655,'* task #6498, bug #2826.','Catouse','2019-11-21 13:34:34'),(3822,2,'aa22a311769ee443f43b60f74d6e4aaf74283d28',9654,'* Use projectCommon.','guanxiying','2019-11-21 13:32:27'),(3823,2,'4e481bed19dbb2ed4578c85cc87711e572630a5b',9653,'* Add httpOnly param when setcookie.','guanxiying','2019-11-21 13:31:35'),(3824,2,'230dcd7dd720cf6c40a06476e0b88694b5e9261f',9652,'* Setcookie with httpOnly param.','guanxiying','2019-11-21 13:30:49'),(3825,2,'cba8bc5b32190569be3af961eebc7aaa321b46ef',9651,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-21 13:22:19'),(3826,2,'deea96e6526ef985d31ed5d809c269366956f584',9650,'* task #6514, bug #2804.','Catouse','2019-11-21 13:22:10'),(3827,2,'485fdde5e005cb2ab5deffb005028aff4e912de2',9649,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-21 13:16:41'),(3828,2,'716643379699e5670926423b6f69ec5264f19fbb',9648,'* Fix task #6489.','Yagami','2019-11-21 13:15:08'),(3829,2,'006513e56f323667e7f9bb7309a8e3a61c250594',9647,'* finish task #6566.','wangyidong','2019-11-21 13:15:06'),(3830,2,'8793027662bf245218d64e3ba7f224f46e9a3812',9646,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-21 11:12:28'),(3831,2,'3945b01696b559124cd5783dd06ee31667ec54c4',9645,'* Fix js error.','Yagami','2019-11-21 11:12:05'),(3832,2,'274be9c592910a84a3ceddd86f3a5054eba534d1',9644,'* Fix story type typeList of todo.','guanxiying','2019-11-21 11:07:16'),(3833,2,'9720ffcf60d93b7c4ea6e498afcaf7c7f97d5ce2',9643,'* Create index.html to every folder.','guanxiying','2019-11-21 10:06:57'),(3834,2,'26a5faf5cd10e65219a2d667f2bdd15df6fd3520',9642,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-21 09:13:53'),(3835,2,'97a65c43a7de5a23f5bd57f35c10bf612a37ad99',9641,'* Finish task #6489.','Yagami','2019-11-21 09:13:31'),(3836,2,'84b7c6caf5d6a98e3ba6e9f67e2bbafabc60f490',9640,'* Add call of fix bug type list functon.','guanxiying','2019-11-20 17:23:39'),(3837,2,'3c5c094b9fe2e63caaccbd579f0238faeda7bb81',9639,'* Fix style when concept not setted.','guanxiying','2019-11-20 17:10:19'),(3838,2,'e899334745ce6c64a0f8ed499fae592a4992fb95',9638,'* Highlight concept menu.','guanxiying','2019-11-20 16:59:49'),(3839,2,'4c9b1d2d4daf1d0b349628568bffa06826cdb72b',9637,'* Fix style of concept page.','guanxiying','2019-11-20 16:59:23'),(3840,2,'c43dfdad099c99a5540f0b4d4dcb1336bc8c5797',9636,'* Add concept menu.','guanxiying','2019-11-20 16:57:54'),(3841,2,'92e32e8370d40e80669bb00d2aa74c1df0d439e9',9635,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-20 16:52:34'),(3842,2,'abc006a241d8c0dd4cd13ba74c756d2045d3f4b2',9634,'* finish task #6564.','wangyidong','2019-11-20 16:44:19'),(3843,2,'bff59d49acf7db0c1785401e498b7a9d781000ce',9633,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-20 16:43:09'),(3844,2,'31af2aaca0854ead4846621ba71d2c7acf646c56',9632,'* fix bug #2804, finish task #6514, fix columns size of story kanban.','Catouse','2019-11-20 16:43:05'),(3845,2,'cfe53bf05dba39bc4c804e897548c77f4c7d9908',9631,'* Remove unused codes.','guanxiying','2019-11-20 16:32:25'),(3846,2,'2ded3de5f17cf9d77c5d80d562b7c54d1e0078c4',9630,'* Finish task #6562.','guanxiying','2019-11-20 16:24:52'),(3847,2,'3480f175035963d69380dfc91cb9de76f81777ba',9629,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-20 16:17:50'),(3848,2,'071f28d748eb4df62fd573ec28f3850ac1f8ab63',9628,'* fix calculation error of plan end date.','Catouse','2019-11-20 16:17:41'),(3849,2,'66323f8833910ae2d702136c1a18b6a1a3b5a659',9627,'* Finish task #6547.','Yagami','2019-11-20 16:06:55'),(3850,2,'7a442b0dc234a7e88729db46941db6ea78251bc2',9626,'* Finish task #6546.','Yagami','2019-11-20 16:04:07'),(3851,2,'4860a1849e2acc41993782571f576703f3d5deae',9625,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-20 14:29:37'),(3852,2,'23c78dece4c8b845bd4d2b32463fa96e36754fd9',9624,'* finish task #6548.','wangyidong','2019-11-20 14:25:59'),(3853,2,'19d585f6c77c6945975e639746015cc5debfe61a',9623,'* Remove unused unset typeList codes.','guanxiying','2019-11-20 13:53:09'),(3854,2,'35fe98169f321bba443569fb23ea5d026b10480d',9622,'* Clear unused unset bug typeList codes.','guanxiying','2019-11-20 13:52:16'),(3855,2,'fb5e0e8edc3bd4af264c0e83b1c327984824edbf',9621,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-20 13:34:33'),(3856,2,'8457058a915a5fd2c0926a910135d1b79c63ffea',9620,'* Finish task #6553.','Yagami','2019-11-20 13:34:09'),(3857,2,'e0f4d2be6a91f4ceaade0104e3ccd92e53ab7dd5',9619,'* Remove unused bug typeList.','guanxiying','2019-11-20 13:21:42'),(3858,2,'27b0a26628ea23f1bd58813d3cb51e91605a2d65',9618,'* Fix testtask batchrun bug.','Yagami','2019-11-20 11:28:54'),(3859,2,'67c482275fad6d56f8db2b8877e949f8b756170a',9617,'* code for task #6506.','wangyidong','2019-11-20 10:28:31'),(3860,2,'a996954ccb3821dad2a6264723e7b2cf15cd858a',9616,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-20 10:27:27'),(3861,2,'192af3d23c2338a4bb1ba2a01ab25182d9e3af87',9615,'* finish task #6506.','wangyidong','2019-11-20 10:26:58'),(3862,2,'39e4ddb2594eb398315f7fda0c005c34c982f511',9614,'* Finish task #6544.','Yagami','2019-11-20 10:14:17'),(3863,2,'24ca9fbc017156904f9949950a36fdf7017a9222',9613,'* Finish task #6542.','Yagami','2019-11-20 10:00:56'),(3864,2,'e193e27ebce38caac62a3de1edad74aaa533a811',9612,'* change for en lang.','wangyidong','2019-11-20 09:48:34'),(3865,2,'c9f10bfdc5b999eefc100587b824362f6aa7499c',9611,'* finish task #6509.','wangyidong','2019-11-20 09:29:32'),(3866,2,'fd436aca6bbdb945996b47fb38c7b3d4520514f7',9610,'* adjust for dingapi style.','wangyidong','2019-11-20 09:16:25'),(3867,2,'61e0a9d4f12b688762574c3ba75a1041123452f0',9609,'* finish task #6505.','wangyidong','2019-11-19 17:18:35'),(3868,2,'06a5e621d875158c6151f2eab9d73df774201ef1',9608,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-19 17:11:15'),(3869,2,'97c0a65e21d7e1da708fedcb62ae10f2fdc65c03',9607,'* fix error varname.','wangyidong','2019-11-19 17:09:17'),(3870,2,'a32fbf7a602d0806027e700cfe18de9ed4817aa7',9606,'* Finish task #6516.','guanxiying','2019-11-19 15:41:40'),(3871,2,'aa9fd639fb3468ebc0bdbf64ae3b696152f08cf8',9605,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-19 15:41:05'),(3872,2,'5336c5e1c357c4e97ed7bdb53afcbc378595f212',9604,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-19 15:39:55'),(3873,2,'546d4ae53db495f19a14ae6020f8187b01d1a225',9603,'* finish task #6543.','wangyidong','2019-11-19 15:39:23'),(3874,2,'8e66e7efabfedd584b30da7ca76cbdfb405c0e4d',9602,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-19 15:14:05'),(3875,2,'39be2ba90e5459c27195027342d64a705d3ec6b4',9601,'* Fix bug #2812.','guanxiying','2019-11-19 15:13:18'),(3876,2,'e85b63ec8556a0b6663060ff5392fc183db93e2d',9600,'* Finish task #6541.','Yagami','2019-11-19 14:36:19'),(3877,2,'6e6e9cce0c5942aa52b10a17417116df78e594e8',9599,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-19 14:30:03'),(3878,2,'99e6b82715174492cb300367093c3c8e27e8ac8e',9598,'* Finish task #6524.','Yagami','2019-11-19 14:29:50'),(3879,2,'a9a6068ec77c0c7169293a09551ecc48b1df13b6',9597,'* Fix legendPrjStoryTask.','guanxiying','2019-11-19 14:26:49'),(3880,2,'3116bcf330c4ad0af054d3fe0e11aadfcc575d81',9596,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-19 14:19:53'),(3881,2,'9b3afc02ceb7598093f437df28ef1916f6414b94',9595,'* Finish task #6523.','Yagami','2019-11-19 14:19:33'),(3882,2,'b4b96c21010880652d67b2bd0c0203ee7566f6e1',9594,'* finish task #6561.','wangyidong','2019-11-19 13:56:45'),(3883,2,'08146afd3786631e4c848e4f38008bac08125a42',9593,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-19 11:15:33'),(3884,2,'3173f9a71f339c4b3d04675635af81f6aa1bd4e5',9592,'* Finish task #6522.','Yagami','2019-11-19 11:14:23'),(3885,2,'7244bcda02978c855b93272c0d1437b6da3294ec',9591,'* code for task #6510.','wangyidong','2019-11-19 11:13:17'),(3886,2,'3fd71d9708d7d58df08ab494d5399df8094df484',9590,'* finish task #6531.','wangyidong','2019-11-19 11:12:29'),(3887,2,'a0ca607022725810a338f0c211a17fc8cd1466c2',9589,'* Add case change tips.','Yagami','2019-11-19 11:01:13'),(3888,2,'d59f9aa38a986557a2ef66123871ec0174d60773',9588,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-19 10:13:49'),(3889,2,'9b72dd4df301b32d74540f61790f86986e07b803',9587,'* Fix miss ; bug.','guanxiying','2019-11-19 09:57:02'),(3890,2,'c3c8c4b80fe1ef41d06a6dc34ca4f6a071b346e3',9586,'* Quote $lang->storyCommon with " .','guanxiying','2019-11-19 09:49:22'),(3891,2,'e91028bbb795511f9418d64c3035dd0984e1e40f',9585,'* Finish task #6518.','Yagami','2019-11-19 09:32:12'),(3892,2,'4767fec8514f93aa0b84205e6f35435f93b5a947',9584,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-19 09:16:23'),(3893,2,'4251a59f0d0d33739e327b4b0c34045c2ea68a9e',9583,'* Finish task #6512.','Yagami','2019-11-19 09:15:55'),(3894,2,'1eca1b14c1cd047cda03b25fe856d7f5d185d1e7',9582,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-18 17:13:35'),(3895,2,'c43211716c1b1ceef54bf92214c5ce30ab20449c',9581,'* Remove deleted users from team.','guanxiying','2019-11-18 16:56:10'),(3896,2,'323fc07bab770986692f4ded868014cf68203137',9580,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-18 16:17:56'),(3897,2,'b3c2163a26ec7bb652b86c8261692171fdcba38b',9579,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-18 16:17:55'),(3898,2,'ceebffb6fe54ae57e5a09311a415f0ca5be1de5d',9578,'* Finish task #6396.','Yagami','2019-11-18 16:17:38'),(3899,2,'aa471fff1b4c782b7c335f2021ec8354f315c611',9577,'* finish task #6540.','wangyidong','2019-11-18 16:07:46'),(3900,2,'4825707cae69957455e1ae2dbe11542f4fff9dad',9576,'* Fix bug #2779.','guanxiying','2019-11-18 16:00:56'),(3901,2,'b8e8e4663797185d3fc099c6ad42b908c08b7a72',9575,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-18 15:43:22'),(3902,2,'800bc787229bdf6b0456a27d0908ef7ec3a3d42a',9574,'* Finish task #6502.','Yagami','2019-11-18 14:57:23'),(3903,2,'31a001c6c3193b41b6c26f6ca74ca6b247879669',9573,'* Replace story common.','guanxiying','2019-11-18 14:54:57'),(3904,2,'871a6de666908a56440d03407c740e311b4888bc',9572,'* Fix ajax request.','guanxiying','2019-11-18 14:42:32'),(3905,2,'ec570321592f376c057afeae86424a516e17fab3',9571,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-18 14:21:51'),(3906,2,'be4a224c6494cf51786ca183861526f725f96c17',9570,'* Fix hour point setting function.','guanxiying','2019-11-18 14:20:55'),(3907,2,'7d26078e3de83db3f64ebf334ab47a855e037e68',9569,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-18 14:15:10'),(3908,2,'6434e063427acc72dd2f93a6ee4ce8fb77ce45ac',9568,'* finish task #6539,6537.','wangyidong','2019-11-18 14:14:03'),(3909,2,'c1942d154abae561c77beb90af8247db5aebc9a0',9567,'* Fix story menu.','guanxiying','2019-11-18 13:18:00'),(3910,2,'bda037db5357274dffaf73700a5f97697e1c62f0',9566,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-18 13:09:10'),(3911,2,'58357af226a60b8965b23dc12b100aed8366df27',9565,'* Finish task #6549.','guanxiying','2019-11-18 13:06:50'),(3912,2,'029c22e0ac5bdce3bb247bf7534feb1f3ae420ca',9564,'* Finish task #6500.','Yagami','2019-11-18 11:26:30'),(3913,2,'5d2f8443ab7a528ffb2882559836cf8c00eacd0b',9563,'* Finish task #6499.','Yagami','2019-11-18 11:14:03'),(3914,2,'34b52a68514c3437f326758b96dca00f73ec3203',9562,'Merge branch \'master\' of github.com:easysoft/zentaopms','guanxiying','2019-11-18 09:48:07'),(3915,2,'6b485ddade38531277564343f1b02e4f69105cbe',9561,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-18 09:47:11'),(3916,2,'a418e6f42ffba4800f54dde7f4b7ce8d1e02fe8a',9560,'* Finish task #6497.','Yagami','2019-11-18 09:46:53'),(3917,2,'926212cf06823e48d41762628b3beb3fd55a4fed',9559,'* Add set concept items.','guanxiying','2019-11-18 09:41:52'),(3918,2,'ed524799c38165b7e6eb9786682883ffc4234811',9558,'* Set story common from db.','guanxiying','2019-11-18 09:41:19'),(3919,2,'fdc60a1da9e2747242e9e9ae4345632218a53ce4',9557,'* Add story common.','guanxiying','2019-11-18 09:40:19'),(3920,2,'4448827fca9a41bcdccb7f6d90879f628886e969',9556,'* Finish task #6494.','Yagami','2019-11-15 15:43:59'),(3921,2,'504a490a65601720c9759d8007f81c96edcfc25a',9555,'* Finish task #6492.','Yagami','2019-11-15 13:41:25'),(3922,2,'6cb659aea346ea45288f9b3313a24a0920bacb8d',9554,'* Fix bug #2859.','Yagami','2019-11-15 13:19:49'),(3923,2,'aed741992da826774375250a0fb00630ad697747',9553,'* Fix module export.','Yagami','2019-11-15 11:25:28'),(3924,2,'cc2c00797fd1aab26bf4e5bc22869ec3ab91ad8d',9552,'* Finish task #6491.','Yagami','2019-11-15 11:07:00'),(3925,2,'043ecb81c775480e7e840007d2d28237578cf9d8',9551,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-15 09:51:49'),(3926,2,'a8f40667f98f5b5595c7dcdc1962bac8275ea987',9550,'* Finish task #6489.','Yagami','2019-11-15 09:51:25'),(3927,2,'eb1267ebe756e3a7532ec9eb85d506a7d3d9c114',9549,'* finish task #6536.','wangyidong','2019-11-15 09:04:48'),(3928,2,'64b8d04f77d9ba97c1f45c2400026ddaa5041fe7',9548,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-14 16:54:48'),(3929,2,'e6486f6c19a15ed2c4629088a75fa5a3aa3b0efe',9547,'* Finish task #6487.','Yagami','2019-11-14 16:54:31'),(3930,2,'5716ae1c87c004e39c076003a02caf576d92f452',9546,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-14 16:39:39'),(3931,2,'1b3b228157237aefafdd9b7065a5c97f93ad6728',9545,'* adjust for build deb.','wangyidong','2019-11-14 16:38:32'),(3932,2,'302e2bd7b20fb94e4056e8a0041a7344181146be',9544,'* fix bug 2856.','wangyidong','2019-11-14 16:37:53'),(3933,2,'f540400cff29274dcbf6ba64757a838b0cd10b6c',9543,'* Finish task #6486.','Yagami','2019-11-14 14:54:43'),(3934,2,'6295c54071fe0865434a44e9f3e17d68eb0b123a',9542,'* Finish task #6485.','Yagami','2019-11-14 14:36:39'),(3935,2,'51e84b63ee8e054f3cb65ba59e15131f8dc507b6',9541,'* Finish task #6484.','Yagami','2019-11-14 14:25:26'),(3936,2,'55e0dc16c37f5698da589ffd058d205d0644db7e',9540,'* Finish task #6483.','Yagami','2019-11-14 13:06:42'),(3937,2,'85fa678a6dbbf6e2a3337d3aebd6d7eeac4e613c',9539,'* Finish task #6482.','Yagami','2019-11-14 10:53:14'),(3938,2,'8c75ca4b2dcee1093a04f8a9bf4da37f1ae28552',9538,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-14 10:45:10'),(3939,2,'6a3420954439f498193e278877132d5da53c8d0a',9537,'* Finish task #6481.','Yagami','2019-11-14 10:44:43'),(3940,2,'f2742668a547720dce1c1e4adc5905ba2927b439',9536,'* add CHANGELOG and other lang.','wangyidong','2019-11-13 10:27:34'),(3941,2,'c8835a501564d6a1867dc387300289ffd6a5a150',9535,'* adjust for check referer for api.','wangyidong','2019-11-13 10:08:17'),(3942,2,'95c2e3b81027775324a7f16e6fc9cbb598cf7b33',9534,'* finish story #4411.','wangyidong','2019-11-13 09:09:51'),(3943,2,'714065a8bbecee01ee973f0e1aad4ebb341b624c',9533,'* adjust for check require flow field.','wangyidong','2019-11-12 11:29:53'),(3944,2,'6d6f8cd86981727086185f48c214de1ac6b88632',9532,'* fix bug.','wangyidong','2019-11-11 08:17:41'),(3945,2,'bd4b58d951ac22971b97fa2146499c8a49d776d8',9531,'* fix bug for install.','wangyidong','2019-11-08 14:26:28'),(3946,2,'793319d21bb88f567ea3398f67dce61d1a2b871d',9530,'* add new version and upgrade.','wangyidong','2019-11-08 09:36:05'),(3947,2,'edb0a6004165b9d3a6ba4083b79ff5ca766fa3ef',9529,'* fix bug for alert when save template name.','wangyidong','2019-11-07 15:57:31'),(3948,2,'98a7da512fbd51036dcb2a740dfe3e3bd87acd15',9528,'* fix bug #2064.','wangyidong','2019-11-07 13:53:30'),(3949,2,'7c02a1f88af6ac63de93d595200746034a142a71',9527,'* fix bug #2064.','wangyidong','2019-11-07 13:50:32'),(3950,2,'e181fa91c18bb7ec6501897a073b19e26f95af5e',9526,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-11-07 11:31:52'),(3951,2,'c628ea60efb2ea6c3eb9e70e23d07e2a9ae0705d',9525,'* adjust for style.','wangyidong','2019-11-07 11:31:33'),(3952,2,'a5411a8aca10644d7d68fd740ae11c85c99c8549',9524,'* adjust for dashboard.','wangyidong','2019-11-07 11:30:43'),(3953,2,'630c2a87e75682577c91e202e4c5d4b4aa61791c',9523,'* get all branch for workflowdatasource.','wangyidong','2019-11-07 11:29:29'),(3954,2,'edac0a4dd75c193608afab01ec6350b915385f0f',9522,'* adjust for caselib.','wangyidong','2019-11-07 11:29:03'),(3955,2,'6de30559645ef25303b237da41a26f48bd53d874',9521,'* add ja language support by update zui.','Catouse','2019-11-07 11:00:35'),(3956,2,'53196a2677b7f3810828540bda08ca2b47ac5121',9520,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-11-05 17:19:11'),(3957,2,'81a8539a360f9418683a5992ae752be33fbbdcf4',9519,'* add ja language data to kindeditor.','Catouse','2019-11-05 17:18:56'),(3958,2,'afeab90aee3b9a514b40708ac61988331f534ca6',9518,'* Lang changed. My-Mine on suggestions from user.','reneeteng','2019-11-04 09:26:53'),(3959,2,'fc0f30c34c1bc5f483d786d017f43e6d60b07680',9517,'* Code for cmmi.','Yagami','2019-11-01 15:25:29'),(3960,2,'d5a4b328480068c019216460a81c6b0f8aa6eb0e',9516,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-11-01 15:08:08'),(3961,2,'f3b3199a8cce4f4f9dd5f5069fb6a18ad108f438',9515,'* Code for cmmi.','Yagami','2019-11-01 15:07:15'),(3962,2,'e70fec4e041eb802dc557acd079f84c792cd21f5',9514,'* code for task #9246.','wangyidong','2019-10-31 14:36:46'),(3963,2,'e5c46baa1c1d8e95bc07628bf3bdc3bac96ade4c',9513,'* finish task #9246.','wangyidong','2019-10-31 14:32:03'),(3964,2,'e3e8ae17927b1d0d3bcbfb88c26347c3ee1246c7',9512,'* change for dingding.','wangyidong','2019-10-31 11:08:41'),(3965,2,'ef3f6af06f148842a45d037643f1428d7fd3f15c',9511,'* adjust for task consumed for children task.','wangyidong','2019-10-30 17:24:10'),(3966,2,'244043cebc825b7afea01863c1550b79590a7118',9510,'* fix for caselib.','wangyidong','2019-10-30 17:23:28'),(3967,2,'20573c1751fe2f169148ce1964dd46ceafbf174b',9509,'* adjust for flowchart and block actions.','wangyidong','2019-10-30 17:22:30'),(3968,2,'e85d4e63750e2e2408e99b58a731011b596e2538',9508,'* code for task #9224.','wangyidong','2019-10-29 14:02:33'),(3969,2,'315d5ed402e70b97df7fd8779b84b6aa22f62de0',9507,'* finish task #9223.','wangyidong','2019-10-28 10:44:59'),(3970,2,'b039825514e8b4427da212a15bc801ce2e0cb219',9506,'* adjust style and change translate.','wangyidong','2019-10-28 09:20:40'),(3971,2,'9bee804d5d807e9a5c8fc363dab59ba2f8760d01',9505,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-25 09:55:35'),(3972,2,'77d98ca9ba6d38345421199d8ffeb9280effbbad',9504,'* Finish task #2817.','Yagami','2019-10-25 09:55:13'),(3973,2,'988176b1d4684d7f2b362fd6c990c0f831f1794b',9503,'README use markdown syntax that is shorter and rendered in GitHub (remove ===== lines )','Paul Verest','2019-10-23 10:27:35'),(3974,2,'0ae8d11d711223f89a2ca7f2d33f585f6d421c25',9502,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-22 10:27:30'),(3975,2,'d6d649bdb4cf4fcdc731b4227750468c405e9baf',9501,'* fix bug #1940.','wangyidong','2019-10-22 10:21:49'),(3976,2,'fb894e51fd60d5fae1654e40d8fd7b564846c2f6',9500,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-10-22 09:49:36'),(3977,2,'907c7468b6cb43fdf766d33feb3719c5e32bb9ad',9499,'* fix reload target after complete upload images, see http://ranzhi.5upm.com/bug-view-1241.html.','Catouse','2019-10-22 09:49:28'),(3978,2,'d7144680fc17e8db3edc94dde44b2e8218d73f75',9498,'* Lang bug fixed.','reneeteng','2019-10-22 08:56:32'),(3979,2,'edcb54fbe4c54277b4baacc413b05ed4828b0d36',9497,'* The workflow function support batch operate.','liugang','2019-10-17 15:14:44'),(3980,2,'a5316c566792de33baa9392a941869c245f590ac',9496,'* adjust paperwork.','wangyidong','2019-10-17 10:29:41'),(3981,2,'4f3eb17120bd0ac96103a48355fb2f1923ac21cc',9495,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-17 10:15:51'),(3982,2,'20a1c5b375c8b7093c1188f64b22f6d0158d4682',9494,'* add CHANGELOG and change de fr zh-tw lang.','wangyidong','2019-10-17 10:14:57'),(3983,2,'cfbb1c110855fb20b32ab3e633261b5606a75db7',9493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-17 10:05:55'),(3984,2,'26be63f937740443ba5d0cd4552e899f3afe1acf',9492,'* Finish code form #6408.','Yagami','2019-10-17 10:03:31'),(3985,2,'51919ca1959ae6c246e99ca878bdd68bc7870f11',9491,'* add new version and upgrade.','wangyidong','2019-10-17 08:50:39'),(3986,2,'6e2a0996d99b7f253e1380efdb2317ac7505dfef',9490,'+ add for Françalang.','wangyidong','2019-10-16 17:28:10'),(3987,2,'172964e9bf54ef95fb91df39ab5815ffb0ffb6b8',9489,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-16 17:18:41'),(3988,2,'cf3c318d075511dd7564d7b44e8781cecb1403d4',9488,'* adjust for find questions.','wangyidong','2019-10-16 17:14:40'),(3989,2,'499964122e978a49e1a9039d857d1a11502cad75',9487,'* Code for task #1493.','Yagami','2019-10-16 16:17:49'),(3990,2,'36f688908b4bcaaf654b01545953bdc5dfede3f0',9486,'* Code for task #6394.','Yagami','2019-10-16 15:40:41'),(3991,2,'40fd784524cf05b0dd4a7202a7895c4b7ae0a5b9',9485,'* Code for task #6394.','Yagami','2019-10-16 15:37:14'),(3992,2,'ac5b592e1fbf7beeecc3c7193580e465c5697900',9484,'* Reset productblock.','Yagami','2019-10-16 15:01:10'),(3993,2,'8ef5ab336c918ea92d7a88cf195ca805268e8a35',9483,'* code for task #6421.','wangyidong','2019-10-16 13:12:58'),(3994,2,'e3845c10320c0394881fe6fbd2d4743d1c68e81c',9482,'* finish task #6421.','wangyidong','2019-10-16 13:11:45'),(3995,2,'1142a5a52a33162b7284500925323d62048c9b52',9481,'* finish task #6426.','wangyidong','2019-10-16 10:16:50'),(3996,2,'56ae0ded09aca6f96faac1f1527517a0bfd676ae',9480,'* finish task #6401.','wangyidong','2019-10-15 17:22:55'),(3997,2,'2487b420495bce4149ca658de0c1ec6999cb4386',9479,'* finish task #6407.','wangyidong','2019-10-15 16:44:27'),(3998,2,'4e520da6113b255a7ffc54128a1c6f9a1a658698',9478,'* adjust for task #6430.','wangyidong','2019-10-15 16:19:38'),(3999,2,'82ab8ddc1ef06de2212cfccee2f6a9c6b53b1f87',9477,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-15 16:18:35'),(4000,2,'1bbf58412af5151fbff288565f5d82382a8fb17a',9476,'* finish task #6455.','wangyidong','2019-10-15 16:17:44'),(4001,2,'63cd3978ea58a50e6ebfefa53c244bd65d4f99f0',9475,'* Modify .htaccess to prohibit directory browsing.','Yagami','2019-10-15 14:16:02'),(4002,2,'fbae55624b117e04ab3b8954648aea3ba9cd509e',9474,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-15 13:40:35'),(4003,2,'ea3fe5000e2cd0239cc07016e617644abb053c4d',9473,'* Finish task #6464.','Yagami','2019-10-15 13:40:08'),(4004,2,'0ae2cc74cd3caba219dadd7c7209306def463087',9472,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-15 11:25:14'),(4005,2,'1e3564a250ed68b7e49a267668a41a03258050fa',9471,'* finish task #6409.','wangyidong','2019-10-15 11:24:50'),(4006,2,'f522a796334867ec54c45c853a6af1a52ac27e07',9470,'* change for CSRF.','wangyidong','2019-10-15 11:23:31'),(4007,2,'ad14136ea76c601b6c573523e7776db0c783b9cc',9469,'* Finish task #6424.','Yagami','2019-10-15 11:09:43'),(4008,2,'74410cbc5a265b654e58bb7d12a4e74fa63b8249',9468,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-15 10:53:28'),(4009,2,'7bb1662f9ef45ab4836c132670f49e65db423986',9467,'* Code for task #6424.','Yagami','2019-10-15 10:52:57'),(4010,2,'1928b036e434032bcfa1fd93fb87aac602d34c8c',9466,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 17:34:43'),(4011,2,'ee1afb43ed382c53a6d2e0b149589257e3bb382c',9465,'* code for task #6411.','wangyidong','2019-10-14 17:33:52'),(4012,2,'033e031edebf2dd19c6c6f21ca2fde0972674f10',9464,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-10-14 17:01:34'),(4013,2,'6282d8c6dd789a57ff08f442bc089a9c683fb72f',9463,'* format code.','Catouse','2019-10-14 17:01:18'),(4014,2,'496d059ed7d08b8e3b28a822f4b331aeb40c858f',9462,'* finish task #6423, fix bug #2727.','Catouse','2019-10-14 17:00:48'),(4015,2,'4574c12dc3cb6cba4215b7bead62ba863d5f6d8f',9461,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 16:24:27'),(4016,2,'4ce472b509bde9e5a738fc29a4bdc86ee8a82879',9460,'* finish task #6414.','wangyidong','2019-10-14 16:22:35'),(4017,2,'d383adbb8b83e1e0fa255f7325d8cf85d257d7f7',9459,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-14 15:57:01'),(4018,2,'697a1122ba1d09f5c948b50d233779ee477d921f',9458,'* Code for task #6410.','Yagami','2019-10-14 15:55:30'),(4019,2,'33f5465b54e016fa0f884488f23af309c29d0c29',9457,'* finish task #6416.','wangyidong','2019-10-14 15:43:58'),(4020,2,'42bcf59a23f9070f5bde44ba0ac5e0cd8547a90b',9456,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 15:25:36'),(4021,2,'d6dc09c08add976b6a080a23e0d7af5e9e47e163',9455,'* finish task #6418.','wangyidong','2019-10-14 15:25:14'),(4022,2,'e408817726e819a5c7e0c29c4a0bf259adb0da18',9454,'* Finish task #6420.','Yagami','2019-10-14 15:07:41'),(4023,2,'86c5222d365eb1449d3f704c2e82cf1113f7d1d0',9453,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-14 14:40:20'),(4024,2,'31af090d1ece8d2c7eb062d2f7984830ccbbc6e4',9452,'* Finish task #6410.','Yagami','2019-10-14 14:39:56'),(4025,2,'2be845e3ba932a26bd27d008d78ed221d369a136',9451,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 14:27:09'),(4026,2,'caec432f480f51525404ddc814b8545822a86608',9450,'* finish task #6419.','wangyidong','2019-10-14 14:26:37'),(4027,2,'8286a068416caba6ce493eab55b61f972e2e8c3e',9449,'* Finish task #6440.','Yagami','2019-10-14 14:04:42'),(4028,2,'96983e4a009dce562fbe7e2301b9ad105cd47fea',9448,'* Finish task #6436.','Yagami','2019-10-14 13:45:41'),(4029,2,'2f23d0ab1389a8862d2748f41d2e3b5c2c519592',9447,'* Finish task #6417.','Yagami','2019-10-14 11:16:39'),(4030,2,'1fa9e738f32e5377643846a65085738d29a4ad19',9446,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-14 10:58:12'),(4031,2,'b54f8762792c7f2d5f7fe50db9c134e479574f89',9445,'* Finish task #6429.','Yagami','2019-10-14 10:57:45'),(4032,2,'578511831119f7ea712411656551d2c10750cf31',9444,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 10:47:46'),(4033,2,'e44a6021278705c2d501eb2cb925b83c3f7592c0',9443,'* finish task #6433.','wangyidong','2019-10-14 10:47:20'),(4034,2,'888a34bcaeedffebbc3015d976bbf2a53b65998e',9442,'* Finish task #6463.','Yagami','2019-10-14 10:07:24'),(4035,2,'188079c9c353d6a2815c3e0b1eb62d17f593dee4',9441,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-14 09:48:55'),(4036,2,'71262e445b1f1191a389ff92581d2046c2aa7ccb',9440,'* Finish task #6462.','Yagami','2019-10-14 09:48:40'),(4037,2,'e5dad96cd203ed6301195d7aa6cfe94e86311c90',9439,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-14 09:36:34'),(4038,2,'8897e5ab4e4acf549914bae7b237431cdccdab99',9438,'* finish task #6434.','wangyidong','2019-10-14 09:36:01'),(4039,2,'06738da7b708d1592b4b820a17b009e5328700df',9437,'* Fix activate parent task logic.','Yagami','2019-10-14 09:27:21'),(4040,2,'1038f2a0695ec3ced1c44b062fe50c3ef03e8e66',9436,'* Fix delete template bug.','Yagami','2019-10-14 09:04:52'),(4041,2,'e1d405f16b533d0eae8f170b735286f8abd2f567',9435,'* Fix bug.','Yagami','2019-10-12 17:04:23'),(4042,2,'89e99f4745b65411b453bf7ba149dfdd4772f710',9434,'* code for task #6466.','wangyidong','2019-10-12 16:19:12'),(4043,2,'4ba3b3949856920246281eb66b67f11fe5da390c',9433,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-12 16:02:54'),(4044,2,'5f5ab186af7f5183d645163c8b0584cb938c91fb',9432,'* finish task #6439.','wangyidong','2019-10-12 16:02:33'),(4045,2,'650ff484749b2ab592b7c37c526fad5cd5ef8529',9431,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-12 15:40:57'),(4046,2,'a11601eaff74e23777d7acf03fd92e0cb2621bf9',9430,'* Finish task #6459.','Yagami','2019-10-12 15:40:25'),(4047,2,'71e90595da3a4800d840bf662828a2602cd5604c',9429,'* finish task #6441.','wangyidong','2019-10-12 15:08:29'),(4048,2,'4cbd15766f6f3ce9fdb9f77b7ea1431b6cb52438',9428,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-12 14:52:14'),(4049,2,'2f62ecb51ed43f6507e224bacd4fd79b808055ca',9427,'* finish task #6444.','wangyidong','2019-10-12 14:50:00'),(4050,2,'f4375dc9f07484d600583d792cc6e5f8d75709c9',9426,'* Finish task #6457.','Yagami','2019-10-12 13:56:51'),(4051,2,'6f0586038bd27938100974ccc595c0b8963d3ece',9425,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-12 11:09:55'),(4052,2,'908d70ef34622671e5e4dffaab534baa5f81712a',9424,'* Finish task #6452.','Yagami','2019-10-12 11:08:39'),(4053,2,'219dbdb7f35d3c1886e018825a019672934e232c',9423,'* finish task #6446.','wangyidong','2019-10-12 10:44:40'),(4054,2,'b4ac34cfe44348179b9410709362bbc6782a279a',9422,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-12 10:29:08'),(4055,2,'da2a9751dcbdc382e385d2f2c685add62377c343',9421,'* finish task #6447.','wangyidong','2019-10-12 10:28:02'),(4056,2,'26bd0e996f7bb91c132d4f048bc406d1412d08d4',9420,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-10-12 10:25:45'),(4057,2,'727c6f4fce2a4c4628c84ebec588b4124060b4f7',9419,'* Finish task #6451.','Yagami','2019-10-12 10:09:27'),(4058,2,'b58151d72d4f5c40f2f447ba118af89ce9594436',9418,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-10-12 10:01:41'),(4059,2,'fc97ecc2dae4ad2a427dc07aecc213074964afb3',9417,'* finish task #6466.','wangyidong','2019-10-12 10:01:16'),(4060,2,'c0497a7935f3fd3c4b132ad72cb2b6a18c9f91c8',9416,'* Finish task #6448.','Yagami','2019-10-12 09:41:40'),(4061,2,'19e55905417ebc75cde3e180cf861c4fd58fe826',9415,'* Finish task #6408.','Yagami','2019-10-11 16:26:46'),(4062,2,'98ac711d6d79e6f164418216b111fda216509963',9414,'* Finish task #6406.','Yagami','2019-10-11 15:02:51'),(4063,2,'e0a667b5f8ee56ab846590077725db918a6d5f8c',9413,'* Finish task #6405.','Yagami','2019-10-11 14:20:22'),(4064,2,'7116b062ea6495f9ab5f84c0b95be7238063fd16',9412,'* Finish task #6403.','Yagami','2019-10-11 13:29:19'),(4065,2,'55139fc8994ba91d2511e266eb9f15b8e7623425',9411,'* Finish task #6396.','Yagami','2019-10-11 10:10:46'),(4066,2,'03f04777e2864ee995277ff0b2ada93f2352b65c',9410,'* Finish task #6395.','Yagami','2019-10-11 09:15:37'),(4067,2,'90f304a3fcdcde783741ea204234693b3bc3b4d7',9409,'* Finish task #6394.','Yagami','2019-10-10 15:50:55'),(4068,2,'b16752383d060020cf3b583bdbbf946a51cd4afc',9408,'* Finish task #6392.','Yagami','2019-10-10 14:39:46'),(4069,2,'8f10dc718a206223a7d2e95aa2ebad177c423cee',9407,'* Finish task #6391.','Yagami','2019-10-10 13:56:43'),(4070,2,'59af2053bcb521f7d2e17bbc32f0d0771a33aeae',9406,'* Finish task #6386.','Yagami','2019-10-10 11:26:32'),(4071,2,'fe47c0600a5d1daf0e9ce03364698f7257d7bd9b',9405,'* Finish task #6381.','Yagami','2019-10-09 16:49:09'),(4072,2,'4dd4fb8ea5edc57b262dd6513e4786754cf5264e',9404,'* Finish taks #6385.','Yagami','2019-10-09 16:05:36'),(4073,2,'1821853a9f3cc39fcc2411502f05412615e6b11d',9403,'* Finish task #6384.','Yagami','2019-10-09 10:00:16'),(4074,2,'2433ce4b44059528010a68f0e870659399ef84f2',9402,'* Finish task #6382.','Yagami','2019-10-08 14:34:42'),(4075,2,'54eaa0d545536229aa7b103f91e0c18e86a2d830',9401,'* check timestamp for check entry token.','wangyidong','2019-09-25 15:00:08'),(4076,2,'8dfe360c5c4521c4dbb465ba2d26ea565fbb13b3',9400,'* adjust for computeHours4Multiple when update task.','wangyidong','2019-09-25 08:51:01'),(4077,2,'09c04815ea910b962cfca00b4c486cfbfa643cde',9399,'* add changelog.','wangyidong','2019-09-24 10:41:04'),(4078,2,'c3cd2b7af71877f705a0b354f45c8761c0429b43',9398,'* fix bug #2722.','wangyidong','2019-09-24 10:07:45'),(4079,2,'e41a21b40819479e2c871ec48cc500324daa78a1',9397,'* fix bug #2766.','wangyidong','2019-09-24 09:17:49'),(4080,2,'a3ba864944d3ddf3cfd4e2f203c7b10406dfc6e1',9396,'* add new version and upgrade.','wangyidong','2019-09-23 17:02:10'),(4081,2,'0a0ce92796d4ba34c47a510cf158d3591eda6743',9395,'* fix bug.','wangyidong','2019-09-23 16:26:54'),(4082,2,'8177758b873e1beec6686fab0b4c09f8b04bb764',9394,'* fix bug #2007.','wangyidong','2019-09-20 16:30:23'),(4083,2,'8100b669d2137775b371af57bc3a70263d95606f',9393,'* adjust th width.','wangyidong','2019-09-20 15:27:48'),(4084,2,'82b0d31096bb3d561c0dfff99d3463d14a584761',9392,'* fix bug #2775.','wangyidong','2019-09-20 15:27:03'),(4085,2,'8ebd5c0d640bc8afe37a541f990fd5d5800485ce',9391,'* fix bug #2757.','wangyidong','2019-09-20 15:25:51'),(4086,2,'5fd54d028a236ed730985f8bd64a9c21dd41c02e',9390,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-19 14:27:07'),(4087,2,'9fc841dadaa49067ded9852e6a1c8743250691a8',9389,'* adjust for en lang.','wangyidong','2019-09-19 14:26:49'),(4088,2,'729f73fe05a24811087ff778d2f24eb73c67fb03',9388,'* add appendExec method for upgrade.','wangyidong','2019-09-19 14:26:01'),(4089,2,'b6a3307e41fabc33ee2da4d32e7ea77c631f79bd',9387,'* remove htmlspecialchars_decode for html block.','wangyidong','2019-09-19 14:24:40'),(4090,2,'003f68c25d8a23c8e7a7c46d67eec420daa9007e',9386,'* adjust for convertEncoding.','wangyidong','2019-09-19 14:20:48'),(4091,2,'38956c102f77732688a82cb5bb8b979951770cd1',9385,'* fix for remove api-getmodel power.','wangyidong','2019-09-19 14:20:03'),(4092,2,'2a81b74f81e6b4f065d124633e8d27faccf2bb81',9384,'* fix bug.','wangyidong','2019-09-19 14:19:38'),(4093,2,'501ac515ab45d0ba4f22e69f630f8347e9039bcb',9383,'* fix bug for check click runcase.','wangyidong','2019-09-19 14:18:54'),(4094,2,'6109ccd6419b31ed28972a893a3b5e1ed491a0b4',9382,'* fix chosen ‘middle_highlight’ option not work on enable \'max_drop_width\' option.','Catouse','2019-09-16 10:26:04'),(4095,2,'0b9a820ccc3516b2d8a684ea5b20488bea6b0a07',9381,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-09 10:32:02'),(4096,2,'3eaacbd6e820d528824655dd715bc17d676d94e0',9380,'* adjust for merge table cell.','wangyidong','2019-09-09 10:31:16'),(4097,2,'41a7eefa2f363f7ac3d5c9d3bb7aa9e6792c4c0a',9379,'* Update lang file turnon translation.','reneeteng','2019-09-06 15:35:51'),(4098,2,'4d0347207b5317a8d47fc8fec549e353ca926840',9378,'* fix error variable.','wangyidong','2019-09-06 11:16:34'),(4099,2,'985a717f81b2fcb564cf87900783eaceb4237c00',9377,'* change date.','wangyidong','2019-09-06 10:37:44'),(4100,2,'a01fbd52452c4d24964aad792ab25b530b317d82',9376,'* add changelog.','wangyidong','2019-09-06 10:28:50'),(4101,2,'533e9b7bcb9ca3e96ac786da75cff50f0f96b787',9375,'* fix for upgrade.','wangyidong','2019-09-06 10:20:18'),(4102,2,'6f38d68c1daa7deb528f0e573fa9eb2fe1dbaa78',9374,'* fix bug #2726.','wangyidong','2019-09-06 09:44:58'),(4103,2,'05d385aefeef2ccf0f919d69681a90f7f308ce5e',9373,'* adjust for zdoo logo.','wangyidong','2019-09-06 09:34:09'),(4104,2,'a29d2f9853378c3c2d56235678ce1a01233b11e4',9372,'* adjust for zh-tw lang.','wangyidong','2019-09-05 17:27:51'),(4105,2,'6385bdf9558310113230996809ebff275334c026',9371,'* adjust for message-browser page.','wangyidong','2019-09-05 17:07:15'),(4106,2,'7faea2a8d58dbd77d595e09de9ce210e8360a1fc',9370,'* code for task #6315.','wangyidong','2019-09-05 16:58:19'),(4107,2,'53e6970362b9d3b222e6a603a91a089cd610f97c',9369,'* adjust for bybranch in project-story page.','wangyidong','2019-09-05 16:50:16'),(4108,2,'c16eeefa33cf8426dddee6797d61b6842c68d20d',9368,'* replace ne() function to notIN().','wangyidong','2019-09-05 16:00:04'),(4109,2,'fd790da12ce3c6e38d9244bf97d6df6bc85d5e42',9367,'* adjust for convert url.','wangyidong','2019-09-05 15:59:43'),(4110,2,'3a716727760c59b86dbe95ddf3140ee1321e4918',9366,'* add count for tab.','wangyidong','2019-09-05 15:51:40'),(4111,2,'ed71329e57851f1e8290959f910c6d548efe0d76',9365,'* change doing to undone.','wangyidong','2019-09-05 15:50:38'),(4112,2,'3d2623aa2d39b804a30bdbf8343a5b293ba06403',9364,'* add new version and upgrade it.','wangyidong','2019-09-05 13:06:15'),(4113,2,'26fef265205f93711c120205f47fc2cd65729f37',9363,'* code for task #6290.','wangyidong','2019-09-05 10:42:06'),(4114,2,'77873ce9d984bb34a26ee7c22aa6c6c7d1510efe',9362,'* code for task #6290.','wangyidong','2019-09-05 10:31:55'),(4115,2,'abd68e9428e633e81b1574bb04c2ea5fa005ed39',9361,'* code for task #6337.','wangyidong','2019-09-05 09:38:12'),(4116,2,'1ab959e73141c6a9f7f3a03364a28d44ceebbb8d',9360,'* finish task #6336.','wangyidong','2019-09-04 17:27:45'),(4117,2,'e841301ad5f46eac21341c7f17780b893fab2746',9359,'* fix bug #2723.','wangyidong','2019-09-04 16:00:01'),(4118,2,'48d6f5b58dbd0a60a9703d95843519e5911b257c',9358,'* finish task #6288.','wangyidong','2019-09-04 14:40:31'),(4119,2,'334988c15adfcccc7cfd325ca52b1516df104a97',9357,'* finish task #6335.','wangyidong','2019-09-04 14:20:52'),(4120,2,'88bd364938665fad5bb46387d63c155ee2471882',9356,'* finish task #6322.','wangyidong','2019-09-04 11:18:54'),(4121,2,'2eaadb167bedba866e2ad1b7f2071b6062b7b79f',9355,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-04 09:02:41'),(4122,2,'c02ab53c025ae4e31d63e8921fa146390a2e1c8c',9354,'* finish task #6314.','wangyidong','2019-09-04 09:02:11'),(4123,2,'d2c577c6f6e739d57eccdb7d003e6c8b5772afa3',9353,'* fix get plan list when product is null.','wangyidong','2019-09-04 08:51:23'),(4124,2,'f90da50eb773689bf668d76f33c8974eb8f4cf55',9352,'* fix bug #2608, task #6318, call convertURL immediately to kill bug.','Catouse','2019-09-03 17:33:22'),(4125,2,'95b38298e0d1a34b9915f02899dafa1aa6e46eff',9351,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-03 15:35:13'),(4126,2,'51fc8211a95a40c18f0f105e5471f738ccb3f6ac',9350,'* Remove console.','Yagami','2019-09-03 15:34:58'),(4127,2,'b72f3f5db3d9eb6d6ed58e944c06c7b3c467f090',9349,'* code for tutorial.','wangyidong','2019-09-03 14:31:48'),(4128,2,'f6b7bc5c822de78f86e1912819278e72359c5bd9',9348,'* fix error.','wangyidong','2019-09-03 14:28:48'),(4129,2,'981d69a87e90edf947366c07f82d22d10d8f41aa',9347,'* code for task #6310.','wangyidong','2019-09-03 13:18:55'),(4130,2,'2b78f532832d0f7cacf4ae6e14bf5909db377b82',9346,'* finish task #6310.','wangyidong','2019-09-03 13:17:45'),(4131,2,'485f4493f917606f58511f408d4b9ebaf09e5b23',9345,'* finish task #6305.','wangyidong','2019-09-03 13:06:45'),(4132,2,'2123c1556e3e33cae325730a9448f02616f8a266',9344,'* fix bug.','wangyidong','2019-09-03 12:14:01'),(4133,2,'bf2df9018bdcaa716e6c34023259cdfc977888ea',9343,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-03 11:21:54'),(4134,2,'f7841fd6041cc4ad34bfe9b5aab7ed18e36baa12',9342,'* code for task #6300.','wangyidong','2019-09-03 11:21:29'),(4135,2,'59aea35e14eff214a4f8f033ee635de56e487bd2',9341,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-03 11:19:41'),(4136,2,'21683d111569903be261af8adfe4b0e06c4be07f',9340,'* Fix testsuite view icon.','Yagami','2019-09-03 11:19:26'),(4137,2,'5e29f3bde550a2407436e9e9e8f18a08d059d14c',9339,'* code for task #6300.','wangyidong','2019-09-03 11:13:41'),(4138,2,'bf449d22381103e9533872b246eb7ff94abb2ba1',9338,'* finish task #6299.','wangyidong','2019-09-03 11:12:21'),(4139,2,'f7efb2c55448880b5aebb46bcd79c84f3e05bcd1',9337,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-03 10:19:44'),(4140,2,'280ca6be64b8ded00e8baea7701ae29b0716a1eb',9336,'* Finish task #6300.','Yagami','2019-09-03 10:19:28'),(4141,2,'6ac14da5d1a60909bb6ac45984a438d99a2adedc',9335,'* finish task #6297.','wangyidong','2019-09-03 10:15:20'),(4142,2,'751e0c88fbd9019f3365afaf009a05f006bd3494',9334,'* adjust for ignore steps.','wangyidong','2019-09-03 09:59:47'),(4143,2,'921a8f27d68dc8f6ca0914b65031d19701a95dd8',9333,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-03 09:28:21'),(4144,2,'afd1ca6b48b3f30fa9e938764a9dcb0f18d72ca0',9332,'* adjust for testreport result report.','wangyidong','2019-09-03 09:27:05'),(4145,2,'fadc04854d8adea8cf73c31322213b8a8ab7ac55',9331,'* Fix cases css.','Yagami','2019-09-03 09:21:56'),(4146,2,'eb0f77ad7bcc419e53b679d1fd14dd0e1e054a96',9330,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 17:29:41'),(4147,2,'6c2f090d9a483608b32c483cfb417a14b558a36a',9329,'* Finish task #6301.','Yagami','2019-09-02 17:28:51'),(4148,2,'f3620ab742cedf68826328c3a6eb56f4715137cb',9328,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 16:56:47'),(4149,2,'fabc6a6dd5d8c49ff41c11c50b8532593f876ee2',9327,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 16:45:44'),(4150,2,'3fee80770046fb0cf22fad3d663561dfe3d5a9ed',9326,'* Finish task #6302.','Yagami','2019-09-02 16:45:34'),(4151,2,'88ce61027278e283451ad86ff08ca69cf0f71d35',9325,'* finish task #6295.','wangyidong','2019-09-02 16:45:24'),(4152,2,'5ee62cd458e3eb541e12692bf4829f115e7dc41d',9324,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 15:53:19'),(4153,2,'626ac77395fd8ac18925fe76d4bc1b5e378496c8',9323,'* Finish task #6303.','Yagami','2019-09-02 15:53:08'),(4154,2,'7a29a3b98eb9517c4f8376eec4c0c24d01cea12d',9322,'* codefor task #6291.','wangyidong','2019-09-02 15:40:16'),(4155,2,'c73849844f935575544eb90945abface62d41709',9321,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 15:38:52'),(4156,2,'e161871c4f969e00dfb2d882ecf477bb36f0d4f2',9320,'* code for task #6289.','wangyidong','2019-09-02 15:38:05'),(4157,2,'f0702a44a9c03d561364d115a566cddbc8e2ea5d',9319,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 14:53:58'),(4158,2,'95aed78ea7a44f5e802522b3280360e71ce133b1',9318,'* Finish task #6298.','Yagami','2019-09-02 14:53:43'),(4159,2,'a68675a69e7e890846a5a8128d32c45804622bbe',9317,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 14:40:10'),(4160,2,'399cb34274718d2bdcffcd55a2e8834a7508ab23',9316,'* adjust for ignore steps when post has no steps.','wangyidong','2019-09-02 14:38:24'),(4161,2,'2840f01585e1bf5cb2e05a1f96233f89dc8f178d',9315,'* Finish task #6317.','Yagami','2019-09-02 14:32:46'),(4162,2,'3c77275523422d3056f71d70d6338fb8a2e95340',9314,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 14:16:01'),(4163,2,'61b30b5649705910aa9953f61948531c0ea2cd6b',9313,'* Finish task #6315.','Yagami','2019-09-02 14:15:47'),(4164,2,'da63d1684f6953da41bec5d4c8131ed951cd4bf4',9312,'* finish task #6294.','wangyidong','2019-09-02 13:52:03'),(4165,2,'d59d4ce086b1cc026e76d6a9a5973674b5154224',9311,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 11:47:13'),(4166,2,'59e05ed701ed732cf3a13d0e551a15040df1d1f2',9310,'* finish task #6293.','wangyidong','2019-09-02 11:33:45'),(4167,2,'79439f5546de1e4b2930e46cd4ca5c568fae9173',9309,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 10:49:55'),(4168,2,'d206d13913cb9e1b571af4ae794254a6053cce09',9308,'* Finish task #6316.','Yagami','2019-09-02 10:49:43'),(4169,2,'efde0ab92f6c84eee0eb1aa7c22dc5845b1f7820',9307,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 10:48:29'),(4170,2,'d19044bb33102e034c2cfe9a47ac67101048b4dc',9306,'* adjust for task #6291.','wangyidong','2019-09-02 10:47:14'),(4171,2,'98f83c98f6cf94e4a4cfd1c998ea4ca5862d6c97',9305,'* finish task #6292.','wangyidong','2019-09-02 10:32:52'),(4172,2,'cab21108dd2efe354ec19147403ec4c50a4361f2',9304,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 10:28:15'),(4173,2,'6256fd35ab50b564f6c71698223d7512c85d7e8c',9303,'* Finish task #6308.','Yagami','2019-09-02 10:28:05'),(4174,2,'141e10ec8855b59d040104c71fa662b3079a339b',9302,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 10:26:38'),(4175,2,'5f6c55fa8d41c5d529d04e46206d0f0c320be17f',9301,'* finish task #6291.','wangyidong','2019-09-02 10:26:10'),(4176,2,'1e948d433a5010d6cd73e7c3b61a20559cdac158',9300,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 10:24:52'),(4177,2,'6fc9c4b30d3bd5ddae9e63b4c256d26a38a9860e',9299,'* Fix task #6323.','Yagami','2019-09-02 10:24:23'),(4178,2,'2893b5b9fbb061c77a32ab11632392d73efc9676',9298,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 10:18:18'),(4179,2,'dafc15c699874018717485f8efc56c97388c0c7c',9297,'* finish task #6290.','wangyidong','2019-09-02 10:17:35'),(4180,2,'cd0bbd642a4a7e5ae4496bdb055e284315b6e38e',9296,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 09:40:57'),(4181,2,'83fcc6b265b044b523c7d8ac70c979931f8d5e6d',9295,'* Finish task #6323.','Yagami','2019-09-02 09:40:28'),(4182,2,'eecb6a5020ccda02ccfd9c25f57fc118df406141',9294,'* code for task #6289.','wangyidong','2019-09-02 09:17:07'),(4183,2,'2e8d4ae45ecf7fad3a077d63c7da6bc5c5a5c253',9293,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-09-02 09:12:43'),(4184,2,'d29ac3a948f18c3e5c4886e2319cc603d2e51b11',9292,'* code for task #6288.','wangyidong','2019-09-02 09:12:17'),(4185,2,'56173821a7308c63db8bce8b2ccbec6c017d81ec',9291,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-09-02 08:26:58'),(4186,2,'bc919217adb1006700938485b1c842f997aaed69',9290,'* finish task #6288.','wangyidong','2019-08-30 15:02:15'),(4187,2,'b0d08b4a895c5a968fc54a8abea7c25883206d42',9289,'* finish task #6289.','wangyidong','2019-08-30 15:01:50'),(4188,2,'6575a6eb8c09ba6de15440d8ae71aaf504916e74',9288,'* finish task #6287.','wangyidong','2019-08-30 14:07:50'),(4189,2,'7de530b5aeae9ddb628335c5aa6e83794240c8c4',9287,'* finish task #6286.','wangyidong','2019-08-30 13:28:21'),(4190,2,'5f96873413bb8bc614df6da3598a7e76631a26f1',9286,'* finish task #6285.','wangyidong','2019-08-30 10:00:15'),(4191,2,'92487e13d1a50bce139c12d7f2c942dbead7870a',9285,'* finish task #6284.','wangyidong','2019-08-30 09:30:45'),(4192,2,'f6b9c6f85f3543681616d95de224ad1715080e57',9284,'* fix bug.','wangyidong','2019-08-29 15:18:59'),(4193,2,'cd5a27618594cd59c92508ffd61ea0e49f49b021',9283,'* finish task #6283.','wangyidong','2019-08-29 14:28:52'),(4194,2,'e7cc7845346add53caf7e1acd4f564299f3b660d',9282,'* finish task #6281,6282.','wangyidong','2019-08-29 10:57:40'),(4195,2,'ae57e370b2731ed91b6ebe24187489321c500c0c',9281,'* Add title to team role.','Yagami','2019-08-28 11:08:00'),(4196,2,'46a6444168e0228a81432f17c2bbabe754e10997',9280,'* fix bug for undelete plan.','wangyidong','2019-08-27 09:55:06'),(4197,2,'c40fc9a762279737304f35405bcb6d9e2038fcfb',9279,'* fix bug.','wangyidong','2019-08-26 11:13:46'),(4198,2,'240d306680e2f858a1c8a0addcb23748e6c822d3',9278,'* fix bug for batch create user.','wangyidong','2019-08-26 10:42:02'),(4199,2,'970b2bb9d9f7a895b6913c5e11b0a8bd066cb589',9277,'* fix bug for create bug.','wangyidong','2019-08-23 11:21:50'),(4200,2,'ff7b160ae5d0c196246ebe94d32a075493edecc2',9276,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-23 09:12:10'),(4201,2,'67a1f68cecdd5566c6665e8a7d7cb2592b03bc1e',9275,'* add changelog.','wangyidong','2019-08-23 09:11:45'),(4202,2,'8e77bad47f0209f0c7f14dc6a03a496504f4bbd8',9274,'* finish task #6264.','liugang','2019-08-22 17:52:51'),(4203,2,'9d586d5160539cc584d09c658111d029031d5655',9273,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-22 17:35:11'),(4204,2,'2a83351760a00b86d5326c9551b47a14e217fbc9',9272,'* add en and zh-tw lang.','wangyidong','2019-08-22 17:34:55'),(4205,2,'f69849c5b80225bc9ae6cf989b6cd316980e1506',9271,'* Add function to scroll kanban and fix side when scroll kanban.','liugang','2019-08-22 17:19:15'),(4206,2,'6652663389b1ff6cd908fc90afba4c15033b347b',9270,'* code for task #6226.','wangyidong','2019-08-22 16:44:36'),(4207,2,'2b360a177251c7fbda93352e75c67d0210f2eb1f',9269,'* adjust style.','wangyidong','2019-08-22 16:44:04'),(4208,2,'4f989a68818feb9af40268d0dae18aa36593c636',9268,'* finish task #6226.','wangyidong','2019-08-22 16:06:40'),(4209,2,'d9ec6fc752786019aff0968ba7324cc1ef231fc1',9267,'* code for task #6226.','wangyidong','2019-08-22 15:27:40'),(4210,2,'2987a833029cdf1368ab945b312739b15349e847',9266,'* finish task #6232.','wangyidong','2019-08-22 14:36:23'),(4211,2,'296d9ebc11ae0351f36736816a4b7a0f2ea1ceb3',9265,'* code for task #6239.','wangyidong','2019-08-22 13:46:32'),(4212,2,'6b9b77fd4ecf8a734b702a42f7952b43f7e2dbf3',9264,'* finish task #6239.','wangyidong','2019-08-22 13:33:01'),(4213,2,'5114ffe2b0f2004a91c7a231eafc20dea2fa6ef1',9263,'* fix for hmac function in class.smtp.php.','wangyidong','2019-08-22 13:30:35'),(4214,2,'c16c150a40f31c60d1ee893545f3482d2c4e429c',9262,'* finish task #6255.','wangyidong','2019-08-22 13:10:51'),(4215,2,'162887854f839e8ec0d37facdb81b6f782348a32',9261,'* finish task #6233.','wangyidong','2019-08-22 11:14:56'),(4216,2,'0ef65f16883a0c7d70544f1feedc2bf213407706',9260,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-22 11:14:03'),(4217,2,'20fbf627ea6da2473114061482a74e0fb648cbc9',9259,'* code for task #6238.','wangyidong','2019-08-22 11:13:08'),(4218,2,'99c1cc37efa806dc4dc7736f60c0b1433712ada9',9258,'* Finish task #6245.','liugang','2019-08-22 10:27:07'),(4219,2,'fb7445e0538b5188ad0c9d18b9cf0b6cc9676617',9257,'* Finish task #6263.','liugang','2019-08-22 10:22:03'),(4220,2,'5e462410b8ae7c16b482dbaf97b617e4432a39bc',9256,'* finish task #6230.','wangyidong','2019-08-22 10:14:52'),(4221,2,'219f8da5632629d711084253d39234bd0314df91',9255,'* fix bug.','wangyidong','2019-08-22 10:04:42'),(4222,2,'c3c34f4b4ac114080614dfc3f690cd5640a6735b',9254,'* finish task #6262.','wangyidong','2019-08-22 10:04:22'),(4223,2,'4be242a50059485615afc81649390ccaa6785343',9253,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-22 10:00:50'),(4224,2,'45943e3411cecf9ff498fb91d1342e5f3e335d26',9252,'* finish task #6236.','wangyidong','2019-08-22 10:00:29'),(4225,2,'a14479678fa3e3be464810f9f47acd2cf4390d68',9251,'* Fix bug that the subStatus do not display the default value when drag a task from a lane to another.','liugang','2019-08-21 17:39:44'),(4226,2,'d1da47ff11edef7f70d54f19d53d20a4cdf2ac9f',9250,'* Adjust function getStatus to get status when update a testcase.','liugang','2019-08-21 17:04:31'),(4227,2,'8dee6d79b8f62a20e0a49e7d69eaa1c29c17f6f5',9249,'* Rename function changeSubStatus to ajaxChangeSubStatus.','liugang','2019-08-21 17:03:48'),(4228,2,'f8d8eecd9d5edc1dec819fc565ebd81661be9c11',9248,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-21 16:50:27'),(4229,2,'12b217ffcb65b498049eb8ec543a0e281ba8abe6',9247,'* finish task #6227.','wangyidong','2019-08-21 16:50:09'),(4230,2,'190a83bc94e3a8927209e1546f4e77ac4854c91d',9246,'* Adjust codes to display subStatus in kanban.','liugang','2019-08-21 16:34:52'),(4231,2,'253e0ab3a89844411f1205a30dae593580422b3a',9245,'* finish task #6231.','wangyidong','2019-08-21 15:32:29'),(4232,2,'8c239149e9beca14f071d655d0a8801aa270f5f7',9244,'* finish task #6234.','wangyidong','2019-08-21 10:32:50'),(4233,2,'ab197cee1da029c4f37c624a4dd8d7cf4bab9b85',9243,'* finish task #6235.','wangyidong','2019-08-21 10:30:20'),(4234,2,'9e43c72ab8b85cd1ad54dc310c2c4a6bc29d5852',9242,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-21 10:29:11'),(4235,2,'afe13403239b825ffa7eade20905baa1809c912e',9241,'* finish task #6259.','wangyidong','2019-08-21 10:28:23'),(4236,2,'aa1609117e77aff667e15d2a3ecac791854deb43',9240,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-08-21 10:27:32'),(4237,2,'f1ef72dfbb6c9effa5b79dc40b003daec34f6416',9239,'* code for task 6244,6242.','jinianlan','2019-08-21 10:25:32'),(4238,2,'c35167f38a8967574cefcd031ff34242afaae167',9238,'* finish task #6238.','wangyidong','2019-08-21 10:18:32'),(4239,2,'f1684ad8e98624f47e0e9f7627da6fff159f52e4',9237,'* finish task #6241.','wangyidong','2019-08-21 10:15:58'),(4240,2,'f71f9c35c63ee3378dea9e471d9a06c00c0b4975',9236,'* adjust for english notes.','wangyidong','2019-08-21 10:12:08'),(4241,2,'8bdcfef9801eb7f192f4eb0ccd17151b13562d29',9235,'* finish task #6243.','wangyidong','2019-08-21 10:11:44'),(4242,2,'336e6e2e3002a23ec954c236de850d3c00ad881e',9234,'* finish task #6246.','wangyidong','2019-08-21 10:09:14'),(4243,2,'61a03933c3368db8732467d5b3171afd4d0d726c',9233,'* finish task #6247.','wangyidong','2019-08-21 10:06:25'),(4244,2,'923a18f5d65aa8901c0af2105bdbaa7af7a841bc',9232,'* finish task #6248.','wangyidong','2019-08-21 09:53:35'),(4245,2,'83525e61525b8cbe4c8e0eee48b35c592fd20954',9231,'* finish task #6249.','wangyidong','2019-08-21 09:40:35'),(4246,2,'fb57ecdfd0181c91f821825a796845b5a2a54fae',9230,'* finish task #6250.','wangyidong','2019-08-21 09:31:29'),(4247,2,'5182a0d9846819c5cc3601bff02885cfac3716fc',9229,'* finish task #6252.','wangyidong','2019-08-21 09:30:01'),(4248,2,'6960c43352d4ee2e414b8c25cdcd989b2275cdb6',9228,'* finish task #6256.','wangyidong','2019-08-21 09:23:01'),(4249,2,'5f3ec326bf2cb37b1fa944eb8761477d5dcfd376',9227,'* finish task #6257.','wangyidong','2019-08-21 09:21:21'),(4250,2,'e9a8c643b3694d3716768941eafc3d5c8af93373',9226,'* finish task #6258.','wangyidong','2019-08-21 08:59:50'),(4251,2,'f24b888446c8988bf834bffa2165a6e7edf5c5df',9225,'* finish task #6259.','wangyidong','2019-08-21 08:55:13'),(4252,2,'475fb0732acc7def3f617e67723766ac726c5782',9224,'* finish task #6260.','wangyidong','2019-08-21 08:47:53'),(4253,2,'cd52f39438e5b57c7213d8bc3b5c3fa3ba32aa78',9223,'* finish task #6261.','wangyidong','2019-08-21 08:43:55'),(4254,2,'5afc39c8e7e004b0f59eac0aeb51fc78f915301a',9222,'* finish task #6229.','wangyidong','2019-08-20 17:24:40'),(4255,2,'f601e76a6ab561675a3a5eab750c681d0e9fd787',9221,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-20 17:21:25'),(4256,2,'95fb1256d91c6aa3dbc7e5cf31b61c050365397d',9220,'* finish task #6228.','wangyidong','2019-08-20 17:20:43'),(4257,2,'2ecbf865eb0d2a2c1f8c750f978cb83625f8cefe',9219,'* Lang file update.','reneeteng','2019-08-20 16:29:42'),(4258,2,'19d6e2407f11540af3a7c126e1f1aca37b25d09c',9218,'* Lang file update.','reneeteng','2019-08-20 15:03:26'),(4259,2,'5cde119e9d697b1d6e4e84147bd34f2ffa346b01',9217,'* Fix bug of status.','liugang','2019-08-20 14:47:23'),(4260,2,'a098f9c515e92ac7852d62da777a4ff118ca4ea9',9216,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-20 09:56:14'),(4261,2,'fdec96cfa0ed4f90780606a03bfb115e979be437',9215,'* change error word.','wangyidong','2019-08-20 09:55:09'),(4262,2,'eab94efa07948bba6b46afc2fd209da27101d864',9214,'* code for task #6186.','jinianlan','2019-08-19 17:53:33'),(4263,2,'153e8b272dc07fae7511e22ab12f7c88038612fd',9213,'* add new version and upgrade.','wangyidong','2019-08-19 11:34:29'),(4264,2,'56dd762c7a03cd5cda1f5a4384163c72617137b6',9212,'* git commit for todo-time label width.','wangyidong','2019-08-19 09:20:59'),(4265,2,'a3354f303e27eadafcd267fa43a490204d33520f',9211,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-16 16:10:53'),(4266,2,'c0451b593b8ecdf4f1e2d5362153171be6f2653f',9210,'* code for task #6180.','wangyidong','2019-08-16 16:10:03'),(4267,2,'c5ccb20195bb75cc196de8f3feaa7d46f31171a6',9209,'* code for get bug filed options for auto test.','wangyidong','2019-08-16 16:09:01'),(4268,2,'74825e33fe1df0dd5c7d9fe5ee857a3c89c33df5',9208,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-08-16 14:12:47'),(4269,2,'255048e8ffa2aac5f77225c1d00675e769e1104e',9207,'* update kindeditor.','Catouse','2019-08-16 14:12:29'),(4270,2,'d8d54f52ba61f5b661165b000cc4cd78e48c5ca4',9206,'* code for task #6180.','wangyidong','2019-08-16 13:06:26'),(4271,2,'66ce614c59fb5d312d286638788dcbc74be0f368',9205,'* finish task #6180.','wangyidong','2019-08-16 12:26:27'),(4272,2,'f40bd1adb54f1c0f46bf25f1191b7ab9b0487094',9204,'* fix bug #2688.','wangyidong','2019-08-15 15:26:15'),(4273,2,'92d402f86d2a0db463dc1b5eba84a279de622052',9203,'* code for task #6171.','wangyidong','2019-08-15 15:03:31'),(4274,2,'bd0eb7d8db575c1ccd30fafcd0a6f78131bb97fd',9202,'* code for task #6171.','wangyidong','2019-08-15 13:51:44'),(4275,2,'68f4606648fdcc1423db2cf0b55349258569b7c8',9201,'* adjust for task #6174.','wangyidong','2019-08-15 11:14:27'),(4276,2,'f2450252ac6198a345307273503f1b508bf46829',9200,'* fix bug.','wangyidong','2019-08-14 15:58:09'),(4277,2,'97fc94791397d0ee5329cc3dc6b1fc02b67e5aa9',9199,'* computeWorkingHours has in updateParentStatus method.','wangyidong','2019-08-14 15:34:43'),(4278,2,'e0e6d677b242bf9040e81bfed3d5c2213a06bd6a',9198,'* adjust for update task status when undelete child task.','wangyidong','2019-08-14 15:27:40'),(4279,2,'1ee6b158a1170682b915421c6d8d8d5d70e21464',9197,'+ add other logo.','wangyidong','2019-08-14 10:01:48'),(4280,2,'fa600971b58efffb748cf4eabe1e6ebb5663395d',9196,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-14 09:00:49'),(4281,2,'010e58555018aa3e4069ac54314413c21fbe24ab',9195,'* finish task #6176.','wangyidong','2019-08-14 08:59:39'),(4282,2,'fd0272d7da43ccdedec48da7f215669f5cb4f978',9194,'* Display labels of user defined flows.','liugang','2019-08-13 16:32:53'),(4283,2,'dc022ad849d8fc7388a82d31d3762e207620fa50',9193,'* Optimize function to printExtendFields.','liugang','2019-08-13 14:58:15'),(4284,2,'901a2472036cb32de0e708830a89bad9c0ecdd15',9192,'* code for task #6200,6189.','wangyidong','2019-08-13 10:57:58'),(4285,2,'72504872ac23095901cefb510ba8febb74b7320c',9191,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-08-12 16:13:39'),(4286,2,'54df20147a8ce1e95cf4dca361faef57390e991c',9190,'* finish task 6191','jinianlan','2019-08-12 16:11:48'),(4287,2,'b46091a3d13b097c751112e3cbc2310e2a638643',9189,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-08-12 16:07:53'),(4288,2,'2e66d11a678ba8faceff57e1ddc3e9428ab76206',9188,'* update zui.js.','Catouse','2019-08-12 16:07:43'),(4289,2,'ec6c3d78ec88264ba015e112bb20509898a8f67f',9187,'* code for task #6200.','wangyidong','2019-08-12 11:56:21'),(4290,2,'9b6207141cdadd3a435ed75ee4af4e314d8cd138',9186,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-12 10:39:24'),(4291,2,'72cd70ad88dc861912a3e25d58bf4a2a80e07596',9185,'* finish task #6213.','wangyidong','2019-08-12 10:39:00'),(4292,2,'968390978c85749a3bcba34350c654b67eda2616',9184,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-08-12 08:25:42'),(4293,2,'c6cba5483e6415438087da4b43d294555b1a3b4a',9183,'* finish task #6173,#6174,#6175,#6183,#6186,#6187.','jinianlan','2019-08-12 08:23:00'),(4294,2,'551acd6ddbb412062968de6a47dae4a4b7c0cfbe',9182,'* Optimize.','liugang','2019-08-09 17:35:34'),(4295,2,'9cf4d28a79cd68eb548e6f7ed98c4c406336d764',9181,'* Add comment.','liugang','2019-08-09 16:15:34'),(4296,2,'90422eb0e8a835ef2026586202b93d578e96c988',9180,'* Remove useless codes.','liugang','2019-08-09 16:15:20'),(4297,2,'f5d7bd7697981651a06db314514ce48fc77a483f',9179,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-09 15:53:12'),(4298,2,'6c65cb0b484fd021620771fe939761aed79a4d5e',9178,'* Y disk and MeshIoT content edited.','reneeteng','2019-08-09 15:43:43'),(4299,2,'03c8fc5ba4b19ef72b78896c409e463456d0071a',9177,'* code for task #6194.','wangyidong','2019-08-09 15:42:45'),(4300,2,'9d4b78a8f2d3fe389bcf284b04139e656055509b',9176,'* finish task #6171.','wangyidong','2019-08-09 10:29:57'),(4301,2,'083df68ae9d8725a8f1b4c031f0cb5576738065c',9175,'* code task #6180.','wangyidong','2019-08-09 10:28:48'),(4302,2,'20ffb9bbbfcdfef2957c70bab79c141dc1b8c862',9174,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-08 18:48:56'),(4303,2,'ad844896d3583c565565073e285d6cca2599e414',9173,'* code for task #6178.','wangyidong','2019-08-08 18:48:09'),(4304,2,'c6fbb324bc5c545be74b2823c654360c853be600',9172,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-08-08 18:37:50'),(4305,2,'5e68baf8c50b27c65b14352246071f027aa822a5',9171,'* Add function to get columns, statusMap, statusList, colorList of kanban.','liugang','2019-08-08 18:37:25'),(4306,2,'bd9e0ce1f6410a4535c727f9459e061ea3bbf5b9',9170,'* finish task #6188.','wangyidong','2019-08-08 16:42:05'),(4307,2,'dec97060a67c363cdd223bf5af325e2b1579c0c8',9169,'* finish task #6205.','wangyidong','2019-08-08 16:29:51'),(4308,2,'ccb5ddd4744a3a6faea6b558e76464aaec9936da',9168,'* finish task #6209.','wangyidong','2019-08-08 13:21:56'),(4309,2,'321b27c81b7f1cc8adebc40d05f0bd771d445817',9167,'* finish task #6208.','wangyidong','2019-08-08 13:12:49'),(4310,2,'2fbe7943f37ddb81894f9dd375869832b22c04a8',9166,'* finish task #6212.','wangyidong','2019-08-08 10:25:03'),(4311,2,'d7f0dad090c1053ce576cb816bd6c3904b4e5681',9165,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-07 16:56:58'),(4312,2,'fd0bfd97e5de79cfcd74a41ef4a2f35ecefbca04',9164,'* finish task #6201.','wangyidong','2019-08-07 16:56:37'),(4313,2,'e27d2f401215119efc6d21b3e2fe8b68492fb4fb',9163,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-08-07 16:21:23'),(4314,2,'842667e0a0a2c484084cd4afaa47842eb71d477f',9162,'* Lang testcase type.','reneeteng','2019-08-07 16:20:43'),(4315,2,'db78f99f3490e0e5d3868e27e8b3027cd1d38b41',9161,'* finish task #6199.','wangyidong','2019-08-07 15:51:33'),(4316,2,'13d46d92a1d688c250ac29ec4eea23602b72c0cc',9160,'* finish task #2662.','wangyidong','2019-08-07 15:50:27'),(4317,2,'7964ce412ff8574be0c2faf989e68fdbc42f2794',9159,'* finish task #6190.','wangyidong','2019-08-07 15:27:39'),(4318,2,'7bdb12995a12b2f6ea913616e9f985c2360e8304',9158,'* finish task #6185.','wangyidong','2019-08-07 14:15:13'),(4319,2,'f8647ef6ae4bb06c5fc2e9812f29af7209a302c4',9157,'* finish task #6181.','wangyidong','2019-08-07 13:19:19'),(4320,2,'0d11f9d8811d84fb3f68dea483e8c96767ffcbff',9156,'* code for task #6180.','wangyidong','2019-08-07 13:10:07'),(4321,2,'2503a6bb1a3fe40951483df652ae0bc452463826',9155,'* finish task #6180.','wangyidong','2019-08-07 11:32:08'),(4322,2,'beefd94f9d9cbe8f42cf1697d4e6d10a361f896c',9154,'* fix for compute password strength when login.','wangyidong','2019-08-07 11:30:45'),(4323,2,'9e152a5620605e797ade9e29ca570272407c91bf',9153,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-07 09:51:34'),(4324,2,'53c6a6bc5c59476363f18b56f6ab7f0370d8e3d6',9152,'* finish task #6179.','wangyidong','2019-08-07 09:50:27'),(4325,2,'506aaa3d741ac578e0eab12bc786a8172867c99c',9151,'* Change sub status when status is changed and sub status is not set, and record the changes.','liugang','2019-08-06 18:05:31'),(4326,2,'6cbd736ddc2209c5326b9f51a20b90fcf60955b2',9150,'* finish task #6204.','jinianlan','2019-08-06 17:33:46'),(4327,2,'fc3dbd87ffcf6925a3813bad851ea46f909dc0ae',9149,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-08-06 17:04:52'),(4328,2,'4deb236c541bf4b168989cca147596f4ecf6db42',9148,'* finish task #6193.','jinianlan','2019-08-06 17:03:44'),(4329,2,'cd0e4ee3fef6f3826221da379d4f7c00aa36f914',9147,'* Adjust lang files.','liugang','2019-08-06 14:35:43'),(4330,2,'8794e9c8df0c79358ee9929dfeb76c904be3c5e3',9146,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-08-06 10:46:12'),(4331,2,'b03634638aba039e46ea4542ad1fec3dccb334f3',9145,'* fix Bug #2679,#2637,#2590,finish task #6172,#6182','jinianlan','2019-08-06 10:40:22'),(4332,2,'d2e807f127a95922f50cbae9d50e77f8c9b14ab4',9144,'* Set function to get status by ajax.','liugang','2019-08-06 09:41:45'),(4333,2,'9a55866871f14e3c0f87fc529543205df494cfe0',9143,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-05 17:28:48'),(4334,2,'2c052fee902a8875e4a47d70694ac76f78e5676c',9142,'* finish task #6177.','wangyidong','2019-08-05 17:28:29'),(4335,2,'ca3032e32593669fade0e807d9dec3b0b402e6b4',9141,'* Set hidden status in pages.','liugang','2019-08-05 17:25:30'),(4336,2,'8943de7c93ca7fc5ef50f9e2e0cdd5089c415ed0',9140,'* adjust for auto height.','wangyidong','2019-08-05 14:15:31'),(4337,2,'9c758a25ebdc70d3dacfd9a9cccc108ce6b7e181',9139,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-05 14:05:32'),(4338,2,'e78adb5f412dbfec54cf9795d3189cdcb4dce4b6',9138,'* code for task #8446','wangyidong','2019-08-05 14:04:17'),(4339,2,'b69e070b5998bdac19a6c9747a62a52f048c3793',9137,'* fix Bug 2654','jinianlan','2019-08-02 18:36:43'),(4340,2,'6586422f9668c8b3c1835fffbe0c4eee9bcd45d2',9136,'* finish task #8391.','wangyidong','2019-08-02 14:48:14'),(4341,2,'b71b877e2b124e34d5c946836b1bf016d4bc5ddf',9135,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-02 13:40:47'),(4342,2,'922800cb818c07c078eca9b09eeffc71dae03aa2',9134,'* change for task #8445.','wangyidong','2019-08-02 13:40:13'),(4343,2,'50ff9f7dd6095c77f20d0da49e8a277fc6f0a817',9133,'* Add comment.','liugang','2019-08-01 17:42:33'),(4344,2,'fc2eda8fa645cb7b648087b309bdb26ce58715e0',9132,'* fix Bug 2671','jinianlan','2019-08-01 17:38:49'),(4345,2,'7e0d1c74c9e6325d9d39e5c3256bb4dc043cbbbb',9131,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-08-01 17:23:48'),(4346,2,'1ea682dd89f81663f3257c160f5948ca28b3e05f',9130,'* Optimize codes to get options of the subStatus field in search form.','liugang','2019-08-01 16:55:47'),(4347,2,'6e75c8d6445c3fc722bcdbecf29ce664ff7b79bf',9129,'* Lang file update.','reneeteng','2019-08-01 16:30:10'),(4348,2,'d3a51bf7f43b0c4081a808b3460048202b19575f',9128,'* remove upper case letters for lang code.','wangyidong','2019-08-01 16:25:30'),(4349,2,'e7782435877725f887c7a8ee1e225e71975de7f9',9127,'* replace fsockopen for don\'t validate remote hosts.','wangyidong','2019-08-01 16:24:48'),(4350,2,'94e363f9d2131af1e12153e58c44c549f1cc0536',9126,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-08-01 15:40:54'),(4351,2,'182e0f7158ad5dd660b31221985b017280b0f972',9125,'* adjust for bug confirm style.','wangyidong','2019-08-01 14:09:07'),(4352,2,'55143c8994d24fe33418ccaded8e31fd982feb7f',9124,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-08-01 13:45:54'),(4353,2,'14de95c84711524b72a74afaff3eb27887a22d54',9123,'* adjust for build lang file for translate.','wangyidong','2019-08-01 13:42:03'),(4354,2,'1289533006f0af18064c2aca980f120d455ef478',9122,'* fix Bug #2664','jinianlan','2019-08-01 09:07:46'),(4355,2,'917dfe069631481e9d3a0b4ff325674e0efac211',9121,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-31 17:25:52'),(4356,2,'b85198eef6a1808c7a7ed4e886a90a832810d43d',9120,'* finish task #8395.','wangyidong','2019-07-31 17:15:57'),(4357,2,'1870ba51c0169f63555766b1838656173245cb9c',9119,'* finish task #8388.','wangyidong','2019-07-31 16:14:33'),(4358,2,'bb2ca5d5507def409da3061dec2fdb4778424d59',9118,'* finish task #8393.','wangyidong','2019-07-31 15:58:29'),(4359,2,'bc003897a4c7030fa23f00986688ac9667345acd',9117,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-31 15:55:53'),(4360,2,'2430536531baeecc0bc8323abbb898d0c680165f',9116,'* finish task #8397.','wangyidong','2019-07-31 15:55:27'),(4361,2,'b3ea0b9834ef4cfc9e308dc507f65b996a661fdf',9115,'* Add lang for workflow.','Yagami','2019-07-31 14:17:54'),(4362,2,'3e8ea0bc982ac27dcf7b89fcc42043ebc8020049',9114,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-31 14:13:50'),(4363,2,'693a0dfe3ed89a5a2b8d7edf1f7f08599e271400',9113,'* Add lang for workflow.','Yagami','2019-07-31 14:13:32'),(4364,2,'5eb2d402d0bebab8cc3b838a0932ea3c0ee784f0',9112,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-31 14:03:24'),(4365,2,'de7d71945901e5ac62ef78f0cc2fe4c1e6c506de',9111,'* adjust for task #8280.','wangyidong','2019-07-31 14:03:00'),(4366,2,'48fb3206048cb4dc46a8c17670ed1717aedfc1a1',9110,'* Add lang for workflow.','Yagami','2019-07-31 14:02:02'),(4367,2,'a1c8888cf49d15ba2fea519a23d41faf0abdd86c',9109,'* code for task #8280.','wangyidong','2019-07-31 13:43:51'),(4368,2,'b11645ec2cdc3666297d4ac81e56c3e9f1639305',9108,'* Add lang for workflow.','Yagami','2019-07-31 13:33:39'),(4369,2,'63f9916a858cddb4d0aa6e4f700e95814f8626df',9107,'* Add lang for workflow.','Yagami','2019-07-31 13:24:18'),(4370,2,'10752dbefb1274cd5ab361bc5460441174b7c7e9',9106,'* Add lang for workflow.','Yagami','2019-07-31 13:17:51'),(4371,2,'26b203e20a6767be88b70388538439f782810913',9105,'* Add lang for workflow.','Yagami','2019-07-31 09:28:00'),(4372,2,'73b82e2e00ed2a9d4b224613dd4377c6a095fc65',9104,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-31 09:11:34'),(4373,2,'17bc28a65aacb66b96f27a0a4ae7269a5c8d6aa2',9103,'* Add lang for workflow.','Yagami','2019-07-31 09:11:13'),(4374,2,'59ea86853cdb8b1a82de2fce6df939cff68faadf',9102,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-31 09:10:24'),(4375,2,'f3a57d65d7ad53781aecfdfa9dcb01e43d869e54',9101,'* finish task #8387.','wangyidong','2019-07-31 09:10:00'),(4376,2,'51650527319e9687bf67b7a0053be934febdabfb',9100,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-31 08:58:03'),(4377,2,'6b10f0ca152e7837511320cf7f918138dd53cce4',9099,'* Add lang for workflow.','Yagami','2019-07-31 08:57:33'),(4378,2,'15c6c30ee4a47bda406d140e5444bfb9076f24a9',9098,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-31 08:55:54'),(4379,2,'7e2634631306a02241055327076d6123aac519ed',9097,'* finish task #6155,#6151,#6147,#6144','jinianlan','2019-07-31 08:54:16'),(4380,2,'59251affd2f6daada3f0bb775044f2122816969c',9096,'* Finish task #6152.','Yagami','2019-07-31 08:23:13'),(4381,2,'9c53dd8e6b554b8754764e9c021d6800c75c9e1d',9095,'* Use the function zget to get users.','liugang','2019-07-30 17:33:59'),(4382,2,'2a011d5d42227e34e1de9af77a9692729aef7a19',9094,'* code for task #6145.','wangyidong','2019-07-30 17:06:43'),(4383,2,'b3163a8d37b3837cf35966cf289c322b6af1ad5b',9093,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-30 17:03:22'),(4384,2,'1b257668c44f3f6032e1fde027b90329db39bbf7',9092,'* update zui.','Catouse','2019-07-30 17:03:08'),(4385,2,'f4f3b64d175e9a5aae961a730752ef33c2de622b',9091,'* revert group task js.','wangyidong','2019-07-30 16:53:42'),(4386,2,'3f4a0d8016dd3164febc74b6670f8833ed9f89b0',9090,'* fix for cron.','wangyidong','2019-07-30 16:34:39'),(4387,2,'1cc1daa794242f479a1fb1e2dc6318c3839dc4c0',9089,'* Use the function processStatus to get status of a record.','liugang','2019-07-30 15:41:13'),(4388,2,'53ffb2ab7886468f96478cc89e89fa4dacea2d53',9088,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-30 15:39:19'),(4389,2,'17b53acaa98fcd74883318f3042d7afa6ae7d0ba',9087,'* finish task #6161.','wangyidong','2019-07-30 15:38:49'),(4390,2,'0ec5dadb1c4a6319f75b39cbc1541dd58e09e925',9086,'* Use the function processStatus to get status of a record.','liugang','2019-07-30 15:17:27'),(4391,2,'9174165657e351d9cacaf19a3b797c731385e40a',9085,'* Use the function processStatus to get status of a record.','liugang','2019-07-30 14:41:36'),(4392,2,'c4d36eb77b2eb605786efe0e74c3c45a2a625cf2',9084,'* Optimize.','liugang','2019-07-30 14:36:44'),(4393,2,'cd2162d54a29870a7917b2951b23f7d3cd80121c',9083,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 13:20:20'),(4394,2,'c66e1aca82621fbad86c0fca139b97689082ddb9',9082,'* finish task #6159.','wangyidong','2019-07-30 13:18:57'),(4395,2,'2a7007fdbb30bbe6f8717bba8380a6fa93b0daf4',9081,'* Use function processStatus to get status of a record.','liugang','2019-07-30 13:15:26'),(4396,2,'884f0c1ecce2c85181a3dd82acee4f3f2719dad4',9080,'* Use function processStatus to get status of a testcase.','liugang','2019-07-30 13:12:27'),(4397,2,'fc77a1c39e1f411faef6e3550f2227f0371439c9',9079,'* User function processStatus to get status of a bug.','liugang','2019-07-30 13:09:49'),(4398,2,'9df3aaf581a4029ae5c558f14649286293ba5f87',9078,'* Use function processStatus to get status of a task.','liugang','2019-07-30 13:08:17'),(4399,2,'729961d20508053924aaaf16ec03b14b135b7668',9077,'* Use function processStatus to get status of a record.','liugang','2019-07-30 13:05:53'),(4400,2,'63bc2c997cfff3ccf4c618e6cfe28429c9598500',9076,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 11:12:06'),(4401,2,'e37db0942ff9845f630a98e8f0d71cdee4ec4a09',9075,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-30 11:11:45'),(4402,2,'f2b1fd85cca60747d6a708c44b7ff9c9a2953f45',9074,'* code for task #6154.','wangyidong','2019-07-30 11:11:20'),(4403,2,'e9eac7a6b86a958182d4280e36d765b6a01bcb2c',9073,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 11:11:04'),(4404,2,'c27bfc290c801d5cd4296c255e0a786510ce6425',9072,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-30 11:10:28'),(4405,2,'0976a004a8abc5f386a397fda2851169221c1714',9071,'* Add lang file for workflow.','Yagami','2019-07-30 11:10:14'),(4406,2,'2bf5424cb07772198db4bc402aeac823a41c760f',9070,'* Use function processStatus to get status of a record.','liugang','2019-07-30 11:09:44'),(4407,2,'5075275b61ec446e3356a849db2846ce58e44974',9069,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 11:09:05'),(4408,2,'63a3839104ae207e81fd3f1a23fe7dde580d5420',9068,'* finish task #6150.','wangyidong','2019-07-30 11:08:11'),(4409,2,'d320fcc0c103ad3e5a9a777660feef108c26c034',9067,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 11:00:07'),(4410,2,'b3e0c2acdd5790144f72247095b9a96993f383dd',9066,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-30 10:59:01'),(4411,2,'82e99eaa8d9770b43be21a0c22def3003fac1f70',9065,'* finish task #6142.','wangyidong','2019-07-30 10:58:35'),(4412,2,'b233d6e6f662595258f7cb3d6125889b41d5e285',9064,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 10:58:05'),(4413,2,'2a452c2750380a36babe7de453d50d323a43c9b1',9063,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-30 10:57:32'),(4414,2,'7c8428ba93293eba8af9ab63e691eeb5234f969b',9062,'* Add project lang file for workflow.','Yagami','2019-07-30 10:57:06'),(4415,2,'3b88281cd289cf50dc66b6828ce9d279aa7668f3',9061,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 10:52:04'),(4416,2,'0174ccc8cd105a20423347e3bb16ac879148a18b',9060,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-30 10:51:11'),(4417,2,'1364cd2f91249056875dbf70badae68faa0d27f9',9059,'* finish task #6140.','wangyidong','2019-07-30 10:50:41'),(4418,2,'0552f20bf0e84752dcb74206fd27c4964caa4506',9058,'* Use function processStatus to get status of a record.','liugang','2019-07-30 10:49:12'),(4419,2,'77b2b6333861ca3c187dbe212d33141c140329cb',9057,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 10:42:05'),(4420,2,'0f3e4c54ab5af64056c7b41c540238f3a89f5087',9056,'* Add lang to story.','Yagami','2019-07-30 10:40:43'),(4421,2,'0d6ec9a0367901d3af39b5fe726cf668675af325',9055,'* Use function processStatus to get status of a product or a project.','liugang','2019-07-30 10:38:43'),(4422,2,'7d3818dd5afc6cd85318d4d79c0bdcf488207235',9054,'* Add function to process status of a record.','liugang','2019-07-30 10:38:15'),(4423,2,'d8f65cf55f5be4ebb23d4bd9d76774cec5909d85',9053,'* Add lang file to productplan.','Yagami','2019-07-30 10:26:19'),(4424,2,'0945ca833c7ea33ce6909ebadf5f3b072b6d8f5c',9052,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-30 10:20:16'),(4425,2,'4a544fb1c50b92a601e38a0a3a06fad547ee7d28',9051,'* Add lang file to product.','Yagami','2019-07-30 10:14:23'),(4426,2,'5e32ee1081cf1c01fec251b3c190b180ea534f75',9050,'* Add subStatus in lang files. * Change sub status when status is changed and sub status is not set, and record the changes.','liugang','2019-07-30 10:10:10'),(4427,2,'ed8646a54a97987e0dfb346948135fa6f37a3361',9049,'* Change zt_testcase to zt_case.','liugang','2019-07-30 09:06:18'),(4428,2,'54a3aaf8ed0e67b7d062e77525d7337d9cd60268',9048,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-30 09:03:36'),(4429,2,'c06773e491651dd7fd54ea70ca70a47ea4bfd0fc',9047,'* Finish task #6156.','Yagami','2019-07-30 09:03:09'),(4430,2,'e6d63124057863afdb164cae3f79a04b9958e872',9046,'* Add subStatus to database.','liugang','2019-07-30 09:03:01'),(4431,2,'f0671e2ead43146a904ee50896ca7c3ce6159108',9045,'* Finish task #6165.','Yagami','2019-07-30 08:39:39'),(4432,2,'6a997c7fe13e656ac40b4e88d10c4af2d0ac3781',9044,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-29 16:54:04'),(4433,2,'8d26d61fb1991fe4ffe389594ce490ea963345af',9043,'* Finish task #6162.','Yagami','2019-07-29 16:53:48'),(4434,2,'5bb74f6ebcfafe5e94f4bf83dbdbb446cf0f63b3',9042,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-29 16:48:36'),(4435,2,'190a4b468db77e87e035cd80f939652a004459ef',9041,'* finish task #6158.','wangyidong','2019-07-29 16:47:47'),(4436,2,'dca5030a987dd383c6c3f226f1cd6216c1138412',9040,'* Finish task #6153.','Yagami','2019-07-29 16:39:55'),(4437,2,'5c0a10d51d01888b70bb1ee372a2ccab34f04655',9039,'* Finish task #6148.','Yagami','2019-07-29 16:38:21'),(4438,2,'a7afbc7188dd6645b118093f4aa01a0b27898c63',9038,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-29 16:34:50'),(4439,2,'bb59fa934931227dd149ad3cafaacf48d328a516',9037,'* Finish task #6148.','Yagami','2019-07-29 16:34:28'),(4440,2,'4fca90196004ed2fe03afe1f483f41f40e81c2f7',9036,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-29 16:31:40'),(4441,2,'6b3c34dba21be9d25afa89fa71e273030fdf14de',9035,'* finish task #6160.','wangyidong','2019-07-29 16:30:55'),(4442,2,'b6c4a32007a81a7635b674283ebed41d2c9143f0',9034,'* Finish task #6146.','Yagami','2019-07-29 16:30:22'),(4443,2,'4e3df671e3817daf2294f721f715b3fbe78104f9',9033,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-29 16:05:02'),(4444,2,'ab6d63e87ca4360247e394c1e665ac3ba230ba91',9032,'* Finish task #5715.','Yagami','2019-07-29 16:04:44'),(4445,2,'b3b77d8b8dafb29f0f20fb2c74b021b778b0124c',9031,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-29 15:57:51'),(4446,2,'c90aac3512463ad1f6257f4ef5e8d02635c8380d',9030,'* finish task #6166,#6149,6139','jinianlan','2019-07-29 15:54:08'),(4447,2,'782de27ac63b0c505b0016da3dfa215b1f5a5805',9029,'* Optimize codes and add comments.','liugang','2019-07-29 15:53:31'),(4448,2,'a8d37d279f1d3d62c7733b3a9e748ae3aae7f61e',9028,'* Finish task #6141.','Yagami','2019-07-29 15:49:15'),(4449,2,'282b43d42621ca53d5c203e0a9c9e91b16e66f86',9027,'* finish task #6167.','wangyidong','2019-07-29 14:53:14'),(4450,2,'ca50ee698cdcb3bc836b3697387ac6087ddfad85',9026,'* finish task #6168.','wangyidong','2019-07-29 14:36:00'),(4451,2,'d187bc851513125c83f2eb625535b0fc42ba85cd',9025,'* remove debug code.','wangyidong','2019-07-29 09:09:22'),(4452,2,'e701f45620cea0ee0a5d1abf38aa48f2cc3b6a1d',9024,'* adjust for setControlFile.','wangyidong','2019-07-29 08:46:55'),(4453,2,'9c81da7069e83d3743ec398266860b20f269b6e3',9023,'* Change width.','liugang','2019-07-26 19:04:38'),(4454,2,'6c66211714f736e04de8145b67b5b7baa5d9009c',9022,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-26 17:49:18'),(4455,2,'5ace83db9a8da80d84f12fee6e4ea0d75c70cb1b',9021,'* adjust for sendmail.','wangyidong','2019-07-26 17:48:52'),(4456,2,'8e0f54cf6edb917acfa42b7478ae8f9b0fd2e32d',9020,'* Finish task: https://backyard.cnezsoft.com/pms/task-view-8372.html','chenfei','2019-07-26 16:04:09'),(4457,2,'e258415f5a3dc33303fa029cd668b2dacf1af782',9019,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-26 15:49:20'),(4458,2,'9b2174e0016b9a774e897f0096f5ca6ab75443de',9018,'* adjust for code style.','wangyidong','2019-07-26 15:48:56'),(4459,2,'1b87f3c9c1ac79870b52b968244639b4959162da',9017,'* fix bug for parse float consumed when finish.','wangyidong','2019-07-26 15:47:46'),(4460,2,'935fc96403c0dfb51e2dafae1c1f8703ae92aeca',9016,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chenfei','2019-07-26 15:45:30'),(4461,2,'1928dc0e69c54cc910e0de6dc6bef47155633a8c',9015,'* Finish task #8350.','Yagami','2019-07-26 15:19:48'),(4462,2,'f333ad229a4eca0642f8edf21526a3d5a0e7b1dc',9014,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-26 15:15:20'),(4463,2,'8555d3ac21585974b9134cffdb2c54bb8eaff50e',9013,'* Finish task #8349.','Yagami','2019-07-26 15:15:07'),(4464,2,'973809cd738ee474c102b3504edbd9e6db7b29fd',9012,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-26 15:06:50'),(4465,2,'5deed47298cf7b784ab9442e75dd809015ae0244',9011,'* Finish task #8343.','Yagami','2019-07-26 15:02:05'),(4466,2,'815baa1cea3c067f7f2db6ef7ff3619fa4663e63',9010,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-26 15:01:11'),(4467,2,'964ab3bf31321f22e35ef6afd1f0a838b6e3a9fd',9009,'* finish task #8348.','wangyidong','2019-07-26 15:01:05'),(4468,2,'aeda35218e18e7529ef21c91ebb4247100ee17f0',9008,'* Finish task #8342.','Yagami','2019-07-26 15:00:57'),(4469,2,'e2e40902938b29094b1b72e6b1f09581df6a930c',9007,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-26 14:57:17'),(4470,2,'ae56637431353518e5c2ac637db807d65736132d',9006,'* finish task #8346.','wangyidong','2019-07-26 14:56:12'),(4471,2,'11404183bb184707d8dbbf6b350ebd8144c1232d',9005,'* finish task #8344,8345.','wangyidong','2019-07-26 14:52:45'),(4472,2,'230c02ff1de7db3a0208f35be68d868e2bcf94a0',9004,'* Finish task: https://backyard.cnezsoft.com/pms/task-view-8347.html','chenfei','2019-07-26 14:41:29'),(4473,2,'3367f7718d0dd25df34b3e98ed58a5f3dbb6bc06',9003,'* Finish task: https://backyard.cnezsoft.com/pms/task-view-8341.html','chenfei','2019-07-26 14:36:26'),(4474,2,'5c1b1f44532ade5f1638ebfec9551a5c974e140a',9002,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-26 14:34:35'),(4475,2,'e8d577ec6802742f13bcefeb491f890b00ba4189',9001,'* Finish task #8340.','Yagami','2019-07-26 14:34:07'),(4476,2,'1e7386530378e316b5037a949eb7b4e8a89588a0',9000,'* Change flowModel::printFields to control::printExtendFields.','liugang','2019-07-26 08:49:55'),(4477,2,'aac0ce255498f22c37eb95681046d6587e7d8435',8999,'* fix Bug #2656,#2653','jinianlan','2019-07-25 17:57:15'),(4478,2,'621f338faa8ec51d5ca643a4a5e8cd0bf47a3701',8998,'* Optimize the function executeHooks.','liugang','2019-07-25 13:02:18'),(4479,2,'d5e9999636c5ef2f3505fe0fcba58267c4e40e67',8997,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-24 20:05:55'),(4480,2,'b6b9901b82bddf229cc6994e3c6674790d216261',8996,'* fix Bug #2653','jinianlan','2019-07-24 20:04:35'),(4481,2,'821095baf76b3598d25a57692e6ec36fd456a85e',8995,'* Adjust execute hook for workflow.','chenfei','2019-07-24 18:26:00'),(4482,2,'3d626b7026e946576f1b6e356ea4daa0c47a4840',8994,'* Fix bug of view a flow page by path_info.','chenfei','2019-07-24 18:06:29'),(4483,2,'aecff9993270481cfd97d5d701452b51009d11c5',8993,'* Fix bug of view a flow page by path_info.','liugang','2019-07-24 17:49:40'),(4484,2,'55c45acae5edfafbc2e2414dbae982f7987cf1b3',8992,'* fix Bug #2660','jinianlan','2019-07-24 16:24:15'),(4485,2,'409dd4680e77efaceb482753fa90e352a82fcd18',8991,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-24 13:44:40'),(4486,2,'ff55e2267fe18ae2f4d89ceb7e796b51adb5e5ce',8990,'* add printExtendFields method.','wangyidong','2019-07-24 13:44:01'),(4487,2,'f70eef7789f01f45a2e0ac3eeb036c552ba4e091',8989,'* Optimize function executeHooks.','liugang','2019-07-24 10:49:41'),(4488,2,'f1b0faf11b7714a042ae6db4d06b1831dc58cfd7',8988,'* adjust sortable file.','wangyidong','2019-07-24 09:35:40'),(4489,2,'f858660ceb18ace078a704717266d57dd0f17885',8987,'Merge branch \'master\' into zentaopms_workflow','wyd621','2019-07-24 09:14:23'),(4490,2,'65ca28c11195ebfcef940d37844986aeb43ecedd',8986,'* fix task #2651,#2642','jinianlan','2019-07-23 16:03:21'),(4491,2,'77d18538783abd6118daab9e152000658ff7b016',8985,'* fix task #2651,#2642','jinianlan','2019-07-23 16:00:11'),(4492,2,'6ef88595e17fcd3202a1f4dfb0283282b4060bf6',8984,'* Add codes of workflow.','liugang','2019-07-23 14:17:56'),(4493,2,'0672bc7a0bb1007f4e4bfa77f690fb7218ce24c3',8983,'* finish task #2656','jinianlan','2019-07-23 14:06:31'),(4494,2,'ed834881b856a67d2d7fbc84e0a76628e64b250a',8982,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-23 14:05:49'),(4495,2,'a1bf91fb7b5c82325cac720c4417fa52912f3238',8981,'* cache file read image.','wangyidong','2019-07-23 13:45:54'),(4496,2,'7c989eaf12c6c3adb9a4e5e0644ad1a4a06bc092',8980,'* Code for task #8292.','Yagami','2019-07-23 11:11:09'),(4497,2,'fbf7a7f073868c27f8acd9dbd7349b8d05a04c31',8979,'* finish task #2651,#2642','jinianlan','2019-07-23 09:46:54'),(4498,2,'3ce866ab083b1a33dbd1384e8e722be672358fa1',8978,'* Fix filter class.','Yagami','2019-07-23 09:24:55'),(4499,2,'0d413b3f652c758c1ed8fef82f4191b1f7474d9d',8977,'* Rename extension to hooks.','liugang','2019-07-22 17:07:51'),(4500,2,'c8958a558185df44d8356a3e2ff17dd3824d5fcf',8976,'* Add function to execute extension.','liugang','2019-07-22 16:36:53'),(4501,2,'7337f2814442e88f077f3bfedaef51663462a287',8975,'* fix bug.','wangyidong','2019-07-22 15:37:52'),(4502,2,'aee1a01e28a2a008bc93953898f79e1ef034ca84',8974,'* adjust for build lang file.','wangyidong','2019-07-22 08:55:24'),(4503,2,'898fef566f16aaaf0b542ba3950787411166d545',8973,'* fix translate model.','wangyidong','2019-07-19 11:49:21'),(4504,2,'b17d7c299973b58a765cddcb87a02b8849dea272',8972,'* add checkeEnLang method.','wangyidong','2019-07-19 11:34:38'),(4505,2,'169a0fa5fb8184eaa6a5df0aa911213eceec5d34',8971,'* adjust for import js/css with js::import/css::import.','wangyidong','2019-07-18 16:51:01'),(4506,2,'a0dfd4985ce50755e787bd12bbabaa2a0ad26cad',8970,'* fix for alert noticeOkFile.','wangyidong','2019-07-17 16:55:32'),(4507,2,'e23d015afe50ff4185b19ec2209eb4f92992dec9',8969,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-17 14:13:08'),(4508,2,'cdd72c088f87f756c44a10de67c2470ffa65eb9d',8968,'* Translate lang file update.','reneeteng','2019-07-17 14:12:45'),(4509,2,'fc82d05224ab76a06cf6b0e9b825fc4f6ce8d2c0',8967,'* adjust for make zentaoxx.','wangyidong','2019-07-17 13:54:34'),(4510,2,'b11d886973d3930e5fc1e814b3ef6cd6994c933c',8966,'* Add object to printField.','Yagami','2019-07-17 13:30:38'),(4511,2,'c99584b24803e638e6be066b68080a94b1f45467',8965,'* adjust for','wangyidong','2019-07-17 11:20:44'),(4512,2,'276bb44453fc036c6ea02bda6ada6ee1e72910ce',8964,'* Fix code error.','Yagami','2019-07-17 10:36:01'),(4513,2,'564562925c277c756ab8a53cd915206a9232e58f',8963,'* fix bug #1824 in backyard.','wangyidong','2019-07-17 09:20:46'),(4514,2,'bc09bbb48ada269dc0c3ce8e1a0edd7ef10f3387',8962,'* change for downloadxxd.','wangyidong','2019-07-17 09:11:56'),(4515,2,'fab4290b35680ddebe5b824dcd98638dcce53fed',8961,'* adjust for api lang.','wangyidong','2019-07-16 16:47:28'),(4516,2,'0f82741d3676aee6fdc23e2a6bfdab899a36c356',8960,'* fix bug for check project lib priv.','wangyidong','2019-07-16 15:30:30'),(4517,2,'4cc39880120f03d35684aad5555b9c0a447d07b1',8959,'* change review name.','wangyidong','2019-07-16 14:04:30'),(4518,2,'eb51c0fda2f807a21d208c442d08a615c8a8a9da',8958,'* change for zh-tw lang.','wangyidong','2019-07-16 13:39:35'),(4519,2,'f6411e0aeb92d788c4349fdd994dc8c594414f0f',8957,'* fix bug for page style.','wangyidong','2019-07-16 13:20:35'),(4520,2,'69578d0e49ba2fea6385078d94a4c78d7cde99bf',8956,'* finish task #6083.','wangyidong','2019-07-16 12:07:17'),(4521,2,'c242294d4efc10a1dac40a475d3420e21c6ba089',8955,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-16 12:03:50'),(4522,2,'34a0fa9d7fa5b2dbb5e8edba9dce6e9ad0a4840e',8954,'* adjust for editor and translate.','wangyidong','2019-07-16 12:01:53'),(4523,2,'853fbbd18e3a6d946ff1b73a5ceb3c57d9ca7120',8953,'* adjust for aiux link.','wangyidong','2019-07-16 12:00:25'),(4524,2,'be9d543c44dc4d7c435fe626e6ea4af29791a885',8952,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-16 11:29:56'),(4525,2,'0052275e90b5d6d102941cbc9e8869922f1f2df4',8951,'* update kindeditor.','Catouse','2019-07-16 11:19:10'),(4526,2,'5f6f1dc63f1731a96c17a882da1c470b6d3fadad',8950,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-16 11:15:02'),(4527,2,'632a099b7fdaa8eec500082c7ae0b6f47672ee6a',8949,'* use english text as default language in zui components.','Catouse','2019-07-16 11:10:45'),(4528,2,'ea8e12fa2876c7ea32acd47adeecbcfdff256297',8948,'* fix task #6096* fix task #6096* fix task #6096* fix task #6096* fix task #6096* fix task #6096* fix task #6096* fix task #6096','jinianlan','2019-07-16 11:07:23'),(4529,2,'6ee6194783e6ceb2d1ad3795c6855778bd029fa2',8947,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-16 10:58:26'),(4530,2,'a31d6c47d6406ea2926f40346c8d34ceace6ca52',8946,'* add icon-share by update icon fonts.','Catouse','2019-07-16 10:58:20'),(4531,2,'4150fceb217e7028db38de398f45dac0451aa06c',8945,'* fix task #6108','jinianlan','2019-07-16 09:11:07'),(4532,2,'f26fb450647f50b1f8cda7ddc18077b8a99a9eb8',8944,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-16 08:51:59'),(4533,2,'e2a7da40afcdf3e8a0b5b5c95cb89299165bebf7',8943,'* finish task #5103,6102','jinianlan','2019-07-16 08:29:38'),(4534,2,'cb87a2b0cfa3958587f4420fbf77fa3283d376be',8942,'* finish task #6087.','wangyidong','2019-07-15 17:10:52'),(4535,2,'c383da7a8c695d7b2beaba9aca8af75774ceb3a6',8941,'* finish task #6097,#6103,#6108,#6100','jinianlan','2019-07-15 17:07:26'),(4536,2,'ae935b46b1b0200ef45145c0c52b2d23c952646f',8940,'* finish task #5965.','wangyidong','2019-07-15 16:29:32'),(4537,2,'141d5c1f8c00740b89104372a5207aaeedfac2b6',8939,'* finish task #6094.','wangyidong','2019-07-15 16:18:53'),(4538,2,'f0be1fb448916a66a38b734a978d46905e252c02',8938,'* finish task #6093.','wangyidong','2019-07-15 16:11:46'),(4539,2,'20a984becc7a40de67dcef5a2ea0a0d0aae2418a',8937,'* finish task #6092.','wangyidong','2019-07-15 16:06:37'),(4540,2,'de4447829c284d214986f580eec5d349dfa646b0',8936,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-15 16:01:26'),(4541,2,'37bda2cb510665db7063cf442a46fadd0c0edace',8935,'* finish task #6091.','wangyidong','2019-07-15 16:00:41'),(4542,2,'2671f7a044687573e5a6dbdb58cc9c131e38a978',8934,'* finish task #6090.','wangyidong','2019-07-15 15:56:31'),(4543,2,'b66672a42be9589a6238aa16f87a945420202dea',8933,'Merge branch \'zentaopms_workflow\' of https://github.com/easysoft/zentaopms into zentaopms_workflow','Yagami','2019-07-15 15:25:23'),(4544,2,'bda1031eca65bede4aa9f570db4c4dec3cc07891',8932,'* Fix bug for doc.','Yagami','2019-07-15 15:23:29'),(4545,2,'600a4fd8c157af2a38b0e4042c3aa8fbe6f3626b',8931,'* finish task #6088','jinianlan','2019-07-15 14:47:17'),(4546,2,'8dc80beb9f622a6235aff40d6790c76c953fc68f',8930,'* finish task #6088','jinianlan','2019-07-15 14:44:18'),(4547,2,'0fc983d89032c4b940e2b7b781b9aecbf28e7920',8929,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-15 14:43:13'),(4548,2,'8507b229779a7b204fb2c44c8ed908d5bdf823f7',8928,'* Lang file update.','reneeteng','2019-07-15 14:42:36'),(4549,2,'89f9507638fdc704f287541487fd1389848008e6',8927,'* Lang file optimized.','reneeteng','2019-07-15 14:38:58'),(4550,2,'1a508d3a97833e6e9365bda091a5a6e493b2dca3',8926,'* finish task #6096','jinianlan','2019-07-15 14:23:39'),(4551,2,'f047de96cb95fffe71a69bddc96636b308100250',8925,'* finish task #6105','jinianlan','2019-07-15 13:59:50'),(4552,2,'29a97a4f1cb6138a7a360d0b50cbb53bec07fe09',8924,'* finish task #6085.','wangyidong','2019-07-15 13:41:14'),(4553,2,'56dfe5030dccdce76c52bf0f0db429357546f0c1',8923,'* finish task #6084.','wangyidong','2019-07-15 13:37:59'),(4554,2,'c05813c0d928e3f770472b0e6d097fc4c82e7844',8922,'* change for task #6082.','wangyidong','2019-07-15 13:20:59'),(4555,2,'afad39685f6e62c539a358645665a5c224c803e5',8921,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-15 09:12:33'),(4556,2,'4f3b6de567d5b2f2bfa7d9fdb6146016df9cb2b2',8920,'* Lang file update.','reneeteng','2019-07-15 09:10:29'),(4557,2,'00a096c5eee2a1a7adfe143f27d4977b68d806ee',8919,'* change for en to de lang.','wangyidong','2019-07-15 08:07:30'),(4558,2,'707b8c7507e50faf42ad5228490526d413a9a09f',8918,'Merge branch \'zentaopms_workflow\' of https://github.com/easysoft/zentaopms into zentaopms_workflow','chenfei','2019-07-13 13:35:28'),(4559,2,'90014ee5ccea12d5782c439bfc7532085ff0cb9e',8917,'* Code for task #8278 of inner backyard pms.','chenfei','2019-07-13 13:31:44'),(4560,2,'549b0a85b00c76501fb23ec08272a15ea85fff7c',8916,'* Add codes to print labels set by workflow.','liugang','2019-07-12 17:37:46'),(4561,2,'136e68e3dca59fc63902684c2adecd758db66f02',8915,'+ add de css.','wangyidong','2019-07-12 17:24:42'),(4562,2,'760a4cde762d9933cff0bd4683dcebc978919d8d',8914,'* fix bug #1837.','wangyidong','2019-07-12 17:08:13'),(4563,2,'e40bb305df3b7127d60326ee77ab5028d68c3e2b',8913,'* adjust for upgrade.','wangyidong','2019-07-12 16:50:07'),(4564,2,'a621ff9037511bd355dc3c1b7a54b9822fa22149',8912,'* add new version and upgrade.','wangyidong','2019-07-12 16:44:30'),(4565,2,'9143f4e38f71315faf69ade6944291777d46e5fe',8911,'Merge branch \'master\' into 11.5','wyd621','2019-07-12 15:55:04'),(4566,2,'b65e00d0f8ba5486d7a62e5c3db9d2d9168140b2',8910,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-12 15:23:42'),(4567,2,'e71d8fa75fd3205c730099387614726b14d14167',8909,'* fix bug for select table.','wangyidong','2019-07-12 15:23:14'),(4568,2,'c6e8ef42add7885b75eb936e5e51195f9c014e47',8908,'* update zui.','Catouse','2019-07-12 14:54:53'),(4569,2,'0722210180dd4381f7047a04bd81b84fb88eb54b',8907,'* code for task #5997.','wangyidong','2019-07-12 14:49:19'),(4570,2,'c51eac4776cc6ca3226207bb788daa32c2210224',8906,'* finish task #5997.','wangyidong','2019-07-12 14:44:39'),(4571,2,'48b2ba98258c6a97cefd0f86c32c44e337c4f7fa',8905,'* finish task #5993.','wangyidong','2019-07-12 14:42:16'),(4572,2,'05bb51f8309707885b25800ea9993bd22e36f026',8904,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-12 14:40:30'),(4573,2,'2f3bf3f63ae19782120989be8c777aa459515fb2',8903,'* finish task #5992.','wangyidong','2019-07-12 14:39:02'),(4574,2,'1c87bcf7b638b7e9e6dd73aa34c37062c8c76d0b',8902,'* adjust for report.','wangyidong','2019-07-12 14:23:09'),(4575,2,'743edff8857df599d59258542c318dc9884e62e8',8901,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-12 14:16:33'),(4576,2,'e80eed10071bca8cf0542b16f13d3b4afb569ad0',8900,'* Lang file update.','reneeteng','2019-07-12 14:15:54'),(4577,2,'43e58d64a6866d329c8d6939ecc443655414dbee',8899,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-12 13:27:08'),(4578,2,'a1ebc953e8d7564b066f1fd900ab53a21fce4135',8898,'* update zui.','Catouse','2019-07-12 13:26:05'),(4579,2,'068a38a9c4d7f4f83e642b5c5f306dd1442865f5',8897,'* finish task #5960.','wangyidong','2019-07-12 13:25:15'),(4580,2,'56666d927f456694ab1c44cf70282d69d7b15b25',8896,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-12 13:21:11'),(4581,2,'f85d506938a8865d158cf195c3735efbb68ac9c7',8895,'* Lang file update.','reneeteng','2019-07-12 13:19:30'),(4582,2,'8a313c4ef43b4142bcd871fc23a01a56ade415b0',8894,'* Fix param for printFields.','Yagami','2019-07-12 11:19:23'),(4583,2,'0bc93a387fff38657e30053c868615ceb9760116',8893,'* finish task #5929.','wangyidong','2019-07-12 11:15:23'),(4584,2,'49d3fce657a5c3f777668cfd6744be310a49d146',8892,'* code task #5569.','wangyidong','2019-07-12 10:29:44'),(4585,2,'be23395e4e5a2f036a16be355a838772556d488b',8891,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-12 10:27:09'),(4586,2,'eaf02b97ce3c4b573c68ceeb2fa8ea9fe4dd65f9',8890,'* adjust for mailto.','wangyidong','2019-07-12 10:26:13'),(4587,2,'318a73e98963cbc17ac0d5c9a7df1d5f84273040',8889,'* update kindeditor.','Catouse','2019-07-12 10:13:51'),(4588,2,'77f6dca0ef55899d83626f6bf7bf1d85635e697b',8888,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-12 10:07:17'),(4589,2,'5e5ac2c12b58f3f1f30cd18bcea704d05cad36c5',8887,'* update kindeditor.','Catouse','2019-07-12 10:07:04'),(4590,2,'d27f5a513ad3b668e730332614b3f7761794101f',8886,'+ add Deutsch lang.','wangyidong','2019-07-12 09:58:14'),(4591,2,'983d77b58dc7f54bd5d2bd1492854f96a1805fdd',8885,'* add Deutsch lang.','wangyidong','2019-07-12 09:57:15'),(4592,2,'ca6b89220b54c0e3c210ca34f41759813c29e7ca',8884,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-12 09:56:19'),(4593,2,'081d21302aceee9124fa25c7ffe06159b76fdddd',8883,'* finish task #6048.','wangyidong','2019-07-12 09:55:44'),(4594,2,'45448fdd69533c8bf2bcbd1518472a4b4cabeebf',8882,'* finish task #5944.','wangyidong','2019-07-12 09:54:29'),(4595,2,'7bcbb4370741c1b2ebd091d2cf32a3a645dd42aa',8881,'* update zui.','Catouse','2019-07-12 09:39:08'),(4596,2,'89b338947aa173daddccbbd5b995f300220d1f83',8880,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-12 09:34:59'),(4597,2,'b0fafc0ba1ddcdc0ccec9b4e105779b9eac79d75',8879,'* finish task #6044.','wangyidong','2019-07-12 09:34:18'),(4598,2,'b570abd5b6fa11ba34beeae75cbb880d4a433739',8878,'* Finish task #8285.','Yagami','2019-07-12 09:34:12'),(4599,2,'29fe42ca80397d57aa88bb8056aeec6395db1c4b',8877,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-12 09:20:49'),(4600,2,'1c5352888f4c63b8133b8e21ab72da81f08c796a',8876,'* finish task #5934','jinianlan','2019-07-12 09:19:01'),(4601,2,'959d82222f8f17b8f267f0af44cae62d34d24b53',8875,'* finish task #5992.','wangyidong','2019-07-12 09:03:00'),(4602,2,'5bf20a96ffa128412952b5f41e5f101b96818d84',8874,'* finish task #5993.','wangyidong','2019-07-12 08:59:45'),(4603,2,'8c8bd5acee0c5c8fe9e408ac4408996848b8d80a',8873,'* finish task #5994.','wangyidong','2019-07-12 08:54:10'),(4604,2,'f577da645db200fedf1b8747563cb12fcb676fcd',8872,'* finish task #6053.','wangyidong','2019-07-12 08:23:27'),(4605,2,'7234603458a9928df501c1594e45bc68bcc09322',8871,'* finish task #5569.','wangyidong','2019-07-11 17:14:19'),(4606,2,'3a2c9e1e1b4359df472b44826548052dc2eb1ae4',8870,'* finish task #5710.','wangyidong','2019-07-11 16:43:59'),(4607,2,'6d434b7ed57a9465ec8b311e2f627f0501d03ccd',8869,'* finish task #5717.','wangyidong','2019-07-11 16:26:40'),(4608,2,'142d505325bae124bbbb13ebc34feecf5a10613a',8868,'* finish task #5960.','wangyidong','2019-07-11 16:03:49'),(4609,2,'24bfb201855efd9548f2f93c908c46b7331490e6',8867,'* finish task #5978.','wangyidong','2019-07-11 16:00:05'),(4610,2,'004b69fa4e0cd480c5f90339ce05c189a04a481d',8866,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-11 15:58:12'),(4611,2,'6b58d9a1cfa2fbf11c5242e771ab4b53019d43b3',8865,'* finish task #5982.','wangyidong','2019-07-11 15:57:45'),(4612,2,'b19d42966c4c9880c5179d7dbcb4abe28b427c37',8864,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-11 15:54:09'),(4613,2,'8678256c4cbb3023a82f4c298f640227e7e3cf83',8863,'* finish task #6020','jinianlan','2019-07-11 15:52:20'),(4614,2,'d1846f9a53e61741dc8d1190ee416e5153612496',8862,'* finish task #5991.','wangyidong','2019-07-11 15:37:46'),(4615,2,'f578ad80e75d7e8fc3f385dede3b7bb480360fb6',8861,'* finish task #5992.','wangyidong','2019-07-11 15:07:14'),(4616,2,'01674bdde51ad854a7440f807bb6d3aa0f58333e',8860,'* Fix bug of sortable.html.php.','liugang','2019-07-11 15:02:19'),(4617,2,'c5a1c58168055c87856fa80c8609ca6f72232975',8859,'* Finish task #8290.','Yagami','2019-07-11 14:43:06'),(4618,2,'f01121bb7c171ee8b6c380f59627696142a4f997',8858,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-11 14:35:45'),(4619,2,'bfb979c4fe99d6bbfb0f51d0d175488dbd18ca24',8857,'* finish task #5993.','wangyidong','2019-07-11 14:35:15'),(4620,2,'26643f3b798ea08108c46bab78d7a6e255dcf494',8856,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-11 14:29:40'),(4621,2,'22de5cc42c553facc7c4e17dca8f559dfe2abc7a',8855,'* fix orders incorrect.','Catouse','2019-07-11 14:29:33'),(4622,2,'92a3d4519cadd22741b35dfd75e897c607281509',8854,'* finish task #5997.','wangyidong','2019-07-11 13:49:24'),(4623,2,'d8076812d17a097b25fadef55d3557b780dc1509',8853,'* finish task #6016.','wangyidong','2019-07-11 13:46:43'),(4624,2,'f47be36c0c4bc7ebb3ab96033760b729be54cc47',8852,'* finish task #6017.','wangyidong','2019-07-11 13:41:06'),(4625,2,'98c5ebb29e3c7a400eafb7004ebe47df96015400',8851,'* Add workflow code to printhead.','Yagami','2019-07-11 13:21:26'),(4626,2,'ecaf5cd872d9173251ae517b48c80bcebd75a706',8850,'* finish task #6046.','wangyidong','2019-07-11 11:44:33'),(4627,2,'6baea29991c8cf5e39380d3fc729055281c5beb9',8849,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-11 10:38:03'),(4628,2,'5672a29d64b5cc77c9a82d515c69f0007da1e797',8848,'* finish task #5928, #5911.','wangyidong','2019-07-11 10:36:00'),(4629,2,'3a52611b0d697cb037554010ccbbe0f5e5d8c3ad',8847,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-11 09:50:25'),(4630,2,'ebbd1bcb948a2398cb6cedcc9ebdb133c586cbd1',8846,'* finish task #5933','jinianlan','2019-07-11 09:49:10'),(4631,2,'0682f928ac03da487aff8b5b1fd3880b0a087908',8845,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-11 09:45:47'),(4632,2,'d55f0d9407c5f2553c764c4fc8024cf447d1006b',8844,'* finish task #5932.','wangyidong','2019-07-11 09:45:20'),(4633,2,'5315f8e3e508123b8316b729559bc97bcb218503',8843,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-11 09:31:21'),(4634,2,'580a926e7388021a2993d587c524e6be7bae627a',8842,'* finish task #5933','jinianlan','2019-07-11 09:27:47'),(4635,2,'bf9f78d040b32cf5ea8409a6973e29c28384cd6c',8841,'* finish task #5940.','wangyidong','2019-07-11 09:10:31'),(4636,2,'19f83c0bb82c34340f949fab95dc842ca4bd2d9f',8840,'* Fix search method.','Yagami','2019-07-11 08:58:24'),(4637,2,'bf47c90326ca9399e250448f5f24bfb442f619fc',8839,'* finish task #5935.','wangyidong','2019-07-10 17:39:31'),(4638,2,'07f976db1a02c36aba862086ea7680214c691770',8838,'* finish task #5939.','wangyidong','2019-07-10 17:28:58'),(4639,2,'55875dec1c5594bae0a5d70d06ebc42617234673',8837,'* finish task #5942.','wangyidong','2019-07-10 17:23:11'),(4640,2,'ec9aaab1e220a07ce5b662c520f8a97b30834b07',8836,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-10 17:16:11'),(4641,2,'4453ebcac0dbbe6a0f9a73a097f0514d629fed7e',8835,'* finish task #5943.','wangyidong','2019-07-10 17:15:43'),(4642,2,'093e3de746273b82f39b35c6755b1e27a02d8b29',8834,'Merge branch \'master\' of github.com:easysoft/zentaopms','jinianlan','2019-07-10 16:31:53'),(4643,2,'673656fe47d03f5d985f44ba16ca1af56cfc4fbf',8833,'* finish task #5953','jinianlan','2019-07-10 16:19:09'),(4644,2,'549828eaca99ccaa6e2777bf5f2dba542cff8092',8832,'* finish task #5950.','wangyidong','2019-07-10 16:09:11'),(4645,2,'01bc03d1c0781499a1d25718eca036eb353f2e57',8831,'* Finish task #8279.','Yagami','2019-07-10 16:06:15'),(4646,2,'be2b3b1dd35dd1f0204656b265cc788360b77370',8830,'* finish task #5951.','wangyidong','2019-07-10 16:03:16'),(4647,2,'2f203d698560be6c26fac4ec55b77caf7a3d119f',8829,'* Lang file update.','reneeteng','2019-07-10 16:02:55'),(4648,2,'836c00918baa0477103085d1942a79b4caecb460',8828,'* finish task #5956.','wangyidong','2019-07-10 15:56:35'),(4649,2,'eee86c0de3371cd2fb525070347f48317184bf42',8827,'* adjust for zh-cn by en.','wangyidong','2019-07-10 15:37:18'),(4650,2,'47e23892c0a7a64e07af3ce8e890afc44346c64c',8826,'* finish task #5957.','wangyidong','2019-07-10 14:42:54'),(4651,2,'4e85182b8f0e2b9f71bf94a75a2e3f2a51d809ea',8825,'* finish task #5959.','wangyidong','2019-07-10 14:38:38'),(4652,2,'f74deb1497285f54c61c2ec140baec76f9aa595d',8824,'* Code for task #8276 of inner backyard pms.','chenfei','2019-07-10 14:24:33'),(4653,2,'514e0a679e5ba282facc36f08a2b983dca108166',8823,'* finish task #5960.','wangyidong','2019-07-10 14:20:58'),(4654,2,'cc28630782b4b7f79636454cafb920f5f06aca53',8822,'* finish task #5961.','wangyidong','2019-07-10 14:19:07'),(4655,2,'833e8b75ae41f45cd15b3c783ce76f3684ac2c38',8821,'* finish task #5962.','wangyidong','2019-07-10 14:01:52'),(4656,2,'2277a17ee6f0e6d444df3701fe641f693cd5202b',8820,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-10 13:51:59'),(4657,2,'81b6a7036fe5448b7913c49492ba48fb7c96f3c9',8819,'* finish task #5965.','wangyidong','2019-07-10 13:51:27'),(4658,2,'60e7014ef76ae2bdd9adc6ba8ae8a7bac8f45b5b',8818,'* finish task #6020,#6009,#6007,#5949','jinianlan','2019-07-10 13:41:13'),(4659,2,'e5bdaba463306b737fd6e49e8949d722894e66fe',8817,'* finish task #5967.','wangyidong','2019-07-10 13:27:10'),(4660,2,'eb5e30e2faf13762366847234128cfc47d37bf7a',8816,'* finish task #5968.','wangyidong','2019-07-10 13:14:31'),(4661,2,'014c61e4e68f6fa691fd76ac109cedddc77c21de',8815,'* finish task #5969.','wangyidong','2019-07-10 13:04:12'),(4662,2,'f4153b762371762b7f36631b7ab9d984043f1c44',8814,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-10 12:15:52'),(4663,2,'23922ac9179ceba04869ab7127965c0972e90b63',8813,'* finish task #5993.','wangyidong','2019-07-10 12:15:19'),(4664,2,'675a36b6e7d1a36cb5287c10e9668e2a89c0bfd4',8812,'Merge branch \'zentaopms_workflow\' of https://github.com/easysoft/zentaopms into zentaopms_workflow','Yagami','2019-07-10 09:23:53'),(4665,2,'b2dc2024ce0da483bdbed38dfefbf9f6d8f1fb26',8811,'* Add select menu to lang file.','Yagami','2019-07-10 09:22:06'),(4666,2,'4fc6ae431476eba1fd3c4f7beb6afbd8dbd4ea2d',8810,'* Lang file update.','reneeteng','2019-07-09 16:45:18'),(4667,2,'c1fd84b6f8666a53ae36c9e3de959a2dbe3b59fd',8809,'* Drag lang file update.','reneeteng','2019-07-09 16:25:10'),(4668,2,'d082ebafadbdfbc83be2817e3043158ce39c1949',8808,'* Remove space in lang file.','reneeteng','2019-07-09 16:12:03'),(4669,2,'29b399cbebe8da9b4a605dbee895336183a76c09',8807,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-09 16:05:13'),(4670,2,'a0a9d0fb3948ad5569d1ca423f2055e38925eb28',8806,'* Lang file update.','reneeteng','2019-07-09 16:03:50'),(4671,2,'13eef8faff677aff047b51ad9da72e13385737a9',8805,'* Code for task #8274 of inner backyard pms.','chenfei','2019-07-09 13:47:57'),(4672,2,'5ac44619262d904dc0180d7b381b5605bd845f48',8804,'* Finish task #8274.','Yagami','2019-07-09 13:40:21'),(4673,2,'a407d26b848e66d6ac4b484069ff437928a854d3',8803,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-09 13:33:30'),(4674,2,'fee4f2d5c60a29d8388d9651182309ae628d63ff',8802,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-09 13:31:10'),(4675,2,'4bfd3962c68d6c493f5218c7debad67a14048731',8801,'* update chosen in zui.js.','Catouse','2019-07-09 13:31:00'),(4676,2,'802af56fe2d3236251cb1445566a891215079313',8800,'* Add code to stroy view for workflow.','Yagami','2019-07-09 13:13:43'),(4677,2,'4e78adee0be69c94eb6b7450c76aa0f95f3cecca',8799,'Merge branch \'zentaopms_workflow\' of https://github.com/easysoft/zentaopms into zentaopms_workflow','Yagami','2019-07-09 11:23:25'),(4678,2,'32d7fd7bc39251ca4a6655ed2f22bb9c5a3153db',8798,'* Adjust for task #8275 of inner backyard pms.','chenfei','2019-07-09 11:19:21'),(4679,2,'124da7e5ab28d8ab3d4159a0ffa11f2a51bc4406',8797,'* finish task #5989.','wangyidong','2019-07-09 11:13:53'),(4680,2,'0655c5f22d71066e2f1d405ef19a241de9636a7b',8796,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-09 11:09:26'),(4681,2,'b88453630711f18e377dc242323061d35f684d26',8795,'* finish task #5990.','wangyidong','2019-07-09 11:08:21'),(4682,2,'93525b5abf8295a97779ca178e6fbce7b01fcae6',8794,'* Add code to testtask testsuite view for workflow.','Yagami','2019-07-09 10:39:22'),(4683,2,'f99dd1f01b74e3e7ad48a8797a17dd509ac2219d',8793,'* Add code to task and case module for workflow.','Yagami','2019-07-09 10:27:49'),(4684,2,'149d4b4244e1f2fbe119c5dffcb3b0001156a14f',8792,'* Add code to bug view for workflow.','Yagami','2019-07-09 09:44:16'),(4685,2,'61beb0fa31b5423d76c3b63bf6c58ca51cfd8e3c',8791,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-09 09:43:38'),(4686,2,'7efd22a0ab75a20bdc5168eee2268397cd95fb07',8790,'* Lang file update.','reneeteng','2019-07-09 09:42:01'),(4687,2,'bf9679181afb9ebf1eb8f9335fa5572126b0f0bb',8789,'* If the module and method is defined in workflow, run workflow engine.','liugang','2019-07-08 17:37:43'),(4688,2,'6abbbf5955e28e2515612cc57b879cf2f336e4d1',8788,'* Refactor function to check the module and method is defined in workflow.','liugang','2019-07-08 17:27:58'),(4689,2,'a600039a67878b20aeb5d909c6a3bb324d95f375',8787,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-08 17:16:53'),(4690,2,'ef17ab7f01543c2d8cd0b0e9e0570cdb8a12cbf5',8786,'* finish task #5992.','wangyidong','2019-07-08 17:16:20'),(4691,2,'13ae00955ca78661cc64639dda0b7d0947d66a8a',8785,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','jinianlan','2019-07-08 16:33:31'),(4692,2,'6e1774bdc2be3193048e74395ed8b7c4535c3072',8784,'* finish task #5996.','wangyidong','2019-07-08 16:22:56'),(4693,2,'4aad227e76a37c97d7f1d66f6c34406f08c57bca',8783,'* finish task #5997.','wangyidong','2019-07-08 16:20:03'),(4694,2,'526682cffebdae38fc2cdb718bd76c8277750789',8782,'* Finish task #8257 for zentao inner backyard.','chenfei','2019-07-08 15:57:03'),(4695,2,'8f7a54de05e5bd6191174afb6c7f8a604755fe7f',8781,'* finish task #5999.','wangyidong','2019-07-08 15:44:40'),(4696,2,'f5fccb3cf7e85fc29756e8fcc62fd8b7cdf43eef',8780,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-08 15:19:20'),(4697,2,'ecacabac70ef6b32430bab214ccd8646836f9bfa',8779,'* finish task #6004.','wangyidong','2019-07-08 15:15:55'),(4698,2,'23d5f2bd3e5c98700c4a6e1302665c395daf3a61',8778,'* finish task #6021,#6009,#6007,#6006','jinianlan','2019-07-08 15:05:26'),(4699,2,'19e1ddabae1fbd561e80ec17015b8bdabeb425c6',8777,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-08 14:59:43'),(4700,2,'befec1fc0666d99e37eeaade6982b74cbb6484c7',8776,'* Lang file update.','reneeteng','2019-07-08 14:58:48'),(4701,2,'79b7a06c0ddb5faf6fdfa604e2c8a7dc0032dbae',8775,'* finish task #6005.','wangyidong','2019-07-08 14:48:02'),(4702,2,'17549668862cb217622882ebd114d36b331fd4ef',8774,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-08 14:41:39'),(4703,2,'c04441a40db6199bdb6312d646f60a88c769c2cc',8773,'* Lang file update.','reneeteng','2019-07-08 14:37:09'),(4704,2,'42ecf57a99d2f9228ea5cdb85ae6b0999790659b',8772,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-08 14:36:59'),(4705,2,'bbd9ffdb0778469fc94d48db3bf0b7f5b82d6e01',8771,'* finish task #6012.','wangyidong','2019-07-08 14:33:14'),(4706,2,'af1093c597d33f92c7291a96a66df4dcba9c4b9c',8770,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-08 14:27:26'),(4707,2,'45cfad82d65545128b9f79aafe28ea7d21d132f0',8769,'* Lang files update.','reneeteng','2019-07-08 14:25:48'),(4708,2,'e5a0a6c859a9d7ff7898b215818c69ce2cf7ee5c',8768,'* finish task #6013.','wangyidong','2019-07-08 14:21:12'),(4709,2,'066bc73dfd6159bf8b7d990fb9548e04e03db750',8767,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-08 14:15:40'),(4710,2,'f5f110702625ce0024919d160c8bbddc6805dd06',8766,'* finish task #6019.','wangyidong','2019-07-08 14:14:23'),(4711,2,'91f984723872e648691e3e0ce1b8c443efc2326f',8765,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-08 11:31:10'),(4712,2,'3122bab037bfcdf8c0e95a6f797390a15e9bcc9a',8764,'* Lang file updated.','reneeteng','2019-07-08 11:30:43'),(4713,2,'1fe889d697f23647b5056ac75721be92dcd95079',8763,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-08 10:58:56'),(4714,2,'308bb3d1bef5eca596aea52a8a046722c166fa64',8762,'* If the module and method if defined in workflow, run workflow engine.','liugang','2019-07-08 10:56:47'),(4715,2,'6253eac32809befffb1e742cddbbceb4be407773',8761,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-08 10:49:00'),(4716,2,'a3e86de815d2fa12d31d77ef53dbade1715e1f55',8760,'* Lang file update.','reneeteng','2019-07-08 10:48:13'),(4717,2,'d8d90d83f313d41ed97ddd88eb3970ea0ca711b9',8759,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2019-07-08 10:16:25'),(4718,2,'2267a99a65cab791a0e9c9c9fdd6ea88604e8f89',8758,'* Add default error lang for url.','liugang','2019-07-08 10:15:48'),(4719,2,'9e634fcd6373d67fce65c9371e56d174f43c1ef1',8757,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-05 18:06:51'),(4720,2,'9d624513e4b2392e65665b3b128c480c92cb15c3',8756,'* Lang file update.','reneeteng','2019-07-05 18:05:13'),(4721,2,'00cb0df3bf38dbbc7e033365b659ca97ed6cd509',8755,'* finish task #5998.','wangyidong','2019-07-05 17:32:55'),(4722,2,'c3ba4e8b3ebc91eade20112ed0726d8b9209233c',8754,'* adjust for th width.','wangyidong','2019-07-05 17:03:54'),(4723,2,'19eb87e0be9d74b139dbc8e708cce1ffcd58e5ae',8753,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-05 16:43:50'),(4724,2,'af8ff0b2707c947d10dd89c8fc98c5c7c190e129',8752,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-05 16:30:16'),(4725,2,'c1f342e0bba981d3c1ab347fbf3f12f8a375264b',8751,'* Lang file update for proj.','reneeteng','2019-07-05 16:28:38'),(4726,2,'268a4fa2c22daddd1eb0f19ed9baba9f258f4a6b',8750,'* finish task #6024.','wangyidong','2019-07-05 16:02:10'),(4727,2,'dc87304782e3d54fbee0b2fb5b44a3f347b71c1f',8749,'* finish task #6025.','wangyidong','2019-07-05 15:35:13'),(4728,2,'3c102bb3e9dfdfd8abcc5617995417adaa69355c',8748,'* finish task #6026.','wangyidong','2019-07-05 11:31:32'),(4729,2,'870b5491750901b78582d91e7c922a1bd928ed56',8747,'* finish task #6029.','wangyidong','2019-07-05 11:22:26'),(4730,2,'ae89e7e9a4153d4cf9ba2d3c8cdf78e4e0e0907d',8746,'* finish task #6030.','wangyidong','2019-07-05 11:20:53'),(4731,2,'d9b43a8c5ee36ff3c0608a1eba3ac563427d7937',8745,'* finish task #6033.','wangyidong','2019-07-05 11:09:08'),(4732,2,'9910fa461ce37cc0ae2629d1e4ecb6f6eab72506',8744,'* finish task #6034.','wangyidong','2019-07-05 10:52:30'),(4733,2,'e3da7312f2199585e36c3a8a21ed9920e5dc5609',8743,'* finish task #6035.','wangyidong','2019-07-05 10:23:08'),(4734,2,'dabd65f171f47abd769a1e785c7c5a1ab9aae52c',8742,'* finish task #6037,6038.','wangyidong','2019-07-05 09:53:43'),(4735,2,'3c76568ca9bc72fc6fdfad565ccef3614ab25dc6',8741,'* finish task #6039.','wangyidong','2019-07-05 09:19:58'),(4736,2,'6d1dbcebc4c21dda7d6e0feeee5c47c68223cadb',8740,'* finish task #6042.','wangyidong','2019-07-05 09:13:01'),(4737,2,'4df1ef92ffedfb164726be4627619d21b609358a',8739,'* finish task #6043.','wangyidong','2019-07-05 08:59:55'),(4738,2,'32956373675486970bfbb8cba041a1298a5d42f7',8738,'* finish task #6047.','wangyidong','2019-07-05 08:20:04'),(4739,2,'c3fb6b69fd5d3c23009e531f3b1e17cd7008d9d5',8737,'* finish task #6048.','wangyidong','2019-07-04 17:37:24'),(4740,2,'7ce8398936eecf9a5c312626ee36425861a1a458',8736,'* finish task #6053.','wangyidong','2019-07-04 16:33:13'),(4741,2,'c5187c2328bba7fc038b082f507f0d44e794f0e3',8735,'* finish task #6051.','wangyidong','2019-07-04 15:31:57'),(4742,2,'486bc640b7c20acc84e8321f9db5a52985208116',8734,'* Testreport lang file updated.','reneeteng','2019-07-04 14:22:52'),(4743,2,'a9ef4789e6730de411203a2da233ff76bc01cbb5',8733,'* finish task #6052.','wangyidong','2019-07-04 14:17:58'),(4744,2,'b426af31b72725b81575cdb6cb82efe4fcf948db',8732,'* finish task #6053.','wangyidong','2019-07-04 14:13:12'),(4745,2,'ea1c011786c9c6337a9b46137640fc2d4d92afe0',8731,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-04 13:41:59'),(4746,2,'402bda75794d87a64d274bb36cf4b79fea0a0740',8730,'* finish task #6055.','wangyidong','2019-07-04 13:40:37'),(4747,2,'bdda1f889ddc8915276f9716e3a324c1c3f5ab6e',8729,'* adjust for build lang file.','wangyidong','2019-07-04 13:40:03'),(4748,2,'9a0698b347f90c91ea15a927cb9987e1e536e145',8728,'* Lang optimized.','reneeteng','2019-07-04 10:12:43'),(4749,2,'ab6e312dbaecd61831d2d7452d0011ea07d65284',8727,'* Adjust confirmed text-align.','chenfei','2019-07-03 15:17:50'),(4750,2,'5e64bde9328138fb1bfce847224cf0f0cfb0cc39',8726,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-03 11:34:21'),(4751,2,'a2a845a50b9f0537b5e2f7179cb646f2c23da1f7',8725,'* adjust for build lang file.','wangyidong','2019-07-03 11:33:55'),(4752,2,'eb30035917b250faff72d2bad5d546ae70dcacc2',8724,'* Finish task #5925.','Yagami','2019-07-03 09:32:47'),(4753,2,'73282021871cacf0e1091c915deabe82d623d29f',8723,'- delete useless file.','wangyidong','2019-07-03 09:26:02'),(4754,2,'49eddc115cd519908947212a0ea8ce9b2cc3cd2f',8722,'* Finish task #5924.','Yagami','2019-07-03 08:57:32'),(4755,2,'6cc1b9a7f10e2fa160d2d67d88172676141106cf',8721,'* Finish task #5917.','Yagami','2019-07-02 16:18:03'),(4756,2,'e598880de9b01f53ed7041e4df3c60939d6d94d6',8720,'* Finish task #5923.','Yagami','2019-07-02 16:15:07'),(4757,2,'b99a15631ad2581202a6ff94fa47a737b857db2e',8719,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-02 16:10:59'),(4758,2,'68dc51885390b369ebe69791f3247a7b55894cf0',8718,'* Finish task #5922.','Yagami','2019-07-02 16:10:37'),(4759,2,'655c961a8be868d32899d1b8686ebe246c33d20c',8717,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfei','2019-07-02 15:56:43'),(4760,2,'93ff748dbf936ce1db82807840d51e38e587f985',8716,'* Finish task #5921.','Yagami','2019-07-02 15:53:27'),(4761,2,'052389abad11025a5d2cd3a25df3aeb65ca6033e',8715,'* Finish task #5938.','chenfei','2019-07-02 15:51:19'),(4762,2,'3253089e1f7ae549a8db11b00a9c97c127406251',8714,'* Finish task #5920.','Yagami','2019-07-02 15:41:28'),(4763,2,'a5650354ad691458c487cb11dafde7afc33e921a',8713,'* Finish task #5919.','Yagami','2019-07-02 15:33:26'),(4764,2,'925eccb94dcdedc9af63d668e1541e3d20146ac8',8712,'* Finish task #5931.','chenfei','2019-07-02 15:16:31'),(4765,2,'412dd5efd3a69785939ffe1f41abebc7ee79da1c',8711,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-02 09:49:55'),(4766,2,'b5b299fb2158c3d0d223b6df1d9bd020d10fe47a',8710,'* fix chosen drop width autoresize not work on first open in testcase/batchCreate view.','Catouse','2019-07-02 09:49:48'),(4767,2,'be9a9cbeba4d07c79cb781a7d645ec25e4aa35c1',8709,'* adjust for index page.','wangyidong','2019-07-02 09:47:13'),(4768,2,'d71e263751ff9ee0eda1b6a8218835b54f6e465d',8708,'* add notes for translate.','wangyidong','2019-07-02 08:33:50'),(4769,2,'e8460026fa84bea685e894dcadb7316e7c6eecff',8707,'* adjust en lang for translate.','wangyidong','2019-07-01 17:48:47'),(4770,2,'5b416daab74dbc6a3d49616bb18bd347fe98a0a3',8706,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-01 17:23:57'),(4771,2,'b6eef9472de5cf5431a577f13c8d02b3708cb7f9',8705,'* Fix table position.','Yagami','2019-07-01 17:23:09'),(4772,2,'a03bac8e4464d8098f22318a23ebc96471d04619',8704,'* Translation file update.','reneeteng','2019-07-01 17:22:36'),(4773,2,'f05fc9450c3165e752cd9f8ad585f00072c651b5',8703,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-07-01 17:07:34'),(4774,2,'c55db3c1182255ad7b6dec4f6efdfadfc00024bd',8702,'* Fix code name.','Yagami','2019-07-01 17:01:19'),(4775,2,'9a7e58571fa86bdc929adc6a2c889d56f8ea0b3f',8701,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfei','2019-07-01 16:24:22'),(4776,2,'47e52d2fb25c10db5a1117cf3d5ab0f855b4e62c',8700,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-01 16:23:31'),(4777,2,'70449c2b836176374eec2ed2d20fc8be33108d4d',8699,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfei','2019-07-01 16:22:29'),(4778,2,'7976c974e4e30e6deb1410321dad53879cdb4cd4',8698,'* adjust translate index page and copy zh-cn.php to en.php.','wangyidong','2019-07-01 16:22:08'),(4779,2,'141346bd52b6864cba298fa544059294498dc95d',8697,'* remove editor module.','chenfei','2019-07-01 16:19:38'),(4780,2,'70a5521dd7e02d336acc01239887b6d5408246e3',8696,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-01 16:17:19'),(4781,2,'f3fe328188734e04a7825be210a653af39c86355',8695,'* Finish task #5914.','Yagami','2019-07-01 16:15:52'),(4782,2,'49359caf22137aba960b2c16b966fd6a369979e6',8694,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-07-01 15:40:56'),(4783,2,'65821a7a42521f29842c7a488137c16f1231b83f',8693,'* change navbar style in english version by update zui.css.','Catouse','2019-07-01 15:40:51'),(4784,2,'e1404a2f5cd123ffde322fdddeb3a268ee81f8bc',8692,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-01 15:36:55'),(4785,2,'4d685b6a444801cd54de35dcb96a1a841264edf9',8691,'* code for task #5833.','wangyidong','2019-07-01 15:36:08'),(4786,2,'878519c620a6e5153b44c2d3d9e3c90e2bc4b423',8690,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-07-01 15:35:38'),(4787,2,'e481cba1e70014a032e9ac9a6c0cbe3ca2c6729b',8689,'* Fix css file.','Yagami','2019-07-01 15:35:19'),(4788,2,'0a2bd459a91f73bae7950108eb2d7d5c2c4fcd64',8688,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-07-01 15:17:48'),(4789,2,'731b395734a770e5a44331b4a885fc4845e3dddc',8687,'* finish task #5828.','wangyidong','2019-07-01 15:17:12'),(4790,2,'94d5b9789ef1c6f5a317daa5032059a35b5d823a',8686,'* change for task #5825.','wangyidong','2019-07-01 15:06:14'),(4791,2,'97c498aeef35b0ab7d7a071ecd24963c77965f4d',8685,'* Fix finish view style.','Yagami','2019-07-01 15:05:49'),(4792,2,'f7d4f5ff7171ca7d4d8f033181c872f0c6bb5a70',8684,'* Code for task #5892.','Yagami','2019-07-01 14:37:50'),(4793,2,'368775a796266d7679cbcc1d803ee9e28e1168a8',8683,'* Finish task #5892.','Yagami','2019-07-01 14:18:23'),(4794,2,'642c438d47b03b80081a04c84324ede7d9ea9885',8682,'* Bug lang changed.','reneeteng','2019-07-01 11:01:28'),(4795,2,'dc33a59896dc4388127d503a5a5cb55c05eb721f',8681,'* Fix export style.','Yagami','2019-07-01 10:15:01'),(4796,2,'2c28909140b1fc9e2350d89c7eedd29d1c3dea98',8680,'* Fix case list style.','Yagami','2019-07-01 10:12:02'),(4797,2,'83a143251f976f4ab1973eff7823c7657af47884',8679,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-28 16:11:24'),(4798,2,'e7556ce41f55d0ae93f7a51e0717e5460a52be66',8678,'* adjust for translate.','wangyidong','2019-06-28 16:08:26'),(4799,2,'bdacbfc0da25e11e1005fc35d4bb21f80ced00d6',8677,'* Fix batch run case style.','Yagami','2019-06-28 15:42:08'),(4800,2,'9f666d3a4e1f2987b46efe54f8d3f1940600d26f',8676,'* Fix report style.','Yagami','2019-06-28 15:34:46'),(4801,2,'4296bd1291523009086afca5423328de14b98a35',8675,'* Finish task #5892.','Yagami','2019-06-28 15:16:41'),(4802,2,'7f690beb0ba8631cd5f9ba286b64224b37499b54',8674,'* Finish task #5840.','Yagami','2019-06-28 13:32:47'),(4803,2,'a8714375116d42d154c8eae6ce0c8930b0195b61',8673,'* Finish task #5844.','Yagami','2019-06-28 11:30:21'),(4804,2,'c8a349e214ac3304529134fd082c6569293db591',8672,'* Finish task #5846.','Yagami','2019-06-28 10:51:37'),(4805,2,'29fda43c77d517c88284fab624a89fc0609d843f',8671,'* Finish task #5847.','Yagami','2019-06-28 10:49:19'),(4806,2,'0170ef219eadc715f0d2ead753abe22fe2de7484',8670,'* Finish task #5848.','Yagami','2019-06-28 10:42:06'),(4807,2,'0047c15f19e0b72ef32c2db507b17c0e4cce20e5',8669,'* Finish task #5852.','Yagami','2019-06-28 10:22:34'),(4808,2,'1d3e3d11e762b22cd40202d2fa6d5d6335abeb7a',8668,'* Finish task #5856.','Yagami','2019-06-28 09:19:45'),(4809,2,'fed53be575cc1837a509570623c6f1a7815d4343',8667,'* Add create test report view.','Yagami','2019-06-27 16:52:46'),(4810,2,'f09167f379589540a64b4bde8a717ae982791077',8666,'* Finish task #5858.','Yagami','2019-06-27 16:43:35'),(4811,2,'25380e6ff8fd89a6675c48f99e17b75db64b6a80',8665,'* Finish task #5859.','Yagami','2019-06-27 15:59:17'),(4812,2,'7766afbc2d835088453d1189568c8ad6652a4696',8664,'* Finish task #5865.','Yagami','2019-06-27 14:44:01'),(4813,2,'72b3cfced5feac70378cef105260e36d6aad3545',8663,'* Finish task #5837.','Yagami','2019-06-27 13:39:08'),(4814,2,'80683b35d3cd7878107214a3d7929fbb1c0e4da4',8662,'* Finish task #5877.','Yagami','2019-06-27 09:59:51'),(4815,2,'50b7ac7516d117c14a062a2b67fea8d9b929f244',8661,'* Add code for 11.5.2.','Yagami','2019-06-26 17:37:06'),(4816,2,'09ae1056ea559b5246f21144c04c73f1c7c38b78',8660,'* Fix code for user module.','Yagami','2019-06-26 17:24:41'),(4817,2,'8ada663477bafb7786481e7d7a981a3558f48a84',8659,'* Finish task #5884.','Yagami','2019-06-26 16:18:49'),(4818,2,'09be77dc795f43d2542f1792d7a8d0f19c4155e6',8658,'* Finish task #5880.','Yagami','2019-06-26 16:05:21'),(4819,2,'d13e13e8de019acaf5c3949b3821b341c908794b',8657,'* Finish task #5883.','Yagami','2019-06-26 15:21:36'),(4820,2,'e355f4501ed0a7ed6226a973e35eb01bda6a17cf',8656,'* Finish task #5885.','Yagami','2019-06-26 15:12:40'),(4821,2,'09d823a777a8ea797b313cf778a7dc649b0bb53d',8655,'* Finish task #5889.','Yagami','2019-06-26 13:54:47'),(4822,2,'a7d947d81284d31300e14427e42f420190b2e467',8654,'* Finish task #5890.','Yagami','2019-06-26 13:47:34'),(4823,2,'270aecfc0a33ef92e308b6270cc72ea3a3485984',8653,'* Finish task #5891.','Yagami','2019-06-26 13:40:04'),(4824,2,'e450870c55bff50b505f824e3ea35afc23bd65e6',8652,'* Finish task #5894.','Yagami','2019-06-26 13:30:34'),(4825,2,'50769be86cc6f75ed8f251f711162ba17995f37d',8651,'* Finish task #5895.','Yagami','2019-06-26 13:16:11'),(4826,2,'7b0762218b3c0599460e943c593bbfbe3debaacd',8650,'* Finish task #5896.','Yagami','2019-06-26 10:32:06'),(4827,2,'dd47aa559ca5938e1e69597e9bf7b114ad278eaa',8649,'* Finish taks #5902.','Yagami','2019-06-26 09:22:24'),(4828,2,'910ea1e96f1f94357029cbd9e11b798ce2338095',8648,'* Fix details before release.','Yagami','2019-06-25 09:33:56'),(4829,2,'9805983a14b6b7cae2f887442c09a6b7515510e5',8647,'* add for priv.','wangyidong','2019-06-24 17:41:36'),(4830,2,'2d73bfdd7d39a1196dc6dd53cb53f9685df4e252',8646,'* Fix checkentry method.','Yagami','2019-06-24 17:31:55'),(4831,2,'195b894bc4ec2a5a8a945fd87bd0141c31ff47d7',8645,'* finish task #5834.','wangyidong','2019-06-24 15:46:28'),(4832,2,'d302f839d7db0014faacfd146b000c40531a6eab',8644,'* Fix my.full.js.','Yagami','2019-06-24 13:42:59'),(4833,2,'dbec517d35e783db2ba3306f709244b929610647',8643,'* Fix burn.js.','Yagami','2019-06-24 13:41:04'),(4834,2,'a74139ac0c43371070d0141b669dfca0a844331d',8642,'* Add standard sql.','Yagami','2019-06-24 13:37:54'),(4835,2,'005e845118346741324acaf72ea49c00d7828189',8641,'* finish task #5829,5828,5826,5825.','wangyidong','2019-06-24 09:49:04'),(4836,2,'a54180c49f17794d1764b14033f97ccbe90fdfc8',8640,'* Finish task #5821.','Yagami','2019-06-24 09:17:17'),(4837,2,'7beed222b9905e7b5ff804811742e357950cdedb',8639,'* ajdust for task #5833.','wangyidong','2019-06-21 16:49:57'),(4838,2,'d95272a45b3b38b187216f95407ac9abfd4a92a4',8638,'* code for task #5827.','wangyidong','2019-06-21 16:21:49'),(4839,2,'e4ca8efe7b04e500783967e2419cb8904d4ed99f',8637,'* finish task #5827.','wangyidong','2019-06-21 16:12:00'),(4840,2,'38608263d3fe3bc131f76f37076a5c972ca5a610',8636,'* Add entry edit.js.','Yagami','2019-06-21 15:52:34'),(4841,2,'2034c4237156f1ea9899bf8dbdbd2ee066a8477d',8635,'* Fix upgrade method.','Yagami','2019-06-21 15:06:30'),(4842,2,'a19ad0358419fd28e4842339c745f55f625ace95',8634,'* Add package info.','Yagami','2019-06-21 14:37:19'),(4843,2,'7b41c11c32c7ab1849c992d3e3a635c17767745b',8633,'* Finish task #5804.','Yagami','2019-06-21 14:08:23'),(4844,2,'df0f71d7e83dd029f4d3063732f5002bcc26d042',8632,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-21 08:22:44'),(4845,2,'c14993f5bb865962f1cdbb4f0adf6f4744dd75f3',8631,'* finish task #5833.','wangyidong','2019-06-21 08:21:53'),(4846,2,'d75b6a435c112716a8e279bfd087ee6d9e947ed6',8630,'* Finish task #5819.','Yagami','2019-06-20 16:19:56'),(4847,2,'4d646e12bda9019daf6ddbd4328f804d57274948',8629,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-06-20 16:12:51'),(4848,2,'6dfbe256415d322218a9ad0c2018c465abe3bb59',8628,'* improve style of exported burn image.','Catouse','2019-06-20 16:12:22'),(4849,2,'df6b60bd53dec5efa0a523e2c4a4a3b0c143ce7d',8627,'* Fix php wraning.','Yagami','2019-06-20 16:06:33'),(4850,2,'c54c18924b7f7ce75a451c1fda54a7222c7b6a95',8626,'* Finish task #5816.','Yagami','2019-06-20 13:22:03'),(4851,2,'7e805210d231a127e7edfac567d73589e1b60726',8625,'* Finish task #5817.','Yagami','2019-06-20 10:44:56'),(4852,2,'76c29a431688dc05566b4432dfba0f0a750a26cf',8624,'* Finish task #5821.','Yagami','2019-06-20 09:48:30'),(4853,2,'7157e51ea6bf4708de3cd63eec5b740a40175e9b',8623,'* Finish task #5815.','Yagami','2019-06-20 09:18:18'),(4854,2,'327c4438d63864835489f51fc02718e36486d4aa',8622,'* finish task #5828.','wangyidong','2019-06-19 17:15:37'),(4855,2,'e56cdbebae668c81bcbd92b3f0252f6509045301',8621,'* Finish task #5811.','Yagami','2019-06-19 15:58:03'),(4856,2,'e851644131a91197df603c467dbebc6930d88025',8620,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-19 14:39:51'),(4857,2,'008d376edce753a1b6e52496996af2e66977e591',8619,'* finish task #5832.','wangyidong','2019-06-19 14:39:19'),(4858,2,'adbd46fce6a32dfd813056ca0edc6480d06c92a2',8618,'* finish task 5810.','Yagami','2019-06-19 13:50:20'),(4859,2,'0b09771eef197e8b9a35819a103c720f290000a9',8617,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-19 13:10:53'),(4860,2,'9072e52365aef124363a8489b4994bcd69a6e0ce',8616,'* Finish task #5808.','Yagami','2019-06-19 13:10:28'),(4861,2,'e0c5b25b7bb50df322e539ab18d3a03288b5b253',8615,'* Lang file update.','reneeteng','2019-06-19 11:16:24'),(4862,2,'7c56ccda6c29e5ccfdc65053890ec478f031cb73',8614,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-19 11:14:46'),(4863,2,'482e49c21afcf0dad44df19312a62a7a8b8b70a2',8613,'* Lang file update.','reneeteng','2019-06-19 11:14:11'),(4864,2,'14ce4572e58070e59ebca99ce0fa3a7152181b27',8612,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-19 11:05:48'),(4865,2,'771a81bc5e5fa7934e811883f8645bcf3d8368ec',8611,'* Fix menu.','Yagami','2019-06-19 10:55:33'),(4866,2,'f0e6ad5643c5c774465d86bd3cf9270f57b04fac',8610,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-18 18:00:34'),(4867,2,'5c83f0e085c91299347abdca9114f22843bc9af2',8609,'* Add for trainpost.','Yagami','2019-06-18 18:00:12'),(4868,2,'2f8b47362d2e749e5d1ad336c34f6ee925ce7a36',8608,'* code for task #5831.','wangyidong','2019-06-18 16:10:28'),(4869,2,'66861ccf0b72c3f35781159c9de76be1ea028c39',8607,'* finish task #5831.','wangyidong','2019-06-18 15:57:22'),(4870,2,'b7749f73a9256aa47452a1886dce6b18633d289d',8606,'* create diff lang.','wangyidong','2019-06-18 15:23:54'),(4871,2,'2302643306f69dba6a6a0e8beb6a72cff6851308',8605,'* ch','wangyidong','2019-06-18 15:23:14'),(4872,2,'10ca8bf0e04fdde7896ff25e06f543f83919340c',8604,'* finish task #5824.','wangyidong','2019-06-18 11:10:07'),(4873,2,'50cb4f7ea103a507e3d734af4f54676d5dafeb9a',8603,'* fix bug.','wangyidong','2019-06-18 10:52:46'),(4874,2,'f43dc5c082c6de354e16aaee5e4e1caa4c6c4414',8602,'* adjust for bug.','wangyidong','2019-06-17 09:46:27'),(4875,2,'f813cda32ef7f4cc4c26a62eba71ab965672aa99',8601,'* Lang file update.','reneeteng','2019-06-14 15:38:54'),(4876,2,'811d68443ca24d3a7d686b938b61661eab12ac8e',8600,'* adjust for style.','wangyidong','2019-06-14 11:18:18'),(4877,2,'dcac58b007aaf6403f1982098442fce72da5bef6',8599,'* revert dynamicAction lang.','wangyidong','2019-06-13 14:11:56'),(4878,2,'a439ef9a26020564916e1ea0e20807ce33f2fbc2',8598,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-12 13:15:09'),(4879,2,'f937f4cb65b1aba478d8b062f4f2f0b2d2f9de21',8597,'* adjust for page style.','wangyidong','2019-06-12 13:14:38'),(4880,2,'22ab119017a66cd4c0dcac8f9b6c7a808de68c27',8596,'* Lang file update.','reneeteng','2019-06-11 16:26:22'),(4881,2,'f48d62a430ec3007e4112e78ba885d4c6972e1c4',8595,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-11 15:06:45'),(4882,2,'2146affb823e4edad36034b197c3410bf190105d',8594,'* Lang file update.','reneeteng','2019-06-11 15:06:27'),(4883,2,'fa412abc6ac8d8b2dbd531bb5aafde41a698e56c',8593,'* adjust for style.','wangyidong','2019-06-11 13:24:19'),(4884,2,'0594c430eda362d8f28f7edf34a8bf9e3833f6e4',8592,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-11 13:13:39'),(4885,2,'80fe80c41cb63d0b14454c40a79d7a3ac3c31389',8591,'* Change module lang file.','reneeteng','2019-06-11 13:09:45'),(4886,2,'04c138ba061220475ae4e56f8920c3961fa6f4a3',8590,'* Lang file update.','reneeteng','2019-06-11 11:30:44'),(4887,2,'e5e51fa82f9f9e4dee49dd60c2f8be644622e173',8589,'+ add en lang.','reneeteng','2019-06-11 11:29:50'),(4888,2,'d4b7a9ac4cfec9f63ce815badba483b40a04dcc0',8588,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-11 11:16:22'),(4889,2,'96d2cdca605a6611eca1fa9cb0f9472d77d1f897',8587,'* adjust for style.','wangyidong','2019-06-11 10:04:25'),(4890,2,'520d121bdf11459c0e5796603059f91024245f99',8586,'* Lang file optimized.','reneeteng','2019-06-11 09:53:11'),(4891,2,'3b543648607bda2fb549233ad6458ceb7e25add4',8585,'* code for task #5673.','wangyidong','2019-06-11 08:20:49'),(4892,2,'292e24acb15c702700604c720e60bf0422424548',8584,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-10 17:35:07'),(4893,2,'307a19cb0aad6486b430c13beccfb92929ab2b87',8583,'* Lang file update.','reneeteng','2019-06-10 17:34:41'),(4894,2,'b578ba3c53083bb4de5d9635efad771912a7dc58',8582,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-06-10 16:17:31'),(4895,2,'1a93ba3bcb544ebad169959bd89d7731a90e7e93',8581,'* update zui js file.','Catouse','2019-06-10 16:17:24'),(4896,2,'31f6ccb02c71928c2e194154610baa7b4295dffd',8580,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-10 16:14:32'),(4897,2,'ca5cf5f90591a77aa9c271bbf5994d4f3fdc008e',8579,'* Lang file update.','reneeteng','2019-06-10 16:14:13'),(4898,2,'4ecd2b437345fb7af63fef4012c210a074f32bd5',8578,'* code for task #5717.','wangyidong','2019-06-10 13:21:26'),(4899,2,'16d810d460c3ba7292a24800608a55000db1d929',8577,'* code for task #5713.','wangyidong','2019-06-10 11:17:19'),(4900,2,'293ef1bef7fbebf6b2be2b9a14c2231e2560082d',8576,'* code for task #5706.','wangyidong','2019-06-10 11:14:24'),(4901,2,'23084f2a167fc5afca3aaad9cc5217dc4ccf7688',8575,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-10 11:12:19'),(4902,2,'7f2f6748e3e2dada594268cebeaaa9731505bf2e',8574,'* code task #5667.','wangyidong','2019-06-10 11:11:53'),(4903,2,'718111bbb851a57a6d49c8c56f47e5ef4b39c1fd',8573,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-10 10:46:45'),(4904,2,'01cf64b4d99f44c2b3db8615d949d066bb17519e',8572,'* Lang file update.','reneeteng','2019-06-10 10:46:22'),(4905,2,'125103973519fb991c924f00a80a720329f8eecf',8571,'* code for task #','wangyidong','2019-06-10 09:21:09'),(4906,2,'20ebda13e287b7324433eac3da1d600a8dcc0a63',8570,'* code for task #5627.','wangyidong','2019-06-10 09:18:21'),(4907,2,'d71a5c685e6d03a0d8dad07ffdd19116939a496c',8569,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-10 09:10:16'),(4908,2,'141cd4dce326d27d482fca80dbb8533e49dc22f0',8568,'* finish task #5801.','wangyidong','2019-06-10 09:09:28'),(4909,2,'5ea813445986a180869326bfc6dc5ed0e1c66516',8567,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-06 16:28:25'),(4910,2,'3c7a49d6a9d7fb69d36b4fef91fee42b1a2a5693',8566,'* Lang file update.','reneeteng','2019-06-06 16:28:00'),(4911,2,'8438decfc617baffa20259e45ef2b0bf06f9ac26',8565,'* finish task #5640.','wangyidong','2019-06-06 16:17:19'),(4912,2,'0e7bd0522eb34778f279c8a8ef45749601a9c667',8564,'* finish task #5641.','wangyidong','2019-06-06 16:03:26'),(4913,2,'febe820a1aa054532f6561ad898ebcc78b387177',8563,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-06 15:15:01'),(4914,2,'c3f0fd4714d611c15dcd6725fd67a817fd20ee23',8562,'* finish task #5628.','wangyidong','2019-06-06 15:14:36'),(4915,2,'c9074b43a9f1836d2385efde84cf37a7f94cb891',8561,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-06 14:29:10'),(4916,2,'a990d767f7cf3d33cdf8a98e37a714a60b01efd8',8560,'* Action langu update.','reneeteng','2019-06-06 14:28:46'),(4917,2,'75d5b18f207a7938b6395f0598db89106d44d3a9',8559,'* finish task #5659.','wangyidong','2019-06-06 13:24:20'),(4918,2,'1756eb5daa621ffd56988b2bd39207d0591fb45a',8558,'* finish task #5686.','wangyidong','2019-06-06 13:06:08'),(4919,2,'a96eae5c3ebce68a33267119b2a781bdc2f91dbd',8557,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-06 11:21:27'),(4920,2,'91a5a805dd3a93daf1ea3dbb09c27bf0ef0ec60f',8556,'* finish task #5706.','wangyidong','2019-06-06 11:21:01'),(4921,2,'bfbeb04e9840028dcf9745165a3384a8278bf036',8555,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-06 11:19:22'),(4922,2,'176f776614b9cc25113c59fc4f5b293d03dc8550',8554,'* Lang file update.','reneeteng','2019-06-06 11:18:57'),(4923,2,'02b6bfc8b69facdfe1748356b24f9dc5cbbd2481',8553,'* finish task #5667.','wangyidong','2019-06-06 11:03:41'),(4924,2,'16ae56ee9ae63dbaa989f78dcfec0ed350e97d7e',8552,'* finish task #5698.','wangyidong','2019-06-06 10:57:33'),(4925,2,'e1e7b3f2d05e0de502b6421386afa259dab54ce5',8551,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-05 17:33:39'),(4926,2,'835b85ba8985f29744f53964837db5cfea4fb576',8550,'* finish task #5641.','wangyidong','2019-06-05 17:32:40'),(4927,2,'ea44cee1f73d0dba4936a514bfa02a4aeebaec2b',8549,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-05 17:23:25'),(4928,2,'de2725da3b928297fdb999032be4975ee58f6d27',8548,'* Lang file update.','reneeteng','2019-06-05 17:22:34'),(4929,2,'b590c371bbf2900c66e3cf5806367686ac6271b8',8547,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-05 17:16:29'),(4930,2,'a3de0b750a322b78c0f656b9c2b3081f943d0d6c',8546,'* finish task #5639.','wangyidong','2019-06-05 17:01:00'),(4931,2,'1026dda4617c84c146e49d0807110e96d4ad6297',8545,'* adjust main-actions for en lang.','wangyidong','2019-06-05 16:52:42'),(4932,2,'bbb65f79afa151d80610b3ffcb42b07065616302',8544,'* finish task #5723.','wangyidong','2019-06-05 16:52:16'),(4933,2,'c01b68c0a6c5b939fd590758a2a81f7cd8ba713d',8543,'* finish task #5706.','wangyidong','2019-06-05 16:24:25'),(4934,2,'1fbf720cae6849f8575641effd0a52113f830755',8542,'* adjust for task #5783','wangyidong','2019-06-05 16:16:21'),(4935,2,'4feb3090e39bf6a391f5a0771c753a53ec9302ea',8541,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-05 16:06:23'),(4936,2,'e3a96d34d811287c909e43f096634f42f832fc9a',8540,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-05 16:05:13'),(4937,2,'a93b17a0d0f18f8e25c09dfa7d61f74852e77c6f',8539,'* finish task #5657.','wangyidong','2019-06-05 15:48:49'),(4938,2,'c27f1e3758cd0c461c037b78ef9eff957e54b9c7',8538,'* Lang file update.','reneeteng','2019-06-05 15:19:49'),(4939,2,'10e0c46c717357a938473ad63b4fce485c870ebd',8537,'* finish task #5784.','wangyidong','2019-06-05 15:11:31'),(4940,2,'5e0e6a7b581afe95f93b8757b2d116fa842cb9bd',8536,'* code for task #5766.','wangyidong','2019-06-05 14:16:40'),(4941,2,'6540832d10c112314798b62d5fae20398ab361bc',8535,'* finish task #5766.','wangyidong','2019-06-05 14:14:22'),(4942,2,'abe2f202015a75db0af0994da518b5017eef08da',8534,'* finish task #5741.','wangyidong','2019-06-05 14:01:42'),(4943,2,'72e7dcd80bd9e725a48fdf19080c1f14e34ce077',8533,'* finish task #5702.','wangyidong','2019-06-05 13:38:14'),(4944,2,'5248ba0efbcd10472a6a15ed9fbcf98ec143e738',8532,'* finish task #5703.','wangyidong','2019-06-05 13:04:32'),(4945,2,'a8063e8b1925e7212f04dc95748b90c8eca82782',8531,'* adjust for side width.','wangyidong','2019-06-05 11:51:58'),(4946,2,'5b758946106e5a026d5ce2921347886ee456bb29',8530,'* finish task #5690.','wangyidong','2019-06-05 11:25:42'),(4947,2,'228333562a9f83dc742326ed4f87d4fd691f99ee',8529,'* finish task #5689.','wangyidong','2019-06-05 11:15:36'),(4948,2,'8faa10f22b762e114b6724df93a54a4a74b00356',8528,'* finish task #5684.','wangyidong','2019-06-05 11:00:11'),(4949,2,'36f249a02bc9bc82a5c9f1e6eda1eacbd9e79974',8527,'* adjust for task #5781.','wangyidong','2019-06-05 10:36:27'),(4950,2,'7fcd65e9a73fba2ba971a51d6c54dc8481d9147e',8526,'* code for task #5780.','wangyidong','2019-06-05 10:30:03'),(4951,2,'483d481e39a0df602663686d631b9bc2270a4f46',8525,'* finish task #5749.','wangyidong','2019-06-05 09:58:55'),(4952,2,'8468aca152c68d16bbab879578564c855a53e241',8524,'* finish task #5730.','wangyidong','2019-06-05 09:43:28'),(4953,2,'a35a3719695598572e8034a71d2ca027d74401f5',8523,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-05 09:43:15'),(4954,2,'48949c3bfad4f261bb017546a1c9025adb681880',8522,'* finish task #5685.','wangyidong','2019-06-05 09:42:42'),(4955,2,'164cb065af1c8d888dd2e7d7c846412763603c56',8521,'* Lang file update.','reneeteng','2019-06-04 17:20:35'),(4956,2,'46502d5fbade2c0c9c6678323a061468e74f9cf6',8520,'* code for task #5681.','wangyidong','2019-06-04 14:31:16'),(4957,2,'61e29f8a280aa6ceebd830c542f44291a524df9d',8519,'* code for task #5664.','wangyidong','2019-06-04 14:24:36'),(4958,2,'053652cc92a3d086ff2c16cf61eea589bbefce1f',8518,'*','wangyidong','2019-06-04 14:23:56'),(4959,2,'d490cfbaef36eed020273545c6bc5c7dc231aedf',8517,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-04 14:21:22'),(4960,2,'e9dc74bfda427eda225934173051bd5983f5a5d9',8516,'* code for task #5626.','wangyidong','2019-06-04 14:20:33'),(4961,2,'608a56b71ede36fb94e7a98a8ada5c8573c37aed',8515,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-04 14:16:56'),(4962,2,'cc233d25172d15d750b9d533ba9ff51c7a3ac406',8514,'* Lang file update.','reneeteng','2019-06-04 14:16:36'),(4963,2,'db5c3c6998ea9c12ef6f01f01e5558a4ad581156',8513,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-04 13:46:42'),(4964,2,'570ba2faaabfc20e6249ffafe84902c36295fd61',8512,'* code for task #5656.','wangyidong','2019-06-04 13:46:15'),(4965,2,'cf2fc309ac242973f3d5074ec82e11e17fc65fce',8511,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-04 11:31:32'),(4966,2,'2aeb751159397c02552e26f35f0477b6aaa875c0',8510,'* Fix Est(h) to Est.','Yagami','2019-06-04 11:30:18'),(4967,2,'3217808ff528e55a52486d344936d8a041af55a2',8509,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-04 11:26:40'),(4968,2,'ecb028a4c3143ba50adbdb7ac95f738334e70e0b',8508,'* Lang file update.','reneeteng','2019-06-04 11:26:20'),(4969,2,'3a6ae1c09f5661211f2ac4590dbd0610d78cfde2',8507,'* Fix tree task style.','Yagami','2019-06-04 11:22:07'),(4970,2,'de2771f15afc83ff469e7640496a1fcc8ae4403d',8506,'* Finish task #5769.','Yagami','2019-06-04 11:13:13'),(4971,2,'0c947479596351432eb0be814526999ccf5e0820',8505,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-04 10:41:20'),(4972,2,'b1ea561cd5d1f7b1342ff47fe2dfc0899cc30da0',8504,'* Fix bug create table style.','Yagami','2019-06-04 10:40:56'),(4973,2,'fe9c2c277b4bf15b4f80ce5fb751479f9c525688',8503,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-04 09:44:48'),(4974,2,'b561598c63779269fe1dfa26cd4b300f37086ebb',8502,'* finish task #5668.','wangyidong','2019-06-04 09:44:24'),(4975,2,'32e5c9bea550a0151ebd55fd8709b2a3ade28ef3',8501,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-04 09:35:37'),(4976,2,'23eb8f03cb9274ec868bc885b24b574ea8b315e9',8500,'* Lang file update.','reneeteng','2019-06-04 09:35:12'),(4977,2,'fb50db20f5ab026694dc5a90811011bfacb5c689',8499,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-04 08:52:02'),(4978,2,'963da6ba24d3768e3ec566b5c03d38834b1a2f52',8498,'* Finish task #5752.','Yagami','2019-06-04 08:51:42'),(4979,2,'e8fb0c8fdff5dc163f6af6a17f81edcbc33edebb',8497,'* finish task #5656.','wangyidong','2019-06-04 08:31:42'),(4980,2,'f0a13339b8647571588c1fbe5b2dc0bcb783f116',8496,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-03 17:25:32'),(4981,2,'029572d70ad1b930a7ea9a55f3971648a55bdd92',8495,'* Lang file update.','reneeteng','2019-06-03 17:25:06'),(4982,2,'d317c9c7b652a11c3eb65618eedb5edc99dc5c58',8494,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 17:12:41'),(4983,2,'9a6c02867de507cf9e274fe24268d7ed2dc60143',8493,'* Fix testcase view style.','Yagami','2019-06-03 17:12:25'),(4984,2,'0ac509d4a1fb185dc4158bf751bcb4dfbf2c3a99',8492,'* finish task #5452.','wangyidong','2019-06-03 17:08:54'),(4985,2,'d6e153913742661b591afeb59af2c84c64008a01',8491,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-06-03 16:37:49'),(4986,2,'4b1d132e4daabbb97c5bbd20b8910889ce844f91',8490,'* update kindeditor.','Catouse','2019-06-03 16:37:40'),(4987,2,'9e5652df9793fc4422dafa97e346a6b6f4579fac',8489,'* Finish task #5792.','Yagami','2019-06-03 16:30:36'),(4988,2,'9a4bc756544107fee4e58922d0d1e83e4724cf61',8488,'* Finish task #5788.','Yagami','2019-06-03 16:25:02'),(4989,2,'819163431718a6d15733427260411bbe61fda4a6',8487,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 16:22:22'),(4990,2,'a9634dcfc7a10d3077990d0aca71a472819801e4',8486,'* Fix my-bug style.','Yagami','2019-06-03 16:22:10'),(4991,2,'ae136f06a4cce1439e986c49afc355afc85605ce',8485,'* Fix my-bug style.','Yagami','2019-06-03 16:20:45'),(4992,2,'56a2960b2f81dbe9f50d93ab6ae65e0f9ba21ab4',8484,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-03 16:20:25'),(4993,2,'4b4a25228907c119f253c8cf688c3fb1444f0e9f',8483,'* finish task #5675.','wangyidong','2019-06-03 16:20:07'),(4994,2,'74d4fbd87a3419a262f1845150123adb6f53d1e7',8482,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-03 16:15:23'),(4995,2,'fa047a15c4bea05189bfa80f25bafdc55982954d',8481,'* Lang file update.','reneeteng','2019-06-03 16:14:42'),(4996,2,'02c3470bb12cf1874cabc67f15567bef422cb50c',8480,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 16:09:22'),(4997,2,'fbcd6db31c62aff0026b505c9977af689c3c0213',8479,'* Finish task #5769.','Yagami','2019-06-03 16:09:10'),(4998,2,'293f706a5879bc53fef40a65989e72d0971e18ed',8478,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-03 15:51:34'),(4999,2,'39fdc99340983e4c9973fa770ca6587f08bb0f4a',8477,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-03 15:50:22'),(5000,2,'fab38881f2478c31b96daf0cce72c2fb9be62926',8476,'* finish task #5647.','wangyidong','2019-06-03 15:50:02'),(5001,2,'83452e21ea7fde9bf53309b32330a0f1b78682b4',8475,'* Fix pri and severity style.','Yagami','2019-06-03 15:49:27'),(5002,2,'2a5f6b3603a2b627ace611a88f38081742ee2c29',8474,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 15:41:11'),(5003,2,'d204dfe24da42b232465f2ea422add398897f1de',8473,'* Finish task #5529.','Yagami','2019-06-03 15:40:33'),(5004,2,'ecea70cf3cd8d5eb7aaf26e28bba146c2c5e7efd',8472,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-03 15:38:52'),(5005,2,'4cb966c553fbc91a073727604133be41f192a989',8471,'* finish task #5634.','wangyidong','2019-06-03 15:38:26'),(5006,2,'53ee56bfe7d1b327d03de0e2451bfc89aa6e58d9',8470,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-06-03 15:35:16'),(5007,2,'7cd0307f8948f1e9613497d6bf3b30f07b1b37ce',8469,'* fix ajax modal trigger not work in datatable.','Catouse','2019-06-03 15:35:10'),(5008,2,'e56e9327233db146bef89f8876de2cbfb37a437a',8468,'* Finish task #5759.','Yagami','2019-06-03 14:49:16'),(5009,2,'0fd9967fa82b4071331ea579c9811f6bba82bb77',8467,'* Finish task #5751.','Yagami','2019-06-03 14:38:24'),(5010,2,'969a5c8d3b496c27ef0862a7fcf1ca40221c42c6',8466,'* Finish task #5750.','Yagami','2019-06-03 14:17:04'),(5011,2,'56f6d0e2e19ad531c51414a7476d2acbab7e52f3',8465,'* Finish task #5737.','Yagami','2019-06-03 14:10:26'),(5012,2,'8136066f1608be10c033b529335e5bd9ac903d48',8464,'* Finish task #5736.','Yagami','2019-06-03 14:06:40'),(5013,2,'faf7a8149cee5f8f9dd194b58c646e4c7045eb08',8463,'* Finish task #5735.','Yagami','2019-06-03 13:59:56'),(5014,2,'6f5e5b2c13b6f86471b019fe71d6c9c4da229394',8462,'* Finish task #5729.','Yagami','2019-06-03 13:56:12'),(5015,2,'57f527b2c49a0ab2b4e57bb35ce5086b8a8f7f89',8461,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 13:47:53'),(5016,2,'edd857f5c2d9e98837dde0f950e00463daa6caf6',8460,'* Finish task #5726.','Yagami','2019-06-03 13:47:18'),(5017,2,'c307349f43c4ebfaf43e7fa653df86a45c3a077e',8459,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-06-03 13:10:24'),(5018,2,'38fe643f7ea07fbf480d0fd14a78043b5b8771fd',8458,'* finish task #5632.','wangyidong','2019-06-03 13:10:02'),(5019,2,'e9c4a84f9cf6456efba2e8467d8cf479c24ed74b',8457,'* Finish task #5725.','Yagami','2019-06-03 13:06:22'),(5020,2,'67f21ea76e2eeb3d5a0fa69595dbf9107325d4f0',8456,'* finish task #5626.','wangyidong','2019-06-03 11:52:54'),(5021,2,'4084a54ef5f6dcb4815e80cc551c3c804751a010',8455,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 11:25:26'),(5022,2,'5e9c5640750314c73c6689f06d63422e25ec4040',8454,'* Finish task #5724.','Yagami','2019-06-03 11:25:12'),(5023,2,'e42d06670a0ee833af032b5c70e75dda6dba39ec',8453,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-06-03 11:10:56'),(5024,2,'19a9ae99254f5f790d952fd237729754b8eef2e1',8452,'* Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update. * Lang file update.','reneeteng','2019-06-03 11:09:52'),(5025,2,'bf2e40e67d33e0017d33bc7adb540f1a5b3727d1',8451,'* Finish task #5716.','Yagami','2019-06-03 10:00:14'),(5026,2,'608cf1bab88aa6681951c47fc93bd4b09cb1b89e',8450,'* Finish task #5715.','Yagami','2019-06-03 09:50:31'),(5027,2,'9db0b6f1dd2168bf6ebb71fea09b1a8699c75870',8449,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-06-03 08:59:17'),(5028,2,'20f309eb1f855ac83e7b340de6b70bdce374a20b',8448,'* Finish task #5705.','Yagami','2019-06-03 08:58:56'),(5029,2,'6c721bb4cf7056b7d18fe210ca2e2c891247a70a',8447,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-31 16:54:42'),(5030,2,'a62b8fffcbc9f2731d5d7930f31120d234072b10',8446,'* fix bug for get product and project.','wangyidong','2019-05-31 16:54:18'),(5031,2,'4b8b0a5f2755e531a1b7bb27cd2ddcb14fff7746',8445,'* Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file. * Add h to story summary. Lang file.','reneeteng','2019-05-31 16:23:56'),(5032,2,'766b5a32fa7dde395ddfd2d1a3b15d09a9a86d87',8444,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-31 16:16:36'),(5033,2,'6070d75858573306bb0da2c9cb10074e57d6ce1f',8443,'* Lang file total update.','reneeteng','2019-05-31 16:15:55'),(5034,2,'a86a212e7641ada05a0f306068b299374eb82d25',8442,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-05-31 16:13:54'),(5035,2,'65467ed5d92e38228903b799516f4ab7b613cbc0',8441,'* fix table checkbox not work.','Catouse','2019-05-31 16:13:47'),(5036,2,'f122d6977d5ba37d4e76ad8b7f2dc759360b6976',8440,'* change ueditor to kindeditor.','wangyidong','2019-05-31 15:59:03'),(5037,2,'92c223589f7794a9fce5b02f328c04dc3f105774',8439,'* adjust for task #5563.','wangyidong','2019-05-31 15:51:39'),(5038,2,'453e282c9042b44e86a18e658ba18006443d3905',8438,'* Add space to story type.','reneeteng','2019-05-31 15:38:26'),(5039,2,'7e4ce0bde477c335c03f3abb877e36fa33a88da2',8437,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-31 15:19:08'),(5040,2,'9c47092329761bed1c3ad0de64254693fca7daa0',8436,'* Color column lang file update.','reneeteng','2019-05-31 15:18:42'),(5041,2,'82f70b85f1f9f49e042e7288d5e9f12f6f1d92a3',8435,'* update chosen css file.','Catouse','2019-05-31 15:09:37'),(5042,2,'0c9df8fdfcf901cd13b6defb35a60d41c78d5be2',8434,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-05-31 15:08:09'),(5043,2,'ec7839d30c536d336e59f4baadbdc79727b436ac',8433,'* update chosen files.','Catouse','2019-05-31 15:08:02'),(5044,2,'747a6a638ffb4b119d4b5cf403c964d2e1461bba',8432,'* No changing lines. Lang file update.','reneeteng','2019-05-31 15:00:02'),(5045,2,'bb5b2774a1f57756a4fb6297ecde96e7eecde2ca',8431,'* LastRun remove space. Lang file update.','reneeteng','2019-05-31 14:43:01'),(5046,2,'00a0e5cc0ff46fc42ad6ecf6290c88639dff4afe',8430,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-31 14:35:39'),(5047,2,'629b0a651f7ed99d4c6e9d077bfbb5096dd46f84',8429,'* Created date lang file change.','reneeteng','2019-05-31 14:35:05'),(5048,2,'9fe7a5ef556d03cc90b7ad78a5daceb4d7b6e692',8428,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-05-31 14:27:55'),(5049,2,'e462f7fbe9368262d173253135ab79f3e59879e8',8427,'* change default value of chosen option \'max_drop_width\' by update zui js file.','Catouse','2019-05-31 14:27:49'),(5050,2,'79537431247c8d6aff5b7506500cd8595cd04c7d',8426,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-31 14:20:12'),(5051,2,'0c17194bab615eeecf4389426562151bd2cb4ea4',8425,'* Fix pager align.','Yagami','2019-05-31 14:20:00'),(5052,2,'bdef4303b5efd318833bba13c3b39f53715ea869',8424,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-31 14:15:21'),(5053,2,'61e480a12fa266f77b43bc67a71ec7d64f8fd97e',8423,'* Lang file update.','reneeteng','2019-05-31 14:14:43'),(5054,2,'d11762536102563529a522282c6251a3c5744b7b',8422,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-31 11:03:53'),(5055,2,'c16de529c1bbef076f53f5778baebbc7e008b159',8421,'* adjust for merge xuanxuan.','wangyidong','2019-05-31 11:03:33'),(5056,2,'6302b957ba88f38c864e3f8610f647d7c2b57fc3',8420,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-31 10:57:42'),(5057,2,'c4e897ac15e0ec21213b60055215fb49fd88d0dc',8419,'* Lang file update.','reneeteng','2019-05-31 10:57:24'),(5058,2,'3dd89c46d02e11708963e2726e6c5b309711f97d',8418,'* change kindeditor usage.','Catouse','2019-05-31 10:56:43'),(5059,2,'e24659b6af86875719471c9d95ce3e588af36d60',8417,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-05-31 10:42:42'),(5060,2,'84bbe0da93fcd75ffe555070715c1aef7a096064',8416,'* update zui kindeditor files.','Catouse','2019-05-31 10:42:34'),(5061,2,'6143a0ae5bc292c8c7e4d1cdd7a381136b8540aa',8415,'* adjust for user contact.','wangyidong','2019-05-31 10:31:00'),(5062,2,'7aa9cb1be3490b247c9089e9687413d382ae1674',8414,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-31 10:14:50'),(5063,2,'cf6c4f9359730a1084a033c81cfd49e5debcc4e7',8413,'* Fix story and doc span style.','Yagami','2019-05-31 10:14:18'),(5064,2,'f15df4e8c6777e4764196ac89c5a45287792a08c',8412,'* upgrade zui files.','Catouse','2019-05-31 10:11:51'),(5065,2,'76b8e28e83ffbac52be8a5fee070c65962364af9',8411,'* update zentao logo in login view for english version.','Catouse','2019-05-31 10:11:22'),(5066,2,'c397d5d5453e75631d4c80e05c8373e481c61b56',8410,'* update zentao logo for english version.','Catouse','2019-05-31 10:10:54'),(5067,2,'f98cad1eaff02ab36a1860ca25119827b5b8d0e4',8409,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-31 09:20:06'),(5068,2,'9c1416edead0771ba6f4cd446b6e95cd0d57128d',8408,'* finish task #5565.','wangyidong','2019-05-31 09:19:45'),(5069,2,'a6dde2652b68375c6138f59e92399db54776f7b6',8407,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-31 09:13:21'),(5070,2,'cb78bc7afecb7538574197507d1b98c6ac041284',8406,'* Finish task #5459.','Yagami','2019-05-31 09:13:03'),(5071,2,'01286bd2840426ddc29e7e64b1a4e32e93095722',8405,'adjust for fixFeatureBar.','wangyidong','2019-05-30 17:44:03'),(5072,2,'0d2d17e9ad1ae458f658e4478842216612616a1b',8404,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-30 17:42:00'),(5073,2,'aca82aeded2a3b9e9a8f1e4795b35c8bef3a8bb6',8403,'* finish task #5578.','wangyidong','2019-05-30 17:41:44'),(5074,2,'9340af15980ef007413c57ab52753fd054ac0c6f',8402,'* support ntlm.','wangyidong','2019-05-30 17:41:15'),(5075,2,'2939be79aa7c6835934baac6d609fb522170d2e0',8401,'* adjust for profile page.','wangyidong','2019-05-30 17:40:48'),(5076,2,'9ab09b0a2ba566283932169a1f7152820c131f4b',8400,'* To lang update.','reneeteng','2019-05-30 16:42:44'),(5077,2,'78c230adeaebcb97f489df3f594518fa5bfae1f7',8399,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 15:45:37'),(5078,2,'02245a104d30036c9e07450c59230acc425fd161',8398,'* Lang file update.','reneeteng','2019-05-30 15:45:17'),(5079,2,'fe465ed8d64d6e9108dff30ebc7c1d6d4bcfc48c',8397,'* Finish task #5610.','Yagami','2019-05-30 15:01:38'),(5080,2,'66e4e3baf116fb1b08ad171e6198047a5bc96931',8396,'* Finish task #5457.','Yagami','2019-05-30 14:50:08'),(5081,2,'09bddc2b30bc9093e18d652caff2a37c7df92401',8395,'* Finish task #5457.','Yagami','2019-05-30 14:22:32'),(5082,2,'6df4c62727050db008034619bd50fd5e46a7cb40',8394,'* Finish task #5457.','Yagami','2019-05-30 14:10:04'),(5083,2,'c42f48895b1e62caaa8026fece94564290b76afa',8393,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-30 14:00:34'),(5084,2,'495d38d0c3bc1035ba87d5ca22554e91a23549bc',8392,'* Finish task #5533.','Yagami','2019-05-30 13:59:02'),(5085,2,'c461480ec3cafa4962e65247e8c4345171e65b8e',8391,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 13:53:57'),(5086,2,'c2eba72a2ca6180055ecbab15f5c7c6f59ae93bd',8390,'* Privilege lang file.','reneeteng','2019-05-30 13:53:16'),(5087,2,'59b2ea802d7e5b606f51b309bd6c04688501b436',8389,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-30 13:41:49'),(5088,2,'5e9c7c10ea0b9f4b092492a5925e283f75f43639',8388,'* Finish task #5533.','Yagami','2019-05-30 13:41:33'),(5089,2,'048556cc39656a577791d904a04bc9b7c89732d8',8387,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-30 11:50:42'),(5090,2,'a3b6cfc687e074e9881a730bc83123a7971d4980',8386,'* finish task #5446.','wangyidong','2019-05-30 11:50:21'),(5091,2,'eaba2135adf171564b944bf10a508898613788be',8385,'* Finish for proj 100 lang files.','reneeteng','2019-05-30 11:22:13'),(5092,2,'52e0bea0c0720d7c8f5dffe254ad403a6ea20d59',8384,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 10:51:22'),(5093,2,'aacf02572b584703eb1bdb5fb572867838d57189',8383,'* Lang file update.','reneeteng','2019-05-30 10:50:56'),(5094,2,'9643076c383c7b9b7a7b410183186ad1186005a8',8382,'* Finish task #5535.','Yagami','2019-05-30 10:45:37'),(5095,2,'8b0cd09d92ba4bce70b1d7f413bdff9679666fda',8381,'* Finish task #5534.','Yagami','2019-05-30 10:30:59'),(5096,2,'81c23f698444cb37e7b77471172bd0622008ed21',8380,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-30 10:27:45'),(5097,2,'6fdcdb228070749a2408b4df86faafdaae24d39b',8379,'* Finish task #5532.','Yagami','2019-05-30 10:26:53'),(5098,2,'603fcb23beb6f9189a3ac7ae64ed1160b50ce72c',8378,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 10:19:32'),(5099,2,'fb1e8d10b1bf1917a11ff6241aef9097ef5257f9',8377,'* Lang file update.','reneeteng','2019-05-30 10:19:10'),(5100,2,'d0fcd2d149e198c04fc6ddb3b4aaef179b66d968',8376,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-30 10:14:17'),(5101,2,'1a83466094c088a5cc05712fb56d644ca5cbad88',8375,'* Finish task #5517.','Yagami','2019-05-30 10:13:54'),(5102,2,'760bddd94847573c5b610ccaf5f81f18f27a73ae',8374,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 09:44:49'),(5103,2,'36487eb12de15c95046a6d84a2c41c4ebd3b65c6',8373,'* Lang file update.','reneeteng','2019-05-30 09:43:19'),(5104,2,'45c19a716a41eb45ade8fe2b37c3a72af97b51e6',8372,'* Finish task #5526.','Yagami','2019-05-30 09:16:55'),(5105,2,'5a0d9916328bed5f2d42ba8653ecb50c6b0c2874',8371,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-30 09:14:06'),(5106,2,'beb330f8e27ec24088325122a6e2a022ffb78887',8370,'* Finish task #5525.','Yagami','2019-05-30 09:13:30'),(5107,2,'441135cdabd2e9ddd3093bc875ecaf60d592241c',8369,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-30 07:58:29'),(5108,2,'cc4d468c1598861fd3aa540dd15109ed110fe778',8368,'* Lang file update.','reneeteng','2019-05-30 07:58:01'),(5109,2,'bbfe47008ceaf9e27ccbc09831c01f21e55ad498',8367,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-29 17:11:14'),(5110,2,'ee327afadb9bb3825d6486087917bea55a89e65e',8366,'* adjust for profile page.','wangyidong','2019-05-29 17:10:47'),(5111,2,'eaa6cc00d48b014096c35d1dd7397a134a5bfe24',8365,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-29 17:08:34'),(5112,2,'16a92b51cbe36a7aa7c204983cc25559e2f72167',8364,'* Lang file update.','reneeteng','2019-05-29 17:07:58'),(5113,2,'05b941d2fdbc05c6458f528e3702d39d2d59884d',8363,'* Fix doc style.','Yagami','2019-05-29 16:58:09'),(5114,2,'e50a8af4f503ddefd35649773eb864feec9b126d',8362,'* Add edit doc view style.','Yagami','2019-05-29 16:55:31'),(5115,2,'8d6a4415ef87d9ffd2095cc3181d5c87f5a42f92',8361,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-29 16:53:14'),(5116,2,'d7ccf46cfae61511c0a4013b95f77ac17d430537',8360,'* Fix task table header width.','Yagami','2019-05-29 16:52:56'),(5117,2,'858d27525d19dcf4d8c50ef632370742bfd17955',8359,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-29 16:22:04'),(5118,2,'6f6e7144134cc3f34bb16c409784b04f0072d0aa',8358,'* finish task #5621.','wangyidong','2019-05-29 16:21:23'),(5119,2,'db14457799cd3e826342895d353e65b666198de7',8357,'* Finish task #5529.','Yagami','2019-05-29 16:16:01'),(5120,2,'8dec6b8bca6612ad1f1ca3d071b010a2de78f10b',8356,'* Finish task #5527.','Yagami','2019-05-29 16:01:28'),(5121,2,'74c85776b938dc4d3cba3247e3d5ba767c7458ea',8355,'* Finish task #5520.','Yagami','2019-05-29 15:50:43'),(5122,2,'aa6ead33895eeb16b95ac4455b1854cdd56cf28d',8354,'* Finish task #5516.','Yagami','2019-05-29 15:19:17'),(5123,2,'7b43c62e2ab39f58f33e1a448981cda73c76cdf1',8353,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-29 14:12:37'),(5124,2,'e2ddf9275d0a1912dd8e4216a42237fe6a1a5bce',8352,'* Finish task #5513.','Yagami','2019-05-29 14:12:21'),(5125,2,'d38f319d4f1a5c773f4d4b61df20678fd35bb681',8351,'* finish task #5575.','wangyidong','2019-05-29 14:09:32'),(5126,2,'4c652cb2bf9fab85902b50fbc72b99fdfb5bae04',8350,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-29 14:05:50'),(5127,2,'5e45f69d0b8d49f4d150fe22f7cd9cc5c072b835',8349,'* Statuslist translation updated.','reneeteng','2019-05-29 14:05:23'),(5128,2,'1253acb39ed733288a9663ef8af4f46ec10a130c',8348,'* Finish task #5502.','Yagami','2019-05-29 13:38:29'),(5129,2,'705ff57fd70a4e62c9753dcab3f1799950f349bb',8347,'* Finish task #5500.','Yagami','2019-05-29 13:27:21'),(5130,2,'d0b6386ca7a5f1edc008fed18fb1e77308391cd7',8346,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-29 11:23:19'),(5131,2,'bd025b6bf35a423a2e6feada9948ca9d0705d4f5',8345,'* Lang file update.','reneeteng','2019-05-29 11:22:29'),(5132,2,'8f0385a0c4bb29f130675df4386daf0181380a2b',8344,'* Finish task #5496.','Yagami','2019-05-29 11:09:49'),(5133,2,'dfc0bd6913613cf002c8f074ba9a22deb8efd66d',8343,'* Finish task #5540.','Yagami','2019-05-29 10:16:56'),(5134,2,'e60e1e3d9269454b343e14df3fefd9880f37c57d',8342,'* Finish task #5541.','Yagami','2019-05-29 10:03:47'),(5135,2,'98c038aaaed79077ab70156528db3e7bccb6be2d',8341,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-29 09:58:00'),(5136,2,'7fd493a1c3eca5c294c768c3e20f38547174fe02',8340,'* Finish task #5546.','Yagami','2019-05-29 09:55:05'),(5137,2,'f5d2f4d0303d61a233d9d1a46210299805b204b5',8339,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-29 09:38:17'),(5138,2,'ccb1aa75a3c0aaa11f8b44c01b2a2f59eeb3c88b',8338,'* Lang file update.','reneeteng','2019-05-29 09:37:52'),(5139,2,'e29b7d93d2d55bd7fa1cdd34f6ebceb97cdeb22e',8337,'* Finish task #5547.','Yagami','2019-05-29 09:01:02'),(5140,2,'2ba14afddadbfe969a8bed236999df5183453b23',8336,'* finish task #5616.','wangyidong','2019-05-28 17:10:43'),(5141,2,'774df4494f3a3b33d90519d1f3e9a0fce0094b75',8335,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-28 17:09:53'),(5142,2,'9aee87117cc1868c9218ec3f000fd7e06c7c40b8',8334,'* Lang file.','reneeteng','2019-05-28 17:09:27'),(5143,2,'3ee2c4048d3a94f1c8d6414ff6aa6064d7107fda',8333,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-28 16:41:06'),(5144,2,'f0800c27a75511e34d4d3bea29680798af997849',8332,'* finish task #5570,5571.','wangyidong','2019-05-28 16:40:44'),(5145,2,'13e6d03e1e641e6aba8dc3eb40965f8e796194b1',8331,'* add for fix featureBar.','wangyidong','2019-05-28 16:40:12'),(5146,2,'02290075dd7007a112a8d7ef27b820ee16a3de4b',8330,'* Finish task #5479.','Yagami','2019-05-28 16:33:59'),(5147,2,'2b8c9976c882a364bb2a65f10d9ff2bfc9bc18c1',8329,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-28 16:25:24'),(5148,2,'1f9ed3ae903a741328273ae4264f15a59ee0e1bd',8328,'* Finish task #5476.','Yagami','2019-05-28 16:25:08'),(5149,2,'0d85b8c62d8a42e317a82a1ffd9b90f35397bd1c',8327,'* Lang update.','reneeteng','2019-05-28 16:25:04'),(5150,2,'b6f4b1b02fc1f773cceff2eb61236f1c9ed70921',8326,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-28 16:22:10'),(5151,2,'cdaec1a6133307e9dca6cfe20cf487233fe8ca9e',8325,'* Finish task #5475.','Yagami','2019-05-28 16:21:50'),(5152,2,'d0da5351255da7282d4f0b0e759017155c4646fa',8324,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-28 16:00:28'),(5153,2,'38033b3f54182fbf8a0dff589d43d4ea21144830',8323,'* finish task #5445.','wangyidong','2019-05-28 15:59:58'),(5154,2,'9a8396b94f56822ad3c970dc7bd5d075b6cd1297',8322,'* Finish task #5470.','Yagami','2019-05-28 15:56:25'),(5155,2,'289eae85210b8af14d20d0a27d44de90daa567af',8321,'* Finish task #5460.','Yagami','2019-05-28 15:40:33'),(5156,2,'1986ce272ece8c8ad5e35ce9d1992515d57766b0',8320,'* finish task #5579.','wangyidong','2019-05-28 14:21:01'),(5157,2,'8f069e202aa65e909d02a7da3adf7116656c1249',8319,'* finish task #5580.','wangyidong','2019-05-28 14:16:27'),(5158,2,'4ba742dd9517a442c5ecf6b2a523d3814abb04e7',8318,'* finish task #5581.','wangyidong','2019-05-28 14:00:19'),(5159,2,'4d4093e703724f48190b9e59aaa1764ee9f4cb6c',8317,'* finish task #5583.','wangyidong','2019-05-28 13:44:32'),(5160,2,'539f5077eb60e88c735b74c7cfac649218ad2be4',8316,'* finish task #5611.','wangyidong','2019-05-28 13:41:20'),(5161,2,'a45e4867255645c34e21d83f89082b9a4483aef7',8315,'* Lang files update.','reneeteng','2019-05-28 13:13:17'),(5162,2,'d4a669511b384892e94dce1466b5ee2951f5cbbd',8314,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-28 11:33:47'),(5163,2,'8265162711fcd28f58d3ecea79209fb18d81e3ce',8313,'* finish task #5618.','wangyidong','2019-05-28 11:32:35'),(5164,2,'9e281a9b1539e26ca1c85c354f58cd09ce3da80e',8312,'* finish task #5587.','wangyidong','2019-05-28 11:20:57'),(5165,2,'c83902cb926eef935e08cdf8f8bc3fe4de5cf6bf',8311,'* finish task #5585.','wangyidong','2019-05-28 11:20:30'),(5166,2,'fe37489ac7788412e271ae262b81bbd08f4720d0',8310,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-28 11:08:47'),(5167,2,'97b3cc8c6fbf663ecd7a8d7eac32503930a53cc8',8309,'* Finish task #5548.','Yagami','2019-05-28 11:08:33'),(5168,2,'e611cf476dca9356644a4b9ef396b2677c597cbd',8308,'* Lang update.','reneeteng','2019-05-28 11:08:00'),(5169,2,'9a29937259369a4f16dd1050d5ef69c0412b6c51',8307,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-28 10:45:43'),(5170,2,'16931f404822b936855ae45564b6c736a3df3d6c',8306,'* Lang file update.','reneeteng','2019-05-28 10:45:12'),(5171,2,'1c0dcf4cfac430104367bdbd1a78c8db888fd839',8305,'* Finish task #5549.','Yagami','2019-05-28 10:21:32'),(5172,2,'0b9cbd75bf4c4025943791e24b9cb6f2add4d927',8304,'* Finish task #5554.','Yagami','2019-05-28 10:18:46'),(5173,2,'b8a0e7494f41490f423b80c0c10e033cac46afb4',8303,'* Finish task #5557.','Yagami','2019-05-28 10:03:39'),(5174,2,'94a17592c8dce329bbdefa1a808e4b8808afa2b6',8302,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-28 10:00:18'),(5175,2,'96bda94f57a4a431c59a51df1abfb1a6200899c9',8301,'* Finish task #5557.','Yagami','2019-05-28 09:59:47'),(5176,2,'5aa8b55e6689fa3dc3c95255501ac039b60f9203',8300,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-28 09:52:40'),(5177,2,'672a73dfad04e9add4159f9dc4ca8a5ec27ccdfd',8299,'* finish task #5611.','wangyidong','2019-05-28 09:52:24'),(5178,2,'f0f52d3bc632f2a78d3de75a4cd192a0e7526f49',8298,'* Finish task #5558.','Yagami','2019-05-28 09:21:23'),(5179,2,'e8a1ee93f3af937855c6448b9d6588e4ac21a218',8297,'* Finish task #5560.','Yagami','2019-05-28 09:08:28'),(5180,2,'09245b6f2f33024ed2a86b54b40cbe9357de2f63',8296,'* Fix productstatisticblock width.','Yagami','2019-05-28 08:59:09'),(5181,2,'95222fa49b13d319f023d21210cc49974325a784',8295,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-27 17:02:52'),(5182,2,'f5f8e0df062fa365c081da724b7fbc1402df1b6f',8294,'* Lang file update.','reneeteng','2019-05-27 17:01:57'),(5183,2,'ad457bdb2b289405473519b261b265e107bb1d6b',8293,'* Fix detail.','Yagami','2019-05-27 16:47:30'),(5184,2,'1607193c434830a3bf91cf6e350b88b8a3129150',8292,'* Code for dayup.','Yagami','2019-05-27 16:42:44'),(5185,2,'57591a17ed5579b0039c7db29b567001b60d3817',8291,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-27 15:17:16'),(5186,2,'723394fd3b9ab5e7c5d9862a3db69029c879432f',8290,'* Finish task #5458.','Yagami','2019-05-27 15:17:03'),(5187,2,'6872573a7e950c9fe030d3581142baa1154a8923',8289,'* finish task #5588.','wangyidong','2019-05-27 14:57:54'),(5188,2,'2538f2d786d0b5700344fa39a4927a4ea2cacc47',8288,'* finish task #5593.','wangyidong','2019-05-27 14:47:01'),(5189,2,'ba70ee73f7cb2dcb50e476b124f843b2b65bddd1',8287,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-27 14:45:40'),(5190,2,'14b41f4373f6fbb90830741613806e7b39cbd821',8286,'* finish task #5594.','wangyidong','2019-05-27 14:45:20'),(5191,2,'111d8d9afca0aeb17f0f4094a2ff0e314deebf92',8285,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-27 14:35:46'),(5192,2,'05289b06c96f5a606559e33c6f5809b385540760',8284,'* Finish task #5454.','Yagami','2019-05-27 14:35:31'),(5193,2,'663c975538638672652799390c39d004a0476fa9',8283,'* finish task #5603.','wangyidong','2019-05-27 14:17:36'),(5194,2,'7679a9d7f3d972920626e2ef32b1fac5ba1685a7',8282,'* finish task #5604.','wangyidong','2019-05-27 14:14:17'),(5195,2,'3c61de8e74472f0df5b30f5eedbab2a5fb15cc28',8281,'* finish task #5605.','wangyidong','2019-05-27 14:12:15'),(5196,2,'b948ee4cb66c38df44f1e6e1490a7a66f490f033',8280,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-27 14:06:15'),(5197,2,'8f36146059d69422e2969514137e3d54c8667414',8279,'* Finish task #5448.','Yagami','2019-05-27 14:05:43'),(5198,2,'9cf8241de602358e71bc7bbbe042147b0699cfcd',8278,'* finish task #5615.','wangyidong','2019-05-27 14:01:09'),(5199,2,'6a970871becb864ec5f06ef042cdee0b89bbe944',8277,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-24 14:22:34'),(5200,2,'faf00038408a11daa706d12241e9089b3ab17236',8276,'* fix bug #2570.','wangyidong','2019-05-24 14:22:04'),(5201,2,'c724ee8fac5a0535f10a293e4f582c4454615b23',8275,'* Lang file update.','reneeteng','2019-05-24 10:04:23'),(5202,2,'2eadd680d7eb84cc4d83663b4a83a2cd0bc874fc',8274,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-23 09:38:37'),(5203,2,'819778ee274159b7b4006cf1f66f8e1035c0bf03',8273,'* Calendar lang file update.','reneeteng','2019-05-23 09:37:22'),(5204,2,'787172c3b8aa1b9cbc2be0c8fdee9148b27176c7',8272,'* Fix en lang file.','Yagami','2019-05-22 14:14:18'),(5205,2,'5d360e97bf83fa0b73b2e08922818cd3e4d37b37',8271,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-21 13:30:40'),(5206,2,'3bdd40ece0437d8ce555b786bb8e918ad3843746',8270,'* adjust for plan desc in browse.','wangyidong','2019-05-21 13:28:11'),(5207,2,'594501f67690c2b4c397983073a863862e4881ca',8269,'* Lang update.','reneeteng','2019-05-21 10:37:04'),(5208,2,'fd632d5389483d3acef8daa5667cbae964f5915b',8268,'* Lang update.','reneeteng','2019-05-20 15:10:34'),(5209,2,'c94b2f94cda6c009d545c1802c51bbb9650475be',8267,'* Lang updated.','reneeteng','2019-05-17 15:51:31'),(5210,2,'cd352a105b429ace161cc017b9652205b132dc2d',8266,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-17 14:45:13'),(5211,2,'340636b0b3220ae976174385e9d6f856743be3ba',8265,'* Lang change.','reneeteng','2019-05-17 14:44:40'),(5212,2,'27b5991f94d3740a2afbd3166ff003b38d3e4ca7',8264,'* fix bug.','wangyidong','2019-05-17 09:33:00'),(5213,2,'027c72c80aaeebb9ef77711cf8335c2494e25a75',8263,'* Lang update.','reneeteng','2019-05-16 13:23:18'),(5214,2,'69797316cff452ce04d1da8087bbbb82d39d5ced',8262,'* Lang file is updated.','reneeteng','2019-05-15 16:10:32'),(5215,2,'500d35753e7ee87e181a3087ae66ccd0b7a77a29',8261,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-15 14:49:24'),(5216,2,'c4c756e0dec1c1e0fc709d6d0a5680de63152617',8260,'* Update lang file.','reneeteng','2019-05-15 14:48:59'),(5217,2,'2f795511ac58688a7456b394f5b2f1e83d8335a2',8259,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-05-15 11:50:33'),(5218,2,'2c1931e5088f9c73543e940edb807d5d2b93c51b',8258,'* fix tableChart error when row value less than 1.','Catouse','2019-05-15 11:50:27'),(5219,2,'be2e7dcf479046876b7ab7632f2cf4f4b8714410',8257,'* Lang update.','reneeteng','2019-05-14 14:19:50'),(5220,2,'ecfb7578a36fe8c1cc6654c3f0a591e3b6634905',8256,'* Lang file update.','reneeteng','2019-05-14 14:13:47'),(5221,2,'a6c2eb6d67b9a102f3b623ac0166441d812c841b',8255,'* Lang update.','reneeteng','2019-05-14 13:43:59'),(5222,2,'d4b7114d0b0ac672f30bc36a8ff2583576d504dc',8254,'* Lang update.','reneeteng','2019-05-14 11:24:41'),(5223,2,'a79faea9a1f860bdd261a0adbd0a13ea0803abcc',8253,'* Update lang.','reneeteng','2019-05-13 17:00:47'),(5224,2,'c213d45dff45c6a132263c8f36d21d48da9763c0',8252,'* Lang update.','reneeteng','2019-05-13 16:12:59'),(5225,2,'5ddc98d8d72c3f27240492603ebd39e0d8c94931',8251,'* Lang update.','reneeteng','2019-05-13 14:55:18'),(5226,2,'8a94d3781c9d2570a7c40a015767b3fe16f64eb3',8250,'* Lang update.','reneeteng','2019-05-13 14:14:46'),(5227,2,'2e6e00a61fb6b74a1017b6aa3f68ad9c01d9c7ea',8249,'* Lang update.','reneeteng','2019-05-13 13:19:55'),(5228,2,'130209edaa8c5960563596ed93b6872311bb6378',8248,'* Lang change.','reneeteng','2019-05-13 11:19:37'),(5229,2,'ad6bdc17d7151410203d3926fccdc45dac35ea8a',8247,'* Lang update.','reneeteng','2019-05-13 09:32:26'),(5230,2,'7b58ee0721a83224b151f708f7515e800342c1ce',8246,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-10 16:56:11'),(5231,2,'9d7cafc47d8090926e46f2665749cde1ab0b36d5',8245,'* Lang update.','reneeteng','2019-05-10 16:55:21'),(5232,2,'70c43a7c2ddcfd875612559f2ed277dd6de0c6e8',8244,'* adjust for convert url.','wangyidong','2019-05-10 16:04:11'),(5233,2,'a83f3ca95eedd02400303e7f47bc7506c3055089',8243,'* fix for upgrade.','wangyidong','2019-05-10 12:26:26'),(5234,2,'60dc40cdba8b14879b1cdb499a15081d804b83cd',8242,'* adjust for upgrade.','wangyidong','2019-05-09 17:02:18'),(5235,2,'a8850305589979ef564452494bdd5fb300a9221d',8241,'* adjust for xuanxuan menu.','wangyidong','2019-05-09 11:53:36'),(5236,2,'7ceebbb2ab953702f88cbc4fbbc1303e9b125002',8240,'* Xuan file update.','reneeteng','2019-05-09 10:23:15'),(5237,2,'81bd7174af076a876412166358785144525ed7d0',8239,'* adjust for style.','wangyidong','2019-05-09 09:11:51'),(5238,2,'2bcaaf792996d44efcb63c8acaaba16d7ebbc04d',8238,'* adjust for build en rpm.','wangyidong','2019-05-08 18:10:09'),(5239,2,'fe5866bea043cb5f4829e6c86faa3af7e797003c',8237,'+ add new version and upgrade.','wangyidong','2019-05-08 16:09:29'),(5240,2,'f8bf7715621fb6cefae106de3fa14ba382bc717b',8236,'* adjust for xuanxuan.','wangyidong','2019-05-08 14:32:33'),(5241,2,'610a19d880754d59f42646470d9075dc831318db',8235,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-08 13:27:02'),(5242,2,'5bebd42783a7a876b2f8b388f90afe39f5162b3f',8234,'* add for xuanxuan priv.','wangyidong','2019-05-08 13:26:25'),(5243,2,'9205c7d685489ad6145a63f77350ee8442e7cd8e',8233,'*Modify action lang','yfl','2019-05-08 13:02:47'),(5244,2,'821cfb2b4be66a7756b48ef5643281b83d4eca39',8232,'* add xxb index.','wangyidong','2019-05-08 12:00:49'),(5245,2,'8203570b891baeaa4f590c0bde16af022788116a',8231,'* Change save zentaoclient dir.','Yagami','2019-05-08 10:38:35'),(5246,2,'f2b2e99e6c13087312b53c50f4c65f5edd749cc2',8230,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-05-08 10:09:30'),(5247,2,'478c9dd1f5ff2dcd5f2a8d1ac1d9c4be9dac7ba9',8229,'* Modify action lang','yfl','2019-05-08 10:08:44'),(5248,2,'f35eefa30781d681b5ff892428d27ea6e1eb0ace',8228,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-08 09:57:51'),(5249,2,'f8d42efeecbc5ceec3bc5e3b0e09ddc613c8ee23',8227,'* Fix admin menu order.','Yagami','2019-05-08 09:57:15'),(5250,2,'920855f5df6f41f86bd33f400963bab423b9b807',8226,'* adjust for manage actions.','wangyidong','2019-05-08 09:02:09'),(5251,2,'bd1e152306f30050ca3b9e9e35d796fd3512a0c9',8225,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-05-07 19:05:54'),(5252,2,'9a846c0a93f61673db165d168807f00a4cfcb619',8224,'* Modify lang','yfl','2019-05-07 19:04:48'),(5253,2,'093a1ab171ba2b1e2c85760c56c29d1f94723c84',8223,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-07 17:13:18'),(5254,2,'861115d3b78bb69de7d3558df23786284b6079a4',8222,'* adjust for all checker.','wangyidong','2019-05-07 17:09:35'),(5255,2,'38c6241b122c66fcfd05c178352a4b41354215d0',8221,'* Modify action lang','yfl','2019-05-07 16:57:13'),(5256,2,'b770ef4ebfce64f96e593ea8da41793a7a481f0d',8220,'* Modify action module lang','yfl','2019-05-07 16:43:46'),(5257,2,'fba2b6ce8fe7aa480644180ee596356d235bc6e4',8219,'*Action lang','yfl','2019-05-07 16:38:32'),(5258,2,'ae0e35b2a184d1b10902119b06b9d122b9bfa526',8218,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-07 15:28:31'),(5259,2,'d20b4859353f25eb0d8f37477a2936ef16ec8c8f',8217,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-07 15:27:55'),(5260,2,'ec413172c9e4d9739579abbe84dace0aee64a636',8216,'* Lang file update.','reneeteng','2019-05-07 15:27:38'),(5261,2,'db00e46eb508cf295f995fa47d4d4258d8f9b550',8215,'* adjust for merge xuanxuan.','wangyidong','2019-05-07 15:27:24'),(5262,2,'a5de92262e7813409ef60d0877c14fa47d693b4f',8214,'* dynamic search filter by action where','yfl','2019-05-07 15:25:38'),(5263,2,'07e7b725fb6b7b51ea9a9a70fdcde6b31b13733a',8213,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-05-07 15:24:09'),(5264,2,'05d169eeadfc89679aa50667d5f7958c768178f1',8212,'* Lang changed for new realease.','reneeteng','2019-05-07 15:20:07'),(5265,2,'e84d11b603d16829d187fb434c2aff7e01142973',8211,'* add action lang','yfl','2019-05-07 14:50:29'),(5266,2,'b0f8172d4617c8cd1ff7aea8ea806d82ed154eb6',8210,'* adjust for key width.','wangyidong','2019-05-07 14:08:56'),(5267,2,'5a6a91b21b0a41f77332efa9254fdca1f4caccb0',8209,'* adjust for action lang.','wangyidong','2019-05-07 13:43:15'),(5268,2,'134f2fb68c77a424c5ad763101ceb6a01d71d2e6',8208,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-07 13:36:05'),(5269,2,'7fdfe38de1b6b12de6c959426e7aea6dffe493f9',8207,'* add for en lang.','wangyidong','2019-05-07 13:35:48'),(5270,2,'4f485c6dfb02cb36f7932351e51d71e793602458',8206,'* Fix bug dynation','yfl','2019-05-07 11:25:03'),(5271,2,'9312d9edd62bfade162975b751c215cf7dbc5b98',8205,'* Fix bug of dynamic action','yfl','2019-05-07 11:03:53'),(5272,2,'e2fd154aca005d30675da427b312f31098eeb9b7',8204,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-07 10:49:36'),(5273,2,'7cf950a2eb96303f5bd1808e2a2dc5fcf5c9bde7',8203,'* hide update xuanxuan.','wangyidong','2019-05-07 10:49:03'),(5274,2,'e144fe8e37a06ea0e4c00157d36a75c4ef6f8ef4',8202,'* Fix bug of dynamic','yfl','2019-05-07 08:50:34'),(5275,2,'58701fb54a982057ef736a661fd253acac1f9308',8201,'* adjust for update last edit time.','wangyidong','2019-05-07 08:50:25'),(5276,2,'4baf52bb81c37ecacea0e6e63ec9c3867920153f',8200,'* adjust for merge xuanxuan.','wangyidong','2019-05-06 18:25:35'),(5277,2,'4a2f7199bbeae9eb1195a0c1151ece0d7e442a07',8199,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-05-06 16:34:18'),(5278,2,'6db8a4e7b24f9bc6a7b0da4511fedb7e980ebcb2',8198,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * Task #5423','yfl','2019-05-06 16:33:10'),(5279,2,'583a194edae294e9e292f23b86deabe4d5211495',8197,'* merge xuanxuan.','wangyidong','2019-05-06 13:45:31'),(5280,2,'d9ed289e5ad488d99a9e2b79e709e2632fe95c2c',8196,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-06 13:06:06'),(5281,2,'f4c923b9dce521a0de28ea8ff62795b5f7a46b98',8195,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-05-06 13:05:19'),(5282,2,'df42c87ac2006126e110b3da16a76cf7ed484521',8194,'* adjust for merge xuanxuan.','wangyidong','2019-05-06 13:04:54'),(5283,2,'50023bec34f5976b7a8beb8dacc373439d4ad750',8193,'* Fix export parent task bug.','Yagami','2019-05-06 13:04:47'),(5284,2,'5c1574b84495bcfdbe1d95f1f52948cc1394f518',8192,'* change db and finish task #5431.','wangyidong','2019-05-06 10:24:28'),(5285,2,'9e3477100aab1a0b95c5618d78b8a0038d1fad5e',8191,'* Task #5423','yfl','2019-05-06 09:14:32'),(5286,2,'e4952b3eb20feff2360bc51ea9656e88cbd2cf21',8190,'* Task #5423','yfl','2019-05-05 18:40:51'),(5287,2,'e29bb78fd3938f9204579d49c7f4ffd9080931d3',8189,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-05 17:53:25'),(5288,2,'0936df0edc852beff107aef035378ea7799e08b4',8188,'* adjust for change parent status.','wangyidong','2019-05-05 17:52:54'),(5289,2,'0208e8a975498353c6ef74189f8bf0d2b5c3e968',8187,'* Lang changed.','reneeteng','2019-05-05 16:42:11'),(5290,2,'1615686c56533ffa64e2e0fa1035cded90e3a46c',8186,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-05 16:41:12'),(5291,2,'140984502c74d6c5a341f6a7c33047ad9fdff712',8185,'* code for task #5428,5379.','wangyidong','2019-05-05 16:40:22'),(5292,2,'cb5a219b31022aa8024fa2706490446330875ec0',8184,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-05-05 15:36:19'),(5293,2,'17cefd317703ef98292278d772401efd3358cfce',8183,'* Lang changed.','reneeteng','2019-05-05 15:19:37'),(5294,2,'3d45499974c39da59da2be5c3b8d17ee79db63eb',8182,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-05-05 10:54:49'),(5295,2,'4f1223ca73e2523982ae0ba86e1d9ab11182f352',8181,'* adjust for printAction and fix error.','wangyidong','2019-05-05 10:54:13'),(5296,2,'b860286d0467eba743e9ba6887750e84c5746cb8',8180,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-05-05 08:40:25'),(5297,2,'94aa0ca8a6369c797c34ec9ead1f04cd4a110e94',8179,'* Finish task #5443,#5442,#5441','yfl','2019-05-05 08:38:23'),(5298,2,'195b8e742a803298a62bce0cda4c09fda10681e0',8178,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-30 14:41:04'),(5299,2,'df4580208e2030d42106227f2bdb115e44a9460e',8177,'* Fix export sql bug.','Yagami','2019-04-30 14:40:40'),(5300,2,'7d0494051b0cb9bb9ecf329929f84a6224c8aa00',8176,'- delete useless file.','wangyidong','2019-04-30 14:13:58'),(5301,2,'139021e03766cc91dba7a928b214285a89af5c21',8175,'* finish task #5424.','wangyidong','2019-04-30 14:13:03'),(5302,2,'05b35c73919b27a5d445a685ba19aa8b57a6c854',8174,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-30 10:54:05'),(5303,2,'1dfd85760184ffa90359f1b1dff49dc8d42fc4b9',8173,'* finish task #5435.','wangyidong','2019-04-30 10:53:38'),(5304,2,'ce437c6de6e87cc8809b4dc31ab4197c4a278a1a',8172,'* Fix create todo locate.','Yagami','2019-04-30 09:07:53'),(5305,2,'83ef9700c4da789c406d59cf0f4decb1662b4152',8171,'* finish task #5433.','wangyidong','2019-04-29 16:42:22'),(5306,2,'3463d4bff9d78588ae4cbf02d8c0111b40935d4d',8170,'* finish task #5432.','wangyidong','2019-04-29 16:15:10'),(5307,2,'14cde536ecc62e2c6acd0b821346e8a2c562b7c6',8169,'* code for task #5434.','wangyidong','2019-04-29 16:11:27'),(5308,2,'7de6eba7723d320501c0665fe5dd88c0ce8d4ec0',8168,'* finish task #5436.','wangyidong','2019-04-29 16:04:48'),(5309,2,'ea8394ad1050a43d254fcebc8ff53a5729754ef8',8167,'* finish task #5437.','wangyidong','2019-04-29 15:54:02'),(5310,2,'f08d1deb400d9439b32e93cafa9bf00bb9a40959',8166,'* finish task #5441.','wangyidong','2019-04-29 15:44:17'),(5311,2,'5c90c57f46c6cb41cbacbd3052dc15c6ddf22d3d',8165,'* adjust code.','wangyidong','2019-04-29 15:36:17'),(5312,2,'060559f1aed386c25f588d3f453b98c729bdf357',8164,'* finish task #5439.','wangyidong','2019-04-29 15:35:04'),(5313,2,'0bedfad8a5100d1753c264fa7a4ddcb7365a141e',8163,'* fix for en lang.','wangyidong','2019-04-29 12:03:17'),(5314,2,'1d1f43d2cde074ab01e40d710c3864a9a5293700',8162,'* change for task #5384.','wangyidong','2019-04-29 09:03:04'),(5315,2,'77346a6d664b4b20749c65a3bc7eb0b0e7e4f2a1',8161,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-29 08:57:30'),(5316,2,'726a412270ab642337f123e95183dee7afe5de6a',8160,'* code for task #5384.','wangyidong','2019-04-29 08:57:00'),(5317,2,'8c78ea161298a65cc48885936be31b44eecce341',8159,'* adjust for task #5387.','wangyidong','2019-04-29 08:52:08'),(5318,2,'b61f20d071f15d4ab3b02e80271e9b63caa96e0a',8158,'* Modify batchCreate task link','yfl','2019-04-29 08:43:54'),(5319,2,'052ef61fe64bcf3fdff7e5e16f44d0f17c06a873',8157,'* Fix task #5380','yfl','2019-04-29 08:39:53'),(5320,2,'526e5298b48c857b24ea468d118f2ecd371c7b6c',8156,'* Finish task #5380','yfl','2019-04-28 17:44:49'),(5321,2,'3da462675abc79a349ff8cc4a542e6e2b9f91057',8155,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-28 17:16:06'),(5322,2,'a7e7e81b3234a799932e4fe225811ee9c6c8eb4c',8154,'* adjust for merge xuanxuan.','wangyidong','2019-04-28 09:47:05'),(5323,2,'6afe04a2b2af741939ff9518337463aa0eb6ea38',8153,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-28 08:47:36'),(5324,2,'240c2412822d238e3761e424231e87a8b32fb629',8152,'* move sendDownHeader method to model.','wangyidong','2019-04-26 17:58:15'),(5325,2,'9bc0c3d7f26b545130cd1d63f0a8961904688a47',8151,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-26 17:54:19'),(5326,2,'ab3da55671d8dfeeecfb8472a6e1c7d8bd1c19a1',8150,'* fix bug.','wangyidong','2019-04-26 17:43:55'),(5327,2,'602a7af067ba64e3dd78c78965373f7735365e29',8149,'* Finish task #5399','yfl','2019-04-26 15:52:03'),(5328,2,'43ffe4b49f74e36ce7055ae878b474c5624c0e00',8148,'* Finish task #5401','yfl','2019-04-26 15:25:22'),(5329,2,'92fecca3c6d1bd9b6ad2e9badbba9a291b50ef38',8147,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-26 15:08:00'),(5330,2,'b47d53fee63114b4f67cd2f7b600ecbdb8ba4266',8146,'* Finish Task #5379,#5398','yfl','2019-04-26 15:00:16'),(5331,2,'bd90f185d85efac5ecdd43a36ed3d239bdef1c1a',8145,'* fix bug for doc crumb title.','wangyidong','2019-04-26 14:59:07'),(5332,2,'c5920e112a7b92fed9c33d64a53ba2b9ea47b713',8144,'* finish task #5404.','wangyidong','2019-04-26 14:58:30'),(5333,2,'dff082a3e717c95f3f2c801d266e600c99c66d84',8143,'* code for task #5392.','wangyidong','2019-04-26 14:17:48'),(5334,2,'e825abcc977401fb8b8a5bf3a01c1f7cd2b2426f',8142,'* finish task #5410.','wangyidong','2019-04-26 13:59:45'),(5335,2,'a76aa3d43e26491b06467b60b923df1918d877d9',8141,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-26 09:49:41'),(5336,2,'917e54d4df63692d3350819cfc139a8b807d1e36',8140,'* U-W lang changed.','reneeteng','2019-04-26 09:48:57'),(5337,2,'fdc4d29d3c834d142e51d4b0c283f4e3134f5d0e',8139,'* Finish Task #5405','yfl','2019-04-26 09:40:57'),(5338,2,'33cd15e960c857eb2fe6d0b483f54da050bd8cdc',8138,'* change for en lang and zh-tw lang.','wangyidong','2019-04-26 09:32:48'),(5339,2,'94e5db67899e7662a5239aed902e0e336a46be2f',8137,'* upgrade for xuanxuan.','wangyidong','2019-04-26 09:07:07'),(5340,2,'36a5af36d87ce90c6f969b2be944ac50d3917ffe',8136,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-25 17:10:49'),(5341,2,'81ea311f661da1b3598f6129ab79121be46c97d5',8135,'* code for task #5381.','wangyidong','2019-04-25 17:10:15'),(5342,2,'c8e9c0dc20d7fb66d2b1c9d1d342520fd7604035',8134,'* R-T lang files changed.','reneeteng','2019-04-25 16:56:22'),(5343,2,'969986590601d5df845907ca9b0601b48a0c6292',8133,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-25 10:59:34'),(5344,2,'d5a11709c4d347bf8d08786162718046aee8c8f2',8132,'* Q-S file lang changed.','reneeteng','2019-04-25 10:54:41'),(5345,2,'e44484c7b44d48b3b192431abb84e0bfc72a3b94',8131,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-25 09:11:22'),(5346,2,'75ebcb18dc7b188afad263eddc57d7de673f1903',8130,'* code for task #5387.','wangyidong','2019-04-25 09:10:42'),(5347,2,'1daead8b6c93ad7d30a72f5f792d992e941ee43b',8129,'* code for task #5388.','wangyidong','2019-04-25 08:20:49'),(5348,2,'76c8a2d56bbb146b7a25619fa372c3a07655f8d7',8128,'* Finish Task #5396','yfl','2019-04-24 17:29:44'),(5349,2,'1c67650da62220fbc07e3f0a709d478ab9d37816',8127,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-24 16:02:01'),(5350,2,'d35eb8dfafeaef4787a857f544362b5fa3d51236',8126,'* Finsish task #5379,#5385,#5389,#5393,#5403,5409','yfl','2019-04-24 15:59:56'),(5351,2,'afb83acbb184412abe3be99c1f8548844a3da954',8125,'* adjust for lang.','wangyidong','2019-04-24 14:41:32'),(5352,2,'4a6ec0367231e2a270bacd71c4b44b289482a48b',8124,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-24 13:32:07'),(5353,2,'bd29dcdf7d4204ab37b1a101da3bd4850a72ff58',8123,'* finish task #5390.','wangyidong','2019-04-24 13:30:42'),(5354,2,'49a0969c0ec367c06122fbce5a05f30069220207',8122,'* M-P lang file updates.','reneeteng','2019-04-24 11:17:17'),(5355,2,'0a944337b49c74692036e5a18dc61618592ce99f',8121,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-23 16:40:44'),(5356,2,'7d759bbc1dac60d1a70b5fdba99514ad996693e8',8120,'* Lang updated. * Lang updated. * Lang updated. * Lang updated. * Lang updated. * Lang updated. * Lang updated. * Lang updated.','reneeteng','2019-04-23 16:40:15'),(5357,2,'1432c13d18135ec02930ade477183640aff6b645',8119,'* Fix lang file error.','Yagami','2019-04-23 16:24:49'),(5358,2,'ca08c6879d80f68e2cc307f1ead83e8ca989ee6d',8118,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-23 16:24:02'),(5359,2,'e5ff8615cb569545816becd902b57f9aaeef87db',8117,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-23 16:21:02'),(5360,2,'4988a7450ede273603f853cd97723d24bfb80b7e',8116,'* Solved lang file conflicts.','reneeteng','2019-04-23 16:20:29'),(5361,2,'b865fe4c37b52b7087b7eac401d7d03da57bdc53',8115,'* change moule to module.','wangyidong','2019-04-23 15:37:38'),(5362,2,'5def55e016acba2a45d3dd64399e243aa0f24393',8114,'* Fix code style.','Yagami','2019-04-23 15:21:21'),(5363,2,'70935c1874fa7fcceb1db5d8f9b4b54df8282305',8113,'* add function note','yfl','2019-04-23 14:52:45'),(5364,2,'31f688c2c7517a62dd2149f5085cf2e14a260fa9',8112,'* Fix code style.','Yagami','2019-04-23 14:49:53'),(5365,2,'098b1e586851559907a8609d0e955b420c2eb86a',8111,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-23 13:33:26'),(5366,2,'e1b2d576c9442d2ba217f446dbf6d7d4f2350428',8110,'* adjust mail browse page.','wangyidong','2019-04-23 13:32:57'),(5367,2,'11460f53a65a332da63ee3103eef65556e801733',8109,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-23 10:33:39'),(5368,2,'b3c6cce763f57e34ad8447838dea912ac2f2bfbb',8108,'* C D lang files are changed.','reneeteng','2019-04-23 10:32:55'),(5369,2,'d64f748d3e6b1a645960a7ec8e665c7ffaf460c9',8107,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-22 17:56:42'),(5370,2,'b8b7890da4e7f8c38d2352bae129bcbbf26c0e02',8106,'* task view.html','yfl','2019-04-22 17:55:38'),(5371,2,'34ce6af6a8c89528e45918ab24c891c20e6b16ea',8105,'* fix for set mainViewFile in mobile.','wangyidong','2019-04-22 17:17:01'),(5372,2,'22013a7379ec103825f85b66a6af6b32f86139c9',8104,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-22 16:06:44'),(5373,2,'0a2ab6ce2776c02fcdc058aa3f2eda8440f094c7',8103,'* Fix doc fade view.','Yagami','2019-04-22 16:06:20'),(5374,2,'5931dfe101f087cdf4eaa26690dabe2c290fdceb',8102,'* D lang is reviewed and changed.','reneeteng','2019-04-22 13:52:06'),(5375,2,'cdf257e48e07cccfc10e150018ccd45f0f5c822f',8101,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-22 11:15:11'),(5376,2,'2b2abf026001eb7b32b7bc1e09b96da3b94f974e',8100,'* C lang is changed.','reneeteng','2019-04-22 11:14:27'),(5377,2,'cfa8147618c9118d60c765ec995e9c48f4f80dc8',8099,'* Fix Bug','yfl','2019-04-22 09:30:41'),(5378,2,'ee1d1b6aabc60e539d49ce7d561fd04cf32b3a25',8098,'* export all bug show module','yfl','2019-04-19 15:33:45'),(5379,2,'85670b26e4af85e2125119e9392dee2a2653a433',8097,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-19 14:39:36'),(5380,2,'f468d76d9e0c3d76e47c3593943df78769a36924',8096,'* export testcase by moodule chosen story','yfl','2019-04-19 14:38:33'),(5381,2,'37ef2e5dabb944a69dcbfb983846c2fbe7ab3941',8095,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-19 13:03:57'),(5382,2,'17b87ba461ef22859ca6cf32d8a218e09f241886',8094,'* product auth to feedback','yfl','2019-04-19 13:00:22'),(5383,2,'a60f376f1f222ed900af79baabb38239231051d0',8093,'* except feedback user mv zentaobiz','yfl','2019-04-19 11:32:04'),(5384,2,'fd307b44679076f5797168aff311956a1df737a5',8092,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-19 11:18:37'),(5385,2,'a9aab79f65ea0f98a85ddab1a965ae93ce949a6a',8091,'* project team expect feedback','yfl','2019-04-19 11:17:29'),(5386,2,'0bcb41f4894557bc8d40aa9bcac623beb42d6b63',8090,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-19 10:37:47'),(5387,2,'f9a6f49edd584f16d3b64b9c123df24a93e83875',8089,'* Fix feedback action.','Yagami','2019-04-19 10:37:16'),(5388,2,'5e6f7b93e2d4d28028dcb5cc74bb9761a1ca80f4',8088,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-19 10:36:19'),(5389,2,'9cad7d87d24598a3a19648f83d593879b8d9ed4a',8087,'* Lang change b.','reneeteng','2019-04-19 10:35:56'),(5390,2,'61df3aadd6c46ac793db11a71a7019d21866b5e6',8086,'* Fix doc side-col width.','Yagami','2019-04-19 10:32:57'),(5391,2,'618a3239b3387fa8f0f1476b9652dc2151d2005c',8085,'* fix bug.','wangyidong','2019-04-19 10:21:32'),(5392,2,'d41d55246773f126304b26b33b3e4a897ed95188',8084,'* Lang change.','reneeteng','2019-04-18 15:57:00'),(5393,2,'a0dabe51f39e737bb8c72365f4e319000891cfc2',8083,'* Lang changed.','reneeteng','2019-04-18 15:25:49'),(5394,2,'6d414d84b36148f866fed81212fc715440ce49f2',8082,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-17 11:14:48'),(5395,2,'992d5fa425effdead236ed8444d0abe337ff8427',8081,'* Lang changed.','reneeteng','2019-04-17 10:47:23'),(5396,2,'1f8899a84819dad5ffe811c8eb667fd33e01136f',8080,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-17 09:39:25'),(5397,2,'25294fc6e40e2490db6233237040f72a3788bcb3',8079,'* task #7840','yfl','2019-04-17 09:38:10'),(5398,2,'204390100d5d727e5ee90fbde057b8b4259b94dd',8078,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-17 08:50:54'),(5399,2,'91d16c04eea2233d1ef5e93b56c0e37c4a2c10c2',8077,'* Code for traingoal.','Yagami','2019-04-17 08:50:26'),(5400,2,'9c46bf4aa692763df4424e27ffd15f36c1e57e17',8076,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2019-04-16 15:17:46'),(5401,2,'58a5ce3d921a17cce37484db7696956508f5d454',8075,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-04-16 11:29:08'),(5402,2,'e8420fc3a732f177af015742a98eeda153901a4e',8074,'* refactor codes.','Catouse','2019-04-16 11:29:01'),(5403,2,'3b8f22232899c6398b64629a1ee9e2b13be4068c',8073,'* fix lastComment editor not work after reverse history list.','Catouse','2019-04-16 11:28:19'),(5404,2,'e110d289e59fc680d0a0131bbf2fea4db7e059eb',8072,'* team except feedback','yfl','2019-04-15 16:54:08'),(5405,2,'57205959d76795f8ae6b22f9caf99017167b003f',8071,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-15 16:53:25'),(5406,2,'3639a74cb713ca55e739e85d2307544cf19abb4e',8070,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-15 16:33:38'),(5407,2,'58761b1d45f78d42f899bd03a6ce3cb388537231',8069,'* Fix width for doc view.','Yagami','2019-04-15 16:33:05'),(5408,2,'590112e66c62c16d045c301caaa889cc9bd55fba',8068,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-15 15:42:22'),(5409,2,'396e7f42d7677a1be5449d6496c25eaa51cbd1ba',8067,'* task #7863','yfl','2019-04-15 13:55:54'),(5410,2,'c534d4602c1de0f15b8129a311a202c2a4ac3198',8066,'* Code for task #7805.','Yagami','2019-04-15 10:50:21'),(5411,2,'b9dc6d629ba157ae94f22d18e27d132ae53190ef',8065,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-15 09:23:53'),(5412,2,'d29d77ac06eff4ccd53499e6e30885daf9cb87e9',8064,'* Lang changed.','reneeteng','2019-04-15 09:23:02'),(5413,2,'c72ff92d4889ad86a5c9d7fd6fb77e091ae9f63a',8063,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-12 14:38:11'),(5414,2,'bfcb9f536a291e8b0f23a65452acaa9b84718e4b',8062,'* Fix locate after create todo.','Yagami','2019-04-12 14:37:27'),(5415,2,'2b922b2a3152576118be8f125315519b6e974a83',8061,'* Task #7859','yfl','2019-04-12 13:59:36'),(5416,2,'eec411e1457d9c9d824905220285853dd5cd38c5',8060,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-12 10:24:39'),(5417,2,'8b77b8cd4bbf0c69f693b7da472ff1e61b4ef381',8059,'* task #7860','yfl','2019-04-12 10:23:59'),(5418,2,'a321266757fe5c8f5e0b6f04c2b0164631259af3',8058,'* Code for task #7807.','Yagami','2019-04-12 09:40:07'),(5419,2,'0cd90d123f9ab3ac2d25bb0057ae7ac4bee64557',8057,'* Code for task #7807.','Yagami','2019-04-12 09:28:28'),(5420,2,'21e65f670c05141f442994d219b87a5b9cb689b0',8056,'* Code for task #7820.','Yagami','2019-04-11 14:04:22'),(5421,2,'550c5168c138fb402e71c9ed148fa3472486b2a0',8055,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-11 13:13:55'),(5422,2,'14eb93ef752ecc96e67455690439b491b2544d2d',8054,'* Task # 7894','yfl','2019-04-11 13:13:19'),(5423,2,'36602c4d9bc4c1e98b55caa8cbffbb6a42fc1503',8053,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-11 10:49:30'),(5424,2,'8bd5e075d1c62e13f803595c4a1758ff906c7032',8052,'* Fix parent task button.','Yagami','2019-04-11 10:49:00'),(5425,2,'11654030709af8d74051bfbc188c568f50b65a14',8051,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-11 08:52:43'),(5426,2,'7a75a922f1041001feb8c5af6a2b7749c8662294',8050,'* Fix Bug','yfl','2019-04-11 08:52:06'),(5427,2,'a391f110c1eeeabb5844c5013b0a067f7985eb75',8049,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-10 15:22:48'),(5428,2,'676ddf02bf08b394e4033bd5e1b62472c9cb3f3e',8048,'* Lang change.','reneeteng','2019-04-10 15:22:19'),(5429,2,'c56b75402858af7ba24ef122b00ad03650e8fea5',8047,'* Delete biz lang.','Yagami','2019-04-10 14:07:40'),(5430,2,'2c800ede789cd0c6f156a309c213f17ebd51b611',8046,'* Finish task #7801.','Yagami','2019-04-10 11:07:08'),(5431,2,'f21b0ad11be499d8d7d9724d04e42a998520e01f',8045,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-10 10:39:58'),(5432,2,'263fcd1bbcd16fe30d4ffcde56ea68084dbdcd26',8044,'* Add feedback to todo.','Yagami','2019-04-10 10:39:35'),(5433,2,'fcf101fa3c0cf0855072cadb91aa551dba896a63',8043,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-09 15:48:19'),(5434,2,'b557a8c45a7083e912bf343749c80f696ea30b2a',8042,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-04-09 15:47:33'),(5435,2,'95b66f922979531c38055aad4569dc1aeebab5d3',8041,'* fix bug.','wangyidong','2019-04-09 12:01:42'),(5436,2,'b554bea1d3cca52f340a9499fa960ab4191c284f',8040,'* adjust for change block.','wangyidong','2019-04-08 15:20:53'),(5437,2,'289fc113b40bac2fca6f9ddcf59de2622b45b25d',8039,'* backup button loading','yfl','2019-04-08 11:15:18'),(5438,2,'bee17125adcaf917aea2d006dea524adb263cb64',8038,'* Prepare for upgrade 11.4.1','chenfei','2019-04-06 13:49:21'),(5439,2,'2384b7f7135686f5047021434d98a34130fff039',8037,'* Adjust custom header to be convenient to extend.','chenfei','2019-04-04 16:16:39'),(5440,2,'585ad591d97b05a70cac302ab16473d96808e46b',8036,'* Fix icon.','Yagami','2019-04-04 16:06:36'),(5441,2,'1d000c9edc86cb1e4ee171d8c326a81b32af9207',8035,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-04 14:53:40'),(5442,2,'559095ff58256b2abdf82b3c2ffeea21da715603',8034,'* adjust children actions for task-view page in modal.','wangyidong','2019-04-04 14:52:29'),(5443,2,'b1f2a64f8e70303ad42252962de199f8f5dab6f7',8033,'* Fix table style.','Yagami','2019-04-04 14:33:18'),(5444,2,'490d692b8cf6b7b1a79d764b24bbea7e7d66ec99',8032,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-04-04 14:15:52'),(5445,2,'f7e7d32ef9920dc56fda85dfc754186a8a008a88',8031,'* Fix text center.','Yagami','2019-04-04 14:14:22'),(5446,2,'7cfd358cd803bcd6275daad5533699032636609a',8030,'* Set default pri for story and testcase.','chenfei','2019-04-04 11:53:59'),(5447,2,'99e32fec3bc2296941de3fe676fae81491b96e0c',8029,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-04 10:40:16'),(5448,2,'916128d515edc2ad52c56e4728c4db63b3dc7b56',8028,'* adjust for create task in modal.','wangyidong','2019-04-04 10:39:18'),(5449,2,'e5d12effc1e2dc5d9e3d4a2170e21ad7d7971697',8027,'* Adjust tree module for dayup extension.','chenfei','2019-04-03 19:39:18'),(5450,2,'0954dacad00559b3f1597b4a8b3a4e3c36a14a0f',8026,'* backup view modify','yfl','2019-04-03 17:03:02'),(5451,2,'75dc4d1bde0e8e8e8a2ebdd044a5ab6a7dc44439',8025,'* Lang change.','reneeteng','2019-04-03 15:43:20'),(5452,2,'49933c0fcb7f076b5948bc4dba29468ed23927ec',8024,'* Fix productsummary report style.','Yagami','2019-04-03 11:10:31'),(5453,2,'5894ed4e67b2bdd90bc10000977d5f857264a8e3',8023,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-02 17:13:20'),(5454,2,'96fd2a0f4d8754d5cb349d60eec416e8d933535d',8022,'* adjust for task view page in modal.','wangyidong','2019-04-02 17:12:13'),(5455,2,'989e5fb6da353b80f737e53ac096cba20fb496db',8021,'* Fix lang bug.','Yagami','2019-04-02 09:15:03'),(5456,2,'8ec382365c397348ef64e7b10d3ccc792c292b38',8020,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2019-04-01 20:41:23'),(5457,2,'4c899b45ebe9b5992756270fa1d312ac50d002fe',8019,'* Fix bug.','滔哥','2019-04-01 20:41:13'),(5458,2,'9e52b96b0c6fc399065277733bf11553ab9d266d',8018,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2019-04-01 14:35:36'),(5459,2,'1004916a0ede3f345dbc7acf86dd5b89dcbbf06b',8017,'* Modify link icon','yfl','2019-04-01 14:35:00'),(5460,2,'24427df0df7bc43261b5aa4e3e1cb37cc55c52b7',8016,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-04-01 13:59:34'),(5461,2,'4308ae4a709caa9099c8ff40102d4ee872861611',8015,'* fix for update user view.','wangyidong','2019-04-01 13:57:58'),(5462,2,'6480a6f76ae51ea4bb6a3b5b4f0dcad675bde64a',8014,'* Modify link icon','yfl','2019-04-01 09:43:35'),(5463,2,'e6f4028a0a7e955aa596cb2dea4a8941f4127b48',8013,'Finish Task 7705','yfl','2019-03-29 17:33:42'),(5464,2,'28faf0a1d417889a10b6292f2c4bb76609b8db91',8012,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-29 14:05:36'),(5465,2,'c7c59c30bf568d526a6d9cd97eecddb34073c09c',8011,'* Finish task #7707.','Yagami','2019-03-29 14:03:53'),(5466,2,'f5b587034f578ecd14afe48218778011ae6dbae6',8010,'* fix bug #1655.','wangyidong','2019-03-29 14:00:56'),(5467,2,'53403f561070267e8a5c280cd60b219219f766ab',8009,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-29 11:28:44'),(5468,2,'f2bdb6ae56d36f54de645844243c7458d44882cf',8008,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-03-29 10:40:26'),(5469,2,'fb90d68eae065f8fa3c9ebe7a34b2750db05197f',8007,'* update zui.','Catouse','2019-03-29 10:40:19'),(5470,2,'df6db874581505a6c1de2d753bec6174d4789cc4',8006,'* fix for show client notice.','wangyidong','2019-03-28 16:56:46'),(5471,2,'910dfe2b946f338f9da2cd3f17bf49088bec608c',8005,'* fix bug #1701.','wangyidong','2019-03-28 16:56:17'),(5472,2,'63e02023131bdaa3c0e7a8c2f3e9b953e9577c60',8004,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-28 11:24:11'),(5473,2,'670fb65ca0b364fc6566bda7342b54be743cc639',8003,'* fix for include defaultvalue.','wangyidong','2019-03-28 11:21:52'),(5474,2,'8d06d00235b0cee59f53978dd9c3b781c9a37067',8002,'* Fix project warning.','Yagami','2019-03-28 11:20:22'),(5475,2,'9c311dec62c606b2f5c81eb65dc3ee4b7756b057',8001,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-28 10:55:25'),(5476,2,'bcfbd81bef9334e67bbad3aa4027b4d94d7c9b0d',8000,'* Fix taskleft sql.','Yagami','2019-03-28 10:54:58'),(5477,2,'bf97231962a2800ac864097d4448002287c8036e',7999,'* adjust for task getProjectTaskPairs method.','wangyidong','2019-03-28 10:28:26'),(5478,2,'bd0098ef0816ec5d3b8d6b000e06ddd829b75588',7998,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-27 13:52:40'),(5479,2,'055340062f1e5f50b0516d311e4e83f7caa2af3b',7997,'* adjust for print subMenu.','wangyidong','2019-03-27 13:51:04'),(5480,2,'44ffa8ebb62c1f67bd80dcca03b51112fbaf8593',7996,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-27 10:59:15'),(5481,2,'81da2b6326ad2138369785412c2d23741764f356',7995,'* Fix burn select condition.','Yagami','2019-03-27 10:58:42'),(5482,2,'9f42f0b0d471746d54281c8ea1d6e1e55c8b365a',7994,'* fix bug.','wangyidong','2019-03-27 09:21:30'),(5483,2,'d1014dd0184765cd1b2727bdd3f14c17ac347ef6',7993,'* Carry back xuanxuan lang.','Yagami','2019-03-26 15:50:15'),(5484,2,'71f948d3774a0d856e876eedd6bb7a5abac351bb',7992,'* Fix testcase confim change.','Yagami','2019-03-26 15:31:07'),(5485,2,'87b804f40f5ddf37bbcc7d272dc5948cb8a247da',7991,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-26 15:01:41'),(5486,2,'0b0882cba89bb7fc42a3eaf9568dbc2a080a9c40',7990,'* Fix block delete.','Yagami','2019-03-26 15:01:01'),(5487,2,'395004bc6da5d88e31ab2b947c0276daa9b11f52',7989,'* adjust for convert url.','wangyidong','2019-03-26 14:58:52'),(5488,2,'7d783617182e3749705923ba137bf7cf5c5e9cc3',7988,'* adjust for field width.','wangyidong','2019-03-26 08:21:39'),(5489,2,'a16d4f3c674fb515f872727f1aa872b45fece4cc',7987,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-25 14:02:20'),(5490,2,'fcf80e86758aa98c409f788b1fba843612590f00',7986,'* Fix task lang file.','Yagami','2019-03-25 14:01:56'),(5491,2,'8e142957911b803b66435a65ed7a2b7229dfb3a3',7985,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-25 13:46:30'),(5492,2,'84955d15abcde2f32320c77092e2abe01e65c51b',7984,'* adjust for testStory.','wangyidong','2019-03-25 13:45:59'),(5493,2,'c97f30969ad247b65f66286747d5d70c764ee91f',7983,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-25 13:40:46'),(5494,2,'85638822128d0143758e49e56990691d61130667',7982,'* Fix en task menu.','Yagami','2019-03-25 13:36:04'),(5495,2,'fe6d7b1f1e3fa7c89aab57432643a6d26ea91f6a',7981,'* Adjust code.','chenfei','2019-03-25 11:18:54'),(5496,2,'d39a315e7984d1f3bd4f70822462f97a833d065d',7980,'* Prepare for zentao 11.4 upgrade.','chenfei','2019-03-22 17:36:42'),(5497,2,'54c488ba00004ced53bd8634719bdaa9ecf35f6e',7979,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-22 16:56:54'),(5498,2,'4ef4fb4e5d41fd09f681e7f56309f347980a3ff9',7978,'* Fix group lang.','Yagami','2019-03-22 16:56:31'),(5499,2,'4cec1e3e01d16629235679054817b826575a2063',7977,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-22 16:50:31'),(5500,2,'d78546eea54d8d3d8fc6daa9252abe9b65ce0cd8',7976,'* adjust for task #5357.','wangyidong','2019-03-22 16:49:47'),(5501,2,'d5f201fd496deb64ef484a4784f03c4a54666f5d',7975,'* Fix sql.','Yagami','2019-03-22 16:44:33'),(5502,2,'e2520978d133de93efd57969b0765bca62cd8bcf',7974,'* Adjust edit and delete button in view page of plan, release and build module.','chenfei','2019-03-22 15:58:04'),(5503,2,'5f6df0bcdbcc4546d77e5ca05a069f04f96fadbc',7973,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-22 15:26:24'),(5504,2,'50eea70d0104ac328bb73a04ef06c71f2015a33d',7972,'* Fix project task button.','Yagami','2019-03-22 15:23:56'),(5505,2,'884b7b9c185a5f22e0eca10741255b5d2e91bf19',7971,'* adjust for 5325.','wangyidong','2019-03-22 15:13:50'),(5506,2,'fc5a8396a15b285f9789df4056dfac5d8bff5f9b',7970,'* Fix INT zentao button.','Yagami','2019-03-22 15:02:37'),(5507,2,'f23fd9e0d439f7d972214f3929aeade6084d6e89',7969,'* Fix user field and add sql.','Yagami','2019-03-22 14:00:14'),(5508,2,'6e932dcb2fbfb459dc6e0e1f32669990e624e76a',7968,'* Fix file lang file.','Yagami','2019-03-22 13:20:40'),(5509,2,'955bbf3345e88674c36cbf425b9f1f2a007dcdee',7967,'* Fix block lang file.','Yagami','2019-03-22 13:08:23'),(5510,2,'be952195ce5193859d6107403e447aa327213a6f',7966,'* Fix burn select width.','Yagami','2019-03-22 13:02:03'),(5511,2,'0e0f0af55536448c7d1ce7c38d2ab9ac079191e1',7965,'* Finish child task.','Yagami','2019-03-22 11:19:44'),(5512,2,'0344580fff3047c075cc8a7148c1dafe7e658d1e',7964,'* Fix task lang file.','Yagami','2019-03-22 10:42:00'),(5513,2,'a90b9240800bf97e19c50907c3694b5988059bf0',7963,'* finish task #5371.','wangyidong','2019-03-22 08:54:44'),(5514,2,'a761be89b640c01a661f080963b2d0883c186e43',7962,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-21 15:57:23'),(5515,2,'82bd6bacd66b59b3935791a480036d2c64039c92',7961,'* fix for upgrade.','wangyidong','2019-03-21 15:56:43'),(5516,2,'796cd9e29a6076cae45e9a74588fcc497fe5ed9f',7960,'* finish task #5236.','Catouse','2019-03-21 14:57:34'),(5517,2,'7f3a571872ac1fc80167e4d38dced1aff1eea968',7959,'* update zui js.','Catouse','2019-03-21 14:32:29'),(5518,2,'e8a14d2a489abf036e0cdb183520d612fb37747d',7958,'* finish task #5315.','Catouse','2019-03-21 14:32:22'),(5519,2,'6aa434a9caacdf3a1e615a414192dc5b83aa6969',7957,'* Fix closeModal js.','Yagami','2019-03-21 13:43:38'),(5520,2,'1523c62182a11d4f1cfda5f9a7316b020d91c44b',7956,'* update ajaxform component in zui.','Catouse','2019-03-21 13:36:04'),(5521,2,'92c12f259a690033f8f84dff341b1934e6c411b0',7955,'* fix bug #2468.','wangyidong','2019-03-21 10:39:40'),(5522,2,'8ce54d2408abaa90c4e2dd93d5f8fb726720fe82',7954,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-03-21 10:04:50'),(5523,2,'169dfdbd4d1666a3f9a2b6e6ab4aac6ba6f6affb',7953,'* fix chosen UI not work as expected.','Catouse','2019-03-21 10:04:44'),(5524,2,'aacbf38b9a8bd8f4aa629fcb46e4f7deea079542',7952,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-21 09:54:41'),(5525,2,'8c6015a5ea58f296f42ba45d80b467f28288bc33',7951,'* Finish task #5346.','Yagami','2019-03-21 09:53:46'),(5526,2,'50c5e99d90171f0ad8b229074d389c0d321c88d9',7950,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-21 09:33:12'),(5527,2,'4a5dce8ade93520d7bf4ccf5d672fc4e32c230a5',7949,'* adjust for getServer in chat.','wangyidong','2019-03-21 09:32:17'),(5528,2,'6afeb34bcce4c11c8e1e7c4756aa951f6c6fe788',7948,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-21 09:28:39'),(5529,2,'2fb0cae1e75adbf0b0a29b4274315b69f5051500',7947,'* Finish task #5341.','Yagami','2019-03-21 09:28:11'),(5530,2,'aa3e8cd3b01fae21f70dda796183fc7b0c224513',7946,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-20 17:31:40'),(5531,2,'39dd90a740606a7e00aaab2d9fb40189588958a5',7945,'* finish task #5359.','wangyidong','2019-03-20 17:31:15'),(5532,2,'1f6c2206c3278a6ffdeb30e7ec38ef920ace3864',7944,'* Finish task #5335.','chenfei','2019-03-20 17:20:22'),(5533,2,'fa5f377d5246c3548d30ca633e6c0c63b9475107',7943,'* Code for task #5343, #5346.','chenfei','2019-03-20 15:58:19'),(5534,2,'7242802aa44d276d3bd0a0bfc2c4e882a5d6947c',7942,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-20 15:53:03'),(5535,2,'7df289c7ee60dd6e7a65243ab25baed4aada1ced',7941,'* Fix burn target.','Yagami','2019-03-20 15:52:40'),(5536,2,'559ff6b3b01ab1c8d25ecc1d6c8dcacec62ca7df',7940,'* finish task #5364.','wangyidong','2019-03-20 14:39:55'),(5537,2,'310b4c22a4d5a0ae9131469cc1e90e98a0d84752',7939,'* finish task #5334.','wangyidong','2019-03-20 13:47:40'),(5538,2,'1d7b68ac1393090998bce1ce547945abaefac28c',7938,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-20 13:33:36'),(5539,2,'7dfdbe841d6806772e0cf8b8c84e5c2e393d6658',7937,'* finish task #5357.','wangyidong','2019-03-20 13:33:17'),(5540,2,'d83ab362f59bbe9b640a59df03cfef2f6f4613e2',7936,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-20 13:27:58'),(5541,2,'0e41e9db83e95f50b48514733a3cebd9662c282a',7935,'* Finish task #5344.','Yagami','2019-03-20 13:27:37'),(5542,2,'c15a09473636c142bad0cde53791b4a1c9550012',7934,'* finish task #5371.','wangyidong','2019-03-20 11:29:48'),(5543,2,'f11a91e43c2811393d54a994a56ec083e71b2ac2',7933,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-20 11:20:17'),(5544,2,'ff426c094e6b9cf3d01e8624a34694cb27603fc8',7932,'* finish task #5362.','wangyidong','2019-03-20 11:19:40'),(5545,2,'1be6a10681fb66e3b2c5bf29560dc9b06835607e',7931,'* Finish task #5361.','Yagami','2019-03-20 10:51:21'),(5546,2,'aec278668af6589a064fa6d1bc9940b3c0cd0b4c',7930,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-20 10:06:39'),(5547,2,'54463d153a45167abe056809a6f42835acdecd4e',7929,'* Finish task #5367.','Yagami','2019-03-20 10:06:24'),(5548,2,'b66c5ec7fa6330ee6a10fd9870a59ce6f0c43755',7928,'* Finish task #5330.','chenfei','2019-03-19 17:23:35'),(5549,2,'48bb8fea4e53f4a7aa67cb6f120b8910d286cdb8',7927,'* Finish task #5342.','Yagami','2019-03-19 16:59:36'),(5550,2,'e7449725927bf8426455b092f39733b58b94f0f8',7926,'* Finish task #5340.','Yagami','2019-03-19 16:25:36'),(5551,2,'f5f6e96d447a5007ed06f0cac5d9cfed7d51b588',7925,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-19 13:40:47'),(5552,2,'2882633c31a9584bd2dbc030042152c531ea3a16',7924,'* finish task #5337.','wangyidong','2019-03-19 13:40:07'),(5553,2,'1ebbf2150ccc8d7a35a636e942c892e2f9be5d81',7923,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-19 10:25:32'),(5554,2,'602e8244de7f9a975ba8a9a17db04a5ac7be06b5',7922,'* Finish task #5339.','Yagami','2019-03-19 10:25:17'),(5555,2,'a79b4ec70b5235679d6a3d29198c01bd1866074e',7921,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-19 10:22:36'),(5556,2,'f621ab60de4c92f855b78849563e803535526916',7920,'* finish task #5336.','wangyidong','2019-03-19 10:22:09'),(5557,2,'d790b5e9421fbd62989df5dffaefcf77b32d232e',7919,'* Finish task #5329.','Yagami','2019-03-19 09:37:46'),(5558,2,'ef572902a6eeb8a90d2e9e567a18a3358fc597a7',7918,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-19 09:24:36'),(5559,2,'96f8fefdf7126fed2784a8474d815030a9a7c83f',7917,'* Finish task #5328.','Yagami','2019-03-19 09:24:20'),(5560,2,'12e732816eece909468b63173665911aff27896d',7916,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-19 08:27:12'),(5561,2,'3e0a57ac7ddc21ae9f782bd2601cceffa8027e20',7915,'* adjust dropmenu width when search.','wangyidong','2019-03-19 08:26:43'),(5562,2,'5e32a889664f2ac1a9c32d6c53c5425b69c097e7',7914,'* Finish task #5372.','chenfei','2019-03-19 08:11:58'),(5563,2,'58d5f35e2656ae7df779600d4d6bb96c7545d50c',7913,'* Finish task #5324.','chenfei','2019-03-19 08:04:39'),(5564,2,'b78df3b7a75221175e4c8c667922c9f47c9bc690',7912,'* update zentao-integrated package.','wangyidong','2019-03-18 16:56:56'),(5565,2,'3cd2f30ad83303b66bfbcc1ca757871b383355df',7911,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-18 16:56:38'),(5566,2,'e925ae51e9327427d9492c134c1ca9116d2cf889',7910,'* finish task #5325.','wangyidong','2019-03-18 16:55:58'),(5567,2,'dddd4d0c72c56f16a579c93ef44a1784942276bc',7909,'* Add showdoc type.','Yagami','2019-03-18 16:48:05'),(5568,2,'7004af89d90c784396e6a73fb730e56a31d538c4',7908,'* Finish task #5327.','Yagami','2019-03-18 15:48:30'),(5569,2,'62249b0782a406ccd42cd1ea2b5f54958c342e84',7907,'* Finish task #5316.','Yagami','2019-03-18 11:17:57'),(5570,2,'641c3d5890bc45809b75a4e272502a240084af1c',7906,'* finish task #5358.','wangyidong','2019-03-18 09:51:28'),(5571,2,'7e304d67181b2e03b541bcf1d14654a43c32d006',7905,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-18 09:48:30'),(5572,2,'12cd13270b35aa048c49b72a90f5c79a4a572b9c',7904,'* adjust for office.','wangyidong','2019-03-18 09:46:41'),(5573,2,'cb2f2d34efe0dabfb9ec3a708e14a329c5b4245d',7903,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-03-15 14:47:02'),(5574,2,'eadba8d52edbfa343d98bf46b1137f914f620491',7902,'* Lang change.','reneeteng','2019-03-15 14:39:36'),(5575,2,'e741e9e3b2886dd375e23a2f9dbd5afa4d26cc4d',7901,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-15 13:28:08'),(5576,2,'08f9a09730f22f900cf0915ccfb54a42f82de55f',7900,'* Fix bug #2467.','Yagami','2019-03-15 13:27:22'),(5577,2,'817d27221a86c0d9f9580040de37d823281c2469',7899,'*Lang change.','reneeteng','2019-03-14 16:07:28'),(5578,2,'76ece9e5ebc27d65a6abe82f24c085c5042780b8',7898,'*Lang change.','reneeteng','2019-03-14 14:20:48'),(5579,2,'305d9cb99877a1a0ed9c7e463f6ff6f142022e03',7897,'*Lang change.','reneeteng','2019-03-14 09:53:18'),(5580,2,'84e5d056976c69ab989c3dba90130c6daacd3935',7896,'*Lang change.','reneeteng','2019-03-14 09:40:46'),(5581,2,'e1d0caecc1b5ede22dc310497884288958571be6',7895,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-03-12 14:48:54'),(5582,2,'e7eac913f788875989e1fb4d090c2f58a7926d5c',7894,'*Lang change.','reneeteng','2019-03-12 14:48:24'),(5583,2,'abcf5282285e81485568b51344a321684baaa29f',7893,'*Lang change.','reneeteng','2019-03-12 14:44:29'),(5584,2,'e05ed035f67ea8d23a6e25a076a2bffc626c93a4',7892,'* Fix lastEditDate bug.','Yagami','2019-03-11 17:17:11'),(5585,2,'bdde3be91e9a8e022c6f03e427679c950503b023',7891,'*lang change.','reneeteng','2019-03-11 15:48:46'),(5586,2,'d2d5b68e4d692c443948673ca84d6fc64d0bd74b',7890,'*lang change.','reneeteng','2019-03-11 14:48:37'),(5587,2,'625f60db4ceaf973a8d00a50fd9557a83c1cf64b',7889,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-03-11 14:37:29'),(5588,2,'5ddda7b3af31ebb42e53a7491b0d45afec7ff601',7888,'*Lang change.','reneeteng','2019-03-11 14:37:03'),(5589,2,'3ff00a6e3c9002f516a3874d7185ac9a3676d3ff',7887,'* update zui css file.','Catouse','2019-03-09 15:47:39'),(5590,2,'ef5a3f7652110e0decb3888cb462b7e9e7318a6f',7886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-03-08 15:20:05'),(5591,2,'bcd7340a59d8121e140d505644553e22da8f93c8',7885,'* Fix bug #2452.','Yagami','2019-03-08 15:19:38'),(5592,2,'1db41e58050329a8f9d497bb805934e6c7fe1f27',7884,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-03-08 14:50:00'),(5593,2,'487e80242003c69d4a1d5bfd3380e886c981b997',7883,'* finish task #7499.','wangyidong','2019-03-08 14:48:50'),(5594,2,'5598c283cf38b5e2794cad51e0ead212c4e5f79a',7882,'*Lang change','reneeteng','2019-03-07 10:52:59'),(5595,2,'c829383362e1186c8e0a421f617f5c7863bd2669',7881,'*Lang change.','reneeteng','2019-03-06 17:21:35'),(5596,2,'cba64ef5a7f212466cd06b6b61b357d3839d6652',7880,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-03-05 16:47:18'),(5597,2,'c0184eca0921743fb71539aabb2601173f2718f3',7879,'* Lang change.','reneeteng','2019-03-05 16:46:10'),(5598,2,'64cce4dbb04daad12445a5f6e9abf67434049bb9',7878,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-28 15:49:27'),(5599,2,'0c9b5eb208b59c83793fc5e4ecba6a9b1d1bd505',7877,'* Fix user icon.','Yagami','2019-02-28 15:48:52'),(5600,2,'ad09223066a90da9fac4c4dcccb4504c4bef08e3',7876,'* adjust for demo data.','wangyidong','2019-02-28 10:41:31'),(5601,2,'296290f9c8953191df8b1074494f53791e478320',7875,'* Set acl default when create product or project.','chenfeiCF','2019-02-28 09:55:45'),(5602,2,'57a491bbc63e17c7fb94373aaaada413bb321a7a',7874,'* fix for check priv.','wangyidong','2019-02-28 08:40:55'),(5603,2,'e17129030060b08d0dea25180ba1ba17ead2eb35',7873,'* Adjust code.','chenfeiCF','2019-02-27 17:03:16'),(5604,2,'5861a3cbd9a3564835bb4a686d07a0cdd28c2438',7872,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-27 17:01:44'),(5605,2,'dcc120573d752f8fabacb0bdfae6bef613d6cbd6',7871,'* Fix get user data method.','Yagami','2019-02-27 17:00:49'),(5606,2,'ab8550d7626d3349db85d66c276136eb29e5dd49',7870,'* Adjust edit view of doc lib.','chenfeiCF','2019-02-27 14:47:04'),(5607,2,'22ca9b8fa450482090cd93aad71be7ba3f4fde77',7869,'* adjust standard sql.','wangyidong','2019-02-27 14:28:15'),(5608,2,'00ce24a83b5e585068be9fabeca8cbf07ae961c7',7868,'* adjust for zentao db.','wangyidong','2019-02-27 14:17:18'),(5609,2,'d119c79739284a8bfedd6b4102a4ebf884324b62',7867,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 14:10:09'),(5610,2,'8846db52698acd38ec4f2a1d25642037a1beb0c3',7866,'* fix error.','wangyidong','2019-02-27 14:09:34'),(5611,2,'fb4b4ad8445b23fa2035d18ffbfd8cc4280d6d35',7865,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-27 13:55:40'),(5612,2,'b784b389a2ed27d743a83c6f05e74b11bf90590e',7864,'* Fix case title.','Yagami','2019-02-27 13:55:03'),(5613,2,'7c612806dde4c5657c96a92e20d9d47c85378d04',7863,'* Fix testcase buttoni title.','Yagami','2019-02-27 13:53:39'),(5614,2,'330c083dd2fc1c336c110c6d127ab29bdb64ed71',7862,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 13:48:43'),(5615,2,'bf2e434f2cfe132ba0893f708f342788da16a1d1',7861,'* revert upgrade xuanxuan.','wangyidong','2019-02-27 13:48:19'),(5616,2,'7162d7782bf42b02e11e288aa6883548c63aae8a',7860,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2019-02-27 13:35:19'),(5617,2,'35c33e50ed768564d249710d3a6f7f110b908b17',7859,'* Adjust en lang.','chenfeiCF','2019-02-27 13:34:35'),(5618,2,'366a7de5c5d08aa32140a952a51bad2dfbb50161',7858,'* adjust for execute xuanxuan.','wangyidong','2019-02-27 13:27:09'),(5619,2,'40062df83fc683ca3018b0cfcd0ff543208b3ff0',7857,'* adjust for zh-tw lang.','wangyidong','2019-02-27 13:11:25'),(5620,2,'050e369d2a001604f4e53939dcdaba599a95407c',7856,'* adjust for upgrade.','wangyidong','2019-02-27 12:03:05'),(5621,2,'484b1c5979d15fdce6b05c05be9bbacb02568d10',7855,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 11:16:36'),(5622,2,'c39d922321f32fb13b4de3c81ca36ab411f265ed',7854,'* adjust for create doc.','wangyidong','2019-02-27 11:15:34'),(5623,2,'da31d14cbfa3c2fff6db99d78b6c07dcfdc57795',7853,'* Adjust lang of doc.','chenfeiCF','2019-02-27 11:13:57'),(5624,2,'ee7a90ed2b2722f74ae17f6d677159fe9292e798',7852,'* adjust for zh-cn lang.','wangyidong','2019-02-27 11:10:24'),(5625,2,'97e3e68add35c983fe35f4ad3e9d6715ed443e46',7851,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 10:53:50'),(5626,2,'e3f51c9a19c3ce8ff912a59bca654b0e30fe2101',7850,'* adjust for copy title.','wangyidong','2019-02-27 10:53:30'),(5627,2,'230f1fd18d0c819cf4d618933542481122a16f69',7849,'* Show acl tips when create doc lib.','chenfeiCF','2019-02-27 10:49:29'),(5628,2,'a92e598a0933cef095e6f6c6ebc73a9c47b90692',7848,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 10:41:31'),(5629,2,'9010446b9eab9465b7477df7987a3ef458f77014',7847,'* adjust for get git author.','wangyidong','2019-02-27 10:41:08'),(5630,2,'8ec8643dd6e7493f040ce76bc985e2e34aec56da',7846,'* Adjust doc lib acl.','chenfeiCF','2019-02-27 10:22:53'),(5631,2,'a9d0721eb7492dc93e216aaa1bb5e99c8a7ba90d',7845,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 09:44:09'),(5632,2,'8f1b0fe119d58c19f9b24e467b245172dadc8cf2',7844,'* adjust table width for en lang.','wangyidong','2019-02-27 09:43:14'),(5633,2,'02a52aec5abc7a0f7ed9665ca6898bc9e870c173',7843,'* Fix button.','Yagami','2019-02-27 09:29:27'),(5634,2,'5b2fd6932fe4d0878cffafb60db63ff307d7048e',7842,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-27 09:23:40'),(5635,2,'79b35763543bf0c55fa0271d97c2f63c1d057e13',7841,'* Finish task #5267.','Yagami','2019-02-27 09:23:03'),(5636,2,'4bc280c4e417fd5efc58ccdc328823f624fe8ea0',7840,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-27 09:12:33'),(5637,2,'c9a7fa9d64cc86d4f779a73cc59e7c0510396d0d',7839,'* add office doc.','wangyidong','2019-02-27 09:11:49'),(5638,2,'1bcf0a3b53b331b05df87a4919db54f56b857908',7838,'* Fix module icon.','Yagami','2019-02-26 17:09:20'),(5639,2,'f6a7d0b07fb4a76b0ecbc55e9bbe9851154b4aeb',7837,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-26 17:03:45'),(5640,2,'a22d3b6c303c6c7605f17569276c98cadd429b68',7836,'* Remove some testcase code.','Yagami','2019-02-26 17:00:58'),(5641,2,'7cd83b47da1fd970f7c042c0d4c252a4f2976054',7835,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-26 16:50:14'),(5642,2,'216c6f5c0e2ff055be5ffabdb4776d72cfdced2d',7834,'* adjust for custom timezone.','wangyidong','2019-02-26 16:49:49'),(5643,2,'8505e577ac599c617080397e4dc0b62a7bf84b3b',7833,'* Code for task #5295.','Yagami','2019-02-26 16:40:34'),(5644,2,'21ed530feed191d2e7c4530996ed2fe366e5955d',7832,'* Code for task #5306.','Yagami','2019-02-26 15:24:26'),(5645,2,'efe734f04af9b880c9249fcb25827090dfa6daf9',7831,'* Code for task #5284.','Yagami','2019-02-26 14:28:26'),(5646,2,'e35a268a319aafa5904e908fdb73a851aa22a718',7830,'* Code for task #5294.','Yagami','2019-02-26 14:11:37'),(5647,2,'a238cff296ac472b214ad546f94e8803c9c4138b',7829,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-26 14:06:55'),(5648,2,'c31b04da6772e45f22f8e390bb4344ef41dc24bc',7828,'* Code for task #5267.','Yagami','2019-02-26 14:06:07'),(5649,2,'fbc7a9c27416909737fd0ca534fcbfbe33754f23',7827,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-26 13:42:09'),(5650,2,'97f55a77fa75af31026cc0d5ba2e509d7b42cb62',7826,'*Lang change.','reneeteng','2019-02-26 13:41:41'),(5651,2,'2d9d78fd8c79d4ba67afab6376cc22028c3cacdd',7825,'* adjust for sort lib.','wangyidong','2019-02-26 11:45:18'),(5652,2,'337e3771e5f89538059deb4984cd70ac725390d1',7824,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-26 11:03:27'),(5653,2,'62513a604575cc5b6d8ad57eb7915893ac0327a8',7823,'* adjust for remove gtalk field.','wangyidong','2019-02-26 11:01:38'),(5654,2,'ce28283a5af60542aecb28d94e90611f11bb50db',7822,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-26 10:30:28'),(5655,2,'c05c534b1284500053af15e73ba8d311fb37c18e',7821,'* Lang change.','reneeteng','2019-02-26 10:29:53'),(5656,2,'b9b7fbdceb93e4e887fc7ef2ccd24ae15bbb5dcd',7820,'* adjust for doc dropdown-menu max-height.','wangyidong','2019-02-25 17:35:38'),(5657,2,'916844595b821761bc3d08f0c93206fc6244fbaf',7819,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-25 16:42:34'),(5658,2,'750550d9ed9ce94ef0e7e778ef1125b14f01f506',7818,'* code task #5302.','wangyidong','2019-02-25 16:42:02'),(5659,2,'8c83211b1a9b90bd48262a18a8540994b34d2346',7817,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-25 16:11:38'),(5660,2,'6d62d929c81fdce1212905c39f97d2f174a1327b',7816,'*Lang change.','reneeteng','2019-02-25 16:11:00'),(5661,2,'0226ae1a9e3385c2f821bb44414d4a2aa5f79350',7815,'* code for task #5302.','wangyidong','2019-02-25 14:52:40'),(5662,2,'0f7f6d4e9acafbc223d7771e70e2ef1fefe6271d',7814,'* adjust for hidden module item in tree page.','wangyidong','2019-02-25 14:23:48'),(5663,2,'373aedfc0b91f7fccfafd460b2b9e303a6334919',7813,'* finish task #5297.','wangyidong','2019-02-25 14:09:57'),(5664,2,'5ed0ed92fdf9bd9aef5bfa0c0f044219d236365d',7812,'* code for task #5302.','wangyidong','2019-02-25 13:59:27'),(5665,2,'b392cde94802251b94b65799ecfc5e3aba0820a3',7811,'* code for task #5302.','wangyidong','2019-02-25 11:46:34'),(5666,2,'178527100ce800c4a4e17e1a7a55d1136b4d2fcf',7810,'* code for task #5271.','wangyidong','2019-02-25 11:26:51'),(5667,2,'5b23f6aba9e4234553fad0257628aa428d299faf',7809,'* finish task #5275.','wangyidong','2019-02-25 10:51:49'),(5668,2,'62386800f20ff61216ad032a0b72d030a1181e70',7808,'* finish task #5308.','wangyidong','2019-02-25 10:46:10'),(5669,2,'a1ed14507fd57553a99729768b91633cc2e96f35',7807,'* finish task #5302.','wangyidong','2019-02-25 09:13:49'),(5670,2,'7d1a2d4d7faee34fcab180c687c401a779636e0a',7806,'* remove useless code.','wangyidong','2019-02-25 09:01:30'),(5671,2,'36de63e1fee0e2efd827e9a4c311bbdd91a68a10',7805,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-25 08:54:56'),(5672,2,'3e7caa0da1a0820caa7b4cb82c4f7fcfcb785523',7804,'* finish task #5271.','wangyidong','2019-02-25 08:43:53'),(5673,2,'79659b0282f4a898b634f347101345c3596f6b30',7803,'* Fix common lang.','Yagami','2019-02-24 09:39:12'),(5674,2,'8278e84b873bbb36ddc7ff94aaad57970cfcfab5',7802,'* Code for task #5271.','Yagami','2019-02-23 16:19:17'),(5675,2,'07fe8907686e24e092fc95ffa95f684259e2651c',7801,'* Code for task #5271.','Yagami','2019-02-23 14:43:24'),(5676,2,'3daae171f027709c1cad885cc18d1dee59b5a66d',7800,'* Delete yahoo and wangwang field.','Yagami','2019-02-23 13:44:51'),(5677,2,'447b20b53b62aec8fa73f4ce992762b08798fbac',7799,'* Finish task #5298.','Yagami','2019-02-23 13:21:57'),(5678,2,'6225b8aecb913ee79fa7c51c857ddfc3a99788fb',7798,'* Finish task #5306.','Yagami','2019-02-23 13:16:24'),(5679,2,'7d53d7779955ba3eb34898854060a179f4619c20',7797,'* Fix createLib width.','Yagami','2019-02-23 09:28:39'),(5680,2,'68799f265e2dafdb68323433aa7631250aecfd45',7796,'* Finish doc type width.','Yagami','2019-02-22 17:16:53'),(5681,2,'344ed8f38bb64c92ee2856d2b64a706d2618b723',7795,'* Finish task #5290.','Yagami','2019-02-22 15:31:40'),(5682,2,'3656c218a9709ff9d682ed1319a47625b5a6e7f5',7794,'* Finish task #5292.','Yagami','2019-02-22 15:25:22'),(5683,2,'466667de7e73243828f1242167ab30c95d2dab96',7793,'* Finish task #5294.','Yagami','2019-02-22 15:01:32'),(5684,2,'3e857beeaecb9f3a76f00b2d1abf80ec5244636d',7792,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-22 14:21:27'),(5685,2,'fb9ce6edfcaaea39362888ce6df093ec2f1d4093',7791,'* Finish task #5293.','Yagami','2019-02-22 14:21:09'),(5686,2,'903b7f0c5865cfe65ef183efa82cdde96682cf6a',7790,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-22 14:06:17'),(5687,2,'9ffa540195d950491ec9467ec8b01248c0f90268',7789,'* finish task #5285.','wangyidong','2019-02-22 14:05:47'),(5688,2,'11393c442e8f2bd6e3b2490d0638a9b154f3fb5b',7788,'* Finish task #5295.','Yagami','2019-02-22 13:30:14'),(5689,2,'1d1d64f6009b4ceb1fbde6a3f6e169c209b5a4f2',7787,'* Finish task #5296.','Yagami','2019-02-22 13:20:24'),(5690,2,'34555b1e8d39d9eace14e3ac93a160ce160cfc88',7786,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-22 11:16:57'),(5691,2,'4305c3a54ca67e7cd6e27459d3906e257661a17f',7785,'* Finish task #5299.','Yagami','2019-02-22 11:16:32'),(5692,2,'838bb873b98f3d51c1841ee229418651e92ce378',7784,'* code for task #5275.','wangyidong','2019-02-22 10:43:23'),(5693,2,'c39f83177b0545f5fe06b06fbf74613fce2308b3',7783,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-22 10:36:54'),(5694,2,'adfd61aa66aceca34ed464125fc00723ea7d6ebb',7782,'* finish task #5275.','wangyidong','2019-02-22 10:36:16'),(5695,2,'3124321ab5dab31d380f0183a0f0ab2e87f6bc13',7781,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-22 09:47:14'),(5696,2,'46cdd5a5f953afd9d986523fceaaf781937cb581',7780,'* Finish task #5300.','Yagami','2019-02-22 09:46:57'),(5697,2,'d771b4fcd3c16b2b22c6217b546143e02f4e0b18',7779,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-22 08:54:21'),(5698,2,'2c46679d26fd3b2c153ca80dc0ff6a0ee6fbc28b',7778,'* Lang change.','reneeteng','2019-02-22 08:53:46'),(5699,2,'c41e0a89ab405b13fae0a8ee6ae746e32282e47c',7777,'* Finish task #5304.','Yagami','2019-02-22 08:44:08'),(5700,2,'70f6eafd06388ce1ee58520713fbc1e3064f8664',7776,'* Code task #5287.','Yagami','2019-02-21 17:18:44'),(5701,2,'6de8f45c44d90100b59afd5d20783f2d9ba73038',7775,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-21 16:21:51'),(5702,2,'c15a28e3c4495a2a185c450e370401f74d46957f',7774,'* finish task #5274.','wangyidong','2019-02-21 16:17:26'),(5703,2,'47e9ea309df75b8c259d8970dc23be5c15f24d1e',7773,'* Code for task #5284.','Yagami','2019-02-21 16:14:07'),(5704,2,'231d341e18943af94e60355f2c86c808a62b7c8b',7772,'* Code for task #5284.','Yagami','2019-02-21 15:57:02'),(5705,2,'405311c1f90e0303f88bf87f7ed81c881c04372e',7771,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-21 15:46:57'),(5706,2,'1918e73a36dc00c37731688d5d152742e36dccee',7770,'* Finish task #5287.','Yagami','2019-02-21 15:46:40'),(5707,2,'eba05eff7c4d84842356ab497735cfbc55d866e1',7769,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-21 15:36:25'),(5708,2,'1b80201a5d6488cf84a0fd3247733d0e02359dea',7768,'* fix for show icon.','wangyidong','2019-02-21 15:35:08'),(5709,2,'806cf6761a9931ffd5db22373d8beeb7b4d52c8f',7767,'* Code for task #5284.','Yagami','2019-02-21 15:29:31'),(5710,2,'d1a1dba7f110604572b0a8ee740311ac01a2f795',7766,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-21 15:23:18'),(5711,2,'a594321eb5fd3c2a5174bdb2e651999a136381db',7765,'* fix bug.','wangyidong','2019-02-21 15:23:03'),(5712,2,'f49b2cb69ac0e922b8811fe6ca1184bf4d5cf506',7764,'* Code for task #5284.','Yagami','2019-02-21 15:15:17'),(5713,2,'1a09bbb3bbb094f8fd5626368702fc42ddceba40',7763,'* Code for task #5284.','Yagami','2019-02-21 15:13:09'),(5714,2,'9eccbad277514f1f642737f9a1c4bf2a3f9a5296',7762,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-21 14:47:50'),(5715,2,'c78b5cac383aa9058133a4d758166197cfe0daed',7761,'* Code for task #5284.','Yagami','2019-02-21 14:47:17'),(5716,2,'373eb7dc03c156cb854451c37fe94119f0dbcc80',7760,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-21 14:24:40'),(5717,2,'8460f6586453b643730b5ed7e9444e1668136239',7759,'* fix for safe.','wangyidong','2019-02-21 14:20:43'),(5718,2,'9e2926aaa81433e946a4db5d20d93f16cecc11d1',7758,'* Finish task #5286.','Yagami','2019-02-21 14:15:08'),(5719,2,'413652c19f40d4fd720cf37abb732abfa57736b6',7757,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-21 13:49:29'),(5720,2,'b623c536da99df58796d0f2eceb69cf8333106a8',7756,'* Finish task #5284.','Yagami','2019-02-21 13:49:04'),(5721,2,'2fe7444d266516329f6c8704f4ea869367fae416',7755,'* finish task #5303.','wangyidong','2019-02-21 13:33:42'),(5722,2,'91c2085bc0037a97555cb1806a1bd759c9761982',7754,'* finish task #5298.','wangyidong','2019-02-21 13:13:17'),(5723,2,'f102fd782c4b4e4d239f88855cb15b217841a527',7753,'* finish task #5281.','wangyidong','2019-02-21 10:55:22'),(5724,2,'399a57078e4ace98caa978f71ad6f2f9ed22d1e2',7752,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-21 10:07:33'),(5725,2,'4d03b12428f83e3cb5c8d1bb1a79a79710b72884',7751,'* adjust for custom menu.','wangyidong','2019-02-21 10:06:52'),(5726,2,'2a1f8df6cb88c4f74f77eaed722b1f88e3872616',7750,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-21 09:58:50'),(5727,2,'79ad5af58ca2f4a355b2eb5e7c732e6828da7412',7749,'* Finish task #5283.','Yagami','2019-02-21 09:58:08'),(5728,2,'fce2b3241bc8af3cadffd5b74b641e6867200f24',7748,'* Lang changed.','reneeteng','2019-02-21 09:42:41'),(5729,2,'22759f3c567abd4d79df75b19d63f3dedec1f31b',7747,'* Finish task #5280.','Yagami','2019-02-21 09:30:59'),(5730,2,'97dce2aa93fcb5a3073b0add6f7c1a6186ac1fc6',7746,'* Finish task #5273.','Yagami','2019-02-21 09:12:53'),(5731,2,'e0bc5ae107dbb6fad9ec6faab91a655ce2a163a3',7745,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-21 08:54:56'),(5732,2,'fd95328b4dbb13417e5871e5f9aabdba4ac91233',7744,'* Fix task #5272.','Yagami','2019-02-21 08:54:34'),(5733,2,'9e3bdec8f84a9dfe8cfabe77f60cca9ca85f0525',7743,'* finish task #5301.','wangyidong','2019-02-20 19:58:03'),(5734,2,'1d317c5fb3eb53aff6fc5afe764965281c3db7c5',7742,'* finish task #5278.','wangyidong','2019-02-20 18:01:00'),(5735,2,'4820641b365c0113341f68765d34d23cfdc8c4ad',7741,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-20 15:54:37'),(5736,2,'6efbe8245555985961de56cffbd1eb1db4f87e22',7740,'* Finish task #5309.','Yagami','2019-02-20 15:53:47'),(5737,2,'17fdbf84b8544e35f4b10455495502d34ecd94f7',7739,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-20 14:35:02'),(5738,2,'7bcd62dfdcce45e158881be9cecbe74604fc7373',7738,'* finish task #5279.','wangyidong','2019-02-20 14:34:22'),(5739,2,'b5987e61a12a77babe82ffaffceecc152280da4f',7737,'* Add autocomplete to front class.','Yagami','2019-02-20 14:27:38'),(5740,2,'75c0f11b4f9a3806aab2874635fa756467866da9',7736,'* Finish task #5272.','Yagami','2019-02-20 13:59:05'),(5741,2,'8f3604ec7ccc4b3b7d31bfe3cf3b48030f495495',7735,'* Finish task #5270.','Yagami','2019-02-20 13:46:33'),(5742,2,'b7651df91ead760bb24dbf4960e271f2e12a852d',7734,'* Finish task #5268.','Yagami','2019-02-20 10:52:47'),(5743,2,'ec66da7ced8130170f944c9c7f7083c1fd7ad26b',7733,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-20 10:48:20'),(5744,2,'1480e324af786fcfae02b596803b6205239c066f',7732,'* Change the note.','Yagami','2019-02-20 10:47:39'),(5745,2,'c2121de201788d7b24e459cb791fd6bea07d0ddc',7731,'* Finish task #5267.','Yagami','2019-02-20 10:47:06'),(5746,2,'17853c172a195c5640474142816c05d4a7525a3d',7730,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-20 09:59:15'),(5747,2,'ddf2014f105d5bf7c3e4507d69e6c72cd66f209d',7729,'*Upgrade lang changed.','reneeteng','2019-02-20 09:58:28'),(5748,2,'ac221ac35f1bc53c6f7731305f80900449e947f1',7728,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-19 17:18:43'),(5749,2,'e8d05a79bf4efa10c4c145cb90b8a1743c838617',7727,'* finish task #5310.','wangyidong','2019-02-19 17:17:07'),(5750,2,'c8cc3619d994712a6abadfa2c7d2c28aaec980e6',7726,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-19 17:14:19'),(5751,2,'aec2573603bec5f84c5fb09f9e8780ebf90e20ef',7725,'* Finish task #5311.','Yagami','2019-02-19 17:13:56'),(5752,2,'2ef4099e1aa608d9d13d563d2c3ecde635336ce1',7724,'* update zui and code for story #3578.','Catouse','2019-02-19 14:22:38'),(5753,2,'33b36fbabf3cd86879c40dc7655aa7e3a92fe633',7723,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-19 11:26:39'),(5754,2,'b309c4a9c77639fa81668b9139e534dc515c37af',7722,'* adjust for children plan.','wangyidong','2019-02-19 11:25:50'),(5755,2,'df175bb7025ffeaae4691a819420c15f4939e998',7721,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-02-19 11:09:08'),(5756,2,'7d62e6582e7db1cb22f533dae21865c40a494126',7720,'* update zui and fix HTTP_X_REQUESTED_WITH param in ajax form.','Catouse','2019-02-19 11:09:02'),(5757,2,'9147f6700f675ed9a687603b5956747a59acf73d',7719,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-15 16:43:48'),(5758,2,'c870ffde06aff86729962b016dde7801737647f9',7718,'* Fix module bug.','Yagami','2019-02-15 16:43:23'),(5759,2,'ab68c71dfb3f9cf0e57234f58246c278457db489',7717,'* fix bug.','wangyidong','2019-02-14 17:17:15'),(5760,2,'5390c9cf9e0ed6874f19e9c7e4134162bdc1bb7a',7716,'* adjust code.','wangyidong','2019-02-14 16:55:08'),(5761,2,'deade1f213cf1abc5f57e4730df196947cf6b322',7715,'* fix bug.','wangyidong','2019-02-14 16:53:30'),(5762,2,'a59f56c86eb0b6499f74e39052e6acf295b38b60',7714,'* code for task #7312.','wangyidong','2019-02-14 11:28:25'),(5763,2,'10418ad027b1bf254d95b0f73f5589419a2e65ce',7713,'* finish task #7313.','wangyidong','2019-02-13 17:27:58'),(5764,2,'7481bb097cf864d32273adf008a286287b2df3ab',7712,'* finish task #7312.','wangyidong','2019-02-13 16:55:50'),(5765,2,'74e2bed5872fc662b55a31d958efb40f9cc6c312',7711,'* code for task #7312.','wangyidong','2019-02-13 16:21:40'),(5766,2,'1dc41066bba44118733dc460c2f5e16c90c0c418',7710,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-13 16:14:04'),(5767,2,'bdde42e76163b7b39cb359180f0497e1e901829e',7709,'* finish task #7311.','wangyidong','2019-02-13 16:13:25'),(5768,2,'e0f6fd556b0d40ee68ea38a8811578038e8583ce',7708,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-02-12 11:00:31'),(5769,2,'230d5b38be597d4931f8a1ee918a2ca5ad17195d',7707,'* Lang changed.','reneeteng','2019-02-12 11:00:02'),(5770,2,'1b97693e0d21d00a38505180244431e01ed60987',7706,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-12 10:11:40'),(5771,2,'767de3e2349bd0ff024701fdcb34415643692e00',7705,'* fix bug for custom.','wangyidong','2019-02-12 10:10:21'),(5772,2,'448fb14e25983da39dce7fc4e7ea4d220fb4e0f0',7704,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-12 09:38:36'),(5773,2,'98002efb3f391f79984c361a46bdd4ee09e790db',7703,'* Fix bug #2365.','Yagami','2019-02-12 09:38:11'),(5774,2,'60a408fe48534183dd1621121be41fc49476a30d',7702,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-12 09:15:01'),(5775,2,'d5b54a356edeccdb0176a858690c489b8886355e',7701,'* fix bug #2408.','wangyidong','2019-02-12 09:13:36'),(5776,2,'32d984b180805792a059fec24cdfd29683f1b02d',7700,'* Fix bug #2395.','Yagami','2019-02-12 09:10:14'),(5777,2,'0a3a17595be825875fed5bd751b9dcb3a9814ef3',7699,'* fix bug #2409.','wangyidong','2019-02-11 17:20:03'),(5778,2,'cdb260043d1b8fa6844d5ef186f251b46fc38299',7698,'* change for english lang.','wangyidong','2019-02-11 15:43:02'),(5779,2,'100f9bb80fcc86f8fa600b39e60ec9875da24fe1',7697,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-11 15:23:56'),(5780,2,'d95ba0b181752717353934572e327f194cf0a1a4',7696,'* fix bug #2419.','wangyidong','2019-02-11 15:23:32'),(5781,2,'e4322d65b6c006d902b196f06ab98b0b6ae15dec',7695,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-02-11 14:56:24'),(5782,2,'287b4a04ac9811db1f8f5c95fa8b765f7d5737b7',7694,'* Fix bug #2409.','Yagami','2019-02-11 14:55:59'),(5783,2,'41dd1959c49d6475ea753a12a19a47215735eed5',7693,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-11 14:53:33'),(5784,2,'ad642ab62d13d03bca2207c08ea7ced78f4570df',7692,'* Fix bug #2414.','Yagami','2019-02-11 14:18:45'),(5785,2,'6109ba1950c3d9befd8cf52fc99d932d3a41e906',7691,'* Fix download client group.','Yagami','2019-02-11 09:09:08'),(5786,2,'6d30d1814fa7cd64de53965fe1ad8839dbed451c',7690,'* adjust for count project task.','wangyidong','2019-02-01 14:59:30'),(5787,2,'66bbff8ab151d383131b841965287a2dbbd751fb',7689,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-02-01 10:18:03'),(5788,2,'bb591824cb83b201aff7043c0c6f85ad0cbb244f',7688,'fix bug #2333.','wangyidong','2019-02-01 10:17:06'),(5789,2,'e2fcccf013c5f4328bffe3ebe8ea8fc734a4c748',7687,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-31 13:48:24'),(5790,2,'73521c2b7420027fb52a430eb7989625d1a17a2d',7686,'* Lang en change.','reneeteng','2019-01-31 13:43:27'),(5791,2,'970653052143e0cecc72323617f8a2d9d76f15ca',7685,'* adjust for get commiter in git.','wangyidong','2019-01-31 13:26:36'),(5792,2,'d9fe07cb9ab0884c20bcea9de78a6a86bf86ba91',7684,'* adjust for upgrade.','wangyidong','2019-01-31 09:53:17'),(5793,2,'bcdfc60b2ab5e0ebeca3dae5e28434f1cd3a98c5',7683,'* adjust for cn2tw when make zentaoxx.','wangyidong','2019-01-30 15:00:24'),(5794,2,'f60a6c481a9f6914f34f82b93feabc2a9a7ef313',7682,'* adjust for build package.','wangyidong','2019-01-30 11:38:29'),(5795,2,'e156be97f43a01b36a050dc627d2779f09f8b976',7681,'* fix bug.','wangyidong','2019-01-29 15:55:05'),(5796,2,'84ddbd48df238578e15111726c7b78f4f152a97c',7680,'* fix for upgrade.','wangyidong','2019-01-29 15:50:28'),(5797,2,'4c07c912605070faf07c21c0025a3d94d6e3bbb1',7679,'* Adjust for task #5214.','chenfeiCF','2019-01-29 14:39:08'),(5798,2,'4092d8209412b9d7e2112ff679c3c36f7387bb89',7678,'* fix bug.','wangyidong','2019-01-29 13:28:44'),(5799,2,'1457a3242f0361f82e88a8add10c73aa080ca76a',7677,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-29 11:38:15'),(5800,2,'4316f627bafd70b3c0be863eaeb23c1fa526766c',7676,'* adjust for change password in xuanxuan.','wangyidong','2019-01-29 11:37:43'),(5801,2,'3d7a3d0de68d7c3f107f52c03c8bc36fdaa8c6a2',7675,'* Add change log.','chenfeiCF','2019-01-29 11:33:25'),(5802,2,'890ea0e0f39a59a5a1dfae5c8e0358128f97be1f',7674,'* change xuanxuan.php to x.php.','wangyidong','2019-01-29 11:27:16'),(5803,2,'699dc4fc37a89cea078fcc985aa48d2469ace9e1',7673,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-29 10:37:08'),(5804,2,'204cd00e3e670c007f417126aaeb201e12462849',7672,'* adjust for xuanxuan.','wangyidong','2019-01-29 10:36:34'),(5805,2,'4e897f0914d91a2e6e3c6c62f5e1cc4761cb1374',7671,'* Finish task #5258.','Yagami','2019-01-29 10:31:34'),(5806,2,'f76185bab51946c9f438e070e6b41b77d140e7f1',7670,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-29 09:41:27'),(5807,2,'8eb79bba13d936c8746e8b7c6cae2f1a256e167c',7669,'* Finish task #5258.','Yagami','2019-01-29 09:40:35'),(5808,2,'d0f2e143264a2635587eef489800b26bba8c7621',7668,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2019-01-28 16:34:52'),(5809,2,'c760545647f1459e42e3e446531f708de10bb0e2',7667,'* Change version and prepare for upgrade.','chenfeiCF','2019-01-28 16:31:27'),(5810,2,'6924b5359d20a6cae295b9d0b8fc98b7f7d400f2',7666,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-28 15:56:25'),(5811,2,'cf27f925ac4c95d77f365b059554af2aeaa33b2a',7665,'* Fix project modules.','Yagami','2019-01-28 15:55:56'),(5812,2,'7b5768932c13f32f833efe19264f48ee1db47735',7664,'* fix for backup.','wangyidong','2019-01-28 15:52:17'),(5813,2,'851b4d32c18c078d7d76e394b3379e6662daadec',7663,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-28 11:19:20'),(5814,2,'0e8e7f4bf68b8928594946bc96d7119aa01d914b',7662,'* fix bug #2008.','wangyidong','2019-01-28 11:18:48'),(5815,2,'9534cd636e51ed12deb4954598ae0aff6324da28',7661,'* fix bug #2008.','wangyidong','2019-01-28 11:08:24'),(5816,2,'4e82acf5e78e391c68d660a2110c9ae73e621f90',7660,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-28 10:52:30'),(5817,2,'577fb61a2e053e036b82ffadd3573e77ac0d84da',7659,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-28 10:20:30'),(5818,2,'4a0c061c1f52fc08c55c146f05d1571a4426f2da',7658,'* Finish task #5259.','Yagami','2019-01-28 10:18:42'),(5819,2,'4a3b76de13788cdab1250552c83596a04cc50179',7657,'* adjust code for entry visit.','wangyidong','2019-01-28 10:17:41'),(5820,2,'7c658705e1b3ff56d0f20e360e88663789abda38',7656,'* Code for task #5218.','chenfeiCF','2019-01-28 10:13:12'),(5821,2,'0906b11d2b823956ee745321b40aa55413fd88b5',7655,'* finish task #5241.','wangyidong','2019-01-28 10:07:37'),(5822,2,'8099c45eec912935b05eb6ef764a03813f09755f',7654,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-28 10:04:23'),(5823,2,'97659beb324d1059384fa606819c65fb1b21eb65',7653,'* adjust for backup.','wangyidong','2019-01-28 10:03:32'),(5824,2,'57f0779ec8495550dbd7c8657ad3ce1cb08aca83',7652,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-28 09:37:58'),(5825,2,'23bb5d7f54a3eca75f7ebf64a115bb2ec3b05e7b',7651,'* Finish task #5234.','Yagami','2019-01-28 09:37:09'),(5826,2,'1b833386985f504d0e8b00094ef78776fb44aa91',7650,'* Finish task #5253.','chenfeiCF','2019-01-25 18:58:56'),(5827,2,'8e27c95499297e2d18882d5d2c6783962067b622',7649,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-01-25 17:00:07'),(5828,2,'c995214ff65b9417cbb566b7d55ebd65b7d29e98',7648,'* fix bug #2379 and finish task #5247.','Catouse','2019-01-25 16:59:57'),(5829,2,'8f1c20d5ed185f8413e59a27c5c25319b403ab92',7647,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-25 16:15:27'),(5830,2,'dda3b52de064340901a4c6de3b049336d7591831',7646,'* finish task #5221.','wangyidong','2019-01-25 16:13:58'),(5831,2,'9f557ce8dd0bcb5b716ac8e2258a13bb4695a51c',7645,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2019-01-25 16:01:49'),(5832,2,'c2bd7de9b9792eb1776f12af8a0abbf5198c9b67',7644,'* finish task #5254 and fix bug #2371.','Catouse','2019-01-25 16:01:30'),(5833,2,'ab9f7bf52d630f1f0447b931b5cb5d63cab97f06',7643,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-25 15:16:55'),(5834,2,'c5bf9cf98766fcb66b5363c636200971fd0217ba',7642,'* Finish task #5235.','Yagami','2019-01-25 15:02:34'),(5835,2,'0afdc5d71d10cac2bb282317cd70c6063b22cda3',7641,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-25 14:14:46'),(5836,2,'19629d507cd90db9ac0c5f8558d4932ee26449e4',7640,'* change for task #5228.','wangyidong','2019-01-25 14:08:55'),(5837,2,'3e0c68db85ef57d24253ea7eb4ece29d9ccb8827',7639,'* finish task #5222.','wangyidong','2019-01-25 13:27:15'),(5838,2,'d1ace922a52995d829d7e1a12acec439d6cf9aa2',7638,'* Finish task #5261, #5262, #5265.','chenfeiCF','2019-01-25 13:17:29'),(5839,2,'9a19b8a177fd0992cf67a97d9c01f7400bdac843',7637,'* Fix bug getproducts.','Yagami','2019-01-25 11:06:46'),(5840,2,'c13ea666352e05ad5a932db18729253871efd5c8',7636,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-25 10:50:40'),(5841,2,'0484785235e862e5c296497537da11b195b1c920',7635,'* Fix user loadlang.','Yagami','2019-01-25 10:42:55'),(5842,2,'66ce378726d8bc4a76b7b11c49a78926b4f9171d',7634,'* Fix bug #5248, #5260, #5263, #5266.','chenfeiCF','2019-01-25 10:36:56'),(5843,2,'4842c965bca638f50aef5172b0e40dde7dcead23',7633,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-25 10:05:43'),(5844,2,'e4fd49e0f6ff4514890ebd377767346e0849acbb',7632,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-25 10:04:23'),(5845,2,'03d3c8230193ab4c3f14db278fd2ca1da5c92d57',7631,'* finish task #5236.','wangyidong','2019-01-25 10:03:51'),(5846,2,'f3f9b64932a0a1537b4ae58e789bfd49ae94dd83',7630,'* Finish task #5250.','Yagami','2019-01-25 10:03:39'),(5847,2,'a19de161237a0524f2cffb23acdb1adee4915e68',7629,'* Finish task #5246.','Yagami','2019-01-25 09:56:48'),(5848,2,'69413ff785bfdb9df019444d28d95d879e356503',7628,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-25 09:21:06'),(5849,2,'93701f583a2c619c660c7f125f08279e3b1e2e15',7627,'* finish task #5252.','wangyidong','2019-01-25 09:18:48'),(5850,2,'d81a106fad98f6f32315302ac3ea3bdfe13017b3',7626,'* Fix makefile.','Yagami','2019-01-25 09:07:13'),(5851,2,'faaf0dd1cb3c289072553b5e8c7d8555da84259d',7625,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-25 09:00:11'),(5852,2,'9922370141feec7ccf64c849e4381e789ef46fc1',7624,'* Finish task #5249.','Yagami','2019-01-25 08:59:13'),(5853,2,'857871042aecee5afa3ee5001ab814c9dbbb4587',7623,'* finish task #5238.','wangyidong','2019-01-24 17:30:55'),(5854,2,'421a130e63be86f85870f83c016186fe632f3b36',7622,'* finish task #5233.','wangyidong','2019-01-24 16:46:18'),(5855,2,'de0e1186cae3199739ff22041c4f70b204504627',7621,'* Finish task #5255.','Yagami','2019-01-24 16:17:18'),(5856,2,'e9d8249ac89893bfc11efabcecc7605dc2ea7bf1',7620,'* Finish task #5259.','Yagami','2019-01-24 14:24:03'),(5857,2,'289160ca45519f3eaf0bb5e87915590a9851ed61',7619,'* Finish task #5229.','Yagami','2019-01-24 09:26:42'),(5858,2,'976bc31271ac619a129eea04edf0d4fc769f29ec',7618,'* Finish task #5229.','Yagami','2019-01-24 09:24:17'),(5859,2,'fad09a3916d2ee33b90c09ff3d37489265c1d420',7617,'* Finish task #5225.','Yagami','2019-01-24 09:08:34'),(5860,2,'b85628a43aa7f3ec933878b86538b93204ddc536',7616,'* Fix makefile.','Yagami','2019-01-23 16:16:27'),(5861,2,'2678ec3433272af4520978f563f4ed5c1c648dca',7615,'* Fix xuanxuan https options.','Yagami','2019-01-23 16:06:18'),(5862,2,'9fef22ee4c368470de4da5c7fda89efe2a94d421',7614,'* Fix makefile.','Yagami','2019-01-23 15:56:03'),(5863,2,'2ced50d58a154c38f8fbc3594812bb85978bfa22',7613,'* Move xuanxuan method.','Yagami','2019-01-23 15:37:22'),(5864,2,'9d464ca6d542090627a02e71f18812e60bfbf4c1',7612,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-23 15:28:01'),(5865,2,'353fa681cd903905b614c16aa11b8eba4d5e1caf',7611,'* Finish task #5213.','Yagami','2019-01-23 15:27:37'),(5866,2,'2f5909ee29c8d7b251719916c5a3104445581fab',7610,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-23 15:22:21'),(5867,2,'a97b9deca2590d802b02afd6a810aff99d60f538',7609,'* finish task #5219.','wangyidong','2019-01-23 15:21:49'),(5868,2,'068773ddf418a27a23a179919a3315f931a06119',7608,'* Fix release marker bug.','Yagami','2019-01-23 14:58:53'),(5869,2,'eff13683fb93b30d30449ec1c753ac95678f7ba3',7607,'* Finish task #5223.','Yagami','2019-01-23 13:44:49'),(5870,2,'dfb6a386dd2f8ac0d88dec4c87152abc9938ae95',7606,'* Finish task #5208.','Yagami','2019-01-23 13:07:37'),(5871,2,'8e566448b1ed305c5b5c639ed1d1e49a35abcf31',7605,'* Finish task #5205.','Yagami','2019-01-23 10:43:46'),(5872,2,'6c8a9a1d00bd17603dcbafbce8837e442ac07dd0',7604,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-23 09:56:04'),(5873,2,'42e8537e0f532a05cf6d0612087aef7f23eede64',7603,'* Finish task #5206.','Yagami','2019-01-23 09:55:41'),(5874,2,'b7f7e7c4840a9bc9907112f3479cb1975aad9061',7602,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-23 09:54:32'),(5875,2,'7a5e06ba65d9261097a1b87c79892a5140853c94',7601,'*Lang chane.','reneeteng','2019-01-23 09:54:00'),(5876,2,'eb05f0a745f1a2375f89fd9f1b60ee1ce5a0ee79',7600,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-23 09:15:16'),(5877,2,'bace517b74b88f9e283c15356dde812f4fa84506',7599,'* adjust code for saveLogs.','wangyidong','2019-01-23 09:14:36'),(5878,2,'2e35f9b4cd325c3389dec4c99ee72af67e45460c',7598,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-23 08:59:26'),(5879,2,'71e04e17ae413c4c0fa7d3d55868310c8a8a3717',7597,'* Finish task #5211.','Yagami','2019-01-23 08:59:04'),(5880,2,'097c1ec481307605b90afd7dcd74cf5ac8c0cdce',7596,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-22 16:27:10'),(5881,2,'30fc17cb144906f0a9fdbdc3739f2110819cab5a',7595,'* finish task #5207.','wangyidong','2019-01-22 16:26:45'),(5882,2,'057f9d8ece4b3d29be7a3b70d739f342de965fcd',7594,'* Finish task #5209.','Yagami','2019-01-22 15:58:32'),(5883,2,'7ebc83744342724a5d5ed859dd6df0943674f76d',7593,'* Finish task #5213.','Yagami','2019-01-22 15:45:20'),(5884,2,'235b242290de5aea2c268a234f5e0b5594cf939b',7592,'* finish task #5203.','wangyidong','2019-01-22 14:29:05'),(5885,2,'36fced872a0450860ecf6cb63c4b3e1a3b0854c2',7591,'* Lang change.','reneeteng','2019-01-22 13:16:06'),(5886,2,'ed6172aab012b96aadebd7142112efa1ae593d87',7590,'* Finish task #5210.','Yagami','2019-01-21 15:55:36'),(5887,2,'042f217f27a54540e2387d5ce7f209ec918bfa5d',7589,'* Finish task #5214.','Yagami','2019-01-21 15:31:22'),(5888,2,'5eb78a12461ee6e29222576206464cf1e5be93f2',7588,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-21 15:09:00'),(5889,2,'ad15fff7eec1c9aa48f65bb3dc89e713fc1c3c7c',7587,'* Finish task #5217.','Yagami','2019-01-21 15:08:33'),(5890,2,'e01d3f34cc3dc038b60ac3f9aae2d8155cd9dc6d',7586,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-18 10:45:18'),(5891,2,'2ba3fbfa8ad03b5bf8affb36c45ab108eba7642e',7585,'*Change lang.','reneeteng','2019-01-18 10:44:50'),(5892,2,'91bb4a4ae23d55843eb23974b64f7604e7b1e44c',7584,'* change init lang of svn and git to common.','wangyidong','2019-01-18 10:33:06'),(5893,2,'28f014d766453c4b44601e5fe6befaa0aa943876',7583,'* Adjust Makefile.','chenfeiCF','2019-01-17 13:35:50'),(5894,2,'608257fdb0f36dfbed3a38df8ae054017b89fb30',7582,'* Delete some file which move to xuanxuan.','Yagami','2019-01-17 10:30:18'),(5895,2,'8beb1b1459af3729b0212ea643820a0df79c4e53',7581,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-17 09:52:44'),(5896,2,'885dbd44b07f27b362d2c2f7bf3a1d8d028efc90',7580,'* Lang change.','reneeteng','2019-01-17 09:52:15'),(5897,2,'574f7fba015f27b88b3d7cb862b73640728950f9',7579,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-16 16:52:43'),(5898,2,'2b2fb9840f3e66750825cdeb172523a0d8c7e7cb',7578,'* Fix chat lang.','Yagami','2019-01-16 16:52:18'),(5899,2,'cd3422f865a83dac858cf9556829e26a9acaf6ea',7577,'* Modified Makefile.','chenfeiCF','2019-01-16 16:50:41'),(5900,2,'4b33485a7fed7013f01807e450942ba0993f4ad2',7576,'* Change xuanxuan lang file.','Yagami','2019-01-16 15:05:00'),(5901,2,'f5cdd0a16e65077760f5792fe1e8b4f949016d33',7575,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-15 14:25:09'),(5902,2,'29659ce40f364ff94c00aa4c5ac851df44b497bd',7574,'* Delete chat/downloadxxd.php.','Yagami','2019-01-15 14:24:48'),(5903,2,'7418523c136857a2b01857e86903e3af3d8d4170',7573,'* adjust code.','wangyidong','2019-01-15 10:20:54'),(5904,2,'ee4766e6990ec491e7ef1a6658a4dda5ef2059a5',7572,'* Adjust for copy story desc when batch create task.','wangyidong','2019-01-15 10:03:38'),(5905,2,'cada6c243b72b67a2e9f7dbeb99c0f4384f8c728',7571,'* adjust for showDeleted custom.','wangyidong','2019-01-11 15:57:01'),(5906,2,'426073c758a5cb344e9dfbac5cac49460808db6f',7570,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-09 15:36:03'),(5907,2,'b0e8cd02cb071a708534e82e0c5c181e55a92f8d',7569,'* Lang change for 11.1.','reneeteng','2019-01-09 15:35:10'),(5908,2,'b2d8a9537ff818448dbeaaac91a1395c7edc7e7c',7568,'* fix bug #2345.','wangyidong','2019-01-09 14:23:19'),(5909,2,'9285458d46e46efdf33d5ccadcaa3d529cb5f2f8',7567,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-09 10:10:54'),(5910,2,'8d2e67a507fc40ff4b424cf3cb2c6699f4503270',7566,'* fix for delete product and project.','wangyidong','2019-01-09 10:09:57'),(5911,2,'04312accd617417b6b8b911180bf1ef321aa2305',7565,'* Fix bug: When edit module tree should show product.','chenfeiCF','2019-01-07 09:06:33'),(5912,2,'87d021776d8c59976bd7905af269e742d7e31e29',7564,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2019-01-04 15:11:36'),(5913,2,'0b348c617ce55339782fa0fdcce411fbe6f486ec',7563,'* Upgrade lang change.','reneeteng','2019-01-04 15:10:35'),(5914,2,'f4ec5d266e9e7d5c4c2349169b20586864f27448',7562,'* change new version and upgrade.','wangyidong','2019-01-04 13:25:22'),(5915,2,'6824d95b43cbdfa62b9901b9aee7277c6fde8547',7561,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-03 17:38:54'),(5916,2,'3684846de8c9b00e21c57efd08ef24bf109181f5',7560,'* finish task #7209.','wangyidong','2019-01-03 17:38:13'),(5917,2,'4ead396cf16d32f56eed38df48fe694341c6d88e',7559,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-03 16:38:23'),(5918,2,'da39a96bd2613df3412d4ebf288cc6a2f4f34ec2',7558,'* Delete feedback in open source.','Yagami','2019-01-03 16:37:47'),(5919,2,'aba75b1083cb131622c93cf2bde379fe7106ba61',7557,'* adjust code.','wangyidong','2019-01-03 16:36:24'),(5920,2,'b1e410f79e23f4efe64f828f9c492e687366554e',7556,'* adjust for show case import page.','wangyidong','2019-01-03 16:35:59'),(5921,2,'e648230b19b512b56ea6dc62efd335ecf2304adb',7555,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-03 13:52:41'),(5922,2,'7cafcbdabd870bc9099de67e027973d1e9b1ed76',7554,'* fix error for empty class and count task.','wangyidong','2019-01-03 13:51:08'),(5923,2,'0f17b4d16a4f81db99ee6f13e0afa41e22c1abfb',7553,'* Fix xuanxuan config lang.','Yagami','2019-01-03 10:47:47'),(5924,2,'de32295a354c7329b3960df69fcba7d9acbeb5ab',7552,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-03 10:21:16'),(5925,2,'44f689ed652649f3d9844b5d83da6944724f6849',7551,'* Fix caseheader.','Yagami','2019-01-03 10:20:55'),(5926,2,'4d38384b4148315d07bad2361970c7d945ff5d93',7550,'* finish task #7228.','wangyidong','2019-01-03 09:25:37'),(5927,2,'38387b8320c9f3ddee29e5fcae9d17bb249f5d69',7549,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-02 16:34:56'),(5928,2,'5ec47edcfccc09648e8ecf5ada68db79c214400c',7548,'* fix error.','wangyidong','2019-01-02 16:34:27'),(5929,2,'6c5d47915a43704f70588b5a0ba72f1b259afd43',7547,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-02 15:26:47'),(5930,2,'c0d4da2f0df80d628fb03f13996c51a8afb758a1',7546,'* Finish task #7232.','Yagami','2019-01-02 15:26:26'),(5931,2,'d1c12ca383cc1847cc322bcd5bc0b4a515bfad15',7545,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-02 15:16:11'),(5932,2,'d45b7a8ce97140041fe08d24c39854133d3f858e',7544,'* finish task #7227.','wangyidong','2019-01-02 15:14:56'),(5933,2,'20bf14db9cc4ac1277cc43983410a9d4592e90a8',7543,'* Finish task #5196.','Yagami','2019-01-02 13:50:40'),(5934,2,'0dceba2e102242ed989c9ba6b972f1b0b370f82a',7542,'* Finish task #5195.','Yagami','2019-01-02 13:13:10'),(5935,2,'936c2157df8748a8eab67ec29b0f81031cff1002',7541,'* Finish task #5197.','Yagami','2019-01-02 10:39:21'),(5936,2,'82ab82136fb0c0fb7508c6da43ce91b9c1f8afa5',7540,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-02 10:08:27'),(5937,2,'ed0692a545bbafcebff211bb51a3dc60226a1404',7539,'* Finish task #5194.','Yagami','2019-01-02 10:08:12'),(5938,2,'92f79a59adbc27d19d94ce96fcd094f3c5a91f06',7538,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2019-01-02 09:51:48'),(5939,2,'2b15b8d3c6f340009809c2e430bddb555b49cca7',7537,'* finish task #5201.','wangyidong','2019-01-02 09:51:06'),(5940,2,'c163f11b0fd01710010e27b8da4cdf9d9305cefc',7536,'* Finish task #5198.','Yagami','2019-01-02 09:46:49'),(5941,2,'cecc728d16133de0fe264436d5d38a1931b3698e',7535,'* Finish task #5200.','Yagami','2019-01-02 09:27:16'),(5942,2,'844c63cac5306b25abf02c51502e2ae66f785cbe',7534,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2019-01-02 09:24:00'),(5943,2,'700fffb44287d6323fd677d1b2cd35bb7c956484',7533,'* Finish task #5199.','Yagami','2019-01-02 09:23:35'),(5944,2,'79653612686c30a50a81d9a5fdafc8d171c8c5ce',7532,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-29 14:55:23'),(5945,2,'ca688aa2f80f7111908e0d146fcdbcb14fd7edac',7531,'* finish task #5182.','wangyidong','2018-12-29 14:54:51'),(5946,2,'78a2fc909998247fafe115160d3fd6e723e6e643',7530,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-29 14:43:05'),(5947,2,'dcf2c8095136ea6ada9586751f47a426ade08d71',7529,'* Finish task #5193.','Yagami','2018-12-29 14:42:45'),(5948,2,'0435d14b74bce8f85dc9a96315046d3e5d22529e',7528,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-29 14:24:59'),(5949,2,'0e3ef4a715cfa9ea796664b908801246be7916db',7527,'* finish task #5185.','wangyidong','2018-12-29 14:24:31'),(5950,2,'e8c04da4b0581feea955515746b091b5e97eea86',7526,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-29 14:04:27'),(5951,2,'851bcc28b33457fc46cb0c144fc33da77553b53d',7525,'* Finish task #5192.','Yagami','2018-12-29 14:04:09'),(5952,2,'4e2a7e81894d71ff7be45d6e98f804be04e55d50',7524,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-29 13:58:39'),(5953,2,'0db6ff757c6618a1b141aa5146ace7fcf310eb61',7523,'* finish task #5189.','wangyidong','2018-12-29 13:58:07'),(5954,2,'3d850bdc0a111831be9d173ff4bf5e74716857c4',7522,'* Fix task 5190.','Yagami','2018-12-29 13:43:29'),(5955,2,'3d34eb42e868b50d7049ec33dd3c75bebe840d05',7521,'* Finish task #5190.','Yagami','2018-12-29 13:41:36'),(5956,2,'5f5ee0f9cd765791ec717af1c153cba9c13b7781',7520,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-29 09:11:37'),(5957,2,'659b4542287d5282bdd0f84198509a93735ff27e',7519,'* finish task #5168.','wangyidong','2018-12-29 09:10:58'),(5958,2,'16e6d54a97f7284343242cdb8af1f8c2ee39de59',7518,'* finish task #5173 and bug #2325.','Catouse','2018-12-28 21:01:51'),(5959,2,'00b075ad9cd4444cc2bab1dd21bb32e98ef0d8db',7517,'* finish task #5175 and fix bug #2304.','Catouse','2018-12-28 20:35:21'),(5960,2,'125fecef580de293bcd69a86e4e363a6997995f7',7516,'* Fix task #5170.','Yagami','2018-12-28 14:27:38'),(5961,2,'5b98a87dddaf2698d1e079abcd96bf6611773996',7515,'* Finish task #7219.','Yagami','2018-12-28 10:57:41'),(5962,2,'b883da3ec9667883e730ff2d55599f757e009591',7514,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-26 15:53:19'),(5963,2,'798350dc733cb9a3425dd3f718dbc42c9bf46b94',7513,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-12-26 15:52:58'),(5964,2,'841cb608ccc318fdf2423509e9f265ccfbbc688f',7512,'* hide sidebar when collapsed.','Catouse','2018-12-26 15:52:47'),(5965,2,'8735d788e66a06e9ca7bfaafc67d465b7685ac55',7511,'* adjust for task #5180.','wangyidong','2018-12-26 15:51:53'),(5966,2,'e5f728c77b8505b07b63353d9b684586fb6122c2',7510,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-26 11:08:00'),(5967,2,'0063b4a86d581394dc97f629cc8bef7cdf4ac62a',7509,'* update zentao-integrated.','wangyidong','2018-12-26 11:07:21'),(5968,2,'923e4fb8fb986b756a6235b9e5b1db21e5b74579',7508,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-26 10:30:57'),(5969,2,'da57fc447d805056c240e3b929c6cbb35bd1f3c5',7507,'* Finish task #5170.','Yagami','2018-12-26 10:30:34'),(5970,2,'4554a44aae8fdf5123536c57e05fdd5dd447386b',7506,'* finish task #5172.','wangyidong','2018-12-26 09:47:05'),(5971,2,'2bd37a479ecf65976fd00bff6e0f740f1b7bd68f',7505,'* fix bug for tutorial.','wangyidong','2018-12-26 09:34:26'),(5972,2,'d2a90b028748adb9eadf461ab9eb5127a31ea1f8',7504,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-25 17:41:25'),(5973,2,'a7996d0b51571119fd98fe5f7018f41fc2821f01',7503,'* adjust for xx server.','wangyidong','2018-12-25 17:40:42'),(5974,2,'e724e43770d22f60c47f4f33c97ad1be0a60a9a4',7502,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-25 17:16:05'),(5975,2,'b17a9b526232ee7ff4e7484a6690e27a17eeaeaf',7501,'* Fix xuanxuan priv.','Yagami','2018-12-25 17:15:30'),(5976,2,'5a36a969708ac4d46df692155ca9a5b4e093bdb8',7500,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-25 14:15:37'),(5977,2,'46cfd4c19a95a11f08e11718d0ce969a937c35e9',7499,'* adjust for xuanxuan server.','wangyidong','2018-12-25 14:14:08'),(5978,2,'267834a69effd27a9288acad49dde74a176221dd',7498,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-12-25 13:56:40'),(5979,2,'be7391f64311ab917e3362c391355744c6c6b561',7497,'* fix close button not show when open datetimepicker panel by update zui.','Catouse','2018-12-25 13:56:22'),(5980,2,'f0e22859649b32acf4c9434df0af3c7e51c55027',7496,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-25 13:02:38'),(5981,2,'b390c49da8d2d0fc8823a8c321a674efcb606004',7495,'* Finish task #5167.','Yagami','2018-12-25 13:02:09'),(5982,2,'815b60d9e4a2f71f887a0b5a9e618ba09d2617ca',7494,'* update zentao-integrated.zip.','wangyidong','2018-12-25 09:05:13'),(5983,2,'184bb7114d1558c52e9bd604af4e59364832ea40',7493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-24 16:38:43'),(5984,2,'2e8e82f65ebba122cb3800b93a2e6bae994be31b',7492,'* update zui css file.','Catouse','2018-12-24 16:37:04'),(5985,2,'55a9c652796b4fac90653882cc5322e120d18aca',7491,'* Fix task create view.','Yagami','2018-12-24 15:05:54'),(5986,2,'9602746cab1c1655646633b67d38b2b1c03e690a',7490,'* replace zentao-integrated.','wangyidong','2018-12-24 14:48:00'),(5987,2,'3f7d659bcc8115ccdf8cc3145c2da02e7af03367',7489,'* Move my/ext/view to block/ext/view.','Yagami','2018-12-24 10:45:02'),(5988,2,'60cbbfe8a1f7641b8005eaa939142d0e4332d36d',7488,'* fix bug for onlybody.','wangyidong','2018-12-24 10:32:06'),(5989,2,'89efeaca7f54f07a346b55d6558db1992ac28e30',7487,'* adjust for with xuanxuan.','wangyidong','2018-12-21 15:02:48'),(5990,2,'391d407c9f2d482c7ef9826a7cbfd01a37a5098b',7486,'* Adjust submit lable.','chenfeiCF','2018-12-21 14:27:12'),(5991,2,'94af546018bd040ee69c919a24bcc97946989b36',7485,'* hide back button in xuanxuan.','wangyidong','2018-12-21 13:49:22'),(5992,2,'4fd5c5f4ef31b74901ab4cf7dbf66ee3e1acdb53',7484,'* change for zh-tw lang.','wangyidong','2018-12-21 13:37:59'),(5993,2,'ba46426f03014dcdb4d6a5e0d3aaedee6aa31945',7483,'* Add client help manual link.','chenfeiCF','2018-12-21 13:36:30'),(5994,2,'0db5be7da12b7e7fd539b3ed8c972a868242eee5',7482,'* fix for upgrade.','wangyidong','2018-12-21 13:19:34'),(5995,2,'1586f7428c0bdd13b7454be90af38f4ce5419ae2',7481,'* add zh-tw lang.','wangyidong','2018-12-21 13:06:14'),(5996,2,'73ef25cd9cad4d83cb8992b65053640db771cf63',7480,'* add for xuanxuan group.','wangyidong','2018-12-21 12:03:36'),(5997,2,'7e44c4b9c3fe4166cc02bf567c3399fb5e29adbe',7479,'* Fix my index notice.','Yagami','2018-12-21 11:17:59'),(5998,2,'627e93343804176599d75376804599f30a3fc378',7478,'* add new version and upgrade.','wangyidong','2018-12-21 10:32:26'),(5999,2,'680a7d0a4e7068a1abe27fdab352237b5a12086b',7477,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-21 10:31:59'),(6000,2,'92e61922e3b23513e594c55b1575da239a3422aa',7476,'* adjust for locate page after create.','wangyidong','2018-12-21 10:22:42'),(6001,2,'d7c6f3428861e35dd3927a6df1e0f5bfdb3ea72c',7475,'* Fix book link.','Yagami','2018-12-21 09:58:52'),(6002,2,'0e4885cb0d29d157e7fb39f7ec12d263b3153968',7474,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-21 09:11:17'),(6003,2,'091301181af294121e23e3a033bbdbf7c478109d',7473,'* Fix download xxd file name.','Yagami','2018-12-21 09:10:31'),(6004,2,'1864c50468d547f0d91091103500dd0de5700835',7472,'* adjust textarea height.','wangyidong','2018-12-20 17:40:58'),(6005,2,'b7b2504040c1b5ad8df71ef846be675442f54e5c',7471,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-20 17:19:56'),(6006,2,'b8647efe18273c8e28e00ac9b85f33805ce311ab',7470,'* Add notify help manual link.','chenfeiCF','2018-12-20 17:18:25'),(6007,2,'46bf4c9baa72c070b36bb7e6c0f11641f8132832',7469,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-20 17:18:20'),(6008,2,'920490847ed7d5910b321fe409724ca50b3f6eca',7468,'* adjust for xuanxuan.','wangyidong','2018-12-20 17:18:01'),(6009,2,'5ebceea09a114788d74667c1be5f3bb23edb26bf',7467,'* add project field for create task.','wangyidong','2018-12-20 17:16:50'),(6010,2,'dd1c5e071560d3198fa1df778389a4afe1d0414f',7466,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-20 16:49:41'),(6011,2,'ac162d1c1555e5dd5a88c645b617c7ed3940ece0',7465,'* Move xuanxuan notice file to my-index.','Yagami','2018-12-20 16:49:13'),(6012,2,'ae10b5ad4da37df8b5afd44736bbd4d1c15745e9',7464,'* Fix bugs.','chenfeiCF','2018-12-20 16:27:39'),(6013,2,'f2a11b2aca4a65bde133c55934fc0ad7b341a90d',7463,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-12-20 16:04:15'),(6014,2,'46f9eef6bfda5a96951b7a6265d319b4d7e9bcb6',7462,'* Lang change.','reneeteng','2018-12-20 16:03:55'),(6015,2,'6af2460b0b305937d346c79d1eb203d4ea6c5403',7461,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-20 14:55:44'),(6016,2,'7a8cc5c077f9689ef70855bb84a2b7262ea4934e',7460,'* adjust for check priv.','wangyidong','2018-12-20 14:35:11'),(6017,2,'557039cb078e95cc195533f85f74d62810df4fd3',7459,'* Perfect the notify api.','chenfeiCF','2018-12-20 14:13:50'),(6018,2,'78873c708445b94a0fc96e9a6e5ef255f60d97ef',7458,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-20 14:05:53'),(6019,2,'8c2ea9f91a0779a829dc6cd8bb84287e541fd62c',7457,'* Fix lang file.','Yagami','2018-12-20 14:05:42'),(6020,2,'176472a7a833ca57a71bdf2cf405313c9e5ec6f2',7456,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-20 13:53:40'),(6021,2,'422a87421a91089de50a9631cab17dfd31befc69',7455,'* update zentao-integrated package.','wangyidong','2018-12-20 13:52:06'),(6022,2,'1490b69ac91c0282491851488ab9bf02751aa6ad',7454,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-20 13:28:37'),(6023,2,'563ece6990920be71edd1d2af791c5b80f6b05e6',7453,'* Fix bugs.','Yagami','2018-12-20 13:28:24'),(6024,2,'501a5cbc4a8344182ae2d4ad48d36274f2e3e904',7452,'* adjust for download xxd.','wangyidong','2018-12-20 13:12:11'),(6025,2,'c9b2e5cc2b629c0626f55e2ec41f8c8ef76286da',7451,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-20 11:18:48'),(6026,2,'4eb64d59e21981865356818968742b8037c23dde',7450,'* Fix uploadFile size.','Yagami','2018-12-20 11:18:25'),(6027,2,'096ea509f07ca3d5d23892df27ee681d48833d16',7449,'* adjust for entry log page.','wangyidong','2018-12-20 11:10:28'),(6028,2,'e35503d49345b1ac5eabc34dc849c2dd2f06edfe',7448,'* adjust message setting for xuanxuan','wangyidong','2018-12-20 11:01:27'),(6029,2,'c72430be59defff9cfd1a959e882e7b34227c55c',7447,'* Add setting xuanxuan help.','Yagami','2018-12-20 10:43:56'),(6030,2,'19daa2b0b7e368d82bc6ab79e2ed872143fd90d0',7446,'* adjust for message setting.','wangyidong','2018-12-20 10:43:44'),(6031,2,'8f76ce4538c397b8feb8f5240c233dfb89c97172',7445,'* Change xuanxuan info alert to iframe.','Yagami','2018-12-20 10:16:08'),(6032,2,'5b8ef9e9b759e11b60c4b5f5098cdc95ea6c471b',7444,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-20 09:09:51'),(6033,2,'9b05905dc13411ea9be75831e86c48363a2e3e7b',7443,'* Fix notice xuanxuan and add xuanxuan lang.','Yagami','2018-12-20 09:09:13'),(6034,2,'5dfca3a73e52eb6639f3896a8eafab8410567a90',7442,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-12-19 16:53:41'),(6035,2,'df6ca192906bc896108ff3453bdc66e4ebdb41b5',7441,'* adjust for xuanxuan locate page.','wangyidong','2018-12-19 16:44:41'),(6036,2,'c37acdc8e79f0881787a90f8c87aceb75bc7558b',7440,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-12-19 16:43:12'),(6037,2,'ae4364a311b513ed2ba9f9b158ddcab9fcb4e818',7439,'* Test lang change.','reneteng','2018-12-19 16:22:14'),(6038,2,'d3fa148cb3d0ea19eb92b37374b0ec4e2a64ec6f',7438,'* close modal in xuanxuan.','wangyidong','2018-12-19 13:44:31'),(6039,2,'06e898ea57143a5d40a3430dc1f44b2bc99bad59',7437,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-19 13:19:51'),(6040,2,'48593cf917177bf36f9adcd4488c9e07f9446b51',7436,'* change zentao integrated package.','wangyidong','2018-12-19 13:18:56'),(6041,2,'e525c1c73145724d9064c31765c905ce65b525b8',7435,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-19 11:22:02'),(6042,2,'f768c24ffd94ce813ecfedddced310f002c9ad41',7434,'* Adjust for task #5162.','chenfeiCF','2018-12-19 11:21:44'),(6043,2,'abca247e8aab363efbd0a52265d6f64f9c196c64',7433,'* Fix lang root.','Yagami','2018-12-19 11:20:44'),(6044,2,'e0e412504ad6e3cdce70a2f06e1c25b56bf718fe',7432,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-19 11:17:44'),(6045,2,'400a6b9313564f9a22330312e3706a64de7a3276',7431,'* Fix common config bug.','Yagami','2018-12-19 11:17:17'),(6046,2,'4ac74dddf9bcd498b7a345292e87e93f20c88f28',7430,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-19 11:13:15'),(6047,2,'252ad1ef8e2aa726543eb08d810feeee0361baf9',7429,'* Adjust for task #5162.','chenfeiCF','2018-12-19 11:12:28'),(6048,2,'f5dbf291cbaf30190e678356eb01a9dbb7d7066d',7428,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-19 11:11:10'),(6049,2,'20f7e52241e46ada43b3424a36e7412a3d5c1470',7427,'* Fix download xxd bugs.','Yagami','2018-12-19 11:10:45'),(6050,2,'9844466a49d219616e19f95ed92c4489d0c29885',7426,'* adjust construct for pclzip.','wangyidong','2018-12-19 10:41:53'),(6051,2,'619a8302626fde3dfb801b0276ad304ecc611b2f',7425,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-18 17:21:57'),(6052,2,'ad609850ab132c282ad9d14078f014b5decf7603',7424,'* code for task #5156,5147.','wangyidong','2018-12-18 17:20:57'),(6053,2,'8543a1458b71f69b6eaa02ea18809aa0ecc64eb7',7423,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-12-18 16:57:14'),(6054,2,'9795502bae074c7a1253faf4c5329318600593e4',7422,'* COST lang change.','reneeteng','2018-12-18 16:56:15'),(6055,2,'7eab5eefa86e98ba70cf64baae17c6e231218ce7',7421,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-18 14:32:49'),(6056,2,'37c96cbfa67c2c59da850deb55cea139886ea47b',7420,'* Code for task #5156.','chenfeiCF','2018-12-18 14:32:10'),(6057,2,'b8b0a777f8f8444576fdc5af2e7c80b508680f47',7419,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-18 14:17:29'),(6058,2,'da8ab3422b33f0b439ef0747e10bbe7fe8ec2916',7418,'* Add common lang.','Yagami','2018-12-18 14:17:09'),(6059,2,'d055231fde5878c3cb351603121d24a3b6ec89f0',7417,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-18 14:16:52'),(6060,2,'5b611cd068722daaaa2c7974f66052a59119b06d',7416,'* Code for task #5156.','chenfeiCF','2018-12-18 14:15:14'),(6061,2,'893d43841b604b634a4de3626bdaf35946c2c131',7415,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-12-18 14:08:16'),(6062,2,'d347e5c4a824999c928144b2aec4ecdedb6d8887',7414,'* fix position of highlight item in chosen menu.','Catouse','2018-12-18 14:08:09'),(6063,2,'85b1d94fc74a9d96de525dd7ac1585d5dd9a912b',7413,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-18 13:55:26'),(6064,2,'841aa291f109f87343e6b7ba384d51528117c99b',7412,'* Fix bug,story create view.','Yagami','2018-12-18 13:55:08'),(6065,2,'c1184126475e79fdc1aaf5260d0ea734a2af512d',7411,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-18 13:51:34'),(6066,2,'bd7ed141464d181050dd00249a7fadd129c33a35',7410,'* delete useless file when upgrade.','wangyidong','2018-12-18 13:50:56'),(6067,2,'859dd5159620149ef0224ccab075fda94ab15b24',7409,'* Fix bug and story js file.','Yagami','2018-12-18 13:39:09'),(6068,2,'da327c30ae9189d74b64572f6fc30fa3a4ec9d08',7408,'* Finish bug, story view css.','Yagami','2018-12-18 13:35:48'),(6069,2,'5e749b2171e71b9f01f2e1bb18cd2655b1d7b861',7407,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-18 13:08:20'),(6070,2,'857b71ffecae0289effbff8075de795b5e85e90c',7406,'* Fix xuanxuan card header width.','Yagami','2018-12-18 13:07:37'),(6071,2,'e6bd9c4ae935be4995ff8bf39f3b22387da97ceb',7405,'* adjust for doc and testcase view page in card.','wangyidong','2018-12-18 13:03:50'),(6072,2,'bcf24e9f50343c93b0eea36a6b801384ec65acdf',7404,'* Finish xuanxuan bug view.','Yagami','2018-12-18 11:15:10'),(6073,2,'25ffec7ee2d45ad638e61d227abcfd325302ac63',7403,'* Finish xuanxuan bug view.','Yagami','2018-12-18 10:24:49'),(6074,2,'7c74014d005a1b4e5cae47ab97b716a66c88cd5d',7402,'* adjust for get css and js in xhtml.','wangyidong','2018-12-17 17:17:34'),(6075,2,'cb3a387e15263910d46955a8269f02f7c5375924',7401,'* fix for getJS and getCSS in xhtml.','wangyidong','2018-12-17 16:58:14'),(6076,2,'48fde44e1f29d3f28a13c6069047681c933ddf9e',7400,'* adjust for display param.','wangyidong','2018-12-17 16:32:55'),(6077,2,'3f7603a48370d3e266f3c0d9a6f548cb0d978184',7399,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-17 15:42:29'),(6078,2,'201e157ffd435feb7f98c4d137ab86cf1a958e68',7398,'* adjust for doc and testtask view for xuanxuan.','wangyidong','2018-12-17 15:39:49'),(6079,2,'14bb43df14e14612516d2d42fcace9ef8bb83025',7397,'* adjust for card.','wangyidong','2018-12-17 15:34:33'),(6080,2,'64d1c0b3b96921139fde4e63ef4014707783c314',7396,'* Fix xuanxuan config.','Yagami','2018-12-17 13:38:50'),(6081,2,'480883e61a450924148369b0318759e2ce1a090e',7395,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-17 10:50:30'),(6082,2,'a0313f93e106e5be6df0d3b99aaf6afdf37f79f9',7394,'* Finish xuanxuan bug view.','Yagami','2018-12-17 10:50:12'),(6083,2,'619f3970bb62749a1abff8a2deacb47b2fb6fdeb',7393,'* adjust for get extensions.','wangyidong','2018-12-17 10:41:00'),(6084,2,'d8fcc19b6042e04938e370e095f1071eb89e2aaa',7392,'* Show download client title instead of the icon.','chenfeiCF','2018-12-14 16:24:59'),(6085,2,'b77b5b00558799f7db36b017da5b05c1e936986c',7391,'* Finish task #5164.','chenfeiCF','2018-12-14 16:11:11'),(6086,2,'c254b9acbad9f31a8ac620d7800be25b42046d25',7390,'* adjust for xuanxuan card.','wangyidong','2018-12-14 15:55:35'),(6087,2,'d20dfa0b0550240916c945ea9ff200b7e2df5377',7389,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-14 15:43:57'),(6088,2,'ee83d6b495bebcf80f4bf750c65606fab31b8ae1',7388,'* adjust for testcase xx view page.','wangyidong','2018-12-14 15:41:01'),(6089,2,'dba1cbb7a116f80da19891cef01b9ff0c93ed10e',7387,'* add for doc/testcase/todo xuanxuan view page.','wangyidong','2018-12-14 15:37:52'),(6090,2,'2eb32fd6ba922c20eca22dcdfbca2dd702e742f0',7386,'* fix bug for block.','wangyidong','2018-12-14 15:37:15'),(6091,2,'8f9fea0cd8bcaf1159146f581e223934eaab5894',7385,'* adjust for link xuanxuan.','wangyidong','2018-12-14 15:30:43'),(6092,2,'f60f5b5bfb46fb680a29a6d363b5ac5e19520e43',7384,'* Fix xuanxuan lang file.','Yagami','2018-12-14 14:50:34'),(6093,2,'ca19df46c1e40e820fb3aedf823924ef5c2f4647',7383,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-14 14:34:14'),(6094,2,'80a896dbc406b9e45fe1d42708d37c144aba7cbd',7382,'* Fix setting xuanxuan method.','Yagami','2018-12-14 14:33:38'),(6095,2,'6c48f06b07a0724110f15d26df710b4932b0364d',7381,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-13 17:23:01'),(6096,2,'7a31343c0946969112b20bd92b5716cd93133ec1',7380,'* remove display param.','wangyidong','2018-12-13 17:22:31'),(6097,2,'552920fb6f5c8356bdbf65bbb053ef6646fdeeb7',7379,'* add zentao-integrated package.','wangyidong','2018-12-13 17:20:10'),(6098,2,'a1f0e21fd21a0369985d7d7560c4c789bad62f60',7378,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-12-13 17:03:24'),(6099,2,'6b72b4b62defcdc7dee7f445b5a261df1a6d3f67',7377,'* Change lang.','reneeteng','2018-12-13 17:01:22'),(6100,2,'3cb9c120fbff4aeb73820f15e0704d65aa9d8016',7376,'* adjust for xuanxuan.','wangyidong','2018-12-13 16:28:02'),(6101,2,'412e7e5bc359b253b48e763a1267c2969362dc4d',7375,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-13 15:50:08'),(6102,2,'c6c0e2fd115e80650aad99dcf248f3763de86775',7374,'* Change common footer to hook.','Yagami','2018-12-13 15:49:39'),(6103,2,'e93eba9bff3c05bfd4e550a28e49b759966bc5d6',7373,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-13 15:31:11'),(6104,2,'f214a07e3f56220fb43bf179b5985030011eb56d',7372,'* change for xx sso zentao.','wangyidong','2018-12-13 15:29:47'),(6105,2,'b04606130d0ba05ed2e24f11e80f7add89decc7c',7371,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-13 09:58:04'),(6106,2,'fe128e1c95a909bbdf2bfec51d8b6f8ba41f9ba7',7370,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-13 09:26:40'),(6107,2,'0e2e1f57ed700fcbf17236ad100429f070399202',7369,'* finish task #2340.','wangyidong','2018-12-13 09:25:54'),(6108,2,'369a40c24265f652a01275e0a2a7c95d5193bc38',7368,'* Finish task #5160.','Yagami','2018-12-13 09:24:53'),(6109,2,'79b442d71a3071e506e05139efdc0b8e2414d41a',7367,'* adjust for task #5152.','wangyidong','2018-12-12 17:55:24'),(6110,2,'699e5458d02dc5ce543cdd9d2658e2e9bf18fb55',7366,'* Finish task #5149.','Yagami','2018-12-12 17:12:43'),(6111,2,'83465688f87639565d9e79f4bbdeffdcbb359623',7365,'* Finish task #5148.','Yagami','2018-12-12 16:56:08'),(6112,2,'55d9d0fb6f72e0479ddba4508db6d024014ae632',7364,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-12 16:40:38'),(6113,2,'87209adcb7ccb55160ebb17d86f1edd9bd1fe91e',7363,'* finish task #5152.','wangyidong','2018-12-12 16:39:34'),(6114,2,'5307a1fd6c6f64a0cf0110bbbfde2f5e77fedd50',7362,'* Finish task #5150.','Yagami','2018-12-12 15:20:52'),(6115,2,'8208a1ea42ab7c7e8befbfa09f4228e1e15ccfea',7361,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-12 10:58:05'),(6116,2,'9f48f58bb01b01735eb81ebde1cbdea4ce16c782',7360,'* Fix xuanxuan bug.','Yagami','2018-12-12 10:57:54'),(6117,2,'89409fe3efcb6da35b7b3851949e4308bb6da685',7359,'* change for supper xhtml.','wangyidong','2018-12-11 16:38:03'),(6118,2,'dfe6066d78f941521d0a9b06db9e9ae58d7a8274',7358,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-11 08:55:20'),(6119,2,'d0637a83c3a9f81556898d93190e3009ae3ad85a',7357,'* Finish task #5162.','chenfeiCF','2018-12-10 15:04:05'),(6120,2,'672b811fe0640661ecdb47b9e1139c9dd135a5f2',7356,'* fix bug #2320.','wangyidong','2018-12-10 10:25:11'),(6121,2,'a46b37266c27fb8dfdf9408cb14c13d56d20c679',7355,'* fix bug #2247.','wangyidong','2018-12-10 10:01:53'),(6122,2,'641e48d2d66a448a09475d3a45d07e1cfd3765fd',7354,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-10 09:45:38'),(6123,2,'71e7c86e3ab9c5e5b992f2d966aab796a374e7a9',7353,'* fix bug #2318.','wangyidong','2018-12-10 09:44:44'),(6124,2,'1974dc2c1779440db1c2444374b8156196cfe6e1',7352,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-10 09:15:16'),(6125,2,'e08e8fa353fdcc7ef8eb781d18431fd9b1491057',7351,'* Fix downloadxxd view.','Yagami','2018-12-10 09:14:57'),(6126,2,'7e5e4577ec3887abf92d5bf0a037572f62aaf3e1',7350,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-12-10 09:11:40'),(6127,2,'462e273a9ce5e49b170836b11212e4ccdc300c22',7349,'* finish bug #2330.','wangyidong','2018-12-10 09:11:07'),(6128,2,'ba34a24db6a7898cef6af5bb88599d677ad820f5',7348,'* Code for task #5162.','chenfeiCF','2018-12-09 19:16:09'),(6129,2,'3e74b163984954998b0373e6554af4c2603324d7',7347,'* adjust for Notification.','wangyidong','2018-12-07 14:52:59'),(6130,2,'a34f925fc57b57f8927638b07122ad224fa480ed',7346,'* finish task #5158.','wangyidong','2018-12-07 14:51:47'),(6131,2,'f476a0acc91877f435c98747b46c259dae53b565',7345,'* Code for task #5162.','chenfeiCF','2018-12-06 18:58:15'),(6132,2,'0a8622231fba0d56421958617bc3cc112d93886b',7344,'* Finish task #5163,5160.','Yagami','2018-12-06 10:53:16'),(6133,2,'930bca4a119da209553ab7a088e44a75426018c0',7343,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-05 14:58:45'),(6134,2,'adc63ba1fb08dc9395e60f72c8fb33ed2ba53ed7',7342,'* Finish task #5163.','Yagami','2018-12-05 14:57:48'),(6135,2,'0c8f891767dd3b7bfd88bf09b26dbb5b9e851a48',7341,'* finish task #5158.','wangyidong','2018-12-05 14:49:13'),(6136,2,'efdce81b193d9a9e11fa9ba2c79032f1d3a2875e',7340,'* Add zentao extension for xuanxuan and modified Makefile.','chenfeiCF','2018-12-05 10:43:17'),(6137,2,'a05b7d4d4e6b814ba5df0fc94a5e8046152dd3f0',7339,'* Add download client method.','chenfeiCF','2018-12-04 15:52:00'),(6138,2,'aab0d16d1418c8fc205cf15dcbeb917fbbf3513b',7338,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-12-04 14:52:03'),(6139,2,'d4b4e911c06b0f5c7046729d316edfcaa740cca3',7337,'* Code for task #5162.','chenfeiCF','2018-12-04 14:46:34'),(6140,2,'854caa780e446d4a3955ac7ce10aefe37d5fb1d2',7336,'* adjust for 10.1 standard sql.','wangyidong','2018-12-04 14:15:16'),(6141,2,'8e296a179b0105ca64e812a50e0696ccd7a443c9',7335,'* Delete message modified.','Yagami','2018-12-04 10:42:33'),(6142,2,'930c89e6f9c0f3148205bd352e48048bbc3a812c',7334,'* Add zentao client setting.','Yagami','2018-12-04 10:16:45'),(6143,2,'ae1466a9d4cc80bafc5364586ebef89df2028271',7333,'* Fix bug #2313.','Yagami','2018-12-03 10:16:18'),(6144,2,'9db7dbd35cfb74323e27063f253609290b0ac56e',7332,'* Fix doc view css.','Yagami','2018-12-03 09:33:27'),(6145,2,'e77c2831ebe4ded67d69031d6af23f5e194ebc23',7331,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-03 09:05:49'),(6146,2,'1616c75317f052e6d5d1a1fa887957ff38ca0913',7330,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-12-03 08:57:06'),(6147,2,'c6d628164e24d3097c20026bc6870aa1453b1434',7329,'* change for zh-tw lang.','wangyidong','2018-11-30 10:57:43'),(6148,2,'9dece26563a2e83818a53a29910420ffafce5f3f',7328,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-29 09:53:02'),(6149,2,'b0734bc5b8afce351d1d6ec2bbbc83c192b0165c',7327,'* fix bug.','wangyidong','2018-11-29 09:52:36'),(6150,2,'10f320c56c210bfcf2273498e13dc85910334cdc',7326,'* Fix feedback bug.','Yagami','2018-11-28 17:24:50'),(6151,2,'326fb7249407fd61ad6ab30a8d305966187d7181',7325,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-28 15:49:24'),(6152,2,'732f7caa68a45ff65761e7dc7b8e7f398974fa62',7324,'*Minor change.','reneeteng','2018-11-28 15:48:58'),(6153,2,'ddef43324afcd11163b75c9e2faffc15b1fb1a3a',7323,'* Fix feedback moudle placeholder.','Yagami','2018-11-28 15:12:03'),(6154,2,'a287a86e8588c69cb3680fb924909656a1b594e0',7322,'* Fix module for feedback.','Yagami','2018-11-28 13:49:10'),(6155,2,'fb9e498ef6392b48df08b444fac96ae7e0a5861c',7321,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-28 13:05:10'),(6156,2,'f65f6db2a4eefa5fb70dfa93fe21b8c7d9ff1d90',7320,'* Add module to feedback.','Yagami','2018-11-28 13:04:45'),(6157,2,'c617950ac20cb38b2b7e341b2dba2d88f5cb02fd',7319,'* adjust code.','wangyidong','2018-11-28 08:57:04'),(6158,2,'f69fd87feb9bc9cd32ce20e86a4ea2d512641d44',7318,'* fix bug.','wangyidong','2018-11-27 09:03:01'),(6159,2,'78441e51f97505fceb928b9871d79ab6f7ff02ce',7317,'* adjust for product statistic block.','wangyidong','2018-11-26 10:46:25'),(6160,2,'4aa5c9e11b73ac7189ca95af556c55f0da3ffb96',7316,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-26 09:55:15'),(6161,2,'2ffaaa91a7e83bcc6b89bf56efc37b0b8a5be139',7315,'* Extension lang changed.','reneeteng','2018-11-26 09:54:27'),(6162,2,'7bc823d4902e8de5c80938c2a5fbb165a237e2d2',7314,'* fix bugs.','wangyidong','2018-11-26 09:01:16'),(6163,2,'83f8947ef734a01982c9b0c7fec94f13978cdd64',7313,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-23 14:56:44'),(6164,2,'d7dde0bc00a25c0783e9f25f8a179b6c3a3165bf',7312,'* Fix bug #2307.','Yagami','2018-11-23 14:56:23'),(6165,2,'8fb75c353a879f1949b210cb63bc4c10437a2c6b',7311,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-23 10:48:28'),(6166,2,'92854b5e5b477b8e91708c6988200b5df0fe98c5',7310,'* adjust for zbox curl.','wangyidong','2018-11-23 10:48:01'),(6167,2,'0009f5cc6616dcde3edd9bfbfc28ae5954a4e528',7309,'* Fix bug #2305.','Yagami','2018-11-23 09:18:39'),(6168,2,'78b165cd62d12f8d08f0bf36fad23b6aaa71c033',7308,'* adjust for check consistency.','wangyidong','2018-11-22 16:22:25'),(6169,2,'ad0eb0a7ba37569224c327f418834665257fd711',7307,'* add new version and upgrade.','wangyidong','2018-11-20 15:05:36'),(6170,2,'4473c05556a55ca0fe571e32e9d1559fdd2f7b2e',7306,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-20 14:12:59'),(6171,2,'47f0af80057a4a5d105aef6230c24cf21a8095eb',7305,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-20 14:06:43'),(6172,2,'6df216b795a8239b6a13fb919b36eb4bc4f13764',7304,'* adjust code for link doc.','wangyidong','2018-11-20 14:05:56'),(6173,2,'1a3c4f7af55116792666a6329e4fb73e2fab1218',7303,'* Fix qa index css and doc lang.','Yagami','2018-11-20 13:58:29'),(6174,2,'6b1f94243f4cc3c41ecaacb3fd8ffd9424577f54',7302,'* improve severity label style.','Catouse','2018-11-20 13:35:46'),(6175,2,'652fdcba6ead7e664050d78117c9be9d2c40e1a6',7301,'* code for task #5116.','Catouse','2018-11-20 12:09:01'),(6176,2,'001d8109845823993fa7c58c5f8eac23f274a6d8',7300,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # module/block/view/productstatisticblock.html.php # module/block/view/projectstatisticblock.html.php','Catouse','2018-11-20 11:57:01'),(6177,2,'f570a5872fa557b17c8cf99fcdc5f9adde2479d8',7299,'* code for task #5116.','Catouse','2018-11-20 11:56:33'),(6178,2,'e3e0e17a5ee404ef358f09ca89a13a73a56a2424',7298,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-20 11:18:21'),(6179,2,'7e871f2e95dfea196df86a43105ad65a57b0f93d',7297,'* Fix index project block.','Yagami','2018-11-20 11:14:52'),(6180,2,'95408a4142559d5b18d1b8015e94b3ac2d01a438',7296,'* Adjust code.','chenfeiCF','2018-11-20 11:14:06'),(6181,2,'470e5d4e86e0feb6ea93e3a5ac75d3a232b0c70d',7295,'* improve UI of statistic blocks.','Catouse','2018-11-20 10:49:54'),(6182,2,'391838d5b52ae39d6ee70fb9c7e11a506316110b',7294,'* code for task #5074.','Catouse','2018-11-20 10:43:18'),(6183,2,'5a74a30ec3bfaebed29fd336a69e56ae0a497da2',7293,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-20 10:34:59'),(6184,2,'6480f583752e7e7973a0a944e0fb1ba66369b86f',7292,'* improve create btn style in dashboard.','Catouse','2018-11-20 10:34:54'),(6185,2,'35632372759a329ab1abf27f6c384148944c2788',7291,'* Fix doc fullscreen.','Yagami','2018-11-20 10:19:53'),(6186,2,'8cd37c37e19f51a9d86ffe43265e4918b4b96d07',7290,'* Adjust code for task #5060.','chenfeiCF','2018-11-20 10:12:15'),(6187,2,'58ddcf54896166b7fca07daead9c3586ba7c6980',7289,'* code for get extensions by api.','wangyidong','2018-11-20 09:53:44'),(6188,2,'1bd0234675aabcd75f7678851969bc261d539477',7288,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-20 09:43:27'),(6189,2,'c32562cc46e12bee8f09002654908b281de376dd',7287,'* fix divider in actions toolbar.','Catouse','2018-11-20 09:43:22'),(6190,2,'68840fe795718de887e799214242d4a4352d3793',7286,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-20 09:30:21'),(6191,2,'56e8978654ea1eae7372187af69d9254ab13d0d7',7285,'* Fix doc fullscreen.','Yagami','2018-11-20 09:29:50'),(6192,2,'07053781c64ed519d23e60070d77105b6511e192',7284,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-20 09:25:29'),(6193,2,'56b5881790b9f9a5c855d41a38caa0801f13b617',7283,'* adjust for url card position.','wangyidong','2018-11-20 09:24:28'),(6194,2,'00c74cba2699e448daaa556aa983dad1bc123212',7282,'* code for task #5086.','Catouse','2018-11-20 09:10:51'),(6195,2,'b8ccb1542e27dbc8c709d851ab5e5b2dc118ea96',7281,'* code for task #5074.','Catouse','2018-11-20 09:10:12'),(6196,2,'e87f44e6af53a84e596509714d847c16b7ebeb2c',7280,'* code for task #5086.','Catouse','2018-11-20 08:59:00'),(6197,2,'6c447de480012e1dbfb65c58a86760e87569e834',7279,'* code for dev group.','wangyidong','2018-11-19 17:25:29'),(6198,2,'e576594489db6ae80b2cd662a93d33f854b838e1',7278,'* code for remove isdoing param.','wangyidong','2018-11-19 16:54:02'),(6199,2,'b58fb37eb3b1a3ae32e1e7b1bfdda4d6e3033aa2',7277,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-19 16:37:42'),(6200,2,'81c64773b43f716e266d35d0d1c6cd3f7f345348',7276,'* adjust code for backup.','wangyidong','2018-11-19 16:37:21'),(6201,2,'043189a3763f1586094305f5877b3619297732e4',7275,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-19 16:14:34'),(6202,2,'6fbc3adee10c14a30dd565fd99825d9b8a1a8efc',7274,'* Fix upgrade 10.6 logic.','Yagami','2018-11-19 16:13:53'),(6203,2,'18452bba9c0d3738b0ac88a25ef0c48d0b8189fe',7273,'* Adjust for task #5106.','chenfeiCF','2018-11-19 16:07:45'),(6204,2,'6e71947629f2d47353d5615467c01414ff543628',7272,'* Fix testtask action.','Yagami','2018-11-19 16:00:52'),(6205,2,'7b89f7a1fcf6013cb85d071124813c3dd88907be',7271,'* fix #module dropdown not hide when #lib chosen dropdown show.','Catouse','2018-11-19 15:53:48'),(6206,2,'8be7a334bf741ccbb540aef4fd20836127cc27fa',7270,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # module/tree/view/edit.html.php','Catouse','2018-11-19 15:46:57'),(6207,2,'fbcbf1d364a2a64d792d7815faf9219d757d3110',7269,'* fix #parent dropdown not hide when #root chosen dropdown show.','Catouse','2018-11-19 15:46:31'),(6208,2,'dddbb2e523b7662db2d8c260052208a9b0a7ac11',7268,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-19 15:44:54'),(6209,2,'e510114d287bf225fb0376bd53aac84df9807c8c',7267,'* adjust code for backup.','wangyidong','2018-11-19 15:44:30'),(6210,2,'9f94105a8c0f6a80af9f36e6bf2190ab96b3f776',7266,'* Fix review story field display.','Yagami','2018-11-19 15:36:21'),(6211,2,'c147ea7296e89bbe4120ddd1c38f0c4bd0a8ed0b',7265,'* Fix doc view css.','Yagami','2018-11-19 15:27:29'),(6212,2,'1d72c2ef7108aab2f210425ebb28427a159b04fd',7264,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-19 15:23:44'),(6213,2,'ecf4ffafe16a9fef415e8d1f138502bbc6e30b2f',7263,'* Fix doc getlibs method.','Yagami','2018-11-19 15:23:21'),(6214,2,'af1124ab3f4958fbbdef5b0660ec219a4221180b',7262,'* Code for task #5081.','chenfeiCF','2018-11-19 15:18:56'),(6215,2,'0a1f17db54099647a92157f349fcf42baf2245f4',7261,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-19 14:51:00'),(6216,2,'defe22ca46f77c7e20e177054e0a725016bf65a0',7260,'* Fix block link.','Yagami','2018-11-19 14:50:32'),(6217,2,'dd334ee1610212c2738fe6d9583b9e5b8d7b3c36',7259,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-19 14:44:53'),(6218,2,'4809e3d1ea95e494e218ddf4c7b403973163e7b6',7258,'* adjust code.','wangyidong','2018-11-19 14:43:49'),(6219,2,'072f46710cf581e8a8f2ee84ce129a58097e5aaa',7257,'* Finish task #5132.','chenfeiCF','2018-11-19 14:37:48'),(6220,2,'7e7a6a1ba578ebdc4250ce4d50730e71d28d6927',7256,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-19 10:14:42'),(6221,2,'a3513f0b3485b072d904cc8e435024fbba6ea9bf',7255,'* code for task #5094.','Catouse','2018-11-19 10:14:36'),(6222,2,'18aada49217d7b4620dabd764c07c6916be36032',7254,'Update README Update urls and lang','Renee','2018-11-19 10:07:32'),(6223,2,'f9db113a0b53423b3d17d190b84a59677e5c8a30',7253,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-16 16:34:18'),(6224,2,'b6e41d22c325dfc2113bb2418793308994290dee',7252,'* code for task #5060.','Catouse','2018-11-16 16:34:12'),(6225,2,'8f0288be1307a7dd55a5191dc8bebbb50ae93e5e',7251,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-16 16:24:42'),(6226,2,'9c8bdabaaa3c9d9ccf3261b95b396e61c44ba226',7250,'* fix bug #2298.','wangyidong','2018-11-16 16:24:14'),(6227,2,'5f8caaec24c9253a01d76215b651cd267f27a6dd',7249,'* Fix bug #2278.','Yagami','2018-11-16 16:23:30'),(6228,2,'a2b8ad8957e4bcb06aaa7a73263f0b89254f0991',7248,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-16 15:30:52'),(6229,2,'6ca663dc5173f7d38ed7243a767e70974e61d622',7247,'* Fix bug #2279.','Yagami','2018-11-16 15:05:42'),(6230,2,'3fd9896407f52da2bda60a085ccc5211be71ae8d',7246,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-16 15:00:24'),(6231,2,'57f9f1322e894ef33d7d786bc3c5a481226ca166',7245,'* fix bug for testreport edit.','wangyidong','2018-11-16 14:57:41'),(6232,2,'190398b7d9c3418a432cd214afd24a6a1e581ccc',7244,'* Fix bug #2280.','Yagami','2018-11-16 14:56:01'),(6233,2,'03fb21c7106c85170a68d1cfe86f0a2ecca90956',7243,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-11-16 13:24:59'),(6234,2,'0cedebe922c4e10c972e6f35619e59ee6fad685c',7242,'* Set min-width for groupAndOr of search form.','chenfeiCF','2018-11-16 13:23:28'),(6235,2,'051db182d8d8e113c19ab3b21b03a8104b4ca053',7241,'* fix bug #2283.','wangyidong','2018-11-16 13:23:19'),(6236,2,'250088121ddf4ec7efa92602e9cabe4f7e9229f4',7240,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-16 13:13:59'),(6237,2,'a60bf79ba3a389dbbea4db421b6ae957f194fade',7239,'* fix bug #2285.','wangyidong','2018-11-16 13:13:32'),(6238,2,'be110033d6af5f4795bb043db484041ff4eb16b1',7238,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-16 13:07:17'),(6239,2,'0d376d0f5214a25dee2023d66d5556b0e764a26a',7237,'* Fix bug #2288.','Yagami','2018-11-16 13:06:59'),(6240,2,'8c2c63bb6326c85aeeddf646047e863e8ed16e18',7236,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-16 11:28:48'),(6241,2,'87b17af92c2f5973576bce4a3d339cc868d29b67',7235,'* finish task #5063.','Catouse','2018-11-16 11:28:42'),(6242,2,'8c17b6c61b58ed550e099d6a517a073942a94007',7234,'* fix bug #2290.','wangyidong','2018-11-16 11:25:16'),(6243,2,'22a149dd4432f368a80cf793ee5bd87d5704deab',7233,'* fix bug #2230.','wangyidong','2018-11-16 11:18:33'),(6244,2,'1a39d023f38e0caae6991abb26e7c1ce99b2f291',7232,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-16 11:02:52'),(6245,2,'e1bccfb4c0301754d7ad73acb1eded85896dc649',7231,'* fix bug #2257.','wangyidong','2018-11-16 11:02:21'),(6246,2,'17365e9a6d43439045fc791a24cb4fca5b193314',7230,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-16 11:00:50'),(6247,2,'7154e289b637acdeee0b85f340c9ffa06c915e1b',7229,'* adjust style of .article-content element.','Catouse','2018-11-16 11:00:43'),(6248,2,'d8250402c4f500faa96096daea7259833983fe0d',7228,'* finish task #5074.','Catouse','2018-11-16 11:00:26'),(6249,2,'93bde020e27f03b01cfdc61b3f0581cf4a9de4fc',7227,'* Fix bug #2294.','Yagami','2018-11-16 10:19:09'),(6250,2,'6d03636c693f5ed0e4a1c537dce4e2d162ac2159',7226,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-16 09:48:22'),(6251,2,'cdbf1487ace2c829b6d0bde90d7a76b16f1192f3',7225,'* Fix report empty value.','Yagami','2018-11-16 09:47:55'),(6252,2,'05a48efe9089d2dc09e1138e0a51fe7cd7679ac4',7224,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-16 09:46:05'),(6253,2,'0c4c90cfddcf8efafc8e3c342d65a34973542a37',7223,'* finish task #5094.','Catouse','2018-11-16 09:45:55'),(6254,2,'6bb2a93ffcbf875de003fab189c33fe2b353900e',7222,'* Declare array.','chenfeiCF','2018-11-16 09:35:56'),(6255,2,'239644b36285d72887a1b4609aa6697051ab8c2d',7221,'* Adjust lang item.','chenfeiCF','2018-11-16 09:35:30'),(6256,2,'f3fe52df6d8216e8d9a459ecfa421d2946dc3237',7220,'* Fix bug #2296.','Yagami','2018-11-16 09:14:58'),(6257,2,'976e644f9f13817cdb86bc9fa09baf6c2326b4d8',7219,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-16 08:45:05'),(6258,2,'bd38aa3e86d08d496041f5627460677500046174',7218,'* adjust for count method with group by.','wangyidong','2018-11-16 08:41:19'),(6259,2,'f34441056e66fb142063fa84dd6187072fc9f31a',7217,'* finish task #5089.','Catouse','2018-11-15 18:38:53'),(6260,2,'8e1eb69722edb9cbee6b80236719289fa87d7637',7216,'* code for task #5103.','Catouse','2018-11-15 18:19:57'),(6261,2,'daa4c9c7cff6673984860641a73efc89fd85aa43',7215,'* format code.','Catouse','2018-11-15 17:49:06'),(6262,2,'95e6ca3a604bfd290b2ffc83b613109fc302a00f',7214,'* fix ajaxform error.','Catouse','2018-11-15 17:48:57'),(6263,2,'4385c74bc8890306d31fdebd46ba8a791deae0f0',7213,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 17:26:43'),(6264,2,'35dff92f83ac010e0787baca7766b01089ee96c6',7212,'* finish task #5107.','Catouse','2018-11-15 17:26:38'),(6265,2,'d9c1232bd82670304f586cc55e212fb35623d562',7211,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-15 16:53:02'),(6266,2,'1cb6d3b4d0ced937dfb83dc7c5e11d8f71ce1649',7210,'* adjust for check consistency.','wangyidong','2018-11-15 16:52:32'),(6267,2,'630d47d93b809d2c6087b412b2f3ac4d36f92b8e',7209,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 16:38:43'),(6268,2,'514b23c7f42f2c0deaff5e71d54149e170b5c8f8',7208,'* finish task #5115.','Catouse','2018-11-15 16:34:13'),(6269,2,'138b2bdafbfbd4fff60856430cf40a96f4520c9a',7207,'* fix bug #2035 and finish task #5134.','Catouse','2018-11-15 16:25:55'),(6270,2,'3e17336831b060741c9b507b72ca90da61338cf4',7206,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 16:25:53'),(6271,2,'66ac1b9012452504289ba4456841e2034f0aacbd',7205,'* Finish task #5116.','Yagami','2018-11-15 16:25:37'),(6272,2,'66f6f1d76147a5bfce1d5b61123e735076198c57',7204,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 15:40:03'),(6273,2,'ceed1e4821e5d18ab78b15a51ebdaedbb05f3098',7203,'* finish task #5141.','Catouse','2018-11-15 15:39:42'),(6274,2,'3241b0a970ea169263e0cbf5904d6deecfcf7a8e',7202,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-15 15:39:03'),(6275,2,'e8af92a1669b75d43283780c7122fff613f8f08f',7201,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-15 15:38:34'),(6276,2,'d2d421c9fb4adc27c31c7ef6ecfa53d0d99ec627',7200,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 15:36:48'),(6277,2,'e481a5496f1f53dccce621ad6110d039ee1966e8',7199,'* Finish task #5116.','Yagami','2018-11-15 15:36:11'),(6278,2,'8bef03e8f306f247449fd9116d3c918fab922e74',7198,'* finish task #5057.','wangyidong','2018-11-15 15:35:19'),(6279,2,'8387e4960222a061e66d4df26fba11d00c2bf484',7197,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 15:30:25'),(6280,2,'2cf4be7d7b4c619d291403bb46fafd7bdfa9a79f',7196,'* finish task #5088.','Catouse','2018-11-15 15:29:48'),(6281,2,'496964c1b0f724ee2f0a5acc7ae98cc8c653440e',7195,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-11-15 15:21:16'),(6282,2,'cefdbaa5d36873bb010f03d05d52bc90f8aa6ead',7194,'* Finish task #5133.','chenfeiCF','2018-11-15 15:20:42'),(6283,2,'9fc889340f4e4abbd48d835bf66f7a56f557a9c8',7193,'* finish task #5086.','Catouse','2018-11-15 15:19:39'),(6284,2,'52ecb55c52bdea3ecdbc4e6cfccfcc2da8d7475e',7192,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 14:22:49'),(6285,2,'aa5031778d8be54a7ee7e98fbf28a9722cb21187',7191,'* finish task #5060.','Catouse','2018-11-15 14:22:43'),(6286,2,'1650ba3592eb0695ec698a96a5c49e4086f473d5',7190,'* Finish task #5129.','chenfeiCF','2018-11-15 14:10:27'),(6287,2,'48f425f1806d52106378e2e1c0a017273b070be9',7189,'* Finish task #5128.','chenfeiCF','2018-11-15 13:43:28'),(6288,2,'c4e1908371524eb2aca013dcb2cccac41abff92d',7188,'* adjust for backup.','wangyidong','2018-11-15 13:32:54'),(6289,2,'691cd7646e5041e6e46ede221dade61694baea20',7187,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 13:09:29'),(6290,2,'f1db7cd1a8e0d6909fa1f012e14e7141a4e8f9bf',7186,'* Finish task #5114.','Yagami','2018-11-15 13:09:05'),(6291,2,'263153b6c87e7ca6f47b9965c68bcbba995e43cb',7185,'* Adjust for task #5126.','chenfeiCF','2018-11-15 11:19:33'),(6292,2,'4cfcbd291e2ad3e9dcf26fbd6454f4a216a46ac5',7184,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 11:03:58'),(6293,2,'9367e36fb97c3127a8a7678b5106131560c985dd',7183,'* update ajaxform.','Catouse','2018-11-15 11:03:52'),(6294,2,'d2398049d2a8ca63299c0091a3d04277d08f42e2',7182,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-15 11:01:33'),(6295,2,'ba3430ad67d19c75c6bc19c91921f93b29ffda29',7181,'* adjust for en lang.','wangyidong','2018-11-15 11:00:50'),(6296,2,'b94614c9c762502a6917ba96d64f7cce867aac5f',7180,'* Finish task #5126.','chenfeiCF','2018-11-15 10:59:48'),(6297,2,'fa7e25f966368e889d36b21fbb5c583892d8c2f7',7179,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 10:35:46'),(6298,2,'f772d46bcccb88eeb2641167f8ce4953e7ac1137',7178,'* Finish task #5068.','Yagami','2018-11-15 10:35:27'),(6299,2,'419afb85090f6eae1df1d8c566d7370851539857',7177,'* Finish task #5135.','chenfeiCF','2018-11-15 10:34:20'),(6300,2,'22644614e61d9323eccbbbec75032541534af7b6',7176,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-15 10:18:41'),(6301,2,'c8c769427af656009e1c6d1dce704c8a49bdabf2',7175,'* fix UI of testcase/create view.','Catouse','2018-11-15 10:18:36'),(6302,2,'f724c7ddb63eebcc28d03cdacd883880ad9c7166',7174,'* fix ajaxform not work.','Catouse','2018-11-15 10:18:14'),(6303,2,'0c736904d47f98f3b6ee51d60519536263b48a6b',7173,'* Finish task #5090.','Yagami','2018-11-15 10:04:39'),(6304,2,'37e2c1205afd6e3bac87afeb6a7f2134ed587c9f',7172,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-15 09:57:57'),(6305,2,'b9e4f1c766c9442d1542e9da7bec35e5cc6434fa',7171,'* Lang optimized.','reneeteng','2018-11-15 09:57:30'),(6306,2,'43816350b0c361f27db7c7ec8eecd4b11b4af68f',7170,'* Fix project menu order.','Yagami','2018-11-15 09:10:17'),(6307,2,'7bda99a84be063cdd32e39bc44991e793e01a192',7169,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-15 09:08:25'),(6308,2,'e6feb5f675ac1b427098aacec453a0c6222cb4d6',7168,'* Fix project menu.','Yagami','2018-11-15 09:08:01'),(6309,2,'0f455e04bf8d2015fbff9e85f369cb8499eb74f3',7167,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-14 16:58:15'),(6310,2,'f8b08d842be5c6eaf4aae6601a34e4946ed87bb9',7166,'*Change lang.','reneeteng','2018-11-14 16:57:42'),(6311,2,'94c6ecedf6730c602351d210bb409838eda51c74',7165,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-14 16:28:24'),(6312,2,'8b71c1ea3aa44765d9d6519de3ddc70091af41ba',7164,'* Finish task #5142.','Yagami','2018-11-14 16:28:07'),(6313,2,'e3efb2e5af593542d8309b9bb1ecabd56d2137c9',7163,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-11-14 15:30:33'),(6314,2,'d383aeb1a8ec7b1493078bf52be909a0b47a5a33',7162,'* fix title attribute int datatable not work.','Catouse','2018-11-14 15:30:19'),(6315,2,'d81aef132ce568f791e8886b2919cb30a5d4e461',7161,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-14 15:21:01'),(6316,2,'65ba8a478688a77429642c8fedff90f9a81778da',7160,'* Finish task #5077.','Yagami','2018-11-14 15:20:39'),(6317,2,'2771600905472ca9f215a8f393aa5aadf34a0e72',7159,'* Finish task #5124.','chenfeiCF','2018-11-14 15:20:26'),(6318,2,'4a021cb8a5e9f4de23c2d09372fea6be53ba67e3',7158,'* Finish task #5123.','chenfeiCF','2018-11-14 14:52:00'),(6319,2,'f37251a73485da41b39475df16523a39a6c2578c',7157,'* Finish task #5119.','chenfeiCF','2018-11-14 14:34:04'),(6320,2,'2d26caad2e710f79a6e67f7fba69e4b1cebe94b4',7156,'* Finish task #5084.','Yagami','2018-11-14 14:10:23'),(6321,2,'bf1dc7be3f93c4d8d52eace184e6e29d49afc885',7155,'* Fix child task bug.','Yagami','2018-11-14 13:52:02'),(6322,2,'1024ca63764d3902fd99f962fd5e54a3c9665419',7154,'* Fix task main menu.','Yagami','2018-11-14 10:51:40'),(6323,2,'581584286b432e83030fc3e916790e178dc5cff5',7153,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-14 10:48:06'),(6324,2,'669aa803ae2e2bb41a9646aaebfdf4fd5cfef641',7152,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-14 10:47:36'),(6325,2,'d4d9cef1dfa4ed8aeca9b790d0d7f9585a5436d8',7151,'* Fix testsuite createcase view.','Yagami','2018-11-14 10:47:00'),(6326,2,'55d571936914f244de960239cfc7408e3f969cc2',7150,'* code for task #5066.','wangyidong','2018-11-14 10:46:44'),(6327,2,'c487cbcf9b71895f174f2af0fe560ddaa68a7200',7149,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-14 09:25:00'),(6328,2,'80f3dca2ad8c3115574ba6905db9a6a6e871b069',7148,'* finish task #5066.','wangyidong','2018-11-14 09:23:13'),(6329,2,'ca70a83395ce3e52ac13628176faf0416f75540a',7147,'* Adjust for task #5111, #5106.','chenfeiCF','2018-11-13 17:28:12'),(6330,2,'cae5cb78c52773f889994416b9c021f0adcb8535',7146,'* Finish task #5118, #5122, #5125.','chenfeiCF','2018-11-13 17:23:51'),(6331,2,'54b8536e8b31613be0f41ba863974b8535d6b3dd',7145,'* Fix parent task bug.','Yagami','2018-11-13 17:00:17'),(6332,2,'5d1e76c14d7e8150f8117640394de94fe6d0fd38',7144,'* Fix edit parent task bug.','Yagami','2018-11-13 16:41:08'),(6333,2,'95d6bf9c6b5ec9d8cb6cf8f11436dfe98388a8cf',7143,'* Add custom filed to testtask.','Yagami','2018-11-13 15:36:15'),(6334,2,'635499b55184ad92176f8b59c81c206f9b2c1232',7142,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-13 15:32:56'),(6335,2,'1c7e1a6ece094c4f0889c8c82ef59e99a0d5636a',7141,'* Finish task #5112.','Yagami','2018-11-13 15:32:15'),(6336,2,'4639de2307ea1f731ce828f0f6e387f3cfd7a704',7140,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-13 14:50:33'),(6337,2,'643316db3f2170c83c0b886ada3fd3a262f18409',7139,'* code for task #5055.','wangyidong','2018-11-13 14:22:20'),(6338,2,'7c348ba6655c961dd3e19f3ec43ad495ab113e84',7138,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-11-13 13:49:29'),(6339,2,'424a98db4ada5ebcb0775d90944aeebefa1550a6',7137,'* Finish task #5111.','chenfeiCF','2018-11-13 13:49:08'),(6340,2,'b88d9ecc0712d14757bba9fb86ec0ed838c6837e',7136,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-13 11:26:00'),(6341,2,'72a92afde72884c539da55b6eb7196c2c34ee1c7',7135,'* finish task #5076.','wangyidong','2018-11-13 11:25:33'),(6342,2,'05cf1e5a346f4579983053db45dc9cd9a61c3d4d',7134,'* Finish task #5110.','Yagami','2018-11-13 11:12:23'),(6343,2,'30353dc9d45dfd04f9e4d63eb9139b62c344d84b',7133,'* Finish task #5113.','Yagami','2018-11-13 10:04:31'),(6344,2,'834dc8e2faff3a9a1c0501127315ab64ba146203',7132,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-13 09:51:50'),(6345,2,'3f5f48fd50c7753f08121f004d7b5f8a273af9c7',7131,'* finish task #5078.','wangyidong','2018-11-13 09:51:17'),(6346,2,'c30ce17efc325a03e291a2d311ce0c7988d9ecc4',7130,'* Fix error variable name.','chenfeiCF','2018-11-12 17:41:30'),(6347,2,'b9604429996e8cd34c3cee6494a6c75e76e05ce6',7129,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 17:10:42'),(6348,2,'70e0591023a47e141bb976357e1cc04a2144ef0e',7128,'* Fix parent task status.','Yagami','2018-11-12 17:09:27'),(6349,2,'12eb5a8b6f03d9278d49f9ba186d99599b58d9df',7127,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-11-12 17:00:52'),(6350,2,'b863fe5f92e354101cab49c9febb2b57e390e7c7',7125,'* Finish task #5109.','Yagami','2018-11-12 17:00:22'),(6351,2,'92ce72bfadd95ad9d17a83a898b006f3a098e7b8',7126,'* Finish task #5106.','chenfeiCF','2018-11-12 17:00:22'),(6352,2,'ca488859261aa930523891fc709b4090fda6b9a3',7124,'* Fix project warning.','Yagami','2018-11-12 16:39:56'),(6353,2,'e29d9990aa71611abea04b537cbfa678e1d584f2',7123,'* Fix module orderBy.','Yagami','2018-11-12 15:55:47'),(6354,2,'9a2a2b234ddc10541a62db6cfbbb7ff3c71847e3',7122,'* Fix module orderBy.','Yagami','2018-11-12 15:52:20'),(6355,2,'dd052ef32cd9cd1e9b87a110345ca7f4b7bc7ce8',7121,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 15:39:58'),(6356,2,'59071fe947564d52c0c5d054f431d73dd1af65d5',7120,'* Finish task #5108.','Yagami','2018-11-12 15:39:46'),(6357,2,'f51cdbbae4de334e40d8ea2ebc2e6eb735987711',7119,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-12 15:26:29'),(6358,2,'191c720d506acc7f92f6fd505d6816a3b1865d40',7118,'* Change project view lang.','reneeteng','2018-11-12 15:24:51'),(6359,2,'b22c8ca558ba39c4532e87e3e6d2ef4ff2bdeaff',7117,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 14:44:39'),(6360,2,'bff8f0161af7932cd3eeb4fc0933a490cbdc2143',7116,'* Finish task #5105.','Yagami','2018-11-12 14:44:27'),(6361,2,'cfeb9b483e3c33b4aeebf2a2550f3b0f84787505',7115,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-11-12 14:21:54'),(6362,2,'2b47dbed37e5fbea617d497d11332ad559a3cff5',7114,'* Finish task #5085.','chenfeiCF','2018-11-12 14:20:59'),(6363,2,'470c97a7cd89d3c9cab2a400a71e4222a887bccf',7113,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-12 14:18:26'),(6364,2,'4c5e97cb2e4f20a3eba32b9049ee0c6b24e0c443',7112,'* code for task #5062.','wangyidong','2018-11-12 14:17:59'),(6365,2,'7f5616c709dc0256f62aeefcbd6589231b1541bd',7111,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-12 14:12:40'),(6366,2,'d95fb0ced564ffccfc97bb8f24c68fdd2b1c14e3',7110,'* Change group desc.','reneeteng','2018-11-12 14:11:40'),(6367,2,'e054c9b475e751a64559cc19aa298d0f4c35f3b2',7109,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 14:06:36'),(6368,2,'764287bf074061fe15accfa0c6a2138bbbc6a7a6',7108,'* Finish task #5104.','Yagami','2018-11-12 14:06:19'),(6369,2,'4e005e989bdf7b19f1d788afdf6cffeca3781f7e',7107,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-12 13:41:41'),(6370,2,'501440338a94ff922bf4b81860c336b5e5885a0c',7106,'* finish task #5062.','wangyidong','2018-11-12 13:40:28'),(6371,2,'9d5f919e3db3c3ae883e0024fb8384197e3f6970',7105,'* Finish task #5103.','Yagami','2018-11-12 11:21:34'),(6372,2,'222009a2c30b92256fe20d788ed1c5e22e36cd1e',7104,'* Finish task #5102.','Yagami','2018-11-12 11:05:28'),(6373,2,'a5ee35e792ce679c7034f6a7fe66c68c7933a643',7103,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 10:47:43'),(6374,2,'d0744054f557677014fa991bc55571ff4a84d187',7102,'* Finish task #5096.','Yagami','2018-11-12 10:47:27'),(6375,2,'d6abc51b218fbc4edd1751d17ddc5ffbb2931ce1',7101,'* Finish task #5064.','chenfeiCF','2018-11-12 10:36:25'),(6376,2,'2d582681b4f4a5d5bd961d66dd270bc4f5a049ec',7100,'* Finish task #5095.','Yagami','2018-11-12 10:24:16'),(6377,2,'b6a296c3fdadc645f584b310701c3dc88691d8a6',7099,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-12 10:12:18'),(6378,2,'9dc991fc16c11e4e7d3c268c294937c21d8d8456',7098,'* Fix task module display.','Yagami','2018-11-12 10:11:49'),(6379,2,'c2e4508ec4ba59a6f01a0ce08a6f1de332e4678f',7097,'* fix bug for product statistic block.','wangyidong','2018-11-12 09:03:07'),(6380,2,'94ed04b58f9f377fb12017cebf9f500b3b2c9632',7096,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-09 16:22:49'),(6381,2,'0acb1cb4ce2da71a6cd5d97b13943beb8458cdab',7095,'* finish task #5100.','wangyidong','2018-11-09 16:22:23'),(6382,2,'5cc4c04930a6246763b1a6d89b05eb55e442ccb9',7094,'* Fix task search option.','Yagami','2018-11-09 16:17:05'),(6383,2,'a9f4c51ca7a6664171c919356508dcfcf979cae7',7093,'* Finish task #5095.','Yagami','2018-11-09 15:41:54'),(6384,2,'dade0abdaa290288cfeec03daaa28aaafa32664f',7092,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-09 15:05:43'),(6385,2,'394df4295ff3208d37c8086a6f04457e006dc265',7091,'* Finish task #5092.','Yagami','2018-11-09 15:05:24'),(6386,2,'71204f5c36dd6c121ee8b3e78ec02b9ad31227be',7090,'* Finish task #5091.','Yagami','2018-11-09 13:25:07'),(6387,2,'155bb957c56fe6c4855a95a509623e75d49b6974',7089,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-09 13:12:16'),(6388,2,'da7534e5895753f5afb90afd40f45f2435f0986e',7088,'* finish task #5082.','wangyidong','2018-11-09 13:11:46'),(6389,2,'2c2830d018759b212b5c5c0025ea1f00add0e5bd',7087,'* Finish task #5087.','Yagami','2018-11-09 11:06:28'),(6390,2,'7d609dc2ebd5de1e627ed5978bd25a92c28f1461',7086,'* Finish task #5083.','Yagami','2018-11-09 10:43:15'),(6391,2,'640ad7448171ddc0ea95c0a1dfa339c43a20c1fd',7085,'* Finish task #5081.','Yagami','2018-11-09 10:29:50'),(6392,2,'9d68afa9f7bf24787e7f22d43a097479ca92563c',7084,'* Finish task #5080.','Yagami','2018-11-09 10:08:04'),(6393,2,'e8bdc75103ba35f01881d694d1c604983f1d712a',7083,'* Finish task #5079.','Yagami','2018-11-09 09:54:03'),(6394,2,'447ae8768e22fc28cf7c63314518bf1ed57b5e2b',7082,'* Finish task #5075.','Yagami','2018-11-09 09:16:46'),(6395,2,'8b499257ab4979af8010089d92c8d779bb62227f',7081,'* Finish task #5071.','Yagami','2018-11-09 09:06:07'),(6396,2,'3026609b079d24cb9c95e45974d98aa516f17ad2',7080,'* Fix runcase view stepID align.','Yagami','2018-11-08 17:34:52'),(6397,2,'3693dde77497a05e60524759a9b3715e97ae5d71',7079,'* Fix case step align middle.','Yagami','2018-11-08 17:18:13'),(6398,2,'188b911698e2778b6161daf3db74bb8cfe8acb2d',7078,'* Finish task #5072.','Yagami','2018-11-08 17:04:25'),(6399,2,'4a71022c730188b1943d64be5f4801f48d0777f3',7077,'* Finish task #5070.','Yagami','2018-11-08 16:33:41'),(6400,2,'443d17d75d4708fe57aa29561267d71c5d063392',7076,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-08 16:15:26'),(6401,2,'a478cfdba520aed28d1583a49f7c095840deb7a4',7075,'* Finish task #5067.','Yagami','2018-11-08 16:15:09'),(6402,2,'6d3514387c21842e7f8fd3025a4e3659e6a78cbf',7074,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-08 14:58:31'),(6403,2,'3a2155ae11342dc45b3a45f3b50f32c9bc62db06',7073,'* finish task #5073.','wangyidong','2018-11-08 14:57:58'),(6404,2,'cfa64fdc4eeb75ad1ed4d7fb2df90297e1bf9561',7072,'* Finish task #5065.','Yagami','2018-11-08 14:20:46'),(6405,2,'9976978d8aa241b8db04c1eb005fd1b372382b30',7071,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-08 13:21:28'),(6406,2,'83961260a5da22e032b547e897e16de56d9b7b3b',7070,'* Fix case title field width.','Yagami','2018-11-08 13:20:54'),(6407,2,'004f1fc6fa96ef4a37017ceb12f0458ddc2c585d',7069,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-07 11:59:11'),(6408,2,'6c6e84c52d7a8795d04d20d4e56fcec0de388f31',7068,'* finish task #5061.','wangyidong','2018-11-07 11:58:40'),(6409,2,'afdb05d184347aa4cdba088e91d9783be4e8c519',7067,'* Finish task #5059.','Yagami','2018-11-07 10:59:07'),(6410,2,'9b68e5c1aedf4e862e0d0e73eeb095344994bcb2',7066,'* Fix doc button.','Yagami','2018-11-07 10:42:27'),(6411,2,'13cd5d57bea4d9ef1c72201ea9064619ff56504d',7065,'* Finish task #5058.','Yagami','2018-11-07 10:38:34'),(6412,2,'32a4715fa6d4c6ed13741aa0838ce65cbdc5021c',7064,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-07 09:13:38'),(6413,2,'361ea2b4154cf828b871a2fd40b9b7add1ef1a0d',7063,'* Finish task #5056.','Yagami','2018-11-07 09:13:13'),(6414,2,'4865ebe9f4833bb101d9b8355e601e8837153cc8',7062,'* Change resolution.','reneeteng','2018-11-06 14:29:19'),(6415,2,'d50c526aeb6d7a12f64c4666672c44ad9582c96e',7061,'*Change on.','reneeteng','2018-11-05 14:18:16'),(6416,2,'b8527f6988e188807fa3d0c1f7a3e1bb0ebb446a',7060,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-05 11:25:40'),(6417,2,'cabb96f338650bc7b7f07063dfe873e129d44157',7059,'* Change date prep.','reneeteng','2018-11-05 11:25:11'),(6418,2,'b0559c4214773a6c8de1679cf374319b55b872f8',7058,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-05 09:05:44'),(6419,2,'7a6e458de1a7dec8d7a85816db486cdb05a7546c',7057,'* add version and upgrade it.','wangyidong','2018-11-05 09:05:01'),(6420,2,'73d9b9426134934b095dbd550855332ead449ca7',7056,'* Fix doc lang.','Yagami','2018-11-05 09:01:10'),(6421,2,'ec4a92aec6c28b6f777504416e7c310b1cd184ba',7055,'* Fix fastmenu dropmenu position.','Yagami','2018-11-02 16:59:21'),(6422,2,'13ef9f3dd793fd3f145e8b9c285f6852a0e81202',7054,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-02 15:51:57'),(6423,2,'1cad1f72b4fb60588a01ceba05a0ea595d7619dd',7053,'*Lang change.','reneeteng','2018-11-02 15:51:30'),(6424,2,'339709737b185710edba001f76dcd4e635c5c6c7',7052,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-01 17:14:30'),(6425,2,'3ef43d8df77524be91ac300dca5ecb120b089597',7051,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-11-01 15:07:03'),(6426,2,'85f9a45688fc0e7aff1d90ddecb19aebb1987659',7050,'* finish task #7017.','wangyidong','2018-11-01 15:06:31'),(6427,2,'1f80d9edf12e2dde92d16c219696adf483a4daf3',7049,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-01 13:24:53'),(6428,2,'38b342032db65196c5209afea6f7f0cc45ac7b31',7048,'* Fix task lang.','Yagami','2018-11-01 13:24:39'),(6429,2,'be7e7096a52f550a0261b15fa1743e1d0cb214a0',7047,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-01 10:27:21'),(6430,2,'e875096104c786dd7a64369a30029d6ce1eb8c44',7046,'* Chang lang.','reneeteng','2018-11-01 10:26:09'),(6431,2,'abffe2d6494fab1ff0d6d913be28721baac20f61',7045,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-11-01 10:03:03'),(6432,2,'dae378d7c3d9a49642f89a5714d2c7e470b4f31c',7044,'* Add task lang.','Yagami','2018-11-01 10:02:45'),(6433,2,'7632a61cc186e78a66135f8be3d19ffd1d41c2c7',7043,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-11-01 09:50:36'),(6434,2,'396c02a4d17b7ce32efdf97a9f3e8c3ca5aa97f9',7042,'* optimize lang.','reneeteng','2018-11-01 09:49:34'),(6435,2,'f7db7a39ec39bc5629904fe02ad4855d4e5c14d1',7041,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-31 16:56:44'),(6436,2,'6a9fa8755234462af4cec25daf2fba6bfaeabb48',7040,'* update zui and finish backyard task #7081.','Catouse','2018-10-31 16:56:31'),(6437,2,'537f484576db7354b9eeb0ea0d7996c98bcd1626',7039,'* add title','yfl','2018-10-31 16:38:34'),(6438,2,'eb05c611228781eee983a093f48e39ff3de03c77',7038,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-31 16:22:10'),(6439,2,'8f93ca78751c16da10f49d6a7eade2db99365925',7037,'* finish task #7106 and fix bug #1430.','Catouse','2018-10-31 15:46:10'),(6440,2,'fb27ad277555b9a8d30a555bfe88d0dce7e68a4d',7036,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-31 14:23:49'),(6441,2,'96876516339a4e0116bca7aaf5d267867fdd5778',7035,'* adjust for export word.','wangyidong','2018-10-31 14:23:13'),(6442,2,'01fa8a628e1f948aed9135b12ee4786bfb9d5767',7034,'* Finish task #7095.','Yagami','2018-10-31 09:30:57'),(6443,2,'178905fccdfd62276563278c9c1d531a914aa0eb',7033,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-30 10:28:36'),(6444,2,'ec15e13b255a924802d1ba2c1484d0e8d94953b8',7032,'* Finish task #7080.','Yagami','2018-10-30 10:28:09'),(6445,2,'fb9a368cea0c866d6851433b5c67f99a76a86f6e',7031,'* fix bug #2256.','wangyidong','2018-10-29 14:09:39'),(6446,2,'fb1e83ffdc9425fcd48a030b1f4c801655e75b0c',7030,'* fix bug #2255.','Catouse','2018-10-29 13:49:52'),(6447,2,'e0a74890958b06b6a0754c1180d71bc707cf6049',7029,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-10-29 11:13:49'),(6448,2,'f9dcfd9323d65d24e735281aa36147381626292e',7028,'* Bbug lang change.','reneeteng','2018-10-29 11:13:05'),(6449,2,'30c66ff864b0fa43c2b85edc1e211ab9aa6e74b8',7027,'* Fix child task export name.','Yagami','2018-10-29 10:08:03'),(6450,2,'57a736820d9f8b92d91895c3e7257bf8ed7c04ea',7026,'* Change lan.','reneeteng','2018-10-26 14:27:12'),(6451,2,'e394e2c5a658ecb4294d064e017d37417745890c',7025,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-10-26 14:22:50'),(6452,2,'47abbc3e87262404254ea30b1e6491741945812c',7024,'* Change lang','reneeteng','2018-10-26 14:21:51'),(6453,2,'9466e7193e4f073212e35695bea3e26baa6904ce',7023,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-26 10:49:10'),(6454,2,'bcaaed26926c61a904257a8421f0c16d80931016',7022,'* change for doc custom.','wangyidong','2018-10-26 10:48:43'),(6455,2,'1b2965d3ad825fc3f75c31a67da67e3fc41febba',7021,'* fix bug for php5.3.','wangyidong','2018-10-26 10:48:23'),(6456,2,'487bc8336138db9fef7943d0985cb2b052f5e407',7020,'* add fade effection.','Catouse','2018-10-25 14:03:39'),(6457,2,'d13b06db7ab4a976583517a43fc642aeb634434e',7019,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-25 13:55:23'),(6458,2,'faddacafef4c8c2fcb8a7851c9f26c65fd009697',7018,'* improve kanban UI.','Catouse','2018-10-25 13:55:17'),(6459,2,'4d8a4f3aff88fcaaea7470a80c04c2de1e2efb6c',7017,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-10-25 11:16:01'),(6460,2,'d6c0786d6e3f46f6ed4a005f9f90883fdfdbcd9b',7016,'* Lang changed.','reneeteng','2018-10-25 11:15:21'),(6461,2,'3314fb028de768f6ab7877081b91bd3a459a6e4f',7015,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-25 10:48:25'),(6462,2,'25f860c6efaa6b6eaf8dfd6da11c6a8805edb607',7014,'* fix for upgrade.','wangyidong','2018-10-25 10:48:03'),(6463,2,'a0fbccf7ce2d701bcea322ea4e89a1e10833203a',7013,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-25 10:32:37'),(6464,2,'33cfcdea08097e6b176affa670a906d47dac4c44',7012,'* improve kanban UI.','Catouse','2018-10-25 10:32:31'),(6465,2,'0944c9e8c9b7dfc5f5d7ed7c9581d82af8625afe',7011,'* round estimate in browse page.','wangyidong','2018-10-25 10:21:08'),(6466,2,'d7e0222b1bd3bc77948780d705dc5c3bf9bfae7a',7010,'* adjust for show queryBox by search.','wangyidong','2018-10-25 10:08:19'),(6467,2,'0a19fbec295bec9d75f190cc8ff41e1eb0fbf9e9',7009,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-25 09:33:38'),(6468,2,'223db4372e28ab25474b16bc3dba4b0d2900d392',7008,'* fix bug for upgrade.','wangyidong','2018-10-25 09:33:16'),(6469,2,'2cd31f731e1f2947758a5c3abe34473822cec675',7007,'* change version and upgrade.','wangyidong','2018-10-25 09:30:44'),(6470,2,'78182537b1000b5500aab1ad550ccd8694b5e789',7006,'* Delete doc search condition.','Yagami','2018-10-25 09:06:31'),(6471,2,'4077923c224656f674fd2db656d2dcd9491b6544',7005,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-25 07:57:42'),(6472,2,'51fb6934f15b25b32c70630b6f1be55b7b8f4a89',7004,'* Fix bug.','滔哥','2018-10-25 07:57:36'),(6473,2,'8ddea902dc0ae4b46c830ac013ae30d52bc50ef9',7003,'* improve UI of kanban, finish task #5053.','Catouse','2018-10-24 20:13:48'),(6474,2,'e72654b33557952a90efa96d068ee693237828c6',7002,'* code for task #5039.','Catouse','2018-10-24 19:59:52'),(6475,2,'af0e3b1670cce3c4b7da9313ea502ad7a713fac9',7001,'* finish task #5039.','Catouse','2018-10-24 19:48:58'),(6476,2,'8b483f751c715c51b03ab07cc1182e35f1c3ef7d',7000,'* fix for appendOrder when orderby is empty.','wangyidong','2018-10-24 17:36:40'),(6477,2,'ca214c3a27eb73a5adc41e7180ef5c0055558895',6999,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 17:23:13'),(6478,2,'2a0a11bb929b933398a4e2d53c9004dfc2f5d979',6998,'* add projectID for export tree and calendar.','wangyidong','2018-10-24 17:22:25'),(6479,2,'af842dfddba99aa09362dd54fefdfb38c7aeb853',6997,'* Format code.','滔哥','2018-10-24 16:18:41'),(6480,2,'033044acca91fc4941296c2586f61670a62ddb12',6996,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-24 16:13:56'),(6481,2,'8c0940c0393432af1309d03dfeb26a6f5ffd7e1f',6995,'* Fix bug.','滔哥','2018-10-24 16:13:50'),(6482,2,'b3540188da2ece7fba96f6bb5de551495db316cb',6994,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-24 15:21:26'),(6483,2,'c901155dfacf3898b12f7986e4f1b507cd29758f',6993,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-24 15:16:50'),(6484,2,'e83d8e1be9ca3493757097d34d9ab8dd59d68b93',6992,'* Finish task #5040.','Yagami','2018-10-24 15:16:34'),(6485,2,'3e26c07d0f1245b58e5bd0ef3ae1565a38ec9823',6991,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 15:16:04'),(6486,2,'657857571bc503658a3f0abd6d27a62a1d816d9d',6990,'* fix bug for delete lib.','wangyidong','2018-10-24 15:14:16'),(6487,2,'02a35cf0a106ca3cdb5c3fee614466c757a8cd5f',6989,'* adjust style of custom/ajaxmenu view.','Catouse','2018-10-24 14:48:12'),(6488,2,'fa40b441180a26857bc01a6d7f939eb9c083d22c',6988,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 14:24:41'),(6489,2,'eac9682bd7cb5cc7782a75e071a78f21a6393bef',6987,'* adjust for task #5044.','wangyidong','2018-10-24 14:23:19'),(6490,2,'a45aeff47e675bbd9b203e5bb87233e5bec8fac5',6986,'* fix iframe modal auto size not work sometimes.','Catouse','2018-10-24 14:21:37'),(6491,2,'fc480d0a01ac85beff157d801f25c024ea712ed0',6985,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 13:51:02'),(6492,2,'b2b5ed0a5ec904b2ca8735f0ee6ec9e9699dfa0d',6984,'* fix error.','wangyidong','2018-10-24 13:50:42'),(6493,2,'346a9285622c52ef29ee6fb2c3a37b9af025c5d3',6983,'* Finish task #5043.','Yagami','2018-10-24 13:29:20'),(6494,2,'3b03bc1547d57989a78904a96b5a580a63f16e4b',6982,'* Delete doc gt lang.','Yagami','2018-10-24 13:25:26'),(6495,2,'9e78e6f8bc32c204fe60d81f2c4e18bc3143380a',6981,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-24 13:19:58'),(6496,2,'91596ab288584e288ac11b20396af5801f53f2cc',6980,'* Finish task #5047.','Yagami','2018-10-24 13:19:42'),(6497,2,'12238a6768f795337c880e9617085bd3c772e62a',6979,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 13:10:37'),(6498,2,'1bfaece647a9be1c88bb8c02e781e244aeb254e1',6978,'* finish task #5036.','wangyidong','2018-10-24 13:10:12'),(6499,2,'8723563496a260f468e1bd3f01f00aa4e470cc9f',6977,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-24 13:04:43'),(6500,2,'1e9507555039455143a00e56403982009a748f5c',6976,'* Finish task #5040.','Yagami','2018-10-24 13:04:24'),(6501,2,'49c61607efae7ff21d93ad8df7a4f2e10b2c34ec',6975,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-24 11:39:08'),(6502,2,'7acf9fb3f4be34751b59ba36698b86522189a79d',6974,'* Finished task#5052.','滔哥','2018-10-24 11:37:07'),(6503,2,'912f125517b2602edbca6df0a79493032fab595c',6973,'* Finish task #5000.','chenfeiCF','2018-10-24 11:23:06'),(6504,2,'34bc2fedb00e0a72ab437c53c1465072649f2fcf',6972,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 11:17:44'),(6505,2,'b8a8cfbc6abc0545fdd9b2db20c3161902fe2da7',6971,'* finish task #5046,5041.','wangyidong','2018-10-24 11:17:03'),(6506,2,'7973e341e4a11c56f60515d6a2ef5df5fdd28078',6970,'* Finish task #5048, #5049, #5050, #5054.','chenfeiCF','2018-10-24 11:06:17'),(6507,2,'b048e98b49b6cbecad92b9bd9551d9b2bdc4f1ed',6969,'* Fix bug.','滔哥','2018-10-24 10:56:37'),(6508,2,'15effe206d714bdd41e4e7df05c6f3bd6e4a76af',6968,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-24 10:09:36'),(6509,2,'673549a89588a4f94cb59a4bab798c798704fa25',6967,'* change for en lang.','wangyidong','2018-10-24 10:09:00'),(6510,2,'3676747f10a0df1eba121301576aa41c2f58c6c3',6966,'* finish task #5044,5045.','wangyidong','2018-10-24 10:06:20'),(6511,2,'9495614038b65ca1272d5be2d2bea80b8a5b5d75',6965,'* Delete xuanxuan file.','Yagami','2018-10-24 09:52:56'),(6512,2,'6106c692b969a506f92f617b527f5ebf53603ced',6964,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-24 09:37:29'),(6513,2,'5afccb24a58b5d1a20f3e8247ac4c84e36c8445f',6963,'* Finish task #5037.','Yagami','2018-10-24 09:36:57'),(6514,2,'5b3b956a8ab9e788173deb247115c92295c159c5',6962,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # module/custom/lang/en.php # module/doc/js/browse.js','Catouse','2018-10-24 09:27:13'),(6515,2,'8cae97da93dc45f50206fcf87bb5d29b43274770',6961,'* change border for product chosen with branch.','wangyidong','2018-10-23 17:02:32'),(6516,2,'ca1b69768179cfb27155ba62516e484efd5f44f2',6960,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-23 16:35:06'),(6517,2,'63a1a2601df8149ccca3e66ad7fa4afdaf9be49b',6959,'* fix for block by priv.','wangyidong','2018-10-23 16:30:55'),(6518,2,'6ec315b2fe4525ef84fdb1c994bb261b69fb577d',6958,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneeteng','2018-10-23 16:25:06'),(6519,2,'1473f6de3068ce58066f1bfe8a87309c994cc81d',6957,'* Modify lang.','reneeteng','2018-10-23 16:23:17'),(6520,2,'d64306aa901158d7a2c97e0511d8b88754f65c2c',6956,'* adjust code.','wangyidong','2018-10-23 16:18:30'),(6521,2,'ccfb1b9e4a1b1a9ca00c77deecb11f4381ba80e2',6955,'* add create lib in index page.','wangyidong','2018-10-22 16:12:03'),(6522,2,'93e0cbe6eba261ddbe230b87dc38b9c9e1dbdeda',6954,'* fix error.','wangyidong','2018-10-22 14:34:45'),(6523,2,'e2ed6070d12678242e418ee6698e489239b40a80',6953,'* fix bug for batch child.','wangyidong','2018-10-22 14:32:45'),(6524,2,'253415e200796f33dc4f9338900a0df8036e65df',6952,'* fix bug #2241.','wangyidong','2018-10-22 09:35:02'),(6525,2,'458d56c283dc50becce5c1592520883631c718ee',6951,'* fix bug #2243.','wangyidong','2018-10-22 09:02:37'),(6526,2,'19cbf6c7e3fd0bb81911c673c06198fb7b65cdf0',6950,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-19 16:03:48'),(6527,2,'eda6dd648ba9bd07621bbd366a9566da74ed855b',6949,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-19 14:57:59'),(6528,2,'cf167ce697fe1a7696a05c03e8d45ff722b4b687',6948,'* adjust code for task.','wangyidong','2018-10-19 14:57:21'),(6529,2,'4a527f54bdc6e2fea5e413c345daf8e173575324',6947,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-19 14:52:28'),(6530,2,'99038ca227c146b77ac1b8d28fbc8d093f36b05d',6946,'* Fix project doc display.','Yagami','2018-10-19 14:18:45'),(6531,2,'29ae62225a6dc041474144b5b282b5ee3e980fa0',6945,'* Adjust doc side page to apply to zentaobiz.','chenfeiCF','2018-10-19 13:48:50'),(6532,2,'3775f0165e4bbc2890bb5ed9225a2ffe42c15a8c',6944,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-19 13:15:48'),(6533,2,'32d073bb7417d0552ca95afcd14bd65e69cb813e',6943,'* Fix drop menu position.','Yagami','2018-10-19 13:15:24'),(6534,2,'e259b0d3373e0ee25c7e53121b3f6c38efaab306',6942,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-10-19 10:43:28'),(6535,2,'00133df918914bf00b04bec4394144d1084e7820',6941,'* p change','reneteng','2018-10-19 10:42:58'),(6536,2,'290f2fefdfa005618d1508dea9f8e581981fbedf',6940,'* Adjust doclib drop menu.','chenfeiCF','2018-10-19 10:05:20'),(6537,2,'134a4a4cb9eff39c5be088d24e026e215aa4cbfc',6939,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-19 09:42:43'),(6538,2,'183eb059ec19e60c5e0342713982ad6557d6ec58',6938,'* Add book side html to apply to zentaobiz.','chenfeiCF','2018-10-19 09:38:18'),(6539,2,'7f3427c4b5e1e12554e5842bec96709fa4c2847e',6937,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-19 09:21:57'),(6540,2,'aa72fd9fe59d68217e92c33529903bf4b2595425',6936,'* solve bug #1462','yfl','2018-10-19 09:15:21'),(6541,2,'39215211b3706f83b9c775d6b606c4323ff52e1d',6935,'* Fix doc drop menu width.','Yagami','2018-10-19 09:07:32'),(6542,2,'446b27ff70b1051001c8f04b4c8eb9a85d234d1a',6934,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-18 17:18:24'),(6543,2,'7e98a2cc8767f0af6fd57a1a9eff59f86f8c6271',6933,'* Fix doc search btn.','Yagami','2018-10-18 17:18:04'),(6544,2,'ec7fdf9290702a69d65e89f3259b9f7a021805f0',6932,'*update','reneteng','2018-10-18 17:16:20'),(6545,2,'a0aa700f1859e5370c966dedadc92bcfe2ea3d3f',6931,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-18 15:00:06'),(6546,2,'7c4eb6a7c85ecc337e6b0fa6e67f45b802352c60',6930,'* Fix searchbox display.','Yagami','2018-10-18 14:59:29'),(6547,2,'44999cf25043e8139de6775e3c3b8e97fc79c2f0',6929,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-10-18 14:09:42'),(6548,2,'5c71ee281d24987337018f5f35ae2aa4e2a30dca',6928,'* Finish task #5026.','Yagami','2018-10-18 14:08:30'),(6549,2,'25db11e12d56d7a8655af7e355e145e8843aa340',6927,'*update','reneteng','2018-10-18 14:08:08'),(6550,2,'213ea0af503f0b1574cab844eb141454ee7aecd3',6926,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-18 10:13:47'),(6551,2,'55a7d3004af5bcb26bed0c0e1187425db07d1759',6925,'* Fix doc fastmenu.','Yagami','2018-10-18 10:13:09'),(6552,2,'0f77eab271d4f8cf357a7530e2e055e8b5f41947',6924,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-18 09:22:40'),(6553,2,'98ec5b63e7ea9bcda91d5175a8ea5ccc14026803',6923,'* Finished task#7021.','滔哥','2018-10-18 09:22:29'),(6554,2,'9a22dcfc51af6887e3d455c6ee65da854f9322d4',6922,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-18 09:12:42'),(6555,2,'6119cf2a52cd155686e292f9477556036e656e6c',6921,'* Finish task #5033.','Yagami','2018-10-18 09:12:02'),(6556,2,'fc318f817f409b451a9e3843a2b5ef8e2299682d',6920,'* Finished task#7022.','滔哥','2018-10-18 07:01:02'),(6557,2,'321d069c9663c0d259aaaa9a106c238c23082d44',6919,'* Adjust code for book of doc module.','chenfeiCF','2018-10-17 17:01:10'),(6558,2,'fd752977937af75768a8b04dd5c2bde48eaec400',6918,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-17 15:16:04'),(6559,2,'84f178f3aa4a7d5708c5228f4648efb9e36370ae',6917,'* finish task #5031.','wangyidong','2018-10-17 15:14:31'),(6560,2,'34570184ce683cf41a75f826b16ef9a22687cadb',6916,'* Fix empty line.','Yagami','2018-10-17 14:46:45'),(6561,2,'3296b6e6a00ee0c20218053469fa617c1dc9893a',6915,'* Finish task #7032.','Yagami','2018-10-17 14:43:47'),(6562,2,'727e58fe336e7546b098da8e629f25715b73134e',6914,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-17 14:18:10'),(6563,2,'d9222b25f919679e299066550212cd84209ccf35',6913,'* Fix doc button.','Yagami','2018-10-17 14:17:39'),(6564,2,'d04664227ce627ae0b62b8675691a4ab322af7b8',6912,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-17 14:08:10'),(6565,2,'524fa40fc5977e3d8c36a34b4cb4404fd8e7eb31',6911,'* add .icon-book.','Catouse','2018-10-17 14:07:59'),(6566,2,'24a5fb6f3546cb82d69a2d02cc3de3ded78c6bfc',6910,'* Adjust for type of doc library.','chenfeiCF','2018-10-17 11:20:49'),(6567,2,'d0981de17dd89f83d5d26090ab77cc0b78872029',6909,'* fix bug for user priv.','wangyidong','2018-10-17 09:34:27'),(6568,2,'cb7e95e6546fd46d81d6cc379c8e0cd365104126',6908,'* code for task #5030.','wangyidong','2018-10-17 09:00:35'),(6569,2,'f236b416a2ae266757d718c5fad853a3903ea97f',6907,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-16 16:42:21'),(6570,2,'f74a4b1e361fbbc6efd81b9e8d1a3670a95a6956',6906,'* finish task #5030,5029.','wangyidong','2018-10-16 16:41:40'),(6571,2,'76e1065c0af7e8b881e4014cb246b638c27dd2bb',6905,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-16 14:11:40'),(6572,2,'b07711fd6e33ccec3533095d9cade66051bf3432',6904,'* Add change sql for parent value.','滔哥','2018-10-16 14:11:26'),(6573,2,'6d90d291cfe95fd7ce27c16ccb76bdda484b0224',6903,'* Add type field for doc lib.','chenfeiCF','2018-10-16 13:25:21'),(6574,2,'32866fcaf291abd39a6b14a9a6ee9e50b4019d31',6902,'* Fix sql.','Yagami','2018-10-16 10:48:22'),(6575,2,'e2e9b6cab804533f6240b2d3f5858bb985ed0e06',6901,'* Finish task #5028.','Yagami','2018-10-16 10:27:12'),(6576,2,'a8b94bb6c043eab45e734ddb187647ab2f9297f4',6900,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-15 16:58:11'),(6577,2,'bee580455961def373b320a390231d2382923f77',6899,'* improve UI of dynamic block.','Catouse','2018-10-15 16:50:53'),(6578,2,'fe66a0f7d941c85f38edd3c69b5bdfa544b746e6',6898,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-15 16:49:51'),(6579,2,'7e6dedaf87db511859d41de0e8a263d5bcce391d',6897,'* Finish task #5035.','Yagami','2018-10-15 16:49:34'),(6580,2,'8e8444421e585692cd3de2384b00c08cc3c5949f',6896,'* improve UI of project/kanban.','Catouse','2018-10-15 16:28:50'),(6581,2,'aa505cceb74eee972aeb999753d4f6b61244d2f5',6895,'* finish task #4997.','Catouse','2018-10-15 16:11:49'),(6582,2,'cb039d46e2cdf8303e9b92c20fc38081de500675',6894,'* improve UI of testtask/linkcase view.','Catouse','2018-10-15 15:54:40'),(6583,2,'27df9f9e0b4d12f9f7746b71b9b9110f0c95b7cb',6893,'* fix helpContent style.','Catouse','2018-10-15 15:45:32'),(6584,2,'e3da989eb20d39c5105fe06b49896916951077fc',6892,'* improve UI of doc views, code for task #5032.','Catouse','2018-10-15 15:43:13'),(6585,2,'aa81eda77ead696a26ed0bd764dce827f4ee159e',6891,'* improve UI of doc views, code for task #5032.','Catouse','2018-10-15 15:41:26'),(6586,2,'7717c422d7ee510eb6bd1f7d72279b7e6a393cba',6890,'* improve UI of doc views, code for task #5032.','Catouse','2018-10-15 15:36:01'),(6587,2,'75b189c2c362a8feac93d5efb501ff8ebebc2dd6',6889,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-15 15:35:31'),(6588,2,'819f035bd96d78b31b515bc950dbe27d85506533',6888,'* improve UI of doc views, code for task #5032.','Catouse','2018-10-15 15:35:25'),(6589,2,'44124129dc1f94ffc9e8b8cdf831fbee1fc416a6',6887,'* Finish task #5034.','Yagami','2018-10-15 15:24:11'),(6590,2,'e05656dadf4321abbe755615c46440ec2aead26c',6886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-15 15:06:49'),(6591,2,'676f67aa7378e6fb64885f885964101f1da4b5ce',6885,'* update themes.','Catouse','2018-10-15 15:06:43'),(6592,2,'fad1de14df3c85ed6aa3f6672a03d3c590083530',6884,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-15 15:03:15'),(6593,2,'6230618909e8f6a546af9d1be40e5ba3916b043f',6883,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-15 14:55:32'),(6594,2,'efaf41683c8dcae748333ea6755c4b54972aedb3',6882,'* Fix doc side height.','Yagami','2018-10-15 14:55:15'),(6595,2,'f6882a40b5cd732546b016ad03e0abdfdecd5653',6881,'* add list title attribute #5005','yfl','2018-10-15 14:53:27'),(6596,2,'31b39b1750528452e823017a2c51c05962e63ce9',6880,'* fix module select not use chosen.','Catouse','2018-10-15 14:32:30'),(6597,2,'e5f10d8100dbf31e15421ddb8537c30f37bc3cb7',6879,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-15 14:27:14'),(6598,2,'94547ee4c70baec99f29c59b6f5e9d86e23b8872',6878,'* update kindeditor, finish task #5014 and fix bug #2082.','Catouse','2018-10-15 14:27:08'),(6599,2,'d65f14406072469fe1f95abb9be3babc304d0840',6877,'* Doc back button add background-color.','Yagami','2018-10-15 14:05:16'),(6600,2,'de4083d6ec506d7da4fd0a119c3974f0c9d7012e',6876,'* set css \'overflow: auto\' to .article-content.','Catouse','2018-10-15 13:33:43'),(6601,2,'fdf4f5a77e721a422402a8a83b84d5d7d5d03924',6875,'* finish task #5019 and fix bug #2039.','Catouse','2018-10-15 13:16:40'),(6602,2,'f4591138c1a0c73e5d2f2e4c69f40d6b6862e4af',6874,'* improve UI of custom/ajaxmenu view.','Catouse','2018-10-15 13:15:58'),(6603,2,'e493534ca3ac527ef37bbca9daf553ae80803f5a',6873,'* improve chosen UI.','Catouse','2018-10-15 11:30:21'),(6604,2,'8ffb30d6d0406007128cdb01dd6747a89636bc11',6872,'* set default value of search_compact for chosen by update zui files.','Catouse','2018-10-15 11:26:43'),(6605,2,'c50c3cc37b42674a31177f37a2a271436abec09f',6871,'* fix chosen UI.','Catouse','2018-10-15 10:03:22'),(6606,2,'3819918ab4d62395ccb658ae6e0085e3cf9f3673',6870,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-15 09:49:40'),(6607,2,'9af98861a83ebebdbe7f48ebbab1b1bb8e9f929b',6869,'* finish task #5012 and fix bug #2123.','Catouse','2018-10-15 09:49:35'),(6608,2,'101e035ad4e00c2cd3fb3aac3fb2afc008fad5bc',6868,'* Add sql.','Yagami','2018-10-15 09:28:47'),(6609,2,'958e94dfa43930c6674896fbb93e559ac1026217',6867,'* Change file name length.','Yagami','2018-10-15 09:27:59'),(6610,2,'025c6e344efcd9acb3824d81dd82f8c3c23ab3ae',6866,'* finish task #4994 and fix bug #2193.','Catouse','2018-10-15 08:41:29'),(6611,2,'ceece4b829e334c0825040b27ed06cda49cb1cfd',6865,'* update zui js and css files.','Catouse','2018-10-15 08:28:52'),(6612,2,'c69d4ff01b1e60308801d8c1705c408ded9a5dda',6864,'* add scrollbar-hover effection to dynamic block in project/product view.','Catouse','2018-10-15 08:28:41'),(6613,2,'aeb940041fb30b8153a1d3ed0f802c83796cfce8',6863,'* fix divider in main actions toolbar.','Catouse','2018-10-12 17:22:07'),(6614,2,'51f918837f2343d3cab76d907fbded9591a75281',6862,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-12 17:19:59'),(6615,2,'1a24e94fee76e438253066375e06183e02104f72',6861,'* finish task #4991 and fix bug 2197.','Catouse','2018-10-12 17:19:53'),(6616,2,'0b1751b3ee90b30b6e5ad24c313556697ae852ea',6860,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-12 16:43:14'),(6617,2,'e2e7a0c694e300a178dbf969cf44bd9c3a20cf09',6859,'* Fix bug.','滔哥','2018-10-12 16:43:01'),(6618,2,'87de60cb68d4174e8c5f87891af15494f4f57dab',6858,'* add hover effection to scrollbar in dynamic block.','Catouse','2018-10-12 16:37:06'),(6619,2,'6a83bdc4be456fe9597ed6aa01c65857fe23ed1b',6857,'* finish task #4984 and fix bug #2212.','Catouse','2018-10-12 16:26:26'),(6620,2,'2842816afba51a81ff3d41bd9c113393b642783b',6856,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-12 16:10:55'),(6621,2,'1daf14c32f20b9415bc34de4b98bb639c1548b45',6855,'* finish task #4977 and fix bug #2223.','Catouse','2018-10-12 16:10:41'),(6622,2,'1a897653a8112fe4e343fe37e4cce55f9f453a3a',6854,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-12 16:10:17'),(6623,2,'addb812be33d8cc6118c29bad8520cf994a9753f',6853,'* finish task #5002.','wangyidong','2018-10-12 16:09:53'),(6624,2,'8959c343354236cb0c09026b007fc07b5cc556d8',6852,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-12 15:35:38'),(6625,2,'b4b4317d35f013dce989acad6d9e79e2b885286e',6851,'* finish task #4980 and fix bug #2218.','Catouse','2018-10-12 15:35:23'),(6626,2,'6cd7ec2b1bfed90f2b38b59fb24369232f26d26d',6850,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-12 15:27:48'),(6627,2,'d68a97ec12636997ec80f75da76dcf6669f2033e',6849,'* adjust for import case use csv.','wangyidong','2018-10-12 15:27:05'),(6628,2,'8c232bd2c593f36f3f7857d5a176707a8eb6a76a',6848,'* finish task #4956.','Catouse','2018-10-12 15:18:32'),(6629,2,'f1317bd1d85aff0626fe5bb42621c01236c6171d',6847,'* finish task #4990 and fix bug #2199.','Catouse','2018-10-12 15:16:26'),(6630,2,'a2a70bb688592276fe9c83e9549510836519b39b',6846,'* fix bug #2179 and finish task #5001.','Catouse','2018-10-12 15:11:47'),(6631,2,'e179c99ebcc0699b3760cb2e7f4b174c2ac0cd2b',6845,'* finish task #4969.','wangyidong','2018-10-12 14:23:57'),(6632,2,'dbca08eb695a66351e2eca05b7540260829f9282',6844,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-12 14:16:17'),(6633,2,'8f7c3f8c4e868ca25c8af28365b2fcdc07703281',6843,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-12 14:16:04'),(6634,2,'e3380f2fc8041a36379cd0d96362e379b61637cc',6842,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-12 14:11:57'),(6635,2,'af96722cc7657f76afd2cae7808c9401bca71133',6841,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-12 14:11:27'),(6636,2,'88ebfa6bc0ecb4c99947d9cfdc3ca777ac8ae486',6840,'* Finished task#5009','滔哥','2018-10-12 14:11:20'),(6637,2,'17a82250d492987fd47082e9c8dcd74e82673ac8',6839,'* Finish task #5003','yfl','2018-10-12 14:09:05'),(6638,2,'505cafc736e45fc3c9b60e6d640902c5265d8903',6838,'* change text align to left of dropdown menu in subNabvar.','Catouse','2018-10-12 14:05:52'),(6639,2,'0558da4e38911ca58563787cc27a938fcb056fb2',6837,'* finish task #4967.','wangyidong','2018-10-12 14:00:09'),(6640,2,'8ae969da56d6aaadbe98ef4d49aee5d31ce7afbc',6836,'* finish task #4959.','Catouse','2018-10-12 13:58:53'),(6641,2,'d76b38ea17c01d64fc69f00ee6913a3a2835c522',6835,'* finish task #4975.','Catouse','2018-10-12 13:56:01'),(6642,2,'33a0cdf634f730d41f217084e05d1021476079cc',6834,'* finish task #4670.','Catouse','2018-10-12 13:51:47'),(6643,2,'07405dd60af73e95ec27274538ec286a1b098a80',6833,'* finish task #4955.','Catouse','2018-10-12 13:40:43'),(6644,2,'f8aa405f153ff31a60e2cfdd62634677d9dd6a49',6832,'* change assing button style.','Catouse','2018-10-12 13:38:38'),(6645,2,'2c82053a03d6ae341e764f216628f83c07b9f30f',6831,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-12 13:34:52'),(6646,2,'4e0f092cb9aeef925ed798e6bed587e9d121a2b7',6830,'* change modal background.','Catouse','2018-10-12 13:34:47'),(6647,2,'6e1262c050b58903fb04461b858d8ad4adb50c0a',6829,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-12 13:16:36'),(6648,2,'65308fb50814b2e4d2c1f4fe8e5e02f4d1d654bd',6828,'* Finish task #5024.','Yagami','2018-10-12 13:16:18'),(6649,2,'1fa4ce546076b4cf69910f8c5f4d516dc6124d31',6827,'* Finished task#5007','滔哥','2018-10-12 12:37:24'),(6650,2,'c368bd0e7c7bc6af932365d965736b362d67c7b8',6826,'* Finished task#4995.','滔哥','2018-10-12 11:48:32'),(6651,2,'7ff955c0e14d9983124dca02727c3100a566fcd5',6825,'* Finished task#4986.','滔哥','2018-10-12 11:31:26'),(6652,2,'f002405662ddd63531dbfab172654aa331b0daeb',6824,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-12 11:18:17'),(6653,2,'bd5d2537914e780597fee664f45d3aeb1fad8b27',6823,'* Finished task#4970.','滔哥','2018-10-12 11:18:08'),(6654,2,'a45e0ecd415dd3b8c5ed0cbd771b4d83cfce3c22',6822,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-12 10:54:50'),(6655,2,'2037cbd47a2ac8c35883d65c4d9e13911af22890',6821,'Finish task #5025','yfl','2018-10-12 10:52:09'),(6656,2,'f7a59c0bfc4d5b443d73e8049a80663e8e79100c',6820,'* Finish task #5020.* Finish task #5020.* Finish task #5020.* Finish task #5020.* Finish task #5020.* Finish task #5020.* Finish task #5020.* Finish task #5020.','Yagami','2018-10-12 09:58:27'),(6657,2,'d1cd60221b1d1492f5e275cffad47ef4c3bf2f37',6819,'Remove test print','yfl','2018-10-12 09:49:55'),(6658,2,'cf118ebee2419aa588b2c847c2e66b974d45af05',6818,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-12 09:30:56'),(6659,2,'a393d105d3809a5b6525986db57968c4ecc19e28',6817,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-12 09:30:21'),(6660,2,'9e8ee6e8b889ee0b635f7851590df79cc260532d',6816,'* Fix doc lang file.','Yagami','2018-10-12 09:30:00'),(6661,2,'d462fc3324f7cb1a20dbc6fc3fab6bbd1d2bc824',6815,'* Fix BUG#2215.','滔哥','2018-10-12 09:26:45'),(6662,2,'d72a6625534109ef588b830b93df824eb897ea73',6814,'Finish task #5021,#5018,#5017,#5016,#5015,#5005,#5003,#4987,#4985,#4653','yfl','2018-10-12 09:25:39'),(6663,2,'fbe9d854e57f32e7d0e7c6134499b994e845fb6e',6813,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-10-12 09:15:31'),(6664,2,'bbfdb5a32e17b143d952ba5af649ff42efab337a',6812,'* Change file name.','滔哥','2018-10-12 09:15:18'),(6665,2,'a32b331e12b073f0a1073d3c7ed2c430930f2d5b',6811,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-12 09:08:51'),(6666,2,'d98adeccbaa1612b4e90adae51727aeb920884d5',6810,'* finish task #4976.','wangyidong','2018-10-12 09:08:12'),(6667,2,'9f115f2a8ecefbd25293361666f3c7fca0d95493',6809,'* Finished task#4968.','滔哥','2018-10-11 21:33:57'),(6668,2,'1b93b8a28a5df67fd145ddc138f24d91d7b5c2c0',6808,'* Finished task#4971.','滔哥','2018-10-11 21:02:39'),(6669,2,'8754aa0dc1172a6a3e7af3d16bacfc9bc9b62841',6807,'* Adjust doc orderby.','Yagami','2018-10-11 17:02:51'),(6670,2,'34e019677f5aae7d06646e61a208d607b6f40083',6806,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-11 15:44:22'),(6671,2,'75e0e6555bd184567d687fa6273cebbf075a64f5',6805,'* finish task #4976.','wangyidong','2018-10-11 15:38:26'),(6672,2,'2dfb4aeeda813723e9cf1eda30ffec0eb6908873',6804,'* Finish task #4978,#4979,#4985,#4992,#4998,#5003,#5004,#5005,#5006,','yfl','2018-10-11 10:48:18'),(6673,2,'9263cafb611b1ce365a5ece1142df6267d1f27ec',6803,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-11 10:47:09'),(6674,2,'98b8f1097fd6ee678588ed46976410dcf0526b68',6802,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-11 09:40:31'),(6675,2,'5375f74140d5b832aa53b05815d8dc0867630c0f',6801,'* Finish task #4953.','Yagami','2018-10-11 09:40:15'),(6676,2,'148f54ce2e543dfac587aa8b41665f1919737ef0',6800,'* change for bind ranzhi and fix error.','wangyidong','2018-10-11 08:57:50'),(6677,2,'254b69382c8d9e0312b1e00e097bb08fdc91ebb9',6799,'* finish task #4989.','wangyidong','2018-10-10 16:50:58'),(6678,2,'a66d70cb55845caf68dc3b5aa28a70e3aa4a18a0',6798,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-10 16:11:48'),(6679,2,'070bfe25a09414fcce376e4dc570844a82da7f4a',6797,'* finish task #4988.','wangyidong','2018-10-10 16:11:25'),(6680,2,'c5f73613dad87abad71fa94358a624695a3d629a',6796,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-10 15:18:02'),(6681,2,'f50be29252934f75de4fcc22f011b0d50404adfa',6795,'* remove doc change.','Yagami','2018-10-10 15:17:47'),(6682,2,'d4f0c7c72e83545f3c7b5c2507a3bfb1d5fa9668',6794,'* finish task #4981.','wangyidong','2018-10-10 15:14:56'),(6683,2,'105487e3e8f977bd0a589845aab085fdaa22aa33',6793,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-10 15:02:54'),(6684,2,'c69784a466cdc271b7f8a987efc68531861607d9',6792,'* change for zentaopm.','wangyidong','2018-10-10 15:01:13'),(6685,2,'7db8e54bcfa64f72d6932d2bf292ff7f09c1c33e',6791,'* fix bug #2224.','wangyidong','2018-10-10 15:00:23'),(6686,2,'40efdc4d17811190424e56235178a1241becf78f',6790,'* finish task #4983.','wangyidong','2018-10-10 14:59:47'),(6687,2,'763bb3601d1f4cf1b97bd399bd61c05223aa2498',6789,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-10 13:26:12'),(6688,2,'12f52a42a1d644203a5ed653851ab324de865920',6788,'* Finish task #4953.','Yagami','2018-10-10 10:57:11'),(6689,2,'55d78e4f8e44061175737e98a8e7626bf1469a90',6787,'welcome block count data','yfl','2018-10-10 10:56:19'),(6690,2,'d53cf25a2d9a96e88b58b226bc3937872128c44a',6786,'* Finish task #4961.','Yagami','2018-10-10 10:01:04'),(6691,2,'2e367fa89ae7ef6d0eb55f002573e69ce717f5f1',6785,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','yfl','2018-10-10 09:41:53'),(6692,2,'5ec4610e30bd00b3a82b3ee56decd7636ea4890b',6784,'modify time format','yfl','2018-10-10 09:40:52'),(6693,2,'18dbdd7f36fc629a07fef71fabb659506afb4748',6783,'* Finish task #4963.','Yagami','2018-10-10 09:35:12'),(6694,2,'d2095fa96110ccc8362e76e2bf924516755e1e97',6782,'* Fix icon.','Yagami','2018-10-09 16:52:08'),(6695,2,'5c24ece14a7d6bd693df9db5074d395246f9fdae',6781,'* Fix pri width.','Yagami','2018-10-09 16:28:33'),(6696,2,'043052609365ed078c0e23058b8fa26b2e33b675',6780,'* Finish task #4954.','Yagami','2018-10-09 15:10:00'),(6697,2,'f401d41aee7a565595834e80e08e87452eade45b',6779,'* Finish task #4954.','Yagami','2018-10-09 15:04:31'),(6698,2,'980af6044d9b75d89035367ec0b751601c96bda2',6778,'* Finish task #4957.','Yagami','2018-10-09 14:23:11'),(6699,2,'f8dc98b1963885fe624d97f16f2665f65902ec71',6777,'* change theme names.','Catouse','2018-10-09 14:16:31'),(6700,2,'ba473b7ef698f6c792502fe426392ce88eebb69f',6776,'* update classic themes.','Catouse','2018-10-09 14:11:53'),(6701,2,'c1a63defe4cfe1e009c32725fe0c80aaff758937',6775,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-09 14:07:09'),(6702,2,'8f5b47ab852c85d7180d0cc251bc644b5748d3d6',6774,'* fix font-size of assignto button.','Catouse','2018-10-09 14:07:04'),(6703,2,'24c7b0a2dd6c5d13d8fed73d4d14a78b4338cf73',6773,'* fix bug #2224.','wangyidong','2018-10-09 13:13:50'),(6704,2,'4e7ae0f8ac5533cdabfa459a650d58a4baeade17',6772,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-09 11:27:44'),(6705,2,'92f194758319328503cfdaa0c4c34b637c34e1ac',6771,'* finish task #4962.','wangyidong','2018-10-09 11:26:53'),(6706,2,'903c46d821b42296fe5faff73333041333a223f7',6770,'* Finish task #4965.','Yagami','2018-10-09 11:13:27'),(6707,2,'3657f64d05eb07c5f0641643c80c4c7a4e5669ce',6769,'* Finish task #4966.','Yagami','2018-10-09 11:04:57'),(6708,2,'fe8154ed3c9563bba6bf9c4379064066663e4cf2',6768,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-09 10:55:19'),(6709,2,'c96b78706037fff6c221f60427e4e245e475e576',6767,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-10-09 10:53:27'),(6710,2,'7cc5d548337da0900ef95ddb5d0f3646b89ebf36',6766,'* Finish task #4974.','Yagami','2018-10-09 10:53:19'),(6711,2,'6b2957fb14b9da8b37d26a5fdfefc443a73fa728',6765,'* finish task #4964.','wangyidong','2018-10-09 10:53:07'),(6712,2,'f1c761f50d1275eaf68214b0c2c08d5e1fb3f3c5',6764,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-10-09 10:21:26'),(6713,2,'4b8a44f68b2b0f1872540eac53c322c89cae6084',6763,'* Finish task #4972.','Yagami','2018-10-09 10:21:11'),(6714,2,'733c093b035658aceccfb6813406a6a3a28d2911',6762,'* finish task #4973.','wangyidong','2018-10-09 10:11:36'),(6715,2,'af4d64807b32684ddf3ace3913d7c70e642d812e',6761,'* fix for datatable in bug browse page.','wangyidong','2018-10-09 09:17:48'),(6716,2,'3987bac511f527a7b391447dbc1122192f1b3847',6760,'* If bug severity has customed, show severity value not the key.','chenfeiCF','2018-10-08 14:09:34'),(6717,2,'f48a0491a4f9b545baa4753569af8802962952f2',6759,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-10-08 13:48:54'),(6718,2,'3a35aa4435b7bb54fcad8fcb3232894f1f190bd6',6758,'* update severity label style.','Catouse','2018-10-08 13:48:48'),(6719,2,'7965e916536cbd574ae0331f15aaee108d52d375',6757,'* fix for get plan bugs.','wangyidong','2018-10-08 11:22:07'),(6720,2,'d3983268b3d0e20b178c8b727b3d522f9fae8210',6756,'* update zui theme.','Catouse','2018-10-08 10:34:57'),(6721,2,'c4e4dc42b70a87abda8105eeeac2dee18c8a19a2',6755,'* update zui theme.','Catouse','2018-10-08 10:33:59'),(6722,2,'8adf2567015282594e3dc8d5b80d722672ebcfdd',6754,'* fix assignto button style.','Catouse','2018-10-08 10:27:11'),(6723,2,'fb44467b26e8df1818dbcf4882ae484399ee4364',6753,'* change success color.','Catouse','2018-10-08 10:15:38'),(6724,2,'55fecfe0be7252da01e9a16f46593b37a3819f0b',6752,'* change status label colors.','Catouse','2018-10-08 10:14:56'),(6725,2,'e427eb88d9fe9253fdc537af964ae9f2f819cff8',6751,'* fix table list scroll to bottom on page load.','Catouse','2018-10-08 09:31:36'),(6726,2,'d5b555b51ba4128d49d60a85eca6beba752afb50',6750,'* fix icon color in dropdown menu in daskboard page.','Catouse','2018-10-08 09:23:51'),(6727,2,'1df5ef509ee5ce3aab3897ba197b6c39606c334f',6749,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-30 17:33:54'),(6728,2,'33ceeeee281d050b03cc7db92dc817be74db925e',6748,'* adjust for bind ranzhi.','wangyidong','2018-09-30 17:22:45'),(6729,2,'8c11529b7f2b3d062fdc6727028d2eb6d4afede8',6747,'* fix bug for checkPriv method.','wangyidong','2018-09-30 15:59:51'),(6730,2,'6bdf752fbdd80a2ac6144289ef5bcc88815f3873',6746,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-30 13:39:38'),(6731,2,'b04a810b30c09304971e1e015b8f8173d5429681',6745,'* change font size of subnavbar.','Catouse','2018-09-30 13:39:32'),(6732,2,'a856f8d0a33b773f65af993a6627a0f061464b68',6744,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-30 10:27:53'),(6733,2,'4ff3c8fca8cebb3f44cddee9b04967844582ea1d',6743,'* adjust for main actions.','wangyidong','2018-09-30 10:27:32'),(6734,2,'1e45782198b3e8ba5b62524c3638a30d55ede303',6742,'* Fix bug#2216.','滔哥','2018-09-30 07:54:08'),(6735,2,'fd13cdeccfda8b2c59f70fd63fbe980516c59105',6741,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-29 14:44:28'),(6736,2,'cce187c7e4fcf49b50d0e610b5c84332a73263b8',6740,'* fix for upgrade.','wangyidong','2018-09-29 14:44:04'),(6737,2,'6cf88f899904972a61b7b35aa317bc804178d754',6739,'* fix lines style of tree menu.','Catouse','2018-09-29 10:20:45'),(6738,2,'03d1a532651f1ee081b57cddc3f0bbe20abb0188',6738,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-29 10:10:14'),(6739,2,'ccd24f1ed24769aa035df58391727d45c6b540e3',6737,'* update zentao icon in footer with classic style image.','Catouse','2018-09-29 10:10:08'),(6740,2,'62e2c02d3b3065b15dfa0d90b5d21ddffd244ff6',6736,'* Fix bug.','滔哥','2018-09-29 08:18:09'),(6741,2,'bf0624329e35f8523d7fb90697ee141e29f86177',6735,'* Fix bug.','滔哥','2018-09-29 07:59:29'),(6742,2,'af4b70e86085f0346d6d19461dc366eb33809966',6734,'* Fix bug.','滔哥','2018-09-29 07:38:08'),(6743,2,'b18c3e6d13c0de7a5444c9a4ee044779f12b5869',6733,'* Fix bug.','滔哥','2018-09-28 14:16:04'),(6744,2,'4cf95b16e2d648e2cd2663dad6dc974415036853',6732,'* change for zh-tw lang.','wangyidong','2018-09-28 10:46:51'),(6745,2,'fdea2bca2750a40c6c652106d7d2e5afa1d865d8',6731,'* fix bug for snoopy.','wangyidong','2018-09-28 10:44:26'),(6746,2,'2d25ad825aa27bf0226fc131977a6baf91a8444e',6730,'* adjust code for upgrade.','wangyidong','2018-09-28 09:35:12'),(6747,2,'3423acdcc39c927c7606b5b9752515915ec502b4',6729,'* adjust code.','wangyidong','2018-09-28 09:03:52'),(6748,2,'12e366d54dbbac536d8971082bf10fe4f4f773bc',6728,'* Finish task#4796.','滔哥','2018-09-27 22:30:07'),(6749,2,'51cff9e6d9a863f0fb9c4107ebedbdb0b3160dc6',6727,'* finish task #4927.','Catouse','2018-09-27 18:12:59'),(6750,2,'8b1dab3bd9ea0384065c2409001fdcaaba868d74',6726,'* finish task #4927.','Catouse','2018-09-27 18:10:31'),(6751,2,'2a81053dd68e00b4002435a2bffbeaed19b943aa',6725,'* change tabs style in side column of detail views.','Catouse','2018-09-27 18:03:07'),(6752,2,'1b7631714e266522478cc86166d1deb2294aeb69',6724,'* change style of dropdown menu.','Catouse','2018-09-27 18:02:02'),(6753,2,'86e54205ed7e9635f138fff3722085704a9b2e67',6723,'* finish task #4930.','Catouse','2018-09-27 17:13:52'),(6754,2,'a24fd6eca6b667e7b4b09c9894867fb7e9f4a428',6722,'* finish task #4923.','Catouse','2018-09-27 16:58:58'),(6755,2,'165b8899c98e4647a8baf18f0ad55551a68c7e06',6721,'* change module label style in task list.','Catouse','2018-09-27 16:41:27'),(6756,2,'ea932f7f9ffe1ecae38e8a9e4528e629ba69b8c2',6720,'* finish task #4913.','Catouse','2018-09-27 15:51:12'),(6757,2,'c9e22b099e4e8f3625b48ce93089744d3f6cc03f',6719,'* finish task #4917.','Catouse','2018-09-27 15:50:59'),(6758,2,'2694f09d8c9810926d25b3f0d01efc88b80f4ac3',6718,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-27 15:42:26'),(6759,2,'942e8f8788210cade92edc058932bc275c37ed7d',6717,'* change timeline style.','Catouse','2018-09-27 15:31:04'),(6760,2,'c045bd8b119f7cd0b58b0a829b61ce9984e6f0ea',6716,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-27 15:23:33'),(6761,2,'3d68e51ec13759263b09e89e5679a2fa6023c4db',6715,'* finish task #4914.','Catouse','2018-09-27 15:23:24'),(6762,2,'deff332223a43a954c79ebce282d3942a8947a3a',6714,'* Fix action view.','Yagami','2018-09-27 15:23:14'),(6763,2,'9e262c512faab21fa0035d93129443435493ea17',6713,'* finish task #4951.','Catouse','2018-09-27 15:12:08'),(6764,2,'499eee1fa1fd5b71a82958da79bd6f64fdfc171a',6712,'* refactor code for task #4912.','Catouse','2018-09-27 14:54:02'),(6765,2,'85fd278ea7d423f3c4d8dab289d8bb4e663a3c45',6711,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # www/theme/default/style.css','Catouse','2018-09-27 14:47:28'),(6766,2,'f921f8fc69a1de6c7fcec6538151fcbca360b774',6710,'* refactor code for task #4912.','Catouse','2018-09-27 14:46:51'),(6767,2,'41d058bd2bb02a2ddd7d504e2a63578434469fef',6709,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-27 14:40:20'),(6768,2,'401123654c27e3610a6783a28d1997d465fb017c',6708,'* finish task #4911.','wangyidong','2018-09-27 14:39:29'),(6769,2,'6277a12f3fc813cb0bcab6700e96a2f4edf417df',6707,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-27 14:29:58'),(6770,2,'90242f5d6b5478bbe9f82c4e0c761cb568a5e172',6706,'* refactor code for task #4769.','Catouse','2018-09-27 14:29:53'),(6771,2,'1d1abd0cfc4332d2d5dd82fd2ccb7a553be8a408',6705,'* Fix craete case view pri span border.','Yagami','2018-09-27 14:04:34'),(6772,2,'4f718b379614600cff6d1c5bc83528227bbfcdd9',6704,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-27 14:00:02'),(6773,2,'bb3c7e82e305768ed8286440b1b2e2e7d1903ff5',6703,'* Fix create case view pri span border.','Yagami','2018-09-27 13:59:21'),(6774,2,'b4407c7529affd4170b162c50c1b529490252e99',6702,'* refactor code for task #4918.','Catouse','2018-09-27 13:42:11'),(6775,2,'7652f8bc1cf6b83051c0201f21caf26f265e5025',6701,'* refactor code for task #4769.','Catouse','2018-09-27 13:33:58'),(6776,2,'389b7d77c0de7b03531f91a25eaa420ba1b8cb52',6700,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-27 11:27:22'),(6777,2,'f8064bb042ee19bf17d153cd74665120878955d3',6699,'* finish task #4950.','Catouse','2018-09-27 11:27:17'),(6778,2,'059ed26f8d7de504c34de6eab108bd221fd50934',6698,'* code for task #4943.','wangyidong','2018-09-27 11:22:22'),(6779,2,'ef550c58fa2a9a0031c67768c3b0313725220e68',6697,'* finish task #4943.','wangyidong','2018-09-27 11:19:03'),(6780,2,'cc8c0a4344f505cb695980bc61e45df0d2cd43d3',6696,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-27 10:53:26'),(6781,2,'25c19f97b31ca5761ad47aaf05d56b737a06785a',6695,'* finish task #4948.','wangyidong','2018-09-27 10:52:54'),(6782,2,'6e0554f97078efae75b9d2e1b7396c42d33ceb25',6694,'* fix table style on fixed footer on page bottom.','Catouse','2018-09-27 10:42:00'),(6783,2,'235d88576a245b19379ee71c6cdbece208d3576c',6693,'* fix line-height of \'<a>\' element in table.','Catouse','2018-09-27 10:34:43'),(6784,2,'9656fdd2ba18e4f8416e01948fccd902732db890',6692,'* fix modal-iframe with double scrollbar.','Catouse','2018-09-27 09:46:50'),(6785,2,'e23a6e61d5a186f479f1d619a4b1ca82df592897',6691,'* code for task #4910.','Catouse','2018-09-27 09:40:01'),(6786,2,'3e881d281b9b2e24fe1a3edeaf1b88d58080aff7',6690,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-27 09:09:15'),(6787,2,'4ec5a294c1a0f0b5ef862cf0c60b4e7a5988ef01',6689,'* fix dynamic block style.','Catouse','2018-09-27 09:09:09'),(6788,2,'f8f85fd8579abd59e66ddf93d45e7fd2694b1285',6688,'* finish task #4949.','wangyidong','2018-09-26 17:09:27'),(6789,2,'6ccd172703cee5f0224df1f303086bedd5b693a8',6687,'* finish task #4909.','wangyidong','2018-09-26 17:01:14'),(6790,2,'bc75d033260f2aa1a82eae9764e1fe48a8bab3d2',6686,'* finish task #4925.','wangyidong','2018-09-26 16:13:45'),(6791,2,'e0950c3e8b911c63b4e32864cc83ba8030fcdff7',6685,'* finish task #4940.','wangyidong','2018-09-26 15:11:54'),(6792,2,'d9810596bc242c96409f5b79afbe4d507a79f511',6684,'* finish task #4922.','wangyidong','2018-09-26 14:34:35'),(6793,2,'ce9d11cef5ec3868a0cc37809e0149f7f3e67932',6683,'* finish task #4919.','wangyidong','2018-09-26 14:26:11'),(6794,2,'2d637bed3991ec94852a70024cc2cc311a9a0841',6682,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-26 14:20:01'),(6795,2,'9401b9b2505ca94847372fcc5bcfd2b0fd2fe5c5',6681,'* finish task #4932.','wangyidong','2018-09-26 14:19:30'),(6796,2,'8534f7b26d644952eab02d3eef6e2c7b3825bcb9',6680,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-26 14:16:26'),(6797,2,'373741ee78fc982b2347132d6a1ca45d2815b0f9',6679,'* Change report default button icon.','Yagami','2018-09-26 14:15:33'),(6798,2,'e9282d14106fbfe5c3d8c8741abb2dd0b76a05c2',6678,'* finish task #4933.','wangyidong','2018-09-26 14:10:26'),(6799,2,'f22139501a66bf7e5e6590d9e1b33c3d8ec11879',6677,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-26 14:08:25'),(6800,2,'07377dd65a6efa84e9ffce98a8c475c6adefd7d3',6676,'* finish task #4924.','wangyidong','2018-09-26 14:08:00'),(6801,2,'56ff1b8d097de958697e6c94f13bbc20601a49e0',6675,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-26 14:07:47'),(6802,2,'73108b8261460ef3ed1960082102409532a6f547',6674,'* Finish task #4942.','Yagami','2018-09-26 14:07:34'),(6803,2,'1ad541dd7ef06b368f4acbdadc5cb6128c3d7acc',6673,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-26 14:06:06'),(6804,2,'a9540d84438409aabc6d39ff4e6897601bd7bf1e',6672,'* adjust style for misc-about.','wangyidong','2018-09-26 14:05:18'),(6805,2,'f149100e718d2cf350e0175f3d832134ec33cbb7',6671,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-26 14:00:16'),(6806,2,'55511987f131a7060821e1d9583cdd97f1971bfd',6670,'* Finish task #4946.','Yagami','2018-09-26 13:59:57'),(6807,2,'e6fee33490ceabffab8e3d1c345f886a725cf200',6669,'* finish task #4937.','wangyidong','2018-09-26 13:57:03'),(6808,2,'e79e05665b31511e628706ab874caf199af6285c',6668,'* finish task #4941.','wangyidong','2018-09-26 13:53:53'),(6809,2,'267a659feae1919e8e6c7e2472d01013fd9870e7',6667,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-26 13:50:38'),(6810,2,'d836b773247701bd4697f7a897ce411084605316',6666,'* Finish task #4944.','Yagami','2018-09-26 13:49:16'),(6811,2,'556af243fa5eeac33d06ee7dc9f955b4937e0f2b',6665,'* finish task #4912.','wangyidong','2018-09-26 13:49:02'),(6812,2,'db497301f0226758da5e556184c5c66aa36be45f',6664,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-26 13:46:31'),(6813,2,'55442097f75f802b55c94bd681c79e3b930f6e77',6663,'* Finish task #4916,#4918,#4929.','Yagami','2018-09-26 13:45:36'),(6814,2,'c2168541f32e78481696609d9de672dabd02378d',6662,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-26 11:36:47'),(6815,2,'8f9944bc9f4c34209db33360d011a397cb1c511b',6661,'* update datatable.','Catouse','2018-09-26 11:36:41'),(6816,2,'ce3a23585d5663a5bd5ed5c75acc52f4f8084bdd',6660,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-26 11:08:55'),(6817,2,'e1c38885bd63ee887c5d839a97f539ceaa65e25e',6659,'* finish task #4910.','wangyidong','2018-09-26 11:08:34'),(6818,2,'14285ef43a53ff21d0a727e0793201117ab82da6',6658,'* Finish task#4935.','滔哥','2018-09-26 11:00:14'),(6819,2,'f4c684a481892c61187103108deae0dae9bebafc',6657,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-26 10:50:58'),(6820,2,'5fa19b78ca3cdf281177ef596a111a14b83cc394',6656,'* Finish task#4926.','滔哥','2018-09-26 10:50:52'),(6821,2,'6c64a21900b695ecbb31c30c521e7bf5ff348560',6655,'* adjust code.','wangyidong','2018-09-26 10:45:35'),(6822,2,'00e4fb31673ffa79ec2b99343610c00a17509453',6654,'* fix bug for editor tree.','wangyidong','2018-09-26 10:44:50'),(6823,2,'6357b9173d1db9c1dce85ab3fa141edbe985ef0f',6653,'* change ranzhi to zentao in Notes.','wangyidong','2018-09-26 10:43:33'),(6824,2,'330b21b2e317924ee380a6cf4b22848e6e93edd8',6652,'* Change Copyright Ranzhi to ZenTaoPMS.','滔哥','2018-09-26 10:43:23'),(6825,2,'3561a659c7cd2569cd1c7a09c58f1ba1e6ab2085',6651,'* add changelog.','wangyidong','2018-09-25 13:27:30'),(6826,2,'8f2a64c023d7fbd739c00dca95374609ddbe89c9',6650,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-25 13:11:29'),(6827,2,'f6cb04cd44539a8a3c6c02246de21034e3cfe8e5',6649,'* change http to https.','wangyidong','2018-09-25 13:11:06'),(6828,2,'1627f130449fd12a2fae72bc2bf939cdc01ea2b3',6648,'* Task#4796.','滔哥','2018-09-25 12:14:53'),(6829,2,'57137612e1b5937d2929ad0fa62f130792d68bc3',6647,'* Finish task#4795.','滔哥','2018-09-25 11:44:53'),(6830,2,'0520b7e34033956ca35bdabc0d8a81c86439b6e5',6646,'* Finish task#4795.','滔哥','2018-09-25 11:39:15'),(6831,2,'f32fa0e58c89d99ed6f51d73eacad37981611d99',6645,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-25 10:54:34'),(6832,2,'756ef3606669c26a12315e86a30914f7b0f5a447',6644,'* remove label-info class from module label in task table.','Catouse','2018-09-25 10:50:47'),(6833,2,'cb492059fea9abc46225e5d55ee216da8a4be0a0',6643,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-25 10:27:18'),(6834,2,'1350c2c856f6f92c3419a83d84ed4fb380cc4387',6642,'* change text align format in task table.','Catouse','2018-09-25 10:27:00'),(6835,2,'4fee520df159a6d75d597c87f4257e8f0f0eefd3',6641,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-25 09:55:02'),(6836,2,'bb85d129615f8438e6e607079ff7a4a94915d1ac',6640,'* Fix create case view css.','Yagami','2018-09-25 09:54:42'),(6837,2,'7e63bc430a6f307d0fdc9a94aa3f227636cb02f2',6639,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-25 09:47:34'),(6838,2,'290be6534b899002cb31fbbb63f6051fa5c57961',6638,'* refactor codes.','Catouse','2018-09-25 09:47:14'),(6839,2,'2f757f264942051e2c41a771c1d1f247ffd55db0',6637,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-25 09:40:44'),(6840,2,'b196ad97043e804b52cea0f7ab37afe1bd3b675c',6636,'* Fix case datatable action field width.','Yagami','2018-09-25 09:40:20'),(6841,2,'0cdaeda9ab059fbd90284450bf7ff793de553614',6635,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-25 09:36:56'),(6842,2,'94adf90943de71a68c7165f66231043fcc55e9b1',6634,'* improve UI of table.','Catouse','2018-09-25 09:36:50'),(6843,2,'f05b78cd5520da132e06db6f0497e5c6e01113f0',6633,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-25 09:34:13'),(6844,2,'44b982515463d87b98825773ee00d8dcec35e5db',6632,'* Fix create testsuite view.','Yagami','2018-09-25 09:33:52'),(6845,2,'4b3b8c4ef237de6a1f2046a41fa48aee466e3fdb',6631,'* refactor code.','Catouse','2018-09-25 09:22:42'),(6846,2,'7e70839e21f5d0eba41472f912664bd55cacf2a3',6630,'* change scrollbar position in datatable.','Catouse','2018-09-25 09:22:34'),(6847,2,'d3a5ed203020f9fa8b44350c9a125f2570980913',6629,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-25 09:22:26'),(6848,2,'d6558a392b890f2f6eab871ad9dd2a74c84193d6',6628,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-25 09:06:23'),(6849,2,'ce80ed9c4e5e9097c0c75d89dc2d54b4fe8d6fce',6627,'* Fix groupcase view css.','Yagami','2018-09-25 09:06:00'),(6850,2,'83f20943f4e59d1b01b0fdc916716035f8cf9e3d',6626,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # www/theme/default/style.css','Catouse','2018-09-21 18:19:26'),(6851,2,'d3220869b49746d188cd16bb241bf5de9308096b',6625,'* improve UI of project/testtask view.','Catouse','2018-09-21 18:19:01'),(6852,2,'91f7c2c6993f6deab0e4afba9d08d5e6ace24d21',6624,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-21 18:10:55'),(6853,2,'f93677d1567601eccdb6026553d3012da539cb46',6623,'* revert for assignTo.','wangyidong','2018-09-21 18:09:34'),(6854,2,'c7775aff276e43e31251e721b94d2b033f69dc6a',6622,'* refactor code for task #4888.','Catouse','2018-09-21 17:59:23'),(6855,2,'202d4b2644d27e12c2865dbb580286693f4affdd',6621,'* finish task #4849.','Catouse','2018-09-21 16:44:08'),(6856,2,'e45a1e4d34d1fda6cdfc5d4b675b9962a2cc02ee',6620,'* finish task #4791.','Catouse','2018-09-21 16:39:10'),(6857,2,'dacefbf8447192c16e41625dd68061d7146a6c97',6619,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-21 15:32:30'),(6858,2,'1588e380b62bbb559f47e28147d88b112c12c55d',6618,'* finish task #4855.','Catouse','2018-09-21 15:32:24'),(6859,2,'e38601e5ee6e0c4c4ea811c5073809f7870e8d0e',6617,'* finish task #4865.','wangyidong','2018-09-21 15:17:09'),(6860,2,'7c992e499858342908b8c14a0edbdcb39958e0cb',6616,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-21 15:15:45'),(6861,2,'e6b8ac6a2bf91c0126c82630b59644f909b27b92',6615,'* fix for link zentao site.','wangyidong','2018-09-21 15:15:13'),(6862,2,'a34cc77a91076e05c5c7e66b2677be235f2b1aab',6614,'* fix sidebar UI.','Catouse','2018-09-21 15:11:39'),(6863,2,'9753ef3218f695e2c3ddf253a39d37bd04108a6b',6613,'* finish task #4861.','Catouse','2018-09-21 15:00:11'),(6864,2,'84262dfaea1d493531c9e4d72d8e0ea36e544a4a',6612,'* update zui themes.','Catouse','2018-09-21 14:24:01'),(6865,2,'d6342e7e4cf3692177795fbc2cf1d2ff0c1846fb',6611,'* fix style in firefox of project/groupedtask view.','Catouse','2018-09-21 14:23:44'),(6866,2,'9e573987b2605f5c8974c8c992d06b91245c53f3',6610,'* finish task #4860.','Catouse','2018-09-21 11:52:45'),(6867,2,'21c8c13db0a1dbd827af5b560b4184cadf873ac4',6609,'* finish task #4862.','Catouse','2018-09-21 11:43:16'),(6868,2,'623d9246e7d1677dae6f28bbfa2e1430bbf7fade',6608,'* improve UI of project/grouptask view.','Catouse','2018-09-21 11:40:30'),(6869,2,'f93ea0088bc66fc630ebbe4f71fb670326a2f2a6',6607,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-21 11:29:36'),(6870,2,'9b616f7524f51a51044ea4210cc3a6c866c62782',6606,'* Fix task #4860.','Yagami','2018-09-21 11:29:21'),(6871,2,'8f3e524be511396f124164a850d5c810149fef45',6605,'* improve UI of grouped table.','Catouse','2018-09-21 11:28:46'),(6872,2,'a7152e64969261322fffdf7637eb75132e70aa88',6604,'* finish task #4906.','Catouse','2018-09-21 11:09:08'),(6873,2,'c386061532397b3744b5d9c88058379396ce4118',6603,'* improve UI of main table.','Catouse','2018-09-21 11:00:04'),(6874,2,'82d4229202156b179be3f80cf783082d7dfacbea',6602,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-21 10:53:56'),(6875,2,'12ea080d7f2b16eba130549e5cd4822c24918bae',6601,'* change back btn style type.','Catouse','2018-09-21 10:53:49'),(6876,2,'2c2ece7c343f7754555d22ae183cbb0e77073fdf',6600,'* finish task #4763.','Catouse','2018-09-21 10:18:42'),(6877,2,'ba9ad595da43c7c9d5817bc67929a36991c868eb',6599,'* finish task #4766.','Catouse','2018-09-21 09:13:00'),(6878,2,'a500d57bfe0318582bb821d9be743ff7b5876a58',6598,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-09-21 08:30:30'),(6879,2,'e03981b8d7b7fc79304f2e4838d2d8241f128584',6597,'* Finish task #4872, #4873.','chenfeiCF','2018-09-21 08:29:26'),(6880,2,'e01aef954e9eea469f48599a773222c98ecf6c35',6596,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 17:59:21'),(6881,2,'ffd09f700cf9a7e12ee940f99295e18ce24e5d4f',6595,'* change color of bug severity badge.','Catouse','2018-09-20 17:59:16'),(6882,2,'c75eae3907d59166159f70402e36fe623f1cc825',6594,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-20 17:58:25'),(6883,2,'692f81fd9ddf1c32d28ef13d96a41a00dcec21ff',6593,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-20 17:35:33'),(6884,2,'a4e7756fd5deb19d285b83d5f4d44db7a443e389',6592,'* finish task #4851.','wangyidong','2018-09-20 17:34:53'),(6885,2,'6276bfb33901aa1d1ab2c4bc6ba55a28c87fc14b',6591,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-20 16:59:58'),(6886,2,'f4c032e5cc396c915c9754e9aefbb734860f5e29',6590,'* Finish task #4866.','Yagami','2018-09-20 16:35:24'),(6887,2,'f4e565ea93d7a9f9190d5a14c7b4bbb30de69a79',6589,'* Finish task #4867.','Yagami','2018-09-20 16:33:39'),(6888,2,'36ced4814768a14b2e558143ae562ba7158ed319',6588,'* adjust for block.','wangyidong','2018-09-20 16:31:32'),(6889,2,'fbeb037011c0b6e4d6033498de75e3bba65781c6',6587,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-20 16:30:10'),(6890,2,'e359e72a9ed266454bb455fe37ad30ca1a8a38bc',6586,'* Finish task #4868.','Yagami','2018-09-20 16:29:45'),(6891,2,'21746c43a216381945406000cd2e8bcfb8f4f587',6585,'* fix cannot click submit button in hiddenwin form when trigger a error from remote server.','Catouse','2018-09-20 16:26:25'),(6892,2,'c29e88f04922f8e1f1db891f68a857db78b877b7',6584,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 15:47:15'),(6893,2,'6559c72721eec47307cc862d7983bd8b16173da9',6583,'* improve UI of main table.','Catouse','2018-09-20 15:47:09'),(6894,2,'77a55743dadb0d86a82f782e854d494be4b3072f',6582,'* finish task #4889.','Catouse','2018-09-20 15:46:33'),(6895,2,'ab890a2606b3881ae9fa38abe64fca81853b4e22',6581,'* adjust for task #4895.','wangyidong','2018-09-20 15:02:50'),(6896,2,'c3f808434e11ece4c605c73e62d7b33e7bb12983',6580,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-20 14:43:16'),(6897,2,'2f468832aa943e89c7bff8b68c459a07793d5741',6579,'* Fix groupModel-updateUser method.','Yagami','2018-09-20 14:42:37'),(6898,2,'8e8b464f48d566aeb25bed8a2bb94013950a415a',6578,'* code for task #4874.','wangyidong','2018-09-20 14:39:36'),(6899,2,'6a892e2b13d0bb1287cdbd3a1b587d0782c4c2d5',6577,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 14:39:32'),(6900,2,'c85a3d61daae76c457becdb9d81d9dd8e3250b7b',6576,'* change style of sub task toggle icon.','Catouse','2018-09-20 14:39:25'),(6901,2,'f3e026d2dab5235a828a7d4cb809f46e90ad2256',6575,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-20 14:25:50'),(6902,2,'0b085311b405a166286d665e6915738addd3aa9f',6574,'* finish task #4874.','wangyidong','2018-09-20 14:25:28'),(6903,2,'bcca340d54c122f8a10298db3eaf813519c13cc6',6573,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 14:20:56'),(6904,2,'4b794de45971c3abbbd6676b64cd193693c678cf',6572,'* change UI of list-group.','Catouse','2018-09-20 14:20:50'),(6905,2,'3e6f30bf9afdbee23765b003ac0fd9859ede04db',6571,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-20 14:10:29'),(6906,2,'9f1abd17e6614664d05eb0d7f1a066d48641b48d',6570,'* Finish task #4723.','Yagami','2018-09-20 14:10:13'),(6907,2,'c3e5709701f4b96bec60063b665c91ff9a5f1a4e',6569,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 13:42:59'),(6908,2,'8618df7b576101037d23ae9634f80392ae888b74',6568,'* change UI of flowchart block.','Catouse','2018-09-20 13:42:54'),(6909,2,'3559387c5fa10f71c688cebab5ca790e18cf7f3e',6567,'* fix style of list-group in dropdown-menu.','Catouse','2018-09-20 13:42:39'),(6910,2,'89461901504c1aed03e7d591dc17202fc2bdb5ef',6566,'* Finish task #4879.','Yagami','2018-09-20 13:35:33'),(6911,2,'ea149d56fd3005f55bfb0bd5382ca500052c87db',6565,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-20 13:18:16'),(6912,2,'fa38ced902ed35fa0a1277bd1e1d9653d4de1929',6564,'* finish task #4897.','wangyidong','2018-09-20 13:17:27'),(6913,2,'ef95081be3c1b2ace37f69317f186b63c47be86f',6563,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-20 13:15:39'),(6914,2,'b8740489960425d4d9f1cb00f025234898bc1de4',6562,'* Fix block count status css.','Yagami','2018-09-20 13:15:12'),(6915,2,'d8bab691b57068a8dfe062a84bc27f0686be362a',6561,'* finish task #4772.','Catouse','2018-09-20 13:07:10'),(6916,2,'52936c13beccc68a87ed83285bd0591252e6ff07',6560,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-20 10:54:24'),(6917,2,'6cedbefacc0a79bdb4f7740158a2105cc3af9d7a',6559,'* Finish task#4864.','滔哥','2018-09-20 10:54:18'),(6918,2,'9f42286dd0e0fe68e3cf94b3d7cf54d377d1d7b7',6558,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 10:44:50'),(6919,2,'2c45b05e28276cba5f336bd8adf4d5ba86f08a82',6557,'* change table footer style when footer fixed on bottom.','Catouse','2018-09-20 10:44:44'),(6920,2,'e3a1b2f2a22228fd6b06283b020234ff12412577',6556,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-20 10:24:19'),(6921,2,'46173702a5c91aa5c68f433ac15b7fadbc8a7a21',6555,'* finish task #4887.','wangyidong','2018-09-20 10:23:53'),(6922,2,'c345950c698201fc7bb4fde92675f5454c7d75f7',6554,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-20 10:21:51'),(6923,2,'78aa4d5f688779e6cfcb19fd5a22a85f007bc9bd',6553,'* Change for task#4773.','滔哥','2018-09-20 10:21:46'),(6924,2,'57493f698fc88ff7cc3e3ad876a3c9dc16a1b9e9',6552,'* finish task #4716.','Catouse','2018-09-20 10:14:57'),(6925,2,'46f141c6e45d60b6c1c9e113900e41d89a71b394',6551,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-20 09:53:40'),(6926,2,'975604db6f69606521ff5f377d0add78e357ec87',6550,'* fix background color of .table-grouped.','Catouse','2018-09-20 09:53:34'),(6927,2,'663577b1adace659d42fa23b0aa80ab9e2e1a8fc',6549,'* Fix task#4846.','滔哥','2018-09-20 08:26:01'),(6928,2,'3cb02d06ceccb2f62a5612fb7ef861ac8541c686',6548,'* Fix task#4845.','滔哥','2018-09-20 07:55:40'),(6929,2,'82456f64383b5fd68ec2b4b7691ab6a38bd3d434',6547,'* update zui themes.','Catouse','2018-09-19 20:58:24'),(6930,2,'ad8468037d50da89b0350d083f73ee1f421d4097',6546,'* finish task #4842.','Catouse','2018-09-19 17:55:43'),(6931,2,'251e350375d9533127af92ff5a4ebbf7174b17fb',6545,'* finish task #4753.','Catouse','2018-09-19 16:59:26'),(6932,2,'27e1bdd753fd99422e33c09a1709c5699b4a01c0',6544,'* change login background color.','Catouse','2018-09-19 16:58:55'),(6933,2,'576752be697dd0209ef57c96e53d8042c68f41bb',6543,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-19 16:47:47'),(6934,2,'232eb30f5cf63c40ca0d0f2c107e52e57bbf9dbd',6542,'* change pri and severity label badge color.','Catouse','2018-09-19 16:47:41'),(6935,2,'7bdf2996f228553b1a0d4ca3c10249a07f5d0827',6541,'* finish task #4844.','Catouse','2018-09-19 16:47:21'),(6936,2,'40d662e996d069b990fc75b2ac084eb0967290f9',6540,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-19 16:01:07'),(6937,2,'1148ff0f7cbd0db69609e9b7a85c1deec790a1d8',6539,'* finish task #4892.','wangyidong','2018-09-19 16:00:38'),(6938,2,'6684f4a8178a05af6218800cf6808343d5ba4b8f',6538,'* Finish task #4738.','Yagami','2018-09-19 15:57:00'),(6939,2,'42d3cd0e5ee0507ba734cec186fd75281da5f919',6537,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-19 15:16:32'),(6940,2,'fbeef27821136be1eb414f905e0601dbeecfb058',6536,'* Finish task #4790.','Yagami','2018-09-19 15:16:18'),(6941,2,'2fa7eb9e835964c446e3568da678d35b0e499a46',6535,'* Finish task #4863.','chenfeiCF','2018-09-19 15:12:59'),(6942,2,'d91291455bd86b1313c767ce4ebdb718f70396ad',6534,'* Fix float action button on actions column.','chenfeiCF','2018-09-19 15:04:04'),(6943,2,'933660e633851060a1920cb84954480d5e4f3360',6533,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-09-19 14:59:34'),(6944,2,'9e19e3fc859ecd4cc86ccfc5806edc30b0875a90',6532,'* Remove label-dot which in list page.','chenfeiCF','2018-09-19 14:58:48'),(6945,2,'c52c99a1fa66ccb011da6f6bef1f538d7ed74cea',6531,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-19 14:44:11'),(6946,2,'16bd3fadee42f1a4d35a9edf78b32377843017b3',6530,'* fix btn class in productplan/browse view.','Catouse','2018-09-19 14:44:05'),(6947,2,'f7bfe9fab297c16c0a03ff7446af3f06fca98a2b',6529,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-19 13:58:30'),(6948,2,'dc9eb1fff743c686c2e9564207f40c2ec7cf6793',6528,'* Finish task #4847.','Yagami','2018-09-19 13:58:16'),(6949,2,'c6bef0c5361446c9e07b3195a411464091b7b40e',6527,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-19 13:42:49'),(6950,2,'4e7d9a8ab76ec11434905efb24bd8245a921e7e8',6526,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-19 13:29:48'),(6951,2,'9044c9569e13e1a3dd8498cd9f43ce184ee2a6ec',6525,'* Finish task #4856.','Yagami','2018-09-19 13:29:21'),(6952,2,'41c563bf3262acd263850537af9cfec13ab11e77',6524,'* change color of colorpicker btn.','Catouse','2018-09-19 12:20:15'),(6953,2,'551c1415c58300aac117da495752ada4b95e921e',6523,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-19 11:37:37'),(6954,2,'3e8707c177c969aac8fff3d61ebc9e7274db3e4c',6522,'* change UI of page header.','Catouse','2018-09-19 11:36:14'),(6955,2,'76db6e160c915253ce03f08227ee0c9852942edd',6521,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-09-19 11:23:58'),(6956,2,'e16f9853f4df5bed636335b3c4dfc767b898ef28',6520,'* Move the assignTo btton to actions column and remove label-dot near status.','chenfeiCF','2018-09-19 11:22:18'),(6957,2,'8a192069272c0e5754e4787411789a2c7a5eb677',6519,'* finish task #4876.','wangyidong','2018-09-19 11:18:49'),(6958,2,'4426e73fcc9cebdb9d617cee0f94331dfba1d851',6518,'* finish task #4875.','wangyidong','2018-09-19 11:08:21'),(6959,2,'c9db0cac7a89199747b646effbebcfe9e286c1c1',6517,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-19 10:48:36'),(6960,2,'c78de38680f13b8e01a0359520d8bd8e5f659261',6516,'* finish task #4896.','wangyidong','2018-09-19 10:48:18'),(6961,2,'8bcac87dc118d7c9cc5e836b48b54d79d2b7eae2',6515,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-19 10:26:36'),(6962,2,'4949606cbeed274159583a9641a102d34e18d934',6514,'* finish task #4904.','wangyidong','2018-09-19 10:24:57'),(6963,2,'9983b0ff19c9b291d362b79dad5a02b2fb194377',6513,'* improve UI of table, datatable and tablesorter.','Catouse','2018-09-19 10:23:29'),(6964,2,'6366242f71f177d0ca11e262a3a63a0f529a9d1b',6512,'* finish task #4894.','wangyidong','2018-09-19 10:21:48'),(6965,2,'e09ee91ba8a8488e539501f6d9fe737a0da530a8',6511,'* finish task #4901.','wangyidong','2018-09-19 10:16:05'),(6966,2,'1880a093ced421dfa5b947882313f3b83ef4a3c6',6510,'* finish task #4899.','wangyidong','2018-09-19 10:13:12'),(6967,2,'ce39bafc251f1219bf5623a09cb132dda38d27a4',6509,'* finish task #4891.','wangyidong','2018-09-19 10:09:05'),(6968,2,'53b046a698d74ed968d1e43887762509660481a6',6508,'* finish task #4880.','wangyidong','2018-09-19 09:36:23'),(6969,2,'e839c7bf528e465c482de65fa83a2f7937945fc0',6507,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-19 09:13:26'),(6970,2,'cbf94b4be9d86299affa880ac4669813cb6dda3d',6506,'* finish task #4841.','wangyidong','2018-09-19 09:12:26'),(6971,2,'000c08e9439dd0b69b8269aa9eb6baa40f80b194',6505,'* Finished task#4890','滔哥','2018-09-19 08:11:25'),(6972,2,'946dd1d9ce0871252e227f422c131a6099cc129f',6504,'* Fix task#4854.','滔哥','2018-09-19 07:52:35'),(6973,2,'cd0554b2f36880a63f8e6419fb7ecd7be460e719',6503,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-19 07:41:53'),(6974,2,'0b83fffbe012e31d75ec74bc6f2620636931443d',6502,'* Finished task#4854','滔哥','2018-09-19 07:41:28'),(6975,2,'bf8199a5bb60419186ed4fe3eb5906ed2356ddf7',6501,'* improve UI of testcase/edit view.','Catouse','2018-09-18 17:17:09'),(6976,2,'4b5e0f071a273c397470ecfa355ee6f2ae5481db',6500,'* fix js error when auto set height of textarea.','Catouse','2018-09-18 17:13:03'),(6977,2,'60ec826bd9e108fb8e9ebb9d1ee3f1bca6c17132',6499,'* refactor codes.','Catouse','2018-09-18 17:02:34'),(6978,2,'f823562aa38bcdd5cb6ff26bb71d813789f7decd',6498,'* code for task #4733.','wangyidong','2018-09-18 14:26:26'),(6979,2,'6974aa5496302ffb15853cbac5cc786ca63000e9',6497,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-18 13:50:41'),(6980,2,'893f3b42a657717091ef93336cb39b3de83a55f8',6496,'* finish task #4733.','wangyidong','2018-09-18 13:50:22'),(6981,2,'232213ef318e331094d4c558e5dfd42be6f646fa',6495,'* Del style.css line 20.','Yagami','2018-09-18 13:42:05'),(6982,2,'1ce6e698b91af9175d01493d32c4f039f3fb169d',6494,'* Finish task #4881.','Yagami','2018-09-18 11:13:21'),(6983,2,'cd4083a7d11ad7f09be9f44a55a8404a5c18c799',6493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-18 11:05:17'),(6984,2,'406c4dfc7e0816e79db38f16b80a5245914dade5',6492,'* Finish task #4882.','Yagami','2018-09-18 11:05:05'),(6985,2,'75fcdf94ae52f0fb91eb63b470001b4a7a55f2f8',6491,'* Finish task #4869.','chenfeiCF','2018-09-18 11:01:55'),(6986,2,'62400ea9c0a7841f67c19c4f158e6c626bc6ced8',6490,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-09-18 10:40:23'),(6987,2,'67bfd87a0cc9376848878ef80de8d0058e477c17',6489,'* Finish task #4843, #4883.','chenfeiCF','2018-09-18 10:39:27'),(6988,2,'f505297ac7b388fa62f944acfa69e580d3462d97',6488,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-18 10:38:25'),(6989,2,'a4e6685feba7e25410f2acb4bc8b362627381093',6487,'* finish task #4751.','wangyidong','2018-09-18 10:37:06'),(6990,2,'a550d8b634dec337261793307d7c8cd8b8f51162',6486,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-18 10:26:00'),(6991,2,'d5bdf6d83403ca15b45f81cd80b4b58ccc8147dd',6485,'* Finish task #4902.','Yagami','2018-09-18 10:25:41'),(6992,2,'7f32317e287ec6daae5e08b81471fa9a981a93f4',6484,'* adjust code.','wangyidong','2018-09-18 09:49:46'),(6993,2,'1c6f89403271141a180338b030f2a1d0bc9491ec',6483,'* finish task #4884.','wangyidong','2018-09-18 09:49:30'),(6994,2,'9a8d0e8ab040f8f6e75353433cd810c8b5084cc3',6482,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-18 09:49:08'),(6995,2,'a242759f78afae6cbf5c29531df9c648d59327bb',6481,'* adjust code for tree checkUnique.','wangyidong','2018-09-18 08:56:57'),(6996,2,'75978f3cc1f4a9febee7141f45c6bd1969bcd0e8',6480,'* Finish task #4898.','Yagami','2018-09-18 08:52:41'),(6997,2,'30eb2ce98f081b19ecc45d0c3cc559a38cf44111',6479,'* change $_SERVER to $this->server.','wangyidong','2018-09-17 15:53:06'),(6998,2,'0e7f83df8a61d8092067f930cf124dc33699c8f5',6478,'* Finish task #4859.','Yagami','2018-09-17 15:07:13'),(6999,2,'d75be50cd7e0dea6773b51e2988f1ca2346d74d2',6477,'* adjust for user view.','wangyidong','2018-09-17 11:30:31'),(7000,2,'ad5c25e84321502cf08b58e39fb05de60e2afffd',6476,'* adjust for code format.','wangyidong','2018-09-17 09:19:16'),(7001,2,'17d997c44eba56580436fc22b780a633b42fbc81',6475,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-17 09:18:19'),(7002,2,'2f5a5116447f412d3fbb78448f859a687ca4b177',6474,'* finish task #4696.','wangyidong','2018-09-17 09:17:47'),(7003,2,'500f39e290a6d1b50175d6600e6cfd17156f2eef',6473,'* Fix bug for task#4806.','滔哥','2018-09-15 22:48:15'),(7004,2,'ecf8935ccf41a6766be25f3cf3666b068cbb20a9',6472,'* Fix bug.','滔哥','2018-09-14 22:09:31'),(7005,2,'a0dc6189743a2a64523524afbe473b44372e6e90',6471,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-14 14:27:01'),(7006,2,'64b34ba5c6a7c109856da1ea2ee61ee1e89ce3c2',6470,'* Finish task#4806.','滔哥','2018-09-14 14:26:54'),(7007,2,'fa40143a8ffd6f25af9f166466ebcd7efe4962d4',6469,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-14 13:53:56'),(7008,2,'ade2ddfc8b5d46b73cb96bbde71abf6f07a5fb70',6468,'* Fix create bug view.','Yagami','2018-09-14 13:53:36'),(7009,2,'39efa87c5d380dce451ba19a08caa54d920fd283',6467,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-14 13:27:35'),(7010,2,'5b858a5aedeecbec925aeb37d03c8d497dea3b21',6466,'* add fade effection to bug/create form view.','Catouse','2018-09-14 13:27:26'),(7011,2,'d003415bd5d74ea3bc0daeb3b86f5c37ede9e13b',6465,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-14 13:25:52'),(7012,2,'05ab77a4cd3b26a56f4f490f616c2e97d4095720',6464,'* Fix create bug view.','Yagami','2018-09-14 13:25:01'),(7013,2,'c8005b396b57ec7da995f16f9238cbac04e2a2ea',6463,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-14 13:24:25'),(7014,2,'caebe27379a12d38a0f0c5a56e4e29bf5571c883',6462,'* fix UI of bug/create view.','Catouse','2018-09-14 13:24:16'),(7015,2,'a208aaabe0f1400a8da169d66c63d04a08e5df89',6461,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-14 13:08:40'),(7016,2,'61c96a07eb0ef77d9eca468107b3fc7f58a29732',6460,'* Finish task #4780.','Yagami','2018-09-14 13:08:17'),(7017,2,'7a6319653acd9c32228406323fca52dbfdcc50b1',6459,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-14 11:28:54'),(7018,2,'10a69fdafe5951a167f9304e741c3214a340b0d2',6458,'* adjust for new get projects.','wangyidong','2018-09-14 11:26:06'),(7019,2,'dd282e82cb22215717b8dd12bf1fd99da0270400',6457,'* Fix bug.','滔哥','2018-09-14 10:55:43'),(7020,2,'e47515aa62804a2b01e264e3b2956aca413f8c56',6456,'* Finish task#4794','滔哥','2018-09-14 10:52:58'),(7021,2,'4cb3594c13c6b10bc43656fedce8bf2951394021',6455,'* Finish task #4774.','Yagami','2018-09-14 09:14:21'),(7022,2,'27a71dbb14a09d80646d7a0eed439068f22270ff',6454,'* finish task #4758.','Catouse','2018-09-13 19:03:29'),(7023,2,'55213c63b87873b00dba3f1d9b3d949a1fd4343d',6453,'* change themes.','Catouse','2018-09-13 17:27:40'),(7024,2,'ef8317accc17b769d690033838ad7d14a57fd5d1',6452,'* finish task #4741.','Catouse','2018-09-13 16:29:06'),(7025,2,'dd3cc0c2d11b4c7262e2c3f3e67aa50a5371d168',6451,'* finish task #4802.','Catouse','2018-09-13 16:16:46'),(7026,2,'b8af440e132a8e52ea0e041f1a9900ae4fa23e54',6450,'* change header UI.','Catouse','2018-09-13 15:42:46'),(7027,2,'bfd12b895fdbfb90462d80d0e46f267de3474d97',6449,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-13 15:34:44'),(7028,2,'2e81d3925c4c6ba7677248c38b09e34acae35946',6448,'* change default theme.','Catouse','2018-09-13 15:32:21'),(7029,2,'64738f17ed51aa11385287a2258d5eb473be6974',6447,'* change pri badge style in kanban.','Catouse','2018-09-13 15:32:10'),(7030,2,'3bbcc850033ddb4fa6c6956841986b18ec5c4483',6446,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-13 15:31:22'),(7031,2,'99a5cdc13c77cee6617c8f74508e66a78b57cbe6',6445,'* Finish task #4776.','Yagami','2018-09-13 15:31:04'),(7032,2,'8ed63f50ba36313bc10d5e157920376a2cfbb0d7',6444,'* code for dynamic.','wangyidong','2018-09-13 14:58:45'),(7033,2,'e7e540ba326a8a371230650296faa64ee0edb169',6443,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-13 14:53:48'),(7034,2,'8dde46e1b672b6fede233554e3dc5fc9542ee5dc',6442,'* finish task #4700.','wangyidong','2018-09-13 14:52:17'),(7035,2,'3d18ffc88ec4a1a5e13bb349b1ef4944d2833d4a',6441,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-13 14:45:22'),(7036,2,'a26357eb15c7cb954d6204d0c32ffdade140cc67',6440,'* finish task #4814.','Catouse','2018-09-13 14:44:40'),(7037,2,'76cf85df7a14ebf61a80247cb8c62c64acaf8df1',6439,'* Add a param to datatable printHeader method.','Yagami','2018-09-13 14:36:25'),(7038,2,'8c2294909cfb49bfbb1c90e4c10e5f2053d408bb',6438,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-13 14:35:25'),(7039,2,'ac395e6311b52129d77dd082b122dda0aeb82bfe',6437,'* refactor bug/create view and finish task #4732.','Catouse','2018-09-13 14:35:17'),(7040,2,'c1e0231ef12f0bf81d061f943197605e8d10629b',6436,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-13 13:36:04'),(7041,2,'aef5e21479557ad6f35cbb6e41d1e224a82e3237',6435,'* finish task #4711.','wangyidong','2018-09-13 13:34:32'),(7042,2,'69091fc300102963d2e8a40056c0e22eb6071690',6434,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-13 12:03:29'),(7043,2,'a22350a0278205cb3323bf8c7d6883737671ca0c',6433,'* finish task #4728.','Catouse','2018-09-13 12:03:03'),(7044,2,'4a8dc230ab6ad6c1f9bd0ed9852b913123450df6',6432,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-13 11:25:28'),(7045,2,'d3f8dac3d4154920846dbb5a5013a1f6ff00c8f7',6431,'* Fix bug.','滔哥','2018-09-13 11:25:21'),(7046,2,'01fbb94e2f37c6237049cc1512775397c59f169b',6430,'* refactor codes.','Catouse','2018-09-13 10:56:18'),(7047,2,'e2ee522bf172833800a926fc056fa04c7847ccc1',6429,'* refactor autoResize textarea.','Catouse','2018-09-13 10:56:08'),(7048,2,'a98a04033c7dbf548eb2e8bdf639eda908d80586',6428,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-13 10:55:43'),(7049,2,'5e5dd8f21a624db6c8e1ae446911d9a51599ddb2',6427,'* finish task #4688.','wangyidong','2018-09-13 10:55:03'),(7050,2,'ae2183f901063500b6ef088caa918f997d322da9',6426,'* Fix testtask groupcase pri width.','Yagami','2018-09-13 10:42:30'),(7051,2,'ded432d258f5ad093f26e0870320de5fae7d93c9',6425,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-13 10:29:48'),(7052,2,'2ddb4a35d12d7f43d127114f73af05179a20ea20',6424,'* Fix report default button.','Yagami','2018-09-13 10:29:23'),(7053,2,'e7d358eeedff0f43cc6b7aeed0223db478ca7ff5',6423,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-13 10:27:47'),(7054,2,'b5f660d2f502d64d5b02513e4ef15a1ff677d819',6422,'* finish task #4726.','Catouse','2018-09-13 10:27:42'),(7055,2,'020b26d2d91455110be6c3ab7baadd7ac6b8dba6',6421,'* Fix bug.','滔哥','2018-09-13 09:52:28'),(7056,2,'74f956c522771c879913b478215e644e162b436b',6420,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 17:13:56'),(7057,2,'24cb0d757edc0ddd1c91f1a16fbf7d03579ddecd',6419,'* finish task #4724.','wangyidong','2018-09-12 17:12:58'),(7058,2,'b9d608d90261433de32d42ce0f81cb380e0a02ab',6418,'* Fix detail-content margin.','Yagami','2018-09-12 17:09:46'),(7059,2,'56f49c64feeb002bf5e8fba71c647e4c3eb65d28',6417,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-12 16:58:22'),(7060,2,'c22696976ce48b5c309a88ce5cd3bfa28e450b4f',6416,'* Finish task #4721.','Yagami','2018-09-12 16:52:42'),(7061,2,'464e8ebadf546baa6e454324adb775141e1f57af',6415,'* code for task #4743.','wangyidong','2018-09-12 16:51:56'),(7062,2,'3c50648d3b95f86da60b602dc31ebcdd1d7e3a94',6414,'* code for task #4701.','wangyidong','2018-09-12 16:51:27'),(7063,2,'c2d3aa9662f3c346e46ff3051df4c80ec0befcd9',6413,'* code for task #4702.','wangyidong','2018-09-12 16:05:33'),(7064,2,'f9c77a1a69a82399a66877c7ec8c9c03dc93024d',6412,'* finish task #4719.','wangyidong','2018-09-12 16:03:43'),(7065,2,'bd7e6c0d0fbaaca57fa3243782492c1a8cfbb6b6',6411,'* finish task #4705.','wangyidong','2018-09-12 16:01:05'),(7066,2,'78a5318cae399ae05f625895db6d99287fa6affc',6410,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 15:00:47'),(7067,2,'2d30ee8a97a3a855e345c2fab9df5dd36db5225b',6409,'* finish task #4725.','wangyidong','2018-09-12 15:00:21'),(7068,2,'518ac856c9b9831a3cf6264d97079891e150c97e',6408,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-12 13:54:29'),(7069,2,'976b7770fcdf02257775b0029e506bdab44c757a',6407,'* Finish task #4782.','Yagami','2018-09-12 13:53:08'),(7070,2,'39afe7c3fc8c5eee9ff336545548b1a1705f41a7',6406,'* finish task #4743.','wangyidong','2018-09-12 13:34:28'),(7071,2,'8fb91427a5a3edb762d199c094c157cf26d1e045',6405,'* finish task #4718.','wangyidong','2018-09-12 13:19:28'),(7072,2,'d83493953b3ab25f942fc0a8003a7e785858d123',6404,'* finish task #4698.','wangyidong','2018-09-12 13:10:50'),(7073,2,'60fe102e21c51e2ad58080389961d01c131fe102',6403,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 13:09:39'),(7074,2,'23023030c0f53d112c6563363402acd20a505a12',6402,'* finish task #4702.','wangyidong','2018-09-12 13:07:17'),(7075,2,'c6ce4c9e39e9e4d7dea8005e55980671c8033bab',6401,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-12 11:38:13'),(7076,2,'3558d473331bf2d09e79f81131f6d12844dbfe41',6400,'* fix chosen not focus search input on open drop menu.','Catouse','2018-09-12 11:38:07'),(7077,2,'e934f95c361b71b686096093d65855999573f61b',6399,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 11:31:23'),(7078,2,'87b9ed502ae5dbca44e02628d2e87b6601063d46',6398,'* fix bug.','wangyidong','2018-09-12 11:31:11'),(7079,2,'0742e37f8981fcaa89c54bafce3fa3c54bebdca5',6397,'* Finish task #4715.','Yagami','2018-09-12 11:02:40'),(7080,2,'dcce714fdc4899aa0b5edc929b9020b0a75cdeeb',6396,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-12 10:41:04'),(7081,2,'586a9265ac0793855b545c9a2a61ea12d4115943',6395,'* Finish task #4713.','Yagami','2018-09-12 10:40:47'),(7082,2,'4eccc84fbff3aed81f7da8227d3d700559b40784',6394,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 10:25:13'),(7083,2,'d82e59ead9941cee726aa6acac8a3536f3610f02',6393,'* finish task #4706.','wangyidong','2018-09-12 10:24:12'),(7084,2,'451a2f3e41c1e5b2d9854f9c9cd79f489cdb5c98',6392,'* Fix common lang.','Yagami','2018-09-12 09:46:07'),(7085,2,'8373b4649de8a66e35765c968b15d1924b437d7b',6391,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-12 09:45:03'),(7086,2,'a6f4cb1227010e7df0c556f9761af20939291b91',6390,'* Finish task #4694,#4693.','Yagami','2018-09-12 09:43:11'),(7087,2,'c4e473df148639a9cb9f22676ae4a9bdc6e640ac',6389,'* finish task #4712.','wangyidong','2018-09-12 09:32:24'),(7088,2,'8c5a015c6ce8f1a75c333ffa5bc48f45c0635333',6388,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-12 09:28:28'),(7089,2,'7883005c1fdcc7eac45879285e3c3157dfedc1d3',6387,'* finish task #4737.','wangyidong','2018-09-12 09:28:02'),(7090,2,'694c2976e639b2f7178ee592da148f340989add1',6386,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-12 09:13:57'),(7091,2,'8a4cf98a21fc425784836073393ccaf79253dcc5',6385,'* Finish task #4692.','Yagami','2018-09-12 09:13:28'),(7092,2,'2c249e3c8cdd178e462f6738461c72fa31c0ed98',6384,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-11 17:43:55'),(7093,2,'83b6c68be46b1c6bb6607c6bf6168ce686f52183',6383,'* Finish task#4660','滔哥','2018-09-11 17:43:46'),(7094,2,'0e47ac3bbdb1b8329e94ceed8cc5554046f2f191',6382,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-11 17:25:09'),(7095,2,'831fdfdeb0d0371ab12b908dabb4cabeef4834f9',6381,'* finish task #4689.','wangyidong','2018-09-11 17:24:18'),(7096,2,'52b22fa382d2dde56b1963c476788883bc67787b',6380,'* Finished task#4658','滔哥','2018-09-11 17:14:21'),(7097,2,'9b2d30e4404fd10e2959336ad8d8efa2a212619d',6379,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-11 17:08:23'),(7098,2,'841de3126608382aeb7ce2bbd88f975acbc56d0a',6378,'* Fix bug for php7.2','滔哥','2018-09-11 17:08:03'),(7099,2,'cd3b8ce746d960a2f94999b95a23b1bd80e51d57',6377,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-11 16:48:47'),(7100,2,'e699098db46ca18aefc679657303323b30194210',6376,'* Finish task #4714.','Yagami','2018-09-11 16:48:25'),(7101,2,'59c66f81c4805fce9e13adb07fe95c03d263c22e',6375,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-09-11 16:45:18'),(7102,2,'2e908786f3be8c1149310b8d71e18347a5de95af',6374,'* Finished Task#4805.','滔哥','2018-09-11 16:44:45'),(7103,2,'33e48bb6a5146b07bbf1e5eab4a27433cdab675f',6373,'* finish task #4707.','wangyidong','2018-09-11 16:42:32'),(7104,2,'569a18aae50d844004d1b58807878aebd0ee0d99',6372,'* Fix bug.','滔哥','2018-09-11 16:36:05'),(7105,2,'30239402f5f1a37f2aa59ab05944aa3d82302e41',6371,'* finish task #4697.','wangyidong','2018-09-11 15:53:20'),(7106,2,'37204773e4225c33d3ad58d9d93c2e3ed003ace3',6370,'* finish task #4708.','wangyidong','2018-09-11 15:38:36'),(7107,2,'5c3bc3023d8cad1b7e27cb8fb7a20f19622951ca',6369,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-11 15:36:48'),(7108,2,'5edd76800f688898ff0866aece215c293304582c',6368,'* finish task #4719.','wangyidong','2018-09-11 15:36:21'),(7109,2,'be25ee3bd3ff9cb6928cc62e08bc9dc242e39128',6367,'* Finish task #4717.','Yagami','2018-09-11 15:33:07'),(7110,2,'60111262d30adc3fb5f94c613365a6d2ac3b8ca1',6366,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-11 15:22:39'),(7111,2,'c62eecae7808f38f1c6fae5616d5634ee3d638d2',6365,'* Finish task #4732.','Yagami','2018-09-11 15:22:20'),(7112,2,'1282563671ca29d1169486149f2443e73b53570a',6364,'* finish task #4748.','wangyidong','2018-09-11 15:11:12'),(7113,2,'26c8269c7b76da7a027c9b19b2ec1e373b54fcb1',6363,'* finish task #4705.','wangyidong','2018-09-11 14:59:10'),(7114,2,'6cc36e819f0f5c0c7da5392369d6afd12a810b10',6362,'* finish task #4704.','wangyidong','2018-09-11 14:51:32'),(7115,2,'239ff3a256ddc49901ff852ab3f7ba917aa06ca5',6361,'* finish task #4755.','wangyidong','2018-09-11 14:47:25'),(7116,2,'68746993ba72efe199c645126df3458a97b1d606',6360,'* finish task #4752.','wangyidong','2018-09-11 13:29:47'),(7117,2,'cb5b94697cf9d02280756725ff6b65f1df5d403b',6359,'* finish task #4757.','wangyidong','2018-09-11 13:26:17'),(7118,2,'60dcfab013eab64ed199774f2d6f30e3f2f554c0',6358,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-11 13:18:20'),(7119,2,'285be81a9c0fa69d5f8f05b2d55dab8fb88b6e5a',6357,'* finish task #4761.','wangyidong','2018-09-11 13:17:30'),(7120,2,'a3dd13ddc0e697d521d14dec2767b8d073799003',6356,'* Finish task #4727, #4756.','chenfeiCF','2018-09-11 13:01:31'),(7121,2,'9ef2f028c284467871f4cb956ead9abbde560cfd',6355,'* Fix groupcase method.','Yagami','2018-09-11 10:20:56'),(7122,2,'d01b60f37b86a25a735acf228c65a1105e7f6c7d',6354,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-11 08:54:13'),(7123,2,'3d0258a6d91df721dfb0393b1820237ee567f2f6',6353,'* Fix task #4836.','Yagami','2018-09-11 08:53:45'),(7124,2,'967174a41917ce31763205a17611cd176b4bdfd4',6352,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-10 16:06:17'),(7125,2,'11bc6c16954d098f9896672b41829b079a50c2ee',6351,'* finish task #4760.','wangyidong','2018-09-10 16:05:09'),(7126,2,'22b97cb83074902314515397638827622791c822',6350,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-10 15:39:08'),(7127,2,'222296f3ba506452d4286c620965ce8a4748bb2a',6349,'* Finish task #4735,#4736,#4739,#4734.','Yagami','2018-09-10 15:37:36'),(7128,2,'7b5878531b53601e9fe0ba2d6ed3f7351b159718',6348,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-10 15:25:06'),(7129,2,'800a77fff669e8d8a6d794f47f7a715295c5f83f',6347,'* finish task #4764.','wangyidong','2018-09-10 15:23:59'),(7130,2,'7aa81ab2ad2323cfdf39615b164c3faca4a7d40b',6346,'* Finish task #4742.','Yagami','2018-09-10 13:11:03'),(7131,2,'3dcc616f4812fe23d8374ef831e81cc3f811e8db',6345,'* Finish task #4746.','Yagami','2018-09-10 10:42:34'),(7132,2,'eb780db5ab127942c5c472bd92d9a2ef5a91ebf7',6344,'* Finish task #4762.','Yagami','2018-09-10 09:53:34'),(7133,2,'0524666092c264863ff0c338d6a84ae89dd9bc24',6343,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-07 16:30:24'),(7134,2,'5b7398eb3cf2b4d6be90fb6b9f5a775cd66f3bd7',6342,'* Fix table-header css.','Yagami','2018-09-07 16:30:04'),(7135,2,'4877b2d2a94a84926883d61774682e2ac6ee9f88',6341,'* adjust for project-activate style.','wangyidong','2018-09-07 16:11:04'),(7136,2,'909155c8f7ace77e7a8f5b9d7f123bf8e0093cb0',6340,'* finish task #4821.','wangyidong','2018-09-07 15:59:25'),(7137,2,'86ec6cd9826aaeec58a0db3e7596a9a3f646c8d3',6339,'* code for task #4815.','wangyidong','2018-09-07 15:14:16'),(7138,2,'c0557029abe13de44693998ea13b6b9643f2f2e0',6338,'* fix bug for check priv.','wangyidong','2018-09-07 14:49:32'),(7139,2,'4fb50d5132b49fcbe7b12ea066d3da3f066daeb6',6337,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-07 14:39:13'),(7140,2,'f2d58faaf16da186841dd4df0d42f83c28514b0e',6336,'* change for upgrade.','wangyidong','2018-09-07 14:37:45'),(7141,2,'c2907dc63a4022181fb6ededa35cda1bc679d183',6335,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-07 14:11:10'),(7142,2,'6be860c4d2719c4a6b998c3851cce295b86a160f',6334,'* change style of active item in tree.','Catouse','2018-09-07 14:10:56'),(7143,2,'fb9e21ffa4a055e6e86bc7267bbce00d7462a00b',6333,'* adjust code.','wangyidong','2018-09-07 14:10:14'),(7144,2,'f87ff72f2a47006aa3a0a2de0c477b64f11da6a7',6332,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-07 14:05:42'),(7145,2,'21d96d54d3c0fbc8ce71e2a844d4a4592d0533fd',6331,'* finish task #4788.','Catouse','2018-09-07 14:05:37'),(7146,2,'d45210d7bcf30f7d4fbdabb6eae956c3a9afe454',6330,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-07 10:19:31'),(7147,2,'cd3ab969679b256a0cd9acd5eb3c9d01d710528e',6329,'* Finish task #4767.','Yagami','2018-09-07 10:18:56'),(7148,2,'def4a53d04b45c1e843094723fafd45323e4d6ae',6328,'* Finished task#4801','滔哥','2018-09-07 01:44:22'),(7149,2,'05b9275e14122602c9b881e5698f3861b848a3eb',6327,'* Finished task#4802.','滔哥','2018-09-07 00:41:41'),(7150,2,'eb38ccc2702340e8828e9a8258f9199d64c3ef4c',6326,'* finish task #4695.','Catouse','2018-09-06 18:05:17'),(7151,2,'ff3ff14d4c1847594e28c6577eeee49f8772f7d4',6325,'* improve UI of doc/view.','Catouse','2018-09-06 18:05:04'),(7152,2,'a6fe7e73cfb20e2a9749da09eb92379df0b71c6c',6324,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # module/build/view/linkbug.html.php # module/build/view/linkstory.html.php # module/release/view/linkbug.html.php # module/release/view/linkstory.html.php','Catouse','2018-09-06 17:43:57'),(7153,2,'b53873403365fd0118150dbeadfa67e411b64136',6323,'* finish task #4781.','Catouse','2018-09-06 17:42:59'),(7154,2,'e261f646e41a90d425ffed3bb9320f733898572e',6322,'* finish task #4766.','wangyidong','2018-09-06 17:38:20'),(7155,2,'2217278a006919860c333586c23ed7316c7418da',6321,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-06 17:34:26'),(7156,2,'0c5a8851f6c6f7e321a2b64463c29d2b42adcc08',6320,'* finish task #4785.','wangyidong','2018-09-06 17:34:08'),(7157,2,'00c0ece2dcd577ceec445868cb97242a772fa931',6319,'* improve search form UI.','Catouse','2018-09-06 17:27:02'),(7158,2,'184ac37fd24ff4db8432777818021dec2fa60de4',6318,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-06 17:13:05'),(7159,2,'8a3002eae064b70e2c96d7fb680b3415e3e5fe53',6317,'* finish task #4730.','Catouse','2018-09-06 17:12:59'),(7160,2,'3bf970be26c8746261c441af5630deb175428b36',6316,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-06 16:49:09'),(7161,2,'d5eddfdbbf954c7e4dd71765f65028e5f187dcf3',6315,'* finish task #4765.','wangyidong','2018-09-06 16:48:27'),(7162,2,'0f1a436771710d37f0268babf0dfab67bb8293ae',6314,'* finish task #4814 and fix bug #2158.','Catouse','2018-09-06 16:31:33'),(7163,2,'a39a70cc5ccf56c74c11255c3274358d99ba4c1f',6313,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-06 16:12:05'),(7164,2,'c18b40d9fdf67fcf378b8eb96e045686f3a920b6',6312,'* finish task #4817 and fix bug #2149.','Catouse','2018-09-06 16:11:58'),(7165,2,'83771d20a9c4c7e3183e7abcb389a4f95624901d',6311,'* finish task #4787.','wangyidong','2018-09-06 14:40:14'),(7166,2,'6cba9e3fd7fbe77ad2ebd9963392be417d6507d2',6310,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-06 14:15:30'),(7167,2,'0dcb3c898b0d1dd36f236180cf710a1805e3cb05',6309,'* finish task #4809.','wangyidong','2018-09-06 14:06:36'),(7168,2,'813a3f5ca0e8214c33641f601cd492b211beb583',6308,'* finish task #4819.','wangyidong','2018-09-06 14:03:49'),(7169,2,'3df464a583205cf622d64d8ba8872b0982638200',6307,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-06 13:51:57'),(7170,2,'8128f97863de38705047318f337613f789c39b75',6306,'* finish task #4826 and fix bug #2129.','Catouse','2018-09-06 11:38:45'),(7171,2,'3b4c5102906f8c6eae55537cb31d7b7664ff9b53',6305,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-06 11:36:46'),(7172,2,'f2ef8103865283269a75a7409a57c30401145d27',6304,'* finish task #4809.','wangyidong','2018-09-06 11:36:26'),(7173,2,'bf7db07f4e6eb070bfde009986dcf0e2e130e594',6303,'* finish task #4825 and fix bug #2126.','Catouse','2018-09-06 11:33:20'),(7174,2,'51a7178fa03ec580cce918c3a82ec89a0fb3416a',6302,'* finish task #4833 and fix bug #2090.','Catouse','2018-09-06 11:03:13'),(7175,2,'f4bcaa625820cda71fbb18e4f7f33cf88f992631',6301,'* fix noticeBox style.','Catouse','2018-09-06 10:44:17'),(7176,2,'f588b7fc27165698648f041fa85eb7d45ed77af7',6300,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-06 08:52:03'),(7177,2,'7a49b3b6c717dbe772d32b79b12aa23b3398f4a4',6299,'* finish task #4834.','wangyidong','2018-09-06 08:51:26'),(7178,2,'37230abc6d35aa23a9f5d8eaedf722ac761abb11',6298,'* Finish task #4770.','Yagami','2018-09-05 16:37:13'),(7179,2,'7fce5f23dfa77e1bb8d961b2b41b53734d14a08c',6297,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-05 15:39:09'),(7180,2,'7af638e14ca5b80b01c1a3fd0776a644b7e6bc35',6296,'* Fix task #4783.','Yagami','2018-09-05 15:38:34'),(7181,2,'7e70c106ebabf8a2946f5aa6162d4615ed50323f',6295,'* change for kanban height.','wangyidong','2018-09-05 15:35:51'),(7182,2,'30f895759397130cc00e152399d66fb713f5be3d',6294,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-05 14:41:41'),(7183,2,'5d4675c42806261939c3f72790a6cc7acc3293f2',6293,'* finish task #4840.','wangyidong','2018-09-05 14:41:21'),(7184,2,'a32c1e643385d6247837bd4e2fc1a8c3372831d1',6292,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-09-05 13:54:13'),(7185,2,'acd78f289e6f8bb8f0469dab7d4f9063668b3ab2',6291,'* change arrow image in flowchart block.','Catouse','2018-09-05 13:53:59'),(7186,2,'985fbf9bd9fa0ee298230e1ac3bc5e1e792e363a',6290,'* Finish task #4779.','Yagami','2018-09-05 13:31:15'),(7187,2,'4a49230495c8d705a5257cde72a8c95a38490eaa',6289,'* finish task #4807.','wangyidong','2018-09-05 12:08:52'),(7188,2,'2f5e741284a140b20e9bd7454b161f4aea188f0a',6288,'* finish task #4807.','wangyidong','2018-09-05 11:27:08'),(7189,2,'64984eb2ff0ee5a1866d6a3a4dfe7eb00cea0c13',6287,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-05 11:23:49'),(7190,2,'f3d9444cfba80918e52c53136a1e06bf58d344af',6286,'* finish task #4810.','wangyidong','2018-09-05 11:23:10'),(7191,2,'c36b5881741a3d07afd802adc04deb4e4dc988f7',6285,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-05 11:11:05'),(7192,2,'1168249a05781abbc576b2bbce02508533183d35',6284,'* Finish task #4783.','Yagami','2018-09-05 11:10:43'),(7193,2,'10e4df924d39060c45d481108cfc70856d54485f',6283,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-05 10:40:58'),(7194,2,'92b7e107874e4a7057bce4b3934cad923f6eab92',6282,'* finish task #4812.','wangyidong','2018-09-05 10:40:31'),(7195,2,'20e698b93dc2ee31c263a7a85e6c4981171590b1',6281,'* Finish task #4784.','Yagami','2018-09-05 10:31:38'),(7196,2,'6299694b54c0048a32c99917955605b61ce811b9',6280,'* Finish task #4830.','Yagami','2018-09-05 09:53:35'),(7197,2,'9fe756cf2bde568bac09beaf85c2884832e0167f',6279,'* Finish task #4837.','Yagami','2018-09-05 09:05:13'),(7198,2,'0dba6a098589e409cb01a01966777ed8c7a3d0cd',6278,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 17:11:08'),(7199,2,'a34d3d9fcc9273a25f7c119b84a10730d095c868',6277,'* finish task #4816.','wangyidong','2018-09-04 17:10:38'),(7200,2,'cf1db510cc3134e675db792954934dff4efb20d8',6276,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-04 17:09:39'),(7201,2,'a29f81bd2d6bccb140a6c48a6ea38797e91bee93',6275,'* Finish task #4798,#4797.','Yagami','2018-09-04 17:09:02'),(7202,2,'726b9ae75af8b6f013fe4304f0f20164986bd38d',6274,'* finish task #4818.','wangyidong','2018-09-04 16:29:05'),(7203,2,'24c982f0a7aa93cf683a3de4548e8467de7842c4',6273,'* finish task #4821.','wangyidong','2018-09-04 16:27:19'),(7204,2,'c1ed944fd1e47b88704a90e3659ae7bf48d70da0',6272,'* finish task #4822.','wangyidong','2018-09-04 16:17:04'),(7205,2,'c221d3cd7568b0a7553658d8fe626731d9d6cdf4',6271,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 16:00:25'),(7206,2,'e69e353e992a39b69b6ed3c3c463264cbd03a868',6270,'* finish task #4823.','wangyidong','2018-09-04 16:00:04'),(7207,2,'82b45ba8f267577f0bce7dba859768005b36ffda',6269,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-04 15:39:19'),(7208,2,'1871ebfeedf44ecc9c0424f0cfbf6d37989402a8',6268,'* Finish task #4813.','Yagami','2018-09-04 15:39:00'),(7209,2,'f6beb1d0d1e50e558cb5133292b82dae88a8b95b',6267,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 14:24:47'),(7210,2,'934465c5da497faa3dab99dee63cc979922e4fcf',6266,'* finish task #4825.','wangyidong','2018-09-04 14:24:25'),(7211,2,'7c2485a1103afee03d5aa4d3480bc8987661dea6',6265,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-04 14:06:04'),(7212,2,'7e93504ad0c91d7577e40dd91e4d06baf2df35d2',6264,'* Finish task #4820.','Yagami','2018-09-04 14:05:47'),(7213,2,'3fdefc81e91c8203dec892b506c57680a6766e94',6263,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 13:23:33'),(7214,2,'adaed46a79e6a74867d063e686a803ff0ee7a834',6262,'* finish task #4827.','wangyidong','2018-09-04 13:21:17'),(7215,2,'2154470cd143e4bd6926f151647680119376e497',6261,'* Finish task #4836.','Yagami','2018-09-04 13:15:41'),(7216,2,'e6ff80e7b565ccc445ce391bd8a47f1439c17417',6260,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-04 13:13:39'),(7217,2,'7f33483c4c509116511cac02f877685be4dc5c18',6259,'* Finish task #4838.','Yagami','2018-09-04 13:13:08'),(7218,2,'88951e03bcb4f3979a0fed50513f90a2ee89fe03',6258,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 11:32:53'),(7219,2,'478b7ff0971e36105fe2771f801a4b4124d6b4ec',6257,'* finish task #4829.','wangyidong','2018-09-04 11:32:33'),(7220,2,'335d73bb7876aa74afb2a3c7e68957dca9da4e3f',6256,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-09-04 11:22:35'),(7221,2,'59415f3441c2fc2403993a7a05d65ee96552b810',6255,'* Finish task #4839.','Yagami','2018-09-04 11:22:17'),(7222,2,'d4fbf0114ea403b9e37c739fcdc60f1690077746',6254,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-09-04 11:11:19'),(7223,2,'d062805983c86b4458de6a6c317424c4aa2ddfea',6253,'* finish task #4832.','wangyidong','2018-09-04 11:10:51'),(7224,2,'78385f6b589956c94041baac5b60783a52567cd9',6252,'* Finished task#4803.','滔哥','2018-09-04 10:54:08'),(7225,2,'be23174e21a37d903ef61c0173a6ac5fc1fd854e',6251,'* Finished task#4811.','滔哥','2018-09-04 10:37:46'),(7226,2,'f980d46fec105f157db810f537a269fdf35ff919',6250,'* fix bug #2135.','wangyidong','2018-09-02 09:26:23'),(7227,2,'fa5f0518bf4b155264fa769f679c17137fe38af1',6249,'* fix for pinyin class in php5.2','wangyidong','2018-09-02 09:02:53'),(7228,2,'85e93fa29d2918386fc51e69f23415e27db56027',6248,'* adjust group-mangeview page.','wangyidong','2018-08-27 15:13:11'),(7229,2,'5645c1f6d614bca00ff75e8fedf0559c7bc0b61e',6247,'* Ignore webhook that is timeout.','wangyidong','2018-08-27 09:08:47'),(7230,2,'fbbb1b0d45ffefdba4be6f8aacf25e07189fc00c',6246,'* fix bug for ajdust task time.','wangyidong','2018-08-24 11:33:46'),(7231,2,'74c564090ad794fb9bade6054024e1c36a79b573',6245,'* fix bug.','wangyidong','2018-08-23 16:18:34'),(7232,2,'a5c4e0cb5f521a2537e62da4b33bae9837b0c56a',6244,'* fix bug for login and edit.','wangyidong','2018-08-23 16:17:12'),(7233,2,'2a1cda4ce1db0158fde3369bffca4ecbf4673c85',6243,'* finish task #6972.','wangyidong','2018-08-21 15:20:49'),(7234,2,'9bd7dad9fb51532f5de829b49474585df67eee71',6242,'* adjust for batch page style.','wangyidong','2018-08-16 13:52:43'),(7235,2,'c71d3d15405f16ecfe7e2b4d3ad609a2a2ccfdda',6241,'* fix bug for modal in testcase browse page.','wangyidong','2018-08-15 10:23:31'),(7236,2,'d3ce07acce611d6730b9d0e010f63b0da04e8742',6240,'* update zui js file.','Catouse','2018-08-14 14:22:24'),(7237,2,'6738e843af4fcc06a6454137e63685fb07172c59',6239,'* fix bug #2005, fix UI not show on ie9 and ie10.','Catouse','2018-08-14 14:20:13'),(7238,2,'5ad506d926a1440d6b5bde01b813ad283fd1126c',6238,'* change for bug #2094.','wangyidong','2018-08-10 14:25:30'),(7239,2,'e6468f51e21b67ce0c21f24403d80352e45297c9',6237,'* fix bug #2094.','wangyidong','2018-08-10 14:14:31'),(7240,2,'5b6f35062aec5dfcd5cdf0d21d1d3ec913c938b7',6236,'* fix bug #2113.','wangyidong','2018-08-10 13:20:14'),(7241,2,'3bcd533f480bfc37479f9d5f39c95fff4c3949de',6235,'* finish task #2095.','wangyidong','2018-08-10 13:13:30'),(7242,2,'a879819dc73f11a3e0a7e7d1bc480875e71e9698',6234,'* fix bug #2111.','wangyidong','2018-08-10 11:14:55'),(7243,2,'6cdf85e4515a84c6a98d2028df1160f4c04eea33',6233,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-10 10:21:59'),(7244,2,'e3987b76c971f9edcaf18373184a7fa45ca2394f',6232,'* fix bug #2112.','wangyidong','2018-08-10 10:21:08'),(7245,2,'9bf4f3095651f30de4b2742f7f9787865e9b1814',6231,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-08-09 16:59:07'),(7246,2,'f256cc3ed9124f8e279e0d8e50f55e6722fdd7aa',6230,'* Add action for xuanxuan userCheckChange function.','滔哥','2018-08-09 16:59:01'),(7247,2,'d807b3453e345c23e73b0c4d644b64d3390c777e',6229,'* update pri icons.','Catouse','2018-08-09 14:39:28'),(7248,2,'c5584d56ce839e962416091d12a4c1f163a92827',6228,'* fix testcase/browse view.','Catouse','2018-08-09 14:39:09'),(7249,2,'54b7e51e7c653e22b222a24b1ce69e0cd34d13f6',6227,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-08-09 14:30:44'),(7250,2,'914b7da422b46c7beae85b7836a10126f01baa11',6226,'* update icons.','Catouse','2018-08-09 14:30:30'),(7251,2,'a20b31ba09e100d526119229dd2328bad14d141a',6225,'add changelog for 10.3.','wangyidong','2018-08-09 14:15:31'),(7252,2,'bb02412aedc847714556fb2412bc77417617533e',6224,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-09 14:11:28'),(7253,2,'9ab90c4e43c7161805679c09b71cceb3cc5353b4',6223,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-08-09 14:07:22'),(7254,2,'281da3fa8e024a38423d3030bd703cfc6afe93ce',6222,'* update zui js file.','Catouse','2018-08-09 14:07:14'),(7255,2,'f799b5eb882e81dd5d1c5c887904610a66af9e54',6221,'* finish task #4654.','wangyidong','2018-08-09 14:05:18'),(7256,2,'27ad6dae0b88e12dcc24f0ed8135a59c4ffca2df',6220,'* add autocomplete=\'off\' for todo block.','wangyidong','2018-08-09 13:51:45'),(7257,2,'eccfad0ec63c9f1225520090c6b881050b14897b',6219,'* finish task #4685.','wangyidong','2018-08-09 13:49:34'),(7258,2,'3861c7077eb0f0a694a8e51efdefa1a17bb9080d',6218,'* add new version and upgrade it.','wangyidong','2018-08-09 13:23:02'),(7259,2,'c8d4967a220f5446652d16192dcfeec59b2662e0',6217,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-09 12:04:32'),(7260,2,'efd6f81fb8472325100a86852207a1df463c63b5',6216,'* finish task #4649.','wangyidong','2018-08-09 11:40:01'),(7261,2,'628db3acfad4aa85486b6f8adcc24295d74bbf16',6215,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-08-09 11:34:26'),(7262,2,'87f9579d77b00176c978757f9ae403cdf25550ac',6214,'* fix bug #2105.','Catouse','2018-08-09 11:34:01'),(7263,2,'fc91ec89dd2d5b84fa45cc89aee1ea1822d57e8d',6213,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-09 11:26:21'),(7264,2,'63f929e32917fc991c22c62fdf0f0229327edef6',6212,'* finish task #4661.','wangyidong','2018-08-09 11:25:03'),(7265,2,'14c9d661a4a35a8661716f19ccf5c5c33a91e85b',6211,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-08-09 10:56:43'),(7266,2,'1a08ec91fafe5feb18353f13622a71ade51a422b',6210,'* finish task #4652 and fix bug #2093.','Catouse','2018-08-09 10:54:01'),(7267,2,'28f0f307705f9f2782d813cde378c24910bd5b0f',6209,'* finish task #4680.','wangyidong','2018-08-09 10:31:05'),(7268,2,'a5c34a10ed9fb630ab34c610630b655186512d8d',6208,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-08-08 19:30:41'),(7269,2,'c8a78acbb94259326a2035b70d317894ccaf9e76',6207,'* Fix bug for php7.2.','滔哥','2018-08-08 19:29:51'),(7270,2,'116ea815b50df643e06fc5ee3e4d4bab7986224d',6206,'* finish task #4685.','wangyidong','2018-08-08 17:40:00'),(7271,2,'4d5b63086c3fb80f9c4031ada93b741f756db175',6205,'* finish task #4657.','wangyidong','2018-08-08 17:15:29'),(7272,2,'fae8e48325f000b7ea0d0b62e4025194a0f4bda9',6204,'* finish task #4667.','wangyidong','2018-08-08 17:14:52'),(7273,2,'4f9d50bfdcb1175c061973b17ca76ea563306d8d',6203,'* finish task #4648.','wangyidong','2018-08-08 15:36:01'),(7274,2,'c9e196bb6401b401678137b20c2a3f927fbaa75e',6202,'* code for task #4679.','wangyidong','2018-08-08 15:16:30'),(7275,2,'2c2c86bf6216e7bdeac5028db7391767f0115157',6201,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-08 15:08:05'),(7276,2,'d71811ab170eabc4ea6fde2d97d8e719ccb1b39f',6200,'* finish task #4679.','wangyidong','2018-08-08 15:07:31'),(7277,2,'2c24472bae3dfcf2e9503c688f7e8e77e96a02e5',6199,'* Finish task #4647.','chenfeiCF','2018-08-08 14:06:14'),(7278,2,'90ad70d4401930651206d059da9cf6cb63b0c969',6198,'* finish task #4687.','wangyidong','2018-08-08 13:51:54'),(7279,2,'70653a09a0042aed0d25f90bc08aa1553c2d690a',6197,'* finish task #4673.','wangyidong','2018-08-08 13:41:25'),(7280,2,'321d665abbe7bd9e3fe91388f3438e15a4aef890',6196,'* finish task #4655.','wangyidong','2018-08-08 11:30:57'),(7281,2,'40c92e76484c03c92c662fbf1b7522858dcef948',6195,'* finish task #4686.','wangyidong','2018-08-08 10:21:35'),(7282,2,'c7dbd805621561fb67383c5fcc2b3b1f4980e853',6194,'* code for task #4652.','wangyidong','2018-08-08 09:59:28'),(7283,2,'95454cd35b72b7a848a7f372169aa9019e1b0628',6193,'* finish task #4650 and delete useless file.','wangyidong','2018-08-07 17:27:06'),(7284,2,'b66095e78ae40071a61883870280b9db22238031',6192,'* fix bug #2003.','wangyidong','2018-08-07 17:18:28'),(7285,2,'4875eec38ed2e91678dbf354fb9ef3fd4c629b28',6191,'* finish task #4668.','wangyidong','2018-08-07 17:09:11'),(7286,2,'3c897623e90f6d4b6005ab762ec0966a8539871c',6190,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-07 16:30:36'),(7287,2,'1bcbddf64965ede57bedb0ffe2f8567857994bea',6189,'* finish task #4659.','wangyidong','2018-08-07 16:30:00'),(7288,2,'6264ffc4cefc635e10641713fa81d03bc6391902',6188,'* Finish task #4645.','chenfeiCF','2018-08-07 16:24:49'),(7289,2,'4a8805f4246d149fccaed84f4235f82cc6a3ff84',6187,'* finish task #4644.','wangyidong','2018-08-07 16:11:32'),(7290,2,'5c548cf1216ccef2487c2ca066d470486e17ffe1',6186,'* finish task #4664.','wangyidong','2018-08-06 17:39:55'),(7291,2,'c5c850bb02731cc37672be6cd6cadba9698f67f3',6185,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-08-06 15:36:36'),(7292,2,'f04d90faf43b3271c8b24ce53d66b07e7f2f28c7',6184,'* fix bug for export story when search.','wangyidong','2018-08-06 15:35:08'),(7293,2,'2566eeeda71b4419a69aae57586aaf9194fc3075',6183,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-08-02 15:31:15'),(7294,2,'6a1f87bd269d5efba272ae0cd730fd6c0052c266',6182,'* swap js and css import order to improve frontend perfermance.','Catouse','2018-08-02 15:31:00'),(7295,2,'e316487734e62152ac7f722488af2007061c2abb',6181,'* add xuanxuan when build zentaopms.','wangyidong','2018-08-02 11:46:49'),(7296,2,'90945e3bd7dd22fe65ec0d63ef5be1ef6ae1726f',6180,'* adjust for upgrade.','wangyidong','2018-08-02 10:02:21'),(7297,2,'4c6c3f461f514a2ec8f53929775ea9a7a668e6f0',6179,'* modify english words','dajiao007','2018-08-01 09:36:58'),(7298,2,'ca473bc803de593d64fff792435bd34ecb194bc6',6178,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-31 13:23:38'),(7299,2,'5cf6a5be39e3a5e37fc620b137b9fcaa4690e039',6177,'* fix pager language option not work by update zui js.','Catouse','2018-07-31 13:23:26'),(7300,2,'df0f7d3c00e21995a80db823c232d08f35faf11e',6176,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-30 10:42:34'),(7301,2,'dcd0f98a73155e5f3c369c8125be781222d88402',6175,'* Set buttons in view page as same as in browse page.','liugang','2018-07-30 10:41:47'),(7302,2,'e295fd0203241f7f9689c47198a39a7d3aeb1c1f',6174,'Fix Team Bug.','estellbright','2018-07-26 09:56:10'),(7303,2,'8b7a79a6e1790c9800ef306ea6be8ccc40d033f4',6173,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-26 09:42:10'),(7304,2,'e39a5f00142b50d9639fe4673ce563be1c63f199',6172,'* Fix bug #2019','liugang','2018-07-26 09:40:27'),(7305,2,'375850e6b159eabf25b71bc1a345062c55fcbfeb',6171,'Fix Bug.','estellbright','2018-07-26 09:38:03'),(7306,2,'5238216a300d13effc46b44d65027ddc3529aa8a',6170,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-07-25 17:26:11'),(7307,2,'5c63c7f6fda0b2c6b116db6781e1e872812e66ec',6169,'*stage to phase','reneteng','2018-07-25 17:25:15'),(7308,2,'5ceae019fee8fe421d95ab3356d207085bc308ec',6168,'*Finish Task #6833.','estellbright','2018-07-25 17:17:49'),(7309,2,'2a85d52eeb3b9da0f2a3a11e4053f4ce9558840a',6167,'* fix bug #1433','wangyidong','2018-07-25 13:14:36'),(7310,2,'7891bf8591057a794e9b90d3d10bcaf7b52f8074',6166,'* fix bug #1440.','wangyidong','2018-07-25 11:05:36'),(7311,2,'b74da6e41929a9122cb94f61f1f7cc87dff3c2d7',6165,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-25 10:39:31'),(7312,2,'fab688d16f2fb1f9ca63d2ab24b697ee9e95a47f',6164,'* fix bug #1436.','wangyidong','2018-07-25 10:38:57'),(7313,2,'c4a752478c5ab1835458bdf311cfcb5b5b1c73ed',6163,'* Use ajaxFrom submit it.','daitingting','2018-07-24 15:39:37'),(7314,2,'afd1728913f30df4163dd8de88a2bc3ad4a05099',6162,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-24 15:34:43'),(7315,2,'b7817b432cd58e4fc759a05dc88bb375ca266c4e',6161,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-07-24 15:01:24'),(7316,2,'26450f693f54d7be6aaaccca34f30ee32efa4de2',6160,'*minor change','reneteng','2018-07-24 15:00:04'),(7317,2,'362c20a22f23b497ff901d0e301cdb838b9cb665',6159,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-24 14:49:28'),(7318,2,'6840ad761377fb5adc41145bbb6b0b0fa9b334e5',6158,'* Adjust codes.','daitingting','2018-07-24 14:48:39'),(7319,2,'6ab7d1b28cf51f17e573e117bdcc51323f9e5c50',6157,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-24 13:47:54'),(7320,2,'80c9bfab2aeaddcc29df8031d442418452d47af7',6156,'* finish task #6894.','wangyidong','2018-07-24 13:46:43'),(7321,2,'3e935d0e4dcfd54680e7e8e1f9665e52324d807b',6155,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-24 11:36:36'),(7322,2,'6d9bf4a0bce327364d3767e17b3ead02bf4b5845',6154,'* Fix bug #2030','liugang','2018-07-24 10:47:55'),(7323,2,'3ac21017f5e8a9e5f97abc85ecab3bb430ea32d4',6153,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-24 10:18:09'),(7324,2,'0305c59f31321634b64997ad6fece7cd7894d6e8',6152,'* fix datatable not work in hot reload table mode.','Catouse','2018-07-24 10:17:51'),(7325,2,'e4a9852f0ba98540e6681388763c454684048d6b',6151,'*Finish task #6850.','Yagami','2018-07-24 10:00:39'),(7326,2,'9a3fddd00e8d94d234730a07b3426d118a969820',6150,'* finish task #6798.','Catouse','2018-07-24 09:25:26'),(7327,2,'f33002c021e5ed64f27a26a1ee0f582e4a982972',6149,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-23 17:31:49'),(7328,2,'3155cb88380faae97ec369f2d06a8eb307bb51c1',6148,'* change import view.','Catouse','2018-07-23 17:31:18'),(7329,2,'9af39d9e0a75f98b9eda440b2911641b9a308806',6147,'* fix error.','wangyidong','2018-07-23 17:29:51'),(7330,2,'9e2df3dde2e7da1b368ca071a5ea05e98dbd62a1',6146,'* change for safe.','wangyidong','2018-07-23 17:27:54'),(7331,2,'897ad0fdae7638e53f262bdaf2279d802b5e4cc0',6145,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-23 15:07:46'),(7332,2,'38b3d7e6fdb40a9f8e5de9140692b39722af9576',6144,'* fix bug #2068,2065,2064,2053.','wangyidong','2018-07-23 15:06:49'),(7333,2,'ec2b70a2228acde72d673531513eaa95266760d5',6143,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-23 14:15:22'),(7334,2,'a2baa7ad5ae1b1377f1069e9250cc2c6340bee3f',6142,'* Display chart datas of testtask.','liugang','2018-07-23 14:15:04'),(7335,2,'1eaaf24db6b6114dab097dd9f7cbb4b1c6decd96',6141,'* Change for Xuanxuan entry sso.','滔哥','2018-07-23 13:30:15'),(7336,2,'087cb53536197a3c43b3d4ea48216eb3014633fa',6140,'* change funcion to feature','reneteng','2018-07-23 13:20:47'),(7337,2,'9727194d11dfbcf6e024f14f2dd2fcf76681ed1c',6139,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * remove support in common en','reneteng','2018-07-23 11:26:30'),(7338,2,'1a0046c7a54cd9819b4b7ee0b2e1229a4db2be51',6138,'* remove support','reneteng','2018-07-23 11:25:53'),(7339,2,'6ac385f583220a4375ee3cc97a635bd0e13be7d9',6137,'* Finish task #6865.','Yagami','2018-07-23 11:25:24'),(7340,2,'44a8a98c34b8552138acd8ee99fcef4f4eed3ae4',6136,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-19 15:35:45'),(7341,2,'d6291e05e38a82fe08770634b6da7c7c6ed0cbee',6135,'* Set project name as header if export stories of a project.','liugang','2018-07-19 15:34:49'),(7342,2,'a56ab4ec35927d04e1debf10f38beeeeaf0dc1dd',6134,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-19 15:30:28'),(7343,2,'323e4f80ad89aa9108b0d036b71984ad3e9c63b1',6133,'* Add space.','daitingting','2018-07-19 15:29:34'),(7344,2,'43a295b0082feda992606c13b10c03038e706ac4',6132,'* Fix style.','liugang','2018-07-19 14:11:46'),(7345,2,'38da31c18afcbafc80450a8ab57f3a9c5a81053a',6131,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-19 13:57:39'),(7346,2,'21480a368aa29b8e65034fe98d26682c4f7ebd03',6130,'* Display empty tips if no data.','liugang','2018-07-19 13:57:04'),(7347,2,'95cfa5c880cfd15a1105b7e1e1a7a7cdd66710ea',6129,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-18 17:13:59'),(7348,2,'db8632234fa40872890a728acb5c6bce370035bb',6128,'* Use html for link in mail, fix bug #1235.','daitingting','2018-07-18 17:12:43'),(7349,2,'b8afb7ca57ee9289f1e478fb931783bf4cbba2fa',6127,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-18 15:17:09'),(7350,2,'d0f3160fd374fd37c0caf27ac28647b5256fa4e7',6126,'* finish task #6826.','wangyidong','2018-07-18 15:16:40'),(7351,2,'575ed48a0ad444d6d60068a62654ac18486ccd3a',6125,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-17 15:29:19'),(7352,2,'afe2fedeb7e4305ee93ce4c106204385feb37f6c',6124,'* The calendar page can only export all records.','liugang','2018-07-17 15:28:36'),(7353,2,'d0723ee92be9c33a08b8130091acd15f4dd22ac5',6123,'* adjust for bind ranzhi css.','wangyidong','2018-07-17 14:14:25'),(7354,2,'96355c532dd6bfa1b7d55684ca60ccc513aa2b07',6122,'* adjust code for subMenu.','wangyidong','2018-07-16 17:14:10'),(7355,2,'c58bcd14cf154756c2d5bb8690da718d88927ef5',6121,'* change for article-content style.','wangyidong','2018-07-16 13:39:01'),(7356,2,'c273b55996d5d605d551854b1db6d100a6a867fc',6120,'* adjust changelog and zh-tw lang.','wangyidong','2018-07-16 13:26:40'),(7357,2,'df1862767936f0a61de93d98122636770a9f06d3',6119,'* modify English Version','dajiao007','2018-07-14 15:20:53'),(7358,2,'b6f022fecc808f2df3fe29272b2dae4041493269',6118,'Merge branch \'master\' of http://github.com/easysoft/zentaopms','dajiao007','2018-07-14 10:41:48'),(7359,2,'722e82ebeeb1320db0fe7dfb98ae89ad5184944b',6117,'* modify English Version of Doc','dajiao007','2018-07-14 10:39:37'),(7360,2,'2414a31290a3b7ffa94681bc473c34e3949e7c9b',6116,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-13 18:21:09'),(7361,2,'0a456353e111bce478edf9dc117f11e3e2250b70',6115,'* fix bug #4243.','wangyidong','2018-07-13 18:20:02'),(7362,2,'cc334e3d8ceac724a03b2f42bd206e5261b6775d',6114,'Fix bug #2048.','estellbright','2018-07-13 15:40:56'),(7363,2,'2b0f70a646a23819343c6347778cae851aa18f3d',6113,'*Fix bug #2044.','estellbright','2018-07-13 15:38:44'),(7364,2,'cd50d535dedee347d082e8f16d2cf1eaf2aaf6ef',6112,'*Fix bug # 2009.','estellbright','2018-07-13 15:35:54'),(7365,2,'3caa486af22bccddf5e03014d9fe31fb16f02ef3',6111,'* Add required mark when module is setted required.','daitingting','2018-07-13 15:05:05'),(7366,2,'990182a37cdae04bc3a87452b6330fa7d05a500e',6110,'* Submit form by ajax.','liugang','2018-07-13 14:34:34'),(7367,2,'c5b4a54b0967baa35f48b5b352b53d1e11407697',6109,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-13 14:29:37'),(7368,2,'e8643f6fc6d3ee910ad948435af0cf1e8a9e690d',6108,'* Submit form by ajax.','liugang','2018-07-13 14:29:22'),(7369,2,'0b354051878a5822b9634faa920ebebfad2d8b0d',6107,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-13 14:06:26'),(7370,2,'cb6495a63ab4b0af6e099eb03b31136f9b9b6ea0',6106,'* When creating a project with plan, multi-platform product need to display option of all platform if there is no platform.','daitingting','2018-07-13 14:01:42'),(7371,2,'f235f2913a6f8ecfb970c0d279c06a1892d93a27',6105,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-13 13:43:50'),(7372,2,'498c8a4dfd155a1bbc92b4bc799ecc4000eca8b8',6104,'* Adjust href for refresh link.','chenfeiCF','2018-07-13 13:41:39'),(7373,2,'08cecec1e31e51e2fbd5fe2d12b4d18bb1efc80e',6103,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-13 13:37:16'),(7374,2,'4089bfb39f10942e470068590d33efb2d7794a8a',6102,'* adjust for my-testtask page.','wangyidong','2018-07-13 13:36:22'),(7375,2,'37cbffb5e7e89e65641a038a8ca5500ec9816eb7',6101,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-13 13:33:02'),(7376,2,'1772018ead5aef6151e03bf24c429c680f8f2cb4',6100,'* Modify English Version','dajiao007','2018-07-13 13:27:53'),(7377,2,'6f3ae89b82c0f4a8f17069f2d61b91593dcd3f50',6099,'* Add empty file for updated users.','daitingting','2018-07-13 11:23:14'),(7378,2,'d7a106f0bd5276eec0396ef916d70d7840bdc227',6098,'* Disabled autoComplate function.','daitingting','2018-07-13 11:18:33'),(7379,2,'440d53a7549c612837538f25fbc2b76c0b68bb55',6097,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-13 10:48:29'),(7380,2,'bc4a40282e425b9d40169549e2ebc5bb942515f8',6096,'* Detele todo lang and fix project link to plan bug.','Yagami','2018-07-13 10:47:17'),(7381,2,'bea1e4d4eddcb6fe9d154c550186fe48ffe96fc1',6095,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-13 10:40:35'),(7382,2,'e53ab3e7c68648fd3afc15ef57abb4ff3da7b579',6094,'* Fix bug: can\'t load it\'s plan when link another product.','chenfeiCF','2018-07-13 10:38:44'),(7383,2,'526f3921550d5e8218765ff59c69eb5d35c0954e',6093,'* Compute hours for grouptasks like as browse page.','daitingting','2018-07-13 10:22:57'),(7384,2,'157aac7269001b9c9d24085ea0245230d6374783',6092,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-13 10:22:12'),(7385,2,'cfa8c0ee0e54e5dd91d42cb5ea7a83c513bcf0ce',6091,'*Fix bug #2015.','estellbright','2018-07-13 10:20:46'),(7386,2,'f663c7e30930356de90a215af155181325ef6258',6090,'* Compute the estimated and consumed hours of all status tasks. * Compute the left hours without canceled tasks.','daitingting','2018-07-13 10:18:05'),(7387,2,'0e0fc2ae842b6fa4bc0f26963a30ea98789ca85c',6089,'* Remove unlink method privilege of story, bug, testcase module.','chenfeiCF','2018-07-13 10:04:39'),(7388,2,'413f7d48c38a7c44ea6a0ae3a6ac244f60b7b8ee',6088,'Fix Bug Delete the Last.','estellbright','2018-07-13 09:36:30'),(7389,2,'02bd9ce4d95750216b2ef86303f9becb5187403d',6087,'* modify for Egnlish Version','dajiao007','2018-07-13 09:05:53'),(7390,2,'93bbe3df4cba0a38d8421cf630cb8dc4324d2401',6086,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-12 16:58:38'),(7391,2,'9179d52d840a4258a0fe30347debe7d8a8e0133b',6085,'* fix hash code ‘#todo-id’ not work.','Catouse','2018-07-12 16:58:21'),(7392,2,'d9b17a23f41ef9c15696ccdf0b65858dc25162cc',6084,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-12 14:38:51'),(7393,2,'73c335b3de887ecaa61bca080f50ca9011891111',6083,'* Adjust style.','daitingting','2018-07-12 14:38:36'),(7394,2,'48ec560bdbd53648ced13e499b7fba41b1fb7576',6082,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-12 14:36:45'),(7395,2,'c699bd74a5782eb311a7a845614562aa1b0a7c22',6081,'* change for batch change stage.','wangyidong','2018-07-12 14:35:36'),(7396,2,'8083ea07fc9387ebc1817327b599b3a56d01be25',6080,'* fix bug #2036.','wangyidong','2018-07-12 14:33:40'),(7397,2,'bafb11cc5cbf2588afcb14b281d725298680f42c',6079,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-12 14:15:28'),(7398,2,'2e39603dae24a15eaac4f567ed38eba6093918f6',6078,'* Adjust codes.','daitingting','2018-07-12 14:15:04'),(7399,2,'9e4a9f8eb87818b9671517cb2ba198001e363dc1',6077,'* adjust style when bind ranzhi in biz version.','wangyidong','2018-07-12 13:34:51'),(7400,2,'0cf45cb10148dc881629faa4e678a3874401dfb8',6076,'* adjust for create task in project for limited user.','wangyidong','2018-07-12 13:14:46'),(7401,2,'8e6a61a1783ba22ca2c0fa3e8d82eccba16f0848',6075,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-12 11:56:15'),(7402,2,'bcef5cbbc5e7f8c58074e756a3d35fc19d291507',6074,'* fix for project limited.','wangyidong','2018-07-12 11:55:32'),(7403,2,'ac3547b11c44751f89b569aaf184034eb0f0df9b',6073,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-12 11:45:17'),(7404,2,'c4f2843facf1c299c8c8cb436db0c91563a156da',6072,'* update zui js file and fix ajaxform UI.','Catouse','2018-07-12 11:45:06'),(7405,2,'c8ceb6567e6827da5887f486e8960c4845d885df',6071,'*Fix bugs.','Yagami','2018-07-12 11:15:47'),(7406,2,'f532e7d0604dc9d445c401b036c2a533525e6563',6070,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-12 11:08:38'),(7407,2,'1cd38835e65c7e856833f5278c858fb230131970',6069,'*Fix require field.','Yagami','2018-07-12 11:08:03'),(7408,2,'51ce3062dd20ccbc428a2f855305be93e5b54ea7',6068,'* Delete done status of project. * Update data.','daitingting','2018-07-12 10:57:06'),(7409,2,'4e26d81591e73a2dc463422231bd6cf4d1b767a0',6067,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-12 10:43:48'),(7410,2,'b9e042dc56c0991d94c322687f0ff6356026e255',6066,'* Adjust computeHours4Multiple function.','daitingting','2018-07-12 10:43:17'),(7411,2,'187c1bb78fc4ad927bc5fd90926dae62410cf750',6065,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-12 10:25:37'),(7412,2,'2c5b1a127d376e5dd1aaf33e8c39cb42a0005778',6064,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-12 10:25:33'),(7413,2,'27f06f4153b1358c0a7c3b782a3255b623b6b955',6063,'*Fix bugs.','Yagami','2018-07-12 10:25:19'),(7414,2,'d525b781849d38722fe18094e8b28c949a03ef8b',6062,'* Change createlib and editlib to upper case and finish task #4628.','liugang','2018-07-12 10:24:27'),(7415,2,'8b21a854e4755c9e713340b68cba7066ceda306c',6061,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-12 10:16:08'),(7416,2,'3c58adf701c0837221ae5a323cfc87fa8773eb6d',6060,'* adjust for save log with curl in snoopy.','wangyidong','2018-07-12 10:14:27'),(7417,2,'9918877a5d7cf6f061fac1c0bd515bdeb1d0a10f',6059,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-12 10:09:09'),(7418,2,'e48c46e84e644c6adc64ec71bbcf0c132a80fb43',6058,'* Change createLib and editLib to lower case.','liugang','2018-07-12 10:08:40'),(7419,2,'6d8d49927224231aefc18b54b1b4582627ffddcd',6057,'* finish task #4566.','Catouse','2018-07-12 09:59:51'),(7420,2,'406efc28ed657cf138ba6967ce99d47959405c18',6056,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-12 09:43:25'),(7421,2,'4bb44dcb073adedc77c20f7d117054d93c683ee3',6055,'* update zui.','Catouse','2018-07-12 09:43:08'),(7422,2,'70d1aa8c8fccdb6d0c9aa5d52b1e210ade196018',6054,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-12 09:18:03'),(7423,2,'d7cd324f906f3f50e4ffb83dbaa2a0d0a0c3f858',6053,'* Remove defaultChosenOptions.','liugang','2018-07-12 09:17:50'),(7424,2,'147684693444dcd0ec3f79868a68cdbd4c0e98d5',6052,'* fix chosen usage.','Catouse','2018-07-12 08:50:17'),(7425,2,'2dc1aa7375bd5d013f593549397f0bec3e859a7e',6051,'* fix chosen usage.','Catouse','2018-07-12 08:49:35'),(7426,2,'d52c878ba5d56777d3fb5bb2cd7bf62895ec9f0e',6050,'* Add new version.','chenfeiCF','2018-07-11 17:40:42'),(7427,2,'1992a70e9cbeb9baeaaefc2841d03f362cb9fce5',6049,'* Adjust for task #4496.','chenfeiCF','2018-07-11 14:58:30'),(7428,2,'525c467c72599ef103a47713dc22fa8d8cc601de',6048,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-11 14:35:53'),(7429,2,'3f4e16fedbd58ca96858be70bf28642384ec4348',6047,'* Add function to create sub menu by settings in lang files.','liugang','2018-07-11 14:35:10'),(7430,2,'505932a672f13381564be293c2733350801b551d',6046,'* fix for session error.','wangyidong','2018-07-11 14:30:51'),(7431,2,'8925112a6c0a6c7296df9a644871b8ea6b20e851',6045,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-11 14:30:35'),(7432,2,'35e424ddfaaa8a155c16f9b8677197aa7bb7adfe',6044,'* Set privileges for sub menu.','liugang','2018-07-11 14:18:15'),(7433,2,'563b7bfd76626572cc580ac73c3a7240d07c223e',6043,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-11 14:10:47'),(7434,2,'0470d557d061eb2641b10635bc7f38c7e3d94f2c',6042,'* adjust for kanban.','wangyidong','2018-07-11 14:10:20'),(7435,2,'e375a18a05ad2b215351dd4770433f82280d202e',6041,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-11 13:55:34'),(7436,2,'f14c21dd62ce3629e1585eb6c5514055943904b7',6040,'* Finish task #4487, 4507','liugang','2018-07-11 13:52:59'),(7437,2,'70c5556aaeac11260ce646182d88df37302d7680',6039,'Fix Bug Delete the Last Plan.','estellbright','2018-07-11 13:48:06'),(7438,2,'c400f14b79dfd2367a38ace86d2e2009422f61a7',6038,'*Fix bug #2038.','Yagami','2018-07-11 13:42:09'),(7439,2,'deaf51117f0e8aa653935dfbeb7509a3aea6f7ae',6037,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-11 13:30:50'),(7440,2,'b7326b28ef72181905f4280e7f942663bb6c2680',6036,'*Fix bug edit project loadPlan.','Yagami','2018-07-11 13:30:02'),(7441,2,'203fd21ff2da984f05549430b926ba9db40b86b1',6035,'Fix Bug #1943,1997,1998,2001,2015.','estellbright','2018-07-11 10:27:04'),(7442,2,'3d4f7b86d979792e9fd174c33afe36516c486419',6034,'* finish task #4487.','liugang','2018-07-11 10:23:13'),(7443,2,'39b0115f550aaff5f88df09fa9cd48309bd85203',6033,'*Fix Bug #4516.','Yagami','2018-07-11 10:21:05'),(7444,2,'2ff2e04f5441400034b93038889291c960c4f84d',6032,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-11 09:36:36'),(7445,2,'510559dd994cbfff52830861a946c17d0c05a343',6031,'*Fix bug #4516. *Fix bug #4516. *Fix bug #4516. *Fix bug #4516. *Fix bug #4516. *Fix bug #4516. *Fix bug #4516. *Fix bug #4516.','Yagami','2018-07-11 09:35:24'),(7446,2,'1fff6b7db8e19036e2b1d6c3910ec0b6961ad663',6030,'* adjust for bind ranzhi css.','wangyidong','2018-07-11 09:27:07'),(7447,2,'b432ee45982e97aa600589a342ab7b53aa129818',6029,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-10 18:20:27'),(7448,2,'f505416eb777f242e631fa0425cd94f9b0b57fd8',6028,'* Adjust sub menu settings.','liugang','2018-07-10 18:20:04'),(7449,2,'db9eebee6769e6e8a931a9804a0d345489bad282',6027,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-10 17:36:42'),(7450,2,'86f38aa41262f0030e64e84b57f270538e660e22',6026,'* finish task #4633.','wangyidong','2018-07-10 17:36:18'),(7451,2,'a8f1f63101bc8c7968ee2fca07cd11331bc5426b',6025,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-10 17:30:07'),(7452,2,'5b09738c950ec9845fbf15dc47f2445b43d33733',6024,'* Adjust ajaxmenu style for hidden dropdown menu.','daitingting','2018-07-10 17:29:19'),(7453,2,'0891061e34eca67fcb844c130631e4902bbe29f4',6023,'*Finish task #4630.','Yagami','2018-07-10 16:15:16'),(7454,2,'6eadda51af63b259397a528913edf7aba8b6b21b',6022,'*Finish task #4509.','Yagami','2018-07-10 15:59:35'),(7455,2,'06a1e1153225544fd8d982ab093f56ae59d00bae',6021,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-10 15:43:38'),(7456,2,'f0958e21e25f662f19b7b90b92c2d7a857281b33',6020,'* Use can not edit and delete file if he has no rights with file\'s object, fix bug #1521.','daitingting','2018-07-10 15:41:56'),(7457,2,'f2c54d74e9185b6d9c19cfbdf5f595f2654d855d',6019,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-10 15:21:52'),(7458,2,'0655129d4bb2d2dc5e67663b50625ceec5b24701',6018,'* finish task #4522.','wangyidong','2018-07-10 15:19:32'),(7459,2,'d048bfbedc7ebf30467f27bfe38046ce048fcc23',6017,'* Add treeTask and treeStory in group.','daitingting','2018-07-10 15:04:00'),(7460,2,'cac62ee5ccbb039b139b4c53097c61decefe30bd',6016,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-10 15:00:46'),(7461,2,'9387fd1a91d3ddd0c75b646c33a1c358bf16f5a6',6015,'* Adjust codes.','daitingting','2018-07-10 15:00:23'),(7462,2,'9b31294f294048b0250f7384eb7ce3958928fb90',6014,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-10 13:34:59'),(7463,2,'80a5334c7afa6c1852281a28a53a12994d2a1f08',6013,'* Finish task #4485','liugang','2018-07-10 13:34:32'),(7464,2,'fb397502f4360f696a4d4fbc211184e08f737ca5',6012,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-10 13:23:40'),(7465,2,'919cb90d373ce83464ba71856296b350fa691759',6011,'* finish task #4642.','wangyidong','2018-07-10 13:21:57'),(7466,2,'c4d6d94d6151cd9b9cae277f1c0151165b15afb8',6010,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-10 11:24:40'),(7467,2,'4398a6f814a3e9f9d9e4dd78d0e2eb42f4332544',6009,'* Add link for platform products.','daitingting','2018-07-10 11:18:33'),(7468,2,'74fbd3b784c334ac6da51c749c9fae05b15862cf',6008,'* Finish task #4599.','chenfeiCF','2018-07-10 11:17:42'),(7469,2,'ea7385a3f1fe8f526e031bdd9419fa613cf0d7f7',6007,'* Adjust min.js file.','chenfeiCF','2018-07-10 11:09:31'),(7470,2,'659d93948490543dec35c3af7660c2b7f1939e95',6006,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-10 10:35:10'),(7471,2,'f35a90fc970c0a0b87f738a91b7f176413acc425',6005,'* adjust for multi task.','wangyidong','2018-07-10 10:34:12'),(7472,2,'e664bb9d1bb3cdc7c0e1a95eca6122aa34cdb9c7',6004,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-10 10:16:25'),(7473,2,'07b21f67e20019cc166ef67fd714be2ca8f20635',6003,'*Finish task #4504.','Yagami','2018-07-10 10:11:50'),(7474,2,'5c294a5d0b899d76522262ff5899e612e28aaa85',6002,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-10 10:08:08'),(7475,2,'231e3ab33476d21e7a7dff26a365b0161af958bf',6001,'* Hidden project when flow is onlyTest.','daitingting','2018-07-10 10:07:37'),(7476,2,'b01dc1aa7245855dbe3d58eac48e2fbead9850fc',6000,'* Finish task #4640.','chenfeiCF','2018-07-10 09:07:58'),(7477,2,'b8ccab95d71c7088eb127120e907382cf53479ab',5999,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-10 09:01:59'),(7478,2,'b9003fd79119483d59b09db4c61676a828aa10b0',5998,'* adjust for task #4529.','wangyidong','2018-07-10 09:00:50'),(7479,2,'ba130809f1527c71d0c69617b7a4822a9c81fc70',5997,'* finish task #4510 and fix bug #1971.','Catouse','2018-07-09 18:53:05'),(7480,2,'34827d3921f986f0668030db997b83e576259a74',5996,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 18:42:01'),(7481,2,'2ea0c5002f14e7e837806751c977dbe7d9aad071',5995,'* fix chosen usage.','Catouse','2018-07-09 18:41:53'),(7482,2,'59149a9f35d5cf9306f3264f81077326f8e97d36',5994,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-09 17:39:52'),(7483,2,'9a3ce4325f6ab4443bf876005f58ee84341fe6f8',5993,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 17:32:28'),(7484,2,'de5866a8cdfeb7d6d3b0d055e62242a8742f58e3',5992,'* Adjust codes.','daitingting','2018-07-09 17:32:15'),(7485,2,'4598117de4f210cae5586fd1d29dd81b1b2bb991',5991,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 17:30:10'),(7486,2,'eddd9caf619fb1d1d263d7ec6ffc6243278fad7c',5990,'* finish task #4501 and fix bug #1980.','Catouse','2018-07-09 17:30:02'),(7487,2,'f3bebb9b84a74d323925215ef8b8215050a70181',5989,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-09 17:17:14'),(7488,2,'4ee9e455ea49fbaaff477ef058d2c8096d0de6cc',5988,'* Code for task 4640.','chenfeiCF','2018-07-09 17:16:51'),(7489,2,'67cc92c81287933d54d1efd0c2f4ea3d3e949e05',5987,'* Finish task #4544.','chenfeiCF','2018-07-09 17:16:24'),(7490,2,'45b449e47503aaa8f35d32e0894a178a7fbe46cb',5986,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 16:54:43'),(7491,2,'03f4199ba941fea60ffbc81732897edb0a35a338',5985,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 16:52:29'),(7492,2,'b340c649b79233678225809e908b96fa1087c7aa',5984,'* fix div close tag.','Catouse','2018-07-09 16:52:23'),(7493,2,'fd01e9076e817398e31efc30caad5cafd693cb37',5983,'* remove extra divider in mainActions toolbar.','Catouse','2018-07-09 16:51:51'),(7494,2,'bb0fada456c3781bc2c22588ebfd48171313fb4b',5982,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 16:51:20'),(7495,2,'c40bfab4936a9507f962273b11132220a4f30ec0',5981,'* If the member is not the last, can not finish task, fix bug #1939.','daitingting','2018-07-09 16:48:29'),(7496,2,'3292637fc973b15e21ca89bf1bdf37f19dad3822',5980,'* Finish task #4562','liugang','2018-07-09 16:31:59'),(7497,2,'2356ccc1257714c134183032f05c6f0e0d862cf9',5979,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-09 16:22:48'),(7498,2,'abc7375b2e4cddd2decfea61fabaf69ddd84bc42',5978,'* finish task #4596.','wangyidong','2018-07-09 16:22:09'),(7499,2,'5df4cbd69f43624b4e3f88f267591daa4d3d6a9d',5977,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 16:02:40'),(7500,2,'a03c5b953e02ae187921b0fef6e33d841c596780',5976,'* Finish task #4621.','daitingting','2018-07-09 16:01:07'),(7501,2,'33c87555354511064a115251a2d119679315691d',5975,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 15:36:10'),(7502,2,'0385ee441d92d5e51dc89182015e9458be4e3fdd',5974,'* update zui js file.','Catouse','2018-07-09 15:36:03'),(7503,2,'07dcbac2fef87272dbf1d9c651393c40001c6b78',5973,'* add title attributes.','Catouse','2018-07-09 15:35:56'),(7504,2,'0b0146cfb59995f9555cee41c87885ecf7ac1436',5972,'Merge branch \'master\' of http://github.com/easysoft/zentaopms','dajiao007','2018-07-09 15:01:16'),(7505,2,'765942f3c40e4c42bac75c1105de7f7c384a2a4e',5971,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 14:57:15'),(7506,2,'e9edde159c144ce3748c3ad8132dc9a921190409',5970,'* Fix bug for finish multiple task, fix bug #1872.','daitingting','2018-07-09 14:56:28'),(7507,2,'efa539736c16696e3ea6a9387b5c75fd61f42d2b',5969,'* modify column width of English version','dajiao007','2018-07-09 14:48:38'),(7508,2,'ffd355d0a360edb92c2796873e86d517e24ca780',5968,'* Finish task #4502.','chenfeiCF','2018-07-09 14:42:04'),(7509,2,'a9d3db45b0029e5a0b6c8809e04d5979f9e811bf',5967,'Merge branch \'master\' of http://github.com/easysoft/zentaopms','dajiao007','2018-07-09 14:37:37'),(7510,2,'ca36d3f5ec97f0d3da93033097f26bc95910175a',5966,'* modift English','dajiao007','2018-07-09 14:37:25'),(7511,2,'1b487158181f49c42a73112197f4e222f8eee571',5965,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 14:33:31'),(7512,2,'890dff6dff0ef49c2f872d147367c80d38625bc6',5964,'* update zui files.','Catouse','2018-07-09 14:33:24'),(7513,2,'8e33b05bb58f462818deb1a4fc76ae2ed1eb4542',5963,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-09 14:26:02'),(7514,2,'a53031cfdc18dda36f1d39aad8669b1ead4bd932',5962,'* adjust for cleanINT.','wangyidong','2018-07-09 14:25:10'),(7515,2,'7cacff34b082ae23697ff78ebf0f99d6fa493f16',5961,'* add new line to the end of file.','Catouse','2018-07-09 14:11:14'),(7516,2,'b430451d0b4ab922f4f287cd0a54ab653cba1256',5960,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 14:09:06'),(7517,2,'5fb638f886f250af6f2fe9ded09c4e022de09f9e',5959,'* remove responsive wrapper element from todo/batchedit and todo/batchcreate view.','Catouse','2018-07-09 14:08:58'),(7518,2,'7d7bb1939de6f6dc6a715613abe124355f090a76',5958,'* update zui js file.','Catouse','2018-07-09 14:08:28'),(7519,2,'15ed6c64eb8498313a9805e3f8f3d2eec38d896a',5957,'* fix size of table columns in todo/batchcreate and todo/batchedit view.','Catouse','2018-07-09 14:08:20'),(7520,2,'cd12e90d46a3ac26eb9a743b9d5f20e2d6721964',5956,'* Adjust bug and case module for task #4638.','chenfeiCF','2018-07-09 14:04:42'),(7521,2,'b6ea3b5c534643e092dc17c12d2f17e61a0a9521',5955,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-09 13:55:51'),(7522,2,'4bd218b9a423ef64e73c81690d9cb1f773acf4e6',5954,'* finish task #4589.','wangyidong','2018-07-09 13:55:11'),(7523,2,'22e7e790c4984ab590397246a29d12c03f2ebd25',5953,'* change language text format.','Catouse','2018-07-09 13:53:19'),(7524,2,'599cfd718378ad342f48e0997d8656cb361c02c0',5952,'* refactor code. modalTrigger usage @see http://zui.sexy/#javascript/modaltrigger.','Catouse','2018-07-09 13:46:44'),(7525,2,'dccf32171b4b6e423d5ce94655361caf69664e38',5951,'* fix $versionName not defined error.','Catouse','2018-07-09 13:33:25'),(7526,2,'978549884d6ea9043e934e168801986ee301bc2a',5950,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 13:28:51'),(7527,2,'97d0357070242d3b90ecd52b446a3b8ebb7d29ae',5949,'* finish task #4556.','Catouse','2018-07-09 13:28:44'),(7528,2,'7cb180b540c23c1e586a447a26b219463d43722c',5948,'* make table in group/view sortalbe.','Catouse','2018-07-09 13:28:29'),(7529,2,'8b018e63f666fbdf1cdb6d551b053217b849f286',5947,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-09 11:15:35'),(7530,2,'2ec456f319b1157f1b12663b90a5426c57d4658c',5946,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-09 11:15:11'),(7531,2,'c0e59092478008b96d361aa9e60de3db0acc7125',5945,'* Fix bug.','liugang','2018-07-09 11:15:03'),(7532,2,'9aa26a257300a0124eeee7b3c5917e0bc449057e',5944,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 11:14:11'),(7533,2,'9255162665aa9d7d7054baca304fc1e86e4acc3c',5943,'* fix table width in story/linkstory view.','Catouse','2018-07-09 11:14:05'),(7534,2,'e41051e78fb01463fd9c71f16b4dec913e5f6daf',5942,'* update zui files.','Catouse','2018-07-09 11:13:41'),(7535,2,'15335941e7ad63d4bbd41b561db942d12aa0acd7',5941,'* update themes.','Catouse','2018-07-09 11:13:28'),(7536,2,'f6c5cf3689c72e6413ad809b490c9b857336a626',5940,'* Finish task #4638.','chenfeiCF','2018-07-09 10:44:00'),(7537,2,'c8ce5e64c9a80182958be4d627e382a33a52caa3',5939,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-09 10:43:19'),(7538,2,'abc1c419282711cd6141709df927b78f670ae3ca',5938,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 10:23:03'),(7539,2,'9552cc6fd34240ecfa866eeca76e406cf61b84ea',5937,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-09 10:08:15'),(7540,2,'370cdfad9dfe9d96d77561da1cb3d676cccce450',5936,'* Finish task #4634','liugang','2018-07-09 10:07:52'),(7541,2,'f0e022127d48d9235fe8654ff268792d3a03af17',5935,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-09 09:56:55'),(7542,2,'6d2d35bff0fe16e3931a668aa02ef54025292ce7',5934,'* Adjust status when the old status is done.','daitingting','2018-07-09 09:56:07'),(7543,2,'3190c876d09159de2f9e487d1200aa8b0f5b1251',5933,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-09 09:54:54'),(7544,2,'2d2df9c0130b13127c782339bcd86cb25d936ac2',5932,'* improve UI of block views for placement in small column.','Catouse','2018-07-09 09:54:46'),(7545,2,'1cbbb130d8d524e666480aa1939acedc6506dd54',5931,'* update zui.','Catouse','2018-07-09 09:54:18'),(7546,2,'159597411cc21de61ab054c92e3a38004846b96d',5930,'Merge branch \'master\' of http://github.com/easysoft/zentaopms','dajiao007','2018-07-09 09:49:30'),(7547,2,'83d7855fb9c392a6b26cb42d719a08633ac31883',5929,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-09 09:49:10'),(7548,2,'8da87c9dcf8aa281efaf53b9f0d713c5cdbf68a0',5928,'* finish task #4641.','wangyidong','2018-07-09 09:48:35'),(7549,2,'45df604068925eb8294c56a32a89c2969beb4475',5927,'* modify english labels','dajiao007','2018-07-09 09:45:33'),(7550,2,'cb13c64e9c3dfa83997b5a3109659e30ddfa86a1',5926,'* modify english labels','dajiao007','2018-07-09 09:39:49'),(7551,2,'9ed3cdd5f898551530cad5919fd466c75486b900',5925,'* improve UI of dashboard.','Catouse','2018-07-09 09:24:34'),(7552,2,'01e06b7a89d71579dfa95cb37371c2df0891c46b',5924,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-07-09 08:53:39'),(7553,2,'29371f8b7031547585cc29abe8aa3d8b8c86e33c',5923,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-05 17:55:49'),(7554,2,'0817ec73cce031cadbd84fcda874b6380e233c02',5922,'* Optimize text.','daitingting','2018-07-05 17:55:30'),(7555,2,'5eb55fe399e5fc82827255c13f41df919151a352',5921,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 17:06:48'),(7556,2,'c527d0b64b4a3126a8bad9c1c04c8e4089dd2c10',5920,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 17:06:16'),(7557,2,'357a0a14de77fb0a9f502d55da6aab0950e05884',5919,'* finish task #4603.','wangyidong','2018-07-05 17:05:12'),(7558,2,'f9592f477da3ded263b6ce6b9d3b4effa6762496',5918,'* Finish task #4565.','Yagami','2018-07-05 17:04:52'),(7559,2,'0ff9dc27d445138f807b776f0b04b92b4ecd3371',5917,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-05 16:23:35'),(7560,2,'3bd73f1111696bb8f450642bfcb710ad1cd55893',5916,'* Adjust codes.','daitingting','2018-07-05 16:23:20'),(7561,2,'c85e1f6fe6b8f076bf827bb5207125e89f1796f4',5915,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 15:45:14'),(7562,2,'48688a7be8564ae74b2ae0461976b84af43e011d',5914,'* adjust for sql error.','wangyidong','2018-07-05 15:44:45'),(7563,2,'e612d79e0449be1ded2a8624cae72a30252063c4',5913,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-05 15:39:08'),(7564,2,'5d4b235a62005f12483736d0b4abe8626c806ea2',5912,'* Compute begin and end for parent task by his children, finish task #4627.','daitingting','2018-07-05 15:37:42'),(7565,2,'bac2527f2aedcc964b1836325ba717c552281ba9',5911,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 15:03:18'),(7566,2,'c3c9305775d9863cf194d9ddcf2de14cc7a45553',5910,'* finish task #4556.','wangyidong','2018-07-05 14:58:46'),(7567,2,'167c2f196e21106b09beec506336e15dfa673dda',5909,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 14:26:35'),(7568,2,'fed443460d1695d0b0412db9818e4074ce288623',5908,'* Finish task #4628.','liugang','2018-07-05 14:26:18'),(7569,2,'29de85a69ad4f9acb5e37a54e5a42f3333297163',5907,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-05 14:20:07'),(7570,2,'7565708ccd1c067f07e17ab0dd9afa0dbd1f84a8',5906,'* adjust style of block views.','Catouse','2018-07-05 14:19:56'),(7571,2,'a373f375c8babf42d3c6580681d777469fe46b4e',5905,'* apply zui scrollbar style.','Catouse','2018-07-05 14:19:41'),(7572,2,'226c1f1a3a264d6b811c7ad1135be756e63ddbd6',5904,'* add fade effection to dashboard element.','Catouse','2018-07-05 14:12:28'),(7573,2,'47085c06ebcf0a057e7b3cf23827dc412caf5437',5903,'* fix style and .panel-move-handler element not remove when refresh it.','Catouse','2018-07-05 14:11:51'),(7574,2,'7c710b4424425120fd81a945ecf57aac8d4dc7e7',5902,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 13:56:54'),(7575,2,'330d108f570bed292ca65105af3454d36a95dfbd',5901,'* Finish task #4637.','liugang','2018-07-05 13:56:37'),(7576,2,'0fa4796de98b8eebb9802736632917e9e8be4118',5900,'* Finish task #4512.','chenfeiCF','2018-07-05 13:54:18'),(7577,2,'c22a2127d72e6516da85fbf6af6fcbdb60c1ec5d',5899,'* change line-height of .article-content.','Catouse','2018-07-05 13:49:50'),(7578,2,'1927697271d1dee6a4516563249456973c2d79d2',5898,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-05 13:39:40'),(7579,2,'fb093f7f95ec18fbdf97c9df4d06b572d2bba285',5897,'* fix modal header style and add title attribute.','Catouse','2018-07-05 13:39:33'),(7580,2,'634ab841217b861e4e05c52880a15b1041c0a872',5896,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Yagami','2018-07-05 13:38:24'),(7581,2,'812c4e98fb7bb8afc390a1fed087ef06c1bea977',5895,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-05 13:36:23'),(7582,2,'6e71477c5c7271b770d75de86b5dc1dcdbf85ee0',5894,'* Unset todos those finished by me.','daitingting','2018-07-05 13:35:09'),(7583,2,'37682761968e80acdecb6d9052c6b172401c0b5b',5893,'* Finish task #4557、#4521、#4531.','Yagami','2018-07-05 13:35:08'),(7584,2,'a07cd2c312f3f97af4366765bf76386e4b951dc0',5892,'* Finish task #4540.','chenfeiCF','2018-07-05 13:34:19'),(7585,2,'712d9c87d2d5f07e488c7e5ed871bc0112f6b12b',5891,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 13:31:23'),(7586,2,'4f0d8e7409d5bd57b66435a37c3dee4fd57460ac',5890,'* Finish task #4508.','chenfeiCF','2018-07-05 13:20:14'),(7587,2,'5194dbe0c44be2f8fd5025b4b89f4a21e37bb56d',5889,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 13:19:36'),(7588,2,'a7fd56792b2e0fb60238ba7777daaccefd8405d7',5888,'* finish task #4633.','wangyidong','2018-07-05 13:19:01'),(7589,2,'6f4cb41c38fb0c09953a0476bbff4233842d8f22',5887,'* Finish task #4629','liugang','2018-07-05 11:01:42'),(7590,2,'31dc5d608f64dbaa6578edd106755ce40a99614f',5886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 10:59:40'),(7591,2,'83c91c5a69ec45436f603fcc56de79d56c765505',5885,'* Finish task #4626','liugang','2018-07-05 10:57:40'),(7592,2,'45b8b2c60a039aa474631b434f7d055710d7749b',5884,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-05 10:47:37'),(7593,2,'8742825b1c1c66996ea13fc46a0426a52decf516',5883,'* update zui and themes.','Catouse','2018-07-05 10:47:31'),(7594,2,'8cdb6a884587d3002da7a90657db5a937e610bca',5882,'* change link color in bug edit form.','Catouse','2018-07-05 10:47:18'),(7595,2,'f46e7b7be5ec9a17958b27038c4e3039169693aa',5881,'* Finish task #4513.','chenfeiCF','2018-07-05 10:45:41'),(7596,2,'7167e00b83e64c9e054f27d7583265459c03ee7f',5880,'* Finish task #4499.','chenfeiCF','2018-07-05 10:43:21'),(7597,2,'b611543c820c2c9274444874bf992182495ba7c1',5879,'* adjust style of bug/linkbugs view.','Catouse','2018-07-05 10:38:38'),(7598,2,'f8ffb3957045e33e6e88b8ad3e4f114ac27636bc',5878,'* move default style to zui.','Catouse','2018-07-05 10:37:25'),(7599,2,'c6fbc1fe21ce4af257906b2807efbc795758f498',5877,'* adjust style of bug/linkbugs view.','Catouse','2018-07-05 10:36:43'),(7600,2,'e340357faa80641a5e22e48e00c3ba862687c7a8',5876,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 10:26:48'),(7601,2,'9b846f5eae1d3f25096cd4949ef3549b18daf43b',5875,'* Finish task #4622,4625','liugang','2018-07-05 10:25:45'),(7602,2,'2e213c6eb504fb0ff7be6daa5456c8786bb07796',5874,'* add commas.','Catouse','2018-07-05 10:25:32'),(7603,2,'7f28cc1697fdde8cc96b7f0ef7c5fbf5445a1eac',5873,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-05 10:24:44'),(7604,2,'f1018cde9336baadd1c7efe82cfbe3d37348916a',5872,'* improve UI of dashboard.','Catouse','2018-07-05 10:24:38'),(7605,2,'5baae8f3ff46a4d7cdf697648e2ffa6e54dbb906',5871,'* refactor code.','Catouse','2018-07-05 10:24:09'),(7606,2,'6c377aa988dc141b718f5a111020f208e598fdec',5870,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-05 10:18:06'),(7607,2,'95149dcda13bf99d2a7299f60ce8f88c7574d7e2',5869,'* delete useless table.','wangyidong','2018-07-05 10:17:24'),(7608,2,'1c5844728e8ec147290d81ebf97da176e7cb61b1',5868,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 10:09:01'),(7609,2,'946185667f75b035209a3911b98983358a14046c',5867,'* Finish task #4620','liugang','2018-07-05 10:08:47'),(7610,2,'646d9d60ecbc8bb23a3aa61bd688589b7b1eed09',5866,'* finish task #4636.','wangyidong','2018-07-05 10:02:47'),(7611,2,'a1607501bc926bec6adee387245df16d9d257e36',5865,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-05 09:33:41'),(7612,2,'d0cb047b5809e6222b2ff0dd975b96e464d52a08',5864,'* Finish task #4617','liugang','2018-07-05 09:20:34'),(7613,2,'698e51134b84c1d7a976d62dc1540d32a986fbed',5863,'* finish task #4631.','Yagami','2018-07-05 08:54:35'),(7614,2,'fff69a3471da8ea23ce5a4428ebdb5e5c072b879',5862,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-04 20:33:21'),(7615,2,'33895b89e4a1b7042573107fe802812b5c23e599',5861,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-04 18:07:52'),(7616,2,'a886e98b261f49b2b8246c942092521b2a83c9c2',5860,'* Set word wrap.','daitingting','2018-07-04 17:23:19'),(7617,2,'5a79ac1a3d2a3372336757911d561a0ce193b622',5859,'* Get group pairs order by id.','daitingting','2018-07-04 17:15:27'),(7618,2,'b3aaab4f0c32e59d12e54a143253dfd5536298bb',5858,'* Finish task #4598','liugang','2018-07-04 17:05:53'),(7619,2,'aac2a7eb46a3a5c1d15c343f782c2752d6ced16d',5857,'* fix sortable not work.','Catouse','2018-07-04 16:46:06'),(7620,2,'9510ebf17b70e91295fef102e6f93e2821ff9792',5856,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-04 16:18:51'),(7621,2,'327aeba49d44148e3583a3249a8a6d8bca293299',5855,'* Finish task #4591','liugang','2018-07-04 15:50:28'),(7622,2,'d32830d49e7a00de2238138f37013034c48ac0f7',5854,'* Finish task #4560','liugang','2018-07-04 15:39:16'),(7623,2,'4a85831bea2c0e0a343020472b4cbe3b40829bc9',5853,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-04 15:21:08'),(7624,2,'ddea3afd97f2b6881e54eece42befd25392b6707',5852,'* Set build field word-wrap.','daitingting','2018-07-04 15:20:06'),(7625,2,'19fdb9358c6cce7ccb0585388f3ac3bf2b8c6a72',5851,'* finish task #4588.','Yagami','2018-07-04 14:34:47'),(7626,2,'08ce7bb83a6e98d6509f15181c5129bf8782511d',5850,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * change group, company translation','reneteng','2018-07-04 14:28:27'),(7627,2,'b62a8e7193d1d05316e49c59123a91ade536df6b',5849,'* change trans','reneteng','2018-07-04 14:27:30'),(7628,2,'c4f054234fe066df3c6d629f8fa68cb216f73490',5848,'* Finish task #4554','liugang','2018-07-04 14:26:40'),(7629,2,'de8382dfcf4fd71017c3f65f0b34d427440c5c68',5847,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Your Name','2018-07-04 14:14:39'),(7630,2,'babcaa6d7f26e2797d31df81970702825d636f30',5846,'* finish task #4516.','Your Name','2018-07-04 14:13:14'),(7631,2,'be092decc56b0ace08556f47f4b897bc911a7a75',5845,'* Finish task #4553.','liugang','2018-07-04 14:08:51'),(7632,2,'b308e39f6177c051aca1305bfc01f9623f8c99bb',5844,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-04 14:07:12'),(7633,2,'f7bd51a86177d83334e141812df529db4544e4b9',5843,'* Finish task #4549, 4550','liugang','2018-07-04 14:05:59'),(7634,2,'d7a6f61ada80c9d6d113429ac0cf4288bd684a45',5842,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-04 13:28:56'),(7635,2,'a703d045e05c881d92a9644da475bc5202ee719d',5841,'* finish task #4587.','wangyidong','2018-07-04 13:28:23'),(7636,2,'ce9cf8a0c7d787256967fb55d98475a7d4d27b8d',5840,'* Add 10.0 upgrade sql.','daitingting','2018-07-04 13:28:04'),(7637,2,'9889775cc7a7dab4dcf5c393a69f81d8caa4dd4e',5839,'* Set assignedTo as closed when close todo.','daitingting','2018-07-04 13:24:09'),(7638,2,'a596142ec59209f93ea3a50f79fdbad0aebed079',5838,'* Remove useless file.','daitingting','2018-07-04 11:08:11'),(7639,2,'8a63d0de58419127758653df6557894a6f24b12a',5837,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-04 11:05:33'),(7640,2,'31a7f1f9a2482f6beeb496681c1d872802a2763c',5836,'* Adjust size for ranzhi logo.','daitingting','2018-07-04 11:05:01'),(7641,2,'e842c24e657279928847ae79600580612a6a5314',5835,'* finish task #4581.','wangyidong','2018-07-04 11:01:22'),(7642,2,'a6e0fce73ebd65d8c70ef795e285203306d0d107',5834,'* finish task #4523.','wangyidong','2018-07-04 10:38:12'),(7643,2,'19bcb993de9120b13f171b63a6aa829d2f587f19',5833,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-04 10:09:13'),(7644,2,'e0529846e345aa859363e439d4475cd1741d261c',5832,'* finish task #4585.','wangyidong','2018-07-04 10:08:49'),(7645,2,'fbbc51db488b63e1fdffe9a08137dd8e9b03cd23',5831,'* Finish task #4543.','chenfeiCF','2018-07-04 09:59:54'),(7646,2,'ffc34067f89fc93a8174bbe12a79eabe63d59244',5830,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-04 09:48:56'),(7647,2,'f055eed1ef8d771364d5f6c5c158af5956df587a',5829,'* finish task #4590.','wangyidong','2018-07-04 09:48:19'),(7648,2,'cb65bcbc12f64f4c67528f352ccf84a540b74061',5828,'* Set nowrap for modal header.','daitingting','2018-07-04 09:22:34'),(7649,2,'ee930fb1fc34f6cedaaef2e3ca74ea1770e03dc2',5827,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-04 09:09:10'),(7650,2,'bbae037e9f897fa2ab20ac79328a452502182c30',5826,'* finish task #4529.','wangyidong','2018-07-04 09:08:20'),(7651,2,'c63664ecaa726eebaa055487a362bb24d92394b6',5825,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-03 17:38:20'),(7652,2,'d6eb5bedc69b399cd388403adb253dc90b50772d',5824,'* update zui.','Catouse','2018-07-03 17:38:14'),(7653,2,'faab8e99373ae5707f92006f2103aeff6f467230',5823,'Merge branch \'master\' of https://github.com/easysoft/zentaopms *change doc translation','reneteng','2018-07-03 17:14:29'),(7654,2,'087682582673bbb2fe34d6fbc57b24cd081a202c',5822,'*chang doc translation','reneteng','2018-07-03 17:13:56'),(7655,2,'12bff7a96dd1e45e4153f6507aad04f5c5ffe5f1',5821,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-03 17:03:25'),(7656,2,'00a69cdbf841c54f79d5dc12f81701549b133afa',5820,'* Optimize codes.','liugang','2018-07-03 17:03:09'),(7657,2,'da9f795f0532f3dc5842d765628b4b97eae86749',5819,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-07-03 17:00:19'),(7658,2,'89569635ddea2d8d788bdc17c9a99ee446107a7b',5818,'* update zui.','Catouse','2018-07-03 17:00:11'),(7659,2,'84f2f240598d5867ae0cc29eb250558bbc94a1f9',5817,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * change doc','reneteng','2018-07-03 16:54:51'),(7660,2,'491fa4db4514bbf508d3d96247244fe35cb8e4dc',5816,'*change doc trans','reneteng','2018-07-03 16:54:05'),(7661,2,'266146bb343c6a472d0a8e4b0a539c333c1b37cb',5815,'* finish task #4583.','wangyidong','2018-07-03 16:33:35'),(7662,2,'cfd582726e3eb82d816061c598d8cebd59b6f30c',5814,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 16:30:29'),(7663,2,'ef8ffca2e82cf31a4d5e1382e316c1059899be13',5813,'* finish task #4574.','wangyidong','2018-07-03 16:29:58'),(7664,2,'bf4ccf3bbf68238f5d5406586d4d97e0f7507ef3',5812,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-03 16:27:07'),(7665,2,'537699060f78a82cb2e0721774dbd780aaa69897',5811,'* Adjust codes.','daitingting','2018-07-03 16:26:44'),(7666,2,'441b8cf58981986ac0d18bd4445a68b3453e6bcc',5810,'* finish task #4580.','wangyidong','2018-07-03 16:11:45'),(7667,2,'1aa90107c8abd654b6650ebc33335892de775f16',5809,'* finish task #4579.','wangyidong','2018-07-03 15:10:53'),(7668,2,'ad4a9c655f0f0493d2680f342e4127e639539fa2',5808,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 15:03:14'),(7669,2,'ca78637e29e9284d6b2229942476a96355bd73e8',5807,'* finish task #4568.','wangyidong','2018-07-03 15:02:48'),(7670,2,'7712dd4eabb35f060ab6ae98c98759a1a2e2e1d4',5806,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-03 14:16:41'),(7671,2,'ac36781aa52b808bba77b7d7b64649aad5cdff65',5805,'* Set the name nowrap.','daitingting','2018-07-03 14:13:40'),(7672,2,'783c05a2a2892d772bab7401eb331ac1af549628',5804,'* finish task #4533.','wangyidong','2018-07-03 14:04:36'),(7673,2,'ec4df0842e6b3d8362c05fc17ca7cb005c6645e3',5803,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 13:54:45'),(7674,2,'f418bb03a9cfea466382017deaf468dfb9ed0e12',5802,'* finish task #4522.','wangyidong','2018-07-03 13:54:22'),(7675,2,'634d483f97c9ce8a77c9e85e38510263030afb21',5801,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-03 13:48:27'),(7676,2,'7c3c36c0d7c5e350918a7b5695da7006998a6a75',5800,'* Adjust computeHours4Multiple function to fix bug #1921.','daitingting','2018-07-03 13:47:04'),(7677,2,'a593949e124acb499673438b6df6bfbf547070d6',5799,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 10:56:49'),(7678,2,'f3c4d8fa0f66127c017eb1a774a8b0aed0d5f9c6',5798,'* finish task #4520.','wangyidong','2018-07-03 10:56:28'),(7679,2,'3c59b7eb6f6a1bc3db315e6bca92870fe6e4ec6b',5797,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-03 10:38:52'),(7680,2,'1dfefe355bcf69e192c347f8e7d56d37dfdec523',5796,'* Only compute the hours of parent task. * Do not compute the hours of canceled tasks.','daitingting','2018-07-03 10:35:33'),(7681,2,'1e1f271eda12b299a7325fefdb0a3289df7c2f8e',5795,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 10:19:06'),(7682,2,'c885f64d2e456c4eadd00ffdd2b6f755d02ba71a',5794,'* fix for bind ranzhi.','wangyidong','2018-07-03 10:18:34'),(7683,2,'c7164b95b0f8ca8251814c4f7590a269704fda5b',5793,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-03 09:41:46'),(7684,2,'fd2754f293e2747f8752984dba73f5ed44e82a8e',5792,'* Remove fixedTableHead for these reports.','daitingting','2018-07-03 09:41:10'),(7685,2,'7a37f6eaf4fbdcd89e8bf1cdcfb25271f44a305b',5791,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-03 09:22:11'),(7686,2,'5017751ead4338567d0889d4d51cd1ecbdf5337f',5790,'* finish task #4518.','wangyidong','2018-07-03 09:21:17'),(7687,2,'2e71b1172317c4f9725738a01f3c4b9f6ae47f4a',5789,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-03 09:02:14'),(7688,2,'0810c5eea01d97ed0f69cb197300d6d504abe8ea',5788,'* Display doc libs by list.','liugang','2018-07-03 09:01:46'),(7689,2,'a895d97dae6230b22c935ee7001e406056d3e4f2',5787,'* Change ojbect to object.','liugang','2018-07-03 09:00:26'),(7690,2,'4d145583763290053658563f04b06b20849ee75f',5786,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * chanage cap','reneteng','2018-07-02 16:36:35'),(7691,2,'6ada063b15bfcfef3068bab6449bca8348e1c4a9',5785,'*change capitals','reneteng','2018-07-02 16:35:35'),(7692,2,'c136414e39f98ab460fc19c01ca9d778b16af9d5',5784,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 16:23:18'),(7693,2,'2efaf689f57e63aa5d70fcd03852f5185623249f',5783,'* Hidden product or project by different flow.','daitingting','2018-07-02 16:22:25'),(7694,2,'ec4bfe7c6f899fee466298060af7b362be6a4d87',5782,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-02 15:18:29'),(7695,2,'ca62dbdaa6c882dd1bf2a9d95a546c9eda5bfede',5781,'* finish task #4514.','wangyidong','2018-07-02 15:17:49'),(7696,2,'f0adb5ad13abc8fc9fd4cdf80398a7f9369f97df',5780,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 15:14:14'),(7697,2,'0243e19a036d84e0ce4217073975578f78347936',5779,'* adjust for bug-batchcreate page.','wangyidong','2018-07-02 15:06:11'),(7698,2,'bd4603ee73dbbf1bff01cf5dbd7e4191d8c5b3ae',5778,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 15:05:12'),(7699,2,'2b4a58c1183a76aab639fbbdec183fa067e48aa7',5777,'* Adjust width for product name.','daitingting','2018-07-02 15:04:53'),(7700,2,'a582b842e1eca05b66c24e9f6868e4d4668e4d4c',5776,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-02 14:54:10'),(7701,2,'bf99726d140ea534833b81896fdbdec322b039b7',5775,'* finish task #4500.','wangyidong','2018-07-02 14:53:40'),(7702,2,'c9f0751c8af0537a60a0305b69987bfd3395d4e1',5774,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 14:46:13'),(7703,2,'20943b8585d55e7c85420094159d16610a64641b',5773,'* Adjust params for showLink.','daitingting','2018-07-02 14:37:22'),(7704,2,'c2c85790b3cf23387e1768c383f1c97d5964a282',5772,'* Finish task #4608.','chenfeiCF','2018-07-02 14:19:26'),(7705,2,'831e54eb3e37bd69ff4f26e468344453ee70d923',5771,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-02 14:17:00'),(7706,2,'4f343e8885a0391e3d3f35ef0233b77f9adec7fa',5770,'* finish task #4497.','wangyidong','2018-07-02 14:16:38'),(7707,2,'ef46086f771135f3354519abf3aecd4249ff44c0',5769,'* adjust for bind ranzhi style.','wangyidong','2018-07-02 14:16:23'),(7708,2,'60551c354047839b8012f93a266459905effd099',5768,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 14:13:47'),(7709,2,'7c33439d001281f6d674c6e6cbdabaee70e13dde',5767,'* Adjust plan link.','daitingting','2018-07-02 14:13:27'),(7710,2,'06714837354ca1b2c33f808b5f3f7591579ff4e7',5766,'* Finish task #4615.','chenfeiCF','2018-07-02 14:00:07'),(7711,2,'ea34c73c9ba4932b55460e64ed6ac4499bc65a0f',5765,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-07-02 13:43:20'),(7712,2,'6892137d996b96f248aa245cdbc3e6c3621ae137',5764,'* Display menu that can link by bug.','daitingting','2018-07-02 13:42:13'),(7713,2,'89002bdd5af9450eecba2612fdc88635f4401cb4',5763,'Merge branch \'master\' of https://github.com/easysoft/zentaopms *change for 10.0','reneteng','2018-07-02 13:37:27'),(7714,2,'a0044b641bb3bb914898d68915ce3915a0c68c0d',5762,'*chang for 10.0','reneteng','2018-07-02 13:34:04'),(7715,2,'58704d5c48c8dbcc2fa5c730461934238a8dd672',5761,'* Finish task #4616.','chenfeiCF','2018-07-02 13:23:57'),(7716,2,'c1e7de7815718d6c6a2bb04e0b1c78c7dcd930e2',5760,'* Fix bug.','滔哥','2018-07-02 13:13:23'),(7717,2,'894d50e0ea1b481bb20620be0e004a11d8776684',5759,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-07-02 10:51:09'),(7718,2,'370cc9122841463478e9e3390a054431109c19f1',5758,'* Finish task #4545.','liugang','2018-07-02 10:50:46'),(7719,2,'02b2a38ac2f8745a1ab7fa4a5e6c088a02cd0e7e',5757,'* finish task #4492.','wangyidong','2018-07-02 10:39:28'),(7720,2,'9e085e4b9b7d27b97df5106170d0c4ed89e768c7',5756,'* finish task #4491.','wangyidong','2018-07-02 10:08:14'),(7721,2,'79c506aed5488c8ff54eefb02d7bf2b1cd6f39f2',5755,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-07-02 09:40:06'),(7722,2,'16a61575ce70777d5f5c6806cd1c648412c00dd0',5754,'* Finish task #4635.','liugang','2018-07-02 09:38:37'),(7723,2,'9fd944be463898c1bb1c804b5fe16a6c09124695',5753,'* Adjust log icon of webhook browse page.','chenfeiCF','2018-07-01 09:33:14'),(7724,2,'a4ab3d9a5161cd095715204f93857fe46237e361',5752,'* Set forceSync as true.','daitingting','2018-06-28 17:56:56'),(7725,2,'1da62a04123934fceb3f0084f8a6ee80bb64a53a',5751,'* fix for misc-ping in login page.','wangyidong','2018-06-28 17:25:35'),(7726,2,'df5f5ddfa38568d4eaf07226d62640d3a7e2ab18',5750,'* Remove useless file.','daitingting','2018-06-28 16:54:38'),(7727,2,'c58e5c134a4185f0ee8a89bb632982a42fbd8590',5749,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-28 16:27:28'),(7728,2,'eced83d13a8e03ecb648c532af74b390b98edf88',5748,'* Adjust $config => $this->config.','daitingting','2018-06-28 16:25:48'),(7729,2,'da1fdabb850b44ff45b8c78f6f36b4b6338dcdf7',5747,'* update classic theme.','Catouse','2018-06-28 09:49:36'),(7730,2,'f868b5c68f250a6aa91665154d2b41934c5df618',5746,'* fix c-actions size.','Catouse','2018-06-27 15:21:00'),(7731,2,'c2eb36ec2746caaed6a12c310713a8ea4db75fb5',5745,'* update classic themes.','Catouse','2018-06-27 15:20:39'),(7732,2,'5254a3d0dfd6a496bb23c89a4eda588b8ec90dd8',5744,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-27 14:45:08'),(7733,2,'c6e9887f8dab1afd9b6b9601c19932075b2e3992',5743,'* update zui.','Catouse','2018-06-27 14:44:58'),(7734,2,'9089a57d703cb57f95c722f534bcf77b9bf38cf2',5742,'* Fix bug #1969.','chenfeiCF','2018-06-27 13:38:39'),(7735,2,'cdb4b40f13c6d028b89e39157c69f9c8bcab60de',5741,'* fix error on submit ajaxform.','Catouse','2018-06-27 10:11:23'),(7736,2,'d483a10408c9dd332e1b86829f266d377a0942f4',5740,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-26 17:44:53'),(7737,2,'c23e82b2a0d7bdddce2d0b291db38e47efb6cac9',5739,'* fix style error.','Catouse','2018-06-26 17:44:43'),(7738,2,'e8120ff55c0547f23653386ed728e8c3de9fed1b',5738,'* LoadCustomFromDB when version > 4.3.beta/pro.2.3.beta/biz.','daitingting','2018-06-26 17:42:43'),(7739,2,'05156a4e1ddd9c5cad323e6af0d937cbd78044cd',5737,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-26 15:46:31'),(7740,2,'44e40eda663a6b9608a0dbfff1d6d1af6a9f8ca9',5736,'* Adjust version.','daitingting','2018-06-26 15:46:13'),(7741,2,'fe278cdf6662ac963e4eb7b69ea1273b3b794673',5735,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-26 15:30:30'),(7742,2,'b745f2dd7b6e492f79ea2db1fe1affffb03b8d9c',5734,'* change style of roadmap.','Catouse','2018-06-26 15:30:18'),(7743,2,'eeb9e29fe742bf3727c36648e4e2b50fd5eb6b67',5733,'Merge branch \'master\' of https://github.com/easysoft/zentaopms *delete a','reneteng','2018-06-26 15:19:25'),(7744,2,'73ff01c889dee66438d4e5a9e3248a3f77e01165',5732,'*delete a','reneteng','2018-06-26 15:18:51'),(7745,2,'de0f38f3f53653ff1dab25fadd36f748ed5a1ae9',5731,'* Adjust codes.','daitingting','2018-06-26 15:17:50'),(7746,2,'e70b5026735693c27f0cf920b7824889f6b5b9cc',5730,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-26 15:09:37'),(7747,2,'2046bb4fd970265264ca4b598c9a14739e78407f',5729,'* Locate to index page when there is no projects.','daitingting','2018-06-26 15:08:53'),(7748,2,'3199f5fe831e3780be138043ccc16865eb3e2a76',5728,'* Change Version.','liugang','2018-06-26 14:44:25'),(7749,2,'2a2d7abebab99c64b2cacf000c3aef95cb88649f',5727,'* disable custom submenu.','Catouse','2018-06-26 14:01:38'),(7750,2,'3f25ea36a827ada8ca0a582973c2f310b4cb0700',5726,'* change modaltrigger default option \'backdrop\' to \'static\'.','Catouse','2018-06-26 13:57:51'),(7751,2,'b751f82fabdd2b2e74a722941f22c1b2a37959ac',5725,'* fix datatable UI.','Catouse','2018-06-26 12:02:21'),(7752,2,'6e74cc0c2acb4b8c166e421738abda4eb46782f1',5724,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-26 11:00:46'),(7753,2,'0cfeb4f9608c13f12eb4a2f0b47bac3d994d290b',5723,'* fix datatable in macos safari browser.','Catouse','2018-06-26 11:00:30'),(7754,2,'ff0f06a68a852a77afee7f06323586fc738de4a2',5722,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-26 10:58:42'),(7755,2,'5e5221ebbc05f363d47129bb2a34c624ce5830a1',5721,'* Optimize codes.','liugang','2018-06-26 10:58:18'),(7756,2,'96f510cfb684373415f37e9e8f964f7f9996b766',5720,'* fix for doc-browse','wangyidong','2018-06-26 10:50:55'),(7757,2,'f61a53e9a3e086693f2067d37a4f84d4dbbf4cc2',5719,'Merge branch \'master\' of https://github.com/easysoft/zentaopms * change','reneteng','2018-06-26 10:02:11'),(7758,2,'593b321557b62a5d21c45884d51e2408e06fb1ac',5718,'* change (s)','reneteng','2018-06-26 10:01:13'),(7759,2,'d3d99f26980e198998786b99b76b6d76d4c1340a',5717,'* improve datatable style.','Catouse','2018-06-26 09:43:39'),(7760,2,'a6ee2eb8b5d94c3775a099425cce9e9fd855569e',5716,'* update claasic themes.','Catouse','2018-06-26 09:38:47'),(7761,2,'3ed1c6fa3eac82e902be7a9c5615dd2999d70417',5715,'* change icons of product and project document lib.','Catouse','2018-06-26 09:16:59'),(7762,2,'e45cee8e8dc94a3a33ade7c67b7b5d51196e128e',5714,'* make bug severity sortable.','Catouse','2018-06-25 17:45:27'),(7763,2,'c7fdbddfc074ddd7ddf539b1d3b5f108ab13ec7b',5713,'* fix UI for show/hidden submenu item.','Catouse','2018-06-25 17:34:51'),(7764,2,'b4d7c681b3de9cc05a909e295f4aada8eb22bb35',5712,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-25 17:07:18'),(7765,2,'ec659f9499518c297cb472bdaefe46ba30005cc0',5711,'* Add submenu.','liugang','2018-06-25 17:06:53'),(7766,2,'4ad5f8606d273296bc02d10e2792d12327a9c34d',5710,'* update icons.','Catouse','2018-06-25 16:06:15'),(7767,2,'d2c9a228d9b85cf0d9f37129ca6257652a93447a',5709,'* hide empty dropdown-menu.','Catouse','2018-06-25 15:31:38'),(7768,2,'0feedd4e28a8d02c22a10a2df09211350101d855',5708,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-25 14:58:06'),(7769,2,'d54177e63401d1608bfaacf35c019fe8eec584b3',5707,'* support hide/show item in dropdown menu, task #4487.','Catouse','2018-06-25 14:57:56'),(7770,2,'3b505042a83fc4a08dd5ace277eee84172d5b7d9',5706,'* Change version to 10.0.stable.','liugang','2018-06-25 14:38:05'),(7771,2,'fc5e771628b34de868be298f43ce22e18556f852',5705,'* Fix bugs.','liugang','2018-06-25 14:18:48'),(7772,2,'f9dadb53080d7a44b66d76c10d4d1ba2faf05f25',5704,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-25 13:44:13'),(7773,2,'53b86db1ce9db67165bd71511b10653dce58b180',5703,'* Remove class mw-1400px.','liugang','2018-06-25 13:42:41'),(7774,2,'a4d0bb2d60b52a83a524fa8a16e605c23bbd8318',5702,'* add tip content to block without content.','Catouse','2018-06-25 13:25:47'),(7775,2,'1a0cd36e0d83909f36ff05601ea411e7cf58da82',5701,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-25 11:38:19'),(7776,2,'0e0374c414de31764199abe3b75163b6d05f78ae',5700,'* refactor datatable style.','Catouse','2018-06-25 11:38:12'),(7777,2,'4eb7fa395a6487573ea473c04287da36b5decafc',5699,'* Finish task #4475','liugang','2018-06-25 11:25:32'),(7778,2,'e14b3753e3f4231fa4a693016f8e5ea436323d4d',5698,'* improve UI of assigntome block.','Catouse','2018-06-25 10:52:29'),(7779,2,'d55ad46c6a47c005059d87328f61ec2c50af08b2',5697,'* change color of datetimepikcer panel.','Catouse','2018-06-25 10:51:35'),(7780,2,'56abed5252990488b0bae06f39dd1f84c6aae195',5696,'* fix table header in assigntome block.','Catouse','2018-06-25 10:33:21'),(7781,2,'de5854c184c7799b7d1b19717509df320d5e3920',5695,'* Fix bug#1928.','滔哥','2018-06-25 10:31:19'),(7782,2,'acab920f414ba7b0d3628d8ae5778fc7f2b3e46d',5694,'* Add all params for dept managers.','daitingting','2018-06-25 10:27:43'),(7783,2,'ee3c030f802ea30785fc5a6dbc72f2a9ac3fa92a',5693,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-25 09:58:21'),(7784,2,'1b669c7d7e3382dc900f945a89b091706e85abe8',5692,'* If feedbackView is true, hide side-col.','daitingting','2018-06-25 09:57:25'),(7785,2,'33d3b9ef32c12d44096e421e55a601b850003b29',5691,'* fix table style in block.','Catouse','2018-06-25 09:55:39'),(7786,2,'a843aac2bd0a885ada15d10e627d6b7163bac2c8',5690,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-25 09:17:32'),(7787,2,'127d3acb49802612a1b47da81fbeeeba4aaa9bb1',5689,'* update zui and fix bug #1928.','Catouse','2018-06-25 09:17:07'),(7788,2,'33214ebde8239b1af69c6b0985fe1c31e3440f6a',5688,'* Fix bug#1928.','滔哥','2018-06-24 21:13:08'),(7789,2,'9995fdec6ca4b530dc85824eee924c6156189f80',5687,'* support show some data view with datatable.','Catouse','2018-06-23 20:02:57'),(7790,2,'a06498fd5274ed5be983df7226165de60abde389',5686,'* improve dashboard UI.','Catouse','2018-06-23 16:58:49'),(7791,2,'5d1472e187f997fdf4d5806b1dfc522ddd150364',5685,'* update classic theme.','Catouse','2018-06-23 16:56:12'),(7792,2,'47d6799e810f29d3dcc99fdc5be8d4da80a48f8f',5684,'* remove support ie8.','Catouse','2018-06-23 16:23:16'),(7793,2,'8faed8221c5b40ee118a1f581523e3cda2a0c334',5683,'* remove duplicate chart code, the code is in zui.','Catouse','2018-06-23 16:23:05'),(7794,2,'31fb97cb7495e174595177e2872284c759ca0893',5682,'+ add datatable files.','Catouse','2018-06-23 16:19:03'),(7795,2,'ba1c784510fd6c7f655767cff95308080f304938',5681,'* refactor codes.','Catouse','2018-06-23 16:04:06'),(7796,2,'15698c1fb809dbd74026a3773ddbd80b9addc334',5680,'* refactor codes.','Catouse','2018-06-23 15:16:36'),(7797,2,'f6d2818177b00e5b34e666040dda39de253c8e0e',5679,'* finish backyard bug #1358,https://backyard.cnezsoft.com/pms/bug-view-1358.html','Catouse','2018-06-23 15:11:50'),(7798,2,'562a754b2413c77d8cc1eebaee0a80a8f3d6c99a',5678,'* fix select style for firefox in mac.','Catouse','2018-06-23 14:32:06'),(7799,2,'c4316f104e23081b7535ba49c88197fbd84e5ac1',5677,'* fix burn interval selectbox size.','Catouse','2018-06-23 14:27:25'),(7800,2,'c4e8472de951072865f40c0dcc01b2d9131b6a37',5676,'* fix style of search list and chosen and finish task #4484.','Catouse','2018-06-23 14:17:58'),(7801,2,'4d1fda964d79c64988370a25fe2c37bf9b8f904a',5675,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-22 18:00:08'),(7802,2,'9236fe025e41c413fe9a6d68c080ff9db1ed38b6',5674,'* Fix bug of qa statistic block.','liugang','2018-06-22 17:59:53'),(7803,2,'d64f5ffc36aba5092757367c44d0f3defa40533b',5673,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-22 16:31:28'),(7804,2,'6c32a3b893ce37804fad805e7cb668dccd402c35',5672,'* Fix bug.','滔哥','2018-06-22 16:31:22'),(7805,2,'58cc58f95c5dfed2a9d544777ea536372840f26b',5671,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-06-22 16:21:09'),(7806,2,'02a5b8669792df96e471c6f6d88d23a5c125a87c',5670,'* adjust for ux.','wangyidong','2018-06-22 16:20:37'),(7807,2,'e8c36a2e4f71e173981c04b271a76662c877ed3f',5669,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-22 16:01:35'),(7808,2,'6ecf228be4f424148432d3c42d33e3c238d465f1',5668,'* update zui file.','Catouse','2018-06-22 16:01:27'),(7809,2,'310d3db0dccc4cbf65b39b06006bcf6fe02cfb3e',5667,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-22 15:49:38'),(7810,2,'37b2364a9cc7b4dcc176f8b6dbda54854f6365e8',5666,'* Adjust codes.','liugang','2018-06-22 15:46:50'),(7811,2,'6c1fd5634e0cd23833d777a877ac1dddc6f310ca',5665,'* Fix bug.','liugang','2018-06-22 15:39:09'),(7812,2,'9c45581e054dc429040777e54bd7c0315e20fccf',5664,'* Finish bug#1933.','滔哥','2018-06-22 15:38:12'),(7813,2,'ac4c646d8404b24790326cb3bcc8a7e1d1e19a39',5663,'* Finish bug#1937.','滔哥','2018-06-22 15:22:08'),(7814,2,'7c9b45ca0cff904abef0e001ce25f30970e487c9',5662,'* Finish bug#1946,1945.','滔哥','2018-06-22 15:18:23'),(7815,2,'93015be6e248ee7db80d5ba69fdec6cc01fd48e7',5661,'* Finish bug#1946.','滔哥','2018-06-22 15:13:51'),(7816,2,'2ffa3ff230af61ea1552fd8ba7ddd0b9f77f8161',5660,'* Finish bug#1949.','滔哥','2018-06-22 15:05:10'),(7817,2,'334f6548ae97b8c031062b743a9e304dcc15191f',5659,'* Finish task #4489','liugang','2018-06-22 14:35:48'),(7818,2,'3e1a2b565eb3620e19af92e1cdcc994cd825b8fd',5658,'* Finish task #4482','liugang','2018-06-22 13:15:56'),(7819,2,'01683e7ec4d762c7d270b33f7f34d8a38b19a781',5657,'* Finish task #4477','liugang','2018-06-22 11:15:08'),(7820,2,'bace586795ab6562a4780bf33d04cc842079dc52',5656,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-22 10:49:53'),(7821,2,'7c5208c61a4e42ee6bc52cce66ca89d9fd60a217',5655,'* Hide tutorial menu if the global flow is not full.','liugang','2018-06-22 10:48:22'),(7822,2,'1c72b78bf1cbde5bd88ed9c7e23a8d008ee75bec',5654,'* remove css .table td {overflow:hidden;} and fix bug.','Catouse','2018-06-22 09:42:12'),(7823,2,'cb0fa7c451fe16a7eab86f63142a0e413830f1d4',5653,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-21 17:39:53'),(7824,2,'a054614d586690d77ae8a7c29f53d5eaa9f6b704',5652,'* Finish task #4488','liugang','2018-06-21 17:39:31'),(7825,2,'e0986c8883edf1cc7b8362660c3b08b26472b6de',5651,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-21 15:15:26'),(7826,2,'dc7073ac3a5b48165456add00daa7cf8472ba1dc',5650,'* Adjust form to left.','daitingting','2018-06-21 15:15:09'),(7827,2,'817dcdf23b50b196cf4a47ac74c6e854e167ed89',5649,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-06-21 15:03:31'),(7828,2,'21d3d935b87759b7f3da5cbf48ddb10f0591a8ee',5648,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','reneteng','2018-06-21 15:02:14'),(7829,2,'62862bc6cf133a7c7402568c164044e32fb7b59d',5647,'* Adjust form to left.','daitingting','2018-06-21 15:01:31'),(7830,2,'aa13ebf9c49750cfa9accff26a136f165e323db7',5646,'* change translation','reneteng','2018-06-21 15:01:01'),(7831,2,'0d6a3975e5cb863e492fad8e8f5450924554eb17',5645,'* Adjust form to left.','daitingting','2018-06-21 14:52:02'),(7832,2,'78e898258a9ce36a1aa43b073402d8eca1be8470',5644,'* Format codes.','daitingting','2018-06-21 14:37:28'),(7833,2,'b9fb4fae18750e3b005fe4ddc6a61da264729cba',5643,'* Finish task #4479','liugang','2018-06-21 13:55:27'),(7834,2,'baf5dffd7916423e00fbad91cf54682b6c9a07ea',5642,'* Finish task #4480,4490','liugang','2018-06-21 13:43:20'),(7835,2,'2341927a791ae0ecbdd1b811776bce652bdd5866',5641,'* Adjust conflict.','daitingting','2018-06-20 14:49:26'),(7836,2,'e8aff5c01d23ca8d6c89348ed10e83c5a750d3a3',5640,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-20 14:41:22'),(7837,2,'f8cd274e200fe09a88a3da43a1604f92ce51ef91',5639,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-06-20 14:39:19'),(7838,2,'eedf30e0c6821a38be0f0e5bcc55262ccbc9b196',5638,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-20 14:36:52'),(7839,2,'b24eb3c2acb9625434b2e374166e324a50b2ddbf',5637,'* update zui file.','Catouse','2018-06-20 14:36:00'),(7840,2,'1b9f99f1274b79e0e86d27d55320715308806c30',5636,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-06-20 14:27:16'),(7841,2,'2594c5691c09998336d42565a602464676ec3133',5635,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/bug/model.php module/product/model.php module/testcase/model.php module/testsuite/model.php module/testtask/model.php','daitingting','2018-06-20 14:26:46'),(7842,2,'146c14858699eb26f6b87eff3ac41a85b9007d76',5634,'* adjust for setMenu method.','wangyidong','2018-06-20 14:26:19'),(7843,2,'e0fed55401548c78db1973ea5e6aaf43e7e2fcb7',5633,'* Adjust modulePageNav for mobile page.','daitingting','2018-06-20 14:24:22'),(7844,2,'6e25725965ce1935d9b2ee004157599f82dcfd15',5632,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-20 14:12:34'),(7845,2,'1eb7ed4198daf0cafb21050acbf69ece2588f937',5631,'* Finish task #4461.','liugang','2018-06-20 14:11:52'),(7846,2,'2544b973ca6819cb0ab227d9a80542f2bffecdf9',5630,'* fix paste text lines in batch create form not work.','Catouse','2018-06-20 13:37:38'),(7847,2,'59804604f14bc8b1b9a3b9327cf6cdfc30b7a7c0',5629,'* fix user login panel width.','Catouse','2018-06-20 13:36:34'),(7848,2,'4e1a2513885d8c87cc5af111eb56b29228122687',5628,'* change style of custom/ajaxmenu view.','Catouse','2018-06-20 10:32:26'),(7849,2,'0f94ffe7c2ed3bbba95312dae770d860f2c64c18',5627,'* update zui.','Catouse','2018-06-20 10:24:59'),(7850,2,'af3e2469d1405b09229b63a5f340524402545913',5626,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-20 09:22:54'),(7851,2,'c6952e9a1a4f02e0d2da95b4e780a75b6265c17c',5625,'* change style of dashboard block panels.','Catouse','2018-06-20 09:22:44'),(7852,2,'f9d74dec94a406e4c06c5a12bbbc9644bb331fb1',5624,'* change style of custom/ajaxmenu view.','Catouse','2018-06-20 09:15:42'),(7853,2,'8846edc16b206428c1d64c77d8e230d8c1839064',5623,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-19 18:14:35'),(7854,2,'08fb94f161f9601d052691f120b98af1ca169569',5622,'* Format codes.','liugang','2018-06-19 18:14:21'),(7855,2,'eb29ee0b6ff5cdfaefd43c0e141da8eeb0cc9c17',5621,'* make page responsive for small screen.','Catouse','2018-06-19 17:25:10'),(7856,2,'e89a58a9b773af5e85a91323f18415ef4ebb2c49',5620,'* fix UI of block panel drag and drop.','Catouse','2018-06-19 17:20:56'),(7857,2,'83c6f5a99a0a5e43d7ff5e502c22dc8b6c1b30a7',5619,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-19 17:04:36'),(7858,2,'df3e713276ff812c41d99ccd92dcc18d6a109032',5618,'* remove fixed container size.','Catouse','2018-06-19 17:04:27'),(7859,2,'9cfc03d122d8f7a2bbeb193cdc2c1f57bfa76f34',5617,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-19 16:56:14'),(7860,2,'5b0459d96899a19f3a9de0b4ddb67b5ae96b54c2',5616,'* Custom define menu.','liugang','2018-06-19 16:55:43'),(7861,2,'e9920819c0b6ccefec04862910960c3bb4ab5f1c',5615,'* fix container size in modal.','Catouse','2018-06-19 16:44:36'),(7862,2,'85ab286d4baf0234a0670ddc6d82be7318b8b2bb',5614,'* improve UI for large screens.','Catouse','2018-06-19 14:31:54'),(7863,2,'e5140604c1dc93552805e5461c97c0f9b8f08958',5613,'* improve UI of dashboard.','Catouse','2018-06-19 14:06:55'),(7864,2,'e8c822f670386cea3e1a54aa4ebdf2caa48a45cc',5612,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-19 13:56:32'),(7865,2,'d4edf035aeb92e661481f108bcb00629d514c793',5611,'* support custom navbar menu items.','Catouse','2018-06-19 13:56:24'),(7866,2,'6506886dc35d370e54a4f8fa6d6e94e728c15f54',5610,'* adjust for ux.','wangyidong','2018-06-19 10:59:20'),(7867,2,'013bfdcf07625c58ebd6e2b3ee79aea53d831a70',5609,'* change UI of user/reset view.','Catouse','2018-06-19 10:54:32'),(7868,2,'370fdea0714441d973a16538cf22ad0adc2614c1',5608,'* update zui files.','Catouse','2018-06-19 10:54:19'),(7869,2,'bdf0f98617847ee18e99a9a56291047f11f1c2c7',5607,'* change style of blocks.','Catouse','2018-06-19 10:53:59'),(7870,2,'069e1cbf4d9e283cdc3deac261b04a28111383b6',5606,'* fix fixed table head in dashboard not work after drag and drop panel.','Catouse','2018-06-19 10:16:50'),(7871,2,'59456e61f0de916a6bf9e616e92efd0a9dcfe327',5605,'* improve UI of dashboard.','Catouse','2018-06-15 18:01:51'),(7872,2,'53fc742e646b2b87df8a1ed80a7e5c6339cde228',5604,'* improve UI of dashboard.','Catouse','2018-06-15 17:40:55'),(7873,2,'99a4facb5b032508e5f26deb69340ef5c4e5f980',5603,'* change navbar style.','Catouse','2018-06-15 14:34:30'),(7874,2,'eae27fa1bac40ba2525676fc2c5768dde748e968',5602,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-15 14:16:26'),(7875,2,'ebc3ecbe0f44a9b7a54ae6ed3a646322f9f4ab7c',5601,'* change submit button position of comment modal in todo view.','Catouse','2018-06-15 14:16:17'),(7876,2,'684a51aedea0602d769db4f4c2f1443dc5c32123',5600,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-15 14:11:38'),(7877,2,'5af1da03829de0f7dac749adf0d8d7b86277ec1f',5599,'* improve UI for tutorial mode.','Catouse','2018-06-15 14:11:11'),(7878,2,'32f90f57787fd8f7b01b49a916392f7576ead3b0',5598,'* Finish task #4467.','liugang','2018-06-15 14:10:36'),(7879,2,'622d81b3a26ecda6fb78d9b6f9fdead3cff19162',5597,'* improve search form UI for small screen.','Catouse','2018-06-15 13:54:01'),(7880,2,'1b594402c822a0b835440e484dfe8c80821e2bba',5596,'* improve UI of project/story view.','Catouse','2018-06-15 13:53:41'),(7881,2,'7e770b814987f8edaf3b5b9cc6cd3765437e9897',5595,'* update zui.','Catouse','2018-06-15 13:32:44'),(7882,2,'cd7aca8d5360293faef9cbc35f937d1dfd2974a8',5594,'* fix branch property not defined error.','Catouse','2018-06-15 13:32:34'),(7883,2,'15d1cd199f45206a4c7faa447292a22a117a1fce',5593,'* improve UI of tutorial views.','Catouse','2018-06-15 13:32:11'),(7884,2,'b5ff0d309053c83aee2ab3fbd94e09218969169f',5592,'* improve kanban UI.','Catouse','2018-06-15 11:58:01'),(7885,2,'e08f63acd7461b6a96b977e4fa9f5ec13ee88729',5591,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-15 10:09:19'),(7886,2,'842fe76c29c08f2db77f6d53c48f7907073ef17b',5590,'* add title attribute for table head cell.','Catouse','2018-06-15 10:09:11'),(7887,2,'20ff5b5491803eed9e0c34d80d8933861f05ea04',5589,'Merge branch \'master\' of github.com:easysoft/zentaopms','estellbright','2018-06-15 09:42:31'),(7888,2,'f94d555ce2b964cfe5e00972507cc85f37edd54e',5588,'* update classic theme.','Catouse','2018-06-15 09:27:42'),(7889,2,'9805a21e28b19bf00da8a7eadc3a1a133a175c8b',5587,'* fix kanban UI.','Catouse','2018-06-15 09:21:18'),(7890,2,'1a4427c0db60adfca377e02aa87ec03b75803bbf',5586,'Fix #Task #4464.','estellbright','2018-06-15 09:03:41'),(7891,2,'47ea0dd617ba3473b54c60819a4afb17743476d7',5585,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-15 08:56:22'),(7892,2,'ea2bcf0df9fb8f838adf4eb98206ec37d6399fde',5584,'* finisha task #4445.','Catouse','2018-06-15 08:56:14'),(7893,2,'2b90bac67e59c0f31547d81d3a6b45dd10c96c8b',5583,'* finish task #4453.','Catouse','2018-06-15 08:55:55'),(7894,2,'bbdc292f8ae0e65a9863141398ac3f8f7403cd63',5582,'* Finish task #4462.','liugang','2018-06-14 17:36:01'),(7895,2,'6ae6137e600a1de7708bcbf24660834b67e6b515',5581,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-14 17:27:47'),(7896,2,'ee64289ade181f86b9ad38576e30459f907c3c69',5580,'* update zui files.','Catouse','2018-06-14 17:27:38'),(7897,2,'251d4844cc07205f2b017ccf6610d132b0dc37e8',5579,'* Finish task #4473.','liugang','2018-06-14 15:54:14'),(7898,2,'4988ee098583a7108cda909b494b0d0778033f06',5578,'* Hide useless dynamics and search objetcs in different working type.','liugang','2018-06-14 15:22:15'),(7899,2,'2573f7804607f6966dabb1d6a781dfeb104cb83f',5577,'* Hide product index link if the global flow is not full.','liugang','2018-06-14 14:46:25'),(7900,2,'35bcf01ff5bedbdb761e5222afcbcca6d0ab5713',5576,'* Replace $this->config with $config in view files.','liugang','2018-06-14 14:34:41'),(7901,2,'3a833a0f7a79dd795b9b5faf2a314cb0630af0a9',5575,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-14 14:32:19'),(7902,2,'90656f49ba92d3785a0ac0be1fc68482e75a4eca',5574,'* Finish task #4434, 4461, 4468, 4471, 4474','liugang','2018-06-14 14:31:19'),(7903,2,'d84f6c6250f89b88812877c786850f3f02273e48',5573,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-14 10:05:35'),(7904,2,'554dcce37a73f62c2045b88b55f625a02a60ec73',5572,'* update zui files.','Catouse','2018-06-14 10:05:27'),(7905,2,'67263e82a70d7e555005a86c0142df0e821a63de',5571,'Fix #Task 4443.','estellbright','2018-06-14 09:44:05'),(7906,2,'c177080a22961f328245c8c399311c9ce25fe7a0',5570,'Fix #Task 4454.','estellbright','2018-06-14 09:40:27'),(7907,2,'1ded7ce4b2d0c636e56433256fdc3a99eec46911',5569,'Fix #Task #4464.','estellbright','2018-06-14 09:36:02'),(7908,2,'00d703d2836984dcba26256639c324155c322cf3',5568,'Fix #Task 4453.','estellbright','2018-06-14 09:31:32'),(7909,2,'109ffec313abf2e1a162af5f28ee682659a73755',5567,'Fix #Task 4451.','estellbright','2018-06-14 09:26:41'),(7910,2,'0c71a115739be833490047b0402cd6695fe46490',5566,'* Fix spell error.','liugang','2018-06-13 16:11:34'),(7911,2,'abf5ce608cef34bd1b3fe0376c9985d663b7a4bf',5565,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-12 17:41:39'),(7912,2,'a7852b7fd13dd77b69968815814e5a54debaf159',5564,'* Optimize codes.','liugang','2018-06-12 17:41:30'),(7913,2,'4227ff9e74e70e36fddbcd565b0011e3adb65e96',5563,'Fix #Task 4446.','estellbright','2018-06-12 16:49:14'),(7914,2,'ba993c66eadf654baebbd28bc4c2d0d432a53c05',5562,'Merge branch \'master\' of github.com:easysoft/zentaopms','estellbright','2018-06-12 16:46:17'),(7915,2,'0b3c1b9597ebdf8a6a2cd60f830919153ba119fd',5561,'Finish #Task4444.','estellbright','2018-06-12 16:27:06'),(7916,2,'5170b6c1738c457075ad90ed29da31dbb769b47e',5560,'* Finish task #4456','liugang','2018-06-12 15:48:29'),(7917,2,'9151a9aea4ed2925cefbf37e020009782f8baa08',5559,'* Finish task #4457','liugang','2018-06-12 15:00:13'),(7918,2,'71e7bc6b0b22620c8ca3f3175567b00185774081',5558,'* Fix bug.','liugang','2018-06-12 14:32:49'),(7919,2,'8469e2c2775e165a96d440721f571d65efb87259',5557,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-12 14:10:56'),(7920,2,'87d3a9d0c63b3b32a685c10a2d3ea7be7821780d',5556,'* Optimize codes.','liugang','2018-06-12 14:10:39'),(7921,2,'30803ce8a02c1c3733bc67563cf0d81eec81fb54',5555,'* Fix bugs in bugcreate report.','chenfeiCF','2018-06-12 14:04:48'),(7922,2,'9c292e522ad5c97313ce25bf0676d3839ce15c3d',5554,'* Format codes.','liugang','2018-06-12 13:38:55'),(7923,2,'99e0933ab38c133f25085a992ca34cb3be349e31',5553,'* Finish task #4458','liugang','2018-06-12 13:37:39'),(7924,2,'1195f7266c7170c55070274a5b83130fea683e79',5552,'* Finish task #4428','liugang','2018-06-12 10:46:48'),(7925,2,'c25f4260ef236da03460701334b54b4c7f06fc64',5551,'* Finish task #4447','liugang','2018-06-12 10:38:15'),(7926,2,'76b20cccf3664b0953609033d50098dd97c9bfa1',5550,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-06-12 10:26:10'),(7927,2,'ff5c40d7f013c3597c816a8be1ec470086d06b3a',5549,'* Finish task #4429','liugang','2018-06-12 10:25:43'),(7928,2,'85ed55501cfe7066b1ccc77e7556e482c928a9ac',5548,'* Finish task #4452.','liugang','2018-06-12 10:24:56'),(7929,2,'cedffa142a50953ec461d25176e77744df4e7ad9',5547,'* update classic theme.','Catouse','2018-06-11 18:21:32'),(7930,2,'7a79b0405240c8dbd2844ecc6127efc377b89289',5546,'* update classic theme.','Catouse','2018-06-11 18:18:35'),(7931,2,'13431cbb89485c18f8fe459aa7606469cd10e2f7',5545,'* update classic theme.','Catouse','2018-06-11 17:52:14'),(7932,2,'88b6eb82dc5f6421d20f482e3d9ce8f562198226',5544,'* update classic theme.','Catouse','2018-06-11 17:39:06'),(7933,2,'b783826067a4b0439b0a18238b5dd3014c69857d',5543,'* fix zentao logo not show in about dialog.','Catouse','2018-06-11 17:38:49'),(7934,2,'3b2e4ff0a44d1cd18b2a4d744f528bf126e1c900',5542,'* fix comment modal position in project/tree view.','Catouse','2018-06-11 17:07:40'),(7935,2,'4c256db0440305e1d57c3bb8f5a981ff2c75fc17',5541,'* update zui files.','Catouse','2018-06-11 17:05:22'),(7936,2,'655e5c6e98718f77a5bb79fb48a50aa924d47826',5540,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-11 16:36:25'),(7937,2,'27dd71f684866fd583760474260e86e5e2d32628',5539,'* add .icon-angle-double-right.','Catouse','2018-06-11 16:36:18'),(7938,2,'2da62c290f9375dfd01ad6f463bac6abc322e0de',5538,'* Finish task #4433','liugang','2018-06-11 16:21:32'),(7939,2,'2585696e8fd2b00ed1f6a37332abb00921c1ea7f',5537,'* Finish task #4430','liugang','2018-06-11 16:00:55'),(7940,2,'311b4ad0ab25cfe0da2bb1ae0b9404cdbe571da5',5536,'* Finish task #4437','liugang','2018-06-11 16:00:28'),(7941,2,'05eb4613b756ee210625da2185921dfff7f11ecb',5535,'* Finish task #4427.','liugang','2018-06-11 15:46:42'),(7942,2,'a7841dc8ed93b0f82bdc614a1992c35ce83b3f26',5534,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-06-11 15:20:12'),(7943,2,'0aac52c8a5f5f6bbed2e4fe1b8102280d93f5162',5533,'* adjust for api url.','wangyidong','2018-06-11 15:19:46'),(7944,2,'971aacab1a496046feefe630ed8ab368248fdc0c',5532,'Merge branch \'master\' of github.com:easysoft/zentaopms','estellbright','2018-06-11 15:08:24'),(7945,2,'9ad2a8365c7fbbd2d0119d461dd2df3bce4ff840',5531,'Finish #Task 4459.','estellbright','2018-06-11 14:49:10'),(7946,2,'2ec7f5f28e7db7a2ac6ade4face843a5c6eb9adb',5530,'* update cliassic theme.','Catouse','2018-06-11 14:10:48'),(7947,2,'9cb0b571f47964e77c712292d657b51b59ad6231',5529,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-11 14:09:20'),(7948,2,'2007b95cc8e1a9169ca343dbd470ad2ab2b79d67',5528,'* update zentao themes.','Catouse','2018-06-11 14:09:05'),(7949,2,'7890f8f385bf58027b4548587b3a7edf255d2498',5527,'Fix bug #4439.','estellbright','2018-06-11 13:22:56'),(7950,2,'65a0bf2ee11796c525339413de44379e1186ac89',5526,'Finish #Task 4438,4439,4440.','estellbright','2018-06-11 13:15:38'),(7951,2,'03f38a45f1fbde92fc0a8e615ddf04d7eac97303',5525,'* improve UI of tutorial views.','Catouse','2018-06-08 16:08:20'),(7952,2,'900e46d19e4a202b03ca02e16b313e21a550681e',5524,'* update themes.','Catouse','2018-06-08 16:08:02'),(7953,2,'b3872b2f837329885ba3116b04ca047357e7e319',5523,'* change style of todo block.','Catouse','2018-06-08 16:07:44'),(7954,2,'5c46f7eb02f9a0cfeb50937596436f275463da47',5522,'* change sparkline align in project block.','Catouse','2018-06-08 12:13:10'),(7955,2,'5d3a019de7ac1ac0499950b03fb5f896f5a359bf',5521,'* fix #searchGo style.','Catouse','2018-06-08 10:57:16'),(7956,2,'1f3baa1c4a9f33ae577924f70352de35bfa59672',5520,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-08 10:35:16'),(7957,2,'98fdb94d1ffc8f16ae2a3ae1e521c24817e0685a',5519,'* update themes.','Catouse','2018-06-08 10:35:05'),(7958,2,'56256fb190bd5be314032fdeb2bd197c3588a883',5518,'* fix bug.','wangyidong','2018-06-08 09:54:32'),(7959,2,'98f5270353a27d7641b723b023c4f93889639bef',5517,'* update themes.','Catouse','2018-06-08 09:30:35'),(7960,2,'d17e9cd12239c1610ad85770ccf96b7d1d630093',5516,'* change style todo block.','Catouse','2018-06-08 09:30:27'),(7961,2,'a0fc1a2bc3014c1d9ea568309df3523de2a0456f',5515,'* support open zentao help.','Catouse','2018-06-07 18:51:57'),(7962,2,'10c5528dc10c3492e6853577d463181bac09d11c',5514,'* refactor codes.','Catouse','2018-06-07 17:33:58'),(7963,2,'99a3674952396b13d98e5c6e35af0eaa0c50dee4',5513,'* fix error when change theme or language.','Catouse','2018-06-07 17:15:47'),(7964,2,'c79b6082926ecda664fcf8aa744dae332a87db31',5512,'* improve UI for big screens.','Catouse','2018-06-07 17:10:38'),(7965,2,'849fefb8b4de5a548aaa6300df4a869965f356ae',5511,'* update blackberry theme.','Catouse','2018-06-07 16:31:57'),(7966,2,'758f11d98dca8412bc08560dcca898f35c1fb82e',5510,'* update themes.','Catouse','2018-06-07 12:05:13'),(7967,2,'bbaca1522cc8083f8946fd4380d79c98ed41469b',5509,'* update themes.','Catouse','2018-06-07 11:24:18'),(7968,2,'cf55f0c291a8f2f1931518642dc5c97cef14ec9f',5508,'* refactor codes.','Catouse','2018-06-07 11:19:15'),(7969,2,'3fa58063b3ebb7603aee30652ef96355897067ec',5507,'* improve style of search box.','Catouse','2018-06-07 10:52:01'),(7970,2,'104706dda84fb48c98378849f4d79ac7ef3a638a',5506,'* improve style of progress bars and sparklines.','Catouse','2018-06-07 10:46:46'),(7971,2,'b8f6277c9b2196f50316d6cd279b4ed22a736ac0',5505,'* update burn UI.','Catouse','2018-06-07 10:35:21'),(7972,2,'b6785dc9569fb383851025872c7110a65d249b70',5504,'* update themes.','Catouse','2018-06-07 10:30:09'),(7973,2,'1ae50c4b1fc4822a92c3d2dacf098ed2017b791e',5503,'* refactor themes.','Catouse','2018-06-07 09:37:36'),(7974,2,'6c260365f60d1f63b3856353e1b663d43fb5e1b1',5502,'+ add zentao new themes.','Catouse','2018-06-06 21:07:48'),(7975,2,'821ae6957467b06b488c07a7cfd1fbc8fcc0e7d0',5501,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-06 15:02:17'),(7976,2,'42225e08e60ac33e0b64bfc410aee5813879abd2',5500,'* refactor tutorial module views.','Catouse','2018-06-06 15:02:10'),(7977,2,'d11edad46bfe7734a67bb7b6ba525df3bb4ce283',5499,'* Fix bug if the product type is not normal can delete the plan of story.','liugang','2018-06-05 13:44:28'),(7978,2,'a104f067f35dd8c4a7577c4a7ca39ca41f57485d',5498,'* Finish task#4369.','滔哥','2018-06-01 16:14:37'),(7979,2,'ea693ad8355379b8982f8388808b1d4bede2ecd4',5497,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-01 15:59:34'),(7980,2,'78226d52a4a32559b55068058d92b7e5622744fd',5496,'* change style of about dialog.','Catouse','2018-06-01 15:43:26'),(7981,2,'43665d678ad0a13d63d89d6db6c7e67870ffd23c',5495,'* change style of block views.','Catouse','2018-06-01 15:42:14'),(7982,2,'bb0c64178f919b87389184ccdfe1dc26507813e1',5494,'* focus search input when change search type.','Catouse','2018-06-01 15:27:26'),(7983,2,'06b4229f6ed0ed20aec45ca139a2fe50b95dbf8d',5493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-01 15:20:36'),(7984,2,'92f71d1fbf232b18efd7f19ab88badc8a9e0cf7b',5492,'* improve UI of file/uploadImages view.','Catouse','2018-06-01 15:20:26'),(7985,2,'97d82a4d7694812208072c2d84818ac26f7d1ed8',5491,'* Adjust version.','daitingting','2018-06-01 15:11:42'),(7986,2,'d38a9ea3a3bd0e75ce9c7440010de6ec2ce4cbe7',5490,'* Fix bug.','滔哥','2018-06-01 15:10:28'),(7987,2,'1bec81e2c33fb1e16c72f05aace9a998bab15b19',5489,'* Add 10.0.beta sql.','daitingting','2018-06-01 15:09:24'),(7988,2,'884eda8221124378d7da91500a051a29e6985d5e',5488,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-01 15:04:30'),(7989,2,'f0c0b51f4c23342c242d905cbeaa756547f132fe',5487,'* Adjust version. * Add tw lang.','daitingting','2018-06-01 15:04:06'),(7990,2,'5e917baf44d30939fee90eda3355d9b455fae772',5486,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-01 14:57:46'),(7991,2,'ffd93b51dfbc360778765093b4b143e673c1fb23',5485,'* set filters options for uploader.','Catouse','2018-06-01 14:57:36'),(7992,2,'91b11b3a98ef028d8584f0bfeedcbec5ec7edc80',5484,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-01 14:48:11'),(7993,2,'2d1a67516c4a28def5e2b6ab08b3bd217cb59aee',5483,'* Finish task#4356.','滔哥','2018-06-01 14:41:00'),(7994,2,'815bd9bc51dfc2c32fa60974dfcdd3efa8a0f003',5482,'* adjust style.','Catouse','2018-06-01 14:23:11'),(7995,2,'bc75ae126deb1a94822efa77928bc2bbf538a79d',5481,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-01 14:19:16'),(7996,2,'368f5a7794fb8805f4afdac41669c9444475eb3c',5480,'* hide empty action toolbar.','Catouse','2018-06-01 14:19:07'),(7997,2,'af1b5680091682e84f9ee30cae074ab0596eb760',5479,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-01 13:30:00'),(7998,2,'c284d789055c0a682de8a02c6e319a6fce2c779d',5478,'* Set nowrap for them.','daitingting','2018-06-01 13:29:29'),(7999,2,'90680a4066f56b29fb151a2de966b93dc71e57d0',5477,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-01 13:23:38'),(8000,2,'2a2e933f2b5fdabf3fe12f05ba15f0e6bfc35553',5476,'* Finish task#4355.','滔哥','2018-06-01 13:23:30'),(8001,2,'58945d0a595bf3c8b7b6195841d9b1fb82be3019',5475,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-06-01 11:20:21'),(8002,2,'3ec13c930b82a5647054f0a349ab55736f254152',5474,'* fix uploadImages not work sometimes.','Catouse','2018-06-01 11:20:10'),(8003,2,'d581f97ec492e87884bd67cf185d51c7c6f358eb',5473,'* Set nowrap for objectName.','daitingting','2018-06-01 10:42:47'),(8004,2,'8a0ffc37bbe6c442caf442bcbfb70a675a3649a4',5472,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-06-01 09:34:23'),(8005,2,'c327146ab10eb8a5733b1af84f8b00d4d145926a',5471,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-06-01 09:17:48'),(8006,2,'a97c4a65605007d1fbbbb2403dfb9a7179aa8147',5470,'* fix style of sparkline in table.','Catouse','2018-06-01 09:04:06'),(8007,2,'bbda1c4e8dde01b97ab2a529c343dd8fb11193e7',5469,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-31 22:24:48'),(8008,2,'929a1453829d31ebdcb58262cf73f72ce2f47f21',5468,'* improve UI of product/roadmap view.','Catouse','2018-05-31 17:57:17'),(8009,2,'6abc28119a56e5335c66df80aa0409484b4d64d2',5467,'* Adjust codes.','daitingting','2018-05-31 17:43:48'),(8010,2,'bb89e2eddc0542dff2d95b471d64937847a821e2',5466,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-31 17:17:06'),(8011,2,'4c9c8694d6dcee24c0c2bf7be747820700dcb91f',5465,'* fix table UI for safari.','Catouse','2018-05-31 17:16:57'),(8012,2,'a43e64c5c102ac8dc6d7e78f1878b0b12d6c1b27',5464,'Finish task #4426.','chenfeiCF','2018-05-31 17:10:46'),(8013,2,'f22a9ee6c47015cd4c3464368e9d169d2c75d40c',5463,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-31 16:52:43'),(8014,2,'916bcda0ab25da6f711a390f4380c6b61a393812',5462,'* change style of user/login view.','Catouse','2018-05-31 16:52:33'),(8015,2,'77a784204d470113d5a89de840c51d3e788350b6',5461,'* change logo image in about dialog.','Catouse','2018-05-31 16:47:48'),(8016,2,'4643931d3c034629588b5b16c4bef23d20b6dcb5',5460,'* Adjust codes.','daitingting','2018-05-31 16:22:40'),(8017,2,'485ad8d170610c894903b3f938bd17ce632ec6be',5459,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-31 16:21:47'),(8018,2,'568402d9bc3fc4e4f3d20e0432758b135d7b7da5',5458,'* Do not display divider if the menu is the last.','daitingting','2018-05-31 16:21:01'),(8019,2,'819e74699d789ed16cd3261eef0c5fa367bd9462',5457,'* hide title setting of welcome block.','Catouse','2018-05-31 16:20:53'),(8020,2,'f8f5a57e872d4d1cf78ed1a242b2fa3b965541d8',5456,'* improve UI of table component by update zui.','Catouse','2018-05-31 16:05:33'),(8021,2,'1825743e276e05369611e5746620477cee03e657',5455,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-31 16:02:28'),(8022,2,'ffa3beeb38f2d6ed9afcd7f32bc9c40c5910b659',5454,'* change work break rule of tree items.','Catouse','2018-05-31 16:02:21'),(8023,2,'8d9655f555cc9f533f8b700102a851ac2e5078a9',5453,'* change login panel width.','Catouse','2018-05-31 16:02:01'),(8024,2,'0157ea352316f4bef2d4d189405dcb8568b37a6d',5452,'* remove table responsive container element for create form view.','Catouse','2018-05-31 15:56:23'),(8025,2,'90375b277ef9bd984e99efdeb20c1b00402f9012',5451,'* Fix bug.','滔哥','2018-05-31 15:26:43'),(8026,2,'abdadd7f8347dc09e0cbdcb407eda258ffa705cd',5450,'* Finish task#4371.','滔哥','2018-05-31 15:22:40'),(8027,2,'276e020efd5a23fac4c905fb7bf266e668182a8a',5449,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-31 15:04:24'),(8028,2,'484dda26a02c4dbb6acd14de717d7c274c2c5462',5448,'* Finish task#4376.','滔哥','2018-05-31 15:04:10'),(8029,2,'7777c806fdb9e787d64b7e4d25cc5e1d20b8f2ec',5447,'* Add link for company name.','daitingting','2018-05-31 14:59:54'),(8030,2,'8d2814b017ee1b3885fc67eff7a65cb633d6000c',5446,'* Remove viewLink for webhook.','daitingting','2018-05-31 14:35:17'),(8031,2,'deff59e7077929c8e91b9bfef1d69a36a324e7e8',5445,'* Adjust codes.','daitingting','2018-05-31 14:34:33'),(8032,2,'a10b598a2aa0acd2f1ae44c9a9e064cc65b5d0a9',5444,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-31 14:27:50'),(8033,2,'2b984e6630f2f9292a6b31d7f630d9937596ed65',5443,'* Adjust acls of user.','daitingting','2018-05-31 14:27:24'),(8034,2,'b412f589006899aec3429060597548c42fb43b62',5442,'* Finish task #4222, #4223.','chenfeiCF','2018-05-31 14:06:28'),(8035,2,'6ec03cae6f96fbeb72cbb0afbcfd91924f476168',5441,'* Adjust align for some fields.','daitingting','2018-05-31 13:34:52'),(8036,2,'8ca09a065c51fba190afb057c8933b5d1dcdfc1a',5440,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-31 13:10:07'),(8037,2,'b1de85895c4e7da26e287ec392ecbabd8fd6471a',5439,'* Adjust codes.','daitingting','2018-05-31 13:09:40'),(8038,2,'a8bdea386e5e8b8e31703dba2ff54502ea6ff932',5438,'* update zui js file.','Catouse','2018-05-31 11:37:39'),(8039,2,'4e78323819c318293be9f41ad2c23af7bc6c174f',5437,'* improve assign modal UI in grouptask view.','Catouse','2018-05-31 11:37:28'),(8040,2,'ced0860dfd81e3a09207b12829d8593fb0974a60',5436,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-31 11:09:59'),(8041,2,'e35249510a4dad52feb9729736f4c8e08525618b',5435,'* fix upload images not work in story/batchcreate view.','Catouse','2018-05-31 11:09:51'),(8042,2,'31f9ee5201b6302d55e4acc57a8b1389a5713f20',5434,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-31 10:47:33'),(8043,2,'560a272c4d11694f032f075870d584e755fa4d89',5433,'* Display actions button when report is not deleted.','daitingting','2018-05-31 10:47:00'),(8044,2,'62950122b3420cbba233d851e2b130ab7bcd6f2d',5432,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-31 09:53:35'),(8045,2,'3b6892eb4abd2b2ef047bebec342d90a32ce30fc',5431,'* adjust style of kanban views.','Catouse','2018-05-31 09:53:28'),(8046,2,'99bb8955575847f02586918d6d8bf20bdf003d7e',5430,'* Adjust codes.','daitingting','2018-05-31 09:47:15'),(8047,2,'101f8e372ba476c30dcaa88d08f0edc16d677f9a',5429,'* Finish task#4363.','滔哥','2018-05-30 22:34:40'),(8048,2,'a03cb5cf9b0389090d315ca588e88e94d99296b4',5428,'* Finish task#4364.','滔哥','2018-05-30 21:33:32'),(8049,2,'2aeb32ea39ac99016d0614d40c26f3dc50b43059',5427,'* Adjust codes.','daitingting','2018-05-30 17:17:21'),(8050,2,'e9f1f3b18488bfdd64f01f94f5309bbfd8bb31a5',5426,'* Fix bug #1819.','daitingting','2018-05-30 17:08:14'),(8051,2,'90fd88fb7eda2683d72238dc24a3374b54215b7c',5425,'* Finish task #4415, #4418, #4419.','chenfeiCF','2018-05-30 15:29:05'),(8052,2,'9ae007b5509732f1c35ec0f8e9a7ae0dee33addf',5424,'* remove debug alert messages.','Catouse','2018-05-30 15:22:19'),(8053,2,'b12720cb807ffdea9b34a3fbc9540b1465911fd1',5423,'* fix error of resetForm not defined.','Catouse','2018-05-30 15:20:03'),(8054,2,'34143147c834c082de7de5664ef9d5d1c7355cba',5422,'* improve UI of project/task view.','Catouse','2018-05-30 15:10:59'),(8055,2,'292219fc171781c42e8e0f58e5a11ab92bd07027',5421,'* improve UI of table views.','Catouse','2018-05-30 15:07:36'),(8056,2,'c8bf43c62b93fd8dbcef228462dcd93b18ae9c90',5420,'* improve sidebar toggle UI.','Catouse','2018-05-30 14:38:11'),(8057,2,'78e3497a9c121700dac295257d5873b01d4babb0',5419,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-30 13:40:44'),(8058,2,'7d0cc0abc1775efa2ab3b358b43dedf8d3a418d8',5418,'* fix table UI to support responsive mode.','Catouse','2018-05-30 13:40:36'),(8059,2,'18bcca3f93bdf664d5948f8496eebb6b0684fb02',5417,'* Finish task #4409, #4410, #4411, #4413.','chenfeiCF','2018-05-30 13:05:06'),(8060,2,'33aa0834d50bf2c98e2aea7576ce770d1f5c43f1',5416,'* make table responsive.','Catouse','2018-05-30 11:43:02'),(8061,2,'e3d2ccfed46e084c38843ab2c2da5712208ae6f1',5415,'* make batchcreate form table responsive.','Catouse','2018-05-30 11:24:54'),(8062,2,'50c93eeb41bd146e7fc80206049d81bf1c56987a',5414,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-30 11:22:41'),(8063,2,'656b24a501f3623ed8aaf67a1203ad9908a55f1c',5413,'* improve table list UI by use table-responsive.','Catouse','2018-05-30 11:22:13'),(8064,2,'bd67b5fb58d3273be659dd6b7b23ed640fb1f0a6',5412,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-30 11:17:08'),(8065,2,'88106a85c64938917bc1eda3be303bcb6748e0ed',5411,'* refactor script tags.','Catouse','2018-05-30 11:15:53'),(8066,2,'07a203312b4641afa2a2f374c37b3ff85bf85a1a',5410,'* change pager UI in dynamic views.','Catouse','2018-05-30 11:14:58'),(8067,2,'7ee8e2b634b32baba6361bcbe47b88fcf860e802',5409,'* Finish task#4370.','滔哥','2018-05-30 11:13:04'),(8068,2,'d90e95256b4576a1d0c1c7c1933a81d9fad50915',5408,'* Finish task#4374.','滔哥','2018-05-30 11:08:06'),(8069,2,'18aaf1656b26352b32f5bd9593d826dbe02357cd',5407,'* Finish task#4375.','滔哥','2018-05-30 11:02:19'),(8070,2,'a5013928c89f757657c9f95efda0150e6b0298fc',5406,'* Finish task#4378.','滔哥','2018-05-30 10:54:36'),(8071,2,'e223a3c73ac53837ef3a835de313c1fcd31045b2',5405,'* improve UI of label selector componet.','Catouse','2018-05-30 10:53:45'),(8072,2,'cc4946959a531249b1f3a61cfc06fb9565782d30',5404,'* fix style of project/groupTask view.','Catouse','2018-05-30 08:57:35'),(8073,2,'5236f5729d4161971f42943366415f52b9dfceae',5403,'* refactor views.','Catouse','2018-05-30 08:46:10'),(8074,2,'30554aafe3d95049aae1d7d2834a2e4f064144e2',5402,'* improve UI of task views.','Catouse','2018-05-29 19:03:33'),(8075,2,'6d3b51c826c70901088d4a8eb04b60eba5ab6c8a',5401,'* fix UI of views with querybox.','Catouse','2018-05-29 18:28:44'),(8076,2,'bd406387b5b6f7a586a4596eed9b6ebdd4fc123d',5400,'* improve style of linkcase views.','Catouse','2018-05-29 17:59:00'),(8077,2,'e225a64d8cb50c05f7fa410b1398715f087cebb1',5399,'* change style of dynamic block.','Catouse','2018-05-29 17:47:50'),(8078,2,'b8b4d833249d81aa7644c0391ba14b40e7de8d27',5398,'* change icons in document module views.','Catouse','2018-05-29 17:44:16'),(8079,2,'4ae830fd5aa78b5faae80c0cdd2bf5e38003ca42',5397,'* fix tables style in firefox.','Catouse','2018-05-29 17:32:21'),(8080,2,'c7aa5ec3de99a3365ab4cb493230e9c92286e565',5396,'* change style of statistic blocks.','Catouse','2018-05-29 17:19:33'),(8081,2,'0e2a4e16eb7116651f44f078ae99f79740950603',5395,'* fix tables style by update zui.','Catouse','2018-05-29 17:12:43'),(8082,2,'c0d86bc46ad5587e6537141fd0fb9afd391e357c',5394,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-29 16:50:54'),(8083,2,'94247505f23dab1cffc2473ba8d0ba13b02cef32',5393,'* refactor views.','Catouse','2018-05-29 16:50:47'),(8084,2,'800ae9129da429adf23395308a127437b4b54e81',5392,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-29 16:38:06'),(8085,2,'e699db14d41a7e16dc1823f62b7a9b5089ab9bc1',5391,'* Adjust codes.','daitingting','2018-05-29 16:35:43'),(8086,2,'f108052b897fc067f4936874a8b6be49c16ebcf3',5390,'* refactor views.','Catouse','2018-05-29 16:07:34'),(8087,2,'9c5739bd86fc6878d90517c318adcd4df06d3adc',5389,'* improve UI of productplan/view.','Catouse','2018-05-29 15:41:12'),(8088,2,'564f445984d1983a7c9ba3b52fe7c4aa39a19e22',5388,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-29 15:26:52'),(8089,2,'4fe06dfde85e59414b27a09120e2fb2cc4fcbc25',5387,'* improve UI of build/view.','Catouse','2018-05-29 15:26:41'),(8090,2,'731ca973cdf9dd8d8df60ce149a23c91a147f73d',5386,'* Finish task #4300.','chenfeiCF','2018-05-29 15:09:34'),(8091,2,'21bc0120e1aa14aaa3cc70aeb9286478f32271fb',5385,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-05-29 15:02:30'),(8092,2,'311bff018a0ec5fc3652c42ac06c460dc5618047',5384,'* refactor codes.','Catouse','2018-05-29 14:10:08'),(8093,2,'1f6cd9f66afb3ad78793027bc45f2d2f3388b7ee',5383,'* fix border style of grouped table.','Catouse','2018-05-29 14:04:22'),(8094,2,'2bb0b815aa93d3ec6856911bc04f32bc91daa098',5382,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-29 10:49:11'),(8095,2,'b71bf23f30925a355f5f9657c909a9c7a31e0da2',5381,'* improve UI of project module views.','Catouse','2018-05-29 10:49:02'),(8096,2,'2e10a89e49bd31ab721c495ac446970c8092f0d8',5380,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-29 10:38:35'),(8097,2,'ff3af11733793a560393b49cb05cf6fd4b9b91b9',5379,'* Finish task#4241.','滔哥','2018-05-29 10:38:05'),(8098,2,'c83e6bde6f254e81c415efbd24f223aab38de47c',5378,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-29 10:20:33'),(8099,2,'cf3893633c602896fe5c5722a53f60b5a47eaf5d',5377,'* change style of customfield dropdown menu.','Catouse','2018-05-29 10:20:24'),(8100,2,'9cddb589f84f6a24762281ab37d25da8134efbf9',5376,'* fix setTreeBox not defined.','Catouse','2018-05-29 10:20:03'),(8101,2,'dfecfa9d5cdedb738d956c17620708729c39db20',5375,'* Finish task#4240.','滔哥','2018-05-29 09:57:17'),(8102,2,'a4f24ab1982786c65cdf0eed7ea571751829a255',5374,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-29 09:56:05'),(8103,2,'1e398d5bbcc8c46f28a673b8eec2283f5595af94',5373,'* Finish task#4240.','滔哥','2018-05-29 09:55:37'),(8104,2,'a63516c31283d690c47a415c3f9e292f7f031f84',5372,'* change style of my/managecontacts modal view.','Catouse','2018-05-29 09:55:08'),(8105,2,'05b4206adc6bcbb91077a4df2c2f2585ea35ec27',5371,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-29 09:54:12'),(8106,2,'9c70f7489ed35da330cdb98362120d98607ee9bb',5370,'* change style of testcase views.','Catouse','2018-05-29 09:48:52'),(8107,2,'60d056034c42d6ee8d85844ac0f9557d83ec360a',5369,'* remove obsolete code.','Catouse','2018-05-29 09:48:39'),(8108,2,'d6d30af418359e54628ac8d41cd3489a8542e280',5368,'* Adjust direction for chosen.','daitingting','2018-05-29 09:47:34'),(8109,2,'65c761bd2e5964c9d48df51e3219611b3ab7c10b',5367,'* refactor codes.','Catouse','2018-05-29 09:44:16'),(8110,2,'c16e2c2bd2f0df2d40ddd74c46009eb1179fc02f',5366,'* Check is the super admin or not by admins of company when user\'s admin field is empty.','daitingting','2018-05-29 09:21:51'),(8111,2,'a0d160896c77054cc8b14b8430d5ab3efd378673',5365,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-28 17:41:04'),(8112,2,'dddb0b1e43327cb6a6414a3580b5590d406c1e6d',5364,'* finish task #4190.','wangyidong','2018-05-28 17:40:40'),(8113,2,'eb9738124dcc907533fc66c0a676c54b56a8c579',5363,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-28 16:46:45'),(8114,2,'fe1c9ee94c87558a40fa389ff27da227d733cbc5',5362,'* Finish task#4269.','滔哥','2018-05-28 16:46:39'),(8115,2,'47d3681b4d090d23b4d788ae67ec6166a3121423',5361,'* Display the actions directly.','daitingting','2018-05-28 16:34:29'),(8116,2,'8d3458ce62170460e27e2796a7d1cdd45912023a',5360,'* Adjust height for modal.','daitingting','2018-05-28 16:08:22'),(8117,2,'1649d8cfc6abf1e054ac2bd7e88d860eef2f2557',5359,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 15:59:09'),(8118,2,'0864c1093ecdf72ebae7274011c0b274b6b68a64',5358,'* Adjust style when mode is create.','daitingting','2018-05-28 15:58:39'),(8119,2,'6ab26917a569149edfaf61faca902c08c8905859',5357,'* change style of todo view.','Catouse','2018-05-28 15:56:12'),(8120,2,'f99116d4adc0f0c8049cba9a859c306396891be4',5356,'* update zui file.','Catouse','2018-05-28 15:48:15'),(8121,2,'f4d7184a88d911b7dcbe1151dd0348a08e0c0ed7',5355,'* change button style.','Catouse','2018-05-28 15:46:21'),(8122,2,'ccb6c25222a958dbecc959b4f0e87c226b585818',5354,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 15:43:22'),(8123,2,'0fe8f10c7bbf31081ebdaf8bf2e277b4d93d0678',5353,'* change UI of modal trigger.','Catouse','2018-05-28 15:43:07'),(8124,2,'68d3d9a11edc20f9e0b49985fcd370c11aef0beb',5352,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-28 15:34:44'),(8125,2,'0b36b54ab52667610da321837d254803b8a08409',5351,'* finish task #4146.','wangyidong','2018-05-28 15:34:15'),(8126,2,'f4a8590d62644185ad7c390d738ddc96b12d1930',5350,'* change style of flowchart block.','Catouse','2018-05-28 14:56:53'),(8127,2,'6009212f60de60a6c24fdc05ca4b53cb2d46dd2a',5349,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 14:53:59'),(8128,2,'214a4efaaa38f1a79198a349a4a8ff4a2fc1f7fe',5348,'* change style of close icon.','Catouse','2018-05-28 14:53:51'),(8129,2,'d84374c618c0d82b2cbbdaa77c2a21d02ed72c70',5347,'* Adjust space between btn.','daitingting','2018-05-28 14:38:47'),(8130,2,'6aab48e3049bc7feaa5892bd182dd840e9c7107e',5346,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 14:21:11'),(8131,2,'e03ecf66f7e1a478046958784ec9469635d0fcfe',5345,'* Adjust major action.','daitingting','2018-05-28 14:20:52'),(8132,2,'57e3dae49c61be758aa5c21842d4ee69d1975793',5344,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 14:01:19'),(8133,2,'d919c483f1c893ee3510de75ced029c6377fb4d9',5343,'* fix js error.','Catouse','2018-05-28 14:01:12'),(8134,2,'8af26cd7efb17fc0c2a3d57c107ff7e7472f1399',5342,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-28 13:51:31'),(8135,2,'78dda993817aef4cce7aa9960beba50efad33626',5341,'* finish task #4210.','wangyidong','2018-05-28 13:50:08'),(8136,2,'cfe4c79a955fd9ef16c8d1b993107ca7bc38fc70',5340,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 13:21:34'),(8137,2,'a9e3f1dfae43cfa988adcea9565d48fc4a34a181',5339,'* Adjust logo image.','daitingting','2018-05-28 13:21:14'),(8138,2,'56579a66cea0147214216ea49b18bac4f54207a7',5338,'* refactor codes.','Catouse','2018-05-28 12:03:16'),(8139,2,'e344879fa4a999b1fa8db0a0a366fd56511910c2',5337,'* change .main-form style.','Catouse','2018-05-28 11:13:39'),(8140,2,'c2e3d93ddd6ce253fe6a26210aacb7e595cc8fa3',5336,'* improve UI of user/edit view.','Catouse','2018-05-28 11:11:51'),(8141,2,'7bcbcb98883de2b958ebb39552432882f6afb1da',5335,'* change label style of testsuite/browse view.','Catouse','2018-05-28 10:51:35'),(8142,2,'dbe8ef5a873dd67eaf8a02208ab4ec38c7628523',5334,'* remove useless code.','Catouse','2018-05-28 10:51:16'),(8143,2,'e5759654ec1836827fe8eec3e3c2f591e917097c',5333,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 10:30:48'),(8144,2,'3ccb780298df6506fb27ad55155d5a7614e25e2b',5332,'* fix issue of not set pager cookie on pagePerRec changed.','Catouse','2018-05-28 10:30:41'),(8145,2,'a1c30c420dc679cc68ac7d73b0edabee6b46f399',5331,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 10:16:20'),(8146,2,'c2130344fbd018b0cb36d0b1be8d606d54c8c341',5330,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 10:13:13'),(8147,2,'1a1fd3344dace8b73ff111b42e6dbf62d4ea6be3',5329,'* change gray color more darker.','Catouse','2018-05-28 10:13:05'),(8148,2,'871dfa48e2776d5bcb9bb4a96e5904b32764e517',5328,'* change status label style of todo list view.','Catouse','2018-05-28 10:12:50'),(8149,2,'648f4da467591a714cc64bb81dd525f92aefe52d',5327,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-28 10:09:10'),(8150,2,'4c18f9fbc6f8651f2478b8cf1d29301ead727711',5326,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 10:08:25'),(8151,2,'1e76a357a24d537d8376fbd2524d6b2eee5a9789',5325,'* Finish task#4237.','滔哥','2018-05-28 10:08:03'),(8152,2,'6ecf999f864b6bb9d1bba40df9e80e12a0b7e13e',5324,'* Adjust style when it is not onlybody.','daitingting','2018-05-28 10:08:02'),(8153,2,'e56a1ae82a29dd4d9e0d94d3f2e0a857c118b8e4',5323,'* Finish task #4294.','chenfeiCF','2018-05-28 10:07:21'),(8154,2,'b1c2675439401075e5bc2aaf5d732979c6ed35e8',5322,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 10:06:39'),(8155,2,'f60f188bbd02014a3a5179a8335683a3384872c6',5321,'* change style of timeline component.','Catouse','2018-05-28 10:06:11'),(8156,2,'223e203aa59bdcb632490302be660475607cf8ab',5320,'* adjust style of story/create view.','Catouse','2018-05-28 10:05:59'),(8157,2,'b038d7187389343d893187e32fda6cbc5409763d',5319,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-28 10:02:21'),(8158,2,'77fe2659d75e0ac59c589565b4a860f83f1d1b49',5318,'* Adjust style when it is not onlybody.','daitingting','2018-05-28 10:00:46'),(8159,2,'20953cf027a175bc2cbdcb5230a88395ee0b5092',5317,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-28 09:53:19'),(8160,2,'a981ac8438171e305eed6bbb1e2a84e3d2c1b8f6',5316,'* fix contactlist control in form not work.','Catouse','2018-05-28 09:53:12'),(8161,2,'d4fe13681eb2ab6bf06d9bf700aaa7e1e5fc13fe',5315,'* Fix bug.','滔哥','2018-05-28 09:41:15'),(8162,2,'fc39b0702fac07598329c13ffda2c30473f1fbf8',5314,'* Finish task#4250','滔哥','2018-05-28 09:24:13'),(8163,2,'330d8d1e991c8f971cfcfa01e54e31f644289580',5313,'* Finish task#4254','滔哥','2018-05-28 09:20:06'),(8164,2,'f7825494094f07f228895d7ce5b58fbc891b33f3',5312,'* Finish task#4267','滔哥','2018-05-28 09:07:21'),(8165,2,'32a07c24509c505656c15329c4be309058539003',5311,'* Finish task#4271','滔哥','2018-05-28 08:55:26'),(8166,2,'09e8081b2688f7149ced224b7ee6b5a6e64a2930',5310,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-28 08:41:53'),(8167,2,'18cf9473da6d759c16ae41817b8f82f393d86ed8',5309,'* Finish task#4258','滔哥','2018-05-28 08:41:45'),(8168,2,'6548de69b14e745639d4dedf12ee8fa8b9f31e3e',5308,'* add more labels styles.','Catouse','2018-05-25 18:37:33'),(8169,2,'84ece31c0dafc906fe85fc2d5e14c398a3f8f498',5307,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-25 17:56:51'),(8170,2,'2f970e721abe7204864b3a3f46b2e3e36fa39d49',5306,'* change style of project/story view.','Catouse','2018-05-25 17:56:43'),(8171,2,'474649aae884cf0af0f501021f5d2e25d434799b',5305,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-25 17:30:01'),(8172,2,'fc3bf027dc83e0d7ff5d5024268ff739b2675664',5304,'* Format code.','滔哥','2018-05-25 17:29:54'),(8173,2,'8f7d0ca97045396fa12cd842288045263d46926a',5303,'* change style of project/linkstory view.','Catouse','2018-05-25 17:24:33'),(8174,2,'9dde09ad05165c3664672e2acf8307ac68b6d2cb',5302,'* Finish task #4306.','chenfeiCF','2018-05-25 17:23:20'),(8175,2,'394632d8fa3de8bc6320c02e0ad8bd1997096861',5301,'Merge branch \'master\' of https://github.com/easysoft/zentaopms # Conflicts: # module/bug/js/browse.js','Catouse','2018-05-25 17:07:18'),(8176,2,'6d460fac3c9d5901329b49eeb62f35cc2ac900b8',5300,'* remove last divider item in navbar.','Catouse','2018-05-25 17:05:57'),(8177,2,'2b14bf65fe42e1977629d6d5a2ca0c83c214bb37',5299,'* refactor bug/browse view.','Catouse','2018-05-25 17:05:40'),(8178,2,'5e787cddc641c2f8cd1abeda1b720ddfb0e4b774',5298,'* add timestramp to js css url to prevent browser cache for debug mode.','Catouse','2018-05-25 17:05:11'),(8179,2,'a220646406c6058561c2e7a9427e431ec6ab81e7',5297,'* Adjust link for view story.','daitingting','2018-05-25 16:47:48'),(8180,2,'1498e2441a79f11d4877c864d2e4f20975b899c8',5296,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 16:21:45'),(8181,2,'996c25cd4bccc05cf921167ff3167a3f98828a7d',5295,'* Load custom from db when upgradeVersion > 4.3.beta.','daitingting','2018-05-25 16:20:33'),(8182,2,'3e31e43c049d7dc367f20e961c858265b9828375',5294,'* Finish task#4262.','滔哥','2018-05-25 16:08:56'),(8183,2,'7659a88f15a66a7ac88082183576d9f6069f76e3',5293,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-25 15:30:20'),(8184,2,'c748ede499d466e1ab29d0f9424732adca96e9e4',5292,'* fix for shortcut query.','wangyidong','2018-05-25 15:29:43'),(8185,2,'aea82f1c87dc550ff91913b72d79798445ec6106',5291,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-25 15:11:09'),(8186,2,'761c65bf72c7d3d83cde3372c0a97628a33c1d35',5290,'* Finish task#4277.','滔哥','2018-05-25 15:11:02'),(8187,2,'d2409861432e27c5a217e3bbf1f4b60cfa2fddee',5289,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 15:01:20'),(8188,2,'167b26c2d5a105472f7cc8e837cbec6015db8c90',5288,'* Adjust style for promotion.','daitingting','2018-05-25 15:00:12'),(8189,2,'aa31d9637d528c5b8dcce8c1b80aac93b71f7a3a',5287,'* Test.','tengfei','2018-05-25 14:55:44'),(8190,2,'613231b9f56d400dcc1b7216f19fe9eab6ce14c9',5286,'*changed story translation','tengfei','2018-05-25 14:44:24'),(8191,2,'df69baf1b726598ab52dea342cde2dc5fc94c897',5285,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-25 14:43:59'),(8192,2,'66560e81e36f508c4ebdff25905d77aed6af8964',5284,'* fix columns size of product block view.','Catouse','2018-05-25 14:43:18'),(8193,2,'ee3cb35d390062518f12cdadffd259f8ceacc497',5283,'* fix fixed head table style.','Catouse','2018-05-25 14:42:27'),(8194,2,'23973cbdb68d56f5a997e6a6bef13903adcc1cca',5282,'* finish task #4164.','wangyidong','2018-05-25 14:40:49'),(8195,2,'9b0f31cccf130bc48341f6275d3e9f0802990b60',5281,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-25 14:40:19'),(8196,2,'dd20d480d3879d2e779335853f9fff2015a8d992',5280,'* fix UI of testcase/showimport modal view.','Catouse','2018-05-25 14:40:11'),(8197,2,'75a4a63a37bb2de7615bd55bae657efbad6ecb1a',5279,'* Finish task#4278.','滔哥','2018-05-25 14:31:23'),(8198,2,'50cef962912eec053ed28d368d52eb6c6fa061dc',5278,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 14:24:15'),(8199,2,'61185f24673c79a50c1947a1a1630a3b265524d6',5277,'* Give a tip when there is no product or project.','daitingting','2018-05-25 14:23:34'),(8200,2,'fd75fbfe0d79da502136ba2f8c0fec6847a960f4',5276,'* Test task#4278','滔哥','2018-05-25 14:11:52'),(8201,2,'857642662b7c2ecf1105933f68a769cbbc726b80',5275,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-25 14:08:05'),(8202,2,'52bcaad54715faac787d0d52e2deccf26f00a8ba',5274,'* Test task#4278','滔哥','2018-05-25 14:07:59'),(8203,2,'30e345a010dd8bd45132acd63fe3064d05b6cc4d',5273,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 13:45:58'),(8204,2,'52b93dc694eddf071ccbc89b4271a6137caa3008',5272,'* Adjust type for statistic block of project.','daitingting','2018-05-25 13:45:37'),(8205,2,'69321876bc0ab1135ce7133bb3549b1cbab2a93d',5271,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-25 13:13:46'),(8206,2,'41973195dfdc206c6804ce2da79bea14f8462dd2',5270,'* change buttons style in datatable/ajaxcustom modal view.','Catouse','2018-05-25 13:13:38'),(8207,2,'e27dbca164081c45a2a41462bdd336469e59f5d8',5269,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-25 11:33:51'),(8208,2,'fdb74ef7ec021b3f9337007d57785af41194b448',5268,'* Finish task#4252','滔哥','2018-05-25 11:33:46'),(8209,2,'cd932cf4ff949085f3749d129a549affb7c253f8',5267,'* change style of project/kanban views.','Catouse','2018-05-25 11:23:05'),(8210,2,'5663a6baa0503ae46d152e502589c9d6c802afce',5266,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-25 11:09:20'),(8211,2,'8d78fa409a2e1cc63ac658056756a1d3c862d3c7',5265,'* change style of dynamic views.','Catouse','2018-05-25 11:09:12'),(8212,2,'e851690722a13726829bcc00d5b39f8bbd15bf49',5264,'* Adjust space between btn.','daitingting','2018-05-25 10:59:29'),(8213,2,'fbdf2b54a9c564eff3e9790ee502528a00b6c506',5263,'* Adjust space between btn.','daitingting','2018-05-25 10:31:09'),(8214,2,'f5932df92cef8d155844529ff9343f6179cf5ac8',5262,'* Adjust space between btn.','daitingting','2018-05-25 10:26:20'),(8215,2,'651a75ac71523791bf743d1f2d20a296a859b6ec',5261,'* Adjust space between btn.','daitingting','2018-05-25 10:18:13'),(8216,2,'7fbb8566cc763fe76eb74a0f285b0b5141e3d1f6',5260,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 10:13:51'),(8217,2,'f43b35783637789fac09b012b8e1e5067ad448c7',5259,'* Adjust space between btn.','daitingting','2018-05-25 10:13:33'),(8218,2,'9065c7885bf162dae47e7d67ab60c9677c01cc42',5258,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-25 10:06:16'),(8219,2,'37e5c9188a2e3a6bf6419bec81520fce26106cfe',5257,'* code for task #4229.','wangyidong','2018-05-25 10:05:48'),(8220,2,'c21a6689ac39b58b18f5d9ac87247eab2bd97931',5256,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 10:04:14'),(8221,2,'3ece122648e2f2c9de5db596d76e8af1e7ee40c9',5255,'* Adjust space between btn.','daitingting','2018-05-25 10:03:58'),(8222,2,'4205a87992b0600c625b25c7dde793da27f002bf',5254,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-25 10:02:45'),(8223,2,'f8bd140942800684a691db5dd945436781c57f6f',5253,'* finish task #4155.','wangyidong','2018-05-25 10:02:12'),(8224,2,'a101010468374adb1ee78132a1bdcb893bb302b6',5252,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-25 09:54:37'),(8225,2,'b727812b38a55fbf36d0420bfdf37f129a943f61',5251,'* improve UI of story/change form view.','Catouse','2018-05-25 09:54:27'),(8226,2,'92e63812b141dfa9b1674b5446e04728909026eb',5250,'* Adjust space between btn.','daitingting','2018-05-25 09:52:56'),(8227,2,'b102f46568cf7a8a04d40e56ead1373fcce26bea',5249,'* Adjust space between btn.','daitingting','2018-05-25 09:47:53'),(8228,2,'3a4aa88169d45afdbf7acef3a7cc1a2443b7c122',5248,'* Adjust space between btn.','daitingting','2018-05-25 09:35:47'),(8229,2,'4a12f37828c799a885fbc39d2308eb56308a7a40',5247,'* Adjust lang.','daitingting','2018-05-25 09:16:19'),(8230,2,'ad44994c82d5d80c190505451dda1bd4b50bf20d',5246,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-25 09:15:27'),(8231,2,'27228fda908e3d37151c58c3d48eba470753849e',5245,'* Adjust space between button.','daitingting','2018-05-25 09:12:59'),(8232,2,'99f302541ee96ee82b367e2fc53d2b7040d3b1b9',5244,'* change style of qastatistic block.','Catouse','2018-05-25 08:49:17'),(8233,2,'44e343764a8da91239d9f16fa25312d7bbf8064f',5243,'* remove autocomplete attribute from datetimepicker input control.','Catouse','2018-05-25 08:45:48'),(8234,2,'409eaa2abac6329e95bcdc76cac405f1cbb24490',5242,'* remove dotted border arround buttons and link in firefox.','Catouse','2018-05-25 08:42:22'),(8235,2,'00e3ba2911841244201b388b0b99e0560fbce7db',5241,'* change tablesorter style.','Catouse','2018-05-25 08:41:49'),(8236,2,'cf906f6e619f0ae49dc6e96796adab2bc2d2c9e8',5240,'* remove chosen-simple class.','Catouse','2018-05-24 17:49:29'),(8237,2,'4291dd0ee3f345dc752bcc33450f11c57c69f849',5239,'* improve UI for mac by update zui css file.','Catouse','2018-05-24 17:46:48'),(8238,2,'55b5b0ed3514e651cb14085309d46f12d7ccbacd',5238,'* change style of productplan/edit view.','Catouse','2018-05-24 17:46:34'),(8239,2,'8d3db7963d1be75b559a508a1445d1acfbecf5aa',5237,'* change style of language change btn in login view.','Catouse','2018-05-24 17:22:40'),(8240,2,'380cb6ac4a16902e4bd0ecccb39c17ef8234bb6b',5236,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 17:19:20'),(8241,2,'bfc735fb2206555abb1ab279210c72c657fda97b',5235,'* refactor codes.','Catouse','2018-05-24 17:19:13'),(8242,2,'2e797e3ff76e5338d42e04fab1e342c39809f179',5234,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 17:08:30'),(8243,2,'c908111095ce9b5428db767152d3659116aa673d',5233,'* adjust for style.','wangyidong','2018-05-24 17:08:16'),(8244,2,'a40d9e5b13aee4d4c8785855c9905fb9a2923ba6',5232,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 17:06:07'),(8245,2,'4c38efb845f85dc8f96877e585fc98b384c6776d',5231,'* improve UI of links on footer.','Catouse','2018-05-24 17:05:57'),(8246,2,'7dc82af32f02513d9b25b0116f47246bebb15eae',5230,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 16:54:31'),(8247,2,'e9f36319b7ba2b85bbd7d29c6b0a507ab73b3333',5229,'* finish task #4198.','wangyidong','2018-05-24 16:54:11'),(8248,2,'3ece82b0e9ece6da134382379cabfde876a90791',5228,'* remove line numbers in import lines modal.','Catouse','2018-05-24 16:54:01'),(8249,2,'ca065c7685cda3e13f64d2f343b9fbca5da32b4f',5227,'* refactor testcase/import view.','Catouse','2018-05-24 16:51:27'),(8250,2,'9f10cc973384919f8f0bcbab2aef07de711befff',5226,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 16:18:34'),(8251,2,'94fbe8fa9a13ba2b21d96dc38a565ce5d4d9d8ab',5225,'* improve UI of task/batchcreate view.','Catouse','2018-05-24 16:18:26'),(8252,2,'652c32f6804d3b6f17ee9ed364a858ffd848c860',5224,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 15:58:33'),(8253,2,'f80a55c7783ca75a05d6c5b9e97eb29164738058',5223,'* code for task #4144.','wangyidong','2018-05-24 15:56:01'),(8254,2,'7af210ef82f33a215fb1ecec5dbd521d72a743e9',5222,'* Finish task#4248','滔哥','2018-05-24 15:55:33'),(8255,2,'2dbc8f4e38ff9b7e7047d5ec844a39fa46f85f6d',5221,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 15:48:54'),(8256,2,'df264718656ded6ac0e7bf86dce92a27f15b96ab',5220,'* improve UI of modules and depts tree view.','Catouse','2018-05-24 15:48:47'),(8257,2,'c108997503365c2f9895d3a43683c54ccf2e94f7',5219,'* Fix bug.','滔哥','2018-05-24 15:29:32'),(8258,2,'4479572d29e769c5eedb527f1a7c5cefcfc99946',5218,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-24 15:17:32'),(8259,2,'824d50abe36174573124c7e823ada374277ca3c9',5217,'* Fix task#4270.','滔哥','2018-05-24 15:17:27'),(8260,2,'10b0c24c1c6e23e94420667daac6747915924ae9',5216,'* finish task #4214.','wangyidong','2018-05-24 15:01:15'),(8261,2,'199b394876b83a495d508301272ccf7341d4fc77',5215,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 14:52:13'),(8262,2,'836c897e2cf28d8a25dfd0e06c22c1dc901b7cd5',5214,'* finish task #4144.','wangyidong','2018-05-24 14:51:48'),(8263,2,'0b694e321118b0acb2bb5164b66c1ab1014ed03c',5213,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-24 14:49:09'),(8264,2,'d5c423ada84408bd7520b7f2ac4aa3ceefaa0eb6',5212,'* Fix task#4276.','滔哥','2018-05-24 14:48:56'),(8265,2,'dc574c8ac23fb8d37e09eec29410cf99783e3f2b',5211,'* adjust style of todo block.','Catouse','2018-05-24 14:44:49'),(8266,2,'9ae25e6922774546efe179e97202b5140952d634',5210,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 14:41:57'),(8267,2,'93133f1b082740aa2ca96e414c8c7326303fe4cd',5209,'* finish task #4203.','wangyidong','2018-05-24 14:40:50'),(8268,2,'4cb3f674b571a14a3e8a537ecc5f1ceed2e6b6b6',5208,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 14:40:41'),(8269,2,'38c5df9d53e6dec044660ae84cae0aced48f7c57',5207,'* make sidebar toggle to click more easy.','Catouse','2018-05-24 14:40:14'),(8270,2,'08b5bcc3f34bbf88e490d48e70d933e5ce5ef673',5206,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 14:39:21'),(8271,2,'684c70969170772abe0c026b65b1722711b279c6',5205,'* fix bug for batch edit testcase.','wangyidong','2018-05-24 14:38:40'),(8272,2,'bacd1f2625d914386b0ba925965fcf9d8cf261e9',5204,'* change pageSetting dropdown menu UI.','Catouse','2018-05-24 14:33:28'),(8273,2,'af6d054acc1bb25e1b488c9a571f104007bf526c',5203,'* improve UI of doc module views.','Catouse','2018-05-24 14:29:36'),(8274,2,'8499d04368e592f0b1d33cccaf74a4ad5d262de3',5202,'* improve UI of doc and file module views.','Catouse','2018-05-24 14:16:34'),(8275,2,'7f698a49b96d976f86841be51f027d5535a074ed',5201,'* improve UI of testsuite module views.','Catouse','2018-05-24 11:27:08'),(8276,2,'52cbee494c4a92dd54cfe964422c3c6d7e053190',5200,'* finish task #4251.','Catouse','2018-05-24 11:23:32'),(8277,2,'0a891a0b81b2d9bc3d57093ca7c7ac2a8898e5f0',5199,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-24 11:10:12'),(8278,2,'b6b41ae2da1a6006dadddf1712f7b53d9fc84c62',5198,'* refactor codes.','Catouse','2018-05-24 11:10:05'),(8279,2,'c9ff66d9f71bc22f6674d41b1e4dcf76f4099d4c',5197,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 11:03:43'),(8280,2,'dbd536dba5e912334055330895c37275e379afab',5196,'* finish task #4197.','wangyidong','2018-05-24 11:03:08'),(8281,2,'b885520b468cbebb7e1fef9d90826d91db5f916a',5195,'* Finish task #4312, #4308.','chenfeiCF','2018-05-24 10:48:14'),(8282,2,'930d8b6c8bf531f21f2008f73976054ecd33db13',5194,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-24 10:18:06'),(8283,2,'32e89f4eead981ff7cf131b352267faf28844eba',5193,'* Finish task#4242','滔哥','2018-05-24 10:18:02'),(8284,2,'1c895034425381670eceb465f48a46ba613040b6',5192,'* Finish task #4313.','chenfeiCF','2018-05-24 09:56:44'),(8285,2,'bb083468aeb2d8b284cc282d115a1be128d65193',5191,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-24 09:35:01'),(8286,2,'6290a8bd5b58608c488e84521b10a983c371254a',5190,'* finish task #4207.','wangyidong','2018-05-24 09:34:33'),(8287,2,'d5c6aa1831759ba57dfae6e5655d9abfae29aa45',5189,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-24 09:21:37'),(8288,2,'c2c60714df674e97124bc606f4542ca0ed1e2d15',5188,'* Finish task#4245','滔哥','2018-05-24 09:21:29'),(8289,2,'6aab932c265da43905766847954667de0d23c91a',5187,'* Finish task #4314, #4315, #4316.','chenfeiCF','2018-05-24 09:19:48'),(8290,2,'9a6abfb9c8ae272723ae63b3fd6f82e1da726f1c',5186,'* Finish task#4259','滔哥','2018-05-24 09:14:20'),(8291,2,'5bf8aa791e071e6f72b79c030ae115cf191e96ac',5185,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 18:21:28'),(8292,2,'059b28ef2680e8e47518861846d1abe123ff06bf',5184,'* refactor dashboard blocks UI.','Catouse','2018-05-23 18:21:04'),(8293,2,'d311af3c7693b279d70ceb1ac249fb59d8413521',5183,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 17:30:58'),(8294,2,'ca13dc8c9369e1a731b93ffc627e2e23f8ee1798',5182,'* Fix bug.','滔哥','2018-05-23 17:30:52'),(8295,2,'ef4f1e99e648a22f59953b426b39a4cdbc941938',5181,'* finish task #4209.','wangyidong','2018-05-23 17:08:54'),(8296,2,'e67173bced8f64d0c33bc00742396d2f5729cfb7',5180,'* change style of todo block.','Catouse','2018-05-23 16:50:38'),(8297,2,'2b0742f2d776cba561b8762986c877a3f6c34f41',5179,'* finish task #4211.','wangyidong','2018-05-23 16:49:27'),(8298,2,'f360738910503d8469fd255d3f568e5fda0d5c73',5178,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 16:46:23'),(8299,2,'311e4dda780aa1b11bff7eb98edbd4a25f7b12bc',5177,'* finish task #4213.','wangyidong','2018-05-23 16:46:02'),(8300,2,'3b6d54fced7173982e3a848e4ed2aee6a68d3d71',5176,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 16:45:32'),(8301,2,'ae4c8f518b45751624fbeb811ee674ddbe3b9d0b',5175,'* finish task #4215.','wangyidong','2018-05-23 16:40:00'),(8302,2,'5a903de6fdc44af5c26b42e375aaf78ea044902e',5174,'* finish task #4216.','wangyidong','2018-05-23 16:36:11'),(8303,2,'8ec5037fa82f87849538b2d3737ba52c16a49910',5173,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 16:26:23'),(8304,2,'69c91ce6a4af2f4c34cc8d658df53dda06651757',5172,'* change page side gap size to 20.','Catouse','2018-05-23 16:26:15'),(8305,2,'244a261be4d03b6b00a3915dd4a1bc400dd9ee78',5171,'* finish task #4217.','wangyidong','2018-05-23 16:25:50'),(8306,2,'09aa64dceba0be3a8d46ef0d4a0e0e1bd80ceb59',5170,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 16:22:55'),(8307,2,'057f94defaad88984c14520c4744b99b63f5a8f1',5169,'* finish task #4219.','wangyidong','2018-05-23 16:20:46'),(8308,2,'3eb7f3107cad5ebb1fbf8936f70ea4c61dd6874b',5168,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 16:19:41'),(8309,2,'ee0ac234b256c1f9d02093d1d1c8c14d412f1c36',5167,'* finish task #4220.','wangyidong','2018-05-23 16:19:11'),(8310,2,'05cd17ed09a86531bbec46f1d1323724925e24b8',5166,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 16:14:08'),(8311,2,'b7de0d5e8f5aac915fe58378dd2592f1b4917d95',5165,'* Adjust width for actions.','daitingting','2018-05-23 16:13:49'),(8312,2,'ccc102717f3fe41b98372ec34772cb42c984dd70',5164,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 16:13:41'),(8313,2,'02ec99fee6b120754b74c14aeb51e6ad7feb0823',5163,'* adjust style of report views.','Catouse','2018-05-23 16:13:15'),(8314,2,'0cd84a46397fd91d45aab2d286480ce3ec9a9a58',5162,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 16:09:36'),(8315,2,'f1532b204d9059d1a63ebf982920cc93c84e08cd',5161,'* Fix bug.','滔哥','2018-05-23 16:09:30'),(8316,2,'4f7052c4fc9f0f9489548c781efc3cd91615a511',5160,'* adjust style of report/bugcreate view.','Catouse','2018-05-23 16:03:52'),(8317,2,'c746cc2d6b6789ac1723cb3bbab5a838da9c3ced',5159,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 15:58:07'),(8318,2,'628179d1ba386b9cd292e11f7162379848914448',5158,'* improve UI of bug views.','Catouse','2018-05-23 15:57:57'),(8319,2,'59229caa1094c101f2abeb62bceabf90539aa452',5157,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-05-23 15:49:25'),(8320,2,'ad8b144d5cffd8a68fd7c73f193eb300423857e6',5156,'* Finish task #4309, #4310.','chenfeiCF','2018-05-23 15:47:53'),(8321,2,'f5b1e98a39fb109568e577f89bde6a4f4008802f',5155,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 15:43:08'),(8322,2,'a516365977aea355ce81a1ea171860073aac4f35',5154,'* Adjust language.','daitingting','2018-05-23 15:42:53'),(8323,2,'6827a6b0e8aab5c8174f0a763a4c1215edff5f2a',5153,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 15:35:12'),(8324,2,'e54b7946fc784140e3dbdde673bb644bfb7461f8',5152,'* finish task #4222.','wangyidong','2018-05-23 15:34:46'),(8325,2,'d4ae0184edc4614f8420e2dddc7b5467ac0a6562',5151,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 15:33:19'),(8326,2,'34891f004965160ba221f54dfbd4066aaca24f42',5150,'* adjust style of copy project modal in project/create view.','Catouse','2018-05-23 15:33:10'),(8327,2,'483df2da308752636f5108a2fd13db06df1975b8',5149,'* Finish task #4307.','chenfeiCF','2018-05-23 15:21:52'),(8328,2,'4ef0cd64320e28a8a5fa2b7bf3e04736a9feba13',5148,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-05-23 15:14:40'),(8329,2,'8a9aa521e25b1ddf660e462619cb694608983483',5147,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 15:12:11'),(8330,2,'67aec16baafd70c17413b0d01c4eac3eee97fe89',5146,'* finish task #4224.','wangyidong','2018-05-23 15:11:48'),(8331,2,'25df6f22339eb838885fd6ce0ad354110282d27e',5145,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 15:00:08'),(8332,2,'da248b64bc52f808d254284ddca5783821f415e0',5144,'* Adjust width.','daitingting','2018-05-23 14:59:48'),(8333,2,'b17beb30c8c9c90c32edea1023211654895b06ef',5143,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 14:56:03'),(8334,2,'b1bbcb7c2287f62a372af43955a84f7a76c53620',5142,'* finish task #4225.','wangyidong','2018-05-23 14:55:33'),(8335,2,'1d325061fdacde33fb8962422af550110a1683f2',5141,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 14:51:42'),(8336,2,'74c933526a7d144968a79fb08a751766042fa5f6',5140,'* change style of misc/changelog view.','Catouse','2018-05-23 14:51:15'),(8337,2,'7388d561c3602cf97691e03e1c990bcbf41ac413',5139,'* Adjust contact list box.','chenfeiCF','2018-05-23 14:51:09'),(8338,2,'6c48a85460e9ec79acb36b0a4a0c4e9331388da1',5138,'* Adjust position for productModal, projectModal. * Adjust position for required note.','daitingting','2018-05-23 14:49:37'),(8339,2,'b9d7e79e55a15fb0a9199beba3135a3c69f1efff',5137,'* finish task #4226.','wangyidong','2018-05-23 14:31:40'),(8340,2,'165d70340405fc9a5d5590baa19762d8b7a3f508',5136,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 14:30:18'),(8341,2,'3b2acc23ad801be211173f82dfad03f18c118f12',5135,'* refactor form views.','Catouse','2018-05-23 14:30:07'),(8342,2,'d157270639c51abdbeabfcc942efa0d2d308c715',5134,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 14:26:43'),(8343,2,'f45e4e03696456186dc1260a33ba0fead96d0cc0',5133,'* Fix task#4261','滔哥','2018-05-23 14:26:36'),(8344,2,'cf39b6844fd47a880649f901f556a42841f44e2d',5132,'* finish task #4227.','wangyidong','2018-05-23 14:23:07'),(8345,2,'378f5d400173cc740f1b97ab42f27463ce291651',5131,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 14:21:04'),(8346,2,'e2a77d6b3bde036da0f3eb1a0732a774eb9a8b59',5130,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 14:20:51'),(8347,2,'2c57a1cbe772a3af66333dea7521b1cee22b24f0',5129,'* finish task #4228.','wangyidong','2018-05-23 14:20:44'),(8348,2,'f4d25567593cc2bff7946095615d131898b746a6',5128,'* Finish task#4235','滔哥','2018-05-23 14:20:43'),(8349,2,'e1edf82e5373ef156c36304aba378230d561bcb9',5127,'* Finish task#4232','滔哥','2018-05-23 14:17:10'),(8350,2,'004d879698f33def8bf8fb87490d0352970509ad',5126,'* finish task #4229.','wangyidong','2018-05-23 14:13:40'),(8351,2,'eb8da77db56040433d79d94b2b58cf2420c20a6c',5125,'* change main form style and finish task #4193.','Catouse','2018-05-23 14:09:01'),(8352,2,'78a6b623905de9d77c6c449c8cafc7af23dd520a',5124,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 14:06:41'),(8353,2,'e5f1368924c6a3bdcfdbe360b98c9d17d98ccb12',5123,'* change btn style in table of bug/browse view.','Catouse','2018-05-23 14:06:33'),(8354,2,'dbabcd9c92214b9896645a61700ea83b87653099',5122,'* finish task #4230.','wangyidong','2018-05-23 14:05:56'),(8355,2,'2751dfc81ff100980594997d211aa67285406e37',5121,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 13:59:57'),(8356,2,'b6a703667d56e110e44abd69c3f6b57f19c1723c',5120,'* finish task #4231.','wangyidong','2018-05-23 13:59:31'),(8357,2,'f04993b2c98e59a977fcd1b2d4a1228fa0406efb',5119,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 13:45:32'),(8358,2,'34fa242fc15da3852ad37508c47e30abaa6febc8',5118,'* Finish task#4261','滔哥','2018-05-23 13:45:26'),(8359,2,'527e7c9529d301140fa5261ec6e9edec7ff3c3b9',5117,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 13:05:13'),(8360,2,'03d5875a1978946f300b7682deb477a1a056a554',5116,'* Adjust space between btn.','daitingting','2018-05-23 13:04:56'),(8361,2,'91d242b1c35a0d5dba718657fe36fea8aba908bc',5115,'* Finish task#4263','滔哥','2018-05-23 11:52:46'),(8362,2,'e0eced298369276ee828d8720a8efbc393f1771a',5114,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 11:43:20'),(8363,2,'4188bcabf5fe4e0f2c284e63aa636c5b2903a6a6',5113,'* improve UI of projet/tree view.','Catouse','2018-05-23 11:43:13'),(8364,2,'75b73f9a0ff6d0ea0b031088d9620bd9d7356b45',5112,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 11:24:48'),(8365,2,'e677941b5f6a7e3257366b16beb668f7318f6ce9',5111,'* Finish task#4264','滔哥','2018-05-23 11:24:36'),(8366,2,'9058191fcc93bbcc26966377923a6fcf01fec95d',5110,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 11:09:29'),(8367,2,'9017f1df066410950675d100bc1aba815aeef651',5109,'* refactor kindeditor usage.','Catouse','2018-05-23 11:08:56'),(8368,2,'26d116631b50ee8c734927eee5737b725cf480de',5108,'* update zui files.','Catouse','2018-05-23 11:08:42'),(8369,2,'91278a361fb62f559ca1d1fcee7f34deaea322ba',5107,'* Finish task #4301.','chenfeiCF','2018-05-23 10:52:35'),(8370,2,'080fafdcdd438a3f351c5765863ceb9c33b1c261',5106,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 10:46:06'),(8371,2,'111d0998da90d1b5933e9e20b2127497edb713e1',5105,'* Finish task#4270.','滔哥','2018-05-23 10:45:58'),(8372,2,'f918a5287604fd105a7c06c688e4c25949f778fd',5104,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-23 10:43:23'),(8373,2,'42589ff9a7a183eeb01c930d9dd9e7d9a7bd0bb2',5103,'* Adjust language.','daitingting','2018-05-23 10:43:06'),(8374,2,'68e3f766e7bb516e4ea13f220bf0b161b749a1ae',5102,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-23 10:36:15'),(8375,2,'d0ba096c2e3cb3b53441223debfd1dc9c8b7a82b',5101,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-23 10:36:13'),(8376,2,'103502624393e8efa31718d83b8361803ae41fdb',5100,'* fix bug for high light and make int package.','wangyidong','2018-05-23 10:35:30'),(8377,2,'77c3c7210e243e9b14e8bffe7a6ae3e9a9472078',5099,'*todo trans change','tengfei','2018-05-23 10:35:10'),(8378,2,'e40d43c01c760fdfac5629e1f9c462b6ed8d5dc9',5098,'* Adjust format for build id.','daitingting','2018-05-23 10:35:07'),(8379,2,'de490110fc224095fdd06ab7a11b3fe8c31137f5',5097,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 10:27:52'),(8380,2,'92bafeedcd6fa729e79df4d21494d072d9239b33',5096,'* fix icon class name.','Catouse','2018-05-23 10:27:45'),(8381,2,'950315d46e347b01dd85cc59f7c3b1154073c75f',5095,'* Finish task#4275','滔哥','2018-05-23 10:22:53'),(8382,2,'f6b02b7071d4c359425f9b19df32eb5345a6eb50',5094,'* fix style of assignto button in main table.','Catouse','2018-05-23 10:15:45'),(8383,2,'3d686f09d1f5c696168d1628a988a9ec15f884e4',5093,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-23 10:14:32'),(8384,2,'4f35262fae8f0168cd6e2ed422e98cfc9ef28d64',5092,'* Format code.','滔哥','2018-05-23 10:14:26'),(8385,2,'ac539b735d5957e3cf298824bff223e71ff92050',5091,'* fix sidebar toggle position in dom.','Catouse','2018-05-23 10:03:08'),(8386,2,'5d2fd7cb8d2b8f1cbf4e5bbaf87e831844859d95',5090,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-23 10:02:54'),(8387,2,'04ef8388972a9584da535afbd39b11a115b63f19',5089,'* refactor export modal trigger.','Catouse','2018-05-23 10:02:42'),(8388,2,'c7f590821ba75796fed7b343cdea03cad2a141a6',5088,'* Finish task #4296.','chenfeiCF','2018-05-23 09:47:40'),(8389,2,'f6136872275ed328c26eb5ac5a08882738dbe5ec',5087,'* Todo name is required.','daitingting','2018-05-23 09:34:48'),(8390,2,'3af004c58b1d9e52464d320e0ce09725e3a6991a',5086,'Task #4284','滔哥','2018-05-23 08:59:56'),(8391,2,'ee6c619cf73f8fe4b466712982a8606ca546069f',5085,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-22 18:19:20'),(8392,2,'938ed08b7303d8474fb81a902038379c415e9d62',5084,'* improve UI of file/export view.','Catouse','2018-05-22 18:19:12'),(8393,2,'b352241f2f2e945ce2391ab9540672904bae9650',5083,'* Adjust style for batchedit page of todo.','daitingting','2018-05-22 17:33:56'),(8394,2,'e1ea7eb4b398376a4fb173027f9ca0e47707b8d0',5082,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-22 17:29:19'),(8395,2,'47add48bc5f304e684eefc286e868ee1879e4c81',5081,'* Adjust batchedit page for todo.','daitingting','2018-05-22 17:28:54'),(8396,2,'e78e406a227d9efee3584f50e6c124fb58491e7e',5080,'* Finish task #4293, #4303, #4311.','chenfeiCF','2018-05-22 16:16:48'),(8397,2,'c48b79965a9298444cb7157251733bb0f8c9caad',5079,'* change style of project/team view.','Catouse','2018-05-22 16:14:40'),(8398,2,'f3f5105ef95fced1818ec17d6442833e1eecbbf0',5078,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-22 16:05:41'),(8399,2,'19f77b435fd989f73b854de0de43389dff752411',5077,'* change UI of sidebar.','Catouse','2018-05-22 16:05:33'),(8400,2,'932bb4b7b1743a7aff73764f275612121460cac6',5076,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-22 15:12:03'),(8401,2,'5d27c53fd2f2b968dcd8106132cdd8d6d4a869c1',5075,'* Adjust details about tree page of project.','daitingting','2018-05-22 15:11:11'),(8402,2,'f5f0e79ecb109df98e7f801189b4ed47b8eb3b71',5074,'* Finish task #4286, #4287, #4288, #4289, #4290.','chenfeiCF','2018-05-22 15:05:16'),(8403,2,'a2d1575f26ea556d308c0f7f6a5543e2aabe4c52',5073,'* change style of testcase/browse view.','Catouse','2018-05-22 15:02:13'),(8404,2,'a13522f616c94734e5331eea194a31c5c4ceffe4',5072,'* change tables style.','Catouse','2018-05-22 14:34:55'),(8405,2,'5e65a861bb88af165463eaae026c835b170dc31a',5071,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-22 14:19:10'),(8406,2,'2924e223ff4046dbcc822691459a266399d91006',5070,'* update zui js file.','Catouse','2018-05-22 14:19:03'),(8407,2,'b7ff73e9d5ca6374d2fb57fbc6cb010c36185302',5069,'* change style of search form.','Catouse','2018-05-22 14:18:54'),(8408,2,'83d7c1430c3e6ea6b8f2dada42aeaeca434e830e',5068,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-22 13:48:01'),(8409,2,'c4a8f46313d64513cf8fbeb5da1c6972316f6d2e',5067,'*fixed undone translation:wq','tengfei','2018-05-22 13:47:03'),(8410,2,'a39675dc22014af43b985ed035997ab3ad29b386',5066,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-22 13:18:19'),(8411,2,'996a87bb7c8dc7c158cad39f5dc20c30958c7e5c',5065,'* Add title for task name. * Adjust style for dropmenu.','daitingting','2018-05-22 13:15:04'),(8412,2,'2f0a3158deb58173e3b934e4455e5e9fa800907c',5064,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-22 12:03:37'),(8413,2,'4b6fbc7b9c49997bfcc14bc9c3ed16817c9a7498',5063,'* fix double iframe modal issue.','Catouse','2018-05-22 12:03:30'),(8414,2,'51d591615ff5792745fbec8d3d86fb13ea9987f3',5062,'* adjust kanban style.','Catouse','2018-05-22 11:19:10'),(8415,2,'de4b1b81c5882d090feeb99ed61865e3fcf436c5',5061,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-22 11:17:47'),(8416,2,'9f74b34f013a79301fc1fdba68e724bf47d6adc0',5060,'* improve UI of project/task view.','Catouse','2018-05-22 11:15:03'),(8417,2,'a11b0f9a9f82920d45125ece68526783dc00221f',5059,'* Task#4180.','滔哥','2018-05-22 10:50:14'),(8418,2,'df043be4916d871f8587b05f49ddcad7ae5e0534',5058,'* change style of task/create view.','Catouse','2018-05-22 10:46:43'),(8419,2,'f9247090e88f9a57f33c6d69e4222c1d3b3389b5',5057,'* update zui files.','Catouse','2018-05-22 10:46:22'),(8420,2,'7b19e791613844fadfe5474c1cc7e257c311c59c',5056,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 17:54:51'),(8421,2,'44ee45537b78f1d78f524ec312d3665e3d10f6db',5055,'* change product/browse UI.','Catouse','2018-05-21 17:54:43'),(8422,2,'faf2ef0a340b7906ffbd5d2998edc326cc2ba0cf',5054,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 17:07:21'),(8423,2,'dc60a11e9317b3b81669a81f2c7af69212939b4a',5053,'* Add title for team member.','daitingting','2018-05-21 17:07:01'),(8424,2,'e7c3b4c99c93db67a1815fbe7f74046337efd825',5052,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 16:54:58'),(8425,2,'7fea6a86c6c974bd81c4af4774dfdf0193f9a3f1',5051,'* refactor codes.','Catouse','2018-05-21 16:54:51'),(8426,2,'91b213a105ac0c8e13a8ff168fcc079886ec331d',5050,'* Add title for severity.','daitingting','2018-05-21 16:34:01'),(8427,2,'0affd76e54668ebeeea070069f57eebfbd087860',5049,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 16:27:46'),(8428,2,'06704f1825cfb9afa67da32d08690bdc2ba1f267',5048,'* Add title for pri.','daitingting','2018-05-21 16:27:32'),(8429,2,'4a90c9fc54b6f6cf976702f4c0109bb9ef897125',5047,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 15:52:41'),(8430,2,'dd21f477a55b74ab9b629d8aaa9b40291112ac75',5046,'* change style of roadmap view.','Catouse','2018-05-21 15:52:31'),(8431,2,'b1b257da1fbfafe02c6e61122f077901163bd541',5045,'* support display long title in header.','Catouse','2018-05-21 15:20:29'),(8432,2,'169867f2809be769abdc953c6c2506e65e89c8fd',5044,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 15:18:13'),(8433,2,'291ebde04a7616e7a8cf21075122d2d597fefdcf',5043,'* Use kindeditor for comment in view file.','daitingting','2018-05-21 15:17:48'),(8434,2,'f0b3ab7b1531a8a187c7affddfd0518fb490b7ef',5042,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 14:38:29'),(8435,2,'98bdda10435b307e50cb225c3a35230ebf1096c4',5041,'* change buttons style in table.','Catouse','2018-05-21 14:38:22'),(8436,2,'249f1c1ddfd9719cf22c63a0157c872c4b07c1e6',5040,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 14:28:44'),(8437,2,'77e493c029fa4ea3d45a558749d3dada1265eae8',5039,'* Adjust width for search form.','daitingting','2018-05-21 14:28:28'),(8438,2,'0e242e12fdd55624b9579c9e314a69ac79b80f71',5038,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 14:21:09'),(8439,2,'9d8c138615e3b10902a540aaa24fa688112281a1',5037,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 14:15:54'),(8440,2,'8ac45e17db0fb9620306d6d8e58dda2af57b1c3e',5036,'* Adjust margin between estimate and button.','daitingting','2018-05-21 14:15:21'),(8441,2,'f2bc9bbbdf44d692c42cc98bfa8f101bb52e0636',5035,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-21 14:04:58'),(8442,2,'fe90f84c5240023d1d3a7f218881217dfe90d21f',5034,'*minior trans change','tengfei','2018-05-21 14:04:25'),(8443,2,'de9e83147de18776bffe4813703bcadd13508ff0',5033,'* change pro vesion icon style.','Catouse','2018-05-21 14:04:14'),(8444,2,'6619560c82f36452656f90485dc420ef39024bf5',5032,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 11:29:13'),(8445,2,'258f2cad9c49b79763a9fa557856e4df7cd1e2c9',5031,'* refactor codes.','Catouse','2018-05-21 11:29:00'),(8446,2,'56baff9845deaffdd3bbeef83b51629a2e103534',5030,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-21 11:27:45'),(8447,2,'34c2d4887d82e171458aa5835cefe3e21ad44974',5029,'* minor trans change','tengfei','2018-05-21 11:27:11'),(8448,2,'9d851842e2c72aba69ad4724bebee4dec12a58db',5028,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-21 10:45:19'),(8449,2,'43f4d8b93a1e44bcad1a26b31d4b5283b2a148a0',5027,'* Mark the call is from zentao when the http_referer is empty.','daitingting','2018-05-21 10:44:27'),(8450,2,'451fe7b02955fe6d5933f4c034e97b3bc5a98897',5026,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-21 10:27:03'),(8451,2,'6aad78208db8e1ee9cb994595418b2bc8b984199',5025,'* minor translation change','tengfei','2018-05-21 10:26:00'),(8452,2,'2268f3e5825dae78b77aad597c8ba20132977020',5024,'* fix severity label style.','Catouse','2018-05-21 10:07:25'),(8453,2,'9e45e82ad35eb282620121be59b8e1cc2a719076',5023,'* fix iframe modal dialog border style.','Catouse','2018-05-21 09:47:36'),(8454,2,'d27fb779c3f89bca6a044997172ea6bb7b44ca93',5022,'* refactor codes.','Catouse','2018-05-21 09:08:08'),(8455,2,'1fc9c5dc7c2746a6e5cd11d2cb629e8b3d0a5d50',5021,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-21 08:45:46'),(8456,2,'10a9c5d602636b83ac753ca5b19c6d7711871105',5020,'* adjust style of testsuite/libview view.','Catouse','2018-05-21 08:45:24'),(8457,2,'829efb90f46be8cb366b1e2221ad2036e1f79355',5019,'* update zui files and fix testtask/view style.','Catouse','2018-05-21 08:45:02'),(8458,2,'3fee807a8f1b12cb551ff82b85ce567055229514',5018,'* Remove useless files.','liugang','2018-05-18 18:16:57'),(8459,2,'6eb3ce8219a92fed3a9ca5cbd91543c36056070e',5017,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 16:48:40'),(8460,2,'f414eb0bc9d8636496c253d6e6f2c011af6e3bbc',5016,'* change createLib view UI.','Catouse','2018-05-18 16:48:30'),(8461,2,'5e10f645629ba3691b023945d2e5d1c16ca4f1d2',5015,'* fix panel style in doc/index view.','Catouse','2018-05-18 16:36:51'),(8462,2,'0cba188d2d1bb01137280a97ee602f1f8765653b',5014,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 16:30:00'),(8463,2,'aa5444cf929df54e9c1708118436f9971539f30a',5013,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 16:28:02'),(8464,2,'c0050579c6f80866e38516cc6ee7576f32782969',5012,'* change progress pie chart when value is 100%.','Catouse','2018-05-18 16:27:54'),(8465,2,'0203b33fea50c1ab10713430cae01dfc60cae5fe',5011,'* adjust for testtask-browse page.','wangyidong','2018-05-18 16:26:43'),(8466,2,'e6d66d905ddee9d6bac945327483fba3da63af50',5010,'* Fix bugs.','chenfeiCF','2018-05-18 16:20:23'),(8467,2,'c1ccabcd0a6a2dd310895f9bc4935a55fe67b930',5009,'* fix required mark missing in todo create view.','Catouse','2018-05-18 16:16:30'),(8468,2,'eec9dbd8f7d213179f84376971b85b830765a70c',5008,'* fix bug.','wangyidong','2018-05-18 15:58:56'),(8469,2,'28fb042313e2c15b97c3ec0912550053f1c437af',5007,'* fix bug.','wangyidong','2018-05-18 15:38:07'),(8470,2,'66f879b11ca4b94b3b1006f0c67d59110cf13240',5006,'* Adjust style for card temporarily.','daitingting','2018-05-18 15:27:20'),(8471,2,'22c21390d5a25709ba7ab5bb48c8ead24f1ee6bb',5005,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 15:26:24'),(8472,2,'25a3cffcdbd4cf2f61d14345bb0698ec7dcd4254',5004,'* Add text-ellipsis for desc of release.','daitingting','2018-05-18 15:25:48'),(8473,2,'f74d58ee726f5824b03ae191cb02f7afba525a99',5003,'* adjust roadmap style.','Catouse','2018-05-18 15:23:41'),(8474,2,'1040bc89924b474d428435ebf00b91370e9383fd',5002,'* update zentao logo in login view.','Catouse','2018-05-18 15:17:05'),(8475,2,'542faad6dbe2c8ba0c70599c99aa5620b791bfbf',5001,'* remove btn-wide of login button.','Catouse','2018-05-18 15:14:30'),(8476,2,'2e0e50c36b69c5e3b6b74e37fc66d403f99bd4bf',5000,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 15:06:54'),(8477,2,'32c1465a8eac8ba8c44eebe0347fd264fa557026',4999,'* fix todo block overflow setting.','Catouse','2018-05-18 15:06:22'),(8478,2,'41f262aceb579e3de69254dcfd2a5cdf212e8fc3',4998,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 15:05:21'),(8479,2,'2b0c7c4ef33f6230c6837b2e841a864e1ba5c551',4997,'* adjust for style.','wangyidong','2018-05-18 15:04:53'),(8480,2,'c04b173b1eeb84a4b261c001680dc2212f3b53b7',4996,'* add empty char and fix roadmap style.','Catouse','2018-05-18 15:02:10'),(8481,2,'1757add93cfcdacda37c6a2c9d05750a577b4abb',4995,'* strip tags of title text.','Catouse','2018-05-18 14:47:13'),(8482,2,'a5fef486596ca29cd7c4475b66d3d7178a6793ef',4994,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 14:45:41'),(8483,2,'f0fcec6363a41975ab0139b1a729269816aefc79',4993,'* limit roadmap description text length.','Catouse','2018-05-18 14:45:32'),(8484,2,'6ce2e2fef4b2f0876f17f68a53068a155b292814',4992,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 14:40:05'),(8485,2,'d256a684c02d5db3b0e628b5b78a4d3180998093',4991,'* adjust for doc.','wangyidong','2018-05-18 14:39:29'),(8486,2,'100447df61b9467a4555ff19f53017f1a809ca78',4990,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 14:32:02'),(8487,2,'28a4814d89bc02fb707e7a2a564b10d143b439fc',4989,'* Adjust codes.','daitingting','2018-05-18 14:31:49'),(8488,2,'f2fce388b7f398b3d01e5509a355ead85aecb846',4988,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 14:27:35'),(8489,2,'a51a4c48f149cb82a5aa0ff455966c853f9ae682',4987,'* Remove $mode == \'table\'.','liugang','2018-05-18 14:27:01'),(8490,2,'afe24439ea269059deaceb49401018014798f839',4986,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 14:26:03'),(8491,2,'f5a0cb33efac267cc0469a02c492fdd468b98b53',4985,'* Remove unused field.','daitingting','2018-05-18 14:25:45'),(8492,2,'7ab90f9ee7fa2e8819bf67be9a69cfcbe20dd287',4984,'* fix for page show.','wangyidong','2018-05-18 14:20:04'),(8493,2,'a88c09646b0af17dc11b2bcc4ae7828bafc5c375',4983,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 14:16:21'),(8494,2,'ac523f8883d40164c66f458dd1a86bcb05ccd593',4982,'* adjust for testtask-cases page.','wangyidong','2018-05-18 14:16:00'),(8495,2,'22f4122e4b69a6da3fe8b644689ece10da3027cd',4981,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 14:12:50'),(8496,2,'71d60671f89eeab14dbb74a3de537a4feb6bd656',4980,'* Remove contactListMenu when submit form.','daitingting','2018-05-18 14:12:19'),(8497,2,'bd41421b35f178a209e32838b1b765800667a445',4979,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 14:05:53'),(8498,2,'661ea692376064bd9b1c4d50978db59576145b16',4978,'* adjust for zh-tw lang.','wangyidong','2018-05-18 14:05:36'),(8499,2,'f68f9ed78f8ab08049e93f1d90c5e5fa82016cb5',4977,'* adjust for batch edit cycle.','wangyidong','2018-05-18 14:04:50'),(8500,2,'c3ac4b39d6b3623b3d080dec4b64a0eb3624f62a',4976,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 14:01:30'),(8501,2,'070acee067beae06b33a575fa493a654ad2eaeb7',4975,'* change buttons style.','Catouse','2018-05-18 14:01:20'),(8502,2,'a76da604728229b6b6fe69544536b5463b786966',4974,'* remove debug notifications.','Catouse','2018-05-18 14:01:06'),(8503,2,'502daf647e0bbfc3990aac737a7deb9b04cbd017',4973,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 14:01:05'),(8504,2,'40d76d974fa2b3c4ee6b3fe5fba81be862253576',4972,'* Fix bug.','liugang','2018-05-18 14:00:57'),(8505,2,'476073baf645f3906862acb2baeec56783092909',4971,'* adjust for upgrade.','wangyidong','2018-05-18 13:59:18'),(8506,2,'e618d63514aad454847850d52c364f6f2df0ddad',4970,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 13:58:52'),(8507,2,'c22e9f2875f30f4cd8fa7fb3963307bd9f07ecd8',4969,'* adjust for todo create.','wangyidong','2018-05-18 13:58:02'),(8508,2,'e9a3fdee0c33fd514983c763bcc3ad709e879d9b',4968,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 13:53:43'),(8509,2,'78d978fd5f939b466eb4981629e8b65f13f1882c',4967,'* Hide product name if the build block is a short block.','liugang','2018-05-18 13:52:54'),(8510,2,'18db97acfe012359f861637e5c76d46bbeddb37b',4966,'* Adjust position for color.','daitingting','2018-05-18 13:48:42'),(8511,2,'9eda304837e48653ea7103f140fd9f22a61ed3a1',4965,'* Adjust linkButton.','daitingting','2018-05-18 13:46:36'),(8512,2,'2fafe58dbe44110b9122409ec60a867d8548ed0e',4964,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 13:33:49'),(8513,2,'1c78423a24889a93beb06d438e969c67244f520a',4963,'* Adjust backButton.','daitingting','2018-05-18 13:33:25'),(8514,2,'10ba8577966702f7a85fe6bfe1f81903d1dbbe77',4962,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 13:32:35'),(8515,2,'70fceeb815218e065fc974760a9a25dce2304bf5',4961,'* refactor codes.','Catouse','2018-05-18 13:32:28'),(8516,2,'2f46170191c848f27d4c1d3aeb425ac7eabfb278',4960,'* change style of task/batchcreate form.','Catouse','2018-05-18 13:32:18'),(8517,2,'679d42132f57321a108624e433267ea9d2c9e73e',4959,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 13:30:14'),(8518,2,'cb99d6e0e0bf926b712913696ab70198faeb7c40',4958,'* adjust for high light.','wangyidong','2018-05-18 13:29:47'),(8519,2,'7cf41ee696f93454efa44a6ca0b6541a56267955',4957,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 13:23:56'),(8520,2,'cbb127c72645f94941a853c3439189754d3d2c63',4956,'* Adjust collect style and title.','daitingting','2018-05-18 13:23:29'),(8521,2,'522bb7a74b0774fa7cb2e61402dafecab809d7fb',4955,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 13:19:16'),(8522,2,'dc4de1a658eec8f07f1d1d8faaff24e6fda3365a',4954,'* finish task #4166.','wangyidong','2018-05-18 13:18:40'),(8523,2,'5d091156454777bee59a88980c1baa978919633e',4953,'* update zui css file.','Catouse','2018-05-18 13:09:01'),(8524,2,'60b5cb78166e25bc3a8df2adf616c23c39289935',4952,'* refactor codes.','Catouse','2018-05-18 12:50:42'),(8525,2,'18971092a7d79fe968656b7205e8363ae010b1b0',4951,'* change required mark style.','Catouse','2018-05-18 12:40:14'),(8526,2,'b0ce69029944e57b00cfde988e62366d8d9e70c5',4950,'* change style of buildcontactlists view.','Catouse','2018-05-18 12:31:28'),(8527,2,'ae0b1ebbb6931498a6ac1ac432a3c0a2573a1b09',4949,'* improve markdown editor UI.','Catouse','2018-05-18 12:07:34'),(8528,2,'1295a05eb3633ae03c61a24fd075b8da45449cb7',4948,'* update zui fonts.','Catouse','2018-05-18 12:07:17'),(8529,2,'5295dbef0755a694d7225afb07966716e858bcd5',4947,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 11:33:08'),(8530,2,'69ebbbc0f607b015c5ad86fb2e075c3dde7349f7',4946,'* change doc/createLib modal style.','Catouse','2018-05-18 11:33:02'),(8531,2,'d4bd3ca5a799e13440ac242518453309d79f435d',4945,'* fix chosen drop position.','Catouse','2018-05-18 11:32:45'),(8532,2,'7ede06b0dda17a23dbcb0656fb3109cfba044578',4944,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 11:27:27'),(8533,2,'82ce0b3d84d7a43b12d096514a335a094ac0b812',4943,'* Add th for actions.','daitingting','2018-05-18 11:27:12'),(8534,2,'9e04d4714ae56f0dd765622717233fcf48e68118',4942,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 11:19:12'),(8535,2,'770db7df1313f4f2bcf2d3d178dc4fae652a405e',4941,'* Hide theme menu.','liugang','2018-05-18 11:19:01'),(8536,2,'5704ec43a05cb3f74e0f52607050baaad8eb1041',4940,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 11:07:39'),(8537,2,'36a1bec64888d043b76ffd124adf9f85ac160c3d',4939,'* adjust for style.','wangyidong','2018-05-18 11:07:19'),(8538,2,'3ca7269f8b369b4a981afbad1b45e2449224bb7a',4938,'* Adjust btn.','daitingting','2018-05-18 11:06:21'),(8539,2,'10433564c2561f19654a246cbd9d14ec8a34d8f3',4937,'* Adjust style.','daitingting','2018-05-18 11:03:45'),(8540,2,'61bfafbc5bb536cb2dca26175776a083253cbee4',4936,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 10:56:47'),(8541,2,'f6450d8c37f55f3ef3d66eb22cd4e6b6db771f14',4935,'* Adjust button.','daitingting','2018-05-18 10:56:23'),(8542,2,'eb889b72bb2758dcabcaf313c7dd1e3866aaad98',4934,'* add cancel icon.','Catouse','2018-05-18 10:52:26'),(8543,2,'1374160b5e16ce11f4908f5aa843508a81332886',4933,'* change required icon position.','Catouse','2018-05-18 10:46:41'),(8544,2,'efed50f58008c2950733282cc24906b497644fd1',4932,'* iframe modal support resize modal height on modal body changed.','Catouse','2018-05-18 10:44:04'),(8545,2,'6db418d6d04274b9d9589266438928e253ee33fa',4931,'* update zui files.','Catouse','2018-05-18 10:36:17'),(8546,2,'da161f111be88d560e6b32b6f6df3efc644e1475',4930,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 10:33:49'),(8547,2,'61c2e0c6e7bd566b9af26b1f60b72d95105b3ee5',4929,'* improve modal UI.','Catouse','2018-05-18 10:33:42'),(8548,2,'44de16b021787623b2e68a642b13d9c61400376e',4928,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 10:29:48'),(8549,2,'50e6f8e15f83d8bd2592f7142a78e6b8edccd2f9',4927,'* Add english language.','daitingting','2018-05-18 10:29:20'),(8550,2,'eb937c9e59d3e26b50c2b4b8f5b8e3bc1233ea75',4926,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 10:27:44'),(8551,2,'bb7b76e80323d97301349ecee4d211c24cea193e',4925,'* adjust for only test.','wangyidong','2018-05-18 10:27:06'),(8552,2,'0f26c55cab580478d769455cbf29dc8add9b58e1',4924,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 10:05:23'),(8553,2,'ddb33c2a34b222973cab76dd8efd267d2e442f8a',4923,'* Fix button style.','liugang','2018-05-18 10:05:13'),(8554,2,'a5c48d625ec9a6edfddbd02abef73de874bd2308',4922,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-18 09:49:33'),(8555,2,'8f4fbd18ab62572f2b681d1a27e9f5bc7b4a88e2',4921,'* Format code for testcase.','滔哥','2018-05-18 09:48:23'),(8556,2,'61a74747448e2264e5e8763f6145fb6cbbb8f440',4920,'* Format code.','滔哥','2018-05-18 09:47:34'),(8557,2,'e87d6eb9cbac88f7b0e0c954ca97c51de1a3d811',4919,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-18 09:39:39'),(8558,2,'01e8f79b550475957be9d44dfdd242f8e5d7f65f',4918,'* Merge it.','daitingting','2018-05-18 09:39:21'),(8559,2,'6b487c7cfd31a1b0d252d3da892ba4faf022fff7',4917,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-18 09:38:42'),(8560,2,'7d1dc5a5e9cf4d9ab33e180fefcc2069622d51f6',4916,'* Format code.','滔哥','2018-05-18 09:38:35'),(8561,2,'2bc846055c83ad13ed75cdd156b8a45a5a68c243',4915,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/task/css/create.css','daitingting','2018-05-18 09:37:56'),(8562,2,'6c6601ae468bda4e2d351d81162cac65eb25e209',4914,'* Adjust button positon in name.','daitingting','2018-05-18 09:37:19'),(8563,2,'9ebca72c8626aefa35f2f966d11a3989fb2d6503',4913,'* Finish task #4151.','chenfeiCF','2018-05-18 09:31:17'),(8564,2,'e52e1a937328e7ae3302bdbd9b1f777afc317fda',4912,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-18 09:28:26'),(8565,2,'eafa14bdcab1e9e4108bacdede007a15fd07e479',4911,'* Task#4159.','滔哥','2018-05-18 09:28:19'),(8566,2,'66cf0a2572f5e7a8e182914c292424bfab971dd3',4910,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 09:26:16'),(8567,2,'6b548f637f5d5a6180cd1f3dbc6fb0d31ee1e537',4909,'* adjust for team.','wangyidong','2018-05-18 09:25:53'),(8568,2,'f5c5deb75d262564bc24522acfd0f5ca1bbf0af6',4908,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 09:19:33'),(8569,2,'45a3c596825327b3b5f1a14e675246ba495cd57c',4907,'* Change version to 10.0.alpha.','liugang','2018-05-18 09:19:14'),(8570,2,'2488ca9c8669c1b25ee94315b1f563c469ac3c0e',4906,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 09:18:34'),(8571,2,'02363e748811b567691a6e778a2f2b441f1ff8b6',4905,'* fix table style in panel body.','Catouse','2018-05-18 09:18:26'),(8572,2,'59229b0c522a77f13f6914306a7e86a0445508a3',4904,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-18 09:06:11'),(8573,2,'1ec3ae0f8d1f0713ca9ba145fd7173d35c917678',4903,'* Fix status and severity style.','liugang','2018-05-18 09:05:39'),(8574,2,'22f8b657e89c5990b0523e901b3e2e06fc52e522',4902,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-18 09:01:03'),(8575,2,'e2c46ea2a93fbb246eb516eccdfbebe77fb7ed67',4901,'* update zui js file.','Catouse','2018-05-18 09:00:55'),(8576,2,'2518ac259eb5b2fbc789420657f79b35223030ac',4900,'* change savequery dialog style.','Catouse','2018-05-18 09:00:47'),(8577,2,'81fe923a60d1b25a8e808d601f5df0a83a20f387',4899,'* fix query label style.','Catouse','2018-05-18 09:00:27'),(8578,2,'600bfd300b492a8fc645e2345683effdb2ce515b',4898,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-18 08:58:18'),(8579,2,'3f41de395d8e7afcca2c71175c9f47b4be8af8df',4897,'* finish task #4149.','wangyidong','2018-05-18 08:57:51'),(8580,2,'16762b2bef762bd985948c2c52e55580870353b1',4896,'* Task#4154.','滔哥','2018-05-18 08:46:53'),(8581,2,'ae39caedad188ddf9a0a736612a878bb9e5748ed',4895,'* Task#4141.','滔哥','2018-05-17 20:02:39'),(8582,2,'82dd51d2afca695cf3ff9f39ffa47a12f9bb3098',4894,'* Task#4158.','滔哥','2018-05-17 19:54:06'),(8583,2,'5d7d3ceb48478411653a5977c02d369760de7271',4893,'* Task#4161.','滔哥','2018-05-17 19:47:23'),(8584,2,'719471db9acdecb104fe000f71d113be2e0439e9',4892,'* fix button style in input-group.','Catouse','2018-05-17 18:34:08'),(8585,2,'4d1e624c3beaa80441693d2a16fe913cd0e0e056',4891,'* fix icon style in bug/browse view.','Catouse','2018-05-17 18:33:48'),(8586,2,'07852489c92189e99ec5fea5e77873675dee2a09',4890,'* fix savequery modal style.','Catouse','2018-05-17 18:33:24'),(8587,2,'661bcb7ed7408ba3601593c5c1f94d3aacc04a6a',4889,'* fix .table-grouped style.','Catouse','2018-05-17 18:22:53'),(8588,2,'10ca7db0ce3692d75c55681e27438cd30caf718c',4888,'* remove debug codes.','Catouse','2018-05-17 18:16:43'),(8589,2,'bb5a2975d2ce9956143595cc96471fdaaf27ca61',4887,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 18:14:53'),(8590,2,'582d1b1a2ce6a63baad998f58323799ab6ed6df2',4886,'* refactor codes.','Catouse','2018-05-17 18:14:46'),(8591,2,'98a51a8c2d5fdcc7d1f8117f6b552a3ebe07c3d6',4885,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-17 17:28:42'),(8592,2,'430c2058053d3791701432cbe1284b4533bdf4fd',4884,'* Remove split-row when from is not doc. * Adjust language.','daitingting','2018-05-17 17:05:28'),(8593,2,'3ac0602e102444dd384c52b39101397bdcf5f5c3',4883,'* Adjust codes.','daitingting','2018-05-17 17:00:24'),(8594,2,'3591e5732e9647a9bb870dd7da9409b3bd419e3e',4882,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-17 16:38:06'),(8595,2,'8b78775556b4843be3dd732b125bfc0384a4c857',4881,'* adjust for report page.','wangyidong','2018-05-17 16:37:40'),(8596,2,'f88d50c01a32cd2ea24217a63f8e8b4ad43e09b4',4880,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-17 16:12:36'),(8597,2,'5b97fbdc0b91855635a62112a2ee3c81c1189502',4879,'* Adjust modulesTree.','daitingting','2018-05-17 16:12:12'),(8598,2,'7e3f8906235f48de49e6c705312be02e4a30825e',4878,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 15:40:20'),(8599,2,'7b890d9a036262de5828cc9a3b87c2dcd0d45011',4877,'* refactor codes.','Catouse','2018-05-17 15:40:11'),(8600,2,'ba2a44a659a1b3574bb92238dbd6929cc414c80b',4876,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-17 15:09:59'),(8601,2,'44d87c1368b9b0fb073032f00547074aa5ca0afa',4875,'* translation changed','tengfei','2018-05-17 15:07:58'),(8602,2,'dd94a715b8e72dc54d0afa01cc3297aa03fce7d5',4874,'* Adjust style for team of task.','chenfeiCF','2018-05-17 14:54:56'),(8603,2,'c5fec18481b8bd37ce768c5775c3cd0c7cc8363b',4873,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-17 14:43:54'),(8604,2,'6e6c82be2b552a26c845c05565644794b3dd3940',4872,'* adjust for page.','wangyidong','2018-05-17 14:43:35'),(8605,2,'3ef65f2d83659d8720337bac40206517e5341751',4871,'* Show no assigned if the task assigned to none.','chenfeiCF','2018-05-17 14:38:30'),(8606,2,'e80f2cce73e7d7a506858b358b4c633ff0e4948f',4870,'* Adjust codes.','daitingting','2018-05-17 14:33:04'),(8607,2,'bd12a2c8fbe1405d7e3bf923bee4d9ca8276d1ce',4869,'* fix more actions position in firefox.','Catouse','2018-05-17 14:18:37'),(8608,2,'e4a06c3fb2ebafcc181657810041d7cf085874a7',4868,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 14:03:59'),(8609,2,'27a4f7d55a0f6292a82cd488789186fdc909fa00',4867,'* refactor codes.','Catouse','2018-05-17 14:03:51'),(8610,2,'e9cf09ccd875b8ed85992b73b70e911e9ffad217',4866,'* Rename btn-default to btn.','liugang','2018-05-17 13:55:33'),(8611,2,'67debd69856f622b0e182b74ecd4b1c305739948',4865,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-17 13:54:26'),(8612,2,'7b0ce5666da8260f3b26c1560b76d4e095af4a3b',4864,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-17 13:54:14'),(8613,2,'b8c3e70dfad25cdf6a572876d750b8cca30fbc50',4863,'* refactor codes.','Catouse','2018-05-17 13:49:07'),(8614,2,'7465556299deb448ee9ae75b0b1ef8c125aa90bb',4862,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 13:45:17'),(8615,2,'1e0708ad67e50bd86eb5fb504edc062ba7446d8a',4861,'* fix icon style.','Catouse','2018-05-17 13:36:32'),(8616,2,'1266a30bbc9fbba1058a5a33d1a29748ef5ecf92',4860,'* Remove class btn-default. * Merge conflicts.','liugang','2018-05-17 13:35:56'),(8617,2,'d81eb365b11069633c3ea863ba10a3a961724d26',4859,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-17 13:33:08'),(8618,2,'07f8ccb1d5ca77ae1f2b46c8833a1634e09d482b',4858,'* Adjust width.','daitingting','2018-05-17 13:32:54'),(8619,2,'fe09d37f3841a1c206f4f82c7cbf663674ce320a',4857,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 13:26:38'),(8620,2,'b9aa9568c5b3c9d60c2aba72f3495684214cb6df',4856,'* improve UI of forms elements.','Catouse','2018-05-17 13:26:27'),(8621,2,'27915acec1941075adf80d4718a98fc73b09ae1f',4855,'* Adjust style for whitelistbox.','daitingting','2018-05-17 13:25:55'),(8622,2,'8c713ac2b3cdb5cf9c8850800a5f4bf586206165',4854,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-17 11:32:14'),(8623,2,'39a330601ea9c916ee6b738d2a467dc0847ff4f1',4853,'* Adjust batch page.','daitingting','2018-05-17 11:31:55'),(8624,2,'acc3341e84d033da6dce77e95e7b4c6d9f4b2d34',4852,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-17 11:21:41'),(8625,2,'5818b4cbef6d890fdc619c9865359c9dfc6533d5',4851,'* minor translation change','tengfei','2018-05-17 11:20:09'),(8626,2,'4432a36f1ae38998eba2d251d0758f40a8e957f3',4850,'* change buttons style.','Catouse','2018-05-17 11:18:19'),(8627,2,'5d22f7daa71b1740b32bee268bfe26c17cf020d5',4849,'* change subtask label style.','Catouse','2018-05-17 11:13:16'),(8628,2,'b3b8583b93377d994cd5d3b7ef4d8c5f93b943cb',4848,'* update zui css file.','Catouse','2018-05-17 11:11:11'),(8629,2,'4607381f64c51ae6e6c5f5e351beed787a5469f1',4847,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 11:04:19'),(8630,2,'eecaeee8c4f6a35c6a5b909830303d502af69001',4846,'* adjust elements in dashboard style by update zui css file.','Catouse','2018-05-17 11:04:08'),(8631,2,'5c3e27a6b0534bfefde9bcd508723b5844aa1cf4',4845,'* Set requiredFields. * Adjust style for title color.','daitingting','2018-05-17 11:02:52'),(8632,2,'b3f882f7dd20892c7d079abd3a209eaf2a31b82b',4844,'* change searchbox style.','Catouse','2018-05-17 11:01:20'),(8633,2,'51350fbeb74d4632dadda751516bc1d264ec1d47',4843,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-17 10:59:04'),(8634,2,'6c109c04af92b2d84a84bee991778651d2b99213',4842,'* Set requiredFields.','daitingting','2018-05-17 10:54:19'),(8635,2,'6986b5721fec26de5c1be6bae13b939446a7d0b4',4841,'* add fade effection to user/login view.','Catouse','2018-05-17 10:53:40'),(8636,2,'e1b933e3f090a9f2be865857480611cb28eecd80',4840,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-17 10:43:54'),(8637,2,'17f9f2550ca4611d88ff42f2552f675c95615fd3',4839,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 10:43:28'),(8638,2,'f84adc30860a81db22a5d88360bb6f8a1e5dc9f2',4838,'* refactor codes.','Catouse','2018-05-17 10:43:18'),(8639,2,'d47879c736415508215f4ccaef759abfc966a467',4837,'* Set required fields. * Adjust style of title color.','daitingting','2018-05-17 10:43:07'),(8640,2,'e81c3c5bb53e65a3402389c8a5339b056feecf60',4836,'* Adjust submitButton.','daitingting','2018-05-17 10:29:12'),(8641,2,'7e7bc2b356b7a9f62cb1de865b6c19af6d5c5e9a',4835,'* Adjust codes.','daitingting','2018-05-17 10:27:18'),(8642,2,'6a95b2a5a9e6b29f292a73a58c2ca7e7c60ec1de',4834,'* Set submit button in center.','daitingting','2018-05-17 10:12:54'),(8643,2,'92aaca1f0c03cd919be4f6aa9366608a53e8328b',4833,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-17 10:09:00'),(8644,2,'435eac94509d7d961404903a8c4f6ab339146482',4832,'* Adjust required fields.','daitingting','2018-05-17 10:08:40'),(8645,2,'cf333e3b361b2f55eb93504ae2ffdc4321df7000',4831,'* fix icon missing.','Catouse','2018-05-17 10:02:23'),(8646,2,'27d88fe9983edcefc8a0c96fdcf4dec17ca68f7b',4830,'* merge code.','Catouse','2018-05-17 09:56:22'),(8647,2,'e9d51b9360c417f87f37780838db723ab88af011',4829,'* fix project statistic block style.','Catouse','2018-05-17 09:56:07'),(8648,2,'3cb9e07bd7b59ac80dbb3f0005b558d5d811d222',4828,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 09:49:08'),(8649,2,'6d99041b8b99916e3f223f59a8c0e44e8bc68ff5',4827,'* fix modal style.','Catouse','2018-05-17 09:48:59'),(8650,2,'77b78b57ebc5908fa1ccff24de291a6799a9f51f',4826,'* fix block styles.','Catouse','2018-05-17 09:48:51'),(8651,2,'897346d6f9c39cf00c594bc731784ddfd7dda280',4825,'* adjust for testcase bugs page.','wangyidong','2018-05-17 09:45:10'),(8652,2,'54d73617e0a92420ce0cf5c33e344136c4e25c39',4824,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-17 09:35:24'),(8653,2,'a4048ea3a2bddf12b79cffc4820226f06ae30cec',4823,'* finish task #4136,4134.','wangyidong','2018-05-17 09:34:16'),(8654,2,'cb334ba0abceab3c60c22b336e7f7ca7295ef36f',4822,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-17 09:32:06'),(8655,2,'a95ca70cea1e88b8f425b631043644ad519ba76f',4821,'* Task#4137.','滔哥','2018-05-17 09:32:00'),(8656,2,'47eac5821dd938b6dc658d6504d9d436727b2139',4820,'* fix modal style.','Catouse','2018-05-17 09:29:30'),(8657,2,'6e3df90c27e5cea844f9b3f666aa5a0795f3e00a',4819,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 09:27:16'),(8658,2,'590fb904e1d394e9eb5e4067ec2453ade154c29a',4818,'* fix chosen style.','Catouse','2018-05-17 09:27:08'),(8659,2,'646079892cf25fcf0b249610dee7d17e649e3f4a',4817,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-17 09:05:15'),(8660,2,'304653cd655adfb3a1a00fc7643367a4a9f3f919',4816,'* fix bug.','wangyidong','2018-05-17 09:04:44'),(8661,2,'b5d0e602582ad484e0c29d4ba48736319bedfa38',4815,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-17 08:52:30'),(8662,2,'b78a175040ada4ad0285e0c7f16a457eb8f06a60',4814,'* fix $.closeModal not work.','Catouse','2018-05-17 08:52:23'),(8663,2,'e2bd9a8e0b157913c71cb679e3ea667047495bc7',4813,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-16 17:46:46'),(8664,2,'880d85d7d7e65257c58c232b60e925890c3b3114',4812,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-16 17:46:19'),(8665,2,'a02d415176fc3fe7ae5a028d2a5cc52e05c36b9d',4811,'* remove html required attribute.','Catouse','2018-05-16 17:46:11'),(8666,2,'fad7ac27013e95eda5d4ee1b1078a0609fbcb748',4810,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/build/view/linkbug.html.php module/build/view/linkstory.html.php module/project/view/create.html.php module/release/view/linkbug.html.php module/release/view/linkstory.html.php','daitingting','2018-05-16 17:46:01'),(8667,2,'c2692967399ff8a1cf39dd2a6bdc02f29c17e3af',4809,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 17:44:55'),(8668,2,'9c97348013623ce09f850dbd518c3c742dafbe7e',4808,'* refactor codes.','Catouse','2018-05-16 17:44:49'),(8669,2,'0056609d9c788d51e113f48226ba650a244ce0be',4807,'* Adjust button style.','daitingting','2018-05-16 17:44:42'),(8670,2,'d31cb467eea5b5badeb0fe21a7c21ac7e1b3b15e',4806,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-16 16:02:48'),(8671,2,'316ba36b9444953e4a7cfe0905c295012a860f43',4805,'* adjust for bug-linkbugs page.','wangyidong','2018-05-16 16:01:56'),(8672,2,'bd0a029ec5a3b09143a6e8050a64f710d407c0be',4804,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 15:31:20'),(8673,2,'db8155f6aeec994d1a623b768bbbd1058c0e8bfc',4803,'* improve UI for sortable table.','Catouse','2018-05-16 15:31:13'),(8674,2,'a3deb382e2c5aa9b876a6734d2feebedc4b18d15',4802,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-16 15:21:38'),(8675,2,'a4e39f0acf98a81a02a03159e63a8f5b7d8e7a6a',4801,'* Format code.','滔哥','2018-05-16 15:21:23'),(8676,2,'984117329ee9c936eb83829a6902f542446c79ad',4800,'* change details style.','Catouse','2018-05-16 15:13:20'),(8677,2,'78c9a0353947230ce23d7f81325a0a2c6c14f211',4799,'* fix user profile dialog width.','Catouse','2018-05-16 15:11:05'),(8678,2,'980b218c8f709e914fe8cec614986a2be56acd99',4798,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 15:08:52'),(8679,2,'9a7263b4274946b606e8625eb3e6cb938f3e61d5',4797,'* update zui files.','Catouse','2018-05-16 15:08:45'),(8680,2,'6bd19bff24b92021b85b9848abee6836b8037fd3',4796,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-16 15:06:10'),(8681,2,'c0a9d8eb613df7b4c1a01a03349b217e1273db48',4795,'* Adjust style.','liugang','2018-05-16 15:06:01'),(8682,2,'d120507aef5932dd529363bcc1e1d234d545eecc',4794,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 15:05:35'),(8683,2,'4be5a4c3ec04693b2b6b79a7d2cafef79173193f',4793,'* refactor codes.','Catouse','2018-05-16 15:05:29'),(8684,2,'600f4cab37fee780fe12b544684e44711b121f06',4792,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-16 14:49:59'),(8685,2,'82b9d32295ee4edc8f4d39424776b572e9696ccb',4791,'* Optimize codes.','liugang','2018-05-16 14:49:46'),(8686,2,'683386d7aaa8c1329545f6d52bf59b3e1da6e65f',4790,'* disabled block color setting.','Catouse','2018-05-16 14:32:01'),(8687,2,'a1e57b20446b7db542ec73de4020dfe30f9d567d',4789,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 14:11:14'),(8688,2,'7986465387b495295f13f82f5d7193ba15f5204a',4788,'* update buttons style.','Catouse','2018-05-16 14:11:08'),(8689,2,'743488862e79ce107e141c8257ef50b811502e87',4787,'* Finish task #4063, #4064, #4065.','chenfeiCF','2018-05-16 14:00:00'),(8690,2,'ba9be5b48636bae462123d212acc7b9e8a608383',4786,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 13:50:14'),(8691,2,'d7c643853b65d096379fc1e2fa2a827907f83b70',4785,'* improve UI of about dialog and admin/index links view.','Catouse','2018-05-16 13:50:04'),(8692,2,'7f0eddc8016134cf4aece035b8f6395e5407dcd8',4784,'* Add note when there is no test task.','daitingting','2018-05-16 13:35:15'),(8693,2,'02e41e1fc1766e3665fb584041f8c9817e0e4ee3',4783,'* finish task #3975.','wangyidong','2018-05-16 13:06:35'),(8694,2,'74ebec4baceba5f86757623adc0c0d1878fb39bc',4782,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-16 11:19:44'),(8695,2,'98fad5db13391ba1c3906772bbb87627583e5e1f',4781,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-16 11:18:16'),(8696,2,'4b87c33388dcbacd2712cee996bd04e778cc8b49',4780,'* Rewrite batchEdit page of bug.','daitingting','2018-05-16 11:17:56'),(8697,2,'43a0f7bd7d410206b5e3c212e075e99562b235d0',4779,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 11:17:55'),(8698,2,'1c71e9623bd1f88ce41b61d5ef32e0eadb856205',4778,'* change pri column width.','Catouse','2018-05-16 11:17:49'),(8699,2,'43fd7a509d4dc4c073da0e917ef202753ae3762a',4777,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-16 11:10:59'),(8700,2,'586b523fe96392b2155e534f2c9c857ac23e7479',4776,'* adjust for task #4033.','wangyidong','2018-05-16 11:10:34'),(8701,2,'38fb85246a5c8ec4eb51dc52ae444ee653b530ce',4775,'* Adjust style for bug action method.','chenfeiCF','2018-05-16 11:06:39'),(8702,2,'5629e2db0da47afe6510fd4d1c473e4c998b2ae2',4774,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-16 11:05:24'),(8703,2,'ed3529f5467366261a88ee7079b3d8ebb7d5e827',4773,'* adjust for task #3983.','wangyidong','2018-05-16 11:04:14'),(8704,2,'6fceb7fee04d1f425eca4f4f9a1f7aa298a90b96',4772,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 11:01:37'),(8705,2,'18223853aaa7f8d4fb99af0c2227316af341de29',4771,'* improve UI of tree/browse view.','Catouse','2018-05-16 11:01:29'),(8706,2,'af0750f920da803f6e596c98215ef51fe3babf6d',4770,'* change default modal dialog width.','Catouse','2018-05-16 11:01:15'),(8707,2,'dc41b2ff2b1af9b55364b0bbd9b9661736dc0cf8',4769,'* Format code.','滔哥','2018-05-16 10:56:43'),(8708,2,'a3ac5db59b8cc6e6d58579c15c8bb869e154ace9',4768,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-16 10:42:57'),(8709,2,'e9ecb1fd9e732057fe7f9327b0048bfbf890208e',4767,'* Optimize codes.','liugang','2018-05-16 10:42:42'),(8710,2,'0559c728ec8da1beecd4165326059b61e85f378f',4766,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-16 10:39:41'),(8711,2,'f9b95674248444a72bbedd25e8d8eea269826c7a',4765,'* Rewrite batchCreate page of bug.','daitingting','2018-05-16 10:39:14'),(8712,2,'cccac5dc931957b42e9a566502982ed5573e834e',4764,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-16 10:09:38'),(8713,2,'13eecc18ebb9fa0c2976d3b2bf40761741c72f9a',4763,'* change productplan/browse view.','Catouse','2018-05-16 10:09:12'),(8714,2,'d3ce73d4d82b26e33d15caf7459720907f3e3089',4762,'* update zui fonts.','Catouse','2018-05-16 10:08:47'),(8715,2,'ab1f2c3e258dc7bc55fc97838bc80d286cddb580',4761,'* Task#410.','滔哥','2018-05-16 10:01:29'),(8716,2,'1273cc071529bb8d1c38857eae640596b08e965e',4760,'* Task#4125.','滔哥','2018-05-16 09:51:29'),(8717,2,'da32e7d4de5885d2b71d689db8ee57aacdad9d19',4759,'* Task#4125.','滔哥','2018-05-16 09:36:26'),(8718,2,'0092582e562013171ee9c2c5dc916734104e3c52',4758,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-16 09:17:10'),(8719,2,'f1d8d22691f8d08a43bf642acf99d004bde2609d',4757,'* Task#4125.','滔哥','2018-05-16 09:13:05'),(8720,2,'f2058e9b9f94964e5411f8416fd3ee39e1aa977e',4756,'* Task#4118.','滔哥','2018-05-16 09:08:57'),(8721,2,'eedea7b49c1c1d5c2ad9fc026aa690d8e373c443',4755,'* Adjust style.','liugang','2018-05-15 19:22:34'),(8722,2,'c3f59dc024d3eac22a80e600ebe3c10d860cc7b7',4754,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 17:38:29'),(8723,2,'fdae5989433b86eef249129a3c01c474d517c592',4753,'* fix file-list style in firefox.','Catouse','2018-05-15 17:38:21'),(8724,2,'5f91f480cc8aa8d382b8bb2fed7d0dd0569d0c84',4752,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-15 17:32:22'),(8725,2,'81d06711b13894616e806c2dc831b92219966b44',4751,'* Rewrite edit page of bug.','daitingting','2018-05-15 17:32:02'),(8726,2,'517aa1241191583636f0a7d36208ed1ca93c5f38',4750,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-15 17:24:56'),(8727,2,'a6315cfd2f5e6c9ba643aa5126f6a3dc5a770149',4749,'* finish task #4105.','wangyidong','2018-05-15 17:24:21'),(8728,2,'b95a4f625ba70c3806ed68f8ab7eea4b04b04df8',4748,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 17:06:36'),(8729,2,'485debed485b8639574f9f84d65be1767f7700df',4747,'* improve UI of datatable/ajaxcustom modal view.','Catouse','2018-05-15 17:06:28'),(8730,2,'c84e1e7ed4273c12f9ff099f1355365b603af153',4746,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-15 16:59:36'),(8731,2,'06b11132acc62f284872684b1ffbf2bdfdccf6ab',4745,'* Adjust style.','liugang','2018-05-15 16:57:28'),(8732,2,'8f61e1ed7378634bc468af84e191c76ae6876eec',4744,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 16:48:09'),(8733,2,'8aa2c212043872249829624684b19a215278a7c9',4743,'* add padding to dashboard container element.','Catouse','2018-05-15 16:48:00'),(8734,2,'06fcb5b7a4d8486002d6985791d5051925fe404f',4742,'* refactor company/browse view.','Catouse','2018-05-15 16:47:48'),(8735,2,'6c579733568a27efe3e6d0b054275057852587a1',4741,'* update font icons.','Catouse','2018-05-15 16:47:21'),(8736,2,'e11cf18d4dba9e336a0960256c0fe096dc6da04a',4740,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-15 16:21:29'),(8737,2,'73b1a29da4763bb6120cf358405b6888eca9d615',4739,'* Rewrite create page of bug.','daitingting','2018-05-15 16:21:13'),(8738,2,'aff04f3ddc8991ada1605282ffc60280f174c276',4738,'* Finish task #4066, #4067.','chenfeiCF','2018-05-15 16:14:47'),(8739,2,'ec4117c6b946411d8f7a76c57893fee8e79bbbfc',4737,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-15 16:02:44'),(8740,2,'05b7ecb71e4c53835db792bf697dbe8f5de39e81',4736,'* Optimize pages.','liugang','2018-05-15 16:02:31'),(8741,2,'572a80e9e90fec51267e038cad85db250bf19f16',4735,'* Finish task #4072, #4073.','chenfeiCF','2018-05-15 15:52:01'),(8742,2,'dbc4f92af2eff927fdb801ec8ec192dee2afbbc3',4734,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-15 15:46:36'),(8743,2,'cc4c828a1ed1ec0277cebd002da9eea1291e557e',4733,'* finish task #4108.','wangyidong','2018-05-15 15:46:06'),(8744,2,'e522af53b408086922258562f6c04d3e840edc10',4732,'* remove btn-gray.','Catouse','2018-05-15 15:33:33'),(8745,2,'9a5e6404c2229ffe662574a26c5fbea142b479d5',4731,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 15:32:03'),(8746,2,'698be84084b9d59f8126824787a18535a8a34697',4730,'* add more status style.','Catouse','2018-05-15 15:31:56'),(8747,2,'63a5801a4360a8ce3ed3647a657374d923630b78',4729,'* improve UI of story/batchedit view.','Catouse','2018-05-15 15:28:30'),(8748,2,'a5647d69aa6374ccd21732b36217ae32efdd490e',4728,'* adjust for testcase-review page.','wangyidong','2018-05-15 15:25:42'),(8749,2,'78de695a007df23186fd064a362cad8aac2355c2',4727,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-15 15:21:21'),(8750,2,'7613bee09f3d138481614de2a72c1dc4d9ff0e29',4726,'* adjust for testcase-edit page.','wangyidong','2018-05-15 15:20:55'),(8751,2,'35fb655e861631375214ec0e8db695d13d4c8de2',4725,'* refactor codes.','Catouse','2018-05-15 14:56:42'),(8752,2,'e0b68dbaecc962c685da35047fea9ed2d3c4f113',4724,'* Adjust width.','daitingting','2018-05-15 14:39:51'),(8753,2,'d5aee5976802f0b660b3737de43d28d1e934e3b9',4723,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/testcase/config.php','daitingting','2018-05-15 14:36:10'),(8754,2,'5394b9948731fd85db5429ef3ce4432a1e296d68',4722,'* fix fixed table footer in bottom not work.','Catouse','2018-05-15 14:32:28'),(8755,2,'fcc4a9832937166ebe491b17bf0b31c6cac2e47f',4721,'* Adjust width.','daitingting','2018-05-15 14:27:41'),(8756,2,'f82d7d69a288aeea8f5b5f006068472f615843bd',4720,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-15 14:27:15'),(8757,2,'32d70e3b6325c44e89e581a1d69697a62590c81d',4719,'* Add qa statistic block. * Refact build page of product.','liugang','2018-05-15 14:26:52'),(8758,2,'fb2ecd613b949a1b4345b2b3886a963e2919817f',4718,'* Rewrite view file of testtask.','daitingting','2018-05-15 14:25:33'),(8759,2,'bc95bb98018cb03c8bd2ac247aa339e4914cc1d6',4717,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 14:22:38'),(8760,2,'9e8eb9089629fc3cbf76c98ed85a4856752bb393',4716,'* refactor codes.','Catouse','2018-05-15 14:22:32'),(8761,2,'f8d523d5d7cffe78c1ade7d34fb1397671248444',4715,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-15 14:09:49'),(8762,2,'41d8cfe6118d831990ad4f9425778eca9797aa93',4714,'* adjust for testtask-runcase and testtask-results page.','wangyidong','2018-05-15 14:09:07'),(8763,2,'b4d9442e9439773bda73fb61b6e0d4fcd3f2d9be',4713,'* update zui files.','Catouse','2018-05-15 13:17:41'),(8764,2,'9219b3d30562987fe25f065d41e80c404eb0f7f2',4712,'* improve UI of story/create view.','Catouse','2018-05-15 13:17:30'),(8765,2,'27e6af0a7985011bd223d4d774d0d4af9f3a9f01',4711,'* fix dashboard margin.','Catouse','2018-05-15 13:17:09'),(8766,2,'d5cf1f21f5fa16757babd6f78f2f6b4db303cf3e',4710,'* update zui style.','Catouse','2018-05-15 11:23:20'),(8767,2,'fe87258268132391897eea1d189d4e62e854a793',4709,'* change productplan/edit view.','Catouse','2018-05-15 11:22:40'),(8768,2,'165aa001a0b83378e1f1f4dcfe49c2193a7e228f',4708,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 11:16:43'),(8769,2,'112461336cd67716ee41ce2b3c19d5d30d163b9a',4707,'* update global font size.','Catouse','2018-05-15 11:16:35'),(8770,2,'e38b0f312a3ba050e41094ee6e09440b1a84c7b9',4706,'* change icon button style.','Catouse','2018-05-15 11:16:12'),(8771,2,'431dd77d8c1ae844a88ecc81fb401aa2f14473ad',4705,'* change kanban style.','Catouse','2018-05-15 11:15:55'),(8772,2,'6a0d40a695893683731850fb7afd66e8abb7429e',4704,'* Adjust mainMenu for linkCase page.','daitingting','2018-05-15 11:12:20'),(8773,2,'3c83ba61de75908971734595ae401813de3a2262',4703,'* Format codes.','daitingting','2018-05-15 11:11:21'),(8774,2,'de5d5ce0c9a8ca3afe3cd74f3522346e59121532',4702,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-15 11:01:53'),(8775,2,'a28ae568fa2f45a27999ba93fd871474e06184ef',4701,'* adjust for testcase-browse and testcase-view page.','wangyidong','2018-05-15 11:00:52'),(8776,2,'80b5a03121e74f9d5d609383e51189844c6b4692',4700,'* Add testtaskID for setMenu.','daitingting','2018-05-15 10:24:30'),(8777,2,'129137e649a6d7e70636432ac9a909a395af76f2',4699,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-15 10:05:27'),(8778,2,'c32021ba590b02a607ed977eeca669d807424c38',4698,'* Adjust actions style.','daitingting','2018-05-15 10:05:12'),(8779,2,'01e3a22c7070110feb3c54b471830bef8ed72daa',4697,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-15 09:16:18'),(8780,2,'e7665d12d1e9ee2bf23e7e42021ee154c119c8a0',4696,'* update pri label style.','Catouse','2018-05-15 09:15:53'),(8781,2,'7ebb2919e3a9842c8acd36562d586f2f1882759a',4695,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-14 19:10:42'),(8782,2,'933f66ca44f165781119db9e91c5e6c3d7f6873d',4694,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-14 18:41:59'),(8783,2,'75de66ef0d1cd2950cbd598e4bf0e792ec60d7be',4693,'* refactor codes.','Catouse','2018-05-14 18:41:50'),(8784,2,'0fb591c691e5d99b484369fc946a1468058fe5b7',4692,'* improve UI of project/create form.','Catouse','2018-05-14 18:28:14'),(8785,2,'0e13578107522d7e718f039f1fee2546f3439818',4691,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-14 18:13:36'),(8786,2,'a4137aff8290dca84443fe0fd0914b47245b9cd3',4690,'* Add taskList in submenu. * Adjust actions for task cases.','daitingting','2018-05-14 18:12:56'),(8787,2,'a2cc1222c4f689368ed111f62e4959cd1ecea986',4689,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-14 18:09:57'),(8788,2,'75c9ebecc48f1d65d87fe4b5aba5ca3a412d0cbc',4688,'* Add qd overview page.','liugang','2018-05-14 18:09:45'),(8789,2,'85004331040b5ec7567696666f1818944cbeeeea',4687,'* improve UI of login view.','Catouse','2018-05-14 17:39:43'),(8790,2,'b6eb107c173e0485c5c82eb6d853c64f50f8a0f0',4686,'* output debug in config object.','Catouse','2018-05-14 17:39:33'),(8791,2,'00aa64c979546ba3b159abbff06f1baed3034caa',4685,'* adjust for testtask create and edit page.','wangyidong','2018-05-14 17:25:01'),(8792,2,'b37ba6bd816d73f88e3529d1fd34c5acdab4912f',4684,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-14 17:11:12'),(8793,2,'bda005ea0d067b2588d468785e9cbff6e04791f9',4683,'* adjust for todo create page.','wangyidong','2018-05-14 17:10:47'),(8794,2,'d14b5181633e530ebe4c2237a53f4fe9b175c0f8',4682,'* refactor codes.','Catouse','2018-05-14 16:55:06'),(8795,2,'1d72c00643a8af45ecf35ef54c0731e4801d6a09',4681,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-14 16:54:08'),(8796,2,'8d28f9361ee855f3ec6932819019e0b3efda3cd1',4680,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-14 16:49:24'),(8797,2,'760d4205e3b5501696274a1fe4a670b5eb2313fb',4679,'* Refact browse page of testtask.','liugang','2018-05-14 16:49:11'),(8798,2,'7e612039cdfcaca420190fbc1de65aa632a6fa33',4678,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-05-14 16:16:48'),(8799,2,'065e720ed3e55e31f4d6f0c2bb1a68f3fa93ad47',4677,'* Finish task #4081, #4082, #4083, #4084, #4085.','chenfeiCF','2018-05-14 16:15:44'),(8800,2,'7430deca8c41480365e3373808ac707a58808841',4676,'* Rewrite block page of testtask.','daitingting','2018-05-14 16:15:34'),(8801,2,'18bf8b6ff4e271b3653d1bf335e53d95378ee820',4675,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-14 16:03:57'),(8802,2,'6473e52976d551ec0d0b8e7cc7b398146c63ff41',4674,'* Rewrite activate page.','daitingting','2018-05-14 16:03:43'),(8803,2,'53e6c095d5e6a318691c7c87395b9c5f2ce8c8c2',4673,'* fix inputFocusJump not defined error.','Catouse','2018-05-14 15:48:37'),(8804,2,'dba27baadff23b159f59c85d6d2e1f79923ac27e',4672,'* fix bug severity not show in block.','Catouse','2018-05-14 15:48:17'),(8805,2,'4c3df122a0325e7969cf1b8767f0cfaaa25523c4',4671,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-14 15:36:49'),(8806,2,'6e08c62f815d843c29ec65913d0d29bdedce7f10',4670,'* Refact cases page and link case page of testtask.','liugang','2018-05-14 15:35:57'),(8807,2,'ca74933fdc00ec2b5942a5403f910f30183a9d51',4669,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-14 15:35:13'),(8808,2,'68b1ec1dcdad1dacf5193de430d195c03fcfc6e4',4668,'* Rewrite start and close page.','daitingting','2018-05-14 15:34:56'),(8809,2,'0e34f1a8a73ec0c6988498700967f5797a8d29ea',4667,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-14 15:25:55'),(8810,2,'39d5b73286e1904c08afc9ec0adde89d84f83835',4666,'* Task#4115.','滔哥','2018-05-14 15:25:31'),(8811,2,'e4e8cad0d721d941b8e5e41e2b918cf4d451b70e',4665,'* update favico.','Catouse','2018-05-14 15:16:22'),(8812,2,'ebe0b29ccb47a26a8ea265673192def5fa3fa421',4664,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-14 15:10:57'),(8813,2,'40e796caf6c9829c7ea4658196c33dbf97d1109a',4663,'* refactor codes.','Catouse','2018-05-14 15:10:51'),(8814,2,'7cbc29695a183db9294e4b1e0ddc272dcc05b4cc',4662,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-14 14:57:41'),(8815,2,'d4af3e2d0039bd32e402743a0ac313aca4ed94ca',4661,'* finish task #4091.','wangyidong','2018-05-14 14:57:13'),(8816,2,'a8c1340f86d5dcab6f86d7d1cb01019d4b50c874',4660,'* Give a tip when no products or no bugs.','daitingting','2018-05-14 14:16:15'),(8817,2,'e46a670ddc2d5d2a8c67ae57406163a556c76b67',4659,'* Fix bug.','滔哥','2018-05-14 13:57:53'),(8818,2,'54aed2fd850fd004dc501e1d42720c970307ad31',4658,'* update zui files.','Catouse','2018-05-14 11:37:51'),(8819,2,'2ba69ebc8eadd6a492f90aaa35504f1d78132850',4657,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-14 11:14:35'),(8820,2,'786d024ef6b955342aa6a06ec5ec7d5b9fb4bb64',4656,'* update zui files.','Catouse','2018-05-14 11:14:25'),(8821,2,'78be34984f2805493a86ee7e2c3c2b6740496f37',4655,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-14 11:08:30'),(8822,2,'5f1823691c26641d2b990c1b12f52896f8ed3823',4654,'* Refact library of testsuite.','liugang','2018-05-14 11:08:10'),(8823,2,'f37646ba3fe727a2fad8c3cc460bf77586369cb5',4653,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-14 10:21:41'),(8824,2,'46c8565dbdb44ce7df808dc5b647df55552649e0',4652,'* Task#4119','滔哥','2018-05-14 10:20:41'),(8825,2,'14f54e7f371703103b56b7e3eafe6487c41271c2',4651,'* adjust for login page.','wangyidong','2018-05-14 10:07:31'),(8826,2,'d95c372d312756c5bb06e7e02cb73b25a0d502ea',4650,'* Task#4119','滔哥','2018-05-14 09:54:57'),(8827,2,'31ce8d662798ff99b2fc4c444306620e8cb1b90a',4649,'Merge branch \'master\' of github.com:easysoft/zentaopms','滔哥','2018-05-14 09:01:57'),(8828,2,'e365704e10cadebd71d9c7a093df14d75ac2d3f9',4648,'* Task#4034,#4035.','滔哥','2018-05-14 08:57:16'),(8829,2,'ae2b82e088a0d04cf814bb8ff88c6e4ddfc872fb',4647,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-11 16:35:45'),(8830,2,'cb5e1a205aa40903bbf7d53e67e97c8b05cabbfa',4646,'* finish task #4090.','wangyidong','2018-05-11 16:35:19'),(8831,2,'6908a2cbd841ef1be3416f3594c8bc485375d402',4645,'Finish task #3986, #3987, #3988.','chenfeiCF','2018-05-11 16:09:31'),(8832,2,'9ae6d0f9b87497d24405f7dfd32675f93a48644e',4644,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-11 16:08:28'),(8833,2,'0eeaeb12191be57940163874e8b3de1d481df25d',4643,'* Refact browse page, create page, edit page, view page, linkcase page of testsuite.','liugang','2018-05-11 16:07:54'),(8834,2,'ae605d79c2c2408f60323289d267ae47dd305b82',4642,'* adjust for mail.','wangyidong','2018-05-11 16:05:45'),(8835,2,'266c114dac2c607af2b81d638e92528ea421f0e1',4641,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-11 15:39:19'),(8836,2,'8e8f2d4456099e7003f0ad19f36f59c6535bcfab',4640,'* adjust for batch create task page.','wangyidong','2018-05-11 15:39:00'),(8837,2,'d9d4d8b69e5eda68cecd83141e9c6d48576e8f21',4639,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-11 15:12:35'),(8838,2,'dfa280ae572c00d4b96d3180334aa6037d28c3c8',4638,'* change checkbox and radio size.','Catouse','2018-05-11 15:12:17'),(8839,2,'ad3eebb5eec51db803232d0af5b8d7687f55cbda',4637,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-11 15:07:50'),(8840,2,'48c3d5a8e5250ed9feabbe91c072aa513e19970c',4636,'* finish task #4080.','wangyidong','2018-05-11 15:07:21'),(8841,2,'1f859fc781a56f5e010a6a3b1af4ea924510d2bd',4635,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-11 15:00:55'),(8842,2,'6aa2295ea6c8178e3e31f592d07e543c97bcfb9a',4634,'* improve UI of datatable custom model.','Catouse','2018-05-11 14:58:57'),(8843,2,'eff03ed48ed082a8f0ec17e117c2410900159c22',4633,'* finish task #4042.','wangyidong','2018-05-11 14:46:30'),(8844,2,'362e6f25d5a1809ac9f18a5559592175ae551dfa',4632,'* minor translation change','tengfei','2018-05-11 14:12:42'),(8845,2,'572ec7aef583dce6e6c3b91e79e4aa14a1b90a21',4631,'* finish task #4002.','wangyidong','2018-05-11 13:25:05'),(8846,2,'99c570c5f7340ddb7be7773d7e787d7612515080',4630,'* finish task #4000.','wangyidong','2018-05-11 13:09:01'),(8847,2,'e7fd338b8498fd4b90a08d8bec6e8e12adea22f8',4629,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-11 11:30:42'),(8848,2,'cc0bfeed1d8490bb874e7efb8b4bee7d2ebc178a',4628,'* finish task #3999.','wangyidong','2018-05-11 11:30:20'),(8849,2,'96b9e26cb51dcda89649f89e143f0ba5cd39b00c',4627,'* minor translation update','tengfei','2018-05-11 11:26:56'),(8850,2,'196693330636bc1bc67e9f94846825a76e3ae823',4626,'* finish task #3998.','wangyidong','2018-05-11 11:08:06'),(8851,2,'16fd2af25e2939b84627be8afe36d7939c7b12b3',4625,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-05-11 10:43:33'),(8852,2,'61f56263a9cdb38f52283b49584393be7c6bbcc3',4624,'* Merge conflict.','滔哥','2018-05-11 10:40:08'),(8853,2,'5360683bf3a6f02fa9a9fbe47026c5d93d2f743b',4623,'* Task for Custom module.','滔哥','2018-05-11 10:35:28'),(8854,2,'792e97239368fb7eba7e6b4b219b52106de03e0c',4622,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-11 09:59:30'),(8855,2,'b43d4bbf5f59190d0cf74824606db843ecbd340e',4621,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-11 09:57:48'),(8856,2,'4793ee5dd0d680772e2376efa4a3de24d5810e44',4620,'* adjust for custom-score.','wangyidong','2018-05-11 09:55:38'),(8857,2,'ac799f59eda6f35c57433342c35a6d66c81a6d0a',4619,'* Task#4003','滔哥','2018-05-11 09:51:53'),(8858,2,'c356a126186ad6941e394a3456f8ead80eca4eff',4618,'* Task#4032','滔哥','2018-05-11 09:51:15'),(8859,2,'a5867d97645aa22931501a5046e9927e0f98c582',4617,'* Task#4004,#4005','滔哥','2018-05-11 09:50:53'),(8860,2,'1b1a03a334f04aba981f01816de1fd7ebbe0df92',4616,'* Task#4006','滔哥','2018-05-11 09:50:13'),(8861,2,'725c676d5c30dbfbe0a978f3255719b6a7d34d6a',4615,'* Task#4022','滔哥','2018-05-11 09:48:49'),(8862,2,'b2b076627572f1c6c249ea82aab00154f54ebe56',4614,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-11 08:40:26'),(8863,2,'1ff56a48d935061f53a11f53e4f06cb07609eaff',4613,'* update zui.','Catouse','2018-05-11 08:40:20'),(8864,2,'c91e5da04419d6d4543ab0a214fb66b9f112cd21',4612,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-10 17:44:04'),(8865,2,'fa6ed57b81bbe7ec6ca0b0a5010b175a2d255af6',4611,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-10 17:43:45'),(8866,2,'4ad2bdac028a310842764c7870b0b6b5ed8863be',4610,'* Refact browse page of bug.','liugang','2018-05-10 17:43:29'),(8867,2,'73acd9ff6607a83e7b60866102cad9b9e1df5eb7',4609,'* finish task #3997.','wangyidong','2018-05-10 17:43:11'),(8868,2,'39c95c823d2ee87678425f65d9a504bc257b03c4',4608,'* finish task #4078.','wangyidong','2018-05-10 17:15:06'),(8869,2,'39dfb0648a231ab33fb68cb3179843260731cd41',4607,'* refactor codes.','Catouse','2018-05-10 16:33:16'),(8870,2,'726556fd042c9f55f636cddef0cffaa70c2d8aac',4606,'* refactor codes.','Catouse','2018-05-10 16:18:00'),(8871,2,'8206f363327f20957e58a78439d32da7dd8b58a6',4605,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-10 16:02:08'),(8872,2,'f2ba54dac9c65582f4733c22309868e2445334ed',4604,'* improve UI of task/create view.','Catouse','2018-05-10 16:02:02'),(8873,2,'f214c7ece248b567713e6c2aa41ae78694059756',4603,'* adjust product-all page.','wangyidong','2018-05-10 15:52:47'),(8874,2,'32dcdeb74cdab742858266f2ea9d7808d7243959',4602,'* finish task #4054.','wangyidong','2018-05-10 15:52:19'),(8875,2,'8e45aed577af1f84dbab073ef236958bd3629202',4601,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-10 15:33:09'),(8876,2,'d5972b7a2361bc2055feda07050e3f9b64e7630d',4600,'* finish task #3982.','wangyidong','2018-05-10 15:32:08'),(8877,2,'c32fa949462ab49d094a66c507ed52049db4c8ef',4599,'* update zui css.','Catouse','2018-05-10 15:15:39'),(8878,2,'266290612994ec8b38d3f1d79a62d39bd49eb0c5',4598,'* refactor code.','Catouse','2018-05-10 15:14:19'),(8879,2,'03aed3944281baf664b974ffd780aebc9ce5b069',4597,'* change label-level to label-severity.','Catouse','2018-05-10 15:13:08'),(8880,2,'8e5b1a81b4ffd30213bf873a9deab109de5cf94e',4596,'* change file language.','Catouse','2018-05-10 14:58:44'),(8881,2,'ad4a3c3532c06093f4b5a19ccb085ddf5a79f600',4595,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-10 14:53:26'),(8882,2,'3f2e2b96e70f0bf322a15b5039d8e8ebacb55989',4594,'* finish task #3981.','wangyidong','2018-05-10 14:52:04'),(8883,2,'c02d5cf74ad015e30df497d2cbc866fb61b7c23f',4593,'* improve table form style.','Catouse','2018-05-10 14:51:17'),(8884,2,'0a375759a7b330a9d61eef98376146b91088bd57',4592,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-10 14:50:03'),(8885,2,'623696b1b0c4bf71198d49cfc94736f2f7172b75',4591,'* update mzui.','Catouse','2018-05-10 14:49:56'),(8886,2,'2fda0ddde38abeb9948647f90dfcf42122f4683f',4590,'* refactor code.','Catouse','2018-05-10 14:49:38'),(8887,2,'a3bd5c29706bf4340035e6249a614b688e82cdad',4589,'* adjust for table style.','wangyidong','2018-05-10 14:44:18'),(8888,2,'08da02ba1059f6fa794002e43a2538eed3f661b6',4588,'* finish task #3980.','wangyidong','2018-05-10 14:43:18'),(8889,2,'bd6668f25b18cbafd704f118ebabe031cc4a3cbb',4587,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-10 14:41:12'),(8890,2,'3a62ffb6226726b07a1b9ca2de5f25b2fd3c9ae0',4586,'* finish task #4044.','wangyidong','2018-05-10 14:40:44'),(8891,2,'0343fbca916260fff0c4feca29e6898a191da199',4585,'* make dropdown menu in subNavbar auto open when mouse hover.','Catouse','2018-05-10 14:11:44'),(8892,2,'3ec32f45699dfc234986d3125321d41ef16e27d6',4584,'* hide datatable btn.','Catouse','2018-05-10 13:49:13'),(8893,2,'3b3967b5b44c263289f5db1819dd76f555d33b55',4583,'* change center-block width for form view.','Catouse','2018-05-10 13:43:39'),(8894,2,'52799cf5b85b9c62ba63406ee173ad41e4c2304c',4582,'* finish task #3978.','wangyidong','2018-05-10 11:18:09'),(8895,2,'767a210d026d3e00debf4bc5a8676cd6bee8ea53',4581,'* finish task #3974.','wangyidong','2018-05-10 10:03:17'),(8896,2,'d20a923105678f725be381996d86e8167e9c1b92',4580,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-10 10:00:33'),(8897,2,'aede4506cebaa7aeafcb911de1325221e3cb0287',4579,'* finish task #3973.','wangyidong','2018-05-10 10:00:05'),(8898,2,'e098acb3261d945bc4b22d33821900f35526dcf7',4578,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-09 18:07:01'),(8899,2,'81d230919191a0088e172e797780be07abd14132',4577,'* Adjust index file of doc.','daitingting','2018-05-09 18:06:34'),(8900,2,'c3e3d3e974c86776e18d7f44bfb034ee0fd4800d',4576,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-09 15:20:15'),(8901,2,'ab4d9a1f2c7de6a82679a7a0436e867d14128e6e',4575,'* fix error and adjust for ux.','wangyidong','2018-05-09 15:18:45'),(8902,2,'cad8f8652bffbc490238d5a28e35eb0cf7d6b299',4574,'* Optimize them.','daitingting','2018-05-09 15:17:34'),(8903,2,'33a8e0d5353e2ea5a9140babe013df3c03c7b902',4573,'* Merge it.','daitingting','2018-05-09 14:59:06'),(8904,2,'7807b3fd12bc4861e5e82d935d57f67b5b9a26e7',4572,'* Adjust codes.','daitingting','2018-05-09 14:55:01'),(8905,2,'226074e7b298c8057e39ca725ad7c3b6ddb1b2c1',4571,'* Adjust codes.','daitingting','2018-05-09 14:54:38'),(8906,2,'bcb5137abea90e5f0e99005eed510ec6c8ffdd12',4570,'* Move update sql to 10.0.beta.','daitingting','2018-05-09 14:40:50'),(8907,2,'b6f0a806f84b5e1bb2c38780dd44e4cb5cb10770',4569,'* Adjust icon.','daitingting','2018-05-09 14:35:51'),(8908,2,'60f224db4a2ebcb76c37a9e943e1e101186c1ac5',4568,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-09 11:15:15'),(8909,2,'911da9d0cb8ceb562567052c923252d487a84ebe',4567,'* update zentao icons.','Catouse','2018-05-09 11:15:09'),(8910,2,'da9f9f6a0592309a53b5942d5d1d44a228693c19',4566,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/doc/view/browse.html.php','daitingting','2018-05-09 11:01:40'),(8911,2,'80478980dd49ac2d6c1c6512987fd9867894c7d7',4565,'* Rewrite showfile page of doc.','daitingting','2018-05-09 11:00:55'),(8912,2,'a4e6189f518dcb49e98ef2c70757ec0ed757aea0',4564,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-09 10:48:12'),(8913,2,'6a5098c40e08fba760b29dd3dbde6f218e112566',4563,'* update zui css.','Catouse','2018-05-09 10:48:07'),(8914,2,'5db3cf9041d36b7a690f1a121b1624c4a4a36f7e',4562,'* Format code.','滔哥','2018-05-09 10:04:14'),(8915,2,'ed48dbeb8127dd0e50672a98d63e7c0183947891',4561,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-09 10:00:36'),(8916,2,'45f1da3824be40048cc1a266f113dcb5f9c9f7c2',4560,'* Task#3944','滔哥','2018-05-09 09:58:48'),(8917,2,'97a5c62d95f233b244c4e315379502ea0323b002',4559,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-09 09:26:57'),(8918,2,'f913dcc7f0f8f08ab6762b0a0a02bc076c2ef706',4558,'* update zui css.','Catouse','2018-05-09 09:26:51'),(8919,2,'325fee5bc74cd6b4c2860b40aa4f07beff65f891',4557,'* Task#3944','滔哥','2018-05-09 09:18:59'),(8920,2,'86cd21ccd2957e1d40a41d921060d2a57c1a1ba5',4556,'* adjust for zentaoux.','wangyidong','2018-05-09 09:17:31'),(8921,2,'446ee935f97b010cbed8320bc6b54b6d39201bf2',4555,'* Adjust codes.','daitingting','2018-05-09 09:00:23'),(8922,2,'9d2ddabcfeec2637e7503194fa80cc76e414448b',4554,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-09 08:59:58'),(8923,2,'4985646652b07f35f249e0ffc416b00d9ec76305',4553,'* adjust for btn-icon class.','wangyidong','2018-05-09 08:59:25'),(8924,2,'946436452dbe6cb6f5d51d27e48407a53414dc78',4552,'* Task#3944','滔哥','2018-05-09 00:39:26'),(8925,2,'36b6e5863d79d3d3962a90cf7076ca98653460bd',4551,'* Task#3942','滔哥','2018-05-08 23:27:12'),(8926,2,'7939863a05ed34b5a0273e0fe6017c93ffc87581',4550,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-08 23:13:16'),(8927,2,'a16a48a323d1ba67aa07a795f64f2206c4f3a093',4549,'* Task#3942','滔哥','2018-05-08 23:12:49'),(8928,2,'518f29d6166671c4ef6dbbbfd48304f5589ec514',4548,'* update zui.','Catouse','2018-05-08 19:31:47'),(8929,2,'d67a6ca6b1a7806275500f033a22dc2cbe76f93a',4547,'* improve UI of task list views.','Catouse','2018-05-08 19:25:05'),(8930,2,'36e68819e90da94f2a80e54feb05de9f225c004b',4546,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-08 17:11:30'),(8931,2,'8248b4aecb99fbaa501c684482383636a567c590',4545,'* change views.','Catouse','2018-05-08 17:11:24'),(8932,2,'28300630ea922ceb671e01035fed18493c905ada',4544,'* remove debug property from config object.','Catouse','2018-05-08 17:11:15'),(8933,2,'cd2e8655ee8cb3fd8dd488f1e4a28ec8449a4c7c',4543,'* update zui.','Catouse','2018-05-08 17:10:38'),(8934,2,'495822efd47c615589745e0bfb396a02daadfe10',4542,'* adjust for doc.','wangyidong','2018-05-08 16:45:07'),(8935,2,'abec53a54d28c95f59502fa3ea6b621c39076e6b',4541,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-08 16:18:28'),(8936,2,'c91ca33cb78873f2f04bb5b81065060b2bf11f81',4540,'* change common views.','Catouse','2018-05-08 16:18:20'),(8937,2,'f3d0efab5791ac3b15ed029e58b5c9bd7b960b36',4539,'* adjust style of products block.','Catouse','2018-05-08 16:18:11'),(8938,2,'67f123fb2ecb7ab6c007bf0278b3ced6a2d29188',4538,'* change todo/batchcreate view.','Catouse','2018-05-08 16:16:11'),(8939,2,'1f144cf5af43de8df065fbdd28fa280dd92686ee',4537,'* update zui files.','Catouse','2018-05-08 16:15:37'),(8940,2,'1fd774b083e4d2f9598a69b3f4b26e510b5a42b4',4536,'* Rewrite view page of doc.','daitingting','2018-05-08 16:03:34'),(8941,2,'0aa7f60012fb427d059611f19df5b3bbe91e3027',4535,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-08 14:17:23'),(8942,2,'bba8b0ed1da48eb427310544f320bd897afbdb96',4534,'* Add highlight for sidemenu.','daitingting','2018-05-08 14:16:55'),(8943,2,'de33978595ac09641ce420c3f754159e342447ab',4533,'* change front helper class to output better js code.','Catouse','2018-05-08 14:00:10'),(8944,2,'c6f29e2242432317cb163f5f1c7510dad6cf2eda',4532,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-08 13:44:42'),(8945,2,'12f865ad7118986169cfd39c909977e99c3ac26b',4531,'* improve batchcreate form UI.','Catouse','2018-05-08 13:44:35'),(8946,2,'9ef57f3cfe2deb1e5a577737ef1108fa2a4776e2',4530,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-08 13:24:50'),(8947,2,'b1c8712db320865d0d4889f46b753df232cada7e',4529,'* Adjust title for search.','daitingting','2018-05-08 13:24:26'),(8948,2,'061f8819c969732359b27d933415eb3f67e70a7c',4528,'* Adjust fourth menu for some views of user module.','chenfeiCF','2018-05-08 13:22:07'),(8949,2,'e5f168d1ea3a948b1be8394e6067bb5da1605c96',4527,'* improve UI.','Catouse','2018-05-08 11:44:47'),(8950,2,'7405fe8fa484f8bb7f1b3ea477eb44b326928463',4526,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-08 11:31:32'),(8951,2,'0f29586d94c5146af69f5b1148635ebcf40d9964',4525,'* update zui css file.','Catouse','2018-05-08 11:31:21'),(8952,2,'328e6220289927171fb591133a0588c7ac0d4686',4524,'* Add pager for alllibs page.','daitingting','2018-05-08 11:16:53'),(8953,2,'04259632cd91767f935fd98938cc826845e768a6',4523,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-08 11:06:08'),(8954,2,'63246110acf0e73189a2ef456b8e75c5fc2ea3c7',4522,'* Adjust codes.','daitingting','2018-05-08 11:05:54'),(8955,2,'a992b48ee4afe22cfd4def9752f1cccbd58eab14',4521,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2018-05-08 10:58:26'),(8956,2,'eee114b4d6ea828a3c58dcd27919268c31ea6ffb',4520,'* update zui files.','Catouse','2018-05-08 10:58:19'),(8957,2,'dda5c7977f0429559714c6116f4c27ff1f4aef19',4519,'* remove unused files.','Catouse','2018-05-08 10:57:42'),(8958,2,'3110b8c5fb5dc809dfd0b2a983e9092b14c9bf7d',4518,'* Adjust codes.','daitingting','2018-05-08 10:52:13'),(8959,2,'30df486fea122873a74b120d98721d849ac58c3d',4517,'* Adjust icon.','daitingting','2018-05-08 10:43:19'),(8960,2,'29dc19bf162802a329b6f56631ce12fad61117e7',4516,'* Adjust icon.','daitingting','2018-05-08 10:37:05'),(8961,2,'ff03083f168229024d5896f74030b0e46aac7362',4515,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-08 10:28:48'),(8962,2,'2799d50d7f02d5311f12a27ba71ff13bc931ecae',4514,'* Add pager for doc.','daitingting','2018-05-08 10:18:38'),(8963,2,'bfe6c7f85ed952dc4cf22dc4bf38ba314a9d7c87',4513,'* update zui.','Catouse','2018-05-08 09:55:32'),(8964,2,'decff416f94fc854eceb1eabafcd2399310d7d09',4512,'* Adjust some view file of user module.','chenfeiCF','2018-05-07 19:06:52'),(8965,2,'c4eb4ee453ddbe672697d9770691aa504b903289',4511,'* Merge it.','daitingting','2018-05-07 17:33:12'),(8966,2,'ea560955d957e3a6a3987ce0cb15f6582a5a9e0d',4510,'* Merge it.','daitingting','2018-05-07 17:30:05'),(8967,2,'511e67f5797222ad813a88574037310975d5dce4',4509,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: db/update9.8.1.sql module/doc/css/common.css module/doc/view/browse.html.php','daitingting','2018-05-07 17:28:29'),(8968,2,'42c6502b0f503f52dc628dc16eb6571d0744030a',4508,'* Rewrite allLibs, objectLibs and browse pages of doc.','daitingting','2018-05-07 17:27:12'),(8969,2,'f6289cc53c13786e3242f8792030e7752898794f',4507,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-05-07 17:08:09'),(8970,2,'edb2689262571bafcc103e5a823734e30ed36175',4506,'* Format code.','滔哥','2018-05-07 16:54:52'),(8971,2,'ec493368ee20c29b7766502b234ea2425fbac2d8',4505,'Merge branch \'master\' of git://github.com/easysoft/zentaopms','wangyidong','2018-05-07 16:50:15'),(8972,2,'56489075b0b105987c2c5cc7289e9ad493913f99',4504,'Merge branch \'zentaopms_9.8\'','wangyidong','2018-05-07 16:48:59'),(8973,2,'427afd5674deb4c82a027e786245901139ca14a3',4503,'* Task#3921','滔哥','2018-05-07 15:07:31'),(8974,2,'27466d9cd83faea7d8cdfffd033a4c04c87ab07f',4502,'* Task#3921','滔哥','2018-05-07 15:04:28'),(8975,2,'414282d00541fd2ba89fdf21e4ba1087e712f9bc',4501,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-07 11:55:18'),(8976,2,'70dcc23aca08fba6278eb863eb34dc5e534696bc',4500,'* Refact testtask page of project.','liugang','2018-05-07 11:54:54'),(8977,2,'5bf160432bd3254a7eef2109f59826fa82211ccb',4499,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2018-05-07 09:24:34'),(8978,2,'433b28e7c11832799d5d318d383fc0f02a85e1f3',4498,'* Adjust user todo and story view file.','chenfeiCF','2018-05-07 09:23:42'),(8979,2,'b38b38365affe878a12a67ddf439fa5ceed80cc1',4497,'* Update zui.','daitingting','2018-05-07 09:23:36'),(8980,2,'83a6c78c3b8c2795728092e07f9b483b5f5f306f',4496,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-04 15:14:03'),(8981,2,'55c68b611dc8c95cc9b05663978b386de0c1459f',4495,'* finish task #3936.','wangyidong','2018-05-04 15:13:22'),(8982,2,'52adf369e94662ec6601ef96e7f9daa65db528ef',4494,'* Finish search function.','daitingting','2018-05-04 09:15:25'),(8983,2,'706b0ea0e184c8a5480d070b7ba9cd9a3214ae56',4493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-03 17:01:35'),(8984,2,'1e7406d4a334c5073a98074917c8295d6602d337',4492,'* Rewrite edit page of doc.','daitingting','2018-05-03 17:01:14'),(8985,2,'5506bcee01480313be4df942bf264cbf0876d21f',4491,'* Finish task #3879, #3880.','chenfeiCF','2018-05-03 16:50:18'),(8986,2,'89b4ed727c83f63876eae188b6553c668b615784',4490,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-03 16:45:11'),(8987,2,'8d5ef6e722392df173904f311c232207c64a4442',4489,'* Rewrite create page for doc.','daitingting','2018-05-03 16:44:50'),(8988,2,'86b84dd5a25ace40cf8161082daa8236b0f4684b',4488,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-03 16:12:07'),(8989,2,'e6bef8b54269e31feac374f78fcb664c739f8292',4487,'* adjust for task #3947.','wangyidong','2018-05-03 16:05:44'),(8990,2,'5c7406e5c07fd0fd564c6f653e15a11c9e933dd4',4486,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-03 16:00:14'),(8991,2,'a06796c25b73505dceafc6f235ce444a3438bd28',4485,'* Replace effort block to burn block. * Check priviledge.','daitingting','2018-05-03 15:59:30'),(8992,2,'660e499d740329b764368404dba56b35c6ed3923',4484,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-03 15:17:11'),(8993,2,'4a297ee1408637e17b2241c9a419ebddec9c3516',4483,'* finish task #3953.','wangyidong','2018-05-03 15:16:27'),(8994,2,'fdfa1bbd22b23647a01e10f33ec14b294ef8e5d9',4482,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-03 14:58:34'),(8995,2,'46e85699738587761713fda504b5687e83385004',4481,'* Rewrite view page of project.','daitingting','2018-05-03 14:58:03'),(8996,2,'9271d69db671a0999b14ff5479347dee9e4ad747',4480,'modify translation of flowchart','dajiao007','2018-05-03 14:28:06'),(8997,2,'66443f3eeb3856a5fb99e54abbf61a5d320cd148',4479,'* Finish task #3872, #3909.','chenfeiCF','2018-05-03 14:25:17'),(8998,2,'d950e73715c6ada5d7b7729e80da06899029fc72',4478,'* Modified update9.8.1.sql and zentao.sql file.','chenfeiCF','2018-05-03 14:24:07'),(8999,2,'c375ed05d0671e1ac49fae4d6f829f8dbe12c4d1',4477,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-03 09:54:01'),(9000,2,'539c1986f9cb37aadbe0dfa3c65d39ad3bcc2d94',4476,'* adjust for other module page.','wangyidong','2018-05-03 09:53:30'),(9001,2,'7b5698f911f6da6f30458eb983714fb8e515ff86',4475,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-05-02 18:06:31'),(9002,2,'43f290fac46acfb5e8259d18ec7b98fa10334d9c',4474,'* Refact batch create page of testcase.','liugang','2018-05-02 18:06:14'),(9003,2,'02b8cf01db22bfe36556faac053c3ad0fdb43c1f',4473,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-02 16:51:03'),(9004,2,'9748528da5aff4b2281ae41ffcbca5cbeaf48a14',4472,'* Rewrite pageNav and pageActions of doc.','daitingting','2018-05-02 16:50:17'),(9005,2,'76c31e952b2e2345fa03eb052a47b8b984af872e',4471,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-02 16:00:22'),(9006,2,'e6c4e06d2fe6d7badaf52d63a910cac1e4c4107a',4470,'* adjust for group module.','wangyidong','2018-05-02 15:59:55'),(9007,2,'7f0f102c5dd455fb86111fdba0a9124030d588bc',4469,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-05-02 15:16:13'),(9008,2,'20bd8575acef9c09a5f5dd30f7fb75f744e3c458',4468,'* Add visitedDate and collector fields.','daitingting','2018-05-02 15:15:16'),(9009,2,'d67fd9d1653f2a05706d8949470b6e30efcbca00',4467,'* remove custom-ajaxsethomepage page.','wangyidong','2018-05-02 13:05:54'),(9010,2,'deb70ee4e01086a517acc71d1bf0c5e22b200c94',4466,'* adjust for api-debug page.','wangyidong','2018-05-02 10:39:31'),(9011,2,'078cfbf4af9a6787c8bc6d035152ba70b9133308',4465,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-05-02 10:13:44'),(9012,2,'c5fd3d0af7e422925ff376de1ea1de5af8669a69',4464,'* adjust for back button in view page.','wangyidong','2018-05-02 10:13:20'),(9013,2,'14a2b001abae026d366cdfe5e91fcf7e6b771c4b',4463,'* Fix bug.','liugang','2018-04-28 18:03:35'),(9014,2,'7579436d86bf6c021ab690a6da14bb60fc0b07a0',4462,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-28 17:57:17'),(9015,2,'1b645f90550c5d09979f67cf85f593465f0e3d5c',4461,'* Refact batch create task page.','liugang','2018-04-28 17:56:36'),(9016,2,'e36f46ca0ab621c999d03d2195111bd8ce92d151',4460,'* adjust for task edit page.','wangyidong','2018-04-28 17:53:20'),(9017,2,'7327a197abb549db09432fa5e63e28c439b73105',4459,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-28 16:49:36'),(9018,2,'c8c5db1bfe235aa0cd09275c7a4bb0a4df774847',4458,'* adjust for task module page.','wangyidong','2018-04-28 16:49:13'),(9019,2,'dd1d9b67acdaa56890a28e1c679fb02f6fc5d7d3',4457,'* Adjust codes.','daitingting','2018-04-28 16:44:35'),(9020,2,'00f74c851ad02bbbcd010d34db40ca9eb22a12ad',4456,'* Adjust codes.','daitingting','2018-04-28 16:40:23'),(9021,2,'7cd8dbe3473ce46eef5c58269f6f52757ca1661a',4455,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-28 16:37:36'),(9022,2,'091bbea7aa365a714062c84245cb6075c7d3c17d',4454,'* Rewrite index page of doc.','daitingting','2018-04-28 16:36:56'),(9023,2,'fddcb3f23c68deb969c8dfae189ffb95a9ce64bb',4453,'* remove fixedTheadOfList and fixedTfootAction.','wangyidong','2018-04-28 15:57:16'),(9024,2,'8d15930ecf829a71a518bbbd52b306a0239fe782',4452,'* adjust for task pri field width.','wangyidong','2018-04-28 14:18:31'),(9025,2,'1c7af1e85ff68f3771b5fabf0a03edee11af0629',4451,'* adjust for project task page.','wangyidong','2018-04-28 14:16:46'),(9026,2,'00f29bee8aff9a5d2955b4a4efa2d7b03bbbf51c',4450,'* adjust for file module page.','wangyidong','2018-04-28 13:52:17'),(9027,2,'fb3e2b370fd1ea3f77d0fd5072bd72328900b369',4449,'* adjust for tree browsetask page.','wangyidong','2018-04-28 11:28:53'),(9028,2,'101832bcfdb016b9c0b721eeaa26d9898bb45ec0',4448,'* Fix Bug #1518.','estellbright','2018-04-28 10:18:46'),(9029,2,'f963b360a245a82fcb6710aa2f29bcd3c7d021fd',4447,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-28 09:43:47'),(9030,2,'8d65c03247406cc1b141b66dae610d8fe733804a',4446,'* adjust for project batch edit and burn page.','wangyidong','2018-04-28 09:43:16'),(9031,2,'4cac9a423b7be297051108b756e78d3d89fea839',4445,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-28 09:16:15'),(9032,2,'7d79b7b5db4e15de4a36d2d03e6a849bdb778e9a',4444,'* Add getDocStructure function.','daitingting','2018-04-28 09:15:37'),(9033,2,'7a17a337c489af32a7dc3043afae82047ece7d29',4443,'* Update zui.','daitingting','2018-04-28 09:12:15'),(9034,2,'843f8992147b16e14751c9ef50cc5b1618fb048b',4442,'* adjust project all and import bug page.','wangyidong','2018-04-28 09:02:34'),(9035,2,'df9a873c8e40a554a02437ae7153b5b8b7bd6c4a',4441,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-27 15:47:07'),(9036,2,'e1846cb0673057aa0beb436a26f485e7d7c87348',4440,'* adjust for kanban and import task page.','wangyidong','2018-04-27 15:46:46'),(9037,2,'c28d9b5461905a98f416b1b04aa0b24e5b31948f',4439,'* Adjust lang files.','liugang','2018-04-27 13:52:42'),(9038,2,'e2018bb1ea5dfd713085263cf66bdfcf4116d8b4',4438,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-27 13:38:51'),(9039,2,'827b31d89ed0abd8c917e10852b8cd4308a9d9be',4437,'* Refact link story page and story page of project.','liugang','2018-04-27 13:36:09'),(9040,2,'a3d22705ddde91de4053d425d2dab335df4de527',4436,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-27 11:30:17'),(9041,2,'5c0d4256d5abedfd96ce664dfe235db6ef2c2ddb',4435,'* change for task #3936.','wangyidong','2018-04-27 11:29:22'),(9042,2,'98c701ea4cf8b367034a7dfd2fd5683bbd02aa8a',4434,'* Adjust codes.','daitingting','2018-04-27 11:22:58'),(9043,2,'3dce251b6205bb633233aec29bc4ef5341e0f9e1',4433,'* Update zui.','daitingting','2018-04-27 11:06:32'),(9044,2,'f7f3638ca751ce9888114ce635161c1383ea2657',4432,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/bug/lang/zh-cn.php','daitingting','2018-04-27 11:00:34'),(9045,2,'538b7c65a3cc332d69bb976a5921093ff3ca50bc',4431,'* Fix Bug #1538 #1539.','estellbright','2018-04-27 11:00:24'),(9046,2,'018888360186c0611549df3267f4ce62934818e1',4430,'* Add project statistic block.','daitingting','2018-04-27 10:58:57'),(9047,2,'a28f947bb3e680490f5c824fb84904248cc7b10f',4429,'* finish task #3961.','wangyidong','2018-04-27 10:45:55'),(9048,2,'a1a04aa45e90827ca02b5e744fee28877b2715c8',4428,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-26 17:18:17'),(9049,2,'960e0af5d207273a915851264f2db018e6febe01',4427,'* adjust for show count.','wangyidong','2018-04-26 17:17:47'),(9050,2,'50336ef7621471c65fd9bfd23dad220ac9d7be47',4426,'* Refact bug page of project.','liugang','2018-04-26 17:09:02'),(9051,2,'dc7f7362a26d993a9803e114a2d19ce2068bfafd',4425,'* Optimize codes.','liugang','2018-04-26 16:11:17'),(9052,2,'2915d16f235905e043f8881010413c2b407ac91d',4424,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-26 15:59:46'),(9053,2,'371b6da8bb86c7ab17dbcb6ff7da8975fa024288',4423,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-26 15:59:34'),(9054,2,'ee20437535a9c1b09ef46597458b6ac9d9a7f668',4422,'* adjust for release link bug and story page.','wangyidong','2018-04-26 15:58:21'),(9055,2,'9450ca5676d76ebbe45bc4abde8ead5c265e6cbb',4421,'* Refact detail page of productplan and build.','liugang','2018-04-26 15:58:03'),(9056,2,'eb75fcc2ea7db4d80ecb4da17a992bf14455a9b5',4420,'* Fix Bug #1525.','estellbright','2018-04-26 14:08:59'),(9057,2,'0c0500f5d76422c35da86ecf03208fb8ec525af0',4419,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-26 11:28:34'),(9058,2,'b59ac8b1a0dc196a4391095a814aa9df3ae4bc6b',4418,'* finish task #3915,3917,3955.','wangyidong','2018-04-26 11:25:40'),(9059,2,'e4b46020b941f165b2afed20887036a32ebbb2f2',4417,'* Add project overview block.','daitingting','2018-04-26 11:21:05'),(9060,2,'8e2573fecedce1abfef1435d221025a9b6189746',4416,'* Update zui.','daitingting','2018-04-26 10:46:38'),(9061,2,'f5111a77112b0b4dd79ed775551e9b8cbfa7b32b',4415,'* Fix Bug #1537.','estellbright','2018-04-26 09:02:09'),(9062,2,'eed193f3109d45dbb6c189496be4af6b75df4d93',4414,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-25 17:46:24'),(9063,2,'aff4e31c978ad98793732b511b41b6774b17dd32',4413,'* Refact edit build page and build list page. * Display dropdown list of builds in detail page of build.','liugang','2018-04-25 17:45:29'),(9064,2,'eafdacf0220302b05265f4cc01810d77877461a0',4412,'* Rewrite view page of task.','daitingting','2018-04-25 16:23:06'),(9065,2,'ae1dafbcdf2373cc2592a4365df439cb016de6a0',4411,'* Add required for type field.','daitingting','2018-04-25 16:03:22'),(9066,2,'fd1a63eb5b6a17ec169e8ad76e17242b92ab7930',4410,'* Add tip when index page has no project.','daitingting','2018-04-25 14:01:53'),(9067,2,'6202123583f5e136c696da7501fb327f73f03114',4409,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-25 13:19:45'),(9068,2,'0d8185d0376e3b5d9ef89988e83dd930286717f2',4408,'* Rewrite create page of task.','daitingting','2018-04-25 13:19:23'),(9069,2,'1dbb9d43705a5cde5a5f0e4975c4499e5ef005d8',4407,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-25 11:35:21'),(9070,2,'5500b19f97915591f49d62d9170c7c103717d3f5',4406,'* finish task #3952.','wangyidong','2018-04-25 11:34:26'),(9071,2,'c5371ac7e88fc0ea9047539d7281b3e224642dd1',4405,'* Refact testtask page of project.','liugang','2018-04-25 11:08:57'),(9072,2,'3eb0909c4d0757b88df0a63ae8c7d15991df24d7',4404,'* adjust for dev page.','wangyidong','2018-04-25 09:40:09'),(9073,2,'0571e818d908d70b3ecae5f6fc0818f57a487f95',4403,'* adjust for cron page.','wangyidong','2018-04-24 16:17:08'),(9074,2,'d6b3c5cc6bcd1047e229d3e4f40e34ab845894d6',4402,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-24 16:11:56'),(9075,2,'d620047bbaa2c566333f09b7e0b799609f24eb49',4401,'* adjust for admin dev page.','wangyidong','2018-04-24 16:11:10'),(9076,2,'b58d0fed16edb3255a5ad181f7a16581a2fa7c4f',4400,'* Adjust codes.','daitingting','2018-04-24 15:48:11'),(9077,2,'8a652ea638b8ce2a606c9cc11398340c1271f827',4399,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-24 15:47:12'),(9078,2,'6b4a7348dedf8580d98cf8665b79af2ebd6074b8',4398,'* Rewrite create and edit page of build.','daitingting','2018-04-24 15:46:45'),(9079,2,'a5ee8fbb2321b9f070b2df8c66144d5d34a1c0ac',4397,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-24 11:13:23'),(9080,2,'6be5af956ccf52790059ecda8367ee1af934f0d9',4396,'* adjust for webhook and message page.','wangyidong','2018-04-24 11:13:01'),(9081,2,'9fc1cfb5a251dba8008551bd26e53059f7711315',4395,'* Optimize codes.','daitingting','2018-04-24 10:53:04'),(9082,2,'c578e38ee8ec47e38d349cf54a75bd44c81f665e',4394,'* Fix Bug #1524.','estellbright','2018-04-24 10:07:00'),(9083,2,'6a3b7a11eef32325ff4efaace3f4075027968ac3',4393,'* Adjust it.','daitingting','2018-04-24 09:39:05'),(9084,2,'a9f0a3246673f91ad0f0f682bfa595fc0101c4d2',4392,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-23 18:00:49'),(9085,2,'de78ed5863da999523ac089e8a0546333422df03',4391,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-23 17:48:00'),(9086,2,'8153dae1bd0c0bb3fac53debc6c2e73c9a8f28b0',4390,'* Refact manage view page and priv by group page of group.','liugang','2018-04-23 17:47:23'),(9087,2,'7719ba82d477eaaf193b62c8413ee8c4552c8df2',4389,'* adjust for mail pager.','wangyidong','2018-04-23 17:35:36'),(9088,2,'592f179f34482ea34c29e5787d3addef435d332d',4388,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-23 17:31:19'); -INSERT INTO `zt_repohistory` VALUES (9089,2,'fa6c4fdfb625ee9c21be489ec6fea6e85ad88c03',4387,'* Group roadmap.','daitingting','2018-04-23 17:30:50'),(9090,2,'2938b41b65523f8a7606356f1b510e3d8116f248',4386,'* Fix Bug #1523','estellbright','2018-04-23 16:48:58'),(9091,2,'95476f2de4a4e3b9f61f670aaeaa652925766bd1',4385,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-23 16:38:50'),(9092,2,'e993f33007951f1dda7fcc64c3a5d0f3c72544b8',4384,'* adjust for admin page.','wangyidong','2018-04-23 16:37:10'),(9093,2,'6731bbe3f0322aefb223a6ec1c1beb2cad10ae5a',4383,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-23 16:13:13'),(9094,2,'800dbdbdeeb2aef5fc6d9c18a974c415907abb56',4382,'* Adjust codes.','daitingting','2018-04-23 16:12:56'),(9095,2,'6dbe39bf8163d2a9a0cbad1f22828c53d3900456',4381,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-23 16:00:24'),(9096,2,'9159761e621127970ef512bf4f83d75805ccbdf9',4380,'* Optimize codes.','liugang','2018-04-23 16:00:04'),(9097,2,'a62d7a69a70ce5de49b8741554592c59acb1bc2b',4379,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-23 15:55:39'),(9098,2,'90228860254915692252fb8957a358521f26998b',4378,'* Adjust style for iteration block in view of product.','daitingting','2018-04-23 15:55:18'),(9099,2,'320e879f2f95fd8f83ac2818cb7a4c0296809798',4377,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-23 15:51:34'),(9100,2,'2d111e23eb6684e2b32825cd3cdfc633042c2578',4376,'* Finish task #3807, 3831, 3833.','liugang','2018-04-23 15:48:41'),(9101,2,'48ec399d1355eedf7bc9f1fdf8449d3cb7f2e8ea',4375,'* Fix Bug #1517.','estellbright','2018-04-23 15:30:27'),(9102,2,'8f684b12be72a1ca9a9663d31ef57d09dc5ceacc',4374,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-23 15:10:06'),(9103,2,'41e6cb4670972e9a33172161c0d63355265928b8',4373,'* Rewrite browse page of product without module.','daitingting','2018-04-23 15:09:25'),(9104,2,'f276e7083ce9a90c70e0748a51938a0d53ba4005',4372,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-23 15:04:41'),(9105,2,'41a1985f4dc825ffad9f1bff42b16f98420fca89',4371,'* adjust for extension page.','wangyidong','2018-04-23 15:04:13'),(9106,2,'4777caa4aabfda4d66a37b8fd57875fbbe8cf8c4',4370,'* Adjust count of release.','daitingting','2018-04-23 14:40:03'),(9107,2,'d8f448e1bf84142c6658d2d9f83b1bc1181e294b',4369,'* Rewrite roadmap page of product.','daitingting','2018-04-23 14:11:01'),(9108,2,'78243e7443a76687e57531f1159e85262352eab2',4368,'* Add marker field for release.','daitingting','2018-04-23 14:08:20'),(9109,2,'00ed98a66d0e989b816b5a5093a0683fbe9f00c9',4367,'* Update zui.','daitingting','2018-04-23 13:33:32'),(9110,2,'0946c6f2a17de5e568f37f1b075693a9d75f0e5a',4366,'* Adjust codes.','daitingting','2018-04-23 13:24:09'),(9111,2,'cfad69d6703961e81c39d591df17b83749a98947',4365,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-20 17:40:08'),(9112,2,'f50715d3f19bd5a9eec4f5034c03a1892e08cb14',4364,'* adjust for project-linkstory page.','wangyidong','2018-04-20 16:42:25'),(9113,2,'05a8506b2f1cac480b386d772f353b4588dbed89',4363,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-20 15:25:10'),(9114,2,'48d7755bbf13857463f50e1190c6386b9ff432cd',4362,'* Refact browse page of dept.','liugang','2018-04-20 15:24:55'),(9115,2,'bf7cddaa0fd8164c8055b69aa70a54893434bb37',4361,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-20 15:17:45'),(9116,2,'d639c5c79694b51be5e7ada82b8638be5f260266',4360,'* adjust for project-story page.','wangyidong','2018-04-20 15:17:12'),(9117,2,'ef2c5023d96f15a65ee6db554d3a69c0eb558aba',4359,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-20 14:44:51'),(9118,2,'1c3382ed136e967c4dff71c6eb9f813f3cefdb0f',4358,'* Rewrite browse page of tree.','daitingting','2018-04-20 14:44:23'),(9119,2,'70b711342972a4e205d453eb8f5f8438dc46cdb4',4357,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-20 14:15:43'),(9120,2,'52e0a63267e067caef8d2ccd4fd2e179b466cd9b',4356,'* Refact detail view of todo. * Optimize codes.','liugang','2018-04-20 14:15:21'),(9121,2,'19cfa7b43c5129b443dbe1d8c11dc787eba60f90',4355,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-20 13:01:11'),(9122,2,'4524f89c2145d2e4acb5286da70d6f7238672c9b',4354,'* finish task #3838.','wangyidong','2018-04-20 13:00:35'),(9123,2,'d8207915f3bb6d6bd212a8b540bfd554416d9395',4353,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-20 12:09:38'),(9124,2,'7cf2f42078a68d61b114bf337ed90ea1bbe80df9',4352,'* Refact detail page of todo.','liugang','2018-04-20 12:09:19'),(9125,2,'b7b73fea145121e2528a44a77f61d369f0530d48',4351,'* Update css and js of zui.','daitingting','2018-04-20 10:36:41'),(9126,2,'846c99782671c93b66562cf3d63b3f3d167c54fb',4350,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-04-20 10:09:41'),(9127,2,'182c3bc43ebd3acff4d49cec0018d7a51d8316f7',4349,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2018-04-20 10:08:25'),(9128,2,'50171967b4ec8cac1f158a4708882525a2583d1e',4348,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 18:27:32'),(9129,2,'5a529bcc54d829a788567b578125350519cf78c7',4347,'* Refact view page and edit page of company.','liugang','2018-04-19 18:27:16'),(9130,2,'5de96f44d6b4f90945efffc4871e5f5f250077d5',4346,'* Adjust codes.','daitingting','2018-04-19 17:52:47'),(9131,2,'9bd46a15b95b18e28de584ae89def91c413be702',4345,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 16:46:23'),(9132,2,'fa16df83144525bb6831f75ea562042b514120c5',4344,'* Refact create page and edit page of group.','liugang','2018-04-19 16:46:06'),(9133,2,'209da90793434b0cc747685daf302900c3e2b2e6',4343,'* Adjust style.','daitingting','2018-04-19 16:44:34'),(9134,2,'b46e8a440d5aa227d07cc346c219f3361a04658e',4342,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-19 16:43:29'),(9135,2,'4a709543d840cf3085b5f3328e9486559b3748e8',4341,'* Set actions of current user as primary.','daitingting','2018-04-19 16:42:15'),(9136,2,'d91b00b919953ec35fee461780a84745fddff579',4340,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-19 16:29:44'),(9137,2,'c33826b727cdb6b44eba1d243adf91e829a15016',4339,'* finish task #3857.','wangyidong','2018-04-19 16:29:19'),(9138,2,'fd2364eea89e9fa6b3c3fcad20d927ee221b247d',4338,'* Adjust style for product and branch.','daitingting','2018-04-19 16:20:03'),(9139,2,'d0388da4838dbb278da47c9232b14dcd926f434b',4337,'* Rewrite activate file of project.','daitingting','2018-04-19 16:01:02'),(9140,2,'d12dc914379776d3c47e39e9f9d798dfdd40d0ad',4336,'* Rewrite close file of project.','daitingting','2018-04-19 15:59:28'),(9141,2,'70355bf1d32b0d1b59edefbdae8984fbac9e3780',4335,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-19 15:56:37'),(9142,2,'87c717ff2e7ba7012562059de317eed02047c769',4334,'* Adjust style.','daitingting','2018-04-19 15:56:20'),(9143,2,'e7f4daf29cdde834503a8a2b8031562923f6809a',4333,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 15:18:49'),(9144,2,'6b88e220eb84e3a4af9b8b153eddbdd246d9421f',4332,'* Refact batch create page and batch edit page of user.','liugang','2018-04-19 15:18:35'),(9145,2,'f08fede7d8a0537e04f980cee31db74c2a392f7d',4331,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-19 14:57:04'),(9146,2,'ba972a0d4317d781565135759265997fe7fc741c',4330,'* adjust for task #3852.','wangyidong','2018-04-19 14:56:37'),(9147,2,'437a019d6206c7ce68680c3c32164184c06d5d19',4329,'* Rewrite suspend file of project.','daitingting','2018-04-19 14:48:43'),(9148,2,'d0dd738cad19fb28389a26be833e768243dd739f',4328,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-19 14:47:33'),(9149,2,'02be1c5ce6bb3a85631ddbaf89689cb1456ba142',4327,'* Rewrite putoff file of project.','daitingting','2018-04-19 14:46:59'),(9150,2,'138536996f56e3a4393ce307e69e48339f85af57',4326,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 14:41:28'),(9151,2,'648168287d6df0b4d1a0c8d1fff90065086a3abd',4325,'* Refact report page of bug.','liugang','2018-04-19 14:41:08'),(9152,2,'9a73f45563ea92709053045c57fb72f062d4dfb2',4324,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-19 14:31:11'),(9153,2,'5d69dce5afbd4b52519a44b45bc8969c25ab2b06',4323,'* adjust for report page.','wangyidong','2018-04-19 14:30:45'),(9154,2,'d6a74846ffdd90ce1dec82a17d1786da5c4d7b7e',4322,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 14:25:15'),(9155,2,'b0472a7badc784fbc35a39d46056dc567b11b943',4321,'* Refact browse page of company.','liugang','2018-04-19 14:24:56'),(9156,2,'6793fc448a3134c4ac88b001ccb4f08c1a5f5703',4320,'* Rewrite start file of project.','daitingting','2018-04-19 14:19:03'),(9157,2,'98583c2d4dcd48e4dc7a8d3f3fc5d6c87b3a762e',4319,'* Adjust style for release block.','daitingting','2018-04-19 13:59:22'),(9158,2,'7fc8e259c82bfc527094431d33c7f471d4d3d76a',4318,'* Add language.','daitingting','2018-04-19 13:57:32'),(9159,2,'165524612647760cf226bd5380df90d9b52d2d67',4317,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-19 13:37:17'),(9160,2,'c49baf10442101f5c5d67178995a6e7f9e5db254',4316,'* Rewrite view file of project.','daitingting','2018-04-19 13:36:56'),(9161,2,'a2dd40fd1fb4af36e4636ae753d8ec16ffd463c5',4315,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-19 13:35:39'),(9162,2,'c9f2731f73f7d4dce1e74102cba3f9dc2d659b8c',4314,'* finish task #3822.','wangyidong','2018-04-19 13:35:21'),(9163,2,'83a01c416f18a7dadb0f1c289963c2bf291dfc15',4313,'* Refact report view of product stories and project tasks.','liugang','2018-04-19 11:58:41'),(9164,2,'6675f01b0776bdd700352a6751642957fd555819',4312,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-19 10:12:34'),(9165,2,'093898d482e0c086b47986735769c46253dbcae9',4311,'* Finish task #3834.','liugang','2018-04-19 10:12:12'),(9166,2,'006fe3c90a16984786e04a95b3852dbf0e9e2d35',4310,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-19 09:30:32'),(9167,2,'c2b96011afb7895d398138405ed06fa61ce47061',4309,'* update zui.','wangyidong','2018-04-19 09:30:01'),(9168,2,'151c70cc2ab19cb466954ebcd1126068699f090b',4308,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-18 18:20:25'),(9169,2,'e62575404aad13b91cddc696826bfd2f372e4d6e',4307,'* Refact view page of product plan.','liugang','2018-04-18 18:20:05'),(9170,2,'31e2c32e80d1572cd7da8fa4a82024068b6d0408',4306,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-18 16:27:12'),(9171,2,'290c5248e601cd828e0ca6e6a9c3005426d391cb',4305,'* Rewrite edit file of project.','daitingting','2018-04-18 16:26:52'),(9172,2,'9a91659d31b9bbe4bacabd128dce06837f27c76a',4304,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-18 15:43:58'),(9173,2,'14b94d2780df19cdda2e2a5f360a474e94c434ca',4303,'* adjust for project manageproducts page.','wangyidong','2018-04-18 15:43:31'),(9174,2,'a5250b9ab01613c6e22d6707d9a9dacf9180b59f',4302,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-18 15:41:27'),(9175,2,'4fa2e55f41ba1bab54b52dc83a3242e3c39201f8',4301,'* Rewrite create file of project.','daitingting','2018-04-18 15:40:22'),(9176,2,'a1ad03261c26e5c82410269a3ace588b061ce4c5',4300,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-18 15:36:53'),(9177,2,'20a01660741133987265661be701d2b0f4549fd6',4299,'* adjust for team page.','wangyidong','2018-04-18 15:36:24'),(9178,2,'8b3b5cdac7d3c7ee499f3a0bc928f055661600aa',4298,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-18 14:43:54'),(9179,2,'c82676dfb420f948aff8c7ab59c4ff1bbd517042',4297,'* Refact pages.','liugang','2018-04-18 14:43:38'),(9180,2,'4b1d82949e3db41842749e08eb9ff438c76d619f',4296,'* change for project bug page.','wangyidong','2018-04-18 14:17:52'),(9181,2,'f1db15d15b160e4c1caf48326c9534d6131013f8',4295,'* adjust for branch manage page.','wangyidong','2018-04-18 13:14:07'),(9182,2,'d3e861e212d9a406b7d9a60e140b689e3b40449f',4294,'* adjust for release page.','wangyidong','2018-04-18 11:54:37'),(9183,2,'5f4d3c1746a603363dd6df3c3abbaa43cf28ee6f',4293,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-18 11:19:07'),(9184,2,'b9ab24ef894750dea04996e5f7fc3a61e32fcfa1',4292,'* adjust for release module.','wangyidong','2018-04-18 11:18:41'),(9185,2,'1915c6a3527feac380316547a86ccec59411c32c',4291,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','guanxiying','2018-04-18 11:09:08'),(9186,2,'433896a1d022c5cc3f623f38e66eec75efec4938',4290,'* Add product report block.','guanxiying','2018-04-18 11:08:37'),(9187,2,'0a75906f047ad7decffe685ed05377849e10998f',4289,'* Adjust code position.','daitingting','2018-04-18 09:44:55'),(9188,2,'0e6969350204dbc6e99eb85bc5b9c169bee098b9',4288,'* Rewrite close file of product.','daitingting','2018-04-18 09:38:32'),(9189,2,'79f0599f4ab94cd5853b649a568442e06996835f',4287,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-17 17:46:26'),(9190,2,'a995a06fec009f777c7475ab94c6efc3795273c2',4286,'* adjust for hide modal header.','wangyidong','2018-04-17 17:45:04'),(9191,2,'fab342ead9188dea4c61c1b0cf227578bc08e571',4285,'* Adjust codes.','daitingting','2018-04-17 17:28:33'),(9192,2,'4f61b9a69bcefaa8b68790e689610cc0244a6824',4284,'* Rewrite edit page of productplan.','daitingting','2018-04-17 16:58:23'),(9193,2,'c7ebea4b53209d85360d6c600b8f4288b3d25cee',4283,'* Rewrite edit page of release.','daitingting','2018-04-17 16:46:32'),(9194,2,'35e2ca3763f329119a52f0f2797a9f1161859aad',4282,'* Remove useless codes.','daitingting','2018-04-17 16:45:40'),(9195,2,'6640d8118ec04d05864b11ed325271dbdede8183',4281,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-17 16:33:22'),(9196,2,'11eea223ae20f14f6f395188a8c8f83a7cd9b60e',4280,'* Add required for field.','daitingting','2018-04-17 16:32:31'),(9197,2,'a35d47a5037420b9feb4562747e06e2521e4e6ed',4279,'* Refact batch edit page of productplan.','liugang','2018-04-17 16:06:35'),(9198,2,'eb3ecce61e4779f7ca439654ff415b9e2afaa67d',4278,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-17 15:56:58'),(9199,2,'e522b82a7e6f76e813fae0ddadb45ddd4ccd4a6a',4277,'* Add saveSuccess to common lang files.','liugang','2018-04-17 15:53:36'),(9200,2,'e0d5829bd2b79a2ef3f9d926359da6aac4a2b6cf',4276,'* Return json data for ajaxForm.','daitingting','2018-04-17 15:41:53'),(9201,2,'3c6d4425c4c81cd0049b456d18e80ba37f27feb5',4275,'* Adjust codes.','daitingting','2018-04-17 15:41:20'),(9202,2,'3a7fa4266beb2d5aba355dca68b7b9919e891f77',4274,'* Rewrite create page of productplan.','daitingting','2018-04-17 15:37:33'),(9203,2,'961da7da23e59d61ccce77f3e53290e58ad9d9ca',4273,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-17 15:36:58'),(9204,2,'f481b228ea2717a846e0352b8527d7ff4b988cc4',4272,'* Add saveSuccess and fail for send message.','daitingting','2018-04-17 15:36:34'),(9205,2,'b0e3ad7b52a83048c2451d1e00659b40f98057a6',4271,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-17 15:16:28'),(9206,2,'d81e0f3f20be9dc142bf46e2ec08474a0595272a',4270,'* finish for story action page.','wangyidong','2018-04-17 15:15:50'),(9207,2,'9e033c028a9376001c12f16ab448b72b671746c9',4269,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-17 14:33:19'),(9208,2,'aa1426508e85ded3014b219e98325e2fc79a2f6e',4268,'* Refact edit and batch edit page of product.','liugang','2018-04-17 14:33:00'),(9209,2,'d1dcca0d0e5052240fbd47a0100fc1f251dd9e3c',4267,'* Rewrite create page of release.','daitingting','2018-04-17 14:26:30'),(9210,2,'7fa26252aec5ea6f8715fba59e7a442a967d6b18',4266,'* Adjust codes.','daitingting','2018-04-17 14:21:51'),(9211,2,'75c423cd7f5592580fbdfc9b7f1c0c2b2a0a6f9d',4265,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-17 14:20:48'),(9212,2,'6a2357f52b8022a9de7f24d48f7a32037c5de6b3',4264,'* Adjust button.','daitingting','2018-04-17 14:19:25'),(9213,2,'fe55156e71dff037bc494ed80003c6c9f0d1281c',4263,'* Refact all page of product.','liugang','2018-04-17 13:53:55'),(9214,2,'d8560cefeda39f120854cee7ff336ad33f5dd6ba',4262,'* Refact task page of project.','liugang','2018-04-17 11:25:26'),(9215,2,'21ff8cb1e3258969abd8b458880151b41229c0d5',4261,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-16 17:47:46'),(9216,2,'8c731dc75ab07d31313ce4f109f83c9d69a49f2e',4260,'* Adjust task list page of project.','liugang','2018-04-16 17:47:24'),(9217,2,'f57197662458c4d6c936c236cbb59f29ab0c85b9',4259,'* Adjust more url for dynamic.','daitingting','2018-04-16 17:12:31'),(9218,2,'bf326f57ffe72764302cf163ea3f72da9d4ccbd8',4258,'* Rewrite view page of product.','daitingting','2018-04-16 16:55:32'),(9219,2,'9797921bb2c2666b38c6f5a942c4293a1a17737c',4257,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-16 16:55:11'),(9220,2,'feceb48f17376eea1e007075f83629146f454713',4256,'* Adjust codes for inline checkox.','daitingting','2018-04-16 16:54:37'),(9221,2,'4f91a138a99cfb23d36dcf3a3b1e35f8a21070f3',4255,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-16 16:21:02'),(9222,2,'55fe6144b617a768da9f2e9e3ca03b6f404edae6',4254,'* Extend groupBy function of baseDAO.','liugang','2018-04-16 15:49:48'),(9223,2,'532b35c2b319763afb82e2b8c69f7d4a0bae5af3',4253,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-16 15:47:29'),(9224,2,'4d0e6ba52e9f6fbe4a9731fa220a2bc258b3b567',4252,'* Check fields in groupBy function and limit function for safety.','liugang','2018-04-16 15:46:45'),(9225,2,'a4bc9d32879640a512e2e3ce25064544a713bb10',4251,'* replace featurebar to mainMenu.','wangyidong','2018-04-16 15:28:21'),(9226,2,'02dd3025c411a8aaf45981c63a9f2bdd74e1da41',4250,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-16 15:17:55'),(9227,2,'4eb3d7e2ac4b0664f8e80bc4f6e7fb192123e2c2',4249,'* adjust for backup-index page.','wangyidong','2018-04-16 15:17:22'),(9228,2,'ed66606d4d592f9ae02205563bfb8b86a73e53e1',4248,'* adjust for action-trash page.','wangyidong','2018-04-16 15:05:38'),(9229,2,'dafec6b33daa8dcb6772f1cb5828789d83611376',4247,'* Rewrite create page of story.','daitingting','2018-04-16 10:20:32'),(9230,2,'f191c19548a9fd0a55ba3b94bd281fb6ec59b20f',4246,'* Note useless codes.','daitingting','2018-04-16 09:47:29'),(9231,2,'a18df2d52130f69064075f5aecc8fc5b949ea435',4245,'* Adjust codes for initing chosen.','daitingting','2018-04-16 09:09:30'),(9232,2,'0f90a0cf2f83e380ab73b60f423a3ed04f17d9e8',4244,'* Update zui.','daitingting','2018-04-14 15:08:16'),(9233,2,'1ba938125820729ebde7d42c9a447e29780b5fc7',4243,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-14 14:59:07'),(9234,2,'42779bde4df39eb6ef4773adfbd0e032d54c26ac',4242,'* Add language for customField.','daitingting','2018-04-14 14:58:24'),(9235,2,'1dbf057b4480c7a351ebc4e4730415a136921da4',4241,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-13 15:53:38'),(9236,2,'306346820bf6d20f17876a71452929780656a3ae',4240,'* Add report block and overview block.','liugang','2018-04-13 15:53:14'),(9237,2,'8b139725b2c76f78cfed3a78bf79f842a87ef69e',4239,'* adjust menu order.','wangyidong','2018-04-13 14:55:44'),(9238,2,'491b3554916249b27e214077897908daf22ab8d9',4238,'* adjust for task #3838.','wangyidong','2018-04-13 10:44:10'),(9239,2,'8830e1095de81a5adc657789608bd093240b245b',4237,'* code for task #3810.','wangyidong','2018-04-13 10:11:54'),(9240,2,'d1e76a176f1a89be05285a9f1ba54d4e2a5466cc',4236,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-13 09:37:19'),(9241,2,'579cae8b25a27ad83fcecdfa0d3e43898aaeafda',4235,'* adjust for batchcreate page.','wangyidong','2018-04-13 09:36:34'),(9242,2,'bdc6d78993c0ef9b2a158ba5ec4ffae97f7136b7',4234,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2018-04-13 09:09:39'),(9243,2,'de204f6813d5bccc3983516713b406cbabe96245',4233,'* Rewrite create view of product.','daitingting','2018-04-13 09:08:57'),(9244,2,'de2cedd7993c77fd87581b1d92d7ca69eafbdae3',4232,'* adjust for task #3819.','wangyidong','2018-04-12 15:59:04'),(9245,2,'608bd09e67767c51055f04f24c4e6bb5143b640d',4231,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-12 15:20:18'),(9246,2,'a3e304ffd7028af1067244d8b2008ba4b8c83bef',4230,'* code for task #3819.','wangyidong','2018-04-12 15:18:54'),(9247,2,'15f4b5340213e7c6ed5355322281edf5b085684f',4229,'* Update them.','daitingting','2018-04-12 13:44:46'),(9248,2,'100502138f1be6046a5871ddfeaac43076f0728e',4228,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-12 09:41:24'),(9249,2,'12e7357de38109b75cb23052be74eeb7a3fec2bc',4227,'* Use TABLE_TEAM instead of zt_team.','daitingting','2018-04-12 09:40:30'),(9250,2,'d7643d5db56dd0d5be99c08e69b72d2b7694d221',4226,'* Adjust codes.','liugang','2018-04-11 15:46:47'),(9251,2,'34243df686390b59fb2b5e14a40f99ceeaf04ee8',4225,'* Fix conflicts.','liugang','2018-04-11 11:23:29'),(9252,2,'0c4074280275b16dd5052294a158847cba301791',4224,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-11 10:56:19'),(9253,2,'b8605a5f71a03e0ef5e8dbefc2ffb36490667aca',4223,'* Refact browse page of release.','liugang','2018-04-11 10:55:56'),(9254,2,'c5c896538b80c2e8bc66f7e450d164d9f14f469c',4222,'* Display number of plans.','liugang','2018-04-11 10:34:05'),(9255,2,'eca3405b27d7599e9ce321227f171f2ad3ede2b9',4221,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-04-11 10:10:41'),(9256,2,'c60070b991dcd34b4750e92ecb00ecae7f9564d1',4220,'* code for task #3810.','wangyidong','2018-04-11 10:09:33'),(9257,2,'46cdd38fd48ff6eb72d01048b32c2a1a2ed9e758',4219,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-11 08:41:24'),(9258,2,'1366eebfae049977355af77f937c193c0e5eb4df',4218,'* Finish bug #1516','JackWuLieHao','2018-04-11 08:40:27'),(9259,2,'fe3027623e080063a7012af4face75af2fa7529a',4217,'* Finish task #3846.','liugang','2018-04-10 16:54:38'),(9260,2,'a65ea6aee619941076cda034da4e488df0280ecd',4216,'* Fix bug #1499.','daitingting','2018-04-10 16:13:08'),(9261,2,'76887b37a44f632956602328074cca3587c0ee6e',4215,'* Finish task #3840.','liugang','2018-04-10 15:55:00'),(9262,2,'c5d7faf8ace3a9a1d77814ca9575cdca6f7e05cf',4214,'* Fix bug #1510.','daitingting','2018-04-10 15:15:34'),(9263,2,'97c7d8c3e7038b54e93bd51d13174bc23c95249f',4213,'* Adjust codes.','daitingting','2018-04-10 15:12:59'),(9264,2,'bb6e8790b55719bdc0e358268c0b181053100c3b',4212,'* Only assignedTo can start,transfer,recordEstimate,finshed multiple task.','daitingting','2018-04-10 13:57:03'),(9265,2,'ac29bd4cac02125660b709659612ab5b52183946',4211,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-04-09 17:52:36'),(9266,2,'40befb5896b028c2df060711f992a04b4e1c01a5',4210,'* Refact browse view of product plan.','liugang','2018-04-09 17:52:03'),(9267,2,'abff565609185349672e5e6184d2b97da811b33c',4209,'* finish task #3820.','wangyidong','2018-04-09 16:30:18'),(9268,2,'a7e49faf959e3c0dbfc3719362e8e26a9456540b',4208,'* code for task #3838.','wangyidong','2018-04-09 16:14:54'),(9269,2,'1fd787549d7809d36b6253f943e7ece89d5283cb',4207,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-09 15:28:25'),(9270,2,'d0ffae944b054b699d872c51b443ad14ecdc18d5',4206,'* Finish bug #1503,#1504,1505,1508,1509','JackWuLieHao','2018-04-09 15:26:28'),(9271,2,'056853f0e4cf52d92695d56197046915dca595be',4205,'* adjust for style.','wangyidong','2018-04-08 16:46:04'),(9272,2,'2fbf6780a86e2cdaa692dc782eb8e5176bf350e0',4204,'* adjust for dynamic page.','wangyidong','2018-04-08 13:08:00'),(9273,2,'9f8054382315f1bb9b76347a37c129e6055adda8',4203,'* adjust for ux style.','wangyidong','2018-04-08 11:29:53'),(9274,2,'cdc771ef575f441ad067d806636c912b92017f4c',4202,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-08 09:17:14'),(9275,2,'3a00cef5df824f40bba8306fb0fac588c3ca44b4',4201,'* Add the prompt of product management','wumo','2018-04-08 09:11:19'),(9276,2,'2bd092233ab9d1885655ba20b884511688fe0d37',4200,'* adjust for pri style.','wangyidong','2018-04-04 17:23:26'),(9277,2,'0fc0880c09684e33dc5fae0ec14a556b7f5d19ee',4199,'* adjust style','JackWuLieHao','2018-04-04 17:19:45'),(9278,2,'6c9760c77135d59ccc8561be1383418e24c415f4',4198,'* adjust style','JackWuLieHao','2018-04-04 17:02:49'),(9279,2,'4548d80a79c5f5d1abf9805fa9ddf6121a5b851b',4197,'* adjust style','JackWuLieHao','2018-04-04 16:55:39'),(9280,2,'a24aaee07b6b8955c0e16131b7fe82223bc211d0',4196,'* adjust style.','wangyidong','2018-04-04 16:48:34'),(9281,2,'70a956dcf52954264bb4e5cd3dc5f02a72b88958',4195,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-04 16:47:24'),(9282,2,'d50de9fd8f23cb4145c0415afefd07bb72cb62d7',4194,'* Finish task 3797','JackWuLieHao','2018-04-04 16:46:24'),(9283,2,'eec949396e3e672885e655318eed6f81e3a389e9',4193,'* adjust for ajaxgetdropmenu.','wangyidong','2018-04-04 16:39:21'),(9284,2,'7582aeeaf0997223da3fad3970bba3dda25a5611',4192,'* Add language.','daitingting','2018-04-04 16:19:05'),(9285,2,'e9f20b5946fee29b1d3473aa27af9eaa6ef34b59',4191,'* Format codes.','daitingting','2018-04-04 16:14:21'),(9286,2,'ba5727148944e8667d90f8ed49f319db17a208c0',4190,'* Adjust order for call computeWorkingHours function.','daitingting','2018-04-04 15:38:52'),(9287,2,'c43943b73da91256e816a7992474fd0f15d6aa62',4189,'* Adjust codes for compute hours for multiple tasks.','daitingting','2018-04-04 15:25:51'),(9288,2,'6975faef6802ad9f9ec755a62d829bfef4bdfa9d',4188,'* finish task #3759.','wangyidong','2018-04-04 15:01:19'),(9289,2,'19f7c11b00bac1667d985fac3ea8971763b97479',4187,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-04 14:40:00'),(9290,2,'321005e8ad09b820a0ffbab3a39ba9b3f7509e06',4186,'* Compute hours for multiple tasks.','daitingting','2018-04-04 14:38:57'),(9291,2,'5a9bf28a9cb701843b37a3df1abb9b3f42e7d084',4185,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-04 14:37:39'),(9292,2,'e5b822276d967d3d9f7b500cee9b0c032fa71674',4184,'* Finish bug #1486 #1502','JackWuLieHao','2018-04-04 14:35:09'),(9293,2,'5105af3d8994c00fe81881d82b7d11d3b402e835',4183,'* adjust for show history in view page.','wangyidong','2018-04-04 13:51:45'),(9294,2,'69e065a8030ae9809ae6cb6c3924fb5cfa7804ed',4182,'* Add the unique key to team table.','wumo','2018-04-04 13:23:03'),(9295,2,'0cdcc4b53bca9f7569f944103a3e061c4b9d4f68',4181,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-04 13:15:17'),(9296,2,'58159b3d42a8dc6a02eb95345e9ef2a025025449',4180,'* Adjust the style of the prompt in multi-user task * Add unique key to team table.','wumo','2018-04-04 13:13:09'),(9297,2,'24188f2c4b788fb8222ce4b4764b9f61fec06b54',4179,'* finish task #3768.','wangyidong','2018-04-04 10:05:02'),(9298,2,'2ecdc58a3d4dedaa251e34170951426c7f89dc59',4178,'* finish task #3769.','wangyidong','2018-04-04 09:39:01'),(9299,2,'9d16d860c94b5056b5b5d58b979ec0a36107cb0f',4177,'* finish task #3761.','wangyidong','2018-04-03 17:03:49'),(9300,2,'50e3a3519f1950c3de82353554a83e3cf821854a',4176,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-03 16:03:29'),(9301,2,'fc48a92729addefb16dc1333ab47398e530cdb0d',4175,'* If entry-date is default,then hidden','JackWuLieHao','2018-04-03 15:58:30'),(9302,2,'b13eac3b36e8f451f891461a0d2f9a2716398d82',4174,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-03 15:33:43'),(9303,2,'d3b4f05f70f7993aa60bc317852251fe15510d4c',4173,'* Hide the entry to manage product lines when exists product lines','wumo','2018-04-03 15:30:02'),(9304,2,'6dcfb832f028271fb71fabd6964a76eadb931e79',4172,'* my-todo Priority and name plus title; * user-edit Adjust the location of the entry date * user-profile If the entry date is empty, do not display.','JackWuLieHao','2018-04-03 15:05:20'),(9305,2,'88a06cc0e08827fa8337edc5790c5386eaccefbf',4171,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-03 14:04:55'),(9306,2,'392cc65ae14583dfa03a407e06d4de42a074c1f4',4170,'* Modify the prompt of start or restart in multi-user task.','wumo','2018-04-03 14:01:54'),(9307,2,'f4b783f0ca5cffcb035cc71482530cf175f17e4f',4169,'* Optimize the order for condition of \'where\'.','daitingting','2018-04-03 13:52:28'),(9308,2,'81dfc9c5291b68714b372677bc48c88c81084a59',4168,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-03 13:49:54'),(9309,2,'fdda7345ce66f620ebb01ef2bdc8363df37ce6df',4167,'* Format codes.','daitingting','2018-04-03 13:49:28'),(9310,2,'984060278eea400500bea510f202b63692a7ba52',4166,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-03 11:17:08'),(9311,2,'7be59d3948700f15b6e28bcc698f8170d4236824',4165,'* Change the content of length prompt.','wumo','2018-04-03 11:15:22'),(9312,2,'33e3711865fc2040647b840829619b8f03a4256c',4164,'* Adjust version to 9.8.3.','daitingting','2018-04-03 09:05:31'),(9313,2,'249fb13bb189e7fdf68d2c8f83625f8e438e2ab9',4163,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-03 09:04:29'),(9314,2,'049b2fb3fc11f9a498fee93c0b3c4e1dfe62fa80',4162,'* Adjust language.','daitingting','2018-04-03 09:03:57'),(9315,2,'952b7d3bd8f8aef62400175b1b716275bff36236',4161,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-04-02 17:36:02'),(9316,2,'d455deebabd170ce673bc1c19d9a091f36974a18',4160,'* Release the build of 9.8.3','wumo','2018-04-02 17:34:11'),(9317,2,'2eb983b3c28e825abc07fb480aeddf4ccb44d4e8',4159,'* Compute status is delayed or not when project is not closed and done.','daitingting','2018-04-02 16:52:44'),(9318,2,'2a595f5077cdca8e965c2d4321505d0b474b7b5a',4158,'* Distinguish update url of english from chinese.','daitingting','2018-04-02 16:10:40'),(9319,2,'45fa54c357cc95cf31b297ba60489ca2ff0fb749',4157,'* Use replace instead of insert fot zt_team.','daitingting','2018-04-02 15:00:11'),(9320,2,'99026d8de3614b0dfc53a9b7028464b287b411d2',4156,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-02 14:38:27'),(9321,2,'a8a75a155648d402ab8c7af6b8eb780bb904c680',4155,'* Fix bug for batchediting descs which has html tags.','daitingting','2018-04-02 14:36:02'),(9322,2,'8bf55fdd633a18562fbb02e816b66ccf779b4706',4154,'* Finish task 3786','JackWuLieHao','2018-04-02 14:28:15'),(9323,2,'92f4c7375d44d47dd23092aa616394fc1c3a7064',4153,'* fix English translation','tengfei','2018-04-02 13:10:58'),(9324,2,'204afb448a9ccad613c1105966790727f864eee7',4152,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-04-02 12:01:09'),(9325,2,'d764dc90deff7b10a84bbcfa12bd94ac791098be',4151,'* Finish task #3797','JackWuLieHao','2018-04-02 11:59:20'),(9326,2,'682fdff83d1e46457f6576cf8e2b2cfb688cf6d7',4150,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-04-02 11:29:27'),(9327,2,'65b442dcb1346061fe0d7fefa41b434c12c35fef',4149,'* Fix bug for closed status, bug#1489,#1495,#1497.','daitingting','2018-04-02 11:25:48'),(9328,2,'d53267cadf32651eb7ccfff3e0b1a5dd744d3d3e',4148,'* adjust browse page and update zui.','wangyidong','2018-04-02 10:56:22'),(9329,2,'2ccd67fbba965f77612f2fa45d791a23e9c8c6df',4147,'* adjust for my story page.','wangyidong','2018-04-02 10:46:16'),(9330,2,'f004ef44092f5a39c59bb39617ff2329690536ce',4146,'* Make the rights of task clear.','wumo','2018-04-02 09:40:14'),(9331,2,'e6aaf894a62523be872d5b84e87ed32254e2a8cd',4145,'* Adjust codes.','daitingting','2018-03-30 15:59:24'),(9332,2,'2fa7aa63b32b3322d5ed92bf92c56f75d5c7ddfa',4144,'* Add title for select options. * Set wrap for options over width.','daitingting','2018-03-30 14:42:11'),(9333,2,'1a541d715ba738da345292aeb71322ddf9446c26',4143,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-30 14:41:13'),(9334,2,'cac07cddc1fe3116463479f7a07b228fd588d58b',4142,'* Format codes.','daitingting','2018-03-30 14:40:52'),(9335,2,'09308359236275fe2bcc2dee02dd24d3601c3f17',4141,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-30 14:38:39'),(9336,2,'69255bb181b791411614f4bef39e1f8463cfe1bc',4140,'* Update the status of parent tasks after batch create tasks.','wumo','2018-03-30 14:35:20'),(9337,2,'d862e2698de29591a38e6c73b2d139a3690425da',4139,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-30 14:19:20'),(9338,2,'b76b50e22f5e70d786870d238caf3dc01a3ca56e',4138,'* Add ditto when module is ditto.','daitingting','2018-03-30 14:18:54'),(9339,2,'288b985be6ca49a60a009540e134e7ab7146735f',4137,'* Finish Task #3786','JackWuLieHao','2018-03-30 13:35:32'),(9340,2,'b51a42c506c9573e423526f8a8d9128080e363fc',4136,'* change for my score page.','wangyidong','2018-03-30 11:25:07'),(9341,2,'959dfe94b813d0594eb2a47beae3c62b42354fae',4135,'* Optimize codes.','daitingting','2018-03-30 11:20:48'),(9342,2,'9c2e3c326b12620780ab28983fa456943fc7649b',4134,'* Remove useless codes.','daitingting','2018-03-30 11:07:26'),(9343,2,'070454933b3ba3b3ba1e0e4909cf0d83ea87c969',4133,'* Compatible extension if there is a object to transfer story.','daitingting','2018-03-30 10:48:16'),(9344,2,'ad7cfe467e32e5da6525dce661e0563acd058d56',4132,'* Adjust codes.','daitingting','2018-03-30 10:15:48'),(9345,2,'7b614b76209ddbec210de9d489dc4f09a3ba60cb',4131,'* finish tast #3766.','wangyidong','2018-03-29 17:07:50'),(9346,2,'a76e66cd81d3fdbecfacf598b92be6d846351163',4130,'* finish task #3765.','wangyidong','2018-03-29 17:07:36'),(9347,2,'5e37928be588e16a8d5e649d5e7dc28d3ec0d306',4129,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-29 16:58:25'),(9348,2,'0c9e7a58ff56257da51c828efeb7e5a2895242e8',4128,'* Compatible extension if there is a object to transfer bug.','daitingting','2018-03-29 16:56:22'),(9349,2,'5c6affa5f8a6c069b6b91d56de4c07c05fcfcc8b',4127,'* Finish task #3790','JackWuLieHao','2018-03-29 16:38:39'),(9350,2,'8e8c69eb853ed7b8f3c38570a5f8240320a0356a',4126,'* Finish task #3793','JackWuLieHao','2018-03-29 16:18:37'),(9351,2,'55c57079dff6f70bfcfea90f0b35ec729747ea3d',4125,'* Finish tash #3797','JackWuLieHao','2018-03-29 16:17:09'),(9352,2,'8de30771260724e6eea594479d7c2d2f20574057',4124,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-03-29 15:57:06'),(9353,2,'d7e1b30bd988fec20b0dcdace8f50be0cf82df7a',4123,'* Finish task #3793','JackWuLieHao','2018-03-29 15:55:46'),(9354,2,'cf41ca19ea1474223d56e9893e42ea1c219458e0',4122,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-29 15:53:09'),(9355,2,'f94e93a5930f5d3eae5f06d564d322adcb89611f',4121,'* Add the entry to manage product lines.','wumo','2018-03-29 15:52:43'),(9356,2,'4d59bf7f42f5e0386ac0b26abe091255f341115b',4120,'* Add the entry to manage product lines.','wumo','2018-03-29 15:43:30'),(9357,2,'8eccd30f45b502dcc3e1fd3adde4482161380d7f',4119,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-29 15:40:29'),(9358,2,'65d8752b5eba626ec13e673d480081437a9fd156',4118,'* fix for import case in testsuite.','wangyidong','2018-03-29 15:39:53'),(9359,2,'960ec7c84cdce937cc7b7f7d0d2c49bbf4545e85',4117,'* Finish task #3797','JackWuLieHao','2018-03-29 15:39:14'),(9360,2,'9c7712d7da9000f472c620cca1eb8608d7b79e78',4116,'* finish task #3764.','wangyidong','2018-03-29 13:56:05'),(9361,2,'408152f2f0ca2da65abeb951fd180d81fd458b29',4115,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-03-29 13:44:27'),(9362,2,'77ed3e4dec63cfbe0c46b2e3c57dd4ca33ba8b5a',4114,'*Add the user add, edit, and view the details of the page without the *date of hire display','JackWuLieHao','2018-03-29 13:42:12'),(9363,2,'34e25dc140b5cf1b424c2751838cc339f8f8a917',4113,'*Repair can not be imported due to a single space in the code','JackWuLieHao','2018-03-29 13:37:05'),(9364,2,'893fef2eafc7aced0edc4200444bb120f8eb9230',4112,'* international version of the page, column width less','JackWuLieHao','2018-03-29 13:34:44'),(9365,2,'48c255f2361bce74f299518a405608179557171c',4111,'* Modify the installed button style','JackWuLieHao','2018-03-29 13:31:24'),(9366,2,'a45b147781a9f1363142926abc1c78c6dff8d3e5',4110,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-29 13:24:45'),(9367,2,'7719686ae28642fb2dfe585fe6932f012ae76893',4109,'* Adjust codes.','daitingting','2018-03-29 13:24:26'),(9368,2,'f5a09e9558b135a9c00455c7d9143624e8dd13ff',4108,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-03-29 11:25:02'),(9369,2,'2d9221becae2a25cbf3a1c4d827e1c27ea4e1533',4107,'*Add user creation, edit, and view the details of the page without the date of entry display','JackWuLieHao','2018-03-29 11:18:33'),(9370,2,'ea1c4e9f55761389a6b1c3b6a1af17368717beab',4106,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-29 11:11:35'),(9371,2,'5f76edbe3b7ebec1894e356eda4b4823e8d5cfdc',4105,'* Fix the bug of download link not display.','wumo','2018-03-29 11:10:54'),(9372,2,'1e7b8e3d2ac82f802c883893539252d1a6abd706',4104,'* finish task #3763.','wangyidong','2018-03-29 11:05:14'),(9373,2,'b868c77f830efb0924db7c54b6958db28a856cb5',4103,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-29 09:44:12'),(9374,2,'8448dedf534cfd7b325d0ddc912accf81cf745da',4102,'* Add primary key for zt_team.','daitingting','2018-03-29 09:43:53'),(9375,2,'14217d6ae85979911f2f151ca971bd3b0a6c6983',4101,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-29 09:15:30'),(9376,2,'cb06b238014245fd1e19c3a900cbd09f8b74aab7',4100,'* Modify the right of start.','wumo','2018-03-29 09:14:52'),(9377,2,'c58aa3f02f4f45f2b8299ec9fe56714cbfac460c',4099,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','JackWuLieHao','2018-03-28 20:42:42'),(9378,2,'44d35beb61fbae1e009891e5463541b7b30e3807',4098,'* Modify the name of team.','JackWuLieHao','2018-03-28 20:41:42'),(9379,2,'1874f441c4c562675e044cdbb6d3c4dee83e701e',4097,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-28 20:31:57'),(9380,2,'558bd8fc9ff433f771637baf27db0ca0b91e68e2',4096,'* Modify the rights of restart in multi-user task.','wumo','2018-03-28 20:30:48'),(9381,2,'65036c3cf7ede8b61347a0d559c25371b40e81c3',4095,'* adjust for table width.','wangyidong','2018-03-28 17:27:13'),(9382,2,'9f43595d79ae342d0c5bda36952735bdde046ca4',4094,'* finish task #3762.','wangyidong','2018-03-28 17:18:14'),(9383,2,'f59975cbc491adfdd9ab9a03ebb8e05025115c45',4093,'* Set default plan as empty select.','daitingting','2018-03-28 16:48:11'),(9384,2,'315a6f931fba50e5fa1e0a1e65eefb74973f1d8d',4092,'* adjust for datatable.','wangyidong','2018-03-28 16:20:28'),(9385,2,'386add70768621084f5cb31b8551e88715e130b1',4091,'* Check exported tasks has children or not.','daitingting','2018-03-28 16:01:44'),(9386,2,'97e7d97cb5dbf137f4804c016d0b21bb03ae7a67',4090,'* Remove useless codes.','daitingting','2018-03-28 15:59:31'),(9387,2,'dc061563602943d9110c7a90cf9108ebe060928a',4089,'* Adjust condition for taskonlyCondition.','daitingting','2018-03-28 15:57:31'),(9388,2,'189ad7ca31b724ef9028c47b75e0ad4db06a563e',4088,'* code for task #3663.','wangyidong','2018-03-28 14:38:39'),(9389,2,'dcd4da2f9348ac415fd0e0fb9628df36b46ff03f',4087,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-03-28 13:54:27'),(9390,2,'f459f4a3dace1772d182ceffbdef2c0c9d7d065d',4086,'* code for task #3663.','wangyidong','2018-03-28 13:52:26'),(9391,2,'3e7af31e9132c750d5ccdd7e27b6572f2e25951c',4085,'* Adjust style for it.','daitingting','2018-03-28 13:44:35'),(9392,2,'f05fbc988f8db67f427f4f280a711dd4228e1896',4084,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-28 13:21:47'),(9393,2,'4058c58ca99d54ce1d0caba383669a281f99880f',4083,'* Update time of task when edit team time or record estimate.','daitingting','2018-03-28 13:19:36'),(9394,2,'14db58abf745a3af9f608af2f631bce90fa67d89',4082,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-28 11:17:58'),(9395,2,'8145e5d9ee90889570ce7411aac0731e6260417c',4081,'* Modify the prompt of pruduct code when create product.','wumo','2018-03-28 11:15:55'),(9396,2,'533c1d401304e0c97c9564fcb1751157625672da',4080,'* Format codes.','daitingting','2018-03-28 09:36:46'),(9397,2,'ff510f9c24c1b839b630f0b530763aac984af2cd',4079,'* Then plan can link with bugs that has been linked with other plans.','daitingting','2018-03-28 09:34:44'),(9398,2,'5f9d7c2fb5a3cfa4853bfb303e0daa6f70f35d84',4078,'Update en.php change tutorial prompt','QingDao Nature Easy Soft Network Technology Co,LTD','2018-03-27 14:48:53'),(9399,2,'69a75b1d17b75a8d178099e5047ff2ceaf8842e5',4077,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-27 14:46:53'),(9400,2,'89757123266442a883a033e68451e7686fc149ba',4076,'* Adjust style.','daitingting','2018-03-27 14:46:37'),(9401,2,'22e5223158dcb4d461e53d7a5b5b933482219d2e',4075,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-27 14:33:16'),(9402,2,'bafde6b274b5129cf253c53332b0f20f2288dfa0',4074,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-27 14:23:40'),(9403,2,'4d8984eeb54baef3dc53d46f4e144af9b5c612d1',4073,'* adjust for upgrade.','wangyidong','2018-03-27 14:23:19'),(9404,2,'7f520b741d6f6e8a9049791b01910997b25cb671',4072,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-27 10:25:17'),(9405,2,'3b7afb5483d84b043fcbd82760cda5405fda32a7',4071,'* Add condition for set function.','daitingting','2018-03-27 10:24:56'),(9406,2,'48b97ea2928b1533373a54aac183c516b3614551',4070,'* optimize the notes.','wumo','2018-03-26 15:33:46'),(9407,2,'ff19e33fd0dff4b9cbd6fc4780a155fc623d8511',4069,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-26 09:12:22'),(9408,2,'24f28c0c1cca6d212563726beed25aa15d70e04a',4068,'* Fix the error time of changelog.','wumo','2018-03-26 09:11:16'),(9409,2,'a4b6765a3b949f7a6ec1e3879e033e6c27a923a1',4067,'* adjust for zh-tw lang.','wangyidong','2018-03-26 09:06:19'),(9410,2,'4df677f7bd0652946e729eef513663845e81b383',4066,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-26 09:02:12'),(9411,2,'07fa914150df137eabd1938e98bfb3da1b0386f8',4065,'* Differentiate batch creation tasks and subtasks.','wumo','2018-03-26 09:00:31'),(9412,2,'74738607aa2c60548125bbc2baf65743ae8e7418',4064,'* adjust code for upgrade.','wangyidong','2018-03-26 08:38:28'),(9413,2,'7e82a431dfcce337b6115f5a84395b25dd1f8d94',4063,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-23 16:15:00'),(9414,2,'3cc37dd724d709cba9c6d4c074b27ec990a4ea7d',4062,'* adjust for delete parent task with child tasks.','wangyidong','2018-03-23 16:14:16'),(9415,2,'6c7e587b20e7c7e5384d25845115dc955e805a55',4061,'* fix for deleted product.','wangyidong','2018-03-23 14:10:13'),(9416,2,'55b8bebc83d99d87cf37d6143142c46bd0af2838',4060,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-23 13:34:20'),(9417,2,'d02f8b2ee22429efcd0c585738c3570186e86c45',4059,'* fix for update parent task status.','wangyidong','2018-03-23 13:33:54'),(9418,2,'ab7ff4024f24143f7e6d6a1a2e0e060bd004dc51',4058,'* Adjust codes.','daitingting','2018-03-23 11:33:35'),(9419,2,'627d055dff379b1a7cf4dc3e52cab2f1027acd68',4057,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-23 11:28:05'),(9420,2,'8fad0264bb914c95b44b945da7043159762d26f2',4056,'* Adjust codes.','daitingting','2018-03-23 11:27:52'),(9421,2,'5bb0c038f2781fd1db5c8b6511948021e581cb61',4055,'* code for task #3752.','wangyidong','2018-03-23 11:13:16'),(9422,2,'0954a39e0ac4016ba65f9674ac54de65e18ca719',4054,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-23 10:59:31'),(9423,2,'ec374fd2d7d135c71e277c9143078b30fd5dcfb3',4053,'* code for task #3685.','wangyidong','2018-03-23 10:59:11'),(9424,2,'8cfa2878d02ad418b24d02175e98b220ed2eff1f',4052,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-23 10:49:13'),(9425,2,'51d60bac36a32e509842da2ce969659ad6d699db',4051,'* Adjust fixTaskAssignedTo function when update from 9.8.1.','daitingting','2018-03-23 10:48:38'),(9426,2,'b996e427f04cc9424f7de9d3fb8e04bf94e6d84e',4050,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-23 10:09:11'),(9427,2,'96aef84f2c706bcaa76c40aee5866036a04cb13a',4049,'* adjust for update parent task status.','wangyidong','2018-03-23 10:08:44'),(9428,2,'a8e8c79660a519399cc28cfa288433d64aae5768',4048,'* Adjust the style.','wumo','2018-03-23 05:48:24'),(9429,2,'bc9224a9597d13c588df721cb704932bebb929df',4047,'* Limit the width of parent title.','wumo','2018-03-23 05:34:34'),(9430,2,'62ccee6316fcc3a5033c8a2f9d37e7e2b561ad44',4046,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-23 04:12:09'),(9431,2,'ef8e72fc0e79f9b1fefeed4b8489a655685e3877',4045,'* Set the value of deleted product line to 0.','wumo','2018-03-23 04:10:50'),(9432,2,'061b323440f7143091b9a39fa26671fdcdef6664',4044,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-23 00:51:26'),(9433,2,'1779bdeedcbe01aec5e23015066b49839c43e57b',4043,'* Change the object of assigned to.','wumo','2018-03-23 00:48:54'),(9434,2,'5633a1ad1ad9bcd8824b9b1249796f7d2ae4e884',4042,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-23 00:20:01'),(9435,2,'c59b3290fc0690e629d24c6e7b6116cb6f72e027',4041,'* Add product line when batch edit products.','wumo','2018-03-23 00:18:42'),(9436,2,'e9d1a804c4dbd5d29b0f232b3ef401702ddf146e',4040,'* Add parent title when batch create children task.','wumo','2018-03-22 23:18:28'),(9437,2,'1ea17ed25dcef3220339babe054126af96f8d68d',4039,'* Fix the bug of typeList of todo.','wumo','2018-03-22 23:08:55'),(9438,2,'4a611fd671d542c1274ebfa08c19fcf3fefa6908',4038,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-22 16:53:52'),(9439,2,'402861a88ee946e7ba5f14b67f241aa6f3c10b4a',4037,'* Filter the invalid key in custom module. * Change function called to picture when edit product.','wumo','2018-03-22 16:49:51'),(9440,2,'3212c1d41e5a7877e513a9a1a74c34327cce1f0d',4036,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-22 16:28:45'),(9441,2,'5786761b69ebf802119e146a60030a9d94a18bd8',4035,'* Adjust codes.','daitingting','2018-03-22 16:22:32'),(9442,2,'19bb7f1f1e4b1df7a1c9fad00f3824700cd9b750',4034,'* Adjust params for page function.','daitingting','2018-03-22 15:45:49'),(9443,2,'a474597c66943868142fa9221c9d9b1d6d5ad05a',4033,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-22 15:43:25'),(9444,2,'867849c2544c00ae69f925a3f45eb995a35354b2',4032,'* Optimize future function for productplan.','daitingting','2018-03-22 15:42:57'),(9445,2,'3027a4fd3bd977cee54a7aaf10a4fc52e54f4fca',4031,'* adjust for team padding in modal.','wangyidong','2018-03-22 15:28:50'),(9446,2,'4d475eef594c7522d8445e5c0445ef57d7f98196',4030,'* fix error for deleted branch in link story.','wangyidong','2018-03-22 15:11:52'),(9447,2,'bb0cb8efdd96397b1d92d5656e4e58be31dec086',4029,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-22 15:01:34'),(9448,2,'ad1a24089df2fc50dde598d596dd5ee8990a5cf6',4028,'* code for plan getpairs with unexpired.','wangyidong','2018-03-22 15:00:55'),(9449,2,'f3098cc12f9bb8cf269236dc6ffb617b9c716586',4027,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-22 14:31:05'),(9450,2,'a0204a58e99d2d92d022baad5803eab7fc80943d',4026,'* Display pri value for short type.','daitingting','2018-03-22 14:30:28'),(9451,2,'fb223a3bd76f92e71be6f70839cdb13dae23276a',4025,'* adjust for check has custom pri.','wangyidong','2018-03-22 14:29:27'),(9452,2,'a72bf602d3a5ad9ff897ab1f710d4388eb0f67aa',4024,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-22 14:17:43'),(9453,2,'38219cede9258542eb13cae04bd2203ce682c633',4023,'* fix for width.','wangyidong','2018-03-22 14:17:09'),(9454,2,'e24e6c318ef90db3ed3d506283ca8864a0e173e3',4022,'* Add changelog for 9.8.2.','daitingting','2018-03-22 14:03:05'),(9455,2,'3877c7f11169fd3dbf925b10ecaa3ae25fe5a167',4021,'* Fix check Limit code in orderby function.','guanxiying','2018-03-22 08:11:41'),(9456,2,'b2cd6c62f3ec6d22b3dfcc7e36381377c62860a9',4020,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-21 16:02:42'),(9457,2,'7ebfcde7f2e77bb4bff8e452d41c246d8893aaaf',4019,'* Fix the bug of comment and setting key.','wumo','2018-03-21 16:01:12'),(9458,2,'c1dd0e25ecec87b870768b748d68869a7b17d56f',4018,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-21 15:02:14'),(9459,2,'6dd688f3b78a8c8ed22bb9d79436da6488a2c8fc',4017,'* adjust for batch create.','wangyidong','2018-03-21 15:01:57'),(9460,2,'4c9cf4d1f324fc107e9808c8215842b620c8fb78',4016,'* Fix the bug of comment.','wumo','2018-03-21 14:57:24'),(9461,2,'1c9d3674b016b1d0bfc0b71bc235aff61e16b8a1',4015,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-21 14:22:29'),(9462,2,'980c043a256dfbede540feeb4ea73ef01e9af118',4014,'* Adjust codes.','wumo','2018-03-21 14:17:09'),(9463,2,'7ad64ebd8013459d1dfd1fe9a61351c3cfaf5004',4013,'* Adjust realname field of zt_user.','daitingting','2018-03-21 14:12:41'),(9464,2,'0fddc8a6b09c064987dfee7555b4b825bd0998d7',4012,'* Adjust codes.','daitingting','2018-03-21 14:10:36'),(9465,2,'a0aa9f6d6e6992e0ac2103e32f15dab82faca238',4011,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-21 13:45:31'),(9466,2,'3dd4a4e97b6d0a1c0cbfff26df0c9d0d068ed067',4010,'* Adjust fixClosedInfo of project.','daitingting','2018-03-21 13:45:07'),(9467,2,'0fb63f38142257ebf78e8028d8eef459a755c53a',4009,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-21 13:33:43'),(9468,2,'99dbec60618572f74ab132d179bbfa962a2faeae',4008,'* Adjust codes.','wumo','2018-03-21 13:33:04'),(9469,2,'7e77a6d999575452db4ba8e42f02360d19c2f099',4007,'* fix bug.','wangyidong','2018-03-21 13:23:22'),(9470,2,'0345d0e4fba133770a5d38dabff962ed09988e91',4006,'* merge update sql to zentao.sql.','wangyidong','2018-03-21 13:13:52'),(9471,2,'ee62c220306ba002690adefe8a4a4057bc4322b2',4005,'* Adjust version.','daitingting','2018-03-21 11:23:18'),(9472,2,'fc4c03fce2b692207d3364b765004cb75a34aff4',4004,'* Adjust default full blocks.','daitingting','2018-03-21 11:20:18'),(9473,2,'714c5803962763f3222fb5e864b1db5959d498dd',4003,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-21 09:49:39'),(9474,2,'9e6348b10eaf4e1661695d8fa686268cd24399f0',4002,'* code for child task.','wangyidong','2018-03-21 09:49:00'),(9475,2,'b40e2bb9ea43d7be0f7ed9b3f5936b8ba4c49bb5',4001,'* Add tw language.','daitingting','2018-03-21 09:30:47'),(9476,2,'cd3971346f04ada2789be933c594658fcfe27d12',4000,'* Display future for future plan.','daitingting','2018-03-21 09:23:58'),(9477,2,'872821d830ae320970eae55a6b40719e564cdee7',3999,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-21 09:14:10'),(9478,2,'040137e1101adbb3a6f6771172097c84b392b4b7',3998,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-21 08:56:58'),(9479,2,'7ad7e91147ce2203d1041512c6606793f689ab79',3997,'* finish task #3747.','wangyidong','2018-03-21 08:56:26'),(9480,2,'892103d854fc2d06732767250644f44f4f17ae52',3996,'* Add height for textarea.','daitingting','2018-03-20 18:50:36'),(9481,2,'53fa13226b1c2db651154293417a000e9a859ace',3995,'* Add tips when build is empty.','wumo','2018-03-20 18:39:03'),(9482,2,'f25154c98a158a44c1a9bf15c154ad038c7d6e49',3994,'* Fix closedBy and closedDate for closed project before.','daitingting','2018-03-20 18:34:49'),(9483,2,'c8bb6b67263f0a65bae6e04229600f3b06d81178',3993,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-20 18:03:29'),(9484,2,'def66979e104309ce3ecbba6c1448dac6f67c8d3',3992,'* Project can not be delayed when it has been closed.','daitingting','2018-03-20 18:01:58'),(9485,2,'44a6a843e0ee671f493f5b0ea98fa2fb20842f34',3991,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','Catouse','2018-03-20 17:58:59'),(9486,2,'29b3502d0360c92b268c84c675612c0ef2dd7b69',3990,'* improve style of elements witch has long text inside.','Catouse','2018-03-20 17:58:39'),(9487,2,'de741a4c689d977c74c61d0d9c701080f3762c9f',3989,'* Get last productplan without future.','daitingting','2018-03-20 17:24:56'),(9488,2,'1e1a2ae0262384a4bb3ab481420cc9b368ec9370',3988,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-20 17:17:55'),(9489,2,'bcf1a89305746ae299123ad338c1d8d82c36f272',3987,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-20 17:15:36'),(9490,2,'3e3d7c30e42670a36d30100c2ad314ba90709c41',3986,'* Adjust style for create and edit todo.','daitingting','2018-03-20 17:14:49'),(9491,2,'dfe9ca2e6052169cfaa62ee10166e01b46397150',3985,'* finish task #3748.','wangyidong','2018-03-20 17:07:07'),(9492,2,'c4e167763ff27934dab0c6c8d40cf49c0e06437c',3984,'* Adjust codes.','daitingting','2018-03-20 16:51:21'),(9493,2,'04b123ac7d1e279d2609ce30e18bf033abdd5263',3983,'* @assignedTo when object has assignedTo.','daitingting','2018-03-20 15:09:33'),(9494,2,'ca63164bc93750532bb7eb2809e1d15ac524dc61',3982,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','daitingting','2018-03-20 15:02:00'),(9495,2,'59b5cbcd22e8a9882dbb74b52fb52590ff675ee8',3981,'* Add resolved and bugconfirmed action for @.','daitingting','2018-03-20 15:01:06'),(9496,2,'c7823a04c2385efe99aaa0b963177c9b807df680',3980,'* Filter invalid comment.','wumo','2018-03-20 14:21:20'),(9497,2,'74e29a42a30e73689c6ecf2a2d72fea18b00f90c',3979,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-20 14:03:30'),(9498,2,'72956d591042bf348a87fde63f3620d3c852ba89',3978,'* Adjust batch create style.','wumo','2018-03-20 13:59:46'),(9499,2,'886153a0db4b9f336f1287ccf3f7ddfcea267d07',3977,'* adjust for delete branch.','wangyidong','2018-03-20 13:11:53'),(9500,2,'36b04eb6d5bea3ff7e80897fd343e91c2d9613de',3976,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-20 10:45:14'),(9501,2,'b5f40d4ad1597161ccae0d24bb611e9d4440810f',3975,'* finish task #3742.','wangyidong','2018-03-20 10:44:49'),(9502,2,'5ca4cb2559217ac6225be85c9ce6c792600494e3',3974,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','Catouse','2018-03-20 10:29:48'),(9503,2,'a0ab6272f1d7b0b0fd31b588d061a5f6bae44f1d',3973,'* finish task #3725 and fix bug #1406.','Catouse','2018-03-20 10:14:49'),(9504,2,'152347935035013cb57767a8b251e976317036fa',3972,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-20 10:11:25'),(9505,2,'1c2db4e95b92dd89bb7516f88ca1d308388fdd69',3971,'* finish task #3740.','wangyidong','2018-03-20 10:10:23'),(9506,2,'cd918d09fd33f81eceeb16b925df3e272d2fddf8',3970,'* Check the key of user when setting.','wumo','2018-03-20 10:00:30'),(9507,2,'a87465f4536c1a0b17b9a7f27a569306a432605d',3969,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-19 18:39:15'),(9508,2,'498a02e1426d093f48f3d48ed23b98f6a52aca5e',3968,'* Fix the bug of key column empty.','wumo','2018-03-19 18:36:19'),(9509,2,'4b938be75feb4141e306375344abd7a3f305cec6',3967,'Merge branch \'zentaopms_9.8\' into origin/zentaopms_9.8','daitingting','2018-03-19 18:33:51'),(9510,2,'6ca2173168adc8090281985ea33ab27ed1d16da3',3966,'Merge branches \'zentaopms_9.8\' and \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','Catouse','2018-03-19 17:13:20'),(9511,2,'2f5ac1ad32900b7bcd265e9637a8e334f6ac7b3f',3965,'* Adjust length checking.','daitingting','2018-03-19 17:13:12'),(9512,2,'37dfcc7a26fb7b40c51642f83c0637bc5ba9ebd7',3964,'* finish task #3712 and fix bug #1419.','Catouse','2018-03-19 17:13:01'),(9513,2,'90a2fa2f4a2e3e8f6ee52a3273feffc5290c9101',3963,'* Add the product line in batchedit page.','wumo','2018-03-19 16:57:25'),(9514,2,'7ff7bfd43571d6caa3ea3f02a17703d4c190da77',3962,'* Adjust task page for chilrenTask.','daitingting','2018-03-19 16:54:29'),(9515,2,'9123dbb30cf4008deda0c7668015686182729a24',3961,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','Catouse','2018-03-19 16:30:57'),(9516,2,'a28fbfca2749c6afeb65bda60e9b4e446144f376',3960,'* finish task #3752 and fix bug #1339.','Catouse','2018-03-19 16:30:23'),(9517,2,'2ff47d30fb8f89163bc7aaacbf10f566ee610bee',3959,'* Add the product line in batchedit page.','wumo','2018-03-19 16:23:17'),(9518,2,'cab2a753af50a015fe803aac663cb074d3b76c5f',3958,'* Adjust pri.','daitingting','2018-03-19 15:43:56'),(9519,2,'f6e84c6dfb30b2a45b664503393023b4790497db',3957,'* fix bug #1432 and finish task #3689.','Catouse','2018-03-19 15:21:27'),(9520,2,'05ad31403deb3d4ed3df6feb67e1ba129a4ce192',3956,'* Open build link in current page.','daitingting','2018-03-19 14:55:54'),(9521,2,'9c2c0a6926dce7e9c00e308bd9a94310a8a0618a',3955,'* Adjust style for them.','daitingting','2018-03-19 14:51:27'),(9522,2,'36f00235208bb8e33f1f2311dbc4758cd2cc59cd',3954,'* Unset \'n/a\' from resultList of testcase.','daitingting','2018-03-19 14:12:04'),(9523,2,'8c9f4876d633f38e7a515f879c0f11a61c35662b',3953,'* Assigned to me in the block to be popout directly','wumo','2018-03-19 14:04:09'),(9524,2,'8c40b14b66bc6f9bd3d649b87b66dac7de563f44',3952,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','Catouse','2018-03-19 13:33:01'),(9525,2,'5c406b6df2afcbb124ef0cad02ffe68f14a13a80',3951,'* init modal trigger when refresh block content.','Catouse','2018-03-19 13:31:55'),(9526,2,'e9f39df3b333b172366ae51e0274de3741748464',3950,'* finish task #3719.','wangyidong','2018-03-19 13:22:19'),(9527,2,'7d72b791f1ac88a34325c969cb51507189b32f22',3949,'* adjust for kanban.','wangyidong','2018-03-19 11:24:00'),(9528,2,'c9ad9be6399eeffaadba73f539e1bf9214c87861',3948,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-19 10:45:15'),(9529,2,'e70b1a5b8d036809f9d6b0f3265f24439d786074',3947,'* finish task #3739.','wangyidong','2018-03-19 10:44:46'),(9530,2,'4e57098de2c04ad3a56b63ffe88f36118e72a0a3',3946,'* Adjust style for ordered list in ueditor.','daitingting','2018-03-19 10:18:18'),(9531,2,'edc8c3d627d8d87600274850916ced330e5df001',3945,'* Adjust zh-cn language in en file.','daitingting','2018-03-19 09:58:31'),(9532,2,'087fe4f4ca04231c49e8f875c744432b1f9f107d',3944,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-19 09:49:28'),(9533,2,'b2c3df08296ae6e271b60946e86f9d106d0677c0',3943,'* Differentiate batch creation tasks and subtasks.','wumo','2018-03-19 09:44:41'),(9534,2,'ab27e19ccb37da57d1361053a1d1050ea29e9c92',3942,'* Filter the ops when create test.','wumo','2018-03-17 16:59:04'),(9535,2,'9eb0dcc84eeeee491000ca0de0f58c3d828dec0f',3941,'* code for task #3728.','wangyidong','2018-03-16 17:33:38'),(9536,2,'ef781fae09349ddeb1e093b6218900acf3a26c2d',3940,'* finish task #3728.','wangyidong','2018-03-16 16:32:55'),(9537,2,'4b1f71460530705fcb38256cd72cb71199bb6b53',3939,'* Use latest resolutionList for report.','daitingting','2018-03-16 16:19:54'),(9538,2,'a3140789daa3d0c2668157f54c5d2f126f223d16',3938,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-16 15:51:30'),(9539,2,'809c8d5eb290419ceede43f7a9a3a9d57cd430b6',3937,'* finish task #3727.','wangyidong','2018-03-16 15:51:14'),(9540,2,'e7eedb412937e28421dbbdd4e738df932ce17ab2',3936,'* Modify the prompt information when the user account is invalid','wumo','2018-03-16 15:35:13'),(9541,2,'e20ad46810d31b48fd82fa68073b5ac4ad9e76c1',3935,'* Set begin and end is future when click future button.','daitingting','2018-03-16 15:31:22'),(9542,2,'eb45ec5a3100e2078324b2d82fa571351b151555',3934,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-16 14:04:45'),(9543,2,'c817f579f4a0ed68c803e2fbbe07fb919dcebf6d',3933,'* Fix the bug of delete in todo view page.','wumo','2018-03-16 14:03:42'),(9544,2,'87a0679cbf4db24bb1a7bec705b865c8414e862b',3932,'* finish task #3720.','wangyidong','2018-03-16 13:23:16'),(9545,2,'3a2cb307414229a17fa4519521cf8617bab04832',3931,'* finish task #3702.','wangyidong','2018-03-16 11:36:11'),(9546,2,'35e3a0ea3807f09452aade5466ce4ad356ef735a',3930,'* Adjust status when close project.','daitingting','2018-03-16 09:35:20'),(9547,2,'5f8cd4a5dc9522010431889b0d4b6ce85ff8f9fd',3929,'* Fix assignedTo for closed children task.','daitingting','2018-03-15 17:27:51'),(9548,2,'953b433c09e00f1fd3f4e78c64e580f2a479dc68',3928,'* Fix a bug for export case in onlyTest flow.','daitingting','2018-03-15 16:48:12'),(9549,2,'ecf59d2a97c79f1c702f0fc578250421b178edc8',3927,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-15 16:38:37'),(9550,2,'adb6d590871445911b1d0c36d2eab88564c1e48a',3926,'* finish task #3724.','wangyidong','2018-03-15 16:38:08'),(9551,2,'dac814d5e2d7a219ee670a2aa1267f746ff9666d',3925,'* Get cases that are not deleted.','daitingting','2018-03-15 16:18:05'),(9552,2,'b4d93a9b7e7258e0d1fad6de5cab03bc1657aa17',3924,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-15 15:45:42'),(9553,2,'22afb6059118561a46059262fdd60017d0114be6',3923,'* Show pictures when edit product.','wumo','2018-03-15 15:44:26'),(9554,2,'e7189afaafc0fe0c9e74ac009abd2f3249f7ab49',3922,'* finish task #3705.','wangyidong','2018-03-15 15:00:23'),(9555,2,'4178e93824e7f3901f1ffa408f2ca147b7be49ba',3921,'* finish task #3701.','wangyidong','2018-03-15 14:52:35'),(9556,2,'d715b2ab99e27bb841e74efb88d48b34cffb68d6',3920,'* finish task #3669.','wangyidong','2018-03-15 13:33:34'),(9557,2,'56a4f70e1a31cb6066e50ead6f60e546252942a5',3919,'* finish task #3731.','wangyidong','2018-03-15 13:20:43'),(9558,2,'9d0261a5780704a12eb3a083f2837df0b28e40a7',3918,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-15 11:21:49'),(9559,2,'fb8b43ea4b68770c1a8b5a8a0e1f92374f45b56a',3917,'* finish task #3726.','wangyidong','2018-03-15 11:19:26'),(9560,2,'aad4e06ca6953d7590675e983d8bc70cf002ce4c',3916,'* roll back the config file. * Check the legality of the mailbox when edit profile.','wumo','2018-03-15 11:06:43'),(9561,2,'ccc8cbf47c447df0729b6dec2d8e148fffab7ab7',3915,'* Update children task when close parent task.','daitingting','2018-03-15 11:02:23'),(9562,2,'04678c4c4b4430824560430865adfb0306c4a70f',3914,'* Fix bug #1423.','daitingting','2018-03-15 10:10:58'),(9563,2,'8f9a8248a8e616686842fdd928595ce71ef3b5d7',3913,'* Format codes. * Put the page function in the end.','daitingting','2018-03-15 09:33:47'),(9564,2,'e76ac1b147625cf2a772384b59bb4b049664e614',3912,'* Test','wumo','2018-03-15 09:05:43'),(9565,2,'eb88de6a3fd7211eaa750669c355d11ff097e1e8',3911,'* Modify the error date in Changelog * Adjust the order of product plan table columns.','wumo','2018-03-14 20:13:50'),(9566,2,'287d31735994a904e8fffd0e88d3c5076d3f69eb',3910,'* Get distinct records, fix bug #1453.','daitingting','2018-03-14 17:36:22'),(9567,2,'75c8a6d18a710870dbbbc53da6a9fd35232fc666',3909,'* Add release time of the Modify log.','wumo','2018-03-14 17:22:32'),(9568,2,'d1d033ddd9317f161163c07585e2a6b2ebcd4c1e',3908,'Merge branches \'zentaopms_9.8\' and \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into origin/zentaopms_9.8','daitingting','2018-03-14 16:34:58'),(9569,2,'c81e7570b3a74479189773bc6190ee709dca0b0f',3907,'* Fix bug #1431.','daitingting','2018-03-14 16:28:32'),(9570,2,'4ea0e404e15f43f698830296c76c960acdb03dfe',3906,'* Display empty when delete product line * Default assigned to the task creator when completed','wumo','2018-03-14 16:17:23'),(9571,2,'6e2614f1e9e5331fcb3dcd8fcb0862c3be63c607',3905,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-14 15:24:29'),(9572,2,'9587e0bffc961b7c478583a0083a740e4f1b7bcc',3904,'Merge branch \'zentaopms_9.8\' of github.com:easysoft/zentaopms into zentaopms_9.8','wangyidong','2018-03-14 15:22:21'),(9573,2,'5744a32e0f7458eca1a6ac1a2e337240d8f2fc16',3903,'* finish task #3713.','wangyidong','2018-03-14 15:21:41'),(9574,2,'38ca1a2c4239cfcc92d8f36dbda07d38453ef2d5',3902,'* Show the address link of download','wumo','2018-03-14 15:17:25'),(9575,2,'beee7b68503151ede8ecfd5cd6d4aecb053352f5',3901,'* Show empty when there is no task','wumo','2018-03-14 14:02:11'),(9576,2,'cdb834b36a0eb4e11f1ee8a30a32e59fb204a1d4',3900,'* Display the module level completely','wumo','2018-03-14 11:26:58'),(9577,2,'2bbd10daae8f613243f38442bb53d0ef8dde26eb',3899,'Merge branch \'zentaopms_9.8\' of https://github.com/easysoft/zentaopms into zentaopms_9.8','wumo','2018-03-14 11:11:19'),(9578,2,'479cf51461e2390ceb615ef85f526418aa50eca2',3898,'Display the moduel level completely','wumo','2018-03-14 11:11:12'),(9579,2,'40318ec8ada40d91c858c388ae44d86e3b7106fc',3897,'* finish task #3683.','wangyidong','2018-03-14 10:56:16'),(9580,2,'0518e473a3b6cbc8d12d71aa4b5268485ba587fa',3896,'* finish task #3678.','wangyidong','2018-03-14 10:03:32'),(9581,2,'e5981e96435658f689da84c6506a0400d927e95d',3895,'* finish task #3680.','wangyidong','2018-03-14 09:58:24'),(9582,2,'5e6d6aefe75fd465b6e2afecbefdf848fc9bbb5d',3894,'* finish task #3672.','wangyidong','2018-03-13 17:34:20'),(9583,2,'17c161dc74575eed42c107791cd8d07e0e9eb256',3893,'* finish task #3665.','wangyidong','2018-03-13 17:14:02'),(9584,2,'c8393b9e088f548b30b1f8137e7c440a5ffacdc7',3892,'* finish task #3664.','wangyidong','2018-03-13 16:40:07'),(9585,2,'d35e51a15a99126aec1555c740a2098909aa3d50',3891,'* merge new change.','wangyidong','2018-03-13 12:26:20'),(9586,2,'dde68dcf1bf63a1039377d382dc5c16716063571',3890,'* change for create ext dir.','wangyidong','2018-03-13 11:51:38'),(9587,2,'8d64b4c9eb5062303f42d76fa3806e740afb48c8',3889,'* change for 9.8.1 version.','wangyidong','2018-03-13 11:29:28'),(9588,2,'93a3bfe516da3adcc0603e29cae31bc4e37ef493',3888,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-03-13 10:49:01'),(9589,2,'eaa0265f7498872cdc50957a87614346a58f7b46',3887,'* adjust css for new ui.','wangyidong','2018-03-13 10:48:14'),(9590,2,'bffd215f7ddc500d8c6d59421d066b63989c06a6',3886,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2018-03-12 18:23:31'),(9591,2,'c31114116d57fca59108b81a4182ed345b8c6eab',3885,'* Move error of entry to entry\'s config.','liugang','2018-03-12 18:23:04'),(9592,2,'ea0427036219c0258935732b39c1e913da48cee4',3884,'* adjust for block.','wangyidong','2018-03-07 14:31:26'),(9593,2,'ad797236c43b5bb009dde1d4f33dc254cc14628e',3883,'* change for zui css.','wangyidong','2018-03-06 13:59:40'),(9594,2,'816e5d1ff9c595ab39b465c9b8604592d27b9143',3882,'* adjust for ui.','wangyidong','2018-03-05 09:57:32'),(9595,2,'1e633ae7ade5527a3f660424f56940ac9b5563a2',3881,'* finish for todo edit page.','wangyidong','2018-03-02 14:16:58'),(9596,2,'003db1f422f9a71f2c7454ec349295c5b291a6f2',3880,'* change for todo batch create page.','wangyidong','2018-03-02 10:57:26'),(9597,2,'2441218615ff407a99627bb78d4b328d363080f4',3879,'* fix for get priv product.','wangyidong','2018-03-02 10:56:08'),(9598,2,'973d0e258fe75f604987cb67bc59aaa9b3e2528c',3878,'* change for license.','wangyidong','2018-03-02 10:47:36'),(9599,2,'2cde802376910e3d20375c5eafe754e793f8adf3',3877,'* change for message header.','wangyidong','2018-02-28 11:37:55'),(9600,2,'f228dcf4565044bac8e11ca2e6abae5a22559881',3876,'* fix bug for check unique module.','wangyidong','2018-02-28 10:54:46'),(9601,2,'e3fae8dffec6a80691701f09a11d91420c353c97',3875,'* fix bug for ajax get story.','wangyidong','2018-02-27 14:42:41'),(9602,2,'427fdff3240f846410b0d5a5e406ef582cd4063c',3874,'* update for new zui','wangyidong','2018-02-24 17:31:43'),(9603,2,'ea74787b8709e0d3e4b66ca4f3a8fd1c49593910',3873,'* change todo to calendar.','wangyidong','2018-02-09 11:01:02'),(9604,2,'a2d2f4b924dcf12d3bd45d1d9c75f558f7767898',3872,'* adjust lang.','wangyidong','2018-02-08 09:32:22'),(9605,2,'e1d2ee80df129540c361ab1c61995811ac6434ad',3871,'* change for upgrade 10.0.beta.','wangyidong','2018-02-08 09:11:03'),(9606,2,'51ce938acc094982025c6ca9417bffb20aab7ca5',3870,'* adjust code and fix bug.','wangyidong','2018-02-08 08:25:02'),(9607,2,'6f2c3c1b93d43002f0c5c93d5af69cbd388cb2f1',3869,'* change for 9.8.1 version.','wangyidong','2018-02-07 14:19:57'),(9608,2,'3cde365b5c1b35fea89a80a17331b3b5a99c31fd',3868,'* fix bug.','wangyidong','2018-02-07 13:50:41'),(9609,2,'db1224f37a18d8134e387e0a920eb9b8eaf20dc5',3867,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-02-07 13:50:19'),(9610,2,'1f4b2df38ff53c969db2a3cb42eae5f1dc4b73ef',3866,'* change for create todo in block.','wangyidong','2018-02-07 13:49:48'),(9611,2,'74adbfa8aa4ad88a3048fdea91e7a1e981b65fb3',3865,'change demo user from 10->3','dajiao007','2018-02-07 13:43:17'),(9612,2,'e3f60c4af330a6d50fea3b0a1986c9a5aadc009b',3864,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-02-06 10:43:05'),(9613,2,'a623b9016b84c8acbffb8704f533283854dd474b',3863,'* change for upgrade.','wangyidong','2018-02-06 10:42:51'),(9614,2,'57a21b160ec2352c163a291d8b5e2f28f79bc7fe',3862,'Update productsummary.html.php change 2 column width of date','dajiao007','2018-02-02 13:31:27'),(9615,2,'0b281d6ed32d46ec0603cd244f9652b74b230e94',3861,'* adjust lang.','wangyidong','2018-02-01 16:12:16'),(9616,2,'c9ee62c89774a1fcadcf5cdf3c0e04455a9074b3',3860,'* adjust for block view.','wangyidong','2018-02-01 15:39:52'),(9617,2,'8e2dee9fb610b0da867a60847156f232a899b7a1',3859,'* adjust for case block.','wangyidong','2018-02-01 14:23:19'),(9618,2,'ed2ecf6fd6f75af06527f5274cd22f416a7bd357',3858,'* adjust for todo block.','wangyidong','2018-01-31 16:31:41'),(9619,2,'30bc8d77095a16e6b15f262631911bb7fdad0017',3857,'* adjust for task #3592.','wangyidong','2018-01-31 15:16:29'),(9620,2,'120e83a593252a59d62283b721ca0e30f92417c9',3856,'* finish task #3606.','wangyidong','2018-01-31 13:08:44'),(9621,2,'dff29fb2afd32c4bf2b1e6ccb36e1536dca2f52b',3855,'* finish task #3600,3598.','wangyidong','2018-01-31 09:41:53'),(9622,2,'894fd6310f425e1198a30883722f8deb61d71f0a',3854,'* fix bug.','wangyidong','2018-01-31 08:16:20'),(9623,2,'95db27aa7b4807a12f36788b7a2492e06ba40abb',3853,'* adjust for check custom pri.','wangyidong','2018-01-30 09:57:56'),(9624,2,'b557f3896deef96e7ee516b5d1dcac8798108c05',3852,'* adjust for action and header.','wangyidong','2018-01-29 15:07:26'),(9625,2,'4e53c6ef1449f9b6d52452456c23a389382821aa',3851,'* adjust for block and change for todo block.','wangyidong','2018-01-29 14:08:42'),(9626,2,'e2dc1c80d9ee9d598d9d7ec34f3e1b5bdea86a6a',3850,'* add title for company name.','wangyidong','2018-01-26 15:38:28'),(9627,2,'eb11984ef8e7e45fd2333e97b346d75fc7f74ec8',3849,'* code for new style.','wangyidong','2018-01-26 15:11:14'),(9628,2,'f90925b51e4c48abbe5ccf0d5275c4675ec04ded',3848,'* change for add ext for package.','wangyidong','2018-01-26 13:07:48'),(9629,2,'8bb8e25fb3df5617d156172349c7be60b11e8ea3',3847,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-26 10:51:58'),(9630,2,'b4ecfb6c697f9d13f77214d0e370eb7e6f47abae',3846,'* change for welcome block.','wangyidong','2018-01-26 10:51:32'),(9631,2,'b241e07d7853397c4fe4cd29b260c046f38b4a74',3845,'change translation of adding user','dajiao007','2018-01-26 09:54:45'),(9632,2,'5d23ea8e88553fe0228504d838f1b328e1f970b2',3844,'* change for task #3602.','wangyidong','2018-01-26 09:37:00'),(9633,2,'baa2e063ea023375d7820895a6e7a30e9a9acc25',3843,'* adjust for edit story.','wangyidong','2018-01-25 15:12:12'),(9634,2,'6a85480785687bcbd354517e3a7289cadbcf1c36',3842,'* adjust for block.','wangyidong','2018-01-25 14:22:57'),(9635,2,'03c3226ca4ac69d63ea9e3f556a1b93b080652ea',3841,'* finish task #3604.','wangyidong','2018-01-25 10:52:03'),(9636,2,'b668217ba23c6ec88dfd1ea198b00f901bb00c78',3840,'* change for flowchart.','wangyidong','2018-01-24 17:05:40'),(9637,2,'f6be2bb180fdf7f26522936bb42811ffffccabf4',3839,'* finish task #3608.','wangyidong','2018-01-24 16:11:11'),(9638,2,'a2c4e7f594e0eb4a400f9d1d6189ebd848e50925',3838,'* finish task #3613.','wangyidong','2018-01-24 15:35:37'),(9639,2,'0dd8eb6f0593943f63777e4f8a8b12f4baf28f2c',3837,'* adjust for ux.','wangyidong','2018-01-24 09:53:47'),(9640,2,'11014675d26df6396c36cf1f3886fe06cd23c997',3836,'* fix for doc view page and adjust index.php for check upgrade.','wangyidong','2018-01-22 13:14:08'),(9641,2,'911e27077509a8ef3ccc3a2ebde9badb928e9ef9',3835,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-19 18:00:56'),(9642,2,'c05073c2f9915bdc3fc9d83485f5df74bc81f311',3834,'* fix bug.','wangyidong','2018-01-19 18:00:26'),(9643,2,'50aaf9cce0dbbaf3de67de6b4d0382d0619b9bdc',3833,'recover \'hide\' into statement','dajiao007','2018-01-18 14:10:19'),(9644,2,'3a325feef8d290f93a8edacd95aa31d39279272b',3832,'change translation of install pages','dajiao007','2018-01-18 13:50:04'),(9645,2,'341a9ce7214993dedaf7a0ddf3b10b181251da91',3831,'* Remove English part from it.','wwccss','2018-01-18 12:17:47'),(9646,2,'474da336c18a6374f1128e31bfbbaa237372631c',3830,'* adjust Install module.','wwccss','2018-01-18 12:11:59'),(9647,2,'74da1e424ffea2d5ef4bda4b367bab2afe126013',3829,'* Split into License.EN and LICENSE.CN','wwccss','2018-01-18 12:06:23'),(9648,2,'8509e89b2bef868ff0099dbb692fe1ec5881aeeb',3828,'delete comma','dajiao007','2018-01-18 11:34:11'),(9649,2,'3ef04af11bde9069e39686c790f522e028de20db',3827,'* adjust for productplan view.','wangyidong','2018-01-18 11:16:57'),(9650,2,'95ce4d6f70017673a0f260c95911457a87a1f27c',3826,'* change for demo.','wangyidong','2018-01-18 10:16:46'),(9651,2,'18b6e57e84c55ded2aa0b5f6c34e428e2e2e5728',3825,'modify translations of \'unconfirmed bug\'','dajiao007','2018-01-17 16:09:19'),(9652,2,'3b5411654463bfd550ea01dd2661cdc0b15d9d1b',3824,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','dajiao007','2018-01-17 16:02:39'),(9653,2,'2a8146f6fb86a36022c497960bb9fdf34d32aa77',3823,'modify translations of admin module','dajiao007','2018-01-17 16:01:59'),(9654,2,'a9dde0e3b43aab8621b84054e3bc2f4cec51f4e3',3822,'* Format code.','滔哥','2018-01-17 13:50:06'),(9655,2,'577e5fbbbdd3dedb90391a4df2f08b60cc9e31a3',3821,'* fix for group case.','wangyidong','2018-01-17 13:19:19'),(9656,2,'acce6ed11a0c78e6c2fe71731cb1f760909b4fbb',3820,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-17 13:03:54'),(9657,2,'1d47fe73792b9f77236c4a5d8e8d129c7d1f9381',3819,'* fix for changelog.','wangyidong','2018-01-17 13:03:26'),(9658,2,'577ee3b376112b02661b412e4804fc405c9d6f6b',3818,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-17 12:24:03'),(9659,2,'a57e30ced710347ded01dcad37b6fba8f4086428',3817,'* Fix bug.','滔哥','2018-01-17 12:23:58'),(9660,2,'2ba5e585dcd4cd0b0f7d2b2eed59bf7ee12229b9',3816,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-17 11:11:37'),(9661,2,'4e8b9f23d446441ce8e1d864c2a123f332a198bc',3815,'* change for misc changelog.','wangyidong','2018-01-17 11:10:58'),(9662,2,'402975b444d94cb40460fff6d84a5364d87463f3',3814,'* Fix bug#1368.','滔哥','2018-01-17 11:07:13'),(9663,2,'9aa48ff9f3dc4ceb8a4f5b6a8c77728be825403a',3813,'* add for changelog.','wangyidong','2018-01-17 10:58:03'),(9664,2,'a4d4683a93223c52ea62f4ac06ad633e856cd47d',3812,'* fix bug #1347.','wangyidong','2018-01-17 10:43:13'),(9665,2,'e072f2e95c12c26be902449a5c9f7db4498b5901',3811,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-17 10:10:36'),(9666,2,'e3317e23178adaf58b9b7c08f989c3ec70f1a99c',3810,'* fix bug #1377.','wangyidong','2018-01-17 10:10:02'),(9667,2,'8f30956519fe28d07503e8ddf5bb0462a6079b7e',3809,'* Fix bug.','滔哥','2018-01-17 09:16:25'),(9668,2,'660ac1f62be27508e6940aae034eab3f554a6cfc',3808,'* Format code.','滔哥','2018-01-16 21:30:31'),(9669,2,'08e2522c1aa45cedd2352e6b22820d34b335a4bc',3807,'* Format code.','滔哥','2018-01-16 21:27:42'),(9670,2,'4848bf57625fecbff957139245888c675114a451',3806,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-16 21:24:25'),(9671,2,'406d80e7cf68a51386f1e34abfcf164ad3da9077',3805,'* Fix bug.','滔哥','2018-01-16 21:24:21'),(9672,2,'fb5796b4c8a9fdacfa6d933a98cc612c7871d264',3804,'* adjust for message notice.','wangyidong','2018-01-16 17:18:54'),(9673,2,'33f16c1eade9d596c8e3c62393e715f5b9210082',3803,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-16 17:03:27'),(9674,2,'d0b19ffb50b94f775b30448313f07ed415f4a2f9',3802,'* Fix bug.','滔哥','2018-01-16 17:03:24'),(9675,2,'68f13738ea2549366c411dad77f77e368a5594bf',3801,'* fix bug #1385.','wangyidong','2018-01-16 16:36:18'),(9676,2,'2c545e7ef19be5359d608ec8d385f29ebabeb5d7',3800,'* fix bug #1382.','wangyidong','2018-01-16 16:28:19'),(9677,2,'e92a36c94764c56516defc30386f5cf01047721a',3799,'* fix bug #1363.','wangyidong','2018-01-16 16:01:43'),(9678,2,'1a593e062f9d0ba883098f138734482376c4253d',3798,'* adjust for story report page.','wangyidong','2018-01-16 15:13:32'),(9679,2,'4ca6479a21f0d2f4071f9244ccde4dacc86c4593',3797,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-16 15:08:42'),(9680,2,'9af7afb162897f7a3113fee0bd852d6e3598e633',3796,'* adjust for send notice to self.','wangyidong','2018-01-16 15:08:09'),(9681,2,'d7a829325c909e49c60110f2bf623bb49a4ea561',3795,'* Fix Bug.','滔哥','2018-01-16 14:59:22'),(9682,2,'e83360f474c7e20004e1f37c6e3a04a64864f406',3794,'* adjust for print assigntome block.','wangyidong','2018-01-16 14:52:57'),(9683,2,'037213761d101cd5e697c2a46f45669d46dc42d2',3793,'* adjust for print assigntome block.','wangyidong','2018-01-16 14:26:38'),(9684,2,'277dc2c2ec7bed922029c7f750ff19c0232b7fe7',3792,'* change for upgrade.','wangyidong','2018-01-16 14:06:16'),(9685,2,'ecf24ad52ac26c607ff115a4b2fa1bad4e51c886',3791,'* Fix bug#1378.','滔哥','2018-01-16 11:39:03'),(9686,2,'9fc6cd34579926295d9e4df70f577b8a34d0ff07',3790,'* Fix bug#1371.','滔哥','2018-01-16 11:22:45'),(9687,2,'f07d87e6160d79237b92d93d3f8212cc2ab3bdbd',3789,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-16 11:09:43'),(9688,2,'2d13064e7e9c9cc5f8c8d6ad3729414ac7b9ce22',3788,'* Fix Bug#1388.','滔哥','2018-01-16 11:09:39'),(9689,2,'80ed7e727fcc5642b44186bc9203333288f80c4d',3787,'* fix bug.','wangyidong','2018-01-16 10:47:33'),(9690,2,'1a00522c1350114aad18ad904f7302ff3b58ea48',3786,'* Fix Bug#1388.','滔哥','2018-01-16 10:39:59'),(9691,2,'99ca9c0fe765e226d25b2ac43a1c012ab0f60b82',3785,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-16 10:29:02'),(9692,2,'64f7ac5c3218899626cb65f84209b53010b5cea7',3784,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-16 10:28:48'),(9693,2,'e55e97d7ffb155cf63fd31d1795f1829949d945d',3783,'* Fix Bug#1373,1374.','滔哥','2018-01-16 10:28:39'),(9694,2,'5dddac711bfaf72ec62c51fdc34e89bbca75c87d',3782,'* adjus for todo to story and bug.','wangyidong','2018-01-16 10:25:51'),(9695,2,'691df86cce87786237f2e2345af00b85c122d982',3781,'* Finish Task#3557','滔哥','2018-01-15 17:26:26'),(9696,2,'04247cf054c66471ac17223c3d23fae3a55aa27a',3780,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-15 15:47:10'),(9697,2,'d33804ab3deae26201dc9ca363bff99a56038e80',3779,'* Fix bug.','滔哥','2018-01-15 15:47:06'),(9698,2,'954d89fb0de2bfe533b6f8c7149bca98943ad55b',3778,'translate version log','dajiao007','2018-01-15 15:20:30'),(9699,2,'37d89ec2be34221c2df1411374117aaf114b369a',3777,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-15 14:58:16'),(9700,2,'53ed09473eea589b5b6f2ed39f5d91ec6ff4b869',3776,'* Fix Bug#1386','滔哥','2018-01-15 14:58:11'),(9701,2,'d49cc7d23ff083a0530022de968642367b6d4fa5',3775,'* finish task #3559.','wangyidong','2018-01-15 14:12:00'),(9702,2,'f8dff350aef50d970e086a7b484fec2977a82e6a',3774,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-15 11:28:22'),(9703,2,'be5f8e78763ad3c75a4af6d60f3479f4ec77970c',3773,'* finish task #3569.','wangyidong','2018-01-15 11:28:00'),(9704,2,'bb156560a9e548cdee9b46bdcbeda5185e77150f',3772,'* Fix Bug#1343.','滔哥','2018-01-15 11:26:52'),(9705,2,'dc9de38e465ed08cc77041e1d978957212742704',3771,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-15 09:39:19'),(9706,2,'b387a55a3da7d240f9889ce09397102314c8c6c1',3770,'* finish task #3572.','wangyidong','2018-01-15 09:38:46'),(9707,2,'5b006d142e17c602e9bbb7d8d10242a5efbfb089',3769,'* Format code.','滔哥','2018-01-14 14:14:57'),(9708,2,'9eb56ee5ff08d92d020266213681794efa14af80',3768,'* Finish Task#3567.','滔哥','2018-01-14 14:13:40'),(9709,2,'e2c1f72b71896c25f5b7f49dc4c1b73d9a23dc6d',3767,'add space to english','dajiao007','2018-01-12 18:06:57'),(9710,2,'4f2b90c365aa6057442a0fae0e5d7b03b1afb304',3766,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-12 15:36:19'),(9711,2,'7fed01e4671c3f2a2b9d41780d2013b86f9d4197',3765,'* Finish Task#3575.','滔哥','2018-01-12 15:36:12'),(9712,2,'4a174dee69822751da2e1898bfbe561f94d059d1',3764,'* Format code.','滔哥','2018-01-12 11:07:45'),(9713,2,'e50e06350f0c667135aa08fe75446cd4f3c979b4',3763,'adjust columns width\'','dajiao007','2018-01-12 10:56:25'),(9714,2,'a019781473f4ab56fc6d76b2d811d7dc6045d45b',3762,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-12 10:38:21'),(9715,2,'dd0d97a437b5a16e46f2e58bf92598c894eed5cf',3761,'* Finish Task#3587.','滔哥','2018-01-12 10:38:11'),(9716,2,'1a13bff2c0cbf52de98842f3eb8098edee408a3e',3760,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-12 10:02:36'),(9717,2,'b4446d53fc6c1058f076c8025d560ae02326d30c',3759,'* finish task #3568.','wangyidong','2018-01-12 10:02:00'),(9718,2,'1c828004b13277d04131e452179d347f377405cf',3758,'* Format code.','滔哥','2018-01-12 09:30:19'),(9719,2,'0a5264547c25b63a995c6aba6a47b9b75c3daeb2',3757,'* Finish Task#3586.','滔哥','2018-01-11 23:13:27'),(9720,2,'a63770647a3f3eae453ff08d8398f6e8b8a5d010',3756,'* Fix sql.','滔哥','2018-01-11 21:58:37'),(9721,2,'ab94cbca9760a372833783b44637a7792ec46c8f',3755,'Merge branch \'master\' of github.com:easysoft/zentaopms','滔哥','2018-01-11 21:56:49'),(9722,2,'736c265302a657ea77ac27f9ab3ce9d1bc3c5917',3754,'* Task#3586.','滔哥','2018-01-11 21:53:28'),(9723,2,'e75acb4b95df64375e714ffcc99e7fdb32c78d92',3753,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-11 16:59:50'),(9724,2,'4cc371b7575257b922812a7f699b6c50959a2e9a',3752,'* finish task #3583.','wangyidong','2018-01-11 16:59:27'),(9725,2,'87807110d59184c20611ab464e7ea61930aeaaea',3751,'modify tranlate and adjust column width','dajiao007','2018-01-11 16:46:08'),(9726,2,'0d77963c0adad7ea6c41fb5250880cb352cdc1d7',3750,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-11 11:07:37'),(9727,2,'bd1ea46a9c631d3a34f18d2e6158b82f4cc23c08',3749,'* finish task #3560.','wangyidong','2018-01-11 11:05:50'),(9728,2,'9dc01a4ba2122a951f4562038ee5e9aa8008ea98',3748,'* Format code.','滔哥','2018-01-11 09:41:49'),(9729,2,'884d9a85ed7ab3e050937e903bcfc58f03c84982',3747,'* Format code.','滔哥','2018-01-11 09:35:18'),(9730,2,'ed33a84ed284350c2d497a377188be521516a640',3746,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-11 09:30:48'),(9731,2,'fa00dc9d9cc367b06edf0aad5b16f18bd58e164a',3745,'modify the translate','dajiao007','2018-01-10 19:39:51'),(9732,2,'1177206405064cb1f52e64e750b1081e5b8d1c55',3744,'* Finish Task#3551.','滔哥','2018-01-10 17:29:30'),(9733,2,'1e12da117ffb82e6a889a1e021aec41eb91ea7e4',3743,'* Finish Task#3576.','滔哥','2018-01-10 16:43:17'),(9734,2,'13458b1b38c2a73c492eac797e54e58a50513d3d',3742,'* Task#3576','滔哥','2018-01-10 11:25:08'),(9735,2,'a5e2e4a6e63e26fc58c8153b42a20e84b56da0b8',3741,'* Fix bug.','滔哥','2018-01-10 09:51:56'),(9736,2,'561fd66584404d2ca655fb502cf335c69e854f6e',3740,'marage sql.','滔哥','2018-01-10 08:35:02'),(9737,2,'70f18180d288ce63455ea3746bdf468081a3d5b6',3739,'* Task#3576','滔哥','2018-01-10 08:33:18'),(9738,2,'6301f40a613f9eaf4f05ddd5cb69c7a07a5a4825',3738,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-08 15:51:49'),(9739,2,'b10b13b4b86370438741bcea35c939ef748ebe0f',3737,'* finish task #3562.','wangyidong','2018-01-08 15:50:53'),(9740,2,'5b2d718c7c0c7150c1f62659360bec2d03d6d665',3736,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-05 11:08:09'),(9741,2,'1eee375a7f160055d0c15822453eeb1a6fa07131',3735,'* Finish task#3551','滔哥','2018-01-05 11:08:00'),(9742,2,'cf8b8902b48df007c074f04b3b31386d3fbe181d',3734,'* code for task #3579.','wangyidong','2018-01-05 09:15:59'),(9743,2,'607076205e5d1c8f4373cfda37c2ae0cc4472d81',3733,'* finish task #3579.','wangyidong','2018-01-04 17:28:51'),(9744,2,'e35451994cbe418da53cc909321e22db4050726b',3732,'* finish task #3582.','wangyidong','2018-01-04 14:18:49'),(9745,2,'ae2cd0e4a0e35ce3fe19b8e90686baabfccfea15',3731,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-04 14:12:26'),(9746,2,'8a9ad3f23a276c6a54bf77be06b7f2e6eaaaa7ab',3730,'* finish task #3584.','wangyidong','2018-01-04 14:12:02'),(9747,2,'bfa06024b64610d58eaffb403e45f14f947b1192',3729,'Update README.md Sync with manual','Renee','2018-01-04 11:18:47'),(9748,2,'b5f462607c5afbd746bff52073b7c569ba6917aa',3728,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-04 09:47:01'),(9749,2,'783c5acfa39e755d68499bf4bfe637cc8629e5da',3727,'* finish task #3570.','wangyidong','2018-01-04 09:46:30'),(9750,2,'a92a0bdb29c9dd3876c43889872b358dd2e7e56d',3726,'* Finish task#3553','滔哥','2018-01-03 22:06:04'),(9751,2,'204639fd2b9c40bf868a07b455983b78004a781f',3725,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-03 21:14:11'),(9752,2,'88653f881fa56c2a1e770d7cbaf6c167e77bff60',3724,'* Finish task#3574','滔哥','2018-01-03 21:14:05'),(9753,2,'9f7b5146e8bcae894a22b1635afd6c5a218eb996',3723,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2018-01-03 16:40:44'),(9754,2,'fad9e34e8d188f144c1be1876046cc1b143951b7',3722,'* finish task #3585.','wangyidong','2018-01-03 16:40:27'),(9755,2,'86a3b53329772f7733789b79595b5b01e70e4f5e',3721,'* Fix bug.','滔哥','2018-01-02 17:21:42'),(9756,2,'8c776b66075d465adecd04589a29342637497957',3720,'* Fix bug.','滔哥','2018-01-02 17:20:21'),(9757,2,'f96395c6a6629d20e4eb7d1fb0173dfa4345c083',3719,'* Add db.php for .gitignore','滔哥','2018-01-02 10:07:45'),(9758,2,'c2d928f58a5e3119156401bce71ad30743b89db0',3718,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2018-01-02 10:04:37'),(9759,2,'0ec4afb68b6f7308ef8baa176739f420c9de59e7',3717,'* finish task #3558.','wangyidong','2018-01-02 08:55:33'),(9760,2,'0d5b43fb5ccb27e112971784785a4952b4db511d',3716,'* Task#3574','滔哥','2017-12-29 17:27:58'),(9761,2,'b36436dcf63e956e08ede39ab73287afb4dac164',3715,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-29 17:01:57'),(9762,2,'9abd1d6cf3ffd23d0793caa3c80f9bc890439f40',3714,'* finish task #3588.','wangyidong','2017-12-29 17:01:35'),(9763,2,'345178901a7d2f086de515190825b7503d65caf5',3713,'* Finish Task#3552.','滔哥','2017-12-29 16:21:56'),(9764,2,'8f58d409850e152972b68f39fd65b3dc9e461622',3712,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-29 16:09:12'),(9765,2,'71b62c922c8948bda1af22aa80c12474fcbe9cad',3711,'* Finish Task#3554.','滔哥','2017-12-29 16:09:04'),(9766,2,'ba2439d26502bbd03ba2503487b14980735c74d0',3710,'* Finish Task#3566.','滔哥','2017-12-29 15:53:10'),(9767,2,'1e547a4bed99e32b8420ba4be79e2f3274c60554',3709,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-29 11:27:19'),(9768,2,'d71d582f3d15275a49aca0f791cc972549871dad',3708,'* adjust code.','wangyidong','2017-12-29 11:25:53'),(9769,2,'92601443c97b71e9196c2bb28c5d1b0b99e5570c',3707,'* Finish Task#3565.','滔哥','2017-12-29 11:04:50'),(9770,2,'d88201be75bf4342357ce0d54dc0e6a164bc3823',3706,'* Format code.','滔哥','2017-12-29 09:26:05'),(9771,2,'b4a165b5738e5cc3c77d680a062f33bd50bcf216',3705,'* Add install sql for Task#3561','滔哥','2017-12-29 09:16:58'),(9772,2,'e5b312e326df526a29629a0b0d39119c85d3985f',3704,'* Add upgrade for Task#3561','滔哥','2017-12-29 09:11:19'),(9773,2,'92399590a27d82716d2d7c82ab6a6509ddab8177',3703,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-28 18:03:53'),(9774,2,'cbf08b828a0b37be332f16b280459f4ad4076520',3702,'* Task#3561','滔哥','2017-12-28 18:03:48'),(9775,2,'a8a1d0c11ccdc4ce310c0d5fe8f140909b782d49',3701,'* fix bug for search in link story.','wangyidong','2017-12-28 10:16:44'),(9776,2,'ee5036c6326e5475200f959acb615b3c1bb7acde',3700,'* fix error with zget.','wangyidong','2017-12-28 09:59:06'),(9777,2,'f1e5a2c6dd91c91a20d6e5f82939ff44058c4c2a',3699,'* fix bug #1362.','wangyidong','2017-12-27 17:55:48'),(9778,2,'0dad383f6799dc509408ed307e4572d9c0a284ba',3698,'* fix bug #1352.','wangyidong','2017-12-27 17:36:32'),(9779,2,'9cf249835e8fcaed7c56d3db4b01fb307463e112',3697,'* fix bug for custom story review.','wangyidong','2017-12-27 17:29:20'),(9780,2,'706fc34c5a1a09cba38fc7b6f085babb0e23400e',3696,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-27 16:22:28'),(9781,2,'2bea6f457a48a78590d9287c40aacc58af1ca526',3695,'* fix bug #1356.','wangyidong','2017-12-27 16:21:59'),(9782,2,'f71a2edc9d071f28e01400c7b795439975272505',3694,'* Fix bug.','滔哥','2017-12-27 16:19:24'),(9783,2,'807cd311a4a6f3590ad1f422d42837776bd9e6f4',3693,'* Fix bug for devel db.','滔哥','2017-12-27 16:05:56'),(9784,2,'89565cfbc61935991d2525eb5a7327d2216e4f18',3692,'* Format code.','滔哥','2017-12-27 15:42:03'),(9785,2,'1a456cada8c0075fde934419594c3d4418704f03',3691,'* Fix bug for EN.','滔哥','2017-12-27 15:05:14'),(9786,2,'3a59ee210ca2adf3c16772eacbc490c8725caadd',3690,'* Fix bug for EN.','滔哥','2017-12-27 09:07:49'),(9787,2,'2450f3b4cd86ece0c186cef4b466ad181413ae49',3689,'* Format code.','滔哥','2017-12-26 17:41:19'),(9788,2,'f453d2337f2a54faf1a85b2ed6fef58184a59797',3688,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-26 16:47:07'),(9789,2,'e585e048b970598378c472c2d096f4500b67aa3a',3687,'* Format code.','滔哥','2017-12-26 16:46:59'),(9790,2,'d09eabbad812a056b830ead6a80c57a8e3ecfd5d',3686,'* fix bug and delete test code.','wangyidong','2017-12-26 16:40:18'),(9791,2,'dc8ee0995ec02161253afc0d4d5de909df46a5be',3685,'* Fix bug.','滔哥','2017-12-26 16:30:17'),(9792,2,'eee6b9d62fd251768e2a0246b775887590c2a29c',3684,'* Rollback Bug#1344.','滔哥','2017-12-26 13:06:48'),(9793,2,'6e86db8ce4719bae89223b28f3e26b283d27d982',3683,'* Fix bug','滔哥','2017-12-25 17:05:43'),(9794,2,'cc79cf52c9c7be6d7398dc2794b0898c2a029a09',3682,'* Fix bug#1326','滔哥','2017-12-25 16:57:37'),(9795,2,'0c39022280555adf7e2b2286c6500942e7f72d42',3681,'* Fix bug#1126','滔哥','2017-12-25 15:06:30'),(9796,2,'55fa326b889eb311260c3ab167c112fb40db28a2',3680,'* Format code.','滔哥','2017-12-25 14:16:26'),(9797,2,'f038c37608584aad28b7c59cc39eebe898df714d',3679,'* fix bug for ajax custom in english.','wangyidong','2017-12-25 10:12:21'),(9798,2,'9e06211e6685e0a7a8638c4b83c443df4c0cc375',3678,'* adjust for install cron lang.','wangyidong','2017-12-22 16:21:11'),(9799,2,'e9419639d6e0fafa833b2032b321a228eebce4ca',3677,'* Fix bug.','滔哥','2017-12-22 14:23:55'),(9800,2,'223e0612dcc9c229e023d1ffd22e8a2c5c9fcd12',3676,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-12-22 13:29:07'),(9801,2,'994e0b56d71506b8ce199bc10ae28f1826448ef3',3675,'* fix js error.','Catouse','2017-12-22 13:28:56'),(9802,2,'2e83fc72f57570d526f6f0a695413c1ab1ea0e0d',3674,'* change for changelog.','wangyidong','2017-12-22 10:13:23'),(9803,2,'1eeb0ca399acdf538f26ab655b2a6186b6cd6d7a',3673,'* change for zh-tw.','wangyidong','2017-12-22 10:08:54'),(9804,2,'63635f871631ce2dac984a843951489d8da874a2',3672,'* fix bug.','wangyidong','2017-12-22 10:05:26'),(9805,2,'c0847347bdd5f342a3f90068bd501b39ad5820cf',3671,'* Fix task page bug.','滔哥','2017-12-22 09:37:24'),(9806,2,'67a0089814e437226a07d022bd298459c3cec2dc',3670,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-22 09:06:02'),(9807,2,'60ebe9fa2ea055ce98f67fd0f015bfdcc3dbcf38',3669,'* fix for upgrade.','wangyidong','2017-12-22 09:05:34'),(9808,2,'31fb6383b27f9c28673f7cb42cf2cd69aac8fab6',3668,'* Fix bug.','滔哥','2017-12-21 16:06:13'),(9809,2,'bb7d362acfe01058bd137ab9ff6417b490a6f117',3667,'* Format code.','滔哥','2017-12-21 15:41:01'),(9810,2,'496e6fdca43aa65f662e057479a69a460f4b6492',3666,'* Fix bug.','滔哥','2017-12-21 15:38:17'),(9811,2,'cc8bf62fe512fb345f2f396e92e20b8b2e5cc1d6',3665,'* fix bug #1008.','wangyidong','2017-12-21 15:27:01'),(9812,2,'ee157b0e84114b250fba6adf57608d0d609aa108',3664,'* fix bug #1342.','wangyidong','2017-12-21 15:18:16'),(9813,2,'c81d3a4ee71462afe566a72640e91b69b9638983',3663,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-21 14:51:28'),(9814,2,'c7d758b6f0f079e37dae67f7497bc0bd78b71d48',3662,'* fix bug #1337.','wangyidong','2017-12-21 14:50:49'),(9815,2,'39765cdd131e2b6d83def2fa8f38d3476b53c503',3661,'* Fix bug.','滔哥','2017-12-21 14:16:45'),(9816,2,'7799d1ee427491d3987b43bb4df8d8c4fb568a0c',3660,'* Fix bug.','滔哥','2017-12-21 13:46:16'),(9817,2,'bc444c347da7ddaf8c8f1f7aafdaf4297457f1a3',3659,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-21 13:06:26'),(9818,2,'04c33a382aa7935688555aa33155b23551ad6ad5',3658,'* Fix bug','滔哥','2017-12-21 13:06:21'),(9819,2,'897686168d88dd7cbda830e7553e0300f05a649a',3657,'* Fix bug','滔哥','2017-12-21 12:41:42'),(9820,2,'318c1205383050e1e2ae940b642feaaf60bf42aa',3656,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-21 11:22:33'),(9821,2,'9e628c464b281e3b6b008d9b2c2c6ffaada3226f',3655,'* fix bug for export with child.','wangyidong','2017-12-21 11:22:10'),(9822,2,'f1467eba0248005b515a10af77658cd90cc1e91d',3654,'* Fix bug','滔哥','2017-12-21 09:27:39'),(9823,2,'c6778fdd1711b5293435d82a8592f01444643193',3653,'* adjust for doc showfiles page.','wangyidong','2017-12-20 17:04:55'),(9824,2,'afb023fca9ae91e5652f8a5db5e11969a02cb2a1',3652,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-20 16:47:01'),(9825,2,'a42b0008c9e93592b927e11fc1db59833d7abc54',3651,'* adjust for demo.','wangyidong','2017-12-20 16:46:42'),(9826,2,'2089850a63c64a7fe3b71f433e6ff3f2aad9ae31',3650,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Your Name','2017-12-20 16:26:50'),(9827,2,'40a653554d0143b70cf110e3afcdc90ab1013a46',3649,'* Fix Bug #1245.','Your Name','2017-12-20 16:25:25'),(9828,2,'7df4d8febf5446e5eb3da3208dac3c1f90eccdb5',3648,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-20 16:13:58'),(9829,2,'117096919d10b79ef9624394cc765389e1d238da',3647,'bug open on change','tengfei','2017-12-20 16:13:43'),(9830,2,'6b3ed58d8be5e123aec7e64048cb6fb77607cadd',3646,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-20 16:10:56'),(9831,2,'b7ce9dc9718375a418f75be2dfc9ad91ccfefcb7',3645,'* adjust for story field for custom.','wangyidong','2017-12-20 16:10:34'),(9832,2,'f0c123d2a813b502af2176d4bcd9910121821d56',3644,'* change for show demo in login.','wangyidong','2017-12-20 15:42:48'),(9833,2,'32d218b92ff49d06339596daa5da0aac12abb67a',3643,'* change for english demo.','wangyidong','2017-12-20 15:42:04'),(9834,2,'5a915e733459114aee6e0df2f1603209055c4b00',3642,'* adjust for bug printCell.','wangyidong','2017-12-20 15:41:01'),(9835,2,'a2e3441a4623cab0a0cf9465a99d095a6eb220b5',3641,'* Fix bug','滔哥','2017-12-20 14:42:58'),(9836,2,'515ba0a242e25a289555ea3226b26d0e0512f5c4',3640,'* Format code.','滔哥','2017-12-20 14:16:25'),(9837,2,'44be5a2d9281ed4615ab1bf730293db04ac0095c',3639,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-20 14:01:12'),(9838,2,'a9c67a103005cb11f38af73cf6c0ea8609d6e904',3638,'* Fix bug#1341','滔哥','2017-12-20 14:01:05'),(9839,2,'94557d5de58e7d5ffced24639f1a1b0263f2b8c8',3637,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-12-20 11:30:12'),(9840,2,'a775af4846641dd70a7dec20ec6c19eb868dafe5',3636,'* finish task #3371.','Catouse','2017-12-20 11:30:07'),(9841,2,'a168e9a23110c85ee59312ff5798f753a4c52b5a',3635,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-20 11:21:58'),(9842,2,'674d84016178c9283b8913fe51381a5533ec5cea',3634,'* Fix bug#1344','滔哥','2017-12-20 11:21:53'),(9843,2,'271b52a8899465f9adc5c40f21b1dda5ff31c4f8',3633,'* fix bug #1330.','wangyidong','2017-12-20 11:17:05'),(9844,2,'5c8e01875b76922f39d1d2ad7eac8e36493d1bc2',3632,'* Fix bug#1349','滔哥','2017-12-20 11:02:54'),(9845,2,'0c8e120075eefcc75c6a5465b57427a894214a19',3631,'* Fix bug#1348','滔哥','2017-12-20 10:51:22'),(9846,2,'f0bc9b43123434525f02e574570335949f6c132f',3630,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-20 10:45:30'),(9847,2,'292d447578a718d612942da3a152d336150102ff',3629,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-20 10:45:11'),(9848,2,'61d1e0ceecf331f8fd6b60c19f7d460594748f0e',3628,'* fix bug for checked.','wangyidong','2017-12-20 10:44:49'),(9849,2,'7928df6cfae32edc575be0cd0072bb6c5294fcaa',3627,'* Fix bug for task export.','滔哥','2017-12-20 10:44:18'),(9850,2,'3a951368ceefab1a2e75c9bbee4c9740aa793e5c',3626,'* Fix bug#1292','滔哥','2017-12-20 10:24:33'),(9851,2,'23c4e386c1dad108262365765c01bad45cec53fe',3625,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-20 10:06:10'),(9852,2,'1829ecd6e76d5929bbb56610fc9d295eaa2b659e',3624,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-20 09:15:43'),(9853,2,'247fc74ec99ee82721bcfb0e2ce08aaade752b36',3623,'* fix bug #1340.','wangyidong','2017-12-20 09:15:20'),(9854,2,'41d4f83c32112947a38db8f9ba521a311b1590b0',3622,'* Fix bug#1341','滔哥','2017-12-19 17:40:43'),(9855,2,'f4e2a0db03cc64a04af2bddf191da4e7da72cfae',3621,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-19 17:37:04'),(9856,2,'b8fa2165ab277d0ae5056b134bc7ceacc2eddac6',3620,'* Fix bug dev API.','滔哥','2017-12-19 17:36:59'),(9857,2,'6574cecec40c6ce2af62f8654519069d53628db9',3619,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-19 17:21:43'),(9858,2,'5c7ff9a216070659aae859d593650fe97db9285e',3618,'* fix bug #1283.','wangyidong','2017-12-19 17:21:19'),(9859,2,'20e63398a3104c9dc59e4185c65b0aeac1c26205',3617,'* Fix bug#1335','滔哥','2017-12-19 17:18:47'),(9860,2,'4830880ebea3fb2a292ddb0792f996ba434b1697',3616,'* Fix tips.','滔哥','2017-12-19 17:02:38'),(9861,2,'8cb3927ca5681c77cba64065d8803c372eb9ed24',3615,'* Fix Bug#1329','滔哥','2017-12-19 15:49:27'),(9862,2,'0de914da5c4e117d41b0f659880b0b89c8ea2655',3614,'* Fix bug','滔哥','2017-12-19 15:33:48'),(9863,2,'9e2ce144368482dc4b3f3cce48207cdafd166b0c',3613,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-19 15:28:26'),(9864,2,'42e4aec31f27ff0a869f7e3d8824401c0e63d33e',3612,'* Fix Bug','滔哥','2017-12-19 15:01:10'),(9865,2,'f7080930b14c2d5e88198f31f60c7e3f9d1468db',3611,'* Fix Bug#1328','滔哥','2017-12-19 14:19:33'),(9866,2,'bd0694658c547db41fa339bd6ee784f41561155d',3610,'* adjust for project story.','wangyidong','2017-12-19 14:18:51'),(9867,2,'a0b184498427a2d7e831640ca7723cd08f875037',3609,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-19 14:00:27'),(9868,2,'ab4f445f190717ce8a31148bc5e15bb2a74bace6',3608,'* finish task #3475.','wangyidong','2017-12-19 14:00:08'),(9869,2,'f157829c16aa15f9f201e3ccd6a881abe9b439a5',3607,'* Fix Bug#1326','滔哥','2017-12-19 13:54:40'),(9870,2,'8765fc7f6a203daaaa64e1b2fc0db773362fe736',3606,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-19 10:28:26'),(9871,2,'1e05a84212ecaf5b74cbd11a0638194f45bf8abc',3605,'* Task#3467','滔哥','2017-12-19 10:28:20'),(9872,2,'ae57a9827fd117cb343cf83a93df651cab9675b4',3604,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-19 10:00:07'),(9873,2,'39d39bc4d890c7380bf4577ec4b16a060c8cb930',3603,'* finish task #3444.','wangyidong','2017-12-19 09:59:40'),(9874,2,'c4f8508e5afae65b86e736563560036fe5b9ae67',3602,'* Task#3467','滔哥','2017-12-18 18:44:36'),(9875,2,'aeaaeb67d83c55f19db4bcbb80bfcef7a68b746d',3601,'* fix bug for cache.','wangyidong','2017-12-18 17:30:01'),(9876,2,'c5d8eec378bb675322dbb9ebfe25ac41af5d44f6',3600,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-18 17:17:01'),(9877,2,'1060a606c6659ade720cf0812d20a98ca9b47d79',3599,'* finish task #3455.','wangyidong','2017-12-18 17:16:34'),(9878,2,'9e88268d84646ea818c78512edb46f65a05d8d58',3598,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-18 16:50:06'),(9879,2,'9c10a2a2f6c8d25769d1abecaaa49bd54f3bd8e0',3597,'* Fix bug#1327','滔哥','2017-12-18 16:49:23'),(9880,2,'ca394008be72ae2d67762d8d57c2b280d47c908e',3596,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-18 16:16:06'),(9881,2,'09a94f77526bfba0ea180169f67608cbc43094ec',3595,'create change','tengfei','2017-12-18 16:15:49'),(9882,2,'2bc327efa06c88d1c78479e11ac4b55ce9e84a33',3594,'* Fix bug','滔哥','2017-12-18 15:05:55'),(9883,2,'4e920d913326469a9fd23c441cf9bcac6cba1fca',3593,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-18 14:36:54'),(9884,2,'44bc56562fd65e93b97c7e11fe5c4db4b14fb6a3',3592,'* finish task #3395.','wangyidong','2017-12-18 14:36:24'),(9885,2,'507a436704b5383cf5461bf164f0b41c6d2792de',3591,'* Fix bug#1275','滔哥','2017-12-18 13:57:20'),(9886,2,'e6bcc3101c147d17b86031c0408477770a782c2a',3590,'* Fix bug#1214','滔哥','2017-12-18 13:43:52'),(9887,2,'096693ab2cd60ef61f21dd7dc00025cd353b8277',3589,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-18 11:00:55'),(9888,2,'8a7a4379609d3b3a2f56f9d12c1b0273c820c683',3588,'* Task #3396 and Fix bug','滔哥','2017-12-18 11:00:29'),(9889,2,'5dab74c63154486c195add573083945c48fa82df',3587,'* finish task #3480.','wangyidong','2017-12-18 10:34:34'),(9890,2,'020acf5f433928ab23771a2ac3c3c6745b707469',3586,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-18 10:02:39'),(9891,2,'a68fe9adcd5178985491b0ae88a9817d345e408d',3585,'* finish task 3463.','wangyidong','2017-12-18 10:01:08'),(9892,2,'1de783bf748989b73de3be91bc11a64d10939a8c',3584,'* Fix bug','滔哥','2017-12-15 15:15:08'),(9893,2,'5d656b0a087db2d04989b937f95f3a39db6f4d39',3583,'* Task#3387','滔哥','2017-12-15 13:37:24'),(9894,2,'f840fab1b7a843e54ceeeb7c8e7485ec1cf28ee3',3582,'* Format code','滔哥','2017-12-15 11:11:05'),(9895,2,'9b238d008a805ff2713b5680883776ae27df7627',3581,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-15 11:06:07'),(9896,2,'fce5340d368dec629e8f1c16c7d19257d3b401b8',3580,'* Task #3465','滔哥','2017-12-15 11:06:01'),(9897,2,'6cd9793d0054623bd84efcfc7f6ba927e753a271',3579,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-15 10:36:29'),(9898,2,'3ab22b4ac0163b354d445dbbac4a326cedd6094e',3578,'* finish task #3449.','wangyidong','2017-12-15 10:35:49'),(9899,2,'f35ef39f896dbe5de8341735c6c8d9242f80c25f',3577,'* finish task #3449.','wangyidong','2017-12-15 10:09:42'),(9900,2,'9cbb4909a464a6369fc412b18072e0dff83ed71e',3576,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-14 18:28:11'),(9901,2,'073ff8fdb4c893a2279de58f5e05a713f8f6b3fd',3575,'* Format code','滔哥','2017-12-14 18:27:26'),(9902,2,'73fd2f057504f19b56506df69e49dccb10a93de5',3574,'* finish task #3457.','wangyidong','2017-12-14 17:11:13'),(9903,2,'04c5c50ccea41d5ac3e0a84f6f4e329219ad0aeb',3573,'* fix bug.','wangyidong','2017-12-14 17:00:28'),(9904,2,'5b6d0accd21d97ee9f1523e2d69765fa9c676fd9',3572,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-14 16:54:09'),(9905,2,'5145126ad0d7d34edcdbfd0ed17b771d87885f86',3571,'* Fix bug','滔哥','2017-12-14 16:53:59'),(9906,2,'583d24be0eacadb1f40f0cd6ebeb6cfd76e7ae21',3570,'* finish for task #3443.','wangyidong','2017-12-14 16:36:16'),(9907,2,'831183be84dfd5184038d271526b7e2a2ebc78e3',3569,'* Task#3456','滔哥','2017-12-14 15:32:37'),(9908,2,'e821b758c03696aa268dfa56d0cd63973b3a30ae',3568,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-14 15:30:33'),(9909,2,'11d80a5d93d299ba21cd287d5f8f9862bb70ed8e',3567,'* finish task #3442.','wangyidong','2017-12-14 15:29:09'),(9910,2,'24366d4e549296a99746a86c0ff21314d1a69df6',3566,'* Fix Bug','滔哥','2017-12-14 15:12:05'),(9911,2,'4dc6fcb16d69fe45914d7d3d60a0258894f03817',3565,'Merge pull request #17 from dajiao007/master * finish the task of 3423','wyd621','2017-12-14 14:56:27'),(9912,2,'7770bab6afaa4788d76dd249e9ed2e41fa7191e5',3564,'* fix the story of 3423','dajiao007','2017-12-14 14:24:30'),(9913,2,'fc70d4ffdb17e3016c898dd557ef1e347dc22b66',3563,'* finish task #3491.','wangyidong','2017-12-14 14:06:47'),(9914,2,'a069ceb65496df52e0ed8797912128076a61b850',3562,'* change for task #3435.','wangyidong','2017-12-14 13:49:43'),(9915,2,'0f13899945a343741f2e4ded36454ed8737503f4',3561,'* code for task #3427.','wangyidong','2017-12-14 11:37:48'),(9916,2,'592413c431b438a1197688ded8d1570d7e879c3a',3560,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-14 11:21:44'),(9917,2,'b4517c994539cd275e168abed8248dbf97bce9e8',3559,'* Fix bug','滔哥','2017-12-14 11:17:15'),(9918,2,'5057abf5d8f020274ebc49ab9620c85996c99f83',3558,'* finish task #3427.','wangyidong','2017-12-14 11:16:03'),(9919,2,'4efc830f3175e1762aefa538b8602260a07f1fbb',3557,'* Change tips.','滔哥','2017-12-14 10:34:28'),(9920,2,'9c7df9ce2e6286b09f8dadaab6479b38cd99daa7',3556,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-14 10:32:39'),(9921,2,'a259a3189143be1011e0fc9684ecf487560ccd65',3555,'* Add tips for create user.','滔哥','2017-12-14 10:32:29'),(9922,2,'12a898ef9630d11b7082979ee371ddcad3f28d0c',3554,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-14 09:39:32'),(9923,2,'b3515831b824a0a1073909c6fdc87af71b8ed3c9',3553,'* finish task #3468.','wangyidong','2017-12-14 09:38:39'),(9924,2,'2c896fbe8f6027d101e8120730aa14bfdac45d6a',3552,'* Task #3456 Add SQL','滔哥','2017-12-14 09:36:39'),(9925,2,'f21bfab1ebfa83a0da65bcce9fc04c6126300a16',3551,'* Task #3465','滔哥','2017-12-13 21:38:15'),(9926,2,'3697775a1abfef81e7fd45ae6465968fae9a6fe9',3550,'* Format code','滔哥','2017-12-13 21:31:35'),(9927,2,'2f966a1d9db5b52e61c42a93020aa2e70b6fcb36',3549,'* Task #3465','滔哥','2017-12-13 21:29:58'),(9928,2,'f34e4c7ee3af6d1d7bb204778e293d0ddd6283aa',3548,'* Task #3465','滔哥','2017-12-13 19:30:29'),(9929,2,'7449b93402a7d743e06f17ae587a5cec835d13db',3547,'* Task #3465','滔哥','2017-12-13 19:17:29'),(9930,2,'f289c99c984ff6fea76f287ec45c953c117ec597',3546,'* Task #3465','滔哥','2017-12-13 16:48:18'),(9931,2,'3a15a8ed693ffcc0d767ffb8550a4652f17e2e2b',3545,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-13 16:41:43'),(9932,2,'0e5b6e52ce5ac2366a4ae2ccafda97c85576bcc1',3544,'* Task #3448','滔哥','2017-12-13 16:41:38'),(9933,2,'5fc4f0dadb26c058299098dcdf2cce88490deac0',3543,'* finish task #3433.','wangyidong','2017-12-13 16:06:00'),(9934,2,'221291c0f3142663653dac749eaafb898474e246',3542,'* finish task #3429.','wangyidong','2017-12-13 15:52:36'),(9935,2,'6006f3e93a5fe76f6ced9a20059fa390971f9ba3',3541,'* finish task #3397.','wangyidong','2017-12-13 14:22:09'),(9936,2,'526dad43d3a478df6212c7511e465af87a6e5f12',3540,'* finish task #3394.','wangyidong','2017-12-13 14:07:25'),(9937,2,'22f4518437df60985ce26d35fc49cba9208f52e5',3539,'* finish task #3383.','wangyidong','2017-12-13 13:38:46'),(9938,2,'391ac047d93a45a6f1111a957ff223476815b66b',3538,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-13 13:13:30'),(9939,2,'452ab148f00e7722f88c5d7edfab751ec54c07d2',3537,'* remove test code.','wangyidong','2017-12-13 13:11:20'),(9940,2,'b5b0bb53ceb6284fc551091d3e0868eb887a9e80',3536,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-13 12:06:59'),(9941,2,'3571212ee34997828e2d61126bb08447b263fbeb',3535,'* Format code','滔哥','2017-12-13 12:06:52'),(9942,2,'cfce20ea3bc312729eeec3e83ebe13ac41d86f8b',3534,'* finish task #3375.','wangyidong','2017-12-13 11:35:20'),(9943,2,'3eba5feb136d7aa2bd3b9bc8e5e6dcbc8f9f0182',3533,'* code for task #3476.','wangyidong','2017-12-13 11:33:55'),(9944,2,'db3b3deafb675f4839ed37bbe7223d718e7e3ad1',3532,'* code for task #3476.','wangyidong','2017-12-13 11:12:21'),(9945,2,'0205849cc272df6809740635135ade9dfae7330a',3531,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-13 10:57:30'),(9946,2,'c404eff816119cc70bf3619698a2e2f40f80eccb',3530,'* finish task #3476.','wangyidong','2017-12-13 10:56:56'),(9947,2,'dc817f3e541a26110fa0e881fbee856ec81d8309',3529,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-13 10:09:32'),(9948,2,'8d3a7336120163ab09e9c4b8db898474b61a73a8',3528,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-13 09:54:23'),(9949,2,'7dacfb2f78d8018753215ed4d06b4c87e02b0bde',3527,'action-common','tengfei','2017-12-13 09:54:06'),(9950,2,'a2672a6c446a02c8b295e144199c5ead47af04ef',3526,'* Task #3446','滔哥','2017-12-12 17:42:42'),(9951,2,'926340dcd4d101e7f4752ab16d672b770ab4056e',3525,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-12 17:41:58'),(9952,2,'d7cec4597fef793fe3288877b65f083780780c3d',3524,'* Task #3456 add lang','滔哥','2017-12-12 16:52:20'),(9953,2,'f877273082c7d6f602bfaa7f283987fcbbb510ec',3523,'* Format code','滔哥','2017-12-12 16:51:57'),(9954,2,'9a904d2501c100289b43b0c4f74b6fe7e4163c16',3522,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-12 16:51:10'),(9955,2,'4049379042e6e22b5ff4f6f63344bb46ccfe2030',3521,'* fix for auto delete.','wangyidong','2017-12-12 16:50:38'),(9956,2,'e923b6ab928a9531bfd1f425fed79e8efa9208dd',3520,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-12 15:30:59'),(9957,2,'df84a91b743327b950b2c697c97fb19b282efede',3519,'* Task#3407','滔哥','2017-12-12 15:30:52'),(9958,2,'c09dbfa88b2b0b485be8caf7ed3099aceb76b2d7',3518,'* Task #3470','滔哥','2017-12-12 14:46:01'),(9959,2,'b8f5165d5786dc5a6db7948353943350f8249e5d',3517,'report translation change','tengfei','2017-12-12 14:42:36'),(9960,2,'d51a71ec88a7f92793324293c55db8480880448e',3516,'* Format code','滔哥','2017-12-12 13:15:48'),(9961,2,'fc235d0381a0fef3b8550acc0aaa5f60a4e01fd4',3515,'* Task #3440','滔哥','2017-12-12 10:52:11'),(9962,2,'9efbce145c72377b3e6299170a354cb44e71cf80',3514,'* Task #3432','滔哥','2017-12-12 10:30:34'),(9963,2,'c31cd78f91c406e820598a086f8de99f2e564b9d',3513,'* Fix style','滔哥','2017-12-12 09:21:45'),(9964,2,'bf0e2e4bd5bb80a97838811fcdc3da3e55deb5e3',3512,'* Task#3459','滔哥','2017-12-11 18:44:08'),(9965,2,'f48be85a23408d9c4f72a5dd731e70d56e28930c',3511,'* Task #3459','滔哥','2017-12-11 17:16:42'),(9966,2,'100c8906c61114f487cb1f683834560e206eda5a',3510,'* Fix batchedit ui','滔哥','2017-12-11 17:07:53'),(9967,2,'daa6aedf77e282e551b83968d1711cc567da1d70',3509,'* Child task order','滔哥','2017-12-11 17:04:15'),(9968,2,'27c6eabab9e59b421a7065826637763de9827b7c',3508,'* Format code','滔哥','2017-12-11 16:58:31'),(9969,2,'428613805359be4eae7372038e930d74eedbc93c',3507,'* Format code','滔哥','2017-12-11 16:42:24'),(9970,2,'a3968b556324febe043788937423c7adffedb450',3506,'* Fix EN logo','滔哥','2017-12-11 15:31:47'),(9971,2,'942e108139a28fad3807fadc1a399387c466ec3e',3505,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-11 15:06:20'),(9972,2,'6f6d4e35040d723393a76be9d0ecf9eddc22b0f0',3504,'* Fix EN install logo','滔哥','2017-12-11 15:04:44'),(9973,2,'be9ac6b7982e787b64a477e7d078831e300943e3',3503,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-11 14:42:19'),(9974,2,'54afa9bce1d18e5ce72e4f77f580d1e486fd9931',3502,'* fix bug.','wangyidong','2017-12-11 14:37:00'),(9975,2,'a411a04aad247f4914518856e4d39d8e25066e1f',3501,'* Fix bug','滔哥','2017-12-11 14:10:03'),(9976,2,'7e6ac2c34a39e8348f3110667a15cf60157dc56c',3500,'* Fix bug','滔哥','2017-12-11 14:03:55'),(9977,2,'71e60a0d5ec8fe25051bb60511c3fb4f29dbb71e',3499,'* Task #3477','滔哥','2017-12-11 11:43:47'),(9978,2,'56274294f3895cad4b98513fa6ebb6bcfc7ac1c6',3498,'* Fix lang','滔哥','2017-12-11 09:13:28'),(9979,2,'2c47eb12db6d50ac381b6a6f95712021c78bd23f',3497,'* add Zsite logo','滔哥','2017-12-08 18:09:39'),(9980,2,'e79145be1f6ab0cf21d0b8d2f047d4739c06e456',3496,'* Task #3545','滔哥','2017-12-08 18:06:13'),(9981,2,'0f70d62399cec3b9cff9517c37bd00f46aa86631',3495,'* Task #3485','滔哥','2017-12-08 16:18:43'),(9982,2,'8bc6e888e8ec430a0e9897a9433ac1c4f8f01184',3494,'* Task #3504','滔哥','2017-12-08 13:50:20'),(9983,2,'be669c524bf178fdd98230253f4914825d12c318',3493,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-07 17:04:46'),(9984,2,'81ba2b914a3c87ced3e35679e89705768f33306e',3492,'product info','tengfei','2017-12-07 17:04:31'),(9985,2,'c9bc66b4f91eff97a1f8a2076d5c9b751462cc33',3491,'* Task#3494','滔哥','2017-12-07 16:43:02'),(9986,2,'88bd2a9e9111b7c65dac76c3d23870d2540334a7',3490,'* Task#3437','滔哥','2017-12-07 16:37:45'),(9987,2,'5ee2c261f6f178fac6a19b80277e4d586c2f02ff',3489,'* Task#3436','滔哥','2017-12-07 16:16:35'),(9988,2,'95c957e4bd90fa9a0e238873de335dba0d3e5d46',3488,'* Task#3483','滔哥','2017-12-07 15:27:37'),(9989,2,'9953d5437ae9700dbbcbba92a3029f3715d21622',3487,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-07 14:38:50'),(9990,2,'cb7bde31c8e1a819b02962361acf99ad1cd11b66',3486,'* Task#3496','滔哥','2017-12-07 14:38:41'),(9991,2,'e45eb3ab2aea1cf9147775a652f17603b3135a61',3485,'* Task#3500','滔哥','2017-12-07 14:26:57'),(9992,2,'e9bea327fff0af68cc069aa0648a659b92f817e4',3484,'* Task#3441','滔哥','2017-12-07 14:23:36'),(9993,2,'daf907550854d7d14339640099bc746828b40541',3483,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-07 14:20:08'),(9994,2,'fb48b45f0ad05e51c44a6503a999d9f960b451ad',3482,'* fix bug and code for batch edit user.','wangyidong','2017-12-07 14:19:35'),(9995,2,'a4e4761c8a46a28e2de86e2a4bb3ad9449fa2946',3481,'* Task#3450','滔哥','2017-12-07 14:13:24'),(9996,2,'3eb02d09cb3ed8a8a2b8436ce1021031d77f498f',3480,'* Task#3413','滔哥','2017-12-07 14:03:51'),(9997,2,'35af295955d1c73ac9bb0f2a9aa4e16c2c8fa93d',3479,'* Task#3409','滔哥','2017-12-07 13:59:00'),(9998,2,'da38db6ef5d00da31d9401ef76352c0987fda0a2',3478,'* Task#3503','滔哥','2017-12-07 13:55:01'),(9999,2,'f13e402bb060e4d60e80c6fdada2234a29601e02',3477,'* Add batch change stage for project story.','滔哥','2017-12-07 10:44:54'),(10000,2,'522f28dd39a6c6d8425974e8bf86de9414da6c6e',3476,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-06 17:47:50'),(10001,2,'8314d813cbe4f77d55c780771efe873e1260b7b5',3475,'12/6 trans error done','tengfei','2017-12-06 17:47:31'),(10002,2,'82188fd188a6b623e73a989754e665cda237ce70',3474,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-12-06 17:36:01'),(10003,2,'4f2209067704523698997df0d5f1de32fee964c8',3473,'* Load my.php at last.','liugang','2017-12-06 17:34:36'),(10004,2,'5b1e544dff2f51418c9aed0637c55eecfe4e4624',3472,'* Chang testtask block link.','滔哥','2017-12-06 17:05:58'),(10005,2,'acf1410e595f9c3a8f9e75d7ccc7f8d2f5a27116',3471,'* Change style','滔哥','2017-12-06 16:32:11'),(10006,2,'6f43344754b11605fb1a8359f06c9f5b7f585818',3470,'* Format Code','滔哥','2017-12-06 16:11:18'),(10007,2,'e081bad9f18a318f1f88a82af79071b4869876eb',3469,'* Task#3438','滔哥','2017-12-06 15:47:42'),(10008,2,'cb9bba12a9d9bc55394b59fd24f849cd48bc0c4d',3468,'* Fix end date bug','滔哥','2017-12-06 14:53:56'),(10009,2,'75fdcaa780fc1b11dd36c0e918afe3963769471d',3467,'* Task #3386 && Bug #1264','滔哥','2017-12-06 14:34:10'),(10010,2,'734cfcd9bcb764d83b123e12389093a12407efe0',3466,'* Format code.','滔哥','2017-12-06 14:14:39'),(10011,2,'fcb87dc1a141c3591e67e4936c4e26fec35118ff',3465,'* Task #3434','滔哥','2017-12-06 13:21:16'),(10012,2,'1132bf8c7e65b5a965da68e804cc7c3d67c33c8d',3464,'* Task #3430','滔哥','2017-12-06 10:45:38'),(10013,2,'ea28589fd9e069366ad207ccf3cdce1679c0ef76',3463,'* Task #3430','滔哥','2017-12-06 09:42:54'),(10014,2,'6652b9221c4a4d1d5046e18823bf4c22fba8ce24',3462,'* Task #3462','滔哥','2017-12-05 23:23:10'),(10015,2,'ef31488fa0c826566ef2c00dfc72fa8cde751954',3461,'* Task #3458','滔哥','2017-12-05 22:52:18'),(10016,2,'7358ada1f6d437469fae33dce35dab5417de6790',3460,'* Task #3464','滔哥','2017-12-05 22:45:15'),(10017,2,'797260dffeffb58220848bda54b488e32f505de2',3459,'* Add back parent task btn for child task.','滔哥','2017-12-05 22:27:10'),(10018,2,'95040eb64fa5a06b36d388454a72d10189a93b76',3458,'* Fix task bug','滔哥','2017-12-05 22:00:47'),(10019,2,'8663227af1d5beaaaab5667ba496ecaccf699e24',3457,'* Fix task bug','滔哥','2017-12-05 21:53:18'),(10020,2,'e09fe8c01ae64bbddc751175dd5668ca833c2261',3456,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-05 17:35:01'),(10021,2,'5c8b72ddf05e8e6188d8887a3b1abf29df340f7a',3455,'translation error 12/5','tengfei','2017-12-05 17:34:48'),(10022,2,'e3ba0b021651d770db44778d4074826018b25d83',3454,'* Change Url for En Notice','滔哥','2017-12-05 16:17:09'),(10023,2,'6376a64a93fe5aebe7d39059180f67d91739d97e',3453,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-05 14:21:49'),(10024,2,'f8b0050c38bb006b73ffd79b4c7040c94183f4c8',3452,'* Change Url for En Notice','滔哥','2017-12-05 14:21:03'),(10025,2,'ee442546084b73fc0fcb02c1be28d24e3da9b5a6',3451,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-12-05 11:26:51'),(10026,2,'232d00dbcd68c48c6e392d4c54553b7d02b5dda2',3450,'translation minor error','tengfei','2017-12-05 11:24:06'),(10027,2,'e1075f32df25a1906973fd5820a91de87a7c59ff',3449,'* Task 3481','滔哥','2017-12-05 11:08:24'),(10028,2,'ee85a1accdeb866404c8c8bd83a82ec7d5b7e65b',3448,'* Task 3451','滔哥','2017-12-04 17:45:43'),(10029,2,'2d65d4a222bd0ff578986c861a614836baf6707d',3447,'* change for zh-tw and upgrade.','wangyidong','2017-12-04 16:45:16'),(10030,2,'e8e24b91096ce88f9aabae6d470d2536361ebc8c',3446,'* fix for datatable check.','wangyidong','2017-12-04 16:37:35'),(10031,2,'1a1321e57c98eee906d9ec99d93c3129f893e97d',3445,'* Fix bug','滔哥','2017-12-04 15:57:37'),(10032,2,'619608946d7fd774b665621c41eedc2275670b8e',3444,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-04 15:57:09'),(10033,2,'b0feda702932c15bb39863681a0d084ea0c5a192',3443,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-12-04 15:53:45'),(10034,2,'da6a23e7bcfe52b027224c0f4203c665c744eb32',3442,'* fix bug #1132.','wangyidong','2017-12-04 15:24:27'),(10035,2,'1bd227029a977b96158266c7b9f075f17e8c6ad0',3441,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-12-04 15:14:52'),(10036,2,'5a76b904b39d90b3662c068a92a609ef2f674b95',3440,'* fix bug #1294.','Catouse','2017-12-04 15:14:45'),(10037,2,'e082c20f90c374ef369c3e99033b41f833db79fc',3439,'* fix bug #1252.','wangyidong','2017-12-04 14:51:35'),(10038,2,'e1f20d5ef148b192f5d75fcb975ae5ffe0d32e2b',3438,'* Fix bug 1278','滔哥','2017-12-04 14:50:09'),(10039,2,'aa391ba138cbdb70ba35450ed6448f15ce00c7b6',3437,'* Fix bug 1278','滔哥','2017-12-04 14:49:54'),(10040,2,'91cc9135f1300d841124533a4f2839d891660f4f',3436,'* fix bug #1262.','wangyidong','2017-12-04 14:21:12'),(10041,2,'d7ed9c0bbb4b6a6fbf10b81fab9444719f38c21a',3435,'* adjust code for showimport.','wangyidong','2017-12-04 14:09:51'),(10042,2,'e2333b70a24b544f711278fe6b2d95bfd8dbd91f',3434,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-04 13:38:53'),(10043,2,'e2070d56b1d8c8b34e9f3674fc7d847bde7ee7e4',3433,'* fix bug #1279.','wangyidong','2017-12-04 13:37:43'),(10044,2,'8165e6c31e3ea38701f53d22f33db65584931d15',3432,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-04 13:33:03'),(10045,2,'11ad8f1d957bedfe151518ccbfcddfa32495b2c1',3431,'* Fix bug 1315','滔哥','2017-12-04 13:32:17'),(10046,2,'37aeaa887f8763d58adc58edaf05ef4387456d4d',3430,'* fix bug #1291.','wangyidong','2017-12-04 13:16:38'),(10047,2,'bf7126e3af44c7bd0a770f5b23cabbf4dd0f949b',3429,'* fix bug #1297.','wangyidong','2017-12-04 11:36:18'),(10048,2,'aaada03ccf74692f3eb93d25cbfdedaa407fb085',3428,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-01 16:25:02'),(10049,2,'67c4ed6cc4b58ea7ebd5227d1049aeea73e0b65d',3427,'* Fix 1317','滔哥','2017-12-01 16:24:56'),(10050,2,'ede35673b6ed96f9d5e47b9fb57131dfd7421bb0',3426,'* fix bug #1292.','wangyidong','2017-12-01 15:15:38'),(10051,2,'6df5ea26453b0f624ec7499780d0fe051f6ca31b',3425,'* fix bug #1293.','wangyidong','2017-12-01 14:45:51'),(10052,2,'c2fe7af6f0bd4b660b8875bd22bfec894035e3c1',3424,'* fix bug #1284.','wangyidong','2017-12-01 14:44:04'),(10053,2,'0a45abd11e7a2f91cc2c6eb4cf217b2cacbb0af1',3423,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-01 14:28:13'),(10054,2,'a6aeaf2cb5b747c038ff2846b3804700cace9d1c',3422,'* fix bug #1285.','wangyidong','2017-12-01 14:27:51'),(10055,2,'ba7422ca22c5a927ce611c91a73864d374727aea',3421,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-12-01 14:24:03'),(10056,2,'7b9b7d4a40c2a358d32cb2d5f6ae8f78ec165532',3420,'* Fix bug','滔哥','2017-12-01 14:23:57'),(10057,2,'62cc1623583afc85040f5bb06f19349e4401e66e',3419,'* fix bug #1286.','wangyidong','2017-12-01 14:10:19'),(10058,2,'29f7e91a9f6d0c7025327397706726f8e35080b3',3418,'* fix bug #1290.','wangyidong','2017-12-01 14:00:21'),(10059,2,'be4b83290944a348dee42f792bd1d059b5fe74b3',3417,'* fix bug #1296.','wangyidong','2017-12-01 13:55:14'),(10060,2,'18cb10cfa358a0464aa13449f42235cc8ec44bf0',3416,'* fix bug #1306.','wangyidong','2017-12-01 13:48:33'),(10061,2,'8be716b8a5d2888a11b05570c6209b44255f55f2',3415,'* fix bug #1309.','wangyidong','2017-12-01 13:17:16'),(10062,2,'eac28529d6d34709a06c81bd6261bb6b551c2807',3414,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-12-01 11:26:27'),(10063,2,'74adf6ae8fa5290da62cff2ca76aa7c7c2b1a222',3413,'* fix bug #1316.','wangyidong','2017-12-01 11:25:51'),(10064,2,'c49a2c8fca71b693a987c71482ce755835551168',3412,'* Fix bug','滔哥','2017-12-01 11:24:53'),(10065,2,'3664bd09c8bbac1c459b9b53a9fa5e2edab49aa0',3411,'* fix bug #1314.','wangyidong','2017-12-01 10:44:21'),(10066,2,'6f8543277edf32d0f3c7a6fe51b63a1df2b8b7e1',3410,'* fix bug #1307.','wangyidong','2017-12-01 10:22:25'),(10067,2,'ef4e8a2cbd477644bb987527bd055338c9527070',3409,'* fix bug #1310.','wangyidong','2017-12-01 09:43:56'),(10068,2,'66e5d7f47ab4e7ded5769996ed101b076027eddf',3408,'* fix bug #1313.','wangyidong','2017-12-01 09:36:22'),(10069,2,'fca246824ad255af7ade7c9a8704184e4876f61d',3407,'* fix bug #1298.','wangyidong','2017-12-01 09:17:04'),(10070,2,'057f8978b1363830aa539d0952458101aabd7ae2',3406,'* fix bug #1300.','wangyidong','2017-12-01 09:09:15'),(10071,2,'08bbbeabfb33ac62ac30c74c6e39d69c100c407e',3405,'* fix bug #1303.','wangyidong','2017-12-01 09:06:00'),(10072,2,'97725f46b19a930a570172a1b4ffa01f6ece708f',3404,'* adjust code for pro.','wangyidong','2017-11-30 17:30:42'),(10073,2,'5aae8732dd660680bbd8fb81c52375b7c0ae3b6d',3403,'* fix bug #843.','wangyidong','2017-11-30 14:13:25'),(10074,2,'76ea4b62e54495169d2278ea8d747a315492de68',3402,'* fix bug #993.','wangyidong','2017-11-30 09:25:22'),(10075,2,'33415b566b1c5968de24d95add0936a313534765',3401,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-30 09:04:23'),(10076,2,'759b3950cbe6e775559530666c4781a901b04e0d',3400,'* fix bug #1081.','wangyidong','2017-11-30 09:03:40'),(10077,2,'35d244ac4c86fb3f08a70823334027aae5fa8c5f',3399,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-29 15:52:24'),(10078,2,'7b0571d18fad39dd192751e2eef46b0d02a279bd',3398,'* User list add title','滔哥','2017-11-29 15:52:14'),(10079,2,'9d5485ec6a8546caab30c4d83c862503d0cc6182',3397,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-29 14:48:53'),(10080,2,'a8fb159310c730e22b9eda8df1913e861ffe684d',3396,'* fix error.','wangyidong','2017-11-29 14:47:40'),(10081,2,'36fa1e01aecd61fcc64851d21641c4c57b8213d6',3395,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-11-27 17:08:55'),(10082,2,'5a4f5057d6bb70c2c30062c24f0cd1e9e784349d',3394,'“minor change','tengfei','2017-11-27 17:08:29'),(10083,2,'eb533e8f67ae5229cb5f286fa8b80fc0916f61bc',3393,'Update README.md','Renee','2017-11-27 17:04:34'),(10084,2,'232cdee07669fcf64d78f6314793b3bf4da5f104',3392,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-24 15:59:18'),(10085,2,'d16dc28d93b0ff773277496f96500ee137284e64',3391,'* Fix bug','滔哥','2017-11-24 15:59:02'),(10086,2,'03aa706057a4f1e18cc4441eb74f2ac6d8975246',3390,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','tengfei','2017-11-24 11:10:13'),(10087,2,'edc8c80cece6db8de735c771f9e98e337bb3aa5d',3389,'effort & man-hour','tengfei','2017-11-24 11:10:02'),(10088,2,'ec8fcb6521187a50f0b34508646d08ecd0057ee4',3388,'* change for export bug.','wangyidong','2017-11-23 16:53:06'),(10089,2,'5d633807227b83d54aba0f1f9aeccc99e283eea1',3387,'* add commonModel::http method.','wangyidong','2017-11-23 16:52:34'),(10090,2,'a0fd8d6e9fd2cc14a4320bf87d022bf665be7934',3386,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-23 16:10:59'),(10091,2,'c7b03419ae31b730a208bc10a63b97bb3c1f27bc',3385,'* Fix report style','滔哥','2017-11-23 16:10:51'),(10092,2,'cf097da3b8d8c74a81bd52d3e762ebfe06695156',3384,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-21 17:10:38'),(10093,2,'e5daf6f56f73e0a62b56ce541751d246c70b6599',3383,'* finish task #6308.','wangyidong','2017-11-21 17:10:07'),(10094,2,'bfcb5785330b8eb427e16b2bc3f5a37b39377053',3382,'* Fix bug','滔哥','2017-11-21 17:00:22'),(10095,2,'e0bb4f27f1d5b69d5322626deec9d15e00ed9400',3381,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-21 16:58:34'),(10096,2,'8d3f234bf4feabdd4e5c6e651e167824d12f0ba5',3380,'* Fix bug','滔哥','2017-11-21 16:55:01'),(10097,2,'feaa6d47823104e22004e1d1deac830b4bfd3cf0',3379,'* adjust for children task.','wangyidong','2017-11-21 14:23:59'),(10098,2,'db681c2b206b53021af099ca05d9440723832bc5',3378,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-21 13:47:12'),(10099,2,'deb1e2f4d508b32ecb51019d0ed9d9d2ab3470fb',3377,'* adjust background for active list-group-item.','wangyidong','2017-11-21 13:46:34'),(10100,2,'d0cb562048b93e16d6aec0ab69a93d38f164a431',3376,'ok.txt->file','tengfei','2017-11-20 19:08:56'),(10101,2,'f6b3158c483c1732fd79bc3234289a954e0594d7',3375,'* Fix bug','滔哥','2017-11-20 15:19:12'),(10102,2,'7cd852a712404243ca4cd2bf2fd5a8d327edf443',3374,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-17 16:15:59'),(10103,2,'c53dabe4b1163f2b84748e26e6a04f9853a47ac0',3373,'* add project deviation chart.','wangyidong','2017-11-17 16:14:55'),(10104,2,'bb03a47b45367b5446ac817af22b04c4afc643be',3372,'story desc','tengfei','2017-11-17 15:16:31'),(10105,2,'a12fefb2a6a947bfde3f490aba9d63dd0b1db622',3371,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-17 15:02:35'),(10106,2,'bda8f7434fb407a7acc5cb2c39bfee281938d787',3370,'* Fix bug in php7.1','滔哥','2017-11-17 15:02:26'),(10107,2,'cc173a41f637f8c0b7d6df83485c3edb8c0e9878',3369,'* fix error.','wangyidong','2017-11-17 15:00:22'),(10108,2,'b94d4e2dcb8030934eddd341e66528c5ae5f0d13',3368,'* fix bug #1289.','wangyidong','2017-11-17 14:18:26'),(10109,2,'ec88c8c85adba209c6a0531ba42ce68d62d6ae30',3367,'* fix bug #1287,1288.','wangyidong','2017-11-17 13:18:11'),(10110,2,'daa396bbcb61beacf529f2599a0bee7344d01afa',3366,'* fix db sql.','wangyidong','2017-11-17 12:29:12'),(10111,2,'3da2a97b489a8122ca75ffdb55a2b66e0b8751db',3365,'* change for 9.6.2 version.','wangyidong','2017-11-17 11:54:19'),(10112,2,'6a87a80a4d0e49ba015dafebda482e14ae4f833d',3364,'* Fix bug','滔哥','2017-11-17 11:38:45'),(10113,2,'9d54e787fc0d2763fb7923d4137539532e8dc6f4',3363,'* Fix Bug','滔哥','2017-11-17 11:23:21'),(10114,2,'a74ea03424fabd0c629f3ebb5fc1f087106271d0',3362,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-17 09:17:14'),(10115,2,'63eaccc04b3cfbc39f91ffc1864788e3dee2e4f1',3361,'* Fix bug','滔哥','2017-11-17 09:17:07'),(10116,2,'bc9cf41beb3deb10d40f57a6f64ffb59da79a447',3360,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-16 15:26:49'),(10117,2,'ad3ce6bab638ffb2acddb2115ce95ec9928dea78',3359,'* change for pro.','wangyidong','2017-11-16 15:26:20'),(10118,2,'dcec446d69cafb8afb65b0451923d455d1d5821c',3358,'* fix bug for send mail with ztcloud.','wangyidong','2017-11-16 15:25:59'),(10119,2,'67a026364685bc54b677a4d4b453d7a189bb033e',3357,'* Add story tips lang for todo','滔哥','2017-11-15 19:04:42'),(10120,2,'20d15486c5e9999e657f6c41de4f0bec997a4a56',3356,'* Add story for todo','滔哥','2017-11-15 18:44:24'),(10121,2,'c417c2fd70dffd6e83fae216716fbc2d7bdc437c',3355,'* Add story for todo','滔哥','2017-11-15 18:37:15'),(10122,2,'5e47b860d8a77e24cd8f42dfab7f68ff4b2029d7',3354,'* Add story for todo','滔哥','2017-11-15 18:25:22'),(10123,2,'400c4838f537fc4525bff7ff0a09d01139dba940',3353,'* Add story for todo','滔哥','2017-11-15 17:10:33'),(10124,2,'602a95cfd27ee7a5941a9fb790f72b46faf0f7af',3352,'* Add story for todo','滔哥','2017-11-15 16:52:27'),(10125,2,'f425743a8d0b8f473bbeafa154bbfcc23721e67a',3351,'* Fix bug','滔哥','2017-11-15 15:28:00'),(10126,2,'3a9b7dd1030139a35fe400e6eeb37cd4f37465a2',3350,'* Format code and Add story for todo module','滔哥','2017-11-15 14:52:16'),(10127,2,'dd5047a5dae01f4b0136e79345d909cb95d8a191',3349,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-14 16:34:52'),(10128,2,'ed078b58c3e1a34f7870ab1d216c6e15117f368d',3348,'* change datatable for pro.','wangyidong','2017-11-14 16:33:59'),(10129,2,'440946f087f7c5f2561101ed65c6fb8af7717edc',3347,'* finish task #6289 for pro.','wangyidong','2017-11-14 16:24:35'),(10130,2,'2087e2616648490571252ebbe081b994eb699214',3346,'* Fix score bug','滔哥','2017-11-13 14:52:52'),(10131,2,'de1824bf42740bfdb701cb9d4063c9872874fc74',3345,'* adjust after exec page.','wangyidong','2017-11-13 09:18:47'),(10132,2,'19005ae8532733816bcd0cc5cc29e526dff3b270',3344,'* change for new version.','wangyidong','2017-11-13 09:05:30'),(10133,2,'ce5750f65434991d0c3e6c646c0282f59697a328',3343,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-13 08:55:26'),(10134,2,'16e6097773822ff967411caefeb4002fab41b7b6',3342,'* Adjust codes.','liugang','2017-11-13 08:35:59'),(10135,2,'78b4295e6502c243cf07b796ce876cd7c01220fd',3341,'* finish task #3342.','Catouse','2017-11-10 17:04:44'),(10136,2,'55cefacc576dbf57ae06f5e3146000b00bbe1a34',3340,'* adjust for project task page.','wangyidong','2017-11-10 16:25:59'),(10137,2,'97d490f008a05d2fcc7ba471f8ecd23cd08f731d',3339,'* change for zh-tw lang.','wangyidong','2017-11-10 15:49:48'),(10138,2,'9c8f506fbe42b689395fa1d72de0c3f95e82b087',3338,'* fix bug #1125.','wangyidong','2017-11-10 14:08:00'),(10139,2,'9b820f143de6305d0b1e72ea6aeb050065797fb1',3337,'* fix bug #1246.','wangyidong','2017-11-10 13:57:41'),(10140,2,'53765e00daf5e51242b1319435ec63b69f3f908a',3336,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-10 11:37:48'),(10141,2,'c21128595e2ec3f7cbcc3a2fd87d78b312e2de90',3335,'* Fix task bug','滔哥','2017-11-10 11:37:42'),(10142,2,'a5464f2c188bdb37a7d29bb5f5ad0d8b4b847cbe',3334,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-10 11:23:46'),(10143,2,'5d6609181de5337cfbff3c9f77f38bb09097f45f',3333,'* fix bug #1265.','wangyidong','2017-11-10 11:23:22'),(10144,2,'b90c3ac9ebc8fdcf79dbab785e0eac2c4589475b',3332,'* Fix bug','滔哥','2017-11-10 10:58:24'),(10145,2,'a82ce075b03b0a046ed62eb83895408763b67818',3331,'* Finish task #3325.','liugang','2017-11-10 10:51:29'),(10146,2,'23711177c53c9ddf5c5ad59fce0d88f62c674fc1',3330,'* fix bug #1269.','wangyidong','2017-11-10 10:41:26'),(10147,2,'d6df4deeae7f0ada6777f3181d0093963ce69008',3329,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-10 10:34:36'),(10148,2,'6957ae1681b145988c6e6c648e3f43aec4d7cc55',3328,'* fix bug #1271.','wangyidong','2017-11-10 10:34:13'),(10149,2,'533cc18eb38263dcf16540199a9036dbabf65ee2',3327,'* Fix bug','滔哥','2017-11-10 10:26:30'),(10150,2,'69f0bbd70f731a58fb07d7d2adb3f360517859a3',3326,'* Fix bug','滔哥','2017-11-10 10:08:54'),(10151,2,'2179def2114116fafd5cefc31d63b36fe505cff9',3325,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-10 09:40:51'),(10152,2,'868ed79c9ba1a255c172d398f332cddb50d77f09',3324,'* finish bug #1259.','wangyidong','2017-11-10 09:39:27'),(10153,2,'c03e82edb23fbd2a2b5f43e4f28651ec2da65ca7',3323,'* Fix bug','滔哥','2017-11-10 09:17:32'),(10154,2,'c9f44030d4b346d139436c593c2113790d83172d',3322,'* Format codes','滔哥','2017-11-09 18:32:30'),(10155,2,'da7a66d4aae607526a9df37a94cd8a0bd79e6a0e',3321,'* Fix bug','滔哥','2017-11-09 18:24:11'),(10156,2,'2679a472b8535251bd6227266065194fb4498767',3320,'* Fix bug','滔哥','2017-11-09 18:21:58'),(10157,2,'f1db4bbff8d7390f1e198ab46891bc57f406f50b',3319,'* adjust table th width in story kanban.','wangyidong','2017-11-09 17:09:07'),(10158,2,'87e4abfcb81e42067de8370d9670789e056f0fb0',3318,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-09 16:46:51'),(10159,2,'fef1d8fa152031fe68c41c002f2155b6dcd085fc',3317,'* finish task #3369.','wangyidong','2017-11-09 16:46:27'),(10160,2,'34f4a904fb4b664d24729d47668a58c137b80459',3316,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-09 15:17:39'),(10161,2,'90211f67fae5f3b65f5d83a6c1cb90cbab2c99f7',3315,'* Finish task #3337,3338,3357,3358,3365,3366,3367.','liugang','2017-11-09 15:16:22'),(10162,2,'5c18a95a4a098eede0acc8d6dbc3ba99a2c73bf6',3314,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-09 15:12:08'),(10163,2,'40995c4dc338dc7f6bbea15a8ba21d92d4fa0d21',3313,'* Fix bug','滔哥','2017-11-09 15:12:02'),(10164,2,'c2e05057f585fbc6058abf520ab7269442b6fbd1',3312,'* finish task #3341.','wangyidong','2017-11-09 15:11:08'),(10165,2,'ced6585aecee65de440af2b40282fbfd67d3af04',3311,'* finish task #3339.','wangyidong','2017-11-09 14:08:57'),(10166,2,'42593e686ab906f6f8071b4291aa5ff8658d8c14',3310,'* finish task #3349.','wangyidong','2017-11-09 13:56:06'),(10167,2,'76d140b197fa9e6c3c3fa4fc41209668c407641f',3309,'* finish task #3354.','wangyidong','2017-11-09 13:50:53'),(10168,2,'528c6934eec26dee521cd5850f4c5f3c2824da08',3308,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-09 13:46:49'),(10169,2,'7dd879c8d6c988a1f6e808792859a92f489667d3',3307,'* finish task #3334,3323.','wangyidong','2017-11-09 13:46:10'),(10170,2,'e627415f6ceef4179e2c989bab889c8d0a2f4f46',3306,'* Fix bug','滔哥','2017-11-09 13:39:41'),(10171,2,'9c2abdb523e4a13a850857986c64b979df56b065',3305,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-09 13:39:30'),(10172,2,'26b3e2c39fd3f86c902782cbcd96857a30050f1b',3304,'* finish task #3327.','wangyidong','2017-11-09 13:20:38'),(10173,2,'2f2c99f346f4034d7650e882dc5c1ccff3e610bb',3303,'* Fix bug','滔哥','2017-11-09 10:51:03'),(10174,2,'2799322a63be567c35f7917ddd64ba74e12fc2cf',3302,'* Fix bug','滔哥','2017-11-09 10:01:50'),(10175,2,'3cc063d5b313ced7c05cc853bac8fda889dbf0c6',3301,'* Fix delete MySQL affair for socre module','滔哥','2017-11-08 16:33:10'),(10176,2,'c64f94b337406cc8b534f33065a832bf63f6b84a',3300,'* Fix task start bug','滔哥','2017-11-08 16:08:44'),(10177,2,'9d2861678fee46a23af76abfdcc34e959b5a81d9',3299,'Format codes.','guanxiying','2017-11-08 16:00:24'),(10178,2,'f1ba417162864d7d84d175e846b146a9facd9d54',3298,'* Format codes.','Xiying Guan','2017-11-08 13:28:26'),(10179,2,'eb8d31ca6bc0c8297d2097d58d8feb846e3ca7a2',3297,'* unique mail cc list.','wangyidong','2017-11-07 13:09:48'),(10180,2,'4ba312f1eb7fa023ddbe43b568c7b9a0ca0c2eef',3296,'* Fix tutorial score bug','滔哥','2017-11-07 12:59:31'),(10181,2,'e7e5d2501c9973cf03669bf52f1247beb0ec4623',3295,'* Adjust sql.','liugang','2017-11-07 10:52:22'),(10182,2,'6aea4c13a2e666df7b13527ac06dbea70763e73e',3294,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-06 17:51:58'),(10183,2,'1711bb65b66880ec70793495c8e26cfe1e5ebba2',3293,'* change for zh-tw lang.','wangyidong','2017-11-06 17:51:43'),(10184,2,'bb734582634998e9db803e087f243628e45b250f',3292,'* adjust for test report require members.','wangyidong','2017-11-06 17:50:53'),(10185,2,'0eeeaee76051e4bbc2376c1596a6f602dea1845f',3291,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-06 17:49:20'),(10186,2,'e294367e46ea3cd23e7b5154919d28e9b27cabe9',3290,'* Fix tutorial bug','滔哥','2017-11-06 17:49:12'),(10187,2,'49909d01c1c6833ee742d534f4103f35440fdab9',3289,'* adjust for required.','wangyidong','2017-11-06 17:46:57'),(10188,2,'f406d38aeddd4d81bc8e7f0ec93a33995e5b68a1',3288,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-06 17:27:09'),(10189,2,'55725dbcf9d46ba03bc86e8bb6471d394e3f658d',3287,'* fix for get testtask.','wangyidong','2017-11-06 17:26:51'),(10190,2,'35a179f00f5788d6500916a2f80bfd928225a4b1',3286,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-06 17:23:46'),(10191,2,'e2f04471ce70a83c6f03c0f5a2f84f48cbca38fe',3285,'* Fix tutorial bug','滔哥','2017-11-06 17:23:39'),(10192,2,'7293086b455607f0902b21539db23135a10f4816',3284,'* fix for required.','wangyidong','2017-11-06 16:57:13'),(10193,2,'93f853980325e5624abb67009a73b3432b95834d',3283,'* fix search width.','wangyidong','2017-11-06 10:56:41'),(10194,2,'7eb0f9d077ac381f3ccdbe4c03524e5afad4c461',3282,'* add changelog.','wangyidong','2017-11-06 10:45:48'),(10195,2,'f44dba62b181e6fca01e5e63ab49556fe8b66369',3281,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-06 10:40:12'),(10196,2,'dc046c4ff5f883d75232414021c129ca5ee1c641',3280,'* adjust for doc priv.','wangyidong','2017-11-06 10:39:28'),(10197,2,'db2a8b4a847f2c1003e6831877232258b7bad28a',3279,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-06 10:26:54'),(10198,2,'d2dcabfbc00716cbd59551701ac0b50ec41cfcea',3278,'* Fix score date','滔哥','2017-11-06 10:26:45'),(10199,2,'6dc6d6126f51676d5144e3cd9fb1782ba5e54a34',3277,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-06 10:18:17'),(10200,2,'130f1f1b332db66f9c2aafe42ce697e63e0a2ad0',3276,'* Make tmp dir when execute makefile.','liugang','2017-11-06 10:17:26'),(10201,2,'0f1f1df14b05fbad1b4ab4ceee049a702fa8cdef',3275,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-06 10:13:38'),(10202,2,'fbc5b385850252ed6f19c842e4b88b0e594b1d86',3274,'* change for zh-tw lang.','wangyidong','2017-11-06 10:13:16'),(10203,2,'7792da815f7b9d8c79ba87a65994b0df1b2bd063',3273,'* fix score title','滔哥','2017-11-06 10:07:38'),(10204,2,'57dbab5a1434df390aec309245ccd04ae38e3ccb',3272,'* fix score bug','滔哥','2017-11-06 10:05:45'),(10205,2,'c495dac642b5495819741dc0f47d947a722c5d5f',3271,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-06 10:03:24'),(10206,2,'298e2b66163d2e82a5cd7f2997dc9105615b1d89',3270,'* fix score rule title','滔哥','2017-11-06 10:03:17'),(10207,2,'27f93a8e7f6025098e5ac67c4556915e02551425',3269,'* fix upgrade.','wangyidong','2017-11-06 09:52:35'),(10208,2,'80c5e7fddb8b3629e001692b0c16581dd35a5289',3268,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-06 09:31:57'),(10209,2,'cb85e011a600bc5061ab819293eae61b66eea6dc',3267,'* add tools','滔哥','2017-11-06 09:31:45'),(10210,2,'3279c1ab71451b2c02ca3e29e70cb25932319395',3266,'* Merge sql.Change version to 9.6','liugang','2017-11-06 09:18:55'),(10211,2,'22eb945187dcecd0dcf9f7a65d85e5cbd889f1e6',3265,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-03 17:42:11'),(10212,2,'58ad5f6374cb318288d427da4eb05bf60a2cf7b6',3264,'* Fix bug.','liugang','2017-11-03 17:41:48'),(10213,2,'0a56094b1c8376c7b29e19c020f7a189e117b73f',3263,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-03 16:28:24'),(10214,2,'8dc523cdf38467d43379efab83145568b8074c4e',3262,'* fix task bug','滔哥','2017-11-03 16:28:15'),(10215,2,'a260408929a51279bf004be366cdc3509f4e17f5',3261,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-03 16:16:34'),(10216,2,'07d043a0a1c9c96bd71928fe06e02a8a20f5fffa',3260,'Finish task#3286 看板更多操作在火狐下的边框去掉,cost:0.5 left:0','wangyidong','2017-11-03 16:14:44'),(10217,2,'a10e725ba50aa114956d6e684dc57ba3a169e142',3259,'Finish task#3311 普通表格太宽时不要滚动整个页面,cost:2 left:0','wangyidong','2017-11-03 16:02:15'),(10218,2,'1e94998fb50fd6ed1221568943625f75545460e3',3258,'* score rule add btn','滔哥','2017-11-03 16:00:24'),(10219,2,'2feb6fc2a9d64c0fef3e7eae68a236811c2d6c7b',3257,'* score rule add btn','滔哥','2017-11-03 15:59:51'),(10220,2,'03279991cb534b92fbc07939ff3a8ee21bc9bf04',3256,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-03 15:45:30'),(10221,2,'930738c4a5b0c8ca7758b7dcd28317e616def099',3255,'* Fix bug of dao::$cache.','liugang','2017-11-03 15:45:17'),(10222,2,'3f30bfacf8f0925703f8f7c5c973f9d47aa377bc',3254,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-03 15:26:09'),(10223,2,'37538538faa2f1cfbdb409058ced585b8d79ba5c',3253,'* fix bug for browse testtask.','wangyidong','2017-11-03 15:25:45'),(10224,2,'0a1b0abe87575c75e9fb8d038782bf505d7386b1',3252,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-03 14:59:25'),(10225,2,'58be8d10a8022f064904a4b696f8738bb7b1ed56',3251,'* fix score rule title','滔哥','2017-11-03 14:59:16'),(10226,2,'52d9ff63e35ec1d2b39cbfb60aaf767c1e3aa02e',3250,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-03 14:44:16'),(10227,2,'7a2487d6563e2caeab3a76a6ec882bf987879d5b',3249,'* Upgrade from version 9.5.1.','liugang','2017-11-03 14:43:46'),(10228,2,'1ad2a035115ec5ac75884ba35720ffaaf3ecbb9b',3248,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-03 14:18:21'),(10229,2,'ef1291a06cecc201ebc2eb9595241984be188736',3247,'* fix error.','wangyidong','2017-11-03 14:17:58'),(10230,2,'1460031cbb627373ce5640a6a73b26443f58216c',3246,'* fix tutorial score','滔哥','2017-11-03 14:09:51'),(10231,2,'946c799bbc208850799b658373d9c3c0b81a61ed',3245,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-03 13:36:10'),(10232,2,'b5a3b6d41519ead7662727340341708be57f34f8',3244,'* fix score lang','滔哥','2017-11-03 13:35:55'),(10233,2,'5a851c7830fbae0549efbd9f24031002ed185c91',3243,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-03 13:22:52'),(10234,2,'38073d2ad7b79dc06ca591543ed40b3dbbf07aaa',3242,'* finish task #3310.','wangyidong','2017-11-03 13:22:27'),(10235,2,'ad8a305f0dbcb759b22c742672830623d95b12eb',3241,'* fix score lang','滔哥','2017-11-03 13:07:29'),(10236,2,'b21aff7bc1a829e7270185bc1568e51f300f66f3',3240,'* fix task','滔哥','2017-11-03 13:03:05'),(10237,2,'254cc9a5ef616caf44630c3e003d8ab1b1d47b22',3239,'* fix remove score chinese','滔哥','2017-11-03 00:30:58'),(10238,2,'0f3189d9e8fc102e45219559c3d775bb3e8e8169',3238,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-03 00:28:03'),(10239,2,'0dc610f36b920b8dabd466e64fbfadf8c6aea546',3237,'* fix score and child task bug','滔哥','2017-11-03 00:27:58'),(10240,2,'c5c3f585c48a461c69f9cac82ef9d7ea04fbef2d',3236,'* Finish task #3303.','liugang','2017-11-02 17:38:11'),(10241,2,'4045697d0af647ab8d51e4cf52196594bcc6fea0',3235,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-02 17:27:55'),(10242,2,'1485cad7514f2a577d43f3ea73e8e28a1599e7a0',3234,'* Don\'t display parent when edit a product line. * Don\'t display child page when browse a product line.','liugang','2017-11-02 17:27:05'),(10243,2,'ea349fa5aad4397984014a7ea35ff52b215594e5',3233,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-02 16:56:11'),(10244,2,'e6b8226f535cd0e06d80c2683ed2366460eb5606',3232,'* finish task #3295.','wangyidong','2017-11-02 16:55:50'),(10245,2,'e37e9235efcc9a479a3ee9e513c4bf8bbf2ae33f',3231,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-02 16:30:16'),(10246,2,'0f377e47505de0402d6c511717d40540d018432d',3230,'* Add line when export products.','liugang','2017-11-02 16:29:48'),(10247,2,'04cab43447f17721fd8d9683180990d83fb9072b',3229,'Finish task#3304 测试报告三角图标改一下使用info图标,cost:0.2 left:0','wangyidong','2017-11-02 16:14:36'),(10248,2,'500139efde90c633c62141b5fc101281b0373f13',3228,'* fix error for projectblock.','wangyidong','2017-11-02 16:11:59'),(10249,2,'19114bbf63ace22f726e194272dc5576ed88ad5e',3227,'* fix bug #3296.','wangyidong','2017-11-02 16:07:08'),(10250,2,'cddabe418855202b44b6fcde7cc3fa22fa0343fc',3226,'Finish task#3300 已验收的项目需求所处阶段只能改到发布,cost:0.2 left:0','wangyidong','2017-11-02 15:50:52'),(10251,2,'a5a18ad2e4d78fd5beb1ca3fcc5e301b999753b2',3225,'Finish task#3315 任务列表的相关需求字段去掉,cost:0.1 left:0','wangyidong','2017-11-02 15:25:55'),(10252,2,'80b14f7c0459ca424ed2c07150bbac630e1934a8',3224,'Finish task#3287 看板分组按钮合并到左侧排序菜单里面,需求ID排序去掉,增加需求默认排序,cost:1 left:0','wangyidong','2017-11-02 15:20:29'),(10253,2,'8f2b8be0e1320a3f43f3a1e80ed265fcfe854e0e',3223,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-02 14:28:26'),(10254,2,'99bd7ed90961e1cb5ced3873360308e4159cdbec',3222,'* finish task #3289.','wangyidong','2017-11-02 14:28:02'),(10255,2,'5a5a10256d2e7f36facfc0f6e79805f5ed7645c0',3221,'* Fix bug #1261.','liugang','2017-11-02 14:06:06'),(10256,2,'5805beb7ca4d0628e096c0feae2d7640f3d499e1',3220,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-02 11:37:02'),(10257,2,'e8cdfe2bff922e86ba40ef29a1f5c92543e9f7d4',3219,'+ Add en lang files. * Finish task 3292,3293,3294,3305,3306,3307,3308,3309.','liugang','2017-11-02 11:35:52'),(10258,2,'5c1ef6e4f2c73b27a00009a3f341afe804fc371d',3218,'Finish task#3299 需求看板页面不能拖放的列颜色上给出提示,往右拖的时候所有经过的列颜色都变了,历史记录文案改成:由XXX验收,cost:0.5 left:0','wangyidong','2017-11-02 10:42:48'),(10259,2,'06861184a207a8ea4640b30c24f48ea161a33385',3217,'* fix score config','滔哥','2017-11-02 08:27:08'),(10260,2,'32887bfd590c1da35a4704b8590984416b5387df',3216,'* + parent task name','滔哥','2017-11-01 19:55:16'),(10261,2,'52f4d0f67b06be06e4c1b5a66f9dbb9ff15ffc80',3215,'* fix score annotate','滔哥','2017-11-01 19:38:27'),(10262,2,'4446a7160b7041926b6cb0fe282da2d9c000c090',3214,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-11-01 19:32:12'),(10263,2,'7aa86734db64d124dd0c499f29de0526e774db94',3213,'* fix score module','滔哥','2017-11-01 19:31:59'),(10264,2,'1a3a404677e168e5c4078ee466f017d7a5e21d22',3212,'* fix for custom required.','wangyidong','2017-11-01 14:14:40'),(10265,2,'d4dd502c31e6e404f4fc1ff593496d480c83121c',3211,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-11-01 13:28:14'),(10266,2,'8000d57e9d6cc05474d7a7ac116fc61c97084408',3210,'* adjust for save custom with global.','wangyidong','2017-11-01 13:26:03'),(10267,2,'0b90bae736e55e7cc87d80ec5b4a9dd439aff7c6',3209,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-11-01 13:10:26'),(10268,2,'a3a4a4bac0fbe1a35e69d1d99fa6ecd385490aef',3208,'* Fix bug #1216.','liugang','2017-11-01 13:06:24'),(10269,2,'3d17d07926a46b1515dd26208a2df5a338e76b2b',3207,'* fix format score config.php','滔哥','2017-11-01 11:32:57'),(10270,2,'c5d9187bafc87350a77b098697770a7c3c8ec583',3206,'* fix score module','滔哥','2017-11-01 11:29:07'),(10271,2,'13c0df7fffbbc915bbcddb71742ef3d0fc1924e3',3205,'Finish task#3238 项目挂起再激活的时候给用户选择是否顺延任务起止时间,cost:3 left:0','wangyidong','2017-11-01 09:39:16'),(10272,2,'4c9248f1dd0acc6916fae31afe29c164aeb5112c',3204,'Finish task#3281 批量编辑bug时,批量编辑页面会显示两条相同选择的数据,cost:1 left:0 Finish task#3280 谷歌浏览器批量编辑需求、任务、用例时,显示数据重复。,cost:1 left:0','wangyidong','2017-11-01 09:24:23'),(10273,2,'3b246f43f14d08f3cbc059365aa3318b433d18be',3203,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-31 21:15:18'),(10274,2,'34b3df57e21f361e44a5f08c9e6ab0ecc023fb92',3202,'* Remove category from module menu.','liugang','2017-10-31 16:33:58'),(10275,2,'6fc4e4850a5446fb726521868aa70912917e8aff',3201,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-31 14:08:22'),(10276,2,'fc8e08698f57076f3991743aa8394379f49b8939',3200,'* Browse products by category.','liugang','2017-10-31 14:08:02'),(10277,2,'f0914224f8cfa60c44400d4fc876484b85e600d2',3199,'* adjust for task #3239.','wangyidong','2017-10-31 13:15:10'),(10278,2,'e9ac65b7dccb9bd4b9022ca2a90e6cafa7e59153',3198,'* fix for task #3239.','wangyidong','2017-10-31 11:13:40'),(10279,2,'c6b07c7bac790ba37acfbfb4d16b326bd459410c',3197,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-31 11:13:14'),(10280,2,'e3ea70b43ac85436bf35f1a4b2965447ae7c7e06',3196,'* change score module','滔哥','2017-10-31 11:13:09'),(10281,2,'9c7e311c8cbf5815fa29dc956978992656498760',3195,'Fix bug#1231 产品-计划中计划描述插入图片,在计划列表不显示,6.5之前版本描述插入图片会显示在计划列表中。','wangyidong','2017-10-31 10:47:28'),(10282,2,'09395f45e8ddac81364ad34a851e1e5431533c60',3194,'* add score for my model','滔哥','2017-10-31 10:14:12'),(10283,2,'44bc56d7e04357a6efdcd85e67f8be39aa15cd7c',3193,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-31 10:04:00'),(10284,2,'3d0dff1420ba66a141f3569f586c7f9d2a2383cb',3192,'* add score auth','滔哥','2017-10-31 10:03:54'),(10285,2,'b56bacb0e11c1e45c9e44ba7077aef26668c4550',3191,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-31 09:00:39'),(10286,2,'aacff2955f0d04382579c74c7e23f0d26eaee947',3190,'Finish task#3239 项目需求可以拖动排序,cost:4 left:0','wangyidong','2017-10-31 09:00:21'),(10287,2,'2dc822ca731f3346b302ac034ea585d7ea3d5460',3189,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-31 07:31:32'),(10288,2,'d42cf9b277729feac0ad6e83d8d503c8f7c10f61',3188,'* add score init','滔哥','2017-10-31 07:31:28'),(10289,2,'6dd215423325166bf22538fdd0dc1daa3f847670',3187,'* Add category to product.','liugang','2017-10-30 17:55:55'),(10290,2,'fd3553901440ca395a528a08a12af47f2301c43b',3186,'* @someone in message of dingding when assign an object.','liugang','2017-10-30 16:01:03'),(10291,2,'09b7b0c0d2e5e363daf3abebaff308fe12ed1133',3185,'* Adjust style.','liugang','2017-10-30 14:37:29'),(10292,2,'3dd4a313657f7dd6228951691c184ca408fc2f5b',3184,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-30 14:27:33'),(10293,2,'3076736e9eee5b5a3f80a5cbc321b571977fb1f0',3183,'* Set default msgtype as markdown for dingding.','liugang','2017-10-30 14:26:51'),(10294,2,'1b82933c0db4c77654f7edb2f242bcb2f1c4a6ad',3182,'Finish task#3237 所有项目 /所有产品页面增加导出功能,cost:2 left:0','wangyidong','2017-10-30 11:32:53'),(10295,2,'a1d0b808521567e2f3f2f94f2c068fd65637fc0b',3181,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-30 08:18:36'),(10296,2,'a0e8b24f25c2d2b53f39d3285def2c2b293029c7',3180,'* + score model','滔哥','2017-10-27 23:46:50'),(10297,2,'3833a7f861c14f94857423a366ac82a7e9712d42',3179,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-27 23:46:15'),(10298,2,'4b141a137fe3e13b443799be3de5d1a9234c699a',3178,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-27 17:40:55'),(10299,2,'99ffc7407b76ccc71c10a3bf216d651dffbea161',3177,'* Add document link for entry.','liugang','2017-10-27 17:40:16'),(10300,2,'0feb29c9e27ed9b7b0108bc52cff6fd4aecda10c',3176,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-27 15:36:45'),(10301,2,'0f2eb04f6aa0fbe36e5f746e52ff52cc311d3b0a',3175,'Fix bug#1258 每日提醒有错误记录','wangyidong','2017-10-27 14:21:12'),(10302,2,'cba3dff61f34b3faccaf4884757ec32c81772be4',3174,'Finish task#3243 看板增加自定义设置显示颜色的功能,cost:4 left:0','wangyidong','2017-10-27 13:30:18'),(10303,2,'cd16f35a54ebd8dd4caaf99eb9e54c2df85dafc9',3173,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-27 11:15:33'),(10304,2,'d9290cbf9bdf86fd92d06b5dbd374223de280f4e',3172,'* + score in all model','滔哥','2017-10-27 11:15:28'),(10305,2,'8f90f7b8e6fdafa90d05576863c0f3419b7dd8fc',3171,'* adjust for dao cache.','wangyidong','2017-10-27 11:14:13'),(10306,2,'a8cbbd2aefd313bb89dfb349f6cbc332bf12f86a',3170,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-27 10:58:17'),(10307,2,'5bd85abc7c0172f14e788fec1025b8b38c7cb4b0',3169,'* fix for dao cache.','wangyidong','2017-10-27 10:57:15'),(10308,2,'7116d5b45421135970d36cb6694310b65f718a28',3168,'* Add function to avoid error when user cron to async send message.','liugang','2017-10-27 10:26:11'),(10309,2,'3acbf6bd0a4c5a33779c804b2e6b9470bb76d8d7',3167,'* Add @xxx function when post message to dingding.','liugang','2017-10-27 09:10:05'),(10310,2,'d41c411bfd7f8d76f129fb91a8f90615b8d8d843',3166,'+ Finish task #3244.','liugang','2017-10-26 18:36:41'),(10311,2,'6ba9bc8b88349374cfe6476dafbe2aba9c3ef85b',3165,'* Finish task #3245.','liugang','2017-10-26 18:12:31'),(10312,2,'c4f435237e66fdb944b959f8e5180e0c490cff0d',3164,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-26 17:55:18'),(10313,2,'8f6026ca785b3979c48e232b01d7981fe815acc8',3163,'+ Add api.php as entrance.','liugang','2017-10-26 17:54:34'),(10314,2,'fc52d683c7c475b6dfab56a15d9cbc875554cd58',3162,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-26 17:26:12'),(10315,2,'001057edb00240f7361c3c68207d4ed0167f4ddb',3161,'* + my score log','滔哥','2017-10-26 17:26:09'),(10316,2,'7c066756bdd0e1a648115c12dff842b0697642bf',3160,'Finish task#3256 看板可以按照其他的字段进行分组,cost:7 left:0','wangyidong','2017-10-26 14:16:07'),(10317,2,'ee25589b77d75e1e4d0f2230e172df6b1e5041b1',3159,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-26 08:56:48'),(10318,2,'4626e4f0d14b6649ea9f6120a6d8fbedae9a17b9',3158,'* fix for error.','wangyidong','2017-10-26 08:56:01'),(10319,2,'b4379937b58ebbdbe3b1d3ebccb290f6aa8a9cc7',3157,'Finish task#3278 增加项目-&gt;需求看板模式。,cost:4 left:0','wangyidong','2017-10-26 08:55:43'),(10320,2,'87ce0c4f00d75d89126d01c508c6867ef3a61893',3156,'* adjust for check limited in all checked.','wangyidong','2017-10-25 22:20:03'),(10321,2,'14ab071b4630ad3e330bdea17bcaa04eb4c637d4',3155,'* Fix bugs. + Save log when an entry visit zentao.','liugang','2017-10-25 17:20:27'),(10322,2,'a192a263484abeac4cccdc7744deb74cc45651ae',3154,'* Compare webhook products and action product.','liugang','2017-10-25 15:23:06'),(10323,2,'9375676a666e8ca3be038515db327125e2747bb9',3153,'* Fix bugs.','liugang','2017-10-25 15:06:47'),(10324,2,'51db6a81b90e54111f80274a8106ab07826e107a',3152,'* Add api to send message to dingding.','liugang','2017-10-25 14:01:34'),(10325,2,'9f355a2d3d75eb264f326705758a65c55b082d54',3151,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-25 12:01:12'),(10326,2,'7212c1a4accbfd7f0067d20717342447b0ac12c7',3150,'* Adjust sql.','liugang','2017-10-25 11:25:11'),(10327,2,'66ff400d7acb66d4d09e63a60b526a136d6ed045',3149,'* add score admin authority','滔哥','2017-10-25 11:09:54'),(10328,2,'39b46a01cf2835bf4354e1def1c40dc8ea1b2042',3148,'+ add score switch of custom','滔哥','2017-10-25 10:49:05'),(10329,2,'48024e6cf8a8822495b64daba636bfa31a9b8be9',3147,'Finish task#3273 操作受限用户无法创建待办和日志,cost:1 left:0','wangyidong','2017-10-25 10:48:31'),(10330,2,'deb8adaec619865aee91994c75edece72b2c8c85',3146,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-25 10:26:39'),(10331,2,'04528419bd3c35a2a21d121a93c8f6487805904c',3145,'Finish task#3272 后台-二次开发-编辑器 存在安全漏洞,cost:1 left:0','wangyidong','2017-10-25 10:26:25'),(10332,2,'7280a01aa31803fd4d9c08e37fd25a8b45a5cb66',3144,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-25 10:10:44'),(10333,2,'f560cb7091e00171be956a2c95bf8d06b69b3e0e',3143,'Finish task#3277 调整测试报告,cost:4 left:0','wangyidong','2017-10-25 10:10:31'),(10334,2,'729f39daeb1e458ebaa1da223997f7e9be718d9a',3142,'* Fix Bug #1234.','sgm0422','2017-10-25 10:10:24'),(10335,2,'7a9edad86116c3eb56c0ad001370d819e3016bbb',3141,'* + grouptask style add childTask','滔哥','2017-10-25 09:59:35'),(10336,2,'029150bb5b81f4f66daa2828f723521cbcd58971',3140,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-25 09:49:32'),(10337,2,'2d0dbe98e047f0d5f8cdd72178d48f6875d9b63c',3139,'* + score sql','滔哥','2017-10-25 09:49:28'),(10338,2,'9db67eb25bb4f5d9cdf628c1d1ab6f52c0786462',3138,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-25 09:47:11'),(10339,2,'e066c51c8e6697e66beaeae26b5346fd98d54f9f',3137,'* fix common style','滔哥','2017-10-25 09:36:37'),(10340,2,'6e2f0aa9bd82b18c6f22bff70e24562b045c941a',3136,'* fix common style','滔哥','2017-10-25 09:36:25'),(10341,2,'0cd0caa4511b94014507e3dcaed8eebc677f50d3',3135,'* fix bug','滔哥','2017-10-25 09:36:01'),(10342,2,'83ff859016d232d79f2b553edeaf5ead4cbdc621',3134,'* fix bug','滔哥','2017-10-25 09:35:49'),(10343,2,'12cfe294fcde193036046ffc1c0f90e19788c70b',3133,'* + child task export','滔哥','2017-10-25 09:34:48'),(10344,2,'785c49ca549aaa6709cda570429a05d999a2fbe4',3132,'* Fix bug.','liugang','2017-10-24 18:10:07'),(10345,2,'37bb58a23ed48e05718e33a4c5d40bf439da396f',3131,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','liugang','2017-10-24 18:02:30'),(10346,2,'a259217bdfa0466d7513ada390bc8abbfe6443f5',3130,'+ Post data when hook is triggered. + Add log.','liugang','2017-10-24 18:01:56'),(10347,2,'5e3cc44e86027da24ac3fcf583f4249182d9ab34',3129,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-24 17:22:15'),(10348,2,'87d230dd2a3faa98567f5b788e7c506b2ad62044',3128,'* fix bug for report.','wangyidong','2017-10-24 17:21:39'),(10349,2,'9b2bb638dd53148c923c7eff68f1b64f8e8ff5e0',3127,'* Fix Bug #1235.','sgm0422','2017-10-24 16:15:03'),(10350,2,'a9bc7fbd27e7dcaaea675e94d6090c7376702b6d',3126,'* fix childTask','滔哥','2017-10-24 16:07:41'),(10351,2,'a85c0ceaef0fa131ce756722bbe4662b78361818',3125,'* fix dataTable style','滔哥','2017-10-24 16:00:50'),(10352,2,'014e9585303b4b2d3d457156da9ee59b96c48636',3124,'* fix dataTable style','滔哥','2017-10-24 16:00:32'),(10353,2,'0c04dcbaa390f109a9b0ca4fb2293bdaa5bf644c',3123,'* fix task','滔哥','2017-10-24 15:38:55'),(10354,2,'fddfe83cb35c4dd83102941f258b00637046a0dd',3122,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-24 15:37:22'),(10355,2,'9b5f00ea0d26580117954216ae6b327ae1b93bb7',3121,'* fix batchCreate','滔哥','2017-10-24 15:36:46'),(10356,2,'9b077f12c66c0490e4a82053c1f8b78b64a9623c',3120,'* fix batchCreate','滔哥','2017-10-24 15:36:28'),(10357,2,'6c6c6183376b3f951bbe0f527798d30028657bb3',3119,'Finish task#3262 各个表单的必填项字段可以自定义,cost:16 left:0','wangyidong','2017-10-24 14:54:34'),(10358,2,'7eefad2430248f8d53f1f090b080a09a0535111c',3118,'* Fix bug #1237.','sgm0422','2017-10-24 09:19:44'),(10359,2,'11a4dc28f0b513c0ebda91bc17c952421ef84b72',3117,'Merge remote-tracking branch \'refs/remotes/origin/master\'','sgm0422','2017-10-24 09:06:13'),(10360,2,'b267870db4d88e941dbb716680d1571c9af11a07',3116,'* Fix bug #1245.','sgm0422','2017-10-24 09:03:43'),(10361,2,'a8e3dd25b97012534e23676a620f5827e3f2395c',3115,'* childTask status change','滔哥','2017-10-24 08:46:41'),(10362,2,'91eb91ecb1b9a41a3823e1cb0679cd2e39c59881',3114,'* format task model','滔哥','2017-10-23 21:16:23'),(10363,2,'4a7c7c74027d73e2b413293ec52fbe176b1ca465',3113,'* Task Status change','滔哥','2017-10-23 21:13:35'),(10364,2,'c0ccf6ff4bc060dc055e5e00c21e80aea4c42f41',3112,'* Task style','滔哥','2017-10-23 17:48:26'),(10365,2,'d3358d463787ec652789d8266db8476f25ad0661',3111,'* change children style','滔哥','2017-10-23 17:32:20'),(10366,2,'b252c629d94ed7d5e589dd265180aa06b62e76a2',3110,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-23 17:21:30'),(10367,2,'1508828fc15866ee8903d6c76952654afc488b38',3109,'* fix bug select all.','wangyidong','2017-10-23 17:21:04'),(10368,2,'c9805574df39ca0cd7a12254c0afa737d45ba908',3108,'* task children style','滔哥','2017-10-23 17:15:45'),(10369,2,'4f14940ecea471beb05f0eaa66ef844b340e3380',3107,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','滔哥','2017-10-23 16:51:01'),(10370,2,'492bf6e956542f888ca176ee114903f2a6fba6a3',3106,'* Task Bug','滔哥','2017-10-23 16:50:48'),(10371,2,'2b5d8d16407cee21e82d59202bb6883c89bb7571',3105,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-23 16:36:46'),(10372,2,'5801f9c07de9d0e9cf47a72306b598b72466e71f',3104,'* fix bug for browse list page.','wangyidong','2017-10-23 16:36:02'),(10373,2,'cd23a2dd23d2dec7f0680bdf29927fa1ac3f43e6',3103,'* multiTask assignedDate empty value bug','滔哥','2017-10-23 14:09:58'),(10374,2,'540e02f895c499eb45f572d162ef31ea74667df9',3102,'* add task lang','滔哥','2017-10-23 13:59:34'),(10375,2,'cf94b99b5b264f5493e7bd9069794c9a46ce6cb6',3101,'es->ea','滔哥','2017-10-23 13:37:34'),(10376,2,'a8c27a1513eb030956df7c8eae236f03b2a6f2fc',3100,'* fix task model empty','滔哥','2017-10-23 13:19:06'),(10377,2,'b19c1ce1eb74798cd095b2600db4f66050446b9c',3099,'.DS_Store','滔哥','2017-10-23 10:28:27'),(10378,2,'e99bdc37858f64b9e589e3c066f101d0a53fd24b',3098,'* revert .gitignore.','wangyidong','2017-10-23 09:13:53'),(10379,2,'0970f411a6c3282756f2184b919d304e7abe4be3',3097,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-23 09:11:20'),(10380,2,'53d0b2b8fa4ce8fca1dfbc2ba60d4ae3257fcda1',3096,'view add btn for childTask','滔哥','2017-10-20 16:40:21'),(10381,2,'0a79bdc4bb7f667cb4a64e9ede2daf6e8df00a25',3095,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-20 16:28:40'),(10382,2,'c312b64220222a56eb7c67cbdb4ac270cbbbfaf7',3094,'Finish task#3253 优化看板卡片弹出菜单的位置,cost:1 left:0 Finish task#3243 看板增加自定义设置显示颜色的功能,cost:3 left:0 Finish task#3242 看板增加默认展开/折叠任务选项卡的功能,cost:1 left:0 Finish task#3241 看板增加显示/隐藏已关闭已取消任务的功能,cost:2 left:0','wangyidong','2017-10-20 16:27:17'),(10383,2,'08a528f85beb9f3e1b8d10ae44c55d15e4937ff7',3093,'"fix debug level 2"','滔哥','2017-10-20 16:24:50'),(10384,2,'371b945d32baadd23a1d46844e1b6cd942d6336a',3092,'framework','滔哥','2017-10-20 15:49:07'),(10385,2,'421e046c930cb8b41990af585da9994d2759c50b',3091,'"style change"','滔哥','2017-10-20 15:17:24'),(10386,2,'1f102d851de8264d3e4a05d44c06faf3d78c21ef',3090,'"Task list add btn"','滔哥','2017-10-20 15:11:27'),(10387,2,'984f3940c9b8a966633351a9b7e491c46242a822',3089,'change .gitignore','滔哥','2017-10-20 14:31:55'),(10388,2,'303ad1cb7da34d7c4d3615f804c7069177e95deb',3088,'Update helper.class.php','lvtao320','2017-10-20 14:26:43'),(10389,2,'2cf44d57e6354f0f32ce5ef97e75703d4ad2f9cb',3087,'(gitignore commit and remove .idea)','滔哥','2017-10-20 14:18:41'),(10390,2,'9ba2bbdb9e4e3154324982ec83ec3866806c0581',3086,'add database change','滔哥','2017-10-20 14:12:39'),(10391,2,'9043edd8ca2daf06eae854e475d191c6a0b8f09e',3085,'add childTask and multiTask','滔哥','2017-10-20 14:08:01'),(10392,2,'129834b30fae3ceb2b8fb87a118e018d15eb2321',3084,'* childTask and multiTask','滔哥','2017-10-20 13:50:48'),(10393,2,'4b52f18cbfc0266e2c82e849f482e79c8c4937bf',3083,'Finish task#3240 看板增加任务的暂停状态栏显示,cost:1 left:0','wangyidong','2017-10-19 16:12:13'),(10394,2,'b965b706a86a26814b45239a6bd9c23255bd2355',3082,'Finish task#3252 管理员可以将自己的菜单配置作为公共的配置,cost:3 left:0','wangyidong','2017-10-19 14:31:03'),(10395,2,'608a43c263795fb12522359f55b81d9297496a4c',3081,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-19 13:47:44'),(10396,2,'19dc3cdae5cc31f91786c32ec0d3c430d82153c5',3080,'Finish task#3255 禅道中所有列表页面都增加自定义显示字段的功能,cost:12 left:0','wangyidong','2017-10-19 11:17:25'),(10397,2,'29cd0d4b4e55961ae79880413ed099028c2f4ea6',3079,'* Add entry and webhook module.','liugang','2017-10-19 10:41:29'),(10398,2,'fe16db7484650052a23528227915ce321bac24ab',3078,'Finish task#3247 管理员可以自定义所有人用的列表的默认布局。,cost:5 left:0','wangyidong','2017-10-18 16:53:33'),(10399,2,'5f0c90a9231938d646b6d3be91660ac199538a6f',3077,'* fix for link story in plan for branch.','wangyidong','2017-10-17 14:54:56'),(10400,2,'f21a790b271f99c13eb4eaae26ab8e7fb3e0a162',3076,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-17 14:16:19'),(10401,2,'735f0ad1d18e63ee586b31ab79b4a4146bad7310',3075,'* fix task #3254.','wangyidong','2017-10-17 14:04:11'),(10402,2,'912548e494c3fa87683466914c41534c06c68b9e',3074,'* Add update sql.','liugang','2017-10-16 16:52:10'),(10403,2,'f289ed31b1c244cf29e1cdd8a739f21b43bee88b',3073,'* finish task #3246.','wangyidong','2017-10-16 13:43:20'),(10404,2,'eaedc6d2c0cd638e79c986fe210cf4f346c67fe8',3072,'* adjust for batchedit.html.php','wangyidong','2017-10-16 09:00:32'),(10405,2,'c09caf8a77a1c915626077111eb5a2beb4ef418f',3071,'* fix bug for delete useless file.','wangyidong','2017-10-13 10:53:15'),(10406,2,'0ac8704898fcb7b88efd05a40e5a0484ae3c89f9',3070,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-10-13 09:20:55'),(10407,2,'aa54f5bb0c314c748347bf22e45e7bf06dee5082',3069,'* remove test code and fix bug.','wangyidong','2017-10-13 09:17:24'),(10408,2,'fe7eea2227e372c7f734f6b41e77baa67169fbab',3068,'* fix for batch assign in safari.','wangyidong','2017-10-13 09:16:31'),(10409,2,'09e803a091bbac77398dfe1cfc810b0bd6d9e760',3067,'* adjust for dao cache.','wangyidong','2017-10-13 09:15:57'),(10410,2,'82843f6476ee8ebb62f43cd51ec692cb268d1851',3066,'* fix setFormAction error in mac safari.','Catouse','2017-10-11 10:23:46'),(10411,2,'554db50b248491e18828d8942efb8f17cdabb9f1',3065,'* fix bug for upgrade.','wangyidong','2017-09-28 08:51:44'),(10412,2,'acac70d6cec147392a74b8f5810d1ab45abaa5cd',3064,'* fix bug for create bug.','wangyidong','2017-09-27 16:49:10'),(10413,2,'d6f43d83dc06dded90dec8f35eb9c33365183a8f',3063,'* change for CHANGELOG','wangyidong','2017-09-27 10:11:25'),(10414,2,'99b05decfc6d614da78da544d8cb153fe3bf9d46',3062,'* fix error for actions.','wangyidong','2017-09-27 10:04:17'),(10415,2,'f4828cf504d80737caf3bc49e2c145f491f56d89',3061,'* adjust for db.','wangyidong','2017-09-26 16:44:45'),(10416,2,'06752d4cb3f528633b9333bfc24575e19a6673ce',3060,'* add new version and upgrade.','wangyidong','2017-09-26 13:45:32'),(10417,2,'50460830e201bdccd87903fb35683605b3150741',3059,'* adjust for limited user.','wangyidong','2017-09-26 11:08:11'),(10418,2,'87b37b3a677c7c7e152d119cde250c423ced5aca',3058,'* Delect instal step2 check gd.','pengjiangxiu','2017-09-22 14:24:41'),(10419,2,'3f92a560a1c269b2e944f3c049c32d45a85e6318',3057,'* Install page replace zdoo to xuanxuan.','pengjiangxiu','2017-09-21 14:23:40'),(10420,2,'39186201c41fac1e647f77508ab6d095930e8eed',3056,'* Adjust code.','pengjiangxiu','2017-09-21 11:25:37'),(10421,2,'a0779473fc65bd352f817681ea8efa39165b0bbe',3055,'* Finish task #3220.','pengjiangxiu','2017-09-21 09:10:22'),(10422,2,'221a7e1db9244475378554d03955135df6d95f79',3054,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-09-20 15:37:54'),(10423,2,'6a8f072e423db3ff123e388220c09b9e3d8a835d',3053,'* Finish task #3224.','pengjiangxiu','2017-09-20 15:37:26'),(10424,2,'cd35bd4c4e7032da3ae9e57bb5981684dca659d9',3052,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-09-20 15:24:55'),(10425,2,'d8c7507020bb4ccbce59a7dfc7aa43ebb36e9e07',3051,'* adjust for save novice config.','wangyidong','2017-09-20 15:24:27'),(10426,2,'f6647bd9b85d4c6da2d614d6753b9151e99c586b',3050,'* change for allowed.','wangyidong','2017-09-20 15:23:50'),(10427,2,'5d3014cc72616ff85f4e8eece2dd029a60d5c7b4',3049,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-09-20 11:16:31'),(10428,2,'cb35c2a35899c6167f640606bad29bf3d60eb9b7',3048,'* update chosen.','Catouse','2017-09-20 11:16:24'),(10429,2,'da796c772c64dd318aa52cbdc420a25707afade1',3047,'* Finish task #3209.','pengjiangxiu','2017-09-19 15:01:39'),(10430,2,'41a2fc9a8f2a66a245195a9eb5444c4adc957db7',3046,'* Finish task #3210.','pengjiangxiu','2017-09-19 13:56:39'),(10431,2,'d343eebc93b633fd7efb5b0a02dd0f90428d9416',3045,'* Finish task #3222.','pengjiangxiu','2017-09-15 09:35:40'),(10432,2,'2dfce57503d8f749b557e7142f064c357f36450d',3044,'* Finish task #3214.','pengjiangxiu','2017-09-14 15:21:51'),(10433,2,'26010c31672eed8c164a1eddf6bdb4a52c8778af',3043,'* Finish task #3202.','pengjiangxiu','2017-09-14 14:37:32'),(10434,2,'844ee7452f1aa1045ab5fa812bd58675e5f50cdd',3042,'* Finish task #3224.','pengjiangxiu','2017-09-14 11:07:28'),(10435,2,'33d1d0b2d0ba350c3b6bcd24ef4dd491f9ca46a3',3041,'* Finish task #3221.','pengjiangxiu','2017-09-13 17:22:36'),(10436,2,'239f0130fd79b519ff8a12ebaacef0ca4e37d83b',3040,'* Finish task #3220.','pengjiangxiu','2017-09-13 17:06:00'),(10437,2,'f1efc0e51e8dc8fcfc37a8ac706e1b7a17887f29',3039,'* Finish task #3219.','pengjiangxiu','2017-09-13 16:28:56'),(10438,2,'479a1b1ea86a662c032dad979888238e8aee79e0',3038,'* Finish task #3218.','pengjiangxiu','2017-09-13 09:39:11'),(10439,2,'c10a3cb7b514aaa815e7014ee73dc1818359ebff',3037,'* Finish task #3226.','pengjiangxiu','2017-09-12 16:08:41'),(10440,2,'384208467f8282a204629137c28a31e8f1a56ca5',3036,'* Finish task #3217.','pengjiangxiu','2017-09-12 15:26:39'),(10441,2,'e6c4b189f89b21fba990fb6a8116bceccc77cbca',3035,'* Finish task #3215.','pengjiangxiu','2017-09-12 14:52:25'),(10442,2,'2cf53afcebfe071fb72afc45238b4f3748253f3f',3034,'* Finish task #3216.','pengjiangxiu','2017-09-12 14:14:36'),(10443,2,'16f87e721da55916d79c4146d84b7688f6907584',3033,'* Finish task #3213.','pengjiangxiu','2017-09-12 14:02:07'),(10444,2,'74c5559c7b932adf61e771d55a9882842f0ff22a',3032,'* Finish task #3207.','pengjiangxiu','2017-09-12 10:42:56'),(10445,2,'60f3998e0946cd955196907ac022b5a7b25c64e0',3031,'* Finish task #3203.','pengjiangxiu','2017-09-12 10:17:43'),(10446,2,'9eda515927f8dcf074a35642ff962390b10559fd',3030,'* Finish task #3211.','pengjiangxiu','2017-09-12 09:49:59'),(10447,2,'40a3419f056cda12c0a015fc80ab0de674ed6f69',3029,'* Finish task #3223.','pengjiangxiu','2017-09-11 16:10:50'),(10448,2,'acd00ec17c0d2292f2b1609e9eba425a807a7914',3028,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-09-11 15:21:04'),(10449,2,'c8049d270ac2d412049c146c3d8a2d2358e61fbb',3027,'* Finish task #3209.','pengjiangxiu','2017-09-11 15:14:30'),(10450,2,'dd146a6bfcc3ccc14288dd8d0be556238d60fc19',3026,'* add pptx in allowed file config and fix svn cat in action.','wangyidong','2017-09-11 13:03:37'),(10451,2,'b3369097a9ede5fa8e1710bc315e0ed994b32910',3025,'* fix for zentaobiz.','wangyidong','2017-09-11 10:06:41'),(10452,2,'4a0912d655c11ad54cdbbf8b33cdffabc315cea8',3024,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-09-08 16:19:54'),(10453,2,'08c473b8caac3cae8f0651b4c0241b51f43be72b',3023,'* fix bug for zentaobiz.','wangyidong','2017-09-08 16:19:32'),(10454,2,'5a138ea5925da15f13e730963660a75834e04738',3022,'* Finish task #3206.','pengjiangxiu','2017-09-08 15:44:44'),(10455,2,'a1570d6b75daee05aca68c477cac7e3a2928d4e2',3021,'* Finish task #3204.','pengjiangxiu','2017-09-08 14:21:12'),(10456,2,'fec29072d97093943d97be4d524ae6391be02d22',3020,'* change style','wyd621','2017-09-08 10:21:42'),(10457,2,'96369ad840d49201bef4f9213d8679edea07887a',3019,'+ add Readme_zh.md file','wyd621','2017-09-08 10:17:42'),(10458,2,'de855054fcd75c1bb646b2af0391f98dd56c089f',3018,'* login with json.','wangyidong','2017-09-07 16:59:25'),(10459,2,'fa1c8e9d0ef22707c058f2ba8255369de44e79f5',3017,'* fix bug.','wangyidong','2017-09-07 16:28:09'),(10460,2,'e7ece74a591b9278203e5478ccef63843a4f02cd',3016,'* adjust for upgrade.','wangyidong','2017-09-07 14:34:38'),(10461,2,'41a360d076538bc93a18b1cb305a49b475393293',3015,'* fix for check priv action link.','wangyidong','2017-09-07 13:14:35'),(10462,2,'23c7f8a94e4cd9bc63e181ab0f76e16a27945c79',3014,'* fix for search in testtask cases page.','wangyidong','2017-09-07 12:19:51'),(10463,2,'3400e5a1433354569703a6f9d2e46e76b32c903a',3013,'* adjust for edit in modal.','wangyidong','2017-09-06 14:36:48'),(10464,2,'fc5ceafb4b8d9e930128b1029413601b43f96fe1',3012,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-09-04 14:46:41'),(10465,2,'f60a4c664b7f027daf845a3ecdf35664860bdce3',3011,'* custom show deleted user.','wangyidong','2017-09-04 14:46:17'),(10466,2,'ded7a07ad7ccecc5b539e73dd5b5d0f9716a311a',3010,'* adjust for oa.','wangyidong','2017-09-04 14:46:02'),(10467,2,'81b0d5d770bf178fdf5bfa02ac6324277217f9ca',3009,'* Fix Bug #1211.','sgm0422','2017-09-04 14:16:03'),(10468,2,'5c5a3eecbee5c8a024d418a2bab3ec10fa96a89c',3008,'* Fix Bug #1210.','sgm0422','2017-09-04 08:55:41'),(10469,2,'3ecf54ee7aed1671d558c7cc0c6535dffe302aae',3007,'*Fix Bug #1208.','sgm0422','2017-08-29 13:07:24'),(10470,2,'4220fa5ce47d07479ae53f78e79986a3e6c00ff6',3006,'Update README.md','Renee','2017-08-29 09:47:41'),(10471,2,'c81685eaec295d14c1ecda379a788c4eaef9135f',3005,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2017-08-28 17:06:13'),(10472,2,'cdc0fb97070c8c9752108e9e8b9676360049ef24',3004,'*Fix Bug #1207.','sgm0422','2017-08-28 16:53:33'),(10473,2,'57e31b1daf183e3f961d9ea02ff3542e36388273',3003,'* fix bug for testreport.','wangyidong','2017-08-28 11:29:18'),(10474,2,'49f8f606f62e62012c431488c212ebd8eec91e8b',3002,'* fix bug for ajax form.','wangyidong','2017-08-25 16:31:23'),(10475,2,'58529a4e798e2c2b719a9cd37573a5250839bc29',3001,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-24 17:27:56'),(10476,2,'3eb18b024f44a0926329644ec0a92e2219b176c6',3000,'* remove space in php file.','wangyidong','2017-08-24 17:27:11'),(10477,2,'0965b0520b7bdf9949c4bb9f8b201adff531a3b3',2999,'* add version stable.','pengjiangxiu','2017-08-24 14:21:23'),(10478,2,'ea306d3f3ba0c2480b586352b691cfb05c89011c',2998,'* change lang file.','pengjiangxiu','2017-08-24 14:03:58'),(10479,2,'15ebe3b532610cb7772a8a1a32702526751d7182',2997,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-24 13:55:27'),(10480,2,'66eabe87170ee3098b29ec702de33dca4388129e',2996,'* fix for mail no subject.','wangyidong','2017-08-24 13:54:58'),(10481,2,'37b6e7eb5f649fe822757f77e911bd75cf3290d7',2995,'添加了v9.5 upgrade信息.','pengjiangxiu','2017-08-24 10:46:37'),(10482,2,'a96bb1775277f36ed54113ba5ace200a54e558f0',2994,'* * Adjust for bug batch activate.','pengjiangxiu','2017-08-24 09:40:53'),(10483,2,'affcf9b642f58b86a0daae08d4117849f7dd430c',2993,'* adjust for block safe.','wangyidong','2017-08-24 09:20:45'),(10484,2,'153006237e37199f01e5a712eca8e819e34baacf',2992,'* not save session in json.','wangyidong','2017-08-23 15:59:08'),(10485,2,'51d786989cf577ed6a7084c1864e8c5129b2af5d',2991,'* adjust for action.','wangyidong','2017-08-23 15:48:05'),(10486,2,'9dce33c3dff958f905cd56883341595ad01c1362',2990,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-23 14:56:32'),(10487,2,'094c960bf41d8276096138e1ef853db4a67364be',2989,'* finish task #3088.','wangyidong','2017-08-23 14:55:49'),(10488,2,'202d76db45d22a730ec6e89505cb486ae9a20416',2988,'* Adjust code.','pengjiangxiu','2017-08-23 13:08:06'),(10489,2,'0ee04f80d1a40a44e5d7f230e2373ae58e884aec',2987,'* adjust for browse type style in show files page.','wangyidong','2017-08-23 09:53:09'),(10490,2,'386f68277df99140b876c9a3ea4091ac06f94546',2986,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-23 09:53:05'),(10491,2,'64880a3071cba916f4df82bc647be989e3d7cdb7',2985,'* fix for search in import case from lib.','wangyidong','2017-08-23 08:21:53'),(10492,2,'22ed90761e3dd777d7e76cef9d7cf191afa50630',2984,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-08-22 15:33:51'),(10493,2,'7a318c92ab43b05da9bf48f819a2923e4ef9502e',2983,'* support open todo view modal on load page with hash prefix \'todo-\'.','Catouse','2017-08-22 15:33:45'),(10494,2,'caf304be98edff43faa02c134dd759b2e23f56d7',2982,'* finish task #3155 and fix bug #1093.','Catouse','2017-08-22 14:36:33'),(10495,2,'c0237c0648d17f168e7373574b93a36d7bcc1074',2981,'* remove console.log.','Catouse','2017-08-22 14:35:54'),(10496,2,'4ae7325f5b893c3178ab22478cac6850cf76562e',2980,'* update zui.','Catouse','2017-08-22 14:35:40'),(10497,2,'b09ad768353139fc82572b937b823a8d51279f2a',2979,'* adjust for safe.','wangyidong','2017-08-22 14:18:56'),(10498,2,'b0c67d90bb774ff312f97676f0cc9019a4f414ea',2978,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-22 13:44:49'),(10499,2,'34b794e39a59be63685092ca9f8f818c994e422d',2977,'* fix error.','wangyidong','2017-08-22 13:44:34'),(10500,2,'e1005f67c542e9fc7666fff0694ff512de4f9352',2976,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-08-22 13:05:43'),(10501,2,'61b5f77f910489e7d337f412db1535a82a44306d',2975,'* Finish task #3201.','pengjiangxiu','2017-08-22 13:05:13'),(10502,2,'1ccf610088cfa5744d3fe21e0990afadaae4bd11',2974,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-22 10:21:11'),(10503,2,'8ea15d424fa90aeb128649ecb2ca9e60d5cdf914',2973,'* finish task #3198.','wangyidong','2017-08-22 10:20:24'),(10504,2,'f33cca51e551c4e5a257c8b63eea948db294be1c',2972,'* Fix bug for dev api.','pengjiangxiu','2017-08-22 10:06:25'),(10505,2,'1ee4465a04c60db662fdabe37e2e87c32cac124f',2971,'* Fix dev bug.','pengjiangxiu','2017-08-22 09:52:16'),(10506,2,'27c423399d5ade3629385bc9e3ba240b7ab4a73d',2970,'* finish task #3721.','Catouse','2017-08-21 19:15:19'),(10507,2,'9194c158b8508c892d3ab3fe5c36ee578ad7decb',2969,'* finish task #3194.','Catouse','2017-08-21 18:53:33'),(10508,2,'624950cfc9bc094d7038a8f0decd02546f7998ab',2968,'* Finish task #3187.','pengjiangxiu','2017-08-21 16:04:00'),(10509,2,'fa707a14649d5c21fde35fb5eba56992432b328d',2967,'* code for task #3100.','wangyidong','2017-08-21 16:00:42'),(10510,2,'2e798743cfe0e9efdd8fb25483f68ae93b54d72f',2966,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-21 14:48:02'),(10511,2,'bfa5ff7352d7aa78d87ca2328630805bdb9f0b50',2965,'* finish task #3190.','wangyidong','2017-08-21 14:47:41'),(10512,2,'975a6ba2b93f87ebf73472a5cb00d350a99b81e5',2964,'* fix for ajaxupdatefile.','wangyidong','2017-08-21 14:46:05'),(10513,2,'def8ddc63455543cdab82c6495e3f6b58ecaa7f7',2963,'* finish task #3197.','wangyidong','2017-08-21 14:44:48'),(10514,2,'ee2ec3bb8478550cbe3e335485db5063978b90ec',2962,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','sgm0422','2017-08-21 14:27:41'),(10515,2,'26ac9ca6b6a678852599bb5c02144e47270660f0',2961,'*Fix Bug #1206','sgm0422','2017-08-21 14:17:18'),(10516,2,'547355168de439bb30e9002e81fc79da7885bda2',2960,'* Finish task #3195.','pengjiangxiu','2017-08-21 13:29:51'),(10517,2,'0479f33e151a98e27a9714d310f4aff23338c135',2959,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-21 09:09:44'),(10518,2,'3f431a2110e1064df76a47a18ac25c55f6a71a72',2958,'* finish task #3128.','wangyidong','2017-08-21 09:08:38'),(10519,2,'f294f9b18188e971b415c2355d4a3c9c5a04fc7d',2957,'* Fix Bug #1195.','sgm0422','2017-08-18 16:26:28'),(10520,2,'4db02b2d4e1005d65a31491454bf307e2776ef84',2956,'* Fix Bug # 1200','sgm0422','2017-08-18 16:20:24'),(10521,2,'772b339664f7647f46562a9cebc87a0e47f25e8c',2955,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-08-18 15:21:14'),(10522,2,'ef7000ff45f28c8949d8b75084026c55288648b9',2954,'* Adjust code.','pengjiangxiu','2017-08-18 15:20:13'),(10523,2,'653648b3eb18d33513be7045e1f3a9adb04b22b4',2953,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-18 15:16:14'),(10524,2,'5e267814d0db6eb2dc1c5a21830d48959708d04d',2952,'* finish task #3129.','wangyidong','2017-08-18 15:15:55'),(10525,2,'7f6274c07d8855c7f0d8797dcb3f01c7f40e5f85',2951,'* Finish task #1201.','pengjiangxiu','2017-08-18 15:10:07'),(10526,2,'594310a61ad3801dd086350d41d3ed4549eafc63',2950,'* Finish task #1197.','pengjiangxiu','2017-08-18 13:57:11'),(10527,2,'4732bfaebcd4d8b9ced773c1b6ec04530fd90e22',2949,'* Finish task #3184.','pengjiangxiu','2017-08-18 13:51:29'),(10528,2,'223910e142fcd029fef187dd176a16a08162c354',2948,'* finish task #3192.','wangyidong','2017-08-18 13:28:46'),(10529,2,'c06e7bfb03010f333209172deb342e08162104d0',2947,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-18 13:05:06'),(10530,2,'432d852092df10e17ce786e3be5b628dd99a99fb',2946,'* finish task #3156.','wangyidong','2017-08-18 13:04:45'),(10531,2,'a8c478c4f27226cfbf147d1a64e121c5654a6383',2945,'* Finish task #3183.','pengjiangxiu','2017-08-18 11:32:25'),(10532,2,'f090318a7abd73a3ab9a0f168bc546aa02236a82',2944,'* finish task #3135.','wangyidong','2017-08-18 11:05:27'),(10533,2,'1359fddbf1de4863ebcbbe675c9ae8a705e1c1a7',2943,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-18 11:00:55'),(10534,2,'d2485c8e8262574f9962ffb8339ff0fc43b5c93b',2942,'* finish task #3106.','wangyidong','2017-08-18 11:00:38'),(10535,2,'1998bb421526cdc0eee0137abab5d3018b4eb682',2941,'* Finish task #3137.','pengjiangxiu','2017-08-18 11:00:29'),(10536,2,'abc1180a2add7cb5b1a25a8f9700b328ae274346',2940,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-18 11:00:15'),(10537,2,'70a30eb72700a343909d3bd69acfa2d3fa87ea0e',2939,'* adjust page for editor edit.','wangyidong','2017-08-18 10:59:46'),(10538,2,'257a478940a7b3b22ee50546390cd5cc4d4587a4',2938,'* fix for show image in file download page.','wangyidong','2017-08-18 10:58:55'),(10539,2,'d4c5c73cf20ac945846eee7325949bd6c16de457',2937,'* Finish task #3150.','pengjiangxiu','2017-08-18 09:34:33'),(10540,2,'16af1cd29014709458eeef223c3323155a097afa',2936,'* finish task #3099.','wangyidong','2017-08-17 16:29:15'),(10541,2,'e28ceee2d921afc3e955618cfe7d625a7eb99f22',2935,'* Adjust code for tab to space.','pengjiangxiu','2017-08-17 11:26:42'),(10542,2,'9e34e50947a71b548455f99491529ea03b086824',2934,'* Finish task #3111.','pengjiangxiu','2017-08-17 10:31:21'),(10543,2,'6c19289354fc658914912c876ff932790e89ca48',2933,'* Finish task #3126.','pengjiangxiu','2017-08-16 17:18:45'),(10544,2,'8d909478e2bf45569dfbe688436556de470d02b8',2932,'* finish task #3136.','wangyidong','2017-08-16 16:52:45'),(10545,2,'865146cc4c8c59470992f76260c7a644292718af',2931,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-16 16:44:43'),(10546,2,'9a974c6c931941148ebe104e086e3f4a34c09561',2930,'* finish task #3142.','wangyidong','2017-08-16 16:44:19'),(10547,2,'22d2a455635d18e1bab1fb7b28f9bdbd5e3bf4a3',2929,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-08-16 16:27:29'),(10548,2,'282d166ac5dfd063bffdd5023a78587657664ce2',2928,'* Finish task #3131.','pengjiangxiu','2017-08-16 16:26:46'),(10549,2,'0508eefd70b0380d9412431a3bcf5326fcd5010e',2927,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-16 16:13:05'),(10550,2,'e3d3d6f57326dd63acde21e98d5ace50f075cbde',2926,'* finish task #3109.','wangyidong','2017-08-16 16:12:50'),(10551,2,'c6165b16d5c2cdc2144f7fa8285da22fab5dd8e4',2925,'* Finish task #1202.','pengjiangxiu','2017-08-16 15:47:57'),(10552,2,'79b4d4d97c4c7092c90c5a326bc203b8cbf94062',2924,'* finish task #3104.','wangyidong','2017-08-16 15:15:05'),(10553,2,'9c0875d9616e671f8265a37db49c342110257e06',2923,'* finish task #3143.','wangyidong','2017-08-16 15:00:41'),(10554,2,'84e91fc75ad26e76ff8eb4967a4fc885af36e6f3',2922,'* finish task #3102.','wangyidong','2017-08-16 14:24:58'),(10555,2,'ef4cbfd1e3dee8a679897cbe781b18116514ddce',2921,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-16 13:33:11'),(10556,2,'a25a10d542c4bfe0d12a625530d542eef3fd1e37',2920,'* finish task #3147 and update HTMLPurifier.','wangyidong','2017-08-16 13:32:34'),(10557,2,'0480e28e6794c146eb38b0be08fdc625a61d7174',2919,'* Finish task #3116.','pengjiangxiu','2017-08-16 10:03:20'),(10558,2,'d805329387ee1fb8adfb0ec6a9539ed12d8c681b',2918,'* finish task #3087.','wangyidong','2017-08-16 09:51:47'),(10559,2,'bd622e3d2341a40b79e4205dcecbd706d015d91d',2917,'* finish task #3086.','wangyidong','2017-08-16 09:36:51'),(10560,2,'25530314a76b76450acc12c65e4834680cbd7238',2916,'* finish task #3154.','wangyidong','2017-08-15 17:17:15'),(10561,2,'27a57e6ee3e26444706aefdc7d6b0ca4b7f70b6e',2915,'* finish task #3158.','wangyidong','2017-08-15 17:04:15'),(10562,2,'fc3f537836bc3180175cfda05a81ba710da72d49',2914,'* finish task #3159.','wangyidong','2017-08-15 16:25:25'),(10563,2,'bbe6de3e621c1dc0ad6187414b25ea317f246afd',2913,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-15 15:54:27'),(10564,2,'68ac8081c67a326433384443e5836fbecbc4df4c',2912,'* finish task #3163.','wangyidong','2017-08-15 15:53:54'),(10565,2,'4d72b7752e50e5c63c2037564248019b01c07217',2911,'* Finish task #3138.','pengjiangxiu','2017-08-15 13:55:14'),(10566,2,'1c5907366358297af3ce27f7105143a888ae19d4',2910,'* Finish task #3146.','pengjiangxiu','2017-08-15 13:10:43'),(10567,2,'6ebfac505a121002e2eda5ec91163941e917a12f',2909,'* Finish task #1081.','pengjiangxiu','2017-08-15 11:13:40'),(10568,2,'848f5b46646c3490c6d091d5f4a1270fc8914c54',2908,'* Finish task #3121.','pengjiangxiu','2017-08-15 10:19:31'),(10569,2,'ce6ac2eb3e2c1e0749e315ad654bd6a5c2f259ff',2907,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-14 16:47:17'),(10570,2,'6bd68359dae2d37f035bf5ae61bc9c403f4e264c',2906,'* finish task #3167.','wangyidong','2017-08-14 16:46:59'),(10571,2,'69c16a20285eb0a54083791f21f7c0645131890a',2905,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-08-14 16:45:29'),(10572,2,'ff0ff006b316f8d205d02af33a797e9205b30881',2904,'* Finish task #3123.','pengjiangxiu','2017-08-14 16:45:22'),(10573,2,'d0f3eb3906291dc3e18a5644a27832b9ef271a9d',2903,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-14 16:32:53'),(10574,2,'07af0d08b4adcfd265f7b6588dc00a88fc85e1d3',2902,'* finish task #3168.','wangyidong','2017-08-14 16:32:30'),(10575,2,'2573fe9562a414aa7e871edffd377ab03d8fe50a',2901,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-08-14 14:34:53'),(10576,2,'184fbce14712694890037a51de30b28711fc30e0',2900,'+ Add update9.4.sql','pengjiangxiu','2017-08-14 14:32:20'),(10577,2,'5954b34fd8ecf68f6dff4c049b90b919c20afd77',2899,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-14 14:31:40'),(10578,2,'4636f763a2c0c8718e343f489179274742cb0e6a',2898,'* finish task #3170.','wangyidong','2017-08-14 14:31:10'),(10579,2,'3e86953b4a6a1363711d2361df62b3cafe330972',2897,'* Finish task #3124.','pengjiangxiu','2017-08-14 11:34:42'),(10580,2,'6a9d81161450bcbb946945b6bfb46a12a60b12a5',2896,'* finish task #3173.','wangyidong','2017-08-14 11:05:51'),(10581,2,'4f43386af8989edebebb2f36741d97bbda2e2ec8',2895,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-14 10:05:57'),(10582,2,'b91e47c2e706ae5e32d5e5cf405ae14fc91acaae',2894,'* finish task #3117.','wangyidong','2017-08-14 10:05:30'),(10583,2,'dccebc7b9a955cca607692764a826208fbd78397',2893,'* Finish task #3119.','pengjiangxiu','2017-08-14 09:56:39'),(10584,2,'fdd13c22975a3b9c32d29dd2914b3bd4f8856237',2892,'* Finish task #3122.','pengjiangxiu','2017-08-11 15:40:54'),(10585,2,'3953a542fc941a84fa5f89134bbfe151a17f4708',2891,'* Finish task #3164.','pengjiangxiu','2017-08-11 15:19:10'),(10586,2,'fdfe48a9044854f72c0dfda24c7dfc4dd4f6e0e6',2890,'* Finish task #3165.','pengjiangxiu','2017-08-11 15:03:38'),(10587,2,'de0acf67eed2d86f8fbce0d9ca693985f777e0f9',2889,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-08-11 15:02:29'),(10588,2,'6db420de767c06b6dba4b9f4ca520e5f6289f17e',2888,'* adjust for framework page class.','wangyidong','2017-08-11 15:02:01'),(10589,2,'359949f582116242421d94f8fe16d84d88029d59',2887,'* finish task #3118.','wangyidong','2017-08-11 15:00:52'),(10590,2,'2d17fc78ece5280d2f068407d0269b909e371793',2886,'* Finish task #3169.','pengjiangxiu','2017-08-11 14:36:47'),(10591,2,'24a0ed150ef3e9b9186585eac07d21281cd25748',2885,'* Fix bug #1189.','sgm0422','2017-08-11 11:03:11'),(10592,2,'34cd31b93ba957ca2d08f01d562947fbe5bd7444',2884,'* Fix Bug #1162.','zhubaoxin','2017-08-08 18:03:36'),(10593,2,'f0d3eb33291e88eb250460c456eda6643b01443d',2883,'* Fix Bug #1171.','zhubaoxin','2017-08-08 18:02:03'),(10594,2,'5d2796ef23679c149429d85976369bf6f888f8c4',2882,'* Fix Bug #1176 and #1175.','zhubaoxin','2017-08-08 17:58:46'),(10595,2,'78898d425e955405c49d7b6f96220c52c0ad953d',2881,'* Fix Bug #1178.','zhubaoxin','2017-08-08 17:55:52'),(10596,2,'0112ba79f9909557a88c5c18f37560d28f4bd761',2880,'* Fix Bug #1179.','zhubaoxin','2017-08-08 17:45:25'),(10597,2,'ff56a58b7d7df290acc67fe972770db189d4f513',2879,'* fix bug for search on menu.','wangyidong','2017-08-08 10:12:01'),(10598,2,'da39880a1c4c551c2d7cba8f98331622ae65aa07',2878,'* adjust code for zentaobiz and fix bug.','wangyidong','2017-08-08 08:21:58'),(10599,2,'619188a569ab192874a3a761332528f896eb85ec',2877,'*Fix Bug #1148','sgm0422','2017-08-03 17:31:43'),(10600,2,'c0a3efe8595706ea80bc0c1d24d732004b0c2898',2876,'* Fix bug: change \'limit\' to \'LIMIT\'.','sgm0422','2017-08-03 15:09:52'),(10601,2,'4e414fe69d259fa183587b599b07a913524c97c3',2875,'* Fix bug #1143.','zhubaoxin','2017-08-03 09:52:20'),(10602,2,'a1c10d3a94c702e9ecf940292126208d3a82f2cb',2874,'* Fix bug #1184.','zhubaoxin','2017-08-03 09:38:38'),(10603,2,'9015fe0c34196a5bf4543af5939758bb1cb5d9e2',2873,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','zhubaoxin','2017-08-03 09:04:57'),(10604,2,'c257df4e184aec0e6d1b01fe2e6f80065c4041cf',2872,'* Fix bug #1185.','zhubaoxin','2017-08-03 09:02:30'),(10605,2,'3f882d43f3d8ae814207daa21fa2a1b6994f9f41',2871,'* Fix Bug #1149.','sgm0422','2017-08-02 17:32:54'),(10606,2,'bd76d2bca25f6e64fc34413d42d38abb1305857d',2870,'* Fix bug #1181.','sgm0422','2017-08-02 17:16:48'),(10607,2,'f77214be222ed355e24a75b604234a3cfe027b3d',2869,'* adjust for merge ext model.','wangyidong','2017-07-28 13:37:05'),(10608,2,'361521adee419b24a69f6c9d6276aac943f8da00',2868,'* Adjust code.','pengjiangxiu','2017-07-25 13:35:16'),(10609,2,'bc5f724eaa690efb04ab7702732cdb42872e776f',2867,'* Fix bug #1127.','pengjiangxiu','2017-07-24 17:02:57'),(10610,2,'c555c79de7b7666aefcb4a2cd86ee17d0934106d',2866,'* Adjust code.','pengjiangxiu','2017-07-24 14:05:18'),(10611,2,'e6ab3c3fa077fa1feabb97c843151228f7f1c24c',2865,'* Change upgrade to V9.4','pengjiangxiu','2017-07-24 14:04:36'),(10612,2,'93e374ddf6d277654362390e788d343404cf09d1',2864,'* Fix bug #1140.','pengjiangxiu','2017-07-24 09:12:25'),(10613,2,'594cea2f8cd68d5dfd9154b1352a79f839b07f6c',2863,'* Fix bug #1112.','pengjiangxiu','2017-07-21 11:27:26'),(10614,2,'8b6b41b19a7714ca4221cbd55573998722959425',2862,'* Fix bug #1116.','pengjiangxiu','2017-07-21 10:54:17'),(10615,2,'3d218bc5f429f5e9c9caefa86381fd12e757d8b7',2861,'* Fix bug #1122.','pengjiangxiu','2017-07-21 10:33:11'),(10616,2,'9b2e1ab809029423c2510ad39dad15975db7a5d4',2860,'* Fix bug #1154.','pengjiangxiu','2017-07-20 16:51:46'),(10617,2,'ede8c60761cedf23260a681e6bd5362d58ef127d',2859,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-07-20 16:07:18'),(10618,2,'472c167bbde631e46a082d8f9cc4ffee3e2a4e7c',2858,'* Adjust code.','pengjiangxiu','2017-07-20 16:03:10'),(10619,2,'39d9f1ace555c48b6b926303719bbdb36af481ce',2857,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-07-20 14:30:58'),(10620,2,'5cf6bd34b892827f6cd25b295b80cb8267f74848',2856,'* adjust for doc view.','wangyidong','2017-07-20 14:30:43'),(10621,2,'1b1d30c7826389f35a4106f233161840d2e5de09',2855,'* Fix bug #1167.','pengjiangxiu','2017-07-20 14:04:14'),(10622,2,'d909f2d8261e63c7b125ef788aae7593ae945743',2854,'* remove diff method.','wangyidong','2017-07-20 13:04:53'),(10623,2,'a4522a9e0527b4738383431c881223dbf94923fa',2853,'* change for merge hook.','wangyidong','2017-07-20 13:04:21'),(10624,2,'54ea128fdea7b6d84f855897d856af4b87dcdac9',2852,'* Fix bug #1097.','pengjiangxiu','2017-07-20 11:19:32'),(10625,2,'f2c220e6b813b28b02352e9baaf83ca5e57c2127',2851,'* Fix bug #1129.','pengjiangxiu','2017-07-19 17:02:43'),(10626,2,'a0f2e4b2d66c4c59c82bc9a2da50d055ea60e6f8',2850,'* Fix bug #1172.','pengjiangxiu','2017-07-19 16:43:33'),(10627,2,'8e55b830e9b7bd0e5e89af036b78d165449d8a4a',2849,'* Fix bug #1174.','pengjiangxiu','2017-07-19 15:00:11'),(10628,2,'77e4345aeff79d31c83f6dfbddc47ee4bcf7c920',2848,'* Fix bug #1155.','pengjiangxiu','2017-07-19 11:16:57'),(10629,2,'fcd9281b122339f49b1af9b58a274b4573ef08d0',2847,'* Adjust code.','pengjiangxiu','2017-07-19 11:16:26'),(10630,2,'2e03077539db876b82f5db828e6b5766d66b9c96',2846,'* Fix bug #1153.','pengjiangxiu','2017-07-19 10:26:59'),(10631,2,'2012550daff5d3d6c8f7932197fa3942135e17ea',2845,'* Fix bug #1156.','pengjiangxiu','2017-07-19 09:39:03'),(10632,2,'1deb334e5be1053182e40fc4f5d66ea062959983',2844,'* Fix bug #1161.','pengjiangxiu','2017-07-18 17:23:58'),(10633,2,'14560f007d5271e702fb017f9ca10b15ba6185ca',2843,'* Finish task #3070.','pengjiangxiu','2017-07-18 14:22:31'),(10634,2,'6542d36b7bc412ca8b7f2b1ed0e6d63ac0412dea',2842,'* Adjust code for release view.','pengjiangxiu','2017-07-18 14:02:07'),(10635,2,'74f68f5d1f57247cd3d2f9eddca24398a114abd9',2841,'* Finish task #3067.','pengjiangxiu','2017-07-18 13:29:29'),(10636,2,'76f6ea9c859f9393681f3ef0ddfe56ce5528b253',2840,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-07-17 17:12:15'),(10637,2,'a22d622db0878a073068f2252e221b4ca6cb1c52',2839,'* fix for show <a> tag in modal with onlybody.','wangyidong','2017-07-17 17:11:13'),(10638,2,'a0d211706602827cffa00de7340bc550e56fe756',2838,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-07-17 16:55:45'),(10639,2,'80df7a693e892996a370da2edb396ac29ffd03dc',2837,'* Finish task #3074.','pengjiangxiu','2017-07-17 16:53:53'),(10640,2,'1d884af8f79798eb9662354db98a8a1b063ce022',2836,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-07-17 16:50:26'),(10641,2,'9b863fe98201d5f45c4e5398e19fd1b6bedc5c1a',2835,'* fix bugs.','wangyidong','2017-07-17 16:49:59'),(10642,2,'48fc034fa1f91b7ecb6a69c6ab8ccdec5cdf0651',2834,'* Finish task #3065.','pengjiangxiu','2017-07-17 15:33:40'),(10643,2,'1b5465b57b787cc79161129890a0d1b29cfd546b',2833,'* Finish task #3078.','pengjiangxiu','2017-07-17 10:54:17'),(10644,2,'c00018831ea9840d827aa49a8c65beec5a7823e2',2832,'* finish task #3073.','pengjiangxiu','2017-07-15 17:11:40'),(10645,2,'26e3e0d2066874d3a1290b73cc5a472d9acbc304',2831,'* finish task #3069.','pengjiangxiu','2017-07-15 16:16:02'),(10646,2,'0062ecfb5658fd6c37cca52c475b9c3823a0a16a',2830,'* finish task #3066.','pengjiangxiu','2017-07-15 15:41:59'),(10647,2,'279a96fca5dfc9090296178ae23011c3a64396c3',2829,'* finish task #3075.','pengjiangxiu','2017-07-15 10:16:33'),(10648,2,'ca2a3528de6e4e2cd3bca364f51478d7382ed46d',2828,'* finish task #3076.','pengjiangxiu','2017-07-15 10:13:41'),(10649,2,'cf457c7a7e2d85c94803e3854f15d30a34888155',2827,'* Finish task #3077.','pengjiangxiu','2017-07-14 15:03:26'),(10650,2,'152daa4c395c6199f1ff96ac394f473df42b22f0',2826,'* adjust framework.','wangyidong','2017-07-10 14:12:12'),(10651,2,'5924091515195ddd8bd25931acaef4b2ac3ca6b7',2825,'* adjust for framework and fix bug for search use today.','wangyidong','2017-07-05 13:17:45'),(10652,2,'1b92dc4ad0e1d1d504fd5e8e01ea85331470f891',2824,'* fix for testreport create.','wangyidong','2017-07-04 17:33:01'),(10653,2,'834bcdaedac762b1a5961cb5b57aef94c92d7528',2823,'* adjust for framework.','wangyidong','2017-07-03 09:39:12'),(10654,2,'c444e6fd2e6fb6ae427d19de313933c714756315',2822,'* adjust for process image url.','wangyidong','2017-06-29 10:16:18'),(10655,2,'6179da02b847320eed779c65cae574978fdfae79',2821,'* fix bug for process image url in windows.','wangyidong','2017-06-29 09:51:09'),(10656,2,'9dbd80045ccedcf97f2b658a72ec0de4280f427d',2820,'* set file-read to openmethod.','wangyidong','2017-06-26 17:01:30'),(10657,2,'8c7930ffff22705057d34284a82609d169628d0b',2819,'* adjust for save file no extension.','wangyidong','2017-06-26 15:42:10'),(10658,2,'794fb575db1c360a8ee13352b4d4787da3b3ef6c',2818,'* adjust for save file not with extension.','wangyidong','2017-06-26 14:47:58'),(10659,2,'c8f4f4fc0f0adfe42991e93f62a2fac1aff4a3b2',2817,'fix bug for router-setParamsByPathInfo','pengjiangxiu','2017-06-22 15:26:49'),(10660,2,'1920d57d3afc446b2548bb58e2b26dacf9c9e1d3',2816,'* Adjust filter and framework','pengjiangxiu','2017-06-22 13:35:16'),(10661,2,'d71f095975f12869d8734fdbdb91e2ee5fd4c9a1',2815,'* Update version info','pengjiangxiu','2017-06-21 11:20:46'),(10662,2,'5e46cb6fc5475a092cca1e4e067cda9ae9e0bded',2814,'* adjust code.','wangyidong','2017-06-20 16:12:10'),(10663,2,'f4608f5a6bc3601242d97c901a9bafc32663843b',2813,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-06-20 15:58:09'),(10664,2,'3777f18b8f887e278e88c708b78f56109ae74d77',2812,'* create file read link with extension.','wangyidong','2017-06-20 15:57:42'),(10665,2,'e929d7a6a904918069e6a9078d2ce2d18699ad6b',2811,'* Adjust config','pengjiangxiu','2017-06-20 15:55:10'),(10666,2,'0d73f34c52e53383f5ef36074679759d7d93fa11',2810,'* fix filter params bug','pengjiangxiu','2017-06-20 08:26:58'),(10667,2,'d18cc65d9081fe172b87a98047dc2562795c06c7',2809,'* merge new framework.','wangyidong','2017-06-16 16:52:45'),(10668,2,'db4eca22ae3c07aed42141cf494b8f064441f0b6',2808,'* merge framework.','wangyidong','2017-06-15 11:37:04'),(10669,2,'06e714223fa50225ea92d543671fbd87587302b0',2807,'* update file dangers type','pengjiangxiu','2017-06-15 10:46:06'),(10670,2,'757b9ecf718f453d2ecde836bb7c19e2fed09527',2806,'* Adjust for framework.','pengjiangxiu','2017-06-15 09:48:51'),(10671,2,'97bbc1bef0cc7013f95740eea1dd50719d8ee3f4',2805,'* Merge file upload allowed','pengjiangxiu','2017-06-15 09:46:13'),(10672,2,'a29c6f214316088c09c6af9ad41bc570cdcae076',2804,'* adjust code.','wangyidong','2017-06-14 16:11:08'),(10673,2,'de5c536659113e24d4a0915f39f2d82f94eeac95',2803,'* adjust for framework.','wangyidong','2017-06-14 15:23:38'),(10674,2,'19def0f2fd40b9e7b6c1dd399c83a8ec0f7e3cae',2802,'* adjust for filter cookie.','wangyidong','2017-06-12 10:47:15'),(10675,2,'a37df65bc8e323901bcee576d2b44b6cfb746f86',2801,'* mereg zentaophp framework to zentao.','wangyidong','2017-06-09 17:06:18'),(10676,2,'c27f1f7d34884fef5a805908fe958a48da50d5c9',2800,'* merge zentaophp to zentao.','wangyidong','2017-06-09 17:05:37'),(10677,2,'e3d6b9d7096ba2eb4313da9570fb6a411ed42ef3',2799,'* fix workload days.','wangyidong','2017-06-02 16:19:10'),(10678,2,'90d12565de191281d763a44c91046dc896123eed',2798,'* fix bug.','wangyidong','2017-06-01 10:23:54'),(10679,2,'67b29ccb880b3bbe4908940923321bc0c03b46b6',2797,'* fix bug edit build.','wangyidong','2017-05-23 11:03:54'),(10680,2,'02bd73a67be46ff980a20d3c86ad856b78ea0f4f',2796,'* change for upgrade.','wangyidong','2017-05-22 09:53:16'),(10681,2,'93063f15df212b0f2c1016fd9561ed4eb95833ba',2795,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-19 16:57:23'),(10682,2,'11ea0f3e9379d992d7980a841e31d63dc96b62d4',2794,'* fix for create story in prject story when force review.','wangyidong','2017-05-19 16:56:27'),(10683,2,'117bec6bfba6cf5942caa339d48459351190371a',2793,'* fix bug for #1098.','wangyidong','2017-05-19 16:48:19'),(10684,2,'6a308ba5caee1d0fce0f11d211e12d83b808b426',2792,'* adjust for page style.','wangyidong','2017-05-19 16:33:20'),(10685,2,'ee2370eb56f9116a3647d39c82b2dbbcef2772dc',2791,'* prevent login page show in a iframe modal.','Catouse','2017-05-19 16:27:20'),(10686,2,'ac7958d7360f58d5f68024d2dc85b61e17477760',2790,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-19 15:08:27'),(10687,2,'dd5e5e7767cd61200a67eea8b00e913754fd3160',2789,'* fix required error.','Catouse','2017-05-19 15:08:21'),(10688,2,'3e5d56f6655d3fdd387a49c81bdbc2ebaca1a524',2788,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-19 10:08:11'),(10689,2,'ef8be94f83e1317cb17a833607ef39ccdcae6a0c',2787,'* Hidden product when working is task.','daitingting','2017-05-19 10:07:48'),(10690,2,'089a70ef117e3c89b8d15c97a0bef65925c131f5',2786,'* adjust code format.','Catouse','2017-05-18 16:35:26'),(10691,2,'d133157f7c0af36f067fd9bbde8de5a14e5ea031',2785,'* fix tooltip behavior in tutorial page.','Catouse','2017-05-18 16:26:36'),(10692,2,'07865fdb4269ef0eefc6386a426ad12e3dde1ace',2784,'* fix setRequiredFields method.','Catouse','2017-05-18 16:17:16'),(10693,2,'5f66e75da9ba82f4746018022b06747a62ca2a49',2783,'* Adjust codes.','daitingting','2017-05-18 11:14:19'),(10694,2,'4065570e95a000434df8959f441525f62b106fb1',2782,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-16 16:06:11'),(10695,2,'e8b8b67471176d2552a3882a28ed0713eebed91f',2781,'* Adjust codes.','daitingting','2017-05-16 16:06:02'),(10696,2,'4804c795b6ba6e2cb42b68dd5b068ccffba338dc',2780,'* fix bug for install.','wangyidong','2017-05-16 15:51:54'),(10697,2,'68b274e3d35cd7fb45f1f1b062c3aeb106a3e679',2779,'* adjust css.','wangyidong','2017-05-16 15:16:03'),(10698,2,'fc5c2a964cd64a0baac1f408674c967b7222e66e',2778,'* Adjust conflict.','daitingting','2017-05-16 14:55:06'),(10699,2,'58b0e33efc555bda5b3fe0ed7151e599c12cef54',2777,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/common/lang/en.php module/common/lang/zh-cn.php','daitingting','2017-05-16 14:51:26'),(10700,2,'7d46c76ea29424199b24ca95c3ed682d1f0c4596',2776,'* Adjust rights.','daitingting','2017-05-16 14:51:03'),(10701,2,'d49867fc208889d85de6a8173ed4379f6393c2b5',2775,'* Add english language.','daitingting','2017-05-16 14:43:45'),(10702,2,'12c288a4e7a20122e9feaae8a11662d295ab2e6c',2774,'* change for upgrade.','wangyidong','2017-05-16 14:27:53'),(10703,2,'f0e76ff576481d5ebbb1e3b75eab02da4e7fa3e0',2773,'* Set flow for custom doc menu.','daitingting','2017-05-16 13:53:17'),(10704,2,'07cebfea4a3710df8c7db105b45d49f7abc8d364',2772,'* Adjust fixed menu.','daitingting','2017-05-16 13:03:04'),(10705,2,'1a23280c7553e66df8d2ca18f670f3c0b2635055',2771,'* Adjust codes.','daitingting','2017-05-16 11:29:21'),(10706,2,'06d26ecce9392d44a377ad40e3b046c2a7b48611',2770,'* Adjust style for create btn group.','daitingting','2017-05-16 11:26:05'),(10707,2,'2274c3ec6f7bc177e2c9e2a5028e1e7cb55e6f9f',2769,'* Adjust menu when width is more.','daitingting','2017-05-16 11:20:53'),(10708,2,'917fc190113b32f1cb81722859dcb95053c681e1',2768,'* Adjust high light.','daitingting','2017-05-16 09:53:51'),(10709,2,'33932cad94bc01f38562d691814e9ebc55049b16',2767,'* Remove useless codes.','daitingting','2017-05-15 16:58:15'),(10710,2,'69255005d83c939d556cad4c1e7c49de7f0fbf60',2766,'* Adjust custom field.','daitingting','2017-05-15 16:56:21'),(10711,2,'16b1c329af61c8bb1810ccd3f2a30605e0a511e4',2765,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-15 16:35:45'),(10712,2,'5cc2e1be9ab3484a5b05ae6849182d5776a98712',2764,'* Adjust high light for menu.','daitingting','2017-05-15 16:34:38'),(10713,2,'2f28a6ee36e26a4cf449315a9bd8f6e60e051f95',2763,'* fix bug for release link story.','wangyidong','2017-05-15 16:30:37'),(10714,2,'869e73db82c870080d20fbec8afeea9c473bbb87',2762,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-15 16:26:19'),(10715,2,'d9f73fe9aacb0ce93c186e60d630965bb1c6f264',2761,'* adjust for precondition width.','wangyidong','2017-05-15 16:25:23'),(10716,2,'aa02e6a8c335a09f619c1d4b5db6c04485098fc7',2760,'* fix bug.','wangyidong','2017-05-15 16:25:08'),(10717,2,'98fff8d7ec5f33f7d72bdf17c8a7baa14c81256c',2759,'* Hidden project.','daitingting','2017-05-15 16:23:50'),(10718,2,'de9b2e6af475f95db0ec53a18e61c4678656a4db',2758,'* adjust for init block.','wangyidong','2017-05-15 16:23:44'),(10719,2,'6cdf8fd119754841f89bf41081e351574297aa29',2757,'* adjust for restoreTip.','wangyidong','2017-05-15 16:23:17'),(10720,2,'954539c4c83f2c2a83ba12f82b16afe310e67764',2756,'* adjust for safe.','wangyidong','2017-05-15 16:22:43'),(10721,2,'954a16cd15bbec9e1e697313d0473c4a826b014a',2755,'* Revert loadConfigFromDB function.','daitingting','2017-05-15 11:30:24'),(10722,2,'eebb7e4cdb6bdb2b5ffadf22d76b7404b1f0a598',2754,'* Adjust style.','daitingting','2017-05-15 11:15:22'),(10723,2,'b2f7b4d2ce12d9db4c88466dbec0bf4e4a5b4f1d',2753,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-12 16:22:31'),(10724,2,'e5b388d5852d7b12470942fd8b2022bcc14882f7',2752,'* Adjust codes.','daitingting','2017-05-12 16:22:22'),(10725,2,'fcbc6b2d23cd2c0825e17a20cd103f9d3a0e566f',2751,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-12 16:15:32'),(10726,2,'5b558cb825c3cedd2d3c8640b7b0bd021bfb870a',2750,'* adjust for show module tree in branch browse.','wangyidong','2017-05-12 16:14:33'),(10727,2,'4e691243c61c2699ee545a1648a723410ed3a5bb',2749,'* Adjust style for create btn.','daitingting','2017-05-12 15:33:41'),(10728,2,'e5bc4d44b51ce20ae3f35d41726505759c967b5d',2748,'* Adjust codes.','daitingting','2017-05-12 15:04:25'),(10729,2,'4ee07be5d6475f45049b1e5ee746397187e54df6',2747,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-12 14:46:15'),(10730,2,'b378b533070ec9728ed93e36db8fb7d7d00c4017',2746,'* Adjust menu for onlyTest.','daitingting','2017-05-12 14:45:57'),(10731,2,'255d7b457d03b883299c79b24ae0de8b4735e8f4',2745,'* Readjust precondition width by cases precondition.','wangyidong','2017-05-12 14:24:19'),(10732,2,'df7d08d24a7a91c2c2cf89dab044ed4923623f04',2744,'* fix bug for report bugConfirmedRate.','wangyidong','2017-05-12 14:22:36'),(10733,2,'f1eb150a2b5fef49aed29a92e5ee8c4f41159067',2743,'* fix for restore.','wangyidong','2017-05-12 11:28:22'),(10734,2,'89cc81c5494fd1ca4c146fec9cb52f6438752ef7',2742,'* fix bug.','wangyidong','2017-05-12 11:12:32'),(10735,2,'4e19cb494f9545bec44f0479816c9e5c42a72ce1',2741,'* change for import case from file.','wangyidong','2017-05-12 11:01:27'),(10736,2,'6fd66cc54bb785097abdbb6d1369731dd62bfd41',2740,'* adjust for safe.','wangyidong','2017-05-12 10:58:47'),(10737,2,'6714e298bc348e863330a124229a84fc11b259e0',2739,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-12 08:16:26'),(10738,2,'59032f8a7c2d105e9cc1e551a849392ea0dc036f',2738,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-11 17:19:31'),(10739,2,'b77e6bb8a0bc8954704321a1b556b27118403577',2737,'* update zui.','Catouse','2017-05-11 17:19:09'),(10740,2,'ff5b0639ede8120d5bf7159da94995575d4c0beb',2736,'* Adjust copywriter.','daitingting','2017-05-11 16:32:35'),(10741,2,'3e1b04d1404d70b44a90357613ccd596339ca8f6',2735,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-11 16:31:18'),(10742,2,'c5e692714a3f954b1993fc8a38aff58d6173aa0f',2734,'* Expand the selection range for sort.','daitingting','2017-05-11 16:27:16'),(10743,2,'0d819537d0b454574c05dcf5ec666f54c3507cae',2733,'* Adjust codes.','daitingting','2017-05-11 16:19:20'),(10744,2,'34cd0e1a4e73ae304160191952e27871a520f25a',2732,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-11 16:14:50'),(10745,2,'75dc4abe0f5fb208f9646eac79bec445a695d730',2731,'* Add module in setMenu function.','daitingting','2017-05-11 16:14:27'),(10746,2,'b1325bae3ec199070479e2788509ee0c01b61d7b',2730,'* Add branch in batch edit.','daitingting','2017-05-11 16:12:17'),(10747,2,'ed0dfa0d3d4a23da002525d49036be081fa8547d',2729,'* adjust for testreport.','wangyidong','2017-05-11 15:36:52'),(10748,2,'6879900055177eb6af529d72338ed5269ac76983',2728,'* fix bug for changeWeak.','wangyidong','2017-05-11 14:48:13'),(10749,2,'3dbe1f8f93ad3d5bb7d565e2c6ebcddce890009d',2727,'* adjust style when zentao bind in ranzhi.','wangyidong','2017-05-11 14:37:46'),(10750,2,'c673bc92deef412c8a4d2b83f73284aa4b76cfd9',2726,'* adjust for fix first day.','wangyidong','2017-05-11 14:30:28'),(10751,2,'6973cf1f3972edc34425f1253ecc749f07ed8444',2725,'* adjust style for story list with branch.','wangyidong','2017-05-11 14:15:53'),(10752,2,'a6feb7c7f58da4388a8398b779ffa3f607631b19',2724,'* Update cron remark by lang.','wangyidong','2017-05-11 13:47:28'),(10753,2,'8c75db74631d10572ed0c3e2f5a40817359d122c',2723,'* change for modify weak password.','wangyidong','2017-05-11 13:17:57'),(10754,2,'76306182bd5f2d6cade7bbf8f4d47c024a37e376',2722,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-11 09:09:06'),(10755,2,'d47d8cfecfe8731f7c2e4ba1257b4bf51e9d5c9f',2721,'* change max_input_vars to 100000.','wangyidong','2017-05-11 09:06:18'),(10756,2,'19e38659635f1ba382c6c3ae782bac1c30f0bfd9',2720,'* adjust for task #3000.','chenfeiCF','2017-05-11 08:59:19'),(10757,2,'d4c77d8769947614bcfd44a266c2bd73bd99efa2',2719,'* Adjust codes.','daitingting','2017-05-10 15:46:21'),(10758,2,'9a89d93eaa8b203988f8eca11242d54533c8cb3c',2718,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-10 15:38:24'),(10759,2,'9bc3cb7842ba3855b16fb516f80e01d615b067fa',2717,'* Hidden project, story and task fields when working is onlyTest.','daitingting','2017-05-10 15:01:21'),(10760,2,'99b7d416023e54c1501c109177b0b280e3034faa',2716,'* Bug can choose build when create it.','daitingting','2017-05-10 14:48:37'),(10761,2,'0cdba9950f945fa12d570892b1c13ccaf710eec7',2715,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-10 14:48:18'),(10762,2,'b1fea69e5038a636b529fbf0cd6cc6d2c0279d8b',2714,'* Unset index of product.','daitingting','2017-05-10 14:48:03'),(10763,2,'1f16b7eff99aaf5d0f4bccf50292b207ed03858d',2713,'* adjust style of star icon for required fields in form.','Catouse','2017-05-10 13:27:11'),(10764,2,'a642ee379a5335df2078f73cef43c9c2365f2ece',2712,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-10 10:33:39'),(10765,2,'95a46cfa91b43fee28011bdfc9a41abd3d348a50',2711,'* update datatable files and change default option.','Catouse','2017-05-10 10:29:26'),(10766,2,'65f3a8a5caa455c2cf8136f4a95c82a2456c7336',2710,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-10 09:59:33'),(10767,2,'fee91475f7ca239c54cf7190f6b3145093f3f263',2709,'* fix datatable cells height.','Catouse','2017-05-10 09:26:34'),(10768,2,'b2bab58021033b05f787dd02d595b5274a5a82ea',2708,'* change task progress pie chart to text.','Catouse','2017-05-10 09:26:00'),(10769,2,'c898ba1ed8cdd804fb2e0b0b8f4a130e63cb04a6',2707,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-10 09:15:20'),(10770,2,'7131213471cffd17ab150053bb4ecb0f7006a6db',2706,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-09 17:51:51'),(10771,2,'45ac9c8c01a92cd8040ef0d3ea498f1f30000fe8',2705,'* update datatable.','Catouse','2017-05-09 17:32:11'),(10772,2,'a9bee2ef7935632c9f57aed97521f84a5607b762',2704,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-09 17:28:14'),(10773,2,'2b759f552823bf8a15d2e8d9a8276d0d2ec0a39e',2703,'* Display todo block.','daitingting','2017-05-09 17:27:57'),(10774,2,'1070b1ebc3bbad9598d018f7f7fcdbea926311a5',2702,'* improve pie chart perfermance.','Catouse','2017-05-09 17:27:18'),(10775,2,'2b42fa8a3c8ad37878ed607609a420f6f71ea110',2701,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-09 17:25:51'),(10776,2,'7187e8a221c275956e54ac1cb00195c0dc8166b4',2700,'* update datatable and improve perfermance.','Catouse','2017-05-09 17:25:45'),(10777,2,'35ca3e4479c7223f28766a8467a25439fc8ea92b',2699,'* Add english lang.','daitingting','2017-05-09 17:11:45'),(10778,2,'a30d771223858783855687842deee00c3ed1b468',2698,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-09 16:42:15'),(10779,2,'28ce46a835af2d2b2acfb291c70ff58331872341',2697,'* Display todo module all the time.','daitingting','2017-05-09 16:41:53'),(10780,2,'082b08ee7b6b2e81f8789deece3b68133ccc5afe',2696,'* fix noProject undefined error.','Catouse','2017-05-09 16:20:43'),(10781,2,'d9bb5678bbd0474cbd4b0556c0b6f7f1e3fddddf',2695,'* adjust style of page in dialog, fix bug #987 and finish task #3028','Catouse','2017-05-09 15:43:03'),(10782,2,'2aea5825e7ebc018dd6a693bb19efd4e24a557f6',2694,'* Adjust menus.','daitingting','2017-05-09 15:40:23'),(10783,2,'21a2c8bd8b6d988a48af564d8702c7ae5278684f',2693,'* Adjust codes.','daitingting','2017-05-09 15:39:48'),(10784,2,'ea576aec26c94587dd7b20ca1d5bfa9179629839',2692,'* Disabled novice when working is not full.','daitingting','2017-05-09 14:30:29'),(10785,2,'2ca5f8df02e03c68afd2f2e719743e82d722c661',2691,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-09 14:28:49'),(10786,2,'0f28e3cd525144c47e5cd02142018c526d6541c3',2690,'* Adjust codes.','daitingting','2017-05-09 14:09:52'),(10787,2,'d78dcc6e452d7e150efc4a9b35fe71ab683c440a',2689,'* Adjust codes.','daitingting','2017-05-09 14:03:17'),(10788,2,'ed0ed35cbed2e98c539542762b0302e9394348fa',2688,'* fix for doc lib priv.','wangyidong','2017-05-09 13:50:21'),(10789,2,'488a26fbcff6d90b9f337b675a92b26136fa04b5',2687,'* Adjust codes.','daitingting','2017-05-09 13:43:49'),(10790,2,'04845b6209475133c9d4faccb3bea5078a7d9dc1',2686,'* Open the related story and bugs by modal.','daitingting','2017-05-09 13:26:44'),(10791,2,'089f0de93df04d5f99ad00fac41ea511ac532743',2685,'* Project lib of product is unsortable.','daitingting','2017-05-09 10:17:18'),(10792,2,'49662b5eb603dede429eff7ba8006347727661b2',2684,'* Process custom menus when upgrade from 9.1.2.','daitingting','2017-05-09 10:05:41'),(10793,2,'9f77785b5347cc00a24c1bc274449d966019c37b',2683,'* Remove story when working is only task.','daitingting','2017-05-08 17:12:53'),(10794,2,'3a80707c1160a64e6dd3e367c5542e786bd387a3',2682,'* Adjust codes.','daitingting','2017-05-08 16:34:53'),(10795,2,'12928583e7b83f72a0f6bcb4468d6541cafeb39e',2681,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-08 15:09:03'),(10796,2,'8624ceb224c5f696729204c0cd7f492c0b552dc5',2680,'* Adjust codes for test working.','daitingting','2017-05-08 15:08:42'),(10797,2,'fb4e757e6a1cd006ecff7b01b9e0421899a58dec',2679,'* code for task #2987.','wangyidong','2017-05-08 14:51:17'),(10798,2,'083cb51904c2a29d0add6c9bfe999a2bec28ab12',2678,'* code for task 2994.','wangyidong','2017-05-08 14:50:46'),(10799,2,'73bf63b4a4d6ba323e3701656ff3163db7a16f83',2677,'* code for task #2993.','wangyidong','2017-05-08 10:48:51'),(10800,2,'8e78fa7abf4e75a2c613b02c9ef9969ef179d815',2676,'* code for task #2992.','wangyidong','2017-05-08 10:31:41'),(10801,2,'52011a079c76fcd1f0db98749b6ee7f569306212',2675,'* adjust for doc access priv.','wangyidong','2017-05-08 09:51:36'),(10802,2,'49ac975d049f1c8b7dea7d6ffc21f4c55d9d7c73',2674,'* Add build page for product.','daitingting','2017-05-08 09:11:21'),(10803,2,'b69ea19c7386d71ef9510119f147d1d0dc698908',2673,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-05 12:09:43'),(10804,2,'ce174f973c089027a9d2be734bf47c3709bdb4c6',2672,'* Set as working as only test.','daitingting','2017-05-05 12:09:19'),(10805,2,'d47bfddaf91db19b1d17e1d0232ceee4f37bf1ec',2671,'* fix bug #1082.','wangyidong','2017-05-04 16:40:44'),(10806,2,'4de3df7b0370c05d3880b0384c6f927ca9a8d8b0',2670,'* adjust for down file with session id.','wangyidong','2017-05-04 16:37:42'),(10807,2,'6c98c6cb82e7fb9b91d3f0a62d782d09ec415c00',2669,'* finish task #3009.','wangyidong','2017-05-04 15:38:43'),(10808,2,'eb059f46fa208717169aea5acf2eb2a1d56d9c6a',2668,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-04 15:19:07'),(10809,2,'785087f88c20d1e0261982a6990845184d7cb849',2667,'* fix bug #1071.','wangyidong','2017-05-04 15:18:49'),(10810,2,'9e5a8b46f3e41914e4c0a7d9ad3ef5b7b432aa86',2666,'* fix bug #1066.','wangyidong','2017-05-04 14:52:17'),(10811,2,'3e72482114530de52e02ec92bf5afd6e4ed760b3',2665,'Finish task#3027 后台-计划任务在服务重启后可能无法读取正常的配置也有可能无法运行,cost:2 left:0','wangyidong','2017-05-04 14:42:55'),(10812,2,'3f640d9f59f8b5cfaf417b63cad3ace51d5d3bf4',2664,'* finish task #3000.','chenfeiCF','2017-05-04 14:06:45'),(10813,2,'3012a24b5f123030a02363b0c9ca68acd82fca80',2663,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-04 13:17:48'),(10814,2,'5b6240a693a34099a8b3761755495cb8a7e82601',2662,'Finish task#3037 项目关联需求页面,列表中各列的宽带调整一下,cost:1 left:0','wangyidong','2017-05-04 09:58:46'),(10815,2,'868227856fa6e97af4b611366aa0f1f06ad3113b',2661,'* Hidden doc and module related with product when working is onlyTask.','daitingting','2017-05-04 09:55:25'),(10816,2,'fa4671b8246166bd56678dbd2caf218226ba24a8',2660,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-03 17:36:20'),(10817,2,'2e5e8ec5a4a4190c63511454bbb345ee015a4ce3',2659,'* Set working. * Set as only task. * Set as only story.','daitingting','2017-05-03 17:35:37'),(10818,2,'1883eafb2181e18ecbd08b3fb1d3023eab50dbc3',2658,'* fix bug #1085.','wangyidong','2017-05-03 16:52:20'),(10819,2,'842c811c757c65059c2bcf1353a7538f73eba997',2657,'* code for task #2982.','wangyidong','2017-05-03 16:45:34'),(10820,2,'47f1b5dfa85e634ec85665575b0946b6b2b5f6da',2656,'Finish task#3012 用例编辑修改步骤后列表页面用例步骤数不会发生改变,cost:0.5 left:0','wangyidong','2017-05-03 16:45:25'),(10821,2,'2edc510b7743b44e16c2003ff9896073d81ba1ba',2655,'* can not add custom item for reviewResult.','wangyidong','2017-05-03 16:18:49'),(10822,2,'4eaff3759f6ac107a6647b590910e1753d1a1e57',2654,'* code for task #2994.','wangyidong','2017-05-03 15:59:13'),(10823,2,'2c0696ba21ed5955993074eabd2a6bbdcf2b8232',2653,'* code for task #2994.','wangyidong','2017-05-03 15:53:21'),(10824,2,'099bd94ebbe922c7b580190ebae7aba68bd2bf02',2652,'Finish task#2994 禅道如果和然之集成后,样式做调整,cost:3 left:0','wangyidong','2017-05-03 14:39:38'),(10825,2,'4463151d96126e120dfa43d49cde2cb6f9cc6c42',2651,'Finish task#2992 燃尽图修改首天工时时将那一天的剩余工时也修改了,cost:1 left:0','wangyidong','2017-05-03 11:21:11'),(10826,2,'93ab2fce42ca579870ce9853e22085958618148a',2650,'Finish task#3016 测试视图版本选择里面的全部产品应当根据流程设置进行修改,cost:1 left:0','wangyidong','2017-05-03 10:50:13'),(10827,2,'5b82cd0accf4f1c3443ddb529905fce8b8ff9e14',2649,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-03 10:47:31'),(10828,2,'9aad8360a388fa7bbbfe65880a053137733b8886',2648,'* adjust code for show import case.','wangyidong','2017-05-03 10:46:59'),(10829,2,'b4f0a9c031cb159fbe90772e89c283f1b0176e28',2647,'* fix bug for batch update story.','wangyidong','2017-05-03 10:46:23'),(10830,2,'6b6883c2c95f6dcb1a71fc7d5d2c042cacfa889b',2646,'* fix for browse task by product.','wangyidong','2017-05-03 10:45:49'),(10831,2,'457ffb3f61f98671596307bee9719eecc109253b',2645,'Finish task#3015 重复修改模块所属的产品时,列出的模块列表有重复,cost:1 left:0','wangyidong','2017-05-03 10:34:49'),(10832,2,'22fb4f59fc925b854782e26cf001c4e879717c33',2644,'Finish task#2982 公共用例库增加导入和批量添加的功能,cost:5 left:0','wangyidong','2017-05-03 10:33:50'),(10833,2,'abaee1eda6b1760e7bddeb204b6fcdf408660b64',2643,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-02 17:15:27'),(10834,2,'f0cbb00254e5014475ff6f40a3e4d40805aa9160',2642,'* finish task #3023, and fix bug #1000.','Catouse','2017-05-02 17:15:20'),(10835,2,'078520ee2ef71efcb65e113d5ec9aa3b6f0f4fa4',2641,'* finish task #2989.','Catouse','2017-05-02 17:14:48'),(10836,2,'00126f3d97582c5637ebc57f3e0fda1c3cb560be',2640,'* Set working way when install it.','daitingting','2017-05-02 17:07:18'),(10837,2,'4b2202d3f62ff2b3e0541f0e4627c2b470f9d102',2639,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-02 17:05:56'),(10838,2,'9498716f338fe220d4a44a8cb4dbeb7e4ab8142c',2638,'* Adjust working way name.','daitingting','2017-05-02 17:05:37'),(10839,2,'3f281a6bedca8283b976b564a2af36570dcf7cf4',2637,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-05-02 15:25:01'),(10840,2,'1f5f2256837e4de90731cc39792f98c628d92a50',2636,'* change steps form UI, finish task #2989.','Catouse','2017-05-02 15:24:54'),(10841,2,'99fbbbe92a1ce6df8fa92ff3bbacd80a57d79301',2635,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-02 11:17:27'),(10842,2,'c4b150c4beeb5e2e65873bee51d856825a084b04',2634,'* finish task #3011.','chenfeiCF','2017-05-02 11:00:22'),(10843,2,'a453c5fdef7f286cea037845d4aa254e98fe1ea9',2633,'* finish task #3017.','chenfeiCF','2017-05-02 10:50:28'),(10844,2,'e119fd21d5f1dcef3c357a484518759464c0f3e5',2632,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-05-02 10:37:19'),(10845,2,'ddb772a947e060651ec9dbf7356893a333f389d0',2631,'* Set working in admin.','daitingting','2017-05-02 10:36:51'),(10846,2,'c1129597d57e591314a35eff3a6896f51f2e2d0d',2630,'* fix getPreventDefault is deprecated warning. fix #bug 999, finish task #3024.','Catouse','2017-05-02 10:22:03'),(10847,2,'53653b057287aa17ef7fd392ce21bf6e91cd8ba5',2629,'Finish task#3002 禅道迁移目录之后,model临时文件能够自动重新生成。,cost:1 left:0','wangyidong','2017-05-02 10:05:49'),(10848,2,'1bbe740ba4ff220c9fa198284486c62ea9f7d323',2628,'* finish task #2995;','Catouse','2017-05-02 10:05:24'),(10849,2,'2f91b01a490000ec90b1db7b0befc107ac165c70',2627,'Finish task#2986 调整测试用例的评审功能,cost:1 left:0','wangyidong','2017-05-02 09:24:49'),(10850,2,'ab422efab69187291e5b21827d987c1c0bddeb70',2626,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-05-02 08:23:49'),(10851,2,'c6bc903bcb8efa4ef3f1cb26056e9665cead58f1',2625,'* Adjust codes.','daitingting','2017-04-28 17:31:26'),(10852,2,'25fe7ac3227c4d2798e156867ad3a104eb7fc8aa',2624,'Finish task#2984 优化下数据库检查修复页面的排版,cost:1 left:0','wangyidong','2017-04-28 16:01:27'),(10853,2,'34411d974cf35730e0e8dd5fc395d47d5fc84068',2623,'* adjust for ajax save log.','wangyidong','2017-04-28 16:00:37'),(10854,2,'45da6a8984bc473056279842bb72fb339365c206',2622,'* fix for page style.','wangyidong','2017-04-28 16:00:07'),(10855,2,'b4218c71fcf28b7ef494b75a49765e3f62709a78',2621,'* Add restore tip. * Optimize confirm tip.','daitingting','2017-04-28 15:47:15'),(10856,2,'3650af33e488fcf8ec0a01a39dc75b04181ed390',2620,'* Backup code.','daitingting','2017-04-28 13:59:34'),(10857,2,'3ee1318ca418c557cd345df88d899dcb40df7335',2619,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-04-28 11:08:30'),(10858,2,'ba39e66cc30e7d1592167c4664f6994105b7a67a',2618,'* Adjust style for tablesorter.','daitingting','2017-04-28 10:47:14'),(10859,2,'17ee8168e75c2e997357bdaddac1c56f0f42d214',2617,'* Display public module for multi branch.','daitingting','2017-04-28 10:06:32'),(10860,2,'d85aae7c1fb4b72756403b7b3f093a934e32048c',2616,'* Adjust codes.','daitingting','2017-04-27 17:43:25'),(10861,2,'1f6257ed8dbe74aa0d7f400ceb2a00223761085e',2615,'* Adjust language.','daitingting','2017-04-27 16:54:30'),(10862,2,'b5039eb2d4ba5f633ed54e68db14de186843b37a',2614,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-27 16:30:02'),(10863,2,'78d55271f3d3a5cd208d433455b84e017506d8b4',2613,'* Display precondition.','daitingting','2017-04-27 16:29:46'),(10864,2,'9a0490e30d3340641a4b987a9fa2cdf1b17e210c',2612,'* finish task #3008.','chenfeiCF','2017-04-27 16:04:19'),(10865,2,'bd6e02b35ceb245528c67192354565b3866c50b6',2611,'* finish task #2996.','chenfeiCF','2017-04-27 15:45:33'),(10866,2,'c1ffb57424668ee53c0f067735b9061b1ea22e1d',2610,'*sync bug en','tengfei','2017-04-27 15:20:24'),(10867,2,'0f6943068337b070d41da7917ba30a0c50eb90ee',2609,'* Adjust time of the daily remind.','daitingting','2017-04-27 14:08:11'),(10868,2,'118c52349e65349f49e3802d2eea03b06f644f21',2608,'* Copy title to spec.','daitingting','2017-04-27 13:49:53'),(10869,2,'cfae0a2eff9740b2e3bfda10e4d115342aeb6630',2607,'* Batch edit branch of bug.','daitingting','2017-04-27 13:25:29'),(10870,2,'ae7dee40d659e7c7b5c0c1df46fb4a928d10c68e',2606,'* Adjust codes.','daitingting','2017-04-27 13:25:20'),(10871,2,'230c8fcd689b38839b652e181714081e70febd09',2605,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-27 11:06:18'),(10872,2,'492a8983a6fc76340fe91543c22f6753b2935be1',2604,'* Batch edit branch for test case.','daitingting','2017-04-27 11:05:30'),(10873,2,'c04f3dc4d82824c793f24bcfbf1388b3037e47a9',2603,'* finish task #2277.','chenfeiCF','2017-04-27 10:00:27'),(10874,2,'91ad391de82012de29d585189f51875b6cffce95',2602,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-27 09:38:31'),(10875,2,'02e2d720d7a26e021b882d7fad1474fa191d10e4',2601,'* Fix edit testcase which type is lib.','daitingting','2017-04-27 09:37:23'),(10876,2,'65a9ba9ef3379873492627e5866538ddaa630ba1',2600,'* finish task #2991.','chenfeiCF','2017-04-27 09:12:52'),(10877,2,'b0a9cb9803e8d33066d90d6e1101381a4efa1006',2599,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-26 18:04:05'),(10878,2,'6ac47102e85cdc2ddc6aad1ee716b049c61bfcdf',2598,'* Edit branch for story when batch edit them.','daitingting','2017-04-26 18:03:35'),(10879,2,'36ed4695f91a6475a031fccda65c71c182ed860b',2597,'* finish task #2987.','chenfeiCF','2017-04-26 15:16:29'),(10880,2,'cd31f1eda223f10c2efe3e3121ab00014b69c4a8',2596,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-26 13:52:10'),(10881,2,'ca1f858562f78f1eff1ab8797c5c06193aed0613',2595,'* Set the same privilege as product or project for doclib.','daitingting','2017-04-26 13:48:08'),(10882,2,'f1a71c2ce67210b0a3c8d3d6f0d4ff40076bf69d',2594,'* fix bug for testtask batchRun method.','chenfeiCF','2017-04-26 13:10:07'),(10883,2,'c480a3e4d3e7f16d5466f5a40b1502da21066e6a',2593,'* finish task #2985.','chenfeiCF','2017-04-26 11:11:00'),(10884,2,'1fb8d4849e6017c48893ec7939164adda3773d33',2592,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-26 10:56:28'),(10885,2,'9de09fa830eb0ba12af79111141e7d395e37e2dd',2591,'* Add search function for files of doclib.','daitingting','2017-04-26 10:56:04'),(10886,2,'5cda35c9266dc07e8ef449c1cefb711b75efef5d',2590,'* finish task #2983.','chenfeiCF','2017-04-26 09:55:46'),(10887,2,'04c93ad7ef9180107e62b46ebd7c8d1f31e036f1',2589,'* Display stage of story for link story.','daitingting','2017-04-25 16:54:58'),(10888,2,'c5f2b983d2db7e95bcd22271913f4947ac881e19',2588,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-25 16:54:28'),(10889,2,'418f6852993bc1eadd0fa3fa5c31960de3f078b0',2587,'* Adjust codes.','daitingting','2017-04-25 16:54:12'),(10890,2,'f36f82f86ec568e1f51880338428857af1da4004',2586,'* finish task #3020.','chenfeiCF','2017-04-25 16:38:26'),(10891,2,'c0b0f1f7491426e9e775ae14be2174f54a4f8cc6',2585,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-04-25 16:37:24'),(10892,2,'3171903ca28daaa3674a45517b404680991f20c4',2584,'* Add tip for branch and platform.','daitingting','2017-04-25 16:36:22'),(10893,2,'4b9d6a26d9219cff6a34ad920275f8eeb9c50d61',2583,'* finish task #2988.','chenfeiCF','2017-04-25 16:23:10'),(10894,2,'26944c946e3007e22d48cbfa8e2e5ac5bdbe2a48',2582,'* finish task #2997.','chenfeiCF','2017-04-25 16:18:05'),(10895,2,'6b623dd233defc628e41c838766562ec19c34b8b',2581,'* finish task #2999.','chenfeiCF','2017-04-25 15:59:21'),(10896,2,'ec2356ed6b95406dcd7569785542212c0623f966',2580,'* finish task #3003.','chenfeiCF','2017-04-25 15:41:38'),(10897,2,'5956c3665ee6042829d228398a4642c3368678fe',2579,'* Fix a bug for date.','daitingting','2017-04-25 15:40:19'),(10898,2,'10bb432212aac6ff1391fed86aa95f05b26d238b',2578,'* Add sort function for doclib.','daitingting','2017-04-25 14:10:08'),(10899,2,'f27818dc0cc16ff929788439535f9310357b33db',2577,'Fix bug#1054 我的地盘添加产品区块无法选择类型','wangyidong','2017-04-24 13:33:12'),(10900,2,'442d7e3d74e71e4640fbf4405ac8cccaf98d43c3',2576,'Fix bug#1027 英文状态下导出bug只能选择utf-8','wangyidong','2017-04-24 10:27:47'),(10901,2,'d3607062b3f66288a819659adfb54006da594a7c',2575,'Fix bug#1043 每日提醒功能会提示暂停项目中的任务','wangyidong','2017-04-24 09:34:53'),(10902,2,'24fdb413bee55d9ccb5fb1698b2cf16d889e659c',2574,'Fix bug#1047 需求关闭之后重新激活状态要重新设置下','wangyidong','2017-04-21 15:52:38'),(10903,2,'01163fe166c8c269689868b803c5292f90609ced',2573,'Fix bug#1045 kindeditor.html.php 单词拼写错误','wangyidong','2017-04-21 15:40:26'),(10904,2,'c9643c81fa705f37bbedba13e58df07c8b54efcd',2572,'Fix bug#1010 提交bug页面向右拖动重现步骤的文本框调整大小浏览器字段下拉列表可能无法显示','wangyidong','2017-04-21 15:27:43'),(10905,2,'05a8b7f17080249aeea9b25846632d9e61ff2224',2571,'Fix bug#1042 用例库添加用例优先级显示不友好','wangyidong','2017-04-21 15:11:08'),(10906,2,'6e9166a8599836576cdb2506893023e1fd067b29',2570,'* remove test code.','wangyidong','2017-04-21 14:17:42'),(10907,2,'a7adfdc10ca21166f5c0510ea53baa46be3879e9',2569,'Fix bug#1014 markdown编辑器中的表格显示不正确','wangyidong','2017-04-21 14:13:18'),(10908,2,'01755510462e0a641506bc522835e7c22fb5b01e',2568,'* fix bug for chenge account login to company-browse bysearch page.','wangyidong','2017-04-20 14:58:01'),(10909,2,'07b2ff39ed63d6d48c965d54fa737924dea94585',2567,'* change for chinese name.','wangyidong','2017-04-20 14:28:28'),(10910,2,'94842924b4a92dfde13ba211b4299bbde062a5c7',2566,'* change whitelist field to text.','wangyidong','2017-04-19 13:23:00'),(10911,2,'4c12bcb111ce277febddffb19a2dbf8152f6b681',2565,'* change for upgrade.','wangyidong','2017-04-19 11:23:00'),(10912,2,'7a788b150ea61251359f59cc73cc233569613da8',2564,'* fix bug #1051.','wangyidong','2017-04-19 10:58:04'),(10913,2,'3d6bca84efa22901ea41ff752019314446e906e9',2563,'* adjust for check and repair table.','wangyidong','2017-04-19 10:03:33'),(10914,2,'975a7b53c7991f7d361b9a8a7610dd49751af4cf',2562,'* adjust for check table.','wangyidong','2017-04-18 17:06:33'),(10915,2,'0832e0e2315c11769207638387b0e8df7ad9fa68',2561,'* fix bug #1053.','wangyidong','2017-04-18 15:17:30'),(10916,2,'83cde8fefcc96c133d05754c84b5a47cd3d9369b',2560,'* fix bug #1058.','wangyidong','2017-04-18 14:12:02'),(10917,2,'3b5426fc4d9e4039e8a6b1beca894af355a876a1',2559,'* code for bug #1061.','wangyidong','2017-04-18 13:48:47'),(10918,2,'19ee6977ec9f3eb518a6a094d76555fa749e6ed1',2558,'* fix bug #1061.','wangyidong','2017-04-18 13:45:05'),(10919,2,'f97c288560a2f909227faa047d960246942e2b58',2557,'* code for bug #1062.','wangyidong','2017-04-18 13:31:10'),(10920,2,'62425cb148be09896f80c17c04f1cfeeb40b8e4c',2556,'* fix bug #1062.','wangyidong','2017-04-18 13:30:01'),(10921,2,'5b39baaade21dee5f6212f7c943b422f3808a392',2555,'* adjust for print mobile order link.','wangyidong','2017-04-18 10:13:03'),(10922,2,'794a09bc04d0b8e5cfc2a2ecd394f85db5271acb',2554,'* adjust for pro.','wangyidong','2017-04-14 16:35:22'),(10923,2,'d82b31871c6f4a61788290ad01873345014c2d6b',2553,'* fix bug for create report.','wangyidong','2017-04-14 16:35:01'),(10924,2,'e2eb26423427226668146ca47381cb92807c0bb5',2552,'* adjust code for mobile web.','chenfeiCF','2017-04-11 13:48:50'),(10925,2,'391894d37df5d5454253e77ec15c90eb53b33851',2551,'* add new sql.','wangyidong','2017-04-11 10:49:55'),(10926,2,'2d18b2945c7c00d40f5528c75be8604ce46946f0',2550,'* change for add new version and upgrade it.','wangyidong','2017-04-10 09:30:24'),(10927,2,'019c527b894ed4536af39354f10aa8c3e35bd1ad',2549,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-04-10 09:06:08'),(10928,2,'e51ae47824b856307239d1be580518c9156c1075',2548,'* adjust for report.','wangyidong','2017-04-10 09:05:40'),(10929,2,'d2967f0e162e7f76581f9f356f5b9c72057e2f95',2547,'* adjust for mobile web.','chenfeiCF','2017-04-07 16:52:20'),(10930,2,'ed5e5a368bfb2f8371c4f8cb19927d9b942b1353',2546,'* fix bug for testreport and other error and adjust after upgrade.','wangyidong','2017-04-07 15:36:24'),(10931,2,'ae6ca01c8cab7e94e021d5ba2e12d0f53fb24bdd',2545,'* fix bug #1013.','wangyidong','2017-04-07 13:44:52'),(10932,2,'cabb08e89b3f129d54b8733f9ddc6ba8cf37ae2c',2544,'bug#1041 测试-报告页面无法切换产品','wangyidong','2017-04-07 13:24:43'),(10933,2,'a8110589a41574bd6fbc90bd74ecb3b274c7636c',2543,'* adjust for web and fix bugs.','wangyidong','2017-04-07 10:10:24'),(10934,2,'d12b51d827ec058f32cb3f567aa47b643ca212f6',2542,'* adjust code for mobile web.','chenfeiCF','2017-04-06 15:04:56'),(10935,2,'79b06de3e657ce032cac7d3d41b06da10cc1b754',2541,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-04-06 14:36:26'),(10936,2,'0847decc375087d3ca970ce2711ea36db0d497ce',2540,'* fix tree menu style for company/browse.','Catouse','2017-04-06 14:33:43'),(10937,2,'cba53880f41c07fe3645fe60c9f64d5e9ab4917e',2539,'* fix bug: if object is doc lib, just show object name.','chenfeiCF','2017-04-05 17:43:59'),(10938,2,'377231ed49a09b978b7147be45173b9ff4c6bf09',2538,'* fix bug: url in trash or action module is wrong.','chenfeiCF','2017-04-05 17:17:18'),(10939,2,'bf22fc1a7c4883da5b11f0bf55b6ce788769a9da',2537,'* adjust for mobile web: display block title in table head.','chenfeiCF','2017-04-05 15:00:57'),(10940,2,'df32a9cc9477051b20e999d4a96a453e51e0ad92',2536,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-04-05 10:02:54'),(10941,2,'cc9884cb1b53e6ac6cc2e92775e9059c3d43d6ff',2535,'* fix for create affair task.','wangyidong','2017-04-05 10:01:12'),(10942,2,'0f1d1dd275372ab606586cef1867098a4c2204df',2534,'* change for web.','wangyidong','2017-04-05 09:51:33'),(10943,2,'0bb5f024e4381d0bf5542b68853e4239c4e7b828',2533,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2017-03-31 10:28:23'),(10944,2,'ac3fbbfe27345b2c7fa84e159af9c9ceb39dcb13',2532,'* Fix a bug for ranzhi getting block form zentao.','daitingting','2017-03-31 10:27:24'),(10945,2,'f3a62a9e30d66e783bdc4c42fba1f46fdcdb4dfe',2531,'* add lang item for \'required\'.','chenfeiCF','2017-03-30 13:07:01'),(10946,2,'a0aac0368e5bd312ae06ab179568380b51118467',2530,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-30 10:39:12'),(10947,2,'f3f94e51a2bd2bce3f5c8658840e00ec8d51f87c',2529,'* fix bug for delete user.','wangyidong','2017-03-30 10:36:43'),(10948,2,'1fdea7c0c6d5c6077e046141878079b59734bda1',2528,'* add lang item for sort.','chenfeiCF','2017-03-29 15:17:48'),(10949,2,'0b544fad55c8a356c19371966bec1714cdaf0dbe',2527,'* add lang item for pager object.','chenfeiCF','2017-03-29 14:27:03'),(10950,2,'e7bad1c238021ec7ff42dade25b4763a81e31e03',2526,'* adjust code for code refactoring of mobile web.','chenfeiCF','2017-03-28 16:19:35'),(10951,2,'3d4a2fb7bd748bd7ac98058000904e3e90d87653',2525,'* delete mobile directory of images dir.','chenfeiCF','2017-03-28 10:08:08'),(10952,2,'3b6ab707ff57160785e53dc9bfdd484c23e4290a',2524,'* delete useless mobile web file.','chenfeiCF','2017-03-28 09:43:12'),(10953,2,'03ffb5b51d5b2deb1c14bf8bfabdbdbb6d199269',2523,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-03-28 09:35:42'),(10954,2,'2bed9e03e9dedbff3c8bd38c3097d9e3840045d9',2522,'* If client device is mobile and version is pro, set the default view as mthml.','chenfeiCF','2017-03-28 09:35:04'),(10955,2,'4e15469935c3498e29ff4da0d7a9728b57fc4ec8',2521,'* fix bug for sendmail that no action.','wangyidong','2017-03-27 15:53:07'),(10956,2,'dce2c6a5e83b3fdb5ec814d29477e60889369d96',2520,'* fix bug #994.','wangyidong','2017-03-27 15:25:54'),(10957,2,'65cffaf22b2b3202a29adfe529a263687acaa270',2519,'* fix bug #1024.','wangyidong','2017-03-24 16:58:46'),(10958,2,'081b841d1879e00bf9797a8fba5a2154f1db0a16',2518,'* fix bug #1026.','wangyidong','2017-03-24 16:19:10'),(10959,2,'8c40d3a2a192a000736ce7bb7c2e90a029d3c03b',2517,'* fix bug #1028.','wangyidong','2017-03-24 16:13:11'),(10960,2,'3817a3f8c3f09be246475c3a786affb760294c2c',2516,'* remove insert video in ueditor.','wangyidong','2017-03-24 15:29:45'),(10961,2,'7992e7b389968e412814bb7d879edb7372140cd9',2515,'* fix for add admin item for user by sso login.','wangyidong','2017-03-24 14:11:24'),(10962,2,'b28978b34fe88c34cf9f654f2f59453bc54a993c',2514,'* adjust for testsuite and testreport priv.','wangyidong','2017-03-24 10:17:23'),(10963,2,'06746e365969e4a1bff28c39ad2153deae203321',2513,'* fix for lang.','wangyidong','2017-03-23 16:19:39'),(10964,2,'0ee005e96569a9149dbdf393456bcf66b0700b5b',2512,'* adjust for zh-tw lang.','wangyidong','2017-03-23 13:17:22'),(10965,2,'c79153bc2aee00d4b17a512ff415163ccb762d97',2511,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-23 11:55:13'),(10966,2,'05fc92c45cf978a7675d35b45c77215009377434',2510,'* adjust for upgrade.','wangyidong','2017-03-23 11:54:55'),(10967,2,'6a440ba147a0f41539a2c7c5d7382a1bf0b481a0',2509,'* adjust code','pengjiangxiu','2017-03-22 16:29:50'),(10968,2,'c9bda5f577fd8bb8d38709b19a9569cdbcac9a3b',2508,'* fix bug #1025.','wangyidong','2017-03-22 15:21:19'),(10969,2,'bfa8cc76f41748c53adf80fe9eecf0ede07f3c41',2507,'* fix bug #1031.','wangyidong','2017-03-22 15:06:40'),(10970,2,'15ab56b7856bce7e5cbc24dccb4815ad789e686d',2506,'* fix bug #1035.','wangyidong','2017-03-22 15:04:10'),(10971,2,'ca08397cc64d6dfeb04b2322968e1cb7b105fd25',2505,'* fix bug #1037.','wangyidong','2017-03-22 14:34:50'),(10972,2,'5eaa1d1b83ffbbf2a1f3618146e40391ffeaf963',2504,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-22 14:12:51'),(10973,2,'2eb5ee260a4cab486a1676d800a609b68dcdc5b7',2503,'* adjust judgeSuhosinSetting method to static.','wangyidong','2017-03-22 14:12:26'),(10974,2,'7ad0ecc388fb05f6a967868220fc610f35d89d98',2502,'* adjust testcass for batchCaseTypeChange.','pengjiangxiu','2017-03-22 14:11:33'),(10975,2,'cec824e54065a98be75ec7220268f480e914796a',2501,'* ajdust build view page in modal.','wangyidong','2017-03-22 13:34:46'),(10976,2,'aabf230dd674ded3be59a153d28d5b17fdf11340',2500,'* if products\'s type are normal, unset branch field when export stories and bugs.','chenfeiCF','2017-03-22 13:04:26'),(10977,2,'a7ff963039e57ec74f3bc9a4a36f4c02270b1111',2499,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-22 11:31:42'),(10978,2,'5b2c5c80bad4cb69bd9037c8d2a1de8c16578637',2498,'* add testtask repot for bug report.','wangyidong','2017-03-22 11:31:14'),(10979,2,'6b2aa9a7cbf80f265e8e3bb10683a1eccdfcebce',2497,'* adjust linkCase.','pengjiangxiu','2017-03-22 10:47:15'),(10980,2,'224923e8221594471d3f734a1bd8d25051685ecb',2496,'* adjust checkDelayBugs method.','chenfeiCF','2017-03-22 10:15:41'),(10981,2,'6e5dbf8d84e99823d03b0dd8a4a3336d5fc79ace',2495,'* fix for set block closed.','wangyidong','2017-03-22 09:50:41'),(10982,2,'a0a60c11e065e1d6d036aee117da37dde3de20aa',2494,'* adjust for test task.','pengjiangxiu','2017-03-22 09:29:04'),(10983,2,'5c95565f44c121d305053e1468d18bc04bb8597c',2493,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-21 16:54:15'),(10984,2,'7de75f5fc13c6f27dd48891add0c46efca7bf18a',2492,'* adjust for create bug from case.','wangyidong','2017-03-21 16:53:55'),(10985,2,'fcb75ab53d904dc6a88b36262856c8033210049b',2491,'* fix drop menu not hide on click document.','Catouse','2017-03-21 16:17:21'),(10986,2,'323308d1056db78b1c6dd330cd4b89e7fd8b7316',2490,'* adjust colspan for view file of importfromlib method.','chenfeiCF','2017-03-21 15:12:19'),(10987,2,'48432b3e4110e88049038a7a06481f21dc0ca037',2489,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-21 15:08:51'),(10988,2,'dc812fd161a197fc8cac2b3ede40c436b0750a44',2488,'* adjust code.','wangyidong','2017-03-21 15:06:38'),(10989,2,'0d0764dc5a517a697c99659947a5e90321dac370',2487,'* fix bug when create bug from case.','chenfeiCF','2017-03-21 14:32:50'),(10990,2,'7c78f4ca516f9eb5f407777d406e8774dd216c9a',2486,'* remove unused code.','Catouse','2017-03-21 14:26:26'),(10991,2,'5667e909b12d24e3a749cba77a3648f0c1078e1b',2485,'* refactor testsuit lib search dropmenu.','Catouse','2017-03-21 14:26:09'),(10992,2,'a6c7eed490540bebe95450b1d8ea56f3ebd3d73d',2484,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-03-21 13:24:43'),(10993,2,'940d9b7b42af2634b3b1a5087b9c9081f04a3841',2483,'* refactor drop menu UI.','Catouse','2017-03-21 13:24:36'),(10994,2,'741a5ac94bf2c4a1fcd378bac0473a94a3c6636b',2482,'* adjust for task #2925.','chenfeiCF','2017-03-21 10:09:04'),(10995,2,'462b0405050a16d36406c18c18778bc758c422ad',2481,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-03-20 17:15:26'),(10996,2,'aeac7bd5663233cab9bf480592218656795a0a9a',2480,'* adjust colorbox width when create bug from failed cases.','chenfeiCF','2017-03-20 17:13:43'),(10997,2,'06a4993ab3a58a33b4fef083e6494fe003d3e904',2479,'* fix bug.','wangyidong','2017-03-20 16:51:37'),(10998,2,'4bfaac292d76a450f0165b136e35a11c4d38c1d3',2478,'* adjust for get case step count.','wangyidong','2017-03-20 16:34:17'),(10999,2,'2116e473da392398e4d13159a260149d0ee9677b',2477,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-20 16:32:52'),(11000,2,'c8d822e45421b29c94059be7fcc53ad019a69e3b',2476,'* rewrite convert pinyin.','wangyidong','2017-03-20 16:32:02'),(11001,2,'d5ae973e2c3e6445731b1fa05dace9ef5b86906c',2475,'* adjust db file.','chenfeiCF','2017-03-20 16:16:46'),(11002,2,'4998a71370a5e7103742aae3e67d9e4ba0caf405',2474,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-03-20 15:56:12'),(11003,2,'b047d570634b795c35dc3119a6fa477f34df668f',2473,'* adjust view file of batchRun method: merge td for step group.','chenfeiCF','2017-03-20 15:54:36'),(11004,2,'f334c1897a937ef5c7508e43d9549a020866b290',2472,'* adjust code.','pengjiangxiu','2017-03-20 15:54:12'),(11005,2,'5d00d81b88f42efb8f6d5b05c887f0686dc17b17',2471,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-20 15:14:46'),(11006,2,'93e769f51d966a2daf17892b7b2a0f4ab0ae8287',2470,'* adjust for testreport.','wangyidong','2017-03-20 15:13:08'),(11007,2,'2248fc8b6ee895465296d3c6e2e01d5783e5ba6e',2469,'* adjust code for task #2917.','pengjiangxiu','2017-03-20 14:44:04'),(11008,2,'c63229709191ca424326a516e0461c414eb65318',2468,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','pengjiangxiu','2017-03-20 13:41:56'),(11009,2,'3778413d90053532f5315387a154bd810bf14b34',2467,'* adjust code.','pengjiangxiu','2017-03-20 13:41:36'),(11010,2,'8951abc13454de05b0d6c2ca384b9b7817b4c3d1',2466,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-03-20 13:34:54'),(11011,2,'4ccf0ebc1f218350b51c49dcd1cbcca28b253cad',2465,'* save step type and display according to step type.','chenfeiCF','2017-03-20 13:30:58'),(11012,2,'1de940c5aa76177917ce0f3d89fb71c79d52e91b',2464,'* adjust style.','pengjiangxiu','2017-03-20 13:24:07'),(11013,2,'f43682fec8d2c0a11673da3ed73df937976570f7',2463,'* adjust style.','Catouse','2017-03-20 11:16:11'),(11014,2,'6914123274f4305905154ed154c77cf07fa34bcd',2462,'* adjust code.','Catouse','2017-03-18 14:14:51'),(11015,2,'d21721df96f330b006b228518bfe63884a680cd0',2461,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-03-18 14:14:36'),(11016,2,'87b7971ee4287696222f8aea519e43ae443335ec',2460,'* refactor testcase steps editor.','Catouse','2017-03-18 13:37:18'),(11017,2,'3c980a02fb490ef4026413c8b0a354e28295e552',2459,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-17 17:19:20'),(11018,2,'6d1474a54182751fed94acd55c3c01e5c7c34ad9',2458,'* adjust code.','wangyidong','2017-03-17 17:18:24'),(11019,2,'7f5b9a3834f491b67a80490ef2bb6e0f2f216ade',2457,'* merge owner and pri, begin and end as one row in edit view file of testtask module.','chenfeiCF','2017-03-17 15:01:26'),(11020,2,'c73649a0176c06585b25b88b1270bc60eb243ac2',2456,'* fix bug for project burn in block.','wangyidong','2017-03-17 14:45:33'),(11021,2,'dc652650b54fb474cfad475ba016514c46180223',2455,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-03-17 13:30:21'),(11022,2,'e050079a3df8f1a534654ca1f5fde1d06b9711b4',2454,'* adjust action for testtask.','chenfeiCF','2017-03-17 13:29:08'),(11023,2,'018a63f7e919bcc23866d3d12eadf0fab0fe64e4',2453,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-17 13:25:16'),(11024,2,'7648bfd46eac4a8c4eecf71be2f780900197c65d',2452,'* change field name fromLib to fromCaseID.','wangyidong','2017-03-17 13:24:43'),(11025,2,'5e73bbc6ee8105129ceddbc08304ebe244c11c46',2451,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-17 13:16:10'),(11026,2,'d00a71eec2871dbdac3d13f68db3ecf9c12616ef',2450,'* remove toggle icon.','chenfeiCF','2017-03-17 13:16:09'),(11027,2,'cc5386b1626cdf1898980fb763dd975e16cd629d',2449,'* rename importlib to importfromlib.','wangyidong','2017-03-17 13:15:47'),(11028,2,'05569ed945175faea963de63864317fe3a8a9a96',2448,'* adjust code for task #2932..','chenfeiCF','2017-03-17 13:04:13'),(11029,2,'9851ec8a118c3dbdbfd066c1f8ad80889f4ffaa8',2447,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-17 10:46:40'),(11030,2,'41965a24b40e4c27e698db334cd5736e57f94f5c',2446,'* adjust code.','wangyidong','2017-03-17 10:46:12'),(11031,2,'bf66b705d4468ac39e76b4ff5c70d545189bb9d1',2445,'* remove duplicate deadline in view file of bug\'s edit method.','chenfeiCF','2017-03-17 10:19:00'),(11032,2,'d88e6d3669b964ebf23ba8122d9ba20a860d640d',2444,'* add bug\'s deadline field to user custom fields in DB.','chenfeiCF','2017-03-17 10:17:05'),(11033,2,'e61a36a9e0ab070086b64f9cb365f5fc97da997c',2443,'* change lang.','wangyidong','2017-03-17 09:34:32'),(11034,2,'f53dba8aff7460c95d92a0473a17993c871900b9',2442,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-17 09:12:33'),(11035,2,'38e9126691ca239ce24206a6dda659b2f749d9c7',2441,'* change for group priv.','wangyidong','2017-03-17 09:12:06'),(11036,2,'6f0fc2948b277697881fba3b39eabbe0267fa234',2440,'Merge branch \'master\' of github.com:easysoft/zentaopms *pull for push added lang','tengfei','2017-03-16 11:35:03'),(11037,2,'e5e05bf0f094613757ae02b0e022d21288c991fd',2439,'*edited newly added lang','tengfei','2017-03-16 11:34:09'),(11038,2,'91ebea17345bcec56bade2c1e3357dbe138e8348',2438,'* adjust for link case build','pengjiangxiu','2017-03-16 10:29:17'),(11039,2,'70dae03a8276059f8eaa4f4e3b1d99448890fb48',2437,'* adjust chosen container max width.','chenfeiCF','2017-03-16 10:18:19'),(11040,2,'c0240bb96bfc2d1464076458ecf5f476ed6e67f2',2436,'* adjust for block and activaate','pengjiangxiu','2017-03-16 09:55:11'),(11041,2,'9b3bf11a215606087ed9a1b776d8ac4cef99a3e8',2435,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-16 09:49:38'),(11042,2,'90c70d3373ac660e640409f22d62ee683f718f45',2434,'* adjust for link case in testtask.','wangyidong','2017-03-16 09:44:55'),(11043,2,'5c5bada3a1aeb18a2006b3532f457bee63814d4b',2433,'Merge branch \'master\' of github.com:easysoft/zentaopms *deleted feedback and repo','tengfei','2017-03-16 09:26:33'),(11044,2,'a769f83c22e55aa5e0c5bd8f376be6f352a33601',2432,'* adjust style for testtask','pengjiangxiu','2017-03-16 09:22:30'),(11045,2,'bc386309db3aa1bd9beb8dba06140f76219af7ae',2431,'* fix code.','wangyidong','2017-03-16 08:24:20'),(11046,2,'b25f05717eca77668d5d8689df49264faa18be12',2430,'* adjust for setTreeBox.','wangyidong','2017-03-15 17:38:06'),(11047,2,'a4abc014041f1bed67dc8e67aaaca31b916a8905',2429,'* change for hide side.','wangyidong','2017-03-15 17:33:17'),(11048,2,'e187f98374226faef68c7d33579949e43836fe1e',2428,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-15 17:19:41'),(11049,2,'64c998e30b1b57bc81b06d7d8066d064f54a6c47',2427,'* code for batch edit testcase in my module.','wangyidong','2017-03-15 17:18:39'),(11050,2,'a5c19fd47921ddcc855cd36827d44fe1aa455e05',2426,'* just use case step item as bug step when creating bug from case steps.','chenfeiCF','2017-03-15 17:01:42'),(11051,2,'0416eed2897079c66b37dda5df012a0204b8225e',2425,'* set admin in login.','wangyidong','2017-03-15 16:43:58'),(11052,2,'339f9fa19847ecb6fc05f7f7a5b04c78d3a55dbe',2424,'* adjust code format.','Catouse','2017-03-15 15:41:10'),(11053,2,'f3e07b735e9f9d676b365909a99af4f30a096ac2',2423,'+ adjust style for testtask and other','pengjiangxiu','2017-03-15 15:04:33'),(11054,2,'4b2f35c6c6a9452516bfcbe8ea2f2f20fb4beb4c',2422,'* fix bug: overdue bug label can not highlight.','chenfeiCF','2017-03-15 14:44:01'),(11055,2,'a9b12e488724c744cbcbe738c2d498c4c14bbce4',2421,'* add deadline field in creaet, edit and batchEdit method of bug module.','chenfeiCF','2017-03-15 14:31:46'),(11056,2,'b8c310e31c8d161619ff4f8be102e62441ae760e',2420,'* change testlib to caselib.','wangyidong','2017-03-15 13:57:20'),(11057,2,'751fad9fe2d2383b501348104fac52a6bb146cbf',2419,'+ adjust style for testcase report.','wangyidong','2017-03-14 16:12:13'),(11058,2,'9c9dac31c8a8bcca4b0a51722b6cdd0020a08d90',2418,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-14 15:04:22'),(11059,2,'89f3ea8f4702840ccfd2bf926932006068a9c7ae',2417,'* adjust style for testreport.','wangyidong','2017-03-14 15:03:47'),(11060,2,'24ce584f95b5671abb782919e720b69519b26da4',2416,'* code for bug #1030.','pengjiangxiu','2017-03-14 15:00:10'),(11061,2,'9757471300cb87aeb8800f9240dd5ecb4d7e7d03',2415,'change for #task 2900.','pengjiangxiu','2017-03-14 14:13:32'),(11062,2,'4421cf85d64a345673f2563562a63ea095d4fc42',2414,'* fix bug #1029.','wangyidong','2017-03-14 13:32:44'),(11063,2,'f0d0ba097ebbf0132748760506c1e59e41b14482',2413,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-14 11:33:36'),(11064,2,'d9ec2be130c7658484bcd698932b346012cb1b26',2412,'* ajdust style.','wangyidong','2017-03-14 11:33:18'),(11065,2,'f755c21fa384aba9e43998f1c15edfb63cae1d73',2411,'* ADJUST pending versions','tengfei','2017-03-14 09:53:19'),(11066,2,'60e919420e0c16d99879297bf0089871f448c0ce',2410,'* finish task #2908 #2928.','pengjiangxiu','2017-03-14 09:25:28'),(11067,2,'f53fa19bbedfaefc214f94bef387c2fa513f666b',2409,'* code for task #2901.','wangyidong','2017-03-13 09:20:29'),(11068,2,'2e283cda225bfd8bbe0ab922b0e585f0a4acbe83',2408,'* finish task #2920.','wangyidong','2017-03-13 09:14:02'),(11069,2,'3af3685d29d9b9f8c5ed73d18d9d05a795c676ad',2407,'* add new english lang.','wangyidong','2017-03-10 16:04:04'),(11070,2,'93d5a18f57c809bf84f296da47b832977dd7b3e4',2406,'* change for en lang.','wangyidong','2017-03-10 15:34:10'),(11071,2,'af8ad0420f214ef712e4ab2d3e44baa9c01a18e1',2405,'* finish task #2937.','wangyidong','2017-03-10 15:00:33'),(11072,2,'eaeab89f534028b43133ee33962e219b271635eb',2404,'* finish task #2927.','wangyidong','2017-03-10 11:59:01'),(11073,2,'c74726b52ad7327d50d1f7741c2a90e372fb53bb',2403,'* code for task #2941.','wangyidong','2017-03-10 10:34:39'),(11074,2,'429ab3b49469aa2e764cb795ae066eecf294db7f',2402,'* finish task #2941.','wangyidong','2017-03-10 10:24:31'),(11075,2,'107039b87bf20cdf57ade051afe9d2fb3751eb9a',2401,'* code for 2899.','wangyidong','2017-03-10 09:58:49'),(11076,2,'cb90082ae388539ac982999926fc201c1ede1124',2400,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-09 17:21:43'),(11077,2,'752a96a5eb3187fc1cc635434a129646229fbe1e',2399,'* finish for task #2899.','wangyidong','2017-03-09 17:21:09'),(11078,2,'c64dd977ae0d8a59ea2bf483599b606e5de13931',2398,'* finish task #2917.','pengjiangxiu','2017-03-09 17:01:31'),(11079,2,'5e4bae3022a3e06097b394a1e0511b282f09ba5b',2397,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-03-09 09:08:56'),(11080,2,'e306f0d364f0db146db688ef0cc11a3c528bb435',2396,'* update db.','wangyidong','2017-03-09 09:08:09'),(11081,2,'829628db1ba6f60a32de974dbfa1fc194a711de1',2395,'* finish task #2919.','pengjiangxiu','2017-03-08 16:46:36'),(11082,2,'d5f1671bc705394493cd76c0ea0d2aed3fb67aef',2394,'* finish task #2900.','pengjiangxiu','2017-03-07 14:37:47'),(11083,2,'e46a533aee322a30107e674784d8cac4d3123a07',2393,'* finish task #2930 #2925.','pengjiangxiu','2017-03-07 10:21:39'),(11084,2,'e4001d23d5d9e6f8c0ed16df08bf286fadb326cb',2392,'./config/my.php.back','pengjiangxiu','2017-03-07 10:15:26'),(11085,2,'f1515951b042ad4f0e6fb35ca35d22afd3febf68',2391,'* finish task #2907,2910.','wangyidong','2017-03-06 13:14:38'),(11086,2,'54f267e438a0fa8d62cf21a8d8115b638a78e9ee',2390,'* adjust style.','Catouse','2017-03-03 17:54:09'),(11087,2,'262363a3ba80e0eea50f90cf0b921c7628a31af2',2389,'* change testcase steps form UI.','Catouse','2017-03-03 17:48:08'),(11088,2,'4bdc57c2bb4efb3bbb03502101cfb314b86e9550',2388,'* fix testcase steps sortable not work in firefox.','Catouse','2017-03-03 17:19:52'),(11089,2,'c162d18eb1156c3acff1a429105dcf59b5ad2b0f',2387,'* code for task #2896.','wangyidong','2017-03-03 09:08:13'),(11090,2,'22115ecfbd9f6e55098ec1443da2dfc09ada8b06',2386,'* finish task #2896.','wangyidong','2017-03-03 09:00:45'),(11091,2,'20078c869540dda27a78fc47b24f05be0216f3e2',2385,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-03-02 16:53:44'),(11092,2,'06d30aa8c65bd330af6f1e59c28c7f39fc06f817',2384,'* code for task #2939, now support to resize block height in dashboard.','Catouse','2017-03-02 16:52:36'),(11093,2,'375b811447073c08324d37c276284e187fddb6e3',2383,'* code for task #2898.','wangyidong','2017-03-02 10:47:06'),(11094,2,'b3ee0204b529a0374132d4aca4a21ca0c402f1ba',2382,'* finish task #2898.','wangyidong','2017-03-02 10:37:13'),(11095,2,'97739b476ca1f2190ffe9bd627b8db44a78260a8',2381,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-03-02 10:32:14'),(11096,2,'47405cf9dcdb6b2381cf4c2b318d5136fb946cd1',2380,'* change testcase/view UI.','Catouse','2017-03-02 10:31:38'),(11097,2,'5179018d24291ca25fc8b0fa2504a30dbff03754',2379,'* code for task #2906, change edit testcase UI.','Catouse','2017-03-02 10:31:23'),(11098,2,'9042d65433292bfc852d82818a7269bec1678228',2378,'* finish task #2931.','pengjiangxiu','2017-03-02 10:19:39'),(11099,2,'fdd12316aefeeb50da374568f046d08177d41ba1',2377,'* code for task #2939.','Catouse','2017-03-01 17:20:22'),(11100,2,'3e32f88360532f0fb0822a640eac325bae6a542b',2376,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-03-01 15:36:11'),(11101,2,'c1aa7413e091ccc19444d79add18f6712942f96a',2375,'* finish task #2906.','Catouse','2017-03-01 15:35:59'),(11102,2,'d2b82bc30d2d9cf62f440055b92107337a448ef9',2374,'* finish task #2940.','pengjiangxiu','2017-03-01 15:19:04'),(11103,2,'586ac5c826f36cc0de674a7098160dbacffe89c8',2373,'* finish task #2938.','pengjiangxiu','2017-03-01 11:05:25'),(11104,2,'175f0b416050aab882bedb6a5860698a801ac954',2372,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-28 17:36:58'),(11105,2,'a9d7f8d8c72fd91e0d881030b619880eeb1244dc',2371,'* code for task #2897.','wangyidong','2017-02-28 17:36:34'),(11106,2,'8aac6c576ba44ed36e8cda8ef4ac7f725db05387',2370,'* finish task #2902,2903,2904.','pengjiangxiu','2017-02-28 11:24:17'),(11107,2,'de360cb4d0ebb0b185728ce7827c20e32f5af7a0',2369,'* finish task #2916.','pengjiangxiu','2017-02-27 14:01:52'),(11108,2,'e832b8e002a86a471a6da9b304eb349adaf3b3c1',2368,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-27 13:50:27'),(11109,2,'c6b1ad5a8fa3c1a886d1db5d9f2b6d7436236af0',2367,'* finish task #2895.','wangyidong','2017-02-27 13:49:47'),(11110,2,'93a17061b46c8bcd1cc6ebdcc954bb80c2327811',2366,'* add doc for compatible.','wangyidong','2017-02-27 13:18:44'),(11111,2,'420da7e9512e193f2ac14ed800ccc5a5007da6a8',2365,'* finish task #2909.','pengjiangxiu','2017-02-27 10:27:43'),(11112,2,'4eea9a33b418571dd37f6b650c7444246105420e',2364,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-24 16:29:41'),(11113,2,'4e84b9cddef02434b14b095405ca26b76fdc3070',2363,'* finish task #2893,2894.','wangyidong','2017-02-24 16:28:29'),(11114,2,'da1e08c9bbca8cc04dc90b2f9855698636e835d0',2362,'* finish task #2912.','pengjiangxiu','2017-02-24 15:29:39'),(11115,2,'1d893447ebf4253f20da1ab51b1d4a1eeadba0e1',2361,'* finish task #2929.','pengjiangxiu','2017-02-24 14:52:48'),(11116,2,'0a00ab84a8dcb69878ca4dbb5259b3a536846b3f',2360,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-24 10:23:33'),(11117,2,'c1427b373e015ceff216923d99ae8d87efcafb28',2359,'* ignore empty order.','wangyidong','2017-02-24 10:23:04'),(11118,2,'53f0953951a2d3c4d466c398f91f14b779101681',2358,'* adjust for get last extension version.','wangyidong','2017-02-24 10:15:01'),(11119,2,'96979544d928f2b5071904771837cef790d172fd',2357,'* finish task #2934.','pengjiangxiu','2017-02-24 10:04:06'),(11120,2,'14f1158bde48a3473a097a95e675005c3ed44fa9',2356,'* finish task #2935.','pengjiangxiu','2017-02-23 13:55:12'),(11121,2,'6520403138be5d40aa886e7d498c629ebe09bbca',2355,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-23 13:23:14'),(11122,2,'8133b79b482698242b8f3fe1a951516209906ed0',2354,'* finish task #2926.','wangyidong','2017-02-23 13:22:22'),(11123,2,'0e5c648c540e08991fd3d79122ab70867360e7b9',2353,'* finish task #2932','pengjiangxiu','2017-02-23 13:04:35'),(11124,2,'82c7d41f082e59a8a4cbd0ae7511591fe0f3fb9a',2352,'* finish task #2922','pengjiangxiu','2017-02-23 09:52:57'),(11125,2,'73b27f4e6a5571de8a544e650b52b077b1e78519',2351,'* finish task #2911','pengjiangxiu','2017-02-23 09:37:39'),(11126,2,'5a658521d764e5cde7be0c23fbdd8027ed5dd604',2350,'* fix bug #1016.','wangyidong','2017-02-23 09:24:46'),(11127,2,'aef586576be4610a5562851f19e1beb368150762',2349,'* finish task #2936','pengjiangxiu','2017-02-23 09:08:51'),(11128,2,'16d2f2a9b97d8cf2148d61739a968ebd517e292a',2348,'* finish task #2921.','wangyidong','2017-02-22 17:11:33'),(11129,2,'08cdbfdd27f358ed0f79db4c5862bb630da95863',2347,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-22 16:31:10'),(11130,2,'625948aad3b4751db9af47388a65995fa8cf216f',2346,'* finish task #2933.','wangyidong','2017-02-22 16:30:53'),(11131,2,'7fd78bbb8c74c5939231fcf0800731bbea58f48e',2345,'* fix for order by plan.','wangyidong','2017-02-22 16:19:27'),(11132,2,'75ec1671cf51d0e050fa1968c4c3829c01883a2f',2344,'Merge pull request #7 from PeterDaveHelloKitchen/image-optimize optimize png images using zopflipng','QingDao Nature Easy Soft Network Technology Co,LTD','2017-02-16 09:48:35'),(11133,2,'522022360d4f7d28886a1ba36629cc11c1e42d69',2343,'* changeLog.','wangyidong','2017-02-15 10:17:41'),(11134,2,'5a72fcb503e521254d1c80317d7904bf39a889f8',2342,'* adjust for safe.','wangyidong','2017-02-15 10:05:43'),(11135,2,'8d309ad7cf6f736da9b23dfadb03769a58f22c29',2341,'* adjust for project tree.','wangyidong','2017-02-15 10:04:07'),(11136,2,'5619ac5f4c729051a12b4dbbc73e4f1ff32567d0',2340,'* change for upgrade and en,zh-tw lang.','wangyidong','2017-02-14 16:33:06'),(11137,2,'ce087026a7ecc5d36ee11952b91dc8ed523628ab',2339,'* adjust for safe.','wangyidong','2017-02-14 16:04:02'),(11138,2,'b5e9d08b8ceb220ef2381daf1bb4ab75985b1215',2338,'* adjust for resolve page.','wangyidong','2017-02-14 15:11:45'),(11139,2,'d17a138f05681286477920fd07db9fefe8a563b4',2337,'* adjust for dao class.','wangyidong','2017-02-14 14:01:39'),(11140,2,'a32496e9114d015910e9663c0808873460f5a034',2336,'* remove urlencode.','wangyidong','2017-02-14 13:39:43'),(11141,2,'ef2cc89e5ac31a8f973121b654867d58f4f90dd9',2335,'* fix bug #1002.','wangyidong','2017-02-14 13:38:24'),(11142,2,'4610fdad327d76b2c5f775e8a72dad3ca569a13f',2334,'* check sql for safe in order and limit function.','wangyidong','2017-02-14 13:36:13'),(11143,2,'05cb13e0126e11648c7e64602d553d3a64238a40',2333,'* fix bug #1007.','wangyidong','2017-02-14 10:34:46'),(11144,2,'4a398b0e42ebe0be3416c1da2df1249d0d418c3a',2332,'* fix for add doc image delete.','wangyidong','2017-02-14 10:30:54'),(11145,2,'29b4f4f5316ca3caba1a31f500224500ba1ae829',2331,'* adjust for burn in index.','wangyidong','2017-02-14 10:09:09'),(11146,2,'3537469229414c92ac122efe42372029c63652e0',2330,'* fix bug #1006.','wangyidong','2017-02-13 17:25:38'),(11147,2,'c8630c8d325ba6664df998ecb18b65655e2bc2e4',2329,'* fix bug #996.','wangyidong','2017-02-13 15:32:09'),(11148,2,'3eb8385a63ba9598ac69e9c2f1f84906f541642a',2328,'* fix projectproduct data.','wangyidong','2017-02-13 15:19:02'),(11149,2,'1a004fc60cde1668d1c524271347de99584ed814',2327,'* finish task #2890.','wangyidong','2017-02-13 14:50:44'),(11150,2,'7986d739a674c6db57e23ee364014e212b1376f3',2326,'* code for task #2892.','wangyidong','2017-02-10 09:37:39'),(11151,2,'c3fd6d6f918a660e7594f672cc5fce1edc8679c3',2325,'* finish task #2891.','wangyidong','2017-02-09 15:14:27'),(11152,2,'9ce0e008cb56c89259670be13e01acbe06f826d8',2324,'* finish task #2889.','wangyidong','2017-02-09 14:55:37'),(11153,2,'313032128dfbc6fcf4f491391b69d6a411c5ef73',2323,'* change for task #2887.','wangyidong','2017-02-09 14:34:50'),(11154,2,'f6aea7992e44582a4200ebacf8c53f237a32ecbc',2322,'*update','tengfei','2017-02-09 13:52:03'),(11155,2,'2b3fbcd4975f26b86c5623f0cf10883d73a85692',2321,'*update','tengfei','2017-02-09 13:50:22'),(11156,2,'2de2af1d5cae0a3c24e33c2ce68e1b432c4405b6',2320,'*adjust password','tengfei','2017-02-09 13:47:00'),(11157,2,'357f0216d7971dd88e1eeefe1869781cc7115205',2319,'* finish task #2888.','wangyidong','2017-02-09 10:39:43'),(11158,2,'33f8c7dbd104b10b48c3a5f5ba585cf101923b21',2318,'* finish task #2887.','wangyidong','2017-02-09 10:11:01'),(11159,2,'eab8af2e8cb93d1930c5d362c2a170b1aff03ebd',2317,'* finish task #2886.','wangyidong','2017-02-08 10:57:27'),(11160,2,'217c6c4795c3d133d7d724fe5ed4cdef6dcbf695',2316,'* finish task #2885.','wangyidong','2017-02-08 10:23:33'),(11161,2,'3d380fa3a323f9a58aacd3612ed12d98d31622e2',2315,'* adjust for bug.','wangyidong','2017-02-08 09:34:39'),(11162,2,'5b0f01462aeb6409c1e8535e66b4d6b62be35fdc',2314,'* fix bug for comment story.','wangyidong','2017-02-04 16:25:19'),(11163,2,'e37578024e58cacb6f8b9ab4a622ce487bbb53e1',2313,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-04 16:23:34'),(11164,2,'99952acab03e461f00d8e47df00d87a759ce8b3a',2312,'* change for close lang.','wangyidong','2017-02-04 16:23:10'),(11165,2,'7e7a334e39b829d94497dab9a34eddfdf5a32904',2311,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/project/css/tree.css module/project/lang/en.php module/project/view/tree.html.php','Catouse','2017-02-03 15:45:42'),(11166,2,'ff018ec831e7212f37429d33f2d9c85544aeb962',2310,'*adjust relate to link:wq','tengfei','2017-02-03 14:53:18'),(11167,2,'d1c5293d0466945cd4347d7836bd79959f564e01',2309,'*adjust relate to link','tengfei','2017-02-03 14:39:57'),(11168,2,'86a26f6b1c03c9fe9d531640b1b566b483b1d4cb',2308,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-02-03 09:56:43'),(11169,2,'18df8b6d886e5b9467209d659b0b879485f22b11',2307,'* fix for upgrade.','wangyidong','2017-02-03 09:56:23'),(11170,2,'37a82dd9529deadad48c42947695ca230830ebaf',2306,'* fix bug.','wangyidong','2017-01-22 15:38:45'),(11171,2,'d63e337672bbdf3f4da030ced2f245d8090ac9df',2305,'*adjust ext note','tengfei','2017-01-18 14:51:27'),(11172,2,'34a5414b3560aa80f8a5223096319d69a97291bf',2304,'* change doc lang.','wangyidong','2017-01-18 10:19:28'),(11173,2,'6212cd4155fa8ba4e4b82cf41155f1f7859bf918',2303,'* fix for burn.','wangyidong','2017-01-17 16:26:33'),(11174,2,'daed4773de5c7adcf05a190835ce273b37c39928',2302,'* revert version.','wangyidong','2017-01-17 14:08:17'),(11175,2,'7905394d885e678127316cc27da299ad4623fd7c',2301,'* change for upgrade.','wangyidong','2017-01-17 13:51:06'),(11176,2,'bfefa7b88be19be22536c2c198b01d65c337ca2f',2300,'* adjust for check url.','wangyidong','2017-01-17 13:15:49'),(11177,2,'475eaf90f759df0609eb0ceb83bd9e84ecc71673',2299,'* fix select all user when no story.','wangyidong','2017-01-17 11:20:13'),(11178,2,'4c48ab249153f5be25e207173024256379310f6a',2298,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-17 10:53:48'),(11179,2,'96968faad8f22f2d747f9281d2383a7f0471a549',2297,'* finish task #2862.','wangyidong','2017-01-17 10:53:21'),(11180,2,'b1d42dbc787ef89e23c6cb7545b491bb88440689',2296,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-01-17 09:40:05'),(11181,2,'f09d337df39c79fdd88bb49c21b74f4490f5d743',2295,'* adjust code for task #2883.','chenfeiCF','2017-01-17 09:39:14'),(11182,2,'54962074fc69cac3da6212cd1209a5ee41c88808',2294,'* finish task #2884,2872.','wangyidong','2017-01-17 09:19:52'),(11183,2,'630b7d283d17c43e4e79b0d69f6b5509ed483b68',2293,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-17 09:16:21'),(11184,2,'319389a4961308ff83d87bae8a7a9f7fefaf05c2',2292,'* adjust code for task #2881.','chenfeiCF','2017-01-17 09:04:56'),(11185,2,'3b177feb10e91e0b5206f72e5dd3d84922468a59',2291,'* adjust code for task #2873.','chenfeiCF','2017-01-17 09:02:32'),(11186,2,'15b83b3536ad71ebfffcf9c455248907b925fb04',2290,'* adjust code for task #2869.','chenfeiCF','2017-01-17 08:40:28'),(11187,2,'31502d0d489a7fcf81dde7366385e0f78dfec6aa',2289,'* adjust list-alt icon.','wangyidong','2017-01-16 17:09:58'),(11188,2,'4362d10e8a981108aa3a57d40ae24ed8d9061bf0',2288,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2017-01-16 17:03:19'),(11189,2,'efae75ae7f8a5e2108866ea5068452b9c87533aa',2287,'* added newly translated content','tengfei','2017-01-16 17:01:45'),(11190,2,'117fe644120811c119dc59f46c7191f2b8638ab6',2286,'* adjust for task #2868.','chenfeiCF','2017-01-16 16:52:44'),(11191,2,'c6e6d9e1a5fd1d67fd810f1d555f911de67da35c',2285,'* adjust for project tree.','wangyidong','2017-01-16 15:13:44'),(11192,2,'8af5e74ad4a54d5ddadfba2c2ad933f204d95717',2284,'* copy zh-cn lang to en.','wangyidong','2017-01-16 14:47:43'),(11193,2,'f23b840d7f45d2f990ea2ee86114039cfce542e5',2283,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-16 14:41:59'),(11194,2,'2692fc2983bc88f24715f0192a1984565ef0e777',2282,'* change case icon.','wangyidong','2017-01-16 14:41:34'),(11195,2,'3216ab447d3c514a3dcb9ec3231bc702b8a9fae0',2281,'* adjust the distance between operate icons in cases page.','chenfeiCF','2017-01-16 14:28:45'),(11196,2,'453074044c408c48b265bb8e2e6ba28f9af83235',2280,'* adjust for priv.','wangyidong','2017-01-16 14:15:41'),(11197,2,'392e2d6aa13a9a34e063d4cd9f829282067e5382',2279,'* adjust qq for zentao user.','wangyidong','2017-01-16 13:36:57'),(11198,2,'79b9c8bf5887fd8e5e650f875ea045ca260fa9ef',2278,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-16 11:38:20'),(11199,2,'42ded183b54ad29957d57cac136753d12650890e',2277,'* finish task #2878.','wangyidong','2017-01-16 11:37:38'),(11200,2,'5678a2937c04788ec0ea044fbc9fd1039558c003',2276,'* adjust icon.','wangyidong','2017-01-16 10:46:45'),(11201,2,'7d429274063a0da911c60aab5763d0539f033983',2275,'* adjust for convertEncoding.','wangyidong','2017-01-16 10:45:57'),(11202,2,'cf3677bfa93a93f1ba99221171d65d9653a6b826',2274,'* add copy lang for task.','wangyidong','2017-01-16 10:44:57'),(11203,2,'5e44401a10ad878172c94b2478a7a255ca06fe0f',2273,'* fix bug #992.','chenfeiCF','2017-01-16 08:57:53'),(11204,2,'c36ac5856e4e632e2536cfbc1199e53ebe5a48f9',2272,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-13 17:41:04'),(11205,2,'87393fbca2ae260d488539e9b37468d3bdf34626',2271,'* fix bug.','wangyidong','2017-01-13 17:40:30'),(11206,2,'456e36e57feb9fb2a9a976b28d962f57a290cbdc',2270,'* fix bug #993.','chenfeiCF','2017-01-13 16:34:19'),(11207,2,'8525150295845ac7ead63aeae602db0ba40c3bc9',2269,'* adjust code for task #2883.','chenfeiCF','2017-01-13 13:53:31'),(11208,2,'8510ac3fea673f10df2a374a0355d620e48b971f',2268,'* adjust code for task #2881.','chenfeiCF','2017-01-13 13:44:17'),(11209,2,'fb1902200eef7172477c8ab6bdad62fe79be95f6',2267,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-13 13:32:02'),(11210,2,'c9cf671c8ef221ef857cef96d9ada5f7fa51789c',2266,'* finish task #2854.','wangyidong','2017-01-13 13:29:04'),(11211,2,'2d60b14e2128bbd1920217e6634a5227edea5bef',2265,'* finish task #2877.','chenfeiCF','2017-01-13 13:22:28'),(11212,2,'eb24478bd063aab90cef38fad8f67967826f18a0',2264,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-13 11:12:52'),(11213,2,'9855a93bf3de979cdc825501b39c457a21d9e453',2263,'* finish task #2850.','wangyidong','2017-01-13 11:12:25'),(11214,2,'90e2789f7cd977a73f1b5bc667a4b35c4956d5e8',2262,'* finish task #2883.','chenfeiCF','2017-01-13 11:11:31'),(11215,2,'ad25d007d9b17ab4bf075e4c7ee477e16d82d7d4',2261,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-13 10:19:59'),(11216,2,'80cf4d8c2e4c0589df416e92e70988e718511f64',2260,'* finish task #2851.','wangyidong','2017-01-13 10:19:17'),(11217,2,'3698443bc5ce91fc2ab94de0b389b07e335ce990',2259,'* finish task #2853.','chenfeiCF','2017-01-12 22:08:20'),(11218,2,'184d40cc782bc67e960c59334b2ec64ec31a66d5',2258,'* fix bug #990.','chenfeiCF','2017-01-12 13:23:26'),(11219,2,'a301cd10a1d57fd35af5d65041b6fd19c59a9eff',2257,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2017-01-11 16:45:10'),(11220,2,'15042bbeb5ae325da9f5eb148499efad8fba033f',2256,'*adjust relate story note','tengfei','2017-01-11 16:44:26'),(11221,2,'3286faf10b46240bd10d6fd5c0f13b8cc7420c26',2255,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-11 16:42:42'),(11222,2,'3c85e540384bd8c6960a5a82943c41a081d00233',2254,'* finish task #2872.','wangyidong','2017-01-11 16:42:13'),(11223,2,'3686f4e4e5f418d5e3d2ed165b4b5bd89dc1ea66',2253,'* finish task #2881.','chenfeiCF','2017-01-11 16:40:57'),(11224,2,'9167409f9966963d783e4e16a48729b844ae5b42',2252,'* finish task #2873.','chenfeiCF','2017-01-11 16:16:39'),(11225,2,'addcdc83328ac967852ab4ec3fc33ab955d562b0',2251,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2017-01-11 15:54:06'),(11226,2,'cfb79eb2573e6b8d95c4915892a255b0c5362a19',2250,'*adjust for interface','tengfei','2017-01-11 15:53:17'),(11227,2,'15a02bab8b4390d6543de5dbbf770f066fe7a0fe',2249,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-11 14:55:55'),(11228,2,'4f4dfe068cac7a1c4478fb27560d35ec6e8fc6a3',2248,'* finish task #2871.','wangyidong','2017-01-11 14:55:27'),(11229,2,'8bd7160dfca8eb4d0885856b874e817204735d2f',2247,'* finish task #2875.','chenfeiCF','2017-01-11 14:25:19'),(11230,2,'311bb335c4c11bc4920db0591409bc9c3c757495',2246,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-11 14:13:38'),(11231,2,'29260391221d2e4fe146e3796dd631a8375d0726',2245,'* finish task #2862.','wangyidong','2017-01-11 14:12:00'),(11232,2,'86997cd179eabf31ea3e221bacf957b793ef3c2c',2244,'* finish task #2870.','chenfeiCF','2017-01-11 13:38:49'),(11233,2,'cc28d65b94dcd6cec527e8041c329531897e83e4',2243,'* change parse to paste','tengfei','2017-01-11 08:14:41'),(11234,2,'a079adecc718e9ee326927b63e665ca15a7c924d',2242,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-10 16:18:54'),(11235,2,'9d3d6d278a9596d663457f79c698c876b878f5fd',2241,'* adjust for export with branch.','wangyidong','2017-01-10 16:15:18'),(11236,2,'ccc1c7d30d4a713a0409df2e5c8311e70764b8f8',2240,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2017-01-10 14:14:06'),(11237,2,'61db3477020e722d624d6f941f68c74e48fa3250',2239,'* finish task #2880.','chenfeiCF','2017-01-10 14:13:31'),(11238,2,'5129350df032f85b3a87502c5602e92b84c46e18',2238,'* finish task #2865.','wangyidong','2017-01-10 11:51:44'),(11239,2,'f8460d4027ef5a857e850614228485675239bae0',2237,'* finish task #2869.','chenfeiCF','2017-01-10 10:56:58'),(11240,2,'0ecaa6306fa0758b160e6315274da3f5b7aecfac',2236,'* finish task 2879.','chenfeiCF','2017-01-09 15:35:46'),(11241,2,'ae2199270f36a8832ccf3178efffd2c25d129d43',2235,'* fix search form style for task #2858.','Catouse','2017-01-09 15:29:35'),(11242,2,'232e155578e716e154aa4a50ce0c48f93acc20d3',2234,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-01-09 14:39:35'),(11243,2,'45c30e64170e82624cade375f76934d7242bb7c6',2233,'* refactor ueditor UI.','Catouse','2017-01-09 14:39:20'),(11244,2,'f809da99319ba0ec019021cdb394c65b8e79c56a',2232,'* update zui files.','Catouse','2017-01-09 14:39:08'),(11245,2,'9997c81559f9eeffe366c4abe873a6edb2648453',2231,'* refactor UI of markdown editor.','Catouse','2017-01-09 14:38:55'),(11246,2,'f5c4cdbfe55050736ad57ea1077158f0e8cac092',2230,'* finish task #2868.','chenfeiCF','2017-01-09 14:36:37'),(11247,2,'087e5aed22af5cf65310425e7f0289379e987208',2229,'* finish task #2867.','chenfeiCF','2017-01-09 13:47:12'),(11248,2,'5b93bc16e4f35660bf9a1ed49c9405a7101beeb6',2228,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-09 13:31:11'),(11249,2,'645a6b0edee70919a8e3beacd1b878082e78d77f',2227,'* finish task # 2849.','wangyidong','2017-01-09 13:30:08'),(11250,2,'108bd040ccde75cecf39feb30bf34b2d991250aa',2226,'* update zui.','Catouse','2017-01-09 13:10:18'),(11251,2,'7261dc6c5434341cf70f593971bfe2522263d7d5',2225,'* finish task #2864.','chenfeiCF','2017-01-09 13:07:11'),(11252,2,'2664c32f284d7c9aa6b95b991ed6c5945db32403',2224,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-01-09 10:29:53'),(11253,2,'2afae2144667eb952ff04ae40de5c3c50392ac8e',2223,'* finish task #2858 and fix bug #860.','Catouse','2017-01-09 10:29:43'),(11254,2,'f6b10a30881d39b8cd0eee345f9622a166987dd4',2222,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-09 10:22:25'),(11255,2,'f00a45e9ddbc07ad1777b2e5195d5018e48a76d3',2221,'* finish task #2846.','wangyidong','2017-01-09 10:21:57'),(11256,2,'77b8cb76f8efcd48f006cb055cc9564382a89599',2220,'* finish task #2840.','wangyidong','2017-01-09 09:47:06'),(11257,2,'bcde9454d57fe1adeb8649b613e86920ca055ad6',2219,'* finish task #2857 and fix bug #870.','Catouse','2017-01-09 09:39:43'),(11258,2,'cd25a4216e994c310bdbbd1199676be4b806f87e',2218,'* fix for save mail queue.','wangyidong','2017-01-09 09:29:09'),(11259,2,'eff0ac2d99928a7abcc498cfd4864f14daf7f064',2217,'* adjust for get tree menu in testtask cases page.','wangyidong','2017-01-09 09:25:51'),(11260,2,'1235530eeeabc1f4a5a83fad7a19dd1876860bb6',2216,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-06 15:19:59'),(11261,2,'599fa16c64bd13045861a322ec52cf3655a5d15f',2215,'* finish task #2845.','wangyidong','2017-01-06 15:19:32'),(11262,2,'2a26a2fc9547180ec0adacd695ce9d427d539d92',2214,'* finish task #2874.','chenfeiCF','2017-01-06 14:50:54'),(11263,2,'f26b724ec2ed20dd6d7d7c4d8611446b29d12fb2',2213,'* finish task #2861.','chenfeiCF','2017-01-06 14:39:02'),(11264,2,'0fc5d7a778e669902dbfb6a6c6051e995b743e20',2212,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-06 14:05:33'),(11265,2,'2df587ccf58dab1bfe03ae8cf5d255f3b549a4fb',2211,'* finish task #2841.','wangyidong','2017-01-06 14:04:48'),(11266,2,'e8103e089ba9a3531a00a48eeda7f75c34ae603b',2210,'* finish task #2843.','chenfeiCF','2017-01-06 13:29:23'),(11267,2,'d607a34324d28c51b8691960deba3149266c50e9',2209,'* finish task #2839.','chenfeiCF','2017-01-06 13:10:39'),(11268,2,'4cc2b5a493e9d0d60ebace52bc7270af5ac71a4c',2208,'* finish task #2837.','wangyidong','2017-01-06 11:34:31'),(11269,2,'9f5591d2ead797456ee82ab0e9c6ab19e9f0abda',2207,'* adjust for members when edit.','wangyidong','2017-01-05 14:39:03'),(11270,2,'9d643ac3f1c4337aac4f0e783d4074d37ffd38dc',2206,'* fix bug for update file.','wangyidong','2017-01-05 14:12:10'),(11271,2,'1d6d3e8cb189ee0692698355b99fd15d90c9e092',2205,'* set company field required.','wangyidong','2017-01-05 11:12:43'),(11272,2,'2f0fa8df859533dc3a5b09ace98e568e5ab12fce',2204,'Fix bug: An error occurred when adding comment to bug with a picture.','Zhangxf','2017-01-05 10:03:21'),(11273,2,'a940b4a11fe5ec4e703bcd4584f0fb83c8fa8f7a',2203,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2017-01-04 13:40:00'),(11274,2,'c707519caa71da7b51a442d7dfac19f08b406b38',2202,'* refactor code.','Catouse','2017-01-04 13:39:52'),(11275,2,'880427a2f0c0b25a6630bc936015199b770ba544',2201,'* change for changelog.','wangyidong','2017-01-03 11:33:36'),(11276,2,'05c4cc79db5e48618635d4716da438e76b8976c1',2200,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2017-01-03 11:15:11'),(11277,2,'a34e4cc7faffb324ead13d27c536d3f60feb7e73',2199,'*translation new items in Admin, Mail','tengfei','2017-01-03 11:13:43'),(11278,2,'666ef225d07d35ef097df7339e74bfd8d8b861e5',2198,'* update zui files.','Catouse','2017-01-03 11:08:18'),(11279,2,'afbe60c77fe9725fd0d91b2b673b70c497114d56',2197,'* readonly when key is null.','wangyidong','2017-01-03 10:41:37'),(11280,2,'141b5c4df00b847a84a329e244dc25b44b0f99cb',2196,'* change for en lang and zh-tw lang.','wangyidong','2017-01-03 10:18:33'),(11281,2,'147167bee6d957d348aecf9f58bcf2e866c0610e',2195,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2017-01-03 09:46:40'),(11282,2,'8ba21afa1cd7c8e3778ce72621dbf60e81482131',2194,'* change for upgrade.','wangyidong','2017-01-03 09:45:47'),(11283,2,'e8df6cf433cddb7eadf8df7b6b6f20fde58097c6',2193,'* adjust for upgrade.','wangyidong','2017-01-03 09:35:10'),(11284,2,'e3ed7817a711e57f73b1916e73906a667aad9127',2192,'* fixed bug #931.','Catouse','2016-12-31 16:00:23'),(11285,2,'a34edcfd4a75d004d201029eb334eb999b0dcdb3',2191,'* fix bug #913.','wangyidong','2016-12-30 11:47:02'),(11286,2,'b2d18e626e72110cceb1b8821bd31b07a858b272',2190,'* fix bug #975.','wangyidong','2016-12-30 10:55:29'),(11287,2,'782ccae3a8b662144beee44d32646a58df6dedd2',2189,'* fix bug #976.','wangyidong','2016-12-30 10:48:42'),(11288,2,'6e374fbd13cb3908fc84047cda006ae8e616f739',2188,'* fix bug #966.','wangyidong','2016-12-30 10:32:10'),(11289,2,'17ccbaa54381b38a091137e2282829cdecc57a85',2187,'* update for NewZentaoIcon font.','wangyidong','2016-12-30 09:54:47'),(11290,2,'099aecdda6bffb70eef9530dde8de6f12c05824c',2186,'* adjust for select with pinyin.','wangyidong','2016-12-29 17:35:02'),(11291,2,'6ece360ab70e6181a7fdcfdab0472f18730ce38e',2185,'* adjust pinyin.','wangyidong','2016-12-29 17:30:13'),(11292,2,'0866c204259c1dbe022608e78a77cdb112de2d3e',2184,'* adjust for send by ztcloud.','wangyidong','2016-12-29 16:20:18'),(11293,2,'1b81e0133225dc9869c6f488b7e068f3938467bf',2183,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-29 16:07:14'),(11294,2,'15c7bf8288a8cbf7334a0a6db8e6d64c02728686',2182,'* change font-size 16px to 13px for ueditor.','wangyidong','2016-12-29 14:47:13'),(11295,2,'2ab3441386a66771388d7dd93031691e2dfa19c9',2181,'* fix bug for send mail.','wangyidong','2016-12-28 18:31:53'),(11296,2,'d77aae1feb609f9387439f91e189543de79e397a',2180,'* merge two mails subject as the subject.','chenfeiCF','2016-12-28 14:49:42'),(11297,2,'830d4091215450d9262fae24d08e2ee55beaf760',2179,'* adjust code for task #2808.','chenfeiCF','2016-12-28 14:31:28'),(11298,2,'149cc28282bc45cd0d8c7bf42583166814628450',2178,'* adjust code for task #2810.','chenfeiCF','2016-12-28 13:56:45'),(11299,2,'0873ca1864ccf25f716bced0dfe210f853eae7c6',2177,'* fix bug #973.','wangyidong','2016-12-28 09:27:04'),(11300,2,'672e9df3ccbf7908601c98cbefb2597e44869dc6',2176,'* adjust style for register page.','wangyidong','2016-12-27 15:41:22'),(11301,2,'cdbf4c6dcf0e38038886d74a0adb86bfad21ea54',2175,'* adjust for certify.','wangyidong','2016-12-27 15:33:26'),(11302,2,'0ce192ff38a884fb9ea365dc0ce9771af3b9ec72',2174,'* fix bug #936.','wangyidong','2016-12-27 15:26:54'),(11303,2,'7b98c378839ba708001709d66a48d7c9f27e95ae',2173,'* delete useless css.','wangyidong','2016-12-27 08:59:51'),(11304,2,'49c8928ea0948560b9d127a8dec85ae58c5557ab',2172,'* fix bug #931.','wangyidong','2016-12-26 17:01:28'),(11305,2,'a3896363d2a1393fb217e93b20d75e75d61f29b6',2171,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-26 15:40:26'),(11306,2,'80a11b908978d4987e2cc3770eadb598fa1173a6',2170,'* fix bug #952.','wangyidong','2016-12-26 15:40:02'),(11307,2,'14e762ad1b59017d1a83149785e369faad474939',2169,'* fix bug #963.','chenfeiCF','2016-12-26 15:21:46'),(11308,2,'0a061c6f06db1ca3b7bb449cc30c95b1b217ca44',2168,'* fix bug #965.','wangyidong','2016-12-26 14:54:04'),(11309,2,'a2d7b37ea0319f0e9587703dd6b9307a7af50fa7',2167,'* fix table border bottom in report view.','chenfeiCF','2016-12-26 13:44:43'),(11310,2,'f01a1a2320eb18d208eb4182babf239b1dc74030',2166,'* adjust for style.','wangyidong','2016-12-26 13:11:27'),(11311,2,'83726f81d79ab02626c96b886eea50f9e1de2e40',2165,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-26 09:21:35'),(11312,2,'ea95bd65b0a3e5bfad39546f9c17bf7f01a4a3b6',2164,'* fix bug #963.','wangyidong','2016-12-26 09:20:59'),(11313,2,'0e6510a84f85fda52bfdc2ee0d4bcf21d12c17fc',2163,'* fix border in create page of bug module.','chenfeiCF','2016-12-23 17:27:06'),(11314,2,'98cd4d7ba0a249cd00abe3defbb9378e7c51e8d7',2162,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-23 17:19:53'),(11315,2,'1c6d9f41979d7b7736629ea474d5e5d392238c71',2161,'* adjust for ueditor and markdown.','wangyidong','2016-12-23 17:19:06'),(11316,2,'84cf016837d183d6bbfeb620216c95c6739a3897',2160,'* fix bug #878.','chenfeiCF','2016-12-23 16:23:20'),(11317,2,'4d998d8badff92e97077431d0e591a4bf1aaacae',2159,'* fix bug for report product summary.','wangyidong','2016-12-23 15:58:36'),(11318,2,'0c83443ba2bce2772b2890149b988707b5e4677e',2158,'* fix bug #895.','chenfeiCF','2016-12-23 15:30:42'),(11319,2,'59332be052453cf237d3062a483e7fe8518b21e6',2157,'* fix bug #868.','chenfeiCF','2016-12-23 15:14:57'),(11320,2,'168e2131399f6afa79529fc86840121add3f3b77',2156,'* fix bug #934.','chenfeiCF','2016-12-23 13:35:15'),(11321,2,'ef92422e71064a2d093482c15bbf73247c752f07',2155,'* fix bug #939.','chenfeiCF','2016-12-23 11:17:43'),(11322,2,'fc2ea2d14e48e51c5c9cd8c7bc7b09246f34e4ef',2154,'* fix bug #940.','chenfeiCF','2016-12-23 11:05:34'),(11323,2,'403e75c9748bc7c93c40ed13343ec5b687739074',2153,'* fix bug #942.','chenfeiCF','2016-12-23 10:30:06'),(11324,2,'aa7b6e4cbcc5e9fbc32b74ef73b17d17d204deb3',2152,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-23 09:45:10'),(11325,2,'53f75eb866463f61076c1544e09862d5631dbe2c',2151,'* add site for bind zentao.','wangyidong','2016-12-23 09:44:22'),(11326,2,'72c915d619c3eca60c263b50f8a54f630bc867d7',2150,'Merge branch \'master\' of github.com:easysoft/zentaopms * merger','tengfei','2016-12-23 08:56:55'),(11327,2,'7252ed181dba5a8807d581e38e564b422762eb06',2149,'*adjust for screenshot','tengfei','2016-12-22 17:06:23'),(11328,2,'4c2166b1c184465456714bb4066834c19257a186',2148,'* fix bug #951.','chenfeiCF','2016-12-22 14:54:42'),(11329,2,'4a85b8810d283407e2d9efca9ba85b4071fb4c49',2147,'* fix bug #960.','chenfeiCF','2016-12-22 13:58:30'),(11330,2,'9ed2669dc6353a1d6bdd32220a83076a99a2f997',2146,'* change address information of company in LICENSE.','chenfeiCF','2016-12-22 11:18:51'),(11331,2,'aa4ff18fc4ff78c3d4c3cb3d5b28689b53a9e599',2145,'Merge branch \'master\' of github.com:easysoft/zentaopms *edit','tengfei','2016-12-22 10:44:27'),(11332,2,'5c47dc0301ff95d7a39a9b17016793c165212cf3',2144,'* adjust for screenshots','tengfei','2016-12-22 10:43:49'),(11333,2,'aabbc9b17c154e5903d049e2e2ec7515dfff6725',2143,'* fix bug #957.','chenfeiCF','2016-12-22 10:34:16'),(11334,2,'25cff19166809c0b89840efff32fa972ad1de628',2142,'* fix bug #959.','chenfeiCF','2016-12-22 09:52:19'),(11335,2,'fca65ddfec8887442132b4519d34a47ea228f550',2141,'* fix bug #948.','chenfeiCF','2016-12-22 09:11:57'),(11336,2,'a94a63998b66358fc3b1f9ecc99cbf30b0ee1968',2140,'* not merge mails if method is browse of mail module.','chenfeiCF','2016-12-21 14:46:28'),(11337,2,'5e81dbdb5633c6bc56b1b1e6848d2f80808eef17',2139,'* finish task #2810.','chenfeiCF','2016-12-21 14:14:16'),(11338,2,'ffc19f45ef615862cd4888c0711126ab95c74fa0',2138,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-12-21 11:11:37'),(11339,2,'5c25329222f87f2e0674a7cffc37a569dbd76c24',2137,'* support to fixed table header and footer for datatable views.','Catouse','2016-12-21 11:11:19'),(11340,2,'cac3e5cc76d93052e4e56d8afa97a1308a8265d4',2136,'* finish task #2811.','chenfeiCF','2016-12-21 10:31:32'),(11341,2,'778b70e8149e912edfbbe9310c62fbe115d073e5',2135,'* code for task #2808: adjust style if select rows.','chenfeiCF','2016-12-21 09:21:21'),(11342,2,'22b9aeae2b3b8a94de5b50487bd6619580a14763',2134,'* code for task #2808.','chenfeiCF','2016-12-21 09:03:55'),(11343,2,'e0b2e258d5a6c29d534a305bf28f55f2be034578',2133,'* finish task #2809.','chenfeiCF','2016-12-20 19:40:08'),(11344,2,'399ad7fcac665e91d87417a597b2a93aed6c5b43',2132,'* fix colspan for product browse method.','chenfeiCF','2016-12-20 19:27:48'),(11345,2,'e4dcd541519bc0b4094bf73706f5c7ee4ca871c4',2131,'* change style of crumbs menu.','Catouse','2016-12-20 17:33:49'),(11346,2,'58a2e40b605846de0de6cf3ed8909d51a287d11c',2130,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-12-20 16:33:59'),(11347,2,'f349fc98ea1e6c53fac23cb5ff765765b8279ae4',2129,'* change style of crumbs menu.','Catouse','2016-12-20 16:33:50'),(11348,2,'3ef4ce2a11081764af0a765ef1191c9eae25ac6c',2128,'* finish task #2812.','chenfeiCF','2016-12-20 16:17:14'),(11349,2,'36cbc6b076a511e56bcfdf841edf4f9b2f6302b4',2127,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2016-12-20 15:35:12'),(11350,2,'41de567793fce3dde6aa9011454d3382eca71f70',2126,'* adjust for report','tengfei','2016-12-20 15:34:33'),(11351,2,'6895b03d219ee727ec5a7e1f5a55e1da15353462',2125,'* fix bug for sort.','wangyidong','2016-12-20 11:29:17'),(11352,2,'a87d63949a7e6422178550a8faa57e64c6591512',2124,'* replace QR code image source with a empty image, see http://www.zentao.net/thread/86777.html.','Catouse','2016-12-20 09:27:55'),(11353,2,'33408e3b65be59b0afa07d618eb787a96a202494',2123,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-12-20 09:01:45'),(11354,2,'507d9a2d8e45af936572ab291fb25e3a70ebe1e8',2122,'* merge mails when async send mails.','chenfeiCF','2016-12-20 08:58:36'),(11355,2,'22eb0f10cd833a84c92dab4d63648d3996ccc40f',2121,'* adjust for sendcloud.','wangyidong','2016-12-19 16:34:33'),(11356,2,'9447a00b75737f88d96f9c7718c97ab736fb2f3b',2120,'* fix bug.','wangyidong','2016-12-19 16:34:08'),(11357,2,'9579586ccf7e7c6b3d4d808ab114a7e072fd6071',2119,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-19 09:33:14'),(11358,2,'eead64da2f0590a402ae08a9f3cecc2f1868dde5',2118,'* adjust for index.php.','wangyidong','2016-12-19 09:32:33'),(11359,2,'86b0a414f5ef4d28d98ceb71e7aa8c53f7f7acb7',2117,'* change for bind sendcloud.','wangyidong','2016-12-19 09:32:08'),(11360,2,'cc522b2a0335afda068ba0314ac11d6c913c915c',2116,'*Adjust user','tengfei','2016-12-16 13:18:33'),(11361,2,'ef292e44bf607ce5eab405211ab5b5e94f77c4c9',2115,'*Adjust subdivide','tengfei','2016-12-15 14:56:28'),(11362,2,'87cc92998a2ede3bd27cf0c59683da9c9c8a727a',2114,'*Adjust for screenshot','tengfei','2016-12-15 14:48:38'),(11363,2,'934efeaa00c19691a9c2a6c66295e07cc0639164',2113,'*ADJUST LINK->RELATE','tengfei','2016-12-15 11:32:01'),(11364,2,'865184fc0435285def19e61527edc1895b199b24',2112,'* fix bug for error table.','wangyidong','2016-12-15 08:26:28'),(11365,2,'01e94f8261711a659299a7446f953a82532411fb',2111,'* fix bug for custom longlife.','wangyidong','2016-12-15 08:25:36'),(11366,2,'ee7d8155790c101dcfa3707720a0a4bfbfa378a9',2110,'*Adjust report bugs','tengfei','2016-12-14 15:16:02'),(11367,2,'298a68d805340a05cddbe59ebfc00f9a3a906f1a',2109,'*Adjust minor change','tengfei','2016-12-14 15:08:35'),(11368,2,'d8ea232ee70c63de8180c59a06e05ee0e6800db0',2108,'*Adjust for screenshot','tengfei','2016-12-14 11:32:57'),(11369,2,'18e631d92824286a79664b6d4b766fcc36f23d3e',2107,'* adjust for screenshot','tengfei','2016-12-13 14:28:36'),(11370,2,'dd40d6ec7d8ebe8b07c8debaea839f7f24df47d8',2106,'*adjust admin','tengfei','2016-12-13 11:34:58'),(11371,2,'25251417d5e2a5155451f579c8e6e75f5a10c7bd',2105,'*Adjust r&d->Dev','tengfei','2016-12-13 11:22:58'),(11372,2,'c7d4e506de18ae40fc5667d20aed42f6442da20a',2104,'*adjust gender','tengfei','2016-12-13 10:54:32'),(11373,2,'d47bed5fdc9107fca0361d494966e31872623f03',2103,'* fix bug for parse csv.','wangyidong','2016-12-12 16:46:13'),(11374,2,'4f5debd7cc4660014366a1e290f8f0dfd8e965df',2102,'* fix bug for group task.','wangyidong','2016-12-12 13:41:41'),(11375,2,'4c153973fb62b83dd8e09788c7a63f9e1c5cc1e1',2101,'* change for upgrade.','wangyidong','2016-12-12 10:08:23'),(11376,2,'d134a89f02d561bd34a8750bfbcffb9602ca5266',2100,'* fix bug for get default project.','wangyidong','2016-12-12 08:15:45'),(11377,2,'f6491e73b80c66f854a8e60849e46199307db71a',2099,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-12-09 12:08:02'),(11378,2,'1d9943c3f69f24ba192c46c7371ced6904293a5d',2098,'* improve table UI on scrolling.','Catouse','2016-12-09 12:07:53'),(11379,2,'dd71a7dc1230a963a8d0329871689fc473cf2c0b',2097,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-09 11:54:53'),(11380,2,'4b929ab7aef172e4434c4828db7d19075ba66419',2096,'* adjust for convert encoding.','wangyidong','2016-12-09 11:54:16'),(11381,2,'e5f8b6321ca53e1d95e25b2196cf741d88ebacfd',2095,'* change default doughnut size of mini pie chart.','Catouse','2016-12-09 11:11:07'),(11382,2,'4bbdd23f4d34df5e24984d54ae543516691277fa',2094,'*chunge error','tengfei','2016-12-09 10:43:02'),(11383,2,'6150ee7b76616cbb2e5b6eb2822eec7d4599d14d',2093,'* adjust for pinyin.','wangyidong','2016-12-09 09:38:13'),(11384,2,'0fe35cb5d2672ccac7e6685e21b1ed1386d71975',2092,'* fix bug for kindeditor placeholder.','wangyidong','2016-12-09 09:01:46'),(11385,2,'b8be575cb22ae1b892909bd4b9047dd040989d93',2091,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-08 14:11:56'),(11386,2,'6471624de8d96f515fdf9bacd7213a1d44bcc369',2090,'Delete my.min.js','wyd621','2016-12-08 14:10:51'),(11387,2,'a2db67834122a7261f05c2065f21d5486dec6244',2089,'- delete my.min.js.','wangyidong','2016-12-08 14:00:06'),(11388,2,'fbce8df9488dbd2a8511ea930b57d8775fb48034',2088,'* adjust page.','wangyidong','2016-12-08 13:27:37'),(11389,2,'2f71effc52e34920bc4d8458aa7bd7a030dcd9c5',2087,'* adjust for upgrade.','wangyidong','2016-12-08 13:27:15'),(11390,2,'f7d35cef9e8dc9fbbbdf80136440fe53b4fba0dc',2086,'*planning->plan','tengfei','2016-12-08 13:24:17'),(11391,2,'18280dc2e923e2f89649361a78db1225a6d79f80',2085,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-07 17:24:53'),(11392,2,'41341bb9f5b6e4bc3acd565c1138ae2d47ef35f4',2084,'* adjust for safe.','wangyidong','2016-12-07 17:22:28'),(11393,2,'b7bb3cbf1199e704c7827e950b13251a90c0392d',2083,'Merge branch \'master\' of github.com:easysoft/zentaopms *man-hour','tengfei','2016-12-07 09:32:22'),(11394,2,'ede1a0b7982585230d575562f0502e7716629152',2082,'* adjust priv.','wangyidong','2016-12-07 09:07:48'),(11395,2,'bd2b7162ab605b71818a92a9f7cfbfed92853c2d',2081,'*man-hour edit','tengfei','2016-12-07 08:26:11'),(11396,2,'51e662fcb9c1b83361a480c5b853fa60db87f985',2080,'* add changelog.','wangyidong','2016-12-06 17:02:24'),(11397,2,'f66345f83e2fb0c6c9166661aa5fc64850e9d272',2079,'* change my.min.js to my.full.js when debug.','wangyidong','2016-12-06 16:30:11'),(11398,2,'5766579932676f6129e84b50f16fdbe9dc225f97',2078,'* change for upgrade.','wangyidong','2016-12-06 16:20:07'),(11399,2,'05be061ce0349aae4a7e546ad04b56b15bfb9c26',2077,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-06 16:06:58'),(11400,2,'dd19be807fe9ae5e64f0b9b01e309ca11ae2bac8',2076,'* replace iconv by mb_convert_encoding.','wangyidong','2016-12-06 16:06:18'),(11401,2,'e2c7e649a4f1ffde8ddb02bcb3fee64eee0f29fe',2075,'* fix bug for git.','wangyidong','2016-12-06 14:54:19'),(11402,2,'0531694dab3eccbb32e89ed6780b22100f49c68e',2074,'*edit new added items','tengfei','2016-12-06 14:29:35'),(11403,2,'21eba69df90d36dcec5ebf2c5f2d31aae97b49c9',2073,'* adjust for select with pinyin.','wangyidong','2016-12-06 14:22:18'),(11404,2,'21e8457d5eda484ced101275b9b41ed0a9bf3a50',2072,'* change for resource and en zh-tw lang.','wangyidong','2016-12-06 13:25:25'),(11405,2,'185f540348c82a746c4e28f8f0d776ef5219dfb7',2071,'* adjust for skip task when batch close.','wangyidong','2016-12-06 11:30:59'),(11406,2,'7451929e65aef0e06d50636b0df489c072ea43ad',2070,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-06 10:41:17'),(11407,2,'e10309b1d0e6c2504e8caf448698ebdb4adf8f7a',2069,'* change for ajax save log for svn and git.','wangyidong','2016-12-06 10:39:19'),(11408,2,'2f679cee93371986b272e135654282dda39079ef',2068,'* adjust for pinyin.','wangyidong','2016-12-06 10:33:09'),(11409,2,'384c5feedc4038537536b19b1d7b3493d46b4bd2',2067,'* display user list in assignedTo box when fix tfoot.','chenfeiCF','2016-12-05 16:53:20'),(11410,2,'08d5d096132d96fa50abc828047b06bb817573ea',2066,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-12-05 11:06:10'),(11411,2,'ebe9fbe2cb1602618d6bc4d502380758bfd77f33',2065,'* adjust style of task/create view.','Catouse','2016-12-05 11:05:19'),(11412,2,'dee9734c940958b6958f3cdd3ae28b50b2c4e91a',2064,'* add english lang item for zdoo.','chenfeiCF','2016-12-05 10:30:32'),(11413,2,'2c902cce89380841a315fab68df83dd2d8941bcc',2063,'* adjust help info color in report page.','chenfeiCF','2016-12-05 10:23:20'),(11414,2,'79ebafe91dc65c0ff884772ead65e7be0dc8ab3b',2062,'* fix style for project/managemembers view.','Catouse','2016-12-05 09:28:18'),(11415,2,'4c5f7679ce2a4ea0493d71eb77184c073a07810f',2061,'* fix error in bug batch create.','chenfeiCF','2016-12-04 20:21:39'),(11416,2,'a539be0c32e526e941817d219b52bf66588607d2',2060,'* adjust task #2731.','chenfeiCF','2016-12-04 13:35:40'),(11417,2,'cb30979d576a1a13e20c3a0ebc222c12b6e5fe0e',2059,'* adjust task #2694.','chenfeiCF','2016-12-02 17:21:56'),(11418,2,'7671623442155d839c0a21becb58a67fe623667c',2058,'Merge branch \'master\' of github.com:easysoft/zentaopms * edit','tengfei','2016-12-02 12:51:11'),(11419,2,'feb128a192ef21374ced3911a7a42dc34401ab2d',2057,'*edit','tengfei','2016-12-02 12:50:14'),(11420,2,'915c55e001313cf21a9dd42bd48b8a24b6aa6dfc',2056,'* adjust task #2790.','chenfeiCF','2016-12-02 12:28:38'),(11421,2,'673f23381b0ac582ce1713002b63934dd4455046',2055,'* change en lang.','wangyidong','2016-12-02 10:32:41'),(11422,2,'65940b16b86278f714887a0e8a20ced4d6bdb5f7',2054,'* finish task #2703.','wangyidong','2016-12-02 10:30:46'),(11423,2,'25b76b8d8043cc247880aa65a30b892522244cf5',2053,'*flowchart->workflow','tengfei','2016-12-02 10:12:43'),(11424,2,'bbd2052dc722d5faa089ec8fc060b82aadc87e6c',2052,'* finish task #2752.','wangyidong','2016-12-02 09:47:55'),(11425,2,'fffb7943136e101109a8796ea9917cc13b68d98d',2051,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-02 09:21:02'),(11426,2,'95780d863e1d6ad175bfd8e7f85e9c1cc737ebe2',2050,'+ add upgrade and install tmp file.','wangyidong','2016-12-02 09:12:59'),(11427,2,'aa6864612cbf016dcb46ae36917f710428460720',2049,'* adjust for construct.','wangyidong','2016-12-02 09:06:58'),(11428,2,'921ff77303195e4737d1e85fc5b6ba857f6bc715',2048,'* adjust isOpenMethod.','wangyidong','2016-12-02 09:06:28'),(11429,2,'d7a914e328389204190a5113c90348c4c66a13e6',2047,'* fix error.','wangyidong','2016-12-02 09:02:38'),(11430,2,'de810eba6108ee722989f6f1d847e0a0948d1870',2046,'* finish task #2799.','wangyidong','2016-12-02 09:02:11'),(11431,2,'d9d00b393fe9ab22068f001a75cf1778efd9cf8c',2045,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-12-01 17:35:54'),(11432,2,'cb39cc9f08f61f3b1eb3428a3dccde2d8053e547',2044,'* adjust task #2784.','chenfeiCF','2016-12-01 17:33:45'),(11433,2,'ea0e116b46b7b939c5238c3367c6ae1efb9bedec',2043,'* adjust task/create view style.','Catouse','2016-12-01 17:31:36'),(11434,2,'fd208b2f39ea271e3543392f5763e3806c9b2ba9',2042,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-12-01 17:28:02'),(11435,2,'dc8d9d40024a5f89b0e6c9f9669f626b6b80038a',2041,'* code for task #2745.','Catouse','2016-12-01 17:27:48'),(11436,2,'ffa9b017f005d7d99c62d9ca2f7d161e800e2810',2040,'* adjust task #2780.','chenfeiCF','2016-12-01 17:14:04'),(11437,2,'2af603bac7ebfe6ef147b554e99b027fb90e74b8',2039,'* adjust task #2681.','chenfeiCF','2016-12-01 17:07:13'),(11438,2,'82b61dc1dab28b369f259d1133a7786006581853',2038,'* adjust the style of create button group.','chenfeiCF','2016-12-01 16:59:45'),(11439,2,'75589d210df2cad6a63f104d4b4da71b6b390560',2037,'* adjust task #2777.','chenfeiCF','2016-12-01 16:43:15'),(11440,2,'e9e77687069dd1eef49467564c33c39a3a40096f',2036,'* adjust task #2727.','chenfeiCF','2016-12-01 16:18:59'),(11441,2,'f8c8f1874660b2a3726fe29b850a504f87ad7c13',2035,'* finish task #2798.','wangyidong','2016-12-01 15:38:55'),(11442,2,'75c4c563f5b1e6f5c7a9c8f66e2928ef785f6988',2034,'* finish task #2783.','wangyidong','2016-12-01 15:36:25'),(11443,2,'dd29125b5846da2e7bf82f553058a313f5356e63',2033,'* adjust task #2725.','chenfeiCF','2016-12-01 15:24:11'),(11444,2,'11f494ae0723ed48917ae56adb5f76b59b42f280',2032,'* adjuct task #2722.','chenfeiCF','2016-12-01 15:00:53'),(11445,2,'e472df69deb8c1249607898743aabdf7e5126bb7',2031,'* finish task #2776.','wangyidong','2016-12-01 14:58:26'),(11446,2,'74aaed0949a95749f941f0249940c27f7745257b',2030,'* adjust task #2713.','chenfeiCF','2016-12-01 14:49:35'),(11447,2,'c059628b076bc2f33110e6d2bd5eb92b6bd8a521',2029,'* finish task #2773.','wangyidong','2016-12-01 14:46:26'),(11448,2,'aaf8e6477719ddc22dadabb9787783c7a7bc5896',2028,'* finish task #2750.','wangyidong','2016-12-01 14:37:47'),(11449,2,'e4946b529ec625e19a22e65bedeb56b37de1eeaa',2027,'* finish task #2736.','wangyidong','2016-12-01 13:44:52'),(11450,2,'a78ff866cb5464266c3ecff2c69e5ab4e4117ccf',2026,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-01 13:39:50'),(11451,2,'0f232e6d8f111b2c05a0943e6f530554b9e78732',2025,'* finish task #2735.','wangyidong','2016-12-01 13:39:29'),(11452,2,'fc7cbe828be6222b4c97e53dd879bb1509cce538',2024,'* adjust task #2704.','chenfeiCF','2016-12-01 13:06:10'),(11453,2,'5062e5af5c77d8d4ad3dff49d63a7aea22bb49ad',2023,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-01 11:33:39'),(11454,2,'88167e8151423ea56d483e0bc3f3c2023f45b34a',2022,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-01 11:33:03'),(11455,2,'20443bd8ecca606c0226744c04cb8f659e8b5e4a',2021,'* adjust task #2701.','chenfeiCF','2016-12-01 11:31:04'),(11456,2,'c153cece0ce643cc68345576b4124f3fef142382',2020,'* finish task #2732.','wangyidong','2016-12-01 11:25:28'),(11457,2,'18cd65f9395c80ff02c7a83a9e79dd0ce6df1b9d',2019,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-12-01 11:23:34'),(11458,2,'8720e886e8d6984fa83d0110dbe24461779836b4',2018,'* adjust task #2696.','chenfeiCF','2016-12-01 11:23:04'),(11459,2,'45d37f489e2eb0c156797d70db76cc6884504034',2017,'* revert for task #2730.','wangyidong','2016-12-01 11:22:35'),(11460,2,'8462d65a364d762997a6214e56ad80900762cb24',2016,'* finish task #2717.','wangyidong','2016-12-01 11:11:37'),(11461,2,'777dee7f6b0f394552d8d6a0ed9a890b36a02952',2015,'* finish task #2712.','wangyidong','2016-12-01 10:44:10'),(11462,2,'531f63e5622362353322bc1c2fa8e73c90568950',2014,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-12-01 10:32:59'),(11463,2,'9fac0a464cc6be64e68f053cb79cc94ad51c9119',2013,'* finish task #2710.','wangyidong','2016-12-01 10:31:47'),(11464,2,'80ad4ce7581c7c58e7dcad77f64a00c00c2cd7b1',2012,'* finish task #2699.','wangyidong','2016-12-01 10:15:24'),(11465,2,'901c40a6fbd3cc8d69239bb05217991c801652b3',2011,'* make name or title nowrap in table.','chenfeiCF','2016-12-01 09:38:51'),(11466,2,'34cd16c329832fd6df27cb88c2392a5ced311b64',2010,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-11-30 17:35:14'),(11467,2,'2029f1ce34365277b800bb31bfe758b3cd092eb4',2009,'* adjust task #2695.','chenfeiCF','2016-11-30 17:33:08'),(11468,2,'feb0e706084c93c31a5bd7a309c115f3f812e1d7',2008,'* finish task #2689.','wangyidong','2016-11-30 17:13:40'),(11469,2,'ef7e7fda157c065bfaad656577a10d75e37d9e91',2007,'Merge branch \'master\' of github.com:easysoft/zentaopms','tengfei','2016-11-30 17:02:28'),(11470,2,'c1c796667432d9bd2f4d4a879cd82063b281bff4',2006,'*minor editing','tengfei','2016-11-30 17:00:58'),(11471,2,'a4b337fe8ab1d3cbaaa1765adc3bdd5068903079',2005,'* adjust task #2683.','chenfeiCF','2016-11-30 15:51:57'),(11472,2,'bbed2e599c9dfd5d0c94703541b16d404ddbabc9',2004,'* adjust task #2681.','chenfeiCF','2016-11-30 15:32:08'),(11473,2,'274d1a0c49f5c85355354f33d3e49f9fc5feef29',2003,'* finish task #2723, user can press esc key to close modal.','Catouse','2016-11-30 15:04:32'),(11474,2,'05356fab8b71a5c7bc5b56ce25a87e8c5495ec43',2002,'* fix canvas chart for ie8.','Catouse','2016-11-30 14:59:46'),(11475,2,'ef3d5cabdf5851453834d076260766faa6e9d34c',2001,'* change pie chart radius size to 20.','Catouse','2016-11-30 14:26:04'),(11476,2,'147c76d99f6d7d432c66cb7311780749e2425f5c',2000,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-30 14:23:03'),(11477,2,'462abed288746cb4630d2ead8200a0f0aa628f17',1999,'* show task progress in project task list with pie chart.','Catouse','2016-11-30 14:22:51'),(11478,2,'413e80a3d558708394798e5e91fd6bfc15f028b3',1998,'* adjust code format.','Catouse','2016-11-30 14:22:01'),(11479,2,'964ebebc546e6780b1eafbb92e560fd308dce0c0',1997,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-30 11:05:17'),(11480,2,'ae1b3f9080cd3776a61c4e6a6783c1ab439c80a4',1996,'* Delete useless files.','tengfei','2016-11-30 10:35:14'),(11481,2,'6b8f460ede19ceef87de10f53565efee826b4bf3',1995,'* bak.','tengfei','2016-11-30 10:28:54'),(11482,2,'b7c509aa09dfcd2b3356844918610ceebaf29e37',1994,'* verification->acceptance','tengfei','2016-11-30 09:22:47'),(11483,2,'95f028cbbbc460ac6ac214151850e5334c63cb88',1993,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-30 09:01:57'),(11484,2,'f0548adfd3d586ad4f4e6738ba39b6420dc921d2',1992,'* adjus for bind zentao.','wangyidong','2016-11-30 09:01:30'),(11485,2,'2e4b6d22b6261ac34b38c4012fcb09702e78e479',1991,'language review on 11/29.','tengfei','2016-11-29 15:37:28'),(11486,2,'81800e7cece0c183c547790dbe29405569eeff11',1990,'* language review.','tengfei','2016-11-29 14:58:38'),(11487,2,'04f779edd13f71de3b0c77dbebac0a4d3f163ee7',1989,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-29 13:29:59'),(11488,2,'b8207c3588ee4733883892e66ce6375fd4343c1f',1988,'* fix blockquote style in actionbox.','Catouse','2016-11-29 13:29:46'),(11489,2,'9e92401815567d3ec22019105e11368c52f8ec92',1987,'* if isonlybody do not display subdivide and create testcase button.','chenfeiCF','2016-11-29 13:18:57'),(11490,2,'8e4c3803972e120f68e540287dc63e0bb1bc0df9',1986,'* code for task #2773.','wangyidong','2016-11-29 13:05:14'),(11491,2,'c340e6a9332803a7fab955ad85cef4ec168f75db',1985,'* finish task #2773.','wangyidong','2016-11-29 09:07:34'),(11492,2,'c833cfd20311c313bc55214b3f637ab20bbe8857',1984,'* adjust for task #2712.','wangyidong','2016-11-29 09:03:26'),(11493,2,'ee7204c10cf5b5379f64ff47299483bb6153f220',1983,'* finish task #2712.','wangyidong','2016-11-28 16:55:02'),(11494,2,'3baf0ab280cfcfd93aa75d79154589e02aaf0d2e',1982,'* finish task #2703.','wangyidong','2016-11-28 16:27:39'),(11495,2,'a3b75f5df3dd07d784eb6f619bf22af148c7040e',1981,'* code for task #2773.','wangyidong','2016-11-28 14:21:23'),(11496,2,'c5d68e53056020dcd694bec92366dd288bf24334',1980,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-28 13:56:17'),(11497,2,'92711b1a2e3f7178b390eb53c6a73f338d38a3e8',1979,'* finish task #2689,2746.','wangyidong','2016-11-28 13:53:15'),(11498,2,'8975592ed27cfe75c3795da84aad2d354587e3c1',1978,'* finish task #2715.','chenfeiCF','2016-11-28 10:05:01'),(11499,2,'79445db85b84fce09000ac0399db1b6f49e793be',1977,'* finish task #2720.','chenfeiCF','2016-11-28 09:37:51'),(11500,2,'6c0d60dd4921f8c93183c9522a77482a0088f51d',1976,'* finish task #2711.','chenfeiCF','2016-11-28 09:37:17'),(11501,2,'f3aef78223b1b4d9e5cbcba0dd30e630ff29039c',1975,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/project/css/task.css','chenfeiCF','2016-11-28 09:11:57'),(11502,2,'be29473333621ec03754ef5125b128b0f2476c09',1974,'* finish task #2770, #2771, #2767.','chenfeiCF','2016-11-28 09:01:45'),(11503,2,'ec4804aff9c0b09b9631c86da3b529b11d6a8005',1973,'* finish task #2763.','Catouse','2016-11-26 18:20:53'),(11504,2,'92a398bb1d35fe55374db601a8b917e9793032b8',1972,'* improve UI of project/manageproducts view.','Catouse','2016-11-26 17:25:24'),(11505,2,'9d0e59a9fdbf88ad78dde060302eb3e071b7c768',1971,'* revert install.php and upgrade.php','wangyidong','2016-11-25 17:36:05'),(11506,2,'7ef7b4506095fda28417869dad216a1d23a42104',1970,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-25 15:42:42'),(11507,2,'7ac6afe616b44bec58c4e37fc6bd272f4e4c350a',1969,'* finish task #2719,2729.','wangyidong','2016-11-25 15:32:28'),(11508,2,'6cbe1cfb44b469d64e03c8dd75509effc270dadb',1968,'* adjust colspan in project task page.','chenfeiCF','2016-11-25 14:18:29'),(11509,2,'2abca48f870396f4e5f35cfd4cf56cf221a6b3ae',1967,'* finish task #2741.','chenfeiCF','2016-11-25 14:15:04'),(11510,2,'acbcd7e7e70206820bbc7752601adfad8daa58ff',1966,'* finish task #2708.','chenfeiCF','2016-11-25 13:57:14'),(11511,2,'45028b5f9d4fb3bcfaa2d69970e914244f2e04e0',1965,'* finish task #2722.','chenfeiCF','2016-11-25 13:44:18'),(11512,2,'cab2bbe620cefd8ecdbcf199db4bd309d73fc6cf',1964,'* finish task #2725.','chenfeiCF','2016-11-25 13:29:12'),(11513,2,'637c00dbde798843e825e8954d31cd124dfdf417',1963,'* finish task #2764 and fix border for bugcreate and workload report page.','chenfeiCF','2016-11-25 13:14:07'),(11514,2,'c6a495b0834088ad4c0f2cd0fadbdb7dd4d3db97',1962,'* improve UI of views with side handler.','Catouse','2016-11-25 11:34:45'),(11515,2,'a3c2640ef7f4737b909b48cf0c05b84adb143318',1961,'* code for task #2775 and fix table foot columns count error.','Catouse','2016-11-25 10:43:09'),(11516,2,'cd7e76d1df8b1ca66fc2c10ecb8225656c18263c',1960,'* add module to objectTables.','chenfeiCF','2016-11-25 10:29:47'),(11517,2,'a22346e04b53cdc58d750cd7285e7601a9149fb4',1959,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-24 17:42:44'),(11518,2,'6a672f4194276de2fa9e0fe85924df74c3c6cb5a',1958,'* code for task #2717.','Catouse','2016-11-24 17:42:22'),(11519,2,'f52c5ab5e3ffbb92ecc39c712658c11bf0b13ab1',1957,'* finish task #2785.','chenfeiCF','2016-11-24 17:28:53'),(11520,2,'ceb8bccb041ea6b87ae072ba86b081e164f67151',1956,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-24 17:19:47'),(11521,2,'d6802d7f16a7bc51da51297eccffca6c14c46504',1955,'* finish task #2685.','Catouse','2016-11-24 17:19:39'),(11522,2,'23c72bab8d390bb19975bd9ec73afcc9e2365b4c',1954,'* finish task #2742.','Catouse','2016-11-24 17:19:17'),(11523,2,'cc1e0f2cf0ae0759fc5b74b04dd6fe5f39d3654c',1953,'* finish task #2730.','wangyidong','2016-11-24 16:55:39'),(11524,2,'fcb0f2d9691b08836cc6dcb9650bd8e995f10487',1952,'* finish task #2793.','chenfeiCF','2016-11-24 15:59:25'),(11525,2,'6066dee241e3b63fa3fafd5ce42f039fa70a098c',1951,'* fix assign dropdown menu UI.','Catouse','2016-11-24 15:56:09'),(11526,2,'d64e6700e3f195fc732089713305cfe91f39072f',1950,'* add tree view lang setting for project module.','Catouse','2016-11-24 15:50:10'),(11527,2,'8951f8d0af640811c3099ccd212d1da39ff30a4f',1949,'* improve UI of views with table, finish task #2687,task #2749 and task #2762.','Catouse','2016-11-24 15:47:47'),(11528,2,'bdac0837e5e0dd214313f15b469e4684ce504b0e',1948,'* finish task #2714.','chenfeiCF','2016-11-24 15:35:40'),(11529,2,'cefe16af3509f327e50965dbce261bf1b5824653',1947,'* finish task #2782.','chenfeiCF','2016-11-24 14:18:15'),(11530,2,'a70a30f8373283f746e34b0e101b795b2d37f543',1946,'* finish task #2733.','wangyidong','2016-11-24 13:48:28'),(11531,2,'23d37c17b79c4def16ef8aec92fcaec395740557',1945,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-24 11:16:38'),(11532,2,'cb64163ea03548fdc13664be428abc8ee9f5f5ae',1944,'* finish task #2735.','wangyidong','2016-11-24 10:29:54'),(11533,2,'80fac82927924a9120c16161909f5e854f4baf0e',1943,'* finish task #2736.','wangyidong','2016-11-24 10:05:54'),(11534,2,'266727b2fb8004b8dba621c83d0f0e76b337fc17',1942,'* add deleted field to zt_module table.','chenfeiCF','2016-11-24 09:06:29'),(11535,2,'842f2c8c200ffee494ab02d7f4672b04a367af0f',1941,'* finish task #2724.','chenfeiCF','2016-11-23 17:06:28'),(11536,2,'c2a4699d5cc06c2a607ea7bec60ba615d16dab69',1940,'* improve project task tree UI.','Catouse','2016-11-23 17:03:28'),(11537,2,'e490628ecac7b0346ede6102ff3d46bd6ea08e20',1939,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-23 16:51:27'),(11538,2,'a30a1b7b3559ec8a92f31093adc029c5d8df3762',1938,'* code for task #2751.','Catouse','2016-11-23 16:49:43'),(11539,2,'213b79c896b6fb368b22feba2566bc037d39c59f',1937,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-11-23 16:48:31'),(11540,2,'0da4982f3da4cc98dc743857572aa069dea3013a',1936,'* finish task #2755.','chenfeiCF','2016-11-23 16:47:47'),(11541,2,'2d48ca7caf4abcfb14fb339f9ee09915cec4ecce',1935,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-23 16:01:59'),(11542,2,'c4ba4b015aa2cf37019433f2dbba2e217849c45a',1934,'* finish task #2766.','Catouse','2016-11-23 15:11:04'),(11543,2,'d88dcb92f72e6d2a584d39bd76d5e178c5052b5d',1933,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-23 14:58:32'),(11544,2,'d7b75936e02888d75f4787f88f28234810143dda',1932,'* finish task #2769 and task #2768.','Catouse','2016-11-23 14:58:15'),(11545,2,'7a28c7ef3cc4e38dbcc390a71acf28287b557592',1931,'* finish task #2737.','wangyidong','2016-11-23 14:49:32'),(11546,2,'fd3b1e08904a170381de32400c404994216ccbad',1930,'* finish task #2731.','chenfeiCF','2016-11-23 14:47:34'),(11547,2,'3f5434f83ba64eaa3209bdcc88d30c619a4d3b74',1929,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-23 14:46:44'),(11548,2,'a93e57260e2511655723bfbd92e985e9046e60b4',1928,'* update zui.','Catouse','2016-11-23 14:46:03'),(11549,2,'3cf812b1afed12581b513684c73fdb8ef3cb2a56',1927,'* code for task #2752.','wangyidong','2016-11-23 14:38:56'),(11550,2,'be0590ac6f5d4b6bc6a6f980707595ac1d51f723',1926,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-23 14:38:21'),(11551,2,'af68f3c193428c7a8448ec20af2f738af8b7cc02',1925,'* finish task #2738.','wangyidong','2016-11-23 14:36:41'),(11552,2,'66f4ab8ea6c3fff46af2aec021216dcf7955956d',1924,'* fix bug for save query condition.','wangyidong','2016-11-23 14:28:53'),(11553,2,'5c613b10e4e3a1336a46067a3c46f84f869d5b29',1923,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/productplan/css/view.css module/project/view/grouptask.html.php','Catouse','2016-11-23 14:03:54'),(11554,2,'dc75ee01248d5eca03de9abc1a6203a9c15564a4',1922,'* code for task #2731: could custom branch when batch create story.','chenfeiCF','2016-11-23 13:32:31'),(11555,2,'26aadd03f9b0dba8dc9b9ac5f9bab7a1a72d6f88',1921,'* finish task #2740.','wangyidong','2016-11-23 11:55:37'),(11556,2,'5aeebbba9534dcf6ea9e4c45cdf367d04f19d08c',1920,'* finish task #2748.','wangyidong','2016-11-23 11:06:51'),(11557,2,'74071c46e58fe33e109ee5a3105581c8e15b1436',1919,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-23 10:59:24'),(11558,2,'decf0f8b67cb0c0ec2279eb9ad57be02a7d0452e',1918,'* finish task #2750.','wangyidong','2016-11-23 10:59:00'),(11559,2,'ceb1fd45fba7e9966b8b343cea27b4540e7d6bd7',1917,'* add api for integrate svn/git.','wangyidong','2016-11-23 10:40:15'),(11560,2,'7a9b077972f78d9c42fcfd34e438a1d1527cc25a',1916,'* finish task #2745.','chenfeiCF','2016-11-23 09:24:38'),(11561,2,'0f26f8f7d7e4c03f25639403c4f9305155b275d1',1915,'* finish task #2777.','chenfeiCF','2016-11-22 17:19:08'),(11562,2,'8809a36e64840479e44ee9b3ec6444b2e9175414',1914,'* finish task #2752.','wangyidong','2016-11-22 16:43:53'),(11563,2,'4a98f9b3fdf1c5f3a51411f3af8bce5e15b8f5cc',1913,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-22 16:20:41'),(11564,2,'65b293006045807614b85dd1f7b48b4df05cd8c4',1912,'* fix style of bordered table.','Catouse','2016-11-22 16:19:01'),(11565,2,'22e81d3d9329721d546da4b1642f5df8bc0459e2',1911,'* fix table fixed header style in block.','Catouse','2016-11-22 16:18:35'),(11566,2,'979459abab3c3575bbc77031c36712f9ae68ccbc',1910,'* adjust code format.','Catouse','2016-11-22 16:18:07'),(11567,2,'0c4205589b1318314694fa27291bf3490ed39d5b',1909,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-22 16:18:03'),(11568,2,'79a24ec8fd376aa03b5061f753967df51a28c151',1908,'* fix fixed table header style.','Catouse','2016-11-22 16:17:58'),(11569,2,'2a3e32696260b2d78e3b361cbbf5ff6fca14a01b',1907,'* fix task pri text with zero value.','Catouse','2016-11-22 16:17:40'),(11570,2,'176eb15d75aeb2e39f4f63925327c8e327b4bcf7',1906,'* close modal when create a testcase from story view.','chenfeiCF','2016-11-22 16:06:44'),(11571,2,'5cc0de9ec4134fe73ddf237764475fc056602eed',1905,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-22 15:57:51'),(11572,2,'c6d79ccd4b5ebaacdbb1dcdac312091549942549',1904,'* finish task #2753 and code task #2719.','wangyidong','2016-11-22 15:56:30'),(11573,2,'9e4a7f53168567afea14ba6af8c9b8d45c6bb856',1903,'* finish task #2716.','chenfeiCF','2016-11-22 15:28:05'),(11574,2,'0f25690c861bce99fd43184c51b021d0fef334a8',1902,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-22 14:40:28'),(11575,2,'815e1046061c2f091a31de6392c5691cf5e2690b',1901,'* fix hotkey error.','Catouse','2016-11-22 14:40:18'),(11576,2,'d3fb97b92104af715260a25fe439fd5c1fb9f0d3',1900,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-22 14:22:20'),(11577,2,'e549d7f015580d8278a9e19353b9260fa5708c20',1899,'* finish task #2757.','wangyidong','2016-11-22 14:21:05'),(11578,2,'40818f0779035f39cd3a6b93bd318f606538955c',1898,'* revert bug lang.','wangyidong','2016-11-22 14:12:49'),(11579,2,'6fe63dcc592ec4ec8f858cfe1e6aa7473c19f9c9',1897,'* finish task #2781.','Catouse','2016-11-22 13:42:41'),(11580,2,'97ea6de6b2b20030c88d24d06264c46b92e6bf86',1896,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-22 11:35:28'),(11581,2,'6fe397cf6d7803cfc282f142378d41372e37436e',1895,'* improve tree UI.','Catouse','2016-11-22 11:33:55'),(11582,2,'57b5a526cd63b6eb8e38a2cd776fa8a40b0d99fd',1894,'* adjust dropdown style.','Catouse','2016-11-22 11:33:39'),(11583,2,'24db1cd1fc6d4647b205b25f905d860833f86ef2',1893,'* update chosen and code for task #2684.','Catouse','2016-11-22 11:33:23'),(11584,2,'9410cab78f1d29c326a534cbddb8a8649f70d865',1892,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-22 11:28:13'),(11585,2,'45c6658826b395fe59420b3a4f23f9c8652b4338',1891,'* finish task #2710.','wangyidong','2016-11-22 11:27:51'),(11586,2,'995d4653cc4d4a8921aabc0d1dbca4caf9fbb199',1890,'* add task, bug, case counts of story to datatable.','chenfeiCF','2016-11-22 11:24:25'),(11587,2,'54419ad74b41dcd2c441bf3a25fec12391de1ca0',1889,'* add task progress to datatable and adjust task view page of create method.','chenfeiCF','2016-11-22 10:38:33'),(11588,2,'26a9b56aa8452964209c8d9380098fa367e5eb6e',1888,'* finish task #2705.','wangyidong','2016-11-22 10:08:15'),(11589,2,'1fdd5206cbf9d852e0e254ce25d9eaadd141b6be',1887,'* finish task #2728.','wangyidong','2016-11-22 09:54:02'),(11590,2,'5765831546a441695a8a2073120968cc0d57137f',1886,'+ add new file for syntaxhighlighter.','wangyidong','2016-11-22 09:43:46'),(11591,2,'6707744696bde07579be9d8eae69e4a5eab9cfe4',1885,'* finish task #2754.','wangyidong','2016-11-21 17:08:10'),(11592,2,'ba7957bbce55e88c91bf8d9b941e7bbea4d4b7e5',1884,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-21 17:03:52'),(11593,2,'f3f18a3401d284236bf808cb4a332741315e3168',1883,'* finish task #2761,2732.','wangyidong','2016-11-21 17:02:44'),(11594,2,'a37904c148498dadeaf44133ad54261f88de3067',1882,'* finish task #2747.','chenfeiCF','2016-11-21 16:26:06'),(11595,2,'c8897865bc9ab4904905486b1a344b3776d9b051',1881,'* finish task #2743.','chenfeiCF','2016-11-21 14:51:47'),(11596,2,'8f27a6f471293a828874e2c8874bc41290b54aac',1880,'* finish task #2756.','chenfeiCF','2016-11-21 14:24:53'),(11597,2,'a4a8120bebbdcdfa8ec8dbaa679fe099b129ea72',1879,'* finish task #2774.','chenfeiCF','2016-11-21 13:13:30'),(11598,2,'30eafa9b80b28ad5313cef8b85de0e5051ddaad4',1878,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-21 12:04:13'),(11599,2,'c4e8cef7f8aac4e8d5b947e4d8101395cf24ff05',1877,'* finish task #2776.','wangyidong','2016-11-21 12:03:44'),(11600,2,'332f262b543f9f9d00200c18f2826a21afeb2ee9',1876,'* finish task #2739.','chenfeiCF','2016-11-21 10:48:51'),(11601,2,'b32c4eb6de784d12ec2dd6f64f0e3461adfc1249',1875,'* fix bug when get story tasks.','chenfeiCF','2016-11-21 10:26:29'),(11602,2,'1cf66e4b78fdc6af7612bc4249bd82efdc73da87',1874,'* finish task #2758.','chenfeiCF','2016-11-21 10:03:59'),(11603,2,'21c11b9edb373da7cfb978cad11369dfd8af915f',1873,'* finish task #2783.','wangyidong','2016-11-21 09:57:06'),(11604,2,'a886430fd0afe1e4039e342e3fcba1f59554cf92',1872,'* finish task #2779.','wangyidong','2016-11-21 09:19:01'),(11605,2,'b3432912e56f38d222dba8038a551ef6c0ae750b',1871,'* finish task #2779.','wangyidong','2016-11-18 17:33:49'),(11606,2,'882442734027c3c9a53592ca52e883eacdc201dc',1870,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-18 17:18:30'),(11607,2,'3aa41586a77761e7301a308a7d85228cfea86f13',1869,'* finish task #2692.','wangyidong','2016-11-18 17:17:55'),(11608,2,'582e3924297e97f08b00280403f61c79f3f6fd64',1868,'* code for task #2699,2791.','wangyidong','2016-11-18 17:12:09'),(11609,2,'db7859a808c8c69a72cb9b9affff36e48765be48',1867,'* finish task #2707.','chenfeiCF','2016-11-18 16:51:55'),(11610,2,'cb0d85b65cff8c3defee1d87c2b9c92c03a4585e',1866,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-18 15:52:24'),(11611,2,'1614938788f947faeb1055f18809d5fe3f07ec59',1865,'* fnish task #2762.','Catouse','2016-11-18 15:52:07'),(11612,2,'edfa25e8cfd8e78a77adb901920cdd0bf261e8b6',1864,'* finish task #2751, task #2792.','Catouse','2016-11-18 15:46:46'),(11613,2,'08ce64e7375ccc3965966c8c4a3368bd734d06a6',1863,'* finish task #2701.','chenfeiCF','2016-11-18 15:26:31'),(11614,2,'3041a5312440a8dc3beb235c4298a25bbc31bbe3',1862,'* finish task #2709.','chenfeiCF','2016-11-18 13:13:13'),(11615,2,'f1d1663d4f0eab98b9c10b6a9519e59364154f01',1861,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-18 13:12:23'),(11616,2,'d633f6b157e11e21351346058fb236878353231f',1860,'* fix dropdown size in #topNav.','Catouse','2016-11-18 11:50:13'),(11617,2,'846804cbcba63fc89db9ff5a2ede8143c775624e',1859,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-18 11:12:31'),(11618,2,'4ae5f6e01899ffce1490a0811913eabf22ed2bb0',1858,'* finish task #2697.','chenfeiCF','2016-11-18 09:46:52'),(11619,2,'a6210b9eb74756e0191dd3abde84d82b3dc1895c',1857,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-17 17:32:54'),(11620,2,'88b05952904c74fb85d410138e13236852b4be23',1856,'* finish task #2734.','Catouse','2016-11-17 17:32:10'),(11621,2,'0e5ee436a757060138872155a0494cd484e3d106',1855,'* update zui: fix tree UI.','Catouse','2016-11-17 17:31:50'),(11622,2,'0bcb1b5cc83270748b3942ab29e14f002e883de9',1854,'* finish task #2713.','chenfeiCF','2016-11-17 17:25:16'),(11623,2,'f3dbc6f52a8f4c9e1148cac2cc7badf926360877',1853,'* adjust for notice when view deny doc.','wangyidong','2016-11-17 15:24:55'),(11624,2,'58693b20c362c8b5ab002198b5fc5edd58c72302',1852,'* finish task #2706.','chenfeiCF','2016-11-17 15:04:16'),(11625,2,'6dfdf69b6f7f289ac5aac22d781e40df6e13b761',1851,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-11-17 14:43:59'),(11626,2,'befa5a2a8047c2edbe536751e1211de64937d38a',1850,'* finish task #2704.','chenfeiCF','2016-11-17 14:42:06'),(11627,2,'fd7742ce14301db8a37aa61e974e629e0b435ccf',1849,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-17 14:37:22'),(11628,2,'e9b329df4c4db5f7cd1b6787937b5cd659d53885',1848,'* finish task #2723.','Catouse','2016-11-17 14:36:28'),(11629,2,'9fba07add15e5bfd5cf93975af032702ed0baadf',1847,'* finish task #2702.','chenfeiCF','2016-11-17 14:10:52'),(11630,2,'37d97288a75cae5188e9917ef1a9136776d535ec',1846,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-17 14:07:08'),(11631,2,'8b5f5d2c25027d84d423474baaa28ffafc6f7786',1845,'* finish task #2688.','Catouse','2016-11-17 14:06:59'),(11632,2,'ea6244405fb3c9309b39f94db4e95bb85ada202e',1844,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-17 13:34:55'),(11633,2,'fb5bb21f97f6cd5741868d6c356502e33a57a5f2',1843,'* change for afterexec css.','wangyidong','2016-11-17 13:34:25'),(11634,2,'9be3d4b00e468ab62549a1253921d60b55029c82',1842,'* finish task #2700.','chenfeiCF','2016-11-17 13:32:21'),(11635,2,'120ac37bdc7ed3c9518598386f34be1c9be0170a',1841,'* change for upgrade 8.3.1.','wangyidong','2016-11-17 13:13:57'),(11636,2,'67a54b2c429754cb75502bd5983bf6bd7a137bc5',1840,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-17 11:37:19'),(11637,2,'35594d8d500bd7b4539edb3814aa6fdfe21f9608',1839,'* change for doc priv.','wangyidong','2016-11-17 11:36:53'),(11638,2,'c49352eca55763de8c29120fc0fff174df9a61d9',1838,'* fix bug for doc view link.','wangyidong','2016-11-17 11:36:29'),(11639,2,'0a2bb5b52c573cd59d5e9393c6d25edf80a0e423',1837,'* change for upgrade.','wangyidong','2016-11-17 11:36:04'),(11640,2,'b4fd8e184fb827215b760d29d079f8ccfe3fe209',1836,'* change for sendcloud async.','wangyidong','2016-11-17 11:35:24'),(11641,2,'001ff6705e496c30eeaa704994a5e9db404a14b5',1835,'* adjust for devicePrefix config.','wangyidong','2016-11-17 11:34:53'),(11642,2,'86439a699ec3ed726053582f1d11fac38b363c99',1834,'* finish task #2695.','chenfeiCF','2016-11-17 11:22:14'),(11643,2,'45ff3731970c3193b2cd7cbbb69b01415e8c96e9',1833,'* finish task #2694.','chenfeiCF','2016-11-17 09:02:25'),(11644,2,'71a3f0109642bb855e24e45ea4d0a33fb7afc5ca',1832,'* finish task #2698.','chenfeiCF','2016-11-16 13:33:59'),(11645,2,'e8bcd89181588c0e53d2d443d5c7a77889af68d7',1831,'* finish task #2683.','chenfeiCF','2016-11-16 13:19:57'),(11646,2,'721e5749deaea9a7b9f4bd4625a147076698502b',1830,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-16 10:46:57'),(11647,2,'5a68ad0d7b4cf7a63323efb2f222c4eedf6902df',1829,'* adjust js code.','Catouse','2016-11-16 10:44:06'),(11648,2,'c4da9fa838c7171b6fa19d67a99b47b4dbc9fd08',1828,'* update zui.','Catouse','2016-11-16 10:43:48'),(11649,2,'dd4e5d63f3148dfaa04c24899a52caca7d86eb76',1827,'* finish task #2690.','chenfeiCF','2016-11-16 10:17:32'),(11650,2,'f605f772c988a2eb9ca9d367ed1c4d4fdb0ef952',1826,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-15 18:04:19'),(11651,2,'3559b3c03eb890e59e25297c3b616775df02ec39',1825,'* finish task #2786.','wangyidong','2016-11-15 18:03:29'),(11652,2,'e2d06a1858bbd3bc71980e40b7d6765f16e3293e',1824,'* finish task #2778.','chenfeiCF','2016-11-15 17:35:29'),(11653,2,'c4878d452222283f49e860c261bd6f91f3ac0db1',1823,'* finish task #2784.','chenfeiCF','2016-11-15 16:59:44'),(11654,2,'ce574424d3656224c002eca0038af7792527f6e9',1822,'* finish task #2794.','wangyidong','2016-11-15 16:29:23'),(11655,2,'8bea7509c3fed9ebf28d9cc5b4e4515290a1fbbf',1821,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-15 15:53:00'),(11656,2,'314190a3dedae55da7fcc36e23a2d5cb345ec480',1820,'* finish task #2796.','wangyidong','2016-11-15 15:52:29'),(11657,2,'e7991f415bea2e4025ed9ffa18a609555dcc69e9',1819,'* finish task #2798.','wangyidong','2016-11-15 14:59:42'),(11658,2,'90312c8124857f795b769e5d16720308d4d1224b',1818,'Update en.php','Renee','2016-11-15 14:46:58'),(11659,2,'49c5f6346bb303e91e8558a7a45b12ecc284b3c1',1817,'* finish task #2693.','chenfeiCF','2016-11-15 14:45:57'),(11660,2,'49b2e7b9aeb63373cbb6b97ca63dd76d29ee78ea',1816,'* finish task #2797.','wangyidong','2016-11-15 14:02:14'),(11661,2,'8a3e3c3b0e1552baaa204bfe62a270ba9c6e4337',1815,'Update en.php','Renee','2016-11-15 14:01:23'),(11662,2,'6dc42d23e26e36fa137bd76e1625b209883857bf',1814,'* finish task #2686.','chenfeiCF','2016-11-15 13:56:08'),(11663,2,'c72a51076fd2a817dbde5159229cb4d8ec5ab3b1',1813,'* finish task #2696.','chenfeiCF','2016-11-15 13:10:39'),(11664,2,'ff435621c33380249bef1439e150faeb5d6a9f2d',1812,'* finish task #2800,2799.','wangyidong','2016-11-15 11:19:16'),(11665,2,'95dff5fb684eb0376e8adebb448b466f1e7b35a9',1811,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-15 10:28:52'),(11666,2,'5854894af347b8651a6a5d5eb1b31e114c95145f',1810,'* fix bug for 8.3.','wangyidong','2016-11-15 10:22:48'),(11667,2,'5e25d0396b95e7057fe4b7bb9866adfabf5501cb',1809,'* finish task #2681.','chenfeiCF','2016-11-15 09:50:38'),(11668,2,'c380ee7f8118023c4c9ec712346ffa8b323e1fa8',1808,'* finish task #2789.','chenfeiCF','2016-11-14 17:21:50'),(11669,2,'3b87eda7440cb1a2d3b88fc3fed019cb90df59d7',1807,'* finish task #2780.','chenfeiCF','2016-11-14 17:05:40'),(11670,2,'8c32145ab83cd47ca99d00cd46c3fd2ef9b35a31',1806,'* finish task #2802.','wangyidong','2016-11-14 16:07:13'),(11671,2,'7cd10ef371326faeb42c54794c5c1c97c23f158d',1805,'* code for 2803.','wangyidong','2016-11-14 16:03:16'),(11672,2,'2d6f8ac439bb5fc290f00014edb5d1f31a065274',1804,'* finish task #2803.','wangyidong','2016-11-14 15:52:38'),(11673,2,'f8acec2392e5f69b7bd5b7657bbe25c889cc2b8b',1803,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-14 15:51:45'),(11674,2,'cbd90fdd221278c3b1eb73b152731b9cae302d2c',1802,'* finish task #2787.','chenfeiCF','2016-11-14 15:38:28'),(11675,2,'5d4d431544f598367a79f1ff48d20dd35d36a9aa',1801,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-14 14:12:13'),(11676,2,'df531594e8966648854f1f291204405a2ebdb323',1800,'* finish task #2804.','wangyidong','2016-11-14 14:11:20'),(11677,2,'2035c1881b0a35bd9689fb3a370c3087efecd4ff',1799,'* finish task #2788.','chenfeiCF','2016-11-14 14:05:10'),(11678,2,'68ebaf540e59971a7e2118e6f597d6fd16207530',1798,'* finish task #2790.','chenfeiCF','2016-11-14 13:27:49'),(11679,2,'4c2d4ac9bf96dc4942b62422491ebabce0491ba7',1797,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-14 11:27:05'),(11680,2,'2d91db196f04bfce65e87dd7768c8df285fed7d2',1796,'* finish task #2805.','wangyidong','2016-11-14 11:25:58'),(11681,2,'863bc490d9b0ffb33164380123882715bb590d41',1795,'* finish task #2795.','chenfeiCF','2016-11-14 10:47:10'),(11682,2,'bb1f2a7cdfebda8d4269d0e27cccdefaf62dc965',1794,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-11 14:43:53'),(11683,2,'d73ba00f0bb16048fc6cbd14954d08c83e6345be',1793,'* fix bug for en lang.','wangyidong','2016-11-11 13:07:45'),(11684,2,'9bc9ced1b0bbd2ab2fb6c08ac1bc163ee1f2cae3',1792,'Update README.md','Renee','2016-11-11 10:56:07'),(11685,2,'60ee7806e641f2385dc7e66deef30d612180c337',1791,'* change for demo sql.','wangyidong','2016-11-10 15:13:23'),(11686,2,'37cbef380c66ed39266c1564967ccd3b18e1b906',1790,'* add changelog.','wangyidong','2016-11-10 15:13:09'),(11687,2,'29bf12312cbda82a5347a89d4c7cea4e0b1c7335',1789,'* fix bug and adjust doc search.','wangyidong','2016-11-10 15:12:38'),(11688,2,'f0b8d17c630e7125e2f3e49726e1b16d18783be5',1788,'* change for get libs by order.','wangyidong','2016-11-09 16:27:48'),(11689,2,'f4b14dd644576376379a47f277cb9536592160cf',1787,'* change for zh-tw lang.','wangyidong','2016-11-09 16:15:07'),(11690,2,'1beee1808f423d88f616f50316ddbb4f176e8f51',1786,'* adjust for doc.','wangyidong','2016-11-09 16:06:53'),(11691,2,'5e4340489f1c65a0e1a0dffb577fd69dae3bcee6',1785,'* adjust for doc drop menu.','wangyidong','2016-11-09 14:13:51'),(11692,2,'199e5bd3bf19e8e6067391e3d3f0528172398451',1784,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-09 13:50:47'),(11693,2,'80a2e16111796df8fad593b182d7e50200ef0948',1783,'* adjust for doc menu.','wangyidong','2016-11-09 11:00:37'),(11694,2,'d8af5e4e2aede365a315e3f87563f728b3f3b5fb',1782,'* focus search box on drop menu show.','Catouse','2016-11-09 10:44:07'),(11695,2,'ebc7232f46e415ff09e7b4415f74c686bc6a7bc6',1781,'* change padding of lib-menu-item.','Catouse','2016-11-09 10:32:22'),(11696,2,'1bdfeac6ca06f689b0defb8ae7a4c8065350734a',1780,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-09 10:26:49'),(11697,2,'25b155df0bc36cb570305eedb2416478eead67b6',1779,'* make drop menu in doc views responsive for wide screens.','Catouse','2016-11-09 10:26:34'),(11698,2,'4e29668b7a09054a9d4078536c456b8653522771',1778,'Update README.md','Renee','2016-11-09 09:53:43'),(11699,2,'4983a57ee95647166a98b8b673bf10573495abfd',1777,'* fix bug for delete.','wangyidong','2016-11-09 09:33:37'),(11700,2,'df765447e5b5f2a9c0a4d5be172124b038c1f202',1776,'* adjust for doc.','wangyidong','2016-11-09 09:33:06'),(11701,2,'547bfa71800a0424cb0e1b8c00f3529d9bdee5ad',1775,'* delete test code.','Catouse','2016-11-09 08:41:50'),(11702,2,'61b6e9d52062cb63fe2647d7426b4ff4f4e19617',1774,'* add new drop menu UI for doc views.','Catouse','2016-11-09 08:40:27'),(11703,2,'75e12fbb1383869caae0db4f2eab413e7b6679fd',1773,'* fix bug for get all libs.','wangyidong','2016-11-08 17:11:42'),(11704,2,'7ee3f82963624a237fc9ac7f2f603f26619a0b36',1772,'* adjust for doc page.','wangyidong','2016-11-08 15:11:22'),(11705,2,'78db39b7dc75a009d05800ddb3cba99dfa480c14',1771,'* change for en lang.','wangyidong','2016-11-07 11:14:35'),(11706,2,'f4701f69700827807b460bd6dc87e593e92c7313',1770,'* adjust for lib priv.','wangyidong','2016-11-07 09:37:43'),(11707,2,'e71dc4bd001623d3f2ab0187db8e47092b8f60f1',1769,'* add changelog.','wangyidong','2016-11-07 08:18:28'),(11708,2,'2f3694c4d62bdf354feb81d0ee35a68d1bcb68bc',1768,'* fix for doclib priv.','wangyidong','2016-11-06 19:10:32'),(11709,2,'250be506421d5b714b998de6d069ac062633c81e',1767,'* fix bug for project link doclib.','wangyidong','2016-11-06 19:02:42'),(11710,2,'0b869cdf45a5bd2349fc9ae3a76fa472f708f6a2',1766,'* adjust for doc.','wangyidong','2016-11-06 18:19:46'),(11711,2,'ea93d2c3a9a42624a768b7d8e671db0c5c3bdc7c',1765,'* add objectLibs priv.','wangyidong','2016-11-04 10:46:11'),(11712,2,'cb56126f68a88121f1c2f25982d23692da097aef',1764,'* add show libs for product or project.','wangyidong','2016-11-04 10:29:12'),(11713,2,'27f7d0c392ef2a470921eadc8d3fa14a1114e966',1763,'* add new tab when browse by menu.','wangyidong','2016-11-03 21:38:29'),(11714,2,'d44feed3440a94c60100c10acfc5eb081110fee7',1762,'* adjust doc module.','wangyidong','2016-11-03 21:24:52'),(11715,2,'0a90286dcc6c3a8caed015f18f77cb5c342088a7',1761,'* adjust for create doclib when create project or product.','wangyidong','2016-11-03 21:21:40'),(11716,2,'2673f0cad8ba5b5a56d5c810445b6839b65eefc7',1760,'* adjust for upgrade.','wangyidong','2016-11-03 21:21:07'),(11717,2,'ef096bfa82aa2641249491cba05a6e25d4888b29',1759,'* adjust for ueditor and markdown.','wangyidong','2016-11-03 21:20:41'),(11718,2,'ab4bf80092778d070aa76812ab869d2d07df570d',1758,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-11-03 21:13:38'),(11719,2,'4b109007f99f5f75210adb2363be686a641482c4',1757,'* change for sql.','wangyidong','2016-11-03 21:09:11'),(11720,2,'23d9ea565a14780ff72577a4b2589eb3984e138c',1756,'* fix doc tree view.','Catouse','2016-11-03 15:26:14'),(11721,2,'e37a0aac7ce4b8875a8a96a13a9e6913ab5569a2',1755,'* adjust for index and alllibs page.','wangyidong','2016-11-02 16:13:11'),(11722,2,'599c8985e1315ee5596ff88132cae8573037610e',1754,'* fix bug #893.','Catouse','2016-11-01 16:02:00'),(11723,2,'1fa8edbe4a662324dbaf62fca8790b2a8cce3ab2',1753,'* fix bug #927.','Catouse','2016-11-01 13:41:53'),(11724,2,'2f04c65633c97c4f55db087c85ee5748f2bc8c2d',1752,'* adjust code format.','Catouse','2016-11-01 13:13:00'),(11725,2,'a2004e3515186e1bea3d76eb10bed78e7c1cb9d4',1751,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-11-01 09:00:24'),(11726,2,'b03c589cf74f59f49d0e92afb002609b9dc6c495',1750,'* fix bug #925.','Catouse','2016-10-31 18:05:03'),(11727,2,'f7a8588de623a97d0bad7153366dfbe9dfa09b30',1749,'* fix bug #876.','wangyidong','2016-10-31 16:11:28'),(11728,2,'32a7b76bd2ca815e439f76269ebf9c9dcadbe1dd',1748,'* fix bug #880.','wangyidong','2016-10-31 15:56:03'),(11729,2,'d6e2222c5d9fa3d7ccf7611f709a578be30d20f9',1747,'* fix bug #882.','wangyidong','2016-10-31 15:23:12'),(11730,2,'779881168061c206d7acf8b12116a9ac623ebbcc',1746,'* fix bug #883.','wangyidong','2016-10-31 14:34:28'),(11731,2,'48dcbd963fd1dc0e662eda365b968bbc8add8688',1745,'* fix bug #891.','wangyidong','2016-10-31 14:22:15'),(11732,2,'a3704e5c5c12eeee1a52b259347527cbaacfcccf',1744,'* fix for upgrade.','wangyidong','2016-10-31 14:12:03'),(11733,2,'c554482c3c4164e540000272734d20042df8bbd1',1743,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-10-31 14:08:08'),(11734,2,'a5d31cb98d68e4d4376777ca4ed6fc9d64441340',1742,'* adjust error.','wangyidong','2016-10-31 14:06:25'),(11735,2,'293087d95214067ddeec1f067d603a937d1d9cf1',1741,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-10-31 13:59:38'),(11736,2,'d1dcd9904b5b7ee980537907fb7d358bf1154fd9',1740,'* change selectable option.','Catouse','2016-10-31 13:58:56'),(11737,2,'389b428027dfbe367ed9b5e147c00068d3f5cea5',1739,'* update zui to version 1.5.','Catouse','2016-10-31 13:56:52'),(11738,2,'b4a1fb4811eb9a0634e3981cdc816a3625e0f6c6',1738,'* fix bug #873.','wangyidong','2016-10-31 13:52:56'),(11739,2,'a7307a1726002bce06e93b1b514746e24e5d54a3',1737,'* change for db and add priv.','wangyidong','2016-10-31 11:54:54'),(11740,2,'b03c4628969e210ec6db48c3c1e38c487b3a6328',1736,'* change for upgrade.','wangyidong','2016-10-31 11:12:36'),(11741,2,'526896d2e66efe584348ae036618d3b0ef591884',1735,'* fix error for pclzip.','wangyidong','2016-10-31 11:12:07'),(11742,2,'a42672984d887e1b1ad32faf39df86837b6d0c04',1734,'* fix error.','wangyidong','2016-10-31 11:09:39'),(11743,2,'dcac5a2a99211dde43aca76a98a2c636a4618602',1733,'* fix bug #922.','wangyidong','2016-10-31 10:53:43'),(11744,2,'74bdbd443c372a1354ae76b8b3a06987f82c0477',1732,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-10-31 10:32:16'),(11745,2,'15571aa0796506ffcc273af60b9e5485c417ef73',1731,'* fix bug for test.','wangyidong','2016-10-31 10:27:23'),(11746,2,'006d86bebac60aaeebda5efda3d9d293c2c2d13d',1730,'* change UI of doc/browsetree view.','Catouse','2016-10-31 09:57:10'),(11747,2,'1d5d0db10a2e2811b0727bc7fb9de84df250fe38',1729,'* change UI of doc/browsemenu view.','Catouse','2016-10-31 08:52:20'),(11748,2,'53e7179a5857ed7b88ca22d1e6b67358f7201914',1728,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-10-28 16:42:05'),(11749,2,'bffe521e6569225e07fc5460fd7e8c34b8f69657',1727,'* improve UI of doc views.','Catouse','2016-10-28 16:41:55'),(11750,2,'9d4733dc2acbf7ef518a6b2138611e0bf8dc1f28',1726,'* fix bug #872.','wangyidong','2016-10-28 14:40:53'),(11751,2,'78a97aeb82deb713425c01f7b6b3f850f2b1b943',1725,'* fix bug #916.','wangyidong','2016-10-28 13:22:52'),(11752,2,'625a21684bf989255ab55d50e613538c39ed3052',1724,'* fix bug #915.','wangyidong','2016-10-28 11:16:32'),(11753,2,'fb302d163f2f56b06903a3eb7cf8a0111d3591b7',1723,'* fix bug #918.','wangyidong','2016-10-28 10:54:20'),(11754,2,'5c567c48fcbedb933dc8ee0c749cc7319415d0d5',1722,'* finish task #920.','wangyidong','2016-10-28 10:40:28'),(11755,2,'7b53f324360eb06fffda6048f9ec4a3668853486',1721,'* fix bug #921.','wangyidong','2016-10-28 10:07:30'),(11756,2,'f392985317b4265d76a20d5d665292c18a335967',1720,'* code for task #2663.','wangyidong','2016-10-28 09:29:44'),(11757,2,'94bdc950381bc1b43632d007f3ab4378d3b70b43',1719,'* finish task #2663.','wangyidong','2016-10-28 09:28:04'),(11758,2,'9a83ebe44a7d3bb3bec27ee52a239ac8b9b832f3',1718,'* adjust for custom.','wangyidong','2016-10-26 15:03:11'),(11759,2,'89bff6c91e30fb5aee93500797a38f898d7d8b60',1717,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-10-26 14:30:36'),(11760,2,'0b4e00d77d1b028292e3880fbf1c2599a2b85c36',1716,'* code for task #2672.','wangyidong','2016-10-26 14:28:55'),(11761,2,'9cadd8f9d0fc712a5272369c7f74f68f5aa9fd21',1715,'* hide open process button if cron is closed and adjust lang item for cron notice.','chenfeiCF','2016-10-26 13:55:48'),(11762,2,'000addf3922b9365bb04cc7589f0bb809113a5d3',1714,'* finish task #2671.','wangyidong','2016-10-25 15:52:23'),(11763,2,'101ec01ae832cb00bba51abf6e7b98a812299816',1713,'* finish task #2679.','wangyidong','2016-10-25 11:52:00'),(11764,2,'96ccd38fd6cc86b47fc387c83b2472a2e67d1d8d',1712,'* finish task #2678.','wangyidong','2016-10-25 10:16:05'),(11765,2,'67e27080a65f9db4256ca15084c621bedd05c8cb',1711,'* finish task #2666.','wangyidong','2016-10-21 16:41:54'),(11766,2,'148822be3d030282879b0ec927297c724f756217',1710,'* remove save last revision.','wangyidong','2016-10-21 10:33:24'),(11767,2,'5a95dcb1db3058e716e4c5a11772c41050e475f6',1709,'* change for ajax save log.','wangyidong','2016-10-21 10:29:12'),(11768,2,'7d57150231bb8aa3c60002f9de504911180d55fb',1708,'* adjust for index page.','wangyidong','2016-10-20 11:12:29'),(11769,2,'3bc98cb9d97e288db9138853835b496aeb09eaac',1707,'* finish task #2670.','wangyidong','2016-10-19 11:20:01'),(11770,2,'cac3f55ada17b8e1982349f71230efbf6b531ac8',1706,'* add version in doc and add priv.','wangyidong','2016-10-19 10:26:11'),(11771,2,'37933349d84945b09079ea0ac2220b4d0d3e6232',1705,'* finish task #2674.','wangyidong','2016-10-17 17:14:23'),(11772,2,'511d07099cce533194d31c556345e0cc1205df8b',1704,'* finish task #2673.','wangyidong','2016-10-17 14:38:00'),(11773,2,'f246fbeba76b89989c49967d1738815591d3581e',1703,'* finish task #2664.','wangyidong','2016-10-14 15:22:41'),(11774,2,'ab2e6d83cbeab298c89192d057ba7d7c4af2f319',1702,'* finish task #2668.','wangyidong','2016-10-14 14:31:50'),(11775,2,'8feda80cd9ae2bd85257aec979680f8bee0aa5a1',1701,'* finish task #2667,2669.','wangyidong','2016-10-13 17:35:02'),(11776,2,'4bcc1a7980f93e374e79f7c2dcda186aeac7c73f',1700,'* adjust for doc menu.','wangyidong','2016-10-11 13:34:48'),(11777,2,'bbe0412fcd9d3289c088c0f9a2128b31a61248c6',1699,'* adjust doc module when upgrade.','wangyidong','2016-10-11 13:32:21'),(11778,2,'85e635b0286e0fa33e53bb69ef526e28e522282d',1698,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-10-11 10:02:12'),(11779,2,'3dd56d8fce7bb5deb31532a3a4c29cb4173df250',1697,'* fix bug and adjust dao.','wangyidong','2016-10-11 10:01:24'),(11780,2,'8a604e4ebd098645b7215a4077b0e6e1f80f08e8',1696,'* change getDataInJSON method.','Catouse','2016-09-30 14:50:32'),(11781,2,'0ee05de100a152781f03c0d513d60f85435b5e79',1695,'* delete useless directory.','chenfeiCF','2016-09-29 11:41:56'),(11782,2,'012aace4bea8434db97e3f2257c3bceab8cfba7a',1694,'Create en_tf','Renee','2016-09-29 11:20:33'),(11783,2,'8e30e63a1d52f0c3a07dcc47d8fbdbab842c620c',1693,'* adjust for update user for usergroup.','wangyidong','2016-09-19 09:19:29'),(11784,2,'2e6862256f45211b64e959e05517489b150b135d',1692,'* fix bug #910.','wangyidong','2016-09-18 16:12:10'),(11785,2,'bbee66558185c5575ecdac5fa6df6974f103d0f2',1691,'* change for upgrade.','wangyidong','2016-09-13 10:26:53'),(11786,2,'f916a2d8c1763c8ff931b6fdcb6fa97fe2b3bd0e',1690,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-09-12 17:15:56'),(11787,2,'c4ec0828f6541036a2cf417ed73adb2dcdd7aa38',1689,'* fix bug #879.','wangyidong','2016-09-12 17:15:19'),(11788,2,'b33141ff022fa9deaa70927905e36d6f9ff0e8f6',1688,'* fix bug #881.','chenfeiCF','2016-09-12 16:09:20'),(11789,2,'dc912902bd088339a993265d5b0c67cbee263840',1687,'* fix bug #871.','chenfeiCF','2016-09-12 15:41:46'),(11790,2,'a712b2b3e4391c1f2f0ea90e6c9d93dc516b6066',1686,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-09-12 15:13:15'),(11791,2,'8ca67c79d971d6c5e39bb124674f31ba8bc808d6',1685,'* fix bug #888.','wangyidong','2016-09-12 15:12:39'),(11792,2,'dfb9429eb3a4a935135eb9bb8b43d820ed2e1380',1684,'* adjust notice when upload image explain.','chenfeiCF','2016-09-12 14:42:02'),(11793,2,'34b76cb35817d2f096b48602ac5462c7aff7d6cd',1683,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-09-12 14:29:03'),(11794,2,'6a3545ee951cd6b12ec79f367ff4f9914c496414',1682,'* fix bug #903.','chenfeiCF','2016-09-12 14:28:27'),(11795,2,'f9bef4922cae9e3f5395e439f2f5163a8ab8a7ab',1681,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-09-12 14:15:32'),(11796,2,'9a5c00cf7231e70054b459c2e97be47443d9491d',1680,'* fix bug #908.','wangyidong','2016-09-12 14:14:59'),(11797,2,'6ad33fa6a8afef42e44f95f47cd0ae1493192856',1679,'* fix bug #869.','chenfeiCF','2016-09-12 14:08:42'),(11798,2,'0851f9b2743ca427f001b2ba46a5db7b540e1722',1678,'* fix bug #886.','chenfeiCF','2016-09-12 13:31:54'),(11799,2,'6526ecbd33e81ed67641503225babac41167b394',1677,'* fix bug #887.','chenfeiCF','2016-09-12 11:09:36'),(11800,2,'eb3c445728fa359a629596c29713b58a095d37e8',1676,'* fix bug #901.','chenfeiCF','2016-09-12 09:57:37'),(11801,2,'463605f225ef1d74f10170589e08bc719a0a811e',1675,'* fix bug #906.','chenfeiCF','2016-09-12 09:40:27'),(11802,2,'e08432aaf298aaca8453865a171028f8bbc93d2c',1674,'* fix bugs.','wangyidong','2016-09-08 17:30:38'),(11803,2,'1c0a787a1686167003cef13f4e4d43cb316a2e1f',1673,'Update README.md','reneeteng','2016-08-31 16:23:32'),(11804,2,'82b7b354543293c53ff6b2b7620dae6818d3b0b6',1672,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-08-29 08:18:44'),(11805,2,'afe4d3311bc1ff18d3a72ca22fec6c6eacb56f7e',1671,'* revert dao.class.php.','wangyidong','2016-08-29 08:18:05'),(11806,2,'11718672c6c5e8db816744d3f35aaf72019db00d',1670,'optimize png images using zopflipng','Peter Dave Hello','2016-08-23 02:44:05'),(11807,2,'fff6cd51e83b174b0f4feb5feea1276266e4c24d',1669,'Update README.md','reneeteng','2016-08-16 16:20:59'),(11808,2,'3a4626f924f5865e6c467bd7f7519b284a6ca6f8',1668,'Update README.md','reneeteng','2016-08-16 16:20:05'),(11809,2,'9070eb40f275982bdb605d8ee5748f000d89dc01',1667,'* update chanzhi logo image.','Catouse','2016-08-16 09:54:58'),(11810,2,'8d075e9adf7ffe9f4f8543eafa7ad0c675e98390',1666,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-08-15 15:26:52'),(11811,2,'8e78e518917ef3bf35af88a2a3f57d8f00125f33',1665,'* change ranzhi logo image.','Catouse','2016-08-15 15:26:44'),(11812,2,'5537580d45ca00d7b57b745c789b47646c374246',1664,'* adjust for product and project priv.','wangyidong','2016-08-05 15:14:49'),(11813,2,'68e3e64a14d6590ce883764725e4daec0cde1847',1663,'* change for new version and upgrade.','wangyidong','2016-08-05 10:55:55'),(11814,2,'2b4b2cb10eda898dfa1f7868099b7dbbca12cfc8',1662,'* adjust for cache dao.','wangyidong','2016-08-05 09:47:34'),(11815,2,'e622618140fad6a2c51b1527b5138105ae6ed4ca',1661,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-08-04 11:11:43'),(11816,2,'b01a39d2cd2b95b792b3e7aa3e5b1e5819e8f1ad',1660,'* fix bug for reort story when sql with left join.','wangyidong','2016-07-29 11:07:34'),(11817,2,'6f4bd06495fa8df7c44038399a9dc7d25308c506',1659,'* adjust word.','wangyidong','2016-07-29 10:59:08'),(11818,2,'97d050e78a5c80df26d690d269e011d88362fb2a',1658,'* fix bug for view task.','wangyidong','2016-07-29 10:58:41'),(11819,2,'24651e05ed13cd2a8bcefff80cdac99556aad619',1657,'* ajax* methods support json view type.','Catouse','2016-07-19 08:54:58'),(11820,2,'985e18282fbdc9881d1035519327d37384858ec7',1656,'* fix for jsonEncode4Parse in php5.3.','wangyidong','2016-07-11 09:39:18'),(11821,2,'90f6005bc437f00c0560d2af3a9da18fa3c838b1',1655,'* adjust for php5.2 json_encode.','wangyidong','2016-07-11 09:21:04'),(11822,2,'e0bde1d3fde209177aa6672c4277bd969acadb4a',1654,'* fix bug for import case.','wangyidong','2016-07-08 15:01:13'),(11823,2,'a2044a1f710ac040b8ec4f2863db0a357d516597',1653,'* change error word.','wangyidong','2016-07-06 17:32:09'),(11824,2,'5b3ee0c791e271bb413bd872b11e943030d2b266',1652,'* adjust for story stage.','wangyidong','2016-07-06 16:40:05'),(11825,2,'dc4a90a440aad6792b12288785d9025722e9e24b',1651,'* adjust for get build.','wangyidong','2016-07-06 15:55:19'),(11826,2,'c696a41d55c9da7425ca946aaa6fb80e2d63e78c',1650,'* fix bug #866.','wangyidong','2016-07-05 10:00:17'),(11827,2,'4a99e1748113fc2b07c693ae035d140727d1de4b',1649,'* fix bug for dept tree when browse dept.','chenfeiCF','2016-06-29 13:10:27'),(11828,2,'6027b5ecac8d2d05c6216652050c9a7c460a9481',1648,'* fix bug #863.','chenfeiCF','2016-06-29 10:12:47'),(11829,2,'2aa92e808aa1b3da6d76f12b34cee7e9afb21fb5',1647,'* fix bug #865.','chenfeiCF','2016-06-29 09:22:52'),(11830,2,'85e422c7ac99be0e228979f112702ed8ad407f33',1646,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-06-28 15:20:50'),(11831,2,'52aad5f6ebe23b0ea81ad3e69da170369073b359',1645,'* keep project status if project has been suspended.','chenfeiCF','2016-06-28 15:19:49'),(11832,2,'ebe6a57fffae5dc8b681bb6b63793511ef1d4f90',1644,'* add new version and upgrade.','wangyidong','2016-06-28 15:01:49'),(11833,2,'3e402d5459cb56defca7cbc26b57a4d7205e03d0',1643,'* adjust code for json_encode method to be compatible with php 5.2 and which below 5.2.','chenfeiCF','2016-06-28 14:17:44'),(11834,2,'6a280b79e2239990b7160e3d648a2a5a44a70ce9',1642,'* json encode for parseJSON.','wangyidong','2016-06-28 14:15:54'),(11835,2,'234a3466a29eb37d043fb84dc9d2b94d01c6fb68',1641,'* fix bug for WooYun-2016-218351.','wangyidong','2016-06-28 13:36:00'),(11836,2,'d3915c1dd027d7a3ea3c757d0183dc88c8c10150',1640,'* fix bug for check empty object.','wangyidong','2016-06-28 13:35:29'),(11837,2,'ca7df0332e95aad0a82a9fa24b1a7ea7ddcd1273',1639,'* change flowchart UI and improve browser compatibility.','Catouse','2016-06-28 10:14:22'),(11838,2,'bfba4d244f16f14582cf47ed38df3f922e1b793b',1638,'* fix bug: Can not get correct data by \'byModule\' or \'byProduct\' browse type when browse tasks and stories in project module.','chenfeiCF','2016-06-27 16:19:48'),(11839,2,'dd1d6d165605282839d3f4fe4e123dbda1823e69',1637,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-27 13:25:39'),(11840,2,'3c245322d6ce5ed3eafd7c2860bade8874b0b0ab',1636,'* trim module name.','wangyidong','2016-06-27 13:25:08'),(11841,2,'94ca57233db2fa3c3b7d9e15cab22ee0288b7169',1635,'* fix a bug: Can not report bugs which have more than one openedBuild.','chenfeiCF','2016-06-27 13:10:30'),(11842,2,'50561070feb5481e73c6bf5a97992a319d08386b',1634,'* adjust for json_encode.','wangyidong','2016-06-27 11:17:40'),(11843,2,'88785d485a1c48578793a4c96b21179eff1b4b1c',1633,'* change for upgrade and zh-tw lang.','wangyidong','2016-06-24 10:05:05'),(11844,2,'24494221719966c2e2e42f2acaed588f72c6c84e',1632,'* fix for checkOnlybodyPage.','wangyidong','2016-06-24 09:50:08'),(11845,2,'3fff2a85046e61b9e9f64ed97185e643b08788e6',1631,'* fix bug #862.','wangyidong','2016-06-24 09:38:40'),(11846,2,'0654c0f34a6a3a259fcffa743694f7eaa3347c8b',1630,'* fix bug #856.','wangyidong','2016-06-24 09:20:21'),(11847,2,'84d5e277d294ac4ddb92e749e0cd49da9d036c79',1629,'* fix bug #861.','wangyidong','2016-06-23 15:34:36'),(11848,2,'386650045f9ccc0073b1b28c53a4cbbcb89f0fe1',1628,'* finish task #859.','wangyidong','2016-06-23 15:22:10'),(11849,2,'8da5379cdaa54d696028e373ac80fd2e8c5b9358',1627,'* fix bug #855.','wangyidong','2016-06-23 14:58:24'),(11850,2,'6a48785d136391b60f97cd325a1fb2cc93f12ab8',1626,'* fix bug #851.','wangyidong','2016-06-23 14:34:41'),(11851,2,'8a2b60168f0198979d1248bdf855db02ab8fec41',1625,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-23 14:31:25'),(11852,2,'b39dfa6fcd7c7bb3cf52db79b8d5ecfd209e94b4',1624,'* revert module cookie.','wangyidong','2016-06-23 14:30:46'),(11853,2,'c82bde7457b5b9287038aa5f22e06a31a9099cd3',1623,'* fix bug #850.','wangyidong','2016-06-23 14:01:00'),(11854,2,'b5eec2edbc648c99679547cce90bbe98a2e4db7f',1622,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-06-23 13:37:33'),(11855,2,'c2dc58d64ddfe5d3d8c1084137156b6b0a12a8dc',1621,'* change story items color in kanban.','Catouse','2016-06-23 13:37:25'),(11856,2,'3523c70c61ef475a1aa85d5320e620bb1667b60e',1620,'* adjust width of todo\'s beginAndEnd and name.','chenfeiCF','2016-06-23 13:31:05'),(11857,2,'df1eaff942f6c083d2907ad0e4e0db363d94962f',1619,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-06-23 13:15:45'),(11858,2,'f4d916adadd7e54d9e8d9dfc0d4e9dd438b46d89',1618,'* alert users to save work record which has not been saved when they want to edit or delete the record.','chenfeiCF','2016-06-23 13:11:46'),(11859,2,'3c40e2d17edf416f95bff6c29818186dec59cd2c',1617,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-22 17:20:17'),(11860,2,'a4f4d190510b8b1a3b846abd81cb5afd46dcdfcc',1616,'* change onlybody to config.onlybody.','wangyidong','2016-06-22 17:19:38'),(11861,2,'2d58ccd3c4a3480babcc64974f7325ca0d1f1542',1615,'* adjust for export2html style.','wangyidong','2016-06-22 17:19:17'),(11862,2,'46350a0c9657cef1f828b0e006e61683c01547af',1614,'* adjust en lang for extensio module.','wangyidong','2016-06-22 17:18:51'),(11863,2,'fb8b78303d3997c881cbe85c86695710b9c6fa04',1613,'* fix bug #858.','wangyidong','2016-06-22 17:18:20'),(11864,2,'836b70cd8606f9b75d1d91211720dff1b1960f9f',1612,'* Remind users to save the estimate record if it has not been saved before they edit or delete an estimate record.','chenfeiCF','2016-06-20 15:14:18'),(11865,2,'458a055d14577729dba6e17fdb0e8034c26923ac',1611,'* adjust for kanban.','wangyidong','2016-06-15 13:13:11'),(11866,2,'75f38e2ce947658e5d6b0d591fcc66656d853ccf',1610,'* finish task #4036 for backyard.','wangyidong','2016-06-15 11:08:22'),(11867,2,'7f6d3b60ff17c037efec8d27a648edd02d076b01',1609,'* fix bug #857.','wangyidong','2016-06-13 16:42:48'),(11868,2,'3c8f0a4abf37846bc2f0a73632fd3b3367c15db6',1608,'* adjust code for zentaopro.','wangyidong','2016-06-13 14:11:03'),(11869,2,'88bb6e8df893a6500c58638776cf8da5782fbd2b',1607,'* code task #4053 for backyard.','wangyidong','2016-06-12 15:40:53'),(11870,2,'9bc735b504c8da2569ec69e8e8ea9d5ed70ea216',1606,'* set fixScroll to public.','wangyidong','2016-06-12 13:24:31'),(11871,2,'64d95aa406e6d8847c3d817495f3a7f9a2d03588',1605,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-12 11:23:17'),(11872,2,'ac930e6a4670939bb887c4946ba82703a1023caa',1604,'* finish task #4033 for backyard.','wangyidong','2016-06-12 11:22:27'),(11873,2,'76b16db40945ea8b1a1ef59f55a2d07454596ae9',1603,'* fix the comment error.','wwccss','2016-06-12 09:21:12'),(11874,2,'316c6c7150bef74fe95d5671a0feb463bd90ada2',1602,'* adjust a error word.','wangyidong','2016-06-08 17:24:55'),(11875,2,'c33166261dfb27910204d0fd91c692cc94790d6c',1601,'* fix bug 841.','wangyidong','2016-06-08 11:36:52'),(11876,2,'932f6f9778b7d052b281c0d1b1f341a0153443b0',1600,'* fix bug #831.','wangyidong','2016-06-08 11:36:00'),(11877,2,'1c39368eb2ceb5ad2a99e8ea14d5a397e46946fc',1599,'* fix for sync sendcloud user with \'-\'.','wangyidong','2016-06-08 11:34:04'),(11878,2,'358725a035c68f2644efec9b3a22bbc94694575e',1598,'* change for upgrade.','wangyidong','2016-06-08 09:03:38'),(11879,2,'a1268700f09c50e5861b253b646c829661211b1a',1597,'* display select button.','wangyidong','2016-06-08 09:00:17'),(11880,2,'80aee299b906236537fbee1e5a586c8e63c9cf97',1596,'* finish task #2597.','Catouse','2016-06-07 18:07:17'),(11881,2,'15bb4129ac84ed2b3b6ff9557100563cba99e246',1595,'* adjust for mergeFeatureBar.','wangyidong','2016-06-07 15:58:33'),(11882,2,'c1c114ebff91271212d6c6a79d11156bcf99afc4',1594,'* code for task #2614.','wangyidong','2016-06-07 15:57:39'),(11883,2,'ac5624891b3f24ae7a100c3904aa933d1a45016a',1593,'* finish task #2614.','wangyidong','2016-06-07 15:56:46'),(11884,2,'21d6f08818b892ca71066c772a63dd9817cc8f6d',1592,'* finish task #2618.','wangyidong','2016-06-07 15:15:10'),(11885,2,'78ce4d3aeb65e672b6d5669715f5ea04ac7dbeda',1591,'* code for task #2616.','wangyidong','2016-06-07 13:59:03'),(11886,2,'b986c959e2d5a7a33ee5c9b3d2ac08557cb64fb4',1590,'* finish task #2616.','wangyidong','2016-06-07 13:47:04'),(11887,2,'be4f6ceddaeba1fd036bf5efa19fde467486d126',1589,'* finish task #2593.','wangyidong','2016-06-07 13:21:17'),(11888,2,'a0a9c3864fb0d6ebee12954da061c9e3f7538273',1588,'* finish task #2613.','wangyidong','2016-06-07 11:45:12'),(11889,2,'569d83480bea87479e688d66b4f9aa37b31b313d',1587,'* finish task 2611.','wangyidong','2016-06-06 16:50:16'),(11890,2,'5f59630f58b4fb864676a7ec19761d558f420f6b',1586,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-06 16:12:42'),(11891,2,'fd8c64e97f565ff9697bc923ff0d8ee6407e8a68',1585,'* code for task #2607.','wangyidong','2016-06-06 16:12:20'),(11892,2,'1a91a58cf4f435c39fac5c50233811d35b74a673',1584,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-06-06 16:05:26'),(11893,2,'1b5e924bb09e2b6c6ffe17185b67014ca09c7a35',1583,'* merge source and source note into one line.','chenfeiCF','2016-06-06 16:04:00'),(11894,2,'e5170b2a87e4a46dfc4ba610c9af3a248b06df17',1582,'* finish task #2620.','wangyidong','2016-06-06 16:03:42'),(11895,2,'6dc2e626b7adbdce91f041eb31cc0e2cb54f7e89',1581,'* finish task #2621.','wangyidong','2016-06-06 15:55:29'),(11896,2,'2ca5b2b3a917f08937adaa05b44fdab5ace1014f',1580,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-06-06 14:25:25'),(11897,2,'978257a4187099a23692e9c9e5179d02ded25607',1579,'* finish task #2617.','wangyidong','2016-06-06 14:24:57'),(11898,2,'b8c90ca68a06cad8824d446bdb671121486af34a',1578,'* finish task #2598.','wangyidong','2016-06-06 14:05:48'),(11899,2,'94b013cdb2852e4dd7579cbe5dd2230ea5747bc5',1577,'* finish task #2594.','wangyidong','2016-06-06 14:05:06'),(11900,2,'8602a0584683af94315448cd1bf42044b274542c',1576,'* finish task #2595.','wangyidong','2016-06-06 14:04:01'),(11901,2,'eed834ee3c3561b6c32c7a13cd17eccf4b0a33ce',1575,'* add source note when create a story.','chenfeiCF','2016-06-06 11:40:47'),(11902,2,'f1bd329aa8f7c579e48d588e0e56d973a8e1a619',1574,'* adjust for add task estimate when start task.','wangyidong','2016-06-06 09:32:09'),(11903,2,'52882750dcd475e45fe9ab1f448435dca95d393d',1573,'* fix and adjust code.','wangyidong','2016-06-03 16:43:42'),(11904,2,'1a68eb42496fafc87ef158494002da340429845a',1572,'* fix bug for merge rights.','wangyidong','2016-06-01 16:12:07'),(11905,2,'841bf08e6e4864acee51101da6792fa8aabafbe2',1571,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-31 16:54:54'),(11906,2,'a0a6ca9951e3e92feb8079e5903250532913829a',1570,'* change method \'setOuterBox\' in my.js.','Catouse','2016-05-31 16:27:44'),(11907,2,'d0aa1b515753b022a63c5cef98b10cbbb7f05d4b',1569,'* adjust for link story.','wangyidong','2016-05-31 14:26:51'),(11908,2,'81ba709acf7b15d0cc4268ec8efd2a5b91bad1fa',1568,'* fix bug for dump database.','wangyidong','2016-05-31 14:25:59'),(11909,2,'697ed27e66efe8c09182a8d2f75353289afac1df',1567,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-31 14:09:55'),(11910,2,'7552ca07e3b177a571eebb1afc22b10245f7ee52',1566,'* adjust for show onMenuBar checkbox when search save query.','wangyidong','2016-05-31 14:09:06'),(11911,2,'cbda3adaee40e03c9498378c9657882ca58d91a6',1565,'* adjust for process search sql.','wangyidong','2016-05-31 13:52:44'),(11912,2,'05b5a5fba14272aa524987b72b52f87be38ef936',1564,'* fix for custom menu.','wangyidong','2016-05-31 13:51:18'),(11913,2,'197a4eb62fa3453b56907adcb40c15df6a69a651',1563,'* set session for dashboard.','wangyidong','2016-05-31 13:50:28'),(11914,2,'892a5920f78598f926c004cee5f182001b15cc9e',1562,'* fix for get sendcloud member.','wangyidong','2016-05-31 13:46:50'),(11915,2,'05b9b0b9b4a985a71aa98ec3792cb8ce5023c91a',1561,'* update select chosen when batch creating users.','chenfeiCF','2016-05-27 09:38:45'),(11916,2,'267e8f3105551106e023ad72aa59432dd3c23e80',1560,'* update select chosen for group when creating a user.','chenfeiCF','2016-05-26 15:21:39'),(11917,2,'4fecea04ce39cfaa2fda251040fb94083e997f0a',1559,'* fix bug #838.','chenfeiCF','2016-05-26 08:55:09'),(11918,2,'760743962d19ac2077d97bfaf6d0db7508d861d3',1558,'* revert for login.','wangyidong','2016-05-25 08:28:47'),(11919,2,'ce5106ae5aef0b4a7af7332da72f3a5ebdb395c3',1557,'* change for upgrade.','wangyidong','2016-05-24 15:07:28'),(11920,2,'74f4d67357e822db4e6349ee6a47e7d458006abc',1556,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-05-24 14:58:26'),(11921,2,'bc3c2276263c5a0c25eaa2de3b3a305350b4db52',1555,'* finish task #2591.','chenfeiCF','2016-05-24 14:57:51'),(11922,2,'af847155bd67aa90ecfbc03eb9eaa0f748423a94',1554,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/block/view/projectblock.html.php','wangyidong','2016-05-24 14:24:10'),(11923,2,'30903e10a76b1e003cdb6533143b751b842a012e',1553,'* adjust for dao when tutorialMode.','wangyidong','2016-05-24 14:13:42'),(11924,2,'2082aee081186d003b8bb5c1c7bace2981b29523',1552,'* adjust for the width of project progess.','wangyidong','2016-05-24 13:47:55'),(11925,2,'626fc549a2e725d0aa3b395e541f31e5084eadfe',1551,'* remove unneed code.','Catouse','2016-05-24 13:19:22'),(11926,2,'de490bb1c739a1b563602402099a957f16021a01',1550,'* ajust progress bar style in project block.','Catouse','2016-05-24 13:18:55'),(11927,2,'a3a8209488623996d0a1d18296129d809251eeb0',1549,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-24 11:57:51'),(11928,2,'69acd193919bf3ad31e771e14f9d769847a256b5',1548,'* fix bug for border when no data.','wangyidong','2016-05-24 11:56:34'),(11929,2,'2a6ec86f01ff91078f8fd0d21b777c2f0ebe62e7',1547,'* Check key when integrate with ranzhi.','daitingting','2016-05-24 10:21:01'),(11930,2,'3b829cbc2e27510dfbdc89f176cc9976e99d29f3',1546,'* finish task #2584.','wangyidong','2016-05-24 09:55:06'),(11931,2,'40d63415ebcd9c077d2fa716a9b7493f3d189562',1545,'* finish task #2585.','wangyidong','2016-05-24 09:30:05'),(11932,2,'02794d696c1ee842e59517d9d05d969ae6baca3d',1544,'* adjust for dashboard when guest.','wangyidong','2016-05-23 16:39:54'),(11933,2,'30ba80d0e08413d8583e2523518fc736213322d4',1543,'* adjust for all product or project when by search.','wangyidong','2016-05-23 16:35:32'),(11934,2,'926e6b7a323568f60b34c5d58ea921abe66b88a5',1542,'* set homepage for guest.','wangyidong','2016-05-23 16:34:40'),(11935,2,'b472790d2baf85e3c1d6da4056ed0ee933c9104b',1541,'* fix bug for create cron.','wangyidong','2016-05-23 16:33:53'),(11936,2,'dde75c9a0e813237228aa60288d35d1554f21488',1540,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-23 16:31:21'),(11937,2,'97c2c1b7db2dbed7de9a7aa48ff1d995a25e11eb',1539,'* adjust for manage branch.','wangyidong','2016-05-23 16:27:50'),(11938,2,'c4a880976177aaf3ff87a96b1d29e3506d30dc3a',1538,'* adjust code format for testcase view.','chenfeiCF','2016-05-23 16:07:01'),(11939,2,'0ba05bff9c9f35b1c45ca75fb6e92cb6f979f604',1537,'* adjust code format.','chenfeiCF','2016-05-23 15:26:09'),(11940,2,'58e6d9d8a341cad75e1177eabf03dbff4df04d0f',1536,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2016-05-23 09:59:09'),(11941,2,'90239c681ee7ba3132ea6636173a0c4608d5133b',1535,'* Get tasks and bugs together.','daitingting','2016-05-23 09:58:36'),(11942,2,'cd8cd0b43c5931af6c42e78c897b1470e8b29cd5',1534,'* fix for get cookie branch.','wangyidong','2016-05-23 09:22:03'),(11943,2,'d17beaf08ca0ebbdeb9b723d1def45b17dd0575b',1533,'* fix for check module unique.','wangyidong','2016-05-23 09:21:26'),(11944,2,'16f8c282020a7e3bcd98caf8adc6f4dab8e78155',1532,'* adjust power for block.','wangyidong','2016-05-23 09:20:59'),(11945,2,'aae2f9006932f39d65480a4c813451914c3527ce',1531,'* convert branch to int when import case.','wangyidong','2016-05-20 09:07:48'),(11946,2,'f3b764c07921ba24201f8827d516b5089088161a',1530,'* adjust for check custom pri and severity when create.','wangyidong','2016-05-19 11:41:52'),(11947,2,'927d2df1f7793e31d2b34d0f659f934f4a712ef0',1529,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-18 16:41:34'),(11948,2,'8856efb813b4787bafb0ed4d2f9f420f6ab04b25',1528,'* fix bug for all page for project and product. * fix bug for manage tree and dept.','wangyidong','2016-05-18 16:39:57'),(11949,2,'46f9dd07d3c6c53731d94341a30b34d8e671a33a',1527,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2016-05-18 14:35:35'),(11950,2,'30f9e11692cadb762a5ae5015e4f61a38ffac854',1526,'* Get todo list for ranzhi.','daitingting','2016-05-18 14:35:11'),(11951,2,'29e2d4a78918dee7012cd9b26da057b015823e0f',1525,'* adjust code for task header.','wangyidong','2016-05-18 14:27:53'),(11952,2,'610837bb80b008b2fbb72d285b5b6ebc6b01cc8a',1524,'* fix bug for print burn link in ops project.','wangyidong','2016-05-18 14:25:01'),(11953,2,'02f387b8a7a8f7e05e7fdffee086437d7004d7c8',1523,'* fix for mobile view.','wangyidong','2016-05-18 08:59:42'),(11954,2,'77bbc814ce454134a4d55fb2eb7f68e7169986a0',1522,'* adjust style for sendclouduser page.','wangyidong','2016-05-17 13:47:36'),(11955,2,'a64b16ca6ac823ea827a7f506734106a88c411a1',1521,'* adjust lang and add zh-tw lang.','wangyidong','2016-05-17 09:41:14'),(11956,2,'89edd46c6c3166b55e872a156cdcfbcd17e8c3fc',1520,'* adjust for style.','wangyidong','2016-05-17 09:30:25'),(11957,2,'83b5b140acbdbc3f09a2ce8d19d28caf84981bf0',1519,'* fix error.','wangyidong','2016-05-17 08:56:53'),(11958,2,'86f644cd6f2a4fc6a1f769193c88bcc55fe17a14',1518,'* change for showerrornone function.','wangyidong','2016-05-16 17:35:40'),(11959,2,'ee83dfc97ad4b6690259a3b9202421eb0df18395',1517,'* set homepage for index when no product or project.','wangyidong','2016-05-16 17:29:18'),(11960,2,'0c368a460ac0237b6af0974c3de30bfbb2a7c991',1516,'* remove datatable.','wangyidong','2016-05-16 17:06:39'),(11961,2,'27c312f7b4f3d7eba5207f313431193a84dac028',1515,'* fix bug for ajax delete in teatcase-browse page.','wangyidong','2016-05-16 15:57:48'),(11962,2,'cf2db607d2eab8adaaca8359cad69da7f8c5cd07',1514,'* add story for cases datatable of testtask.','chenfeiCF','2016-05-16 13:27:41'),(11963,2,'0f78e9e68cf909b7da3614718977b4edb0935c6e',1513,'* trigger modal when create or edit doc lib.','chenfeiCF','2016-05-16 13:04:08'),(11964,2,'92aa5b8f7e9bb61feb10b618f9d02bd1494b2daf',1512,'* add case result and step result object for action lang item.','chenfeiCF','2016-05-16 10:41:36'),(11965,2,'3b11ebfcfe1bcaa4545a903c68ae9524d85553ca',1511,'* Unset table zt_searchdict when convert.','chenfeiCF','2016-05-16 10:02:21'),(11966,2,'60f16e44a61a09482ea10a060a6e509b742f42e8',1510,'* fix bug: set homepage button disappeared.','chenfeiCF','2016-05-16 09:05:57'),(11967,2,'d7fdb1b2c6f1ef7ddf1bf339934a2be5794f8bb3',1509,'* fix table header color on fixed in dashboard panels.','Catouse','2016-05-13 17:29:23'),(11968,2,'9a6aa2d4d4ddf56ebfa7d653d87ef1eb06ff197d',1508,'* update zui: fix error in colorPicker on update color to other elements.','Catouse','2016-05-13 17:24:34'),(11969,2,'0841c2933668d8e59b9a157ca3a58fe7c2416262',1507,'* adjust for import task.','wangyidong','2016-05-13 16:16:01'),(11970,2,'5331afa0baa1e8cefc57689cad933dabe5275a0b',1506,'* user module does not have featurebar so it is no use showing search tag on bar menu.','chenfeiCF','2016-05-13 10:31:38'),(11971,2,'dcd0285cf1fd68774be15d481ebe49b1c1d024ec',1505,'* hide the create block icon use another one if there is no block.','chenfeiCF','2016-05-13 09:55:01'),(11972,2,'a193e356ee6d94191390be6e02664910930c4cb0',1504,'* fix bug: input account into mail box automatically when edit user.','chenfeiCF','2016-05-12 14:46:00'),(11973,2,'2a86cdcf289982795c31037e5add791830f88be6',1503,'* fix bug: Can\'t save user groups if change user account when edit user.','chenfeiCF','2016-05-12 14:24:15'),(11974,2,'13265518d6bc1b57bfefcf44f7b4df9b78bedb59',1502,'* change for upgrade and zh-tw lang.','wangyidong','2016-05-11 13:39:15'),(11975,2,'0cabcabd54f2f6bdc4d7057d094e6ca89faf5987',1501,'* fix bug #834.','wangyidong','2016-05-11 13:18:32'),(11976,2,'4d78e3c1ddd7c6fc4105ca0703ace51952e48596',1500,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-11 11:06:32'),(11977,2,'830068486a1a9a8a0baea563431b9417da70b661',1499,'* adjust for set homepage.','wangyidong','2016-05-11 11:06:11'),(11978,2,'58d0dea32057b68a20cf27ac1bb3f937b53f007e',1498,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-11 10:02:33'),(11979,2,'023435d67e110627739660926bcf40265d0d7a1f',1497,'* improve UI of dashboard.','Catouse','2016-05-11 10:02:20'),(11980,2,'634b7bbae73d33dd84dec7736f4abf1fe22eacbe',1496,'* fix bug: Can not change build branch into all branch when edit build.','chenfeiCF','2016-05-11 09:43:34'),(11981,2,'9d2921c79bc2d3a0d6818058065716631eb16595',1495,'* fix style for actions of table thead.','chenfeiCF','2016-05-11 09:38:30'),(11982,2,'dc10ecdc6d35cd4fb33453575f455d00e4291bdb',1494,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-11 09:26:39'),(11983,2,'df55e68c97e88058e5cc281d07f461c415eb7c5a',1493,'* default block name when add block.','wangyidong','2016-05-11 09:26:03'),(11984,2,'af025409aa618c531de582fde3f1a85700072e66',1492,'* filter project children modules in product tree when manage project modules.','chenfeiCF','2016-05-10 16:28:25'),(11985,2,'ae532c0134e92889cad977fddd6a8214e6096856',1491,'* adjust for save branch cookie.','wangyidong','2016-05-10 16:03:11'),(11986,2,'ae29d8e1a253e5c07bb777f9969590d480867d37',1490,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-10 11:18:37'),(11987,2,'a319e31401edb08690adbf6a824722a3d9ec4e67',1489,'* add notice in tutorial.','wangyidong','2016-05-10 11:17:25'),(11988,2,'824f7cb2ce1ba349ff3c942363f9b096bcc08127',1488,'* add color tag when batch create bug, task and testcase.','chenfeiCF','2016-05-10 11:15:53'),(11989,2,'a72f1f8fd45554805a0fe18e5dfa43abf5b985ed',1487,'* fix bug for custom menu.','wangyidong','2016-05-10 10:34:50'),(11990,2,'9a9796a02733032258265a17eb70c299b7b47497',1486,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-10 10:04:19'),(11991,2,'37d80b6d9fd997e0c6a28273b751b10a535e7587',1485,'* fix UI of tree/browse.','Catouse','2016-05-10 10:04:12'),(11992,2,'d884dc22a7a54c811008aba07160ec94912a9f9f',1484,'* add color tag when batch create stories.','chenfeiCF','2016-05-09 23:03:46'),(11993,2,'83e1ebbb0dea3be65f40366357a62efaef9b5f2a',1483,'* add branch label class.','chenfeiCF','2016-05-09 16:53:54'),(11994,2,'b4d17d4d8dc643c8c56a9c635ccc6edc4ba86b13',1482,'* fix tree admin UI.','Catouse','2016-05-09 16:44:54'),(11995,2,'3019f1dfa0c2b6af0b17417f8d7d755144bb1a00',1481,'* can edit color tag when batch edit stories, bugs, tasks or cases.','chenfeiCF','2016-05-09 15:00:35'),(11996,2,'0b9b928ea203c7775ea9dbfd893b913207879306',1480,'* change branch label class to distinguish branch from module. * add title for branch and module label.','chenfeiCF','2016-05-09 13:03:40'),(11997,2,'d10578b1754f3548671636274d2612234ecb273c',1479,'* fix bug: Remind to update bug\'s stauts when task from bug is finished, bug it still reminds to update task\'s staus when updating bug\'s status even through task has finished.','chenfeiCF','2016-05-09 10:04:23'),(11998,2,'a49f04c976dbc743f22b7d7b72e7d4a81eae9236',1478,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-06 14:00:09'),(11999,2,'3e7412ec75636d3208c4bb78b77126806a514d98',1477,'* adjust for block and fix bug.','wangyidong','2016-05-06 13:59:37'),(12000,2,'e5951dc1e7e3ee63b198f0aa87b4f26df12f6e6c',1476,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-06 11:20:47'),(12001,2,'ed89cac0df69dad62d92f63bc68f89793e2004d4',1475,'* fix table cell colos.','Catouse','2016-05-06 11:20:31'),(12002,2,'342b1b02c84b49aeefddc8be01e8babd325083b1',1474,'* fix date format when creating test task.','chenfeiCF','2016-05-06 10:23:12'),(12003,2,'3749945b864b2f67d14d870c7280854884119b80',1473,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-06 10:20:55'),(12004,2,'bc23fac50a62d4c4d528cc206fe0593f35a15552',1472,'* refactor checkTable method, make table selectable after update with ajax.','Catouse','2016-05-06 10:20:45'),(12005,2,'8f2bb27c587ba07ea86a8dc53780d56c22238ef2',1471,'* remove console.log.','Catouse','2016-05-06 10:20:09'),(12006,2,'a2b78158286cc447d8e36c5b104adcaf9f0946b1',1470,'* ajust style of dashboard.','Catouse','2016-05-06 10:19:17'),(12007,2,'359f9fb786b6d21a46b76f4753ac3a1f263b87e3',1469,'* revert lang item which has been deleted in bug module.','chenfeiCF','2016-05-05 17:08:58'),(12008,2,'6b923a1ca7ffc8f9990d3cb19fd3f58d0c65e6f6',1468,'* set story stage when creating story.','chenfeiCF','2016-05-05 16:45:41'),(12009,2,'f6b67867893c9a6dcab5254be81ee805626fee85',1467,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-05 16:31:44'),(12010,2,'c4347f536bc79f84d48f0abb41f4c2528dd8adae',1466,'* fix bug for sort in branch.','wangyidong','2016-05-05 16:30:32'),(12011,2,'6a7703df034bd17b244e0c3966503c8d743d353b',1465,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-05 16:07:45'),(12012,2,'b18f2f1f36f35b1de4536ca99840414f96e3ff33',1464,'* fix table border missing in firefox.','Catouse','2016-05-05 16:07:28'),(12013,2,'8f945abc411e288c1443b71bd99c5aef1468c9bb',1463,'* fix bug for datatable custom field.','wangyidong','2016-05-05 15:38:10'),(12014,2,'6363622f2781930c0c230ebc028dfd8de68ed9a5',1462,'* mark search query when custom menu.','wangyidong','2016-05-05 13:42:58'),(12015,2,'ee5b49167992b6f12d21555bcef03bc78f5e8730',1461,'* fix bug in install and change VERSION.','wangyidong','2016-05-04 17:28:11'),(12016,2,'f65262b09483dfb9f83242e17959ad8b37ff7f91',1460,'* change for zh-tw and en lang.','wangyidong','2016-05-04 17:19:59'),(12017,2,'81189415190aab159b68e9bcd5b4136770c5c02d',1459,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-04 17:13:31'),(12018,2,'48aa11d4e515d773c598f030544bc87302f99231',1458,'* change for upgrade.','wangyidong','2016-05-04 17:13:09'),(12019,2,'ec94618e151d0aa923649afea5a212fe52b7e450',1457,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-05-04 16:57:20'),(12020,2,'bdf751f490beedad8988adc23ad8d9f6c2b52adf',1456,'* fix bug #830: Long life bugs here are unclosed bugs.','chenfeiCF','2016-05-04 16:55:57'),(12021,2,'b2651517b928b688542e6e564e7e3b69101e46ca',1455,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-04 16:51:00'),(12022,2,'76830e11761c840f0f8fc33896c88411edc497af',1454,'* change style of project/managemembers.','Catouse','2016-05-04 16:48:57'),(12023,2,'3bee3c79b31945bf200b43a395b7b56239cb2c7f',1453,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-04 16:46:24'),(12024,2,'1fd086dad9a6bcfe71d8c3bd7b6316a3c2089e2f',1452,'* fix style of project/managemembers for ie.','Catouse','2016-05-04 16:46:14'),(12025,2,'76132616025de2a50cef538e453597bb7b64bc9d',1451,'* change lang setting.','Catouse','2016-05-04 16:45:57'),(12026,2,'1c77e776271e8ac9b6d71258f178eab3416e503f',1450,'* fix bug #830.','chenfeiCF','2016-05-04 16:45:43'),(12027,2,'bd145bfe4e767411744b6a05830e7d1594b9d01a',1449,'* adjust code for uploading file when run case.','chenfeiCF','2016-05-04 16:24:09'),(12028,2,'c7408769917527b3f9d30b855df619abc778f5f7',1448,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-04 15:40:34'),(12029,2,'265b6adf9daf0b3c663e246e289361965d988d44',1447,'* add new task \'manage team members\' to the tutorial.','Catouse','2016-05-04 15:40:26'),(12030,2,'3c615c41163f2722bb37fc0a1780f1653a9b4189',1446,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-04 15:00:31'),(12031,2,'5d70ec7e35d81234ddd11d6cd2eca7643a82fece',1445,'adjust code.','wangyidong','2016-05-04 14:59:39'),(12032,2,'747bc3b06ae25888343f2cfd74be5967b90ff19d',1444,'* fix style for tutorial module.','chenfeiCF','2016-05-04 14:43:59'),(12033,2,'ce1a9b27324309930f3fc2e9ac4d5a3eaaed24d4',1443,'* ajust style of module labels.','Catouse','2016-05-04 14:28:56'),(12034,2,'a9e4e1d8a11ed02ff4cb8fa45156cc990310e313',1442,'* remove console.log.','Catouse','2016-05-04 13:53:52'),(12035,2,'d27aa31723a6e5534f84250a66aea042721aca61',1441,'* change UI of project/tree.','Catouse','2016-05-04 11:54:38'),(12036,2,'4c5c25ee282785c942dea260c437db206b171366',1440,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-04 11:30:05'),(12037,2,'c42ca921b24bf86bbef3d3bb8530d787c632bee0',1439,'* change style of module labels.','Catouse','2016-05-04 11:29:56'),(12038,2,'9880310b62843b20dc41d07d74fac11c348a9574',1438,'* change the width of input box of contact list name.','chenfeiCF','2016-05-04 11:13:22'),(12039,2,'3154ef97f2a70d28f4c8e37bbb6e99510b25c0d8',1437,'* improve dashboard UI.','Catouse','2016-05-04 10:34:51'),(12040,2,'6ba5b60e09e8800ee273c5a56ce2912282cfea24',1436,'* refactor code.','Catouse','2016-05-04 10:25:37'),(12041,2,'9abc3ed6bef45718477f2b06e31011984638e05b',1435,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-04 10:00:33'),(12042,2,'482826a8184f44763de85066a731a25aa66e98a6',1434,'* fix UI of tutorial mode for IE browsers.','Catouse','2016-05-04 10:00:26'),(12043,2,'8eea428911a53e413b840f03193094bf80ded9c9',1433,'* update zui.','Catouse','2016-05-04 10:00:02'),(12044,2,'afdb3886f24ce09d35564b5970b702e6f40baed8',1432,'* wrap js code as jquery ready callback.','Catouse','2016-05-04 09:59:54'),(12045,2,'9e9c71a0549f9694fde3a6733b8311fd299ca653',1431,'* adjust code for manageContacts method.','chenfeiCF','2016-05-04 08:39:38'),(12046,2,'4604a3c36833b9d7ccf5b4425d189c498f460de6',1430,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-03 17:34:24'),(12047,2,'b1246cb458d15eeb4bbbde42a2d26d4830fba431',1429,'* adjust for combinatorial search.','wangyidong','2016-05-03 17:33:32'),(12048,2,'0a749292bcd43a7f438c9e63a71ad5be1cb94180',1428,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-03 17:22:40'),(12049,2,'43bbeab578bdab5a1c3c7bb9c1d6c16f5fa2c9e0',1427,'* update zui.','Catouse','2016-05-03 17:21:26'),(12050,2,'a512350363b3a3857da5f2564e746193df6a5a89',1426,'* adjust code.','wangyidong','2016-05-03 17:13:11'),(12051,2,'5ffc37fefeb2cbdb321acf5c253eab230319ac9f',1425,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-05-03 11:19:56'),(12052,2,'553963a627e000d31df0de6e6f31b74c8912d6e7',1424,'* remove useless file and adjust export template.','wangyidong','2016-05-03 11:18:49'),(12053,2,'6d2e09397a508a18b8fd7f7e47a6f3b01e26382f',1423,'* closeModel after submit \'my/managecontacts\' form.','Catouse','2016-05-03 11:10:07'),(12054,2,'e7776d39559a2b62c7c9d26686305d9375d9132a',1422,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-05-03 10:33:22'),(12055,2,'1289702d4166c68b4b8164a855d9dd0ae2adcfa7',1421,'* change UI of \'project/manageMembers\'.','Catouse','2016-05-03 10:28:04'),(12056,2,'9dd48a815e1ea488754c4000d061b7a04f58d036',1420,'* adjust code.','wangyidong','2016-05-03 10:10:51'),(12057,2,'2ea55f54f50145983dce71d8d7118e12840e37f6',1419,'* adjust code for task #2543.','chenfeiCF','2016-05-02 21:04:51'),(12058,2,'17de99d55eae92ff71efc1d4a02a3b7132dd3e69',1418,'* add custom for batch edit todo.','chenfeiCF','2016-05-02 12:14:04'),(12059,2,'efd4c1c14cd66ae994a9731d384adf1b53a1bdbf',1417,'* adjust code for batch create and edit mothod.','chenfeiCF','2016-05-02 11:51:21'),(12060,2,'ae1bea822c1d21f7c5be8ac8c097fd478b39e963',1416,'* add comments for common.js','chenfeiCF','2016-04-29 17:02:17'),(12061,2,'1f25dce2cdeefb60dde50829f89b708057384e59',1415,'* adjust lang item position for bug, task, testcase module.','chenfeiCF','2016-04-29 16:54:35'),(12062,2,'c70145b4ccecdc023be66057917fd39b66ccd236',1414,'* fix bug: hide closedReason if it is customed to hide.','chenfeiCF','2016-04-29 16:20:28'),(12063,2,'f9386dbfde47c84e9da2eeaa699fa58728a5f4a3',1413,'* change hasFields into visibleFields.','chenfeiCF','2016-04-29 16:08:33'),(12064,2,'cc5e08bf566a9cd6c853489fad5b5bf4ad317ca8',1412,'- remove useless lang.','wangyidong','2016-04-29 16:06:43'),(12065,2,'150de50d7f6faf7e2bd33fb3fdae0cd114e7f577',1411,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-29 16:05:54'),(12066,2,'b0db3d112834590914f1cdde204c2f8bcb2f1921',1410,'* adjust for overflow auto when fields too more.','wangyidong','2016-04-29 16:04:36'),(12067,2,'12e7c14a71327bb0b274e0d1ac41e84f294b8e4a',1409,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-29 15:45:42'),(12068,2,'cc2a7e60c0cb1eb91ceb0fe45f220092d7785e98',1408,'* change moduleIds into moduleIdList.','chenfeiCF','2016-04-29 15:45:01'),(12069,2,'ef94ddb2844acbf64e81c4c2fc0cdec3e871425a',1407,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-29 15:44:25'),(12070,2,'5c6f2c0b4346f952bb3b3573315b61d3ae06d91b',1406,'* adjust for custom field.','wangyidong','2016-04-29 15:44:06'),(12071,2,'fa2cadf1958d1e823f1c1340d133d2f2768e517f',1405,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-29 15:30:57'),(12072,2,'38dbf6e28a22cc2bbbef006da951054c1262b7ad',1404,'* change name and adjust code format for custom fields.','chenfeiCF','2016-04-29 15:23:15'),(12073,2,'746774ee7214be51231c6507cec5b04826446c53',1403,'* adjust code.','wangyidong','2016-04-29 15:08:32'),(12074,2,'d05b006311820ac8b7863783ca7a07210c9f4758',1402,'* adjust for delete template.','wangyidong','2016-04-29 14:58:39'),(12075,2,'c87a695eadc24eec73e6060f58be97f5bf761463',1401,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-29 14:46:34'),(12076,2,'c53e78728d8699311109d64fc5c6095f43c3f3e1',1400,'* revert project-task and adjust grouptask page.','wangyidong','2016-04-29 14:46:03'),(12077,2,'6f1d2def6f4864382b4c1c50067a23a9d7fed997',1399,'* change \'my/managecontacts\' UI.','Catouse','2016-04-29 14:39:41'),(12078,2,'b556ffe47d63d0239e46195c887aae796607a181',1398,'* adjust for dept and tree browse.','wangyidong','2016-04-29 14:37:58'),(12079,2,'c0fab02d5dea80271287d595e75bbe107d114ac0',1397,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-29 14:15:47'),(12080,2,'26050b1215e0407b8846d57f5f7da4fe2452b13c',1396,'* change tree browse UI.','Catouse','2016-04-29 14:15:39'),(12081,2,'0fc6a0da81cc6a73898443f70f281d0976211958',1395,'* rm suitEndDate method and adjust code format.','chenfeiCF','2016-04-29 13:48:05'),(12082,2,'152b81d3e9642cc52581ec1868bf2b6b84cc4e9f',1394,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-29 13:46:29'),(12083,2,'2b5a4583504e3d9d585be32816fa1e495fe34440',1393,'* adjust showmodule link position and fix error.','wangyidong','2016-04-29 13:45:28'),(12084,2,'8f5a147d81602c874949b92844c8775079cecc85',1392,'* adjust code format.','chenfeiCF','2016-04-29 13:38:04'),(12085,2,'66d2f40056ca2e30b26e41be9c17e854650a964b',1391,'* adjust code for managecontacts method. * add buildcontactlists method which is fetched in story, bug, task and testtask create method.','chenfeiCF','2016-04-29 13:22:37'),(12086,2,'dd039abb6ff038fea928250ba02d40d87bba5315',1390,'* adjust for set homepage.','wangyidong','2016-04-29 11:05:15'),(12087,2,'8ba883511f1c8be301c7f06477e9a3eecd55acea',1389,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-29 10:30:22'),(12088,2,'10c0c19c8f14d06a5bccce8075b6d454d0c91594',1388,'* change for block.','wangyidong','2016-04-29 10:29:20'),(12089,2,'e79539c5deed44497bf69dd746cff834696d8d13',1387,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-29 10:13:54'),(12090,2,'40831717f18327673a1f84db7430cb1de7ad30d1',1386,'* refactor code for tutorial mode.','Catouse','2016-04-29 10:13:46'),(12091,2,'9184d4757e15ac872131d195895649c93f6cde95',1385,'* change array param into 2 string params for file module and adjust related code in testtask module.','chenfeiCF','2016-04-29 09:57:58'),(12092,2,'5e8d1e160f2b536cf15a5dc8595f0fd8a91fd316',1384,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-29 09:40:45'),(12093,2,'80f3d591c0e8e45257e19682b6fa602b1b574875',1383,'* refactor code.','Catouse','2016-04-29 09:40:38'),(12094,2,'5ea4367ac60c07a5d5c1e6d047a90a8f789c7578',1382,'* change showOs into showOS for bug create view.','chenfeiCF','2016-04-29 08:43:42'),(12095,2,'263023fe3c8ab7884e5069f099c1eb804220f530',1381,'* adjust lang item for \'index\' of product, project and qa module.','chenfeiCF','2016-04-29 08:40:59'),(12096,2,'ac19e849159d0262349948ba17435a9cf51bfc8c',1380,'* rm createPrjManageMemberLink method and adjust getDeptUserPairs method.','chenfeiCF','2016-04-28 17:42:18'),(12097,2,'2816e2fa5136067bf3db4214273be7a4cddd6512',1379,'* adjust for module menu.','wangyidong','2016-04-28 17:35:33'),(12098,2,'6d8d2c6565295c44305ac32963784a6c00e0f3f6',1378,'* remove useless function.','wangyidong','2016-04-28 17:34:02'),(12099,2,'55ca035860d400e906f396f81c8b70b2e81fa44b',1377,'* add more block for ranzhi.','wangyidong','2016-04-28 17:29:44'),(12100,2,'2080da90ee0c24e6433f0d4b3a4b01d8351b83ac',1376,'* change feature model UI.','Catouse','2016-04-28 16:30:46'),(12101,2,'fc6b25df8f408334d54f684d0dc3190c0d2636d3',1375,'* fix code for tutorial mode.','Catouse','2016-04-28 15:50:42'),(12102,2,'b7c1125b30008a008cdaec51d50043ac2436b97c',1374,'* ajust code.','Catouse','2016-04-28 15:17:30'),(12103,2,'9a0bf1da6ac4c826167c7398960ef4f4cffa0611',1373,'* change grouptask UI.','Catouse','2016-04-28 15:17:20'),(12104,2,'9c707c4b89b3c0f3d5c3904b076a43b93fc79e59',1372,'* fix project/tree view UI.','Catouse','2016-04-28 15:17:00'),(12105,2,'bc9bf450926268ed5f9f43bc3de265b3d873d2f2',1371,'* fix status style definitions in default theme.','Catouse','2016-04-28 15:16:45'),(12106,2,'b6e1e16cd86cae3be4fd9a63c6825ce7ef7176b1',1370,'* change feature menu UI of project/task.','Catouse','2016-04-28 14:08:50'),(12107,2,'f4525e9554eea08768f05881275ca2738291555b',1369,'* change feature menu UI of project/task.','Catouse','2016-04-28 14:06:29'),(12108,2,'fb0a1d49b6f29042df8725f5aaaa5df8986fb587',1368,'* fix model title missing.','Catouse','2016-04-28 13:46:32'),(12109,2,'b1d66bcf3e873501c4ad33dbd254aa1fcf222edd',1367,'* change style of module admin view.','Catouse','2016-04-28 13:36:47'),(12110,2,'5bdf5fb13783db46abdd263f44879f8dace6e81d',1366,'* update zui.','Catouse','2016-04-28 13:31:24'),(12111,2,'4b23bfabeeec9276aa8b2a97ffafb1d34d04baa1',1365,'* change project tree view UI.','Catouse','2016-04-28 13:31:16'),(12112,2,'26c54d376e91f7bdf1273e121720bf5846d4f282',1364,'* change project tree view UI.','Catouse','2016-04-28 12:05:05'),(12113,2,'c38da5160f18773f777e48334cfb9c0dfdfae7ab',1363,'* fix dropdown menu not work in data table pager.','Catouse','2016-04-28 10:33:14'),(12114,2,'367fab7ed051ff7881bbb4abdc3497f6878f72e2',1362,'* fix style conflict in my/todo.','Catouse','2016-04-28 10:29:31'),(12115,2,'37014d90857e0dd27930a757f33b14007a503cec',1361,'* revert default theme.','Catouse','2016-04-28 10:22:12'),(12116,2,'f211bc0abb7705520dd7f15fc0f3c7a4699fb238',1360,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-28 10:11:31'),(12117,2,'badd47cb6aca0fd05fe3e054dd437869d986aca7',1359,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-28 10:11:08'),(12118,2,'fc72b8e4c794d592ce0ae8d0e9c45b2556df8283',1358,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-28 10:11:05'),(12119,2,'2f535bf4cf5b57cb265dfd804211d7a8e64f33a4',1357,'* change dashboard UI.','Catouse','2016-04-28 10:10:58'),(12120,2,'a3076feab0a9bfebdd3af78dfe82fb892bd4f3ed',1356,'* change default theme.','Catouse','2016-04-28 10:10:43'),(12121,2,'4dba7d5de044f6634366416b5b6746e5b820c291',1355,'* fix bug.','wangyidong','2016-04-28 10:10:42'),(12122,2,'dcead9593f1fa928eca2e770272d83e0dec1619e',1354,'* adjust code for task #2577.','chenfeiCF','2016-04-28 09:13:28'),(12123,2,'a95d623dec0b1d52f8799704753755fdf4089421',1353,'* fix bug for show dashboard first.','wangyidong','2016-04-28 08:38:45'),(12124,2,'d01ba354a2efd64de1132035651b8da2eed2f2d2',1352,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-27 17:32:44'),(12125,2,'64ba2bc34fb295f7c5307776d80037c33b8b352e',1351,'* adjust for block.','wangyidong','2016-04-27 17:32:00'),(12126,2,'65a591a8f4797ff4a6e553fb600731c5b4b64f38',1350,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-27 17:13:49'),(12127,2,'8a847af41da575d89b024dae28551009aad9c89f',1349,'* add new style for tooltip to theme.','Catouse','2016-04-27 17:13:41'),(12128,2,'6b2375b028418ee771d3c2fbaed41fe5c0d84c14',1348,'* change menu UI.','Catouse','2016-04-27 17:13:19'),(12129,2,'5707226b82b1aed98d4356a2a896f33eb3618656',1347,'* change tutorial UI.','Catouse','2016-04-27 17:13:03'),(12130,2,'2f794905bf22654d5a1e62e5aee63afe7c2a16a8',1346,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-27 16:56:06'),(12131,2,'ef016ae98adb2de1477250305adff96f6f689fc2',1345,'* change for md5 password.','wangyidong','2016-04-27 16:55:33'),(12132,2,'281173aefef872881a86e0a8d0f2e242bc9bf022',1344,'* fix UI of tree edit view.','Catouse','2016-04-27 16:32:03'),(12133,2,'c281641e651097c138da1f4b600bb7aeb608fb06',1343,'* fix tree does not preserve state by update zui.','Catouse','2016-04-27 16:13:42'),(12134,2,'cda90d1adbed67f9561d73d01b292fab55c774d1',1342,'* update zui: remove carousel from zui.','Catouse','2016-04-27 15:45:16'),(12135,2,'24250ce32252992ff4f2bae5a3728b40ad128700',1341,'* fix bug #761.','Catouse','2016-04-27 15:43:57'),(12136,2,'7c95170c7d5687a73f138cd36644c5daa4c37733',1340,'* fix style of table in report charts.','Catouse','2016-04-27 15:07:30'),(12137,2,'2e186dae37c2989d320adc78aa7727e3350ea963',1339,'* improve selectable UI and fix bug #715.','Catouse','2016-04-27 15:03:01'),(12138,2,'763aeda1cd7b385355c82b0b43fab1769af167ce',1338,'* fix style of datatable menu.','Catouse','2016-04-27 14:51:19'),(12139,2,'b880e32ddbd5ba3722ae3f5df5c870d05808d6ce',1337,'* change color of dashboard action links.','Catouse','2016-04-27 14:50:53'),(12140,2,'6870ce368472ed33ac11a5e41c08501cff02d081',1336,'* fix bug #824.','Catouse','2016-04-27 13:49:13'),(12141,2,'5ba877d7107ce2b7f2fb32cd3b74e3f58a56af15',1335,'* fix bug #826.','Catouse','2016-04-27 13:48:37'),(12142,2,'8ca15e50b97019bce6008fa798156669a85c0b2a',1334,'* change list group style in my/managecontacts.','Catouse','2016-04-27 13:43:41'),(12143,2,'5a2364454a6e687e09d07bc4bb09601a7ff8e379',1333,'* change dashboard UI.','Catouse','2016-04-27 11:55:40'),(12144,2,'1b4639d5f9c7e2d435caa0b6266bc04fb1953ae5',1332,'* change tree UI.','Catouse','2016-04-27 11:39:13'),(12145,2,'dfe818bd11a89c1ef6116b8124a88c482ae53588',1331,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-27 10:13:09'),(12146,2,'3f16cc786b4214f9cd5eecfbf19aa267bc35d427',1330,'* change code for addPriv8_2 method.','chenfeiCF','2016-04-27 10:12:29'),(12147,2,'a974ec32d01e2a65bfa52a74a016d82944507572',1329,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-27 09:59:52'),(12148,2,'93001c037c631d0d871f89107cae958506d01d31',1328,'* add zh-tw lang and check en lang.','wangyidong','2016-04-27 09:59:23'),(12149,2,'4967d2d5e54ad35b9d25733f8fd5183cdc37bf09',1327,'* adjust code for buildexporttpl view.','chenfeiCF','2016-04-27 09:52:39'),(12150,2,'54cba0a9e543f2d3123483616037062fce91e2b8',1326,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-27 09:27:38'),(12151,2,'e019ddbba3f74b258fa529189844b886aac9ca63',1325,'* add fullchart block in index page.','wangyidong','2016-04-27 09:26:58'),(12152,2,'f7063f570ff7bd02bd1dd6512b69f21a73247212',1324,'* fix bug #828.','chenfeiCF','2016-04-27 09:25:56'),(12153,2,'50cc2cdbf5a308a3f06007dc9064fb2cdf3e4503',1323,'* adjust tutorial power.','wangyidong','2016-04-27 09:11:28'),(12154,2,'4126db324d24a4ea787747e77db3071822a57091',1322,'* fix bug: can not get child dept users.','chenfeiCF','2016-04-27 09:03:23'),(12155,2,'b66ce7411abb69f7a15a315dbc35e5444302b7e6',1321,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-27 08:59:54'),(12156,2,'b07caeefae6a4a24661765a7109860c8aa98925c',1320,'* finish task #2526, task #2525.','Catouse','2016-04-27 08:59:20'),(12157,2,'240b81f508dcfac9c8dd738ba44e9b8cede4a1c9',1319,'* adjust for tutorial.','wangyidong','2016-04-27 08:30:32'),(12158,2,'20520456b891d55447b349658497c5085947b8df',1318,'* add confirm dialog to tutorial mode.','Catouse','2016-04-26 17:52:27'),(12159,2,'df065e18edef859dff5fac024dca5125269f6214',1317,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-26 17:12:37'),(12160,2,'12f5593d669756050ea08589d7def0d466351938',1316,'* improve tutorial UI.','Catouse','2016-04-26 17:12:28'),(12161,2,'b13972d91c0f2a007b5f4b8f2ea216b29ef1cc90',1315,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-26 17:10:47'),(12162,2,'6d0d9bd80e2cf13a7a880fe280f54a5acf017393',1314,'* fix bug for feature bar custom menu.','wangyidong','2016-04-26 17:07:39'),(12163,2,'b8825a18a29c363bec7d705b32450864bcac3343',1313,'* Create new contact list if no contact list when manage contacts.','chenfeiCF','2016-04-26 17:06:14'),(12164,2,'ba10199096fee2ed6f9e8bfdc08059e163580644',1312,'* fix bug for build menu.','wangyidong','2016-04-26 16:47:38'),(12165,2,'5107805a0f23c21c890cb4297d6826eb45a012be',1311,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-26 16:24:02'),(12166,2,'0e5971967b9d7014e27fdf479b85829a1c49fcb1',1310,'* remove check domain in getSiteCode.','wangyidong','2016-04-26 16:23:24'),(12167,2,'b2a03b7595e4f7c072f03e483167a6df92d306a7',1309,'* adjust for init block.','wangyidong','2016-04-26 16:22:36'),(12168,2,'652dbbed75903d024d348084e350a3fa0a940217',1308,'* ajust code.','Catouse','2016-04-26 15:59:47'),(12169,2,'cbbdbb63b89b0685953d21036962d6c1af3c6bfc',1307,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/common/model.php module/custom/model.php','Catouse','2016-04-26 15:56:54'),(12170,2,'fb160e115dee9d701dc8ac4da85c6fce351351b9',1306,'* improve tutorial UI.','Catouse','2016-04-26 15:54:12'),(12171,2,'676a46f4be7f44a0744adc24f35021c31753b477',1305,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-26 15:52:45'),(12172,2,'b69889c38887477b4a643dd3bb88a5961cbd690c',1304,'* adjust for user-create by tutorial-wizard.','wangyidong','2016-04-26 15:52:08'),(12173,2,'ee047197ccc05abda6ebf08bf728770f469a5022',1303,'* adjust english lang item for tutorial module.','chenfeiCF','2016-04-26 15:46:34'),(12174,2,'f91aad9e464067a284fc8f491ac78b3f9328b919',1302,'* fix error for english lang item of tutorial module.','chenfeiCF','2016-04-26 15:26:55'),(12175,2,'a20671196ade21dcb0e77158e98afb3c7c800216',1301,'* remove novice mode config.','wangyidong','2016-04-26 15:03:50'),(12176,2,'71280187149b80edb2f3fb5b75e8e73e96f8da76',1300,'* change for encrypt password.','wangyidong','2016-04-26 15:00:55'),(12177,2,'947ee783ff58a57140071bd6ad9604a75030f96c',1299,'* switch for encrypt password.','wangyidong','2016-04-26 14:59:17'),(12178,2,'19d44f1ebacdf5e6bfbb031926f0f057ff9b4c73',1298,'* fix colspan for product and project batch edit view.','chenfeiCF','2016-04-26 14:17:55'),(12179,2,'f0f665cc01a53a9128bda8895c87678d23782fd2',1297,'* set chosen-drop min width for plan field when batch edit bugs.','chenfeiCF','2016-04-26 14:12:47'),(12180,2,'4fb6f580c5efdc2572561cd1016e3c15824af282',1296,'* fix textarea height in chrome.','chenfeiCF','2016-04-26 14:04:10'),(12181,2,'796121e47613755ac04b94949a351f004dcded29',1295,'* Set default join date if join field is empty when batch create users.','chenfeiCF','2016-04-26 13:34:06'),(12182,2,'6409895aa24e61c2c455f0b176ad5ee048b8a239',1294,'* fix tfoot style for todo method of my module: import button should not wrap.','chenfeiCF','2016-04-26 10:42:37'),(12183,2,'ff8c4bb5e97bb3ed3e778dbaa9d65274681713b4',1293,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-26 10:37:13'),(12184,2,'cb5f7162c8320a02a8e1f7854d8a704773435fcd',1292,'* change zentao help page link.','Catouse','2016-04-26 10:36:58'),(12185,2,'956e2259ee77e59f63dd0e32ef225bd1ab3d4526',1291,'* change style of \'misc/feature\' view.','Catouse','2016-04-26 10:36:45'),(12186,2,'23de8db1cdb048fa1ac877e248a9a07f52addbf9',1290,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-26 10:26:17'),(12187,2,'8362b154c7fd08930bc304fb508e54493e6eed23',1289,'* change for get viewType.','wangyidong','2016-04-26 10:25:45'),(12188,2,'23773b99c8bce649ba340f16c1e919e4acdf699e',1288,'* fix style for buildexporttpl view if template name is too long.','chenfeiCF','2016-04-26 10:18:26'),(12189,2,'bf2a617c908cc30548f197826446084640a6f763',1287,'* fix style for block view.','chenfeiCF','2016-04-26 09:59:15'),(12190,2,'af195c974dfa5b99881cdca774982e2fe993ee8a',1286,'* remove console.log.','chenfeiCF','2016-04-26 09:37:09'),(12191,2,'734da9eb375849695325273f9fef7698ce93495b',1285,'* remove \'arrow\' for fixing product index page style. * add english lang item for search module.','chenfeiCF','2016-04-26 09:26:13'),(12192,2,'6f2024abac1c99d7126960f8c5c941214c5d5a95',1284,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-26 09:23:24'),(12193,2,'03a8e3a2d63d13e27db8f7296d22acc0dd45d8cf',1283,'* build tutorial data and add wizard function.','wangyidong','2016-04-26 09:22:46'),(12194,2,'1f84eac3e3da8ec653c485fea0cf1f2e3db9f0ea',1282,'* fix colspan for results method of testtask module.','chenfeiCF','2016-04-26 09:03:03'),(12195,2,'5200d26e7b3422789cc9916fd527b9b1b5609608',1281,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-25 18:31:35'),(12196,2,'40d5b4190c18a1c58a03696ccc5b2b12effeb797',1280,'* finish task #2544.','Catouse','2016-04-25 18:31:25'),(12197,2,'131e996a59fb28aa040cabf1d1124dc357846752',1279,'* update zui.','Catouse','2016-04-25 18:26:47'),(12198,2,'9ce9183d8b58269e2bd69449dd7eef800ae5bfea',1278,'* remove console.log.','Catouse','2016-04-25 17:45:15'),(12199,2,'81eea5e27def0a954bb234681d1c53c752ddfd75',1277,'* add english lang item.','chenfeiCF','2016-04-25 17:04:12'),(12200,2,'044f7de265af0d2003ddb0b9a4e4588126bc21ba',1276,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-25 16:34:37'),(12201,2,'09059f6b7db05674fbd90f897820cd1ecaa0fdb1',1275,'* add english lang item and change for zh-cn.','chenfeiCF','2016-04-25 16:33:03'),(12202,2,'6a48745fcbbf7f732a1aa7795a516e56ad6d2b2f',1274,'* fix percent calculate method.','Catouse','2016-04-25 16:28:28'),(12203,2,'1fda3a14986754494b77701094ad5b2134821239',1273,'* finish task #2581.','Catouse','2016-04-25 16:16:34'),(12204,2,'72bab02bef7d6e4f987c8b054d46e217e5c4d8fc',1272,'* ajust code.','Catouse','2016-04-25 16:16:02'),(12205,2,'dfa4471e26d633800ce46b41110e273d85f547a5',1271,'* improve tutorial UI.','Catouse','2016-04-25 12:06:10'),(12206,2,'3a11f1972c705b7a7b85178eb92dda609c7a139f',1270,'* fix code error.','Catouse','2016-04-25 11:46:18'),(12207,2,'dcf2d475f7aba12c910a3ad69380cd1a1d9e8d8c',1269,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/tutorial/control.php module/tutorial/view/index.html.php','Catouse','2016-04-25 11:44:41'),(12208,2,'2f5e3e3d6d7f415f91efea513d6e714f2a0bebce',1268,'* finish task #2563.','Catouse','2016-04-25 11:41:40'),(12209,2,'473e4ab805addcb6bcabd58eb7c6bb3b882347f2',1267,'* fix style for uploading and checking attached files.','chenfeiCF','2016-04-25 11:12:20'),(12210,2,'fbccbf45b746a46243ec7796ccc2614e80eda565',1266,'* adjust code for error.','wangyidong','2016-04-25 10:55:47'),(12211,2,'1e49a490c4af1cb047293b70635d8e9bf627541d',1265,'* adjust for branch and add restore function.','wangyidong','2016-04-25 10:04:09'),(12212,2,'47de6173f9794de891d4aa87fe41e24774a6c63d',1264,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-25 08:42:27'),(12213,2,'64811aa633d7f2fc640e05d80ca14a2475eb3f9d',1263,'* code for task #2563.','Catouse','2016-04-25 08:42:17'),(12214,2,'1defa3dacd799c79ff388adc39911cdd8f7d9ed8',1262,'* fix table head for product all, project all, productplan browse and testtask cases method.','chenfeiCF','2016-04-24 18:39:59'),(12215,2,'7a601b1172b5a82c3ccc36bc31f07f1583df03fc',1261,'* fix error for fixedTheadOfList and fixedTfootAction method after ajax loading.','chenfeiCF','2016-04-24 18:02:46'),(12216,2,'c39b58eaa69b6f225d77a3627827914d10b82814',1260,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-22 20:38:26'),(12217,2,'37ffcf59d8ecd65e1a0cb4475fb276cc7b7517fe',1259,'* code for task #2562.','Catouse','2016-04-22 18:04:15'),(12218,2,'2872ae3f8f6bee1644e362fab04115acef78de6a',1258,'* code for browse filter.','wangyidong','2016-04-22 14:19:37'),(12219,2,'ed4ad97ac3804eea3879be826134e4561b911b35',1257,'* adjust for custom menu.','wangyidong','2016-04-22 14:16:22'),(12220,2,'4f6744ec477474addbdf63dad39d308e36a4ad31',1256,'* code for task #2576: add color tag for story, task, bug, case in block and my module.','chenfeiCF','2016-04-22 13:25:16'),(12221,2,'b820895a551abab1a7cdac0905a5ec518bf97f02',1255,'* code for task #2562.','Catouse','2016-04-22 11:30:46'),(12222,2,'7b15a503af2519520d53ec13ce8948941438e67b',1254,'* add footer to misc/about view.','Catouse','2016-04-22 10:35:06'),(12223,2,'525a6497494cae58820679a5e67db764f66437f1',1253,'* change tree method.','Catouse','2016-04-22 10:21:56'),(12224,2,'063b1c97e261776b7e0ea30f08bc0ae9c325fa3a',1252,'* make close modal button work.','Catouse','2016-04-22 09:58:31'),(12225,2,'ad91d7b16c3a1d633144b8ceba023249a6e31c41',1251,'* improve UI of project tree view.','Catouse','2016-04-22 09:35:26'),(12226,2,'44b225bbdee0923cdb1594b8f509373858147b14',1250,'* update zui.','Catouse','2016-04-22 09:35:02'),(12227,2,'cd5b5e8a38b57d236947fc524d7767561889867d',1249,'* fix bug: can not set custom lang when lang is en.','chenfeiCF','2016-04-21 21:24:45'),(12228,2,'4b92f379ec9c2d2069ff6aba0da2858850628020',1248,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-21 18:04:07'),(12229,2,'e2702036cfef3ca3c0d192319af3eba18b653e2a',1247,'* tree support update after actions with ajax.','Catouse','2016-04-21 18:03:57'),(12230,2,'2894c8b046ac273e060cb10be690667a0804d89b',1246,'* fix menu custom UI.','Catouse','2016-04-21 17:28:37'),(12231,2,'0927768631936f7ad96d3d4ab9052d94b791aaed',1245,'* add english lang item for \'list\'.','chenfeiCF','2016-04-21 17:13:21'),(12232,2,'9fba47c58425800bf712d5f597310677cc6ba330',1244,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-21 16:36:20'),(12233,2,'ae05ed236d89b7c2f0fae0cfefee0f836702a011',1243,'* fix bug #827.','chenfeiCF','2016-04-21 16:35:00'),(12234,2,'077f52214ac160cdd066ea8c77c881dca99cc1a1',1242,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-21 16:27:21'),(12235,2,'a64adf09c8b23823c27ea96aaa4eccf55995baf9',1241,'* ajust code.','Catouse','2016-04-21 16:22:47'),(12236,2,'c64b48ebad3006378cac54b296b6cb29ee4553bd',1240,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-21 16:11:20'),(12237,2,'30464151ce113b24be3b4532611a59102ae05872',1239,'* fix bug and adjust code for product-tree.','wangyidong','2016-04-21 16:10:38'),(12238,2,'dd3b0bbb5ea8efdba94f926ba24fddb9ddc0a058',1238,'* fix an error on display user account information.','Catouse','2016-04-21 16:03:36'),(12239,2,'05c5c2e50a89f94c5a9a462273a78a1558995425',1237,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/project/model.php','Catouse','2016-04-21 15:45:08'),(12240,2,'3663f341e9a8549f7c73c4a8e37bb3b48561af4f',1236,'* refactor code.','Catouse','2016-04-21 15:43:36'),(12241,2,'6cfe70895b884fba5f4030638309accedf1c8acf',1235,'* change it again.','wangyidong','2016-04-21 15:39:20'),(12242,2,'9f2e4e99ea4353fe0094e4b40a223e41dfaa59ba',1234,'* fix product tasks tree view.','Catouse','2016-04-21 15:12:54'),(12243,2,'0524386afb8d02b09379736fa4974d21fcf8eb39',1233,'*disabled main menu sortable.','Catouse','2016-04-21 13:49:11'),(12244,2,'70abc0efab4bad0a32cc244ff2fb9f4891e7943a',1232,'* fix error for build menu config.','Catouse','2016-04-21 13:48:40'),(12245,2,'825350f42139498db247b9ccc2da8f54dab912e8',1231,'* improve custom menu UI.','Catouse','2016-04-21 12:07:15'),(12246,2,'ceb8e4fe67780636ce8cb6368357b4dae356028f',1230,'* ajust code.','Catouse','2016-04-21 12:06:52'),(12247,2,'597300de4645f74ba5fb8c11f5e94899856c8926',1229,'Merge branches \'master\' and \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-21 08:45:55'),(12248,2,'27676eeb4b4f414b029ce4bfcee7a737bccfc50e',1228,'* add menu custom UI.','Catouse','2016-04-21 08:45:43'),(12249,2,'5d449563ca3f3654b74a364ac02241e497c7f7c2',1227,'* fix bug: should not get moduleOptionMenu of product whose id equal project when project links no product.','chenfeiCF','2016-04-20 16:27:53'),(12250,2,'0d727fc3d86afe660dfa4adf7912b35955adc9a8',1226,'* change menu method.','Catouse','2016-04-20 15:39:47'),(12251,2,'06f3fe23b106b380daac9e8a70ed277ea42ff714',1225,'* change menu method.','Catouse','2016-04-20 15:35:44'),(12252,2,'42a26d17deac8dae9ce9cdc54f7b504c945742bb',1224,'* fix feature menu.','Catouse','2016-04-20 15:29:12'),(12253,2,'149e26071ffc156af200ccfa1d681035c2239249',1223,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/bug/view/browse.html.php module/product/view/browse.html.php module/project/lang/zh-cn.php module/project/view/taskheader.html.php module/testcase/view/caseheader.html.php module/testtask/view/caseheader.html.php','Catouse','2016-04-20 15:14:39'),(12254,2,'d89d674cddfa277ffd8104749dfed9dc04659622',1222,'* code for task #2522,2579.','wangyidong','2016-04-20 14:51:05'),(12255,2,'9f6b17244231fc1e9be7ac939211c494f9365560',1221,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-20 14:12:48'),(12256,2,'0733b9f177f249d0260a69a9a863cbd08b6b0f1a',1220,'* fix UI for feature menu.','Catouse','2016-04-20 14:06:23'),(12257,2,'164f7630d393b954e11c9aa400a5cc8e000da51b',1219,'* fix error for task #2559: not merge product module pairs when type is \'task\';','chenfeiCF','2016-04-20 11:21:17'),(12258,2,'c4c5f942e87956d435840748b9f403d3a29b4f18',1218,'* change model motheds for menus.','Catouse','2016-04-20 08:41:42'),(12259,2,'4e0d51bba54a6cf1044852c6cbb3c5e5c17b1479',1217,'* ajust code.','Catouse','2016-04-20 08:41:03'),(12260,2,'b52947ed2743df6c5d44dc7bc7684c098928309f',1216,'* code for task #2518.','Catouse','2016-04-19 17:50:02'),(12261,2,'a184f23c81af3621e5b4af4a6fc3b82a0cb2671a',1215,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-19 17:49:36'),(12262,2,'3a6d5cf29cda7bdb985d83fef00ac2ba29baf738',1214,'* add method to refresh all panels in dashboard.','Catouse','2016-04-19 17:49:19'),(12263,2,'156c55cb703a7341c32a357f5ea7fa8b1bcbbd7b',1213,'* add lang itme for files of story and task module.','chenfeiCF','2016-04-19 17:30:08'),(12264,2,'d9f12f65628ed64f8a416bcf4dab2ee8d9ab5020',1212,'fix bug: fill \'admin\' in last input tags automatically when batch edit users.','chenfeiCF','2016-04-19 17:05:53'),(12265,2,'ff5dac78873315bd15092dc94432c94d02dbae79',1211,'* fix bug: can not get builds belong to all branch when activating a bug in one branch.','chenfeiCF','2016-04-19 17:00:34'),(12266,2,'fc385aa25d7e96f2381ff23d30d58eab8f73a927',1210,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-19 14:19:43'),(12267,2,'afef5eedbd08192d1a184b18440f91116ca04578',1209,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-19 14:16:11'),(12268,2,'58678c00fdbe5be1d65c0f00d70b9482788620f0',1208,'* adjust for manage tree.','wangyidong','2016-04-19 14:15:45'),(12269,2,'3bd8e72a9dbed62df2b854a728440b5fcdd26e84',1207,'* fix error for export method of bug module: not set os and browser list.','chenfeiCF','2016-04-19 14:15:00'),(12270,2,'d1bcb26a7a1371f9be2eae4036837aa889ac325b',1206,'* fix error for task #2554 when browseType is \'byproduct\'.','chenfeiCF','2016-04-19 13:31:14'),(12271,2,'25ada3e7e336bc88da4777cb2c61917ac6274a14',1205,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-19 11:13:49'),(12272,2,'a20f6c9ce0e39790adf60ea9feb0d66033623add',1204,'* fix bug and adjust code for get story version when batch create case.','wangyidong','2016-04-19 11:12:56'),(12273,2,'3322a58d912c4f95cfaf7e5089b04476a68016ef',1203,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-19 10:48:12'),(12274,2,'95c09a842562a0413765510828a3bc116e149800',1202,'* improve project tree UI.','Catouse','2016-04-19 10:48:05'),(12275,2,'0d832ade745072ca4399f335dbec4e8a050752f6',1201,'* fix error for featurebar of bug module browse menu.','chenfeiCF','2016-04-19 09:41:26'),(12276,2,'0f986db03184e497197c24b876f222fb5763998c',1200,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-18 18:46:23'),(12277,2,'b356e65732e2d9b03060b0f99cbe2ada16bd6180',1199,'* finish task #2552.','Catouse','2016-04-18 18:45:58'),(12278,2,'755013b151e331cbc6c148f3a560307f281b56fe',1198,'* fix var error.','wangyidong','2016-04-18 16:59:55'),(12279,2,'f75c032c4d517f9e89eae939479b01894d8425d8',1197,'* add lang item for setPublic.','chenfeiCF','2016-04-18 16:47:27'),(12280,2,'62f35f1a18c17d7a7bfb2e633dc4f57503fe9984',1196,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: module/project/view/taskheader.html.php','Catouse','2016-04-18 16:38:37'),(12281,2,'ba2eff3f5717de7c13e3eb6489e43a0128ce7a90',1195,'* code for task #2552.','Catouse','2016-04-18 16:35:50'),(12282,2,'53a390dd0a06bef799755e4a17f8c93bab3c4ca9',1194,'* update zui.','Catouse','2016-04-18 16:31:38'),(12283,2,'8ea70725cd5695f12a342b1d5e2c06867aee84a4',1193,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-18 16:29:49'),(12284,2,'d22230a546f914bdfb69ab1b8febb16bf30d48b3',1192,'* change for custom menu.','wangyidong','2016-04-18 16:27:15'),(12285,2,'5762df7678569032736a7c069b7726e08780602f',1191,'* fix button style for bug method of my module.','chenfeiCF','2016-04-18 16:26:25'),(12286,2,'8345963cb4bb603d2e08e84b6fda8c3b28d57659',1190,'* fix error if bugs do not belong to same product when batch edit bugs.','chenfeiCF','2016-04-18 16:11:02'),(12287,2,'3e7ff8731da5a03f3618a7111709fd8ef29d2ec2',1189,'* remove manageContacts and deleteContacts method of user module.','chenfeiCF','2016-04-18 15:12:37'),(12288,2,'88fe7ee93f4625acf2b0f85bf9ca9b5df6e43d74',1188,'* ajust code.','Catouse','2016-04-18 13:41:25'),(12289,2,'35c45afc19562f01b7db9fa8019d7033f05886e6',1187,'* task modules tree support product.','Catouse','2016-04-18 13:08:20'),(12290,2,'9c3e35e4b1f4b60267c8fc30f7e67504ed706624',1186,'* add change log for 8.1.3 version of new privilege.','chenfeiCF','2016-04-18 11:24:00'),(12291,2,'dc33dbb5d6196fe262bace856fd30cdfbfcbcb9d',1185,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-18 10:07:25'),(12292,2,'eb14a9389558d615473d42d11be853aaa6f56b09',1184,'* remove console.log.','Catouse','2016-04-18 09:59:20'),(12293,2,'69766cca3a700b8d1cce3242ef39f4b3131c7061',1183,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-18 09:57:25'),(12294,2,'a42a26761fc72446f48f8dda3933427cf7d8c4f3',1182,'* fix UI for dashboard views.','Catouse','2016-04-18 09:57:17'),(12295,2,'6f8224ba0c76b12a478fa2bea1105bc3e3eb1f54',1181,'* add priv for manageContacts, deleteContacts and batchChangeModule method.','chenfeiCF','2016-04-18 09:27:06'),(12296,2,'dd3b5667696a38fb3a3e9f74bcbef0b201ac80f9',1180,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-15 19:51:51'),(12297,2,'80650fb91cc315b05a7c0f8a62a72b874867a528',1179,'* table in block support to fix header.','Catouse','2016-04-15 19:51:35'),(12298,2,'8c013e9c26bedf96d3dead95ff7159f05c8e9fbb',1178,'* fix button style in datatable.','Catouse','2016-04-15 16:43:27'),(12299,2,'974d6157879f991a79f89627a3ed691f9eb3d3ba',1177,'* fix error for SQL when printing build block.','chenfeiCF','2016-04-15 16:26:25'),(12300,2,'9a636b34c4f3ffa2d83493a700945420ad65e1bc',1176,'* fix bug #825.','chenfeiCF','2016-04-15 16:23:58'),(12301,2,'7ce39f06584930bac84fb82409dd3a3e65eb4880',1175,'* dashboard file include common sparkline file.','Catouse','2016-04-15 15:45:16'),(12302,2,'2c8ee202838be31d0d64faf4c5371921bb410b39',1174,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-15 15:37:14'),(12303,2,'4a4ecc4dac2e0c106493cd8c8e1c503909d62f28',1173,'* fix style of fixed table header.','Catouse','2016-04-15 15:37:02'),(12304,2,'91f4ecf2d86823656a70c0ccecfbda99411aed03',1172,'* adjust the value of z-index for css class fixedTheadOfList.','chenfeiCF','2016-04-15 15:33:35'),(12305,2,'71638983691bdd4cabebf29a989d3d192a13697f',1171,'* finish task #2577.','chenfeiCF','2016-04-15 15:31:25'),(12306,2,'c32b283c7c56b1d2f420813dce37be452438b2d3',1170,'* update zui.','Catouse','2016-04-15 15:18:24'),(12307,2,'619e9220caf6339d2ad6e026b6f1c060341b4203',1169,'* adjust and fix block.','wangyidong','2016-04-15 15:03:35'),(12308,2,'250caa590b10978cc90699cf92a2cdde939217a6',1168,'* remove border radius of cards in about page.','Catouse','2016-04-15 14:40:44'),(12309,2,'bb35bbd4a9af85253ce8de555507bc76d08dec6e',1167,'* finish task #2517.','Catouse','2016-04-15 14:19:49'),(12310,2,'54a3ededff6a8c7da45ed2433ec3ebe06bd93e24',1166,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-15 11:43:26'),(12311,2,'687b30412d601ec2022534ec09801edaccea2fba',1165,'- delete datatable resource files: datatable is include in zui.','Catouse','2016-04-15 11:43:16'),(12312,2,'7412681d2c67d19298891230cebef8d96817a6df',1164,'* update zui.','Catouse','2016-04-15 11:42:47'),(12313,2,'8fd1ffd1292afaea753e04a8140a9e9c99aa39c1',1163,'* change for english.','wangyidong','2016-04-15 11:37:08'),(12314,2,'c5dcca79bf1dd6bd688b8ba97c37f46182eb27ce',1162,'* set homepage for product/project/qa.','wangyidong','2016-04-15 11:32:46'),(12315,2,'7e7e14b9db658f1d6b74ae6f98f6411b6b4b41d1',1161,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-15 10:18:12'),(12316,2,'b3df46f4e5dfabb2e021ce3361ee9eb35025ae03',1160,'* fix error for task #2535: Set the second param correct for judgeSuhosinSetting function.','chenfeiCF','2016-04-14 16:51:24'),(12317,2,'d45ecec122082e3b91cafaabff43d6406ff114c7',1159,'* code for task #2536: Set custom for batch edit product.','chenfeiCF','2016-04-14 16:38:30'),(12318,2,'f116895750fff59c1ff633787f62608de5b3e9ac',1158,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-14 16:33:20'),(12319,2,'37a64ea759aa194c5be3bf76a22804ca383874f4',1157,'* custom for user batchcreate.','wangyidong','2016-04-14 16:32:45'),(12320,2,'ceee26974e0d7c880e3adf6dcff3e09bf45926d4',1156,'* code for task #2536: Set custom for batch edit project.','chenfeiCF','2016-04-14 15:42:28'),(12321,2,'b5fc78970ddc2a451e62b99c546c54c58e701f5f',1155,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-14 15:31:54'),(12322,2,'f7926fd3a437a1884b28f9d3098932c6350faa9b',1154,'* dashboard support resize by drag edge.','Catouse','2016-04-14 15:31:42'),(12323,2,'74e370408443342bc0395e1c6d34bf3465913cbb',1153,'* update zui: dashboard support drag and resize.','Catouse','2016-04-14 15:31:22'),(12324,2,'281d075cbf45df30f20eb4d76ba5718e62bc4346',1152,'* custom for todo batchcreate.','wangyidong','2016-04-14 14:48:03'),(12325,2,'6c7549b472301359e63f5cbbdf6e5037f179e966',1151,'* adjust custom fields for batch create and edit method of testcase module.','chenfeiCF','2016-04-14 14:13:45'),(12326,2,'56fac4501d47b61056469fd0b23154d06cb8ce8f',1150,'* revert ditto function in batchedit.js of bug module.','chenfeiCF','2016-04-14 14:02:35'),(12327,2,'2529a6ba5ccf99b12b8e8f00f3664a6b71570b4b',1149,'* code for task #2536: Set custom for batch edit method of user module.','chenfeiCF','2016-04-14 13:58:44'),(12328,2,'23e76dfc28ca58a273d216503e72089b4d917ca2',1148,'* main menu support sort by drag and drop.','Catouse','2016-04-14 13:37:19'),(12329,2,'c81ef5564d21da3c00c69409d2fa4b852524077c',1147,'* change blocks UI.','Catouse','2016-04-14 11:50:13'),(12330,2,'3462afd85649d2925d3978d13ce3b259caf6f6fe',1146,'* table support clickable row.','Catouse','2016-04-14 11:49:30'),(12331,2,'da4289df7b8104714d08cfaa81c7e0a59bf932c9',1145,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-14 10:43:18'),(12332,2,'a536675548d3faeba1676a39d27855354383eac9',1144,'* finish task #2534.','wangyidong','2016-04-14 10:42:57'),(12333,2,'1d42f477f89cac77ff8dbe0d87126e5ea86407e3',1143,'* finish task #2535.','chenfeiCF','2016-04-14 10:21:27'),(12334,2,'ea4c94bcc2d2455a66a3c417fa73ef10cc4330a6',1142,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-14 09:15:27'),(12335,2,'d80aa64136c7959bac10b25e13df40f23810a350',1141,'* finish task #2539.','chenfeiCF','2016-04-14 09:14:31'),(12336,2,'847c24f5710abc858c0420727ca9b52e0f5e65b9',1140,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-14 09:08:47'),(12337,2,'3edba12cc7e99aa0f8724bbec62f763aa3e4590e',1139,'* improve dashboard UI.','Catouse','2016-04-14 09:08:32'),(12338,2,'650ec21b00d9df129edbe72c18341dd5da890a25',1138,'* code fot task #2540: add pri to custom field.','chenfeiCF','2016-04-14 08:41:08'),(12339,2,'32eb12d2ccd43238cfc0655f0a62fd7a7b43c164',1137,'* update zui: dashboard support more options.','Catouse','2016-04-13 17:43:14'),(12340,2,'1b31f92251de75649796ef68b4855e15da4360d8',1136,'* fix error in set ajax modal.','Catouse','2016-04-13 17:42:48'),(12341,2,'27ed67331ed2b8aec56e08299e18a6a4f1adc6ea',1135,'* improve dashboard UI.','Catouse','2016-04-13 17:42:21'),(12342,2,'5a837ca15c936d57c320b3b9a7d6ad7b20b1f209',1134,'* code for task #2548: add pri to custom field list.','chenfeiCF','2016-04-13 17:31:54'),(12343,2,'0daddb0d6e686b2941f09afccf4b26951075885d',1133,'* code for task #2540: adjust the position of the custom button.','chenfeiCF','2016-04-13 17:03:09'),(12344,2,'6ccfbaebef093e605581d2512716c793eb4fe94b',1132,'* code for task #2546.','chenfeiCF','2016-04-13 16:54:51'),(12345,2,'143c0255be25d54f0db4dd077e7c6a7095837d83',1131,'* fix bug for import csv.','wangyidong','2016-04-13 16:15:17'),(12346,2,'27d611a2c451fb6a9cc65d3b6163fb4f57a61f70',1130,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-13 13:52:29'),(12347,2,'75fead91689e5d708f57f2428c8f55921e4cee89',1129,'* change for task #2533.','wangyidong','2016-04-13 13:51:42'),(12348,2,'3fec649bf16ab79cfa1ba8dea7fc286d68155fe4',1128,'* finish task #2540.','chenfeiCF','2016-04-13 11:35:04'),(12349,2,'f8ff73708673af544d94ce8b4355fe87340a7cc1',1127,'* finish task #2532.','wangyidong','2016-04-13 10:42:19'),(12350,2,'ceeeb8943511bef0a51dd9dd40562e65077c0dfb',1126,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-12 17:35:08'),(12351,2,'23ee51e7ea5df1334890f8b07b6ed20413c26105',1125,'* finsh task #2538.','wangyidong','2016-04-12 17:34:23'),(12352,2,'e87801ebd138f6b800271bff2178bf2091140623',1124,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-12 16:59:55'),(12353,2,'e7a72856a0e30472c2520e804812dfe7b08e7483',1123,'* improve UI for manage modules, code for task #2549.','Catouse','2016-04-12 16:59:30'),(12354,2,'9acf763a61c6fb3b01a644ca41541a1767a3dc07',1122,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-12 16:53:05'),(12355,2,'9e840b7367850be8eeda037944e59f2163e934cb',1121,'* finish task #2537.','wangyidong','2016-04-12 16:52:35'),(12356,2,'9a07d9ef4fc2c34c67a4984eb45217999fc59bc9',1120,'* fix bug #786.','chenfeiCF','2016-04-12 16:15:12'),(12357,2,'663fb0a558e88bff3f249a8683f5cf2aa7dc4257',1119,'* update tree in zui.','Catouse','2016-04-12 15:37:39'),(12358,2,'93c00ba10b7b6c2060aa763e37d1e9a601758893',1118,'* fix table head and foot if module tree is hidden or displayed.','chenfeiCF','2016-04-12 14:18:29'),(12359,2,'d7b5cd085c08e7c16b1b0bf60bbfe039c69e1e4c',1117,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/bug/model.php','wangyidong','2016-04-12 13:54:03'),(12360,2,'9c2f9dfa32c192ce27c84f6312d3991ef4fda960',1116,'* fix error and adjust code.','wangyidong','2016-04-12 13:51:09'),(12361,2,'47628c8d3a986cffa562999fc0d848e8c0f25f92',1115,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-12 13:40:39'),(12362,2,'8a8f7715ac60951f5ef7f6cc507472276cae8cdf',1114,'* fix error on add department to root.','Catouse','2016-04-12 13:40:30'),(12363,2,'430c9359fed40e9fe225038dcca83b7ebf34813e',1113,'* update zui.','Catouse','2016-04-12 13:33:13'),(12364,2,'6b5f1228c85da578a25afeb556c1a9536cd4f9f3',1112,'* finish task #2576.','Catouse','2016-04-12 13:32:54'),(12365,2,'7a40bbeaecc7323e0e8a8e4c739fd27edaeb23b7',1111,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-12 11:23:49'),(12366,2,'cb5d368c4828aba27d6e9b8e9e6c13452504bc2b',1110,'* finish task #2524.','wangyidong','2016-04-12 11:23:05'),(12367,2,'52370d18551efb54e497e47ba30ee6d200a720e0',1109,'* fix bug #817.','chenfeiCF','2016-04-12 09:44:02'),(12368,2,'b1e147fec318f6229f2d1dee2e7881424571f603',1108,'* code for task #2528.','chenfeiCF','2016-04-12 08:28:42'),(12369,2,'12925bc1cd195ca5445864e480a9ddc7e547b2dc',1107,'* change UI of department manage view.','Catouse','2016-04-11 19:22:51'),(12370,2,'e6712a3a4b3d99d1b70a393b307205b3267a69f8',1106,'* update zui and fix tree style.','Catouse','2016-04-11 19:22:25'),(12371,2,'4b08db0b40efe475b1faf5ca6eb92c414c29488b',1105,'* fix error in modal trigger extension.','Catouse','2016-04-11 19:22:03'),(12372,2,'21da156bd103b0eef065cc4fab18236a11099762',1104,'* change front helpers.','Catouse','2016-04-11 19:21:45'),(12373,2,'64f837231a0941c9addedf3e788097cf8a354729',1103,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-04-11 17:38:23'),(12374,2,'ca4710fa99ab27127bbe9865b134a4b8134ed16c',1102,'* fix bug #820.','chenfeiCF','2016-04-11 17:36:30'),(12375,2,'ac2bfc94dd38f460159c1c81f615fe475757ffeb',1101,'* adjust for integrate ranzhi.','wangyidong','2016-04-11 17:30:27'),(12376,2,'7fea820831d4da13d5fced244e9c3c65fe2c469e',1100,'* code for fix error and adjust default block.','wangyidong','2016-04-11 17:05:05'),(12377,2,'25648f4067589caa4688d1b0d67f4c224eeed58c',1099,'* fix bug 822.','chenfeiCF','2016-04-11 16:58:37'),(12378,2,'322b895c9657ffa473c2c8d2c0100fb80f25f395',1098,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-11 16:57:51'),(12379,2,'3630f798742ca45bb12ec24a08a50ca8d441e4cf',1097,'* change for check priv.','wangyidong','2016-04-11 16:57:26'),(12380,2,'ddbf65ab50ce073119c8162a804962cd194fb47f',1096,'* fix bug #823.','chenfeiCF','2016-04-11 16:54:15'),(12381,2,'37bc93aa530a62af288e858e6c7c9ba3fedf5063',1095,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-11 15:49:34'),(12382,2,'13f1fd6bf7c759abd509e4eab17e51bb3453da2e',1094,'* change for print blok.','wangyidong','2016-04-11 15:48:58'),(12383,2,'3cda13683f176c8662346a79f6390c4df5146c06',1093,'* update zui.','Catouse','2016-04-11 15:10:14'),(12384,2,'13f7011a05e10ec0ab847ce9624589f79978f5a8',1092,'* add color field for task/story/bug/case.','wangyidong','2016-04-11 10:58:08'),(12385,2,'bfeaca5fa3e0093fb9266bdfd28112b7a2603833',1091,'* change for browse in mobile.','wangyidong','2016-04-11 10:14:46'),(12386,2,'6006efd721f33f390fc8d27fd952a0ccebdc529c',1090,'* code for task #2529.','wangyidong','2016-04-11 09:29:33'),(12387,2,'b6ef7dd9616da41f5bda4d32550c60d6f656ca7a',1089,'* adjust for task #2531:Process the post data in model when value is \'ditto\'.','chenfeiCF','2016-04-09 13:37:25'),(12388,2,'2cb3981b3828b3bbe746447cbc10b3d6a903db85',1088,'* update zui.','Catouse','2016-04-08 17:53:18'),(12389,2,'1aec16628e8ee6298afc414acd092413d8d70f97',1087,'* code for task #2576.','Catouse','2016-04-08 17:53:10'),(12390,2,'18363ef7d4e38b81636d066de8ea2074c9ef4ee7',1086,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-04-08 16:12:17'),(12391,2,'ce53e547096567f96c3782855641b8b121641032',1085,'* update zui: add color picker module.','Catouse','2016-04-08 16:11:31'),(12392,2,'ceb50edff946d1678436d619615505f76bb6443d',1084,'* code for task #2527.','wangyidong','2016-04-08 13:28:33'),(12393,2,'4d38fbdad132bf2aeaa4ef6d8e5ee3988c72b985',1083,'* add index page.','wangyidong','2016-04-08 11:40:37'),(12394,2,'ea7aabdd3e9b45f6f202d7dd170ef0ad92f3f11d',1082,'* add function sort and delete block.','wangyidong','2016-04-08 11:01:24'),(12395,2,'c50c181700d752bfa9b27c1ad685119ad5064b0d',1081,'* code for task #2529.','wangyidong','2016-04-08 10:41:20'),(12396,2,'1c851a0f59f361042c44f4b4448869174312ef2e',1080,'* adjust style for file export.html.php.','wangyidong','2016-04-08 10:40:36'),(12397,2,'f3b933a3d4d3d359962f7774b74d3fbf96052516',1079,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-08 10:39:15'),(12398,2,'85d5058ff39d17cc0adecda66a8a019dd13d1354',1078,'* code for block.','wangyidong','2016-04-08 10:38:15'),(12399,2,'36999dc90786ec06ce1c690f2506ac73c9faaf1f',1077,'* fix for removeDuplicate when batchCreate.','wangyidong','2016-04-08 10:34:17'),(12400,2,'72dff1e177b021ca9158b89f6e3b87ecf7b30a72',1076,'* fix for ignore 360 browser.','wangyidong','2016-04-08 10:33:18'),(12401,2,'88843220e9c9134a9e61dd0401a60194b5b6858e',1075,'* change for md5 password when login.','wangyidong','2016-04-08 10:32:39'),(12402,2,'968627b5f33d1381f8545d2148c409d6ddf61925',1074,'* fix bug for no function imagecreatefromjpeg.','wangyidong','2016-04-08 10:31:25'),(12403,2,'98747e9d3cf6eab71b3848bc4e0e10f040dbdd1c',1073,'* fix bug for bug-batchCreate.','wangyidong','2016-04-08 10:29:03'),(12404,2,'4ae9e43e41e4e8300050b089263d6158e5637c80',1072,'* finish task #2531.','chenfeiCF','2016-04-08 00:00:24'),(12405,2,'10d9fe498278c13b8684632a20d33273fc02b2e5',1071,'* add dashboard example and update zui.','Catouse','2016-04-07 18:18:17'),(12406,2,'9b6328ec35c871ae6c49bdeea574b50b711d2e08',1070,'-delete zui.sortable.js: the code is already include in zui.','Catouse','2016-04-07 15:40:02'),(12407,2,'974ebd225bd9d0f8f5888ccadf49d2367b66aa01',1069,'* add dashboard resouce by update zui.','Catouse','2016-04-07 15:39:21'),(12408,2,'b441b18b5733ae9eb41f5b3463795a21cbc38576',1068,'* code for task #2564.','Catouse','2016-04-07 15:21:41'),(12409,2,'149e058816b365665f230efa422d2ee93a9c6d68',1067,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-07 09:45:13'),(12410,2,'221d3264b1551f1d145a1bebac65da28f948c409',1066,'* fix bug #821.','wangyidong','2016-04-07 09:44:06'),(12411,2,'2a881fbe12244eb149bbd5f42881f48095e8bcae',1065,'* code for task #2531: add ditto option for task batch edit.','chenfeiCF','2016-04-06 21:29:42'),(12412,2,'5bea716cb7dd19d975ae3db3dcac1ebc343e2f70',1064,'* fix end date format when creating product plan.','chenfeiCF','2016-04-06 15:55:14'),(12413,2,'494ca5ac9d4bf9695c6286f549db97022bfc7a22',1063,'* finish task #2546.','chenfeiCF','2016-04-05 22:30:46'),(12414,2,'ee0ace3c750dafed07765060e447fcbcd7c8ff41',1062,'* finish task #2559.','wangyidong','2016-04-05 14:29:21'),(12415,2,'a242c0e39dfd192b7313bf79fca8547ca99c6cb1',1061,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-04-01 16:25:17'),(12416,2,'2e72d5724ba35bdbcf8e1cd1253bf30a50a576fa',1060,'* finish task #2551.','wangyidong','2016-04-01 16:24:38'),(12417,2,'a42521dadb285ef39988d866660499e5efc98a55',1059,'* finish task #2548.','chenfeiCF','2016-04-01 11:01:06'),(12418,2,'a4c6bfb114928603e4a90245829c046c3993fb57',1058,'* finish task #2530.','wangyidong','2016-04-01 09:37:29'),(12419,2,'a160d631e25ba7cd0a43428b2dbce43a373359bd',1057,'* finish task #2574.','chenfeiCF','2016-03-31 13:53:18'),(12420,2,'8da31932bd0f346446736c210cd30f7bbb16bec4',1056,'* finish task #2556.','chenfeiCF','2016-03-31 13:43:01'),(12421,2,'040f86ddcc3adacc6d31142001f4fc12c32b36a0',1055,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-31 11:29:44'),(12422,2,'511978cd0c6c813bf40a1bfc50950deae364e66b',1054,'* adjust for task #2545,2547.','wangyidong','2016-03-31 11:28:36'),(12423,2,'f8070cc48948f53797c07fa052727fdaafb45ecf',1053,'* modify spelling errors.','chenfeiCF','2016-03-31 11:17:46'),(12424,2,'ba7d3a6a1d7fee5ad38652bc36d626912ba19606',1052,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-31 11:04:59'),(12425,2,'e08ddd12b85bc9aa8e8da45c736684c7d7c43fcc',1051,'* finish task #2555.','chenfeiCF','2016-03-31 11:04:17'),(12426,2,'dff1bfb1ae6976f0ee1e3efb666c7b7d87f211e0',1050,'* finish task #2542.','wangyidong','2016-03-31 10:06:54'),(12427,2,'c9658bc638bf5dfd6fe38715f2036ac3c50b4a92',1049,'* finish task #2554. * code model.php of product module for task #2553.','chenfeiCF','2016-03-31 09:39:28'),(12428,2,'6cbd5c878223139bfec8ab8a13407494bc7a662c',1048,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-30 13:08:33'),(12429,2,'b549b7d8627b379b15af672f086d9179085d0e62',1047,'* code for task #2547.','wangyidong','2016-03-30 13:07:16'),(12430,2,'b053ec972fc6b37f849701c5357d799e133bbf3f',1046,'* finish task #2545.','wangyidong','2016-03-30 10:55:00'),(12431,2,'9c4a37c80099d19ddfe66a640e6aef46e687becc',1045,'* finish task #2570.','chenfeiCF','2016-03-30 10:37:52'),(12432,2,'2be4df631937c645975fb8967fc1e59a9a9c23a8',1044,'* finish task #2571.','chenfeiCF','2016-03-30 10:04:47'),(12433,2,'ddf15aa13b6f97f39b3f6e6f6b5f48b96f923638',1043,'* fix bug for getOptionMenu when project link two products or more.','wangyidong','2016-03-29 16:12:00'),(12434,2,'92d8ffe16a96a32a6b027111800edffb9df28cf5',1042,'* finish task #2580.','wangyidong','2016-03-29 15:12:22'),(12435,2,'2cbcebc17f477ddf0bd152ba3a0379f2549fd73c',1041,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-29 15:10:38'),(12436,2,'647e9bee18fdb41bb405d18cba1cd39e463b2745',1040,'* finish task #2580.','wangyidong','2016-03-29 15:08:46'),(12437,2,'590afbf92edd66ceed58c35a6c80ab12396c8384',1039,'* finish task #2569.','chenfeiCF','2016-03-29 14:27:57'),(12438,2,'e1c08416f11c4e884a24d4d88f6898b868e3bb74',1038,'* finish task #2568.','chenfeiCF','2016-03-29 13:14:29'),(12439,2,'486b9396c0c616b6f59604aec8567b9274307c64',1037,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-29 10:51:10'),(12440,2,'a6a61d7e1fcc1269c8119ba6270bb4af919617d8',1036,'* finish task #2573.','wangyidong','2016-03-29 10:50:33'),(12441,2,'8cd6978375024801a41c6bae17c51b281eaaaccb',1035,'* finish task #2567.','chenfeiCF','2016-03-29 10:34:34'),(12442,2,'79096a6fdd96224cde72309589133649a6c3951a',1034,'* adjust the format of end date for product plan.','chenfeiCF','2016-03-28 16:49:37'),(12443,2,'92f2cb6c5dcfe4db18e56c2c5f710ba318c39bca',1033,'* finish task #2572.','chenfeiCF','2016-03-28 16:42:41'),(12444,2,'2306be7eaf83caa174353d0a5dcf18ce499d34e7',1032,'* finish task #2558. * add manage contacts and refresh button for task and testtask module.','chenfeiCF','2016-03-28 16:05:03'),(12445,2,'7767e14eb59dbff641cb1f5c049f3c1104396a9a',1031,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-28 15:52:24'),(12446,2,'a3828e0b210873a4fe73ed8ffc3e9ab68ac120c3',1030,'* finish task #2553.','wangyidong','2016-03-28 15:34:55'),(12447,2,'a0d62eea861e0a925a071fc591ec13b7266bc641',1029,'* finish task #2557.','chenfeiCF','2016-03-28 13:51:43'),(12448,2,'228b0aa59aa95ca0232fed608e13e546ec1f736c',1028,'* adjust js for task #1560.','wangyidong','2016-03-28 13:28:55'),(12449,2,'213e92ee4144f5dd8adebefabaf0f8a65f2627a9',1027,'* change for task #2560.','wangyidong','2016-03-28 11:19:39'),(12450,2,'b474222ed787b57773ea10244187cb00f92f9cb6',1026,'* code for task #2560.','wangyidong','2016-03-28 10:15:44'),(12451,2,'4c06f689c4437671fe98faf458594b0e8fbc3c27',1025,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-28 09:28:43'),(12452,2,'578f27a8dcd5b9383587fd7ccc1e1e3f0429df99',1024,'+ add for task 2561.','wangyidong','2016-03-28 09:27:59'),(12453,2,'be07c40bf79e17184b924119bdfae2378b214a38',1023,'* code for task #2561.','wangyidong','2016-03-28 09:27:09'),(12454,2,'8d843914d4defc0213bcdd104bbc0de7471fc22f',1022,'* finish task #2543. * adjust method name createGroupLink to createGroupManageMemberLink.','chenfeiCF','2016-03-25 17:27:08'),(12455,2,'902963c8f6f024575629f4c4dbe1f686410a230f',1021,'* fix bug for doc tree menu.','wangyidong','2016-03-25 14:25:14'),(12456,2,'420ff1ab87539dd781d155e7a3b4278723322855',1020,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-25 13:34:14'),(12457,2,'d4dd709c333fdf745105e08dd38d1d72906d8f18',1019,'* adjust for build search sql.','wangyidong','2016-03-25 13:33:37'),(12458,2,'256383e5e318cb42d3bc33a6f97b5d22c06a1a46',1018,'* finish task #2575.','wangyidong','2016-03-25 13:32:45'),(12459,2,'53175bca26780df7ef90aad3e4ba79c88cc8c699',1017,'* finish task #2565.','chenfeiCF','2016-03-25 10:26:49'),(12460,2,'c338e0277ac6a58fb4a8f4a06dc79a4e025a11fc',1016,'* remove console.log for search module.','chenfeiCF','2016-03-24 13:35:45'),(12461,2,'3430178900e5c009ded0727dce14a08212b1fcec',1015,'* change for zh-tw.','wangyidong','2016-03-23 13:49:29'),(12462,2,'f3e552f275c1b40c8dc54b5bc68a8d8e8cd294a4',1014,'* fix sprintf with %branch%.','wangyidong','2016-03-23 13:45:08'),(12463,2,'e7a1c9e2178a6e8a40a618505610d1eed149cc78',1013,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-23 13:13:13'),(12464,2,'7bda21cac46924da904b51ba1c0259057694184c',1012,'* fix bug for pro.','wangyidong','2016-03-23 13:12:46'),(12465,2,'bee42a5340d3402cb4eedc8f2157470d575b3da3',1011,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-23 12:13:38'),(12466,2,'4913b98ae065677b12f560555f956a4ee051f012',1010,'* add activatedCountAB lang item for bug datatable.','chenfeiCF','2016-03-23 12:06:48'),(12467,2,'1b11c85a5dfbd509f95a6c086254767449620798',1009,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-03-23 11:58:00'),(12468,2,'313e0c82e7569019d810cb7905a05c66db7e943d',1008,'* fix caption border in table of testtask result.','Catouse','2016-03-23 11:39:26'),(12469,2,'807d6af6567b02d25c70eaafca416d24eefd9328',1007,'* change for upgrade.','wangyidong','2016-03-23 10:59:40'),(12470,2,'63010c78863b14b45469ccf59058a75897c9926b',1006,'* fix for load siteCode config.','wangyidong','2016-03-23 10:44:22'),(12471,2,'366347b29ef73d2890222a7285a31e650aff0d93',1005,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-23 10:36:09'),(12472,2,'a015353dea0cbfe85b53d0fa73c30da82ad8af63',1004,'* fix for http://www.zentao.net/thread/86375.html.','wangyidong','2016-03-23 10:35:39'),(12473,2,'c2174d62dd8bed4bdc76532bf7bf0ae5ea1a96e2',1003,'* fix bug: the estimate can not display if pri title is long when creating a task.','chenfeiCF','2016-03-23 09:53:35'),(12474,2,'0339c69ec6cd2a5ca5ebdea7575616d6e64da03b',1002,'* adjust code for bug #806.','chenfeiCF','2016-03-23 09:52:11'),(12475,2,'a93628962ee95856845cfb46f4c26c7fd15abc29',1001,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-22 20:52:46'),(12476,2,'50bdd38e19fdce739ac87eb694ac89ae56b844ce',1000,'* fix bug #806.','chenfeiCF','2016-03-22 20:47:02'),(12477,2,'565ad7ae1c36723c34f348da7f92317a093eabfa',999,'* fix bug #812.','wangyidong','2016-03-22 17:32:00'),(12478,2,'c88146591719f881f21c5f954b7378326050fee1',998,'* fix bug #811.','chenfeiCF','2016-03-22 16:26:04'),(12479,2,'0f99d48d58ae005c83b61622ab4496cb61977c5e',997,'* fix bug #810.','chenfeiCF','2016-03-22 15:19:13'),(12480,2,'5733a4d348884480de63f90a1bc4aea2d4b3aa01',996,'* fix usage of tree menu.','Catouse','2016-03-22 11:11:42'),(12481,2,'d907cda1afe343e5b4f3ce80a1addb1246990895',995,'* enable option \'initialState\' in tree to preserve tree state.','Catouse','2016-03-22 10:41:15'),(12482,2,'54553e7edbbebd847af6c6cd0f68fe4a4d73154b',994,'* fix bug #809.','chenfeiCF','2016-03-22 10:12:14'),(12483,2,'06385b32ebd96d976036e77a37660ecf2cbdeec2',993,'* fix bug #808.','chenfeiCF','2016-03-22 09:47:44'),(12484,2,'c3d4188f6d167292de3c1a470dfcc7e7b2bb8c83',992,'* fix style for tree branch when it is selected.','chenfeiCF','2016-03-22 09:26:50'),(12485,2,'a3a0d3551a2cc4931cf22e866ba728e8c83bcd48',991,'* fix table border in form for firefox.','Catouse','2016-03-21 15:58:35'),(12486,2,'65734d8439954f276d2683e76ec0eaccaea0f21f',990,'* change width when pri has customized.','wangyidong','2016-03-21 11:21:05'),(12487,2,'28cd5db04a2b053ba4f29d3950abbd29f1c32b67',989,'* fix a bug for check browser.','wangyidong','2016-03-21 11:17:09'),(12488,2,'589d4988a44c831ca581a8eeed07a2e02a2b766d',988,'* fix add comment for story/task/bug/case.','wangyidong','2016-03-18 08:23:34'),(12489,2,'9687085189d5925dad2a43caebab82c1db33f1a4',987,'* fix a bug from create task module.','wangyidong','2016-03-17 11:40:17'),(12490,2,'cb601c8e911bf1f85bcec2b3668aad5fcf5f2315',986,'* fix bug for model merge hook and setClientTheme.','wangyidong','2016-03-16 14:42:15'),(12491,2,'05f7a04679e3eee211f7f19372906b54086970b5',985,'* adjust find danger upload file.','wangyidong','2016-03-16 11:13:34'),(12492,2,'b7ba4d4a388b369a457e416c95dbd19baa9eea4d',984,'* fix bug: can not get queryID when browseType is \'bySearch\'.','chenfeiCF','2016-03-15 11:55:15'),(12493,2,'cf4e151f10b6b31ca1a4a720db44508aac2d3df7',983,'* add changelog.','wangyidong','2016-03-15 11:21:43'),(12494,2,'bfee27a9123b83642f928fd5efaade10b91bfa9f',982,'* fix bug #804.','wangyidong','2016-03-15 11:21:12'),(12495,2,'b57e0ba64fd4774ac1f74609f2daf7736ffdb59c',981,'* change for zh-tw lang.','wangyidong','2016-03-15 11:06:21'),(12496,2,'17ac3a89964395a149e928dc8a796503a2f2a3f8',980,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-15 11:00:34'),(12497,2,'dcb944f0ac96cfdf939dd4c32b17c91c806b63c5',979,'* change for priv.','wangyidong','2016-03-15 11:00:07'),(12498,2,'9de63a3b15ce630eb620fb701d358bb930017c38',978,'* adjust view style for view method of task module.','chenfeiCF','2016-03-15 10:58:04'),(12499,2,'9b339ac01f6573886dfe982776d57706ff3b69ca',977,'* fix bug get args for batchCheckIF.','wangyidong','2016-03-15 10:39:16'),(12500,2,'0b3ef6fba1e79a93af0e9c8e6ea8f8932d169759',976,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-15 09:57:51'),(12501,2,'0e7c5510276a0a5b26e01fe36e6c157da2754257',975,'* fix zget function and fix error.','wangyidong','2016-03-15 09:57:03'),(12502,2,'7f2c61c891272b996771f1117f5f887b91fbf863',974,'* change for browse notice.','wangyidong','2016-03-15 09:56:33'),(12503,2,'7a0c7932702667acd2dadbe09b97128bd0386d03',973,'* adjust framework and check mobile.','wangyidong','2016-03-15 09:53:16'),(12504,2,'c6d21eec38091a3f8a725b2d2535ca27464ddba2',972,'* add confirmBug action icon for zentao mobile web.','chenfeiCF','2016-03-15 09:51:05'),(12505,2,'8c32fc916a3319571533b4beec13b0530b48d24d',969,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 16:00:26'),(12506,2,'e549511cbb199ff7332e7b8e2a341436c6e2cbb2',968,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-03-14 15:59:13'),(12507,2,'b5a42deddaaccb8654057c8e487ebe21db83e178',967,'* fix beginIF for dao.class.php and saveQueryCondition for doc.','wangyidong','2016-03-14 15:59:12'),(12508,2,'c374a6e4821bc15b2196ce106380d915e7b8d15c',966,'* fix table border in iframe modal in firefox.','Catouse','2016-03-14 15:58:59'),(12509,2,'e843e0004d5e5c1a7d28b05ecef2d6f8992a0257',965,'* adjust code for ajaxGetSonModules.','wangyidong','2016-03-14 14:56:20'),(12510,2,'d0a31b775e5d0cda57086ac2768977b98502e006',964,'* change testcase getByAssigento => getByAssignedTo, getByOpened => getByOpenedBy.','wangyidong','2016-03-14 14:51:11'),(12511,2,'fa11f088a6ce073da2eaf7a2cee972941e548fb3',963,'* change getWillClose to get2BeClosed and adjust width for create story.','wangyidong','2016-03-14 14:44:28'),(12512,2,'0bd5173f01172712734fb380ccd4acc477a33393',962,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 14:40:26'),(12513,2,'14f376e3993fb4c648db15417fa51ea0cc70bc30',961,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 14:39:35'),(12514,2,'01fec363c4c6d17e3ffbe92260cfc8cea8a88711',960,'* remove a css style.','wangyidong','2016-03-14 14:38:15'),(12515,2,'9cfcab7dff4cd2d81dd78ccb4cf8768f2c7764c0',959,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 14:29:49'),(12516,2,'96a8ff86f712c7511e1496d15543644e90d33884',958,'* adjust for check session.','wangyidong','2016-03-14 14:29:27'),(12517,2,'82a46bd19643d42d96e484575eb2fc94e30284d5',957,'* fix bug for check icovn or mb_convert_encoding and check Directory separator.','wangyidong','2016-03-14 14:17:41'),(12518,2,'ff43f65926f73f43ec6d99c47456b27d69a69444',956,'* adjust var name and adjust compressImage function.','wangyidong','2016-03-14 14:03:27'),(12519,2,'5dfd9e57e9113114ef85b8658ebcbcf5b388875b',955,'* adjust var name and add notes for custom.','wangyidong','2016-03-14 13:25:45'),(12520,2,'b5059fa0a5102346a0d8cdf85f95f273eabf01d4',954,'* adjust code for var name.','wangyidong','2016-03-14 12:59:42'),(12521,2,'81c74520084440a967dea262211b3bcbb253204a',953,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 12:55:31'),(12522,2,'f3bb4d7e3e99d439e5d09a432b47537b5918aa6c',952,'* fix for parseJSON.','wangyidong','2016-03-14 12:55:04'),(12523,2,'b9b6821d36d05ba17ed30df3231044b9c36c4192',951,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-14 12:00:32'),(12524,2,'d9ea62d417a417c7f0af9bb8349b6f72e3bc9ce9',971,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-03-14 17:15:50'),(12525,2,'d0030e82d340dcfbf0b90a24c91fc90b597b5eeb',970,'* fix table border in firefox.','Catouse','2016-03-14 17:15:42'),(12526,2,'8bbad78ec1ad2aa4ffc7cb490e21d90beacf8232',950,'* 1.added story verify in task view. * 2.put story spec, verify and file together.','chenfeiCF','2016-03-14 11:59:34'),(12527,2,'b2d49204b8c7e46040a3d9ef3b247e3010c68d0f',949,'* move checkIP method to common model from user model.','chenfeiCF','2016-03-14 11:31:02'),(12528,2,'0f6e89bd702ff9e662c39b4ce209873fd5491269',948,'- rm treeview.html.php.','wangyidong','2016-03-14 11:28:01'),(12529,2,'516b1f003407ef5ffd074d83ed03b7ccae09c9ee',947,'* change hasEdited to editedByOther in common lang.','wangyidong','2016-03-14 10:48:42'),(12530,2,'ae46e92be5f2ae005985a0a966d36b9561c25e79',946,'* change selectAll to selectButton in list.','wangyidong','2016-03-14 10:43:04'),(12531,2,'3d349b45d8f94dbb23056d4ad700f5f694a4fa88',945,'* remove unset lastEditedDate.','wangyidong','2016-03-14 09:32:30'),(12532,2,'cc24cd982cd19c7832bc8923d4da1e8f1d030080',944,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-14 09:11:15'),(12533,2,'9b050fea1629950c143ceaea4e7add368033ea51',943,'* change mailtitle to mailTitle.','wangyidong','2016-03-14 09:08:06'),(12534,2,'800a0efd9ec6fed9d55d266d04c1352246778296',942,'* check unique add branch condition when create build and release.','wangyidong','2016-03-14 09:05:58'),(12535,2,'70776effd69e3f559a65e2f2fe3e9edf8d22021c',941,'* 1.change ajaxUnlink method to unlink in order to adding privilege. * 2.add method lang item for managePriv in group module.','chenfeiCF','2016-03-14 09:00:57'),(12536,2,'0d7558d2062356dcb2bdf986f452f87b780b1288',940,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-14 09:00:12'),(12537,2,'6c26ebb27f8bd35d497e7927f8b833ea40ff1f02',939,'* add method privilege for link or unlink story, bug, case.','chenfeiCF','2016-03-14 08:55:38'),(12538,2,'c604bf2ba21c4e68b3b080c1446e6c3bae532e85',938,'* adjust for control send fail.','wangyidong','2016-03-14 08:39:16'),(12539,2,'5188f6aa0beaeab5542cbce6cf44db9a727fda9d',937,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-14 08:10:15'),(12540,2,'4f4ddb3e5f114229ad9a3adbef8c75bc627c927e',936,'* if task is from bug, setImgSize for bug steps.','chenfeiCF','2016-03-14 06:09:14'),(12541,2,'0bebfe176a2fa85c0c7b5b83c0c222286c18d1de',935,'* delete lang items which have not been used.','chenfeiCF','2016-03-14 02:44:40'),(12542,2,'eb20cc47413c17f228b2d89a4d56e2829abf08ac',934,'* fix the bug: not load search model when calling setSearchParams method.','chenfeiCF','2016-03-13 11:54:47'),(12543,2,'0190934f07b8c0757788ede4dd50b0e052dbf30a',933,'* add empty mode for getPairs method of project model.','chenfeiCF','2016-03-13 10:56:16'),(12544,2,'6b055c87fec29bbdc63fabdc3b72b980d157b6b5',932,'* put getDeptUserPairs method from group model to dept model.','chenfeiCF','2016-03-13 08:02:35'),(12545,2,'bf33b5f10804902a3d70113ddede2770db52847d',931,'* adjust code for getUsers method of company module.','chenfeiCF','2016-03-13 07:49:46'),(12546,2,'ab8f86396fb31ba6d7dd2bc0d21b667d3b1d3304',930,'* adjust buildSearchForm method: put setSearchParams method in model.','chenfeiCF','2016-03-13 07:43:03'),(12547,2,'931a13641b94e6bb1a666e9c9bbebb0a201cb3a6',929,'* 1.added action labels for link or unlink action. * 2.added desc of actions for link or unlink related case.','chenfeiCF','2016-03-13 05:19:13'),(12548,2,'80a39594155060525e483e2bbf094610aaf950b5',928,'* 1.change deleteLinkedCase method name to unlinkCase. * 2.adjust style for linkCases.html.php and delete lang item for link and unlink action.','chenfeiCF','2016-03-13 05:11:59'),(12549,2,'4dcaa49d5b514391080f46c88f46ee536ba19ad5',927,'* 1.change deleteLinkedBug method name to unlinkBug. * 2.adjust code for bug module.','chenfeiCF','2016-03-13 04:42:47'),(12550,2,'a3c5e42a7c194f7ef45195dc7c0ee83210eee92f',926,'* 1.change deleteLinkedStory method name to unlinkStory. * 2.adjust the code for story module.','chenfeiCF','2016-03-13 04:26:13'),(12551,2,'eff03084c3a64b30845412cee5657f900c6f5de8',925,'* if save search query successfully, display the query title in query select box.','chenfeiCF','2016-03-12 22:09:06'),(12552,2,'4763dc65f73046077e17f59725f0c729a939bed0',924,'* change the code style for browse method of release module.','chenfeiCF','2016-03-12 21:40:24'),(12553,2,'55c2f7e63ae0fb521df6827f1af5e2d459938b95',923,'* change the code style for story.js of project module.','chenfeiCF','2016-03-12 21:36:26'),(12554,2,'91194fccccf597f966c2846e04b34731fba23455',922,'* change getStoryStages method name to batchGetStoryStage.','chenfeiCF','2016-03-12 21:32:03'),(12555,2,'bbbd0891ffac5bb66b7ba23acb7831e985f63bea',921,'* put the hint of preAndNext shortcut key on the back of title.','chenfeiCF','2016-03-12 21:16:34'),(12556,2,'1a8a8a0be4a02af168699b1f54a1e7236ca822b7',920,'* adjust mail style.','wangyidong','2016-03-11 17:31:39'),(12557,2,'aea3e80a3f2d4abd7179b3ad2a167d85046967d0',919,'* adjust style for bug create.','wangyidong','2016-03-11 15:19:00'),(12558,2,'563541db13c6539377e7ce108e58ba8142f60568',918,'* adjust code.','wangyidong','2016-03-11 15:01:09'),(12559,2,'2a748ac35ff51f7591bcab6301cce4ff9a44b745',917,'* adjust required style.','wangyidong','2016-03-11 14:56:58'),(12560,2,'470eb3a2816c5fb7a9f16fe2457ec0468c08466c',916,'* adjust code for common.','wangyidong','2016-03-11 14:56:36'),(12561,2,'2a8d4e92ebbf22c5267290eac55deee4f448a3dc',915,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-11 14:51:54'),(12562,2,'a4ca492969c1c07a558b0314ba7fb434838f6992',914,'* set min height for form in iframe modal.','Catouse','2016-03-11 13:06:54'),(12563,2,'7e626c0b6bf40b2d70472c460dae5ddc9df05a70',913,'* fix UI for modal trigger and ajax replace.','Catouse','2016-03-11 13:04:02'),(12564,2,'cd760834afb7ba2e614cae4f669a218f44d1b280',912,'* ajust code.','Catouse','2016-03-11 12:24:57'),(12565,2,'51b555c101938a296e1aeb7395858c503a18b115',911,'* change modal trigger markup.','Catouse','2016-03-11 12:24:48'),(12566,2,'81c9b4d0205118b74feaf8f6d5c8ace5a9d5c46b',910,'* prevent default behavior for modal trigger.','Catouse','2016-03-11 11:42:57'),(12567,2,'41df2d107be1b09f8ba7109c172a8fe0a1fca36e',909,'* change shadow effect for main UI.','Catouse','2016-03-11 11:42:32'),(12568,2,'80957347adb7e173a93bb3d001d0b94c7ee71580',908,'* change order of buttons in bootbox by update zui.','Catouse','2016-03-11 10:07:34'),(12569,2,'ba4efcfa7f79d4e491c4e4fc0a390017cb5e2e52',907,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-11 09:32:02'),(12570,2,'b0e024167653b156e5a89822be37bacac43a22d9',906,'* change for framework.','wangyidong','2016-03-11 09:02:31'),(12571,2,'7c349639df20c49ad0b7a2e8cbe57b3e655710b9',905,'* 1.add linkCases method for testcase module. * 2.hide fromBug or toBugs if not exist for testcase.','chenfeiCF','2016-03-11 07:30:36'),(12572,2,'026dbe2f25632ce00bd5952cb08e2b28f0578f38',904,'* add view file for linkBugs method.','chenfeiCF','2016-03-11 07:25:58'),(12573,2,'6f9b3d3e614cc405bd4f990840e504228a3d648d',903,'* 1.add link bug method for bug module. * 2.hide toStory, toTask or toCase when not exit for bug.','chenfeiCF','2016-03-11 07:13:47'),(12574,2,'1e22ef4ea7674e4f2c99d7827f7da319e37b35df',902,'* adjust code for linkStory method and change the style for edit method.','chenfeiCF','2016-03-11 06:55:17'),(12575,2,'5f975e60ba9db56405e3acabff99561da882a091',901,'* change style for table fixed in scrolling.','Catouse','2016-03-10 18:23:00'),(12576,2,'4fc1f5286b51f38c0a45b75b8cce03895d236003',900,'* update zui.','Catouse','2016-03-10 17:46:39'),(12577,2,'142915aa3053d71cd9e9ff174c3b98040b585f31',899,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-10 11:16:00'),(12578,2,'c96be8964abbb559a03b7b5b887cb25203ec1266',898,'* change for framework.','wangyidong','2016-03-10 11:15:24'),(12579,2,'2417ceeea2be3f52f97c209e57aac512b85934ea',897,'* fix style.','wangyidong','2016-03-10 10:26:29'),(12580,2,'019969ab90217505cfda0ec8f2cd2ed085926872',896,'* fix for fixed tfoot.','wangyidong','2016-03-10 10:25:59'),(12581,2,'7ba54fb85b9bcf7f17b17384e4641e6b52f0f492',895,'* add getBySearch method for testcase model.php.','chenfeiCF','2016-03-10 10:20:35'),(12582,2,'0b99aaea7e726aa4ebd534ba7231b324548980e1',894,'* adjust for fix tfoot action.','wangyidong','2016-03-10 10:08:12'),(12583,2,'b899f67e5cbee1300e69d70c89269d5388b5898b',893,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-10 09:32:11'),(12584,2,'dffd8083787c96ea403171f276c1c1c4c0a3ecba',892,'* change for lib can extend with base.','wangyidong','2016-03-10 09:30:15'),(12585,2,'e617014b6514cbe4481ef1ef5c1442f2460693da',891,'* adjust for fixed tfoot action.','wangyidong','2016-03-10 09:29:42'),(12586,2,'6d6d0a85dd59aaf193add40f85222cce6dfe0318',890,'* change the return type for ajaxGetLinkedStories, ajaxDeleteLinkedStory, linkStories, deleteLinkedStory, getLinkedStories method.','chenfeiCF','2016-03-10 07:41:53'),(12587,2,'c30be46e52354506407d6f85e9369f6912a4e478',889,'* 1.use ajax when delete search query. * 2.adjust for task #2467.','chenfeiCF','2016-03-09 22:30:41'),(12588,2,'e996a9d4ed1058b6c2adf16084767f8baad28a3b',888,'* 1.change \'Set view\' to \'Assign\' for company and product module. * 2.adjust code and fix error for linkstory method of story module.','chenfeiCF','2016-03-09 21:30:53'),(12589,2,'61fb9e38babf41ff3821d10a2438160a4c7521e5',887,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-09 17:36:40'),(12590,2,'2e7698db31cf5a0d8f2756435685a7367d46e994',886,'* change for framework.','wangyidong','2016-03-09 17:36:02'),(12591,2,'4569039d98d8772e9605c0b977165fd0d7ff856f',885,'* fix style for selectButton.','wangyidong','2016-03-09 17:35:26'),(12592,2,'7da16e22ca47d3ab2747f8d69d77f8f4399df589',884,'* change index name for db.','wangyidong','2016-03-09 17:35:11'),(12593,2,'140a15b0be2a0fcc77e87cdb6f224ebbca5216d4',883,'* change the dao property name for task #2458.','chenfeiCF','2016-03-09 16:50:36'),(12594,2,'7a1eb61efdaa941bcdc94167e0ce1a3a546561d2',882,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-03-09 13:15:25'),(12595,2,'40a300031e3afe482652f6d3c15e267f6989b30e',881,'* adjust code for story module.','chenfeiCF','2016-03-09 13:14:36'),(12596,2,'12bdd874634b7c0f577ce54c4c58c8940368d17d',880,'* fix bug.','wangyidong','2016-03-09 13:13:50'),(12597,2,'6f673a06ed83bd4c07f12572a81804d545193289',879,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-09 13:13:13'),(12598,2,'80b9d18d73d3223fb3948de159f24a5bfdaef92b',878,'* add link story method when edit a story.','chenfeiCF','2016-03-09 13:03:06'),(12599,2,'81375e91470738dc880d4ab7df00821bbc490808',877,'* adjust code for fixed table.','wangyidong','2016-03-09 09:32:19'),(12600,2,'a04db8bc49ab89d6e17dfc82d38aad67a6d46abd',876,'* change for upgrade.','wangyidong','2016-03-08 16:27:47'),(12601,2,'4f7b7266f43e77d7ae0f38f61d2da241dc353edc',875,'* adjust code for custom lang.','wangyidong','2016-03-08 15:37:13'),(12602,2,'3525fe15bc6e1420fcc70641a07e951154546110',874,'* fix error.','wangyidong','2016-03-08 13:50:09'),(12603,2,'152ad148e67a6ae68c6006f9a0f1dcc141c40cdb',873,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-08 11:34:12'),(12604,2,'df85f2625e42c9dbb3bcb0a1a6d1bbc49d100b00',872,'* finish task #2474 and fix bug.','wangyidong','2016-03-08 11:32:48'),(12605,2,'454d7d49423a6c44173fe35b6a086468b38cc210',871,'* change style in default theme for datatable.','Catouse','2016-03-08 09:15:43'),(12606,2,'26d831d0b6d0b2f1a5665a1995a27c02055e2d7c',870,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-08 09:10:18'),(12607,2,'8c05dd59f464470e7a3f4cc64b3c4e29b58edc5d',869,'* improve UI of forms for create action.','Catouse','2016-03-07 14:07:49'),(12608,2,'18f97e6478fbd5edaf8419838da0f0f83d841963',868,'* change UI of buttons in table footer.','Catouse','2016-03-07 13:35:13'),(12609,2,'d97d22c0db6bd92e69a48a0bde6cbf59b24a8fe2',867,'* add story files and comments for task view.','chenfeiCF','2016-03-07 13:16:51'),(12610,2,'5722d28e7786128f08f6a9042f24707452d6daaf',866,'* fix bug #785.','wangyidong','2016-03-07 11:15:58'),(12611,2,'fb65e3660bb975dcd9a3478ce2eb55b3836c3ed7',865,'* finish task #2494.','wangyidong','2016-03-07 10:06:20'),(12612,2,'b3583677dec8e604d7c4be4e216194ed7254f797',864,'* change style of priority icon.','Catouse','2016-03-04 17:30:45'),(12613,2,'8c911f45daf3dcda3a7e9952667f5d359e254b5f',863,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-03-04 17:17:55'),(12614,2,'dad0b0395d098b869a020e950425a87ededd3bbc',862,'* change UI for create forms.','Catouse','2016-03-04 17:17:42'),(12615,2,'4017b1ae752479d15462ef3279193daaaff795df',861,'* set time limit to 7200.','wangyidong','2016-03-04 15:21:18'),(12616,2,'7603866e92dd9b4fc2d5364d968cd21b14590dcb',860,'* merge in db and adjust code.','wangyidong','2016-03-04 14:50:48'),(12617,2,'0d47f23a1913aa243953464de1e8590c63ec0f38',859,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-04 14:43:21'),(12618,2,'3e19bde84759eec34322dc67994c1e2e2aa39b1a',858,'* merge the update8.0.1.sql.','chenfeiCF','2016-03-04 14:40:51'),(12619,2,'f6186e949cac151cf083e3463e9ea0f13044a8d9',857,'* adjust code for dao check.','wangyidong','2016-03-04 14:15:01'),(12620,2,'f36272ed99894b059309fc93be7a9017ba017ffa',856,'* fix bug #772.','wangyidong','2016-03-04 14:14:15'),(12621,2,'401e2c0ac1581eaca0abba4d92f4509a010628b6',855,'* fix bug #789.','wangyidong','2016-03-04 13:50:01'),(12622,2,'9cc1a9e055e62aa716d0d57eafdd480823b93ddc',854,'* adjust code.','wangyidong','2016-03-04 13:36:33'),(12623,2,'051e6530d8ae7289f5f5ff75e135c78dbf2b1da8',853,'* fix bug #795.','wangyidong','2016-03-04 13:36:09'),(12624,2,'833d40aba6466b7013f590c0ed19aacebd8bbd91',852,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-04 13:08:31'),(12625,2,'8bb029007756dd7355be68e3e5ae168fd97c82bb',851,'* fix bug #801.','wangyidong','2016-03-04 13:07:20'),(12626,2,'51d75e71a2a0299e01bf3ceb6d0f7258a7737272',850,'* add method to init priority selectors.','Catouse','2016-03-04 13:01:28'),(12627,2,'0dafbb66dd2443fbc4ecfafa4e85c4559cf2d380',849,'Merge branch \'master\' of https://github.com/easysoft/zentaopms Conflicts: www/js/my.full.js','Catouse','2016-03-04 12:20:20'),(12628,2,'f1454d2d991fa1e8f722ae0c79a0468728279b5b',848,'* create new UI for priority selectors.','Catouse','2016-03-04 12:18:42'),(12629,2,'f4980f8377df114619d20d1979cbd55710ed64da',847,'* add css helpers.','Catouse','2016-03-04 12:17:53'),(12630,2,'2fc659447f919d5ef5f3501eb13f5f62a1dcd1bf',846,'* add white space to button and link in login form.','Catouse','2016-03-04 12:17:23'),(12631,2,'4f9fd70b9e4f3cdbd620ce9130e06b4c50b4d09a',845,'* improve UI of story/create view.','Catouse','2016-03-04 12:17:03'),(12632,2,'59c99c29f3ce5b84e619626604b0e5742a4c9558',844,'* adjust code for bug #792.','wangyidong','2016-03-04 11:36:21'),(12633,2,'d9e1606b2e2b0c5dfa0cb99387cfea2488a4aca1',843,'* fix bug #792.','wangyidong','2016-03-04 11:33:54'),(12634,2,'bc18f5d692672785ebbb7c4eabe5126e906af0f0',842,'* fix bug #796.','wangyidong','2016-03-04 10:36:18'),(12635,2,'a8089272bca340821ccde277e7ed27fc55bd19a0',841,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-03 15:42:19'),(12636,2,'59917d3a0aeb3e55b0843c1b1de83238479fac83',840,'* finish task #2424.','wangyidong','2016-03-03 15:41:00'),(12637,2,'2dbfa6949833e7d455d5c646c38477c7e3691f9c',839,'* finish task #2471.','chenfeiCF','2016-03-03 13:58:22'),(12638,2,'2f9ac5d436cab84f7e8585c4d8f48d33b481ba0d',838,'* refactor task method for project module.','chenfeiCF','2016-03-02 17:35:05'),(12639,2,'46eeec68aa6044dcfdead1f135ae88b5970df952',837,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-02 15:25:40'),(12640,2,'274639baa5423696c97253798c065bf0c7f689dd',836,'* fix bug.','wangyidong','2016-03-02 15:25:27'),(12641,2,'af9f3f8d372e19f5efb2d82b1cc801ca31605913',835,'* refactor browse method for doc module.','chenfeiCF','2016-03-02 14:24:49'),(12642,2,'09c8fa8aa8dd606b57312c51f40d31bb79f480f2',834,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-02 13:28:44'),(12643,2,'20aa49dea99cfde10d5f0269f18f4f1860051b11',833,'* fix bug #797 and adjust frawework.','wangyidong','2016-03-02 13:28:04'),(12644,2,'abfb3f5fa59a620ef38adaaca024218b3ebe6750',832,'* adjust code for browse method of release module.','chenfeiCF','2016-03-02 11:11:57'),(12645,2,'a4fbf1ddef4268eb881ed45ea689921cfb24fa9a',831,'* refactor browse method for testcase module.','chenfeiCF','2016-03-02 10:46:28'),(12646,2,'12ec619856fcc0b5e4e144a680a0a1fdb218c77e',826,'* refactor browse method for product module.','chenfeiCF','2016-03-01 08:28:35'),(12647,2,'c7168f7db778dd3fc9d5992f47f41566bd919874',825,'* refactor browse method for company module.','chenfeiCF','2016-03-01 06:52:21'),(12648,2,'cb7663e691d04986a0eea68c4c2aa1e0101d14ad',824,'* adjust code for bug module.','chenfeiCF','2016-03-01 06:21:48'),(12649,2,'c1a45df1cd836550299daa99fb455442d8e457ac',830,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-01 14:48:20'),(12650,2,'ffd58aebb71c1b963d1378afd5ff4d221cbc25be',829,'+ add myrouter class.','wangyidong','2016-03-01 14:48:02'),(12651,2,'da0b5e611dd8f50e7f13751a4e9e9182af25a9fc',828,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-03-01 10:58:35'),(12652,2,'e23311969d521af6f1fdde20115639cba3a7cdb2',827,'* change for new framework.','wangyidong','2016-03-01 10:57:53'),(12653,2,'127d2e6a407e1ecd29014ef282d4ac99a60db4ad',823,'* refactor browse method for bug module.','chenfeiCF','2016-03-01 06:00:25'),(12654,2,'7f66f2018e6913934a1addd7aadbc0fb2a857250',822,'* finish task #2501.','chenfeiCF','2016-03-01 02:09:18'),(12655,2,'8a604925eed82f93a962295dfff8315b933d37a9',821,'* finish task #2492.','chenfeiCF','2016-02-29 10:16:34'),(12656,2,'288bfe5758b48a6aeea682334b3c7e86d798b626',820,'* finish task *2467.','chenfeiCF','2016-02-25 15:21:04'),(12657,2,'3abf28e9ed5f0319099ca3eb9d5c1f5cc7d12dce',819,'* adjust style of file/buildform.','chenfeiCF','2016-02-25 15:12:11'),(12658,2,'69f7a3341e424fba8a72ba90813c9ef631be7ddb',818,'Merge pull request #3 from syncxplus/master * Update chmod command in Makefile, working on Mac OSX','QingDao Nature Easy Soft Network Technology Co,LTD','2016-02-24 17:05:54'),(12659,2,'7bb16d8f922a0ef47c44e9315e8b6783b18c614d',817,'* finish task #2510.','wangyidong','2016-02-24 16:00:21'),(12660,2,'f3edc332fd9892b186c832db0007e1ceb28b4162',816,'Update chmod command in Makefile, working on Mac OSX','jibo','2016-02-24 15:40:43'),(12661,2,'b321098c26dc74d22c2da997559d79fbd067f554',815,'* finish task #2508.','wangyidong','2016-02-24 14:52:54'),(12662,2,'8c3028d3c0fbe296701ad10b61fb20a0d3863b08',814,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-24 13:58:30'),(12663,2,'997f691665ac340ea0f29c3de7ad1d030f6170cd',813,'* code for task #2470.','wangyidong','2016-02-24 13:06:59'),(12664,2,'8a5df0346334c96bc4e6473fc6f1ede8f3a5d7d2',812,'* fix style of group/managemember.','Catouse','2016-02-24 10:34:58'),(12665,2,'a26186746871d8c869b60df959cbeb65cd343f63',811,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-24 08:41:08'),(12666,2,'b8474bddf5ef75019af103112d7c21771241abf2',810,'* fix bug.','wangyidong','2016-02-24 08:38:49'),(12667,2,'7683db7228fcd476ac722cdfeb6d2dd325540b2d',809,'* finish task #2459.','chenfeiCF','2016-02-23 21:46:26'),(12668,2,'0269715534248451473c1b8edad1bbc2fef89077',808,'* adjust code for task #2015.','chenfeiCF','2016-02-23 21:03:20'),(12669,2,'8499ea4819c05ebddbe5153e948f0d4e8267e4ed',807,'* finish task #2015.','chenfeiCF','2016-02-23 20:56:35'),(12670,2,'8373cc09cf4aea3b3b06f3294f390208d8878ebd',806,'+ add zentao logo.','Catouse','2016-02-23 16:56:02'),(12671,2,'334a0b1009f39d14b333623c26fd3ef4e802b259',805,'* change UI of mail content for user.','Catouse','2016-02-23 16:55:50'),(12672,2,'ae4fd31b3d79c92b764b01059280c233d020490f',804,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2016-02-23 15:43:37'),(12673,2,'ea56bf4d254582352becce75dc9cdcf820eb9cd0',803,'* ajust action history list style.','Catouse','2016-02-23 14:36:02'),(12674,2,'98e7f59798ff24537437ddea09d965ae65c0f5be',802,'* finish task #2482.','chenfeiCF','2016-02-23 13:41:52'),(12675,2,'baa2b472c232aa1aa7d95bb4cb08e2d809bee902',801,'* finish task #2493.','chenfeiCF','2016-02-22 21:49:51'),(12676,2,'8c284f445963d8aa33ca37138c7e837a86eec863',800,'* change alert style in mail/save UI.','Catouse','2016-02-22 17:21:17'),(12677,2,'2bde4bcba28c40782fa93c9cf15d7889afa15ae5',799,'* disable autocomplete of date input.','Catouse','2016-02-22 17:21:04'),(12678,2,'2f8121190db1f5dfe8cc7f3485ecb5d6463685e9',798,'* finish task #2509.','Catouse','2016-02-22 17:08:45'),(12679,2,'338cfa239b8eaba189585807fedd3c22e02890f9',797,'* remove right border of button in search form.','Catouse','2016-02-22 15:32:50'),(12680,2,'d06f0ecb5fd6c588e6372fd5297010dab7fd557a',796,'* change margin of titlebar.','Catouse','2016-02-22 15:29:39'),(12681,2,'80b50cb041719965bd815f81424fa6f190522bd1',795,'* ajust style of project/manageproducts UI.','Catouse','2016-02-22 15:14:31'),(12682,2,'9141bb13d790fa22e25be5bdc5025ccbfbca2603',794,'* fix style of tree menu.','Catouse','2016-02-22 15:03:44'),(12683,2,'0f2f5eaf1acd3a4754d11bbfe9bb2437df58c1f4',793,'* change admin/sso UI.','Catouse','2016-02-22 13:46:54'),(12684,2,'f3ab28ebdd7178950a74a904a8d5c81e186151cb',792,'* update zui.','Catouse','2016-02-22 13:46:18'),(12685,2,'173fa51902b2330e478dbed12234208e8bdafa51',791,'* fix chosen style.','Catouse','2016-02-22 13:39:53'),(12686,2,'e35b0f273e212454c6d3ba5174cde766106c08a2',790,'* fix style of inline radios.','Catouse','2016-02-22 13:39:43'),(12687,2,'44d380dd344e1f265be5dbd8abc220120456dbaf',789,'* update zui to 1.4.','Catouse','2016-02-22 13:39:17'),(12688,2,'4b76d36e9e8844de3827b28d3d536ed8d41918ea',788,'* finish task #2469.','Catouse','2016-02-22 10:29:28'),(12689,2,'1fce9b6d686593bca8366f1889595a0de608bf8b',787,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-19 14:35:30'),(12690,2,'bbf3d672af05423b28b790b554cd30c4ab884194',786,'* code for task #2464.','wangyidong','2016-02-19 14:35:03'),(12691,2,'d9ddbd045019e11a42d2e3bfe7f3bdcdfa6ce6df',785,'* finish task #2458.','chenfeiCF','2016-02-19 13:49:25'),(12692,2,'aa6f3bc46dd31d00c8076be0bdd9f33c350e3107',784,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-19 11:06:16'),(12693,2,'33d94add3bd37694b0ace8ad5c2ab2abe7eea69e',783,'* code for task #2460.','wangyidong','2016-02-19 11:04:53'),(12694,2,'46136fbf706a48e9dbe87ec2ad702ed2a9f4ee44',782,'* adjust for task #2478.','chenfeiCF','2016-02-19 09:46:53'),(12695,2,'95de1da36573e5d7e0dd7cd7264fa02ac92ecda8',781,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-19 08:59:57'),(12696,2,'72c1f7dc8ab5cd50c43c0a7718597091b86fbb18',780,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2016-02-18 22:27:01'),(12697,2,'9f99387a7e32bc12c30227e3dd39e14929854711',779,'* finish task #2457.','chenfeiCF','2016-02-18 21:38:54'),(12698,2,'77b0403e530727051869f441e4a261a9989cc461',778,'* adjust code for getProjectBugs.','wangyidong','2016-02-18 17:26:44'),(12699,2,'19044c3115e90d4a15116fdf89471d8cc9c7bf8d',777,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-18 17:19:08'),(12700,2,'a24f6cbeba4463dc2b84a063497b39a11bdfc375',776,'* finish task #2466.','wangyidong','2016-02-18 17:18:20'),(12701,2,'8517690be4c91fa76d0344b16607485b6c88cc9e',775,'* finish task #2478.','chenfeiCF','2016-02-18 12:16:43'),(12702,2,'ae81e0f85ecdd007fdcfaa234c144e84fa8d7cf2',774,'* adjust code for upload image.','wangyidong','2016-02-18 11:00:05'),(12703,2,'83d41f0345296195436a67f56f449b1ada0add5c',773,'* finish task #2502.','wangyidong','2016-02-18 10:59:37'),(12704,2,'39928a235fda64bc9383146fbef5ffaf877690cd',772,'* adjust code for testtask.','wangyidong','2016-02-18 09:14:37'),(12705,2,'454ed3acb27d68a2bd11645e68271858d79c9e21',771,'* adjust code for task #2465.','wangyidong','2016-02-17 16:31:30'),(12706,2,'ff800c613314b4fb9974e264ef57fd4ca8fa6359',770,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-17 16:22:49'),(12707,2,'8230ffd6d0692311f4a9b47e24c92596440dccbb',769,'* finish task #2465.','wangyidong','2016-02-17 16:22:24'),(12708,2,'ae9b46a05f5ae26cab36df9bce9f3c320e20ecec',768,'* finish task #2495.','chenfeiCF','2016-02-17 15:20:51'),(12709,2,'d01b8eb8df3fc36f9505d7c1f5532f10ffc5bc4e',767,'* finish task #2489.','wangyidong','2016-02-17 14:18:54'),(12710,2,'8b1c8fb46fdc87f5f94cdb581a31f35f5c5c82cd',766,'* code for task #1799.','wangyidong','2016-02-17 10:40:17'),(12711,2,'26e611bee537d74176c8b335011d07303661da0e',765,'* finish task #1799.','wangyidong','2016-02-17 10:16:18'),(12712,2,'46a7ceaad780b4d17c216c914b0817ae924537e5',764,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-17 09:09:00'),(12713,2,'30b9c0d99b1ab71fa90a467197f119f1af78404a',763,'* finish task #2498.','wangyidong','2016-02-17 09:07:46'),(12714,2,'63b41644348884c92ead07257bd6b03b6c79ca4e',762,'* finish task *2505.','chenfeiCF','2016-02-16 17:27:23'),(12715,2,'2f9807ab143608af62dc836e057dc7315196dea5',761,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-16 14:56:57'),(12716,2,'50b3d69bc9e05c4410849dd4b2a5ae5ba9df9113',760,'* finish task #2462.','wangyidong','2016-02-16 14:56:08'),(12717,2,'fcc798f4d46a02e86b4f34c48d2ef2aa3c1b5211',759,'* finish task #2507.','chenfeiCF','2016-02-16 14:05:45'),(12718,2,'d324bb72e65f3b684ec31d61001f2e16fafbf7af',758,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-02-15 17:29:46'),(12719,2,'e8bb9aa1ee6171f761e672e3426ae4e1514ce52e',757,'* finish task #1295.','wangyidong','2016-02-15 17:29:23'),(12720,2,'5266c8c064e7129be76d60c69a55e074956a9793',756,'* finish task #2499.','chenfeiCF','2016-02-15 15:42:21'),(12721,2,'86ee7a20550593187252cf03caf2d85870841a89',755,'* finish task #2503.','chenfeiCF','2016-02-15 15:21:29'),(12722,2,'ef9f7ca2fb32baf50e080d349d7e033bb87bf27e',754,'* finish task #2506.','chenfeiCF','2016-02-15 14:39:31'),(12723,2,'1f9055b610a7ea3259c885fcd4120f710219a6d7',753,'* fix bugs and adjust code.','wangyidong','2016-01-25 13:50:58'),(12724,2,'2b7df545f2e0ccf70d2762fd7793dbb3b8987441',752,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2016-01-11 11:33:13'),(12725,2,'ba3ed9098663fedea3ad3f507d1db36f5c14685e',751,'* fix bug for report getUserTesttasks.','wangyidong','2016-01-11 11:32:51'),(12726,2,'6acdab67426bf7196560390982f99702f4a2ff8a',750,'* fix kindeditor crash in ie8.','Catouse','2016-01-08 09:25:17'),(12727,2,'a0d475720b159f63da593af0462f11a36a564910',749,'* fix error.','wangyidong','2016-01-05 15:22:04'),(12728,2,'052a1d7a7c9489247e19d8bc379c7b183d8192a2',748,'* fix bug #783.','wangyidong','2016-01-05 15:21:25'),(12729,2,'a2e1a381e22fb7817a99ac32e97b605c9ede0f83',747,'* fix bug for backup db.','wangyidong','2016-01-04 09:43:24'),(12730,2,'e3c51a6200565d12d539bb86b78583346ba7c609',746,'* adjust for merge model file.','wangyidong','2015-12-31 15:54:27'),(12731,2,'ce148bb582d464dfb32ea0d4eee013e6e9b2b998',745,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-12-30 16:08:04'),(12732,2,'dfa64599e2c4169da590fbd6f26c982e851ecb71',744,'* fix a bug for action module.','chenfeiCF','2015-12-30 15:55:33'),(12733,2,'ca7e1ab6f7a95add37e701a41883110d063e130d',743,'* fix bug #750.','wangyidong','2015-12-30 14:41:11'),(12734,2,'0f4856495a0935d839e553db64a46cb00a0b5948',742,'* fix bug #781.','wangyidong','2015-12-24 15:07:20'),(12735,2,'888c89fbe5121e9bd1d68b83dbee5d5e55d4772c',741,'* change for upgrade.','wangyidong','2015-12-24 09:59:08'),(12736,2,'731bc2e5a81158c0d6a4a571414bf57184d27898',740,'* fix bug #776.','wangyidong','2015-12-24 09:48:03'),(12737,2,'fb2357ef32d43de1039adb6b35d8d0f236d7f243',739,'* fix bug for create bug in branch.','wangyidong','2015-12-23 17:23:30'),(12738,2,'82f04a6a229ef9d39100949ee6a748c992bbfa56',738,'* fix bug #774.','wangyidong','2015-12-23 16:33:47'),(12739,2,'4ebfcc3ac87d5f3c5a5ad8803c21ab176cc56d7f',737,'* fix bug #775.','wangyidong','2015-12-23 13:45:19'),(12740,2,'e45a196b7bbc0aebb0333eab58dcffeadfe970d9',736,'* fix bugs.','wangyidong','2015-12-23 09:29:38'),(12741,2,'957111c6f01652481014efcae698df7e60e57305',735,'* code for bug #777.','wangyidong','2015-12-22 16:56:55'),(12742,2,'1e3c913063ab68c71ad93e2feb0a1ff39fb3fcd4',734,'* fix bug #777.','wangyidong','2015-12-22 16:55:25'),(12743,2,'b6e4fc2e41567976cca82d936c8ecdd67d6ab2d3',733,'* fix bug #778.','wangyidong','2015-12-22 15:10:55'),(12744,2,'b49fae3d745a85f63435d71b7490846de8eb8fcb',732,'* fix bug #779.','wangyidong','2015-12-22 15:01:21'),(12745,2,'7007f4b888ccd31df60dcc7c23a8aa31979950b6',731,'* finish task #2425.','wangyidong','2015-12-22 13:27:26'),(12746,2,'aab0b66e1550ac10f0e1beb7a36c827840a8d522',730,'* finish task #2426.','wangyidong','2015-12-21 17:27:57'),(12747,2,'9c6d301c9cc6b702aa7fed2ce25b94d6805f5370',729,'* finish task #2428.','wangyidong','2015-12-21 16:02:41'),(12748,2,'62c590a94b6d10f48f7612a789574ad2537c1a33',728,'* finish task #2431.','wangyidong','2015-12-21 14:20:13'),(12749,2,'b5d020c652ba032695a112c7414c08566a64eda1',727,'* fix a bug.','chenfeiCF','2015-12-16 13:49:09'),(12750,2,'72eca957bfe905e0e8b33aa3e8c1827f22c51de9',726,'* fix bug for project link story when branch is empty.','wangyidong','2015-12-10 13:50:05'),(12751,2,'92208eae36bc1ebc6ff15b1c53ac004ccb89ce1c',725,'* fix error for HTMLPurifier.','wangyidong','2015-12-04 13:07:50'),(12752,2,'b3f919b697c1de3bc812e3f8b056d397e267cc6b',724,'* fix bug for update user.','wangyidong','2015-12-03 15:49:31'),(12753,2,'6ae74c1430a6c374070e71bf157ebf7a7cbffb71',723,'* fix for zdb class.','wangyidong','2015-12-02 17:32:51'),(12754,2,'33dff400924e3ea10d6f503d123584895ffd5847',722,'* fix bug for get build pairs.','wangyidong','2015-12-02 16:21:31'),(12755,2,'8fccef5df357d3a4f9549a3f66d867baac3c2e32',721,'* fix bug #773.','wangyidong','2015-12-01 15:31:24'),(12756,2,'5933daa169e50add1ae68ed4bc826f31b673b14c',720,'* change js parents to closest.','wangyidong','2015-12-01 11:03:29'),(12757,2,'a2b2454760fe7caea1beb6f5375c75b2a6f5db0a',719,'* fix a bug for branch.','wangyidong','2015-12-01 11:03:08'),(12758,2,'b808b0c8c397bf279af7addea02d1c7d5d5531ab',718,'* change for build and release view page.','wangyidong','2015-11-30 14:23:36'),(12759,2,'0160e9905495fc7bb5f982eccc8ff853a6e762ca',717,'* adjust style.','wangyidong','2015-11-30 14:19:25'),(12760,2,'036cebc87e0136885d38570af421551b7af6cd8d',716,'* fix js error.','wangyidong','2015-11-27 15:46:22'),(12761,2,'290d1a76bc34191844d2defe08ef819f836da651',715,'* Adjust codes.','daitingting','2015-11-27 15:40:23'),(12762,2,'61ecdb6000fc2f8599acdf173ee805331c857dae',714,'* Add more link for blocks.','daitingting','2015-11-27 15:26:19'),(12763,2,'5913f76f35915b79fe98c720b667d8178f774872',713,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','chujilu','2015-11-27 14:49:31'),(12764,2,'d04a6a0ba86a49879f25c64fc36c35c02c85de18',712,'* fix block user account','chujilu','2015-11-27 14:48:58'),(12765,2,'7acbf8c7bde6226925a9c701e637d75f3beadbda',711,'* disabled for ie8/9 placeholder.','wangyidong','2015-11-27 14:06:59'),(12766,2,'9fe3b5ca0522fd4c9251930d097bb9148c863c6c',710,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-27 13:33:23'),(12767,2,'119f3bfb20ce72c7b91b6d6df7ac6aaa5eefdcb2',709,'* fix placeholder for ie.','Catouse','2015-11-27 13:30:02'),(12768,2,'998f4658112784d8ecc756cb70f40e0b7d9c4c5b',708,'* adjust story needReview.','wangyidong','2015-11-27 13:18:45'),(12769,2,'4bf02d062f75d48578c00fe704352b38a2d00d84',707,'* change admin/index style.','Catouse','2015-11-27 12:05:02'),(12770,2,'62fc4ac385be9acd6a3652b1c3077a8d7f73a7d3',706,'* change for zh-tw lang.','wangyidong','2015-11-27 09:21:17'),(12771,2,'f020e482c6d60210ae27502358862d5900b53e7a',705,'* change for upgrade.','wangyidong','2015-11-26 17:33:03'),(12772,2,'6d2f5f4c8e6f9a73ec205b2b1b4867be0b8bcde5',704,'* delete sended mail.','wangyidong','2015-11-26 17:26:40'),(12773,2,'4040b541ddd3feec1021c9128663bf589e822abf',703,'* adjust for misc-about.','wangyidong','2015-11-26 16:18:03'),(12774,2,'13c881ccda643cb41da382b184d8ca7260205a41',702,'* fix bug #770.','wangyidong','2015-11-26 16:17:42'),(12775,2,'a9f3fe527066fd4d68a8a0a6f6f6359f621cddb1',701,'* fix bug #769.','wangyidong','2015-11-26 14:01:32'),(12776,2,'02ce779b654fbb25689212e009d37c2f979aaf17',700,'* adjust code.','wangyidong','2015-11-26 13:29:29'),(12777,2,'48ada5974b667401b0670eb72c034b17370cf535',699,'* finish task #2416.','wangyidong','2015-11-26 13:11:01'),(12778,2,'6670b94cafe0d5ba5685483e14b7bed103bd3309',698,'* adjust for user getById.','wangyidong','2015-11-26 09:20:53'),(12779,2,'a94cd23f697ef7315baed8ddac8943e7a0a3c133',697,'* finish task #2411.','wangyidong','2015-11-25 16:23:47'),(12780,2,'514376c3078eb069cb7e2d5bb1179fffeb33433e',696,'* finish task #2414.','wangyidong','2015-11-25 15:31:54'),(12781,2,'aa8c0363f3881e181c8a780c540189fc058e53c4',695,'* finish task #2415.','wangyidong','2015-11-25 14:22:24'),(12782,2,'849ec917538d04409237784494b9fa086ee4372d',694,'* code for task #2417.','wangyidong','2015-11-25 13:15:54'),(12783,2,'9012728c5a1eb9f1acce4bfa62f4c6552658526a',693,'* change for dept.','wangyidong','2015-11-25 12:13:49'),(12784,2,'3c4c0e137ef39815d0e92572c22546f1ce4cb533',692,'* finish task #2417.','wangyidong','2015-11-25 10:11:02'),(12785,2,'2aba28b253029af18f22b13d309dc33f6a542f30',691,'* finish task #2418.','wangyidong','2015-11-24 12:07:39'),(12786,2,'715050df57a386b21bd08f7068fd93e07b30247b',690,'* adjust for user.','wangyidong','2015-11-24 11:25:10'),(12787,2,'8ff1e21c95fc697184895aa73fd4f0b9b7026c89',689,'* change for ranzhi.','wangyidong','2015-11-24 11:15:00'),(12788,2,'a01925a0f2763cc896137ac59612cf819c1ae118',688,'* finish task #2419.','wangyidong','2015-11-24 10:18:48'),(12789,2,'6f67d9af0fe8c6444bde055a097d73a7e91aef2f',687,'* fix bug.','wangyidong','2015-11-24 09:31:35'),(12790,2,'c3a9804a56cde8285449cee64356514cd757215d',686,'* finish task #2420.','wangyidong','2015-11-24 09:12:27'),(12791,2,'5923c8e637fc9d685a72973904ff28d67654e3c1',685,'* finish task #2421.','wangyidong','2015-11-24 08:44:17'),(12792,2,'eebc5834aef41b15d781433230e2beffae61311f',684,'* fix for testcase show import.','wangyidong','2015-11-23 17:15:32'),(12793,2,'75bd02ec483bb9a988e07cc69210d46274f2cfed',683,'* adjust width for english.','wangyidong','2015-11-23 16:22:51'),(12794,2,'103919866f835e12f2de67b2a3df2fc0be83a8ae',682,'* fix bug #755.','wangyidong','2015-11-23 15:18:42'),(12795,2,'57ef7bad741e50d356689c8e3c2044105b0ac7f9',681,'* fix bug #768.','wangyidong','2015-11-23 14:25:58'),(12796,2,'3d46d2e1ed1fd24e54bbc83e3318181b81b636d4',680,'* fix bug #663 in backyard pms.','wangyidong','2015-11-20 11:36:46'),(12797,2,'c657433fa203e56f5de669dde602ce4e16a992ea',679,'* adjust code and fix bug.','wangyidong','2015-11-20 10:45:18'),(12798,2,'7374c819496c621f891b33827ca8b5d00967ac7e',678,'* fix bug #669 in backyard pms.','wangyidong','2015-11-20 10:06:59'),(12799,2,'d06306de006500474d997031b90f0bc16c76a865',677,'* fix bug #666 in backyard pms.','wangyidong','2015-11-20 10:05:42'),(12800,2,'ba0f4306c62ccab1c2b8fa8bb9a3ce1677499d63',676,'* fix filter params.','wangyidong','2015-11-20 10:05:17'),(12801,2,'35cd899cd5122e271a7efa9deeeb6f4edbc39fa0',675,'* fix bug for get noterminate build.','wangyidong','2015-11-19 11:05:24'),(12802,2,'a05357d9649c5b886ef56715ffa8bd7ca7df1b02',674,'* fix bug #656 in backyard pms.','wangyidong','2015-11-19 09:27:53'),(12803,2,'7955810546af493c7d30c076fe87af3898dfc826',673,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-17 10:54:16'),(12804,2,'6fe166a8f5cc8ff253cd83307a26517c24e9719e',672,'* fix bug for sql.','wangyidong','2015-11-17 10:53:58'),(12805,2,'c1da3f39c2f9f9a9a9edc36374709790df7ffc02',671,'* fix bug #766.','chenfeiCF','2015-11-16 13:39:05'),(12806,2,'e17126e526cc7b8b21c02439924556dd7b574ef2',670,'* add changelog.','wangyidong','2015-11-13 15:34:23'),(12807,2,'7c5358ed0d5aaa32bfdd3eb94f58e5eaac6b9529',669,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2015-11-13 15:17:23'),(12808,2,'7184cb3a90f36ad637afef659e44002b47ddf14b',668,'* Adjust codes.','daitingting','2015-11-13 15:14:42'),(12809,2,'8823b0e03cebdc2310d680a0e7a4445409b3e47c',667,'* change 7.4 to 7.4.beta.','wangyidong','2015-11-13 13:35:20'),(12810,2,'2feed8a2cd15766681a53fb0f5bc992ab12b6ecc',666,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-13 13:27:57'),(12811,2,'786b78a025e2fe337372896c9c48a1ee52fec608',665,'* add 7.4 version.','wangyidong','2015-11-13 13:27:29'),(12812,2,'aa0b77bf2844282e2467bc39ef8700cb73f893d0',664,'* fix bug for task #2403.','chenfeiCF','2015-11-13 13:25:19'),(12813,2,'dca7ad86fa14c706563246788d0b08d3edc50647',663,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-13 11:58:04'),(12814,2,'530388712a64f19a14cb5fe8c04e7460fbf13892',662,'* change for branch session.','wangyidong','2015-11-13 11:57:36'),(12815,2,'ce7be4ebc6fe3e3d19f83aa3fdc29a82f047f124',661,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-11-13 11:20:36'),(12816,2,'af948a8805afafab64711eafb9d3781a019149e0',660,'* adjust code for task #2382, 2383.','chenfeiCF','2015-11-13 11:17:53'),(12817,2,'e7037700751d0c200d461cc7800bce99de543240',659,'* fix error and adjust build code.','wangyidong','2015-11-13 11:12:41'),(12818,2,'d12d84f9501fc93ce55bb7d1f3d8d9959d16cf86',658,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-13 10:56:47'),(12819,2,'2d61ca8d34ea58b1a0a0f500f011ae26891d7bf8',657,'* change zh-tw.','wangyidong','2015-11-13 10:55:50'),(12820,2,'2f28d73c47b733e34e3061abf56b6caaaf7326c2',656,'* finish task #2400.','chenfeiCF','2015-11-13 10:54:14'),(12821,2,'5c361fdac7571119b987ac07085b109e5ec8f5ef',655,'* merge database.','wangyidong','2015-11-13 10:29:52'),(12822,2,'1af9dbe0c5ddefb9780eca858dfffd8818d7584f',654,'* adjust for filter super var.','wangyidong','2015-11-13 10:02:28'),(12823,2,'603f64a61894200032a4087e4b4092fdef6bd239',653,'* fix bug for tree.','wangyidong','2015-11-13 09:25:36'),(12824,2,'886eefeca379ce317ace38635b574abc0b9fc64c',652,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-13 09:02:41'),(12825,2,'f4ea06eddfeeec198cefc94752fe96d46f7d96de',651,'* finish task #2392.','chenfeiCF','2015-11-13 08:02:54'),(12826,2,'cb4e84a9da1910b4e720517a5a327af4588c4f49',650,'* finish task #2403.','chenfeiCF','2015-11-13 00:19:43'),(12827,2,'ba1f44853b74bf695c3ebb753bc8180fcc8b8572',649,'* finish task #2385.','chenfeiCF','2015-11-12 22:44:02'),(12828,2,'222927bf88121112ce9791e96c160d0292554c89',648,'* adjust code for testtask.html.php of my module.','chenfeiCF','2015-11-12 21:58:11'),(12829,2,'7891848534c69799ce66e8099041999fbf104d33',647,'* finish task #2393.','wangyidong','2015-11-12 16:25:41'),(12830,2,'d70f35fa664b8f48c830170fa2497343f910db20',646,'* add label for batch create.','wangyidong','2015-11-12 15:39:12'),(12831,2,'3866f3526d7f8f9321f6ac7b0f5c220a180f9e24',645,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-12 15:00:14'),(12832,2,'6abfe59501e574e9c6a5fdb9c1246256b6aac94c',644,'* finish task #2410.','wangyidong','2015-11-12 14:59:49'),(12833,2,'be5f2c680a7eac3526d01c3a08f159d64fe03609',643,'* finish task #2407.','Catouse','2015-11-12 14:12:53'),(12834,2,'6e95c09e6c181031ef8b2281e97b05e308b8d74d',642,'* finish task #2409.','wangyidong','2015-11-12 13:48:42'),(12835,2,'b7578aaca28d691db242cab85606fa553f51f430',641,'* finish task #2405.','wangyidong','2015-11-12 11:37:20'),(12836,2,'086848c53ec080ee0fcd3d795f6728d39e707640',640,'* code task #2404.','wangyidong','2015-11-12 10:40:02'),(12837,2,'19a2e963caeba92f59efcf7915c2db76a64ac2b1',639,'* finish task #2399.','wangyidong','2015-11-12 10:24:29'),(12838,2,'275c833e02587393425ef1f072787b1e476629d2',638,'* finish task #2394.','wangyidong','2015-11-12 10:14:43'),(12839,2,'6f12e34d25262dced5d25d5a25cf330839a3d219',637,'* finish task #2398.','wangyidong','2015-11-12 09:54:00'),(12840,2,'d5916dac13c1d94d3921b4969fd620d6a0a431c2',636,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-12 09:18:29'),(12841,2,'00f23416df0274be7c62b4c1297f14b19de59de8',635,'* adjust code for build and release module.','chenfeiCF','2015-11-11 20:04:29'),(12842,2,'97f38e11771ea7fdb88eacd35bdf7b4f03abdf08',634,'* finish task #2408.','wangyidong','2015-11-11 16:54:23'),(12843,2,'fd312662ccac556e41acfcba9b4bc8a78946f381',633,'* finish task #2395.','wangyidong','2015-11-11 16:15:41'),(12844,2,'4f48349475f779ca7dcbadde7915e9feae068ada',632,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-11 14:56:57'),(12845,2,'dec039edfb2dd8f5dee65da0a4ab5066c5de1ed8',631,'* finish task #2391.','wangyidong','2015-11-11 14:56:37'),(12846,2,'d953088cfb99bb9ca667d7112929452d3b289dc2',630,'* change for en and zh-tw lang of release module.','chenfeiCF','2015-11-11 14:44:07'),(12847,2,'94158ab9043d83651bcbf3e34dde8d01e0c3f686',629,'* finish task #2401.','chenfeiCF','2015-11-11 14:20:26'),(12848,2,'dc07d9f3cf9947d53267abc8cfcb19cfb0538d55',628,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-11-11 13:44:21'),(12849,2,'12f37c1798b21f416d3484ca25b1e03a9fa0acf3',627,'* finish task #2404.','chenfeiCF','2015-11-11 13:43:18'),(12850,2,'68f9066039d5bbd322ce09f97dbfcda33f6f91d0',626,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-11 13:30:37'),(12851,2,'a9d90a73c98116a25a4f79260cc49bec90299aa5',625,'* finish task #2386,2402.','wangyidong','2015-11-11 13:29:55'),(12852,2,'a178e1924142ecc528451cc072d6302e08de6bd0',624,'* finish task #2406.','chenfeiCF','2015-11-11 13:26:23'),(12853,2,'9c7cff9c16dfd767b480515cfba8d1982a15a902',623,'* finish task #2383.','chenfeiCF','2015-11-11 13:10:07'),(12854,2,'fcadcec130f7d0ecd387c2d63bb67c96aa25402f',622,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-11 11:08:38'),(12855,2,'45fb1f0c925a79e0dc0fcf04452f59fcb1695835',621,'* finish task #2380,2389,2390.','wangyidong','2015-11-11 11:07:59'),(12856,2,'89c17e26e9f6f8dd177da04bcb0d6c674250555c',620,'* Add bindUser and createUser function for ranzhi.','daitingting','2015-11-11 10:41:08'),(12857,2,'84af2e4700a7ebe5a4188f23ab6390fdbb492051',619,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-11-10 17:30:37'),(12858,2,'d1129ebf9f993a48a737fc5cd5465e168041dded',618,'* finish task #2382.','chenfeiCF','2015-11-10 17:29:21'),(12859,2,'8746d7bc64e71a90e6836e5a33c425185a3891c3',617,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-10 17:14:05'),(12860,2,'273bf0a23747180edc02e1ce6c31fc153004279f',616,'* finish task #2378,2379,2381.','wangyidong','2015-11-10 17:12:33'),(12861,2,'160eb29d76af0bcaed7fca8315d96f9997d34f23',615,'* finish task #2397.','chenfeiCF','2015-11-10 16:45:39'),(12862,2,'86b96a9640dcabfb05241924d5c41b5613496ba4',614,'* finish task #2388.','chenfeiCF','2015-11-10 15:29:41'),(12863,2,'1f72c22642f5c61144f2a5aed1e6133bcd982a11',613,'* finish task #2387.','chenfeiCF','2015-11-10 13:34:06'),(12864,2,'74d50c2bcdbca333d19e96f33f7421fdb3c58df5',612,'* finish task #2384.','chenfeiCF','2015-11-10 11:21:54'),(12865,2,'ff210f304d6acdcdbc233d16be53e753d9febe2a',611,'* finish task #2377.','wangyidong','2015-11-10 11:11:48'),(12866,2,'4cf14c3e438d75467add8ad7a47d8a0804450db2',610,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-10 10:56:35'),(12867,2,'a0c97d7e0152f7d6c09d9510fbc2670ae7949b97',609,'* adjust for branch name by product name.','wangyidong','2015-11-10 10:55:34'),(12868,2,'1df211fdaa4383193f7db76a7ef74fcd120f1dc5',608,'* adjust for parseImage.','wangyidong','2015-11-10 10:55:14'),(12869,2,'7464680eae837b718803680431da74ee696aabe4',607,'* upgrade license.','wangyidong','2015-11-10 10:50:32'),(12870,2,'61eb0a6fc34cb3e2f85a794368311aa3ba14282b',606,'* change for upgrade.','wangyidong','2015-11-10 10:50:01'),(12871,2,'fe99321c4533a3b3a69f63c8b0a370b270efa14d',605,'* finish task #2396.','chenfeiCF','2015-11-10 10:43:23'),(12872,2,'b82964c3892156060258ef034d1fd9a96fe3cbce',604,'* finish task #2376.','wangyidong','2015-11-10 10:37:43'),(12873,2,'99eb66aaf0a32e6af30355f507c9acc0213b32c1',603,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','daitingting','2015-11-09 16:02:40'),(12874,2,'225270d39bf53cedc5aab25b2d6bdcfcb9d16762',602,'* Check privilage.','daitingting','2015-11-09 16:02:07'),(12875,2,'6b92b40e4ce7d0595889630971dc98048668982e',601,'* remove back button for manage method of branch.','chenfeiCF','2015-11-09 15:10:48'),(12876,2,'e98ceb95c70d16ece6f46d18126c7d6a79f415e6',600,'* finish task #2333.','wangyidong','2015-11-09 13:14:12'),(12877,2,'3478a9010fdd1fa0d011489051daad885b95923d',599,'* adjust for story export.','wangyidong','2015-11-09 10:19:50'),(12878,2,'c3f3cfbed4c00f9cebf012a45e180a1f22ef1d74',598,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-09 09:49:41'),(12879,2,'653b1c3cd1e716a9f5e36047ad19efd928c08633',597,'* fix bug #749.','wangyidong','2015-11-09 09:32:15'),(12880,2,'23430345e90f01174890153ba08e7fb16be04e40',596,'* adjust the code for common.js of bug module.','chenfeiCF','2015-11-09 09:24:32'),(12881,2,'fd44c39d50514f9bb0e3f38fd94a8e66d3bb0745',595,'* fix bug #748.','wangyidong','2015-11-09 09:15:08'),(12882,2,'951f8436155b0aeb8d470922f6f93772935936bd',594,'* change for en and zh-tw lang.','wangyidong','2015-11-06 15:35:18'),(12883,2,'7065b7aa68e9f162d8d181d2104832be3a632994',593,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-06 14:31:26'),(12884,2,'e2c77e381cb0485a434e1ba3e230fee3e112cbc9',592,'* change for compute password strength.','wangyidong','2015-11-06 14:30:55'),(12885,2,'64e490d6506e40fabfda02ef67cfc7ee00cc93f8',591,'* add notice when editing story, bug and case.','chenfeiCF','2015-11-06 10:38:01'),(12886,2,'5f70edfbfdf679ad5999e069d4a9bb5201a12742',590,'* fix bug and adjust sso-bind page.','wangyidong','2015-11-06 09:26:00'),(12887,2,'e003ed01f0df12e90b2b5806fa08278b5f335ec2',589,'* finish task #2363,2364.','wangyidong','2015-11-05 17:27:59'),(12888,2,'015401d1e0b753245fb08b64736e06c1279287bf',588,'* change zpl 1.1 to 1.2.','wangyidong','2015-11-05 14:09:52'),(12889,2,'d521893d0abb10d877fe0fd0430f41b5d1b62c29',587,'* code for task #2333.','wangyidong','2015-11-05 11:36:40'),(12890,2,'5d0adaee3dd65f34df5af7624d322d2a73ee8bf1',586,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-05 11:33:31'),(12891,2,'c5feed8a0790bb5285274438aed2517ea777f08d',585,'* add purifier lib and filter by purifier.','wangyidong','2015-11-05 11:32:51'),(12892,2,'da84d5164ca7fc31c7d1cb71a84cba838ab12655',584,'* adjust code.','wangyidong','2015-11-05 11:32:04'),(12893,2,'0bdb398791a487547e8ce1c98adb6dfcd3ab031e',583,'* Remove duplicate title.','wwccss','2015-11-05 11:16:04'),(12894,2,'388df75ec10b1d5459184df87e7069927155875e',582,'* change license.','wangyidong','2015-11-05 11:10:53'),(12895,2,'c945a0a8c320067e55973dc2ed30ee6654d68d31',581,'* adjust for workload.','wangyidong','2015-11-05 10:24:19'),(12896,2,'3e77dd314560f219053c6b66922994c9cd62ee83',580,'* code for safe in framework.','wangyidong','2015-11-05 09:51:42'),(12897,2,'35c18012050302f91d29c2997051c357204fbf81',579,'* add notice.','wangyidong','2015-11-04 14:17:58'),(12898,2,'513c49f8550c9268164a4dd570607b2b47ca66cb',578,'* change for filter super vars.','wangyidong','2015-11-04 14:17:20'),(12899,2,'394a407ec04bf401f97a68b225a5932431f8415e',577,'* fix a bug for sendcloud.','wangyidong','2015-11-04 13:33:58'),(12900,2,'f4751b5fae226a3984e7d2c8fe123ef0fd07a9a9',576,'* fix bug for create task from story-view page.','wangyidong','2015-11-04 13:19:07'),(12901,2,'b9ff9b465dda2f7540cd4aef809cfe62c677a243',575,'* fix bug #758.','wangyidong','2015-11-04 13:14:43'),(12902,2,'2a39736fd7acc0a1b75910eeca3589d1ea9afc57',574,'* adjust code.','wangyidong','2015-11-04 12:16:40'),(12903,2,'35771f7f369c903021b50ab70e02c60fb81fdd50',573,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-04 11:26:32'),(12904,2,'4470b3db97c72f40292569419b0d275845f64549',572,'* fix bug for WooYun-2015-151486.','wangyidong','2015-11-04 11:24:09'),(12905,2,'85cbdbb6b718a488af39a4b1a9a3a4ffd2a54985',571,'* adjust the code.','chenfeiCF','2015-11-04 10:59:19'),(12906,2,'09866e78b5f062bda6c4acd43b18d8d60daa90a9',570,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-11-04 10:26:08'),(12907,2,'a46563dadeec0d6181e6c45cb21cbf3845e79e67',569,'* adjust the code for task #2357 2358.','chenfeiCF','2015-11-04 10:23:20'),(12908,2,'8b082953d02e716afa5778822e1fef3e99a0c2ec',568,'* Fix bug of sso login 302 url.','chujilu','2015-11-04 09:35:30'),(12909,2,'834aee0f273626babbbe5c27cc61f22d5dcbca8f',567,'* adjust the code.','chenfeiCF','2015-11-03 16:58:32'),(12910,2,'b65a72e141a321a77b465455a6dd31a97c5c2fdb',566,'* change code and add notice.','wangyidong','2015-11-03 16:05:40'),(12911,2,'e0a24a8a09ed6188f17c8ec776addabf22f26463',565,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-03 08:26:24'),(12912,2,'fa09186c686d6c9ec407f82850000be9fc3e7cc1',564,'* fix bug for WooYun-2015-137380.','wangyidong','2015-11-03 08:25:03'),(12913,2,'e93cb9e75dff22eab8b40e5d08992063534a7508',563,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/build/model.php module/release/model.php','chenfeiCF','2015-11-02 16:02:29'),(12914,2,'a6b66e916e11b97d9f5af47133ddc83a67b7b844',562,'* adjust code for bug #757.','chenfeiCF','2015-11-02 15:50:47'),(12915,2,'9bfcc069abb719cbfa4ea3d944bd97866181ecb0',561,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/release/model.php','wangyidong','2015-11-02 15:33:17'),(12916,2,'5d7126f5ca1bf2369e9e7fe42dccca9f8e759136',560,'* finish task #2335.','wangyidong','2015-11-02 15:30:43'),(12917,2,'f82bd56ce25c027d07005ee60c762a0c2f22954b',559,'* fix bug #757.','chenfeiCF','2015-11-02 14:35:35'),(12918,2,'1807788f9d1f4536475e2c898b4bc44255691105',558,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-02 10:52:25'),(12919,2,'eee2990ea7c939a66387e5d1ccfa381d377282a8',557,'* adjust lang for branch.','wangyidong','2015-11-02 10:52:04'),(12920,2,'4b9459b3e3135f1b02fa11dc762afa406d9f9f44',556,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-11-02 10:48:39'),(12921,2,'c8c87f6a3f88edc53148d9a44df7c03275ea9bb0',555,'* fix bug #759.','chenfeiCF','2015-11-02 10:48:03'),(12922,2,'3214cb08ce65d855768b0fdc3ed77c060b9c75ce',554,'* change for roadmap.','wangyidong','2015-11-02 09:47:37'),(12923,2,'713b190e090dd06b78891875822235ef839829af',553,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-11-02 08:39:11'),(12924,2,'38ec1e74ee3596738f7b54954958f7941dc33431',552,'* fix a bug.','wangyidong','2015-11-02 08:38:58'),(12925,2,'1633dfb3aac0b3eafecdf03a71928718e5d144d2',551,'* adjust for productplan link story.','wangyidong','2015-11-02 08:38:17'),(12926,2,'5b5f982fd65e91ee0ec170bc44a7fac095cea878',550,'* fix bug #760.','chenfeiCF','2015-11-02 08:04:17'),(12927,2,'7c7117d233d8ba546a3dfaf33d6f6b412889ef23',549,'* adjust productplan for branch.','wangyidong','2015-10-30 16:05:19'),(12928,2,'785c21f04a10f7657a7fcd278bacf7d84def3891',548,'* fix bug #753 and adjust the code format.','chenfeiCF','2015-10-30 13:51:19'),(12929,2,'4b77b0faa07de8defa0612dd4b1b18fd2c1b87ea',547,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-10-30 10:59:09'),(12930,2,'125f4244bd5b0c3fe2c53420fe1a810137e99a3e',546,'* adjust code for bug and build module.','chenfeiCF','2015-10-30 10:57:48'),(12931,2,'e58fe08c46bb8561c9da4035860435daa26027c5',545,'* adjust search config for branch.','wangyidong','2015-10-30 09:13:43'),(12932,2,'2fd60f85c307968704e00da757e4d7b02fa90825',544,'* fix the error of markdown','easysoft','2015-10-30 08:15:15'),(12933,2,'4823890b2d2f3ab9f22d04e15ed625210d3cc8ab',543,'* adjust for task #2359.','chenfeiCF','2015-10-29 21:53:59'),(12934,2,'d135d85ba4501727fcf56f27e0e637aabb9345b5',542,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-10-29 16:17:26'),(12935,2,'de80cb047093795b4c503c7833ca2aef4671f58f',541,'* fix bug #752.','chenfeiCF','2015-10-29 16:15:01'),(12936,2,'8593f3ce07ea21d95a9b19cb54a6f95a24e47af3',540,'* adjust code for branch.','wangyidong','2015-10-29 15:28:08'),(12937,2,'8381753633da59fee6a238bbe1d83b09b9cec2ae',539,'* fix bug #754.','chenfeiCF','2015-10-29 15:15:10'),(12938,2,'9910e1bd1f395995ff89d11eb4647cb091fe69c2',538,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-10-29 12:21:51'),(12939,2,'6a5f590ce97298a17040cfabb435f8fd76a16b3b',537,'* adjust for task #2357 2358','chenfeiCF','2015-10-29 12:18:53'),(12940,2,'1202c8db387b3cb75c8ccdb7a3a42d9cee9049e5',536,'* finish for testtask branch.','wangyidong','2015-10-29 10:05:01'),(12941,2,'d52bb5da5ca59c57f40f5d33fd4674484cb7a2d9',535,'* finish task #2349.','wangyidong','2015-10-28 14:54:48'),(12942,2,'e1d907628c5db40975195e340361eef0e34efe88',534,'* finish task #2346 2347 2348.','wangyidong','2015-10-28 14:33:06'),(12943,2,'7960c73e1b86c433791a52bbb7b49173953cce4c',533,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/build/model.php','chenfeiCF','2015-10-27 20:21:01'),(12944,2,'546e61c36a1fcaa941d8aec248830ff014ceecd7',532,'* finish task #2350.','chenfeiCF','2015-10-27 18:55:59'),(12945,2,'11b33e1e7f6e09b732ba85ecb85039fd34c4c996',531,'* add link of zentao.pm.','wwccss','2015-10-27 16:52:50'),(12946,2,'76c9841dc9a88544191c247bf196c1c1fa4ebb0f',530,'* change the readme.','wwccss','2015-10-27 16:42:18'),(12947,2,'a8429345bc1b6b216f80cf4c73af53af0dc8a535',529,'* change readme.','wwccss','2015-10-27 16:39:42'),(12948,2,'1046a25f09c0cc9520779902ecb24ac4cec427c6',528,'* fix the comment error.','wwccss','2015-10-27 16:36:16'),(12949,2,'36732015096a75d0e7bf009adf0a3c7b9d91bcd2',527,'* adjust for task #2336.','wangyidong','2015-10-27 15:03:20'),(12950,2,'71240b18a799c0e489d113f75ebb124ae45b691c',526,'* finish task #2351.','wangyidong','2015-10-27 14:15:05'),(12951,2,'b979a5da3898395fb71b127b870c70be0038209f',525,'* finish task #2352.','wangyidong','2015-10-27 09:34:05'),(12952,2,'695815c2d6da0dc543d9d82629494d021cb13016',524,'* fix bug #751.','wangyidong','2015-10-27 08:27:25'),(12953,2,'9c04bd1fd19fbf82f2bdd157d6218304a6395f54',523,'* change for db.','wangyidong','2015-10-27 08:27:06'),(12954,2,'c4bd3be15dff16400a4b6a36d0cc1ec2b1c648d8',522,'* code for task #2353.','wangyidong','2015-10-26 14:40:49'),(12955,2,'9bd03f59761c80451d04de30c7dbef62bfc67b1c',521,'* finish task #2353.','wangyidong','2015-10-26 14:15:25'),(12956,2,'5029ba6b235e61413d9ff28af8a2695b6e3fc8a7',520,'* finish task #2344.','wangyidong','2015-10-26 13:12:00'),(12957,2,'621684debf27e237299c4cca5c7f434b7131ac8a',519,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-10-26 09:35:58'),(12958,2,'66af5e51830f62dc610a15a3607e0dbdcc348271',518,'* finish task #2344.','wangyidong','2015-10-26 09:35:22'),(12959,2,'b8fd6075088f7ad2c94eb414b2ab804ed02055bc',517,'Merge branch \'master\' of github.com:easysoft/zentaopms','chenfeiCF','2015-10-23 14:01:46'),(12960,2,'87686ad3f174a05a006f785325945ade41089b35',516,'* finish task #2354.','chenfeiCF','2015-10-23 13:59:59'),(12961,2,'a1625710cbf84942ac8cb632fb0a7b0c7f59af2a',515,'Merge branch \'master\' of github.com:easysoft/zentaopms *finish task #2342. Conflicts: module/bug/control.php','wangyidong','2015-10-22 17:22:21'),(12962,2,'578d47a4090cc6b9977c3369cc10ebb2ec388e7a',514,'* finish task #2342.','wangyidong','2015-10-22 17:18:34'),(12963,2,'7aebf9efbd84d988b107d01e19376be7cb297ce0',513,'* finish task #2358.','chenfeiCF','2015-10-22 17:12:56'),(12964,2,'df23f3b43e151ab81909f55dc6e45fd4b4b1f79c',512,'* finish task #2341.','wangyidong','2015-10-22 16:38:39'),(12965,2,'333b0be157ac15717e7a7b39b53ccef49ec4a707',511,'* finish task #2323,2340.','wangyidong','2015-10-22 09:03:37'),(12966,2,'2026c89d90bc7eff9cd7226047a2b57015d679a5',510,'* finish task #2357.','chenfeiCF','2015-10-22 08:28:54'),(12967,2,'1e2eb99b642e3ebea00536e60dd5269f0d14a1fa',509,'* adjust the style for create.html.php of bug module.','chenfeiCF','2015-10-21 14:39:37'),(12968,2,'c45326cca4badce63de5af934b992437b3b51cd4',508,'* finish task #2359.','chenfeiCF','2015-10-21 10:32:07'),(12969,2,'a56a0bde160ed3a9377b25cde5205e87139538a2',507,'* finish task #2360.','daitingting','2015-10-20 13:14:58'),(12970,2,'9ad38472fc36ee805741c569fa28de4e8cde7886',506,'* finish task #2336,2337,2338,2339.','wangyidong','2015-10-20 10:11:46'),(12971,2,'78218b47d01a44462f586ff7dd7814356964bd99',505,'* fix a bug for safe.','wangyidong','2015-10-20 10:10:17'),(12972,2,'c20745f87d41b2bdc60373d319f7a8626d9f6072',504,'* finish task #2356.','wangyidong','2015-10-16 15:46:03'),(12973,2,'86deb93acd5df9ce2732af9a1e0493469f7b0f1e',503,'* finish task #2355.','wangyidong','2015-10-16 14:26:03'),(12974,2,'15b703fde3d413ed275d694e86eb790842ce16ad',502,'* finish task #2334.','wangyidong','2015-10-16 13:50:19'),(12975,2,'e097fdcb8efc94c34cecff25ba07bfc22a0f0cfa',501,'* finish task #2329.','wangyidong','2015-10-16 10:53:10'),(12976,2,'c571a8a4400e60436f707e88b3b9a6f16cb71cfe',500,'* finish task #2361.','wangyidong','2015-10-15 17:28:40'),(12977,2,'ea93e3cc5b1fe1c0ccdaf6cf595393c95ea54c3c',499,'* finish task #2332.','wangyidong','2015-10-15 11:33:52'),(12978,2,'81a305e6b6febc4ff869cdf44c89e72444dc8ddf',498,'* finish task #2328.','wangyidong','2015-10-15 11:21:22'),(12979,2,'c03bce590ca49e25585dea7b2491957598f01c93',497,'* finish task #2327.','wangyidong','2015-10-15 10:08:22'),(12980,2,'2b09f778dde71a39fbb97cfed8dd5f813e8eb33e',496,'* finish task #2325.','wangyidong','2015-10-14 17:06:23'),(12981,2,'a99d4b866fabbb23a3c30c07a36b397536db597e',495,'* finish task #2362.','wangyidong','2015-10-14 16:59:02'),(12982,2,'d449255cda0cc2b1690d0a960ddcbb69ee78b06e',494,'* finish task #2366.','wangyidong','2015-10-14 16:46:47'),(12983,2,'e4c40098c2549b752dce0a884b8eb03b55aeee42',493,'* finish task #2367.','wangyidong','2015-10-14 16:06:30'),(12984,2,'2d209e4bb682de9c10fc5fd120501c71e71788f5',492,'* finish task #2368.','wangyidong','2015-10-14 14:23:46'),(12985,2,'34a48fe06c99a7b6c99b65420c4caa2cd9a0d819',491,'* adjust code for task #2370.','wangyidong','2015-10-14 13:58:55'),(12986,2,'6e0f8ff5fcf70db9c5724ceab58524d41a9a479c',490,'* finish task #2370.','wangyidong','2015-10-14 13:55:06'),(12987,2,'9ec0520b34cb2bd7b6aed720c63b455635bbbacf',489,'* finish task #2371.','wangyidong','2015-10-14 11:11:52'),(12988,2,'c5546d215ec0209ba8211f1c92900a43e9addf2a',488,'* finish task #2372.','wangyidong','2015-10-13 02:11:36'),(12989,2,'1fb482222a456071d57412e7eaaef0a15be72435',487,'* finish task #2373.','wangyidong','2015-10-13 00:43:45'),(12990,2,'d741661d4337ce813840e8537fa60c92fd390aae',486,'* finish task #2374.','wangyidong','2015-10-12 23:58:50'),(12991,2,'2495cae34082b264d20b8a691a647b2fc296e18d',485,'* fix bugs #746,747.','wangyidong','2015-10-08 15:52:49'),(12992,2,'0138d6f7f978fb7d721a1e2090a3a6c43365f4a7',484,'* fix a bug.','wangyidong','2015-09-23 11:01:00'),(12993,2,'cff0aff1be414dc8d6c32cb63661cc85ed2656a6',483,'* fix for group lang.','wangyidong','2015-09-21 10:07:46'),(12994,2,'94b2a70e689635ba9d1836a0a41a4125381753c3',482,'* fix a bug and add changelog.','wangyidong','2015-09-18 15:52:20'),(12995,2,'abf8b9790427f6fbd7eaf339235819cad4898390',481,'* change for zh-tw.','wangyidong','2015-09-18 09:59:43'),(12996,2,'dcc9d80a7047af57504e542a36ead2c53e265de5',480,'* adjust for password safe.','wangyidong','2015-09-18 09:38:15'),(12997,2,'6278f570f31af2d906d408266c83783cf69df7e4',479,'* adjust task #2304.','wangyidong','2015-09-17 16:59:08'),(12998,2,'8110f8fcb224e60b597884cd8797b7ff8c7e5da5',478,'* Sync to sendcloud when create,edit and delete user.','wangyidong','2015-09-17 16:23:51'),(12999,2,'9665abb8ed0480d5a6b94d0e2dd1ff9cc6e096cd',477,'* adjust for mail.','wangyidong','2015-09-17 15:34:25'),(13000,2,'adf49b7dd53ae242f39578f004021cff920a27f8',476,'* adjust for cron.','wangyidong','2015-09-17 14:53:15'),(13001,2,'35b25360e318e670c073ecc1f8a076252fa3bd92',475,'* adjust lang for build and release.','wangyidong','2015-09-17 14:48:20'),(13002,2,'df8478386a44e79d64e667e8697e6e472ba8c682',474,'* adjust for import bug.','wangyidong','2015-09-17 14:45:08'),(13003,2,'1747c0e0d220ceb93bda20290c15fd9c8ee4864f',473,'* adjust task #2293.','wangyidong','2015-09-17 14:36:42'),(13004,2,'9ab9c376f73dc683b6856d8e9f290a76a0466754',472,'* adjust for task #2295.','wangyidong','2015-09-17 14:31:35'),(13005,2,'eb0e1c2f47ff5d0499bc0d36105a349f9db5cd62',471,'* adjust task #2300.','wangyidong','2015-09-17 14:08:15'),(13006,2,'9cf05383dff600e08f2d73c731c0934f3dcf0f2d',470,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-09-17 13:57:26'),(13007,2,'06a577884debada3ab2fff8b63d888c571c322b5',469,'* adjust for task 2301.','wangyidong','2015-09-17 13:55:44'),(13008,2,'b54316ef321298b801941adfcc05e13de6e9a903',468,'* adjust for import.','wangyidong','2015-09-17 13:30:14'),(13009,2,'db94d8252c190376c150337bd5a68239721172b4',467,'* adjust for create page of bug,story,task,testcase.','wangyidong','2015-09-17 11:11:40'),(13010,2,'90b4011e568c188cccfadc3099ae4a32405ef3d9',466,'* adjust manageview page.','wangyidong','2015-09-17 09:44:02'),(13011,2,'d2843052d9cfcb96d0cb70d21335e0fdac8ea858',465,'* change for export template and adjust create,edit page.','wangyidong','2015-09-17 09:30:10'),(13012,2,'59fca8a35c2a061c07cd866cab02a1eefd381979',464,'* update chartjs.','Catouse','2015-09-16 18:28:38'),(13013,2,'7d45f50cc21b8e76a3dfe8edcd3dce8a9a14a2a7',463,'* adjust for task #2320.','wangyidong','2015-09-16 16:41:45'),(13014,2,'44fae82506e1370dab3cfc736b774813bd1ce98a',462,'+ add for task #2285.','wangyidong','2015-09-16 16:36:59'),(13015,2,'43ff689c19e9c9e785cabd61a74e2b242ce40afd',461,'+ add for task 2283.','wangyidong','2015-09-16 16:25:33'),(13016,2,'f008c122347ed9d0c9e529d5399877e2468bb8d4',460,'* adjust code for utf8 bom in file.','wangyidong','2015-09-16 10:19:31'),(13017,2,'da2fa149f6439c83bd4611e305d9f63b25bfc3e4',459,'* finish task #2324.','wangyidong','2015-09-16 08:39:56'),(13018,2,'4c0ae94b0ad69365afc9ff4e9e90319cd61c2599',458,'* fix bug #743.','wangyidong','2015-09-15 15:04:36'),(13019,2,'3371dbd74ec280ed920468ade5fd806546904942',457,'* add pri for create bug.','wangyidong','2015-09-15 14:59:05'),(13020,2,'91890ff23bfd03fef91f400968995ed2af394ee8',456,'* finish task #2273.','wangyidong','2015-09-15 14:40:20'),(13021,2,'90897e53ca6f0d2f9509b4824f54fb1b7835c5d5',455,'* fix bug #734.','wangyidong','2015-09-14 15:23:24'),(13022,2,'911cd1d50a81c26c3489a84031ab02d197787ecc',454,'* fix bug #720.','wangyidong','2015-09-11 14:53:14'),(13023,2,'a6d77d7389205b0e6f4bff01efe07f985a088330',453,'* adjust for sso.','wangyidong','2015-09-11 14:14:18'),(13024,2,'0ae2909ebc6254d318dc3ddad47bc558774223f7',452,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-09-11 14:07:57'),(13025,2,'bbf14efe388841f2c4e3ed4f04be7aebbf016950',451,'* adjust code.','wangyidong','2015-09-11 14:06:50'),(13026,2,'7fdc8e13e4acdfdfa8c1da79ff1dba65336e185d',450,'* Fix a bug.','chujilu','2015-09-11 13:25:48'),(13027,2,'453965f87ca7deba6116310e5232188cda61e99f',449,'* adjust style.','wangyidong','2015-09-11 13:05:09'),(13028,2,'feae0d759808c9e737bb2b5335babf295dd4385b',448,'* add 7.3 version and change for upgrade.','wangyidong','2015-09-11 10:28:41'),(13029,2,'a9184b79e33c05922bab7747b8853b0b79a35655',447,'* adjust for check.php.','wangyidong','2015-09-11 10:27:53'),(13030,2,'9ee012cb22a54501c655d5f2b4b40281428bb717',446,'* adjust z-index for querybox.','wangyidong','2015-09-11 09:51:44'),(13031,2,'29e88c91f4bb40adadd7c5d6c8b2375e89090a61',445,'* fix bug #729.','wangyidong','2015-09-11 09:40:43'),(13032,2,'a626216df38611f6ff711b4389ebac038b4fabe3',444,'* adjust block project for index.','wangyidong','2015-09-11 09:24:54'),(13033,2,'8c0cd5821fd6fb6f945f07ec900bce12a9583f33',443,'* merge task create for kanban.','wangyidong','2015-09-11 08:55:52'),(13034,2,'ace8ade51f7ad9441a399849a160a2db04ac3c3b',442,'* adjust lang for sendcloud.','wangyidong','2015-09-10 17:03:19'),(13035,2,'e084f9c2fdccbb91df48ad966a83bb262ed22f94',441,'* fix bug #732.','wangyidong','2015-09-10 16:47:34'),(13036,2,'5c1355973753527fa51ef1184b1faff07cd0d2b3',440,'* fix bug #735.','wangyidong','2015-09-10 16:08:45'),(13037,2,'202e3e96b416c89b8cee7f03e59824420d0d5855',439,'* code bug #736.','wangyidong','2015-09-10 15:42:20'),(13038,2,'3628e43f27802d070dbd0bf0dbbb7d06f14adb1c',438,'* fix a bug #736.','wangyidong','2015-09-10 15:39:38'),(13039,2,'8cf7c265c2340a4a60fb616b1e1be16fdb6ec821',437,'* fix bug #740.','wangyidong','2015-09-10 14:27:10'),(13040,2,'1db6ebc5b1b6b1d07ff9ca6d6fade71bee6d0f48',436,'* fix bug #741.','wangyidong','2015-09-10 14:12:17'),(13041,2,'ce6e889f1d53983fd8b7a1b24f9a52800b13a1cc',435,'* fix bug #742.','wangyidong','2015-09-10 13:19:42'),(13042,2,'8e2a676514ada7a60d81b0837fe714c87baedb56',434,'* finish task #2307.','wangyidong','2015-09-10 13:13:45'),(13043,2,'64ecfecc647886171ab31b9a7a14f4df82d5a0de',433,'* finish task #2308.','wangyidong','2015-09-09 17:10:58'),(13044,2,'76d9e3a14d4d78e721f0d99fa576c67f023fb330',432,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-09-09 16:19:43'),(13045,2,'841aed3e9946deff30b1e5cef783b6b3682eac5b',431,'* finish task #2309.','wangyidong','2015-09-09 16:19:28'),(13046,2,'c13891ffd1bfdb0b59e907a52f58ed2f7ce87480',430,'* finish task #2310.','wangyidong','2015-09-09 15:51:47'),(13047,2,'c67b0746e04431639015e12c346257b11723a2b1',429,'* change burn chart config.','Catouse','2015-09-09 14:25:34'),(13048,2,'a1c27a2dd278d0337ab6a39bca82183fa71485bc',428,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-09-09 14:20:57'),(13049,2,'d5f3479c1fd5ded40cbd7d20738bca9ddfad9194',427,'* finish task #2282: display value label in bar chart by update zui.','Catouse','2015-09-09 14:08:50'),(13050,2,'296f0ac78d1101d16b31f56667b6edfaaa5ca6e0',426,'* finish task #2274.','Catouse','2015-09-09 12:03:59'),(13051,2,'0bf04601f0e7f31496c84f755c395c189371cae7',425,'* adjust lang for sso and mail.','wangyidong','2015-09-09 10:03:23'),(13052,2,'a1c129710cecb11373e3a28b419cd2702fea1309',424,'* finish task #2288.','wangyidong','2015-09-08 17:17:34'),(13053,2,'530a68da22783bdcbb9cebf039d00bf257fe2651',423,'* finish task #2272,2271,2270.','wangyidong','2015-09-08 15:30:11'),(13054,2,'26a13919a28c5fb9970bc050dcf579487001c503',422,'* finish task #2289.','wangyidong','2015-09-08 08:21:45'),(13055,2,'0571ffe6a3e4853d4371baeb77ea0c966ef9c815',421,'* finish task #2276.','wangyidong','2015-09-07 16:56:44'),(13056,2,'84d7e4921141980f1df14a71782b8054854f828d',420,'* finish task #2278.','wangyidong','2015-09-07 14:10:37'),(13057,2,'b80a050ae35ebb4641d36defc10d06fd32236020',419,'* finish task #2275.','wangyidong','2015-09-07 13:20:03'),(13058,2,'474e1fe5bd91a28e0be0858e5da782cf622754ba',418,'+ finish task #2279.','wangyidong','2015-09-07 09:23:21'),(13059,2,'84987d90191626601dfdf71d6d5c955546216476',417,'* finish task #2280.','wangyidong','2015-09-06 16:26:01'),(13060,2,'5fc3330334eeba42ea1dabab1c05dacd61fc6bfb',416,'* finish task #2297.','wangyidong','2015-09-06 16:01:48'),(13061,2,'7871037e38f20ac01dd251f0b7e91c5120600cc8',415,'* finish task #2292.','wangyidong','2015-09-06 14:49:35'),(13062,2,'08f665a20f2e62cade5f55ffe9016aaabb1fed69',414,'* finish task #2281.','wangyidong','2015-09-06 13:32:35'),(13063,2,'e21f1727bd2ace7f7fb17ad055f56205a7af5639',413,'* finish task #2283.','wangyidong','2015-09-02 17:25:46'),(13064,2,'fd11ead66a2fd92524c58e03414479ad9412b0ff',412,'* finish task #2284.','wangyidong','2015-09-02 13:33:03'),(13065,2,'bf2183811864e3b366a1d67e1da267937bf9ec38',411,'* finish task #2285.','wangyidong','2015-09-02 13:13:58'),(13066,2,'34cbd724fdc64cd34a38467e428b32ecb54e2eef',410,'* finish task #2287.','wangyidong','2015-09-02 10:41:44'),(13067,2,'79fea4c0b1a6705305f21ffd6f1af772f7bb663d',409,'* code for task #2288.','wangyidong','2015-09-02 10:13:15'),(13068,2,'645fe34e18b7b96c35decb35912bd29b3d1e1a94',408,'* code for task 2290.','wangyidong','2015-09-01 17:17:44'),(13069,2,'6ca4dc0197ab64276c6a4a97dbd9d6ef26ac2e97',407,'* finish task #2290.','wangyidong','2015-09-01 17:04:56'),(13070,2,'8274afc8daedf7015110bd4bc354f8aaf0dc4a33',406,'* finish task #2291.','wangyidong','2015-09-01 16:06:47'),(13071,2,'68891fa0cf33f209cf579b58c043d349d60062fa',405,'* finish task #2293.','wangyidong','2015-09-01 15:09:37'),(13072,2,'8576ea525aab8621d94478ec42ede854f6698acd',404,'* finish task #2294.','wangyidong','2015-09-01 14:28:59'),(13073,2,'33fc3798a018eec5e03ee63a7d68eeb28a31bef1',403,'* finish task #2300.','wangyidong','2015-09-01 13:36:54'),(13074,2,'dfdde5d748888647c00309187e2b5de432b5cbd3',402,'* code for task #2301.','wangyidong','2015-09-01 10:52:23'),(13075,2,'ad7ff8ef2c28bfe3a1bbd4e969424bfb222812f5',401,'* code for task #2299.','wangyidong','2015-08-31 14:43:00'),(13076,2,'95c377a3969f890b6dc2a89198d62580f809b933',400,'* finish task #2299.','wangyidong','2015-08-31 14:19:07'),(13077,2,'a322707b69503314f179ce0bb9ac440b8bfc84d7',399,'* finish task #2305.','wangyidong','2015-08-31 10:57:42'),(13078,2,'2c1543c4a0aa38b4dcd7d2cb43c0bd96af4dbce5',398,'* finish task #2295.','wangyidong','2015-08-28 16:02:12'),(13079,2,'0df81600aea0d25cdcd2659b4819034c16bbb03b',397,'* finish task #2296.','wangyidong','2015-08-28 15:55:31'),(13080,2,'0aa0730fd8b7e2fce7adac3ebd94a3c72c7304c4',396,'* finish task #2298.','wangyidong','2015-08-28 14:58:50'),(13081,2,'e4baed44a839b6263227baec99ddef3bf694d20e',395,'* code for task #2304.','wangyidong','2015-08-28 14:46:26'),(13082,2,'57b494614d31ea46c7d809d47ad5aa3b426b0496',394,'* code for task #2304.','wangyidong','2015-08-28 14:21:02'),(13083,2,'83071d38893b5ff3a73af56258bf132f9142a237',393,'* finish task #2304.','wangyidong','2015-08-28 14:17:40'),(13084,2,'e53bbdf5028ecb7f768d42ef82efe39c47f00b59',392,'* finish task #2306.','wangyidong','2015-08-28 13:14:02'),(13085,2,'615ef46841904a13ec8133278fbdeac0db457aa6',391,'* finish task #2311.','wangyidong','2015-08-28 11:07:36'),(13086,2,'91b76c85d832086f07171e9d90ae9dfedd344e0d',390,'* finish task #2313.','wangyidong','2015-08-28 10:54:37'),(13087,2,'cc660238a2984ab7fb83c1415492310821d83571',389,'* finish task #2316.','wangyidong','2015-08-28 09:56:29'),(13088,2,'09ecfa30ddc8d38b47606cf0f7b4e27c2bb39466',388,'* finish task #2317.','wangyidong','2015-08-27 14:49:33'),(13089,2,'7bb9a3f92317c921ff661184cf8bf8dc2c4530b7',387,'* finish task #2318.','wangyidong','2015-08-26 17:29:01'),(13090,2,'d83b92be9ae6a219eacac47ea452954156f2ce35',386,'* finish task #2319.','wangyidong','2015-08-26 17:01:27'),(13091,2,'4bf8f317dfe0d460aa4e764418ca2b0d4a3d75e6',385,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-08-26 16:40:19'),(13092,2,'425975b874f08a3fd4dea29658f5e0aaea46f962',384,'* fix a bug.','wangyidong','2015-08-26 16:40:02'),(13093,2,'615fb2ff1f08cb9aca287499dd5145ada694c787',383,'* finish task #2312.','Catouse','2015-08-26 15:23:34'),(13094,2,'9f9d367606e003a950d90e3de98f461b26956bf7',382,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-08-26 14:55:36'),(13095,2,'b34c1f5c6cc53c41b20298ac04d4c16e571fb12f',381,'* finish task #2320.','wangyidong','2015-08-26 14:54:54'),(13096,2,'783e6e90d85744aac96adb335e7f6f9689c31a80',380,'* finish task #2314.','Catouse','2015-08-26 14:38:16'),(13097,2,'0f79a4f998b271c7ec69a1fda4220b968bc3226e',379,'* finish task #2315.','wangyidong','2015-08-26 14:37:01'),(13098,2,'aac7b2ef5da5c47e53d25520b50d872856f45499',378,'* code for task 2322.','wangyidong','2015-08-26 14:13:58'),(13099,2,'e1c7f9ddff34c085cfcbcc33aebd8eb670d5d9c7',377,'* revert for task #2322.','wangyidong','2015-08-26 10:48:11'),(13100,2,'4524b6bbd693dd8dc1bd933c7c0632ca3634bf07',376,'* finish task 2322.','wangyidong','2015-08-26 10:11:43'),(13101,2,'dddd25f18abfbedcbfb90ad9b5194422581dde2a',375,'* finish task #2312.','wangyidong','2015-08-25 15:14:22'),(13102,2,'5396c4bc3f3914a59a73374eb1d59a90b8fbabe1',374,'* fix a bug.','wangyidong','2015-08-14 09:02:48'),(13103,2,'12c4635f54e356dba8efa4852843473b54aedb96',373,'* fix a bug for admin-safe.','wangyidong','2015-08-13 16:15:33'),(13104,2,'27cfb7d38be64f8e92d6c694dbb840bbca012653',372,'* fix a bug.','wangyidong','2015-08-12 14:51:04'),(13105,2,'f5833692358f941fe69b8eb801f9c1914412bcd4',371,'* fix bug for install when ztv_ and undelete.','wangyidong','2015-08-07 09:09:19'),(13106,2,'5d799fba8334560b51ba264393a1b2657a282b19',370,'* adjust code for group view.','wangyidong','2015-08-06 14:33:15'),(13107,2,'d1d56b2a6a83a3a7ad3318dfc4ae70c1e2581887',369,'* change for zh-tw.','wangyidong','2015-08-06 10:46:30'),(13108,2,'9d2d722192affe611c19337477fa856b7466c3b5',368,'* change for upgrade.','wangyidong','2015-08-06 10:44:43'),(13109,2,'1625f0394e60c51fe8ea42ee15cddef8a03a6d81',367,'* fix a bug for svn and adjust burn.','wangyidong','2015-08-05 16:09:12'),(13110,2,'4d0ff8f8c8527ccf24be302be5f89aba2dcdbf59',366,'* adjust for workload.','wangyidong','2015-08-04 14:44:13'),(13111,2,'60d6d5a63c76b5c89333eaad6988c01d9477702a',365,'* adjust for bug create.','wangyidong','2015-08-04 14:23:43'),(13112,2,'d328ee21c235838571044e09c0dd1a4da7078efa',364,'* adjust project deviation report.','wangyidong','2015-08-03 15:17:45'),(13113,2,'47926abd17db8460e560c715ac81aff03666c176',363,'* change tools.','wangyidong','2015-07-30 15:37:33'),(13114,2,'e0a643cd0bbb07177b4864f3b40d90105b0aac94',362,'* change projectcommon to projectCommon,productcommon to productCommon.','wangyidong','2015-07-30 15:35:55'),(13115,2,'1cb30fe76da8afd7bcb9ff9d9ee5fd7df9ebe854',361,'* Fix a kindEditor bug.','chujilu','2015-07-30 14:52:00'),(13116,2,'bc45adf37c2879bccf7f218dcdf94c4a57252a8b',360,'* change for git and report.','wangyidong','2015-07-30 09:03:58'),(13117,2,'09aa6eb818bd0ff4e9cdd3aac46a10a69fb3f170',359,'* fix a bug #711.','wangyidong','2015-07-29 17:24:43'),(13118,2,'02d1a087c7aad4646ca01330624267a10db26c64',358,'* fix a bug #721.','wangyidong','2015-07-29 15:58:11'),(13119,2,'5ab2b007ba64b7588d0b93d15d803353e4bdb013',357,'* fix bug #724.','wangyidong','2015-07-29 14:04:21'),(13120,2,'de63b68c0d90687898c0760387a382ff48ff334e',356,'* fix bug #714.','wangyidong','2015-07-29 14:00:48'),(13121,2,'e6c4f6a953e3a3ce03139b471e157b2a937a18b2',355,'* fix bug #719.','wangyidong','2015-07-29 13:55:23'),(13122,2,'c4c6b1bc2d8c6924cace3ba94c4ac598f56bdd94',354,'* fix bug #723.','wangyidong','2015-07-29 13:44:20'),(13123,2,'e190b182baf6ab737700790cf5ad7714f473564f',353,'* adjust for git.','wangyidong','2015-07-29 13:25:22'),(13124,2,'e637c7c09ceb98a1fd7b2e036b6a3db4368dd9a6',352,'* fix a bug for kindeditor in ie11.','wangyidong','2015-07-29 11:24:49'),(13125,2,'71bb2181abeeba38a616c720b73f288d2b57fe1d',351,'* fix bug #728.','wangyidong','2015-07-29 10:26:04'),(13126,2,'45f0e31e298925d1361f3dd5be9971d082f0ac5e',350,'* fix for pro4.7','wangyidong','2015-07-28 16:25:51'),(13127,2,'24c838edf99ef5d2d1fc16ccfd352b4db41d1a2b',349,'* finish task #642.','wangyidong','2015-07-28 16:25:09'),(13128,2,'95edbb391404829f6bb92ebaa7f6d498477e3734',348,'* fix bug #649.','wangyidong','2015-07-28 13:28:36'),(13129,2,'df78a73a788d0adcef514ba7df2104212918add0',347,'* finish task #3375.','wangyidong','2015-07-27 13:07:38'),(13130,2,'1bf12ec314984e43c581bf1eaa7ef4a8b646daf2',346,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-07-24 12:07:51'),(13131,2,'a790ea22479b70f51a85bbfaf8ad170123c39a44',345,'* finish task #3369.','wangyidong','2015-07-24 12:07:34'),(13132,2,'8a69184a4d6aa0715292500cf3d0cdd1d5474b70',344,'Merge branch \'master\' of git@github.com:easysoft/zentaopms','wwccss','2015-07-24 10:13:34'),(13133,2,'9d4d6b5ee2e5c1cf60fa83c92ecacb3cc529a231',343,'* adjust the alert info for install.php and upgrade.php.','wwccss','2015-07-24 10:08:52'),(13134,2,'9e357c4c51e1a152d461502d08d293a1cd8fd107',342,'* adjust weibo link.','wwccss','2015-07-24 10:08:35'),(13135,2,'7437704c4ee10a5816d33619eb25951799c1fc13',341,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-07-23 15:22:36'),(13136,2,'255185359140064b1e76359cff51224430cf0782',340,'* finish task #3352.','wangyidong','2015-07-23 15:21:51'),(13137,2,'517bda424c48ffecfbc7eecc9b5c7a7197b7f753',339,'* should use batchCheck instead of autocheck.','wwccss','2015-07-23 13:32:10'),(13138,2,'04197c1ec9582cfaf9f02bbb44af58f13536e392',338,'* fix git in windows.','wangyidong','2015-07-23 10:44:16'),(13139,2,'031c0370d151fdeef2f12cb993dba642e34e46d8',337,'* fix bug.','wangyidong','2015-07-17 16:08:26'),(13140,2,'551649dd2eb8a586f6e9c16bdd9fcc147ad43373',336,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-07-17 13:25:16'),(13141,2,'9390e960ee6bced1098b6faabbdc621e906f3e8f',335,'* finish task #3344.','wangyidong','2015-07-17 13:24:48'),(13142,2,'0dfc668a35ca8b3dd91ea12c47ab876fa0054936',334,'* add server time information to config.','Catouse','2015-07-14 16:30:53'),(13143,2,'700292f5648fa22e9484dd552cdf1ceb07b38aab',333,'* adjust code.','wangyidong','2015-07-08 19:31:19'),(13144,2,'5378faf74dd072ca56434e023bd34481c11519fa',332,'* fix a bug #640.','wangyidong','2015-07-07 16:18:39'),(13145,2,'7c6747e7d2af429b5c5d085cd178d8a576a620ce',331,'* fix a bug #718.','wangyidong','2015-07-07 15:04:53'),(13146,2,'ff2e24d3b3e0b4cba32111d4d9cbe484fe5be0c4',330,'* fix bug #717.','wangyidong','2015-07-07 14:53:14'),(13147,2,'1b1ea5062f43897b417ee692e7d943981ac0eb36',329,'* adjust code.','wangyidong','2015-07-07 14:44:10'),(13148,2,'365b8b1e56d497405b8b64ddded05bbf1afbb71c',328,'* fix bug #643.','wangyidong','2015-07-07 14:37:18'),(13149,2,'69845ccd53233c41227502f1578b3ff70f9fb0bd',327,'* change version.','wangyidong','2015-07-03 14:54:02'),(13150,2,'bd579e8919f94d2810d117c446ba42c31d1d60e7',326,'* change for zh-tw.','wangyidong','2015-07-03 14:08:59'),(13151,2,'fc67542419514128e8da1da470e39f70345ee179',325,'* fix a bug #712.','wangyidong','2015-07-03 11:39:11'),(13152,2,'dc381b40b5868d78aa7d14ca736d6cfee4e7f400',324,'* fix bugs.','wangyidong','2015-07-03 11:33:21'),(13153,2,'d11cc426f294ce20f9e461176a6057eca11714db',323,'* adjust for upgrade.','wangyidong','2015-07-02 15:19:22'),(13154,2,'d7d3c518d6017e1f0fbc0596475b360848837089',322,'* change for new version.','wangyidong','2015-07-01 12:09:11'),(13155,2,'2bd8675b6165153804c124b0edfcb44beeaf8356',321,'* fix bug for database.','wangyidong','2015-07-01 10:29:40'),(13156,2,'ecf44af91dab7a15c38a47ae2340e9591aea96dc',320,'* fix bugs.','wangyidong','2015-07-01 10:29:06'),(13157,2,'b70dbadc037e6769d26febdc21717542a6b1ee7d',319,'* add function for check ajax request.','wangyidong','2015-07-01 10:27:45'),(13158,2,'9538c89267e57484e0cf8b7c3baf2e5d2a1e986a',318,'* fix for pro.','wangyidong','2015-07-01 10:27:11'),(13159,2,'e86d427062e72470a61679ec21cce33bd6a54b86',317,'* ajax modal trigger support more options.','Catouse','2015-06-30 10:26:20'),(13160,2,'0022e3f8e8c3b0a712739a2baf82a8ce1264de1a',316,'* fix a bug.','wangyidong','2015-06-16 13:21:52'),(13161,2,'598ec01ccc717564c62ebf4d1781b05abdd34e4f',315,'* adjust code.','wangyidong','2015-06-12 11:18:44'),(13162,2,'353bb5160fb692de4430e6bb127138228f159c23',314,'* fix a bug.','wangyidong','2015-06-12 11:18:22'),(13163,2,'1e0555c378d8e3bc01ead90d764beb9deb9b7177',313,'* fix a bug.','wangyidong','2015-06-09 11:35:07'),(13164,2,'04c534936ebb2d83df8ba7d9d7216a41970c9965',312,'* fix a bug.','wangyidong','2015-06-05 14:49:58'),(13165,2,'17dc7e986b1725f588612d0d22558f9b3eb195cb',310,'* fix a bug.','wangyidong','2015-05-28 17:04:20'),(13166,2,'49f121382fbdcd3dc038db2d9139d8c3309f24b2',309,'* fix a bug.','wangyidong','2015-05-28 17:03:58'),(13167,2,'7fed4605b1d9c1a21c01115f840ba8578bd7ebec',308,'* fix a bug for link.','wangyidong','2015-05-27 10:17:41'),(13168,2,'c57df9104c3254cb6c8b2ca119c7762d7036700b',307,'* delete useless code.','wangyidong','2015-05-25 13:55:07'),(13169,2,'ae4cd7ef861f410977068fd60eb7d31124e8ef34',306,'* fix for link bug.','wangyidong','2015-05-25 13:43:37'),(13170,2,'ef9a2e941a6c6b5a0d1f89b02f5453048b343f8b',305,'* add for CHANGELOG','wangyidong','2015-05-22 09:45:19'),(13171,2,'6738a4bfd7513d316b3080f57a406a288d7b5c49',304,'* fix bug #710.','wangyidong','2015-05-22 09:44:09'),(13172,2,'f9691b32b6f5e40cc50f34797b535d30ae23468e',303,'* change for promotion.','wangyidong','2015-05-22 09:22:01'),(13173,2,'52b61c8d4fb962081eef742b03f59dbb4d7d88df',302,'* change for product name.','wangyidong','2015-05-22 09:20:32'),(13174,2,'be8b0848d5d8ba10cb8ac798551c1901f6315336',301,'* remove set stage when edit story.','wangyidong','2015-05-21 17:07:21'),(13175,2,'c4f4bc5381db2656bf0efd64180cc14e729d67a6',311,'* fix bug #700.','wangyidong','2015-05-31 14:36:43'),(13176,2,'1f32ddbce91be2672d93da6958a13d3a9dd5cfdb',300,'* fix a bug #706.','wangyidong','2015-05-21 13:57:41'),(13177,2,'0345e1a38088d3554f7e8de2baff2d3b59597db6',299,'* adjust for task #2266.','wangyidong','2015-05-21 13:36:25'),(13178,2,'927851d74f1ccd49920e53406a0ef28d4186cb2b',298,'* adjust for link story and bug for release build and productplan.','wangyidong','2015-05-20 16:13:24'),(13179,2,'dc0f5ec51a03ab3dea9001d6f4d1b1ab1fac1c0f',297,'* change for notice.','wangyidong','2015-05-20 14:45:48'),(13180,2,'d27612e031a9ceb1bc40d6a044e7593192a0cb69',296,'* change for verify password.','wangyidong','2015-05-20 14:30:41'),(13181,2,'f1243b5621ac52e43105936517f4554117a30912',295,'* adjust for ok file note.','wangyidong','2015-05-20 13:58:10'),(13182,2,'061815355ae2f1cc62a9a2d9b6ae2dd015ca7820',294,'* adjust for check password.','wangyidong','2015-05-20 13:45:54'),(13183,2,'0cfdc19e15c084090cdb42355cccfabdfafad273',293,'* adjust for check password.','wangyidong','2015-05-20 13:13:42'),(13184,2,'55c7228a354b07fca042e2d7ca38f6d820c37f98',292,'* adjust for project story module.','wangyidong','2015-05-20 11:06:16'),(13185,2,'729b2a2e0fb80d05ff228f61df9809f82e9b10ab',291,'* adjust for manage view.','wangyidong','2015-05-20 10:16:10'),(13186,2,'3acc6c09be966175fa0010d285a13ed23ba431a3',290,'* adjust for lang.','wangyidong','2015-05-20 10:00:26'),(13187,2,'1c89035b86977afaaebf78a6ed678bd13352be81',289,'* change for update order.','wangyidong','2015-05-20 09:47:21'),(13188,2,'391cbf8b6469fdb6382219b41ed7f899f0f896c3',288,'* disable animation effect for ie8.','Catouse','2015-05-19 17:28:41'),(13189,2,'0df23bc4ec0ef4dfe27fdc2ccf72eb613bb4d373',287,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2015-05-19 17:23:48'),(13190,2,'a097785af8d0fc2ebcd2473540d6f68260c1440f',286,'* fix pie chart for ie8.','Catouse','2015-05-19 17:23:07'),(13191,2,'56e91ed36c632a6a28986d5546821a0e1fcaa435',285,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-19 17:11:40'),(13192,2,'d00db8682c366434deabf79d809265e16ba7e6a5',284,'* adjust for change root.','wangyidong','2015-05-19 17:11:18'),(13193,2,'f707f38e9f8a1e69f08c789cd62cefb2dcb18d1f',283,'* update excanvas and chart.js.','Catouse','2015-05-19 16:58:57'),(13194,2,'191172df1e522312620e253135c18ee0a62c7cd5',282,'* fix bar spacing of bar chart.','Catouse','2015-05-19 15:16:50'),(13195,2,'54c6e7791342648224318dd6319dcc096dd82622',281,'* change table sortable UI.','Catouse','2015-05-19 14:28:03'),(13196,2,'e68b2579003585e0fccb07db7686ec7487188c21',280,'* update zui.sortable.js.','Catouse','2015-05-19 14:27:36'),(13197,2,'1ba3da9ce2933bb811e7e0aedfd7862743a28ac8',279,'* fix a bug.','wangyidong','2015-05-18 17:06:34'),(13198,2,'cd5c9ed06e48847359a1697c58d1f3cc332aa809',278,'* change group priv and fix bug.','wangyidong','2015-05-18 15:13:09'),(13199,2,'34b6eddb1326e9260cafa2810354d76d6f9f631d',277,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-18 14:28:01'),(13200,2,'bddb8c77919f574fdb9a1d59dfa50d7773026267',276,'* fix bug #696.','wangyidong','2015-05-18 14:27:26'),(13201,2,'6a04e0ce04d5c544bcd0d910c218e453824e5c49',275,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2015-05-18 14:21:13'),(13202,2,'ae0a931e4629f5141cda631ac11f95bfe31015b7',274,'* update zui.','Catouse','2015-05-18 14:19:47'),(13203,2,'6a2a9be1e570fea73da43f9ed9b3aaafd6db7985',273,'* fix bug #699.','wangyidong','2015-05-18 14:09:10'),(13204,2,'0ca09de3d784d0abf6ca082383e2c8b271daaebf',272,'* change for zh-tw lang.','wangyidong','2015-05-18 13:55:40'),(13205,2,'e83440e3a8c74c2cc009d5a914fd13bbbc56a3ef',271,'* change for upgrade.','wangyidong','2015-05-18 13:19:13'),(13206,2,'2b7e60cd89c5501003be26c55135cd1542df7a30',270,'* fix bug #704.','wangyidong','2015-05-18 11:11:06'),(13207,2,'f425f9589c9ce8e3704944e57e9537c32d16d1f8',269,'* fix bug #707.','wangyidong','2015-05-18 11:07:33'),(13208,2,'3fd7840423c6416bdfffee7d7045fc2b875d31c9',268,'* fix bug #708.','wangyidong','2015-05-18 09:15:32'),(13209,2,'da281de857d8ea9512d8997d8d8ad9009fb4151b',267,'* finish task #2261.','wangyidong','2015-05-15 16:08:41'),(13210,2,'ed1d7ba4b6914bc78211aa35a2083ce7f4b4cc24',266,'* finish task #2266.','wangyidong','2015-05-15 13:26:15'),(13211,2,'8c06ec0f0c049a9db29634891d607abaf5017f4b',265,'* adjust for cron.','wangyidong','2015-05-14 13:40:41'),(13212,2,'b693b89d4c71559f5daa058293480953a3edb520',264,'* finish task #2262.','wangyidong','2015-05-14 09:58:16'),(13213,2,'d569700b40c5e2d0a2962c6f60c5dc2b4774c67b',263,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-13 17:17:55'),(13214,2,'b1c52d11de6af83721d069114225620f2cc8fd07',262,'* fix a bug #702.','wangyidong','2015-05-13 17:17:24'),(13215,2,'a080308b3e4a977cd5b1f01d638248bb28370746',261,'* add createSingleJSON method.','Catouse','2015-05-13 16:59:21'),(13216,2,'ef6e9bd15a9574cf3760e09c20a95794d69867bd',260,'* display pie chart UI.','Catouse','2015-05-13 16:55:58'),(13217,2,'8d298d95ab409273351204f2f8d6a8824976242c',259,'* update zui.chart.js.','Catouse','2015-05-13 16:55:26'),(13218,2,'ded3e99d370a2f0527baa73ee9e21d01591d4ee6',258,'* finish task #2267.','wangyidong','2015-05-13 16:44:44'),(13219,2,'0fccaca5c0418617ab6c03665dc53ba652f33f2b',257,'* finish task #2259.','wangyidong','2015-05-13 14:47:20'),(13220,2,'a9df6f4f2731421e8570a5f0cc34476237e549f1',256,'* finish task #2256.','wangyidong','2015-05-13 14:16:35'),(13221,2,'6f3931a15bef9d93f4d688dc61bffd7288a72328',255,'* finish task #2255.','wangyidong','2015-05-13 14:13:32'),(13222,2,'ca1a37436e22fb1b0d484da3dd864588ecf4012a',254,'* delete unused code.','Catouse','2015-05-12 15:44:58'),(13223,2,'003ffaae907d69c876e7f4e2206a2d4786e585a8',253,'* change report UI.','Catouse','2015-05-12 15:42:11'),(13224,2,'95dddf03363ea3aeee921a3177e5b3f82b77706e',252,'* change story report UI.','Catouse','2015-05-12 15:22:35'),(13225,2,'9c2bd0310ee9a67452406c539a3e9fc531155a21',251,'* change report UI.','Catouse','2015-05-12 14:58:24'),(13226,2,'43eaa052780b40be0104604d7b9d8101c19c5505',250,'* chart support bar type.','Catouse','2015-05-12 14:58:15'),(13227,2,'b4d9b43717483f73d17d201bc11df1ce0232eee0',249,'* change project burn chart UI.','Catouse','2015-05-12 13:59:55'),(13228,2,'280ca2a0dba85c1ad0c0abe2c4e6ac1d236ca7d5',248,'* update chart component in zui.','Catouse','2015-05-12 13:56:12'),(13229,2,'d0ad83da1aaf45b9f7fc4a54d701b0aae79d640f',247,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-12 11:15:57'),(13230,2,'d00f899b211f6bf4471d8f533141255d42877dfa',246,'* finish task #2252.','wangyidong','2015-05-12 11:15:33'),(13231,2,'ff8ac1f30f9b7e552f5e17c37907ea3e8733171a',245,'* finish task #2246. * code task #2252.','wangyidong','2015-05-12 11:14:46'),(13232,2,'a9963ac8f4804c32cb543104a3953fb7a224dafc',244,'* change task report UI.','Catouse','2015-05-11 17:36:58'),(13233,2,'4b4a8f8b1bd03ceb4024834df81feb0019c47f50',243,'* add jquery extension to create chart with data in table.','Catouse','2015-05-11 17:36:35'),(13234,2,'550bfde56d24cd493a9ce5cf6fb4625db8a17501',242,'* update zui.','Catouse','2015-05-11 17:35:43'),(13235,2,'53270a04aa073e2516e57b9bafa7d0a761928ccb',241,'* delete unused code.','Catouse','2015-05-11 17:06:29'),(13236,2,'634f8f4925af6dc9080105701a21ad51821217a7',240,'* update chart.js.','Catouse','2015-05-11 17:05:24'),(13237,2,'70e100410265fc72b8dfc9a7b57a86d17e8652ad',239,'* change burn report UI.','Catouse','2015-05-11 17:05:14'),(13238,2,'bd44b3479c3c96edd66d457347038aa2513dee26',238,'+ add chart common code.','Catouse','2015-05-11 17:03:29'),(13239,2,'234fd4bc88d9db3887227481cf52ecd786951c19',237,'+ add chart.js.','Catouse','2015-05-11 13:27:07'),(13240,2,'1e753119c0bfab4f79fd2fb2086a308c45479705',236,'* update zui.js.','Catouse','2015-05-11 13:26:55'),(13241,2,'9a0dda6d0746c30dcbdfc120df4062eb9756614f',235,'* finish task #2257.','wangyidong','2015-05-08 17:01:22'),(13242,2,'aecefc24191d976f33e1792c25e1b9127c454ae8',234,'* fix a bug.','wangyidong','2015-05-08 16:36:27'),(13243,2,'6816445f0f9773279b5bd2f200443c8f3c7e7d58',233,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-08 16:24:26'),(13244,2,'0aaefcaadac436612bf53e987d523b8703891063',232,'* finish task #2253.','wangyidong','2015-05-08 16:24:04'),(13245,2,'e2260064d84b90de725ff202079871ad663f6a5a',231,'* change for order.','wangyidong','2015-05-08 15:44:14'),(13246,2,'c453cb940f5443706dc0bbfcc4842aaf144847b7',230,'* update zui.sortable.js.','Catouse','2015-05-08 15:24:19'),(13247,2,'b095d6e8cf4d061c1d0435df330fa26d357d29be',229,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2015-05-08 14:48:30'),(13248,2,'76e8841a51b14d5f7e285c5a14f124260dabb85c',228,'* finish task #2247.','wangyidong','2015-05-08 14:46:11'),(13249,2,'0ed8b0b52e9e604fcd3d0f72b8509665fafb7b50',227,'* update zui.sortable.js.','Catouse','2015-05-08 14:43:58'),(13250,2,'091ad90cd31b2b14e7ad877d262e29e5ea82cc69',226,'Revert " * update zui.sortable.js." This reverts commit 875533c100398c8224703fbed198aa55a5331d3d.','Catouse','2015-05-08 14:37:15'),(13251,2,'875533c100398c8224703fbed198aa55a5331d3d',225,'* update zui.sortable.js.','Catouse','2015-05-08 14:36:25'),(13252,2,'163fb178f13469d2be04465b46b87bb0c6e54b9c',224,'* finish task #2237.','wangyidong','2015-05-08 13:12:15'),(13253,2,'e8ced4499c8fed0c91ff7c83d49fc82fd2587213',223,'* finish task #2244.','wangyidong','2015-05-08 10:10:43'),(13254,2,'cd1a74d5605c61e88bb125d7d38998101b0b748e',222,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-05-08 09:50:06'),(13255,2,'36a4c32720ec18cbd6ee5a9cd728076e43f272f9',221,'* finish task #2241,2245.','wangyidong','2015-05-08 09:47:39'),(13256,2,'77f96464e5860cbef7874a7d02996d6c224d2786',220,'* make product and project table sortable.','Catouse','2015-05-07 18:19:00'),(13257,2,'aca7d9d693b040421e1a5c58fd686b7c5f2feba0',219,'* change table style.','Catouse','2015-05-07 16:41:07'),(13258,2,'9a6b20e1cdcefd4b6a0f2d83e4d6a1c6b58cea19',218,'* insert sort icon to tag \'a\' and make it clickale.','Catouse','2015-05-07 16:16:20'),(13259,2,'430a09f33da9ea69f4eb8e8bf0d80e8118f7266f',217,'* finish task #2260: update chosen.js.','Catouse','2015-05-07 16:02:06'),(13260,2,'369f8755266f4d407942c13e77238ed1dfc1397e',216,'* rename window.browser to $.zui.browser.','Catouse','2015-05-07 15:27:39'),(13261,2,'cd464d2a0f95ed84de8773258bd91675a858acbf',215,'* finish task #2243:change search drop menu UI.','Catouse','2015-05-07 15:27:21'),(13262,2,'4f8eb1d30eed16338eedead5b6a27bad6307a913',214,'* change product set icon.','Catouse','2015-05-07 11:30:02'),(13263,2,'a6e680eeafae04e51a1c24d420c8e4c437e463f3',213,'* update zenicon.ttf.','Catouse','2015-05-07 11:24:44'),(13264,2,'e4d1a204c8afd9663d1559a7d7264e81e809963a',212,'* update zui to version 1.3.','Catouse','2015-05-07 11:23:33'),(13265,2,'fc827119cd10b82de55b369ae74c0ed1363c2d40',211,'* finish task #2239.','Catouse','2015-05-07 10:28:10'),(13266,2,'99c04a9a46a33afd08b00b423f01a5c914af77b0',210,'* change remove button style for chosen.','Catouse','2015-05-07 10:27:48'),(13267,2,'ba83f43b15e2675832e7fee5b69c6534175b6463',209,'* finish task #2242.','wangyidong','2015-05-06 15:42:23'),(13268,2,'dca976c86ad785f723099fcfb87899b39a48bf04',208,'* code for task #2236.','wangyidong','2015-05-06 11:16:28'),(13269,2,'7006837d1f2ef052c0a111ffd066e91dffa72d2a',207,'* fix a bug.','wangyidong','2015-05-05 17:11:31'),(13270,2,'06f1199112a7e6441ea80886fb7e9c825323a3a8',206,'* finish task #2236.','wangyidong','2015-05-05 15:50:34'),(13271,2,'e0b03126721c4eec82dc80e05be8801e282895ba',205,'* finish task #2251.','wangyidong','2015-05-04 17:16:37'),(13272,2,'6c5089fe93ed085ab000c7954a18ad48627f93ef',204,'* fix a bug for create bug from case.','wangyidong','2015-05-04 16:47:30'),(13273,2,'c97f38b2a389da0bcb1534fb0475e199c72c27bf',203,'* fix a bug for js.','wangyidong','2015-05-04 16:38:22'),(13274,2,'7e396468720529043b5898eb24147835847b418e',202,'* finish task #2250.','wangyidong','2015-05-04 16:28:35'),(13275,2,'4ace25561523bfd211683a9a5eddebad7c7a91d9',201,'* finish task #2248.','wangyidong','2015-05-04 16:01:16'),(13276,2,'dee023ecdd6bb670a123a5e0ca7f94342e97ebe9',200,'* finish task #2268.','wangyidong','2015-05-04 15:03:33'),(13277,2,'e6737067117a397decfd42f3b98a94fe299294cc',199,'* finish task #2265.','wangyidong','2015-05-04 14:12:55'),(13278,2,'5f4a2ffd9d378a28b2233c304581c83db0fe6559',198,'* finish task #2240.','wangyidong','2015-05-04 13:25:58'),(13279,2,'d38fc5073735f1ae885fb7294edb80701c91fd78',197,'* fix a bug.','wangyidong','2015-04-29 18:11:44'),(13280,2,'efb44f20e490ebd602e4ca92390345deaa6bedbf',196,'* fix a bug.','wangyidong','2015-04-29 11:29:35'),(13281,2,'23d76509ae45af52abfc64e369855e8951bb9742',195,'* adjust for account rule.','wangyidong','2015-04-28 15:34:31'),(13282,2,'54c34ab69185b70cbedb5c76a7f5897202ed9293',194,'* fix a bug.','wangyidong','2015-04-28 15:08:11'),(13283,2,'e5bb896f5a8b14d5715434f416351a0e34a9ab25',193,'* fix a bug.','wangyidong','2015-04-27 09:36:40'),(13284,2,'68e85fce0615ce6c5ec25e050b3a8afc1a6c05f0',192,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-04-23 09:04:56'),(13285,2,'d31bc920b6c9dcc152929704851b3430d1c07154',191,'* fix a bug.','wangyidong','2015-04-23 09:04:38'),(13286,2,'75428645fe9f329607e47b2104ce0236a5571d18',190,'* fix progressbar style.','Catouse','2015-04-20 11:53:46'),(13287,2,'b7e5119415f286ecf1ca91b7475c34eac42af4c5',189,'* fix a bug #665.','wangyidong','2015-04-15 15:05:03'),(13288,2,'2eb38cfeba35af169e2e489f146f216bccbbcb13',188,'* fix a bug for search bug in link bug.','wangyidong','2015-04-15 13:53:33'),(13289,2,'ce534d9f928b669cbb0083f7fb7aa036c6b03b05',187,'* fix a bug #685.','wangyidong','2015-04-14 14:23:23'),(13290,2,'18d8f179feb247d1e68e5c4afe71d7eafb35473f',186,'* fix a bug #683.','wangyidong','2015-04-14 13:08:16'),(13291,2,'91d2f6be1fad6685e98f9bd76ebdca6103e73307',185,'* fix a bug #687.','wangyidong','2015-04-14 11:17:58'),(13292,2,'ab3c3a6fbf2719cbf1181e699b8b0ec7971b2aa8',184,'* fix a bug #689.','wangyidong','2015-04-14 11:07:48'),(13293,2,'614580a02612d939fb253aedd5c781702360a47a',183,'* fix a bug for #690.','wangyidong','2015-04-14 10:36:00'),(13294,2,'d096a5dde3d9ea4e5104f23c106aead18252d564',182,'* fix a bug #692.','wangyidong','2015-04-14 09:52:41'),(13295,2,'0c78e0bc62fc927ef8ae2de2b9f51ba47a202390',181,'* fix bug #693.','wangyidong','2015-04-14 09:39:31'),(13296,2,'dd3b718016a0cb140dada703dc99727262beb976',180,'* fix bug #695.','wangyidong','2015-04-14 09:26:32'),(13297,2,'9f6fb466861d6b5700b7bcb22c705852427a09e6',179,'* fix a bug #640.','wangyidong','2015-04-13 16:08:31'),(13298,2,'d8cc94b83ee1491e8cd8cb847bd1da9ed6d4ebb0',178,'* fix a bug for batch create story from image.','wangyidong','2015-04-07 15:16:44'),(13299,2,'ded9efab9c3fb814c3e1d8a6a60a7de2a1969290',177,'* add Requires php for rpm.','wangyidong','2015-04-02 16:21:35'),(13300,2,'4046ab3cdda29d9aaa7de0f4cd61ba1ed44847eb',176,'* fix bug #691.','wangyidong','2015-04-01 16:25:36'),(13301,2,'44161c02c052a6a23f5c28a2048fdf55a151a73e',175,'* fix for doc tree.','wangyidong','2015-04-01 16:05:28'),(13302,2,'c60edb8f5c18e4a1d106392e4f0e6af4d8116612',174,'* fix a bug for upgrade from 6.4','wangyidong','2015-04-01 13:57:55'),(13303,2,'3c506769f6ad1f769c8666c0b5b3129adac78e2b',173,'* change for gitignore.','wangyidong','2015-03-31 09:23:44'),(13304,2,'77d4ee573e5794574c405a9c2e0a197399104f2c',172,'* adjust for install and upgrade.','wangyidong','2015-03-31 09:20:30'),(13305,2,'b1aab631c73edf1b17512439b50c645dbf131d13',171,'* fix bug.','wangyidong','2015-03-30 16:36:06'),(13306,2,'429b8f30a3e05ff208961738738d861dd93b1aff',170,'* fix bug for upgrade.php security code.','wangyidong','2015-03-30 16:31:12'),(13307,2,'922348465d2e4851b5724a4f1bf1e34747f1a3cc',169,'* fix bugs.','wangyidong','2015-03-26 16:00:21'),(13308,2,'406a6841c5538d65ea5eea2717fb44e19c5c50b7',168,'* adjust code.','wangyidong','2015-03-20 16:26:13'),(13309,2,'de74637aab4dd19523cd4ebf1446ebe3cf6cd685',167,'* change for build rpm.','wangyidong','2015-03-17 10:43:29'),(13310,2,'615cbda384d95e97c89db4e2f7ea61b581a52d09',166,'* adjust for build rpm and deb.','wangyidong','2015-03-17 10:21:45'),(13311,2,'464b388d0be28e4131ed28259fb448c9bd405de6',165,'* add zh-tw lang for cron.','wangyidong','2015-03-16 17:11:52'),(13312,2,'ae37ee4d54bc54951156530110c844f6f4103080',164,'* add for build deb and rpm.','wangyidong','2015-03-16 14:28:36'),(13313,2,'31924d9945739463dcb5ba5f7906f34920c31fa4',163,'* adjust code for cron.','wangyidong','2015-03-16 10:57:55'),(13314,2,'359ce0bbf6d6b1d793eb71e94a906fd9e512270d',162,'* adjust code.','wangyidong','2015-03-13 15:58:57'),(13315,2,'de2f33c84a78d3c0f75b91a6f6327c5cc2d6fc4c',161,'* remove test code.','wangyidong','2015-03-13 15:21:53'),(13316,2,'0d8da8c89ec18c128c68680f550f682f62f65166',160,'* adjust code for cron.','wangyidong','2015-03-13 15:10:18'),(13317,2,'2fce1a136b96ebbe33d31855e396a1dc16ecc2ac',159,'* fix a bug and notice.','wangyidong','2015-03-13 13:55:06'),(13318,2,'c4ade54fc3e91e40327d8b9d09a39683f82a1722',158,'fix a bug for async mail.','wangyidong','2015-03-13 13:33:30'),(13319,2,'be5b8187874125da7e621aa373ad76b82ee1bd45',157,'* fix bug #633.','wangyidong','2015-03-13 09:26:27'),(13320,2,'07fbcf23b006972e072610061267160c2624f377',156,'* update Mobile-Detect class.','wangyidong','2015-03-12 15:37:58'),(13321,2,'02a5d0bf2b483fe41694a442ebd909866693702a',155,'* fix bug #679.','wangyidong','2015-03-12 14:56:29'),(13322,2,'ce242a7dce8f8918bc0cfe1645574751932dc7ba',154,'* fix bug #682.','wangyidong','2015-03-12 14:20:52'),(13323,2,'cc6fcc68c1f65ea754fac01390d085613c733192',153,'* adjust for cron.','wangyidong','2015-03-12 14:20:23'),(13324,2,'447476ad17a85a9df30eece53799f25454a15aae',152,'* code for dev.','wangyidong','2015-03-09 16:16:21'),(13325,2,'b80b3620efbe5a974596c14ca2d9f95f3ed9fc8d',151,'* change for zh-tw.','wangyidong','2015-03-09 12:02:54'),(13326,2,'e7f90d0f6b7b51f335f0433382b30b61bb9f062d',150,'* adjust for cron.','wangyidong','2015-03-09 12:02:40'),(13327,2,'9106252a29bea88b8fbff7b5515198a3d4c308d2',149,'* change for show dev module.','wangyidong','2015-03-09 12:01:59'),(13328,2,'83a1f6e303c7179a38b8bc38bd226544595d42ed',148,'* fix a bug.','wangyidong','2015-03-09 11:57:54'),(13329,2,'f2491441e2e522908fffac68266d335ed1407631',147,'* adjust cron.','wangyidong','2015-03-09 11:38:53'),(13330,2,'21c77685bb10c769510d316156ef2e5eae1f109e',146,'* change for upgrade.','wangyidong','2015-03-09 11:35:42'),(13331,2,'8c26498edf9276a57f1fa18588085fe04acba0ab',145,'* adjust for show upgrade error.','wangyidong','2015-03-06 16:39:57'),(13332,2,'22a4be06388c9d353dd1b2cf191b1c6a4632359c',144,'* fix a bug for upload extension.','wangyidong','2015-03-06 15:12:54'),(13333,2,'e06779bdadfacf2438b8b741cf9cb208a2ac2a90',143,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-03-06 14:02:23'),(13334,2,'d4def96048670160d2d968d9e36c0c5cb62a1156',142,'* fix bug.','wangyidong','2015-03-06 14:01:58'),(13335,2,'a94f44416c40e5df52c52112ca28bdc144d6299b',141,'* adjust language of dev.','xia0ta0','2015-03-05 09:38:03'),(13336,2,'ab274a4ff8bdfc82742da7b18bd03e8f892b3e63',140,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/dev/lang/en.php','xia0ta0','2015-03-05 09:20:44'),(13337,2,'22f0a7fb226cbde24624a7b3d2850e14c9acd86a',139,'+ add api css.','xia0ta0','2015-03-05 09:11:11'),(13338,2,'37cfad323c92caf3a0c17356c6a937175b0714a2',138,'+ add english. * adjust style.','xia0ta0','2015-03-05 09:03:13'),(13339,2,'fdc283afd74c3cf379fd24153ece79fe519c0b20',137,'* adjust for upload extension file.','wangyidong','2015-03-04 14:42:27'),(13340,2,'a9e6dcc529840cd357e19dc726a05ae874c9c38a',136,'* change for group priv.','wangyidong','2015-03-02 14:24:44'),(13341,2,'c4a72a6b754d2bad6e92c01dadc6693068e06b3e',135,'Merge branch \'master\' of github.com:easysoft/zentaopms Conflicts: module/common/lang/en.php module/common/lang/menuOrder.php module/common/lang/zh-cn.php','wangyidong','2015-02-28 17:29:16'),(13342,2,'e3276297c551011455c6d6c044e666c701ec71a7',134,'* finish task #2208.','wangyidong','2015-02-28 17:26:27'),(13343,2,'c56d8e69c617749a32510d26c7332b43eadb359e',133,'* finish task #2206, 2207.','wangyidong','2015-02-28 14:56:35'),(13344,2,'8e2899f62bc3565cd9b1fdd7b84a827aa29c847b',132,'- remove editor from extension.','xia0ta0','2015-02-27 08:40:37'),(13345,2,'5b7075f444c0829736383923a2dda6a9f6decac9',131,'* adjust menuOrder of admin.','xia0ta0','2015-02-27 08:38:28'),(13346,2,'b34318a0289ce1b64179c00c04dfc7c075172e5f',130,'+ add dev module.','xia0ta0','2015-02-26 16:19:57'),(13347,2,'6efa9f676860ef8b7bafcd1b7fc02a8e45bf98b7',129,'* move editor from extension to dev.','xia0ta0','2015-02-26 16:16:46'),(13348,2,'fc495455bf33e12978c1ba40292217f612c6074d',128,'* adjust submenu of admin.','xia0ta0','2015-02-26 16:11:35'),(13349,2,'4b0d42c23029295543f9ca494c857d3ec3da4147',127,'* change method "getDataInJSON" of user model for new API.','Catouse','2015-02-26 14:05:53'),(13350,2,'ff4eca94c23771f06abb47d94e7484857d4b20e8',126,'* fix a bug.','wangyidong','2015-02-26 09:35:34'),(13351,2,'13e6b3d91bde31b547580ed343cd3179f3d2edbe',125,'* fix glob error.','wangyidong','2015-02-10 16:09:32'),(13352,2,'33f5ca6e738410f5449b0577cf26fb4504d9d37b',124,'* change for changelog.','wangyidong','2015-02-06 09:05:18'),(13353,2,'30c1ab399a78819d191650d59ca0dec25a8ae3c0',123,'* adjust for paste image.','wangyidong','2015-02-04 17:35:09'),(13354,2,'6d9aa57ec7fab166cd9a2a77f49781783e1510a9',122,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-02-04 15:43:45'),(13355,2,'c9f0b9f8611380f748574597fcd38d22dabe756d',121,'* change for zh-tw.','wangyidong','2015-02-04 15:43:19'),(13356,2,'c3e0d714f05aaca68b9a0e30afd6b5b1d3997b9d',120,'* adjust code.','wangyidong','2015-02-04 10:14:53'),(13357,2,'cf330a92643983c2ca93ea7034196d6925af75bc',119,'* chosen suppot change dropmenu direction.','Catouse','2015-02-02 16:04:33'),(13358,2,'24f81f356ebe161e5693c0427e3f09ddc1fb9454',118,'* change version and upgrade.','wangyidong','2015-02-02 09:55:33'),(13359,2,'8b07b81ed8d5b9396929662934dd16d1fdeb354d',117,'* fix error.','wangyidong','2015-02-02 08:45:10'),(13360,2,'3b78433deea33156f469f5cb6d4e8e362a84e3bf',116,'* fix bug #677.','wangyidong','2015-01-30 16:00:17'),(13361,2,'4d7feceb69b2e5cf9513e701c39f864eb3213d39',115,'* fix bugs.','wangyidong','2015-01-30 15:27:51'),(13362,2,'03dae63dd0ca7a362c43321202b1b92cb73ec7af',114,'* code for bug #2202.','wangyidong','2015-01-29 17:16:46'),(13363,2,'5c1c020f253ab65a717331958fef270368ef4058',113,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-01-29 16:56:54'),(13364,2,'054a9dad0c97fa0ec7530ed4500e439ee7ec0c66',112,'* finish tsak #2199.','wangyidong','2015-01-29 16:09:38'),(13365,2,'3c8a5cc6fd73fd19019aeb7f0804c918464c6e7d',111,'* finish task #2202.','wangyidong','2015-01-29 16:03:32'),(13366,2,'adde00fd9e2c6003cd6123ba26e68ba7e350b832',110,'* move notice() to callback.','xia0ta0','2015-01-29 14:00:35'),(13367,2,'1d5557f5457ab84863ccb9c054152013d090a37b',108,'* use notice() for scan builds.','xia0ta0','2015-01-29 13:02:13'),(13368,2,'7f38bf0dfa70006391b3642ee4b4e6e9eee64beb',107,'- remove create and refresh link.','xia0ta0','2015-01-29 13:00:27'),(13369,2,'895fb2831569e4b4db36f762eb6de08bed162b58',109,'* change the error of comment.','wwccss','2015-01-29 13:28:15'),(13370,2,'7412321aba81d8dd7e2d0345f038d2700110387f',106,'* fix bug #666.','wangyidong','2015-01-29 11:59:39'),(13371,2,'bb80d4b4aec014d903a23b78bb80b25f355f6fc2',105,'* fix bug #667.','wangyidong','2015-01-29 11:23:50'),(13372,2,'f2383ba306f904536a86c73b31d6e4f06cd2ee42',104,'* fix bug #669.','wangyidong','2015-01-29 10:28:43'),(13373,2,'c5dddc90085218703e4cc5a0e60155987c3083d1',103,'* fix bug #671.','wangyidong','2015-01-29 10:24:22'),(13374,2,'93ed6c90f83cbf60b622fa5f082b25884401ada4',102,'* fix bug #672.','wangyidong','2015-01-29 10:12:22'),(13375,2,'c886721b9bc82c3b1abe103f2dbcea750b66aba4',101,'* fix a bug.','wangyidong','2015-01-29 09:56:38'),(13376,2,'cfc96b690e975ec19c1c7718c0c363af952d4791',100,'* fix bug #673.','wangyidong','2015-01-29 09:53:40'),(13377,2,'3dd4e0b94d1d5d7f39531bbc6c8612806b32550e',99,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2015-01-29 09:43:34'),(13378,2,'2e520d15f1ec3215d2a3a62443382b7f2fdc47cd',98,'* ajust columns size of \'bug/report\' layout.','Catouse','2015-01-29 09:43:22'),(13379,2,'1863fc59873affd3220bc4bf373b42a16b65060d',97,'* fix datetimepick textbox with value "0000-00-00".','Catouse','2015-01-29 09:36:27'),(13380,2,'f8e22d72a016e0a3faf09e20d3eec601a47f9395',96,'* fix bug #674.','wangyidong','2015-01-29 09:24:38'),(13381,2,'fb4eed1c39cc98fc7602158164fbbd2d783af0f0',95,'* finish task #2190.','wangyidong','2015-01-28 16:31:03'),(13382,2,'0dd2d53f406a8ef0d0e8b9d62e23deb9ca87fdf5',94,'* change for task #2190.','wangyidong','2015-01-28 15:14:02'),(13383,2,'661928131df9e5181f89291d6c35cd2617b330d6',93,'+ replace LGPL to ZPL.','wangyidong','2015-01-28 14:46:44'),(13384,2,'13d5d12c78f25afe030965c75f92ab01b23ec577',92,'* finish task #2183.','wangyidong','2015-01-28 14:33:04'),(13385,2,'b0dd0d75b872ddcac9903b0137544d230f004b39',91,'* adjust for comment in mail.','wangyidong','2015-01-28 13:46:37'),(13386,2,'3391130cf46486140f05a3c308da5095a17cd631',90,'* finish task #2186.','wangyidong','2015-01-28 11:56:47'),(13387,2,'4a9dad22b387e83bc883eed05daa3f381ce5ae20',89,'* finish task #2185.','wangyidong','2015-01-28 11:16:51'),(13388,2,'e67ab008d4bb9a872d9c25941f145191b73fa604',88,'* finish task #2187.','wangyidong','2015-01-28 10:22:00'),(13389,2,'a175b9bae8048526d9c6651574305020354e445e',87,'* finish task #2188.','wangyidong','2015-01-28 10:09:56'),(13390,2,'8ea6cd4e82d69892fb60db4189e70bbc70c4762f',86,'* finish task #2192.','wangyidong','2015-01-28 09:47:05'),(13391,2,'2d83179de00d07244e2b4033293cb34519635c9e',85,'* finish task #2193.','wangyidong','2015-01-27 17:16:43'),(13392,2,'202fb4be65bf63d3bd6d45f5514cbbdcac0e7885',84,'* finish task #2194.','wangyidong','2015-01-27 16:57:13'),(13393,2,'f76f54330acbabea70de5511dbc4a2d052db854f',83,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2015-01-27 16:32:34'),(13394,2,'df9ac0573b65257a9ae2b1f8812c5373953629c2',82,'* finish task #2195.','wangyidong','2015-01-27 16:31:53'),(13395,2,'b99331df5677a4c460ecabf7f66038aa3518c0cb',81,'* finish task #2196.','wangyidong','2015-01-27 15:06:32'),(13396,2,'3f86de68ac38e27006a15a102a95273aff42f013',80,'* finish task #2197.','wangyidong','2015-01-27 14:24:04'),(13397,2,'dd860363cdada323c7aa586deec3a8f3e86d6200',79,'* finish task #2198.','wangyidong','2015-01-27 11:09:23'),(13398,2,'03e21e86886dc9a74711fe107c64a5df09fb95da',78,'* fix for check tls when test mail.','wangyidong','2015-01-22 10:59:49'),(13399,2,'1bbf014696653d99681738b58cf6d37cf2ca0f4a',77,'* fix the bug of pageID, show be pageid.','wwccss','2015-01-21 10:42:24'),(13400,2,'a6078c90544f1f6b08de5469735966ffb3b5e6f1',76,'* finish task #2178.','wangyidong','2015-01-19 16:52:01'),(13401,2,'82fe4637648042220f16cdb8419f489280b854c5',75,'* finish task #2177.','wangyidong','2015-01-19 16:44:25'),(13402,2,'6eb622d45a72c0131e0391a1c0d27fca116a8318',74,'* fix bugs.','wangyidong','2015-01-13 08:40:56'),(13403,2,'1111206f8dfa666d10789f7eeb4551a17e741d8a',73,'* ajdust for bug #654.','wangyidong','2014-12-26 13:47:06'),(13404,2,'98bb42a3391f50b04d54a9cee6873368f3905a97',72,'* fix a bug.','wangyidong','2014-12-24 17:07:49'),(13405,2,'9092d53ba4a7c5b19526f9df16c81f42653c445b',71,'* adjust code.','wangyidong','2014-12-24 16:53:37'),(13406,2,'4824b3a63de55b6baf2d3f7796265eba98e532d3',70,'* fix a bug.','wangyidong','2014-12-24 16:28:27'),(13407,2,'88003b33af621477f7df98d828a7725b1642a5fe',69,'* fix a bug.','wangyidong','2014-12-24 10:48:26'),(13408,2,'0db5dc606550ed2b11dd574f26419fbe45ed9d6d',68,'* fix a bug.','wangyidong','2014-12-24 09:20:25'),(13409,2,'b2885fa53e4db3c2a563a1a5afa6373e4f8e74a8',67,'* adjust style.','wangyidong','2014-12-22 16:53:57'),(13410,2,'6b092dbde9ad616c040e9d67ebddcdebc8336b94',1,'* add file header in backup file.','wangyidong','2013-12-22 15:51:50'),(13411,2,'a1a587a2afeb2057c9a4c366822359437b79fcc6',66,'* adjust code.','wangyidong','2014-12-19 14:51:59'),(13412,2,'0c0f8d85a9fcb0192a7633f98cbc199a9950e960',65,'* adjust code.','wangyidong','2014-12-19 09:05:41'),(13413,2,'532d22eb5e72c9ae3141a7bcfe5150767c826086',64,'* fix a bug.','wangyidong','2014-12-18 13:36:57'),(13414,2,'0099f3e33779b82352fe912457a3b0707f009ae4',63,'* fix a bug.','wangyidong','2014-12-18 11:54:33'),(13415,2,'236103cded28c70a1362fb5f6f8e63a05f2107db',62,'* adjust for ajax get story when create case.','wangyidong','2014-12-18 09:05:50'),(13416,2,'bbaf9039d07b63ee73e58a0c79fe6484343098cf',61,'* enhance ui of story search modal with chosen.','Catouse','2014-12-17 18:10:13'),(13417,2,'a6bfa6e64c620111b01353a8dd08366705c5e7d7',60,'* fix bugs.','wangyidong','2014-12-17 17:24:14'),(13418,2,'8f33a4c031eabe262e381ace04c7abad37932033',59,'* adjust code for edit dept.','wangyidong','2014-12-17 16:12:49'),(13419,2,'7a44cc96ce57eaf54c6d67d2ab04ee2834ef4ff1',58,'* adjust code for batch assignto.','wangyidong','2014-12-17 14:06:09'),(13420,2,'a5d4fff722af644e9425d5c2b1cd23cf18413dd0',57,'* adjust auto check.','wangyidong','2014-12-17 09:39:39'),(13421,2,'dea2622ff51d95871df2ef79c848345275a39a4b',56,'* add 6.4 changelog.','wangyidong','2014-12-16 17:15:47'),(13422,2,'d75f50e6910dd6012d896ff9eca908ac3c99da71',55,'* change for zh-tw lang.','wangyidong','2014-12-16 17:03:36'),(13423,2,'0a4c567c8e35f4a449bebc8c3ae6d10175d75022',54,'* change for group resource.','wangyidong','2014-12-16 17:01:53'),(13424,2,'644fc7df6a4e3af23eb8288e1304a6ac743355e9',53,'* change for 6.4 version.','wangyidong','2014-12-16 16:15:30'),(13425,2,'d7c0a03f8bf64a3cfdf049f63cfa8e9765611df2',52,'* fix a bug.','wangyidong','2014-12-16 15:20:30'),(13426,2,'9528bba9096cd8ee52e642a7fea88e99b47d00dd',51,'* adjust code for task #2151.','wangyidong','2014-12-16 14:41:15'),(13427,2,'a69236a90049866b0c6cde83ae68dff6aa29e708',50,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-16 14:12:56'),(13428,2,'a792d8c0a71143c7edf9cc574a1343197b183b70',49,'* adjust code.','wangyidong','2014-12-16 14:12:20'),(13429,2,'294aaeefc56108dc59761b7fb3dbc0656c2689f7',48,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2014-12-16 11:26:10'),(13430,2,'6e5148963e9a4114ba77d45037d5b6ae3e19e6d8',47,'* fix select buttons.','Catouse','2014-12-16 10:55:22'),(13431,2,'f3c6e0c601b1016d8d6c27f62f1222b4bd4cc27b',46,'* fix a bug #661.','wangyidong','2014-12-16 09:43:38'),(13432,2,'ac7312bf8191985da5a5ae2ef2a38c329bfb296b',45,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-16 09:19:16'),(13433,2,'8ce86eddbeeb91b2872e79be5ee38cd8a22aea12',44,'* finish task #660.','wangyidong','2014-12-16 09:18:39'),(13434,2,'e5f9fa752d68a60a5c64c7bdc3e43f7ad90deb26',43,'* updated zui to version 1.2.1.','Catouse','2014-12-16 09:11:21'),(13435,2,'c5e93987e03f2ea40d479df450c9c17abca7d8ee',42,'* finish task #2167.','wangyidong','2014-12-15 17:14:00'),(13436,2,'c1095d61575867635f8422d1bf34e764aa752b9c',41,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-15 16:50:27'),(13437,2,'d111c160c22f68f0471e4bb9e6f768a08fb7e039',40,'* adjust the view page for build, release and productplan.','wangyidong','2014-12-15 16:49:35'),(13438,2,'46ba732cec87dc0cdb92a70e5f001ff3e64c6148',39,'* fix style of search item in feature menu.','Catouse','2014-12-15 15:25:12'),(13439,2,'6a1be06be611c7bf4763f50e409158a916ee0a0b',38,'* finish task #1996.','wangyidong','2014-12-15 10:04:19'),(13440,2,'0522f5426c3e227632ecb2b4dfc83f90e5f62f05',37,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-12 17:31:56'),(13441,2,'88a59254a01e11217028016bf6fa1bd320fab6a7',36,'* finish task #2157.','wangyidong','2014-12-12 17:31:23'),(13442,2,'51fa7e0e220479c2083f7da919426a9411399659',35,'* ajust style of alert on doc/editlib.','Catouse','2014-12-12 17:29:08'),(13443,2,'20f1ad149f5f17838ffa8d118deab822f2146e06',34,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2014-12-12 17:25:44'),(13444,2,'74cd2ff6f3710ba33d6383ee328075dee52ed192',33,'* remove icon in buttons.','Catouse','2014-12-12 17:25:38'),(13445,2,'5229fe0b5f54a50ba7146368f6c7aa8b0115a968',32,'* fix style for modal.','Catouse','2014-12-12 17:25:22'),(13446,2,'e6dd93fba384469ff439a3f82ff955135236e2c2',31,'* finish task #2153.','wangyidong','2014-12-12 16:34:20'),(13447,2,'1611c929f0d3bd9c3e82701cea76791fc0959400',30,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-12 16:10:39'),(13448,2,'c1fda45ed3a5a0293136d2773682053805916520',29,'* finish task #2009.','wangyidong','2014-12-12 16:10:02'),(13449,2,'4834ab8ae794d8f3967b5714c78c1d6d0ad05f8b',28,'+ add style.','xia0ta0','2014-12-12 14:52:40'),(13450,2,'1acfbb2fdb069da4733ab251df0ac81945a80b78',27,'+ add title of testtask.','xia0ta0','2014-12-12 14:51:18'),(13451,2,'c34d2e4a3b66b6a87db6171594e845ca4e63f800',26,'* code for task#2155.','xia0ta0','2014-12-12 14:36:07'),(13452,2,'65dd7aada9326d72768564e4f95a331c3d723837',25,'* code for task#2162.','xia0ta0','2014-12-12 12:13:38'),(13453,2,'c39c589b83d4de9580a7185ddce7ac11c7d607ad',24,'* code for task#2162.','xia0ta0','2014-12-12 12:13:04'),(13454,2,'da076dc5eb19779df0a32fc2777229c31d63fb04',23,'* code for task#2163.','xia0ta0','2014-12-12 11:06:39'),(13455,2,'1228ad8b1f8b0590aba6fafa52fff64ed3a1ca25',22,'* code for task#2146.','xia0ta0','2014-12-12 10:27:43'),(13456,2,'118d2e9a22ccc745380ebb358b02fbffe29c4a4b',21,'* code for task#2172.','xia0ta0','2014-12-12 09:36:14'),(13457,2,'b6c6ff304ba9cb7d9fa3b9de658493d6e2d9e560',20,'* code for task#658.','xia0ta0','2014-12-12 09:32:06'),(13458,2,'0d194bfec072587cf2fd35bc01301e25474ed18c',19,'* code for task#658.','xia0ta0','2014-12-12 09:22:25'),(13459,2,'54c49e23404b68c8580172453b1f7064ada80a28',18,'* code for task#2154.','xia0ta0','2014-12-11 17:40:06'),(13460,2,'f67741ebcf03f7603d3561f1f5057e59a52ad4dd',17,'* code for task#2154.','xia0ta0','2014-12-11 17:34:18'),(13461,2,'6fec0feae6ac92acac0db2a653c2f351fec4cdbd',16,'* code for task#1302.','xia0ta0','2014-12-11 16:38:04'),(13462,2,'c4f4e10717afe89d8aa69c7bb2094a11a1986a00',15,'Merge branch \'master\' of github.com:easysoft/zentaopms','xia0ta0','2014-12-11 15:58:27'),(13463,2,'b3e936ba9e2755ff1eef4a6f49f08f583ff34c3b',14,'* code for task#1302: adjust link style.','xia0ta0','2014-12-11 15:57:34'),(13464,2,'26b399bf40864571aa00ce99c4789ee8b91d1b0b',13,'* code for task#1302.','xia0ta0','2014-12-11 15:55:46'),(13465,2,'860f99431a83a6fd1c1cfab37cb8f50751e7fbb8',12,'* code for task #1955.','wangyidong','2014-12-11 11:30:36'),(13466,2,'0c687fcc6dec44ab80c93c8f0453127ba4ffce0f',11,'Merge branch \'master\' of github.com:easysoft/zentaopms','wangyidong','2014-12-11 10:46:00'),(13467,2,'33cb9fb7817c2e61f1e67ed7b25785b1f3153f74',10,'* finish task #2039,2040.','wangyidong','2014-12-11 09:45:10'),(13468,2,'1cf0e89af62c24061613a4a6ecb1783cee42d961',9,'* code for task#2160.','xia0ta0','2014-12-11 09:32:11'),(13469,2,'df54dbdde628671cc504138691b5e28a1ce1d136',8,'* code for task#2171.','xia0ta0','2014-12-10 17:39:41'),(13470,2,'0d0e5e387c0e223f4f9bb334df578e2212ab8c96',7,'Merge branch \'master\' of github.com:easysoft/zentaopms','xia0ta0','2014-12-10 17:37:20'),(13471,2,'571770ea9b3a538eb4ce4a15becf97ab12c8b985',6,'* code for task#2171.','xia0ta0','2014-12-10 17:36:45'),(13472,2,'08359a0bfddb74771e7da59d19b855a1a84ebfd9',5,'* code for task#2171.','xia0ta0','2014-12-10 16:32:01'),(13473,2,'123148ab3e312a6975d7574a969b1c4fa8503c77',4,'* tab key spport jump to next chosen control.','Catouse','2014-12-10 15:20:30'),(13474,2,'51812569eab464e9f0417bd6a1afa851430c7e80',3,'Merge branch \'master\' of https://github.com/easysoft/zentaopms','Catouse','2014-12-10 15:10:23'),(13475,2,'eff1aed20ea1eb68baf392caec748172f8edb7b4',2,'* finish task #2164.','Catouse','2014-12-10 15:10:12'),(13476,2,'d661c3d5b0f33942facd72c906c5e0a9937e33e4',12491,'* Finish task #8775.','tianshujie98','2020-12-22 09:37:24'),(13477,2,'37ddc35615cc90888f9b02cbfe9281a4eae375f2',12492,'* Finish task#8740.','hufangzhou','2020-12-22 09:42:51'),(13478,2,'8194e7ebc54c1454d4c9c48e76ec7a0e3c96608e',12493,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-22 09:42:54'),(13479,2,'a1c5df7bae645a867f0b9db7e0af242ce493e94c',12494,'* Finish task #8790.','tianshujie98','2020-12-22 09:49:25'),(13480,2,'31a49021ec8d6351a40763f0b3256e964e4593a3',12495,'* Finish task#8755.','qiyu-xie','2020-12-22 09:54:23'),(13481,2,'ec63685cc5afcc5f8dc0f6a7c6ca598cff8cb832',12496,'* Finish task #8768.','tianshujie98','2020-12-22 10:17:11'),(13482,2,'c9171ad5a3e696fc916e7740d3f9d9647fdba5f9',12497,'* Finish task #8764.','tianshujie98','2020-12-22 11:08:27'),(13483,2,'ca0df6f19b26f0c61ae4834ad14336413c41c85e',12499,'* Finish task#8756.','hufangzhou','2020-12-22 13:30:23'),(13484,2,'89817a6f8694be11e2cee25947c37b4de9cb4e78',12500,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-22 13:30:50'),(13485,2,'3265ad92f498a91d3161443e939ae6a8ce9ad1fb',12501,'* Finish task$8766.','qiyu-xie','2020-12-22 13:33:42'),(13486,2,'e8975e0fed2dddce5c5648a76c311baf0d9ac5eb',12498,'* Fix the user list sorting problem.','tianshujie98','2020-12-22 11:37:14'),(13487,2,'8dfeec7b666f47c8d3c5c55de28f881b8c949b36',12502,'* Add issue and risk view.','Yagami','2020-12-22 13:52:03'),(13488,2,'aff8cace6c505929fe0376f4aef3073fd3dfaa3e',12503,'* Reset my menu.','Yagami','2020-12-22 13:52:20'),(13489,2,'a727a4ad8c74f050a9c1b314a1ab0211fcc0764f',12504,'* Code for task #8812.','Yagami','2020-12-22 13:54:48'),(13490,2,'a0c99985b842aff7d128786c36238a864cca8b48',12505,'* Fix bug.','tianshujie98','2020-12-22 14:31:24'),(13491,2,'b005031cb6a41ae3f90c75d399b2ef6386effa20',12506,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-22 14:32:27'),(13492,2,'312c39129a4dae92f039fcea2bb4e8fa6f9ced6d',12507,'* Finish task #8806.','Yagami','2020-12-22 14:40:28'),(13493,2,'556bd939c7bae881d9388ab6804bb2526f9ca2d0',12508,'* Adjust code style.','tianshujie98','2020-12-22 15:04:09'),(13494,2,'1a79fda2079940437b6f90327618921936de9a7a',12509,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-22 15:04:28'),(13495,2,'853fd8609f9645a55dd0e18087406bdfc684d2ac',12510,'* Finish task#8735.','leiyong','2020-12-22 15:24:31'),(13496,2,'4ad1b0bb28ed6670b6c7039d82786400a83855ab',12511,'* Finish task #8797.','holan20180123','2020-12-22 15:43:46'),(13497,2,'4563840ba78a834edbb31a87cfc87bc6a99c9a6f',12512,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-22 15:46:19'),(13498,2,'9c73a943f5c4e440ffc0cfa7a18f4c198012d1b0',12513,'* Finish task #8797.','holan20180123','2020-12-22 16:07:13'),(13499,2,'0c477305fa3c7b8e3593533c55ad55cc8e26543c',12514,'* Finish task #8774.','holan20180123','2020-12-22 16:10:58'),(13500,2,'65ca07f0b3d7ef96e03ebd0993c07bbbe4424f70',12515,'* Finish task#8738.','qiyu-xie','2020-12-22 16:36:06'),(13501,2,'b2323b30ff08984828ef429e51d91b2923b1856a',12516,'* Finish task #8753.','tianshujie98','2020-12-22 16:37:58'),(13502,2,'32f8460cc05637c1172c0d71ed3c96dbc7c68cc6',12517,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-22 16:38:52'),(13503,2,'aa208aca624b4a972747ab7183cd0666c5e779e0',12518,'* Finish task #8789.','holan20180123','2020-12-22 16:57:21'),(13504,2,'7ee2b358c749d0ca96d55b9ddd93a966eea20b17',12519,'* Code for my module details.','Yagami','2020-12-22 16:57:48'),(13505,2,'4cce16aed9676f0a9fa897ec12e5c94c8298f612',12520,'* Finish task #8789.','holan20180123','2020-12-22 16:58:44'),(13506,2,'b5ee1c762f58fa329e59bc8525c01ce28acdf6ee',12521,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-22 16:59:02'),(13507,2,'3d64fbf7b7ca13555164d131882b011e121f1f46',12522,'* Finish task#8767.','hufangzhou','2020-12-22 17:00:54'),(13508,2,'9ad2d2617e2c6a45be45a748c80e04bf11be137e',12523,'* Finish task #8785.','holan20180123','2020-12-22 17:19:21'),(13509,2,'4ae0c99283c192f963fbedebd49400869ac5ca26',12524,'* Adjust code.','hufangzhou','2020-12-22 17:52:55'),(13510,2,'96ae3f9b960546a70ff30a19af1f101e70343ac2',12525,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-22 17:52:58'),(13511,2,'cd5198479e6a23f8a236f4a3b578bca7412989f7',12526,'* Finish task #8764.','tianshujie98','2020-12-23 08:19:34'),(13512,2,'65989c2b59b378dd93661954914c460c7d158955',12527,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 08:22:18'),(13513,2,'2aedf0c0d664f3a21857ddc9c5a93bddda330b35',12528,'* Finish task#8730.','qiyu-xie','2020-12-23 09:27:42'),(13514,2,'cdf405834fb47110e0408aada4ea7f8d2c3f6910',12529,'* Finish task #8798,8729.','tianshujie98','2020-12-23 09:36:12'),(13515,2,'58425400f4d06a2727771a87f17eab0412b128c0',12530,'* Adjust code style.','tianshujie98','2020-12-23 10:01:38'),(13516,2,'f4db6376b29c0024f5db96fc41aaece15f46114f',12531,'* Finish task #8812.','Yagami','2020-12-23 10:28:28'),(13517,2,'1aa43436a1c634910473ebe1bedff9c44f5c5018',12532,'* Adjust code style.','tianshujie98','2020-12-23 10:38:54'),(13518,2,'08812688e65dd9f12b4e247acd42a46985a9a080',12533,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 10:44:42'),(13519,2,'dab9e280eb7a47272601379f850c78062d6318e2',12534,'* Code for task #8812.','Yagami','2020-12-23 10:53:53'),(13520,2,'3eb898ea02fe5930eed006fcee6256ce89e6254c',12535,'* Finish task #8798.','tianshujie98','2020-12-23 11:04:08'),(13521,2,'0e13c3f8c796cc996d5bb8b06595ce3e98257b7d',12536,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 11:12:59'),(13522,2,'fb93bb126743dd118a26e1a43c804da22bb4b9d8',12537,'* Finish task#8748.','qiyu-xie','2020-12-23 11:15:16'),(13523,2,'6c49ed72faca3e75d882541631d7c3c882b59834',12538,'* Adjust code style.','tianshujie98','2020-12-23 11:24:48'),(13524,2,'fee40d2ffae7620a0aba6bc56bd5185410ae7e30',12539,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 11:25:03'),(13525,2,'40b5697be9933a8b54fcd37ec231173c3404a232',12540,'* Delete PGMCode and PO language item.','qiyu-xie','2020-12-23 11:30:32'),(13526,2,'de59aeebbb14565a04d6f63f7b5b670ce43350ec',12541,'* Fix bug.','tianshujie98','2020-12-23 11:36:23'),(13527,2,'c343a738469f49efb414a94ceaa54fb298b3aea9',12542,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 11:36:33'),(13528,2,'a431691425fce4c615b5def5499b683fcba79634',12543,'* Remove build field from release of product.','holan20180123','2020-12-23 13:43:25'),(13529,2,'5038567a2c9d64ced1c71bf9fd5a39de0078e147',12544,'* Finish task #8749.','holan20180123','2020-12-23 13:53:16'),(13530,2,'3f968dac819bc9e5de09a3726b9a4cbdea6e59ad',12545,'* Fix bug.','tianshujie98','2020-12-23 13:53:26'),(13531,2,'084df075bf58cc69abe430c6a5a53f539014037b',12546,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-23 13:53:34'),(13532,2,'661c7433c8c9bbeca31c2061d154153f9f370447',12547,'* Finish task#8741.','hufangzhou','2020-12-23 14:22:45'),(13533,2,'60e6cdd115b946f10ab73a269463f24bfefae3bc',12548,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-23 14:22:49'),(13534,2,'6efc361133c5160215bfbef7efbae603da312a1e',12549,'* Finish task #8797.','holan20180123','2020-12-23 14:28:44'),(13535,2,'b5055829bbac5fb902881a3b64d5cfad1521a0b0',12550,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-23 14:29:07'),(13536,2,'45ecde5875657351fddcf888706ffaa5f356841e',12551,'* Finish task#8742.','hufangzhou','2020-12-23 14:56:56'),(13537,2,'f8254ba4258fe3dbe5c1826e1ea6c9a5022a08aa',12552,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-23 14:57:11'),(13538,2,'71cf4104860dca70409f92671469c7f43c3c6615',12553,'* Finish task#8733.','qiyu-xie','2020-12-23 15:39:46'),(13539,2,'66a6cba93ed613ce62842cf398ff2ac551238dd6',12554,'* Finish task #8776.','holan20180123','2020-12-23 15:40:38'),(13540,2,'db405554a89b5440c8fb214ca1d3f0c0877992fb',12555,'* Fix bug.','qiyu-xie','2020-12-23 15:42:23'),(13541,2,'6ff7c513042c7343f3f8bd13daa64351fa3f33be',12556,'* Delete the judgment of code.','qiyu-xie','2020-12-23 15:54:50'),(13542,2,'8ce295828e6f0f4028d72a253aac96f79a728652',12557,'* Finish task #8776.','holan20180123','2020-12-23 15:57:49'),(13543,2,'e9d4f9ae2ecea95e71bb13e7d32e107277209646',12558,'* Finish task#8734.','qiyu-xie','2020-12-23 16:31:43'),(13544,2,'143fb5a04ca7793e678e108d59fa1a3e3f8c9d3f',12559,'* Adjust the program module code.','leiyong','2020-12-23 16:32:18'),(13545,2,'1fcb3f9e8eab5d3795669492bea294fe2d1a5dbf',12560,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2020-12-23 16:32:25'),(13546,2,'bbc44ef3f2baf86e39c5543ec030058d22ac0e54',12561,'* Finish task #8811.','Yagami','2020-12-24 09:06:25'),(13547,2,'5db867a5a0a9202e8abca2f9ba77611976fee739',12562,'* Finish task #8765.','tianshujie98','2020-12-24 09:16:35'),(13548,2,'c0ac3ac5d1c81f5c261d47b81ebab79f6f2dfad6',12563,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 09:16:56'),(13549,2,'38fd427535d7881ba2f06ff745dd59691ac280fd',12564,'* Fix bug details.','Yagami','2020-12-24 09:26:36'),(13550,2,'8e2ba0762edd29599b2ffd620ae4ef02a3fbf1a4',12565,'* Fix bug.','Yagami','2020-12-24 09:49:27'),(13551,2,'57ebbb61b428a609e24abe4013a83d2f87aed98b',12566,'* Adjust budget when create program.','qiyu-xie','2020-12-24 10:19:31'),(13552,2,'7e05ff4a4cf0e451c0d8e54ed39b4c4c1ca30609',12567,'* Finish task#8743.','qiyu-xie','2020-12-24 10:27:32'),(13553,2,'81f23ccd45cf7894817c67333ab5fe076d1d1cec',12569,'* Finish task#8762.','hufangzhou','2020-12-24 10:58:45'),(13554,2,'3542359112087df39de6b55cdd316de3d36dc9b3',12570,'* Finish task#8750.','hufangzhou','2020-12-24 11:16:30'),(13555,2,'7bda4d781e9dfabf08ca1195860afe3f23f8a9af',12571,'* Adjust the table style.','hufangzhou','2020-12-24 11:25:59'),(13556,2,'d5ea868580e8d603995649c7f3ededcab7d4365d',12572,'* Finish task #8765.','tianshujie98','2020-12-24 11:26:58'),(13557,2,'a1ad9de5d95f0ee87bc59a8180c5d7e8414fc331',12573,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 11:27:18'),(13558,2,'c1ab98e78f6dee5824cfb572ccd32e6bc6feb335',12574,'* Adjust code style.','tianshujie98','2020-12-24 11:32:52'),(13559,2,'c257c59296db0a4d51e9e3ec97c16de1e8ffc751',12575,'* Adjust the style code for firefox and ie.','hufangzhou','2020-12-24 13:16:29'),(13560,2,'57729398f5c188cefe114a402e6dada2b7e83b5f',12576,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-24 13:16:38'),(13561,2,'e9e74e06527299b6e78c2fef96cfa2695c5c8d17',12577,'* Finish task#8737.','hufangzhou','2020-12-24 13:30:14'),(13562,2,'a263f32394a57fd6f3955b165abc4089af31ebe2',12578,'* Modify the sorting problem.','tianshujie98','2020-12-24 13:36:02'),(13563,2,'11981973287cbb6b71744ce0ad21a74001dc3ea4',12579,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 13:36:50'),(13564,2,'85efc009d2e5d3785e468f40dbb29ca9b8e68f28',12568,'* Add btn color.','Yagami','2020-12-24 10:49:08'),(13565,2,'af6d05cf29c48cc4ab0644559affc46a46f5200e',12580,'* Finish task #8799.','Yagami','2020-12-24 13:45:29'),(13566,2,'c1b8ebed09ad3c2abb4ea56bfc50df8381bba470',12581,'* Adjust the code.','hufangzhou','2020-12-24 13:55:24'),(13567,2,'d3fab4bc4b5e3b0dd34a5e81c41c08f7f2ed552f',12582,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-24 13:55:29'),(13568,2,'268c390aca9df662d52d9e322924eb56553fea17',12583,'* Adjust code style.','tianshujie98','2020-12-24 14:17:42'),(13569,2,'cc0aa7a1cebfbfd31ab81879dbc62d8400c7882e',12584,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 14:17:58'),(13570,2,'178a469097487987ad0aa87fdb4efe53e6a7d322',12585,'* Adjust code style.','tianshujie98','2020-12-24 14:27:03'),(13571,2,'075d0cfd564f671ec8601d2ab2c4e953671eb721',12586,'* Adjust the table style.','hufangzhou','2020-12-24 14:38:12'),(13572,2,'f9dd2c4b0033d3a3a849343eda6a4d9c5a7cab91',12587,'* Adjust code style.','tianshujie98','2020-12-24 14:39:22'),(13573,2,'70e8b3f799c5114e26bd09ab9338381af8594195',12588,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-24 14:42:08'),(13574,2,'82f655fc82f2e9437badf2a25366d870f4e1510a',12589,'* Fix bug.','leiyong','2020-12-24 14:44:01'),(13575,2,'c1defae09222b411ad0214aebef077df2e95fd46',12590,'* task #8732, improve style of popover.','Catouse','2020-12-24 14:46:59'),(13576,2,'6171a16b0d294dd4c48d39191a97f1dda1700941',12591,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2020-12-24 15:22:38'),(13577,2,'40daab31ff2d8316b4c52ee9fed2a8e7cb089794',12592,'* Adjust programID to projectID.','leiyong','2020-12-24 15:23:04'),(13578,2,'9faaf9589bcb087a76d76defc10f1821b617f102',12593,'* Adjust closeBy to ClosedBy.','leiyong','2020-12-24 15:27:35'),(13579,2,'d9842af4f758146775e8e19a5dd255f515f37ccf',12594,'* update zenicons.','Catouse','2020-12-24 15:55:21'),(13580,2,'1d4d29faa8f3cfa71e0a9c77bb4c369f0c7c4d4d',12595,'* Finish task #8798.','tianshujie98','2020-12-24 15:59:04'),(13581,2,'1a9c4911aae7eb663adeff5e09d5b10acfde20a9',12596,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 15:59:30'),(13582,2,'d74eb0581793eb686c0e3672927266077b203a65',12597,'* add style for .icon-message.has-dot.','Catouse','2020-12-24 16:04:55'),(13583,2,'98090bcc33c89e4cb0ed5428e39477520be39990',12598,'* Finish task#8763.','hufangzhou','2020-12-24 16:10:47'),(13584,2,'1136d9202c0c170d699088dc16bba1bb679619a5',12599,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-24 16:10:53'),(13585,2,'8ad9c0c245d9cab4c9b1b28bb33c62b342fa5543',12600,'* Adjust todo module lang file.','leiyong','2020-12-24 16:21:11'),(13586,2,'0270f816e1130c3ebb39d474e8dc394e3e8ba466',12601,'* task #8732, change text in popover.','Catouse','2020-12-24 16:22:43'),(13587,2,'2b5ba601ee30fcd49e6680ff551ca07fbabd4f2b',12602,'* Add getUserIssuePairs method.','leiyong','2020-12-24 16:22:54'),(13588,2,'d4ebea5befab4c1cce9d89638268caca4dbed3b5',12603,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2020-12-24 16:23:00'),(13589,2,'c98317e049c816d314cbfe5536cc8d3599c92281',12604,'* Finish task #8788.','tianshujie98','2020-12-24 16:34:43'),(13590,2,'8f808b445f770b2ec82fb0a960a5dde52fd0f3eb',12605,'* update progressPie component.','Catouse','2020-12-24 16:58:20'),(13591,2,'fda220ed36e4e458623b0305d25bbd9b252f46a6',12606,'* Finish task#8769.','qiyu-xie','2020-12-24 16:59:10'),(13592,2,'432b098257fe3dc58971eba7228ae9f2e649251e',12607,'* Add style.','tianshujie98','2020-12-24 17:08:55'),(13593,2,'c8177b7bd028bd37c6ab8acaa3a6393bcfd77d4c',12608,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-24 17:09:21'),(13594,2,'fee352ff3a245dca6e9c2c2d1f0b567195a06fe0',12609,'* Adjust icon.','tianshujie98','2020-12-24 17:17:29'),(13595,2,'ec3104cd8ccab322f75d355fa456a9df07aded65',12610,'* task #8732, change size of popover.','Catouse','2020-12-24 17:18:15'),(13596,2,'4d308628099a853ec09f888c4be2a15d71ca0c4d',12611,'* update icon-split.','Catouse','2020-12-24 17:40:31'),(13597,2,'bc5db7f6ed7dedb13fd0ba52377ada13ab35937f',12612,'* Add getUserRiskPairs method.','leiyong','2020-12-24 21:27:53'),(13598,2,'db18b9b3e95074492060331e71efd35098c3075b',12613,'* Finish task#8781.','leiyong','2020-12-24 22:16:49'),(13599,2,'d0e04efef5c6bf599761622e3fb5f0d42c3b60b9',12614,'* Change label style.','tianshujie98','2020-12-25 08:26:02'),(13600,2,'c25fe31bd085aeef9037b264527065c1b877adcf',12615,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-25 08:26:33'),(13601,2,'2c0278da8b7e2a1790f33d9b7d146ef155c75c16',12616,'* Adjust style.','tianshujie98','2020-12-25 09:02:38'),(13602,2,'2d1b596097abe90adc801ec6e2e55eb0ef7641fa',12617,'* Finish task #8749.','holan20180123','2020-12-25 09:05:37'),(13603,2,'7e87e5cfd32c3f17331a3b3c5f9d73e35441bb4b',12618,'* Finish task#8731.','qiyu-xie','2020-12-25 09:07:11'),(13604,2,'f21eafe846515d1cc4a0e5a6820dcf8f61855192',12619,'* Finish task#8735.','leiyong','2020-12-25 09:58:57'),(13605,2,'c435fb0e5976c6d329350b6047a617c3bf8db889',12620,'* Finish task#8769. Adjust the action button.','qiyu-xie','2020-12-25 10:21:30'),(13606,2,'7e6c988351e3ca45f13ea974d3e51f9528acfd8b',12621,'* add icon-sprint and icon-stage.','Catouse','2020-12-25 10:31:15'),(13607,2,'d6236fe3b291a73f3e316ea17696317104860cbc',12622,'* Adjust icon.','leiyong','2020-12-25 10:45:39'),(13608,2,'51383630dbdcb58edd59c6f91d629886848183e3',12623,'* Adjust code.','leiyong','2020-12-25 10:51:32'),(13609,2,'e75c16becdce62321aef145a778e49fcb0bed8b6',12624,'* fix table not ride on program/pgmproject view.','Catouse','2020-12-25 11:14:25'),(13610,2,'464ba9aea976d8b0169f99b13aba516b57e40a9a',12625,'* Finish task#8769. Adjust progress button.','qiyu-xie','2020-12-25 11:24:15'),(13611,2,'739994edbb91e1060af8333cc9311c7a0e807ea1',12626,'* fix progressPie not work in datatable.','Catouse','2020-12-25 11:39:38'),(13612,2,'285320d95a491e238d60e30dac68889c27bd1bce',12627,'* Let repo link product.','Yagami','2020-12-25 13:07:05'),(13613,2,'72f18ea300c81e7380315d808498cfe2a5013e09',12628,'* refactor: add missing keyword "var" to define variable.','Catouse','2020-12-25 13:26:51'),(13614,2,'73eb92159a1e4e3a99700890a6222f55c20c07a2',12629,'* fix error on init progressPie of invisible element.','Catouse','2020-12-25 13:28:23'),(13615,2,'576fa7d7bf3a51b09e8b8ac25f0f1fc43b510819',12630,'* Adjust the program and project operation buttons.','leiyong','2020-12-25 13:35:01'),(13616,2,'ce30edb39db154a0d6d122f802392817d6d3858b',12631,'* Adjust group.','leiyong','2020-12-25 13:41:19'),(13617,2,'6b0fa71217bf62485f48eb2f05d9e7ac4a9541be',12632,'* refactor.','Catouse','2020-12-25 13:49:19'),(13618,2,'9679a30322f0eb1c8fa73bb5a45e0584aa193498',12633,'* Adjust code.','leiyong','2020-12-25 13:51:47'),(13619,2,'355af26fb5e4d8eef38fae7f3f710c7ed024d8fa',12634,'* Finish task#8751. Add stakeholder type and key.','qiyu-xie','2020-12-25 13:54:19'),(13620,2,'bbf30a2e889f59edb6382b1756ae58a5f617ad38',12635,'* Fix repo menu.','Yagami','2020-12-25 13:55:08'),(13621,2,'bdc4f0e2f68bd0f44e5d07c19cbd72b3367861b5',12636,'* Adjust code.','leiyong','2020-12-25 14:17:25'),(13622,2,'314eedb28cfbbf1617dec60dd87ca287b45c3a8c',12637,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2020-12-25 14:17:30'),(13623,2,'59ede325e6f3c5ffacf9f341bf3414ba65683180',12638,'* Finish task #8783.','tianshujie98','2020-12-25 14:25:00'),(13624,2,'aa074a506a12779af1aece86c7bd1676927bb244',12639,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-25 14:25:40'),(13625,2,'45852a913128c28ba69cac2383e43060bb83ce00',12640,'* Adjust code.','leiyong','2020-12-25 14:31:09'),(13626,2,'2fe8912ece2b70fb19fb7d3cb9a9827f04d88e17',12641,'* Adjust code.','leiyong','2020-12-25 14:38:17'),(13627,2,'f70f13f8956a531ed11e760f56f93b359add113f',12642,'* Adjust code style.','tianshujie98','2020-12-25 14:54:55'),(13628,2,'2a21445147dece5710999005073e5114a50e306f',12643,'* Fix bug.','qiyu-xie','2020-12-25 14:58:01'),(13629,2,'c492894a2755031d3acd399a29ad157b28e06ae7',12644,'* Adjust code style.','qiyu-xie','2020-12-25 15:10:13'),(13630,2,'d433bd32de7ef552e38964f4a3618746bbab5afa',12645,'* Adjust code.','leiyong','2020-12-25 15:11:04'),(13631,2,'08434d82db4e9f87705e93d3a761b709da38c62f',12646,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2020-12-25 15:11:10'),(13632,2,'23e1b719b20965da2913147ab8413c62a39f260b',12647,'* Adjust code style.','tianshujie98','2020-12-25 15:12:32'),(13633,2,'440bb99d86755c99f921ce08325ce7b91a689f05',12648,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-25 15:12:48'),(13634,2,'a1700dc03e17a026a45009382c9cb944ba378b01',12649,'* Finish task #8749.','holan20180123','2020-12-25 15:19:20'),(13635,2,'637db93350259fb29f3eca0e394630da83f0c9a8',12650,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-25 15:19:46'),(13636,2,'4e734af78759f0d350c105e3e8cda61cc5d9b12d',12651,'* Fix bug.','leiyong','2020-12-25 15:34:06'),(13637,2,'558b3ad1c399806ab04cdfa9332343e05986f853',12652,'* Finish task#8759.','hufangzhou','2020-12-25 15:34:53'),(13638,2,'538df6525d6110c9491c272cde46a4e31df23925',12653,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-25 15:34:56'),(13639,2,'b2357d4bac8eacbed73592783c13914a3fb487ad',12654,'* Code for repo.','Yagami','2020-12-25 16:00:33'),(13640,2,'88f6dc6e10678ca14f0607bb13906e2debfc269b',12655,'* Modify language items.','tianshujie98','2020-12-25 16:01:50'),(13641,2,'7df92afd9be9c5f052aeddb5587a27ff3a234095',12656,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-25 16:02:33'),(13642,2,'7402b5736304717fd2fb1ef50d893cae73809326',12657,'* update window.createLink method.','Catouse','2020-12-25 16:11:02'),(13643,2,'167ba07155ef2120189f80de261e3ca0402be07b',12658,'* Put the sort in the operation.','tianshujie98','2020-12-25 16:11:17'),(13644,2,'b4f621b3ec74fbc64be9d18f5e6ffc1cf85c14df',12659,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-25 16:11:39'),(13645,2,'e060257a54f79dc989ba3d8fcee9991465f64588',12660,'* Adjust code style.','tianshujie98','2020-12-25 16:30:24'),(13646,2,'d7b50873a015462caef7c02cfe8033c04d078397',12661,'* Adjust code style.','tianshujie98','2020-12-25 16:32:23'),(13647,2,'402170d32602cf50634889a04b8c388ad7885307',12662,'* Adjust code.','leiyong','2020-12-25 16:47:36'),(13648,2,'ab6f951ebb2b220e55cdf1d097775892f9efc5eb',12663,'* fix error on calling createLink with PRJ param.','Catouse','2020-12-25 16:48:50'),(13649,2,'30efec22cfc59d3af1c327d78c00ea5c8615ee01',12664,'* Finish task#8733.#8734. Judge the budget.','qiyu-xie','2020-12-25 16:49:52'),(13650,2,'decfbdee58ff21f965c84578c28d35386d44d227',12665,'* Adjust the table style.','hufangzhou','2020-12-25 16:56:55'),(13651,2,'ff2b599dc84655794b8c817c75edc32e80bbf78a',12666,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-25 16:56:58'),(13652,2,'94fe3f7f5c27db5826bc40573be6a6486b229b89',12667,'* Fix bug.','tianshujie98','2020-12-25 17:06:38'),(13653,2,'14e6ddccfe2c67de2560cd01665ac05729be1093',12668,'* Finish task#8769. Add title to PRJPGM.','qiyu-xie','2020-12-25 17:12:52'),(13654,2,'b33f64eb0c5c1606cf1c90db91905cc651dd1dd9',12669,'* Adjust the table style.','hufangzhou','2020-12-25 17:16:29'),(13655,2,'8a98370c384684b0dfdf4a8d63140e0f89bbdacf',12670,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-25 17:16:34'),(13656,2,'33e2b79be2f8c2a22ba183c828e457b7a5fac556',12671,'* Add comment.','tianshujie98','2020-12-25 17:18:29'),(13657,2,'dcca3d0c04586f22a2630f29e7c881bca92edeca',12672,'* Finish task#8751. Add batch unlink stakerholders.','qiyu-xie','2020-12-26 16:13:10'),(13658,2,'95af1a50d7d73643aba411f0250a4fb047972a16',12673,'* Finish task#8751. Modify program create stakeholder.','qiyu-xie','2020-12-27 11:15:24'),(13659,2,'6b0d4b50ffc39442b2753aa56f221a916e69ccc5',12674,'* Finish task##8751. Fix bug.','qiyu-xie','2020-12-27 11:22:13'),(13660,2,'5c7acd9d9a57ce2154ceabbff048841f79056557',12675,'* task #8711, add tabs menu for mdule groups.','Catouse','2020-12-28 08:29:54'),(13661,2,'43aa256f8b0ec270849f4e311418ec45e947226e',12676,'* Adjust code style.','tianshujie98','2020-12-28 09:02:39'),(13662,2,'74c49d384a049f78c446fdfc1927e9f0b076f345',12677,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2020-12-28 09:02:50'),(13663,2,'fcc20b563346aeeef47fdf45a680fc15be5fdd19',12678,'* Finish task#8751. Fix bug.','qiyu-xie','2020-12-28 09:14:17'),(13664,2,'94356f18b488b114feeab4ce8c60230c4f0c034c',12679,'* Modify the language item of the program.','qiyu-xie','2020-12-28 09:42:16'),(13665,2,'b38732fc315ed9d6094933b2cb51e947f6f5ddad',12680,'* add $.checkAndRedirect method and fix redirect in index error.','Catouse','2020-12-28 09:52:29'),(13666,2,'48e4241c4726581f8358100e9baf31ad78fb3d37',12681,'* Adjust the code.','hufangzhou','2020-12-28 09:55:39'),(13667,2,'22b742d6127099eb2adb1aac50f1ee556864bee2',12682,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 09:55:43'),(13668,2,'ff395b12c44155fb298a8997e6ce065d5b21c701',12683,'* improve UI of jump strategy.','Catouse','2020-12-28 10:15:24'),(13669,2,'9f24e092430f507d9001b82bef7641ccae2104ac',12684,'* Add repo menu.','Yagami','2020-12-28 10:27:04'),(13670,2,'5b2cb528a31aae45b70ede87cdc43414b8b7174c',12685,'* Modify program budget type.','qiyu-xie','2020-12-28 10:29:16'),(13671,2,'18494b1af11b858eec23d13c254b10b1c4c96037',12686,'* Finish task #8744.','holan20180123','2020-12-28 10:41:20'),(13672,2,'b6e336e3cde100d9b5150c2242eccb35213a36fd',12687,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-28 10:41:31'),(13673,2,'325dc97fd0e17ee67e135a8e0ecd3cba36b5d921',12688,'* Fix an error.','hufangzhou','2020-12-28 10:48:58'),(13674,2,'31ed27877d1d44a18cb40879784b2e28eed078df',12689,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 10:49:01'),(13675,2,'1729b8ff2f7a31e112541f3a57becbc24172364d',12690,'* Adjust todo related code.','leiyong','2020-12-28 10:56:46'),(13676,2,'78203f19b3bbba24cbd05bd070dd72f305d5e335',12691,'* Adjust code style.','tianshujie98','2020-12-28 11:07:25'),(13677,2,'c698011fa3a46b82198aeaed94da100adf393a0e',12692,'* update zui.js.','Catouse','2020-12-28 13:04:00'),(13678,2,'5cfa65f36e5ee48e74986d6528b7cab3303b4fde',12693,'* Adjust the code.','hufangzhou','2020-12-28 13:10:44'),(13679,2,'11c8c42fa511fd9684b7c48d7685a88f68e1dcd2',12694,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 13:10:47'),(13680,2,'2dc2b1a249ae132643881b9a07b750ea4ece66d9',12695,'* update zui.js.','Catouse','2020-12-28 13:11:04'),(13681,2,'62753525abab1b0321dec793033c95eb07ac727c',12696,'* fix UI of index page.','Catouse','2020-12-28 13:17:06'),(13682,2,'6cb4f3918408036a63c6c57814f3cc4bd20b7ce1',12697,'* Finish task#8738. Delete the space after budget.','qiyu-xie','2020-12-28 13:21:01'),(13683,2,'1490c1d526e8c4ce67794e030e737ffce21b032d',12698,'* Adjust code style.','tianshujie98','2020-12-28 13:27:18'),(13684,2,'0bde3027f17981b984f28221b422ca0e1d4859bd',12699,'* Add comments.','holan20180123','2020-12-28 13:28:10'),(13685,2,'12993d94ca4ae104a93796a6bc8812bf54fc8cb6',12700,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-28 13:28:30'),(13686,2,'ea890d584d31e0a3dcd191326475f51ef1e77aa5',12701,'* Add left doc menu.','Yagami','2020-12-28 13:32:44'),(13687,2,'4661eda8693ee70cf2e1a7fcc83a6d220fb81a5c',12702,'* Adjust the comment.','hufangzhou','2020-12-28 13:35:26'),(13688,2,'4ec1918473c2802ec0f065b592e5a2dfac1e03d6',12703,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 13:35:29'),(13689,2,'5b1bccd027c8670c266fd6642629958d5d8690a7',12705,'* fix UI of index page.','Catouse','2020-12-28 13:42:15'),(13690,2,'4ef32f3efc1d55287b8a1807a94d7f90c6d90831',12704,'* Add comment.','Yagami','2020-12-28 13:42:11'),(13691,2,'3b96307d45e53d708283b4ffd35d158ccde0ecbc',12706,'* Adjust code style.','tianshujie98','2020-12-28 14:09:45'),(13692,2,'e3208f224adbf64f531ea56607760de5a2a3e516',12707,'* Finish task#8739.','leiyong','2020-12-28 14:12:17'),(13693,2,'222506cbd03b4bc8eff698f988ef985ebf4be44d',12708,'* Modify the redirect link.','holan20180123','2020-12-28 14:12:32'),(13694,2,'0d35fb1643b71e59afe488ea94477652d1be5054',12709,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-28 14:12:40'),(13695,2,'3654bf7b87d36e1e49012a6608c3ff1482ade61a',12710,'* Adjust the code.','hufangzhou','2020-12-28 14:19:49'),(13696,2,'360752652891ca7b9871b56417246f6008f25932',12711,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 14:19:51'),(13697,2,'33db93c8e77dbf194e56b1c92e85785177a24f54',12712,'* Fix bug: Program error for new product when create project.','qiyu-xie','2020-12-28 14:24:07'),(13698,2,'cf23b03eb57d7ef8fbeb0c56aec12c48817a4462',12713,'* Finish task #8744.','holan20180123','2020-12-28 14:29:09'),(13699,2,'ae134b8424daf50115f3770faa48ec93943cf4ae',12714,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-28 14:29:32'),(13700,2,'9c8dc66eea31c260ece5cbb29dd52c9532380cda',12715,'* Modify language item of batch unlink stakeholder.','qiyu-xie','2020-12-28 14:35:50'),(13701,2,'507ae60194a0893addc87226228d47b5a9a1f71d',12716,'* Adjust the function comment.','hufangzhou','2020-12-28 14:45:55'),(13702,2,'f4771c3483d5740c4c6d4cbc873c0d0bfd8035ae',12717,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 14:45:58'),(13703,2,'494b5f549c42fd2fbbc43912bacb5c0f2060f65b',12718,'* Adjust the function comment.','hufangzhou','2020-12-28 14:47:56'),(13704,2,'b20054087c2f505d2c5fa3a53e389dfad121694c',12719,'* Fix bug.','leiyong','2020-12-28 14:49:14'),(13705,2,'4b1ae38ac0f268a7bebf66b44da992a8dd42f892',12720,'* Optimize the code.','qiyu-xie','2020-12-28 15:06:39'),(13706,2,'b8598ce6ce47a620a6eabbd5b8b5c17d84819feb',12721,'* Adjust code style.','tianshujie98','2020-12-28 15:17:10'),(13707,2,'49134bc66b9d4795ded0fd1c1fcf44768a99d35d',12722,'* Adjust to get recent executions.','leiyong','2020-12-28 15:27:36'),(13708,2,'4acf89e28658952e51221f9b8a0871f604475f01',12723,'* Finish task#8761.','hufangzhou','2020-12-28 15:35:26'),(13709,2,'69561f500ca597e0de3d5c5b93b342f358556d96',12724,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 15:35:32'),(13710,2,'1dc95856fb54745e592722d887165565e2666153',12725,'* Finish task #8791.','Yagami','2020-12-28 15:53:29'),(13711,2,'e0722687c2cc4ba4a95edb89a913817ec930178c',12726,'* Fix bug.','Yagami','2020-12-28 16:25:55'),(13712,2,'c3e3d3fc70377613792364292f66760c2a5ed8cf',12727,'* Adjust the icon of stage and sprint for copy project.','hufangzhou','2020-12-28 16:32:32'),(13713,2,'825ccf2051951f73b12fe8ea34847755c5cff8db',12728,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-28 16:32:34'),(13714,2,'265dad7df64e6b40a0eaa77070dfe37be0cce767',12729,'* Finish task #8744.','holan20180123','2020-12-28 16:33:35'),(13715,2,'86b6933fd6e4bea9e525f00d84a92a0d20e4db5c',12730,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-28 16:33:48'),(13716,2,'da4889ea50f94ee385d65ff60369f2d4e7e78f4a',12731,'* Fix style.','Yagami','2020-12-28 17:16:12'),(13717,2,'ada715c2a956f19b100dc522f158806fd838bbc7',12732,'* improve menu style at index/index after change language setting.','Catouse','2020-12-28 17:18:56'),(13718,2,'b0f7f65f5edcdad166a3a8e34b730cfaf819d1ed',12733,'* change zIndex of menu.','Catouse','2020-12-28 17:20:39'),(13719,2,'864d6b7001b50952ba4e0ec28d3046b18d74e148',12734,'* Adjust code.','leiyong','2020-12-29 09:00:50'),(13720,2,'9e0628e2959c85600c651c1ae8fe2edb3591a187',12735,'* Fix user bar style.','Yagami','2020-12-29 09:13:15'),(13721,2,'65f114b50055bc100e33a9ff445034d2df36ca13',12736,'* improve UI of tabsbar in index.','Catouse','2020-12-29 09:25:22'),(13722,2,'f35ddda6b40c9d54d24a9ef736d4aa2909e904be',12737,'* Fix details.','Yagami','2020-12-29 09:58:46'),(13723,2,'1ae6ec73ed2769ad685d73cab68c212f697c10fd',12738,'* Finish task#8738. Add budget notes when change parent program.','qiyu-xie','2020-12-29 10:06:51'),(13724,2,'8f2f51a3977d94c40a49db57b5664a80b572cb20',12739,'* Adjust code style.','tianshujie98','2020-12-29 10:22:36'),(13725,2,'0176e3698b93a7fd0d222b9659f4fb0652075557',12740,'* Change the notes.','qiyu-xie','2020-12-29 10:40:51'),(13726,2,'ad020011872050f5f1d89212503b20fa5a980deb',12741,'* Add project language.','holan20180123','2020-12-29 10:51:36'),(13727,2,'2ee4afbe18f095826a483078338f6f96e872d06b',12742,'* Fix menu.','Yagami','2020-12-29 10:57:53'),(13728,2,'b2d661ea2f1abff6d38b94dfc72c9d679b7388d5',12743,'* Add release language.','holan20180123','2020-12-29 11:08:43'),(13729,2,'a52c15dfa8cd1a9ccaaea49a9bc8c4f0b745fe06',12744,'* Adjust code style.','tianshujie98','2020-12-29 11:11:00'),(13730,2,'b7db818a89935c003cd609492f20e698c0d370ef',12745,'* Add todo comments.','holan20180123','2020-12-29 11:24:58'),(13731,2,'a6026566b501219fd9e3f67de3dd2caf1d3f07b3',12746,'* Finish task#8751. Add tips when batch unlink stakeholders.','qiyu-xie','2020-12-29 11:30:58'),(13732,2,'cbd49f89802e381903e88c2042accc251519aeaf',12747,'* Modify language items.','tianshujie98','2020-12-29 11:33:03'),(13733,2,'9591f0b962d13acd680648823f6cf69a64d83824',12748,'* Modify language items.','tianshujie98','2020-12-29 11:35:50'),(13734,2,'ff4c84acb8e9cad5fe9fdc89a61e538251dd2285',12749,'* Modify notes.','qiyu-xie','2020-12-29 11:40:29'),(13735,2,'c5dae1cdf660ba4677e3fb37fd81aa20f08805d9',12750,'* update zui.js.','Catouse','2020-12-29 13:30:56'),(13736,2,'ab05cdc588c7b1f91e96bb5487a1b8b6616d584d',12751,'* Finish task#8746.','leiyong','2020-12-29 13:34:29'),(13737,2,'066bea52641821ca19888128c2b50578a847b621',12752,'* Unified task time format.','tianshujie98','2020-12-29 13:38:10'),(13738,2,'678549f4e67e59d0ca9c203fa39b35bfaebeddd8',12753,'Change icon.','leiyong','2020-12-29 13:46:24'),(13739,2,'1d26c12a50bbc8c88d388c0f9d732fd4f40d7b81',12754,'* Edit format.','holan20180123','2020-12-29 14:01:36'),(13740,2,'023a556f3df441ed22fe1e21469cec57d021833c',12755,'* Finish task#8769. Remove the fractional part of the progress.','qiyu-xie','2020-12-29 14:01:48'),(13741,2,'c969d44561e801b4bc59fc28cc8f84f1971e4f3e',12756,'* Fix the bug sorting of tasks on my module.','tianshujie98','2020-12-29 14:09:02'),(13742,2,'8a51b10a6a381f4811ed8213182594e6e70a2ce9',12757,'* fix error on render menu items without icon.','Catouse','2020-12-29 14:13:17'),(13743,2,'f126cc1ca2a09bb9ea091448cfaef0ea30950e95',12759,'* refactor.','Catouse','2020-12-29 14:16:23'),(13744,2,'3662d375939ff0f2b1ec7dc1e9bb54e88ba5a469',12760,'* Finish task#8730. Add budget notes when change parent program.','qiyu-xie','2020-12-29 14:55:54'),(13745,2,'c0677e554c8978d7fc028305878ca074f1dee9fb',12761,'* Restore Code.','qiyu-xie','2020-12-29 15:11:09'),(13746,2,'01b8a3e9fa682a89f00ecae92531c871e64cd3d3',12758,'* Remove my-setmenu.','Yagami','2020-12-29 14:14:08'),(13747,2,'8d30c8eb78851967575f176333a05e99e640a2da',12762,'* Code for feedback and ops menu.','Yagami','2020-12-29 15:13:49'),(13748,2,'f8f02f6d3425d1af7622a748c23621f855e998bf',12763,'Change icon.','leiyong','2020-12-29 15:54:54'),(13749,2,'75567c78ac4ab9adbf87380e3e031348f60eedf5',12764,'* Adjust style.','leiyong','2020-12-29 15:58:25'),(13750,2,'7496200925a90a5a11183467b129c5843850365e',12765,'* Finish task#8752.','hufangzhou','2020-12-29 16:28:13'),(13751,2,'4294a76f7889448fbca45201c8f1332c73990c55',12766,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2020-12-29 16:28:17'),(13752,2,'0855b3abd5d24f8bd181547c898d248f04bef6b0',12767,'* Adjust the language files.','hufangzhou','2020-12-30 08:25:50'),(13753,2,'04358896800e0854697eda4851e499f60512199f',12768,'* Add lang.','Yagami','2020-12-30 09:34:35'),(13754,2,'02cf406a9caaee961c8c50e57e201c9e0310bc7b',12769,'* Add title at execution name.','holan20180123','2020-12-30 09:35:20'),(13755,2,'1f4fc494ae70d24c0daf4028ddb1ae0da7b26a19',12770,'* Fix divider menu.','Yagami','2020-12-30 09:42:49'),(13756,2,'9c9a745f4c89c4250ca7cd07ffb941f82b935900',12771,'* Modify ID format.','tianshujie98','2020-12-30 09:52:26'),(13757,2,'71c32a05ed772c9a76a62d47e74e57ec73ad73e1',12772,'* Fix lang.','Yagami','2020-12-30 10:22:01'),(13758,2,'408a720605300c2bd3a229e89ae94b0bbfa39dc1',12774,'* When editing products, add sorting uniqueness judgment.','tianshujie98','2020-12-30 11:26:59'),(13759,2,'ef9fe6acee50616793256e089a025996e67cef6e',12773,'* Fix details.','Yagami','2020-12-30 11:14:53'),(13760,2,'6b9fb543e2b8b0d050a69288573aa77da62d2adc',12775,'* Fix project link.','Yagami','2020-12-30 13:02:03'),(13761,2,'b6b15b7a9d8b72a510351fcab8a686a3cd43c866',12776,'* Fix bug #3780.','Yagami','2020-12-30 13:31:04'),(13762,2,'5178b3693dbb009627a87eb7ec4ea987e99611aa',12777,'* Finish task #8744.','holan20180123','2020-12-30 13:54:28'),(13763,2,'dfc7a434d171eb312fd0fa0ea2d558dcd582fa62',12778,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2020-12-30 13:54:42'),(13764,2,'df03a729a4307a9e9dba253bad3ca77b3f82075a',12780,'* Finish task #8744.','holan20180123','2020-12-30 14:01:46'),(13765,2,'c3ae3c9d1671894e36ee2d3512f3b18330964a94',12779,'* Add budget tips when edit program.','qiyu-xie','2020-12-30 14:00:51'),(13766,2,'8e5d9fcc44d1a6feb5df647c28739266775d0331',12781,'* Rename setting.','Yagami','2020-12-30 15:58:26'),(13767,2,'504ee5f6c364708287e311f09829fddb1cfe48a8',12782,'* Adjust the code.','hufangzhou','2020-12-30 16:03:55'),(13768,2,'3ac76d1d028833985231d5abc704fde1f38e1285',12783,'* Adjust the code.','hufangzhou','2020-12-30 16:18:54'),(13769,2,'bc6f16714f80efca4ce674984796cb4181f2b02b',12784,'* Adjust the language files.','hufangzhou','2020-12-30 16:30:13'),(13770,2,'c57651813aed6d19f03ee69e9337a747c144c5d8',12785,'* Fix a bug.','hufangzhou','2020-12-30 17:18:07'),(13771,2,'fef12243f1dd0fc2559dcf92be5774c97a7e6c57',12786,'* Finish task#8760.','leiyong','2020-12-30 17:29:32'),(13772,2,'25897678547a162c1d73803391e50e8a3546bb14',12787,'* Adjust code.','leiyong','2020-12-31 08:13:24'),(13773,2,'efb18a3464d19aad2e623f3d4bec4b993b4b0c22',12788,'* remove href from links in left menu and taskbar.','Catouse','2020-12-31 09:43:27'),(13774,2,'5b1b5347eeae34ff9d9d51c76e8f14cb79bd6ca1',12789,'* fix js error.','Catouse','2020-12-31 10:23:34'),(13775,2,'cd12ec918700404145593177d76b4245dfef2edf',12790,'* support for jumping between tabs.','Catouse','2020-12-31 10:26:52'),(13776,2,'ef0f12b3b7680104bbc7e279414463399fa18d39',12791,'* improve UI of ExecutionList in index view.','Catouse','2020-12-31 11:06:08'),(13777,2,'803ecda3459be3bdcbb1219a8128d98d89928f36',12792,'* improve contextmenu position.','Catouse','2020-12-31 11:20:00'),(13778,2,'6c3dc8d19e2a4c7cd5a42c23a6ccb91ae52dbd58',12793,'* Finish task #8878.','tianshujie98','2020-12-31 17:06:59'),(13779,2,'af1dc88f0fea21540bea8d3e3ae755db1dabd33c',12794,'* Finish task #8901.','tianshujie98','2020-12-31 17:17:58'),(13780,2,'5971d3f98cc4303538abe6ee8e2113c4ee37149d',12795,'* Finish task #8892.','tianshujie98','2020-12-31 17:22:30'),(13781,2,'992450f1b48ab49bb9a6fdc01e228eddefd881f5',12796,'* task #8747, change icons style in programs list.','Catouse','2020-12-31 17:40:47'),(13782,2,'dc19e5e031f6a4c75012e9fb495c828653edbcfd',12797,'* adjust style.','Catouse','2020-12-31 21:54:53'),(13783,2,'75af6f563dea665e6a5d076ee33d9e3302d18c94',12798,'* add style for btn-span in .header-angle-btn.','Catouse','2020-12-31 21:55:48'),(13784,2,'135f09a74829eaad1e70c04c772bf03656fa6180',12799,'* fix class name.','Catouse','2020-12-31 21:58:11'),(13785,2,'3072b780eca570f0fbc1152650390a17d8b9895f',12800,'* Finish task #8881.','tianshujie98','2021-01-01 08:43:38'),(13786,2,'19f9fa2571e3edd539f19f4c74c433b4400937c0',12801,'* Fix details.','Yagami','2021-01-01 09:12:03'),(13787,2,'41746f4b3ef36a4c0bf3fb9f370778b207f010ad',12802,'* Finish task #8867.','Yagami','2021-01-01 09:27:21'),(13788,2,'6f8bcda4b0d3f32109d8fcc6f54b6cbbc0cdbfbd',12804,'* Finish task#8895.','leiyong','2021-01-01 09:36:09'),(13789,2,'d85dc5ef20c7f6626160adb8cbd331ccd3b33bc8',12805,'* Finish task#8897.','hufangzhou','2021-01-01 09:36:47'),(13790,2,'4f61f2e6c44159c86d711c5a3326a8338113b1d1',12806,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-01 09:36:50'),(13791,2,'40517fa1ec09ff8221f32639930411d39114541f',12807,'* Finish task#8866.','hufangzhou','2021-01-01 09:45:29'),(13792,2,'cf613fdbac2b372acf216528552f9016b3860860',12808,'* Finish task #8882,8884.','tianshujie98','2021-01-01 09:54:09'),(13793,2,'193d40fa022ae602ccff02a3bec23e6ae51a3a6e',12809,'* Finish task #8893.','tianshujie98','2021-01-01 10:10:46'),(13794,2,'b042c940a51a75f23daeb3a5ca7bcf01a15b3949',12810,'* Modify label style.','tianshujie98','2021-01-01 10:35:27'),(13795,2,'bdd813d29094125bbdb0afbc5b26271cbb692263',12811,'* Modify the statistic info of the task in my module.','hufangzhou','2021-01-01 10:39:53'),(13796,2,'e5a59e3a84b086c501c8522e3a03a5f1410f9877',12812,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-01 10:40:12'),(13797,2,'a8cef73c9bfab9fc39b3629e426a0cab747fa50c',12813,'* Finish task#8899.','hufangzhou','2021-01-01 10:58:44'),(13798,2,'68e7c6e199fe4a4153bc6d06e62ea0bb19acd1f1',12814,'* Fix the issue of create build.','tianshujie98','2021-01-01 11:07:34'),(13799,2,'be531a9aae1a452486f9eef30e9f65f6447c4038',12815,'* only jump to group tab in links with [data-group] attribute.','Catouse','2021-01-01 11:11:53'),(13800,2,'1a2e8eb0c61cef319d705d2c92dec660a01f0f36',12816,'* Finish task #8893.','tianshujie98','2021-01-01 11:17:40'),(13801,2,'c2ca1dc4c2df00513ed3f126a538d2b79904b1e0',12817,'* Finish task#8898.','hufangzhou','2021-01-01 11:23:36'),(13802,2,'4c3f0875fbb339b1db8a6b4bc9951890dbd18dea',12818,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-01 11:23:39'),(13803,2,'de2769bc5f3e6871629310a2f13c7115b724c87d',12819,'* Finish task#8896.','hufangzhou','2021-01-01 11:26:56'),(13804,2,'0c4afee4ee5f68356bb399a2c9d0f0fa06ed01a6',12820,'* Finish task#8865.','leiyong','2021-01-01 11:34:11'),(13805,2,'ce7cf652d55318a9ba40beb61c354ce64707d6b8',12821,'* Fix bug.','tianshujie98','2021-01-01 11:34:53'),(13806,2,'2c4392aeba2bc06939e9e8348c3e7b5b845a170a',12822,'* Finish task#8869.','leiyong','2021-01-01 11:37:20'),(13807,2,'d46ce9bf20e18ec18398be2cfc1ceed27666ffb5',12823,'* Finish task#8869.','leiyong','2021-01-01 13:42:51'),(13808,2,'cde1f2cdba2274cbc6e221eac591a28b15364aca',12824,'* Finish task #8902.','tianshujie98','2021-01-01 14:24:55'),(13809,2,'5cc89dc76b0b628eccc7f13f24a7e10440f449aa',12825,'* Fix bug.','tianshujie98','2021-01-01 14:25:26'),(13810,2,'970f3e11a532c8eebbc8306ef9b4929435214e63',12826,'* Adjust the batchedit method icons.','leiyong','2021-01-01 14:37:16'),(13811,2,'32a097d03fdfff45b83bd37680bd4b7c435187bd',12827,'* Finish task#8875.','leiyong','2021-01-01 14:37:46'),(13812,2,'80942a7de1d10265d0b0cb91509b5546671044a4',12828,'* Finish task#8870.','leiyong','2021-01-01 14:40:45'),(13813,2,'9d7aa70bbb96244e871a1ae73722ec956c2fce05',12829,'* Add PRJ.','tianshujie98','2021-01-01 14:45:43'),(13814,2,'f353c56b70833fb220a8390f04e51880f10069ef',12830,'* Add PRJ.','tianshujie98','2021-01-01 14:50:53'),(13815,2,'abd9b396197880e417330e215f66402aa43c2b2c',12831,'* Finish task#8868, task#8873.','hufangzhou','2021-01-01 15:16:34'),(13816,2,'3b6ad5e87151f49f1e0e61ff39a65b236315aad5',12832,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-01 15:16:37'),(13817,2,'211901563682b1b54d1b8d6b182aa81960275e5a',12833,'* Add the product switcher to doc page.','hufangzhou','2021-01-01 15:26:09'),(13818,2,'5baf41d5e3f66f11fcd042b0fb0936739241db64',12834,'* Adjust icons.','leiyong','2021-01-01 15:49:59'),(13819,2,'a624a499f26938cd0b62adc0e6f601312d584fb0',12803,'* Finish task #8879.','Yagami','2021-01-01 09:29:30'),(13820,2,'f2a39a0dbcf5857448b5db34df76941983e82e68',12835,'* Add product program project menu group.','Yagami','2021-01-01 16:03:51'),(13821,2,'cc8d5d63f637f34040ce7101b61ad15cd47102e2',12836,'* Finish task#8880.','leiyong','2021-01-01 16:09:37'),(13822,2,'91b3146bb507878d447f8b9a2392bf27d082d555',12837,'* Fix my story style.','Yagami','2021-01-01 16:16:02'),(13823,2,'fc314c104fc1fb900a9745a1afa8e4f1858eecd6',12838,'* Finish task#8887.','leiyong','2021-01-01 16:24:30'),(13824,2,'2e0528134cd851e01879419a8df9160f20f3ccfb',12839,'* Adjust the code.','hufangzhou','2021-01-01 16:28:16'),(13825,2,'7a5de6696da86f291a604258b31e463fe46f721a',12840,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-01 16:28:21'),(13826,2,'45428204be66a8851e9dbbfbdccb429cb9794cd7',12841,'* Finish task#8888.','leiyong','2021-01-01 16:35:27'),(13827,2,'f0d41aacac3a8edfbe324cf68ff77923b193092a',12842,'* Finish task#8891.','leiyong','2021-01-01 16:43:53'),(13828,2,'28c5ce17b9b56e7a6fd55f547b4b1f9a61480bcb',12843,'* Fix details.','sgm0422','2021-01-02 11:10:01'),(13829,2,'09ccc2739decd29d21a0a47dd3ffd51168f22937',12844,'* Fix details.','sgm0422','2021-01-02 15:08:54'),(13830,2,'e3ac1e6318c1cc47e9f3dbf757bbb97005033cfe',12845,'* task #8747, change icons style in programs list.','Catouse','2021-01-02 16:14:38'),(13831,2,'3b79f481e9d54a21c63c411dc18d6befeb55aa96',12846,'* task #8747, change icons style in programs list.','Catouse','2021-01-02 16:15:22'),(13832,2,'7cb90754dff1cd07d402165bc2c6c93c17391547',12847,'* Fix details.','sgm0422','2021-01-03 13:32:23'),(13833,2,'670ea7c68aa9707f474f9d08a12e267bf847e0b3',12848,'* Fix menu.','sgm0422','2021-01-03 13:56:11'),(13834,2,'7acd4a0ba32dfea1bb653e4a7493f9457c2a0e16',12849,'* Adjust code.','leiyong','2021-01-03 14:02:00'),(13835,2,'6c7b6f837d225d70b8cd203b89d91df2ff244b07',12850,'* Adjust style.','leiyong','2021-01-03 14:06:42'),(13836,2,'6c6161562a09daee6f3541e07376b22a8085cbf3',12851,'* Fix program and project budget.','sgm0422','2021-01-03 14:08:37'),(13837,2,'48335d317f667428a9cc49ef0cd36185fa2b9cf8',12852,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','sgm0422','2021-01-03 14:08:49'),(13838,2,'a7dd5c51ea888ba11cee5eef942b9cbf8a26e093',12853,'* Adjsut testtask.','leiyong','2021-01-03 14:17:56'),(13839,2,'81aa918aa37766134694296738cb47120efb4a23',12854,'* Adjust testcase.','leiyong','2021-01-03 14:20:55'),(13840,2,'d58b81a0c2fdef398b2073833c3a1646408462a2',12855,'* Adjust the nav.','hufangzhou','2021-01-03 14:43:45'),(13841,2,'9b08d19c22edbafa1f73e408fc117b4461df5038',12856,'* Fix details.','sgm0422','2021-01-03 15:05:36'),(13842,2,'15c241feed3752e4361876a81ee0f8ec3f06b699',12857,'* Reset URSR config.','sgm0422','2021-01-03 15:06:02'),(13843,2,'2acf62b3dcaff79d414b47d66aca8b3932cbd00f',12858,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','sgm0422','2021-01-03 15:06:15'),(13844,2,'09495180fdafd85353713cb38a157661526150ad',12859,'* Adjust testcase.','leiyong','2021-01-03 15:31:13'),(13845,2,'10a6c69402d92dd4831a95b869c6cfc0b888d9c5',12860,'* Adjust the my module task.','leiyong','2021-01-03 15:35:36'),(13846,2,'ef4eaeff5927fbbb542ca5d58911f6deea3654df',12861,'* Fix details.','sgm0422','2021-01-03 15:43:35'),(13847,2,'f08e8c0d2d82a840ef16829f5d88d7a454538cc9',12862,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','sgm0422','2021-01-03 15:43:47'),(13848,2,'72666ee3c6f0155d9bb1306c5c1d3bd3ad5a8a07',12863,'* Adjust the code.','hufangzhou','2021-01-03 15:46:13'),(13849,2,'edc0244e065825f350e5c6d86b63c1aa5330137d',12864,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-03 15:46:16'),(13850,2,'0168644d98f24664cc5f5aa7a454dfba809f7972',12865,'* Adjust code.','leiyong','2021-01-03 15:49:00'),(13851,2,'7d03d801084494f48346d41c3fbb0ab36cc806da',12866,'* Adjust the code.','hufangzhou','2021-01-03 16:25:35'),(13852,2,'8ba4d56093aa9513ac59aa6413d4f3e030ccdaac',12867,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-03 16:25:37'),(13853,2,'3c46a33200db1e47c03aab2644335677ebc6eed0',12868,'* Adjust code.','leiyong','2021-01-03 16:37:43'),(13854,2,'c446e827260dd21f58a348d32bcb267c7264681c',12869,'* Adjust the code.','hufangzhou','2021-01-03 16:54:41'),(13855,2,'ce8ef6e73f95a85c56f8de95639bd68f9e3506ad',12870,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-03 16:54:44'),(13856,2,'1d0f3a7f81ff8d3d698d1cb8810f33def20606ce',12871,'* Fix details.','sgm0422','2021-01-03 17:08:16'),(13857,2,'e8fe153babd3b08f59eb95ada76df864ae7f0af1',12872,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','sgm0422','2021-01-03 17:08:24'),(13858,2,'4f55d2ca3e415a4508a0be084f04ace192296aaa',12873,'* Adjust the style.','hufangzhou','2021-01-03 17:10:24'),(13859,2,'698ef9ae277c0b363b9f1b3c1f95d6d624ccc977',12874,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-03 17:10:26'),(13860,2,'eeb59da6f5284a5be2d683e09e5598579f9fd403',12875,'* Adjust logo.','leiyong','2021-01-03 17:31:40'),(13861,2,'7d0de331709854e26eb5677017311c7aa34680ef',12876,'* improve UI of menuToggle of index page.','Catouse','2021-01-03 19:06:57'),(13862,2,'168829d4d32606c34b4be7ee78f5fe1cb7a311fc',12877,'* Finish task #8886.','holan20180123','2021-01-04 08:17:36'),(13863,2,'6ac59d724e747ae68f4753f34403061dfcba16cf',12878,'* Finish task #8886.','holan20180123','2021-01-04 08:19:40'),(13864,2,'91614f02f5e402ae3151a4e44c332a677dd94e56',12879,'* Finish task #8900.','holan20180123','2021-01-04 08:23:25'),(13865,2,'ed6226c6a4e5201afe11b3468201fd474a975c9e',12880,'* Modify the style of the progress.','holan20180123','2021-01-04 09:05:04'),(13866,2,'b56cd971004cc277576687e18e0151921617b64b',12881,'* fix program icon in index page.','Catouse','2021-01-04 09:12:24'),(13867,2,'bf980bc90351d2ab8297feb3d0516b0af3391922',12882,'* Fix a bug.','hufangzhou','2021-01-04 09:22:22'),(13868,2,'dc2e0470e93e7268d258a164921d183d714c03f8',12883,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-04 09:22:27'),(13869,2,'db4901cb351ea24c754c609bfe094fb15e0f4d4a',12884,'* Fix a bug.','hufangzhou','2021-01-04 09:49:12'),(13870,2,'d5f35eb927e9ee9a569753798216d8deb6da8ff8',12885,'* Finish task#8874.','qiyu-xie','2021-01-04 09:50:27'),(13871,2,'5fe3c416d0c691384ecd00497638651ed72ee33c',12886,'* improve style of icons in pgm dropmenu.','Catouse','2021-01-04 09:56:30'),(13872,2,'b2c962d4d4082f99537331fd7d5eaa3072b90258',12887,'* Reduction.','tianshujie98','2021-01-04 09:57:25'),(13873,2,'f0875ea27a49da353022d2f826301bdf4ea8a714',12888,'* Restore code.','tianshujie98','2021-01-04 10:42:31'),(13874,2,'7145a20f232edecb3e71df601bef202794c66bea',12889,'* Change close button.','qiyu-xie','2021-01-04 10:42:50'),(13875,2,'26c5429693c80d0ac9fccfc5abc90be204621f65',12891,'* Fix a bug.','hufangzhou','2021-01-04 11:00:03'),(13876,2,'c0e0dc22474e8c4e53b05c20614812c71eda62a0',12892,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-04 11:00:06'),(13877,2,'89a72ecbe60a39be3a83fd19ce76a011135ea661',12890,'* Delete sort judgment.','tianshujie98','2021-01-04 10:59:49'),(13878,2,'09cb93271aa925fd18b5594931ff2751cc40df63',12893,'* Two decimal places.','tianshujie98','2021-01-04 11:11:59'),(13879,2,'0d65efe2d5a207cd7f2d314ac3c3d9db93cf7357',12894,'* Delete extra code.','qiyu-xie','2021-01-04 14:10:02'),(13880,2,'d83350c5e7a41c60f086a49b136bd3340ddfa467',12895,'* Adjust code.','leiyong','2021-01-04 14:22:54'),(13881,2,'65c7efd29e4373164116f74e7f1c4ef4337e1a55',12897,'* Adjust the index module style.','leiyong','2021-01-04 14:40:59'),(13882,2,'ee27a466339fc4cae3f3f667fe35c8b2f561f3d3',12898,'* Adjust code style.','tianshujie98','2021-01-04 15:19:36'),(13883,2,'51577dc1f38b1da5a96f6551dfedf1f4eeea1b07',12899,'* Adjust my site story list style.','leiyong','2021-01-04 15:32:21'),(13884,2,'6ca76cebb8f6d3b3cefeab623a4c2621603aacfe',12896,'* Fix detail.','Yagami','2021-01-04 14:29:37'),(13885,2,'d1801f772bfe78358e06d82023302aca401c3b16',12900,'* Add program menu.','Yagami','2021-01-04 15:42:23'),(13886,2,'c0e9b9d1feabedd86cddfcced5246e8338d6196e',12901,'* Add en lang.','Yagami','2021-01-04 16:02:57'),(13887,2,'17e990131e02196ed7d5c3cdc8c9054ffd9b4023',12902,'* update zentao icons.','Catouse','2021-01-04 16:29:43'),(13888,2,'9884fe8e57b8d92c3562b4e7567670ad4fefdaab',12903,'* Adjust the product branch switcher of the productplan and release.','hufangzhou','2021-01-04 16:36:12'),(13889,2,'020868ad47cb0804d0dc0eea5a230f4c1cb8b320',12904,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-04 16:36:14'),(13890,2,'0d0d76800cc4ece9b84cb97fc5fb801891966043',12905,'* Fix notes and adjust code style.','qiyu-xie','2021-01-04 16:42:36'),(13891,2,'be2dc5224564483df53fc14e12a82ba47ff970ce',12906,'* fix setting of wrong data-nest-path.','Catouse','2021-01-04 16:52:14'),(13892,2,'1be1fb5432ac8a71851869b4c3050f0414135226',12907,'* Add future when proram budget is empty.','qiyu-xie','2021-01-04 17:27:54'),(13893,2,'2f55a982c80d2f1bf7d21512eab84d6e868c3442',12908,'* Fix bug.','leiyong','2021-01-04 18:37:32'),(13894,2,'1eecce1045355ef7d55c2c947f23befad57d83b1',12909,'* Adjust icons;','leiyong','2021-01-04 22:10:41'),(13895,2,'d343a5c60ae07da62f6011f982804fce03019959',12910,'* Adjust code.','leiyong','2021-01-04 22:24:23'),(13896,2,'7515d3359bb9e4fbd6dc8e8c4b0b2f4dc33bfa9b',12911,'* Fix divider style.','Yagami','2021-01-05 09:54:18'),(13897,2,'241ce3fc5345cd7e92627abbb7e92569b20d8d63',12912,'* Adjust the summary of the task hours in my module.','hufangzhou','2021-01-05 10:10:02'),(13898,2,'184e4cab12b743ed7f5c44fecdecdd94750683b1',12913,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-05 10:10:06'),(13899,2,'b38ae23b2648dc2b03b921dbe06e791270df96e6',12914,'* Remove no used code.','Yagami','2021-01-05 10:59:52'),(13900,2,'5844c6d2035c483b6f3481a1cb53eeed8890f034',12915,'* fix update browser url after close tab.','Catouse','2021-01-05 11:22:01'),(13901,2,'be2bf287871a8219d4807a1c3620fc991c9845c5',12916,'* support for opening help page in tab.','Catouse','2021-01-05 13:05:02'),(13902,2,'4f7f1ae1eaaf92d7444ef680fad154062fa36e43',12917,'* improve style of dropdown menu in userNav on mouse hover.','Catouse','2021-01-05 13:07:47'),(13903,2,'9846e2e6969f7d3e232d0f01b05e065ad4e94ea8',12918,'* Adjust table.','tianshujie98','2021-01-05 13:23:29'),(13904,2,'f0bc10048c08afe151f58cdfd81df02a660c1a1f',12919,'* Modify notes and adjust code style.','qiyu-xie','2021-01-05 13:33:54'),(13905,2,'43e33362f11f572421ca83f8ed820d85e0053c0b',12920,'* fix active wrong group on refresh page sometimes.','Catouse','2021-01-05 13:48:28'),(13906,2,'95c868c6cf317c47329b99c0a246fe10d2c70316',12921,'* open program/prjcreate in project group tab.','Catouse','2021-01-05 13:53:17'),(13907,2,'d46fa6e7355de8aa27dbd73af0539fedf15d6b47',12922,'* Adjust code style.','qiyu-xie','2021-01-05 14:36:15'),(13908,2,'6245d0a611a7f9e7d7ce5de6181610db839ea237',12923,'* Fix code style.','Yagami','2021-01-05 14:48:38'),(13909,2,'81abf09bcce1321efa6c049e3e812d65f273efe9',12924,'* Remove no used code.','Yagami','2021-01-05 15:17:09'),(13910,2,'e61df30aceb5139695bc1db9d166efa39d5251e6',12925,'* Modify notes and adjust code style.','qiyu-xie','2021-01-05 16:04:04'),(13911,2,'cb0053e003daf89145181ddeebe37d0c93f3f2a8',12926,'* Finish task #8910.','holan20180123','2021-01-05 16:07:14'),(13912,2,'e9ef2b399d08c2b06620f6a60058f44567dc65e5',12927,'* Finish task#8909.','qiyu-xie','2021-01-05 16:21:27'),(13913,2,'1101f8de4318b7a353169ddb94ff532db6cf5519',12928,'* Finish task #8908.','tianshujie98','2021-01-05 16:28:26'),(13914,2,'c2d65142065295988ba973efb2feeab6f7e7af09',12929,'* Adjust the button style.','hufangzhou','2021-01-05 16:32:39'),(13915,2,'e35c52fad5e8bd85475d03a28aa4f3d1d89d709e',12930,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-05 16:32:42'),(13916,2,'261aa99f688e24ed983238f40c93d40a4cb26aac',12931,'* Finish task #8913.','holan20180123','2021-01-05 16:51:31'),(13917,2,'01ee5d341afd426401174f983ceddb8fc0a58792',12932,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-05 16:51:47'),(13918,2,'ec0e9caaeab3fbaefa7b244c67effa981c8054e6',12933,'* Finish task#8911.','hufangzhou','2021-01-05 17:00:43'),(13919,2,'8824691d13d27ada45b435a94d552689d05d4a1a',12934,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-05 17:00:46'),(13920,2,'ea2d83c2e9689e109314b4d4cfd4e58a3a82511c',12935,'* add global jump rules.','Catouse','2021-01-06 10:17:16'),(13921,2,'8d1415382c6f0d6b170621daf3cc216221d040d3',12936,'* refactor: remove empty line.','Catouse','2021-01-06 10:18:56'),(13922,2,'748942b9f92473c56ce3f6fb1918240259c2fd46',12937,'* update icons.','Catouse','2021-01-06 11:21:34'),(13923,2,'34c0de63d5e55acede9a4f5ccf012f713e47e1c6',12938,'* task #8913, refactor UI of menu.','Catouse','2021-01-06 14:34:24'),(13924,2,'31cf1afaa5e9e79e089a8c2eb95e0c727b99c560',12939,'* improve UI of index page for multi-languages and all themes.','Catouse','2021-01-06 15:31:57'),(13925,2,'917894f51d402b5ab25b652165ddd9c992ef6eb8',12940,'* Remove unused code.','Yagami','2021-01-06 16:21:29'),(13926,2,'99cb8398ccb07c7a3e559d56dd9a1ebfb49b6fb8',12941,'* fix $.parseLink not work.','Catouse','2021-01-06 16:36:13'),(13927,2,'650adb0792ae8496e429f94ceec1e857ba1951b1',12942,'* refactor.','Catouse','2021-01-06 16:44:42'),(13928,2,'fdee734a29d6aabce1604f5b6515fcc26f0739f8',12943,'* Add the icon.','hufangzhou','2021-01-07 08:48:02'),(13929,2,'16eb08ca696b11afa588331bae8e34361160689b',12944,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 08:48:08'),(13930,2,'1e3eb4eec55de15961cb48af9f28a32d52fa640e',12945,'* Fix notes.','qiyu-xie','2021-01-07 08:49:57'),(13931,2,'81f814588733a244c8c362cdc2472c5fd1f6664c',12947,'* Finish task#8944.','hufangzhou','2021-01-07 09:10:23'),(13932,2,'653fb58e9b821f02f19414082ffea0972f7cf7d4',12946,'* Finish task #8924.','tianshujie98','2021-01-07 09:10:06'),(13933,2,'743f3a455ea14b866e5a1dc29e6d2db519b119c7',12948,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 09:10:26'),(13934,2,'aeb2994043f8417c0ebd97f259e203947fb3454f',12949,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 09:10:41'),(13935,2,'e2cb73bada58288e22231fd24cb9e6b19275aed5',12950,'* Finish task #8926.','tianshujie98','2021-01-07 09:12:03'),(13936,2,'6561301b9266aab13df33b555c10d93946513375',12952,'* Finish task#8943.','hufangzhou','2021-01-07 09:12:37'),(13937,2,'97db0e270418c6de45f066d7787c31fafd59dd19',12953,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 09:12:42'),(13938,2,'2c6b6abcce8dbd7edf847b28f0fd4ad247defdc6',12951,'* Finish task#8933.','qiyu-xie','2021-01-07 09:12:24'),(13939,2,'06d0fbd67fadc3e6c143f9527a9af761283f1bbc',12954,'* Finish task#8937.','qiyu-xie','2021-01-07 09:14:12'),(13940,2,'87d6df252381b6b2006b1f0907cc710ce83cd83c',12967,'* Finish task#8951.','qiyu-xie','2021-01-07 13:24:13'),(13941,2,'46d00971576e859b213a2ddd6a1ddc8efe9b7ab9',12955,'* Finish task#8939.','hufangzhou','2021-01-07 09:15:27'),(13942,2,'f3008106de33e3b904a6414fdfae73121b2b489b',12956,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 09:15:33'),(13943,2,'6ce948e2d3d011c6474ffbc231beb43ea4fea97a',12957,'* Finish task #8941.','holan20180123','2021-01-07 09:17:05'),(13944,2,'782f3f1c0774f69cd384b5c1e92a7e4162792445',12958,'* Finish task #8947.','holan20180123','2021-01-07 09:18:26'),(13945,2,'abfe2db32718a1b005f10024cf70dfda52a30338',12959,'* Finish task#8930.','hufangzhou','2021-01-07 09:18:39'),(13946,2,'1e0bc6d190cd896a5ec5327b1249fb4934e2ff79',12960,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-07 09:18:52'),(13947,2,'de3fe93b83f984a9c0f1d26ac1a3582bd9c8e7df',12961,'* Finish task #8946.','holan20180123','2021-01-07 09:19:51'),(13948,2,'af4fe0b6ccbc0dd154001fb7e9971919c8f85b90',12962,'* Finish task #8940.','tianshujie98','2021-01-07 09:19:54'),(13949,2,'def447c084bdbb6e46d17af7797cc1e5625c961f',12963,'* Finish task #8945.','holan20180123','2021-01-07 09:21:38'),(13950,2,'7d9166bf8e13eb53e4a1d5e4a2e9b10474e18cc3',12964,'* Finish task #8942.','holan20180123','2021-01-07 13:02:44'),(13951,2,'afa22848f706371383e23a7bd647d802cc66b28d',12965,'* Finish task #8928.','holan20180123','2021-01-07 13:11:50'),(13952,2,'006dfcc733aca1e784c347e474f605879c4bccfa',12966,'* Fix doc button.','Yagami','2021-01-07 13:15:36'),(13953,2,'098fc50cc0af6ab1cb62c29fc1e45cf7aac5a11f',12968,'* Fix program product and project details.','Yagami','2021-01-07 13:35:27'),(13954,2,'55902954b833d3e4fde61951630c950b3ee5977d',12969,'* Finish task #8931.','tianshujie98','2021-01-08 08:25:41'),(13955,2,'0e93f81de6c3453d40e52fa4702b75f16bd5fb88',12970,'* Finish task#8951.','qiyu-xie','2021-01-08 08:58:04'),(13956,2,'3a7fdb72344afe78306e85dabe8c5108b7946b2b',12971,'* Finish task#8951. Delete useless files.','qiyu-xie','2021-01-08 09:04:01'),(13957,2,'f05ae3a3761615e1dbda2516aa6affd6a6d61e41',12972,'* Finish task #8925.','holan20180123','2021-01-08 09:09:39'),(13958,2,'d1a7d75584113634c7017690853fc364ddd4b663',12973,'* Finish task 8936.','holan20180123','2021-01-08 09:30:28'),(13959,2,'79d5ace4e41b327a0830b2dbb674bad0e441506b',12974,'* Fix bug.','qiyu-xie','2021-01-08 09:31:06'),(13960,2,'fc866e6b10b8fddda1aa7df71b41d9a784f983ae',12975,'* Finish task 8935.','holan20180123','2021-01-08 09:44:04'),(13961,2,'e144b3f18bcc3c344ab18a64464d5115eab1d66c',12976,'* Fix bug: Create budget has error.','qiyu-xie','2021-01-08 09:47:18'),(13962,2,'2341034e4d1e84c5095b969aa83a5e3ccc1e8218',12977,'* Finish task #8935.','holan20180123','2021-01-08 09:53:47'),(13963,2,'1bf682414841579f69c092dffcaf7275a80445ff',12978,'* Acl list display error when create child program.','qiyu-xie','2021-01-08 10:29:41'),(13964,2,'a3be778fe164cd47fafde938256513435b798da3',12979,'* Restore code.','qiyu-xie','2021-01-08 10:36:10'),(13965,2,'0652665993a82905e9ac54f2036a2af668803ecf',12980,'* Fix bug.','qiyu-xie','2021-01-08 10:40:47'),(13966,2,'6dacf9797797b0135f4471974a8ee1bae136689a',12981,'* Finish task #8949.','holan20180123','2021-01-08 11:06:16'),(13967,2,'6239b084e7929dff6c25df84071cd978b9455314',12982,'* Finish task #8929.','tianshujie98','2021-01-08 13:09:00'),(13968,2,'6b098e42b9e24f56b06f109ce64965a419848e5f',12983,'* Finish task#8948.','qiyu-xie','2021-01-08 13:28:16'),(13969,2,'aeee54b1f36bc529b6be4cec63fc5197b16aea2f',12984,'* Add upgrade repo logic.','Yagami','2021-01-08 13:30:50'),(13970,2,'68709d8d055914821c598bec8317748d5a671f73',12985,'* Add lang file.','Yagami','2021-01-08 13:33:59'),(13971,2,'79beb03ce6384a498b1209b6ac70a6d860482668',12986,'* Finish task #8938.','holan20180123','2021-01-08 13:40:11'),(13972,2,'3173a7b53a91d593b65741d2ec22d11da9d4be43',12987,'* Fix details.','Yagami','2021-01-08 13:40:34'),(13973,2,'da82d34d9fd8934a5fb9e4e5c2aa0dfc497195bd',12988,'* Fix common lang.','Yagami','2021-01-08 13:47:03'),(13974,2,'726c0e5336cadd8d178219597fa0cc5246e2aa06',12989,'* Adjustment field.','tianshujie98','2021-01-08 13:49:44'),(13975,2,'d5164338e6205c2bd20c7e106e249409a08ec105',12990,'* Add upgrade logic.','Yagami','2021-01-08 13:53:28'),(13976,2,'65870829edb0d8aaf3b39f4a74a3ba9cd3643dbc',12991,'* Adjust code,','leiyong','2021-01-08 14:07:16'),(13977,2,'6141eb8ca0911dc4a6e1d6b72fd0ed1a4cc77dee',12992,'* Add version.','Yagami','2021-01-08 14:27:14'),(13978,2,'7642717d2b1e276e9a63ca43dedbc51604390f04',12993,'* Finish task#8934.','hufangzhou','2021-01-08 14:52:38'),(13979,2,'1b74e246b13e424bc9a8ce0d61a933afd0ab0ace',12994,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-08 14:52:42'),(13980,2,'c77ed521fd1640aa8818943e1f10418f84987804',12995,'* Fix details.','Yagami','2021-01-08 14:57:07'),(13981,2,'895047c352be174b44c1181b403ccb9993741888',12996,'* Fix bug.','Yagami','2021-01-08 15:04:23'),(13982,2,'cc6a0eac860564be11050a6a33467559a9012289',12997,'* fix modalTrigger not work as expected sometimes.','Catouse','2021-01-08 15:06:32'),(13983,2,'fb232f503a79894ec70bdaec648987f1ce8da035',12998,'* fix url jumping rules.','Catouse','2021-01-08 15:08:33'),(13984,2,'95a8b485d8acc36c089ee3d47a030cd07d4777f4',12999,'* Fix details.','Yagami','2021-01-08 15:15:55'),(13985,2,'e9ffa660c6d7c54876d3d351f3c51a1a822c8e4a',13000,'* Modify lang item.','tianshujie98','2021-01-08 15:22:58'),(13986,2,'19717ee532071b890973e70410f78c5f20fa3793',13001,'* Fix bug.','leiyong','2021-01-08 15:27:06'),(13987,2,'eee118f742d4609184be513d903e2ca99e59ff1d',13002,'* Fix bug.','leiyong','2021-01-08 15:49:21'),(13988,2,'019cbb291573f5592f7f99c5cbb5881bfb327b8f',13003,'* fix modal not show after init sometimes.','Catouse','2021-01-08 16:06:29'),(13989,2,'347cc63d7457257cfe161a55da5b8b44f08ab589',13004,'* Adjust style.','leiyong','2021-01-08 16:13:42'),(13990,2,'f4d9fc7c1757a194ba514a4842291d6a0f84b3c0',13005,'* Adjust code.','leiyong','2021-01-08 16:27:31'),(13991,2,'dff3f8a676f19198ee7bf971428d6ebf19d5209c',13006,'* Fix details.','Yagami','2021-01-08 16:30:16'),(13992,2,'a409feb54a935c07d3bde83997870a21e2c1236e',13007,'* Fix makefile.','Yagami','2021-01-08 16:31:31'),(13993,2,'e58726f7abf949a696a2d715b1d529c491458dec',13008,'* Fix makefile.','Yagami','2021-01-08 16:51:35'),(13994,2,'5991783328df9cd5ebf76d9aa39646d2a0bc7ca7',13009,'* Modify program belong to project list at product.','qiyu-xie','2021-01-08 16:58:00'),(13995,2,'4b3f4edd3c7724e453113036c9db356b02b38c9e',13010,'* Finish task#8932.','hufangzhou','2021-01-08 17:24:15'),(13996,2,'f478fd2b09ffcd69c16af890f9bf107f23c30fcd',13011,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-08 17:24:19'),(13997,2,'cb82d1a9c3e4b99e3a21fd8320db5b0aada3b25b',13012,'* Fix a bug.','hufangzhou','2021-01-08 18:39:02'),(13998,2,'23a63aa149c86c221c94043dd6cc4e48ec61dd8f',13013,'* Adjsut the code.','hufangzhou','2021-01-11 09:02:35'),(13999,2,'1fbe393e7620d154459955d1853656151b95090f',13014,'* Finish task#9031.','leiyong','2021-01-11 15:54:04'),(14000,2,'e104d8a3736d2d4da926f65c355137b22ba25a3d',13015,'* Finish task #9037.','tianshujie98','2021-01-11 16:04:19'),(14001,2,'39ab0a01c0eca3763c53fb9ce651d7e69230e62a',13016,'* Adjust code.','leiyong','2021-01-11 16:24:39'),(14002,2,'bfca8fb7c0740861568c22f679b0c8bf752323e5',13017,'* task #9032, expand nest children after page load.','Catouse','2021-01-11 16:25:45'),(14003,2,'02e2c34235a1bf1c6b0ea003fb2d1f7d1e1a4872',13018,'* Finish task#8985.','qiyu-xie','2021-01-11 16:29:41'),(14004,2,'de3a853e2c00f681cffd54ad141760f65a7fb772',13019,'* Finish task#8983.','qiyu-xie','2021-01-11 16:37:45'),(14005,2,'bae9c6ccece7597ed99ccb9ce4e58508bec4d25b',13020,'* Finish task#8985.','qiyu-xie','2021-01-11 16:41:24'),(14006,2,'3008fe0292b03e1851fcacf966548f82d064d850',13021,'* Finish task #8954.','Yagami','2021-01-11 16:45:21'),(14007,2,'937fc1f7e272e999d530fc4db62e630b633acc9f',13022,'* Finish task#8982.','qiyu-xie','2021-01-11 16:47:52'),(14008,2,'a71a7bd7589256e9bcd5a71bb3e05d20b61a64de',13023,'* Finish task #9030.','holan20180123','2021-01-11 16:51:10'),(14009,2,'c2f093ac5a5f078122a2042a7769e88d353d0b66',13024,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-11 16:51:23'),(14010,2,'691e9bfcf6792d73c653c7f632799805990d981e',13025,'* Finish task 8999.','holan20180123','2021-01-11 16:54:05'),(14011,2,'ed5f574e7f117f2ccea32f61e3d3da197a46f0e7',13026,'* Adjust stage list column width.','qiyu-xie','2021-01-12 08:07:10'),(14012,2,'df3d5186a76c820b442fd930a437a79a66cc0013',13027,'* Finish task#8984.','qiyu-xie','2021-01-12 08:26:28'),(14013,2,'783680314c328f5d9cd70401a4d7216a7ca32573',13028,'* Finish task#8952.','hufangzhou','2021-01-12 09:05:12'),(14014,2,'8604a02b7a3a3b23c73949852ccd85566a12c26b',13029,'* Finish task#8980.','qiyu-xie','2021-01-12 09:06:45'),(14015,2,'bab4f75d19cf0ff1ab45a13a5ffd27d923aeb344',13030,'* Finish task #9036.','Yagami','2021-01-12 09:08:03'),(14016,2,'4eedf2f08ee04ba456c1eb31ba3a94ebc7cfdb18',13031,'* Finish task#8981.','qiyu-xie','2021-01-12 09:46:18'),(14017,2,'d4844012bd809a1efa64bca5f9ae3e526ee17502',13032,'* Finish task #9009.','holan20180123','2021-01-12 09:57:39'),(14018,2,'e1e5f97a858c76a26a83b3f5a31835407a011cea',13033,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-12 09:57:50'),(14019,2,'09914c28d6a94b2d910e0e5bfc2d23de672fc2f9',13034,'* update icon-flag.','Catouse','2021-01-12 10:21:22'),(14020,2,'5b1d7704747ead0dfdd864617e06d2effc3f3bb4',13035,'* Finish task#8978.','qiyu-xie','2021-01-12 10:34:56'),(14021,2,'ef37c1c9e8f6735da19e31c62d14e2c9bb9a0fac',13036,'* Finish task#8981. Add milestone flag color.','qiyu-xie','2021-01-12 10:56:16'),(14022,2,'78612fc2ed3ad8c0b1eb6947ebc87cbc3cb12ea4',13037,'* Finish task #9027.','tianshujie98','2021-01-12 11:06:35'),(14023,2,'149f253a9556d77eca2a2fc42f5560b5b1d40d65',13038,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-12 11:24:07'),(14024,2,'8946c7131adac64f82be2204a2dec261346cc879',13039,'* Modify language items.','tianshujie98','2021-01-12 11:33:58'),(14025,2,'e6f6050a6bdb497560c7a3babdfceec8686dcf0f',13040,'* Finish task #9026.','tianshujie98','2021-01-12 11:44:56'),(14026,2,'3c3a5b8eaa170f3aefcfc9d762dac1c218ca7cc2',13041,'* Finish task #8979.','tianshujie98','2021-01-12 13:08:17'),(14027,2,'a93608d807f4146a52cb40738aac46139e69f0bf',13042,'* Finish task #8975.','tianshujie98','2021-01-12 13:15:04'),(14028,2,'f7e659a32d971ecbf04796cf0124e3801dd0c161',13043,'* Finish task#8974.','qiyu-xie','2021-01-12 14:10:40'),(14029,2,'e6160c0a8b25b6c2173ea5cc42bfe52b034cfc13',13044,'* Finish task#8961.','qiyu-xie','2021-01-12 14:18:11'),(14030,2,'7b70e95e38bc31332f740c9fd8e0577d02fd65fc',13045,'* Adjust code style.','qiyu-xie','2021-01-12 14:21:05'),(14031,2,'ece2a9a4ee099ac11097f7d20694ef4c83ae4b9a',13046,'* Finish task#8953.','qiyu-xie','2021-01-12 14:37:43'),(14032,2,'797f353864924ded85d3cc8eb2dede889eff27a1',13047,'* Finish task#8958, task#8960.','hufangzhou','2021-01-12 14:50:21'),(14033,2,'2625abc693c669c82a661a42429b766bbf0e07fa',13048,'* Finish task #9021.','tianshujie98','2021-01-12 15:08:13'),(14034,2,'71b30750dc61dc36b15853cff8197e61c984c332',13049,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-12 15:08:38'),(14035,2,'4f0bad8b6170ffc2fa51e06d53336187d41ca4e7',13050,'* Finish task #9009.','holan20180123','2021-01-12 16:20:49'),(14036,2,'34d628fd8523820f93dc1ec9def9e3316ef520af',13051,'* Finish task #9030.','holan20180123','2021-01-12 16:34:14'),(14037,2,'b262c171b9982bc9329522453456dbda621e07e8',13052,'* Adjust the stage icon.','hufangzhou','2021-01-12 16:56:13'),(14038,2,'31c4f5eb871edfaafffff21493a80ea2b0349967',13053,'* Finish task#9035.','leiyong','2021-01-12 16:57:27'),(14039,2,'fb841c9b05214dd1ac38f6b43782bfd9e42ee0f1',13054,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2021-01-12 16:57:34'),(14040,2,'652aa74347b938136591807ec3058d3edfef549a',13055,'* Finish task #9030.','holan20180123','2021-01-13 08:28:59'),(14041,2,'334c071a1de669a50284414c0c02332873a6a8d2',13056,'* Finish task#8961.','qiyu-xie','2021-01-13 08:29:13'),(14042,2,'aa7d6a0e3fb2380bbb2248e0004d831f7dd10920',13057,'* Finish task #9034.','tianshujie98','2021-01-13 09:05:11'),(14043,2,'5ba0b5aaeeead71f7640739b79fa5e747547c972',13058,'* Finish task #9021.','tianshujie98','2021-01-13 09:07:21'),(14044,2,'be708e1706ce8501fd0653e97feee4deefaac925',13059,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-13 09:10:29'),(14045,2,'b40608a040e96b700c190fe1ed9b70b261b8f45b',13060,'* Finish task #9034.','tianshujie98','2021-01-13 09:14:28'),(14046,2,'5cee8138aacedd1bd49acd7aa91db8005c021469',13061,'* Adjust CSS style.','leiyong','2021-01-13 09:30:38'),(14047,2,'49cc74340599da734e16536a3e1cacde721eece4',13062,'* Finish task#9008.','leiyong','2021-01-13 09:31:26'),(14048,2,'7c012512259a88af14f962c0431b54ec6d4db3c2',13063,'* Finish task #9034.','tianshujie98','2021-01-13 09:37:36'),(14049,2,'55cfcacd12e265582abbe287d165867efca95ed9',13064,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-13 09:37:52'),(14050,2,'49d9e635206e982986d5092b7e207343afde2800',13065,'* Adjust the score module.','leiyong','2021-01-13 09:41:01'),(14051,2,'9d450de2b842e9eaf2679253291e08b41420361e',13066,'* improve style of header-angle-btn.','Catouse','2021-01-13 09:46:39'),(14052,2,'38f623a6c9974233b8ca8be44e4d04dae061229a',13067,'* support jump between tabs from result of ajax form.','Catouse','2021-01-13 09:54:00'),(14053,2,'5083c2ef3e5471acd66936027bad9ac92b298bef',13068,'* Adjust code.','leiyong','2021-01-13 09:57:34'),(14054,2,'433b7ea6ce1fa865fe519726a8b08f7d5c7dab62',13069,'* Adjust the high-light nav for edit product.','hufangzhou','2021-01-13 10:04:31'),(14055,2,'df0113d62249088569e103dc7cd88173d4137ebd',13070,'* Finish task #9021.','tianshujie98','2021-01-13 10:15:51'),(14056,2,'a5342624702482de961792aaea2ca6dd6b8b1388',13071,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-13 10:16:08'),(14057,2,'dcab84ac7df43446e52b49758de1459490d54c55',13072,'* Fix bug.','leiyong','2021-01-13 10:58:43'),(14058,2,'21dbd833af0d363edc4330f21af70b48dbbda801',13073,'* Adjust code.','leiyong','2021-01-13 11:09:15'),(14059,2,'2c4c3105e56d395d39d453bc5396af229a873419',13074,'* Adjust the programplan modue code.','leiyong','2021-01-13 11:47:15'),(14060,2,'dada3eaa513f195a18bf9ed331b7a615620ca3fb',13075,'* Fix bug.','leiyong','2021-01-13 13:17:41'),(14061,2,'1ed7024c175f6b4487e4fc0a193d0c974c21f00f',13076,'* Finish task#8973.','qiyu-xie','2021-01-13 14:03:52'),(14062,2,'07831a94c2d8dc9da98d9e42069153167d98830b',13077,'* fix cdn links used by simplemde.','Catouse','2021-01-13 14:25:43'),(14063,2,'2756ad7ab2198611e246580c18f846e435837e51',13078,'* Finish task#8973.','qiyu-xie','2021-01-13 14:51:43'),(14064,2,'c9f06129242d6d2dabc42187060ea85bc8e0e20f',13079,'* Finish task #9002.','holan20180123','2021-01-13 15:04:11'),(14065,2,'5b0f057ad2f85706787769d118f51d195c924b78',13080,'* Finish task#8971.','qiyu-xie','2021-01-13 15:06:42'),(14066,2,'f7b3ea495aa547ddb9aeca661756ea8c0ddca228',13081,'* Adjust code.','leiyong','2021-01-13 15:33:20'),(14067,2,'81128047ccf58652cfc18bdafca0afacd4ba2ee5',13082,'* Finish task #8987.','holan20180123','2021-01-13 15:34:19'),(14068,2,'2ed477ae565e328108c8507f0a4cb28377b42b59',13083,'* Code for task #9028.','Yagami','2021-01-13 15:43:06'),(14069,2,'5f4c596ea704122b2cbb48dbe670398847c3a52b',13084,'* Finish task #8991.','holan20180123','2021-01-13 15:48:43'),(14070,2,'3356b3c088d0fa0079e154f96df2d9b6acf57f30',13085,'* Finish task #9002.','holan20180123','2021-01-13 15:49:30'),(14071,2,'347764eb91793876365817760c544d99754b775f',13086,'* Add permissions.','tianshujie98','2021-01-13 15:53:33'),(14072,2,'eced7f1d3f94129b83f9498ebb45c12ca65c7dec',13087,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-13 15:56:29'),(14073,2,'5a752c09dc4c04f9c6bfa11511dd2e7d15a52a94',13088,'* Finish task #9004.','tianshujie98','2021-01-13 17:16:40'),(14074,2,'6d5a39201f69569f8083ee114826b9f84779a50f',13089,'* Fix doc.','Yagami','2021-01-13 17:23:26'),(14075,2,'6a2505f02561cfb1af1c89a15551dc07f69e627e',13090,'* Finish task #8989.','holan20180123','2021-01-13 17:24:38'),(14076,2,'3159469466e35d27482c9bd8ff0ec227c0a3f6fc',13091,'* Adjust code style.','tianshujie98','2021-01-14 09:03:03'),(14077,2,'1e83bad2b241fe3fc0fbbb9d509c6fa31675ea79',13092,'* Finish task#8973.','qiyu-xie','2021-01-14 09:38:19'),(14078,2,'1b2ae5c4ccb2ccc4f70000b08892ac43527ad5b6',13093,'* Add digital judgment.','tianshujie98','2021-01-14 10:39:15'),(14079,2,'d30ea794142148417fca5cc33a5198db2e99d87a',13094,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-14 10:39:43'),(14080,2,'4d6d78a080f543372e32731713dd8a872d8097b2',13095,'* Adjust code style.','tianshujie98','2021-01-14 10:45:09'),(14081,2,'c6ab1d380948c8f8a6c87ebd77bf60d6ad82787f',13096,'* Code for task #9028.','Yagami','2021-01-14 10:48:24'),(14082,2,'47db2287b928d4be1c7be92dad1630f3e74bcdea',13097,'* Finish task#8971.','qiyu-xie','2021-01-14 10:51:57'),(14083,2,'b1a856423f1c1e2976a17483666be82b7a4acbd5',13098,'* Finish task #9001.','tianshujie98','2021-01-14 14:39:17'),(14084,2,'4171b7eb63cf4e43e4381aa9fce0b8cce53caa50',13099,'* Finish task #9000.','tianshujie98','2021-01-14 14:39:44'),(14085,2,'8405f11600d7f17daf06ec7c25db747194221ff3',13100,'* Finish task #8957.','holan20180123','2021-01-14 14:43:25'),(14086,2,'d1d3ea624f07f74cccc9ad5f5151355facfc9585',13101,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-14 14:45:41'),(14087,2,'84331f875b6e630a9d1d9e8a26641a2f4afa2b1f',13102,'* Remove closed programs.','tianshujie98','2021-01-14 14:47:23'),(14088,2,'70e59fa27c81b322b871aed2381519d780585cfa',13103,'* Modify the param of the link when module is user.','holan20180123','2021-01-14 14:52:51'),(14089,2,'2c95668f2e2ab47a34b3ff6f271703821eb5c42c',13104,'* Finish task #9002.','holan20180123','2021-01-14 15:46:23'),(14090,2,'c591e20aeffb035a9c07b2ccbecd48f536034ccc',13105,'* Finish task #8966,8965.','tianshujie98','2021-01-14 16:01:14'),(14091,2,'791be0895b241e99c4ef4c29da1ae1059f0c5379',13106,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-14 16:01:51'),(14092,2,'df07e062648b121bce5ed41aa485fb98e9416e9f',13107,'* Finish task #9028.','Yagami','2021-01-14 16:12:21'),(14093,2,'c9721cd0ce64c540ad96dd328fa43c69d7c11407',13108,'* Fix project drop menu.','Yagami','2021-01-14 16:26:38'),(14094,2,'88043e53b3de5aa2f2a72faab71763121a8c9114',13109,'* Finish task #9002.','holan20180123','2021-01-14 17:25:18'),(14095,2,'01e1008f29fc40bfbd59fdf572fc00e707015f28',13110,'* Finish task #9001.','tianshujie98','2021-01-15 09:45:19'),(14096,2,'b2e53cf935c7e390607bbef4a6d24c2771958fe4',13111,'* Finish task #8986,#9002.','holan20180123','2021-01-15 09:49:16'),(14097,2,'4428e6443c9912cdf717746d5df957713fd599c5',13112,'* Finish task #9002.','holan20180123','2021-01-15 10:13:27'),(14098,2,'857a41c3f1cd6b695337b477885bcdf0a7aa1662',13113,'* Modify prompt.','tianshujie98','2021-01-15 10:19:16'),(14099,2,'0f2a7bce1bdd63f8bc2b66ee9c77e53ed9feba6e',13114,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-15 10:19:35'),(14100,2,'235c39370759b997a30ff6b9cb076b1e2d202a93',13115,'* Finish task#8964.','leiyong','2021-01-15 10:20:03'),(14101,2,'01339a7345d418adee8b075036e81a69ad603bd3',13116,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','leiyong','2021-01-15 10:20:09'),(14102,2,'7b5ea8ebb8abaed85a4a3ab45fe73aa170a6b846',13117,'* Finish task #9002.','holan20180123','2021-01-15 10:46:33'),(14103,2,'5f520092ba3ff04e4d38ab26a4c5b4a68d167ffe',13118,'* Fix bug for task list.','holan20180123','2021-01-15 11:06:14'),(14104,2,'e9590214b3142a6a1ba320857393a93b905d2745',13119,'* Fix bug.','tianshujie98','2021-01-15 11:12:16'),(14105,2,'a8bf48d3c8f8ffd18a31774e6edb61ba1522d51e',13120,'* Finish task #9002.','holan20180123','2021-01-15 11:13:01'),(14106,2,'787f398b7bd6f6068a4d379d307e821f43fceeca',13121,'* Add comment.','tianshujie98','2021-01-15 11:16:44'),(14107,2,'8efd0e0e0aa96aa2a446c3fd698c94e5869d33d3',13122,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-15 11:16:52'),(14108,2,'ed625de0927d0025fb53cee2d04d99b22f941528',13123,'* Finish task#8970.','qiyu-xie','2021-01-15 11:21:19'),(14109,2,'2b54b6dc63f8d55c716b64bb259eeb3687f64157',13124,'* Modify comment.','tianshujie98','2021-01-15 11:38:23'),(14110,2,'6da84d9cf1c4602382aebede33da4a72ef1433fe',13125,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-15 11:38:34'),(14111,2,'907dfc23d787299ad78d4a54d5fe06da53fcec1a',13126,'* Finish task #8988.','holan20180123','2021-01-15 14:17:46'),(14112,2,'c131e1941e28079cb68ecb76b1958574e9e348e5',13127,'* Finish task #8988.','holan20180123','2021-01-15 14:23:16'),(14113,2,'c53e9ac526e24ad7ce585a91d9b5c8dfaa7915df',13128,'* Finish task #9002.','holan20180123','2021-01-15 14:28:57'),(14114,2,'820fb4cffe1ed487ba3e391b30f530f35d5c38c2',13129,'* Fix menu divider.','Yagami','2021-01-15 15:20:26'),(14115,2,'e9fe2d96d55d5b8d8b18b53a366ca8966280a1eb',13130,'* Finish task #8998.','Yagami','2021-01-15 15:28:03'),(14116,2,'e647640432ff5763e438089c849dd7dcead07b4e',13131,'* Change color.','tianshujie98','2021-01-15 15:33:49'),(14117,2,'554313dfd9d86d36ef9f5bea5caa19e7ac61a6f4',13132,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-15 15:34:29'),(14118,2,'9d6c2e618a9a7b0cf6ce4cda835fc1c6e30d2d7c',13133,'* Finish task #9028.','Yagami','2021-01-15 15:36:30'),(14119,2,'fe9553791492101fc2227a0ac15564be309a598a',13134,'* Fix bug #3780.','Yagami','2021-01-15 16:22:27'),(14120,2,'2d14f0aec45662370c02e28c6fa01fcf1e38ecec',13135,'* Finish task#8956.','hufangzhou','2021-01-15 16:41:41'),(14121,2,'c8f1adb4e76d5b6eb92b513b0364924887fc90f0',13137,'* fix angle btn style.','Catouse','2021-01-15 16:41:54'),(14122,2,'435194190b7da283100cac06d13182186d981080',13136,'* Finish task #8972.','Yagami','2021-01-15 16:41:52'),(14123,2,'269ec964e44ad1d4fe19b050b60f6c37016062c3',13138,'* Fix detail.','Yagami','2021-01-15 16:56:13'),(14124,2,'cd2c7278b74a070268f226db506a1dafee9145d2',13139,'* Finish task#9033.','qiyu-xie','2021-01-15 17:22:53'),(14125,2,'a85e679cc93234af4c8547efb60169b7028cace1',13140,'* Adjust the code.','hufangzhou','2021-01-18 08:47:16'),(14126,2,'ad1885be6af1fc9bcf43d65db9d5d42ecb46db09',13141,'* Finish task #9020.','Yagami','2021-01-18 09:04:44'),(14127,2,'2f4c8a0efb820db0caeb823d1e7c0f7d7e411afa',13142,'* Finish task #8968,8967.','tianshujie98','2021-01-18 09:10:55'),(14128,2,'954ce428e58f3a5640b1697c8b28518b18bc614d',13143,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 09:11:26'),(14129,2,'8b90a207c003848c8db36940b5d1432fe2adf882',13144,'* Finish task #9010.','Yagami','2021-01-18 09:11:31'),(14130,2,'4966757b9df6decf7da21c7ab4165caddc1cda43',13145,'* Fix a bug.','hufangzhou','2021-01-18 09:13:01'),(14131,2,'1e9474c6f9fa4d17008c60d7cc482c51f7601563',13146,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-18 09:13:04'),(14132,2,'aff5fe33c7cd2df286b4002a72eedb7da69e0f6f',13147,'* Fix an error.','hufangzhou','2021-01-18 09:16:00'),(14133,2,'8c6c006680a3244926f8f557b151b46268d2aaa5',13148,'* Finish task #9011.','Yagami','2021-01-18 09:19:35'),(14134,2,'27e8797364a2591bb32758802b4231c95ea3f4db',13149,'* Finish task #9018.','Yagami','2021-01-18 09:34:21'),(14135,2,'d6e060a11420c468f0798425a9985eff55df9bf9',13150,'* Fix bug.','tianshujie98','2021-01-18 09:53:43'),(14136,2,'9019fbbc0489f427c7cbc64c6a50148434bcb075',13151,'* Fix a bug.','hufangzhou','2021-01-18 10:01:08'),(14137,2,'e9f8ec68f689db2ff8e44cf5df99f362f64926e1',13152,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-18 10:01:12'),(14138,2,'ba5df886e32d5e5458c7dfca947a1e03c2dcfb26',13153,'* Fix bug.','tianshujie98','2021-01-18 10:11:14'),(14139,2,'e49e6d834f72b779e38454f4a3fb42f7709ac210',13154,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 10:11:26'),(14140,2,'2ce5ef1d5b99208185eda2729cd05a6546303b2e',13155,'* Fix story hour detail.','Yagami','2021-01-18 10:13:34'),(14141,2,'a5607fbb6b4433ce4a3e912caf6db349d8a1613c',13156,'* Finish task #8988.','holan20180123','2021-01-18 10:16:36'),(14142,2,'242782e08189fb8a2538941e061cc1b101b887e7',13157,'* Modify language item.','tianshujie98','2021-01-18 10:16:39'),(14143,2,'8d2aa37fadec4c37bddfd51382f579a42dc934cd',13158,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 10:17:08'),(14144,2,'92a559c37d3b76e5e58800728c0699e96bee1c5b',13159,'* Fix story bug.','Yagami','2021-01-18 10:20:32'),(14145,2,'0b7969de490c79a9b139ca9125f4ef0d5772ce4d',13160,'* Finish task #9014.','Yagami','2021-01-18 10:38:34'),(14146,2,'dafb68b70c41346debc61a11a3c43587dabb6d49',13161,'* Code for hour unit.','Yagami','2021-01-18 10:49:39'),(14147,2,'02228d9f5ab6b351189b3d99866d4290bb4b01f2',13162,'* Finish task #8988.','holan20180123','2021-01-18 10:58:18'),(14148,2,'c40e49b3c093325532237c34b258822914bf6bce',13163,'* Finish task #9002.','holan20180123','2021-01-18 10:58:54'),(14149,2,'8faf4a6c406fa09f639fa173e998f95088d590e9',13164,'* Finish task #8972/','Yagami','2021-01-18 11:10:07'),(14150,2,'f3d06bde9c449694d00be2a66e24576703cc5e1c',13165,'* Add hour unit to project all.','Yagami','2021-01-18 11:12:05'),(14151,2,'bfe7766a3d2c8636d38e8d0dd23d8b598f4c719d',13166,'* Fix bug.','Yagami','2021-01-18 11:32:36'),(14152,2,'418039eecf49a7f5695a327459801fd4a7a3f2df',13167,'* Finish task #9049.','tianshujie98','2021-01-18 11:34:01'),(14153,2,'8f589d655dba9e151b1c568c9abf1b8b4eec8953',13168,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 11:34:19'),(14154,2,'25020888fa83725244f75dcc6b519bd7a44ac62a',13169,'* Fix bug.','Yagami','2021-01-18 11:35:15'),(14155,2,'999ca1631c29a25f591281d2cd307a02eb328e9b',13170,'* Add icon to program tree.','Yagami','2021-01-18 11:39:25'),(14156,2,'c907c0fad536e0ec6fec4cd52dc8ac95fe6e719f',13171,'* Finish task#8962.','qiyu-xie','2021-01-18 13:02:49'),(14157,2,'08a8b5f2e9ea3664963cc38b305ceda86cfee88e',13172,'* Finish task#8962. Fix bug.','qiyu-xie','2021-01-18 13:16:19'),(14158,2,'e989d459fa474b870c431d8c752af8188bf64287',13173,'* Finish task #9049.','tianshujie98','2021-01-18 13:17:54'),(14159,2,'ebc5eccbed5c9bf0c57e24233af0af6f429a1e90',13174,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 13:18:10'),(14160,2,'dd341daed7d91cdf5745a99111a8637822ace75a',13175,'* Fix the bug of the story filter.','hufangzhou','2021-01-18 13:25:58'),(14161,2,'5d72faff4833464b7578913f681c83a565e12882',13176,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-18 13:26:01'),(14162,2,'9c5cfa592d9189818c4147b4f7010ddc40715cd1',13177,'* Finish task#8963.','qiyu-xie','2021-01-18 14:17:44'),(14163,2,'44f7c956390535496fe8caa4947a188c0b7f8de1',13178,'* Fix a bug for story view page.','hufangzhou','2021-01-18 14:21:52'),(14164,2,'fdcbb2cf7c549d2dfdfd6e890cffa91ca94658fb',13179,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-18 14:21:55'),(14165,2,'7a5e58e606a7815409814c6d31fde7458fd8cd5e',13180,'* Add required.','Yagami','2021-01-18 14:24:51'),(14166,2,'8d77e71634ac6c952d48d0ca091b4b662525aa36',13181,'* Finish task #8957.','holan20180123','2021-01-18 14:39:16'),(14167,2,'fa2c0ff692894db08d9cba5db49a4acba58f19f0',13182,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-18 14:39:44'),(14168,2,'9c8fb2c131a60558f7b05dd9963fcdc00d98a53b',13183,'* Finish task#8963.#8962. Fix bug.','qiyu-xie','2021-01-18 14:58:41'),(14169,2,'50c8836b971cefc5413cd790bd9132fa6238fd0d',13184,'* add $.tabs.getLastTab method to index.','Catouse','2021-01-18 15:05:54'),(14170,2,'9d8ae60c7b58170e18ca4f5566505329a7107ad2',13185,'* Finish task #9021.','tianshujie98','2021-01-18 15:09:15'),(14171,2,'6128f82d16f32967616c17c2681bd421dc6d5bc7',13186,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-18 15:09:36'),(14172,2,'b0ff295e89bcebf0fbc090845325c115de1a4a20',13187,'* Remove extra spaces.','qiyu-xie','2021-01-18 15:32:09'),(14173,2,'a060f88a0d92206f07feaed58d6e626fc1fc2310',13188,'* Fix the search form of the story linked project.','hufangzhou','2021-01-18 15:47:45'),(14174,2,'1fdc90b1198abc26e3c9f6aaf2a77ad5aed92409',13189,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-18 15:47:48'),(14175,2,'00cc8ff2c30bb7931e2d1d7bd0d30bc1350d4a32',13190,'* Fix story lang.','Yagami','2021-01-18 16:15:39'),(14176,2,'b846cba424382dae8cf74c521e1fa0d97fc34af8',13191,'* Finish task #8988.','holan20180123','2021-01-18 16:27:01'),(14177,2,'ff6589a60c068ccf539d474fff09fa1f90b960b0',13192,'* Fix bug.','tianshujie98','2021-01-18 16:38:58'),(14178,2,'f5a19a1f029c51a14acf3e7240b1559379ff250b',13193,'* Finish task #9048.','tianshujie98','2021-01-18 16:41:22'),(14179,2,'23f1c4b0247fa53abdff109e5c1d16a437ad8d69',13194,'* Code for task #5688.','Yagami','2021-01-18 17:29:20'),(14180,2,'3e0f61c8ce71f0dadc8f8cba1df56246afebcda5',13195,'* add imgcutter files.','Catouse','2021-01-18 17:30:29'),(14181,2,'bf5ba32e1bbc0779008c736e72ee0dd9bf8966ab',13196,'* Link the stories of the plans to the project.','hufangzhou','2021-01-19 08:54:03'),(14182,2,'2d7fd95881324cfb07fb52e7ae1e57d25adcaad5',13197,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 08:55:17'),(14183,2,'029c157cc6005d4bb1b84badb30daaad4d186fe9',13198,'* Finish task #9048.','tianshujie98','2021-01-19 09:39:53'),(14184,2,'84e973ac6279704107766f0910be1bac95c2406a',13199,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 09:40:09'),(14185,2,'a75fa991322c364731686f8c2f53d1c3309a1ae9',13200,'* Adjust the code.','hufangzhou','2021-01-19 09:48:58'),(14186,2,'dd9b052b2424d0dd3f948789e832e8d2493c92c8',13201,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 09:49:03'),(14187,2,'2db4bb2c4ade3f9a4c8a6238eee38d9df65acc40',13202,'* Finish task #9023.','Yagami','2021-01-19 10:10:33'),(14188,2,'e6a9fec35ce704b989761bd2bf555a441bb2d9c8',13203,'* Finish task #9043.','holan20180123','2021-01-19 10:12:59'),(14189,2,'bcf4be71d1c0912223f5099c193d22f731244e1e',13204,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-19 10:13:23'),(14190,2,'b106795c083e9fe38c3a84010a72d185415b4d1c',13205,'* Modify language item.','tianshujie98','2021-01-19 10:21:21'),(14191,2,'a779349e56442c40f7bf4c346baa4444367c1dea',13206,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 10:21:37'),(14192,2,'0eb117442cffe4227095dfaf5de805b5e94d30e9',13207,'* Adjust the nav high-light.','hufangzhou','2021-01-19 10:30:35'),(14193,2,'00119c26f88ae44bffbfab703a25d246397eee41',13208,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 10:30:39'),(14194,2,'46905cd0ceae671cc8e29f99b1728d35230ec00d',13209,'* Fix bug.','tianshujie98','2021-01-19 10:31:27'),(14195,2,'120838636037d1775a48e00811676d5aae11d629',13210,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 10:31:36'),(14196,2,'2a65df963edda184de9d39d3153e9b2153da4b4a',13211,'* Adjust code style.','tianshujie98','2021-01-19 10:46:46'),(14197,2,'097f76364ec679741b48fc2f3ba43cfa0a2ea0bb',13212,'* Finish task #9006.','holan20180123','2021-01-19 10:54:11'),(14198,2,'a39034d186435e5138ef9305f7b158b7db7e6a4d',13213,'* Adjust code style.','tianshujie98','2021-01-19 11:02:32'),(14199,2,'36bc9e9d02ace9e95ac1ae209c1a1d7e05404934',13214,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 11:02:45'),(14200,2,'66ef1c6fa3b164bc51184191b6b4a1d27b77b7ca',13215,'* Finish task#9005.','leiyong','2021-01-19 11:13:23'),(14201,2,'b7d6c409d527c1047167df7ad42581780f28e56b',13216,'* Add group.','Yagami','2021-01-19 11:25:59'),(14202,2,'b124221fade6b5ab7ad3bc8e191e5b063637eec6',13217,'* Adjust the code.','hufangzhou','2021-01-19 11:26:25'),(14203,2,'d2f2554ac402d272d105ce536a50fa5dd9e162dc',13218,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 11:26:29'),(14204,2,'18cf73f84ea526fbca31c64d7aeb750e1a6d184a',13219,'* Finish task#8963.#8962.','qiyu-xie','2021-01-19 11:30:20'),(14205,2,'1471f7fc6134ebd04edffa4b4ec7cb7ef5e63f0b',13219,'* Finish task #8988.','holan20180123','2021-01-19 11:21:58'),(14206,2,'b3058a8ad67b02fc4a3393240649593cd6f981d4',13220,'* Fix details.','Yagami','2021-01-19 11:41:56'),(14207,2,'307629427806d7e6472f2c844aeef7def3cdda81',13221,'* Fix bug.','tianshujie98','2021-01-19 11:44:17'),(14208,2,'0c2754266ce77ebc05f98e190b2d0d0980b75fea',13222,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 11:44:24'),(14209,2,'ce50aeecf94eedf950d4b50b336e462979eafcf7',13223,'* Adjust the code.','hufangzhou','2021-01-19 13:21:12'),(14210,2,'cefdfeae4723e81d9454303983a68ea0b5bf3a5a',13224,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 13:21:15'),(14211,2,'e3b7008f50b61ef5e4d006115c5f542f98934c57',13225,'* Add project linked story.','tianshujie98','2021-01-19 13:32:13'),(14212,2,'8b8f90e3e5082a53d52f57dd5058fd135c762c63',13226,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 13:34:39'),(14213,2,'07872a872a1edf24891ec4ccbda7458bcb679db5',13227,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-19 13:48:08'),(14214,2,'1ee88480a1bd72cce2ce4b8d0ce2908bea851ea8',13228,'* Fix a bug when required fields saved.','holan20180123','2021-01-19 13:48:20'),(14215,2,'1ba2bf813db5baeff59e329d11eabfd6e9751411',13229,'* Fix bug.','tianshujie98','2021-01-19 13:52:35'),(14216,2,'e2cdc82af22af99f4deb9cd0318e8f420d21fe4d',13230,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-19 13:52:46'),(14217,2,'5afc6c990a40c83d444b92140677bc9c7e351987',13231,'* Fix bug.','leiyong','2021-01-19 13:53:51'),(14218,2,'d42e8219ae0cb8f3748f6b09e6d940839770b0b6',13232,'* Adjust the style.','holan20180123','2021-01-19 14:21:16'),(14219,2,'5165b1b363a02aa504bfef1bfc3d8ce8c0902b00',13233,'* Adjust language item.','tianshujie98','2021-01-19 14:25:08'),(14220,2,'c3ff341766602e8e47ef8e111a090cb9c4793942',13234,'* Fix install error.','guanxiying','2021-01-19 14:25:36'),(14221,2,'6df048c4f03e6edbf3d1b3bf7e55e5294a5d3fab',13235,'* Adjust the width of ifram.','holan20180123','2021-01-19 14:27:32'),(14222,2,'d962b0cc14e867e1d4dc257f53968ce1a985806e',13236,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','guanxiying','2021-01-19 14:34:42'),(14223,2,'ac739a63911eb1e058ca5c121ad57f3f7892d322',13237,'* Add the privilege of the project story.','hufangzhou','2021-01-19 14:42:39'),(14224,2,'e94703ce083227ca13791dfa29a7dd405383ccff',13238,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 14:42:45'),(14225,2,'61e5bf8704158b130f4e6c6a7976e8573372e949',13239,'* Finish task#8963.#8962. Deal with upgrade data.','qiyu-xie','2021-01-19 14:41:20'),(14226,2,'93199e709c700c32292a7d1dd907504907f49adb',13240,'* Fix bug.','qiyu-xie','2021-01-19 14:47:06'),(14227,2,'f0edc5f0ccc01ce41924d536bd1332a5c3c249bd',13241,'* Modify the language of the cost estimate.','qiyu-xie','2021-01-19 15:01:13'),(14228,2,'94fe5243e68d88730f2d5f68805b04bb97d38284',13242,'* Adjust the code.','hufangzhou','2021-01-19 15:08:10'),(14229,2,'1581fc71c46e45693debb186fb7a5771678ece91',13243,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-19 15:08:13'),(14230,2,'ce82f051428b161c9aa874861b77c1eb4babc5fb',13244,'* Finish task #9002.','holan20180123','2021-01-19 15:38:55'),(14231,2,'c567300e9e336769f8ebb16742cd95af5d9e45bb',13245,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-19 15:39:02'),(14232,2,'3696cd673c257811361214eadba535dad7432ccb',13246,'* Finish task#8973. Modify project edit link in my module.','qiyu-xie','2021-01-19 15:41:30'),(14233,2,'46e581d9fedb8cb3d4543848ad0bdba132815abe',13247,'* Fix bug.','leiyong','2021-01-19 15:57:44'),(14234,2,'1bb15a8b1a37dce40ff173cd8444dc9fbeba69af',13248,'* Code for task #8959.','Yagami','2021-01-19 16:09:21'),(14235,2,'04b481c6ce804402514de9831664027f3b6f3855',13249,'* Finish task #9002.','holan20180123','2021-01-19 16:15:00'),(14236,2,'0138f6394127d0ca5d973c18238ed0d6af8b8a60',13250,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','holan20180123','2021-01-19 16:15:11'),(14237,2,'5f1cb585e3cccf274f5e2d6bdfbd85e99883406e',13251,'* Code for task #9011.','Yagami','2021-01-19 16:12:45'),(14238,2,'33e2fd4f4625588db6719bc76fbacf763b874604',13252,'* Fix details.','Yagami','2021-01-19 16:18:27'),(14239,2,'017469206f9f9dbf133cc9960f6dfc31fb6039a2',13253,'* Fix bug.','leiyong','2021-01-19 22:05:19'),(14240,2,'c9046ede6df7e90061d7c7aa8b7457143aa387ab',13254,'* Finish task #8988.','holan20180123','2021-01-20 08:20:25'),(14241,2,'df01cbe76a79ba203a577c31cba8f896459997ba',13255,'* Finish task#8970. Change to use session to record URL.','qiyu-xie','2021-01-20 09:26:07'),(14242,2,'7cdeb0630ea17d59c12ad57d2b6fee6c0a2c88c4',13256,'* Finish task #8959.','Yagami','2021-01-20 09:45:03'),(14243,2,'cebfbc62057b93c5429cb45c3f52e9d1a39762fc',13257,'* Add group.','Yagami','2021-01-20 10:00:00'),(14244,2,'76baef16c096cf21cf6727f9d5af7753acab912d',13258,'* Fix deny btn.','Yagami','2021-01-20 10:01:24'),(14245,2,'e774abce77527a39a601a87cb13fc85fb9ce2f58',13259,'* Fix a bug.','hufangzhou','2021-01-20 10:27:24'),(14246,2,'120d78c94239cf8ce0862c1ff0324999a4e11743',13260,'* Modify the problem of test list in contribution.','qiyu-xie','2021-01-20 10:36:40'),(14247,2,'d8dc42d6c8ae094c7d4d328df00c61760fc06a04',13261,'* Modify the milestone icon display of Gantt.','qiyu-xie','2021-01-20 10:57:38'),(14248,2,'912f727bd3890f7cc37ddd5cbdc14dc0aeb5e2cd',13262,'* Adjust the style.','holan20180123','2021-01-20 11:03:26'),(14249,2,'fffa111543c355f58fd507333e2d3778bf7fc026',13263,'* Modify language item.','tianshujie98','2021-01-20 11:05:53'),(14250,2,'467562e85c219c7e4d3662c0a98cf3a849a7c3ca',13264,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-20 11:06:10'),(14251,2,'0379c68c9e187e410992c57d75b767112b728398',13265,'* Navigation highlight.','tianshujie98','2021-01-20 11:15:32'),(14252,2,'f7426ed01320d9bd53ed1b6c529705befe0e248f',13266,'* Adjust the style.','holan20180123','2021-01-20 11:22:01'),(14253,2,'560b17adf1e649ed16a3476142977c026e57aab1',13267,'* Fix productivity issues.','tianshujie98','2021-01-20 11:32:29'),(14254,2,'98fe1f70cb9f1a159afe51a1231744ed743c8728',13268,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','tianshujie98','2021-01-20 11:33:04'),(14255,2,'ccb8ad2fc5da3a77313ef47f78aa5f1acf13b3a7',13269,'* Adjust the style.','holan20180123','2021-01-20 13:04:08'),(14256,2,'db6acf2cf2a1f658f44f2cc535eea7890ba0e180',13270,'* Modify the milestone icon for the release.','qiyu-xie','2021-01-20 13:24:11'),(14257,2,'319b97430eaca65a9b2195219be4b26fba513a2d',13271,'* Adjust the style.','holan20180123','2021-01-20 14:32:24'),(14258,2,'f172a5d9e29573a37a714c1eff56322d0ae8213e',13272,'* Modify variable.','tianshujie98','2021-01-20 15:00:56'),(14259,2,'11cbb689a551df34913687773996caa03a167364',13273,'* Add the unlink story button for project story.','hufangzhou','2021-01-20 15:22:33'),(14260,2,'5b089ec3dde0c01ec05676a9005b8dc8eb7becaf',13274,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-20 15:22:37'),(14261,2,'92ecab90711c72289870b061eb61554f9f3faf26',13275,'* Fix bug of no executing sql.','holan20180123','2021-01-20 15:38:40'),(14262,2,'36067c51cc3cac7d9c35641d0fc571b0a2cca0a8',13276,'* Code for project menu link.','Yagami','2021-01-20 15:40:27'),(14263,2,'d03194717db5f58df222e2e8012ca64edc1c6d0d',13277,'* Remove hourunit.','Yagami','2021-01-20 15:48:58'),(14264,2,'306382e48328e40eff59468bb41002eaac6a4e6c',13278,'* Fix bugs.','hufangzhou','2021-01-20 16:12:23'),(14265,2,'0385ff70c1e6aeb05b4357f7a5a3cda65443eef6',13279,'Merge branch \'master\' of https://git.zcorp.cc/zentaopms','hufangzhou','2021-01-20 16:12:27'),(14266,2,'aff132b1b1520e826951877b5c4eeec6415c0b5f',13280,'* Adjust the style.','holan20180123','2021-01-20 16:21:57'),(14267,2,'a53536bfccb1485ca9de5b9760b759c4e3968932',13281,'* Finish task#8969.','qiyu-xie','2021-01-20 16:32:45'),(14268,2,'d9158949c617209a2b5dc9b8dcb1084b2777cc4a',13282,'* Adjust the style.','holan20180123','2021-01-20 16:39:32'),(14269,2,'fd672669f79a1251e88f68e374de9c068c9795ab',13283,'* Fix details.','Yagami','2021-01-20 16:40:19'); -/*!40000 ALTER TABLE `zt_repohistory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_score` --- - -DROP TABLE IF EXISTS `zt_score`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_score` ( - `id` bigint(12) unsigned NOT NULL AUTO_INCREMENT, - `account` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL DEFAULT '', - `method` varchar(30) NOT NULL, - `desc` varchar(250) NOT NULL DEFAULT '', - `before` int(11) NOT NULL DEFAULT '0', - `score` int(11) NOT NULL DEFAULT '0', - `after` int(11) NOT NULL DEFAULT '0', - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `model` (`module`), - KEY `method` (`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_score` --- - -LOCK TABLES `zt_score` WRITE; -/*!40000 ALTER TABLE `zt_score` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_score` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_story` --- - -DROP TABLE IF EXISTS `zt_story`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_story` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` text, - `source` varchar(20) NOT NULL, - `sourceNote` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'story', - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `estimate` float unsigned NOT NULL, - `status` enum('','changed','active','draft','closed') NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `stage` enum('','wait','planned','projected','developing','developed','testing','tested','verified','released','closed') NOT NULL DEFAULT 'wait', - `stagedBy` char(30) NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `closedReason` varchar(30) NOT NULL, - `toBug` mediumint(8) unsigned NOT NULL, - `childStories` varchar(255) NOT NULL, - `linkStories` varchar(255) NOT NULL, - `duplicateStory` mediumint(8) unsigned NOT NULL, - `version` smallint(6) NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `status` (`status`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_story` --- - -LOCK TABLES `zt_story` WRITE; -/*!40000 ALTER TABLE `zt_story` DISABLE KEYS */; -INSERT INTO `zt_story` VALUES (1,0,1,0,1,'1','po','',0,'首页设计和开发','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:09:49','productManager','0000-00-00 00:00:00','productManager','2012-06-05 10:25:19','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(2,0,1,0,2,'1','po','',0,'新闻中心的设计和开发。','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:25:33','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(3,0,1,0,3,'1','po','',0,'成果展示的设计和开发','','',1,0,'active','','','developed','','','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:25:38','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,2,'0'),(4,0,1,0,4,'1','po','',0,'售后服务的设计和开发','','',1,1,'active','','','projected','','','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:25:42','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(5,0,1,0,5,'1','po','',0,'诚聘英才的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:21:39','productManager','2012-06-05 10:21:39','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(6,0,1,0,6,'1','po','',0,'合作洽谈的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:23:11','productManager','2012-06-05 10:23:11','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(7,0,1,0,7,'1','po','',0,'关于我们的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:24:19','productManager','2012-06-05 10:24:19','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(8,0,3,0,0,'','','',0,'需求一','','story',3,0,'active','','','wait','','','admin','2020-12-02 15:02:56','jia','2020-12-07 10:06:09','admin','2020-12-07 10:06:09','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(9,0,3,0,0,'','','',0,'需要评审的需求','','story',3,0,'draft','','','wait','','','admin','2020-12-02 15:05:28','admin','2020-12-04 11:23:41','admin','2020-12-04 11:23:41','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(10,0,6,0,0,'','','',0,'需求一','','story',3,0,'active','','','wait','','','admin','2020-12-17 10:03:00','admin','2020-12-17 10:03:24','admin','2020-12-17 10:03:06','jia','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(11,0,6,0,0,'','','',0,'需求二','','story',3,0,'active','','','wait','','','admin','2020-12-17 10:04:02','ding','2020-12-17 10:22:49','admin','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,2,'0'),(12,0,6,0,0,'','','',0,'需求四','','story',3,0,'draft','','','wait','','','admin','2020-12-17 10:05:16','','0000-00-00 00:00:00','','0000-00-00 00:00:00','jia','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(13,0,6,0,0,'','','',0,'需求三','','story',3,0,'active','','','wait','','','admin','2020-12-17 10:23:41','admin','2020-12-17 10:23:56','admin','2020-12-17 10:23:48','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,2,'0'),(14,0,6,0,0,'','','',0,'需求五','','story',3,0,'active','','','wait','','','admin','2020-12-17 10:28:10','admin','2020-12-17 10:47:56','admin','2020-12-17 10:48:28','xuxu','2020-12-17','','0000-00-00 00:00:00','',0,'','',0,3,'0'),(15,0,6,0,0,'','','',0,'需求六','','story',3,0,'active','','','wait','','','admin','2020-12-17 10:50:35','admin','2020-12-17 11:04:36','admin','2020-12-17 11:04:56','bing,ding','2020-12-17','','0000-00-00 00:00:00','',0,'','',0,4,'0'),(16,0,6,0,0,'','','',0,'需求七','','story',3,0,'changed','','','wait','','','admin','2020-12-17 11:08:40','yiyi','2020-12-17 11:12:13','admin','2020-12-17 11:10:44','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,6,'0'),(17,0,6,0,0,'','','',0,'需求八','','story',3,0,'draft','','','wait','','','admin','2020-12-17 11:32:12','','2020-12-17 11:33:04','admin','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,3,'0'),(18,0,6,0,0,'3','','',0,'需求九','','story',1,0,'changed','','','projected','',NULL,'admin','2020-12-17 15:07:23','bing','2020-12-17 15:08:27','admin','2020-12-17 16:21:56','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,4,'0'),(19,0,4,0,0,'4,4','','',0,'1','','story',3,0,'active','','','planned','admin','','admin','2020-12-17 16:22:15','','2020-12-18 10:53:42','admin','2020-12-18 10:57:07','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0'),(20,0,4,0,0,'4','','',0,'2','','story',2,0,'active','','','wait','admin',NULL,'admin','2020-12-18 10:44:26','','2020-12-18 10:45:31','admin','2020-12-18 10:45:31','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'1'); -/*!40000 ALTER TABLE `zt_story` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storyspec` --- - -DROP TABLE IF EXISTS `zt_storyspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storyspec` ( - `story` mediumint(9) NOT NULL, - `version` smallint(6) NOT NULL, - `title` varchar(255) NOT NULL, - `spec` text NOT NULL, - `verify` text NOT NULL, - UNIQUE KEY `story` (`story`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storyspec` --- - -LOCK TABLES `zt_storyspec` WRITE; -/*!40000 ALTER TABLE `zt_storyspec` DISABLE KEYS */; -INSERT INTO `zt_storyspec` VALUES (1,1,'首页设计和开发','作为一名本公司的用户,我希望可以在首页看到该公司网站的基本内容,例如最新动态、部分成果展示、联系信息、工商信息等。
','开发并通过验收
'),(2,1,'新闻中心的设计和开发。','作为一名本公司的用户,我希望可以在新闻中心看到该公司网站的企业新闻,这样可以通过新闻了解企业的最新动态。
',''),(3,1,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(3,2,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(4,1,'售后服务的设计和开发','作为一名本公司的用户,我希望可以在售后服务看到该公司网站的售后服务,这样可以方便我联系该公司来解决我的问题。 
',''),(5,1,'诚聘英才的设计和开发','作为一名求职者,我希望可以在诚聘英才里看到该公司的招聘信息,这样可以方便我应聘该公司。 
',''),(6,1,'合作洽谈的设计和开发','作为一名合作商,我希望可以在合作洽谈里看到该公司对外的合作内容,这样可以方便我和该公司进行合作洽谈。 
',''),(7,1,'关于我们的设计和开发','我希望可以在关于我们里看到该公司的基本信息,这样可以方便我了解该公司。
',''),(8,1,'需求一','',''),(9,1,'需要评审的需求','',''),(10,1,'需求一','',''),(11,1,'需求二','',''),(12,1,'需求四','',''),(11,2,'需求二','11111',''),(13,1,'需求三','',''),(13,2,'需求三','11111',''),(14,1,'需求五','',''),(14,2,'需求五','1111',''),(14,3,'需求五','111111',''),(15,1,'需求六','',''),(15,2,'需求六','1111',''),(15,3,'需求六','111111',''),(15,4,'需求六','111111111',''),(16,1,'需求七','',''),(16,2,'需求七','11111',''),(16,3,'需求七','111111111',''),(16,4,'需求七','11111111111',''),(16,5,'需求七','1111111111111',''),(16,6,'需求七','111111111111111',''),(17,1,'需求八','',''),(17,2,'需求八','11111',''),(17,3,'需求八','11111111',''),(18,1,'需求九','',''),(18,2,'需求九','111111',''),(18,3,'需求九','1111112222',''),(18,4,'需求九','11111122223333',''),(19,1,'1','',''),(20,1,'2','',''); -/*!40000 ALTER TABLE `zt_storyspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storystage` --- - -DROP TABLE IF EXISTS `zt_storystage`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storystage` ( - `story` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `stage` varchar(50) NOT NULL, - `stagedBy` char(30) NOT NULL, - UNIQUE KEY `story_branch` (`story`,`branch`), - KEY `story` (`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storystage` --- - -LOCK TABLES `zt_storystage` WRITE; -/*!40000 ALTER TABLE `zt_storystage` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_storystage` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_suitecase` --- - -DROP TABLE IF EXISTS `zt_suitecase`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_suitecase` ( - `suite` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - UNIQUE KEY `suitecase` (`suite`,`case`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_suitecase` --- - -LOCK TABLES `zt_suitecase` WRITE; -/*!40000 ALTER TABLE `zt_suitecase` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_suitecase` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_task` --- - -DROP TABLE IF EXISTS `zt_task`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_task` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(8) NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `estimate` float unsigned NOT NULL, - `consumed` float unsigned NOT NULL, - `left` float unsigned NOT NULL, - `deadline` date NOT NULL, - `status` enum('wait','doing','done','pause','cancel','closed') NOT NULL DEFAULT 'wait', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `openedBy` varchar(30) NOT NULL, - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `estStarted` date NOT NULL, - `realStarted` datetime NOT NULL, - `finishedBy` varchar(30) NOT NULL, - `finishedDate` datetime NOT NULL, - `finishedList` text NOT NULL, - `canceledBy` varchar(30) NOT NULL, - `canceledDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL, - `closedDate` datetime NOT NULL, - `closedReason` varchar(30) NOT NULL, - `lastEditedBy` varchar(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `project` (`project`), - KEY `story` (`story`), - KEY `parent` (`parent`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_task` --- - -LOCK TABLES `zt_task` WRITE; -/*!40000 ALTER TABLE `zt_task` DISABLE KEYS */; -INSERT INTO `zt_task` VALUES (1,0,1,0,1,1,0,'首页页面的设计','design',1,10,7,0,'0000-00-00','done','','','','首页页面的设计
','projectManager','2012-06-05 10:32:03','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00 00:00:00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(2,0,1,0,1,1,0,'首页的开发','devel',1,10,8,0,'0000-00-00','done','','','','首页的开发
','projectManager','2012-06-05 10:32:23','dev1','2012-06-05 10:41:20','0000-00-00','0000-00-00 00:00:00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(3,0,1,0,2,1,0,'新闻中心的设计','design',1,8,8,0,'0000-00-00','done','','','','新闻中心的设计
','projectManager','2012-06-05 10:33:01','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00 00:00:00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev2','2012-06-05 10:42:56','0'),(4,0,1,0,2,1,0,'新闻中心的开发','devel',1,8,5,0,'0000-00-00','done','','','','新闻中心的开发
','projectManager','2012-06-05 10:33:21','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00 00:00:00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev2','2012-06-05 10:42:56','0'),(5,0,1,0,3,2,0,'成果展示的设计','design',1,8,5,0,'0000-00-00','done','','','','成果展示的设计
','projectManager','2012-06-05 10:33:44','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00 00:00:00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev3','2012-06-05 10:43:32','0'),(6,0,1,0,3,2,0,'成果展示的开发','devel',1,8,5,0,'0000-00-00','done','','','','成果展示的开发
','projectManager','2012-06-05 10:33:59','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00 00:00:00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev3','2012-06-05 10:43:32','0'),(7,0,1,0,4,1,0,'售后服务的设计','design',1,8,0,8,'0000-00-00','cancel','','','','售后服务的设计
','projectManager','2012-06-05 10:34:25','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(8,0,1,0,4,1,0,'售后服务的开发','devel',1,8,6,0,'0000-00-00','cancel','','','','售后服务的开发
','projectManager','2012-06-05 10:34:45','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00 00:00:00','dev1','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(9,0,1,0,4,1,0,'售后服务的开发','devel',1,8,0,8,'0000-00-00','cancel','','','','售后服务的开发
','projectManager','2012-06-05 10:35:01','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','0'),(10,-1,3,0,0,1,0,'任务一','design',3,0,0,5,'0000-00-00','doing','','','','','admin','2020-12-02 16:57:14','','0000-00-00 00:00:00','0000-00-00','2020-12-07 13:44:56','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','admin','2020-12-07 13:45:21','0'),(11,0,3,0,0,1,0,'任务二','design',3,0,0,0,'0000-00-00','wait','','',NULL,'','admin','2020-12-02 16:57:29','','0000-00-00 00:00:00','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','0'),(12,0,3,0,0,1,0,'任务三','design',3,0,0,1,'0000-00-00','wait','','',NULL,'','admin','2020-12-02 16:57:29','admin','2020-12-02 16:57:41','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','admin','2020-12-02 16:57:41','0'),(13,10,3,0,0,1,0,'任务一子','design',3,0,0,0,'0000-00-00','wait','','',NULL,'','admin','2020-12-07 13:44:51','','0000-00-00 00:00:00','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','0'),(14,10,3,0,0,1,0,'任务一儿','design',3,0,0,5,'0000-00-00','pause','','',NULL,'','admin','2020-12-07 13:44:51','admin','2020-12-07 13:45:05','0000-00-00','2020-12-07 13:44:56','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','admin','2020-12-07 13:45:21','0'),(15,0,5,0,0,1,0,'设计任务','design',3,0,0,0,'0000-00-00','wait','','',NULL,'','admin','2020-12-18 08:26:02','','0000-00-00 00:00:00','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','0'),(16,-1,5,0,0,1,0,'开发任务','devel',3,0,16,12,'0000-00-00','doing','','',NULL,'','admin','2020-12-18 08:26:02','admin','2020-12-18 08:26:39','0000-00-00','2020-12-16 08:25:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','admin','2020-12-18 08:28:21','0'),(17,16,5,0,0,1,0,'开发子任务','devel',3,0,0,0,'0000-00-00','wait','','',NULL,'','admin','2020-12-18 08:28:21','','0000-00-00 00:00:00','0000-00-00','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','0'),(18,16,5,0,0,1,0,'开发任务','devel',3,0,16,12,'0000-00-00','doing','','','','','admin','2020-12-18 08:26:02','admin','2020-12-18 08:26:39','0000-00-00','2020-12-16 08:25:00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','admin','2020-12-18 08:27:17','0'); -/*!40000 ALTER TABLE `zt_task` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_taskestimate` --- - -DROP TABLE IF EXISTS `zt_taskestimate`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_taskestimate` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `left` float unsigned NOT NULL DEFAULT '0', - `consumed` float unsigned NOT NULL, - `account` char(30) NOT NULL DEFAULT '', - `work` text, - PRIMARY KEY (`id`), - KEY `task` (`task`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_taskestimate` --- - -LOCK TABLES `zt_taskestimate` WRITE; -/*!40000 ALTER TABLE `zt_taskestimate` DISABLE KEYS */; -INSERT INTO `zt_taskestimate` VALUES (1,14,'2020-12-07',5,0,'admin',''),(2,18,'2020-12-16',12,16,'admin',''); -/*!40000 ALTER TABLE `zt_taskestimate` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_team` --- - -DROP TABLE IF EXISTS `zt_team`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_team` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `type` enum('project','task') NOT NULL DEFAULT 'project', - `account` char(30) NOT NULL DEFAULT '', - `role` char(30) NOT NULL DEFAULT '', - `limited` char(8) NOT NULL DEFAULT 'no', - `join` date NOT NULL DEFAULT '0000-00-00', - `days` smallint(5) unsigned NOT NULL, - `hours` float(2,1) unsigned NOT NULL DEFAULT '0.0', - `estimate` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `consumed` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `left` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `order` tinyint(3) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `team` (`root`,`type`,`account`) -) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_team` --- - -LOCK TABLES `zt_team` WRITE; -/*!40000 ALTER TABLE `zt_team` DISABLE KEYS */; -INSERT INTO `zt_team` VALUES (1,1,'project','dev3','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(2,1,'project','productManager','产品经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(3,1,'project','tester2','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(4,1,'project','tester1','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(5,2,'project','projectManager','项目经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(6,2,'project','tester2','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(7,2,'project','tester1','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(8,2,'project','dev3','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(9,2,'project','dev2','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(10,2,'project','dev1','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(11,1,'project','dev1','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(12,1,'project','dev2','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(13,1,'project','projectManager','项目经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(14,1,'project','testManager','测试主管','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(15,2,'project','productManager','产品经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(40,4,'project','jia','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(41,4,'project','yiyi','研发','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(43,6,'project','admin','','no','2020-12-17',10,7.0,0.00,0.00,0.00,0),(36,3,'project','admin','','no','2020-12-02',133,7.0,0.00,0.00,0.00,0),(39,4,'project','admin','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(44,7,'project','admin','','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(45,3,'project','productManager','产品负责人','no','2021-02-22',133,7.0,0.00,0.00,0.00,0),(42,5,'project','admin','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(46,3,'project','xuxu','测试负责人','no','2021-02-22',133,7.0,0.00,0.00,0.00,0),(47,3,'project','projectManager','发布负责人','no','2021-02-22',133,7.0,0.00,0.00,0.00,0),(48,8,'project','admin','','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(49,8,'project','projectManager','项目负责人','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(50,9,'project','admin','','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(51,9,'project','projectManager','项目负责人','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(52,10,'project','admin','','no','2021-02-22',10,7.0,0.00,0.00,0.00,0),(53,10,'project','projectManager','项目负责人','no','2021-02-22',10,7.0,0.00,0.00,0.00,0); -/*!40000 ALTER TABLE `zt_team` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testreport` --- - -DROP TABLE IF EXISTS `zt_testreport`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testreport` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `tasks` varchar(255) NOT NULL, - `builds` varchar(255) NOT NULL, - `title` varchar(255) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `owner` char(30) NOT NULL, - `members` text NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `cases` text NOT NULL, - `report` text NOT NULL, - `objectType` varchar(20) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testreport` --- - -LOCK TABLES `zt_testreport` WRITE; -/*!40000 ALTER TABLE `zt_testreport` DISABLE KEYS */; -INSERT INTO `zt_testreport` VALUES (1,3,3,'2','2','2020-12-02 TESTTASK#2 测试单 测试报告','2020-12-01','2020-12-31','admin','admin','','','5,6,7,8','','testtask',2,'admin','2020-12-02 16:01:34','0'),(2,3,3,'6','3','2020-12-03 PROJECT#3 项目一 测试报告','2020-12-02','2021-06-05','admin','','','','','','project',3,'admin','2020-12-03 11:20:29','0'),(3,3,3,'7','2','2020-12-03 PROJECT#3 项目一 测试报告','2020-12-02','2021-06-05','admin','','','','','','project',3,'admin','2020-12-03 11:24:23','0'),(4,3,3,'9','2','2020-12-03 TESTTASK#9 项目里提交的测试单 测试报告','2020-12-03','2020-12-04','admin','','','','','','testtask',9,'admin','2020-12-03 14:04:07','0'),(5,3,3,'10','2','2020-12-03 TESTTASK#10 测试单中提交的测试单 测试报告','2020-12-03','2020-12-04','admin','','','','','','testtask',10,'admin','2020-12-03 14:45:23','0'),(6,3,3,'11','2','2020-12-03 PROJECT#3 项目一 测试报告','2020-12-02','2021-06-05','admin','','','','','','project',3,'admin','2020-12-03 14:46:36','0'),(7,3,3,'10','2','2020-12-03 PROJECT#3 项目一 测试报告','2020-12-02','2021-06-05','jia','','','','','','project',3,'admin','2020-12-03 14:47:18','0'),(8,3,3,'11','2','2020-12-03 TESTTASK#11 项目里提交的测试单 测试报告','2020-12-03','2020-12-04','jia','','','','','','testtask',11,'admin','2020-12-03 14:50:46','0'),(9,3,3,'2','2','2020-12-03 PROJECT#3 项目一 测试报告','2020-12-02','2021-06-05','admin','admin','','','5,7,8','','project',3,'admin','2020-12-03 15:34:46','0'),(10,3,3,'12','2','2020-12-04 TESTTASK#12 测试3675 测试报告','2020-12-04','2020-12-05','admin','','','','5,7,8,9,10,11,12,13,14,15,16,17,18','','testtask',12,'admin','2020-12-04 09:18:35','0'),(11,3,3,'12','2','2020-12-04 TESTTASK#12 测试3675 测试报告','2020-12-04','2020-12-05','admin','','','','5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177','','testtask',12,'admin','2020-12-04 09:29:01','0'); -/*!40000 ALTER TABLE `zt_testreport` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testresult` --- - -DROP TABLE IF EXISTS `zt_testresult`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testresult` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `run` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `compile` mediumint(8) unsigned NOT NULL, - `caseResult` char(30) NOT NULL, - `stepResults` text NOT NULL, - `lastRunner` varchar(30) NOT NULL, - `date` datetime NOT NULL, - `duration` float NOT NULL, - `xml` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`), - KEY `run` (`run`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testresult` --- - -LOCK TABLES `zt_testresult` WRITE; -/*!40000 ALTER TABLE `zt_testresult` DISABLE KEYS */; -INSERT INTO `zt_testresult` VALUES (1,4,1,1,0,0,'pass','a:1:{i:1;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:00',0,''),(2,3,2,1,0,0,'pass','a:1:{i:2;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:05',0,''),(3,2,3,1,0,0,'pass','a:1:{i:3;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:07',0,''),(4,1,4,1,0,0,'pass','a:1:{i:4;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:08',0,''),(5,5,8,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:00:22',0,''),(6,6,7,1,0,0,'fail','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"fail\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:00:25',0,''),(7,7,6,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:00:31',0,''),(8,8,5,1,0,0,'blocked','a:1:{i:0;a:2:{s:6:\"result\";s:7:\"blocked\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:00:36',0,''),(9,6,7,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:17:45',0,''),(10,6,7,1,0,0,'fail','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"fail\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:18:05',0,''); -/*!40000 ALTER TABLE `zt_testresult` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testrun` --- - -DROP TABLE IF EXISTS `zt_testrun`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testrun` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `assignedTo` char(30) NOT NULL DEFAULT '', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `task` (`task`,`case`) -) ENGINE=MyISAM AUTO_INCREMENT=350 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testrun` --- - -LOCK TABLES `zt_testrun` WRITE; -/*!40000 ALTER TABLE `zt_testrun` DISABLE KEYS */; -INSERT INTO `zt_testrun` VALUES (1,1,4,1,'','testManager','2012-06-05 11:11:08','pass','done'),(2,1,3,1,'','testManager','2012-06-05 11:11:07','pass','done'),(3,1,2,1,'','testManager','2012-06-05 11:11:05','pass','done'),(4,1,1,1,'','testManager','2012-06-05 11:11:00','pass','done'),(5,2,8,1,'','admin','2020-12-02 16:00:22','pass','done'),(6,2,7,1,'','admin','2020-12-02 16:18:05','fail','done'),(7,2,6,1,'','admin','2020-12-02 16:00:31','pass','done'),(8,2,5,1,'','admin','2020-12-02 16:00:36','blocked','blocked'),(9,2,18,1,'','','0000-00-00 00:00:00','','wait'),(10,2,17,1,'','','0000-00-00 00:00:00','','wait'),(11,2,16,1,'','','0000-00-00 00:00:00','','wait'),(12,2,15,1,'','','0000-00-00 00:00:00','','wait'),(13,2,14,1,'','','0000-00-00 00:00:00','','wait'),(14,2,13,1,'','','0000-00-00 00:00:00','','wait'),(15,2,12,1,'','','0000-00-00 00:00:00','','wait'),(16,2,11,1,'','','0000-00-00 00:00:00','','wait'),(17,2,10,1,'','','0000-00-00 00:00:00','','wait'),(18,2,9,1,'','','0000-00-00 00:00:00','','wait'),(19,12,18,1,'','','0000-00-00 00:00:00','','wait'),(20,12,17,1,'','','0000-00-00 00:00:00','','wait'),(21,12,16,1,'','','0000-00-00 00:00:00','','wait'),(22,12,15,1,'','','0000-00-00 00:00:00','','wait'),(23,12,14,1,'','','0000-00-00 00:00:00','','wait'),(24,12,13,1,'','','0000-00-00 00:00:00','','wait'),(25,12,12,1,'','','0000-00-00 00:00:00','','wait'),(26,12,11,1,'','','0000-00-00 00:00:00','','wait'),(27,12,10,1,'','','0000-00-00 00:00:00','','wait'),(28,12,9,1,'','','0000-00-00 00:00:00','','wait'),(29,12,8,1,'','','0000-00-00 00:00:00','','wait'),(30,12,7,1,'','','0000-00-00 00:00:00','','wait'),(31,12,5,1,'','','0000-00-00 00:00:00','','wait'),(32,2,177,1,'','','0000-00-00 00:00:00','','wait'),(33,2,176,1,'','','0000-00-00 00:00:00','','wait'),(34,2,175,1,'','','0000-00-00 00:00:00','','wait'),(35,2,174,1,'','','0000-00-00 00:00:00','','wait'),(36,2,173,1,'','','0000-00-00 00:00:00','','wait'),(37,2,172,1,'','','0000-00-00 00:00:00','','wait'),(38,2,171,1,'','','0000-00-00 00:00:00','','wait'),(39,2,170,1,'','','0000-00-00 00:00:00','','wait'),(40,2,169,1,'','','0000-00-00 00:00:00','','wait'),(41,2,168,1,'','','0000-00-00 00:00:00','','wait'),(42,2,167,1,'','','0000-00-00 00:00:00','','wait'),(43,2,166,1,'','','0000-00-00 00:00:00','','wait'),(44,2,165,1,'','','0000-00-00 00:00:00','','wait'),(45,2,164,1,'','','0000-00-00 00:00:00','','wait'),(46,2,163,1,'','','0000-00-00 00:00:00','','wait'),(47,2,162,1,'','','0000-00-00 00:00:00','','wait'),(48,2,161,1,'','','0000-00-00 00:00:00','','wait'),(49,2,160,1,'','','0000-00-00 00:00:00','','wait'),(50,2,159,1,'','','0000-00-00 00:00:00','','wait'),(51,2,158,1,'','','0000-00-00 00:00:00','','wait'),(52,2,157,1,'','','0000-00-00 00:00:00','','wait'),(53,2,156,1,'','','0000-00-00 00:00:00','','wait'),(54,2,155,1,'','','0000-00-00 00:00:00','','wait'),(55,2,154,1,'','','0000-00-00 00:00:00','','wait'),(56,2,153,1,'','','0000-00-00 00:00:00','','wait'),(57,2,152,1,'','','0000-00-00 00:00:00','','wait'),(58,2,151,1,'','','0000-00-00 00:00:00','','wait'),(59,2,150,1,'','','0000-00-00 00:00:00','','wait'),(60,2,149,1,'','','0000-00-00 00:00:00','','wait'),(61,2,148,1,'','','0000-00-00 00:00:00','','wait'),(62,2,147,1,'','','0000-00-00 00:00:00','','wait'),(63,2,146,1,'','','0000-00-00 00:00:00','','wait'),(64,2,145,1,'','','0000-00-00 00:00:00','','wait'),(65,2,144,1,'','','0000-00-00 00:00:00','','wait'),(66,2,143,1,'','','0000-00-00 00:00:00','','wait'),(67,2,142,1,'','','0000-00-00 00:00:00','','wait'),(68,2,141,1,'','','0000-00-00 00:00:00','','wait'),(69,2,140,1,'','','0000-00-00 00:00:00','','wait'),(70,2,139,1,'','','0000-00-00 00:00:00','','wait'),(71,2,138,1,'','','0000-00-00 00:00:00','','wait'),(72,2,137,1,'','','0000-00-00 00:00:00','','wait'),(73,2,136,1,'','','0000-00-00 00:00:00','','wait'),(74,2,135,1,'','','0000-00-00 00:00:00','','wait'),(75,2,134,1,'','','0000-00-00 00:00:00','','wait'),(76,2,133,1,'','','0000-00-00 00:00:00','','wait'),(77,2,132,1,'','','0000-00-00 00:00:00','','wait'),(78,2,131,1,'','','0000-00-00 00:00:00','','wait'),(79,2,130,1,'','','0000-00-00 00:00:00','','wait'),(80,2,129,1,'','','0000-00-00 00:00:00','','wait'),(81,2,128,1,'','','0000-00-00 00:00:00','','wait'),(82,2,127,1,'','','0000-00-00 00:00:00','','wait'),(83,2,126,1,'','','0000-00-00 00:00:00','','wait'),(84,2,125,1,'','','0000-00-00 00:00:00','','wait'),(85,2,124,1,'','','0000-00-00 00:00:00','','wait'),(86,2,123,1,'','','0000-00-00 00:00:00','','wait'),(87,2,122,1,'','','0000-00-00 00:00:00','','wait'),(88,2,121,1,'','','0000-00-00 00:00:00','','wait'),(89,2,120,1,'','','0000-00-00 00:00:00','','wait'),(90,2,119,1,'','','0000-00-00 00:00:00','','wait'),(91,2,118,1,'','','0000-00-00 00:00:00','','wait'),(92,2,117,1,'','','0000-00-00 00:00:00','','wait'),(93,2,116,1,'','','0000-00-00 00:00:00','','wait'),(94,2,115,1,'','','0000-00-00 00:00:00','','wait'),(95,2,114,1,'','','0000-00-00 00:00:00','','wait'),(96,2,113,1,'','','0000-00-00 00:00:00','','wait'),(97,2,112,1,'','','0000-00-00 00:00:00','','wait'),(98,2,111,1,'','','0000-00-00 00:00:00','','wait'),(99,2,110,1,'','','0000-00-00 00:00:00','','wait'),(100,2,109,1,'','','0000-00-00 00:00:00','','wait'),(101,2,108,1,'','','0000-00-00 00:00:00','','wait'),(102,2,107,1,'','','0000-00-00 00:00:00','','wait'),(103,2,106,1,'','','0000-00-00 00:00:00','','wait'),(104,2,105,1,'','','0000-00-00 00:00:00','','wait'),(105,2,104,1,'','','0000-00-00 00:00:00','','wait'),(106,2,103,1,'','','0000-00-00 00:00:00','','wait'),(107,2,102,1,'','','0000-00-00 00:00:00','','wait'),(108,2,101,1,'','','0000-00-00 00:00:00','','wait'),(109,2,100,1,'','','0000-00-00 00:00:00','','wait'),(110,2,99,1,'','','0000-00-00 00:00:00','','wait'),(111,2,98,1,'','','0000-00-00 00:00:00','','wait'),(112,2,97,1,'','','0000-00-00 00:00:00','','wait'),(113,2,96,1,'','','0000-00-00 00:00:00','','wait'),(114,2,95,1,'','','0000-00-00 00:00:00','','wait'),(115,2,94,1,'','','0000-00-00 00:00:00','','wait'),(116,2,93,1,'','','0000-00-00 00:00:00','','wait'),(117,2,92,1,'','','0000-00-00 00:00:00','','wait'),(118,2,91,1,'','','0000-00-00 00:00:00','','wait'),(119,2,90,1,'','','0000-00-00 00:00:00','','wait'),(120,2,89,1,'','','0000-00-00 00:00:00','','wait'),(121,2,88,1,'','','0000-00-00 00:00:00','','wait'),(122,2,87,1,'','','0000-00-00 00:00:00','','wait'),(123,2,86,1,'','','0000-00-00 00:00:00','','wait'),(124,2,85,1,'','','0000-00-00 00:00:00','','wait'),(125,2,84,1,'','','0000-00-00 00:00:00','','wait'),(126,2,83,1,'','','0000-00-00 00:00:00','','wait'),(127,2,82,1,'','','0000-00-00 00:00:00','','wait'),(128,2,81,1,'','','0000-00-00 00:00:00','','wait'),(129,2,80,1,'','','0000-00-00 00:00:00','','wait'),(130,2,79,1,'','','0000-00-00 00:00:00','','wait'),(131,2,78,1,'','','0000-00-00 00:00:00','','wait'),(132,2,77,1,'','','0000-00-00 00:00:00','','wait'),(133,2,76,1,'','','0000-00-00 00:00:00','','wait'),(134,2,75,1,'','','0000-00-00 00:00:00','','wait'),(135,2,74,1,'','','0000-00-00 00:00:00','','wait'),(136,2,73,1,'','','0000-00-00 00:00:00','','wait'),(137,2,72,1,'','','0000-00-00 00:00:00','','wait'),(138,2,71,1,'','','0000-00-00 00:00:00','','wait'),(139,2,70,1,'','','0000-00-00 00:00:00','','wait'),(140,2,69,1,'','','0000-00-00 00:00:00','','wait'),(141,2,68,1,'','','0000-00-00 00:00:00','','wait'),(142,2,67,1,'','','0000-00-00 00:00:00','','wait'),(143,2,66,1,'','','0000-00-00 00:00:00','','wait'),(144,2,65,1,'','','0000-00-00 00:00:00','','wait'),(145,2,64,1,'','','0000-00-00 00:00:00','','wait'),(146,2,63,1,'','','0000-00-00 00:00:00','','wait'),(147,2,62,1,'','','0000-00-00 00:00:00','','wait'),(148,2,61,1,'','','0000-00-00 00:00:00','','wait'),(149,2,60,1,'','','0000-00-00 00:00:00','','wait'),(150,2,59,1,'','','0000-00-00 00:00:00','','wait'),(151,2,58,1,'','','0000-00-00 00:00:00','','wait'),(152,2,57,1,'','','0000-00-00 00:00:00','','wait'),(153,2,56,1,'','','0000-00-00 00:00:00','','wait'),(154,2,55,1,'','','0000-00-00 00:00:00','','wait'),(155,2,54,1,'','','0000-00-00 00:00:00','','wait'),(156,2,53,1,'','','0000-00-00 00:00:00','','wait'),(157,2,52,1,'','','0000-00-00 00:00:00','','wait'),(158,2,51,1,'','','0000-00-00 00:00:00','','wait'),(159,2,50,1,'','','0000-00-00 00:00:00','','wait'),(160,2,49,1,'','','0000-00-00 00:00:00','','wait'),(161,2,48,1,'','','0000-00-00 00:00:00','','wait'),(162,2,47,1,'','','0000-00-00 00:00:00','','wait'),(163,2,46,1,'','','0000-00-00 00:00:00','','wait'),(164,2,45,1,'','','0000-00-00 00:00:00','','wait'),(165,2,44,1,'','','0000-00-00 00:00:00','','wait'),(166,2,43,1,'','','0000-00-00 00:00:00','','wait'),(167,2,42,1,'','','0000-00-00 00:00:00','','wait'),(168,2,41,1,'','','0000-00-00 00:00:00','','wait'),(169,2,40,1,'','','0000-00-00 00:00:00','','wait'),(170,2,39,1,'','','0000-00-00 00:00:00','','wait'),(171,2,38,1,'','','0000-00-00 00:00:00','','wait'),(172,2,37,1,'','','0000-00-00 00:00:00','','wait'),(173,2,36,1,'','','0000-00-00 00:00:00','','wait'),(174,2,35,1,'','','0000-00-00 00:00:00','','wait'),(175,2,34,1,'','','0000-00-00 00:00:00','','wait'),(176,2,33,1,'','','0000-00-00 00:00:00','','wait'),(177,2,32,1,'','','0000-00-00 00:00:00','','wait'),(178,2,31,1,'','','0000-00-00 00:00:00','','wait'),(179,2,30,1,'','','0000-00-00 00:00:00','','wait'),(180,2,29,1,'','','0000-00-00 00:00:00','','wait'),(181,2,28,1,'','','0000-00-00 00:00:00','','wait'),(182,2,27,1,'','','0000-00-00 00:00:00','','wait'),(183,2,26,1,'','','0000-00-00 00:00:00','','wait'),(184,2,25,1,'','','0000-00-00 00:00:00','','wait'),(185,2,24,1,'','','0000-00-00 00:00:00','','wait'),(186,2,23,1,'','','0000-00-00 00:00:00','','wait'),(187,2,22,1,'','','0000-00-00 00:00:00','','wait'),(188,2,21,1,'','','0000-00-00 00:00:00','','wait'),(189,2,20,1,'','','0000-00-00 00:00:00','','wait'),(190,2,19,1,'','','0000-00-00 00:00:00','','wait'),(191,12,177,1,'','','0000-00-00 00:00:00','','wait'),(192,12,176,1,'','','0000-00-00 00:00:00','','wait'),(193,12,175,1,'','','0000-00-00 00:00:00','','wait'),(194,12,174,1,'','','0000-00-00 00:00:00','','wait'),(195,12,173,1,'','','0000-00-00 00:00:00','','wait'),(196,12,172,1,'','','0000-00-00 00:00:00','','wait'),(197,12,171,1,'','','0000-00-00 00:00:00','','wait'),(198,12,170,1,'','','0000-00-00 00:00:00','','wait'),(199,12,169,1,'','','0000-00-00 00:00:00','','wait'),(200,12,168,1,'','','0000-00-00 00:00:00','','wait'),(201,12,167,1,'','','0000-00-00 00:00:00','','wait'),(202,12,166,1,'','','0000-00-00 00:00:00','','wait'),(203,12,165,1,'','','0000-00-00 00:00:00','','wait'),(204,12,164,1,'','','0000-00-00 00:00:00','','wait'),(205,12,163,1,'','','0000-00-00 00:00:00','','wait'),(206,12,162,1,'','','0000-00-00 00:00:00','','wait'),(207,12,161,1,'','','0000-00-00 00:00:00','','wait'),(208,12,160,1,'','','0000-00-00 00:00:00','','wait'),(209,12,159,1,'','','0000-00-00 00:00:00','','wait'),(210,12,158,1,'','','0000-00-00 00:00:00','','wait'),(211,12,157,1,'','','0000-00-00 00:00:00','','wait'),(212,12,156,1,'','','0000-00-00 00:00:00','','wait'),(213,12,155,1,'','','0000-00-00 00:00:00','','wait'),(214,12,154,1,'','','0000-00-00 00:00:00','','wait'),(215,12,153,1,'','','0000-00-00 00:00:00','','wait'),(216,12,152,1,'','','0000-00-00 00:00:00','','wait'),(217,12,151,1,'','','0000-00-00 00:00:00','','wait'),(218,12,150,1,'','','0000-00-00 00:00:00','','wait'),(219,12,149,1,'','','0000-00-00 00:00:00','','wait'),(220,12,148,1,'','','0000-00-00 00:00:00','','wait'),(221,12,147,1,'','','0000-00-00 00:00:00','','wait'),(222,12,146,1,'','','0000-00-00 00:00:00','','wait'),(223,12,145,1,'','','0000-00-00 00:00:00','','wait'),(224,12,144,1,'','','0000-00-00 00:00:00','','wait'),(225,12,143,1,'','','0000-00-00 00:00:00','','wait'),(226,12,142,1,'','','0000-00-00 00:00:00','','wait'),(227,12,141,1,'','','0000-00-00 00:00:00','','wait'),(228,12,140,1,'','','0000-00-00 00:00:00','','wait'),(229,12,139,1,'','','0000-00-00 00:00:00','','wait'),(230,12,138,1,'','','0000-00-00 00:00:00','','wait'),(231,12,137,1,'','','0000-00-00 00:00:00','','wait'),(232,12,136,1,'','','0000-00-00 00:00:00','','wait'),(233,12,135,1,'','','0000-00-00 00:00:00','','wait'),(234,12,134,1,'','','0000-00-00 00:00:00','','wait'),(235,12,133,1,'','','0000-00-00 00:00:00','','wait'),(236,12,132,1,'','','0000-00-00 00:00:00','','wait'),(237,12,131,1,'','','0000-00-00 00:00:00','','wait'),(238,12,130,1,'','','0000-00-00 00:00:00','','wait'),(239,12,129,1,'','','0000-00-00 00:00:00','','wait'),(240,12,128,1,'','','0000-00-00 00:00:00','','wait'),(241,12,127,1,'','','0000-00-00 00:00:00','','wait'),(242,12,126,1,'','','0000-00-00 00:00:00','','wait'),(243,12,125,1,'','','0000-00-00 00:00:00','','wait'),(244,12,124,1,'','','0000-00-00 00:00:00','','wait'),(245,12,123,1,'','','0000-00-00 00:00:00','','wait'),(246,12,122,1,'','','0000-00-00 00:00:00','','wait'),(247,12,121,1,'','','0000-00-00 00:00:00','','wait'),(248,12,120,1,'','','0000-00-00 00:00:00','','wait'),(249,12,119,1,'','','0000-00-00 00:00:00','','wait'),(250,12,118,1,'','','0000-00-00 00:00:00','','wait'),(251,12,117,1,'','','0000-00-00 00:00:00','','wait'),(252,12,116,1,'','','0000-00-00 00:00:00','','wait'),(253,12,115,1,'','','0000-00-00 00:00:00','','wait'),(254,12,114,1,'','','0000-00-00 00:00:00','','wait'),(255,12,113,1,'','','0000-00-00 00:00:00','','wait'),(256,12,112,1,'','','0000-00-00 00:00:00','','wait'),(257,12,111,1,'','','0000-00-00 00:00:00','','wait'),(258,12,110,1,'','','0000-00-00 00:00:00','','wait'),(259,12,109,1,'','','0000-00-00 00:00:00','','wait'),(260,12,108,1,'','','0000-00-00 00:00:00','','wait'),(261,12,107,1,'','','0000-00-00 00:00:00','','wait'),(262,12,106,1,'','','0000-00-00 00:00:00','','wait'),(263,12,105,1,'','','0000-00-00 00:00:00','','wait'),(264,12,104,1,'','','0000-00-00 00:00:00','','wait'),(265,12,103,1,'','','0000-00-00 00:00:00','','wait'),(266,12,102,1,'','','0000-00-00 00:00:00','','wait'),(267,12,101,1,'','','0000-00-00 00:00:00','','wait'),(268,12,100,1,'','','0000-00-00 00:00:00','','wait'),(269,12,99,1,'','','0000-00-00 00:00:00','','wait'),(270,12,98,1,'','','0000-00-00 00:00:00','','wait'),(271,12,97,1,'','','0000-00-00 00:00:00','','wait'),(272,12,96,1,'','','0000-00-00 00:00:00','','wait'),(273,12,95,1,'','','0000-00-00 00:00:00','','wait'),(274,12,94,1,'','','0000-00-00 00:00:00','','wait'),(275,12,93,1,'','','0000-00-00 00:00:00','','wait'),(276,12,92,1,'','','0000-00-00 00:00:00','','wait'),(277,12,91,1,'','','0000-00-00 00:00:00','','wait'),(278,12,90,1,'','','0000-00-00 00:00:00','','wait'),(279,12,89,1,'','','0000-00-00 00:00:00','','wait'),(280,12,88,1,'','','0000-00-00 00:00:00','','wait'),(281,12,87,1,'','','0000-00-00 00:00:00','','wait'),(282,12,86,1,'','','0000-00-00 00:00:00','','wait'),(283,12,85,1,'','','0000-00-00 00:00:00','','wait'),(284,12,84,1,'','','0000-00-00 00:00:00','','wait'),(285,12,83,1,'','','0000-00-00 00:00:00','','wait'),(286,12,82,1,'','','0000-00-00 00:00:00','','wait'),(287,12,81,1,'','','0000-00-00 00:00:00','','wait'),(288,12,80,1,'','','0000-00-00 00:00:00','','wait'),(289,12,79,1,'','','0000-00-00 00:00:00','','wait'),(290,12,78,1,'','','0000-00-00 00:00:00','','wait'),(291,12,77,1,'','','0000-00-00 00:00:00','','wait'),(292,12,76,1,'','','0000-00-00 00:00:00','','wait'),(293,12,75,1,'','','0000-00-00 00:00:00','','wait'),(294,12,74,1,'','','0000-00-00 00:00:00','','wait'),(295,12,73,1,'','','0000-00-00 00:00:00','','wait'),(296,12,72,1,'','','0000-00-00 00:00:00','','wait'),(297,12,71,1,'','','0000-00-00 00:00:00','','wait'),(298,12,70,1,'','','0000-00-00 00:00:00','','wait'),(299,12,69,1,'','','0000-00-00 00:00:00','','wait'),(300,12,68,1,'','','0000-00-00 00:00:00','','wait'),(301,12,67,1,'','','0000-00-00 00:00:00','','wait'),(302,12,66,1,'','','0000-00-00 00:00:00','','wait'),(303,12,65,1,'','','0000-00-00 00:00:00','','wait'),(304,12,64,1,'','','0000-00-00 00:00:00','','wait'),(305,12,63,1,'','','0000-00-00 00:00:00','','wait'),(306,12,62,1,'','','0000-00-00 00:00:00','','wait'),(307,12,61,1,'','','0000-00-00 00:00:00','','wait'),(308,12,60,1,'','','0000-00-00 00:00:00','','wait'),(309,12,59,1,'','','0000-00-00 00:00:00','','wait'),(310,12,58,1,'','','0000-00-00 00:00:00','','wait'),(311,12,57,1,'','','0000-00-00 00:00:00','','wait'),(312,12,56,1,'','','0000-00-00 00:00:00','','wait'),(313,12,55,1,'','','0000-00-00 00:00:00','','wait'),(314,12,54,1,'','','0000-00-00 00:00:00','','wait'),(315,12,53,1,'','','0000-00-00 00:00:00','','wait'),(316,12,52,1,'','','0000-00-00 00:00:00','','wait'),(317,12,51,1,'','','0000-00-00 00:00:00','','wait'),(318,12,50,1,'','','0000-00-00 00:00:00','','wait'),(319,12,49,1,'','','0000-00-00 00:00:00','','wait'),(320,12,48,1,'','','0000-00-00 00:00:00','','wait'),(321,12,47,1,'','','0000-00-00 00:00:00','','wait'),(322,12,46,1,'','','0000-00-00 00:00:00','','wait'),(323,12,45,1,'','','0000-00-00 00:00:00','','wait'),(324,12,44,1,'','','0000-00-00 00:00:00','','wait'),(325,12,43,1,'','','0000-00-00 00:00:00','','wait'),(326,12,42,1,'','','0000-00-00 00:00:00','','wait'),(327,12,41,1,'','','0000-00-00 00:00:00','','wait'),(328,12,40,1,'','','0000-00-00 00:00:00','','wait'),(329,12,39,1,'','','0000-00-00 00:00:00','','wait'),(330,12,38,1,'','','0000-00-00 00:00:00','','wait'),(331,12,37,1,'','','0000-00-00 00:00:00','','wait'),(332,12,36,1,'','','0000-00-00 00:00:00','','wait'),(333,12,35,1,'','','0000-00-00 00:00:00','','wait'),(334,12,34,1,'','','0000-00-00 00:00:00','','wait'),(335,12,33,1,'','','0000-00-00 00:00:00','','wait'),(336,12,32,1,'','','0000-00-00 00:00:00','','wait'),(337,12,31,1,'','','0000-00-00 00:00:00','','wait'),(338,12,30,1,'','','0000-00-00 00:00:00','','wait'),(339,12,29,1,'','','0000-00-00 00:00:00','','wait'),(340,12,28,1,'','','0000-00-00 00:00:00','','wait'),(341,12,27,1,'','','0000-00-00 00:00:00','','wait'),(342,12,26,1,'','','0000-00-00 00:00:00','','wait'),(343,12,25,1,'','','0000-00-00 00:00:00','','wait'),(344,12,24,1,'','','0000-00-00 00:00:00','','wait'),(345,12,23,1,'','','0000-00-00 00:00:00','','wait'),(346,12,22,1,'','','0000-00-00 00:00:00','','wait'),(347,12,21,1,'','','0000-00-00 00:00:00','','wait'),(348,12,20,1,'','','0000-00-00 00:00:00','','wait'),(349,12,19,1,'','','0000-00-00 00:00:00','','wait'); -/*!40000 ALTER TABLE `zt_testrun` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testsuite` --- - -DROP TABLE IF EXISTS `zt_testsuite`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testsuite` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `type` varchar(20) NOT NULL, - `addedBy` char(30) NOT NULL, - `addedDate` datetime NOT NULL, - `lastEditedBy` char(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testsuite` --- - -LOCK TABLES `zt_testsuite` WRITE; -/*!40000 ALTER TABLE `zt_testsuite` DISABLE KEYS */; -INSERT INTO `zt_testsuite` VALUES (1,0,'用例库','','library','admin','2020-12-04 09:21:35','','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_testsuite` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testtask` --- - -DROP TABLE IF EXISTS `zt_testtask`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testtask` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(90) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `begin` date NOT NULL, - `end` date NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `report` text NOT NULL, - `status` enum('blocked','doing','wait','done') NOT NULL DEFAULT 'wait', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testtask` --- - -LOCK TABLES `zt_testtask` WRITE; -/*!40000 ALTER TABLE `zt_testtask` DISABLE KEYS */; -INSERT INTO `zt_testtask` VALUES (1,'企业网站第一期测试任务',1,1,'trunk','testManager',0,'2012-06-05','2013-06-21',NULL,'','','wait','no','','0'),(2,'测试单',3,3,'2','',0,'2020-12-01','2020-12-31','','','','wait','no','','0'),(3,'1111111111111111111111111111111111111111111111111111111111111111111111111',3,3,'2','',0,'2020-12-01','2020-12-02','','','','wait','no','','1'),(4,'1111111111111111111111111111111111111111111111111111111111111111111111111111111111111',3,3,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','1'),(5,'22222222222222222222222222222222222222222222222222222222222222222222222222222222222',3,3,'3','',0,'2020-12-03','2020-12-04','','','','wait','no','','1'),(6,'111111111111111111111111111',3,3,'3','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(7,'22222',3,3,'2','',0,'2020-12-01','2020-12-02','','','','wait','no','','0'),(8,'测测测测测',3,3,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(9,'项目里提交的测试单',3,3,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(10,'测试单中提交的测试单',3,3,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(11,'项目里提交的测试单',3,3,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(12,'测试3675',3,3,'2','',0,'2020-12-04','2020-12-05','','','','wait','no','','0'); -/*!40000 ALTER TABLE `zt_testtask` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_todo` --- - -DROP TABLE IF EXISTS `zt_todo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_todo` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `date` date NOT NULL, - `begin` smallint(4) unsigned zerofill NOT NULL, - `end` smallint(4) unsigned zerofill NOT NULL, - `type` char(10) NOT NULL, - `cycle` tinyint(3) unsigned NOT NULL DEFAULT '0', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `name` char(150) NOT NULL, - `desc` text NOT NULL, - `status` enum('wait','doing','done','closed') NOT NULL DEFAULT 'wait', - `private` tinyint(1) NOT NULL, - `config` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedBy` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `finishedBy` varchar(30) NOT NULL DEFAULT '', - `finishedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `assignedTo` (`assignedTo`), - KEY `finishedBy` (`finishedBy`), - KEY `date` (`date`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_todo` --- - -LOCK TABLES `zt_todo` WRITE; -/*!40000 ALTER TABLE `zt_todo` DISABLE KEYS */; -INSERT INTO `zt_todo` VALUES (1,'admin','2020-12-08',1500,1530,'custom',0,0,0,'111111','','wait',0,'','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `zt_todo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_user` --- - -DROP TABLE IF EXISTS `zt_user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_user` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `dept` mediumint(8) unsigned NOT NULL DEFAULT '0', - `account` char(30) NOT NULL DEFAULT '', - `type` char(30) NOT NULL DEFAULT 'inside', - `password` char(32) NOT NULL DEFAULT '', - `role` char(10) NOT NULL DEFAULT '', - `realname` varchar(100) NOT NULL DEFAULT '', - `nickname` char(60) NOT NULL DEFAULT '', - `commiter` varchar(100) NOT NULL, - `avatar` char(30) NOT NULL DEFAULT '', - `birthday` date NOT NULL DEFAULT '0000-00-00', - `gender` enum('f','m') NOT NULL DEFAULT 'f', - `email` char(90) NOT NULL DEFAULT '', - `skype` char(90) NOT NULL DEFAULT '', - `qq` char(20) NOT NULL DEFAULT '', - `mobile` char(11) NOT NULL DEFAULT '', - `phone` char(20) NOT NULL DEFAULT '', - `weixin` varchar(90) NOT NULL DEFAULT '', - `dingding` varchar(90) NOT NULL DEFAULT '', - `slack` varchar(90) NOT NULL DEFAULT '', - `whatsapp` varchar(90) NOT NULL DEFAULT '', - `address` char(120) NOT NULL DEFAULT '', - `zipcode` char(10) NOT NULL DEFAULT '', - `join` date NOT NULL DEFAULT '0000-00-00', - `visits` mediumint(8) unsigned NOT NULL DEFAULT '0', - `ip` char(15) NOT NULL DEFAULT '', - `last` int(10) unsigned NOT NULL DEFAULT '0', - `fails` tinyint(5) NOT NULL DEFAULT '0', - `locked` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `ranzhi` char(30) NOT NULL DEFAULT '', - `score` int(11) NOT NULL DEFAULT '0', - `scoreLevel` int(11) NOT NULL DEFAULT '0', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `clientStatus` enum('online','away','busy','offline') NOT NULL DEFAULT 'offline', - `clientLang` varchar(10) NOT NULL DEFAULT 'zh-cn', - PRIMARY KEY (`id`), - UNIQUE KEY `account` (`account`), - KEY `dept` (`dept`), - KEY `email` (`email`), - KEY `commiter` (`commiter`), - KEY `deleted` (`deleted`) -) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_user` --- - -LOCK TABLES `zt_user` WRITE; -/*!40000 ALTER TABLE `zt_user` DISABLE KEYS */; -INSERT INTO `zt_user` VALUES (1,0,'admin','inside','6da8a7c05e2aa1774828500a8370feea','','admin','','','','0000-00-00','f','','','','','','','','','','','','0000-00-00',45,'10.0.2.2',1613954796,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(2,5,'productManager','inside','e10adc3949ba59abbe56e057f20f883e','po','产品经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338866083,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(3,6,'projectManager','inside','e10adc3949ba59abbe56e057f20f883e','pm','项目经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865876,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(4,2,'dev1','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发甲','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338863860,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(5,2,'dev2','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发乙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864116,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(6,2,'dev3','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发丙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864187,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(7,3,'tester1','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试甲','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865739,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(8,3,'tester2','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试乙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',2,'192.168.0.8',1338865450,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(9,3,'tester3','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试丙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338865125,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(10,1,'testManager','inside','e10adc3949ba59abbe56e057f20f883e','qd','测试经理','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',6,'192.168.0.8',1338865842,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(11,0,'jia','inside','6da8a7c05e2aa1774828500a8370feea','','开发甲','','','','0000-00-00','m','','','','','','','','','','','','2020-12-02',13,'10.0.2.2',1608170847,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(12,0,'yiyi','inside','6da8a7c05e2aa1774828500a8370feea','dev','开发乙','','','','0000-00-00','m','','','','','','','','','','','','2020-12-04',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(13,0,'bing','inside','6da8a7c05e2aa1774828500a8370feea','qa','测试丙','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(14,0,'ding','inside','6da8a7c05e2aa1774828500a8370feea','dev','开发丁','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(15,0,'wuwu','inside','6da8a7c05e2aa1774828500a8370feea','dev','开发戊','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(16,0,'xuxu','inside','6da8a7c05e2aa1774828500a8370feea','qa','测试徐','','','','0000-00-00','m','','','','','','','','','','','','0000-00-00',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'); -/*!40000 ALTER TABLE `zt_user` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usercontact` --- - -DROP TABLE IF EXISTS `zt_usercontact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usercontact` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `listName` varchar(60) NOT NULL, - `userList` text NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usercontact` --- - -LOCK TABLES `zt_usercontact` WRITE; -/*!40000 ALTER TABLE `zt_usercontact` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usercontact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usergroup` --- - -DROP TABLE IF EXISTS `zt_usergroup`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usergroup` ( - `account` char(30) NOT NULL DEFAULT '', - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - UNIQUE KEY `account` (`account`,`group`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usergroup` --- - -LOCK TABLES `zt_usergroup` WRITE; -/*!40000 ALTER TABLE `zt_usergroup` DISABLE KEYS */; -INSERT INTO `zt_usergroup` VALUES ('bing',3),('ding',2),('jia',2),('productManager',5),('projectManager',4),('tester1',3),('tester2',3),('tester3',3),('testManager',8),('wuwu',2),('xuxu',3),('yiyi',2); -/*!40000 ALTER TABLE `zt_usergroup` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userquery` --- - -DROP TABLE IF EXISTS `zt_userquery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userquery` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(90) NOT NULL, - `form` text NOT NULL, - `sql` text NOT NULL, - `shortcut` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `module` (`module`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userquery` --- - -LOCK TABLES `zt_userquery` WRITE; -/*!40000 ALTER TABLE `zt_userquery` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_userquery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usertpl` --- - -DROP TABLE IF EXISTS `zt_usertpl`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usertpl` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `type` char(30) NOT NULL, - `title` varchar(150) NOT NULL, - `content` text NOT NULL, - `public` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usertpl` --- - -LOCK TABLES `zt_usertpl` WRITE; -/*!40000 ALTER TABLE `zt_usertpl` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usertpl` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userview` --- - -DROP TABLE IF EXISTS `zt_userview`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userview` ( - `account` char(30) NOT NULL, - `products` mediumtext NOT NULL, - `projects` mediumtext NOT NULL, - UNIQUE KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userview` --- - -LOCK TABLES `zt_userview` WRITE; -/*!40000 ALTER TABLE `zt_userview` DISABLE KEYS */; -INSERT INTO `zt_userview` VALUES ('admin',',3',',3'),('jia',',3',''),('dev1','',''),('dev2','',''),('dev3','',''),('yiyi','',''),('bing','',''),('ding','',''),('wuwu','',''),('xuxu','',',3'); -/*!40000 ALTER TABLE `zt_userview` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_webhook` --- - -DROP TABLE IF EXISTS `zt_webhook`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_webhook` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(15) NOT NULL DEFAULT 'default', - `name` varchar(50) NOT NULL, - `url` varchar(255) NOT NULL, - `domain` varchar(255) NOT NULL, - `secret` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL DEFAULT 'application/json', - `sendType` enum('sync','async') NOT NULL DEFAULT 'sync', - `products` text NOT NULL, - `projects` text NOT NULL, - `params` varchar(100) NOT NULL, - `actions` text NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_webhook` --- - -LOCK TABLES `zt_webhook` WRITE; -/*!40000 ALTER TABLE `zt_webhook` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_webhook` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-02-22 11:44:17 diff --git a/zentaopms_back.sql b/zentaopms_back.sql deleted file mode 100644 index 4ace9c8290..0000000000 --- a/zentaopms_back.sql +++ /dev/null @@ -1,3106 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.20, for Linux (x86_64) --- --- Host: localhost Database: zentaopms1244 --- ------------------------------------------------------ --- Server version 5.7.20-0ubuntu0.16.04.1 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `zt_acl` --- - -DROP TABLE IF EXISTS `zt_acl`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_acl` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `objectType` char(30) NOT NULL, - `objectID` mediumint(9) NOT NULL DEFAULT '0', - `type` char(40) NOT NULL DEFAULT 'whitelist', - `source` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_acl` --- - -LOCK TABLES `zt_acl` WRITE; -/*!40000 ALTER TABLE `zt_acl` DISABLE KEYS */; -INSERT INTO `zt_acl` VALUES (1,'tester3','project',7,'whitelist','upgrade'),(2,'azhi','project',9,'whitelist','upgrade'),(3,'admin','project',9,'whitelist','upgrade'),(4,'projectManager','project',9,'whitelist','upgrade'),(5,'dev1','project',9,'whitelist','upgrade'),(6,'dev2','project',9,'whitelist','upgrade'),(7,'dev3','project',9,'whitelist','upgrade'),(8,'tester1','project',9,'whitelist','upgrade'),(9,'tester2','project',9,'whitelist','upgrade'),(10,'tester3','project',9,'whitelist','upgrade'); -/*!40000 ALTER TABLE `zt_acl` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_action` --- - -DROP TABLE IF EXISTS `zt_action`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_action` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL DEFAULT '', - `objectID` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` varchar(255) NOT NULL, - `project` mediumint(9) NOT NULL, - `actor` varchar(100) NOT NULL DEFAULT '', - `action` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL, - `comment` text NOT NULL, - `extra` text NOT NULL, - `read` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `date` (`date`), - KEY `actor` (`actor`), - KEY `project` (`project`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM AUTO_INCREMENT=948 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_action` --- - -LOCK TABLES `zt_action` WRITE; -/*!40000 ALTER TABLE `zt_action` DISABLE KEYS */; -INSERT INTO `zt_action` VALUES (1,'user',20,',0,',0,'azhi','logout','2012-06-05 09:24:52','','','0'),(2,'user',1,',0,',0,'admin','login','2012-06-05 09:25:00','','','0'),(3,'user',1,',0,',0,'admin','logout','2012-06-05 09:51:10','','','0'),(4,'user',2,',0,',0,'productManager','login','2012-06-05 09:51:33','','','0'),(5,'user',2,',0,',0,'productManager','logout','2012-06-05 09:53:05','','','0'),(6,'user',1,',0,',0,'admin','login','2012-06-05 09:53:10','','','0'),(7,'user',1,',0,',0,'admin','logout','2012-06-05 09:53:52','','','0'),(8,'user',2,',0,',0,'productManager','login','2012-06-05 09:54:07','','','0'),(9,'product',1,',1,',0,'productManager','opened','2012-06-05 09:57:07','','','0'),(10,'productplan',1,',1,',0,'productManager','opened','2012-06-05 10:02:49','','','0'),(11,'story',1,',1,',0,'productManager','opened','2012-06-05 10:09:49','','','0'),(12,'story',2,',1,',0,'productManager','opened','2012-06-05 10:16:37','','','0'),(13,'story',3,',1,',0,'productManager','opened','2012-06-05 10:18:10','','','0'),(14,'story',3,',1,',0,'productManager','changed','2012-06-05 10:19:06','','','0'),(15,'story',4,',1,',0,'productManager','opened','2012-06-05 10:20:16','','','0'),(16,'story',5,',1,',0,'productManager','opened','2012-06-05 10:21:39','','','0'),(17,'story',6,',1,',0,'productManager','opened','2012-06-05 10:23:11','','','0'),(18,'story',7,',1,',0,'productManager','opened','2012-06-05 10:24:19','','','0'),(19,'story',1,',1,',0,'productManager','reviewed','2012-06-05 10:25:19','','Pass','0'),(20,'story',2,',1,',0,'productManager','reviewed','2012-06-05 10:25:33','','Pass','0'),(21,'story',3,',1,',0,'productManager','reviewed','2012-06-05 10:25:38','','Pass','0'),(22,'story',4,',1,',0,'productManager','reviewed','2012-06-05 10:25:42','','Pass','0'),(23,'user',2,',0,',0,'productManager','logout','2012-06-05 10:26:20','','','0'),(24,'user',3,',0,',0,'projectManager','login','2012-06-05 10:26:38','','','0'),(25,'project',1,',1,',1,'projectManager','opened','2012-06-05 10:28:36','','','0'),(26,'story',4,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(27,'story',3,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(28,'story',2,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(29,'story',1,',1,',1,'projectManager','linked2project','2012-06-05 10:31:02','','1','0'),(30,'task',1,',1,',1,'projectManager','opened','2012-06-05 10:32:03','','','0'),(31,'task',2,',1,',1,'projectManager','opened','2012-06-05 10:32:23','','','0'),(32,'task',3,',1,',1,'projectManager','opened','2012-06-05 10:33:01','','','0'),(33,'task',4,',1,',1,'projectManager','opened','2012-06-05 10:33:21','','','0'),(34,'task',5,',1,',1,'projectManager','opened','2012-06-05 10:33:44','','','0'),(35,'task',6,',1,',1,'projectManager','opened','2012-06-05 10:33:59','','','0'),(36,'task',7,',1,',1,'projectManager','opened','2012-06-05 10:34:25','','','0'),(37,'task',8,',1,',1,'projectManager','opened','2012-06-05 10:34:45','','','0'),(38,'task',9,',1,',1,'projectManager','opened','2012-06-05 10:35:01','','','0'),(39,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:37:30','','','0'),(40,'user',4,',0,',0,'dev1','login','2012-06-05 10:37:40','','','0'),(41,'task',1,',1,',1,'dev1','started','2012-06-05 10:37:54','','','0'),(42,'task',1,',1,',1,'dev1','finished','2012-06-05 10:38:00','','','0'),(43,'task',8,',1,',1,'dev1','finished','2012-06-05 10:39:14','','','0'),(44,'task',9,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(45,'task',8,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(46,'task',7,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(47,'task',6,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(48,'task',5,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(49,'task',4,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(50,'task',3,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(51,'task',2,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(52,'task',1,',1,',1,'dev1','edited','2012-06-05 10:41:20','','','0'),(53,'user',4,',0,',0,'dev1','logout','2012-06-05 10:41:50','','','0'),(54,'user',5,',0,',0,'dev2','login','2012-06-05 10:41:56','','','0'),(55,'task',4,',1,',1,'dev2','edited','2012-06-05 10:42:56','','','0'),(56,'task',3,',1,',1,'dev2','edited','2012-06-05 10:42:57','','','0'),(57,'user',5,',0,',0,'dev2','logout','2012-06-05 10:43:02','','','0'),(58,'user',6,',0,',0,'dev3','login','2012-06-05 10:43:07','','','0'),(59,'task',6,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(60,'task',5,',1,',1,'dev3','edited','2012-06-05 10:43:32','','','0'),(61,'user',6,',0,',0,'dev3','logout','2012-06-05 10:43:42','','','0'),(62,'user',3,',0,',0,'projectManager','login','2012-06-05 10:44:05','','','0'),(63,'user',3,',0,',0,'projectManager','logout','2012-06-05 10:50:03','','','0'),(64,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:09','','','0'),(65,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:14','','','0'),(66,'user',10,',0,',0,'testManager','login','2012-06-05 10:50:23','','','0'),(67,'user',10,',0,',0,'testManager','logout','2012-06-05 10:50:32','','','0'),(68,'user',1,',0,',0,'admin','login','2012-06-05 10:50:36','','','0'),(69,'user',1,',0,',0,'admin','logout','2012-06-05 10:50:53','','','0'),(70,'user',10,',0,',0,'testManager','login','2012-06-05 10:51:01','','','0'),(71,'user',10,',0,',0,'testManager','logout','2012-06-05 10:51:33','','','0'),(72,'user',7,',0,',0,'tester1','login','2012-06-05 10:51:38','','','0'),(73,'bug',1,',1,',1,'tester1','opened','2012-06-05 10:56:11','','','0'),(74,'bug',2,',1,',1,'tester1','opened','2012-06-05 10:57:11','','','0'),(75,'user',7,',0,',0,'tester1','logout','2012-06-05 10:57:13','','','0'),(76,'user',8,',0,',0,'tester2','login','2012-06-05 10:57:24','','','0'),(77,'bug',3,',1,',1,'tester2','opened','2012-06-05 10:58:22','','','0'),(78,'user',8,',0,',0,'tester2','logout','2012-06-05 10:58:39','','','0'),(79,'user',9,',0,',0,'tester3','login','2012-06-05 10:58:46','','','0'),(80,'bug',4,',1,',1,'tester3','opened','2012-06-05 11:00:19','','','0'),(81,'case',1,',1,',0,'tester3','opened','2012-06-05 11:02:18','','','0'),(82,'case',1,',1,',0,'tester3','edited','2012-06-05 11:02:47','','','0'),(83,'user',9,',0,',0,'tester3','logout','2012-06-05 11:02:48','','','0'),(84,'user',7,',0,',0,'tester1','login','2012-06-05 11:02:56','','','0'),(85,'case',2,',1,',0,'tester1','opened','2012-06-05 11:03:28','','','0'),(86,'case',3,',1,',0,'tester1','opened','2012-06-05 11:03:54','','','0'),(87,'user',7,',0,',0,'tester1','logout','2012-06-05 11:04:00','','','0'),(88,'user',8,',0,',0,'tester2','login','2012-06-05 11:04:10','','','0'),(89,'case',4,',1,',0,'tester2','opened','2012-06-05 11:04:48','','','0'),(90,'user',8,',0,',0,'tester2','logout','2012-06-05 11:04:52','','','0'),(91,'user',10,',0,',0,'testManager','login','2012-06-05 11:04:58','','','0'),(92,'testtask',1,',1,',1,'testManager','opened','2012-06-05 11:07:41','','','0'),(93,'testtask',1,',1,',1,'testManager','edited','2012-06-05 11:07:52','','','0'),(94,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:10','','','0'),(95,'user',1,',0,',0,'admin','login','2012-06-05 11:08:15','','','0'),(96,'user',1,',0,',0,'admin','logout','2012-06-05 11:08:23','','','0'),(97,'user',10,',0,',0,'testManager','login','2012-06-05 11:08:35','','','0'),(98,'user',10,',0,',0,'testManager','logout','2012-06-05 11:08:55','','','0'),(99,'user',7,',0,',0,'tester1','login','2012-06-05 11:08:59','','','0'),(100,'user',7,',0,',0,'tester1','logout','2012-06-05 11:09:52','','','0'),(101,'user',1,',0,',0,'admin','login','2012-06-05 11:09:54','','','0'),(102,'user',1,',0,',0,'admin','logout','2012-06-05 11:10:38','','','0'),(103,'user',10,',0,',0,'testManager','login','2012-06-05 11:10:42','','','0'),(104,'user',10,',0,',0,'testManager','logout','2012-06-05 11:11:13','','','0'),(105,'user',3,',0,',0,'projectManager','login','2012-06-05 11:11:16','','','0'),(106,'build',1,',1,',1,'projectManager','opened','2012-06-05 11:11:45','','','0'),(107,'project',2,',1,',2,'projectManager','opened','2012-06-05 11:12:28','','','0'),(108,'user',3,',0,',0,'projectManager','logout','2012-06-05 11:14:40','','','0'),(109,'user',2,',0,',0,'productManager','login','2012-06-05 11:14:43','','','0'),(110,'product',2,',2,',0,'productManager','opened','2012-06-05 11:15:20','','','0'),(111,'user',1,',0,',0,'admin','login','2020-11-20 13:45:41','','','0'),(112,'project',10,',2,',10,'admin','opened','2020-11-20 13:55:33','','','0'),(113,'program',4,'',4,'admin','deleted','2020-11-20 14:10:28','','1','0'),(114,'program',3,'',3,'admin','deleted','2020-11-20 14:10:30','','1','0'),(115,'program',5,'',5,'admin','deleted','2020-11-20 14:10:32','','1','0'),(116,'program',11,'',11,'admin','opened','2020-11-20 14:37:40','','','0'),(117,'product',3,',3,',0,'admin','opened','2020-11-20 14:38:09','','','0'),(118,'project',12,',3,',12,'admin','opened','2020-11-20 14:39:47','','','0'),(119,'program',12,'',12,'admin','started','2020-11-20 14:39:57','','','0'),(120,'project',13,',,',13,'admin','opened','2020-11-20 14:40:54','','0','0'),(121,'project',13,',3,',13,'admin','managed','2020-11-20 14:41:21','','3','0'),(122,'story',8,',3,',0,'admin','opened','2020-11-20 14:42:09','','','0'),(123,'story',9,',3,',0,'admin','opened','2020-11-20 14:42:22','','','0'),(124,'story',8,',3,',0,'admin','assigned','2020-11-20 14:47:04','','admin','0'),(125,'project',10,',2,',10,'admin','edited','2020-11-20 16:37:18','','','0'),(126,'user',1,',0,',0,'admin','login','2020-11-21 08:55:32','','','0'),(127,'project',20,',4,',20,'admin','opened','2020-11-23 11:41:36','','','0'),(128,'project',21,',5,',21,'admin','opened','2020-11-23 11:43:44','','','0'),(129,'project',22,',,',22,'admin','opened','2020-11-23 12:08:52','','0','0'),(130,'project',13,',,',13,'admin','managed','2020-11-23 14:28:08','','','0'),(131,'project',13,',3,',13,'admin','managed','2020-11-23 14:28:12','','3','0'),(132,'project',23,',6,',23,'admin','opened','2020-11-23 14:29:49','','','0'),(133,'project',24,',7,',24,'admin','opened','2020-11-23 14:30:27','','','0'),(134,'project',31,',3,',31,'admin','opened','2020-11-23 16:04:26','','','0'),(135,'user',1,',0,',0,'admin','login','2020-11-23 16:20:45','','','0'),(136,'user',1,',0,',0,'admin','logout','2020-11-23 16:34:37','','','0'),(137,'user',1,',0,',0,'admin','login','2020-11-23 16:34:39','','','0'),(138,'task',10,',6,',26,'admin','opened','2020-11-23 16:36:00','','','0'),(139,'user',1,',0,',0,'admin','logout','2020-11-23 16:42:47','','','0'),(140,'user',1,',0,',0,'admin','login','2020-11-23 16:42:50','','','0'),(141,'user',1,',0,',0,'admin','login','2020-11-23 16:47:56','','','0'),(142,'bug',5,',6,',0,'admin','opened','2020-11-23 17:29:06','','','0'),(143,'project',23,',,',23,'admin','edited','2020-11-23 19:27:37','','','0'),(144,'project',31,',3,',31,'admin','edited','2020-11-23 19:41:00','','','0'),(145,'project',37,',,',37,'admin','managed','2020-11-23 19:41:18','','','0'),(146,'project',37,',3,',37,'admin','managed','2020-11-23 19:41:26','','3','0'),(147,'project',23,',6,',23,'admin','edited','2020-11-23 19:46:55','','','0'),(148,'project',38,',8,',38,'admin','opened','2020-11-23 19:47:37','','','0'),(149,'project',38,',,',38,'admin','edited','2020-11-23 20:08:38','','','0'),(150,'project',38,',,',38,'admin','edited','2020-11-23 20:11:27','','','0'),(151,'project',39,',9,',39,'admin','opened','2020-11-23 20:13:37','','','0'),(152,'project',40,',10,',40,'admin','opened','2020-11-23 20:18:36','','','0'),(153,'project',40,',9,10,',40,'admin','edited','2020-11-23 20:19:03','','','0'),(154,'project',40,',10,',40,'admin','managed','2020-11-23 20:19:14','','10','0'),(155,'project',38,',4,',38,'admin','managed','2020-11-23 20:40:41','','4','0'),(156,'project',38,',8,',38,'admin','managed','2020-11-23 20:40:49','','8','0'),(157,'program',6,'',6,'admin','started','2020-11-23 21:49:05','','','0'),(158,'user',1,',0,',0,'admin','login','2020-11-24 08:16:44','','','0'),(159,'task',11,',6,',27,'admin','opened','2020-11-24 08:30:06','','','0'),(160,'user',1,',0,',0,'admin','login','2020-11-24 08:30:24','','','0'),(161,'user',1,',0,',0,'admin','login','2020-11-24 09:19:01','','','0'),(162,'project',41,',3,',41,'admin','opened','2020-11-24 10:01:42','','','0'),(163,'project',42,',11,',42,'admin','opened','2020-11-24 11:17:27','','','0'),(164,'user',1,',0,',0,'admin','login','2020-11-24 11:19:45','','','0'),(165,'task',12,',10,',44,'admin','opened','2020-11-24 11:40:14','','','0'),(166,'risk',1,',0,',0,'admin','opened','2020-11-24 12:27:32','','','0'),(167,'bug',6,',5,',0,'admin','opened','2020-11-24 12:28:18','','','0'),(168,'user',1,',0,',0,'admin','login','2020-11-24 12:28:56','','','0'),(169,'user',1,',0,',0,'admin','login','2020-11-24 12:31:05','','','0'),(170,'story',10,',3,',0,'admin','opened','2020-11-24 12:35:08','','','0'),(171,'user',1,',0,',0,'admin','login','2020-11-24 12:35:22','','','0'),(172,'user',1,',0,',0,'admin','login','2020-11-24 13:15:46','','','0'),(173,'project',22,',5,',22,'admin','managed','2020-11-24 13:26:40','','5','0'),(174,'build',2,',5,',22,'admin','opened','2020-11-24 13:26:59','','','0'),(175,'user',1,',0,',0,'admin','login','2020-11-24 13:27:13','','','0'),(176,'issue',1,',0,',0,'admin','opened','2020-11-24 13:28:23','','','0'),(177,'user',1,',0,',0,'admin','login','2020-11-24 13:28:33','','','0'),(178,'project',39,',4,9,',39,'admin','edited','2020-11-24 13:42:07','','','0'),(179,'project',20,',4,9,',20,'admin','edited','2020-11-24 13:42:29','','','0'),(180,'project',21,',5,7,',21,'admin','edited','2020-11-24 14:06:03','','','0'),(181,'project',39,',9,',39,'admin','edited','2020-11-24 14:07:00','','','0'),(182,'project',39,',9,',39,'admin','edited','2020-11-24 14:08:47','','','0'),(183,'project',47,',9,',47,'admin','edited','2020-11-24 14:16:24','','9','0'),(184,'project',39,',4,9,',39,'admin','edited','2020-11-24 14:18:27','','','0'),(185,'project',20,',4,',20,'admin','edited','2020-11-24 14:18:53','','','0'),(186,'product',12,',12,',0,'admin','opened','2020-11-24 14:20:33','','','0'),(187,'project',12,',3,12,',12,'admin','edited','2020-11-24 14:20:48','','','0'),(188,'project',39,',4,5,9,',39,'admin','edited','2020-11-24 14:34:33','','','0'),(189,'project',48,',4,9,',48,'admin','edited','2020-11-24 14:35:05','','4,9','0'),(190,'project',39,',4,9,',39,'admin','edited','2020-11-24 14:35:23','','','0'),(191,'project',48,',4,',48,'admin','managed','2020-11-24 14:36:09','','4','0'),(192,'project',38,',4,8,',38,'admin','edited','2020-11-24 14:39:56','','','0'),(193,'project',38,',4,5,8,',38,'admin','edited','2020-11-24 14:41:10','','','0'),(194,'project',38,',4,8,',38,'admin','edited','2020-11-24 14:41:23','','','0'),(195,'project',38,',4,5,7,8,9,',38,'admin','edited','2020-11-24 14:41:47','','','0'),(196,'project',38,',8,',38,'admin','edited','2020-11-24 14:42:04','','','0'),(197,'program',20,'',20,'admin','started','2020-11-24 14:54:28','','','0'),(198,'program',49,'',49,'admin','opened','2020-11-24 14:56:15','','','0'),(199,'task',13,',4,',45,'admin','opened','2020-11-24 15:39:31','','','0'),(200,'todo',1,',0,',0,'admin','opened','2020-11-24 15:39:54','','','0'),(201,'program',9,'',9,'admin','started','2020-11-24 16:12:49','','','0'),(202,'program',10,'',10,'admin','started','2020-11-24 16:12:52','','','0'),(203,'user',1,',0,',0,'admin','login','2020-11-24 17:27:03','','','0'),(204,'program',6,'',6,'admin','closed','2020-11-24 20:08:23','','','0'),(205,'program',6,'',6,'admin','closed','2020-11-24 20:08:24','','','0'),(206,'program',6,'',6,'admin','activated','2020-11-24 20:08:55','','','0'),(207,'user',1,',0,',0,'admin','login','2020-11-25 08:03:15','','','0'),(208,'product',13,',13,',0,'admin','opened','2020-11-25 08:53:14','','','0'),(209,'project',12,',3,12,',12,'admin','edited','2020-11-25 09:31:19','','','0'),(210,'project',20,',4,',20,'admin','edited','2020-11-25 09:31:26','','','0'),(211,'program',6,'',6,'admin','closed','2020-11-25 10:37:10','','','0'),(212,'program',6,'',6,'admin','activated','2020-11-25 10:37:21','','','0'),(213,'program',10,'',10,'admin','suspended','2020-11-25 10:37:46','','','0'),(214,'program',10,'',10,'admin','started','2020-11-25 10:37:56','','','0'),(215,'program',6,'',6,'admin','suspended','2020-11-25 10:46:07','','','0'),(216,'program',6,'',6,'admin','started','2020-11-25 10:46:14','','','0'),(217,'program',6,'',6,'admin','closed','2020-11-25 10:46:21','','','0'),(218,'program',6,'',6,'admin','activated','2020-11-25 10:46:28','','','0'),(219,'program',6,'',6,'admin','suspended','2020-11-25 10:47:51','','','0'),(220,'program',6,'',6,'admin','started','2020-11-25 10:48:03','','','0'),(221,'program',7,'',7,'admin','suspended','2020-11-25 10:52:18','','','0'),(222,'program',7,'',7,'admin','started','2020-11-25 10:54:01','','','0'),(223,'program',6,'',6,'admin','suspended','2020-11-25 11:04:55','','','0'),(224,'program',6,'',6,'admin','started','2020-11-25 11:05:39','','','0'),(225,'program',6,'',6,'admin','suspended','2020-11-25 11:06:15','','','0'),(226,'program',6,'',6,'admin','started','2020-11-25 11:08:19','','','0'),(227,'program',6,'',6,'admin','closed','2020-11-25 11:08:25','','','0'),(228,'program',6,'',6,'admin','activated','2020-11-25 11:09:26','','','0'),(229,'program',6,'',6,'admin','closed','2020-11-25 11:09:41','','','0'),(230,'program',6,'',6,'admin','activated','2020-11-25 11:11:39','','','0'),(231,'program',6,'',6,'admin','suspended','2020-11-25 11:12:15','','','0'),(232,'program',6,'',6,'admin','closed','2020-11-25 11:14:34','','','0'),(233,'program',6,'',6,'admin','activated','2020-11-25 11:19:25','','','0'),(234,'program',6,'',6,'admin','closed','2020-11-25 11:19:36','','','0'),(235,'program',6,'',6,'admin','activated','2020-11-25 11:21:39','','','0'),(236,'program',6,'',6,'admin','suspended','2020-11-25 11:22:50','','','0'),(237,'program',6,'',6,'admin','started','2020-11-25 11:23:46','','','0'),(238,'program',6,'',6,'admin','suspended','2020-11-25 11:25:13','','','0'),(239,'program',6,'',6,'admin','started','2020-11-25 11:25:24','','','0'),(240,'program',6,'',6,'admin','suspended','2020-11-25 11:26:13','','','0'),(241,'program',6,'',6,'admin','started','2020-11-25 11:27:15','','','0'),(242,'program',6,'',6,'admin','suspended','2020-11-25 11:27:21','','','0'),(243,'program',6,'',6,'admin','started','2020-11-25 11:30:58','','','0'),(244,'program',6,'',6,'admin','suspended','2020-11-25 11:35:43','','','0'),(245,'program',6,'',6,'admin','started','2020-11-25 11:36:03','','','0'),(246,'program',6,'',6,'admin','closed','2020-11-25 13:03:10','','','0'),(247,'program',6,'',6,'admin','activated','2020-11-25 13:03:15','','','0'),(248,'program',6,'',6,'admin','suspended','2020-11-25 14:00:26','','','0'),(249,'program',6,'',6,'admin','closed','2020-11-25 14:00:32','','','0'),(250,'program',6,'',6,'admin','activated','2020-11-25 14:01:04','','','0'),(251,'program',6,'',6,'admin','suspended','2020-11-25 14:01:15','','','0'),(252,'program',6,'',6,'admin','started','2020-11-25 14:01:57','','','0'),(253,'program',7,'',7,'admin','suspended','2020-11-25 14:02:46','','','0'),(254,'program',7,'',7,'admin','started','2020-11-25 14:02:49','','','0'),(255,'program',7,'',7,'admin','closed','2020-11-25 14:02:52','','','0'),(256,'program',7,'',7,'admin','activated','2020-11-25 14:02:55','','','0'),(257,'program',6,'',6,'admin','suspended','2020-11-25 14:03:41','','','0'),(258,'program',6,'',6,'admin','started','2020-11-25 14:03:43','','','0'),(259,'user',11,',0,',0,'admin','created','2020-11-25 15:05:44','','','0'),(260,'user',12,',0,',0,'admin','created','2020-11-25 15:06:09','','','0'),(261,'project',21,',5,7,',21,'admin','edited','2020-11-25 15:06:51','','','0'),(262,'project',21,',5,7,',21,'admin','edited','2020-11-25 15:15:05','','','0'),(263,'user',1,',0,',0,'admin','logout','2020-11-25 15:15:24','','','0'),(264,'user',11,',0,',0,'Jia','login','2020-11-25 15:15:27','','','0'),(265,'user',11,',0,',0,'Jia','logout','2020-11-25 15:15:32','','','0'),(266,'user',1,',0,',0,'admin','login','2020-11-25 15:15:34','','','0'),(267,'user',1,',0,',0,'admin','logout','2020-11-25 15:16:25','','','0'),(268,'user',11,',0,',0,'Jia','login','2020-11-25 15:16:27','','','0'),(269,'user',11,',0,',0,'Jia','logout','2020-11-25 15:16:45','','','0'),(270,'user',1,',0,',0,'admin','login','2020-11-25 15:16:48','','','0'),(271,'stakeholder',1,',0,',0,'admin','opened','2020-11-25 15:17:07','','','0'),(272,'user',1,',0,',0,'admin','logout','2020-11-25 15:17:15','','','0'),(273,'user',11,',0,',0,'Jia','login','2020-11-25 15:17:17','','','0'),(274,'user',11,',0,',0,'Jia','logout','2020-11-25 15:17:37','','','0'),(275,'user',1,',0,',0,'admin','login','2020-11-25 15:17:39','','','0'),(276,'stakeholder',2,',0,',0,'admin','opened','2020-11-25 15:22:23','','','0'),(277,'stakeholder',3,',0,',0,'admin','opened','2020-11-25 15:23:03','','','0'),(278,'project',20,',4,',20,'admin','edited','2020-11-25 15:23:33','','','0'),(279,'user',1,',0,',0,'admin','logout','2020-11-25 15:23:37','','','0'),(280,'user',11,',0,',0,'Jia','login','2020-11-25 15:23:39','','','0'),(281,'user',11,',0,',0,'Jia','logout','2020-11-25 15:23:50','','','0'),(282,'user',1,',0,',0,'admin','login','2020-11-25 15:23:53','','','0'),(283,'project',20,',4,',20,'admin','edited','2020-11-25 15:24:05','','','0'),(284,'user',1,',0,',0,'admin','logout','2020-11-25 15:24:18','','','0'),(285,'user',11,',0,',0,'Jia','login','2020-11-25 15:24:20','','','0'),(286,'user',11,',0,',0,'Jia','logout','2020-11-25 15:24:57','','','0'),(287,'user',1,',0,',0,'admin','login','2020-11-25 15:24:59','','','0'),(288,'project',20,',4,5,',20,'admin','edited','2020-11-25 15:30:02','','','0'),(289,'project',45,',5,',45,'admin','managed','2020-11-25 15:30:13','','5','0'),(290,'project',38,',8,',38,'admin','edited','2020-11-25 16:08:06','','','0'),(291,'user',1,',0,',0,'admin','logout','2020-11-25 16:08:13','','','0'),(292,'user',11,',0,',0,'Jia','login','2020-11-25 16:08:15','','','0'),(293,'user',11,',0,',0,'Jia','logout','2020-11-25 16:08:29','','','0'),(294,'user',1,',0,',0,'admin','login','2020-11-25 16:08:32','','','0'),(295,'stakeholder',4,',0,',0,'admin','opened','2020-11-25 16:09:02','','','0'),(296,'user',1,',0,',0,'admin','logout','2020-11-25 16:09:09','','','0'),(297,'user',11,',0,',0,'Jia','login','2020-11-25 16:09:11','','','0'),(298,'user',11,',0,',0,'Jia','logout','2020-11-25 16:09:42','','','0'),(299,'user',1,',0,',0,'admin','login','2020-11-25 16:09:47','','','0'),(300,'project',38,',8,',38,'admin','edited','2020-11-25 16:11:26','','','0'),(301,'user',1,',0,',0,'admin','logout','2020-11-25 16:11:36','','','0'),(302,'user',11,',0,',0,'Jia','login','2020-11-25 16:11:38','','','0'),(303,'user',11,',0,',0,'Jia','logout','2020-11-25 16:11:51','','','0'),(304,'user',1,',0,',0,'admin','login','2020-11-25 16:11:54','','','0'),(305,'user',1,',0,',0,'admin','logout','2020-11-25 16:12:07','','','0'),(306,'user',11,',0,',0,'Jia','login','2020-11-25 16:12:10','','','0'),(307,'user',11,',0,',0,'Jia','logout','2020-11-25 16:13:09','','','0'),(308,'user',1,',0,',0,'admin','login','2020-11-25 16:13:11','','','0'),(309,'project',23,',6,',23,'admin','edited','2020-11-25 16:16:55','','','0'),(310,'user',1,',0,',0,'admin','logout','2020-11-25 16:17:14','','','0'),(311,'user',11,',0,',0,'Jia','login','2020-11-25 16:17:17','','','0'),(312,'user',11,',0,',0,'Jia','logout','2020-11-25 16:19:27','','','0'),(313,'user',1,',0,',0,'admin','login','2020-11-25 16:19:29','','','0'),(314,'program',23,'',23,'admin','started','2020-11-25 16:20:05','','','0'),(315,'project',23,',6,',23,'admin','edited','2020-11-25 16:20:50','','','0'),(316,'user',1,',0,',0,'admin','logout','2020-11-25 16:21:19','','','0'),(317,'user',11,',0,',0,'Jia','login','2020-11-25 16:21:21','','','0'),(318,'user',11,',0,',0,'Jia','logout','2020-11-25 16:21:35','','','0'),(319,'user',1,',0,',0,'admin','login','2020-11-25 16:21:37','','','0'),(320,'stakeholder',5,',0,',0,'admin','opened','2020-11-25 16:22:01','','','0'),(321,'user',1,',0,',0,'admin','logout','2020-11-25 16:22:08','','','0'),(322,'user',11,',0,',0,'Jia','login','2020-11-25 16:22:11','','','0'),(323,'user',11,',0,',0,'Jia','logout','2020-11-25 16:24:01','','','0'),(324,'user',1,',0,',0,'admin','login','2020-11-25 16:24:03','','','0'),(325,'user',1,',0,',0,'admin','logout','2020-11-25 16:31:14','','','0'),(326,'user',11,',0,',0,'Jia','login','2020-11-25 16:31:17','','','0'),(327,'user',11,',0,',0,'Jia','logout','2020-11-25 16:31:56','','','0'),(328,'user',1,',0,',0,'admin','login','2020-11-25 16:31:58','','','0'),(329,'issue',2,',0,',0,'admin','opened','2020-11-25 16:41:36','','','0'),(330,'issue',2,',0,',0,'admin','resolved','2020-11-25 16:42:37','','','0'),(331,'stakeholder',1,',0,',0,'admin','communicate','2020-11-25 16:43:43','啦啦啦啦','','0'),(332,'stakeholder',6,',0,',0,'admin','opened','2020-11-25 16:46:36','','','0'),(333,'user',1,',0,',0,'admin','login','2020-11-26 07:59:47','','','0'),(334,'program',7,'',7,'admin','closed','2020-11-26 08:10:14','','','0'),(335,'program',6,'',6,'admin','suspended','2020-11-26 08:43:47','','','0'),(336,'program',6,'',6,'admin','started','2020-11-26 08:45:34','','','0'),(337,'program',6,'',6,'admin','closed','2020-11-26 08:49:26','','','0'),(338,'program',6,'',6,'admin','activated','2020-11-26 08:49:50','','','0'),(339,'program',6,'',6,'admin','closed','2020-11-26 09:07:09','','','0'),(340,'program',6,'',6,'admin','activated','2020-11-26 09:07:15','','','0'),(341,'program',6,'',6,'admin','suspended','2020-11-26 09:07:23','','','0'),(342,'program',7,'',7,'admin','activated','2020-11-26 09:08:52','','','0'),(343,'program',7,'',7,'admin','suspended','2020-11-26 09:09:00','','','0'),(344,'program',7,'',7,'admin','closed','2020-11-26 09:09:51','','','0'),(345,'program',7,'',7,'admin','activated','2020-11-26 09:09:56','','','0'),(346,'program',7,'',7,'admin','suspended','2020-11-26 09:11:04','','','0'),(347,'program',6,'',6,'admin','closed','2020-11-26 09:12:10','','','0'),(348,'program',6,'',6,'admin','activated','2020-11-26 09:12:53','','','0'),(349,'program',6,'',6,'admin','suspended','2020-11-26 09:12:57','','','0'),(350,'program',6,'',6,'admin','started','2020-11-26 09:13:05','','','0'),(351,'program',7,'',7,'admin','closed','2020-11-26 09:13:44','','','0'),(352,'program',7,'',7,'admin','activated','2020-11-26 09:13:51','','','0'),(353,'program',11,'',11,'admin','edited','2020-11-26 09:23:52','','','0'),(354,'project',12,',3,12,',12,'admin','edited','2020-11-26 10:00:29','','','0'),(355,'program',6,'',6,'admin','edited','2020-11-26 10:45:13','','','0'),(356,'program',7,'',7,'admin','suspended','2020-11-26 10:53:02','','','0'),(357,'program',7,'',7,'admin','started','2020-11-26 10:53:08','','','0'),(358,'program',7,'',7,'admin','suspended','2020-11-26 10:55:34','','','0'),(359,'project',7,',1,',7,'admin','started','2020-11-26 10:55:37','','','0'),(360,'program',20,'',20,'admin','suspended','2020-11-26 10:55:56','','','0'),(361,'project',20,',4,5,',20,'admin','started','2020-11-26 10:56:06','','','0'),(362,'project',6,',,',6,'admin','suspended','2020-11-26 13:01:49','','','0'),(363,'project',6,',,',6,'admin','started','2020-11-26 13:01:52','','','0'),(364,'program',6,'',6,'admin','closed','2020-11-26 13:01:59','','','0'),(365,'program',6,'',6,'admin','activated','2020-11-26 13:02:08','','','0'),(366,'project',6,',,',6,'admin','suspended','2020-11-26 13:05:59','','','0'),(367,'project',7,',1,',7,'admin','suspended','2020-11-26 13:12:01','','','0'),(368,'project',6,',,',6,'admin','suspended','2020-11-26 13:12:21','','','0'),(369,'program',6,'',6,'admin','started','2020-11-26 13:14:12','','','0'),(370,'project',7,',1,',7,'admin','started','2020-11-26 13:14:29','','','0'),(371,'project',6,',,',6,'admin','suspended','2020-11-26 13:14:41','','','0'),(372,'program',6,'',6,'admin','started','2020-11-26 13:15:41','','','0'),(373,'program',6,'',6,'admin','suspended','2020-11-26 13:15:46','','','0'),(374,'project',7,',1,',7,'admin','suspended','2020-11-26 13:15:57','','','0'),(375,'project',7,',1,',7,'admin','started','2020-11-26 13:16:03','','','0'),(376,'program',6,'',6,'admin','closed','2020-11-26 13:16:22','','','0'),(377,'program',6,'',6,'admin','activated','2020-11-26 13:16:25','','','0'),(378,'program',6,'',6,'admin','edited','2020-11-26 13:16:39','','','0'),(379,'project',7,',1,',7,'admin','closed','2020-11-26 13:17:18','','','0'),(380,'project',7,',1,',7,'admin','activated','2020-11-26 13:17:24','','','0'),(381,'project',7,',1,',7,'admin','deleted','2020-11-26 13:17:31','','1','0'),(382,'program',6,'',6,'admin','deleted','2020-11-26 13:17:38','','0','0'),(383,'program',6,'',6,'admin','undeleted','2020-11-26 13:17:54','','','0'),(384,'program',50,'',50,'admin','opened','2020-11-26 13:24:00','','','0'),(385,'project',51,',1,',51,'admin','opened','2020-11-26 13:25:06','','','0'),(386,'project',51,',1,',51,'admin','deleted','2020-11-26 13:25:31','','0','0'),(387,'program',50,'',50,'admin','deleted','2020-11-26 13:27:58','','0','0'),(388,'program',50,'',50,'admin','undeleted','2020-11-26 13:30:02','','','0'),(389,'project',51,',1,',51,'admin','undeleted','2020-11-26 13:30:08','','','0'),(390,'execution',52,',0,',0,'admin','opened','2020-11-26 13:32:29','','0','0'),(391,'project',51,',1,',51,'admin','started','2020-11-26 13:59:52','','','0'),(392,'execution',52,',0,',0,'admin','edited','2020-11-26 14:05:16','','','0'),(393,'execution',52,',0,',0,'admin','closed','2020-11-26 14:05:30','','','0'),(394,'execution',52,',0,',0,'admin','activated','2020-11-26 14:05:36','','','0'),(395,'execution',52,',0,',0,'admin','suspended','2020-11-26 14:05:43','','','0'),(396,'project',52,',,',52,'admin','deleted','2020-11-26 14:05:53','','0','0'),(397,'project',52,',,',52,'admin','undeleted','2020-11-26 14:06:11','','','0'),(398,'project',52,',,',52,'admin','deleted','2020-11-26 14:06:40','','0','0'),(399,'project',52,',,',52,'admin','undeleted','2020-11-26 14:13:51','','','0'),(400,'project',52,',,',52,'admin','deleted','2020-11-26 14:14:06','','0','0'),(401,'project',52,',,',52,'admin','undeleted','2020-11-26 14:14:29','','','0'),(402,'execution',53,',0,',0,'admin','opened','2020-11-26 14:25:25','','0','0'),(403,'task',14,',,',53,'admin','opened','2020-11-26 14:25:35','','','0'),(404,'task',14,',,',53,'admin','edited','2020-11-26 14:26:27','','','0'),(405,'user',1,',0,',0,'admin','login','2020-11-26 14:35:40','','','0'),(406,'user',1,',0,',0,'admin','login','2020-11-26 14:39:53','','','0'),(407,'user',1,',0,',0,'admin','login','2020-11-26 14:40:57','','','0'),(408,'execution',53,',0,',0,'admin','edited','2020-11-26 15:04:02','','','0'),(409,'execution',54,',0,',0,'admin','opened','2020-11-26 15:13:09','','0','0'),(410,'program',6,'',6,'admin','suspended','2020-11-26 15:19:21','','','0'),(411,'program',6,'',6,'admin','started','2020-11-26 15:19:25','','','0'),(412,'project',51,',1,',51,'admin','closed','2020-11-26 15:20:12','','','0'),(413,'program',50,'',50,'admin','closed','2020-11-26 15:20:29','','','0'),(414,'case',5,',1,',0,'admin','opened','2020-11-26 15:25:14','','','0'),(415,'case',6,',12,',0,'admin','opened','2020-11-26 15:26:02','','','0'),(416,'project',55,',14,',55,'admin','opened','2020-11-26 15:41:22','','','0'),(417,'project',55,',14,',55,'admin','edited','2020-11-26 15:47:29','','','0'),(418,'story',9,',3,',0,'admin','commented','2020-11-26 15:48:31','11111','','0'),(419,'user',1,',0,',0,'admin','login','2020-11-26 15:49:17','','','0'),(420,'story',11,',1,',0,'admin','opened','2020-11-26 15:54:06','','','0'),(421,'user',1,',0,',0,'admin','login','2020-11-26 15:54:16','','','0'),(422,'project',21,',5,7,',21,'admin','started','2020-11-26 15:57:33','','','0'),(423,'build',3,',4,',46,'admin','opened','2020-11-26 16:01:17','','','0'),(424,'user',1,',0,',0,'admin','login','2020-11-26 16:01:36','','','0'),(425,'task',15,',4,',46,'admin','opened','2020-11-26 16:02:03','','','0'),(426,'testsuite',1,',0,',0,'admin','opened','2020-11-26 16:02:43','','','0'),(427,'testsuite',1,',0,',0,'admin','edited','2020-11-26 16:02:50','','','0'),(428,'testtask',2,',5,',22,'admin','opened','2020-11-26 16:03:35','','','0'),(429,'caselib',2,',0,',0,'admin','opened','2020-11-26 16:03:58','','','0'),(430,'case',7,',5,',0,'admin','opened','2020-11-26 16:04:29','','','0'),(431,'case',8,',5,',0,'admin','opened','2020-11-26 16:04:55','','','0'),(432,'doc',1,',0,',46,'admin','created','2020-11-26 16:07:32','','','0'),(433,'risk',2,',0,',0,'admin','opened','2020-11-26 16:11:24','','','0'),(434,'issue',3,',0,',0,'admin','opened','2020-11-26 16:11:44','','','0'),(435,'release',1,',5,',0,'admin','opened','2020-11-26 16:12:36','','','0'),(436,'design',1,',0,',0,'admin','created','2020-11-26 16:13:06','','','0'),(437,'program',49,'',49,'admin','edited','2020-11-26 16:41:14','','','0'),(438,'user',1,',0,',0,'admin','login','2020-11-27 08:08:11','','','0'),(439,'project',20,',4,5,',20,'admin','edited','2020-11-27 08:26:36','','','0'),(440,'project',20,',4,5,',20,'admin','edited','2020-11-27 08:27:05','','','0'),(441,'user',1,',0,',0,'admin','logout','2020-11-27 08:27:37','','','0'),(442,'user',11,',0,',0,'Jia','login','2020-11-27 08:27:41','','','0'),(443,'user',11,',0,',0,'Jia','logout','2020-11-27 08:28:51','','','0'),(444,'user',1,',0,',0,'admin','login','2020-11-27 08:28:53','','','0'),(445,'project',55,',14,',55,'admin','edited','2020-11-27 08:29:07','','','0'),(446,'user',1,',0,',0,'admin','logout','2020-11-27 08:29:11','','','0'),(447,'user',11,',0,',0,'Jia','login','2020-11-27 08:29:13','','','0'),(448,'user',11,',0,',0,'Jia','logout','2020-11-27 08:29:36','','','0'),(449,'user',1,',0,',0,'admin','login','2020-11-27 08:29:38','','','0'),(450,'project',55,',14,',55,'admin','edited','2020-11-27 08:29:50','','','0'),(451,'stakeholder',7,',0,',0,'admin','opened','2020-11-27 08:30:04','','','0'),(452,'user',1,',0,',0,'admin','logout','2020-11-27 08:30:10','','','0'),(453,'user',11,',0,',0,'Jia','login','2020-11-27 08:30:12','','','0'),(454,'user',11,',0,',0,'Jia','logout','2020-11-27 08:30:35','','','0'),(455,'user',1,',0,',0,'admin','login','2020-11-27 08:30:37','','','0'),(456,'project',56,',15,',56,'admin','opened','2020-11-27 08:31:41','','','0'),(457,'user',1,',0,',0,'admin','logout','2020-11-27 08:32:17','','','0'),(458,'user',11,',0,',0,'Jia','login','2020-11-27 08:32:19','','','0'),(459,'user',11,',0,',0,'Jia','logout','2020-11-27 08:33:08','','','0'),(460,'user',1,',0,',0,'admin','login','2020-11-27 08:33:10','','','0'),(461,'user',1,',0,',0,'admin','logout','2020-11-27 08:53:58','','','0'),(462,'user',11,',0,',0,'Jia','login','2020-11-27 08:54:00','','','0'),(463,'user',11,',0,',0,'Jia','logout','2020-11-27 08:54:13','','','0'),(464,'user',1,',0,',0,'admin','login','2020-11-27 08:54:15','','','0'),(465,'project',56,',15,',56,'admin','edited','2020-11-27 08:54:24','','','0'),(466,'user',1,',0,',0,'admin','logout','2020-11-27 08:54:30','','','0'),(467,'user',11,',0,',0,'Jia','login','2020-11-27 08:54:32','','','0'),(468,'user',11,',0,',0,'Jia','logout','2020-11-27 08:54:43','','','0'),(469,'user',1,',0,',0,'admin','login','2020-11-27 08:54:46','','','0'),(470,'stakeholder',8,',0,',0,'admin','opened','2020-11-27 08:55:00','','','0'),(471,'user',1,',0,',0,'admin','logout','2020-11-27 08:55:26','','','0'),(472,'user',11,',0,',0,'Jia','login','2020-11-27 08:55:28','','','0'),(473,'user',11,',0,',0,'Jia','logout','2020-11-27 08:55:45','','','0'),(474,'user',1,',0,',0,'admin','login','2020-11-27 08:55:47','','','0'),(475,'user',1,',0,',0,'admin','logout','2020-11-27 09:07:08','','','0'),(476,'user',11,',0,',0,'Jia','login','2020-11-27 09:07:11','','','0'),(477,'user',11,',0,',0,'Jia','logout','2020-11-27 09:07:23','','','0'),(478,'user',1,',0,',0,'admin','login','2020-11-27 09:07:25','','','0'),(479,'user',1,',0,',0,'admin','logout','2020-11-27 09:14:57','','','0'),(480,'user',11,',0,',0,'Jia','login','2020-11-27 09:15:00','','','0'),(481,'user',11,',0,',0,'Jia','logout','2020-11-27 09:17:29','','','0'),(482,'user',1,',0,',0,'admin','login','2020-11-27 09:17:31','','','0'),(483,'user',1,',0,',0,'admin','logout','2020-11-27 09:24:42','','','0'),(484,'user',11,',0,',0,'Jia','login','2020-11-27 09:24:45','','','0'),(485,'user',11,',0,',0,'Jia','logout','2020-11-27 09:28:33','','','0'),(486,'user',1,',0,',0,'admin','login','2020-11-27 09:28:35','','','0'),(487,'project',24,',7,',24,'admin','edited','2020-11-27 09:29:45','','','0'),(488,'user',1,',0,',0,'admin','logout','2020-11-27 10:01:41','','','0'),(489,'user',11,',0,',0,'Jia','login','2020-11-27 10:01:43','','','0'),(490,'user',11,',0,',0,'Jia','logout','2020-11-27 10:01:56','','','0'),(491,'user',1,',0,',0,'admin','login','2020-11-27 10:01:58','','','0'),(492,'user',1,',0,',0,'admin','logout','2020-11-27 10:14:11','','','0'),(493,'user',11,',0,',0,'Jia','login','2020-11-27 10:14:13','','','0'),(494,'user',11,',0,',0,'Jia','logout','2020-11-27 10:17:49','','','0'),(495,'user',1,',0,',0,'admin','login','2020-11-27 10:17:51','','','0'),(496,'project',41,',3,',41,'admin','deleted','2020-11-27 10:18:15','','1','0'),(497,'project',56,',15,',56,'admin','edited','2020-11-27 10:29:59','','','0'),(498,'project',56,',15,',56,'admin','edited','2020-11-27 10:30:18','','','0'),(499,'user',1,',0,',0,'admin','logout','2020-11-27 10:30:25','','','0'),(500,'user',11,',0,',0,'Jia','login','2020-11-27 10:30:28','','','0'),(501,'user',11,',0,',0,'Jia','logout','2020-11-27 10:30:49','','','0'),(502,'user',1,',0,',0,'admin','login','2020-11-27 10:30:53','','','0'),(503,'project',20,',4,5,',20,'admin','edited','2020-11-27 10:31:06','','','0'),(504,'project',20,',4,5,',20,'admin','edited','2020-11-27 10:31:14','','','0'),(505,'user',1,',0,',0,'admin','logout','2020-11-27 11:21:25','','','0'),(506,'user',11,',0,',0,'Jia','login','2020-11-27 11:21:27','','','0'),(507,'user',11,',0,',0,'Jia','logout','2020-11-27 11:30:37','','','0'),(508,'user',1,',0,',0,'admin','login','2020-11-27 11:30:40','','','0'),(509,'project',55,',14,',55,'admin','edited','2020-11-27 11:31:08','','','0'),(510,'project',56,',15,',56,'admin','edited','2020-11-27 11:40:30','','','0'),(511,'project',56,',15,',56,'admin','edited','2020-11-27 11:40:37','','','0'),(512,'user',1,',0,',0,'admin','logout','2020-11-27 11:40:41','','','0'),(513,'user',11,',0,',0,'Jia','login','2020-11-27 11:40:43','','','0'),(514,'user',11,',0,',0,'Jia','logout','2020-11-27 11:41:19','','','0'),(515,'user',1,',0,',0,'admin','login','2020-11-27 11:41:21','','','0'),(516,'project',56,',15,',56,'admin','edited','2020-11-27 11:42:15','','','0'),(517,'project',56,',15,',56,'admin','edited','2020-11-27 11:42:29','','','0'),(518,'project',56,',15,',56,'admin','edited','2020-11-27 11:42:52','','','0'),(519,'user',1,',0,',0,'admin','logout','2020-11-27 11:43:00','','','0'),(520,'user',11,',0,',0,'Jia','login','2020-11-27 11:43:04','','','0'),(521,'user',11,',0,',0,'Jia','logout','2020-11-27 11:43:13','','','0'),(522,'user',1,',0,',0,'admin','login','2020-11-27 11:43:17','','','0'),(523,'project',56,',15,',56,'admin','edited','2020-11-27 11:43:25','','','0'),(524,'project',56,',15,',56,'admin','edited','2020-11-27 11:44:17','','','0'),(525,'project',56,',15,',56,'admin','edited','2020-11-27 11:44:23','','','0'),(526,'project',56,',15,',56,'admin','edited','2020-11-27 11:44:32','','','0'),(527,'user',1,',0,',0,'admin','logout','2020-11-27 11:44:35','','','0'),(528,'user',11,',0,',0,'Jia','login','2020-11-27 11:44:38','','','0'),(529,'user',11,',0,',0,'Jia','logout','2020-11-27 11:44:56','','','0'),(530,'user',1,',0,',0,'admin','login','2020-11-27 11:44:59','','','0'),(531,'project',56,',15,',56,'admin','edited','2020-11-27 13:23:42','','','0'),(532,'stakeholder',10,',0,',0,'admin','opened','2020-11-27 13:24:33','','','0'),(533,'stakeholder',11,',0,',0,'admin','opened','2020-11-27 13:24:33','','','0'),(534,'stakeholder',12,',0,',0,'admin','opened','2020-11-27 13:25:30','','','0'),(535,'stakeholder',13,',0,',0,'admin','opened','2020-11-27 13:25:30','','','0'),(536,'stakeholder',14,',0,',0,'admin','opened','2020-11-27 13:35:16','','','0'),(537,'stakeholder',15,',0,',0,'admin','opened','2020-11-27 13:35:16','','','0'),(538,'stakeholder',14,',0,',0,'admin','edited','2020-11-27 13:41:52','','','0'),(539,'stakeholder',14,',0,',0,'admin','edited','2020-11-27 14:04:00','','','0'),(540,'stakeholder',19,',0,',0,'admin','opened','2020-11-27 14:05:29','','','0'),(541,'stakeholder',1,',0,',0,'admin','opened','2020-11-27 14:17:36','','','0'),(542,'stakeholder',24,',0,',0,'admin','opened','2020-11-27 14:24:07','','','0'),(543,'project',23,',6,',23,'admin','edited','2020-11-27 14:28:20','','','0'),(544,'stakeholder',27,',0,',0,'admin','opened','2020-11-27 14:32:06','','','0'),(545,'project',23,',6,',23,'admin','edited','2020-11-27 14:34:29','','','0'),(546,'project',23,',6,',23,'admin','edited','2020-11-27 14:34:43','','','0'),(547,'project',23,',6,',23,'admin','edited','2020-11-27 14:37:58','','','0'),(548,'project',23,',6,',23,'admin','edited','2020-11-27 14:38:02','','','0'),(549,'stakeholder',28,',0,',0,'admin','added','2020-11-27 14:53:31','','','0'),(550,'stakeholder',29,',0,',0,'admin','added','2020-11-27 14:57:43','','','0'),(551,'expect',1,',0,',0,'admin','opened','2020-11-27 15:03:02','','','0'),(552,'stakeholder',30,',0,',0,'admin','opened','2020-11-27 15:04:49','','','0'),(553,'stakeholder',31,',0,',0,'admin','opened','2020-11-27 15:08:04','','','0'),(554,'stakeholder',32,',0,',0,'admin','opened','2020-11-27 15:09:29','','','0'),(555,'stakeholder',15,',0,',0,'admin','deleted','2020-11-27 15:33:55','','1','0'),(556,'user',1,',0,',0,'admin','logout','2020-11-27 15:34:50','','','0'),(557,'user',11,',0,',0,'Jia','login','2020-11-27 15:34:53','','','0'),(558,'user',11,',0,',0,'Jia','logout','2020-11-27 15:35:01','','','0'),(559,'user',1,',0,',0,'admin','login','2020-11-27 15:35:05','','','0'),(560,'stakeholder',14,',0,',0,'admin','deleted','2020-11-27 15:35:14','','1','0'),(561,'user',1,',0,',0,'admin','logout','2020-11-27 15:35:21','','','0'),(562,'user',11,',0,',0,'Jia','login','2020-11-27 15:35:24','','','0'),(563,'user',11,',0,',0,'Jia','logout','2020-11-27 15:35:31','','','0'),(564,'user',1,',0,',0,'admin','login','2020-11-27 15:35:33','','','0'),(565,'stakeholder',33,',0,',0,'admin','opened','2020-11-27 15:35:50','','','0'),(566,'stakeholder',33,',0,',0,'admin','communicate','2020-11-27 15:36:04','111111111','','0'),(567,'expect',2,',0,',0,'admin','opened','2020-11-27 15:36:13','','','0'),(568,'stakeholder',33,',0,',0,'admin','opened','2020-11-27 15:40:57','22222','','0'),(570,'stakeholder',33,',0,',0,'admin','communicate','2020-11-27 15:47:18','33333','','0'),(571,'communicate',33,',0,',0,'admin','opened','2020-11-27 15:52:08','44444444','','0'),(572,'task',16,',3,',13,'admin','opened','2020-11-27 15:58:27','','','0'),(573,'task',16,',3,',13,'admin','commented','2020-11-27 15:58:43','1111111111111','','0'),(574,'stakeholder',34,',0,',0,'admin','opened','2020-11-27 15:59:12','','','0'),(575,'stakeholder',34,',0,',0,'admin','communicate','2020-11-27 16:27:09','1111111','','0'),(576,'expect',3,',0,',0,'admin','opened','2020-11-27 16:28:09','','','0'),(577,'stakeholder',34,',0,',0,'admin','deleted','2020-11-27 16:30:26','','1','0'),(578,'stakeholder',35,',0,',0,'admin','opened','2020-11-27 16:30:34','','','0'),(579,'stakeholder',36,',0,',0,'admin','opened','2020-11-27 16:30:34','','','0'),(580,'stakeholder',36,',0,',0,'admin','deleted','2020-11-27 16:31:28','','1','0'),(581,'stakeholder',37,',0,',0,'admin','added','2020-11-27 16:31:36','','','0'),(582,'stakeholder',38,',0,',0,'admin','added','2020-11-27 16:33:05','','','0'),(583,'stakeholder',39,',0,',0,'admin','added','2020-11-27 16:33:05','','','0'),(584,'stakeholder',39,',0,',0,'admin','deleted','2020-11-27 16:33:20','','1','0'),(585,'stakeholder',38,',0,',0,'admin','deleted','2020-11-27 16:33:21','','1','0'),(586,'stakeholder',40,',0,',0,'admin','added','2020-11-27 16:33:27','','','0'),(587,'stakeholder',41,',0,',0,'admin','added','2020-11-27 16:33:49','','','0'),(588,'project',12,',3,12,',12,'admin','edited','2020-11-27 16:34:14','','','0'),(589,'expect',4,',0,',0,'admin','opened','2020-11-27 16:35:58','','','0'),(590,'stakeholder',42,',0,',0,'admin','added','2020-11-27 16:45:30','','','0'),(591,'issue',4,',0,',0,'admin','opened','2020-11-27 16:48:51','','','0'),(592,'issue',5,',0,',0,'admin','opened','2020-11-27 16:49:37','','','0'),(593,'expect',5,',0,',0,'admin','opened','2020-11-27 17:33:37','','','0'),(594,'expect',6,',0,',0,'admin','opened','2020-11-27 17:33:51','','','0'),(595,'stakeholder',43,',0,',0,'admin','added','2020-11-27 17:57:43','','','0'),(596,'user',1,',0,',0,'admin','login','2020-11-30 08:03:51','','','0'),(597,'stakeholder',44,',0,',0,'admin','added','2020-11-30 08:17:46','','','0'),(598,'expect',7,',0,',0,'admin','opened','2020-11-30 08:18:25','','','0'),(599,'project',42,',4,5,11,',42,'admin','edited','2020-11-30 09:53:06','','','0'),(600,'execution',58,',0,',0,'admin','edited','2020-11-30 10:00:29','','5','0'),(601,'execution',58,',0,',0,'admin','edited','2020-11-30 10:00:57','','11','0'),(602,'project',42,',4,5,11,',42,'admin','deleted','2020-11-30 10:31:17','','0','0'),(603,'execution',58,',0,',0,'admin','edited','2020-11-30 10:36:06','','','0'),(604,'programplan',58,',0,',0,'admin','edited','2020-11-30 10:36:32','','','0'),(605,'project',42,',11,',42,'admin','edited','2020-11-30 10:36:44','','','0'),(606,'task',17,',6,',30,'admin','opened','2020-11-30 10:45:02','','','0'),(607,'task',17,',6,',30,'admin','deleted','2020-11-30 10:45:09','','1','0'),(608,'design',2,',0,',0,'admin','created','2020-11-30 10:46:12','','','0'),(609,'design',2,',0,',0,'admin','deleted','2020-11-30 10:46:29','','0','0'),(610,'user',1,',0,',0,'admin','logout','2020-11-30 10:46:52','','','0'),(611,'user',11,',0,',0,'Jia','login','2020-11-30 10:46:55','','','0'),(612,'user',11,',0,',0,'Jia','logout','2020-11-30 10:47:04','','','0'),(613,'user',1,',0,',0,'admin','login','2020-11-30 10:47:07','','','0'),(614,'project',42,',11,',42,'admin','undeleted','2020-11-30 10:49:29','','','0'),(615,'project',13,',3,',13,'admin','deleted','2020-11-30 10:49:57','','1','0'),(616,'execution',59,',0,',0,'admin','opened','2020-11-30 10:50:50','','0','0'),(617,'expect',8,',0,',0,'admin','opened','2020-11-30 11:21:31','','','0'),(618,'project',55,',14,',55,'admin','started','2020-11-30 16:57:07','','','0'),(619,'stakeholder',45,',0,',0,'admin','added','2020-11-30 17:14:53','','','0'),(620,'stakeholder',7,',0,',0,'admin','deleted','2020-11-30 17:15:22','','1','0'),(621,'user',1,',0,',0,'admin','logout','2020-11-30 17:25:48','','','0'),(622,'user',1,',0,',0,'admin','login','2020-11-30 17:25:50','','','0'),(623,'stakeholder',46,',0,',0,'admin','added','2020-11-30 17:34:41','','','0'),(624,'user',1,',0,',0,'admin','login','2020-12-01 08:55:20','','','0'),(625,'execution',22,',0,',0,'admin','edited','2020-12-01 09:01:48','','5,7','0'),(626,'execution',22,',0,',0,'admin','edited','2020-12-01 09:01:57','','5','0'),(627,'execution',22,',0,',0,'admin','edited','2020-12-01 09:03:34','','','0'),(628,'doc',2,',0,',22,'admin','created','2020-12-01 09:04:41','','','0'),(629,'doc',3,',0,',22,'admin','created','2020-12-01 09:28:12','','','0'),(630,'doc',3,',0,',22,'admin','edited','2020-12-01 09:38:26','','','0'),(631,'doc',3,',0,',22,'admin','deleted','2020-12-01 09:43:33','','1','0'),(632,'execution',66,',0,',0,'admin','opened','2020-12-01 09:59:53','','4','0'),(633,'project',66,',4,',66,'admin','deleted','2020-12-01 10:00:27','','0','0'),(634,'project',66,',4,',66,'admin','undeleted','2020-12-01 10:08:31','','','0'),(635,'execution',66,',0,',0,'admin','deleted','2020-12-01 10:09:50','','0','0'),(636,'execution',66,',0,',0,'admin','undeleted','2020-12-01 10:10:55','','','0'),(637,'project',51,',1,',51,'admin','deleted','2020-12-01 10:18:13','','0','0'),(638,'project',51,',1,',51,'admin','undeleted','2020-12-01 10:18:32','','','0'),(639,'execution',22,',0,',0,'admin','deleted','2020-12-01 10:20:27','','0','0'),(640,'execution',22,',0,',0,'admin','undeleted','2020-12-01 10:20:46','','','0'),(641,'execution',22,',0,',0,'admin','deleted','2020-12-01 10:21:16','','0','0'),(642,'execution',22,',0,',0,'admin','undeleted','2020-12-01 10:21:26','','','0'),(643,'design',3,',0,',0,'admin','created','2020-12-01 10:37:11','','','0'),(644,'design',3,',0,',0,'admin','deleted','2020-12-01 10:37:44','','1','0'),(645,'risk',2,',0,',0,'admin','deleted','2020-12-01 10:42:11','','0','0'),(646,'issue',1,',0,',0,'admin','deleted','2020-12-01 10:47:06','','1','0'),(647,'release',2,',4,',0,'admin','opened','2020-12-01 10:53:09','','','0'),(648,'release',2,',4,',0,'admin','deleted','2020-12-01 10:53:20','','0','0'),(649,'build',5,',4,',0,'admin','deleted','2020-12-01 10:53:20','','0','0'),(650,'build',5,',4,',0,'admin','undeleted','2020-12-01 11:16:52','','','0'),(651,'release',2,',4,',0,'admin','undeleted','2020-12-01 11:17:24','','','0'),(652,'release',2,',4,',0,'admin','deleted','2020-12-01 11:19:14','','0','0'),(653,'build',5,',4,',0,'admin','deleted','2020-12-01 11:19:14','','0','0'),(654,'build',5,',4,',0,'admin','undeleted','2020-12-01 11:20:08','','','0'),(655,'release',2,',4,',0,'admin','undeleted','2020-12-01 11:20:12','','','0'),(656,'release',1,',5,',0,'admin','deleted','2020-12-01 11:20:42','','0','0'),(657,'build',4,',5,',0,'admin','deleted','2020-12-01 11:20:42','','0','0'),(658,'build',4,',5,',0,'admin','undeleted','2020-12-01 11:20:58','','','0'),(659,'release',1,',5,',0,'admin','undeleted','2020-12-01 11:20:59','','','0'),(660,'release',3,',4,',0,'admin','opened','2020-12-01 11:26:48','','','0'),(661,'release',4,',4,',0,'admin','opened','2020-12-01 11:28:44','','','0'),(662,'release',5,',5,',0,'admin','opened','2020-12-01 11:41:20','','','0'),(663,'execution',67,',0,',0,'admin','opened','2020-12-01 13:40:27','','0','0'),(664,'user',1,',0,',0,'admin','login','2020-12-02 08:15:37','','','0'),(665,'task',18,',,',67,'admin','opened','2020-12-02 13:14:36','','','0'),(666,'task',19,',,',67,'admin','opened','2020-12-02 13:14:58','','','0'),(667,'task',20,',,',67,'admin','opened','2020-12-02 13:14:58','','','0'),(668,'task',18,',,',67,'admin','edited','2020-12-02 13:14:58','','','0'),(669,'task',18,',,',67,'admin','createchildren','2020-12-02 13:14:58','','19,20','0'),(670,'task',18,',,',67,'admin','assigned','2020-12-02 13:15:09','','admin','0'),(671,'task',18,',,',67,'admin','assigned','2020-12-02 13:15:14','','','0'),(672,'task',21,',6,',26,'admin','opened','2020-12-02 13:22:39','','','0'),(673,'task',22,',6,',26,'admin','opened','2020-12-02 13:23:14','','','0'),(674,'task',23,',6,',26,'admin','opened','2020-12-02 13:23:14','','','0'),(675,'task',21,',6,',26,'admin','edited','2020-12-02 13:23:14','','','0'),(676,'task',21,',6,',26,'admin','createchildren','2020-12-02 13:23:14','','22,23','0'),(677,'task',18,',,',67,'admin','edited','2020-12-02 13:24:02','','','0'),(678,'task',20,',,',67,'admin','assigned','2020-12-02 13:52:35','','admin','0'),(679,'project',56,',15,',56,'admin','deleted','2020-12-02 14:26:59','','1','0'),(680,'story',12,',5,',0,'admin','opened','2020-12-02 14:33:16','','','0'),(681,'story',12,',5,',0,'admin','assigned','2020-12-02 14:33:28','','Jia','0'),(682,'story',12,',5,',0,'admin','changed','2020-12-02 14:36:52','','','0'),(683,'story',13,',5,',0,'admin','opened','2020-12-02 14:41:38','','','0'),(684,'story',13,',5,',0,'admin','assigned','2020-12-02 14:44:34','','Jia','0'),(685,'story',13,',5,',0,'admin','changed','2020-12-02 14:44:46','','','0'),(686,'story',13,',5,',0,'admin','changed','2020-12-02 14:46:19','','','0'),(687,'case',9,',4,',0,'admin','opened','2020-12-02 16:24:49','','','0'),(688,'case',10,',4,',0,'admin','opened','2020-12-02 16:24:49','','','0'),(689,'case',11,',4,',0,'admin','opened','2020-12-02 16:24:49','','','0'),(690,'case',12,',4,',0,'admin','opened','2020-12-02 16:24:49','','','0'),(691,'build',9,',4,',66,'admin','opened','2020-12-02 16:25:12','','','0'),(692,'testtask',3,',4,',66,'admin','opened','2020-12-02 16:25:37','','','0'),(693,'testreport',1,',0,',0,'admin','opened','2020-12-02 16:26:14','','','0'),(694,'case',10,',4,',0,'admin','deleted','2020-12-02 16:26:24','','1','0'),(695,'program',11,'',11,'admin','edited','2020-12-02 17:28:00','','','0'),(696,'user',1,',0,',0,'admin','logout','2020-12-02 17:28:04','','','0'),(697,'user',11,',0,',0,'Jia','login','2020-12-02 17:28:07','','','0'),(698,'user',11,',0,',0,'Jia','logout','2020-12-02 17:28:59','','','0'),(699,'user',1,',0,',0,'admin','login','2020-12-02 17:29:01','','','0'),(700,'user',1,',0,',0,'admin','login','2020-12-03 08:20:39','','','0'),(701,'testtask',4,',5,',22,'admin','opened','2020-12-03 08:21:29','','','0'),(702,'build',10,',6,',30,'admin','opened','2020-12-03 08:45:15','','','0'),(703,'testtask',5,',6,',30,'admin','opened','2020-12-03 08:45:58','','','0'),(704,'bug',555555,',6,',0,'admin','resolved','2020-12-03 09:26:06','','fixed','1'),(705,'release',6,',6,',0,'admin','opened','2020-12-03 09:26:28','','','0'),(706,'bug',555555,',6,',0,'admin','edited','2020-12-03 09:26:45','','','1'),(707,'bug',555555,',6,',0,'admin','linked2release','2020-12-03 09:26:56','','6','0'),(708,'bug',555556,',6,',0,'admin','opened','2020-12-03 09:37:40','','','1'),(709,'bug',6,',5,',0,'admin','linked2release','2020-12-03 10:04:08','','5','0'),(710,'bug',555556,',6,',0,'admin','assigned','2020-12-03 10:10:25','','productManager','1'),(711,'bug',555556,',6,',0,'admin','assigned','2020-12-03 10:10:33','','','1'),(712,'bug',555556,',6,',0,'admin','assigned','2020-12-03 10:10:37','','admin','1'),(713,'bug',999999,',6,',0,'admin','linked2release','2020-12-03 10:16:21','','6','0'),(714,'bug',555556,',6,',0,'admin','linked2release','2020-12-03 10:16:21','','6','0'),(715,'bug',1000000,',6,',0,'admin','linked2release','2020-12-03 10:19:47','','6','0'),(716,'bug',555,',6,',0,'admin','linked2release','2020-12-03 10:21:32','','6','0'),(717,'bug',5555,',6,',0,'admin','linked2release','2020-12-03 10:21:47','','6','0'),(718,'bug',55555,',6,',0,'admin','linked2release','2020-12-03 10:22:10','','6','0'),(719,'bug',100000,',5,',0,'admin','linked2release','2020-12-03 10:39:25','','5','0'),(720,'bug',7,',6,',0,'admin','linked2release','2020-12-03 10:57:01','','6','0'),(721,'bug',5,',6,',0,'admin','linked2release','2020-12-03 10:57:01','','6','0'),(722,'build',12,',6,',30,'admin','opened','2020-12-03 15:47:29','','','0'),(723,'testreport',2,',0,',0,'admin','opened','2020-12-03 15:50:53','','','0'),(724,'testtask',6,',6,',30,'admin','opened','2020-12-03 15:51:48','','','0'),(725,'testtask',7,',5,',22,'admin','opened','2020-12-03 16:37:27','','','0'),(726,'user',1,',0,',0,'admin','login','2020-12-04 08:24:15','','','0'),(727,'testreport',3,',0,',0,'admin','opened','2020-12-04 09:33:12','','','0'),(728,'product',16,',16,',0,'admin','opened','2020-12-04 13:49:15','','','0'),(729,'product',17,',17,',0,'admin','opened','2020-12-04 13:50:26','','','0'),(730,'issue',3,',0,',0,'admin','deleted','2020-12-04 16:11:08','','0','0'),(731,'issue',3,',0,',0,'admin','undeleted','2020-12-04 16:11:56','','','0'),(732,'design',2,',0,',0,'admin','undeleted','2020-12-04 16:12:02','','','0'),(733,'risk',2,',0,',0,'admin','undeleted','2020-12-04 16:12:07','','','0'),(734,'design',2,',0,',0,'admin','deleted','2020-12-04 16:13:32','','1','0'),(735,'risk',2,',0,',0,'admin','deleted','2020-12-04 16:13:59','','1','0'),(736,'issue',3,',0,',0,'admin','deleted','2020-12-04 16:14:36','','1','0'),(737,'task',13,',5,',45,'admin','deleted','2020-12-04 16:49:59','','0','0'),(738,'task',13,',5,',45,'admin','undeleted','2020-12-04 16:51:06','','','0'),(739,'project',42,',11,',42,'admin','deleted','2020-12-04 16:52:13','','1','0'),(740,'user',1,',0,',0,'admin','login','2020-12-07 08:08:46','','','0'),(741,'bug',5555556,',4,',66,'admin','opened','2020-12-07 10:42:52','','','0'),(742,'project',23,',6,',23,'admin','edited','2020-12-07 10:45:43','','','0'),(743,'project',55,',14,',55,'admin','edited','2020-12-07 10:49:43','','','0'),(744,'project',21,',5,7,',21,'admin','edited','2020-12-07 10:51:02','','','0'),(745,'bug',5555557,',5,',22,'admin','opened','2020-12-07 10:51:24','','','0'),(746,'bug',5555557,',5,',22,'admin','assigned','2020-12-07 10:55:15','','Jia','0'),(747,'stakeholder',6,',0,',0,'admin','deleted','2020-12-07 10:55:21','','1','0'),(748,'user',1,',0,',0,'admin','logout','2020-12-07 10:55:26','','','0'),(749,'user',11,',0,',0,'Jia','login','2020-12-07 10:55:29','','','0'),(750,'user',11,',0,',0,'Jia','logout','2020-12-07 11:07:52','','','0'),(751,'user',1,',0,',0,'admin','login','2020-12-07 11:07:54','','','0'),(752,'bug',9,',5,',22,'admin','opened','2020-12-07 11:09:37','','','0'),(753,'project',21,',5,7,',21,'admin','edited','2020-12-07 11:09:46','','','0'),(754,'execution',22,',0,',0,'admin','edited','2020-12-07 11:13:56','','','0'),(755,'user',1,',0,',0,'admin','logout','2020-12-07 11:14:17','','','0'),(756,'user',11,',0,',0,'Jia','login','2020-12-07 11:14:20','','','0'),(757,'user',11,',0,',0,'Jia','logout','2020-12-07 11:26:17','','','0'),(758,'user',1,',0,',0,'admin','login','2020-12-07 11:26:19','','','0'),(759,'bug',9,',5,',22,'admin','assigned','2020-12-07 11:27:11','','Jia','0'),(760,'user',1,',0,',0,'admin','logout','2020-12-07 11:27:14','','','0'),(761,'user',11,',0,',0,'Jia','login','2020-12-07 11:27:19','','','0'),(762,'user',11,',0,',0,'Jia','logout','2020-12-07 11:30:59','','','0'),(763,'user',1,',0,',0,'admin','login','2020-12-07 11:31:01','','','0'),(764,'execution',22,',0,',0,'admin','edited','2020-12-07 11:32:12','','','0'),(765,'execution',22,',0,',0,'admin','edited','2020-12-07 11:32:20','','','0'),(766,'project',21,',5,7,',21,'admin','edited','2020-12-07 11:39:26','','','0'),(767,'program',68,'',68,'admin','opened','2020-12-07 13:12:53','','','0'),(768,'program',69,'',69,'admin','opened','2020-12-07 13:13:47','','','0'),(769,'project',70,',18,',70,'admin','opened','2020-12-07 13:14:32','','','0'),(770,'project',70,',18,',70,'admin','deleted','2020-12-07 13:14:40','','0','0'),(771,'project',70,',18,',70,'admin','undeleted','2020-12-07 13:15:32','','','0'),(772,'product',19,',19,',0,'admin','opened','2020-12-07 13:16:51','','','0'),(773,'project',70,',19,',70,'admin','edited','2020-12-07 13:17:16','','','0'),(774,'project',70,',19,',70,'admin','started','2020-12-07 13:17:27','','','0'),(775,'project',70,',19,',70,'admin','edited','2020-12-07 13:18:00','','','0'),(776,'execution',71,',0,',0,'admin','opened','2020-12-07 13:18:31','','0','0'),(777,'execution',71,',0,',0,'admin','managed','2020-12-07 13:19:07','','19','0'),(778,'bug',10,',19,',71,'admin','opened','2020-12-07 13:19:30','','','1'),(779,'bug',10,',19,',71,'admin','assigned','2020-12-07 13:19:37','','Jia','1'),(780,'user',1,',0,',0,'admin','logout','2020-12-07 13:20:20','','','0'),(781,'user',11,',0,',0,'Jia','login','2020-12-07 13:20:23','','','0'),(782,'user',11,',0,',0,'Jia','logout','2020-12-07 13:21:10','','','0'),(783,'user',1,',0,',0,'admin','login','2020-12-07 13:21:12','','','0'),(784,'program',69,'',69,'admin','edited','2020-12-07 13:22:11','','','0'),(785,'program',68,'',68,'admin','edited','2020-12-07 13:22:18','','','0'),(786,'project',70,',19,',70,'admin','edited','2020-12-07 13:22:26','','','0'),(787,'user',1,',0,',0,'admin','logout','2020-12-07 13:22:31','','','0'),(788,'user',11,',0,',0,'Jia','login','2020-12-07 13:22:33','','','0'),(789,'user',11,',0,',0,'Jia','logout','2020-12-07 13:23:05','','','0'),(790,'user',11,',0,',0,'Jia','login','2020-12-07 13:23:07','','','0'),(791,'user',11,',0,',0,'Jia','logout','2020-12-07 13:23:19','','','0'),(792,'user',11,',0,',0,'Jia','login','2020-12-07 13:23:21','','','0'),(793,'user',11,',0,',0,'Jia','logout','2020-12-07 13:26:48','','','0'),(794,'user',1,',0,',0,'admin','login','2020-12-07 13:26:53','','','0'),(795,'project',70,',19,',70,'admin','edited','2020-12-07 13:28:20','','','0'),(796,'user',1,',0,',0,'admin','logout','2020-12-07 13:28:23','','','0'),(797,'user',11,',0,',0,'Jia','login','2020-12-07 13:28:26','','','0'),(798,'user',11,',0,',0,'Jia','logout','2020-12-07 13:54:35','','','0'),(799,'user',1,',0,',0,'admin','login','2020-12-07 13:54:37','','','0'),(800,'execution',71,',0,',0,'admin','edited','2020-12-07 13:55:02','','','0'),(801,'execution',71,',0,',0,'admin','edited','2020-12-07 14:00:46','','','0'),(802,'product',19,',19,',0,'admin','edited','2020-12-07 14:01:06','','','0'),(803,'execution',71,',0,',0,'admin','managed','2020-12-07 14:48:24','','','0'),(804,'product',20,',20,',0,'admin','opened','2020-12-07 14:49:41','','','0'),(805,'execution',71,',0,',0,'admin','managed','2020-12-07 14:49:52','','19','0'),(806,'project',70,',19,20,',70,'admin','edited','2020-12-07 14:50:07','','','0'),(807,'project',72,',20,',72,'admin','opened','2020-12-07 14:50:53','','','0'),(808,'user',1,',0,',0,'admin','logout','2020-12-07 14:54:26','','','0'),(809,'user',11,',0,',0,'Jia','login','2020-12-07 14:54:28','','','0'),(810,'user',11,',0,',0,'Jia','login','2020-12-07 14:54:52','','','0'),(811,'user',1,',0,',0,'admin','login','2020-12-08 09:28:01','','','0'),(812,'product',19,',19,',0,'admin','edited','2020-12-08 09:29:29','','','0'),(813,'project',70,',19,20,',70,'admin','edited','2020-12-08 09:29:52','','','0'),(814,'project',70,',19,',70,'admin','edited','2020-12-08 09:30:02','','','0'),(815,'project',72,',19,',72,'admin','edited','2020-12-08 09:30:20','','','0'),(816,'execution',71,',0,',0,'admin','edited','2020-12-08 09:30:37','','','0'),(817,'project',72,',19,',72,'admin','edited','2020-12-08 09:31:22','','','0'),(818,'execution',73,',0,',0,'admin','managed','2020-12-08 09:33:46','','19','0'),(819,'project',72,',19,',72,'admin','edited','2020-12-08 09:34:25','','','0'),(820,'execution',74,',0,',0,'admin','managed','2020-12-08 09:34:51','','19','0'),(821,'project',72,',19,20,',72,'admin','edited','2020-12-08 09:35:29','','','0'),(822,'execution',74,',0,',0,'admin','managed','2020-12-08 09:35:40','','20','0'),(823,'execution',73,',0,',0,'admin','managed','2020-12-08 09:35:46','','20','0'),(824,'project',72,',19,',72,'admin','edited','2020-12-08 09:35:58','','','0'),(825,'project',70,',19,20,',70,'admin','edited','2020-12-08 09:44:16','','','0'),(826,'execution',71,',0,',0,'admin','managed','2020-12-08 09:44:26','','20','0'),(827,'project',70,',19,',70,'admin','edited','2020-12-08 09:44:31','','','0'),(828,'execution',71,',0,',0,'admin','managed','2020-12-08 09:44:53','','19','0'),(829,'project',70,',19,20,',70,'admin','edited','2020-12-08 09:45:22','','','0'),(830,'execution',74,',0,',0,'admin','managed','2020-12-08 09:48:56','','19','0'),(831,'execution',73,',0,',0,'admin','managed','2020-12-08 10:05:36','','19','0'),(832,'project',72,',19,',72,'admin','edited','2020-12-08 10:18:32','','','0'),(833,'project',72,',19,20,',72,'admin','managed','2020-12-08 10:26:49','','19,20','0'),(834,'project',72,',19,',72,'admin','managed','2020-12-08 10:27:20','','19','0'),(835,'execution',73,',0,',0,'admin','managed','2020-12-08 10:32:43','','19','0'),(836,'execution',74,',0,',0,'admin','managed','2020-12-08 10:32:56','','19','0'),(837,'project',72,',19,20,',72,'admin','edited','2020-12-08 10:33:17','','','0'),(838,'execution',74,',0,',0,'admin','managed','2020-12-08 10:36:50','','20','0'),(839,'project',72,',19,',72,'admin','edited','2020-12-08 10:37:21','','','0'),(840,'project',72,',19,20,',72,'admin','managed','2020-12-08 10:48:56','','19,20','0'),(841,'project',72,',19,',72,'admin','managed','2020-12-08 10:49:08','','19','0'),(842,'project',72,',19,20,',72,'admin','managed','2020-12-08 10:53:02','','19,20','0'),(843,'project',72,',19,',72,'admin','managed','2020-12-08 10:53:56','','19','0'),(844,'project',72,',19,20,',72,'admin','managed','2020-12-08 10:54:07','','19,20','0'),(845,'project',72,',19,',72,'admin','managed','2020-12-08 11:01:10','','19','0'),(846,'project',72,',19,20,',72,'admin','managed','2020-12-08 11:03:40','','19,20','0'),(847,'execution',74,',0,',0,'admin','managed','2020-12-08 11:10:27','','20','0'),(848,'project',72,',19,',72,'admin','managed','2020-12-08 11:12:35','','19','0'),(849,'project',72,',19,20,',72,'admin','managed','2020-12-08 11:15:20','','19,20','0'),(850,'project',72,',20,',72,'admin','managed','2020-12-08 11:19:21','','20','0'),(851,'project',72,',19,20,',72,'admin','managed','2020-12-08 11:29:01','','20,19','0'),(852,'project',72,',19,',72,'admin','managed','2020-12-08 11:33:23','','19','0'),(853,'execution',73,',0,',0,'admin','managed','2020-12-08 13:28:09','','19','0'),(854,'project',72,',19,20,',72,'admin','managed','2020-12-08 13:30:36','','19,20','0'),(855,'project',72,',19,20,',72,'admin','started','2020-12-08 13:40:02','','','0'),(856,'project',72,',19,',72,'admin','edited','2020-12-08 13:46:52','','','0'),(857,'project',72,',19,',72,'admin','edited','2020-12-08 13:46:59','','','0'),(858,'project',72,',19,20,',72,'admin','managed','2020-12-08 13:54:26','','19,20','0'),(859,'project',72,',19,',72,'admin','managed','2020-12-08 13:57:18','','19','0'),(860,'project',72,',19,20,',72,'admin','managed','2020-12-08 13:58:37','','19,20','0'),(861,'project',72,',19,',72,'admin','managed','2020-12-08 14:00:23','','19','0'),(862,'task',24,',,',74,'admin','opened','2020-12-08 14:05:43','','','0'),(863,'project',72,',19,20,',72,'admin','edited','2020-12-08 14:21:15','','','0'),(864,'user',1,',0,',0,'admin','login','2020-12-09 08:04:03','','','0'),(865,'story',14,',20,',0,'admin','opened','2020-12-09 10:08:04','','','0'),(866,'story',15,',20,',0,'admin','opened','2020-12-09 10:10:19','','','0'),(867,'story',16,',20,',0,'admin','opened','2020-12-09 10:10:19','','','0'),(868,'story',17,',20,',0,'admin','opened','2020-12-09 10:10:19','','','0'),(869,'story',18,',20,',0,'admin','opened','2020-12-09 10:10:55','','','0'),(870,'story',19,',20,',0,'admin','opened','2020-12-09 10:10:55','','','0'),(871,'story',20,',20,',0,'admin','opened','2020-12-09 10:10:55','','','0'),(872,'story',17,',20,',0,'admin','createchildrenstory','2020-12-09 10:10:55','','18,19,20','0'),(873,'story',17,',20,',0,'admin','edited','2020-12-09 10:40:31','','','0'),(874,'story',18,',20,',0,'admin','edited','2020-12-09 10:40:31','','','0'),(875,'story',17,',20,',0,'admin','edited','2020-12-09 10:41:13','','','0'),(876,'story',18,',20,',0,'admin','edited','2020-12-09 10:41:13','','','0'),(877,'story',17,',20,',0,'admin','edited','2020-12-09 10:41:28','','','0'),(878,'story',18,',20,',0,'admin','edited','2020-12-09 10:41:28','','','0'),(879,'story',17,',20,',0,'admin','edited','2020-12-09 10:41:46','','','0'),(880,'story',18,',20,',0,'admin','edited','2020-12-09 10:41:46','','','0'),(881,'project',72,',19,',72,'admin','managed','2020-12-09 11:03:51','','19','0'),(882,'execution',71,',0,',0,'admin','managed','2020-12-09 11:07:17','','20','0'),(883,'story',21,',20,',71,'admin','opened','2020-12-09 11:43:23','','','0'),(884,'execution',74,',0,',0,'admin','managed','2020-12-09 13:00:38','','19','0'),(885,'programplan',77,',0,',0,'admin','edited','2020-12-09 14:34:11','','','0'),(886,'programplan',76,',0,',0,'admin','edited','2020-12-09 14:38:05','','','0'),(887,'programplan',77,',0,',0,'admin','edited','2020-12-09 14:41:42','','','0'),(888,'release',7,',19,',0,'admin','opened','2020-12-09 14:52:50','','','0'),(889,'execution',78,',0,',0,'admin','opened','2020-12-09 14:54:49','','0','0'),(890,'execution',78,',0,',0,'admin','managed','2020-12-09 15:27:33','','19','0'),(891,'execution',71,',0,',0,'admin','managed','2020-12-09 15:27:42','','19','0'),(892,'user',1,',0,',0,'admin','login','2020-12-09 16:45:48','','','0'),(893,'user',1,',0,',0,'admin','login','2020-12-10 08:05:37','','','0'),(894,'programplan',74,',0,',0,'admin','edited','2020-12-10 08:24:14','','','0'),(895,'project',80,',19,',80,'admin','deleted','2020-12-10 08:24:49','','1','0'),(896,'project',79,',19,',79,'admin','deleted','2020-12-10 08:24:50','','1','0'),(897,'project',75,',19,',75,'admin','deleted','2020-12-10 08:24:51','','1','0'),(898,'project',74,',19,',74,'admin','deleted','2020-12-10 08:24:53','','1','0'),(899,'project',77,',19,',77,'admin','deleted','2020-12-10 08:24:55','','1','0'),(900,'project',76,',19,',76,'admin','deleted','2020-12-10 08:24:57','','1','0'),(901,'project',73,',19,',73,'admin','deleted','2020-12-10 08:24:58','','1','0'),(902,'programplan',81,',0,',0,'admin','edited','2020-12-10 08:27:49','','','0'),(903,'programplan',82,',0,',0,'admin','edited','2020-12-10 08:27:59','','','0'),(904,'programplan',83,',0,',0,'admin','edited','2020-12-10 08:28:10','','','0'),(905,'programplan',84,',0,',0,'admin','edited','2020-12-10 08:28:28','','','0'),(906,'programplan',85,',0,',0,'admin','edited','2020-12-10 08:28:43','','','0'),(907,'programplan',86,',0,',0,'admin','edited','2020-12-10 08:28:56','','','0'),(908,'project',89,',21,',89,'admin','opened','2020-12-10 09:05:18','','','0'),(909,'project',89,',19,20,21,',89,'admin','edited','2020-12-10 09:08:05','','','0'),(910,'project',90,',22,',90,'admin','opened','2020-12-10 09:08:55','','','0'),(911,'project',91,',23,',91,'admin','opened','2020-12-10 09:09:24','','','0'),(912,'project',92,',24,',92,'admin','opened','2020-12-10 09:21:09','','','0'),(913,'project',93,',25,',93,'admin','opened','2020-12-10 09:24:31','','','0'),(914,'project',94,',26,',94,'admin','opened','2020-12-10 09:55:56','','','0'),(915,'project',95,',27,',95,'admin','opened','2020-12-10 09:56:34','','','0'),(916,'project',95,',27,',95,'admin','deleted','2020-12-10 10:06:18','','1','0'),(917,'project',93,',25,',93,'admin','deleted','2020-12-10 10:06:21','','1','0'),(918,'project',91,',23,',91,'admin','deleted','2020-12-10 10:06:26','','1','0'),(919,'project',92,',24,',92,'admin','deleted','2020-12-10 10:06:28','','1','0'),(920,'project',94,',26,',94,'admin','deleted','2020-12-10 10:06:31','','1','0'),(921,'project',82,',19,',82,'admin','deleted','2020-12-10 10:10:00','','1','0'),(922,'product',23,',23,',0,'admin','deleted','2020-12-10 10:19:10','','1','0'),(923,'product',24,',24,',0,'admin','deleted','2020-12-10 10:19:17','','1','0'),(924,'product',25,',25,',0,'admin','deleted','2020-12-10 10:19:22','','1','0'),(925,'product',26,',26,',0,'admin','deleted','2020-12-10 10:19:27','','1','0'),(926,'product',27,',27,',0,'admin','deleted','2020-12-10 10:19:33','','1','0'),(927,'product',22,',22,',0,'admin','edited','2020-12-10 10:20:53','','','0'),(928,'project',89,',19,20,21,',89,'admin','edited','2020-12-10 10:23:27','','','0'),(929,'project',105,',28,',105,'admin','opened','2020-12-10 10:24:01','','','0'),(930,'todo',1,',0,',0,'admin','erased','2020-12-10 10:39:33','','','0'),(931,'product',29,',29,',0,'admin','opened','2020-12-10 11:21:09','','','0'),(932,'project',114,',30,',114,'admin','opened','2020-12-10 11:22:04','','','0'),(933,'project',115,',31,',115,'admin','opened','2020-12-10 11:23:15','','','0'),(934,'project',119,',32,',119,'admin','opened','2020-12-10 11:38:29','','','0'),(935,'project',125,',33,',125,'admin','opened','2020-12-10 13:07:43','','','0'),(936,'project',116,',,',116,'admin','deleted','2020-12-10 13:07:58','','1','0'),(937,'project',117,',,',117,'admin','deleted','2020-12-10 13:08:00','','1','0'),(938,'project',118,',,',118,'admin','deleted','2020-12-10 13:08:03','','1','0'),(939,'project',120,',,',120,'admin','deleted','2020-12-10 13:08:05','','1','0'),(940,'project',121,',,',121,'admin','deleted','2020-12-10 13:08:07','','1','0'),(941,'project',122,',,',122,'admin','deleted','2020-12-10 13:08:09','','1','0'),(942,'project',123,',,',123,'admin','deleted','2020-12-10 13:08:11','','1','0'),(943,'project',124,',,',124,'admin','deleted','2020-12-10 13:08:13','','1','0'),(944,'project',125,',33,',125,'admin','deleted','2020-12-10 13:08:20','','1','0'),(945,'project',119,',32,',119,'admin','deleted','2020-12-10 13:08:24','','1','0'),(946,'project',115,',31,',115,'admin','deleted','2020-12-10 13:08:28','','1','0'),(947,'project',114,',30,',114,'admin','deleted','2020-12-10 13:08:31','','1','0'); -/*!40000 ALTER TABLE `zt_action` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_block` --- - -DROP TABLE IF EXISTS `zt_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_block` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(20) NOT NULL, - `type` char(30) NOT NULL, - `title` varchar(100) NOT NULL, - `source` varchar(20) NOT NULL, - `block` varchar(20) NOT NULL, - `params` text NOT NULL, - `order` tinyint(3) unsigned NOT NULL DEFAULT '0', - `grid` tinyint(3) unsigned NOT NULL DEFAULT '0', - `height` smallint(5) unsigned NOT NULL DEFAULT '0', - `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `account_module_type_order` (`account`,`module`,`type`,`order`), - KEY `account` (`account`) -) ENGINE=MyISAM AUTO_INCREMENT=599 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_block` --- - -LOCK TABLES `zt_block` WRITE; -/*!40000 ALTER TABLE `zt_block` DISABLE KEYS */; -INSERT INTO `zt_block` VALUES (583,'admin','my','','我近期参与的项目','program','recentproject','',6,8,0,0),(584,'admin','my','','指派给我的任务','project','task','{\"orderBy\":\"id_desc\",\"count\":\"15\",\"type\":\"assignedTo\"}',7,8,0,0),(588,'admin','program','waterfall','项目周报','program','waterfallreport','',1,8,0,0),(582,'admin','my','','我的贡献','','contribute','',5,4,0,0),(578,'admin','my','','欢迎','','welcome','',1,8,0,0),(579,'admin','my','','最新动态','','dynamic','',2,4,0,0),(580,'admin','my','','我的待办','todo','list','{\"count\":\"20\"}',3,4,0,0),(581,'admin','my','','项目统计','program','statistic','',4,8,0,0),(17,'admin','qa','','测试统计','qa','statistic','{\"type\":\"noclosed\",\"count\":\"20\"}',1,8,0,0),(18,'admin','qa','','指派给我的Bug','qa','bug','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',2,4,0,0),(19,'admin','qa','','指派给我的用例','qa','case','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"assigntome\"}',3,4,0,0),(20,'admin','qa','','待测版本列表','qa','testtask','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"wait\"}',4,8,0,0),(596,'admin','product','','产品总览','product','overview','',2,4,0,0),(597,'admin','product','','未关闭的产品','product','list','{\"count\":15,\"type\":\"noclosed\"}',3,8,0,0),(598,'admin','product','','指派给我的软件需求','product','story','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(552,'Jia','my','','我的待办','todo','list','{\"count\":\"20\"}',3,4,0,0),(553,'Jia','my','','项目统计','program','statistic','',4,8,0,0),(594,'admin','program','waterfall','项目风险','program','waterfallrisk','{\"type\":\"all\",\"count\":\"15\",\"orderBy\":\"id_desc\"}',7,8,0,0),(593,'admin','program','waterfall','最新动态','program','projectdynamic','',6,4,0,0),(592,'admin','program','waterfall','项目问题','program','waterfallissue','{\"type\":\"all\",\"count\":\"15\",\"orderBy\":\"id_desc\"}',5,8,0,0),(32,'admin','project','','迭代统计','project','statistic','{\"type\":\"all\",\"count\":\"20\"}',1,8,0,0),(33,'admin','project','','迭代总览','project','overview','',2,4,0,0),(34,'admin','project','','未关闭的迭代','project','list','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"undone\"}',3,8,0,0),(586,'admin','my','','项目列表','program','program','{\"orderBy\":\"id_desc\",\"count\":\"15\"}',9,8,0,0),(595,'admin','product','','产品统计','product','statistic','{\"type\":\"all\",\"count\":\"20\"}',1,8,0,0),(591,'admin','program','waterfall','到目前为止项目进展趋势图','program','waterfallprogress','',4,4,0,0),(589,'admin','program','waterfall','估算','program','waterfallestimate','',2,4,0,0),(590,'admin','program','waterfall','项目计划','program','waterfallgantt','',3,8,0,0),(554,'Jia','my','','我的贡献','','contribute','',5,4,0,0),(555,'Jia','my','','我近期参与的项目','program','recentproject','',6,8,0,0),(556,'Jia','my','','指派给我的任务','project','task','{\"orderBy\":\"id_desc\",\"count\":\"15\",\"type\":\"assignedTo\"}',7,8,0,0),(557,'Jia','my','','项目人力投入','program','programteam','',8,8,0,0),(558,'Jia','my','','项目列表','program','program','{\"orderBy\":\"id_desc\",\"count\":\"15\"}',9,8,0,0),(559,'Jia','program','scrum','项目整体情况','program','scrumoverview','',1,8,0,0),(585,'admin','my','','项目人力投入','program','programteam','',8,8,0,0),(86,'Jia','product','','产品统计','product','statistic','{\"type\":\"all\",\"count\":\"20\"}',1,8,0,0),(87,'Jia','product','','产品总览','product','overview','',2,4,0,0),(88,'Jia','product','','未关闭的产品','product','list','{\"count\":15,\"type\":\"noclosed\"}',3,8,0,0),(89,'Jia','product','','指派给我的软件需求','product','story','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(561,'Jia','program','scrum','待测版本','program','scrumtest','{\"type\":\"wait\",\"count\":\"15\",\"orderBy\":\"id_desc\"}',3,8,0,0),(560,'Jia','program','scrum','迭代列表','program','scrumlist','',2,8,0,0),(474,'Jia','program','waterfall','项目风险','program','waterfallrisk','{\"type\":\"all\",\"count\":\"15\",\"orderBy\":\"id_desc\"}',7,8,0,0),(473,'Jia','program','waterfall','最新动态','program','programdynamic','',6,4,0,0),(468,'Jia','program','waterfall','项目周报','program','waterfallreport','',1,8,0,0),(469,'Jia','program','waterfall','估算','program','waterfallestimate','',2,4,0,0),(470,'Jia','program','waterfall','项目计划','program','waterfallgantt','',3,8,0,0),(471,'Jia','program','waterfall','到目前为止项目进展趋势图','program','waterfallprogress','',4,4,0,0),(472,'Jia','program','waterfall','项目问题','program','waterfallissue','{\"type\":\"all\",\"count\":\"15\",\"orderBy\":\"id_desc\"}',5,8,0,0),(550,'Jia','my','','欢迎','','welcome','',1,8,0,0),(551,'Jia','my','','最新动态','','dynamic','',2,4,0,0),(562,'Jia','program','scrum','迭代总览','program','sprint','',4,4,0,0),(563,'Jia','program','scrum','最新动态','program','projectdynamic','',5,4,0,0),(564,'Jia','project','','迭代统计','project','statistic','{\"type\":\"all\",\"count\":\"20\"}',1,8,0,0),(565,'Jia','project','','迭代总览','project','overview','',2,4,0,0),(566,'Jia','project','','未关闭的迭代','project','list','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"undone\"}',3,8,0,0),(567,'Jia','project','','指派给我的任务','project','task','{\"count\":15,\"orderBy\":\"id_desc\",\"type\":\"assignedTo\"}',4,4,0,0),(568,'Jia','project','','版本列表','project','build','{\"count\":15,\"orderBy\":\"id_desc\"}',5,8,0,0),(587,'admin','my','','未关闭的产品列表','product','list','{\"type\":\"noclosed\",\"count\":\"20\"}',10,8,0,0); -/*!40000 ALTER TABLE `zt_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_branch` --- - -DROP TABLE IF EXISTS `zt_branch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_branch` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `order` smallint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_branch` --- - -LOCK TABLES `zt_branch` WRITE; -/*!40000 ALTER TABLE `zt_branch` DISABLE KEYS */; -INSERT INTO `zt_branch` VALUES (1,16,'分支一',1,'0'),(2,16,'分支二',2,'0'); -/*!40000 ALTER TABLE `zt_branch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_budget` --- - -DROP TABLE IF EXISTS `zt_budget`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_budget` ( - `id` int(8) NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) NOT NULL, - `stage` char(30) NOT NULL, - `subject` mediumint(8) NOT NULL, - `amount` char(30) NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` date NOT NULL, - `lastEditedBy` char(30) NOT NULL, - `lastEditedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_budget` --- - -LOCK TABLES `zt_budget` WRITE; -/*!40000 ALTER TABLE `zt_budget` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_budget` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_bug` --- - -DROP TABLE IF EXISTS `zt_bug`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_bug` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toTask` mediumint(8) unsigned NOT NULL DEFAULT '0', - `toStory` mediumint(8) NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `severity` tinyint(4) NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `type` varchar(30) NOT NULL DEFAULT '', - `os` varchar(30) NOT NULL DEFAULT '', - `browser` varchar(30) NOT NULL DEFAULT '', - `hardware` varchar(30) NOT NULL, - `found` varchar(30) NOT NULL DEFAULT '', - `steps` text NOT NULL, - `status` enum('active','resolved','closed') NOT NULL DEFAULT 'active', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `confirmed` tinyint(1) NOT NULL DEFAULT '0', - `activatedCount` smallint(6) NOT NULL, - `activatedDate` datetime NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedBuild` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `deadline` date NOT NULL, - `resolvedBy` varchar(30) NOT NULL DEFAULT '', - `resolution` varchar(30) NOT NULL DEFAULT '', - `resolvedBuild` varchar(30) NOT NULL DEFAULT '', - `resolvedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `duplicateBug` mediumint(8) unsigned NOT NULL, - `linkBug` varchar(255) NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `caseVersion` smallint(6) NOT NULL DEFAULT '1', - `result` mediumint(8) unsigned NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `entry` varchar(255) NOT NULL, - `lines` varchar(10) NOT NULL, - `v1` varchar(40) NOT NULL, - `v2` varchar(40) NOT NULL, - `repoType` varchar(30) NOT NULL DEFAULT '', - `testtask` mediumint(8) unsigned NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `status` (`status`), - KEY `plan` (`plan`), - KEY `story` (`story`), - KEY `case` (`case`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_bug` --- - -LOCK TABLES `zt_bug` WRITE; -/*!40000 ALTER TABLE `zt_bug` DISABLE KEYS */; -INSERT INTO `zt_bug` VALUES (9,21,5,0,0,22,0,0,1,0,0,0,'迭代一的bug','',3,3,'codeerror','','','','','

[步骤]


[结果]


[期望]


','active','','',0,0,'0000-00-00 00:00:00','','admin','2020-12-07 11:09:37','trunk','Jia','2020-12-07 11:27:11','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,0,0,0,'','','','','',0,'admin','2020-12-07 11:27:11','0'),(10,70,19,0,0,71,0,0,1,0,0,0,'sprint1的bug1','',3,3,'codeerror','','','','','

[步骤]


[结果]


[期望]


','active','','',0,0,'0000-00-00 00:00:00','','admin','2020-12-07 13:19:30','trunk','Jia','2020-12-07 13:19:37','0000-00-00','','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,'',0,0,0,0,'','','','','',0,'admin','2020-12-07 13:19:37','0'); -/*!40000 ALTER TABLE `zt_bug` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_build` --- - -DROP TABLE IF EXISTS `zt_build`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_build` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(150) NOT NULL, - `scmPath` char(255) NOT NULL, - `filePath` char(255) NOT NULL, - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `builder` char(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_build` --- - -LOCK TABLES `zt_build` WRITE; -/*!40000 ALTER TABLE `zt_build` DISABLE KEYS */; -INSERT INTO `zt_build` VALUES (1,7,1,0,1,'第一期版本','','','2012-06-05','3,2,1,4','','projectManager','','0'),(2,21,5,0,22,'版本PRJ=21','','','2020-11-24','','','admin','','0'),(3,20,4,0,46,'版本版本','','','2020-11-26','','','admin','','0'),(4,21,5,0,0,'21发布','','','2020-11-26','','','admin','','0'),(5,20,4,0,0,'独立瀑布项目的发布','','','2020-12-01','','','admin','','0'),(6,20,4,0,0,'发布发布','','','2020-12-01','','','admin','','0'),(7,20,4,0,0,'发布发布发布2','','','2020-12-01','','','admin','','0'),(8,21,5,0,0,'敏捷的发布','','','2020-12-01','','','admin','','0'),(9,20,4,0,66,'瀑布的第一个版本','','','2020-12-02','','','admin','','0'),(10,23,6,0,30,'独立瀑布瀑布2的第一个版本','','','2020-12-03','','','admin','','0'),(11,23,6,0,0,'第一个发布','','','2020-12-03','','','admin','','0'),(12,23,6,0,30,'独立瀑布瀑布2的第二个版本','','','2020-12-03','','','admin','','0'),(13,70,19,0,0,'发布','','','2020-12-09','','','admin','','0'); -/*!40000 ALTER TABLE `zt_build` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_burn` --- - -DROP TABLE IF EXISTS `zt_burn`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_burn` ( - `project` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `estimate` float NOT NULL, - `left` float NOT NULL, - `consumed` float NOT NULL, - `storyPoint` float NOT NULL, - PRIMARY KEY (`project`,`date`,`task`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_burn` --- - -LOCK TABLES `zt_burn` WRITE; -/*!40000 ALTER TABLE `zt_burn` DISABLE KEYS */; -INSERT INTO `zt_burn` VALUES (1,0,0,'2012-06-05',0,0,38,0),(53,0,0,'2020-11-27',0,0,0,0); -/*!40000 ALTER TABLE `zt_burn` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_case` --- - -DROP TABLE IF EXISTS `zt_case`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_case` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `lib` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` mediumint(8) unsigned NOT NULL DEFAULT '0', - `story` mediumint(30) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `title` varchar(255) NOT NULL, - `precondition` text NOT NULL, - `keywords` varchar(255) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `type` char(30) NOT NULL DEFAULT '1', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `frame` varchar(10) NOT NULL, - `stage` varchar(255) NOT NULL, - `howRun` varchar(30) NOT NULL, - `scriptedBy` varchar(30) NOT NULL, - `scriptedDate` date NOT NULL, - `scriptStatus` varchar(30) NOT NULL, - `scriptLocation` varchar(255) NOT NULL, - `status` char(30) NOT NULL DEFAULT '1', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `frequency` enum('1','2','3') NOT NULL DEFAULT '1', - `order` tinyint(30) unsigned NOT NULL DEFAULT '0', - `openedBy` char(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `lastEditedBy` char(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `linkCase` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL, - `fromCaseID` mediumint(8) unsigned NOT NULL, - `fromCaseVersion` mediumint(8) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `story` (`story`), - KEY `module` (`module`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_case` --- - -LOCK TABLES `zt_case` WRITE; -/*!40000 ALTER TABLE `zt_case` DISABLE KEYS */; -INSERT INTO `zt_case` VALUES (1,7,1,0,0,0,0,4,1,'售后服务的测试用例','','',1,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester3','2012-06-05 11:02:18','','0000-00-00','tester3','2012-06-05 11:02:46',1,'',0,0,1,'0','testManager','2012-06-05 11:11:00','pass'),(2,7,1,0,0,0,0,1,1,'首页的测试用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:28','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:05','pass'),(3,7,1,0,0,0,0,2,1,'新闻中心的测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester1','2012-06-05 11:03:54','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:07','pass'),(4,7,1,0,0,0,0,3,2,'成果展示测试用例','','',3,'feature','no','','feature','','','0000-00-00','','','normal','','','1',0,'tester2','2012-06-05 11:04:48','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','testManager','2012-06-05 11:11:08','pass'),(5,51,1,0,0,0,0,0,1,'用例1','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-11-26 15:25:14','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(6,12,12,0,0,0,0,0,1,'PRJ=12用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-11-26 15:26:02','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(7,21,5,0,0,0,0,0,1,'测试用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-11-26 16:04:29','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(8,20,5,0,0,0,0,0,1,'瀑布测试用例','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-11-26 16:04:55','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','','0000-00-00 00:00:00',''),(9,20,4,0,0,0,0,0,0,'用例一','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:24:49','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:30:44','fail'),(10,20,4,0,0,0,0,0,0,'用例二','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:24:49','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'1','admin','2020-12-02 16:25:56','pass'),(11,20,4,0,0,0,0,0,0,'用例三','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:24:49','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:30:39','pass'),(12,20,4,0,0,0,0,0,0,'用例四','','',3,'feature','no','','','','','0000-00-00','','','normal','','','1',0,'admin','2020-12-02 16:24:49','','0000-00-00','','0000-00-00 00:00:00',1,'',0,0,1,'0','admin','2020-12-02 16:25:49','pass'); -/*!40000 ALTER TABLE `zt_case` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_casestep` --- - -DROP TABLE IF EXISTS `zt_casestep`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_casestep` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(3) unsigned NOT NULL DEFAULT '0', - `type` varchar(10) NOT NULL DEFAULT 'step', - `desc` text NOT NULL, - `expect` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_casestep` --- - -LOCK TABLES `zt_casestep` WRITE; -/*!40000 ALTER TABLE `zt_casestep` DISABLE KEYS */; -INSERT INTO `zt_casestep` VALUES (1,0,1,1,'step','进入首页','正常显示'),(2,0,2,1,'step','进入首页','正常显示'),(3,0,3,1,'step','进入新闻中心','正常显示'),(4,0,4,1,'step','进入成果展示','正常显示'); -/*!40000 ALTER TABLE `zt_casestep` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_company` --- - -DROP TABLE IF EXISTS `zt_company`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_company` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(120) DEFAULT NULL, - `phone` char(20) DEFAULT NULL, - `fax` char(20) DEFAULT NULL, - `address` char(120) DEFAULT NULL, - `zipcode` char(10) DEFAULT NULL, - `website` char(120) DEFAULT NULL, - `backyard` char(120) DEFAULT NULL, - `guest` enum('1','0') NOT NULL DEFAULT '0', - `admins` char(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_company` --- - -LOCK TABLES `zt_company` WRITE; -/*!40000 ALTER TABLE `zt_company` DISABLE KEYS */; -INSERT INTO `zt_company` VALUES (1,'开源版',NULL,NULL,NULL,NULL,NULL,NULL,'0',',admin,','0'); -/*!40000 ALTER TABLE `zt_company` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_compile` --- - -DROP TABLE IF EXISTS `zt_compile`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_compile` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `queue` mediumint(8) NOT NULL, - `status` varchar(255) NOT NULL, - `logs` text, - `atTime` varchar(10) NOT NULL, - `testtask` mediumint(8) unsigned NOT NULL, - `tag` varchar(255) NOT NULL, - `times` tinyint(3) unsigned NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `updateDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_compile` --- - -LOCK TABLES `zt_compile` WRITE; -/*!40000 ALTER TABLE `zt_compile` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_compile` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_config` --- - -DROP TABLE IF EXISTS `zt_config`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_config` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `owner` char(30) NOT NULL DEFAULT '', - `module` varchar(30) NOT NULL, - `section` char(30) NOT NULL DEFAULT '', - `key` char(30) NOT NULL DEFAULT '', - `value` text NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `unique` (`owner`,`module`,`section`,`key`) -) ENGINE=MyISAM AUTO_INCREMENT=247 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_config` --- - -LOCK TABLES `zt_config` WRITE; -/*!40000 ALTER TABLE `zt_config` DISABLE KEYS */; -INSERT INTO `zt_config` VALUES (1,'system','common','global','showDemoUsers','1'),(75,'system','common','global','version','20.0.beta1'),(25,'system','common','global','flow','full'),(4,'system','common','safe','mode','1'),(5,'system','common','safe','changeWeak','1'),(6,'system','common','global','cron','1'),(7,'system','common','xuanxuan','turnon','1'),(8,'system','common','xuanxuan','key','a8751c717aa0410c4b15138bcc86dc07'),(9,'system','common','xuanxuan','chatPort','11444'),(10,'system','common','xuanxuan','commonPort','11443'),(11,'system','common','xuanxuan','ip','0.0.0.0'),(12,'system','common','xuanxuan','uploadFileSize','20'),(13,'system','common','xuanxuan','https','off'),(41,'system','custom','','productProject','0_0'),(15,'system','custom','','storyRequirement','0'),(44,'system','custom','','hourPoint','0'),(17,'system','common','','conceptSetted','1'),(236,'admin','my','common','blockInited','1'),(20,'system','cron','run','status','running'),(42,'system','custom','','URAndSR','1'),(23,'system','custom','waterfall','URSRName','{\"URCommon\":{\"zh-cn\":\"\\u7528\\u6237\\u9700\\u6c42\"},\"SRCommon\":{\"zh-cn\":\"\\u8f6f\\u4ef6\\u9700\\u6c42\"}}'),(24,'system','custom','scrum','URSRName','{\"URCommon\":{\"zh-cn\":\"\\u53f2\\u8bd7\"},\"SRCommon\":{\"zh-cn\":\"\\u6545\\u4e8b\"}}'),(237,'admin','my','block','initVersion','2'),(244,'admin','program','block','initVersion','2'),(30,'admin','qa','common','blockInited','1'),(31,'admin','qa','block','initVersion','2'),(245,'admin','product','common','blockInited','1'),(246,'admin','product','block','initVersion','2'),(196,'system','block','','closed',''),(36,'admin','project','common','blockInited','1'),(37,'admin','project','block','initVersion','2'),(43,'system','custom','common','URSRName','{\"URCommon\":{\"zh-cn\":\"\\u7528\\u6237\\u9700\\u6c42\"},\"SRCommon\":{\"zh-cn\":\"\\u8f6f\\u4ef6\\u9700\\u6c42\"}}'),(45,'system','custom','','cost','20'),(46,'system','custom','','efficiency','1'),(47,'system','custom','','days',''),(48,'system','project','','defaultWorkhours','7.0'),(55,'admin','programplan','browse','stageCustom','task'),(62,'system','common','global','sn','a551dfe2bad2bef5309d7b79e1cb9184'),(227,'Jia','my','common','blockInited','1'),(228,'Jia','my','block','initVersion','2'),(65,'Jia','product','common','blockInited','1'),(66,'Jia','product','block','initVersion','2'),(207,'Jia','program','waterfallcommon','blockInited','1'),(230,'Jia','program','block','initVersion','2'),(229,'Jia','program','scrumcommon','blockInited','1'),(199,'admin','project','task','unfoldTasks','{\"67\":{\"18\":\"18\"},\"26\":{\"21\":\"21\"}}'),(200,'system','task','edit','requiredFields','estimate,project,name,type'),(243,'admin','program','waterfallcommon','blockInited','1'),(231,'Jia','project','common','blockInited','1'),(232,'Jia','project','block','initVersion','2'),(233,'system','story','create','requiredFields','pri,title'),(242,'admin','datatable','productBrowse','mode','table'),(240,'admin','product','browse','unfoldStories','{\"20\":{\"17\":\"17\"}}'); -/*!40000 ALTER TABLE `zt_config` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_cron` --- - -DROP TABLE IF EXISTS `zt_cron`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_cron` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `m` varchar(20) NOT NULL, - `h` varchar(20) NOT NULL, - `dom` varchar(20) NOT NULL, - `mon` varchar(20) NOT NULL, - `dow` varchar(20) NOT NULL, - `command` text NOT NULL, - `remark` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `buildin` tinyint(1) NOT NULL DEFAULT '0', - `status` varchar(20) NOT NULL, - `lastTime` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `lastTime` (`lastTime`) -) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_cron` --- - -LOCK TABLES `zt_cron` WRITE; -/*!40000 ALTER TABLE `zt_cron` DISABLE KEYS */; -INSERT INTO `zt_cron` VALUES (1,'*','*','*','*','*','','监控定时任务','zentao',1,'normal','2020-12-10 13:13:45'),(2,'30','23','*','*','*','moduleName=project&methodName=computeburn','更新燃尽图','zentao',1,'normal','2020-11-27 07:47:53'),(3,'0','8','*','*','*','moduleName=report&methodName=remind','每日任务提醒','zentao',1,'normal','2020-11-27 08:00:53'),(4,'*/5','*','*','*','*','moduleName=svn&methodName=run','同步SVN','zentao',1,'stop','0000-00-00 00:00:00'),(5,'*/5','*','*','*','*','moduleName=git&methodName=run','同步GIT','zentao',1,'stop','0000-00-00 00:00:00'),(6,'30','0','*','*','*','moduleName=backup&methodName=backup','备份数据和附件','zentao',1,'normal','2020-11-27 07:47:53'),(7,'*/5','*','*','*','*','moduleName=mail&methodName=asyncSend','异步发信','zentao',1,'normal','2020-12-10 13:10:45'),(8,'*/5','*','*','*','*','moduleName=webhook&methodName=asyncSend','异步发送Webhook','zentao',1,'normal','2020-12-10 13:10:45'),(9,'*/5','*','*','*','*','moduleName=admin&methodName=deleteLog','删除过期日志','zentao',1,'normal','2020-12-10 13:10:45'),(10,'1','1','*','*','*','moduleName=todo&methodName=createCycle','生成周期性待办','zentao',1,'normal','2020-11-27 07:47:55'),(11,'1','0','*','*','*','moduleName=ci&methodName=initQueue','创建周期性任务','zentao',1,'normal','2020-11-27 07:47:55'),(12,'*/5','*','*','*','*','moduleName=ci&methodName=checkCompileStatus','同步Jenkins任务状态','zentao',1,'normal','2020-12-10 13:10:45'),(13,'*/5','*','*','*','*','moduleName=ci&methodName=exec','执行Jenkins任务','zentao',1,'normal','2020-12-10 13:10:45'),(14,'1','0','*','*','*','moduleName=weekly&methodName=computeWeekly','更新项目周报','system',0,'normal','2020-11-27 07:47:55'); -/*!40000 ALTER TABLE `zt_cron` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_dept` --- - -DROP TABLE IF EXISTS `zt_dept`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_dept` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` char(60) NOT NULL, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(4) unsigned NOT NULL DEFAULT '0', - `position` char(30) NOT NULL DEFAULT '', - `function` char(255) NOT NULL DEFAULT '', - `manager` char(30) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_dept` --- - -LOCK TABLES `zt_dept` WRITE; -/*!40000 ALTER TABLE `zt_dept` DISABLE KEYS */; -INSERT INTO `zt_dept` VALUES (1,'经理',0,',1,',1,0,'','',''),(2,'开发',0,',2,',1,0,'','',''),(3,'测试',0,',3,',1,0,'','',''),(4,'市场',0,',4,',1,0,'','',''),(5,'产品',1,',1,5,',2,0,'','',''),(6,'项目',1,',1,6,',2,0,'','',''),(7,'编程',2,',2,7,',2,0,'','',''),(8,'美工',2,',2,8,',2,0,'','',''); -/*!40000 ALTER TABLE `zt_dept` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_design` --- - -DROP TABLE IF EXISTS `zt_design`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_design` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` varchar(255) NOT NULL, - `product` varchar(255) NOT NULL, - `commit` text NOT NULL, - `commitBy` varchar(30) NOT NULL, - `project` mediumint(9) NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `status` varchar(30) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedBy` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `story` char(30) NOT NULL, - `desc` text NOT NULL, - `version` smallint(6) NOT NULL, - `type` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_design` --- - -LOCK TABLES `zt_design` WRITE; -/*!40000 ALTER TABLE `zt_design` DISABLE KEYS */; -INSERT INTO `zt_design` VALUES (1,'31','3','','',0,'31设计','','admin','2020-11-26 16:13:06','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','0','0','',1,'HLDS'),(2,'23','6','','',0,'设计设计','','admin','2020-11-30 10:46:12','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','1','0','',1,'HLDS'),(3,'20','4','','',0,'概要设计概要设计','','admin','2020-12-01 10:37:11','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','1','0','',1,'HLDS'); -/*!40000 ALTER TABLE `zt_design` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_designspec` --- - -DROP TABLE IF EXISTS `zt_designspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_designspec` ( - `design` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `files` varchar(255) NOT NULL, - UNIQUE KEY `design` (`design`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_designspec` --- - -LOCK TABLES `zt_designspec` WRITE; -/*!40000 ALTER TABLE `zt_designspec` DISABLE KEYS */; -INSERT INTO `zt_designspec` VALUES (1,1,'31设计','',''),(2,1,'设计设计','',''),(3,1,'概要设计概要设计','',''); -/*!40000 ALTER TABLE `zt_designspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doc` --- - -DROP TABLE IF EXISTS `zt_doc`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doc` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `lib` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL, - `views` smallint(5) unsigned NOT NULL, - `collector` text NOT NULL, - `addedBy` varchar(30) NOT NULL, - `addedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `mailto` text, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `version` smallint(5) unsigned NOT NULL DEFAULT '1', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`), - KEY `lib` (`lib`) -) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doc` --- - -LOCK TABLES `zt_doc` WRITE; -/*!40000 ALTER TABLE `zt_doc` DISABLE KEYS */; -INSERT INTO `zt_doc` VALUES (1,0,0,46,'29','0','瀑布文档','','text',0,'','admin','2020-11-26 16:07:32','admin','2020-11-26 16:07:32','','open','','',1,'0'),(2,0,0,22,'13','0','PRJ=21的文档','','text',0,'','admin','2020-12-01 09:04:41','admin','2020-12-01 09:04:41','','open','','',1,'0'),(3,21,0,22,'13','0','3333333333','','text',0,'','admin','2020-12-01 09:28:12','admin','2020-12-01 09:38:26','','open','','',2,'1'); -/*!40000 ALTER TABLE `zt_doc` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doccontent` --- - -DROP TABLE IF EXISTS `zt_doccontent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doccontent` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `doc` mediumint(8) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `digest` varchar(255) NOT NULL, - `content` longtext NOT NULL, - `files` text NOT NULL, - `type` varchar(10) NOT NULL, - `version` smallint(5) unsigned NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `doc_version` (`doc`,`version`) -) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doccontent` --- - -LOCK TABLES `zt_doccontent` WRITE; -/*!40000 ALTER TABLE `zt_doccontent` DISABLE KEYS */; -INSERT INTO `zt_doccontent` VALUES (1,1,'瀑布文档','','','','html',1),(2,2,'PRJ=21的文档','','','','html',1),(3,3,'3333333333','','','','html',1),(4,3,'3333333333','','2222222222222222222','','html',2); -/*!40000 ALTER TABLE `zt_doccontent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_doclib` --- - -DROP TABLE IF EXISTS `zt_doclib`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_doclib` ( - `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(30) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `name` varchar(60) NOT NULL, - `acl` varchar(10) NOT NULL DEFAULT 'open', - `groups` varchar(255) NOT NULL, - `users` text NOT NULL, - `main` enum('0','1') NOT NULL DEFAULT '0', - `collector` text NOT NULL, - `order` tinyint(5) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `project` (`project`) -) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_doclib` --- - -LOCK TABLES `zt_doclib` WRITE; -/*!40000 ALTER TABLE `zt_doclib` DISABLE KEYS */; -INSERT INTO `zt_doclib` VALUES (1,'product',1,0,'产品库','default','','','1','',0,'0'),(2,'product',2,0,'产品库','default','','','1','',0,'0'),(3,'project',0,1,'项目库','default','','','1','',0,'0'),(4,'project',0,2,'项目库','default','','','1','',0,'0'),(5,'product',3,0,'产品主库','default','','','1','',0,'0'),(6,'project',0,13,'迭代主库','default','','','1','',0,'1'),(7,'project',0,14,'阶段主库','default','','','1','',0,'0'),(8,'project',0,15,'阶段主库','default','','','1','',0,'0'),(9,'project',0,16,'阶段主库','default','','','1','',0,'0'),(10,'project',0,17,'阶段主库','default','','','1','',0,'0'),(11,'project',0,18,'阶段主库','default','','','1','',0,'0'),(12,'project',0,19,'阶段主库','default','','','1','',0,'0'),(13,'project',0,22,'迭代主库','default','','','1','',0,'1'),(14,'project',0,25,'阶段主库','default','','','1','',0,'0'),(15,'project',0,26,'阶段主库','default','','','1','',0,'0'),(16,'project',0,27,'阶段主库','default','','','1','',0,'0'),(17,'project',0,28,'阶段主库','default','','','1','',0,'0'),(18,'project',0,29,'阶段主库','default','','','1','',0,'0'),(19,'project',0,30,'阶段主库','default','','','1','',0,'0'),(20,'project',0,32,'阶段主库','default','','','1','',0,'0'),(21,'project',0,33,'阶段主库','default','','','1','',0,'0'),(22,'project',0,34,'阶段主库','default','','','1','',0,'0'),(23,'project',0,35,'阶段主库','default','','','1','',0,'0'),(24,'project',0,36,'阶段主库','default','','','1','',0,'0'),(25,'project',0,37,'阶段主库','default','','','1','',0,'0'),(26,'project',0,43,'阶段主库','default','','','1','',0,'0'),(27,'project',0,44,'阶段主库','default','','','1','',0,'0'),(28,'project',0,45,'阶段主库','default','','','1','',0,'0'),(29,'project',0,46,'阶段主库','default','','','1','',0,'0'),(30,'project',0,47,'阶段主库','default','','','1','',0,'0'),(31,'project',0,48,'阶段主库','default','','','1','',0,'0'),(32,'product',12,0,'产品主库','default','','','1','',0,'0'),(33,'product',13,0,'产品主库','default','','','1','',0,'0'),(34,'project',0,52,'迭代主库','default','','','1','',0,'0'),(35,'project',0,53,'迭代主库','default','','','1','',0,'0'),(36,'project',0,54,'迭代主库','default','','','1','',0,'0'),(37,'project',0,57,'阶段主库','default','','','1','',0,'0'),(38,'project',0,58,'阶段主库','default','','','1','',0,'0'),(39,'project',0,59,'迭代主库','default','','','1','',0,'0'),(40,'project',0,60,'阶段主库','default','','','1','',0,'0'),(41,'project',0,61,'阶段主库','default','','','1','',0,'0'),(42,'project',0,62,'阶段主库','default','','','1','',0,'0'),(43,'project',0,63,'阶段主库','default','','','1','',0,'0'),(44,'project',0,64,'阶段主库','default','','','1','',0,'0'),(45,'project',0,65,'阶段主库','default','','','1','',0,'0'),(46,'project',0,66,'阶段主库','default','','','1','',0,'1'),(47,'project',0,67,'迭代主库','default','','','1','',0,'0'),(48,'product',16,0,'产品主库','default','','','1','',0,'0'),(49,'product',17,0,'产品主库','default','','','1','',0,'0'),(50,'product',19,0,'产品主库','default','','','1','',0,'0'),(51,'project',0,71,'迭代主库','default','','','1','',0,'0'),(52,'product',20,0,'产品主库','default','','','1','',0,'0'),(53,'project',0,73,'阶段主库','default','','','1','',0,'0'),(54,'project',0,74,'阶段主库','default','','','1','',0,'0'),(55,'project',0,75,'阶段主库','default','','','1','',0,'0'),(56,'project',0,76,'阶段主库','default','','','1','',0,'0'),(57,'project',0,77,'阶段主库','default','','','1','',0,'0'),(58,'project',0,78,'迭代主库','default','','','1','',0,'0'),(59,'project',0,79,'阶段主库','default','','','1','',0,'0'),(60,'project',0,80,'阶段主库','default','','','1','',0,'0'),(61,'project',0,81,'阶段主库','default','','','1','',0,'0'),(62,'project',0,82,'阶段主库','default','','','1','',0,'0'),(63,'project',0,83,'阶段主库','default','','','1','',0,'0'),(64,'project',0,84,'阶段主库','default','','','1','',0,'0'),(65,'project',0,85,'阶段主库','default','','','1','',0,'0'),(66,'project',0,86,'阶段主库','default','','','1','',0,'0'),(67,'project',0,87,'阶段主库','default','','','1','',0,'0'),(68,'project',0,88,'阶段主库','default','','','1','',0,'0'),(69,'project',0,96,'阶段主库','default','','','1','',0,'0'),(70,'project',0,97,'阶段主库','default','','','1','',0,'0'),(71,'project',0,98,'阶段主库','default','','','1','',0,'0'),(72,'project',0,99,'阶段主库','default','','','1','',0,'0'),(73,'project',0,100,'阶段主库','default','','','1','',0,'0'),(74,'project',0,101,'阶段主库','default','','','1','',0,'0'),(75,'project',0,102,'阶段主库','default','','','1','',0,'0'),(76,'project',0,103,'阶段主库','default','','','1','',0,'0'),(77,'project',0,104,'阶段主库','default','','','1','',0,'0'),(78,'project',0,106,'阶段主库','default','','','1','',0,'0'),(79,'project',0,107,'阶段主库','default','','','1','',0,'0'),(80,'project',0,108,'阶段主库','default','','','1','',0,'0'),(81,'project',0,109,'阶段主库','default','','','1','',0,'0'),(82,'project',0,110,'阶段主库','default','','','1','',0,'0'),(83,'project',0,111,'阶段主库','default','','','1','',0,'0'),(84,'project',0,112,'阶段主库','default','','','1','',0,'0'),(85,'project',0,113,'阶段主库','default','','','1','',0,'0'),(86,'product',29,0,'产品主库','default','','','1','',0,'0'); -/*!40000 ALTER TABLE `zt_doclib` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_durationestimation` --- - -DROP TABLE IF EXISTS `zt_durationestimation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_durationestimation` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `stage` mediumint(9) NOT NULL, - `workload` varchar(255) NOT NULL, - `worktimeRate` varchar(255) NOT NULL, - `people` varchar(255) NOT NULL, - `startDate` date NOT NULL, - `endDate` date NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_durationestimation` --- - -LOCK TABLES `zt_durationestimation` WRITE; -/*!40000 ALTER TABLE `zt_durationestimation` DISABLE KEYS */; -INSERT INTO `zt_durationestimation` VALUES (1,20,1,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(2,20,2,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(3,20,3,'50','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(4,20,4,'15','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(5,20,5,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(6,20,6,'5','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(7,20,1,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(8,20,2,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(9,20,3,'50','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(10,20,4,'15','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(11,20,5,'10','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'),(12,20,6,'5','100','0','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_durationestimation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_effort` --- - -DROP TABLE IF EXISTS `zt_effort`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_effort` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `user` char(30) NOT NULL DEFAULT '', - `todo` enum('1','0') NOT NULL DEFAULT '1', - `date` date NOT NULL, - `begin` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `end` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `type` enum('1','2','3') NOT NULL DEFAULT '1', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `status` enum('1','2','3') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - KEY `user` (`user`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_effort` --- - -LOCK TABLES `zt_effort` WRITE; -/*!40000 ALTER TABLE `zt_effort` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_effort` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_entry` --- - -DROP TABLE IF EXISTS `zt_entry`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_entry` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `account` varchar(30) NOT NULL DEFAULT '', - `code` varchar(20) NOT NULL, - `key` varchar(32) NOT NULL, - `freePasswd` enum('0','1') NOT NULL DEFAULT '0', - `ip` varchar(100) NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `calledTime` int(10) unsigned NOT NULL DEFAULT '0', - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_entry` --- - -LOCK TABLES `zt_entry` WRITE; -/*!40000 ALTER TABLE `zt_entry` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_entry` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_expect` --- - -DROP TABLE IF EXISTS `zt_expect`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_expect` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `userID` mediumint(8) NOT NULL, - `PRJ` mediumint(8) NOT NULL DEFAULT '0', - `expect` text NOT NULL, - `progress` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_expect` --- - -LOCK TABLES `zt_expect` WRITE; -/*!40000 ALTER TABLE `zt_expect` DISABLE KEYS */; -INSERT INTO `zt_expect` VALUES (1,29,23,'2222','2222','admin','2020-11-27','0'),(2,33,56,'222222222','22222222','admin','2020-11-27','0'),(3,34,12,'11111','111111','admin','2020-11-27','0'),(4,41,12,'1111','1111','admin','2020-11-27','0'),(5,6,21,'22222','3333','admin','2020-11-27','0'),(6,2,31,'3333','4444','admin','2020-11-27','0'),(7,44,24,'24-24-24-24-24-24-24-24-24-24','24-24-24-24-24-24-24-24-24-24','admin','2020-11-30','0'),(8,40,12,'1111111','11111111','admin','2020-11-30','0'),(9,46,9,'111111111','212222222','admin','2020-11-30','0'); -/*!40000 ALTER TABLE `zt_expect` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_extension` --- - -DROP TABLE IF EXISTS `zt_extension`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_extension` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(150) NOT NULL, - `code` varchar(30) NOT NULL, - `version` varchar(50) NOT NULL, - `author` varchar(100) NOT NULL, - `desc` text NOT NULL, - `license` text NOT NULL, - `type` varchar(20) NOT NULL DEFAULT 'extension', - `site` varchar(150) NOT NULL, - `zentaoCompatible` varchar(100) NOT NULL, - `installedTime` datetime NOT NULL, - `depends` varchar(100) NOT NULL, - `dirs` mediumtext NOT NULL, - `files` mediumtext NOT NULL, - `status` varchar(20) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `code` (`code`), - KEY `name` (`name`), - KEY `installedTime` (`installedTime`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_extension` --- - -LOCK TABLES `zt_extension` WRITE; -/*!40000 ALTER TABLE `zt_extension` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_extension` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_file` --- - -DROP TABLE IF EXISTS `zt_file`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_file` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `pathname` char(100) NOT NULL, - `title` char(255) NOT NULL, - `extension` char(30) NOT NULL, - `size` int(10) unsigned NOT NULL DEFAULT '0', - `objectType` char(30) NOT NULL, - `objectID` mediumint(9) NOT NULL, - `addedBy` char(30) NOT NULL DEFAULT '', - `addedDate` datetime NOT NULL, - `downloads` mediumint(8) unsigned NOT NULL DEFAULT '0', - `extra` varchar(255) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `objectID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_file` --- - -LOCK TABLES `zt_file` WRITE; -/*!40000 ALTER TABLE `zt_file` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_file` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_group` --- - -DROP TABLE IF EXISTS `zt_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_group` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(9) NOT NULL, - `program` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(30) NOT NULL, - `role` char(30) NOT NULL DEFAULT '', - `desc` char(255) NOT NULL DEFAULT '', - `acl` text, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_group` --- - -LOCK TABLES `zt_group` WRITE; -/*!40000 ALTER TABLE `zt_group` DISABLE KEYS */; -INSERT INTO `zt_group` VALUES (1,0,0,'管理员','admin','系统管理员',NULL),(2,0,0,'研发','dev','研发人员',NULL),(3,0,0,'测试','qa','测试人员',NULL),(4,0,0,'项目经理','pm','项目经理',NULL),(5,0,0,'产品经理','po','产品经理',NULL),(6,0,0,'研发主管','td','研发主管',NULL),(7,0,0,'产品主管','pd','产品主管',NULL),(8,0,0,'测试主管','qd','测试主管',NULL),(9,0,0,'高层管理','top','高层管理',NULL),(10,0,0,'其他','others','其他',NULL),(11,0,0,'guest','guest','For guest',NULL),(12,0,0,'受限用户','limited','受限用户分组(只能编辑与自己相关的内容)',NULL),(13,0,0,'项目管理员','PRJAdmin','项目管理员可以维护项目的权限',NULL); -/*!40000 ALTER TABLE `zt_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_grouppriv` --- - -DROP TABLE IF EXISTS `zt_grouppriv`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_grouppriv` ( - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` char(30) NOT NULL DEFAULT '', - `method` char(30) NOT NULL DEFAULT '', - UNIQUE KEY `group` (`group`,`module`,`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_grouppriv` --- - -LOCK TABLES `zt_grouppriv` WRITE; -/*!40000 ALTER TABLE `zt_grouppriv` DISABLE KEYS */; -INSERT INTO `zt_grouppriv` VALUES (1,'action','editComment'),(1,'action','hideAll'),(1,'action','hideOne'),(1,'action','trash'),(1,'action','undelete'),(1,'admin','checkDB'),(1,'admin','checkWeak'),(1,'admin','index'),(1,'admin','safe'),(1,'api','debug'),(1,'backup','backup'),(1,'backup','change'),(1,'backup','delete'),(1,'backup','index'),(1,'backup','restore'),(1,'branch','delete'),(1,'branch','manage'),(1,'branch','sort'),(1,'bug','activate'),(1,'bug','assignTo'),(1,'bug','batchActivate'),(1,'bug','batchAssignTo'),(1,'bug','batchChangeModule'),(1,'bug','batchClose'),(1,'bug','batchConfirm'),(1,'bug','batchCreate'),(1,'bug','batchEdit'),(1,'bug','batchResolve'),(1,'bug','browse'),(1,'bug','close'),(1,'bug','confirmBug'),(1,'bug','confirmStoryChange'),(1,'bug','create'),(1,'bug','delete'),(1,'bug','deleteTemplate'),(1,'bug','edit'),(1,'bug','export'),(1,'bug','index'),(1,'bug','linkBugs'),(1,'bug','report'),(1,'bug','resolve'),(1,'bug','saveTemplate'),(1,'bug','unlinkBug'),(1,'bug','view'),(1,'build','batchUnlinkBug'),(1,'build','batchUnlinkStory'),(1,'build','create'),(1,'build','delete'),(1,'build','edit'),(1,'build','linkBug'),(1,'build','linkStory'),(1,'build','unlinkBug'),(1,'build','unlinkStory'),(1,'build','view'),(1,'company','browse'),(1,'company','dynamic'),(1,'company','edit'),(1,'company','index'),(1,'company','view'),(1,'compile','browse'),(1,'compile','logs'),(1,'convert','checkBugFree'),(1,'convert','checkConfig'),(1,'convert','checkRedmine'),(1,'convert','convertBugFree'),(1,'convert','convertRedmine'),(1,'convert','execute'),(1,'convert','index'),(1,'convert','selectSource'),(1,'convert','setBugfree'),(1,'convert','setConfig'),(1,'convert','setRedmine'),(1,'cron','create'),(1,'cron','delete'),(1,'cron','edit'),(1,'cron','index'),(1,'cron','toggle'),(1,'cron','turnon'),(1,'custom','flow'),(1,'custom','index'),(1,'custom','restore'),(1,'custom','set'),(1,'custom','working'),(1,'dept','browse'),(1,'dept','delete'),(1,'dept','edit'),(1,'dept','manageChild'),(1,'dept','updateOrder'),(1,'dev','api'),(1,'dev','db'),(1,'dev','editor'),(1,'dev','translate'),(1,'doc','allLibs'),(1,'doc','browse'),(1,'doc','create'),(1,'doc','createLib'),(1,'doc','delete'),(1,'doc','deleteFile'),(1,'doc','deleteLib'),(1,'doc','edit'),(1,'doc','editLib'),(1,'doc','index'),(1,'doc','objectLibs'),(1,'doc','showFiles'),(1,'doc','sort'),(1,'doc','view'),(1,'extension','activate'),(1,'extension','browse'),(1,'extension','deactivate'),(1,'extension','erase'),(1,'extension','install'),(1,'extension','obtain'),(1,'extension','structure'),(1,'extension','uninstall'),(1,'extension','upgrade'),(1,'extension','upload'),(1,'file','delete'),(1,'file','download'),(1,'file','edit'),(1,'file','uploadImages'),(1,'git','apiSync'),(1,'git','cat'),(1,'git','diff'),(1,'group','browse'),(1,'group','copy'),(1,'group','create'),(1,'group','delete'),(1,'group','edit'),(1,'group','manageMember'),(1,'group','managePriv'),(1,'group','manageView'),(1,'index','index'),(1,'jenkins','browse'),(1,'jenkins','create'),(1,'jenkins','delete'),(1,'jenkins','edit'),(1,'job','browse'),(1,'job','create'),(1,'job','delete'),(1,'job','edit'),(1,'job','exec'),(1,'mail','batchDelete'),(1,'mail','browse'),(1,'mail','delete'),(1,'mail','detect'),(1,'mail','edit'),(1,'mail','index'),(1,'mail','resend'),(1,'mail','reset'),(1,'mail','save'),(1,'mail','test'),(1,'message','browser'),(1,'message','index'),(1,'message','setting'),(1,'misc','ping'),(1,'my','bug'),(1,'my','calendar'),(1,'my','changePassword'),(1,'my','deleteContacts'),(1,'my','dynamic'),(1,'my','editProfile'),(1,'my','index'),(1,'my','manageContacts'),(1,'my','profile'),(1,'my','project'),(1,'my','story'),(1,'my','task'),(1,'my','testCase'),(1,'my','testTask'),(1,'my','todo'),(1,'my','unbind'),(1,'product','all'),(1,'product','batchEdit'),(1,'product','browse'),(1,'product','build'),(1,'product','close'),(1,'product','create'),(1,'product','delete'),(1,'product','doc'),(1,'product','dynamic'),(1,'product','edit'),(1,'product','index'),(1,'product','order'),(1,'product','project'),(1,'product','roadmap'),(1,'product','updateOrder'),(1,'product','view'),(1,'productplan','batchUnlinkBug'),(1,'productplan','batchUnlinkStory'),(1,'productplan','browse'),(1,'productplan','create'),(1,'productplan','delete'),(1,'productplan','edit'),(1,'productplan','linkBug'),(1,'productplan','linkStory'),(1,'productplan','unlinkBug'),(1,'productplan','unlinkStory'),(1,'productplan','view'),(1,'program','index'),(1,'program','pgmindex'),(1,'program','prjbrowse'),(1,'project','activate'),(1,'project','all'),(1,'project','batchedit'),(1,'project','batchUnlinkStory'),(1,'project','browse'),(1,'project','bug'),(1,'project','build'),(1,'project','burn'),(1,'project','close'),(1,'project','computeBurn'),(1,'project','create'),(1,'project','delete'),(1,'project','doc'),(1,'project','dynamic'),(1,'project','edit'),(1,'project','grouptask'),(1,'project','importBug'),(1,'project','importPlanStories'),(1,'project','importtask'),(1,'project','index'),(1,'project','kanban'),(1,'project','linkStory'),(1,'project','manageMembers'),(1,'project','manageProducts'),(1,'project','order'),(1,'project','putoff'),(1,'project','start'),(1,'project','story'),(1,'project','suspend'),(1,'project','task'),(1,'project','team'),(1,'project','testtask'),(1,'project','tree'),(1,'project','treestory'),(1,'project','treetask'),(1,'project','unlinkMember'),(1,'project','unlinkStory'),(1,'project','updateOrder'),(1,'project','view'),(1,'qa','index'),(1,'release','batchUnlinkBug'),(1,'release','batchUnlinkStory'),(1,'release','browse'),(1,'release','changeStatus'),(1,'release','create'),(1,'release','delete'),(1,'release','edit'),(1,'release','export'),(1,'release','linkBug'),(1,'release','linkStory'),(1,'release','unlinkBug'),(1,'release','unlinkStory'),(1,'release','view'),(1,'repo','blame'),(1,'repo','browse'),(1,'repo','create'),(1,'repo','delete'),(1,'repo','diff'),(1,'repo','download'),(1,'repo','edit'),(1,'repo','log'),(1,'repo','maintain'),(1,'repo','revision'),(1,'repo','setRules'),(1,'repo','showSyncCommit'),(1,'repo','view'),(1,'report','bugAssign'),(1,'report','bugCreate'),(1,'report','index'),(1,'report','productSummary'),(1,'report','projectDeviation'),(1,'report','workload'),(1,'search','buildForm'),(1,'search','buildQuery'),(1,'search','deleteQuery'),(1,'search','saveQuery'),(1,'search','select'),(1,'story','activate'),(1,'story','assignTo'),(1,'story','batchAssignTo'),(1,'story','batchChangeBranch'),(1,'story','batchChangeModule'),(1,'story','batchChangePlan'),(1,'story','batchChangeStage'),(1,'story','batchClose'),(1,'story','batchCreate'),(1,'story','batchEdit'),(1,'story','batchReview'),(1,'story','bugs'),(1,'story','cases'),(1,'story','change'),(1,'story','close'),(1,'story','create'),(1,'story','delete'),(1,'story','edit'),(1,'story','export'),(1,'story','linkStory'),(1,'story','report'),(1,'story','review'),(1,'story','tasks'),(1,'story','unlinkStory'),(1,'story','view'),(1,'story','zeroCase'),(1,'svn','apiSync'),(1,'svn','cat'),(1,'svn','diff'),(1,'task','activate'),(1,'task','assignTo'),(1,'task','batchAssignTo'),(1,'task','batchChangeModule'),(1,'task','batchClose'),(1,'task','batchCreate'),(1,'task','batchEdit'),(1,'task','cancel'),(1,'task','close'),(1,'task','confirmStoryChange'),(1,'task','create'),(1,'task','delete'),(1,'task','deleteEstimate'),(1,'task','edit'),(1,'task','editEstimate'),(1,'task','export'),(1,'task','finish'),(1,'task','pause'),(1,'task','recordEstimate'),(1,'task','report'),(1,'task','restart'),(1,'task','start'),(1,'task','view'),(1,'testcase','batchCaseTypeChange'),(1,'testcase','batchChangeModule'),(1,'testcase','batchConfirmStoryChange'),(1,'testcase','batchCreate'),(1,'testcase','batchDelete'),(1,'testcase','batchEdit'),(1,'testcase','batchReview'),(1,'testcase','browse'),(1,'testcase','bugs'),(1,'testcase','confirmChange'),(1,'testcase','confirmStoryChange'),(1,'testcase','create'),(1,'testcase','createBug'),(1,'testcase','delete'),(1,'testcase','edit'),(1,'testcase','export'),(1,'testcase','exportTemplet'),(1,'testcase','groupCase'),(1,'testcase','import'),(1,'testcase','importFromLib'),(1,'testcase','index'),(1,'testcase','linkCases'),(1,'testcase','review'),(1,'testcase','showImport'),(1,'testcase','unlinkCase'),(1,'testcase','view'),(1,'testreport','browse'),(1,'testreport','create'),(1,'testreport','delete'),(1,'testreport','edit'),(1,'testreport','view'),(1,'testsuite','batchCreateCase'),(1,'testsuite','batchUnlinkCases'),(1,'testsuite','browse'),(1,'testsuite','create'),(1,'testsuite','createCase'),(1,'testsuite','createLib'),(1,'testsuite','delete'),(1,'testsuite','edit'),(1,'testsuite','exportTemplet'),(1,'testsuite','import'),(1,'testsuite','index'),(1,'testsuite','library'),(1,'testsuite','libView'),(1,'testsuite','linkCase'),(1,'testsuite','showImport'),(1,'testsuite','unlinkCase'),(1,'testsuite','view'),(1,'testtask','activate'),(1,'testtask','batchAssign'),(1,'testtask','batchRun'),(1,'testtask','block'),(1,'testtask','browse'),(1,'testtask','cases'),(1,'testtask','close'),(1,'testtask','create'),(1,'testtask','delete'),(1,'testtask','edit'),(1,'testtask','groupCase'),(1,'testtask','index'),(1,'testtask','linkcase'),(1,'testtask','report'),(1,'testtask','results'),(1,'testtask','runcase'),(1,'testtask','start'),(1,'testtask','unlinkcase'),(1,'testtask','view'),(1,'todo','activate'),(1,'todo','assignTo'),(1,'todo','batchClose'),(1,'todo','batchCreate'),(1,'todo','batchEdit'),(1,'todo','batchFinish'),(1,'todo','close'),(1,'todo','create'),(1,'todo','createCycle'),(1,'todo','delete'),(1,'todo','edit'),(1,'todo','export'),(1,'todo','finish'),(1,'todo','import2Today'),(1,'todo','view'),(1,'tree','browse'),(1,'tree','browseTask'),(1,'tree','delete'),(1,'tree','edit'),(1,'tree','fix'),(1,'tree','manageChild'),(1,'tree','updateOrder'),(1,'user','batchCreate'),(1,'user','batchEdit'),(1,'user','bug'),(1,'user','create'),(1,'user','delete'),(1,'user','deleteContacts'),(1,'user','dynamic'),(1,'user','edit'),(1,'user','manageContacts'),(1,'user','profile'),(1,'user','project'),(1,'user','story'),(1,'user','task'),(1,'user','testCase'),(1,'user','testTask'),(1,'user','todo'),(1,'user','unbind'),(1,'user','unlock'),(1,'user','view'),(2,'action','editComment'),(2,'bug','activate'),(2,'bug','assignTo'),(2,'bug','batchActivate'),(2,'bug','batchAssignTo'),(2,'bug','batchChangeModule'),(2,'bug','batchClose'),(2,'bug','batchConfirm'),(2,'bug','batchCreate'),(2,'bug','batchEdit'),(2,'bug','batchResolve'),(2,'bug','browse'),(2,'bug','close'),(2,'bug','confirmBug'),(2,'bug','confirmStoryChange'),(2,'bug','create'),(2,'bug','deleteTemplate'),(2,'bug','edit'),(2,'bug','export'),(2,'bug','index'),(2,'bug','linkBugs'),(2,'bug','report'),(2,'bug','resolve'),(2,'bug','saveTemplate'),(2,'bug','unlinkBug'),(2,'bug','view'),(2,'build','create'),(2,'build','delete'),(2,'build','edit'),(2,'build','view'),(2,'company','browse'),(2,'company','dynamic'),(2,'company','index'),(2,'company','view'),(2,'doc','allLibs'),(2,'doc','browse'),(2,'doc','create'),(2,'doc','edit'),(2,'doc','index'),(2,'doc','objectLibs'),(2,'doc','showFiles'),(2,'doc','view'),(2,'file','download'),(2,'file','edit'),(2,'git','apiSync'),(2,'git','cat'),(2,'git','diff'),(2,'group','browse'),(2,'index','index'),(2,'misc','ping'),(2,'my','bug'),(2,'my','calendar'),(2,'my','changePassword'),(2,'my','deleteContacts'),(2,'my','dynamic'),(2,'my','editProfile'),(2,'my','index'),(2,'my','manageContacts'),(2,'my','profile'),(2,'my','project'),(2,'my','story'),(2,'my','task'),(2,'my','todo'),(2,'my','unbind'),(2,'personnel','accessible'),(2,'personnel','addWhitelist'),(2,'personnel','putInto'),(2,'personnel','unbindWhielist'),(2,'personnel','whitelist'),(2,'product','all'),(2,'product','browse'),(2,'product','build'),(2,'product','doc'),(2,'product','dynamic'),(2,'product','index'),(2,'product','project'),(2,'product','roadmap'),(2,'product','view'),(2,'productplan','browse'),(2,'productplan','view'),(2,'program','createGuide'),(2,'program','createStakeholder'),(2,'program','export'),(2,'program','index'),(2,'program','PGMActivate'),(2,'program','PGMBrowse'),(2,'program','PGMClose'),(2,'program','PGMCreate'),(2,'program','PGMDelete'),(2,'program','PGMEdit'),(2,'program','PGMProduct'),(2,'program','PGMProject'),(2,'program','PGMStakeholder'),(2,'program','PRJActivate'),(2,'program','PRJAddWhitelist'),(2,'program','PRJBrowse'),(2,'program','PRJClose'),(2,'program','PRJCopyGroup'),(2,'program','PRJCreate'),(2,'program','PRJCreateGroup'),(2,'program','PRJDelete'),(2,'program','PRJEdit'),(2,'program','PRJEditGroup'),(2,'program','PRJGroup'),(2,'program','PRJManageGroupMember'),(2,'program','PRJManageMembers'),(2,'program','PRJManagePriv'),(2,'program','PRJManageProducts'),(2,'program','PRJManageView'),(2,'program','PRJProgramTitle'),(2,'program','PRJStart'),(2,'program','PRJSuspend'),(2,'program','PRJWhitelist'),(2,'program','unbindWhielist'),(2,'program','unlinkStakeholder'),(2,'project','all'),(2,'project','browse'),(2,'project','bug'),(2,'project','build'),(2,'project','burn'),(2,'project','computeBurn'),(2,'project','doc'),(2,'project','dynamic'),(2,'project','grouptask'),(2,'project','importBug'),(2,'project','importtask'),(2,'project','index'),(2,'project','kanban'),(2,'project','story'),(2,'project','task'),(2,'project','team'),(2,'project','testtask'),(2,'project','tree'),(2,'project','treestory'),(2,'project','treetask'),(2,'project','view'),(2,'qa','index'),(2,'release','browse'),(2,'release','export'),(2,'release','view'),(2,'repo','blame'),(2,'repo','browse'),(2,'repo','diff'),(2,'repo','download'),(2,'repo','log'),(2,'repo','revision'),(2,'repo','showSyncCommit'),(2,'repo','view'),(2,'report','bugAssign'),(2,'report','bugCreate'),(2,'report','index'),(2,'report','productSummary'),(2,'report','projectDeviation'),(2,'report','workload'),(2,'search','buildForm'),(2,'search','buildQuery'),(2,'search','deleteQuery'),(2,'search','saveQuery'),(2,'search','select'),(2,'story','bugs'),(2,'story','cases'),(2,'story','export'),(2,'story','report'),(2,'story','tasks'),(2,'story','view'),(2,'svn','apiSync'),(2,'svn','cat'),(2,'svn','diff'),(2,'task','activate'),(2,'task','assignTo'),(2,'task','batchAssignTo'),(2,'task','batchChangeModule'),(2,'task','batchClose'),(2,'task','batchCreate'),(2,'task','batchEdit'),(2,'task','cancel'),(2,'task','close'),(2,'task','confirmStoryChange'),(2,'task','create'),(2,'task','deleteEstimate'),(2,'task','edit'),(2,'task','editEstimate'),(2,'task','export'),(2,'task','finish'),(2,'task','pause'),(2,'task','recordEstimate'),(2,'task','report'),(2,'task','restart'),(2,'task','start'),(2,'task','view'),(2,'testcase','browse'),(2,'testcase','bugs'),(2,'testcase','export'),(2,'testcase','groupCase'),(2,'testcase','index'),(2,'testcase','view'),(2,'testsuite','browse'),(2,'testsuite','index'),(2,'testsuite','view'),(2,'testtask','browse'),(2,'testtask','cases'),(2,'testtask','create'),(2,'testtask','edit'),(2,'testtask','groupCase'),(2,'testtask','index'),(2,'testtask','results'),(2,'testtask','view'),(2,'todo','activate'),(2,'todo','assignTo'),(2,'todo','batchClose'),(2,'todo','batchCreate'),(2,'todo','batchEdit'),(2,'todo','batchFinish'),(2,'todo','close'),(2,'todo','create'),(2,'todo','createCycle'),(2,'todo','delete'),(2,'todo','edit'),(2,'todo','export'),(2,'todo','finish'),(2,'todo','import2Today'),(2,'todo','view'),(2,'user','bug'),(2,'user','deleteContacts'),(2,'user','dynamic'),(2,'user','manageContacts'),(2,'user','profile'),(2,'user','project'),(2,'user','story'),(2,'user','task'),(2,'user','testCase'),(2,'user','testTask'),(2,'user','todo'),(2,'user','view'),(3,'action','editComment'),(3,'bug','activate'),(3,'bug','assignTo'),(3,'bug','batchActivate'),(3,'bug','batchChangeModule'),(3,'bug','batchClose'),(3,'bug','batchConfirm'),(3,'bug','batchCreate'),(3,'bug','batchEdit'),(3,'bug','batchResolve'),(3,'bug','browse'),(3,'bug','close'),(3,'bug','confirmBug'),(3,'bug','confirmStoryChange'),(3,'bug','create'),(3,'bug','deleteTemplate'),(3,'bug','edit'),(3,'bug','export'),(3,'bug','index'),(3,'bug','linkBugs'),(3,'bug','report'),(3,'bug','resolve'),(3,'bug','saveTemplate'),(3,'bug','unlinkBug'),(3,'bug','view'),(3,'build','create'),(3,'build','edit'),(3,'build','view'),(3,'company','browse'),(3,'company','dynamic'),(3,'company','index'),(3,'company','view'),(3,'doc','allLibs'),(3,'doc','browse'),(3,'doc','create'),(3,'doc','edit'),(3,'doc','index'),(3,'doc','objectLibs'),(3,'doc','showFiles'),(3,'doc','view'),(3,'file','download'),(3,'file','edit'),(3,'git','apiSync'),(3,'git','cat'),(3,'git','diff'),(3,'group','browse'),(3,'index','index'),(3,'misc','ping'),(3,'my','bug'),(3,'my','calendar'),(3,'my','changePassword'),(3,'my','deleteContacts'),(3,'my','dynamic'),(3,'my','editProfile'),(3,'my','index'),(3,'my','manageContacts'),(3,'my','profile'),(3,'my','project'),(3,'my','story'),(3,'my','task'),(3,'my','testCase'),(3,'my','testTask'),(3,'my','todo'),(3,'my','unbind'),(3,'product','all'),(3,'product','browse'),(3,'product','build'),(3,'product','doc'),(3,'product','dynamic'),(3,'product','index'),(3,'product','project'),(3,'product','roadmap'),(3,'product','view'),(3,'productplan','browse'),(3,'productplan','view'),(3,'program','index'),(3,'program','pgmindex'),(3,'program','prjbrowse'),(3,'project','all'),(3,'project','browse'),(3,'project','bug'),(3,'project','build'),(3,'project','burn'),(3,'project','computeBurn'),(3,'project','doc'),(3,'project','dynamic'),(3,'project','grouptask'),(3,'project','importBug'),(3,'project','importtask'),(3,'project','index'),(3,'project','kanban'),(3,'project','story'),(3,'project','task'),(3,'project','team'),(3,'project','testtask'),(3,'project','tree'),(3,'project','treestory'),(3,'project','treetask'),(3,'project','view'),(3,'qa','index'),(3,'release','browse'),(3,'release','export'),(3,'release','view'),(3,'repo','blame'),(3,'repo','browse'),(3,'repo','diff'),(3,'repo','download'),(3,'repo','log'),(3,'repo','revision'),(3,'repo','showSyncCommit'),(3,'repo','view'),(3,'report','bugAssign'),(3,'report','bugCreate'),(3,'report','index'),(3,'report','productSummary'),(3,'report','projectDeviation'),(3,'report','workload'),(3,'search','buildForm'),(3,'search','buildQuery'),(3,'search','deleteQuery'),(3,'search','saveQuery'),(3,'search','select'),(3,'story','bugs'),(3,'story','cases'),(3,'story','export'),(3,'story','report'),(3,'story','tasks'),(3,'story','view'),(3,'story','zeroCase'),(3,'svn','apiSync'),(3,'svn','cat'),(3,'svn','diff'),(3,'task','activate'),(3,'task','assignTo'),(3,'task','batchAssignTo'),(3,'task','batchChangeModule'),(3,'task','batchClose'),(3,'task','batchCreate'),(3,'task','batchEdit'),(3,'task','cancel'),(3,'task','close'),(3,'task','confirmStoryChange'),(3,'task','create'),(3,'task','deleteEstimate'),(3,'task','edit'),(3,'task','editEstimate'),(3,'task','export'),(3,'task','finish'),(3,'task','pause'),(3,'task','recordEstimate'),(3,'task','report'),(3,'task','restart'),(3,'task','start'),(3,'task','view'),(3,'testcase','batchCaseTypeChange'),(3,'testcase','batchChangeModule'),(3,'testcase','batchConfirmStoryChange'),(3,'testcase','batchCreate'),(3,'testcase','batchEdit'),(3,'testcase','batchReview'),(3,'testcase','browse'),(3,'testcase','bugs'),(3,'testcase','confirmChange'),(3,'testcase','confirmStoryChange'),(3,'testcase','create'),(3,'testcase','createBug'),(3,'testcase','edit'),(3,'testcase','export'),(3,'testcase','exportTemplet'),(3,'testcase','groupCase'),(3,'testcase','import'),(3,'testcase','index'),(3,'testcase','linkCases'),(3,'testcase','review'),(3,'testcase','showImport'),(3,'testcase','unlinkCase'),(3,'testcase','view'),(3,'testreport','browse'),(3,'testreport','view'),(3,'testsuite','browse'),(3,'testsuite','create'),(3,'testsuite','delete'),(3,'testsuite','edit'),(3,'testsuite','index'),(3,'testsuite','linkCase'),(3,'testsuite','unlinkCase'),(3,'testsuite','view'),(3,'testtask','activate'),(3,'testtask','batchAssign'),(3,'testtask','batchRun'),(3,'testtask','block'),(3,'testtask','browse'),(3,'testtask','cases'),(3,'testtask','close'),(3,'testtask','create'),(3,'testtask','edit'),(3,'testtask','groupCase'),(3,'testtask','index'),(3,'testtask','linkcase'),(3,'testtask','report'),(3,'testtask','results'),(3,'testtask','runcase'),(3,'testtask','start'),(3,'testtask','unlinkcase'),(3,'testtask','view'),(3,'todo','activate'),(3,'todo','assignTo'),(3,'todo','batchClose'),(3,'todo','batchCreate'),(3,'todo','batchEdit'),(3,'todo','batchFinish'),(3,'todo','close'),(3,'todo','create'),(3,'todo','createCycle'),(3,'todo','delete'),(3,'todo','edit'),(3,'todo','export'),(3,'todo','finish'),(3,'todo','import2Today'),(3,'todo','view'),(3,'user','bug'),(3,'user','deleteContacts'),(3,'user','dynamic'),(3,'user','manageContacts'),(3,'user','profile'),(3,'user','project'),(3,'user','story'),(3,'user','task'),(3,'user','testCase'),(3,'user','testTask'),(3,'user','todo'),(3,'user','view'),(4,'action','editComment'),(4,'action','hideAll'),(4,'action','hideOne'),(4,'action','trash'),(4,'action','undelete'),(4,'admin','index'),(4,'bug','activate'),(4,'bug','assignTo'),(4,'bug','batchActivate'),(4,'bug','batchAssignTo'),(4,'bug','batchChangeModule'),(4,'bug','batchClose'),(4,'bug','batchConfirm'),(4,'bug','batchCreate'),(4,'bug','batchEdit'),(4,'bug','batchResolve'),(4,'bug','browse'),(4,'bug','close'),(4,'bug','confirmBug'),(4,'bug','confirmStoryChange'),(4,'bug','create'),(4,'bug','delete'),(4,'bug','deleteTemplate'),(4,'bug','edit'),(4,'bug','export'),(4,'bug','index'),(4,'bug','linkBugs'),(4,'bug','report'),(4,'bug','resolve'),(4,'bug','saveTemplate'),(4,'bug','unlinkBug'),(4,'bug','view'),(4,'build','batchUnlinkBug'),(4,'build','batchUnlinkStory'),(4,'build','create'),(4,'build','delete'),(4,'build','edit'),(4,'build','linkBug'),(4,'build','linkStory'),(4,'build','unlinkBug'),(4,'build','unlinkStory'),(4,'build','view'),(4,'company','browse'),(4,'company','dynamic'),(4,'company','index'),(4,'company','view'),(4,'compile','browse'),(4,'compile','logs'),(4,'doc','allLibs'),(4,'doc','browse'),(4,'doc','create'),(4,'doc','createLib'),(4,'doc','delete'),(4,'doc','deleteFile'),(4,'doc','deleteLib'),(4,'doc','edit'),(4,'doc','editLib'),(4,'doc','index'),(4,'doc','objectLibs'),(4,'doc','showFiles'),(4,'doc','view'),(4,'extension','browse'),(4,'extension','obtain'),(4,'extension','structure'),(4,'file','delete'),(4,'file','download'),(4,'file','edit'),(4,'file','uploadImages'),(4,'git','apiSync'),(4,'git','cat'),(4,'git','diff'),(4,'group','browse'),(4,'index','index'),(4,'jenkins','browse'),(4,'jenkins','create'),(4,'jenkins','delete'),(4,'jenkins','edit'),(4,'job','browse'),(4,'job','create'),(4,'job','delete'),(4,'job','edit'),(4,'job','exec'),(4,'misc','ping'),(4,'my','bug'),(4,'my','calendar'),(4,'my','changePassword'),(4,'my','deleteContacts'),(4,'my','dynamic'),(4,'my','editProfile'),(4,'my','index'),(4,'my','manageContacts'),(4,'my','profile'),(4,'my','project'),(4,'my','story'),(4,'my','task'),(4,'my','testCase'),(4,'my','testTask'),(4,'my','todo'),(4,'my','unbind'),(4,'product','all'),(4,'product','browse'),(4,'product','build'),(4,'product','doc'),(4,'product','dynamic'),(4,'product','index'),(4,'product','project'),(4,'product','roadmap'),(4,'product','view'),(4,'productplan','browse'),(4,'productplan','view'),(4,'program','index'),(4,'program','pgmindex'),(4,'program','prjbrowse'),(4,'project','activate'),(4,'project','all'),(4,'project','batchedit'),(4,'project','batchUnlinkStory'),(4,'project','browse'),(4,'project','bug'),(4,'project','build'),(4,'project','burn'),(4,'project','close'),(4,'project','computeBurn'),(4,'project','create'),(4,'project','delete'),(4,'project','doc'),(4,'project','dynamic'),(4,'project','edit'),(4,'project','grouptask'),(4,'project','importBug'),(4,'project','importPlanStories'),(4,'project','importtask'),(4,'project','index'),(4,'project','kanban'),(4,'project','linkStory'),(4,'project','manageMembers'),(4,'project','manageProducts'),(4,'project','order'),(4,'project','putoff'),(4,'project','start'),(4,'project','story'),(4,'project','suspend'),(4,'project','task'),(4,'project','team'),(4,'project','testtask'),(4,'project','tree'),(4,'project','treestory'),(4,'project','treetask'),(4,'project','unlinkMember'),(4,'project','unlinkStory'),(4,'project','updateOrder'),(4,'project','view'),(4,'qa','index'),(4,'release','browse'),(4,'release','export'),(4,'release','view'),(4,'repo','blame'),(4,'repo','browse'),(4,'repo','create'),(4,'repo','delete'),(4,'repo','diff'),(4,'repo','download'),(4,'repo','edit'),(4,'repo','log'),(4,'repo','maintain'),(4,'repo','revision'),(4,'repo','setRules'),(4,'repo','showSyncCommit'),(4,'repo','view'),(4,'report','bugAssign'),(4,'report','bugCreate'),(4,'report','index'),(4,'report','productSummary'),(4,'report','projectDeviation'),(4,'report','workload'),(4,'search','buildForm'),(4,'search','buildQuery'),(4,'search','deleteQuery'),(4,'search','saveQuery'),(4,'search','select'),(4,'story','bugs'),(4,'story','cases'),(4,'story','export'),(4,'story','report'),(4,'story','tasks'),(4,'story','view'),(4,'story','zeroCase'),(4,'svn','apiSync'),(4,'svn','cat'),(4,'svn','diff'),(4,'task','activate'),(4,'task','assignTo'),(4,'task','batchAssignTo'),(4,'task','batchChangeModule'),(4,'task','batchClose'),(4,'task','batchCreate'),(4,'task','batchEdit'),(4,'task','cancel'),(4,'task','close'),(4,'task','confirmStoryChange'),(4,'task','create'),(4,'task','delete'),(4,'task','deleteEstimate'),(4,'task','edit'),(4,'task','editEstimate'),(4,'task','export'),(4,'task','finish'),(4,'task','pause'),(4,'task','recordEstimate'),(4,'task','report'),(4,'task','restart'),(4,'task','start'),(4,'task','view'),(4,'testcase','browse'),(4,'testcase','bugs'),(4,'testcase','createBug'),(4,'testcase','export'),(4,'testcase','groupCase'),(4,'testcase','index'),(4,'testcase','view'),(4,'testsuite','browse'),(4,'testsuite','index'),(4,'testsuite','view'),(4,'testtask','batchAssign'),(4,'testtask','browse'),(4,'testtask','cases'),(4,'testtask','create'),(4,'testtask','edit'),(4,'testtask','groupCase'),(4,'testtask','index'),(4,'testtask','results'),(4,'testtask','view'),(4,'todo','activate'),(4,'todo','assignTo'),(4,'todo','batchClose'),(4,'todo','batchCreate'),(4,'todo','batchEdit'),(4,'todo','batchFinish'),(4,'todo','close'),(4,'todo','create'),(4,'todo','createCycle'),(4,'todo','delete'),(4,'todo','edit'),(4,'todo','export'),(4,'todo','finish'),(4,'todo','import2Today'),(4,'todo','view'),(4,'tree','browse'),(4,'tree','browseTask'),(4,'tree','delete'),(4,'tree','edit'),(4,'tree','fix'),(4,'tree','manageChild'),(4,'tree','updateOrder'),(4,'user','bug'),(4,'user','deleteContacts'),(4,'user','dynamic'),(4,'user','manageContacts'),(4,'user','profile'),(4,'user','project'),(4,'user','story'),(4,'user','task'),(4,'user','testCase'),(4,'user','testTask'),(4,'user','todo'),(4,'user','view'),(5,'action','editComment'),(5,'action','hideAll'),(5,'action','hideOne'),(5,'action','trash'),(5,'action','undelete'),(5,'admin','index'),(5,'branch','delete'),(5,'branch','manage'),(5,'branch','sort'),(5,'bug','activate'),(5,'bug','assignTo'),(5,'bug','batchActivate'),(5,'bug','batchAssignTo'),(5,'bug','batchChangeModule'),(5,'bug','batchClose'),(5,'bug','batchConfirm'),(5,'bug','batchCreate'),(5,'bug','batchEdit'),(5,'bug','batchResolve'),(5,'bug','browse'),(5,'bug','close'),(5,'bug','confirmBug'),(5,'bug','confirmStoryChange'),(5,'bug','create'),(5,'bug','deleteTemplate'),(5,'bug','edit'),(5,'bug','export'),(5,'bug','index'),(5,'bug','linkBugs'),(5,'bug','report'),(5,'bug','resolve'),(5,'bug','saveTemplate'),(5,'bug','unlinkBug'),(5,'bug','view'),(5,'build','view'),(5,'company','browse'),(5,'company','dynamic'),(5,'company','index'),(5,'company','view'),(5,'compile','browse'),(5,'compile','logs'),(5,'doc','allLibs'),(5,'doc','browse'),(5,'doc','create'),(5,'doc','createLib'),(5,'doc','delete'),(5,'doc','deleteFile'),(5,'doc','deleteLib'),(5,'doc','edit'),(5,'doc','editLib'),(5,'doc','index'),(5,'doc','objectLibs'),(5,'doc','showFiles'),(5,'doc','view'),(5,'extension','browse'),(5,'extension','obtain'),(5,'extension','structure'),(5,'file','delete'),(5,'file','download'),(5,'file','edit'),(5,'file','uploadImages'),(5,'git','apiSync'),(5,'git','cat'),(5,'git','diff'),(5,'group','browse'),(5,'index','index'),(5,'jenkins','browse'),(5,'jenkins','create'),(5,'jenkins','delete'),(5,'jenkins','edit'),(5,'job','browse'),(5,'job','create'),(5,'job','delete'),(5,'job','edit'),(5,'job','exec'),(5,'misc','ping'),(5,'my','bug'),(5,'my','calendar'),(5,'my','changePassword'),(5,'my','deleteContacts'),(5,'my','dynamic'),(5,'my','editProfile'),(5,'my','index'),(5,'my','manageContacts'),(5,'my','profile'),(5,'my','project'),(5,'my','story'),(5,'my','task'),(5,'my','testCase'),(5,'my','testTask'),(5,'my','todo'),(5,'my','unbind'),(5,'product','all'),(5,'product','batchEdit'),(5,'product','browse'),(5,'product','build'),(5,'product','close'),(5,'product','create'),(5,'product','delete'),(5,'product','doc'),(5,'product','dynamic'),(5,'product','edit'),(5,'product','index'),(5,'product','order'),(5,'product','project'),(5,'product','roadmap'),(5,'product','updateOrder'),(5,'product','view'),(5,'productplan','batchUnlinkBug'),(5,'productplan','batchUnlinkStory'),(5,'productplan','browse'),(5,'productplan','create'),(5,'productplan','delete'),(5,'productplan','edit'),(5,'productplan','linkBug'),(5,'productplan','linkStory'),(5,'productplan','unlinkBug'),(5,'productplan','unlinkStory'),(5,'productplan','view'),(5,'program','index'),(5,'program','pgmindex'),(5,'program','prjbrowse'),(5,'project','activate'),(5,'project','all'),(5,'project','batchedit'),(5,'project','batchUnlinkStory'),(5,'project','browse'),(5,'project','bug'),(5,'project','build'),(5,'project','burn'),(5,'project','close'),(5,'project','computeBurn'),(5,'project','create'),(5,'project','delete'),(5,'project','doc'),(5,'project','dynamic'),(5,'project','edit'),(5,'project','grouptask'),(5,'project','importBug'),(5,'project','importPlanStories'),(5,'project','importtask'),(5,'project','index'),(5,'project','kanban'),(5,'project','linkStory'),(5,'project','manageMembers'),(5,'project','manageProducts'),(5,'project','order'),(5,'project','putoff'),(5,'project','start'),(5,'project','story'),(5,'project','suspend'),(5,'project','task'),(5,'project','team'),(5,'project','testtask'),(5,'project','tree'),(5,'project','treestory'),(5,'project','treetask'),(5,'project','unlinkMember'),(5,'project','unlinkStory'),(5,'project','updateOrder'),(5,'project','view'),(5,'qa','index'),(5,'release','batchUnlinkBug'),(5,'release','batchUnlinkStory'),(5,'release','browse'),(5,'release','changeStatus'),(5,'release','create'),(5,'release','delete'),(5,'release','edit'),(5,'release','export'),(5,'release','linkBug'),(5,'release','linkStory'),(5,'release','unlinkBug'),(5,'release','unlinkStory'),(5,'release','view'),(5,'repo','blame'),(5,'repo','browse'),(5,'repo','create'),(5,'repo','delete'),(5,'repo','diff'),(5,'repo','download'),(5,'repo','edit'),(5,'repo','log'),(5,'repo','maintain'),(5,'repo','revision'),(5,'repo','setRules'),(5,'repo','showSyncCommit'),(5,'repo','view'),(5,'report','bugAssign'),(5,'report','bugCreate'),(5,'report','index'),(5,'report','productSummary'),(5,'report','projectDeviation'),(5,'report','workload'),(5,'search','buildForm'),(5,'search','buildQuery'),(5,'search','deleteQuery'),(5,'search','saveQuery'),(5,'search','select'),(5,'story','activate'),(5,'story','batchChangeBranch'),(5,'story','batchChangeModule'),(5,'story','batchChangePlan'),(5,'story','batchChangeStage'),(5,'story','batchClose'),(5,'story','batchCreate'),(5,'story','batchEdit'),(5,'story','batchReview'),(5,'story','bugs'),(5,'story','cases'),(5,'story','change'),(5,'story','close'),(5,'story','create'),(5,'story','delete'),(5,'story','edit'),(5,'story','export'),(5,'story','linkStory'),(5,'story','report'),(5,'story','review'),(5,'story','tasks'),(5,'story','unlinkStory'),(5,'story','view'),(5,'story','zeroCase'),(5,'svn','apiSync'),(5,'svn','cat'),(5,'svn','diff'),(5,'task','confirmStoryChange'),(5,'task','deleteEstimate'),(5,'task','editEstimate'),(5,'task','export'),(5,'task','recordEstimate'),(5,'task','report'),(5,'task','view'),(5,'testcase','browse'),(5,'testcase','bugs'),(5,'testcase','createBug'),(5,'testcase','export'),(5,'testcase','groupCase'),(5,'testcase','importFromLib'),(5,'testcase','index'),(5,'testcase','view'),(5,'testsuite','batchCreateCase'),(5,'testsuite','browse'),(5,'testsuite','createCase'),(5,'testsuite','createLib'),(5,'testsuite','exportTemplet'),(5,'testsuite','import'),(5,'testsuite','index'),(5,'testsuite','library'),(5,'testsuite','libView'),(5,'testsuite','showImport'),(5,'testsuite','view'),(5,'testtask','browse'),(5,'testtask','cases'),(5,'testtask','groupCase'),(5,'testtask','index'),(5,'testtask','results'),(5,'testtask','view'),(5,'todo','activate'),(5,'todo','assignTo'),(5,'todo','batchClose'),(5,'todo','batchCreate'),(5,'todo','batchEdit'),(5,'todo','batchFinish'),(5,'todo','close'),(5,'todo','create'),(5,'todo','createCycle'),(5,'todo','delete'),(5,'todo','edit'),(5,'todo','export'),(5,'todo','finish'),(5,'todo','import2Today'),(5,'todo','view'),(5,'tree','browse'),(5,'tree','browseTask'),(5,'tree','delete'),(5,'tree','edit'),(5,'tree','fix'),(5,'tree','manageChild'),(5,'tree','updateOrder'),(5,'user','bug'),(5,'user','deleteContacts'),(5,'user','dynamic'),(5,'user','manageContacts'),(5,'user','profile'),(5,'user','project'),(5,'user','story'),(5,'user','task'),(5,'user','testCase'),(5,'user','testTask'),(5,'user','todo'),(5,'user','view'),(6,'action','editComment'),(6,'action','hideAll'),(6,'action','hideOne'),(6,'action','trash'),(6,'action','undelete'),(6,'admin','index'),(6,'bug','activate'),(6,'bug','assignTo'),(6,'bug','batchActivate'),(6,'bug','batchAssignTo'),(6,'bug','batchChangeModule'),(6,'bug','batchClose'),(6,'bug','batchConfirm'),(6,'bug','batchCreate'),(6,'bug','batchEdit'),(6,'bug','batchResolve'),(6,'bug','browse'),(6,'bug','close'),(6,'bug','confirmBug'),(6,'bug','confirmStoryChange'),(6,'bug','create'),(6,'bug','delete'),(6,'bug','deleteTemplate'),(6,'bug','edit'),(6,'bug','export'),(6,'bug','index'),(6,'bug','linkBugs'),(6,'bug','report'),(6,'bug','resolve'),(6,'bug','saveTemplate'),(6,'bug','unlinkBug'),(6,'bug','view'),(6,'build','batchUnlinkBug'),(6,'build','batchUnlinkStory'),(6,'build','create'),(6,'build','delete'),(6,'build','edit'),(6,'build','linkBug'),(6,'build','linkStory'),(6,'build','unlinkBug'),(6,'build','unlinkStory'),(6,'build','view'),(6,'company','browse'),(6,'company','dynamic'),(6,'company','index'),(6,'company','view'),(6,'doc','allLibs'),(6,'doc','browse'),(6,'doc','create'),(6,'doc','createLib'),(6,'doc','delete'),(6,'doc','deleteFile'),(6,'doc','deleteLib'),(6,'doc','edit'),(6,'doc','editLib'),(6,'doc','index'),(6,'doc','objectLibs'),(6,'doc','showFiles'),(6,'doc','view'),(6,'extension','browse'),(6,'extension','obtain'),(6,'extension','structure'),(6,'file','delete'),(6,'file','download'),(6,'file','edit'),(6,'file','uploadImages'),(6,'git','apiSync'),(6,'git','cat'),(6,'git','diff'),(6,'group','browse'),(6,'index','index'),(6,'misc','ping'),(6,'my','bug'),(6,'my','calendar'),(6,'my','changePassword'),(6,'my','deleteContacts'),(6,'my','dynamic'),(6,'my','editProfile'),(6,'my','index'),(6,'my','manageContacts'),(6,'my','profile'),(6,'my','project'),(6,'my','story'),(6,'my','task'),(6,'my','testCase'),(6,'my','testTask'),(6,'my','todo'),(6,'my','unbind'),(6,'product','all'),(6,'product','browse'),(6,'product','build'),(6,'product','doc'),(6,'product','dynamic'),(6,'product','index'),(6,'product','project'),(6,'product','roadmap'),(6,'product','view'),(6,'productplan','browse'),(6,'productplan','view'),(6,'program','index'),(6,'program','pgmindex'),(6,'program','prjbrowse'),(6,'project','activate'),(6,'project','all'),(6,'project','batchedit'),(6,'project','batchUnlinkStory'),(6,'project','browse'),(6,'project','bug'),(6,'project','build'),(6,'project','burn'),(6,'project','close'),(6,'project','computeBurn'),(6,'project','create'),(6,'project','delete'),(6,'project','doc'),(6,'project','dynamic'),(6,'project','edit'),(6,'project','grouptask'),(6,'project','importBug'),(6,'project','importPlanStories'),(6,'project','importtask'),(6,'project','index'),(6,'project','kanban'),(6,'project','linkStory'),(6,'project','manageMembers'),(6,'project','manageProducts'),(6,'project','order'),(6,'project','putoff'),(6,'project','start'),(6,'project','story'),(6,'project','suspend'),(6,'project','task'),(6,'project','team'),(6,'project','testtask'),(6,'project','tree'),(6,'project','treestory'),(6,'project','treetask'),(6,'project','unlinkMember'),(6,'project','unlinkStory'),(6,'project','updateOrder'),(6,'project','view'),(6,'qa','index'),(6,'release','browse'),(6,'release','export'),(6,'release','view'),(6,'repo','blame'),(6,'repo','browse'),(6,'repo','diff'),(6,'repo','download'),(6,'repo','log'),(6,'repo','revision'),(6,'repo','showSyncCommit'),(6,'repo','view'),(6,'report','bugAssign'),(6,'report','bugCreate'),(6,'report','index'),(6,'report','productSummary'),(6,'report','projectDeviation'),(6,'report','workload'),(6,'search','buildForm'),(6,'search','buildQuery'),(6,'search','deleteQuery'),(6,'search','saveQuery'),(6,'search','select'),(6,'story','bugs'),(6,'story','cases'),(6,'story','export'),(6,'story','report'),(6,'story','tasks'),(6,'story','view'),(6,'story','zeroCase'),(6,'svn','apiSync'),(6,'svn','cat'),(6,'svn','diff'),(6,'task','activate'),(6,'task','assignTo'),(6,'task','batchAssignTo'),(6,'task','batchChangeModule'),(6,'task','batchClose'),(6,'task','batchCreate'),(6,'task','batchEdit'),(6,'task','cancel'),(6,'task','close'),(6,'task','confirmStoryChange'),(6,'task','create'),(6,'task','delete'),(6,'task','deleteEstimate'),(6,'task','edit'),(6,'task','editEstimate'),(6,'task','export'),(6,'task','finish'),(6,'task','pause'),(6,'task','recordEstimate'),(6,'task','report'),(6,'task','restart'),(6,'task','start'),(6,'task','view'),(6,'testcase','browse'),(6,'testcase','bugs'),(6,'testcase','export'),(6,'testcase','groupCase'),(6,'testcase','index'),(6,'testcase','view'),(6,'testsuite','browse'),(6,'testsuite','index'),(6,'testsuite','view'),(6,'testtask','browse'),(6,'testtask','cases'),(6,'testtask','create'),(6,'testtask','edit'),(6,'testtask','groupCase'),(6,'testtask','index'),(6,'testtask','results'),(6,'testtask','view'),(6,'todo','activate'),(6,'todo','assignTo'),(6,'todo','batchClose'),(6,'todo','batchCreate'),(6,'todo','batchEdit'),(6,'todo','batchFinish'),(6,'todo','close'),(6,'todo','create'),(6,'todo','createCycle'),(6,'todo','delete'),(6,'todo','edit'),(6,'todo','export'),(6,'todo','finish'),(6,'todo','import2Today'),(6,'todo','view'),(6,'tree','browse'),(6,'tree','browseTask'),(6,'tree','delete'),(6,'tree','edit'),(6,'tree','fix'),(6,'tree','manageChild'),(6,'tree','updateOrder'),(6,'user','bug'),(6,'user','deleteContacts'),(6,'user','dynamic'),(6,'user','manageContacts'),(6,'user','profile'),(6,'user','project'),(6,'user','story'),(6,'user','task'),(6,'user','testCase'),(6,'user','testTask'),(6,'user','todo'),(6,'user','view'),(7,'action','editComment'),(7,'action','hideAll'),(7,'action','hideOne'),(7,'action','trash'),(7,'action','undelete'),(7,'admin','index'),(7,'branch','delete'),(7,'branch','manage'),(7,'branch','sort'),(7,'bug','activate'),(7,'bug','assignTo'),(7,'bug','batchActivate'),(7,'bug','batchChangeModule'),(7,'bug','batchClose'),(7,'bug','batchConfirm'),(7,'bug','batchCreate'),(7,'bug','batchEdit'),(7,'bug','batchResolve'),(7,'bug','browse'),(7,'bug','close'),(7,'bug','confirmBug'),(7,'bug','confirmStoryChange'),(7,'bug','create'),(7,'bug','delete'),(7,'bug','deleteTemplate'),(7,'bug','edit'),(7,'bug','export'),(7,'bug','index'),(7,'bug','linkBugs'),(7,'bug','report'),(7,'bug','resolve'),(7,'bug','saveTemplate'),(7,'bug','unlinkBug'),(7,'bug','view'),(7,'build','view'),(7,'company','browse'),(7,'company','dynamic'),(7,'company','index'),(7,'company','view'),(7,'doc','allLibs'),(7,'doc','browse'),(7,'doc','create'),(7,'doc','createLib'),(7,'doc','delete'),(7,'doc','deleteFile'),(7,'doc','deleteLib'),(7,'doc','edit'),(7,'doc','editLib'),(7,'doc','index'),(7,'doc','objectLibs'),(7,'doc','showFiles'),(7,'doc','view'),(7,'extension','browse'),(7,'extension','obtain'),(7,'extension','structure'),(7,'file','delete'),(7,'file','download'),(7,'file','edit'),(7,'file','uploadImages'),(7,'git','apiSync'),(7,'git','cat'),(7,'git','diff'),(7,'group','browse'),(7,'index','index'),(7,'misc','ping'),(7,'my','bug'),(7,'my','calendar'),(7,'my','changePassword'),(7,'my','deleteContacts'),(7,'my','dynamic'),(7,'my','editProfile'),(7,'my','index'),(7,'my','manageContacts'),(7,'my','profile'),(7,'my','project'),(7,'my','story'),(7,'my','task'),(7,'my','testCase'),(7,'my','testTask'),(7,'my','todo'),(7,'my','unbind'),(7,'product','all'),(7,'product','batchEdit'),(7,'product','browse'),(7,'product','build'),(7,'product','close'),(7,'product','create'),(7,'product','delete'),(7,'product','doc'),(7,'product','dynamic'),(7,'product','edit'),(7,'product','index'),(7,'product','order'),(7,'product','project'),(7,'product','roadmap'),(7,'product','updateOrder'),(7,'product','view'),(7,'productplan','batchUnlinkBug'),(7,'productplan','batchUnlinkStory'),(7,'productplan','browse'),(7,'productplan','create'),(7,'productplan','delete'),(7,'productplan','edit'),(7,'productplan','linkBug'),(7,'productplan','linkStory'),(7,'productplan','unlinkBug'),(7,'productplan','unlinkStory'),(7,'productplan','view'),(7,'program','index'),(7,'program','pgmindex'),(7,'program','prjbrowse'),(7,'project','all'),(7,'project','browse'),(7,'project','bug'),(7,'project','build'),(7,'project','burn'),(7,'project','doc'),(7,'project','dynamic'),(7,'project','grouptask'),(7,'project','importPlanStories'),(7,'project','index'),(7,'project','kanban'),(7,'project','linkStory'),(7,'project','manageProducts'),(7,'project','story'),(7,'project','task'),(7,'project','team'),(7,'project','testtask'),(7,'project','tree'),(7,'project','treestory'),(7,'project','treetask'),(7,'project','unlinkStory'),(7,'project','view'),(7,'qa','index'),(7,'release','batchUnlinkBug'),(7,'release','batchUnlinkStory'),(7,'release','browse'),(7,'release','changeStatus'),(7,'release','create'),(7,'release','delete'),(7,'release','edit'),(7,'release','export'),(7,'release','linkBug'),(7,'release','linkStory'),(7,'release','unlinkBug'),(7,'release','unlinkStory'),(7,'release','view'),(7,'repo','blame'),(7,'repo','browse'),(7,'repo','diff'),(7,'repo','download'),(7,'repo','log'),(7,'repo','revision'),(7,'repo','showSyncCommit'),(7,'repo','view'),(7,'report','bugAssign'),(7,'report','bugCreate'),(7,'report','index'),(7,'report','productSummary'),(7,'report','projectDeviation'),(7,'report','workload'),(7,'search','buildForm'),(7,'search','buildQuery'),(7,'search','deleteQuery'),(7,'search','saveQuery'),(7,'search','select'),(7,'story','activate'),(7,'story','assignTo'),(7,'story','batchAssignTo'),(7,'story','batchChangeBranch'),(7,'story','batchChangeModule'),(7,'story','batchChangePlan'),(7,'story','batchChangeStage'),(7,'story','batchClose'),(7,'story','batchCreate'),(7,'story','batchEdit'),(7,'story','batchReview'),(7,'story','bugs'),(7,'story','cases'),(7,'story','change'),(7,'story','close'),(7,'story','create'),(7,'story','delete'),(7,'story','edit'),(7,'story','export'),(7,'story','linkStory'),(7,'story','report'),(7,'story','review'),(7,'story','tasks'),(7,'story','unlinkStory'),(7,'story','view'),(7,'story','zeroCase'),(7,'svn','apiSync'),(7,'svn','cat'),(7,'svn','diff'),(7,'task','confirmStoryChange'),(7,'task','deleteEstimate'),(7,'task','editEstimate'),(7,'task','export'),(7,'task','recordEstimate'),(7,'task','report'),(7,'task','view'),(7,'testcase','browse'),(7,'testcase','bugs'),(7,'testcase','createBug'),(7,'testcase','export'),(7,'testcase','groupCase'),(7,'testcase','importFromLib'),(7,'testcase','index'),(7,'testcase','view'),(7,'testsuite','batchCreateCase'),(7,'testsuite','browse'),(7,'testsuite','createCase'),(7,'testsuite','createLib'),(7,'testsuite','exportTemplet'),(7,'testsuite','import'),(7,'testsuite','index'),(7,'testsuite','library'),(7,'testsuite','libView'),(7,'testsuite','showImport'),(7,'testsuite','view'),(7,'testtask','browse'),(7,'testtask','cases'),(7,'testtask','groupCase'),(7,'testtask','index'),(7,'testtask','results'),(7,'testtask','view'),(7,'todo','activate'),(7,'todo','assignTo'),(7,'todo','batchClose'),(7,'todo','batchCreate'),(7,'todo','batchEdit'),(7,'todo','batchFinish'),(7,'todo','close'),(7,'todo','create'),(7,'todo','createCycle'),(7,'todo','delete'),(7,'todo','edit'),(7,'todo','export'),(7,'todo','finish'),(7,'todo','import2Today'),(7,'todo','view'),(7,'tree','browse'),(7,'tree','browseTask'),(7,'tree','delete'),(7,'tree','edit'),(7,'tree','fix'),(7,'tree','manageChild'),(7,'tree','updateOrder'),(7,'user','bug'),(7,'user','deleteContacts'),(7,'user','dynamic'),(7,'user','manageContacts'),(7,'user','profile'),(7,'user','project'),(7,'user','story'),(7,'user','task'),(7,'user','testCase'),(7,'user','testTask'),(7,'user','todo'),(7,'user','view'),(8,'action','editComment'),(8,'action','hideAll'),(8,'action','hideOne'),(8,'action','trash'),(8,'action','undelete'),(8,'admin','index'),(8,'bug','activate'),(8,'bug','assignTo'),(8,'bug','batchActivate'),(8,'bug','batchAssignTo'),(8,'bug','batchChangeModule'),(8,'bug','batchClose'),(8,'bug','batchConfirm'),(8,'bug','batchCreate'),(8,'bug','batchEdit'),(8,'bug','batchResolve'),(8,'bug','browse'),(8,'bug','close'),(8,'bug','confirmBug'),(8,'bug','confirmStoryChange'),(8,'bug','create'),(8,'bug','delete'),(8,'bug','deleteTemplate'),(8,'bug','edit'),(8,'bug','export'),(8,'bug','index'),(8,'bug','linkBugs'),(8,'bug','report'),(8,'bug','resolve'),(8,'bug','saveTemplate'),(8,'bug','unlinkBug'),(8,'bug','view'),(8,'build','create'),(8,'build','delete'),(8,'build','edit'),(8,'build','view'),(8,'company','browse'),(8,'company','dynamic'),(8,'company','index'),(8,'company','view'),(8,'doc','allLibs'),(8,'doc','browse'),(8,'doc','create'),(8,'doc','createLib'),(8,'doc','delete'),(8,'doc','deleteFile'),(8,'doc','deleteLib'),(8,'doc','edit'),(8,'doc','editLib'),(8,'doc','index'),(8,'doc','objectLibs'),(8,'doc','showFiles'),(8,'doc','view'),(8,'extension','browse'),(8,'extension','obtain'),(8,'extension','structure'),(8,'file','delete'),(8,'file','download'),(8,'file','edit'),(8,'file','uploadImages'),(8,'git','apiSync'),(8,'git','cat'),(8,'git','diff'),(8,'group','browse'),(8,'index','index'),(8,'misc','ping'),(8,'my','bug'),(8,'my','calendar'),(8,'my','changePassword'),(8,'my','deleteContacts'),(8,'my','dynamic'),(8,'my','editProfile'),(8,'my','index'),(8,'my','manageContacts'),(8,'my','profile'),(8,'my','project'),(8,'my','story'),(8,'my','task'),(8,'my','testCase'),(8,'my','testTask'),(8,'my','todo'),(8,'my','unbind'),(8,'product','all'),(8,'product','browse'),(8,'product','build'),(8,'product','doc'),(8,'product','dynamic'),(8,'product','index'),(8,'product','project'),(8,'product','roadmap'),(8,'product','view'),(8,'productplan','browse'),(8,'productplan','view'),(8,'program','index'),(8,'program','pgmindex'),(8,'program','prjbrowse'),(8,'project','all'),(8,'project','bug'),(8,'project','build'),(8,'project','burn'),(8,'project','doc'),(8,'project','dynamic'),(8,'project','grouptask'),(8,'project','importBug'),(8,'project','importtask'),(8,'project','index'),(8,'project','kanban'),(8,'project','story'),(8,'project','task'),(8,'project','team'),(8,'project','testtask'),(8,'project','tree'),(8,'project','treestory'),(8,'project','treetask'),(8,'project','view'),(8,'qa','index'),(8,'release','browse'),(8,'release','export'),(8,'release','view'),(8,'repo','blame'),(8,'repo','browse'),(8,'repo','diff'),(8,'repo','download'),(8,'repo','log'),(8,'repo','revision'),(8,'repo','showSyncCommit'),(8,'repo','view'),(8,'report','bugAssign'),(8,'report','bugCreate'),(8,'report','index'),(8,'report','productSummary'),(8,'report','projectDeviation'),(8,'report','workload'),(8,'search','buildForm'),(8,'search','buildQuery'),(8,'search','deleteQuery'),(8,'search','saveQuery'),(8,'search','select'),(8,'story','bugs'),(8,'story','cases'),(8,'story','export'),(8,'story','report'),(8,'story','tasks'),(8,'story','view'),(8,'story','zeroCase'),(8,'svn','apiSync'),(8,'svn','cat'),(8,'svn','diff'),(8,'task','activate'),(8,'task','assignTo'),(8,'task','batchAssignTo'),(8,'task','batchChangeModule'),(8,'task','batchClose'),(8,'task','batchCreate'),(8,'task','batchEdit'),(8,'task','cancel'),(8,'task','close'),(8,'task','confirmStoryChange'),(8,'task','create'),(8,'task','delete'),(8,'task','deleteEstimate'),(8,'task','edit'),(8,'task','editEstimate'),(8,'task','export'),(8,'task','finish'),(8,'task','pause'),(8,'task','recordEstimate'),(8,'task','report'),(8,'task','restart'),(8,'task','start'),(8,'task','view'),(8,'testcase','batchCaseTypeChange'),(8,'testcase','batchChangeModule'),(8,'testcase','batchConfirmStoryChange'),(8,'testcase','batchCreate'),(8,'testcase','batchDelete'),(8,'testcase','batchEdit'),(8,'testcase','batchReview'),(8,'testcase','browse'),(8,'testcase','bugs'),(8,'testcase','confirmChange'),(8,'testcase','confirmStoryChange'),(8,'testcase','create'),(8,'testcase','createBug'),(8,'testcase','delete'),(8,'testcase','edit'),(8,'testcase','export'),(8,'testcase','exportTemplet'),(8,'testcase','groupCase'),(8,'testcase','import'),(8,'testcase','importFromLib'),(8,'testcase','index'),(8,'testcase','linkCases'),(8,'testcase','review'),(8,'testcase','showImport'),(8,'testcase','unlinkCase'),(8,'testcase','view'),(8,'testreport','browse'),(8,'testreport','create'),(8,'testreport','delete'),(8,'testreport','edit'),(8,'testreport','view'),(8,'testsuite','batchCreateCase'),(8,'testsuite','browse'),(8,'testsuite','create'),(8,'testsuite','createCase'),(8,'testsuite','createLib'),(8,'testsuite','delete'),(8,'testsuite','edit'),(8,'testsuite','exportTemplet'),(8,'testsuite','import'),(8,'testsuite','index'),(8,'testsuite','library'),(8,'testsuite','libView'),(8,'testsuite','linkCase'),(8,'testsuite','showImport'),(8,'testsuite','unlinkCase'),(8,'testsuite','view'),(8,'testtask','activate'),(8,'testtask','batchAssign'),(8,'testtask','batchRun'),(8,'testtask','block'),(8,'testtask','browse'),(8,'testtask','cases'),(8,'testtask','close'),(8,'testtask','create'),(8,'testtask','delete'),(8,'testtask','edit'),(8,'testtask','groupCase'),(8,'testtask','index'),(8,'testtask','linkcase'),(8,'testtask','report'),(8,'testtask','results'),(8,'testtask','runcase'),(8,'testtask','start'),(8,'testtask','unlinkcase'),(8,'testtask','view'),(8,'todo','activate'),(8,'todo','assignTo'),(8,'todo','batchClose'),(8,'todo','batchCreate'),(8,'todo','batchEdit'),(8,'todo','batchFinish'),(8,'todo','close'),(8,'todo','create'),(8,'todo','createCycle'),(8,'todo','delete'),(8,'todo','edit'),(8,'todo','export'),(8,'todo','finish'),(8,'todo','import2Today'),(8,'todo','view'),(8,'tree','browse'),(8,'tree','browseTask'),(8,'tree','delete'),(8,'tree','edit'),(8,'tree','fix'),(8,'tree','manageChild'),(8,'tree','updateOrder'),(8,'user','bug'),(8,'user','deleteContacts'),(8,'user','dynamic'),(8,'user','manageContacts'),(8,'user','profile'),(8,'user','project'),(8,'user','story'),(8,'user','task'),(8,'user','testCase'),(8,'user','testTask'),(8,'user','todo'),(8,'user','view'),(9,'action','editComment'),(9,'action','hideAll'),(9,'action','hideOne'),(9,'action','trash'),(9,'action','undelete'),(9,'admin','index'),(9,'bug','browse'),(9,'bug','export'),(9,'bug','index'),(9,'bug','report'),(9,'bug','view'),(9,'build','view'),(9,'company','browse'),(9,'company','dynamic'),(9,'company','edit'),(9,'company','index'),(9,'company','view'),(9,'dept','browse'),(9,'dept','delete'),(9,'dept','manageChild'),(9,'dept','updateOrder'),(9,'doc','allLibs'),(9,'doc','browse'),(9,'doc','create'),(9,'doc','createLib'),(9,'doc','delete'),(9,'doc','deleteFile'),(9,'doc','deleteLib'),(9,'doc','edit'),(9,'doc','editLib'),(9,'doc','index'),(9,'doc','objectLibs'),(9,'doc','showFiles'),(9,'doc','view'),(9,'extension','browse'),(9,'extension','obtain'),(9,'extension','structure'),(9,'file','delete'),(9,'file','download'),(9,'file','edit'),(9,'file','uploadImages'),(9,'git','apiSync'),(9,'git','cat'),(9,'git','diff'),(9,'group','browse'),(9,'index','index'),(9,'misc','ping'),(9,'my','bug'),(9,'my','calendar'),(9,'my','changePassword'),(9,'my','deleteContacts'),(9,'my','dynamic'),(9,'my','editProfile'),(9,'my','index'),(9,'my','manageContacts'),(9,'my','profile'),(9,'my','project'),(9,'my','story'),(9,'my','task'),(9,'my','testCase'),(9,'my','testTask'),(9,'my','todo'),(9,'my','unbind'),(9,'product','all'),(9,'product','browse'),(9,'product','build'),(9,'product','doc'),(9,'product','dynamic'),(9,'product','index'),(9,'product','project'),(9,'product','roadmap'),(9,'product','view'),(9,'productplan','browse'),(9,'productplan','view'),(9,'program','index'),(9,'program','pgmindex'),(9,'program','prjbrowse'),(9,'project','all'),(9,'project','browse'),(9,'project','bug'),(9,'project','build'),(9,'project','burn'),(9,'project','computeBurn'),(9,'project','doc'),(9,'project','dynamic'),(9,'project','grouptask'),(9,'project','index'),(9,'project','kanban'),(9,'project','story'),(9,'project','task'),(9,'project','team'),(9,'project','tree'),(9,'project','treestory'),(9,'project','treetask'),(9,'project','view'),(9,'qa','index'),(9,'release','browse'),(9,'release','export'),(9,'release','view'),(9,'repo','blame'),(9,'repo','browse'),(9,'repo','diff'),(9,'repo','download'),(9,'repo','log'),(9,'repo','revision'),(9,'repo','showSyncCommit'),(9,'repo','view'),(9,'report','bugAssign'),(9,'report','bugCreate'),(9,'report','index'),(9,'report','productSummary'),(9,'report','projectDeviation'),(9,'report','workload'),(9,'search','buildForm'),(9,'search','buildQuery'),(9,'search','deleteQuery'),(9,'search','saveQuery'),(9,'search','select'),(9,'story','bugs'),(9,'story','cases'),(9,'story','export'),(9,'story','report'),(9,'story','review'),(9,'story','tasks'),(9,'story','view'),(9,'story','zeroCase'),(9,'svn','apiSync'),(9,'svn','cat'),(9,'svn','diff'),(9,'task','deleteEstimate'),(9,'task','editEstimate'),(9,'task','export'),(9,'task','recordEstimate'),(9,'task','report'),(9,'task','view'),(9,'testcase','browse'),(9,'testcase','bugs'),(9,'testcase','export'),(9,'testcase','groupCase'),(9,'testcase','index'),(9,'testcase','view'),(9,'testsuite','browse'),(9,'testsuite','index'),(9,'testsuite','view'),(9,'testtask','browse'),(9,'testtask','cases'),(9,'testtask','groupCase'),(9,'testtask','index'),(9,'testtask','results'),(9,'testtask','view'),(9,'todo','activate'),(9,'todo','assignTo'),(9,'todo','batchClose'),(9,'todo','batchCreate'),(9,'todo','batchEdit'),(9,'todo','batchFinish'),(9,'todo','close'),(9,'todo','create'),(9,'todo','createCycle'),(9,'todo','delete'),(9,'todo','edit'),(9,'todo','export'),(9,'todo','finish'),(9,'todo','import2Today'),(9,'todo','view'),(9,'user','batchCreate'),(9,'user','batchEdit'),(9,'user','bug'),(9,'user','create'),(9,'user','delete'),(9,'user','deleteContacts'),(9,'user','dynamic'),(9,'user','edit'),(9,'user','manageContacts'),(9,'user','profile'),(9,'user','project'),(9,'user','story'),(9,'user','task'),(9,'user','testCase'),(9,'user','testTask'),(9,'user','todo'),(9,'user','unbind'),(9,'user','unlock'),(9,'user','view'),(10,'action','editComment'),(10,'bug','activate'),(10,'bug','batchChangeModule'),(10,'bug','browse'),(10,'bug','close'),(10,'bug','create'),(10,'bug','edit'),(10,'bug','index'),(10,'bug','linkBugs'),(10,'bug','report'),(10,'bug','unlinkBug'),(10,'bug','view'),(10,'build','view'),(10,'company','browse'),(10,'company','dynamic'),(10,'company','index'),(10,'company','view'),(10,'doc','allLibs'),(10,'doc','browse'),(10,'doc','index'),(10,'doc','objectLibs'),(10,'doc','showFiles'),(10,'doc','view'),(10,'file','download'),(10,'index','index'),(10,'misc','ping'),(10,'my','calendar'),(10,'my','changePassword'),(10,'my','dynamic'),(10,'my','editProfile'),(10,'my','index'),(10,'my','profile'),(10,'my','task'),(10,'my','todo'),(10,'my','unbind'),(10,'product','all'),(10,'product','browse'),(10,'product','build'),(10,'product','doc'),(10,'product','dynamic'),(10,'product','index'),(10,'product','roadmap'),(10,'product','view'),(10,'productplan','browse'),(10,'productplan','view'),(10,'program','index'),(10,'program','pgmindex'),(10,'program','prjbrowse'),(10,'project','all'),(10,'project','browse'),(10,'project','bug'),(10,'project','build'),(10,'project','burn'),(10,'project','doc'),(10,'project','dynamic'),(10,'project','grouptask'),(10,'project','index'),(10,'project','kanban'),(10,'project','story'),(10,'project','task'),(10,'project','team'),(10,'project','testtask'),(10,'project','tree'),(10,'project','treestory'),(10,'project','treetask'),(10,'project','view'),(10,'qa','index'),(10,'release','browse'),(10,'release','view'),(10,'repo','blame'),(10,'repo','browse'),(10,'repo','diff'),(10,'repo','download'),(10,'repo','log'),(10,'repo','revision'),(10,'repo','showSyncCommit'),(10,'repo','view'),(10,'report','bugAssign'),(10,'report','bugCreate'),(10,'report','index'),(10,'report','productSummary'),(10,'report','projectDeviation'),(10,'report','workload'),(10,'search','buildForm'),(10,'search','buildQuery'),(10,'search','deleteQuery'),(10,'search','saveQuery'),(10,'story','bugs'),(10,'story','cases'),(10,'story','tasks'),(10,'story','view'),(10,'task','deleteEstimate'),(10,'task','editEstimate'),(10,'task','recordEstimate'),(10,'task','view'),(10,'testsuite','browse'),(10,'testsuite','index'),(10,'testsuite','view'),(10,'todo','activate'),(10,'todo','assignTo'),(10,'todo','batchClose'),(10,'todo','batchCreate'),(10,'todo','batchEdit'),(10,'todo','batchFinish'),(10,'todo','close'),(10,'todo','create'),(10,'todo','createCycle'),(10,'todo','delete'),(10,'todo','edit'),(10,'todo','export'),(10,'todo','finish'),(10,'todo','import2Today'),(10,'todo','view'),(10,'user','bug'),(10,'user','dynamic'),(10,'user','profile'),(10,'user','project'),(10,'user','story'),(10,'user','task'),(10,'user','testCase'),(10,'user','testTask'),(10,'user','todo'),(10,'user','view'),(11,'bug','browse'),(11,'bug','index'),(11,'bug','report'),(11,'bug','view'),(11,'build','view'),(11,'company','browse'),(11,'company','dynamic'),(11,'company','index'),(11,'company','view'),(11,'doc','allLibs'),(11,'doc','browse'),(11,'doc','index'),(11,'doc','objectLibs'),(11,'doc','showFiles'),(11,'doc','view'),(11,'file','download'),(11,'git','cat'),(11,'git','diff'),(11,'group','browse'),(11,'index','index'),(11,'misc','ping'),(11,'my','index'),(11,'product','all'),(11,'product','browse'),(11,'product','build'),(11,'product','doc'),(11,'product','dynamic'),(11,'product','index'),(11,'product','roadmap'),(11,'product','view'),(11,'productplan','browse'),(11,'productplan','view'),(11,'program','index'),(11,'program','pgmindex'),(11,'program','prjbrowse'),(11,'project','all'),(11,'project','browse'),(11,'project','bug'),(11,'project','build'),(11,'project','burn'),(11,'project','doc'),(11,'project','dynamic'),(11,'project','grouptask'),(11,'project','index'),(11,'project','kanban'),(11,'project','story'),(11,'project','task'),(11,'project','team'),(11,'project','testtask'),(11,'project','tree'),(11,'project','treestory'),(11,'project','treetask'),(11,'project','view'),(11,'qa','index'),(11,'release','browse'),(11,'release','view'),(11,'report','bugAssign'),(11,'report','bugCreate'),(11,'report','index'),(11,'report','productSummary'),(11,'report','projectDeviation'),(11,'report','workload'),(11,'search','buildForm'),(11,'search','buildQuery'),(11,'story','bugs'),(11,'story','cases'),(11,'story','tasks'),(11,'story','view'),(11,'svn','cat'),(11,'svn','diff'),(11,'task','recordEstimate'),(11,'task','view'),(11,'testcase','browse'),(11,'testcase','bugs'),(11,'testcase','groupCase'),(11,'testcase','index'),(11,'testcase','view'),(11,'testsuite','browse'),(11,'testsuite','index'),(11,'testsuite','view'),(11,'testtask','browse'),(11,'testtask','cases'),(11,'testtask','groupCase'),(11,'testtask','index'),(11,'testtask','results'),(11,'testtask','view'),(11,'user','bug'),(11,'user','dynamic'),(11,'user','profile'),(11,'user','project'),(11,'user','story'),(11,'user','task'),(11,'user','testCase'),(11,'user','testTask'),(11,'user','todo'),(11,'user','view'),(12,'my','limited'); -/*!40000 ALTER TABLE `zt_grouppriv` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_history` --- - -DROP TABLE IF EXISTS `zt_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_history` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `action` mediumint(8) unsigned NOT NULL DEFAULT '0', - `field` varchar(30) NOT NULL DEFAULT '', - `old` text NOT NULL, - `new` text NOT NULL, - `diff` mediumtext NOT NULL, - PRIMARY KEY (`id`), - KEY `action` (`action`) -) ENGINE=MyISAM AUTO_INCREMENT=541 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_history` --- - -LOCK TABLES `zt_history` WRITE; -/*!40000 ALTER TABLE `zt_history` DISABLE KEYS */; -INSERT INTO `zt_history` VALUES (1,14,'version','1','2',''),(2,14,'spec',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
','001- 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。
\n001+ 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。
'),(3,41,'consumed','0','1',''),(4,41,'status','wait','doing',''),(6,42,'consumed','1','7',''),(7,42,'left','10','0',''),(8,42,'assignedTo','dev1','projectManager',''),(9,42,'status','doing','done',''),(10,42,'finishedBy','','dev1',''),(11,42,'finishedDate','','2012-06-05 10:38:00',''),(13,43,'consumed','0','6',''),(14,43,'left','8','0',''),(15,43,'assignedTo','dev1','projectManager',''),(16,43,'status','wait','done',''),(17,43,'finishedBy','','dev1',''),(18,43,'finishedDate','','2012-06-05 10:39:14',''),(20,44,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(21,45,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(22,46,'canceledDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(23,47,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(24,48,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(25,49,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(26,50,'closedDate','2012-06-05 10:41:12','2012-06-05 10:41:20',''),(27,51,'status','wait','done',''),(28,51,'consumed','0','8',''),(29,51,'left','10','0',''),(30,51,'finishedBy','','dev1',''),(31,51,'finishedDate','','2012-06-05 10:41:20',''),(32,52,'finishedDate','2012-06-05 10:38:00','2012-06-05 10:41:20',''),(33,55,'status','closed','done',''),(34,55,'consumed','0','5',''),(35,55,'left','8','0',''),(36,55,'finishedBy','','dev2',''),(37,55,'closedBy','dev1','',''),(38,55,'closedReason','done','',''),(39,55,'finishedDate','','2012-06-05 10:42:56',''),(40,55,'closedDate','2012-06-05 10:41:20','',''),(41,56,'status','closed','done',''),(42,56,'consumed','0','8',''),(43,56,'left','8','0',''),(44,56,'finishedBy','','dev2',''),(45,56,'closedBy','dev1','',''),(46,56,'closedReason','done','',''),(47,56,'finishedDate','','2012-06-05 10:42:56',''),(48,56,'closedDate','2012-06-05 10:41:20','',''),(49,59,'status','closed','done',''),(50,59,'consumed','0','5',''),(51,59,'left','8','0',''),(52,59,'finishedBy','dev1','dev3',''),(53,59,'closedBy','dev1','',''),(54,59,'closedReason','done','',''),(55,59,'finishedDate','','2012-06-05 10:43:32',''),(56,59,'closedDate','2012-06-05 10:41:20','',''),(57,60,'status','closed','done',''),(58,60,'consumed','0','5',''),(59,60,'left','8','0',''),(60,60,'finishedBy','dev1','dev3',''),(61,60,'closedBy','dev1','',''),(62,60,'closedReason','done','',''),(63,60,'finishedDate','','2012-06-05 10:43:32',''),(64,60,'closedDate','2012-06-05 10:41:20','',''),(65,82,'title','首页的测试用例','售后服务的测试用例','001- 首页的测试用例\n001+ 售后服务的测试用例'),(66,82,'story','1','4',''),(67,93,'build','','trunk',''),(68,119,'realBegan','0000-00-00','2020-11-20 14:39:57',''),(69,119,'status','wait','doing',''),(70,124,'assignedTo','','admin',''),(71,125,'begin','2020-11-20','2020-11-02',''),(72,125,'whitelist',',','',''),(73,143,'whitelist',',','',''),(74,144,'whitelist',',','',''),(75,147,'whitelist',',','',''),(76,149,'whitelist',',','',''),(77,150,'whitelist',',','',''),(78,153,'whitelist',',','',''),(79,157,'realBegan','0000-00-00','2020-11-23 21:49:05',''),(80,157,'status','wait','doing',''),(81,178,'whitelist',',','',''),(82,179,'whitelist',',','',''),(83,180,'whitelist',',','',''),(84,181,'whitelist',',','',''),(85,182,'whitelist',',','',''),(86,183,'code','','story',''),(87,183,'lifetime','','short',''),(88,184,'whitelist',',','',''),(89,185,'whitelist',',','',''),(90,187,'whitelist',',','',''),(91,188,'whitelist',',','',''),(92,189,'code','','review',''),(93,189,'lifetime','','short',''),(94,190,'whitelist',',','',''),(95,192,'whitelist',',','',''),(96,193,'whitelist',',','',''),(97,194,'whitelist',',','',''),(98,195,'whitelist',',','',''),(99,196,'whitelist',',','',''),(100,197,'realBegan','0000-00-00','2020-11-24 14:54:28',''),(101,197,'status','wait','doing',''),(102,201,'realBegan','0000-00-00','2020-11-24 16:12:49',''),(103,201,'status','wait','doing',''),(104,202,'realBegan','0000-00-00','2020-11-24 16:12:52',''),(105,202,'status','wait','doing',''),(106,204,'status','doing','closed',''),(107,204,'closedBy','','admin',''),(108,204,'closedDate','0000-00-00 00:00:00','2020-11-24 20:08:23',''),(109,205,'closedDate','2020-11-24 20:08:23','2020-11-24 20:08:24',''),(110,206,'status','closed','doing',''),(111,209,'whitelist',',','',''),(112,210,'whitelist',',','',''),(113,211,'status','doing','closed',''),(114,211,'closedDate','2020-11-24 20:08:24','2020-11-25 10:37:10',''),(115,212,'status','closed','doing',''),(116,213,'status','doing','suspended',''),(117,214,'realBegan','2020-11-24','2020-11-25 10:37:56',''),(118,214,'status','suspended','doing',''),(119,215,'status','doing','suspended',''),(120,216,'realBegan','2020-11-23','2020-11-25 10:46:14',''),(121,216,'status','suspended','doing',''),(122,217,'status','doing','closed',''),(123,217,'closedDate','2020-11-25 10:37:10','2020-11-25 10:46:21',''),(124,218,'status','closed','doing',''),(125,219,'status','doing','suspended',''),(126,220,'realBegan','2020-11-25','2020-11-25 10:48:03',''),(127,220,'status','suspended','doing',''),(128,221,'status','wait','suspended',''),(129,222,'realBegan','0000-00-00','2020-11-25 10:54:01',''),(130,222,'status','suspended','doing',''),(131,223,'status','doing','suspended',''),(132,224,'realBegan','2020-11-25','2020-11-25 11:05:39',''),(133,224,'status','suspended','doing',''),(134,225,'status','doing','suspended',''),(135,226,'realBegan','2020-11-25','2020-11-25 11:08:19',''),(136,226,'status','suspended','doing',''),(137,227,'status','doing','closed',''),(138,227,'closedDate','2020-11-25 10:46:21','2020-11-25 11:08:25',''),(139,228,'status','closed','doing',''),(140,229,'status','doing','closed',''),(141,229,'closedDate','2020-11-25 11:08:25','2020-11-25 11:09:41',''),(142,230,'begin','2012-06-05','2020-11-30',''),(143,230,'end','2014-06-04','2022-11-30',''),(144,230,'status','closed','doing',''),(145,231,'status','doing','suspended',''),(146,232,'status','suspended','closed',''),(147,232,'closedDate','2020-11-25 11:09:41','2020-11-25 11:14:34',''),(148,233,'status','closed','doing',''),(149,234,'status','doing','closed',''),(150,234,'closedDate','2020-11-25 11:14:34','2020-11-25 11:19:36',''),(151,235,'status','closed','doing',''),(152,236,'status','doing','suspended',''),(153,237,'realBegan','2020-11-25','2020-11-25 11:23:46',''),(154,237,'status','suspended','doing',''),(155,238,'status','doing','suspended',''),(156,239,'realBegan','2020-11-25','2020-11-25 11:25:24',''),(157,239,'status','suspended','doing',''),(158,240,'status','doing','suspended',''),(159,241,'realBegan','2020-11-25','2020-11-25 11:27:15',''),(160,241,'status','suspended','doing',''),(161,242,'status','doing','suspended',''),(162,243,'realBegan','2020-11-25','2020-11-25 11:30:58',''),(163,243,'status','suspended','doing',''),(164,244,'status','doing','suspended',''),(165,245,'realBegan','2020-11-25','2020-11-25 11:36:03',''),(166,245,'status','suspended','doing',''),(167,246,'status','doing','closed',''),(168,246,'closedDate','2020-11-25 11:19:36','2020-11-25 13:03:10',''),(169,247,'status','closed','doing',''),(170,248,'status','doing','suspended',''),(171,249,'status','suspended','closed',''),(172,249,'closedDate','2020-11-25 13:03:10','2020-11-25 14:00:32',''),(173,250,'status','closed','doing',''),(174,251,'status','doing','suspended',''),(175,252,'realBegan','2020-11-25','2020-11-25 14:01:57',''),(176,252,'status','suspended','doing',''),(177,253,'status','doing','suspended',''),(178,254,'realBegan','2020-11-25','2020-11-25 14:02:49',''),(179,254,'status','suspended','doing',''),(180,255,'status','doing','closed',''),(181,255,'closedBy','','admin',''),(182,255,'closedDate','0000-00-00 00:00:00','2020-11-25 14:02:52',''),(183,256,'status','closed','doing',''),(184,257,'status','doing','suspended',''),(185,258,'realBegan','2020-11-25','2020-11-25 14:03:43',''),(186,258,'status','suspended','doing',''),(187,261,'acl','open','private',''),(188,261,'whitelist',',','',''),(189,262,'whitelist',',','',''),(190,278,'acl','open','private',''),(191,278,'whitelist',',','',''),(192,283,'whitelist',',','',''),(193,288,'whitelist',',','',''),(194,290,'acl','open','private',''),(195,290,'whitelist',',','',''),(196,300,'whitelist',',','',''),(197,309,'auth','extend','reset',''),(198,309,'acl','open','private',''),(199,309,'whitelist',',','',''),(200,314,'realBegan','0000-00-00','2020-11-25 16:20:05',''),(201,314,'status','wait','doing',''),(202,315,'auth','reset','extend',''),(203,315,'whitelist',',','',''),(204,334,'status','doing','closed',''),(205,334,'closedDate','2020-11-25 14:02:52','2020-11-26 08:10:14',''),(206,335,'status','doing','suspended',''),(207,336,'realBegan','2020-11-25','2020-11-26 08:45:34',''),(208,336,'status','suspended','doing',''),(209,337,'status','doing','closed',''),(210,337,'closedDate','2020-11-25 14:00:32','2020-11-26 08:49:26',''),(211,338,'status','closed','doing',''),(212,339,'status','doing','closed',''),(213,339,'closedDate','2020-11-26 08:49:26','2020-11-26 09:07:09',''),(214,340,'status','closed','doing',''),(215,341,'status','doing','suspended',''),(216,342,'status','closed','doing',''),(217,343,'status','doing','suspended',''),(218,344,'status','suspended','closed',''),(219,344,'closedDate','2020-11-26 08:10:14','2020-11-26 09:09:51',''),(220,345,'status','closed','doing',''),(221,346,'status','doing','suspended',''),(222,347,'status','suspended','closed',''),(223,347,'closedDate','2020-11-26 09:07:09','2020-11-26 09:12:10',''),(224,348,'status','closed','doing',''),(225,349,'status','doing','suspended',''),(226,350,'realBegan','2020-11-26','2020-11-26 09:13:05',''),(227,350,'status','suspended','doing',''),(228,351,'status','suspended','closed',''),(229,351,'closedDate','2020-11-26 09:09:51','2020-11-26 09:13:44',''),(230,352,'status','closed','doing',''),(231,353,'PM','','projectManager',''),(232,353,'whitelist',',','',''),(233,353,'team','','私有项目集',''),(234,354,'desc','','22222222222222','001- \n001+ 22222222222222'),(235,354,'whitelist',',','',''),(236,355,'code','','11111',''),(237,355,'begin','2020-11-30','2012-01-07',''),(238,355,'whitelist',',','',''),(239,355,'team','','企业网站',''),(240,356,'status','doing','suspended',''),(241,357,'realBegan','2020-11-25','2020-11-26 10:53:08',''),(242,357,'status','suspended','doing',''),(243,358,'status','doing','suspended',''),(244,359,'realBegan','2020-11-26','2020-11-26 10:55:37',''),(245,359,'status','suspended','doing',''),(246,360,'status','doing','suspended',''),(247,361,'realBegan','2020-11-24','2020-11-26 10:56:06',''),(248,361,'status','suspended','doing',''),(249,362,'status','doing','suspended',''),(250,363,'realBegan','2020-11-26','2020-11-26 13:01:52',''),(251,363,'status','suspended','doing',''),(252,364,'status','doing','closed',''),(253,364,'closedDate','2020-11-26 09:12:10','2020-11-26 13:01:59',''),(254,365,'status','closed','doing',''),(255,366,'status','doing','suspended',''),(256,367,'status','doing','suspended',''),(257,368,'status','doing','suspended',''),(258,369,'realBegan','2020-11-26','2020-11-26 13:14:12',''),(259,369,'status','suspended','doing',''),(260,370,'realBegan','2020-11-26','2020-11-26 13:14:29',''),(261,370,'status','suspended','doing',''),(262,371,'status','doing','suspended',''),(263,372,'realBegan','2020-11-26','2020-11-26 13:15:41',''),(264,372,'status','suspended','doing',''),(265,373,'status','doing','suspended',''),(266,374,'status','doing','suspended',''),(267,375,'realBegan','2020-11-26','2020-11-26 13:16:03',''),(268,375,'status','suspended','doing',''),(269,376,'status','suspended','closed',''),(270,376,'closedDate','2020-11-26 13:01:59','2020-11-26 13:16:22',''),(271,377,'status','closed','doing',''),(272,378,'desc','','11111111111111111','001- \n001+ 11111111111111111'),(273,378,'whitelist',',','',''),(274,379,'status','doing','closed',''),(275,379,'closedDate','2020-11-26 09:13:44','2020-11-26 13:17:18',''),(276,380,'status','closed','doing',''),(277,391,'realBegan','0000-00-00','2020-11-26 13:59:52',''),(278,391,'status','wait','doing',''),(279,392,'desc','','1111111111111','001- \n001+ 1111111111111'),(280,392,'whitelist',',','',''),(281,393,'status','wait','closed',''),(282,393,'closedBy','','admin',''),(283,393,'closedDate','0000-00-00 00:00:00','2020-11-26 14:05:30',''),(284,394,'status','closed','doing',''),(285,395,'status','doing','suspended',''),(286,404,'name','2222222222222222222222222','22222','001- 2222222222222222222222222\n001+ 22222'),(287,404,'version','1','2',''),(288,408,'desc','','1111111111','001- \n001+ 1111111111'),(289,408,'whitelist',',','',''),(290,410,'status','doing','suspended',''),(291,411,'realBegan','2020-11-26','2020-11-26 15:19:25',''),(292,411,'status','suspended','doing',''),(293,412,'status','doing','closed',''),(294,412,'closedBy','','admin',''),(295,412,'closedDate','0000-00-00 00:00:00','2020-11-26 15:20:12',''),(296,413,'status','wait','closed',''),(297,413,'closedBy','','admin',''),(298,413,'closedDate','0000-00-00 00:00:00','2020-11-26 15:20:29',''),(299,417,'desc','','1111111111','001- \n001+ 1111111111'),(300,417,'whitelist',',','',''),(301,422,'realBegan','0000-00-00','2020-11-26 15:57:33',''),(302,422,'status','wait','doing',''),(303,427,'name','111111','套件','001- 111111\n001+ 套件'),(304,437,'code','xxxx','test',''),(305,437,'whitelist',',','',''),(306,437,'team','','test项目集',''),(307,439,'storyConcept','0','1',''),(308,439,'whitelist',',','',''),(309,440,'whitelist',',','',''),(310,445,'acl','open','private',''),(311,445,'whitelist',',','',''),(312,450,'whitelist',',','',''),(313,465,'acl','open','private',''),(314,465,'whitelist',',','',''),(315,487,'storyConcept','0','1',''),(316,487,'whitelist',',','',''),(317,497,'acl','private','open',''),(318,497,'whitelist',',','',''),(319,498,'whitelist',',','',''),(320,503,'acl','private','open',''),(321,503,'whitelist',',','',''),(322,504,'acl','open','private',''),(323,504,'whitelist',',','',''),(324,509,'whitelist',',','',''),(325,510,'acl','open','private',''),(326,510,'whitelist',',','',''),(327,511,'whitelist',',','',''),(328,516,'whitelist',',','',''),(329,517,'acl','private','open',''),(330,517,'whitelist',',','',''),(331,518,'whitelist',',','',''),(332,523,'acl','open','private',''),(333,523,'whitelist',',','',''),(334,524,'acl','private','open',''),(335,524,'whitelist',',','',''),(336,525,'acl','open','private',''),(337,525,'whitelist',',','',''),(338,526,'whitelist',',','',''),(339,531,'whitelist',',','',''),(340,543,'storyConcept','0','1',''),(341,543,'whitelist',',','',''),(342,545,'acl','private','open',''),(343,545,'whitelist',',','',''),(344,546,'acl','open','private',''),(345,546,'whitelist',',','',''),(346,547,'acl','private','open',''),(347,547,'whitelist',',','',''),(348,548,'acl','open','private',''),(349,548,'whitelist',',','',''),(350,588,'storyConcept','0','1',''),(351,588,'acl','open','private',''),(352,588,'whitelist',',','',''),(353,599,'storyConcept','0','1',''),(354,599,'whitelist',',','',''),(355,600,'code','','design',''),(356,601,'whitelist',',','',''),(357,603,'percent','50','',''),(358,603,'whitelist',',','',''),(359,604,'parent','0','42',''),(360,604,'percent','0','50',''),(361,604,'realBegan','','0000-00-00',''),(362,604,'realEnd','','0000-00-00',''),(363,605,'whitelist',',','',''),(364,618,'realBegan','0000-00-00','2020-11-30 16:57:07',''),(365,618,'status','wait','doing',''),(366,625,'whitelist',',','',''),(367,625,'planDuration','0','5',''),(368,626,'whitelist',',','',''),(369,627,'desc','','11111111111','001- \n001+ 11111111111'),(370,627,'whitelist',',','',''),(371,630,'content','','2222222222222222222','001- \n001+ 2222222222222222222'),(372,668,'parent','0','-1',''),(373,669,'parent','0','-1',''),(374,670,'assignedTo','','admin',''),(375,671,'assignedTo','admin','',''),(376,675,'parent','0','-1',''),(377,676,'parent','0','-1',''),(378,676,'deadline','2020-12-31','2020-12-03',''),(379,676,'estStarted','2020-12-01','2020-11-30',''),(380,677,'desc','','11111111','001- \n001+ 11111111'),(381,678,'assignedTo','','admin',''),(382,678,'left','0','2',''),(383,681,'assignedTo','','Jia',''),(384,682,'assignedTo','Jia','yiyi',''),(385,682,'version','1','2',''),(386,682,'spec','1111111111','

1111111111

\n

22222222

','001- 1111111111\n001+

1111111111

\n002+

22222222

'),(387,684,'assignedTo','','Jia',''),(388,685,'assignedTo','Jia','yiyi',''),(389,686,'assignedTo','yiyi','',''),(390,695,'budget','0','',''),(391,695,'whitelist',',','',''),(392,704,'resolution','','fixed',''),(393,704,'resolvedBuild','','trunk',''),(394,704,'resolvedDate','','2020-12-03 09:26:01',''),(395,704,'assignedTo','','admin',''),(396,704,'status','active','resolved',''),(397,704,'confirmed','0','1',''),(398,704,'resolvedBy','','admin',''),(399,706,'openedBuild','trunk,','trunk,10',''),(400,710,'assignedTo','','productManager',''),(401,711,'assignedTo','productManager','',''),(402,712,'assignedTo','','admin',''),(403,742,'budget','0','',''),(404,742,'whitelist',',','',''),(405,743,'budget','0','',''),(406,743,'whitelist',',','',''),(407,744,'budget','0','',''),(408,744,'storyConcept','0','1',''),(409,744,'whitelist',',','',''),(410,746,'assignedTo','','Jia',''),(411,753,'whitelist',',','',''),(412,754,'whitelist',',','',''),(413,759,'assignedTo','','Jia',''),(414,764,'whitelist',',','',''),(415,765,'whitelist',',','',''),(416,766,'whitelist',',','',''),(417,773,'parent','0','69',''),(418,773,'budget','0','',''),(419,773,'whitelist',',','',''),(420,774,'realBegan','0000-00-00','2020-12-07 13:17:27',''),(421,774,'status','wait','doing',''),(422,775,'acl','open','private',''),(423,775,'whitelist',',','',''),(424,779,'assignedTo','','Jia',''),(425,784,'budget','0','',''),(426,784,'acl','private','open',''),(427,784,'whitelist',',','',''),(428,784,'team','','子集',''),(429,785,'budget','0','',''),(430,785,'whitelist',',','',''),(431,785,'team','','集',''),(432,786,'whitelist',',','',''),(433,795,'acl','private','open',''),(434,795,'whitelist',',','',''),(435,800,'QD','','Jia',''),(436,800,'whitelist',',','',''),(437,801,'whitelist',',','',''),(438,802,'QD','','Jia',''),(439,802,'whitelist',',','',''),(440,806,'whitelist',',','',''),(441,812,'whitelist',',','',''),(442,813,'whitelist',',','',''),(443,814,'whitelist',',','',''),(444,815,'budget','0','',''),(445,815,'whitelist',',','',''),(446,816,'whitelist',',','',''),(447,817,'whitelist',',','',''),(448,819,'whitelist',',','',''),(449,821,'whitelist',',','',''),(450,824,'whitelist',',','',''),(451,825,'whitelist',',','',''),(452,827,'whitelist',',','',''),(453,829,'whitelist',',','',''),(454,832,'whitelist',',','',''),(455,837,'whitelist',',','',''),(456,839,'whitelist',',','',''),(457,855,'realBegan','0000-00-00','2020-12-08 13:40:02',''),(458,855,'status','wait','doing',''),(459,856,'whitelist',',','',''),(460,857,'whitelist',',','',''),(461,863,'whitelist',',','',''),(462,872,'parent','0','-1',''),(463,872,'childStories','','18,19,20',''),(464,873,'estimate','0','100',''),(465,874,'estimate','0','100',''),(466,875,'estimate','100','1000',''),(467,876,'estimate','100','1000',''),(468,877,'estimate','1000','10000',''),(469,878,'estimate','1000','10000',''),(470,879,'estimate','10000','100000',''),(471,880,'estimate','10000','100000',''),(472,885,'begin','2020-12-06','2020-12-09',''),(473,885,'end','2020-12-07','2020-12-10',''),(474,885,'realBegan','','0000-00-00',''),(475,885,'realEnd','','0000-00-00',''),(476,885,'planDuration','1','2',''),(477,885,'version','1','2',''),(478,886,'percent','20','15',''),(479,886,'realBegan','','0000-00-00',''),(480,886,'realEnd','','0000-00-00',''),(481,887,'begin','2020-12-09','2020-12-04',''),(482,887,'realBegan','','0000-00-00',''),(483,887,'realEnd','','0000-00-00',''),(484,887,'planDuration','2','5',''),(485,887,'version','2','3',''),(486,894,'parent','0','72',''),(487,894,'begin','2020-12-07','2020-12-01',''),(488,894,'end','2020-12-09','2020-12-02',''),(489,894,'realBegan','','0000-00-00',''),(490,894,'realEnd','','0000-00-00',''),(491,894,'planDuration','3','2',''),(492,894,'version','1','2',''),(493,902,'parent','0','72',''),(494,902,'begin','2020-12-02','2020-11-30',''),(495,902,'end','2020-12-03','2020-12-06',''),(496,902,'realBegan','','0000-00-00',''),(497,902,'realEnd','','0000-00-00',''),(498,902,'planDuration','2','5',''),(499,902,'version','1','2',''),(500,903,'parent','0','72',''),(501,903,'begin','2020-12-03','2020-12-07',''),(502,903,'end','2020-12-04','2020-12-09',''),(503,903,'realBegan','','0000-00-00',''),(504,903,'realEnd','','0000-00-00',''),(505,903,'planDuration','2','3',''),(506,903,'version','1','2',''),(507,904,'parent','0','72',''),(508,904,'begin','2020-12-03','2020-12-07',''),(509,904,'end','2020-12-07','2020-12-31',''),(510,904,'realBegan','','0000-00-00',''),(511,904,'realEnd','','0000-00-00',''),(512,904,'planDuration','3','19',''),(513,904,'version','1','2',''),(514,905,'parent','0','72',''),(515,905,'end','2020-12-08','2021-01-03',''),(516,905,'realBegan','','0000-00-00',''),(517,905,'realEnd','','0000-00-00',''),(518,905,'planDuration','2','20',''),(519,905,'version','1','2',''),(520,906,'parent','0','72',''),(521,906,'begin','2020-12-09','2021-01-04',''),(522,906,'end','2020-12-10','2021-01-05',''),(523,906,'realBegan','','0000-00-00',''),(524,906,'realEnd','','0000-00-00',''),(525,906,'version','1','2',''),(526,907,'parent','0','72',''),(527,907,'begin','2020-12-10','2021-01-06',''),(528,907,'end','2020-12-10','2021-01-07',''),(529,907,'realBegan','','0000-00-00',''),(530,907,'realEnd','','0000-00-00',''),(531,907,'planDuration','1','2',''),(532,907,'version','1','2',''),(533,909,'budget','0','',''),(534,909,'whitelist',',','',''),(535,927,'name','集下瀑布新建的产品','集下瀑布产品','001- 集下瀑布新建的产品\n001+ 集下瀑布产品'),(536,927,'code','集下瀑布新建的产品','集下瀑布产品',''),(537,927,'storyConcept','0','1',''),(538,928,'name','集下的项目','集下的敏捷项目','001- 集下的项目\n001+ 集下的敏捷项目'),(539,928,'whitelist',',','',''),(540,928,'team','集下的项目','集下的敏捷项目',''); -/*!40000 ALTER TABLE `zt_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_holiday` --- - -DROP TABLE IF EXISTS `zt_holiday`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_holiday` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(30) NOT NULL DEFAULT '', - `type` enum('holiday','working') NOT NULL DEFAULT 'holiday', - `desc` text NOT NULL, - `year` char(4) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - PRIMARY KEY (`id`), - KEY `year` (`year`), - KEY `name` (`name`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_holiday` --- - -LOCK TABLES `zt_holiday` WRITE; -/*!40000 ALTER TABLE `zt_holiday` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_holiday` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chat` --- - -DROP TABLE IF EXISTS `zt_im_chat`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chat` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `name` varchar(60) NOT NULL DEFAULT '', - `type` varchar(20) NOT NULL DEFAULT 'group', - `admins` varchar(255) NOT NULL DEFAULT '', - `committers` varchar(255) NOT NULL DEFAULT '', - `subject` mediumint(8) unsigned NOT NULL DEFAULT '0', - `public` enum('0','1') NOT NULL DEFAULT '0', - `createdBy` varchar(30) NOT NULL DEFAULT '', - `createdDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `editedBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `lastActiveTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `dismissDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`), - KEY `gid` (`gid`), - KEY `name` (`name`), - KEY `type` (`type`), - KEY `public` (`public`), - KEY `createdBy` (`createdBy`), - KEY `editedBy` (`editedBy`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chat` --- - -LOCK TABLES `zt_im_chat` WRITE; -/*!40000 ALTER TABLE `zt_im_chat` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chat` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_chatuser` --- - -DROP TABLE IF EXISTS `zt_im_chatuser`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_chatuser` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `cgid` char(40) NOT NULL DEFAULT '', - `user` mediumint(8) NOT NULL DEFAULT '0', - `order` smallint(5) NOT NULL DEFAULT '0', - `star` enum('0','1') NOT NULL DEFAULT '0', - `hide` enum('0','1') NOT NULL DEFAULT '0', - `mute` enum('0','1') NOT NULL DEFAULT '0', - `freeze` enum('0','1') NOT NULL DEFAULT '0', - `join` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `quit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `category` varchar(40) NOT NULL DEFAULT '', - PRIMARY KEY (`id`), - UNIQUE KEY `chatuser` (`cgid`,`user`), - KEY `cgid` (`cgid`), - KEY `user` (`user`), - KEY `order` (`order`), - KEY `star` (`star`), - KEY `hide` (`hide`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_chatuser` --- - -LOCK TABLES `zt_im_chatuser` WRITE; -/*!40000 ALTER TABLE `zt_im_chatuser` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_chatuser` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_client` --- - -DROP TABLE IF EXISTS `zt_im_client`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_client` ( - `id` int(11) unsigned NOT NULL AUTO_INCREMENT, - `version` char(30) NOT NULL DEFAULT '', - `desc` varchar(100) NOT NULL DEFAULT '', - `changeLog` text NOT NULL, - `strategy` varchar(10) NOT NULL DEFAULT '', - `downloads` text NOT NULL, - `createdDate` datetime NOT NULL, - `createdBy` varchar(30) NOT NULL DEFAULT '', - `editedDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL DEFAULT '', - `status` enum('released','wait') NOT NULL DEFAULT 'wait', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_client` --- - -LOCK TABLES `zt_im_client` WRITE; -/*!40000 ALTER TABLE `zt_im_client` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_client` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conference` --- - -DROP TABLE IF EXISTS `zt_im_conference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conference` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `status` enum('closed','open') NOT NULL DEFAULT 'closed', - `participants` text NOT NULL, - `openedBy` mediumint(8) NOT NULL DEFAULT '0', - `openedDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conference` --- - -LOCK TABLES `zt_im_conference` WRITE; -/*!40000 ALTER TABLE `zt_im_conference` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_conferenceaction` --- - -DROP TABLE IF EXISTS `zt_im_conferenceaction`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_conferenceaction` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `rid` char(24) NOT NULL DEFAULT '', - `type` enum('create','join','leave','close') NOT NULL DEFAULT 'create', - `user` mediumint(8) NOT NULL DEFAULT '0', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_conferenceaction` --- - -LOCK TABLES `zt_im_conferenceaction` WRITE; -/*!40000 ALTER TABLE `zt_im_conferenceaction` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_conferenceaction` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_message` --- - -DROP TABLE IF EXISTS `zt_im_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_message` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `gid` char(40) NOT NULL DEFAULT '', - `cgid` char(40) NOT NULL DEFAULT '', - `user` varchar(30) NOT NULL DEFAULT '', - `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `order` bigint(8) unsigned NOT NULL, - `type` enum('normal','broadcast','notify') NOT NULL DEFAULT 'normal', - `content` text NOT NULL, - `contentType` enum('text','plain','emotion','image','file','object','code') NOT NULL DEFAULT 'text', - `data` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `mgid` (`gid`), - KEY `mcgid` (`cgid`), - KEY `muser` (`user`), - KEY `mtype` (`type`) -) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_message` --- - -LOCK TABLES `zt_im_message` WRITE; -/*!40000 ALTER TABLE `zt_im_message` DISABLE KEYS */; -INSERT INTO `zt_im_message` VALUES (1,'3395046e-6b8e-ce82-c30e-05de128789b6','notification','0','2020-11-26 15:54:06',0,'notify','','text','{\"title\":\"admin \\u521b\\u5efa\\u8f6f\\u4ef6\\u9700\\u6c42 [#11::\\u96c6\\u9700\\u6c42]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fstory-view-11.html%3FPRJ%3D51\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[2]}','0'),(2,'6a5b4596-f135-c604-9a39-3e599f4b8da3','notification','0','2020-12-02 14:33:28',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u8f6f\\u4ef6\\u9700\\u6c42 [#12::\\u7528\\u9700]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fstory-view-12.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(3,'c6c4eb48-4ad5-b926-d7a6-fb889e7897d9','notification','0','2020-12-02 14:36:52',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u8f6f\\u4ef6\\u9700\\u6c42 [#12::\\u7528\\u9700]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fstory-view-12.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(4,'392d849b-ff5b-4e11-3b7b-b8648e7ec7d4','notification','0','2020-12-02 14:44:34',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86\\u8f6f\\u4ef6\\u9700\\u6c42 [#13::\\u7528\\u9700\\u4e8c]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fstory-view-13.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(5,'c477bbe2-e66e-cd62-8bf5-6da6eb3f742f','notification','0','2020-12-02 14:44:46',0,'notify','','text','{\"title\":\"admin \\u53d8\\u66f4\\u4e86\\u8f6f\\u4ef6\\u9700\\u6c42 [#13::\\u7528\\u9700\\u4e8c]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fstory-view-13.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[12]}','0'),(6,'c8f294b7-c982-f700-5f6b-e90bccb3dc42','notification','0','2020-12-03 10:10:25',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#555556::111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fbug-view-555556.html%3FPRJ%3D23\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[2]}','0'),(7,'b8375385-a7b2-94db-3c28-ea7643731b0b','notification','0','2020-12-07 10:55:15',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#5555557::\\u8fed\\u4ee3\\u4e00\\u7684bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fbug-view-5555557.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(8,'efc9619e-39ba-9631-a28f-411621633241','notification','0','2020-12-07 11:27:11',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#9::\\u8fed\\u4ee3\\u4e00\\u7684bug]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fbug-view-9.html%3FPRJ%3D21\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'),(9,'85c56edf-e9d2-1047-539a-8256fed1ec4a','notification','0','2020-12-07 13:19:37',0,'notify','','text','{\"title\":\"admin \\u6307\\u6d3e\\u4e86Bug [#10::sprint1\\u7684bug1]\",\"subtitle\":\"\",\"url\":\"xxc:openInApp\\/zentao-integrated\\/http%3A%2F%2Fpms.zentao.com%2Fbug-view-10.html%3FPRJ%3D70\",\"actions\":[],\"sender\":{\"id\":\"zentao\",\"realname\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\",\"name\":\"\\u7985\\u9053\\u9879\\u76ee\\u7ba1\\u7406\"},\"target\":[11]}','0'); -/*!40000 ALTER TABLE `zt_im_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_messagestatus` --- - -DROP TABLE IF EXISTS `zt_im_messagestatus`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_messagestatus` ( - `user` mediumint(8) NOT NULL DEFAULT '0', - `message` int(11) unsigned NOT NULL, - `status` enum('waiting','sent','readed','deleted') NOT NULL DEFAULT 'waiting', - UNIQUE KEY `user` (`user`,`message`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_messagestatus` --- - -LOCK TABLES `zt_im_messagestatus` WRITE; -/*!40000 ALTER TABLE `zt_im_messagestatus` DISABLE KEYS */; -INSERT INTO `zt_im_messagestatus` VALUES (2,1,'waiting'),(11,2,'waiting'),(12,3,'waiting'),(11,4,'waiting'),(12,5,'waiting'),(2,6,'waiting'),(11,7,'waiting'),(11,8,'waiting'),(11,9,'waiting'); -/*!40000 ALTER TABLE `zt_im_messagestatus` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_im_queue` --- - -DROP TABLE IF EXISTS `zt_im_queue`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_im_queue` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` char(30) NOT NULL, - `content` text NOT NULL, - `addDate` datetime NOT NULL, - `processDate` datetime NOT NULL, - `result` text NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_im_queue` --- - -LOCK TABLES `zt_im_queue` WRITE; -/*!40000 ALTER TABLE `zt_im_queue` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_im_queue` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_issue` --- - -DROP TABLE IF EXISTS `zt_issue`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_issue` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `resolvedBy` varchar(30) NOT NULL, - `PRJ` varchar(255) NOT NULL, - `title` varchar(255) NOT NULL, - `desc` text NOT NULL, - `pri` char(30) NOT NULL, - `severity` char(30) NOT NULL, - `type` char(30) NOT NULL, - `activity` varchar(255) NOT NULL, - `deadline` date NOT NULL, - `resolution` char(30) NOT NULL, - `resolutionComment` text NOT NULL, - `objectID` varchar(255) NOT NULL, - `resolvedDate` date NOT NULL, - `status` varchar(30) NOT NULL, - `owner` varchar(255) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `activateBy` varchar(30) NOT NULL, - `activateDate` date NOT NULL, - `closeBy` varchar(30) NOT NULL, - `closedDate` date NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedBy` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_issue` --- - -LOCK TABLES `zt_issue` WRITE; -/*!40000 ALTER TABLE `zt_issue` DISABLE KEYS */; -INSERT INTO `zt_issue` VALUES (1,'','20','prj=20问题','','','1','design','','0000-00-00','','','','0000-00-00','','','admin','2020-11-24 13:28:23','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00','','','0000-00-00 00:00:00','1'),(2,'admin','21','敏捷21的设计问题','敏捷21的设计问题敏捷21的设计问题敏捷21的设计问题敏捷21的设计问题','1','1','design','','0000-00-00','resolved','','','2020-11-25','resolved','Jia','admin','2020-11-25 16:41:36','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00','','','0000-00-00 00:00:00','0'),(3,'','20','问题20','','','1','design','','0000-00-00','','','','0000-00-00','','','admin','2020-11-26 16:11:44','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00','','','0000-00-00 00:00:00','1'),(4,'','23','11111','','','1','code','','0000-00-00','','','','0000-00-00','','Jia','admin','2020-11-27 16:48:51','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00','','','0000-00-00 00:00:00','0'),(5,'','12','111','','','1','design','','0000-00-00','','','','0000-00-00','','yiyi','admin','2020-11-27 16:49:37','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00','','','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_issue` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_jenkins` --- - -DROP TABLE IF EXISTS `zt_jenkins`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_jenkins` ( - `id` smallint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `url` varchar(255) DEFAULT NULL, - `account` varchar(30) DEFAULT NULL, - `password` varchar(255) NOT NULL, - `token` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_jenkins` --- - -LOCK TABLES `zt_jenkins` WRITE; -/*!40000 ALTER TABLE `zt_jenkins` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_jenkins` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_job` --- - -DROP TABLE IF EXISTS `zt_job`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_job` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `repo` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `frame` varchar(20) NOT NULL, - `jkHost` mediumint(8) unsigned NOT NULL, - `jkJob` varchar(500) NOT NULL, - `triggerType` varchar(255) NOT NULL, - `svnDir` varchar(255) NOT NULL, - `atDay` varchar(255) DEFAULT NULL, - `atTime` varchar(10) DEFAULT NULL, - `comment` varchar(255) DEFAULT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `lastExec` datetime DEFAULT NULL, - `lastStatus` varchar(255) DEFAULT NULL, - `lastTag` varchar(255) DEFAULT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_job` --- - -LOCK TABLES `zt_job` WRITE; -/*!40000 ALTER TABLE `zt_job` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_job` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_lang` --- - -DROP TABLE IF EXISTS `zt_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_lang` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `lang` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL, - `section` varchar(30) NOT NULL, - `key` varchar(60) NOT NULL, - `value` text NOT NULL, - `system` enum('0','1') NOT NULL DEFAULT '1', - PRIMARY KEY (`id`), - UNIQUE KEY `lang` (`lang`,`module`,`section`,`key`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_lang` --- - -LOCK TABLES `zt_lang` WRITE; -/*!40000 ALTER TABLE `zt_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_log` --- - -DROP TABLE IF EXISTS `zt_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_log` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(30) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(8) unsigned NOT NULL, - `date` datetime NOT NULL, - `url` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL, - `data` text NOT NULL, - `result` text NOT NULL, - PRIMARY KEY (`id`), - KEY `objectType` (`objectType`), - KEY `obejctID` (`objectID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_log` --- - -LOCK TABLES `zt_log` WRITE; -/*!40000 ALTER TABLE `zt_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_module` --- - -DROP TABLE IF EXISTS `zt_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_module` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` char(60) NOT NULL DEFAULT '', - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` char(255) NOT NULL DEFAULT '', - `grade` tinyint(3) unsigned NOT NULL DEFAULT '0', - `order` smallint(5) unsigned NOT NULL DEFAULT '0', - `type` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `collector` text NOT NULL, - `short` varchar(30) NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `root` (`root`), - KEY `type` (`type`), - KEY `path` (`path`) -) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_module` --- - -LOCK TABLES `zt_module` WRITE; -/*!40000 ALTER TABLE `zt_module` DISABLE KEYS */; -INSERT INTO `zt_module` VALUES (1,1,0,'首页',0,',1,',1,10,'story','','','','0'),(2,1,0,'新闻中心',0,',2,',1,20,'story','','','','0'),(3,1,0,'成果展示',0,',3,',1,30,'story','','','','0'),(4,1,0,'售后服务',0,',4,',1,40,'story','','','','0'),(5,1,0,'诚聘英才',0,',5,',1,50,'story','','','','0'),(6,1,0,'合作洽谈',0,',6,',1,60,'story','','','','0'),(7,1,0,'关于我们',0,',7,',1,70,'story','','','','0'),(8,1,0,'首页',0,',8,',1,10,'bug','','','','0'),(9,1,0,'新闻中心',0,',9,',1,20,'bug','','','','0'),(10,1,0,'成果展示',0,',10,',1,30,'bug','','','','0'),(11,1,0,'售后服务',0,',11,',1,40,'bug','','','','0'),(12,1,0,'诚聘英才',0,',12,',1,50,'bug','','','','0'),(13,1,0,'合作洽谈',0,',13,',1,60,'bug','','','','0'),(14,1,0,'关于我们',0,',14,',1,70,'bug','','','','0'),(15,17,0,'模块一',0,',15,',1,10,'story','','','','0'),(16,17,0,'模块二',0,',16,',1,20,'story','','','','0'),(17,16,1,'1-1',0,',17,',1,10,'story','','','','0'),(18,17,0,'1-2',15,',15,18,',2,20,'story','','','','0'),(19,16,0,'1-1-1',0,',19,',1,10,'story','','','','0'),(20,16,1,'1-1-2',17,',17,20,',2,20,'story','','','','0'),(21,16,1,'1-1-2-1',20,',17,20,21,',3,10,'story','','','','0'); -/*!40000 ALTER TABLE `zt_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_notify` --- - -DROP TABLE IF EXISTS `zt_notify`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_notify` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `objectType` varchar(50) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `action` mediumint(9) NOT NULL, - `toList` varchar(255) NOT NULL, - `ccList` text NOT NULL, - `subject` varchar(255) NOT NULL, - `data` text NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `sendTime` datetime NOT NULL, - `status` varchar(10) NOT NULL DEFAULT 'wait', - `failReason` text NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_notify` --- - -LOCK TABLES `zt_notify` WRITE; -/*!40000 ALTER TABLE `zt_notify` DISABLE KEYS */; -INSERT INTO `zt_notify` VALUES (1,'message',0,420,'productManager','','','admin创建软件需求 [#11::集需求]\n','admin','2020-11-26 15:54:06','0000-00-00 00:00:00','wait',''),(3,'message',0,682,'yiyi','','','admin变更了软件需求 [#12::用需]\n','admin','2020-12-02 14:36:52','0000-00-00 00:00:00','wait',''),(5,'message',0,685,'yiyi','','','admin变更了软件需求 [#13::用需二]\n','admin','2020-12-02 14:44:46','0000-00-00 00:00:00','wait',''),(6,'message',0,710,'productManager','','','admin指派了Bug [#555556::111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111]\n','admin','2020-12-03 10:10:25','0000-00-00 00:00:00','wait',''); -/*!40000 ALTER TABLE `zt_notify` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_oauth` --- - -DROP TABLE IF EXISTS `zt_oauth`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_oauth` ( - `account` varchar(30) NOT NULL, - `openID` varchar(255) NOT NULL, - `providerType` varchar(30) NOT NULL, - `providerID` mediumint(8) unsigned NOT NULL, - KEY `account` (`account`), - KEY `providerType` (`providerType`), - KEY `providerID` (`providerID`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_oauth` --- - -LOCK TABLES `zt_oauth` WRITE; -/*!40000 ALTER TABLE `zt_oauth` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_oauth` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_planstory` --- - -DROP TABLE IF EXISTS `zt_planstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_planstory` ( - `plan` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL, - `order` mediumint(9) NOT NULL, - UNIQUE KEY `plan_story` (`plan`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_planstory` --- - -LOCK TABLES `zt_planstory` WRITE; -/*!40000 ALTER TABLE `zt_planstory` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_planstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_product` --- - -DROP TABLE IF EXISTS `zt_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_product` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `program` mediumint(8) unsigned NOT NULL, - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `bind` enum('0','1') NOT NULL DEFAULT '0', - `line` mediumint(8) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'normal', - `status` varchar(30) NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `desc` text NOT NULL, - `PO` varchar(30) NOT NULL, - `QD` varchar(30) NOT NULL, - `RD` varchar(30) NOT NULL, - `storyConcept` smallint(5) NOT NULL, - `acl` enum('open','private','custom') NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `createdVersion` varchar(20) NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_product` --- - -LOCK TABLES `zt_product` WRITE; -/*!40000 ALTER TABLE `zt_product` DISABLE KEYS */; -INSERT INTO `zt_product` VALUES (1,6,'公司企业网站建设','companyWebsite','0',0,'normal','normal','','建立公司企业网站,可以更好对外展示。
','productManager','testManager','productManager',0,'open','','productManager','2012-06-05 09:57:07','',5,'0'),(2,8,'企业内部工时管理系统','workhourManage','0',0,'normal','normal','','','productManager','testManager','productManager',0,'open','','productManager','2012-06-05 11:15:20','5.2.1',10,'0'),(3,11,'私有项目集产品一','CP1','0',0,'normal','normal','','','admin','','',0,'open',',','admin','2020-11-20 14:38:09','20.0.alpha1',15,'0'),(4,0,'独立瀑布项目','DLPB','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 11:41:36','',0,'0'),(5,0,'独立敏捷项目','DLMJ','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 11:43:44','',0,'0'),(6,0,'独立瀑布瀑布2','独立瀑布瀑布2','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 14:29:49','',0,'0'),(7,0,'独立敏捷敏捷2','独立敏捷敏捷2','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 14:30:27','',0,'0'),(8,0,'独立瀑布独立瀑布','独立瀑布独立瀑布','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 19:47:37','',0,'0'),(9,0,'啦啦啦啦啦啦啦瀑布','lalalala','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 20:13:37','',0,'0'),(10,0,'哈哈哈哈哈哈瀑布','hahahaha','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-23 20:18:36','',0,'0'),(11,0,'11111111','1111111111','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-24 11:17:27','',0,'0'),(12,11,'私有集产品二','CP2-1','0',0,'normal','normal','','','admin','','',0,'open',',','admin','2020-11-24 14:20:33','20.0.alpha1',60,'0'),(13,6,'文档','wendang','0',0,'normal','normal','','','admin','','',0,'open',',','admin','2020-11-25 08:53:13','20.0.alpha1',65,'0'),(14,0,'瀑布瀑布pubupubu','pubu','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-26 15:41:22','',0,'0'),(15,0,'敏捷minjieminjie','minjie','1',0,'normal','normal','','','','','',0,'open','','admin','2020-11-27 08:31:41','',0,'0'),(16,49,'多分支产品','branch','0',0,'branch','normal','','','admin','','',1,'open',',','admin','2020-12-04 13:49:15','20.0.beta1',80,'0'),(17,49,'普通产品','product','0',0,'normal','normal','','','admin','','',1,'open',',','admin','2020-12-04 13:50:26','20.0.beta1',85,'0'),(18,0,'scrum','scrum','1',0,'normal','normal','','','','','',0,'open','','admin','2020-12-07 13:14:32','',0,'0'),(19,68,'集/子集scrum关联的产品','product-scrum','0',0,'normal','normal','','','admin','Jia','',1,'open',',','admin','2020-12-07 13:16:51','20.0.beta1',95,'0'),(20,68,'集下的产品','product-ji','0',0,'normal','normal','','','admin','yiyi','',1,'open',',','admin','2020-12-07 14:49:41','20.0.beta1',100,'0'),(21,68,'集下的项目新建的产品','集下的项目新建的产品','0',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:05:18','',0,'0'),(22,68,'集下瀑布产品','集下瀑布产品','0',0,'normal','normal','','','','','',1,'open',',','admin','2020-12-10 09:08:55','',0,'0'),(23,0,'1111','234326534','1',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:09:24','',0,'1'),(24,0,'4321432423','352352345','1',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:21:09','',0,'1'),(25,68,'65575758568','8769867','1',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:24:31','',0,'1'),(26,0,'523534543435354535','523534543435354535','0',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:55:56','',0,'1'),(27,69,'0896789679867','0896789679867','0',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 09:56:34','',0,'1'),(28,68,'集下的第二个瀑布','集下的第二个瀑布','0',0,'normal','normal','','','','','',0,'open','','admin','2020-12-10 10:24:01','',0,'0'); -/*!40000 ALTER TABLE `zt_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_productplan` --- - -DROP TABLE IF EXISTS `zt_productplan`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_productplan` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `title` varchar(90) NOT NULL, - `desc` text NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `order` text NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `end` (`end`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_productplan` --- - -LOCK TABLES `zt_productplan` WRITE; -/*!40000 ALTER TABLE `zt_productplan` DISABLE KEYS */; -INSERT INTO `zt_productplan` VALUES (1,1,0,0,'1.0版本','开发出企业网站1.0版本。
','2000-01-01','2015-01-01','','0'); -/*!40000 ALTER TABLE `zt_productplan` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_project` --- - -DROP TABLE IF EXISTS `zt_project`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_project` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `project` mediumint(8) NOT NULL DEFAULT '0', - `model` char(30) NOT NULL, - `type` char(30) NOT NULL DEFAULT 'sprint', - `product` varchar(20) NOT NULL DEFAULT 'single', - `lifetime` char(30) NOT NULL, - `budget` varchar(30) NOT NULL DEFAULT '0', - `budgetUnit` char(30) NOT NULL DEFAULT 'yuan', - `attribute` varchar(30) NOT NULL DEFAULT '', - `percent` float unsigned NOT NULL DEFAULT '0', - `milestone` enum('0','1') NOT NULL DEFAULT '0', - `output` text NOT NULL, - `auth` char(30) NOT NULL, - `parent` mediumint(8) unsigned NOT NULL DEFAULT '0', - `path` varchar(255) NOT NULL, - `grade` tinyint(3) unsigned NOT NULL, - `name` varchar(90) NOT NULL, - `code` varchar(45) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `realBegan` date NOT NULL, - `realEnd` date NOT NULL, - `days` smallint(5) unsigned NOT NULL, - `storyConcept` smallint(5) unsigned NOT NULL, - `status` varchar(10) NOT NULL, - `subStatus` varchar(30) NOT NULL DEFAULT '', - `statge` enum('1','2','3','4','5') NOT NULL DEFAULT '1', - `pri` enum('1','2','3','4') NOT NULL DEFAULT '1', - `desc` text NOT NULL, - `version` smallint(6) NOT NULL, - `parentVersion` smallint(6) NOT NULL, - `planDuration` int(11) NOT NULL, - `realDuration` int(11) NOT NULL, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `openedVersion` varchar(20) NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `canceledBy` varchar(30) NOT NULL DEFAULT '', - `canceledDate` datetime NOT NULL, - `PO` varchar(30) NOT NULL DEFAULT '', - `PM` varchar(30) NOT NULL DEFAULT '', - `QD` varchar(30) NOT NULL DEFAULT '', - `RD` varchar(30) NOT NULL DEFAULT '', - `team` varchar(90) NOT NULL, - `acl` char(30) NOT NULL DEFAULT 'open', - `whitelist` text NOT NULL, - `order` mediumint(8) unsigned NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `parent` (`parent`), - KEY `begin` (`begin`), - KEY `end` (`end`), - KEY `status` (`status`), - KEY `acl` (`acl`), - KEY `order` (`order`) -) ENGINE=MyISAM AUTO_INCREMENT=126 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_project` --- - -LOCK TABLES `zt_project` WRITE; -/*!40000 ALTER TABLE `zt_project` DISABLE KEYS */; -INSERT INTO `zt_project` VALUES (1,7,'','sprint','single','sprint','0','yuan','',0,'0','','',7,',7,1,',1,'企业网站第一期','coWeb1','2012-06-05','2012-12-04','0000-00-00','0000-00-00',184,0,'done','','1','1','开发企业网站的基本雏形。
',0,0,0,0,'','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',5,'0'),(2,7,'','sprint','single','sprint','0','yuan','',0,'0','','',7,',7,2,',1,'企业网站第二期','coWebsite2','2013-06-05','2014-06-04','0000-00-00','0000-00-00',365,0,'wait','','1','1','',0,0,0,0,'','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','productManager','projectManager','testManager','productManager','公司开发团队','open','',10,'0'),(3,0,'','program','single','','0','yuan','',0,'0','','',0,',3,',1,'demo','','2012-06-05','2014-06-04','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-20 13:50:09','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','','open','',0,'1'),(4,0,'','program','single','','0','yuan','',0,'0','','',0,',4,',1,'test','','2012-06-05','2014-06-04','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-20 13:50:20','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','','open','',50,'1'),(5,0,'','program','single','','0','yuan','',0,'0','','',0,',5,',1,'ceshi','','2012-06-05','2014-06-04','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-20 13:50:47','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','','open','',50,'1'),(6,0,'','program','single','','0','yuan','',0,'0','','',0,',6,',1,'企业网站','11111','2012-01-07','2022-11-30','2020-11-26','0000-00-00',0,0,'doing','','1','1','11111111111111111',0,0,0,0,'admin','2020-11-20 13:51:26','20.0.alpha1','admin','2020-11-26 13:16:22','','0000-00-00 00:00:00','','','','','企业网站','open',',',0,'0'),(7,0,'scrum','project','single','','0','yuan','',0,'0','','extend',6,',6,7,',2,'qywz','','2012-06-05','2014-06-04','2020-11-26','0000-00-00',0,0,'doing','','1','1','',0,0,0,0,'admin','2020-11-20 13:51:26','20.0.alpha1','admin','2020-11-26 13:17:18','','0000-00-00 00:00:00','','','','','','open',',tester3',0,'1'),(8,0,'','program','single','','0','yuan','',0,'0','','',0,',8,',1,'工时管理','','2012-06-05','2020-11-30','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-20 13:52:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','','open','',0,'0'),(9,0,'scrum','project','single','','0','yuan','',0,'0','','extend',8,',8,9,',2,'gsgl','','2012-06-05','2020-11-30','2020-11-24','0000-00-00',0,0,'doing','','1','1','',0,0,0,0,'admin','2020-11-20 13:52:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','','open',',azhi,admin,projectManager,dev1,dev2,dev3,tester1,tester2,tester3',0,'0'),(10,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',8,',8,10,',2,'工时项目一','GSXM','2020-11-02','2020-11-30','2020-11-25','0000-00-00',0,0,'doing','','1','1','',0,0,0,0,'admin','2020-11-20 13:55:33','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','工时项目一','open',',',50,'0'),(11,0,'','program','single','','','yuan','',0,'0','','',0,',11,',1,'私有项目集','SYXM','2020-11-20','2021-02-20','0000-00-00','0000-00-00',0,0,'wait','','1','1','22222222222222',0,0,0,0,'admin','2020-11-20 14:37:40','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','projectManager','','','私有项目集','private',',',55,'0'),(12,0,'scrum','project','single','','0','yuan','',0,'0','','extend',11,',11,12,',2,'私有集项目一','xm1','2020-11-20','2021-02-20','2020-11-20','0000-00-00',66,1,'doing','','1','1','22222222222222',0,0,0,0,'admin','2020-11-20 14:39:47','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','私有集项目一','private',',',60,'0'),(13,12,'','sprint','single','short','0','yuan','',0,'0','','',12,',12,13,',1,'迭代一','dd1','2020-11-20','2020-12-03','0000-00-00','0000-00-00',10,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-20 14:40:54','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','迭代一','open',',',65,'1'),(14,10,'','stage','single','','0','yuan','request',10,'0','','',10,',10,14,',1,'需求','','2020-11-19','2020-11-20','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',70,'0'),(15,10,'','stage','single','','0','yuan','design',10,'0','','',10,',10,15,',1,'设计','','2020-11-20','2020-11-21','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,1,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',75,'0'),(16,10,'','stage','single','','0','yuan','dev',50,'0','','',10,',10,16,',1,'开发','','2020-11-21','2020-11-22','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,0,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',80,'0'),(17,10,'','stage','single','','0','yuan','qa',15,'0','','',10,',10,17,',1,'测试','','2020-11-22','2020-11-23','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,1,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',85,'0'),(18,10,'','stage','single','','0','yuan','release',10,'0','','',10,',10,18,',1,'发布','','2020-11-23','2020-11-24','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',90,'0'),(19,10,'','stage','single','','0','yuan','review',5,'0','','',10,',10,19,',1,'总结评审','','2020-11-24','2020-11-25','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-20 16:42:07','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',95,'0'),(20,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',20,',1,'独立瀑布项目','DLPB','2020-11-23','2021-05-27','2020-11-26','0000-00-00',0,1,'doing','','1','1','',0,0,0,0,'admin','2020-11-23 11:41:36','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','独立瀑布项目','private',',',100,'0'),(21,0,'scrum','project','single','','','yuan','',0,'0','','extend',0,',21,',1,'独立敏捷项目','DLMJ','2020-11-23','2021-02-23','2020-11-26','0000-00-00',67,1,'doing','','1','1','',0,0,0,0,'admin','2020-11-23 11:43:44','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','独立敏捷项目','private',',',105,'0'),(22,21,'','sprint','single','short','0','yuan','',0,'0','','',21,',21,22,',1,'迭代一','diedai1','2020-11-23','2020-11-27','0000-00-00','0000-00-00',5,0,'wait','','1','1','11111111111',0,0,5,0,'admin','2020-11-23 12:08:52','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','迭代一','open',',',110,'0'),(23,0,'waterfall','project','single','','','yuan','',0,'0','','extend',0,',23,',1,'独立瀑布瀑布2','独立瀑布瀑布2','2020-11-23','2020-12-23','2020-11-25','0000-00-00',0,1,'doing','','1','1','',0,0,0,0,'admin','2020-11-23 14:29:49','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','独立瀑布瀑布2','private',',',115,'0'),(24,0,'scrum','project','single','','0','yuan','',0,'0','','extend',0,',24,',1,'独立敏捷敏捷2','独立敏捷敏捷2','2020-11-23','2020-12-23','0000-00-00','0000-00-00',23,1,'wait','','1','1','',0,0,0,0,'admin','2020-11-23 14:30:27','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','独立敏捷敏捷2','open',',',120,'0'),(25,23,'','stage','single','','0','yuan','request',10,'0','','',23,',23,25,',1,'需求','','2020-11-02','2020-11-03','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',125,'0'),(26,23,'','stage','single','','0','yuan','design',10,'0','','',23,',23,26,',1,'设计','','2020-11-02','2020-11-14','0000-00-00','0000-00-00',13,0,'wait','','1','1','',1,0,10,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',130,'0'),(27,23,'','stage','single','','0','yuan','dev',50,'0','','',23,',23,27,',1,'开发','','2020-11-02','2020-11-12','0000-00-00','0000-00-00',11,0,'wait','','1','1','',1,0,9,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',135,'0'),(28,23,'','stage','single','','0','yuan','qa',15,'0','','',23,',23,28,',1,'测试','','2020-11-02','2020-11-18','0000-00-00','0000-00-00',17,0,'wait','','1','1','',1,0,13,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',140,'0'),(29,23,'','stage','single','','0','yuan','release',10,'0','','',23,',23,29,',1,'发布','','2020-11-02','2020-11-24','0000-00-00','0000-00-00',23,0,'wait','','1','1','',1,0,17,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',145,'0'),(30,23,'','stage','single','','0','yuan','review',5,'0','','',23,',23,30,',1,'总结评审','','2020-11-02','2020-11-24','0000-00-00','0000-00-00',23,0,'wait','','1','1','',1,0,17,0,'admin','2020-11-23 15:28:15','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',150,'0'),(31,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',11,',11,31,',2,'私有集瀑布1','私有集瀑布1','2020-11-23','2020-12-23','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-23 16:04:26','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','私有集瀑布1','open',',',155,'0'),(32,31,'','stage','single','','0','yuan','request',10,'0','','',31,',31,32,',1,'需求','','2020-11-02','2020-11-03','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',160,'0'),(33,31,'','stage','single','','0','yuan','design',10,'0','','',31,',31,33,',1,'设计','','2020-11-04','2020-11-06','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',165,'0'),(34,31,'','stage','single','','0','yuan','dev',50,'0','','',31,',31,34,',1,'开发','','2020-11-09','2020-11-12','0000-00-00','0000-00-00',4,0,'wait','','1','1','',1,0,4,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',170,'0'),(35,31,'','stage','single','','0','yuan','qa',15,'0','','',31,',31,35,',1,'测试','','2020-11-10','2020-11-13','0000-00-00','0000-00-00',4,0,'wait','','1','1','',1,0,4,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',175,'0'),(36,31,'','stage','single','','0','yuan','release',10,'0','','',31,',31,36,',1,'发布','','2020-11-11','2020-11-15','0000-00-00','0000-00-00',5,0,'wait','','1','1','',1,0,3,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',180,'0'),(37,31,'','stage','single','','0','yuan','review',5,'0','','',31,',31,37,',1,'总结评审','','2020-11-16','2020-11-16','0000-00-00','0000-00-00',1,0,'wait','','1','1','',1,0,1,0,'admin','2020-11-23 16:07:30','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',185,'0'),(38,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',38,',1,'独立瀑布独立瀑布','独立瀑布独立瀑布','2020-11-23','2020-12-23','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-23 19:47:37','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','独立瀑布独立瀑布','private',',',190,'0'),(39,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',39,',1,'啦啦啦啦啦啦啦瀑布','lalalala','2020-11-23','2020-12-23','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-23 20:13:37','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','啦啦啦啦啦啦啦瀑布','open',',',195,'0'),(40,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',40,',1,'哈哈哈哈哈哈瀑布','hahahaha','2020-11-23','2020-12-23','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-23 20:18:36','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','哈哈哈哈哈哈瀑布','open',',',200,'0'),(41,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',11,',11,41,',2,'test11','test11','2020-11-24','2020-12-24','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-24 10:01:42','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','test11','open',',',205,'1'),(42,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',42,',1,'11111111','1111111111','2020-11-24','2020-12-24','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-11-24 11:17:27','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','11111111','open',',',210,'1'),(43,40,'','stage','single','','0','yuan','request',50,'0','','',40,',40,43,',1,'需求','','2020-11-02','2020-11-19','0000-00-00','0000-00-00',18,0,'wait','','1','1','',1,0,14,0,'admin','2020-11-24 11:39:50','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',215,'0'),(44,40,'','stage','single','','0','yuan','design',50,'0','','',40,',40,44,',1,'设计','','2020-11-16','2020-11-25','0000-00-00','0000-00-00',10,0,'wait','','1','1','',1,0,8,0,'admin','2020-11-24 11:39:50','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',220,'0'),(45,20,'','stage','single','','0','yuan','request',50,'0','','',20,',20,45,',1,'需求','','2020-11-03','2020-11-13','0000-00-00','0000-00-00',11,0,'wait','','1','1','',1,0,9,0,'admin','2020-11-24 13:43:03','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',225,'0'),(46,20,'','stage','single','','0','yuan','review',50,'0','','',20,',20,46,',1,'总结评审','','2020-11-12','2020-11-25','0000-00-00','0000-00-00',14,0,'wait','','1','1','',1,0,10,0,'admin','2020-11-24 13:43:03','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',230,'0'),(47,39,'','stage','single','short','0','yuan','request',50,'0','','',39,',39,47,',1,'需求','story','2020-11-02','2020-11-25','0000-00-00','0000-00-00',24,0,'wait','','1','1','',1,0,18,0,'admin','2020-11-24 14:05:17','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open',',',235,'0'),(48,39,'','stage','single','short','0','yuan','request',50,'0','','',39,',39,48,',1,'需求评审','review','2020-11-10','2020-11-26','0000-00-00','0000-00-00',17,0,'wait','','1','1','',1,0,13,0,'admin','2020-11-24 14:17:39','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求评审','open',',',240,'0'),(49,0,'','program','single','','0','yuan','',0,'0','','',0,',49,',1,'test项目集','test','2020-11-24','2059-12-31','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-11-24 14:56:15','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','test项目集','private',',',245,'0'),(68,0,'','program','single','','','yuan','',0,'0','','',0,',68,',1,'集','ji','2020-12-07','2021-03-09','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-12-07 13:12:53','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','集','open',',',340,'0'),(50,0,'','program','single','','0','yuan','',0,'0','','',6,',6,50,',2,'企业网站子项目集','qywz-zxmj','2020-11-26','2020-12-26','0000-00-00','0000-00-00',0,0,'closed','','1','1','',0,0,0,0,'admin','2020-11-26 13:24:00','','admin','2020-11-26 15:20:29','','0000-00-00 00:00:00','','','','','','private',',',250,'0'),(51,0,'scrum','project','single','','0','yuan','',0,'0','','extend',50,',6,50,51,',3,'企子集敏捷','qzjmj','2020-11-26','2020-12-26','2020-11-26','0000-00-00',22,1,'closed','','1','1','',0,0,0,0,'admin','2020-11-26 13:25:06','','admin','2020-11-26 15:20:12','','0000-00-00 00:00:00','','','','','企子集敏捷','open',',',255,'0'),(52,51,'','sprint','single','short','0','yuan','',0,'0','','',51,',51,52,',1,'企子集敏捷迭代一','mjdd1','2020-11-26','2020-12-02','0000-00-00','0000-00-00',5,0,'suspended','','1','1','1111111111111',0,0,5,0,'admin','2020-11-26 13:32:29','20.0.alpha1','admin','2020-11-26 14:05:30','','0000-00-00 00:00:00','','','','','企子集敏捷迭代一','open',',',260,'1'),(53,51,'','sprint','single','short','0','yuan','',0,'0','','',51,',51,53,',1,'1111111111111','11111111111','2020-11-26','2020-12-02','0000-00-00','0000-00-00',5,0,'wait','','1','1','1111111111',0,0,5,0,'admin','2020-11-26 14:25:25','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','1111111111111','open',',',265,'0'),(54,51,'','sprint','single','short','0','yuan','',0,'0','','',51,',51,54,',1,'2222222','2222222','2020-11-26','2020-12-02','0000-00-00','0000-00-00',5,0,'wait','','1','1','',0,0,5,0,'admin','2020-11-26 15:13:09','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','2222222','open',',',270,'0'),(55,0,'waterfall','project','single','','','yuan','',0,'0','','extend',0,',55,',1,'瀑布瀑布pubupubu','pubu','2020-11-26','2020-12-26','2020-11-30','0000-00-00',0,1,'doing','','1','1','1111111111',0,0,0,0,'admin','2020-11-26 15:41:22','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','瀑布瀑布pubupubu','private',',',275,'0'),(56,0,'scrum','project','single','','0','yuan','',0,'0','','extend',0,',56,',1,'敏捷minjieminjie','minjie','2020-11-27','2020-12-27','0000-00-00','0000-00-00',21,1,'wait','','1','1','',0,0,0,0,'admin','2020-11-27 08:31:41','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','敏捷minjieminjie','private',',',280,'1'),(57,42,'','stage','single','','0','yuan','request',50,'0','','',42,',42,57,',1,'需求','','2020-11-09','2020-11-18','0000-00-00','0000-00-00',10,0,'wait','','1','1','',1,0,8,0,'admin','2020-11-30 09:49:24','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',285,'1'),(58,42,'','stage','single','','0','yuan','design',50,'0','','',42,',42,58,',1,'设计','design','2020-11-17','2020-11-30','0000-00-00','0000-00-00',14,0,'wait','','1','1','',1,0,10,0,'admin','2020-11-30 09:49:24','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open',',',290,'1'),(59,13,'','','single','short','0','yuan','',0,'0','','',13,'',0,'迭代一','diedai','2020-11-30','2020-12-04','0000-00-00','0000-00-00',5,0,'wait','','1','1','',0,0,5,0,'admin','2020-11-30 10:50:50','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','迭代一','open',',',295,'0'),(60,55,'','stage','single','','0','yuan','request',10,'0','','',55,',55,60,',1,'需求','','2020-11-16','2020-11-17','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',300,'0'),(61,55,'','stage','single','','0','yuan','design',10,'0','','',55,',55,61,',1,'设计','','2020-11-16','2020-11-18','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',305,'0'),(62,55,'','stage','single','','0','yuan','dev',50,'0','','',55,',55,62,',1,'开发','','2020-11-16','2020-11-19','0000-00-00','0000-00-00',4,0,'wait','','1','1','',1,0,4,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',310,'0'),(63,55,'','stage','single','','0','yuan','qa',15,'0','','',55,',55,63,',1,'测试','','2020-11-18','2020-11-20','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',315,'0'),(64,55,'','stage','single','','0','yuan','release',10,'0','','',55,',55,64,',1,'发布','','2020-11-19','2020-11-21','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,2,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',320,'0'),(65,55,'','stage','single','','0','yuan','review',5,'0','','',55,',55,65,',1,'总结评审','','2020-11-20','2020-11-21','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,1,0,'admin','2020-11-30 16:57:36','20.0.alpha1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',325,'0'),(66,20,'','stage','single','','0','yuan','request',0,'0','','',20,',20,66,',1,'stage','stage','2020-12-01','2020-12-07','0000-00-00','0000-00-00',5,0,'wait','','1','1','',0,0,5,0,'admin','2020-12-01 09:59:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','stage','open',',',330,'0'),(67,21,'','sprint','single','short','0','yuan','',0,'0','','',21,',21,67,',1,'迭代二','diedai2','2020-12-01','2020-12-07','0000-00-00','0000-00-00',5,0,'wait','','1','1','迭代二',0,0,5,0,'admin','2020-12-01 13:40:27','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','迭代二','open',',',335,'0'),(69,0,'','program','single','','','yuan','',0,'0','','',68,',68,69,',2,'子集','childrenProgram','2020-12-07','2021-01-06','0000-00-00','0000-00-00',0,0,'wait','','1','1','',0,0,0,0,'admin','2020-12-07 13:13:47','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','子集','open',',',345,'0'),(70,0,'scrum','project','single','','','yuan','',0,'0','','extend',69,',68,69,70,',3,'scrum','scrum','2020-12-07','2021-01-06','2020-12-07','0000-00-00',23,1,'doing','','1','1','',0,0,0,0,'admin','2020-12-07 13:14:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','scrum','open',',',350,'0'),(71,70,'','sprint','single','short','0','yuan','',0,'0','','',70,',70,71,',1,'scrum-sprint1','scrum-sprint1','2020-12-07','2020-12-11','0000-00-00','0000-00-00',5,0,'wait','','1','1','',0,0,5,0,'admin','2020-12-07 13:18:31','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','Jia','','scrum-sprint1','open',',',355,'0'),(72,0,'waterfall','project','single','','','yuan','',0,'0','','extend',69,',68,69,72,',3,'waterfall','waterfall','2020-12-07','2021-01-06','2020-12-08','0000-00-00',0,1,'doing','','1','1','',0,0,0,0,'admin','2020-12-07 14:50:53','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','waterfall','open',',',360,'0'),(73,72,'','stage','single','','0','yuan','dev',40,'0','','',72,',72,73,',1,'开发','','2020-12-05','2020-12-08','0000-00-00','0000-00-00',4,0,'wait','','1','1','',1,0,2,0,'admin','2020-12-07 14:51:28','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',365,'1'),(79,72,'','stage','single','','0','yuan','request',10,'0','','',72,',72,79,',1,'需求','','2020-12-01','2020-12-03','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-12-10 08:21:52','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',395,'1'),(74,72,'','stage','single','','0','yuan','release',30,'0','','',72,',72,74,',1,'发布','','2020-12-01','2020-12-02','0000-00-00','0000-00-00',3,0,'wait','','1','1','',2,0,2,0,'admin','2020-12-07 14:51:28','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',370,'1'),(75,72,'','stage','single','','0','yuan','design',10,'0','','',72,',72,75,',1,'设计','','2020-12-01','2020-12-04','0000-00-00','0000-00-00',4,0,'wait','','1','1','',1,0,4,0,'admin','2020-12-09 13:03:19','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',375,'1'),(76,72,'','stage','single','','0','yuan','request',15,'0','','',73,',72,73,76,',2,'开发一','','2020-12-05','2020-12-06','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,1,0,0,'admin','2020-12-09 13:04:26','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发一','open','',380,'1'),(77,72,'','stage','single','','0','yuan','request',20,'0','','',73,',72,73,77,',2,'开发二','','2020-12-04','2020-12-10','0000-00-00','0000-00-00',2,0,'wait','','1','1','',3,1,5,0,'admin','2020-12-09 13:04:26','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发二','open','',385,'1'),(78,70,'','sprint','single','short','0','yuan','',0,'0','','',70,',70,78,',1,'scrum-sprint2','scrum-sprint2','2020-12-09','2020-12-15','0000-00-00','0000-00-00',5,0,'wait','','1','1','',0,0,5,0,'admin','2020-12-09 14:54:49','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','scrum-sprint2','open',',',390,'0'),(80,72,'','stage','single','','0','yuan','review',10,'0','','',72,',72,80,',1,'评审','','2020-12-10','2020-12-10','0000-00-00','0000-00-00',1,0,'wait','','1','1','',1,0,1,0,'admin','2020-12-10 08:23:35','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','评审','open','',400,'1'),(81,72,'','stage','single','','0','yuan','request',10,'0','','',72,',72,81,',1,'需求','','2020-11-30','2020-12-06','0000-00-00','0000-00-00',7,0,'wait','','1','1','',2,0,5,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',405,'0'),(82,72,'','stage','single','','0','yuan','design',10,'0','','',72,',72,82,',1,'设计','','2020-12-07','2020-12-09','0000-00-00','0000-00-00',2,0,'wait','','1','1','',2,0,3,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',410,'1'),(83,72,'','stage','single','','0','yuan','dev',50,'0','','',72,',72,83,',1,'开发','','2020-12-07','2020-12-31','0000-00-00','0000-00-00',25,0,'wait','','1','1','',2,0,19,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',415,'0'),(84,72,'','stage','single','','0','yuan','qa',15,'0','','',72,',72,84,',1,'测试','','2020-12-07','2021-01-03','0000-00-00','0000-00-00',28,0,'wait','','1','1','',2,0,20,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',420,'0'),(85,72,'','stage','single','','0','yuan','release',10,'0','','',72,',72,85,',1,'发布','','2021-01-04','2021-01-05','0000-00-00','0000-00-00',2,0,'wait','','1','1','',2,0,2,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',425,'0'),(86,72,'','stage','single','','0','yuan','review',5,'0','','',72,',72,86,',1,'总结评审','','2021-01-06','2021-01-07','0000-00-00','0000-00-00',2,0,'wait','','1','1','',2,0,2,0,'admin','2020-12-10 08:25:53','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',430,'0'),(87,72,'','stage','single','','0','yuan','dev',20,'0','','',83,',72,83,87,',2,'开发第一个阶段','','2020-12-07','2020-12-20','0000-00-00','0000-00-00',14,0,'wait','','1','1','',1,1,10,0,'admin','2020-12-10 08:27:38','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第一个阶段','open','',435,'0'),(88,72,'','stage','single','','0','yuan','dev',30,'0','','',83,',72,83,88,',2,'开发第二个阶段','','2020-12-21','2020-12-31','0000-00-00','0000-00-00',11,0,'wait','','1','1','',1,1,9,0,'admin','2020-12-10 08:27:38','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第二个阶段','open','',440,'0'),(89,0,'scrum','project','single','','','yuan','',0,'0','','extend',68,',68,89,',2,'集下的敏捷项目','project-ji','2020-12-10','2021-01-09','0000-00-00','0000-00-00',22,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:05:18','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','集下的敏捷项目','open',',',445,'0'),(90,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',68,',68,90,',2,'集下的瀑布项目','ji-waterfall','2020-12-10','2021-01-09','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:08:55','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','集下的瀑布项目','open',',',450,'0'),(91,0,'scrum','project','single','','0','yuan','',0,'0','','extend',0,',91,',1,'1111','234326534','2020-12-10','2021-01-09','0000-00-00','0000-00-00',22,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:09:24','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','1111','open',',',455,'1'),(92,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',92,',1,'4321432423','352352345','2020-12-10','2021-01-09','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:21:09','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','4321432423','open',',',460,'1'),(93,0,'scrum','project','single','','0','yuan','',0,'0','','extend',68,',68,93,',2,'65575758568','8769867','2020-12-10','2021-01-09','0000-00-00','0000-00-00',22,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:24:31','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','65575758568','open',',',465,'1'),(94,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',0,',94,',1,'789789','879789789','2020-12-10','2021-01-09','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:55:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','789789','open',',',470,'1'),(95,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',69,',68,69,95,',3,'9786796789','5685678975867','2020-12-10','2021-01-05','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 09:56:34','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','9786796789','open',',',475,'1'),(96,72,'','stage','single','','0','yuan','design',10,'0','','',72,',72,96,',1,'设计','','2020-12-07','2020-12-09','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-12-10 10:10:38','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',480,'0'),(97,90,'','stage','single','','0','yuan','request',10,'0','','',90,',90,97,',1,'需求','','2020-11-30','2020-12-06','0000-00-00','0000-00-00',7,0,'wait','','1','1','',1,0,5,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',485,'0'),(98,90,'','stage','single','','0','yuan','design',10,'0','','',90,',90,98,',1,'设计','','2020-12-07','2020-12-09','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',490,'0'),(99,90,'','stage','single','','0','yuan','dev',50,'0','','',90,',90,99,',1,'开发','','2020-12-07','2020-12-31','0000-00-00','0000-00-00',25,0,'wait','','1','1','',1,0,19,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',495,'0'),(100,90,'','stage','single','','0','yuan','qa',15,'0','','',90,',90,100,',1,'测试','','2020-12-07','2021-01-03','0000-00-00','0000-00-00',28,0,'wait','','1','1','',1,0,20,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',500,'0'),(101,90,'','stage','single','','0','yuan','release',10,'0','','',90,',90,101,',1,'发布','','2021-01-04','2021-01-05','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',505,'0'),(102,90,'','stage','single','','0','yuan','review',5,'0','','',90,',90,102,',1,'总结评审','','2021-01-06','2021-01-07','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-12-10 10:17:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',510,'0'),(103,90,'','stage','single','','0','yuan','dev',25,'0','','',99,',90,99,103,',2,'开发第一个阶段','','2020-12-07','2020-12-20','0000-00-00','0000-00-00',14,0,'wait','','1','1','',1,1,10,0,'admin','2020-12-10 10:18:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第一个阶段','open','',515,'0'),(104,90,'','stage','single','','0','yuan','dev',25,'0','','',99,',90,99,104,',2,'开发第二个阶段','','2020-12-21','2020-12-31','0000-00-00','0000-00-00',11,0,'wait','','1','1','',1,1,9,0,'admin','2020-12-10 10:18:10','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第二个阶段','open','',520,'0'),(105,0,'waterfall','project','single','','0','yuan','',0,'0','','extend',68,',68,105,',2,'集下的第二个瀑布','集下的第二个瀑布','2020-12-10','2021-01-09','0000-00-00','0000-00-00',0,1,'wait','','1','1','',0,0,0,0,'admin','2020-12-10 10:24:01','','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','集下的第二个瀑布','open',',',525,'0'),(106,105,'','stage','single','','0','yuan','request',10,'0','','',105,',105,106,',1,'需求','','2020-11-30','2020-12-06','0000-00-00','0000-00-00',7,0,'wait','','1','1','',1,0,5,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','需求','open','',530,'0'),(107,105,'','stage','single','','0','yuan','design',10,'0','','',105,',105,107,',1,'设计','','2020-12-07','2020-12-09','0000-00-00','0000-00-00',3,0,'wait','','1','1','',1,0,3,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','设计','open','',535,'0'),(108,105,'','stage','single','','0','yuan','dev',50,'0','','',105,',105,108,',1,'开发','','2020-12-07','2020-12-31','0000-00-00','0000-00-00',25,0,'wait','','1','1','',1,0,19,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发','open','',540,'0'),(109,105,'','stage','single','','0','yuan','qa',15,'0','','',105,',105,109,',1,'测试','','2020-12-07','2021-01-03','0000-00-00','0000-00-00',28,0,'wait','','1','1','',1,0,20,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','测试','open','',545,'0'),(110,105,'','stage','single','','0','yuan','release',10,'0','','',105,',105,110,',1,'发布','','2021-01-04','2021-01-05','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','发布','open','',550,'0'),(111,105,'','stage','single','','0','yuan','review',5,'0','','',105,',105,111,',1,'总结评审','','2021-01-06','2021-01-07','0000-00-00','0000-00-00',2,0,'wait','','1','1','',1,0,2,0,'admin','2020-12-10 10:24:57','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','总结评审','open','',555,'0'),(112,105,'','stage','single','','0','yuan','dev',25,'0','','',108,',105,108,112,',2,'开发第一个阶段','','2020-12-07','2020-12-20','0000-00-00','0000-00-00',14,0,'wait','','1','1','',1,1,10,0,'admin','2020-12-10 10:25:32','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第一个阶段','open','',560,'0'),(113,105,'','stage','single','','0','yuan','dev',25,'0','','',108,',105,108,113,',2,'开发第二个阶段','','2020-12-21','2020-12-31','0000-00-00','0000-00-00',11,0,'wait','','1','1','',1,1,9,0,'admin','2020-12-10 10:25:32','20.0.beta1','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','','','','开发第二个阶段','open','',565,'0'); -/*!40000 ALTER TABLE `zt_project` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectproduct` --- - -DROP TABLE IF EXISTS `zt_projectproduct`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectproduct` ( - `project` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `plan` mediumint(8) unsigned NOT NULL, - PRIMARY KEY (`project`,`product`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectproduct` --- - -LOCK TABLES `zt_projectproduct` WRITE; -/*!40000 ALTER TABLE `zt_projectproduct` DISABLE KEYS */; -INSERT INTO `zt_projectproduct` VALUES (1,1,0,0),(2,1,0,0),(7,1,0,0),(9,2,0,0),(10,2,0,0),(12,12,0,0),(13,3,0,0),(14,2,0,0),(15,2,0,0),(16,2,0,0),(17,2,0,0),(18,2,0,0),(19,2,0,0),(12,3,0,0),(21,7,0,0),(23,6,0,0),(24,7,0,0),(25,6,0,0),(26,6,0,0),(27,6,0,0),(28,6,0,0),(29,6,0,0),(30,6,0,0),(31,3,0,0),(32,3,0,0),(33,3,0,0),(34,3,0,0),(35,3,0,0),(36,3,0,0),(37,3,0,0),(56,15,0,0),(40,10,0,0),(55,14,0,0),(41,3,0,0),(42,11,0,0),(43,10,0,0),(44,10,0,0),(66,4,0,0),(20,5,0,0),(20,4,0,0),(45,5,0,0),(46,4,0,0),(47,9,0,0),(21,5,0,0),(39,4,0,0),(39,9,0,0),(48,4,0,0),(51,1,0,0),(38,8,0,0),(57,11,0,0),(58,11,0,0),(61,14,0,0),(60,14,0,0),(62,14,0,0),(63,14,0,0),(64,14,0,0),(65,14,0,0),(22,5,0,0),(70,19,0,0),(71,19,0,0),(72,19,0,0),(70,20,0,0),(74,19,0,0),(73,19,0,0),(75,19,0,0),(76,19,0,0),(77,19,0,0),(78,19,0,0),(79,19,0,0),(80,19,0,0),(81,19,0,0),(82,19,0,0),(83,19,0,0),(84,19,0,0),(85,19,0,0),(86,19,0,0),(87,19,0,0),(88,19,0,0),(89,21,0,0),(89,20,0,0),(89,19,0,0),(90,22,0,0),(91,23,0,0),(92,24,0,0),(93,25,0,0),(94,26,0,0),(95,27,0,0),(96,19,0,0),(97,22,0,0),(98,22,0,0),(99,22,0,0),(100,22,0,0),(101,22,0,0),(102,22,0,0),(103,22,0,0),(104,22,0,0),(105,28,0,0),(106,28,0,0),(107,28,0,0),(108,28,0,0),(109,28,0,0),(110,28,0,0),(111,28,0,0),(112,28,0,0),(113,28,0,0),(114,30,0,0),(115,31,0,0),(119,32,0,0),(125,33,0,0); -/*!40000 ALTER TABLE `zt_projectproduct` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectspec` --- - -DROP TABLE IF EXISTS `zt_projectspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectspec` ( - `project` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `milestone` enum('0','1') NOT NULL DEFAULT '0', - `begin` date NOT NULL, - `end` date NOT NULL, - UNIQUE KEY `project` (`project`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectspec` --- - -LOCK TABLES `zt_projectspec` WRITE; -/*!40000 ALTER TABLE `zt_projectspec` DISABLE KEYS */; -INSERT INTO `zt_projectspec` VALUES (14,1,'需求','0','2020-11-19','2020-11-20'),(15,1,'设计','0','2020-11-20','2020-11-21'),(16,1,'开发','0','2020-11-21','2020-11-22'),(17,1,'测试','0','2020-11-22','2020-11-23'),(18,1,'发布','0','2020-11-23','2020-11-24'),(19,1,'总结评审','0','2020-11-24','2020-11-25'),(25,1,'需求','0','2020-11-02','2020-11-03'),(26,1,'设计','0','2020-11-02','2020-11-14'),(27,1,'开发','0','2020-11-02','2020-11-12'),(28,1,'测试','0','2020-11-02','2020-11-18'),(29,1,'发布','0','2020-11-02','2020-11-24'),(30,1,'总结评审','0','2020-11-02','2020-11-24'),(32,1,'需求','0','2020-11-02','2020-11-03'),(33,1,'设计','0','2020-11-04','2020-11-06'),(34,1,'开发','0','2020-11-09','2020-11-12'),(35,1,'测试','0','2020-11-10','2020-11-13'),(36,1,'发布','0','2020-11-11','2020-11-15'),(37,1,'总结评审','0','2020-11-16','2020-11-16'),(43,1,'需求','0','2020-11-02','2020-11-19'),(44,1,'设计','0','2020-11-16','2020-11-25'),(45,1,'需求','0','2020-11-03','2020-11-13'),(46,1,'总结评审','0','2020-11-12','2020-11-25'),(47,1,'需求','0','2020-11-02','2020-11-25'),(48,1,'需求评审','0','2020-11-10','2020-11-26'),(57,1,'需求','0','2020-11-09','2020-11-18'),(58,1,'设计','0','2020-11-17','2020-11-30'),(60,1,'需求','0','2020-11-16','2020-11-17'),(61,1,'设计','0','2020-11-16','2020-11-18'),(62,1,'开发','0','2020-11-16','2020-11-19'),(63,1,'测试','0','2020-11-18','2020-11-20'),(64,1,'发布','0','2020-11-19','2020-11-21'),(65,1,'总结评审','0','2020-11-20','2020-11-21'),(73,1,'开发','0','2020-12-05','2020-12-08'),(74,1,'发布','0','2020-12-07','2020-12-09'),(75,1,'设计','0','2020-12-01','2020-12-04'),(76,1,'开发一','0','2020-12-05','2020-12-06'),(77,1,'开发二','0','2020-12-06','2020-12-07'),(77,2,'开发二','0','2020-12-09','2020-12-10'),(77,3,'开发二','0','2020-12-04','2020-12-10'),(79,1,'需求','0','2020-12-01','2020-12-03'),(80,1,'评审','0','2020-12-10','2020-12-10'),(74,2,'发布','0','2020-12-01','2020-12-02'),(81,1,'需求','0','2020-12-02','2020-12-03'),(82,1,'设计','0','2020-12-03','2020-12-04'),(83,1,'开发','0','2020-12-03','2020-12-07'),(84,1,'测试','0','2020-12-07','2020-12-08'),(85,1,'发布','0','2020-12-09','2020-12-10'),(86,1,'总结评审','0','2020-12-10','2020-12-10'),(87,1,'开发第一个阶段','0','2020-12-07','2020-12-20'),(88,1,'开发第二个阶段','0','2020-12-21','2020-12-31'),(81,2,'需求','0','2020-11-30','2020-12-06'),(82,2,'设计','0','2020-12-07','2020-12-09'),(83,2,'开发','0','2020-12-07','2020-12-31'),(84,2,'测试','0','2020-12-07','2021-01-03'),(85,2,'发布','0','2021-01-04','2021-01-05'),(86,2,'总结评审','0','2021-01-06','2021-01-07'),(96,1,'设计','0','2020-12-07','2020-12-09'),(97,1,'需求','0','2020-11-30','2020-12-06'),(98,1,'设计','0','2020-12-07','2020-12-09'),(99,1,'开发','0','2020-12-07','2020-12-31'),(100,1,'测试','0','2020-12-07','2021-01-03'),(101,1,'发布','0','2021-01-04','2021-01-05'),(102,1,'总结评审','0','2021-01-06','2021-01-07'),(103,1,'开发第一个阶段','0','2020-12-07','2020-12-20'),(104,1,'开发第二个阶段','0','2020-12-21','2020-12-31'),(106,1,'需求','0','2020-11-30','2020-12-06'),(107,1,'设计','0','2020-12-07','2020-12-09'),(108,1,'开发','0','2020-12-07','2020-12-31'),(109,1,'测试','0','2020-12-07','2021-01-03'),(110,1,'发布','0','2021-01-04','2021-01-05'),(111,1,'总结评审','0','2021-01-06','2021-01-07'),(112,1,'开发第一个阶段','0','2020-12-07','2020-12-20'),(113,1,'开发第二个阶段','0','2020-12-21','2020-12-31'); -/*!40000 ALTER TABLE `zt_projectspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_projectstory` --- - -DROP TABLE IF EXISTS `zt_projectstory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_projectstory` ( - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` smallint(6) NOT NULL DEFAULT '1', - `order` smallint(6) unsigned NOT NULL, - UNIQUE KEY `project` (`project`,`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_projectstory` --- - -LOCK TABLES `zt_projectstory` WRITE; -/*!40000 ALTER TABLE `zt_projectstory` DISABLE KEYS */; -INSERT INTO `zt_projectstory` VALUES (1,1,4,1,0),(1,1,3,2,0),(1,1,2,1,0),(1,1,1,1,0),(71,20,21,1,1); -/*!40000 ALTER TABLE `zt_projectstory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_relation` --- - -DROP TABLE IF EXISTS `zt_relation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_relation` ( - `id` int(8) NOT NULL AUTO_INCREMENT, - `program` mediumint(8) NOT NULL, - `product` mediumint(8) NOT NULL, - `project` mediumint(8) NOT NULL, - `AType` char(30) NOT NULL, - `AID` mediumint(8) NOT NULL, - `AVersion` char(30) NOT NULL, - `relation` char(30) NOT NULL, - `BType` char(30) NOT NULL, - `BID` mediumint(8) NOT NULL, - `BVersion` char(30) NOT NULL, - `extra` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `relation` (`relation`,`AType`,`BType`,`AID`,`BID`) -) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_relation` --- - -LOCK TABLES `zt_relation` WRITE; -/*!40000 ALTER TABLE `zt_relation` DISABLE KEYS */; -INSERT INTO `zt_relation` VALUES (1,0,20,0,'requirement',14,'1','subdivideinto','story',15,'1','1'),(2,0,20,0,'story',15,'1','subdividedfrom','requirement',14,'1','1'),(3,0,20,0,'requirement',14,'1','subdivideinto','story',16,'1','1'),(4,0,20,0,'story',16,'1','subdividedfrom','requirement',14,'1','1'),(5,0,20,0,'requirement',14,'1','subdivideinto','story',17,'1','1'),(6,0,20,0,'story',17,'1','subdividedfrom','requirement',14,'1','1'); -/*!40000 ALTER TABLE `zt_relation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_release` --- - -DROP TABLE IF EXISTS `zt_release`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_release` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL DEFAULT '', - `marker` enum('0','1') NOT NULL DEFAULT '0', - `date` date NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `leftBugs` text NOT NULL, - `desc` text NOT NULL, - `status` varchar(20) NOT NULL DEFAULT 'normal', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_release` --- - -LOCK TABLES `zt_release` WRITE; -/*!40000 ALTER TABLE `zt_release` DISABLE KEYS */; -INSERT INTO `zt_release` VALUES (1,21,5,0,4,'21发布','0','2020-11-26','','','','','normal','','0'),(2,20,4,0,5,'独立瀑布项目的发布','0','2020-12-01','','','','','normal','','0'),(3,20,4,0,6,'发布发布','0','2020-12-01','','','','','normal','','0'),(4,20,4,0,7,'发布发布发布2','0','2020-12-01','','','','','normal','','0'),(5,21,5,0,8,'敏捷的发布','0','2020-12-01','',',6,100000','','','normal','','0'),(6,23,6,0,11,'第一个发布','0','2020-12-03','',',555555,999999,555556,1000000,555,5555,55555,7,5','','','normal','','0'),(7,70,19,0,13,'发布','0','2020-12-09','','','','','normal','','0'); -/*!40000 ALTER TABLE `zt_release` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repo` --- - -DROP TABLE IF EXISTS `zt_repo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repo` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `PRJ` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `path` varchar(255) NOT NULL, - `prefix` varchar(100) NOT NULL, - `encoding` varchar(20) NOT NULL, - `SCM` varchar(10) NOT NULL, - `client` varchar(100) NOT NULL, - `commits` mediumint(8) unsigned NOT NULL, - `account` varchar(30) NOT NULL, - `password` varchar(30) NOT NULL, - `encrypt` varchar(30) NOT NULL DEFAULT 'plain', - `acl` text NOT NULL, - `synced` tinyint(1) NOT NULL DEFAULT '0', - `lastSync` datetime NOT NULL, - `desc` text NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repo` --- - -LOCK TABLES `zt_repo` WRITE; -/*!40000 ALTER TABLE `zt_repo` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repobranch` --- - -DROP TABLE IF EXISTS `zt_repobranch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repobranch` ( - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `branch` varchar(255) NOT NULL, - UNIQUE KEY `repo_revision_branch` (`repo`,`revision`,`branch`), - KEY `branch` (`branch`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repobranch` --- - -LOCK TABLES `zt_repobranch` WRITE; -/*!40000 ALTER TABLE `zt_repobranch` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repobranch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repofiles` --- - -DROP TABLE IF EXISTS `zt_repofiles`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repofiles` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `repo` mediumint(8) unsigned NOT NULL, - `revision` mediumint(8) unsigned NOT NULL, - `path` varchar(255) NOT NULL, - `parent` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `action` char(1) NOT NULL, - PRIMARY KEY (`id`), - KEY `path` (`path`), - KEY `parent` (`parent`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repofiles` --- - -LOCK TABLES `zt_repofiles` WRITE; -/*!40000 ALTER TABLE `zt_repofiles` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repofiles` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_repohistory` --- - -DROP TABLE IF EXISTS `zt_repohistory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_repohistory` ( - `id` mediumint(9) NOT NULL AUTO_INCREMENT, - `repo` mediumint(9) NOT NULL, - `revision` varchar(40) NOT NULL, - `commit` mediumint(8) unsigned NOT NULL, - `comment` text NOT NULL, - `committer` varchar(100) NOT NULL, - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `repo` (`repo`), - KEY `revision` (`revision`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_repohistory` --- - -LOCK TABLES `zt_repohistory` WRITE; -/*!40000 ALTER TABLE `zt_repohistory` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_repohistory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_risk` --- - -DROP TABLE IF EXISTS `zt_risk`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_risk` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `source` char(30) NOT NULL, - `category` char(30) NOT NULL, - `strategy` char(30) NOT NULL, - `status` varchar(30) NOT NULL DEFAULT 'active', - `impact` char(30) NOT NULL, - `probability` char(30) NOT NULL, - `rate` char(30) NOT NULL, - `pri` char(30) NOT NULL, - `identifiedDate` date NOT NULL, - `prevention` text NOT NULL, - `remedy` text NOT NULL, - `plannedClosedDate` date NOT NULL, - `actualClosedDate` date NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `resolution` text NOT NULL, - `resolvedBy` varchar(30) NOT NULL, - `activateBy` varchar(30) NOT NULL, - `activateDate` date NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `cancelBy` varchar(30) NOT NULL, - `cancelDate` date NOT NULL, - `cancelReason` char(30) NOT NULL, - `hangupBy` varchar(30) NOT NULL, - `hangupDate` date NOT NULL, - `trackedBy` varchar(30) NOT NULL, - `trackedDate` date NOT NULL, - `assignedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_risk` --- - -LOCK TABLES `zt_risk` WRITE; -/*!40000 ALTER TABLE `zt_risk` DISABLE KEYS */; -INSERT INTO `zt_risk` VALUES (1,'39','风险风险','business','technical','','active','3','3','9','middle','0000-00-00','','','0000-00-00','0000-00-00','admin','2020-11-24 00:00:00','','0000-00-00 00:00:00','','','','0000-00-00','','','0000-00-00','','','0000-00-00','','0000-00-00','0000-00-00','0'),(2,'20','风险','','','','active','3','3','9','middle','0000-00-00','','','0000-00-00','0000-00-00','admin','2020-11-26 00:00:00','','0000-00-00 00:00:00','','','','0000-00-00','','','0000-00-00','','','0000-00-00','','0000-00-00','0000-00-00','1'); -/*!40000 ALTER TABLE `zt_risk` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_score` --- - -DROP TABLE IF EXISTS `zt_score`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_score` ( - `id` bigint(12) unsigned NOT NULL AUTO_INCREMENT, - `account` varchar(30) NOT NULL, - `module` varchar(30) NOT NULL DEFAULT '', - `method` varchar(30) NOT NULL, - `desc` varchar(250) NOT NULL DEFAULT '', - `before` int(11) NOT NULL DEFAULT '0', - `score` int(11) NOT NULL DEFAULT '0', - `after` int(11) NOT NULL DEFAULT '0', - `time` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `model` (`module`), - KEY `method` (`method`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_score` --- - -LOCK TABLES `zt_score` WRITE; -/*!40000 ALTER TABLE `zt_score` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_score` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_stage` --- - -DROP TABLE IF EXISTS `zt_stage`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_stage` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `percent` varchar(255) NOT NULL, - `type` varchar(255) NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_stage` --- - -LOCK TABLES `zt_stage` WRITE; -/*!40000 ALTER TABLE `zt_stage` DISABLE KEYS */; -INSERT INTO `zt_stage` VALUES (1,'需求','10','request','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(2,'设计','10','design','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(3,'开发','50','dev','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(4,'测试','15','qa','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(5,'发布','10','release','admin','2020-02-08 21:08:30','admin','2020-02-12 13:50:27','0'),(6,'总结评审','5','review','admin','2020-02-08 21:08:45','admin','2020-02-12 13:50:27','0'); -/*!40000 ALTER TABLE `zt_stage` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_stakeholder` --- - -DROP TABLE IF EXISTS `zt_stakeholder`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_stakeholder` ( - `id` mediumint(8) NOT NULL AUTO_INCREMENT, - `objectID` mediumint(8) NOT NULL, - `objectType` char(30) NOT NULL, - `user` char(30) NOT NULL, - `type` char(30) NOT NULL, - `key` enum('0','1') NOT NULL, - `from` char(30) NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` date NOT NULL, - `editedBy` char(30) NOT NULL, - `editedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_stakeholder` --- - -LOCK TABLES `zt_stakeholder` WRITE; -/*!40000 ALTER TABLE `zt_stakeholder` DISABLE KEYS */; -INSERT INTO `zt_stakeholder` VALUES (1,21,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','1'),(2,31,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','0'),(3,20,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','1'),(4,38,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','1'),(5,23,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','1'),(6,21,'project','Jia','outside','0','company','admin','2020-11-25','','0000-00-00','1'),(7,55,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(15,56,'project','yiyi','outside','0','','admin','2020-11-27','','0000-00-00','1'),(14,56,'project','Jia','outside','0','','admin','2020-11-27','admin','2020-11-27','1'),(28,10,'project','yiyi','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(27,23,'project','yiyi','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(29,23,'project','yiyi','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(30,23,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(31,23,'project','productManager','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(32,23,'project','productManager','outside','0','company','admin','2020-11-27','','0000-00-00','1'),(33,56,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(40,12,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(39,12,'project','projectManager','outside','0','','admin','2020-11-27','','0000-00-00','1'),(38,12,'project','productManager','outside','0','','admin','2020-11-27','','0000-00-00','1'),(41,12,'project','yiyi','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(42,23,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(43,20,'project','Jia','outside','0','company','admin','2020-11-27','','0000-00-00','0'),(44,24,'project','Jia','outside','0','company','admin','2020-11-30','','0000-00-00','0'),(45,55,'project','yiyi','outside','0','company','admin','2020-11-30','','0000-00-00','0'),(46,9,'project','Jia','outside','0','company','admin','2020-11-30','','0000-00-00','0'),(47,11,'program','Jia','','0','','admin','2020-12-02','','0000-00-00','0'); -/*!40000 ALTER TABLE `zt_stakeholder` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_story` --- - -DROP TABLE IF EXISTS `zt_story`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_story` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `parent` mediumint(9) NOT NULL DEFAULT '0', - `product` mediumint(8) unsigned NOT NULL DEFAULT '0', - `branch` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `plan` text, - `source` varchar(20) NOT NULL, - `sourceNote` varchar(255) NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `title` varchar(255) NOT NULL, - `keywords` varchar(255) NOT NULL, - `type` varchar(30) NOT NULL DEFAULT 'story', - `pri` tinyint(3) unsigned NOT NULL DEFAULT '3', - `estimate` float unsigned NOT NULL, - `status` enum('','changed','active','draft','closed') NOT NULL DEFAULT '', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `stage` enum('','wait','planned','projected','developing','developed','testing','tested','verified','released','closed') NOT NULL DEFAULT 'wait', - `stagedBy` char(30) NOT NULL, - `mailto` text, - `openedBy` varchar(30) NOT NULL DEFAULT '', - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `lastEditedBy` varchar(30) NOT NULL DEFAULT '', - `lastEditedDate` datetime NOT NULL, - `reviewedBy` varchar(255) NOT NULL, - `reviewedDate` date NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - `closedReason` varchar(30) NOT NULL, - `toBug` mediumint(8) unsigned NOT NULL, - `childStories` varchar(255) NOT NULL, - `linkStories` varchar(255) NOT NULL, - `duplicateStory` mediumint(8) unsigned NOT NULL, - `version` smallint(6) NOT NULL DEFAULT '1', - `URChanged` enum('0','1') NOT NULL DEFAULT '0', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `status` (`status`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_story` --- - -LOCK TABLES `zt_story` WRITE; -/*!40000 ALTER TABLE `zt_story` DISABLE KEYS */; -INSERT INTO `zt_story` VALUES (1,6,0,1,0,1,'1','po','',0,'首页设计和开发','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:09:49','productManager','0000-00-00 00:00:00','productManager','2012-06-05 10:25:19','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(2,6,0,1,0,2,'1','po','',0,'新闻中心的设计和开发。','','',1,1,'active','','','developed','','','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:16:37','productManager','2012-06-05 10:25:33','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(3,6,0,1,0,3,'1','po','',0,'成果展示的设计和开发','','',1,0,'active','','','developed','','','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:18:10','productManager','2012-06-05 10:25:38','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,2,'0','0'),(4,6,0,1,0,4,'1','po','',0,'售后服务的设计和开发','','',1,1,'active','','','projected','','','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:20:16','productManager','2012-06-05 10:25:42','productManager, ','2012-06-05','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(5,6,0,1,0,5,'1','po','',0,'诚聘英才的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:21:39','productManager','2012-06-05 10:21:39','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(6,6,0,1,0,6,'1','po','',0,'合作洽谈的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:23:11','productManager','2012-06-05 10:23:11','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(7,6,0,1,0,7,'1','po','',0,'关于我们的设计和开发','','',1,1,'draft','','','planned','','','productManager','2012-06-05 10:24:19','productManager','2012-06-05 10:24:19','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(8,0,0,3,0,0,'','','',0,'软件需求','','story',3,0,'active','','','wait','','','admin','2020-11-20 14:42:09','admin','2020-11-20 14:47:04','admin','2020-11-20 14:47:04','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(9,0,0,3,0,0,'','','',0,'用户需求','','requirement',3,0,'active','','','wait','','','admin','2020-11-20 14:42:22','','0000-00-00 00:00:00','admin','2020-11-26 15:48:31','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(10,0,0,3,0,0,'','','',0,'testtest需求PRJ=40','','story',3,0,'active','','','wait','','','admin','2020-11-24 12:35:08','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(11,0,0,1,0,0,'','','',0,'集需求','','requirement',3,0,'draft','','','wait','','','admin','2020-11-26 15:54:06','productManager','2020-11-26 15:54:06','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(12,0,0,5,0,0,'','','',0,'用需','','requirement',3,0,'draft','','','wait','','','admin','2020-12-02 14:33:16','yiyi','2020-12-02 14:36:52','admin','2020-12-02 14:33:28','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,2,'0','0'),(13,0,0,5,0,0,'','','',0,'用需二','','requirement',3,0,'draft','','','wait','','','admin','2020-12-02 14:41:38','','2020-12-02 14:46:19','admin','2020-12-02 14:44:34','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(14,0,0,20,0,0,'','','',0,'名称','','requirement',3,0,'active','','','wait','','','admin','2020-12-09 10:08:04','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(15,0,0,20,0,0,'','','',0,'子','','story',1,0,'active','','','wait','',NULL,'admin','2020-12-09 10:10:19','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(16,0,0,20,0,0,'','','',0,'1','','story',1,0,'active','','','wait','',NULL,'admin','2020-12-09 10:10:19','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(17,0,-1,20,0,0,'0','','',0,'2','','story',1,100000,'active','','','wait','',NULL,'admin','2020-12-09 10:10:19','','0000-00-00 00:00:00','admin','2020-12-09 10:10:55','','0000-00-00','','0000-00-00 00:00:00','',0,'18,19,20','',0,1,'0','0'),(18,0,17,20,0,0,'','','',0,'1','','story',2,100000,'active','','','wait','','','admin','2020-12-09 10:10:55','','0000-00-00 00:00:00','admin','2020-12-09 10:41:46','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(19,0,17,20,0,0,'','','',0,'2','','story',2,0,'active','','','wait','',NULL,'admin','2020-12-09 10:10:55','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(20,0,17,20,0,0,'','','',0,'3','','story',2,0,'active','','','wait','',NULL,'admin','2020-12-09 10:10:55','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'),(21,0,0,20,0,0,'','','',0,'11111','','story',3,0,'active','','','projected','','','admin','2020-12-09 11:43:23','','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00','','0000-00-00 00:00:00','',0,'','',0,1,'0','0'); -/*!40000 ALTER TABLE `zt_story` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storyspec` --- - -DROP TABLE IF EXISTS `zt_storyspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storyspec` ( - `story` mediumint(9) NOT NULL, - `version` smallint(6) NOT NULL, - `title` varchar(255) NOT NULL, - `spec` text NOT NULL, - `verify` text NOT NULL, - UNIQUE KEY `story` (`story`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storyspec` --- - -LOCK TABLES `zt_storyspec` WRITE; -/*!40000 ALTER TABLE `zt_storyspec` DISABLE KEYS */; -INSERT INTO `zt_storyspec` VALUES (1,1,'首页设计和开发','作为一名本公司的用户,我希望可以在首页看到该公司网站的基本内容,例如最新动态、部分成果展示、联系信息、工商信息等。
','开发并通过验收
'),(2,1,'新闻中心的设计和开发。','作为一名本公司的用户,我希望可以在新闻中心看到该公司网站的企业新闻,这样可以通过新闻了解企业的最新动态。
',''),(3,1,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的企业新闻,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(3,2,'成果展示的设计和开发',' 作为一名本公司的用户,我希望可以在成果展示看到该公司网站的吹产品,这样可以方便我进行了解该公司的产品并进行购买。 
',''),(4,1,'售后服务的设计和开发','作为一名本公司的用户,我希望可以在售后服务看到该公司网站的售后服务,这样可以方便我联系该公司来解决我的问题。 
',''),(5,1,'诚聘英才的设计和开发','作为一名求职者,我希望可以在诚聘英才里看到该公司的招聘信息,这样可以方便我应聘该公司。 
',''),(6,1,'合作洽谈的设计和开发','作为一名合作商,我希望可以在合作洽谈里看到该公司对外的合作内容,这样可以方便我和该公司进行合作洽谈。 
',''),(7,1,'关于我们的设计和开发','我希望可以在关于我们里看到该公司的基本信息,这样可以方便我了解该公司。
',''),(8,1,'软件需求','',''),(9,1,'用户需求','',''),(10,1,'testtest需求PRJ=40','',''),(11,1,'集需求','',''),(12,1,'用需','1111111111',''),(12,2,'用需','

1111111111

\n

22222222

',''),(13,1,'用需二','',''),(14,1,'名称','',''),(15,1,'子','',''),(16,1,'1','',''),(17,1,'2','',''),(18,1,'1','',''),(19,1,'2','',''),(20,1,'3','',''),(21,1,'11111','',''); -/*!40000 ALTER TABLE `zt_storyspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_storystage` --- - -DROP TABLE IF EXISTS `zt_storystage`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_storystage` ( - `story` mediumint(8) unsigned NOT NULL, - `branch` mediumint(8) unsigned NOT NULL, - `stage` varchar(50) NOT NULL, - `stagedBy` char(30) NOT NULL, - UNIQUE KEY `story_branch` (`story`,`branch`), - KEY `story` (`story`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_storystage` --- - -LOCK TABLES `zt_storystage` WRITE; -/*!40000 ALTER TABLE `zt_storystage` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_storystage` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_suitecase` --- - -DROP TABLE IF EXISTS `zt_suitecase`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_suitecase` ( - `suite` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - UNIQUE KEY `suitecase` (`suite`,`case`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_suitecase` --- - -LOCK TABLES `zt_suitecase` WRITE; -/*!40000 ALTER TABLE `zt_suitecase` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_suitecase` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_task` --- - -DROP TABLE IF EXISTS `zt_task`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_task` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `parent` mediumint(8) NOT NULL DEFAULT '0', - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `module` mediumint(8) unsigned NOT NULL DEFAULT '0', - `design` mediumint(8) unsigned NOT NULL, - `story` mediumint(8) unsigned NOT NULL DEFAULT '0', - `storyVersion` smallint(6) NOT NULL DEFAULT '1', - `designVersion` smallint(6) unsigned NOT NULL, - `fromBug` mediumint(8) unsigned NOT NULL DEFAULT '0', - `name` varchar(255) NOT NULL, - `type` varchar(20) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `estimate` float unsigned NOT NULL, - `consumed` float unsigned NOT NULL, - `left` float unsigned NOT NULL, - `deadline` date NOT NULL, - `status` enum('wait','doing','done','pause','cancel','closed') NOT NULL DEFAULT 'wait', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `color` char(7) NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `version` smallint(6) NOT NULL, - `openedBy` varchar(30) NOT NULL, - `openedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `estStarted` date NOT NULL, - `realStarted` date NOT NULL, - `finishedBy` varchar(30) NOT NULL, - `finishedDate` datetime NOT NULL, - `finishedList` text NOT NULL, - `canceledBy` varchar(30) NOT NULL, - `canceledDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL, - `closedDate` datetime NOT NULL, - `realDuration` int(11) NOT NULL, - `planDuration` int(11) NOT NULL, - `closedReason` varchar(30) NOT NULL, - `lastEditedBy` varchar(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `activatedDate` date NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `project` (`project`), - KEY `story` (`story`), - KEY `assignedTo` (`assignedTo`) -) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_task` --- - -LOCK TABLES `zt_task` WRITE; -/*!40000 ALTER TABLE `zt_task` DISABLE KEYS */; -INSERT INTO `zt_task` VALUES (1,7,0,1,0,0,1,1,0,0,'首页页面的设计','design',1,10,7,0,'0000-00-00','done','','','','首页页面的设计
',0,'projectManager','2012-06-05 10:32:03','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev1','2012-06-05 10:41:20','0000-00-00','0'),(2,7,0,1,0,0,1,1,0,0,'首页的开发','devel',1,10,8,0,'0000-00-00','done','','','','首页的开发
',0,'projectManager','2012-06-05 10:32:23','dev1','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','2012-06-05 10:41:20','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev1','2012-06-05 10:41:20','0000-00-00','0'),(3,7,0,1,0,0,2,1,0,0,'新闻中心的设计','design',1,8,8,0,'0000-00-00','done','','','','新闻中心的设计
',0,'projectManager','2012-06-05 10:33:01','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev2','2012-06-05 10:42:56','0000-00-00','0'),(4,7,0,1,0,0,2,1,0,0,'新闻中心的开发','devel',1,8,5,0,'0000-00-00','done','','','','新闻中心的开发
',0,'projectManager','2012-06-05 10:33:21','dev2','2012-06-05 10:42:56','0000-00-00','0000-00-00','dev2','2012-06-05 10:42:56','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev2','2012-06-05 10:42:56','0000-00-00','0'),(5,7,0,1,0,0,3,2,0,0,'成果展示的设计','design',1,8,5,0,'0000-00-00','done','','','','成果展示的设计
',0,'projectManager','2012-06-05 10:33:44','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev3','2012-06-05 10:43:32','0000-00-00','0'),(6,7,0,1,0,0,3,2,0,0,'成果展示的开发','devel',1,8,5,0,'0000-00-00','done','','','','成果展示的开发
',0,'projectManager','2012-06-05 10:33:59','dev3','2012-06-05 10:43:32','0000-00-00','0000-00-00','dev3','2012-06-05 10:43:32','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','dev3','2012-06-05 10:43:32','0000-00-00','0'),(7,7,0,1,0,0,4,1,0,0,'售后服务的设计','design',1,8,0,8,'0000-00-00','cancel','','','','售后服务的设计
',0,'projectManager','2012-06-05 10:34:25','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00',0,0,'','dev1','2012-06-05 10:41:20','0000-00-00','0'),(8,7,0,1,0,0,4,1,0,0,'售后服务的开发','devel',1,8,6,0,'0000-00-00','cancel','','','','售后服务的开发
',0,'projectManager','2012-06-05 10:34:45','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','dev1','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00',0,0,'','dev1','2012-06-05 10:41:20','0000-00-00','0'),(9,7,0,1,0,0,4,1,0,0,'售后服务的开发','devel',1,8,0,8,'0000-00-00','cancel','','','','售后服务的开发
',0,'projectManager','2012-06-05 10:35:01','projectManager','2012-06-05 10:41:20','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','dev1','2012-06-05 10:41:20','','0000-00-00 00:00:00',0,0,'','dev1','2012-06-05 10:41:20','0000-00-00','0'),(10,23,0,26,0,0,0,1,0,0,'设计任务','design',3,0,0,0,'2020-11-24','wait','','','','',1,'admin','2020-11-23 16:36:00','','0000-00-00 00:00:00','2020-11-23','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(11,23,0,27,0,0,0,1,0,0,'11111111111111111','devel',3,0,0,0,'2020-11-25','wait','','','','',1,'admin','2020-11-24 08:30:06','','0000-00-00 00:00:00','2020-11-23','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(12,40,0,44,0,0,0,1,0,0,'2222222222-40','design',3,0,0,0,'2020-11-24','wait','','','','',1,'admin','2020-11-24 11:40:14','','0000-00-00 00:00:00','2020-11-23','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(13,20,0,45,0,0,0,1,0,0,'2222222222','request',3,0,0,0,'2020-11-30','wait','','','','',1,'admin','2020-11-24 15:39:31','','0000-00-00 00:00:00','2020-11-02','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(14,51,0,53,0,0,0,1,0,0,'22222','design',3,0,0,0,'0000-00-00','wait','','','','',2,'admin','2020-11-26 14:25:35','','0000-00-00 00:00:00','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','admin','2020-11-26 14:26:27','0000-00-00','0'),(15,20,0,46,0,0,0,1,0,0,'111111111','design',3,0,0,0,'2020-11-27','wait','','','','',1,'admin','2020-11-26 16:02:03','','0000-00-00 00:00:00','2020-11-02','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(16,12,0,13,0,0,0,1,0,0,'1111111111','design',3,0,0,0,'0000-00-00','wait','','','','',1,'admin','2020-11-27 15:58:27','','0000-00-00 00:00:00','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(17,23,0,30,0,0,0,1,0,0,'2222222','devel',3,0,0,0,'2020-12-01','wait','','','','',1,'admin','2020-11-30 10:45:02','','0000-00-00 00:00:00','2020-11-23','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','1'),(18,21,-1,67,0,0,0,1,0,0,'父任务','design',3,0,0,0,'0000-00-00','wait','','','','11111111',1,'admin','2020-12-02 13:14:36','','2020-12-02 13:15:14','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','admin','2020-12-02 13:52:35','0000-00-00','0'),(19,21,18,67,0,0,0,1,0,0,'子一','devel',3,0,0,0,'0000-00-00','wait','','','','',1,'admin','2020-12-02 13:14:58','','0000-00-00 00:00:00','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','admin','2020-12-02 13:16:47','0000-00-00','0'),(20,21,18,67,0,0,0,1,0,0,'子二','devel',3,0,0,2,'0000-00-00','wait','','',NULL,'',1,'admin','2020-12-02 13:14:58','admin','2020-12-02 13:52:35','0000-00-00','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','admin','2020-12-02 13:52:35','0000-00-00','0'),(21,23,-1,26,0,0,0,1,0,0,'父任务','design',3,0,0,0,'2020-12-03','wait','','','','',1,'admin','2020-12-02 13:22:39','','0000-00-00 00:00:00','2020-11-30','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','admin','2020-12-02 13:23:24','0000-00-00','0'),(22,23,21,26,0,0,0,1,0,0,'子一','devel',3,0,0,0,'2020-12-02','wait','','',NULL,'',1,'admin','2020-12-02 13:23:14','','0000-00-00 00:00:00','2020-11-30','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(23,23,21,26,0,0,0,1,0,0,'子二','devel',3,0,0,0,'2020-12-03','wait','','',NULL,'',1,'admin','2020-12-02 13:23:14','','0000-00-00 00:00:00','2020-12-01','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'),(24,72,0,74,0,0,0,1,0,0,'1111111','design',3,0,0,0,'2020-12-09','wait','','','','',1,'admin','2020-12-08 14:05:43','','0000-00-00 00:00:00','2020-12-07','0000-00-00','','0000-00-00 00:00:00','','','0000-00-00 00:00:00','','0000-00-00 00:00:00',0,0,'','','0000-00-00 00:00:00','0000-00-00','0'); -/*!40000 ALTER TABLE `zt_task` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_taskestimate` --- - -DROP TABLE IF EXISTS `zt_taskestimate`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_taskestimate` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `date` date NOT NULL, - `left` float unsigned NOT NULL DEFAULT '0', - `consumed` float unsigned NOT NULL, - `account` char(30) NOT NULL DEFAULT '', - `work` text, - PRIMARY KEY (`id`), - KEY `task` (`task`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_taskestimate` --- - -LOCK TABLES `zt_taskestimate` WRITE; -/*!40000 ALTER TABLE `zt_taskestimate` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_taskestimate` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_taskspec` --- - -DROP TABLE IF EXISTS `zt_taskspec`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_taskspec` ( - `task` mediumint(8) NOT NULL, - `version` smallint(6) NOT NULL, - `name` varchar(255) NOT NULL, - `estStarted` date NOT NULL, - `deadline` date NOT NULL, - UNIQUE KEY `task` (`task`,`version`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_taskspec` --- - -LOCK TABLES `zt_taskspec` WRITE; -/*!40000 ALTER TABLE `zt_taskspec` DISABLE KEYS */; -INSERT INTO `zt_taskspec` VALUES (10,1,'设计任务','2020-11-23','2020-11-24'),(11,1,'11111111111111111','2020-11-23','2020-11-25'),(12,1,'2222222222-40','2020-11-23','2020-11-24'),(13,1,'2222222222','2020-11-02','2020-11-30'),(14,1,'2222222222222222222222222','0000-00-00','0000-00-00'),(14,2,'22222','0000-00-00','0000-00-00'),(15,1,'111111111','2020-11-02','2020-11-27'),(16,1,'1111111111','0000-00-00','0000-00-00'),(17,1,'2222222','2020-11-23','2020-12-01'),(18,1,'父任务','0000-00-00','0000-00-00'),(19,1,'子一','0000-00-00','0000-00-00'),(20,1,'子二','0000-00-00','0000-00-00'),(21,1,'父任务','2020-12-01','2020-12-31'),(22,1,'子一','2020-11-30','2020-12-02'),(23,1,'子二','2020-12-01','2020-12-03'),(24,1,'1111111','2020-12-07','2020-12-09'); -/*!40000 ALTER TABLE `zt_taskspec` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_team` --- - -DROP TABLE IF EXISTS `zt_team`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_team` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `root` mediumint(8) unsigned NOT NULL DEFAULT '0', - `type` enum('project','task','stage','sprint') NOT NULL DEFAULT 'project', - `account` char(30) NOT NULL DEFAULT '', - `role` char(30) NOT NULL DEFAULT '', - `limited` char(8) NOT NULL DEFAULT 'no', - `join` date NOT NULL DEFAULT '0000-00-00', - `days` smallint(5) unsigned NOT NULL, - `hours` float(2,1) unsigned NOT NULL DEFAULT '0.0', - `estimate` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `consumed` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `left` decimal(12,2) unsigned NOT NULL DEFAULT '0.00', - `order` tinyint(3) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `team` (`root`,`type`,`account`) -) ENGINE=MyISAM AUTO_INCREMENT=113 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_team` --- - -LOCK TABLES `zt_team` WRITE; -/*!40000 ALTER TABLE `zt_team` DISABLE KEYS */; -INSERT INTO `zt_team` VALUES (1,1,'sprint','dev3','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(2,1,'sprint','productManager','产品经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(3,1,'sprint','tester2','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(4,1,'sprint','tester1','测试','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(5,2,'sprint','projectManager','项目经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(6,2,'sprint','tester2','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(7,2,'sprint','tester1','测试','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(8,2,'sprint','dev3','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(9,2,'sprint','dev2','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(10,2,'sprint','dev1','研发','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(11,1,'sprint','dev1','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(12,1,'sprint','dev2','研发','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(13,1,'sprint','projectManager','项目经理','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(14,1,'sprint','testManager','测试主管','no','2013-02-20',184,7.0,0.00,0.00,0.00,0),(15,2,'sprint','productManager','产品经理','no','2013-02-20',365,7.0,0.00,0.00,0.00,0),(16,7,'project','productManager','','no','2020-11-20',0,0.0,0.00,0.00,0.00,0),(17,7,'project','projectManager','','no','2020-11-20',0,0.0,0.00,0.00,0.00,0),(18,9,'project','productManager','','no','2020-11-20',0,0.0,0.00,0.00,0.00,0),(19,13,'sprint','admin','','no','2020-11-20',10,7.0,0.00,0.00,0.00,0),(20,12,'project','admin','','no','2020-11-20',10,7.0,0.00,0.00,0.00,0),(21,14,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(22,10,'project','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(23,15,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(24,16,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(25,17,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(26,18,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(27,19,'stage','admin','','no','2020-11-20',2,7.0,0.00,0.00,0.00,0),(28,22,'sprint','admin','','no','2020-11-23',5,7.0,0.00,0.00,0.00,0),(29,21,'project','admin','','no','2020-11-23',5,7.0,0.00,0.00,0.00,0),(30,25,'stage','admin','','no','2020-11-23',2,7.0,0.00,0.00,0.00,0),(31,23,'project','admin','','no','2020-11-23',2,7.0,0.00,0.00,0.00,0),(32,26,'stage','admin','','no','2020-11-23',13,7.0,0.00,0.00,0.00,0),(33,27,'stage','admin','','no','2020-11-23',11,7.0,0.00,0.00,0.00,0),(34,28,'stage','admin','','no','2020-11-23',17,7.0,0.00,0.00,0.00,0),(35,29,'stage','admin','','no','2020-11-23',23,7.0,0.00,0.00,0.00,0),(36,30,'stage','admin','','no','2020-11-23',23,7.0,0.00,0.00,0.00,0),(37,32,'stage','admin','','no','2020-11-23',2,7.0,0.00,0.00,0.00,0),(38,31,'project','admin','','no','2020-11-23',2,7.0,0.00,0.00,0.00,0),(39,33,'stage','admin','','no','2020-11-23',3,7.0,0.00,0.00,0.00,0),(40,34,'stage','admin','','no','2020-11-23',4,7.0,0.00,0.00,0.00,0),(41,35,'stage','admin','','no','2020-11-23',4,7.0,0.00,0.00,0.00,0),(42,36,'stage','admin','','no','2020-11-23',5,7.0,0.00,0.00,0.00,0),(43,37,'stage','admin','','no','2020-11-23',1,7.0,0.00,0.00,0.00,0),(44,43,'stage','admin','','no','2020-11-24',18,7.0,0.00,0.00,0.00,0),(45,40,'project','admin','','no','2020-11-24',18,7.0,0.00,0.00,0.00,0),(46,44,'stage','admin','','no','2020-11-24',10,7.0,0.00,0.00,0.00,0),(47,45,'stage','admin','','no','2020-11-24',11,7.0,0.00,0.00,0.00,0),(48,20,'project','admin','','no','2020-11-24',11,7.0,0.00,0.00,0.00,0),(49,46,'stage','admin','','no','2020-11-24',14,7.0,0.00,0.00,0.00,0),(50,47,'stage','admin','','no','2020-11-24',24,7.0,0.00,0.00,0.00,0),(51,39,'project','admin','','no','2020-11-24',24,7.0,0.00,0.00,0.00,0),(52,48,'stage','admin','','no','2020-11-24',17,7.0,0.00,0.00,0.00,0),(53,52,'sprint','admin','','no','2020-11-26',5,7.0,0.00,0.00,0.00,0),(54,51,'project','admin','','no','2020-11-26',5,7.0,0.00,0.00,0.00,0),(55,53,'sprint','admin','','no','2020-11-26',5,7.0,0.00,0.00,0.00,0),(56,54,'sprint','admin','','no','2020-11-26',5,7.0,0.00,0.00,0.00,0),(57,57,'stage','admin','','no','2020-11-30',10,7.0,0.00,0.00,0.00,0),(58,42,'project','admin','','no','2020-11-30',10,7.0,0.00,0.00,0.00,0),(59,58,'stage','admin','','no','2020-11-30',14,7.0,0.00,0.00,0.00,0),(60,59,'','admin','','no','2020-11-30',5,7.0,0.00,0.00,0.00,0),(61,13,'project','admin','','no','2020-11-30',5,7.0,0.00,0.00,0.00,0),(62,60,'stage','admin','','no','2020-11-30',2,7.0,0.00,0.00,0.00,0),(63,55,'project','admin','','no','2020-11-30',2,7.0,0.00,0.00,0.00,0),(64,61,'stage','admin','','no','2020-11-30',3,7.0,0.00,0.00,0.00,0),(65,62,'stage','admin','','no','2020-11-30',4,7.0,0.00,0.00,0.00,0),(66,63,'stage','admin','','no','2020-11-30',3,7.0,0.00,0.00,0.00,0),(67,64,'stage','admin','','no','2020-11-30',3,7.0,0.00,0.00,0.00,0),(68,65,'stage','admin','','no','2020-11-30',2,7.0,0.00,0.00,0.00,0),(69,66,'stage','admin','','no','2020-12-01',5,7.0,0.00,0.00,0.00,0),(70,67,'sprint','admin','','no','2020-12-01',5,7.0,0.00,0.00,0.00,0),(74,71,'sprint','admin','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(72,70,'project','admin','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(73,71,'project','Jia','测试负责人','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(75,71,'sprint','Jia','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(76,70,'project','Jia','','no','2020-12-07',5,7.0,0.00,0.00,0.00,0),(77,73,'stage','admin','','no','2020-12-07',4,7.0,0.00,0.00,0.00,0),(78,72,'project','admin','','no','2020-12-07',4,7.0,0.00,0.00,0.00,0),(79,74,'stage','admin','','no','2020-12-07',3,7.0,0.00,0.00,0.00,0),(80,75,'stage','admin','','no','2020-12-09',4,7.0,0.00,0.00,0.00,0),(81,76,'stage','admin','','no','2020-12-09',2,7.0,0.00,0.00,0.00,0),(82,77,'stage','admin','','no','2020-12-09',2,7.0,0.00,0.00,0.00,0),(83,78,'sprint','admin','','no','2020-12-09',5,7.0,0.00,0.00,0.00,0),(84,79,'stage','admin','','no','2020-12-10',3,7.0,0.00,0.00,0.00,0),(85,80,'stage','admin','','no','2020-12-10',1,7.0,0.00,0.00,0.00,0),(86,81,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(87,82,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(88,83,'stage','admin','','no','2020-12-10',5,7.0,0.00,0.00,0.00,0),(89,84,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(90,85,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(91,86,'stage','admin','','no','2020-12-10',1,7.0,0.00,0.00,0.00,0),(92,87,'stage','admin','','no','2020-12-10',14,7.0,0.00,0.00,0.00,0),(93,88,'stage','admin','','no','2020-12-10',11,7.0,0.00,0.00,0.00,0),(94,96,'stage','admin','','no','2020-12-10',3,7.0,0.00,0.00,0.00,0),(95,97,'stage','admin','','no','2020-12-10',7,7.0,0.00,0.00,0.00,0),(96,90,'project','admin','','no','2020-12-10',7,7.0,0.00,0.00,0.00,0),(97,98,'stage','admin','','no','2020-12-10',3,7.0,0.00,0.00,0.00,0),(98,99,'stage','admin','','no','2020-12-10',25,7.0,0.00,0.00,0.00,0),(99,100,'stage','admin','','no','2020-12-10',28,7.0,0.00,0.00,0.00,0),(100,101,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(101,102,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(102,103,'stage','admin','','no','2020-12-10',14,7.0,0.00,0.00,0.00,0),(103,104,'stage','admin','','no','2020-12-10',11,7.0,0.00,0.00,0.00,0),(104,106,'stage','admin','','no','2020-12-10',7,7.0,0.00,0.00,0.00,0),(105,105,'project','admin','','no','2020-12-10',7,7.0,0.00,0.00,0.00,0),(106,107,'stage','admin','','no','2020-12-10',3,7.0,0.00,0.00,0.00,0),(107,108,'stage','admin','','no','2020-12-10',25,7.0,0.00,0.00,0.00,0),(108,109,'stage','admin','','no','2020-12-10',28,7.0,0.00,0.00,0.00,0),(109,110,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(110,111,'stage','admin','','no','2020-12-10',2,7.0,0.00,0.00,0.00,0),(111,112,'stage','admin','','no','2020-12-10',14,7.0,0.00,0.00,0.00,0),(112,113,'stage','admin','','no','2020-12-10',11,7.0,0.00,0.00,0.00,0); -/*!40000 ALTER TABLE `zt_team` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testreport` --- - -DROP TABLE IF EXISTS `zt_testreport`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testreport` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL, - `tasks` varchar(255) NOT NULL, - `builds` varchar(255) NOT NULL, - `title` varchar(255) NOT NULL, - `begin` date NOT NULL, - `end` date NOT NULL, - `owner` char(30) NOT NULL, - `members` text NOT NULL, - `stories` text NOT NULL, - `bugs` text NOT NULL, - `cases` text NOT NULL, - `report` text NOT NULL, - `objectType` varchar(20) NOT NULL, - `objectID` mediumint(8) unsigned NOT NULL, - `createdBy` char(30) NOT NULL, - `createdDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testreport` --- - -LOCK TABLES `zt_testreport` WRITE; -/*!40000 ALTER TABLE `zt_testreport` DISABLE KEYS */; -INSERT INTO `zt_testreport` VALUES (1,20,4,66,'3','9','2020-12-02 TESTTASK#3 测试单单单单单单单 测试报告','2020-12-01','2020-12-31','admin','admin','','','9,10,11,12','','testtask',3,'admin','2020-12-02 16:26:14','0'),(2,23,6,30,'5','10','2020-12-03 PROJECT#30 总结评审 测试报告','2020-11-02','2020-11-24','admin','','','','','','project',30,'admin','2020-12-03 15:50:53','0'),(3,21,5,22,'7','2','2020-12-04 TESTTASK#7 11111111 测试报告','2020-12-03','2020-12-04','admin','','','','','','testtask',7,'admin','2020-12-04 09:33:12','0'); -/*!40000 ALTER TABLE `zt_testreport` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testresult` --- - -DROP TABLE IF EXISTS `zt_testresult`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testresult` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `run` mediumint(8) unsigned NOT NULL, - `case` mediumint(8) unsigned NOT NULL, - `version` smallint(5) unsigned NOT NULL, - `job` mediumint(8) unsigned NOT NULL, - `compile` mediumint(8) unsigned NOT NULL, - `caseResult` char(30) NOT NULL, - `stepResults` text NOT NULL, - `lastRunner` varchar(30) NOT NULL, - `date` datetime NOT NULL, - `duration` float NOT NULL, - `xml` text NOT NULL, - PRIMARY KEY (`id`), - KEY `case` (`case`), - KEY `version` (`version`), - KEY `run` (`run`) -) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testresult` --- - -LOCK TABLES `zt_testresult` WRITE; -/*!40000 ALTER TABLE `zt_testresult` DISABLE KEYS */; -INSERT INTO `zt_testresult` VALUES (1,4,1,1,0,0,'pass','a:1:{i:1;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:00',0,''),(2,3,2,1,0,0,'pass','a:1:{i:2;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:05',0,''),(3,2,3,1,0,0,'pass','a:1:{i:3;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:07',0,''),(4,1,4,1,0,0,'pass','a:1:{i:4;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','testManager','2012-06-05 11:11:08',0,''),(5,5,12,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:25:49',0,''),(6,6,11,1,0,0,'fail','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"fail\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:25:51',0,''),(7,7,10,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:25:56',0,''),(8,8,9,1,0,0,'blocked','a:1:{i:0;a:2:{s:6:\"result\";s:7:\"blocked\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:25:59',0,''),(9,6,11,1,0,0,'pass','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"pass\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:30:39',0,''),(10,8,9,1,0,0,'fail','a:1:{i:0;a:2:{s:6:\"result\";s:4:\"fail\";s:4:\"real\";s:0:\"\";}}','admin','2020-12-02 16:30:44',0,''); -/*!40000 ALTER TABLE `zt_testresult` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testrun` --- - -DROP TABLE IF EXISTS `zt_testrun`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testrun` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `task` mediumint(8) unsigned NOT NULL DEFAULT '0', - `case` mediumint(8) unsigned NOT NULL DEFAULT '0', - `version` tinyint(3) unsigned NOT NULL DEFAULT '0', - `assignedTo` char(30) NOT NULL DEFAULT '', - `lastRunner` varchar(30) NOT NULL, - `lastRunDate` datetime NOT NULL, - `lastRunResult` char(30) NOT NULL, - `status` char(30) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `task` (`task`,`case`) -) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testrun` --- - -LOCK TABLES `zt_testrun` WRITE; -/*!40000 ALTER TABLE `zt_testrun` DISABLE KEYS */; -INSERT INTO `zt_testrun` VALUES (1,1,4,1,'','testManager','2012-06-05 11:11:08','pass','done'),(2,1,3,1,'','testManager','2012-06-05 11:11:07','pass','done'),(3,1,2,1,'','testManager','2012-06-05 11:11:05','pass','done'),(4,1,1,1,'','testManager','2012-06-05 11:11:00','pass','done'),(5,3,12,1,'','admin','2020-12-02 16:25:49','pass','done'),(6,3,11,1,'','admin','2020-12-02 16:30:39','pass','done'),(7,3,10,1,'','admin','2020-12-02 16:25:56','pass','done'),(8,3,9,1,'','admin','2020-12-02 16:30:44','fail','done'); -/*!40000 ALTER TABLE `zt_testrun` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testsuite` --- - -DROP TABLE IF EXISTS `zt_testsuite`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testsuite` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `desc` text NOT NULL, - `type` varchar(20) NOT NULL, - `addedBy` char(30) NOT NULL, - `addedDate` datetime NOT NULL, - `lastEditedBy` char(30) NOT NULL, - `lastEditedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL, - PRIMARY KEY (`id`), - KEY `product` (`product`) -) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testsuite` --- - -LOCK TABLES `zt_testsuite` WRITE; -/*!40000 ALTER TABLE `zt_testsuite` DISABLE KEYS */; -INSERT INTO `zt_testsuite` VALUES (1,20,5,'套件','','private','admin','2020-11-26 16:02:43','admin','2020-11-26 16:02:50','0'),(2,21,0,'用例库','','library','admin','2020-11-26 16:03:58','','0000-00-00 00:00:00','0'); -/*!40000 ALTER TABLE `zt_testsuite` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_testtask` --- - -DROP TABLE IF EXISTS `zt_testtask`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_testtask` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `name` char(90) NOT NULL, - `product` mediumint(8) unsigned NOT NULL, - `project` mediumint(8) unsigned NOT NULL DEFAULT '0', - `build` char(30) NOT NULL, - `owner` varchar(30) NOT NULL, - `pri` tinyint(3) unsigned NOT NULL DEFAULT '0', - `begin` date NOT NULL, - `end` date NOT NULL, - `mailto` text, - `desc` text NOT NULL, - `report` text NOT NULL, - `status` enum('blocked','doing','wait','done') NOT NULL DEFAULT 'wait', - `auto` varchar(10) NOT NULL DEFAULT 'no', - `subStatus` varchar(30) NOT NULL DEFAULT '', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `product` (`product`), - KEY `build` (`build`) -) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_testtask` --- - -LOCK TABLES `zt_testtask` WRITE; -/*!40000 ALTER TABLE `zt_testtask` DISABLE KEYS */; -INSERT INTO `zt_testtask` VALUES (1,0,'企业网站第一期测试任务',1,1,'trunk','testManager',0,'2012-06-05','2013-06-21',NULL,'','','wait','no','','0'),(2,21,'测试单',5,22,'2','',0,'2020-11-11','2020-11-12','','','','wait','no','','0'),(3,20,'测试单单单单单单单',4,66,'9','',0,'2020-12-01','2020-12-31','','','','wait','no','','0'),(4,21,'11111111111111111111111111111111111111111111111111111111111111111111',5,22,'2','',0,'2020-12-01','2020-12-02','','','','wait','no','','0'),(5,23,'111111111111111111111111111111111111111111111111111111111111111111111',6,30,'10','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(6,23,'第二个版本的测试单',6,30,'12','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'),(7,21,'11111111',5,22,'2','',0,'2020-12-03','2020-12-04','','','','wait','no','','0'); -/*!40000 ALTER TABLE `zt_testtask` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_todo` --- - -DROP TABLE IF EXISTS `zt_todo`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_todo` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `date` date NOT NULL, - `begin` smallint(4) unsigned zerofill NOT NULL, - `end` smallint(4) unsigned zerofill NOT NULL, - `type` char(10) NOT NULL, - `cycle` tinyint(3) unsigned NOT NULL DEFAULT '0', - `idvalue` mediumint(8) unsigned NOT NULL DEFAULT '0', - `pri` tinyint(3) unsigned NOT NULL, - `name` char(150) NOT NULL, - `desc` text NOT NULL, - `status` enum('wait','doing','done','closed') NOT NULL DEFAULT 'wait', - `private` tinyint(1) NOT NULL, - `config` varchar(255) NOT NULL, - `assignedTo` varchar(30) NOT NULL DEFAULT '', - `assignedBy` varchar(30) NOT NULL DEFAULT '', - `assignedDate` datetime NOT NULL, - `finishedBy` varchar(30) NOT NULL DEFAULT '', - `finishedDate` datetime NOT NULL, - `closedBy` varchar(30) NOT NULL DEFAULT '', - `closedDate` datetime NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `assignedTo` (`assignedTo`), - KEY `finishedBy` (`finishedBy`), - KEY `date` (`date`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_todo` --- - -LOCK TABLES `zt_todo` WRITE; -/*!40000 ALTER TABLE `zt_todo` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_todo` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_user` --- - -DROP TABLE IF EXISTS `zt_user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_user` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `company` mediumint(8) unsigned NOT NULL, - `dept` mediumint(8) unsigned NOT NULL DEFAULT '0', - `account` char(30) NOT NULL DEFAULT '', - `type` char(30) NOT NULL DEFAULT 'inside', - `password` char(32) NOT NULL DEFAULT '', - `role` char(10) NOT NULL DEFAULT '', - `realname` varchar(100) NOT NULL DEFAULT '', - `nickname` char(60) NOT NULL DEFAULT '', - `commiter` varchar(100) NOT NULL, - `avatar` char(30) NOT NULL DEFAULT '', - `birthday` date NOT NULL DEFAULT '0000-00-00', - `gender` enum('f','m') NOT NULL DEFAULT 'f', - `email` char(90) NOT NULL DEFAULT '', - `skype` char(90) NOT NULL DEFAULT '', - `qq` char(20) NOT NULL DEFAULT '', - `mobile` char(11) NOT NULL DEFAULT '', - `phone` char(20) NOT NULL DEFAULT '', - `weixin` varchar(90) NOT NULL DEFAULT '', - `dingding` varchar(90) NOT NULL DEFAULT '', - `slack` varchar(90) NOT NULL DEFAULT '', - `whatsapp` varchar(90) NOT NULL DEFAULT '', - `address` char(120) NOT NULL DEFAULT '', - `zipcode` char(10) NOT NULL DEFAULT '', - `nature` text NOT NULL, - `analysis` text NOT NULL, - `strategy` text NOT NULL, - `join` date NOT NULL DEFAULT '0000-00-00', - `visits` mediumint(8) unsigned NOT NULL DEFAULT '0', - `ip` char(15) NOT NULL DEFAULT '', - `last` int(10) unsigned NOT NULL DEFAULT '0', - `fails` tinyint(5) NOT NULL DEFAULT '0', - `locked` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `ranzhi` char(30) NOT NULL DEFAULT '', - `score` int(11) NOT NULL DEFAULT '0', - `scoreLevel` int(11) NOT NULL DEFAULT '0', - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `clientStatus` enum('online','away','busy','offline') NOT NULL DEFAULT 'offline', - `clientLang` varchar(10) NOT NULL DEFAULT 'zh-cn', - PRIMARY KEY (`id`), - UNIQUE KEY `account` (`account`), - KEY `dept` (`dept`), - KEY `email` (`email`), - KEY `commiter` (`commiter`) -) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_user` --- - -LOCK TABLES `zt_user` WRITE; -/*!40000 ALTER TABLE `zt_user` DISABLE KEYS */; -INSERT INTO `zt_user` VALUES (1,0,0,'admin','inside','6da8a7c05e2aa1774828500a8370feea','','admin','','','','0000-00-00','f','','','','','','','','','','','','','','','0000-00-00',77,'10.0.2.2',1607558737,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(2,0,5,'productManager','inside','e10adc3949ba59abbe56e057f20f883e','po','产品经理','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338866083,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(3,0,6,'projectManager','inside','e10adc3949ba59abbe56e057f20f883e','pm','项目经理','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865876,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(4,0,2,'dev1','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发甲','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338863860,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(5,0,2,'dev2','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发乙','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864116,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(6,0,2,'dev3','inside','e10adc3949ba59abbe56e057f20f883e','dev','开发丙','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338864187,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(7,0,3,'tester1','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试甲','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',3,'192.168.0.8',1338865739,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(8,0,3,'tester2','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试乙','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',2,'192.168.0.8',1338865450,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(9,0,3,'tester3','inside','e10adc3949ba59abbe56e057f20f883e','qa','测试丙','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',1,'192.168.0.8',1338865125,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(10,0,1,'testManager','inside','e10adc3949ba59abbe56e057f20f883e','qd','测试经理','','','','0000-00-00','m','','','','','','','','','','','','','','','0000-00-00',6,'192.168.0.8',1338865842,0,'0000-00-00 00:00:00','',0,0,'1','offline','zh-cn'),(11,0,2,'Jia','inside','6da8a7c05e2aa1774828500a8370feea','','开发甲','','','','0000-00-00','m','','','','','','','','','','','','','','','2020-11-25',44,'10.0.2.2',1607324092,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'),(12,0,0,'yiyi','inside','6da8a7c05e2aa1774828500a8370feea','','开发乙','','','','0000-00-00','m','','','','','','','','','','','','','','','2020-11-25',0,'',0,0,'0000-00-00 00:00:00','',0,0,'0','offline','zh-cn'); -/*!40000 ALTER TABLE `zt_user` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usercontact` --- - -DROP TABLE IF EXISTS `zt_usercontact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usercontact` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `listName` varchar(60) NOT NULL, - `userList` text NOT NULL, - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usercontact` --- - -LOCK TABLES `zt_usercontact` WRITE; -/*!40000 ALTER TABLE `zt_usercontact` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usercontact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usergroup` --- - -DROP TABLE IF EXISTS `zt_usergroup`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usergroup` ( - `account` char(30) NOT NULL DEFAULT '', - `group` mediumint(8) unsigned NOT NULL DEFAULT '0', - `PRJ` text NOT NULL, - UNIQUE KEY `account` (`account`,`group`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usergroup` --- - -LOCK TABLES `zt_usergroup` WRITE; -/*!40000 ALTER TABLE `zt_usergroup` DISABLE KEYS */; -INSERT INTO `zt_usergroup` VALUES ('productManager',5,''),('projectManager',4,''),('Jia',2,''),('tester3',3,''),('tester2',3,''),('tester1',3,''),('testManager',8,''),('admin',13,'10,11,12,20,21,23,24,31,38,39,40,41,42,49,50,51,55,56,68,69,70,72,89,90,91,92,93,94,95,105,114,115,119,125'); -/*!40000 ALTER TABLE `zt_usergroup` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userquery` --- - -DROP TABLE IF EXISTS `zt_userquery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userquery` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `module` varchar(30) NOT NULL, - `title` varchar(90) NOT NULL, - `form` text NOT NULL, - `sql` text NOT NULL, - `shortcut` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`), - KEY `module` (`module`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userquery` --- - -LOCK TABLES `zt_userquery` WRITE; -/*!40000 ALTER TABLE `zt_userquery` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_userquery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_usertpl` --- - -DROP TABLE IF EXISTS `zt_usertpl`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_usertpl` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `account` char(30) NOT NULL, - `type` char(30) NOT NULL, - `title` varchar(150) NOT NULL, - `content` text NOT NULL, - `public` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_usertpl` --- - -LOCK TABLES `zt_usertpl` WRITE; -/*!40000 ALTER TABLE `zt_usertpl` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_usertpl` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_userview` --- - -DROP TABLE IF EXISTS `zt_userview`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_userview` ( - `account` char(30) NOT NULL, - `programs` mediumtext NOT NULL, - `sprints` mediumtext NOT NULL, - `products` mediumtext NOT NULL, - `projects` mediumtext NOT NULL, - UNIQUE KEY `account` (`account`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_userview` --- - -LOCK TABLES `zt_userview` WRITE; -/*!40000 ALTER TABLE `zt_userview` DISABLE KEYS */; -INSERT INTO `zt_userview` VALUES ('admin',',11,49,50,69',',56','',',21,20,38,23,55,56,12,70'),('dev1','','','',''),('dev2','','','',''),('dev3','','','',''),('productManager','','','',''),('projectManager',',11','','',''),('tester1','','','',''),('tester2','','','',''),('tester3','','','',''),('testManager','','','',''),('guest','','','',''),('Jia',',11','','','20,38,56,12,23'),('yiyi','','','',',12,55'); -/*!40000 ALTER TABLE `zt_userview` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_webhook` --- - -DROP TABLE IF EXISTS `zt_webhook`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_webhook` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `type` varchar(15) NOT NULL DEFAULT 'default', - `name` varchar(50) NOT NULL, - `url` varchar(255) NOT NULL, - `domain` varchar(255) NOT NULL, - `secret` varchar(255) NOT NULL, - `contentType` varchar(30) NOT NULL DEFAULT 'application/json', - `sendType` enum('sync','async') NOT NULL DEFAULT 'sync', - `products` text NOT NULL, - `projects` text NOT NULL, - `params` varchar(100) NOT NULL, - `actions` text NOT NULL, - `desc` text NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_webhook` --- - -LOCK TABLES `zt_webhook` WRITE; -/*!40000 ALTER TABLE `zt_webhook` DISABLE KEYS */; -/*!40000 ALTER TABLE `zt_webhook` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_weeklyreport` --- - -DROP TABLE IF EXISTS `zt_weeklyreport`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_weeklyreport` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `weekStart` date NOT NULL, - `pv` float(9,2) NOT NULL, - `ev` float(9,2) NOT NULL, - `ac` float(9,2) NOT NULL, - `sv` float(9,2) NOT NULL, - `cv` float(9,2) NOT NULL, - `staff` smallint(5) unsigned NOT NULL, - `progress` varchar(255) NOT NULL, - `workload` varchar(255) NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `week` (`PRJ`,`weekStart`) -) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_weeklyreport` --- - -LOCK TABLES `zt_weeklyreport` WRITE; -/*!40000 ALTER TABLE `zt_weeklyreport` DISABLE KEYS */; -INSERT INTO `zt_weeklyreport` VALUES (18,10,'2020-11-16',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(12,10,'2020-11-02',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(13,10,'2020-11-09',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(16,10,'2020-11-23',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(20,23,'2020-11-23',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(24,42,'2020-11-30',0.00,0.00,0.00,0.00,0.00,0,'','[]'),(29,23,'2020-11-30',0.00,0.00,0.00,0.00,0.00,0,'','{\"design\":\"0.00\",\"devel\":\"0.00\"}'),(27,20,'2020-11-30',0.00,0.00,0.00,0.00,0.00,0,'','{\"design\":\"0.00\",\"request\":\"0.00\"}'),(32,72,'2020-12-07',0.00,0.00,0.00,0.00,0.00,0,'','{\"design\":\"0.00\"}'); -/*!40000 ALTER TABLE `zt_weeklyreport` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `zt_workestimation` --- - -DROP TABLE IF EXISTS `zt_workestimation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `zt_workestimation` ( - `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `PRJ` mediumint(8) unsigned NOT NULL, - `scale` mediumint(8) unsigned NOT NULL, - `productivity` smallint(3) unsigned NOT NULL, - `duration` mediumint(8) unsigned NOT NULL, - `unitLaborCost` mediumint(8) unsigned NOT NULL, - `totalLaborCost` mediumint(8) unsigned NOT NULL, - `createdBy` varchar(30) NOT NULL, - `createdDate` datetime NOT NULL, - `editedBy` varchar(30) NOT NULL, - `editedDate` datetime NOT NULL, - `assignedTo` varchar(30) NOT NULL, - `assignedDate` datetime NOT NULL, - `deleted` enum('0','1') NOT NULL DEFAULT '0', - `dayHour` float(5,2) DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `zt_workestimation` --- - -LOCK TABLES `zt_workestimation` WRITE; -/*!40000 ALTER TABLE `zt_workestimation` DISABLE KEYS */; -INSERT INTO `zt_workestimation` VALUES (1,20,10,1,10,20,200,'','0000-00-00 00:00:00','','0000-00-00 00:00:00','','0000-00-00 00:00:00','0',0.00); -/*!40000 ALTER TABLE `zt_workestimation` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2021-02-20 11:15:58