- 25 Jul, 2019 1 commit
-
-
Côme Chilliet authored
issue #6019
-
- 06 Jun, 2019 1 commit
-
-
Côme Chilliet authored
t is already in use for translit, to i will be used for Title Case issue #5905
-
- 04 Mar, 2019 1 commit
-
-
Côme Chilliet authored
This replaces our custom datepicker with the standard html5 one for date fields in plugins. This deprecates the defaultDate attribute which was used to set the starting point of the datepicker without setting a default value, because this is not possible in HTML5. This does not add support for min and max dates which are supported by the HTML5 input type and may be added later. This also changes the internal date format from DD.MM.YYYY to YYYY-MM-DD to match the HTML5 POST format, this should not have serious consequences. issue #5931
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 2 commits
-
-
Côme Chilliet authored
Fixes of spaces by php-cs-fixer issue #5955
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 13 Nov, 2018 2 commits
-
-
Côme Chilliet authored
issue #5882
-
Côme Chilliet authored
issue #5882
-
- 12 Nov, 2018 2 commits
-
-
Côme Chilliet authored
issue #5882
-
Côme Chilliet authored
This avoids calling array_merge on what could be a generator. It also changes a bit the logic behind modifier system issue #5882
-
- 08 Nov, 2018 1 commit
-
-
Côme Chilliet authored
issue #5882
-
- 07 Nov, 2018 2 commits
-
-
Côme Chilliet authored
This allows to use %n|% to add a number if needed for unicity. Args are mandatory, start, step. Default values for these are 0, 1, 1. issue #5882
-
Côme Chilliet authored
The code tries to support generators from modifiers so that random string and future number modifiers can return a generator and not store large arrays in memory. issue #5882
-
- 27 Jun, 2018 1 commit
-
-
Côme Chilliet authored
It’s a bit less readable but we have to call array_values to avoid a fatal error. issue #5827
-
- 26 Jun, 2018 1 commit
-
-
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module. issue #5843
-
- 02 May, 2018 1 commit
-
-
Côme Chilliet authored
Instead of less readable func_get_args and call_user_func_array issue #5827
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
-
- 21 Dec, 2017 1 commit
-
-
Côme Chilliet authored
Useful for filling shadowExpire with templates, this works by giving 'epoch' as format in the date modifier. Result is the number of date since epoch, as is needed in shadowExpire field (Standard format U is number of seconds since epoch, aka timestamp) issue #5746
-
- 20 Dec, 2017 1 commit
-
-
Côme Chilliet authored
issue #5745
-
- 18 Sep, 2017 1 commit
-
-
Côme Chilliet authored
There are some left in datepicker.js because of a bug in the sniffer, I did not find a way to fix that yet. issue #5690
-
- 13 Jun, 2017 1 commit
-
-
Côme Chilliet authored
-
- 15 Mar, 2017 2 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
- 08 Mar, 2017 1 commit
-
-
Côme Chilliet authored
Fixes #5358 Fixed ImageAttribute usage in templates. Added special %% string start for template values
-
- 22 Feb, 2017 2 commits
-
-
Côme Chilliet authored
-
Côme Chilliet authored
-
- 09 Feb, 2017 1 commit
-
-
Côme Chilliet authored
-
- 25 Jan, 2017 1 commit
-
-
Côme Chilliet authored
-
- 17 Jan, 2017 1 commit
-
-
Côme Chilliet authored
-
- 11 Jan, 2017 1 commit
-
-
Côme Chilliet authored
-
- 10 Oct, 2016 1 commit
-
-
Côme Chilliet authored
-
- 20 Sep, 2016 1 commit
-
-
Côme Chilliet authored
-
- 07 Sep, 2016 2 commits
-
-
Mortier Benoit authored
Remove the useless trailing whitespaces at the end of this line Add one whitespace between the colon and the value. Signed-off-by:
Mortier Benoit <benoit.mortier@opensides.be>
-
Côme Chilliet authored
-