Stéphane

Results 9 issues of Stéphane

the range slider used by Custom Metadata does not work correctly in Chrome on OS X. The handle for the slider doesn't display correctly, so its difficult to slide. More...

Since everything is moving to forced https we should flag when http is hardcoded. Things should always be protocol agnostic as much as possible. (Even if their primary domain is...

This is a copy paste of a patch that was worked on for a while with these features. See ZD 27099 for more info: ``` diff diff --git a/includes/class-syndication-wp-rss-client.php b/includes/class-syndication-wp-rss-client.php...

type: enhancement
Priority::Medium

Adding http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd to schemaLocation to pass XML validation

# Steps required to reproduce the problem 1. Have a large sites with hundreds of concurrent views 2. Update the instant-articles-option-publishing option (which deletes all the meta_keys that act as...

type: enhancement

``` if ( $hash != $this->query_vars_hash ) { $this->query_vars_changed = true; $this->query_vars_hash = $hash; } ``` In class-es-wp-query-wrapper.php probably won't work as intended since they are set as private in...

This query is slow on sites that have very large number of posts since SQL_CALC_FOUND_ROWS is slow to process. (using no_found_rows => true would also alleviate the problem)

Right now it's impossible to turn off Solr for specific types of searches. Another considered solution was to allow for $query->get( 'solr_integrate' ); to be set to false and have...

In some cases it is useful to have a more granular control over what post_meta is shown to the end user. Or modify some values before showing them to the...