David Cavins

Results 26 issues of David Cavins

This PR adds handling for hierarchical terms: • Make sure that newly added terms are added to the `$exists` array and found by `WXR_Importer::term_exists()`. • Basic term parent setting when...

Hi all- in `WXR_Importer`, there are two arrays that are used to cache terms: (The `$mapping_key` is calculated as `sha1( taxonomy:slug )` in every case below.) `$this->mapping['term'][ $mapping_key ] =...

When importing posts to a site as part of a multi-part import process, it's possible that terms and posts will not be imported in the same run. When importing posts...

This is useful functionality to be able to see all unchecked users and bulk check them, but I think my approach is kind of a hack. Problems: I had to...

If a BP groups widget is used in a group sidebar, HGBP is modifying the `bp_has_groups()` loop in the widget when viewing the Hierarchy screen.

* Add an input so that site admins can easily add a custom message above the password entry form. ![pp-add-form-field](https://user-images.githubusercontent.com/1391994/147976208-d5db3093-b0a5-4329-ab24-9068dc27ce2c.png) * Output the custom message on the `password_protected_before_login_form` hook. ![pp-output-message](https://user-images.githubusercontent.com/1391994/147976238-1b19f172-741e-444f-b4b7-fa6d0ebf70fa.png)

Addresses issues in #731. Also causes new problems for block-based themes. :)

I think this is a good idea: https://wordpress.org/support/topic/re-ordering-folders/ It could be accomplished by changing the modified date of the enclosing folder(s) when a doc is updated or by adding "modified"...

Filtering default doc settings via the filter `bp_docs_get_default_access_options` works as expected when the doc is not group-related. However, if you choose to associate the new doc with a group, the...

As suggested via this WP support thread: https://wordpress.org/support/topic/attachments-open-in-new-tab/

enhancement