[root]/src/net/sf/statcvs/charts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
cyganiak | 47 (100.0%) | 1567 (100.0%) | 33.3 |
Tweak some chart colors
2 lines of code changed in:
Tweak some chart colors
31 lines of code changed in:
Review from Benoit Xhenseval:
- fixed two XML well-formedness errors
- re-added tags to file statistics charts, and made them large size again
- fixed a silly NPE when running with no WebRepository (regression)
2 lines of code changed in:
bugfix (regression), silly NPE
2 lines of code changed in:
removed unused code
1 lines of code changed in:
Refactoring to reduce the tunneling of configuration options through the static ConfigurationOptions class. Instead, a ReportConfig object is now widely passed around and has getters for most of the options.
73 lines of code changed in:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
50 lines of code changed in:
Force 0 lower bound for time line charts (is better for avg file size chart)
2 lines of code changed in:
This might conserve a bit of memory
3 lines of code changed in:
- Repository.getSymbolicNames() now returns only those matching ConfigurationOptions.getSymbolicNamesPattern()
- Added Repository.getHead() special symbolic name
- Show repository tags in commit log
- Add table with all tags to index page
3 lines of code changed in:
Space out overlapping tags in charts
31 lines of code changed in:
Tags are more visible on lighter blue color
3 lines of code changed in:
Added -no-developer option to exclude noisy accounts
40 lines of code changed in:
Don't show LOC chart for directories that contain only binary files
4 lines of code changed in:
Another Big Refactoring.
- introduced ReportConfig object which is passed around during report creation, this makes many argument lists much shorter
- moved output.HTMLOutput to pages.ReportSuiteMaker
- moved output.HTMLTagger to pages.HTML
- changed the way the HTML/XDoc difference worked, now the interface is pages.MarkupSyntax
- simplified the registration of extra report, now they must be implemented as Pages and passed to the ReportSuiteMaker constructor
- moved LOCSeriesBuilder from output to reports
9 lines of code changed in:
- started refactoring of report pages into their own package
- LOC, dir sizes, file stats, and commit log now use new page code
- restructured commit log -- now per-month pages
- heavily modified the stylesheet
61 lines of code changed in:
Added LOC Per Directory timeline, a la StatCVS-XML
99 lines of code changed in:
Removed annotations from file size and file count chart, looks clearer without
7 lines of code changed in:
Added symbolic names annotations to commit scatter chart
51 lines of code changed in:
Upgrade to latest JFreeChart
12 lines of code changed in:
(2 more)