Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4835 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 (3901 - 4000 of 4835)

Changeset Author Message
[6943] johnjamesjacoby Bump 2.6 branch to 2.6.1.
[5644] johnjamesjacoby Bump 2.5 branch version to `2.5.6`. Include `2.5.6` changelog entry in `readme.txt`.
[6018] johnjamesjacoby Bump 2.5 branch to 2.5.9.
[5816] netweb Bump 2.5 branch to 2.5.8.
[5694] johnjamesjacoby Bump 2.5 branch to 2.5.7
[5631] johnjamesjacoby Bump 2.5 branch to 2.5.5.
[5380] johnjamesjacoby Bump 2.5 branch to 2.5.4.
[5249] johnjamesjacoby Bump 2.5 branch to 2.5.3, and update `readme.txt`.
[5234] johnjamesjacoby Bump 2.5 branch to 2.5.2.
[6686] johnjamesjacoby Bump 2.5 branch to 2.5.14.
[6411] johnjamesjacoby Bump 2.5 branch to 2.5.13.
[6122] johnjamesjacoby Bump 2.5 branch to 2.5.11. Also add changelog to readme.txt.
[5217] johnjamesjacoby Bump 2.5 branch to 2.5.1.
[5127] johnjamesjacoby Bump 2.4 branch version to 2.4.1. Also add 2.4.1 section to readme.txt.
[4855] johnjamesjacoby Bump 2.3 branch version to 2.3.1-bleeding.
[4893] johnjamesjacoby Bump 2.3 branch to 2.3.3-alpha.
[4891] johnjamesjacoby Bump 2.3 branch to 2.3.2.
[4868] johnjamesjacoby Bump 2.3 branch to 2.3.1.
[4711] johnjamesjacoby Bump 2.2 branch version to 2.2.4. Includes readme.txt changes.
[4567] johnjamesjacoby Bump 2.2 branch to 2.2.3.
[4471] johnjamesjacoby Bump 2.2 branch to 2.2.2.
[4131] johnjamesjacoby Bump 2.1 branch version to 2.1.2.
[4378] johnjamesjacoby Bump 2.1 branch to 2.1.3.
[4110] johnjamesjacoby Bump 2.1 branch to 2.1.1.
[4147] johnjamesjacoby Bump 2.1 branch
[3520] johnjamesjacoby Bump 1.0 branch version to 1.0.4.
[3517] johnjamesjacoby Bump 0.9 branch version to 0.9.0.7.
[7062] johnjamesjacoby Bump /src/bbpress.php plugin header to 2.6.4.
[6831] johnjamesjacoby Build: update various out-of-date packages.
[7200] johnjamesjacoby Build: bump npm dependencies.
[7199] johnjamesjacoby Build: bump npm dependencies.
[6373] netweb Build/Test Tools: Update `.travis.yml` to explicitly use PHPUnit 5.7 for the PHP 7 builds on Travis. * Add some more debugging to Travis. * Clean up indentation. Fixes #3085.
[6374] netweb Build/Test Tools: Revert unintended unit test change included in commit [6373] Antiprops netweb. See #3085, #2963.
[6375] netweb Build/Test Tools: Fix YAML indentation in `.travis.yml` following yolo'd [6373]. See #3085.
[6376] netweb Build tools: Don't attempt to report PHP's extensions when running HHVM jobs on Travis. It doesn't work. Props johnbillion. See #3085.
[6179] netweb Build Tools: `.jshintrc` is a JSON file, indentation should use spaces, not tabs, and lastly have `.editorconfig` treat `jshintrc` as a JSON file.
[6797] netweb Build Tools: Use tabs for indentaion, follow up to [*6796] See #3197.
[6657] netweb Build Tools: Use PHPUnit 6.x branch for Travis CI PHP 7.x jobs
[6947] netweb Build Tools: Use Node.js 8.x
[6074] netweb Build Tools: Upgrade to the latest HHVM version with Travis CI using Ubuntu Trusty Fixes #2980.
[6731] netweb Build Tools: Update the Grunt `commit` task to run Autoprefixer This changeset ensures that browser vendor prefixes are updated and included when committing SCSS and CSS changes in the `src/` folder.
[6266] netweb Build Tools: Update stylelint to v7.7.1 and `.stylelintrc` to stylelint-config-wordpress v9.1.1
[6093] netweb Build Tools: Update stylelint to v7.2.0 and bump `.stylelintrc` to `stylelint-config-wordpress` v9.0.0
[6408] netweb Build Tools: Update stylelint to `11.0.0` and use unitless values for `line-height` This changeset updates stylelint to the latest version and removes `%` and `em` from `line-height` values per the WordPress CSS coding standards. Fixes #3106.
[6028] netweb Build Tools: Update stylelint to 6.4.2 See #2924
[6403] netweb Build Tools: Update stylelint * Update `stylelint` to v7.10.1 * Update `grunt-stylelint` to v0.7.0 * Switch from `.stylelintrc` format to stylelint shared config `stylelint-config-wordpress` * Add SCSS linting support that's now included in `stylelint-config-wordpress` See #2924.
[5998] netweb Build Tools: Update styelelint to `5.3.0` See #2924
[5992] netweb Build Tools: Update grunt-contrib-watch from 0.6.1 to 1.0.0 See #2918
[6798] netweb Build Tools: Update autoprefixer from 7.1.2 to 8.2.0 • https://github.com/postcss/autoprefixer/compare/7.1.2...8.2.0
[7045] netweb Build Tools: Update `svn:ignore` and `.gitignore` • This commit is a follow up to [7038] to also ignore `.phpcs.xml` Props jrf. See #3294.
[7038] netweb Build Tools: Update `svn:ignore` and `.gitignore` Props jrf. See #3294.
[6035] netweb Build Tools: Update `stylelint` to v6.5.1 and bump `.stylelintrc` to `stylelint-config-wordpress` v7.1.1 See #2924
[6463] netweb Build Tools: Update `postcss-scss` from 0.4.0 to 1.0.0 * See https://github.com/postcss/postcss-scss/compare/0.4.0...1.0.0
[6470] netweb Build Tools: Update `package.json` to define a minimum Node.js version `6.9.1` This changeset updates the recommended Node.js version to the latest 6.x.x Node.js LTS version. The Node.js 4.x.x LTS branch is now in maintenance mode and brings bbPress' build tool version requirements in line with WordPress' and the broader WordPress plugin community.
[6626] netweb Build Tools: Update `package.json` dependencies and `package-lock.json` This changeset primarily updates the `package-lock.json` file to support the latest npm 5.1 and 5.2 releases. • The format of the `package-lock.json` changed slightly with npm 5.1 to better support `devDependencies` dependencies. • Explicitly update all dependencies to the latest available version. • Updates `postcss-scss` to use semantic version _patch_ `~` in line with the other npm modules used. See #3113.
[5980] netweb Build Tools: Update `matchdep` from `0.3.0` to `1.0.1` See #2918
[6469] netweb Build Tools: Update `grunt-wp-i18n` from 0.5.4 to 1.0.0 * See https://github.com/cedaro/grunt-wp-i18n/compare/v0.5.4...v1.0.0
[6465] netweb Build Tools: Update `grunt-stylelint` from 0.7.0 to 0.8.0 • See https://github.com/wikimedia/grunt-stylelint/compare/v0.7.0...v0.8.0
[6029] netweb Build Tools: Update `grunt-sass` to v1.2.0 with `node-sass` > v3.7.x support See https://github.com/sindresorhus/grunt-sass/compare/v1.1.0...v1.2.0
[6239] netweb Build Tools: Update `grunt-sass` from v1.2.0 to v2.0.0 * See https://github.com/sindresorhus/grunt-sass/compare/v1.2.0...v2.0.0 * Bumps `node-sass` from v3.7.0 to v4.0.0 * See https://github.com/sass/node-sass/compare/v3.7.0...v4.0.0
[5981] netweb Build Tools: Update `grunt-sass` from `1.0.0` to `1.1.0` See #2918
[5982] netweb Build Tools: Update `grunt-rtlcss` from `1.6.0` to `2.0.1` Fixes #2918
[6049] netweb Build Tools: Update `grunt-patch-wordpress` to 0.4.0 This update adds two main features for your WordPress development happiness. 1) GitHub URL support. You can now use `grunt patch:https://github.com/bbpress/bbPress/pull/3` with any copy of bbPress on GitHub. No longer will you need to download the patch manually. 2) Upload patches directly from the command line. No longer will you need to create a patch and manually upload it to trac. `grunt upload_patch:20000` will upload a patch to the appropriate ticket after a user enters a WordPress.org username and password. This is limited to users with the appropriate XML-RPC privileges in trac (right now, that is just bug committers). You still need to manually add the `has patch` keyword. Full changelog: https://github.com/aaronjorbin/grunt-patch-wordpress/compare/0.3.0...0.4.0 Props jorbin, ericlewis, michaelbeil, netweb
[5999] netweb Build Tools: Update `grunt-legacy-util` from 0.2.0 to 1.0.0 See also: https://github.com/gruntjs/grunt-legacy-util/compare/v0.2.0...v1.0.0 See #2918
[6464] netweb Build Tools: Update `grunt-exec` from 1.0.1 to 2.0.0 * See https://github.com/jharding/grunt-exec/compare/v1.0.1...e1ef5d9
[6117] netweb Build Tools: Update `grunt-contrib-uglify`. Update uglify-js to v2.7.0. `screwIE8` is enabled by default. See https://github.com/gruntjs/grunt-contrib-uglify/compare/v1.0.2...v2.0.0
[5927] netweb Build Tools: Update `grunt-contrib-uglify` to `v0.9.2` This changeset includes an update to the parent dependency UglifyJS v2.4.24 which fixes a bug that can cause logic bugs to be introduced into minified JS. Hat-tip pento. Fixes #2856.
[5978] netweb Build Tools: Update `grunt-contrib-uglify` from `0.9.2` to `1.0.0` See #2918
[6467] netweb Build Tools: Update `grunt-contrib-uglify` from 2.0.0 to 3.0.1 * See https://github.com/gruntjs/grunt-contrib-uglify/compare/v2.0.0...v3.0.1 * Bumps `uglify-js` to 3.0.4
[6238] netweb Build Tools: Update `grunt-contrib-jshint` from v1.0.0 to v1.1.0 * See https://github.com/gruntjs/grunt-contrib-jshint/compare/v1.0.0...v1.1.0
[5977] netweb Build Tools: Update `grunt-contrib-jshint` from `0.11.2` to `1.0.0` See #2918
[5974] netweb Build Tools: Update `grunt-contrib-cssmin` from `0.6.0` to `1.0.0` See #2918
[5973] netweb Build Tools: Update `grunt-contrib-cssmin` from `0.13.0` to `1.0.0` See #2918
[6468] netweb Build Tools: Update `grunt-contrib-cssmin` from 1.0.0 to 2.2.0 * See https://github.com/gruntjs/grunt-contrib-cssmin/compare/v1.0.0...v2.2.0 * Updates `clean-css` to v4.1.1
[5976] netweb Build Tools: Update `grunt-contrib-copy` from `0.8.0` to `1.0.0` This changeset fixes the "my bad" r5975 commit where the version was accidentally committed as `0.1.0` instead of `1.0.0` See #2918
[5975] netweb Build Tools: Update `grunt-contrib-copy` from `0.8.0` to `1.0.0` See #2918
[6461] netweb Build Tools: Update `grunt-contrib-copy` from 1.0.0 to 1.1.0 * https://github.com/gruntjs/grunt-contrib-clean/compare/v1.0.0...v1.1.0
[6103] netweb Build Tools: Update `grunt-check-dependencies` to v1.0.0 See https://github.com/mgol/grunt-check-dependencies/compare/0.12.0...1.0.0
[5979] netweb Build Tools: Update `grunt-check-dependencies` from `0.11.2` to `0.12.0` See #2918
[6104] netweb Build Tools: Update `autoprefixer` to v6.5.1 See https://github.com/postcss/autoprefixer/compare/6.3.3...6.5.1
[6466] netweb Build Tools: Update `autoprefixer` from 6.7.1 to 7.1.1 • https://github.com/postcss/autoprefixer/compare/6.7.1...7.1.1
[7043] netweb Build Tools: Update Travis CI config. • Drop `apt: true` key • Drop PHP 5.3 & 5.4 jobs • Add PHP 7.3 & 7.4 jobs • Drop WordPress 4.7, 4.8, & 4.9 • Add WordPress 5.2 & 5.3 • Ensure MySQL is available • Exclude WP 5.2 from PHP 7.4 jobs • Remove #bbpress-dev IRC notifications • Remove deprecated `sudu: false` key • Run BuddyPress Tests on all jobs • Simplify PHPUnit Travis Grunt task • Swap `dist: trusty` key to `os: linux` key For trunk.
[7044] netweb Build Tools: Update Travis CI config. • Drop `apt: true` key • Drop PHP 5.3 & 5.4 jobs • Add PHP 7.3 & 7.4 jobs • Drop WordPress 4.7, 4.8, & 4.9 • Add WordPress 5.2 & 5.3 • Ensure MySQL is available • Exclude WP 5.2 from PHP 7.4 jobs • Remove #bbpress-dev IRC notifications • Remove deprecated `sudu: false` key • Run BuddyPress Tests on all jobs • Simplify PHPUnit Travis Grunt task • Swap `dist: trusty` key to `os: linux` key For branches/2.6.
[6764] netweb Build Tools: Update SPDX License in `package.json` to adhere to SPDX v3.0 specification. See also: • https://spdx.org/news/news/2018/01/license-list-30-released • https://spdx.org/licenses/ • WordPress Ticket #WP43032
[7041] netweb Build Tools: Update SPDX License in `composer.json` to adhere to SPDX v3.0 specification.
[7040] netweb Build Tools: Update SPDX License in `composer.json` to adhere to SPDX v3.0 specification.
[6945] netweb Build Tools: Update SASS Node.js modules
[6237] netweb Build Tools: Update PostCSS SCSS from v0.3.0 to v0.4.0 * See https://github.com/postcss/postcss-scss/compare/0.3.0...0.4.0
[6268] netweb Build Tools: Update PostCSS Autoprefixer from v6.6.1 to v6.7.0
[6236] netweb Build Tools: Update PostCSS Autoprefixer from v6.5.1 to v6.6.1 * See https://github.com/postcss/autoprefixer/compare/6.5.1...6.6.1
[7106] netweb Build Tools: Update PHPCS
[7107] netweb Build Tools: Update Node.js and npm required versions
[6222] netweb Build Tools: Update Grunt and companion packages to the latest version. This changeset updates `grunt`, `grunt-exec`, and `grunt-legacy-utils` to the latest version. Run `npm install` in your terminal to install the updates above.
[6577] netweb Build Tools: Update Autoprefixer supported browser matrix. Following WordPress' implementation this new version hard codes IE 11 as a minimum, otherwise specifies either last 2 or last 1 based on https://make.wordpress.org/design/handbook/design-guide/browser-support/
[6145] netweb Build Tools: Travis CI: Only test PHP 7.1 against WordPress 4.7 or greater This changeset updates the Travis CI test matrix to match WordPress' PHP 7.1 compatability, which was only added in version 4.7.
[6624] netweb Build Tools: Switch to Ubuntu Trusty as the the default linux distro for Travis CI. * This changeset also explicitly adds `dist: precise` to the PHP 5.2 and 5.3 build jobs. * Travis CI will discontinue support of PHP 5.2 & 5.3 in September 2017 and a further follow up will be required. Fixes #3127.
[6100] netweb Build Tools: Switch stylelint Grunt task from `grunt postcss:lint` to `grunt stylelint` This changeset switches the stylelint task from using the `grunt-postcss` to `grunt-stylelint` NPM module. This new Grunt module supports stylelint's native formatters and allows for improved task error reporting. This change also splits the CSS and SCSS lint tasks in preparation for a future `stylelint-config-wordpress` SCSS update. See also: https://github.com/wikimedia/grunt-stylelint Props netweb. See #2924.
[6025] netweb Build Tools: Set a whitelist for PHPUnit code coverage This chageset adds a PHPUnit whitelist of files for use with code coverage tests analsyis tools. Hat tip jorbin. Fixes #2953.
[6748] netweb Build Tools: Run Travis-CI unit tests on WordPress 4.9.
[6653] netweb Build Tools: Run Travis-CI unit tests against WordPress 4.8.
Note: See TracReports for help on using and creating reports.