Mercurial > p > roundup > code
view website/www/contact.txt @ 5104:ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
the same exact nosy list.
Added a missing reinitialization that has to occur every time though
the loop in do_set. Manually tested with:
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=demo
python roundup/scripts/roundup_admin.py -i demo set issue17 nosy=+alpha,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184 nosy=+beta,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=-demo,-anonymous,+admin
issue17 nosy was admin,alpha issue 184 nosy was admin,beta after tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2016 22:10:40 -0400 |
| parents | 5de19a3d99bd |
| children | b87a1f51ac32 |
line wrap: on
line source
Contact ======= We maintain the following mailing lists: =================== =================================================== roundup-users_ archives `[SourceForge]`__ `[GMane]`__ `[Nabble]`__ roundup-devel_ archives `[SourceForge]`__ `[GMane]`__ `[Nabble]`__ roundup-checkins_ archives `[SourceForge]`__ =================== =================================================== These lists are moderated to protect them against spam. Please sign up if you intend to mail repeatedly. You may talk to Roundup developers directly via IRC irc://irc.oftc.net/roundup using IRC client or through WebChat_ interface. .. _roundup-users: https://lists.sourceforge.net/lists/listinfo/roundup-users .. _roundup-devel: https://lists.sourceforge.net/lists/listinfo/roundup-devel .. _roundup-checkins: https://lists.sourceforge.net/lists/listinfo/roundup-checkins .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-users .. __: http://news.gmane.org/gmane.comp.bug-tracking.roundup.user .. __: http://roundup.1086182.n5.nabble.com/User-f3164.html .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-devel .. __: http://news.gmane.org/gmane.comp.bug-tracking.roundup.devel .. __: http://roundup.1086182.n5.nabble.com/Developer-f3.html .. __: https://sourceforge.net/mailarchive/forum.php?forum_name=roundup-checkins .. _WebChat: http://webchat.oftc.net/?randomnick=1&channels=roundup&prompt=1
