Skip to content
Snippets Groups Projects
  1. Apr 07, 2015
    • Olivier PEREZ's avatar
      Fix missing keys · 593d39c9
      Olivier PEREZ authored
      593d39c9
    • Olivier Perez's avatar
      Merge branch 'feature/hidden-and-private-polls' into 'develop' · e26af38b
      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
      e26af38b
    • Antonin's avatar
      Add edit link with vote update · 84e3a936
      Antonin authored
      84e3a936
    • Antonin's avatar
      No space before ':' in english... · fbf448c4
      Antonin authored
      fbf448c4
    • Antonin's avatar
      From double quote to simple quote · bd00cf19
      Antonin authored
      bd00cf19
    • Antonin's avatar
      1058d365
    • Antonin's avatar
      Correcting 'Undefined index' notice on hidden · af668d24
      Antonin authored
      af668d24
    • Antonin's avatar
      Remove POST['poll'] access · 213980e8
      Antonin authored
      213980e8
  2. Apr 06, 2015
  3. Apr 05, 2015
  4. Apr 02, 2015
  5. Mar 31, 2015
  6. Mar 30, 2015
  7. Mar 29, 2015
  8. Mar 28, 2015
  9. Mar 27, 2015
  10. Mar 26, 2015
Loading