| [4205]
|
johnjamesjacoby
|
Remove branches/plugin.
* Copied to /trunk in r4201
|
| [4203]
|
johnjamesjacoby
|
Scripts:
* Create empty .min files where warranted.
* Rejig green admin scheme CSS files to use .min.
|
| [4202]
|
johnjamesjacoby
|
Versions:
* Remove inline comments in bbpress.php.
|
| [4201]
|
johnjamesjacoby
|
Copy /branches/plugin/ to /trunk/
|
| [4200]
|
johnjamesjacoby
|
Delete /trunk so /branches/plugin/ can be copied into it.
|
| [4199]
|
johnjamesjacoby
|
Trunk:
* Delete /trunk/readme.txt warning.
* Clean out /trunk to copy /branches/plugin history over.
|
| [4198]
|
johnjamesjacoby
|
Updater:
* Move bbp_is_deactivation() check out of bbPress class, and into bbpress-functions.php loader.
* Enables all functions and actions to run at deactivation time, allowing caps to be removed, etc...
* Re-enable network updater for capable users. Check if bbPress is active before running versioner.
* Introduce bbp_delete_rewrite_rules() to force a flush on the following page-load without priming rules on the current one.
|
| [4197]
|
johnjamesjacoby
|
User Edit:
* Tweak capabilities CSS.
* Also include RTL styling.
|
| [4196]
|
johnjamesjacoby
|
User Edit:
* Load grant/revoke super admin functions if they are not available.
* Remove empty user role check, as all users will have default roles going forward.
* Tweak input/label CSS when editing a user profile.
|
| [4195]
|
johnjamesjacoby
|
User Options:
* Update phpdoc for bbp_add_user_options()
* Pass $user_id into action when adding and removing options.
|
| [4194]
|
johnjamesjacoby
|
Queries:
* Revert r4183 as it's still needed for shortcodes and _is_ functions.
* Fix incorrect ob_start() method in display_breadcrumb().
|
| [4193]
|
johnjamesjacoby
|
Options:
* Visually section off user slugs in bp_get_options().
|
| [4192]
|
johnjamesjacoby
|
Capabilities:
* Enforce negative capabilities in user_profile_update() by using add_cap( $cap, false );
* Remove new-role dance from capability reset, as bbPress capabilities are still added to each individual role as needed.
|
| [4191]
|
johnjamesjacoby
|
Users:
* First pass at updating bbp-theme-compat for new favorites/subscriptions template behavior.
* Removes query name usage from templates.
|
| [4190]
|
johnjamesjacoby
|
Users:
* Update main bbPress class and bbp_parse_query() for updated favorites and subscriptions behavior.
|
| [4189]
|
johnjamesjacoby
|
Users:
* Update behavior of is functions for favorites and subscriptions to use parsed query variables.
* Introduce functions for getting the rewrite ID's.
|
| [4188]
|
johnjamesjacoby
|
Users:
* Add options and functions for user favorites and subscriptions slugs.
|
| [4187]
|
johnjamesjacoby
|
Updater:
* Make bbp_is_update() more verbose for easier debugging.
* Update version updater function to remove deprecated roles, and flush the capabilities.
|
| [4186]
|
johnjamesjacoby
|
Capabilities:
* Update phpdoc for bbp_set_current_user_default_role().
* See #1942.
|
| [4185]
|
johnjamesjacoby
|
Capabilities:
* Rename global role masking to bbp_set_current_user_default_role().
* Update phpdoc and action usages.
* See #1942.
|
| [4184]
|
johnjamesjacoby
|
Capabilities:
* Bring back bbp_add_caps() and bbp_remove_caps().
* Remove role mask, and more aggressively add registered user to site with default role when user visits the site for the first time.
* See #1942.
|
| [4183]
|
johnjamesjacoby
|
Queries:
* Remove query name settings from BBP_Shortcodes.
* No longer used.
|
| [4182]
|
johnjamesjacoby
|
Capabilities:
* Bail if in network admin.
* Prevent modifying blog caps in network admin area.
|
| [4181]
|
johnjamesjacoby
|
Introduce bbp_register subaction:
* Switch bbp_init priority to init 0.
* Hook bbp_register to bbp_init, prority 0.
* Hook _register_ actions onto bbp_register.
* Registers post types, taxonomies, post statuses, shortcodes, and topic views early, so they are available ahead of 'init' action.
* Fixes plugin dependency issue with bbPress objects not being registered when they are needed.
|
| [4180]
|
johnjamesjacoby
|
Capabilities:
* Remove bbp_masked capability when setting the user role.
* Do not set a fake role in bbp_global_access_role_mask().
* Rename variable in bbp_global_access_role_mask() to be more literal.
* Add note to phpdoc of bbp_global_access_role_mask().
|
| [4179]
|
johnjamesjacoby
|
Capabilities:
* Add 'participate' capability to admin role defaults.
* Rearrange bbp_global_access_role_mask() to check logged in and member of blog before inactive.
* Default to WordPress Subscriber role in bbp_global_access_role_mask().
* Addresses issue where users don't get proper default caps masked to them.
|
| [4178]
|
johnjamesjacoby
|
Bump version numbers to 2.1, when singleton and magic methods were introduced.
|
| [4177]
|
johnjamesjacoby
|
Doing it wrong:
* Protect users from the effects of incorrectly manipulating the bbPress instance.
* Uses _doing_it_wrong() in place of wp_die(), in bbPress::__clone() and bbPress::__wakeup() magic methods.
|
| [4176]
|
johnjamesjacoby
|
Stand tall, little T.
|
| [4175]
|
johnjamesjacoby
|
Bozo:
* Change post status to 'bozo' on creation/edit if user is a bozo.
* Modifies create/edit handlers for topics and replies.
|
| [4174]
|
johnjamesjacoby
|
Bozo:
* Use correct bbp_get_bozo_post_status() function when registering post status.
|
| [4173]
|
johnjamesjacoby
|
Bozo:
* Map 'bozo' caps to disallow for moderators.
* Move inactive user check out of bbp_is_user_bozo() and into bbp_map_meta_caps().
|
| [4172]
|
johnjamesjacoby
|
Capabilities:
* Tweak CSS for capability UI to fix layout issues with varying height divs.
|
| [4171]
|
johnjamesjacoby
|
Bozos:
* Add bozo post status to bbp_has_topics() and bbp_has_replies() if current user is a bozo.
|
| [4170]
|
johnjamesjacoby
|
Bozos:
* Add bbp_is_user_bozo() function to bbp-user-functions.php.
* Note that neither anonymous nor inactive users can be bozos, as they already either can or cannot post, and should not be allowed to post uncontrollably. This behavior differs from bbPress 1.x, where a bozo could also be a spam user.
|
| [4169]
|
johnjamesjacoby
|
Bozons:
* Add bozo post_status and function helper.
* For 'bozo' capability.
|
| [4168]
|
johnjamesjacoby
|
Capabilities:
* Remove negative 'blocked' cap and use positive 'participate' cap instead.
* Replaces old 'bbp_participant' role nicely.
|
| [4167]
|
johnjamesjacoby
|
Forums:
* Remove superfluous is_super_admin() login in bbp_has_forums().
* Capes always pass current_user_can() checks unless specifically not allowed, which is the intended behavior here.
|
| [4166]
|
johnjamesjacoby
|
Topic Tags:
* When posting a topic or reply, check that user can assign tags to topics.
* If user cannot assign tags, and topic-tag value is not set, use existing topic tags.
|
| [4165]
|
johnjamesjacoby
|
Capabilities:
* Reference correct function in bbp_add_caps()
* See #1939
|
| [4164]
|
johnjamesjacoby
|
Capabilities:
* Remove roles and move everything to mapped capabilities.
* First pass at admin-side forum capability manager.
* Deprecate moderator, anonymous, and participant roles and associated functions.
* Deprecate add/remove role/cap functions.
* More cap mapping needed for users that are not explicitly blocked.
* Adds cap check to forms for topic-tag adding/editing.
* See #1939
|
| [4163]
|
johnjamesjacoby
|
Replies:
* Do not force single topic query to use specific indexes if also doing a meta query.
* Fixes #1938 for 2.1 branch.
|
| [4162]
|
johnjamesjacoby
|
Replies:
* Do not force single topic query to use specific indexes if also doing a meta query.
* Fixes #1938 for 2.2 branch.
|
| [4161]
|
johnjamesjacoby
|
Converter:
* Use sanitize_title() instead of sanitize_title_with_slashes().
* Fix issue with character encoding.
* Fixes #1929 for 2.2 branch.
|
| [4160]
|
johnjamesjacoby
|
Converter:
* Use sanitize_title() instead of sanitize_title_with_slashes().
* Fix issue with character encoding.
* Fixes #1929 for 2.1 branch.
|
| [4159]
|
johnjamesjacoby
|
Admin:
* First pass at WordPress core style about and credits UI.
|
| [4158]
|
johnjamesjacoby
|
Post Time:
* Use new post-time template-tags in appropriate bbp-twentyten templates.
|
| [4157]
|
johnjamesjacoby
|
Post Time:
* Use new post-time template-tags in appropriate bbp-theme-compat templates.
|
| [4156]
|
johnjamesjacoby
|
Post Time:
* Introduce template tags for topic and reply post time.
* Includes param for auto-humanizing.
* Fixes theme-compat issues with core date/time template-tags by always supplying a trusted post ID. If one is not available, something has gone horribly wrong now.
|
| [4155]
|
johnjamesjacoby
|
Theme Compat:
* Defaults and dummy data for entire single-post schema.
|
| [4154]
|
johnjamesjacoby
|
Deactivation:
* Introduce bbp-core-dependency.php and move plugin dependency actions and filters into it.
* Switch load order to remove possible debug notices on deactivation.
* Only load -core- files on deactivation; the others are not needed at that time.
|
| [4153]
|
johnjamesjacoby
|
Update inline doc for bbp_is_activation()
|
| [4152]
|
johnjamesjacoby
|
Theme Compat:
* Remove $post/$withcomments global noop, replace with wp_reset_postdata().
* Fixes issues with debug notices in some themes.
* For 2.2 branch.
* See r4150.
|
| [4151]
|
johnjamesjacoby
|
Theme Compat:
* Rearrange content injection to improve readability.
* Includes additional post reset information for single f/t/r's.
* Remove $post/$withcomments global noop, replace with wp_reset_postdata().
* Fixes issues with debug notices in some themes.
* For 2.1 branch.
* See r4148.
|
| [4150]
|
johnjamesjacoby
|
WP_Query:
* Audit WP_Query usage, and follow them up with wp_reset_postdata() as needed.
* Fixes issues with sidebars and widgets that can execute before the main query loop.
* For 2.1 branch
|
| [4149]
|
johnjamesjacoby
|
WP_Query:
* Audit WP_Query usage, and follow them up with wp_reset_postdata() as needed.
* Fixes issues with sidebars and widgets that can execute before the main query loop.
* For 2.2
|
| [4148]
|
johnjamesjacoby
|
Theme Compat:
* Rearrange content injection to improve readability.
* Includes additional post reset information for single f/t/r's.
|
| [4147]
|
johnjamesjacoby
|
Bump 2.1 branch
|
| [4146]
|
johnjamesjacoby
|
Theme Compat:
* Remove list styling from all list items
* It is put back later in the stack.
* For 2.2 branch
|
| [4145]
|
johnjamesjacoby
|
Theme Compat:
* Remove list styling from all list items
* It is put back later in the stack.
* For 2.1 branch
|
| [4144]
|
johnjamesjacoby
|
Theme Compat:
* RTL improvements.
* See #1897.
* For 2.2 branch.
|
| [4143]
|
johnjamesjacoby
|
Theme Compat:
* Additional CSS to prevent gaps in list items.
* Fixes #1926.
* See #1897.
* For 2.1 branch.
* Props mamaduka.
|
| [4142]
|
johnjamesjacoby
|
Theme Compat:
* Additional CSS to prevent gaps in list items.
* Fixes #1926.
* See #1897.
* For 2.2.
* Props mamaduka.
|
| [4141]
|
johnjamesjacoby
|
Converter:
* Call bbp_admin() to create the admin object when converting passwords.
|
| [4140]
|
johnjamesjacoby
|
Green Scheme:
* Remove duplicate stylesheets for dealing with wp-content directory depth.
* Move image styling into admin_head method and get the admin URL in PHP.
* Remove referencs to content_depth variable.
* This will make it more difficult to merge admin styling in later, but easier to maintain and result in a smaller package.
* For 2.1 branch. Backported from 2.2-bleeding as a bonus.
|
| [4139]
|
johnjamesjacoby
|
Green Scheme:
* Remove duplicate stylesheets for dealing with wp-content directory depth.
* Move image styling into admin_head method and get the admin URL in PHP.
* Remove referencs to content_depth variable.
* This will make it more difficult to merge admin styling in later, but easier to maintain and result in a smaller package.
|
| [4138]
|
johnjamesjacoby
|
bbPress:
* Tag 2.1.2
|
| [4137]
|
johnjamesjacoby
|
Update bbpress.pot for 2.2 branch.
|
| [4136]
|
johnjamesjacoby
|
Trunk:
* Add temporary readme.txt to trunk, with details on where 1.1 development has moved to.
|
| [4135]
|
johnjamesjacoby
|
Trunk:
* Remove svn:ignore property from /trunk/
|
| [4134]
|
johnjamesjacoby
|
Trunk:
* Empty the trunk folder.
* For 1.1 dev, refer to /branches/1.1/
* For 2.2 dev, refer to /branches/plugin/ until it's moved to /trunk/
* See: https://bbpdevel.wordpress.com/2012/04/15/coming-in-the-next-few-days-the-bbpress/
|
| [4133]
|
johnjamesjacoby
|
Update 2.2 readme.txt.
|
| [4132]
|
johnjamesjacoby
|
Languages:
* Update bbpress.pot for 2.1.2.
|
| [4131]
|
johnjamesjacoby
|
Bump 2.1 branch version to 2.1.2.
|
| [4130]
|
johnjamesjacoby
|
Revert debug cruft from r4127.
|
| [4129]
|
johnjamesjacoby
|
Revert debug cruft from r4128.
|
| [4128]
|
johnjamesjacoby
|
Admin Help:
* Repair admin help copy-pasta from r3686.
* For 2.2 branch.
* Props janeforshort.
|
| [4127]
|
johnjamesjacoby
|
Admin Help:
* Repair admin help copy-pasta from r3686.
* For 2.1 branch.
* Props janeforshort.
|
| [4126]
|
johnjamesjacoby
|
Stickies:
* Make sure stickies always appear according to freshness date.
* For 2.1 branch.
|
| [4125]
|
johnjamesjacoby
|
Stickies:
* Make sure stickies always appear according to freshness date.
* For 2.2.
|
| [4124]
|
johnjamesjacoby
|
Topic and Reply Widgets:
* Add 'show_user' option, to toggle display of user and Avatar.
* Update reply widget to use time_since.
* Fixes #1903.
* Props jaredatch.
|
| [4123]
|
johnjamesjacoby
|
Theme Compat:
* Reset reply height to auto, to prevent conflicts with some themes.
* Fixes #1819.
* For 2.2 branch.
* Props jaredatch.
|
| [4122]
|
johnjamesjacoby
|
Theme Compat:
* Reset reply height to auto, to prevent conflicts with some themes.
* Fixes #1819.
* For 2.1 branch.
* Props jaredatch.
|
| [4121]
|
johnjamesjacoby
|
Widgets:
* Add phpdoc reminding that private/hidden forums are removed via bbp_pre_get_posts_exclude_forums.
* Remove duplicate meta query on forums widget.
* For 2.2 branch.
* See #1891.
|
| [4120]
|
johnjamesjacoby
|
Widgets:
* Add phpdoc reminding that private/hidden forums are removed via bbp_pre_get_posts_exclude_forums.
* Remove duplicate meta query on forums widget.
* See #1891.
|
| [4119]
|
johnjamesjacoby
|
Converters:
* Classes are case sensitive when being loaded by the main converter.
* Fixes #1886.
* For 2.1 branch.
* Props netweb.
|
| [4118]
|
johnjamesjacoby
|
Forum Actions:
* Remove bbp_has_topics() from forum trash and topic delete functions.
* Use WP_Query's instead.
* Remove phpdoc references to bbp_has_topics() where it's no longer used.
* Fixes #1914.
* For 2.1 branch.
|
| [4117]
|
johnjamesjacoby
|
Forum Actions:
* Remove bbp_has_topics() from forum trash and topic delete functions.
* Use WP_Query's instead.
* Remove phpdoc references to bbp_has_topics() where it's no longer used.
* Fixes #1914.
* For 2.2 branch.
|
| [4116]
|
johnjamesjacoby
|
Topic Actions:
* Remove old bbpress() call in bbp_trash_topic() from r4114.
* See #1913.
* For 2.1 branch.
|
| [4115]
|
johnjamesjacoby
|
Topic Actions:
* Remove bbp_has_replies() from topic trash and topic delete functions.
* Use WP_Query's instead.
* Fixes #1913.
* For 2.2 branch.
|
| [4114]
|
johnjamesjacoby
|
Topic Actions:
* Remove bbp_has_replies() from topic trash and topic delete functions.
* Use WP_Query's instead.
* Fixes #1913.
* For 2.1 branch.
|
| [4113]
|
johnjamesjacoby
|
Bump readme.txt in 2.2 branch.
|
| [4112]
|
johnjamesjacoby
|
Tag 2.1.1
|
| [4111]
|
johnjamesjacoby
|
Languages:
* Update bbpress.pot.
* For 2.1 branch.
|
| [4110]
|
johnjamesjacoby
|
Bump 2.1 branch to 2.1.1.
|
| [4109]
|
johnjamesjacoby
|
Theme Actions:
* Add back 'bbp_template_before_single_forum' action.
* Fixes #1909.
* For 2.2 branch.
|
| [4108]
|
johnjamesjacoby
|
Theme Actions:
* Add back 'bbp_template_before_single_forum' action.
* Fixes #1909.
* For 2.1 branch.
|
| [4107]
|
johnjamesjacoby
|
Theme Compat:
* Fix logic on theme compat override.
* Props DJPaul.
* Fixes #1912.
* For 2.1 branch.
|
| [4106]
|
johnjamesjacoby
|
Theme Compat:
* Fix logic on theme compat override.
* Props DJPaul.
* Fixes #1912.
* For 2.2 branch.
|
| [4105]
|
johnjamesjacoby
|
Forum Visibility:
* Prevent forum metaboxes from saving forum revisions as private/hidden.
* Add repair function for private/hidden forums to Tools.
* Add updater for 2.1.1, and run the visibility repair function.
* Fixes #1891.
* For 2.2 branch.
|