April 2003 Commit Log

Number of Commits:
75
Number of Active Developers:
2
Richard Cyganiak 2003-04-22 21:16

- removed CvsModule, CvsTree and CvsTreeIterator, their functionality is now incorporated in Directory

- removed some deprecated methods

- added some unit tests

17 lines of code changed in 9 files:

Anja Jentzsch 2003-04-22 20:33 Rev.: 1.4

bugfix: author activity chart sequence

3 lines of code changed in 1 file:

Richard Cyganiak 2003-04-22 14:47

bugfix for multiple traffic light charts

12 lines of code changed in 2 files:

Anja Jentzsch 2003-04-21 13:35

number of authors per author activity chart can be changed now

91 lines of code changed in 3 files:

Anja Jentzsch 2003-04-21 12:16 Rev.: 1.4

added getFileName() and saveChart(width, height, fileName)

22 lines of code changed in 1 file:

Richard Cyganiak 2003-04-20 18:45

more refactorings around the Directory class; incorporated functionality of CvsModule and CvsTree into Directory

271 lines of code changed in 17 files:

Anja Jentzsch 2003-04-20 17:59 Rev.: 1.8

code clean-up

9 lines of code changed in 1 file:

Anja Jentzsch 2003-04-20 17:56 Rev.: 1.95

added author name to activity charts

8 lines of code changed in 1 file:

Richard Cyganiak 2003-04-20 16:18

refactoring: use Directory object instead of directory names

120 lines of code changed in 14 files:

Anja Jentzsch 2003-04-20 16:09

refactorings: developer/user = author

44 lines of code changed in 5 files:

Richard Cyganiak 2003-04-20 15:28

moved test class DummyRepositoryManager from src to tests-src

4 lines of code changed in 2 files:

Richard Cyganiak 2003-04-20 15:24

introduced Directory object, marked all accesses to directories/modules through Strings as deprecated

804 lines of code changed in 24 files:

Richard Cyganiak 2003-04-20 11:24

cleanups in CvsContent

32 lines of code changed in 7 files:

Richard Cyganiak 2003-04-20 11:05

moved escaping of bad characters in author names from input time to output time

20 lines of code changed in 2 files:

Richard Cyganiak 2003-04-20 10:57

suppressed some boring reports if the module has only one author

64 lines of code changed in 4 files:

Richard Cyganiak 2003-04-20 02:05

fixed some bugs introduced during the day

19 lines of code changed in 5 files:

Richard Cyganiak 2003-04-20 01:20 Rev.: 1.3

repaired output directory for charts (Anja, shame on you! ;-)

4 lines of code changed in 1 file:

Richard Cyganiak 2003-04-20 00:59

completed some TODO items, externalized some Strings

16 lines of code changed in 5 files:

Richard Cyganiak 2003-04-20 00:50

- pulled all generated URLs (for directories and authors) into HTMLOutput

- terminology: changed "developer" to "author" throughout code and reports

76 lines of code changed in 9 files:

Richard Cyganiak 2003-04-20 00:09

refactored all code that accessed authors by name; now the Author object is used everywhere

346 lines of code changed in 24 files:

Richard Cyganiak 2003-04-19 22:56

fixed wrong ordering of Top Developers table

7 lines of code changed in 2 files:

Richard Cyganiak 2003-04-19 22:52

refactoring: new Author object in the model package; deprecated old access methods that work through the name of the author

405 lines of code changed in 25 files:

Richard Cyganiak 2003-04-19 21:02

refactoring: try to seperate the CvsContent building process from the implementation of the model objects

114 lines of code changed in 6 files:

Richard Cyganiak 2003-04-19 20:23

cleanup of exception handling around the ConfigurationOptions object

282 lines of code changed in 12 files:

Richard Cyganiak 2003-04-19 18:01

update to some TODO items

10 lines of code changed in 2 files:

Anja Jentzsch 2003-04-19 15:44

refactorings: developer = author

11 lines of code changed in 3 files:

Anja Jentzsch 2003-04-19 15:43

deletion of ChartRenderer

19 lines of code changed in 2 files:

Richard Cyganiak 2003-04-19 15:05

small improvements to the traffic light chart

45 lines of code changed in 3 files:

Richard Cyganiak 2003-04-19 14:18

removed stuff that is now unused because of table refactorings

2 lines of code changed in 2 files:

Richard Cyganiak 2003-04-19 14:16

major rewrite of all table related stuff

- new package reportmodel for data containers

- new package reports for reports

1012 lines of code changed in 24 files:

Anja Jentzsch 2003-04-19 00:11

changes in author activity chart

15 lines of code changed in 3 files:

Anja Jentzsch 2003-04-18 23:38

added developer character chart

92 lines of code changed in 2 files:

Anja Jentzsch 2003-04-18 23:38

refactorings and

made checkstyle happy

80 lines of code changed in 9 files:

Anja Jentzsch 2003-04-18 15:06

activity charts for developers added

51 lines of code changed in 4 files:

Richard Cyganiak 2003-04-18 13:35

refactorings to untangle table generation

109 lines of code changed in 11 files:

Anja Jentzsch 2003-04-18 12:32 Rev.: 1.82

day of week chart corrected

4 lines of code changed in 1 file:

Anja Jentzsch 2003-04-18 12:20 Rev.: 1.4

made checkstyle happy

3 lines of code changed in 1 file:

Anja Jentzsch 2003-04-18 12:18

creation of activity by time and date chart added

added charts to the developer page

50 lines of code changed in 4 files:

Richard Cyganiak 2003-04-18 12:15

more pretty HTML for commit logs (makes styling through CSS more flexible)

24 lines of code changed in 2 files:

Richard Cyganiak 2003-04-18 11:40

small improvements and refactorings to the CommitLogRenderer

31 lines of code changed in 5 files:

Anja Jentzsch 2003-04-18 11:26 Rev.: 1.2

made checkstyle happy

9 lines of code changed in 1 file:

Richard Cyganiak 2003-04-18 10:31

added/fixed some unit tests for yesterday's changes

267 lines of code changed in 4 files:

Anja Jentzsch 2003-04-18 10:20

creation of activity chart added

46 lines of code changed in 3 files:

Richard Cyganiak 2003-04-18 01:21

command line help gets too long... made it fit on one screen again

4 lines of code changed in 2 files:

Richard Cyganiak 2003-04-18 01:16 Rev.: 1.47

oops... I broke this

4 lines of code changed in 1 file:

Richard Cyganiak 2003-04-18 00:57

added integration for cvsweb (-cvsweb <url>) and Chora (-chora <url>). WARNING, not yet really tested

247 lines of code changed in 6 files:

Richard Cyganiak 2003-04-18 00:29 Rev.: 1.17

run target now uses new "-viewcvs" option

1 lines of code changed in 1 file:

Richard Cyganiak 2003-04-18 00:25

Started to implement [ 634897 ] links to cvsweb

- first added ViewCVS support, CVSweb will come later

- new command line switch "-viewcvs <url>"

398 lines of code changed in 17 files:

Richard Cyganiak 2003-04-17 18:23

more very minor HTML changes (make the HTML itself more readable)

17 lines of code changed in 2 files:

Richard Cyganiak 2003-04-17 17:58

replaced gif images with politically correct pngs, and moved their creation code from IndexPage to HTMLOutput

34 lines of code changed in 7 files:

Richard Cyganiak 2003-04-17 17:39

added "-notes <file>" switch to include some custom notes in the index page of the report

77 lines of code changed in 7 files:

Richard Cyganiak 2003-04-17 16:54

fixed [ 722869 ] problem parsing access list:

32 lines of code changed in 2 files:

Richard Cyganiak 2003-04-16 23:01

fixed [ 710908 ] Crash during logfile parsing

47 lines of code changed in 2 files:

Richard Cyganiak 2003-04-16 21:56

continued to seperate creation of charts and pages

62 lines of code changed in 3 files:

Richard Cyganiak 2003-04-16 09:39

made HTMLOutput non-static and removed some old TODOs

32 lines of code changed in 4 files:

Richard Cyganiak 2003-04-16 00:47

added "Lines of Code per Developer" chart and several small fixes

113 lines of code changed in 7 files:

Richard Cyganiak 2003-04-15 23:27

lots of refactorings and fixes

- tried to untangle creation process for pages and charts

- replaced LinesOfCodeIterator by LOCSeriesBuilder

- better handling of very small and empty repositories

- more stuff

482 lines of code changed in 17 files:

Richard Cyganiak 2003-04-15 16:56 Rev.: 1.33

now did the 100.0% thing the right way

5 lines of code changed in 1 file:

Richard Cyganiak 2003-04-15 16:29

fixed inaccurate LOC charts and changed totals in tables to "100.0%" instead of "100%"

7 lines of code changed in 2 files:

Richard Cyganiak 2003-04-15 15:34

tiny fix to HTML and removed two unused lines in LOCChart

4 lines of code changed in 2 files:

Richard Cyganiak 2003-04-15 01:31 Rev.: 1.10

keyword substitution change

133 lines of code changed in 1 file:

Richard Cyganiak 2003-04-14 23:34

made html output HTML 4.01 strict compliant

58 lines of code changed in 10 files:

Richard Cyganiak 2003-04-14 22:13

changed name of "changes per user" page to "developers"

9 lines of code changed in 3 files:

Richard Cyganiak 2003-04-14 21:59 Rev.: 1.13

when adding binary files, text says "(new)" insted of "(new 0)" now

7 lines of code changed in 1 file:

Richard Cyganiak 2003-04-14 21:52

- simplified top developers table

- changed lines per change in developers table to show one decimal

44 lines of code changed in 3 files:

Richard Cyganiak 2003-04-14 21:10

lots of changes to HTML output, especially table generation

170 lines of code changed in 10 files:

Richard Cyganiak 2003-04-14 00:05

re-styled commit log to make it fully customizable via CSS

30 lines of code changed in 2 files:

Richard Cyganiak 2003-04-14 00:04

re-organized output of dates for better consistency and css customizability

47 lines of code changed in 7 files:

Richard Cyganiak 2003-04-13 20:51

made completely empty logfiles work (empty logs are possible when empty directory is imported into CVS)

18 lines of code changed in 3 files:

Richard Cyganiak 2003-04-13 20:04 Rev.: 1.31

I suck today. Now it should work.

6 lines of code changed in 1 file:

Richard Cyganiak 2003-04-13 20:01 Rev.: 1.30

oops... fixed [ 720479 ] for real

5 lines of code changed in 1 file:

Richard Cyganiak 2003-04-13 19:57

fixed [ 720479 ] CVSROOT directory should be ignored

41 lines of code changed in 2 files:

Richard Cyganiak 2003-04-13 19:02

fixed javadoc warnings

13 lines of code changed in 4 files:

Richard Cyganiak 2003-04-13 18:52

small refactorings: encapsulated some fields

91 lines of code changed in 9 files:

Richard Cyganiak 2003-04-13 18:41

made checkstyle happy

125 lines of code changed in 26 files:

March 2003 »

Generated by StatCVS 0.5.0