Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4820 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 (1 - 100 of 4820)

1 2 3 4 5 6 7 8 9 10 11
Changeset Author Message
[7119] xknown Sync the _wp_filter_build_unique_id function to rWP38282
[7118] xknown Fix PHP 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
[7116] xknown PHP 7.4 Compat: Replace the deprecated create_function calls with anonymous functions.
[7115] xknown PHP 7.4 Compat: Don't use curly braces for array/string access
[7114] xknown PHP 7.4 Compat: Remove deprecated functions.
[7113] xknown PHP 7.4 Compat: remove deprecated functions.
[7112] xknown PHP 7.4 compat: Replace the deprecated each call
[7111] xknown PHP 7.4 Compat: Remove the create_function calls. They are deprecated, and they seem to be removed in PHP 8.0.
[7110] xknown PHP 7.4 Compat: Use square brackets and remove create_function calls.
[6825] xknown Define the `BB_URI_CONTEXT_BB_INSTALLER` constant to avoid PHP warnings.
[6260] xknown branch 1.2: Fix infinite loop in `xmlrpc.php`
[6259] xknown Fix infinite loop on xmlrpc.
[6209] xknown branch 1.2: Fix infinite loop when create a new WP_User instance. See #3033
[6208] xknown branch 1.1: Avoid infinite recursion loop when creating a new WP_User instance. See #3303
[6207] xknown branch 1.2: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6206] xknown branch 0.9: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6205] xknown branch 1.1: Fix PHP 7 compat issues w.r.t. the use of func_get_arg(). func_get_arg() returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6171] xknown branch 0.9: Silence signature mismatch notices. In PHP 7.0, they are reported as warnings http://php.net/manual/fr/migration70.incompatible.php#migration70.incompatible.error-handling.strict See #3033
[6170] xknown branch 0.9: Silence signature mismatch notices. In PHP 7.0, they are reported as warnings http://php.net/manual/fr/migration70.incompatible.php#migration70.incompatible.error-handling.strict See #3033
[6168] xknown Update the backpress svn external to http://backpress.svn.wordpress.org/tags/backpress-1.2.1-bbpress/ See #3033
[6167] xknown Branch 1.2: Fix PHP 7 compat issues w.r.t. the use of `func_get_arg()`. `func_get_arg()` returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6166] xknown Fix PHP7 parse error. The result of `new` can't be longer assigned by reference. See #3033
[6165] xknown Branch 1.2: Fix PHP 7 compat issue. - `func_get_arg()` returns the current (modified) value of the given argument. - Add also PHP 5.x style constructors. See #3033
[6164] xknown Add PHP 5.x style constructors. Keep also the PHP 4.x style constructors to avoid breaking code that depends on these methods. See #3033
[6163] xknown Branch 1.2: Fix parse errors in PHP 7 The result of new can't be longer assigned by reference. See #3033
[6162] xknown Branch 0.9: Remove all the expressions that use the `preg_replace` function with the `e` modifier. The `e`(val) modifier is not longer supported in PHP7, use `preg_replace_callback` instead. See #3033
[6161] xknown Branch 0.9: Use `preg_match` instead of `ereg` See #3033
[6160] xknown Branch 0.9: Fix PHP 7 compat issues w.r.t. the use of `func_get_arg()` and PHP 5.x constructors. - `func_get_arg()` returns the current (modified) value of the given argument. Let's make sure the code behaves the same. - Add PHP 5.x style constructors. - Use `preg_match` instead of `eregi` See #3033
[6159] xknown Branch 0.9: Fix PHP 7 compat issues w.r.t. the use of `func_get_arg()`. `func_get_arg()` returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6158] xknown Branch 0.9: use a more recent version of add_query_arg which reduces the use of `func_get_arg`. See #3033
[6157] xknown Add PHP 5.x style constructors. Keep also the PHP 4.x style constructors to avoid breaking code that depends on these methods. See #3033
[6156] xknown Fix PHP 7 compat issues w.r.t. the use of `func_get_arg()`. `func_get_arg()` returns the current (modified) value of the given argument. Let's make sure the code behaves the same. See #3033
[6155] xknown Fix PHP7 parse error. The result of `new` can't be longer assigned by reference. See #3033
[6154] xknown Fix PHP 7 compat issue. - `func_get_arg()` returns the current (modified) value of the given argument. Let's make sure the code is compatible with older PHP versions. - Add also PHP 5.x style constructors. See #3033
[6153] xknown Add PHP 5.x style constructors. Keep also the PHP 4.x style constructors to avoid breaking code that depends on these methods. See #3033
[6152] xknown Fix parse errors in PHP 7 The result of `new` can't be longer assigned by reference.
[3896] westi Make sure the redirect url is a string before we try and handle it.
[7107] netweb Build Tools: Update Node.js and npm required versions
[7106] netweb Build Tools: Update PHPCS
[7056] netweb General: fix a few typos. Props passoniate, wpamitkumar, sharaz. Fixes #3308, #3316, #3317, #3319, #3323.
[7050] netweb Build Tools: Improve PHPCS setup. Props jrf. See #3294. For trunk.
[7049] netweb PHPCS: Pinking shears. Props jrf. See #3294. For branches/2.6.
[7048] netweb PHPCS: Pinking shears. Props jrf. See #3294. For trunk.
[7047] netweb PHPCS: Use Parenthesis when instantiating a new object. Props jrf. See #3294. For branches/2.6.
[7046] netweb PHPCS: Use Parenthesis when instantiating a new object. Props jrf. See #3294. For trunk.
[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.
[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.
[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.
[7042] netweb SVN: Set `svn:mime-type` to `text/xml` for *.xml.dist files
[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.
[7039] netweb Build Tools: Add project root `composer.json` file. This commit adds the following Composer package developer dependencies: • `phpcompatibility/phpcompatibility-wp` • `wp-coding-standards/wpcs` • `dealerdirect/phpcodesniffer-composer-installer` This also adds two composer scripts: • `composer lint` to "lint" the PHP files using PHPCS • `composer format` to "format" the PHP files using PHPCBF Props jrf. See #3294.
[7038] netweb Build Tools: Update `svn:ignore` and `.gitignore` Props jrf. See #3294.
[7007] netweb Build Tools: Follow to PHPCS changes in [7006] - Fixes an erronous change in Invision converter - Tweaks a readability issue in `bbp_update_reply()` See #3294.
[7006] netweb Build Tools: Add PHPCS with custom bbPress ruleset - This changeset adds an initial bbPress PHPCS ruleset - Future iteration of the rules in the ruleset can follow later - To run the PHPCS check run `grunt phpcs Fixes #3294.
[6977] netweb Tools: Correct string in repair topic reply count tool. Props felipeloureirosantos. See #3288. For 2.6.2, branches/2.6.
[6976] netweb Tools: Correct string in repair topic reply count tool. Props felipeloureirosantos. See #3288. For 2.7, trunk. in bbp_admin_repair_topic_reply_count
[6963] netweb Theme Compat: Remove duplicate `border-radius` added in [6952] See #3281. For 2.7, trunk.
[6962] netweb Build Tools: Cache `node_modules` folder in Travis CI Fixes #2885.
[6947] netweb Build Tools: Use Node.js 8.x
[6946] netweb Build Tools: Disable PHPUnit Speed Tester
[6945] netweb Build Tools: Update SASS Node.js modules
[6912] netweb Styling: Updade styles and stylelint config per latest coding standards
[6907] netweb Coding Standards: Add missing trailing semi-colon from [6893]
[6900] netweb Docs: Correct descriptions for various admin settings.
[6873] netweb Styling: Use double quotes Fixes #3228. Props jrf.
[6840] netweb Build Tools: Add a `.npmrc` file, and move `node-sass` to `devDependencies` The `.npmrc` file configures NPM to save exact versions
[6836] netweb BuddyPress: Add a `for` attribute to the new forum form label improving accessibility Props mercime. Fixes #3208.
[6818] netweb Appearance - Included Themes: Updated admin base SCSS styles: * `_admin.scss` via WP:changeset:43019 * `_mixins.scss` via WP:changeset:41984 See #2583.
[6800] netweb Admin: Remove deprecated `screen_icon()` calls. See #2538. Fixes #3198. (2.5 branch).
[6799] netweb Build Tools: Replace Browserslist configuration in `Gruntfile.js` with `@wordpress/browserslist-config` This change simplifies bbPress' Browserslist configuration maintainence by depending on WordPress' shared Browserslist configuration package: * https://github.com/WordPress/packages/tree/master/packages/browserslist-config * https://github.com/WordPress/packages/
[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
[6797] netweb Build Tools: Use tabs for indentaion, follow up to [*6796] See #3197.
[6765] netweb Composer: add an end-of-file new line to `composer.json`
[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
[6749] netweb API - Importers: WordPress capital_P_dangit for Xenforo importer. Props @1naveengiri. Fixes #3183.
[6748] netweb Build Tools: Run Travis-CI unit tests on WordPress 4.9.
[6733] netweb Forums: Update `bbp_untrash_forum_topics()` PHPDoc description. Props espellcaste. Fixes #3175.
[6732] netweb Accessibility: Update the `screen-reader-text` CSS class via wp:changeset:41622 This changeset merges the latest #a11y updates from WordPress Core for screen readers. Props ashokrd2013. Fixes #3172.
[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.
[6691] netweb General: Update changelog date format in `readme.txt` This changeset is a follow up to [6689]. See https://wordpress.slack.com/archives/C02RQBYSJ/p1505079124000051
[6657] netweb Build Tools: Use PHPUnit 6.x branch for Travis CI PHP 7.x jobs
[6656] netweb Build Tools: Exclude Travis CI PHP 7.2 builds for WP 4.7 & 4.8, PHP 7.2 compat will WP 4.9.
[6655] netweb Build Tools: Add Composer packages to Travis CI cache
[6654] netweb Build Tools: Fix copy pasta added in [6652]
[6653] netweb Build Tools: Run Travis-CI unit tests against WordPress 4.8.
[6652] netweb Build Tools: Check for existence `xdebug.ini` using `phpenv` for Travis CI
[6651] netweb Build Tools: Add debug echo for `TRAVIS_PHP_VERSION`
[6637] netweb Build Tools: Add PHP 7.2 to Travis CI. Fixes #3136.
[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.
[6625] netweb Build Tools: Move PHP 5.2 and 5.3 Travis CI jobs from the `php` section to the `matrix` section. This changeset is a follow up to [6624] where the "build matrix" was broken, my bad. See #3127.
[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.
[6579] netweb Humans: I like tacos 🌮
[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/
[6548] netweb Build Tools: Bump slow tests threshold for multisite to 250 for now, and we can continue to bring this value down as test performance is improved.
[6539] netweb Updated admin base SCSS styles: * `_admin.scss` via WP:changeset:40576 * `_mixins.scss` via WP:changeset:38501 See #2583
[6524] netweb Tests: Use updated filename `upgrade.php` following renamed file in [6500]
[6494] netweb Build Tools: Add npm `package-lock.json` for npm v5.x This changeset adds support for npm 5 which include significant performance improvements, these are primarily due updated caching, offline caching and the addition of a `package-lock.json` to leverage the new caching. To install and use npm 5 with your existing install of Node.js 6 or 7 run `npm i npm@5 -g`. Node.js 8 support will be added in a follow up ticket. Installing npm modules for bbPress is now ~6x faster with npm 5 🏎 Fixes #3113.
[6492] netweb BuddyPress: Check for missing activity component when looking for an activity stream item. This changeset fixes a bug that would result in duplicate activity stream items when editing a topic or reply. Props r-a-y. Fixes #2690. Merges [5857] to the 2.5 branch.
1 2 3 4 5 6 7 8 9 10 11
Note: See TracReports for help on using and creating reports.