xieqiyu
|
dad03f0b95
|
* [unittest] Change private to public.
|
2025-07-24 05:30:10 +00:00 |
|
xieqiyu
|
199a89b8c8
|
* [feedback#9880] Fix the bug of update user view.
|
2025-07-23 08:35:43 +00:00 |
|
liugang
|
39530835bf
|
* [bug#64270] Fix the return value type doesn't meet expectations.
|
2025-07-23 11:16:06 +08:00 |
|
liugang
|
634a736d3c
|
* [perf] Update the userview if the last update time of the userview is earlier than the last update time of the userview's related tables.
|
2025-07-22 14:21:10 +08:00 |
|
zhujinyong
|
94c876426f
|
* [misc] compatibility with PHP8.4.
|
2025-07-07 14:47:31 +08:00 |
|
liugang
|
f504b38037
|
* [refac] replace "join" with "implode".
|
2025-05-26 17:37:30 +08:00 |
|
刘刚
|
54824daedd
|
* [refac] remove unused parameter.
|
2025-05-26 11:08:08 +08:00 |
|
刘刚
|
6197cbf7f0
|
* [refac] using insert operation or update operation instead of replace operation.
|
2025-05-21 18:13:23 +08:00 |
|
xieqiyu
|
d68d4aa82a
|
* [feedback#9317] Fix the bug of merge sprints user views when select all.
|
2025-05-19 16:27:40 +08:00 |
|
sunguangming
|
9cfda9e24b
|
Merge branch 'feature/deliverable' into release/21.7.1
|
2025-05-16 09:27:00 +00:00 |
|
sunguangming
|
1500d57e7e
|
* [task#143103,done,0.2h] fix bug.
|
2025-05-08 15:58:40 +08:00 |
|
sunguangming
|
9cf66b42cb
|
* [bug#62025,done,0.2h] fix bug.
|
2025-04-28 16:00:31 +08:00 |
|
sunguangming
|
045d1ac79a
|
* [error] modify array merge to array union.
|
2025-04-17 16:53:04 +08:00 |
|
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 |
|