aboutsummaryrefslogtreecommitdiffstats
path: root/build/build_diff.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-05-16 20:50:28 +0200
committerNils Adermann <naderman@naderman.de>2010-05-16 20:57:01 +0200
commitac2b5430aa2e4e75ed7b9372ae39024c22dac915 (patch)
tree668012f7628dfdd58835764ffd0f99533083c062 /build/build_diff.php
parent904d2049c8f0d528216b4c24941e7dab66ec09ce (diff)
downloadforums-ac2b5430aa2e4e75ed7b9372ae39024c22dac915.tar
forums-ac2b5430aa2e4e75ed7b9372ae39024c22dac915.tar.gz
forums-ac2b5430aa2e4e75ed7b9372ae39024c22dac915.tar.bz2
forums-ac2b5430aa2e4e75ed7b9372ae39024c22dac915.tar.xz
forums-ac2b5430aa2e4e75ed7b9372ae39024c22dac915.zip
[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
Diffstat (limited to 'build/build_diff.php')
-rwxr-xr-xbuild/build_diff.php12
1 files changed, 1 insertions, 11 deletions
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))