James Ducker

Results 5 issues of James Ducker

See this screenshot: ![](https://i.imgur.com/isZCBnY.png) It seems like it's a known shortcoming of Chart.js's bezier function, but there are a couple of fixes written-up in the issue comments for charts where...

Bug is here: https://github.com/vanilla/vanilla/blob/8b460a8d64df77f5bb1ce7a1b4e2b09efb3a38f6/library/Vanilla/ImageResizer.php#L347 Expected function signature: `exif(string $source, int $imageType)` Actual function signature: `exif(string $source, string $imageType)` This bug breaks EXIF image rotation (and probably other EXIF functions too...

Status: Stale

Between Vanilla 3.3 and the current 2021.012 release, moving discussions between categories has stopped working. To reproduce, as an admin, attempt to move a discussion from one category to another....

Status: Stale

https://github.com/vanilla/vanilla/blob/8b460a8d64df77f5bb1ce7a1b4e2b09efb3a38f6/library/core/class.email.php#L451 This line is encoding the e-mail subject line. In cases where there are characters to escape (in my test it is usernames with underscores in them) the subject lines...

Maybe I am missing something here, but it looks like the config options to set the API base host doesn't take effect. I know the settings file is being picked...