Commits in

commits

date

comment

7627ec049e49
by davidmatson
(23 downloads)
Tue
6:33 PM

Incorporate code review feedback.

9d1be9f479dd
by davidmatson
(2 downloads)
Tue
5:10 PM

Add global error handling to web host.

9bd16da9138c
by Tian Pan
(36 downloads)
Mon
6:43 PM

Remove Bing SearchBox Helper

58ca0b99fa92
by davidmatson
(90 downloads)
Fri
11:46 PM

Incorporate code review feedback.

92c390449382
by davidmatson
(41 downloads)
Oct 10
10:18 PM

Incorporate code review feedback.

4bd81365c31d
by yaohuang
(1 download)
Oct 10
8:59 PM

Help Page Improvements: Document Model Data Annotations

1b17f6474d35
by davidmatson
(3 downloads)
Oct 10
8:25 PM

Add global error handling core functionality.

3be244b31992
by dougbu
(2 downloads)
Oct 10
3:55 PM

Give more detailed error message when a WebAPI filter is added to a MVC global filter collection.
https://aspnetwebstack.codeplex.com/workitem/321
- Update the displayed message as suggested in the bug -- fully qualify the filter type names
- Add new IAuthenticationFilter to the mentioned interfaces

0814580aec7c
by raghuramn
(55 downloads)
Oct 9
4:55 PM

Issue 824: NotMapped property can't be add explicitly by model builder

ec3bc2202929
by raghuramn
(0 downloads)
Oct 9
4:55 PM

Issue 984: Redundant type name serialization in OData JSON light minimal
metadata mode

f9aefe1f08c2
by raghuramn
(0 downloads)
Oct 9
4:53 PM

791: Support nested property on complex type in $orderby

e538bb1a3f18
by dougbu
(188 downloads)
Oct 3
6:14 PM

Address review comment against Commit a20dd5738e8f
- Lowercase "type" in new exception's Message

a20dd5738e8f
by dougbu
(43 downloads)
Oct 3
4:19 AM

Better error message when can't construct model for Action
https://aspnetwebstack.codeplex.com/workitem/892
- MissingMethodException often provides a less-than-helpful message; problem here centers on Activator.CreateInstance()
- To avoid compatiblity problems, throw same type of Exception, preserve original Message and stacktrace.
- Fix all instances of the problem in System.Web.Mvc.dll and Microsoft.Web.Mvc.dll
- Activiator.CreateInstance() is called elsewhere in these assemblies but not for types than may lack a parameterless constructor
- Add or update tests covering affected methods

nit: Let VS reorder the System.Web.Mvc.csproj file

ac7e8b52a186
by phenning
(6 downloads)
Oct 2
10:16 PM

Fix FxCop errors when running CodeAnalysis on Debug builds.

- Remove unused locals in OData
- Remove redundant casting in EdmLibHelpers
- Add Suppression for Thread.Current Principal for unused local
- Use CultureInfo.InvariantCulture when writing out tracing for razor editor traces elapsed time values.

b840b182b09a
by davidmatson
(0 downloads)
Oct 2
9:40 PM

Make external component dependencies stable.

bfba3a5d00e5
by phenning
(35 downloads)
Oct 1
10:28 PM

Issue 614: Enable FxCop for System.Net.Http.Formatting.NetCore

d6269fa9f3fe
by davidmatson
(1 download)
Oct 1
8:28 PM

Fix ExceptionResult status code (fixes bug # 1318).

46cdc2d2af1c
by Yishai Galatzer
(5 downloads)
Oct 1
5:09 PM

Fix codeplex bug 1312

System.Web.Razor.TextChange creates a wrong Old Text property

The GetText method was using a property instead of the passed parameter, also added an optimization for the common case of typing a single char (OldText length is always zero)

d9dda6880a9d
by raghuramn
(107 downloads)
Sep 27
11:44 PM

Issue 797: default odata routing conventions is missing support for url's
generated by WCF DS client

1) mapping POST ~/Customers(42)/Orders to PostToOrders.

2) mapping POST ~/Customers(42)/Ns.SpecialCustomer/SpecialOrders to
PostToSpecialOrdersFromSpecialCustomer

3) mapping PUT/POST to
~/Customers(42)/Ns.SpecialCustomer/$links/SpecialOrders to
CreateLinkToSpecialOrdersFromSpecialCustomer

4) Also, changing links routing convention to route to
CreateLinkTo{navProperty} if that method is declared instead of just
CreateLink.

df30237eae0a
by davidmatson
(46 downloads)
Sep 26
5:00 PM

Preserve stack trace for ApiController exceptions (fixes #1313).

082aa21ca87a
by phenning
(3 downloads)
Sep 26
3:24 PM

Update Microsoft.Owin version to latest build

7c7b2bfdb11b
by yaohuang
(32 downloads)
Sep 25
9:46 PM

896 Set the appropriate BOM type for Help Page .cshtml files.
Fixing the help page build task to output .pp files using UTF8 encoding with BOM (which is what VS does by default).
Part of this bug is actually caused by a known issue in NuGet (see the link below) and will be addressed by the NuGet team.
http://nuget.codeplex.com/workitem/3174

f80fa22c6279
by davidmatson
(41 downloads)
Sep 24
5:53 PM

Fix HttpRoutingDispatcher locating route data (fixes #1290).

b13eaf8c949b
by davidmatson
(6 downloads)
Sep 23
5:20 PM

HttpRequestContext cleanup.

10f8cbc1f032
by Yishai Galatzer
(122 downloads)
Sep 21
12:16 AM

Downgrade razor version back to 3.0