Changeset 20812
- Timestamp:
- 10/03/07 17:30:57 (9 months ago)
- Files:
-
- wp-polls/trunk/polls/polls-add.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-admin-ajax.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-admin-js.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-css.css (modified) (1 diff)
- wp-polls/trunk/polls/polls-js.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-logs.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-manager.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-options.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-templates.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-uninstall.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-usage.php (modified) (1 diff)
- wp-polls/trunk/polls/polls-widget.php (modified) (1 diff)
- wp-polls/trunk/polls/polls.php (modified) (6 diffs)
- wp-polls/trunk/polls/wp-polls.mo (modified) (previous)
- wp-polls/trunk/polls/wp-polls.pot (modified) (1 diff)
- wp-polls/trunk/readme.html (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/polls/polls-add.php
r17685 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-admin-ajax.php
r15778 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-admin-js.php
r16147 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-css.css
r15778 r20812 2 2 +----------------------------------------------------------------+ 3 3 | | 4 | WordPress 2. 0 Plugin: WP-Polls 2.21|4 | WordPress 2.3 Plugin: WP-Polls 2.22 | 5 5 | Copyright (c) 2007 Lester "GaMerZ" Chan | 6 6 | | wp-polls/trunk/polls/polls-js.php
r15778 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-logs.php
r15778 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-manager.php
r17685 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-options.php
r17965 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-templates.php
r15778 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-uninstall.php
r15778 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-usage.php
r16526 r20812 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2. 1 Plugin: WP-Polls 2.21|5 | WordPress 2.3 Plugin: WP-Polls 2.22 | 6 6 | Copyright (c) 2007 Lester "GaMerZ" Chan | 7 7 | | wp-polls/trunk/polls/polls-widget.php
r15778 r20812 4 4 Plugin URI: http://lesterchan.net/portfolio/programming.php 5 5 Description: Adds a Poll Widget to display single or multiple polls from WP-Polls Plugin. You will need to activate WP-Polls first. 6 Version: 2.2 16 Version: 2.22 7 7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: http://lesterchan.net wp-polls/trunk/polls/polls.php
r19232 r20812 4 4 Plugin URI: http://lesterchan.net/portfolio/programming.php 5 5 Description: Adds an AJAX poll system to your WordPress blog. You can easily include a poll into your WordPress's blog post/page. WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. 6 Version: 2.2 16 Version: 2.22 7 7 Author: Lester 'GaMerZ' Chan 8 8 Author URI: http://lesterchan.net … … 858 858 $template_question = str_replace("%POLL_QUESTION%", $polls_question['question'], $template_question); 859 859 $template_question = str_replace("%POLL_ID%", $polls_question['id'], $template_question); 860 $template_question = str_replace("%POLL_TOTALVOTES%", $polls_question['totalvotes'], $template_question);861 $template_question = str_replace("%POLL_TOTALVOTERS%", $polls_question['totalvoters'], $template_question);860 $template_question = str_replace("%POLL_TOTALVOTES%", number_format($polls_question['totalvotes']), $template_question); 861 $template_question = str_replace("%POLL_TOTALVOTERS%", number_format($polls_question['totalvoters']), $template_question); 862 862 $template_question = str_replace("%POLL_START_DATE%", $poll_start_date, $template_question); 863 863 $template_question = str_replace("%POLL_END_DATE%", $poll_end_date, $template_question); … … 892 892 $template_answer = str_replace("%POLL_ANSWER%", $polls_answer['answers'], $template_answer); 893 893 $template_answer = str_replace("%POLL_ANSWER_TEXT%", htmlspecialchars(strip_tags($polls_answer['answers'])), $template_answer); 894 $template_answer = str_replace("%POLL_ANSWER_VOTES%", $polls_answer['votes'], $template_answer);894 $template_answer = str_replace("%POLL_ANSWER_VOTES%", number_format($polls_answer['votes']), $template_answer); 895 895 $template_answer = str_replace("%POLL_ANSWER_PERCENTAGE%", $poll_answer_percentage, $template_answer); 896 896 $template_answer = str_replace("%POLL_ANSWER_IMAGEWIDTH%", $poll_answer_imagewidth, $template_answer); … … 903 903 $template_answer = str_replace("%POLL_ANSWER%", $polls_answer['answers'], $template_answer); 904 904 $template_answer = str_replace("%POLL_ANSWER_TEXT%", htmlspecialchars(strip_tags($polls_answer['answers'])), $template_answer); 905 $template_answer = str_replace("%POLL_ANSWER_VOTES%", $polls_answer['votes'], $template_answer);905 $template_answer = str_replace("%POLL_ANSWER_VOTES%", number_format($polls_answer['votes']), $template_answer); 906 906 $template_answer = str_replace("%POLL_ANSWER_PERCENTAGE%", $poll_answer_percentage, $template_answer); 907 907 $template_answer = str_replace("%POLL_ANSWER_IMAGEWIDTH%", $poll_answer_imagewidth, $template_answer); … … 932 932 $template_footer = str_replace("%POLL_START_DATE%", $poll_start_date, $template_footer); 933 933 $template_footer = str_replace("%POLL_END_DATE%", $poll_end_date, $template_footer); 934 $template_footer = str_replace("%POLL_TOTALVOTES%", $polls_question['totalvotes'], $template_footer);935 $template_footer = str_replace("%POLL_TOTALVOTERS%", $polls_question['totalvoters'], $template_footer);934 $template_footer = str_replace("%POLL_TOTALVOTES%", number_format($polls_question['totalvotes']), $template_footer); 935 $template_footer = str_replace("%POLL_TOTALVOTERS%", number_format($polls_question['totalvoters']), $template_footer); 936 936 $template_footer = str_replace("%POLL_MOST_ANSWER%", $poll_most_answer, $template_footer); 937 937 $template_footer = str_replace("%POLL_MOST_VOTES%", number_format($poll_most_votes), $template_footer); … … 949 949 $template_archive_footer = str_replace("%POLL_START_DATE%", $poll_start_date, $template_archive_footer); 950 950 $template_archive_footer = str_replace("%POLL_END_DATE%", $poll_end_date, $template_archive_footer); 951 $template_archive_footer = str_replace("%POLL_TOTALVOTES%", $polls_question['totalvotes'], $template_archive_footer);952 $template_archive_footer = str_replace("%POLL_TOTALVOTERS%", $polls_question['totalvoters'], $template_archive_footer);951 $template_archive_footer = str_replace("%POLL_TOTALVOTES%", number_format($polls_question['totalvotes']), $template_archive_footer); 952 $template_archive_footer = str_replace("%POLL_TOTALVOTERS%", number_format($polls_question['totalvoters']), $template_archive_footer); 953 953 $template_archive_footer = str_replace("%POLL_MOST_ANSWER%", $poll_most_answer, $template_archive_footer); 954 954 $template_archive_footer = str_replace("%POLL_MOST_VOTES%", number_format($poll_most_votes), $template_archive_footer); wp-polls/trunk/polls/wp-polls.pot
r19232 r20812 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: WP-Polls 2.2 1\n"3 "Project-Id-Version: WP-Polls 2.22\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007- 09-19 00:19+0800\n"5 "PO-Revision-Date: 2007-10-04 01:30+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n"7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" wp-polls/trunk/readme.html
r17539 r20812 3 3 <head> 4 4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 5 <title>WP-Polls 2.2 1Readme</title>5 <title>WP-Polls 2.22 Readme</title> 6 6 <style type="text/css" media="screen"> 7 7 /* Default Style */ … … 205 205 <div id="Container"> 206 206 <!-- Title --> 207 <div id="Title">WP-Polls 2.2 1 <span style="color: #aaaaaa;">Readme</span></div>207 <div id="Title">WP-Polls 2.22 <span style="color: #aaaaaa;">Readme</span></div> 208 208 209 209 <!-- Tabs --> … … 228 228 <script type="text/javascript"> 229 229 /* <![CDATA[*/ 230 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-Polls%202.2 1%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>');230 document.write(' <a href="mailto:gamerz84@hotmail.com?Subject=WP-Polls%202.22%20Support" title="EMail To gamerz84@hotmail.com">gamerz84@hotmail.com</a>'); 231 231 /* ]]> */ 232 232 </script> … … 242 242 <p> 243 243 <strong>Download:</strong><br /> 244 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=10" title="http://lesterchan.net/others/downloads.php?id=10">WP-Polls 2.2 1For WordPress 2.3.x</a><br />244 <strong>»</strong> <a href="http://lesterchan.net/others/downloads.php?id=10" title="http://lesterchan.net/others/downloads.php?id=10">WP-Polls 2.22 For WordPress 2.3.x</a><br /> 245 245 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-polls220.zip" title="http://lesterchan.net/others/downloads/wp-polls220.zip">WP-Polls 2.20 For WordPress 2.1.x And 2.2.x</a><br /> 246 246 <strong>»</strong> <a href="http://lesterchan.net/others/downloads/wp-polls213.zip" title="http://lesterchan.net/others/downloads/wp-polls213.zip">WP-Polls 2.13 For WordPress 2.0.x</a><br /> … … 297 297 <div class="SubTitle">» Changelog</div> 298 298 <ul> 299 <li> 300 <strong>Version 2.22 (01-01-2008)</strong> 301 <ul> 302 <li>FIXED: number_format() Not Used In Polls Archive</li> 303 </ul> 304 </li> 299 305 <li> 300 306 <strong>Version 2.21 (01-10-2007)</strong> … … 509 515 <div id="Upgrade" style="display: none;"> 510 516 <div class="SubTitle">» Upgrade Instructions</div> 511 <div class="SubSubTitle">From v2.xx To v2.2 1</div>517 <div class="SubSubTitle">From v2.xx To v2.22</div> 512 518 <ol> 513 519 <li> … … 689 695 </div> 690 696 </div> 691 <p id="Copyright">WP-Polls 2.2 1<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p>697 <p id="Copyright">WP-Polls 2.22<br />Copyright © 2007 Lester 'GaMerZ' Chan. All Rights Reserved.</p> 692 698 </body> 693 699 </html>
