Nate Lampton

Results 514 comments of Nate Lampton

I don't see a good reason why this would need to be in a minor release. As a security-hardening, I think this should be allowed in any bug-fix release as...

I verified this does not affect existing password-reset tokens or `bee uli`, both of which call `user_pass_reset_url()` (which then in turn calls `user_pass_rehash()`, the changed function). And this PR includes...

Merged https://github.com/backdrop/backdrop/pull/4673 into 1.x and 1.27.x. Thanks @herbdool, @stpaultim, and @jenlampton!

Change record created here: https://docs.backdropcms.org/change-records/user-password-reset-links-strengthened

This looks like it would be pretty trivial to fix. Considering the pager type (None) and the pager options are on two separate forms. No JS required to fix this...

PR is looking pretty good, but there is some strange abstraction in place. The PR only updates `views_plugin_display::get_pager_text()` and there is another implementation of this in `views_plugin_display_page`! I see what...

Awesome! I see the PR has been merged already! Is this available immediately or does it require some kind of release?

> Provide an option to specify the distance between fingers for two/three finger gestures. I think this suggestion of @derks's is a good one. I'm always accidentally engaging a two-finger...

These changes look good to me, except I think `settings.local.php` should be the last settings file loaded. Lullabot uses DDEV in a variety of environments, not only local but also...

Oh wow, thank you @stasadev! I did not realize that it would take that level of change to implement. I thought it was a simple "do less change" request. I...