| [3729]
|
johnjamesjacoby
|
Remove tertiaries in gettexts in revision_log template tags. Fixes #1735. Props jmdodd.
|
| [3122]
|
johnjamesjacoby
|
Remove td specific class fix from r3120 so styles also apply to th's.
|
| [3092]
|
johnjamesjacoby
|
Remove table td styling for theme compat
|
| [3121]
|
johnjamesjacoby
|
Remove table cell padding from r3120 as it conflicts with theme compatibility.
|
| [3645]
|
johnjamesjacoby
|
Remove suppress_filters check and update inline doc in bbp_pre_get_posts()
|
| [3202]
|
johnjamesjacoby
|
Remove superfluous h2 tags. Props ramly. Fixes #1529.
|
| [5330]
|
johnjamesjacoby
|
Remove stray semi-colon.
|
| [3570]
|
johnjamesjacoby
|
Remove stray quote from login widget. See #1644, r3542. (2.1)
|
| [3542]
|
johnjamesjacoby
|
Remove stray quote from login widget. Fixes #1644. Props markmcwilliams.
|
| [3907]
|
johnjamesjacoby
|
Remove some overly descriptive inline doc from bbpress.php.
|
| [3760]
|
johnjamesjacoby
|
Remove slug variables from bbPress class and rely on options and object cache going forward.
* Net performance and memory usage win
* Removes class variables that are already in object cache
* Reduces code duplication
* Fixes #1760
|
| [3742]
|
johnjamesjacoby
|
Remove slashes from bbp_get_template_locations(), update doc for bbp_add_template_locations(). See r3739.
|
| [3757]
|
johnjamesjacoby
|
Remove single-site 'Update Forum' menu, as single sites are updated automatically.
* @todo - Automate multisite installs per site if needed
|
| [2897]
|
johnjamesjacoby
|
Remove selected code from bbp_get_dropdown as it's no longer needed.
|
| [5224]
|
johnjamesjacoby
|
Remove second, unused subscription parameters.
|
| [3069]
|
johnjamesjacoby
|
Remove search_form() from no-topics, no-forums, and view templates, as it was causing conflicts in some themes.
|
| [5439]
|
johnjamesjacoby
|
Remove rogue semicolon.
|
| [3058]
|
johnjamesjacoby
|
Remove rogue inline php documentation.
|
| [2709]
|
johnjamesjacoby
|
Remove rogue extra space
|
| [2884]
|
johnjamesjacoby
|
Remove reply and voice count from single-bbp_topic.php. It will be moved into the topic description.
|
| [5490]
|
johnjamesjacoby
|
Remove remaining 'Reply To' references in reply `post_title`'s.
(Now that posts can have empty titles, this is no longer necessary. It also yielded undesired single reply slugs, though they are only exposed to moderators and keymasters.)
Hat tip netweb.
|
| [4247]
|
johnjamesjacoby
|
Remove references to post_category in theme compat.
* Fixes #1952.
|
| [3151]
|
johnjamesjacoby
|
Remove references to deprecated bbp_anonymous_ip meta key as IP address is now saved for all users topics/replies. Fixes #1505. Props Coolkevman.
|
| [2795]
|
johnjamesjacoby
|
Remove references to 'the loop' in phpDoc in functions where the loop isn't required
|
| [3081]
|
johnjamesjacoby
|
Remove reference to bbp_login_url() function
|
| [3118]
|
johnjamesjacoby
|
Remove reference to $post global in bbp_replace_the_content()
|
| [3200]
|
johnjamesjacoby
|
Remove read_forum meta cap check from bbp_user_can_view_forum(). Fixes bug where users with no role in a multisite installation could not read public forum content.
|
| [2495]
|
PeteMall
|
Remove quick edit, add freshness column and utilize excerpt view on topics page.
|
| [3638]
|
johnjamesjacoby
|
Remove query restriction from content-single-topic.php.
|
| [2732]
|
johnjamesjacoby
|
Remove paged=1 from pagination links when default permalinks are set
|
| [4804]
|
johnjamesjacoby
|
Remove outdated bbp_is_query_name() phpdoc references.
|
| [4830]
|
johnjamesjacoby
|
Remove outdated bbp_get_user_id() phpdoc references. See #2284.
|
| [5049]
|
johnjamesjacoby
|
Remove out of date wp_referer_field() phpdoc references.
|
| [3263]
|
johnjamesjacoby
|
Remove old phpdoc comment
|
| [3838]
|
johnjamesjacoby
|
Remove number_format_i18n phpdoc references. See #1810.
|
| [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.
|
| [3067]
|
johnjamesjacoby
|
Remove nested ternary operator in bbp_get_dropdown()
|
| [2852]
|
johnjamesjacoby
|
Remove needless (int) cast in bbp_get_forum_subforum_count
|
| [6430]
|
johnjamesjacoby
|
Remove more debug cruft.
|
| [2779]
|
johnjamesjacoby
|
Remove moderator caps on deactivation. Fixes #1445. Props cnorris23
|
| [4805]
|
johnjamesjacoby
|
Remove meta query check from _bbp_has_replies_where(), add some brackets to improve readability. Addresses regression introduced in r4795. See #2221
|
| [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
|
| [3105]
|
johnjamesjacoby
|
Remove links to topic tags from topic form.
|
| [3303]
|
johnjamesjacoby
|
Remove legacy behavior for profile topics queries. Add filters to _is_ profile functions to allow profile queries to be customized.
|
| [4876]
|
johnjamesjacoby
|
Remove kses filters with the correct priorities if user has 'unfiltered_html' capability. Props alx-ye. Fixes #2315 (trunk)
|
| [4875]
|
johnjamesjacoby
|
Remove kses filters with the correct priorities if user has 'unfiltered_html' capability. Props alx-ye. Fixes #2315 (2.3 branch)
|
| [3352]
|
johnjamesjacoby
|
Remove is_super_admin checks from edit topic/reply link functions. Fixes #1566.
|
| [4747]
|
johnjamesjacoby
|
Remove invalid @uses for subforum count. See #2191.
|
| [4561]
|
johnjamesjacoby
|
Remove inline doc references to extract().
|
| [3900]
|
johnjamesjacoby
|
Remove indentation from bbp_get_user_favorites_topic_ids().
|
| [3253]
|
johnjamesjacoby
|
Remove incorrect is_home from wp_query when viewing a single topic view.
|
| [5824]
|
johnjamesjacoby
|
Remove incorrect `@global` tag in `BBP_Akismet::submit_post()`.
|
| [5088]
|
johnjamesjacoby
|
Remove incorrect @uses bbp_is_user_keymaster() phpdoc reference.
|
| [2775]
|
johnjamesjacoby
|
Remove incorrect 'else' check.
|
| [2975]
|
johnjamesjacoby
|
Remove incomplete bbp_insert_topic() function
|
| [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.
|
| [2665]
|
johnjamesjacoby
|
Remove help message from author favorites.
|
| [4909]
|
johnjamesjacoby
|
Remove help documentation for unsupported core WordPress post features. See #2332 (trunk)
|
| [4908]
|
johnjamesjacoby
|
Remove help documentation for unsupported core WordPress post features. See #2332 (2.3 branch)
|
| [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)
|
| [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)
|
| [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.
|
| [3745]
|
johnjamesjacoby
|
Remove hard coded template part directories from shortcodes and theme compatibility. See r3739.
|
| [5253]
|
netweb
|
Remove hard coded post type references in repair tools. Props thebrandonallen. Fixes #2510
|
| [3002]
|
johnjamesjacoby
|
Remove get_pages() usage from bbp_get_dropdown() and stick to using get_posts() regardless of post_type.
|
| [3331]
|
johnjamesjacoby
|
Remove garbage 'native' text at top of content- and single- files. Props schrepel.
|
| [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.
|
| [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
|
| [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)
|
| [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)
|
| [5135]
|
johnjamesjacoby
|
Remove extraneous closing tag in custom walker start_el() method. Props netweb. Fixes #2455.
|
| [5449]
|
netweb
|
Remove extra URL forward slash in 'reset tools' help codex link. Props extendwings. Fixes #2666
|
| [2981]
|
johnjamesjacoby
|
Remove existing references to forum_voice_count functions. Fixes #1494.
|
| [5277]
|
netweb
|
Remove existing minified CSS, Grunt build process now takes care of this. See #2542.
|
| [4977]
|
johnjamesjacoby
|
Remove esc_attr() from bbp_get_displayed_user_field(), and practice late escaping where appropriate instead. See #4959.
|
| [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.
|
| [3771]
|
johnjamesjacoby
|
Remove empty lines in phpdoc in bbPress class
|
| [3094]
|
johnjamesjacoby
|
Remove empty bbp-default theme
|
| [7269]
|
johnjamesjacoby
|
Remove duplicated line added from merge in r7268.
|
| [3792]
|
johnjamesjacoby
|
Remove duplicate wp_editor code from bbp_get_default_options()
* Props dimadin
* See r3753
* Fixes #1771
|
| [3107]
|
johnjamesjacoby
|
Remove duplicate user template notice
|
| [5276]
|
johnjamesjacoby
|
Remove duplicate testcases directory from previous merge. See #2542.
|
| [5082]
|
johnjamesjacoby
|
Remove duplicate id attributes from some admin settings fields. Props alex-ye. Fixes #2388.
|
| [4982]
|
johnjamesjacoby
|
Remove duplicate escaping from user-details.php, now that fields are automatically sanitized for display. See #1999.
|
| [2649]
|
johnjamesjacoby
|
Remove duplicate action reference
|
| [3277]
|
johnjamesjacoby
|
Remove duplicate "replies" in forum description. Props Fartlek.
|
| [4954]
|
johnjamesjacoby
|
Remove double escaping of user display name for theme compat reset post.
|
| [4956]
|
johnjamesjacoby
|
Remove double escaping for bbp_get_displayed_user_field() usages, and update phpdoc for spam/ham user functions.
|
| [3330]
|
johnjamesjacoby
|
Remove double breadcrumb from create topic page template.
|
| [2781]
|
johnjamesjacoby
|
Remove diff that was accidentally added to project.
|
| [2689]
|
johnjamesjacoby
|
Remove deprecated template file.
|
| [4746]
|
johnjamesjacoby
|
Remove deprecated subforum prevention code. Though it's not directly supported, preventing it isn't necessary either. See #2191.
|
| [5265]
|
netweb
|
Remove deprecated screen_icon() calls. Props netweb. Fixes #2538
|
| [3327]
|
johnjamesjacoby
|
Remove deprecated reference to $count_hidden in bbp_toggle_reply_handler(). See r3325.
|
| [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.
|
| [6429]
|
johnjamesjacoby
|
Remove debug cruft.
|
| [3498]
|
johnjamesjacoby
|
Remove debug cruft from r3497.
|
| [4648]
|
johnjamesjacoby
|
Remove debug cruft from bbp_get_reply_post_date().
|
| [2766]
|
johnjamesjacoby
|
Remove debug code.
|
| [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.
|