2007-11-11T00:12:56  <CIA-32> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2332:abbc35a83dab 1.6/MoinMoin/userform.py: fix password_checker userform code
2007-11-11T00:44:29  <dreimark> gn
2007-11-11T11:47:10  <dreimark> we have to test later what is shown as warn state at editing a page if two at the same time do edit
2007-11-11T11:48:25  <dreimark> sometimes I see a number and not the name if someone else edits a page and I am warned about that
2007-11-11T12:03:54  <dreimark> bbl
2007-11-11T12:04:07  <dreimark> ThomasWaldmann: see my comment on TextCha
2007-11-11T13:21:58  <ThomasWaldmann> anyone else feeling that this should not be ACL controlled?
2007-11-11T13:22:40  * ThomasWaldmann thinks it is not that far fetched and an easy way to make it rather flexible.
2007-11-11T13:24:26  <ThomasWaldmann> (acl right write tells "may write to a page", while acl rights write,nocaptcha would tell "may write to a page without solving a captcha"
2007-11-11T13:24:34  <ThomasWaldmann> )
2007-11-11T13:25:06  <ThomasWaldmann> (we could also use notextcha for better compliance in used terms)
2007-11-11T14:37:34  <CIA-32> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2333:e9826ccf4c70 1.6/MoinMoin/userform.py: only display textcha row on UserPreferences if there really is one
2007-11-11T14:41:53  <ThomasWaldmann> bbl
2007-11-11T16:53:34  <martinonsera> Moin
2007-11-11T16:53:57  <martinonsera> Can somebody please tell me what the message string "rev" means?
2007-11-11T16:54:34  <martinonsera> I can't translate "rev".
2007-11-11T16:55:28  <martinonsera> According to the dictionary, it could be the abbreviation for "revolution" (in a sense of rotation), but I don't think this is meant here.
2007-11-11T17:07:09  <TheSheep> martinonsera: revision or revert, depends on context
2007-11-11T17:07:17  <TheSheep> martinonsera: probably revision
2007-11-11T17:07:42  <martinonsera> Haha. There is no context. Just the string "rev". Else I wouldn't have to ask here.
2007-11-11T17:11:42  <TheSheep> MoinMoin/search/results.py:            rev_str = '%s: %d (%s)' % (_('rev', formatted=False), rev, _('current', formatted=False))
2007-11-11T17:11:45  <TheSheep> MoinMoin/search/results.py:            rev_str = '%s: %d' % (_('rev', formatted=False), rev, )
2007-11-11T17:12:05  <TheSheep> here's the context
2007-11-11T17:12:33  <martinonsera> TheSheep: Thanks for grepping.
2007-11-11T17:12:54  * martinonsera is going to translate it as "revision #".
2007-11-11T17:13:23  <TheSheep> it should probably be 'revision' in English too
2007-11-11T17:16:24  <martinonsera> In particular, no abbreviations should be used as source strings in I18n.
2007-11-11T19:37:56  <ThomasWaldmann> moin
2007-11-11T19:53:35  *** irc.freenode.net sets mode: +o ChanServ
2007-11-11T20:25:18  <mitsos_gr> Hello to all, has anyone been interested in connecting mapserver with moin?
2007-11-11T20:25:51  <mitsos_gr> just in order to load a map in a page
2007-11-11T20:29:41  <ThomasWaldmann> mitsos_gr: yes, but this is maybe rather #moin
2007-11-11T20:31:16  <mitsos_gr> thank you very match
2007-11-11T20:31:22  <mitsos_gr> going there
2007-11-11T20:48:40  <dreimark> moin
2007-11-11T20:50:00  <dreimark> ThomasWaldmann: I do help in the next days with that [[ replacement
2007-11-11T20:53:29  <ThomasWaldmann> dreimark: i guess for en/de most stuff is doing. checking might be good, though.
2007-11-11T20:53:37  <ThomasWaldmann> s/doing/done/
2007-11-11T22:31:22  <ThomasWaldmann> that DeletePage code reads a bit strange
2007-11-11T22:34:02  <dreimark> ?
2007-11-11T22:35:51  <ThomasWaldmann> i am currently looking at that re.compile failure
2007-11-11T22:36:38  <ThomasWaldmann> but that re and subpage determining code is a bit strange, because just using re.compile(pagename).match is not correctly finding the page + subpages only
2007-11-11T22:36:50  <ThomasWaldmann> it also finds other pages with same prefix
2007-11-11T22:37:07  <ThomasWaldmann> they later get filtered out again by .startswith()
2007-11-11T22:38:00  <ThomasWaldmann> but I guess just using ^pagename(/.*)?$ is maybe yielding directly what is wanted
2007-11-11T22:38:16  <ThomasWaldmann> (and pagename must be escaped)
2007-11-11T22:41:25  <dreimark> you have to get subpages too
2007-11-11T22:42:10  <dreimark> otherwise you cant delete the hierarchy
2007-11-11T22:46:28  <dreimark> gn
2007-11-11T23:26:13  <CIA-32> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> default * 2334:c140a549b795 1.6/MoinMoin/action/ (CopyPage.py DeletePage.py RenamePage.py): CopyPage/RenamePage/DeletePage action: fix regex compile errors due to unescaped pagename usage, fix cosmetic bug, simplify/optimize code

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-11-11 (last edited 2007-12-22 22:45:02 by IrcLogImporter)