Commit Graph
583 Commits
Author SHA1 Message Date
zhaoke 6c641c352d * Fix bug of devops. 2023-09-14 14:14:23 +08:00
zhaoke f2d090c00a * Fix bug #38242. 2023-09-05 15:24:14 +08:00
dingyongliang 37089cfe7f * zin: fix pager className. 2023-08-30 17:31:58 +08:00
sunhao 6bd978525b * zin: refactor set:xxx usage to compatible with php 5.4. 2023-08-29 18:03:45 +08:00
zhaoke af6c94e0d3 * Finish task #99548. 2023-08-14 14:58:17 +08:00
sunhao 418192e7ca * fix search from button text. 2023-08-11 10:18:11 +08:00
sunhao 37767266bf * zin: fix search form not work in modal. 2023-08-11 10:18:11 +08:00
wangyidong 3f7b7dfe56 * Fix bug for search use saved query. 2023-08-09 16:35:34 +08:00
zhaoke a4b5ee2a70 * Fix errors of search widget. 2023-08-09 16:33:46 +08:00
wangyidong a0f9de6a1f * Adjust for search toggle. 2023-08-04 17:55:12 +08:00
wangyidong e15aef8d18 * Adjust for submit search. 2023-08-04 16:58:06 +08:00
liugang cf5d1f87c7 * search: refactor for the picker wdiget's value has been changed. 2023-08-04 09:42:35 +08:00
liugang 3ba96a6cf4 * search: refactor for the $type variable passed from frontend has been changed. 2023-08-04 09:15:05 +08:00
liugang 165b9813b6 * search: fix error of set wrong items to picker widget. 2023-08-04 09:12:11 +08:00
liugang fdbee90edb * search: refactor the index page. 2023-08-02 14:16:03 +08:00
wangyidong e8101fe3f2 * Add new param. 2023-08-02 11:27:26 +08:00
wangyidong 08b9c48d49 * Adjust for search buildform. 2023-08-02 11:26:12 +08:00
liugang f68ae5466a - search: remove unused code. 2023-08-01 16:32:24 +08:00
liugang 0e5af93deb * search: check search words before submit. 2023-07-28 21:25:11 +08:00
liugang 9506368656 * search: add lang items. 2023-07-28 21:24:52 +08:00
liugang bf7481e879 * search: fix error cann't search by type. 2023-07-28 21:12:15 +08:00
liugang 3d6af9202f + search: refactor index page by zin. 2023-07-28 18:02:31 +08:00
liugang fe576a2c4b + search: add lang items. 2023-07-28 18:00:36 +08:00
sunguangming eb844c064a * Fix sql bug. 2023-07-28 11:28:50 +08:00
liugang 31508272c3 * search: refactor the build index page by zin, finish task #98693. 2023-07-27 15:18:14 +08:00
wangyidong c0242be19b * Adjust for product edit page. 2023-07-12 14:14:02 +08:00
朱金勇 e636eaf108 - Remove array('' => '') for select. 2023-07-12 04:15:29 +00:00
wangyidong c1cfaac74b * Adjust for search form. 2023-07-08 11:07:17 +08:00
dingyongliang 531c461686 * Fix unexpected identifier 'window'. 2023-06-21 10:30:22 +08:00
liugang e35456a125 * Replace all render functions with 'render()'. 2023-06-21 09:06:35 +08:00
caoyanyi a6ceb28c58 * Fix search error. 2023-06-13 18:31:09 +08:00
daitingting 8f5db9f448 * Add remove button for custom query list. 2023-06-12 01:43:10 +00:00
zhouxin 64368f82a0 * Batch replace "else if" sequence to "elseif". 2023-05-30 11:22:17 +08:00
zhouxin abdc53f20a * Batch fix illegal comment. 2023-05-25 15:38:56 +08:00
zhouxin 77a2da90d9 * Batch modify quote for unit test. 2023-05-25 13:43:27 +08:00
daitingting 0839d28a8c * Rename confirmBug to confirm. 2023-05-19 01:48:28 +00:00
zhouxin 97a50f40c6 * Add setQuery method for search. 2023-05-18 02:59:32 +00:00
hufangzhou dc8fcc9484 * Merge 18.4 into master. 2023-05-05 09:26:04 +08:00
wangyidong 9c22942526 * fix bug #34834. 2023-04-26 20:50:56 +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
Hao Sun 2bcc9bdbf4 Merge branch 'zin_dev'
# Conflicts:
#	module/common/lang/zh-cn.php
#	module/product/lang/de.php
#	module/product/lang/en.php
#	module/product/lang/fr.php
#	module/product/lang/zh-cn.php
#	module/program/js/browse.js
#	module/program/lang/de.php
#	module/program/lang/en.php
#	module/program/lang/fr.php
#	module/program/lang/zh-cn.php
#	module/project/config.php
#	module/project/lang/de.php
#	module/project/lang/en.php
#	module/project/lang/fr.php
#	module/project/lang/zh-cn.php
#	module/search/view/buildform.html.php
#	module/task/control.php
2023-04-23 19:20:45 +08:00
tianshujie 397a50c798 * Fixed search button language item issue. 2023-04-20 09:45:48 +08:00
陈涛 02ccffb473 * zin: render searchform with ModalDialog 2023-04-18 09:10:22 +08:00
陈涛 37815be1db * zin: implements function to build search form options. 2023-04-17 15:48:07 +08:00
朱金勇 93acd3cc77 * Fix bug#34233. 2023-04-17 07:43:55 +00:00
陈涛 70e6615d25 * zin: split JS of SearchForm. 2023-04-17 09:15:25 +08:00
王怡栋 65e15bbf25 Merge branch 'tsj_task' into 'master'
Tsj task

See merge request easycorp/zentaopms!7419
2023-04-14 06:27:52 +00:00
tianshujie c24463a36b * Resolve issue #778. 2023-04-13 17:30:49 +08:00
zhaoke eb833be4e5 Merge branch 'zenops_66' into zenops_69 2023-04-13 09:31:12 +08:00