

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

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:
Trim text on loremipsum control on the way out.
1 lines of code changed in 1 file:
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:
truncated text down to 3 paragraphs
1 lines of code changed in 1 file:
New lorem ipsum control. Simple control that makes use of the new Lorem Ipsum sugar utility.
45 lines of code changed in 1 file:
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:
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:
added paging to REST; use params pageIndex and pageSize to produce paged results.
39 lines of code changed in 1 file:
handles text/json response requests now and refactored some redundant logic from previous check-in
6 lines of code changed in 1 file:
214 lines of code changed in 3 files: