Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4933 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 (1401 - 1500 of 4933)

Changeset Author Message
[4650] bumpbot Compress scripts/styles: 2.3-bleeding-4650.
[4662] bumpbot Compress scripts/styles: 2.3-bleeding-4662.
[4669] bumpbot Compress scripts/styles: 2.3-bleeding-4669.
[4993] bumpbot Compress scripts/styles: 2.4-alpha-4993.
[5003] bumpbot Compress scripts/styles: 2.4-alpha-5003.
[5008] bumpbot Compress scripts/styles: 2.4-alpha-5008.
[4945] bumpbot Compress scripts/styles: 2.4-alpha-r4900-4945.
[5026] bumpbot Compress scripts/styles: 2.4-beta1-5026.
[5033] bumpbot Compress scripts/styles: 2.4-beta1-5033.
[3671] johnjamesjacoby Consolidate 'template_redirect' actions onto 'bbp_template_redirect' and add a more detailed note about them. Also rename tag 'manage' function to 'edit' to match other components.
[4967] johnjamesjacoby Consolidate global-access and default role into 1 line-item in forum settings.
[3169] johnjamesjacoby Consolidate theme compat functions and add more verbose phpdoc where appropriate. Use template_include filter instead of template_redirect action, and add support for incorrect usage of add_theme_support( 'bbpress' ). See #1524.
[3236] johnjamesjacoby Consolidate topic form access checks.
[5002] johnjamesjacoby Constans album spatium. Consistent whitespace handling of foreach usages.
[6676] johnjamesjacoby Content: Use correct `tabindex` array key vs. `tab`. This change corrects a debug notice when the TinyMCE toolbar setting is toggled off. Trunk, for 2.6. See r6424. Props vinod-dalvi.
[7208] johnjamesjacoby Content: add `post_parent` to forum & topic duplicate checks. This change limits the scope of "duplicate content" to its parent context, meaning that replies must be to the same topic, topics must be in the same forum, and forums must be in the same sub-forum (or root) to be considered a duplicate. This better implements the spirit of this feature which is to prevent accidental/unintended duplicates, and is not intended to simply prevent globally similar content by the same author. Props r-a-y, johnjamesjacoby. In branches/2.6, for 2.6.7. Fixes #3418.
[7207] johnjamesjacoby Content: add `post_parent` to forum & topic duplicate checks. This change limits the scope of "duplicate content" to its parent context, meaning that replies must be to the same topic, topics must be in the same forum, and forums must be in the same sub-forum (or root) to be considered a duplicate. This better implements the spirit of this feature which is to prevent accidental/unintended duplicates, and is not intended to simply prevent globally similar content by the same author. Props r-a-y, johnjamesjacoby. In trunk, for 2.7.0. See #3418.
[7124] johnjamesjacoby Content: add support for `wp_filter_content_tags()` in WordPress 5.5. This commit removes some deprecated function notices, while also adding ongoing support for filtered content tags. In branches/2.6, for 2.6.6. See #3384.
[7125] johnjamesjacoby Content: add support for `wp_filter_content_tags()` in WordPress 5.5. This commit removes some deprecated function notices, while also adding ongoing support for filtered content tags. In trunk, for 2.7. See #3384.
[3583] johnjamesjacoby Contextual help fixes. Fixes #1657. Props duck_
[3075] johnjamesjacoby Convert bbp-twentyten into a child theme for twentyten, reducing the size of the plugin file by almost half, eliminating code duplication, and avoiding inadvertently forking the twentyten theme only to support bbPress.
[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.
[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
[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
[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
[4400] johnjamesjacoby Converter: * Add '_bbp_old_forum_id' in converter so forums can be easily referenced. * Update groups-repair to use new 'old forum ID' key. * Props jmdodd. * Fixes #2024.
[3868] johnjamesjacoby Converter: * Add counts to bbPress 1.x forum and topic conversions * Run reply content through callback_html * See #1820
[3889] johnjamesjacoby Converter: * Add last active time to topics based on topic_time * See #1820
[3885] johnjamesjacoby Converter: * Add total topic and reply counts to bbPress 1.x forum converter * Fixes issue with forum counts in non-hierarchical forum setups * See #1820
[3865] johnjamesjacoby Converter: * Add translate_status method to bbPress 1.x * Map topic and reply statuses to bbPress 2.x schema * Passes correct post status so spam/trashed posts are not alive again * See #1820
[3891] johnjamesjacoby Converter: * Add user_nicename, user_status, and user_display_name to bbPress 1.x importer * See #1820
[3890] johnjamesjacoby Converter: * Add user_topic_count repair function * Fix incorrect meta key in user_reply_count repair function * See #1820
[3888] johnjamesjacoby Converter: * Add wpspin gif to top most conversion feedback * See #1820
[4007] johnjamesjacoby Converter: * Call bbconverter_run() inside bbconverter_start() to avoid code duplication.
[4141] johnjamesjacoby Converter: * Call bbp_admin() to create the admin object when converting passwords.
[3867] johnjamesjacoby Converter: * Clean up phpBB field maps * See #1820
[3869] johnjamesjacoby Converter: * Decode HTML entities in callback_html method * Fixes issues with bbPress 0.9 (and any legacy software that stored HTML pre-encoded) * See #1820
[3894] johnjamesjacoby Converter: * Filter admin menu for tabbed Tools navigation * See #1820
[3887] johnjamesjacoby Converter: * Fix incorrect callback to 'bbp_admin_repair_freshness' * See #1820
[4086] johnjamesjacoby Converter: * Fix issue with Invision converter causing replies not to be converted correctly. * Props netweb. * Fixes #1892 (2.1 branch)
[4085] johnjamesjacoby Converter: * Fix issue with Invision converter causing replies not to be converted correctly. * Props netweb. * Fixes #1892 (2.2 branch)
[3884] johnjamesjacoby Converter: * Fix issue with reply titles in bbPress 1.x * Fix issue with reply topic in bbPress 1.x * Rename "Recount" to "Repair" through wp-admin * Introduce "Reset Forum" tool * See #1820
[3875] johnjamesjacoby Converter: * Group Forum tools into h2 tabs * See #1820
[4072] johnjamesjacoby Converter: * Move convert_pass method into global scope, so passwords are converted anywhere. * Fixes #1886.
[4003] johnjamesjacoby Converter: * Pinking shears. * Run $field_list through array_unique() to remove duplicate fields. * Properly internationalize converter output strings.
[4430] johnjamesjacoby Converter: * Platform options is a string, not an array.
[3866] johnjamesjacoby Converter: * Remane 'translate' methods to 'callback' to avoid confusion with i18n functions * Improve maps of bbPress 1 converter * Fix incorrectly named keys in other converters * Whitespace and phpdoc fixes * See #1820
[4342] johnjamesjacoby Converter: * Remove 'bbp-' prefix from parser.php include. * Props nexia. * Fixes #2013.
[3864] johnjamesjacoby Converter: * Remove _converter_ from metakey names * Clean up code in base converter classes * Converter now partially functional * See #1820
[3893] johnjamesjacoby Converter: * Remove commented cruft from bbPress 1.x converter * Improvements to ajax and spinner * See #1820
[3886] johnjamesjacoby Converter: * Remove extra "Found" text from converter process * See #1820
[4000] johnjamesjacoby Converter: * Remove need for eval() call. * Code clean-up. * Type cast POST rows to integer.
[3873] johnjamesjacoby Converter: * Set topic ID for topics * Add inline doc to convert_table() method * Tweak bbPress 1.x field mapping * See #1820
[4047] johnjamesjacoby Converter: * Stop pre-loading database information in converter. * Originally to ease testing during 2.1 development. * Fixes #1879. * Props Omicron7.
[3872] johnjamesjacoby Converter: * Tabulate the recount and converter menu items * See #1820
[4090] johnjamesjacoby Converter: * Tweak bbp_user_maybe_convert_pass() with correct meta key. * Include missing BBP_Admin() class * Fixes #1886 (2.1 branch). * Props netweb, xiosen.
[4089] johnjamesjacoby Converter: * Tweak bbp_user_maybe_convert_password() with correct meta key. * Include missing BBP_Admin() class * Fixes #1886 (2.2 branch). * Props netweb, xiosen.
[3876] johnjamesjacoby Converter: * Tweaks to converter process * Rename "Recount" to "Repair" and point everything to it as needed * Add two new repair tools to recalculate the forum ID and topic ID for each post, based on the post_parent values * See #1820
[4055] johnjamesjacoby Converter: * Update verbiage of clean and restart checkboxes. * Audit usage of sync_table(), and make sure table is created correctly. * When deleting posts, check correct array items.
[3874] johnjamesjacoby Converter: * Use $_POST rows in process_callback() method so math matches * See #1820
[4160] johnjamesjacoby Converter: * Use sanitize_title() instead of sanitize_title_with_slashes(). * Fix issue with character encoding. * Fixes #1929 for 2.1 branch.
[4161] johnjamesjacoby Converter: * Use sanitize_title() instead of sanitize_title_with_slashes(). * Fix issue with character encoding. * Fixes #1929 for 2.2 branch.
[4008] johnjamesjacoby Converter: * Use type "password" on DB password input field. * Fixes #1858.
[3863] johnjamesjacoby Converter: * Whitespace fixes to bbPress1 converter * Fix incorrect fieldname * See #1820
[6669] johnjamesjacoby Converter: use WordPress smiley URL & path in default `callback_html()` method. This change makes sure that smiley paths and URLs are correctly converted inside of post content areas. Previous to this, the default `smiley/img.gif` path would be used, resulting in broken smiley images, even after conversion. Trunk, for 2.6.
[6600] johnjamesjacoby Converter: Add `halt` setting for stopping the importer when an error occurs. Next: implement in Converter.
[6631] johnjamesjacoby Converter: Add missing `_bbp_converter_convert_users` option key. Prevents debug notices when also converting user accounts from other platforms.
[6677] johnjamesjacoby Converter: Add toggle to show/hide the database password contents. This change provides a relatively sane middle-ground for insecure content warnings in the converter, by providing a button to toggle the `password` field back and forth to a `text` field. Ideally, in the future, there will be a legitimate way to do this. Trunk, for 2.6. See #3153.
[6789] johnjamesjacoby Converter: Call `bbp_setup_converter()` inside of `bbp_user_maybe_convert_pass()`. This change makes sure the admin-area converter files are included and instantiated from anywhere a user might be logging in from. This fixes a potential fatal error when trying to convert user passwords from old platforms to WordPress after a successful forum conversion has completed. Fixes #3191.
[6658] SergeyBiryukov Converter: Clarify `status_counting` label in Import Monitor. Props jrf. Fixes #3147.
[6632] johnjamesjacoby Converter: Clean user cache when converting a user's password field. This makes sure the user object is pristine on the subsequent request to it, fixing possible race conditions with authentication errors.
[6460] johnjamesjacoby Converter: Code improvements * Add "Skip" text for steps that are being skipped * Allow bypassing of importer halting on error * Update a few strings * Break some code from `process_callback()` method out into separate private methods
[6184] johnjamesjacoby Converter: Convert favorites & subscriptions to `postmeta` vs. `usermeta`. * Update table names * Support for comma-separated string values * Use strict comparisons where it makes sense to See #2959, #2668.
[6599] johnjamesjacoby Converter: Default values to `0` so converter starts correctly.
[6635] johnjamesjacoby Converter: Don't use `delete_option()` on converter options. Default option filters are breaking `update_option()` return values when options do not exist, so remove this optimization and save it for when a conversion is completed. This needs more looking into.
[6650] SergeyBiryukov Converter: Fix typo and improve wording of Database Settings section labels. Props jrf. Fixes #3143.
[6195] netweb Converter: Give `!` usages some breathing room.
[6679] johnjamesjacoby Converter: Improve `clean` logic when checking for deleted activity. This change fixes a condition where meta-data is out-of-sync with posts or users, resulting in a false assignment of `true` when there actually is no data to delete, and no data has been deleted. Now when this happens, the converter will proceed as intended. Trunk, for 2.6.
[6458] johnjamesjacoby Converter: Improve error responses and UX when converter halts.
[6448] johnjamesjacoby Converter: Introduce `bbp_get_converters()` to DRY the directory crawling code. Also allows converters to be filtered, should someone want to include their own in a plugin. See #3095.
[6638] johnjamesjacoby Converter: Introduce `update_query()` method, to help with updating the last query option. This abstracts the `update_option()` approach for future scrutiny.
[6640] johnjamesjacoby Converter: Make it all work again! * Send a response when a step is complete (to trigger the subsequent step) * Remove `min` class variable, and use `start` everywhere instead * Move giant step switch into a `steps` array instead (a lot more can be done here later) * Break apart a few private methods to make the call stack easier to follow * Store the `platform` for use in inherited objects later This commit makes the converter work again, tested against a few large database dumps from several platforms to confirm.
[6457] johnjamesjacoby Converter: Make sure the sync-table has a chance to be made on first run when not cleaning. Also default `$start` values to `1` in the event some empty value is erroneously passed through.
[6459] johnjamesjacoby Converter: More stylistic improvements * Use "Import Monitor" metabox vs. old ugly plain yellow `div` * Improve messaging around existing/incomplete import status/query/steps * `17` total steps is kind-of a bad guess, but better than nothing * Likely more can be done here in 2.7 as this matures in the public eye
[6456] johnjamesjacoby Converter: Multiple converter improvements * Move classes into their own files * Move `converter.php` into `/admin/tools/` * Escape output of translated strings where possible * Introduce `bbp_converter_db_connection_failed` error handler, in the event the origin database connection cannot be established * Sets `WP_SETUP_CONFIG` constant to `true` to control `$wpdb->db_connect()` bail from using `db-error.php` * Use `sanitize_text_field()` on database connection values * Invisibly default to `DB_` constants if database connection values are empty * introduce `convert_users` class parameter to limit direct touches to `$_POST` value * Smarter defaults for converter options
[6514] johnjamesjacoby Converter: Port changes proposed for 2.7 in for 2.6: * Add a timer UI to show the count down until the next step * Move converter settings into the normal options & settings arrays * Update fields, sections, & pages as needed * Update `converter.js` version to use `bbp_get_version()` * Make connection & options persistent across requests whenever possible, and trust the settings if settings change * Split steps up into private methods, out of the massive `do_steps()` method
[6447] johnjamesjacoby Converter: Refresh to registered settings * `ksort()` the Platform list, and exclude "Example" since it's not usable * Turn some `text` fields into `number` fields, with reasonable boundaries * Add `code` classes to database fields * Update some labels & descriptions Fixes #3095.
[6716] johnjamesjacoby Converter: Remove duplicate `class` attribute on DB password field.
[6833] johnjamesjacoby Converter: Remove unused argument in `clean()` method usage. See #3207.
[6130] johnjamesjacoby Converter: Set maximum key index length to 191. Fixes bug where table would not be created because `utf8mb4` character sets do not have room for that many bytes. (Also, pass query as an array into `dbDelta()` so it doesn't need to do the work for us anymore.) See #3026. (2.5 branch, for 2.5.12)
[6129] johnjamesjacoby Converter: Set maximum key index length to 191. Fixes bug where table would not be created because `utf8mb4` character sets do not have room for that many bytes. (Also, pass query as an array into `dbDelta()` so it doesn't need to do the work for us anymore.) See #3026. (Trunk, for 2.6)
[6472] johnjamesjacoby Converter: Styling updates * Move all admin CSS & JS into `/admin/assets/` * Introduce `converter.js` and refactor code out of `admin_head()` method * Move converter styling into `common.css` * Update some surrounding styling, verbiage, and mark-up to better handle errors and user feedback
[6471] johnjamesjacoby Converter: Styling updates * Move all admin CSS & JS into `/admin/assets/` * Introduce `converter.js` and refactor code out of `admin_head()` method * Move converter styling into `common.css` * Update some surrounding styling, verbiage, and mark-up to better handle errors and user feedback
[6634] johnjamesjacoby Converter: Tweak description of `restart` setting to better hint at what it does.
[6834] johnjamesjacoby Converter: UX improvements to import experience: * Move Monitor to upper-right * Move actions into Monitor * Make database fields read-only when importer is running * Add a spinner See #3207 for inspiration.
[6636] johnjamesjacoby Converter: Update `bbp_converter_status()` to use current step. When actually converting data, this step is only bumped when moving between major events, not minors.
[6491] johnjamesjacoby Converter: Update some strings for improved clarity. When a conversion is stopped, and later resumed, make sure the steps and verbiage are clear. Also switch from "Completed" to "Finished" since it's likely some repair steps are still necessary, and the conversion isn't technically "complete" until those are done too.
[6678] johnjamesjacoby Converter: Update the options labels and descriptions. This change should bring increased clarity to what the converter options are for. Trunk, for 2.6.
[6639] johnjamesjacoby Converter: Use `false` as the default value for some options. This ensures that `default_option_` values are still overloadable when converting.
[6633] johnjamesjacoby Converter: Use error control operator on `Internal_UpdateParamsForMissingEndTag()` Avoids polluting the php error logs if position is not byref.
Note: See TracReports for help on using and creating reports.