Improved layout for XDoc
5 lines of code changed in 1 file:
SymbolicNames can have an explicit date. Needed for StatSVN.
18 lines of code changed in 1 file:
Shuffled stuff around on the AllDevelopers page
9 lines of code changed in 1 file:
Fixed NPE when developer has 0 lines of code (modified only binary files?)
4 lines of code changed in 1 file:
XDoc CSS fixes (Benoit)
46 lines of code changed in 1 file:
Fixed NPE with StatSVN
3 lines of code changed in 1 file:
text tweak
2 lines of code changed in 1 file:
Tweak some chart colors
2 lines of code changed in 1 file:
Tweak some chart colors
31 lines of code changed in 2 files:
Developer Of The Month table added to the All Developers Page
126 lines of code changed in 2 files:
Make XDoc stylesheet work with latest reports
12 lines of code changed in 1 file:
Review from Benoit Xhenseval:
- fixed two XML well-formedness errors
- re-added tags to file statistics charts, and made them large size again
- fixed a silly NPE when running with no WebRepository (regression)
14 lines of code changed in 5 files:
bugfix (regression), silly NPE
2 lines of code changed in 1 file:
removed unused code
1 lines of code changed in 1 file:
Re-instated messages for log out-of-sync issues, but now as info not warning
9 lines of code changed in 1 file:
No longer needed
0 lines of code changed in 1 file:
Documentation
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.
343 lines of code changed in 35 files:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
173 lines of code changed in 17 files:
Version number to 0.3-dev; we have enough new stuff to warrant a 0.1 bump
1 lines of code changed in 1 file:
Added file type report
106 lines of code changed in 2 files:
Force 0 lower bound for time line charts (is better for avg file size chart)
2 lines of code changed in 1 file:
This might conserve a bit of memory
12 lines of code changed in 2 files:
Work around a JFreeChart bug that causes NPE
11 lines of code changed in 1 file:
Test failed because it worked with inconsistent VersionedFile objects
6 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
351 lines of code changed in 16 files:
Space out overlapping tags in charts
31 lines of code changed in 1 file:
Tags are more visible on lighter blue color
3 lines of code changed in 1 file:
Bugfix: NPE with initially dead files (regression)
5 lines of code changed in 1 file:
Added -no-developer option to exclude noisy accounts
313 lines of code changed in 19 files:
Changed directory sizes table to show current LOC insead of total contributed LOC; removed the lines per change column
53 lines of code changed in 2 files:
Show # of deleted files on directory pages
14 lines of code changed in 1 file:
Improved reporting of missing CVS metadata and out-of-sync state
30 lines of code changed in 3 files:
- show warning if specified log is not for specified working copy
- show warning if log and/or working copy need updating
60 lines of code changed in 3 files:
Added link to previous month at end of each commit log
45 lines of code changed in 4 files:
Don't show LOC chart for directories that contain only binary files
15 lines of code changed in 2 files:
Show number of developers (patch #867600)
2 lines of code changed in 1 file:
Fixed title of root directory page (regression)
2 lines of code changed in 1 file:
HTML fix
3 lines of code changed in 1 file:
HTML fix
1 lines of code changed in 1 file:
HTML fixes
4 lines of code changed in 2 files:
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
852 lines of code changed in 36 files:
Added permalinks for commits
39 lines of code changed in 5 files:
Show multi-level parent links, and tweaked parent link layout
18 lines of code changed in 4 files:
Completed switch to new-style report generation
136 lines of code changed in 5 files:
More refactoring of old to new report generation style, with tweaks to reports. We lost the ability to sort the developers table by name.
630 lines of code changed in 26 files:
- started refactoring of report pages into their own package
- LOC, dir sizes, file stats, and commit log now use new page code
- restructured commit log -- now per-month pages
- heavily modified the stylesheet
1008 lines of code changed in 28 files:
Added LOC Per Directory timeline, a la StatCVS-XML
117 lines of code changed in 3 files:
Show time of report generation on index page (RFE #1146207)
2 lines of code changed in 1 file:
Removed annotations from file size and file count chart, looks clearer without
11 lines of code changed in 3 files:
Warn when all files were rejected by an (overly broad?) include/exclude pattern (bug 1146204)
59 lines of code changed in 3 files:
Cope with empty log file instead of aborting. Deprecated EmptyRepositoryException, it is no longer used by StatCVS.
33 lines of code changed in 12 files:
Show more relevant charts and tables for single-author repositories
63 lines of code changed in 3 files:
Fixed broken image link in HTML output (regression)
12 lines of code changed in 2 files:
- Ant task supports all options again
- Ant task uses the same names as the command line for everything
- build file can call Ant task via "ant run.ant"
99 lines of code changed in 4 files:
Oops, broke the build when updating to latest JFreeChart. Fixed.
2 lines of code changed in 1 file:
Added JCVSWeb integration (Patch 1398245, ermeaney)
88 lines of code changed in 5 files:
Added symbolic names annotations to commit scatter chart
51 lines of code changed in 3 files:
Upgrade to latest JFreeChart
12 lines of code changed in 1 file:
Upgrade to latest JFreeChart
5 lines of code changed in 6 files:
Version number to 0.2.5-dev
1 lines of code changed in 1 file:
- refactored all chart generation code into a separate package
- charts now produce ChartImage objects that know their URL and can be passed around
- chart titles and subtitles folded into one line
1220 lines of code changed in 23 files:
- added ExtraReport option
- unified handling of chart sizes
- widescreen chart sizes
(Benoit Xhenseval)
201 lines of code changed in 18 files:
Bugfix: Copying binary files that contain ASCII #0 failed
3 lines of code changed in 1 file:
sample report tweak
1 lines of code changed in 1 file:
Set version to 0.2.4a (skip 0.2.4 because StatSVN 0.2.0 contains a CVS-built and somewhat buggy version of statcvs.jar with that name)
1 lines of code changed in 1 file:
HTML typography tweaks
8 lines of code changed in 2 files:
tweaked command line help text
8 lines of code changed in 1 file:
- oops, the Bugzilla integration code was never used even if specified on cmd line
- Bugzilla regex now also catches "bug #1234"
- tweaks to Bugzilla integration code
29 lines of code changed in 3 files:
Added -xdoc option as "official" shortcut for the undocumented -format xdoc
27 lines of code changed in 1 file: