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

Drush command for resending messages #44

Open
wants to merge 4 commits into
base: 7.x-2.x
Choose a base branch
from

Conversation

bitamar
Copy link

@bitamar bitamar commented Feb 1, 2017

Allows to resend messages by a range of message IDs.

1__itamar_itamars-mbp____sites_drupal7_sites_all_modules_message_notify__zsh_

'callback' => 'message_notify_resend',
'description' => 'Resend selected messages by minimal and maximal message IDs.',
'arguments' => array(
'min_mid' => 'Message ID to start from.',

Choose a reason for hiding this comment

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

use dt for text(it's the t() funciton in Drush).

'max_mid' => 'Maximal message ID to resend.',
),
'options' => array(
'notifier' => "The notifier to use. 'email' by default.",

Choose a reason for hiding this comment

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

Be consistent - use ' instead of "

@bitamar
Copy link
Author

bitamar commented Feb 1, 2017

@RoySegall - Thanks.
Btw, probably travis can be fixed by installing drush with composer instead of pear.

@RoySegall
Copy link

I think that as well, but I know that @amitaibu want to use docker.

@amitaibu
Copy link
Member

amitaibu commented Feb 1, 2017

but I know that @amitaibu want to use docker.

No need for docker here, but it would be nice to get Travis fixed.

@bitamar
Copy link
Author

bitamar commented Feb 1, 2017

I'll give it a try.

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

Successfully merging this pull request may close these issues.

4 participants