From ac2b5430aa2e4e75ed7b9372ae39024c22dac915 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 16 May 2010 20:50:28 +0200 Subject: [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 --- build/build_diff.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'build/build_diff.php') diff --git a/build/build_diff.php b/build/build_diff.php index ef815bc0c3..5fc64e2f85 100755 --- a/build/build_diff.php +++ b/build/build_diff.php @@ -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)) -- cgit v1.2.1