Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4835 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 (3501 - 3600 of 4835)

Changeset Author Message
[3241] johnjamesjacoby Commit bomb of updates to breadcrumb logic: Switch from parameters to a parse args array. Switch from template part to function. Add before/after HTML arguments. Add missing breadcrumb to reply-edit, view, and topic-tag templates. Add home link logic. Add filters on breadcrumb items. Add quick-bail filter at the beginning of breadcrumb function.
[3250] johnjamesjacoby Commit bomb of improvements to the breadcrumb. Checking for topic views, forum and topic archives, and do not check if the root slug is included in the URL. Add breadcrumb to forum archive and topic archive, since they exist one level deeper than the "Home" page. Add template tags to handle the forum/topic archive titles, which use a corresponding page title if one exists, and fallback to the post type label 'name' if not.
[3031] johnjamesjacoby Commit bomb of changes to bbp-twentyten to further abstract out template parts for improved shortcode usage and theme_compat for themes that do not explicitly support bbPress.
[6907] netweb Coding Standards: Add missing trailing semi-colon from [6893]
[3573] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure. See r3544. (2.1)
[3544] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure.
[3699] johnjamesjacoby Code formatting improvements to bbp-user-template.php.
[3574] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices. See r3445. (2.1)
[3545] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices.
[3516] johnjamesjacoby Code formatting improvements to 'pre_get_posts' actions. Remove unused $bbp globals.
[3315] johnjamesjacoby Code cleanup from r3313.
[3707] johnjamesjacoby Code clean-up to template tags. Add more helpful classes to loop rows. Cast some more retvals. Fixes #1727.
[3708] johnjamesjacoby Code clean-up in bbp-topic-template.php.
[3709] johnjamesjacoby Code clean-up in bbp-reply-template.php.
[3701] johnjamesjacoby Code clean-up in bbp-functions.php: * Remove unused $bbp globals * Add defaults to optional bbp_filter_sample_permalink() params * Avoid accidental inline assignments
[3710] johnjamesjacoby Code clean-up in bbp-forum-template.php.
[3702] johnjamesjacoby Code clean-up in bbp-common-functions.php: * Avoid accidental inline assignments * Add bbp_get_global_post_field() function, for use in forms and editing
[5641] johnjamesjacoby Code Improvement: * Add `$Id$` Subversion keyword property to `/src/bbpress.php`. * Hat tip netweb. See #1851.
[4279] johnjamesjacoby Code Improvement: * Use esc_attr_e() in place of _e() is some obvious places. * See #1999.
[3955] johnjamesjacoby Code Improvement: * Turn bbPress::extend into an stdClass in setup_globals. * Add phpdoc to bbPress::data variable with verbose explanation of how it works.
[4280] johnjamesjacoby Code Improvement: * Straighten the teeth in template-tags.php. * Add braces to all of the things. * Hat-tip westi the dentist.
[3954] johnjamesjacoby Code Improvement: * Revert r3950 and move bbPress class arrays back into their own variables to prevent by-reference errors.
[4331] johnjamesjacoby Code Improvement: * Revert part of r4258. * Cast as int instead of using absint() * Fixes regression that broke existing bbPress plugin (hierarchical replies.) * Fixes #2008.
[4250] johnjamesjacoby Code Improvement: * Remove bbp- prefixes from admin files. * Adjust include paths. * See #1975.
[4566] johnjamesjacoby Code Improvement: * Remove 1 time use variable from version bump.
[3951] johnjamesjacoby Code Improvement: * Move preset bbPress class variables into bbPress::setup_globals() action. * Introduce magic get/set methods to handle main bbPress class variables. * Keeps by-reference bbPress->current_user outside of bbPress->data. * Reduces code duplication in bbPress class. * Fixes #1847.
[4249] johnjamesjacoby Code Improvement: * Move bbp-includes files into respective subdirectories. * Adjust include paths. * Remove superfluous inline file descriptions. * See: #1975.
[4248] johnjamesjacoby Code Improvement: * Move bbp-admin into bbp-includes/admin. * Introduce includes_dir and includes_url bbpress() vars. * Adjust BBP_Admin include paths. * See: #1975.
[4281] johnjamesjacoby Code Improvement: * More politely cast arrays in settings sections and fields. * Use esc_html__() on some admin strings. See #1999. * Clean up bbp_converter_setting_callback_platform().
[3964] johnjamesjacoby Code Improvement: * Lose EOF ?>. * Clean up EOF newlines. * Fixes #1850.
[3953] johnjamesjacoby Code Improvement: * Fix incorrect @since phpdoc (rxxxx placeholders)
[3966] johnjamesjacoby Code Improvement: * First pass at updating subversion properties. * Remove text/x-php mime types. * Remove text/css mime types. * Remove invalid sv:mime-type property. * See #1851.
[3956] johnjamesjacoby Code Improvement: * Clean up bbPress::register_post_statuses() to not create variables.
[4563] johnjamesjacoby Code Improvement: * Add some brackets to improve readability.
[4565] johnjamesjacoby Code Improvement: * Add brackets to some updater functions.
[4505] johnjamesjacoby Code Improvement: * Add brackets to /forums/template-tags.php. * Remove duplicate variable assignments.
[3967] johnjamesjacoby Code Improvement: * Add $Id$ Subversion keyword to bbpress.php. * See #1851.
[5032] johnjamesjacoby Clearing CSS hack. Fixes content display issues related to hierarchical replies. Props mordauk. Fixes #2345.
[4603] johnjamesjacoby Clear float for #bbp-topic-hot-tags in default CSS. Fixes #2062.
[4333] johnjamesjacoby Cleanup: * Move a few files out of /core and into /common. * Includes: widgets, shortcodes, classes. * Update bbpress.php to use new paths.
[2565] johnjamesjacoby Cleanup wp_debug errors. Fixes #1335, #1336, #1338, #1339, and #1340.
[5014] johnjamesjacoby Clean-up to Example.php converter. Props netweb. Fixes #2134.
[4496] johnjamesjacoby Clean-up bbp_get_dropdown() so unsetting variables for get_posts() usage is not necessary.
[3704] johnjamesjacoby Clean-up bbp-common-template.php: * Remove unused globals * Use bbp_get_global_post_field() * Avoid accidental inline assignments
[5016] johnjamesjacoby Clean-up admin ajax JS for Suggest methods. Fixes #2224.
[6390] johnjamesjacoby Clean-up `bbp_current_author_ua()`.
[3740] johnjamesjacoby Clean up whitespace and remove some cruft from r3739.
[3743] johnjamesjacoby Clean up whitespace and formatting in template loader functions. See r3739.
[3193] johnjamesjacoby Clean up whitespace and comment out Green admin UI styling since it will need a refresh when WordPress 3.1 ships anyways.
[3080] johnjamesjacoby Clean up the shortcode output buffer methods.
[3071] johnjamesjacoby Clean up the main bbPress and BBP_Admin classes. Add php5 constructors for future compatibility.
[2934] johnjamesjacoby Clean up the default topic status code in bbp_has_topics()
[2701] johnjamesjacoby Clean up some old phpDoc
[2949] johnjamesjacoby Clean up some @todo's and add some missing inline documentation to bbp-topic-functions.php.
[3144] johnjamesjacoby Clean up shortcode class phpDoc
[2697] johnjamesjacoby Clean up setting of current_user variable
[2744] johnjamesjacoby Clean up post type registration code. Allow capable users to view trashed/spammed topics. Fixes #1346. Props !GautamGupta via Google Code-in.
[3329] johnjamesjacoby Clean up plugins_url global and usages. Props cnorris23. Fixes #1557.
[4610] johnjamesjacoby Clean up phpdoc for bbp_get_total_users(). See #1799.
[4605] johnjamesjacoby Clean up phpdoc block for bbp_kses_allowed_tags().
[3460] johnjamesjacoby Clean up pagination count code and add notes for translators. See #1605.
[4925] johnjamesjacoby Clean up overlapping default arguments in user_topics/replies_created functions.
[2837] johnjamesjacoby Clean up merge and split template files. Only show certain options if other topics exist within the current forum. Add bbp-template-notice.info class for general informational messages.
[2655] johnjamesjacoby Clean up loop-bbp_topics code from adding favorites feature
[3845] johnjamesjacoby Clean up inline doc for array elements in _has_functions to be more human readable.
[2802] johnjamesjacoby Clean up index.php. Number format friendliness. Add some comments. Fixes #1370 props !JohnConners
[3152] johnjamesjacoby Clean up functions.php of bbp-twentyten
[3448] johnjamesjacoby Clean up forum widget UI. Fixes #1521.
[2998] johnjamesjacoby Clean up forum visibility template tags. Include functions for checking each visibility state, as well as retrieving the raw value.
[2996] johnjamesjacoby Clean up forum type setting functions. Add function to support hidden forum visibility type. Remove unneeded $bbp global references. Fix incorrect variable name in bbp_update_forum_last_active_id().
[2694] johnjamesjacoby Clean up favorites and subscription adding code
[5500] johnjamesjacoby Clean up core `actions.php`. Props netweb. See #2645.
[3770] johnjamesjacoby Clean up bbpress.php phpdoc
[2950] johnjamesjacoby Clean up bbp_topic_notices() and add ability for custom notices to be filtered.
[4239] johnjamesjacoby Clean up bbp_make_ham_user() and bbp_make_spam_user().
[4504] johnjamesjacoby Clean up bbp_has_forums() and remove 1-time-use variable.
[2985] johnjamesjacoby Clean up bbp_get_reply_url() and fix issue where trashed replies and view=all would cause malformed URLs.
[4983] johnjamesjacoby Clean up bbp_get_displayed_user_field(). See #1999.
[4238] johnjamesjacoby Clean up bbp_current_author_ua().
[3480] johnjamesjacoby Clean up bbp-twentyten/functions.php
[3096] johnjamesjacoby Clean up bbp-admin.php and bbp-users.php after recent separation
[3359] johnjamesjacoby Clean up bbPress::setup_actions()
[2742] johnjamesjacoby Clean up bb-login.php to prevent potential redirection exploit.
[5083] johnjamesjacoby Clean up admin settings fields attribute order: name, ID, type, value, others... See #2388.
[2724] johnjamesjacoby Clean up admin forum/topic/reply columns.
[3343] johnjamesjacoby Clean up admin components and loader code.
[2479] johnjamesjacoby Clean up admin area code. Move actions outside of init. Add phpdoc to admin area. Rename a few functions for consistency sake.
[5167] johnjamesjacoby Clean up `bbp_get_user_blog_role()` to avoid creating an unused variable.
[5376] johnjamesjacoby Clean up `bbp_get_reply_to()` to improve code readability. (2.5 branch)
[3026] johnjamesjacoby Clean up _includes() and add 'shortcodes' to the list of included files.
[3828] johnjamesjacoby Clean up BBP_Component class methods. Pass $wp_rewrite in sub aciton.
[2922] johnjamesjacoby Clean up @todo's
[6692] johnjamesjacoby Classes: add more author & moderator related CSS classes to helper functions. This change adds classes to forums, topics, and replies where the respective author is also a moderator of the nearest parent forum. See #459.
[4211] johnjamesjacoby Classes: * Clean up BBP_Walker_Dropdown::start_el()
[2912] johnjamesjacoby Clarify subscription notification email text. Props designsimply, hanni, westi. Fixes #1472.
[2796] johnjamesjacoby Check the topic_id and reply_id when appending revision logs
[2960] johnjamesjacoby Check the previous item for separation rather than the current item
[3584] johnjamesjacoby Check the post_content instead of post_title in forum & topic content form functions.
[5024] johnjamesjacoby Check the action in bbp_search_results_redirect(), and bail early if it's not a search request. Fixes regression causing topic merge/split/move actions to redirect to search page introduced in r4928.
[5186] johnjamesjacoby Check the `$located` variable to avoid trying to enqueue a style or script that was not found.
Note: See TracReports for help on using and creating reports.