elro | where is the browser:page directive defined? | 00:00 |
---|---|---|
elro | hmm. is there anything like the apache location directive? I'd like to specify that when I visit /foo I get a foo.Foo object instantiated | 00:17 |
*** tanghus has joined #zope3-dev | 00:18 | |
*** tristil has quit IRC | 00:39 | |
*** zbir has quit IRC | 00:39 | |
*** J1m_ has joined #zope3-dev | 00:42 | |
*** SteveA has quit IRC | 00:47 | |
*** natea has quit IRC | 00:55 | |
*** MJ has quit IRC | 01:11 | |
*** mcdonc has quit IRC | 01:17 | |
*** philiZZZ has joined #zope3-dev | 01:24 | |
joshz | tiredbones: still there? | 01:42 |
*** gumpa is now known as gumpa-afk | 01:43 | |
*** elro has quit IRC | 01:45 | |
*** tarek has quit IRC | 01:46 | |
*** BjornT has joined #zope3-dev | 01:47 | |
*** BjornT has quit IRC | 01:57 | |
*** rockyburt|hockey is now known as rockyburt|zzz | 02:00 | |
*** philiZZZ has quit IRC | 02:21 | |
*** kevdev99 has quit IRC | 02:41 | |
*** strichter has joined #zope3-dev | 02:44 | |
*** srichter has quit IRC | 02:44 | |
*** strichter is now known as srichter | 02:44 | |
*** ChanServ sets mode: +o srichter | 02:44 | |
*** yota has quit IRC | 02:47 | |
tiredbones | joshz, hi | 02:58 |
joshz | tiredbones: couldnt get them to work | 03:08 |
joshz | just recently tried | 03:08 |
joshz | i am now modifying buddy folder | 03:08 |
tiredbones | joshz, what couldn'r you get working? | 03:08 |
tiredbones | joshz, the examples from Stephan's/ | 03:09 |
tiredbones | joshz, the examples from Stephan's book? | 03:09 |
joshz | from zope book | 03:10 |
joshz | messageboard | 03:10 |
tiredbones | joshz, what kind of problem are you having? | 03:11 |
tiredbones | with messageboard? | 03:11 |
joshz | wont work properly, at this point I am just trying to get somehting up and running | 03:11 |
joshz | its really hard | 03:11 |
joshz | lot of things go wrong and I have no idea how to fix them | 03:11 |
tiredbones | joshz, did you try zwiki? | 03:12 |
joshz | yeah that worked | 03:12 |
tiredbones | joshz, for the other did you create an instance? | 03:12 |
joshz | i don't remember, i dont have it up and running any more | 03:13 |
tiredbones | joshz, cd to the Zope directory and see if you and instance there. | 03:14 |
tiredbones | joshz, cd to the Zope directory and see if you have instance there. | 03:14 |
joshz | ive made a zope instance if thats what you are asking | 03:15 |
joshz | its really hard to debug the exceptions I get | 03:15 |
joshz | usually it is totally meaningless | 03:15 |
tiredbones | joshz, ok . Wher eyou able toget to the test phase in messageboard? | 03:16 |
joshz | yes tat worked | 03:16 |
joshz | just want to verify if someone else had the problem | 03:16 |
joshz | i am working on something else currently | 03:16 |
joshz | can't debug right now | 03:16 |
tiredbones | joshz, well you got further than I did. I can't figure out why I'm get ImportErrors. | 03:17 |
tiredbones | on the test phase. | 03:17 |
joshz | i get those damn import errors all the time | 03:17 |
joshz | i cant figure out what causes them | 03:18 |
joshz | i just mess around until it goes away | 03:18 |
joshz | zope3 dev is insane | 03:18 |
joshz | its like black magic or something | 03:18 |
tiredbones | joshz, there are many pieces to the puzzle, thats for sure. | 03:19 |
joshz | well i managed to rename buddy list to the name I wanted- yay! | 03:20 |
tiredbones | joshz, It should be familar to you if had EBJ. Isn't that component arch.? | 03:20 |
joshz | EJB has DOCUMENTATION | 03:20 |
tiredbones | joshz, It will get down to me sooner or later, until then I fight with. | 03:22 |
joshz | zope3 is more like: gee I wonder what will happen if I do this;... | 03:22 |
joshz | tiredbones: so what brings you to the sordid world of zope3? | 03:23 |
tiredbones | joshz, I'm interested in the school software and I think Zope's schooltool will be good in the future. | 03:24 |
joshz | I see | 03:24 |
joshz | someone should make CRM for zope | 03:24 |
joshz | that will bring in a lot of people | 03:24 |
joshz | i still can't make heads or tails of the testing mechanism | 03:25 |
tiredbones | CRM is what? | 03:25 |
joshz | customer relationship manager | 03:25 |
joshz | its really interesting how zope people are so detatched from the big biz world | 03:25 |
joshz | sugarCRM made this complete POS CRM system and they a few million in funding( in PHP ) | 03:26 |
tiredbones | joshz, From what I gather about the test phase is to verify your contract. | 03:26 |
joshz | i know what its for: but the docs are like 'put this line here and that line there' viola you have a testing module | 03:27 |
joshz | zope people have a high tolerance for that kind of thing I find | 03:28 |
joshz | most of this junk is mainly to support the ZMI | 03:28 |
tiredbones | The docs tell you how but not why. | 03:28 |
joshz | which developers don't really want or need | 03:28 |
joshz | they should give more examples of developement without the ZMI( if it is even possible iwth Z3 ) | 03:29 |
tiredbones | Well, I think there headed in that direction. It's called Zen. | 03:30 |
joshz | whose they? | 03:30 |
tiredbones | The main developers and Zope Corp.. | 03:30 |
joshz | just a high speed object database + security/roles + versioning would be great | 03:31 |
joshz | just manipulate through python | 03:31 |
joshz | and add the web interface that you build | 03:31 |
joshz | are there any links on Zen? | 03:32 |
tiredbones | joshz, why do you want to use Zope? | 03:32 |
joshz | it offers a lot of stuff I need | 03:32 |
joshz | is there anything else you would suggest? | 03:32 |
joshz | i like the versioned objects | 03:33 |
joshz | i like the automated user login | 03:33 |
joshz | things like that are nice | 03:33 |
tiredbones | joshz, Go to the irc logs and you should find some comments on Zen. | 03:33 |
joshz | ok | 03:34 |
joshz | do you know of anything that does the above? | 03:34 |
tiredbones | joshz, have you looked at plone? | 03:34 |
joshz | i know plone | 03:34 |
joshz | you don't get enough control with plone | 03:34 |
tiredbones | joshz, What about TurboGear? | 03:35 |
joshz | don't know much about it | 03:35 |
joshz | also internationalization is good in zope | 03:35 |
tiredbones | joshz, I only saw a demo of turbo. | 03:36 |
tiredbones | joshz, thers is also Django(sp). | 03:36 |
tiredbones | joshz, Did you look at RoR? | 03:37 |
tiredbones | joshz, where did you get buddy at? I don't think I saw that package. | 03:38 |
*** mp has quit IRC | 03:48 | |
*** oferw has joined #zope3-dev | 03:51 | |
*** mp has joined #zope3-dev | 03:51 | |
joshz | buddy comes with zope svn | 04:04 |
joshz | what is this for? :__parent__ = __name__ = None | 04:05 |
*** jpfarias has quit IRC | 04:09 | |
*** stub has joined #zope3-dev | 04:29 | |
*** mp has quit IRC | 05:00 | |
*** mp has joined #zope3-dev | 05:03 | |
*** oferw has quit IRC | 05:16 | |
*** niemeyer has quit IRC | 05:50 | |
*** joshz has quit IRC | 05:51 | |
*** kamalgill has quit IRC | 05:54 | |
*** sm has quit IRC | 06:06 | |
*** mp has quit IRC | 06:11 | |
*** mp has joined #zope3-dev | 06:14 | |
*** mp has quit IRC | 06:34 | |
*** mp has joined #zope3-dev | 06:37 | |
*** kamalgill has joined #zope3-dev | 06:49 | |
*** deo has quit IRC | 06:59 | |
*** mcdonc has joined #zope3-dev | 07:04 | |
*** elbixio has joined #zope3-dev | 07:10 | |
*** zopePloneConsult has joined #zope3-dev | 07:22 | |
*** dobee has joined #zope3-dev | 07:34 | |
*** elbixio has quit IRC | 07:48 | |
*** dobee has quit IRC | 07:52 | |
*** stub has quit IRC | 08:06 | |
*** dobee has joined #zope3-dev | 08:12 | |
*** eins has joined #zope3-dev | 08:14 | |
eins | hi | 08:14 |
*** sashav has joined #zope3-dev | 08:28 | |
*** natea has joined #zope3-dev | 08:56 | |
*** natea is now known as natea|austin | 08:59 | |
*** kamalgill has left #zope3-dev | 09:03 | |
*** Theuni has joined #zope3-dev | 09:12 | |
*** hdima has joined #zope3-dev | 09:23 | |
*** MJ has joined #zope3-dev | 09:38 | |
*** drzoltron_ has joined #zope3-dev | 09:41 | |
eins | do "records" work the same in zope3 page templates as it used to in zope2?? | 09:42 |
eins | I'm talking about records converter | 09:43 |
drzoltron_ | can I pass a parameter into a macro (TAL) ? | 09:43 |
drzoltron_ | METAL even ;) | 09:43 |
zopePloneConsult | sure | 09:43 |
zopePloneConsult | u can even pass 2 | 09:43 |
drzoltron_ | zopePloneConsult: cool, how ? | 09:44 |
zopePloneConsult | just tal:define | 09:44 |
drzoltron_ | ah | 09:45 |
zopePloneConsult | tal:define="param python: 1+1;" | 09:45 |
zopePloneConsult | and then use param | 09:45 |
drzoltron_ | ok | 09:46 |
*** natea|austin has quit IRC | 09:46 | |
*** stub has joined #zope3-dev | 10:06 | |
*** zagy has joined #zope3-dev | 10:18 | |
*** zagy has quit IRC | 10:20 | |
*** sashav has joined #zope3-dev | 10:27 | |
*** rockyburt|zzz has quit IRC | 10:32 | |
*** faassen has joined #zope3-dev | 10:35 | |
*** drzoltron_ has quit IRC | 10:36 | |
*** alga has joined #zope3-dev | 10:41 | |
*** zagy has joined #zope3-dev | 10:44 | |
*** BjornT has joined #zope3-dev | 10:56 | |
*** romanofski has joined #zope3-dev | 10:58 | |
romanofski | moin | 10:58 |
*** dunny has joined #zope3-dev | 11:00 | |
*** tarek has joined #zope3-dev | 11:16 | |
*** alga has quit IRC | 11:17 | |
*** dlk has joined #zope3-dev | 11:18 | |
*** SteveA has joined #zope3-dev | 11:27 | |
*** mgedmin has joined #zope3-dev | 11:28 | |
*** BjornT has quit IRC | 11:33 | |
*** BjornT_ has joined #zope3-dev | 11:33 | |
*** BjornT_ is now known as BjornT | 11:34 | |
*** projekt01 has joined #zope3-dev | 11:37 | |
*** jinty has joined #zope3-dev | 11:43 | |
*** mgedmin has quit IRC | 11:43 | |
*** romanofski has quit IRC | 11:45 | |
*** mgedmin has joined #zope3-dev | 11:45 | |
*** dunny has quit IRC | 12:05 | |
*** romanofski has joined #zope3-dev | 12:12 | |
*** yota has joined #zope3-dev | 12:14 | |
*** hazmat has quit IRC | 12:14 | |
*** rockyburt has joined #zope3-dev | 12:42 | |
*** jinty has quit IRC | 12:46 | |
*** projekt01 has left #zope3-dev | 12:55 | |
*** whit has quit IRC | 13:06 | |
*** jinty has joined #zope3-dev | 13:08 | |
*** ignas has joined #zope3-dev | 13:09 | |
*** danfairs has joined #zope3-dev | 13:10 | |
*** romanofski has quit IRC | 13:11 | |
*** J1m_ has joined #zope3-dev | 13:15 | |
*** rockyburt has quit IRC | 13:58 | |
*** rockyburt has joined #zope3-dev | 14:04 | |
*** J1m_ has quit IRC | 14:22 | |
*** danfairs has quit IRC | 14:32 | |
*** whit has joined #zope3-dev | 14:34 | |
*** danfairs has joined #zope3-dev | 14:37 | |
*** romanofski has joined #zope3-dev | 14:45 | |
*** niemeyer has joined #zope3-dev | 14:57 | |
*** SteveA has quit IRC | 15:22 | |
*** BjornT has quit IRC | 15:31 | |
*** rockyburt is now known as rockyburt|away | 15:33 | |
*** jinty has quit IRC | 15:47 | |
*** rockyburt|away is now known as rockyburt | 15:49 | |
*** jinty has joined #zope3-dev | 15:52 | |
*** TrevorP has quit IRC | 16:00 | |
*** TrevorP has joined #zope3-dev | 16:01 | |
*** zagy has quit IRC | 16:04 | |
*** zopePloneConsult has left #zope3-dev | 16:06 | |
*** BjornT has joined #zope3-dev | 16:07 | |
*** philiZZZ has joined #zope3-dev | 16:08 | |
*** gumpa-afk has left #zope3-dev | 16:16 | |
*** gnosis has joined #Zope3-dev | 16:26 | |
*** zbir has joined #zope3-dev | 16:26 | |
*** regebro has joined #zope3-dev | 16:28 | |
*** philiZZZ has quit IRC | 16:32 | |
*** gintas has joined #zope3-dev | 16:35 | |
*** sashav has quit IRC | 16:37 | |
*** gumpa has joined #zope3-dev | 16:37 | |
*** eins has quit IRC | 16:39 | |
*** jinty has quit IRC | 16:42 | |
*** jinty has joined #zope3-dev | 16:43 | |
*** romanofski has quit IRC | 16:47 | |
*** stub has quit IRC | 16:50 | |
*** gnosis has quit IRC | 17:05 | |
*** jinty has quit IRC | 17:15 | |
*** jinty has joined #zope3-dev | 17:16 | |
*** wrobel has quit IRC | 17:24 | |
*** jinty has quit IRC | 17:44 | |
*** natea has joined #zope3-dev | 17:49 | |
*** jinty has joined #zope3-dev | 17:52 | |
*** natea has joined #zope3-dev | 17:52 | |
*** hdima has quit IRC | 17:52 | |
*** sm has joined #zope3-dev | 18:06 | |
*** alga has joined #zope3-dev | 18:13 | |
*** regebro has quit IRC | 18:13 | |
*** dlk has quit IRC | 18:16 | |
*** niemeyer has quit IRC | 18:21 | |
*** niemeyer has joined #zope3-dev | 18:24 | |
*** projekt01 has joined #zope3-dev | 18:30 | |
*** projekt01 has left #zope3-dev | 18:32 | |
*** projekt01 has joined #zope3-dev | 18:35 | |
*** dobee has quit IRC | 18:36 | |
projekt01 | srichter, ayt? | 18:39 |
*** sashav has joined #zope3-dev | 18:47 | |
*** pcardune has joined #zope3-dev | 18:47 | |
*** dunny has joined #zope3-dev | 18:49 | |
*** dunny has joined #zope3-dev | 18:50 | |
*** dunny has quit IRC | 18:51 | |
*** __mac__ has quit IRC | 18:52 | |
*** dobee has joined #zope3-dev | 18:53 | |
*** projekt01 has quit IRC | 19:01 | |
*** jinty has quit IRC | 19:05 | |
*** Aiste is now known as Aiste|away | 19:14 | |
*** deo has joined #zope3-dev | 19:15 | |
*** jinty has joined #zope3-dev | 19:16 | |
*** oferw has joined #zope3-dev | 19:17 | |
*** joshz has joined #zope3-dev | 19:32 | |
*** natea has quit IRC | 19:34 | |
*** sm has quit IRC | 19:46 | |
*** sm has joined #zope3-dev | 19:47 | |
*** jinty has quit IRC | 19:55 | |
*** natea has joined #zope3-dev | 19:56 | |
*** jinty has joined #zope3-dev | 19:56 | |
*** kevdev99 has joined #zope3-dev | 19:59 | |
*** projekt01 has joined #zope3-dev | 20:04 | |
*** gintas has quit IRC | 20:13 | |
*** SiggyF has joined #zope3-dev | 20:17 | |
*** faassen has quit IRC | 20:22 | |
*** danfairs has quit IRC | 20:29 | |
*** SteveA has joined #zope3-dev | 20:33 | |
*** dunny has joined #zope3-dev | 20:41 | |
*** oferw has quit IRC | 20:50 | |
*** MJ has quit IRC | 20:51 | |
*** jinty has quit IRC | 20:53 | |
*** dobee has quit IRC | 20:54 | |
*** jinty has joined #zope3-dev | 20:54 | |
*** kevdev99 has left #zope3-dev | 20:59 | |
*** M1 has joined #zope3-dev | 21:03 | |
*** M1 is now known as MJ | 21:04 | |
*** ignas has quit IRC | 21:08 | |
*** gumpa is now known as gumpa-afk | 21:09 | |
*** projekt01 has quit IRC | 21:17 | |
*** stub has joined #zope3-dev | 21:20 | |
*** Administrateur has joined #zope3-dev | 21:22 | |
Administrateur | hello | 21:23 |
srichter | hi | 21:23 |
*** Administrateur has quit IRC | 21:23 | |
*** natea_ has joined #zope3-dev | 21:44 | |
*** natea_ has quit IRC | 21:44 | |
*** gnosis has joined #Zope3-dev | 21:44 | |
*** natea_ has joined #zope3-dev | 21:45 | |
*** projekt01 has joined #zope3-dev | 21:48 | |
*** natea has quit IRC | 21:55 | |
*** hazmat has joined #zope3-dev | 21:59 | |
*** Theuni has quit IRC | 22:01 | |
*** MJ has quit IRC | 22:01 | |
*** MJ has joined #zope3-dev | 22:05 | |
*** pcardune has quit IRC | 22:16 | |
*** BjornT has quit IRC | 22:21 | |
*** sm is now known as sm-pub | 22:29 | |
*** ChrisW has joined #zope3-dev | 22:37 | |
ChrisW | hi all, when I see "The following test left garbage:" | 22:37 |
ChrisW | what does that actually mean | 22:37 |
ChrisW | how do I fix it? | 22:37 |
*** tanghus has quit IRC | 22:37 | |
*** tanghus has joined #zope3-dev | 22:38 | |
*** natea_ is now known as natea|busy | 22:51 | |
*** stub has quit IRC | 22:52 | |
*** jinty has quit IRC | 23:00 | |
*** zbir has quit IRC | 23:01 | |
*** jinty has joined #zope3-dev | 23:02 | |
*** jinty has quit IRC | 23:14 | |
*** BjornT has joined #zope3-dev | 23:14 | |
*** sm-pub has quit IRC | 23:26 | |
*** mgedmin has quit IRC | 23:35 | |
*** gnosis has quit IRC | 23:37 | |
*** _projekt01 has joined #zope3-dev | 23:42 | |
*** projekt01 has quit IRC | 23:42 | |
*** _projekt01 is now known as projekt01 | 23:42 | |
*** ChrisW has left #zope3-dev | 23:46 | |
*** alga has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!