[Checkins] [zopefoundation/z3c.contents] 21d472: Remove security proxy on item rename

GitHub noreply at github.com
Tue Feb 26 13:57:15 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.contents
  Commit: 21d472b5f5f3297b086ea20e5f053fed74bf102c
      https://github.com/zopefoundation/z3c.contents/commit/21d472b5f5f3297b086ea20e5f053fed74bf102c
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-03-19 (Wed, 19 Mar 2008)

  Changed paths:
    M src/z3c/contents/browser.py

  Log Message:
  -----------
  Remove security proxy on item rename
This is needed because the IContainerItemRenamer from zope.copypastemove
is not correct registered and allows to rename on proxied items. 
We need to fix that later.


  Commit: 1f908cd98d00278a0033591ec42795fd02b36a0e
      https://github.com/zopefoundation/z3c.contents/commit/1f908cd98d00278a0033591ec42795fd02b36a0e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-06 (Sun, 06 Apr 2008)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/browser.zcml

  Log Message:
  -----------
  Added Contents class with useful defaults


  Commit: ed641e8ea4a7ec92b68a194237b480a3aa27e73a
      https://github.com/zopefoundation/z3c.contents/commit/ed641e8ea4a7ec92b68a194237b480a3aa27e73a
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-11 (Fri, 11 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    A src/z3c/contents/BROWSER.txt
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/browser.zcml
    M src/z3c/contents/column.py
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/contents.pt
    A src/z3c/contents/ftesting.zcml
    A src/z3c/contents/ftests.py
    A src/z3c/contents/header.py
    M src/z3c/contents/interfaces.py
    A src/z3c/contents/search.pt
    A src/z3c/contents/search.py
    A src/z3c/contents/testing.pt
    M src/z3c/contents/testing.py
    M src/z3c/contents/tests.py

  Log Message:
  -----------
  Merge darrylcousins branch back to the trunk
Improve buildout setup


  Commit: a8787dc489adb30256d34d18663ddb3121f494a0
      https://github.com/zopefoundation/z3c.contents/commit/a8787dc489adb30256d34d18663ddb3121f494a0
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-11 (Fri, 11 Apr 2008)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/contents.pt
    M src/z3c/contents/interfaces.py
    M src/z3c/contents/search.py
    M src/z3c/contents/tests.py

  Log Message:
  -----------
  review and cleanup,

I'm not sure right now if the built in search is OK or not right now.
It looks a little bit complex for the first review. I'll take another 
closer look later on that topic


  Commit: 6c641888eba70f41430d4b71e0bafd967975b7bb
      https://github.com/zopefoundation/z3c.contents/commit/6c641888eba70f41430d4b71e0bafd967975b7bb
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/browser.py
    M src/z3c/contents/interfaces.py

  Log Message:
  -----------
  Try to find a simpler concept for the search implementation.
Removed IOrderableColumn since there is no implementation for that
We can add it later if we have a use case and an implementation for that.


  Commit: 52e66aa3f96e37f94b9d7f86616a99d428b34f3e
      https://github.com/zopefoundation/z3c.contents/commit/52e66aa3f96e37f94b9d7f86616a99d428b34f3e
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/browser.py
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/header.py
    M src/z3c/contents/search.py
    M src/z3c/contents/tests.py
    A src/z3c/contents/value.py

  Log Message:
  -----------
  Make progress, try to make the search part fully additional
Move search specific implementation to the new IValues adapter.

Work still in progress ...


  Commit: d678c2b70c41d9b7c35e0323695df5a188913a64
      https://github.com/zopefoundation/z3c.contents/commit/d678c2b70c41d9b7c35e0323695df5a188913a64
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/BROWSER.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/search.py
    M src/z3c/contents/tests.py

  Log Message:
  -----------
  Remove ContentsSearch adapter, this adapter is not needed, 
a ignoreContext=True flag is all what we need in the form


  Commit: 35934fbb718d8c9b31e9a89b026a35d9187c42db
      https://github.com/zopefoundation/z3c.contents/commit/35934fbb718d8c9b31e9a89b026a35d9187c42db
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/browser.py
    M src/z3c/contents/interfaces.py

  Log Message:
  -----------
  Don't expose the IContentsSearch interface in the zec.contents.interface API
this is just specific to the existing form and not reusable.
Only forms have to define it's own search pattern and the required fields.


  Commit: 19c8a11076b96fb8f8d4c541fb8a948872ecc76c
      https://github.com/zopefoundation/z3c.contents/commit/19c8a11076b96fb8f8d4c541fb8a948872ecc76c
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Correct some of my changes, use IReadContainer instead of IContainer


  Commit: bc12852a9855ded45bc2fd114987c4098bfba548
      https://github.com/zopefoundation/z3c.contents/commit/bc12852a9855ded45bc2fd114987c4098bfba548
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/configure.zcml
    R src/z3c/contents/search.py
    M src/z3c/contents/tests.py
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Move existing code from search to value before refactoring that part.
It smells that this implementation will become very simple at the end.


  Commit: bd711b1f5787e48c4a04aa9ce706899c11391c14
      https://github.com/zopefoundation/z3c.contents/commit/bd711b1f5787e48c4a04aa9ce706899c11391c14
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/interfaces.py

  Log Message:
  -----------
  declare some form variables


  Commit: 3697144f9a7683b8732c88b5ed757cb1e81bcb9f
      https://github.com/zopefoundation/z3c.contents/commit/3697144f9a7683b8732c88b5ed757cb1e81bcb9f
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Added new configurable condition in the same style like the others.
This condition is enabled by default.


  Commit: b0d4f351af663b924a124bdae49bab32fa96bedc
      https://github.com/zopefoundation/z3c.contents/commit/b0d4f351af663b924a124bdae49bab32fa96bedc
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Always check explicit for None


  Commit: 8e056176e123208cbaf3a71be512c77754527661
      https://github.com/zopefoundation/z3c.contents/commit/8e056176e123208cbaf3a71be512c77754527661
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/browser.py
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Do not expose the searchterm in the table. This could stay at form and value adapter level


  Commit: eb0555e5a9b490441aad6d5c2ef644c701e35d0c
      https://github.com/zopefoundation/z3c.contents/commit/eb0555e5a9b490441aad6d5c2ef644c701e35d0c
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/interfaces.py
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Integrate the ISearch into the IValues adapter.
this allows us to implement different IValues adapter 
for different forms for the same context.


  Commit: 0d52e158653a7b0b150e76e6233d5a86547f80de
      https://github.com/zopefoundation/z3c.contents/commit/0d52e158653a7b0b150e76e6233d5a86547f80de
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M setup.py
    R src/z3c/contents/ftests.py
    M src/z3c/contents/testing.py
    M src/z3c/contents/tests.py
    M src/z3c/contents/value.py

  Log Message:
  -----------
  Cleanup testing setup
Move functional tests from ftests.py to tests.py
Removed the ftests.py because ftests files are not supported anymore


  Commit: 953c18fbcc9b20c7e4d08803f328991e334e2aa0
      https://github.com/zopefoundation/z3c.contents/commit/953c18fbcc9b20c7e4d08803f328991e334e2aa0
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M buildout.cfg
    M setup.py

  Log Message:
  -----------
  prepare for release


  Commit: 50da3dc23ea89b0acbecb54dcdf87a71cf39b033
      https://github.com/zopefoundation/z3c.contents/commit/50da3dc23ea89b0acbecb54dcdf87a71cf39b033
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    R TODO.txt

  Log Message:
  -----------
  Removed TODO.txt


  Commit: 6cd1b18e1f08ba62c25e32469812b21bb33c1756
      https://github.com/zopefoundation/z3c.contents/commit/6cd1b18e1f08ba62c25e32469812b21bb33c1756
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2008-04-12 (Sat, 12 Apr 2008)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Added dev version marker to trunk


  Commit: d033531c0c82f6a04f8dc9c41472fa5f54dadf63
      https://github.com/zopefoundation/z3c.contents/commit/d033531c0c82f6a04f8dc9c41472fa5f54dadf63
  Author: Randy Crafton <randycrafton at gmail.com>
  Date:   2008-06-21 (Sat, 21 Jun 2008)

  Changed paths:
    M src/z3c/contents/contents.pt

  Log Message:
  -----------
  When ContentsPage.allowSearch is set to False, ContentsPage.searchForm is left as None. contents.pt was calling render on ContentsPage.searchForm whether allowSearch was true or false. This was causing a:

TraversalError: (None, 'render')

Add a tal:condition in contents.pt to the fieldset where searchForm was rendered to avoid the error.


  Commit: dd7d6c8f964199ebe7fcab7f2f18ad80c5fedb99
      https://github.com/zopefoundation/z3c.contents/commit/dd7d6c8f964199ebe7fcab7f2f18ad80c5fedb99
  Author: Dan Korostelev <nadako at gmail.com>
  Date:   2008-12-23 (Tue, 23 Dec 2008)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Mention latest commit in the CHANGES.txt


  Commit: 65341037c28c3e40b44ea7073a1c35061036fa85
      https://github.com/zopefoundation/z3c.contents/commit/65341037c28c3e40b44ea7073a1c35061036fa85
  Author: Roy Mathew <roymath at yahoo.com>
  Date:   2009-01-18 (Sun, 18 Jan 2009)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py

  Log Message:
  -----------
  fixed an update/render bug; paste button was not showing up in current container after copy was invoked.


  Commit: 17c0cb77e02f9e031e026da5d1cdba4c18212a47
      https://github.com/zopefoundation/z3c.contents/commit/17c0cb77e02f9e031e026da5d1cdba4c18212a47
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-11-28 (Sat, 28 Nov 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/contents/README.txt
    M src/z3c/contents/browser.py
    M src/z3c/contents/configure.zcml
    M src/z3c/contents/ftesting.zcml
    M src/z3c/contents/testing.py
    M src/z3c/contents/value.py

  Log Message:
  -----------
  adjust imports, reflect changes in zope packages


  Commit: 69a14873fd141050747c55b0c61213edef94a0f8
      https://github.com/zopefoundation/z3c.contents/commit/69a14873fd141050747c55b0c61213edef94a0f8
  Author: Roger Ineichen <roger at projekt01.ch>
  Date:   2009-11-28 (Sat, 28 Nov 2009)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  added dev marker


  Commit: 46d4c390f499202271a6ae863205db6f46d57937
      https://github.com/zopefoundation/z3c.contents/commit/46d4c390f499202271a6ae863205db6f46d57937
  Author: Christian Theune <ct at gocept.com>
  Date:   2010-06-06 (Sun, 06 Jun 2010)

  Changed paths:
    A COPYRIGHT.txt
    M LICENSE.txt
    M bootstrap.py

  Log Message:
  -----------
  Conform to repository policy.


  Commit: 9d03e2fff928fae3b733b9c30a41c9c1258589b7
      https://github.com/zopefoundation/z3c.contents/commit/9d03e2fff928fae3b733b9c30a41c9c1258589b7
  Author: Michael Howitz <mh at gocept.com>
  Date:   2010-12-12 (Sun, 12 Dec 2010)

  Changed paths:
    M src/z3c/contents/ftesting.zcml

  Log Message:
  -----------
  this meta.zcml has been moved long time ago


  Commit: 3102a050b83e7073fe532dca6316735b993d4412
      https://github.com/zopefoundation/z3c.contents/commit/3102a050b83e7073fe532dca6316735b993d4412
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2010-12-19 (Sun, 19 Dec 2010)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Add a ctags part to buildout.cfg.


  Commit: 6239696c4863e21c43b3c6f4260717105c71c07a
      https://github.com/zopefoundation/z3c.contents/commit/6239696c4863e21c43b3c6f4260717105c71c07a
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2010-12-19 (Sun, 19 Dec 2010)

  Changed paths:
    M src/z3c/contents/README.txt
    M src/z3c/contents/tests.py

  Log Message:
  -----------
  Fix tests.

They were failing because of a combination of two, I don't know if I should
call them bugs:

  (1) z3c.contents README.txt was registering a bunch of adapters into the
      local site, rather than into the global site.

  (2) z3c.copy was trying to make a copy of everything -- including the
      local site with non-persistable z3c:template adapters -- by pickling
      and unpickling.

This thread has the full story:
https://mail.zope.org/pipermail/zope-dev/2010-December/042202.html


  Commit: a0f413dda7f02df110c61a4bee5bf51050d89cdb
      https://github.com/zopefoundation/z3c.contents/commit/a0f413dda7f02df110c61a4bee5bf51050d89cdb
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2012-08-24 (Fri, 24 Aug 2012)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  pin lxml at a cross-platform safe version


  Commit: 15f5b183e5d80914829cee6124c1e3aac265e859
      https://github.com/zopefoundation/z3c.contents/commit/15f5b183e5d80914829cee6124c1e3aac265e859
  Author: Adam Groszer <agroszer at mail.com>
  Date:   2012-09-27 (Thu, 27 Sep 2012)

  Changed paths:
    M src/z3c/contents/BROWSER.txt
    M src/z3c/contents/README.txt

  Log Message:
  -----------
  fix tests after z3c.table changes


  Commit: c180e0a27fac9dacf3aaba9c22a2df09fcaf1cc0
      https://github.com/zopefoundation/z3c.contents/commit/c180e0a27fac9dacf3aaba9c22a2df09fcaf1cc0
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M bootstrap.py
    M buildout.cfg

  Log Message:
  -----------
  Latest bootstrap, always build bin/py.


  Commit: 72edad85c574a5994fcd19c9a8d77172999e1e70
      https://github.com/zopefoundation/z3c.contents/commit/72edad85c574a5994fcd19c9a8d77172999e1e70
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/z3c/contents/tests.py

  Log Message:
  -----------
  Show diffs in test failures.


  Commit: 18c45b5308d82d04811b7c19b2aac84d8955b98b
      https://github.com/zopefoundation/z3c.contents/commit/18c45b5308d82d04811b7c19b2aac84d8955b98b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M setup.py
    M src/z3c/contents/README.txt

  Log Message:
  -----------
  Fix test failures caused by zope.tal 4.0.0a1.


Compare: https://github.com/zopefoundation/z3c.contents/compare/21d472b5f5f3^...18c45b5308d8


More information about the checkins mailing list