sunguangming
|
e20a62ae10
|
* [error] fix user view bug.
|
2025-04-17 16:53:04 +08:00 |
|
liugang
|
6459a36613
|
* [refac] if there is no periodic to-do, do not call the related functions.
|
2025-04-15 14:36:51 +08:00 |
|
liugang
|
3b233cb188
|
* [refac] clean locked when necessary.
|
2025-04-02 16:44:08 +08:00 |
|
liugang
|
7e06f23efc
|
* [misc] replace mao with dao because the TABLE_USERVIEW isn't saved in cache.
|
2025-04-01 14:33:19 +08:00 |
|
wangyidong
|
d966071261
|
* [revert bug #60782] Revert use mao.
|
2025-03-28 13:11:11 +08:00 |
|
wangyidong
|
e5d6dc1d74
|
* [refac bug #60782] Try to not use dao cache.
|
2025-03-28 09:51:59 +08:00 |
|
sunguangming
|
670ba4c61a
|
* [bug] complete program acl.
|
2025-01-22 13:55:18 +08:00 |
|
xieqiyu
|
f0aa9c6cbb
|
* [Bug#59196,#59198] Delete unused code.
|
2025-01-13 11:00:26 +08:00 |
|
xieqiyu
|
1cbbcd3095
|
* [Bug#59196,#59198] Filter array for users when edit program and sprint.
|
2025-01-13 11:00:26 +08:00 |
|
xieqiyu
|
6a17090d8c
|
* [Bug#59118] Fix the bug of create product and create project.
|
2025-01-10 13:47:34 +08:00 |
|
liugang
|
468c9dab5b
|
* [refac] get data from cache.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
41d93f5459
|
Revert "* [refac] using delete and insert operations instead of replace operation."
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
6622af6996
|
* [refac] fix syntax error.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
6d229f2b09
|
* [refac] fetch stakeholder from cache.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
0a3cfb49cf
|
* [refac] rollback transaction if there's dao error.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
a14b1472ce
|
+ [refac] use transaction to prevent threads from writing database at the same time.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
b569955668
|
* [refac] get opened sprints in projetc from cache.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
546a776dc9
|
* [refac] replace dao query with methods.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
0e53b3bcb4
|
* [refac] fix error of calling undefined method.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
844f89c051
|
* [refac] replace dao with mao to fetch records from cache.
|
2024-12-30 09:42:38 +08:00 |
|
liugang
|
e806a23761
|
* [refac] using delete and insert operations instead of replace operation.
|
2024-12-30 09:42:38 +08:00 |
|
sunguangming
|
c3a5a49811
|
* [misc] fix code error.
|
2024-12-27 14:05:04 +08:00 |
|
xieqiyu
|
e9b64d7b1c
|
* [misc] Fix the bug of error when create private product.
|
2024-12-19 09:20:42 +08:00 |
|
wangyidong
|
2e820a5292
|
* [perf story #69214] Adjust code.
|
2024-12-04 14:48:35 +08:00 |
|
daitingting
|
621619ea01
|
* [task#132738,done,1h] Adjust view acls.
|
2024-11-26 16:56:03 +08:00 |
|
sunguangming
|
e9d8c35dd8
|
* [bug#57222,done,0.2h] fix bug.
|
2024-11-20 08:46:41 +08:00 |
|
wangyidong
|
8674047bd1
|
* [refac bug #38813] Set acl actions.
|
2024-11-15 16:50:09 +08:00 |
|
wangyidong
|
8ac34376f6
|
* [refac bug #55751] Fix for set project story count item.
|
2024-09-30 09:54:37 +08:00 |
|
tianshujie
|
be3ea58219
|
* [task#128325,done,0.2h] fix the product cleared while the user login.
|
2024-09-20 10:23:47 +08:00 |
|
tianshujie
|
1833709d62
|
* [task#128325,done,1h] fix ticket manager can't view private product error.
|
2024-09-20 10:23:47 +08:00 |
|
tianshujie
|
c69532387c
|
* [bug#54006,done,0.3h] add project manager maintainable execution.
|
2024-08-30 13:39:07 +08:00 |
|
liumengyi
|
8bfbc78324
|
* [bug#54283,done,0.7h] add ditto to company.
|
2024-08-21 10:11:55 +08:00 |
|
tianshujie
|
73732758c2
|
* [bug#52541,done,0.5h] fix link param and check lock user judge.
|
2024-07-19 10:57:32 +08:00 |
|
liumengyi
|
2aba82e635
|
* [bug#51371,done,0.2h] set key of dao::error.
|
2024-06-19 10:14:53 +08:00 |
|
liugang
|
fe0d8a2ecf
|
Revert "* userModel: fix sql error data too long to be truncated."
This reverts commit 68383ef62c.
|
2024-05-10 17:25:22 +08:00 |
|
liugang
|
68383ef62c
|
* userModel: fix sql error data too long to be truncated.
|
2024-05-07 10:42:56 +08:00 |
|
caoyanyi
|
bd38379f8c
|
Merge branch 'release-20.0.stable'
|
2024-03-15 21:14:04 +08:00 |
|
tianshujie
|
2c47eb1939
|
* Fix bug #47035.
|
2024-03-15 16:54:21 +08:00 |
|
sunhao
|
6f11a685b9
|
* user: fix property undefined error.
|
2024-03-15 15:33:35 +08:00 |
|
wangyuting
|
5a45f4d024
|
* Add ajaxprinttemplates function.
|
2024-03-06 14:37:52 +08:00 |
|
liumengyi
|
100206c2a0
|
* Change userModel::getProductMembers from private to protected, it's used in excel.
|
2024-03-04 10:07:40 +08:00 |
|
liumengyi
|
bed23c698b
|
* Change userModel::getProductMembers from private to protected, it's used in excel.
|
2024-03-01 11:02:11 +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 |
|
朱金勇
|
c8c7354a5a
|
* Fix identifyByCookie for check modifyPassword.
|
2024-01-16 16:21:19 +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 |
|