Page 1 of 1

[1.2.16] Changelog not hiding

Posted: 26 Feb 2014, 09:03
by Pebtori
Hello there,

I am trying to hide the changelog page for everyone.

I looked into the code to verify that it is the correct config variable:

g_view_changelog_threshold

This is it. And I set it to

$g_view_changelog_threshold = NOBODY;

That worked at least for the roadmap. Why does it not work for the changelog page?

Is this a bug or a feature? How to diable it globally without hardcoding it? Is this config variable probably useless?


- Regards Pebto

Re: [1.2.16] Changelog not hiding

Posted: 27 Feb 2014, 19:37
by atrol
Check page Manage > Manage Configuration > Workflow Thresholds
At the bottom you will find "View Change Log"
Maybe you override the settings in config_inc.php with settings on this page.
Check settings for "All Projects" and project specific settings (select the project in the project drop down selection)

Re: [1.2.16] Changelog not hiding

Posted: 28 Feb 2014, 10:13
by Pebtori
This was the solution. It got overridden by this
Check page Manage > Manage Configuration > Workflow Thresholds
At the bottom you will find "View Change Log"