[root]/statcvs/src/net/sf/statcvs
ant
(2 files, 321 lines)
charts
(12 files, 1948 lines)
input
(12 files, 1924 lines)
model
(11 files, 1914 lines)
output
(18 files, 2764 lines)
web-files
(1 files, 0 lines)
pages
(23 files, 2601 lines)
xml
(11 files, 1286 lines)
renderer
(5 files, 834 lines)
reportmodel
(14 files, 1226 lines)
reports
(21 files, 2030 lines)
util
(11 files, 1223 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 | 205 (100.0%) | 1843 (100.0%) | 8.9 |
Richard Cyganiak | 96 (46.8%) | 651 (35.3%) | 6.7 |
Lukasz Pekacki | 56 (27.3%) | 597 (32.4%) | 10.6 |
Benoit Xhenseval | 26 (12.7%) | 462 (25.1%) | 17.7 |
Anja Jentzsch | 16 (7.8%) | 51 (2.8%) | 3.1 |
Jason Kealey | 3 (1.5%) | 46 (2.5%) | 15.3 |
Manuel Schulze | 6 (2.9%) | 21 (1.1%) | 3.5 |
uid91994 | 1 (0.5%) | 12 (0.7%) | 12.0 |
Steffen Pingel | 1 (0.5%) | 3 (0.2%) | 3.0 |
First cut at a Module evolution chart.
1 lines of code changed in 1 file:
Added LOC over time for modules.
2 lines of code changed in 1 file:
Fixing 1721660 reported by David Multer. Fixing NPE issue and bad link when there are no commits in a repository
1 lines of code changed in 1 file:
First cut for a Module page with module statistics.
10 lines of code changed in 1 file:
Using Bit.ly now
1 lines of code changed in 1 file:
Thanks to Jason, the Twitter button will have an automatic call to bit.ly to reduce the URL of the page where the button is...
The JavaScript will be included only if Twitter is enabled.
16 lines of code changed in 1 file:
Fix typo, thanks to Simon Josefsson.
27 lines of code changed in 1 file:
release the Builder as soon as possible in order to reduce the MAX memory required.
21 lines of code changed in 1 file:
the Twitter buttons can be disabled (although they are enabled by default).
6 lines of code changed in 1 file:
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:
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:
Don't print help when error on command line
3 lines of code changed in 1 file:
Version number is now inserted into source files from a property file during Ant or Maven build
4 lines of code changed in 2 files:
Package descriptions for Javadoc
12 lines of code changed in 1 file:
StatCvs officially changes name to StatCVS
7 lines of code changed in 1 file:
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 1 file:
(127 more)