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

2010-02-26 Thread Nikolai Sevostjanov
New submission from Nikolai Sevostjanov nikolai.sevostja...@gmail.com: Index: repoze/who/api.py === --- repoze/who/api.py (revision 8256) +++ repoze/who/api.py (working copy) @@ -183,7 +183,7 @@ plugins =

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

2010-02-26 Thread admin
System message: -- topic: +repoze.who __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue122 __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org

[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] [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 of a

[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 Are the

[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 it

[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 by the

[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: