Ruud van Melick

Results 9 comments of Ruud van Melick

Extra data points, using oldest versions of popular server distros: - Debian 9 (support till June 2022): PHP 7.0.33 - Debian 10 (support till June 2024): PHP 7.3 - RHEL/CentOS...

Hey all, On 2021-10-28 04:38, Philippe wrote: >> /.well-know/change-password that would redirect to >> textpattern/?reset=1 > > This is mostly for the benefit of password managers: to make it easier...

On 2021-12-27 02:09, Philippe wrote: >> If it's for changing/updating the password, shouldn't the URL be: >> /textpattern/index.php?event=admin&step=new_pass_form > > That is / might be an option. Note that it...

On 2022-04-23 18:42, jools-r wrote: > This is the full error - which is informative as to why it occurs. > Perhaps it is suffice to specify a maxlength attribute...

Several suggestions on how to do it in Javascript with benchmarks: https://stackoverflow.com/questions/5515869/string-length-in-bytes-in-javascript

Let's make that readable. Now if only someone could explain what is meant here: --- What steps will reproduce the problem? - When we create a new category from the...

It's just capitalization. During create there's a call to strtolower, which isn't done when saving an edited category. I'm not sure if this is a bug or by design (it...

- Users: pretty much allows any input for both the login and the real name, but it does appear to be properly escaped/encoded everywhere. - Files: uses sanitizeForFile during upload....

On 03/05/16 17:26, Stef Dawson wrote: > ``` > I wouldn't alter the input at all (consistently with Body and > Excerpt), but that's not like 4.5.7 worked > ```...