Directory SubSonic/Controls/

Directory Created:
2007-05-10 15:20
Directory Deleted:
2009-07-01 23:17
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/SubSonic/Controls
            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)

Lines of Code

SubSonic/Controls/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 137 (100.0%) 4100 (100.0%) 29.9
canofunk 102 (74.5%) 3686 (89.9%) 36.1
robconery 13 (9.5%) 246 (6.0%) 18.9
shawn.oster 2 (1.5%) 51 (1.2%) 25.5
kfricovsky 3 (2.2%) 47 (1.1%) 15.6
jongalloway 2 (1.5%) 30 (0.7%) 15.0
Christopher.Karper 1 (0.7%) 29 (0.7%) 29.0
robconery@gmail.com 11 (8.0%) 7 (0.2%) 0.6
gavinjoyce 2 (1.5%) 2 (0.0%) 1.0
damieng 1 (0.7%) 2 (0.0%) 2.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 10 files:

  • SubSonic/Controls: DropDown.cs (del), EditBox.cs (del), LavaBlastManyManyList.cs (del), LoremIpsum.cs (del), ManyManyList.cs (del), ManyManyList3.cs (del), QuickTable.cs (del), RadioButton.cs (del), Scaffold.cs (del), WebUIHelper.cs (del)
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

38 lines of code changed in 4 files:

  • SubSonic/Controls: DropDown.cs (+1 -1), QuickTable.cs (+11 -16), RadioButton.cs (+1 -1), Scaffold.cs (+25 -47)
canofunk 2009-04-14 08:02 Rev.: 519

FIXED: Scaffold - Update failure when user-generated primary keys are employed.

3 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+3)
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 1 file:

  • SubSonic/Controls: Scaffold.cs (+7 -7)
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.

1 lines of code changed in 1 file:

  • SubSonic/Controls: DropDown.cs (+1 -1)
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

67 lines of code changed in 2 files:

  • SubSonic/Controls: LavaBlastManyManyList.cs (+29 -30), ManyManyList.cs (+38 -40)
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

159 lines of code changed in 5 files:

  • SubSonic/Controls: DropDown.cs (+5 -4), LavaBlastManyManyList.cs (+2 -3), QuickTable.cs (+7 -5), RadioButton.cs (+2 -4), Scaffold.cs (+143 -137)
canofunk 2008-06-05 18:30 Rev.: 450

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

31 lines of code changed in 2 files:

  • SubSonic/Controls: QuickTable.cs (+8 -8), Scaffold.cs (+23 -23)
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

11 lines of code changed in 3 files:

  • SubSonic/Controls: DropDown.cs (+5 -5), ManyManyList.cs (+1 -1), RadioButton.cs (+5 -6)
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.

32 lines of code changed in 2 files:

  • SubSonic/Controls: QuickTable.cs (+13 -30), Scaffold.cs (+19 -13)
canofunk 2008-05-08 10:45 Rev.: 433

ADDED: AbstractList - DataType, AllowDBNull, Caption properties to ToDataTable().
FIXED: Scaffold - Problem with commit operations on nullable Boolean and DateTime values.

59 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+59 -64)
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

51 lines of code changed in 3 files:

  • SubSonic/Controls: DropDown.cs (+10 -6), QuickTable.cs (+33 -17), RadioButton.cs (+8 -3)
canofunk 2008-04-21 14:31 Rev.: 420

FIXED: QuickTable Incorrectly Calculates Paging Values. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15073

2 lines of code changed in 1 file:

  • SubSonic/Controls: QuickTable.cs (+2 -1)
canofunk 2008-04-15 18:39 Rev.: 415

CHANGED: Miscellaneous code cleanup.

29 lines of code changed in 4 files:

  • SubSonic/Controls: DropDown.cs (+8 -8), QuickTable.cs (+14 -14), RadioButton.cs (+6 -6), Scaffold.cs (+1 -1)
canofunk 2008-04-15 08:47 Rev.: 414

FIXED: MySqlInnoDBProvider - Alias Casings do not Match in MANY_TO_MANY_CHECK_ALL and MANY_TO_MANY_FOREIGN_MAP_ALL. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=16101
ADDED: SubSonic.Utility.MatchesOne() method for cleaner comparison of multiple string conditions.

4 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+4 -4)
canofunk 2008-04-10 15:11 Rev.: 411

CHANGED: Eliminated a number of Release configuration compiler warnings; Added/updated documentation stubs.

26 lines of code changed in 2 files:

  • SubSonic/Controls: LavaBlastManyManyList.cs (+4 -1), Scaffold.cs (+22)
canofunk 2008-04-08 11:24 Rev.: 407

FIXED: DataProvider - WHERE Clauses are not Schema Qualified. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=15984
CHANGED: Global - Minor code syntax and format changes

2 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+2 -2)
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.

24 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+24 -26)
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

21 lines of code changed in 3 files:

  • SubSonic/Controls: LavaBlastManyManyList.cs (+2), ManyManyList.cs (+1), Scaffold.cs (+18 -19)
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

42 lines of code changed in 1 file:

  • SubSonic/Controls: Scaffold.cs (+42 -39)

(57 more)

Generated by StatSVN 0.4.1