

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 84 (100.0%) | 4.9 |
| SubSonic/Sugar/ | 4 (23.5%) | 34 (40.5%) | 8.5 |
| SubSonic.Tests/ | 2 (11.8%) | 26 (31.0%) | 13.0 |
| SubSonic/DataProviders/ | 3 (17.6%) | 9 (10.7%) | 3.0 |
| SubSonic/CodeGeneration/Templates/ | 3 (17.6%) | 8 (9.5%) | 2.6 |
| SubSonicCentral/ | 2 (11.8%) | 4 (4.8%) | 2.0 |
| SubSonic/Controls/ | 2 (11.8%) | 2 (2.4%) | 1.0 |
| SubCommander/ | 1 (5.9%) | 1 (1.2%) | 1.0 |

Added Strings.Pluralize method (its outputs look like '0 beers', '1 beer', '2 beers')
Added tests for Dates.ReadableDiff
Improved the output of Dates.ReadableDiff
52 lines of code changed in 3 files:
Modified ReadableDiff to display seconds difference if difference < 1 min
2 lines of code changed in 1 file:
FIXED: Paged query is not sorted - missing ORDER BY clause
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11595
2 lines of code changed in 1 file:
Corrected console output message when no 'db' argument is passed in.
1 lines of code changed in 1 file:
FIX: Replaced some C# syntax which sneaked its way into the template VB_ODSController.aspx. Thanks UKISS for reporting this bug):
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11089
6 lines of code changed in 1 file:
Fixed issue with VB.NET template syntax. As in the previous checkin, The ReadOnlyList VB template syntax was also invalid.
See : http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11049
1 lines of code changed in 1 file:
Fixed issue with VB template - revision 85 introduced some invalid syntax :
Inherits ActiveList(Of <%=className%>, Of <%=className%>Collection)
has been changed to:
Inherits ActiveList(Of <%=className%>, <%=className%>Collection)
See: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11049
1 lines of code changed in 1 file:
Fix Work Item 10346: AddManyToMany(): The ProviderName was not being passed to Query.BuildTableSchema(tableName, provider). Thanks to rossdjones for reporting.
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10346
1 lines of code changed in 1 file:
Work Item 10564 : Readded the MbUnit project reference hint path for those who don't have MbUnit in the GAC. (Thanks Remmus)
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10564
5 lines of code changed in 1 file:
Simple fix for Work Item 10562 - HoursFromNow was subtracting rather than adding. (Thanks to Remmus for reporting issue)
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10562
1 lines of code changed in 1 file:
Fixing a small issue introduced with the last fix (svn revision 50).
The col.DisplayName was being overwritten when processing an index. To address this, the col.ApplyExtendedProperties() is now run each time. This ensures the the extended property name takes precedent over anything else.
1 lines of code changed in 1 file:
Fixing bug where an exception occurs when a table has both multiple indexes defined and extended properties.
http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10540
6 lines of code changed in 1 file:
Fix for work item 10326 (http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10326)
The PK value was being added to the parameters collection twice causing an exception on save.
1 lines of code changed in 1 file:
Reverting changes to connectionStrings.config, I committed my local changes by mistake.
2 lines of code changed in 1 file:
Added files and folders to the global svn ignore list
2 lines of code changed in 1 file: