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 (3001 - 3100 of 4820)

Changeset Author Message
[2841] johnjamesjacoby Rearrange the reply and new topic elements in bbp-twentyten. Adjust the fieldset top padding and fieldset message styling.
[4721] johnjamesjacoby Rearrange the way map_group_forum_meta_caps() is used. See #2089.
[2635] johnjamesjacoby Rearrange time and date
[3530] johnjamesjacoby Rebranching 1.1
[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.
[3919] johnjamesjacoby Redirects: * Always use wp_safe_redirect() in bbPress. * Nothing should/will redirect off-site.
[3913] johnjamesjacoby Redirects: * Remove redirect_to fields from edit form field functions, and trust handler logic to do its job. * See #1829.
[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.
[6961] johnjamesjacoby Reduce number of tags in readme.txt.
[6960] johnjamesjacoby Reduce number of tags in readme.txt.
[3061] johnjamesjacoby Reduce the width of topic/reply textareas for improved theme compatibility.
[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.
[2611] johnjamesjacoby Reduce width of author area and center contents
[3685] johnjamesjacoby Refactor bbp_admin_settings_help() to use add_help_tab() and set_help_sidebar(). See #1699.
[3686] johnjamesjacoby Refactor forum/topic/reply contextual help, shamelessly sampled from the !WordPress 'post' content type. See #1699.
[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.
[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)
[6121] johnjamesjacoby Reference correct hook name in docs. Props netweb. See r5945.
[4687] jmdodd Refine bbp_get_dropdown(). * Don't assume post_parent = 0 as a default. * Fixes #2153.
[2507] johnjamesjacoby Register our own theme directory in WP
[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.
[2945] johnjamesjacoby Rejig the updater
[2528] mdawaffe Relearn the ropes: bump version
[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)
[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)
[3060] johnjamesjacoby Remember to exit after loading a found template file in bbp_load_template() when using theme compatability.
[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.
[3675] johnjamesjacoby Remove $terms copy-pasta from bbp_edit_forum_handler()
[3722] johnjamesjacoby Remove 'Remove' list-item from loop-topics.php template, as it causes issues with tableless layout.
[4750] johnjamesjacoby Remove 'bbp_encode_bad' filter on topic/reply content. Fixes issues with double encoding.
[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.
[3821] johnjamesjacoby Remove 'bbpress/' from template part calls in bbp-twentyten. * Sub folders are handled automatically by bbp_get_template_part() * See #1796
[5116] johnjamesjacoby Remove 'none_found' from metaboxes. Will be deprecating as part of #2445.
[5115] johnjamesjacoby Remove 'none_found' strings from forms. Will be deprecating as part of #2445.
[4591] johnjamesjacoby Remove 'switch_blog' hook for bbp_set_current_user_default_role(). Causing issues with multisite creation. Fixes #2103.
[5481] netweb Remove @ToDo 'Implement Feeds' PHPDoc reference in `bbp_register_view()`, feeds were added for views in r3171 and r3172. Fixes #2631
[2619] johnjamesjacoby Remove @todo
[3341] johnjamesjacoby Remove BBP_VERSION global constant. Update readme.txt. Bump plugin branch to RC 1.
[3667] johnjamesjacoby Remove BuddyPress group forum styling from bbp-twentyten theme. We'll be relying on default styling for 2.1. See #1669.
[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.
Note: See TracReports for help on using and creating reports.