Commit Graph
290 Commits
Author SHA1 Message Date
tianshujie f8ac3d0254 * Fix bug #41925. 2023-12-19 18:51:55 +08:00
tianshujie 7e7ed53f0d * Fix bug #41982. 2023-12-19 17:56:20 +08:00
tianshujie b85bbc558b * Fix bug #42029. 2023-12-19 16:54:22 +08:00
liumengyi 59f71a49db * Remove lighter from class in project dynamic page. 2023-12-16 15:34:14 +08:00
tianshujie 6575736477 * Fix manage project team select drop-down failure. 2023-12-16 13:47:49 +08:00
tianshujie 4336b27d25 * Fix bug #41742. 2023-12-16 13:39:28 +08:00
tianshujie c2339cf3da * Change the edit stage page size. 2023-12-16 11:09:19 +08:00
tianshujie 2c3e43ea67 * Fix bug #41661. 2023-12-16 10:31:13 +08:00
tianshujie 091e30d473 * Fix bug #41673. 2023-12-16 09:34:55 +08:00
sunhao fbc30c4394 * Refactor .article-* with css utilities. 2023-12-14 17:21:01 +08:00
hufangzhou 488570dde5 * Finish task #107888. 2023-12-14 16:10:04 +08:00
wangyuting 970cdd2da6 * Fix changeProductBox type error。 the bug #41476. 2023-12-14 13:28:58 +08:00
tianshujie 9cb3339a0f * Fix bug #41167. 2023-12-12 16:38:42 +08:00
tianshujie 021e6d885b * Fix bug #41229. 2023-12-12 14:46:13 +08:00
xieqiyu 42d46b351c * Fix the bug of show code. 2023-12-08 13:26:40 +08:00
caoyanyi 6f7c3e4f55 * Update copyright info. 2023-12-06 14:17:46 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
tianshujie e630c93048 * Fix bug #41075. 2023-12-05 14:44:29 +08:00
tianshujie 622574f44e * Fix bug #40843/ 2023-11-22 15:13:06 +08:00
daitingting b686ff4320 * Set link params for feature bar. 2023-11-21 06:45:40 +00:00
daitingting 3e905450ea * Format codes.
* Set name field as nested title when it will show task.
2023-11-21 06:45:35 +00:00
daitingting 65a2b44328 * Format codes. 2023-11-21 05:38:12 +00:00
daitingting d96afd13dc * Add pager on feature bar.
* Format codes.
2023-11-21 05:20:32 +00:00
朱金勇 050e2e0861 * Performance for stats. 2023-11-21 03:14:50 +00:00
liugang 7907b0b08c * project: add budget tip and bind event. 2023-11-20 17:15:40 +08:00
daitingting 599b5f134f * Add pager info on feature bar.
* Format codes.
2023-11-20 09:09:24 +00:00
daitingting 1445576e01 * Check privilege for toolbar.
* Format codes.
2023-11-20 08:14:53 +00:00
daitingting f80f88935c * Add pager info on featurebar. 2023-11-20 08:09:25 +00:00
liugang 1f8700e53e + project: add date tip template and bind event when change parent, begin and end field. 2023-11-20 14:06:55 +08:00
liugang 8917c6c19e + project: add date tip and bind event when change the parent, begin and end field. 2023-11-20 14:05:53 +08:00
wangxuepeng 5bd560e064 * Change products to non-required. 2023-11-17 16:38:15 +08:00
tianshujie f091f6557b * Adjust copy project pop-window style when the system haven't any project. 2023-11-17 14:44:20 +08:00
tanghucheng 660f036c3e * Fix bug for project product. 2023-11-17 01:26:34 -05:00
liugang 320ccda40a * project: compute working days if the begin date or end date changes. 2023-11-17 10:56:11 +08:00
liugang fc2630fdf1 * project: if a project is a long-term project, update the style of the planned completion date and available working days. 2023-11-17 10:53:56 +08:00
liugang 5702b706f8 * project: display work days in batch edit page. 2023-11-17 10:47:05 +08:00
liugang f7222ed328 - project: remove unused lang item. 2023-11-16 15:36:13 +08:00
liugang ed9ee29139 * project: modify, merge and sort code to bind javascript functions to html tags. 2023-11-16 15:18:43 +08:00
liugang 39b961bb0b * project: add a hidden inputControl to display the end date of long time project. 2023-11-16 15:10:54 +08:00
liumengyi 91351cb51d - Remove search form in project::execution. 2023-11-16 14:58:05 +08:00
liugang a5a70873f4 * project: bind the javascript computeEndDate() function to change event of html tags. 2023-11-16 14:45:07 +08:00
liugang 68ae1f1b6a * project: refactor the javascript computeEndDate() function. 2023-11-16 14:32:58 +08:00
liugang 59f388a0f5 * project: bind the setDate() function to the begin control. 2023-11-16 14:25:30 +08:00
liugang c08c976a65 + project: add a hidden inputControl to display the end date of long time project. 2023-11-16 14:23:19 +08:00
liugang ce53f56871 * project: replace set('id', xxx) with setID(xxx). 2023-11-16 14:21:41 +08:00
liugang 78f5b5a1d3 * project: sort code to bind javascript functions to html tags. 2023-11-16 14:17:49 +08:00
liugang b15935c1b5 * project: merge code to bind same function to different controls. 2023-11-16 14:16:05 +08:00
liugang ffe3bb1636 * project: remove the formHidden widget because the formGroup widget will create a hidden input if set the disabled attribute of it. 2023-11-16 09:51:09 +08:00
xieqiyu 4b23932fd7 * Fix bug of search. 2023-11-15 16:33:11 +08:00
liugang 5b15e11e09 * project: the has-warning style should be only displayed when copying a project. 2023-11-15 14:06:10 +08:00