* BackOfficeController.cs: Impléménte un accès à l'API back office
pour l'envoi d'une notification aux mobiles des cercles séléctionné
de l'utilisateur
* NotifyEvent.aspx: Implemente un formulaire d'envoi d'une
notification mobile
* NotifyEventResponse.aspx: initie une page de resultat à la
notification mobile
* NpgsqlContentProvider.cs: reccupère la photo activité en base de
données
* BlogsController.cs: En attendant mieux, les billets de blog sont
noté par leur auteur, ou un admin.
* CalendarController.cs: Les fontions de notification GCM et de
declaration d'enregistrement GCM
partent dans le controlleur back office.
* activity.sql: ajoute la photo activité dans la definition du modèle
de données Npgsql
* style.css: La fonte de caractère "Open Sans" (Google fonts) pour le
thème "clear"
* style.css: La fonte de caractère "Open Sans" (Google fonts) pour le
thème "dark" aussi
* style.css: pas de fonte de caractère dans la feuille de style
basique.
* BackOfficeController.cs: Impléménte un accès web back office pour
l'envoi d'une notification aux mobiles des cercles séléctionné de
l'utilisateur
* BlogsController.cs: Fixe la page de garde du blogspot en cas
d'absence
de billet à publier publiquement.
* FrontOfficeController.cs: la fontion booking est maintenant censée
conerner uniquement une activité,
dont le code APE est donné en dernière partie de la route de l'Url, ou
en argument `id`.
* HomeController.cs: La page d'accueil présente maintenant les
activités mises en oeuvre par au moins un utilisateur enregistré,
validé et non vérouillé.
Le titre de l'activité est un lien vers la methode de reservation
simple.
* GoogleHelpers.cs: recoit l'implementation de la methode de
notification mobile
* SimpleJsonPostMethod.cs: Fixe l'envoi en UTF-8
* App.master: fonte de caractère pour le lien vers "Vos billets"
* parallax.js: fixe la différence de traitement entre l'horizontale et
la verticale
* Profile.aspx: ajoute le sommaire de la validation
* Index.aspx: initie un index pour le back office
* Activities.aspx: nettoye la console de log javascript
* Booking.aspx: ajoute le champ caché au formulaire de resa
* Index.aspx: affiche les services fournis sur le site, par des
utilisateur enregistrés validés non bloqué.
* Web.config: rends l'id Google d'enregistrement GCM accessible au
utilisateurs anonymes,
qui voudraient commander ou interagir avec l'application, sans avoir à
créer de compte sur le site.
* Web.csproj: ajoute le contrôleur du back office, et le formulaire de
notification mobile
* EventPub.cs:
* BaseEvent.cs: internationalise l'évennement (la base d'une
notification)
* YaEvent.cs: les champs fournisseur d'une notification ne sont pas
requis. On peut en avoir de la part du site lui même, qui ne soient
pas à l'origine d'un evennement tiers du workflow. Dans tous les
autres cas, ils devraient être renseignés ... à suivre.
* Circle.cs:
* CircleBase.cs: ajoute une methode de construition des destinataires
à partir d'un tableau d'identifiants de cercles.
* Activity.cs: implémente la photo activité dans le modèle
* SimpleBookingQuery.cs: refabriqué
* MessageWithPayLoad.cs: accuse aussi le champ `to` en cas d'absence
de destinataire.
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: internationalisation
* 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
* 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
* hallo.js: Use a forked Hallo.js
* showdown.js:
* to-markdown.js:
* mdd_gripper.png:
* mdd_toolbar.png:
* mdd_modal_background.png: The client side Markdown is now
implemented using Hallo.js
* FontAwesome.otf:
* fontawesome-webfont.eot:
* fontawesome-webfont.svg:
* fontawesome-webfont.ttf:
* fontawesome-webfont.woff:
* fontawesome-webfont.woff2: awesome
* MarkdownDeep.dll: a modified version to render video and audio tags
* NpgsqlBlogProvider.cs:
* CalendarController.cs:
* WorkFlowController.cs: refactoring: The `UserName` property from the
`BlogEntry` class is renamed to `Author`
* InputUserName.cs: formatting
* BlogsController.cs: * refactoring: The `UserName` property from the
`BlogEntry` class is renamed to `Author`
* Fixes pandoc process on file named with some spaces
* BlogsController.cs: UserName became Author on BlogEntry objects
* Global.asax.cs: route /fonts is now ignored.
* MarkdownHelper.cs: transform Markdown using a given base url
* App.master: jquery was not needed on all pages.
* Edit.aspx: using Hallo.js
* BlogEntry.cs:
* UserPost.aspx:
* UserPosts.aspx:
* BlogManager.cs:
* RemoveTitle.aspx:
* BlogEntryCollection.cs:
* UUBlogEntryCollection.cs:
* UUTBlogEntryCollection.cs: refactoring
* Web.config: ?
* Web.csproj: * use my local assembly for MarkdownDeep.dll
* fontawesome integration
* Hallo.js, to-markdown.js, showdowwn.js integration
* packages.config: Now use forked MarkdownDeep
* MarkdownDeepLib.min.js:
* MarkdownDeep License.txt:
* MarkdownDeep Quick Reference.txt: using my local revision
* mdd_ajax_loader.gif: The client side Markdown is now implemented
using Hallo.js
from Web API
* GCMController.cs: initial creation, will host GCM calls and related
procedures.
* ResetPassword.aspx: Html view to reset the password
* LocalizedText.resx:
* LocalizedText.fr.resx: new String form circles
* Web.config:
* Web.csproj:
* YavscModel.csproj:
* LocalizedText.Designer.cs:
* Profile.cs:
* Profile.cs:
* LocalizedText.fr.Designer.cs:
* LoginModel.cs:
* Publishing.cs:
* CalendarController.cs:
* LoginModel.cs:
* GCMRegister.cs:
* Publishing.cs:
* GCMRegister.cs:
* NewRoleModel.cs:
* NewRoleModel.cs:
* RegisterModel.cs:
* NewAdminModel.cs:
* RegisterModel.cs:
* NewAdminModel.cs:
* LostPasswordModel.cs:
* RegisterViewModel.cs:
* RegisterViewModel.cs:
* ProviderPublicInfo.cs:
* RegisterClientModel.cs:
* ChangePasswordModel.cs:
* ProviderPublicInfo.cs:
* RegisterClientModel.cs:
* ChangePasswordModel.cs: Fixes a typo (in the namespace :-/)
* NpgsqlCircleProvider.cs: Fixes the Circle creation
* Global.asax.cs:
* AdminController.cs:
* NpgsqlContentProvider.cs: code formatting
* BlogsController.cs:
* CircleController.cs:
* WorkFlowController.cs:
* PaypalApiController.cs:
* FrontOfficeController.cs: refactoring
* AccountController.cs: Adds the way to reset the password
* FrontOfficeController.cs: xml doc
* T.cs: Make this class an helper to translation
* YavscHelpers.cs: Implements the e-mail sending
* style.css: style uniformization
* Circles.aspx: Implements the Html interface to Circle creation
(modifications and deletions are still to implement)
* Register.ascx: Allows the error display in case of lack of power of
the user at registering another user.
* Estimate.aspx: use the partial view to register from the Account
folder.
Cleans the useless reference to ~/Theme/dark/style.css, that was for
using the "tablesorter.js", no used anymore.
* Web.config: Trying to have all the Index pages to work...
* 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
* CircleInfo.cs:
* CircleInfoCollection.cs: cleans imports
* CircleManager.cs: implements a circle manager
* CircleProvider.cs: Defines a default Circle provider
* EventPub.cs:
* CalendarController.cs: refactoring
* CircleController.cs: implements with default circle provider
* FrontOfficeController.cs: throws descriptive exception message at
searching for a catalog
* Catalog.aspx: Fixes links on product categories
* ProductCategory.aspx: Fixes links on products
* YavscModel.csproj: Includes Circle provider definitions
* CalendarController.cs: removes useless spaces
* FrontOfficeApiController.cs: Makes the tex to pdf exceptions
available to the user interface, as part of the application process.
Cleans the using clauses.
* TexToPdfFormatter.cs: sets the filename as response header.
* Web.csproj: a new FormatterException, thrown when exit code of
texi2pdf is not null