* totem-banner.png:
* totem-banner.xs.jpg:
* totem-banner.xxs.jpg: totem custo
* Makefile: reloads config after each rsync call
* NpgsqlBlogProvider.cs: - Fixes access on bills
- Fixes usage of bill without photo
* style.css: yastyle
* AccountController.cs: - Fixes route usage with n ovalue for `id`
- better code at getting the avatar url
* BlogsController.cs: Fixes a Post request without user name in the
route
* YavscHelpers.cs: Implements a file list html rendering
* App.master:
* UserPost.aspx:
* Profile.aspx:
* AssemblyInfo.aspx: yahtmlstructure
* Edit.aspx: Displays a list a attached files
* UserPosts.aspx: yahtmlstrucure
* Web.csproj: new images
* instdbws.sql: returns to the flat list of properies (groups are not
working)
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: a new translation
and each post can display a dedicated photo.
* NpgsqlBlogProvider.cs: implements a blog post photo storage
* BlogsController.cs: implements a method to update the photo url
* style.css: yastyle
* AdminController.cs: refactoring the notification:
Introduces a static `Notice` method, server side, to populate an array
in `ViewData`, used in the paster page.
* BlogsController.cs: Controls the photo update
* YavscHelpers.cs:
* yavsc.circles.js:
* HomeController.cs:
* GoogleController.cs: notification refactoring
* App.master: - notification refactoring
- html structure in the `nav`
* hallo.js: event 'hallomodified' now also occurs at image
modifications
* to-markdown.js: ?Fixes? html images alt text and title to Markdown
* yavsc.js: implements the photo in database
* Edit.aspx: A nicer bill edition, with a photo
* UserPost.aspx: Displays the photo
* UserPosts.aspx: Fixes the new usage of `ResultPages`
* Web.config: totem custo
* instdbws.sql: adds a `photo` field in the `blog` table
* BlogEntry.cs: defines the photo in the model
* BlogManager.cs: a new method to set the photo on a blog post.
* BlogProvider.cs: the blog provider now also gives some photo
* LocalizedText.fr.Designer.cs: Reordering the french localisation
resource
* LocalizedText.fr.resx: Reorders the french localisation resource
* style.css: Makes a better style
* Banner.png: Made obsolete
* Profile.cs: Groups profile properties
* ChangeLog:
* ChangeLog: Must not exist in the source tree
* Web.config:
* instdbws.sql: Groups profile properties
* App.master: A better Html structure
* AccountController.cs: Fixes the Profile edition
* MarkdownHelper.cs: Adds an extraction of an introduction from a
Markdown text
* Edit.aspx:
* Index.aspx:
* UserPost.aspx: a better html structure
* UserPosts.aspx: * a better html structure
* post previews
* Web.csproj: Adds and removes images
* yavsc.circles.js: js refactoring
* Credits.aspx: A credit about to add
* CircleBase.cs: The Circle base
* NpgsqlCircleProvider.cs: * refactoring
* updates the circle
* InputCircle.cs: using the new CircleBase class
* ResultPages.cs: Using a new "None" attribute
* CircleController.cs: refactoring : drops the NewCircle class The
`List` method now resterns collection of circlebase
* style.css: * a new `dirty` css class, could be used to tag data to
validate ala ajax
* removed quite all of the `float` usages
* AccountController.cs: xml doc
* BlogsController.cs: Avatar method moved to the Account controller
* YavscHelpers.cs: An avatar url
* App.master: Login div moved up
* Circles.aspx: a new `private` filed in the `Circle` object, in order
to keep circle names from being published as user's information,
should be true by default
* Profile.aspx: removed the tables
* Index.aspx: Un message plus explicite
* Web.config: nothing to view
* Web.csproj: * new page : Credit
* new script: yavsc.circle.js
* instdbws.sql: circles are uniques for a given user against a given
app
* Circle.cs: Now inherits CircleBase to implement a member list
* CircleProvider.cs: implements a circle update method
* LocalizedText.resx:
* LocalizedText.Designer.cs: no content!!!
* LocalizedText.fr.resx:
* LocalizedText.fr.Designer.cs: pas content
* YavscModel.csproj: a new CircleBAse class
* 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.
one time usage passwords
* NpgsqlMembershipProvider.cs: should fix a bug at resetting the
password
* AccountController.cs: Allows the questions and answer to be
specified for password recovery, at registration time
* RegisterClientModel.cs: Implements the Question and answer in the
registration model
* UserCard.cs: Displays user informations on a little div
* Estim.cs:
* WebControls.csproj:
* CircleInfo.cs:
* CircleProvider.cs:
* CircleApiController.cs:
* BasketApiController.cs:
* ITContentProvider.csproj:
* CalendarApiController.cs:
* WorkFlowApiController.cs:
* NpgsqlCircleProvider.cs:
* FrontOfficeApiController.cs:
* InputUserName.cs: Fixes the ToolBoxData attribute
* Web.csproj:
* Circle.cs: refactoring
* instdbws.sql: Foreign keys are cascading updates and deletions
* Estim.tt:
* Profile.cs: User's profile does not contain anymore the main e-mail
address, it conflicts with registration informations, it is not part
of the profile data
* CatalogManager.cs: Let the catalog manager ensure all command form
are instancied
* PhysicalProduct.cs: A better ToString method
* SaleForm.cs: doc
* NpgsqlContentProvider.cs: registers a command
* FrontOfficeApiController.cs: Set the catalog referer uri in each
command form found in the catalog
* FrontOfficeController.cs: creates the catalog with referer uri
* instdbws.sql: the command has got a client, as registered user
* Commande.cs: The command has an id and a product reference
* IContentProvider.cs: new RegisterCommand method
* WorkFlowManager.cs: yavscModel/WorkFlow/IContentProvider.cs