[Checkins] [zopefoundation/zope.app.publication] b0182b: Fix Bug 219.

GitHub noreply at github.com
Mon Feb 25 14:17:42 UTC 2013


  Branch: refs/heads/monolithic-zope3-ZopeX3-3.0
  Home:   https://github.com/zopefoundation/zope.app.publication
  Commit: b0182bee6aea86b3d5588a247023899619190435
      https://github.com/zopefoundation/zope.app.publication/commit/b0182bee6aea86b3d5588a247023899619190435
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-07 (Wed, 07 Jul 2004)

  Changed paths:
    A tests/test_zopepublication.py

  Log Message:
  -----------
  Fix Bug 219.


  Commit: 3a76f7c2dd8846eb55455bf4fb2cec9db5347af2
      https://github.com/zopefoundation/zope.app.publication/commit/3a76f7c2dd8846eb55455bf4fb2cec9db5347af2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-08 (Thu, 08 Jul 2004)

  Changed paths:
    A browser.py

  Log Message:
  -----------
  Backport of XXX removal.


  Commit: 103f10d05b4a6df7c162238f7f2b8487c1f02b5b
      https://github.com/zopefoundation/zope.app.publication/commit/103f10d05b4a6df7c162238f7f2b8487c1f02b5b
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-07-08 (Thu, 08 Jul 2004)

  Changed paths:
    A ftests.py
    M tests/test_zopepublication.py
    A zopepublication.py

  Log Message:
  -----------
  Backport of XXX fixes.

See 26202, 26207, 26208, 26209.


  Commit: ddc969a424e825164c7cbbc9b13d065076c77dce
      https://github.com/zopefoundation/zope.app.publication/commit/ddc969a424e825164c7cbbc9b13d065076c77dce
  Author: Sidnei da Silva <sidnei.da.silva at gmail.com>
  Date:   2004-07-09 (Fri, 09 Jul 2004)

  Changed paths:
    A traversers.py

  Log Message:
  -----------
  Fix a typo. Make Unauthorized exception take a name and permission arguments on constructor, and fix two places where a message was being passed instead of a name


  Commit: b9336b91d56966dbff454b7d93b49e135e0994ed
      https://github.com/zopefoundation/zope.app.publication/commit/b9336b91d56966dbff454b7d93b49e135e0994ed
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-10 (Sat, 10 Jul 2004)

  Changed paths:
    R ftests.py
    M zopepublication.py

  Log Message:
  -----------
  Merged from trunk:

  r26393 | jim | 2004-07-10 09:03:08 -0400 (Sat, 10 Jul 2004) | 4 lines

Removed code to implicitly create a root error logging service when an
error occurs and there is no local error logging service.


  Commit: c5d4c2b76001066c8b650bef714af6b73063ab51
      https://github.com/zopefoundation/zope.app.publication/commit/c5d4c2b76001066c8b650bef714af6b73063ab51
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-16 (Fri, 16 Jul 2004)

  Changed paths:
    M tests/test_zopepublication.py

  Log Message:
  -----------
  Merged from trunk:

  r26591 | jim | 2004-07-16 15:51:26 -0400 (Fri, 16 Jul 2004) | 8 lines

Rearranged the security apis, largely combining security policies and
interactions. Now security policies are just interaction factories --
usually just the interaction class.  

See:

  http://mail.zope.org/pipermail/zope3-dev/2004-July/011656.html


  Commit: 3f9a55c900012d3ff8b50dcb1c53cdda3cc76cdc
      https://github.com/zopefoundation/zope.app.publication/commit/3f9a55c900012d3ff8b50dcb1c53cdda3cc76cdc
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-07-27 (Tue, 27 Jul 2004)

  Changed paths:
    A tests/test_browserpublication.py
    M zopepublication.py

  Log Message:
  -----------
  Merged from trunk

  r26787 | jim | 2004-07-27 10:00:42 -0400 (Tue, 27 Jul 2004) | 4 lines

Moved forbidden and unauthorized exception definitions to
zope.security.interfaces.


  Commit: 6d73a87ef5990a095c8d90d7334f0f9cf3d08ee9
      https://github.com/zopefoundation/zope.app.publication/commit/6d73a87ef5990a095c8d90d7334f0f9cf3d08ee9
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    A publicationtraverse.py

  Log Message:
  -----------
  Merged from trunk:

  r26988 | jim | 2004-08-10 19:32:13 -0400 (Tue, 10 Aug 2004) | 2 lines
  r26989 | jim | 2004-08-10 19:44:33 -0400 (Tue, 10 Aug 2004) | 5 lines

Removed a missleading comment.


  Commit: fbe15f0f46befc7b3cb2a0ae01925527233aa872
      https://github.com/zopefoundation/zope.app.publication/commit/fbe15f0f46befc7b3cb2a0ae01925527233aa872
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    A tests/test_httpfactory.py

  Log Message:
  -----------
  Backport rev 26210.


  Commit: c1313196281fa848a060a7ca9eaacb4b3bb0b0bf
      https://github.com/zopefoundation/zope.app.publication/commit/c1313196281fa848a060a7ca9eaacb4b3bb0b0bf
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-11 (Wed, 11 Aug 2004)

  Changed paths:
    A ftp.py

  Log Message:
  -----------
  Backport rev26216.


  Commit: c61c14d6440eb1bcde131a3b1e987592c1310c7b
      https://github.com/zopefoundation/zope.app.publication/commit/c61c14d6440eb1bcde131a3b1e987592c1310c7b
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A httpfactory.py
    M tests/test_browserpublication.py
    A tests/test_http.py
    A tests/test_simplecomponenttraverser.py
    M traversers.py

  Log Message:
  -----------
  Backported

r26524 | srichter | 2004-07-14 03:45:38 -0400 (Wed, 14 Jul 2004) | 6 lines
r26551 | srichter | 2004-07-15 03:06:37 -0400 (Thu, 15 Jul 2004) | 6 lines
r26522 | pruggera | 2004-07-14 01:42:06 -0400 (Wed, 14 Jul 2004) | 1 line
r26531 | pruggera | 2004-07-14 13:00:15 -0400 (Wed, 14 Jul 2004) | 1 line
r26534 | pruggera | 2004-07-14 15:55:34 -0400 (Wed, 14 Jul 2004) | 1 line
r26540 | pruggera | 2004-07-14 18:14:25 -0400 (Wed, 14 Jul 2004) | 1 line


  Commit: cc88f0c9b12b76b344f97001e0de5deaed7a6623
      https://github.com/zopefoundation/zope.app.publication/commit/cc88f0c9b12b76b344f97001e0de5deaed7a6623
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    A interfaces.py
    A tests/test_xmlrpcpublication.py
    M tests/test_zopepublication.py
    A xmlrpc.py

  Log Message:
  -----------
  Backported

r26559 | srichter | 2004-07-15 17:22:32 -0400 (Thu, 15 Jul 2004) | 2 lines
r26560 | srichter | 2004-07-15 17:38:42 -0400 (Thu, 15 Jul 2004) | 2 lines


  Commit: 5eac579dab53b6fb66ee6c9e2da9da470e07c730
      https://github.com/zopefoundation/zope.app.publication/commit/5eac579dab53b6fb66ee6c9e2da9da470e07c730
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-08-12 (Thu, 12 Aug 2004)

  Changed paths:
    M publicationtraverse.py

  Log Message:
  -----------
  Backported

r26567 | srichter | 2004-07-16 02:58:27 -0400 (Fri, 16 Jul 2004) | 2 lines
r26570 | srichter | 2004-07-16 03:54:40 -0400 (Fri, 16 Jul 2004) | 3 lines


  Commit: fca263df0c15620bd330a9242a5c55ba8b06143e
      https://github.com/zopefoundation/zope.app.publication/commit/fca263df0c15620bd330a9242a5c55ba8b06143e
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-20 (Fri, 20 Aug 2004)

  Changed paths:
    M zopepublication.py

  Log Message:
  -----------
  Deprecated zope.security.trustedRemoveSecurityProxy and
zope.security.getProxiedObject. Use zope.security.removeSecurityProxy
instead.  (This should also be used rather than removeAllProxies.)


  Commit: ec62b9767c5d7d39c89c83255fe1c26b19e990d6
      https://github.com/zopefoundation/zope.app.publication/commit/ec62b9767c5d7d39c89c83255fe1c26b19e990d6
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-25 (Wed, 25 Aug 2004)

  Changed paths:
    M zopepublication.py

  Log Message:
  -----------
  use removeSecurityProxy() instead of removeAllProxies() in many places


  Commit: 1fa0036ee33fdf2ac83253176bf953038ce5b334
      https://github.com/zopefoundation/zope.app.publication/commit/1fa0036ee33fdf2ac83253176bf953038ce5b334
  Author: Fred Drake <fdrake at acm.org>
  Date:   2004-08-25 (Wed, 25 Aug 2004)

  Changed paths:
    M browser.py
    M publicationtraverse.py
    M tests/test_browserpublication.py

  Log Message:
  -----------
  remove many calls to removeAllProxies(), and replace others with
removeSecurityProxy()


  Commit: 73f918591badf5402b2993e628f9887185843a42
      https://github.com/zopefoundation/zope.app.publication/commit/73f918591badf5402b2993e628f9887185843a42
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-27 (Fri, 27 Aug 2004)

  Changed paths:
    M tests/test_xmlrpcpublication.py
    M xmlrpc.py

  Log Message:
  -----------
  Refactored xmlrpc:

- Made it possible to define xml-rpc methods on content. This made the
  "default view" mechanism unnecessary.

- Removed the default-view mechanism.  This is backward incompatable, 
  but it's better to do this now, rather than after X3.0.

This allowed the custom publication object to basically go away.

- Added documentation in the form of a doctest.


  Commit: 7fd078f28863b2b1f99a5bd40263f5ba70b57039
      https://github.com/zopefoundation/zope.app.publication/commit/7fd078f28863b2b1f99a5bd40263f5ba70b57039
  Author: Jim Fulton <jim at zope.com>
  Date:   2004-08-27 (Fri, 27 Aug 2004)

  Changed paths:
    M xmlrpc.py

  Log Message:
  -----------
  Changed so that removeAllProxies is no-longer needed.

Updated README.txt to test handling of faults.


  Commit: ebbe75eca5c679632201142de7ec12db196f56e0
      https://github.com/zopefoundation/zope.app.publication/commit/ebbe75eca5c679632201142de7ec12db196f56e0
  Author: Phil Ruggera <pruggera at san.rr.com>
  Date:   2004-09-02 (Thu, 02 Sep 2004)

  Changed paths:
    M browser.py
    M ftp.py
    A http.py
    M httpfactory.py
    M interfaces.py
    M publicationtraverse.py
    M zopepublication.py

  Log Message:
  -----------
  Update doc strings to ReST


  Commit: bb5ad4faf68a04f111f40dffbf4a48cebd413425
      https://github.com/zopefoundation/zope.app.publication/commit/bb5ad4faf68a04f111f40dffbf4a48cebd413425
  Author: Tim Peters <tim.one at comcast.net>
  Date:   2004-09-15 (Wed, 15 Sep 2004)

  Changed paths:
    M zopepublication.py

  Log Message:
  -----------
  Repair code trying to start a new transaction.

Never do these in ZODB 3:3:

    get_transaction().begin()
    some_txn_object.begin()

They raise DeprecationWarning, and don't do exactly what they
did in ZODB 3.2.  Instead do:

    import transaction

and then one of these:

    transaction.begin()
    new_txn_object = transaction.begin()


  Commit: 6f5312ed0406897aed9b841e27b8c8979c71d61b
      https://github.com/zopefoundation/zope.app.publication/commit/6f5312ed0406897aed9b841e27b8c8979c71d61b
  Author: Philipp von Weitershausen <philipp at weitershausen.de>
  Date:   2005-07-25 (Mon, 25 Jul 2005)

  Changed paths:
    M tests/test_browserpublication.py
    M tests/test_zopepublication.py
    M zopepublication.py

  Log Message:
  -----------
  Merge r29750, 29753, 29755, 29756, 29757 from the ZopeX3-3.0.0-Zope-2.8
branch.  This should conclude the Zope 2.8 compatability fixes; the
X3.0 branch is now ready to be integrated into Zope 2.8 releases
without further modifications.  ZopeX3-3.0.0-Zope-2.8 branch has become
obsolete.

Log message for revision 29750:
  Stop using the deprecated get_transaction().

Log message for revision 29753:
  Repair some transaction imports.

Log message for revision 29755:
  Needs to import transaction.

Log message for revision 29756:
  Needs to import transaction.

Log message for revision 29757:
  Brrrr.  An evil doctest depended on significant trailing whitespace in the .py file.


Compare: https://github.com/zopefoundation/zope.app.publication/compare/b0182bee6aea^...6f5312ed0406


More information about the checkins mailing list