Nate Lampton

Results 508 comments of Nate Lampton

I merged in all the ready items here for 1.14.1. There are now only 3 remaining items. https://github.com/backdrop/backdrop/pull/2654 should be separated out into a dedicated issue, as I don't think...

I tried to see if I could discover any new functionality in Views after the final patch in https://github.com/backdrop/backdrop/pull/2661, and I was not successful. The code seems to make sense...

I couldn't bear to bump this issue yet again. With only https://github.com/backdrop/backdrop/pull/2661 remaining and no complaints against the code implementation, I went ahead and merged that last PR so we...

Thanks @jlfranklin and @olafgrabienski! This looks great. Merged https://github.com/backdrop/backdrop/pull/2034 in to 1.x and 1.8.x.

Hm, so it turns out that specifically the `%` followed by two numbers is the only situation where this occurs. A percent symbol followed by a number. So a password...

Here's an initial attempt at trying both passwords. It seems to solve the problem when using a password such as the one suggested by @Graham-72. https://github.com/backdrop/backdrop/pull/2086 I'm not satisfied with...

So my thought on this was we could in theory check the global `$database` array against the `Database::getConnection()`, and see if they are different. If so, report an error in...

At the time this feature was implemented, many MySQL/MariaDB installs did not have the required configuration set as defaults. Now they do. It would be nice if we could include...

PR filed at https://github.com/backdrop/backdrop/pull/4259 that documents the `$database_charset` value and includes setting it to `utf8mb4` by default now. When running the installer, it will update this line to be `utf8`...