* 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:
parent
e9eddf56a7
commit
ab4471e974
9 changed files with 94 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue