Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4824 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 4824)

Changeset Author Message
[3634] johnjamesjacoby Theme Compatibility Updates: * Tableless layout, fixes #1586, props mercime * Introduce content-single-reply and content-topic-tag-edit templates * Update shortcodes to use content templates * Update theme compatibility to include single reply shortcode * @todo CSS audit, RTL audit, shortcode audit
[3633] johnjamesjacoby Introduce raw functions for getting user topic and reply post counts directly from the posts table. See #1694.
[3632] johnjamesjacoby Introduce template tags for getting user topic, reply, and total post counts. See #1694.
[3631] johnjamesjacoby Bail out of bbp_template_include_theme_supports() early if theme does not support bbPress.
[3630] johnjamesjacoby Bail out of bbp_template_include_theme_compat() early if theme explicitly adds theme support for bbPress.
[3629] johnjamesjacoby Introduce bbp_get_query_template() function to handle the template assignment for the extra bbPress root level template files.
[3628] johnjamesjacoby Use is_a() in bbp-twentyten/functions.php so class extension works correctly.
[3627] johnjamesjacoby Replace get_class() calls with is_a() where applicable.
[3626] johnjamesjacoby Fix subfolder redirect issue on login/logout. Fixes #1645. Props !Mamaduka.
[3625] johnjamesjacoby Tweak hidden topic and reply dashboard right-now links. Fixes #1670.
[3624] johnjamesjacoby Add topic sticky dropdown to wp-admin metabox. Fixes #1625. Props !GautamGupta.
[3623] johnjamesjacoby First pass at v2 theme compatibility: * Remove references to current_theme_supports() * Introduce bbp_locate_template() to include theme compat path * Use bbp_locate_template() through-out project * See #1691
[3622] johnjamesjacoby Fix subforum ordering in bbp_forum_get_subforums(). Fixes #1671. Props ericlewis.
[3621] johnjamesjacoby Allow forum/topic/reply row classes to be filtered. Fixes #1664.
[3620] johnjamesjacoby Add another missing textdomain in topics widget. See #1661.
[3619] johnjamesjacoby Add missing textdomain in topics widget. Fixes #1661. Props Mamaduka.
[3618] johnjamesjacoby Update language path comment in bbPress::load_textdomain(). See #1647.
[3617] johnjamesjacoby Add traditional WordPress 'plugin_locale' filter to load_textdoman() method. See #1647.
[3616] johnjamesjacoby Correct core languages path in bbp-languages/index.php
[3615] johnjamesjacoby Revert cruft from bbp_get_forum_edit_template() from r3614.
[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.
[3613] johnjamesjacoby Add topic-tag slug to array of available templates in both bbp_get_topic_tag_template() and bbp_get_topic_tag_edit_template(). Fixes #1685. Props ptahdunbar.
[3612] johnjamesjacoby Add missing parenthesis in bbp_close_topic(). Fixes #1689, props thebrent. (2.0)
[3611] johnjamesjacoby Add missing parenthesis in bbp_close_topic(). See #1689, props thebrent. (2.1)
[3610] johnjamesjacoby Add user_nicename to single_user template hierarchy.
[3609] johnjamesjacoby Add class_exists check to BBP_Forums_Group_Extension to prevent errors if BuddyPress Groups component is deactivated.
[3608] johnjamesjacoby Fix extra php closing bracket in content-single-user.php. Props ptahdunbar.
[3607] johnjamesjacoby Introduce bbp_template_redirect() and use for checking various edit screens: * Introduce bbp_check_forum_edit() to check for forum edit * Introduce bbp_check_topic_edit() to check for topic edit * Introduce bbp_check_reply_edit() to check for reply edit * Introduce bbp_check_topic_tag_edit() to check for topic tag edit * Introduce bbp_check_user_edit() to check for user edit * Remove these checks from bbp_pre_get_posts() and only use it to setup query vars * Fixes #1684, r3605 * For 2.1 (plugin) branch
[3606] johnjamesjacoby Fix phpdoc @uses in bbp_check_user_edit(). See #1664. (2.0)
[3605] johnjamesjacoby Introduce bbp_template_redirect() and use for checking various edit screens: * Introduce bbp_check_topic_edit() to check for topic edit * Introduce bbp_check_reply_edit() to check for reply edit * Introduce bbp_check_topic_tag_edit() to check for topic tag edit * Introduce bbp_check_user_edit() to check for user edit * Remove these checks from bbp_pre_get_posts() and only use it to setup query vars * See #1684 * For 2.0 branch
[3604] johnjamesjacoby Tag bbPress 2.0.1
[3603] johnjamesjacoby Bump branch to 2.0.1. Update readme.txt and remove hard-coded version reference from bbp-extend-akismet.php.
[3602] johnjamesjacoby Prevent guest users from editing topics and replies if anonymous posting is active. See #1678. (2.0)
[3601] johnjamesjacoby Revert part of r3600 and change logic. See #1678. (2.1)
[3600] johnjamesjacoby Prevent guest users from editing topics and replies if anonymous posting is active. See #1678. (2.1)
[3599] johnjamesjacoby Fix debug notice in BuddyPress user ID filter when anonymous posting is enabled.
[3598] johnjamesjacoby Use $plugin variable in bbp_is_activation()
[3597] johnjamesjacoby Only bail if forums are installed correctly.
[3596] johnjamesjacoby Remove the PHP4 constructor helper in main bbPress class. (2.1)
[3595] johnjamesjacoby Tweak Green admin color scheme. See [WP19198]
[3594] johnjamesjacoby Define local variables in bbpress.php to prevent strict notices.
[3593] johnjamesjacoby Remove unused $bp global in bbp_filter_user_id()
[3592] johnjamesjacoby Add id's to BuddyPress toolbar items for WordPress 3.3.
[3591] johnjamesjacoby Fix phpdoc indentation to bbp_get_time_since()
[3590] johnjamesjacoby Update Green (minty) admin CSS color scheme for WordPress 3.3.
[3589] johnjamesjacoby Force comment_status to 'closed' for forums, topics, and replies. Fixes #1676.
[3588] johnjamesjacoby RTL CSS fixes. Props ramiy. Fixes #1654.
[3587] johnjamesjacoby Fix issue causing sub-forum lists not to appear. Fixes #1674.
[3586] johnjamesjacoby Settings, functions, CSS, and template-tags necessary to use wp_editor() function, introduced in WordPress 3.3. See #1673.
[3585] johnjamesjacoby Introduce bbp_is_edit global posts_query var to indicate that bbPress editing is occurring.
[3584] johnjamesjacoby Check the post_content instead of post_title in forum & topic content form functions.
[3583] johnjamesjacoby Contextual help fixes. Fixes #1657. Props duck_
[3582] johnjamesjacoby Update description of $private_status_id var in bbPress class. See #1672, r3581.
[3581] johnjamesjacoby Introduce bbp_check_for_moderation() to check moderation_keys and comment_max_links before publishing topics and replies. Also introduces function for getting the pending post status, and adds missing status vars to bbPress class. See #1672.
[3580] johnjamesjacoby Prevent possible debug notice in bbp_get_breadcrumb()
[3579] johnjamesjacoby Always set defaults in bbp_theme_compat_reset_post().
[3578] johnjamesjacoby Use correct $user->ID variable and bbp_get_current_user_id() function in bbp_pre_get_posts().
[3577] johnjamesjacoby Missed a spot. Swap @public for @var. See r3576
[3576] johnjamesjacoby Swap out @public's for @var's in bbpress.php. Props duck_.
[3575] johnjamesjacoby Add functions and settings for BuddyPress group forums and Akismet extensions. Add checks to these settings to only show them when relevant. Do not load new Forums component if BuddyPress forums are already active. See #1669.
[3574] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices. See r3445. (2.1)
[3573] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure. See r3544. (2.1)
[3572] johnjamesjacoby Introduce functions for topic/reply per-page settings, to prevent divide by zero errors if setting is saved as '0' string. See r3540. (2.1)
[3571] johnjamesjacoby Use get_post_class() to fix premature echo of forum/topic/reply post classes. See #1650, r3543. (2.1)
[3570] johnjamesjacoby Remove stray quote from login widget. See #1644, r3542. (2.1)
[3569] johnjamesjacoby Check query name in bbp_is_single_view(). See #1651, r3541. (2.1)
[3568] johnjamesjacoby Fix regression introduced in r3553 causing Home breadcrumb text to be the current title.
[3567] johnjamesjacoby Add is_forum_edit() check to breadcrumb function to correctly load the ancestors. See #1669.
[3566] johnjamesjacoby Introduce shortcode, rewrite rule, template file, and theme-compatibility code for front-end Forum editing. See #1669.
[3565] johnjamesjacoby Update the BuddyPress group extension with working create/edit screens. @todo Saving. See #1669.
[3564] johnjamesjacoby Tweaks to bbp-twentyten styling to accomodate form-forum.php.
[3563] johnjamesjacoby Abstract Forum metabox dropdown builders into template tags to be used in front-end editor.
[3562] johnjamesjacoby Check for active BuddyPress Group component before registering Forum extension.
[3561] johnjamesjacoby Move favorites and subscriptions handlers off of template_loader action and on to bp_actions in BuddyPress extension.
[3560] johnjamesjacoby Use correct current_action() function in BuddyPress extension user_profile_url() method. Fixes incorrect URL's for Forum sub-actions.
[3559] johnjamesjacoby Move BuddyPress extension loader to bbp-core-hooks.php.
[3558] johnjamesjacoby Remove clever code from bbp-topic-template.php. Tweak text in bbp_get_single_topic_description()
[3557] johnjamesjacoby Do not check is_rtl() for breadcrumb separator direction. See #1653.
[3556] johnjamesjacoby Do not reverse the breadcrumb order when RTL. Fixes #1653.
[3555] johnjamesjacoby Remove unused $is_edit param in anonymous user data function, and clean up some whitespace.
[3554] johnjamesjacoby Add is_user_logged_in() check to bbp_is_user_home(). Fixes #1655, props valendesigns. (plugin)
[3553] johnjamesjacoby Add filters to _is_ functions. Add forum form field function. Use bbp_get_user_id() in bbp_title().
[3552] johnjamesjacoby First round of BuddyPress Groups integration: * Moves BuddyPress extension activation to bp_include action * Adds form-forum.php template part
[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().
[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)
[3548] johnjamesjacoby Pass $reply_id correctly into bbp_get_reply_id() in bbp_notify_subscribers()
[3547] johnjamesjacoby Tweak user template parts to move hr tags into content-single-user.php.
[3546] johnjamesjacoby Bump plugin branch version to 2.1-bleeding.
[3545] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices.
[3544] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure.
[3543] johnjamesjacoby Use get_post_class() to fix premature echo of forum/topic/reply post classes. Fixes #1650.
[3542] johnjamesjacoby Remove stray quote from login widget. Fixes #1644. Props markmcwilliams.
[3541] johnjamesjacoby Check query name in bbp_is_single_view(). Fixes #1651. Props !GautamGupta for original patch.
[3540] johnjamesjacoby Introduce functions for topic/reply per-page settings, to prevent divide by zero errors if setting is saved as '0' string.
[3539] johnjamesjacoby Set $the_core_slugs static to empty array in bbp_form_slug_conflict_check()
[3538] johnjamesjacoby Tag bbPress 2.0
[3537] johnjamesjacoby Create 2.0 branch
[3536] johnjamesjacoby Bump plugin version to 2.0
[3535] johnjamesjacoby Retagging 0.9.0.7 (See r3435)
Note: See TracReports for help on using and creating reports.