source: extensions/ConcoursPhoto/CHANGELOG @ 32553

Last change on this file since 32553 was 32553, checked in by tiico, 4 years ago

corrections

File size: 3.6 KB
Line 
1TODO for next versions :
2- Clean and optimize code/requests + display (use CSS...)
3- Add another "star notation" (https://codepen.io/tobiasdev/pen/XgegoO)
4- Add compatibility with Smartpocket theme
5
6______________
7
8Version 11.0.x
9-------------
1011.0.3          - Add result link on category page (param) + corrections + show author/addedby on podium + result page
1111.0.2          - Correct language files and help.tpl file
1211.0.1          - Minor corrections
13                        - Change rule for author check (custom choice between "author"/"added by"/both/none)
14                        - param to disable meta display on photo when concours is prepared or active
15                        - Add language (LV+SK)
16                        - clean code (suppress Debug)
1711.0.0          - Version for Piwigo 11.x
18
19______________
20
21Version 2.9.x
22-------------
232.9.1           - Add RU translation (thanks to Alexander)
24                        - Add "stars style" to vote instead of "text style" (with param to choose)
25                        - Adjust admin page
26                        - Add new page to vote for all images (with parameter to activate)
27                        - Clean code
28                        - Allow method change when concours was closed if result not already present
29                        - Allow admin to access to contest (param)
30                        - Add overlay message when user already have vote (and param "do not allow user to change score" is active)
31
322.9.0g          - Add parameters into admin page for the deadline information
33                        - Add timer when the contest is prepared but not started
34                        - Add parameter to allow possibility to mask photos before the contest start
35
362.9.0f          - Add deadline information (with css/js)
37
382.9.0e          - Corrections (pb guest)
39                        - add RU language
40
412.9.0d          - Correct config file for PWG Stuffs
42
432.9.0c          - Add missing language (FR/EN)
44                        - Correct/complete the help page
45                        - Correct error when reinit score (concours.class.php)
46                        - Correct bad link for criteria in admin page
47                        - Correct bad test when user have not already vote and option "disable second vote" actived
48                        - Adjust "Author=user" control to display note and concours
49
502.9.0b          - Add PWG Stuffs module (thnaks to "contest" plugin from Mistic)
51                        - Correct maintain.inc.php (old sql function not allowed in php7)
52
532.9.0   - Correction display debug info "user id = " on image page even id debug=false
54                - Compatible with Piwigo 2.9
55                - Correct concours type not saved in second page (detailled criterias)
56                - Add method "moderation1" & "moderation2" for the result of concours (update DB needed)
57                - some little corrections (guest vote, templates...)
58______________
59
60Version 2.0.x
61-------------
622.0.0   - Add to guest the possibility to vote for a concours (BETA)
63        - Some correction (code and database structure)
64        - Correct hour/min bug when time is set to 00h00 and control coherence between end and begin dates/hours
65        - Correct export to csv file (utf8decode)
66        - Add information on admin page
67        - Change blockmenu to show Contests without groups or for Guests. 
68                - Add help page for correct usage
69______________
70
71Version 1.0.x
72-------------
731.2.0   - Add exaequo checking for the result (beta)
74        - Add EN language
75        - 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)
76        - Add option to allow author to vote for their photos (disable check based on username=authorname)
77        - Add option to allow user to change the score after a validation
781.1.0   - Add datas "moyenne" and "nbvotant" in database concours_result. Export theses datas in csv.
79                - add method of rank calculation in a concours (in database).
80                - generate the result (export) with the method (moyenne or sum)
811.0.0 --> First public release
82_______________
83
84Version 0.0.x
85-------------
860.0.1 --> Initial version (for testing)
87
88
Note: See TracBrowser for help on using the repository browser.