Skip to content

Commit

Permalink
Remove Health Status and Stats views (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored Mar 29, 2021
1 parent e27ce3f commit 73c7713
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 1,160 deletions.
264 changes: 0 additions & 264 deletions app/classes/Transvision/Health.php

This file was deleted.

23 changes: 0 additions & 23 deletions app/controllers/health_status.php

This file was deleted.

5 changes: 0 additions & 5 deletions app/controllers/showrepos.php

This file was deleted.

14 changes: 0 additions & 14 deletions app/inc/dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,6 @@
$controller = 'changelog';
$template = false;
break;
case 'showrepos':
$experimental = true;
$controller = 'health_status';
$page_title = 'Health status';
$page_descr = 'Check the health status of locales.';
$css_files[] = 'health.css';
$js_files[] = '/js/show_hide_tabs.js';
break;
case 'stats':
$controller = 'showrepos';
$page_title = 'Status Overview';
$page_descr = 'Repository status overview.';
$js_files[] = '/js/sorttable.js';
break;
case 'string':
$controller = 'onestring';
$page_title = 'All translations for this string:';
Expand Down
2 changes: 0 additions & 2 deletions app/inc/urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
'empty-strings' => 'empty_strings',
'news' => 'changelog',
'rss' => 'rss',
'showrepos' => 'showrepos',
'stats' => 'stats',
'string' => 'onestring',
'unchanged' => 'unchangedstrings',
'unlocalized-all' => 'unlocalized_all',
Expand Down
Loading

0 comments on commit 73c7713

Please sign in to comment.