[Checkins] [zopefoundation/zope.app.publisher] 6bdf13: Added a security declaration for the handy DirectR...

GitHub noreply at github.com
Tue Mar 12 13:28:10 UTC 2013


  Branch: refs/heads/monolithic-zope3-3.2
  Home:   https://github.com/zopefoundation/zope.app.publisher
  Commit: 6bdf133f84b24f45c724a676471b06f82ccb50fe
      https://github.com/zopefoundation/zope.app.publisher/commit/6bdf133f84b24f45c724a676471b06f82ccb50fe
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-20 (Tue, 20 Dec 2005)

  Changed paths:
    A http.zcml

  Log Message:
  -----------
  Added a security declaration for the handy DirectResult.


  Commit: d1d52f07717837259a674163e002b66c1a985935
      https://github.com/zopefoundation/zope.app.publisher/commit/d1d52f07717837259a674163e002b66c1a985935
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-20 (Tue, 20 Dec 2005)

  Changed paths:
    A configure.zcml

  Log Message:
  -----------
  Added a text file describing the new IResult mechanism and registered
it with apidoc.

I need someone to review this.

This probably should be written as a test, but that requires too much
effort for now.


  Commit: 3020544cce3d8a51dfdae61ec50f4896fb18853f
      https://github.com/zopefoundation/zope.app.publisher/commit/3020544cce3d8a51dfdae61ec50f4896fb18853f
  Author: Gary Poster <gary at zope.com>
  Date:   2005-12-22 (Thu, 22 Dec 2005)

  Changed paths:
    A browser/menu.py

  Log Message:
  -----------
  Merge trunk revision 40958:
  remove ProxyFactory from , per http://mail.zope.org/pipermail/zope3-dev/2005-December/017206.html ff.


  Commit: f7a1329c977f48c37e6ac27fab96017d50b45304
      https://github.com/zopefoundation/zope.app.publisher/commit/f7a1329c977f48c37e6ac27fab96017d50b45304
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-12-23 (Fri, 23 Dec 2005)

  Changed paths:
    M http.zcml

  Log Message:
  -----------
  Added new machinery that allows published methods to just return
files.

Also:

- IResult is now a private interface

- When we look up an IResult, we use a multi-adapter call with the
    request.  This means that result adapters have access to the
    request and response, which would allow a significant
    simplification of the result API.  This is why we made it
    private now, so we can change it later.


  Commit: 5559883ac073bcbfc2ced38231d091fa32166964
      https://github.com/zopefoundation/zope.app.publisher/commit/5559883ac073bcbfc2ced38231d091fa32166964
  Author: Bernd Dorn <bernddorn at gmail.com>
  Date:   2006-11-23 (Thu, 23 Nov 2006)

  Changed paths:
    A browser/fileresource.py

  Log Message:
  -----------
  also set cache control if we have a 304


Compare: https://github.com/zopefoundation/zope.app.publisher/compare/6bdf133f84b2^...5559883ac073


More information about the checkins mailing list