- Apr 13, 2015
-
-
Olivier PEREZ authored
-
- Apr 08, 2015
-
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
- Apr 07, 2015
-
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier Perez authored
Feature/hidden and private polls **Added an option for the poll's hidden results** - At poll creation, a new checkbox is added to hide the results - At poll visualization, results are hidden if option is activated - At poll edition by the poll maker, the hidden option can be changed **Added a new edition option** - At poll creation, we can choose between "no user modification" and "all users can modify every vote" like before. But we can now also select "each vote can be modified by its owner" - This edition option is also available for the poll maker in the poll administration interface - When a user votes with this new option activated, an edition link is displayed to him : only this link can allow the user to modify its vote. - This functionality will be useful to create "private polls" later. **Side work** - The token generation is now safer, with fallback to unsafe version if the php functions are not available - An anchor is added to the edit link, to scroll down to the current line that the user is editing - Commited composer.lock (good practice) - Added the root htaccess.txt to keep the CLEAN_URL format updated - The Message class can now contain a link (only displayed in studs.php where I needed it) See merge request !45
-
Antonin authored
-
Antonin authored
-
Antonin authored
-
Antonin authored
-
Antonin authored
-
Antonin authored
-
- Apr 06, 2015
- Apr 05, 2015
- Apr 03, 2015
-
-
Olivier PEREZ authored
-
- Apr 02, 2015
-
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier PEREZ authored
-
Olivier Perez authored
Fix: date picker that doesn't appear when clicking on calendar icon Move JS code about date picker from `js/app/core.js` to `js/app/framadatepicker.js` See merge request !43
-
Antonin authored
-
Olivier PEREZ authored
-
Antonin authored
- Changed the smarty modifier poll_url to a function and added the vote_id parameter - Modified accordingly all poll_url occurence in templates - Added htaccess.txt to be sure to keep poll's URL changes up to date - Escaped some templates output in order to avoid to broke HTML - Using vote's uniqId instead of vote's id when it's needed
-
Antonin authored
-
Antonin authored
-
Antonin authored
-
Antonin authored
- It's good practice : https://stackoverflow.com/questions/12896780/should-composer-lock-be-committed-to-version-control .
-
- Mar 31, 2015
-
-
Olivier PEREZ authored
* Use Smarty on infos_sondage.php * Rename infos_sondage.php => create_poll.php * Replace __('Section\\Key') => __('Section', 'Key) See merge request !42
-
Olivier Perez authored
-