Pranav K
dea782163d
Updating packages to use generations
2015-10-22 15:18:49 -07:00
N. Taylor Mullen
6d0b268440
Add `Init` method to `TagHelper`s.
...
- The init method allows multiple `TagHelper`s to inject data into the `context.Items` bag to properly function when running in unison with other `TagHelper`s that need to communicate with children.
- Transition `GetChildContentAsync` from `TagHelperContext` to `TagHelperOutput`.
- Move `TagHelperContext.GetChildContentAsync` tests to `TagHelperOutputTest`.
- Added `Init` test to ensure `TagHelperRunner` calls it in the correct order.
#571
2015-10-22 15:10:08 -07:00
Chris R
35b7248734
#455 Remove RedirectUri from OIDC, use CallbackPath.
2015-10-22 14:56:15 -07:00
N. Taylor Mullen
0ae83a25e9
React to aspnet/Razor#571 .
...
- Changed all `GetChildContentAsync` calls to come from `TagHelperOutput` instead of `TagHelperContext`.
- Updated `ReaderAtEndOfFormTagHelper` to properly detect changes inside of a `Form`s body by calling the `Init` method.
- Add test to `RenderAtEndOfFormTagHelperTest`.
aspnet/Razor#571
2015-10-22 14:51:14 -07:00
N. Taylor Mullen
0e25470660
React to aspnet/Razor#578 .
2015-10-22 14:41:40 -07:00
Henk Mollema
34d4dfdef8
Rename Context to HttpContext in ViewComponent and RazorPage
...
Rename the property to `HttpContext` to be consistent with the `Controller` class.
Fixes #3332
2015-10-22 14:39:55 -07:00
Kirthi Krishnamraju
cd8252bd55
React to configuration change aspnet/Configuration #299
2015-10-22 14:34:18 -07:00
Pavel Krymets
11043cfda2
Remove another usage of CallContextServiceLocator
2015-10-22 14:12:52 -07:00
John Luo
0394987271
Adding more specific error for private configure
2015-10-22 12:35:25 -07:00
Pavel Krymets
84bfb8da3b
Remove CallContextServiceLocator usages in tests
2015-10-22 12:15:48 -07:00
N. Taylor Mullen
8623946784
Add compilation services when adding Razor.
...
#3383
2015-10-22 11:49:02 -07:00
Ryan Nowak
f2af02b1cb
Improve logging behavior for actions scope
2015-10-22 11:23:04 -07:00
N. Taylor Mullen
b1ad14fd46
Rename `Microsoft.AspNet.Razor.Runtime.TagHelpers`.
...
- Changed non-user facing type names to `Microsoft.AspNet.Razor.TagHelpers`.
- Updated folder structure to reflect new namespaces.
- Updated generated code files to reflect new runtime type namespaces.
#578
2015-10-22 10:45:43 -07:00
Pranav K
3e7eb6df61
Skip auto generated files from API consistency
2015-10-22 10:29:22 -07:00
N. Taylor Mullen
bd2a98e5ec
Rename `Microsoft.AspNet.Razor.TagHelpers`.
...
- Name changed to `Microsoft.AspNet.Razor.Compilation.TagHelpers`.
- Changed folder locations to reflect namespace change.
#578
2015-10-22 10:25:19 -07:00
Ryan Nowak
dcec94f6d9
Change ActionMethodExecuted to be Verbose
2015-10-22 10:21:36 -07:00
Chris R
5fd7d58ccd
React to IHostingEnvironment initialization changes.
2015-10-22 08:39:16 -07:00
Pranav K
f6a28b09a2
Switching to generations TFMs
2015-10-22 01:27:52 -07:00
Pranav K
91aeec95e9
Switching to generations TFMs
2015-10-22 01:20:00 -07:00
Pranav K
da00b1298c
Switching to generations TFMs
2015-10-22 01:11:23 -07:00
Pranav K
185309bfda
Switching to generations TFMs
2015-10-22 01:09:42 -07:00
Pranav K
c6bf98c9b7
Switching to generations TFMs
2015-10-22 01:08:12 -07:00
Pranav K
c3a24cbe72
Switching to generations TFMs
2015-10-22 01:04:17 -07:00
Pranav K
4310fa144b
Switching to generations TFMs
2015-10-22 00:58:57 -07:00
Pranav K
1fd284c87f
Switching to generations TFMs
2015-10-22 00:52:03 -07:00
Pranav K
5566433686
Switching to generations TFMs
2015-10-22 00:35:50 -07:00
Pranav K
3a0080439b
Switching to generations TFMs
2015-10-22 00:23:51 -07:00
Pranav K
c7dc5ab7f0
Switching to generations TFMs
2015-10-22 00:23:06 -07:00
Pranav K
20f90e9879
Switching to generations TFMs
2015-10-22 00:20:57 -07:00
Troy Dai
a1e4e022b9
Clean up
2015-10-21 22:08:03 -07:00
Pranav K
127fc13885
Switching to using generations TFM
2015-10-21 21:24:19 -07:00
Pranav K
0219aabc17
Switching to using generations TFM
2015-10-21 21:11:25 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Pranav K
ce39864623
Switching to use generations TFMs
2015-10-21 18:18:07 -07:00
Hao Kung
8a2694dd46
React to AuthZ namespace changes
2015-10-21 16:48:07 -07:00
Hao Kung
0eaec216b1
AuthZ API review changes
2015-10-21 16:45:20 -07:00
Doug Bunting
9d7300c52b
Revert "Rename `AppendEncoded()` to `AppendHtml()`"
...
This reverts commit 14c96f695a .
2015-10-21 15:45:55 -07:00
Doug Bunting
14c96f695a
Rename `AppendEncoded()` to `AppendHtml()`
...
- aspnet/Mvc#3225 , 1 of 3
2015-10-21 15:43:42 -07:00
Hao Kung
7dfac2fd78
Add assembly info for new project
2015-10-21 15:23:39 -07:00
Hao Kung
8f0e08dbce
Nuke test key
2015-10-21 15:21:40 -07:00
Hao Kung
e72a563902
Add initial Owin Security cookie interop package
2015-10-21 15:19:16 -07:00
Hao Kung
b09777fe38
Update samples with error handling
2015-10-21 15:14:45 -07:00
N. Taylor Mullen
f0a4a9773d
Update test sources project.json.
2015-10-21 14:46:55 -07:00
Hao Kung
defc9faac0
Don't call resource handlers without required resource
2015-10-21 13:18:05 -07:00
ryanbrandenburg
da731fc641
Add logging to ActionResults and ControllerActionInvoker
2015-10-21 13:16:14 -07:00
Stephen Halter
8d107b22ae
Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
...
#266
2015-10-21 12:57:27 -07:00
Pavel Krymets
59cf82f9f1
React to hosting changes
2015-10-21 12:33:13 -07:00
Chris R
ef61b14d6a
#501 Replace OpenIdConnectTokenEndpointResponse with an OpenIdConnectMessage
2015-10-21 12:26:01 -07:00
Pavel Krymets
5bb9759166
react to dnx di changes
2015-10-21 11:43:39 -07:00
Pranav K
00c81d41aa
Use fixed version of OpenIdConnect
2015-10-21 11:24:10 -07:00