| [4064]
|
johnjamesjacoby
|
Capabilities:
* Remap 'read' capability to moderator and lesser roles, since it will be needed by bbPress to read most things.
* Fixes #1887.
|
| [4065]
|
johnjamesjacoby
|
Settings:
* Use isset() instead of !empty() in bbp_pre_get_option()
* Fix issue where settings would not properly override, due to get_option()'s pre filter looking for false, and not null.
|
| [4066]
|
johnjamesjacoby
|
Capabilities:
* Revert r4064, as the 'read' capability is used to check for participant role mask.
* See #1887.
|
| [4067]
|
johnjamesjacoby
|
Settings:
* Use integers in bbp_get_default_options() and friends, to avoid boolean conflict in get_option().
* See r4065.
|
| [4068]
|
johnjamesjacoby
|
Admin:
* Remove 'manage_options' cap check from bbp_admin_separateror()
* This is now handled by bbp_admin_menu_order(), and can cause no separator to exist in certain situations.
|
| [4069]
|
johnjamesjacoby
|
Admin:
* Revert r4068, pending a better way to manipulate the menus.
|
| [4070]
|
johnjamesjacoby
|
Admin:
* Introduce bail() method to forum/topic/reply components.
* Bail out of other methods if post_type doesn't match.
* Fixes issue where meta-box and styling were not always available on all appropriate screens.
* Also reverts some perfomance improvements implimented in r4053.
|
| [4071]
|
johnjamesjacoby
|
Forums:
* Do not add forum-exclude meta-query to single reply queries.
|
| [4072]
|
johnjamesjacoby
|
Converter:
* Move convert_pass method into global scope, so passwords are converted anywhere.
* Fixes #1886.
|
| [4073]
|
johnjamesjacoby
|
2.1:
* Update readme.txt
* Update versions in bbpress.php and bbp-twentyten.
|
| [4074]
|
johnjamesjacoby
|
Update bbpress.pot to 2.1.
|
| [4075]
|
johnjamesjacoby
|
Tag 2.1.
|
| [4076]
|
johnjamesjacoby
|
Create 2.1 branch.
|
| [4077]
|
johnjamesjacoby
|
Admin:
* Additional sanity checks on bail() methods, if get_current_screen() is not set.
|
| [4078]
|
johnjamesjacoby
|
Bump version to 2.2-bleeding.
|
| [4079]
|
johnjamesjacoby
|
Admin:
* Additional sanity checks on bail() methods, if get_current_screen() is not set. (2.1 branch)
|
| [4080]
|
johnjamesjacoby
|
Capabilities:
* Remove is_multisite() checks from role masking, to allow single-site installs with shared user tables to still mask roles.
* See #1894.
|
| [4081]
|
johnjamesjacoby
|
TwentyTen:
* Remove copy pasta causing potential missing function errors.
* See #1895 (for 2.2)
|
| [4082]
|
johnjamesjacoby
|
TwentyTen:
* Remove copy pasta causing potential missing function errors.
* See #1895 (for 2.1.1)
|
| [4083]
|
johnjamesjacoby
|
Capabilities:
* Remove is_multisite() checks from role masking, to allow single-site installs with shared user tables to still mask roles.
* See #1894 (2.2 branch)
|
| [4084]
|
johnjamesjacoby
|
Topic Forms:
* Fix topic textarea label in theme-compat and twenty-ten.
* For 2.1.1
|
| [4085]
|
johnjamesjacoby
|
Converter:
* Fix issue with Invision converter causing replies not to be converted correctly.
* Props netweb.
* Fixes #1892 (2.2 branch)
|
| [4086]
|
johnjamesjacoby
|
Converter:
* Fix issue with Invision converter causing replies not to be converted correctly.
* Props netweb.
* Fixes #1892 (2.1 branch)
|
| [4087]
|
johnjamesjacoby
|
Theme Compat:
* phpdoc improvements.
* Fixes #1899 (2.1 branch).
* Props jaredatch.
|
| [4088]
|
johnjamesjacoby
|
Theme Compat:
* phpdoc improvements.
* Fixes #1899 (2.2 branch).
* Props jaredatch.
|
| [4089]
|
johnjamesjacoby
|
Converter:
* Tweak bbp_user_maybe_convert_password() with correct meta key.
* Include missing BBP_Admin() class
* Fixes #1886 (2.2 branch).
* Props netweb, xiosen.
|
| [4090]
|
johnjamesjacoby
|
Converter:
* Tweak bbp_user_maybe_convert_pass() with correct meta key.
* Include missing BBP_Admin() class
* Fixes #1886 (2.1 branch).
* Props netweb, xiosen.
|
| [4091]
|
johnjamesjacoby
|
Akismet:
* Check response before assigning value.
* Fix bug with Akismet request faliing.
|
| [4092]
|
johnjamesjacoby
|
Spelling:
* 'i' before 'e', unless you are me.
* I cannot spell, which gives users a headache.
* For 2.1.1.
|
| [4093]
|
johnjamesjacoby
|
Spelling:
* 'i' before 'e', unless you are me.
* I cannot spell, which gives users a headache.
* For 2.2.
|
| [4094]
|
johnjamesjacoby
|
Actions/Filters:
* Add filter to bbp_get_displayed_user_field().
* Fixes #1910.
* For 2.2 branch.
* Props iamzippy.
|
| [4095]
|
johnjamesjacoby
|
Actions/Filters:
* Add filter to bbp_get_displayed_user_field().
* Fixes #1910.
* For 2.1 branch.
* Props iamzippy.
|
| [4096]
|
johnjamesjacoby
|
Topic Split:
* When splitting a topic, calculate new reply positions.
* Set last active ID to last reply ID.
* Update last reply and active ID/time of source topic.
* Fixes #1898.
* For 2.1 branch.
|
| [4097]
|
johnjamesjacoby
|
Topic Split:
* When splitting a topic, calculate new reply positions.
* Set last active ID to last reply ID.
* Update last reply and active ID/time of source topic.
* Fixes #1898.
* For 2.2 branch.
|
| [4098]
|
johnjamesjacoby
|
Topic Tags:
* First pass to allow topic tags to be globally disabled.
* Handles toggling the UI in template parts and admin area.
* Props jaredatch.
* Fixes #1806.
|
| [4099]
|
johnjamesjacoby
|
Topic Tags:
* Use correct setting key in settings field registration array.
* See #1806.
|
| [4100]
|
johnjamesjacoby
|
Settings:
* Remove redundant "Allow" verbiage.
* Fix punctuation.
|
| [4101]
|
johnjamesjacoby
|
Converters:
* Classes are case sensitive when being loaded by the main converter.
* Fixes #1886.
* Props netweb.
|
| [4102]
|
johnjamesjacoby
|
Converters:
* Revert whitespace changes in r4101.
* See #1886.
* Antiprops netweb.
|
| [4103]
|
johnjamesjacoby
|
Topic Split:
* When splitting a topic, make sure the new topic has menu_position 1.
|
| [4104]
|
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.1 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.
|
| [4106]
|
johnjamesjacoby
|
Theme Compat:
* Fix logic on theme compat override.
* Props DJPaul.
* Fixes #1912.
* For 2.2 branch.
|
| [4107]
|
johnjamesjacoby
|
Theme Compat:
* Fix logic on theme compat override.
* Props DJPaul.
* Fixes #1912.
* For 2.1 branch.
|
| [4108]
|
johnjamesjacoby
|
Theme Actions:
* Add back 'bbp_template_before_single_forum' action.
* Fixes #1909.
* For 2.1 branch.
|
| [4109]
|
johnjamesjacoby
|
Theme Actions:
* Add back 'bbp_template_before_single_forum' action.
* Fixes #1909.
* For 2.2 branch.
|
| [4110]
|
johnjamesjacoby
|
Bump 2.1 branch to 2.1.1.
|
| [4111]
|
johnjamesjacoby
|
Languages:
* Update bbpress.pot.
* For 2.1 branch.
|
| [4112]
|
johnjamesjacoby
|
Tag 2.1.1
|
| [4113]
|
johnjamesjacoby
|
Bump readme.txt in 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.
|
| [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.
|
| [4116]
|
johnjamesjacoby
|
Topic Actions:
* Remove old bbpress() call in bbp_trash_topic() from r4114.
* See #1913.
* 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.
|
| [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.
|
| [4119]
|
johnjamesjacoby
|
Converters:
* Classes are case sensitive when being loaded by the main converter.
* Fixes #1886.
* For 2.1 branch.
* Props netweb.
|
| [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.
|
| [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.
|
| [4122]
|
johnjamesjacoby
|
Theme Compat:
* Reset reply height to auto, to prevent conflicts with some themes.
* Fixes #1819.
* For 2.1 branch.
* 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.
|
| [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.
|
| [4125]
|
johnjamesjacoby
|
Stickies:
* Make sure stickies always appear according to freshness date.
* For 2.2.
|
| [4126]
|
johnjamesjacoby
|
Stickies:
* Make sure stickies always appear according to freshness date.
* For 2.1 branch.
|
| [4127]
|
johnjamesjacoby
|
Admin Help:
* Repair admin help copy-pasta from r3686.
* For 2.1 branch.
* Props janeforshort.
|
| [4128]
|
johnjamesjacoby
|
Admin Help:
* Repair admin help copy-pasta from r3686.
* For 2.2 branch.
* Props janeforshort.
|
| [4129]
|
johnjamesjacoby
|
Revert debug cruft from r4128.
|
| [4130]
|
johnjamesjacoby
|
Revert debug cruft from r4127.
|
| [4131]
|
johnjamesjacoby
|
Bump 2.1 branch version to 2.1.2.
|
| [4132]
|
johnjamesjacoby
|
Languages:
* Update bbpress.pot for 2.1.2.
|
| [4133]
|
johnjamesjacoby
|
Update 2.2 readme.txt.
|
| [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/
|
| [4135]
|
johnjamesjacoby
|
Trunk:
* Remove svn:ignore property from /trunk/
|
| [4136]
|
johnjamesjacoby
|
Trunk:
* Add temporary readme.txt to trunk, with details on where 1.1 development has moved to.
|
| [4137]
|
johnjamesjacoby
|
Update bbpress.pot for 2.2 branch.
|
| [4138]
|
johnjamesjacoby
|
bbPress:
* Tag 2.1.2
|
| [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.
|
| [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.
|
| [4141]
|
johnjamesjacoby
|
Converter:
* Call bbp_admin() to create the admin object when converting passwords.
|
| [4142]
|
johnjamesjacoby
|
Theme Compat:
* Additional CSS to prevent gaps in list items.
* Fixes #1926.
* See #1897.
* For 2.2.
* Props mamaduka.
|
| [4143]
|
johnjamesjacoby
|
Theme Compat:
* Additional CSS to prevent gaps in list items.
* Fixes #1926.
* See #1897.
* For 2.1 branch.
* Props mamaduka.
|
| [4144]
|
johnjamesjacoby
|
Theme Compat:
* RTL improvements.
* See #1897.
* 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
|
| [4146]
|
johnjamesjacoby
|
Theme Compat:
* Remove list styling from all list items
* It is put back later in the stack.
* For 2.2 branch
|
| [4147]
|
johnjamesjacoby
|
Bump 2.1 branch
|
| [4148]
|
johnjamesjacoby
|
Theme Compat:
* Rearrange content injection to improve readability.
* Includes additional post reset information for single f/t/r's.
|
| [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
|
| [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
|
| [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.
|
| [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.
|
| [4153]
|
johnjamesjacoby
|
Update inline doc for bbp_is_activation()
|
| [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.
|
| [4155]
|
johnjamesjacoby
|
Theme Compat:
* Defaults and dummy data for entire single-post schema.
|
| [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.
|
| [4157]
|
johnjamesjacoby
|
Post Time:
* Use new post-time template-tags in appropriate bbp-theme-compat templates.
|
| [4158]
|
johnjamesjacoby
|
Post Time:
* Use new post-time template-tags in appropriate bbp-twentyten templates.
|
| [4159]
|
johnjamesjacoby
|
Admin:
* First pass at WordPress core style about and credits UI.
|
| [4160]
|
johnjamesjacoby
|
Converter:
* Use sanitize_title() instead of sanitize_title_with_slashes().
* Fix issue with character encoding.
* Fixes #1929 for 2.1 branch.
|
| [4161]
|
johnjamesjacoby
|
Converter:
* Use sanitize_title() instead of sanitize_title_with_slashes().
* Fix issue with character encoding.
* Fixes #1929 for 2.2 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.
|
| [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.
|