MantisBT: master 7f997e87

Author Committer Branch Timestamp Parent
cproensa dregad master 2015-11-05 10:03 master 47c512fc
Affected Issues  0020258: Cache user data for my_view_page
Changeset

Cache reporter user data in view_all_bug_page

Add the reporter id to the array of users to be cached from the bug
filter result. This saves later individual sql queries from
user_cache_row()

Changed the temporary arrays to be associative indexed by id, so we
don't need to call 'array_unqiue' later.

Fixes 0020258

Signed-off-by: Damien Regad dregad@mantisbt.org

mod - view_all_bug_page.php Diff File