La notification à la demande de devis,

côté sérveur.

* Makefile:
* Yavsc.sln:
* pkg.mdproj:
* Yavsc.csproj:
* Presta.csproj:
* TestAPI.csproj:
* YavscModel.csproj:
* fortune.csproj:
* WebControls.csproj:
* YavscClient.csproj:
* SalesCatalog.csproj:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: ajout d'une configuration de debuggage
  pour Lua

* App.master:
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions

* EventPub.aspx: debug sur page encore inutilisée

* NominativeEventPub.cs: implémentation du nom de préstataire dans la
  notification nominative

* Commande.cs: code plus simple

* GoogleHelpers.cs:
* MessageWithPayLoad.cs: fixe l'envoi de la notification GCM

* MessageWithPayloadResponse.cs: fixe la réception de la notification
  GCM

* WorkFlowManager.cs: envoyer un notification GCM + email à la demande
  de devis
This commit is contained in:
2015-12-24 13:59:07 +01:00
parent d394c3842e
commit 5a4179d051
42 changed files with 1122 additions and 812 deletions

View File

@ -15,6 +15,9 @@ DESTDIR_rsync_Release=/srv/www/yavscpre
HOST_rsync_Lua=lua.pschneider.fr
DESTDIR_rsync_Lua=/srv/www/lua
HOST_rsync_LuaDebug=lua.pschneider.fr
DESTDIR_rsync_LuaDebug=/srv/www/lua
HOST_rsync_YavscPre=lua.pschneider.fr
DESTDIR_rsync_YavscPre=/srv/www/yavscpre
@ -95,6 +98,8 @@ docdeploy-prod: htmldoc
rsync_Lua:
rsync_LuaDebug:
rsync_Debug:
rsync_Release:
@ -103,7 +108,7 @@ rsync_YavscPre:
rsync_yavsc:
rsync_TotemProd:
rsync_Totemprod:
nuget_restore:
for prj in ITContentProvider NpgsqlBlogProvider NpgsqlContentProvider NpgsqlMRPProviders Presta SalesCatalog TestAPI web WebControls yavscclient yavscModel; do if [ -f "$${prj}/packages.config" ]; then nuget restore "$${prj}/packages.config" -SolutionDirectory . ; fi; done