2009-11-02T00:30:25  *** grzywacz has quit IRC
2009-11-02T07:36:52  *** grzywacz has joined #moin-dev
2009-11-02T20:58:55  <dreimark> moin
2009-11-02T20:59:13  <ThomasWaldmann> moin
2009-11-02T21:00:39  <dreimark> quite silent here
2009-11-02T21:01:49  * ThomasWaldmann will retry with the page packs now
2009-11-02T21:02:04  * dreimark looks at the uniq id thing
2009-11-02T21:02:42  <ThomasWaldmann> we have code for unique ids, please check that it doesn't duplicate that functionality
2009-11-02T21:29:31  <dreimark>  mapid = u'ImageMapOf_%s_%s' % (self.request.uid_generator(pagename), drawing)
2009-11-02T21:29:45  <dreimark> Is the underscore a good separator?
2009-11-02T21:30:25  <dreimark> TheSheep: are you familiar with mapid syntax ?
2009-11-02T21:30:59  <ThomasWaldmann> look at other IDs
2009-11-02T21:31:48  <TheSheep> dreimark: what's that?
2009-11-02T21:32:04  <dreimark> TheSheep: if you have a clickable image
2009-11-02T21:32:51  <ThomasWaldmann> drawing
2009-11-02T21:32:59  <dreimark> http://www.w3.org/TR/REC-html40/struct/objects.html#h-13.6
2009-11-02T21:34:14  <dreimark> ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
2009-11-02T21:34:30  <dreimark> so it is valid to use a underscore
2009-11-02T21:35:05  <dreimark> sorry for the noise, haven't found the description soon
2009-11-02T21:35:51  <TheSheep> dreimark: I think we had this discussion before
2009-11-02T21:36:06  <TheSheep> dreimark: you can use an underscore, but different browsers require different escaping
2009-11-02T21:36:48  <dreimark> me remembers. should I skip the separator or which one do you suggest
2009-11-02T21:37:04  <ThomasWaldmann> dreimark: why do attachments have a comment in the pagepack file ("created by packagepages action"), but pages don't?
2009-11-02T21:37:50  <dreimark> ThomasWaldmann: bug, because I missed to kill it.
2009-11-02T21:38:20  <dreimark> we haven't had a separator before I kill it
2009-11-02T21:39:06  <ThomasWaldmann> also, the numbering seems a bit strange
2009-11-02T21:39:50  <ThomasWaldmann> maybe it does no harm, but I am seeing e.g.: 70 71 73_attachment 74 74_attachment ...
2009-11-02T21:40:30  <dreimark> ah ok, thats because the cnt += 1 before the attachment loop must be shifted below the loop
2009-11-02T21:41:06  * dreimark runs currently py.test because of mapid change
2009-11-02T21:41:45  <dreimark> ThomasWaldmann: do you fix my bugs or should I ?
2009-11-02T21:43:07  <ThomasWaldmann> I'll have a look.
2009-11-02T21:44:02  <dreimark> http://hg.moinmo.in/moin/1.9/rev/9730c2936db7#l1.7 I guess that can be reverted then
2009-11-02T21:47:36  <CIA-43> Reimar Bauer <rb.proj AT googlemail DOT com> default * 5245:55de22afaff3 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): drawings: A unique ID for image maps is needed if drawings with the same name are included from different pages (bug fix for 1.9ImageMapsInDrawingsDontWork).
2009-11-02T23:36:32  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5246:c9d372df60a9 1.9/MoinMoin/script/maint/mkpagepacks.py: mkpagepacks: make package contents more consistent
2009-11-02T23:36:34  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5247:ac1f33fb3829 1.9/MoinMoin/action/ (anywikidraw.py twikidraw.py): merged main
2009-11-02T23:58:09  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5248:ab68cadb0f66 1.9/wiki/config/more_samples/http_auth_wikiconfig_snippet: fix snippet to show GivenAuth and HTTPAuthMoin
2009-11-02T23:58:11  <CIA-43> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5249:279edb84f791 1.9/wiki/config/more_samples/ (auth_wikiconfig_snippet http_auth_wikiconfig_snippet): rename snippet, it is not just http auth any more

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-11-02 (last edited 2009-11-01 23:45:02 by IrcLogImporter)