John-Scott Atlakson
John-Scott Atlakson
* Moved database connection parameters and other environment variables to an environment file * Added a persistent volume for the database (should solve #207) * Removed the version number from...
Previously, bots could and would stuff this form value with all kinds of nonsense, triggering a server error (and subsequent alert emails). Supersedes #47 and should fix #38
I encounter the following error any time I click 'Inspect' in the slow log column in the admin: ``` Failed to get object info for key b':1:views.decorators.cache.cache_header..46028733b0cc991a9c8dc77e1d589cbe.en-us.America/New_York': Command # 1...
We've noticed an odd issue with how React is handling search suggestions (disclaimer, I'm unfamiliar with React and there isn't a dist.js.map included so my debugging abilities are somewhat limited)....
Previously, results could be returned out of order so that the more specific results for the current query might be overwritten by results for the first character or two of...
This work in progress attempts to modernize and cleanup the docker configuration to address several issues. I've based this off two other open PRs I've created (#69 & #70) but...
Roadmap?
Is this meant for public use or is this an internal project at the moment? If it's meant for the public, there appear to be a few things hindering adoption...
This is an attempt to fix #25 At present, this only ensures that each linked reference will have a unique HTML `id` so that the back links on the footnotes...
Something similar to https://github.com/torchbox/wagtailmedia#contributing would be very helpful. I'm not very familiar with tox (beyond blindly following Contributing docs), but I was unable to run specific tests e.g.: ```shell tox...
The current implementation assigns an ID to ```` elements based on the _footnote's_ index. https://github.com/torchbox/wagtail-footnotes/blob/0a13e3757c8a435cd3add7131cd2d19fc9fb1cc8/wagtail_footnotes/blocks.py#L47 This leads to duplicate id values so that browsers (tested in Chrome and Firefox) will...