[root]/src/net/sf/statcvs/renderer
xml
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 311 (100.0%) | 6064 (100.0%) | 19.4 |
cyganiak | 173 (55.6%) | 2546 (42.0%) | 14.7 |
jentzsch | 86 (27.7%) | 2341 (38.6%) | 27.2 |
lukasz | 35 (11.3%) | 755 (12.5%) | 21.5 |
jkealey | 7 (2.3%) | 252 (4.2%) | 36.0 |
squig | 2 (0.6%) | 145 (2.4%) | 72.5 |
mungady | 4 (1.3%) | 24 (0.4%) | 6.0 |
manschu | 4 (1.3%) | 1 (0.0%) | 0.2 |
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)
5 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.
17 lines of code changed in:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
4 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
18 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
22 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
0 lines of code changed in:
- refactored all chart generation code into a separate package
- charts now produce ChartImage objects that know their URL and can be passed around
- chart titles and subtitles folded into one line
0 lines of code changed in:
- added ExtraReport option
- unified handling of chart sizes
- widescreen chart sizes
(Benoit Xhenseval)
52 lines of code changed in:
- oops, the Bugzilla integration code was never used even if specified on cmd line
- Bugzilla regex now also catches "bug #1234"
- tweaks to Bugzilla integration code
7 lines of code changed in:
Refactoring of StatCVS so that StatSVN can properly extend it.
Added StatSVN features: bugzilla integration, viewvc integration, xdoc export
Many thanks to Benoit Xhenseval for refactoring both StatCVS and StatSVN and providing xdoc support.
252 lines of code changed in:
Fixed two small HTML escaping issues (regressions)
5 lines of code changed in:
Updated to use JFreeChart 1.0.1.
24 lines of code changed in:
Applied patch for tag lines in file count graph and loc by module graph
Patch by Jukka Uusisalo
10 lines of code changed in:
merged parsing of entries file and symbolic names patch [#910508]
145 lines of code changed in:
Fixed lots of Eclipse warnings, mostly Javadoc related
19 lines of code changed in:
Removed distracting 3D effect, transparency and shadow from pie charts
9 lines of code changed in:
JFreeChart upgraded to version 0.9.21
25 lines of code changed in:
patch applied to update jfreechart to current version
162 lines of code changed in:
Oops, there was one more dependency on ConfigurationOptions in FileUtils.
3 lines of code changed in:
when WebRepositoryIntegration present, link deleted and re-added files to a view of the revision, instead of to a view of the diff
5 lines of code changed in:
(144 more)