Paul Biron

Results 49 issues of Paul Biron

this PR addresses #474 in a slightly different way from my previous PR.

type:enhancement
collector:http

## Is your feature request related to a problem? Suppose I have the following code: ``` $variable = 'foo'; $my_array["a_string_{$variable}"] = 'bar'; ``` This results in the following error message:...

Type: Chores/Cleanup
Component: Core
Status: good first issue

Per the suggestion in https://core.trac.wordpress.org/ticket/34883#comment:3, I'm opening this issue so that WP's `wp_remote_request()`, etc can more easily use client certs. And while not mentioned in the Trac ticket, there is...

Type: enhancement

The zip download at [dubrox.github.io](https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/archive/latest.zip) contains version 1.6.4 of `jquery-ui.multidatespicker.js` instead of the current version 1.6.6 You should update that zip, because I just spent about 2 hours tracking down...

Looking in [Plugins Trac > trunk](https://plugins.trac.wordpress.org/browser/wp-crontrol/trunk) I notice that the `svn:ignore` property includes `vendor`. The same seems true of all the existing branches. ![wp-crontrol-svn-ignore-vendor](https://user-images.githubusercontent.com/3824560/178163307-b155d07a-fb1e-4937-8d49-b53b3b14304f.png) Not 100% sure, but I think...

When doing a small import it is no problem searching through the output of the log section of the **Step 3** screen to find any failures/warnings. However, when doing an...

Per a [request from matt](https://wordpress.slack.com/archives/C02RQBWTW/p1504729153000057) during today's core dev_chat, it might be useful to allow uploading a zipped WXR file for import. The request came up during a discussion of...

Each browser styles HTML5's `` differently; in particular, the color used for the "filled in" part of `` is different between browsers. It would be good if the color of...

Addresses #134. This uses the [DataTables jquery plugin](https://datatables.net/) to sort/paginate log messages. DataTables is very configurable, and others may have different preferences for how to configure it, but I think...