* 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,7 @@
2015-09-11 Paul Schneider <paul@pschneider.fr>
* BlogManager.cs: Any user may edit any title
2015-09-10 Paul Schneider <paul@pschneider.fr>
* CircleBase.cs: