Skip to content

Commit

Permalink
Correct and add docs for ON/OFF configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Oct 28, 2017
1 parent 5faecb5 commit 9266b2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion config_defaults_inc.php
Expand Up @@ -297,6 +297,8 @@
* not correctly work with this option enabled because they cache pages
* incorrectly.
* WARNING: Disabling this is a security risk!!
*
* @global integer $g_form_security_validation
*/
$g_form_security_validation = ON;

Expand Down Expand Up @@ -1278,6 +1280,8 @@
* Indicates whether the news feature should be enabled or disabled.
* This feature is deprecated and is expected to be moved to a plugin
* in the future.
*
* @global integer $g_news_enabled
*/
$g_news_enabled = OFF;

Expand Down Expand Up @@ -1430,7 +1434,7 @@

/**
*
* @global string $g_show_sticky_issues
* @global integer $g_show_sticky_issues
*/
$g_show_sticky_issues = ON;

Expand Down Expand Up @@ -4086,6 +4090,8 @@
* Whether sub-projects feature should be enabled. Before turning this flag OFF,
* make sure all sub-projects are moved to top level projects, otherwise
* they won't be accessible.
*
* @global integer $g_subprojects_enabled
*/
$g_subprojects_enabled = ON;

Expand All @@ -4096,6 +4102,8 @@

/**
* Sub-projects should inherit versions from parent projects.
*
* @global integer $g_subprojects_inherit_versions
*/
$g_subprojects_inherit_versions = ON;

Expand Down
2 changes: 1 addition & 1 deletion docbook/Admin_Guide/en-US/config/status.xml
Expand Up @@ -47,7 +47,7 @@
When a note is added to a bug currently in $g_bug_feedback_status, and the note
author is the bug's reporter, this option will automatically set the bug status
to $g_bug_submit_status or $g_bug_assigned_status if the bug is assigned to a
developer. Defaults to enabled.
developer. Default value is ON.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 9266b2e

Please sign in to comment.