etc
etc
I would - allow for `custom_n` attributes as alternative to `cfname`. These are unambiguous (unlike dumbed-down names) and users are already using them in `sort`. - still allow for `cfname`...
Not sure we can do more in pre-CF branch. As long as it is not intended to be used as article filter, `sort` is a valid cf name. Close after...
> Firefox doesn't give the most useful default experience if you try and make a custom field with a reserved word. "Please match the requested format" is a bit obtuse,...
This looks tricky. Most db servers use case-insensitive collations by default, so, say, `Category1='aNiMaLS'` db query matches `animals` category which is thus accessible via `?c=aNiMaLS` URL. But internally core caches...
Delegated to https://github.com/textpattern/textpattern.github.io/commit/9cd6eacff913b5731a4e8e2d427db9e035d28782
`Title (comments_count)` pattern would be inconsistent with `Parent deleted (ID)` that is already in use.
> The main reason for using a third-party file uploader was a demand to bypass the server max upload size limitations. This is usually done via chunked uploads, so any...
It would also add 7Mb of php/js to txp, are we ready?
Please test [this](https://github.com/textpattern/textpattern/commit/7f1e30e236cc749a71ac64d66c5eab905bee7b5b) with a really large file/image.
I'm slowly reworking the upload progress indicators and need your help. Now every file can have its own upload progressbar. I have added a voluntary dirty 'template' at the beginning...