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

Develop #132

Merged
merged 5 commits into from
Mar 27, 2013
Merged

Develop #132

merged 5 commits into from
Mar 27, 2013

Conversation

quochuy
Copy link

@quochuy quochuy commented Mar 26, 2013

Voila la nouvelle pull request

@quochuy
Copy link
Author

quochuy commented Mar 26, 2013

Par contre comme j'ai fais un merge de mon autre branche (basee sur master) la pull request contient d'autres commits.

Si tu preferes que je refasse une request avec du cherry-pick fais moi savoir.

@KuiKui
Copy link
Member

KuiKui commented Mar 27, 2013

Effectivement cela serait plus propre :bowtie:

@quochuy
Copy link
Author

quochuy commented Mar 27, 2013

Voila c'est fait.


EmailNotifier:
status:
enabled: 1
Copy link
Member

Choose a reason for hiding this comment

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

Serait-il possible de mettre la valeur par défaut à 0, pour tous les types ?

@KuiKui
Copy link
Member

KuiKui commented Mar 27, 2013

Serait-il possible d'ajouter * dans le fichier notifiers.yml pour les projets des notifiers Campfire et Xmpp ?

@@ -26,12 +26,20 @@ public function getEventConfig($eventType)

public function getCurrentProjectConfig()
{
return (isset($this->config['projects'][$this->arguments['project-id']])) ? $this->config['projects'][$this->arguments['project-id']] : array();
$config = array();
if(isset($this->config['projects'][$this->arguments['project-id']]))
Copy link
Member

Choose a reason for hiding this comment

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

Il faudrait ajouter des { }.
Dans les coding standards de Crew, on utilise toujours les accolades même s'il n'y a qu'une instruction.

@quochuy
Copy link
Author

quochuy commented Mar 27, 2013

Voila

KuiKui added a commit that referenced this pull request Mar 27, 2013
Email notifications added
@KuiKui KuiKui merged commit 39ca82f into crew-cr:develop Mar 27, 2013
@KuiKui
Copy link
Member

KuiKui commented Mar 27, 2013

Merci 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants