SubSonic Developers: kfricovsky

Login name:
kfricovsky
Total Commits:
12 (0.2%)
Lines of Code:
437 (0.3%)
Most Recent Commit:
2007-10-08 15:03

Activity by Clock Time

Activity by Hour of Day for kfricovsky

Activity by Day of Week for kfricovsky

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 12 (100.0%) 437 (100.0%) 36.4
SubSonic/HttpHandlers/ 5 (41.7%) 259 (59.3%) 51.8
SubSonic/Sugar/ 4 (33.3%) 131 (30.0%) 32.7
SubSonic/Controls/ 3 (25.0%) 47 (10.8%) 15.6

Activity of kfricovsky

Most Recent Commits

kfricovsky 2007-10-08 15:03 Rev.: 200

Bug with WhereCollection; was checking if local whereCollection != null and if not, then set the query instance wheres collection to the supplied value; problem is, the local whereCollection is always initialized and therefor NEVER null. I now check if whereCollection.Count > 0

1 lines of code changed in 1 file:

  • SubSonic/Controls: QuickTable.cs (+1 -1)
kfricovsky 2007-09-14 16:10 Rev.: 194

Trim text on loremipsum control on the way out.

1 lines of code changed in 1 file:

  • SubSonic/Controls: LoremIpsum.cs (+1 -1)
kfricovsky 2007-09-14 15:03 Rev.: 193

Updated Lorem Ipsum logic to build off the new shorter lorem ipsum text. Also, now handles illegal method params which default to writing out paragraph style results instead of returning nothing.

54 lines of code changed in 1 file:

  • SubSonic/Sugar: Web.cs (+54 -10)
kfricovsky 2007-09-14 15:02 Rev.: 192

truncated text down to 3 paragraphs

1 lines of code changed in 1 file:

  • SubSonic/Sugar: loremIpsum.txt (+1 -1)
kfricovsky 2007-09-14 11:33 Rev.: 191

New lorem ipsum control. Simple control that makes use of the new Lorem Ipsum sugar utility.

45 lines of code changed in 1 file:

  • SubSonic/Controls: LoremIpsum.cs (new 45)
kfricovsky 2007-09-14 11:32 Rev.: 190

This is an embedded resource. A concern of mine is the size of the file (94kb) so I need to discuss with Rob. But for now this is the source of the lorem ipsum text.

1 lines of code changed in 1 file:

  • SubSonic/Sugar: loremIpsum.txt (new 1)
kfricovsky 2007-09-14 11:31 Rev.: 189

Added new lorem ipsum utlity and server control. Useful for generating lorem ipsum text on your site. Can request text by word count, paragraph count, or character count. Uses other Sugar methods as well.

75 lines of code changed in 1 file:

  • SubSonic/Sugar: Web.cs (+75)
kfricovsky 2007-08-07 18:29 Rev.: 178

added paging to REST; use params pageIndex and pageSize to produce paged results.

39 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+39 -14)
kfricovsky 2007-08-04 07:32 Rev.: 176

handles text/json response requests now and refactored some redundant logic from previous check-in

6 lines of code changed in 1 file:

  • SubSonic/HttpHandlers: RESTHandler.cs (+6 -17)
kfricovsky 2007-08-03 17:07 Rev.: 175

214 lines of code changed in 3 files:

  • SubSonic/HttpHandlers: RESTHandler.cs (+33 -5), RESTfullUrl.cs (+5 -2), XmlToJSONParser.cs (new 176)
Generated by StatSVN 0.4.1