Olivier Perez
fa5014de32
Fixed expiry date edition
2016-06-30 20:48:30 +02:00
Olivier PEREZ
276f732def
Fix #145 and #146 - Sort slots before check slots hash
2016-03-02 23:55:12 +01:00
Olivier PEREZ
bde59fe974
Fix the position computation to insert default vote when adding column
2016-02-22 23:51:50 +01:00
Olivier PEREZ
5750a36172
Rename add_slot by add_column
2015-11-30 20:38:53 +01:00
Antonin
4cb189299f
Merge branch 'fix/Issue114_delete_last_column' into 'master'
...
Fixes #114 - Can't delete last column anymore
Correction de la règle qui vérifie que la colonne à supprimer n'est pas la dernière.
`strpos` ne retourne jamais `-1` mais `false`
See merge request !82
2015-11-05 22:32:02 +01:00
Olivier Perez
acbf7db8b5
Fixes #114 - Can't delete last column anymore
2015-11-04 12:37:53 +01:00
Olivier PEREZ
c3b48b885d
Refactor something :-)
2015-11-03 21:17:00 +01:00
Olivier PEREZ
40f2a1729c
Better message when fail to create column
2015-11-03 21:15:47 +01:00
Olivier PEREZ
49a5350f90
Fix #83 Stop sorting moments at new slot insertion
2015-10-12 23:25:51 +02:00
Olivier PEREZ
d17ba242d3
Add log when adding a slot manually
2015-10-05 23:54:50 +02:00
Olivier PEREZ
b61f60155e
Fix the check for deleting the last slot
2015-10-05 23:50:00 +02:00
Olivier PEREZ
44928b0572
Dont sort classic polls
2015-05-30 23:36:04 +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
Olivier PEREZ
b47c153aae
More Splitting between Services and Repositories
2015-04-03 00:11:36 +02:00
Olivier PEREZ
612e47ffa3
Create CommentRepository
2015-04-02 23:32:24 +02:00
Olivier PEREZ
b051dd59f8
Implement purge in 2 steps
...
First: Block the poll (no more modification)
Second: Delete the poll 60 days after the expiration date (configurable)
2015-02-28 19:18:59 +01:00
Olivier PEREZ
924bd1ed1a
Issue #26 Poll admin can change expiration date
2015-01-08 22:18:27 +01:00
Olivier PEREZ
f399b9e543
admin: fix deleteion a slot from a classical poll
2014-12-30 17:03:43 +01:00
Olivier PEREZ
1ca7502216
Translate database names (table+columns) to English + Reorganize some columns
2014-12-30 01:41:25 +01:00
Olivier PEREZ
dcb711dccc
Implements purge methods
2014-12-29 21:54:07 +01:00
Olivier PEREZ
98f14c487a
Enable poll deletion + improve random generator
2014-12-25 01:11:14 +01:00
Olivier PEREZ
5d8e5362f9
admin: Add some logging on important actions (delete poll, clean votes, clean comments, drop column)
2014-12-24 22:42:50 +01:00
Olivier PEREZ
a5d1305535
LogService : WIP
2014-12-24 09:40:41 +01:00
Olivier PEREZ
b5fc415edc
admin: Add availability to delete a poll
2014-12-23 09:48:58 +01:00
Olivier PEREZ
f50b244568
Return true when deleting a slot.
2014-12-23 01:01:09 +01:00
Olivier PEREZ
288ddd2efc
admin: Add availability to add a slot to a poll
2014-12-23 00:30:05 +01:00
Olivier Perez [a570709]
94e87a3182
WIP> admin: Add availability to add a slot to a poll
2014-12-22 14:18:33 +01:00
Olivier PEREZ
dec9e24530
admin: Implement the removal of a slot.
2014-12-21 23:48:22 +01:00
Olivier PEREZ
1a062a2a69
admin: Add availability to delete a vote.
2014-12-21 00:25:00 +01:00
Olivier PEREZ
8d46ec6c33
Move all admin method from PollService to AdminPollService
2014-12-20 23:59:44 +01:00