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 (1901 - 2000 of 4877)

Changeset Author Message
[2951] johnjamesjacoby Fix bug in bbp_update_forum_hidden_topic_count() where trashed topics would not update the hidden topic count.
[3201] johnjamesjacoby Fix bug in theme compatibility where $forum_id could get wiped out. Also add more default template options, to allow custom forum catch-alls without modifying existing templates or elaborate hooks and filters.
[3124] johnjamesjacoby Fix bug in topic/reply revisions where log was 1 revision behind.
[3044] johnjamesjacoby Fix bug in topics widget where topics in hidden forums could peek through if post_parent was set to 'any'
[3453] johnjamesjacoby Fix bug in user_status checks allowing spam/deleted users to create topics and replies.
[4742] johnjamesjacoby Fix bug preventing nested forums from being available when creating topics/replies from wp-admin. Props alex-ye. Fixes #2186.
[2962] johnjamesjacoby Fix bug where closed topics and replies were excluded from queries. Also add grey color to text of closed topics in forum view.
[5120] johnjamesjacoby Fix bug where nested ternary comparisons in `form-anonymous.php` were causing duplicated, sometimes conflicting, output. Introduce convenience template functions for better handling and output of anonymous user form field data. Wrap complex `form-anonymous.php` template-part access logic in a helper function (similar to other template parts.) Deprecate ambiguous `bbp_topic/reply_author()` functions, in favor of `author_display_name()` equivalents. Fixes #2426.
[3313] johnjamesjacoby Fix bug where old stick-to-front topics might get pushed past first page.
[3149] johnjamesjacoby Fix bug where reply revision author would incorrectly show the original reply author.
[2965] johnjamesjacoby Fix bug where sub forums would not be visible when created, as they lack the required postmeta values for topics/replies, and parent forums would not have updated subforum counts.
[3025] johnjamesjacoby Fix bug where switching visibilities could cause a misalignment of hidden/private site values.
[3055] johnjamesjacoby Fix bug with get_post_type() usage in bbp_forum_visibility check. Also tweak the white listed set of user caps.
[2478] johnjamesjacoby Fix casing on function names and phpdoc
[3705] johnjamesjacoby Fix check in bbp_get_view_query_args() and add filter at the end.
[3266] johnjamesjacoby Fix checked status of topic subscription form checkbox.
[4628] johnjamesjacoby Fix content display issues in .bbp-user-section container (includes RTL). Props jaredatch. Fixes #2067.
[4680] johnjamesjacoby Fix copy pasta from topic display name fix. See #2141.
[5159] netweb Fix copy pasta in user profile subscriptions template. See #2299
[4676] johnjamesjacoby Fix copy pasta inline doc from r4675.
[5728] netweb Fix copy pasta placeholder argument in `loop-single-topic.php` template Props netweb. Fixes #2799
[3724] johnjamesjacoby Fix current_*_id globals so they are used instead of set. Also fix issue with _edit permalinks still using home_url() instead of normal _permalink() functions, and cleanup some whitespace. Fixes #1734.
[3599] johnjamesjacoby Fix debug notice in BuddyPress user ID filter when anonymous posting is enabled.
[3456] johnjamesjacoby Fix debug warning when topic has no tags. Fixes #1607. Props !GautamGupta.
[3337] johnjamesjacoby Fix display of non-english characters in sample permalink. Fixes #1559. Props cnorris23.
[6712] johnjamesjacoby Fix documentation typos.
[3502] johnjamesjacoby Fix duplicate BuddyPress activity stream component actions for replies.
[5319] netweb Fix duplicate action name in form-forum.php. Props netweb. Fixes #2560
[3483] johnjamesjacoby Fix duplicate action name in form-topic.php.
[3195] johnjamesjacoby Fix duplicate notice issue in admin recount screen.
[3006] johnjamesjacoby Fix duplicate referer field in topic/reply fieldsets if user has unfiltered_html capability.
[2657] johnjamesjacoby Fix error that can happen when attempting to view a single reply
[2824] johnjamesjacoby Fix excerpt length counts and use … instead of '...' Fixes #1456. Props !GautamGupta
[3608] johnjamesjacoby Fix extra php closing bracket in content-single-user.php. Props ptahdunbar.
[4614] johnjamesjacoby Fix favorite/subscription links when viewing a group forum. Use bbPress _is_ functions instead. Props jmdodd. Fixes #2120.
[3512] johnjamesjacoby Fix formatting in plugin header for Text Domain and Domain Path. Props !Viper007Bond.
[6192] johnjamesjacoby Fix formatting of query in `bbp_get_user_closed_topic_count()`, introduced in r6191.
[2632] johnjamesjacoby Fix forum reply recount and remove old code
[2614] johnjamesjacoby Fix function name
[2574] johnjamesjacoby Fix function names. First pass at reply and topic forms. Variable type cast fixes. Introduce current_user functions. Rename bbp_post template part to bbp_reply. Rename pagination functions to fit context. Lots of other tweaks.
[2966] johnjamesjacoby Fix hard coded post_type in bbp_admin_menu_order, and prepate separator skip routine for possible multiple separators.
[2674] johnjamesjacoby Fix html doc
[5670] netweb Fix i18n `_n()` plurals placeholders missed in r5668 in `bbp_admin_repair_closed_topics()`
[3157] johnjamesjacoby Fix incomplete inline doc
[2624] johnjamesjacoby Fix incorrect $_POST reference; props ryangannon
[5291] netweb Fix incorrect `bbbpress` text domain used `bbp_get_topic_pagination_count`. Props netweb. Fixes #2549.
[2629] johnjamesjacoby Fix incorrect cap check
[3441] johnjamesjacoby Fix incorrect class on lostpass link in login widget.
[2642] johnjamesjacoby Fix incorrect doc
[2936] johnjamesjacoby Fix incorrect field name in form-bbp_user_register.php in bbp-twentyten. Props Nightgunner5.
[4984] johnjamesjacoby Fix incorrect filter name in bbp_get_user_profile_edit_link().
[2849] johnjamesjacoby Fix incorrect filter name on bbp_get_subscriptions_permalink
[2498] johnjamesjacoby Fix incorrect filter names. props GautamGupta
[2953] johnjamesjacoby Fix incorrect inline documentation in bbp_new_reply_admin_handler()
[3257] johnjamesjacoby Fix incorrect parameters in bbp_query_post_parent__in(). Props mouratidis.
[5331] johnjamesjacoby Fix incorrect phpdoc in users functions.
[3196] johnjamesjacoby Fix incorrect reference in last active recount walker
[2562] johnjamesjacoby Fix incorrect return value
[3385] johnjamesjacoby Fix incorrect sanity check in bbp_edit_user_handler()
[2483] PeteMall Fix incorrect screen_icons on default post_type pages.
[2551] johnjamesjacoby Fix incorrect template comment
[3524] johnjamesjacoby Fix incorrect text in subscription label when editing a post. Fixes #1462. Props dimadin. (trunk)
[3128] johnjamesjacoby Fix incorrect topic voice count routine, causing all topics to only show 1 voice. This will auto correct existing topics as new replies are created in them.
[3176] johnjamesjacoby Fix incorrect variable check on reply post_content when editing a reply
[3276] johnjamesjacoby Fix incorrect variable declaration, causing anonymous replies to fail.
[5557] netweb Fix incorrect variable name in `SMF.php` callback `callback_html()` * This caused the regular expression for BBCode `[list]` and `[list type=decimal]` to not be included in the `callback_html()` callback. Props netweb. Fixes #2715
[3062] johnjamesjacoby Fix incorrect variable reference in bbp_load_template()
[3175] johnjamesjacoby Fix incorrect variable reference in bbp_template_include() when editing a topic and theme supports bbPress.
[2979] johnjamesjacoby Fix incorrect variable returned in bbp_has_topics() filter, and improve inline documentation.
[3237] johnjamesjacoby Fix incorrect variable usage in topic merge portion of bbp_replace_the_content()
[3457] johnjamesjacoby Fix incorrect variable usage in topics widget. Also clean up code so it's easier to understand. Fixes #1606. Props !GautamGupta for original patch.
[2988] johnjamesjacoby Fix incorrect variable used in bbp_update_reply_forum_id() causing _bbp_forum_id meta value to be set to incorrect value in certain conditions.
[4620] johnjamesjacoby Fix incorrectly floated topic tags page content. See #2062.
[3110] johnjamesjacoby Fix incorrectly located forum description in single forum shortcode.
[3234] johnjamesjacoby Fix incorrectly located reply-form template part in single-topic.php.
[3235] johnjamesjacoby Fix incorrectly located topic tag list and single topic description in single topic shortcode.
[6259] xknown Fix infinite loop on xmlrpc.
[2465] johnjamesjacoby Fix inline docs
[3278] johnjamesjacoby Fix issue causing admin post row nonce checks to fail due to incorrect load order. Add Akismet support to core, which will take advantage of the Akismet plugin for WordPress if it is activated. Props Nightgunner5 for original Aksimet concept.
[3587] johnjamesjacoby Fix issue causing sub-forum lists not to appear. Fixes #1674.
[3347] johnjamesjacoby Fix issue in form-topic-tag.php where tag slug was appearing in name field.
[3168] johnjamesjacoby Fix issue in single-forum.php where the forum_id was incorrectly retrieved in certain situations.
[3501] johnjamesjacoby Fix issue when topics and replies are flagged as spam/trash where they would still update last active data for ancestors. Fixes #1631. Fix issue when trashing and deleting a topic, replies may not be properly queried and updated. Fixes #1629.
[3503] johnjamesjacoby Fix issue where BuddyPress activity stream items could still be created for non-public forums when using sub-forums. Fixes #1630.
[2693] johnjamesjacoby Fix issue where adding as favorites or subscribing would error if user did not have existing favorite or subscription
[3843] johnjamesjacoby Fix issue where bbp_get_time_since() can show "5 months, 0 days ago"
[3323] johnjamesjacoby Fix issue where bbp_is_user_home() would always return true, due to improper type casting.
[3374] johnjamesjacoby Fix issue where bbpress.css styling could bleed into pages it does not belong in. Introduces 'bbp_enqueue_scripts' hook as needed for dependencies.
[3366] johnjamesjacoby Fix issue where closed forums and topics still allowed new replies to be created in certain situations.
[3365] johnjamesjacoby Fix issue where closed forums still allowed new topics to be created in certain situations.
[3063] johnjamesjacoby Fix issue where jQuery dependency was not loaded properly when enqueueing theme compat topic.js
[2572] johnjamesjacoby Fix issue where loop content could poison parent forum/topic function return values.
[2983] johnjamesjacoby Fix issue where new replies were not updating '_bbp_last_reply_id' meta under certain circumstances.
[3386] johnjamesjacoby Fix issue where pagination on topic tag page was not working. This uncovered underlying issues with how posts and globals were reset as part of theme compatibility. Fixes #1589.
[2976] johnjamesjacoby Fix issue where post form values would disappear when editing or creating a new topic. Addresses topic portion of #1466.
[2917] johnjamesjacoby Fix issue where profiles of user_login's with spaces or periods could not be viewed. Fixes #1475. Props Nightgunner5.
[3141] johnjamesjacoby Fix issue where splitting a topic in half would result in the new lead topic post to be missing in some circumstances.
[2835] johnjamesjacoby Fix issue where stickies and super stickies were overwriting the position of normal posts in the loop.
[2890] johnjamesjacoby Fix issue where subforums were limited to 5
[3515] johnjamesjacoby Fix issue where subscription emails were not being sent in some circumstances.
Note: See TracReports for help on using and creating reports.