Commit Graph

42564 Commits

Author SHA1 Message Date
Hao Kung 9053ec56a4 Move SignIn Manger to core
Also cleans up CTP1 interface/tests
2014-06-04 10:35:07 -07:00
Praburaj a7e4fa9c9d OptionsServices.GetDefaultServices() call no longer required
This is in response to a recent change.
2014-06-03 17:02:07 -07:00
harshgMSFT 1d3e41560c Routing DI Changes I:
Moving out Default Handler and IInlineConstraintResolver from RouteCollection.
	These are moved to a new interface IRouteBuilder, (instead of an IInlineConstraintResolver, it takes in an IServiceProvider).
	This means all RouteCollectionExtensions are moved to RouteBuilderExtensions.
2014-06-03 16:50:48 -07:00
harshgMSFT b96da245cb RouteCollection -> RouteBuilder changes for MVC. 2014-06-03 16:43:54 -07:00
Louis DeJardin c9d6db14bc Adding an engine, a thread manager, an accept loop 2014-06-03 16:41:55 -07:00
sornaks dffc58dedc Issue #242 - Introducing ObjectContentResult 2014-06-03 16:00:36 -07:00
Hao Kung 3fb1a06e25 Add OptionsServices in UseServices 2014-06-03 15:03:57 -07:00
Pranav K 4f255f8583 Changes for @inject support
Fixes #35
2014-06-03 14:20:11 -07:00
Pranav K 0467fd906b Merge branch 'ViewResultTest' into dev 2014-06-03 13:58:07 -07:00
Pranav K 06362db5dc Adding unit test for ViewResult 2014-06-03 13:53:51 -07:00
harshgMSFT 483e9038b4 Supporting Urls With ~/ while redirecting.
Fix for Issue#304
2014-06-03 11:29:27 -07:00
Pranav K caa18342bc Updating makefile to include Options and Logging repos 2014-06-03 11:13:25 -07:00
Pranav K 032ad4a444 Updating makefile to include Options and Logging repos 2014-06-03 11:10:02 -07:00
Pranav K 967ca3757e Updating makefile to include Options and Logging repos 2014-06-03 11:06:48 -07:00
Pranav K d1aed15ec4 Adding switch to build.cmd to skip KRE install 2014-06-03 10:17:34 -07:00
Pranav K 352063a7c8 Adding switch to build.cmd to skip KRE install 2014-06-03 10:17:12 -07:00
Rowan Miller d2a4f7bb2e Update CONTRIBUTING.md 2014-06-03 10:17:02 -07:00
Pranav K 8d43a4fac2 Adding switch to build.cmd to skip KRE install 2014-06-03 10:16:50 -07:00
Pranav K 874ef7bc76 Adding switch to build.cmd to skip KRE install 2014-06-03 10:16:35 -07:00
Pranav K 47141b2003 Adding switch to build.cmd to skip KRE install 2014-06-03 10:16:22 -07:00
Pranav K 2ad5847132 Adding switch to build.cmd to skip KRE install 2014-06-03 10:16:12 -07:00
Pranav K 55e1b4312d Adding switch to build.cmd to skip KRE install 2014-06-03 10:15:57 -07:00
Pranav K 7d4345f62f Adding switch to build.cmd to skip KRE install 2014-06-03 10:15:47 -07:00
Pranav K 44503744a3 Adding switch to build.cmd to skip KRE install 2014-06-03 10:15:37 -07:00
Pranav K 7aee4c1b81 Adding switch to build.cmd to skip KRE install 2014-06-03 10:14:35 -07:00
Pranav K 1bd9dd46e1 Adding switch to build.cmd to skip KRE install 2014-06-03 10:14:14 -07:00
Pranav K f467b1f8f3 Adding switch to build.cmd to skip KRE install 2014-06-03 10:11:51 -07:00
Graeme Christie 3bec520b0e Fixed issue where ZPROFILE would not be set and zshrc not updated 2014-06-03 22:29:48 +08:00
Graeme Christie b26d08ba30 Fixed indentation on bash scripts 2014-06-03 21:25:55 +08:00
Graeme Christie 030af218fb Cleaned up kvm.sh and kvmsetup.sh
Removed some redundant code
2014-06-03 18:34:49 +08:00
Graeme Christie 5b6febecdc Merged Master 2014-06-03 17:40:46 +08:00
Tian Pan a6d89c4482 Copy CodePlex #1836 and #1878 fixes over (Fix #296).
This change enables user to specify the tag for the wrapping HTML element
generated from ValidationSummary() and ValidationMessage[For]().

Clean up HtmlHelperValidationExtensions.
2014-06-03 00:18:47 -07:00
Tian Pan 6082cd9f36 View components - More built in return methods (Fix #354)
Modify Content/Json/View return type as strongly-typed.
2014-06-02 23:12:42 -07:00
Louis DeJardin 2334fe6dc8 Marking the unit test project target framework explicitly 2014-06-02 17:29:38 -07:00
Louis DeJardin 1b412bc99f Adding libuv p/invokes 2014-06-02 16:32:31 -07:00
Louis DeJardin 3404100f08 Adding empty projects and solution 2014-06-02 16:31:33 -07:00
Louis DeJardin f099426a9e Adding empty project structure 2014-06-02 16:24:55 -07:00
Ryan Nowak cfe078059b updating the file header text and rule name 2014-06-02 15:10:45 -07:00
Pranav K eddd403617 Adding unit test for ViewResult 2014-06-02 15:07:42 -07:00
Pranav K a5a9c03d0a Fixing file name in kproj 2014-06-02 15:02:14 -07:00
Eilon Lipton 5ddccdca08 Changes for community PRs 2014-06-02 12:37:49 -07:00
Eilon Lipton 37b551591e Changes for community PRs 2014-06-02 12:27:12 -07:00
Eilon Lipton acd8aecf13 Fixed formatting 2014-06-02 12:25:22 -07:00
Praburaj 516251a1c3 Enabling self-host variation of the MusicStore tests
With this change the tests run on Helios+DesktopCLR and Self-Host+DesktopCLR.
2014-06-02 12:17:57 -07:00
Pranav K 19ab3a4fc6 * Moving Utf8EncodingWithoutBOM to a shared type 2014-06-02 11:09:55 -07:00
Chris Ross 271a8714d8 Remove ChannelBinding stub, it's now available. 2014-06-02 09:25:57 -07:00
David Fowler 63f643e0c1 Fix up the project/sln files 2014-05-31 00:04:06 -07:00
David Fowler 04ca5e968d Fixed tests 2014-05-30 22:32:37 -07:00
dougbu 065ee36fdd Reflect recently-added file in .kproj
- from commit 6f3511379f
2014-05-30 19:01:33 -07:00
Chris Ross 25db412332 Clean up IApplicaitonLifetime service injection. 2014-05-30 16:30:51 -07:00