flow.php 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?php
  2. $config->workflowlayout->buildin = new stdclass();
  3. $config->workflowlayout->buildin->layouts = new stdclass();
  4. $config->workflowlayout->buildin->layouts->product = new stdclass();
  5. $config->workflowlayout->buildin->layouts->product->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  6. $config->workflowlayout->buildin->layouts->product->browse['name'] = array('width' => 200, 'mobileShow' => 0);
  7. $config->workflowlayout->buildin->layouts->product->browse['line'] = array('width' => 110, 'mobileShow' => 0);
  8. $config->workflowlayout->buildin->layouts->product->browse['type'] = array('width' => 100, 'mobileShow' => 0);
  9. $config->workflowlayout->buildin->layouts->product->browse['status'] = array('width' => 100, 'mobileShow' => 0);
  10. $config->workflowlayout->buildin->layouts->product->browse['desc'] = array('width' => 'auto', 'mobileShow' => 0);
  11. $config->workflowlayout->buildin->layouts->product->browse['PO'] = array('width' => 100, 'mobileShow' => 0);
  12. $config->workflowlayout->buildin->layouts->product->browse['QD'] = array('width' => 100, 'mobileShow' => 0);
  13. $config->workflowlayout->buildin->layouts->product->browse['RD'] = array('width' => 100, 'mobileShow' => 0);
  14. $config->workflowlayout->buildin->layouts->product->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  15. $config->workflowlayout->buildin->layouts->story = new stdclass();
  16. $config->workflowlayout->buildin->layouts->story->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  17. $config->workflowlayout->buildin->layouts->story->browse['pri'] = array('width' => 50, 'mobileShow' => 0);
  18. $config->workflowlayout->buildin->layouts->story->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  19. $config->workflowlayout->buildin->layouts->story->browse['plan'] = array('width' => 90, 'mobileShow' => 0);
  20. $config->workflowlayout->buildin->layouts->story->browse['openedBy'] = array('width' => 100, 'mobileShow' => 0);
  21. $config->workflowlayout->buildin->layouts->story->browse['assignedTo'] = array('width' => 100, 'mobileShow' => 0);
  22. $config->workflowlayout->buildin->layouts->story->browse['estimate'] = array('width' => 80, 'mobileShow' => 0);
  23. $config->workflowlayout->buildin->layouts->story->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  24. $config->workflowlayout->buildin->layouts->story->browse['stage'] = array('width' => 100, 'mobileShow' => 0);
  25. $config->workflowlayout->buildin->layouts->story->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  26. $config->workflowlayout->buildin->layouts->requirement = $config->workflowlayout->buildin->layouts->story;
  27. $config->workflowlayout->buildin->layouts->epic = $config->workflowlayout->buildin->layouts->story;
  28. $config->workflowlayout->buildin->layouts->productplan = new stdclass();
  29. $config->workflowlayout->buildin->layouts->productplan->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  30. $config->workflowlayout->buildin->layouts->productplan->browse['product'] = array('width' => 160, 'mobileShow' => 0);
  31. $config->workflowlayout->buildin->layouts->productplan->browse['branch'] = array('width' => 160, 'mobileShow' => 0);
  32. $config->workflowlayout->buildin->layouts->productplan->browse['title'] = array('width' => 160, 'mobileShow' => 0);
  33. $config->workflowlayout->buildin->layouts->productplan->browse['begin'] = array('width' => 120, 'mobileShow' => 0);
  34. $config->workflowlayout->buildin->layouts->productplan->browse['end'] = array('width' => 120, 'mobileShow' => 0);
  35. $config->workflowlayout->buildin->layouts->productplan->browse['desc'] = array('width' => 'auto', 'mobileShow' => 0);
  36. $config->workflowlayout->buildin->layouts->productplan->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  37. $config->workflowlayout->buildin->layouts->release = new stdclass();
  38. $config->workflowlayout->buildin->layouts->release->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  39. $config->workflowlayout->buildin->layouts->release->browse['name'] = array('width' => 200, 'mobileShow' => 0);
  40. $config->workflowlayout->buildin->layouts->release->browse['build'] = array('width' => 200, 'mobileShow' => 0);
  41. $config->workflowlayout->buildin->layouts->release->browse['date'] = array('width' => 100, 'mobileShow' => 0);
  42. $config->workflowlayout->buildin->layouts->release->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  43. $config->workflowlayout->buildin->layouts->release->browse['desc'] = array('width' => 'auto', 'mobileShow' => 0);
  44. $config->workflowlayout->buildin->layouts->release->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  45. $config->workflowlayout->buildin->layouts->project = new stdclass();
  46. $config->workflowlayout->buildin->layouts->project->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  47. $config->workflowlayout->buildin->layouts->project->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  48. $config->workflowlayout->buildin->layouts->project->browse['code'] = array('width' => 100, 'mobileShow' => 0);
  49. $config->workflowlayout->buildin->layouts->project->browse['PM'] = array('width' => 100, 'mobileShow' => 0);
  50. $config->workflowlayout->buildin->layouts->project->browse['end'] = array('width' => 100, 'mobileShow' => 0);
  51. $config->workflowlayout->buildin->layouts->project->browse['status'] = array('width' => 100, 'mobileShow' => 0);
  52. $config->workflowlayout->buildin->layouts->project->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  53. $config->workflowlayout->buildin->layouts->task = new stdclass();
  54. $config->workflowlayout->buildin->layouts->task->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  55. $config->workflowlayout->buildin->layouts->task->browse['pri'] = array('width' => 50, 'mobileShow' => 0);
  56. $config->workflowlayout->buildin->layouts->task->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  57. $config->workflowlayout->buildin->layouts->task->browse['status'] = array('width' => 120, 'mobileShow' => 0);
  58. $config->workflowlayout->buildin->layouts->task->browse['assignedTo'] = array('width' => 120, 'mobileShow' => 0);
  59. $config->workflowlayout->buildin->layouts->task->browse['finishedBy'] = array('width' => 100, 'mobileShow' => 0);
  60. $config->workflowlayout->buildin->layouts->task->browse['estimate'] = array('width' => 80, 'mobileShow' => 0);
  61. $config->workflowlayout->buildin->layouts->task->browse['consumed'] = array('width' => 80, 'mobileShow' => 0);
  62. $config->workflowlayout->buildin->layouts->task->browse['left'] = array('width' => 80, 'mobileShow' => 0);
  63. $config->workflowlayout->buildin->layouts->task->browse['deadline'] = array('width' => 100, 'mobileShow' => 0);
  64. $config->workflowlayout->buildin->layouts->task->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  65. $config->workflowlayout->buildin->layouts->build = new stdclass();
  66. $config->workflowlayout->buildin->layouts->build->browse['product'] = array('width' => 200, 'mobileShow' => 0);
  67. $config->workflowlayout->buildin->layouts->build->browse['id'] = array('width' => 70, 'mobileShow' => 0);
  68. $config->workflowlayout->buildin->layouts->build->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  69. $config->workflowlayout->buildin->layouts->build->browse['scmPath'] = array('width' => 'auto', 'mobileShow' => 0);
  70. $config->workflowlayout->buildin->layouts->build->browse['filePath'] = array('width' => 'auto', 'mobileShow' => 0);
  71. $config->workflowlayout->buildin->layouts->build->browse['date'] = array('width' => 100, 'mobileShow' => 0);
  72. $config->workflowlayout->buildin->layouts->build->browse['builder'] = array('width' => 80, 'mobileShow' => 0);
  73. $config->workflowlayout->buildin->layouts->build->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  74. $config->workflowlayout->buildin->layouts->bug = new stdclass();
  75. $config->workflowlayout->buildin->layouts->bug->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  76. $config->workflowlayout->buildin->layouts->bug->browse['severity'] = array('width' => 60, 'mobileShow' => 0);
  77. $config->workflowlayout->buildin->layouts->bug->browse['pri'] = array('width' => 50, 'mobileShow' => 0);
  78. $config->workflowlayout->buildin->layouts->bug->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  79. $config->workflowlayout->buildin->layouts->bug->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  80. $config->workflowlayout->buildin->layouts->bug->browse['openedBy'] = array('width' => 90, 'mobileShow' => 0);
  81. $config->workflowlayout->buildin->layouts->bug->browse['openedDate'] = array('width' => 90, 'mobileShow' => 0);
  82. $config->workflowlayout->buildin->layouts->bug->browse['assignedTo'] = array('width' => 120, 'mobileShow' => 0);
  83. $config->workflowlayout->buildin->layouts->bug->browse['resolution'] = array('width' => 70, 'mobileShow' => 0);
  84. $config->workflowlayout->buildin->layouts->bug->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  85. $config->workflowlayout->buildin->layouts->testcase = new stdclass();
  86. $config->workflowlayout->buildin->layouts->testcase->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  87. $config->workflowlayout->buildin->layouts->testcase->browse['pri'] = array('width' => 40, 'mobileShow' => 0);
  88. $config->workflowlayout->buildin->layouts->testcase->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  89. $config->workflowlayout->buildin->layouts->testcase->browse['type'] = array('width' => 90, 'mobileShow' => 0);
  90. $config->workflowlayout->buildin->layouts->testcase->browse['openedBy'] = array('width' => 90, 'mobileShow' => 0);
  91. $config->workflowlayout->buildin->layouts->testcase->browse['lastRunner'] = array('width' => 80, 'mobileShow' => 0);
  92. $config->workflowlayout->buildin->layouts->testcase->browse['lastRunDate'] = array('width' => 90, 'mobileShow' => 0);
  93. $config->workflowlayout->buildin->layouts->testcase->browse['lastRunResult'] = array('width' => 70, 'mobileShow' => 0);
  94. $config->workflowlayout->buildin->layouts->testcase->browse['status'] = array('width' => 70, 'mobileShow' => 0);
  95. $config->workflowlayout->buildin->layouts->testcase->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  96. $config->workflowlayout->buildin->layouts->testtask = new stdclass();
  97. $config->workflowlayout->buildin->layouts->testtask->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  98. $config->workflowlayout->buildin->layouts->testtask->browse['name'] = array('width' => 200, 'mobileShow' => 0);
  99. $config->workflowlayout->buildin->layouts->testtask->browse['product'] = array('width' => 'auto', 'mobileShow' => 0);
  100. $config->workflowlayout->buildin->layouts->testtask->browse['project'] = array('width' => 'auto', 'mobileShow' => 0);
  101. $config->workflowlayout->buildin->layouts->testtask->browse['build'] = array('width' => 'auto', 'mobileShow' => 0);
  102. $config->workflowlayout->buildin->layouts->testtask->browse['owner'] = array('width' => 80, 'mobileShow' => 0);
  103. $config->workflowlayout->buildin->layouts->testtask->browse['begin'] = array('width' => 100, 'mobileShow' => 0);
  104. $config->workflowlayout->buildin->layouts->testtask->browse['end'] = array('width' => 100, 'mobileShow' => 0);
  105. $config->workflowlayout->buildin->layouts->testtask->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  106. $config->workflowlayout->buildin->layouts->testtask->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  107. $config->workflowlayout->buildin->layouts->testsuite = new stdclass();
  108. $config->workflowlayout->buildin->layouts->testsuite->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  109. $config->workflowlayout->buildin->layouts->testsuite->browse['name'] = array('width' => 200, 'mobileShow' => 0);
  110. $config->workflowlayout->buildin->layouts->testsuite->browse['desc'] = array('width' => 'auto', 'mobileShow' => 0);
  111. $config->workflowlayout->buildin->layouts->testsuite->browse['addedBy'] = array('width' => 90, 'mobileShow' => 0);
  112. $config->workflowlayout->buildin->layouts->testsuite->browse['addedDate'] = array('width' => 150, 'mobileShow' => 0);
  113. $config->workflowlayout->buildin->layouts->testsuite->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  114. $config->workflowlayout->buildin->layouts->caselib = new stdclass();
  115. $config->workflowlayout->buildin->layouts->caselib->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  116. $config->workflowlayout->buildin->layouts->caselib->browse['name'] = array('width' => 200, 'mobileShow' => 0);
  117. $config->workflowlayout->buildin->layouts->caselib->browse['desc'] = array('width' => 'auto', 'mobileShow' => 0);
  118. $config->workflowlayout->buildin->layouts->caselib->browse['addedBy'] = array('width' => 90, 'mobileShow' => 0);
  119. $config->workflowlayout->buildin->layouts->caselib->browse['addedDate'] = array('width' => 150, 'mobileShow' => 0);
  120. $config->workflowlayout->buildin->layouts->caselib->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  121. $config->workflowlayout->buildin->layouts->feedback = new stdclass();
  122. $config->workflowlayout->buildin->layouts->feedback->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  123. $config->workflowlayout->buildin->layouts->feedback->browse['product'] = array('width' => 120, 'mobileShow' => 0);
  124. $config->workflowlayout->buildin->layouts->feedback->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  125. $config->workflowlayout->buildin->layouts->feedback->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  126. $config->workflowlayout->buildin->layouts->feedback->browse['openedBy'] = array('width' => 80, 'mobileShow' => 0);
  127. $config->workflowlayout->buildin->layouts->feedback->browse['openedDate'] = array('width' => 100, 'mobileShow' => 0);
  128. $config->workflowlayout->buildin->layouts->feedback->browse['assignedTo'] = array('width' => 120, 'mobileShow' => 0);
  129. $config->workflowlayout->buildin->layouts->feedback->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  130. $config->workflowlayout->buildin->layouts->cm = new stdclass();
  131. $config->workflowlayout->buildin->layouts->cm->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  132. $config->workflowlayout->buildin->layouts->cm->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  133. $config->workflowlayout->buildin->layouts->cm->browse['version'] = array('width' => 80, 'mobileShow' => 0);
  134. $config->workflowlayout->buildin->layouts->cm->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  135. $config->workflowlayout->buildin->layouts->cm->browse['category'] = array('width' => 80, 'mobileShow' => 0);
  136. $config->workflowlayout->buildin->layouts->cm->browse['createdBy'] = array('width' => 80, 'mobileShow' => 0);
  137. $config->workflowlayout->buildin->layouts->cm->browse['createdDate'] = array('width' => 100, 'mobileShow' => 0);
  138. $config->workflowlayout->buildin->layouts->cm->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  139. $config->workflowlayout->buildin->layouts->projectchange = new stdclass();
  140. $config->workflowlayout->buildin->layouts->projectchange->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  141. $config->workflowlayout->buildin->layouts->projectchange->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  142. $config->workflowlayout->buildin->layouts->projectchange->browse['urgency'] = array('width' => 80, 'mobileShow' => 0);
  143. $config->workflowlayout->buildin->layouts->projectchange->browse['type'] = array('width' => 80, 'mobileShow' => 0);
  144. $config->workflowlayout->buildin->layouts->projectchange->browse['deliverable'] = array('width' => 80, 'mobileShow' => 0);
  145. $config->workflowlayout->buildin->layouts->projectchange->browse['owner'] = array('width' => 80, 'mobileShow' => 0);
  146. $config->workflowlayout->buildin->layouts->projectchange->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  147. $config->workflowlayout->buildin->layouts->projectchange->browse['deadline'] = array('width' => 100, 'mobileShow' => 0);
  148. $config->workflowlayout->buildin->layouts->projectchange->browse['createdBy'] = array('width' => 80, 'mobileShow' => 0);
  149. $config->workflowlayout->buildin->layouts->projectchange->browse['createdDate'] = array('width' => 100, 'mobileShow' => 0);
  150. $config->workflowlayout->buildin->layouts->projectchange->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  151. $config->workflowlayout->buildin->layouts->risk = new stdclass();
  152. $config->workflowlayout->buildin->layouts->risk->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  153. $config->workflowlayout->buildin->layouts->risk->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  154. $config->workflowlayout->buildin->layouts->risk->browse['pri'] = array('width' => 80, 'mobileShow' => 0);
  155. $config->workflowlayout->buildin->layouts->risk->browse['rate'] = array('width' => 80, 'mobileShow' => 0);
  156. $config->workflowlayout->buildin->layouts->risk->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  157. $config->workflowlayout->buildin->layouts->risk->browse['category'] = array('width' => 80, 'mobileShow' => 0);
  158. $config->workflowlayout->buildin->layouts->risk->browse['identifiedDate'] = array('width' => 80, 'mobileShow' => 0);
  159. $config->workflowlayout->buildin->layouts->risk->browse['assignedTo'] = array('width' => 80, 'mobileShow' => 0);
  160. $config->workflowlayout->buildin->layouts->risk->browse['strategy'] = array('width' => 80, 'mobileShow' => 0);
  161. $config->workflowlayout->buildin->layouts->risk->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  162. $config->workflowlayout->buildin->layouts->issue = new stdclass();
  163. $config->workflowlayout->buildin->layouts->issue->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  164. $config->workflowlayout->buildin->layouts->issue->browse['title'] = array('width' => 'auto', 'mobileShow' => 0);
  165. $config->workflowlayout->buildin->layouts->issue->browse['pri'] = array('width' => 80, 'mobileShow' => 0);
  166. $config->workflowlayout->buildin->layouts->issue->browse['severity'] = array('width' => 80, 'mobileShow' => 0);
  167. $config->workflowlayout->buildin->layouts->issue->browse['type'] = array('width' => 80, 'mobileShow' => 0);
  168. $config->workflowlayout->buildin->layouts->issue->browse['owner'] = array('width' => 80, 'mobileShow' => 0);
  169. $config->workflowlayout->buildin->layouts->issue->browse['createdDate'] = array('width' => 80, 'mobileShow' => 0);
  170. $config->workflowlayout->buildin->layouts->issue->browse['assignedTo'] = array('width' => 80, 'mobileShow' => 0);
  171. $config->workflowlayout->buildin->layouts->issue->browse['assignedBy'] = array('width' => 80, 'mobileShow' => 0);
  172. $config->workflowlayout->buildin->layouts->issue->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  173. $config->workflowlayout->buildin->layouts->issue->browse['actions'] = array('width' => 130, 'mobileShow' => 0);
  174. $config->workflowlayout->buildin->layouts->opportunity = new stdclass();
  175. $config->workflowlayout->buildin->layouts->opportunity->browse['id'] = array('width' => 90, 'mobileShow' => 0);
  176. $config->workflowlayout->buildin->layouts->opportunity->browse['name'] = array('width' => 'auto', 'mobileShow' => 0);
  177. $config->workflowlayout->buildin->layouts->opportunity->browse['pri'] = array('width' => 80, 'mobileShow' => 0);
  178. $config->workflowlayout->buildin->layouts->opportunity->browse['ratio'] = array('width' => 80, 'mobileShow' => 0);
  179. $config->workflowlayout->buildin->layouts->opportunity->browse['status'] = array('width' => 80, 'mobileShow' => 0);
  180. $config->workflowlayout->buildin->layouts->opportunity->browse['type'] = array('width' => 80, 'mobileShow' => 0);
  181. $config->workflowlayout->buildin->layouts->opportunity->browse['identifiedDate'] = array('width' => 80, 'mobileShow' => 0);
  182. $config->workflowlayout->buildin->layouts->opportunity->browse['assignedTo'] = array('width' => 80, 'mobileShow' => 0);
  183. $config->workflowlayout->buildin->layouts->opportunity->browse['strategy'] = array('width' => 80, 'mobileShow' => 0);
  184. $config->workflowlayout->buildin->layouts->opportunity->browse['actions'] = array('width' => 130, 'mobileShow' => 0);