changeset 23:b2d3ec8ad6f2

* Fix a "find" instruction that changed between phpBB 3.0.5 and 3.0.6 * Rename "themes" folders to "theme" to match standard folders (even though it wasn't picked up in 1.2 release) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Fri, 12 Feb 2010 20:38:07 +0000
parents 9151384c286e
children 69e612c3c1c1
files Install.xml subsilver2.xml
diffstat 2 files changed, 20 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Install.xml	Fri Feb 12 20:28:00 2010 +0000
+++ b/Install.xml	Fri Feb 12 20:38:07 2010 +0000
@@ -43,7 +43,7 @@
 			<link type="template" href="subsilver2.xml" lang="en-gb">subsilver2</link>
 			<link type="contrib" href="contrib/Upgrade-1.2.4.xml" lang="en-gb">Upgrade instructions from v1.2.4</link>
 		</link-group>
-		<mod-version>1.3.3</mod-version>
+		<mod-version>1.3.4</mod-version>
 		<installation>
 			<level>intermediate</level>
 			<time>3600</time>
@@ -51,6 +51,14 @@
 		</installation>
 		<history>
 			<entry>
+				<date>2010-02-12</date>
+				<rev-version>1.3.4</rev-version>
+				<changelog lang="en-gb">
+					<change>Fix: Correct "find" instruction in styles/prosilver/template/ucp_register.html - thanks to Anyasha for reporting it</change>
+					<change>Fix: Correct names of folder from "themes" to "theme" - thanks to Anyasha for reporting it</change>
+				</changelog>
+			</entry>
+			<entry>
 				<date>2010-02-11</date>
 				<rev-version>1.3.3</rev-version>
 				<changelog lang="en-gb">
@@ -266,7 +274,7 @@
 INSERT INTO phpbb_rank_themes VALUES (1, 'Default', 1);]]></sql>
 		<copy>
 			<file from="root/styles/prosilver/template/memberlist_ranks.html" to="styles/prosilver/template/memberlist_ranks.html" />
-			<file from="root/styles/prosilver/themes/images/icon_ranks.gif" to="styles/prosilver/themes/images/icon_ranks.gif" />
+			<file from="root/styles/prosilver/theme/images/icon_ranks.gif" to="styles/prosilver/theme/images/icon_ranks.gif" />
 			<file from="root/install/install_MultiRaceRankThemes.php" to="install/install_MultiRaceRankThemes.php" />
 			<file from="root/language/en/mods/permissions_MultiRaceRankThemes.php" to="language/en/mods/permissions_MultiRaceRankThemes.php" />
 		</copy>
@@ -1153,7 +1161,7 @@
 		<open src="styles/prosilver/template/ucp_register.html">
 			<edit>
 				<find><![CDATA[		<dt><label for="tz">{L_TIMEZONE}:</label></dt>
-		<dd><select name="tz" id="tz" class="autowidth">{S_TZ_OPTIONS}</select></dd>
+		<dd><select name="tz" id="tz" tabindex="7" class="autowidth">{S_TZ_OPTIONS}</select></dd>
 	</dl>]]></find>
 				<action type="after-add"><![CDATA[
 	<!-- IF S_RANK_THEME_OPTIONS -->
--- a/subsilver2.xml	Fri Feb 12 20:28:00 2010 +0000
+++ b/subsilver2.xml	Fri Feb 12 20:38:07 2010 +0000
@@ -41,7 +41,7 @@
 		<link-group>
 			<link type="parent" href="Install.xml" lang="en-gb">Main instructions</link>
 		</link-group>
-		<mod-version>1.3.0</mod-version>
+		<mod-version>1.3.4</mod-version>
 		<installation>
 			<level>intermediate</level>
 			<time>180</time>
@@ -49,6 +49,13 @@
 		</installation>
 		<history>
 			<entry>
+				<date>2010-02-12</date>
+				<rev-version>1.3.4</rev-version>
+				<changelog lang="en-gb">
+					<change>Fix: Correct names of folder from "themes" to "theme" - thanks to Anyasha for reporting it</change>
+				</changelog>
+			</entry>
+			<entry>
 				<date>2009-05-17</date>
 				<rev-version>1.3.0</rev-version>
 				<changelog lang="en-gb">
@@ -84,7 +91,7 @@
 	<action-group>
 		<copy>
 			<file from="root/styles/subsilver2/template/memberlist_ranks.html" to="styles/subsilver2/template/memberlist_ranks.html" />
-			<file from="root/styles/subsilver2/themes/images/icon_ranks.gif" to="styles/subsilver2/themes/images/icon_ranks.gif" />
+			<file from="root/styles/subsilver2/theme/images/icon_ranks.gif" to="styles/subsilver2/theme/images/icon_ranks.gif" />
 		</copy>
 		<open src="styles/subsilver2/template/overall_header.html">
 			<edit>