Skip to:
Content

bbPress.org

{33} Commit Messages, Current Release (4787 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 (1301 - 1400 of 4787)

Changeset Author Message
[4566] johnjamesjacoby Code Improvement: * Remove 1 time use variable from version bump.
[4250] johnjamesjacoby Code Improvement: * Remove bbp- prefixes from admin files. * Adjust include paths. * See #1975.
[4331] johnjamesjacoby Code Improvement: * Revert part of r4258. * Cast as int instead of using absint() * Fixes regression that broke existing bbPress plugin (hierarchical replies.) * Fixes #2008.
[3954] johnjamesjacoby Code Improvement: * Revert r3950 and move bbPress class arrays back into their own variables to prevent by-reference errors.
[4280] johnjamesjacoby Code Improvement: * Straighten the teeth in template-tags.php. * Add braces to all of the things. * Hat-tip westi the dentist.
[3955] johnjamesjacoby Code Improvement: * Turn bbPress::extend into an stdClass in setup_globals. * Add phpdoc to bbPress::data variable with verbose explanation of how it works.
[4279] johnjamesjacoby Code Improvement: * Use esc_attr_e() in place of _e() is some obvious places. * See #1999.
[5641] johnjamesjacoby Code Improvement: * Add `$Id$` Subversion keyword property to `/src/bbpress.php`. * Hat tip netweb. See #1851.
[3702] johnjamesjacoby Code clean-up in bbp-common-functions.php: * Avoid accidental inline assignments * Add bbp_get_global_post_field() function, for use in forms and editing
[3710] johnjamesjacoby Code clean-up in bbp-forum-template.php.
[3701] johnjamesjacoby Code clean-up in bbp-functions.php: * Remove unused $bbp globals * Add defaults to optional bbp_filter_sample_permalink() params * Avoid accidental inline assignments
[3709] johnjamesjacoby Code clean-up in bbp-reply-template.php.
[3708] johnjamesjacoby Code clean-up in bbp-topic-template.php.
[3707] johnjamesjacoby Code clean-up to template tags. Add more helpful classes to loop rows. Cast some more retvals. Fixes #1727.
[3315] johnjamesjacoby Code cleanup from r3313.
[3516] johnjamesjacoby Code formatting improvements to 'pre_get_posts' actions. Remove unused $bbp globals.
[3545] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices.
[3574] johnjamesjacoby Code formatting improvements to bbp-topic-functions.php and prevent possible debug notices. See r3445. (2.1)
[3699] johnjamesjacoby Code formatting improvements to bbp-user-template.php.
[3544] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure.
[3573] johnjamesjacoby Code formatting improvements to bbp_toggle_reply_handler() and prevent possible debug notice on $failure. See r3544. (2.1)
[6907] netweb Coding Standards: Add missing trailing semi-colon from [6893]
[3031] johnjamesjacoby Commit bomb of changes to bbp-twentyten to further abstract out template parts for improved shortcode usage and theme_compat for themes that do not explicitly support bbPress.
[3250] johnjamesjacoby Commit bomb of improvements to the breadcrumb. Checking for topic views, forum and topic archives, and do not check if the root slug is included in the URL. Add breadcrumb to forum archive and topic archive, since they exist one level deeper than the "Home" page. Add template tags to handle the forum/topic archive titles, which use a corresponding page title if one exists, and fallback to the post type label 'name' if not.
[3241] johnjamesjacoby Commit bomb of updates to breadcrumb logic: Switch from parameters to a parse args array. Switch from template part to function. Add before/after HTML arguments. Add missing breadcrumb to reply-edit, view, and topic-tag templates. Add home link logic. Add filters on breadcrumb items. Add quick-bail filter at the beginning of breadcrumb function.
[3032] johnjamesjacoby Commit bomb, round 2. Similar to r3031, this includes a host of new functions for handling theme compatability for themes that do not explicitly support bbPress. Also introduces BBP_Shortcode class as handler for all shortcodes going forward.
[6013] johnjamesjacoby Common group.
[3902] johnjamesjacoby Common: * Audit _is_ functions and make sure they return and filter correctly. * Add descriptions to phpdoc headers of common files.
[5788] netweb Common: Include `bbp_get_pending_status_id()` post status for topic and reply post type cases in `bbp_get_all_child_ids()` and PHPDoc fixes including addition of missing `@since` revision Props netweb. Fixes #2810
[5730] johnjamesjacoby Common: Additional type-casting in query functions. Ensures direct query results return a consistent, testable value. Props thebrandonallen, netweb. See #2801.
[6097] johnjamesjacoby Common: Improve title output strings for friendlier i18n. Props @SergeyBiryukov. Fixes #2852.
[5739] johnjamesjacoby Common: Improve type-casting return values in query functions. Props thebrandonallen, netweb. See #2801.
[6302] johnjamesjacoby Common: Introduce `bbp_number_not_negative()` and use it in the following ways: * Register the relevant meta-data keys for posts & users, so updated values can never be invalid * Filter return values for existing database values that might be invalid on existing installs * Use in place of `intval()` or `(int)` casts where negative values should not exist This has the added benefit of introducing the `bbp_register_meta` hook, for future meta-data registrations (of which bbPress has much of.) We'll concentrate on counts for 2.6, and integrate IDs and timestamps in future releases. See #3059.
[5685] johnjamesjacoby Common: Login actions: * Extract functionality from `bbp_wp_login_action()` into a getter: `bbp_get_wp_login_action()` * Update arguments in`bbp_get_wp_login_action()` to include optional `url` override * Pass original `$args` into login action filter * Also improve support for empty separator in breadcrumbs
[6298] johnjamesjacoby Common: Move formatting functions into `formatting.php`.
[6328] johnjamesjacoby Common: Remove `nofollow` from tests. See #3067.
[6301] johnjamesjacoby Common: Switch from `absint()` to `intval()` to avoid integer inaccuracies. See #3059.
[6313] johnjamesjacoby Common: Update `bbp_rel_nofollow_callback()` to match latest approach in WordPress. bbPress continues to have its own version to support this on output vs. pre-save. Fixes #3067.
[5790] netweb Common: Updated PHPDocs for `bbp_get_public_child_ids()`
[6016] johnjamesjacoby Common: Use `bbp_make_clickable()` in `bbp_make_clickable()`. In r6014, changes to support faster, better @-mentions mistakenly continued to use `make_clickable()`. This fixes that regression, and allows for smaller chunks of large topics & replies to continue to use bbPress's internally optimized clickable API.
[5711] johnjamesjacoby Common: Use `esc_url()` in `bbp_redirect_to_field()` and late escape for clarity.
[6711] johnjamesjacoby Common: add some sanity checks to cache priming helpers. This change adds more checks to avoid caching post & post author data that may have been deleted since the IDs were last sourced from the database. We also remove a call to `get_post_field()` to reference the local object directly. This adds an `empty()` but removes a more complex function call when we already have the post in local scope anyways. Fixes #3166. Props thebrandonallen.
[6700] johnjamesjacoby Common: also prime post author caches. This change introduces another performance tweak to `bbp_has_topics()`, `bbp_has_forums()`, `bbp_has_search()`, and `bbp_has_replies()`, by pre-cache'ing the post author objects for what is known to be their imminent usage in the current template loops. This change also renames the function & parameter introduced in r6698 to better fit existing naming conventions in WordPress. See #3163.
[6782] johnjamesjacoby Common: avoid debug notices in `bbp_past_edit_lock()`. Props SergeyBiryukov. Fixes #3188.
[5907] johnjamesjacoby Common: bring `bbp_verify_nonce_request()` up to speed with improvments in BuddyPress. See #buddypress6528. Props r-a-y.
[6673] johnjamesjacoby Common: cast return value to `array` in `bbp_pre_get_posts_normalize_forum_visibility()`. Trunk, for 2.6. See #3031.
[6814] johnjamesjacoby Common: introduce `bbp_get_post_types()` and use where appropriate. Fixes #2769.
[6760] johnjamesjacoby Common: introduce `bbp_get_url_scheme()` to simplify 'https' vs 'http' scheme concatenation. This change improves code flow and reduces complexity by eliminating the number of inline `is_ssl()` checks necessary when URLs are being generated.
[6440] johnjamesjacoby Common: introduce `bbp_has_shortcode()` to check if some text contains a bbPress shortcode. If a shortcode was found in the global post content, a few extra things will happen: * The `bbp-shortcode` class is added to the `body` tag * `is_bbpress()` will now return `true`, to help enqueue additional styles & scripts on those pages in themes that want to support bbPress natively Fixes #2996.
[6299] johnjamesjacoby Common: prefer `intval()` over `absint()` for reply IDs in form fields.
[6698] johnjamesjacoby Common: prime last-active post caches. This change introduces a performance tweak to `bbp_has_topics()`, `bbp_has_forums()`, and `bbp_has_search()`, pre-cache'ing the last-active post objects for what is known to be their imminent usage in the current template loops. See #3163.
[6719] johnjamesjacoby Common: remove redundant calls to `bbp_number_not_negative()`. This change decreases the filter priority of out-of-range prevention from `10` to `8`, and also adds filters to pre-formatted values in lieu of hard-coding this function into each individual count getter. This allows plugins to unplug this check more easily, and makes sure each value is only checked once for each call instead of occasionally twice in a row.
[6765] netweb Composer: add an end-of-file new line to `composer.json`
[4204] bumpbot Compress scripts/styles: -2.1.2-4204.
[4357] bumpbot Compress scripts/styles: 2.2-beta1-4357.
[4383] bumpbot Compress scripts/styles: 2.2-beta2-4383.
[4421] bumpbot Compress scripts/styles: 2.2-rc2-4421.
[4468] bumpbot Compress scripts/styles: 2.3-bleeding-4468.
[4479] bumpbot Compress scripts/styles: 2.3-bleeding-4479.
[4514] bumpbot Compress scripts/styles: 2.3-bleeding-4514.
[4580] bumpbot Compress scripts/styles: 2.3-bleeding-4580.
[4585] bumpbot Compress scripts/styles: 2.3-bleeding-4585.
[4612] bumpbot Compress scripts/styles: 2.3-bleeding-4612.
[4624] bumpbot Compress scripts/styles: 2.3-bleeding-4624.
[4635] bumpbot Compress scripts/styles: 2.3-bleeding-4635.
[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.
Note: See TracReports for help on using and creating reports.