Fix wikis with numbers in the name #3
Loading…
Reference in a new issue
No description provided.
Delete branch "blankie/breezewiki:number-title"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fe60579a53/extensions/wikia/CreateNewWiki/CreateWikiChecks.php (L112)
Fixes https://lists.sr.ht/~cadence/breezewiki-discuss/%3C814ef2a8-2e91-dcaf-f0c1-805cc1478198%40riseup.net%3E
Thank you so much, and extra credit for searching out the Wikia legacy source for their wiki naming rules.
Do you think we should put this
[a-zA-Z0-9-]{3,50}
regular expression fragment somewhere, since it is referred to several times? For example, in Bibliogram, I put some regular expressions here: https://git.sr.ht/~cadence/bibliogram/tree/master/item/src/lib/constants.js#L244I think application-globals would be a good spot to put frequently used regular expressions.
Sure