[4622]
|
johnjamesjacoby
|
Aaaaand use array_reverse() correctly. See #2124.
|
[4621]
|
johnjamesjacoby
|
RTL improvements for pagination arrows and breadcrumb order. See #2124.
|
[4620]
|
johnjamesjacoby
|
Fix incorrectly floated topic tags page content. See #2062.
|
[4619]
|
johnjamesjacoby
|
RTL CSS tweaks for search. See #1575.
|
[4618]
|
johnjamesjacoby
|
Search Tweaks:
* Add support for search root page.
* Add search root page to breadcrumb.
* Tweak search form CSS.
* See #1575.
|
[4617]
|
johnjamesjacoby
|
Use correct 'is-subscribed' class instead of 'is_subscribed' for subscriptions link.
|
[4616]
|
johnjamesjacoby
|
When viewing BuddyPress member profile pages, set the $wp_query variables to indicate if viewing favorites or subscriptions.
|
[4615]
|
johnjamesjacoby
|
Simplify favorites link logic and output, to match subscriptions link functionality. Fixes #2118.
|
[4614]
|
johnjamesjacoby
|
Fix favorite/subscription links when viewing a group forum. Use bbPress _is_ functions instead. Props jmdodd. Fixes #2120.
|
[4613]
|
johnjamesjacoby
|
Introduce toggle_group_forum() method to handle saving of enable_forum group setting. Fixes issue with setting not being saved when creating a new group. Props boonebgorges. Fixes #2122.
|
[4611]
|
johnjamesjacoby
|
Add some brackets to improve readability in /topics/functions.php. See #1799.
|
[4610]
|
johnjamesjacoby
|
Clean up phpdoc for bbp_get_total_users(). See #1799.
|
[4609]
|
johnjamesjacoby
|
Add additional form permissions to BuddyPress group forums, to prevent banned and non-members from posting to groups they are not part of. Props r-a-y. Fixes #2095.
|
[4608]
|
johnjamesjacoby
|
In bbp_template_include_theme_compat(), bail early if is_buddypress(). Fixes #2104.
|
[4607]
|
johnjamesjacoby
|
Filter the TinyMCE quicktags buttons to remove buttons that users cannot use.
|
[4606]
|
johnjamesjacoby
|
Filter the TeenyMCE buttons to remove buttons that users cannot use. Maybe allow images; commented out for now.
|
[4605]
|
johnjamesjacoby
|
Clean up phpdoc block for bbp_kses_allowed_tags().
|
[4604]
|
johnjamesjacoby
|
Add forum specific kses allowed tags to common component. Tweak topic and reply content filters to use these new kses functions.
|
[4603]
|
johnjamesjacoby
|
Clear float for #bbp-topic-hot-tags in default CSS. Fixes #2062.
|
[4602]
|
johnjamesjacoby
|
BuddyPress Groups:
* In maybe_unset_forum_menu(), also check for current groupmeta.
* Props r-a-y.
* Fixes #2094.
|
[4601]
|
johnjamesjacoby
|
In bbp_add_forums_roles(), use $role_id instead of literal translated role name. Fixes #2105.
|
[4600]
|
johnjamesjacoby
|
s/compatability/compatibility - Fixes #2108. Props xibe.
|
[4599]
|
johnjamesjacoby
|
Revert part of r4594, and move #post ID to bbp-reply-header element. Fixes regression with not being taken to #post-ID on reply publish and edit.
|
[4598]
|
johnjamesjacoby
|
Improved styling for inner topic and reply content elements, merged with recent changes and includes RTL. Props jaredatch. Fixes #2054.
|
[4597]
|
johnjamesjacoby
|
In bbp_list_forums(), remove check for subforums meta, and trust the subforums query to do the work.
In the subforums query, avoid using get_posts() and use a new WP_Query object instead. Also fix some return value type-casting.
Fixes #2085.
|
[4596]
|
johnjamesjacoby
|
Tweak CSS for forum content description.
* Fixes margin issues introduced with search functionality.
Also rearrange forum description and sub-forum lists in loop-single-forum.php.
|
[4595]
|
johnjamesjacoby
|
In bbp_admin_reset_handler(), use correct bbp_remove_caps() function. Props netweb. Fixes #2097.
|
[4594]
|
johnjamesjacoby
|
In loop-single-reply/topic templates, replace "post-ID" with correct post type for query. Fixes issues with duplicate element ID's. Fixes #1980.
|
[4593]
|
johnjamesjacoby
|
Move root template check to below reset_post blocks. Fixes incorrect 404 and corrects header statuses when using root templates. See #1478.
|
[4592]
|
johnjamesjacoby
|
Add additional phpdoc note to _bbp_reinit_dynamic_roles(). See #2103.
|
[4591]
|
johnjamesjacoby
|
Remove 'switch_blog' hook for bbp_set_current_user_default_role(). Causing issues with multisite creation. Fixes #2103.
|
[4590]
|
johnjamesjacoby
|
More precise list-item CSS. See #2113.
|
[4589]
|
johnjamesjacoby
|
Add list-item styling inside topic and reply content. Props netweb. Fixes #2113.
|
[4588]
|
johnjamesjacoby
|
In bbp_time_since(), do not noop $newer_date variable when passed to bbp_get_time_since(). Fixes #2115.
|
[4587]
|
johnjamesjacoby
|
Use correct bbp_get_time_since() function in _post_date() template tags for topics and replies. Fixes #2114.
|
[4578]
|
johnjamesjacoby
|
When spamming or hamming a user, return true/false if action was successful. This will aid in future user moderation tools.
|
[4577]
|
johnjamesjacoby
|
Do not use hashes in tabfocus_elements array values. See #1917.
|
[4576]
|
johnjamesjacoby
|
Iterate on #1917.
* Remove fullscreen editor from teeny editor buttons.
* Introduce tabfocus plugin, with some approximate values.
* Props ethitter.
* Note: theme-side tinymce tabfocus still not working as intended.
|
[4575]
|
johnjamesjacoby
|
Fix missing tab-index on topic-type select element.
|
[4574]
|
johnjamesjacoby
|
Add bbp_is_reply_edit() check to bbp_get_topic_id().
* Addresses bug where topic subscription status would show incorrect value.
* Props ethitter.
* Fixes #2093.
|
[4573]
|
johnjamesjacoby
|
bbp_get_dropdown():
* Use get_pages() instead of get_posts().
* Pass walker and disabled_categories array items into get_pages().
* Fixes #2102.
|
[4569]
|
johnjamesjacoby
|
Update readme.txt to match 2.2 branch.
|
[4568]
|
johnjamesjacoby
|
Tag 2.2.3.
|
[4567]
|
johnjamesjacoby
|
Bump 2.2 branch to 2.2.3.
|
[4566]
|
johnjamesjacoby
|
Code Improvement:
* Remove 1 time use variable from version bump.
|
[4565]
|
johnjamesjacoby
|
Code Improvement:
* Add brackets to some updater functions.
|
[4564]
|
johnjamesjacoby
|
Add support for private post statuses in topics and replies loops. Fixes #2088.
|
[4563]
|
johnjamesjacoby
|
Code Improvement:
* Add some brackets to improve readability.
|
[4562]
|
johnjamesjacoby
|
Topic/Reply admin links:
* Add filters to links arrays.
* Props mordauk.
* Fixes #2090.
|
[4561]
|
johnjamesjacoby
|
Remove inline doc references to extract().
|
[4560]
|
johnjamesjacoby
|
Make sure topic/reply titles are always set in statistics shortcode and dashboard metabox. Fixes #2087.
|
[4559]
|
johnjamesjacoby
|
Load the textdomain before bbp_register. Fixes #2073.
|
[4558]
|
johnjamesjacoby
|
Breadcrumbs:
* Use is_singular() in bbp_get_breadcrumb().
* Fixes issue where single reply trail would be incorrect.
* Fixes #2086 (2.2 branch)
|
[4557]
|
johnjamesjacoby
|
Breadcrumbs:
* Use is_singular() in bbp_get_breadcrumb().
* Fixes issue where single reply trail would be incorrect.
* Fixes #2086 (trunk)
|
[4556]
|
johnjamesjacoby
|
BuddyPress Groups:
* When enabling a group forum in an existing group, audit group forums, remove any strays, and maybe create a new forum if needed.
* Also fixes bugs in removing a value from group/forum ID arrays.
* Fixes #2083 (trunk)
|
[4555]
|
johnjamesjacoby
|
BuddyPress Groups:
* When enabling a group forum in an existing group, audit group forums, remove any strays, and maybe create a new forum if needed.
* Also fixes bugs in removing a value from group/forum ID arrays.
* Fixes #2083 (2.2 branch)
|
[4554]
|
johnjamesjacoby
|
BuddyPress Groups:
* If group does not have forums active, do not show forum tab.
* See #2083 (2.2 branch)
|
[4553]
|
johnjamesjacoby
|
BuddyPress Groups:
* If group does not have forums active, do not show forum tab.
* See #2083 (trunk)
|
[4552]
|
johnjamesjacoby
|
In bbp_verify_nonce_request(), parse home_url() to remove any strange characters or query-strings that plugins might append to it. Fixes #2070.
|
[4551]
|
johnjamesjacoby
|
Introduce bbp_post_request() and bbp_get_request() sub-actions:
* Update actions and sub-actions to use these new handlers.
* Update new/edit forum/topic/reply handlers to use these.
* Update phpdoc as needed.
* Remove duplicate 'bp_actions' request hooks from BuddyPress group forums.
* Does not include admin-side requests.
|
[4550]
|
johnjamesjacoby
|
Update minified topic.js. See r4549.
|
[4549]
|
johnjamesjacoby
|
AJAX:
* Add 'bbp_do_ajax' action to 'bbp_template_redirect' action.
* Update AJAX in theme compat to use new AJAX handler hooks.
|
[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.
|
[4547]
|
johnjamesjacoby
|
BuddyPress Activity:
* When adding activity stream items, use raw values and trust !BuddyPress to properly texturize output.
* Fixes #2082 (trunk)
|
[4546]
|
johnjamesjacoby
|
BuddyPress Activity:
* When adding activity stream items, use raw values and trust !BuddyPress to properly texturize output.
* Fixes #2082 (2.2 branch)
|
[4545]
|
johnjamesjacoby
|
BuddyPress Groups:
* Add moderator and admin checks to map_topic_meta_caps()
* Props lakrisgubben.
* Fixes #2084 (2.2 branch)
|
[4544]
|
johnjamesjacoby
|
BuddyPress Groups:
* Add moderator and admin checks to map_topic_meta_caps()
* Props lakrisgubben.
* Fixes #2084 (trunk)
|
[4543]
|
johnjamesjacoby
|
Subscriptions/Favorites:
* Improvements to AJAX handling.
* Introduces bbp_ajax_response() function in common/functions.php, to handle JSON output.
* Adds AJAX failure responses.
* Props MZAWeb.
* Fixes #1905.
|
[4542]
|
johnjamesjacoby
|
Capabilities:
* Verbiage change for forums role selector.
* Fixes #2079 (trunk)
|
[4541]
|
johnjamesjacoby
|
Capabilities:
* Verbiage change for forums role selector.
* Fixes #2079 (2.2 branch)
|
[4540]
|
johnjamesjacoby
|
BuddyPress Activity:
* When creating activity stream items, utilize 'hide_sitewide' instead of not recording any activity at all.
* Hat-tip boonebgorges.
* Fixes #2081 (2.2 branch)
|
[4539]
|
johnjamesjacoby
|
Invert the public forum check (see #2081)
|
[4538]
|
johnjamesjacoby
|
BuddyPress Activity:
* When creating activity stream items, utilize 'hide_sitewide' instead of not recording any activity at all.
* Hat-tip boonebgorges.
* Fixes #2081 (trunk)
|
[4537]
|
johnjamesjacoby
|
BuddyPress Groups:
* Fix issue causing paginated group forum requests to incorrectly fail.
* Hat-tip boonebgorges.
* Fixes #2080 (trunk)
|
[4536]
|
johnjamesjacoby
|
BuddyPress Groups:
* Fix issue causing paginated group forum requests to incorrectly fail.
* Hat-tip boonebgorges.
* Fixes #2080 (2.2 branch)
|
[4535]
|
johnjamesjacoby
|
Theme Compat:
* Remove is_main_query() usage in bbp_replace_the_content().
* Fixes some themes misbehaving with theme-compat, causing it not to work as intended.
* For 2.2 branch.
|
[4534]
|
johnjamesjacoby
|
Theme Compat:
* Remove is_main_query() usage in bbp_replace_the_content().
* Fixes some themes misbehaving with theme-compat, causing it not to work as intended.
* /me shakes fist at query_posts().
|
[4533]
|
johnjamesjacoby
|
Redirect:
* Rethink the way bbp_redirect_to_field() works.
* Removes apache specific global checks.
* Fixes incorrect usage of wp_get_referer().
* Props MZAWeb.
* fixes #1835.
|
[4532]
|
johnjamesjacoby
|
Topics:
* Use correct filter in bbp_current_user_can_publish_topics().
* Props netweb.
* Fixes #2072 (trunk)
|
[4531]
|
johnjamesjacoby
|
Topics:
* Use correct filter in bbp_current_user_can_publish_topics().
* Props netweb.
* Fixes #2072 (2.2 branch)
|
[4530]
|
johnjamesjacoby
|
Replies:
* When editing a reply, do not append "Reply To:"
* Hat-tip netweb.
* Fixes #2066 (2.2 branch)
|
[4529]
|
johnjamesjacoby
|
Replies:
* When editing a reply, do not append "Reply To:"
* Hat-tip netweb.
* Fixes #2066 (trunk)
|
[4528]
|
johnjamesjacoby
|
Roles:
* When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
* Move !BuddyPress role removal into groups repair tool.
* See #2065 (2.2 branch)
|
[4527]
|
johnjamesjacoby
|
Roles:
* When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
* Props jmdodd.
* Fixes #2065.
|
[4526]
|
johnjamesjacoby
|
Updater:
* Move bbPress 1.x role removal out of updater and into BuddyPress's repair tool.
|
[4525]
|
johnjamesjacoby
|
Supplemental update to bbp_trash_forum_topics(). See #2059.
|
[4524]
|
johnjamesjacoby
|
Deleting:
* When deleting a forum or topic, make sure all child content is deleted also.
* Also add some inline doc, and unset query variables, and clean up messy inline comparisons.
* Props MZAWeb.
* Fixes #2059.
|
[4523]
|
johnjamesjacoby
|
BuddyPress:
* Add reply move support for BuddyPress group forums.
* See #1900, fixes #2064.
|
[4522]
|
johnjamesjacoby
|
Replies:
* Add ability to move a reply into a new topic, or into an existing topic.
* Includes new template part, new extra page template, and functions for handling the data move and template output.
* Props jmdodd.
* Fixes #1900.
|
[4521]
|
johnjamesjacoby
|
Tag bbPress 1.2.
* Fixes #1857.
|
[4520]
|
johnjamesjacoby
|
Create 1.2 branch:
* Uses correct BackPress/pomo externals
* See #1857.
|
[4519]
|
johnjamesjacoby
|
Use 'post_parent' instead of 'child_of' in bbp_get_dropdown() usages. See #2061.
|
[4518]
|
johnjamesjacoby
|
Dropdown:
* Use 'post_parent' instead of 'child_of' in bbp_get_dropdown().
* Add 'exclude' to array of default arguments.
* Fixes bug with not excluding post ID's, and not using the correct post parent ID.
* Props jmdodd.
* Fixes #2061.
|
[4517]
|
johnjamesjacoby
|
Set defaults to suppress debug notices in bbp_get_forum_freshness_link(). Props jmdodd. Fixes #2058.
|
[4516]
|
johnjamesjacoby
|
Use bloginfo_rss() instead of get_option().
|
[4515]
|
johnjamesjacoby
|
Pass more variables into freshness link filters. Props jbobich. Fixes #1983.
|
[4513]
|
johnjamesjacoby
|
TinyMCE:
* Fix tabbing from topic title.
* Hat-tip MZAWeb.
* Fixes #1917.
|
[4512]
|
johnjamesjacoby
|
TinyMCE:
* Revert textarea output variable, changed during excerpt() sweep.
|
[4511]
|
johnjamesjacoby
|
Ajax:
* Remove call to wpList.process().
* Fixes duplicate ajax requests on topic subscriptions and favorites.
* Props MZAWeb.
* Fixes #1905 for !WordPress 3.4.
|
[4510]
|
johnjamesjacoby
|
Statistics:
* Add widget and shortcode for forum statistics.
* Props MZAWeb.
* Fixes #2052.
|