
| 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 |
moving 2.x source to 2.0 folder
0 lines of code changed in 7 files:
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:
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:
CHANGED: Miscellaneous code cleanup.
3 lines of code changed in 2 files:
CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.
8 lines of code changed in 1 file:
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:
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:
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:
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:
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:
CHANGED: Updated some general Exceptions to the more specific ArgumentException, ArgumentNullException and ArgumentOutOfRangeException.
1 lines of code changed in 1 file:
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:
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:
CHANGED: Minor variable name and documentation changes...
64 lines of code changed in 1 file:
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:
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:
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:
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:
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:
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:
(24 more)