[root]/statcvs/src/net/sf/statcvs/output
web-files
(1 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 661 (100.0%) | 11734 (100.0%) | 17.7 |
Richard Cyganiak | 393 (59.5%) | 5026 (42.8%) | 12.7 |
Benoit Xhenseval | 57 (8.6%) | 2502 (21.3%) | 43.8 |
Anja Jentzsch | 100 (15.1%) | 1484 (12.6%) | 14.8 |
Jason Kealey | 25 (3.8%) | 1023 (8.7%) | 40.9 |
Lukasz Pekacki | 61 (9.2%) | 1008 (8.6%) | 16.5 |
Manuel Schulze | 8 (1.2%) | 532 (4.5%) | 66.5 |
uid91994 | 11 (1.7%) | 94 (0.8%) | 8.5 |
Steffen Pingel | 6 (0.9%) | 65 (0.6%) | 10.8 |
First cut for a Module page with module statistics.
22 lines of code changed in 1 file:
Issue 2141221 adding the possibility to include a header and footer in each html page.
33 lines of code changed in 2 files:
Dramatically reduce the amount of memory required to generate reports (ie generate the xdoc or html files as soon as possible and clear the buffers).
11 lines of code changed in 1 file:
Thanks to Simon Josefsson for spotting an issue with the viewvc links.
3 lines of code changed in 1 file:
the Twitter buttons can be disabled (although they are enabled by default).
20 lines of code changed in 2 files:
- Update manual
- Added possibility to add copyright text on charts
3 lines of code changed in 1 file:
Improve sizes.
2 lines of code changed in 1 file:
Make the Charts much more configurable through the properties file.
Upgraded to JFreeChart 1.0.12.
213 lines of code changed in 3 files:
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]
3 lines of code changed in 1 file:
Moved version to 0.5.0
Done a cleanUp too.
5 lines of code changed in 3 files:
Added -chartset option on command line and ant task for html/xdoc documentation.
26 lines of code changed in 3 files:
[1639462 ] Added support for TRAC, thanks to Jean-Francois Burdet.
94 lines of code changed in 3 files:
tidy up.
3 lines of code changed in 2 files:
Fixing FindBugs warnings / bugs.
16 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...
1034 lines of code changed in 17 files:
The RepoMap and LOCChurn pages are now available to StatCVS.
525 lines of code changed in 3 files:
[1927587]Providing a basic XML export for the StatCVS statistics.
427 lines of code changed in 8 files:
config-file now follows a similar reporting mechanism (exception) when things go wrong.
9 lines of code changed in 1 file:
Properties should be initialised, ooops forgot to check this, sorry.
3 lines of code changed in 1 file:
[Request 1252864 ] Displaying author real names, first cut.
50 lines of code changed in 2 files:
StatSVN Feature Request #1687817 is actually a bug; ViewVCIntegration was not using the canonical form when linking to the modification's visualization.
3 lines of code changed in 1 file:
Streamlined the integration of bug trackers
3 lines of code changed in 1 file:
Moved all bugtracker integration classes to their own package
14 lines of code changed in 5 files:
Support for Mantis bug tracker (Brian J¿rgensen)
13 lines of code changed in 3 files:
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.
97 lines of code changed in 3 files:
Refactor:
- OutputUtils.escapeHTML => HTML.escape
- OutputUtils => ChartUtils
- StatConstants.* => HTML.*
1 lines of code changed in 1 file:
Added -no-developer option to exclude noisy accounts
38 lines of code changed in 3 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
94 lines of code changed in 11 files:
Completed switch to new-style report generation
3 lines of code changed in 3 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.
63 lines of code changed in 9 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
83 lines of code changed in 9 files:
Added LOC Per Directory timeline, a la StatCVS-XML
18 lines of code changed in 2 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
4 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 3 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"
9 lines of code changed in 2 files:
Added JCVSWeb integration (Patch 1398245, ermeaney)
73 lines of code changed in 3 files:
(217 more)