liugang
|
a42e200990
|
* pivot: optimize padding.
|
2023-11-02 09:48:08 +08:00 |
|
liugang
|
7b6810b2e3
|
- pivot: remove unused method.
|
2023-11-02 09:40:06 +08:00 |
|
liugang
|
1d563a84b7
|
* pivot: reload custom pivot table when query conditions changed.
|
2023-11-02 09:25:56 +08:00 |
|
liugang
|
c999f7f9b7
|
* pivot: display filters in custom pivot page.
|
2023-11-01 13:50:38 +08:00 |
|
liugang
|
768ed94498
|
* pivot: move the ajaxGetSysOptions method from control to zen and refactor it.
|
2023-11-01 13:49:51 +08:00 |
|
liugang
|
9b52c6b6ba
|
* pivotZen: fix error the builtin pivots don't display.
|
2023-10-31 14:58:28 +08:00 |
|
liugang
|
d536fb09f2
|
* pivot: refactor the getCellSpan function.
|
2023-10-31 10:10:07 +08:00 |
|
liugang
|
1b3928da67
|
* pivot: enable the header-group plugin of data table.
|
2023-10-31 10:09:33 +08:00 |
|
liugang
|
8fb965ddad
|
+ pivot: the data table can call custom function to re-render cell.
|
2023-10-31 10:09:12 +08:00 |
|
liugang
|
e07a3e67d4
|
* pivotZen: refactor the convertDataForDtable method.
|
2023-10-31 10:06:44 +08:00 |
|
liugang
|
b62abc1171
|
+ pivot: if column contains slice field, re-render cell.
|
2023-10-31 10:04:52 +08:00 |
|
liugang
|
85f5a92bfa
|
* pivotModel: display the total lang item.
|
2023-10-31 10:01:07 +08:00 |
|
liugang
|
4eeb46ef71
|
+ pivot: rewrite the show page with zin.
|
2023-10-27 17:27:37 +08:00 |
|
liugang
|
8e17b180bb
|
+ pivotZen: add method to convert the data of custom pivot to the format that can be used by data table.
|
2023-10-27 17:26:53 +08:00 |
|
liugang
|
7068b0c6d2
|
* pivot: replace $lang->error->noData with $lang->pivot->noPivot.
|
2023-10-27 14:59:26 +08:00 |
|
liugang
|
cba0dd9601
|
* pivot: move the show method from control to zen.
|
2023-10-27 14:45:51 +08:00 |
|
liugang
|
0c2492c75a
|
+ pivot: add default function to generate pivot data.
|
2023-10-27 14:44:31 +08:00 |
|
liugang
|
2c48f4a5a6
|
* pivot: check whether the file exists before include it.
|
2023-10-27 14:43:53 +08:00 |
|
liugang
|
2ffbbd5a0c
|
+ pivotZen: set default value of the $currentMenu variable.
|
2023-10-27 14:42:21 +08:00 |
|
liugang
|
47ac1fe87a
|
* pivotZen: check whether the method exists before call it.
|
2023-10-27 14:41:25 +08:00 |
|
liugang
|
a70bfc5e68
|
- pivot: remove unused code.
|
2023-10-27 14:05:42 +08:00 |
|
liugang
|
c6b2476565
|
* pivot: display line chart in project deviation page.
|
2023-10-27 14:05:15 +08:00 |
|
liugang
|
f2bb21fb90
|
* pivotJS: subtract the gap height when calculate height of dtable.
|
2023-10-27 09:58:55 +08:00 |
|
liugang
|
d9c2925ca5
|
+ pivot: remove the padding-top style of panel body.
|
2023-10-27 09:47:19 +08:00 |
|
liugang
|
5bef5e04d6
|
* pivot: display title of the product summary table.
|
2023-10-27 09:44:01 +08:00 |
|
liugang
|
8b60369a7b
|
* pivot: set properties of dtable to calculate height and cellspan.
|
2023-10-27 09:41:34 +08:00 |
|
liugang
|
cfe04b0971
|
+ pivotJS: add function to calculate height of dtable.
|
2023-10-27 09:38:36 +08:00 |
|
liugang
|
8250f1a39e
|
* pivotJS: refactor the function to getCellSpan of dtable.
|
2023-10-27 09:37:42 +08:00 |
|
liugang
|
b3a96e90f9
|
+ pivotJS: add function to reload workload table when query conditions changed.
|
2023-10-27 09:36:47 +08:00 |
|
liugang
|
7544b3640e
|
pivotJS: add function to reload execution deviation table when query conditions changed.
|
2023-10-27 09:34:49 +08:00 |
|
liugang
|
174e9a0efa
|
* pivotJS: adjust comment message.
|
2023-10-27 09:33:51 +08:00 |
|
liugang
|
4dd578e8fe
|
+ pivotJS: add function to reload the bug create table when query conditions changed.
|
2023-10-27 09:33:03 +08:00 |
|
liugang
|
2eade199b5
|
* pivotZen: refactor the workload method.
|
2023-10-27 09:29:22 +08:00 |
|
liugang
|
9dbbb9e3e2
|
* pivotZen: rename workday to workhour.
|
2023-10-27 09:25:48 +08:00 |
|
liugang
|
cd92f81811
|
* pivotZen: rename assigns to bugs and remove blank.
|
2023-10-27 09:23:37 +08:00 |
|
liugang
|
e0d450e009
|
* pivotZen: sort code.
|
2023-10-27 09:22:58 +08:00 |
|
liugang
|
8982ff0f63
|
- pivotZen: remove unused code.
|
2023-10-27 09:21:32 +08:00 |
|
liugang
|
0a355e4ae5
|
* pivotModel: refactor the getWorkload method for dtable.
|
2023-10-27 09:17:48 +08:00 |
|
liugang
|
9c6481ff08
|
* pivotModel: refactor the getBugs method for dtable.
|
2023-10-27 09:14:24 +08:00 |
|
liugang
|
515f037ed4
|
* pivotModel: refactor the getBugAssgn method for dtable.
|
2023-10-27 09:11:33 +08:00 |
|
liugang
|
e57982897b
|
* pivotModel: refactor the getExecutions method.
|
2023-10-27 09:11:05 +08:00 |
|
liugang
|
85a6145301
|
* pivot: display title and tooltip of the project deviation table.
|
2023-10-27 09:09:11 +08:00 |
|
liugang
|
1bd7bc0283
|
* pivot: display the query conditions of project deviation table.
|
2023-10-27 09:05:22 +08:00 |
|
liugang
|
0cdbcc6cd6
|
+ pivot: add function to process the properties of execution.
|
2023-10-27 09:03:32 +08:00 |
|
liugang
|
89bd4096a0
|
* pivot: remove columns configuration of dtable.
|
2023-10-27 09:01:14 +08:00 |
|
liugang
|
6db52d7554
|
* pivot: remove columns configuration of dtable.
|
2023-10-27 08:57:04 +08:00 |
|
liugang
|
aebc56f8a0
|
* pivot: optimize style of the right side of the preview page.
|
2023-10-27 08:50:10 +08:00 |
|
liugang
|
3a520ad419
|
+ pivot: use default selector when load page.
|
2023-10-27 08:48:41 +08:00 |
|
liugang
|
92c4209079
|
+ pivot: rewrite the workload table by zin.
|
2023-10-27 08:47:04 +08:00 |
|
liugang
|
af75a89530
|
+ pivot: rewrite the bug create table by zin.
|
2023-10-27 08:46:43 +08:00 |
|