2005-12-03T00:01:08  *** Fabi has quit IRC
2005-12-03T00:18:06  *** starshine_away is now known as starshine
2005-12-03T00:29:22  <xorAxAx> ThomasWaldmann: but there is no icon, why did you delete my line?
2005-12-03T00:37:04  *** starshine is now known as starshine_away
2005-12-03T00:50:31  <ThomasWaldmann> xorAxAx: check now
2005-12-03T00:50:42  <ThomasWaldmann> I simply wasnt finished yet.
2005-12-03T00:50:52  <xorAxAx> ThomasWaldmann: no icon, modern theme
2005-12-03T00:51:00  <xorAxAx> i just see the mail icons
2005-12-03T00:51:10  <ThomasWaldmann> shift-reload?
2005-12-03T00:51:18  <ThomasWaldmann> cleared cache?
2005-12-03T00:53:34  <xorAxAx> ah, reload :)
2005-12-03T00:53:46  <xorAxAx> hmm, can we add a margin to those icons?
2005-12-03T00:53:52  <xorAxAx> they are to near to the text
2005-12-03T00:53:58  <xorAxAx> (via CSS)
2005-12-03T00:58:55  <ThomasWaldmann> try it :)
2005-12-03T00:59:07  <ThomasWaldmann> common.css x3
2005-12-03T00:59:24  <xorAxAx> x3?
2005-12-03T01:02:02  <ThomasWaldmann> 3 times
2005-12-03T01:02:28  <ThomasWaldmann> (we need a common/css/common.css)
2005-12-03T01:03:03  <xorAxAx> yep
2005-12-03T01:03:41  <xorAxAx> gub
2005-12-03T01:09:13  <ThomasWaldmann> nn
2005-12-03T02:55:04  *** starshine_away is now known as starshine
2005-12-03T03:50:54  *** starshine is now known as starshine_away
2005-12-03T13:19:52  *** starshine_away is now known as starshine
2005-12-03T14:00:42  *** Fabi has joined #moin-dev
2005-12-03T14:29:56  *** starshine is now known as starshine_away
2005-12-03T15:14:21  *** lida has joined #moin-dev
2005-12-03T15:53:24  <ThomasWaldmann> hi lida
2005-12-03T15:54:03  <lida> hi thomas
2005-12-03T15:54:56  <lida> I amgoing to look at you changes to auth stuff
2005-12-03T15:56:02  <ThomasWaldmann> yeah, that would've been my next question :)
2005-12-03T15:57:00  <Fabi> hmm
2005-12-03T15:57:23  <Fabi> I changed the handling once to make it work with FCK
2005-12-03T15:57:53  <Fabi> so I had to assume canonical way to convert them back to moin markup
2005-12-03T15:58:34  <Fabi> but it should leave unknown style information intact
2005-12-03T16:04:37  <ThomasWaldmann> http://moinmoin.wikiwikiweb.de/MoinMoinBugs/GuiEditorDestroysTableStyles i am trying to fix that right now
2005-12-03T16:04:57  <ThomasWaldmann> one problem was that background: is not handled,
2005-12-03T16:05:07  <ThomasWaldmann> but background-color: is handled
2005-12-03T16:05:27  <ThomasWaldmann> and the last looks more correct to me, didnt check it with w3c though
2005-12-03T16:05:52  <ThomasWaldmann> (style attr)
2005-12-03T16:06:20  <xorAxAx>  background: is valid css of course
2005-12-03T16:06:33  <xorAxAx> otherwise i would not have used it in the sample ;-)
2005-12-03T16:06:43  <xorAxAx> furthermore, it trims other table markup
2005-12-03T16:06:51  <ThomasWaldmann> and background-color, too?
2005-12-03T16:06:52  <xorAxAx> i.e. you might have to try all table markup
2005-12-03T16:07:03  <xorAxAx> yes, thats valid css too
2005-12-03T16:07:07  <Fabi> hmm, where are the other styles trimmed?
2005-12-03T16:07:13  <ThomasWaldmann> hmpf
2005-12-03T16:07:25  <ThomasWaldmann> ok, so i transform that to bgcolor, too, right?
2005-12-03T16:07:31  <Fabi> in FCK or in the formatter?
2005-12-03T16:07:44  <ThomasWaldmann> in the formatter
2005-12-03T16:08:17  <ThomasWaldmann> in the gedit formatter
2005-12-03T16:09:58  <ThomasWaldmann> ok, both now give bgcolor
2005-12-03T16:10:44  <ThomasWaldmann> <table width="100%" bgcolor="lightyellow" align="right">
2005-12-03T16:11:08  <ThomasWaldmann> this is what gedit produces now. but it doesn align "Foo" right.
2005-12-03T16:12:08  <ThomasWaldmann> style="text-align: right" would work, but how about IE?
2005-12-03T16:12:37  <xorAxAx> it would work there as well, why not?
2005-12-03T16:12:47  <ThomasWaldmann> haha
2005-12-03T16:13:05  <ThomasWaldmann> i could imagine "why not", therefore i ask
2005-12-03T16:14:00  <Fabi> the question is which attributes are recognized by FCK
2005-12-03T16:14:11  <Fabi> IIRC style isn't
2005-12-03T16:14:17  <Fabi> but might have changed
2005-12-03T16:16:00  <ThomasWaldmann> xorAxAx: does the page look correct with IE *now*?
2005-12-03T16:16:05  <xorAxAx> such bugs can be easily catched using twiddle
2005-12-03T16:16:15  <xorAxAx> (a website testing program written in python)
2005-12-03T16:17:04  <xorAxAx> yes, trying roundtrip. broken.
2005-12-03T16:17:14  <xorAxAx> so fckeditor or the parser filtered it
2005-12-03T16:19:49  <ThomasWaldmann> i didnt check roundtrip, but first it has to render correctly
2005-12-03T16:20:03  <ThomasWaldmann> next, being recognized by fck correctly
2005-12-03T16:20:50  <xorAxAx> ok
2005-12-03T16:25:31  <ThomasWaldmann> hmm, changing alignment with fckeditor does not work at all?
2005-12-03T16:30:10  <ThomasWaldmann> can someone try changing alignment of foo with fck?
2005-12-03T16:32:10  <xorAxAx> umm
2005-12-03T16:32:19  <xorAxAx> i tried an align left for the table
2005-12-03T16:32:27  <xorAxAx> then fck added a subtable with 6 cells
2005-12-03T16:32:29  <xorAxAx> weird!
2005-12-03T16:33:24  <xorAxAx> besides that weird bug, i cnanot change the foo alignment
2005-12-03T16:33:43  <ThomasWaldmann> xorAxAx: same for me
2005-12-03T16:34:47  <ThomasWaldmann> did you try with IE?
2005-12-03T16:36:47  <xorAxAx> ff
2005-12-03T16:41:02  <ThomasWaldmann> please try IE (I checked FF already)
2005-12-03T16:42:30  <xorAxAx> works
2005-12-03T16:42:48  <xorAxAx> if i use cell properties
2005-12-03T16:43:20  <ThomasWaldmann> does the dialogue show "right" when invoked?
2005-12-03T16:44:18  <xorAxAx> "<nichts>"
2005-12-03T16:44:39  <ThomasWaldmann> ok, so it works, but doesnt recognize style=
2005-12-03T16:45:11  <ThomasWaldmann> and if we dont use style= it doesnt render correct
2005-12-03T16:45:14  <ThomasWaldmann> CRAP
2005-12-03T16:45:34  <xorAxAx> playing with it is fun: __--('''''Foo''''')--__ -- our wiki markup looks very artistic
2005-12-03T16:46:15  <xorAxAx> btw, those alignment issues arise as well with <(> etc.
2005-12-03T16:46:16  <ThomasWaldmann> so I think all we can do there is to make it roundtrip, no matter whether fck works with it or not
2005-12-03T16:46:16  <xorAxAx> IIRC
2005-12-03T16:48:10  <ThomasWaldmann> what does IE generate when using FCK cell props?
2005-12-03T16:49:06  <ThomasWaldmann> for right / center / left aligning?
2005-12-03T16:49:57  <xorAxAx> hmm, after roundtripping, it does not work anymore
2005-12-03T16:50:04  <xorAxAx> reloading page from scratch
2005-12-03T16:51:01  <xorAxAx> <td align="center">
2005-12-03T16:51:17  <xorAxAx> and the wiki markup after roundtripping does not reflect this alignment
2005-12-03T16:53:38  <ThomasWaldmann> table, row or cell level?
2005-12-03T16:53:58  <ThomasWaldmann> oh, cell
2005-12-03T16:54:36  <xorAxAx> yeah, table level != text-align
2005-12-03T16:54:56  <xorAxAx> i mean, <table align> != <table ... style="text-align">
2005-12-03T16:59:52  <ThomasWaldmann> it should make some <:> out of align="center"
2005-12-03T17:05:24  <ThomasWaldmann> ok, I committed what I have done until now
2005-12-03T17:05:40  <ThomasWaldmann> maybe you can continue fixing it as I have to leave soon
2005-12-03T17:07:43  * xorAxAx is kinda busy
2005-12-03T17:10:54  <ThomasWaldmann> no changes in FCKeditor cvs
2005-12-03T17:49:21  <lida> Thomas, I checked again the auth/user_autocreate stuff. A small change to userform is required:
2005-12-03T17:50:23  <lida> * looking for arch@arch.thinkmo.de--2003-archives/moin--main--1.5--patch-280 to compare with
2005-12-03T17:50:25  <lida> * comparing to arch@arch.thinkmo.de--2003-archives/moin--main--1.5--patch-280
2005-12-03T17:50:26  <lida> M  MoinMoin/userform.py
2005-12-03T17:50:28  <lida> * modified files
2005-12-03T17:50:29  <lida> --- orig/MoinMoin/userform.py
2005-12-03T17:50:31  <lida> +++ mod/MoinMoin/userform.py
2005-12-03T17:50:32  <lida> @@ -503,6 +503,7 @@
2005-12-03T17:50:32  <moinBot> lida: Error: "@" is not a valid command.
2005-12-03T17:50:34  <lida>              for attr in self.request.user.auth_attribs:
2005-12-03T17:50:35  <lida>                  if attr == 'password':
2005-12-03T17:50:37  <lida>                      uf_remove.append(attr)
2005-12-03T17:50:38  <lida> +                    uf_remove.append('password2')
2005-12-03T17:50:40  <lida>                  else:
2005-12-03T17:50:41  <lida>                      uf_disable.append(attr)
2005-12-03T17:50:43  <lida>              for key, label, type, length, textafter in self.cfg.user_form_fields:
2005-12-03T17:54:24  <lida> Using http-auth without user_autocreate=True makes not much sense (to me). Maybe user_autocreate should be always True in this case?
2005-12-03T18:18:02  *** ser has joined #moin-dev
2005-12-03T18:41:04  *** neiljp has joined #moin-dev
2005-12-03T18:41:29  *** neiljp has left #moin-dev
2005-12-03T19:53:21  <xorAxAx> does anybody mind if i filter joins and parts from the logs?
2005-12-03T21:57:00  *** lida has quit IRC
2005-12-03T22:09:08  *** starshine_away is now known as starshine
2005-12-03T22:18:32  <starshine> xorAxAx: I don't mind filtering joins and parts and quits
2005-12-03T23:01:20  *** starshine is now known as starshine_away
2005-12-03T23:10:24  <ThomasWaldmann> moin
2005-12-03T23:37:40  *** lida has joined #moin-dev
2005-12-03T23:40:08  <lida> Hi Thomas, what would be the expected behavior when user_autocreate is off and http-auth is used? In this situation I have to create a user with the same name as was used for the auth. If I try another name that does not work presently.
2005-12-03T23:49:11  <ThomasWaldmann> right
2005-12-03T23:49:57  <ThomasWaldmann> but having auto_create = True is easier and less magic than explaining why auto_create = False would not stop moin making accounts.
2005-12-03T23:53:23  <lida> Yes that's (the 2nd) is what I mean. With user_autocreate = False the behavior is strange. The file for the user is created. But you are never able "work" as that user.
2005-12-03T23:55:30  <ThomasWaldmann> you can ever create useless accounts
2005-12-03T23:56:28  <ThomasWaldmann> the point is that auto_create = True/False leads to exact that behaviour it tells
2005-12-03T23:56:39  <ThomasWaldmann> and not behaves magic in some cases
2005-12-03T23:57:56  * xorAxAx changed logging format to filter joins and parts
2005-12-03T23:58:39  <lida> "you can ever create useless accounts" - Hmm. With http-auth and user name "David" for auth I can still create another account (i.e. the user-file is created).

MoinMoin: MoinMoinChat/Logs/moin-dev/2005-12-03 (last edited 2007-10-29 19:06:47 by localhost)