2006-06-26T00:02:52  <ThomasWaldmann> root_page's page dir is data_dir
2006-06-26T00:03:17  <ThomasWaldmann> imagine sub pages being in pagedir/pages/SubPageName
2006-06-26T00:03:40  <ThomasWaldmann> every main page is a sub page of the virtual rootpage
2006-06-26T00:04:02  <ThomasWaldmann> (and no, we don't really use hierarchical page storage yet)
2006-06-26T00:04:38  <ThomasWaldmann> so you don't need to keep that detail
2006-06-26T00:07:37  <ThomasWaldmann> Kepplar:
2006-06-26T01:59:21  *** irc.freenode.net sets mode: +o ChanServ
2006-06-26T09:22:16  <ThomasWaldmann> moin
2006-06-26T10:20:37  <Kepplar> moin
2006-06-26T10:41:45  <ThomasWaldmann>   hi Kepplar
2006-06-26T10:54:02  <Kepplar> hey
2006-06-26T13:04:32  <richard1>  Anyone seen / heard from fpletz lately?
2006-06-26T13:04:46  <Kepplar> he d/ced a couple of days ago if that counts
2006-06-26T13:05:03  <Kepplar> hows the intergration going?
2006-06-26T13:05:20  <richard1> That's what I'd like to know. ;-)
2006-06-26T13:06:10  <fpletz> hi there, here I am.. I'm recovering from the party weekend, finally fully graduated ;)
2006-06-26T13:06:19  <richard1> Aha.
2006-06-26T13:06:22  <Kepplar> nice one fpletz
2006-06-26T13:06:43  <richard1> Congratulations.
2006-06-26T13:06:49  <fpletz> thanks
2006-06-26T13:07:07  <fpletz> I fixed some bugs along the way and currently have some drafts of the ui on paper
2006-06-26T13:08:40  <Kepplar> oh can i please reiterate to everyone not to make any changes to Page.py, user.py, pageeditor etc etc etc
2006-06-26T15:57:19  <xorAxAx> Kepplar: hehe, you dont know thomas :)
2006-06-26T15:57:31  <Kepplar> ?
2006-06-26T20:07:18  <mvirkkil> Kepplar: There is a bug in Page.py that I will need to fix. A single line outside of an "if" when it should be inside.
2006-06-26T20:08:19  <ThomasWaldmann> moin
2006-06-26T20:08:52  <ThomasWaldmann> mvirkkil: make it in a separate changeset
2006-06-26T20:10:26  <ThomasWaldmann> Kepplar: if you merge main often, it should no big problem as noone makes BIG changes.
2006-06-26T20:46:32  <mvirkkil> ThomasWaldmann: Of course :)
2006-06-26T21:03:14  <xorAxAx> mvirkkil: commit it directly to main
2006-06-26T21:03:28  <xorAxAx> and merge it then into your branch
2006-06-26T21:03:49  <ThomasWaldmann> that won't work
2006-06-26T21:03:59  <xorAxAx> ThomasWaldmann: why not?
2006-06-26T21:04:13  <ThomasWaldmann> because of access rights
2006-06-26T21:04:30  <ThomasWaldmann> fpletz: can we discuss about your mail here?
2006-06-26T21:05:25  <xorAxAx> ThomasWaldmann: oh, i thought we all are "hg" internally? interesting
2006-06-26T21:28:19  <Kepplar> yea
2006-06-26T21:28:41  <Kepplar> Page etc will have massive changes when i start intergrating
2006-06-26T21:28:49  <Kepplar> and all new code shouldnt use it strictly
2006-06-26T21:28:58  <Kepplar> as it will become more or less obsolete
2006-06-26T21:29:38  <mvirkkil> Kepplar: Just make sure you call formatter methods in the right order, and don't assume you can mix and match what they return.
2006-06-26T21:31:25  <mvirkkil> Kepplar: Doing something like txt=formatter.text("hello")\n result+=formatter.paragraph(1)\n result+=txt\n result+=formatter.paragraph(0)\n will _not_ work
2006-06-26T21:56:46  <Kepplar> er
2006-06-26T21:56:55  * Kepplar wonders whats up with wireless
2006-06-26T21:57:05  <Kepplar> formatter is out of scope, im leaving that in place ;)
2006-06-26T21:57:25  <Kepplar> anyone know what might be causing this machine which connects to another box that acts as a wireless bridge to crash out
2006-06-26T21:57:35  <Kepplar> seems to loose connection after 5 min
2006-06-26T21:57:44  <Kepplar> and then kicks in if you force it to ping
2006-06-26T21:57:51  <Kepplar> sounds like an arp issue to me
2006-06-26T22:02:32  <Kepplar> hmm
2006-06-26T22:02:34  <Kepplar> that feels better
2006-06-26T22:14:12  <mvirkkil> Kepplar: Page calls formatter methods. I just wanted to point out that you need to keep in mind that the order of the methods is relevan, as the formatter keeps an internal state.
2006-06-26T22:18:38  <Kepplar> yep
2006-06-26T22:19:01  <Kepplar> the formatter classes themseleves call anything in Page of their own accord?
2006-06-26T22:27:24  <mvirkkil> Kepplar: No.
2006-06-26T22:27:38  <Kepplar> good good ;)
2006-06-26T22:27:44  <mvirkkil> Kepplar: Well, my stuff does calls, but only to redirected output.
2006-06-26T22:29:28  <mvirkkil> Kepplar: My single fix is: when page is almost done with rendering, it checks content_only and if it's false it adds the result of formatter.endDocument() to the result. The problem is that it calls endDocument regadless of what content_only is set to.
2006-06-26T22:30:30  <Kepplar> any chance of sending a diff of it this way too :)?
2006-06-26T22:30:43  <Kepplar> im heavily modifying the page
2006-06-26T22:30:49  <mvirkkil> Kepplar: Of course! I'll have it in a few secs.
2006-06-26T22:30:52  <Kepplar> :)
2006-06-26T22:30:52  <Kepplar> thanks
2006-06-26T22:31:10  <Kepplar> ill put it on my version myself so we dont need to worry about it breaking when it merges
2006-06-26T22:39:43  <mvirkkil> Kepplar: Thanks. I just discovered a similar bug, but I need to check if fixing it breaks something :/
2006-06-26T22:39:56  <mvirkkil> Kepplar: I'm going to do a lot of commits before this weekend.
2006-06-26T22:40:09  <Kepplar> ok
2006-06-26T22:40:17  <Kepplar> put ATTN: Kepplar in the commit tag if you can
2006-06-26T22:40:20  <Kepplar> and i'll see it :)
2006-06-26T22:40:34  <mvirkkil> Kepplar: I'll get the patches to you by the weekend at the latest. But they are trivial. Ok :)
2006-06-26T22:40:41  <Kepplar> ok
2006-06-26T22:40:42  <Kepplar> :)

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-06-26 (last edited 2007-10-29 19:13:20 by localhost)