[3931]
|
johnjamesjacoby
|
Try to use get_queried_object() in single topic-tag queries, to maximize object cache usage.
|
[3782]
|
johnjamesjacoby
|
Turn BBP_Default class into smarter default for theme compat
* Additional comments to help theme developers move files around
* Check theme support, and tweak the defaults as needed
* Use the pinking shears
* Use local variables for script locations
* See #1766
|
[3758]
|
johnjamesjacoby
|
Turn bbPress into a singleton.
* Introduce bbpress() function to get the bbPress instance
* Replace all $bbp global references with calls to bbpress()
* Update bbPress class with matching singleton private static $instance variable and public static method
* Fixes #1759.
|
[3490]
|
johnjamesjacoby
|
Turn off canonical on paged pages and singulars to allow shortcode pagination to work. Fixes #1628.
|
[3719]
|
johnjamesjacoby
|
Tweak Akismet setting description, as Group forums are now scanned by Akismet also.
|
[4722]
|
johnjamesjacoby
|
Tweak BuddyPress activity action text to bring them closer together in lists (typically sorted alphabetically.)
|
[4596]
|
johnjamesjacoby
|
Tweak CSS for forum content description.
* Fixes margin issues introduced with search functionality.
Also rearrange forum description and sub-forum lists in loop-single-forum.php.
|
[3595]
|
johnjamesjacoby
|
Tweak Green admin color scheme. See [WP19198]
|
[3767]
|
johnjamesjacoby
|
Tweak _insert_ functions to use current user ID as default post_author.
|
[5494]
|
johnjamesjacoby
|
Tweak `bbp-author-ip` styling, removing the font family and ensuring long IP addresses break correctly. Props netweb. Fixes #2675.
|
[5388]
|
johnjamesjacoby
|
Tweak `bbp_get_dropdown()` to allow an array of custom posts to be used. See #2617.
|
[5387]
|
johnjamesjacoby
|
Tweak `bbp_get_dropdown()` to allow an array of custom posts to be used. See #2617.
|
[4779]
|
johnjamesjacoby
|
Tweak action order for early !WordPress 3.6 stripslashes support.
|
[3878]
|
johnjamesjacoby
|
Tweak admit repair page text and description.
|
[4814]
|
johnjamesjacoby
|
Tweak author link functions to only perform 1 anonymous check. Also, only use author link functions in widgets when show_user is on. Props GargajCNS.
|
[2664]
|
johnjamesjacoby
|
Tweak author.php and associated CSS
|
[3883]
|
johnjamesjacoby
|
Tweak bbp-core-options.php to not create variables where they are not needed.
|
[3835]
|
johnjamesjacoby
|
Tweak bbp-forum-content and bbp-forums-list styling. Fixes #1800.
|
[3848]
|
johnjamesjacoby
|
Tweak bbp-theme-compat CSS:
* Remove references to legacy body id's (#content|#wrapper|#container)
* Enforce list-style: none; to prevent bullets where they are not wanted
* Selectively set list-style: square; in content areas
|
[3449]
|
johnjamesjacoby
|
Tweak bbp-twentyten form field CSS
|
[5102]
|
johnjamesjacoby
|
Tweak bbp_title() to better integrate with other plugins that filter 'wp_title'. Fixes #2405. (2.4 branch)
|
[5101]
|
johnjamesjacoby
|
Tweak bbp_title() to better integrate with other plugins that filter 'wp_title'. Fixes #2405. (trunk)
|
[4636]
|
johnjamesjacoby
|
Tweak content filter priorities to more closely match WordPress core order.
|
[3682]
|
johnjamesjacoby
|
Tweak empty forum-description feedback. See #1669.
|
[3625]
|
johnjamesjacoby
|
Tweak hidden topic and reply dashboard right-now links. Fixes #1670.
|
[4937]
|
johnjamesjacoby
|
Tweak include_root Settings verbiage to hopefully provide more context. See #1500.
|
[3690]
|
johnjamesjacoby
|
Tweak new template action names in content-single-topic-lead.php. Fixes #1724.
|
[3788]
|
johnjamesjacoby
|
Tweak phpdoc for bbp_delete_forum_topics()
|
[4645]
|
johnjamesjacoby
|
Tweak search form to include classes and tab indexes.
|
[3741]
|
johnjamesjacoby
|
Tweak template location filter names to match filters constructed in bbp_get_query_template(). See r3739.
|
[3016]
|
johnjamesjacoby
|
Tweak the forum, topic, and reply template loops to support hidden forums. This uses advanced meta_query's to restrict results based on the expected context, user capabilities, and forum visibility. Fixes #1470.
|
[3242]
|
johnjamesjacoby
|
Tweak the topic and reply styling.
Move the author name underneath the avatar.
Wrap author IP address in div for theme compat.
Move permalink to upper right corner and include ID with hash.
|
[3870]
|
johnjamesjacoby
|
Tweak theme compat CSS to allow single reply pages to have matching styles as single topics.
|
[3871]
|
johnjamesjacoby
|
Tweak theme compat CSS to ensure topic and reply avatars are always centered.
|
[3735]
|
johnjamesjacoby
|
Tweak theme compat styling
|
[4972]
|
johnjamesjacoby
|
Tweak theme compatibility to hook to loop_start and loop_end, to maximize compatibility with third party plugins and existing WordPress themes. Props r-a-y for the proof of concept with BuddyPress.
|
[4963]
|
johnjamesjacoby
|
Tweak threaded reply setting to more closely match threaded comments, and add the default settings to the options array. Fixes issue with 0/1 level deep not matching intended behavior. See #2340.
|
[3862]
|
johnjamesjacoby
|
Tweak topic and reply author img and name CSS in theme compat.
|
[3655]
|
johnjamesjacoby
|
Tweak user profile header CSS to work better in IE and twentyeleven. Props mercime. Fixes #1713.
|
[3547]
|
johnjamesjacoby
|
Tweak user template parts to move hr tags into content-single-user.php.
|
[3564]
|
johnjamesjacoby
|
Tweaks to bbp-twentyten styling to accomodate form-forum.php.
|
[3677]
|
johnjamesjacoby
|
Tweaks to form-forum.php HTML to better match existing form templates.
|
[3146]
|
johnjamesjacoby
|
Tweaks to the readme.txt
|
[3465]
|
johnjamesjacoby
|
Tweaks to the readme.txt and humans.txt files.
|
[4049]
|
johnjamesjacoby
|
Twenty Ten:
* Add missing reference to feedback-no-replies.php template.
* Props tungdo.
|
[3987]
|
johnjamesjacoby
|
Twenty Ten:
* Sync bbp-twentyten template and CSS to bbp-theme-compat.
* CSS Tweaks.
* Add feedback-no-replies.php.
|
[4082]
|
johnjamesjacoby
|
TwentyTen:
* Remove copy pasta causing potential missing function errors.
* See #1895 (for 2.1.1)
|
[4081]
|
johnjamesjacoby
|
TwentyTen:
* Remove copy pasta causing potential missing function errors.
* See #1895 (for 2.2)
|
[2585]
|
johnjamesjacoby
|
Typo in custom topic tag slug
|
[4785]
|
johnjamesjacoby
|
Typo in inline docs. See #2232.
|
[4821]
|
johnjamesjacoby
|
Typo. See #2277.
|
[6501]
|
johnjamesjacoby
|
Typo: /s/compatable/compatible/
|
[6745]
|
johnjamesjacoby
|
URLs: Audit the usage of `trailingslashit()`.
This change ensures that trailing slashes are only used at the end of URLs where they're expected, and avoids adding slashes at the end of URLs when permalinks are configured not to include them.
See #3181.
|
[7247]
|
johnjamesjacoby
|
URLs: fix incorrect links for certain topic statuses.
This change prefers `bbp_is_topic_public()` over `! bbp_is_topic_pending()` to determine whether or not certain reply & topic URLs should be "pretty".
Props dd32.
In branches/2.6, for 2.6.10.
Fixes #3424.
|
[7248]
|
johnjamesjacoby
|
URLs: fix incorrect links for certain topic statuses.
This change prefers `bbp_is_topic_public()` over `! bbp_is_topic_pending()` to determine whether or not certain reply & topic URLs should be "pretty".
Props dd32.
In trunk, for 2.7.0.
Fixes #3424.
|
[6726]
|
johnjamesjacoby
|
Uncomment my debug cruft. Antiprops jjj. See r6725.
|
[4890]
|
johnjamesjacoby
|
Unfloat reply edit pages. Fixes theme-compat issues with themes that have loose .reply class rules. Fixes #2321 (2.3 branch)
|
[4889]
|
johnjamesjacoby
|
Unfloat reply edit pages. Fixes theme-compat issues with themes that have loose .reply class rules. Fixes #2321 (trunk)
|
[6217]
|
netweb
|
Unit Tests: Don't run BuddyPress PHPUnit tests on PHP 5.2.x
Previously r6204 attempted to skip BuddyPress tests if the PHP version was less than 5.3.0, this didn't work as intended as BuddyPress was still being loaded, the change would have only skipped tests rather than completely excluding the BuddyPress PHPUnit test suite from running on PHP versions less than 5.3.0.
This changeset reverts r6204 and separates the `grunt test` tasks into individual WordPress and BuddyPress PHPUnit Grunt tasks, this gives us the ability to explicitly exclude BuddyPress PHPUnit test suite from running on PHP 5.2.
See also https://bpdevel.wordpress.com/2016/07/21/php-5-2-bp-2-8-and-php-support-guidelines/
Fixes #3037.
|
[6204]
|
netweb
|
Unit Tests: Don't run BuddyPress PHPUnit tests on versions less than PHP 5.3.0
BuddyPress 2.8 has dropped support for PHP 5.2.x, this changeset updates the BuddyPress PHPUnit configuration to only run the tests on PHP versions greater than `5.3.0`
See also https://bpdevel.wordpress.com/2016/07/21/php-5-2-bp-2-8-and-php-support-guidelines/
Fixes #3037.
|
[2928]
|
johnjamesjacoby
|
Unset $args['post_parent'] to prevent '0' value conflict with topics widget.
|
[3316]
|
johnjamesjacoby
|
Unset $sticky_posts when topic rearranging is finished in bbp_has_topics().
|
[2609]
|
johnjamesjacoby
|
Unset post_parent if forum_id is empty
|
[3664]
|
johnjamesjacoby
|
Unused global clean-up in bbp-topic-template.php.
|
[2990]
|
johnjamesjacoby
|
Update '#topic-' ID hash to '#post-' for improved backwards compatibility with stand alone bbPress.
|
[3198]
|
johnjamesjacoby
|
Update .pot file in plugin branch
|
[4133]
|
johnjamesjacoby
|
Update 2.2 readme.txt.
|
[4285]
|
johnjamesjacoby
|
Update @since for admin suggest helpers.
|
[3030]
|
johnjamesjacoby
|
Update @since for bbp_setup_theme_compat()
|
[3021]
|
johnjamesjacoby
|
Update @since's in views widget. Fixes #1449.
|
[3467]
|
johnjamesjacoby
|
Update Akismet extension to include private http_post() function to pass a unique user agent. (This method can be removed when Akismet allows for the user agent to be filtered.) Fixes #1615.
|
[2755]
|
johnjamesjacoby
|
Update BackPress external to use new bbpress-1.0-backpress branch. Props westi
|
[3521]
|
johnjamesjacoby
|
Update BackPress svn external to point to backpress.svn.wordpress.org (1.0 branch)
|
[3522]
|
johnjamesjacoby
|
Update BackPress svn external to point to backpress.svn.wordpress.org (trunk)
|
[5085]
|
johnjamesjacoby
|
Update CSS for code and pre tags to reduce scrollbars. See #2091.
|
[4646]
|
johnjamesjacoby
|
Update CSS for new search form ID.
|
[4329]
|
johnjamesjacoby
|
Update Domain Path in bbpress.php to /languages/.
|
[3590]
|
johnjamesjacoby
|
Update Green (minty) admin CSS color scheme for WordPress 3.3.
|
[5804]
|
netweb
|
Update Grunt dependencies in package.json:
* `grunt-checktextdomain` major version update (Improved task error handing)
* `grunt-contrib-jshint` patch version update
* `grunt-contrib-uglify` minor version update (causes some changes to minified JS)
* `grunt-sass` major version update ( underlying libsass update )
* `grunt-wp-i18n` patch version update
Fixes #2821
|
[5648]
|
netweb
|
Update NPM Grunt package: grunt-sass v0.18.1
|
[5624]
|
johnjamesjacoby
|
Update NPM Grunt packages:
* Replace "Community" with "Contributors"
* Remove `grunt-banner` as it is no longer used
* `grunt-cssjanus` v0.2.3
* `grunt-sass` v018.0
See #2766.
|
[5623]
|
netweb
|
Update NPM Grunt packages:
* `grunt-contrib-copy` v0.8.0
* `grunt-contrib-uglify` v~0.8.0
* `grunt-contrib-jshint` v~0.11.0
* `grunt-wp-i18n` v~0.5.0
Fixes #2766
Each of these packages updates results in no change to the `/build` folder via `grunt build` or `/src` folder.
|
[3418]
|
johnjamesjacoby
|
Update PHPDoc for get_current_blog_id() usage
|
[5484]
|
netweb
|
Update Travis CI `.travis.yml`:
* Include WordPress .4.0 in test matrix
* Now that PHP 5.6 has been released move tests from "allowed to fail" to required
* Exclude PHP 5.6 and WordPress 3.7 from tests (Ignore the deprecated mysql_connect() warnings
|
[7117]
|
xknown
|
Update _wp_filter_build_unique_id to handle anonymous functions.
This is based on https://core.trac.wordpress.org/browser/trunk/src/wp-includes/plugin.php?rev=38282
Props dd32
|
[5458]
|
netweb
|
Update `BBP_EXCLUDED_FILES` in `Grunfile.js` to match `svn:ignore` and `.gitgnore` ignore properties, see also r5457
|
[5642]
|
johnjamesjacoby
|
Update `bbp_get_do_not_reply_address()` to use `$_SERVER['SERVER_NAME']` over `get_home_url()` to improve compatibility with mapped domains and more complex installations. See #2618 (trunk)
|
[5618]
|
johnjamesjacoby
|
Update `bbp_setup_current_user()` to avoid output in WordPress Customizer. Fixes #2309. See #WP24169.
|
[5646]
|
johnjamesjacoby
|
Update `bbpress.pot` (2.5 branch)
|
[6123]
|
johnjamesjacoby
|
Update `bbpress.pot` for 2.5 branch (for 2.5.11)
|
[6019]
|
johnjamesjacoby
|
Update `bbpress.pot` for 2.5 branch.
|
[5632]
|
johnjamesjacoby
|
Update `bbpress.pot` for 2.5.5 release. (2.5 branch)
|
[5695]
|
johnjamesjacoby
|
Update `bbpress.pot` in 2.5 branch.
|
[5250]
|
johnjamesjacoby
|
Update `bbpress.pot` in 2.5 branch.
|
[5698]
|
johnjamesjacoby
|
Update `get` version of `wp_login_action`.
|
[5384]
|
johnjamesjacoby
|
Update `grunt-wp-i18n` to 0.4.5. Fixes calls to `date()` for local installations without timezone identifiers.
|
[5348]
|
netweb
|
Update `grunt-wp-i18n` to `0.4.4`
Changelog via https://github.com/blazersix/grunt-wp-i18n/blob/develop/README.md
* Added the potComments option to change the copyright message.
* bbPress: Not implementing this at this stage as the current copyright header text is sufficient
* Added the updateTimestamp option to prevent the POT-Creation-Header from being updated if there aren't any other changes in the POT file.
* bbPress: Not implementing this at this stage as the default is `true` and that is fine
* Requires `npm install` to update packages and dependencies
* Props netweb. See #2542
|
[5347]
|
netweb
|
Update `grunt` to `0.4.5` now that depreciated Grunt.util.* API is addressed via 2576
* Upstream changelog https://github.com/gruntjs/grunt/blob/v0.4.5/CHANGELOG
* Requires `npm install` to update packages and dependencies
* Props netweb. See #2542
|
[6693]
|
johnjamesjacoby
|
Update `package-lock.json` with latest dependency order.
|
[5252]
|
johnjamesjacoby
|
Update `readme.txt` in trunk to include 2.5.3 changelog.
|