Changeset 852

Show
Ignore:
Timestamp:
02/08/08 08:55:59 (10 months ago)
Author:
_ck_
Message:

no real changes, just SVN sync for 0.31

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-polls/trunk/bb-polls.php

    r846 r852  
    55Plugin URI:  http://bbpress.org/plugins/topic/62 
    66Author: _ck_ 
    7 Author URI: http://CKon.wordpress.com 
     7Author URI: http://bbShowcase.org 
    88Version: 0.31 
    9 */ 
    10 /* 
     9 
    1110License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
    1211 
     
    4443        : display all polls on a single page 
    4544*/ 
     45//      edit these lines below (until an Admin menu is made) 
     46 
    4647        $bb_polls['minimum_view_level']="read";   // who can view polls = read / participate / moderate / administrate  (watchout for typos) 
    4748        $bb_polls['minimum_vote_level']="participate";   // who can vote on polls = participate / moderate / administrate  (watchout for typos) 
  • bbpress-polls/trunk/readme.txt

    r842 r852  
    11=== bbPress Polls === 
    2 Tags: vote, votes, voting, poll, polls, polling 
     2Tags: vote, votes, voting, poll, polls, polling, _ck_ 
    33Contributors: _ck_ 
    44Requires at least: 0.8.2 
    55Tested up to: trunk 
    66Stable tag: trunk 
     7Donate link: http://amazon.com/paypage/P2FBORKDEFQIVM 
    78 
    89== Description == 
    910 
    10 This plugin allows polls to be added to any topic in bbpress. 
     11This plugin allows polls to be added to any topic in bbPress. 
    1112There are many powerful options for administrators. 
    1213 
     
    1920 
    2021For now you must edit the bb-polls.php directly to change default options. 
    21 Options can be found near the top of the file as $bb_polls['option'] etc. 
     22Options can be found near the top of the file as `$bb_polls['option']` etc. 
    2223This is a beta release without an admin menu (coming soon). 
    2324 
    2425== License == 
    2526 
    26 CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
     27* CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
    2728 
    2829== Donate == 
    2930 
    30 http://amazon.com/paypage/P2FBORKDEFQIVM 
     31* http://amazon.com/paypage/P2FBORKDEFQIVM 
    3132 
    32 == Version History == 
     33== History == 
    3334 
    34 0.01   * bb-polls is born - no voting yet, just create a poll for testing 
    35 0.10   * first public beta 
    36 0.11   * bug fix for polls on page 1 setting 
    37 0.12   * poll can now be on first/last/both/all pages & add text to topic titles like [poll] 
    38 0.13   * more control over who can add/vote/view/edit polls  
    39 0.14   * colour fixes for default theme 
    40 0.15   * cache performance fixes, extra custom label ability, more css classes, colour tweaks 
    41 0.16   * added __() for automatic translations when possible, all text is now in array near top 
    42 0.17   * trick bbpress to keep data unserialized until needed for performance (backward compatible) 
    43 0.18   * post data fix for refreshed pages (via redirect, nasty but no other way?) 
    44 0.19   * first ajax-ish behaviours added for view current voting results and then back to the form - pre-caching forms, but no submit saving ajax yet  
    45 0.20   * more text found & moved to array for translations, float removed from default css for Right-to-Left setups, graph bars limited to min & max 
    46 0.21   * many little fixes for IE to work properly, css changes to make IE vs Firefox almost identical  
    47 0.22   * voting is now ajax-ish - only non-ajax-ish form is the one to create a poll, might be awhile - cancel button also added to create poll form 
    48 0.23   * javascript fix for internet explorer (has to delay append action a few milliseconds or update won't appear to happen) 
    49 0.24   * bug fix for opera trying to cache javascript requests - added alert if they try to vote without selection (todo: need to alert on non-ajax)  
    50 0.25   * experimental double-execute fix for Null 
    51 0.26   * warnings cleanup for better code 
    52 0.27   * bugfix: poll not showing for non-logged in guest and view setting set to "read" 
    53 0.28   * enhancement so admin are always offered to start a poll on any topic regardless 
    54 0.29   * enhancement so admin can always delete any poll 
    55 0.30   * enhancement so admin can edit any poll (don't try to change the order of questions, it's a simple edit for now) 
     35* 0.01 bb-polls is born - no voting yet, just create a poll for testing 
     36* 0.10 first public beta 
     37* 0.11 bug fix for polls on page 1 setting 
     38* 0.12 poll can now be on first/last/both/all pages & add text to topic titles like [poll] 
     39* 0.13 more control over who can add/vote/view/edit polls  
     40* 0.14 colour fixes for default theme 
     41* 0.15         cache performance fixes, extra custom label ability, more css classes, colour tweaks 
     42* 0.16 added __() for automatic translations when possible, all text is now in array near top 
     43* 0.17 trick bbpress to keep data unserialized until needed for performance (backward compatible) 
     44* 0.18 post data fix for refreshed pages (via redirect, nasty but no other way?) 
     45* 0.19 first ajax-ish behaviours added for view current voting results and then back to the form - pre-caching forms, but no submit saving ajax yet  
     46* 0.20 more text found & moved to array for translations, float removed from default css for Right-to-Left setups, graph bars limited to min & max 
     47* 0.21 many little fixes for IE to work properly, css changes to make IE vs Firefox almost identical  
     48* 0.22 voting is now ajax-ish - only non-ajax-ish form is the one to create a poll, might be awhile - cancel button also added to create poll form 
     49* 0.23 javascript fix for internet explorer (has to delay append action a few milliseconds or update won't appear to happen) 
     50* 0.24 bug fix for opera trying to cache javascript requests - added alert if they try to vote without selection (todo: need to alert on non-ajax)  
     51* 0.25 experimental double-execute fix for Null 
     52* 0.26 warnings cleanup for better code 
     53* 0.27 bugfix: poll not showing for non-logged in guest and view setting set to "read" 
     54* 0.28 enhancement so admin are always offered to start a poll on any topic regardless 
     55* 0.29 enhancement so admin can always delete any poll 
     56* 0.30 enhancement so admin can edit any poll (don't try to change the order of questions, it's a simple edit for now) 
    5657         
    5758== To Do == 
    58 * admin menu (coming soon - edit plugin directly for now, many options) 
    59 * display a poll anywhere within bbpress templates 
    60 * display all polls on a single page 
    61 * better editing / vote count editing  
    62 * see who voted 
    63 * better colors / graphics 
     59 
     60admin menu (coming soon - edit plugin directly for now, many options) 
     61display a poll anywhere within bbpress templates 
     62display all polls on a single page 
     63better editing / vote count editing  
     64see who voted 
     65better colors / graphics