
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 37 (100.0%) | 1317 (100.0%) | 35.5 |
| canofunk | 25 (67.6%) | 583 (44.3%) | 23.3 |
| robconery | 3 (8.1%) | 474 (36.0%) | 158.0 |
| kfricovsky | 5 (13.5%) | 259 (19.7%) | 51.8 |
| robconery@gmail.com | 4 (10.8%) | 1 (0.1%) | 0.2 |
moving 2.x source to 2.0 folder
0 lines of code changed in 3 files:
FIXED: SqlQuery - ANSISqlGenerator added duplicate DISCTINCT values resulting in malformed queries.
FIXED: SubStage - Slow performance with mapped network drives. Excluded network drives from SubStage file navigator. This greatly improves performance for some users.
FIXED: Test Data - Updated scripts to correctly reflect object dependencies and prevent errors on execution.
ADDED: Re-added SubSonicCentral and SubStage projects.
ADDED: SubSonic.Tests - Added missing SouthwindRepository generated files.
UPDATED: ComponentFactory.Krypton.Toolkit.dll, MbUnit.Framework.dll, MySql.Data.dll, QuickGraph.dll, QuickGraph.Algorithms.dll, Refly.dll, TestFu.dll
UPDATED: Global - Assembly versions changed to 2.2.1.0
CHANGED: Global - AutoProperties now used where possible.
CHANGED: Global - Object initializers now used where possible.
REMOVED: Sandbox Project
2 lines of code changed in 1 file:
FIXED: Codeplex 17617 - Added patch for Distinct Query values - thanks to GeoffAtDataGaard
FIXED: Patch applied from Jason Kealey for composite Primary Keys (Google issue 3)
FIXED: Patch applied from boyank for Scaffolding and composite keys (Google issue 9)
FIXED: Google issue 12 (Migration column/numberscale for decimals) - thanks to robbam
FIXED: Google issue 14 (Migration max length for char/non-int PKs) - thanks to robbam
ADDED: Initial rev of ActiveRecord T4 templates
REMOVED: Substage project - will added as "extra"
REMOVED: SubSonicCentral web site. Will add as "extra"
1 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
18 lines of code changed in 3 files:
FIXED: Various Turkish Character Set String Comparison Issues. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16983
FIXED: VB_StructsTemplate.aspx Does Not Properly Escape "Select" Methods. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16949
FIXED: PrimaryKey Methods Not Generated When Using SQLite Data Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17073
4 lines of code changed in 1 file:
CHANGED: Miscellaneous code cleanup.
14 lines of code changed in 2 files:
CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.
41 lines of code changed in 2 files:
CHANGED: Regenerated Unit Test Generated Code, and cleaned up changed tests.
FIXED: SubStage Generates Controller Classes when RepositoryRecord is Used. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15015
4 lines of code changed in 2 files:
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.
10 lines of code changed in 3 files:
FIXED: Many-to-Many Save[ClassName]Map Delete Methods Do Not Specify Data Type When Adding Parameters. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15660
CHANGED: Converted all references to QueryCommand.AddParameter(name, value) to QueryCommand.AddParameter(name, value, dbType). The former overload is not data type safe.
1 lines of code changed in 1 file:
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
188 lines of code changed in 3 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
131 lines of code changed in 3 files:
CHANGED: Code formatting and const references in preparation for (re)attacking the Query engine and to reacquaint myself with SubSonic...
161 lines of code changed in 2 files:
added paging to REST; use params pageIndex and pageSize to produce paged results.
39 lines of code changed in 1 file:
FIXED: Incorrect data type mapping for real datatypes in SqlProvider and SqlCEProvider
FIXED: QuickTable WhereCollection Not Initialized: See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12050
FIXED: XmlToJSONParser.cs not included in project
FIXED: ScriptData() Unit Test Fails
5 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:
Added ActionController and refactored to make ActiveRecord use it
Updated REST handler
Fixed some Sugar methods
96 lines of code changed in 1 file:
FIXED: Scaffold calendar display issues for certain cultures.
FIXED: VB_ClassTemplate.aspx issue (Thanks Jim!) See: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11379 may also be related to: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11330
FIXED: Missing file issue from 131 that prevented a clean compile.
4 lines of code changed in 1 file:
FIXED: Sugar/Strings methods to actually work (Chop, etc). Added new method called Clip() that trims from beginning
ADDED: RESTHandler initial checkin.
378 lines of code changed in 2 files: