*** oferw has joined #zope3-dev | 00:10 | |
*** oferw has quit IRC | 00:15 | |
sm | man this is a hassle | 00:17 |
---|---|---|
pbugni | can you alter the format of the strings on the backend all at once? | 00:17 |
* pbugni doesn't have an understanding of what you're up to | 00:17 | |
sm | I'm doing stuff like tal:content="structure python:here.lastauthor".. and if the author's name has some non-ascii or non-system-default-encoding characters in it, the template breaks | 00:20 |
sm | to I'm currently adding a conversion to all of these, eg: structure python:here.talsafe(here.lastauthor) | 00:21 |
sm | which does the right thing depending on zope version | 00:21 |
sm | but still all the existing wikis out there with customized templates are going to break when zope is upgraded to 2.10 | 00:22 |
pbugni | how about a patch to 2.10 structure that tries other encodings if ascii fails? is your case unique? (utf-8) ? | 00:23 |
sm | monkey patch zope 2.10 eh.. | 00:25 |
pbugni | dunno - those words scare me :) | 00:25 |
sm | I guess it's either that, or users have to deal with this (updating their templates) | 00:25 |
* sm feels icky | 00:25 | |
*** timte has quit IRC | 00:26 | |
*** pcardune has quit IRC | 00:45 | |
*** jodok has quit IRC | 00:47 | |
*** yota has quit IRC | 00:47 | |
*** romanofski has joined #zope3-dev | 01:19 | |
sm | well, looks like http://zwiki.org/1330 is resolved.. thanks for the advice, all | 01:30 |
sm | see you | 01:30 |
*** alecm has joined #zope3-dev | 01:33 | |
*** jfroche_ has quit IRC | 01:38 | |
*** alecm has quit IRC | 01:45 | |
*** pcardune has joined #zope3-dev | 01:55 | |
*** cr3 has joined #zope3-dev | 02:29 | |
cr3 | if I want to learn how to use zope.app.folder, for example, what is the recommended process for understanding what's going on? | 02:32 |
pbugni | that's a pretty broad q, cr3. books? docFinderTab? GIYF? | 02:34 |
cr3 | pbugni: yeah, it's just a recurring problem I have that everytime I try to integrate some new cool z3 feature, it takes forever to understand what I'm doing | 02:34 |
cr3 | pbugni: I was hoping that the z3-dev folks might have a process, short of already knowing all the codebase :) | 02:36 |
pbugni | y, i know the feeling. one great pattern is looking at how it is used to date | 02:36 |
cr3 | pbugni: oh, learning by example is great, but I can't find examples most of the time and Google only return svn commits when searching :) | 02:37 |
pbugni | you might just want to pull down from svn several projects, etc. | 02:37 |
pbugni | then you can grep around there | 02:37 |
cr3 | pbugni: hm, cool suggestion, I will take you up on that one. thanks! | 02:38 |
cr3 | pbugni: heh, grepping through the bugtracker project I found that zope.app.file was exactly NOT what I was looking for :) at least that's a start | 02:40 |
pbugni | heh | 02:41 |
*** pcardune_ has joined #zope3-dev | 02:46 | |
*** pcardune has quit IRC | 02:46 | |
*** pcardune has joined #zope3-dev | 02:47 | |
*** pcardune_ has quit IRC | 02:47 | |
cr3 | pbugni: I have a feeling there might be a better way than hoping to find sample code, I'm sure it's possible to understand those packages without having to read all the code. | 02:57 |
cr3 | don't get me wrong though, reading all the code can be a nice thing, but a luxury not everyone can afford | 02:57 |
pbugni | well - there is supposed to be a much better emphasis on unit tests this round. You may do well to look there as well. i.e. doc tests are especially good for explaining what's going on, and showing some sample usage | 02:58 |
pbugni | of course, if someone else here has some suggestions ... :) | 02:58 |
pbugni | cr3: in case that didn't make any sense - you'll find doctests in .txt files, like the README | 03:03 |
cr3 | hm, it seems zope.app.folder and .homefolder don't quite do what I expected either | 03:03 |
*** pbugni is now known as pbugni[afk] | 03:03 | |
cr3 | pbugni[afk]: yeah, I've found those quite useful like in the case of zope.app.homefolder which had a README.txt file. | 03:03 |
cr3 | what package might be useful for providing direct access to files under a directory on the filesystem while enforcing authentication in zope? | 03:04 |
*** dunny has quit IRC | 03:17 | |
cr3 | nevermind, wrote it myself | 03:21 |
*** cr3 has left #zope3-dev | 03:21 | |
*** greenman has joined #zope3-dev | 03:23 | |
*** wrobel has quit IRC | 03:39 | |
*** pcardune_ has joined #zope3-dev | 03:49 | |
*** pcardune has quit IRC | 03:50 | |
*** pcardune has joined #zope3-dev | 03:53 | |
*** pcardune_ has quit IRC | 03:53 | |
*** febb has joined #zope3-dev | 04:27 | |
*** lurker has quit IRC | 04:35 | |
*** jinty has quit IRC | 04:38 | |
*** jinty has joined #zope3-dev | 04:41 | |
*** dunny has joined #zope3-dev | 05:04 | |
*** pcardune has quit IRC | 05:15 | |
*** pcardune has joined #zope3-dev | 05:16 | |
*** replicant has joined #zope3-dev | 05:32 | |
*** ktwilight has joined #zope3-dev | 06:10 | |
*** baijum has joined #zope3-dev | 06:14 | |
*** alecm has joined #zope3-dev | 06:19 | |
*** ktwilight_ has quit IRC | 06:24 | |
*** alecm has quit IRC | 06:41 | |
*** febb has quit IRC | 06:47 | |
*** alecm has joined #zope3-dev | 07:29 | |
*** febb has joined #zope3-dev | 07:30 | |
*** alecm_ has joined #zope3-dev | 07:33 | |
*** alecm has quit IRC | 07:33 | |
*** jukart has joined #zope3-dev | 07:52 | |
*** stub has joined #zope3-dev | 07:52 | |
*** Bhaskar1 has joined #zope3-dev | 08:05 | |
*** jukart has quit IRC | 08:05 | |
*** baijum has quit IRC | 08:06 | |
*** baijum has joined #zope3-dev | 08:08 | |
*** febb has quit IRC | 08:09 | |
*** greenman has quit IRC | 08:22 | |
*** sorin has joined #zope3-dev | 08:23 | |
*** sorin is now known as sorindregan | 08:23 | |
*** jukart has joined #zope3-dev | 08:27 | |
*** pghoratiu has joined #zope3-dev | 08:27 | |
*** zagy has joined #zope3-dev | 08:44 | |
*** jodok has joined #zope3-dev | 08:47 | |
*** zagy has quit IRC | 08:51 | |
*** zagy has joined #zope3-dev | 08:51 | |
*** stub has quit IRC | 08:51 | |
*** jodok has quit IRC | 08:57 | |
*** pbugni[afk] is now known as pbugni | 09:23 | |
*** jodok has joined #zope3-dev | 09:24 | |
*** naro has joined #zope3-dev | 09:26 | |
*** philiKON_ has joined #zope3-dev | 09:38 | |
*** torkel_ has quit IRC | 09:39 | |
*** dobee has joined #zope3-dev | 09:50 | |
*** philiKON has quit IRC | 09:53 | |
*** philiKON_ has quit IRC | 09:59 | |
*** harobed has joined #zope3-dev | 10:08 | |
*** alecm_ has quit IRC | 10:10 | |
*** d2m has joined #zope3-dev | 10:16 | |
*** wrobel has joined #zope3-dev | 10:16 | |
*** ka-jod has joined #zope3-dev | 10:26 | |
*** dobee has quit IRC | 10:30 | |
*** Bhaskar1 has quit IRC | 10:33 | |
*** lurker has joined #zope3-dev | 10:38 | |
*** timte has joined #zope3-dev | 10:40 | |
*** pcardune_ has joined #zope3-dev | 10:42 | |
*** pcardune has quit IRC | 10:42 | |
*** projekt01 has joined #zope3-dev | 10:42 | |
*** philiKON has joined #zope3-dev | 10:46 | |
*** pbugni is now known as pbugni[afk] | 10:48 | |
*** dobee has joined #zope3-dev | 10:52 | |
*** yota has joined #zope3-dev | 11:10 | |
*** bigkevmcd has joined #zope3-dev | 11:18 | |
*** dobee has quit IRC | 11:23 | |
*** dobee_ has joined #zope3-dev | 11:27 | |
*** lzdych has joined #zope3-dev | 11:39 | |
*** ghendi has joined #zope3-dev | 11:49 | |
*** greenman has joined #zope3-dev | 11:53 | |
*** BjornT has quit IRC | 12:08 | |
*** SteveA is now known as SteveA|QDay | 12:10 | |
*** tonico has joined #zope3-dev | 12:17 | |
*** philiKON has joined #zope3-dev | 12:32 | |
*** jinty has joined #zope3-dev | 12:35 | |
*** pcardune_ has quit IRC | 12:39 | |
*** jfroche has joined #zope3-dev | 12:47 | |
*** deo has joined #zope3-dev | 13:00 | |
*** mkerrin has joined #zope3-dev | 13:00 | |
*** Bhaskar1 has joined #zope3-dev | 13:04 | |
*** harobed has quit IRC | 13:09 | |
*** ignas has joined #zope3-dev | 13:43 | |
*** BjornT has joined #zope3-dev | 13:45 | |
*** dunny has quit IRC | 13:54 | |
*** benji has quit IRC | 14:19 | |
romanofski | moin *gaehn | 14:19 |
*** lurker_ has joined #zope3-dev | 14:25 | |
*** dobee_ is now known as dobee | 14:35 | |
*** projekt01 has quit IRC | 14:38 | |
*** naro has quit IRC | 14:43 | |
*** Bhaskar1 has quit IRC | 14:47 | |
*** naro has joined #zope3-dev | 14:48 | |
*** lurker has quit IRC | 14:49 | |
*** lurker has joined #zope3-dev | 14:50 | |
*** natea_ has quit IRC | 14:54 | |
*** chandler has joined #zope3-dev | 15:00 | |
chandler | sm: I received your request for a lisppaste bot; I just wanted to confirm that you cleared it with the channel operators here | 15:02 |
*** chandler has left #zope3-dev | 15:09 | |
*** lurker_ has quit IRC | 15:15 | |
*** benji has joined #zope3-dev | 15:20 | |
*** tonico has quit IRC | 15:26 | |
*** tonico has joined #zope3-dev | 15:27 | |
*** tonico has quit IRC | 15:30 | |
*** tonico has joined #zope3-dev | 15:30 | |
*** ghendi has quit IRC | 15:36 | |
*** ghendi has joined #zope3-dev | 15:48 | |
*** Jell-O-Fishi has joined #zope3-dev | 15:50 | |
*** greenman has quit IRC | 15:55 | |
*** romanofski has quit IRC | 16:01 | |
*** natea|rebooting has joined #zope3-dev | 16:09 | |
*** whit has joined #zope3-dev | 16:20 | |
*** natea|rebooting is now known as natea | 16:24 | |
*** baijum has quit IRC | 16:28 | |
*** whit has quit IRC | 16:37 | |
*** meatballhat has joined #zope3-dev | 16:44 | |
*** pghoratiu has left #zope3-dev | 16:45 | |
*** J1m has joined #zope3-dev | 16:49 | |
*** jodok has quit IRC | 16:58 | |
*** whit has joined #zope3-dev | 17:03 | |
*** dobee has quit IRC | 17:17 | |
*** timte has quit IRC | 17:18 | |
*** lurker is now known as lurker|brb | 17:29 | |
*** sorindregan has quit IRC | 17:31 | |
*** zagy has quit IRC | 17:34 | |
*** replicant has quit IRC | 17:38 | |
*** jukart has quit IRC | 17:47 | |
*** whit has quit IRC | 18:08 | |
*** jfroche has quit IRC | 18:15 | |
*** jfroche has joined #zope3-dev | 18:16 | |
*** whit has joined #zope3-dev | 18:16 | |
*** cbcunc has joined #zope3-dev | 18:17 | |
*** zagy has joined #zope3-dev | 18:24 | |
*** zagy has joined #zope3-dev | 18:25 | |
*** whit has quit IRC | 18:27 | |
*** b52laptop has joined #zope3-dev | 18:28 | |
*** whit has joined #zope3-dev | 18:28 | |
*** whit has quit IRC | 18:29 | |
*** whit has joined #zope3-dev | 18:34 | |
*** lurker|brb is now known as lurker | 18:39 | |
*** jukart has joined #zope3-dev | 18:40 | |
*** jodok has joined #zope3-dev | 18:41 | |
*** b52lap has quit IRC | 18:45 | |
sm | srichter, all: ok if I ask the pastelisp bot to join this channel ? http://paste.lisp.org/new/zope is an example | 18:54 |
*** jodok has quit IRC | 18:54 | |
*** hazmat has joined #zope3-dev | 18:56 | |
*** alecm has joined #zope3-dev | 18:58 | |
srichter | sm: sure | 18:58 |
*** ChanServ sets mode: +o hazmat | 18:58 | |
sm | thx | 19:05 |
*** derek_richardson has joined #zope3-dev | 19:17 | |
*** ksmith99 has joined #zope3-dev | 19:22 | |
*** jfroche has quit IRC | 19:23 | |
*** jodok has joined #zope3-dev | 19:32 | |
*** pcardune has joined #zope3-dev | 19:34 | |
*** b52laptop has quit IRC | 19:39 | |
*** b52laptop has joined #zope3-dev | 19:40 | |
*** pcardune has quit IRC | 19:42 | |
whit | is there a single incantation to easy install all/most of zope3 now? | 19:46 |
* whit assume easy_install zope.app.container isn't it ;) | 19:47 | |
*** derek_richardson is now known as derek|home | 19:47 | |
philiKON | whit: find-links = http://download.zope.org/distribution/ | 19:48 |
philiKON | then you can easy_install all of z3 | 19:48 |
whit | philiKON: is that like easy_install -f dist/blah zope3 | 19:49 |
philiKON | i think so | 19:49 |
whit | or something else? | 19:49 |
*** philiKON has left #zope3-dev | 19:49 | |
whit | hmmm... not the answer | 19:54 |
ccomb | Hi, can someone confirm there is an error in /++apidoc++/Code/zope/app/container/contained/ObjectMovedEvent/index.html ? | 19:55 |
d2m | ccomb: which error (and which version) ? | 19:58 |
ccomb | TypeError(_insufficientContext) on 3.3.1 | 20:00 |
*** Aiste has quit IRC | 20:00 | |
*** ghendi_ has joined #zope3-dev | 20:02 | |
*** jbb666 has joined #zope3-dev | 20:06 | |
*** alecm has quit IRC | 20:09 | |
d2m | ccomb: confirmed "TypeError: There isn't enough context to get URL information. This is probably due to a bug in setting up location information." | 20:09 |
*** lzdych has quit IRC | 20:13 | |
sm | requestprofiler is a great tool | 20:17 |
sm | does anyone know what exactly the BIAE values stand for ? | 20:18 |
*** ghendi has quit IRC | 20:18 | |
*** RaFromBRC has joined #zope3-dev | 20:19 | |
*** jodok has quit IRC | 20:29 | |
*** ghendi__ has joined #zope3-dev | 20:31 | |
*** ghendi_ has quit IRC | 20:31 | |
*** jodok has joined #zope3-dev | 20:32 | |
benji | sm: are you talking about zc.zservertracelog? | 20:38 |
benji | if so, the README.txt explains them http://svn.zope.org/zc.zservertracelog/branches/dev/README.txt?view=markup | 20:39 |
*** MacYET has joined #zope3-dev | 20:40 | |
sm | thanks! I didn't know z3 had a different tool | 20:40 |
*** alecm has joined #zope3-dev | 20:40 | |
sm | so a request that's stuck at A.. has been completed by zope, but the http client has hung ? something like that I guess | 20:42 |
*** MacYET has left #zope3-dev | 20:56 | |
*** ignas has quit IRC | 20:56 | |
*** dobee has joined #zope3-dev | 21:03 | |
*** ka-jod has quit IRC | 21:04 | |
*** timte has joined #zope3-dev | 21:10 | |
*** nikhil_n has joined #zope3-dev | 21:12 | |
*** hazmat has quit IRC | 21:15 | |
*** pelle_ has joined #zope3-dev | 21:17 | |
*** TresEquis has joined #zope3-dev | 21:18 | |
deo | hey guys, nikhil_n is a student from SoC and needs instructions to access svn.zope.org | 21:27 |
nikhil_n | I am currently using putty and got some problems with it | 21:28 |
deo | seems that someone instructed him to access svn.zope.org via ssh, but I don't think ssh shell is enabled there for commiters... :-) | 21:28 |
deo | and I dont't think he needs to connect there via ssh either... | 21:29 |
nikhil_n | then how security is ensured? | 21:29 |
deo | nikhil_n: http://www.zope.org/DevHome/Subversion/ZopeSVNFAQ | 21:30 |
*** lurker has quit IRC | 21:30 | |
deo | it should contains everything you need | 21:30 |
*** rocky is now known as rocky|away | 21:30 | |
TresEquis | nikhil_n: you use svn+ssh as the transport | 21:31 |
TresEquis | if you have an account with SVN access, then the only thing that you *can* do is run SVN / CVS | 21:31 |
nikhil_n | Yes I have an account | 21:32 |
nikhil_n | and i have registered my public keys | 21:32 |
TresEquis | $ svn co svn+ssh://svn.zope.org/repos/main/Zope3/trunk should get you a writeable checkout then | 21:32 |
nikhil_n | but putty is not working. | 21:33 |
nikhil_n | any other way? | 21:33 |
TresEquis | what are you typing? | 21:33 |
TresEquis | you aren't going to be able to get a shell with putty | 21:33 |
deo | that's what I'm trying to say since the beggining... :-) | 21:34 |
*** goplus has joined #zope3-dev | 21:34 | |
deo | nikhil_n: forget putty, just configure tortoisesvn the way you need, as in the svn faq | 21:35 |
TresEquis | you run the 'svn' command on your *local* box to get a checkout | 21:35 |
TresEquis | and it uses ssh as a transport | 21:35 |
nikhil_n | i dont need putty for using above command? | 21:35 |
nikhil_n | It was given in DoingWritableCheckouts.htm | 21:35 |
TresEquis | nikhil_n: are you running on Windows? | 21:35 |
nikhil_n | yes | 21:35 |
*** rocky|away is now known as rocky | 21:35 | |
TresEquis | I don't know Tortoise, but it is suppoed to Just Work | 21:35 |
nikhil_n | will it work without putty? | 21:36 |
TresEquis | dunno -- I don't use Windows or Tortoise | 21:38 |
nikhil_n | It is given in DoingWritableCheckouts.htm that putty should be used before TortoiseSVN | 21:38 |
nikhil_n | Any one here experienced with windows and putty? | 21:38 |
TresEquis | http://tortoisesvn.tigris.org/ | 21:39 |
TresEquis | doesn't seem to require putty | 21:39 |
J1m | windows+ssh is so unpleasant to set up. | 21:40 |
TresEquis | I don't know what page you are talking about that has '.htm' on the end, either | 21:40 |
nikhil_n | http://www.zope.org/DevHome/Subversion/DoingWritableCheckouts | 21:41 |
TresEquis | the directions on that page don't say you will get a shell when running putty.exe, only that it will connect to svn.zope.org to get the server key | 21:42 |
nikhil_n | windows+ssh how can i do? | 21:43 |
TresEquis | which gets stored in the registry with the other info | 21:43 |
nikhil_n | can i avoid putty? | 21:43 |
J1m | nikhil_n, can you avoid Windows? | 21:43 |
nikhil_n | I will soon be:) | 21:43 |
benji | bad form J1m; you shouldn't pick on differently-enabled OS users | 21:43 |
nikhil_n | But presently i am getting internet only on windows | 21:44 |
* benji awaits a snarky reply | 21:44 | |
*** tonico has quit IRC | 21:44 | |
nikhil_n | My modem dont support linux | 21:44 |
J1m | Windows enabled is an oxymoron | 21:44 |
* benji holds up a score card with a 6 on it. | 21:44 | |
deo | J1m: don't forget about sidnei... ;-) | 21:44 |
nikhil_n | But i have applied for a new connection and it may take time | 21:45 |
TresEquis | nikhil_n: did you follow all the directions in that section, including setting up SVN_SSH in the environment using plink.exe? | 21:45 |
nikhil_n | Yes | 21:45 |
nikhil_n | but i have a doubt about that. | 21:45 |
nikhil_n | So until i gets a new connection and modem for linux i am forced to work in windows. | 21:47 |
*** pcardune has joined #zope3-dev | 21:49 | |
TresEquis | nikhil_n: check out the FAQs here: http://tortoisesvn.net/?q=node/132 | 21:49 |
nikhil_n | ok,i will do so and try to find the error. | 21:51 |
benji | nikhil_n: I assume you've looked at http://www.zope.org/DevHome/Subversion/DoingWritableCheckouts | 21:51 |
*** pelle_ has quit IRC | 21:52 | |
nikhil_n | yes | 21:53 |
nikhil_n | I found the instructions for putty there. | 21:53 |
*** natea has quit IRC | 21:55 | |
nikhil_n | yes,that also i did. | 21:55 |
*** goplus has left #zope3-dev | 21:55 | |
*** jukart has quit IRC | 21:57 | |
*** salfield has quit IRC | 21:57 | |
*** naro has quit IRC | 22:02 | |
*** salfield has joined #zope3-dev | 22:11 | |
*** nikhil_n has left #zope3-dev | 22:14 | |
*** rocky is now known as rocky|away | 22:18 | |
*** dobee has quit IRC | 22:22 | |
*** derek|laptop has joined #zope3-dev | 22:24 | |
*** niemeyer has joined #zope3-dev | 22:27 | |
*** derek|laptop has quit IRC | 22:28 | |
*** romanofski has joined #zope3-dev | 22:29 | |
*** ghendi__ has quit IRC | 22:31 | |
*** avoine has joined #zope3-dev | 22:35 | |
*** dunny has joined #zope3-dev | 22:37 | |
*** J1m_ has joined #zope3-dev | 22:39 | |
*** J1m has quit IRC | 22:39 | |
*** salfield_ has joined #zope3-dev | 22:42 | |
*** gumpa has joined #zope3-dev | 22:44 | |
*** romanofski has quit IRC | 22:46 | |
*** jodok has quit IRC | 22:49 | |
*** RaFromBRC is now known as RaFromBRC|lunch | 22:49 | |
*** jodok has joined #zope3-dev | 22:50 | |
*** Aiste has joined #zope3-dev | 22:51 | |
*** salfield has quit IRC | 22:53 | |
*** pcardune has quit IRC | 22:55 | |
*** pcardune has joined #zope3-dev | 23:00 | |
*** greenman has joined #zope3-dev | 23:05 | |
*** Aiste has quit IRC | 23:09 | |
*** lurker has joined #zope3-dev | 23:12 | |
*** pbugni[afk] is now known as pbugni | 23:20 | |
*** jodok has quit IRC | 23:30 | |
*** mkerrin has quit IRC | 23:35 | |
*** romanofski has joined #zope3-dev | 23:36 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 23:44 | |
*** d2m has left #zope3-dev | 23:44 | |
*** hazmat has joined #zope3-dev | 23:46 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!