| *** sm has joined #zope | 00:12 | |
| *** menesis has joined #zope | 00:13 | |
| *** hever has quit IRC | 00:13 | |
| *** hever has joined #zope | 00:14 | |
| *** Arfrever has quit IRC | 00:15 | |
| *** lcpfnyvc has quit IRC | 00:17 | |
| *** J1m has quit IRC | 00:17 | |
| *** daMaestro has joined #zope | 00:17 | |
| *** lcpfnyvc has joined #zope | 00:20 | |
| *** astoon has quit IRC | 00:20 | |
| *** J1m has joined #zope | 00:28 | |
| *** cpf_ has quit IRC | 00:31 | |
| *** cwarner has joined #zope | 00:43 | |
| *** cpf_ has joined #zope | 00:49 | |
| *** astoon has joined #zope | 00:54 | |
| *** cpf_ has quit IRC | 01:03 | |
| planetzopebot | Pyramid "Auth" API Design Postmortem (plope) http://plope.com/pyramid_auth_design_api_postmortem | 01:04 |
|---|---|---|
| *** menesis has quit IRC | 01:11 | |
| *** vipod has quit IRC | 01:17 | |
| *** daMaestro has quit IRC | 01:23 | |
| *** alexpilz has quit IRC | 01:27 | |
| CIA-78 | ccomb * r119516 /bluebream/website/main/ (5 files in 3 dirs): new style for the inner pages | 01:34 |
| *** daMaestro has joined #zope | 01:37 | |
| *** astoon has quit IRC | 01:37 | |
| *** lcpfnyvc has quit IRC | 01:41 | |
| *** mememe has joined #zope | 01:58 | |
| CIA-78 | ccomb * r119517 /bluebream/website/ (3 files in 3 dirs): logo and navbar for the doc sphinx too | 02:03 |
| *** MrTango has quit IRC | 02:07 | |
| *** bigkevmcd has quit IRC | 02:08 | |
| CIA-78 | jim * r119518 /Sandbox/J1m/dozodb/ (8 files in 2 dirs): | 02:19 |
| CIA-78 | Updated tests to test both the client and server code. | 02:19 |
| CIA-78 | Added a separate webob module with a webob-based helper function that | 02:19 |
| CIA-78 | can be used by webob-based applications (like bobo), and a webob-based | 02:19 |
| CIA-78 | wsgi application. | 02:19 |
| CIA-78 | ccomb * r119519 /bluebream/website/docs/v1.0/_templates/layout.html: fixed a link | 02:19 |
| CIA-78 | ccomb * r119520 /bluebream/website/main/blue/static/style.css: fixed css | 02:19 |
| *** alga has quit IRC | 02:26 | |
| *** J1m has quit IRC | 02:27 | |
| *** AnneGilles has quit IRC | 02:42 | |
| *** hever has quit IRC | 02:45 | |
| *** hever has joined #zope | 02:46 | |
| *** giampaolo has quit IRC | 02:49 | |
| *** thetet has joined #zope | 02:53 | |
| *** thetet has left #zope | 02:53 | |
| *** dayne has quit IRC | 03:06 | |
| *** ccomb has quit IRC | 03:14 | |
| *** alvaro_o has quit IRC | 03:25 | |
| *** Vejeta has joined #zope | 03:26 | |
| *** Vejeta has quit IRC | 03:31 | |
| *** Vejeta has joined #zope | 03:33 | |
| *** Vejeta has quit IRC | 03:33 | |
| *** Vejeta has joined #zope | 03:33 | |
| *** sm has quit IRC | 03:37 | |
| *** spanktar has quit IRC | 03:46 | |
| *** cwarner has quit IRC | 03:50 | |
| *** alecm_ has joined #zope | 03:54 | |
| *** alecm_ has joined #zope | 03:54 | |
| *** alecm has quit IRC | 03:58 | |
| *** alecm_ is now known as alecm | 03:58 | |
| *** daMaestro has quit IRC | 03:59 | |
| *** tiwula has quit IRC | 04:07 | |
| *** mr_jolly has left #zope | 04:27 | |
| *** tiwula has joined #zope | 04:31 | |
| *** cwarner has joined #zope | 05:32 | |
| *** thetet has joined #zope | 06:23 | |
| *** thetet has quit IRC | 06:23 | |
| *** rodgort has quit IRC | 07:05 | |
| *** spavan has joined #zope | 07:09 | |
| *** rodgort has joined #zope | 07:10 | |
| *** jan_s has joined #zope | 07:47 | |
| *** d2m has joined #zope | 08:25 | |
| *** bogdangi has joined #zope | 08:27 | |
| *** rogererens has joined #zope | 08:37 | |
| *** cpf_ has joined #zope | 08:39 | |
| *** tiwula has quit IRC | 08:44 | |
| *** cpf_ has quit IRC | 08:47 | |
| *** rogererens has quit IRC | 08:56 | |
| *** zagy has joined #zope | 08:56 | |
| *** wosc has joined #zope | 09:08 | |
| *** __mac__ has joined #zope | 09:09 | |
| *** tisto has joined #zope | 09:30 | |
| *** d2m has quit IRC | 09:30 | |
| *** cpf_ has joined #zope | 09:35 | |
| *** j-w has joined #zope | 09:40 | |
| *** alexpilz has joined #zope | 09:51 | |
| *** alga has joined #zope | 10:03 | |
| *** agroszer has joined #zope | 10:07 | |
| *** davisagli has left #zope | 10:07 | |
| bobo_b | Hi. How can I internationalize a strftime output? python datetime objects check the systems locale, zope's DateTime object seem to as well. Is there no t.strftime(format, lang)? | 10:12 |
| betabug | maybe you can use the python datetime version? (dunno if that does it better) | 10:13 |
| *** d2m has joined #zope | 10:18 | |
| bobo_b | betabug: the python datetime behaves differently according to the locale | 10:21 |
| bobo_b | you can't give it a dynamic locale | 10:21 |
| betabug | then use that one :-) | 10:25 |
| *** AnneGilles has joined #zope | 10:25 | |
| *** rogererens has joined #zope | 10:28 | |
| *** cpf_ has quit IRC | 10:30 | |
| *** planetzopebot has quit IRC | 10:33 | |
| *** planetzopebot has joined #zope | 10:34 | |
| bobo_b | betabug: well i can't, it looks at the system locale, but it doesn't care about zope's i18n of course :-) | 10:34 |
| betabug | oh, I thought you meant you could feed the python datetime with the locale you wanted | 10:34 |
| *** bobo_b is now known as bobo_b|afk | 10:41 | |
| *** goschtl has joined #zope | 10:45 | |
| *** AnneGilles has quit IRC | 10:48 | |
| *** AnneGilles has joined #zope | 10:49 | |
| CIA-78 | jens 2.2 * r119521 Products.DCWorkflow/Products/DCWorkflow/ (version.txt CHANGES.txt): - release prep for version 2.2.3 | 10:54 |
| *** alexpilz has joined #zope | 10:55 | |
| *** cwarner has quit IRC | 10:59 | |
| *** AnneGilles has quit IRC | 11:00 | |
| *** d2m has quit IRC | 11:04 | |
| *** d2m has joined #zope | 11:04 | |
| *** MrTango has joined #zope | 11:05 | |
| *** d2m has quit IRC | 11:09 | |
| *** evilbungle has joined #zope | 11:11 | |
| *** cpf_ has joined #zope | 11:12 | |
| CIA-78 | jens * r119522 /Products.DCWorkflow/tags/2.2.3: - tagging version 2.2.3 | 11:16 |
| CIA-78 | jens 2.2 * r119523 Products.DCWorkflow/Products/DCWorkflow/ (version.txt CHANGES.txt): - vb | 11:16 |
| *** menesis has joined #zope | 11:24 | |
| *** Theuni1 has joined #zope | 11:26 | |
| *** sylvain has joined #zope | 11:28 | |
| *** martijn|4D has joined #zope | 11:41 | |
| *** d2m has joined #zope | 11:46 | |
| *** sunew has joined #zope | 11:50 | |
| *** vipod has joined #zope | 11:51 | |
| _mup_ | Bug #701837 was filed: Synthetic module 'zope.app.menus' is confusing <zope.browsermenu:New> < https://launchpad.net/bugs/701837 > | 11:55 |
| *** eperez has joined #zope | 12:02 | |
| *** shastry has quit IRC | 12:05 | |
| *** Theuni1 has quit IRC | 12:14 | |
| *** rockfruit has quit IRC | 12:19 | |
| *** Theuni1 has joined #zope | 12:27 | |
| *** teix has joined #zope | 12:34 | |
| *** Theuni1 has quit IRC | 12:38 | |
| *** ccomb has joined #zope | 12:40 | |
| CIA-78 | janwijbrand * r119524 hurry.resource/ (src/hurry/resource/README.txt setup.py): add a warning about hurry.resource being superseded by Fanstatic | 12:49 |
| CIA-78 | janwijbrand * r119525 hurry.resource/CHANGES.txt: add a warning about hurry.resource being superseded by Fanstatic | 12:49 |
| CIA-78 | janwijbrand * r119526 hurry.zoperesource/ (src/hurry/zoperesource/README.txt CHANGES.txt setup.py): add a warning about hurry.zoperesource being superseded by zope.fanstatic | 13:08 |
| *** mr_jolly has joined #zope | 13:19 | |
| CIA-78 | janwijbrand * r119526 hurry.zoperesource/ (src/hurry/zoperesource/README.txt CHANGES.txt setup.py): add a warning about hurry.zoperesource being superseded by zope.fanstatic | 13:27 |
| CIA-78 | janwijbrand * r119527 hurry.yui/ (CHANGES.txt setup.py README.txt): add a warning about hurry.yui being superseded by js.yui | 13:27 |
| CIA-78 | janwijbrand * r119528 hurry.yui/ (CHANGES.txt README.txt): fix typo | 13:27 |
| CIA-78 | janwijbrand * r119529 hurry.jquery/ (CHANGES.txt setup.py README.txt): add a warning about hurry.jquery being superseded by js.jquery | 13:27 |
| *** astoon has joined #zope | 13:32 | |
| *** nitrogenycs has joined #zope | 13:33 | |
| *** Theuni1 has joined #zope | 13:43 | |
| *** Theuni1 has quit IRC | 13:50 | |
| *** ccomb has quit IRC | 13:53 | |
| *** Theuni1 has joined #zope | 13:56 | |
| *** ccomb has joined #zope | 14:02 | |
| *** dayne has joined #zope | 14:06 | |
| *** jan_s has left #zope | 14:09 | |
| CIA-78 | janjaapdriessen * r119530 /Sandbox/janjaapdriessen/buildbot/buildout.cfg: Add ztk 1.1 branch. | 14:21 |
| *** AnneGilles has joined #zope | 14:21 | |
| *** JianMeng has joined #zope | 14:21 | |
| *** Arfrever has joined #zope | 14:24 | |
| *** menesis has quit IRC | 14:24 | |
| *** d2m1 has joined #zope | 14:25 | |
| *** d2m has quit IRC | 14:25 | |
| *** JianMeng has left #zope | 14:27 | |
| CIA-78 | janjaapdriessen * r119531 /zopetoolkit/doc/source/process/buildbots.rst: Update ztk 1.1 branch buildbot output. | 14:34 |
| *** bogdangi has quit IRC | 14:36 | |
| *** astoon has quit IRC | 14:37 | |
| *** rockfruit has joined #zope | 14:39 | |
| *** AnneGilles has quit IRC | 14:40 | |
| *** bogdangi has joined #zope | 14:42 | |
| *** AnneGilles has joined #zope | 14:47 | |
| *** Theuni1 has quit IRC | 14:51 | |
| *** fredvd has joined #zope | 14:58 | |
| hever | hej kosh thanks for your idea. with python-profiler installed, the profiler works! But the output of the most time consuming "calls" is not very helpful http://pastebin.com/JnVhjtW0 | 15:00 |
| *** Theuni1 has joined #zope | 15:01 | |
| *** d2m1 has quit IRC | 15:01 | |
| hever | What is the function "0(read)" that takes so much time? | 15:01 |
| *** bobo_b|afk is now known as bobo_b | 15:02 | |
| *** bogdangi has quit IRC | 15:03 | |
| *** thetet has joined #zope | 15:03 | |
| *** regebro has joined #zope | 15:04 | |
| mgedmin | looks like a builtin | 15:05 |
| *** allisterb has quit IRC | 15:06 | |
| mgedmin | so reading from a file (or, maybe, a network socket) is taking most of the time | 15:06 |
| hever | mgedmin, ah if I choose callers I can see what scripts call it... nice | 15:07 |
| mgedmin | RunSnakeRun is a good tool for visualizing profiles | 15:07 |
| mgedmin | also, pyprof2calltree | 15:07 |
| *** AnneGilles has quit IRC | 15:12 | |
| *** d2m has joined #zope | 15:13 | |
| hever | mgedmin, for plone or zope or for analysing a profile file? | 15:17 |
| mgedmin | they're not plone/zope specific | 15:18 |
| mgedmin | and they want a pstats file, iirc | 15:18 |
| mgedmin | I'm not sure how you convince zope2 to create one | 15:18 |
| mgedmin | I don't think I've ever used the zope 2 profiler | 15:18 |
| mgedmin | there's wsgi middleware out there that lets you profile stuff | 15:19 |
| mgedmin | and I think these days zope 2 can be deployed as a wsgi app | 15:19 |
| mgedmin | Dozer (unreleased version from bitbucket) has a very nice profiler: http://mg.pov.lt/blog/profiling-with-dozer.html | 15:19 |
| mgedmin | well, pretty nice | 15:20 |
| *** allisterb has joined #zope | 15:21 | |
| CIA-78 | janwijbrand * r119532 grok/src/grok/ (rest.py publication.py): remove remnants from the REST code that moved to grokcore.rest | 15:26 |
| *** giampaolo has joined #zope | 15:26 | |
| *** menesis has joined #zope | 15:29 | |
| *** tisto is now known as tisto|lunch | 15:44 | |
| *** cwarner has joined #zope | 15:52 | |
| *** AnneGilles has joined #zope | 15:52 | |
| *** J1m has joined #zope | 16:03 | |
| CIA-78 | janwijbrand * r119533 groktoolkit/ (buildout.cfg grok.cfg): use ZTK-1.1c1 | 16:03 |
| klawd | how can i document a classmethod in an interface? | 16:08 |
| klawd | just like in the class itself? | 16:08 |
| klawd | and would i call implements or something else? | 16:09 |
| *** mlechner has joined #zope | 16:10 | |
| *** rogererens has quit IRC | 16:16 | |
| *** rogererens has joined #zope | 16:21 | |
| mgedmin | klawd, document it as a normal def in a separate interface, then say that your class alsoProvides() this separate interface | 16:26 |
| klawd | mh ok | 16:26 |
| *** mlechner has quit IRC | 16:37 | |
| *** jim_SFU has joined #zope | 16:43 | |
| *** rogererens has quit IRC | 16:58 | |
| *** wosc has quit IRC | 17:01 | |
| *** nitrogenycs has quit IRC | 17:02 | |
| *** FSCV has joined #zope | 17:06 | |
| *** FSCV has quit IRC | 17:07 | |
| *** sm has joined #zope | 17:08 | |
| *** tisto|lunch is now known as tisto | 17:09 | |
| *** agroszer_ has joined #zope | 17:10 | |
| *** dvschramm|away is now known as dvschramm | 17:11 | |
| *** agroszer has quit IRC | 17:11 | |
| *** agroszer_ has quit IRC | 17:16 | |
| *** dayne has quit IRC | 17:19 | |
| *** spavan has left #zope | 17:23 | |
| *** MrWu has joined #zope | 17:24 | |
| *** FSCV has joined #zope | 17:27 | |
| *** redir has quit IRC | 17:33 | |
| *** bigkevmcd has joined #zope | 17:35 | |
| *** AnneGilles has quit IRC | 17:39 | |
| CIA-78 | janjaapdriessen * r119534 megrok.layout/ (buildout.cfg docs/HISTORY.txt setup.py): Compatibility with grokcore.view 2.3 | 17:45 |
| CIA-78 | janjaapdriessen * r119535 megrok.layout/ (docs/HISTORY.txt setup.py): Preparing release 1.3 | 17:45 |
| CIA-78 | janjaapdriessen * r119536 /megrok.layout/tags/1.3: Tagging 1.3 | 17:45 |
| CIA-78 | janjaapdriessen * r119537 megrok.layout/ (docs/HISTORY.txt setup.py): post release | 17:45 |
| CIA-78 | janjaapdriessen * r119538 grokui.base/ (buildout.cfg CHANGES.txt setup.py): Preparing release 0.5 | 17:45 |
| CIA-78 | janjaapdriessen * r119539 /grokui.base/tags/0.5: Tagging 0.5 | 17:45 |
| CIA-78 | janjaapdriessen * r119540 grokui.base/ (CHANGES.txt setup.py): Back to development: 0.6 | 17:45 |
| CIA-78 | janjaapdriessen * r119541 grokui.admin/ (setup.py src/grokui/admin/tests/tests.py buildout.cfg): Use zope.fanstatic layer in order to make tests in grokui.base pass. | 17:45 |
| CIA-78 | janjaapdriessen * r119542 groktoolkit/grok.cfg: Update to newer grokcore.view and megrok.layout. | 17:45 |
| *** daMaestro has joined #zope | 17:48 | |
| *** alvaro_o has joined #zope | 18:04 | |
| *** vipod has quit IRC | 18:04 | |
| *** Theuni1 has quit IRC | 18:05 | |
| *** sunew has quit IRC | 18:10 | |
| CIA-78 | janjaapdriessen * r119543 grokui.admin/buildout.cfg: These versions are now in the groktoolkit trunk. | 18:16 |
| CIA-78 | janjaapdriessen * r119544 megrok.layout/buildout.cfg: This version is now in the groktoolkit. | 18:16 |
| *** d2m has quit IRC | 18:18 | |
| *** alexpilz has quit IRC | 18:25 | |
| *** alexpilz has joined #zope | 18:25 | |
| hever | Can somebody explain the output of the CallProfiler? 1.7269 53.2% | | 18:30 |
| hever | +1.7269 0.0002 0.0% +- enableHTTPCompression | 18:30 |
| hever | uhm | 18:30 |
| mgedmin | I can take a wild guess | 18:31 |
| mgedmin | 53% time spent in that function, but all of it was actually spent in functions called from it | 18:32 |
| *** sm has left #zope | 18:33 | |
| *** d2m has joined #zope | 18:33 | |
| *** sm has joined #zope | 18:33 | |
| *** j-w has quit IRC | 18:33 | |
| *** fredvd has quit IRC | 18:35 | |
| hever | ok sry here: http://imagebin.org/132349 | 18:35 |
| hever | mgedmin, but what function?! | 18:36 |
| mgedmin | ah, those were two lines, not one! | 18:38 |
| mgedmin | so, 1.7 seconds spent in the main function -- the one you were profiling | 18:39 |
| *** alga has quit IRC | 18:39 | |
| mgedmin | then it called enableHTTPCompression, then navigationParent etc. | 18:39 |
| mgedmin | I'm not sure "main function" is right -- could be a page template, etc. | 18:40 |
| hever | but what is this main function? | 18:40 |
| hever | yes what could it be? | 18:40 |
| hever | its for an url http://myresource/view | 18:40 |
| *** __mac__ has quit IRC | 18:40 | |
| mgedmin | I'm afraid I'm not very familiar with plone (or zope2's CallProfiler for that matter) | 18:40 |
| hever | And you see the first entry. I'm not sure what the first 1.7269 secs happened. | 18:41 |
| *** goschtl has quit IRC | 18:42 | |
| *** tiwula has joined #zope | 18:43 | |
| mgedmin | yes, that's the question, isn't it | 18:43 |
| mgedmin | and CallProfiler doesn't answer | 18:43 |
| hever | yes | 18:43 |
| CIA-78 | janwijbrand jw-documentation-rearangement * r119545 groktoolkit/ (552 files in 139 dirs): start moving Grok documentation to the groktoolkit | 18:44 |
| *** Theuni1 has joined #zope | 18:44 | |
| *** martijn|4D has quit IRC | 18:45 | |
| *** zagy has quit IRC | 18:46 | |
| hever | Ok there are some slides from Andy McKay, http://plone.org/events/conferences/new-orleans-2003/video/index_html#caching | 18:47 |
| hever | But they're not available... and a video. Not sure perhaps somebody have a backup ;) | 18:48 |
| *** davisagli has joined #zope | 18:50 | |
| *** hever has quit IRC | 18:56 | |
| *** d2m has quit IRC | 18:57 | |
| *** hever has joined #zope | 18:57 | |
| *** hever has quit IRC | 18:58 | |
| *** giampaolo has quit IRC | 18:59 | |
| *** hever has joined #zope | 19:03 | |
| *** hever has quit IRC | 19:05 | |
| *** jim_SFU has quit IRC | 19:05 | |
| *** hever has joined #zope | 19:06 | |
| *** benji is now known as benji-lunch | 19:07 | |
| *** sm has left #zope | 19:07 | |
| *** spanktar has joined #zope | 19:19 | |
| *** redir has joined #zope | 19:20 | |
| *** alexpilz has joined #zope | 19:22 | |
| *** alexpilz1 has joined #zope | 19:22 | |
| *** alexpilz has quit IRC | 19:22 | |
| *** thetet has quit IRC | 19:37 | |
| *** hever has quit IRC | 19:37 | |
| *** cpf_ has quit IRC | 19:38 | |
| *** menesis has quit IRC | 19:41 | |
| *** d2m has joined #zope | 19:54 | |
| *** astoon has joined #zope | 19:58 | |
| *** benji-lunch is now known as benji | 20:03 | |
| *** sylvain has quit IRC | 20:04 | |
| CIA-78 | jim * r119546 /Sandbox/J1m/ (template/branches/dev template-dev): Separate initial project template from svn project-tree template | 20:04 |
| CIA-78 | jim * r119547 /Sandbox/J1m/ (template svn-template): Separate initial project template from svn project-tree template | 20:04 |
| CIA-78 | jim * r119548 /Sandbox/J1m/ (template template-dev): Separate initial project template from svn project-tree template | 20:04 |
| *** sm has joined #zope | 20:11 | |
| *** __mac__ has joined #zope | 20:12 | |
| *** mitchell` is now known as mitchell`off | 20:16 | |
| *** FSCV1 has joined #zope | 20:17 | |
| *** FSCV has quit IRC | 20:19 | |
| *** mememe has quit IRC | 20:19 | |
| *** FSCV2 has joined #zope | 20:21 | |
| *** FSCV1 has quit IRC | 20:21 | |
| *** __mac__ has quit IRC | 20:30 | |
| *** dayne has joined #zope | 20:34 | |
| *** mememe has joined #zope | 20:35 | |
| *** MrWu has quit IRC | 20:37 | |
| CIA-78 | patricks * r119549 zc.catalog/ (3 files in 2 dirs): Fix a bug in the extent catalog's searchResults method | 20:42 |
| *** eperez has quit IRC | 20:47 | |
| *** davetoo has joined #zope | 20:53 | |
| *** tisto has quit IRC | 20:59 | |
| *** bigkevmcd has quit IRC | 21:00 | |
| *** nitrogenycs has joined #zope | 21:01 | |
| CIA-78 | jim * r119550 /Sandbox/J1m/jsonform: yet another form project :) | 21:01 |
| *** __mac__ has joined #zope | 21:01 | |
| *** __mac__ has quit IRC | 21:12 | |
| *** AnneGilles has joined #zope | 21:13 | |
| *** teix has left #zope | 21:18 | |
| CIA-78 | jim * r119551 /Sandbox/J1m/jsonform/ (9 files in 4 dirs): housekeeping | 21:19 |
| *** __mac__ has joined #zope | 21:25 | |
| *** jim_SFU has joined #zope | 21:25 | |
| *** thetet has joined #zope | 21:27 | |
| *** mcdonc has quit IRC | 21:29 | |
| *** AnneGilles has quit IRC | 21:35 | |
| *** jim_SFU has left #zope | 21:38 | |
| *** alvaro_o has quit IRC | 21:38 | |
| *** astoon has quit IRC | 21:40 | |
| J1m | I wonder if people are still using zope.formlib. | 21:41 |
| *** alga has joined #zope | 21:59 | |
| *** AnneGilles has joined #zope | 21:59 | |
| *** goschtl has joined #zope | 22:04 | |
| *** goschtl has quit IRC | 22:21 | |
| *** TresEquis has joined #zope | 22:26 | |
| *** supton has joined #zope | 22:30 | |
| *** kiorky has joined #zope | 22:39 | |
| *** m8 has joined #zope | 22:42 | |
| *** regebro has quit IRC | 22:47 | |
| *** rdz has joined #zope | 22:48 | |
| rdz | hi all. i'm running a zwiki website and i would like to add user authentication to my site. what product might be most suitable for that? | 22:49 |
| rdz | i found exUserFolder, but i'm not sure, if that is the right tool for what i want and I also don't know how to integrate it into the zwiki site | 22:50 |
| *** bigkevmcd has joined #zope | 22:53 | |
| *** cpf_ has joined #zope | 22:58 | |
| *** regebro has joined #zope | 23:02 | |
| *** __mac__ has quit IRC | 23:12 | |
| kosh | betabug: wake up! | 23:31 |
| kosh | rdz: I think betabug knows a lot about zwiki, just need to get him to wake up | 23:31 |
| sm | that's right.. and TheJester knows about XUF | 23:31 |
| kosh | I still use exUserFolder | 23:31 |
| kosh | my modified version allows secure cookie auth to actually be shared over the session system with zeo | 23:32 |
| rdz | kosh, let him sleep... | 23:32 |
| kosh | which is very nice for cluster/load balancing stuff | 23:32 |
| *** thetet has left #zope | 23:33 | |
| rdz | aha.. I guess that would be a bit too advanced for my needs | 23:33 |
| rdz | sm, the 'MembershipSource' tells me the Site Base and also the name of the LoginForm. But when I access that page, it's Zwiki that proposes me to create that page. | 23:35 |
| sm | you have a custom standard_error_message in your wiki folder that's being activated | 23:36 |
| rdz | I added the Product into my zwiki folder in the ZMI. is that supposed to work like this or should i add the product on the same level as the wiki? | 23:36 |
| sm | normally it's only for 404's.. are you getting one of those ? | 23:36 |
| rdz | sm, aha. that page is not from zwiki then. i see | 23:37 |
| rdz | http://www.netpd.org:9673/netpd/LoginForm | 23:37 |
| sm | yes.. that url does not exist | 23:38 |
| rdz | "MembershipSource" says: Site base: http://www.netpd.org:9673/netpd and "Relative Path of Login Page: LoginForm" | 23:40 |
| rdz | so I thought i should compose like this: http://www.netpd.org:9673/netpd/LoginForm | 23:40 |
| sm | I found http://zwiki.org/FAQ#ok-how-do-i-set-up-a-login-form which says "add an ExUserFolder acl_users in your wiki folder. You'll need to study the XUF documentation and fiddle around in there to set up the login form" | 23:41 |
| sm | ExUserFolder is installed in your Products dir on the filesystem and should then appear in /Control_Panel/Products in the ZMI of course | 23:41 |
| rdz | sm, alright. thanks | 23:42 |
| rdz | actually, the authentication is already working. when i add /editform to any of the pages, it asks me to provide username and password and then i can edit the page... that's already great | 23:43 |
| sm | yay | 23:43 |
| sm | well, that's the basic authentication built in to zope | 23:44 |
| sm | exUserFolder, once working, will give you a nicer cookie-based login form | 23:45 |
| rdz | aha | 23:45 |
| rdz | you say, that was always working.. :-) | 23:45 |
| *** astoon has joined #zope | 23:48 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!