2007-02-14T01:23:10  <ThomasWaldmann> moin
2007-02-14T21:13:34  *** irc.freenode.net sets mode: +o ChanServ
2007-02-14T21:29:46  *** irc.freenode.net sets mode: +o ChanServ
2007-02-14T23:00:46  <dreimark> ThomasWaldmann:page_group_regex = u'[a-z]Group$' by now but wiki pages usually start with an uppercase letter may be we should change
2007-02-14T23:01:02  <dreimark> this to page_group_regex = u'[a-z,A-Z]Group$'
2007-02-14T23:06:33  <dreimark> HelpOnAccessControlLists does use SomeGroup etc as example which are currently not accepted
2007-02-14T23:14:27  <dreimark> 1773:
2007-02-14T23:14:27  <dreimark> 2aa24ec3fa05
2007-02-14T23:19:50  <ThomasWaldmann> dreimark: the old regex is a bit sloppy, but matches on CamelCase groups
2007-02-14T23:20:33  <ThomasWaldmann> because [a-z] only matches on the last lowercase char of the word before Group
2007-02-14T23:21:12  <ThomasWaldmann> otoh [a-z,A-Z]Group$ is incorrect because it also matches on OTHERGroup which is not camelcase
2007-02-14T23:22:19  <dreimark> ThomasWaldmann:ahh, then it is a mistake by me, i do change it back and the docu too
2007-02-14T23:22:59  <dreimark> so its better to add a note only to the docu if someone likes to have the OTHERGroup instead

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-02-14 (last edited 2007-10-29 19:14:24 by localhost)