Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (5043 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 (1201 - 1300 of 5043)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Changeset Author Message
[4325] johnjamesjacoby Template Tags: * Check for edit when calling _is_ single forum/topic/reply. * See #1968.
[6615] johnjamesjacoby Template Packs: In default theme, only enqueue `editor.js` when `in_bbpress()`. This results in 1 fewer external asset being enqueued on non-bbPress pages. Fixes #2930.
[6778] johnjamesjacoby Template Notices: unbreak these. This change adjusts the `bbp_template_notices` action hooks and priority to ensure user, login, and topic notices continue to appear. It also removes the unstyled and unique `updated` class on one of them, which Twenty Seventeen uses as a way to hide elements.
[4232] johnjamesjacoby Template Locator: * Move parent/child/fallback out of loop * Fix parent/child loader issue, where child theme templates still loaded the parent. * Updates made to bbp_locate_template() only. * Regression from earlier 2.2 changes.
[4284] johnjamesjacoby Template Locations: * Revert part of r4283. * Keep filter on bbp_get_template_part, remove from bbp_locate_template. * Refixes #1994.
[4283] johnjamesjacoby Template Locations: * Revert part of r4264. * Fix regression where bbPress was pulling in files from unexpected locations. * Fixes #1994.
[3922] johnjamesjacoby Template Loader: * Add missing single and archive functions. * Add checks for these templates to loader filter.
[2464] johnjamesjacoby Tap tap tap... Is this thing on?
[2964] johnjamesjacoby Take extra precautions to ensure admin menus are positions directly above 'Appearance' and set the menu_position of each post_type
[7162] johnjamesjacoby Tagging 2.6.6.
[6230] johnjamesjacoby Tag bbPress 2.6-beta-1.
[6023] johnjamesjacoby Tag bbPress 2.5.9.
[6126] johnjamesjacoby Tag bbPress 2.5.11.
[6066] johnjamesjacoby Tag bbPress 2.5.10.
[4379] johnjamesjacoby Tag bbPress 2.1.3.
[3958] johnjamesjacoby Tag bbPress 2.0.3.
[3604] johnjamesjacoby Tag bbPress 2.0.1
[3538] johnjamesjacoby Tag bbPress 2.0
[6169] johnjamesjacoby Tag bbPress 1.2.1 which adds some basic PHP7 compatibility. See #3033
[4521] johnjamesjacoby Tag bbPress 1.2. * Fixes #1857.
[3525] johnjamesjacoby Tag bbPress 1.1.
[3523] johnjamesjacoby Tag bbPress 1.0.4.
[2930] johnjamesjacoby Tag bbPress 1.0.3 from 1.0 branch
[3518] johnjamesjacoby Tag bbPress 0.9.0.7.
[7229] johnjamesjacoby Tag 2.6.9.
[7223] johnjamesjacoby Tag 2.6.8.
[7218] johnjamesjacoby Tag 2.6.7.
[7091] johnjamesjacoby Tag 2.6.5.
[7063] johnjamesjacoby Tag 2.6.4 from 2.6 branch.
[7019] johnjamesjacoby Tag 2.6.3.
[6983] johnjamesjacoby Tag 2.6.2.
[7417] johnjamesjacoby Tag 2.6.15.
[7339] johnjamesjacoby Tag 2.6.14.
[7296] johnjamesjacoby Tag 2.6.13.
[7291] johnjamesjacoby Tag 2.6.12.
[7274] johnjamesjacoby Tag 2.6.11.
[7266] johnjamesjacoby Tag 2.6.10.
[6957] johnjamesjacoby Tag 2.6.1.
[6940] johnjamesjacoby Tag 2.6.0.
[6251] johnjamesjacoby Tag 2.6-beta-2.
[6879] johnjamesjacoby Tag 2.6 RC 7.
[6597] johnjamesjacoby Tag 2.6 RC 4.
[6536] johnjamesjacoby Tag 2.6 RC 3. (RC 2 is a private/internal pre-release)
[6511] johnjamesjacoby Tag 2.6 RC 1.
[5697] johnjamesjacoby Tag 2.5.7 from 2.5 branch.
[5647] johnjamesjacoby Tag 2.5.6 (from 2.5 branch)
[5634] netweb Tag 2.5.5.
[5382] johnjamesjacoby Tag 2.5.4.
[5251] johnjamesjacoby Tag 2.5.3.
[6687] johnjamesjacoby Tag 2.5.14.
[6412] johnjamesjacoby Tag 2.5.13.
[6150] johnjamesjacoby Tag 2.5.12.
[5218] johnjamesjacoby Tag 2.5.1.
[5203] johnjamesjacoby Tag 2.5.
[5128] johnjamesjacoby Tag 2.4.1.
[5099] johnjamesjacoby Tag 2.4.
[4892] johnjamesjacoby Tag 2.3.2.
[4869] johnjamesjacoby Tag 2.3.1.
[4851] johnjamesjacoby Tag 2.3.
[4712] johnjamesjacoby Tag 2.2.4.
[4568] johnjamesjacoby Tag 2.2.3.
[4472] johnjamesjacoby Tag 2.2.2.
[4456] johnjamesjacoby Tag 2.2.1.
[4441] johnjamesjacoby Tag 2.2.
[4112] johnjamesjacoby Tag 2.1.1
[4075] johnjamesjacoby Tag 2.1.
[4045] johnjamesjacoby Tag 2.1-rc4
[4029] johnjamesjacoby Tag 2.1-rc3
[4015] johnjamesjacoby Tag 2.1-rc1
[4022] johnjamesjacoby Tag 2.1-rc 2
[3642] johnjamesjacoby Tag 2.0.2
[7119] xknown Sync the _wp_filter_build_unique_id function to rWP38282
[5457] netweb Sync ignore properties of SVN and Git * Git - More robust `.gitignore` file * SVN - Ignore `npm-debug.log`
[3138] johnjamesjacoby Switch topic-meta nowrap off of container and onto new individual spans, for theme compat.
[4877] johnjamesjacoby Switch to using esc_textarea() for filtering form post content values. When using TinyMCE, remove that textarea escaping, and trust tinymce to do its thing. See #2317. (trunk)
[4878] johnjamesjacoby Switch to using esc_textarea() for filtering form post content values. When using TinyMCE, remove that textarea escaping, and trust tinymce to do its thing. See #2317. (2.3 branch)
[2570] johnjamesjacoby Switch to get_the_author_meta to remove deprecated notice.
[5584] netweb Switch to container-based infrastructure on Travis CI. The container-based infrastructure has more memory and more cores. It also is designed to startup faster. We give up the ability to use sudo, but we aren't using that right now so we should be good. Props tw2113, netweb Fixes #2736
[5055] johnjamesjacoby Switch some wp_insert_post() usages to wp_update_post(). Use bbp_get_forum(), bbp_get_topic(), and bbp_get_reply() where appropriate, and use objects instead of arrays to avoid escaping issues with wp_update_post().
[2882] johnjamesjacoby Switch position of template_notices in user-edit.php in bbp-twentyten theme
[3088] johnjamesjacoby Switch meta font size from em to px for theme compat
[5047] johnjamesjacoby Switch main bbPress singleton pointer from a private static to a local static inside the instance() method, preventing recursive $instance references. Fixes #2370.
[2661] johnjamesjacoby Switch destination links
[3173] johnjamesjacoby Switch bbp_template_include action into a filter, and move it down into the filters section of bbp-core-hooks.php. Also add more verbose descriptions to bbp_template_include and bbp_request_feed_trap filters. Fixes #1524. Props greenshady.
[2901] johnjamesjacoby Switch bbp_get_breadcrumb to use get_post_ancestors() potentially saving a few queries in certain situations.
[3120] johnjamesjacoby Switch author IP address from anonymous only to a meta value on every topic and reply. Includes additional template tags, theme compat adjustments, and admin meta box adjustments. Fixes #1505.
[3533] johnjamesjacoby Switch BackPress external from 1.1 branch to 1.1 tag
[2924] johnjamesjacoby Switch $topic_id to $forum_id in bbp_update_reply_forum_id()
[2873] johnjamesjacoby Swap voices and replies columns in loop-bbp_topics.php. Add more fancy author links with avatars and names, and use new bbp_author_link function
[3576] johnjamesjacoby Swap out @public's for @var's in bbpress.php. Props duck_.
[2521] johnjamesjacoby Surprise! bbPress colors in your WordPress admin! (traditional wp-content dir required for now...)
[3001] johnjamesjacoby Suppress super stickies from no-replies template page.
[2634] johnjamesjacoby Support for pretty pagination links
[4525] johnjamesjacoby Supplemental update to bbp_trash_forum_topics(). See #2059.
[4717] johnjamesjacoby Supplemental removal of group forum capability mapping after group forum is displayed. See #2140.
[6575] johnjamesjacoby Super Moderators: prefer `edit_user` with an ID over `edit_users` without one. This change makes sure we know exactly which user ID the user is trying to edit. In cases where there is no ID available, we'll try to guess at the displayed user ID, and if that's empty too, we'll do nothing. This allows the "User Role" template part to load properly for Super Moderators.
[6572] johnjamesjacoby Super Moderators: First pass at mapping the meta-capabilities. This change hooks-up the ability for moderators to edit other users if the super moderator ability is allowed. <3
[6574] johnjamesjacoby Super Moderators: Compare the user ID to `$args[0]` instead. This change makes sure the proper user IDs are compared, and also prevents super moderators from editing Keymasters (demotions can't come from users with a less capable role than their own.)
[7070] johnjamesjacoby Suggestions: various performance improvements & user request checks. This commit adds a number of code changes surrounding admin-area topic & user suggestions: * Limits to 10 results by default * Prevents superfluous count queries, and taxonomy & meta prefetching * Fixes several UX bugs with suggesting users, specifically around single-digit user IDs and miscellaneous allowed characters * Fixes an unintended behavior that allowed non-super moderators to search for users by email address (props mirror12k) * Fixes incorrect `wp_die()` contents when no results were available, causing a `0` to be displayed instead of nothing * Adds documentation where it was previously lacking * Adds a small bit of user input sanitization & trimming, since these methods are already being scrutinized For 2.7, trunk.
[7071] johnjamesjacoby Suggestions: various performance improvements & user request checks. This commit adds a number of code changes surrounding admin-area topic & user suggestions: * Limits to 10 results by default * Prevents superfluous count queries, and taxonomy & meta prefetching * Fixes several UX bugs with suggesting users, specifically around single-digit user IDs and miscellaneous allowed characters * Fixes an unintended behavior that allowed non-super moderators to search for users by email address (props mirror12k) * Fixes incorrect `wp_die()` contents when no results were available, causing a `0` to be displayed instead of nothing * Adds documentation where it was previously lacking * Adds a small bit of user input sanitization & trimming, since these methods are already being scrutinized For 2.6.15, branches/2.6.
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracReports for help on using and creating reports.