Commit graph

11 commits

Author SHA1 Message Date
wiz
c6cb2454f5 Update to 3.2.1, provided by the maintainer in PR 33388.
Zope 3.2.1

  Bug fixes

    - Fixed issue 573: @form.action(failure='name_of_method') didn't work.

    - Fixed issue 568: Typo in basicskin css file.

    - Fixed issue 560: Bug in default AddView class.

    - Fixed issue 546: non-ASCII docstring cause
      System Error in RootErrorReportingUtility.

    - Fixed issue 544: VocabularyRegistryError missing import.

    - Fixed issue 536: ErrorLogUtility has UnboundLocalError.

    - zope.app.testing.functional.defineLayer

      + Use the method param instead of an hardcoded value for the
      zcml filename
2006-05-06 22:38:27 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
995f2c2099 Remove commented out USE_PKGINSTALL line. 2006-01-07 19:28:00 +00:00
wiz
07da7f2177 Update to 3.2.0, from wip/zope3-unstable, provided by Yoshito Komatsu.
Closes PR 32465.

Most Important Changes Since 3.1

     * The ZServer has been replaced with the Twisted server. The Twisted
       server supports all that the ZServer supporting has well
       has HTTP over SSL natively and SFTP (disabled for now because of
       error handling problems). Also in the future it brings a
       better chance of other non-HTTP related protocols from being
       implemented for Zope3, like SMTP-in and IMAP.

       ZServer is still supported and will be used if you use the --zserver
       when you run mkzopeinstance.

     * Added a test browser. The test browser simulates a real Web browser
       as much as possible as a Python object. This allows us to
       write functional tests the same way the site would be
       experienced by the user. This greatly simplifies functional tests,
       makes documentation better and even helps analyzing usability. And
       of course, it can be used in functional doctests.

     * Changed the way returning large results is handled. The
       response.write method is no longer supported. Applications can now
       simply return files to the publisher.

     * Implemented the password managers proposal.  Main idea
       beside the proposal is a standard way to implement password
       encoders/checkers, see
       zope.app.authentication.interfaces.IPasswordManager for
       details.

       + Added basic password managers: Plain Text, MD5, SHA1.

       + Support for password managers added for ZCML principals
         and principals saved in local PrincipalFolers.

       + Added bin/zpasswd command line script which helps to create ZCML
         principals.

       + Password managers support integrated into bin/mkzopeinstance.

       + New database generation created for convert local principals to
         new format.

     * Implemented the language namespace proposal. Now you can
       override the browser preferred language through the URL,
       like this:

       http://site.org/++lang++ru/path

       Note: If you want to use a custom IUserPreferredLanguages
       adapter and the ++lang++ feature together you should use
       zope.app.publisher.browser.CacheableBrowserLanguages adapter as a
       base class or at least as example.

     * Implemented a new object introspector. Instead of just
       providing information of the object's class, the new
       introspector focuses on providing information that is specific to
       the instance, such as directly provided interfaces and data, for
       example attribute values and annotation values.

     * Implemented the `devmode` switch for `zope.conf`. When turned on a
       ZCML feature called `devmode` is provided. Packages can then
       register functionality based on this feature. In Zope 3
       itself, the devmode is used to only load the API doc is
       devmode; turning off the devmode thus closes a potential
       security hole and increases the start time by more than a
       second.

     * addMenuItem directive supports a `layer` attribute.

     * Added a re-implementation of i18n message IDs (now simply
       called ``Message``) that is immutable and thus can be treated like
       unicode strings with respect to security proxying. This
       implementation will replace the old one in upcoming versions.

    * Added "test" message catalog for testing i18n. If you specify
      ++lang++test in a URL, then all translated strings will be
      translated to [[domain][message_id], as in "[[zope][Preview]]". Text
      without the domain marker isn't translated.

   For a complete list of changes see the CHANGES.txt file.
2006-01-07 13:13:28 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
taca
0bc9ae1ed5 Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
2005-12-10 02:51:35 +00:00
grant
6fdb9e7009 apply a more general fix than the last. whitespace. 2005-11-02 06:26:27 +00:00
minskim
623f2b5c84 GNU tar is needed on NetBSD-1.6.x to extract distfile. Patches
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
2005-11-02 04:00:23 +00:00
minskim
b42a47591b Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu and
modified by me.

Zope is an open source application server for building content
management systems, intranets, portals, and custom applications.
2005-10-24 02:25:20 +00:00