Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4820 matches)

Report designed to help manage the list of contributors.

Note: If you'd like a RSS feed of the changesets a they happen, Please use the timeline rss feed instead.

Results (1701 - 1800 of 4820)

Changeset Author Message
[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.
[3772] johnjamesjacoby Remove copy-pasta phpdoc in bbPress class.
[3350] johnjamesjacoby Remove completed @todo's and fix incorrect filters on core ID's
[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)
[3558] johnjamesjacoby Remove clever code from bbp-topic-template.php. Tweak text in bbp_get_single_topic_description()
[3551] johnjamesjacoby Remove clever code from bbp-forum-template.php. Add first round of forum form template functions.
[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().
[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.
[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.
[5056] johnjamesjacoby Remove byref usage in BuddyPress Groups admin box method.
[4205] johnjamesjacoby Remove branches/plugin. * Copied to /trunk in r4201
[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.
[2598] johnjamesjacoby Remove bbp-custom code.
[3174] johnjamesjacoby Remove bbp-core-update.php from project, as it is no longer used.
[4696] johnjamesjacoby Remove array_reverse() usage in breadcrumb output. Props alex-ye. Fixes #2124, #2166.
[7018] johnjamesjacoby Remove alpha designation from 2.6 branch, for 2.6.3.
[2777] johnjamesjacoby Remove admin notice. Fixes #1440.
[3730] johnjamesjacoby Remove accidental whitespace from r3729. Antiprops johnjamesjacoby.
[4494] johnjamesjacoby Remove accidental variable variable in widget output.
[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
[5195] johnjamesjacoby Remove `topic.min.js` from default theme compat.
[5284] netweb Remove `tests/phpunit/data/.trac-ticket-cache*` from .gitignore (only required in WP develop repo). See #2542
[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
[5622] netweb Remove `onevar` from `.jshintrc`, as of JSHint v2.5 `onevar` is no longer an option. See #2746
[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.
[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.
[5213] johnjamesjacoby Remove `get_post_type_object()` phpdoc reference in `BBP_Admin::map_settings_meta_caps()`.
[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.
[5320] johnjamesjacoby Remove `akismet_test_mode()` usage as it's been removed from Akismet's development branch.
[5321] johnjamesjacoby Remove `akismet_microtime()` usage as it's been removed from Akismet's development branch.
[5671] netweb Remove `BBP_UnitTestCase::knownBBPBug` PHPUnit tests support for bbPress unclosed Trac tickets. See #WP30284 and #BuddyPress6223
[3356] johnjamesjacoby Remove _core_ prefix from function names introduced in r3355.
[3500] johnjamesjacoby Remove Genesis navigation after the post loop has finished. See #1622. Props jaredatch.
[3691] johnjamesjacoby Remove Genesis compatability. Fixes #1729.
[3667] johnjamesjacoby Remove BuddyPress group forum styling from bbp-twentyten theme. We'll be relying on default styling for 2.1. See #1669.
[3341] johnjamesjacoby Remove BBP_VERSION global constant. Update readme.txt. Bump plugin branch to RC 1.
[2619] johnjamesjacoby Remove @todo
[5481] netweb Remove @ToDo 'Implement Feeds' PHPDoc reference in `bbp_register_view()`, feeds were added for views in r3171 and r3172. Fixes #2631
[4591] johnjamesjacoby Remove 'switch_blog' hook for bbp_set_current_user_default_role(). Causing issues with multisite creation. Fixes #2103.
[5115] johnjamesjacoby Remove 'none_found' strings from forms. Will be deprecating as part of #2445.
[5116] johnjamesjacoby Remove 'none_found' from metaboxes. Will be deprecating as part of #2445.
[3821] johnjamesjacoby Remove 'bbpress/' from template part calls in bbp-twentyten. * Sub folders are handled automatically by bbp_get_template_part() * See #1796
[4837] johnjamesjacoby Remove 'bbp_filter_kses' filter instead of 'wp_filter_kses' - Fixes unfiltered HTML issues introduced with bbp_filter_kses(). Props alex-ye. Fixes #2290.
[4750] johnjamesjacoby Remove 'bbp_encode_bad' filter on topic/reply content. Fixes issues with double encoding.
[3722] johnjamesjacoby Remove 'Remove' list-item from loop-topics.php template, as it causes issues with tableless layout.
[3675] johnjamesjacoby Remove $terms copy-pasta from bbp_edit_forum_handler()
[4738] johnjamesjacoby Remove "bbp-mention-link" class from bbp_mention_filter() links. Fixes bug where copy/pasting previous post content into TinyMCE causes duplicate topic/reply check to not match correctly. See #2185.
[3060] johnjamesjacoby Remember to exit after loading a found template file in bbp_load_template() when using theme compatability.
[5241] netweb Relocate `login_form` action hook outside `bbp-submit-wrapper` form submit wrapper in `form-user-login.php` and `form-user-lost-pass.php` templates. Props icu0755. Fixes #2500 (trunk)
[5240] netweb Relocate `login_form` action hook outside `bbp-submit-wrapper` form submit wrapper in `form-user-login.php` and `form-user-lost-pass.php` templates. Props icu0755. Fixes #2500 (2.5 branch)
[2528] mdawaffe Relearn the ropes: bump version
[2945] johnjamesjacoby Rejig the updater
[4673] johnjamesjacoby Rejig the post_status logic in bbp_has_topics() and bbp_has_replies() to use the 'perm' query variable when appropriate. This allows unfamiliar topic and reply statuses to work as intended. Also allows post authors to view their own private content. Fixes #2088.
Note: See TracReports for help on using and creating reports.