Yippie! StatCvs v0.1.3 is released. Let's start hacking at v0.2-dev! Version number changed to v0.2-dev.
1 lines of code changed in:
changed version to v0.1.3
5 lines of code changed in:
commented manschu's unfinished file-per-module stuff out
8 lines of code changed in:
Lots of small changes to HTML to make the pages cleaner, more usable and easier to re-style via CSS
180 lines of code changed in:
excluded test classes from distribution jar file... makes it 40k smaller
2 lines of code changed in:
Small tweaks to Anja's CommitLogRenderer improvements: don't show "+0" and "-0", show "changed" for changed binary files instead of "+0 -0"
16 lines of code changed in:
made the W3C CSS Validator happy (http://jigsaw.w3.org/css-validator/)
11 lines of code changed in:
information of each file's loc and state added to the commit log
33 lines of code changed in:
Minor code review tasks.
Added some javadocs
Fixed some unhandled Exceptions
76 lines of code changed in:
Remove unused class Agent.java
0 lines of code changed in:
added documentation for the ant task and prettyfied layout
58 lines of code changed in:
Added Andy Glover's Ant task. NOW YOU MUST DOWNLOAD developer-libs-0.5.zip FROM SOURCEFORGE!
139 lines of code changed in:
More refactoring of error handling in preparation for the ant task
18 lines of code changed in:
Oops, I overwrote some of Anja's fixes... restored.
3 lines of code changed in:
refactorings to prepare for integration of Andy Glover's ant task
- rename CommandLineOptions to ConfigurationOptions
- remove ArgumentException (was functional duplicate of CommandLineException)
- extract method Main.execute() from Main.main() as a hook for the ant task
309 lines of code changed in:
Prettified page titles
15 lines of code changed in:
More log messages at "-verbose" level
5 lines of code changed in:
[ 600977 ] Allow HTTP URLs as arguments for "-css", and some logging improvements for "-verbose"
367 lines of code changed in:
fixed some invalid HTML and other minor HTML cleanups
8 lines of code changed in:
UserPage and ModulePage now show the commit list in the same layout as the CommitLog
42 lines of code changed in:
removed unused fields
2 lines of code changed in:
- Commit log: Improved escaping of CVS comments for HTML output
- new method OutputUtils.escapeHtml(String)
- added 100th unit test :-)
90 lines of code changed in:
No longer necesarry file deleted.
0 lines of code changed in:
#594522 (Show version numbers in output) feature request completed
new -nocredit option to suppress "generated by" information
73 lines of code changed in:
fixed eclipse warning
6 lines of code changed in:
better cross-browser compatibility
1 lines of code changed in:
logging re-paired.
Default logging shows only ERROR and WARNING level messages; it can be enabled by the "-verbose" command line option
Verbose logging shows ERROR, WARNING and INFO level messages; it can be enabled by the "-debug" command line option
Debug logging shows messages of all levels ERROR - FINEST.
34 lines of code changed in:
[593238] module sizes - feature request completed
66 lines of code changed in:
Added a note to the "limitations" section about "cvs log -d DATES" not working with StatCvs
4 lines of code changed in:
fixed [ 611755 ] 100% CPU for LONG time
small cleanups
added test for "rev delimiter in comment" problem; works fine
72 lines of code changed in:
More information in error message when log parsing fails
3 lines of code changed in:
I renamed CvsLogParser into CvsLogfileParser because it's parsing a log file. I need that for a cvs interface.
113 lines of code changed in:
I moved getAbsoluteName from RepsoitoryFileManager into FileUtils and made it available as a static method.
21 lines of code changed in:
License changed to LGPL
1675 lines of code changed in:
Test for new functions added
29 lines of code changed in:
File Count Chart added to Suite
40 lines of code changed in:
File Count functionaliy and Chart added
473 lines of code changed in:
Added a method which deletes - if present - an ending dir separator from a given pathname. The separator is taken from the running system.
106 lines of code changed in:
Basic null escaping and small performance improvements.
46 lines of code changed in: