stream
stream copied to clipboard
🗄️ Stream plugin for WordPress
# Bug Report ## Expected Behavior Save Gravity form without any errors. ## Actual Behavior Save Gravity Form and get an error "There was an error saving your form. To...
# Bug Report ## Expected Behavior The user object would be checked before attempting to use any fields or values. ## Actual Behavior Get user is used to get a...
# Bug Report The issue is inside [`\WP_Stream\CLI->query()`](https://github.com/xwp/stream/blob/4fb568dcc82bd8a7102e74c2a60fa5cd9493216c/classes/class-cli.php#L129): ``` $records = wp_stream_get_instance()->db->query( $query_args ); // Make structure Formatter compatible. foreach ( (array) $records as $key => $record ) { $formatted_records[...
- Deprecate Vagrant and use only Docker. - Replace Travis CI with GitHub Actions. - Replace Docker Hub with GitHub Packages for custom Docker image hosting. # Checklist - [...
# Bug Report ``` Fatal error: Uncaught Error: array_merge() does not accept unknown named parameters in wp-content/plugins/stream/connectors/class-connector-widgets.php on line 300 Call stack: array_merge() call_user_func_array() wp-content/plugins/stream/connectors/class-connector-widgets.php:300 WP_Stream\Connector_Widgets::handle_widget_removal() wp-content/plugins/stream/connectors/class-connector-widgets.php:178 WP_Stream\Connector_Widgets::handle_sidebars_widgets_changes() wp-content/plugins/stream/connectors/class-connector-widgets.php:144 WP_Stream\Connector_Widgets::callback_update_option_sidebars_widgets()...
# Bug Report ## Expected Behavior When exporting logs as a CSV, all data should be well-formed. ## Actual Behavior When any field value contains a comma, the CSV is...
# Feature Request I would like to see a Stream Activity Gutenberg Block. By default it can show a list of stream activity, maybe in list format. I would also...
Fixes #1343 . Describe your approach and how it fixes the issue. # Checklist - [X] Project documentation has been updated to reflect the changes in this pull request, if...
# Feature Request When investigating an issue in the audit log it's often important to know at what time it happened, and be confident in that time. It appears that...
# Feature Request When exporting audit logs via CSV or JSON, the related object ID (eg post ID, user ID, site ID, term ID, etc) is not included in the...