| [3498]
|
johnjamesjacoby
|
Remove debug cruft from r3497.
|
| [3497]
|
johnjamesjacoby
|
Revert part of r3487 and use post_parent for Akisment permalink parameter.
|
| [3496]
|
johnjamesjacoby
|
Introduce Genesis theme framework compatibility class.
* Fixes error messages thrown by bbPress theme compatibility when using Genesis.
* Moves extension loading onto 'bbp_ready' action in bbp-core-hooks.php to ensure bbPress has initialized.
* Adds missing post data to bbp_theme_compat_reset_post() to prevent debug notices.
* Fixes table width when in theme compatibility mode.
See #1622. Props jaredatch for original patch.
|
| [3495]
|
johnjamesjacoby
|
Improve the forum prefix settings description.
|
| [3494]
|
johnjamesjacoby
|
Enhancements to core slug conflict checker. Add context to item args te better hint where conflict is.
|
| [3493]
|
johnjamesjacoby
|
Add BuddyPress 1.5 root slugs to settings slug conflict checker.
|
| [3492]
|
johnjamesjacoby
|
Add 'sep' argument to topic and reply author links. Pass line breaks in loops. Fixes #1610.
|
| [3491]
|
johnjamesjacoby
|
Add missing tabindex's to edit profile page. Add missing button classes to buttons and button'esque links.
|
| [3490]
|
johnjamesjacoby
|
Turn off canonical on paged pages and singulars to allow shortcode pagination to work. Fixes #1628.
|
| [3489]
|
johnjamesjacoby
|
Use bbp_get_all_child_ids() instead of bbp_get_public_child_ids() in bbp_move_topic_handler(). Fixes #1627.
|
| [3488]
|
johnjamesjacoby
|
When moving a sticky topic to a new forum, forum sticky meta was not refreshed. Fixes #1626.
|
| [3487]
|
johnjamesjacoby
|
Add sanity checks and code clean-up on Akismet extension to prevent debug notices or malformed results. Also fix issue where post_parent was always being reported for topics in check_post().
|
| [3486]
|
johnjamesjacoby
|
Fix bb_get_option() when requesting 'url' Props _ck_. Fixes #1624. (0.9 branch)
|
| [3485]
|
johnjamesjacoby
|
Hide favorites link(s) if favorites are not active.
|
| [3484]
|
johnjamesjacoby
|
Add backwards compat for BuddyPress members component to strip_mentions_on_edit()
|
| [3483]
|
johnjamesjacoby
|
Fix duplicate action name in form-topic.php.
|
| [3482]
|
johnjamesjacoby
|
Update bbpress.pot file.
|
| [3481]
|
johnjamesjacoby
|
Bump to 2.0-rc-4.
|
| [3480]
|
johnjamesjacoby
|
Clean up bbp-twentyten/functions.php
|
| [3479]
|
johnjamesjacoby
|
Fix mixed line endings in interface.js. (trunk)
|
| [3478]
|
johnjamesjacoby
|
Audit default usage value of '_bbp_forums_per_page'
|
| [3477]
|
johnjamesjacoby
|
Do not setup BuddyPress if in maintenance mode. Fixes #1619.
|
| [3476]
|
johnjamesjacoby
|
Only use at_name filters when BuddyPress activity component is active.
|
| [3475]
|
johnjamesjacoby
|
Replace 'bp_forums_strip_mentions_on_post_edit' filters with custom class method to prevent load order issues with BuddyPress forums component.
|
| [3474]
|
johnjamesjacoby
|
Add activity stream at-name mentions to BuddyPress extension when editing topics and replies. See r3473.
|
| [3473]
|
johnjamesjacoby
|
Add activity stream at-name mentions to BuddyPress extension.
|
| [3472]
|
johnjamesjacoby
|
Revert r3471 as it introduced added layer of complexity and potentially confusing function names.
|
| [3471]
|
johnjamesjacoby
|
Introduce convenience functions for global $wp_rewrite usage.
|
| [3470]
|
johnjamesjacoby
|
Reverse the admin.css and admin-2.css relative image depth.
|
| [3469]
|
johnjamesjacoby
|
Introduce method to set the wp-admin path depth difference. Fixes #1617.
|
| [3468]
|
johnjamesjacoby
|
Add functions for versions to bbp-common-functions.php and use them through-out. Update PHPDoc and remove globals accordingly.
|
| [3467]
|
johnjamesjacoby
|
Update Akismet extension to include private http_post() function to pass a unique user agent. (This method can be removed when Akismet allows for the user agent to be filtered.) Fixes #1615.
|
| [3466]
|
johnjamesjacoby
|
Fix verbiage in comment in bbp-languages/index.php.
|
| [3465]
|
johnjamesjacoby
|
Tweaks to the readme.txt and humans.txt files.
|
| [3464]
|
johnjamesjacoby
|
Break single loop elements into separate template parts in bbp-twentyten for easier ajaxifying.
|
| [3463]
|
johnjamesjacoby
|
Align the topic edit input fields with their labels. Rename duplicate tag-name form field to tag-existing-name. Fixes #1612.
|
| [3462]
|
johnjamesjacoby
|
Change behavior of bbp_is_topic_tag() to not include when editing a tag. Improvements to topic tag edit logic, and display Edit link in breadcrumb.
|
| [3461]
|
johnjamesjacoby
|
Fix the usage of bbp_is_user_home(). Fixes #1609.
|
| [3460]
|
johnjamesjacoby
|
Clean up pagination count code and add notes for translators. See #1605.
|
| [3459]
|
johnjamesjacoby
|
Use disabled() in topic and reply forms. Remove duplicate breadcrumbs on single reply edits. Fixes #1608. Props !GautamGupta.
|
| [3458]
|
johnjamesjacoby
|
Change dashboard metabox header descriptions. Fixes #1599.
|
| [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.
|
| [3456]
|
johnjamesjacoby
|
Fix debug warning when topic has no tags. Fixes #1607. Props !GautamGupta.
|
| [3455]
|
johnjamesjacoby
|
Ask and ye shall receive. Remove the logged in user avatar from the topic and reply forms in bbp-twentyten. Tweak the textarea's of those forms to fill the width of the bounding fieldsets.
|
| [3454]
|
johnjamesjacoby
|
When marking a topic as spam, remove its topic-tags and store them in post meta so they can be added again if needed. Disable bbp-twentyten topic-tag inputs to prevent capable users from resetting topic tags on spam topics.
|
| [3453]
|
johnjamesjacoby
|
Fix bug in user_status checks allowing spam/deleted users to create topics and replies.
|
| [3452]
|
johnjamesjacoby
|
Setup option filters earlier on bbp_init so plugins don't need to worry about load order. See r3451.
|
| [3451]
|
johnjamesjacoby
|
Allow default options to be overloaded from within the $bbp->options array ala bbPress 1.x.
|
| [3450]
|
johnjamesjacoby
|
Allow custom redirects in login, register, and lost pass forms.
|
| [3449]
|
johnjamesjacoby
|
Tweak bbp-twentyten form field CSS
|
| [3448]
|
johnjamesjacoby
|
Clean up forum widget UI. Fixes #1521.
|
| [3447]
|
johnjamesjacoby
|
Obey the blacklisted keys in discussion settings when creating or editing topics or replies. Introduces bbp_check_for_blacklist() function in bbp-common-functions.php, and bbp_current_user_ua() in bbp-user-functions.php.
|
| [3446]
|
johnjamesjacoby
|
Introduce functions to get the topic/reply author email address, and use on anonymous post form.
|
| [3445]
|
johnjamesjacoby
|
She seems to have an invisible touch, yeah. Fixes #1603. Props cnorris23.
|
| [3444]
|
johnjamesjacoby
|
Speeling and phpdoc fixes. Fixes #1602. Props cnorris23.
|
| [3443]
|
johnjamesjacoby
|
Fix issue where topic pagination was not linking to topic when permalinks were unpretty. Fixes #1604.
|
| [3442]
|
johnjamesjacoby
|
When restoring a trashed topic, reverse the pre-trashed replies array and restore them chronologically so correct topic freshness is calculated. Fixes #1600.
|
| [3441]
|
johnjamesjacoby
|
Fix incorrect class on lostpass link in login widget.
|
| [3440]
|
johnjamesjacoby
|
Add register and lost password link options to the login widget. Fixes #1587.
|
| [3439]
|
johnjamesjacoby
|
Move 'bbp_setup_updater' action to 'bbp_admin_init' so update only runs when accessing wp-admin. See #1569. Props nacin.
|
| [3438]
|
johnjamesjacoby
|
Add admin_dir var to $bbp->admin global, and use it in BBP_Admin class. Add filter to importer path to allow override. Fixes #1598. Props !GautamGupta for original patch.
|
| [3437]
|
johnjamesjacoby
|
Fix primary button background image location in green admin color scheme.
|
| [3436]
|
johnjamesjacoby
|
Update the green admin style for WordPress 3.2.
|
| [3435]
|
johnjamesjacoby
|
Feed me 2.0! Improvements to feeds, allowing to filter by topic, reply, and defaulting to all. Works with single forums, topics, and their related content.
|
| [3434]
|
johnjamesjacoby
|
Additional sanity check in bbp_pre_get_posts() for forum queries, to hide forums the user is not capable of seeing. See #1576.
|
| [3433]
|
johnjamesjacoby
|
Move bbp_pre_get_posts_exclude_forums() to bbp-forum-functions.php.
|
| [3432]
|
johnjamesjacoby
|
Change hidden post status from protected to private, as we are now handling forum privacy scope manually. Fixes #1576.
|
| [3431]
|
johnjamesjacoby
|
Perform correct cap check in bbp_forum_enforce_private(). See #1576 and r3430.
|
| [3430]
|
johnjamesjacoby
|
Remove hierarchical check against private/hidden forum types. Fixes issue where a user needed to be able to view private forums in order to view hidden forums. See #1576.
|
| [3429]
|
johnjamesjacoby
|
Override canonical redirect when editing topics and replies. Fixes #1594.
|
| [3428]
|
johnjamesjacoby
|
'Right Now' metabox tweaks for WordPress 3.2 dashboard styling. Fixes #1599. Props !GautamGupta.
|
| [3427]
|
johnjamesjacoby
|
Move 'bbp_setup_updater' action off of 'bbp_init' and late onto 'bbp_ready' to ensure alterations to the permastruct have settled. Fixes issue where a bbPress update would flush the rewrite rules too early on bbPress update. See #1569.
|
| [3426]
|
johnjamesjacoby
|
Sanity check nickname in bbp_edit_user_display_name() to prevent potential debug notice. Fixes #1597. Props !GautamGupta.
|
| [3425]
|
johnjamesjacoby
|
Hide potential variable not defined debug notice. Fixes #1560. Props !GautamGupta.
|
| [3424]
|
johnjamesjacoby
|
More useful phpDoc for bbp_sanitize_val() and bbp_get_sanitize_val()
|
| [3423]
|
johnjamesjacoby
|
Sanity check $wp_roles and set if not already set.
|
| [3422]
|
johnjamesjacoby
|
Add missing bbp_get_topic_tag_template() function.
|
| [3421]
|
johnjamesjacoby
|
Activation Fixes:
* Remove activation/deactivation hooks in favor of more robust updater logic
* Introduce functions for catching activation/deactivation from the plugins screen(s), bumping the DB version, and detecting the version change
* Add more verbose explanation of plugin dependant hooks in bbp-core-hooks.php
* Remove extra call to flush_rewrite_rules() in bbp-settings.php
* Bump DB version to 155
* Bump plugin version to RC 3
|
| [3420]
|
johnjamesjacoby
|
Ensure that default role exists, and default to 'read' cap if it does not.
|
| [3419]
|
johnjamesjacoby
|
Introduce BBP_Updater class to more accurately handle conditions where activation hooks might not fire on multisite installations, and to flush rewrite rules at the appropriate time on updates. Fixes #1569.
|
| [3418]
|
johnjamesjacoby
|
Update PHPDoc for get_current_blog_id() usage
|
| [3417]
|
johnjamesjacoby
|
Add actions to bbp-twentyten template files for forums, topics, and replies. See #1538.
|
| [3416]
|
johnjamesjacoby
|
Add option for toggling topic revision logging on and off.
|
| [3415]
|
johnjamesjacoby
|
Extrea duplicate admin menu separator prevention.
|
| [3414]
|
johnjamesjacoby
|
Use get_current_blog_id() rather than $wpdb->blogid
|
| [3413]
|
johnjamesjacoby
|
Improves multisite user role and capability masking for global forums.
|
| [3412]
|
johnjamesjacoby
|
Default to the current user ID in bbp_is_user_deleted()
|
| [3411]
|
johnjamesjacoby
|
Use bbp_get_displayed_user_id() where applicable. Address issue where editing a user profile page would cause global error messages.
|
| [3410]
|
johnjamesjacoby
|
Introduce bbp_make_spam_user() and bbp_make_ham_user() functions to loop through the sites of a user and spam/unspam their topics and replies as needed. (BuddyPress 1.5 compatible)
|
| [3409]
|
johnjamesjacoby
|
When creating a BuddyPress activity stream entry, save the activity ID to post meta so it can be conveniently edited or deleted later.
|
| [3408]
|
johnjamesjacoby
|
Revert r3407 and r3405 and move overflow styling into correct locations.
|
| [3407]
|
johnjamesjacoby
|
Version the theme compat CSS, and add overflow: auto; to RTL styling.
|
| [3406]
|
johnjamesjacoby
|
Bump script versions in bbp-twentyten.
|
| [3405]
|
johnjamesjacoby
|
Set overflow to auto on .bbp-topic-content and .bbp-reply-content.
|
| [3404]
|
johnjamesjacoby
|
Bump the bbpress.pot file to RC 2
|
| [3403]
|
johnjamesjacoby
|
Bump to RC2
|
| [3402]
|
johnjamesjacoby
|
Allow BuddyPress profile URLs to override bbPress profile URLs in an inexpensive way.
|
| [3401]
|
johnjamesjacoby
|
Add missing assignment of 'bbp_forum_create' action in BBP_BuddyPress class.
|
| [3400]
|
johnjamesjacoby
|
Add BuddyPress activity stream styling to bbp-twentyten theme, and bump script version in functions.php.
|
| [3399]
|
johnjamesjacoby
|
Separate actions and filters in BBP_BuddyPress class. Introduce activity_can_comment() and activity_get_permalink() filters to force bbPress's activity stream items to behave exactly like they do currently with group forums.
|