*** ploufplouf has left #zope | 00:00 | |
*** cpf_ has quit IRC | 00:02 | |
*** binbrain has quit IRC | 00:17 | |
*** davisagli|away is now known as davisagli | 00:32 | |
*** danielblackburn has joined #zope | 00:53 | |
kosh | RaceCondition: sorry I have no idea about that I have not used utilities | 01:04 |
---|---|---|
RaceCondition | kosh: OK | 01:04 |
*** allisterb has quit IRC | 01:09 | |
*** MrWu has quit IRC | 01:16 | |
*** allisterb has joined #zope | 01:23 | |
*** evilbungle has joined #zope | 01:28 | |
*** davisagli has quit IRC | 01:38 | |
*** davisagli has joined #zope | 01:39 | |
*** ccomb has quit IRC | 01:49 | |
*** allisterb has quit IRC | 02:03 | |
*** davisagli is now known as davisagli|away | 02:06 | |
*** davisagli|away is now known as davisagli | 02:14 | |
*** davisagli is now known as davisagli|away | 02:15 | |
*** danielblackburn_ has joined #zope | 02:15 | |
*** allisterb has joined #zope | 02:16 | |
*** danielblackburn has quit IRC | 02:18 | |
*** danielblackburn_ is now known as danielblackburn | 02:18 | |
*** gwik has quit IRC | 02:28 | |
*** menesis has quit IRC | 02:58 | |
*** Arfrever has joined #zope | 03:11 | |
*** daMaestro has quit IRC | 03:17 | |
*** davisagli|away is now known as davisagli | 03:44 | |
*** daMaestro has joined #zope | 03:46 | |
*** davisagli is now known as davisagli|away | 04:05 | |
*** davisagli|away is now known as davisagli | 04:26 | |
*** redir_ has quit IRC | 04:40 | |
*** redir has joined #zope | 04:44 | |
*** eldragon has quit IRC | 05:08 | |
*** Arfrever has quit IRC | 05:25 | |
*** eldragon has joined #zope | 05:28 | |
mcdonc | RaceCondition: you neednt register a utility with a name, an interface will do.. you can optionally use both an interface and a name | 05:30 |
mcdonc | getUtility(ITemplateRenderer, 'mako') | 05:31 |
mcdonc | getUtility(ITemplateRenderer, 'chameleon') | 05:31 |
mcdonc | but if there's only one templating system | 05:31 |
mcdonc | getUtility(ITemplateRenderer) | 05:31 |
RaceCondition | mcdonc: but can't you skip the interface and just use a name? | 05:31 |
RaceCondition | like, if the name is foo.bar.very.long.name.baz, why is the point of having the interface declared also? | 05:32 |
*** davisagli is now known as davisagli|away | 05:33 | |
*** daMaestro has quit IRC | 05:38 | |
mcdonc | yeah if you dont buy into the whole notion that an interface is useful, it's hard to justify | 05:43 |
mcdonc | i've struggled with this too | 05:43 |
mcdonc | http://docs.pylonshq.com/pyramid/dev/designdefense.html#pyramid-uses-a-zope-component-architecture-zca-registry | 05:43 |
mcdonc | but that's independent of the example above | 05:47 |
mcdonc | the example above you could use either a single dict for | 05:47 |
mcdonc | mystuff['template_renderer'] | 05:47 |
mcdonc | er rather | 05:47 |
mcdonc | you could use a key that was a string for | 05:47 |
mcdonc | or you could use a key that was a tuple | 05:47 |
mcdonc | mystuff[('template_renderer', 'mako')] | 05:48 |
mcdonc | its the same thing | 05:48 |
mcdonc | utilities in general, if you dont buy into interfaces are pretty useless | 05:48 |
mcdonc | i thought them so useless that i wrote another component system entirely | 05:48 |
mcdonc | but they are more useful for adaptation | 05:48 |
mcdonc | and although they're awkward for utilities, it's not much worse than using a dict | 05:49 |
mcdonc | so i just continued using zca | 05:49 |
*** davisagli|away is now known as davisagli | 06:10 | |
*** tiwula has joined #zope | 06:10 | |
*** davisagli is now known as davisagli|away | 06:21 | |
*** davisagli|away is now known as davisagli | 06:53 | |
*** davisagli is now known as davisagli|away | 07:11 | |
*** dburba has joined #zope | 07:22 | |
*** davisagli|away is now known as davisagli | 07:46 | |
*** mememe has quit IRC | 07:52 | |
*** davisagli is now known as davisagli|away | 08:11 | |
*** tiwula has quit IRC | 08:22 | |
*** davisagli|away is now known as davisagli | 08:26 | |
*** wosc has joined #zope | 08:35 | |
*** regebro has joined #zope | 08:39 | |
*** zagy has joined #zope | 08:42 | |
*** davisagli is now known as davisagli|away | 08:54 | |
*** campbell has joined #zope | 08:54 | |
*** davisagli|away is now known as davisagli | 09:14 | |
*** lcpfnvcy has joined #zope | 09:15 | |
*** __mac__ has joined #zope | 09:16 | |
*** MrTango has quit IRC | 09:28 | |
*** davisagli is now known as davisagli|away | 09:32 | |
*** cpf_ has joined #zope | 09:33 | |
*** astoon has joined #zope | 09:47 | |
*** bigkevmcd has joined #zope | 09:48 | |
*** astoon has quit IRC | 09:52 | |
*** cpf_ has quit IRC | 09:55 | |
*** cpf_ has joined #zope | 09:56 | |
*** tisto has joined #zope | 10:02 | |
*** sm has quit IRC | 10:03 | |
*** campbell has left #zope | 10:07 | |
*** yvl has joined #zope | 10:17 | |
*** jham is now known as lynucs | 10:26 | |
*** lynucs is now known as jham | 10:27 | |
*** menesis has joined #zope | 10:28 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** j-w has joined #zope | 10:43 | |
*** rogererens has joined #zope | 10:58 | |
*** neo|4D has joined #zope | 11:02 | |
*** nitrogenycs has joined #zope | 11:27 | |
*** goschtl has joined #zope | 11:33 | |
*** ccomb has joined #zope | 11:38 | |
*** gwik has joined #zope | 11:44 | |
*** sylvain has joined #zope | 11:47 | |
*** sunew has joined #zope | 11:48 | |
*** neo|4D has quit IRC | 11:53 | |
*** neo|4D has joined #zope | 11:56 | |
*** TomBlockley has joined #zope | 12:01 | |
*** nitrogenycs has quit IRC | 12:15 | |
*** nitrogenycs has joined #zope | 12:15 | |
*** hever has joined #zope | 12:22 | |
*** evilbungle has joined #zope | 12:24 | |
*** hever has quit IRC | 12:25 | |
*** ccomb has quit IRC | 12:26 | |
*** hever has joined #zope | 12:26 | |
*** thetet has joined #zope | 12:53 | |
*** sunew has quit IRC | 12:53 | |
*** __mac__ has quit IRC | 13:00 | |
*** shastry has joined #zope | 13:03 | |
*** sunew has joined #zope | 13:03 | |
CIA-82 | wosc * r118713 gocept.selenium/src/gocept/selenium/base.py: Spell context more nicely | 13:04 |
*** shastry_ has quit IRC | 13:05 | |
*** alexpilz has joined #zope | 13:06 | |
*** allisterb_ has joined #zope | 13:07 | |
*** __mac__ has joined #zope | 13:08 | |
*** nitrogenycs has quit IRC | 13:08 | |
*** nitrogenycs has joined #zope | 13:08 | |
*** allisterb has quit IRC | 13:09 | |
*** menesis has quit IRC | 13:11 | |
*** alga has joined #zope | 13:17 | |
*** vipod has joined #zope | 13:18 | |
*** evilbungle has quit IRC | 13:31 | |
CIA-82 | janjaapdriessen * r118714 /grokui.base/branches/ (7 files in 4 dirs): Depend on feature branches of fanstatic, zope.fanstatic and grokcore.view. We changed the registration to be a one. | 13:33 |
CIA-82 | janjaapdriessen 0.4.1-fanstatic * r118715 grokui.base/CHANGES.txt: | 13:33 |
CIA-82 | The previous commit message should read: | 13:33 |
CIA-82 | Depend on feature branches of fanstatic, zope.fanstatic and grokcore.view. We changed the `static` registration to be a `fanstatic` one. | 13:33 |
*** lducas has joined #zope | 13:33 | |
*** agroszer has joined #zope | 13:52 | |
*** J1m has joined #zope | 13:59 | |
*** rbanffy has joined #zope | 14:07 | |
*** menesis has joined #zope | 14:07 | |
*** lducas has quit IRC | 14:14 | |
*** lducas has joined #zope | 14:21 | |
*** lducas has quit IRC | 14:22 | |
*** rockfruit has joined #zope | 14:29 | |
*** J1m has quit IRC | 14:32 | |
*** cna has joined #zope | 14:33 | |
cna | hi i am new to the zope forms,i have a problem i have a one form where in we will fill out the details and if click the submit button it will redirected to the other form.My question is how can i use the previous form values in the new form | 14:36 |
cna | any help or pointers on this will help a lot | 14:36 |
betabug | cna: there are different ways to keep that information around | 14:38 |
cna | betabug: can you plese tell me any one way of it | 14:38 |
betabug | you could read up on zope SESSIONs for one solution | 14:38 |
betabug | I'm getting to it :-) | 14:38 |
betabug | in general storing stuff in your app and identifiying the "session" is what you are doing | 14:39 |
betabug | also people use html "hidden" fields for that | 14:39 |
cna | how to use the hidden fields in the zope forms | 14:39 |
betabug | what works best for you depends on what exactly you need, I'd try searching the web for "zope session" and start looking around from there | 14:40 |
betabug | I don't know, I make my forms manually with ZPT | 14:40 |
cna | you are aware of the plonegetpaid product | 14:41 |
betabug | only in my nightmares | 14:41 |
betabug | in the parts where the murder with the axe hunts me and right when I think I got away I get that feeling that something even worse approaches me | 14:42 |
cna | am working on it there is two forms actually in one form you will enter the details and submit it will save n redirect to other form there am strugging to get the values of previous form | 14:42 |
*** lucmult has joined #zope | 14:42 | |
cna | its not zpt form | 14:42 |
cna | its zope formlib | 14:42 |
cna | zope 3 structure | 14:42 |
betabug | yeah, I don't know anything about that | 14:43 |
cna | :( | 14:43 |
*** thomas has left #zope | 14:50 | |
*** dburba has quit IRC | 14:57 | |
*** goschtl has quit IRC | 14:58 | |
*** mr_jolly has joined #zope | 15:10 | |
*** fredvd has joined #zope | 15:25 | |
*** Arfrever has joined #zope | 15:32 | |
*** benji has joined #zope | 15:35 | |
CIA-82 | janjaapdriessen janjaapdriessen-hurry.resource * r118716 grokproject/grokproject/template/buildout.cfg_tmpl: Use feature branches of grokcore.view and grokui.base in order to make grokproject + fanstatic work. | 15:37 |
CIA-82 | janjaapdriessen janjaapdriessen-hurry.resource * r118717 grokproject/grokproject/template/src/+package+/ (4 files in 2 dirs): The default story is to keep using the 'static' feature, as this is widely advertised in the grok book and tutorials/documentation. | 15:37 |
CIA-82 | janjaapdriessen janjaapdriessen-hurry.resource * r118718 grokproject/grokproject/template/setup.py_tmpl: Register a fanstatic library under the package/project name. | 15:37 |
CIA-82 | janjaapdriessen janjaapdriessen-hurry.resource * r118719 grokproject/grokproject/template/src/+package+/resource.py_tmpl: Register the library under the package name. | 15:37 |
CIA-82 | janjaapdriessen janjaapdriessen-hurry.resource * r118720 grokproject/grokproject/template/src/+package+/app_templates/index.pt_tmpl: Showcase rendering URLs to resources using both the '++resource++' and 'static' methods. | 15:37 |
*** mr_jolly has quit IRC | 15:51 | |
*** gwik has quit IRC | 15:52 | |
*** allisterb_ has quit IRC | 15:52 | |
*** mr_jolly has joined #zope | 15:53 | |
*** mr_jolly has quit IRC | 16:02 | |
*** __mac__ has quit IRC | 16:03 | |
*** allisterb has joined #zope | 16:05 | |
*** ccomb has joined #zope | 16:12 | |
*** J1m has joined #zope | 16:12 | |
*** mr_jolly has joined #zope | 16:19 | |
*** evilbungle has joined #zope | 16:20 | |
*** River_Rat has joined #zope | 16:27 | |
*** mr_jolly has quit IRC | 16:27 | |
*** rockfruit has quit IRC | 16:29 | |
*** RiverRat has quit IRC | 16:29 | |
*** dvschramm has joined #zope | 16:35 | |
*** dvschramm has quit IRC | 16:35 | |
*** dvschramm has joined #zope | 16:35 | |
*** rockfruit has joined #zope | 16:36 | |
*** jim_SFU has joined #zope | 16:37 | |
*** gwik has joined #zope | 16:56 | |
*** cna has quit IRC | 17:00 | |
*** thetet has quit IRC | 17:02 | |
*** alvaro_o has joined #zope | 17:04 | |
*** wosc has quit IRC | 17:06 | |
*** cwarner_ has joined #zope | 17:09 | |
*** evilbung_ has joined #zope | 17:14 | |
*** evilbungle has quit IRC | 17:14 | |
*** mr_jolly has joined #zope | 17:20 | |
*** evilbungle has joined #zope | 17:44 | |
*** evilbung_ has quit IRC | 17:48 | |
*** tisto has quit IRC | 17:53 | |
*** giampaolo has joined #zope | 18:02 | |
*** sunew has quit IRC | 18:04 | |
*** alga has quit IRC | 18:05 | |
*** daMaestro has joined #zope | 18:05 | |
*** sunew has joined #zope | 18:06 | |
*** sm has joined #zope | 18:07 | |
*** vipod has quit IRC | 18:09 | |
*** sunew has quit IRC | 18:11 | |
*** cpf_ has quit IRC | 18:12 | |
CIA-82 | shh 2.2 * r118721 CMF/buildout-zope212.cfg: Add a buildout config for CMF 2.2 branch + Zope 2.12 release. | 18:20 |
*** mr_jolly has quit IRC | 18:31 | |
*** zagy has quit IRC | 18:31 | |
_mup_ | Bug #686058 was filed: No way to format percentages including decimals in nl locale <zope.i18n:New> <https://launchpad.net/bugs/686058> | 18:46 |
*** alga has joined #zope | 18:51 | |
*** tiwula has joined #zope | 18:55 | |
*** neo|4D has quit IRC | 19:00 | |
*** giampaolo has quit IRC | 19:05 | |
CIA-82 | janjaapdriessen janjaapdriessen-wsgi * r118722 gocept.selenium/src/gocept/selenium/grok/__init__.py: Pass keyword arguments too. | 19:06 |
*** evilbungle has quit IRC | 19:08 | |
*** evilbungle has joined #zope | 19:09 | |
*** chaoflow has quit IRC | 19:16 | |
*** cwarner_ has quit IRC | 19:16 | |
*** chaoflow has joined #zope | 19:18 | |
*** sylvain has quit IRC | 19:22 | |
*** cwarner_ has joined #zope | 19:23 | |
*** j-w has quit IRC | 19:29 | |
*** ccomb has quit IRC | 19:29 | |
*** benji is now known as benji-lunch | 19:32 | |
*** menesis has quit IRC | 19:40 | |
*** davisagli|away is now known as davisagli | 19:46 | |
*** alexpilz has quit IRC | 19:47 | |
*** fredvd has quit IRC | 19:49 | |
*** regebro has quit IRC | 19:49 | |
*** sunew has joined #zope | 19:56 | |
*** redir has quit IRC | 20:02 | |
*** regebro has joined #zope | 20:04 | |
*** davisagli is now known as davisagli|away | 20:08 | |
*** davisagli|away is now known as davisagli | 20:12 | |
*** mitchell` is now known as mitchell`off | 20:21 | |
*** TomBlockley has quit IRC | 20:23 | |
*** danielblackburn is now known as danielb_lunch | 20:24 | |
*** evilbungle has quit IRC | 20:28 | |
*** menesis has joined #zope | 20:32 | |
*** benji-lunch is now known as benji | 20:35 | |
*** regebro has quit IRC | 20:37 | |
*** mcdonc has quit IRC | 20:40 | |
*** tiwula has quit IRC | 20:48 | |
*** evilbungle has joined #zope | 20:52 | |
*** gwik has quit IRC | 20:54 | |
*** nitrogenycs has quit IRC | 20:55 | |
*** tiwula has joined #zope | 20:58 | |
*** hever has quit IRC | 21:02 | |
*** mr_jolly has joined #zope | 21:02 | |
*** zagy has joined #zope | 21:03 | |
*** mcdonc has joined #zope | 21:10 | |
*** TresEquis has joined #zope | 21:22 | |
*** alecm has joined #zope | 21:23 | |
*** redir has joined #zope | 21:23 | |
*** danielb_lunch is now known as danielblackburn | 21:23 | |
*** gwik has joined #zope | 21:27 | |
CIA-82 | blackburnd * r118723 z3c.memhunt.objgraph/z3c/memhunt/objgraph/browser/views.py: renamed some variable names | 21:49 |
*** sm_ has joined #zope | 21:59 | |
*** zagy has quit IRC | 21:59 | |
*** sm has quit IRC | 22:01 | |
*** sm_ is now known as sm | 22:01 | |
CIA-82 | blackburnd * r118724 z3c.memhunt.objgraph/z3c/memhunt/objgraph/browser/configure.zcml: Changed permissions to work with zope2 instead, for now | 22:04 |
*** RaceCondition has quit IRC | 22:04 | |
*** Arfrever has quit IRC | 22:07 | |
*** agroszer_ has joined #zope | 22:08 | |
*** agroszer has quit IRC | 22:08 | |
*** RaceCondition has joined #zope | 22:11 | |
*** ccomb has joined #zope | 22:14 | |
*** daMaestro|isBack has joined #zope | 22:15 | |
*** daMaestro has quit IRC | 22:16 | |
*** River-Rat has joined #zope | 22:30 | |
*** River_Rat has quit IRC | 22:31 | |
*** agroszer_ has quit IRC | 22:32 | |
*** daMaestro|isBack is now known as daMaestro | 22:40 | |
*** tiwula has quit IRC | 23:02 | |
*** danielblackburn is now known as danielb_afk | 23:22 | |
*** mr_jolly has quit IRC | 23:23 | |
*** mr_jolly has joined #zope | 23:27 | |
*** danielb_afk is now known as danielblackburn | 23:35 | |
*** TresEquis has quit IRC | 23:37 | |
*** cpf_ has joined #zope | 23:37 | |
*** TresEquis has joined #zope | 23:42 | |
CIA-82 | charlie_x * r118725 zope.publisher/CHANGES.txt: CHANGES.txt updated | 23:48 |
*** River-Rat is now known as RiverRat | 23:48 | |
*** cpf_ has quit IRC | 23:49 | |
*** rockfruit has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!