[root]/statcvs/src/net/sf/statcvs
ant
(2 files, 299 lines)
charts
(9 files, 1244 lines)
input
(12 files, 1892 lines)
model
(10 files, 1678 lines)
output
(18 files, 2472 lines)
web-files
(1 files, 0 lines)
pages
(19 files, 2097 lines)
xml
(11 files, 1295 lines)
renderer
(5 files, 834 lines)
reportmodel
(14 files, 1207 lines)
reports
(17 files, 1476 lines)
util
(9 files, 1084 lines)
web-files
(9 files, 614 lines)
weblinks
(0 files, 0 lines)
bugs
(3 files, 144 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 190 (100.0%) | 1723 (100.0%) | 9.0 |
Richard Cyganiak | 96 (50.5%) | 651 (37.8%) | 6.7 |
Lukasz Pekacki | 56 (29.5%) | 597 (34.6%) | 10.6 |
Benoit Xhenseval | 11 (5.8%) | 342 (19.8%) | 31.0 |
Anja Jentzsch | 16 (8.4%) | 51 (3.0%) | 3.1 |
Jason Kealey | 3 (1.6%) | 46 (2.7%) | 15.3 |
Manuel Schulze | 6 (3.2%) | 21 (1.2%) | 3.5 |
uid91994 | 1 (0.5%) | 12 (0.7%) | 12.0 |
Steffen Pingel | 1 (0.5%) | 3 (0.2%) | 3.0 |
[1639462 ] Added support for TRAC, thanks to Jean-Francois Burdet.
9 lines of code changed in 1 file:
Done an Eclipse cleanUp in order to reduce number of warnings by FindBugs / Checkstyle / PMD tools.
Sorry if it is looking like a massive change...
35 lines of code changed in 2 files:
Removed some 1.5 code.
6 lines of code changed in 1 file:
The RepoMap and LOCChurn pages are now available to StatCVS.
27 lines of code changed in 2 files:
[1927587]Providing a basic XML export for the StatCVS statistics.
257 lines of code changed in 3 files:
As per my email earlier today, I have reverted to using the login id for the CommitScatterChart (full names would overlap too easily).
So, in order to show the relationship between an author real name and an author id, I have added a column "Author Id" on the Developers page only,
which is the page containing the scatter diagram.
1 lines of code changed in 1 file:
Suggested to add a title to the icons for directories, it is 100% backward compatible. Any missing entry will be treated in the same way as before.
The entries in statcvs.properties for icon description are: DELETED_DIRECTORY_ICON, DELETED_FILE_ICON, DIRECTORY_ICON, FILE_ICON and BUG_ICON.
Some people found the icons 'difficult' to understand, the text, which is now part of the statcvs.properties (and hence customizable/i18n) should help.
the original request was for StatSVN on http://sourceforge.net/tracker/index.php?func=detail&aid=1685216&group_id=164845&atid=833329
7 lines of code changed in 1 file:
Support for Mantis bug tracker (Brian J¿rgensen)
3 lines of code changed in 1 file:
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 1 file:
Improved reporting of missing CVS metadata and out-of-sync state
4 lines of code changed in 1 file:
- 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 1 file:
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 1 file:
Warn when all files were rejected by an (overly broad?) include/exclude pattern (bug 1146204)
16 lines of code changed in 1 file:
Cope with empty log file instead of aborting. Deprecated EmptyRepositoryException, it is no longer used by StatCVS.
3 lines of code changed in 1 file:
Added JCVSWeb integration (Patch 1398245, ermeaney)
3 lines of code changed in 1 file:
tweaked command line help text
8 lines of code changed in 1 file:
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 3 files:
Fixed two small HTML escaping issues (regressions)
2 lines of code changed in 1 file:
- Buildfile builds classes for Java 1.4
- Fixed some Javadoc warnings
3 lines of code changed in 1 file:
Added -tags parameter for filtering of symbolic names.
3 lines of code changed in 1 file:
(132 more)