2007-08-02T02:12:06  <grzywacz> bbl :S
2007-08-02T08:19:18  <ThomasWaldmann> moin
2007-08-02T09:46:37  <lanius_> moin
2007-08-02T09:55:12  <xorAxAx> lanius_: did you already fix your hack?
2007-08-02T09:56:35  <lanius_> i removed it completly, don't want to worry about it
2007-08-02T11:25:00  <CIA-27> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2748:96f96cc9eddc 1.7-maninfo-vpv/MoinMoin/script/xmlrpc/manimport.py: Stop repo handling immediately if there are no files, don't parse unneeded xml data. Dry run handling changed so that it writes the cache files but still doesn't touch the wiki pages, useful for testing.
2007-08-02T13:55:18  <vpv> ThomasWaldmann: about my crahsh/deadlock problem, now I tried the simple server and I got python to crash: python: Modules/gcmodule.c:241: update_refs: Assertion `gc->gc.gc_refs == (-3)' failed.
2007-08-02T13:58:05  <xorAxAx> vpv: which python extensions written in C do you use?
2007-08-02T14:00:11  <vpv> I think cElementTree is the only one I explicitly use, I don't really know which (if any) stdlib modules are C
2007-08-02T14:00:34  <xorAxAx> ok
2007-08-02T14:00:42  <xorAxAx> and where did you have deadlocks?
2007-08-02T14:00:48  <vpv> but I'd think gc refers to garbage collecting, I have a couple of ideas to change my code and then I'll test more
2007-08-02T14:01:01  <xorAxAx> dont change your code to "fix" this, you cant
2007-08-02T14:01:54  <vpv> In the xmlrpc stuff, when I do the multicall, it sometimes happens that the main moin.py is waiting in accept() and the script runner moin.py in recv()
2007-08-02T14:02:30  <xorAxAx> on the same socket?
2007-08-02T14:03:33  <vpv> I took a look with strace, the other was accepting on 3 and the other recving on 5, iirc
2007-08-02T14:04:17  <xorAxAx> yes, that sounds perfectly fine
2007-08-02T14:04:29  <xorAxAx> hmm
2007-08-02T14:04:40  <xorAxAx> of course 3 could be connected to 5
2007-08-02T14:04:47  <xorAxAx> and what was it reading?
2007-08-02T14:06:38  <vpv> that I don't really know, maybe the answer to the call made or something...
2007-08-02T14:07:13  <xorAxAx> then you should find out :)
2007-08-02T14:15:58  <vpv> now something like that happened again, the server is sitting in recv(27, and the script runner in recv(6,
2007-08-02T14:18:29  <vpv> funny, I killed the script and hit ctrl-c to the server, that caused the server to continue :D
2007-08-02T14:34:47  <vpv> I think I'll port my import script to use PageEditor instead of xmlrpc, now that did some straces, even before it locks, most of the time is spent on socket read/write calls
2007-08-02T15:05:18  <CIA-27> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2749:60d95b725fc6 1.7-maninfo-vpv/MoinMoin/script/xmlrpc/manimport.py: Some object creation improvements, detect man pages that end in .n. This should be the final commit before attempting to port to PageEditor
2007-08-02T15:33:22  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2749:6b6621e4d4c7 1.7-storage-hwendel/MoinMoin/storage/ (external.py fs_storage.py): fix magic
2007-08-02T15:33:29  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2750:a1059ed0b903 1.7-storage-hwendel/MoinMoin/storage/external.py: fixes
2007-08-02T15:33:41  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2751:73604045b5d6 1.7-storage-hwendel/MoinMoin/ (4 files in 3 dirs): drop python2.3 hacks
2007-08-02T15:33:49  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2752:a5b33f5da5d6 1.7-storage-hwendel/MoinMoin/storage/ (backends.py external.py fs_storage.py): more insanity
2007-08-02T15:33:57  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2753:c423db100c07 1.7-storage-hwendel/MoinMoin/ (5 files in 3 dirs): fix indexes
2007-08-02T16:50:26  <vpv> hmm, the --wiki-url option in the scripts doesn't seem to have any effect, they always seem to assume that the wiki is in ./wiki/data/ anyway
2007-08-02T16:57:10  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2754:f8a77c771602 1.7-storage-hwendel/MoinMoin/storage/fs_storage.py: whitespaces
2007-08-02T16:57:11  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2755:509a4b07ec9c 1.7-storage-hwendel/MoinMoin/ (3 files in 3 dirs): implicit decorator factory
2007-08-02T16:59:44  <xorAxAx> vpv: its doing something different
2007-08-02T16:59:55  <xorAxAx> vpv: its accepting an HTTP url
2007-08-02T17:00:05  <xorAxAx> to know to which config to dispatch
2007-08-02T17:02:22  <lanius> sometimes python is really cool :D
2007-08-02T17:03:00  <lanius> if you finally see how all that magic works ;)
2007-08-02T17:05:17  <xorAxAx> yes
2007-08-02T17:10:43  <vpv> xorAxAx: so how can I give it the directory then, or is there even that chance?
2007-08-02T17:12:39  <xorAxAx> thats another option
2007-08-02T17:12:45  <xorAxAx> i dont remember it
2007-08-02T17:13:07  <xorAxAx> and that other option accepts a path to wikiconfig.py
2007-08-02T17:13:10  <xorAxAx> not the data directory
2007-08-02T17:13:33  <vpv> ok, thanks, I think I get it now
2007-08-02T17:16:51  <vpv> I can't get it to work with the --config-dir option either, but I'll just run it from the "root" dir for now
2007-08-02T17:31:10  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2756:d79a8eea3990 1.7-storage-hwendel/MoinMoin/ (18 files in 6 dirs): refactor stuff
2007-08-02T17:31:43  * ThomasWaldmann loves such verbose commit comments
2007-08-02T17:31:51  <lanius> i think i just have to commit enough so you don't read my diffs anymore :D
2007-08-02T17:32:20  <ThomasWaldmann> i read any diff :) sooner or later.
2007-08-02T17:32:58  <lanius> rename python modules refactoring is missing in pydev
2007-08-02T17:33:29  <ThomasWaldmann> tell its author :)
2007-08-02T17:33:57  <ThomasWaldmann> what do you want to rename?
2007-08-02T17:34:03  <lanius> i already did
2007-08-02T17:34:08  <lanius> was not too difficult by hand either
2007-08-02T17:34:37  * ThomasWaldmann some day wants to rename wikiutil (when I am really bored).
2007-08-02T17:34:46  <lanius> ^^
2007-08-02T17:36:18  <ThomasWaldmann> only 3 wiki* things left :)
2007-08-02T17:38:42  <ThomasWaldmann> lanius: you use hg mv ...?
2007-08-02T17:38:53  <lanius> maybe i should ;)
2007-08-02T17:39:27  <ThomasWaldmann> if you did not, you broke the history of the code
2007-08-02T17:39:45  <lanius> then i did
2007-08-02T17:39:52  <lanius> break
2007-08-02T17:40:59  <ThomasWaldmann> then i suggest you clone the revision before breaking it and redo it using hg mv
2007-08-02T17:41:15  <lanius> eh what?
2007-08-02T17:41:40  <ThomasWaldmann> what part is unclear?
2007-08-02T17:41:46  <lanius> every part of it
2007-08-02T17:42:31  <ThomasWaldmann> d79a8eea3990 is this the only changeset you did not use hg mv?
2007-08-02T17:43:29  <ThomasWaldmann> (but just deleting files and adding new ones)
2007-08-02T17:45:32  <lanius> i did it ever since using mercurial
2007-08-02T17:45:47  <lanius> didn't realize there is a mv
2007-08-02T17:46:48  <ThomasWaldmann> hmpf
2007-08-02T17:49:28  * ThomasWaldmann updated our MercurialGuide
2007-08-02T17:49:36  <lanius> very good :-)
2007-08-02T17:50:29  <ThomasWaldmann> ok, looks like we have to live with that in your repo :|
2007-08-02T17:50:41  <lanius> i'm sorry
2007-08-02T18:13:25  <ThomasWaldmann> lanius: +        An exception to be reaised.
2007-08-02T18:23:23  <ThomasWaldmann> lanius: http://hg.moinmo.in/moin/1.7-storage-hwendel/rev/73604045b5d6 explain that
2007-08-02T18:26:03  <lanius> i just removed it for now until i have convinced you that by the time moin 1.7 will ship we safely can drop 2.3 compatibility
2007-08-02T18:26:46  <ThomasWaldmann> that is not acceptable
2007-08-02T18:27:20  <lanius> i spent too much time on this stuff yestereday, so i just don't care
2007-08-02T18:28:00  <ThomasWaldmann> we didn't tell you to touch it
2007-08-02T18:28:32  <lanius> but you told me to be compatible with python 2.3
2007-08-02T18:28:32  <ThomasWaldmann> but whether we remove py 2.3 compatibility is not your decision and it wont be decided now
2007-08-02T18:28:46  <ThomasWaldmann> sure
2007-08-02T18:29:27  <ThomasWaldmann> so until we all decide to drop 2.3, your code has to be 2.3 compatible
2007-08-02T18:30:34  <xorAxAx> 17:50:29 < ThomasWaldmann> ok, looks like we have to live with that in your repo :|
2007-08-02T18:30:37  <xorAxAx> umm
2007-08-02T18:30:44  <xorAxAx> if he moved old code, he should fix it
2007-08-02T18:30:53  <xorAxAx> if he just broke his own, its ok IMHO
2007-08-02T18:31:11  <xorAxAx> lanius: so which files did you move?
2007-08-02T18:31:20  <ThomasWaldmann> xorAxAx: right. s/your repo/your code/
2007-08-02T18:32:21  <lanius> xorAxAx: only mine
2007-08-02T18:32:35  <ThomasWaldmann> lanius: maybe concentrate a bit on your main task. everything you needed is to include the usual 4 lines for dealing with sets.
2007-08-02T18:33:01  <xorAxAx> lanius: thats reassuring
2007-08-02T18:33:01  <ThomasWaldmann> but then you got distracted and wasted lots of time to do it differently.
2007-08-02T18:33:20  <xorAxAx> without asking experienced nitpicking people first
2007-08-02T18:33:44  <lanius> well i talked to thomas and he said it is ok to patch __builtins__
2007-08-02T18:34:00  <lanius> after i had changed it to something which was completly ok
2007-08-02T18:34:26  <ThomasWaldmann> your first change was not ok at all, because it didnt work with 2.4
2007-08-02T18:34:31  <lanius> it did
2007-08-02T18:34:32  <lanius> i tested it
2007-08-02T18:34:50  <xorAxAx> ugh, evil thomas :)
2007-08-02T18:35:00  <ThomasWaldmann> importing a builtin from another module works?
2007-08-02T18:35:05  <lanius> yes
2007-08-02T18:35:47  <ThomasWaldmann> hmm, I consider that as rather ... strange.
2007-08-02T18:35:56  <xorAxAx> ?
2007-08-02T18:36:09  <xorAxAx> you only import names in python
2007-08-02T18:36:15  <ThomasWaldmann> xorAxAx: from MoinMoin.support import set
2007-08-02T18:36:22  <xorAxAx> as long the name is bound in the modules scope, thats perfectly fine
2007-08-02T18:36:36  <xorAxAx> so if set is bound in support, it will work
2007-08-02T18:36:42  <xorAxAx> regardless what it is bound to
2007-08-02T18:36:53  <lanius> right
2007-08-02T18:36:58  <xorAxAx> and the global module name space shadows the builtins
2007-08-02T18:37:14  <ThomasWaldmann> support did not do anything for set for the 2.4 case
2007-08-02T18:37:37  <lanius> it did do set = set
2007-08-02T18:37:58  <ThomasWaldmann> yes, after we talked about this strange thing
2007-08-02T18:38:47  <ThomasWaldmann> anyway, such stuff should be done in main branch
2007-08-02T18:39:07  <ThomasWaldmann> it is not related to storage refactoring
2007-08-02T18:39:31  <lanius> right
2007-08-02T18:40:01  <xorAxAx> yes, lanius could do it in a separate branch
2007-08-02T18:40:06  <xorAxAx> and we could already merge it
2007-08-02T18:40:45  <ThomasWaldmann> i suggest to revert ALL changes done regarding py2.3 (in)compatibility from storage branch
2007-08-02T18:41:04  <lanius> i suggest we follow xorAxAx proposal :D
2007-08-02T18:41:25  <xorAxAx> that will make it easiest for everybody
2007-08-02T18:41:25  <ThomasWaldmann> i didnt say we don't do it in main branch :)
2007-08-02T18:41:32  <lanius> after that i can just merge main
2007-08-02T18:41:36  <xorAxAx> yes
2007-08-02T18:41:47  <xorAxAx> mercurial has named branches
2007-08-02T18:42:00  <ThomasWaldmann> but that merging your branch into main will break 2.3 compat is not ok
2007-08-02T18:42:01  <xorAxAx> you just need to branch from the main branch
2007-08-02T18:42:25  <lanius> ThomasWaldmann: it will not, because i merged main before which has the necessary changes
2007-08-02T18:42:30  <xorAxAx> commit it, add a new head by it and your mentor will merge that branch into main
2007-08-02T18:42:55  <ThomasWaldmann> lanius: ? what about the logging fix you removed?
2007-08-02T18:42:56  <xorAxAx> (in fact he doesnt need to merge at all but only push if you pick the correct changeset)
2007-08-02T18:43:20  <lanius> if we are at it, i'd like to use reversed, generators and partial
2007-08-02T18:44:08  <ThomasWaldmann> 2.4 features only after official drop of 2.3
2007-08-02T18:44:13  <lanius> partial is 2.5
2007-08-02T18:44:28  <lanius> but it is quite usefull
2007-08-02T18:44:55  <ThomasWaldmann> lanius: i guess you can extend that rule for 2.5, 2.6, 3.0 yourself :)
2007-08-02T18:45:14  <lanius> the difference is that 2.6, 3.0 are not released yet
2007-08-02T18:45:38  <ThomasWaldmann> that doesn't change that rule
2007-08-02T18:46:39  <ThomasWaldmann> keep in mind that not anybody running moin has the latest and greatest stuff installed
2007-08-02T18:47:00  <lanius> not anybody running moin, but i expect anybody running the latest and greatest moin has the latest and greatest stuff installed
2007-08-02T18:47:06  <ThomasWaldmann> some people run enterprise versions of some linux distributions and that stuff tends to be rather old
2007-08-02T18:47:14  <lanius> but python is nothing very complex
2007-08-02T18:47:24  <lanius> it's not qt or glibc
2007-08-02T18:48:25  <ThomasWaldmann> sure you can install some /usr/local python, but that is additional work and not everyone is able or allowed to do that
2007-08-02T18:48:39  <lanius> everybody is allowed to install ~/python
2007-08-02T18:49:09  <ThomasWaldmann> so we won't require later python until it is either extremly outdated or we really, really need it for a good reason
2007-08-02T18:49:22  <lanius> the reason is fun
2007-08-02T18:49:26  <xorAxAx> lanius: partial doesnt need 2.5
2007-08-02T18:49:32  <lanius> xorAxAx: doesn't?
2007-08-02T18:49:40  <xorAxAx> lanius: no, because a replacement is 8 lines
2007-08-02T18:49:49  <xorAxAx> in pure python
2007-08-02T18:50:04  <lanius> xorAxAx: yes, that's what i did, and after that i found that pep ;)
2007-08-02T18:50:29  <xorAxAx> lanius: the py-lib backported all useful stuff as well
2007-08-02T18:50:35  <xorAxAx> so if you need anything, just grab it from there
2007-08-02T18:50:39  <lanius> so i'll add it to support as well
2007-08-02T18:55:11  <ThomasWaldmann> lanius: how about editlog/rc stuff?
2007-08-02T18:55:37  <lanius> i found some things in the other stuff that weren't correct, so i did this first
2007-08-02T18:56:05  <ThomasWaldmann> i would rather like to see some more storage stuff from you than python 2.3 related things
2007-08-02T18:56:21  <lanius> i didn't do any python 2.3 changes today
2007-08-02T18:56:34  <lanius> and yesterday only 25% of the time
2007-08-02T18:59:29  <ThomasWaldmann> lanius: http://hg.moinmo.in/moin/1.7/ see there for reasonable commit comments
2007-08-02T19:00:10  <ThomasWaldmann> word count is usually >> 2
2007-08-02T19:00:44  <lanius> mine as well, usually
2007-08-02T19:00:57  <ThomasWaldmann> so just read your diff (also good for seeing typos) and then write the commit comment
2007-08-02T19:02:21  <xorAxAx> lanius: setting EDITOR and not using -m eases the creation of good commit comments :)
2007-08-02T19:02:34  <ThomasWaldmann> be a bit more specific about what you did. I am reading your diffs, but other developers might only look at the commit comments.
2007-08-02T19:03:45  <xorAxAx> also note that commit comments will be used to track changes years later
2007-08-02T19:03:54  <ThomasWaldmann> also be aware that when we merge your stuff into main, every single of your changesets will be there
2007-08-02T19:03:57  <xorAxAx> so you can use them to reason for a certain change
2007-08-02T19:10:09  <ThomasWaldmann> lanius: Python 2.3.4 (#1, Oct 11 2006, 06:18:43)
2007-08-02T19:10:22  <ThomasWaldmann> (shell.sf.net)
2007-08-02T19:33:25  * ThomasWaldmann continues with the 1.6 converter stuff
2007-08-02T20:16:27  <vpv> more problems, maybe I've had too long a day, but if I try import MoinMoin.parser.text_moin_wiki my script crashes
2007-08-02T20:18:32  <vpv> I'm not doing this "as such", but it happens if I do PageEditor.SaveText()
2007-08-02T20:20:05  <xorAxAx> vpv: "crashes" sounds like you are into perl
2007-08-02T20:20:33  * starshine takes exception to that
2007-08-02T20:21:13  <xorAxAx> starshine: hmm? :)
2007-08-02T20:21:15  <vpv> :D anyway the error is ImportError: No module named parser.text_moin_wiki which is very weird
2007-08-02T20:21:54  <starshine> .o( path
2007-08-02T20:22:07  <ThomasWaldmann> vpv: show us the backtrace (not pasting it here)
2007-08-02T20:22:20  <starshine> rafb.net has a nice pastebin :)
2007-08-02T20:22:22  <xorAxAx> vpv: paste the full line
2007-08-02T20:22:29  <xorAxAx> the import line
2007-08-02T20:23:26  <vpv> http://pastebin.com/d46b7d9a0
2007-08-02T20:24:15  <vpv> there is the File "MoinMoin/script/../../MoinMoin/script/import/manimport.py" which I suspect, but don't know how to go around that
2007-08-02T20:25:33  <xorAxAx> did you modify script.py?
2007-08-02T20:26:00  <vpv> no...
2007-08-02T20:26:19  <xorAxAx> try python -v ...script.py
2007-08-02T20:27:09  <vpv> you mean moin.py in script/ (that's what I assumed in my last answer)
2007-08-02T20:27:34  <xorAxAx> yes
2007-08-02T20:28:06  <vpv> I'm currently running it as MoinMoin/script/moin.py import manimport -f from the base folder, because otherwise it won't recognize the wiki/ at all
2007-08-02T20:28:25  <vpv> (forget -f, that's not relevant here)
2007-08-02T20:29:07  <xorAxAx> well
2007-08-02T20:29:24  <starshine> did you edit it to mention the paths described inside its comments?
2007-08-02T20:33:41  <vpv> umm, there should be nothing like that in MoinMoin/script/moin.py
2007-08-02T20:34:08  <starshine> nvm I'm pre caffeine ;P
2007-08-02T20:34:35  * starshine hides in plain #moin
2007-08-02T20:35:16  <ThomasWaldmann> strange error
2007-08-02T20:35:57  <vpv> but there's the problem, I guess the scripts should be run from the script/ folder, if I only could get them to see the wiki/
2007-08-02T20:41:42  <vpv> so copied wiki/ to scripts/ so that I can run ./moin.py directly in scripts/, it doesn't matter, it still throws the ImportError
2007-08-02T20:48:09  <xorAxAx> ugh the refactor stuff changeset is pretty large for such a small comment
2007-08-02T20:50:40  <lanius> that's because i didn't use mv
2007-08-02T20:52:51  <xorAxAx> yeah
2007-08-02T20:53:41  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2757:17e7dd5c35b4 1.7-storage-hwendel/MoinMoin/ (11 files in 10 dirs): separate code that can be used by all backends into common.py and make it apply transparently
2007-08-02T20:54:14  <lanius> aah, i hate pydev
2007-08-02T20:57:53  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2758:90591a10b955 1.7-storage-hwendel/MoinMoin/ (6 files in 6 dirs): fix last commit
2007-08-02T21:00:14  <lanius> ThomasWaldmann: xorAxAx: how do i rollback only a specific commit?
2007-08-02T21:02:50  <xorAxAx> lanius: the last one?
2007-08-02T21:02:54  <lanius> no
2007-08-02T21:02:59  <xorAxAx> did you push it already?
2007-08-02T21:03:08  <lanius> it's some commit from my history
2007-08-02T21:05:51  <vpv> Now I tried to do the problematic import in script/moin.py just to test it, it gives this error now: http://pastebin.com/d679c6376
2007-08-02T21:07:01  <xorAxAx> well, looks like a bug :)
2007-08-02T21:09:31  <xorAxAx> at least for SOC, interaction with the community is important. in this case it means that because of the interaction, you have got to know that there is a bug. now you can take the necessary countermeasures to defeat it and become lucky
2007-08-02T21:11:10  <xorAxAx> lanius: ping
2007-08-02T21:12:27  <vpv> what's weird is that if I use irclog importer to test basically the same thing, it works...
2007-08-02T21:13:12  <vpv> but I'll try to work on this more tomorrow
2007-08-02T21:13:23  <lanius> xorAxAx: yes
2007-08-02T21:13:35  <xorAxAx> then you need to use the backout extension
2007-08-02T21:13:38  <xorAxAx> and/or command
2007-08-02T21:16:25  <ThomasWaldmann> "room not found" from last year's mentor summit" http://gallery.michaelandkrissy.com/v/gsoc_summit_2006/IMG_5170.JPG.html
2007-08-02T21:23:28  <lanius> ThomasWaldmann: http://cojobo.net/~h_wendel/stuff/python23.diff
2007-08-02T21:30:07  <ThomasWaldmann> lanius: read it yourself to find 2 things that are not ok yet
2007-08-02T21:30:38  <ThomasWaldmann> (and run the tests to maybe find some more)
2007-08-02T21:39:02  <lanius> ThomasWaldmann: do you mean the line endings?
2007-08-02T21:40:35  <lanius> ThomasWaldmann: updated
2007-08-02T21:44:51  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2589:2815c91635ff 1.7/MoinMoin/script/migration/ (1050800.py 1059999.py _conv160.py): 1.6 converter: improve user profile conversion
2007-08-02T21:49:07  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2759:94234c7b299f 1.7-storage-hwendel/MoinMoin/ (3 files in 2 dirs): revert dropping of python2.3
2007-08-02T21:49:08  <CIA-27> moin: Heinrich Wendel <h_wendel@cojobo.net> * 2760:86a72558d240 1.7-storage-hwendel/MoinMoin/ (4 files in 3 dirs): make use of partial
2007-08-02T21:50:11  <ThomasWaldmann> lanius: the module name python23.py is now misleading as you included also hacks that will be needed for 2.4 also
2007-08-02T21:50:47  <ThomasWaldmann> and the stuff misses comments / docstrings about compatibility
2007-08-02T21:52:45  <lanius> there have been no notes about compatibility before and i don't know about it, so it's ok to commit for now?
2007-08-02T21:55:44  <lanius> well, i'm done for today, cu tomoroow
2007-08-02T21:56:32  <ThomasWaldmann> afaik, the set and sorted hacks are only needed for 2.3
2007-08-02T21:56:52  <ThomasWaldmann> but the partial stuff you introduced will be also needed for 2.4, right?
2007-08-02T21:57:57  <ThomasWaldmann> so i suggest to hg mv python23.py python_compat.py  and add comments about what stuff in there is needed for which python version
2007-08-02T22:04:37  <ThomasWaldmann> and as you decided to do this stuff in your branch, you will now have to do tests with 2.3 and 2.4.
2007-08-02T22:07:05  <ThomasWaldmann> lanius: tests finished: 18 failed
2007-08-02T22:07:30  <ThomasWaldmann> (python 2.4.4)
2007-08-02T22:24:33  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2590:20638e764560 1.7/MoinMoin/script/migration/_conv160.py: 1.6 converter: have request object everywhere
2007-08-02T22:25:09  <grzywacz> moin
2007-08-02T22:25:55  <ThomasWaldmann> hi grzywacz
2007-08-02T22:36:35  <ThomasWaldmann> grzywacz: how did your interviews go?
2007-08-02T22:37:29  <grzywacz> ThomasWaldmann, could be better, unfortunately. I'll know the final result in up to one week, most likely sooner.
2007-08-02T22:39:36  <ThomasWaldmann> hey, if you dont get it, you at least won't have to suffer using C++ X)
2007-08-02T22:40:30  <grzywacz> Your point is valid. ;-)
2007-08-02T22:59:58  <grzywacz> xorAxAx, can we get a graphical representation of sorts of our test coverage?
2007-08-02T23:03:44  <grzywacz> xorAxAx, btw. good thing I actually did read some Stroustrup and Gamma, refreshing experience and some of the details I've revised turned out to be important
2007-08-02T23:08:23  <grzywacz> Anyway, good night. I look&feel like a real zombie.
2007-08-02T23:17:15  <xorAxAx> good night :)
2007-08-02T23:17:29  * xorAxAx is in a conf call with some two guys
2007-08-02T23:24:12  <vpv> I did some more detective work, something very weird is going on with the imports, this might be and probably is a local problem, but it's driving me nuts :P
2007-08-02T23:29:58  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2084:c447675a592e 1.7-template-fkrupicka/MoinMoin/pageutils.py: [TEMPORARY] work in progress refactoring of .send_page to small methods
2007-08-02T23:29:58  * zenhase takes cover
2007-08-02T23:30:03  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2085:3121011df76d 1.7-template-fkrupicka/MoinMoin/Page.py: .send_page_new (no frills send_page)
2007-08-02T23:30:04  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2086:bd53053e2daa 1.7-template-fkrupicka/MoinMoin/Page.py: fixes: forgot chrome import, missed page_exists var
2007-08-02T23:30:09  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2087:73ff328d10aa 1.7-template-fkrupicka/MoinMoin/action/__init__.py: action show2 to test send_page_new
2007-08-02T23:30:20  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2088:a34737ce0b0c 1.7-template-fkrupicka/MoinMoin/ (5 files in 3 dirs): Cleanups from genshi integration tries
2007-08-02T23:30:27  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2089:967d529b31e9 1.7-template-fkrupicka/ (MoinMoin/logfile/__init__.py wiki/data/edit-log): workaround for initially non-existing edit-log, remove edit-log from repo
2007-08-02T23:30:42  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2090:b3ddb4504ec6 1.7-template-fkrupicka/MoinMoin/parser/text_moin_wiki.py: text_moin_wiki: bug fix of {{{ aaa {{{\n }}} bbb }}}
2007-08-02T23:30:48  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2091:1bdbf54a33ff 1.7-template-fkrupicka/MoinMoin/parser/text_moin_wiki.py: text_moin_wiki:bug fix of NoURLsAfterBlock
2007-08-02T23:31:02  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2092:e5526f9c2113 1.7-template-fkrupicka/MoinMoin/_tests/ (_test_template.py test_security.py): Fixed test_template, streamlined reimars last test.
2007-08-02T23:31:08  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2093:8ac1efc21728 1.7-template-fkrupicka/ (10 files in 8 dirs): Merge with main.
2007-08-02T23:31:14  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2094:94af8c2afeb0 1.7-template-fkrupicka/MoinMoin/logfile/__init__.py: make logfile damage happen less often
2007-08-02T23:31:28  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2095:05e4ecc7d8cb 1.7-template-fkrupicka/MoinMoin/_tests/test_parser_text_moin_wiki.py: test_parser_text_moin_wiki:tests for url after block added
2007-08-02T23:31:34  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2096:b1046ec29bca 1.7-template-fkrupicka/MoinMoin/_tests/test_parser_text_moin_wiki.py: test_parser_text_moin_wiki:both url tests combined
2007-08-02T23:31:49  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2097:1376525701c1 1.7-template-fkrupicka/MoinMoin/ (_tests/test_wikiutil.py wikiutil.py): wikiutil.ParameterParser: tests added and bug fixed if args is empty and parameters wanted
2007-08-02T23:31:56  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2098:641c229599a4 1.7-template-fkrupicka/MoinMoin/wikiutil.py: wikiutil.ParameterParser.parse_parameters: TODO in exceptions added
2007-08-02T23:32:12  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2099:9bea36ddd065 1.7-template-fkrupicka/MoinMoin/macro/Hits.py: macro/Hits: shows hits of a page (refactored version from MacroMarket)
2007-08-02T23:32:18  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2100:087bdf9de399 1.7-template-fkrupicka/ (Makefile MoinMoin/__init__.py): epydoc target path for 1.7
2007-08-02T23:32:25  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2101:fca8ed243a88 1.7-template-fkrupicka/Makefile: fixed Makefile for epydoc 3.0
2007-08-02T23:32:33  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2102:c071cddde1e4 1.7-template-fkrupicka/MoinMoin/Page.py: Added a cosmetic newline to test if push works.
2007-08-02T23:32:39  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2103:fb6f1de06be0 1.7-template-fkrupicka/MoinMoin/events/__init__.py:
2007-08-02T23:32:49  <CIA-27> moin: Start with a simplistic event handling system, which uses plugins in a way
2007-08-02T23:32:59  <CIA-27> moin: similar to actions.
2007-08-02T23:33:03  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2104:855d73886dae 1.7-template-fkrupicka/MoinMoin/events/EmailNotification.py:
2007-08-02T23:33:09  <CIA-27> moin: Add a pseudo-plugin for testing. Email notification from PageEditor will be
2007-08-02T23:33:13  <CIA-27> moin: moved here.
2007-08-02T23:33:19  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2105:2976c757ee42 1.7-template-fkrupicka/ (MoinMoin/PageEditor.py wiki/data/plugin/events/__init__.py):
2007-08-02T23:33:33  <CIA-27> moin: Add the "events" plugin dir for future external plugins, alter PageEditor to
2007-08-02T23:33:37  <CIA-27> moin: send an event on page save.
2007-08-02T23:33:41  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2106:7547652ffb6f 1.7-template-fkrupicka/MoinMoin/events/__init__.py: Change Event -> Observable, add a helper PageEvent class.
2007-08-02T23:33:48  <CIA-27> (124 lines omitted)
2007-08-02T23:34:07  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2214:8aad85519f76 1.7-template-fkrupicka/MoinMoin/userform.py: Fix error occuring when user has no subscribed events.
2007-08-02T23:34:17  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2215:3cfc01315d3a 1.7-template-fkrupicka/ (5 files in 4 dirs): Merge with my devel branch.
2007-08-02T23:34:27  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2216:a3a19bdc0b9a 1.7-template-fkrupicka/ (5 files in 4 dirs): merge jabber branch
2007-08-02T23:34:35  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2217:c15ec6a2c69e 1.7-template-fkrupicka/MoinMoin/_tests/ (test_request.py test_security.py test_wikiutil.py): reduce number of failing tests
2007-08-02T23:34:43  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2218:789c1a37e4ab 1.7-template-fkrupicka/MoinMoin/_tests/ (test_formatter.py test_wikiutil.py): don't run docbook formatter test when we have no 4suite installed, add test for non-empty SystemPagesGroup
2007-08-02T23:34:55  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2219:f5f4dbbd0c51 1.7-template-fkrupicka/MoinMoin/ (_tests/maketestwiki.py action/backup.py support/tarfile.py): added tarfile.py from py 2.5.1 (backported to work with py 2.3/2.4), fix imports to use it for tests/backup (ported from 1.6)
2007-08-02T23:35:09  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2220:7a3f7ac4f6e0 1.7-template-fkrupicka/MoinMoin/ (_tests/test_formatter.py conftest.py formatter/text_xml.py): fix formatter setup for tests, skip broken dom_xml formatter test, add small/big to text_xml formatter (ported from 1.6)
2007-08-02T23:35:23  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2221:7917222e0e05 1.7-template-fkrupicka/MoinMoin/util/_tests/test_util.py: MoinMoin.util: some tests added
2007-08-02T23:35:32  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2222:3719548ae9a2 1.7-template-fkrupicka/MoinMoin/_tests/ (macro/test_Action.py macro/test_Hits.py test_macro_Hits.py): test of Hits moved to macro and converted for py.test, a test for the Action macro added
2007-08-02T23:35:48  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2223:e35adb666eca 1.7-template-fkrupicka/MoinMoin/_tests/macro/test_ImageLink.py: test_ImageLink: some tests for ImageLink
2007-08-02T23:35:54  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2224:e81af778f99d 1.7-template-fkrupicka/MoinMoin/logfile/editlog.py: fixed cleaning of edit comments
2007-08-02T23:36:11  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2225:80fc914af5c8 1.7-template-fkrupicka/docs/ (CHANGES CHANGES.fpletz): integrated CHANGES.fpletz into main CHANGES, TODOs/unclear stuff went to MoinMoin:XapianIntegration
2007-08-02T23:36:18  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2226:340ae0e7529e 1.7-template-fkrupicka/ (3 files in 3 dirs): replace xmlrpc getUser by getUserProfile, auth can be done by getAuthToken/applyAuthToken in the same multicall, use for interwiki auth
2007-08-02T23:36:33  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2227:261d406b560f 1.7-template-fkrupicka/MoinMoin/_tests/ (4 files in 2 dirs): merged main
2007-08-02T23:36:42  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2228:d133bf86ed58 1.7-template-fkrupicka/MoinMoin/macro/MonthCalendar.py: MonthCalendar: fix wrong relative links
2007-08-02T23:36:52  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2229:b3dc2a7d1cce 1.7-template-fkrupicka/MoinMoin/i18n/Makefile: i18n Makefile fixes
2007-08-02T23:37:05  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2230:ca3e7fdab76e 1.7-template-fkrupicka/moin.spec: fix date format in moin.spec file
2007-08-02T23:37:13  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2231:87cdbb744f1b 1.7-template-fkrupicka/ (MoinMoin/parser/text_moin_wiki.py docs/CHANGES): revert the rest of changeset 1694: fdf01f9f3143 (except the bugfix)
2007-08-02T23:37:23  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2232:15c11fe8f6b2 1.7-template-fkrupicka/MoinMoin/config/ (__init__.py multiconfig.py): config/multiconfig: minor cleanup
2007-08-02T23:37:31  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2233:30a153cfa8f8 1.7-template-fkrupicka/MoinMoin/script/maint/mkpagepacks.py: Make testwiki check in mkpagepacks windows-compatible.
2007-08-02T23:37:41  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2234:a37491dbb605 1.7-template-fkrupicka/MoinMoin/ (PageEditor.py security/__init__.py): Correctly check the ACL lists in the PageEditor for the admin check instead of the wrapping objects, reordered some comments and doc strings, return None instead of 0 in may if applicable. Should be ported to 1.7.
2007-08-02T23:37:56  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2235:a34d054835d3 1.7-template-fkrupicka/MoinMoin/security/__init__.py: Added some documentation to the docstrings of MoinMoin.security, reordered some lines of code. Should be ported to 1.7.
2007-08-02T23:38:07  <CIA-27> moin: Alexander Schremmer <alex AT alexanderweb DOT de> * 2236:fc90d8319bba 1.7-template-fkrupicka/MoinMoin/ (config/multiconfig.py security/__init__.py): Add hierarchical ACLs, clean the module doc string of MoinMoin.security.
2007-08-02T23:38:19  <CIA-27> (152 lines omitted)
2007-08-02T23:38:42  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2382:1d85514968a2 1.7-template-fkrupicka/ (7 files in 4 dirs): Fix remaining excessive white space characters.
2007-08-02T23:38:48  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2383:b902f2397c68 1.7-template-fkrupicka/ (25 files in 12 dirs): rename server and request Implementations by adding a prefix server_, request_
2007-08-02T23:39:00  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2384:505991ec14f3 1.7-template-fkrupicka/MoinMoin/ (11 files in 2 dirs): removed renamed request and server implementations
2007-08-02T23:39:10  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2385:dbfe98af770a 1.7-template-fkrupicka/ (36 files in 12 dirs): Merge with main.
2007-08-02T23:39:20  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2386:338334a0d38d 1.7-template-fkrupicka/MoinMoin/_tests/pep8.py: Merge main.
2007-08-02T23:39:32  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2387:24242585fd70 1.7-template-fkrupicka/jabberbot/xmlrpcbot.py: Warn user if we failed to get a token using his credentials.
2007-08-02T23:39:38  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2388:b745ea150288 1.7-template-fkrupicka/jabberbot/xmlrpcbot.py: Merge with my devel branch.
2007-08-02T23:39:48  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2389:d680aee762a7 1.7-template-fkrupicka/MoinMoin/events/jabbernotify.py: Fix notification about user creation - command needs a list of jids.
2007-08-02T23:39:58  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2390:59d83c1c6ffc 1.7-template-fkrupicka/MoinMoin/events/ (emailnotify.py jabbernotify.py): Refactor email notification so more code is shared. Initial user creation notification - not tested.
2007-08-02T23:40:07  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2391:bf3ec2aadfb6 1.7-template-fkrupicka/MoinMoin/events/ (emailnotify.py jabbernotify.py): Merge with devel.
2007-08-02T23:40:17  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2392:4d97c3df9677 1.7-template-fkrupicka/MoinMoin/events/emailnotify.py: Fix sending email notifications about accounts being created.
2007-08-02T23:40:27  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2393:8b4c8ebdd8bc 1.7-template-fkrupicka/MoinMoin/events/emailnotify.py: Merge with devel.
2007-08-02T23:40:33  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2394:7dd064111811 1.7-template-fkrupicka/ (20 files in 8 dirs): Merge main.
2007-08-02T23:40:41  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2395:61829d040c63 1.7-template-fkrupicka/ (MoinMoin/events/emailnotify.py jabberbot/xmlrpcbot.py): Don't send html-formatted notifications.
2007-08-02T23:40:54  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2396:2b4ae7c40bfa 1.7-template-fkrupicka/ (21 files in 9 dirs): Merge main.
2007-08-02T23:41:02  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2397:0b2420a9b14d 1.7-template-fkrupicka/ (MoinMoin/events/emailnotify.py jabberbot/xmlrpcbot.py): Merge devel.
2007-08-02T23:41:08  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2398:d9da7dbce6cd 1.7-template-fkrupicka/MoinMoin/userprefs/__init__.py: Minor spelling fixes.
2007-08-02T23:41:17  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2399:ebc8fc2a482a 1.7-template-fkrupicka/ (6 files in 2 dirs): Add user_created_message() to share some code. Some fixes to support subjects.
2007-08-02T23:41:22  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2400:91b9d9e40e07 1.7-template-fkrupicka/ (7 files in 3 dirs): Merge with my devel branch.
2007-08-02T23:41:32  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2401:1d60f9aa07d1 1.7-template-fkrupicka/MoinMoin/ (5 files in 2 dirs): Email notification about new attachments. Some i18n issues left to be fixed.
2007-08-02T23:41:42  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2402:39691c426192 1.7-template-fkrupicka/ (15 files in 12 dirs): Merge main.
2007-08-02T23:41:47  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2403:148862d36d4a 1.7-template-fkrupicka/MoinMoin/ (5 files in 2 dirs): Merge with my devel branch.
2007-08-02T23:41:54  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2404:cc6dd879104c 1.7-template-fkrupicka/MoinMoin/ (4 files in 3 dirs): Merge main again.
2007-08-02T23:41:57  <CIA-27> (62 lines omitted)
2007-08-02T23:42:12  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2454:7c32a0f0d570 1.7-template-fkrupicka/MoinMoin/_tests/test_packages.py: Forgotten file (test_packages.py)
2007-08-02T23:42:22  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2455:a3410c72b839 1.7-template-fkrupicka/MoinMoin/i18n/jabberbot/Makefile: New dir for bot translations, copied the Makefile.
2007-08-02T23:42:30  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2456:472068647793 1.7-template-fkrupicka/MoinMoin/i18n/jabberbot/Makefile: Fix the copied makefile to work with jabber bot.
2007-08-02T23:42:38  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2457:46fd1b987437 1.7-template-fkrupicka/MoinMoin/i18n/jabberbot/JabberBot.pot: Initial version of pot file for the jabber bot.
2007-08-02T23:42:44  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2458:61380308535d 1.7-template-fkrupicka/jabberbot/ (xmlrpcbot.py xmppbot.py i18n.py): Added a dummy _ function so that string for translations can be gathered.
2007-08-02T23:42:53  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2459:58ae57239761 1.7-template-fkrupicka/MoinMoin/i18n/tools/mk_POTFILES.py: Modify mk_POTFILES.py so that it can work with different dirs.
2007-08-02T23:43:03  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2460:1007128cb089 1.7-template-fkrupicka/ (4 files in 3 dirs): Whitespace/pep8 fixes.
2007-08-02T23:43:12  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2461:bf9fb139b5d3 1.7-template-fkrupicka/ (8 files in 4 dirs): Merge with devel.
2007-08-02T23:43:18  <CIA-27> moin: Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> * 2462:b114a130c659 1.7-template-fkrupicka/MoinMoin/ (5 files in 4 dirs): Merge main.
2007-08-02T23:43:26  <CIA-27> moin: Reimar Bauer <rb.proj AT googlemail DOT com> * 2463:78d745b57730 1.7-template-fkrupicka/wiki/server/ (moin.cgi moin.fcg): fixing missing changes to example scripts for server and request renaming
2007-08-02T23:43:34  <CIA-27> moin: Thomas Waldmann <tw AT waldmann-edv DOT de> * 2464:123974b5c8b5 1.7-template-fkrupicka/ (MoinMoin/server/server_standalone.py moin.py): added cProfile support to standalone, thanks to rayvd
2007-08-02T23:43:42  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2618:2b6e61c1ccbb 1.7-template-fkrupicka/ (340 files in 75 dirs): merged main
2007-08-02T23:43:48  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2619:2a449079dde3 1.7-template-fkrupicka/MoinMoin/userprefs/prefs.py: Fixed listing of genshithemes in userprefs
2007-08-02T23:43:56  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2620:c65a3cf54ab0 1.7-template-fkrupicka/MoinMoin/request/ (8 files): Reintroduced the request.write single argument patch
2007-08-02T23:44:04  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2621:9eb5c496e48c 1.7-template-fkrupicka/ (5 files in 4 dirs): Fixed failing test_sourcecode tests
2007-08-02T23:44:12  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2622:dd5ab71563a6 1.7-template-fkrupicka/MoinMoin/templating/ (__init__.py chrome.py helpers.py proxy.py theme.py): Some more tests_sourcecode fixes
2007-08-02T23:44:17  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2623:35ed3ecce391 1.7-template-fkrupicka/MoinMoin/ (request/__init__.py templating/theme.py): moved genshi related code into except-ImportError block (make it optional therefore)
2007-08-02T23:44:29  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2624:8708c86424fc 1.7-template-fkrupicka/MoinMoin/templating/chrome.py: method to add inline JS, remove unnecessary path mangling
2007-08-02T23:44:39  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2641:5b17829ebda1 1.7-template-fkrupicka/ (20 files in 13 dirs): merged main
2007-08-02T23:44:44  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2642:6342dfa171fe 1.7-template-fkrupicka/MoinMoin/request/__init__.py: reintroduced request.html_formatter
2007-08-02T23:44:51  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2643:54ab2eb4dcdc 1.7-template-fkrupicka/MoinMoin/templating/chrome.py: fixed: keyword arg passed wrong to genshis serializer
2007-08-02T23:45:01  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2644:ed6e43401e0e 1.7-template-fkrupicka/MoinMoin/config/multiconfig.py: fixed: genshi_test -> genshitest for the test theme (match htdocs/genshitest)
2007-08-02T23:45:07  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2645:ebe33f073d3e 1.7-template-fkrupicka/MoinMoin/templating/theme.py: fixed: request clocks not stopped in genshi themes
2007-08-02T23:45:15  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2646:e6afda86e2b9 1.7-template-fkrupicka/setup.py: fixed: MoinMoin.events not installed via setup.py
2007-08-02T23:45:25  <CIA-27> moin: Florian Krupicka <florian.krupicka@googlemail.com> * 2647:8f0e1694bf82 1.7-template-fkrupicka/MoinMoin/templating/theme.py: fixed: test_sourcecode failure introduced with last changeset
2007-08-02T23:46:00  * zenhase blinks from under the hiding rock
2007-08-02T23:46:07  <zenhase> it stopped i think
2007-08-02T23:49:01  <vpv> OMG, it works! A relative path is added to sys.path in script/moin.py, which messed up my stuff
2007-08-02T23:50:25  <ThomasWaldmann> hi zenhase
2007-08-02T23:50:55  <xorAxAx> vpv: kill it!
2007-08-02T23:50:57  <xorAxAx> :-)
2007-08-02T23:51:00  <xorAxAx> and slap ThomasWaldmann :)
2007-08-02T23:51:10  * ThomasWaldmann ducks
2007-08-02T23:51:14  <vpv> :D
2007-08-02T23:51:36  <CIA-27> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2750:55d525e18fa4 1.7-maninfo-vpv/MoinMoin/script/moin.py: Don't add a relative path to sys.path but an absolute path
2007-08-02T23:51:51  <zenhase> hmm
2007-08-02T23:52:07  <zenhase> userform seems broken in 1.7
2007-08-02T23:54:40  <xorAxAx> zenhase: ask johill about it :)
2007-08-02T23:54:54  <zenhase> he moved the code?
2007-08-02T23:55:28  <CIA-27> moin: Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi> * 2751:68fbccb77ecc 1.7-maninfo-vpv/MoinMoin/script/ (import/manimport.py xmlrpc/manimport.py): Port manimport script to use PageEditor instead of xmlrpc and move it under import/ instead of xmlrpc/
2007-08-02T23:58:58  <vpv> thanks for trying to help me this evening, I'll be away tomorrow morning, since I'm travelling from my parents place back to Helsinki. I'm going to visit Assembly on Saturday: http://en.wikipedia.org/wiki/Assembly_%28demo_party%29

MoinMoin: MoinMoinChat/Logs/moin-dev/2007-08-02 (last edited 2007-10-29 19:20:46 by localhost)