Stef Dawson
Stef Dawson
I'll take this and roll in some of Adi's code. It's an easy win for 4.9 I think.
I'm fine with leaving it in so plugins can put stuff down there.
Not tried the preview yet, but the progress bar is ace. Top work, sir!
Usually, you specify a pattern with delimiters, which is probably why it worked when you added the dollar and caret. It might have thought the slash was a delimiter and...
Actually, yeah, is it worth having a /release-notes section on .com as a long-tail archive of everything that's been done? Easy to set up with a bunch of articles in...
Ah right, okay so you were thinking of a single release notes page containing a link to the repo's HISTORY.txt. That would also work. Doesn't have the SEO 'refreshability look...
I've hopefully trapped regular spaces, tabs(?) and nbsp in e4cb82f, and converted them to underscores. This also affects Page, Form and Stylesheet names so please check it works okay and...
Thanks for testing. In which case, we need to do more here to defend against such characters. Leave it with me.
We should just change the sanitizeForFile function. Then it would apply system wide. Not exactly backwards compatible but if anyone is using non ASCII characters for filenames, they'll have issues...
Good catch. Will fix.