[root]/SubSonic
ActiveRecord
(0 files, 0 lines)
Builder
(0 files, 0 lines)
CodeGeneration
(0 files, 0 lines)
Templates
(0 files, 0 lines)
CodeLanguage
(0 files, 0 lines)
Configuration
(0 files, 0 lines)
Controls
(0 files, 0 lines)
Calendar
(0 files, 0 lines)
lang
(2 files, 0 lines)
skin
(10 files, 0 lines)
Resources
(0 files, 0 lines)
DataProviders
(0 files, 0 lines)
HttpHandlers
(0 files, 0 lines)
Migrations
(0 files, 0 lines)
Properties
(0 files, 0 lines)
Query2
(0 files, 0 lines)
SqlGenerators
(0 files, 0 lines)
QueryEngine
(0 files, 0 lines)
SqlParsers
(0 files, 0 lines)
Sql Tools
(0 files, 0 lines)
SqlQuery
(0 files, 0 lines)
SqlGenerators
(0 files, 0 lines)
Sugar
(0 files, 0 lines)
obj
(0 files, 0 lines)
Debug
(0 files, 0 lines)
Refactor
(0 files, 0 lines)
Release
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 218 (100.0%) | 3187 (100.0%) | 14.6 |
| canofunk | 155 (71.1%) | 2814 (88.3%) | 18.1 |
| Christopher.Karper | 2 (0.9%) | 173 (5.4%) | 86.5 |
| robconery | 28 (12.8%) | 141 (4.4%) | 5.0 |
| damieng | 7 (3.2%) | 28 (0.9%) | 4.0 |
| codefornothing | 3 (1.4%) | 7 (0.2%) | 2.3 |
| kelly.harrison | 1 (0.5%) | 5 (0.2%) | 5.0 |
| cornelha | 1 (0.5%) | 5 (0.2%) | 5.0 |
| robconery@gmail.com | 13 (6.0%) | 4 (0.1%) | 0.3 |
| johnsheehan | 2 (0.9%) | 3 (0.1%) | 1.5 |
| haacked | 2 (0.9%) | 3 (0.1%) | 1.5 |
| subdigital | 1 (0.5%) | 2 (0.1%) | 2.0 |
| lawrence.beall | 2 (0.9%) | 2 (0.1%) | 1.0 |
| damieng@gmail.com | 1 (0.5%) | 0 (0.0%) | 0.0 |
moving 2.x source to 2.0 folder
0 lines of code changed in 11 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.
1 lines of code changed in 1 file:
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
7 lines of code changed in 2 files:
FIXED: idiot error, missed part of jason.kealey's fix for SQL 2008. see issue 30
2 lines of code changed in 1 file:
FIXED: Improved SQL Server 2008 detection string
1 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"
4 lines of code changed in 2 files:
FIXED: SubSonic Treats SQL Server 2008 Like SQL 2000. See: http://www.codeplex.com/WorkItem/View.aspx?ProjectName=subsonic&WorkItemId=19388
2 lines of code changed in 1 file:
added /groupOutput option to SubCommander
usage: sonic.exe generate /out output /groupOutput schema
options are schema (i.e. dbo), type (Models, Controllers, Views), or schemaAndType
also updated ThrowHelp() to show usage.
2 lines of code changed in 1 file:
FIXED: DropDown.Where Property is not Correctly Set. See: http://code.google.com/p/subsonicproject/issues/detail?id=6
FIXED: SqlQuery Does Not Properly Set ProviderName Property. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17435
FIXED: Generated Struct Members Should be Marked "readonly". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17424 and http://code.google.com/p/subsonicproject/issues/detail?id=11
FIXED: AssemblyInfo.cs version issue introduced in revision 473 (Thanks Adam!)
CHANGED: MySql.Data.dll updated to version 5.2
CHANGED: System.Data.SQLite.DLL updated to version 1.0.52
CHANGED: EnterpriseLibrary assemblies updated to version 4.0
REMOVED: Old and unreferenced assemblies.
0 lines of code changed in 1 file:
FIXED: StoredProcedure.QueryCommand is not Properly Initialized. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17342
FIXED: Turkish Culture Issues in SqlQuery Aggregate Generation. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17356
FIXED: ManyManyList Controls do not Properly Set Checkbox State. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12068
FIXED: LavaBlastManyManyList.BuildMappedElementCommand() Generates Improper SQL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17361
CHANGED: Fixed minor code documentation issues.
CHANGED: Added signing to SubSonic.Migrations.
CHANGED: Minor changes to build configuration.
CHANGED: Updated help file builder configuration.
CHANGED: Updated assembly build versions to 2.1.1
6 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
108 lines of code changed in 3 files:
FIXED: SqlQuery.cs, Insert.cs - Compile Errors in revisions 460 through 462.
FIXED: VB_StructsTemplate.aspx - Additional character escapes for reserved keywords.
1 lines of code changed in 1 file:
CHANGED: Global update to many method signatures to improve automatic documentation.
33 lines of code changed in 1 file:
FIXED: InvalidCastException When Using Nullable Boolean Types in MySql (Re-Opened). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11506
FIXED: Nullable INT Values Not Properly Converted With Oracle Provider. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16424
CHANGED: Global comment and code formatting changes.
NOTE: This revision will (probably) be SubSonic 2.1 RC 1
3 lines of code changed in 2 files:
FIXED: DB.Insert(of T)(Row) Always Returns "0". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16847
FIXED: Globalization Issues in SugarTests.Numbers_IsNumeric() and QueryTest.Query_OR_Between(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16869
FIXED: Query.NOT_IN Is Not Handled Properly. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16897
FIXED: SQL Stored Procedures Don't Set Scale or Precision. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=12946
FIXED: SQL Stored Procedures Don't Set Scale or Precision (Duplicate). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16894
FIXED: DataProvider.GetDbCommand() Doesn't Convert QueryParameter to DBParameter Before Adding to DBCommand Collection. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16874
CHANGED: Updated ComponentFactory.Krypton.Toolkit.DLL to version 2.8.5
3 lines of code changed in 2 files:
FIXED: Where() Operations on Collections Do Not Support Comparision.In and Comparison.NotIn. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16547
2 lines of code changed in 1 file:
FIXED: DB.Update() Does Not Set IsLoaded="true". See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16468
ADDED: SqlQuery - ExecuteJoinedDataSet()
CHANGED: Scaffold - Improved Logic for determining display column on joined GridView displays.
16 lines of code changed in 2 files:
CHANGED: Controls - Migrated QuickTable, RadioButtons, and DropDown from Query to SqlQuery
CHANGED: ActiveRecord - Disabled Deprecated PreUpdate() and PostUpdate() Methods
ADDED: SqlQuery - Logical Delete Support
1 lines of code changed in 1 file:
FIXED: VB_ClassTemplate.aspx Hasn't Been Updated to Reflect RepositoryRecord Changes. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16257
FIXED: Template Generated Code Wraps When "namespace" is Encountered Anywhere in Output. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16180
1 lines of code changed in 1 file:
FIXED: CS_ViewTemplate.ascx Does Not Escape SchemaName Setting. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16165
1 lines of code changed in 1 file:
(116 more)