Stef Dawson
Stef Dawson
I still think the hack is dirty, but handy as an undocumented (or one day documented?) feature. I'd like a core tag for it, but adding _another_ conditional just for...
Side note, see makss' work with Modules for the [link tags](https://github.com/makss/textpattern/commit/25d5b8029b633db5dec6e6a5799ce466d9721cd5) and [link admin interface](https://github.com/makss/textpattern/commit/ba0c89724e66fce7ecec2b4706354d6976119965). It ties the link tags and the admin interface to a single pref: "Links on/off/hidden"....
For more completeness, a forum thread about commenting: https://forum.textpattern.io/viewtopic.php?id=33029.
Tagging https://forum.textpattern.com/viewtopic.php?id=50927 for completeness.
Quick note while I think about it for streamlining comments. Hardly a new idea, but how about this: * From the Edit Comment step (and possibly as an action in...
Actually, auto-accepting comments if you're logged in is trivial. See 0eb34de8. This doesn't introduce the 'reply' system (yet). But at least the ride is smoother if moderation is on and...
@bloatware @petecooper Tangential: `is_logged_in()` upon which this and other public 'security' features are built, relies on the cookie `txp_login_public` which is, from a cryptographic viewpoint, utter tits. We should look...
@tecumsehmaverick Yeah, I've avoided this. Thought about it more after I posted, and concluded that matching email address is fraught with assumptions I don't like. So the current implementation (in...
I'm happy to accelerate kicking out older PHP versions. OT: my current MAMP build (granted, it's a few months out of date now) isn't built with Imageick so I'm relying...