Thomas Citharel
70830c514d
Use PHP-intl instead of strftime.
...
This removes the requirement of having locales installed on the server
for all languages.
Also strftime is depreciated in PHP 8.1.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-03-22 14:52:51 +01:00
Thomas Citharel
7603bed6d9
Modernize project
...
- Use PHP typings
- Update some front-end libraries
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-21 10:31:07 +01:00
Thomas Citharel
5a5c233a5e
Refactor calculating max/min expiration date and enforce on poll edition
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-12-17 14:54:06 +01:00
Thomas Citharel
dcd30e0974
Fix translation keys missing into emails
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-18 17:37:21 +01:00
Yoann
4fa7ae12d4
Fix wrong display of email subject with a date poll
...
fix parenthesis
Fix
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-12-04 18:18:56 +01:00
Lazare Olivry
ca347b024d
backport session fix
2018-12-04 18:02:54 +01:00
Thomas Citharel
a6e337e046
Fix issue with limit of participants
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-07-09 15:50:46 +02:00
m
addaa95ce7
using SessionService
2018-04-08 11:21:11 +02:00
m
402f2abf64
ajout du message "Le sondage est bien créé."
...
https://framagit.org/framasoft/framadate/issues/62
2018-04-07 22:32:52 +02:00
Simon LEBLANC
8720595874
Allow setting SMTP config
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-02-21 11:07:11 +01:00
Thomas Citharel
3157d6a590
Run php-cs-fixer with a custom config. This may break a lot of things
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-02-19 19:43:30 +01:00
Olivier PEREZ
56620e4a43
Fix #200 - git.framassoft.org => framagit.org
2016-11-15 00:00:45 +01:00
Olivier Perez
f3ce74d997
Merge branch 'feature/allow-to-remove-date-in-wizard' into 'develop'
...
Allow to remove date in the poll creation wizard
CF MR !140
To be cherry-picked in `release`.
See merge request !146
2016-08-08 17:15:45 +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
cb63031f15
Refactor create_date_poll.php
2016-05-04 00:56:53 +02:00
Olivier Perez
48cd77a5fc
Use Smarty to display step 3/4 of poll creation
2016-05-04 00:28:39 +02:00
Olivier PEREZ
96c28738c4
PHP: Check if there are at most MAX_SLOTS_PER_POLL dates before create a poll
2016-04-26 23:16:08 +02:00
Olivier PEREZ
c2f5c4731a
Fix the date parsing in step 3 of date poll creation
2015-11-30 21:04:19 +01:00
Olivier PEREZ
9accf7dab8
Add modal to insert an interval of dates
2015-11-30 21:04:17 +01:00
Olivier PEREZ
c6c9546669
Fix #83 Stop sorting moments at poll creation
2015-10-12 23:25:49 +02:00
Paul van der Walt
b7dc0abc34
In English we don't surround colons (:) with spaces.
2015-09-15 18:20:13 +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
e8a1f37c98
Date poll creation: Always propose 3 choices and 3 slots when choosing dates
2015-05-31 15:57:44 +02:00
Olivier PEREZ
cb0864f8fd
Fix a lot of things
2015-05-29 18:11:12 +02:00
Olivier PEREZ
7ed21ce9fa
Clean choices when changing format of poll during the creation
2015-04-22 00:19:12 +02:00
Olivier PEREZ
11b2018bd0
For date poll, calculate archiving date from last poll choice
2015-04-22 00:11:13 +02:00
Olivier PEREZ
f0bd371b01
Replace 'removal date' words by 'archiving date' in poll creation
2015-04-21 23:58:25 +02:00
Olivier Perez
433687beaa
Fix: Re-add 'choices' to smarty
2015-04-16 13:32:45 +02:00
Olivier Perez
5660a42215
Smartysize error page of date poll creation
2015-04-16 13:21:48 +02:00
Olivier Perez
a1de8def6b
Smartysize step 2 of date poll creation
2015-04-16 13:10:28 +02:00
Olivier PEREZ
45d14044f8
Factorize a little the mails
2015-04-14 22:32:41 +02:00
Olivier PEREZ
95328cb29c
Confidence becomes Trust
2015-04-14 22:06:07 +02:00
Olivier PEREZ
64790496a5
Mails are more nice (using HTML and fixing missing keys)
2015-04-08 22:25:14 +02:00
Olivier Perez
d8c70a5f77
Fix back links to create_poll.php + Use values in session if _post is not present
2015-03-31 00:02:37 +02:00
Olivier PEREZ
6d34631fbf
Replace calls to __('Section\Key') with __('Section', 'Key')
2015-03-30 15:19:56 +02:00
Olivier PEREZ
da2cdeda12
Smartysize infos_creation, and rename it to create_poll
2015-03-29 22:13:22 +02:00