* NpgsqlMembershipProvider.cs: insert a profile record before inserting the users record, to ensure a new foreign key constraint * NpgsqlProfileProvider.cs: better comments * YavscController.cs: Fixes the cookies agreement * HomeController.cs: Finalizes the cookie agreement system. * YavscHelpers.cs: Adds a "click_action_name" field, to give a text to the notification dimissing button. * App.master: Uses the new field from Notification * Web.config: No VB code to compile * Web.csproj: moves Sql files to Sql folder * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: I understood ... * Notification.cs: a new click action name. * instdbws.sql: permits profile records with no users record associated to, and so, anonymous profiles creation.
22 lines
583 B
Text
22 lines
583 B
Text
2015-11-03 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlMembershipProvider.cs: insert a profile record before
|
|
inserting the users record,
|
|
to ensure a new foreign key constraint
|
|
|
|
* NpgsqlProfileProvider.cs: better comments
|
|
|
|
2015-11-01 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlMembershipProvider.cs: xmldoc
|
|
|
|
* NpgsqlProfileProvider.cs: use default values from
|
|
configuration
|
|
|
|
* NpgsqlUserNameProvider.cs: Fixes the username detection
|
|
|
|
2015-10-28 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* NpgsqlProfileProvider.cs: Fixes the defaultValue
|
|
specification from config file
|
|
|