MantisBT: master 48572095

Author Committer Branch Timestamp Parent
cproensa dregad master 2019-01-02 15:12 master bd71cb7d
Affected Issues  0009757: View Issues - Select a Filter - Graph are not linked on this choice
 0021931: Filtered Summary
 0025165: Summary doesn't honour issue access
Changeset

Implement core summary with filter

Extend standard summary page to filter by a provided filter array.
Existing queries has not been modified logically, only the additional
restriction, to get issues matching with the filter, has been added.

Summary page now supports a receiving a temporary filter key as
request parameter. If no key is povided, a generic filter will be used
which shows all accesible issues by the user, to match the previous
summary behaviour.

Fixes: 0009757, 0021931, 0025165

mod - core/summary_api.php Diff File
mod - summary_page.php Diff File
mod - view_all_inc.php Diff File