source: extensions/ConcoursPhoto/CHANGELOG

Last change on this file was 32764, checked in by tiico, 2 years ago

Version 12.0.0

File size: 3.8 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______________
8
9Version 12.0.x
10-------------
1112.0.0          - check compatibility with piwigo12
12
13______________
14
15Version 11.0.x
16-------------
1711.0.4          - Add infos (addedby) in audit/admin page
1811.0.3          - Add result link on category page (param) + corrections + show author/addedby on podium + result page
1911.0.2          - Correct language files and help.tpl file
2011.0.1          - Minor corrections
21                        - Change rule for author check (custom choice between "author"/"added by"/both/none)
22                        - param to disable meta display on photo when concours is prepared or active
23                        - Add language (LV+SK)
24                        - clean code (suppress Debug)
2511.0.0          - Version for Piwigo 11.x
26
27______________
28
29Version 2.9.x
30-------------
312.9.1           - Add RU translation (thanks to Alexander)
32                        - Add "stars style" to vote instead of "text style" (with param to choose)
33                        - Adjust admin page
34                        - Add new page to vote for all images (with parameter to activate)
35                        - Clean code
36                        - Allow method change when concours was closed if result not already present
37                        - Allow admin to access to contest (param)
38                        - Add overlay message when user already have vote (and param "do not allow user to change score" is active)
39
402.9.0g          - Add parameters into admin page for the deadline information
41                        - Add timer when the contest is prepared but not started
42                        - Add parameter to allow possibility to mask photos before the contest start
43
442.9.0f          - Add deadline information (with css/js)
45
462.9.0e          - Corrections (pb guest)
47                        - add RU language
48
492.9.0d          - Correct config file for PWG Stuffs
50
512.9.0c          - Add missing language (FR/EN)
52                        - Correct/complete the help page
53                        - Correct error when reinit score (concours.class.php)
54                        - Correct bad link for criteria in admin page
55                        - Correct bad test when user have not already vote and option "disable second vote" actived
56                        - Adjust "Author=user" control to display note and concours
57
582.9.0b          - Add PWG Stuffs module (thnaks to "contest" plugin from Mistic)
59                        - Correct maintain.inc.php (old sql function not allowed in php7)
60
612.9.0   - Correction display debug info "user id = " on image page even id debug=false
62                - Compatible with Piwigo 2.9
63                - Correct concours type not saved in second page (detailled criterias)
64                - Add method "moderation1" & "moderation2" for the result of concours (update DB needed)
65                - some little corrections (guest vote, templates...)
66______________
67
68Version 2.0.x
69-------------
702.0.0   - Add to guest the possibility to vote for a concours (BETA)
71        - Some correction (code and database structure)
72        - Correct hour/min bug when time is set to 00h00 and control coherence between end and begin dates/hours
73        - Correct export to csv file (utf8decode)
74        - Add information on admin page
75        - Change blockmenu to show Contests without groups or for Guests. 
76                - Add help page for correct usage
77______________
78
79Version 1.0.x
80-------------
811.2.0   - Add exaequo checking for the result (beta)
82        - Add EN language
83        - 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)
84        - Add option to allow author to vote for their photos (disable check based on username=authorname)
85        - Add option to allow user to change the score after a validation
861.1.0   - Add datas "moyenne" and "nbvotant" in database concours_result. Export theses datas in csv.
87                - add method of rank calculation in a concours (in database).
88                - generate the result (export) with the method (moyenne or sum)
891.0.0 --> First public release
90_______________
91
92Version 0.0.x
93-------------
940.0.1 --> Initial version (for testing)
95
96
Note: See TracBrowser for help on using the repository browser.