| *** bskahan has joined #zope3-dev | 00:02 | |
| *** dagnachew has quit IRC | 00:06 | |
| srichter | d2m: so do I have to wait sometimes for a while before the published resource becomes available on zope.org? | 00:08 |
|---|---|---|
| d2m | srichter: best bet is, not to publish the objects directly, but submit them and then use the 'Pending' link (http://www.zope.org/unreviewed) to bulk-publish all submitted items | 00:10 |
| srichter | ok, I dunno whether I have access to that page but I will try next time | 00:18 |
| srichter | I think I have only limited admin access on zope.org, namely the Products folder and in dev.zope.org/Zope3 | 00:18 |
| *** J1m has quit IRC | 00:34 | |
| *** debugger has quit IRC | 01:25 | |
| *** tvon has joined #zope3-dev | 01:33 | |
| *** bskahan has quit IRC | 01:38 | |
| *** d2m has quit IRC | 01:40 | |
| *** mgedmin has joined #zope3-dev | 01:51 | |
| *** mgedmin is now known as mg|sleeping | 01:52 | |
| *** bskahan has joined #zope3-dev | 01:57 | |
| *** yota has quit IRC | 02:16 | |
| *** mg|sleeping has quit IRC | 02:54 | |
| *** SureshZ has quit IRC | 03:20 | |
| *** gsbain has quit IRC | 03:25 | |
| *** bskahan has quit IRC | 03:48 | |
| *** timte has quit IRC | 03:53 | |
| *** SureshZ has joined #zope3-dev | 04:13 | |
| *** projekt01 has quit IRC | 04:21 | |
| *** bskahan has joined #zope3-dev | 05:06 | |
| *** __gotcha__ has joined #zope3-dev | 05:14 | |
| *** __gotcha__ is now known as __gotcha | 05:14 | |
| *** bskahan has quit IRC | 05:28 | |
| *** __gotcha_ has quit IRC | 05:32 | |
| *** zagy has quit IRC | 06:45 | |
| *** Theuni has quit IRC | 06:45 | |
| *** bradb-afk has quit IRC | 06:45 | |
| *** zagy has joined #zope3-dev | 06:48 | |
| *** Theuni has joined #zope3-dev | 06:48 | |
| *** bradb-afk has joined #zope3-dev | 06:48 | |
| *** bskahan has joined #zope3-dev | 07:30 | |
| *** bskahan has quit IRC | 08:01 | |
| *** timte has joined #zope3-dev | 10:13 | |
| *** timte has quit IRC | 10:38 | |
| *** MiUlEr has joined #zope3-dev | 10:42 | |
| *** SureshZ has left #zope3-dev | 10:44 | |
| *** BjornT has quit IRC | 12:18 | |
| *** projekt01 has joined #zope3-dev | 12:28 | |
| *** BjornT has joined #zope3-dev | 12:29 | |
| *** BjornT has quit IRC | 12:32 | |
| *** BjornT has joined #zope3-dev | 12:32 | |
| *** bskahan has joined #zope3-dev | 13:55 | |
| *** yota has joined #zope3-dev | 13:57 | |
| *** bskahan has quit IRC | 14:34 | |
| *** BjornT has quit IRC | 14:41 | |
| *** BjornT has joined #zope3-dev | 15:11 | |
| *** nederhoed has quit IRC | 16:02 | |
| *** htd has joined #zope3-dev | 16:05 | |
| *** dagnachew has joined #zope3-dev | 16:09 | |
| *** bskahan has joined #zope3-dev | 16:13 | |
| *** d2m has joined #zope3-dev | 16:31 | |
| *** timte has joined #zope3-dev | 16:46 | |
| *** bob2 has quit IRC | 16:50 | |
| *** SteveA has quit IRC | 17:07 | |
| *** bskahan has quit IRC | 17:22 | |
| *** SteveA has joined #zope3-dev | 17:25 | |
| *** htd has left #zope3-dev | 17:25 | |
| *** bskahan has joined #zope3-dev | 17:31 | |
| *** anguenot has joined #zope3-dev | 17:37 | |
| *** bskahan has quit IRC | 17:53 | |
| *** projekt01 has quit IRC | 18:02 | |
| *** SureshZ has joined #zope3-dev | 18:17 | |
| *** MiUlEr has quit IRC | 18:24 | |
| *** mkerrin has joined #zope3-dev | 19:51 | |
| *** tvon has quit IRC | 20:11 | |
| SteveA | srichter: ping | 20:15 |
| *** J1m has joined #zope3-dev | 21:20 | |
| *** mkerrin has quit IRC | 21:23 | |
| srichter | pong | 21:24 |
| srichter | SteveA: pong | 21:24 |
| SteveA | hi stephan | 21:24 |
| SteveA | i was wondering | 21:24 |
| SteveA | what do you think the tales expression foo | bar should evaluate to | 21:25 |
| SteveA | if foo is None (nothing) ? | 21:25 |
| J1m | None | 21:25 |
| J1m | | is not an "or" operator. | 21:26 |
| srichter | right | 21:26 |
| SteveA | assuming bar is not None | 21:26 |
| SteveA | but, say, the literal string 'bar' | 21:26 |
| J1m | It's more of a "default" operator. | 21:26 |
| J1m | No, not assuming anything about bar | 21:26 |
| SteveA | this has confused people on my team | 21:26 |
| J1m | a|b | 21:26 |
| J1m | means: | 21:26 |
| SteveA | also, simpletal works with | as an 'or' operator | 21:27 |
| J1m | try to get a, but if you can't, use b. | 21:27 |
| J1m | I can't help it id simpletal uses a different meaning. | 21:27 |
| SteveA | at least, the simpletal docs explicitly say that | defaults if the left side evaluates to nothing | 21:27 |
| J1m | I can't help it if simpletal uses a different meaning. | 21:27 |
| J1m | OK, that's different than tal | 21:28 |
| SteveA | okay | 21:28 |
| SteveA | oh, i had an idea the other day to take 'structure' out of a lot of uses of templates | 21:28 |
| J1m | BTW, this has nothing to do with tal. :) | 21:28 |
| SteveA | especially where things like widgets are concerned | 21:28 |
| SteveA | that is, tales currently has 'text' and 'structure' to say whether the result is to be rendered with or without escaping | 21:29 |
| SteveA | almost always, people omit 'text' | 21:29 |
| SteveA | because that is the default type | 21:29 |
| SteveA | i propose introducing a third type of rendering: decided_by_value | 21:31 |
| SteveA | if the value provides the interface IAmSomeTextThatKnowsHowToRenderMyself | 21:31 |
| SteveA | then tales renders it as structure. otherwise, as text | 21:31 |
| J1m | (Note that | is pretty clearly defined bythe TALES specification for path expressions: http://www.zope.org/Wikis/DevSite/Projects/ZPT/TALES%20Specification%201.3) | 21:32 |
| SteveA | this new decided_by_value would become the new default rendering-method | 21:32 |
| SteveA | and code such as the code that renders widgets can return a unicode object that provides IAmSomeTextthatKnowsHowToRenderMyself | 21:32 |
| SteveA | because almost all the time, | 21:33 |
| J1m | sounds good to me. You should run it by the ZPT list. | 21:33 |
| SteveA | i need some better names for things | 21:33 |
| J1m | Perhaps ;) | 21:33 |
| *** _drzoltron has joined #zope3-dev | 21:46 | |
| *** _drzoltron has quit IRC | 21:57 | |
| *** bskahan has joined #zope3-dev | 22:34 | |
| *** J1m has quit IRC | 22:37 | |
| *** J1m has joined #zope3-dev | 23:10 | |
| J1m | srichter, are you going to generate a windows tar ball for Tim? | 23:11 |
| *** SteveA has quit IRC | 23:13 | |
| srichter | J1m: already done | 23:23 |
| srichter | J1m: its in the software release folder | 23:23 |
| srichter | J1m: all he needs to do is download it from there | 23:23 |
| *** bskahan has quit IRC | 23:26 | |
| *** SteveA has joined #zope3-dev | 23:27 | |
| J1m | what is the softwarr release folder? | 23:28 |
| J1m | what is the software release folder? | 23:28 |
| J1m | ah | 23:28 |
| J1m | never mind | 23:28 |
| J1m | sorry, I didn't read his note carefully enough | 23:29 |
| *** projekt01 has joined #zope3-dev | 23:49 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!