Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4918 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 (4801 - 4900 of 4918)

Changeset Author Message
[5429] netweb When resetting the forums back to pre-import status, if we are not deleting imported users, we still need to delete existing user meta-data. * r5174 originally implemented this as if/else, antiprops netweb Fixes #2641. Props netweb
[5428] netweb Updated forum parent ID importing method for compatibility when `wp_bbconverter_translator` database sync_table exists. * Renamed forum parent meta key `_bbp_forum_parent_id` to `_bbp_old_forum_parent_id` for importers that support forum parents * Improvements for future iterations of post import meta data manipulation/enhancements with reference only imported post meta keys including a common `_old` prefix as part of the `_bbp` prefix See #2650
[5427] netweb Fixed topic sticky status importing method for compatibility when `wp_bbconverter_translator` database sync_table exists. * Topic stickies and super stickies are correctly stuck with or without sync_table * Renamed sticky meta key `_bbp_old_sticky_status` to `_bbp_old_sticky_status_id` for importers that support stickies See #2650
[5426] netweb Update bbPress forum importers to support new closed topic import method introduced in r5425. See #2577
[5425] netweb Re-factor importing closed topics to import the closed status and update the closed topic post and post meta status using `bbp_close_topic()`. See #2577
[5424] netweb Fix missing @since phpdoc in `converter.php`
[5422] netweb Add missing @uses phpdoc to `bbp_get_reply_to_dropdown()`. See #2617
[5421] netweb Fix additional references to topics in phpdoc for reply status dropdown functions. See #2463.
[5419] netweb Updated `_admin.scss` via WP:changeset:28861. See #2583
[5418] netweb Include 'Forum Type' - `_bbp_forum_type` and 'Forum Status' `_bbp_forum_status` in Example.php importer
[5416] netweb Add missing @since phpdoc to BBP_Forums_Group_Extension class
[5415] netweb Remove `grunt-phpunit` support in NPM `package.json` * We have never used PHPUnit as part of a Grunt task and use the native Pear PHPUnit package.
[5414] netweb Update grunt-sass to v0.12.1 to 0.13.1 http://npmjs.org/package/grunt-sass Bump NPM package versions in `package.json` * "grunt-contrib-cssmin": "~0.9.0 -> "~0.10.0" * "grunt-contrib-uglify": "~0.4.0 -> "~0.5.0" * "grunt-sass": "~0.13.1" -> "~0.14.0" * Requires `npm install` to update packages and dependencies
[5386] netweb Update grunt-sass to v0.12.1 to 0.13.1 http://npmjs.org/package/grunt-sass See #2542
[5385] netweb Multiple strings in .editorconfig sections should be wrapped in curly brackets Props treyhunner. Fixes #2614
[5383] netweb Fix .editorconfig file, file should be a file not a diff. Props thebrandonallen. Fixes #2612
[5362] netweb Add .editorconfig file, see http://editorconfig.org/. "EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs." Props netweb. Fixes #2598
[5354] netweb Improved topic merge verbiage in `form-topic-merge.php` template. Props gautamgupta. Fixes #2539
[5353] netweb Fix @since PHPDoc for `toggle_forum` and `toggle_forum_notice` in /includes/admin/forums.php
[5352] netweb Introduce e107 v1.x importer Props netweb. Fixes #2421
[5350] netweb Add support to vBulletin importer for 'YouTube Share' BBCode Props netweb. Fixes #2601
[5349] netweb Replies now use the reply ID for the the post name/slug via r5117. bbPress' importers should also reflect that change with the removal of 'Reply Title' (post_title), 'Reply Slug' (post_name) and `callback_reply_title` from all importers. Props netweb. Fixes #2585
[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
[5346] netweb Grunt is deprecating the Grunt.Util.* api, adding `grunt-legacy-util` will allow us to continue using `grunt.util.spawn` to spawn the multiple `phpunit` Grunt tasks. * Adds `grunt-legacy-util` to `package.json` * Requires fresh `npm install` to update dependencies * Props netweb. Fixes #2576
[5344] netweb More Grunt updates * Adds `uglify:dynamic` to `grunt uglify` so that `grunt watch` -> `watch:js` tasks can dynamicly minify Javascript files with the `grunt watch` task. * Improved inline documentation for grunt jshint task. * Props netweb. See #2542
[5343] netweb Updated base admin styles SCSS * Color scheme support for widget choosers via WP:changeset:28122 * 'About Page' updated styles via WP:changeset:28127 Fixes #2583
[5342] netweb Use correct PHPUnit configuration file `phpunit.xml.dist` for Grunt task `grunt phpunit` * Props netweb. See #2542
[5339] netweb Bump NPM package versions in `package.json` "grunt-contrib-jshint": "~0.9.2 -> "~0.10.0" http://npmjs.org/package/grunt-contrib-jshint "grunt-sass": "~0.12.0" -> "~0.12.1" http://npmjs.org/package/grunt-sass * Requires `npm install` to update packages and dependencies * Props netweb. See #2542
[5336] netweb In `.jshintrc` ignore undefined variables so `grunt jshint` task completes without error. (reference variables created by WordPress dependencies or API's) * Props netweb. Fixes #2578
[5333] netweb More grunt updates: * Include bbPress version via `package.json` in the 'banner' of minified CSS & JS files * Include current date and time (UTC) in the 'banner' of minified CSS & JS files * Props netweb. See #2542
[5332] netweb SMF Importer BBCode regex expressions * Fix copy pasta `<br>`/`<tt>` regex * Add non-break space `&nbsp;` to space ` ` rexex Props mspecht. Fixes @2558
[5328] netweb Bump NPM package versions in `package.json` "grunt-contrib-cssmin": "~0.7.0" -> "~0.9.0" http://npmjs.org/package/grunt-contrib-cssmin "grunt-contrib-uglify": "~0.3.0" -> "~0.4.0" http://npmjs.org/package/grunt-contrib-uglify "grunt-contrib-watch": "~0.5.3" -> "~0.6.1" http://npmjs.org/package/grunt-contrib-watch "grunt-contrib-jshint": "~0.8.0" -> "~0.9.2" http://npmjs.org/package/grunt-contrib-jshint "grunt-sass": "~0.10.0" -> "~0.12.0" http://npmjs.org/package/grunt-sass * Requires `npm install` to update packages and dependencies * Props netweb. See #2542
[5327] netweb Bump NPM package versions in `package.json` * `grunt-wp-i18n` to v0.4.3 https://www.npmjs.org/package/grunt-wp-i18n * Fixes numerous PHP error notices * Add's support for custom headers in bbpress.pot * ['report-msgid-bugs-to'] = 'https://bbpress.trac.wordpress.org';; * ['last-translator'] = 'JOHN JAMES JACOBY <jjj@bbpress.org>'; * ['language-team'] = 'ENGLISH <jjj@bbpress.org>'; * Requires `npm install` to update packages and dependencies * Props netweb. See #2542
[5326] netweb More grunt updates: * Add `grunt-patch-wordpress` to `package.json` * Adds grunt task `grunt patch` to `grunt build` and `grunt build-release` * Requires fresh `npm install` to update dependencies * Full instructions https://github.com/aaronjorbin/grunt-patch-wordpress#patching-from-the-command-line * Props jorbin. See #2542
[5323] netweb Rename PHPUnit config file from phpunit.xml to phpunit.xml.dist * PHPUnit supports config files with both these names, but will use phpunit.xml over the .dist version. * Renaming our file lets users add/edit their own phpunit.xml without editing a bbPress core file. * Hattip djpaul via [BuddyPress:r8098] * Props netweb. See #2542
[5319] netweb Fix duplicate action name in form-forum.php. Props netweb. Fixes #2560
[5306] netweb Use `height: auto;` alongside `max-width: 100%;` in `bbpress.css` to maintain image aspect ratio. Props robin-w. Fixes #2553
[5296] netweb Bump NPM package versions in `package.json` * `grunt-contrib-cssmin` to v0.8.0 https://www.npmjs.org/package/grunt-contrib-cssmin * `grunt-sass` to v~0.11.0 https://www.npmjs.org/package/grunt-sass * `grunt-phpunit` to v0.3.3 https://www.npmjs.org/package/grunt-phpunit * `grunt-exec` to v0.4.5 https://www.npmjs.org/package/grunt-exec * Requires `npm install` to update packages and dependencies * Props netweb. See #2542
[5295] netweb More Grunt: Switch from `grunt-pot` to `grunt-wp-i18n` * Remove `grunt-pot` from `package.json` * Add `grunt-wp-i18n` to `package.json` * Adds grunt task `grunt makebot` to `grunt build` and `grunt build-release` * Creates `bbpress.pot` in `/build` * Requires fresh `npm install` to update dependencies * Props netweb. See #2542
[5294] netweb More Grunt updates, fixes `grunt watch` task not RTL'ing or minifying CSS files. * Use explicit CSS file names, avoids ambiguous LTR CSS (avoids LTR = `*.css` including `bbpress-rtl.css`) * Remove `cssmin:colors` and include Mint and Evergreen CSS minification in `cssmin:core` * Remove `cssjanus:colors` and include Mint and Evergreen RTL CSS in `cssjanus:core` * Use `BUILD_DIR` (not `SOURCE_DIR`) to compile RTL CSS `cssjanus` * Use `BUILD_DIR` (not `SOURCE_DIR`) to compile and LTR & RTL minified CSS with `cssmin` * Add Grunt tasks `cssjanus:core`, `cssmin:ltr` and `cssmin:rtl` to `grunt watch` -> `watch:colors` task * Add Grunt tasks `cssmin:ltr` and `cssmin:rtl` to `grunt watch` -> `watch:rtl` task * Reorders `grunt build` and `grunt build-release` tasks to firstly copy `bbpress.css`, and `admin.css`, then create Mint and Evergreen CSS using `colors` , then RTL all the CSS with `cssjanus:core`, then minify all the CSS with `cssmin:ltr` and `cssmin:rtl` * Props netweb. See #2542
[5291] netweb Fix incorrect `bbbpress` text domain used `bbp_get_topic_pagination_count`. Props netweb. Fixes #2549.
[5284] netweb Remove `tests/phpunit/data/.trac-ticket-cache*` from .gitignore (only required in WP develop repo). See #2542
[5278] netweb Include .gitignore file for Git based repo. See #2542
[5277] netweb Remove existing minified CSS, Grunt build process now takes care of this. See #2542.
[5265] netweb Remove deprecated screen_icon() calls. Props netweb. Fixes #2538
[5257] netweb Remove `pre_get_posts` action `bbp_pre_get_posts_normalize_forum_visibility` from forum visibility repair tool to prevent hidden and private post status injected into WP_Query. Props thebrandonallen. Fixes #2512
[5254] netweb Include backend admin open and close forum row actions. Props netweb. Fixes #2491.
[5253] netweb Remove hard coded post type references in repair tools. Props thebrandonallen. Fixes #2510
[5241] netweb Relocate `login_form` action hook outside `bbp-submit-wrapper` form submit wrapper in `form-user-login.php` and `form-user-lost-pass.php` templates. Props icu0755. Fixes #2500 (trunk)
[5240] netweb Relocate `login_form` action hook outside `bbp-submit-wrapper` form submit wrapper in `form-user-login.php` and `form-user-lost-pass.php` templates. Props icu0755. Fixes #2500 (2.5 branch)
[5230] netweb Include `bbp_is_replies_created` in bbPress CSS body classes and include `bbp_is_replies_created` in `is_bbpress()` function. Props netweb. Fixes #2489
[5229] netweb Bump readme.txt Tested version. Fixes #2490 (2.5 branch)
[5228] netweb Bump readme.txt Tested version. Fixes #2490
[5193] netweb Updated What's New
[5191] netweb Introduce SMF v2.x bbPress importer. Props netweb. Fixes #2380
[5180] netweb Protect topic and reply author link calls from non-existant users. Props jondavidjohn. Fixes #2381
[5176] netweb Include support for custom topic tag slugs and descriptions during import. Props netweb. Fixes #2399 * Support included for bbPress v1.x , Drupal, Example, PHPFox, vBulletin v3.x & v4.x
[5170] netweb Include 'sticky' and 'super sticky' import capabilities for the following forum importers: * AEF, Drupal7, Example, FluxBB, Invision, Mingle, MyBB, phpBB, PHPFox, PunBB, SimplePress, vBulletin v4.x, vBulletin v3.x, Xenforo and XMB forum importers
[5160] netweb Improved SQL join expression for topics 'post_content' in Mingle.php importer. Props netweb. Fixes #2472
[5159] netweb Fix copy pasta in user profile subscriptions template. See #2299
[5154] netweb Introduce PunBB v1.4.x bbPress importer. Props netweb. Fixes #2379
[5153] netweb vBulletin v4.x Importer Improvements. Props netweb. Fixes #2469 * Added Forum total topic count * Added Forum total reply count * Added Forum/Category type field mapping & callback * Added Topic total reply count * Added Topic author ip * Added Store old user salt in usermeta * Added Reply slug * Improved inline docs
[5152] netweb Introduce vBulletin v3.x bbPress importer. Props netweb. Fixes #2147
[5151] netweb SimplePress Importer Improvements. Props netweb. Fixes #2194 * Add reply slug field mapping * Add custom regex for non-break spaces in HTML
[5150] netweb phpBB Importer Improvements. Props netweb. Fixes #2467 * Added forum type callback for if forum is a Forum or Category * Added reply title callback for clean reply titles * Improved inline docs
[5149] netweb Vanilla importer improvements. Props netweb. Fixes #2466 * Add Topic total reply count * Add Reply slug
[5148] netweb Invision bbPress importer improvements. Props netweb. Fixes #2465 * Full compatibility with Invision Power Board v3.1x, v3.2x, v3.3x & v3.4x versions * Removed conflicting extra user profile fields * Added forum type if forum is a Forum or Category * Fixed Forum slug field mapping * Improved inline docs
[5147] netweb Introduce PHPFox bbPress importer. Props netweb. Fixes #2415
[5146] netweb Introduce XenForo bbPress importer. Props netweb. Fixes #2403
[5145] netweb Introduce Kunena Forums for Joomla bbPress importers. Props netweb. Fixes #2402 * Kunena1.php for Kunena v1.x Forums * Kunena2.php for Kunena v2.x Forums * Kunena3.php for Kunena v3.x Forums
[5144] netweb Introduce XMB bbPress importer. Props netweb. Fixes #2404
[5143] netweb Introduce PHPWind bbPress importer. Props netweb. Fixes #2395
[5142] netweb Introduce Phorum bbPress importer. Props netweb. Fixes #2382
[5141] netweb Introduce MyBB bbPress importer. Props netweb. Fixes #2378
[5140] netweb Introduce Advanced Electron Forum v1.x bbPress importer. Props netweb. Fixes #2384
[5139] netweb Introduce FluxBB bbPress importer. Props netweb. Fixes #2383
[5138] netweb Introduce Drupal v7.x bbPress importer. Props netweb. Fixes #2375
[5137] netweb Adds a link to bbPress about page to the admin bar. Props MZAWeb. Fixes #2035
[5136] netweb bbPress1.php converter improvements. Props netweb. Fixes #2460 * Add forum category conversion support * Add _bbp_total_reply_count * Fix Topic slug field mapping * Add Reply slug field mapping * Improved inline docs
[3896] westi Make sure the redirect url is a string before we try and handle it.
[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
Note: See TracReports for help on using and creating reports.