comparison contrib/SpecialAndNormalRanksIntegration.xml @ 21:706b0d6c2ba1 1.0.3

Create v1.0.3 (no-open-ticket): * Update target version * Fix mistakes in instructions
author root
date Sat, 27 Aug 2011 19:28:31 +0000
parents d6ea397a5322
children
comparison
equal deleted inserted replaced
20:d6ea397a5322 21:706b0d6c2ba1
20 </author> 20 </author>
21 </author-group> 21 </author-group>
22 <link-group> 22 <link-group>
23 <link type="parent" href="../install.xml" lang="en-gb">Main install instructions</link> 23 <link type="parent" href="../install.xml" lang="en-gb">Main install instructions</link>
24 </link-group> 24 </link-group>
25 <mod-version>1.0</mod-version> 25 <mod-version>1.0.3</mod-version>
26 <installation> 26 <installation>
27 <level>intermediate</level> 27 <level>intermediate</level>
28 <time>180</time> 28 <time>180</time>
29 <target-version>3.0.8</target-version> 29 <target-version>3.0.9</target-version>
30 </installation> 30 </installation>
31 <history> 31 <history>
32 <entry>
33 <date>2011-08-27</date>
34 <rev-version>1.0.3</rev-version>
35 <changelog lang="en-gb">
36 <change>Remove unused instructions</change>
37 <change>Fix progress for members with special rank by adding missing "&amp;" to 2nd instruction</change>
38 </changelog>
39 </entry>
32 <entry> 40 <entry>
33 <date>2010-08-01</date> 41 <date>2010-08-01</date>
34 <rev-version>1.0</rev-version> 42 <rev-version>1.0</rev-version>
35 <changelog lang="en-gb"> 43 <changelog lang="en-gb">
36 <change>Update to final release</change> 44 <change>Update to final release</change>
55 </header> 63 </header>
56 <action-group> 64 <action-group>
57 <open src="includes/functions_display.php"> 65 <open src="includes/functions_display.php">
58 <edit> 66 <edit>
59 <find><![CDATA[* @param string &$rank_img_src the rank image source is stored here after execution]]></find> 67 <find><![CDATA[* @param string &$rank_img_src the rank image source is stored here after execution]]></find>
60 <action type="after-add"></action> 68 <action type="after-add"><![CDATA[* @param int &$percent_complete the percentage of the way a user is to the next rank will be stored here after execution, where -1 meaning "not applicable"]]></action>
61 </edit> 69 </edit>
62 <edit> 70 <edit>
63 <find><![CDATA[function get_user_additional_rank($user_rank, $user_posts, &$rank_title, &$rank_img, &$rank_img_src)]]></find> 71 <find><![CDATA[function get_user_additional_rank($user_rank, $user_posts, &$rank_title, &$rank_img, &$rank_img_src)]]></find>
64 <inline-edit> 72 <inline-edit>
65 <inline-find>$rank_img_src</inline-find> 73 <inline-find>$rank_img_src</inline-find>
66 <inline-action type="after-add"><![CDATA[, $percentage_progress]]></inline-action> 74 <inline-action type="after-add"><![CDATA[, &$percentage_progress = 0]]></inline-action>
67 </inline-edit> 75 </inline-edit>
68 </edit> 76 </edit>
69 <edit> 77 <edit>
70 <find><![CDATA[ get_user_rank(0, $user_posts, $rank_title, $rank_img, $rank_img_src);]]></find> 78 <find><![CDATA[ get_user_rank(0, $user_posts, $rank_title, $rank_img, $rank_img_src);]]></find>
71 <inline-edit> 79 <inline-edit>
97 <inline-find>$memberrow['RANK_IMG_SRC']</inline-find> 105 <inline-find>$memberrow['RANK_IMG_SRC']</inline-find>
98 <inline-action type="after-add"><![CDATA[, $memberrow['PERCENTAGE_PROGRESS_NUM']]]></inline-action> 106 <inline-action type="after-add"><![CDATA[, $memberrow['PERCENTAGE_PROGRESS_NUM']]]></inline-action>
99 </inline-edit> 107 </inline-edit>
100 </edit> 108 </edit>
101 <edit> 109 <edit>
102 <find><![CDATA[ if (isset($cp_row['row']) && sizeof($cp_row['row']))]]></find>
103 <action type="before-add"><![CDATA[]]></action>
104 </edit>
105 <edit>
106 <find><![CDATA[ get_user_additional_rank($data['user_rank'], $data['user_posts'], $rank_title, $rank_img, $rank_img_src);]]></find> 110 <find><![CDATA[ get_user_additional_rank($data['user_rank'], $data['user_posts'], $rank_title, $rank_img, $rank_img_src);]]></find>
107 <inline-edit> 111 <inline-edit>
108 <inline-find>$rank_img_src</inline-find> 112 <inline-find>$rank_img_src</inline-find>
109 <inline-action type="after-add"><![CDATA[, $percentage_progress]]></inline-action> 113 <inline-action type="after-add"><![CDATA[, $percentage_progress]]></inline-action>
110 </inline-edit> 114 </inline-edit>