Commit Graph
1357 Commits
Author SHA1 Message Date
caoyanyi 1de446f6ce * Merge for release branch. 2024-03-15 14:59:57 +08:00
caoyanyi 23fc785199 * Adjust app login logic. 2024-03-06 14:42:10 +08:00
wangyuting 6a91b4b09a * Finish risk and issue config. 2024-03-05 16:02:34 +08:00
wangyuting 7b4b2b820b * Add required function for old view pages. 2024-02-29 14:39:12 +08:00
liwenrui ef32500e65 Merge branch 'ai-next/mainline' 2024-02-29 10:17:03 +08:00
sunhao 365726af7c * common: support to set whitelist on check iframe. 2024-02-28 16:51:52 +08:00
liwenrui 2b5c612d23 + ai modules and related stuff from 18 series, WIP. 2024-02-26 17:07:02 +08:00
tianshujie 63d21f1501 + Add common::printLink method. 2024-02-26 15:49:01 +08:00
liumengyi 92d06da01e + Add commonModel::printBack method, it's used in crystal report. 2024-02-26 15:12:24 +08:00
liugang 0b51bf43a5 + commonModel: add methods used in old pages. 2024-02-22 09:42:14 +08:00
孙广明 3120ce75ae Merge pull request '* Merge task #107567, check permissions for modifying efforts.' (#90) from 18.x-effort into master
Reviewed-on: https://git.zcorp.cc/easycorp/zentaopms/pulls/90
2024-02-21 08:41:37 +08:00
liugang 4b4cbd2d2f * commonModel: fix error calling undefined control property. 2024-02-20 15:08:26 +08:00
hufangzhou 9dbdac94f3 * Merge task #107567, check permissions for modifying efforts. 2024-02-04 14:05:51 +08:00
wangyidong 38bf841720 * Fix bug #43273. 2024-01-11 10:06:50 +08:00
liumengyi 7c68a37a3f * Fix bug #43103. 2024-01-09 13:47:21 +08:00
wangyuting 41bf41cd09 * Remove CURLOPT_HTTP_VERSION options of curl. 2024-01-05 15:14:46 +08:00
wangyuting 744b279842 * Adjust CURL_HTTP_VERSION_1_1 to CURL_HTTP_VERSION_1_0. 2024-01-05 11:26:21 +08:00
xieqiyu a022f7c949 * Fix bug#43263. 2024-01-05 08:55:35 +08:00
朱金勇 babc355f04 * Fix getHolidayByAPI() of holiday. 2024-01-05 08:53:14 +08:00
wangyidong 5588447a86 * Fix bug for upgrade. 2024-01-04 18:52:06 +08:00
wangyuting cbca3abbd1 * Adjust after init user authorize to loadConfigFromDB function. 2024-01-04 09:33:23 +08:00
xieqiyu 62482af8a1 * Fix the bug of load user config. 2024-01-03 17:15:21 +08:00
wangyuting c64d1fae99 * Fix user config load bug. 2024-01-03 16:02:32 +08:00
wangyuting 156ec358ac * Fix curl openssl bug. the bug #40227. 2024-01-03 09:55:07 +08:00
wangyidong 6eb7806234 * Fix bug #42821. 2024-01-02 18:26:11 +08:00
sunguangming 7cc3eb614f * Add unit test for common. 2023-12-22 16:13:40 +08:00
dingguodong a2529fda8d * Add codes to control if it can be upgraded automatically or has a valid safe file. 2023-12-19 15:54:28 +08:00
zhujinyong e9cd9e1f82 * Fix bug#41436. 2023-12-13 15:52:06 +08:00
tianshujie 801a1a1d97 * Change the way loadModel is called. 2023-12-12 17:27:14 +08:00
liumengyi ef66b33bb9 * Fix parameter type error. 2023-12-07 14:34:46 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
tianshujie afdae21bdd * Fix bug #41085. 2023-12-06 13:17:39 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
liumengyi f18b81682c * Log change when the new data is null. 2023-12-04 14:57:36 +08:00
liumengyi 4446e2e7df * Fix bug that the number type changes could not be compared. 2023-12-02 10:31:19 +08:00
songchenxuan 7d895c922a * Fix common bug. 2023-12-01 10:48:23 +08:00
tanghucheng 132ea6a2bc Merge remote-tracking branch 'origin/master' into Merge184 2023-11-30 21:33:21 -05:00
sunguangming d9963d2b5d * Remove useless code. 2023-12-01 10:29:20 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
sunguangming 2793aab1d9 * Remove useless code. 2023-11-30 15:15:16 +08:00
sunguangming 1bf0bd0669 * Remove unused code. 2023-11-30 14:47:39 +08:00
sunguangming 2548c6849a * Remove useless code. 2023-11-30 14:24:54 +08:00
caoyanyi 02d0ea63e2 * Adjust params type. 2023-11-30 14:14:49 +08:00
sunguangming ee15ab5b35 * Refactor common. 2023-11-30 13:37:11 +08:00
sunguangming ed43e30f80 * Refactor common::setMainMenu. 2023-11-30 11:18:33 +08:00
sunguangming e80dbdc6ea * Refactor common::canModify. 2023-11-30 10:33:45 +08:00
wangyuting c38e2b84d7 * Fix bug. This bug causes uppercase parameters to be unable to compare new and old data. 2023-11-30 10:08:58 +08:00
sunguangming de82ed6a3f * Refactor common::haspriv. 2023-11-30 09:21:31 +08:00
sunguangming 8e404b9779 * Code for unit test, adjust code style. 2023-11-28 17:17:25 +08:00
sunguangming ffc3619fef * Add param defined. 2023-11-28 16:06:33 +08:00