remove reporting for old versions

This commit is contained in:
Robert Kaiser 2013-08-29 23:23:39 +02:00
Родитель 4e7c8242e7
Коммит 8630763ecd
6 изменённых файлов: 0 добавлений и 73 удалений

Просмотреть файл

@ -41,22 +41,12 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'17\.0.*',
'version_display'=>'17 ESR',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
'version_display'=>'22',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
'version_display'=>'23',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'23.0',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'24.0',
@ -67,22 +57,12 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'Firefox',
'channel'=>'aurora',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
'version_display'=>'22',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
'version_display'=>'23',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'23.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'24.0',

Просмотреть файл

@ -36,21 +36,11 @@ date_default_timezone_set('America/Los_Angeles');
// version - empty is all versions
$reports = array(array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
'version_display'=>'22',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
'version_display'=>'23',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'23.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'24.0',

Просмотреть файл

@ -46,12 +46,6 @@ $reports = array(array('product'=>'Firefox',
'fake_adu'=>false,
'mincount'=>20,
),
array('product'=>'Firefox',
'version'=>'22',
'version_regex'=>'22\..*',
'fake_adu'=>false,
'mincount'=>100,
),
array('product'=>'Firefox',
'version'=>'23',
'version_regex'=>'23\..*',
@ -86,12 +80,6 @@ $reports = array(array('product'=>'Firefox',
'fake_adu'=>false,
'mincount'=>10,
),
array('product'=>'FennecAndroid',
'version'=>'22',
'version_regex'=>'22\..*',
'fake_adu'=>false,
'mincount'=>50,
),
array('product'=>'FennecAndroid',
'version'=>'23',
'version_regex'=>'23\..*',

Просмотреть файл

@ -56,10 +56,6 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'([4-9]|[0-9][0-9])\..*',
'version_display'=>'4+',
),
array('product'=>'Firefox',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
),
array('product'=>'Firefox',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
@ -67,12 +63,6 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'Firefox',
'version'=>'24.0',
),
array('product'=>'Firefox',
'version'=>'24.0a2',
),
array('product'=>'Firefox',
'version'=>'25.0a1',
),
array('product'=>'Firefox',
'version'=>'25.0a2',
),

Просмотреть файл

@ -54,7 +54,6 @@ if (count($force_dates)) {
$flash_versions = array('11.2.202.235',
'11.7.700.224',
'11.8.800.94',
'11.8.800.149',
'11.8.800.156');
// for how many days back to get the data

Просмотреть файл

@ -51,22 +51,12 @@ $reports = array(array('product'=>'Firefox',
'version_regex'=>'17\.0.*',
'version_display'=>'17 ESR',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
'version_display'=>'22',
),
array('product'=>'Firefox',
'channel'=>'release',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
'version_display'=>'23',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'23.0',
),
array('product'=>'Firefox',
'channel'=>'beta',
'version'=>'24.0',
@ -77,22 +67,12 @@ $reports = array(array('product'=>'Firefox',
array('product'=>'Firefox',
'channel'=>'nightly',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'22.0',
'version_regex'=>'22\.0.*',
'version_display'=>'22',
),
array('product'=>'FennecAndroid',
'channel'=>'release',
'version'=>'23.0',
'version_regex'=>'23\.0.*',
'version_display'=>'23',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'23.0',
),
array('product'=>'FennecAndroid',
'channel'=>'beta',
'version'=>'24.0',