[5314]
|
johnjamesjacoby
|
Add contextual help for admin Tools. Props netweb. Fixes #1920.
|
[4883]
|
johnjamesjacoby
|
Add contextual help to admin edit screens. Props mamaduka. Fixes #2324 (2.3 branch)
|
[4884]
|
johnjamesjacoby
|
Add contextual help to admin edit screens. Props mamaduka. Fixes #2324 (trunk)
|
[3119]
|
johnjamesjacoby
|
Add contextual help to forums, topics, replies, and settings. Fixes #1510. Props ryanimel for original patch.
|
[2620]
|
johnjamesjacoby
|
Add current_ variables to $bbp global
|
[3097]
|
johnjamesjacoby
|
Add custom admin post messages to forums, topics and replies. Fixes #1507. Props ryanimel for original patches, cnorris23 for refresh.
|
[2482]
|
PeteMall
|
Add custom screen icons.
|
[5508]
|
johnjamesjacoby
|
Add default theme compat styling for pending topics and replies. Props netweb. See #2645.
|
[5417]
|
johnjamesjacoby
|
Add default value for `$user_id` to prevent debug notice when sending subscription notifications. Props mordauk. Fixes #2620.
|
[3961]
|
johnjamesjacoby
|
Add deprecated filters back in, to new section at the bottom of bbp-core-filters.php.
|
[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.
|
[2504]
|
chrishajer
|
Add do_action to _bb_delete_post(). Fixes #1317. Props r-a-y
|
[5023]
|
johnjamesjacoby
|
Add dynamic actions to bbp_get_request() and bbp_post_request(). We'll likely move to using them in 2.5.
|
[2493]
|
PeteMall
|
Add edit and view row_actions on topics admin page.
|
[5396]
|
johnjamesjacoby
|
Add editable reply-to field in `form-reply.php` for moderators when editing replies. See #2617.
|
[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.
|
[3727]
|
johnjamesjacoby
|
Add error handling to bbp_new_forum_handler() if forum parent is completely missing from POST request.
|
[4861]
|
johnjamesjacoby
|
Add ethitter to credits screen. (2.3 branch)
|
[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.
|
[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.
|
[2516]
|
chrishajer
|
Add favicon to bb-admin. Fixes #1303. Props mr_pelle
|
[3285]
|
johnjamesjacoby
|
Add filter that allows breadcrumb to be manipulated immediately before extraction.
|
[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.
|
[4912]
|
johnjamesjacoby
|
Add filter to bbp_get_search_terms().
|
[4913]
|
johnjamesjacoby
|
Add filter to bbp_get_search_title().
|
[4361]
|
johnjamesjacoby
|
Add filter to bbp_verify_nonce_request() to allow hot-swapping of the request match.
|
[3553]
|
johnjamesjacoby
|
Add filters to _is_ functions. Add forum form field function. Use bbp_get_user_id() in bbp_title().
|
[3636]
|
johnjamesjacoby
|
Add filters to default query loop arguments to allow them to be manipulated before being parsed.
|
[2581]
|
johnjamesjacoby
|
Add folder for bbp-default theme
|
[3289]
|
johnjamesjacoby
|
Add forum and topic archive body classes to bbp_body_class()
|
[3290]
|
johnjamesjacoby
|
Add forum and topic archive titles to bbp_title() filter. Rearrange logic to match existing order in other functions.
|
[3678]
|
johnjamesjacoby
|
Add forum author functions, and rename bbp_get_forum_parent() to bbp_get_forum_parent_id(). See #1669.
|
[3117]
|
johnjamesjacoby
|
Add forum post type back to nav menus. Props christopher-jon.
|
[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.
|
[4698]
|
johnjamesjacoby
|
Add forum search to body class. Props alex-ye. Fixes #2165.
|
[4699]
|
johnjamesjacoby
|
Add forum search to is_bbpress(). See #2165.
|
[4604]
|
johnjamesjacoby
|
Add forum specific kses allowed tags to common component. Tweak topic and reply content filters to use these new kses functions.
|
[3040]
|
johnjamesjacoby
|
Add forum/topic last activity sync function to recount tool. Fixes #1503. Props Nightgunner5.
|
[2918]
|
johnjamesjacoby
|
Add function for updating the anonymous reply count of a topic. Uncomment new topic redirection.
|
[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.
|
[3468]
|
johnjamesjacoby
|
Add functions for versions to bbp-common-functions.php and use them through-out. Update PHPDoc and remove globals accordingly.
|
[3355]
|
johnjamesjacoby
|
Add functions to check user status, if spammer or deleted.
|
[5832]
|
johnjamesjacoby
|
Add future support for forum/topic/reply dashicon column headers to `admin.css`.
|
[3181]
|
johnjamesjacoby
|
Add general post meta functions to bbp-general-functions.php. More consolidation to do here later.
|
[3185]
|
johnjamesjacoby
|
Add generic forum root slug to breadcrumb if WordPress page does not exist
|
[2556]
|
johnjamesjacoby
|
Add get_sidebar to template files
|
[2963]
|
johnjamesjacoby
|
Add has_archive and show_in_nav_menus support for post types in bbpress.php. Also adjust the menu_position to include proper numeric values rather than ineffective strings.
|
[3009]
|
johnjamesjacoby
|
Add hooks to page-forum-statistics.php to allow it to be extended. Fixes #1499. Props !Nightgunner5 for original patch.
|
[3269]
|
johnjamesjacoby
|
Add humans.txt to bbPress 2.0
|
[3592]
|
johnjamesjacoby
|
Add id's to BuddyPress toolbar items for WordPress 3.3.
|
[4924]
|
johnjamesjacoby
|
Add ignore_sticky_posts to bbp_has_forums() and bbp_has_replies() queries.
|
[3109]
|
johnjamesjacoby
|
Add improved breadcrumb support to bbp-twentyten, shortcodes, and theme compat. Add improved topic-tag support for theme compat. Add missing topic-tag template tags.
|
[3112]
|
johnjamesjacoby
|
Add in missing support for topic-tag shortcode query.
|
[4252]
|
johnjamesjacoby
|
Add index.php warning files in new bbp-includes folders. Fixes #1975.
|
[5076]
|
johnjamesjacoby
|
Add is_admin() and $pagenow checks to bbp_is_deactivation() and bbp_is_activation(). Hat tip alex-ye. Fixes #2386.
|
[3567]
|
johnjamesjacoby
|
Add is_forum_edit() check to breadcrumb function to correctly load the ancestors. See #1669.
|
[3554]
|
johnjamesjacoby
|
Add is_user_logged_in() check to bbp_is_user_home(). Fixes #1655, props valendesigns. (plugin)
|
[4626]
|
johnjamesjacoby
|
Add jmdodd to humans.txt team, and readme.txt contributors.
|
[3255]
|
johnjamesjacoby
|
Add just in time filtering to topic terms when saving and editing a reply.
|
[5345]
|
johnjamesjacoby
|
Add license definition to plugin headers.
|
[2637]
|
johnjamesjacoby
|
Add license to bbp-twentyten theme
|
[2640]
|
johnjamesjacoby
|
Add license.txt to plugin root
|
[4589]
|
johnjamesjacoby
|
Add list-item styling inside topic and reply content. Props netweb. Fixes #2113.
|
[2541]
|
johnjamesjacoby
|
Add logic for forum and topic ID's
|
[4253]
|
johnjamesjacoby
|
Add magic "__call" method to bbPress class, to prevent fatal errors when invalid bbpress() methods are used.
|
[4629]
|
johnjamesjacoby
|
Add magic unset method to main bbPress class.
|
[3249]
|
johnjamesjacoby
|
Add menu_name and all_items labels to custom post type registrations, for WordPress 3.2 compat.
|
[3015]
|
johnjamesjacoby
|
Add meta_query's to bbp_get_user_topics_started() to exclude hidden forums. See #1470.
|
[3014]
|
johnjamesjacoby
|
Add meta_query's to topic and reply widget queries. See #1470.
|
[4686]
|
johnjamesjacoby
|
Add missing $. Props r-a-y. Fixes #2148.
|
[3680]
|
johnjamesjacoby
|
Add missing '_post_extras' actions to new topic/reply handlers. See #1669.
|
[3336]
|
johnjamesjacoby
|
Add missing 'bbpress' textdomain. Fixes #1562. Props cnorris23.
|
[3693]
|
johnjamesjacoby
|
Add missing .bbp-topic-author and .bbp-topic-content CSS for when bbp_show_lead_topic is true. Fixes #1728.
|
[3005]
|
johnjamesjacoby
|
Add missing <tbody> close tag to loop-forums.php
|
[5416]
|
netweb
|
Add missing @since phpdoc to BBP_Forums_Group_Extension class
|
[5718]
|
netweb
|
Add missing @since phpdoc to `bbp_get_public_child_count()` and `bbp_get_public_child_ids()` functions
|
[2927]
|
johnjamesjacoby
|
Add missing @since phpdoc to bbp_body_class function
|
[5422]
|
netweb
|
Add missing @uses phpdoc to `bbp_get_reply_to_dropdown()`. See #2617
|
[4251]
|
johnjamesjacoby
|
Add missing HTML closing tag helper doc. Fixes #1921. Props jaredatch.
|
[5324]
|
johnjamesjacoby
|
Add missing `forum.js`. Props SGr33n. Fixes #2568.
|
[6335]
|
johnjamesjacoby
|
Add missing `sep` argument to `bbp_get_author_link()` function, to match topic & reply equivalents.
|
[4947]
|
johnjamesjacoby
|
Add missing allow_revisions setting in bbp_get_default_options().
|
[3401]
|
johnjamesjacoby
|
Add missing assignment of 'bbp_forum_create' action in BBP_BuddyPress class.
|
[3422]
|
johnjamesjacoby
|
Add missing bbp_get_topic_tag_template() function.
|
[5445]
|
johnjamesjacoby
|
Add missing brackets to core functions.
|
[3131]
|
johnjamesjacoby
|
Add missing breadcrumb template part references in shortcode and single-forum.php
|
[4651]
|
johnjamesjacoby
|
Add missing col class to welcome screen. Fixes #2132.
|
[3305]
|
johnjamesjacoby
|
Add missing default tag/topic-tag slug change from bbp-settings.php
|
[3805]
|
johnjamesjacoby
|
Add missing filters to some topic template tags.
* Remove inline logic from within some apply_filters() calls
* Props MZAWeb for initial patch
* Fixes #1787
|
[3262]
|
johnjamesjacoby
|
Add missing forum_id's to category checks in forum description
|
[3695]
|
johnjamesjacoby
|
Add missing globals to bbp_edit_user_handler()
|
[3037]
|
johnjamesjacoby
|
Add missing new topic template part to single forum shortcode output
|
[5070]
|
johnjamesjacoby
|
Add missing output escaping in admin edit links, and add unique classes to all admin links. See #2090.
|
[3248]
|
johnjamesjacoby
|
Add missing pagination to view.php. Also swap out "Oh no!" text with no-topics template part in view.php.
|
[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)
|
[2811]
|
johnjamesjacoby
|
Add missing phpDoc from r2810. Assign a default tab_index value to try to avoid conflicts.
|
[3339]
|
johnjamesjacoby
|
Add missing semi-colon in bbpress-rtl.css.
|
[3834]
|
johnjamesjacoby
|
Add missing styling to bbp-forum-content in theme compat. See #1800.
|
[2673]
|
johnjamesjacoby
|
Add missing subscribed forum topics template part code.
|