Commit Graph
124 Commits
Author SHA1 Message Date
caoyanyi a794a5f8fb + Add env config for devops. 2023-11-24 13:32:33 +08:00
liumengyi 4c6eca5b4d * setCookie can accept the value type of string or int or bool, and then convert it to string. 2023-11-22 10:26:39 +08:00
songchenxuan 673b0920ed * Merge commit 138834b253. 2023-11-10 09:47:27 +08:00
tianshujie 7e71f0f1e5 - Remove isonlybody param of the link. 2023-11-03 10:42:58 +08:00
dingguodong 17840b2909 * Return directly if PHP_SAPI is cli. 2023-10-27 13:11:54 +08:00
wangyidong 40571b3b36 * Adjust for product browse. 2023-10-16 14:30:45 +08:00
zhaoke 7a39c16ec2 * Fix monoco editor error of repo. 2023-10-09 13:51:28 +08:00
dingguodong 794297554a * Fix invalid variable. 2023-10-08 15:15:11 +08:00
dingguodong 5e66ea2097 * Format the code. 2023-09-28 13:01:41 +08:00
dingguodong 0b89e71fdc + Add a helper function to wrap mysql reserved word. 2023-09-28 11:34:57 +08:00
dingguodong 5234f01110 * Use = instead of IN if there is only one item to compare. 2023-09-22 10:44:29 +08:00
caoyanyi 617ad19afc * Change defined check rule. 2023-09-18 15:11:32 +08:00
liugang 78981a4de2 + helper: manually update the global variable $_COOKIE because sometimes its value is not updated after executing the setcookie function. 2023-09-18 14:03:58 +08:00
caoyanyi a2ad8b707a * Move method to base helper. 2023-09-07 14:05:17 +08:00
Lufei cfef831437 * Use mt_rand instead of random_int. 2023-08-31 17:10:48 +08:00
caoyanyi 1f20d8a9d2 * Don't set cookie for RUN_MODE is test. 2023-08-16 15:44:44 +08:00
wangyidong f07d712e48 * Add dev api page. 2023-08-01 16:59:47 +08:00
dingguodong 3ad190e9a8 * Fix typo, rename secend to second. 2023-08-01 16:27:46 +08:00
sunhao 7b3e359a6a * refactor isAjaxRequest helper, support to check fetch request. 2023-07-17 22:00:15 +08:00
zhaoke 81a2b83b9a * Fix issue of sonarqube and add losed function of quickon. 2023-07-13 13:47:33 +08:00
朱金勇 640e8f4482 * Use helper::setcookie. 2023-07-11 07:28:39 +00:00
dingyongliang 826dc15458 * zin: refactor isAjaxRequest. 2023-07-10 11:19:43 +08:00
dingguodong ba62bdc039 + Add uninitialized variable. 2023-07-06 14:44:11 +08:00
朱金勇 2d12aea936 * Wrapper header function for roadrunner. 2023-07-03 08:09:26 +00:00
wangyidong c633e24758 * Add isInModal function and adjust delete story. 2023-06-27 15:08:40 +08:00
dingguodong 95c624ecd3 * Return 0 if any parameter is empty or null. 2023-06-15 15:39:58 +08:00
dingguodong a376bad953 * Transform nullable date to '0000-00-00'; 2023-06-12 16:46:59 +08:00
dingguodong 5ddc7cc630 * Extract this increment or decrement operator into a dedicated statement. 2023-05-31 10:36:01 +08:00
dingguodong 348762a0b1 * Reformat code, move this open curly brace to the beginning of next line. 2023-05-31 10:36:01 +08:00
dingguodong b03b41760e * Replace the "die()" call. 2023-05-31 10:36:00 +08:00
liugang 430d135d9d - baseHelper: remove the / in the start tag. 2023-05-18 14:56:40 +08:00
sunhao ef292185e7 * refactor the a() method, support multi vars and return count of vars to fix sonar wrong judgment 2023-05-08 10:45:43 +08:00
dingguodong a70c914f8a * The ob_get_clean() will return false if output buffering isn't active. 2023-05-03 16:17:15 +08:00
鲁飞 045289d4c7 * Support PHP8.1. 2023-04-23 11:21:09 +00:00
朱金勇 ca30397678 * Reset commit. 2023-04-20 02:18:40 +00:00
朱金勇 93aa3e307b * Format zentao.sql. 2023-04-20 02:17:53 +00:00
鲁飞 5e5c93fbd8 Revert "Merge branch 'session' into 'master'"
This reverts merge request !7395
2023-04-13 08:55:06 +00:00
Lufei 6c1ea3dca9 * Fix typo. 2023-04-13 10:51:26 +08:00
朱金勇 d20df48faf * Fix primary key of dmdb. 2023-04-11 03:05:50 +00:00
wangyuting2 d14143c340 * Add new goview css. 2023-03-07 10:47:28 +08:00
zhaoke 591fd06346 * Fix array_column not support object array. 2023-02-10 01:14:03 +00:00
zhaoke 55c9922a49 * Fix error for php5.3. 2023-02-09 09:14:17 +00:00
鲁飞 2f4ad5c556 * Format code and fix return value. 2022-12-06 06:05:18 +00:00
wangyidong 6eae8345f7 * merge ztSessionHandler. 2022-11-10 15:47:05 +08:00
Yagami 68665d5ed0 * Finish task #74207. 2022-11-01 14:57:52 +08:00
caoyanyi 06abe97624 * Modify branch check error. 2022-08-02 15:19:08 +08:00
hufangzhou 8883ac8e77 * Finish task #62132, #62133, #62134, #62135, #62136. 2022-07-26 18:14:09 +08:00
wangyidong d6cf08b9d7 Merge branch 'tid' 2022-05-18 10:20:48 +08:00
wangyidong a08edd3336 * adjust for repo. 2022-04-22 15:29:06 +08:00
王怡栋 7e0a6e8b11 * fix bug #19267. 2022-03-17 09:41:28 +08:00