[root]/statcvs/src/net/sf/statcvs/charts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 97 (100.0%) | 3358 (100.0%) | 34.6 |
Benoit Xhenseval | 47 (48.5%) | 1782 (53.1%) | 37.9 |
Richard Cyganiak | 47 (48.5%) | 1567 (46.7%) | 33.3 |
uid91994 | 3 (3.1%) | 9 (0.3%) | 3.0 |
Getting ready for 0.7.0
45 lines of code changed in 1 file:
First cut at a Module evolution chart.
226 lines of code changed in 1 file:
Added LOC over time for modules.
95 lines of code changed in 2 files:
First cut for a Module page with module statistics.
97 lines of code changed in 2 files:
Running FindBugs 1.3.9 against the code.
2 lines of code changed in 1 file:
Adding facilities to add a plot or background image in the charts.
87 lines of code changed in 7 files:
- Update manual
- Added possibility to add copyright text on charts
41 lines of code changed in 8 files:
Improve sizes.
3 lines of code changed in 1 file:
Make the Charts much more configurable through the properties file.
Upgraded to JFreeChart 1.0.12.
216 lines of code changed in 8 files:
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...
699 lines of code changed in 9 files:
Applied patch for [ 1799499 ] LOCChartMaker NullPointerException
Thanks to Shamil Bikineyev
257 lines of code changed in 1 file:
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.
2 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
3 lines of code changed in 1 file:
[Request 1252864 ] Displaying author real names, first cut.
9 lines of code changed in 4 files:
Tweak some chart colors
2 lines of code changed in 1 file:
Tweak some chart colors
31 lines of code changed in 2 files:
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)
2 lines of code changed in 1 file:
bugfix (regression), silly NPE
2 lines of code changed in 1 file:
removed unused code
1 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.
73 lines of code changed in 6 files:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
50 lines of code changed in 3 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
3 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
3 lines of code changed in 1 file:
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:
Added -no-developer option to exclude noisy accounts
40 lines of code changed in 3 files:
Don't show LOC chart for directories that contain only binary files
4 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
9 lines of code changed in 3 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
61 lines of code changed in 7 files:
Added LOC Per Directory timeline, a la StatCVS-XML
99 lines of code changed in 1 file:
Removed annotations from file size and file count chart, looks clearer without
7 lines of code changed in 2 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
3 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
1087 lines of code changed in 8 files: