| [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.
|
| [5939]
|
netweb
|
Update `readme.txt` installation steps with correctly formatted markdown. (2.5 branch)
This changeset fixes an issue where incorrectly formatted markdown list items would not display as expected in the w.org plugin readme.
Props ramiy. See #2884
|
| [5938]
|
netweb
|
Update `readme.txt` installation steps with correctly formatted markdown. (trunk)
This changeset fixes an issue where incorrectly formatted markdown list items would not display as expected in the w.org plugin readme.
Props ramiy. See #2884
|
| [5420]
|
johnjamesjacoby
|
Update a few documentation blocks in `common/functions.php` that had missing or incorrect references.
|
| [2920]
|
johnjamesjacoby
|
Update a forums subforum count when the forum_update function is called. Also adjust the subforum count update function to use bbp_forum_query_subforum_ids()
|
| [5398]
|
johnjamesjacoby
|
Update admin area reply-to to use `bbp_reply_to_dropdown()`. Fixes #2617.
|
| [4854]
|
johnjamesjacoby
|
Update admin credits section (2.3 branch)
|
| [4853]
|
johnjamesjacoby
|
Update admin credits section (trunk)
|
| [5637]
|
johnjamesjacoby
|
Update any relevant hardcoded links to https.
|
| [5094]
|
johnjamesjacoby
|
Update badge image gradients.
|
| [5426]
|
netweb
|
Update bbPress forum importers to support new closed topic import method introduced in r5425. See #2577
|
| [5117]
|
johnjamesjacoby
|
Update bbp_get_dropdown() so it always returns a form field (select tag) for more predictable usage. Fixes #2445.
|
| [3099]
|
johnjamesjacoby
|
Update bbp_get_form_topic_subscribed() function to work with both the post author and the current user.
|
| [4788]
|
johnjamesjacoby
|
Update bbp_get_forum_last_topic_title() to return an empty string if forum has no topics. Fixes #2238.
|
| [3842]
|
johnjamesjacoby
|
Update bbp_get_time_since() to work like BuddyPress and bbPress 1.0.
* years/months/weeks/days/hours/minutes/seconds ago
* Remove 'ago' references in bbp-includes and bbp-admin to prevent duplicates
|
| [2492]
|
PeteMall
|
Update bbp_get_topic_forum to use bbp_get_topic_forum_ID.
|
| [4009]
|
johnjamesjacoby
|
Update bbp_is_custom_post_type() to allow passing post information.
|
| [3499]
|
johnjamesjacoby
|
Update bbp_notify_subscribers() to use bbPress API's. Fixes issues where mail might get sent on spam topics/replies, or not at all.
|
| [4700]
|
johnjamesjacoby
|
Update bbp_redirect_to_field() to not use home_url(), and instead use super globals. Props alex-ye. Fixes #2155.
|
| [4838]
|
johnjamesjacoby
|
Update bbp_request_feed_trap() to accept more query variables; fixes issues with non-pretty permalinks. Props alex-ye. Fixes #2296.
|
| [5051]
|
johnjamesjacoby
|
Update bbp_time_since() to allow for GMT comparisons. Update Akismet to use bbp_time_since(). See #1616.
|
| [4436]
|
johnjamesjacoby
|
Update bbpress.pot file.
|
| [3482]
|
johnjamesjacoby
|
Update bbpress.pot file.
|
| [4137]
|
johnjamesjacoby
|
Update bbpress.pot for 2.2 branch.
|
| [4425]
|
johnjamesjacoby
|
Update bbpress.pot for new default templates folder path.
|
| [5817]
|
netweb
|
Update bbpress.pot in 2.5 branch.
|
| [3511]
|
johnjamesjacoby
|
Update bbpress.pot in bbp-languages.
|
| [4074]
|
johnjamesjacoby
|
Update bbpress.pot to 2.1.
|
| [5184]
|
johnjamesjacoby
|
Update bbpress.pot.
|
| [4734]
|
johnjamesjacoby
|
Update bbpress.pot.
|
| [4440]
|
johnjamesjacoby
|
Update bbpress.pot.
|
| [4767]
|
johnjamesjacoby
|
Update bbpress.pot. Fixes #2208.
|
| [5279]
|
johnjamesjacoby
|
Update bootstrap path in `bootstrap.php` for phpunit testing. See #2542.
|
| [4654]
|
johnjamesjacoby
|
Update bump count functions to use integer values. See #1799.
|
| [5092]
|
johnjamesjacoby
|
Update contributors and props list for 2.4 release.
|
| [5183]
|
johnjamesjacoby
|
Update default theme compatibility `bbpress-functions.php` to use new `bbp_enqueue_style()` and `bbp_enqueue_script()` functions. Enhances style and script loading behavior to be compatible with bbPress's template stack. Fixes #2478.
|
| [3582]
|
johnjamesjacoby
|
Update description of $private_status_id var in bbPress class. See #1672, r3581.
|
| [6701]
|
johnjamesjacoby
|
Update docblock for `bbp_update_post_family_caches()`. See #3163.
|
| [6707]
|
johnjamesjacoby
|
Update docblock of `bbp_set_user_role()`.
|
| [3357]
|
johnjamesjacoby
|
Update docs in user_status functions to indicate bool return vals
|
| [6746]
|
johnjamesjacoby
|
Update engagements documentation.
Fixes #3176. Props espellcaste.
|
| [4822]
|
johnjamesjacoby
|
Update file phpdoc for single-user.php extra template. Props netweb. Fixes #2276.
|
| [2870]
|
johnjamesjacoby
|
Update forum functions with normalized counts and return values. Begin rename of last_active functions to last_active_time, and introduce last_active_id functions
|
| [3013]
|
johnjamesjacoby
|
Update forum visibility updater functions to add/remove forum_id from site meta arrays when appropriate.
|
| [2628]
|
johnjamesjacoby
|
Update freshness with new links functions
|
| [6870]
|
johnjamesjacoby
|
Update function docs for functions introduced in r6869.
|