Ryan Nowak
046cb976b3
Move ActionResult classes back to main namespace
2015-09-16 21:42:31 -07:00
Ryan Nowak
229724c4ea
Reorganize MVC namespaces
2015-09-01 22:28:33 -07:00
Ryan Nowak
9d89a8cac3
Homogenize MVC startup code patterns
...
Use builder APIS for both AddMvc() and AddMvcCore()
Change various API patterns to all use .AddXyz(...) off of one or both of
these builders.
2015-08-16 18:48:24 -07:00
Kirthi Krishnamraju
18c3ad25fb
fix build break due to aspnet/configuration #246
2015-08-13 23:19:56 -07:00
Stephen Halter
43064ef8b6
React to Kestrel rename
...
aspnet/KestrelHttpServer#11
2015-08-11 16:30:03 -07:00
Pranav K
9d467810b5
Switching to Autofac from NuGet.org
2015-08-07 15:53:53 -07:00
Pranav K
43e4870fa2
Switching to the official Autofac package.
2015-08-04 15:12:19 -07:00
Victor Hurdugaci
e96b4d7b94
React to DNX renames
2015-07-29 04:49:49 -07:00
Tugberk Ugurlu
81f8b3edfb
removed packExclude from unnecessary places, replaced it with
...
publishExclude and removed kproj and xproj excludes
2015-07-20 16:49:59 -07:00
Mugdha Kulkarni
8cb2aae4f5
fixing 2704 -- Rename LanguageViewLocationExpanderOption to LanguageViewLocationExpanderFormat
2015-07-09 15:38:11 -07:00
Ryan Nowak
e985fa5d42
Split up MVC.Extensions into smaller packages
...
Startup.cs API experience to follow in a separate change. This change just
gets the bulk of the code churn out of the way.
2015-07-06 23:41:22 -07:00
Ryan Nowak
950b8b41a8
Rename IFilter -> IFilterMetadata
2015-07-06 23:40:43 -07:00
Doug Bunting
4d5604690d
Add or update sample `readme.md` files
...
- #2731
2015-06-26 21:15:18 -07:00
Kirthi Krishnamraju
74b193b15d
Added configurable option for LanguageViewLocationExpander to use subfolder or suffix
2015-06-08 12:07:49 -07:00
Kiran Challa
0469103683
React to Session api review changes
2015-06-08 09:44:05 -07:00
Kirthi Krishnamraju
30d11a8227
Added LanguageViewLocationExpander into framework and removed it from samples
2015-06-04 14:06:08 -07:00
Kirthi Krishnamraju
d19b265a7f
React to aspnet/Configuration #194
2015-05-22 05:54:03 -07:00
Ryan Nowak
144c1d3cf4
Fix #2151 - Part 4 remove [Activate] support from controllers.
...
This change completely removes [Activate]. In a controller, you should
constructor injection or [FromServices] to access services.
To access context items (ActionContext, ActionBindingContext, root
ViewDataDictionary) you should use the respected attribute class.
We'd like to consider streamlining this further in the future by getting
down to a single injectable context for controllers, but for now this will
have to do.
2015-05-21 22:57:56 -07:00
Kirthi Krishnamraju
337bbad51d
React to aspnet/Configuration #195,#198 and fix few minor build break issues
2015-05-20 20:01:23 -07:00
Henk Mollema
8b1f8b9748
Added new ValidationSummary overloads to sample
...
Overview now shows every possible overload.
#1743
2015-05-12 20:20:34 +02:00
Doug Bunting
3fbead0ce8
Get builds working better within VS (temporary fix?); disable pre-compilation
...
- remove `RazorPreCompilation.cs` files from all but the PrecompilationWebSite
- related to #2498 but not addressing that issue since pre-compilation is what that site is about
2015-05-11 16:14:04 -07:00
Troy Dai
ea717729c1
React to common package name change
2015-05-07 09:39:08 -07:00
Kiran Challa
7e623258c0
Use strongly typed MediaTypeHeaderValue for content type in action results.
2015-05-04 14:06:58 -07:00
N. Taylor Mullen
64e726d2b2
Update LICENSE.txt and license header on files.
2015-05-01 13:55:25 -07:00
Kirthi Krishnamraju
30e54609cc
Fix #1911 : Create a separate package for ApiExplorer
2015-04-28 13:13:20 -07:00
Kirthi Krishnamraju
e48565dcd8
Adding errors in ModelState
2015-04-22 13:44:09 -07:00
Ryan Nowak
8bae02928d
Fix build break
2015-04-20 12:44:30 -07:00
Henk Mollema
3ac6acdab4
Removed clear-text password from sample
...
Removed unused clear-text password as it encourages risky coding.
#1764
2015-04-17 13:58:48 +02:00
Doug Bunting
f3ec6f33ae
Merge remote-tracking branch 'origin/release' into dev
2015-04-03 12:08:11 -07:00
Doug Bunting
393aa54545
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:27 -07:00
Victor Hurdugaci
38eff2ddbc
Change casing of the "compiler" folder
2015-03-26 16:39:35 -07:00
Kirthi Krishnamraju
a5da5b3acd
Removed reflection code; used JsonContract instead and added new JsonPatchInputFormatter
2015-03-23 14:46:54 -07:00
Hao Kung
4b5dd199ca
React to hosting changes
2015-03-19 11:07:25 -07:00
Ajay Bhargav Baaskaran
1c00cfe7aa
React to aspnet/Razor#281 changes
2015-03-17 14:16:50 -07:00
sornaks
d2bdd4f1d4
Removing 'Options' from ConfigureMvcOptions and ConfigureRazorViewEngineOptions.
2015-03-17 13:35:26 -07:00
Praburaj
00feaaac29
React to AddSessionServices rename to AddSession
2015-03-13 11:52:50 -07:00
Praburaj
dfe397612c
Reacting to Caching Extension rename
2015-03-12 16:59:49 -07:00
N. Taylor Mullen
c1a026cbf7
Update .kproj => .xproj.
2015-03-11 14:01:43 -07:00
Doug Bunting
cc7b319cb7
Remove use of `ServiceDescriber` in MVC and cleanup related hacks
...
- see issues aspnet/DependencyInjection#193 and #1612
- use `TryAdd()` in `MvcServices` for the `IAssemblyProvider`
Move `ApplicationBasePath` handling into `RazorPreCompileModule`
- restores view precompilation in functional tests of sample sites
- if we need this, others will as well
- override `IApplicationEnvironment` but get folder from `ProjectContext`
- also remove remaining `IServiceProvider` implementations in this code
test fixes:
- simplify `IApplicationEnvironment` override
- move override logic into `TestHelper.CreateServer()` methods
- remove `LoggerFactory` setup
- does not seem to require special-casing
- remove unused `ITestConfigurationProvider` / `TestConfigurationProvider`
- remove `TestAssemblyProvider` classes
- no longer required
- remove `ReplaceCallContextServiceLocationService` test helper
- change MVC sample to fully-qualify config.json path
- avoids `ReplaceCallContextServiceLocationService` need in `MvcSampleTests`
- no longer required for other tests
nit: remove unused `_serviceProvider` and constructor overload in `RazorPreCompiler`
2015-03-10 22:25:42 -07:00
Ajay Bhargav Baaskaran
db728cd386
Introducing TempData
...
- Issue #455
- Updated MVC sample
- Added relevant tests
2015-03-10 12:04:05 -07:00
N. Taylor Mullen
1d578ca2fd
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:56:42 -07:00
N. Taylor Mullen
e829ba7646
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:52:24 -07:00
sornaks
eeabe27606
Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC.
...
Adding Bower and Grunt components to pull JQuery from an appropriate source. Addressing PR Comments.
2015-03-05 08:07:01 -08:00
Hao Kung
46aaf790c4
React to AuthN changes
2015-03-02 16:14:38 -08:00
Praburaj
698af6d1d3
Reacting to hosting API changes
2015-02-27 16:18:05 -08:00
Kiran Challa
c276ddaa39
Added support for validation of Required attributes in case of XmlDataContractSerializerInputFormatter
2015-02-23 23:15:48 -08:00
Ryan Nowak
9d5364cf9b
Removing ModelMetadata.Model
2015-02-23 19:56:59 -08:00
Yishai Galatzer
ed8e5716ea
Remove INestedProviderXXX
...
React to aspnet/DependencyInjection#179
2015-02-23 15:18:39 -08:00
N. Taylor Mullen
df4b92b1c1
Update MVC projects to utilize Common repo classes.
...
- Had to add extra dependencies to work around aspnet/XRE#1237 .
- Updated src and test projects.
2015-02-22 18:23:28 -08:00
Pranav K
57f5b19f25
* Move precompiled assemblies into a resource in the primary assembly.
...
* Emit the primary assembly if a tag helper requires it.
* Make TagHelperSample.Web use precompilation.
Fixes #1693
2015-02-19 17:50:54 -08:00