[4658]
|
johnjamesjacoby
|
Use _wp_specialchars() instead of deprecated wp_specialchars().
|
[4657]
|
johnjamesjacoby
|
Fix bug causing reply revisions not to save correctly. Also tweak default revision CSS to be more aggressive, so it does not get nooped by content OL/UL/LI styling.
|
[4656]
|
johnjamesjacoby
|
Reprioritize revision log appending filters to 99, to avoid possibly escaping the full HTML output. Fixes #2131.
|
[4655]
|
johnjamesjacoby
|
Introduce bbp_get_redirect_to() to handle getting the request variable. Use this new function where appropriate.
|
[4654]
|
johnjamesjacoby
|
Update bump count functions to use integer values. See #1799.
|
[4653]
|
johnjamesjacoby
|
Introduce bbp_deregister_template_stack(), to allow plugins to manipulate the template stack in real-time.
|
[4652]
|
johnjamesjacoby
|
Put a more positive spin on our usage of magic methods in the bbPress class.
|
[4651]
|
johnjamesjacoby
|
Add missing col class to welcome screen. Fixes #2132.
|
[4649]
|
johnjamesjacoby
|
Add br tags to allowed array in bbp_encode_bad() function. Prevents existing line breaks from being encoded if ported from bbPress 1.1.
|
[4648]
|
johnjamesjacoby
|
Remove debug cruft from bbp_get_reply_post_date().
|
[4647]
|
johnjamesjacoby
|
Fix topic and reply time since to use the correct parameters for get_post_time().
|
[4646]
|
johnjamesjacoby
|
Update CSS for new search form ID.
|
[4645]
|
johnjamesjacoby
|
Tweak search form to include classes and tab indexes.
|
[4644]
|
johnjamesjacoby
|
Add some CSS to inline code elements. Tweak the pre/code CSS also. (Includes RTL)
|
[4643]
|
johnjamesjacoby
|
Add paragraph tags to $allowed tags array in bbp_encode_bad() so they are not accidentally encoded from bbPress 1.1 migrations.
|
[4642]
|
johnjamesjacoby
|
Formatting:
* Rename kses.php to formatting.php.
* Port bbPress 1.1 code and pre tag handling. Comes with filters and callbacks to allow code wrapped in pre & code elements, and backticks.
* Revert r4641, r4640,
* See #1967.
|
[4641]
|
johnjamesjacoby
|
More thorough regex for pre and code tags and HTML entities. Props Corey Worrell. See #1967.
|
[4640]
|
johnjamesjacoby
|
Improve the output of code between pre and code HTML tags. Fixes #1967.
|
[4639]
|
johnjamesjacoby
|
Introduce SimplePress 5 importer. Props netweb. Fixes #2074.
|
[4638]
|
johnjamesjacoby
|
Don't parse smilies in bbPress 1.x converter. Props netweb for testing. Fixes #1874.
|
[4637]
|
johnjamesjacoby
|
Revert r4625, as it could cause spam topics to become published. Will need to rethink/revisit this in 2.4. See #2125.
|
[4636]
|
johnjamesjacoby
|
Tweak content filter priorities to more closely match WordPress core order.
|
[4634]
|
johnjamesjacoby
|
Add missing type in @return phpdoc tags for current user group status checks. See #2119.
|
[4633]
|
johnjamesjacoby
|
Introduce functions for getting and caching the current users current group status. Use these new functions in the Group Forum extension, to remove dependency on $groups_template global. Fixes bugs where regular users could not create content in private/hidden groups. Hat-tip boonebgorges. Fixes #2119.
|
[4632]
|
johnjamesjacoby
|
Allow tabbing into and out of TinyMCE. Fixes #1917.
|
[4631]
|
johnjamesjacoby
|
Fix broken markup in loop-search-forum.php template part.
|
[4630]
|
johnjamesjacoby
|
Fix regression causing search query_var to break 404 handling in bbp_parse_query. See r4618.
|
[4629]
|
johnjamesjacoby
|
Add magic unset method to main bbPress class.
|
[4628]
|
johnjamesjacoby
|
Fix content display issues in .bbp-user-section container (includes RTL). Props jaredatch. Fixes #2067.
|
[4627]
|
johnjamesjacoby
|
In phpBB converter, use topic_status to make sure topics stay closed after conversion. Props netweb. Fixes #2123.
|
[4626]
|
johnjamesjacoby
|
Add jmdodd to humans.txt team, and readme.txt contributors.
|
[4625]
|
johnjamesjacoby
|
In bbPress 1.x converter, use topic_open to make sure topics stay closed after conversion. Props netweb. Fixed #2125.
|
[4623]
|
johnjamesjacoby
|
Improve default pagination styling (includes RTL). Hat-tip corsonr. Fixes #2124.
|
[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)
|