La page de reservation par défaut est maintenant la reservation dite simple.
Fonctionnalités en cours de développement:
1) la reservation dite simple
2) la notification à la reservation
3) l'activité principale exercée
4) l'integration d'un premier thème clair
* MEA.sql: définit la valeur MEA du profile (Main Exerted Activity)
dans la base de donnée
* Booking.aspx: Imlémente la vue du formulaire de reservation simple,
c'etait avant la reservation classique, sur une période plutôt qu'un
jour.
La reservation classique est renomée `EavyBooking`.
* SimpleBookingQuery.cs: Implémente une simple commande de
rendez-vous,
en tant que commande du workflow.
* .gitignore: ignorer les configuration des pré et prod totem.
* SkillEntity.cs:
* SkillManager.cs:
* Skills.aspx:
* SkillProvider.cs:
* SkillController.cs:
* UserSkills.aspx:
* NpgsqlSkillProvider.cs: refactorisation (-Skill+SkillEntity)
* NpgsqlProfileProvider.cs: Fixe un bug introduit avec
l'implementation des profiles anonymes.
* FrontOfficeController.cs: definit l'interface de cotation des
compétences attendues
* UserCard.ascx: Imlémente une carte utilisateur.
* Web.config: déclare le code activité principale exercée parmis les
valeurs du profile authentifié.
* Web.csproj: ajoute les nouveaux formulaire de reservation au projet.
* PerformerProfile.cs: S'assure d'avoir une valeur pour le nom
d'utilisateur à la création.
* LocalizedText.resx:
* LocalizedText.Designer.cs: "date préférée" en anglais
* LocalizedText.fr.resx:
* LocalizedText.fr.Designer.cs: "date préférée" en français
* Profile.cs: à la creation d'un profile, on doit avoir un nom
d'utilisateur,
même dans le cas où le profile est anonyme (dans ce cas,
on l'appelle identifiant anonyme).
Sinon, on lève une exception.
* YavscModel.csproj: * refactorisation: le nom `Skill` est celui de
l'espace,
celui de la classe devient `SkillEntity`.
* Creation de la requête dite simple d'un rendez-vous (pour
prestation)
à une date donnée (sans heure), concernant simplement une activité.
* EavyBooking.aspx: Implémente la reservation lourde
* 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.
* Profile.aspx:
* ProfileEdition.cs: Fixes the username modification
* Book-next.aspx: pollution
* NpgsqlMembershipProvider.cs: xmldoc
* NpgsqlProfileProvider.cs: use default values from configuration
* NpgsqlUserNameProvider.cs: Fixes the username detection
* test-domain-TestAPI.config: profile dates must be returned as
DateTime
* instdbws.sql: The conversion to a valid .Net DateTime requires a
credible date time as source value, the null one is not supported.
* style.css: Fixes the new notification style
* AccountController.cs: Fixes the profile edition.
Now using the anti forgery key at login time
* Book.aspx:
* LocalizedText.resx:
* LocalizedText.fr.resx:
* CalendarApi.cs:
* GoogleController.cs:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: WIP booking
* HomeController.cs: code prettying
* Global.asax.cs: Limits the usage of titles in a route to the blog
controller
* OAuth2.cs: Profile values may be of type DBNull ...
* T.cs: All translated strings will be Html encoded, as expected from
an html helper
* YavscHelpers.cs: A new method to build a javascript string...
* App.master:
* AppAdmin.master: Notification.body is now a js string literal
* NoLogin.master: sync with the true master
* Login.aspx: Permits the anti forgery key usage
* Estimate.aspx: refactoring
* Web.config: Fixes a later commit on the catalog name space
* Web.csproj: An ajax helper to notify
* ChangePasswordModel.cs:
* RegisterClientModel.cs: A regexp for user name
* LoginModel.cs: A regexp for user name and password
* Profile.cs: A regexp for user name, and profile usage fixes
* UserManager.cs: Checks for username availability before trying to
modify it
* YavscModel.csproj: `ProfileEdition` class addition
* ChangeLog: should not be indexed
* ChangeLog: useless here
* ValidateAjaxAttribute.cs: Fixes usage of HtmlFieldPrefix
* BookQuery.cs: Start, end hour and role are required
* OtherWebException.cs: useless
* 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