Mercurial > p > roundup > code
diff CHANGES.txt @ 5113:cf112b90fa8d
issue2550855: added search perms for anonymous to the user class.
This lets the "show unassigned" search work for anonymous.
Patch by Stuart McGraw.
Added warning to upgrading.txt and a comment block before the schema
change in every template tracker except minimal (doesn't have the
search).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 30 Jun 2016 21:08:15 -0400 |
| parents | 8901cc4ef0e0 |
| children | f74300d1494e |
line wrap: on
line diff
--- a/CHANGES.txt Thu Jun 30 20:38:23 2016 -0400 +++ b/CHANGES.txt Thu Jun 30 21:08:15 2016 -0400 @@ -195,6 +195,13 @@ porter stemmer will work. This means capitalization is not preserved. Fix done by David Wolever (wolever). Committed and doc updates John Rouillard. +- issue2550855: "show unassigned" link shows all open issues if not + logged in. This adds permission for the anonymous user to search + the users class. Without this the unassigned search can't see if + there is a user assigned to an issue, so it acts like all open + issues. Patch supplied by Stuart McGraw (smcgraw). For caveats + see ``upgrading.txt`` and the comments in the default templates. + (Docs created and applcation by John Rouillard) 2016-01-11: 1.5.1
