2008-07-19T00:38:03  <gizmach> hm.. I define in setup_class in TestConfig a group manager but when I use a request it calls an empty group_manager defined as a default group_manager in multiconfig
2008-07-19T00:57:41  <gizmach> ok I just tried to see how it will work to put the wikibackend as default in multiconfig as group_manager and that works, that it means it doesn't work good with defining TestConfig parms
2008-07-19T01:01:24  <gizmach> and it maybe could be because before I called in the acl rights group_manager = request.cfg.group_manager and it was reading in test from given test config and now I'm calling : group_manager = request.group_manager
2008-07-19T01:10:35  <dreimark> re
2008-07-19T01:10:59  <gizmach> hi dreimark
2008-07-19T01:11:32  <gizmach> i found where the problem is just to find how to solve it
2008-07-19T01:13:49  <dreimark> ok, curretnly I can't get any test results from your repo
2008-07-19T01:16:38  <gizmach> dreimark: I also done some changes I can commit that , but still I'm not sure how to solve the request problem in tests
2008-07-19T01:21:59  <CIA-53> MelitaMihaljevic default * 3936:7ab09665320b 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backend/_tests/test_groupconfig.py: added new test - moved the test that was in datastruct/_test
2008-07-19T01:21:59  <CIA-53> MelitaMihaljevic default * 3937:81c64e74ba89 1.8-ldapgroups-mmihaljevic/MoinMoin/ (4 files in 3 dirs): changed tests content to avoid wrong passing or falling tests
2008-07-19T01:22:48  <gizmach> dreimark: ah I need to fix something first
2008-07-19T01:25:24  <CIA-53> MelitaMihaljevic default * 3938:6870bc11398e 1.8-ldapgroups-mmihaljevic/MoinMoin/ (config/multiconfig.py security/__init__.py): removed code added for testing
2008-07-19T01:28:09  <gizmach> dreimark: and what you mean by "curretnly I can't get any test results from your repo" ? do you want to say everything fails or?
2008-07-19T01:29:19  <gizmach> dreimark: in my complete repo only 3 test fails and for the same reason
2008-07-19T01:38:44  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3916:b459b036f263 1.8-wsgi-fkrupicka/MoinMoin/wsgiapp.py: Changed some setHttpHeader-calls to new header API
2008-07-19T01:38:45  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3917:d9b3c6585585 1.8-wsgi-fkrupicka/MoinMoin/ (script/server/standalone.py wsgiapp.py): First implementation of standalone server using werkzeug.serving.run_simple
2008-07-19T01:38:46  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3918:c60dee8f45be 1.8-wsgi-fkrupicka/MoinMoin/ (3 files in 2 dirs): Fixed docbook rendering (and obviously several other problems that didn't show in tests)
2008-07-19T01:41:14  <dreimark> gizmach: tests finished: 21 failed, 3 skipped in 6.69 seconds
2008-07-19T01:41:25  <dreimark> ImportError: cannot import name GroupManagerFactory
2008-07-19T01:41:40  <gizmach> huh dreimark which test?
2008-07-19T01:42:06  <dreimark> 1.8-ldapgroups-mmihaljevic/py.test
2008-07-19T01:42:31  <dreimark> request/__init__.py:18
2008-07-19T01:42:36  <dreimark> ImportError: cannot import name GroupManagerFactory
2008-07-19T01:42:59  <gizmach> dreimark: give me a second
2008-07-19T01:49:01  <dreimark> gizmach: old code, sorry
2008-07-19T01:49:03  <xorAxAx> johill: there will be a soc bof at oscon
2008-07-19T01:49:08  <gizmach> dreimark: ah ok
2008-07-19T01:49:16  <gizmach> I was still searching for error
2008-07-19T01:50:10  <johill> xorAxAx: I'm not going to be at oscon though :)
2008-07-19T01:50:17  <xorAxAx> johill: oh, but where? :)
2008-07-19T01:50:24  <johill> OLS
2008-07-19T01:50:26  <xorAxAx> toomanyconferencesexceptio
2008-07-19T01:50:29  <johill> heh yeah
2008-07-19T01:50:41  <johill> there KS and Plumbers too soon
2008-07-19T01:50:41  <xorAxAx> ah, in the country of co2 consumption
2008-07-19T01:50:53  <xorAxAx> where everybody flies to work :)
2008-07-19T01:51:44  <johill> heh
2008-07-19T01:52:26  <xorAxAx> plumbers?
2008-07-19T01:52:40  <xorAxAx> johill: will you have a talk?
2008-07-19T01:53:05  <dreimark> gizmach: me has 4 failing tests
2008-07-19T01:53:20  <dreimark> test_groupconfig.py[2] .F
2008-07-19T01:53:26  <dreimark> test_wikigroup.py[5] ...FF
2008-07-19T01:53:27  <gizmach> yes
2008-07-19T01:53:33  <gizmach> and one sourrcecde
2008-07-19T01:53:33  <dreimark> and one in test_sourcecode
2008-07-19T01:53:41  <gizmach> ok that's that
2008-07-19T01:53:48  <gizmach> will fix now the pep error
2008-07-19T01:54:01  <gizmach> but the 3 of them are failing for the same reason
2008-07-19T01:54:09  <johill> xorAxAx: linux plumbers
2008-07-19T01:54:44  <dreimark> Exception exceptions.AttributeError: "'NoneType' object has no attribute 'error'" in <bound method Popen.__del__ of <subprocess.Popen object at 0x1bfa610>> ignored
2008-07-19T01:54:44  <johill> xorAxAx: not strictly, no, I'll be presenting a few things at the wireless mini summit
2008-07-19T01:54:47  <gizmach> it's because now in security/__init__.py i call group_manager = request.group_manager which is defined in request/__init__.py
2008-07-19T01:54:50  <gizmach> dreimark:
2008-07-19T01:55:18  <xorAxAx> somebody once wrote that there are two kinds of mathematicians - those who solve problems and those who invent theories. maybe there are people who hack the code and those who design new interfaces and subsystems? if so, are the first ones called plumbers? :)
2008-07-19T01:55:32  <gizmach> dreimark: and because if that I'm not able to use defined TestConfig
2008-07-19T01:56:09  <TheSheep> xorAxAx: it's not different people, it's just different approaches/states of mind, that's the good old left/right brain thing
2008-07-19T01:56:31  <gizmach> dreimark: it always reads default group_manager value (empty) defined in multiconfig.py
2008-07-19T01:56:42  <xorAxAx> TheSheep: you mean these activities use a different side of your brain each?
2008-07-19T01:56:47  <CIA-53> Florian Krupicka <florian.krupicka@googlemail.com> default * 3919:2074c2204d03 1.8-wsgi-fkrupicka/MoinMoin/web/contexts.py: Proxied mimetype/content_type response header to underlying request object
2008-07-19T01:57:35  <johill> xorAxAx: it's called plumbers because it's not just linux kernel but also the surrounding boring userspace ecosystem ;) not sure why really
2008-07-19T01:57:38  <TheSheep> xorAxAx: no, but different side of your brain dominates when you 're doing systematic, overall, all-encompassing, gestalt thinking, and different when you're focusing on particular problems and details
2008-07-19T01:57:41  <xorAxAx> johill: ah
2008-07-19T01:57:57  <dreimark> gizmach: 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backend/_tests
2008-07-19T01:58:11  <gizmach> dreimark: ok
2008-07-19T01:58:16  <xorAxAx> TheSheep: i like the gestalt term, always reminds me at mac os < 10
2008-07-19T01:58:18  <dreimark> if I ran there py.test I have sometimes two and sometimes three tests failing
2008-07-19T01:58:20  <xorAxAx> anyway, good night :)
2008-07-19T01:58:30  <dreimark> good night Alexander
2008-07-19T01:58:39  <gizmach> good night
2008-07-19T01:58:41  <TheSheep> nnini
2008-07-19T01:58:44  <gizmach> :))
2008-07-19T01:58:57  <gizmach> dreimark: ah that could be because of time I suppose
2008-07-19T01:59:05  <gizmach> dreimark: which test pased?
2008-07-19T01:59:24  <dreimark> gizmach: or more e.g. test_groupconfig.py[2] .F test_wikigroup.py[5] F..FF
2008-07-19T01:59:37  <gizmach> urgh
2008-07-19T01:59:54  <gizmach> I always got the first 3 in test_wikigroup passed
2008-07-19T02:00:03  <dreimark> and sometimes test_groupconfig.py[2] .F test_wikigroup.py[5] ...FF
2008-07-19T02:00:06  <gizmach> I run it 5 times and got always the same
2008-07-19T02:00:29  <gizmach> dreimark: I always got the last combination you give
2008-07-19T02:01:42  * zenhase goes to sleep now too
2008-07-19T02:01:45  <dreimark> sometimes the first test is failing too
2008-07-19T02:01:45  <zenhase> cu tomorrow
2008-07-19T02:01:49  <dreimark> gn zenhase
2008-07-19T02:02:31  <dreimark> good night
2008-07-19T02:02:58  <gizmach> gn zenhase
2008-07-19T02:04:36  <gizmach> dreimark: well that shouldn't and also I didn't got that combination ever, huh
2008-07-19T02:05:10  * gizmach tries running 5 times again 
2008-07-19T02:06:32  <gizmach> all 5 times test_groupconfig.py[2] .F test_wikigroup.py[5] ...FF
2008-07-19T02:11:14  <gizmach> dreimark: but also if I defined in multiconfig as default group_manager to use a wikibackend all wikibackend test passed
2008-07-19T02:11:45  <johill> gizmach: you should do that anyway, no?
2008-07-19T02:12:45  <gizmach> johill: well for that I'm not sure, probably yes, but the problem is that the config group backend test will fail with the same reason
2008-07-19T02:13:02  <gizmach> johill: probably it should be wikibackend as default
2008-07-19T02:13:20  <gizmach> but it can be defined through wikiconfig
2008-07-19T02:13:43  <gizmach> (I'm doing that now while testing with the working wiki)
2008-07-19T02:17:55  <johill> no, the default needs to be done in multiconfig
2008-07-19T02:19:34  <gizmach> johill: ok that's true I will put it in the multiconfig but than still have problem with the failing group_config test because of the reason I gave upper
2008-07-19T02:21:46  <johill> ok dunno
2008-07-19T02:22:12  <gizmach> and I I run only test_wikigroup it passed with multiconfig change
2008-07-19T02:22:35  <gizmach> but it I run config and wiki tests the wiki one fails
2008-07-19T02:22:39  <gizmach> (last two)
2008-07-19T02:22:55  <gizmach> johill: it's ok thx for this advice
2008-07-19T02:24:13  <CIA-53> MelitaMihaljevic default * 3939:8fff6ff90d9b 1.8-ldapgroups-mmihaljevic/MoinMoin/config/multiconfig.py: defined group_wiki backend as default backend
2008-07-19T02:28:06  <gizmach> dreimark: or johill is there any chance to kill request after a test runs?
2008-07-19T02:29:35  <johill> no idea
2008-07-19T02:31:20  <gizmach> johill: because after running the config test the request stays and group_manager that was created before
2008-07-19T02:36:57  <gizmach> hm.. nothing I tried helps and I'm reall out of idea here
2008-07-19T02:54:21  <gizmach> need to get up fro 3 hours so good night
2008-07-19T08:30:14  <ThomasWaldmann> gizmach: reading?
2008-07-19T08:30:39  <gizmach> ThomasWaldmann: here but only for half an hour
2008-07-19T08:30:43  <gizmach> and moin
2008-07-19T08:31:35  <ThomasWaldmann> do you have changesets that are not pushed?
2008-07-19T08:31:47  <ThomasWaldmann> if yes, push them
2008-07-19T08:32:14  <ThomasWaldmann> I'll commit a workaround for your test problems soon.
2008-07-19T08:33:00  <gizmach> no I pushed everything
2008-07-19T08:33:05  <gizmach> thank you
2008-07-19T08:34:35  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3940:d31f0124831e 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backend/_tests/ (test_groupconfig.py test_wikigroup.py): workaround for test framework limitations: initialize request.group_manager in setup_class
2008-07-19T08:35:12  <ThomasWaldmann> with that, your tests are working
2008-07-19T08:35:54  <gizmach> :) ah I see, thank you a lot
2008-07-19T08:36:20  <ThomasWaldmann> hg pull -u
2008-07-19T08:37:24  <ThomasWaldmann> (in that case it was not your fault, see comments in the changesets :)
2008-07-19T08:38:27  <gizmach> :) heh
2008-07-19T08:38:28  <gizmach> ok
2008-07-19T08:38:58  <gizmach> ah that makes sense now
2008-07-19T08:40:26  <gizmach> ThomasWaldmann: than wikigroup and confg backend work, I tested them both with a real wiki (SystemAdmin and accessing pages)
2008-07-19T08:41:53  <ThomasWaldmann> backend/_tests/test_wikigroup.py:    def testCachingiBackendGroups(self):
2008-07-19T08:42:00  <ThomasWaldmann> please fix that
2008-07-19T08:42:43  <ThomasWaldmann> also, the tests' filenames are inconsistent
2008-07-19T08:43:24  <gizmach> ThomasWaldmann: ok I will fix them, it was a bit hard because I didn't know how to name them
2008-07-19T08:43:36  <ThomasWaldmann> ../group_config vs. test_groupconfig vs. test_wikigroup vs. ../group_wiki
2008-07-19T08:44:15  <gizmach> ThomasWaldmann: ok that's true
2008-07-19T08:57:21  <CIA-53> MelitaMihaljevic default * 3941:512ac68441d3 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backend/_tests/test_wikigroup.py: fixed test name
2008-07-19T08:57:22  <CIA-53> MelitaMihaljevic default * 3942:da02e5b91c93 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backend/_tests/ (test_groupwiki.py test_wikigroup.py): changed test name, was inconsistent name before
2008-07-19T08:57:48  * gizmach is off for a part of a day - shopping for parents 
2008-07-19T09:20:20  <dreimark> moin
2008-07-19T09:29:32  <ThomasWaldmann> moin
2008-07-19T09:29:59  <ThomasWaldmann> dreimark: /me played with arnica, works nice
2008-07-19T09:33:12  <dreimark> gizmach: test_security.py[19] .................F. and two PEP8 failures
2008-07-19T09:33:20  <dreimark> ThomasWaldmann: :)
2008-07-19T09:33:57  <ThomasWaldmann> also cache seems to behave like expected (including 304 responses)
2008-07-19T09:35:39  <dreimark> yeah and if it has loaded from cache once all webimages it uses them from the browsers cache
2008-07-19T09:36:13  <ThomasWaldmann> yes, I noticed that slideshow even continues to run if the wikiserver is terminated :)
2008-07-19T09:43:33  <dreimark> ThomasWaldmann: there is one disadvantage for the sendcache below wikidicts
2008-07-19T09:44:08  <dreimark> the refresh action removes every arnica cache file
2008-07-19T09:44:17  <dreimark> of all pages at once
2008-07-19T09:45:52  <dreimark> at least I have to change this to remove only keys from attachment which were attached to the current page
2008-07-19T09:47:48  <dreimark> ThomasWaldmann: btw. thanks for finding the reason of the order problem of the tests
2008-07-19T09:52:54  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3871:6e7ef632d9b3 1.8/MoinMoin/action/cache.py: cache action: don't let put() return the cache url (useless, most code will have a call to url() anyway)
2008-07-19T10:26:55  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3872:9eb4ffbe654d 1.8/MoinMoin/action/cache.py: cache action: improve docstrings
2008-07-19T10:38:51  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 191:c3c8fa389ee3 1.7-extensions/data/plugin/action/refresh.py: action.refresh: remove only all cachefiles of pagename
2008-07-19T10:38:51  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 192:192f39a549e9 1.7-extensions/data/plugin/ (macro/arnica.py parser/text_x_arnica.py): PEP8 fixes
2008-07-19T10:53:00  <johill> phew. I think I could leave now ;)
2008-07-19T10:59:25  <dreimark> johill: ready to go ?
2008-07-19T10:59:41  <dreimark> how long is your flight?
2008-07-19T11:02:54  <dreimark> bbl
2008-07-19T11:37:47  <johill> dreimark: I only leave monday morning, the FRA/YOW flight is 8.5h but I'm travelling for about 18h
2008-07-19T11:44:51  <dennda> ugh
2008-07-19T11:49:27  <xorAxAx> johill: wow, why is that?
2008-07-19T11:49:39  <xorAxAx> hitchhiking to FRA?
2008-07-19T11:49:40  <xorAxAx> :)
2008-07-19T11:50:45  <johill> almost yeah
2008-07-19T11:51:00  <johill> they couldn't book me on a later flight from HAJ so I have to leave HAJ at 9:35 for some reason
2008-07-19T11:52:12  <xorAxAx> how about the train? :)
2008-07-19T12:05:06  <johill> takes the same time
2008-07-19T12:16:25  * ThomasWaldmann refactors secrets stuff
2008-07-19T12:38:56  <xorAxAx> johill: paderborn->frankfurt is 3 h by train
2008-07-19T12:39:13  <xorAxAx> so you end up at probably 14h
2008-07-19T12:39:29  <xorAxAx> ThomasWaldmann: note that different shared secrets make sense if you distribute different services
2008-07-19T12:39:36  <xorAxAx> to different machines or operators
2008-07-19T12:45:59  <zenhase> moin
2008-07-19T13:01:47  <ThomasWaldmann> xorAxAx: it will support both simple (less secure) and advanced (more secure) configuration
2008-07-19T13:29:24  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3873:e5a9570d3001 1.8/ (14 files in 11 dirs): secrets configuration refactored - see the snippet for an example usage
2008-07-19T13:33:19  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3874:87b63ed39102 1.8/MoinMoin/action/cache.py: cache action: cleanup docstrings / TODO
2008-07-19T13:43:59  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3875:3b1ab037ec09 1.8/MoinMoin/action/_tests/test_cache.py: cache action: adapt tests to put() not returning url any more
2008-07-19T13:46:45  <johill> xorAxAx: except 1400 isn't sufficient to check in, and FRA is much bigger than HAJ, and my flight is paid for by Intel, but yes I was considering going by train because of the strikes
2008-07-19T13:49:52  * ThomasWaldmann backports cache action to 1.7
2008-07-19T13:55:42  <dreimark> johill: the trainstation of FRA airport is only two escalator below the terminal
2008-07-19T13:56:18  <dreimark> http://moinmo.in/ReimarBauer?action=AttachFile&do=view&target=airport_frankfurt_1.jpg
2008-07-19T13:56:42  <dreimark> and _2
2008-07-19T14:11:01  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3876:6b9d964c70dc 1.8/MoinMoin/action/cache.py: cache action: respond with 404 if cache key is not found or other CacheError happens
2008-07-19T14:27:43  <dennda> Oh my...
2008-07-19T14:27:55  <dennda> Now the new keyboard stopped working for some unknown reason
2008-07-19T14:28:03  <dennda> (Yes, I did change the batteries)
2008-07-19T14:28:51  <ThomasWaldmann> is it stable enough to be used as weapon? :P
2008-07-19T14:29:16  <dennda> Yes. I already considered throwing it at the heads of the manufacturers
2008-07-19T14:29:44  <dreimark> hehe
2008-07-19T14:30:07  <ThomasWaldmann> guess why it is called orca :)
2008-07-19T14:30:09  <dreimark> dennda: do you have cycled the usb connector ?
2008-07-19T14:30:19  <dennda> dreimark: define "cycled"
2008-07-19T14:30:27  <dennda> I even did a reboot
2008-07-19T14:30:34  <dreimark> plug off -  plug in
2008-07-19T14:30:37  <dennda> Yeah
2008-07-19T14:30:48  <dennda> The mouse is still working (it uses the same usb receiver)
2008-07-19T14:31:58  * ThomasWaldmann .oO(big, heavy, black&white, kills)
2008-07-19T14:33:07  <dennda> It's just frustrating
2008-07-19T14:36:27  <dreimark> mmihaljevic: referring to http://mihaljevicmelita.blogspot.com/
2008-07-19T14:36:44  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3759:b13a58a18dac 1.7/MoinMoin/ (_tests/test_caching.py caching.py): caching module backported from 1.8 (file-like new api, old api still as is)
2008-07-19T14:39:08  <dreimark> mmihaljevic: see query
2008-07-19T14:40:07  * dreimark goes shopping (it has stoped raining)
2008-07-19T14:49:05  <ThomasWaldmann> http://hg.moinmo.in/moin/1.8/rev/e5a9570d3001 < i think this is a bit big for a 1.7 backport, so I rather add cache_secret = ... for 1.7
2008-07-19T14:58:28  <johill> why do you ship secrets that one shouldn't use?
2008-07-19T14:58:50  <johill> couldn't it be better to use None and disable the functionality?
2008-07-19T14:58:51  <johill> :)
2008-07-19T15:14:11  <dreimark> ThomasWaldmann: johill yeah None is better otherwise it is the same as a published "ADMIN" password
2008-07-19T15:19:26  <ThomasWaldmann> johill: it could be None, but then it would just crash
2008-07-19T15:19:50  <ThomasWaldmann> the bigger secrets refactoring in 1.8 checks for good secrets
2008-07-19T15:20:20  <ThomasWaldmann> but as I said above, i think it is a bit too big for 1.7
2008-07-19T15:22:12  <ThomasWaldmann> (and I will put some valid secret into wikiconfig for Desktop Edition mode, otherwise it won't work without change)
2008-07-19T15:40:36  <ThomasWaldmann> hmm, i could refactor that tickets secret calculation and just use that
2008-07-19T15:54:29  <mmihaljevic> dreimark: :)
2008-07-19T15:54:31  <mmihaljevic> re
2008-07-19T15:55:15  <mmihaljevic> dreimark: I'll check why is security test failing
2008-07-19T16:08:04  <mmihaljevic> ok I fixed error in test failing well not in test but I couldn't set groupmanager backend as default in multiconfig. I set the empty wikibackend if not so the security test fails
2008-07-19T16:08:16  <mmihaljevic> bbl shower
2008-07-19T16:11:25  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3760:85cd05b8af42 1.7/MoinMoin/ (config/multiconfig.py wikiutil.py): refactor ticket secret calculation (only done once, written to cfg.secrets if it is None)
2008-07-19T16:11:26  <CIA-53> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 3761:c8ffd029ab1f 1.7/ (3 files in 3 dirs): action cache (and tests), backported from 1.8
2008-07-19T16:12:40  <xorAxAx>  /win 26
2008-07-19T16:12:41  <xorAxAx> oops
2008-07-19T16:13:51  <ThomasWaldmann> ETOOMANYWINDOWS
2008-07-19T16:57:55  <ThomasWaldmann> gtg/bbl
2008-07-19T18:51:57  <gizmach> re
2008-07-19T18:55:31  <CIA-53> MelitaMihaljevic default * 3943:d4326f18c43e 1.8-ldapgroups-mmihaljevic/MoinMoin/config/multiconfig.py: set default value of group_manager as an empty GroupManagerFactory object, it shoud be wikibackend but will be fixed later (changed to get test_security passed)
2008-07-19T19:01:55  <gizmach> dreimark: for me all test passed an one of th pep8 errors was in wikiconfig_local
2008-07-19T19:11:36  <CIA-53> MelitaMihaljevic default * 3950:62e3c4c39887 1.8-ldapgroups-mmihaljevic/ (15 files in 12 dirs): merged with 1.8
2008-07-19T19:28:00  <dreimark> gizmach: for me also all tests passes now
2008-07-19T19:29:11  <gizmach> dreimark: good, I started some ldap group code will try to get it work these days, write some tests and plan to write documentation in bus while I will travel to see my parents
2008-07-19T19:46:20  <dreimark> gizmach: it is important that the documentation is easy to read
2008-07-19T19:59:20  <gizmach> dreimark: ok I will do my best
2008-07-19T22:44:05  <ThomasWaldmann> gizmach: do you want to simplify the code a bit before continuing?
2008-07-19T23:06:54  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 193:5c37c14532dc 1.7-extensions/data/plugin/action/refresh.py: action.refresh: cleanup docstring
2008-07-19T23:16:04  <CIA-53> Reimar Bauer <rb.proj AT googlemail DOT com> default * 3762:085328cb4f4d 1.7/MoinMoin/script/account/ (create.py disable.py resetpw.py): script.account create, disable, resetpw: checks for already existing user (backport from 1.8)
2008-07-19T23:18:58  <dreimark> TheSheep: I think I will tag a beta2 after the 1.7.1 release of arnica
2008-07-19T23:20:05  <dreimark> If you like the html/form refactoring will become beta3
2008-07-19T23:21:54  <dreimark> bbl

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-07-19 (last edited 2008-07-18 22:45:02 by IrcLogImporter)