2006-08-19T09:44:30  <ThomasWaldmann> moin
2006-08-19T09:46:23  <birkenfeld> moin
2006-08-19T10:03:07  * ThomasWaldmann rewrites action URLs to be robots.txt excludeable
2006-08-19T10:50:22  <ThomasWaldmann> see test.wikiwikiweb.de for current state
2006-08-19T11:29:30  <Kepplar> moin
2006-08-19T11:33:04  <Kepplar> xorAxAx: which two lines in dom-xml (only got round to it now)
2006-08-19T11:33:43  <xorAxAx> Kepplar: not in dom_xml, in the test!
2006-08-19T12:29:39  * ThomasWaldmann guesses 1.6 will cause much less traffic and load when in production :)
2006-08-19T12:43:10  <Kepplar> xorAxAx: rsplit = lambda x,y: [e[::-1] for e in a[::-1].split(x, y)]
2006-08-19T12:43:23  <Kepplar> that correct?
2006-08-19T12:43:35  <Kepplar> ::-1 does?
2006-08-19T12:44:08  <xorAxAx> that doesnt look correct
2006-08-19T12:44:19  <Kepplar> i pulled it from irc logs
2006-08-19T12:44:24  <xorAxAx> ::-1 is extended slicing with iterator direction -1
2006-08-19T12:44:44  <Kepplar> extended slicing?
2006-08-19T12:45:12  <Kepplar> what are x and y?
2006-08-19T12:45:21  <Kepplar> str and delim?
2006-08-19T12:45:36  <xorAxAx> then you did incorrectly, i wrote something different
2006-08-19T12:46:07  <ThomasWaldmann> Kepplar: i would rather suggest you fix YOUR stuff. we can fix py 2.3 compatiblity later.
2006-08-19T12:46:11  <xorAxAx> 14:08:29 < xorAxAx> Kepplar: it had a little bug: rsplit = lambda a, x, y: [e[::-1] for e in a[::-1]
2006-08-19T12:46:12  <Kepplar> ah
2006-08-19T12:46:14  <xorAxAx> .split(x, y)[::-1]]
2006-08-19T12:46:41  <Kepplar> ThomasWaldmann: i think most of it is done..except for a bug in users and attachments
2006-08-19T12:46:50  <Kepplar> ThomasWaldmann: hence i want to get it running on the auto-push
2006-08-19T12:46:59  <Kepplar> xorAxAx: ta
2006-08-19T12:47:26  <xorAxAx> Kepplar: and a.rsplit(x,y) == rsplit("",x,y)
2006-08-19T12:47:32  <xorAxAx> Kepplar: and a.rsplit(x,y) == rsplit(a,x,y)
2006-08-19T12:47:39  <ThomasWaldmann> Kepplar: "most will be done" when a wiki successfully runs on your stuff
2006-08-19T12:47:53  <Kepplar> ThomasWaldmann: thats precisely what im doing
2006-08-19T12:47:57  <Kepplar> i cant install it here
2006-08-19T12:48:01  <Kepplar> so i need it to work ont he push
2006-08-19T12:50:11  <Kepplar> ThomasWaldmann: :S service error
2006-08-19T12:50:14  <Kepplar> 500
2006-08-19T12:53:19  <ThomasWaldmann> no problems here
2006-08-19T12:53:48  <Kepplar> on storage
2006-08-19T12:54:04  <ThomasWaldmann> no problems here
2006-08-19T12:54:10  <Kepplar> its working?
2006-08-19T12:54:42  <Kepplar> I'm getting premature endof script headers: moin.cgi
2006-08-19T12:55:00  <ThomasWaldmann> i am talking of the repo
2006-08-19T12:57:08  <Kepplar> o
2006-08-19T12:57:19  <Kepplar> I was talking about the automatic wiki
2006-08-19T13:00:02  <ThomasWaldmann>   File "/srv/de.thinkmo.hg/repos/moin/1.6-storage-a/MoinMoin/storage/formats/flatfile.py", line 24, in ?
2006-08-19T13:00:05  <ThomasWaldmann>     from MoinMoin.util.rubik import Rubik
2006-08-19T13:00:07  <ThomasWaldmann>   File "/srv/de.thinkmo.hg/repos/moin/1.6-storage-a/MoinMoin/util/rubik.py", line 45, in ?
2006-08-19T13:00:10  <ThomasWaldmann>     from MoinMoin.support import String
2006-08-19T13:00:13  <ThomasWaldmann> ImportError: cannot import name String
2006-08-19T13:01:02  <ThomasWaldmann> hg add String.py
2006-08-19T13:01:44  <Kepplar> ah
2006-08-19T13:01:52  <ThomasWaldmann> and please make a local test setup for debugging your stuff
2006-08-19T13:01:53  <Kepplar> strange my make test didnt come.. oh yea of course :)
2006-08-19T13:02:07  <Kepplar> ThomasWaldmann: well my local would have detected it:)
2006-08-19T13:02:20  <ThomasWaldmann> you can use moin standalone server for that
2006-08-19T13:02:42  <Kepplar> i would if it were simple
2006-08-19T13:23:08  <ThomasWaldmann> you could hg clone to make an "outgoing" local repo. setup standalone to use code from there, done.
2006-08-19T13:23:30  <ThomasWaldmann> your work repo pushes to outgoing repo, outgoing repo pushes to thinkmo (after tests)
2006-08-19T14:18:23  <Kepplar> That still requires setting it up
2006-08-19T14:18:29  <Kepplar> which is too much hassle
2006-08-19T14:18:30  <Kepplar> oh
2006-08-19T14:18:30  <Kepplar> btw
2006-08-19T14:18:36  <Kepplar> this error is non-storage related
2006-08-19T14:18:41  <Kepplar> for some reason it cannot import a wikiconfig file
2006-08-19T14:18:46  <Kepplar> i can't find any file called wikiconfig
2006-08-19T14:41:59  <xorAxAx> ThomasWaldmann: your prefix change seems standalone-incompatible
2006-08-19T14:42:59  <xorAxAx> ah, because my wikiconfig explicitly specifies /wiki
2006-08-19T14:43:18  <xorAxAx> ah, no, its becase you broke it %-) i will fix it
2006-08-19T14:46:00  <xorAxAx> ok, pushed
2006-08-19T15:08:08  <mvirkkil> I was just about to say about the same thing.
2006-08-19T15:08:12  <mvirkkil> is it fixed in trunk?
2006-08-19T15:08:55  <Kepplar> whats this all about?
2006-08-19T15:08:56  <xorAxAx> yes
2006-08-19T15:09:09  <xorAxAx> Kepplar: a wiki
2006-08-19T15:09:35  <mvirkkil> lol
2006-08-19T15:10:59  <mvirkkil> hmm
2006-08-19T15:11:24  <mvirkkil> there is still something a bit wrong.
2006-08-19T15:11:42  <mvirkkil> it's like it would be ignoring my docs='...
2006-08-19T15:12:09  <mvirkkil> or do I need to make changes to my config
2006-08-19T15:12:10  <mvirkkil> ?
2006-08-19T15:12:11  <xorAxAx> you need to remove url_prefix from te config
2006-08-19T15:12:23  <mvirkkil> xorAxAx: ok... let's see..
2006-08-19T15:12:53  <mvirkkil> xorAxAx: Yay. Thanks.
2006-08-19T15:14:56  <ThomasWaldmann> oops. sorry about breaking it.
2006-08-19T15:16:20  <ThomasWaldmann> have to go, bbl.
2006-08-19T15:18:40  <xorAxAx> Kepplar: you still have 2 heads in your repor
2006-08-19T15:18:54  <Kepplar> i keep merging
2006-08-19T15:18:56  <Kepplar> so did TW
2006-08-19T15:19:13  <xorAxAx> only you can fix that by merging
2006-08-19T15:19:40  <xorAxAx> hmm, the problem that is showing up currently looks like an invalid merge
2006-08-19T15:19:44  <xorAxAx> on storage.www.de
2006-08-19T15:21:23  <Kepplar> ?
2006-08-19T15:31:13  <xorAxAx> Kepplar: the branch is invalid, in some merge you resolved a conflict incorrectly
2006-08-19T15:31:21  <xorAxAx> but i cannot say for sure because you still have 2 heads
2006-08-19T15:31:31  <xorAxAx> look at http://storage.wikiwikiweb.de/
2006-08-19T15:31:42  <Kepplar> i know
2006-08-19T15:31:45  <Kepplar> thats what im trying to fix
2006-08-19T15:31:57  <Kepplar> epplar@c:~/dev/moinmoin/storage/MoinMoin$ hg heads
2006-08-19T15:31:57  <Kepplar> changeset:   1095:83cb1e201a3d
2006-08-19T15:31:57  <Kepplar> tag:         tip
2006-08-19T15:31:57  <Kepplar> parent:      1092:2133c617f904
2006-08-19T15:31:57  <Kepplar> parent:      1094:34c2912ff097
2006-08-19T15:31:59  <Kepplar> user:        kepplar@localhost
2006-08-19T15:32:02  <Kepplar> date:        Sat Aug 19 12:15:32 2006 +0100
2006-08-19T15:32:04  <Kepplar> summary:     Local merge
2006-08-19T15:32:06  <xorAxAx> its not storage fault, its your merging fault
2006-08-19T15:32:07  <Kepplar> 1 head
2006-08-19T15:32:13  <xorAxAx> is it pushed?
2006-08-19T15:32:16  <Kepplar> yes
2006-08-19T21:03:06  <mvirkkil> Yay. I got docbook imports working :)
2006-08-19T21:03:26  <mvirkkil> Linking is still not working properly though :/
2006-08-19T21:03:51  <mvirkkil> But I'll probably push it to the repo in a few moments.
2006-08-19T21:12:10  <xorAxAx> i got support for merging deleted pages working :)
2006-08-19T21:12:18  <xorAxAx> the only scenario is renamed pages
2006-08-19T21:12:27  <xorAxAx> s/ly/& missing/
2006-08-19T21:12:41  <xorAxAx> but its not in the spec
2006-08-19T21:15:57  <xorAxAx> hmm, i have nearly finished the deleted page scenario :)
2006-08-19T21:16:01  <xorAxAx> one case is missing
2006-08-19T21:19:33  <xorAxAx> Kepplar: you have 330 changesets to merge into your branch
2006-08-19T21:19:40  <mvirkkil> lol
2006-08-19T21:19:40  <xorAxAx> some of them include changes of the Page interface
2006-08-19T21:20:06  <mvirkkil> When I merged a few weeks back just doing the merge and getting everything working took 5h.
2006-08-19T21:20:38  <xorAxAx> mvirkkil: i wonder how long it takes to get everything working if everything wasnt working before you started merging
2006-08-19T21:20:50  <xorAxAx> either 0h or inf. hours
2006-08-19T21:20:59  <xorAxAx> depending on how you count
2006-08-19T21:22:25  <xorAxAx> fpletz: system pages != underlay pages
2006-08-19T21:22:47  <xorAxAx> fpletz: those sets are not contained in each other
2006-08-19T21:23:09  <xorAxAx> mostly people do not want in system pages, completly unrelated from underlay pages :)
2006-08-19T21:23:11  <Kepplar> 330?
2006-08-19T21:23:21  <xorAxAx> Kepplar: yes, hg outgoing mainbranc is saying that
2006-08-19T21:23:58  <Kepplar> kepplar@c:~/dev/moinmoin/storage/MoinMoin$ hg commit -m "User Integration." kepplar@c:~/dev/moinmoin/storage/MoinMoin$ hg push
2006-08-19T21:24:01  <Kepplar> pushing to ssh://hg@hg.thinkmo.de/moin/1.6-storage-a
2006-08-19T21:24:04  <Kepplar> searching for changes
2006-08-19T21:24:06  <Kepplar> kepplar@c:~/dev/moinmoin/storage/MoinMoin$ hg head
2006-08-19T21:24:09  <Kepplar> changeset:   1096:1edb1850902c
2006-08-19T21:24:11  <Kepplar> tag:         tip
2006-08-19T21:24:14  <Kepplar> user:        kepplar@localhost
2006-08-19T21:24:16  <Kepplar> date:        Sat Aug 19 17:43:33 2006 +0100
2006-08-19T21:24:19  <Kepplar> summary:     User Integration.
2006-08-19T21:24:22  <Kepplar> kepplar@c:~/dev/moinmoin/storage/MoinMoin$ hg merge
2006-08-19T21:24:24  <Kepplar> abort: there is nothing to merge, just use 'hg update'
2006-08-19T21:24:26  <Kepplar> kepplar@c:~/dev/moinmoin/storage/MoinMoin$ hg update
2006-08-19T21:24:29  <Kepplar> 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
2006-08-19T21:24:32  <Kepplar> kepplar@c:~/dev/moinmoin/storage/MoinMoin$
2006-08-19T21:24:43  <xorAxAx> fpletz: and "only underlay" is suboptimal is well - "include underlay" was better
2006-08-19T21:25:08  <xorAxAx> Kepplar: you need to pull
2006-08-19T21:25:31  <xorAxAx> Kepplar: i dont understand your directory layout, otherwise i would have given you the correct command line
2006-08-19T21:25:58  <Kepplar> hg pull
2006-08-19T21:25:58  <Kepplar> hpulling from http://hg.thinkmo.de/moin/1.6-storage-a
2006-08-19T21:25:58  <Kepplar> searching for changes
2006-08-19T21:25:58  <Kepplar> no changes found
2006-08-19T21:26:18  <xorAxAx> you have to pull from the main branch
2006-08-19T21:26:33  <xorAxAx> that is hopefully resident in another repo on your machine
2006-08-19T21:26:54  <xorAxAx> otherwise just supply the URL
2006-08-19T21:26:57  <Kepplar> yea, not updated from it in ages
2006-08-19T21:29:29  <xorAxAx> i guess your mentor liked that
2006-08-19T21:29:49  <xorAxAx> but the bigger problem currently is that storage.www.de doesnt run
2006-08-19T21:30:03  <xorAxAx> because of a broken merge
2006-08-19T21:30:11  * xorAxAx checks when the broken merge happened
2006-08-19T21:30:57  <xorAxAx> ah, its not you Kepplar
2006-08-19T21:31:06  <xorAxAx> Kepplar: thomas has modified the config file incorrectly
2006-08-19T21:31:10  <xorAxAx> so it cannot work :)
2006-08-19T21:31:13  <Kepplar> which config?
2006-08-19T21:31:26  <xorAxAx> the wikiconfig.py of storage.www.de
2006-08-19T21:31:36  <Kepplar> i don't even have that file :/
2006-08-19T21:31:45  <xorAxAx> its only on his machine
2006-08-19T21:31:48  <Kepplar> oh
2006-08-19T21:31:56  <xorAxAx> i.e. only he can fix it
2006-08-19T21:32:00  <Kepplar> :S
2006-08-19T22:02:16  <mvirkkil> Any ideas why this http://docbook.wikiwikiweb.de/FrontPage?action=ImportDocBook gives that there is no such action
2006-08-19T22:02:21  <mvirkkil> Works for me locally
2006-08-19T22:02:30  <mvirkkil> and I've pushed the changes.
2006-08-19T22:02:37  <mvirkkil> http://hg.thinkmo.de/moin/1.6-docbook-mvirkkil?cmd=manifest;manifest=6bedd868a3fe3b54ace891d6b29da841b6f52212;path=/MoinMoin/action/
2006-08-19T22:03:04  <mvirkkil> Am I doing something silly?
2006-08-19T22:09:00  <xorAxAx> mvirkkil: i am not sure if 4suite is installed
2006-08-19T22:09:11  <xorAxAx> maybe it mutes the importerror?
2006-08-19T22:11:18  <xorAxAx> mvirkkil: oh oh, thomas will cry out loud because the code is not PEP8 :)
2006-08-19T22:34:37  <mvirkkil> xorAxAx: Ok. I'll fix it to pep8, hopefully thomas will install 4suite
2006-08-19T22:37:36  <mvirkkil> xorAxAx: now it's been officially pepped ;)
2006-08-19T22:38:01  <xorAxAx> hehe
2006-08-19T22:47:04  <fpletz> xorAxAx: what's a system page then? pages listed on i.e. SystemPagesInGermanGroup?
2006-08-19T22:48:37  <xorAxAx> fpletz: see isSystemPage in wikiutil.py
2006-08-19T22:48:48  <xorAxAx> i.e. you dont have to decide that :)
2006-08-19T22:48:53  <fpletz> xorAxAx: oh.. thanks :)
2006-08-19T22:49:05  <xorAxAx> but it might make sense to record the "domain" and the systempage-flag
2006-08-19T22:49:45  <ThomasWaldmann> re
2006-08-19T22:49:57  <fpletz> I'm currently in hannover visiting some friends, so reaching me in irc is a bit difficult. I'm working on moin in trains and late at night.
2006-08-19T22:50:52  <fpletz> xorAxAx: with record you mean index?
2006-08-19T22:51:13  <ThomasWaldmann> fpletz: you know that monday is deadline?
2006-08-19T22:51:29  <fpletz> my solution would just be saving systempage as a domain
2006-08-19T22:51:29  <fpletz> ThomasWaldmann: yeah, will be finished :)
2006-08-19T22:51:53  <ThomasWaldmann> the UI?
2006-08-19T22:52:06  <xorAxAx> fpletz: yes
2006-08-19T22:52:23  <fpletz> mostly, and searches in page revisions, too
2006-08-19T22:52:30  <fpletz> at leat, that's the plan
2006-08-19T22:52:36  <fpletz> *least
2006-08-19T22:57:37  <ThomasWaldmann> btw, did you already implement farm wiki search?
2006-08-19T23:05:33  <ThomasWaldmann> fpletz:
2006-08-19T23:09:19  <fpletz> ThomasWaldmann: nope, but you'll get it until monday.. I'm in crush-mode :)
2006-08-19T23:23:50  <ThomasWaldmann> well, let's see
2006-08-19T23:24:33  <ThomasWaldmann> i would've preferred having some more time. UI stuff sometimes isnt optimal at first try.
2006-08-19T23:29:55  <xorAxAx> ThomasWaldmann: maybe he continues to do some commits after the deadline
2006-08-19T23:30:53  <ThomasWaldmann> as far as SOC is concerned, this is not relevant I guess
2006-08-19T23:31:12  <xorAxAx> yeah
2006-08-19T23:42:52  <ThomasWaldmann> xorAxAx: http://test.wikiwikiweb.de/TestWiki new kind of spam :)
2006-08-19T23:43:10  <xorAxAx> LOL

MoinMoin: MoinMoinChat/Logs/moin-dev/2006-08-19 (last edited 2021-02-12 17:00:46 by Bind)