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/admin.php

    r4428 r8946  
    3535               $my_base_url.'&tab=params');
    3636
    37 /*$tabsheet->add('audit',
     37$tabsheet->add('audit',
    3838               l10n('concours_audit'),
    3939               $my_base_url.'&tab=audit');
    40 */
     40
    4141$tabsheet->select($page['tab']);
    4242$tabsheet->assign();
    43 
    4443
    4544
Note: See TracChangeset for help on using the changeset viewer.