Nate Lampton

Results 514 comments of Nate Lampton

This issue would be great to get handled before layouts land in #86. Currently we have to port the block settings for this block, but if it were a view,...

Hm, actually a long while ago I said that maybe we should just delete this block entirely, per https://github.com/backdrop/backdrop-issues/issues/148. Thoughts?

Thanks for weighing in @klonos. Any thoughts on the other blocks we have? e.g. Recent users, online users, and recent comments?

Postponing this to a release after 1.0.0. We can still convert this at any time in a minor release.

Thanks @docwilmot for the new PR! A few issues I found: - There's an update hook for creating the new view (great!), but we also need the update hook to...

> But what to do about Drupal to Backdrop upgrades? Blocks are already converted into Layouts in system_update_1025(), so there's no need to worry about Drupal 7 block positions. You...

Phew, last issue of the release. Thank you @docwilmot for all your work making this issue happen! Merged into 1.x for 1.29.0.

Thanks @herbdool, @argiepiano, and @klonos! I made an adjustment to the code formatting to define the `$instance` variable and then check that, like @argiepiano's code samples above. I merged https://github.com/backdrop/backdrop/pull/4829...