| [5599]
|
netweb
|
Include WordPress v4.1 in Travis CI tests
|
| [5586]
|
netweb
|
Add `grunt-banner` to replace deprecated banners in `cssmin`
|
| [5585]
|
netweb
|
|
| [5584]
|
netweb
|
Switch to container-based infrastructure on Travis CI.
The container-based infrastructure has more memory and more cores. It also is designed to startup faster. We give up the ability to use sudo, but we aren't using that right now so we should be good.
Props tw2113, netweb
Fixes #2736
|
| [5582]
|
netweb
|
Updated `_admin.scss` via WP:changeset:30531. See #2583
|
| [5581]
|
netweb
|
Travis-CI: Specify IRC server/channel using a secure encrypted key
- This prevents our IRC dev channel #bbPress-dev from being notified when other people run bbPress' unit tests with travis-ci integration of their own Github forks.
- Key created using `travis encrypt "irc.freenode.net#bbpress-dev" -r bbpress/bbPress` results in IRC notifications only from the bbPress official GitHub repo https://github.com/bbpress/bbPress
- See http://docs.travis-ci.com/user/encryption-keys/
|
| [5580]
|
netweb
|
Example importer: Include Subscribed Forums, Subscribed Topics and Favourite Topics
Props netweb. See #2668
|
| [5579]
|
netweb
|
XenForo importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5578]
|
netweb
|
vBulletin 3 importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5577]
|
netweb
|
vBulletin 4 importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5576]
|
netweb
|
SMF importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5575]
|
netweb
|
PunBB importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5574]
|
netweb
|
Phorum importer: Include Subscribed Topics
Props netweb. See #2668
|
| [5573]
|
netweb
|
FluxBB importer: Include Subscribed Forums and Subscribed Topics
Props netweb. See #2668
|
| [5572]
|
netweb
|
bbPress 1.x importer: Include Subscribed Topics and Favourite Topics
Props netweb. See #2668
|
| [5571]
|
netweb
|
Add support to `converter.php` to allow importing Subscribed Forums, Subscribed Topics and Favourite Topics
Props netweb. See #2668
|
| [5570]
|
netweb
|
bbPress 1.x importer: Only import bbPress 1.x topic tag taxonomy `bb_topic_tag` so that the `tags` import does not also import topic subscriptions.
|
| [5569]
|
netweb
|
Include topic-tag descriptions in bbPress 1.x importer
* Props thebrandonallen for initial patch
* Fixes #2710
|
| [5568]
|
netweb
|
Xenforo 1.x importer: Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.
|
| [5557]
|
netweb
|
Fix incorrect variable name in `SMF.php` callback `callback_html()`
* This caused the regular expression for BBCode `[list]` and `[list type=decimal]` to not be included in the `callback_html()` callback.
Props netweb. Fixes #2715
|
| [5556]
|
netweb
|
Bump NPM package versions in package.json
"grunt-sass": "~0.16.0" -> "~0.16.1"
Requires npm install to update packages and dependencies
|
| [5555]
|
netweb
|
Bump NPM package versions in package.json
"grunt-contrib-copy": "~0.6.0" -> "~0.7.0"
"grunt-sass": "~0.14.1" -> "~0.16.0"
"grunt-wp-i18n": "~0.4.8" -> "~0.4.9"
Requires npm install to update packages and dependencies
|
| [5554]
|
netweb
|
Include anonymous reply author name in `Drupal7.php` importer.
Props netweb. See #2347
|
| [5551]
|
netweb
|
Include anonymous topic and reply import support in Phorum (`Phorum.php`) importer
Props netweb. Fixes #2703
|
| [5550]
|
netweb
|
Include anonymous topic and reply import support in XMB 1.x (`XMB.php`) and PunBB (`PunBB.php`) importers
Props netweb. See #2347
|
| [5549]
|
netweb
|
XMB 1.x: Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.
|
| [5548]
|
netweb
|
Include anonymous topic and reply import support in SimplePress 5 (`SimplePress5.php`) importer
Props netweb. See #2347
|
| [5547]
|
netweb
|
SimplePress 5:
* Fix regression introduced in r5349 where topics were imported a second time as part of the reply section import.
* Fix reply parent forum ID mini cache callback to use `callback_forumid`
* Add topic author IP address to topics import section
|
| [5546]
|
netweb
|
Include anonymous topic and reply import support in vBulletin 3 (`vBulletin3.php`) and vBulletin 4 (`vBulletin.php`) importers
Props netweb. See #2347
|
| [5545]
|
netweb
|
vBulletin 3 & 4: Fix reply parent forum id in `vBulletin.php` and `vBulletin3.php` importers
* Retrieves the replies topic ID and utilizes `callback_topicid_to_forumid` mini cache to convert the topic id to the new forum ID
* Eliminates an unnecessary SQL join improving import performance.
|
| [5544]
|
netweb
|
Move callback `callback_check_anonymous` from individual importers to `BBP_Converter_Base` in `converter.php`.
* Allows us to lean on `callback_userid` to determine multiple anonymous or guest topic and reply authors during import and reduces code duplication
Props netweb. See #2347
|
| [5543]
|
netweb
|
DB schema change for `wp_bbconverter_translator` converter sync table
* Increase `meta_value` maximum characters from 25 o 255 to allow for longer meta values during import
See #2650
|
| [5542]
|
netweb
|
Vanilla2: Include anonymous topic and reply import support in `Vanilla.php` importer
Props netweb. See #2347
|
| [5541]
|
netweb
|
Include anonymous topic and reply import support in `Drupal7.php` importer
Props netweb. See #2347
|
| [5540]
|
netweb
|
Drupal7: Add support for importing Drupal v7.x pending topics and replies. See #2645
|
| [5539]
|
netweb
|
Include anonymous topic and reply import support in `phpBB.php` and `SMF.php` importers
Props netweb. See #2347
|
| [5538]
|
netweb
|
Introduce support for importing anonymous topics and replies in `converter.php`
* Adds two new steps to the import conversion process:
* "Convert anonymous topic authors" and "Convert anonymous reply authors"
* Utilizes existing bbPress support for anonymous user topics and replies
* Adds post meta key `_bbp_anonymous_name` to imported anonymous topic and replies
* Depending on the forum being imported these may be referenced as anonymous, guest or deleted topics or replies
* Imported topics and replies are assigned post meta key `_bbp_old_topic_author_name_id` or `_bbp_old_reply_author_name_id` respectively that is then compared using the returned `true` or `false` in the callback function `callback_check_anonymous()` of each of importers that are are supported.
Props netweb. See #2347
|
| [5537]
|
netweb
|
Vanilla2 importer improvements:
* Don't import Vanilla 2's deleted topic or replies as both topic and reply content is deleted resulting in fragmented topic context
* Use `callback_topicid_to_forumid` to convert replies parent topic id to forum id eliminating a SQL join improving performance.
|
| [5536]
|
netweb
|
Drupal7: Don't import Drupal 7's guest user
|
| [5535]
|
netweb
|
Vanilla2: Don't import Vanilla 2's deleted users
|
| [5533]
|
netweb
|
Fix regression in `bbPress1.php` importer introduced in r5349 where topics were imported a second time as part of the reply section import.
|
| [5532]
|
netweb
|
Bump NPM package versions in package.json
"grunt-contrib-copy": "~0.5.0" -> "~0.6.0"
"grunt-contrib-uglify": "~0.5.1" -> "~0.6.0"
Requires npm install to update packages and dependencies
|
| [5531]
|
netweb
|
Add a leading slash to `phpunit.xml` in `.gitignore` to only ignore `phpunit.xml` in the root folder
|
| [5530]
|
netweb
|
Converter import user meta data improvements and fixes:
* Original 'old' user meta key is now defined using `_bbp_old_user_id`
* Fixes the "Purge Previous Import" optional removal of previously imported users when using the database sync_table.
* Updates all included importers with the above changes including the custom callback in `e107v1.php`
See #2650
|
| [5529]
|
netweb
|
punBB: Don't import punBB's guest user
|
| [5528]
|
netweb
|
phpBB: Don't import phpBB search engine bot/crawler user accounts, e.g Google Bot, Bing Bot
|
| [5527]
|
netweb
|
Converter import meta data improvements and fixes:
* Original 'old' hierarchical/threaded replies meta key is now defined using `_bbp_old_reply_to_id`
* Fixes the "Purge Previous Import" optional removal of previously imported hierarchical/threaded replies when using the database sync_table.
* Updates `Drupal7.php` importer compatibility for the above changes
See #2650
|
| [5526]
|
netweb
|
Importer templates updates to coincide with r5525 changeset to differentiating original forum, topic and reply meta ID's from new bbPress post meta keys.
* Renames `_bbp_forum_id` to `_bbp_old_forum_id`
* Renames `_bbp_topic_id` to `_bbp_old_topic_id`
* Renames `_bbp_post_id` to `_bbp_old_reply_id`
See #2650
|
| [5525]
|
netweb
|
Converter import meta data improvements and fixes:
* Original 'old' forum, topic or reply meta data is now explicitly defined using a common `_bbp_old` prefix in the post meta keys that clearly differentiates the new bbPress post meta from the original 'old' forum meta.
* Fixes the "Purge Previous Import" optional removal of previously imported forums, topics and replies when using the database sync_table. Meta keys ending with `_id` are now copied to the database sync_table.
See #2650
|
| [5524]
|
netweb
|
In `phpBB.php` importer use the correct `callback_forumid` callback for reply forum ID's.
|
| [5523]
|
netweb
|
Vanilla forum importer:
* Use the correct `callback_forumid` callback for reply forum ID's.
* Add support for importing Vanilla 'Announcements' as bbPress 'Sticky' topics
|
| [5522]
|
netweb
|
In `Phorum.php` importer use the correct `callback_forumid` callback for reply forum ID's.
|
| [5521]
|
netweb
|
Use tabs not spaces for indentation in `Kunena1.php`
|
| [5520]
|
netweb
|
In `Example.php` importer use the correct `callback_forumid` callback for reply forum ID's.
|
| [5519]
|
netweb
|
Improved `Drupal7.php` importer performance by leaning on our helper functions.
* Use `callback_topicid_to_forumid()` to convert the topic ID to forum ID eliminating an extra MySQL join.
|
| [5518]
|
netweb
|
Spelling typo in `bbp_toggle_reply_handler()`, in between words we use spaces.
|
| [5517]
|
netweb
|
In bbPress 1.x converter add support for closed topics via improved method in r5425.
Props netweb. Fixes #2125.
|
| [5516]
|
netweb
|
Include 'default' forum status and forum type meta keys in importers for databases that do not support these values.
* Forum status: `_bbp_status` = `open` meta
* Forum type: `_bbp_forum_type` = `forum`
Props netweb. See #2647
|
| [5515]
|
netweb
|
PHPDdoc corrections for topic and reply pending status approve and unapprove functions. See #2645
|
| [5514]
|
netweb
|
So `.gitignore` is whitespace sensitive. If you include trailing whitespace, git won't recognize your files.
|
| [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
|
| [5483]
|
netweb
|
Improved inline docs readability for Grunt task `jshint`.
|
| [5482]
|
netweb
|
Improved topic merge verbiage in form-topic-merge.php template.
Props johnjamesjacoby. Fixes #2539
|
| [5481]
|
netweb
|
Remove @ToDo 'Implement Feeds' PHPDoc reference in `bbp_register_view()`, feeds were added for views in r3171 and r3172. Fixes #2631
|
| [5480]
|
netweb
|
Updated `_admin.scss` via WP:changeset:29447, WP:changeset:29542, WP:changeset:29697. See #2583
|
| [5479]
|
netweb
|
Updated `_mixins.scss` via WP:changeset:29616, WP:changeset:29648. See #2583
|
| [5464]
|
netweb
|
Use `Topic Tag` term for singular topic tag context in 'at a glance' dashboard metabox. Fixes #2544
|
| [5463]
|
netweb
|
Bump NPM package versions in `package.json`
* "grunt-sass": "~0.14.0 -> "~0.14.1"
* "grunt-wp-i18n": "~0.4.7 -> "~0.4.8"
* Requires `npm install` to update packages and dependencies
|
| [5461]
|
netweb
|
Bump tested-up-to version to 4.0. (2.5 branch)
|
| [5460]
|
netweb
|
Bump tested-up-to version to 4.0. (trunk)
|
| [5459]
|
netweb
|
Updated `_admin.scss` via WP:changeset:29542. See #2583
|
| [5458]
|
netweb
|
Update `BBP_EXCLUDED_FILES` in `Grunfile.js` to match `svn:ignore` and `.gitgnore` ignore properties, see also r5457
|
| [5457]
|
netweb
|
Sync ignore properties of SVN and Git
* Git - More robust `.gitignore` file
* SVN - Ignore `npm-debug.log`
|
| [5456]
|
netweb
|
Fix speeling error in settings.php
|
| [5455]
|
netweb
|
Bump NPM package versions in `package.json`
* "grunt-wp-i18n": "~0.4.6 -> "~0.4.7"
* Requires `npm install` to update packages and dependencies
|
| [5454]
|
netweb
|
Improved verbiage when importer has no topic tags to import.
|
| [5453]
|
netweb
|
Updated verbiage when converting threaded replies, lets call them what they are in bbPress terms, "threaded replies", rather than the abstract term "reply_to".
|
| [5452]
|
netweb
|
DB schema change for `wp_bbconverter_translator` converter sync table
* Increase `meta_key` maximum characters from 25 o 255 to allow for longer meta keys during import
See #2650
|
| [5451]
|
netweb
|
Bump NPM package versions in `package.json`
* "grunt-contrib-clean": "~0.5.0 -> "~0.6.0"
* Requires `npm install` to update packages and dependencies
|
| [5450]
|
netweb
|
* Alphabetize grunt tasks and tweak inline docs in `Gruntfile.js`
* Automatically reload the `grunt watch` task when changes are made to `Gruntfile.js`
|
| [5449]
|
netweb
|
Remove extra URL forward slash in 'reset tools' help codex link. Props extendwings. Fixes #2666
|
| [5448]
|
netweb
|
Bump NPM package versions in `package.json`
* "grunt-contrib-uglify": "~0.5.0 -> "~0.5.1"
* "grunt-exec": "~0.4.5" -> "~0.4.6"
* "grunt-wp-i18n": "~0.4.5" -> "~0.4.6"
* Requires `npm install` to update packages and dependencies
|
| [5447]
|
netweb
|
Updated `_admin.scss` via WP:changeset:29124 and WP:changeset:29287. See #2583
|
| [5446]
|
netweb
|
Add a full stop to bbPress' short description, improves plugin cards readability see #WP28785 Comment:40
|
| [5430]
|
netweb
|
Updated `_admin.scss` via WP:changeset:29031. See #2583
|
| [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
|