Commit Graph
2230 Commits
Author SHA1 Message Date
李硕 78ef1d1473 * Fix bug #44601. 2024-02-01 15:37:48 +08:00
xieqiyu d38a607a23 * Fix bug#45426. 2024-01-29 09:47:00 +08:00
liugang 4b122790c5 * user: refactor to support printing, saving and deleting user templates. 2024-01-25 10:30:06 +08:00
朱金勇 561f53ccc2 * Fix sql for dmdb. 2024-01-24 16:42:51 +08:00
liumengyi 689701d010 - Remove groups field from zt_project, and remove userModel::mergeObjectGroupsToUserView. 2024-01-23 17:09:21 +08:00
liumengyi 671691c1e9 * Fix bug of priv initialization function of object groups. 2024-01-23 09:53:17 +08:00
liumengyi 87aa57b5a6 * Add whitelist groups to project, and add its priv initialization function. 2024-01-22 13:50:14 +08:00
wangyidong 9232d43b52 * Fix unit test. 2024-01-19 17:12:47 +08:00
wangyidong c531b5d78b * Code for bug #43483. 2024-01-19 16:36:25 +08:00
wangyidong cae003fa72 * Fix bug #43483. 2024-01-19 16:32:37 +08:00
朱金勇 c8c7354a5a * Fix identifyByCookie for check modifyPassword. 2024-01-16 16:21:19 +08:00
wangyuting 86164c023d * Fix input type error. bug #43950. 2024-01-15 15:20:23 +08:00
liyang e34b396c38 * Adjust password input init params. 2024-01-15 09:37:21 +08:00
sunhao 143a14ee56 * user: hide required marks in login form. 2024-01-12 15:52:31 +08:00
liugang 350ae353a0 * userUI: don't redirect to the login page via zin request, finish task #110853, fix bug #43563. 2024-01-11 16:41:50 +08:00
liugang e1176da159 * userUI: don't redirect to the login page via ajax request, finish task #110853, fix bug #43563. 2024-01-10 18:09:50 +08:00
liugang e0458b3d8b * userUI: display guest login button if enable the guest login function. 2024-01-08 16:33:44 +08:00
liumengyi 6de4ff3e70 * Fix bug #43309, update group picker items after changing visions. 2024-01-05 15:49:07 +08:00
tianshujie 92000d22f6 * Fix bug #41199. 2024-01-04 16:32:04 +08:00
liumengyi 35f4744c61 * Fix bug #43189. 2024-01-04 16:29:15 +08:00
tianshujie 90beee3cc4 * Fix bug #41199. 2024-01-04 16:19:25 +08:00
wangyidong 52271df590 * Fix bug #43035. 2024-01-03 19:35:50 +08:00
wangyidong 3d20dcb781 * Adjust for submit login. 2024-01-03 18:34:58 +08:00
sunhao 68b7c2e97c * Rename .form-grid to .form-horz. 2024-01-03 17:04:19 +08:00
wangyidong 15340b529a * Fix bug #42948. 2024-01-03 15:26:44 +08:00
wangyidong bfcde8ba69 * Fix logout. 2024-01-03 09:59:41 +08:00
liumengyi 50e710b024 * Fix bug #42797, fix undefined parameter error. 2024-01-02 16:50:47 +08:00
liumengyi 5afd465cbb * Fix bug #109945, fix undefined parameter error. 2024-01-02 16:46:57 +08:00
caoyanyi d666acac54 * Adjust save rule for code commit. 2023-12-28 17:17:58 +08:00
liugang 8fa354ce84 * userZen: fixed the issue of login timeout when the account and password are empty. 2023-12-28 17:16:26 +08:00
sunhao ae87e61f2d * Fix style of dynamic list. 2023-12-27 11:51:03 +08:00
wangyuting bdae4f0c36 * Adjust user unit test `` to ~~. 2023-12-26 14:20:59 +08:00
liugang 2517732e73 + userTest: add script to test the getExecutions method of userModel. 2023-12-25 16:46:43 +08:00
liugang f4e578e1bd + userTest: add script to test the getProjects method of userModel. 2023-12-25 16:16:13 +08:00
liugang 0ea10f48b2 * userTao: set the field as 0 if it's null. 2023-12-25 16:15:41 +08:00
liugang 77bf6fde71 + userTest: add script to test the fetchExecutionTaskCount method of userTao. 2023-12-25 15:00:25 +08:00
liugang cb50ce5ada + userTao: return empty array if the passed parameter is empty. 2023-12-25 14:58:41 +08:00
liugang a4912d5781 * userTest: refactor script to test the fetchProjects method of userTao. 2023-12-25 14:34:00 +08:00
liugang d146b6d2e8 * userTest: refactor script to test the fetchExecutions method of userTao. 2023-12-25 14:33:16 +08:00
liugang 8135fdd8fd + userTest: add script to test the fetchExecutions method of userTao. 2023-12-25 14:16:24 +08:00
liugang dc340c0a06 + userTest: add test step of that the passed parameter is empty. 2023-12-25 13:49:09 +08:00
liugang 4300de1170 * userTest: add comment of test steps. 2023-12-25 13:48:38 +08:00
liugang 648389e7ce + userTest: add script to test the fetchProjectStoryEstimate method of userTao. 2023-12-25 13:45:42 +08:00
liugang bb49d046f6 * userTao: fix error of fetch story estimate of projects. 2023-12-25 13:44:55 +08:00
liugang f34c01c98b + userTao: return empty array if the $projectIdList parameter is empty. 2023-12-25 13:44:35 +08:00
liugang 1cae679ca6 + userTest: add script to test the fetchProjectExecutionCount method of userTao. 2023-12-25 13:13:48 +08:00
liugang 37a3beae7c * userTest: add script to test the fetchProjects method of userTao. 2023-12-25 11:10:11 +08:00
wangyidong 9053046260 * Fix bug #41816. 2023-12-23 16:43:28 +08:00
liugang b870c3e209 + userTest: add script to test the processDisplayValue method. 2023-12-23 09:40:53 +08:00
liugang 368befc151 * userModel: remove unused parameters when calling fetchExtraUsers method. 2023-12-22 19:52:01 +08:00