Changeset 1311

Show
Ignore:
Timestamp:
08/27/08 08:10:57 (3 months ago)
Author:
_ck_
Message:

apparently screenshots need readme.txt info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-polls/trunk/readme.txt

    r1309 r1311  
    1717== Installation == 
    1818 
    19 Add the "bb-polls.php" file to bbPress "my-plugins/" directory and activate.  
    20 Check under the admin menu for "bbPress Polls" options. 
     191. Add the "bb-polls.php" file to bbPress "my-plugins/" directory and activate.  
     202. Check under the admin menu for "bbPress Polls" options. 
    2121 
    2222== License == 
     
    3030== History == 
    3131 
     32* 0.5.5 2008-August-27 serious ajax bug with data loss fixed, admin functions externalized 
     33* 0.5.4 2008-March-14 new poll form (and edit form) remotely loaded when in "ajax" mode 
     34* 0.5.3 2008-March-14 javascript payload is now kept as small as possible  
     35* 0.5.2 2008-March-14 xhtml and non-ajax-edit bug fixes, props zmaroti 
     36* 0.5.0 2008-March-1 basic admin menu  added 
     37* 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) 
     38* 0.29  enhancement so admin can always delete any poll 
     39* 0.28  enhancement so admin are always offered to start a poll on any topic regardless 
     40* 0.27  bugfix: poll not showing for non-logged in guest and view setting set to "read" 
     41* 0.26  warnings cleanup for better code 
     42* 0.25  experimental double-execute fix for Null 
     43* 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)  
     44* 0.23  javascript fix for internet explorer (has to delay append action a few milliseconds or update won't appear to happen) 
     45* 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 
     46* 0.21  many little fixes for IE to work properly, css changes to make IE vs Firefox almost identical  
     47* 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 
     48* 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  
     49* 0.18  post data fix for refreshed pages (via redirect, nasty but no other way?) 
     50* 0.17  trick bbpress to keep data unserialized until needed for performance (backward compatible) 
     51* 0.16  added __() for automatic translations when possible, all text is now in array near top 
     52* 0.15          cache performance fixes, extra custom label ability, more css classes, colour tweaks 
     53* 0.14  colour fixes for default theme 
     54* 0.13  more control over who can add/vote/view/edit polls  
     55* 0.12  poll can now be on first/last/both/all pages & add text to topic titles like [poll] 
     56* 0.11  bug fix for polls on page 1 setting 
     57* 0.10  first public beta 
    3258* 0.01  bb-polls is born - no voting yet, just create a poll for testing 
    33 * 0.10  first public beta 
    34 * 0.11  bug fix for polls on page 1 setting 
    35 * 0.12  poll can now be on first/last/both/all pages & add text to topic titles like [poll] 
    36 * 0.13  more control over who can add/vote/view/edit polls  
    37 * 0.14  colour fixes for default theme 
    38 * 0.15          cache performance fixes, extra custom label ability, more css classes, colour tweaks 
    39 * 0.16  added __() for automatic translations when possible, all text is now in array near top 
    40 * 0.17  trick bbpress to keep data unserialized until needed for performance (backward compatible) 
    41 * 0.18  post data fix for refreshed pages (via redirect, nasty but no other way?) 
    42 * 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  
    43 * 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 
    44 * 0.21  many little fixes for IE to work properly, css changes to make IE vs Firefox almost identical  
    45 * 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 
    46 * 0.23  javascript fix for internet explorer (has to delay append action a few milliseconds or update won't appear to happen) 
    47 * 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)  
    48 * 0.25  experimental double-execute fix for Null 
    49 * 0.26  warnings cleanup for better code 
    50 * 0.27  bugfix: poll not showing for non-logged in guest and view setting set to "read" 
    51 * 0.28  enhancement so admin are always offered to start a poll on any topic regardless 
    52 * 0.29  enhancement so admin can always delete any poll 
    53 * 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) 
    54 * 0.50  2008-March-1 basic admin menu  added 
    55 * 0.5.2 2008-March-14 xhtml and non-ajax-edit bug fixes, props zmaroti 
    56 * 0.5.3 2008-March-14 javascript payload is now kept as small as possible  
    57 * 0.5.4 2008-March-14 new poll form (and edit form) remotely loaded when in "ajax" mode 
    58 * 0.5.5 2008-August-27 serious ajax bug with data loss fixed, admin functions externalized 
     59 
     60== Screenshots == 
     61 
     621. Poll setup 
     632. Poll example (after voting) 
    5964         
    6065== To Do ==