Contacts Example Developers: williamc

Login name:
williamc
Total Commits:
3199 (21.6%)
Lines of Code:
63255 (15.8%)
Most Recent Commit:
2001-07-09 20:00

Activity by Clock Time

Activity by Hour of Day for williamc

Activity by Day of Week for williamc

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 3199 (100.0%) 63255 (100.0%) 19.7
poem/src/main/java/org/melati/poem/ 1766 (55.2%) 37488 (59.3%) 21.2
maven-dsd-plugin/src/main/java/org/melati/poem/prepro/ 372 (11.6%) 6823 (10.8%) 18.3
melati/src/main/java/org/melati/ 265 (8.3%) 4176 (6.6%) 15.7
melati/src/main/java/org/melati/admin/ 218 (6.8%) 3730 (5.9%) 17.1
melati/src/main/java/org/melati/util/ 171 (5.3%) 3488 (5.5%) 20.3
poem/src/main/java/org/melati/poem/util/ 142 (4.4%) 3091 (4.9%) 21.7
poem/src/main/java/org/melati/poem/transaction/ 50 (1.6%) 1129 (1.8%) 22.5
/ 9 (0.3%) 581 (0.9%) 64.5
poem/src/main/java/org/melati/poem/generated/ 65 (2.0%) 537 (0.8%) 8.2
poem/src/main/java/org/melati/poem/dbms/ 24 (0.8%) 498 (0.8%) 20.7
melati/src/main/java/org/melati/template/ 25 (0.8%) 495 (0.8%) 19.8
melati/src/main/java/org/melati/login/ 39 (1.2%) 444 (0.7%) 11.3
poem/src/test/java/org/melati/poem/test/ 7 (0.2%) 309 (0.5%) 44.1
melati/src/main/java/org/melati/servlet/ 12 (0.4%) 169 (0.3%) 14.0
melati/src/main/java/org/melati/template/webmacro/templets/html/error/ 3 (0.1%) 137 (0.2%) 45.6
melati/src/main/java/org/melati/test/ 6 (0.2%) 82 (0.1%) 13.6
melati-example-contacts/src/main/java/org/melati/example/contacts/generated/ 6 (0.2%) 42 (0.1%) 7.0
poem/src/test/java/org/melati/poem/test/generated/ 3 (0.1%) 21 (0.0%) 7.0
melati/src/main/java/org/melati/template/velocity/ 1 (0.0%) 8 (0.0%) 8.0
melati/src/main/java/org/melati/template/webmacro/ 3 (0.1%) 7 (0.0%) 2.3
melati/src/test/webapp/melati-static/admin/static/ 4 (0.1%) 0 (0.0%) 0.0
melati/src/main/java/org/melati/admin/static/ 4 (0.1%) 0 (0.0%) 0.0
melati-webapp/src/main/webapp/melati-static/admin/static/ 4 (0.1%) 0 (0.0%) 0.0

Activity of williamc

Most Recent Commits

williamc 2001-07-09 20:00Rev.: 1.7
Source indentation fixes

4 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/dbms: Postgresql.java (+4 -4)
williamc 2001-07-09 19:59Rev.: 1.15
Remove tabs

5 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/util: DumbPageEnumeration.java (+5 -8)
williamc 2001-07-08 16:52Rev.: 1.2
Add comment about how to specialise exception handling

10 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/webmacro/templets/html/error: java.lang.Exception.wm (+10 -2)
williamc 2001-07-08 16:48Rev.: 1.7
Replaced by org/melati/template/webmacro/templets/html/error/java.lang.Exception.wm

0 lines of code changed in 1 file:

  • melati/src/main/java/org/melati: error.wm (del)
williamc 2001-07-08 16:45Rev.: 1.1
Special template for displaying duplicate key exceptions

67 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/webmacro/templets/html/error: org.melati.poem.DuplicateKeySQLPoemException.wm (new 67)
williamc 2001-07-08 16:45Rev.: 1.1
Replacement for error.wm---fallback Exception display template

60 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template/webmacro/templets/html/error: java.lang.Exception.wm (new 60)
williamc 2001-07-08 16:43Rev.: 1.16
Don't just use "error.wm" to display errors, but rather ask templet loader for exception-specific error template using "error" purpose parameter

24 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/servlet: TemplateServlet.java (+24 -7)
williamc 2001-07-08 16:41
Add optional 'purpose' parameter for templet retrieval

61 lines of code changed in 3 files:

  • melati/src/main/java/org/melati/template: ClassNameTempletLoader.java (+43 -18), MarkupLanguage.java (+9 -2), TempletLoader.java (+9 -1)
williamc 2001-07-08 16:31Rev.: 1.8
Regenerate

1 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/generated: UserTableBase.java (+1 -1)
williamc 2001-07-08 16:30Rev.: 1.44
Increase default width of User.login field to 20

2 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Poem.dsd (+2 -2)
williamc 2001-07-08 15:03Rev.: 1.45
Indentation fix

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati: Melati.java (+3 -3)
williamc 2001-07-08 14:49Rev.: 1.15
Melait -> Melati

3 lines of code changed in 1 file:

  • melati/src/main/java/org/melati/template: MarkupLanguage.java (+3 -3)
williamc 2001-07-08 14:37Rev.: 1.77
Don't wrap exceptions arising from initial writedown of a new record
in InitialisationPoemException: the only possibilities are really (1)
duplicate key, which is now supposed to show up as a friendly
DuplicateKeySQLPoemException, or (2) serious trouble---either way we
want the raw exception.

3 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Table.java (+3 -8)
williamc 2001-07-08 14:15
Generate specialised Exception for duplicate-key errors, and more generally provide hook for turning SQLException messages into something sensible

100 lines of code changed in 6 files:

  • poem/src/main/java/org/melati/poem: Database.java (+5 -2), DuplicateKeySQLPoemException.java (new 3), Table.java (+11 -3)
  • poem/src/main/java/org/melati/poem/dbms: AnsiStandard.java (+12 -1), Dbms.java (+36 -1), Postgresql.java (+33 -1)
williamc 2001-07-08 13:21Rev.: 1.28
Point out the postgresql jar we ship ...

30 lines of code changed in 1 file:

  • README.html (+30 -20)
williamc 2001-07-08 11:51Rev.: 1.2
Make it work with jikes

3 lines of code changed in 1 file:

  • poem/src/test/java/org/melati/poem/test: BinaryTest.java (+3 -3)
williamc 2001-07-08 11:51Rev.: 1.61
Indentation fix

6 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Database.java (+6 -5)
williamc 2001-07-08 11:43Rev.: 1.60
Mark Statements created during sqlQuery and sqlUpdate for tidying at end of transaction

12 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: Database.java (+12 -11)
williamc 2001-07-08 11:42Rev.: 1.4
Add java.sql.Statement to objects that can be added

6 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem/transaction: ToTidyList.java (+6)
williamc 2001-07-08 11:35Rev.: 1.5
Indentation fix

2 lines of code changed in 1 file:

  • poem/src/main/java/org/melati/poem: CachedQuery.java (+2 -2)

(586 more)

Generated by StatCVS @VERSION@