[Repoze-dev] repoze.bfg 1.1b2 released

2009-11-02 Thread Chris McDonough
repoze.bfg 1.1b2 has been released. Yes, I know the releases have been coming at an unreasonable pace, sorry. You can install it via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg *or*, now that I've worked out a niggling bug that made installing it from PyPI a bit

Re: [Repoze-dev] Package naming

2009-11-02 Thread Chris McDonough
Nathan Van Gheem wrote: Hello all, I realize my opinion may not matter very much, but as one who uses many of the repoze packages often, I often wondered why the repoze namespace was used for many of the packages. Because we're lazy and unoriginal. And we like being able to name a

Re: [Repoze-dev] Package naming

2009-11-02 Thread Chris McDonough
Graham Dumpleton wrote: On Nov 3, 8:33 am, Malthe Borch mbo...@gmail.com wrote: 2009/11/2 Martin Aspeli optilude+li...@gmail.com: I think it's better to use top-level namespaces to indicate ownership, if nothing else to avoid the chance of things clashing. For the repoze project to claim

Re: [Repoze-dev] Using bfgshell with a ZODB based project.

2009-11-03 Thread Chris McDonough
Steve Schmechel wrote: Is there a proper way to invoke bfgshell in a ZODB project? (The code and configuration I am using is exactly from the tutorial and everything else works fine.) The last argument you pass, main needs to change.. it needs to match the name of the app section in the ini

[Repoze-dev] [issue105] View resolution ordering differences between BFG 1.1a8 and 1.1b3

2009-11-10 Thread Chris McDonough
New submission from Chris McDonough chr...@plope.com: mcdonc: so malthe wrt this difference between 1.1a8 and 1.1b3, can you send me some sample view config zcml so i can figure out wtf happened because i cant see anything obvious in the changelong [5:00pm] malthe: mcdonc: http://pastie.org

[Repoze-dev] [issue105] View resolution ordering differences between BFG 1.1a8 and 1.1b3

2009-11-10 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: I cant replicate this with the following configuration on 1.1b3: In views.py: --- from webob import Response def my_view(context, request): return {'project':'starter'} def one(context, request): return Response('one

[Repoze-dev] [issue26] traceback attempting to edit an image in plone

2009-11-11 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: Long dead. -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue26 __ ___ Repoze-dev

[Repoze-dev] [issue20] Word-wrapping in roundup is awful

2009-11-11 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: Filed under replace bugtracker at some point. ;-) -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue20

[Repoze-dev] [issue36] editing a file in ZMI fails

2009-11-11 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: Long dead. -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue36 __ ___ Repoze-dev

Re: [Repoze-dev] object graph traversal question

2009-11-12 Thread Chris McDonough
F. Oliver Gathmann wrote: Hello! Coming from Pylons, I'm a newbie to the object graph traversal world, so this question might be slightly misplaced (but hopefully a no-brainer for the bfg gurus...). I very much like the concept of looking up my model object before dispatching to a

[Repoze-dev] [issue98] repoze.who Identifier Issue

2009-11-12 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: For the record, in repoze.who 1.1, the userid string gets base64 encoded in the cookie so this should not be a problem. Old cookies continue to work via a b/c shim. I'm going to close this issue as a result. -- status: chatting

[Repoze-dev] [issue8] repoze.grok: create 'addgrokuser' script

2009-11-12 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: Dead. -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue8 __ ___ Repoze-dev

[Repoze-dev] repoze.bfg 1.1 final released

2009-11-15 Thread Chris McDonough
repoze.bfg 1.1 has been released. You can install it via: easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg Or via PyPI. The What's New In repoze.bfg 1.1 document details the changes made since the 1.0 release: http://docs.repoze.org/bfg/1.1/whatsnew-1.1.html The

[Repoze-dev] repoze.bfg 1.1.1 released

2009-11-20 Thread Chris McDonough
repoze.bfg 1.1.1 has been released Install via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg The docs at http://docs.repoze.org/bfg/1.1 have been updated. This is a pure bugfix release. The changelog follows: 1.1.1 (2009-11-21) == Bug Fixes -

Re: [Repoze-dev] repoze.bfg future plans?

2009-11-22 Thread Chris McDonough
Iain Duncan wrote: Hey Chris et. al, I'm seriously considering switching my main platform for our inhouse framework to mostly repoze.bfg with auxillary pylons bits from the other way around, but have a few concerns that mostly relate to making sure that clients buy into our platform of choice

Re: [Repoze-dev] using the pylons/weberror interfactive debugger in bfg apps?

2009-11-22 Thread Chris McDonough
Iain Duncan wrote: Hey all, one thing I miss in Pylons is the out of the box integration with the interactive debugger in your browser. I'll confess ignorance as to how this is hooked up, but it's *really* helpful to people learning pylons. Wondering if it would be a good plan to put this 'in

Re: [Repoze-dev] doc question

2009-11-22 Thread Chris McDonough
Iain Duncan wrote: Am I missing something terribly obvious, or is that not just a regular instance method in the example? Or am I misunderstanding the point? Perhaps this part could be clearer, it's confused me at any rate. I'm not really clear how to make changes to make it clearer. What are

Re: [Repoze-dev] starter request

2009-11-22 Thread Chris McDonough
Iain Duncan wrote: Wondering if it would be possible to add a paster starter template for bgf_routes ( no sqlalchemy )? Seems to be a missing piece. Instead of adding another a paster template, we could just answer whatever concrete questions you have about routing? Each paster template we

Re: [Repoze-dev] Possible accept view-predicate enhancement?

2009-11-25 Thread Chris McDonough
Alberto Valverde wrote: Hello, I'm trying to make use of the new-in-1.1 accept view predicate to register several views with the same name for the same context object to render a response in the content-type requested by the user but the result is not quite what I expect. The zcml looks

Re: [Repoze-dev] would like to registerViews in python but not via decorator

2009-11-25 Thread Chris McDonough
Tim Hoffman wrote: Hi Chris I am trying to register some views directly through python and not using the view decorator, I have tried using code very similiar to repoze.bfg.testing. However after doing so, whilst I can look the view up by doing a

Re: [Repoze-dev] Possible accept view-predicate enhancement?

2009-11-25 Thread Chris McDonough
Alberto Valverde wrote: Hello, I'm trying to make use of the new-in-1.1 accept view predicate to register several views with the same name for the same context object to render a response in the content-type requested by the user but the result is not quite what I expect. The zcml looks

[Repoze-dev] repoze.bfg 1.1.2 released

2009-11-26 Thread Chris McDonough
Happy Thanksgiving folks. repoze.bfg 1.1.2 has been released. Install it via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg Or via PyPI. It is a pure bugfix release. The changelog follows: 1.1.2 (2009-11-26) == Bug Fixes - - When two views

[Repoze-dev] 1.2a1 imminent...

2009-11-27 Thread Chris McDonough
Hi folks, I've been working on the next minor revision to repoze.bfg, which will be 1.2. 1.2 will be a slightly more important release than the previous 1.1 release, because it involves exposing an imperative API for configuration (adding routes/views, etc). In particular, it means that the

Re: [Repoze-dev] 1.2a1 imminent...

2009-11-28 Thread Chris McDonough
Tim Hoffman wrote: Hi Chris I think this is a good direction to go in. I am already starting to do something similair this with repoze (I am still on 1.0.1) but plan to upgrade in the next few weeks,. The advantage of this style of configuration really comes into its own when you are

[Repoze-dev] repoze.bfg 1.2a1 released

2009-11-28 Thread Chris McDonough
repoze.bfg 1.2a1 is now released. It can be installed via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. Documentation for this release exists at: http://docs.repoze.org/bfg/1.2/ This is a major feature release. The new features of the release are

Re: [Repoze-dev] [bfg 1.2a1] Required specification must be a specification or class.

2009-11-29 Thread Chris McDonough
Andreas Jung wrote: Tried to get zopyx.smartprintng.server working w/ BFG 1.2a1. This fails badly. Anything I am missing? Thanks for trying it. I have fixed this on the trunk and your server now starts. For maximum forward compatibility, you'll probably eventually want to change:

[Repoze-dev] [issue110] unexpected keyword argument 'level' repoze.bfg.jinja2 (bfg 1.2a2)

2009-11-30 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: Thanks; I've fixed this in the 0.6 release, now on PyPI. -- status: unread - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue110

Re: [Repoze-dev] fun benchmarks.

2009-11-30 Thread Chris McDonough
And in the spirit of http://blog.curiasolutions.com/2009/10/the-great-web-technology-shootout-round-3-better-faster-and-shinier/ a Chameleon hello world benchmark, rendering a template from a view that calls repoze.bfg.chameleon_zpt.render_template_to_response filling a slot in a macro from

Re: [Repoze-dev] authorization debug problem

2009-12-02 Thread Chris McDonough
Wichert Akkerman wrote: I use a custom authorization problem, but noticed that when I enable BFG_DEBUG_AUTHORIZATION it always reports no authorization policy in use. I am guessing this happens because the authorization policy is registered after the routes are setup, so the queryUtility

[Repoze-dev] repoze.bfg 1.1.4 and 1.2a3 released

2009-12-02 Thread Chris McDonough
Two new releases of repoze.bfg are out. Install 1.1.4 via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg Install 1.2a3 via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or either is available via PyPI. These are bugfix releases. No release

Re: [Repoze-dev] Running repoze.bfg on Google’s A pp Engine

2009-12-02 Thread Chris McDonough
Darryl Cousins wrote: Hi All, I found that the recipe [1] to run repoze.bfg on gae **almost** works. Thanks for the analysis! I think the best solution would be to make all imports of Chameleon conditional.This actually *used* to be the case; something must have broken it since 1.0

[Repoze-dev] repoze.bfg 1.1.5 and 1.2a4 released

2009-12-07 Thread Chris McDonough
repoze.bfg 1.1.5 and 1.2a4 have been released. Install 1.2a4 via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Install 1.1.5 via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg 1.1.5 is a backport bugfix release. 1.2a4 is a bigfix and minor

[Repoze-dev] repoze.bfg 1.2a5 released

2009-12-10 Thread Chris McDonough
repoze.bfg 1.2a5 has been released. Install via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The changelog follows. 1.2a5 (2009-12-10) == Features - When the ``repoze.bfg.exceptions.NotFound`` or

[Repoze-dev] repoze.bfg 1.2a6 released

2009-12-18 Thread Chris McDonough
repoze.bfg 1.2a6 has been released Install via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The docs at http://docs.repoze.org/bfg/1.2 have been updated. The changelog follows: 1.2a6 (2009-12-18) == Features - The

Re: [Repoze-dev] IRC Questions

2009-12-19 Thread Chris McDonough
Steve Schmechel wrote: Sorry, if some of these questions are inane, but I am try to get proficient at participating in IRC again after many years away. (There is apparently more activity on the Repoze IRC channel than on this list, so I guess I better learn if I want to participate.)

[Repoze-dev] repoze.bfg 1.2a7 released

2009-12-20 Thread Chris McDonough
repoze.bfg 1.2a7 has been released Install via: easy_install -U http://dist.repoze.org/bfg/1.2/simple repoze.bfg The docs at http://docs.repoze.org/bfg/1.2 have been updated. The changelog follows: 1.2a7 (2009-12-20) == Features - Add four new testing-related

[Repoze-dev] repoze.bfg 1.2a8 released

2009-12-24 Thread Chris McDonough
repoze.bfg 1.2a8 has been released. Install it via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The docs at http://docs.repoze.org/bfg/1.2 have been updated. The changelog follows: 1.2a8 (2009-12-24) == Features - Add a

[Repoze-dev] BFG documentation stuff

2009-12-27 Thread Chris McDonough
The most recent release (1.2a9) of repoze.bfg contains a documentation licensing modification. Previous releases of the documentation stated no explicit license. The most recent release of repoze.bfg asserts that the documentation has the Creative Commons Attribution-Noncommercial-No

Re: [Repoze-dev] repoze.vhm and repoze.zope2 odd behavior

2009-12-29 Thread Chris McDonough
Martin Aspeli wrote: I assumed it was just acquisition trickery. Looking more closely, z2bob.py uses the repoze.vhm.virtual_root via the getVirtualRoot in the repoze.vhm.utils package to get the virtual root and it seems to create the correct path for traversal regardless of the issue. Just

Re: [Repoze-dev] BFG documentation stuff

2009-12-30 Thread Chris McDonough
’)} + foo/abc/def/a/b/c - {’baz’:abc, ’bar’:*def*, ’traverse’:(’a’, ’b’, ’c’)} peace, Ricardo Mendes Thank you! Fixed in SVN... - C 2009/12/27 Chris McDonough chr...@plope.com mailto:chr...@plope.com The most recent release (1.2a9) of repoze.bfg contains a documentation

Re: [Repoze-dev] [bfg 1.29a] render_template_to_response returning the view class?

2010-01-02 Thread Chris McDonough
I'm not sure which version of bfg you're contrasting this against, but if the view is a class, constructing the class just constructs the class. It's not until the class' __call__ is invoked that a response is potentially generated. If a previous BFG version worked differently, it was a bug.

[Repoze-dev] repoze.bfg 1.2a10 released...

2010-01-04 Thread Chris McDonough
repoze.bfg 1.2a10 has been released. The documentation at http://docs.repoze.org/bfg/1.2 has been updated. It is installable via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The changelog follows. 1.2a10 (2010-01-04) === Features

Re: [Repoze-dev] Jython Support on 1.2

2010-01-04 Thread Chris McDonough
Diaz, Eduardo wrote: Ok, I think I know why this is happening, the exception raises in the _validate method of the Orderable class, this is where it happends: if self.max is not None and value self.max: raise TooBig(value, self.max) Here, max is a ValidatedProperty it has a

Re: [Repoze-dev] new to bfg

2010-01-04 Thread Chris McDonough
Hi, Elliot, Elliot Gage wrote: Good morning, I’ve been looking at bfg for some time. I am primarily a dotnet developer and have a few web projects I am looking at migrating over to a python framework. I am aware of a few frameworks already out there including django,

Re: [Repoze-dev] new to bfg

2010-01-04 Thread Chris McDonough
Of Chris McDonough Sent: Monday, January 04, 2010 12:04 PM To: Elliot Gage Cc: repoze-dev@lists.repoze.org Subject: Re: [Repoze-dev] new to bfg Hi, Elliot, Elliot Gage wrote: Good morning, I've been looking at bfg for some time. I am primarily a dotnet developer and have a few web

Re: [Repoze-dev] Jython Support on 1.2

2010-01-04 Thread Chris McDonough
to keep checking with other templating engines. On Mon, Jan 4, 2010 at 4:10 PM, Chris McDonough chr...@plope.com mailto:chr...@plope.com wrote: Diaz, Eduardo wrote: That helps with the zcml problem but now, there is a problem with chameleon, is there another template

Re: [Repoze-dev] Fwd: Jython Support on 1.2

2010-01-05 Thread Chris McDonough
, Jan 4, 2010 at 5:31 PM, Chris McDonough chr...@plope.com mailto:chr...@plope.com wrote: Diaz, Eduardo wrote: Ok, that worked! Great! For the record, I installed Jython in the meantime, and I just fixed the repoze/bfg/paster.py Jython bug on the trunk. I'm

[Repoze-dev] PyCon 2010 BFG Tutorial

2010-01-05 Thread Chris McDonough
Carlos de la Guardia will be giving a tutorial at this year's PyCon entitled Your First BFG Application. http://us.pycon.org/2010/tutorials/delaguardia_bfg/ If you're going to PyCon, you may want to sign up. I think today might be the last day for early bird signup. - C

[Repoze-dev] repoze.bfg 1.2a11 released

2010-01-05 Thread Chris McDonough
repoze.bfg 1.2a11 has been released Install via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The documentation at http://docs.repoze.org/bfg/1.2 has been updated. This release provides Jython compatibility (zope.configuration 3.7.1 and zope.schema 3.6.1

Re: [Repoze-dev] [Repoze-checkins] r7852 - in repoze.bfg/branches/wichert-paster: . repoze/bfg repoze/bfg/paster_templates/alchemy repoze/bfg/paster_templates/alchemy/+package+ repoze/bfg/paster_templ

2010-01-06 Thread Chris McDonough
Details aside, we've decided to do middleware configuration via PasteDeploy, not in the BFG app factory. I don't see any reason to change that. Thanks for this work BTW! I'll take a look shortly... - C Wichert Akkerman wrote: On 2010-1-6 21:43, Tres Seaver wrote: -BEGIN PGP SIGNED

Re: [Repoze-dev] [Repoze-checkins] r7852 - in repoze.bfg/branches/wichert-paster: . repoze/bfg repoze/bfg/paster_templates/alchemy repoze/bfg/paster_templates/alchemy/+package+ repoze/bfg/paster_templ

2010-01-06 Thread Chris McDonough
fixes if you want this to make it in. Thanks, - C Chris McDonough wrote: Details aside, we've decided to do middleware configuration via PasteDeploy, not in the BFG app factory. I don't see any reason to change that. Thanks for this work BTW! I'll take a look shortly... - C Wichert

Re: [Repoze-dev] configurator add_route usage

2010-01-08 Thread Chris McDonough
Wichert Akkerman wrote: The current bfg docs do not seem to explain add_route very well. The URL dispatch section briefly mentions its existance, but does not show anything beyond a very trivial usage. Trying to use it it seems that you have to pass a Python callable directly as view

Re: [Repoze-dev] chameleon and appengine

2010-01-10 Thread Chris McDonough
Miuler wrote: Hi, will work chameleon on google appengine? No. in future? Sorry, unknown. - C ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org

Re: [Repoze-dev] Licensing of sourcecodegen and Chameleon

2010-01-12 Thread Chris McDonough
Brian Sutherland wrote: I'm making an attempt at packaging sourcecodegen and Chameleon for Debian, but I've immediately stumbled over licensing issues. AFAIKT all code in the repoze repository shares the same license, so I plan on copying the version from

Re: [Repoze-dev] repoze.plone use with plone versions 3.1?

2010-01-17 Thread Chris McDonough
Hanno Schlichting wrote: On Sun, Jan 17, 2010 at 10:51 AM, Wichert Akkerman wich...@wiggy.net wrote: There is something to consider: I suspect more things are started to require the new publisher events from Zope2, either directly or via one of the backport packages for Zope 2.10. I'm not sure

[Repoze-dev] repoze.bfg 1.2b1 released

2010-01-18 Thread Chris McDonough
repoze.bfg 1.2b1 has been released. It is available via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The docs at http://docs.repoze.org/bfg/1.2 have been updated. The changelog follows: 1.2b1 (2010-01-18) == Bug Fixes - - In

[Repoze-dev] Near-final revision of BFG Book

2010-01-18 Thread Chris McDonough
Here's a near-final revision of what will be sent to the printer for printing as a book entitled The repoze.bfg Web Application Framework: http://plope.com/static/bfg-1.2b1dev.pdf If anyone has any last-minute comments I'd appreciate hearing them; this will go in for printing by tomorrow. - C

Re: [Repoze-dev] repoze.bfg 1.2b1 released

2010-01-18 Thread Chris McDonough
Shane Hathaway wrote: Chris McDonough wrote: repoze.bfg 1.2b1 has been released. It is available via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The docs at http://docs.repoze.org/bfg/1.2 have been updated. Yay! :-) I've been following BFG 1.2

Re: [Repoze-dev] Near-final revision of BFG Book

2010-01-18 Thread Chris McDonough
lot of work went into it. Congrats! -Casey On Jan 17, 2010, at 7:43 PM, Chris McDonough wrote: Here's a near-final revision of what will be sent to the printer for printing as a book entitled The repoze.bfg Web Application Framework: http://plope.com/static/bfg-1.2b1dev.pdf

Re: [Repoze-dev] repoze.bfg 1.2b1 released

2010-01-18 Thread Chris McDonough
Shane Hathaway wrote: Chris McDonough wrote: - App developers can use get_current_registry() to get the registry and thus get access to utilities and such, e.g. get_current_registry().getUtility(...) Ah-ha, that's what I was missing. For some reason, I failed to find that bit

[Repoze-dev] repoze.bfg 1.2b2 released

2010-01-21 Thread Chris McDonough
repoze.bfg 1.2b2 has been released Install via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The changelog follows. 1.2b2 (2010-01-21) == Bug Fixes - - When the ``Configurator`` is passed an instance of

Re: [Repoze-dev] Trouble with repoze.bfg.restrequest

2010-01-21 Thread Chris McDonough
r.b.restrequest is no longer supported or required. Instead use the built-in BFG request_method feature: view view=.my.get_view request_method=GET/ view view=.my.post_view request_method=POST/ See also the other predicates of the view directive:

Re: [Repoze-dev] Trouble with repoze.bfg.restrequest

2010-01-21 Thread Chris McDonough
request_method=POST / .. and so on. - C Thanks, Steve --- On Thu, 1/21/10, Chris McDonough chr...@plope.com wrote: From: Chris McDonough chr...@plope.com Subject: Re: [Repoze-dev] Trouble with repoze.bfg.restrequest To: Steve Schmechel steveschmec...@yahoo.com Cc: repoze-dev

Re: [Repoze-dev] Updating zope.component to a more recent version in the KGS of BFG?

2010-01-22 Thread Chris McDonough
Hi Damien, Done. I also updated the index as follows: zope.interface 3.5.1 - 3.5.3 zope.i18n 3.7.0 - 3.7.3 zope.component 3.6.0 - 3.9.1 and I removed zope.proxy (not necessary).. - C Damien Baty wrote: Hello, When installing repoze.bfg, I currently get zope.component 3.6.0,

Re: [Repoze-dev] Chameleon issue and Testing Question

2010-01-22 Thread Chris McDonough
Kevin J. Kalupson wrote: Hi All, I'm having an issue with chameleon.zpt templates and macros. I've create two templates, one with a macro and slots and one that is used to fill the slots in my main template. Both templates have an xml and DOCTYPE declaration. The issue is that the final

Re: [Repoze-dev] integrating repoze.bfg with OAuth, OpenID, FacebookConnect etc... for authentication

2010-01-25 Thread Chris McDonough
I don't think it makes much of a difference if you need to write it all from scratch anyway. Either would be fine. - C Tim Hoffman wrote: Hi Folks I am looking for some advice. I need to be able to use multiple authentication sources for a new repoze.bfg based app. Do you think I

Re: [Repoze-dev] integrating repoze.bfg with OAuth, OpenID, FacebookConnect etc... for authentication

2010-01-25 Thread Chris McDonough
On the face of it then , I will probably do the work as plugins to repoze.who as it seems there are a few repoze.who plugins already in existence for OAuth , openid, facebook connect etc that I can hopefully leverage off. Cheers T On Mon, Jan 25, 2010 at 6:46 PM, Chris McDonough chr

Re: [Repoze-dev] integrating repoze.bfg with OAuth, OpenID, FacebookConnect etc... for authentication

2010-01-25 Thread Chris McDonough
identified users) with persistent ACL's and some workflow. T On Mon, Jan 25, 2010 at 10:02 PM, Chris McDonough chr...@plope.com wrote: That would be a good reason to use r.who in this case, sure. Of course, if you don't have enough control when you use r.who, you can always take the code

Re: [Repoze-dev] Cataloging in a BFG application , using subscribers.

2010-01-29 Thread Chris McDonough
Thanks for the post! - C Srikanth T wrote: Hi All, I want to share a small documentation on , how we cataloged objects in a BFG application (application uses ZODB) . *Cataloging objects in BFG* One way to catalog the objects in a BFG application is to use subscribers . The procedure

Re: [Repoze-dev] Repoze on identi.ca?

2010-01-31 Thread Chris McDonough
On 1/31/10 6:23 PM, Gustavo Narea wrote: Hi everyone. Sometimes I want to announce stuff related to the Repoze projects I maintain, without using the power and noise of this mailing list, which I'd rather use for important announcements. So, I wanted to ask, would you like to keep and use

Re: [Repoze-dev] Repoze on identi.ca?

2010-01-31 Thread Chris McDonough
On 1/31/10 6:49 PM, Malthe Borch wrote: On 1 February 2010 00:33, Chris McDonoughchr...@plope.com wrote: It's OK by me, although I might forget to read the identi.ca group as I already have trouble keeping up with email, IRC and twitter. I think it could be useful if this group/channel

Re: [Repoze-dev] Problem with formencode, or chameleon.zpt ?

2010-02-01 Thread Chris McDonough
On 2/1/10 12:47 PM, georgehu wrote: This is the third time I asked the same question, I really appreciate some body could come up with a solution. I'm trying to change the language of the error message , formencode.api.set_stdtranslation(languages=[zh_CN]) then I get, File

[Repoze-dev] [issue116] Chameleon - multiple xml and doctype declarations in rendered templates with macros.

2010-02-01 Thread Chris McDonough
Chris McDonough chr...@plope.com added the comment: committed to chameleon trunk -- status: unread - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue116

[Repoze-dev] repoze.bfg 1.2b4 released..

2010-02-02 Thread Chris McDonough
repoze.bfg 1.2b4 has been released. It can be installed via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The documentation at http://docs.repoze.org/bfg/1.2 has been updated. With any luck, this will be the last beta release before 1.2 final. The change

[Repoze-dev] Available for purchase: The repoze.bfg Web Application Framework, Version 1.2 Paperback

2010-02-03 Thread Chris McDonough
Hi All, The repoze.bfg Web Application Framework, Version 1.2 paperback is now available for purchase: https://www.createspace.com/3422488 This is a high-quality printing of the along with extras such as a foreword from Paul Everitt, an author introduction, and cool cover artwork from the

Re: [Repoze-dev] Chameleon on GAE

2010-02-03 Thread Chris McDonough
Hi Tim, AFAICT, as of 1.1 it just works.. no need to distinguish between compile time and runtime. I tested this last night. - C On 2/3/10 8:50 PM, Tim Hoffman wrote: Hi Malthe Do you have a posting somewhere that details how one uses chameleon with appengine. I assume you are

[Repoze-dev] repoze.bfg 1.2b5 released...

2010-02-04 Thread Chris McDonough
I had hoped that 1.2b4 would be the last beta before 1.2 final, but no such luck. Therefore: repoze.bfg 1.2b5 has been released Install it via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or via PyPI. The documentation at http://docs.repoze.org/bfg/1.2 has been

Re: [Repoze-dev] Configurar una vista como tipo 'text/xml'

2010-02-06 Thread Chris McDonough
http://docs.repoze.org/bfg/1.2/narr/views.html#varying-attributes-of-rendered-responses class ReportXmlView(object): def __init__(self, context, request): self.context = context self.request = request def __call__(self): self.request.response_content_type =

[Repoze-dev] repoze.bfg 1.2b6 released...

2010-02-06 Thread Chris McDonough
Sigh, another one before final, sorry. repoze.bfg 1.2b6 has been released. Install it via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg or via PyPI. The docs at http://docs.repoze.org/bfg/1.2 have been updated The changelog follows: 1.2b6 (2010-02-06)

[Repoze-dev] BFG book available from Amazon.com (better shipping rates?)

2010-02-06 Thread Chris McDonough
A number of folks in Europe indicated that the shipping rates for the repoze.bfg Web Application Framework book from Createspace to Europe were prohibitive. The book is now available from Amazon.com. I don't really know what the Amazon shipping rates to Europe *are*, but hopefully they're

Re: [Repoze-dev] BFG book available from Amazon.com (better shipping rates?)

2010-02-07 Thread Chris McDonough
On 2/7/10 9:34 AM, Steve Schmechel wrote: Speaking for United States customers, the FREE with Super Saver Shipping, which your book qualifies for, is better than anything offered on CreateSpace (even though they they are owned by Amazon). Yes. Apparently that doesn't help European folks

[Repoze-dev] prep for BFG 1.2 final

2010-02-08 Thread Chris McDonough
Hi all, In the absence of any showstopper bug reports, within the next few days, the latest BFG beta release (1.2b6) will be released as 1.2 final with no diffs except the version number. I'd like to make sure it's as solid a release as possible, so if you've got a BFG app you're using that

[Repoze-dev] Will you be a sprint leader at PyCon?

2010-02-09 Thread Chris McDonough
I'll be at PyCon this year in Atlanta. However, unlike last year, I haven't yet stepped up to sponsor/run any particular sprint. I have some definite ideas about things I'd like to sprint on. But I'm not comfortable working on either task as the leader of a group dedicated to finishing any

[Repoze-dev] repoze.bfg 1.2 released...

2010-02-10 Thread Chris McDonough
at the 1.2 versions of things. The older 1.1 index is available via http://dist.repoze.org/bfg/1.1/simple and the older 1.1 docs are available via http://docs.repoze.org/bfg/1.1. Enjoy! -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book

Re: [Repoze-dev] templates txt in repoze.bfg and chameleon

2010-02-11 Thread Chris McDonough
? ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book

Re: [Repoze-dev] templates txt in repoze.bfg and chameleon

2010-02-11 Thread Chris McDonough
-END PGP SIGNATURE- ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http

Re: [Repoze-dev] repoze.bfg 1.2 released...

2010-02-13 Thread Chris McDonough
in an emulator on my screen. -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo

Re: [Repoze-dev] [Bug] View as a callable with two expected arguments.

2010-02-13 Thread Chris McDonough
-definitions Your intuition is right though. If I had it to do all over again, I would probably reverse those two arguments. - C -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book

Re: [Repoze-dev] repoze.bfg 1.2 released...

2010-02-13 Thread Chris McDonough
they are meant to be read linearly rather than used as a reference. The tools to read these formats on a desktop are primitive. -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book

Re: [Repoze-dev] How ti add a Workflow for a repoze.BFG application

2010-02-15 Thread Chris McDonough
/ /configure This way, we were able to create a workflow for our project. -- Thanks Regards, Srikanth.T ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless

Re: [Repoze-dev] Looking for advice on how to use repoze.what to protect a specific resource/entity.

2010-02-15 Thread Chris McDonough
/intended for repoze.what. I suppose I am looking for functionality similiar to zope2 permissions/roles etc... T ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless

Re: [Repoze-dev] Looking for advice on how to use repoze.what to protect a specific resource/entity.

2010-02-16 Thread Chris McDonough
@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework

Re: [Repoze-dev] repoze.bfg not installing on Windows

2010-02-18 Thread Chris McDonough
://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org

Re: [Repoze-dev] Need advise on using session with repoze.bfg

2010-02-18 Thread Chris McDonough
://lists.repoze.org/listinfo/repoze-dev ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http

Re: [Repoze-dev] System Error; Transaction closed

2010-02-19 Thread Chris McDonough
: The transaction is closed ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org

[Repoze-dev] bfg sprint in hanover E

2010-02-22 Thread Chris McDonough
For those who don't see the board in front and whom don't have twitter, we are in Hanover Room E for the BFG PyCon sprint today. -- Chris McDonough Agendaless Consulting, Fredericksburg VA The repoze.bfg Web Application Framework Book: http://bfg.repoze.org/book

[Repoze-dev] PyCon presentations...

2010-02-25 Thread Chris McDonough
Two BFG-related presentations from PyCon 2010 are now online: Carlos de la Guardia's Pay Only for What You Eat: A tour of the repoze.bfg repository and philosophy http://pycon.blip.tv/file/3263959/ Tres Seaver's Evolving Your Framework Under Fire http://pycon.blip.tv/file/3261349/ - C

Re: [Repoze-dev] Chameleon 1.1 and z3c.pt problems

2010-03-01 Thread Chris McDonough
think the mentioned behaviour is really a bug in Chameleon, I'd be glad to assist in fixing it. Best regards, ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev -- Chris McDonough Agendaless

Re: [Repoze-dev] PyCon presentations...

2010-03-01 Thread Chris McDonough
On 3/1/10 3:54 PM, Chris McDonough wrote: On 3/1/10 8:09 AM, Matt Goodall wrote: Just a small comment about Carlos's talk ... Zope and BFG are not the only web frameworks that use URL traversal. Twisted Web and restish also split the URL into segments to walk the object (aka resource) graph

Re: [Repoze-dev] Build failed in Hudson: repoze.bfg #17

2010-03-03 Thread Chris McDonough
On 3/3/10 9:52 PM, Martin Aspeli wrote: Chris McDonough wrote: Please bear with us... we need to get a separate list set up for this and bug tracker stuff. Is there any documentation on how you've set this up? No, sorry. - What are you using for test reporting? collective.xmltestreport

<    1   2   3   4   5   >