changeset 8:4d937925a871 1.2-updates

Re #2: Fix validation errors * Fix memberlist.php link to FAQ * Fix undefined index and variable warnings * Add initial new version entry * Update to say 3.0.5 (not a failure, but will be when next submitted)
author IBBoard <dev@ibboard.co.uk>
date Tue, 23 Jun 2009 19:34:40 +0000
parents 9906f78f0e98
children 3785dfb7b69d
files Install.xml
diffstat 1 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Install.xml	Tue Jun 23 18:50:55 2009 +0000
+++ b/Install.xml	Tue Jun 23 19:34:40 2009 +0000
@@ -43,14 +43,27 @@
 		<link-group>
 			<link type="template" href="subsilver2.xml" lang="en-gb">subsilver2</link>
 		</link-group>
-		<mod-version>1.2.4</mod-version>
+		<mod-version>1.2.5</mod-version>
 		<installation>
 			<level>intermediate</level>
 			<time>2700</time>
-			<target-version>3.0.4</target-version>
+			<target-version>3.0.5</target-version>
 		</installation>
 		<history>
 			<entry>
+				<date>2009-06-23</date>
+				<rev-version>1.2.5</rev-version>
+				<changelog lang="en-gb">
+					<change>Add: Link to "Special and Normal Rank Images" MOD in description</change>
+					<change>Fix: Move some files in package because MOD packaging instructions keep changing</change>
+					<change>Fix: Don't hard-code link in rank themes text</change>
+					<change>Fix: Update finds of get_user_rank in memberlist.php to newer v3.0.4 parameters</change>
+					<change>Change: Make it clear that people with special ranks won't get a rank selection option in the description</change>
+					<change>Change: Make it clearer that deleting a theme deletes the ranks in it (since we can't guess where to put them and we need a standard confirm page so we can't ask the user)</change>
+					<change>Change: Make the default and special rank theme IDs slightly more flexible</change>
+				</changelog>
+			</entry>
+			<entry>
 				<date>2009-05-31</date>
 				<rev-version>1.2.4</rev-version>
 				<changelog lang="en-gb">
@@ -931,7 +944,7 @@
 			$result = $db->sql_query($sql);
 
 			$template->assign_vars(array(
-				'L_RANKSET_TEXT' => sprintf($user->lang['RANKSET_TEXT'], append_sid("{$phpbb_root_path}faq.{$phpExt}#f15"))
+				'L_RANKTHEME_TEXT' => sprintf($user->lang['RANKTHEME_TEXT'], append_sid("{$phpbb_root_path}faq.{$phpEx}#f15"))
 			));
 
 			$template->assign_block_vars('rankset', array(