Commit Graph
3743 Commits
Author SHA1 Message Date
liumengyi bf81114e65 * Refactor bug-batchEdit html, and fix error for it. 2023-05-30 14:42:37 +08:00
liugang 13cd72ddd0 * bug: use implode instead of join. 2023-05-30 14:23:58 +08:00
liugang a80d40b4ae * bug: fix error of using undefined variables. 2023-05-30 14:23:17 +08:00
liugang af114d8471 * bugView: pass the $product parameter to generate link of create a bug. 2023-05-30 14:11:24 +08:00
liugang 1224c05494 * bug: convert the branch value in cookie to string type. 2023-05-30 14:10:40 +08:00
liugang 995b6487e7 * bugView: fix error of calling undefined properties. 2023-05-30 13:58:58 +08:00
wangyuting 4c6c061e54 * Remove this unused "$branchOption" local variable. 2023-05-30 13:55:58 +08:00
liugang 1e9e30e8e8 * bugView: refactor the detail page of bug. 2023-05-30 13:54:26 +08:00
wangyuting 249403dfa1 * Remove unused local variable. 2023-05-30 13:27:08 +08:00
wangyuting 6d4bef4c39 * Remove unused local variable. 2023-05-30 13:23:05 +08:00
wangyuting b35f26913b * Remove the useless trailing whitespaces at the end of this line. 2023-05-30 13:22:55 +08:00
wangyuting 3b98f6b79b * Remove unused local variable. 2023-05-30 13:20:47 +08:00
wangyuting 9a76bc28ae * Remove the unused function parameter. 2023-05-30 13:16:35 +08:00
daitingting ab6f1a65a6 * Refactor ajaxGetModuleOwner function. 2023-05-30 03:29:37 +00:00
daitingting 86b5e908e6 * Refactor getModuleOwner function. 2023-05-30 03:24:26 +00:00
zhouxin 64368f82a0 * Batch replace "else if" sequence to "elseif". 2023-05-30 11:22:17 +08:00
wangyuting b67d4d53b0 * Remove extra blank lines. 2023-05-30 11:21:42 +08:00
wangyuting 808929d72e * Optimize getLocation4Create and checkExistBug. 2023-05-30 11:14:44 +08:00
wangyuting 09c96df42e * Adjust bug zen function order. 2023-05-30 10:52:32 +08:00
wangyuting 912f89c00d * Adjust bug zen function order. 2023-05-30 10:49:45 +08:00
wangyuting f5267fc321 * Adjust bug zen function order. 2023-05-30 10:47:22 +08:00
wangyuting 9a380e550a * Adjust bug zen function order. 2023-05-30 10:45:49 +08:00
wangyuting 3d416611f2 * Adjust bug zen function order. 2023-05-30 10:44:09 +08:00
wangyuting 4bdf6c40f7 * Adjust bug zen function order. 2023-05-30 10:42:46 +08:00
wangyuting 0e6c16255a * Adjust bug zen function order. 2023-05-30 10:41:32 +08:00
wangyuting 2c9c9df62b * Adjust function order. 2023-05-30 10:40:26 +08:00
wangyuting 0841f6a876 * Adjust function order. 2023-05-30 10:32:27 +08:00
wangyuting d283f57d98 * Adjust function order. 2023-05-30 10:30:31 +08:00
wangyuting d50f0eb42f * Adjust function order. 2023-05-30 10:28:57 +08:00
wangyuting f6dc876834 * Adjust function order. 2023-05-30 10:27:12 +08:00
liumengyi ee1a7ebf86 * Fix error of bug-batchEdit when saving bugs. 2023-05-30 09:56:35 +08:00
wangyuting 68fd34d7eb * Finish bug batchConfirm and batchAssign and batchChangeModule and batchClose function. 2023-05-30 09:49:08 +08:00
liumengyi 0305cc1e69 * Fix error with undefined variables. 2023-05-30 09:31:23 +08:00
liumengyi dbe589a4aa * Fix error of bug-batchEdit when saving. 2023-05-30 08:47:04 +08:00
liugang e001e3c24e * bugUI: implement bug view page. 2023-05-29 23:22:40 +08:00
wangyuting fca0f6966c * Adjust batchOperate from zen to control. 2023-05-29 16:10:00 +08:00
liumengyi 09b4753a62 * Refactor bugModel-getPlanBugs. 2023-05-29 16:02:00 +08:00
liumengyi 7e60f16d27 * Refactor bugModel-getActiveBugs. 2023-05-29 16:01:25 +08:00
wangyuting 014e2940e0 * Optimize bug batchResolve function. 2023-05-29 15:59:38 +08:00
wangyuting 0b60f3fa3f * Optimize bug batchChangePlan function. 2023-05-29 15:28:06 +08:00
daitingting c4421b1305 * Refactor ajaxLoadAssignedTo function. 2023-05-29 06:56:30 +00:00
daitingting efbce9816f * Refactor ajaxLoadAllUsers function. 2023-05-29 06:49:39 +00:00
wangyuting a06a557a94 * Optimize bug batchCreate function. 2023-05-29 14:48:11 +08:00
liugang 40556d2b89 - bug: the locate method will terminate the program and do not need be returned. 2023-05-29 14:45:30 +08:00
daitingting e8cf1d365e * Delete useless codes. 2023-05-29 06:37:05 +00:00
liumengyi 3bdf591205 * Rename xxIDList to xxIdList in bug model.php. 2023-05-29 14:26:19 +08:00
liumengyi fdf7d5c402 * Rename bugIDList to bugIdList in bug model.php. 2023-05-29 14:23:06 +08:00
daitingting 17bc4908d8 * Refactore ajaxGetDropMenu function. 2023-05-29 06:15:25 +00:00
wangyuting 8abdaf2bf2 * Optimize bug delete function. 2023-05-29 13:41:10 +08:00
liumengyi 9e4e3f9a2e * Refactor bugModel-createBugFromGitlabIssue and modify unit test. 2023-05-29 13:20:02 +08:00