Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4888 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 (3401 - 3500 of 4888)

Changeset Author Message
[3930] johnjamesjacoby Only filter shortcode queries if query is not already set. Also, use correct filter names.
[3929] johnjamesjacoby Update the phpdoc in bbp_template_include_theme_compat() to more accurately describe how overriding the_content works.
[3928] johnjamesjacoby Theme Compatibility: * Clean up bbpress-functions.php for Twenty Ten and Default theme packages. * Simplify bbp_register_theme_package() to accept an array or a BBP_Theme_Compat object. * Update bbPress::register_theme_packages() to use new style above.
[3927] johnjamesjacoby Theme Compatibility: * Introduce bbp_is_theme_compat_original_template() and bbp_set_theme_compat_original_template() functions, to allow the template loader to properly use custom post type templates. * Refactor BBP_Theme_Compat to use magic methods. * Reorder bbp_template_include_theme_supports() to put _edit() checks before single/archive checks, to prevent them from being stomped. * Clean up BBP_Theme_Compat usage to work with refactored approach. * Fixes #1833.
[3926] johnjamesjacoby bbp_has_topics(): * Smarter defaults for topic-search and stickies, and both params together. * Rearrange default arguments to improve readability.
[3925] johnjamesjacoby Theme Compatibility: * Skip extra enqueue_scripts logic for multiple _is_ checks. * Clean up get_current_theme() check. * See #1832.
[3924] johnjamesjacoby Theme Compatibility: * Improvements to head script and RTL/LTR css enqueuing. * Backwards compat for get_current_theme(). * Fixes #1832.
[3923] johnjamesjacoby Theme Compatibility: * Only run bbp_template_include_theme_compat() on main loop.
[3922] johnjamesjacoby Template Loader: * Add missing single and archive functions. * Add checks for these templates to loader filter.
[3921] johnjamesjacoby Use trailingslashit() in bbp_locate_template() to prevent double slashes.
[3920] johnjamesjacoby Bump version to 2.1-r3920.
[3919] johnjamesjacoby Redirects: * Always use wp_safe_redirect() in bbPress. * Nothing should/will redirect off-site.
[3918] johnjamesjacoby User Edit: * Add missing bbp_is_user_home_edit() function and use where appropriate. * Add bbp_is_user_home_edit() checks to is_bbpress() and body class.
[3917] johnjamesjacoby Main Class: * Mark main bbPress class as final, and some methods as static.
[3916] johnjamesjacoby Admin: * Mark some methods as static where appropriate in BBP_Admin class.
[3915] johnjamesjacoby Admin: * Add missing quotes to icon URL css in BBP_Admin::admin_head().
[3914] johnjamesjacoby Updater: * Fix network admin core update URL. * Fixes #1830.
[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.
[3911] johnjamesjacoby User Options: * Introduce bbp-user-options.php to handle all user option related code. * Add $user_options array to main bbPress class to allow for easy, static, per-user option overrides. * Tweak action order for option and user_option overrides in bbp-core-hooks.php. * Replace all appropriate user_meta calls with user_option calls to automatically prefix keys with blog ID. * Update favorites, subscriptions, and topic/reply count option keys to be per-blog in multisite configurations. * Fixes #1826.
[3910] johnjamesjacoby Use get_users() in bbp_get_total_users() to avoid a direct database query. See #1826. Props tott.
[3909] johnjamesjacoby BuddyPress: * Change BBP_Forums_Groups_Component methods to public. * These should be allowed to be protected by BuddyPress core later.
[3908] johnjamesjacoby BuddyPress: * Change BBP_Forums_Component methods to public. * These should probably be made protected at some point.
[3907] johnjamesjacoby Remove some overly descriptive inline doc from bbpress.php.
[3906] johnjamesjacoby Theme Actions: * Swap incorrect before/after actions in topic-lead and loop-single-reply templates. * Props sorich87. * Fixes #1825.
[3905] johnjamesjacoby bbPress::setup_globals() * Add filters to: basename, plugin_dir, plugin_url, themes_dir, themes_url, and lang_dir. * Props tott. * Fixes #1824.
[3904] johnjamesjacoby Group Forums: * PHP5ize the classes. * Rearrange some methods. * Allow BBP_BuddyPress class to be modified after load. * Code formatting fixes.
[3903] johnjamesjacoby Formatting: * 'elseif' not 'else if' in bbp-template-functions.php * Ignore my OCD.
[3902] johnjamesjacoby Common: * Audit _is_ functions and make sure they return and filter correctly. * Add descriptions to phpdoc headers of common files.
[3901] johnjamesjacoby Breadcrumbs: * Wrap separator in a span if it exists. * Shorten $breadcrumbs variable to $crumbs for improved readability. * Fixes #1821 again. * Props netweb for original patch.
[3900] johnjamesjacoby Remove indentation from bbp_get_user_favorites_topic_ids().
[3899] johnjamesjacoby Core: * Add new bbp-core-functions.php file to bbp-includes. * Move functions out of bbp-common-functions.php and into bbp-core-functions.php and bbp-topic-template.php. * Paves way for bbPress function map API.
[3898] johnjamesjacoby Breadcrumbs: * Add classes to breadcrumb items that were missing them (forum|topic|reply|topic-tag) * Fixes #1821. * Props netweb for original patch.
[3897] johnjamesjacoby Admin: * Allow admin screens to be overridden by switch or capability. * Always allow for is_super_admin(). * Fixes #1822.
[3894] johnjamesjacoby Converter: * Filter admin menu for tabbed Tools navigation * See #1820
[3893] johnjamesjacoby Converter: * Remove commented cruft from bbPress 1.x converter * Improvements to ajax and spinner * See #1820
[3892] johnjamesjacoby Theme Compat: * Fix form class on last password template part. * Tweak form/widget styling to be more consistent.
[3891] johnjamesjacoby Converter: * Add user_nicename, user_status, and user_display_name to bbPress 1.x importer * See #1820
[3890] johnjamesjacoby Converter: * Add user_topic_count repair function * Fix incorrect meta key in user_reply_count repair function * See #1820
[3889] johnjamesjacoby Converter: * Add last active time to topics based on topic_time * See #1820
[3888] johnjamesjacoby Converter: * Add wpspin gif to top most conversion feedback * See #1820
[3887] johnjamesjacoby Converter: * Fix incorrect callback to 'bbp_admin_repair_freshness' * See #1820
[3886] johnjamesjacoby Converter: * Remove extra "Found" text from converter process * See #1820
[3885] johnjamesjacoby Converter: * Add total topic and reply counts to bbPress 1.x forum converter * Fixes issue with forum counts in non-hierarchical forum setups * See #1820
[3884] johnjamesjacoby Converter: * Fix issue with reply titles in bbPress 1.x * Fix issue with reply topic in bbPress 1.x * Rename "Recount" to "Repair" through wp-admin * Introduce "Reset Forum" tool * See #1820
[3883] johnjamesjacoby Tweak bbp-core-options.php to not create variables where they are not needed.
[3882] johnjamesjacoby Update input-buttons to button-buttons in theme compatability.
[3881] johnjamesjacoby Only allow users that can edit other users to change a users role, and do not allow them to change their own role.
[3880] johnjamesjacoby Only allow users that can edit other users to change a users role.
[3879] johnjamesjacoby Only apply borders to top of elements in theme compat, for consistency sake.
[3878] johnjamesjacoby Tweak admit repair page text and description.
[3877] johnjamesjacoby Update some phpdoc in bbp-admin
[3876] johnjamesjacoby Converter: * Tweaks to converter process * Rename "Recount" to "Repair" and point everything to it as needed * Add two new repair tools to recalculate the forum ID and topic ID for each post, based on the post_parent values * See #1820
[3875] johnjamesjacoby Converter: * Group Forum tools into h2 tabs * See #1820
[3874] johnjamesjacoby Converter: * Use $_POST rows in process_callback() method so math matches * See #1820
[3873] johnjamesjacoby Converter: * Set topic ID for topics * Add inline doc to convert_table() method * Tweak bbPress 1.x field mapping * See #1820
[3872] johnjamesjacoby Converter: * Tabulate the recount and converter menu items * See #1820
[3871] johnjamesjacoby Tweak theme compat CSS to ensure topic and reply avatars are always centered.
[3870] johnjamesjacoby Tweak theme compat CSS to allow single reply pages to have matching styles as single topics.
[3869] johnjamesjacoby Converter: * Decode HTML entities in callback_html method * Fixes issues with bbPress 0.9 (and any legacy software that stored HTML pre-encoded) * See #1820
[3868] johnjamesjacoby Converter: * Add counts to bbPress 1.x forum and topic conversions * Run reply content through callback_html * See #1820
[3867] johnjamesjacoby Converter: * Clean up phpBB field maps * See #1820
[3866] johnjamesjacoby Converter: * Remane 'translate' methods to 'callback' to avoid confusion with i18n functions * Improve maps of bbPress 1 converter * Fix incorrectly named keys in other converters * Whitespace and phpdoc fixes * See #1820
[3865] johnjamesjacoby Converter: * Add translate_status method to bbPress 1.x * Map topic and reply statuses to bbPress 2.x schema * Passes correct post status so spam/trashed posts are not alive again * See #1820
[3864] johnjamesjacoby Converter: * Remove _converter_ from metakey names * Clean up code in base converter classes * Converter now partially functional * See #1820
[3863] johnjamesjacoby Converter: * Whitespace fixes to bbPress1 converter * Fix incorrect fieldname * See #1820
[3862] johnjamesjacoby Tweak topic and reply author img and name CSS in theme compat.
[3861] johnjamesjacoby Default show_role to false, and override to true when needed, for backwards compatibility. See #1815.
[3860] johnjamesjacoby Add template tags and supporting functions to display user role in topics and replies. Fixes #1815. Props cnorris23 for original patch.
[3859] johnjamesjacoby Add GPL licensing and link to readme.txt.
[3858] johnjamesjacoby Number format fixes: * Introduce bbp_number_format_i18n * Clean up number format filters * Allow empty $number values to be passed safely
[3857] johnjamesjacoby Update humans.txt
[3856] johnjamesjacoby Allow user favorites and subscriptions to work per site on multisite installations. Props isaacchapman. Fixes #1818.
[3855] johnjamesjacoby Improve forum and topic description texts to include empty cases.
[3852] johnjamesjacoby More aggressively check private and hidden forums when changing forum status. (plugin branch)
[3851] johnjamesjacoby More aggressively check private and hidden forums when changing forum status. (2.0 branch)
[3850] johnjamesjacoby Port r3737 and part r3750 into 2.0 branch. * Cast parent as integer in bbp_get_forum_ancestors() * Remove forum ID from hidden/private arrays when setting to public
[3849] johnjamesjacoby Only enqueue parent theme CSS if parent theme is twentyten.
[3848] johnjamesjacoby Tweak bbp-theme-compat CSS: * Remove references to legacy body id's (#content|#wrapper|#container) * Enforce list-style: none; to prevent bullets where they are not wanted * Selectively set list-style: square; in content areas
[3845] johnjamesjacoby Clean up inline doc for array elements in _has_functions to be more human readable.
[3844] johnjamesjacoby Correctly show sticky topics when viewing a topic archive or using a topic archive shortcode.
[3843] johnjamesjacoby Fix issue where bbp_get_time_since() can show "5 months, 0 days ago"
[3842] johnjamesjacoby Update bbp_get_time_since() to work like BuddyPress and bbPress 1.0. * years/months/weeks/days/hours/minutes/seconds ago * Remove 'ago' references in bbp-includes and bbp-admin to prevent duplicates
[3841] johnjamesjacoby When querying sticky topics, include all statuses as dictated by the main query. Fixes #1809.
[3840] johnjamesjacoby Introduce bbp_parse_args() and pass filter keys into its usages. * Parsed args to be passively or aggressively filtered * Allows functions that normally require passing parsed $args to instead filter or override results
[3839] johnjamesjacoby Check $anonymous_data variable before assuming array index exists in bbp_check_for_duplicate()
[3838] johnjamesjacoby Remove number_format_i18n phpdoc references. See #1810.
[3837] johnjamesjacoby Audit count functions and add number_format_i18n filter to them. See #1810.
[3836] johnjamesjacoby Don't after-filter return count values as int to allow number-formatting filters to work correctly. Fixes #1810. Props wonderboymusic.
[3835] johnjamesjacoby Tweak bbp-forum-content and bbp-forums-list styling. Fixes #1800.
[3834] johnjamesjacoby Add missing styling to bbp-forum-content in theme compat. See #1800.
[3833] johnjamesjacoby Pinking shears on bbpress.php.
[3832] johnjamesjacoby Add phpdoc description to bbPress::register_theme_packages() warning about hardcoded theme package registrations.
[3831] johnjamesjacoby Add classes to bbp_get_forum_class(): * Add 'bbp-has-subforums' if forum has subforums * Add 'loop-item-%' for each item in the loop * Split code up into easier to grok chunks * Fixes #1803
[3830] johnjamesjacoby Introduce theme packages API for bbPress 2.1 * Allow multiple theme packages to be registered (primarily as plugins) * Allow switching between theme packages on the fly * Register bbp-theme-compat and bbp-twentyten as available theme packages * Introduce new 'bbp_register_theme_packages' action, and supplemental functions * Introduce new option for saving the current theme package * Code and variable clean-up in related files * Fixes #1801 * Fixes #1802
[3829] johnjamesjacoby PHP5'ize bbp-core-classes.php.
[3828] johnjamesjacoby Clean up BBP_Component class methods. Pass $wp_rewrite in sub aciton.
[3827] johnjamesjacoby Check for BBPRESS_LATE_LOAD constant to enable bbPress to be loaded on plugins_loaded action instead of inline.
[3826] johnjamesjacoby Add 'bump' functions for forum, topic, reply, and voice counts. * Functions not used yet * See #1799
[3825] johnjamesjacoby Audit widgets for untranslated or incorrectly translated strings. * Remove PHP4 compat from widgets * Add missing translation to recent replies widget * Add brackets to titles to better group widgets together * Fixes #1797
Note: See TracReports for help on using and creating reports.