[4543]
|
johnjamesjacoby
|
Subscriptions/Favorites:
* Improvements to AJAX handling.
* Introduces bbp_ajax_response() function in common/functions.php, to handle JSON output.
* Adds AJAX failure responses.
* Props MZAWeb.
* Fixes #1905.
|
[4542]
|
johnjamesjacoby
|
Capabilities:
* Verbiage change for forums role selector.
* Fixes #2079 (trunk)
|
[4541]
|
johnjamesjacoby
|
Capabilities:
* Verbiage change for forums role selector.
* Fixes #2079 (2.2 branch)
|
[4540]
|
johnjamesjacoby
|
BuddyPress Activity:
* When creating activity stream items, utilize 'hide_sitewide' instead of not recording any activity at all.
* Hat-tip boonebgorges.
* Fixes #2081 (2.2 branch)
|
[4539]
|
johnjamesjacoby
|
Invert the public forum check (see #2081)
|
[4538]
|
johnjamesjacoby
|
BuddyPress Activity:
* When creating activity stream items, utilize 'hide_sitewide' instead of not recording any activity at all.
* Hat-tip boonebgorges.
* Fixes #2081 (trunk)
|
[4537]
|
johnjamesjacoby
|
BuddyPress Groups:
* Fix issue causing paginated group forum requests to incorrectly fail.
* Hat-tip boonebgorges.
* Fixes #2080 (trunk)
|
[4536]
|
johnjamesjacoby
|
BuddyPress Groups:
* Fix issue causing paginated group forum requests to incorrectly fail.
* Hat-tip boonebgorges.
* Fixes #2080 (2.2 branch)
|
[4535]
|
johnjamesjacoby
|
Theme Compat:
* Remove is_main_query() usage in bbp_replace_the_content().
* Fixes some themes misbehaving with theme-compat, causing it not to work as intended.
* For 2.2 branch.
|
[4534]
|
johnjamesjacoby
|
Theme Compat:
* Remove is_main_query() usage in bbp_replace_the_content().
* Fixes some themes misbehaving with theme-compat, causing it not to work as intended.
* /me shakes fist at query_posts().
|
[4533]
|
johnjamesjacoby
|
Redirect:
* Rethink the way bbp_redirect_to_field() works.
* Removes apache specific global checks.
* Fixes incorrect usage of wp_get_referer().
* Props MZAWeb.
* fixes #1835.
|
[4532]
|
johnjamesjacoby
|
Topics:
* Use correct filter in bbp_current_user_can_publish_topics().
* Props netweb.
* Fixes #2072 (trunk)
|
[4531]
|
johnjamesjacoby
|
Topics:
* Use correct filter in bbp_current_user_can_publish_topics().
* Props netweb.
* Fixes #2072 (2.2 branch)
|
[4530]
|
johnjamesjacoby
|
Replies:
* When editing a reply, do not append "Reply To:"
* Hat-tip netweb.
* Fixes #2066 (2.2 branch)
|
[4529]
|
johnjamesjacoby
|
Replies:
* When editing a reply, do not append "Reply To:"
* Hat-tip netweb.
* Fixes #2066 (trunk)
|
[4528]
|
johnjamesjacoby
|
Roles:
* When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
* Move !BuddyPress role removal into groups repair tool.
* See #2065 (2.2 branch)
|
[4527]
|
johnjamesjacoby
|
Roles:
* When updating bbPress and normalizing user roles, remove the old moderator and participant roles from the database.
* Props jmdodd.
* Fixes #2065.
|
[4526]
|
johnjamesjacoby
|
Updater:
* Move bbPress 1.x role removal out of updater and into BuddyPress's repair tool.
|
[4525]
|
johnjamesjacoby
|
Supplemental update to bbp_trash_forum_topics(). See #2059.
|
[4524]
|
johnjamesjacoby
|
Deleting:
* When deleting a forum or topic, make sure all child content is deleted also.
* Also add some inline doc, and unset query variables, and clean up messy inline comparisons.
* Props MZAWeb.
* Fixes #2059.
|
[4523]
|
johnjamesjacoby
|
BuddyPress:
* Add reply move support for BuddyPress group forums.
* See #1900, fixes #2064.
|
[4522]
|
johnjamesjacoby
|
Replies:
* Add ability to move a reply into a new topic, or into an existing topic.
* Includes new template part, new extra page template, and functions for handling the data move and template output.
* Props jmdodd.
* Fixes #1900.
|
[4521]
|
johnjamesjacoby
|
Tag bbPress 1.2.
* Fixes #1857.
|
[4520]
|
johnjamesjacoby
|
Create 1.2 branch:
* Uses correct BackPress/pomo externals
* See #1857.
|
[4519]
|
johnjamesjacoby
|
Use 'post_parent' instead of 'child_of' in bbp_get_dropdown() usages. See #2061.
|
[4518]
|
johnjamesjacoby
|
Dropdown:
* Use 'post_parent' instead of 'child_of' in bbp_get_dropdown().
* Add 'exclude' to array of default arguments.
* Fixes bug with not excluding post ID's, and not using the correct post parent ID.
* Props jmdodd.
* Fixes #2061.
|
[4517]
|
johnjamesjacoby
|
Set defaults to suppress debug notices in bbp_get_forum_freshness_link(). Props jmdodd. Fixes #2058.
|
[4516]
|
johnjamesjacoby
|
Use bloginfo_rss() instead of get_option().
|
[4515]
|
johnjamesjacoby
|
Pass more variables into freshness link filters. Props jbobich. Fixes #1983.
|
[4513]
|
johnjamesjacoby
|
TinyMCE:
* Fix tabbing from topic title.
* Hat-tip MZAWeb.
* Fixes #1917.
|
[4512]
|
johnjamesjacoby
|
TinyMCE:
* Revert textarea output variable, changed during excerpt() sweep.
|
[4511]
|
johnjamesjacoby
|
Ajax:
* Remove call to wpList.process().
* Fixes duplicate ajax requests on topic subscriptions and favorites.
* Props MZAWeb.
* Fixes #1905 for !WordPress 3.4.
|
[4510]
|
johnjamesjacoby
|
Statistics:
* Add widget and shortcode for forum statistics.
* Props MZAWeb.
* Fixes #2052.
|
[4509]
|
johnjamesjacoby
|
Posting:
* Fix bug causing forum/topic/reply content not to be retained when an error occurs.
* Fixes #2057.
|
[4508]
|
johnjamesjacoby
|
Extract:
* Clean up bbp_parse_args() usages and inline documents.
* Fixes #2056.
|
[4507]
|
johnjamesjacoby
|
Extract:
* Remove extract() usages from /replies/template-tags.php.
* See #2056.
|
[4506]
|
johnjamesjacoby
|
Extract:
* Remove extract() usages from /topics/template-tags.php.
* See #2056.
|
[4505]
|
johnjamesjacoby
|
Code Improvement:
* Add brackets to /forums/template-tags.php.
* Remove duplicate variable assignments.
|
[4504]
|
johnjamesjacoby
|
Clean up bbp_has_forums() and remove 1-time-use variable.
|
[4503]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_list_forums().
* See #2056.
|
[4502]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_get_single_forum_description().
* See #2056.
|
[4501]
|
johnjamesjacoby
|
Extract:
* Remove unused BBP_Forum_Walker class, and bbp_walk_forum function, that use extract().
* See #2056.
|
[4500]
|
johnjamesjacoby
|
Rearrange $wpdb global usage in bbp_check_for_duplicate().
|
[4499]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_check_for_duplicate().
* Improve code in bbp_check_for_duplicate() to support this.
* See #2056.
|
[4498]
|
johnjamesjacoby
|
Extract:
* Remove extract() usages from /users/template-tag.php.
* See #2056.
|
[4497]
|
johnjamesjacoby
|
Extract:
* Remove extract() from extra statistics page template.
* See #2056.
|
[4496]
|
johnjamesjacoby
|
Clean-up bbp_get_dropdown() so unsetting variables for get_posts() usage is not necessary.
|
[4495]
|
johnjamesjacoby
|
Fix $args collision in topic views widget.
|
[4494]
|
johnjamesjacoby
|
Remove accidental variable variable in widget output.
|
[4493]
|
johnjamesjacoby
|
Extract:
* Remove extract() from widgets.
* See #2056.
|
[4492]
|
johnjamesjacoby
|
Revert back to compact() in statistics.
|
[4491]
|
johnjamesjacoby
|
Widgets:
* Add 'widget_title' filter to widget output.
|
[4490]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_update_topic_revision_log().
* See #2056.
|
[4489]
|
johnjamesjacoby
|
Extract:
* Brackets in bbp_update_forum_reply_count().
|
[4488]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_update_forum().
* See #2056.
|
[4487]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_create_initial_content().
* See #2056.
|
[4486]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_update_reply_revision_log().
* Other general code cleanup.
* See #2056.
|
[4485]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_get_dropdown().
* Other general code cleanup.
* See #2056.
|
[4484]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_get_the_content().
* Other general code cleanup.
* See #2056.
|
[4483]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_get_breadcrumb().
* Other general code cleanup.
* See #2056.
|
[4482]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_wp_login_action().
* See #2056.
|
[4481]
|
johnjamesjacoby
|
Extract:
* Remove extract() from bbp_filter_anonymous_post_data().
* See #2056.
|
[4480]
|
johnjamesjacoby
|
Extract:
* Remove extract() calls from some statistics functions.
* See #2056.
|
[4478]
|
johnjamesjacoby
|
Users:
* Remove old twentyten filter name in user-details.php. (2.2 branch)
|
[4477]
|
johnjamesjacoby
|
Users:
* Remove old twentyten filter name in user-details.php. (trunk)
|
[4476]
|
johnjamesjacoby
|
Revert clear removal on topic and reply lists. Force none in profiles. Fixes #1964 (2.2 branch)
|
[4475]
|
johnjamesjacoby
|
Revert clear removal on topic and reply lists. Force none in profiles. Fixes #1964 (trunk)
|
[4474]
|
johnjamesjacoby
|
Bump.
|
[4473]
|
johnjamesjacoby
|
Update readme.txt with 2.2.2 changelog and bump stable tag. (trunk)
|
[4472]
|
johnjamesjacoby
|
Tag 2.2.2.
|
[4471]
|
johnjamesjacoby
|
Bump 2.2 branch to 2.2.2.
|
[4470]
|
johnjamesjacoby
|
About:
* RTL styling for bbp-badge.
* Fixes #2049 (trunk)
|
[4469]
|
johnjamesjacoby
|
About:
* RTL styling for bbp-badge.
* Fixes #2049 (2.2 branch)
|
[4467]
|
johnjamesjacoby
|
Users:
* Reference correct template part in single-user-edit.php.
* Fixes #2045 (2.2 branch)
|
[4466]
|
johnjamesjacoby
|
Users:
* Reference correct template part in single-user-edit.php.
* Fixes #2045 (trunk)
|
[4465]
|
johnjamesjacoby
|
Users:
* Fix misspelling and update doc in user-topics-created.php.
* Props netweb.
* Fixes #2048 (trunk)
|
[4464]
|
johnjamesjacoby
|
Users:
* Fix misspelling and update doc in user-topics-created.php.
* Props netweb.
* Fixes #2048 (2.2 branch)
|
[4463]
|
johnjamesjacoby
|
Users:
* Update for profiles to support more theme widths.
* Update fields and description labels.
* Move favorite and subscription X's to before topic title, instead of creating another faux-column.
* Some HTML mark-up changes to support fixes.
* Merge styles into RTL and reverse as needed.
* Fixes #1964 (2.2 branch)
|
[4462]
|
johnjamesjacoby
|
Users:
* Update for profiles to support more theme widths.
* Update fields and description labels.
* Move favorite and subscription X's to before topic title, instead of creating another faux-column.
* Some HTML mark-up changes to support fixes.
* Merge styles into RTL and reverse as needed.
* Fixes #1964 (trunk)
|
[4461]
|
johnjamesjacoby
|
Topic Suggest:
* Only output topic suggest JS if on reply new/edit page.
* Fixes #1990 (trunk)
|
[4460]
|
johnjamesjacoby
|
Topic Suggest:
* Only output topic suggest JS if on reply new/edit page.
* Fixes #1990 (2.2 branch)
|
[4459]
|
johnjamesjacoby
|
Credits:
* Update incorrect link.
* Fixes #2044 (2.2 branch)
|
[4458]
|
johnjamesjacoby
|
Credits:
* Update incorrect link.
* Fixes #2044 (trunk)
|
[4457]
|
johnjamesjacoby
|
Bump trunk.
|
[4456]
|
johnjamesjacoby
|
Tag 2.2.1.
|
[4455]
|
johnjamesjacoby
|
Bump branch to 2.2.1.
|
[4454]
|
johnjamesjacoby
|
Capabilities:
* Allow moderators to view hidden forums too.
* For trunk.
|
[4453]
|
johnjamesjacoby
|
Capabilities:
* Allow moderators to view hidden forums too.
|
[4452]
|
johnjamesjacoby
|
Tools/Roles:
* In user-map repair tool, use default role if role-map entry does not exist.
* See #2042 (2.2 branch)
|
[4451]
|
johnjamesjacoby
|
Tools/Roles:
* In user-map repair tool, use default role if role-map entry does not exist.
* See #2042 (trunk)
|
[4450]
|
johnjamesjacoby
|
Roles:
* get_editable_roles() is an admin function, so copy over functionality into bbp_get_user_blog_role().
* See #2042 (trunk)
|
[4449]
|
johnjamesjacoby
|
Roles:
* get_editable_roles() is an admin function, so copy over functionality into bbp_get_user_blog_role().
* See #2042 (2.2 branch)
|
[4448]
|
johnjamesjacoby
|
Roles:
* Remove unused Visitor role.
* Map non-WordPress roles to default role.
* Hat-tip nerrad for confirmation/testing.
* Fixes #2042 (2.2 branch)
|
[4447]
|
johnjamesjacoby
|
Roles:
* Remove unused Visitor role.
* Map non-WordPress roles to default role.
* Hat-tip nerrad for confirmation/testing.
* Fixes #2042 (trunk)
|
[4446]
|
johnjamesjacoby
|
Capabilities:
* Map caps to read_private_posts in forum/topic/reply read_ checks.
* Fixes debug notices and possible mapped caps from an unset object variable.
* Fixes #2039 (trunk)
|
[4445]
|
johnjamesjacoby
|
Capabilities:
* Map caps to read_private_posts in forum/topic/reply read_ checks.
* Fixes debug notices and possible mapped caps from an unset object variable.
* Fixes #2039 (2.2 branch)
|
[4444]
|
johnjamesjacoby
|
Stickies:
* Prevent revisions from being saved as stickies when editing in wp-admin.
* Also cleans up existing stickies when adding a new sticky topic.
* Fixes #2034 (2.2 branch)
|
[4443]
|
johnjamesjacoby
|
Stickies:
* Prevent revisions from being saved as stickies when editing in wp-admin.
* Also cleans up existing stickies when adding a new sticky topic.
* Fixes #2034 (trunk)
|
[4442]
|
johnjamesjacoby
|
Create 2.2 branch.
|
[4441]
|
johnjamesjacoby
|
Tag 2.2.
|