Commit Graph
1154 Commits
Author SHA1 Message Date
liugang a4d2de38f0 * [misc] replace COUNT(*) with COUNT(1) in sql. 2024-06-27 14:07:27 +08:00
tanghucheng 158be6e9d2 * [task#120162,0.2h] Optimize the code. 2024-06-11 08:52:24 +08:00
tanghucheng efa54e3be1 * [task#1h,3h] Fix bug action. 2024-06-06 18:40:38 +08:00
qixinzhi 8c1560c937 * Fix search bug. 2024-05-24 16:18:08 +08:00
xieqiyu 8c5316efb7 * Fix the bug of upload images when batch create bug. 2024-05-22 13:48:07 +08:00
wangyuting b3fcd130cc * Add check feedback toStory priv to bug isClickable. 2024-05-14 15:48:06 +08:00
liumengyi 242db8be70 * Modify the style of bugSteps. 2024-04-25 17:12:05 +08:00
liumengyi 0ebb8e7c91 * Fix bug #48429, don't append relatedBugs to excludeBugs when linking bugs. 2024-04-25 17:12:01 +08:00
liumengyi 0abf17a10e * Fix bug #48423, replace <br /> with <p></p>. 2024-04-25 17:11:48 +08:00
tianshujie 9e3ffc4fd0 * Add injection and identify field for the create, view, export bug. 2024-04-18 09:19:56 +08:00
王怡栋 890c88b07b * Merge from 18.x 2024-04-17 10:44:18 +08:00
caoyanyi a5ddbd3963 * Adjust bug and story view page branch btn display rule. 2024-04-02 15:03:20 +08:00
caoyanyi a288b7270a * Sync code for 18.12 version info. 2024-04-02 15:03:20 +08:00
caoyanyi 86f91e745f + Add task, bug, story create repo branch routes. 2024-04-02 13:08:54 +08:00
wangyuting 74064d58b7 * Revert code. 2024-03-27 09:16:53 +08:00
wangyuting 555362002e * add workflow extra field to bug batchedit page. 2024-03-26 14:32:30 +08:00
caoyanyi 7b9f25270d * Fix some bug for user feedback. 2024-02-04 15:24:34 +08:00
liumengyi d340cceba2 * Fix bug #42515. 2024-01-11 16:48:40 +08:00
wangxuepeng 42bf559e8a * Fix bug #43254. 2024-01-08 16:54:25 +08:00
wangxuepeng eb852ba56e * Fix bug #42600. 2024-01-05 09:34:08 +08:00
liumengyi 428fb121b9 * Fix bug #43100, fix parameter type error. 2024-01-03 19:25:31 +08:00
xieqiyu 177dbf70e7 * Fix bug#42836. 2024-01-02 13:26:57 +08:00
liumengyi 64843d6653 * Fix bug #42348, remove '<p></p>' from the template when creating from testcase. 2023-12-27 10:28:09 +08:00
liumengyi d4f0594b90 * Fix parameter type error. 2023-12-18 10:17:51 +08:00
liugang c5f116efc7 * bugModel: remove unused parameter, fix bug #41143. 2023-12-08 15:31:52 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
liumengyi 5156bec6ea * Fix bug #41046, add resolvedDate and closedDate when getting form data. 2023-12-04 14:47:06 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
zhujinyong 7acf6a92c5 * Fix sql error in DMDB. 2023-11-29 15:17:06 +08:00
liumengyi 8dafa453d9 * Fix bug of parameter type error. 2023-11-25 15:33:34 +08:00
liumengyi e53d069f22 * Refactor my::getAssignedByMe, and modify its unit test. 2023-11-25 13:54:37 +08:00
chaideqing e5c33475fb * Merge module-bug 18.4-18.8 to Merge184. 2023-11-23 11:12:39 +08:00
tanghucheng fc37c0b19b Merge branch 'master' into Merge184 2023-11-15 19:59:22 -05:00
chaideqing 353707eee0 * Merge module-bug to Merge184. 2023-11-14 17:11:03 +08:00
daitingting 2ba2e28587 * Revert getRelatedObjects function. 2023-11-14 06:29:57 +00:00
tanghucheng 624d748ba4 * Merge #ffd2b525c8,Change judgment condition. 2023-11-08 22:17:40 -05:00
songchenxuan 77c12a0956 * Merge commit f6ce1fcdc3, fix bug #35566. 2023-11-08 12:17:49 +08:00
liugang ef1958c81d - bug: remove unused fetchBaseInfo method and getBaseInfo method. 2023-11-08 10:45:16 +08:00
liugang 86748ec545 * bugModel: call the method fetchByID declared in parent class instead of the method fetchBaseInfo declared in bugTao class. 2023-11-08 10:39:28 +08:00
liugang d9cd8efd24 Revert "* bugModel: call the method fetchByID declared in parent class instead of the method fetchBugInfo declared in bugTao class."
This reverts commit 289bbad610.
2023-11-08 10:36:58 +08:00
liugang d4924edb6c * bugModel: load the mrModel while call its method instead of load it in a single statement. 2023-11-08 10:34:31 +08:00
liugang 48f436a335 * bugModel: load the fileModel when call its method instead of load it in a single statement. 2023-11-08 10:30:00 +08:00
liugang 289bbad610 * bugModel: call the method fetchByID declared in parent class instead of the method fetchBugInfo declared in bugTao class. 2023-11-08 10:28:36 +08:00
liugang 90dd004775 - bugModel: remove unused method. 2023-11-08 10:25:12 +08:00
liugang fe3d30bb4c * bugModel: optimize code to build branch list for search form. 2023-11-08 10:20:31 +08:00
liugang b15d20355f * bug: use the type property of product instead of the currentProductType variable in session. 2023-11-08 10:19:55 +08:00
songchenxuan 49e8ec4d49 * Merge 96f62d0d46, fix bug #35261. 2023-11-08 09:33:27 +08:00
tianshujie 47dea27cab + Add 2.5 level menu for the project bug list. 2023-10-24 14:22:13 +08:00
zhouxin 9533d99ad6 * Fix wrong spellings. 2023-10-17 16:54:35 +08:00