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 (3001 - 3100 of 4820)

Changeset Author Message
[5464] netweb Use `Topic Tag` term for singular topic tag context in 'at a glance' dashboard metabox. Fixes #2544
[5465] johnjamesjacoby In `bbp_do_ajax()` use `get_option( 'html_type' )`.
[5466] johnjamesjacoby Simpify `ABSPATH` checks to pass coding standard sniffers that look for brackets on comparisons.
[5467] johnjamesjacoby Only add the `s` argument to queries if `rs` or `ts` are set in their respective topics & replies queries. See #2607, #WP11330, [WP28623] [WP28612], [WP28804].
[5468] johnjamesjacoby Only add the `s` argument to global forum search queries if search-terms exist. See #2607, #WP11330, [WP28623] [WP28612], [WP28804].
[5469] johnjamesjacoby Whitespace and brackets in main `bbPress` class.
[5470] johnjamesjacoby In `bbp_theme_compat_reset_post()` also set `is_singular` to value of `is_single`. Improves query compatibility with themes and other plugins. Props Mat Lipe. Fixes #2545.
[5471] johnjamesjacoby Use "Unfavorite" in `bbp_get_user_favorites_link()`. Fixes #2604.
[5472] johnjamesjacoby Use `wp_get_user_contact_methods()` in `bbp_get_user_contact_methods()`. See #2570.
[5473] johnjamesjacoby In `bbp_admin_repair_forum_topic_count()` include hidden topics in repair tool. Props thebrandonallen. Fixes #2680.
[5474] johnjamesjacoby Correct inline doc in `bbp_forum_get_subforums()`.
[5475] johnjamesjacoby Use `exclude` instead of post__not_in, in `bbp_get_forums_for_current_user()`.
[5476] johnjamesjacoby In `_bbp_has_replies_where()` remove the `post__not_in` check and add extra search/replace arguments for more complex queries. Improves support for popular privacy plugins that frequently use `post__not_in`. Props mikelopez. Fixes #2609.
[5477] johnjamesjacoby In `bbp_has_topics()` bring back `$default_topic_search` variable to prevent debug notices.
[5478] johnjamesjacoby In the `form-topic.php` template part, check for 'bbp_get_forum_title()` before outputting an empty title. Props jreeve. Fixes #2625.
[5479] netweb Updated `_mixins.scss` via WP:changeset:29616, WP:changeset:29648. See #2583
[5480] netweb Updated `_admin.scss` via WP:changeset:29447, WP:changeset:29542, WP:changeset:29697. See #2583
[5481] netweb Remove @ToDo 'Implement Feeds' PHPDoc reference in `bbp_register_view()`, feeds were added for views in r3171 and r3172. Fixes #2631
[5482] netweb Improved topic merge verbiage in form-topic-merge.php template. Props johnjamesjacoby. Fixes #2539
[5483] netweb Improved inline docs readability for Grunt task `jshint`.
[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
[5485] johnjamesjacoby Add brackets to comparison in `bbp_is_single_forum()`.
[5486] johnjamesjacoby Pass `$topic_id` and `$forum_id` to relevant favorites and subscriptions filters. Hat tip DJPaul. Fixes #2651.
[5487] johnjamesjacoby Dedicated filters to allow manipulating of users who will receive subscription emails. Hat tip roysmyth. Fixes #2627.
[5488] johnjamesjacoby Change behavior of `bbp_check_for_moderation()` so empty `moderation_keys` no longer skips `max_links` check. Props netweb. See #2546.
[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.
[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.
[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.
[5492] johnjamesjacoby Missed a 'Reply To' reply title update. See r5490.
[5493] johnjamesjacoby Allow `class` attribute for `pre` tags in `bbp_kses_allowed_tags()`. Props netweb. Fixes #2657.
[5494] johnjamesjacoby Tweak `bbp-author-ip` styling, removing the font family and ensuring long IP addresses break correctly. Props netweb. Fixes #2675.
[5495] johnjamesjacoby Add reply status section to `form-reply.php`. Props netweb. Fixes #2644.
[5496] johnjamesjacoby Embetter Orwellian Newspeak used to describe sticky topics in `admin/topics.php`. Props netweb. Fixes #2622.
[5497] johnjamesjacoby Improve ID and classification in `form-topic.php` when forum is closed or user cannot create new topics. Props netweb. Fixes #2574.
[5498] johnjamesjacoby Update widget description in `BBP_Topics_Widget` to include topic newness. Props netweb. Fixes #2531.
[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.
[5500] johnjamesjacoby Clean up core `actions.php`. Props netweb. See #2645.
[5501] johnjamesjacoby Update phpdoc blocks in forum template functions. Props netweb. See #2645.
[5502] johnjamesjacoby Add pending topics to forum hidden topic counts. Props netweb. See #2645.
[5503] johnjamesjacoby Preliminary function support for un/approving topics. Props netweb. See #2645.
[5504] johnjamesjacoby Preliminary template support for un/approving topics. Props netweb. See #2645.
[5505] johnjamesjacoby Add pending status to search results for capable users wishing to view all results. Props netweb. See #2645.
[5506] johnjamesjacoby Preliminary function support for un/approving replies. Props netweb. See #2645.
[5507] johnjamesjacoby Preliminary template 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.
[5509] johnjamesjacoby Administrative support for un/approving replies. Props netweb. See #2645.
[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.
[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.
[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.
[5513] johnjamesjacoby Simplify topic & reply author role markup arguments, with backpat support. Props netweb. Fixes #2557.
[5514] netweb So `.gitignore` is whitespace sensitive. If you include trailing whitespace, git won't recognize your files.
[5515] netweb PHPDdoc corrections for topic and reply pending status approve and unapprove functions. See #2645
[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
[5517] netweb In bbPress 1.x converter add support for closed topics via improved method in r5425. Props netweb. Fixes #2125.
[5518] netweb Spelling typo in `bbp_toggle_reply_handler()`, in between words we use spaces.
[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.
[5520] netweb In `Example.php` importer use the correct `callback_forumid` callback for reply forum ID's.
[5521] netweb Use tabs not spaces for indentation in `Kunena1.php`
[5522] netweb In `Phorum.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
[5524] netweb In `phpBB.php` importer use the correct `callback_forumid` callback for reply forum ID's.
[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
[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
[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
[5528] netweb phpBB: Don't import phpBB search engine bot/crawler user accounts, e.g Google Bot, Bing Bot
[5529] netweb punBB: Don't import punBB's guest user
[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
[5531] netweb Add a leading slash to `phpunit.xml` in `.gitignore` to only ignore `phpunit.xml` in the root folder
[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
[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.
[5534] johnjamesjacoby Better ABSPATH check in `bbpress.php` stub loader.
[5535] netweb Vanilla2: Don't import Vanilla 2's deleted users
[5536] netweb Drupal7: Don't import Drupal 7's guest user
[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.
[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
[5539] netweb Include anonymous topic and reply import support in `phpBB.php` and `SMF.php` importers Props netweb. See #2347
[5540] netweb Drupal7: Add support for importing Drupal v7.x pending topics and replies. See #2645
[5541] netweb Include anonymous topic and reply import support in `Drupal7.php` importer Props netweb. See #2347
[5542] netweb Vanilla2: Include anonymous topic and reply import support in `Vanilla.php` importer 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
[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
[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.
[5546] netweb Include anonymous topic and reply import support in vBulletin 3 (`vBulletin3.php`) and vBulletin 4 (`vBulletin.php`) importers 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
[5548] netweb Include anonymous topic and reply import support in SimplePress 5 (`SimplePress5.php`) importer 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.
[5550] netweb Include anonymous topic and reply import support in XMB 1.x (`XMB.php`) and PunBB (`PunBB.php`) importers Props netweb. See #2347
[5551] netweb Include anonymous topic and reply import support in Phorum (`Phorum.php`) importer Props netweb. Fixes #2703
[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.
[5553] johnjamesjacoby Add support for `ins` HTML tag, to supplement existing `del` tag support. Props danielbachhuber.
[5554] netweb Include anonymous reply author name in `Drupal7.php` importer. Props netweb. See #2347
[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
[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
[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
[5558] johnjamesjacoby Improve form field output sanitization when posting theme-side forum/topic/reply content. Thanks planetzuda. See #2719.
[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.
[5560] johnjamesjacoby Match up arguments with parent class method to avoid notices. Props boonebgorges. Fixes #2718.
[5561] johnjamesjacoby Deprecate `tabindex` functions and their usages. Props joedolson. Fixes #2714.
[5562] johnjamesjacoby Missed removing a tabindex usage. See #2714.
[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.
Note: See TracReports for help on using and creating reports.