joshuaflanagan/fubumvc forked from DarthFubuMVC/fubumvc
-
Added generic InterceptExceptionBehavior and tests.
* Useful when you want insert behavior invoked when certain exceptions are thrown by your actions.
-
Little fixes on DefinitionList api
joshuaflanagan committedJun 22, 2010
-
very minor tweak to FlatFileReader so you can pass in the encoding
jeremydmiller committedJun 30, 2010
-
added the flat file reader stuff
jeremydmiller committedJun 25, 2010
-
adding [UrlForNew(Type)] attribute and convention
jeremydmiller committedJun 23, 2010 -
added the CurrentStatus object, made the StructureMap facility build it
jeremydmiller committedJun 23, 2010
-
minor tweak to DataReaderRequestData
jeremydmiller committedJun 19, 2010
-
jeremydmiller committed
Jun 16, 2010
-
added ReaderBinder to FubuCore
jeremydmiller committedJun 15, 2010
-
IFubuRegistryExtension, convenience methods on IOutputWriter, new Sim…
jeremydmiller committedJun 10, 2010 …pleForm/DefinitionListForm
-
Allow disabling StructureMap nested container issue workaround.
joshuaflanagan committedJun 3, 2010 By default, a StructureMapContainerFacilitity will now automatically initialize all singletons when building the behavior factory. You can opt-out of this behavior by calling DoNotInitializeSingletons() on the facility before calling BuildFactory()
-
Automatically include HTML diagnostics when an HTML convention is app…
joshuaflanagan committedJun 3, 2010 …lied. The EnableHtmlDiagnostics extension method is no longer necessary or available.
-
Display all diagnostic routes on diagnostic home page (_fubu)
joshuaflanagan committedJun 3, 2010 To link a route from the diagnostics page: - add the DiagnosticsActionAttribute to the class or method - add a System.ComponentModel.Description attribute
-
Add DiagnosticsActionAttribute to conditionally enable routes based o…
joshuaflanagan committedJun 3, 2010 …n FubuRegistry.IncludeDiagnostics()
-
Make routes clickable on diagnostics pages.
joshuaflanagan committedJun 3, 2010 You cannot follow routes with parameters or those not available to HTTP GET
-
Added temporary work around for a known StructureMap nested container…
joshuaflanagan committedJun 2, 2010 -
Fixed issue with UrlContext.ToAbsolute when running on VS webserver. C…
joshuaflanagan committedJun 2, 2010 …loses gh-6
-
FubuMVC.Core/Registration/Nodes unit tests
nieve committedJun 2, 2010
-
JsonWriter now always returns JSON. AjaxAwareJsonWriter returns texta…
joshuaflanagan committedJun 1, 2010 …rea json for non-ajax requests. Closes gh-4
-
Merge branch 'master' of github.com:DarthFubuMVC/fubumvc
jeremydmiller committedJun 1, 2010 -
refactored ObjectConverter to make the array matching more sophisticated
jeremydmiller committedJun 1, 2010 -
Fixed support for root URL (/) in UrlContext
joshuaflanagan committedJun 1, 2010 -
Merge branch 'master' of github.com:DarthFubuMVC/fubumvc
jeremydmiller committedJun 1, 2010 -
UrlRegistry.RootAt() for testing scenarios
jeremydmiller committedJun 1, 2010
-
HTML examples support an arbitrary model and property path
joshuaflanagan committedMay 31, 2010
-
Added non-generic Get method on IFubuRequest
jmarnold committedMay 30, 2010
-
Added LinkTo<TController>(actionExpression) extension method for acti…
joshuaflanagan committedMay 28, 2010 …ons that have no input model
-
Add some documentation to the _fubu/html page
joshuaflanagan committedMay 28, 2010 -
Created _fubu/html page to demonstrate current HTML conventions.
joshuaflanagan committedMay 28, 2010 You must call this.EnableHtmlDiagnostics() within your FubuRegistry to wire up this route.
-
Moved helpers for building diagnostic pages to their own class
joshuaflanagan committedMay 28, 2010 -
Fixed bug in Spark view filter when attaching a view to an action not…
joshuaflanagan committedMay 28, 2010 … in the baseNamespace
-
Merge remote branch 'nieve/tests'
chadmyers committedMay 25, 2010
-
Fixed UrlContext.Stub behavior so that it doesn't root URLs (/) when …
joshuaflanagan committedMay 24, 2010 …using an empty base folder
-
Merge branch 'master' of github.com:DarthFubuMVC/fubumvc
jeremydmiller committedMay 24, 2010