Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4787 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 (2101 - 2200 of 4787)

Changeset Author Message
[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.
[4440] johnjamesjacoby Update bbpress.pot.
[4439] johnjamesjacoby Bump trunk to 2.2.
[4438] johnjamesjacoby Forums: * Do not disable categories on forum parent drop downs in wp-admin. * Disable forum parents in topic and reply edits if user cannot edit forums. * This is to prevent innocent users from accidentally putting content in a forum category.
[4437] johnjamesjacoby Theme Compat: * Fix bug causing first iteration of theme stack to be skipped.
[4436] johnjamesjacoby Update bbpress.pot file.
[4435] johnjamesjacoby BuddyPress/Capabilities: * Add supporting methods for handling group forum topic moderator functionality. * Uses map_meta_cap filter to allow group moderators and admins to perform their duties. * Also allows regular group members to view private/hidden forums if they are a group member. * Fixes #2033.
[4434] johnjamesjacoby Increase default textarea rows from 6 to 12. Feels like a better balance between normal and fancy editors.
[4433] johnjamesjacoby Capabilities: * Set default param values in all map_meta_cap filters, incase none are passed or type cast correctly.
[4432] johnjamesjacoby Widgets: * Declare widget() methods as static. * Fixes PHP notices for static method usages. * Fixes #2030.
[4431] johnjamesjacoby Capabilities: * Only try to add the new role if there's a new role to add.
[4430] johnjamesjacoby Converter: * Platform options is a string, not an array.
[4429] johnjamesjacoby Updated bbpress.pot file.
[4428] johnjamesjacoby Revisions: * In bbp_get_reply_revision_log(), check the post type, and maybe return bbp_get_topic_revision_log() if post is a topic in the replies loop. * This happens when bbp_show_lead_topic() is set to false, which is the default. * See #2029.
[4427] johnjamesjacoby Revisions: * Use correct post type in replies. * See #2029.
[4426] johnjamesjacoby Revisions: * Since we do our own revision handling, turn off revisions for the initial call to wp_update_post() in topics and replies. * We check if the post type supports revisions, and toggle them off and back on to avoid duplicate revisions from specifically saving it later in the edit process. * Fixes #2029.
[4425] johnjamesjacoby Update bbpress.pot for new default templates folder path.
[4424] johnjamesjacoby Templates: * Remove 'bbp-' prefix from default templates directory name. * Update paths where appropriate.
[4423] johnjamesjacoby Merge updated bbpress.pot file into trunk for 2.2.
[4422] johnjamesjacoby Add 2.2 to readme.txt changelog.
[4420] johnjamesjacoby Bump to RC2.
[4419] johnjamesjacoby Capabilities: * Moderators cannot see forums in wp-admin.
[4418] johnjamesjacoby Force a max-width on forum drop-down in default templates.
[4417] johnjamesjacoby Forums Admin: * Update 'order' and 'orderby' for get_posts() usage to sort by 'title' and not 'post_title'.
[4416] johnjamesjacoby Forums Admin: * More aggressive CSS for forum parent.
[4415] johnjamesjacoby Forums Admin: * Set max-width to 170px for forum parent ID.
[4414] johnjamesjacoby Forums Admin: * Revert usage of Suggest for choosing a forum parent via auto-complete. * Revert parts of r4260 and r4261. * See #1910, #2014.
[4413] johnjamesjacoby Capabilities: * Only loop through array keys in bbp_filter_blog_editable_roles(). * Prevents unused value variables from being created.
[4412] johnjamesjacoby Capabilities: * Remove call to array_diff_assoc() in bbp_filter_blog_editable_roles(). * Use two foreach() loops instead. * Randomly stopped working; no time before 2.2 to investigate.
[4411] johnjamesjacoby Theme Compat: * Only replace the content if in a main query loop. * Fixes possible incompatibilities with alternate loops and calling 'the_content' filters in strange places. * For 2.2.
[4410] johnjamesjacoby !BuddyPress: * Update BBP_BuddyPress::setup_title() to use more verbose and filtered !BuddyPress functions. * Use bp_is_user() check to only set title for displayed users. * Props paulgibbs. * Fixes #2027.
[4409] johnjamesjacoby !BuddyPress: * Add note to the top of !BuddyPress loader.php. * See #1669.
[4408] johnjamesjacoby Member's Forums: * Update "Topics Replied To" to "Replies Created." * Reference correct template to mirror bbPress functionality in !BuddyPress profiles.
[4407] johnjamesjacoby !BuddyPress Group Forums: * Suppress hierarchical group forums for now, for feature parity with existing !BuddyPress forums. * See #1669.
Note: See TracReports for help on using and creating reports.