-
Notifications
You must be signed in to change notification settings - Fork 100
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
sympa.pl: Adding a new option --add, and expand --add and --del options #1251
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ikedas
force-pushed
the
add+del-commands
branch
from
October 14, 2021 07:14
3378b70
to
aacf8ed
Compare
Additions and improvements of the CLI are always welcome 👍 |
Now Sympa::List::add_list_member and Sympa::List::add_list_admin use stash.
(See also a fix to issue sympa-community#1163).
ikedas
force-pushed
the
add+del-commands
branch
from
November 7, 2021 07:31
e66a8d3
to
0328681
Compare
…tions to control default attributes of owner & moderators (sympa-community#989) sympa.pl: --add can take a --role option
… as owner_include & editor_include do (sympa-community#989). Parameters to specify defaults (profile, reception & visibility) in *_include parameters may be optional and values in corresponding default_*_options parameters will be used as the defaults.
- Changed calling convention of delete_list_member() & delete_list_admin() - delete_list_*() may report error via "stash" when the email doesn't exist.
ikedas
force-pushed
the
add+del-commands
branch
3 times, most recently
from
November 12, 2021 07:29
43c087c
to
d37b43c
Compare
ikedas
force-pushed
the
add+del-commands
branch
from
November 14, 2021 07:24
0377d95
to
bcd45ae
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--add
. The option--import
was deprecated.default_owner_options
&default_editor_options
to control default attributes of owner & moderators (Editing the attributes of an owner inclusion #989)--add
can take a--role
option (eithermember
,owner
oreditor
) to add these users to the list.--del
may handle owners and moderators, too.This PR depends on #911 & #1247.