liugang
|
9644df9bf7
|
* admin: display log page by zin.
|
2023-07-06 19:19:32 +08:00 |
|
wangyuting
|
ac23f5ba85
|
* Finish zentaodynamic block.
|
2023-07-05 16:48:10 +08:00 |
|
wangyuting
|
d4036278f7
|
* Fix admin index page load bug.
|
2023-07-04 11:17:54 +08:00 |
|
caoyanyi
|
303364c8aa
|
* Change admin index page locate.
|
2023-07-03 15:30:05 +08:00 |
|
wangyuting
|
c646d4871f
|
* Add admin to zui3.
|
2023-06-30 19:54:30 +08:00 |
|
tianshujie
|
fd4643a5b6
|
* Change the admin link problem.
|
2023-06-28 09:23:24 +08:00 |
|
zhouxin
|
409e7d4d95
|
* Add blacklist for SQLite sync.
|
2023-06-27 13:12:57 +08:00 |
|
zhouxin
|
d985046921
|
* Fix wrong method call in admin-execSqliteQueue.
|
2023-06-27 08:49:30 +08:00 |
|
zhouxin
|
632551a384
|
* Add commit to sqlite lib.
|
2023-06-26 15:14:13 +08:00 |
|
zhouxin
|
ebef781f5a
|
* Fix SQLite queue.
|
2023-06-26 09:03:08 +08:00 |
|
zhouxin
|
b71865fae9
|
* Adjust SQLite queue.
|
2023-06-25 14:40:09 +08:00 |
|
zhouxin
|
bf86c35a61
|
* Execute sql from queue.
|
2023-06-20 16:56:57 +08:00 |
|
zenggang
|
6dcca79b3e
|
* Code for story#45747
|
2023-06-15 06:31:14 +00:00 |
|
zhouxin
|
f54ce98522
|
* Fix issue of the Sqlite queue not execute.
|
2023-06-14 17:24:50 +08:00 |
|
zhouxin
|
d7446c2b82
|
* Add method to execute sql from SQLite queue.
|
2023-06-14 15:49:53 +08:00 |
|
朱金勇
|
1eae54c17b
|
* Migrate admin of qucheng.
|
2023-06-09 03:31:44 +00:00 |
|
zhouxin
|
77a2da90d9
|
* Batch modify quote for unit test.
|
2023-05-25 13:43:27 +08:00 |
|
liugang
|
b58cda66db
|
- Remove unused code: $this->view->position.
|
2023-05-22 14:43:26 +08:00 |
|
liugang
|
9668e8b5f7
|
* admin: Move declaration of EXT_MANAGER_VERSION constant from model.php to zen.php.
|
2023-05-16 10:59:05 +08:00 |
|
liugang
|
da46ef626c
|
* adminZen: declare the parameter types and return type of the function.
|
2023-05-16 09:00:59 +08:00 |
|
liugang
|
65803bd343
|
* adminZen: describe exactly what the function does in comment.
|
2023-05-16 08:58:15 +08:00 |
|
liugang
|
8c9991cb38
|
* adminZen: rename functions to sync data from https://www.zentao.net.
|
2023-05-16 08:38:04 +08:00 |
|
liugang
|
6e9b95965f
|
* Move the functions to sync data from https://www.zentao.net from model.php to zen.php.
|
2023-05-15 17:24:44 +08:00 |
|
liugang
|
310d228456
|
+ Add the zen.php file.
|
2023-05-15 17:20:23 +08:00 |
|
liugang
|
0f7c801c31
|
* admin: rename news to dynamic.
|
2023-05-15 17:02:17 +08:00 |
|
liugang
|
a3e4d0504f
|
* admin: simplify the admin::index() function.
|
2023-05-15 16:56:31 +08:00 |
|
liugang
|
6490655cb1
|
* admin: simplify the function adminModel::getZentaoData().
|
2023-05-15 16:52:16 +08:00 |
|
liugang
|
86158291cf
|
* admin: rename news to dynamics.
|
2023-05-15 16:49:49 +08:00 |
|
liugang
|
561bb2cb9c
|
* Rename publicClass to classes.
|
2023-05-15 16:44:04 +08:00 |
|
liugang
|
5a759419a7
|
* admin: assign the zentaoData object instead of its properties into the index page.
|
2023-05-15 16:40:11 +08:00 |
|
liugang
|
9c8101df60
|
* Rename publicclass to publicClass.
|
2023-05-15 16:31:04 +08:00 |
|
liugang
|
04b10210c8
|
- Remove the unused code.
|
2023-05-15 16:11:17 +08:00 |
|
liugang
|
a5f990038c
|
* admin: fetch the data synchronized from https://www.zentao.net from the zt_config table instead of the zt_block table.
|
2023-05-15 15:56:10 +08:00 |
|
liugang
|
15b0c475d2
|
* Save the data synchronized from https://www.zentao.net into the zt_config table instead of the zt_block table.
|
2023-05-15 15:53:30 +08:00 |
|
liugang
|
12876d7f63
|
* Sync from http://www.zentao.net if the last sync date is older then 7days.
|
2023-05-15 15:47:34 +08:00 |
|
liugang
|
e676f927dc
|
+ Save the latest date of syncing data from https://www.zentao.net.
|
2023-05-15 15:42:19 +08:00 |
|
hufangzhou
|
dc8fcc9484
|
* Merge 18.4 into master.
|
2023-05-05 09:26:04 +08:00 |
|
wangyidong
|
88fa8fc839
|
* fix bug #34750.
|
2023-04-24 18:56:38 +08:00 |
|
zhouxin
|
4efea42989
|
+ Move unit test from test directory to each module.
|
2023-04-24 02:16:47 +00:00 |
|
Lufei
|
99f7f62456
|
* Fix notice switch error in admin safe page.
|
2023-04-23 15:51:35 +08:00 |
|
liumengyi
|
d971d4b4b7
|
Merge branch 'master' of https://gitlab.zcorp.cc/easycorp/zentaopms into zentaopms_304
|
2023-04-18 08:38:14 +08:00 |
|
朱金勇
|
79fc91885c
|
* Hide backup menu if using dmdb.
|
2023-04-17 09:39:28 +00:00 |
|
hufangzhou
|
0e8f7d807c
|
Merge branch 'master' into zentaopms_304
|
2023-04-17 08:30:02 +08:00 |
|
朱金勇
|
7969effc29
|
* Fix bug#34139, 34238, 34075.
|
2023-04-16 13:54:16 +00:00 |
|
liumengyi
|
43c8fd2a6b
|
* Rename the privilege of admin-safe.
|
2023-04-14 10:53:38 +08:00 |
|
liumengyi
|
268c7f3271
|
+ Revert the privilege of admin-sso.
|
2023-04-13 15:53:59 +08:00 |
|
liumengyi
|
ae3d710996
|
- Delete the privilege of admin-checkDB.
|
2023-04-13 15:37:18 +08:00 |
|
liumengyi
|
485ed73e6a
|
- Delete the privilege of admin-sso.
|
2023-04-13 15:35:06 +08:00 |
|
liugang
|
93e71f8861
|
* Call getDatabaseVersion instead of getMysqlVersion.
|
2023-04-06 02:05:02 +00:00 |
|
朱金勇
|
22f9f1d087
|
Merge branch 'db'
|
2023-04-05 14:30:11 +00:00 |
|