Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4934 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 (1801 - 1900 of 4934)

Changeset Author Message
[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.
[2507] johnjamesjacoby Register our own theme directory in WP
[4687] jmdodd Refine bbp_get_dropdown(). * Don't assume post_parent = 0 as a default. * Fixes #2153.
[6121] johnjamesjacoby Reference correct hook name in docs. Props netweb. See r5945.
[5260] johnjamesjacoby Refactor subscription notifications functions to send 1 email with all subscribers BCC'd rather than 1 email per subscriber. This speeds up posting significantly in forums or topics where there are any number of subscribers, particularly on configurations with slow email servers or when using external email services. (Subscription notifications could be improved further in a future iteration by moving the actual sending into a `wp_cron` process, but this improvement is easy and significant enough where it will be sufficient for the widest audience.) Hat tip netweb, rossagrant. Fixes #2162. (trunk)
[5258] johnjamesjacoby Refactor subscription notifications functions to send 1 email with all subscribers BCC'd rather than 1 email per subscriber. This speeds up posting significantly in forums or topics where there are any number of subscribers, particularly on configurations with slow email servers or when using external email services. (Subscription notifications could be improved further in a future iteration by moving the actual sending into a `wp_cron` process, but this improvement is easy and significant enough where it will be sufficient for the widest audience.) Hat tip netweb, rossagrant. Fixes #2162.
[3686] johnjamesjacoby Refactor forum/topic/reply contextual help, shamelessly sampled from the !WordPress 'post' content type. See #1699.
[3685] johnjamesjacoby Refactor bbp_admin_settings_help() to use add_help_tab() and set_help_sidebar(). See #1699.
[2611] johnjamesjacoby Reduce width of author area and center contents
[5395] johnjamesjacoby Reduce unnecessary complexity and flexibility in `bbp_get_reply_to_dropdown()`. Since this is a purpose built form field, explicit filtering of arguments is not necessary. See #2617.
[3061] johnjamesjacoby Reduce the width of topic/reply textareas for improved theme compatibility.
[6961] johnjamesjacoby Reduce number of tags in readme.txt.
[6960] johnjamesjacoby Reduce number of tags in readme.txt.
[3912] johnjamesjacoby Redirects: * Tweak topic and reply form fields to include redirect_to field. * Fix redirect logic in single items after editing. * Remove forum_id from new reply hidden fields, and calculate on handler based off of topic ID (to prevent mismatches.) * Fixes #1829.
[3913] johnjamesjacoby Redirects: * Remove redirect_to fields from edit form field functions, and trust handler logic to do its job. * See #1829.
[3919] johnjamesjacoby Redirects: * Always use wp_safe_redirect() in bbPress. * Nothing should/will redirect off-site.
[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.
[3530] johnjamesjacoby Rebranching 1.1
[2635] johnjamesjacoby Rearrange time and date
[4721] johnjamesjacoby Rearrange the way map_group_forum_meta_caps() is used. See #2089.
[2841] johnjamesjacoby Rearrange the reply and new topic elements in bbp-twentyten. Adjust the fieldset top padding and fieldset message styling.
[3784] johnjamesjacoby Rearrange sub-actions for improved readability in bbp-core-actions.php.
[3212] johnjamesjacoby Rearrange settings in bbp_add_options() into more accurate sections.
[2633] johnjamesjacoby Rearrange recount items to be top-down forums, topics, replies
[3752] johnjamesjacoby Rearrange filtering of $forum_parent_id in bbp_new_forum_handler(). See #1669.
[2571] johnjamesjacoby Rearrange _id logic to account for sub-forums and hierarchical replies.
[4500] johnjamesjacoby Rearrange $wpdb global usage in bbp_check_for_duplicate().
[7219] johnjamesjacoby Readme: Bump stable tag, and add missing header meta. (Also updates build tool dependencies.)
[7294] johnjamesjacoby Readme: Bump stable tag in trunk to 2.6.13.
[7093] johnjamesjacoby Readme: Bump stable tag and group "Requires" headers together. In trunk, for 2.7.0.
[7202] johnjamesjacoby Readme: Bump "tested up to" to 5.8.
[7201] johnjamesjacoby Readme: Bump "tested up to" to 5.8.
[6689] johnjamesjacoby Read-me & Humans updates: * Add Sergey & Pippin * Add dates to changelog * Consolidate 2.0.0 betas into one release * Update plugin descriptions
[5425] netweb Re-factor importing closed topics to import the closed status and update the closed topic post and post meta status using `bbp_close_topic()`. See #2577
[5359] johnjamesjacoby Re-alphabetize grunt packages and update keywords in `package.json`.
[5166] johnjamesjacoby RTLove. Props netweb, alex-ye. Fixes #2385.
[4621] johnjamesjacoby RTL improvements for pagination arrows and breadcrumb order. See #2124.
[4619] johnjamesjacoby RTL CSS tweaks for search. See #1575.
[3588] johnjamesjacoby RTL CSS fixes. Props ramiy. Fixes #1654.
[6510] johnjamesjacoby RC 1, not 3. See r6509.
[2898] johnjamesjacoby Quick post_id sanity check in anonymous_metabox.
[6685] johnjamesjacoby Query: use `NOT IN` strategy in `bbp_get_all_child_ids()` This ensures that only specific post-statuses are explicitly excluded from "all child IDs" type queries, where previously post-statuses needed to be specifically defined. See #3128. Fixes #3140. 2.5 branch, for 2.5.14.
[6643] johnjamesjacoby Query: use `NOT IN` strategy in `bbp_get_all_child_ids()` This ensures that only specific post-statuses are explicitly excluded from "all child IDs" type queries, where previously post-statuses needed to be specifically defined. See #3128.
[4899] johnjamesjacoby Query clean-up: * Move implode() calls out of queries and replace with variables. * Audit IN queries and implode/explode for wp_parse_id_list() usages. * See #2331.
[6607] johnjamesjacoby Queries: `nopaging` audit. * In r6506 the `nopaging` query argument was added to various queries to avoid paginating results when it wasn't necessary. This resulted in a few queries (widgets mainly) not obeying their specific settings. * In #3123, other inconsistencies in our query arguments were uncovered, triggering the need to audit our query usages and equalize them once again. This change brings all queries back to par with one another, specifically in regards to `posts_per_page => -1` style queries, and queries where filters can be suppressed and meta/term caches should not be primed. It also groups together the `get_user_object_ids` functions. These are now unused in bbPress proper, though were previously useful before the engagements API was in place. These queries are considered too inefficient to rely upon in large-scale applications, but are included to provide filterable wrappers should someone need them, or should we need to bring them back later. Props thebrandonallen. Fixes #3123.
[6612] johnjamesjacoby Queries: Use new `object_type` over old `post_type`. When `bbp_get_user_object_ids()` was introduced, some helpers did not get updated to use the new argument key. This change fixes that, and fixes failing tests in the process. Note that these tests are testing new & unused helper functions for 2.6, so it's unlikely any noticable problems occurred from these being broken.
[6219] johnjamesjacoby Queries: Use `no_found_rows` where relevant. This prevents `SQL_CALC_FOUND_ROWS` usages in places where it is not used. Fixes #2972.
[6434] johnjamesjacoby Queries: Update `orderby` clauses of last-id queries to ensure more accurate results, specifically for imported forums and posts where IDs and `post_date` columns might be inverted. Also update a few tests to be less cranky with exact array results. Props thebrandonallen. Fixes #3108.
[6289] johnjamesjacoby Queries: Return empty array if no parent ID or no post-type are passed. See #3059.
Note: See TracReports for help on using and creating reports.