jools-r

Results 23 comments of jools-r

`config.php` is another candidate. The multisite setup does this to a degree with separate `public`, `private` (config, templates (in the pre-themes days), maybe then also plugins etc.), and `admin` directories.

Oh, you are right. I didn't realise that is the current behaviour of the Redcloth syntax. Thanks for the clarification. And I think your suggestion of adding it to the...

> Pick a prefix, apply to everything. It works for Automattic, so we'll probably be just fine. Viz: Just came across [Bedrock](https://roots.io/bedrock/), an alternative WP setup that employs a quite...

Thanks for adding that. Just one thing: might I/this have inadvertently affected how gTxt strings are passed through in the email body? I only saw it flash by in testing...

@philwareham: No problem, have a nice weekend! The added html-type class to the container might be useful anyway. And perhaps with Philippe's improvements, it's an easy gain? @phiw13: I like...

> Keyboard users shouldn't have a problem > Yes, jQuery UI retconned the aria states and roles onto the labels I believe. CSS alone is not enough. Tabbing and left...

Granted it's not as compact from a CSS point of view, but adding the html-type as a class to the `.txp-form-field` container is easier than adding it to `.txp-form-field-value`: Change...

True. Good point. Maybe use a css-sanitized version of the function name of the `$input` attribute in [line #927](https://github.com/textpattern/textpattern/blob/dev/textpattern/lib/txplib_html.php#L927). Then nothing would need passing to the function. Something like `strtolower(str_replace('_',...

Thanks Philippe and Phil! I agree, jQueryUI is overkill. Most of the demos I found when I looked around were for toggles based on checkboxes whereas here we have two...

I wanted to mention this too. Likewise `QuotaExceededError: The quota has been exceeded` in Safari 15 and still working on Brave (i.e. Chrome).