* BlogUnitTest.cs: Should test the user registration * NpgsqlBlogProvider.cs: Fixes usage of Npgsql upgrade to latest version * TestAPI.csproj: switch to .Net framework 4.5.1 * AccountController.cs: refactoring password validation * CalendarController.cs: * WorkFlowController.cs: SendActivationMessage became an extension method * style.css: menu items already have a background and color, since they're `<A>` tags * Unregister.aspx: * AccountController.cs: refactoring user registration * BlogsController.cs: Fixes a confusion between Author and reader ... * YavscHelpers.cs: refactoring the password reset * App.master: no more <div class="menuitem">, they're hyperlinks * Login.aspx: * Profile.aspx: refactoring the user registration * BlogEntryCollection.cs: implements a method to filter a given post collection in order to be displayed tu a given user or anonymous
20 lines
448 B
Text
20 lines
448 B
Text
2015-10-07 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* BlogUnitTest.cs: Should test the user registration
|
|
|
|
* TestAPI.csproj: switch to .Net framework 4.5.1
|
|
|
|
2015-10-04 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* TestAPI.csproj:
|
|
* packages.config: Npgsql package update
|
|
|
|
2015-07-17 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* TestAPI.csproj:
|
|
* AssemblyInfo.cs:
|
|
|
|
* TestAutomate.cs: Tests an Automate
|
|
|
|
* packages.config: using Machine.Specifications
|
|
|