[Repoze-dev] [issue118] chapter 4

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: my understanding of the WSGI protocol is that it converses between the application and the browser. is this correct? I am in need of definitions of API and application registry. p. 26: the code within the if block [from 4.1.3] should only

[Repoze-dev] [issue119] chapter 5

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: the paster template I am most familiar with is bfg_zodb, correct? that seemed to be the most accurate out of the ones listed. In general, the format of .ini files is pretty opaque to me, even after reading the chapter. How important

[Repoze-dev] [issue120] chapter 6

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 57: In order for a web application to perform any useful action, the web framework must provide a mechanism to find and invoke code written by the application developer based on parameters present in the request. to rephrase: repoze.bfg

[Repoze-dev] [issue121] chapter 7

2010-02-25 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: In general, this is where my big problems began. My understanding of the traversal algorithm was completely stymied by one thing: a lack of knowledge about the __getitem__ method. If I understood this one piece of the puzzle better

[Repoze-dev] [issue123] chapter 8

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: The first thing I gleaned from the chapter on URL dispatch was that, as opposed to traversal, URL dispatch works best with sites that can be mapped easily and concretely, sites with rigid hierarchies, where things are easily divided into one

[Repoze-dev] [issue124] chapter 9

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: My big question for this chapter is: Isn't the way that URL dispatch works much like a hybrid application to begin with? If a route cannot be found to match a request, traversal is undertaken, therefore performing all of the functions

[Repoze-dev] [issue125] chapter 10

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 106: A view callable may always return a WebOb Response object directly. It may optionally return another arbitrary non-Response value. such as a render_template_to_response? 10.1.2.: Defining a View Callable as a Class Have I ever used

[Repoze-dev] [issue126] chapter 13

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 153: in the example given: def sample_view(request): response = render_template_to_response('templates/foo.pt', foo=1, bar=2) response.content_type = 'text/plain' reponse.status_int = 204 return response

[Repoze-dev] [issue127] chapter 14

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: Root factory gets defined: A root factory returns a model instance. This was very helpful. p. 162: Specifying an interface instead of a class as the context or containment arguments within view configuration statements effectively makes

[Repoze-dev] [issue128] chapter 15

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 172: ...in applications such as CMS systems where fine-graned access is required on an object-by-object basis. What is CMS? p. 173: For example, the authentication.RepozeWho1AuthenticationPolicy enabled

[Repoze-dev] [issue129] chapter 16

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: I don't think I understood word one of this chapter. Maybe I could go over it with one of you in person? -- messages: 361 nosy: kwseaver priority: wish status: unread title: chapter 16 topic: bfg book

[Repoze-dev] [issue130] chapter 17

2010-02-26 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: From what I can tell from this chapter, event subscribers are useful for two things: 1) seeing every time that someone makes a request 2) determining load on the application -- messages: 362 nosy: kwseaver priority: wish status

[Repoze-dev] [issue132] chapter 19

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: I feel like I've mostly got this chapter down. After looking back at the section on integration testing, I am pretty sure I'm familiar with it (although I'm not sure I ever heard that name for it), and the one other big note

[Repoze-dev] [issue133] chapter 20

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: My notes for the first half of this chapter are things like easy! and it's that easy! so I think i've got that down all right. However, I do have one other note: p. 204: Though it is rarely necessary, this default algorithm [the traversal

[Repoze-dev] [issue134] chapter 21

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: definitions needed: configuration decoration (p. 207): ...you should avoid using any configuration decoration or imperative configuration. p. 210: On a line in the new package's configure.zcml file that falls after (XML- ordering wise

[Repoze-dev] [issue135] chapter 22

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 213: A directory within a package that does not have an __init__.py in it (if it possessed an __init__.py it would be a package. what is an example of such a directory, and how it gets used? I thought that having an __init__.py

[Repoze-dev] [issue136] chapter 23

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: p. 219: 2. The WSGI server used by the repoze.bfg application passes the WSGI environment to the __call__ method of the repoze.bfg router object. Where does the __call__ method live inside the application itself? This one thing

[Repoze-dev] [issue137] chapter 24

2010-03-02 Thread Will Seaver
New submission from Will Seaver will.sea...@gmail.com: To be honest, this one flew right over my head; same as the earlier chapter having to do with startup files. I'm probably just going to need a heavy primer on the workings of .ini files and such. -- messages: 369 nosy: kwseaver

Re: [Repoze-dev] WSGI Sprint series

2008-03-28 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 [EMAIL PROTECTED] Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH7SxX

Re: [Repoze-dev] repoze.tm wishlist

2008-07-14 Thread Tres Seaver
like having the application set it: raising exceptions is a Good Thing, compared to making everybody above you have to handle the error cases inline. Tres. - -- === Tres Seaver +1 540-429-0999 [EMAIL PROTECTED

[Repoze-dev] [issue42] Show log message in htpasswd plugin if file can't be opened

2008-08-03 Thread Tres Seaver
Tres Seaver [EMAIL PROTECTED] added the comment: Thanks for the patch! Applied, with a test, in revision 1566. -- status: in-progress - resolved __ Repoze Bugs [EMAIL PROTECTED] http://bugs.repoze.org/issue42

[Repoze-dev] Thus saith the Lord...

2008-10-04 Thread Tres Seaver
not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out. Tres. - -- === Tres Seaver +1 540-429-0999 [EMAIL PROTECTED] Palladion Software Excellence by Designhttp

Re: [Repoze-dev] bfg zcml directives...

2008-12-21 Thread Tres Seaver
, as is true already for 'bfg:view'. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6

Re: [Repoze-dev] Import error with repoze.sphinx.autointerface

2009-01-14 Thread Tres Seaver
(thing, name) Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment

Re: [Repoze-dev] Import error with repoze.sphinx.autointerface

2009-01-14 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix Schwarz wrote: Tres Seaver schrieb: I found out that 'name' contained a unicode string (like u'IFoo'). I was able to 'fix' this by changing '[name]' to '[str(name)]'. Maybe this is because I have some umlauts in my full path name

Re: [Repoze-dev] [Repoze-checkins] r3174 - repoze.bfg/trunk/repoze/bfg

2009-01-14 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Repoze-dev] bfg and google app engine

2009-01-15 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Repoze-dev] bfg and google app engine

2009-01-16 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: Tres Seaver wrote: What would be helpful is to have somebody try to get a minimal BFG app run on top of Kapil's forked packages probably using the GAE-emulation environment, and tell us what breaks. Once we know

Re: [Repoze-dev] [r.what] Backwards incompatibility in exchange for better context sensitivity?

2009-01-26 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Repoze-dev] [r.what] Backwards incompatibility in exchange for better context sensitivity?

2009-02-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo Narea wrote: Hello, I'm sorry about the big delay, I had little time to work on this lately. On Monday January 26, 2009 20:03:20 Tres Seaver wrote: I would make 'check_authorization' call a new method 'evaluate_with_variables', which

Re: [Repoze-dev] repoze.who and script_name

2009-02-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris McDonough wrote: Tres Seaver wrote: Chris McDonough wrote: FTR, I tried to apply the patch referenced in Lukasz' email to redirectingformplugin, but as I was doing that, I realized I don't know where SCRIPT_PATH is supposed to come from

Re: [Repoze-dev] repoze.who and script_name

2009-02-09 Thread Tres Seaver
) actively prevent your plugin from working? I understand that a plugin which ships with repoze.who doesn't do what you want, but it *is* a plugin, and is therefore designed to be replaced in such a case. Tres. - -- === Tres Seaver

Re: [Repoze-dev] [what] requirement for repoze.what.plugins.quickstart incompatible with svn dev

2009-02-10 Thread Tres Seaver
like to help maintain it somewhat :) Sure. Please get the PDF of the contributor form here: http://repoze.org/contributing.html and get a signed copy to us according to the directions there. Tres. - -- === Tres Seaver +1

Re: [Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-02-10 Thread Tres Seaver
should have whatever keys your plugin's 'remember' method requires. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP

Re: [Repoze-dev] [Repoze-checkins] r3602 - in repoze.catalog/trunk: . repoze/catalog repoze/catalog/indexes repoze/catalog/indexes/tests

2009-02-12 Thread Tres Seaver
be an empty intersection. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: There is the bug: the egg should not be called 'repoze.who-friendlyform', because that looks to setuptools the the 'friendlyform-1.0b2' version of the repoze.who package. The egg should be named 'repoze.who.friendlyform

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo Narea wrote: On Friday February 27, 2009 15:57:46 Tres Seaver wrote: There is the bug: the egg should not be called 'repoze.who-friendlyform', because that looks to setuptools the the 'friendlyform-1.0b2' version of the repoze.who package

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman wrote: Previously Tres Seaver wrote: More packaging issues (note that I haven't actually used the package, I'm just looking at how it installs): - - Why is there a MANIFEST.in in the package? Setuptools already includes data

[Repoze-dev] [issue58] Repoze.who does not allow identity to be set programmatically

2009-04-18 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I'm not sure why your registration controller can't just return the 'Set-Cookie' header itself, perhaps using whatever API the relevant plugin implmentation exposes to compute the value. If I *had* to get the header set via repoze.who, I

Re: [Repoze-dev] repoze.who plugins

2009-04-20 Thread Tres Seaver
' mapping passed to authenticate, which should mean that you can avoid registering a metadata plugin at all. You could also add information to the 'environ' directly, if need be. Tres. - -- === Tres Seaver +1 540-429-0999

Re: [Repoze-dev] removing the lxml dependency from bfg

2009-04-27 Thread Tres Seaver
just chameleon.zpt as the one template system that ships with BFG. Did I get that right? +1 from me. +1 from me too. +1 Amen. Or should that be So say we all! :) Tres. - -- === Tres Seaver +1 540-429-0999

Re: [Repoze-dev] repoze.plugin documentation

2009-04-27 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Repoze-dev] repoze.plugin documentation

2009-04-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Malthe Borch wrote: 2009/4/27 Tres Seaver tsea...@palladion.com: I can't see much reason for us to try to share code with people who won't even attempt a rational evaluation of the candidate. -1 to bikeshedding this thing further; +1 to an 'svn

Re: [Repoze-dev] repoze.plugin documentation

2009-04-29 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Repoze-dev] [Repoze-checkins] r4659 - repoze.zope2/trunk/repoze/zope2

2009-05-12 Thread Tres Seaver
, which is a security hole. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU

[Repoze-dev] [issue79] [patch] Some tests fail on Windows

2009-05-20 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I plan to check in an alternate patch which uses 'tempfile.mkdtemp', with appropriate cleanup of the tempdir. Can you confirm that it works for you on Windows? __ Repoze Bugs b...@bugs.repoze.org http

[Repoze-dev] [issue81] [patch] advise against using include_ip

2009-05-20 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I have checked in a modified version of this patch (I put the advisory in an ReST '.. note::'). -- assignedto: - tseaver nosy: +tseaver status: resolved - chatting __ Repoze Bugs b...@bugs.repoze.org

[Repoze-dev] [issue79] [patch] Some tests fail on Windows

2009-05-20 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: Does adding a call to 'logging.shutdown()' at the end of that testcase make Windows happy? __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue79

Re: [Repoze-dev] Combining registration with login...

2009-05-22 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKFw/l

Re: [Repoze-dev] security changes...

2009-05-26 Thread Tres Seaver
-it-or-else response object lying around. The application's whole job in life is to fabricate the response: muddying that up with convenience helpers is just obscuring that. Tres. - -- === Tres Seaver +1 540-429-0999

Re: [Repoze-dev] unifying url dispatch and traversal

2009-06-05 Thread Tres Seaver
: # called as root factory match_dict.update(environ['repoze.bfg.matchdict']) Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

Re: [Repoze-dev] Plan for repoze.zodbconn

2009-06-12 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

[Repoze-dev] [Fwd: Re: Plan for repoze.zodbconn]

2009-06-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forgot to CC the list. - Original Message Subject: Re: [Repoze-dev] Plan for repoze.zodbconn Date: Fri, 12 Jun 2009 13:48:40 -0400 From: Tres Seaver tsea...@palladion.com To: Chris Rossi ch...@archimedeanco.com References

Re: [Repoze-dev] [Bug 390836] Re: Handle email-in Message ID unicode failure

2009-06-22 Thread Tres Seaver
) self.assertEqual(found[0], MESSAGE_IDS[0]) The two test cases may have had the same name, but they were testing different conditions. Ditching the not empty case doesn't seem reasonable here. Tres. - -- === Tres Seaver

Re: [Repoze-dev] bfg vs buildout

2009-06-24 Thread Tres Seaver
the versions if you would use the index as an index: index = http://dist.repoze.org/bfg/1.0/simple That index is a known good set for the 1.0 release line of BFG. Tres. - -- === Tres Seaver +1 540-429-0999 tsea

Re: [Repoze-dev] BFG testing

2009-06-24 Thread Tres Seaver
? They are optional. We often run the tests with them, but don't insist that everyone must. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

Re: [Repoze-dev] repoze app standalone-ness

2009-06-25 Thread Tres Seaver
or URL dispatch. Many such views are only an editor buffer long, or less (the longer ones make some kind of form validation framework attractive). Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com

Re: [Repoze-dev] repoze.bfg 1.0 final to be released by Monday July 6.

2009-06-30 Thread Tres Seaver
on the current API from folks who haven't been actively testing their apps against the trunk up to this point. We also won't have a glacial release cycle to fight with when fixing bugs. Tres. - -- === Tres Seaver +1 540-429

Re: [Repoze-dev] traversal vs url dispatch for rest'ish applications

2009-06-30 Thread Tres Seaver
played with: http://svn.repoze.org/playground/tseaver/stormy/ which has both the container and the individual record-mapped objects as models. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com

Re: [Repoze-dev] traversal vs url dispatch for rest'ish applications

2009-06-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain Duncan wrote: On Tue, 2009-06-30 at 15:30 -0400, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Iain Duncan wrote: Thanks for the clarification, that's what I tried last night, ( called the top one PetContextFactory

Re: [Repoze-dev] New releases of repoze.urispace and repoze.dvselect

2009-07-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: I just released version 0.3 of repoze.urispace today, adding the generic middleware feature I had meant to have there all along. I would therefore like to rip out the bit of repoze.dvselect which holds its own urispace parser

Re: [Repoze-dev] repoze.who missing functionality?

2009-07-05 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKUV2

Re: [Repoze-dev] New releases of repoze.urispace and repoze.dvselect

2009-07-06 Thread Tres Seaver
1.0. Thanks! I think it looks pretty good at this point. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP

Re: [Repoze-dev] Problems with repoze.sphinx.autointerface

2009-07-08 Thread Tres Seaver
#release-0-6-mar-24-2009 Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux

Re: [Repoze-dev] flashing messages with bfg

2009-07-11 Thread Tres Seaver
. http://pypi.python.org/pypi/WebFlash/0.1a9 Looks cool! Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE

Re: [Repoze-dev] repose.who-sa can't retrieve dbsession

2009-07-11 Thread Tres Seaver
of the plugin, rather than None. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU

Re: [Repoze-dev] repose.who-sa can't retrieve dbsession

2009-07-11 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Repoze-dev] [repoze.bfg] url dispatch problem

2009-07-20 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla

Re: [Repoze-dev] groups, perms and LDAP with repoze.who.plugins.sa

2009-09-03 Thread Tres Seaver
not to have much to offer -- I just didn't want the message to fall into the bit bucket. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

Re: [Repoze-dev] middleware problem

2009-09-03 Thread Tres Seaver
how to identify the standard TG2 authenitcator / metadata providers: you might need to write thin shims / adapters to match the impedences. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion

Re: [Repoze-dev] repoze.bfg and repoze.what

2009-09-29 Thread Tres Seaver
. -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http

Re: [Repoze-dev] Minor Typo in xml-rpc docs

2009-10-01 Thread Tres Seaver
looks good to my eyes. Thanks for the review. It looks like Carlos fixed this in SVN already, and we just need to push the update out to the static site. Tres. -- === Tres Seaver +1 540-429-0999 tsea

Re: [Repoze-dev] Default user when not logged in

2009-10-04 Thread Tres Seaver
., something like: class GuestAuth: def authenticate(environ, identity): return 'guest' Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Design

Re: [Repoze-dev] Default user when not logged in

2009-10-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: Richie Ward wrote: Normally by default, when you are not logged in with repoze.who/what, you are logged in as nothing. I propose a modiforcation that will give the option to set a default user (A user in database called guest

[Repoze-dev] repoze.who 1.0.16 released

2009-11-04 Thread Tres Seaver
details. Thanks to vaab for the bug report and initial fix. Get it while its hot: http://pypi.python.org/pypi/repoze.who Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software

Re: [Repoze-dev] object graph traversal question

2009-11-12 Thread Tres Seaver
is logically an operation on the container in traversal land (think of a directory on a filesystem). Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp

Re: [Repoze-dev] new site based on repoze.bfg

2009-12-01 Thread Tres Seaver
a much richer tool and the xmi files a pretty easy to parse with elementtree. Cool -- is any of that work sharable? Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence

Re: [Repoze-dev] repoze.what.plugins.quickstart

2009-12-01 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG

[Repoze-dev] [issue109] Constructor Prototype Documented Incorrectly

2009-12-01 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I have checked in this fix to the docs. Thanks for the report -- assignedto: - tseaver nosy: +tseaver status: unread - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue109

Re: [Repoze-dev] python 2.5 support?

2009-12-15 Thread Tres Seaver
was a way to get egg-based deployment of Zope prior to the fully egg-based 2.12. You need either to upgrade to use Zope 2.12 (and drop zopelib), or else stay on Python 2.4. Tres. - -- === Tres Seaver +1 540-429-0999

Re: [Repoze-dev] python 2.5 support?

2009-12-21 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: [Repoze-dev] Jython Support on 1.2

2010-01-04 Thread Tres Seaver
elided import pdb; pdb.pm() (pdb) print value, self.max Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE

Re: [Repoze-dev] Set up a MongoDB with BFG

2010-02-01 Thread Tres Seaver
-based BFG apps. I've CC'ed him just in case he missed seeing your post. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP

Re: [Repoze-dev] Set up a MongoDB with BFG

2010-02-07 Thread Tres Seaver
, but TAE also supports a BDB backend which does support them. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE

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

2010-02-07 Thread Tres Seaver
was a while back, though. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

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

2010-02-11 Thread Tres Seaver
/1.2/api/chameleon_text.html?highlight=chameleon_text#module-repoze.bfg.chameleon_text Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp

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

2010-02-15 Thread Tres Seaver
for each blessed user. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux

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

2010-02-15 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http

Re: [Repoze-dev] repoze.configuration - YAML with LibYAML

2010-02-18 Thread Tres Seaver
yaml import Loader, Dumper http://pyyaml.org/wiki/PyYAMLDocumentation#Installation Thanks: can you kick this into http://bugs.repoze.org/ so we don't lose track of it? Tres. - -- === Tres Seaver +1 540-429

[Repoze-dev] [issue122] repoze.who bug in api.py

2010-02-26 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: Thank you for the patch. It looks as though we don't have tests for all of the logging stuff. -- assignedto: - tseaver nosy: +tseaver status: unread - chatting __ Repoze Bugs b...@bugs.repoze.org

[Repoze-dev] [issue122] repoze.who bug in api.py

2010-03-02 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: Fix with test is available on the trunk, and will be in the next release. -- status: chatting - done-cbb __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue122

[Repoze-dev] [issue138] Running BFG with mod_wsgi and ipython installed

2010-03-03 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: Apparently IPython is doing something nasty at import time. I just checked in a change which delayed BFG's import until actually needed, which should prevent the import-time side effect from hurting under mod_wsgi. Please verify and close

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

2010-03-04 Thread Tres Seaver
I change something on the buildbot. Knowing that the buildbots are alive and working is worth the occasional noise, IMHO. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software

Re: [Repoze-dev] [Repoze-checkins] r8356 - chameleon/trunk/src/chameleon/tests

2010-03-08 Thread Tres Seaver
or expect the UnicodeDecodeErrors to happen, right? Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version

[Repoze-dev] [issue140] reversing the arg names of two-arg view callables causes a weird exception

2010-03-09 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: Your view function should us either the context, request calling convention:: def my_view(context, request): return {'project':'foo'} or the request only calling convention: def my_view(request): return {'project':'foo

[Repoze-dev] [issue141] repoze.what's setup.py should exclude tests from find_packages() call

2010-03-11 Thread Tres Seaver
Tres Seaver tsea...@agendaless.com added the comment: I don't think there are any other repoze.* packages except for repoze.what that follow the tests outside the package pattern. My preferred fix would be to move the repoze.what tests into a sub-package of repoze.what. -- assignedto

Re: [Repoze-dev] repoze.who API question

2010-03-12 Thread Tres Seaver
sure the middleware is in your WSGI pipeline? Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version

Re: [Repoze-dev] repoze.who API question

2010-03-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: Chris Grindstaff wrote: I'm a new user of repoze.who trying to use the hybrid API mentioned in the CHANGES.txt. My user has been authenticated so I want to tell repoze.who to remember the user. I tried: request.environ

Re: [Repoze-dev] repoze.who API question

2010-03-12 Thread Tres Seaver
method which makes this simpler (more like what you tried to do in the first place). Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com

Re: [Repoze-dev] [issue142] Chameleon does not understand Python list comprehension

2010-03-16 Thread Tres Seaver
. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

  1   2   3   >