liugang
|
be5c46e46d
|
* userModel: refactor the identifyByPhpAuth method.
|
2023-12-07 14:05:12 +08:00 |
|
liugang
|
052dc72cfe
|
* userModel: refactor the updatePassword method.
|
2023-12-07 14:04:21 +08:00 |
|
sunhao
|
8c7c3051a8
|
* refactor, typo.
|
2023-12-07 14:02:01 +08:00 |
|
liugang
|
71c68f9a29
|
* userModel: refactor the getByQuery method.
|
2023-12-07 14:00:48 +08:00 |
|
liugang
|
3c81b7ec8b
|
* userModel: refactor the getById method.
|
2023-12-07 14:00:12 +08:00 |
|
liugang
|
a02010000c
|
* userModel: refactor the getUserRoles method.
|
2023-12-07 13:58:56 +08:00 |
|
liugang
|
1582220455
|
* userModel: refactor the getRealNameAndEmails method.
|
2023-12-07 13:58:10 +08:00 |
|
liugang
|
3ca99c6658
|
* userModel: refactor the getCommiters method.
|
2023-12-07 13:57:23 +08:00 |
|
liumengyi
|
4d48fb6f81
|
* Fix bug of ui in user::batchCreate.
|
2023-12-07 13:55:54 +08:00 |
|
zenggang
|
5684e55651
|
* Adjust gitlab module.
|
2023-12-07 05:55:31 +00:00 |
|
liugang
|
3b7d08b97b
|
* userModel: refactor the getAvatarPairs method.
|
2023-12-07 13:55:16 +08:00 |
|
liugang
|
786a112774
|
* userModel: refactor the getList method.
|
2023-12-07 13:54:44 +08:00 |
|
liugang
|
823b377b90
|
* userModel: modify method comment.
|
2023-12-07 13:52:58 +08:00 |
|
daitingting
|
dfe0475367
|
* Move checkPriv in tao.
|
2023-12-07 05:52:22 +00:00 |
|
liugang
|
c59ec04567
|
* userModel: rename the checkBeforeBatchEdit method to checkBeforeBatchUpdate.
|
2023-12-07 13:49:27 +08:00 |
|
liugang
|
9681527b5a
|
* userModel: the access permission of the method is changed from public to private.
|
2023-12-07 13:48:51 +08:00 |
|
sunguangming
|
4192143c4c
|
* Modify comment.
|
2023-12-07 13:47:59 +08:00 |
|
liumengyi
|
938199f0ae
|
* Fix bug #41083, get picker correctly.
|
2023-12-07 13:47:11 +08:00 |
|
xieqiyu
|
783489f325
|
* Fix the bug of execution tree story.
|
2023-12-07 13:28:44 +08:00 |
|
liugang
|
2e0a3c54c9
|
* userZen: pass post value as parameters when calling method of model.
|
2023-12-07 13:27:29 +08:00 |
|
liugang
|
e51e1610d3
|
- userControl: remove unused code because the checkPassword method has been called in the resetPassword method.
|
2023-12-07 13:26:05 +08:00 |
|
liugang
|
9bcd96bd7d
|
* userModel: refactor the resetPassword method.
|
2023-12-07 13:25:36 +08:00 |
|
liumengyi
|
e6e4e8b4c1
|
* Fix bug #41091, fix parameter type error.
|
2023-12-07 13:24:30 +08:00 |
|
liumengyi
|
3377ab4494
|
* Optimize unit test for personnelModel::isClickable.
|
2023-12-07 13:16:57 +08:00 |
|
liumengyi
|
11514adb83
|
* Refactor personnelModel::buildSearchForm, and add its unit test.
|
2023-12-07 13:14:16 +08:00 |
|
xieqiyu
|
6bd83b5982
|
* Fix the bug of show plan in story view.
|
2023-12-07 13:13:01 +08:00 |
|
wangyuting
|
8474cd2461
|
* Optimize api getInfoFromDb function and finish unit test script.
|
2023-12-07 13:12:27 +08:00 |
|
sunguangming
|
3a95bd5d2e
|
* Add unit test.
|
2023-12-07 13:10:55 +08:00 |
|
caoyanyi
|
5468ea6602
|
+ Add unit test case for serverroom.
|
2023-12-07 11:31:16 +08:00 |
|
tianshujie
|
be5ea6ba11
|
* Fix trigger multiple linked stories error.
|
2023-12-07 11:30:48 +08:00 |
|
tianshujie
|
61b00965dd
|
* Fix plan linked stories not update zt_planstory issue.
|
2023-12-07 11:30:48 +08:00 |
|
tianshujie
|
b959ebc784
|
+ Add doc::getEditedDocs unit test.
|
2023-12-07 11:30:48 +08:00 |
|
tianshujie
|
17d2bb5899
|
+ Add doc::getOpenedDocs unit test.
|
2023-12-07 11:30:48 +08:00 |
|
tianshujie
|
4b4cb01336
|
+ Add doc::getMyDocListBySearch unit test.
|
2023-12-07 11:30:48 +08:00 |
|
liumengyi
|
2471a131c8
|
* Refactor personnelModel::createMemberLink, and add its unit test.
|
2023-12-07 11:29:24 +08:00 |
|
daitingting
|
99a1d19bff
|
* Move these functions in tao.
|
2023-12-07 03:27:00 +00:00 |
|
sunguangming
|
8b3c429be8
|
* Add unit test.
|
2023-12-07 11:24:36 +08:00 |
|
liumengyi
|
ad4cc04666
|
- Remove personnelModel::deleteWhitelist, it's not used anymore.
|
2023-12-07 11:18:39 +08:00 |
|
xieqiyu
|
09e09645f5
|
* Fix the bug of productplan link story.
|
2023-12-07 11:16:31 +08:00 |
|
wangyuting
|
a957464e2e
|
* Optimize api getLocalExtensions function and finish unit test script.
|
2023-12-07 11:02:06 +08:00 |
|
sunguangming
|
9c57e7abbb
|
* Add name to copy lane and cols.
|
2023-12-07 10:52:41 +08:00 |
|
liumengyi
|
088c240b9c
|
* Refactor personnelModel::deleteExecutionWhitelist, and modify its unit test.
|
2023-12-07 10:52:07 +08:00 |
|
wangxuepeng
|
a812050f3f
|
* Move pivotTao::getUserWorkLoad to pivotModle.
|
2023-12-07 10:41:20 +08:00 |
|
wangxuepeng
|
d111cc91ef
|
* Refactor pivotModel::getProduts.
|
2023-12-07 10:41:20 +08:00 |
|
caoyanyi
|
4bbe6d0e52
|
* Adjust unit test case for serverroom.
|
2023-12-07 10:39:34 +08:00 |
|
caoyanyi
|
2f6aa220cd
|
* Adjust methods params and return type for serverroom.
|
2023-12-07 10:39:34 +08:00 |
|
sunhao
|
be26813730
|
* block: remove unused onLoad callback.
|
2023-12-07 10:39:17 +08:00 |
|
wangyuting
|
f13bd5b4e4
|
* Optimize api checkIncompatible function and finish unit test script.
|
2023-12-07 10:38:41 +08:00 |
|
wangxuepeng
|
f6cc3fb8c0
|
* Refactor pivotModel::getExecutions.
|
2023-12-07 10:26:07 +08:00 |
|
liwenrui
|
b551f0e62e
|
* add docs for zeneditor.
|
2023-12-07 10:23:11 +08:00 |
|