IRC log of #zope3-dev for Monday, 2007-09-24

*** dunny has quit IRC00:01
*** Ariel_Calzada has joined #zope3-dev00:08
*** malthe has quit IRC00:17
*** dobee has quit IRC00:23
*** philiKON has joined #zope3-dev00:25
projekt01J1m, did you read the proposal about separate views using a component.zcml?00:29
J1mYes, I don't understand it.00:30
J1mAre you just suggesting to use separate zcml files for view and non-view registrations?00:30
projekt01Yes, component.zcml and browser.zcml00:34
projekt01Both get included in configure.zcml00:34
projekt01This will not break anything00:35
srichterJ1m: yeah, basically ew try to figure out how to separate the Python API from the view stuff00:35
srichterbecause the view stuff is mostly written for Rotterdam and macro-bsaed views00:35
srichterand including them in a server where we do not want to use rotterdam or macros makes no sense00:36
J1mso this isn't really a proposal so much as a suggested way to arrange configuration?00:36
projekt01yes00:36
srichterJ1m: a more intrusive approach would be to create new packages like "ns.mypackage" and "ns.mypackage.browser"00:36
srichterJ1m: right, it is more about refactoring to gain some more configuration hooks00:37
J1mrefactoring what?00:37
srichterJ1m: (I have not read the proposal yet, but have the benefit of having Roger at the same table)00:37
J1mk00:37
projekt01it's more a new arrangement then a refactoring00:37
J1mrefactoring what?00:37
* J1m wants to scream: "So what?"00:38
srichterJ1m: refactoring: rearranging the ZCML registrations, so one can decide more granularly what to include and what not00:38
J1mare you talking about refactoring the zcml in the zope.* projects?00:38
srichterJ1m: I suggested to Roger not to even write a proposal ;-) because it does not affect public apis00:38
J1magreed00:38
J1mI still don't know what y'all are saying.00:39
projekt01yes, especialy in zope.app.error, zope.app.session zope.app.securitypolicy, all of them register add menu items and addform, editform views.00:39
J1mdo you want to go through the zope.* projects and factor their configs?00:39
projekt01We don't use zope.app.form anymore, so we can't register such views00:39
projekt01yes00:39
srichterJ1m: yep00:39
J1mwell, it's ok w me.00:40
projekt01And make eggs for this packages00:40
J1mPerhaps a note to the list saying simply what you propose to do would be good.00:40
srichterJ1m: yeah, I will write something more structured00:40
projekt01Ok, thanks00:40
J1mand that there will be no impact on people who just include configure.zcml.00:40
projekt01Yes00:41
J1mk00:41
srichterJ1m: do you think that in the long run splitting packages into "zope.package" and "zope.package.brower"/"zope.package.zmi" would be a more solid approach?00:41
srichterJ1m: because just splitting package configuration is only half the story00:42
srichterJ1m: the overall goal is, of course, to minimize package dependencies00:42
J1mfirst, I'm not for making work. :)00:42
projekt01is it possible to nest eggs, which means make a egg for zope.foo and one for zope.foo.browser?00:42
J1msecond, I'd be for having zope.foo and zope.foobrowser00:42
J1mYou won't be able to make foo.browser a namespace package.00:43
J1msorrt00:43
J1msorry00:43
J1mYou won't be able to make zope.foofoo a namespace package.00:43
J1mugh00:43
J1mYou won't be able to make zope.foo a namespace package.00:43
projekt01I see00:43
srichterok, darn00:43
*** agroszer has joined #zope3-dev00:43
J1mBut that should be evaluated on a case-by-case basis.00:44
J1mFor a package that is only useful in zope, or exists primarily to support browser apps, it doen't really make sense to have a separate browser package.00:45
srichterJ1m: so part of the ZCML split is to minimize dependencies; if we leave the code in the same package, we have to use "extra_includes" to split dependencies between core API and browser dependencies00:45
J1m(e.g. for zope.app.session)00:45
J1myou mean extras_require?00:45
srichterright, I think the split needs to be three fold: API, basic browser components, ZMI management UI00:46
srichterJ1m: yes00:46
J1mThat just opens up a can of worms.00:46
J1mAs you know, I think extras are a crock.00:46
srichterright, that'sa my worry00:46
srichterJ1m: so we should do it right and split the packages then?00:47
J1mIf a component really really really wants to live without the browser stuff, then I would make a separate package for it.00:47
srichterok, agreed, so let's do that00:47
J1motherwise I wouldn't bother.00:47
J1mI'm not trying to encourage anh gedons. :)00:47
J1mGuys, btw, I love extjs.00:50
wiggyyou're the second person to say that00:50
wiggyhow does it compare to jquery?00:50
J1mIt is much higher level.00:50
J1mIt makes more sense to compare it to wxpython.00:50
wiggyor kss?00:50
J1mIt makes web development not suck.00:51
J1mI'm not familiar with kss.00:51
wiggykss allows you to do stuff through a css-like system, no javascript writing needed00:51
wiggykssproject.org iirc00:51
wiggyplone 3 uses it00:51
J1mThen this may be anti-kss.00:51
J1mYou can do pretty much everything through js.00:52
J1mso you have a real ui programming language.00:52
wiggyI'll have to take a look at it someday00:52
J1mYou can almost completely avoid writing pointy brackets if you want to.00:52
J1mIt radically changes the way web UIs are written -- for the better imo00:53
J1msrichter, projekt0100:53
* wiggy back to fighting the zope testrunner00:53
wiggyit keeps ignoring a file :(00:53
wiggyI'm somewhat worried that there seems to be a new great java framework every year00:55
wiggyjavascript I mean00:56
*** reco has joined #zope3-dev00:57
J1mwell, they'll keep trying until they get it right. This is a Good Thing.00:58
*** MrTopf has joined #zope3-dev00:58
J1mGary Poster did a bunch of research and fealt that this was the best around for what we want to do.   I'm pretty happy with the model, which is much more like a tradiational UI framework.00:59
srichterJ1m: would you think that something like "zope.session.api", "zope.session.browser" and "zope.session.zmi" would be acceptable01:00
J1mno, I don't want to see more subpackages.01:00
srichter(whether session is the right package for such a split is another question; I just used it as example)01:00
J1m"Shallow is better than nested."01:00
wiggyisn't there a way to hook into a general admin interface thing instead of rotterdam01:00
J1mbrowser subpackages were a mistake.01:00
srichterJ1m: I like pyjamas too01:01
J1mYou guys should stick to just factoring the zcml.01:02
J1mIf you want to refactor the packages, that is a much bigger deal.01:03
J1mfor example, removing the browser and zmi stuff from zope.app.session will either require a new major version #, which would cause lots of problems, or a whole new package.01:04
J1mI guess you could create zope.session that didn't have any UI support and then change zope.app.session to use that -- as long as zope.app.session was backward compatible.  But this is a special case since zope.session is available.01:05
*** MrTopf has quit IRC01:06
*** agroszer_ has joined #zope3-dev01:16
*** pbugni has joined #zope3-dev01:25
*** agroszer has quit IRC01:28
*** J1m has left #zope3-dev01:31
*** agroszer_ has quit IRC01:41
*** edgordon has joined #zope3-dev01:54
*** philiKON has quit IRC02:12
*** philiKON has joined #zope3-dev02:13
*** edgordon has quit IRC02:23
*** edgordon has joined #zope3-dev02:24
*** dunny has joined #zope3-dev02:49
*** projekt01 has quit IRC02:56
*** greenman has quit IRC03:10
*** huajie has joined #zope3-dev03:16
*** edgordon has quit IRC03:20
*** rock1 has joined #zope3-dev03:26
*** rocky has quit IRC03:27
*** rock1 is now known as rocky03:30
*** projekt01 has joined #zope3-dev03:30
*** projekt01 has quit IRC03:51
*** b52laptop has quit IRC03:53
*** greenman has joined #zope3-dev03:53
*** philiKON has quit IRC04:19
*** jsadjohnson_ has joined #zope3-dev04:32
*** greenman has quit IRC04:38
*** yvl has joined #zope3-dev04:52
*** yvl has quit IRC04:58
*** gstratton has joined #zope3-dev05:12
*** alecm has joined #zope3-dev05:15
*** alecm has quit IRC05:16
*** alecm has joined #zope3-dev05:16
*** gstratton has quit IRC05:16
*** edgordon has joined #zope3-dev05:21
edgordonis there a certain way i need to add objects to a contain in order for the catalog to pick up the event? i am doing 'folder[objname'] = obj' and my indexes aren't updating05:26
*** edgordon has left #zope3-dev05:26
*** edgordon has joined #zope3-dev05:26
*** jsadjohnson_ has quit IRC05:29
*** ousado_ has quit IRC06:17
*** ousado_ has joined #zope3-dev06:17
*** cursor has joined #zope3-dev06:49
*** tarek has joined #zope3-dev06:51
*** tarek has quit IRC07:08
*** cursor has quit IRC07:19
*** alecm has quit IRC07:47
*** kleist has joined #zope3-dev07:54
*** greenman has joined #zope3-dev07:56
*** jukart has joined #zope3-dev08:12
*** reco has quit IRC08:16
*** romanofski has quit IRC08:28
*** jukart has joined #zope3-dev08:38
*** zagy has joined #zope3-dev08:45
*** jukart has quit IRC08:46
*** jukart has joined #zope3-dev08:51
*** pelle_ has quit IRC09:07
*** philiKON has joined #zope3-dev09:14
*** dobee has joined #zope3-dev09:26
*** jodok has joined #zope3-dev09:28
*** MrTopf has joined #zope3-dev09:29
*** MrTopf has quit IRC09:33
*** Theuni has quit IRC09:34
*** Theuni has joined #zope3-dev09:35
*** romanofski has joined #zope3-dev09:35
romanofskimoin09:35
*** naro has joined #zope3-dev09:37
*** hdima has joined #zope3-dev09:43
*** dunny has quit IRC09:44
*** timte has joined #zope3-dev09:47
*** aross has quit IRC09:47
*** pyqwer has joined #zope3-dev09:48
*** greenman has quit IRC09:59
*** pbugni has quit IRC10:01
*** philiKON_ has joined #zope3-dev10:03
*** philiKON has quit IRC10:03
*** pelle_ has joined #zope3-dev10:13
*** hdima has quit IRC10:15
*** hdima has joined #zope3-dev10:18
*** tarek has joined #zope3-dev10:30
*** markusleist has joined #zope3-dev10:41
*** junkafarian has joined #zope3-dev10:48
*** chacha_chaudhry has joined #zope3-dev10:59
*** greenman has joined #zope3-dev11:01
*** greenman has quit IRC11:31
*** pelle___ has joined #zope3-dev11:42
*** baijum has joined #zope3-dev11:44
*** pelle___ has quit IRC11:44
*** pelle___ has joined #zope3-dev11:46
*** MrTopf has joined #zope3-dev11:51
*** pelle_ has quit IRC11:55
*** stub has joined #zope3-dev11:56
*** lezardo has joined #zope3-dev11:57
lezardohello!11:58
lezardoI'm a zope3 beginner and I would like to know how to use zope.html to have an FCKeditor11:58
lezardoin Phil's application worldcookery11:58
lezardodoes anyone know how to do that???11:59
lezardoI have already modify the interfaces.py11:59
lezardoand of course i install zope.html11:59
lezardobut i don't know what else does I kneed to do?12:00
lezardoor just a way to find the right documentation?12:01
*** malthe has joined #zope3-dev12:02
*** pelle_ has joined #zope3-dev12:04
lezardonobody know???12:07
*** pelle___ has quit IRC12:09
*** ThomasKarlRichte has joined #zope3-dev12:20
*** goschtl has joined #zope3-dev12:21
*** MJ has joined #zope3-dev12:28
*** pelle_ has quit IRC12:32
*** ThomasKarlRichte has quit IRC12:35
*** dunny has joined #zope3-dev12:36
*** pelle_ has joined #zope3-dev12:38
*** pelle__ has joined #zope3-dev12:39
*** jukart has quit IRC12:51
*** mkerrin has joined #zope3-dev12:55
*** lezardo has quit IRC12:55
*** pelle_ has quit IRC12:57
*** deo has joined #zope3-dev12:59
*** pelle__ has quit IRC12:59
*** deo has joined #zope3-dev12:59
*** pelle_ has joined #zope3-dev13:00
*** greenman has joined #zope3-dev13:03
*** b52laptop has joined #zope3-dev13:07
*** naro_ has joined #zope3-dev13:07
*** dunny has quit IRC13:09
*** naro has quit IRC13:15
*** yvl has joined #zope3-dev13:17
*** amit_am has joined #zope3-dev13:18
*** tarek has quit IRC13:21
*** yvl has quit IRC13:25
*** naro_ is now known as naro13:29
*** gstratton has joined #zope3-dev13:51
*** benji has quit IRC13:56
*** gstratton has quit IRC13:56
*** mgedmin has joined #zope3-dev13:56
*** srichter has quit IRC14:02
*** tarek has joined #zope3-dev14:07
*** ruda_porto has joined #zope3-dev14:17
*** __gotcha has joined #zope3-dev14:29
__gotchais there a spec somewhere that explains ppix for buildout and eggs14:30
__gotchaI'd like to know how to query download.zope.org about the eggs it can distribute14:31
*** lezardo has joined #zope3-dev14:31
__gotchazope.component 3.3 is not available in cheeseshop or download.z.o14:34
*** reco has joined #zope3-dev14:38
philiKON_download.zope.org/distribution has no way for "querying". it's a flat list14:40
philiKON_download.zope.org/ppix works like a package index14:40
*** MJ is now known as MJ|lunch14:40
philiKON_e.g. http://download.zope.org/ppix/zope.component/14:40
*** rocky has quit IRC14:44
*** Ariel_Calzada has quit IRC14:54
*** niemeyer has joined #zope3-dev14:55
*** ignas has joined #zope3-dev15:02
*** srichter has joined #zope3-dev15:09
*** MrTopf_ has joined #zope3-dev15:11
*** alga has joined #zope3-dev15:19
*** mgedmin has quit IRC15:20
*** chacha_chaudhry has quit IRC15:20
*** MJ|lunch is now known as MJ15:21
*** benji has joined #zope3-dev15:22
*** reco has quit IRC15:27
*** MrTopf has quit IRC15:29
*** jpfarias has quit IRC15:31
*** ThomasKarlRichte has joined #zope3-dev15:55
*** gstratton has joined #zope3-dev15:55
*** yvl has joined #zope3-dev15:58
*** greenman has quit IRC15:58
*** mgedmin has joined #zope3-dev16:04
*** instantfoo has quit IRC16:08
*** instantfoo has joined #zope3-dev16:08
*** whit has quit IRC16:11
* mgedmin is at the foliage sprint, yay16:14
*** ruda_porto has quit IRC16:22
Crippsway to go mgedmin :)16:23
Crippsmgedmin: say hi to Stephan for me ;)16:23
mgedminsrichter: Cripps says hi16:24
mgedmin:)16:24
Crippsw00t.16:24
*** whit has joined #zope3-dev16:24
CrippsI take it everyone is just showing up about now?16:24
*** MrTopf_ has quit IRC16:25
*** MrTopf has joined #zope3-dev16:25
*** whit has quit IRC16:26
*** whit has joined #zope3-dev16:26
*** reco has joined #zope3-dev16:27
*** rocky has joined #zope3-dev16:33
*** baijum has quit IRC16:35
*** J1m has joined #zope3-dev16:35
*** faassen has joined #zope3-dev16:41
*** WebMaven has joined #zope3-dev16:46
*** stub has quit IRC16:51
*** jfroche has joined #zope3-dev16:53
whitanybody know if it's possible to install zope.app.catalog just by easy_install?16:59
*** jsadjohnson has quit IRC16:59
*** fcorrea has joined #zope3-dev16:59
*** tiredbones_ has joined #zope3-dev17:01
mgedminI see one test failure on zope 3 trunk17:01
Crippsuh-oh17:01
lisppaste6mgedmin pasted "make test failure on trunk" at http://paste.lisp.org/display/4816217:01
mgedminlooks insignificant17:02
Crippshahaha ... the end of the triple-quoted string is commented out.17:02
Crippsah, but it's the offset that's wrong.17:03
Crippsweird.17:03
timtewhit: yeah, it's registered at pypi17:03
mgedmincould it be a line ending issue?17:03
mgedminCR versus CRLF would change the offset by 117:04
CrippsLF?17:04
Crippsoh.17:04
Crippsyeah ... it could be that.17:04
Crippsbut it shouldn't make a difference, else there would be a blank line kicking around after the try: statement.17:06
mgedminhttp://buildbot.zope.org/ looks pretty bleak17:06
Crippsoh boy ... it sure does.17:07
Crippsbuild bot is sick?17:08
whittimte: I get error: Could not find suitable distribution for Requirement.parse('zope.app') when I try to install it via pypi17:09
whitand zope.app is a non-entity17:10
*** goschtl has quit IRC17:10
timteworks here17:11
*** dobee has quit IRC17:12
* whit tries afresh17:12
whitI started with easy_install hurry.query17:13
*** dobee has joined #zope3-dev17:13
*** jukart has joined #zope3-dev17:17
*** tiredbones has quit IRC17:17
*** rock1 has joined #zope3-dev17:18
*** rocky has quit IRC17:18
*** whit has quit IRC17:20
*** jpfarias has joined #zope3-dev17:22
mgedminis there a canonical "getting started with eggified zope 3" document somewhere?17:33
* mgedmin knows about zopeproject17:33
* mgedmin wants to test eggified zope without installing random stuff into his real site-packages17:33
timtevirtualenv is good for that17:34
timteand buildout17:34
mgedminexcept that they require me to easy_install virtualenv/zc.buildout, which go into my global site-packages17:35
*** pelle_ has quit IRC17:35
*** RaFromBRC has joined #zope3-dev17:35
timtefor workingenv there is a script you can download instead of installing it, maybe there's one for virtualenv as well17:36
mgedminhttp://pypi.python.org/pypi/virtualenv only has egg and tar.gz downloads17:37
mgedminwow, virtualenv weighs 673 kb17:38
mgedminah, it has two pre-built setuptools eggs inside17:38
*** lezardo has quit IRC17:39
timtebut do you really mind having virtualenv in site-packages?17:40
*** ThomasKarlRichte has quit IRC17:40
*** whit has joined #zope3-dev17:40
mgedminI mind having anything that didn't come from a .deb in my /usr/17:41
mgedminin my opinion easy_install is terribly broken because it defaults to putting crap into /usr/ instead of /usr/local/17:41
*** huajie has quit IRC17:42
Crippsyou should bring up that point with the easy_install maintainer17:42
*** jsadjohnson has joined #zope3-dev17:44
*** Ariel_Calzada has joined #zope3-dev17:45
mgedminyou're right17:45
mgedminbut there are so many things I should do...17:45
*** projekt01 has joined #zope3-dev17:45
timte:)17:45
mgedmindoes easy_install have an issue tracker?17:46
*** alecm has joined #zope3-dev17:46
*** hdima has quit IRC17:47
mgedminapparently not17:47
mgedminwheee17:48
mgedminsvn co svn+ssh://svn.zope.org/repos/main/z3c.formdemo/trunk z3c.formdemo && cd z3c.formdemo && python bootstrap.py && bin/buildout bombs out with an AssertionError17:49
* mgedmin suggests moving the pastebot link closer to the beginning of the /topic17:50
lisppaste6mgedmin pasted "z3c.formdemo buildout problem" at http://paste.lisp.org/display/4816717:50
* mgedmin expects the standard "do not use the system python" chastisement any second now17:53
*** malthe has quit IRC17:53
*** whit has quit IRC17:56
philiKON_mgedmin: bin/buildout has a shebang... why are you explicitly calling it with python2.4 anyway?17:56
philiKON_anyway, mgedmin, the z3c.formdemo buildout is broken17:57
philiKON_srichter has his own way of symlinking things around that's obviously not automatically repeatable17:57
philiKON_this was discussed on the mailinglist17:57
philiKON_i suggested either adding an svn:external (if cutting edge trunk is important to z3c.formdemo) or ripping it out of the develop= line17:57
*** philiKON_ is now known as philiKON17:58
* mgedmin gets srichter to fix his problem17:59
Crippshahaha17:59
* mgedmin also has a headache, which doesn't help at all18:00
Crippsmgedmin: must be handy having Stephan right there ;)18:00
mgedminexcept that everybody needs him, so he's pretty busy :)18:00
* mgedmin wonders if he can safely ignore "Download error: unknown url type: svn -- Some packages may not be found!"18:00
ignasmgedmin, iirc - yes18:01
ignasmgedmin, oh and the /usr/lib problem is (you'll laugh)18:02
ignasdebian problem not easy_install problem18:02
mgedmin8-/18:02
*** reco has quit IRC18:03
ignaspyhon installation on debian is not including anything except /usr/lib/site-packages18:03
*** reco has joined #zope3-dev18:03
ignasso if you install something to /usr/local - your python won't see it18:03
ignasor something like that18:04
*** grahal has joined #zope3-dev18:07
mgedminnow lxml fails to build18:08
*** alecm has quit IRC18:10
projekt01Theuni, where is the proposal for finishing the 3..4.0 eggs18:19
*** tiredbones_ has quit IRC18:20
*** tarek has left #zope3-dev18:20
*** tarek has joined #zope3-dev18:20
Theuniprojekt01: http://wiki.zope.org/zope3/StabilizeEggPackages18:20
projekt01thanks18:21
* mgedmin reports https://bugs.launchpad.net/lxml/+bug/14447118:23
wiggypkg-config is not just linux18:25
*** timte has quit IRC18:31
ignasmgedmin, why aren't you using buildout to build libxml2?18:37
mgedminyay, the documentation I need is awesome: http://peak.telecommunity.com/DevCenter/setuptools#reusing-setuptools-code18:37
mgedminignas: I am18:37
mgedminor maybe I am not18:37
*** edgordon has quit IRC18:39
*** zagy has quit IRC18:39
ignasmgedmin, because i know my buildout builds libxml without triggering any bugs related to ubuntu18:43
*** __gotcha has quit IRC18:45
*** philiKON has quit IRC18:46
*** alecm has joined #zope3-dev18:48
*** jfroche has quit IRC18:50
*** afd__ has joined #zope3-dev18:53
*** zagy has joined #zope3-dev18:56
*** tarek has quit IRC18:58
*** edgordon has joined #zope3-dev19:00
*** agroszer has joined #zope3-dev19:01
agroszergstratton: /repos/main/Sandbox/ocql-foliage19:02
*** thruflo has joined #zope3-dev19:03
thruflohi19:03
thrufloI'm looking for a decent intro to layering a skin19:03
thrufloi've read the relevant bits in web component development with zope319:04
*** kleist has quit IRC19:04
thruflobut i'm looking for a bit more info on setting up a base layer and then developing layers on top19:04
thrufloany suggestions?19:04
*** malthe has joined #zope3-dev19:07
thrufloi've also seen http://wiki.zope.org/zope3/SimplifySkinning19:08
thruflowhich is useful19:08
*** zagy has quit IRC19:09
*** afd__ has quit IRC19:11
*** MJ has quit IRC19:12
*** pyqwer has quit IRC19:13
*** romanofski has quit IRC19:16
*** philiKON has joined #zope3-dev19:16
*** agroszer has quit IRC19:17
*** agroszer has joined #zope3-dev19:17
*** TresEquis has joined #zope3-dev19:18
*** TresEquis has quit IRC19:18
*** b52laptop has quit IRC19:20
*** zagy has joined #zope3-dev19:22
*** TresEquis has joined #zope3-dev19:25
*** pbugni has joined #zope3-dev19:25
*** alga has quit IRC19:29
mgedminwhy doesn't google like wiki.zope.org?19:29
*** afd__ has joined #zope3-dev19:29
*** pcardune has joined #zope3-dev19:30
mgedmincould it be the <meta name="robots" content="noindex" /> in every page?19:30
mgedminwho put that there and why?19:30
*** RaFromBRC is now known as RaFromBRC|lunch19:33
*** pcardune has quit IRC19:33
*** pcardune has joined #zope3-dev19:33
markusleistwhat about the (new and old) attribute values  in the z3c.form.EditForm - ObjectModifiedEvent? Please have a look at http://paste.lisp.org/display/48174 and feel free to comment.19:34
* markusleist will be back in about 2 h and look into irc-logs.19:35
*** markusleist has quit IRC19:35
*** malthe has quit IRC19:38
projekt01Theuni, can you add me to zope.app.error on pypi?19:38
projekt01username: projekt0119:38
philiKONprojekt01: we don't need a 3.4 branch19:38
philiKONi forgot to update the wiki page19:38
*** malthe has joined #zope3-dev19:39
philiKONi think creating 3.4 branches is overhead19:39
philiKONespecially if you create it before preparing the version work, like you did...19:39
philiKONin fact, in this case (unless you merge), the zope.app.error 3.4 branch is quite irritating19:39
*** TresEquis has quit IRC19:40
pcarduneHow is the sprint going whoever is there?19:41
*** dobee has quit IRC19:41
*** philiKON has quit IRC19:43
mgedminmeh19:43
WebMavenpcardune: we're getting started.19:43
WebMavenpcardune: I left some comments on your blog BTW.19:44
pcarduneWebMaven: oh yeah, a while back?19:46
WebMavena coupe of weeks, I think.19:47
WebMavencouple19:47
pcarduneI only just checked them through yesterday19:47
WebMavenon the tree emo19:47
WebMavendemo19:47
WebMavendang keyboard19:47
pcarduneyeah, I've been meaning to make a 0.3 release of formjs and formjsdemo19:48
WebMavenThat would be appreciated!19:48
pcarduneBut I've been overloaded with this school stuff19:48
*** dobee has joined #zope3-dev19:48
WebMavenOK.19:48
pcarduneI wanted to clean some stuff up before the release, but I think it could probably be done this week19:49
pcarduneI'll make that my own personal sprint goal since I can't be there19:49
WebMavenBTW, I have a use-case for a tree that is always expanded. (ie. no '+' or '-')19:49
pcarduneYou could use the tree demo and just make the default state expanded, and remove the + and - stuff19:50
pcardunealways expanded is a much simpler use case in fact19:50
*** ChanServ sets mode: +o srichter19:51
*** mgedmin has quit IRC19:51
*** ksmith99_ has left #zope3-dev19:52
*** mgedmin has joined #zope3-dev19:52
*** tarek has joined #zope3-dev19:52
mgedminI think I just discovered a memory leak in xchat-gnome19:52
mgedminfwiw I'm putting the notes on my sprint task at http://wiki.zope.org/zope3/PackageDependenciesTool19:53
*** tarek has quit IRC20:03
*** edgordon has quit IRC20:07
*** romanofski has joined #zope3-dev20:08
*** jsadjohnson has quit IRC20:19
*** MrTopf has quit IRC20:19
projekt01philiKON, windows produces zip files instead of tar.gz files for packages. Is there a way to force setuptools to create tar.gz files?20:26
*** pcardune has left #zope3-dev20:29
*** b52laptop has joined #zope3-dev20:32
*** RaFromBRC|lunch has quit IRC20:41
*** gstratton has quit IRC20:41
*** mkerrin has quit IRC20:41
*** edgordon has joined #zope3-dev20:43
*** jukart has quit IRC20:48
*** wreutz has joined #zope3-dev20:48
*** gstratton has joined #zope3-dev20:49
*** wreutz has quit IRC20:49
*** wreutz has joined #zope3-dev20:49
*** dobee has quit IRC20:51
*** jodok has quit IRC20:51
*** wreutz has quit IRC20:55
*** derek|brandon has joined #zope3-dev20:55
*** Cripps has quit IRC20:57
*** alecm is now known as alecm|away21:01
*** philiKON has joined #zope3-dev21:02
philiKONmgedmin: ping?21:05
*** Cripps has joined #zope3-dev21:08
*** wreutz has joined #zope3-dev21:11
*** philiKON has quit IRC21:19
*** philiKON has joined #zope3-dev21:19
*** jfroche has joined #zope3-dev21:21
*** naro has left #zope3-dev21:25
*** thruflo has left #zope3-dev21:27
*** dunny has joined #zope3-dev21:28
*** ignas has quit IRC21:42
*** jodok has joined #zope3-dev21:51
*** dobee has joined #zope3-dev21:52
*** rock1 is now known as rocky21:54
*** malthe has quit IRC21:59
*** alecm|away is now known as alecm22:03
mgedminphiliKON: pong22:07
*** junkafarian is now known as junk|afk22:07
philiKONmgedmin: see my comment on the wiki22:07
mgedminthanks22:11
mgedminsrichter: http://pypi.python.org/pypi/tl.eggdeps appears to do what you want re egg dependencies22:12
*** ousado_ has quit IRC22:15
*** ousado_ has joined #zope3-dev22:16
*** fcorrea has left #zope3-dev22:24
*** pcardune has joined #zope3-dev22:31
*** faassen has quit IRC22:32
*** dobee has left #zope3-dev22:33
*** markusleist has joined #zope3-dev22:33
*** pcardune has left #zope3-dev22:46
*** regebro has joined #zope3-dev22:47
regebroHiya all!22:50
regebroI hear rumours about CMSs for Zope3, and time has come to evaluate them. I've heard there exists at least two.22:50
regebroAnybody knows which ones?22:51
philiKONi don' know of any open source cms for z322:51
regebronuts.22:52
philiKON?22:53
* regebro was trying to say "shit" nicely.22:55
philiKONyou probably meant to say "rats"22:56
philiKONat least i think 'nuts' has a different connotation...22:56
regebrorats works as well. Maybe it's english vs american. :-)22:56
wiggyregebro: preparing your ploneconf talk? :)22:57
regebrophiliKON: No worries, I still have Sebastians start of a grok CMS to evaluate.22:57
regebrowiggy: No, but thanks for reminding me. :-)22:57
* philiKON needs to do his talk tongiht too ;)22:57
* wiggy is almost certainly not going to make the deadline22:57
*** zagy has quit IRC22:57
*** RaFromBRC|lunch has joined #zope3-dev22:58
regebroI'm going to make one sentence per page. Just let those Plone people print THAT for everyone. :-)22:58
mgedminyay for larry-lessig-style presentations23:01
*** davidstryker has joined #zope3-dev23:01
projekt01philiKON, see z3ext at: http://z3ext.net/23:02
*** timte has joined #zope3-dev23:03
*** greenman has joined #zope3-dev23:03
philiKONprojekt01: cool. didn't know. thanks23:07
philiKONprojekt01: btw, got my email?23:07
* projekt01 is checking the mails23:08
* philiKON bbl23:08
*** philiKON has quit IRC23:08
*** davidstryker has left #zope3-dev23:13
* timte wonders what OCQL is23:13
regebroprojekt01: Super. How is the code status? Alpha/beta/production-ready?23:14
agroszertimte: OCQL: the gentle introduction is the presentation23:22
agroszertimte: refer to the sprint page23:22
*** ignas has joined #zope3-dev23:24
*** fdrake has joined #zope3-dev23:24
timteagroszer: wherever that is  :)23:24
fdrakeprojekt01: Did you just fix the missing configure.zcml from the zope.app.error egg?23:24
* agroszer is a bit jetlagged23:25
* fdrake went ahead and released zope.app.error 3.4.1 anyway.23:27
projekt01what's that?23:27
fdrakeThe sdist was missing the configure.zcml file.23:27
fdrakeJim said you'd just asked him for PyPI privs for that one, so thought I'd check with out.23:27
fdrakeBut I was too impatient to wait for an answer.  ;-)23:28
projekt01Ok23:28
*** afd__ has quit IRC23:28
srichterfdrake: hi IO work with Roger on this23:29
fdrake"hi IO"?  Hmm...23:29
srichterwe basically were releasing stuff, so that we could start working on 3.50 version, splitting up packages into components and browser views23:29
srichterfdrake: oops, ;-)23:30
fdrakeOk; I wasn't messing with the trunk, and it looks like 3.4.0 was out by the time I poked it.23:30
fdrakeSo I think we're ok.23:30
srichterok, me too23:30
* fdrake crosses fingers, as I update and test another build....23:31
srichterfdrake: I guess you did not create a branch, which is okay, because we have not checked in our 3.5 changes yet23:31
fdrakeThere was an existing branch, which I used.23:31
fdrakezope.app.error/branches/3.423:32
srichterah, ok, right23:32
srichterok, then we are all good23:32
fdrakew00t!23:32
fdrakeMake sure any sdist you release has a configure.zcml, or the Harpy of Missing ZCML will throw rotting fish at you.  :-)23:33
*** philiKON has joined #zope3-dev23:35
*** wreutz has quit IRC23:38
srichterfdrake: will do23:39
srichterfdrake: but why is it missing in the first place?23:39
srichterI am not specifying anything special usually23:39
fdrakeI don't know; I figure someone botched things when they built the sdist, but I don't know what command was used.23:40
*** malthe has joined #zope3-dev23:40
fdrakeI just did bin/buildout setup . sdist, and the result was fine.23:40
timteagroszer: looks a bit like linq23:42
agroszertimte: I don't think so, linq is a lot like SQL23:42
timtethe example in the presentation was rather similar to SQL as well23:43
agroszerOCQL is a lot like list comprehesion23:43
agroszertimte: which example you mean?23:44
*** grahal has quit IRC23:44
timte[ s in IStudents; a as s.major.address.street; a="Hillhead Street" or a="Gibson Street"  ] is almost like "select * from students as s where s.major.address.street="Hillhead Street" or s.major.address.street="Gibson Street"23:47
*** philiKON has quit IRC23:47
timteand therefore a bit like linq as well  :)23:48
*** fdrake has left #zope3-dev23:48
*** philiKON has joined #zope3-dev23:49
*** harobed has joined #zope3-dev23:49
*** timost has joined #zope3-dev23:50
*** jsadjohnson has joined #zope3-dev23:54
*** derek|brandon has left #zope3-dev23:56
agroszertimte: these are equivalent, they look similar because of that23:58
timteagroszer: looking forward to test it  :)23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!