Duncan Cameron

Results 56 comments of Duncan Cameron

I agree with @jjthiessen that the php documentation looks to be incorrect, or at least does not match my own tests > Like MYSQLI_CLIENT_SSL, but disables validation of the provided...

This looks to be incomplete. Somewhere there is a list of pages that can be called from the command line, so the new page would need to be added to...

@hedrickbt Apologies, I had intended to reply sooner. I have tested the change and the two points I made are valid You must have added an entry for the new...

The code that checks for updates to plugins is specific to GitHub, function getLatestTag().

Just to be clear, cron-job.org is requesting a URL with the `secret` parameter , e.g. `https://mysite.com/lists/admin/?page=processqueue&secret=XXXXXX` The Received header identifies the IP address of the person running the processqueue page...

Looks to be overflow due there not being a suitable character for the browser to break the long string. This can be handled by using word-break: break-all https://developer.mozilla.org/en-US/docs/Web/CSS/word-break Here's an...

@michield I looked at the css styles for the Trevelin them and could find little specific styling for the `listingname` class, only a couple for the home page in phplist-ui-bootlist/less/legacy.less...

This functionality can probably be implemented in a plugin using the messageHeaders() method. See file admin/defaultplugin.php.

@samtuke There isn't any html as such in the header, it is just plain text. @jd440 Please can you explain how this is meant to work? The code is a...

> Of course i will be happy to provide a better commit if you interest to merge it. Please do that first. I had to manually break this line into...