| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
17 Apr 2013 06:44:00
4.2.1
|
rm  |
- pass maintainership to zope@
- trim Makefile header, while here
Approved by: clsung (maintainer, via linkedin)
Feature safe: yes |
28 Mar 2013 17:23:25
4.2.1
|
rm  |
Update Plone to 4.2.5.
Release notes:
http://plone.org/products/plone/releases/4.2.5
http://plone.org/products/plone/releases/4.2.4
http://plone.org/products/plone/releases/4.2.3
http://plone.org/products/plone/releases/4.2.2
This update includes:
- devel/py-Products.ZCTextIndex 2.13.3 -> 2.13.4
- devel/py-Products.ATContentTypes 2.1.8 -> 2.1.12
- devel/py-Products.Archetypes 1.8.3 -> 1.8.6
- devel/py-Products.CMFCore 2.2.6 -> 2.2.7
- devel/py-Products.CMFDefault 2.2.2 -> 2.2.3
- devel/py-Products.CMFDiffTool 2.0 -> 2.0.2 (Only the first 15 lines of the commit message are shown above ) |
11 Sep 2012 17:34:11
4.2.0
|
rm  |
Update Plone to 4.2.1.
This update includes:
- www/py-plone.outputfilters 1.2 -> 1.6
- www/py-Products.CMFPlone 4.1.5 -> 4.2.1.1
- www/py-plone.app.vocabularies 2.1.6 -> 2.1.7
- www/py-plone.subrequest 1.6.2 -> 1.6.6
- www/py-plone.app.discussion 2.1.5 -> 2.1.7
- www/py-plonetheme.classic 1.1.2 -> 1.2.3
- www/plone 4.1.5 -> 4.2.1
- www/py-plone.i18n 2.0 -> 2.0.1
- www/py-plone.fieldsets 2.0.1 -> 2.0.2
- www/py-plone.app.search 1.0.2 -> 1.0.4
- www/py-plone.app.content 2.0.9 -> 2.0.11
- www/py-plone.app.testing 4.0.2 -> 4.2 (Only the first 15 lines of the commit message are shown above ) |
21 Jan 2012 17:40:15
4.0.1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
15 Nov 2011 06:42:42
4.0.1
|
clsung  |
- Update to 4.0.1
- distfile to zope/
- support python 2.6+
Feature safe: yes |
15 Nov 2011 04:10:30
4.0.0
|
clsung  |
- Update to 4.0.0
Feature safe: yes |
08 Oct 2011 01:52:14
3.8.1_2
|
wen  |
- Update DEPENDS after repocopy devel/py-zopeevent to devel/py-zope.event |
29 Sep 2011 21:18:00
3.8.1_1
|
glarkin  |
- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
28 Sep 2011 02:06:38
3.8.1
|
clsung  |
- update to 3.8.1
- add license (ZPL21)
PR: ports/160984
Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru> |
21 Mar 2011 08:04:38
3.8.0
|
clsung  |
zope.schemas extend the notion of interfaces to detailed descriptions
of Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A field roughly corresponds
to an attribute of a python object. But a Field provides space for at
least a title and a description. It can also constrain its value and
provide a validation method. Besides you can optionally specify
characteristics such as its value being read-only or not required.
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.
WWW: http://www.python.org/pypi/zope.schema |