Jamie Burchell
Jamie Burchell
It seems that there's no mechanism in place to purge old/expired cache entries. I'm using the Doctrine file system storage adaptor and I've run in to a situation where the...
Setting the "Cache-control" header twice overwrites the first because CI's default "$replace" parameter in CI_Output::set_header is TRUE. The side effect of this is pages are not revalidated when navigating browser...
The version including the promise appears to be the full-fat version which supports more than just text. I only need to support text in my project, but also old browsers....
Just a suggestion for a smoother upgrade path - why not detect the presence of an already existing `.dep/releases` file to determine the last release number from v6.x and then...
### Summary When installing AnchorCMS in a sub directory (/blog) and dragging in an image in to the Markdown editor, the code entered is: `` It appears that...
Steps to reproduce the issue: Create a PDF containing around 30 blocks of paragraph text, each with a single image floated right. After several pages the text stops flowing around...
### Problem Description When opening a TS file (H.264 / AAC LC from DVB-T2 stream) with output set to MKV, AAC Pass Thru option is missing. After running the file...
In pages using Mootools and where the plugin is used within CKeditor, any Mootools code on the page is broken by the plugin. My best guess would be $ is...
## Bug report ### Describe the bug HTML entities in title tags are getting double encoded. ### Screenshots Here are some links or screenshots to help explain the problem: ...
According to the Symphony docs, it's possible to pass an array to the placeholder attribute to set a placeholder on the day/month/year input fields of a date type: > Alternatively,...