* BlogsController.cs: * refactoring

* implements a file posting, in a directory named with an user's post
  id

* BlogManager.cs:
* BlogsController.cs: Any user may edit any title
This commit is contained in:
Paul Schneider 2015-09-11 16:26:18 +02:00
commit b45f681ae9
5 changed files with 85 additions and 31 deletions

View file

@ -1,3 +1,11 @@
2015-09-11 Paul Schneider <paul@pschneider.fr>
* BlogsController.cs: * refactoring
* implements a file posting, in a directory named with an
user's post id
* BlogsController.cs: Any user may edit any title
2015-09-11 Paul Schneider <paul@pschneider.fr>
* Global.asax.cs: ignored routes are revisited