View Issue Details

IDProjectCategoryView StatusLast Update
0019586mantisbttimelinepublic2017-01-02 16:08
ReporterGeorg Seifert Assigned Todregad  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version1.3.5Fixed in Version1.3.5 
Summary0019586: Support disabling timeline feature based on access level
Description

Several other things/categories are customizable by setting (e.g: $g_roadmap_view_threshold = VIEWER;)
Add the same option for the timeline.

TagsNo tags attached.

Relationships

related to 0022096 closeddregad My View page without timeline does not respect the $g_my_view_boxes_fixed_position setting 
has duplicate 0020497 closedatrol Make Timeline optional 
related to 0022095 closeddregad Inconsistent number of "My View boxes" columns 
related to 0022104 closeddregad My View Page layout misses some boxes 

Activities

atrol

atrol

2015-04-08 07:38

developer   ~0049339

PR at https://github.com/mantisbt/mantisbt/pull/592

vboctor

vboctor

2016-12-29 17:42

manager   ~0054875

Here is the link to the PR that was integrated:
https://github.com/mantisbt/mantisbt/pull/976

dregad

dregad

2016-12-30 12:37

developer   ~0054879

Last edited: 2016-12-30 12:42

The 2-column display does not respect the $g_my_view_boxes_fixed_position setting.

Edit: not sure whether that config should be kept at all. Maybe we should just make it obsolete ?

dregad

dregad

2016-12-30 18:47

developer   ~0054880

@vboctor your commit 1827ccf7 caused this issue to be resolved again, without addressing my earlier comment.

I opened 0022096 to follow up.

Related Changesets

MantisBT: master a246e29c

2016-12-12 06:28

Sebastian Limbach

Committer: vboctor


Details Diff
Support turning off timeline from My View page. Fixes 0019586 Affected Issues
0019586
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/defaults.xml Diff File
mod - my_view_page.php Diff File

MantisBT: master-1.3.x 22f68e7d

2016-12-30 07:48

dregad


Details Diff
Support turning off timeline from My View page.

Backported from master a246e29cb6b512e0018ff75166fa7db090737ed7

Fixes 0019586
Affected Issues
0019586
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/defaults.xml Diff File
mod - my_view_page.php Diff File

MantisBT: master-1.3.x 1827ccf7

2016-12-30 09:27

vboctor


Details Diff
Add ‘timeline_view_threshold’ to public configs

Fixes 0019586
Affected Issues
0019586
mod - config_defaults_inc.php Diff File