Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4824 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 (1701 - 1800 of 4824)

Changeset Author Message
[5587] johnjamesjacoby Use `sanitize_key()` in `bbp_post_request()` and `bbp_get_request()`, improving the predictability of possible actions. See #2742.
[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
[5583] johnjamesjacoby Administrative support for for un/approving topics. Props netweb, thebrandonallen. Fixes #2645.
[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.
[5567] johnjamesjacoby Bump alpha version in bbpress.php to latest revision.
[5566] johnjamesjacoby Add nonce checks to admin area topic & author suggest usages.
[5565] johnjamesjacoby Add `'suggest'` to `replies` script prerequisites.
[5564] johnjamesjacoby Add `'suggest'` to `common` script prerequisites.
[5563] johnjamesjacoby Convert template notices from paragraph tags to unordered lists. Improves accessibility by hinting there may be several notices on the page. Props Karl Groves, netweb. FIxes #2637.
[5562] johnjamesjacoby Missed removing a tabindex usage. See #2714.
[5561] johnjamesjacoby Deprecate `tabindex` functions and their usages. Props joedolson. Fixes #2714.
[5560] johnjamesjacoby Match up arguments with parent class method to avoid notices. Props boonebgorges. Fixes #2718.
[5559] johnjamesjacoby Update to newer slashing functions, as our minimum requirement is WordPress 3.6. Also add filters to topic-title & topic-tags form fields. See #2719.
[5558] johnjamesjacoby Improve form field output sanitization when posting theme-side forum/topic/reply content. Thanks planetzuda. See #2719.
[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
[5553] johnjamesjacoby Add support for `ins` HTML tag, to supplement existing `del` tag support. Props danielbachhuber.
[5552] nacin bbPress 1.x: Clear user activation keys after password changes. The code previously cleared activation keys after they were used to reset a password, but not if a user logs in to change the password on their own (say, if they remember it). Also, actually remove the DB row, rather than emptying it.
[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
[5534] johnjamesjacoby Better ABSPATH check in `bbpress.php` stub loader.
[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.
[5513] johnjamesjacoby Simplify topic & reply author role markup arguments, with backpat support. Props netweb. Fixes #2557.
[5512] johnjamesjacoby Slightly refactor `bbp_format_buddypress_notifications()`: * Return original `$action` if not `bbp_new_reply`. * Reduce indentation to accommodate new `$action` check. This fixes a bug where checking for new reply notifications could cause future notification filter checks to fail. Props Faison. Fixes #2665.
[5511] johnjamesjacoby In our BuddyPress Groups `display_forums` method, `break` out of switch statement rather than `return`. This prevents malformed markup caused by not allowing the method to continue on. Hat-tip boonebgorges, netweb. Fixes #2595.
[5510] johnjamesjacoby Only allow direct modification of reply forum meta when there is a mismatch with the topic forum. This prevents moderators and keymasters from creating mismatches and leaves the tool available only for repairs (usually after a migration from a different platform.) Fixes #2270.
[5509] johnjamesjacoby Administrative support for un/approving replies. Props netweb. See #2645.
[5508] johnjamesjacoby Add default theme compat styling for pending topics and replies. Props netweb. See #2645.
[5507] johnjamesjacoby Preliminary template support for un/approving replies. Props netweb. See #2645.
[5506] johnjamesjacoby Preliminary function support for un/approving replies. Props netweb. See #2645.
[5505] johnjamesjacoby Add pending status to search results for capable users wishing to view all results. Props netweb. See #2645.
[5504] johnjamesjacoby Preliminary template support for un/approving topics. Props netweb. See #2645.
[5503] johnjamesjacoby Preliminary function support for un/approving topics. Props netweb. See #2645.
[5502] johnjamesjacoby Add pending topics to forum hidden topic counts. Props netweb. See #2645.
[5501] johnjamesjacoby Update phpdoc blocks in forum template functions. Props netweb. See #2645.
[5500] johnjamesjacoby Clean up core `actions.php`. Props netweb. See #2645.
[5499] johnjamesjacoby Enable forum status and visibility functions to check ancestry by extracting existing logic into new helper functions. Props alex-ye, netweb. Fixes #2303.
[5498] johnjamesjacoby Update widget description in `BBP_Topics_Widget` to include topic newness. Props netweb. Fixes #2531.
[5497] johnjamesjacoby Improve ID and classification in `form-topic.php` when forum is closed or user cannot create new topics. Props netweb. Fixes #2574.
[5496] johnjamesjacoby Embetter Orwellian Newspeak used to describe sticky topics in `admin/topics.php`. Props netweb. Fixes #2622.
[5495] johnjamesjacoby Add reply status section to `form-reply.php`. Props netweb. Fixes #2644.
[5494] johnjamesjacoby Tweak `bbp-author-ip` styling, removing the font family and ensuring long IP addresses break correctly. Props netweb. Fixes #2675.
[5493] johnjamesjacoby Allow `class` attribute for `pre` tags in `bbp_kses_allowed_tags()`. Props netweb. Fixes #2657.
[5492] johnjamesjacoby Missed a 'Reply To' reply title update. See r5490.
[5491] johnjamesjacoby In `bbp_split_topic_handler()` remove `$reply_position` cheater code, and rely on `bbp_update_reply_position()` to recalculate the correct position in the hierarchy after `wp_update_post()` has finished. Props netweb. Fixes #2624.
[5490] johnjamesjacoby Remove remaining 'Reply To' references in reply `post_title`'s. (Now that posts can have empty titles, this is no longer necessary. It also yielded undesired single reply slugs, though they are only exposed to moderators and keymasters.) Hat tip netweb.
[5489] johnjamesjacoby In `bbp_merge_topic_handler()` delete last and count metas, and update the reply position after call to `wp_update_post()`. Fixes bug where merging two topics with odd timestamps could result in orphaned or incorrect meta data and hierarchy positioning. Props netweb. Fixes #2528.
[5488] johnjamesjacoby Change behavior of `bbp_check_for_moderation()` so empty `moderation_keys` no longer skips `max_links` check. Props netweb. See #2546.
Note: See TracReports for help on using and creating reports.