stable

Clone or download

Read-only

Error message when entry is not a user nor an email

This is a part of story #9892 notify group of people in addition to individuals To test: If you add an email, user or ugroup that doesn't exist then an error is displayed. Change-Id: I2f54524b3de2468f1495de348e8a64f9df1e2d15

Modified Files

Name
M plugins/git/include/Git.class.php +57 −46 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +5 −1 Go to diff View file
M plugins/git/site-content/tuleap-git.pot +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +47 −26 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +10 −8 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +6 −3 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/user/RequestFromAutocompleter.php +5 −1 Go to diff View file
A src/common/user/RequestFromAutocompleterException.php +27 −0 Go to diff View file
M tests/simpletest/common/user/RequestFromAutocompleterTest.php +9 −14 Go to diff View file