[root]/src/net/sf/statcvs
ant
(2 files, 298 lines)
charts
(9 files, 1313 lines)
gui
(0 files, 0 lines)
input
(12 files, 1941 lines)
model
(10 files, 1649 lines)
output
(17 files, 1943 lines)
pages
(19 files, 2050 lines)
renderer
(4 files, 655 lines)
xml
(0 files, 0 lines)
reportmodel
(13 files, 1165 lines)
reports
(17 files, 1501 lines)
util
(9 files, 1070 lines)
web-files
(9 files, 596 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 178 (100.0%) | 1560 (100.0%) | 8.7 |
lukasz | 56 (31.5%) | 748 (47.9%) | 13.3 |
cyganiak | 96 (53.9%) | 651 (41.7%) | 6.7 |
manschu | 6 (3.4%) | 61 (3.9%) | 10.1 |
jentzsch | 16 (9.0%) | 51 (3.3%) | 3.1 |
jkealey | 3 (1.7%) | 46 (2.9%) | 15.3 |
squig | 1 (0.6%) | 3 (0.2%) | 3.0 |
Support for Mantis bug tracker (Brian J¿rgensen)
3 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.
14 lines of code changed in:
Improved reporting of missing CVS metadata and out-of-sync state
4 lines of code changed in:
- show warning if specified log is not for specified working copy
- show warning if log and/or working copy need updating
10 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
12 lines of code changed in:
Warn when all files were rejected by an (overly broad?) include/exclude pattern (bug 1146204)
16 lines of code changed in:
Cope with empty log file instead of aborting. Deprecated EmptyRepositoryException, it is no longer used by StatCVS.
3 lines of code changed in:
Added JCVSWeb integration (Patch 1398245, ermeaney)
3 lines of code changed in:
tweaked command line help text
8 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.
46 lines of code changed in:
Fixed two small HTML escaping issues (regressions)
2 lines of code changed in:
- Buildfile builds classes for Java 1.4
- Fixed some Javadoc warnings
3 lines of code changed in:
Added -tags parameter for filtering of symbolic names.
3 lines of code changed in:
Don't print help when error on command line
3 lines of code changed in:
Version number is now inserted into source files from a property file during Ant or Maven build
4 lines of code changed in:
Package descriptions for Javadoc
12 lines of code changed in:
StatCvs officially changes name to StatCVS
7 lines of code changed in:
Fixed bug 815800: Stat CVS crashes when invoked from ant without X11 (Steve Murphy) by moving the java.awt.headless option from Main to HTMLOutput
2 lines of code changed in:
missing check on null added
5 lines of code changed in:
Removed CvsFile.isInAttic(); instead, the Builder provides a method getAtticFileNames(). The idea is to keep CVS internals out of the model package. Also added CvsFile.compareTo
3 lines of code changed in:
(125 more)