ThrawnCA
ThrawnCA
On a related note, `SortedBugCollection` checks the value of a boolean immediately after `assert`ing that it is false, which trips `UC_USELESS_CONDITION`. I think that this does represent a programming mistake,...
We actually started maintaining our s3filestore fork because we couldn't get the cloud storage plug-in to work. IIRC the issue was that it couldn't use an IAM role for its...
@vabatista Can you share any lessons learned from making the s3filestore plugin work? I'd be interested in fixing errors or better documenting requirements.
Needs a changelog entry, and the pull request description should check the box for updated documentation.
Is there a CAPTCHA properly integrated with the login process? The qld-gov-au fork has a reCAPTCHA integration working, if that would help.
> Captchas are easily broken and as human labor is cheap, even if email addresses were verified, spammers will find places to spam. Some will, yes. Others won't. Cheap is...
https://github.com/qld-gov-au/ckan/pull/152 has some optimisation based on not loading the Data column unnecessarily.
@wardi This has now changed thanks to input from @EricSoroos
When it comes down to it, almost any page can change if you log in or out, if only in the header. So caching ought to be invalidated if your...
@wardi There are probably more elegant ways to implement this, but I do think something like it is required. It's been working well on data.qld.gov.au for months now.