* AssemblyInfo.cs: initial commit * NpgsqlCircleProvider.cs: circle members are now stored in bd upon their user's name * InputCircle.cs: fixes the new CircleManager interface usage * Yavsc.sln: Adds the `Presta` project * CircleController.cs: * Authorize some Http methods * Lists circles as circles * style.css: Fixes the missing "hidden" css class * AccountController.cs: using the new Circle provider interface * BlogsController.cs: * using the new Circle provider interface * do not test blog entry collections in order to group them by a unique user name or title, it's too bad, instead, keep user's request id as guide to model and view. * YavscHelpers.cs: Adds a Circle Html formatter * Circles.aspx: List of circles is now given as a list of `Circle` objects * instdbws.sql: fixes the db in order to store user names in circle member's records. * BlogEntryCollection.cs: ConcernsAUniqueTitle and ConcernsAUniqueUser are now Obsoletes * UUTBlogEntryCollection.cs: Drops a useless ctor * CircleProvider.cs: The `CircleManager` now delivers the user's circle as a `Circle` object collection.
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
2015-08-20 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: circle members are now stored in bd
|
|
upon their user's name
|
|
|
|
2015-08-04 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: Fixes the "Match" method.
|
|
|
|
* NpgsqlContentProvider.cs: refactoring
|
|
|
|
2015-07-15 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: Makes Circles private, or not
|
|
|
|
* NpgsqlContentProvider.cs: Impacts htmldoc
|
|
|
|
* NpgsqlContentProvider.csproj: Moves to Mono framework
|
|
|
|
2015-07-02 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs:
|
|
|
|
2015-06-18 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: Fixes the Circle creation
|
|
|
|
* NpgsqlContentProvider.cs: code formatting
|
|
|
|
2015-06-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs:
|
|
|
|
2015-06-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlCircleProvider.cs: implements a Circle provider
|
|
|
|
* NpgsqlContentProvider.csproj: new circle provider
|
|
|
|
2015-06-09 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlContentProvider.csproj: Helps to fix packaging, and
|
|
cleans dependencies
|
|
|