liumengyi
|
7c2b826706
|
* Rename variable name for bugZen-responseAfterBatchEdit.
|
2023-05-24 11:25:41 +08:00 |
|
liumengyi
|
e80d3a3a81
|
* Process response for bug-batchEdit.
|
2023-05-24 11:20:11 +08:00 |
|
wangyuting
|
b9e9c48c9b
|
* Fix Fix bugs with missing variables and link errors.
|
2023-05-24 09:30:50 +08:00 |
|
liugang
|
463e9e94be
|
* bugZen: set the value of date type fields to null when activating a bug.
|
2023-05-23 14:43:37 +08:00 |
|
daitingting
|
4038332f29
|
* Move mergeChartOption function.
|
2023-05-23 06:28:37 +00:00 |
|
liumengyi
|
bb83cfd278
|
* Optimize code for the build bugs function of bug-batchEdit.
|
2023-05-23 14:18:27 +08:00 |
|
liumengyi
|
254a6db995
|
* Optimize code for bug-batchCreate.
|
2023-05-23 13:40:26 +08:00 |
|
liumengyi
|
281ea717a4
|
* Fix error found by sonarqube.
|
2023-05-23 10:17:59 +08:00 |
|
liumengyi
|
b85a7ac8c4
|
* Add build data functions for batch edit bugs.
|
2023-05-23 10:10:03 +08:00 |
|
liumengyi
|
9ae5fa1361
|
* Fix error for batch create bugs.
|
2023-05-23 09:26:56 +08:00 |
|
liumengyi
|
197701a55d
|
* Rename the function of assignCreateVars to assignBatchCreateVars.
|
2023-05-22 17:07:39 +08:00 |
|
daitingting
|
dd4c3c1a34
|
* Refactor getBugs2Link function.
|
2023-05-22 08:02:25 +00:00 |
|
liugang
|
f22371003b
|
* bugZen: adjust the code order.
|
2023-05-22 14:46:47 +08:00 |
|
liugang
|
b58cda66db
|
- Remove unused code: $this->view->position.
|
2023-05-22 14:43:26 +08:00 |
|
liugang
|
955b5b3f9f
|
* bugZen: refactor the buildBugForActivate function.
|
2023-05-22 14:29:50 +08:00 |
|
daitingting
|
5d116c0cf8
|
* Refactor linkBugs function.
|
2023-05-22 02:39:27 +00:00 |
|
liugang
|
63fc4fb5ce
|
* bugZen: simplify the buildBugForActivate function, remove code about the activatedCount field.
|
2023-05-22 10:01:22 +08:00 |
|
wangyuting
|
f7ee372afc
|
* Optimize the display logic of actions on the bug view page and browse page.
|
2023-05-19 17:23:24 +08:00 |
|
liumengyi
|
fa114ad7c8
|
* Refactor bugModel-batchCreate, and add unit test.
|
2023-05-19 17:07:37 +08:00 |
|
liugang
|
b7e8102038
|
* bugZen: rename the prepareActivate method to buildBugForActivate and refactor it.
|
2023-05-19 15:55:47 +08:00 |
|
liugang
|
f79741aecf
|
* bug: fix error of calling undefined property uid from the form data.
|
2023-05-19 13:22:03 +08:00 |
|
wangyuting
|
dcff6d8cbd
|
* Finish the bug close page with task #93305.
|
2023-05-19 10:36:28 +08:00 |
|
liumengyi
|
e8d4a77f58
|
* Split the bug batchCreate function, and add show variables function.
|
2023-05-18 17:23:57 +08:00 |
|
daitingting
|
fcec62fab4
|
* Add sidebar.
|
2023-05-18 08:58:01 +00:00 |
|
liumengyi
|
5fb20fea50
|
* Add response function after batch creation.
|
2023-05-18 16:45:23 +08:00 |
|
liumengyi
|
7dc6582fe1
|
* Add construct bugs function.
|
2023-05-18 16:32:33 +08:00 |
|
wangyuting
|
c235be893e
|
* Fix bug with objectType is null when calling getBuildPairs function.
|
2023-05-18 16:27:53 +08:00 |
|
wangyuting
|
6a401117f1
|
* Now creating bug page can save and locate.
|
2023-05-18 14:45:09 +08:00 |
|
wangyuting
|
7595184b48
|
* Really completed the JS of create bug page.
|
2023-05-18 13:56:20 +08:00 |
|
liumengyi
|
5e02ba5df3
|
* Add bugModel-createBuild and its unit test, and add comment.
|
2023-05-17 09:23:48 +08:00 |
|
zenggang
|
c18d1f329c
|
* Bug activate
|
2023-05-16 08:38:43 +00:00 |
|
liumengyi
|
e5438f5d86
|
* Optimize code after code reviewing and add checkRequired4Resolve
function for bugModel-resolve.
|
2023-05-16 16:29:25 +08:00 |
|
liugang
|
d5066f06c9
|
* bugZen: convert the branch variable into a string to meet the requirements of the parameter type of the productModel::getProjectPairsByProduct() method.
|
2023-05-16 11:10:27 +08:00 |
|
liumengyi
|
cb1765a5e8
|
* Add prepare data function of bug-resolve.
|
2023-05-16 09:35:06 +08:00 |
|
liumengyi
|
2252593373
|
* Fix error in sonarqube.
|
2023-05-15 17:25:49 +08:00 |
|
liumengyi
|
f78237f051
|
* Refactor model of bug-resolve.
|
2023-05-15 17:15:48 +08:00 |
|
liumengyi
|
5c24daa1de
|
* Refactor the contorl of bug-resolve.
|
2023-05-15 17:07:01 +08:00 |
|
liumengyi
|
1086cbab1b
|
* Refactor bug-assignTo, and add unittest of bug-assign.
|
2023-05-15 14:18:14 +08:00 |
|
liugang
|
7374ec03b1
|
* bug: Move the function checkBugExecutionPriv from bugModel to bugZen.
|
2023-05-15 10:26:41 +08:00 |
|
songchenxuan
|
2a362d8da1
|
* Add function access for bug zen.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
649d954455
|
* Modify comment, add full stop.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
754e75f24d
|
* Add void return for buildCreateForm, unifies judge code to a new method.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
6ae63123f6
|
* Add zh-cn comment.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
9e11a39dfd
|
* Move create control code to zen, add two function: extractObjectFromExtras, buildCreateForm.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
4599579c7c
|
* Rename all bugTpl to bug.
|
2023-05-15 09:48:34 +08:00 |
|
songchenxuan
|
1d0a37363c
|
* Unset $bug->deadline if it is empty.
|
2023-05-15 09:48:34 +08:00 |
|
daitingting
|
3089113b73
|
* Refactor getBySearch function.
|
2023-05-15 09:47:21 +08:00 |
|
liugang
|
1969043116
|
* bugZen: use helper::setcookie instead of setcookie.
|
2023-05-15 09:06:39 +08:00 |
|
綦新志
|
6e67a57a4c
|
Merge pull request '* Rebuild the browse function.' (#51) from daitingting_rebuild_control_browse into master
Reviewed-on: https://git.zcorp.cc/easycorp/zentaopms/pulls/51
|
2023-05-12 09:36:39 +08:00 |
|
daitingting
|
2868b241c2
|
* Optimize codes.
|
2023-05-12 01:32:27 +00:00 |
|