Nate Lampton
Nate Lampton
Thanks @klonos! @kiamlaluno I think this needs instructions for testing. Will this affect the emails that Backdrop sends, like welcome emails and password resets? The D7 issue was marked RTBC...
Thanks @avpaderno, @klonos, and @herbdool! I merged https://github.com/backdrop/backdrop/pull/4705 into 1.x and 1.28.x.
> I should add that this (test) site has CiviCRM installed, sharing the same database. Is the new backup/restore going to work in that situation? The Backup functionality currently backs...
I filed a PR at https://github.com/backdrop/backdrop/pull/5020 It includes the following patches: - https://www.drupal.org/project/backup_migrate/issues/1542274#comment-7969247 - https://www.drupal.org/project/backup_migrate/issues/3143250#comment-13648990 The second patch is not necessary to fix this particular issue, but I ran across...
Elaborating a little on how that PR works (theoretically): There is the following line of SQL in the backup SQL file that should disable foreign key checks during restore: ```...
As these are ports from Drupal's Backup and Migrate, I went ahead and merged https://github.com/backdrop/backdrop/pull/5020 into 1.x and 1.30.x.
Line 311 is this line: ``` $patterns_quoted = preg_quote($patterns, '/'); ``` Which indicates to me that `backdrop_match_path($path, $patterns)` is being called with `$patterns` being a `NULL` value. I think the...
Hi @Rudloff! Thanks, I think this is a good suggestion. The Backdrop project is a little weird in that we have the `backdrop-issues` repository separate from the code (`backdrop`) repository....
Nice cleanup. Thank you @avpaderno and @laryn! Merged into 1.x and 1.28.x.
I filed a PR at https://github.com/LiquidCGS/FastIMU/pull/27 that seems to help both the problems described. Using the following sample code to test: ``` LSM6DSL IMU; calData calibration_data = { 0 };...