[Checkins] [zopefoundation/zope.app.publisher] 953827: Move some configuration items from zope.app.publis...

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


  Branch: refs/heads/monolithic-zope3-3.3
  Home:   https://github.com/zopefoundation/zope.app.publisher
  Commit: 953827ab048b4b452acc25bd8b9e99db08bae77a
      https://github.com/zopefoundation/zope.app.publisher/commit/953827ab048b4b452acc25bd8b9e99db08bae77a
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-07-07 (Fri, 07 Jul 2006)

  Changed paths:
    A browser/configure.zcml
    A configure.zcml

  Log Message:
  -----------
  Move some configuration items from zope.app.publisher to zope.publisher
now that zope.publisher has its own configure.zcml. Especially the apidoc
directive is important since it will now work when zope.publisher and zope.app
aren't installed in the same package tree.


  Commit: 33ef434ff3540ddbc736fba16aff31a7b5a7d0f6
      https://github.com/zopefoundation/zope.app.publisher/commit/33ef434ff3540ddbc736fba16aff31a7b5a7d0f6
  Author: Jim Fulton <jim at zope.com>
  Date:   2006-07-16 (Sun, 16 Jul 2006)

  Changed paths:
    A browser/icon.py
    A browser/tests/test_icondirective.py

  Log Message:
  -----------
  Fixed issue 572, http://www.zope.org/Collectors/Zope3-dev/572.

The icon directive title attribute wasn't implemented.


  Commit: c0582cb96b619615faef5c280c377974d27e071f
      https://github.com/zopefoundation/zope.app.publisher/commit/c0582cb96b619615faef5c280c377974d27e071f
  Author:  <laxyf at yahoo.fr>
  Date:   2006-08-05 (Sat, 05 Aug 2006)

  Changed paths:
    A browser/metadirectives.py

  Log Message:
  -----------
  Write BBB docstrings for deprecated directives.
These statements should appear within ++apidoc++ for ZCML.

List of deprecated directives:
. zope
	content
	defaultLayer
	defaultView
	factory
	localUtility *not yet deprecated*
	modulealias
	vocabulary

. browser
	layer
	skin
	tool

. renderer
	renderer


  Commit: e2403db8f220cc48627176915248d58a2f63245d
      https://github.com/zopefoundation/zope.app.publisher/commit/e2403db8f220cc48627176915248d58a2f63245d
  Author: Christian Theune <ct at gocept.com>
  Date:   2006-08-14 (Mon, 14 Aug 2006)

  Changed paths:
    A xmlrpc/README.txt

  Log Message:
  -----------
   - Fix for issue 682: Quoting realm in WWW-Authenticate header properly


  Commit: ac256328b1531ba3ab1a4eaf8f329938256378f4
      https://github.com/zopefoundation/zope.app.publisher/commit/ac256328b1531ba3ab1a4eaf8f329938256378f4
  Author: Lennart Regebro <regebro at gmail.com>
  Date:   2006-08-17 (Thu, 17 Aug 2006)

  Changed paths:
    A browser/directoryresource.py
    A browser/tests/test_directoryresource.py
    A browser/tests/testfiles/test.html

  Log Message:
  -----------
        - Fixed issue 680, html files in a resource directory was interpreted
  as page templates, which used up processing time and caused 
  HTML-resources that were not valid XHTML to fail.
  
  If you want your resources in a resource directory to be interpreted 
  as pagetemplates they now need to have a .pt or .zpt extension.


  Commit: 556beb9d5b22615b74152aa9572e929f5ef2ac3c
      https://github.com/zopefoundation/zope.app.publisher/commit/556beb9d5b22615b74152aa9572e929f5ef2ac3c
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2006-08-18 (Fri, 18 Aug 2006)

  Changed paths:
    M browser/directoryresource.py
    M browser/tests/test_directoryresource.py
    R browser/tests/testfiles/test.html

  Log Message:
  -----------
  Back out r69591 and r69592 (the fix for issue 680) since it broke
existing code.  Need different fix.


  Commit: 9362c4a9d8602bd92e608a1f8d16e3bd58dada57
      https://github.com/zopefoundation/zope.app.publisher/commit/9362c4a9d8602bd92e608a1f8d16e3bd58dada57
  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/953827ab048b^...9362c4a9d860


More information about the checkins mailing list