Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4877 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 (1 - 100 of 4877)

1 2 3 4 5 6 7 8 9 10 11
Changeset Author Message
[2495] PeteMall Remove quick edit, add freshness column and utilize excerpt view on topics page.
[2494] PeteMall Rename bbp_get_topic_forum_ID to bbp_get_topic_forum_id for consistency.
[2493] PeteMall Add edit and view row_actions on topics admin page.
[2492] PeteMall Update bbp_get_topic_forum to use bbp_get_topic_forum_ID.
[2491] PeteMall Add bbp_topic_forum_ID and bbp_get_topic_forum_ID template tags.
[2490] PeteMall Set width for new columns and consolidate row_action functions.
[2484] PeteMall Show forum title, description and topic count on forums admin page.
[2483] PeteMall Fix incorrect screen_icons on default post_type pages.
[2482] PeteMall Add custom screen icons.
[2481] PeteMall Fix top level admin menu icons.
[2480] PeteMall Use sprite image for top level admin menu icons.
[6899] SergeyBiryukov Docs: Correct description for `_bbp_topics_per_page` setting.
[6658] SergeyBiryukov Converter: Clarify `status_counting` label in Import Monitor. Props jrf. Fixes #3147.
[6650] SergeyBiryukov Converter: Fix typo and improve wording of Database Settings section labels. Props jrf. Fixes #3143.
[6649] SergeyBiryukov i18n: Simplify [6645] with `translate_nooped_plural()`. See #3139.
[6646] SergeyBiryukov i18n: Fix typo in text domain used for `_n()` in `bbp_get_time_since()`. See #3139.
[6617] SergeyBiryukov Users: Check `promote_user` capability instead of `edit_user` before displaying "User Role" section in `form-user-edit.php`, for consistency with `bbp_profile_update_role()`. Fixes #3126.
[6610] SergeyBiryukov Counts: Fix typo in DB query in `bbp_get_user_reply_count_raw()`. See #3124.
[7286] aidvu bbpress: bb-includes - fix static method called non-statically
[7285] aidvu bb-includes: remove get_magic_quotes_gpc usage returns false since php 5.4
[7284] aidvu bbpress: remove get_magic_quotes_gpc returning false since 5.4 https://www.php.net/manual/en/function.get-magic-quotes-gpc.php
[5033] bumpbot Compress scripts/styles: 2.4-beta1-5033.
[5026] bumpbot Compress scripts/styles: 2.4-beta1-5026.
[5008] bumpbot Compress scripts/styles: 2.4-alpha-5008.
[5003] bumpbot Compress scripts/styles: 2.4-alpha-5003.
[4993] bumpbot Compress scripts/styles: 2.4-alpha-4993.
[4945] bumpbot Compress scripts/styles: 2.4-alpha-r4900-4945.
[4669] bumpbot Compress scripts/styles: 2.3-bleeding-4669.
[4662] bumpbot Compress scripts/styles: 2.3-bleeding-4662.
[4650] bumpbot Compress scripts/styles: 2.3-bleeding-4650.
[4635] bumpbot Compress scripts/styles: 2.3-bleeding-4635.
[4624] bumpbot Compress scripts/styles: 2.3-bleeding-4624.
[4612] bumpbot Compress scripts/styles: 2.3-bleeding-4612.
[4585] bumpbot Compress scripts/styles: 2.3-bleeding-4585.
[4580] bumpbot Compress scripts/styles: 2.3-bleeding-4580.
[4514] bumpbot Compress scripts/styles: 2.3-bleeding-4514.
[4479] bumpbot Compress scripts/styles: 2.3-bleeding-4479.
[4468] bumpbot Compress scripts/styles: 2.3-bleeding-4468.
[4421] bumpbot Compress scripts/styles: 2.2-rc2-4421.
[4383] bumpbot Compress scripts/styles: 2.2-beta2-4383.
[4357] bumpbot Compress scripts/styles: 2.2-beta1-4357.
[4204] bumpbot Compress scripts/styles: -2.1.2-4204.
[2536] chrishajer Properly update version in functions.bb-meta.php
[2518] chrishajer Add binary favicon.ico, not the HTML for the page (oops.) Fixes #1303
[2517] chrishajer Add optional $user_id for subscriptions (useful for plugins). Further fixes #1268. Props dimadin
[2516] chrishajer Add favicon to bb-admin. Fixes #1303. Props mr_pelle
[2511] chrishajer Fix multiple anonymous posting issues. Fixes #1310. Props !GautamGupta
[2510] chrishajer Translate plugin names and descriptions properly before activation. Fixes #1318. Props Nightgunner5
[2504] chrishajer Add do_action to _bb_delete_post(). Fixes #1317. Props r-a-y
[2503] chrishajer Loop correctly through term objects; pass objects by reference. Fixes #1313. Props to bobrick
[2502] chrishajer Fix order of posts and remove duplicates, using a regex. Fixes #1301. Props Nightgunner5
[2475] chrishajer Correct function name and add information to cookies for anonymous posting. Fixes #1311. Props !GautamGupta
[2474] chrishajer Revert mistakenly changed db-version. Props !GautamGupta
[2473] chrishajer Add class to super sticky posts. Fixes #1309. Props mr_pelle
[2472] chrishajer Forgot to add in new functions.php files for kakumei and kakumei-blue. Fixes #1268. Props !GautamGupta
[2471] chrishajer Multiple fixes for email subscriptions. Note the template changes in kakumei. Probably fixes #1268. Big props to dimadin and !GautamGupta
[7287] dd32 PHP8 compatibility: array_keys() only supports arrays, not null.
[4690] jmdodd Fix array title copypasta in bbp_admin_repair_list(). * Props netweb. * Fixes #2152.
[4688] jmdodd In bbp_get_dropdown(), set default post_parent to null, not 0. * Fixes #2153.
[4687] jmdodd Refine bbp_get_dropdown(). * Don't assume post_parent = 0 as a default. * Fixes #2153.
[4586] jmdodd Shortcode iteration for search introduced in #1575. * Fix bbp-search shortcode. * Introduce bbp-search-form shortcode. * Fixes #2107.
[4584] jmdodd Bump version.
[4583] jmdodd Fix .bbp-search-content CSS copy pasta typo. * Props netweb. * Fixes #2111.
[4582] jmdodd Add RTL CSS support for search introduced in #1575. * Props netweb. * Fixes #2109.
[4581] jmdodd Replace esc_attr() with urlencode() when adding search terms query args. * Fixes #2110.
[4579] jmdodd Introduce dedicated forum search. * Search forums, topics, and replies. * Add new search functions, including bbp_has_search_results(). * Provide templates for search results. * Fixes #1575.
[4572] jmdodd Introduce function bbp_is_forum_group_forum(). * Fixes #2100.
[4571] jmdodd Use $r['topic_id'] to set initial $topic_id value. * Fixes #2098.
[4570] jmdodd Move `bbp_notify_subscribers` to priority 11. * Fixes #2038.
[7340] johnjamesjacoby Bump stable tag to 2.6.14, and WP tested-up-to to 6.9. In trunk, for 2.7.
[7339] johnjamesjacoby Tag 2.6.14.
[7338] johnjamesjacoby Bump 2.6 branch to 2.6.14.
[7337] johnjamesjacoby Extend - BuddyPress: remove unused variables. This change deletes 2 lines of code (in `maybe_map_permalink_to_group()`) that are no longer being used. Props upadalavipul. In branches/2.6, for 2.6.14. Fixes #3555.
[7336] johnjamesjacoby Extend - BuddyPress: remove unused variables. This change deletes 2 lines of code (in `maybe_map_permalink_to_group()`) that are no longer being used. Props upadalavipul. In trunk, for 2.7. Fixes #3555.
[7335] johnjamesjacoby Tools - Warnings/Notices: begin phasing out of `utf8_encode()` for PHP 8.2 and higher. This change moves the existing `utf8_encode()` usages into a new common formatting function: `bbp_format_user_display_name()`, and uses this new function to abstract & encapsulate checking that mbstring equivalents are loaded & supported. Props philipjohn. In trunk, for 2.7. Fixes #3585.
[7334] johnjamesjacoby Tools - Warnings/Notices: begin phasing out of `utf8_encode()` for PHP 8.2 and higher. This change moves the existing `utf8_encode()` usages into a new common formatting function: `bbp_format_user_display_name()`, and uses this new function to abstract & encapsulate checking that mbstring equivalents are loaded & supported. Props philipjohn. In branches/2.6, for 2.6.14. Fixes #3585.
[7333] johnjamesjacoby Search: use correct sanitization function inside of `bbp_sanitize_search_request()`. This change fixes a bug causing forum/topic/reply specific searches to fail when searching for more than 1 word, by swapping out `sanitize_title()` with `sanitize_text_field()`. Props dd32, aezazshekh. In trunk, for 2.7. Fixes #3516.
[7332] johnjamesjacoby Search: use correct sanitization function inside of `bbp_sanitize_search_request()`. This change fixes a bug causing forum/topic/reply specific searches to fail when searching for more than 1 word, by swapping out `sanitize_title()` with `sanitize_text_field()`. Props dd32, aezazshekh. In branches/2.6, for 2.6.14. Fixes #3516.
[7331] johnjamesjacoby Forums: fix meta-key typo in `bbp_get_forum_topic_count_hidden()` This change replaces `_bbp_topic_reply_count_hidden` with `_bbp_total_topic_count_hidden` which is the intended name of the meta-key. Props sirlouen. In branches/2.6, for 2.6.14. Fixes #3611.
[7330] johnjamesjacoby Forums: fix meta-key typo in `bbp_get_forum_topic_count_hidden()` This change replaces `_bbp_topic_reply_count_hidden` with `_bbp_total_topic_count_hidden` which is the intended name of the meta-key. Props sirlouen. In trunk, for 2.7. Fixes #3611.
[7329] johnjamesjacoby Theme Compat: remove reference to non-existent function. This change removes a function call to `display_reply_index()` which does not exist, and replaces it with an empty string. This condition will not fire under normal circumstances as the Reply post type does not support archives by default. The chances of this fatal error happening are near zero, but we can easily avoid it fully by returning an empty string instead. Props sirlouen. In trunk, for 2.7. Fixes #3616.
[7328] johnjamesjacoby Theme Compat: remove reference to non-existent function. This change removes a function call to `display_reply_index()` which does not exist, and replaces it with an empty string. This condition will not fire under normal circumstances as the Reply post type does not support archives by default. The chances of this fatal error happening are near zero, but we can easily avoid it fully by returning an empty string instead. Props sirlouen. In branches/2.6, for 2.6.14. Fixes #3616.
[7327] johnjamesjacoby Feeds: prefer filterable functions in `bbp_display_replies_feed_rss2()`. This change replaces function calls to `the_author()` with the bbPress equivalent for topics & replies. This allows display names in feeds to be filtered in the same way they normally are in non-feed contexts. Props yoavf. In branches/2.6, for 2.6.14. Fixes #3543.
[7326] johnjamesjacoby Feeds: prefer filterable functions in `bbp_display_replies_feed_rss2()`. This change replaces function calls to `the_author()` with the bbPress equivalent for topics & replies. This allows display names in feeds to be filtered in the same way they normally are in non-feed contexts. Props yoavf. In trunk, for 2.7. Fixes #3543.
[7325] johnjamesjacoby Extend - Akismet: avoid timeouts in the `delete_orphaned_spam_meta()` method. This change modifies the SQL used to query for Akismet post-meta keys, such that it will only retrieve rows where `meta_key` is like `akismet_`. This results in a less-optimized database query, but circumvents a bug where unnecessary rows were being looped through in a way that would never finish. Props terresquall. In trunk, for 2.7. Fixes #3580.
[7324] johnjamesjacoby Extend - Akismet: avoid timeouts in the `delete_orphaned_spam_meta()` method. This change modifies the SQL used to query for Akismet post-meta keys, such that it will only retrieve rows where `meta_key` is like `akismet_`. This results in a less-optimized database query, but circumvents a bug where unnecessary rows were being looped through in a way that would never finish. Props terresquall. In branches/2.6, for 2.6.14. Fixes #3580.
[7323] johnjamesjacoby Replies: use `bbp_get_reply_url()` instead of `bbp_get_reply_to_link()`. This change ensures that reply-to links work outside of the single-topic context (user profiles, search pages, etc...) Props gdragon. In branches/2.6, for 2.6.14. Fixes #3595.
[7322] johnjamesjacoby Replies: use `bbp_get_reply_url()` instead of `bbp_get_reply_to_link()`. This change ensures that reply-to links work outside of the single-topic context (user profiles, search pages, etc...) Props gdragon. In trunk, for 2.7. Fixes #3609.
[7321] johnjamesjacoby Forums: Improve targeting of `bbp_pre_get_posts_normalize_forum_visibility` filter. This change ensures that forum (post) IDs are only excluded from queries where intended, and specifically not when querying for attachments on draft posts & pages. Props shawfactor, sirlouen. In trunk, for 2.7. Fixes #3609.
[7320] johnjamesjacoby Forums: Improve targeting of `bbp_pre_get_posts_normalize_forum_visibility` filter. This change ensures that forum (post) IDs are only excluded from queries where intended, and specifically not when querying for attachments on draft posts & pages. Props shawfactor, sirlouen. In branches/2.6, for 2.6.14. Fixes #3609.
[7319] johnjamesjacoby API - Actions/Filters: pass filtered author values into actions when adding/editing forums/topics/replies. This change uses the pre-filtered `_data` versions of author IDs rather than the original/unfiltered ones, fixing an unintended behavior where the newly filtered author ID was not being used by the subsequent hooked-in functions. See: https://meta.trac.wordpress.org/ticket/6839 Props dd32. In branches/2.6, for 2.6.14. Fixes #3578.
[7318] johnjamesjacoby API - Actions/Filters: pass filtered author values into actions when adding/editing forums/topics/replies. This change uses the pre-filtered `_data` versions of author IDs rather than the original/unfiltered ones, fixing an unintended behavior where the newly filtered author ID was not being used by the subsequent hooked-in functions. See: https://meta.trac.wordpress.org/ticket/6839 Props dd32. In trunk, for 2.7. Fixes #3578.
[7317] johnjamesjacoby Extend - BuddyPress: Improve support for BuddyPress 12.0 and higher. This change fixes fatal errors when BuddyPress Group/Member functions (deprecated in 12.0) are not included. (Note that this commit differs from the proposed patch in that it does not modify the action-order of existing integrations, hence it does not rely on BuddyPress versions greater than 12.0 being in-use, and is safe for use with older BuddyPress versions.) Props boonebgorges, imath, robin-w. In branches/2.6, for 2.6.14. Fixes #3576.
[7316] johnjamesjacoby Extend - BuddyPress: Improve support for BuddyPress 12.0 and higher. This change fixes fatal errors when BuddyPress Group/Member functions (deprecated in 12.0) are not included. (Note that this commit differs from the proposed patch in that it does not modify the action-order of existing integrations, hence it does not rely on BuddyPress versions greater than 12.0 being in-use, and is safe for use with older BuddyPress versions.) Props boonebgorges, imath, robin-w. In trunk, for 2.7. Fixes #3576.
[7315] johnjamesjacoby Common: fix incorrect return type of `bbp_pre_handle_404()`. This change ensures that `true` is always returned when overriding the 404 status. Props ethitter. In trunk, for 2.7. Fixes #3626.
[7314] johnjamesjacoby Common: fix incorrect return type of `bbp_pre_handle_404()`. This change ensures that `true` is always returned when overriding the 404 status. Props ethitter. In branches/2.6, for 2.6.14. Fixes #3626.
[7313] johnjamesjacoby Common: document a few global variable usages. Props upadalavipul. In branches/2.6, for 2.6.14. Fixes #3623.
[7312] johnjamesjacoby Common: document a few global variable usages. Props upadalavipul. In trunk, for 2.7. Fixes #3623.
[7311] johnjamesjacoby Extend - BuddyPress - Members: correct default value from r7309. Change from string to array, to avoid a potential PHP warning. See #3617.
[7310] johnjamesjacoby Extend - BuddyPress - Members: correct a deprecated function usage. This change adds a private method to encapsulate support for `bp_core_get_user_domain()` if it is still explicitly included, and using `bp_members_get_user_url()` otherwise. Props davidbaumwaid, sirlouen. In branches/2.6, for 2.6.14. Fixes #3617.
1 2 3 4 5 6 7 8 9 10 11
Note: See TracReports for help on using and creating reports.