Commit Graph
1018 Commits
Author SHA1 Message Date
liumengyi 2f44106669 * Fix bug #40874, get export data by release id, and remove releaseModel::getStoryForExport and releaseModel::getBugForExport. 2023-11-24 09:56:01 +08:00
liumengyi 3f802bc1b5 * Fix bug #40876, disable the notify button if there are no linked stories. 2023-11-24 09:38:20 +08:00
tianshujie 2d2eb8c641 * Declare strict type. 2023-11-22 10:08:16 +08:00
tianshujie d6f7e6078b - Remove unused code. 2023-11-20 16:11:32 +08:00
xieqiyu 28f53c41c8 * Modify release required item. 2023-11-20 15:43:46 +08:00
tianshujie fbdcfce22b * Release: fix link bug and story with searchForm not work. 2023-11-20 15:33:38 +08:00
wangyuting 718ba4d86d * Change the control of the date input from input to date. 2023-11-20 03:17:38 +00:00
tianshujie 7c1aa13d9d * Refactor linkBug with searchForm. 2023-11-20 09:35:28 +08:00
sunhao 4ee13a8a71 * refactor linkXxx with searchForm. 2023-11-17 22:29:22 +08:00
sunhao ef11118343 * refactor, rename class name tabnActions to tab-actions. 2023-11-17 11:29:57 +08:00
liumengyi f4bfde58af * Fix type error. 2023-11-16 15:49:42 +08:00
liumengyi c3902bb50e * Set object id to history in release::view. 2023-11-16 15:31:03 +08:00
liumengyi f2d9be04bc * Remove , at the end of row in the lastest children in release. 2023-11-14 14:59:52 +08:00
liumengyi bdfbebe15b * Fix bug #40444, modify the recycle path to the latest version. 2023-11-13 16:08:43 +08:00
caoyanyi a019fee014 * Adjust dtable sort link. 2023-11-10 17:12:58 +08:00
caoyanyi 6ea6983436 * Adjust dtable sort params. 2023-11-10 15:02:33 +08:00
chaideqing 2e555637e4 * Merge commit: a991472d96, fix bug #35922. 2023-11-08 08:59:43 +00:00
chaideqing ca224d1c82 * Merge commit: 6b3aaebda8. 2023-11-08 08:29:50 +00:00
liugang e9e5d3a6a7 + release: add emptyTip, createTip and createLink attributes to dtable. 2023-11-08 15:54:20 +08:00
songchenxuan a3ccdbe080 * Merge code 131b47d592. 2023-11-08 13:51:35 +08:00
songchenxuan aad2d369d6 * Merge commit 131b47d592, fix bug #35660. 2023-11-08 13:49:17 +08:00
songchenxuan e06e934011 * Merge commit dd7140face, fix bug #35653. 2023-11-08 13:24:10 +08:00
liugang db4dca4465 * releaseZen: simplify code to build branch list for search form. 2023-11-08 10:13:17 +08:00
liugang 531f758958 * releaseZen: use the productType property of release instead of the currentProductType variable in session. 2023-11-08 10:03:29 +08:00
daitingting 89738be18f * Set different form name for search box. 2023-11-08 01:36:11 +00:00
daitingting 6e126dab67 * Fix bug for that bug id is not post. 2023-11-07 09:20:52 +00:00
daitingting 8c64b7fdae * Adjust the url of the linkLeftBug buttion. 2023-11-07 08:50:14 +00:00
chaideqing aed3c1e1af * Merge commit: 833c2a4729, fix bug #34977. 2023-11-07 07:19:46 +00:00
daitingting 05e0ff2191 * Adjust foot pager params. 2023-11-07 06:56:36 +00:00
tianshujie 503ca2d571 * Change delete group link for the project app. 2023-10-25 16:49:06 +08:00
sunhao 5d20d340ab * release: optimize export form with ajaxForm. 2023-10-25 12:45:34 +08:00
tianshujie 15006575a9 + Add table sort to release::browse. 2023-10-19 10:32:46 +08:00
liugang 459693098b * release: refactor the delete method. 2023-10-17 17:29:07 +08:00
liugang 4ed97e69c5 * release: fix error the deleted release can't be restored in trash. 2023-10-17 17:14:46 +08:00
liugang 3f5cfa1ff1 * release: use the headerClass property of tabs instead of the page css. 2023-10-17 14:47:22 +08:00
liugang 2adc72142d * releaseModel: generate link based on the raw module so that the menu can work correctly in project release module. 2023-10-17 14:15:39 +08:00
liugang fc70e7ec80 * release: abstract a method to get the summary info of release browse page. 2023-10-17 13:48:38 +08:00
liugang 98a5569db2 - release: remove unused code. 2023-10-17 13:41:06 +08:00
liumengyi bebc6d1bf7 * Fix type error. 2023-10-13 15:49:15 +08:00
tianshujie 9f78c7671b * Fix problems with form desc fields. 2023-10-13 14:06:58 +08:00
tianshujie bbb91504ef * Refactor case of the getPairsByProduct method. 2023-10-11 10:06:51 +08:00
tianshujie 1928ed02a9 * Refactor case of the getToAndCcList method. 2023-10-11 10:03:13 +08:00
tianshujie 84ad260fe7 - Delete blank line. 2023-10-11 10:03:13 +08:00
tianshujie a1343c8504 * Refactor getToAndCcList method. 2023-10-11 10:03:13 +08:00
tianshujie 2f0761fdff * Refactor case of the getStoryReleases method. 2023-10-11 09:48:15 +08:00
tianshujie 0c64b029d7 * Refactor getStoryReleases method. 2023-10-11 09:47:59 +08:00
tianshujie d42ef22b69 + Add case of the getNotifyPersons method. 2023-10-11 09:39:16 +08:00
tianshujie bc5c070974 * Refactor getNotifyPersons method. 2023-10-11 09:38:59 +08:00
tianshujie bdba363a60 + Add case of the isClickable method. 2023-10-11 09:16:20 +08:00
tianshujie 5f489af439 * Refactor isClickable method. 2023-10-11 09:16:10 +08:00