Directory SubSonic/

Directory Created:
2007-05-10 15:20
Total Files:
1
Deleted Files:
10
Lines of Code:
0

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

Lines of Code

SubSonic/ Lines of Code

Developers

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

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 11 files:

  • SubSonic: Constants.cs (del), Dev (del), Enums.cs (del), Inflector.cs (del), Singleton.cs (del), SubSonic.csproj (del), SubSonic.csproj.user (del), SubSonic.csproj.vspscc (del), SubSonic.snk (changed), SubSonicConfig.cs (del), Utility.cs (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.

1 lines of code changed in 1 file:

  • SubSonic: Utility.cs (+1 -2)
canofunk 2009-04-21 18:33 Rev.: 521

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:

  • SubSonic: SubSonic.csproj (+3 -1), Utility.cs (+4 -4)
johnsheehan 2009-04-08 02:17 Rev.: 498

FIXED: idiot error, missed part of jason.kealey's fix for SQL 2008. see issue 30

2 lines of code changed in 1 file:

  • SubSonic: Utility.cs (+2 -1)
johnsheehan 2009-04-08 02:15 Rev.: 497

FIXED: Improved SQL Server 2008 detection string

1 lines of code changed in 1 file:

  • SubSonic: Utility.cs (+1 -1)
robconery@gmail.com 2009-04-07 22:37 Rev.: 492

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:

  • SubSonic: Constants.cs (+1 -1), SubSonic.csproj (+3 -3)
canofunk 2008-11-08 18:59 Rev.: 488

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:

  • SubSonic: Utility.cs (+2 -2)
subdigital 2008-09-04 16:26 Rev.: 485

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:

  • SubSonic: Constants.cs (+2 -1)
canofunk 2008-07-18 18:04 Rev.: 474

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:

  • SubSonic: SubSonic.csproj (-3)
canofunk 2008-07-15 17:12 Rev.: 473

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:

  • SubSonic: SubSonic.csproj (+6 -4)
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

108 lines of code changed in 3 files:

  • SubSonic: Constants.cs (+26 -26), Inflector.cs (+4 -3), Utility.cs (+78 -80)
canofunk 2008-06-24 18:26 Rev.: 463

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:

  • SubSonic: SubSonic.csproj (+1)
canofunk 2008-06-05 18:30 Rev.: 450

CHANGED: Global update to many method signatures to improve automatic documentation.

33 lines of code changed in 1 file:

  • SubSonic: Utility.cs (+33 -33)
canofunk 2008-06-04 17:46 Rev.: 446

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:

  • SubSonic: Constants.cs (+1 -17), SubSonic.csproj (+2)
canofunk 2008-06-02 17:05 Rev.: 444

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:

  • SubSonic: Constants.cs (+2), SubSonic.csproj (+1)
canofunk 2008-05-12 15:46 Rev.: 441

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:

  • SubSonic: Constants.cs (+2)
canofunk 2008-05-12 11:13 Rev.: 439

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:

  • SubSonic: SubSonic.csproj (+1), Utility.cs (+15)
canofunk 2008-05-05 18:08 Rev.: 432

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:

  • SubSonic: SubSonic.csproj (+1)
canofunk 2008-04-23 14:25 Rev.: 425

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:

  • SubSonic: SubSonic.csproj (+1 -2)
canofunk 2008-04-21 15:07 Rev.: 421

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:

  • SubSonic: SubSonic.csproj (+1 -1)

(116 more)

Generated by StatSVN 0.4.1