2008-07-08T00:02:24  <dreimark> gizmach: so I see some more tests, code, examples later ?
2008-07-08T00:02:32  <dreimark> today I meant
2008-07-08T00:03:15  <gizmach> dreimark: by today mean day after midnight? if yes my answe is yes ( I started writing tests)
2008-07-08T00:03:31  <gizmach> for test with acl
2008-07-08T00:03:37  <dreimark> I meant the 8th.
2008-07-08T00:03:45  <gizmach> than yes
2008-07-08T00:04:19  <dreimark> backends/__init__.py it is not needed to import there something. Just write some detaailed
2008-07-08T00:04:47  <dreimark> detailed description for what the backeds code is used for
2008-07-08T00:05:56  <gizmach> dreimark: ok will do that
2008-07-08T00:07:17  <dreimark> ok, cu tommorrow me goes sleeping
2008-07-08T00:07:22  <dreimark> night
2008-07-08T00:07:29  <gizmach> gn dreimark
2008-07-08T00:07:56  * gizmach will take some few hours too
2008-07-08T08:05:39  <ThomasWaldmann> moin
2008-07-08T08:16:49  <dreimark> moin
2008-07-08T09:11:48  * dennda has the cold of death
2008-07-08T09:12:01  <dennda> Exactly the right moment for such illnesses... :/
2008-07-08T09:36:21  <gizmach> moin
2008-07-08T10:02:11  <gizmach> dreimark: a test with acl rights passed
2008-07-08T10:02:26  <gizmach> but will play with wiki a little bit
2008-07-08T10:02:51  <gizmach> and also change backends/__init__.py as you said I need to
2008-07-08T10:03:17  <gizmach> dennda: a lot of tea and vitamins
2008-07-08T10:13:27  <ThomasWaldmann> gizmach: commit it after it is clean and working
2008-07-08T10:18:17  <gizmach> ThomasWaldmann: ok
2008-07-08T10:32:00  <gizmach> ThomasWaldmann: I removed from backends/__init__.py  import group_wiki and other. Can I write in code where I need from datastruct.backends import group_wiki as wiki just to make it shorter when calling ?
2008-07-08T10:33:43  <xorAxAx> gizmach: no, please rename the modules
2008-07-08T10:34:58  <gizmach> xorAxAx: ok, well I need to know they are group_something
2008-07-08T10:35:26  <xorAxAx> hmm
2008-07-08T10:35:53  <xorAxAx> well, i suggest to have backens that may provide group/list and dict services
2008-07-08T10:36:06  <xorAxAx> (one backend may implement both)
2008-07-08T10:46:43  <gizmach> hm..
2008-07-08T11:05:38  <gizmach> bbl food
2008-07-08T11:10:53  <dreimark> re
2008-07-08T11:11:38  <dreimark> xorAxAx: do you know if fcked. has a possibility to add plugins e.g. MathTran ?
2008-07-08T11:22:13  <dreimark> it is about converting latex formulars into png files
2008-07-08T11:23:31  <dreimark> http://mathtran.org
2008-07-08T11:29:44  <dreimark> in principle it is a less secured latex parser combined with javascript
2008-07-08T11:30:10  <dreimark> johill: do you know this project ?
2008-07-08T11:44:56  <johill> dreimark: uh just returned
2008-07-08T11:45:15  <johill> dreimark: about the failing test, I don't know, it worked for me
2008-07-08T11:45:36  <johill> mathtran? I've heard about that, I thnk it's a mini-subset-latex parser written in perl
2008-07-08T11:53:39  <johill> xorAxAx: interesting approach (telnet server)
2008-07-08T11:59:11  <dreimark> johill: it is python hosted on sourceforge
2008-07-08T11:59:45  <dreimark> they use a client server approach
2008-07-08T12:02:34  <dreimark> johill: I will try a fresh clone later on the faster machine
2008-07-08T12:02:42  <dreimark> for the test
2008-07-08T12:08:31  <johill> ok then it's something else I guess
2008-07-08T12:34:29  <dreimark> johill: can you show me a link pointing to inline_latex ?
2008-07-08T12:34:34  <dreimark> please
2008-07-08T12:35:52  * dreimark found it
2008-07-08T12:36:13  <johill> probably doesn't work any more since it overrides the default parser
2008-07-08T12:56:36  <ThomasWaldmann> dreimark: be careful with abbreviating fckeditor :)
2008-07-08T13:05:28  <xorAxAx> dreimark: how do they render the formulas?
2008-07-08T13:19:01  <gizmach> re
2008-07-08T13:30:44  <CIA-53> Johannes Berg <johannes AT sipsolutions DOT net> default * 3820:2f2c95506713 1.8/MoinMoin/_tests/test_user.py: user tests: remove form hack that is no longer necessary, fix upgrade test
2008-07-08T14:07:49  <xorAxAx> why google doesnt use xml -- http://google-opensource.blogspot.com/2008/07/protocol-buffers-googles-data.html
2008-07-08T14:10:47  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3727:398a42f0dc74 1.8-dom-bblank/MoinMoin/converter2/ (_tests/test_creole_in.py creole_in.py _wiki_macro.py):
2008-07-08T14:10:47  <CIA-53> Split macro handling out of Creole input converter
2008-07-08T14:10:47  <CIA-53> * MoinMoin/converter2/creole_in.py: Use _wiki_macro.ConverterMacro.
2008-07-08T14:10:47  <CIA-53> * MoinMoin/converter2/_wiki_macro.py: Add.
2008-07-08T14:10:49  <CIA-53> * MoinMoin/converter2/_tests/test_creole_in.py: Fix testcase.
2008-07-08T14:10:51  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3728:9e57eed64ab6 1.8-dom-bblank/MoinMoin/converter2/_wiki_macro.py: Pseudo-macro handling - Support BR
2008-07-08T14:10:54  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3729:287b98a97ceb 1.8-dom-bblank/MoinMoin/converter2/_wiki_macro.py: Pseudo-macro handling - Support FootNote
2008-07-08T14:10:57  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3730:406da2291fbb 1.8-dom-bblank/MoinMoin/converter2/ (_tests/test_html_out.py html_out.py):
2008-07-08T14:11:00  <CIA-53> HTML output converter - Nop note
2008-07-08T14:11:02  <CIA-53> * MoinMoin/converter2/html_out.py: Make note (footnote/endnote) a nop.
2008-07-08T14:11:04  <CIA-53> * MoinMoin/converter2/_tests/test_html_out.py: Add testcase.
2008-07-08T14:27:42  <dennda> Am I assuming correctly that http://moinmo.in/MoinMoinChat is the best place to go with a potential ubucon meeting wikipage?
2008-07-08T14:31:18  <johill> I don't think so
2008-07-08T14:31:20  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3731:a8aec9b1ab55 1.8-dom-bblank/MoinMoin/converter2/_wiki_macro.py: Pseudo-macro handling - Wrap into block if necessary
2008-07-08T14:31:20  <CIA-53> Bastian Blank <bblank@thinkmo.de> default * 3732:86bdbac37a6c 1.8-dom-bblank/MoinMoin/converter2/ (_tests/test_creole_in.py creole_in.py):
2008-07-08T14:31:20  <CIA-53> Creole input converter - Support block and inline macros
2008-07-08T14:31:21  <CIA-53> * MoinMoin/converter2/creole_in.py
2008-07-08T14:31:23  <CIA-53>  - Add new block macro rules. Add them to complete block rules.
2008-07-08T14:31:25  <CIA-53>  - Split macro handling in block and inline.
2008-07-08T14:31:27  <CIA-53> * MoinMoin/converter2/_tests/test_creole_in.py: Add testcases.
2008-07-08T14:33:36  <johill> dennda: maybe add to http://moinmo.in/MoinInternationalConference? :)
2008-07-08T14:38:13  <dennda> oh
2008-07-08T14:39:35  <johill> bbl
2008-07-08T14:41:14  <dennda>  The international MoinMoin conference 2005 took place in Sharm el Sheikh, Egypt. <-- Huh?? Why was that in egypt? (I mean, cool idea. Could need some holiday in Egypt, too) :)
2008-07-08T14:41:59  <xorAxAx> yes, we planned to meet nir, who is living in israel
2008-07-08T14:42:07  <xorAxAx> but unfortunately this did not work out
2008-07-08T14:43:48  <dennda> Hehe, I like the idea. Maybe Hongkong next time? :)
2008-07-08T14:44:32  <ThomasWaldmann> flight < 100 EUR
2008-07-08T14:46:13  <dennda> Wow
2008-07-08T14:46:24  <dennda> That was very cheap
2008-07-08T14:49:53  <ThomasWaldmann> fastest booked journey ever, thanks to xorAxAx noticing that special offer :)
2008-07-08T14:50:54  <dennda> I wouldn't say no either
2008-07-08T14:51:20  <dreimark> re
2008-07-08T14:51:34  <dennda> Is it always the two of you flying to some cool places having fun? :P
2008-07-08T14:52:43  <dreimark> xorAxAx: they do use latex, dvi2png on a server and use javascript on the page which interacts with the server
2008-07-08T14:57:43  <dreimark> in principal we can do replace $$whatever formular$$ with an image of the result and clicking on it will show a textbox with the formular
2008-07-08T14:58:01  <dreimark> if it is changed it has to exchange the image
2008-07-08T14:58:59  <dreimark> TheSheep: idea was to add the formular syntax to the wiki parser
2008-07-08T14:59:25  <dreimark> and if the "latex" plugin is installed to render it
2008-07-08T15:00:27  <gizmach> dreimark: I have only test_user failed but I need to merge with 1.8 again,  also my new test passed, will push now
2008-07-08T15:00:38  <CIA-53> MelitaMihaljevic default * 3859:c8bda715441d 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backends/group_ldap.py: renamed groups variable to result and fixed returning value
2008-07-08T15:00:39  <CIA-53> MelitaMihaljevic default * 3860:9eea221e3f3b 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/ (5 files in 3 dirs):
2008-07-08T15:00:39  <CIA-53> test_wikigroup.py - added test to test if the wiki group backend works with acl
2008-07-08T15:00:39  <CIA-53> code, fixed import errors; test_groupconfig.py - fixed import errors;removed
2008-07-08T15:00:41  <CIA-53> imports from backends/__init__.py; test_datastruct.py - fixed import errors
2008-07-08T15:00:51  <gizmach> the first commit is left from the day before
2008-07-08T15:01:15  <dreimark> dennda: normally it is planned not to do it alone but last time I have had a project in krlsruhe and have had to skip the america trip
2008-07-08T15:02:14  <CIA-53> MelitaMihaljevic default * 3862:622aa3482299 1.8-ldapgroups-mmihaljevic/MoinMoin/_tests/test_user.py: merged with 1.8
2008-07-08T15:05:46  <dreimark> gi    gggg
2008-07-08T15:06:07  <gizmach> the test that fails is def testMoinAuthSession(self):
2008-07-08T15:06:29  <gizmach> on the assert request.user.valid
2008-07-08T15:20:06  <xorAxAx> dreimark: and, does it provide safety guarantees?
2008-07-08T15:20:13  <dreimark1> gizmach: do you have this test also failing after the merge ?
2008-07-08T15:20:51  <gizmach> dreimark1: yes that one, test_user doesn't fail anymore but the testMoinAuthSession(self) does
2008-07-08T15:22:21  <dreimark1> xorAxAx: we will see currently their code do not set the flags johill did. jonathan fine  will join us on the sprint
2008-07-08T15:23:20  <dreimark1> johill: please can you look at the failing test gizmach mentioned 15:20
2008-07-08T15:24:38  <CIA-53> MelitaMihaljevic default * 3863:45994761a267 1.8-ldapgroups-mmihaljevic/wiki/config/more_samples/config_backend_wikiconfig_snippet: fixed config backend snippet
2008-07-08T15:25:12  <dreimark1> it rains in vilnius all the day started yesterday evening.
2008-07-08T15:26:53  * dreimark1 watches the grok presentation, afterwards lightning talks
2008-07-08T15:32:00  <dreimark1> gizmach: reread the comment in datastruct/backends/__init__ and fix it
2008-07-08T15:32:27  <gizmach> dreimark1: ok
2008-07-08T15:33:06  <gizmach> urgh
2008-07-08T15:33:13  <dreimark1> and may be extend it describe what kind of backends
2008-07-08T15:33:30  <dreimark1> gizmach: looks like you do dream a lot on caching
2008-07-08T15:33:52  * dreimark1 moves again
2008-07-08T15:38:45  <gizmach> dreimark1: I didn't understand "and may be extend it describe what kind of backends"
2008-07-08T15:40:49  <gizmach> dreimark1: you mean in backends/__init__.py to describe what kinf of backends I use
2008-07-08T15:42:36  <dreimark1> yes
2008-07-08T15:46:59  <gizmach> dreimark1:
2008-07-08T15:47:00  <gizmach> ok
2008-07-08T15:47:14  <gizmach> and by "<dreimark1> gizmach: looks like you do dream a lot on caching" you mean?
2008-07-08T15:50:45  <dreimark1> gizmach: which both group backends do you currently have imlemented ?
2008-07-08T15:50:53  <ThomasWaldmann> note to self: Jure Vrscaj's talk about http://urlimport.codeshift.net/
2008-07-08T15:52:07  <gizmach> dreimark1: pagegroups(wikigroups) and config groups
2008-07-08T15:52:41  <dreimark1> and you wrote currently support cache group and ...
2008-07-08T15:53:03  <gizmach> ah pardon
2008-07-08T15:53:13  <gizmach> yes I dream a lot about caching
2008-07-08T15:53:14  <gizmach> :)
2008-07-08T15:53:51  <dreimark1> it it better anyway to describe more semantically what it is used for
2008-07-08T15:54:07  <gizmach> dreimark1: ok will do that you are right
2008-07-08T15:54:25  <gizmach> brb ~20min
2008-07-08T15:55:20  <dreimark1> "FrontPage:read,write,admin  "
2008-07-08T15:56:30  <dreimark1> gizmach: for what is that definition in testWikiBackend done ^^
2008-07-08T16:12:34  <dennda> """ You need to  submit  the midterm student survey."""
2008-07-08T16:13:22  <dennda> All keep that in mind. Every student who forgets to do so may likely be dropped from the program, according to google PawelPacana, waldi, gizmach, zenhase
2008-07-08T16:13:36  <dennda> I think mentors won't be kicked :)
2008-07-08T16:15:41  <dreimark1> hehe
2008-07-08T16:15:49  <dennda> deadline is next monday
2008-07-08T16:16:03  <dennda> I hope I will remember to do so myself ;)
2008-07-08T16:16:28  <waldi> dennda: yeah
2008-07-08T16:16:36  <dennda> oh and byegonweon too, of course.
2008-07-08T16:16:48  <dreimark1> dennda: when is ubucom ?
2008-07-08T16:17:03  <dennda> dreimark1: ubucon.de -- 17., 18., 19. october afair
2008-07-08T16:18:44  <dreimark1> is that a weekend ?
2008-07-08T16:20:02  <dennda> think so, yes
2008-07-08T16:20:20  <dennda> Fr, Sa, So
2008-07-08T16:20:35  <dreimark1> cool then I assume I can participate :)
2008-07-08T16:20:40  <dennda> cool
2008-07-08T16:20:51  <dennda> I'll create a page tonight or tomorrow
2008-07-08T16:20:58  <dreimark1> ;)
2008-07-08T16:25:44  <johill> dreimark1: I think I already fixed that test
2008-07-08T16:25:52  <johill> oh n/m
2008-07-08T16:25:53  <johill> maybe not
2008-07-08T16:27:20  <johill> ahrg ok
2008-07-08T16:27:32  <johill> dreimark1, gizmach: auth tests work fine here
2008-07-08T16:27:42  <ThomasWaldmann> note to self: xlwt to do excel stuff
2008-07-08T16:27:54  * dreimark1 too
2008-07-08T16:28:34  <dreimark1> johill: can you try a fresh clone? I do later too, it takes too long on the X0
2008-07-08T16:30:30  <ThomasWaldmann> note to self: RestrictedPython
2008-07-08T16:33:31  <johill> dreimark1: ahrg!
2008-07-08T16:33:48  <johill> half the stupid tests are misdesigned
2008-07-08T16:37:36  <johill> I think I'll just refactor the f'ing user code
2008-07-08T16:37:52  <johill> it's totally misdesigned too, passing a password to the constructor sometimes to save it and other times to check it
2008-07-08T16:38:03  <xorAxAx> which code is that?
2008-07-08T16:38:07  <johill> user.py
2008-07-08T16:38:11  <xorAxAx> ah
2008-07-08T16:40:40  <dreimark1> we need to check the userform code too, I ve se
2008-07-08T16:41:10  <dreimark1> seen yesterday that on someones machine for whatever reason
2008-07-08T16:41:36  <dreimark1> the submit button for the userform shows an X and calls a unknown action
2008-07-08T16:42:58  <dreimark1> (userform user creation)
2008-07-08T16:43:58  <johill> buggy browser
2008-07-08T16:44:16  <johill> at least that's what I'll assume until you can prove otherwise :P
2008-07-08T16:48:18  <dreimark1> it was konqueror
2008-07-08T16:50:38  <johill> so?
2008-07-08T16:53:12  <dreimark1> i'll try to reproduce it at home next week, if browsers such buggy shouldn't we block any action somehow
2008-07-08T16:53:24  <gizmach> dennda: thx
2008-07-08T16:53:47  <gizmach> johill: does the test works ok now?
2008-07-08T16:54:07  <dreimark1> gizmach: no, needs to be refactored first
2008-07-08T16:54:33  <gizmach> dreimark1: ok than this is the only one that fails
2008-07-08T16:54:37  <johill> no, the whole user code needs to be rewritten
2008-07-08T16:54:45  <gizmach> johill: :) ok
2008-07-08T16:57:57  <dreimark1> gizmach: 15:55 +=1 seen ?
2008-07-08T16:58:35  <gizmach> hm... sec
2008-07-08T16:58:35  <CIA-53> Johannes Berg <johannes AT sipsolutions DOT net> default * 3821:3433428abe41 1.8/MoinMoin/user.py:
2008-07-08T16:58:35  <CIA-53> user: work around bad semantics in user class constructor
2008-07-08T16:58:35  <CIA-53> somebody please refactor this code completely!
2008-07-08T16:59:07  * gizmach looks at the comments 
2008-07-08T17:01:21  <gizmach> dreimark1: ah pardon
2008-07-08T17:02:39  <gizmach> also while I tested od wiki I got some missunerstandings... now thing make some more sence
2008-07-08T17:07:56  <dreimark1> gizmach: please fix the misundertanding in the test
2008-07-08T17:08:24  <gizmach> dreimark1: yes I fixed it, thx for seeing that
2008-07-08T17:08:51  <gizmach> also a question, how much verbose I need to be in backends/__init__.py
2008-07-08T17:13:41  <dreimark1> look into some of the others. a brief understandable description what it is for, which does not need edits if other modules are added
2008-07-08T17:13:49  * dennda truly hates stochastics
2008-07-08T17:14:39  <dreimark1> we watch currently a talk about the world population
2008-07-08T17:14:52  <gizmach> dreimark1: hehheheh
2008-07-08T17:39:23  <TheSheep> DbHd :D
2008-07-08T18:02:36  <CIA-53> MelitaMihaljevic default * 3864:fa8f128b84ad 1.8-ldapgroups-mmihaljevic/MoinMoin/datastruct/backends/ (__init__.py _tests/test_wikigroup.py): fix test_wikigroup missunderstandin; backends/__init__.py changed description
2008-07-08T18:05:01  <dreimark1> gizmach: usually that would have been two differen commits
2008-07-08T18:05:30  <gizmach> dreimark1: prommise to do different commits
2008-07-08T18:05:35  <gizmach> in the future
2008-07-08T18:05:43  <dreimark1> because descriptiom change is no code change
2008-07-08T18:06:10  <gizmach> yesyou are right
2008-07-08T18:06:46  <gizmach> dreimark1: what is your suggestion to do next?
2008-07-08T19:41:37  * gizmach likes winpdb
2008-07-08T20:30:49  <grzywacz> moin
2008-07-08T20:37:32  <gizmach> grzywacz: hi
2008-07-08T20:46:26  <ThomasWaldmann>  moin
2008-07-08T20:46:52  <gizmach> ThomasWaldmann: hi
2008-07-08T20:48:02  <gizmach> ThomasWaldmann: I think you should try winpdb, I'm just tracing some code and it really works great, doesn't take much ram :)
2008-07-08T21:10:18  <ThomasWaldmann> with 1g, eclipse has no ram problem :)
2008-07-08T21:10:21  <ThomasWaldmann> 
2008-07-08T21:12:55  <dreimark1> gizmach: moin
2008-07-08T21:13:07  * dreimark1 looks at the commits
2008-07-08T21:13:39  <dreimark1> can you meanwhile clean a bit your wiki page and add some = headings = about what is done
2008-07-08T21:20:30  <xorAxAx> real men use pdb++ :)
2008-07-08T21:21:19  <johill> _men_
2008-07-08T21:21:25  <gizmach> dreimark1: ok I can do that
2008-07-08T21:21:30  <gizmach> johill: xorAxAx :)))
2008-07-08T21:22:57  <gizmach> dreimark1: on my main wikipage or project logs
2008-07-08T21:24:54  <gizmach> xorAxAx: I was doing some wikidicts tracing while running wiki, I will have some questions later if you'll have time
2008-07-08T21:26:38  <xorAxAx> gizmach: likely i wont because i will get up early tomorrow
2008-07-08T21:27:07  <gizmach> xorAxAx: this can wait :)
2008-07-08T21:27:16  <dreimark1> gizmach: wiki page later on it  needs to be moved on some HelpOn page
2008-07-08T21:27:31  <dreimark1> subpage  would be nice
2008-07-08T21:27:54  <gizmach> dreimark1: ok new subpage
2008-07-08T21:59:08  <dreimark1> gizmach: test_wikigroup has many problems
2008-07-08T21:59:38  <gizmach> dreimark1: hm..
2008-07-08T21:59:47  <gizmach> can you plese point me to some
2008-07-08T22:00:13  <dreimark1> the harmless one is that the naming is wrong it should be named to the naming convention of the class
2008-07-08T22:00:48  <dreimark1> the more important ones are that the tests does not really test
2008-07-08T22:00:55  <dreimark1> your groupcode
2008-07-08T22:01:33  <dreimark1> you need to define a group page with some members
2008-07-08T22:01:55  <dreimark1> FirstGroup is not defined
2008-07-08T22:02:21  <gizmach> dreimark1: ah ok
2008-07-08T22:02:23  <dreimark1> you have to test for a member on the page
2008-07-08T22:02:30  <dreimark1> then add another one
2008-07-08T22:02:39  <dreimark1> and test if he is added
2008-07-08T22:03:04  <dreimark1> you can look for examples I did for test_wikidicts
2008-07-08T22:03:11  <gizmach> ok
2008-07-08T22:03:35  <dreimark1> group = group_manager[u'FrontPage']
2008-07-08T22:03:41  <dreimark1> this is no group page
2008-07-08T22:04:02  <dreimark1> aetup a real group page as test case
2008-07-08T22:04:26  <dreimark1> in the setup class
2008-07-08T22:06:37  <dreimark1> gizmach: do you know why the assert not Allow for AnotherUser and write always is true in the testWikiBackend is
2008-07-08T22:06:51  <dreimark1> s/is//
2008-07-08T22:07:04  <dreimark1> ?
2008-07-08T22:08:09  <gizmach> I taught it was because I didn't add rights for that user, but as it seemed I am wrong?
2008-07-08T22:08:34  <dreimark1> you do wanted to test group code
2008-07-08T22:08:54  <gizmach> yes
2008-07-08T22:09:30  <dreimark1> AnotherUser is not defined in a group page or is removed from there
2008-07-08T22:09:43  <gizmach> is not defined
2008-07-08T22:09:56  <gizmach> ah ok
2008-07-08T22:12:34  <dreimark1> yeah it is not defined so it is the same as doing a test to assert True without any comparision
2008-07-08T22:13:03  <gizmach> dreimark1: urgh I understand now
2008-07-08T22:20:25  <dreimark1> s/test for testing/test /
2008-07-08T22:20:51  <dreimark1> using LDAP auth is a member off
2008-07-08T22:20:59  <gizmach> yes true that sounds stupid
2008-07-08T22:21:17  <dreimark1> the sentence sounds strange too
2008-07-08T22:21:29  <dreimark1> at least off is wrong
2008-07-08T22:22:56  <gizmach> yes and now when I read it again it looks like I got high while writing this
2008-07-08T22:27:05  <dennda> haha
2008-07-08T22:40:42  <dreimark1> gizmach: alive ? fixing tests ?
2008-07-08T22:41:06  <gizmach> dreimark1: alive, fixing tests
2008-07-08T22:44:22  <gizmach> http://paste.pocoo.org/show/78941/ I need to define a tekst like this to test for a member on the page?
2008-07-08T22:49:48  <dreimark1> gizmach: you need usernames
2008-07-08T22:49:56  <dreimark1> look at testCopyGroupPage
2008-07-08T22:50:17  <dreimark1> and use create_page
2008-07-08T22:50:38  <gizmach> ok thx
2008-07-08T22:50:42  <dreimark1> and look at testAppendingGroupPage
2008-07-08T22:51:21  <dreimark1> or testUserAppendingGroupPage
2008-07-08T22:51:59  <gizmach> ok
2008-07-08T22:54:36  <gizmach> dreimark1: can you please exaplin me "become_trusted(request)"
2008-07-08T22:59:57  <dreimark1> modify request.user to make the user valid and trusted, so it is in acl group Trusted
2008-07-08T23:00:44  <dreimark1> it is defined in __init__ of _tests
2008-07-08T23:01:02  <gizmach> ok thank you for te explanation
2008-07-08T23:01:04  <gizmach> the
2008-07-08T23:01:57  <dreimark1> page.deletePage() of nuke_page requires a Trusted user
2008-07-08T23:08:33  <dreimark1>  http://moinmo.in/WikiCourse/01 What is a MoinMoin wiki%3F
2008-07-08T23:08:56  <dreimark1> and http://www.oddmuse.org/cgi-bin/oddmuse/What Is A Wiki
2008-07-08T23:09:34  <gizmach> hm?
2008-07-08T23:10:01  <dreimark1> interesting to read for everyone who didn't see the new version
2008-07-08T23:10:39  <dreimark1> in older MM versions it was done by web.de but the license was strange
2008-07-08T23:12:20  <gizmach> heh cool
2008-07-08T23:13:36  <gizmach> dreimark1: I will finish fixing tests early in the morning, can't think clear now
2008-07-08T23:18:00  <dreimark1> gizmach: ok, good night
2008-07-08T23:18:39  <gizmach> gn dreimark1 hear you tomorrow, btw how long are you staying in vilnius?
2008-07-08T23:19:08  <dreimark1> We will leave Saturday evening
2008-07-08T23:19:53  <dreimark1> gizmach:
2008-07-08T23:22:05  <dreimark1> battery is low

MoinMoin: MoinMoinChat/Logs/moin-dev/2008-07-08 (last edited 2008-07-07 22:15:02 by IrcLogImporter)