SubSonic Developers: gavinjoyce

Login name:
gavinjoyce
Total Commits:
17 (0.3%)
Lines of Code:
84 (0.0%)
Most Recent Commit:
2007-09-12 16:06

Activity by Clock Time

Activity by Hour of Day for gavinjoyce

Activity by Day of Week for gavinjoyce

Activity in Directories

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

Activity of gavinjoyce

Most Recent Commits

gavinjoyce 2007-09-12 16:06 Rev.: 186

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:

  • SubSonic.Tests: SugarTests.cs (+21)
  • SubSonic/Sugar: Dates.cs (+18 -9), Strings.cs (+13)
gavinjoyce 2007-09-09 09:54 Rev.: 185

Modified ReadableDiff to display seconds difference if difference < 1 min

2 lines of code changed in 1 file:

  • SubSonic/Sugar: Dates.cs (+2 -1)
gavinjoyce 2007-07-09 03:54 Rev.: 146

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:

  • SubSonic/DataProviders: SqlDataProvider.cs (+2 -1)
gavinjoyce 2007-07-04 08:47 Rev.: 145

Corrected console output message when no 'db' argument is passed in.


1 lines of code changed in 1 file:

  • SubCommander: Program.cs (+1 -1)
gavinjoyce 2007-06-14 10:42 Rev.: 101

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:

  • SubSonic/CodeGeneration/Templates: VB_ODSController.aspx (+6 -7)
gavinjoyce 2007-06-13 10:20 Rev.: 99

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:

  • SubSonic/CodeGeneration/Templates: VB_ViewTemplate.aspx (+1 -1)
gavinjoyce 2007-06-13 09:17 Rev.: 98

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:

  • SubSonic/CodeGeneration/Templates: VB_ClassTemplate.aspx (+1 -1)
gavinjoyce 2007-05-25 09:23 Rev.: 56

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:

  • SubSonic/Controls: Scaffold.cs (+1 -1)
gavinjoyce 2007-05-25 06:33 Rev.: 55

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:

  • SubSonic.Tests: SubSonic.Tests.csproj (+5 -1)
gavinjoyce 2007-05-25 06:18 Rev.: 54

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:

  • SubSonic/Sugar: Dates.cs (+1 -1)
gavinjoyce 2007-05-24 11:49 Rev.: 51

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:

  • SubSonic/DataProviders: SqlDataProvider.cs (+1 -3)
gavinjoyce 2007-05-24 10:18 Rev.: 50

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:

  • SubSonic/DataProviders: SqlDataProvider.cs (+6 -2)
gavinjoyce 2007-05-23 09:41 Rev.: 45

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:

  • SubSonic/Controls: Scaffold.cs (+1 -2)
gavinjoyce 2007-05-16 12:14 Rev.: 22

Reverting changes to connectionStrings.config, I committed my local changes by mistake.

2 lines of code changed in 1 file:

  • SubSonicCentral: connectionStrings.config (+2 -2)
gavinjoyce 2007-05-16 12:11 Rev.: 21

Added files and folders to the global svn ignore list

2 lines of code changed in 1 file:

  • SubSonicCentral: connectionStrings.config (+2 -2)
Generated by StatSVN 0.4.1