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