Commit Graph
95423 Commits
Author SHA1 Message Date
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
liugang 65069a6de1 + [refac] add method to get calculation result cache. 2024-12-30 09:42:38 +08:00
liugang 1473c59af8 * [refac] modify the access permissions of method so that it can be called from other classes. 2024-12-30 09:42:38 +08:00
liugang a1b201aae2 + [refac] add cache configuration. 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 df81b6f5fe + [refac] convert replace operation to delete and insert operations. 2024-12-30 09:42:38 +08:00
liugang 7dd3993a98 + [refac] add a method to get unique indexes of a table. 2024-12-30 09:42:38 +08:00
liugang 6d229f2b09 * [refac] fetch stakeholder from cache. 2024-12-30 09:42:38 +08:00
liugang 9ead5ecaa9 + [refac] add cache configuration of table stakeholder. 2024-12-30 09:42:38 +08:00
liugang 85964e48c7 * [misc] remove extra spaces. 2024-12-30 09:42:38 +08:00
liugang 471d02eda4 + [refac] add index on objectType field. 2024-12-30 09:42:38 +08:00
liugang e7f58ecd36 * [refac] enhanced security. 2024-12-30 09:42:38 +08:00
liugang 7c1cb1f2dd * [refac] add script to convert unique indexes to php array. 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 edd37f38c4 * [refac] cache the project field. 2024-12-30 09:42:38 +08:00
liugang c224bbfbc2 * [refac] get projects from cache instead of query from database. 2024-12-30 09:42:38 +08:00