Sornakumar
b25091f6c1
Merge branch 'WebFX156' into dev
2014-04-08 10:52:38 -07:00
sornaks
7c8dd45b8b
WebFX 156 - Adding support for Redirect and RedirectPermanent
2014-04-08 10:49:56 -07:00
Praburaj
3d54a24244
Removing the rendering package from music store app to fix a build error. Rendering and Core are merged now.
2014-04-08 10:42:10 -07:00
David Fowler
a8a47a0489
Removed all assembly infos.
2014-04-08 09:25:29 -07:00
David Fowler
f5f225e6ea
Updated to use new tooling
2014-04-08 02:11:05 -07:00
David Fowler
7a976d069e
Updated to use new tooling
2014-04-08 02:00:50 -07:00
David Fowler
26fedbb999
Updated tooling
2014-04-08 01:42:21 -07:00
David Fowler
23c11bc950
Updated to use the new tooling
2014-04-08 01:37:06 -07:00
David Fowler
7e7c940c63
Updated to use the new tooling
2014-04-08 01:10:29 -07:00
harshgMSFT
01527cd4df
Adding HttpPost, HttpDelete, HttpPut, HttpPatch attributes
2014-04-07 22:31:48 -07:00
Ryan Nowak
faa8251b70
Merging Mvc.Rendering and Mvc.Core
2014-04-07 17:32:49 -07:00
harshgMSFT
652e89b343
Adding HttpGetAttribute and AcceptVerbsAttribute.
...
HttpPost, HttpDelete, HttpPut and HttpPatch would be similar.
Also adding few tests.
2014-04-07 15:10:22 -07:00
Ryan Nowak
df16982697
Adding and updating old propertyhelper code for dictionaries
2014-04-07 14:41:24 -07:00
Ryan Nowak
ec4b3a29c0
Adding smart link generation
...
This feature will enforce a contract that link generation has to point to
a real action. Read the comments in code for more details and rationale.
2014-04-07 14:37:52 -07:00
Ryan Nowak
3548a46ca9
CR feedback
2014-04-07 12:49:32 -07:00
Ryan Nowak
d2386d7ded
CR Feedback
2014-04-07 12:49:30 -07:00
Ryan Nowak
37f4e2efaa
Adding more overloads for IUrlHelper
...
(cherry picked from commit 4ebe6b5e386388914160b07c91142a9e7483134b)
2014-04-07 12:49:29 -07:00
Pranav K
931d18b851
Adding exceptions for RenderSection, DefineSection and RenderBody
2014-04-07 12:25:44 -07:00
dougbu
1cd15fbf60
Add form HTML helpers and `MVCForm`
...
- copy over from legacy MVC
- fixup namespaces, remove copyright notices, ...
- temporarily remove `RouteBeginForm() overloads
- move main components to `HtmlHelper` and declare in `IHtmlHelper<T>`
- change `UrlHelper` to avoid treating an existing dictionary as an object
- add `HtmlHelper.Createform()` factory
- use in MVC sample; move BeginForm / TextBox samples to a new row
2014-04-07 12:04:28 -07:00
Pranav K
94c028a5df
Adding support for RazorView.IsSectionDefined
2014-04-06 17:18:37 -07:00
N. Taylor Mullen
c0d06f1fbc
Fixed combination of Display Templated Helpers.
...
Had to make adjustments to allow the project to build (things that were missed by git). Also made some changes to ensure it builds in CoreCLR.
2014-04-06 16:14:10 -07:00
N. Taylor Mullen
671c7dd59e
Addressed code review comments.
2014-04-06 16:01:41 -07:00
N. Taylor Mullen
5026788145
Add sample for DisplayForModel Html Helper.
...
Showcased a lot of the core pieces of DisplayFor in the sample. Some pieces are still missing such as DataType handling. The infrastructure is there to handle it in the TemplateRenderer but the model metadata providers do not construct the metadata with the data types.
2014-04-06 16:01:33 -07:00
N. Taylor Mullen
1f47abd758
Implement DisplayForModel Html Helper.
...
Essentially add extension methods and call through to infrastructure.
2014-04-06 16:01:10 -07:00
N. Taylor Mullen
4f67dee048
Addressed code review comments
2014-04-06 15:59:51 -07:00
N. Taylor Mullen
94bae850c7
Add sample for DisplayFor Html Helper.
...
Showcased a lot of the core pieces of DisplayFor in the sample. Some pieces are still missing such as DataType handling. The infrastructure is there to handle it in the TemplateRenderer but the model metadata providers do not construct the metadata with the data types.
2014-04-06 15:59:42 -07:00
N. Taylor Mullen
52ce83db9e
Implement DisplayFor Html Helper.
...
Essentially add extension methods and call through to infrastructure.
2014-04-06 15:59:32 -07:00
N. Taylor Mullen
2b3687282e
Addressed code review comments.
2014-04-06 15:57:32 -07:00
N. Taylor Mullen
5dbd006165
Add sample for Display Html Helper.
...
Showcased a lot of the core pieces of Display in the sample. Some pieces are still missing such as DataType handling. The infrastructure is there to handle it in the TemplateRenderer but the model metadata providers do not construct the metadata with the data types.
2014-04-06 15:56:08 -07:00
N. Taylor Mullen
8477f47632
Implement Display HTMLHelper.
...
Essentially add extension methods and call through to infrastructure.
2014-04-06 15:55:11 -07:00
N. Taylor Mullen
5da827b58f
Add infrastructure for templated display helpers.
...
I changed code paths for how we render templates from the old world to better separate code.
2014-04-06 15:53:30 -07:00
Praburaj
f5e9d4d8aa
Merge branch 'dev' of github.com:aspnet/MusicStore into dev
2014-04-04 17:21:34 -07:00
Praburaj
45e6e71bc8
Making a few more changes including:
...
1. Adding a view component
2. Adding more partial views from the sample and enabled a few of them.
3. Updating Account controller to accomodate all the recent identity changes.
4. Enabling some available Url helpers like Url.Content
5. Adding a ~ to all the scripts and images as this bug is fixed now.
2014-04-04 17:19:27 -07:00
Pranav K
fc01cf6eea
Fixing typo in DefaultAssemblyControllerProvider
2014-04-04 16:29:16 -07:00
Hao Kung
4d1bd6095b
Fix identity API changes in Startup.cs
2014-04-04 14:59:38 -07:00
Hao Kung
5bb8f602f1
Fix build issues in Startup.cs
...
Update for Identity API changes
2014-04-04 14:55:47 -07:00
Hao Kung
e8d7cf4219
Asyncify and Userify
...
Add Async suffix to async methods
Take TUser instead of userId for Usermanager apis
2014-04-04 13:42:22 -07:00
Pranav K
e4af75dddf
Fixing issue in Starup.cs to unblock build
2014-04-04 10:47:28 -07:00
Yishai Galatzer
1921387b56
Fix #198
2014-04-03 17:29:37 -07:00
Hao Kung
6807da690a
Remove IUser/IRole and TKey from Managers
2014-04-03 17:17:50 -07:00
Hao Kung
041db7cb69
Initial Identity.Entity implementation
...
- Most child entities related apis not working/implemented
- Unit tests disabled in kbuild for now
Code review fix
2014-04-03 16:07:46 -07:00
Pranav K
9291cbc50b
Adding support for RenderSection
...
* Adding unit tests for DefineSection \ RenderSection
* Changes per code review feedback
2014-04-03 15:00:06 -07:00
Pranav K
df9d5c4875
Adding support for Render Section
...
Initial draft for DefineSection \ RenderSection. This change is based on
changes to the Razor parser to enable Razor to generate HelperResults for
section instead of void delegates.
2014-04-03 14:26:54 -07:00
Pranav K
75dae948b2
Change IViewEngine.FindView to be synchronous
2014-04-03 14:20:39 -07:00
Pranav K
2e0bed750e
Adding support for Url.Content, Href and ~/ in Razor views
2014-04-03 14:12:55 -07:00
Pranav K
f4904e1803
Fixing PathString.Add(PathString) to handle trailing slashes correctly
...
Fixes #31
2014-04-03 12:55:45 -07:00
Ryan Nowak
49de9d2828
Adding Value Html Helpers
2014-04-03 12:22:03 -07:00
Chris Ross
d83d2e98d6
Review cleanup, fallback logger, CreateDataProtecter extension.
2014-04-03 10:43:11 -07:00
dougbu
42561f14d3
Quick fix for a build warning
...
- remove a duplicate using of `System.Collections.Generic`
- FYI `k build` command does not detect this problem
- nit: also cleanup long lines and align wrapped parameters
2014-04-03 09:38:14 -07:00
Yishai Galatzer
ebd54bfc06
Dispose controllers after they have been utilized by the action invoker
2014-04-03 09:31:23 -07:00