Commit Graph

44213 Commits

Author SHA1 Message Date
Pranav K 3418116a9c Updating to release NuGet.config 2015-05-27 16:32:17 -07:00
Pranav K c958d01112 Merge branch 'release' into dev 2015-05-27 16:31:59 -07:00
Pranav K e1ab7a69b4 Updating to release NuGet.config 2015-05-27 16:31:56 -07:00
Pranav K 864ee7f347 Merge branch 'release' into dev 2015-05-27 16:31:39 -07:00
Pranav K 8956f365aa Updating to release NuGet.config 2015-05-27 16:31:36 -07:00
Pranav K 79b190288e Merge branch 'release' into dev 2015-05-27 16:30:09 -07:00
Pranav K 36b82b043d Updating to release NuGet.config 2015-05-27 16:30:06 -07:00
Pranav K c040f06dd4 Merge branch 'release' into dev 2015-05-27 16:28:12 -07:00
Pranav K 2212bfa6be Updating to release NuGet.config 2015-05-27 16:28:09 -07:00
Pranav K 328bdfd597 Merge branch 'release' into dev 2015-05-27 16:27:40 -07:00
Pranav K bd1e7d2667 Updating to release NuGet.config 2015-05-27 16:27:36 -07:00
Pranav K b33bff1866 Merge branch 'release' into dev 2015-05-27 16:26:48 -07:00
Pranav K 8ff0214b73 Updating to release NuGet.config 2015-05-27 16:26:44 -07:00
Pranav K cf132e1057 Merge branch 'release' into dev 2015-05-27 16:26:21 -07:00
Pranav K a5212d0942 Updating to release NuGet.config 2015-05-27 16:26:18 -07:00
Pranav K 6d07af17ec Merge branch 'release' into dev 2015-05-27 16:24:30 -07:00
Pranav K cb0cde61aa Updating to release NuGet.config 2015-05-27 16:24:27 -07:00
Pranav K 5c32d3dab8 Merge branch 'release' into dev 2015-05-27 16:22:56 -07:00
Pranav K fd07e666e4 Updating to release NuGet.config 2015-05-27 16:22:53 -07:00
Pranav K 40dcd0a6cc Merge branch 'release' into dev 2015-05-27 16:13:39 -07:00
Pranav K 9cd9b6a48d Updating to release NuGet.config 2015-05-27 16:13:36 -07:00
Pranav K 3673ea6e83 Merge branch 'release' into dev 2015-05-27 16:07:55 -07:00
Pranav K 7bedbdfbab Updating to release NuGet.config 2015-05-27 16:07:51 -07:00
Pranav K 9aa703a59e Merge branch 'release' into dev 2015-05-27 16:02:26 -07:00
Pranav K eeff9da879 Updating to release NuGet.config 2015-05-27 16:01:44 -07:00
Wei Wang 19333dc2dc Update dnvm scripts 2015-05-27 11:27:46 -07:00
Kiran Challa f2d9594799 Fix build break 2015-05-26 15:42:51 -07:00
Kiran Challa 116593f091 Fixed test 2015-05-26 15:22:36 -07:00
Kiran Challa 146cf8e095 Fixed test 2015-05-26 15:18:21 -07:00
Kiran Challa 33cc8b06c9 React to Security change where instead of 401 Unauthorized, 403 Forbidden is going to be returned for authenticated users when trying to access unauthorized resource. 2015-05-26 14:54:55 -07:00
Arthur Vickers 8a8332f9f1 React to DbContextOptions name change 2015-05-26 11:37:08 -07:00
Arthur Vickers 760be0c77c React to DbContextOptions name change 2015-05-26 11:34:48 -07:00
ASP.NET Push Bot d7215043a2 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@47ac353e36
2015-05-26 11:19:00 -07:00
ASP.NET Push Bot 85164e724b ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@73a4914c1f
2015-05-25 16:00:17 -07:00
Kai Ruhnau a80b5b4f3d Disabled two tests failing on Mono 2015-05-22 23:48:51 +02:00
Hao Kung e54d088c46 Fix issue with 401->403 not working with AutomaticAuthentication 2015-05-22 14:48:24 -07:00
Wei Wang 82333e1627 React to renaming "k-crossgen.cmd" to "dnx-crossgen.cmd" 2015-05-22 13:41:21 -07:00
Kiran Challa 94a2b00d9a React to 'form' tag helper changes 2015-05-22 12:46:00 -07:00
Kiran Challa 24be0672fd React to MVC ViewComponent's Activate changes 2015-05-22 12:16:15 -07:00
Kirthi Krishnamraju f09dec1438 fix build break 2015-05-22 06:59:23 -07:00
Kirthi Krishnamraju 54ddefe88c React to aspnet/Configuration #194 2015-05-22 06:14:17 -07:00
Kirthi Krishnamraju d19b265a7f React to aspnet/Configuration #194 2015-05-22 05:54:03 -07:00
Kirthi Krishnamraju 717b7a090c React to aspnet/Configuration #194 2015-05-22 05:53:20 -07:00
Kirthi Krishnamraju 58c7eb1826 React to aspnet/Configuration #194 2015-05-22 05:28:05 -07:00
Kirthi Krishnamraju 0abe9e2b1f React to aspnet/Configuration #194 2015-05-22 05:21:32 -07:00
Kirthi Krishnamraju 4289542996 React to aspnet/Configuration #194 2015-05-22 04:58:56 -07:00
Ryan Nowak c428ddffa3 React to removal of [Activate] for ViewComponents 2015-05-21 23:03:30 -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
Ryan Nowak af5322e2ce Part of #2151 - Remove [Activate] from TagHelpers
This change removes [Activate] support from TagHelpers. TagHelpers which
need access to context should use [ViewContext] to have it injected. To
access services, use constructor injection.
2015-05-21 22:57:51 -07:00
Ryan Nowak b393191cff Part of #2151 - Remove [Activate] from ViewComponents
This change removes [Activate] from ViewComponents. Accessing context
should be done through [ViewComponentContext]. Accessing services should
be done though constructor injection.
2015-05-21 22:57:45 -07:00