View Issue Details

IDProjectCategoryView StatusLast Update
0019945mantisbttimelinepublic2016-08-16 09:24
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0-beta.2 
Target Version1.3.0-beta.3Fixed in Version1.3.0-beta.3 
Summary0019945: Timeline should take selected project into consideration
Description

At the moment, the timeline feature takes user access into consideration, but doesn't take the selected project into account when filtering events. Other My View components take into consideration project, so I wonder if we take the project into consideration for timeline as well.

Tagsmantishub

Relationships

related to 0018015 closedvboctor Refactor history_api to build timeline more efficiently 
related to 0021072 closedcproensa Timeline only show issues from current project 
related to 0021146 closedcproensa Can't retrieve history of a bug with history_get_events_array($bug_id) 

Activities

atrol

atrol

2015-07-20 02:31

developer   ~0051094

This works on our own instance currently running 1.3.0-rc1-dev master-5ee4075.
Didn't have a deeper look, maybe a regresssion from 0018015

Related Changesets

MantisBT: master adbd0882

2015-07-20 05:22

vboctor


Details Diff
Timeline should honor current project

Fixes 0019945

This fix a regression caused by issue 0018015
Affected Issues
0018015, 0019945
mod - core/history_api.php Diff File

MantisBT: master-1.3.x e48e7375

2016-08-05 01:26

cproensa

Committer: dregad


Details Diff
Revert limit history range to current project

Revert the changes made by Issue 0019945 (commit adbd0882).

The api function history_get_event_from_row should not impose a
limitation for current project queries.

The original timeline issue, which 0019945 was addressing, has now been
resolved in another way, see issue 0021072.

Fixes: 0021146
Affected Issues
0019945, 0021072, 0021146
mod - core/history_api.php Diff File