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 (4801 - 4835 of 4835)

Changeset Author Message
[4391] johnjamesjacoby About: * Add "Codex Rockstars" section. * Fix Gravatar URL and duplicate ID. * See #2018.
[5133] johnjamesjacoby About Page: * On activation, check that current user can access About page before redirecting to it. * Once activated, only add About & Settings links if current user can access those pages. * Before making the current user a Keymaster, make sure they do not have a previous forum role, preventing role escalation if the current user was previously demoted. * Fixes #2443.
[4622] johnjamesjacoby Aaaaand use array_reverse() correctly. See #2124.
[5658] johnjamesjacoby API: Introduce `bbp_redirect()` * Wraps `wp_safe_redirect()` & `exit()` calls * Prevents errors from potentially empty `wp_get_referrer()` results * Replace `wp_safe_redirect()` usages with `bbp_redirect()` Fixes #2778.
[5659] johnjamesjacoby API: Add more context to`bbp_redirect()` documentation. See #2778.
[3505] johnjamesjacoby API adjustments: * Refactor _status_ vars into callable functions. * Audit usage of $bbp global. * Perform get_class() checks on extensions to avoid errors if global $bbp is overloaded. * Bump DB version to 175.
[6059] netweb API Feeds: RSS `<pubDate>` element in `bbp_display_topics_feed_rss2()` shouldn't be translated. This changeset brings this RSS `<pubDate>` element inline with other instances in bbPress feeds. Props thebrandonallen. Fixes 2961.
[6333] netweb API - Installation/Upgrade: Fix copy pasta inline doc in `bbp_admin_upgrade_user_engagements()`
[6001] netweb API - Importers: Xenforo: * Adds support for "soft deleted" topics and replies imported as "pending" status * Add support for YouTube, Vimeo, and Daily Motion BBCode conversion * Add quotes BBCode conversion Fixes #2927
[6749] netweb API - Importers: WordPress capital_P_dangit for Xenforo importer. Props @1naveengiri. Fixes #3183.
[5969] netweb API - Feeds: Use `feed_content_type( 'rss2' )` for RSS feeds. This changeset updates the RSS 2 native mime type `application/rss+xml`, previously `rss-http` used `text/xml` which was removed from WordPress in [WP36230] and [WP32468]. Props thebrandonallen. Fixes #2901.
[6021] netweb API - Feeds: Use `feed_content_type( 'rss2' )` for RSS feeds. This changeset updates the RSS 2 native mime type `application/rss+xml`, previously `rss-http` used `text/xml` which was removed from WordPress in [WP36230] and [WP32468]. (2.5 branch) Props thebrandonallen. Fixes #2901.
[6871] johnjamesjacoby AJAX: always use `defined()` before setting an environmental constant. This avoids a notice/warning if something has already set the the `DOING_AJAX` constant.
[4548] johnjamesjacoby AJAX: * Introduce common/ajax.php, along with new AJAX handlers and helpers. * Move bbp_ajax_response() into it. * Include new file in bbpress.php.
[4549] johnjamesjacoby AJAX: * Add 'bbp_do_ajax' action to 'bbp_template_redirect' action. * Update AJAX in theme compat to use new AJAX handler hooks.
[4729] johnjamesjacoby A picture is worth a thousand words. Hat tip netweb. See #2183.
[6586] johnjamesjacoby 404: Use `! empty()` over `isset()` to only account for `true` values in `bbp_is_404`. This fixes broken `/edit/` theme-side URLs, that will redirect otherwise.
[4073] johnjamesjacoby 2.1: * Update readme.txt * Update versions in bbpress.php and bbp-twentyten.
[5450] netweb * Alphabetize grunt tasks and tweak inline docs in `Gruntfile.js` * Automatically reload the `grunt watch` task when changes are made to `Gruntfile.js`
[3646] johnjamesjacoby 'suppress_filters' audit: * Revert part of r3645 * Rename bbp_pre_get_posts() to bbp_parse_query() and hook to 'parse_query' * Move forum post_type check out of bbp_pre_get_posts() and into bbp_pre_get_posts_exclude_forums() where it makes more sense * Update documentation for above changes * See #1698
[3428] johnjamesjacoby 'Right Now' metabox tweaks for WordPress 3.2 dashboard styling. Fixes #1599. Props !GautamGupta.
[4270] johnjamesjacoby "topic" instead of "forum" in admin helper text. Props !DanielJuhl. Fixes #1995.
[3243] johnjamesjacoby "Exit" if accessed directly, not "Redirect" - all included php files
[2758] johnjamesjacoby "...pursuing a career in the custodial arts." phpDoc fixes and code clean-up. Props !GautamGupta via Google Code-in
[4396] johnjamesjacoby !BuddyPress: * Use !BuddyPress singleton wrapper where applicable. * Include helper buddypress() function if using versions prior to 1.7.
[4401] johnjamesjacoby !BuddyPress: * Update group-repair tool to update the group forums root. * Also rename the 'Default Forum' to 'Group Forums' since it's part of the sitewide forums now. * See #2025, #1669.
[4410] johnjamesjacoby !BuddyPress: * Update BBP_BuddyPress::setup_title() to use more verbose and filtered !BuddyPress functions. * Use bp_is_user() check to only set title for displayed users. * Props paulgibbs. * Fixes #2027.
[4394] johnjamesjacoby !BuddyPress: * Split buddypress.php up into more manageable parts. * Props jmdodd. * Fixes #2020.
[4397] johnjamesjacoby !BuddyPress: * Remove component.php, and consolidate into loader.php. * Introduce members.php, for modifying bbPress profile links. * Rename loading class and references where appropriate. * See #2020.
[4402] johnjamesjacoby !BuddyPress: * Only rename 'Default Forum' if name matches old bbPress default forum title. * See #2025, #1669.
[4393] johnjamesjacoby !BuddyPress: * First pass attempt at repairing !BuddyPress group forum relationships. * Includes new tool for looping through converted forums and updating group meta. * See #1669.
[4409] johnjamesjacoby !BuddyPress: * Add note to the top of !BuddyPress loader.php. * See #1669.
[4407] johnjamesjacoby !BuddyPress Group Forums: * Suppress hierarchical group forums for now, for feature parity with existing !BuddyPress forums. * See #1669.
[7007] netweb Build Tools: Follow to PHPCS changes in [7006] - Fixes an erronous change in Invision converter - Tweaks a readability issue in `bbp_update_reply()` See #3294.
[5585] netweb
Note: See TracReports for help on using and creating reports.