- 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
-