Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4934 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 (2001 - 2100 of 4934)

Changeset Author Message
[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.
[2579] johnjamesjacoby Fix issue where the_content would display on incorrect post_type's
[3443] johnjamesjacoby Fix issue where topic pagination was not linking to topic when permalinks were unpretty. Fixes #1604.
[3346] johnjamesjacoby Fix issue where topic tags could not be renamed or reslugged.
[2937] johnjamesjacoby Fix issue where topics widget would only show topics created by the author when viewing that users profile.
[3368] johnjamesjacoby Fix issue where wide pre tags would skew width of topic tables.
[3795] johnjamesjacoby Fix issue with 'Anonymous' appearing as username when first post is created by a bozo'ed user. (trunk/1.1)
[3796] johnjamesjacoby Fix issue with author of post_id 1 appearing as topic last poster when first post is created by a bozo'ed user. (trunk/1.1)
[3056] johnjamesjacoby Fix issue with editing replies via the admin area.
[4741] johnjamesjacoby Fix issue with user profile replies pagination. Props r-a-y. Fixes #2190.
[3794] johnjamesjacoby Fix issue with voices showing "Array" when user that posted topic is spammed or bozo'ed. (trunk/1.1)
[3295] johnjamesjacoby Fix issues with creating/editing topics and replies from within wp-admin. Fixes #1544.
[2675] johnjamesjacoby Fix list of topics when viewing a topic tag
[2823] johnjamesjacoby Fix login smart redirect. Fixes #1460, #1459. Props !GautamGupta
[3126] johnjamesjacoby Fix lost password page template and related functions. Fix duplicate template notices on theme forms. Fixes #1491.
[5424] netweb Fix missing @since phpdoc in `converter.php`
[5686] netweb Fix missing @since revision in `bbp_is_forum_visibility()`
[3256] johnjamesjacoby Fix missing @since revision, update phpdoc, and variable clean-up for bbp_author_metabox(). Props eagle-eyed duck_
[2588] johnjamesjacoby Fix missing global
[3177] johnjamesjacoby Fix missing hidden reply title field in bbp_reply_form_fields()
[3373] johnjamesjacoby Fix missing quotes in bbp_get_paged(). Fixes #1582. Props sorich87.
[4575] johnjamesjacoby Fix missing tab-index on topic-type select element.
[3364] johnjamesjacoby Fix missing textdomains in bbp-admin/bbp-replies.php. Fixes #1577. Props dimadin.
[3519] johnjamesjacoby Fix mixed line endings in interface.js. (1.0 branch)
[3479] johnjamesjacoby Fix mixed line endings in interface.js. (trunk)
[3697] johnjamesjacoby Fix more accidental inline assignments in bbp-user-functions.php (see r3696). Also use $wbdb in bbp_make_ham_user() and use array_keys() since we do not use any blog details here.
[2511] chrishajer Fix multiple anonymous posting issues. Fixes #1310. Props !GautamGupta
[2921] johnjamesjacoby Fix nested span on bbp_reply_admin_links() in loop-bbp_replies.php. Fixes #1455.
[5598] nacin Fix notice in bozo plugin.
[5606] johnjamesjacoby Fix notice in bozo plugin. For 1.2 branch. See r5598.
[4273] johnjamesjacoby Fix old bbp-includes references in phpdoc.
[2502] chrishajer Fix order of posts and remove duplicates, using a regex. Fixes #1301. Props Nightgunner5
[3361] johnjamesjacoby Fix pagination issues when using topics shortcode on front page. Also use pagination_base instead of 'page'. Fixes #1567, #1573. Props scribu.
[6247] johnjamesjacoby Fix pagination typo.
[6152] xknown Fix parse errors in PHP 7 The result of `new` can't be longer assigned by reference.
[3351] johnjamesjacoby Fix phpDoc and rogue whitespace. Props cnorris23. Fixes #1563.
[2487] johnjamesjacoby Fix phpDoc from r2485. Fix unclean arg type for option values.
[2857] johnjamesjacoby Fix phpDoc in bbp_get_forum_voice_count
[3606] johnjamesjacoby Fix phpdoc @uses in bbp_check_user_edit(). See #1664. (2.0)
[2513] johnjamesjacoby Fix phpdoc error
[3591] johnjamesjacoby Fix phpdoc indentation to bbp_get_time_since()
[3736] johnjamesjacoby Fix possible accidental assignments in bbp-theme-compat/bbpress-functions.php
[3166] johnjamesjacoby Fix possible errors when no counts are available or requested.
[3737] johnjamesjacoby Fix possible recursion issue in bbp_get_forum_ancestors() by casting post_parent as int.
[2666] johnjamesjacoby Fix previous topic pagination adjustments for author favorites
[3437] johnjamesjacoby Fix primary button background image location in green admin color scheme.
[2682] johnjamesjacoby Fix redirect bug when posting new reply from middle of paginated topic
[5400] johnjamesjacoby Fix references to topics in phpdoc for reply status dropdown functions. See #2463.
[2699] johnjamesjacoby Fix references to user slug
[4630] johnjamesjacoby Fix regression causing search query_var to break 404 handling in bbp_parse_query. See r4618.
[5533] netweb Fix regression in `bbPress1.php` importer introduced in r5349 where topics were imported a second time as part of the reply section import.
[3712] johnjamesjacoby Fix regression in bbp_is_user_favorite() from r3711.
[3165] johnjamesjacoby Fix regression introduced in r3159 causing topic and reply widgets to output type cast errors. Also remove ability for private or hidden topics/replies to peek through on widgets when viewing your own profile as a registered non-admin. See#1516.
[3568] johnjamesjacoby Fix regression introduced in r3553 causing Home breadcrumb text to be the current title.
[5267] johnjamesjacoby Fix relative path to unit test bootstrap. See #2542.
[2561] johnjamesjacoby Fix reply order. Fix missing globals.
[2547] johnjamesjacoby Fix reversed forum order.
[4792] johnjamesjacoby Fix reversed post request check. See r4791.
[6211] netweb Fix s/convertion/conversion typo in changelog introduced in r4422 (2.5 branch)
[6210] netweb Fix s/convertion/conversion typo in changelog introduced in r6127
[3132] johnjamesjacoby Fix shortcodes for single topics and forums. Add shortcode for topic tag cloud. Rename single topic tag shortcode function to more accurately describe what it does.
[2859] johnjamesjacoby Fix some find/replace errors from r2858
[3229] johnjamesjacoby Fix sort order in bbp_get_dropdown(). Props anointed.
[5456] netweb Fix speeling error in settings.php
[5106] johnjamesjacoby Fix speeling error in settings.php. Props netweb. Fixes #2438.
[4766] johnjamesjacoby Fix speeling of replationships in admin tools. Props netweb. Fixes #2209.
[4026] johnjamesjacoby Fix spelling error in bbp_new_forum_handler(). Props cnorris23.
[2846] johnjamesjacoby Fix spelling error in loop-bbp_topics. s/replie/reply
[2728] johnjamesjacoby Fix spelling error on bbp_edit_profile
[3626] johnjamesjacoby Fix subfolder redirect issue on login/logout. Fixes #1645. Props !Mamaduka.
[3622] johnjamesjacoby Fix subforum ordering in bbp_forum_get_subforums(). Fixes #1671. Props ericlewis.
[3228] johnjamesjacoby Fix subforum sort ordering. Props anointed.
[6358] johnjamesjacoby Fix teh typohs.
[3461] johnjamesjacoby Fix the usage of bbp_is_user_home(). Fixes #1609.
[4946] johnjamesjacoby Fix the version.
[5113] johnjamesjacoby Fix theme-side forum editing debug notices. See #2408. (2.4.1)
[5114] johnjamesjacoby Fix theme-side forum editing debug notices. See #2408. (2.5)
[2481] PeteMall Fix top level admin menu icons.
[3134] johnjamesjacoby Fix topic and reply edit locking. Props christopher-jon.
[4647] johnjamesjacoby Fix topic and reply time since to use the correct parameters for get_post_time().
[3000] johnjamesjacoby Fix topic pagination on non single-forum and non-user pages by setting post_parent back to 0 after being set to 'any'.
[2512] johnjamesjacoby Fix topic/reply counts. Still more to do here.
[2816] johnjamesjacoby Fix typo in Subscriptions phpDoc header. Props markmcwilliams
Note: See TracReports for help on using and creating reports.