Stefano Ottolenghi

Results 10 issues of Stefano Ottolenghi

There seems to be some weird issue with boundary refinement through the addition of a boundary layer. If the line along which to refine is too long, the refinement will...

Photon does not run in the post editor. For this reason, if an intermediate size image path is used, it will not be parsed in any way, it will just...

Fixes #551. Bulk edit of coauthors has been disabled for a long time. This PR finishes work initiated by https://github.com/psaikali/Co-Authors-Plus/commit/2ac1afbacaec965bbd35bbdd569b8eeb3c160c03 and makes it fully working, by actually updating the coauthors...

Type: enhancement
Status: needs testing

Without CAP, it's possible to bulk edit post author: ![wo cap 2](https://user-images.githubusercontent.com/7880569/42264647-8cf2e222-7f71-11e8-9097-7f27ac080750.png) With CAP active, the field vanishes and no coauthor field is added in replacement: ![w cap](https://user-images.githubusercontent.com/7880569/42264667-9a555e36-7f71-11e8-9f95-f4d68d70a8e8.png)

Status: has patch

`wp co-authors-plus create-guest-authors` will create guest authors profiles for all WP users, including subscribers, which we wouldn't want to ever add as coauthors, and uselessly pollutes the database.

Type: enhancement
Status: has patch

Right now, the plugin does not uninstall itself at all. We may want to create a `uninstall.php` file that removes all plugin records from database to avoid leaving it cluttered...

enhancement
has-patch

It may be nice to include a template tag to allow display of co-authors with their details, in particular their description (i.e. their bio). As posted in [this issue on...

Type: enhancement

A good number of tests are failing in master due to these two commits: https://github.com/Automattic/Co-Authors-Plus/pull/544/commits/8e2df320af0073cbbd74ab5b11f6f3e43daa2067 https://github.com/Automattic/Co-Authors-Plus/pull/544/commits/6509556c2b62e2832bed8ba06c33895e808650bf ![screenshot from 2018-08-15 10-09-45](https://user-images.githubusercontent.com/7880569/44140887-657212e0-a073-11e8-9f90-4abedb10391e.png) The issue arises from the fact that now every WP...

needs-investigation
Priority::Medium

Quoting from the [Google Analytics Data for PHP](https://github.com/googleapis/php-analytics-data) repo: > This component is considered beta. As such, it should be expected to be mostly stable and we're working towards a...

Fixes #69. Implements `wp_mail` and `pre_wp_mail` hooks as vanilla WordPress has.