tps.apientreprise.fr -> demarches-simplifiees.fr

This commit is contained in:
gregoirenovel 2018-02-28 17:37:44 +01:00 committed by Mathieu Magnin
parent fbe431f8dd
commit 0af270faa0
15 changed files with 21 additions and 18 deletions

View file

@ -132,8 +132,8 @@ Une fois `overmind` lancé, et un breakpoint `byebug` inséré dans le code, il
## Déploiement ## Déploiement
- Tout nouveau commit ajouté à la branche `dev` est automatiquement déployé [en intégration](https://tps-dev.apientreprise.fr/) - Tout nouveau commit ajouté à la branche `dev` est automatiquement déployé [en intégration](https://dev.demarches-simplifiees.fr/)
- Tout nouveau commit ajouté à la branche `master` est automatiquement déployé [en production](https://tps.apientreprise.fr/) - Tout nouveau commit ajouté à la branche `master` est automatiquement déployé [en production](https://www.demarches-simplifiees.fr/)
## Régénérer les binstubs ## Régénérer les binstubs

View file

@ -69,7 +69,7 @@ class Admin::ProceduresController < AdminController
# so we're not certain the procedure has a procedure_path anymore # so we're not certain the procedure has a procedure_path anymore
procedure.procedure_path.try(:destroy) procedure.procedure_path.try(:destroy)
flash.notice = "Procédure supprimée, en cas d'erreur contactez nous : contact@tps.apientreprise.fr" flash.notice = "Procédure supprimée, en cas d'erreur contactez nous : contact@demarches-simplifiees.fr"
redirect_to admin_procedures_draft_path redirect_to admin_procedures_draft_path
end end

View file

@ -5,7 +5,7 @@ class Administrateurs::ActivateController < ApplicationController
@administrateur = Administrateur.find_inactive_by_token(params[:token]) @administrateur = Administrateur.find_inactive_by_token(params[:token])
if !@administrateur if !@administrateur
flash.alert = "Le lien de validation d'administrateur a expiré, contactez-nous à contact@tps.apientreprise.fr pour obtenir un nouveau lien." flash.alert = "Le lien de validation d'administrateur a expiré, contactez-nous à contact@demarches-simplifiees.fr pour obtenir un nouveau lien."
redirect_to root_path redirect_to root_path
end end
end end

View file

@ -5,7 +5,7 @@ class AdministrationMailer < ApplicationMailer
@admin = admin @admin = admin
@administration = administration @administration = administration
mail(to: 'tech@tps.apientreprise.fr', mail(to: 'tech@demarches-simplifiees.fr',
subject: "Création d'un compte Admin demarches-simplifiees.fr") subject: "Création d'un compte Admin demarches-simplifiees.fr")
end end
@ -13,12 +13,12 @@ class AdministrationMailer < ApplicationMailer
@reset_password_token = reset_password_token @reset_password_token = reset_password_token
mail(to: admin.email, mail(to: admin.email,
subject: "demarches-simplifiees.fr - Activez votre compte administrateur", subject: "demarches-simplifiees.fr - Activez votre compte administrateur",
reply_to: "equipe@tps.apientreprise.fr") reply_to: "equipe@demarches-simplifiees.fr")
end end
def dubious_procedures(procedures_and_type_de_champs) def dubious_procedures(procedures_and_type_de_champs)
@procedures_and_type_de_champs = procedures_and_type_de_champs @procedures_and_type_de_champs = procedures_and_type_de_champs
mail(to: 'equipe@tps.apientreprise.fr', mail(to: 'equipe@demarches-simplifiees.fr',
subject: "[RGS] De nouvelles procédures comportent des champs interdits") subject: "[RGS] De nouvelles procédures comportent des champs interdits")
end end
end end

View file

@ -100,6 +100,7 @@ class Gestionnaire < ActiveRecord::Base
messagerie = follow.messagerie_seen_at.present? && messagerie = follow.messagerie_seen_at.present? &&
dossier.commentaires dossier.commentaires
.where.not(email: 'contact@tps.apientreprise.fr') .where.not(email: 'contact@tps.apientreprise.fr')
.where.not(email: 'contact@demarches-simplifiees.fr')
.updated_since?(follow.messagerie_seen_at).any? .updated_since?(follow.messagerie_seen_at).any?
annotations_hash(demande, annotations_privees, avis_notif, messagerie) annotations_hash(demande, annotations_privees, avis_notif, messagerie)
@ -199,6 +200,7 @@ class Gestionnaire < ActiveRecord::Base
.joins(:commentaires) .joins(:commentaires)
.where('commentaires.updated_at > follows.messagerie_seen_at') .where('commentaires.updated_at > follows.messagerie_seen_at')
.where.not(commentaires: { email: 'contact@tps.apientreprise.fr' }) .where.not(commentaires: { email: 'contact@tps.apientreprise.fr' })
.where.not(commentaires: { email: 'contact@demarches-simplifiees.fr' })
[ [
updated_demandes, updated_demandes,

View file

@ -7,7 +7,7 @@
%h2.new-h2 Signaler un dysfonctionnement %h2.new-h2 Signaler un dysfonctionnement
%p.new-p %p.new-p
Si, malgré notre vigilance, vous rencontriez le moindre problème daccessibilité sur notre site, nhésitez pas à nous écrire à <a href="mailto:contact@tps.apientreprise.fr">contact@tps.apientreprise.fr</a>. Si, malgré notre vigilance, vous rencontriez le moindre problème daccessibilité sur notre site, nhésitez pas à nous écrire à <a href="mailto:contact@demarches-simplifiees.fr">contact@demarches-simplifiees.fr</a>.
%h2.new-h2 Défenseur des droits %h2.new-h2 Défenseur des droits
%p.new-p %p.new-p

View file

@ -28,7 +28,7 @@
%br %br
par téléphone : 09 72 62 57 12 par téléphone : 09 72 62 57 12
%br %br
par email : <a href="mailto:contact@tps.apientreprise.fr">contact@tps.apientreprise.fr</a> par email : <a href="mailto:contact@demarches-simplifiees.fr">contact@demarches-simplifiees.fr</a>
- if nav_bar_profile == :user - if nav_bar_profile == :user
%ul.header-tabs %ul.header-tabs

View file

@ -4,7 +4,7 @@
%h2 %h2
%span.mail %span.mail
= render partial: 'new_gestionnaire/shared/messages/message_issuer', locals: { commentaire: commentaire, current_gestionnaire: current_gestionnaire } = render partial: 'new_gestionnaire/shared/messages/message_issuer', locals: { commentaire: commentaire, current_gestionnaire: current_gestionnaire }
- if ![current_gestionnaire.email, commentaire.dossier.user.email, 'contact@tps.apientreprise.fr'].include?(commentaire.email) - if ![current_gestionnaire.email, commentaire.dossier.user.email, 'contact@tps.apientreprise.fr', 'contact@demarches-simplifiees.fr'].include?(commentaire.email)
%span.guest Invité %span.guest Invité
%span.date{ class: highlight_if_unseen_class(messagerie_seen_at, commentaire.created_at) } %span.date{ class: highlight_if_unseen_class(messagerie_seen_at, commentaire.created_at) }
= I18n.l(commentaire.created_at.localtime, format: '%d/%m/%Y à %H:%M ') = I18n.l(commentaire.created_at.localtime, format: '%d/%m/%Y à %H:%M ')

View file

@ -1,7 +1,7 @@
- case commentaire.email - case commentaire.email
- when current_gestionnaire.email - when current_gestionnaire.email
= image_tag('icons/account-circle.svg', class: 'person-icon') = image_tag('icons/account-circle.svg', class: 'person-icon')
- when 'contact@tps.apientreprise.fr' - when 'contact@demarches-simplifiees.fr'
= image_tag('icons/mail.svg', class: 'person-icon') = image_tag('icons/mail.svg', class: 'person-icon')
- else - else
= image_tag('icons/blue-person.svg', class: 'person-icon') = image_tag('icons/blue-person.svg', class: 'person-icon')

View file

@ -2,6 +2,7 @@
- when current_gestionnaire.email - when current_gestionnaire.email
Vous Vous
- when 'contact@tps.apientreprise.fr' - when 'contact@tps.apientreprise.fr'
- when 'contact@demarches-simplifiees.fr'
Email automatique Email automatique
- else - else
= commentaire.email = commentaire.email

View file

@ -28,9 +28,9 @@ module TPS
config.assets.precompile += %w(.woff) config.assets.precompile += %w(.woff)
if Rails.env.production? if Rails.env.production?
URL = "https://tps.apientreprise.fr/" URL = "https://www.demarches-simplifiees.fr/"
elsif Rails.env.staging? elsif Rails.env.staging?
URL = "https://tps-dev.apientreprise.fr/" URL = "https://dev.demarches-simplifiees.fr/"
else else
URL = "http://localhost:3000/" URL = "http://localhost:3000/"
end end

View file

@ -1,7 +1,7 @@
fr: fr:
dynamics: dynamics:
page_title: 'demarches-simplifiees.fr' page_title: 'demarches-simplifiees.fr'
contact_email: contact@tps.apientreprise.fr contact_email: contact@demarches-simplifiees.fr
users: users:
connexion_title: Connexion connexion_title: Connexion
mes_dossiers: 'Mes dossiers' mes_dossiers: 'Mes dossiers'

View file

@ -31,7 +31,7 @@ describe Commentaire do
expect(commentaire).not_to receive(:notify_user) expect(commentaire).not_to receive(:notify_user)
expect(commentaire).not_to receive(:notify_gestionnaires) expect(commentaire).not_to receive(:notify_gestionnaires)
commentaire.email = "contact@tps.apientreprise.fr" commentaire.email = "contact@demarches-simplifiees.fr"
commentaire.save commentaire.save
end end
end end

View file

@ -246,7 +246,7 @@ describe Gestionnaire, type: :model do
end end
context 'when there is a new commentaire issued by tps' do context 'when there is a new commentaire issued by tps' do
before { create(:commentaire, dossier: dossier, email: 'contact@tps.apientreprise.fr') } before { create(:commentaire, dossier: dossier, email: 'contact@demarches-simplifiees.fr') }
it { is_expected.to match({ demande: false, annotations_privees: false, avis: false, messagerie: false }) } it { is_expected.to match({ demande: false, annotations_privees: false, avis: false, messagerie: false }) }
end end
@ -327,7 +327,7 @@ describe Gestionnaire, type: :model do
end end
context 'when there is a new commentaire issued by tps' do context 'when there is a new commentaire issued by tps' do
before { create(:commentaire, dossier: dossier, email: 'contact@tps.apientreprise.fr') } before { create(:commentaire, dossier: dossier, email: 'contact@demarches-simplifiees.fr') }
it { is_expected.to match([]) } it { is_expected.to match([]) }
end end

View file

@ -12,7 +12,7 @@ var franceConnectKit = {};
fconnect.currentHost = 'fcp.integ01.dev-franceconnect.fr'; fconnect.currentHost = 'fcp.integ01.dev-franceconnect.fr';
if (window.location.hostname == 'tps.apientreprise.fr') if (window.location.hostname == 'www.demarches-simplifiees.fr')
fconnect.currentHost = 'app.franceconnect.gouv.fr'; fconnect.currentHost = 'app.franceconnect.gouv.fr';
var fconnectProfile = document.getElementById('fconnect-profile'); var fconnectProfile = document.getElementById('fconnect-profile');