* Global.asax.cs: ignored routes are revisited

* YavscApiController.cs: implements a default web api response

* Web.csproj: bask to net451

* AccountController.cs: refactoring

* Web.config: removes the app setting "ClientValidationEnabled"

* Web.config: Makes true the clientValidationEnabled app parameter

* packages.config: retargeting Paypal api to net451

* AccountController.cs: xml doc
This commit is contained in:
Paul Schneider 2015-09-11 14:37:26 +02:00
commit ab4471e974
9 changed files with 94 additions and 38 deletions

View file

@ -1,3 +1,23 @@
2015-09-11 Paul Schneider <paul@pschneider.fr>
* Global.asax.cs: ignored routes are revisited
* YavscApiController.cs: implements a default web api response
* Web.csproj: bask to net451
* AccountController.cs: refactoring
* Web.config: removes the app setting
"ClientValidationEnabled"
* Web.config: Makes true the clientValidationEnabled app
parameter
* packages.config: retargeting Paypal api to net451
* AccountController.cs: xml doc
2015-09-10 Paul Schneider <paul@pschneider.fr>
* Circles.aspx: fixes circle updates