stable
Clone or download
Read-only
request #17107: Export features of a tracker should require an account
The export features of the content of a tracker are quite resource intensive and a few abusive users can affect negatively the experience of all the other users. While this contribution does not solve the core issue (a specific set of feature should not have the possibility to affect this much a whole instance) it makes easier to manage abusive users on public instances. Change-Id: Ia02ce2ac8e3aebe28acdc4cecb5096e49499fe8c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/include/Cardwall_Renderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/include/GraphOnTrackersV5_Renderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer.class.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php | +8 | −5 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Report/Tracker_Report_Renderer_TableTest.php | +58 | −0 | Go to diff View file |