| jenner | Hm, restarting z3 each time I need to refresh a .css resource sucks :( | 00:05 | 
|---|---|---|
| *** dobee has quit IRC | 00:07 | |
| yota | jenner: yes, zope lacks of a quick refresh :) | 00:08 | 
| *** SiggyF has joined #zope3-dev | 00:11 | |
| *** d2m has quit IRC | 00:55 | |
| *** dobee has joined #zope3-dev | 01:50 | |
| *** dobee has quit IRC | 02:01 | |
| *** J1m has joined #zope3-dev | 02:02 | |
| yota | why does zope3.2b2 bundle includes some zope2 packages ? | 02:16 | 
| J1m | It shares some packages with Zope 2. | 02:19 | 
| J1m | Which ones are you thinking of? | 02:19 | 
| *** jenner has quit IRC | 02:30 | |
| *** vinsci has quit IRC | 02:30 | |
| *** newpers has quit IRC | 02:30 | |
| *** natea|away has quit IRC | 02:30 | |
| *** zbir has quit IRC | 02:30 | |
| *** yota has quit IRC | 02:30 | |
| *** Aiste has quit IRC | 02:30 | |
| *** lifeless has quit IRC | 02:30 | |
| *** SteveA has quit IRC | 02:30 | |
| *** tiredbones has quit IRC | 02:30 | |
| *** xenru has quit IRC | 02:30 | |
| *** mp has quit IRC | 02:30 | |
| *** So3kris has quit IRC | 02:37 | |
| *** So3kris has joined #zope3-dev | 02:37 | |
| *** xenru has joined #zope3-dev | 02:37 | |
| *** natea|away has joined #zope3-dev | 02:37 | |
| *** jenner has joined #zope3-dev | 02:37 | |
| *** zbir has joined #zope3-dev | 02:37 | |
| *** yota has joined #zope3-dev | 02:37 | |
| *** Aiste has joined #zope3-dev | 02:37 | |
| *** vinsci has joined #zope3-dev | 02:37 | |
| *** newpers has joined #zope3-dev | 02:37 | |
| *** mp has joined #zope3-dev | 02:37 | |
| *** lifeless has joined #zope3-dev | 02:37 | |
| *** SteveA has joined #zope3-dev | 02:37 | |
| *** tiredbones has joined #zope3-dev | 02:37 | |
| *** strichter has joined #zope3-dev | 02:39 | |
| yota | J1m: HelpSys, Zlog, OFS or Zope2 for example. I'm just surprised to see them in zope3. Thx :) | 02:42 | 
| *** SiggyF has quit IRC | 02:44 | |
| *** jbb666 has quit IRC | 02:44 | |
| *** dman13 has quit IRC | 02:46 | |
| *** srichter has quit IRC | 02:46 | |
| *** J1m has quit IRC | 02:46 | |
| *** VladDrac has quit IRC | 02:47 | |
| *** jbb666 has joined #zope3-dev | 02:47 | |
| *** SiggyF has joined #zope3-dev | 02:48 | |
| *** dman13 has joined #zope3-dev | 02:49 | |
| *** povbot has joined #zope3-dev | 02:52 | |
| *** romanofski has joined #zope3-dev | 02:52 | |
| *** yota has quit IRC | 03:16 | |
| *** xenru has quit IRC | 03:25 | |
| *** jenner has quit IRC | 03:30 | |
| *** romanofski has quit IRC | 03:42 | |
| *** SiggyF has quit IRC | 03:42 | |
| *** MiUlEr has joined #zope3-dev | 07:47 | |
| *** MiUlEr has left #zope3-dev | 07:47 | |
| *** yota has joined #zope3-dev | 09:09 | |
| *** d2m has joined #zope3-dev | 09:20 | |
| *** natea|away has quit IRC | 10:02 | |
| *** yota has quit IRC | 11:10 | |
| *** dobee has joined #zope3-dev | 11:13 | |
| *** romanofski has joined #zope3-dev | 11:23 | |
| romanofski | moin | 11:23 | 
| romanofski | merry chrismas! | 11:23 | 
| *** yota has joined #zope3-dev | 11:24 | |
| *** elbixio has joined #zope3-dev | 13:27 | |
| *** jenner has joined #zope3-dev | 13:43 | |
| *** elbixio has quit IRC | 14:01 | |
| jenner | hi there :) | 14:23 | 
| *** dobee has quit IRC | 15:10 | |
| *** mp has quit IRC | 15:10 | |
| *** dobee has joined #zope3-dev | 15:13 | |
| *** mp has joined #zope3-dev | 15:18 | |
| *** mp has joined #zope3-dev | 15:20 | |
| * jenner fights with z3 authentication | 15:26 | |
| *** strichter is now known as srichter | 16:13 | |
| *** ChanServ sets mode: +o srichter | 16:13 | |
| jenner | Awesome, I think I know how z3 auth stuff works now :) | 16:56 | 
| *** MacYET has joined #zope3-dev | 17:48 | |
| jenner | In case anyone is tired of setting shiftwidth, syntax etc each time he/she opens a .zcml file with vim - paste this into your ~/.vimrc: http://pastebin.com/478347 | 17:52 | 
| jenner | Hm, is there a way to declare containment for the declaring interface? Like IFoo(IContainer): ... contains(IFooItem, IFoo) (which doesn't work obviously) | 18:31 | 
| *** janur has joined #zope3-dev | 18:49 | |
| *** natea has joined #zope3-dev | 18:52 | |
| srichter | jenner: you can use contains('.interfaces.IFoo') | 18:53 | 
| *** srichter has quit IRC | 18:54 | |
| jenner | srichter: ah, nice, thanks | 18:54 | 
| * jenner removes IFoo['__setitem__'].setTaggedValue('precondition', ItemTypePrecondition(IFoo, IFooItem)) | 18:55 | |
| MacYET | srichter.contains('Zope3.2b2') | 18:55 | 
| jenner | MacYET: IZope3 | 18:56 | 
| *** srichter has joined #zope3-dev | 18:56 | |
| MacYET | ihhhhhhhhhh zope3 | 18:57 | 
| *** ChanServ sets mode: +o srichter | 19:06 | |
| srichter | MacYET: I thought you are on vacation? :-) | 19:07 | 
| MacYET | yup, currently with my familiy | 19:09 | 
| MacYET | you know, x-mas with family .... | 19:09 | 
| srichter | yep | 19:09 | 
| srichter | same here, except that we could not leave for Germany this year | 19:10 | 
| MacYET | real vacation starts tomorrow | 19:10 | 
| *** philiKON has joined #zope3-dev | 19:15 | |
| jenner | Hm, is there a way to customize the message you get when a constraint validates to False ('Constraint not satisfied')? | 19:38 | 
| MacYET | it z2 i would say:customize _you_lose() | 19:41 | 
| jenner | hmpf, I did it right (raised an exception which inherited ValidationError), I just did it on the wrong interface :) | 19:45 | 
| philiKON | MacYET, ? | 19:50 | 
| philiKON | MacYET, not on vacation? | 19:50 | 
| MacYET | family vacation | 19:54 | 
| jenner | that's clearly a namespace pollution - a "family vaction" is not a vacation :) | 19:58 | 
| philiKON | MacYET, ah :) | 19:59 | 
| MacYET | vacation starts in 30 minutes with mongolian food | 19:59 | 
| philiKON | MacYET, bei muttern christstollen futtern, was? | 19:59 | 
| * MacYET zwangsernährt philiKON mit christstollen | 19:59 | |
| philiKON | yummy | 20:00 | 
| MacYET | ich kann das zeugs nicht sehen | 20:00 | 
| philiKON | heh, nach 3 monaten chinesenfras stuerzt du dich auf das zeugs, glaub mir | 20:00 | 
| jenner | heh | 20:01 | 
| MacYET | deswegen auch mongolisch und japanisch für heute abend | 20:02 | 
| philiKON | tse | 20:02 | 
| jenner | MacYET: was muss man sich unter mongolischem essen vorstellen? | 20:02 | 
| jenner | gegrillter pferderuecken mit schnapps aus stutenmilch? :) | 20:03 | 
| philiKON | kommt nah dran | 20:03 | 
| MacYET | jenner.: mal schauen was der koch heute macht | 20:03 | 
| jenner | ah, ihr geht aus, dachte schon es gibt nen kochexperiment | 20:04 | 
| MacYET | genau | 20:04 | 
| MacYET | sushibufett ist immer sehr gefährlich | 20:04 | 
| jenner | weil's so lecker ist oder weil du dem koch nicht vertraust? :) | 20:05 | 
| philiKON | weil's den giftigen kugelfisch geben kann :) | 20:06 | 
| MacYET | *g* weil's so lecker ist | 20:06 | 
| * jenner steals the CSS from jimmac's Original gallery | 20:11 | |
| MacYET | bye | 20:11 | 
| *** MacYET has quit IRC | 20:11 | |
| *** jenner has quit IRC | 20:18 | |
| *** jenner has joined #zope3-dev | 20:42 | |
| *** andrew_m has joined #zope3-dev | 21:00 | |
| *** dobee has quit IRC | 21:07 | |
| *** janur has quit IRC | 21:15 | |
| *** dobee has joined #zope3-dev | 21:26 | |
| *** sixel has joined #zope3-dev | 21:40 | |
| *** sixel has quit IRC | 21:41 | |
| *** philiKON has quit IRC | 21:58 | |
| *** natea is now known as natea|away | 22:41 | |
| *** zbir has quit IRC | 22:49 | |
| *** zbir has joined #zope3-dev | 22:49 | |
| *** natea|away is now known as natea | 23:33 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!