waf Developers: steve

Login name:
steve
Total Commits:
451 (99.3%)
Lines of Code:
21849 (99.7%)
Most Recent Commit:
2009-04-24 15:37

Activity by Clock Time

Activity by Hour of Day for steve

Activity by Day of Week for steve

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 451 (100.0%) 21849 (100.0%) 48.4
src/au/com/whitesquare/waf/command/ 90 (20.0%) 5191 (23.8%) 57.6
src/au/com/whitesquare/waf/servlet/ 69 (15.3%) 4040 (18.5%) 58.5
src/au/com/whitesquare/waf/taglib/html/ 56 (12.4%) 3439 (15.7%) 61.4
src/au/com/whitesquare/waf/command/response/ 26 (5.8%) 1402 (6.4%) 53.9
src/au/com/whitesquare/waf/filter/ 19 (4.2%) 1331 (6.1%) 70.0
conf/ 12 (2.7%) 1207 (5.5%) 100.5
src/au/com/whitesquare/waf/servlet/resolver/ 28 (6.2%) 1197 (5.5%) 42.7
/ 55 (12.2%) 1141 (5.2%) 20.7
src/au/com/whitesquare/waf/servlet/parameter/ 19 (4.2%) 897 (4.1%) 47.2
src/au/com/whitesquare/waf/taglib/html/selectdata/ 12 (2.7%) 399 (1.8%) 33.2
src/au/com/whitesquare/waf/exception/ 13 (2.9%) 365 (1.7%) 28.0
src/au/com/whitesquare/waf/command/param/ 3 (0.7%) 280 (1.3%) 93.3
src/au/com/whitesquare/waf/taglib/content/ 3 (0.7%) 208 (1.0%) 69.3
src/au/com/whitesquare/waf/filter/pdi/ 4 (0.9%) 185 (0.8%) 46.2
src/au/com/whitesquare/waf/servlet/resolver/path/ 2 (0.4%) 162 (0.7%) 81.0
src/au/com/whitesquare/waf/action/ 4 (0.9%) 159 (0.7%) 39.7
src/au/com/whitesquare/waf/constants/ 4 (0.9%) 142 (0.6%) 35.5
etc/ 11 (2.4%) 62 (0.3%) 5.6
src/au/com/whitesquare/waf/command/multipage/ 12 (2.7%) 27 (0.1%) 2.2
src/au/com/whitesquare/ 4 (0.9%) 14 (0.1%) 3.5
docs/ 1 (0.2%) 1 (0.0%) 1.0
src/au/com/whitesquare/waf/command/multipage/html/ 4 (0.9%) 0 (0.0%) 0.0

Activity of steve

Most Recent Commits

steve 2009-04-24 15:37

Updated to new SNAPSHOT release 1.2.5-SNAPSHOT

1 lines of code changed in:

  • pom.xml (+1 -1)
steve 2009-04-24 15:30

Fake release of 1.2.4 for clarity.

1 lines of code changed in:

  • pom.xml (+1 -1)
steve 2009-04-05 20:20

Added support for re-population to handle array values.

14 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html: BaseInputTag.java (+14 -4)
steve 2009-02-25 12:08

Removed dist repository from the hudson profile.

0 lines of code changed in:

  • pom.xml (-5)
steve 2009-02-25 11:57

Updated to use nexus.

35 lines of code changed in:

  • pom.xml (+35 -17)
steve 2008-12-08 13:07

Added a new EmptySelectData element as a quick way to add an empty selection box.

9 lines of code changed in:

  • src/au/com/whitesquare/waf/taglib/html/selectdata: EmptySelectData.java (new 9)
steve 2008-12-01 15:51

Updated StringContentResponse to allow setting of the returned content type.

27 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: StringContentResponse.java (+27 -4)
steve 2008-10-15 10:09

Added new calendarid attribute on JSDateSelectorTag to support assigning a specific styleID and javascript key to a specific instance of a calendar tag.

24 lines of code changed in:

  • conf: waf.tld (+1)
  • src/au/com/whitesquare/waf/taglib/html: JSDateSelectorTag.java (+23 -3)
steve 2008-09-12 14:15

Fixed recursive call in FieldValidationException when there is no message to display.

6 lines of code changed in:

  • src/au/com/whitesquare/waf/exception: FieldValidationException.java (+6 -3)
steve 2008-08-11 01:24

Updated internals of the attachment response to be protected so that sub-classes can access the content.

5 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: AttachmentDownloadResponse.java (+5 -5)
steve 2008-08-04 15:56

Added text quoting in CSV generation to elements that contain carriage returns.

13 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: CSVDataFileResponse.java (+13 -4)
steve 2008-07-17 07:58

Added new constructor to the FileServingResponse to allow single line use.

21 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: FileServingResponse.java (+21 -5)
steve 2008-07-17 07:57

Created new response to allow sending a client file download based on an in-memory byte[].

107 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: AttachmentDownloadResponse.java (new 107)
steve 2008-07-17 07:56

Added tag to format dates based on a SimpleDateFormat string.

413 lines of code changed in:

  • conf: waf.tld (+357 -348)
  • src/au/com/whitesquare/waf/taglib/html: DateFormatTag.java (new 56)
steve 2008-06-26 15:54

bug 40: Added findbugs and pmd reporting.

1 lines of code changed in:

  • pom.xml (+1)
steve 2008-06-26 15:49

bug 40: Added findbugs and pmd reporting.

18 lines of code changed in:

  • pom.xml (+18)
steve 2008-05-10 22:38

bug 31: added new Redirect Response.

24 lines of code changed in:

  • src/au/com/whitesquare/waf/command/response: RedirectResponse.java (new 24)
steve 2008-02-12 17:42

Updated Log4j Dependancy to 1.2.15.

1 lines of code changed in:

  • pom.xml (+1 -1)
steve 2008-01-30 12:00

Removed un-used old code.

5 lines of code changed in:

  • src/au/com/whitesquare/waf/command: Response.java (+5 -62)
steve 2007-10-02 02:36

Fixed bug in processing pre and post paths.

7 lines of code changed in:

  • src/au/com/whitesquare/waf/servlet: WAFRequest.java (+7 -3)

(269 more)

Generated by StatCVS 0.3