Directory SubStage/

Directory Created:
2008-01-11 10:01
Total Files:
1
Deleted Files:
28
Lines of Code:
0

[root]/SubStage
        Folder removed from repo Properties (0 files, 0 lines)

Lines of Code

SubStage/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 238 (100.0%) 21444 (100.0%) 90.1
canofunk 207 (87.0%) 21437 (100.0%) 103.5
robconery@gmail.com 31 (13.0%) 7 (0.0%) 0.2

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

  • SubStage: ASPX (del), About.Designer.cs (del), About.cs (del), About.resx (del), ConfigTemplate.txt (del), Default.htm (del), Info.htm (del), ItemProperties.cs (del), MasterStore.Designer.cs (del), MasterStore.cs (del), MasterStore.xml (del), MasterStore.xsc (del), MasterStore.xsd (del), MasterStore.xss (del), MasterStore.xsx (del), ModelManager.cs (del), Program.cs (del), ProviderTypes.xml (del), ScaffoldTemplate.txt (del), StageNode.cs (del), SubSonic.SubStage.csproj (del), SubStage.Designer.cs (del), SubStage.cs (del), SubStage.csproj (del), SubStage.ico (changed), SubStage.resx (del), SubStageForm.Designer.cs (del), SubStageForm.cs (del), SubStageForm.resx (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.

2 lines of code changed in 2 files:

  • SubStage: SubSonic.SubStage.csproj (+1 -1), SubStageForm.Designer.cs (+1 -1)
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

92 lines of code changed in 3 files:

  • SubStage: StageNode.cs (+9 -54), SubStageForm.Designer.cs (+1 -1), SubStageForm.cs (+82 -70)
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"

7 lines of code changed in 2 files:

  • SubStage: MasterStore.Designer.cs (+1 -1), SubSonic.SubStage.csproj (+6 -1)
canofunk 2008-11-08 18:43 Rev.: 487

CHANGED: Update several library dependencies: SQL Server Management Objects -> 10.0.1600.22; Enterprise Library -> 4.1.0.0; System.Data.SQLite -> 1.0.60.0; MySql.Data -> 5.2.3; ComponentFactory.Krypton.Toolkit -> 3.0.6.0

8 lines of code changed in 1 file:

  • SubStage: SubSonic.SubStage.csproj (+8)
canofunk 2008-07-22 15:24 Rev.: 477

ADDED: SubStage - Added CodeGenerationPath overrides at provider and project levels.
CHANGED: SubStage - File browser now navigates to code generation output directory when clicking a provider or project node.
CHANGED: SubStage - If a provider node is selected when the generating code button is pressed, only the code for the selected provider is generated. Code for all providers is generated if the project node is selected.

394 lines of code changed in 5 files:

  • SubStage: MasterStore.Designer.cs (+162 -26), MasterStore.xsd (+65 -60), MasterStore.xss (+10 -10), SubStageForm.Designer.cs (+1 -1), SubStageForm.cs (+156 -71)
canofunk 2008-07-02 16:25 Rev.: 470

FIXED: DB.Save() Doesn't Insert Records if the PrimaryKey is not AutoIncrement. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17008
FIXED: DB.Save() Doesn't Insert Records When Primary Key is UNIQUEIDENTIFIER. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17187
FIXED: SubStage Doesn't Save Generated Code Language. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17041
ADDED: Patch for Improved Implementation of SqlQuery.GetRecordCount(). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=17157

106 lines of code changed in 4 files:

  • SubStage: MasterStore.Designer.cs (+26 -26), MasterStore.xsd (+60 -60), MasterStore.xss (+10 -10), SubStageForm.cs (+10)
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

724 lines of code changed in 5 files:

  • SubStage: About.cs (+15 -7), ModelManager.cs (+33 -23), Program.cs (+16 -3), StageNode.cs (+32 -21), SubStageForm.cs (+628 -610)
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.

2 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+2 -2)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

2 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+2 -2)
canofunk 2008-04-03 17:08 Rev.: 402

FIXED: GetValue<T>(string columnName) in TableSchema May Fail with Non-Nullable GUIDs. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15939

0 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (-1)
canofunk 2008-04-01 18:29 Rev.: 394

FIXED: Open DataReader in Scaffold Many-to-Many's
CHANGED: Global - String operation optimizations; minor code formatting.

0 lines of code changed in 2 files:

  • SubStage: ModelManager.cs (-2), SubStageForm.cs (-2)
canofunk 2008-03-28 18:53 Rev.: 389

CHANGED: More Microsoft.SqlServer.*.dll reference changes in SubStage/SubCommander to attempt to address 64-bit compatibility issues.

1 lines of code changed in 1 file:

  • SubStage: SubSonic.SubStage.csproj (+1 -8)
canofunk 2008-03-28 18:11 Rev.: 388

CHANGED: Removed Microsoft.SqlServer.BatchParser references from SubStage/SubCommander to see if it addresses 64-bit compatibility issues.

0 lines of code changed in 1 file:

  • SubStage: SubSonic.SubStage.csproj (-4)
canofunk 2008-03-26 12:53 Rev.: 383

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

1 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+1 -1)
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

1 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+1)
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.

11 lines of code changed in 2 files:

  • SubStage: StageNode.cs (+1 -6), SubStageForm.cs (+10 -16)
canofunk 2008-03-18 18:39 Rev.: 368

FIXED: Scripting May Fail With Large Schemas/Data Sets. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=11740

20 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+20 -12)
canofunk 2008-03-18 13:52 Rev.: 364

ADDED: Option to Use UTC Format for Managed DateTime Fields (Thanks BishopZA!). See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15616

39 lines of code changed in 5 files:

  • SubStage: MasterStore.Designer.cs (+28), MasterStore.xsd (+1), MasterStore.xsx (new 3), SubSonic.SubStage.csproj (+3), SubStageForm.cs (+4)
canofunk 2008-03-17 11:00 Rev.: 360

CHANGED: Global - Minor code generation performance improvements.

4 lines of code changed in 1 file:

  • SubStage: SubStageForm.cs (+4 -4)

(37 more)

Generated by StatSVN 0.4.1