[root]/SubSonicCentral/res
img
(13 files, 0 lines)
scripts
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 11 (100.0%) | 11 (100.0%) | 1.0 |
| canofunk | 5 (45.5%) | 11 (100.0%) | 2.2 |
| robconery@gmail.com | 3 (27.3%) | 0 (0.0%) | 0.0 |
| robconery | 3 (27.3%) | 0 (0.0%) | 0.0 |
moving 2.x source to 2.0 folder
0 lines of code changed in 3 files:
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.
1 lines of code changed in 1 file:
CHANGED: Scaffold - Layout and labeling of Provider/Table selector when in AutoScaffold mode.
CHANGED: SubSonicCentral AutoScaffold - Now uses Scaffold in Auto mode.
CHANGED: SubSonicCentral - Updated logo and made minor theme changes.
5 lines of code changed in 1 file:
ADDED: Scaffold - New property, ScaffoldType. Default is "Normal", but when set to "Auto" will add AutoScaffold functionality, with drop downs that allow user to select a provider and table. Note: For the moment, AutoScaffold.aspx is still a separate entity, but very shortly will be move to use the standard Scaffold control with ScaffoldType set to Auto.
ADDED: Scaffold - New property, AutoGenerateManyToMany. Default is "true". If no tables are set in the property ManyToManyMap and AutoGenerateManyToMany is set to true, the scaffolds will automatically add M2M checkboxes in the bottom of the edit form for any related tables identified as part of generation-time identification of M2M objects.
ADDED: SqlQuery/Insert - Value(column, value) method which allows insert statements to be set individually rather than only as part of a entire array of all columns/values.
ADDED: Utility - New IsMappingTable() overload that takes only a TableSchema as parameter.
CHANGED: Scaffold - Largely rewritten, now uses SqlQuery rather than inline SQL, which should provide better support across providers.
CHANGED: Global - Eliminated the SubSonic.Controls namespace, which was housing only the WebUIHelper class.
CHANGED: Query/ExecuteJoinedDataSet - Method now automatically adds an additional independent PKValue field in column[0] if the first column is also a foreign key. This addresses an issue in current Scaffold funtionality that prevented successful direct editing of mapping tables that don't have independent PK values in as their first column.
CHANGED: SubStage - Improved toggling between Database View/Generated Object View so that tree is no longer fully rebuilt and current node expansion state is preserved.
CHANGED: SubStage - Re-enabled embedded web server and improved error handling.
0 lines of code changed in 1 file:
CHANGED: Updated Copyright Date
FIXED: Minor XHTML compliance issue in SSC MasterPage.master
2 lines of code changed in 1 file:
FIXED: Minor changes to MasterPage and DataService to address condition where DataProviders were not initialized when first referenced:
ADDED: Property setters on FK collections when generated as properties.
3 lines of code changed in 1 file:
Initial Import of 2.0.1a
306 lines of code changed in 3 files:
Resetting source to 2.0.1a release
0 lines of code changed in 3 files:
Initial Load
306 lines of code changed in 3 files: