*** alienoid has quit IRC | 00:01 | |
*** dobee has quit IRC | 00:02 | |
srichter | can base64 encodings contain newline characters? | 00:02 |
---|---|---|
*** yota has joined #zope3-dev | 00:04 | |
tarek_ | srichter, no i don't think | 00:04 |
srichter | mmh, strange | 00:05 |
srichter | the base64 lib seems to do it | 00:05 |
tarek_ | http://www.faqs.org/rfcs/rfc3548.html | 00:05 |
srichter | after 76 characters | 00:05 |
tarek_ | weird | 00:05 |
srichter | if I remove the newline, it does not affect the hash at all | 00:05 |
srichter | yes | 00:05 |
srichter | ahhhh, section 2.1 | 00:06 |
srichter | says there is a 76 char line limit | 00:06 |
srichter | because of MIME | 00:06 |
srichter | ok, so I just remove the newline char | 00:06 |
tarek_ | oh yeah right | 00:06 |
srichter | I hate browsers | 00:08 |
srichter | I tried to urlquote some text and put it into a link | 00:08 |
srichter | but the stupid browser unquotes this text before sending it as the URL to the server | 00:09 |
srichter | this totally stinks | 00:09 |
*** tiredbones has joined #zope3-dev | 00:11 | |
*** zbir has quit IRC | 00:12 | |
efge | srichter: you can use binascii.b2a_base64 it only adds one newline at the end | 00:14 |
*** sashav has joined #zope3-dev | 00:17 | |
srichter | efge: thanks | 00:17 |
tarek_ | srichter, wich function where you using ? | 00:31 |
tarek_ | s/-h | 00:31 |
tarek_ | srichter, because b64encode() works fine | 00:33 |
srichter | base64.encodestring | 00:33 |
tarek_ | oh ok, what does "legacy" means in english ? | 00:35 |
efge | old and not really used anymore | 00:36 |
tarek_ | ok, i thaught it was because it sticked to the rfc | 00:36 |
*** sashav has quit IRC | 00:49 | |
*** bradb has left #zope3-dev | 01:21 | |
*** benji has quit IRC | 01:30 | |
*** q[monty] has quit IRC | 01:42 | |
*** srichter has quit IRC | 01:46 | |
*** tiredbones has quit IRC | 01:58 | |
*** zbir has joined #zope3-dev | 02:02 | |
*** yotaff has quit IRC | 02:16 | |
*** J1m has quit IRC | 02:57 | |
*** SteveA has quit IRC | 02:57 | |
*** yota has quit IRC | 03:02 | |
*** efge has quit IRC | 03:07 | |
*** newpers_ has joined #zope3-dev | 04:44 | |
*** newpers_ is now known as newpers | 04:45 | |
*** stub has joined #zope3-dev | 05:38 | |
*** sashav has joined #zope3-dev | 06:30 | |
*** natea has joined #zope3-dev | 06:38 | |
*** philiKON has joined #zope3-dev | 08:15 | |
*** srichter has joined #zope3-dev | 08:18 | |
*** ChanServ sets mode: +o srichter | 08:18 | |
*** deo has quit IRC | 08:24 | |
philiKON | hi srichter | 08:29 |
philiKON | srichter, got a minute? | 08:29 |
srichter | just a minute | 08:30 |
philiKON | ok | 08:30 |
srichter | :-) | 08:30 |
philiKON | getAllUtilitiesRegisteredFor() is supposed to return *all* utilities... | 08:30 |
philiKON | so, imagine you have a site and a site nested in that | 08:30 |
philiKON | let's call them site and subsite | 08:30 |
philiKON | at each level you register a utility for IFoo | 08:30 |
philiKON | getAllUtilitiesRegisteredFor(IFoo) will return [IFooUtility at subsite, IFooUtility at site] ? | 08:31 |
* philiKON doesn't really understand the semantics of getAllUtilitiesRegisteredFor | 08:31 | |
srichter | I cannot remember what the semantics of the function is | 08:31 |
srichter | :-) | 08:31 |
srichter | I think it had an important function at some point, but I think it is not needed anymore | 08:31 |
srichter | but I think your intuition is right | 08:32 |
srichter | it should collect the utilities from all subsites | 08:32 |
srichter | even if the utility is overridden | 08:32 |
srichter | I am not sure how much sense that function makes though | 08:33 |
srichter | btw, I got a better working static apidoc going | 08:44 |
srichter | I was able to decrease the links by removing some bugs | 08:45 |
srichter | it also reduces the generation time to little over an hour | 08:45 |
*** xenru|clone has joined #zope3-dev | 08:50 | |
*** xenru has quit IRC | 09:05 | |
*** dobee has joined #zope3-dev | 09:16 | |
*** stub has quit IRC | 09:22 | |
*** jukart has joined #zope3-dev | 10:02 | |
*** Laaapin has joined #zope3-dev | 10:31 | |
Laaapin | Hello! | 10:31 |
*** Laaapin has left #zope3-dev | 10:51 | |
*** natea has quit IRC | 10:57 | |
*** dobee has quit IRC | 10:58 | |
*** dobee has joined #zope3-dev | 10:59 | |
*** xenru|clone has quit IRC | 11:17 | |
*** tziade__ has joined #zope3-dev | 11:18 | |
*** tarek_ has quit IRC | 11:20 | |
*** ignas has joined #zope3-dev | 12:15 | |
*** jukart has left #zope3-dev | 12:25 | |
*** xenru has joined #zope3-dev | 12:29 | |
*** stub has joined #zope3-dev | 12:42 | |
*** mgedmin has joined #zope3-dev | 12:46 | |
*** philiKON has left #zope3-dev | 12:48 | |
*** philiKON has joined #zope3-dev | 12:48 | |
*** dobee has quit IRC | 12:50 | |
*** alga has joined #zope3-dev | 12:58 | |
*** tiredbones has joined #zope3-dev | 13:06 | |
*** yota has joined #zope3-dev | 13:19 | |
*** jinty has joined #zope3-dev | 13:34 | |
*** jinty has quit IRC | 13:34 | |
*** jinty has joined #zope3-dev | 13:35 | |
*** jinty has quit IRC | 13:35 | |
*** MJ has quit IRC | 14:00 | |
*** dobee has joined #zope3-dev | 14:24 | |
*** Aiste has joined #zope3-dev | 14:35 | |
*** mgedmin has quit IRC | 14:40 | |
*** sashav has quit IRC | 15:02 | |
*** Alef has joined #zope3-dev | 15:17 | |
*** benji has joined #zope3-dev | 15:24 | |
*** SteveA has joined #zope3-dev | 15:40 | |
*** MJ has joined #zope3-dev | 15:44 | |
*** ignas has quit IRC | 15:51 | |
*** dobee has quit IRC | 15:53 | |
*** ignas has joined #zope3-dev | 16:01 | |
*** philiKON has quit IRC | 16:02 | |
*** mgedmin has joined #zope3-dev | 16:06 | |
*** Alef has quit IRC | 16:31 | |
*** xenru has quit IRC | 16:44 | |
*** Aiste has quit IRC | 16:47 | |
*** SteveA has quit IRC | 16:51 | |
*** SteveA has joined #zope3-dev | 16:55 | |
*** natea has joined #zope3-dev | 17:33 | |
*** natea has quit IRC | 18:01 | |
*** ctheune has joined #zope3-dev | 18:33 | |
*** stub has quit IRC | 18:33 | |
*** strichter has joined #zope3-dev | 18:38 | |
*** srichter has quit IRC | 18:39 | |
*** strichter is now known as srichter | 18:39 | |
*** ChanServ sets mode: +o srichter | 18:39 | |
*** benji has quit IRC | 18:41 | |
*** BjornT has quit IRC | 18:47 | |
*** natea has joined #zope3-dev | 18:48 | |
*** BjornT has joined #zope3-dev | 18:51 | |
*** natea_ has joined #zope3-dev | 19:05 | |
*** natea has quit IRC | 19:17 | |
*** sashav has joined #zope3-dev | 19:33 | |
*** Sicyphus has joined #zope3-dev | 20:00 | |
*** tziade__ has quit IRC | 20:06 | |
*** Sicyphus has quit IRC | 20:08 | |
*** natea_ has quit IRC | 20:16 | |
*** SteveA has quit IRC | 20:37 | |
*** deo has joined #zope3-dev | 20:40 | |
*** dlk has joined #zope3-dev | 21:01 | |
*** jinty has joined #zope3-dev | 21:05 | |
*** SteveA has joined #zope3-dev | 21:18 | |
*** jinty has quit IRC | 21:48 | |
*** dobee has joined #zope3-dev | 21:54 | |
*** dobee has quit IRC | 22:00 | |
*** ctheune has quit IRC | 22:04 | |
*** ignas has quit IRC | 22:15 | |
*** tarek has joined #zope3-dev | 22:22 | |
*** efge has joined #zope3-dev | 22:22 | |
*** tarek has quit IRC | 22:24 | |
*** tarek has joined #zope3-dev | 22:32 | |
*** dobee has joined #zope3-dev | 22:51 | |
*** xenru has joined #zope3-dev | 22:56 | |
*** sashav has quit IRC | 23:05 | |
*** mgedmin has quit IRC | 23:21 | |
*** alga has quit IRC | 23:26 | |
*** xenru has quit IRC | 23:53 | |
*** xenru has joined #zope3-dev | 23:54 | |
*** J1m has joined #zope3-dev | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!