Skip to:
Content

bbPress.org

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

Changeset Author Message
[3996] johnjamesjacoby Notifications (1.1 branch): * Check post_status before notifying subscribers, in bb_notify_subscribers(). * Fixes #1479. * Props jkudish.
[3995] johnjamesjacoby Admin Images: * Revert accidental CSS menu position tweaks. * See #1839.
[3994] johnjamesjacoby Admin Images: * Better align menu icons. * Add version to images using bbp_get_version() * See #1839.
[3993] johnjamesjacoby Admin Images: * Fix background size, so images scale correctly. * See #1839.
[3992] johnjamesjacoby Admin Images * Update admin CSS to WordPress core standard. * See #1839.
[3991] johnjamesjacoby Admin Images * Add 2x support for admin menu icons. * Props chexee. * See: #1839.
[3990] johnjamesjacoby Languages: * Update bbpress.pot. (plugin branch)
[3989] johnjamesjacoby Bump plugin version to 2.1-beta-1. Update readme.txt.
[3988] johnjamesjacoby User Edit: * Rework bbp_check_user_edit() to redirect by default, and make users earn the ability to edit other users. * Fix issue where non-admin users of multisite networks cannot edit their own profiles. * Fixes #1855.
[3987] johnjamesjacoby Twenty Ten: * Sync bbp-twentyten template and CSS to bbp-theme-compat. * CSS Tweaks. * Add feedback-no-replies.php.
[3986] johnjamesjacoby SVN properties: * Add EOL native to new feedback-no-replies.php template part. * Fixes #1851.
[3985] johnjamesjacoby Theme Compatibility: * Add feedback template part for when there are no replies in the specific view.
[3984] johnjamesjacoby Theme Compatibility: * Revert bbp_get_query_template() logic introduced in r3971. * See: #1854.
[3983] johnjamesjacoby Theme Compatibility: * Move root-level templates into an /extras folder in bbp-theme-compat. * Revert extra logic introduced in r3971. * Theme compat can still allow for theme packs with root template files this way. * Replace reverted logic with 1 variable check, if a bbPress template file was found in the loader process. * See: #1854
[3982] johnjamesjacoby Versions: * Bump to 2.1-r3981. * Bump requires/tested in readme.txt to 3.4.
[3981] johnjamesjacoby Use non-echo template-tag for topics archive in bbp_has_topics. See: r3979.
[3980] johnjamesjacoby Template Tags: * Clean up function order and phpdoc from r3979.
[3979] johnjamesjacoby Template Tags: * Introduce functions for getting the forums and topics archive URL's. * Use functions where appropriate.
[3978] johnjamesjacoby Favorities: * Add $topic_id param to bbp_user_favorites_link() to allow overriding link. * Check reply post-type, and use topic ID if link is displayed there.
[3977] johnjamesjacoby Update post ID comment in loop-single-reply.php.
[3976] johnjamesjacoby Feeds: * Never separate the lead topic when viewing a feed. * Add is_feed() check to bbp_show_lead_topic().
[3975] johnjamesjacoby Feeds: * Do not append topic and reply revision information to feeds.
[3974] johnjamesjacoby Feeds: * Add 'feed' query-var to bbp_request_feed_trap() queries.
[3973] johnjamesjacoby Feeds: * Use query_posts() in bbp_request_feed_trap(). * Provides example on potential use-case in bbPress core. * Removes need to reference $wp_query global directly.
[3972] johnjamesjacoby Theme Compatibility: * Update lead-topic footer text to match header text.
[3971] johnjamesjacoby Theme Compatibility: * Allow root level templates to bypass the_content overriding if child/parent templates are found. * Introduces two functions and new theme_compat functionality, that modifies bbp_get_query_template() to tell bbp_locate_template() to not override the_content. * Reverts r3969. * Fixes #1854 correctly.
[3970] johnjamesjacoby Theme Compatibility: * Uncomment post_author for forum edits in bbp_template_include_theme_compat().
[3969] johnjamesjacoby Theme Compatibility: * Invert bbp_is_theme_compat_original_template() check in bbp_template_include_theme_compat(). * Fixes issue with root template files being skipped over. * Fixes #1854.
[3968] johnjamesjacoby Theme Compat: * Trim off left-slash from template name to prevent duplicate slashes.
[3967] johnjamesjacoby Code Improvement: * Add $Id$ Subversion keyword to bbpress.php. * See #1851.
[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.
[3965] johnjamesjacoby Missed two EOF ?> in index.php files. See r3964; #1850.
[3964] johnjamesjacoby Code Improvement: * Lose EOF ?>. * Clean up EOF newlines. * Fixes #1850.
[3963] johnjamesjacoby Admin: * Move global declaration beyond cap checks in bbp_admin_separator().
[3962] johnjamesjacoby Admin: * Fix duplicate separator when user cannot see forum content. * Fixes #1848.
[3961] johnjamesjacoby Add deprecated filters back in, to new section at the bottom of bbp-core-filters.php.
[3960] johnjamesjacoby Theme Compatilibilty: * Use trailingslashit() in default styling enqueue. * See #1849.
[3959] johnjamesjacoby Theme Compatilibilty: * Add theme hierachy check for default bbPress styling. * Use file_exists() checks in child & parent themes before enqueuing from theme compatibility. * Fixes #1849.
[3958] johnjamesjacoby Tag bbPress 2.0.3.
[3957] johnjamesjacoby Bump branch to 2.0.3.
[3956] johnjamesjacoby Code Improvement: * Clean up bbPress::register_post_statuses() to not create variables.
[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.
[3954] johnjamesjacoby Code Improvement: * Revert r3950 and move bbPress class arrays back into their own variables to prevent by-reference errors.
[3953] johnjamesjacoby Code Improvement: * Fix incorrect @since phpdoc (rxxxx placeholders)
[3952] johnjamesjacoby Bump version to 2.1-r3952.
[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.
[3950] johnjamesjacoby Topic Views: * Prevent possible byref object errors in bbp_register_view().
[3949] johnjamesjacoby Options: * Pinking shears on bbp_get_default_options(). * Remove db_version duplicate description.
[3948] johnjamesjacoby Versions: * Bump version to 2.1-r3947. * Set _bbp_db_version in bbp_get_default_options() to bbPress::db_version.
[3947] johnjamesjacoby Default Options: * Clean up bbp_get_default_options() to make it easier to read.
[3946] johnjamesjacoby Capabilities & Settings: * Rename bbp_admin_show_ui() to bbp_current_user_can_see(). * Add detailed support for hiding admin settings sections. * Remove BBP_Admin UI override flags in lieu of new method. * See #1846.
[3945] johnjamesjacoby Capabilities & Settings: * Introduce bbp_admin_show_ui() function to handle fine-grained control of available settings screens and sections. * Fixes #1846. * See #1826.
[3944] johnjamesjacoby Capabilities: * Add 'read_private_forums' capability to all registered user roles. * This can still be conditionally modified by other plugins (namely BuddyPress for Private Group Forums.) * Fixes #1845.
[3943] johnjamesjacoby Theme Compatibility: * Add support for plugin-bbpress.php and generic.php in the root template hierarchy. * See: http://core.trac.wordpress.org/ticket/20509
[3942] johnjamesjacoby Theme Compatibility: * Fix issues with 'the_content' and bbp_replace_the_content() causing infinite loops, duplicate filters, no filters, etc... * Add 'the_content' adds/removes to BBP_Shortcode where needed. * Remove unneeded calls to do_shortcode(). * Fixes #1844.
[3941] johnjamesjacoby Reply Position/URL: * Always cast the return value of bbp_get_reply_position() as an integer. * See #1842.
[3940] johnjamesjacoby Reply Position/URL: * Updates to bbp_get_reply_url() to simplify some logic. * Move $wp_rewrite global to only where it's needed. * Move reply position bump to bbp_get_reply_position(). * Fixes #1842. Props WCMKE.
[3939] johnjamesjacoby Akismet * Allow $post_data to be manipulated in BBP_Akismet::check_post(). * This opens the door to overriding the Akismet result based on any other criteria later (for third party plugins.)
[3938] johnjamesjacoby Reply Position: * Fix issue with new reply_position logic when posting a rew reply. * Bump the position by one if lead topic is in the replies loop. * Fixes #1841.
[3937] johnjamesjacoby Revert part of r3936 and use correct parent class for reply permalinks.
[3936] johnjamesjacoby Narrow the scope of .bbp-topic-permalink styling in bbp-theme-compat.
[3935] johnjamesjacoby Use correct $default_post_status variable for sticky topics.
[3934] johnjamesjacoby Reply Position Improvements: * Add _update_ and _raw functions for reply positioning. * Use these functions through-out the codebase as needed. * Maintains the existing bbp_get_reply_position() behavior, so it's backwards compatible. * Fixes #1840.
[3933] johnjamesjacoby Space.
[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)
[3931] johnjamesjacoby Try to use get_queried_object() in single topic-tag queries, to maximize object cache usage.
[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.
Note: See TracReports for help on using and creating reports.