Commit Graph

596 Commits

Author SHA1 Message Date
Olivier Perez
09e1da3529 Add migration script to rpad some votes from 0.8 2015-09-18 11:20:04 +02:00
Luc Didry
8e899f2ca8 Make poll description wrapping
(cherry picked from commit 27fe46640d)
2015-09-15 09:42:12 +02:00
Olivier Perez [a570709]
43e42b6111 Some fix for langs 2015-09-14 17:46:19 +02:00
Olivier PEREZ
24a7fb7df2 Optimize selection of polls in admin page 2015-09-13 00:53:03 +02:00
Olivier PEREZ
7babf3f3a3 Optimize migration from 0.8 to 0.9 2015-09-13 00:06:23 +02:00
Olivier PEREZ
72b43c2bf9 Merge branch 'feature/install_page' into release/0.9 2015-09-07 16:59:03 +02:00
Olivier PEREZ
76d680b6dd Install: Remove useless 2015-09-07 16:46:21 +02:00
Olivier PEREZ
cbc5727ce4 Install: Display previous selections when installation failed 2015-09-07 16:37:03 +02:00
Olivier PEREZ
fd27c135c8 Install: Prefill the fields with values from InstallService 2015-09-07 16:36:57 +02:00
Olivier PEREZ
254512c55a Install: Redirections between Install and Index 2015-09-07 16:36:42 +02:00
Olivier PEREZ
a7727d8523 Install: Create installation page 2015-09-07 16:36:25 +02:00
Olivier Perez [a570709]
7103cdebff Fix part of #87 Use HTML tag for links in mails 2015-08-13 10:46:32 +02:00
Olivier Perez [a570709]
28e94447eb Escape table names in migration script 2015-08-13 10:00:45 +02:00
Julien Lepiller
597b02e5af Pour les sondages longs, harmoniser la navigation par les flêches et la barre de défilement. 2015-06-25 13:51:33 +02:00
Olivier PEREZ
a6d8342e77 Add migration script to generate vote's uniqid for legacy votes 2015-06-24 22:37:46 +02:00
Olivier PEREZ
a6788d81c2 Host can now force URL, used behind a reverse-proxy 2015-06-23 22:03:56 +02:00
Olivier PEREZ
5772277792 Don't skip the last column on charts 2015-06-23 21:54:39 +02:00
Olivier Perez
f50d504932 Merge branch 'results/add-charts' into 'develop'
Ergonomie + graphique des résultats

Sur le formulaire de vote :
- bouton « Non » affiché comme non sélectionné au démarrage
- icônes mises en couleur (déjà présent sur master) #33

Sur les résultats :
- ajout du total des votants
- fix compteur inb n'était pas affiché s'il n'y avait aucun oui
- ajout du symbole « Non » avec effets de masquage en CSS pour conserver la lisibilité du tableau
- changement de couleurs sur « Meilleurs résultats » + texte #52
- ajout du graphique (utilise charts.js et l'extension stackedbar)

Sur le reste :
- coquille "Genric" à divers endroits
- remplacement des span par des i pour les icônes-fonts
- liens des images du README par l'équivalent https

See merge request !56
2015-06-23 21:16:13 +02:00
JosephK
20378e7fb7 No = fake btn unchecked in vote form + icon display onload and mouseover in results 2015-06-17 23:13:44 +02:00
JosephK
3458b9b51a Charts + Addition + little fixes 2015-06-17 22:39:14 +02:00
JosephK
a846141268 https on wikimedia images (README) 2015-06-17 09:45:41 +02:00
Olivier PEREZ
9ef15cc4e7 Merge branch 'release/0.9' into develop 2015-06-09 11:18:43 +02:00
Olivier PEREZ
22605a190f Fix an IT translation 2015-06-09 11:16:15 +02:00
Olivier PEREZ
474c595b88 Classic poll: Don't submit choices form if form is not completed 2015-05-31 16:02:21 +02:00
Olivier PEREZ
e8a1f37c98 Date poll creation: Always propose 3 choices and 3 slots when choosing dates 2015-05-31 15:57:44 +02:00
Olivier PEREZ
94f80687f3 Don't submit dates form if form is not completed 2015-05-31 15:45:26 +02:00
Olivier PEREZ
44928b0572 Dont sort classic polls 2015-05-30 23:36:04 +02:00
Olivier PEREZ
d365f18c01 Fix message when delete a poll 2015-05-30 23:27:17 +02:00
Olivier PEREZ
50f3088422 Little fix for previous merge 2015-05-29 19:10:39 +02:00
Olivier Perez
cdf4f0caec Merge branch 'release/0.9' into 'release/0.9'
Bugfixes

- Prévention de la suppression du dernier slot
- Correction des problèmes de \n dans la description et les commentaires
- Correction de la date de suppression du sondage
- Blindage du format de la date d'expiration du sondage

See merge request !55
2015-05-29 19:07:48 +02:00
Olivier PEREZ
c9c45a2d24 Send mail to admin when update/delete a poll 2015-05-29 19:03:29 +02:00
Antonin
4ced550942 Merge remote-tracking branch 'upstream/release/0.9' into release/0.9 2015-05-29 18:59:09 +02:00
Antonin
fa111ab04e Prevent from deleting the last slot
- Also fix the corresponding translation when a problem arise.
2015-05-29 18:53:09 +02:00
Antonin
64b79965c6 Fixing the description newlines problem
- As it is now, description can't be in error state : we are waiting the markdown implementation to eventually change that.
	- Comments are now normaly formated (newlines are taken into account)
	- The title, description and comment regexes are now useless. Deleted.
2015-05-29 18:38:03 +02:00
Olivier PEREZ
b717bee765 Remove '?' image on 'Where are my polls' link 2015-05-29 18:25:48 +02:00
Olivier PEREZ
cb0864f8fd Fix a lot of things 2015-05-29 18:11:12 +02:00
Olivier PEREZ
ad2b146c3c Remove parameter from MailService::send 2015-05-29 17:49:01 +02:00
Antonin
4a9179ffea Fix the poll's deletion date 2015-05-29 17:46:29 +02:00
Olivier PEREZ
d7d9b11fbd Add anti-flood 'find my polls' 2015-05-29 17:46:13 +02:00
Olivier PEREZ
278e478d1a Write log when send a mail 2015-05-29 17:41:50 +02:00
Antonin
755580463d Fix the change of expiration date check which was too loose. 2015-05-29 17:36:13 +02:00
Olivier PEREZ
8313b9345d Fix after update o80-i18n 2015-05-29 17:13:35 +02:00
Olivier PEREZ
be155aa2a1 MailService now manage the anti-flood system 2015-05-29 17:06:03 +02:00
Olivier PEREZ
92d84f3193 Install PHPUnit for UnitTesting 2015-05-29 17:05:26 +02:00
Olivier PEREZ
4cacb412c6 Admin : Change colors on purge button 2015-05-29 16:06:50 +02:00
Olivier PEREZ
430cb511b6 Fix label for 'name' in comments form 2015-05-29 12:34:54 +02:00
Olivier PEREZ
ccf9109133 Typo on 'Echec de la sauvegarde du sondage' 2015-05-29 12:28:02 +02:00
Olivier PEREZ
d5cf1aa5a7 Add hidden-print class on vote line and actions column 2015-05-29 12:00:56 +02:00
Olivier PEREZ
60069b1151 Add hidden-print class on some alerts block 2015-05-29 11:48:47 +02:00
Olivier PEREZ
6fbbd848fb Typo on 'lien vers lapage d'administration du sondage' 2015-05-29 11:37:49 +02:00