* ICalendarManager.cs: WIP booking TODO a calendar provider
* NpgsqlProfileProvider.cs: Fixes the defaultValue specification from
config file
* BlogsController.cs:
* AccountController.cs:
* CalendarController.cs: refactoring : the Yavsc controller name
* instdbws.sql: a new profile value : a boolean, `AllowCookies` :'{
* style.css: a class to display notification
* HomeController.cs: Notifies users this site uses cookies (what for
an information!)
If authenticated, at dimissing this notification, the user's profile
is updated,
and he'll not mess up anymore with the info.
* App.master:
* YavscHelpers.cs: adds usage of click_action value at
displaying a notification.
* yavsc.js: Implements the notification `click_action`
* Web.config: * enables anonymous profiles
* adds a new `allowcookies` profile property
* Web.csproj: Yavsc controller refactoring
* YaEvent.cs:
* IFreeDateSet.cs: WIP booking
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: implements the message "uses cookies"
* YavscModel.csproj: refactoring
* Notification.cs: The Yavsc otification will start as a Google one
...
many properties are not yet used, but all seems usefull.
* Web.config: code prettying
* YavscController.cs: Gives Yavsc a concrete base controller
116 lines
2.6 KiB
Text
116 lines
2.6 KiB
Text
2015-10-28 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* ICalendarManager.cs: WIP booking TODO a calendar provider
|
|
|
|
* YaEvent.cs:
|
|
* IFreeDateSet.cs: WIP booking
|
|
|
|
* LocalizedText.resx:
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.Designer.cs:
|
|
* LocalizedText.fr.Designer.cs: implements the message "uses
|
|
cookies"
|
|
|
|
* YavscModel.csproj: refactoring
|
|
|
|
* Notification.cs: The Yavsc otification will start as a
|
|
Google one ...
|
|
many properties are not yet used, but all seems usefull.
|
|
|
|
2015-10-27 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* YavscModel.csproj:
|
|
* LocalizedText.resx:
|
|
* FreeDate.cs:
|
|
* BookQuery.cs:
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.Designer.cs:
|
|
* LocalizedText.fr.Designer.cs:
|
|
|
|
2015-10-23 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* LocalizedText.resx:
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.Designer.cs:
|
|
* LocalizedText.fr.Designer.cs: Existant DB message
|
|
|
|
2015-10-22 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* LocalizedText.resx:
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.Designer.cs:
|
|
* LocalizedText.fr.Designer.cs: Localizes a "bill removal"
|
|
|
|
2015-10-19 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* YavscModel.csproj:
|
|
* MarkdownHelper.cs:
|
|
|
|
2015-10-17 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* BlogManager.cs:
|
|
|
|
2015-10-17 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* TagInfo.cs:
|
|
* YavscModel.csproj:
|
|
* BasePost.cs:
|
|
* LocalizedText.resx:
|
|
* LocalizedText.fr.resx:
|
|
* BlogProvider.cs:
|
|
* BasePostInfo.cs:
|
|
* PostInfoByUser.cs:
|
|
* PostInfoByTitle.cs:
|
|
* LocalizedText.Designer.cs:
|
|
* LocalizedText.fr.Designer.cs:
|
|
* BlogEntryCollection.cs:
|
|
|
|
2015-10-17 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* PostTag.cs:
|
|
* BasePost.cs:
|
|
* YavscModel.csproj:
|
|
* BlogEntry.cs:
|
|
* LocalizedText.resx:
|
|
* Automate.cs:
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.Designer.cs:
|
|
* BlogEntryCollection.cs:
|
|
* LocalizedText.fr.Designer.cs:
|
|
|
|
2015-10-13 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* BasePost.cs: refactoring:
|
|
allows the "PostActions" user control to use a common base
|
|
object as post reference
|
|
|
|
* YavscModel.csproj:
|
|
* BlogEntry.cs:
|
|
* BlogEntryCollection.cs: refactoring
|
|
|
|
* BlogManager.cs: Makes the blog manager expose of the new
|
|
`UnTag` method
|
|
|
|
* BlogProvider.cs: introduces a method to `untag`
|
|
|
|
* FindBlogEntryFlags.cs: Find post entry by tag
|
|
|
|
* LocalizedText.resx:
|
|
* LocalizedText.Designer.cs: new translations: - "Tag"
|
|
- "Edit"
|
|
|
|
|
|
* LocalizedText.fr.resx:
|
|
* LocalizedText.fr.Designer.cs: nouvelles traductions: - "Tag"
|
|
- "Edit"
|
|
|
|
* Profile.cs: a nicer stack trace at buggy usage
|
|
|
|
2015-10-10 Paul Schneider <paul@pschneider.fr>
|
|
|
|
* YavscModel.csproj:
|
|
* BlogManager.cs:
|
|
* UTBlogEntryCollection.cs:
|
|
* UUTBlogEntryCollection.cs:
|
|
* FileSystemManager.cs:
|
|
|