Adam Waldenberg
0c0f39f2c9
HTML hover effect is now only shown on tables with hidden rows.
2013-05-20 16:22:08 +02:00
Adam Waldenberg
1992d3dc94
Added support for table sorting to the HTML output.
...
Instead of manually adding this functionality with our own code; we use
the JQuery tablesorter plugin which adds support for sorting with a few
simple rows of code.
2013-05-20 16:07:02 +02:00
Adam Waldenberg
c6771c0b9f
Hovering (in HTML output) is now done with CSS instead of javascript.
2013-05-16 03:06:06 +02:00
Adam Waldenberg
72975d548c
Fixed the display of the pie charts in the HTML output.
...
Pie charts could previously overlap the sections where they resided.
2013-05-14 03:11:58 +02:00
Adam Waldenberg
65481c013e
Added filtering to the HTML timeline.
...
Rows with minor work are filtered; these are rows that contain very little
work (only dots). The filtering can be toggled by pressing a button.
2013-05-09 02:45:12 +02:00
Adam Waldenberg
e2d54afade
Added utf-8 encoding to the HTML header.
2013-05-08 19:28:32 +02:00
Adam Waldenberg
10179d12ed
Added filtering of minor authors to the tables in the HTML output.
...
In practice, this means that the tables are initially collapsed and hide
all authors with a workload below one percent. The user can expand a
table in order to show all authors found during statistical analysis.
2013-05-08 16:53:20 +02:00
Adam Waldenberg
b50f85ba17
Improved the pie charts of the HTML output.
...
All authors with a workload less than one percent are now combined into
the same slice of the pie chart.
2013-05-08 05:32:45 +02:00
Adam Waldenberg
0b758fc087
Made some cosmetic changes to the HTML output.
...
Everything is now properly centered onto the body of the HTML page. Also,
the content of the page has a fixed width.
2013-04-09 22:36:00 +02:00
Adam Waldenberg
f106ad85ca
Added HTML output to the timeline module.
2013-04-09 21:17:21 +02:00
Adam Waldenberg
13b11f4961
Added HTML output to the missing module.
2013-03-14 00:47:40 +01:00
Adam Waldenberg
bc9503928f
Changed the HTML output to a pure single-column output.
2013-03-11 09:43:51 +01:00
Adam Waldenberg
3e8d6434e8
Perfected the look of the HTML output from the blame module.
...
This output is a good start and should work fine as a first template that
can be used when implementing HTML output in all other modules.
Once this is done we can work on adding some interactivity. However; it
might be a good idea to just release a version with some simple HTML
output before adding more complex stuff.
2012-11-17 02:58:56 +01:00
Adam Waldenberg
369290fc25
Extended the HTML header with some initial CSS.
...
The pie-chart plugin script was also added to the head of the document.
2012-11-17 00:33:47 +01:00
Adam Waldenberg
6ee7ad71ab
The scripts from the flot archive are now included in the HTML output.
...
The gitinspector piclet was also added to the generated HTML.
2012-11-13 00:49:26 +01:00
Adam Waldenberg
6625651366
HTML header and footer is now properly outputted.
2012-11-03 02:13:53 +01:00