Added the possibility for Sanitizer::escapeId to validate the first character of...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 31 Aug 2007 04:43:56 +0000 (04:43 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 31 Aug 2007 04:43:56 +0000 (04:43 +0000)
commitd9f54d034faffed2dc520b300b01845eba7564a7
tree0557a7121044038126fc164fd11bcae6d876a525
parent497649c9045838551236530aa92aa4dce864ba65
Added the possibility for Sanitizer::escapeId to validate the first character of the id (make sure it's a letter).  This is added as a flag that's set by default.  Ideally it should be off by default, with expected behavior being for the returned id to be valid no matter what . . .

This isn't actually used yet, but it probably should be.
includes/Sanitizer.php