Antonin
fcf8f5d621
Using last added day number as base for new day
2016-08-07 12:24:41 +02:00
Antonin
4d14dd1b70
Dealing in PHP with the suppressed dates
2016-08-07 12:23:57 +02:00
Antonin
d762c38e81
Add a 'remove this day' button
2016-08-07 12:22:58 +02:00
Olivier Perez
1d5af5de3b
Add missing translations
2016-08-05 12:02:41 +02:00
Antonin
9eb55db522
Added the missing title attribute
2016-08-04 22:28:05 +02:00
Olivier Perez
651289ec2d
Merge branch 'bugfix/typo-in-comment-header' into 'develop'
...
Correcting comment typo in file header
Fix #190
See merge request !144
2016-08-04 22:26:50 +02:00
Olivier Perez
5c11e5fe4d
Merge branch 'bugfix/typo-in-comment-header' into 'develop'
...
Correcting comment typo in file header
Fix #190
See merge request !144
2016-08-04 22:26:37 +02:00
Antonin
075083bab8
Updated doc to include check.php
2016-08-04 22:24:21 +02:00
Antonin
c50ca48efd
Merge branch 'feature/rework_poll_creation_1st_page' into 'release'
...
Rework on 1st page of poll creation
See merge request !142
2016-08-04 22:07:52 +02:00
Olivier Perez
4b433bc124
Merge branch 'feature/disable_auto_complete' into 'develop'
...
Disabled autocompletion on the datepicker input
Avoid autocompletion of the datepicker input field to occur
(Step to reproduce : Long click on a datepicker input field)
See merge request !141
2016-08-04 21:55:09 +02:00
Olivier Perez
a86d39c49d
Merge branch 'feature/better-markdown' into 'develop'
...
Feature - better markdown for description
The description of the poll now has full markdown support:
- Use of ParseDown PHP library to parse markdown
- Use of SimpleMDE JS library to have an more confortable editor
- Possibility to switch from rich editor to simple textarea editor
- Possibility to configure default editor in application
- Small refactoring of adminstuds javascript
See merge request !132
2016-08-04 21:54:09 +02:00
Olivier Perez
6a06c71c50
Merge branch 'feature/disable_auto_complete' into 'develop'
...
Disabled autocompletion on the datepicker input
Avoid autocompletion of the datepicker input field to occur
(Step to reproduce : Long click on a datepicker input field)
See merge request !141
2016-08-04 21:52:37 +02:00
Antonin
4059956b02
Correcting comment typo in file header
2016-08-04 21:51:37 +02:00
Olivier Perez
9b39dd2fa1
New style of URL customization
2016-08-04 21:44:31 +02:00
Olivier Perez
64fe5e0589
Add 'Permissions' section
2016-08-04 20:19:17 +02:00
Antonin
dc9babd2ed
Merge branch 'develop' into feature/better-markdown
2016-08-04 17:49:40 +02:00
Antonin
fe3e1bc8b7
Merge branch 'feature/update-breton-translation' into 'develop'
...
Update, fix and add breton translation to correct branch
See merge request !143
2016-08-04 17:29:29 +02:00
Antonin
c01238b635
Merge branch 'feature/update-breton-translation' into 'develop'
...
Update, fix and add breton translation to correct branch
See merge request !143
2016-08-04 17:29:10 +02:00
Antonin
ccddddaf2d
Merge branch 'Issue187' into 'develop'
...
Install framadate in non empty database
Modifications pour l'issue #187 .
See merge request !139
2016-08-04 16:57:38 +02:00
Antonin
525a5ab4b1
Merge branch 'Issue187' into 'develop'
...
Install framadate in non empty database
Modifications pour l'issue #187 .
See merge request !139
2016-08-04 16:57:20 +02:00
Antonin
2b946dda4d
Merge branch 'documentation/composer_instruction' into 'develop'
...
Documentation/composer instruction
Just adding composer instruction for next dev (2 minutes lost ;)
See merge request !135
2016-08-04 16:50:42 +02:00
François-Xavier Lyonnet du Moutier
fc19a02cde
coding style rework
2016-08-01 18:41:06 +02:00
gwenn
f99c402e6d
Update, fix and add breton translation to correct branch
2016-07-31 00:31:43 +02:00
Olivier Perez
7b5f42b174
New style for password fields
2016-07-29 17:50:37 +02:00
Olivier Perez
8066e18ae7
Reorder parameters at poll creation
2016-07-29 17:49:52 +02:00
Olivier Perez
d7675831e1
New style of poll id
2016-07-29 14:47:56 +02:00
JosephK
2144febf95
Bandeau README + URL Framanav
2016-07-19 08:41:14 +02:00
JosephK
a34b767f8e
Bandeau README + URL Framanav
2016-07-19 08:38:01 +02:00
François-Xavier Lyonnet du Moutier
8672153a7e
Disabled autocompletion on the datepicker input
2016-07-19 02:59:00 +02:00
ecmu
f2562ce5fb
Issue 187 : Install framadate in non empty database
2016-07-18 14:27:12 +02:00
Olivier Perez
e642d1e35c
Merge branch 'bugfix/php54-empty-compatibility' into 'develop'
...
PHP5.4 compatibility for empty() function.
See merge request !137
2016-07-07 15:11:35 +02:00
Olivier Perez
dc61be5de5
Merge branch 'bugfix/php54-empty-compatibility' into 'develop'
...
PHP5.4 compatibility for empty() function.
See merge request !137
2016-07-07 15:11:14 +02:00
Olivier Perez
0cf52c8461
Merge branch 'bugfix/install-config-escape' into 'develop'
...
Added escaping for install in config.tpl
In the installation process, string like the one below should be a valid application name (or DB password).
> Framadate c'est vraiment super ! "Datez" comme vous voulez \o/
It missed some escaping for single quote (') and backslash (\\), resulting in PHP parse errors.
It should be cherry-picked to the `release` branch too.
See merge request !136
2016-07-07 14:16:09 +02:00
Olivier Perez
91e74dc835
Merge branch 'bugfix/install-config-escape' into 'develop'
...
Added escaping for install in config.tpl
In the installation process, string like the one below should be a valid application name (or DB password).
> Framadate c'est vraiment super ! "Datez" comme vous voulez \o/
It missed some escaping for single quote (') and backslash (\\), resulting in PHP parse errors.
It should be cherry-picked to the `release` branch too.
See merge request !136
2016-07-07 14:15:34 +02:00
Antonin
c88d4daf3c
PHP5.4 compatibility for empty() function.
2016-07-07 14:11:38 +02:00
Antonin
cd581a9d29
Added escaping for install in config.tpl
2016-07-07 11:31:51 +02:00
Denis Chenu
5be1c07d8b
Add composer instruction for GIT version + usage of example.org
2016-07-03 18:55:42 +02:00
Antonin
b3ecf1262f
Merge branch 'Fix_edition_of_expired_poll' into 'release'
...
Fix edition limits for expired polls
Fix #129
See merge request !117
2016-07-01 00:34:42 +02:00
Olivier Perez
7adb14f3ef
Merge branch 'bugfix/double-escaped-field-in-create-poll' into 'release'
...
Correcting escaping in create_poll.php
In create_poll.php, removing of the php escaping and completion of the template ones.
See merge request !134
2016-06-30 23:42:15 +02:00
Olivier Perez
0a8d955f77
Update CHANGELOG.md
2016-06-30 23:36:50 +02:00
Antonin
2af04c3b1a
Removing php escape and completing template ones.
2016-06-30 23:10:47 +02:00
Olivier Perez
3181204228
Merge branch 'doc/contributing-git-branch' into 'master'
...
Readme: added the contributing git branch
Added in the `README.md` from which branch the contributing users can work.
See merge request !133
2016-06-30 22:36:21 +02:00
Olivier Perez
90963f0fc4
Merge branch 'doc/contributing-git-branch' into 'master'
...
Readme: added the contributing git branch
Added in the `README.md` from which branch the contributing users can work.
See merge request !133
2016-06-30 22:35:48 +02:00
Antonin
19182e98e3
Readme: added the contributing git branch
2016-06-30 22:17:19 +02:00
Antonin
9fe4fa159e
Merge branch 'feature/breton-translation' into 'master'
...
Add breton translation
See merge request !120
2016-06-30 20:53:16 +02:00
Olivier Perez
fa5014de32
Fixed expiry date edition
2016-06-30 20:48:30 +02:00
Olivier Perez
d3db76ccd7
Allow admin to delete an expired poll
2016-06-30 20:09:22 +02:00
Olivier Perez
5862e647d3
Fix edition limits for expired polls
2016-06-30 20:09:22 +02:00
Antonin
9d465487da
Merge branch 'editorconfig' into 'master'
...
Add editorconfig file
See merge request !123
2016-06-30 19:27:37 +02:00
Antonin
318d409464
Merge branch 'editorconfig' into 'master'
...
Add editorconfig file
See merge request !123
2016-06-30 19:27:06 +02:00