[3534]
|
johnjamesjacoby
|
Delete 0.9.0.7 tag (added instead of copied)
|
[3533]
|
johnjamesjacoby
|
Switch BackPress external from 1.1 branch to 1.1 tag
|
[3532]
|
johnjamesjacoby
|
Retagging 1.1 (See r3529)
|
[3531]
|
johnjamesjacoby
|
Update new 1.1 branch to use 1.1 BackPress external
|
[3530]
|
johnjamesjacoby
|
Rebranching 1.1
|
[3529]
|
johnjamesjacoby
|
Delete 1.1 branch (added instead of copied)
|
[3528]
|
johnjamesjacoby
|
Delete 1.1 tag (added instead of copied)
|
[3527]
|
johnjamesjacoby
|
Bump version in trunk to 1.1 until 1.2 clean-up begins.
|
[3526]
|
johnjamesjacoby
|
Create bbPress 1.1 Branch.
|
[3525]
|
johnjamesjacoby
|
Tag bbPress 1.1.
|
[3524]
|
johnjamesjacoby
|
Fix incorrect text in subscription label when editing a post. Fixes #1462. Props dimadin. (trunk)
|
[3523]
|
johnjamesjacoby
|
Tag bbPress 1.0.4.
|
[3522]
|
johnjamesjacoby
|
Update BackPress svn external to point to backpress.svn.wordpress.org (trunk)
|
[3521]
|
johnjamesjacoby
|
Update BackPress svn external to point to backpress.svn.wordpress.org (1.0 branch)
|
[3520]
|
johnjamesjacoby
|
Bump 1.0 branch version to 1.0.4.
|
[3519]
|
johnjamesjacoby
|
Fix mixed line endings in interface.js. (1.0 branch)
|
[3518]
|
johnjamesjacoby
|
Tag bbPress 0.9.0.7.
|
[3517]
|
johnjamesjacoby
|
Bump 0.9 branch version to 0.9.0.7.
|
[3516]
|
johnjamesjacoby
|
Code formatting improvements to 'pre_get_posts' actions. Remove unused $bbp globals.
|
[3515]
|
johnjamesjacoby
|
Fix issue where subscription emails were not being sent in some circumstances.
|
[3514]
|
johnjamesjacoby
|
Use correct while loop format in single-reply-edit.php and single-topic-edit.php in bbp-twentyten. Props jghazally.
|
[3513]
|
johnjamesjacoby
|
Whitespace fix in header. Props !Viper007Bond again. See r3512.
|
[3512]
|
johnjamesjacoby
|
Fix formatting in plugin header for Text Domain and Domain Path. Props !Viper007Bond.
|
[3511]
|
johnjamesjacoby
|
Update bbpress.pot in bbp-languages.
|
[3510]
|
johnjamesjacoby
|
Bump readme.txt to 2.0 RC 5 and add 2.0-rc-5 section.
|
[3509]
|
johnjamesjacoby
|
Bump to 2.0 RC 5
|
[3508]
|
johnjamesjacoby
|
Add TextDomain and DomainPath to plugin header. Props !Viper007Bond for the reminder.
|
[3507]
|
johnjamesjacoby
|
Allow theme compatibility to be extended more completely. Move contents of bbp-twenty-ten's functions.php into a class, which extends the new BBP_Theme_Compat class.
|
[3506]
|
johnjamesjacoby
|
Update remaining 'spam' and 'trash' post_status references to use _get_ functions.
|
[3505]
|
johnjamesjacoby
|
API adjustments:
* Refactor _status_ vars into callable functions.
* Audit usage of $bbp global.
* Perform get_class() checks on extensions to avoid errors if global $bbp is overloaded.
* Bump DB version to 175.
|
[3504]
|
johnjamesjacoby
|
Introduce bbp_is_user_active() and bbp_is_user_inactive() to help with spammed and deleted user checks. See #1630 and r3503.
|
[3503]
|
johnjamesjacoby
|
Fix issue where BuddyPress activity stream items could still be created for non-public forums when using sub-forums. Fixes #1630.
|
[3502]
|
johnjamesjacoby
|
Fix duplicate BuddyPress activity stream component actions for replies.
|
[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.
|
[3500]
|
johnjamesjacoby
|
Remove Genesis navigation after the post loop has finished. See #1622. Props jaredatch.
|
[3499]
|
johnjamesjacoby
|
Update bbp_notify_subscribers() to use bbPress API's. Fixes issues where mail might get sent on spam topics/replies, or not at all.
|
[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.
|