NOTICE: This package has been removed from pkgsrc

./www/zope210, Zope 2.10.13, the Z Object Publishing Environment

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.10.13nb1, Package name: zope210-2.10.13nb1, Maintainer: pkgsrc-users

Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.
Zope is distinguished by its integrated object database which, when
combined with a revolutionary object model, provides a completely unique
facility for servicing content managers and web application developers.

Here are some of the "headlines" mentioned in the features list.

Database Integration Content Management
SQL and HTML in Harmony Builtin Objects
Multiple Data Sources Document Templates
Publish Databases Web to Objects
Application Development Integrated Object Database
DTML Scripting Managed Through the Web
External Methods Direct URL Access to Objects


Required to run:
[textproc/py-expat] [lang/python24]

Master sites:

SHA1: 8aca6366a35d94b1c9ed27c36c7df9999bb2ef88
RMD160: 1ba39790ee768e10cf55fbc4587b9e41118cc33a
Filesize: 7201.406 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-20 15:23:31 by Takahiro Kambe | Files touched by this commit (15) | Package removed
Log message:
Remove zope210, Zope 2.10.13.

Zope 2.10.13 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
   2012-02-02 10:57:27 by Hans Rosenfeld | Files touched by this commit (1)
Log message:
Use ${RM} -f to avoid failure if no files are found to be removed.
   2011-11-11 19:46:59 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Fix PLIST. Add user-destdir support
   2011-05-14 04:56:33 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Update zope210 pacakge to 2.10.13 (Zope 2.10.13).

  Zope 2.10.13 (2011/02/04)

    Bugs fixed

      - Prevent publication of acquired attributes, where the acquired
        object does not have a docstring.
        https://bugs.launchpad.net/zope2/+bug/713253/

  Zope 2.10.12 (2010/09/01)

    Bugs fixed

      - Prevent uncaught exceptions from killing ZServer worker threads.
        https://bugs.launchpad.net/zope2/+bug/627988

      - Updated 'pytz' external to point to '2010b' version (not via Zope3).

      - Protect ZCTextIndex's clear method against storing Acquisition wrappers.

      - LP #195761: fixed ZMI XML export / import and restored it to the UI.

  Zope 2.10.11 (2010/01/12)

    Bugs fixed

      - LP #491224: proper escaping of rendered error message

      - Also look for ZEXP imports within the clienthome directory. This
        provides a place to put imports that won't be clobbered by buildout
        in a buildout-based Zope instance.

      - LP #143444: add labels to checkboxes / radio buttons on
        import / export form.

      - fixed improper usage of the IF_MODIFIED_SINCE header inside
        Five/browser/resource.py (updated to Five 1.5.9)

  Zope 2.10.10 (2009/12/22)

    Features added

      - Testing/custom_zodb.py: added support use a different storage other
        than DemoStorage. A dedicated FileStorage can be mount by setting the
        $TEST_FILESTORAGE environment variable to a custom Data.fs file.  A
        ZEO server can be configured using the $TEST_ZEO_HOST and
        $TEST_ZEO_PORT environment variables. This new functionality allows us
        to use the standard Zope testrunner for writing and running tests
        against existing Zope installations.

    Bugs fixed

      - LP #490514:  preserve tainting when calling into DTML from ZPT.

      - LP #360761 (backported from Acquisition trunk): fix iteration proxy
        to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`.

      - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent
        when clearing a cloned request.

  Zope 2.10.9 (2009/08/06)

    Restructuring

      - Moved exception MountedStorageError from ZODB.POSExceptions
        to Products.TemporaryFolder.mount (now its only client).

      - LP #253362:  Moved Zope2-specific module, ZODB/Mount.py, to
        Products/TemporaryFolder/mount.py (its only client is
        Products/TemporaryFolder/TemporaryFolder.py).

      - Removed spurious import-time dependencies from
        Products/ZODBMountPoint/MountedObject.py.

    Bugs fixed

      - Fixed vulnerabilities in the ZEO network protocol
        affecting ZEO storage servers.

  Zope 2.10.8 (2009/05/04)

    Features added

      - SiteErrorLog now includes the entry id in the information copied to
        the event log. This allowes you to correlate a user error report with
        the event log after a restart, or let's you find the REQUEST
        information in the SiteErrorLog when looking at a traceback in the
        event log.

    Restructuring

      - Added 'InitializeClass' alias in 'App.class_init' to ease migration.
        In Zope 2.12 it will be recommended to import 'InitializeClass' from
        'App.class_init' instead of 'Globals'.

      - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to
        'AccessControl.Permissions', in order to break an import cycle
        in third-party code which avoids imports from 'Globals.'  Left
        the class importable from its old location without deprecation.

    Bugs fixed

      - Launchpad #373299: Removed bogus string exception in OFS.CopySupport.

      - ZPublisher response.setBody: don't append Accept-Encoding to Vary
        header if it is already present - this can make cache configuration
        difficult. (merged 99493)

      - Launchpad #267834: proper separation of HTTP header fields
        using CRLF as requested by RFC 2616. (merged 90980, 92625)

      - Launchpad #348223: optimize catalog query by breaking out early from
        loop over indexes if the result set is already empty.

      - Launchpad ##332168: Connection.py: do not expose DB connection strings
        through exceptions

      - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the
        request. This required an update of zope.publisher to 3.3.3.

      - LP/#324876: tighened regex for detecting the charset
        from a meta-equiv header

      - Acquisition wrappers now correctly proxy __iter__.

      - Products.PluginIndexes.PathIndex:  backported doc fixes /
        optimizations from trunk (and ExtendedPathIndex).

      - Launchpad #174705:  ensure that the error info object exposed to a
        'tal:on_error' handler has attributes visible to restricted code.
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-04-22 02:35:33 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Drop maintainership.  I have less interest and no time to maintain Zope.
   2008-10-25 18:19:33 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update zope210 package to 2.10.7.

Zope 2.10.7 (2008/10/24)
Bugs fixed

    * Ensure that response header values cannot embed CRLF pairs,
      which violate the HTTP spec (RFC 2616).
    * Launchpad #282677: fixed implementation of guarded_map and
      provided tests and implementation for guarded_zip
      (RestrictedPython).
    * Lauchpad #143736,#271395: fixed AttributeError' on _ltid in TempStorage
    * AccessControl.ZopeGuards.guarded_import mapped some Unauthorized
      exceptions onto ImportErrors: don't do that! Also, removed
      mutable defaults from argument list, improved tests.
    * LP #281156: AccessControl.SecurityInfo.secureModule dropped
      ModuleSecurity for failed imports, obscuring later attempts to
      import the same broken module.
    * LP #142667: Updated to ZODB-3.7.3 to fix problem with product
      auto-refresh.
    * Updated to Five 1.5.8
    * Launchpad #245649: the Products package is now a proper
      "namespace package" under the rules specified by setuptools.
    * Fixed outdated transaction.commit(1) call in
      ZODBMountPoint.SimpleTrailblazer
    * Launchpad #239636: Ensure that HEAD requests lock an empty body
      for NotFound errors.
    * Launchpad #229549: Don't ignore debug flag when rendering page
      templates (thanks to Eric Steele for the patch).
    * integrated Hotfix-2008-08-12
    * Launchpad #267545: DateTime(DateTime()) now preserves the correct hour
    * Launchpad #262313: respect the Expand macros when editing flag
      when editing a page template through the ZMI
   2008-08-17 17:12:57 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Add some changes from Zope's svn repository which should fix
Zope's security advisory 2008-08-12.

Bump PKGREVISION.