Skip to content

Commit

Permalink
Remove Project Info page and associated configuration option
Browse files Browse the repository at this point in the history
Fixes #27802
  • Loading branch information
atrol committed Dec 28, 2020
1 parent 100c3d5 commit 8845afb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 138 deletions.
8 changes: 0 additions & 8 deletions config_defaults_inc.php
Expand Up @@ -2921,13 +2921,6 @@
*/
$g_set_bug_sticky_threshold = MANAGER;

/**
* The minimum access level for someone to be a member of the development team
* and appear on the project information page.
* @global integer $g_development_team_threshold
*/
$g_development_team_threshold = DEVELOPER;

/**
* this array sets the access thresholds needed to enter each status listed.
* if a status is not listed, it falls back to $g_update_bug_status_threshold
Expand Down Expand Up @@ -4463,7 +4456,6 @@
'delete_bug_threshold',
'delete_bugnote_threshold',
'delete_project_threshold',
'development_team_threshold',
'disallowed_files',
'display_bug_padding',
'display_bugnote_padding',
Expand Down
3 changes: 0 additions & 3 deletions lang/strings_english.txt
Expand Up @@ -1510,9 +1510,6 @@ $s_time_tracking_stopwatch_reset = 'Reset';

$s_access_denied = 'Access Denied.';

# Project Page
$s_development_team = 'Development Team';

# manage columns page
$s_manage_columns_config = 'Manage Columns';
$s_all_columns_title = 'All Available Columns';
Expand Down
127 changes: 0 additions & 127 deletions project_page.php

This file was deleted.

0 comments on commit 8845afb

Please sign in to comment.