| Change Set |
Date |
Comment |
cccf8c9b25af
by
John Nelson
|
Jul 24 at
10:22 PM
|
default
tip
Renamed ControllerFactoryRegistration to ControllerFactoryRegistrar.
|
dac732a358c2
by
John Nelson
|
Jun 1 at
2:09 AM
|
Added Michael Aird's TypeLoadException handling.
|
251924fc4467
by
John Nelson
|
May 17 at
1:25 AM
|
Added support for all areas to be registered (so that the consuming app's ControllerFactory will be used for non portable areas). Added some defensive coding for the ControllerFactoryRegistry's dictionary interaction.
|
0519983d0084
by
John Nelson
|
May 16 at
1:22 AM
|
Changed method name, missed from prior refactor.
|
a7a403b453e0
by
John Nelson
|
May 15 at
6:45 PM
|
Changed ControllerFactoryRegistry private Dictionary from object to IControllerFactory
|
4fe663415cf4
by
John Nelson
|
May 15 at
6:41 PM
|
Added unit test for case with default IControllerFactory
|
4b9d093adff3
by
John Nelson
|
May 15 at
6:35 PM
|
Decoupled AreaControllerFactory from ControllerFactoryRegistration.Instance
|
1216a4e1c051
by
John Nelson
|
May 15 at
6:29 PM
|
Added support for PortableArea specific ControllerFactories. ControllerFactoryRegistration class has a static BootStrap() method, to be called in Global.asax.cs. This method uses the current IControllerFactory as a default, and gathers ControllerFactories from PortableAreas using AreaName as a key. Then, an AreaControllerFactory is set to the current IControllerFactory. This allows a unique ControllerFactory to be used (perhaps employing an IoC container) for a PortableArea, independent of the consuming application's ControllerFactory.
|
9a33a7e3e790
by
Jeremy Skinner
|
May 15 at
1:11 PM
|
A prefix can be specified for grid sort options thereby allowing multiple grids on a page with sorting enabled.
|
39af7936a30e
by
Jeremy Skinner
|
May 15 at
12:57 PM
|
Fix #7028 - sort class should not overwrite custom column header class.
|
5c6c052df5a1
by
jbogard
|
May 14 at
1:42 PM
|
Converting static service location to a factory registry class
|
284b471eb31a
by
David Ebbo
|
May 14 at
1:26 AM
|
2.6.15: Added MapRoute extensions on AreaRegistrationContext to support areas. Had to name them MapRouteArea to avoid clash with existing MapRoute methods
|
365e61d0e594
by
David Ebbo
|
May 11 at
5:12 PM
|
Fixed T4MVCVB in abstract controllers scenarios.
|
c89ba673cfd5
by
David Ebbo
|
May 10 at
10:18 PM
|
Merge with T4MVC
|
43b1f8913b1f
by
David Ebbo
|
May 10 at
9:53 PM
|
Added missing MapRoute overloads to support namespaces.
|
a3279c6c35b8
by
David Ebbo
|
May 6 at
7:34 PM
|
Fix date in readme file
|
c4dc0bdf643a
by
erichexter
|
May 7 at
1:56 PM
|
Merge Command Processor
|
93254c2ef4c0
by
erichexter
|
May 7 at
1:55 PM
|
Exposed the configuration to allow for application extensibility of the configuration. See Code Camp Server for a convention based implementation of the configuration.
|
c67ded0e8f8d
by
David Ebbo
|
May 6 at
7:18 PM
|
VB version of T4MVC from Dan Plaskon
|
2da0ffebd77d
by
David Ebbo
|
May 6 at
7:15 PM
|
Update T4MVC generated file
|
877a66c13756
by
Jeremy Skinner
|
Apr 27 at
8:53 AM
|
Update grid simple example
|
20f39cf28ea2
by
Jeremy Skinner
|
Apr 27 at
8:44 AM
|
Auto-generated grid columns are now implemented as a custom ColumnBuilder rather than as a GridModel.
|
6121090bcd11
by
Jeremy Skinner
|
Apr 27 at
7:58 AM
|
Moved attribute encoding logic into Hash class. DataList should encode attribute values.
|
b693435961cd
by
Jeremy Skinner
|
Apr 27 at
7:46 AM
|
HTML attributes used by the grid should be encoded
|
34378bb513fc
by
Jeremy Skinner
|
Apr 26 at
3:02 PM
|
Fix line endings in UI sample
|