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

# Bug Report In 4.0.0, the Travis CI workflow which ported the built plugin to [the distribution repo](https://github.com/xwp/stream-dist) broke. It was removed in 4.0.1. The distribution repo is tied to...

bug
tooling

# Bug Report The changelog section in `readme.txt` is being truncated on wp.org because it is too long. As part of this, check the text shown in the readme.txt otherwise...

documentation

Fixes #1565 This fixes the issue about the changelog in `readme.txt` being too long in the WordPress plugins repo. It adds `changelog.md` so that it's easy to link to on...

documentation

Fixes #1520 This updates the action links to be blog specific and does not show them if the user can't view the linked page or if BuddyPress is not active...

bug

Also fixes a whitespace linting issue in an unrelated file. Fixes #1476. This adds a filter to set how many records are exported. # Checklist - [ ] Project documentation...

enhancement

Fixes #1504 Documents the `wp_stream_log_data` filter in the code. # Checklist - [x] Project documentation has been updated to reflect the changes in this pull request, if applicable. - [x]...

documentation

Fixes #1386 This adds the Two Factor plugin connector. It is based on [WP.org's connector here](https://github.com/WordPress/wporg-mu-plugins/blob/trunk/mu-plugins/plugin-tweaks/stream/class-connector-two-factor.php) with minor changes: it removes the WebAuthn plugin actions and logs when the provider...

enhancement

# Feature Request It is would be nice feature to have a possibility to configure plugin without being authorized in admin panel and checking settings manually. Primarily such approach helps...

enhancement

# Bug Report The action links on BuddyPress log entries do not link to the correct site on the Network Stream log. ## Expected Behavior They should link to the...

bug

Fixes #1222 This changes the hook used for watching for post updates to `post_updated` and uses `set_object_terms` to watch for term changes. The idea is that everything which triggered or...