Roundup Tracker - Issues

Message5955

Author rouilj
Recipients jerrykan, rouilj
Date 2017-04-15.03:36:01
Message-id <1492227362.6.0.0104191374337.issue2550864@psf.upfronthosting.co.za>
In-reply-to
Jerry, I just checked in [462b0f76fce8] to the repo. It should fix
this issue.

I pushed the check into hyperdb.py::Class::history(). It now checks
for View access on the property. If there is no View access, the
journal entry is not shown.  (setting enforceperm = False in the
history call skips the check).

I also pushed the filtering of quiet properties into the hyperdb from
the templating class. (on by default, calling it with skipquiet=False
reports the quiet props).

I had to fix up a few other calls to history to disable the filtering
(e.g. the code that backs the roundup-admin export function).

If you get a chance to try it.
History
Date User Action Args
2017-04-15 03:36:02rouiljsetmessageid: <1492227362.6.0.0104191374337.issue2550864@psf.upfronthosting.co.za>
2017-04-15 03:36:02rouiljsetrecipients: + rouilj, jerrykan
2017-04-15 03:36:02rouiljlinkissue2550864 messages
2017-04-15 03:36:01rouiljcreate