stream icon indicating copy to clipboard operation
stream copied to clipboard

๐Ÿ—„๏ธ Stream plugin for WordPress

Results 173 stream issues
Sort by recently updated
recently updated
newest added
trafficstars

Potentially fixes #1056. We discovered an issue where some defaults were saved to the database but not the complete set of fields. This meant that unless fields such as `general_records_ttl`...

# Bug Report I see an error when I try to access Streamโ€™s settings page from the site dashboard even though I am a Super Admin. I have no problems...

# Bug Report ## Expected Behavior I expect to be able to filter by a custom post type, and also to be able to exclude based on a custom post...

# Feature Request As I see you are already using `\WP_Stream\DB_Driver_WPDB`, which can be be made pluggable. ref: https://github.com/xwp/stream/blob/3.9.1/classes/class-db-driver-wpdb.php#L13 So for starters, something like this: before: ```php public function __construct()...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | ansi-regex | [`3.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/ansi-regex/3.0.0/3.0.1) | | ansi-regex | [`4.1.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/ansi-regex/4.1.0/4.1.1) | ### GitHub...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.55.0` -> `^8.57.0`](https://renovatebot.com/diffs/npm/eslint/8.55.0/8.57.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@wordpress/eslint-plugin](https://togithub.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin/README.md) ([source](https://togithub.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin)) | [`^15.1.0` -> `^18.0.0`](https://renovatebot.com/diffs/npm/@wordpress%2feslint-plugin/15.1.0/18.0.0) |...

Fixes #947. The metadata that can be stored along side records is burried in the `stream_meta` table. This make the data accessible in the table. ![metadata-display](https://github.com/xwp/stream/assets/203408/709e9082-917d-46e8-bab8-2a0e7f373c84) # Checklist - [...

# Bug Report ## Expected Behavior Clicking publish post doesn't generate a fatal error. ## Actual Behavior Clicking publish triggers a fatal error. ## Steps to Reproduce the Problem 1....

โ€ฆ because passing 'strlen' as a callable caused warnings on null values. Fixes #1349. The previously-merged commits did not, in fact, fix this issue. Null values were being passed through...