Mercurial > p > roundup > code
view locale/en.po @ 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 | 6e3e4f24c753 |
| children | cab6338d7868 52bf078368e8 |
line wrap: on
line source
# English message file for Roundup Issue Tracker # # roundup.pot revision 1.9 # # Currently Roundup has no strings that need english translation. # This file is a dummy needed to provide the user with english UI # if 'en' is the first item in locale preference list and the list # also contains existing Roundup locale name. # msgid "" msgstr "" "Project-Id-Version: Roundup 0.7.0\n" "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2004-07-13 13:24+0300\n" "PO-Revision-Date: 2004-11-20 13:47+0200\n" "Language-Team: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=us-ascii\n"
