Commit Graph
95441 Commits
Author SHA1 Message Date
liumengyi 8ffd9f9545 * [bug#57857,done,1.5h] show files in release::edit. 2024-12-30 09:51:11 +08:00
liumengyi 39769f3eb6 * [bug#57849,done,0.3h] use defaultFiles to show files. 2024-12-30 09:51:11 +08:00
liumengyi 0492f8abbd * [misc] get acl. 2024-12-30 09:51:11 +08:00
liumengyi f4ef130262 * [bug#57847,done,0.3h] use defaultFiles to show files. 2024-12-30 09:51:11 +08:00
liumengyi 2f83a6bda4 * [bug#56768,done,1.5h] use defaultFiles to show files. 2024-12-30 09:51:11 +08:00
liumengyi 5cc146a33a + [task#134182,done,0.1h] add unit test of fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi fbc8d80a60 + [task#134182,doing,0.1h] add unit test of fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi e20893fbbf + [task#134182,doing,1h] add unit test of fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi c153cb8e83 + [task#134182,doing,1h] add unit test of fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi ced095f110 + [task#134182,doing,1h] add fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi 10547656eb + [task#134182,doing,1h] add fileModel::processFileDiffsForObject. 2024-12-30 09:51:11 +08:00
liumengyi 6c5bdc2d13 * [task#134182,start,1h] log history and print history. 2024-12-30 09:51:11 +08:00
liumengyi 213416e43d * [bug#57850,done,1h] replace fileList with fileSelector(set::defaultValues()). 2024-12-30 09:51:11 +08:00
tianshujie 773070d07e * [bug#57867,done,0.2h] fix render member. 2024-12-30 09:51:11 +08:00
tianshujie 079149be96 * [task#133225,done,0.5h] fix batch edit render members erorr. 2024-12-30 09:51:11 +08:00
liumengyi 1e564ea391 * [bug#56470,done,1.5h] get synced module by grade. 2024-12-30 09:51:11 +08:00
tianshujie 531a9184a4 * [task#133225,done,1.5h] change picker to taskAssignedTo control for batch edit tasks. 2024-12-30 09:51:11 +08:00
tianshujie e57f997c57 * [refac,done,0.1h] optimize code. 2024-12-30 09:51:11 +08:00
tianshujie efda9efb2e * [task#133225,doing,0.4h] change picker to taskAssignedTo control for batch create tasks. 2024-12-30 09:51:11 +08:00
tianshujie 42d7d1aa18 * [task#133225,doing,0.5h] change picker to taskAssignedTo contorl for assign to task. 2024-12-30 09:51:11 +08:00
tianshujie d0f2bae549 * [task#133225,doing,0.5h] optimize. 2024-12-30 09:51:11 +08:00
tianshujie e560a94846 * [task#133225,doing,1h] change picker to taskAssignedTo control for edit a task page. 2024-12-30 09:51:11 +08:00
tianshujie 9d9249aa3f * [task#133225,doing,1h] change picker to taskAssignedTo control. 2024-12-30 09:51:11 +08:00
tianshujie e44eaf0c7b * [task#133225,doing,1h] set assigned to items. 2024-12-30 09:51:11 +08:00
tianshujie 1d40f5233b * [task#133225,doing,0.5h] adjust manage members. 2024-12-30 09:51:11 +08:00
tianshujie 448f84d40f * [task#133225,doing,1h] render assigned to items. 2024-12-30 09:51:11 +08:00
tianshujie 379fde1e3d * [task#133225,doing,1h] render assigned to items. 2024-12-30 09:51:11 +08:00
tianshujie c02ed6b0ca * [task#133225,doing,1h] compatible pop-ups. 2024-12-30 09:51:11 +08:00
tianshujie be0fcfacee * [task#133225,doing,1h] compatible pop-up loading. 2024-12-30 09:51:11 +08:00
tianshujie ce0c9dcaa8 * [task#133225,doing,1h] add taskassignedto control. 2024-12-30 09:51:11 +08:00
tianshujie a60bedd80a * [task#133225,doing,1h] add taskassignedto control. 2024-12-30 09:51:11 +08:00
liugang 5269509846 * [refac] fix error the variable $keys was overwritten. 2024-12-30 09:42:38 +08:00
liugang b48203b4b7 * [refac] always pass the vision property because it is needed to check for unique indexes. 2024-12-30 09:42:38 +08:00
liugang d7f509c634 - [refac] remove unused method getResCache. 2024-12-30 09:42:38 +08:00
liugang 991e27e873 * [refac] get data from cache by fetchAll method instead of getResCache method. 2024-12-30 09:42:38 +08:00
liugang 1cf13deb2e * [refac] refactor the fetch method to get data from database if the query condition doesn't contain the primary key field. 2024-12-30 09:42:38 +08:00
liugang 5634fedc79 * [refac] refactor the fetchAll method to get data from the calculated result cache if the query condition does not match the primary key field. 2024-12-30 09:42:38 +08:00
liugang 31c20b0578 * [refac] if there is no cache, get the value of the primary key field that meets the query conditions from the database and update the cache. 2024-12-30 09:42:38 +08:00
liugang 11b4296139 + [refac] add a method to get data that meets the query conditions from the calculation results of the automatic cache. 2024-12-30 09:42:38 +08:00
liugang 0bb92c32d9 + [refac] load configuration of automatic caches from database. 2024-12-30 09:42:38 +08:00
liugang ffc037318c - [refac] remove unused cache configuration. 2024-12-30 09:42:38 +08:00
liugang 819cdff645 + [refac] add table to save configuration of automatic caches. 2024-12-30 09:42:38 +08:00
liugang 487a99d2a7 + [refac] cache unique indexes. 2024-12-30 09:42:38 +08:00
liugang 77e463b8d1 - [refac] remove unused methods. 2024-12-30 09:42:38 +08:00
liugang c83a1269a3 * [refac] fix typos. 2024-12-30 09:42:38 +08:00
liugang 921d115c6e * [refac] rename cache key. 2024-12-30 09:42:38 +08:00
liugang 468c9dab5b * [refac] get data from cache. 2024-12-30 09:42:38 +08:00
liugang e8d99c17da * [refac] calling getResCache method to get data from cache. 2024-12-30 09:42:38 +08:00
liugang 1a85d38b8a + [refac] add method to get team list from cache by type. 2024-12-30 09:42:38 +08:00
liugang 0b56a149fe + [refac] add method to get access control list from cache by object type. 2024-12-30 09:42:38 +08:00