summaryrefslogtreecommitdiff
path: root/tests/NicknameTest.php
AgeCommit message (Collapse)Author
2010-11-29Add Nickname test cases for @-reply regexes in common_find_mentionsBrion Vibber
2010-11-29Nickname class to encapsulate validation & common regexes for nickname formats.Brion Vibber
This provides initial infrastructure for decoupling display names from internal canonical names, but continues to have us storing and using the canonical forms. It should be/become possible to provide mixed-case and underscore-containing names in links, @-mention, !-group, etc, but we don't store those alternate forms generally.
2010-11-29Work in progress on nickname validation changes. lib/nickname.php appears to ↵Brion Vibber
have been destroyed by NetBeans and will be rewritten shortly. Sigh.
2010-11-29Start on some nickname-validation test cases: several of these fail right ↵Brion Vibber
now because we had regressions in 0.8 or 0.9 where we lost normalization of uppercase and some other chars.