[root]/statcvs/src/net/sf/statcvs/model
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 583 (100.0%) | 11789 (100.0%) | 20.2 |
Richard Cyganiak | 314 (53.9%) | 4308 (36.5%) | 13.7 |
Manuel Schulze | 129 (22.1%) | 3107 (26.4%) | 24.0 |
Lukasz Pekacki | 98 (16.8%) | 1804 (15.3%) | 18.4 |
Benoit Xhenseval | 13 (2.2%) | 1391 (11.8%) | 107.0 |
Jason Kealey | 10 (1.7%) | 922 (7.8%) | 92.2 |
Steffen Pingel | 4 (0.7%) | 201 (1.7%) | 50.2 |
Anja Jentzsch | 14 (2.4%) | 51 (0.4%) | 3.6 |
farkas | 1 (0.2%) | 5 (0.0%) | 5.0 |
A bit of fun, added links to Twitter. In the statcvs.properties file defining the user, you can add:
user.[cvsusername].twitterUsername=[twitterUserName]
user.[cvsusername].twitterUserId=[twitterUserId] -> which is an int, not easy to find...
user.[cvsusername].twitterIncludeHtml=[true/false]
user.[cvsusername].twitterIncludeFlash=[true/false]
37 lines of code changed in 1 file:
Moved version to 0.5.0
Done a cleanUp too.
2 lines of code changed in 1 file:
Fixing FindBugs warnings / bugs.
6 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...
1305 lines of code changed in 9 files:
[Request 1252864 ] Displaying author real names, first cut.
41 lines of code changed in 1 file:
SymbolicNames can have an explicit date. Needed for StatSVN.
18 lines of code changed in 1 file:
- 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
13 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.
922 lines of code changed in 10 files:
merged parsing of entries file and symbolic names patch [#910508]
201 lines of code changed in 4 files:
Package descriptions for Javadoc
14 lines of code changed in 1 file:
Fixed lots of Eclipse warnings, mostly Javadoc related
6 lines of code changed in 1 file:
Added factory methods for CvsRevisions to CvsFile. Revisions are no longer created by calling "new CvsRevision(file, ...)" but like "file.addInitialRevision(...)".
92 lines of code changed in 2 files:
lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup
178 lines of code changed in 6 files:
modified Directory to a SortedSet based implementation
20 lines of code changed in 2 files:
- made DirectoryRoot and DirectoryImpl package private
- added public Directory.createRoot and Directory.createSubdirectory methods
- more minor cleanups in Directory classes
68 lines of code changed in 3 files:
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
17 lines of code changed in 1 file:
Removed CvsFile.isBinary(), this is now handled by the input package. The input package now creates files/revisions with 0 lines for binary files.
Many changes to CvsRevision:
- replaced all line count related methods by new ones with cleaner semantics
- renamed some more methods
- changed the line count related constructor arguments to cleaner semantics
147 lines of code changed in 2 files:
refactoring: moving more CVS-specific stuff (clustering of revisions into commits) from model.Commit to input.CommitListBuilder; some other changes in Commit
37 lines of code changed in 1 file:
- moved DummyRepositoryFileManager from model to input
- added some tests for model.Directory class
2 lines of code changed in 1 file:
- added CvsContent.getCommits()
- moved CommitListBuilder from model to input
- changed users of CommitListBuilder to use getCommits
25 lines of code changed in 3 files:
(182 more)