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:
7
Makefile
7
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user