Skip to content

Commit 73c7713

Browse files
authored
Remove Health Status and Stats views (#1006)
1 parent e27ce3f commit 73c7713

15 files changed

Lines changed: 0 additions & 1160 deletions

File tree

app/classes/Transvision/Health.php

Lines changed: 0 additions & 264 deletions
This file was deleted.

app/controllers/health_status.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/controllers/showrepos.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/inc/dispatcher.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,6 @@
8989
$controller = 'changelog';
9090
$template = false;
9191
break;
92-
case 'showrepos':
93-
$experimental = true;
94-
$controller = 'health_status';
95-
$page_title = 'Health status';
96-
$page_descr = 'Check the health status of locales.';
97-
$css_files[] = 'health.css';
98-
$js_files[] = '/js/show_hide_tabs.js';
99-
break;
100-
case 'stats':
101-
$controller = 'showrepos';
102-
$page_title = 'Status Overview';
103-
$page_descr = 'Repository status overview.';
104-
$js_files[] = '/js/sorttable.js';
105-
break;
10692
case 'string':
10793
$controller = 'onestring';
10894
$page_title = 'All translations for this string:';

app/inc/urls.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
'empty-strings' => 'empty_strings',
1313
'news' => 'changelog',
1414
'rss' => 'rss',
15-
'showrepos' => 'showrepos',
16-
'stats' => 'stats',
1715
'string' => 'onestring',
1816
'unchanged' => 'unchangedstrings',
1917
'unlocalized-all' => 'unlocalized_all',

0 commit comments

Comments
 (0)