Directory SubSonic/Sugar/

Directory Created:
2007-05-24 22:34
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/SubSonic/Sugar

Lines of Code

SubSonic/Sugar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 92 (100.0%) 3416 (100.0%) 37.1
canofunk 56 (60.9%) 2182 (63.9%) 38.9
robconery 16 (17.4%) 998 (29.2%) 62.3
kfricovsky 4 (4.3%) 131 (3.8%) 32.7
damieng 2 (2.2%) 61 (1.8%) 30.5
gavinjoyce 4 (4.3%) 34 (1.0%) 8.5
damieng@gmail.com 1 (1.1%) 8 (0.2%) 8.0
shawn.oster 2 (2.2%) 2 (0.1%) 1.0
robconery@gmail.com 7 (7.6%) 0 (0.0%) 0.0

Most Recent Commits

robconery@gmail.com 2009-07-01 23:17 Rev.: 525

moving 2.x source to 2.0 folder

0 lines of code changed in 7 files:

  • SubSonic/Sugar: Dates.cs (del), File.cs (del), Numbers.cs (del), Strings.cs (del), Validation.cs (del), Web.cs (del), loremIpsum.txt (del)
canofunk 2009-05-04 17:05 Rev.: 522

FIXED: "ScriptData incorrect for unicode columns" See: http://code.google.com/p/subsonicproject/issues/detail?id=64
FIXED: "IsOnline() always returns true" See: http://code.google.com/p/subsonicproject/issues/detail?id=70
FIXED: "2.2 Doesnt seem to support SQL Server 2008 DateTime2 and Date" See: http://code.google.com/p/subsonicproject/issues/detail?id=74
FIXED: "In(...) and NotIn(...) throw "Failed to convert parameter value from a String to a ..." exception" See: http://code.google.com/p/subsonicproject/issues/detail?id=76
FIXED: "Using GetRecordCount() with DISTINCT and OrderBy" See: http://code.google.com/p/subsonicproject/issues/detail?id=78
FIXED: SQL Server 2008 SP1 Incorrectly Identified as SQL 2000.
FIXED: Build configuration issues and SubSonicCentral assembly references.
ADDED: "Get a cookie's subvalue" See: http://code.google.com/p/subsonicproject/issues/detail?id=72
CHANGED: SubStage forums tab now points to stackoverflow.com.

23 lines of code changed in 1 file:

  • SubSonic/Sugar: Web.cs (+23 -3)
canofunk 2008-07-01 14:32 Rev.: 469

CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0

174 lines of code changed in 5 files:

  • SubSonic/Sugar: Dates.cs (+2 -2), Numbers.cs (+2 -1), Strings.cs (+113 -113), Validation.cs (+17 -17), Web.cs (+40 -39)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

3 lines of code changed in 2 files:

  • SubSonic/Sugar: Dates.cs (+1 -1), Strings.cs (+2 -2)
canofunk 2008-04-10 15:11 Rev.: 411

CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.

8 lines of code changed in 1 file:

  • SubSonic/Sugar: Validation.cs (+8 -7)
canofunk 2008-04-10 13:02 Rev.: 410

FIXED: DataReader Exceptions Can Cause Memory Leaks. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11714

14 lines of code changed in 1 file:

  • SubSonic/Sugar: Web.cs (+14 -10)
canofunk 2008-03-25 17:59 Rev.: 382

FIXED: SubStage Doesn't Fully Refresh Database Schema. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15796
FIXED: Repository Get[ObjectName] Methods Leave Open Data Readers. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15795

14 lines of code changed in 3 files:

  • SubSonic/Sugar: Dates.cs (+1 -1), Strings.cs (+4 -4), Validation.cs (+9 -12)
canofunk 2008-03-25 08:52 Rev.: 380

FIXED: Object Names in the Form "[Name]TypeCode" are Inexplicably Changed to "[Name]Type". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15747

2 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+2 -2)
canofunk 2008-03-24 10:31 Rev.: 378

FIXED: SqlCE Provider Incorrectly Set CommandTimeout Value. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15753
FIXED: Solution Build Issue related to SubSonic.Migrations
CHANGED: Global - Code Cleanup.

9 lines of code changed in 2 files:

  • SubSonic/Sugar: Strings.cs (+2 -4), Web.cs (+7 -9)
canofunk 2008-03-12 16:13 Rev.: 355

FIXED: SubSonic.Sugar.Dates Incorrectly Identifies Weekends/Weekdays. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15596

3 lines of code changed in 1 file:

  • SubSonic/Sugar: Dates.cs (+3 -3)
shawn.oster 2008-02-29 05:18 Rev.: 345

CHANGED: Updated some general Exceptions to the more specific ArgumentException, ArgumentNullException and ArgumentOutOfRangeException.

1 lines of code changed in 1 file:

  • SubSonic/Sugar: Web.cs (+1 -1)
shawn.oster 2008-02-29 03:36 Rev.: 344

ADDED: Some TODO comments for possible bugs.
FIXED: One instance of possible overflow.
FIXED: AddPrimaryKeyColumn(string columnName) wasn't actually using the columnName parameter.
CHANGED: Removed various unused local variables and private fields.
CHANGED: Removed some redundant null and false initializations.
CHANGED: Removed a few unused 'using' statements.

1 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+1 -1)
canofunk 2008-02-18 10:16 Rev.: 317

ADDED: QuickTable LinkToPage View Support (Thanks ranomore!) See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15221
ADDED: Sugar: Enhanced USState Support (Thanks ranomore!) See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15222

149 lines of code changed in 2 files:

  • SubSonic/Sugar: Strings.cs (+115 -2), Validation.cs (+34 -24)
canofunk 2008-01-25 19:48 Rev.: 292

CHANGED: Minor variable name and documentation changes...

64 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+64 -64)
canofunk 2008-01-18 09:31 Rev.: 276

CHANGED: SubStage - Refactored tree navigation code.
CHANGED: Multiple - Added comment stubs and headers to several new class files.
ADDED: SubStage - Connection string testing.
ADDED: SubSonicCentral - Base class configuration parameters to ConfigBuilder.

5 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+5)
robconery 2008-01-08 16:01 Rev.: 249

Tweaked Sugar/Strings.cs to properly return words based on spaces, not commas
Added InlineQuery to new Query tool - useful for excuting raw SQL.
Update Joins to use every join type

1 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+1 -1)
canofunk 2007-12-26 18:08 Rev.: 223

FIXED: SubSonic.Sugar.Web.ScrapeImages Suggested Improvements. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14451
FIXED: SQLite DATE DataType is Assigned Incorrect MaxLength Value. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=13198
FIXED: SQLite Provider Has Incorrect Type and MaxLength Mappings. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=13573
FIXED: ActiveRecord.Find Should Stop Searching After First Identified Match. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=13470

46 lines of code changed in 2 files:

  • SubSonic/Sugar: Dates.cs (+27 -28), Web.cs (+19 -7)
canofunk 2007-12-06 20:17 Rev.: 218

CHANGED: Completed GhostDoc comment stubs for all classes, methods, and properties. More code formatting changes.
ADDED: Sandcastle Help File Builder project file and my active settings files for ReSharper and GhostDoc.
NOTE: Current documentation can be found at http://subsonichelp.com

114 lines of code changed in 6 files:

  • SubSonic/Sugar: Dates.cs (+38 -20), File.cs (+3), Numbers.cs (+6 -3), Strings.cs (+34 -8), Validation.cs (+12 -4), Web.cs (+21 -6)
canofunk 2007-12-06 13:05 Rev.: 217

CHANGED: Code reformatting and cleanup. MPL header added to all .cs files. See: http://monk.thelonio.us/archive/2007/12/06/Documentation-Its-my-Cilice.aspx
FIXED: ListComparer<>.Compare(x, y) causes null reference exception. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14155

317 lines of code changed in 6 files:

  • SubSonic/Sugar: Dates.cs (+83 -70), File.cs (+21 -7), Numbers.cs (+24 -12), Strings.cs (+80 -67), Validation.cs (+43 -31), Web.cs (+66 -61)
damieng@gmail.com 2007-10-25 16:24 Rev.: 202

Rewrite String.Chop to remove the try/catch and ToLower() operations resulting in improved speed when startText/endText found and drastically improved speed when matches not found.

8 lines of code changed in 1 file:

  • SubSonic/Sugar: Strings.cs (+8 -13)

(24 more)

Generated by StatSVN 0.4.1