The complete DRIVE Template Library. The initial version 1.0 was released on 11/2/2008. The current release version is 1.0.4, released on 1/2/2009. You will need to create a DriveFramework.com Site Account to download DRIVE if you have not already done so.
RELEASE HISTORY
v.1.0.4 - 01/02/2009
Template updates
- Removed SourceTable requirement on Forms - FormEmptyStructure.cst
- Removed ControlUtilityPrefix property requirement from FormFilledStructure.cst
- Added ability to generate ints in SubFormFilledStructure.cst as TextBoxes rather than only the default DropDownList control. Will add to FormFilledStructure.cst when able to do so. Updated DRIVEHelper.cs library accordingly.
- Added ability to generate FormHTMLElements.cst ints as TextBoxes
- Fixed bug in creating NText SQL parameters that was limiting the field to 16 characters
New Templates
SubForms - SubFormFilledStructure.cst
v.1.0.3 - 11/21/2008
Bug Fixes and Template Changes
- Fixed declaration of Control Query class. (Removed "Post" in PostQuery.) public class <%= RootObjectName %>Query : CommunityServer.Controls.SectionQuery
- Simplified property entry on Create Object and Update Object composite templates. (Removed method statement requirement.)
- Renamed "Update Object - passes populated object.cst" to "Update Object - passes object updated.cst" to differentiate it from new "Update Multi Values Update Multi Values - passes object.cst" template
New Templates
Controls - Create CSModule.cst
Composites - Retrieve List - passes query object.cst
Composites - Update Multi Values - passes object.cst
v.1.0.2 - 11/17/2008 - "Create Content Fragment.cst" template added to Controls. GetCurrentAppFromUtility() method added to DRIVEHelper.cs supporting new template.
v.1.0.1 - 11/9/2008 - Bug fixes in Project Startup Templates. Should now compile clean with RootNamespace and ProviderPrefix properties different than the default "DRIVE" values. Slight modification to generated CommunityServer_Overrides.config file and to /themes/[theme]/common/drive.aspx.
v1.0 - 11/2/2008 - Original release