[root]/src/net/sf/statcvs/pages
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 82 (100.0%) | 1953 (100.0%) | 23.8 |
cyganiak | 81 (98.8%) | 1945 (99.6%) | 24.0 |
jentzsch | 1 (1.2%) | 8 (0.4%) | 8.0 |
Improved layout for XDoc
5 lines of code changed in:
Shuffled stuff around on the AllDevelopers page
9 lines of code changed in:
Fixed NPE when developer has 0 lines of code (modified only binary files?)
4 lines of code changed in:
text tweak
2 lines of code changed in:
Developer Of The Month table added to the All Developers Page
8 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)
7 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.
90 lines of code changed in:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
58 lines of code changed in:
Added file type report
4 lines of code changed in:
This might conserve a bit of memory
9 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
89 lines of code changed in:
Added -no-developer option to exclude noisy accounts
65 lines of code changed in:
Show # of deleted files on directory pages
14 lines of code changed in:
Added link to previous month at end of each commit log
45 lines of code changed in:
Show number of developers (patch #867600)
2 lines of code changed in:
Fixed title of root directory page (regression)
2 lines of code changed in:
HTML fix
3 lines of code changed in:
HTML fix
1 lines of code changed in:
HTML fixes
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
627 lines of code changed in:
(5 more)