Directory statcvs/src/net/sf/statcvs/renderer/

Directory Created:
2002-07-26 13:14
Total Files:
5
Deleted Files:
19
Lines of Code:
834

Browse with ViewVC

[root]/statcvs/src/net/sf/statcvs/renderer

Lines of Code

statcvs/src/net/sf/statcvs/renderer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 323 (100.0%) 5240 (100.0%) 16.2
Richard Cyganiak 173 (53.6%) 1881 (35.9%) 10.8
Anja Jentzsch 86 (26.6%) 1551 (29.6%) 18.0
Benoit Xhenseval 10 (3.1%) 816 (15.6%) 81.6
Lukasz Pekacki 35 (10.8%) 669 (12.8%) 19.1
Jason Kealey 7 (2.2%) 252 (4.8%) 36.0
Steffen Pingel 2 (0.6%) 24 (0.5%) 12.0
mungady 4 (1.2%) 24 (0.5%) 6.0
uid91994 2 (0.6%) 22 (0.4%) 11.0
Manuel Schulze 4 (1.2%) 1 (0.0%) 0.2

Most Recent Commits

Benoit Xhenseval 2008-04-02 12:22

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...

616 lines of code changed in 5 files:

Benoit Xhenseval 2008-03-31 17:04 Rev.: 1.2

Removed some 1.5 code.

2 lines of code changed in 1 file:

Benoit Xhenseval 2008-03-27 23:31 Rev.: 1.1

[1927587]Providing a basic XML export for the StatCVS statistics.

174 lines of code changed in 1 file:

Benoit Xhenseval 2007-04-09 17:38

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.

19 lines of code changed in 2 files:

Benoit Xhenseval 2007-04-09 16:40 Rev.: 1.8

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

5 lines of code changed in 1 file:

Richard Cyganiak 2006-12-11 08:49 Rev.: 1.7

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)

5 lines of code changed in 1 file:

Richard Cyganiak 2006-12-09 14:22

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.

17 lines of code changed in 2 files:

Richard Cyganiak 2006-12-09 12:37 Rev.: 1.40

Refactor:

- OutputUtils.escapeHTML => HTML.escape

- OutputUtils => ChartUtils

- StatConstants.* => HTML.*

4 lines of code changed in 1 file:

Richard Cyganiak 2006-12-08 21:15

- 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

18 lines of code changed in 2 files:

uid91994 2006-12-08 00:26

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

22 lines of code changed in 2 files:

Richard Cyganiak 2006-12-07 03:02 Rev.: 1.35

- 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

0 lines of code changed in 1 file:

Richard Cyganiak 2006-12-05 12:49

- 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

0 lines of code changed in 9 files:

Richard Cyganiak 2006-12-04 17:35

- added ExtraReport option

- unified handling of chart sizes

- widescreen chart sizes

(Benoit Xhenseval)

52 lines of code changed in 7 files:

Richard Cyganiak 2006-12-02 23:18 Rev.: 1.34

- 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

7 lines of code changed in 1 file:

Jason Kealey 2006-11-22 16:29

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.

252 lines of code changed in 7 files:

Richard Cyganiak 2006-10-10 10:23 Rev.: 1.32

Fixed two small HTML escaping issues (regressions)

5 lines of code changed in 1 file:

mungady 2006-06-14 11:25

Updated to use JFreeChart 1.0.1.

24 lines of code changed in 4 files:

Richard Cyganiak 2005-03-30 00:22 Rev.: 1.7

Applied patch for tag lines in file count graph and loc by module graph

Patch by Jukka Uusisalo

10 lines of code changed in 1 file:

Steffen Pingel 2004-12-14 13:38

merged parsing of entries file and symbolic names patch [#910508]

24 lines of code changed in 2 files:

Richard Cyganiak 2004-10-12 08:22

Fixed lots of Eclipse warnings, mostly Javadoc related

19 lines of code changed in 8 files:

Richard Cyganiak 2004-10-03 13:59 Rev.: 1.42

Removed distracting 3D effect, transparency and shadow from pie charts

9 lines of code changed in 1 file:

Richard Cyganiak 2004-10-03 13:41

JFreeChart upgraded to version 0.9.21

25 lines of code changed in 7 files:

Anja Jentzsch 2004-05-09 22:29

patch applied to update jfreechart to current version

162 lines of code changed in 8 files:

Richard Cyganiak 2004-02-20 19:49 Rev.: 1.8

Oops, there was one more dependency on ConfigurationOptions in FileUtils.

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/renderer: Chart.java (+3 -3)
Richard Cyganiak 2004-02-20 02:08 Rev.: 1.30

when WebRepositoryIntegration present, link deleted and re-added files to a view of the revision, instead of to a view of the diff

5 lines of code changed in 1 file:

Richard Cyganiak 2004-02-20 01:33 Rev.: 1.8

lots of small cleanups in the model package, including changed collection types, some removed methods, and lots of javadoc cleanup

4 lines of code changed in 1 file:

Richard Cyganiak 2004-02-18 19:00

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

21 lines of code changed in 3 files:

Richard Cyganiak 2004-02-17 21:40 Rev.: 1.19

refactoring: moving more CVS-specific stuff (clustering of revisions into commits) from model.Commit to input.CommitListBuilder; some other changes in Commit

4 lines of code changed in 1 file:

Richard Cyganiak 2004-02-17 06:55 Rev.: 1.18

- added CvsContent.getCommits()

- moved CommitListBuilder from model to input

- changed users of CommitListBuilder to use getCommits

3 lines of code changed in 1 file:

Richard Cyganiak 2003-12-18 00:26

refactoring: removed RevisionIterator and everything related (yay!)

14 lines of code changed in 2 files:

Anja Jentzsch 2003-12-18 00:06

- author activity chart changed to stacked horizontal bar chart



- removed splitting of images



- removed category "removing", now: "modifying" (changing+removing) and "adding"

52 lines of code changed in 2 files:

Richard Cyganiak 2003-12-17 23:56 Rev.: 1.15

refactoring: replaced CvsContent.getRevisionIterator() by CvsContent.getRevisions()

4 lines of code changed in 1 file:

Richard Cyganiak 2003-12-17 22:46 Rev.: 1.38

refactoring: removed hardly used RevisionFilterIterator and related classes

29 lines of code changed in 1 file:

Anja Jentzsch 2003-12-15 22:48 Rev.: 1.2

commit activity chart optimized: all authors' commit avtivity and each author's commit activity combined in one chart

25 lines of code changed in 2 files:

Richard Cyganiak 2003-12-15 20:19 Rev.: 1.7

minor beauty fixes

3 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/renderer: Chart.java (+3 -7)
Richard Cyganiak 2003-12-15 20:01 Rev.: 1.6

removed "Generated by StatCvs" from charts, toned it done on HTML pages, removed -nocredits switch

2 lines of code changed in 1 file:

  • statcvs/src/net/sf/statcvs/renderer: Chart.java (+2 -12)
Anja Jentzsch 2003-12-15 00:20 Rev.: 1.1

added commit scatter chart per author

37 lines of code changed in 1 file:

Richard Cyganiak 2003-12-14 23:37 Rev.: 1.28

fixed some Eclipse warnings and TODOs

14 lines of code changed in 1 file:

Anja Jentzsch 2003-12-14 00:41 Rev.: 1.1

commit activity chart added

4 lines of code changed in 2 files:

Richard Cyganiak 2003-12-12 22:11

fixed warning if repository file not found; several other small fixes

5 lines of code changed in 2 files:

(129 more)

Generated by StatCVS 0.7.0