| [3691]
|
johnjamesjacoby
|
Remove Genesis compatability. Fixes #1729.
|
| [3500]
|
johnjamesjacoby
|
Remove Genesis navigation after the post loop has finished. See #1622. Props jaredatch.
|
| [3356]
|
johnjamesjacoby
|
Remove _core_ prefix from function names introduced in r3355.
|
| [5671]
|
netweb
|
Remove `BBP_UnitTestCase::knownBBPBug` PHPUnit tests support for bbPress unclosed Trac tickets.
See #WP30284 and #BuddyPress6223
|
| [5321]
|
johnjamesjacoby
|
Remove `akismet_microtime()` usage as it's been removed from Akismet's development branch.
|
| [5320]
|
johnjamesjacoby
|
Remove `akismet_test_mode()` usage as it's been removed from Akismet's development branch.
|
| [5292]
|
johnjamesjacoby
|
Remove `colors-fresh` dependency for admin color schemes. !WordPress 3.9's CSS cleanup initiatives have rendered this code unnecessary. Hat tip helen.
|
| [5213]
|
johnjamesjacoby
|
Remove `get_post_type_object()` phpdoc reference in `BBP_Admin::map_settings_meta_caps()`.
|
| [5415]
|
netweb
|
Remove `grunt-phpunit` support in NPM `package.json`
* We have never used PHPUnit as part of a Grunt task and use the native Pear PHPUnit package.
|
| [5256]
|
johnjamesjacoby
|
Remove `languages` folder, and move `bbpress.pot` back into the root plugin directory.
The existence of the `languages` folder only currently sets up a confusing experience for a growing subset of users that also cannot easily get support in their language. By deleting the directory, it's less likely users will put their translations in a folder that does not already exist, which prevents them being deleted on bbPress plugin updates.
Because we have no plans of packaging translations directly with bbPress itself, and because wp.org will manage the downloading and installation of translations for us (and all plugins) based on the language of the WordPress installation, deleting the `languages` folder will provide a better experience for our non-English users going forward.
|
| [5622]
|
netweb
|
Remove `onevar` from `.jshintrc`, as of JSHint v2.5 `onevar` is no longer an option.
See #2746
|
| [5257]
|
netweb
|
Remove `pre_get_posts` action `bbp_pre_get_posts_normalize_forum_visibility` from forum visibility repair tool to prevent hidden and private post status injected into WP_Query. Props thebrandonallen. Fixes #2512
|
| [5284]
|
netweb
|
Remove `tests/phpunit/data/.trac-ticket-cache*` from .gitignore (only required in WP develop repo). See #2542
|
| [5195]
|
johnjamesjacoby
|
Remove `topic.min.js` from default theme compat.
|
| [5600]
|
netweb
|
Remove `trailing` option from `.jshintrc`, as of JSHint v2.5 `trailing` is no longer an option.
See https://github.com/jshint/jshint/pull/1554
Fixes #2746
|
| [4494]
|
johnjamesjacoby
|
Remove accidental variable variable in widget output.
|
| [3730]
|
johnjamesjacoby
|
Remove accidental whitespace from r3729. Antiprops johnjamesjacoby.
|
| [2777]
|
johnjamesjacoby
|
Remove admin notice. Fixes #1440.
|
| [7018]
|
johnjamesjacoby
|
Remove alpha designation from 2.6 branch, for 2.6.3.
|
| [4696]
|
johnjamesjacoby
|
Remove array_reverse() usage in breadcrumb output. Props alex-ye. Fixes #2124, #2166.
|
| [3174]
|
johnjamesjacoby
|
Remove bbp-core-update.php from project, as it is no longer used.
|
| [2598]
|
johnjamesjacoby
|
Remove bbp-custom code.
|
| [3139]
|
johnjamesjacoby
|
Remove bbp-languages folder since language packs will get wiped out when automated plugin updates come through. Move bbpress.pot file into the root project folder to help it get slurped when it hits WP extend.
|
| [4205]
|
johnjamesjacoby
|
Remove branches/plugin.
* Copied to /trunk in r4201
|
| [5056]
|
johnjamesjacoby
|
Remove byref usage in BuddyPress Groups admin box method.
|
| [4667]
|
johnjamesjacoby
|
Remove call to bbp_topic_admin_links() from form-reply.php. These links are a bit out of context here now, and are duplicated from the lead topic post.
|
| [4985]
|
johnjamesjacoby
|
Remove capability pre-check from admin links functions. Remove duplicate trash-removal logic that's done inside the respective trash-link generating functions. Fixes inconsistent nested capability checks within admin link functions. See #2348.
|
| [3550]
|
johnjamesjacoby
|
Remove clever code from bbp-core-compatibility.php. Add query var for editing forums from within the theme to bbp_pre_get_posts().
|
| [3551]
|
johnjamesjacoby
|
Remove clever code from bbp-forum-template.php. Add first round of forum form template functions.
|
| [3558]
|
johnjamesjacoby
|
Remove clever code from bbp-topic-template.php. Tweak text in bbp_get_single_topic_description()
|
| [3549]
|
johnjamesjacoby
|
Remove clever code from bbp-user-template.php. Introduce helper functions for accessing forum creation form. Pass user_nicename in profile URL functions. Fixes #1659 (plugin)
|
| [3350]
|
johnjamesjacoby
|
Remove completed @todo's and fix incorrect filters on core ID's
|
| [3772]
|
johnjamesjacoby
|
Remove copy-pasta phpdoc in bbPress class.
|
| [3391]
|
johnjamesjacoby
|
Remove create_function() usage from widgets. Introduce bbp_widget_init piggy-back action to allow dependent plugins to add widgets only if bbPress is active. Fixes #1579.
|
| [2766]
|
johnjamesjacoby
|
Remove debug code.
|
| [4648]
|
johnjamesjacoby
|
Remove debug cruft from bbp_get_reply_post_date().
|
| [3498]
|
johnjamesjacoby
|
Remove debug cruft from r3497.
|
| [6429]
|
johnjamesjacoby
|
Remove debug cruft.
|
| [3614]
|
johnjamesjacoby
|
Remove deprecated (and excessive) file-system checks for single-action templates from _edit_ theme-compat functions. These are pre 2.0 and future updates will not support them going forward.
|
| [3327]
|
johnjamesjacoby
|
Remove deprecated reference to $count_hidden in bbp_toggle_reply_handler(). See r3325.
|
| [5265]
|
netweb
|
Remove deprecated screen_icon() calls. Props netweb. Fixes #2538
|
| [4746]
|
johnjamesjacoby
|
Remove deprecated subforum prevention code. Though it's not directly supported, preventing it isn't necessary either. See #2191.
|
| [2689]
|
johnjamesjacoby
|
Remove deprecated template file.
|
| [2781]
|
johnjamesjacoby
|
Remove diff that was accidentally added to project.
|
| [3330]
|
johnjamesjacoby
|
Remove double breadcrumb from create topic page template.
|
| [4956]
|
johnjamesjacoby
|
Remove double escaping for bbp_get_displayed_user_field() usages, and update phpdoc for spam/ham user functions.
|
| [4954]
|
johnjamesjacoby
|
Remove double escaping of user display name for theme compat reset post.
|
| [3277]
|
johnjamesjacoby
|
Remove duplicate "replies" in forum description. Props Fartlek.
|
| [2649]
|
johnjamesjacoby
|
Remove duplicate action reference
|
| [4982]
|
johnjamesjacoby
|
Remove duplicate escaping from user-details.php, now that fields are automatically sanitized for display. See #1999.
|
| [5082]
|
johnjamesjacoby
|
Remove duplicate id attributes from some admin settings fields. Props alex-ye. Fixes #2388.
|
| [5276]
|
johnjamesjacoby
|
Remove duplicate testcases directory from previous merge. See #2542.
|
| [3107]
|
johnjamesjacoby
|
Remove duplicate user template notice
|
| [3792]
|
johnjamesjacoby
|
Remove duplicate wp_editor code from bbp_get_default_options()
* Props dimadin
* See r3753
* Fixes #1771
|
| [7269]
|
johnjamesjacoby
|
Remove duplicated line added from merge in r7268.
|
| [3094]
|
johnjamesjacoby
|
Remove empty bbp-default theme
|
| [3771]
|
johnjamesjacoby
|
Remove empty lines in phpdoc in bbPress class
|
| [3219]
|
johnjamesjacoby
|
Remove empty spaces at the end of topic and reply count statistic strings, for i18n. Also properly explode them instead of hard coding pipes.
|
| [4977]
|
johnjamesjacoby
|
Remove esc_attr() from bbp_get_displayed_user_field(), and practice late escaping where appropriate instead. See #4959.
|
| [5277]
|
netweb
|
Remove existing minified CSS, Grunt build process now takes care of this. See #2542.
|
| [2981]
|
johnjamesjacoby
|
Remove existing references to forum_voice_count functions. Fixes #1494.
|
| [5449]
|
netweb
|
Remove extra URL forward slash in 'reset tools' help codex link. Props extendwings. Fixes #2666
|
| [5135]
|
johnjamesjacoby
|
Remove extraneous closing tag in custom walker start_el() method. Props netweb. Fixes #2455.
|
| [5373]
|
johnjamesjacoby
|
Remove extraneous validation in `bbp_get_form_reply_to()`. Fixes bug causing `_bbp_reply_to` field to be incorrectly set as the current `$reply_id` when editing a reply with no reply_to, which can lead to hierarchy issues. See #2586, #2588. (2.5 branch)
|
| [5372]
|
johnjamesjacoby
|
Remove extraneous validation in `bbp_get_form_reply_to()`. Fixes bug causing `_bbp_reply_to` field to be incorrectly set as the current `$reply_id` when editing a reply with no reply_to, which can lead to hierarchy issues. See #2586, #2588. (trunk)
|
| [3769]
|
johnjamesjacoby
|
Remove filters and tags from subscription emails.
* Remove all filters and strip tags
* Move needless processing from within the foreach loop
* Prevents HTML entities from being added
* Fixes #1700
|
| [3150]
|
johnjamesjacoby
|
Remove flush_rewrite_rules actions in bbp-core-hooks.php, as they are being called too early in the stack causing the rules to be flushed before the custom rules are added.
|
| [3331]
|
johnjamesjacoby
|
Remove garbage 'native' text at top of content- and single- files. Props schrepel.
|
| [3002]
|
johnjamesjacoby
|
Remove get_pages() usage from bbp_get_dropdown() and stick to using get_posts() regardless of post_type.
|
| [5253]
|
netweb
|
Remove hard coded post type references in repair tools. Props thebrandonallen. Fixes #2510
|
| [3745]
|
johnjamesjacoby
|
Remove hard coded template part directories from shortcodes and theme compatibility. See r3739.
|
| [5030]
|
johnjamesjacoby
|
Remove hard-coded negative capabilities from bbp_get_caps_for_role() for all roles expect 'Blocked'. Prevents over-aggressively and explicitly disallowing role based capabilities, and allows role manager plugins to more effectively manipulate bbPress user capabilities.
Fixes bug where negative user capabilities could not be overridden if negative caps were saved to all_caps array. See #1939.
|
| [5125]
|
johnjamesjacoby
|
Remove hardcoded references to 'topics' and 'replies' in user profile URL's; use archive slug functions instead. Props imath. Fixes #2448. (2.4.1)
|
| [5126]
|
johnjamesjacoby
|
Remove hardcoded references to 'topics' and 'replies' in user profile URL's; use archive slug functions instead. Props imath. Fixes #2448. (2.5)
|
| [4908]
|
johnjamesjacoby
|
Remove help documentation for unsupported core WordPress post features. See #2332 (2.3 branch)
|
| [4909]
|
johnjamesjacoby
|
Remove help documentation for unsupported core WordPress post features. See #2332 (trunk)
|
| [2665]
|
johnjamesjacoby
|
Remove help message from author favorites.
|
| [3430]
|
johnjamesjacoby
|
Remove hierarchical check against private/hidden forum types. Fixes issue where a user needed to be able to view private forums in order to view hidden forums. See #1576.
|
| [2975]
|
johnjamesjacoby
|
Remove incomplete bbp_insert_topic() function
|
| [2775]
|
johnjamesjacoby
|
Remove incorrect 'else' check.
|
| [5088]
|
johnjamesjacoby
|
Remove incorrect @uses bbp_is_user_keymaster() phpdoc reference.
|
| [5824]
|
johnjamesjacoby
|
Remove incorrect `@global` tag in `BBP_Akismet::submit_post()`.
|
| [3253]
|
johnjamesjacoby
|
Remove incorrect is_home from wp_query when viewing a single topic view.
|
| [3900]
|
johnjamesjacoby
|
Remove indentation from bbp_get_user_favorites_topic_ids().
|
| [4561]
|
johnjamesjacoby
|
Remove inline doc references to extract().
|
| [4747]
|
johnjamesjacoby
|
Remove invalid @uses for subforum count. See #2191.
|
| [3352]
|
johnjamesjacoby
|
Remove is_super_admin checks from edit topic/reply link functions. Fixes #1566.
|
| [4875]
|
johnjamesjacoby
|
Remove kses filters with the correct priorities if user has 'unfiltered_html' capability. Props alx-ye. Fixes #2315 (2.3 branch)
|
| [4876]
|
johnjamesjacoby
|
Remove kses filters with the correct priorities if user has 'unfiltered_html' capability. Props alx-ye. Fixes #2315 (trunk)
|
| [3303]
|
johnjamesjacoby
|
Remove legacy behavior for profile topics queries. Add filters to _is_ profile functions to allow profile queries to be customized.
|
| [3105]
|
johnjamesjacoby
|
Remove links to topic tags from topic form.
|
| [2798]
|
johnjamesjacoby
|
Remove logged_in and anonymous posting checks to prevent conflicts when anonymous posting is toggled after posts have been entered by anonymous users. Fixes #1367
|
| [4805]
|
johnjamesjacoby
|
Remove meta query check from _bbp_has_replies_where(), add some brackets to improve readability. Addresses regression introduced in r4795. See #2221
|
| [2779]
|
johnjamesjacoby
|
Remove moderator caps on deactivation. Fixes #1445. Props cnorris23
|
| [6430]
|
johnjamesjacoby
|
Remove more debug cruft.
|
| [2852]
|
johnjamesjacoby
|
Remove needless (int) cast in bbp_get_forum_subforum_count
|
| [3067]
|
johnjamesjacoby
|
Remove nested ternary operator in bbp_get_dropdown()
|
| [3115]
|
johnjamesjacoby
|
Remove new topic form from forums index page template. Also add some actions to the front page templates to allow the form to be hooked back in. Fixes #1509.
|
| [3838]
|
johnjamesjacoby
|
Remove number_format_i18n phpdoc references. See #1810.
|
| [3263]
|
johnjamesjacoby
|
Remove old phpdoc comment
|