Results 224 comments of etc
trafficstars

Once `tab-size` css rule is adjusted in themes, this can be closed, I think. Use `Shift+Space` to indent.

Hi @philwareham, `tab-size` needs to be set for `textarea`, but your current rules seem to apply to `pre`. 4 would be a good value imo.

The default theme uses 4 spaces indents, fwiw. Two might be less readable. Poll?

Use global `escape="textile"` where needed. Closing.

From a quick test, views look rather slower than the whole `txp_lang` table. So it goes.

Login errors seem to be gone after [this commit](https://github.com/textpattern/textpattern/commit/ce439fad7361c91880d91fe967cb01fc48a58f37), though I do not know what the removed code was for and hope nothing is broken. Please test who can.

You'd probably rather use `input` event than `keyup`?

I'd leave it with the browser client-side if it works in all browsers. Less event handlers - faster UI.

There is no real problem updating a counter on `input`, nobody tapes 1000 characters per second. But I'd say, if you often reach the limit, then the field is undersized.

Revisiting this issue, I'd suggest that we switch the default `searchall` value from `1` to `0`, so `?s=test&q=tutorials` would restrict the search to `test` section by default. This would be...