
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 1253 (100.0%) | 35.8 |
| canofunk | 25 (71.4%) | 756 (60.3%) | 30.2 |
| damieng | 4 (11.4%) | 430 (34.3%) | 107.5 |
| damieng@gmail.com | 2 (5.7%) | 67 (5.3%) | 33.5 |
| robconery@gmail.com | 4 (11.4%) | 0 (0.0%) | 0.0 |
moving 2.x source to 2.0 folder
0 lines of code changed in 4 files:
CHANGED: Global code clean up and reformatting
CHANGED: Updated System.Data.SQLite.DLL to 1.0.51.0
11 lines of code changed in 4 files:
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
32 lines of code changed in 4 files:
CHANGED: Miscellaneous code cleanup.
1 lines of code changed in 1 file:
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
18 lines of code changed in 2 files:
CHANGED: Completed GhostDoc comment stubs for all classes, methods, and properties. More code formatting changes.
ADDED: Sandcastle Help File Builder project file and my active settings files for ReSharper and GhostDoc.
NOTE: Current documentation can be found at http://subsonichelp.com
231 lines of code changed in 4 files:
CHANGED: Code reformatting and cleanup. MPL header added to all .cs files. See: http://monk.thelonio.us/archive/2007/12/06/Documentation-Its-my-Cilice.aspx
FIXED: ListComparer<>.Compare(x, y) causes null reference exception. See: http://www.codeplex.com/subsonic/WorkItem/View.aspx?WorkItemId=14155
408 lines of code changed in 4 files:
Enumerate over code languages from the generation tools to dynamically build the list of available language options.
67 lines of code changed in 2 files:
FIXED: Default permission level issue with Starter Site. See: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=10237
FIXED: Possible Logical delete issues when query where references contained logical delete column.
FIXED: Schema name qualification issues (Thanks subdigital!) See: http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11228 and http://www.codeplex.com/actionpack/WorkItem/View.aspx?WorkItemId=11449
CHANGED: Deprecated PreUpdate() and PostUpdate() virtual methods in ActiveRecord.
ADDED: BeforeValidate(), BeforeUpdate(), BeforeInsert(), AfterCommit() virtual methods for active record.
CHANGED: Disabled generation comments in templates.
CHANGED: ActiveRecord constructor SetDefaults() now implemented via an interim method (InitSetDefaults) to avoid a call to a virtual method in the constructor.
CHANGED: Cleaned and shortened C# generated code output.
0 lines of code changed in 1 file:
ADDED: Support for user defined namespaces to be added to generated template via new provider level configuration setting, "additionalNamespaces" which is a comma-separated list of namespaces that will be turned into usings or Imports.
FIXED: Refined build provider environment detection to deal with cases where the App_Code directory already contains a .vb file.
FIXED: Several issues related to the use of views and DB object names containing spaces in Quicktable.
48 lines of code changed in 3 files:
FIXED: BuildProvider code generation for VB that was broken by Rev 112 refactoring
FIXED: Templates no longer generate FK/PK/M2M methods when those tables themselves are not generated.
7 lines of code changed in 2 files:
Refactor: Remove all programming language specific code into implementations of ICodeLanguage. This will enable additional languages to be more easily added. Further refactoring to continue regarding Utility stubs and Constants.
430 lines of code changed in 4 files: