| [3696]
|
johnjamesjacoby
|
Fix a bunch of possible accidental inline assignments in bbp-user-functions.php.
|
| [4886]
|
johnjamesjacoby
|
Fix a few widget fields that were not saving correctly. Props alex-ye. Fixes #2319 (2.3 branch)
|
| [4885]
|
johnjamesjacoby
|
Fix a few widget fields that were not saving correctly. Props alex-ye. Fixes #2319 (trunk)
|
| [6532]
|
johnjamesjacoby
|
Fix accidentally inverted inline doc from r6531.
|
| [3027]
|
johnjamesjacoby
|
Fix activation notice to use current_theme_supports() and include a method to bypass the theme nag.
|
| [5421]
|
netweb
|
Fix additional references to topics in phpdoc for reply status dropdown functions. See #2463.
|
| [2799]
|
johnjamesjacoby
|
Fix ajax tag adding/removing. Fixes #1327
|
| [2720]
|
johnjamesjacoby
|
Fix anonymous user links. Fix single reply template. Abstract out user profile/website links. Fixes #1408. Props !GautamGupta via Google Code-in
|
| [4690]
|
jmdodd
|
Fix array title copypasta in bbp_admin_repair_list().
* Props netweb.
* Fixes #2152.
|
| [6364]
|
netweb
|
Fix basename filter in `bbPress:setup_globals()`.
This changeset if for `/branches/2.5`, previously [5316] for `/trunk`
Props alexvorn2.
Fixes #3079.
|
| [5316]
|
johnjamesjacoby
|
Fix basename filter in `bbPress:setup_globals()`. Props DJPaul.
|
| [3486]
|
johnjamesjacoby
|
Fix bb_get_option() when requesting 'url' Props _ck_. Fixes #1624. (0.9 branch)
|
| [2743]
|
johnjamesjacoby
|
Fix bb_get_user to prevent 'Invalid argument' errors.
|
| [4827]
|
johnjamesjacoby
|
Fix bbp_forum_row_actions() phpdoc description. Props netweb. Fixes #2282.
|
| [3300]
|
johnjamesjacoby
|
Fix bbp_recount_topic_replies() to include topics with 0 replies.
|
| [2730]
|
johnjamesjacoby
|
Fix broken favorites and subscriptions (from previous commit)
|
| [4631]
|
johnjamesjacoby
|
Fix broken markup in loop-search-forum.php template part.
|
| [4694]
|
johnjamesjacoby
|
Fix broken single forum feeds by avoiding get_page_by_path(). Props alex-ye. Fixes #2167.
|
| [3294]
|
johnjamesjacoby
|
Fix bug allowing trashed topics and replies in wp-admin to be visible to users without proper caps.
|
| [4657]
|
johnjamesjacoby
|
Fix bug causing reply revisions not to save correctly. Also tweak default revision CSS to be more aggressive, so it does not get nooped by content OL/UL/LI styling.
|
| [3033]
|
johnjamesjacoby
|
Fix bug from r3032 where new topic form did not display forum drop down when using forum-index shortcode.
|
| [4844]
|
johnjamesjacoby
|
Fix bug in bbp_get_reply_excerpt() that was causing it to always fail. Reverse the parameters of get_post_field() to be in the correct order. Props paulgibbs. Fixes #2300.
|
| [4834]
|
johnjamesjacoby
|
Fix bug in bbp_get_single_topic_description() causing some conditions to never be executed. Use bbp_get_topic_last_reply_id() instead of bbp_get_topic_last_active_id() since the $topic_id is used as the last active ID if no replies exist. Fixes #2289.
|
| [4845]
|
johnjamesjacoby
|
Fix bug in bbp_get_topic_excerpt() that was causing it to always fail. Reverse the parameters of get_post_field() to be in the correct order. See #2300.
|
| [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.
|