MantisBT: master 25ec97fe

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-07-05 19:07 master b6a86a07
Changeset

Add timeline issue access check + reduce queries

  • Add access level that issues are visible now that we work directly on history rows.
  • Only retrieve the N required rows for the default view, some of the N may be filtered later, causing the view to have less than N entries.
mod - core/history_api.php Diff File
mod - core/timeline_api.php Diff File
mod - core/timeline_inc.php Diff File