*** supton has joined #zope | 00:20 | |
*** mindthief414 has joined #zope | 00:34 | |
*** mr_jolly has quit IRC | 00:45 | |
*** mwilkes|away is now known as MatthewWilkes | 01:49 | |
*** rajesh has joined #zope | 01:59 | |
rajesh | hi, any suggestions on a zope2/postgres primer? | 02:02 |
---|---|---|
rajesh | nevermind, chapter on relational db's in the zope2 book. | 02:08 |
*** KageSenshi has quit IRC | 02:35 | |
*** tiwula has joined #zope | 02:44 | |
*** J1m has joined #zope | 02:56 | |
*** _mup_ has quit IRC | 03:00 | |
*** _mup_ has joined #zope | 03:00 | |
*** rajesh has quit IRC | 03:14 | |
*** MatthewWilkes is now known as mwilkes|away | 03:17 | |
*** crazydiamond has quit IRC | 03:32 | |
*** J1m has quit IRC | 03:41 | |
*** mindthief414 has quit IRC | 04:12 | |
*** tiwula has quit IRC | 04:54 | |
*** supton has quit IRC | 05:14 | |
*** RichyB has quit IRC | 05:31 | |
*** zagy1 has joined #zope | 05:41 | |
*** zagy has quit IRC | 05:44 | |
*** supton has joined #zope | 06:02 | |
*** supton has quit IRC | 06:25 | |
*** __mac__ has joined #zope | 07:15 | |
*** __mac__ has quit IRC | 07:22 | |
*** kosh has quit IRC | 07:22 | |
*** __mac__ has joined #zope | 07:22 | |
*** __mac__ has quit IRC | 07:23 | |
*** __mac__ has joined #zope | 07:30 | |
*** __mac__ has quit IRC | 07:32 | |
*** __mac__ has joined #zope | 07:58 | |
*** zagy1 has quit IRC | 08:00 | |
*** __mac__ has quit IRC | 08:07 | |
*** zagy has joined #zope | 08:51 | |
*** supton has joined #zope | 08:55 | |
*** PeterZ has joined #zope | 09:20 | |
*** PeterZ has left #zope | 09:20 | |
*** supton has quit IRC | 09:21 | |
*** __mac__ has joined #zope | 09:23 | |
*** CosmicB has quit IRC | 09:31 | |
*** agroszer has joined #zope | 09:32 | |
*** CosmicB has joined #zope | 09:34 | |
*** miano has joined #zope | 09:46 | |
*** KageSenshi has joined #zope | 10:01 | |
*** KageSenshi has quit IRC | 10:02 | |
*** KageSenshi has joined #zope | 10:02 | |
*** tmog has joined #zope | 10:09 | |
*** avoinea has joined #zope | 10:12 | |
*** giacomos has joined #zope | 10:17 | |
*** mr_jolly has joined #zope | 10:30 | |
*** miano has quit IRC | 10:35 | |
*** goschtl has joined #zope | 10:46 | |
*** miano has joined #zope | 10:49 | |
*** thetet has joined #zope | 11:18 | |
*** mitchell`off is now known as mitchell` | 11:21 | |
*** eperez has joined #zope | 11:31 | |
*** giacomos has quit IRC | 11:35 | |
*** miano_ has joined #zope | 11:44 | |
*** miano has quit IRC | 11:48 | |
*** giacomos has joined #zope | 11:53 | |
*** maurits has joined #zope | 11:54 | |
*** yvl has joined #zope | 11:58 | |
*** menesis has joined #zope | 12:24 | |
*** mwilkes|away is now known as MatthewWilkes | 12:25 | |
*** RichyB has joined #zope | 12:26 | |
*** menesis has quit IRC | 12:34 | |
*** MrTango has joined #zope | 13:01 | |
*** MatthewWilkes is now known as mwilkes|away | 13:19 | |
*** giacomos has quit IRC | 13:22 | |
*** mgedmin has quit IRC | 13:22 | |
*** mgedmin has joined #zope | 13:22 | |
*** goschtl has quit IRC | 13:28 | |
*** goschtl has joined #zope | 13:29 | |
*** J1m has joined #zope | 13:34 | |
*** giacomos has joined #zope | 13:35 | |
*** tmog has quit IRC | 13:44 | |
*** tmog has joined #zope | 13:50 | |
*** mwilkes|away is now known as MatthewWilkes | 13:59 | |
*** J1m has quit IRC | 14:49 | |
*** benji has joined #zope | 14:59 | |
*** menesis has joined #zope | 15:13 | |
*** miano__ has joined #zope | 15:14 | |
*** miano_ has quit IRC | 15:18 | |
*** fdrake has joined #zope | 15:37 | |
*** miano__ has quit IRC | 16:03 | |
*** sp0cksbeard has joined #zope | 16:13 | |
*** kosh has joined #zope | 16:27 | |
*** zagy has quit IRC | 16:29 | |
*** giacomos has quit IRC | 17:13 | |
*** dayne has joined #zope | 17:21 | |
*** Xetius has joined #zope | 17:21 | |
Xetius | Im using TAL within my site. If the TAL statements are not getting processed, what am I missing. Im running a java web app inside Tomcat. Im missing some processor of some kind, but I can't find what to look for | 17:22 |
mgedmin | are you using Zope 2, Zope 3, ZTK, or any combination of these? | 17:23 |
Xetius | I believe it is zope 2 | 17:24 |
mgedmin | then it has nothing to do with java or tomcat | 17:24 |
Xetius | We have an existing site, which is a java webapp, and all the other pages work fine | 17:24 |
Xetius | How would I know which version I am using? | 17:24 |
mgedmin | check the Server HTTP response header maybe | 17:25 |
Xetius | Nothing in there that seems useful | 17:28 |
*** giacomos has joined #zope | 17:29 | |
*** crazydiamond has joined #zope | 17:31 | |
mgedmin | the way zope 2 normally works, you edit objects of various kinds (such as page templates and python scripts) through a web form in the Zope Management Interface | 17:31 |
mgedmin | are you doing that, or are you editing files on the filesystem? | 17:31 |
Xetius | files on the file system | 17:32 |
kosh | that seems unlikely to be zope then | 17:32 |
kosh | mgedmin: so how goes life? | 17:32 |
mgedmin | eh | 17:33 |
kosh | well I will be getting out of zope work in about a year, I just have to learn DNA debugging instead :) | 17:33 |
kosh | there are no unit tests for that one ;) | 17:34 |
agroszer | hey betabug | 17:34 |
betabug | hey agroszer, how's life? | 17:35 |
agroszer | well, it's warm again here | 17:36 |
betabug | nice :-) | 17:36 |
agroszer | betabug, question, what do you use with pyramid as a JS capable testbrowser? | 17:36 |
betabug | we use zombie.js | 17:36 |
betabug | it has its quirks and the latest version does not yet work | 17:37 |
kosh | betabug: don't you want to learn DNA debugging instead? | 17:37 |
agroszer | are there any ready to use packages? | 17:37 |
betabug | kosh: hahaha, I'm so bad at normal debugging, I'd just create some monster ;-) | 17:38 |
betabug | agroszer: you load it through node | 17:38 |
betabug | let me check which version we use | 17:38 |
betabug | npm install zombie@1.4.1 | 17:39 |
kosh | betabug: usually if you screw up the organism just dies | 17:40 |
agroszer | then you write the tests in JS? | 17:40 |
betabug | no | 17:40 |
betabug | now that reminds me, we use a python package for that | 17:41 |
kosh | betabug: so is the area you live in like mad max yet? | 17:41 |
betabug | it seems so some days | 17:41 |
betabug | agroszer: this one: https://github.com/ryanpetrello/python-zombie | 17:41 |
betabug | and then you get to write tests in python, with stuff like: | 17:43 |
betabug | browser.fill('newname', 'my new brick') | 17:43 |
betabug | self.assertEqual(browser.location, 'http://127.0.0.1:26543/edit') | 17:43 |
agroszer | yup I see | 17:43 |
agroszer | but you need to start the full appserver, right? | 17:43 |
betabug | yes, you need to go through a wsgi server | 17:44 |
betabug | we start it once at the start of all tests, tear it down at the end | 17:44 |
betabug | it's not very fast, but faster than selenium | 17:44 |
agroszer | thought so | 17:44 |
betabug | also timing sometimes matters with this js stuff: if someone has a slower laptop, some tests might get stuck, while they work for others | 17:45 |
*** _mup_ has quit IRC | 17:45 | |
agroszer | okay, thx | 17:45 |
betabug | np, good luck :-) | 17:46 |
betabug | if you have more questions, just ask | 17:46 |
*** thetet has quit IRC | 17:48 | |
*** _mup_ has joined #zope | 17:50 | |
betabug | agroszer: also I think node 0.10 didn't work, while 0.8.x works | 17:54 |
agroszer | darn | 17:54 |
betabug | no, I think 0.9 is a dev version and didn't work for graffic | 17:56 |
betabug | ups, err# | 17:56 |
*** rajesh has joined #zope | 17:56 | |
agroszer | just added the PPA and got 0.10.4 | 17:56 |
betabug | (was discussing the node / zombie thing in another channel) | 17:56 |
agroszer | I'll give it a try | 17:56 |
agroszer | augh https://pypi.python.org/pypi/ seems to spit out now ALL packages | 18:05 |
*** miano has joined #zope | 18:06 | |
*** tiwula has joined #zope | 18:06 | |
*** supton has joined #zope | 18:18 | |
*** daMaestro has joined #zope | 18:18 | |
agroszer | betabug, can you check which versions do you use? | 18:19 |
agroszer | nodejs --version | 18:19 |
betabug | $ node --version | 18:20 |
betabug | v0.8.21 | 18:20 |
agroszer | thx | 18:21 |
betabug | np :-) | 18:21 |
betabug | 0.8.x versions are known to work here, 0.9 and 0.10 do not work in our experience | 18:22 |
*** _mup_ has quit IRC | 18:22 | |
*** kosh has quit IRC | 18:23 | |
*** nueces has joined #zope | 18:30 | |
*** giacomos has quit IRC | 18:32 | |
*** goschtl has quit IRC | 18:39 | |
agroszer | betabug, no luck yet | 18:39 |
betabug | :-/ | 18:39 |
betabug | where's the problem now? | 18:39 |
agroszer | Error: Cannot find module 'zombie' | 18:40 |
agroszer | but gotta run now | 18:40 |
agroszer | to be continued tomorrow | 18:40 |
*** __mac__ has quit IRC | 18:40 | |
betabug | ok, hf there | 18:40 |
*** fredvd has joined #zope | 18:41 | |
*** agroszer has quit IRC | 18:45 | |
*** Xetius has quit IRC | 18:55 | |
*** zagy has joined #zope | 19:15 | |
*** fredvd has quit IRC | 19:21 | |
*** Spanktar has joined #zope | 19:24 | |
*** m8 has joined #zope | 19:27 | |
*** mitchell` is now known as mitchell`off | 19:31 | |
*** eperez has quit IRC | 19:31 | |
*** mr_jolly has quit IRC | 19:43 | |
*** m8 has quit IRC | 19:47 | |
*** mindthief414 has joined #zope | 19:48 | |
*** maurits has quit IRC | 19:53 | |
*** m8 has joined #zope | 19:53 | |
*** zagy has quit IRC | 19:58 | |
*** mr_jolly has joined #zope | 19:58 | |
*** LeoRochael has joined #zope | 20:03 | |
*** do3cc has joined #zope | 20:05 | |
*** agroszer has joined #zope | 20:06 | |
*** nueces has quit IRC | 20:14 | |
*** nueces has joined #zope | 20:17 | |
*** agroszer has quit IRC | 20:23 | |
*** rajesh has quit IRC | 20:24 | |
*** m8 has quit IRC | 20:24 | |
*** m8 has joined #zope | 20:24 | |
*** cwarner has quit IRC | 20:27 | |
*** cwarner has joined #zope | 20:27 | |
*** Spanktar has quit IRC | 20:29 | |
*** supton_ has joined #zope | 20:30 | |
*** supton has quit IRC | 20:32 | |
*** supton_ is now known as supton | 20:32 | |
*** Spanktar has joined #zope | 20:41 | |
*** MatthewWilkes is now known as mwilkes|away | 20:46 | |
*** MrTango has quit IRC | 20:50 | |
*** supton has quit IRC | 21:06 | |
*** __mac__ has joined #zope | 21:11 | |
*** supton has joined #zope | 21:14 | |
*** tmog has quit IRC | 21:14 | |
*** __mac__ has quit IRC | 21:21 | |
*** LeoRochael has quit IRC | 21:23 | |
*** motto has joined #zope | 21:27 | |
*** m8 has quit IRC | 21:28 | |
*** _mup_ has joined #zope | 21:30 | |
*** __mac__ has joined #zope | 21:31 | |
*** _mup_ has quit IRC | 21:36 | |
*** MrTango has joined #zope | 21:38 | |
*** _mup_ has joined #zope | 21:44 | |
*** menesis has quit IRC | 21:46 | |
*** nueces has quit IRC | 21:47 | |
*** paltas has joined #zope | 21:57 | |
*** avoinea has quit IRC | 22:02 | |
*** sbouchard has joined #zope | 22:07 | |
*** _mup_ has quit IRC | 22:07 | |
*** _mup_ has joined #zope | 22:08 | |
*** _mup_ has quit IRC | 22:08 | |
*** _mup_ has joined #zope | 22:12 | |
*** MrTango has quit IRC | 22:14 | |
*** paltas has quit IRC | 22:19 | |
*** paltas has joined #zope | 22:24 | |
*** nueces has joined #zope | 22:35 | |
*** _mup_ has quit IRC | 22:44 | |
*** paltas has quit IRC | 23:03 | |
*** __mac__ has quit IRC | 23:07 | |
*** _mup_ has joined #zope | 23:19 | |
*** _mup_ has quit IRC | 23:20 | |
*** _mup_ has joined #zope | 23:20 | |
*** _mup_ has quit IRC | 23:24 | |
*** _mup_ has joined #zope | 23:27 | |
*** nande has joined #zope | 23:42 | |
*** allisterb has joined #zope | 23:44 | |
*** TresEquis has joined #zope | 23:46 | |
*** TresEquis has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!