| [6749]
|
netweb
|
API - Importers: WordPress capital_P_dangit for Xenforo importer.
Props @1naveengiri.
Fixes #3183.
|
| [5969]
|
netweb
|
API - Feeds: Use `feed_content_type( 'rss2' )` for RSS feeds.
This changeset updates the RSS 2 native mime type `application/rss+xml`, previously `rss-http` used `text/xml` which was removed from WordPress in [WP36230] and [WP32468].
Props thebrandonallen.
Fixes #2901.
|
| [6021]
|
netweb
|
API - Feeds: Use `feed_content_type( 'rss2' )` for RSS feeds.
This changeset updates the RSS 2 native mime type `application/rss+xml`, previously `rss-http` used `text/xml` which was removed from WordPress in [WP36230] and [WP32468].
(2.5 branch)
Props thebrandonallen.
Fixes #2901.
|
| [7388]
|
johnjamesjacoby
|
API - Blocks: fix supported post types.
This commit reverts most of r7387 for a simpler approach.
See #3403.
In trunk, for 2.7.
|
| [7387]
|
johnjamesjacoby
|
API - Blocks: add support for Post and Page post types.
This commit ensures that both of the primary post types supported by WordPress core are explicitly supported by all blocks in their `block.json` files.
See #3403.
In trunk, for 2.7.
|
| [7383]
|
johnjamesjacoby
|
API - Blocks: Introduce support for Gutenberg blocks.
This commit includes:
* `bbp_register_blocks` sub-action
* `common/blocks.php` to register all of the blocks via PHP
* `common/blocks` directory that includes a subdirectory for each `block.json` file
* `admin/assets/js/blocks.js` to add block previews & preliminary support for some controls
* `admin/assets/css/blocks.css` to help block previews look modern & clean
Fixes #3403.
In trunk, for 2.7.
Props georgestephanis, adamsilverstein, SirLouen, johnjamesjacoby.
|
| [7384]
|
johnjamesjacoby
|
API - Blocks: Improve block previews
This commit attempts to improve the look of form elements & template notices in block previews.
See #3403.
In trunk, for 2.7.
|
| [7389]
|
johnjamesjacoby
|
API - Blocks: Do not use the block editor for bbPress post types.
This commit ensures that the legacy (non-block, meta-box based) new/edit post GUI is still used, even though `show_in_rest` is set to `true` for the forum/topic/reply post types, by introducing a new function on top of the core `use_block_editor_for_post_type` filter.
This prevents admin-area edits from saving block-based content when it is not yet properly handled or supported for the 2.7.0 release, even though blocks are (via the shortcodes & theme compatibility APIs).
See #3403.
In trunk, for 2.7.
|
| [7318]
|
johnjamesjacoby
|
API - Actions/Filters: pass filtered author values into actions when adding/editing forums/topics/replies.
This change uses the pre-filtered `_data` versions of author IDs rather than the original/unfiltered ones, fixing an unintended behavior where the newly filtered author ID was not being used by the subsequent hooked-in functions.
See: https://meta.trac.wordpress.org/ticket/6839
Props dd32.
In trunk, for 2.7.
Fixes #3578.
|
| [7319]
|
johnjamesjacoby
|
API - Actions/Filters: pass filtered author values into actions when adding/editing forums/topics/replies.
This change uses the pre-filtered `_data` versions of author IDs rather than the original/unfiltered ones, fixing an unintended behavior where the newly filtered author ID was not being used by the subsequent hooked-in functions.
See: https://meta.trac.wordpress.org/ticket/6839
Props dd32.
In branches/2.6, for 2.6.14.
Fixes #3578.
|
| [6871]
|
johnjamesjacoby
|
AJAX: always use `defined()` before setting an environmental constant.
This avoids a notice/warning if something has already set the the `DOING_AJAX` constant.
|
| [4548]
|
johnjamesjacoby
|
AJAX:
* Introduce common/ajax.php, along with new AJAX handlers and helpers.
* Move bbp_ajax_response() into it.
* Include new file in bbpress.php.
|
| [4549]
|
johnjamesjacoby
|
AJAX:
* Add 'bbp_do_ajax' action to 'bbp_template_redirect' action.
* Update AJAX in theme compat to use new AJAX handler hooks.
|
| [4729]
|
johnjamesjacoby
|
A picture is worth a thousand words. Hat tip netweb. See #2183.
|
| [6586]
|
johnjamesjacoby
|
404: Use `! empty()` over `isset()` to only account for `true` values in `bbp_is_404`.
This fixes broken `/edit/` theme-side URLs, that will redirect otherwise.
|
| [4073]
|
johnjamesjacoby
|
2.1:
* Update readme.txt
* Update versions in bbpress.php and bbp-twentyten.
|
| [5450]
|
netweb
|
* Alphabetize grunt tasks and tweak inline docs in `Gruntfile.js`
* Automatically reload the `grunt watch` task when changes are made to `Gruntfile.js`
|
| [3646]
|
johnjamesjacoby
|
'suppress_filters' audit:
* Revert part of r3645
* Rename bbp_pre_get_posts() to bbp_parse_query() and hook to 'parse_query'
* Move forum post_type check out of bbp_pre_get_posts() and into bbp_pre_get_posts_exclude_forums() where it makes more sense
* Update documentation for above changes
* See #1698
|
| [3428]
|
johnjamesjacoby
|
'Right Now' metabox tweaks for WordPress 3.2 dashboard styling. Fixes #1599. Props !GautamGupta.
|
| [4270]
|
johnjamesjacoby
|
"topic" instead of "forum" in admin helper text. Props !DanielJuhl. Fixes #1995.
|
| [3243]
|
johnjamesjacoby
|
"Exit" if accessed directly, not "Redirect" - all included php files
|
| [2758]
|
johnjamesjacoby
|
"...pursuing a career in the custodial arts." phpDoc fixes and code clean-up. Props !GautamGupta via Google Code-in
|
| [4396]
|
johnjamesjacoby
|
!BuddyPress:
* Use !BuddyPress singleton wrapper where applicable.
* Include helper buddypress() function if using versions prior to 1.7.
|
| [4401]
|
johnjamesjacoby
|
!BuddyPress:
* Update group-repair tool to update the group forums root.
* Also rename the 'Default Forum' to 'Group Forums' since it's part of the sitewide forums now.
* See #2025, #1669.
|
| [4410]
|
johnjamesjacoby
|
!BuddyPress:
* Update BBP_BuddyPress::setup_title() to use more verbose and filtered !BuddyPress functions.
* Use bp_is_user() check to only set title for displayed users.
* Props paulgibbs.
* Fixes #2027.
|
| [4394]
|
johnjamesjacoby
|
!BuddyPress:
* Split buddypress.php up into more manageable parts.
* Props jmdodd.
* Fixes #2020.
|
| [4397]
|
johnjamesjacoby
|
!BuddyPress:
* Remove component.php, and consolidate into loader.php.
* Introduce members.php, for modifying bbPress profile links.
* Rename loading class and references where appropriate.
* See #2020.
|
| [4402]
|
johnjamesjacoby
|
!BuddyPress:
* Only rename 'Default Forum' if name matches old bbPress default forum title.
* See #2025, #1669.
|
| [4393]
|
johnjamesjacoby
|
!BuddyPress:
* First pass attempt at repairing !BuddyPress group forum relationships.
* Includes new tool for looping through converted forums and updating group meta.
* See #1669.
|
| [4409]
|
johnjamesjacoby
|
!BuddyPress:
* Add note to the top of !BuddyPress loader.php.
* See #1669.
|
| [4407]
|
johnjamesjacoby
|
!BuddyPress Group Forums:
* Suppress hierarchical group forums for now, for feature parity with existing !BuddyPress forums.
* See #1669.
|
| [7007]
|
netweb
|
Build Tools: Follow to PHPCS changes in [7006]
- Fixes an erronous change in Invision converter
- Tweaks a readability issue in `bbp_update_reply()`
See #3294.
|
| [5585]
|
netweb
|
|