qixinzhi
|
e049745e46
|
* [bug#51289,done,0.1h] fix sonar.
|
2024-06-18 16:21:02 +08:00 |
|
qixinzhi
|
4b888535db
|
+ [bug#51289,doing,0.5h] add clearTablesDescCache for dao.
|
2024-06-18 16:21:02 +08:00 |
|
qixinzhi
|
dc3666704d
|
* [bug#51289,doing,0.1h] set tablesDesc to static public variable.
|
2024-06-18 16:21:02 +08:00 |
|
liugang
|
f304bf445f
|
* [misc] fix error of calling undefined property.
|
2024-06-18 16:06:33 +08:00 |
|
liugang
|
fab33da84f
|
* [misc] check if the sql contains table name and update table cache time if contains.
|
2024-06-18 15:52:58 +08:00 |
|
liugang
|
3dbe0f80ba
|
* [misc] prefix the cache key with the database name to prevent cache conflicts.
|
2024-06-13 01:02:02 +00:00 |
|
liumengyi
|
3e09b31777
|
+ [bug#50977,done,0.1h] close modal by zui3.
|
2024-06-12 19:37:13 +08:00 |
|
wangyuting
|
d218bf9d66
|
* [bug#50005,done,5h,0h] Fix submit locate error of new page open old page iframe.
|
2024-06-05 10:16:27 +08:00 |
|
liugang
|
950f2bff57
|
* baseDAO: disables the use of cache in install mode or upgrade mode.
|
2024-05-31 10:04:17 +08:00 |
|
liugang
|
57f63c9c42
|
* baseDAO: load cache class if the switcher is on.
|
2024-05-31 10:04:17 +08:00 |
|
liwenrui
|
4c61793ba8
|
* remove buggy, weird and seemingly useless content filtering, bug #50346.
|
2024-05-31 10:04:16 +08:00 |
|
Lufei
|
9180896b31
|
* Ignore boardlayer table cache.
|
2024-05-30 16:54:08 +08:00 |
|
liugang
|
3c2c1052c2
|
* baseDAO: fix error can't set cache for the updated table.
|
2024-05-24 16:18:09 +08:00 |
|
liugang
|
9459df664b
|
+ baseDAO: add a method to clear cache.
|
2024-05-24 16:18:08 +08:00 |
|
sunhao
|
8d460df1b7
|
* support to toggle client cache feature by $config->clientCache.
|
2024-05-24 14:11:53 +08:00 |
|
liugang
|
32c09aa234
|
* baseDAO: disable cache when installing or upgrading.
|
2024-05-23 14:22:15 +08:00 |
|
liugang
|
d8544d4f1b
|
Revert "* Rename cache configuration item."
This reverts commit 7c826e1c3d.
|
2024-05-23 14:22:14 +08:00 |
|
liugang
|
361c7e011f
|
* Rename cache configuration item.
|
2024-05-23 14:22:13 +08:00 |
|
sunhao
|
6b85b98261
|
* lib: export current user account to window.config.
|
2024-05-20 16:27:18 +08:00 |
|
liugang
|
78b7a1dccb
|
* baseDAO: define a cache miss constant to make sure the false value can be cached.
|
2024-05-17 13:19:13 +08:00 |
|
liugang
|
3c5d9f9024
|
* baseDAO: update the table cache time after the sql is executed.
|
2024-05-17 11:15:03 +08:00 |
|
liugang
|
f02275d59a
|
* baseDAO: set null as the value parameter's default value.
|
2024-05-17 11:15:02 +08:00 |
|
liugang
|
80990aab87
|
* baseDAO: refactor the getCache method and add comment.
|
2024-05-17 11:15:02 +08:00 |
|
liugang
|
c3f7b9646a
|
* baseDAO: append - in cache key.
|
2024-05-17 11:15:02 +08:00 |
|
liugang
|
eb5831392d
|
* baseDAO: terminate program if throws an exception when load cache.
|
2024-05-17 11:15:02 +08:00 |
|
liugang
|
a0bb653320
|
+ baseDAO: check whether can use client cache.
|
2024-05-17 11:15:01 +08:00 |
|
liugang
|
c1edd5b996
|
* baseDAO: fix that can't hit the cache.
|
2024-05-17 11:15:00 +08:00 |
|
liugang
|
c863728708
|
- lib: remove unused file.
|
2024-05-17 11:15:00 +08:00 |
|
liugang
|
cf64bea050
|
- baseDAO: remove unused method.
|
2024-05-17 11:15:00 +08:00 |
|
liugang
|
44f6d478bb
|
* baseDAO: refactor the fetchPairs method to use cache.
|
2024-05-17 11:15:00 +08:00 |
|
liugang
|
5751a6f364
|
* baseDAO: refactor the fetchGroup method to use cache.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
d12a85673a
|
* baseDAO: refactor the fetchAll method to use cache.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
4aeab51f47
|
* baseDAO: refactor the fetch method to use cache.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
227edcff1d
|
* baseDAO: set cache when update a table.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
baf73a9a01
|
+ baseDAO: add a method to set cache.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
53a2fe0ca4
|
+ baseDAO: add a method to get data from cache.
|
2024-05-17 11:14:59 +08:00 |
|
liugang
|
9d866a7810
|
+ baseDAO: load dao cache.
|
2024-05-17 11:14:58 +08:00 |
|
liugang
|
02fd3753ad
|
- baseDAO: remove static cache.
|
2024-05-17 11:14:58 +08:00 |
|
王怡栋
|
f24ecc64d8
|
* Fix bug #117453.
|
2024-05-07 18:13:04 +08:00 |
|
daitingting
|
7634a6c679
|
* Use backticks when quote table.
|
2024-04-30 03:22:33 +00:00 |
|
王怡栋
|
890c88b07b
|
* Merge from 18.x
|
2024-04-17 10:44:18 +08:00 |
|
wangyuting
|
07f89106a8
|
* Fix workflow extra editor field bug.
|
2024-03-26 16:54:39 +08:00 |
|
wangyuting
|
adcb53405a
|
* Fix bug.
|
2024-03-26 14:37:32 +08:00 |
|
wangyuting
|
555362002e
|
* add workflow extra field to bug batchedit page.
|
2024-03-26 14:32:30 +08:00 |
|
tianshujie
|
b88dab86a2
|
* Compatible with version 20 open page mode.
|
2024-03-19 14:08:05 +08:00 |
|
songchenxuan
|
d83dcc198c
|
* Fix api bug.
|
2024-03-11 16:51:43 +08:00 |
|
caoyanyi
|
cd6a7a25e8
|
* Adjust pager recPerPage type.
|
2024-01-29 17:16:00 +08:00 |
|
朱金勇
|
561f53ccc2
|
* Fix sql for dmdb.
|
2024-01-24 16:42:51 +08:00 |
|
xieqiyu
|
f7f0f07265
|
* Code for task#110688.
|
2024-01-18 16:35:08 +08:00 |
|
wangyuting
|
e199b3966a
|
* Fix pager cookie failure bug. the bug #42633.
|
2024-01-04 15:42:04 +08:00 |
|