[Checkins] [zopefoundation/zope.app.container] e16b6a: Merged in changes from trunk. These are necessary, ...

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


  Branch: refs/heads/monolithic-zope3-srichter-blow-services
  Home:   https://github.com/zopefoundation/zope.app.container
  Commit: e16b6a6f8401c37e3ec53909f5a6827d4a2d66f4
      https://github.com/zopefoundation/zope.app.container/commit/e16b6a6f8401c37e3ec53909f5a6827d4a2d66f4
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2004-12-21 (Tue, 21 Dec 2004)

  Changed paths:
    A browser/contents.py
    A browser/tests/test_contents.py
    A tests/placelesssetup.py

  Log Message:
  -----------
  Merged in changes from trunk. These are necessary, since they remove all 
services other than the utility, adapter and service service, which will 
be removed by the work of this branch.


  Commit: 552ba467409f34865b92bd19855aa6a91cb9342f
      https://github.com/zopefoundation/zope.app.container/commit/552ba467409f34865b92bd19855aa6a91cb9342f
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-09 (Sun, 09 Jan 2005)

  Changed paths:
    A browser/adding.py
    M browser/contents.py
    A browser/tests/test_adding.py
    M browser/tests/test_contents.py
    A browser/tests/test_directive.py
    A contained.py
    A tests/test_btree.py
    A tests/test_contained.py
    A tests/test_containertraverser.py
    A tests/test_icontainer.py
    A tests/test_objectcopier.py
    A tests/test_objectmover.py
    A tests/test_ordered.py
    A traversal.py

  Log Message:
  -----------
  Deactivted all BBB to ensure that we use only the latest code in zope.app

Made almost all tests pass again, except the few that heavily depended on
the old way of doing things: apidoc, module, presentation


  Commit: 6e3223650cd3bd065ff1ad81aca75c478b029d84
      https://github.com/zopefoundation/zope.app.container/commit/6e3223650cd3bd065ff1ad81aca75c478b029d84
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-10 (Mon, 10 Jan 2005)

  Changed paths:
    M browser/tests/test_directive.py

  Log Message:
  -----------
  Got all tests to pass.

I deactivated a couple of module's tests for now, since they depend on 
the correct functioning of the new software-space UI and BBB, which is 
not done yet:

zope.app.component.bbb -- Clearly these tests should not pass until BBB 
is completed.

zope.app.component.browser -- I have not worked on the UI at all yet.

zope.app.module -- I changed the way persistent modules should work, so I 
need to update the code accordingly first to make the tests pass again.

zope.app.presentation -- The registration of page folders heavily 
depended on the old way of the registration framework; I need to redesign 
this to make it work again.

zope.app.pluggableauth -- I could have updated the code to work as a 
utility, but it is deprecated anyways, so I do not want to spend time on 
it. Once I have completed the BBB code, the tests should work just fine.


  Commit: aa2a3e1a3375b4250161ed05d86f6b41f1d067b5
      https://github.com/zopefoundation/zope.app.container/commit/aa2a3e1a3375b4250161ed05d86f6b41f1d067b5
  Author: Ivo van der Wijk <github at in.m3r.nl>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M browser/adding.py
    M browser/tests/test_adding.py

  Log Message:
  -----------
  converted str(zapi.getMultiAdapter((obj, req), name="absolute_url")) calls to zapi.absoluteURL(obj, req), where possible throughout zope.app.


  Commit: 15cee6e2750533fade813e61d0d4c556545ab093
      https://github.com/zopefoundation/zope.app.container/commit/15cee6e2750533fade813e61d0d4c556545ab093
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M browser/adding.py

  Log Message:
  -----------
  Fixed registration views, so that the site management interface becomes 
useful again.

Reimplemented tools with a compacter UI (which still needs some work).

Fixed bug that prevented us to create absolute urls for views. This was 
due to the fact that getView has been deprecated. The name and parent of 
a view are now the responsibility of the factory.


  Commit: 4a3da444839d33662624c1dd0b253002d4d19402
      https://github.com/zopefoundation/zope.app.container/commit/4a3da444839d33662624c1dd0b253002d4d19402
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    M browser/tests/test_adding.py

  Log Message:
  -----------
  Fixed absoluteURL related test bug.


  Commit: 5020f9428d2a4ed707678777138053ffa3337ec7
      https://github.com/zopefoundation/zope.app.container/commit/5020f9428d2a4ed707678777138053ffa3337ec7
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    A browser/ftests/test_contents.py
    A ftests/test_view_permissions.py

  Log Message:
  -----------
  Started fixing functional tests.


  Commit: 2ed3aa396521983b51a7dca961209d3e2d992591
      https://github.com/zopefoundation/zope.app.container/commit/2ed3aa396521983b51a7dca961209d3e2d992591
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-12 (Wed, 12 Jan 2005)

  Changed paths:
    A browser/find.py

  Log Message:
  -----------
  Fixed a couple functional tests.

Tried to remove the service terminology from the code as much as 
possible.


  Commit: 22d3034e39f047651052636f53839d1f72510066
      https://github.com/zopefoundation/zope.app.container/commit/22d3034e39f047651052636f53839d1f72510066
  Author: Ivo van der Wijk <github at in.m3r.nl>
  Date:   2005-01-13 (Thu, 13 Jan 2005)

  Changed paths:
    M browser/adding.py
    M browser/ftests/test_contents.py
    A browser/metaconfigure.py
    M browser/tests/test_contents.py
    A constraints.py
    M contained.py
    A interfaces.py
    M tests/test_containertraverser.py
    M tests/test_ordered.py
    M traversal.py

  Log Message:
  -----------
  Removed redundant imports using 'importchecker.py'


  Commit: e93aa64c121fb981308b87d79870193b93d68cd9
      https://github.com/zopefoundation/zope.app.container/commit/e93aa64c121fb981308b87d79870193b93d68cd9
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-01-17 (Mon, 17 Jan 2005)

  Changed paths:
    A browser/contents.pt
    M browser/metaconfigure.py

  Log Message:
  -----------
  Added some bbb and updated the final packages to the new layout. Merged 
trunk.


  Commit: 1c5430406a58af0e5d764a2bc688fa87b5306208
      https://github.com/zopefoundation/zope.app.container/commit/1c5430406a58af0e5d764a2bc688fa87b5306208
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-10 (Thu, 10 Feb 2005)

  Changed paths:
    M browser/metaconfigure.py
    M browser/tests/test_directive.py
    A configure.zcml

  Log Message:
  -----------
  Merged trunk to branch. I still ahve 4 ftests failing, but I suspect, it 
will be fixed once I merge the changes of the last three days (hopefully).


  Commit: ddb8bc81d6479272d9bbc60e5d6be26175d7df79
      https://github.com/zopefoundation/zope.app.container/commit/ddb8bc81d6479272d9bbc60e5d6be26175d7df79
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-10 (Thu, 10 Feb 2005)

  Changed paths:
    M browser/metaconfigure.py
    M browser/tests/test_directive.py

  Log Message:
  -----------
  Updated to the latest head version of the trunk. It did not fix the 4 
ftests failures though. :(


  Commit: a213dd7d64ce11a6dfd01f6e93322da36e2ccb96
      https://github.com/zopefoundation/zope.app.container/commit/a213dd7d64ce11a6dfd01f6e93322da36e2ccb96
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-02-14 (Mon, 14 Feb 2005)

  Changed paths:
    M browser/contents.py
    M browser/tests/test_contents.py

  Log Message:
  -----------
  Merged latest changes of the trunk to the branch. All tests pass and 
everything seems to be fine!


Compare: https://github.com/zopefoundation/zope.app.container/compare/e16b6a6f8401^...a213dd7d64ce


More information about the checkins mailing list