Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2176: L'avertissement de reponse entre-temps est mal affiche #2195

Closed
wants to merge 5 commits into from

Conversation

Torejy
Copy link
Contributor

@Torejy Torejy commented Jan 31, 2015

Q R
Correction de bugs ? oui
Nouvelle Fonctionnalité ? non
Tickets concernés #2176

QA:

  • Tester que le message « Au moins un nouveau message a été posté dans la discussion pendant que vous rédigiez le votre » s'affiche bien.

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 99bf2a0 on Torejy:dev into 175eaa6 on zestedesavoir:dev.

<strong>{% trans "Au moins un nouveau message a été posté</strong> dans la discussion
pendant que vous rédigiez le votre" %}.
{% blocktrans %}
<strong>Au moins un nouveau message a été posté</strong> dans la discussion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le saut de ligne est inutile ici

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ben j'ai fait comme :
là :


là :
<strong>Au moins un nouveau message a été posté</strong> dans la discussion

et là :
<strong>Au moins un nouveau message a été posté</strong> dans la discussion

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK ... Je ne vois pas l’intérêt ! PING @sandhose @Situphen une idée ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je mets ça sur le compte de la convention d'indentation des templates du créateur de ces fichiers. Je ne sais pas dans quelle mesure c'est un héritage de Progdupeupl ou non d'ailleurs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D'accord :D C'est totalement useless mais pas grave ! Un jour on fera du nettoyage dans les templates !

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le jour où on passera à Jinja2 je suppose :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Django 1.8 ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perso, je trouve que le saut de ligne rend la lecture du template plus simple.

@gustavi gustavi added the Facile Bon ticket pour débuter pour rejoindre le développement ! label Jan 31, 2015
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling be8cf3b on Torejy:dev into 9870e70 on zestedesavoir:dev.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.49% when pulling be8cf3b on Torejy:dev into 9870e70 on zestedesavoir:dev.

@Torejy
Copy link
Contributor Author

Torejy commented Jan 31, 2015

Ça c'est pas prévu (les trois commits qui se sont rajoutés)
Quelqu'un pourrait me dire ce que je dois faire pour enlever les derniers commits ? J'essaye d'éviter d'accumuler les bétises. :p

…difie et répond à un article"

This reverts commit 355b027.
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling 207970a on Torejy:dev into 9870e70 on zestedesavoir:dev.

@SpaceFox
Copy link
Contributor

SpaceFox commented Feb 1, 2015

En première approche, un reset de la branche sur le commit qui va bien, suivi d'un rebase sur dev.

Sauf que visiblement tu as une seule branche pour tes 2 devs. Alors il faudra peut-être repartir de dev, tirer une branche pour chaque développement et faire des cherry pick pour y récupérer les commits qui vont bien.

Si quelqu'un a une idée plus intelligente...

@artragis
Copy link
Member

artragis commented Feb 1, 2015

tu peux faire un rebase comme ça :

git rebase -i HEAD~4

dans l'éditeur de texte qui s'ouvre, tu laisses "pickup" pour le premier et le dernier commit et tu replaces pickup par f dans les deux du milieu.

Dans le domaine de la poésie git on appellerait sûrement ça une rime embrassée.

@SpaceFox
Copy link
Contributor

SpaceFox commented Feb 4, 2015

@Torejy tu t'en sors ?

@Eskimon
Copy link
Contributor

Eskimon commented Feb 5, 2015

Le plus propre/simple serait surement de faire une nouvelle branche/PR:

# on se remet sur dev
git checkout dev
# on cree une branche locale de travail et se met dessus
git checkout -b fix-2176
# on va chercher le commit interessant (un seul si j'ai bien suivi)
git cherry-pick 99bf2a0
# on pousse la branche vers le depot
git push origin fix-2176
# et apres on va refaire la PR :)

@Eskimon
Copy link
Contributor

Eskimon commented Feb 6, 2015

J'ai refait une PR propre avec juste ton commit unique. Je ferme ici. (J'ai utilisé un cherry-pick donc tu restes auteur du commit ^^ )

@Eskimon Eskimon closed this Feb 6, 2015
@SpaceFox SpaceFox mentioned this pull request Feb 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Facile Bon ticket pour débuter pour rejoindre le développement !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants