2008-09-15T00:03:06  <dreimark> gn
2008-09-15T00:09:10  <ThomasWaldmann> gn dreimark
2008-09-15T09:52:35  <dreimark> moin
2008-09-15T09:52:57  <dreimark> TheSheep: see http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=align1.png
2008-09-15T09:53:10  <dreimark> the alert icon is shifted somehow
2008-09-15T10:14:19  <TheSheep> dreimark: note that the bottom of the image is exactly at the height of the baseline of text
2008-09-15T10:15:52  <dreimark> TheSheep: it is
2008-09-15T10:16:43  <dreimark> for the bottom but the top is higher
2008-09-15T10:19:33  <TheSheep> dreimark: well, that depends on how large your fonts are
2008-09-15T10:19:45  <TheSheep> dreimark: there is no way to know that in advance
2008-09-15T10:20:17  <TheSheep> dreimark: "align: baseline" means it aligns the bottom of image with the baseline of text
2008-09-15T10:20:59  <dreimark> hmm, looks different in ff3 than in konqueror. ff scales the image too (CTRL +)
2008-09-15T10:21:11  <dreimark> konqueror does not scale the image
2008-09-15T10:21:11  <TheSheep> dreimark: from my experience "vertical-align:middle" looks best for smilies, but I have no way to selectively apply it only to smilies in moin
2008-09-15T10:21:28  <TheSheep> yeah, opera scales the image too
2008-09-15T10:21:48  <TheSheep> it looks fugly
2008-09-15T10:22:10  <TheSheep> but there is no way to prevent that
2008-09-15T10:22:15  <dreimark> ok
2008-09-15T10:22:21  <TheSheep> (at least I don't know any)
2008-09-15T11:06:11  <dreimark> TheSheep: at least the moin-www.png icon is not centered as image (me looks with eog ar it)
2008-09-15T11:06:18  <dreimark> s/ar/at/
2008-09-15T11:06:51  <TheSheep> dreimark: they are aligned to baseline, not centered
2008-09-15T11:07:14  <dreimark> they are but the are shifted in 16x16 to the top left corner
2008-09-15T11:07:30  <dreimark> it is not centered in the middle of 16x16
2008-09-15T11:32:05  <dreimark> does not change much only resizing to e.g. 12x12
2008-09-15T11:32:20  <dreimark> but the bigger one looks better
2008-09-15T11:53:04  <dreimark> TheSheep: isn't our problem similiar to this http://css.maxdesign.com.au/listamatic2/vertical01.htm
2008-09-15T12:24:00  <TheSheep> dreimark: no
2008-09-15T12:24:18  <TheSheep> dreimark: smilies are normal <img> tags
2008-09-15T12:30:32  <ThomasWaldmann> hmm, looks like we have a problem with setHttpHeader and cookies
2008-09-15T12:32:50  <ThomasWaldmann> if someone has a auth method using additional cookie(s), he needs additional Set-Cookie: headers
2008-09-15T12:45:13  <TheSheep> ThomasWaldmann: they cannot be merged into one, like the http spec says?
2008-09-15T12:48:21  <ThomasWaldmann> no idea for the cookie case
2008-09-15T12:48:36  <ThomasWaldmann> i implemented that merging for some other headers
2008-09-15T13:07:28  <ThomasWaldmann> (see the mailing list for more details)
2008-09-15T16:31:01  <LotekThirteen> Moin; I am using the wikiserver.py (just for testing) from the beta 1.8 and I receive an error like "unbalanced parenthesis". I'm using Windows XP with Python 2.5.2.  should I fill an bug report?
2008-09-15T16:31:22  <LotekThirteen> under linux I do not get this error
2008-09-15T16:35:08  <ThomasWaldmann> hi LotekThirteen
2008-09-15T16:35:12  <LotekThirteen> hi thomas
2008-09-15T16:35:36  <LotekThirteen> traceback saved to: http://lotek.heavy.ch/MoinMoinWiki/Testing
2008-09-15T16:35:36  <ThomasWaldmann> can you use a pastebin to show me the complete error?
2008-09-15T16:35:41  <ThomasWaldmann> ok
2008-09-15T16:35:56  <LotekThirteen> see the attachment
2008-09-15T16:38:24  <ThomasWaldmann> that's a bug in my code
2008-09-15T16:38:46  <ThomasWaldmann> it happens on windows because pathes there have \, not /
2008-09-15T16:39:39  <LotekThirteen> yeah windows is sometimes a "pain in the ass"...
2008-09-15T16:43:59  <ThomasWaldmann> the bug is in multiconfig:329 when it tries to compile the regex r'(.+\.py(c|o)$)|C:\Dokumente und Einstellungen\mh...+\cache\[^\]+$|\(edit-lock|event-log|\.DS_Store)$'
2008-09-15T16:44:25  <ThomasWaldmann> LotekThirteen: could you file a bug so we don't forget?
2008-09-15T16:44:30  <LotekThirteen> yeah sure!
2008-09-15T16:45:45  <ThomasWaldmann> i guess you can make it work by commenting out multiconfig:329..331 (no problem as long as you don't try to use backup action)
2008-09-15T16:50:04  <LotekThirteen> done: http://moinmo.in/MoinMoinBugs/1.8beta1UnbalancedParenthesisUnderWindows
2008-09-15T16:50:07  <LotekThirteen> need to go; bye
2008-09-15T20:11:34  <ThomasWaldmann>  re
2008-09-15T23:24:01  <dreimark> re
2008-09-15T23:24:16  <ThomasWaldmann> hi dreimark
2008-09-15T23:24:19  <dreimark> it looks like Hits or PageHits is wrong
2008-09-15T23:25:01  <dreimark> PageHits tells 923 hits for ReimarBauer/UnderConstruction and the page itselfs 1016
2008-09-15T23:28:58  <ThomasWaldmann> maybe one counts edits, the other not?
2008-09-15T23:29:24  <dreimark> I think it has something to do with the redirect
2008-09-15T23:30:43  <dreimark> in PageHits MoinAPI/Beispiele gets 143
2008-09-15T23:31:23  <dreimark> this is probably the right number
2008-09-15T23:32:12  <dreimark> before the redirect I have renamed the page and recreated the old one
2008-09-15T23:51:25  * ThomasWaldmann currently migrates the wiki farm to 1.7.2
2008-09-15T23:52:52  <dreimark> next week I've to do that too
2008-09-15T23:54:19  <dreimark> TheSheep: I like the theme :)
2008-09-15T23:54:24  <dreimark> good night
2008-09-15T23:58:19  <ThomasWaldmann> gn dreimark

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-09-15 (last edited 2008-09-14 22:15:01 by IrcLogImporter)