[4698]
|
johnjamesjacoby
|
Add forum search to body class. Props alex-ye. Fixes #2165.
|
[3130]
|
johnjamesjacoby
|
Add forum root to breadcrumb if root slug is equal to the path of an existing page. Update field CSS styling to play more nicely with theme compatibility. Replace breadcrumb titles with breadcrumb template part.
|
[3117]
|
johnjamesjacoby
|
Add forum post type back to nav menus. Props christopher-jon.
|
[3678]
|
johnjamesjacoby
|
Add forum author functions, and rename bbp_get_forum_parent() to bbp_get_forum_parent_id(). See #1669.
|
[3290]
|
johnjamesjacoby
|
Add forum and topic archive titles to bbp_title() filter. Rearrange logic to match existing order in other functions.
|
[3289]
|
johnjamesjacoby
|
Add forum and topic archive body classes to bbp_body_class()
|
[2581]
|
johnjamesjacoby
|
Add folder for bbp-default theme
|
[3636]
|
johnjamesjacoby
|
Add filters to default query loop arguments to allow them to be manipulated before being parsed.
|
[3553]
|
johnjamesjacoby
|
Add filters to _is_ functions. Add forum form field function. Use bbp_get_user_id() in bbp_title().
|
[4361]
|
johnjamesjacoby
|
Add filter to bbp_verify_nonce_request() to allow hot-swapping of the request match.
|
[4913]
|
johnjamesjacoby
|
Add filter to bbp_get_search_title().
|
[4912]
|
johnjamesjacoby
|
Add filter to bbp_get_search_terms().
|
[2944]
|
johnjamesjacoby
|
Add filter to 'allowed_themes' to force the 'bbp-twentyten' theme to appear, even if not explicitly enabled via the network theme interface.
|
[3285]
|
johnjamesjacoby
|
Add filter that allows breadcrumb to be manipulated immediately before extraction.
|
[2516]
|
chrishajer
|
Add favicon to bb-admin. Fixes #1303. Props mr_pelle
|
[5158]
|
johnjamesjacoby
|
Add extra conditions to `bbp_current_user_can_access_create_topic_form()`. This addresses `You cannot create new topics` issues eluded to in the forums, of certain users being unable to create new topics even when their capabilities allow.
|
[3293]
|
johnjamesjacoby
|
Add extra 'bbpress' class to special bbPress admin menu separator, so it does not get trimmed off when WordPress 3.2 cleans up trailing separators.
|
[4861]
|
johnjamesjacoby
|
Add ethitter to credits screen. (2.3 branch)
|
[3727]
|
johnjamesjacoby
|
Add error handling to bbp_new_forum_handler() if forum parent is completely missing from POST request.
|
[4691]
|
johnjamesjacoby
|
Add elseif's to bbp_body_class() to avoid running each function when it's not necessary. Also, some code clean-up. Fixes #2168.
|
[5396]
|
johnjamesjacoby
|
Add editable reply-to field in `form-reply.php` for moderators when editing replies. See #2617.
|
[2493]
|
PeteMall
|
Add edit and view row_actions on topics admin page.
|
[5023]
|
johnjamesjacoby
|
Add dynamic actions to bbp_get_request() and bbp_post_request(). We'll likely move to using them in 2.5.
|
[2504]
|
chrishajer
|
Add do_action to _bb_delete_post(). Fixes #1317. Props r-a-y
|
[3718]
|
johnjamesjacoby
|
Add description to Group Forums Parent setting. Remove check for forums not being active, as this will be handled by migration later. See #1699.
|
[3961]
|
johnjamesjacoby
|
Add deprecated filters back in, to new section at the bottom of bbp-core-filters.php.
|
[5417]
|
johnjamesjacoby
|
Add default value for `$user_id` to prevent debug notice when sending subscription notifications. Props mordauk. Fixes #2620.
|
[5508]
|
johnjamesjacoby
|
Add default theme compat styling for pending topics and replies. Props netweb. See #2645.
|
[2482]
|
PeteMall
|
Add custom screen icons.
|
[3097]
|
johnjamesjacoby
|
Add custom admin post messages to forums, topics and replies. Fixes #1507. Props ryanimel for original patches, cnorris23 for refresh.
|
[2620]
|
johnjamesjacoby
|
Add current_ variables to $bbp global
|
[3119]
|
johnjamesjacoby
|
Add contextual help to forums, topics, replies, and settings. Fixes #1510. Props ryanimel for original patch.
|
[4884]
|
johnjamesjacoby
|
Add contextual help to admin edit screens. Props mamaduka. Fixes #2324 (trunk)
|
[4883]
|
johnjamesjacoby
|
Add contextual help to admin edit screens. Props mamaduka. Fixes #2324 (2.3 branch)
|
[5314]
|
johnjamesjacoby
|
Add contextual help for admin Tools. Props netweb. Fixes #1920.
|
[2531]
|
johnjamesjacoby
|
Add contexts to localized strings, fix verbiage, and fix missing fieldset close tag. Fixes #1324.
|
[3823]
|
johnjamesjacoby
|
Add context to 'Open' and 'Close' strings. Props daveshine. Fixes #1798.
|
[2506]
|
johnjamesjacoby
|
Add constants for themes dir and url
|
[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
|
[3609]
|
johnjamesjacoby
|
Add class_exists check to BBP_Forums_Group_Extension to prevent errors if BuddyPress Groups component is deactivated.
|
[2473]
|
chrishajer
|
Add class to super sticky posts. Fixes #1309. Props mr_pelle
|
[3932]
|
johnjamesjacoby
|
Add class to loop-single-topic.php template for single topic links to make themm easier to style independently. (bbp-twentyten/bbp-theme-compat)
|
[2933]
|
johnjamesjacoby
|
Add checks to supplemental topic and reply actions to make sure those actions are only called on those kinds of objects. Also perform sanity check on $args['post_parent'] before attempting to unset it in bbp_has_topics()
|
[3670]
|
johnjamesjacoby
|
Add checks to bbp_pre_get_posts_exclude_forums() to prevent accidental override of wp-admin post_rows. Fixes #1719.
|
[3048]
|
johnjamesjacoby
|
Add caps for hidden forums. Add read_private_forums and read_hidden_forums caps to moderator role.
|
[5627]
|
johnjamesjacoby
|
Add capability checks to admin-area ajax methods. Props jdgrimes. (trunk)
|
[5630]
|
johnjamesjacoby
|
Add capability checks to admin-area ajax methods, and port nonce checks & js from trunk. Props jdgrimes. (2.5 branch)
|
[3809]
|
johnjamesjacoby
|
Add caching to topic subscription queries. Props MZAWeb. Fixes #1794.
|
[5216]
|
johnjamesjacoby
|
Add brackets to improve code readability in `bbPress` class.
|
[5485]
|
johnjamesjacoby
|
Add brackets to comparison in `bbp_is_single_forum()`.
|
[4649]
|
johnjamesjacoby
|
Add br tags to allowed array in bbp_encode_bad() function. Prevents existing line breaks from being encoded if ported from bbPress 1.1.
|
[3140]
|
johnjamesjacoby
|
Add body.single to fieldset clear for theme compat
|
[3763]
|
johnjamesjacoby
|
Add body.rtl styling to bbp-admin.php inline CSS instead of brearking in and out of PHP to use is_rtl().
|
[2518]
|
chrishajer
|
Add binary favicon.ico, not the HTML for the page (oops.) Fixes #1303
|
[2638]
|
johnjamesjacoby
|
Add bbpress tag to theme, along with tags from Twenty Ten
|
[2491]
|
PeteMall
|
Add bbp_topic_forum_ID and bbp_get_topic_forum_ID template tags.
|
[4939]
|
johnjamesjacoby
|
Add bbp_settings_user_slugs section to mapped capabilities method. See #1500.
|
[3051]
|
johnjamesjacoby
|
Add bbp_set_404() function to bbp-general-functions.php for future use with theme compatability
|
[2618]
|
johnjamesjacoby
|
Add bbp_ready action to bbp-loader.php
|
[2695]
|
johnjamesjacoby
|
Add bbp_no_replies template page to list topics without replies
|
[2893]
|
johnjamesjacoby
|
Add bbp_is_topic_trash function. Clean up sticky sql query in bbp_has_topics.
|
[3384]
|
johnjamesjacoby
|
Add bbp_is_topic_tag() to is_bbpress() check. Fixes #1581. Props sorich87.
|
[4973]
|
johnjamesjacoby
|
Add bbp_is_single_topic() check to topic pagination count, before using threaded count output. Fixes issue where threaded output would incorrectly appear on user profile replies. See #2340.
|
[2892]
|
johnjamesjacoby
|
Add bbp_is_reply_trash function. Use bbp_is_topic_trash function in bbp_get_reply_admin_links to prevent manipulating replies from within a trashed topic, which greatly increases the risk of skewing topic and reply counts.
|
[4574]
|
johnjamesjacoby
|
Add bbp_is_reply_edit() check to bbp_get_topic_id().
* Addresses bug where topic subscription status would show incorrect value.
* Props ethitter.
* Fixes #2093.
|
[3765]
|
johnjamesjacoby
|
Add bbp_is_install() function which checks if raw DB version exists. Update bbp_is_install() logic to not create variables.
|
[3254]
|
johnjamesjacoby
|
Add bbp_is_forum_archive() check to bbp_has_topics() to prevent $in_forum from being set.
|
[2891]
|
johnjamesjacoby
|
Add bbp_get_public_child_ids function to retrieve an array of post_id's from any other post_id. Add 'bbpress' cache group to wp_cache_get calls so that cached values are actually returned.
|
[2600]
|
johnjamesjacoby
|
Add bbp_forum_dropdown to New Topic form when not viewing a specific forum.
|
[3744]
|
johnjamesjacoby
|
Add bbp_add_template_locations() filter to bbp_get_template_part() to allow parts to filtered too, and update bbp-theme-compat theme to use this. See r3739.
|
[3382]
|
johnjamesjacoby
|
Add bbp_add_error() and bbp_has_error() functions to handle error adding and checking, and use through-out project. Rejig functions with early GET and POST checks to bail early rather than wrap routine in an if statement. Fixes issue where removing favorites and subscriptions from user profile pages would redirect incorrectly. Fixes issue where spamming and trashing topics and replies would not force view=all in some cases.
|
[2505]
|
johnjamesjacoby
|
Add bbp-themes folder.
|
[2786]
|
johnjamesjacoby
|
Add bbp-options.php to project for options specific code. Improve admin settings area, adding slugs, posts per page, and enable/disable favorites, subscriptions, and anonymous posting. Props !GautamGupta via Google Code-in
|
[3207]
|
johnjamesjacoby
|
Add bbp-form class to bbp-twentyten fieldsets, and simplify CSS for fieldsets and their elements. For theme compat.
|
[2582]
|
johnjamesjacoby
|
Add bbp-admin folder and placeholders for settings and tools related code.
|
[3766]
|
johnjamesjacoby
|
Add bbp-actions.php to admin files to handle admin actions not in the BBP_Admin class.
* Move admin actions out of bbp-core-actions.php
* Include in bbPress class when needed
* Add admin sub-actions for dependent plugins
* Move Recount specific functions into bbp-tools.php
|
[2676]
|
johnjamesjacoby
|
Add bbPress logo to bbp-twentyten screenshot to help it stand out in the crowd
|
[3484]
|
johnjamesjacoby
|
Add backwards compat for BuddyPress members component to strip_mentions_on_edit()
|
[2881]
|
johnjamesjacoby
|
Add avatar styling to topic revision log
|
[3753]
|
johnjamesjacoby
|
Add autoembed to topics and replies.
* Includes admin setting to toggle on/off (default on)
* Introduce option function to get the setting globally
* Hooked into bbp_init so can be overridden as needed
* Fixes #1752
* Props jaredatch for original patch
|
[4902]
|
johnjamesjacoby
|
Add authordata to topic/reply metabox. Props mzaweb. Fixes #2224.
|
[2641]
|
johnjamesjacoby
|
Add author URI to bbpress.php
|
[3688]
|
johnjamesjacoby
|
Add attributes to forum/topic/reply contextual help. Props Mamaduka. Fixes #1699.
|
[3183]
|
johnjamesjacoby
|
Add archive slug options to bbp-core-options.php
|
[3182]
|
johnjamesjacoby
|
Add archive pages to bbp-twentyten theme
|
[3620]
|
johnjamesjacoby
|
Add another missing textdomain in topics widget. See #1661.
|
[2828]
|
johnjamesjacoby
|
Add anonymous user data editing ability to topics and replies. Fixes #1409. Props !GautamGupta
|
[2686]
|
johnjamesjacoby
|
Add anonymous posting option to forum settings
|
[2923]
|
johnjamesjacoby
|
Add ancestor walkers to update_reply functions for topic and forum
|
[3245]
|
johnjamesjacoby
|
Add an index.php file to every folder, with a note not to modify core files. In the languages and themes folders, include additional reminder that custom files will be lost during bbPress updates and where custom files should be located.
|
[2840]
|
johnjamesjacoby
|
Add an extra 20px of width to the content area.
|
[3438]
|
johnjamesjacoby
|
Add admin_dir var to $bbp->admin global, and use it in BBP_Admin class. Add filter to importer path to allow override. Fixes #1598. Props !GautamGupta for original patch.
|
[4592]
|
johnjamesjacoby
|
Add additional phpdoc note to _bbp_reinit_dynamic_roles(). See #2103.
|
[4609]
|
johnjamesjacoby
|
Add additional form permissions to BuddyPress group forums, to prevent banned and non-members from posting to groups they are not part of. Props r-a-y. Fixes #2095.
|
[3473]
|
johnjamesjacoby
|
Add activity stream at-name mentions to BuddyPress extension.
|
[3474]
|
johnjamesjacoby
|
Add activity stream at-name mentions to BuddyPress extension when editing topics and replies. See r3473.
|
[2833]
|
johnjamesjacoby
|
Add actions to user-edit.php in bbp-twentyten to allow customizing of the edit profile page. Fixes #1410.
|
[3807]
|
johnjamesjacoby
|
Add actions to user- template parts in bbp-theme-compat. Fixes #1786. Props jaredatch for original patch.
|
[3417]
|
johnjamesjacoby
|
Add actions to bbp-twentyten template files for forums, topics, and replies. See #1538.
|
[5303]
|
johnjamesjacoby
|
Add actions before & after register template part fieldset fields. Fixes #2534.
|