Mercurial > p > roundup > code
diff CHANGES.txt @ 4524:68bbefb72825
Allow HTMLRequest.batch to filter on other permissions than "View"...
...(e.g. on the new "Search" permission") by adding a "permission"
parameter. Thanks to Eli Collins for the patch. Closes issue2550699.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Jul 2011 14:13:51 +0000 |
| parents | a03646a02f68 |
| children | ef9c5558ef12 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jul 15 14:05:29 2011 +0000 +++ b/CHANGES.txt Fri Jul 15 14:13:51 2011 +0000 @@ -12,6 +12,9 @@ - PostgreSQL backend minor improvement: database creation less likely to fail for PostgreSQL versions >= 8.1 as the table "postgres" is used by default. Closes issue2550543. Thanks to Kai Storbeck for the patch. (Bernhard Reiter) +- Allow HTMLRequest.batch to filter on other permissions than "View" + (e.g. on the new "Search" permission") by adding a "permission" + parameter. Thanks to Eli Collins for the patch. Closes issue2550699. Fixed:
