[root]/statcvs/src/net/sf/statcvs
ant
(2 files, 307 lines)
charts
(10 files, 1534 lines)
input
(12 files, 1916 lines)
model
(10 files, 1714 lines)
output
(18 files, 2697 lines)
web-files
(1 files, 0 lines)
pages
(21 files, 2320 lines)
xml
(11 files, 1286 lines)
renderer
(5 files, 834 lines)
reportmodel
(14 files, 1207 lines)
reports
(20 files, 1924 lines)
util
(10 files, 1104 lines)
web-files
(13 files, 615 lines)
weblinks
(0 files, 0 lines)
bugs
(3 files, 144 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 196 (100.0%) | 1758 (100.0%) | 8.9 |
Richard Cyganiak | 96 (49.0%) | 651 (37.0%) | 6.7 |
Lukasz Pekacki | 56 (28.6%) | 597 (34.0%) | 10.6 |
Benoit Xhenseval | 17 (8.7%) | 377 (21.4%) | 22.1 |
Anja Jentzsch | 16 (8.2%) | 51 (2.9%) | 3.1 |
Jason Kealey | 3 (1.5%) | 46 (2.6%) | 15.3 |
Manuel Schulze | 6 (3.1%) | 21 (1.2%) | 3.5 |
uid91994 | 1 (0.5%) | 12 (0.7%) | 12.0 |
Steffen Pingel | 1 (0.5%) | 3 (0.2%) | 3.0 |
Added a few links to Twitter: Overview, Developer of the Month and Developer.
2 lines of code changed in 1 file:
Added a CLOUD Tag report for words in the commit comments.
8 lines of code changed in 1 file:
Make the Charts much more configurable through the properties file.
Upgraded to JFreeChart 1.0.12.
10 lines of code changed in 1 file:
Moved version to 0.5.0
Done a cleanUp too.
6 lines of code changed in 1 file:
Added text for Rolling12m report.
3 lines of code changed in 1 file:
Added -chartset option on command line and ant task for html/xdoc documentation.
6 lines of code changed in 1 file:
[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:
(138 more)