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/main.inc.php

    r4428 r8946  
    22/*
    33 * Plugin Name: ConcoursPhoto
    4  * Version: 1.1.0
     4 * Version: 1.2.0
    55 * Description: Concours de photo paramétrable
    66 * Plugin URI: http://piwigo.org/ext/extension_view.php?eid=323
     
    4646
    4747// Add concours to picture page
    48 add_event_handler('loc_begin_picture', array(&$concours, 'concours_disable_exifs'));
    4948add_event_handler('loc_end_picture', array(&$concours, 'display_concours_to_picture'));
    5049// Add admin page
Note: See TracChangeset for help on using the changeset viewer.