1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-24 13:16:16 +02:00

[task/drop-subsilver2] Removing subsilver2 for Ascraeus development.

The discussion about this has taken place on area51:
    http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496

PHPBB3-9607
This commit is contained in:
Nils Adermann
2010-05-16 20:50:28 +02:00
parent 904d2049c8
commit ac2b5430aa
198 changed files with 1 additions and 9410 deletions

View File

@@ -43,7 +43,6 @@ if (!$package_changed_files)
run_command("mkdir $location/save/{$s_name}");
run_command("mkdir $location/save/{$s_name}/language");
run_command("mkdir $location/save/{$s_name}/prosilver");
run_command("mkdir $location/save/{$s_name}/subsilver2");
}
}
@@ -52,7 +51,6 @@ if (!$package_changed_files)
{
build_code_changes('language');
build_code_changes('prosilver');
build_code_changes('subsilver2');
}
// Package code changes
@@ -85,7 +83,7 @@ if (!$echo_changes)
}
/**
* $output_format can be: language, prosilver and subsilver2
* $output_format can be: language or prosilver
*/
function build_code_changes($output_format)
{
@@ -120,7 +118,6 @@ function build_code_changes($output_format)
$titles = array(
'language' => 'phpBB ' . $substitute_old . ' to phpBB ' . $substitute_new . ' Language Pack Changes',
'prosilver' => 'phpBB ' . $substitute_old . ' to phpBB ' . $substitute_new . ' prosilver Changes',
'subsilver2' => 'phpBB ' . $substitute_old . ' to phpBB ' . $substitute_new . ' subsilver2 Changes',
);
$data['header'] = array(
@@ -183,13 +180,6 @@ These are the ' . $titles[$output_format] . ' summed up into a little Mod. These
continue 2;
}
break;
case 'subsilver2':
if (strpos($filename, 'styles/subsilver2/') !== 0)
{
continue 2;
}
break;
}
if (!file_exists($location . '/old_versions/' . $simple_name_old . '/' . $filename))