Prive les anonymes de l'email prestataire

* hangouts.xml: WIP Hangouts

* yavsc.rate.js: Fixe l'usage de la souris pour positionner les
  étoiles de 0 à 5.
WIP labels

* Performer.ascx: Prive les utilisateur anonymes de l'e-mail des
  préstataires

* Yavsc.csproj: ajoute l'Xml Hangouts

* PerformerProfile.cs: Ajoute la propriété "titre du blog" `BlogTitle`
  du profile préstataire

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: internationalisation
This commit is contained in:
Paul Schneider 2015-12-02 10:51:48 +01:00
commit 1b1a2ab557
11 changed files with 91 additions and 20 deletions

View file

@ -1,3 +1,13 @@
2015-12-02 Paul Schneider <paul@pschneider.fr>
* PerformerProfile.cs: Ajoute la propriété "titre du blog"
`BlogTitle` du profile préstataire
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: internationalisation
2015-12-01 Paul Schneider <paul@pschneider.fr>
* LocalizedText.resx:

View file

@ -161,6 +161,15 @@ namespace Yavsc.Model.FrontOffice
p.PerformanceDate = date;
return p;
}
/// <summary>
/// Gets the blog title.
/// </summary>
/// <value>The blog title.</value>
public string BlogTitle {
get {
return YavscClientProfile.BlogTitle;
}
}
}
}

View file

@ -118,9 +118,9 @@ namespace Yavsc.Model {
}
}
public static string Remove {
public static string Product_reference {
get {
return ResourceManager.GetString("Remove", resourceCulture);
return ResourceManager.GetString("Product_reference", resourceCulture);
}
}
@ -352,9 +352,9 @@ namespace Yavsc.Model {
}
}
public static string Product_reference {
public static string AuthenticatedOnly {
get {
return ResourceManager.GetString("Product_reference", resourceCulture);
return ResourceManager.GetString("AuthenticatedOnly", resourceCulture);
}
}
@ -742,6 +742,12 @@ namespace Yavsc.Model {
}
}
public static string Remove {
get {
return ResourceManager.GetString("Remove", resourceCulture);
}
}
public static string Profile_edition {
get {
return ResourceManager.GetString("Profile_edition", resourceCulture);

View file

@ -118,9 +118,9 @@ namespace Yavsc.Model {
}
}
public static string Remove {
public static string Product_reference {
get {
return ResourceManager.GetString("Remove", resourceCulture);
return ResourceManager.GetString("Product_reference", resourceCulture);
}
}
@ -346,9 +346,9 @@ namespace Yavsc.Model {
}
}
public static string Product_reference {
public static string AuthenticatedOnly {
get {
return ResourceManager.GetString("Product_reference", resourceCulture);
return ResourceManager.GetString("AuthenticatedOnly", resourceCulture);
}
}
@ -724,6 +724,12 @@ namespace Yavsc.Model {
}
}
public static string Remove {
get {
return ResourceManager.GetString("Remove", resourceCulture);
}
}
public static string Profile_edition {
get {
return ResourceManager.GetString("Profile_edition", resourceCulture);

View file

@ -18,6 +18,7 @@
<data name="AnIMessageHasbeenSent"><value>Un message instantané a été envoyé à {0},
lui présentant votre demande. Vous devriez être contacté très rapidement.</value></data>
<data name="available"><value>disponible</value></data>
<data name="AuthenticatedOnly"><value>Seules les utilisateurs authentifies peuvent accèder à cette information</value></data>
<data name="Bill_edition"><value>Édition d'un billet</value></data>
<data name="Bill_removal"><value>Suppression d'un billet</value></data>
<data name="BillCreated"><value>Billet créé</value></data>

View file

@ -18,6 +18,7 @@
<data name="AnIMessageHasbeenSent"><value>An instant message has been sent to {0},
showing to him your query. You should be contacted very soon.</value></data>
<data name="available"><value>available</value></data>
<data name="AuthenticatedOnly"><value>You must be authenticated in order to access this information</value></data>
<data name="Bill_edition"><value>Bill edition</value></data>
<data name="Bill_removal"><value>Bill removal</value></data>
<data name="BillCreated"><value>Bill created</value></data>