Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4820 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 (1901 - 2000 of 4820)

Changeset Author Message
[4364] johnjamesjacoby Capabilities: * Introduce two helper functions: bbp_filter_user_roles_option() and _bbp_reinit_dynamic_roles() * Fixes bug where switching to a new blog would wipe out dynamically loaded roles. * Filter the *_user_roles option, and add bbPress's roles to it. * See #1939.
[4365] johnjamesjacoby Capabilities: * Introduce functionality for bulk-edit of user forums roles. * Uses new 'keep_gate' capability to prevent granting keymaster role from a non-keymaster. * For !WordPress 3.5 and higher. * Props jmdodd. * See #1939. * Fixes #2016.
[4366] johnjamesjacoby Capabilities: * Update notices in deprecated add/remove roles functions. * See #1939.
[4367] johnjamesjacoby Capabilities: * Reverse logic in bbp_user_has_profile(). * Assume all users have profiles, and they must be explicitly disabled. * This is a more natural default behavior, as rarely will a site need to restrict a user's profile to a specific central site. * See #1939.
[4368] johnjamesjacoby Bump to beta 2.
[4369] johnjamesjacoby Replace instances of 'bbPress' string output with 'Forums' in admin settings.
[4370] johnjamesjacoby Users: * Update _is_ functions for user_status (spam|deleted) * Remove check of 'user_status' column value, since core only uses 'spam' and 'deleted' now. * Fixes issue where a 'user_status' setting would produce a false positive.
[4371] johnjamesjacoby Capabilities: * Hook bbp_set_current_user_default_role() to 'switch_blog' * Fixes bug where mapped forums role was lost on multisite when WP_Admin_Bar::initialize() would switch to a blog that a user is a member of, if the user was viewing a forum on a site they do not have a role on. * See #1939.
[4372] johnjamesjacoby Green Scheme: * Tweak the green scheme so it's less broken in !WordPress 3.5. * Since admin CSS is not final, this may change, or need more tweaks.
[4373] johnjamesjacoby Breadcrumb: * Fix copy-pasta in bbp_get_breadcrumb(). * Regression from adding more arguments to HTML output. * Fixes #2017.
[4374] johnjamesjacoby Capabilities: * Since bbp_set_current_user_default_role() is directly hooked to switch_blog, add deactivation check to prevent php warnings. * See #1939.
[4375] johnjamesjacoby Capabilities: * Rehook bbp_set_current_user_default_role() back to 'bbp_setup_current_user'. * Now that deactivation check has moved, it's safe to hook this directly again. * Remove from bbPress::setup_current_user(). * See #1939.
[4376] johnjamesjacoby Theme Compat: * Set post_excerpt when setting the dummy post. * Fixes issue with unset $post->post_excerpt warnings.
[4377] johnjamesjacoby Theme Compat: * Set post_excerpt when setting the dummy post. * Fixes issue with unset $post->post_excerpt warnings. * For 2.1 branch.
[4378] johnjamesjacoby Bump 2.1 branch to 2.1.3.
[4379] johnjamesjacoby Tag bbPress 2.1.3.
[4380] johnjamesjacoby Trim off beta and revision suffixes from display version in What's New and Credits pages. See #2018.
[4381] johnjamesjacoby Humans: * Add jmdodd to thanks list.
[4382] johnjamesjacoby About: * First pass at "What's New" text. * Props jmdodd. * See #2018.
[4383] bumpbot Compress scripts/styles: 2.2-beta2-4383.
[4384] johnjamesjacoby Credits: * Hardcode some credits for a first pass for 2.2. * Will want to use api.wordpress.org eventually. * Fixes #2018.
[4385] johnjamesjacoby Credits: * Clean up copy pasta. * Props jmdodd. * See #2018.
[4386] johnjamesjacoby Use correct settings page link in What's New and Credits pages. See #2018.
[4387] johnjamesjacoby Use options-general.php file in settings link in What's New and Credits pages. See #2018.
[4388] johnjamesjacoby About: * Add missing mapped cap to BBP_Admin::map_settings_meta_caps(). * See: #2018.
[4389] johnjamesjacoby Users: * Fix incorrectly classed replies link in user profiles navigation. * Props netweb. * Fixes #2019.
[4390] johnjamesjacoby Activation: * When activating bbPress, redirect to the "What's New" page. * Replaces incomplete code in /admin/functions.php with update action and activation hook helper. * See #2018.
[4391] johnjamesjacoby About: * Add "Codex Rockstars" section. * Fix Gravatar URL and duplicate ID. * See #2018.
[4392] johnjamesjacoby Bump to RC 1.
[4393] johnjamesjacoby !BuddyPress: * First pass attempt at repairing !BuddyPress group forum relationships. * Includes new tool for looping through converted forums and updating group meta. * See #1669.
[4394] johnjamesjacoby !BuddyPress: * Split buddypress.php up into more manageable parts. * Props jmdodd. * Fixes #2020.
[4395] johnjamesjacoby Extensions: * Introduce core/extend.php to assist in loading extentions in a more common way. * Move some !BuddyPress code around, into the files it makes the most sense for it to be in. * Remove some redundant !BuddyPress loader code.
[4396] johnjamesjacoby !BuddyPress: * Use !BuddyPress singleton wrapper where applicable. * Include helper buddypress() function if using versions prior to 1.7.
[4397] johnjamesjacoby !BuddyPress: * Remove component.php, and consolidate into loader.php. * Introduce members.php, for modifying bbPress profile links. * Rename loading class and references where appropriate. * See #2020.
[4398] johnjamesjacoby Use correct database name/prefix in group-forum relationship tool. Props r-a-y. Fixes #2022.
[4399] johnjamesjacoby Use correct component, item_id, and secondary_item_id in group-forum activity. Props r-a-y. Fixes #2023.
[4400] johnjamesjacoby Converter: * Add '_bbp_old_forum_id' in converter so forums can be easily referenced. * Update groups-repair to use new 'old forum ID' key. * Props jmdodd. * Fixes #2024.
[4401] johnjamesjacoby !BuddyPress: * Update group-repair tool to update the group forums root. * Also rename the 'Default Forum' to 'Group Forums' since it's part of the sitewide forums now. * See #2025, #1669.
[4402] johnjamesjacoby !BuddyPress: * Only rename 'Default Forum' if name matches old bbPress default forum title. * See #2025, #1669.
[4403] johnjamesjacoby Bump.
[4404] johnjamesjacoby Move bbp_load_textdomain() onto 'bbp_init' - was loading too early on 'bbp_loaded' -> 'plugins_loaded'.
[4405] johnjamesjacoby BuddyPress Repair: * Repair forum group ID meta so relationship is fully mapped. * Update feedback message to include group and forum counts. * Props jmdodd. * Fixes #2025.
[4406] johnjamesjacoby Capabilities: * Add sanity check in bbp_set_current_user_default_role() to check that setup_current_user action has already fired. * If not, bail early, since there is no user to attach a role to yet. * This should not happen under normal circumstances, only when doing advanced tricks or otherwise _doing_it_wrong(). * This bit is subject to change, based on testing.
[4407] johnjamesjacoby !BuddyPress Group Forums: * Suppress hierarchical group forums for now, for feature parity with existing !BuddyPress forums. * See #1669.
[4408] johnjamesjacoby Member's Forums: * Update "Topics Replied To" to "Replies Created." * Reference correct template to mirror bbPress functionality in !BuddyPress profiles.
[4409] johnjamesjacoby !BuddyPress: * Add note to the top of !BuddyPress loader.php. * See #1669.
[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.
[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.
[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.
[4413] johnjamesjacoby Capabilities: * Only loop through array keys in bbp_filter_blog_editable_roles(). * Prevents unused value variables from being created.
[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.
[4415] johnjamesjacoby Forums Admin: * Set max-width to 170px for forum parent ID.
[4416] johnjamesjacoby Forums Admin: * More aggressive CSS for forum parent.
[4417] johnjamesjacoby Forums Admin: * Update 'order' and 'orderby' for get_posts() usage to sort by 'title' and not 'post_title'.
[4418] johnjamesjacoby Force a max-width on forum drop-down in default templates.
[4419] johnjamesjacoby Capabilities: * Moderators cannot see forums in wp-admin.
[4420] johnjamesjacoby Bump to RC2.
[4421] bumpbot Compress scripts/styles: 2.2-rc2-4421.
[4422] johnjamesjacoby Add 2.2 to readme.txt changelog.
[4423] johnjamesjacoby Merge updated bbpress.pot file into trunk for 2.2.
[4424] johnjamesjacoby Templates: * Remove 'bbp-' prefix from default templates directory name. * Update paths where appropriate.
[4425] johnjamesjacoby Update bbpress.pot for new default templates folder path.
[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.
[4427] johnjamesjacoby Revisions: * Use correct post type in replies. * See #2029.
[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.
[4429] johnjamesjacoby Updated bbpress.pot file.
[4430] johnjamesjacoby Converter: * Platform options is a string, not an array.
[4431] johnjamesjacoby Capabilities: * Only try to add the new role if there's a new role to add.
[4432] johnjamesjacoby Widgets: * Declare widget() methods as static. * Fixes PHP notices for static method usages. * Fixes #2030.
[4433] johnjamesjacoby Capabilities: * Set default param values in all map_meta_cap filters, incase none are passed or type cast correctly.
[4434] johnjamesjacoby Increase default textarea rows from 6 to 12. Feels like a better balance between normal and fancy editors.
[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.
[4436] johnjamesjacoby Update bbpress.pot file.
[4437] johnjamesjacoby Theme Compat: * Fix bug causing first iteration of theme stack to be skipped.
[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.
[4439] johnjamesjacoby Bump trunk to 2.2.
[4440] johnjamesjacoby Update bbpress.pot.
[4441] johnjamesjacoby Tag 2.2.
[4442] johnjamesjacoby Create 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)
[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)
[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)
[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)
[4447] johnjamesjacoby Roles: * Remove unused Visitor role. * Map non-WordPress roles to default role. * Hat-tip nerrad for confirmation/testing. * Fixes #2042 (trunk)
[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)
[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)
[4450] johnjamesjacoby Roles: * get_editable_roles() is an admin function, so copy over functionality into bbp_get_user_blog_role(). * See #2042 (trunk)
[4451] johnjamesjacoby Tools/Roles: * In user-map repair tool, use default role if role-map entry does not exist. * See #2042 (trunk)
[4452] johnjamesjacoby Tools/Roles: * In user-map repair tool, use default role if role-map entry does not exist. * See #2042 (2.2 branch)
[4453] johnjamesjacoby Capabilities: * Allow moderators to view hidden forums too.
[4454] johnjamesjacoby Capabilities: * Allow moderators to view hidden forums too. * For trunk.
[4455] johnjamesjacoby Bump branch to 2.2.1.
[4456] johnjamesjacoby Tag 2.2.1.
[4457] johnjamesjacoby Bump trunk.
[4458] johnjamesjacoby Credits: * Update incorrect link. * Fixes #2044 (trunk)
[4459] johnjamesjacoby Credits: * Update incorrect link. * Fixes #2044 (2.2 branch)
[4460] johnjamesjacoby Topic Suggest: * Only output topic suggest JS if on reply new/edit page. * Fixes #1990 (2.2 branch)
[4461] johnjamesjacoby Topic Suggest: * Only output topic suggest JS if on reply new/edit page. * Fixes #1990 (trunk)
[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)
[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)
Note: See TracReports for help on using and creating reports.