Skip to content
Snippets Groups Projects
  1. Apr 07, 2015
  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
    • Olivier PEREZ's avatar
      Merge branch 'develop' into 'develop' · 15ecff44
      Olivier PEREZ authored
      Added javascript name checking to avoid losing the choices with a bad name
      
      Added a checking on form submit :
       - It cancel form submission if name is empty or doesn't respect the constant NAME_REGEX
       - If the submission is cancelled, it show the error (as a submit would do)
      
      Also added a "header" smarty block in header.tpl, to allow pages which inherit page.tpl to add specific scripts or css.
      
      See merge request !40
      15ecff44
    • Olivier PEREZ's avatar
      4a9dd039
    • Antonin's avatar
      Forgot a useless assignment... · 133dd203
      Antonin authored
      133dd203
    • Antonin's avatar
      Changing message creation logic. · b3d79da0
      Antonin authored
      b3d79da0
    • Antonin's avatar
      Passing message directly in template · e4ec0c81
      Antonin authored
      e4ec0c81
    • Antonin's avatar
      Added simple javascript check for the name. · b66a47ef
      Antonin authored
      	- The goal here is to prevent the losing of the choices by having a bad name.
      	- This is a POC, there is probably some cleaning before merge
      b66a47ef
    • Olivier PEREZ's avatar
      Merge branch 'develop' into 'develop' · 3044de5a
      Olivier PEREZ authored
      Quelques corrections de bugs
      
      J'ai essayé de faire 1 commit (ou 2) par correction, pour essayer de rendre le truc lisible.
      
      ---
      
      **Fixes :**
      * Afficher un message sur infos_sondage.php si l'utilisateur n'autorise pas **les cookies**
      * Afficher un message sur infos_sondage.php si l'utilisateur n'autorise pas **Javascript**
      * Problème quand le nom de domaine commence par **admin**
      
      **Technique :**
      * Début de découpage de *core.js* en plusieurs *.js* se trouvant dans **js/app/**
      * Début de rédaction du CHANGELOG pour la version 0.9
      
      See merge request !37
      3044de5a
Loading