Ignore:
Timestamp:
Jan 27, 2011, 8:46:55 PM (13 years ago)
Author:
tiico
Message:

Prepare v2.0.0 for Concours photo plugin :

  • Add exaequo checking for the result (beta)
  • Add EN language
  • Correct "concours not displayed" when no group is selected in admin page. Now, concours is available for all registered user (not depending on the group appartenance)
  • Add option to allow author to vote for their photos (disable check based on username=authorname)
  • Add option to allow user to change the score after a validation
  • Add to guest the possibility to vote for a concours (BETA)
  • Some correction (code and database structure)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ConcoursPhoto/admin/template/params.tpl

    r4428 r8946  
    3535        <TR>
    3636                <TD colspan="2">
    37                     <input type="checkbox" name="mask_exif" {$MASK_EXIF}/> {'concours_mask_exif'|@translate}
     37                    <input type="checkbox" name="thumb_note" {$THUMB_NOTE}/> {'concours_thumb_note'|@translate}
    3838                    <br/>
    3939                </TD>
     
    4141        <TR>
    4242                <TD colspan="2">
    43                     <input type="checkbox" name="thumb_note" {$THUMB_NOTE}/> {'concours_thumb_note'|@translate}
     43                    <input type="checkbox" name="check_exaequo" {$CHECK_EXAEQUO}/> {'concours_check_exaequo'|@translate}
     44                    <br/>
     45                </TD>
     46        <TR>
     47                <TD colspan="2">
     48                    <input type="checkbox" name="author_vote_available" {$AUTHOR_VOTE_AVAILABLE}/> {'concours_author_vote'|@translate}
    4449                    <br/>
    4550                </TD>
    4651        </TR>
    47  </table>
     52        <TR>
     53                <TD colspan="2">
     54                    <input type="checkbox" name="concours_change_score" {$CHANGE_SCORE}/> {'concours_change_score'|@translate}
     55                    <br/>
     56                </TD>
     57        </TR>
     58</table>
    4859<br/>
    4960</fieldset>
Note: See TracChangeset for help on using the changeset viewer.