[Testbot] Plone 4.3 - Python 2.6 - Build # 1909 - Still failing! - 5 failure(s)

jenkins at plone.org jenkins at plone.org
Sat Mar 29 21:33:38 UTC 2014


-------------------------------------------------------------------------------
Plone 4.3 - Python 2.6 - Build # 1909 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-4.3-python-2.6/1909/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.contenttypes
Branch: refs/heads/master
Date: 2014-03-29T21:50:59+01:00
Author: Philip Bauer (pbauer) <bauer at starzel.de>
Commit: https://github.com/plone/plone.app.contenttypes/commit/93a4dd27d88317db807b510a28026be68b4ac95d

fix setup

Files changed:
A docs/CHANGES.rst
M setup.py
D CHANGES.rst

diff --git a/CHANGES.rst b/CHANGES.rst
deleted file mode 100644
index 3f918eb..0000000
--- a/CHANGES.rst
+++ /dev/null
@@ -1,373 +0,0 @@
-Changelog
-=========
-
-1.2a2 (unreleased)
-------------------
-
-- Do a better check, if LinguaPlone is installed, based on the presence of the
-  "LinguaPlone" browser layer. Asking the quick installer tool might claim it's
-  installed, where it's not.
-  [thet]
-
-- Register folderish views not for plone.app.contenttypes' IFolder but for
-  plone.dexterity's IDexterityContainer. Now, these views can be used on any
-  folderish Dexterity content.
-  [thet]
-
-- Add a ICustomMigrator interface to the migration framework, which can be used
-  to register custom migrator adapters. This can be useful to add custom
-  migrators to more than one or all content types. For example for
-  schemaextenders, which are registered on a interface, which is provided by
-  several content types.
-  [thet]
-
-- In the migration framework, fix queries for Archetype objects, where only
-  interfaces are used to skip brains with no or Dexterity meta_type. In some
-  cases Dexterity and Archetype objects might provide the same marker
-  interfaces.
-  [thet]
-
-- Add logging messages to content migrator for more verbosity on what's
-  happening while running the migration.
-  [thet]
-
-- Use Plone 4 based @@atct_migrator and @@atct_migrator_results template
-  structure.
-  [thet]
-
-
-1.2a1 (2014-02-22)
-------------------
-
-- Fix viewlet warning about ineditable content (fixes #130)
-  [pbauer]
-
-- Reintroduce the removed schema-files and add upgrade-step to migrate to
-  behavior-driven richtext-fields (fixes #127)
-  [pbauer]
-
-- Delete Archetypes Member-folder before creating new default-content
-  (fixes #128)
-  [pbauer]
-
-- Remove outdated summary-behavior from event (fixes #129)
-  [pbauer]
-
-
-1.1b1 (2014-02-19)
-------------------
-
-- Add tests for collections and collection-migrations.
-  [pbauer]
-
-- Removed Plone 4.2 compatibility.
-  [pbauer]
-
-- Add migration of at-collections to the new collection-behavior.
-  [pbauer]
-
-- Display richtext in collection-views.
-  [pbauer]
-
-- Reorganize and improve documentation.
-  [pbauer]
-
-- Add a richtext-behavior and use it in for all types.
-  [amleczko, pysailor]
-
-- Improve the migration-results page (Fix #67).
-  [pbauer]
-
-- For uneditable content show a warning and hide the edit-link.
-  [pbauer]
-
-- Keep all modification-date during migration (Fix #62).
-  [pbauer]
-
-- Only attempt transforming files if valid content type.
-  [vangheem]
-
-- Make the collection behavior aware of INavigationRoot. Fixes #98
-  [rafaelbco]
-
-- Use unique URL provided by ``plone.app.imaging`` to show the large version
-  of a news item's lead image. This allows use of a stronger caching policy.
-  [rafaelbco]
-
-- Fix URL for Link object on the navigation portlet if it
-  contains variables (Fix #110).
-  [rafaelbco]
-
-
-1.1a1 (2013-11-22)
-------------------
-
-- Event content migration for Products.ATContentTypes ATEvent,
-  plone.app.event's ATEvent and Dexterity example type and
-  plone.app.contenttypes 1.0 Event to plone.app.contenttypes 1.1
-  Event based on plone.app.event's Dexterity behaviors.
-  [lentinj]
-
-- Remove DL's from portal message templates.
-  https://github.com/plone/Products.CMFPlone/issues/153
-  [khink]
-
-- Collection: get ``querybuilderresults`` view instead of using the
-  ``QueryBuilder`` class directly.
-  [maurits]
-
-- Fix migration restoreReferencesOrder removes references
-  [joka]
-
-- Enable summary_view and all_content views for content types that
-  have the collection behavior enabled.  Define collection_view for
-  those types so you can view the results.  These simply show the
-  results.  The normal view of such a type will just show all fields
-  in the usual dexterity way.
-  [maurits, kaselis]
-
-- Add customViewFields to the Collection behavior.  This was available
-  on old collections too.
-  [maurits, kaselis]
-
-- Change Collection to use a behavior.  Issue #65.
-  [maurits, kaselis]
-
-- Improved test coverage for test_migration
-  [joka]
-
-- Add tests for vocabularies used for the migration
-  [maethu]
-
-- Add migration-form /@@atct_migrate based on initial work by gborelli
-  [pbauer, tiazma]
-
-- Add ATBlob tests and use migration layer for test_migration
-  [joka]
-
-- Integrate plone.app.event.
-  [thet]
-
-
-1.0 (2013-10-08)
-----------------
-
-- Remove AT content and create DX-content when installing in a fresh site.
-  [pbauer]
-
-- Remove obsolete extra 'migrate_atct'.
-  [pbauer]
-
-- Add link and popup to the image of News Items.
-  [pbauer]
-
-- Use the default profile title for the example content profile.
-  [timo]
-
-- Unicode is expected, but ``obj.title`` and/or ``obj.description`` can be
-  still be None in SearchableText indexer.
-  [saily]
-
-
-1.0rc1 (2013-09-24)
--------------------
-
-- Implement a tearDownPloneSite method in testing.py to prevent test
-  isolation problems.
-  [timo]
-
-- Its possible to upload non-image data into a newsitem. The view was broken
-  then. Now it shows the uploaded file for download below the content. Its no
-  longer broken.
-  [jensens]
-
-- Add contributor role as default for all add permissions in order to
-  work together with the different plone worklfows, which assume it is
-  set this way.
-  [jensens]
-
-- fix #60: File Type has no mimetype specific icon in catalog metadata.
-  Also fixed for Image.
-  [jensens]
-
-- fix #58: Migration ignores "Exclude from Navigation".
-  [jensens]
-
-- disable LinkIntegrityNotifications during migrations, closes #40.
-  [jensens]
-
-- Fix Bug on SearchableText_file indexer when input stream contains
-  characters not convertable in ASCII. Assumes now utf-8 and replaces
-  all unknown. Even if search can not find the words with special
-  characters in, indexer does not break completely on those items.
-  [jensens]
-
-- Remove dependency on plone.app.referenceablebehavior, as it depends on
-  Products.Archetypes which installs the uid_catalog.
-  [thet]
-
-- Make collection syndicatable.
-  [vangheem]
-
-- Include the migration module not only when Products.ATContentTypes is
-  installed but also archetypes.schemaextender. The schemaextender might not
-  always be available.
-  [thet]
-
-- Add fulltext search of file objects.
-  [do3cc]
-
-- Fix link_redirect_view: Use index instead of template class var to
-  let customization by ZCML of the template.
-  [toutpt]
-
-- Add a permission for each content types.
-  [toutpt]
-
-
-1.0b2 (2013-05-31)
-------------------
-
-- Fix translations to the plone domain, and some translations match existing
-  translations in the plone domain. (ported from plone.app.collection)
-  [bosim]
-
-- Fix atct_album_view and don't use atctListAlbum.py.
-  [pbauer]
-
-- Add constrains for content create with the Content profile.
-  [ericof]
-
-- Add SearchableText indexer to Folder content type.
-  [ericof]
-
-- Fix atct_album_view.
-  [pbauer]
-
-- Removed dependency for collective.dexteritydiff since its features were
-  merged into Products.CMFDiffTool.
-  [pbauer]
-
-- Add test for behavior table_of_contents.
-  [pbauer]
-
-- Add migration for blobnewsitems as proposed in
-  https://github.com/plone/plone.app.blob/pull/2.
-  [pbauer]
-
-- Require cmf.ManagePortal for migration.
-  [pbauer]
-
-- Always migrate files and images to blob (fixes #26).
-  [pbauer]
-
-- Add table of contents-behavior for documents.
-  [pbauer]
-
-- Add versioning-behavior and it's dependencies.
-  [pbauer]
-
-- Remove image_view_fullscreen from the display-dropdown.
-  [pbauer]
-
-- Enable selecting addable types on folders by default.
-  [pbauer]
-
-- Fix reference-migrations if some objects were not migrated.
-  [pbauer]
-
-- Keep the order references when migrating.
-  [pabo3000]
-
-- Move templates into their own folder.
-  [pbauer]
-
-- Moved migration related code to specific module.
-  [gborelli]
-
-- Added migration Collection from app.collection to app.contenttypes.
-  [kroman0]
-
-- Add missing ``i18n:attributes`` to 'Edit' and 'View' actions of File type.
-  [saily]
-
-- Bind 'View' action to ``${object_url}/view`` instead of
-  ``${object_url}`` as in ATCT for File and Image type.
-  [saily]
-
-- Fixed installation of p.a.relationfield together with p.a.contenttypes.
-  [kroman0]
-
-- Fixed creating aggregator of events on creating Plone site.
-  [kroman0]
-
-- Added titles for menuitems.
-  [kroman0]
-
-- Hide uninstall profile from @@plone-addsite.
-  [kroman0]
-
-- Fix 'ImportError: cannot import name Counter' for Python 2.6.
-  http://github.com/plone/plone.app.contenttypes/issues/19
-  [timo]
-
-- Move XML schema definitions to schema folder.
-  [timo]
-
-- Prevent the importContent step from being run over and over again.
-  [pysailor]
-
-- Add build status image.
-  [saily]
-
-- Merge plone.app.collection (Tag: 2.0b5) into plone.app.contenttypes.
-  [timo]
-
-- Refactor p.a.collection robot framework tests.
-  [timo]
-
-
-1.0b1 (2013-01-27)
-------------------
-
-- Added mime type icon for file.
-  [loechel]
-
-- Lead image behavior added.
-  [timo]
-
-- Make NewsItem use the lead image behavior.
-  [timo]
-
-- SearchableText indexes added.
-  [reinhardt]
-
-- Set the text of front-page when creating a new Plone.
-  [pbauer]
-
-- Robot framework test added.
-  [Gomez]
-
-
-1.0a2 (unreleased)
-------------------
-
-- Move all templates from skins to browser views.
-  [timo]
-
-- User custom base classes for all content types.
-  [timo]
-
-- Migration view (@@fix_base_classes) added to migrate content objects that
-  were created with version 1.0a1.
-  [timo]
-
-- Mime Type Icon added for File View.
-  [loechel]
-
-
-1.0a1 (unreleased)
-------------------
-
-- Initial implementation.
-  [pbauer, timo, pumazi, agitator]
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
new file mode 100644
index 0000000..3f918eb
--- /dev/null
+++ b/docs/CHANGES.rst
@@ -0,0 +1,373 @@
+Changelog
+=========
+
+1.2a2 (unreleased)
+------------------
+
+- Do a better check, if LinguaPlone is installed, based on the presence of the
+  "LinguaPlone" browser layer. Asking the quick installer tool might claim it's
+  installed, where it's not.
+  [thet]
+
+- Register folderish views not for plone.app.contenttypes' IFolder but for
+  plone.dexterity's IDexterityContainer. Now, these views can be used on any
+  folderish Dexterity content.
+  [thet]
+
+- Add a ICustomMigrator interface to the migration framework, which can be used
+  to register custom migrator adapters. This can be useful to add custom
+  migrators to more than one or all content types. For example for
+  schemaextenders, which are registered on a interface, which is provided by
+  several content types.
+  [thet]
+
+- In the migration framework, fix queries for Archetype objects, where only
+  interfaces are used to skip brains with no or Dexterity meta_type. In some
+  cases Dexterity and Archetype objects might provide the same marker
+  interfaces.
+  [thet]
+
+- Add logging messages to content migrator for more verbosity on what's
+  happening while running the migration.
+  [thet]
+
+- Use Plone 4 based @@atct_migrator and @@atct_migrator_results template
+  structure.
+  [thet]
+
+
+1.2a1 (2014-02-22)
+------------------
+
+- Fix viewlet warning about ineditable content (fixes #130)
+  [pbauer]
+
+- Reintroduce the removed schema-files and add upgrade-step to migrate to
+  behavior-driven richtext-fields (fixes #127)
+  [pbauer]
+
+- Delete Archetypes Member-folder before creating new default-content
+  (fixes #128)
+  [pbauer]
+
+- Remove outdated summary-behavior from event (fixes #129)
+  [pbauer]
+
+
+1.1b1 (2014-02-19)
+------------------
+
+- Add tests for collections and collection-migrations.
+  [pbauer]
+
+- Removed Plone 4.2 compatibility.
+  [pbauer]
+
+- Add migration of at-collections to the new collection-behavior.
+  [pbauer]
+
+- Display richtext in collection-views.
+  [pbauer]
+
+- Reorganize and improve documentation.
+  [pbauer]
+
+- Add a richtext-behavior and use it in for all types.
+  [amleczko, pysailor]
+
+- Improve the migration-results page (Fix #67).
+  [pbauer]
+
+- For uneditable content show a warning and hide the edit-link.
+  [pbauer]
+
+- Keep all modification-date during migration (Fix #62).
+  [pbauer]
+
+- Only attempt transforming files if valid content type.
+  [vangheem]
+
+- Make the collection behavior aware of INavigationRoot. Fixes #98
+  [rafaelbco]
+
+- Use unique URL provided by ``plone.app.imaging`` to show the large version
+  of a news item's lead image. This allows use of a stronger caching policy.
+  [rafaelbco]
+
+- Fix URL for Link object on the navigation portlet if it
+  contains variables (Fix #110).
+  [rafaelbco]
+
+
+1.1a1 (2013-11-22)
+------------------
+
+- Event content migration for Products.ATContentTypes ATEvent,
+  plone.app.event's ATEvent and Dexterity example type and
+  plone.app.contenttypes 1.0 Event to plone.app.contenttypes 1.1
+  Event based on plone.app.event's Dexterity behaviors.
+  [lentinj]
+
+- Remove DL's from portal message templates.
+  https://github.com/plone/Products.CMFPlone/issues/153
+  [khink]
+
+- Collection: get ``querybuilderresults`` view instead of using the
+  ``QueryBuilder`` class directly.
+  [maurits]
+
+- Fix migration restoreReferencesOrder removes references
+  [joka]
+
+- Enable summary_view and all_content views for content types that
+  have the collection behavior enabled.  Define collection_view for
+  those types so you can view the results.  These simply show the
+  results.  The normal view of such a type will just show all fields
+  in the usual dexterity way.
+  [maurits, kaselis]
+
+- Add customViewFields to the Collection behavior.  This was available
+  on old collections too.
+  [maurits, kaselis]
+
+- Change Collection to use a behavior.  Issue #65.
+  [maurits, kaselis]
+
+- Improved test coverage for test_migration
+  [joka]
+
+- Add tests for vocabularies used for the migration
+  [maethu]
+
+- Add migration-form /@@atct_migrate based on initial work by gborelli
+  [pbauer, tiazma]
+
+- Add ATBlob tests and use migration layer for test_migration
+  [joka]
+
+- Integrate plone.app.event.
+  [thet]
+
+
+1.0 (2013-10-08)
+----------------
+
+- Remove AT content and create DX-content when installing in a fresh site.
+  [pbauer]
+
+- Remove obsolete extra 'migrate_atct'.
+  [pbauer]
+
+- Add link and popup to the image of News Items.
+  [pbauer]
+
+- Use the default profile title for the example content profile.
+  [timo]
+
+- Unicode is expected, but ``obj.title`` and/or ``obj.description`` can be
+  still be None in SearchableText indexer.
+  [saily]
+
+
+1.0rc1 (2013-09-24)
+-------------------
+
+- Implement a tearDownPloneSite method in testing.py to prevent test
+  isolation problems.
+  [timo]
+
+- Its possible to upload non-image data into a newsitem. The view was broken
+  then. Now it shows the uploaded file for download below the content. Its no
+  longer broken.
+  [jensens]
+
+- Add contributor role as default for all add permissions in order to
+  work together with the different plone worklfows, which assume it is
+  set this way.
+  [jensens]
+
+- fix #60: File Type has no mimetype specific icon in catalog metadata.
+  Also fixed for Image.
+  [jensens]
+
+- fix #58: Migration ignores "Exclude from Navigation".
+  [jensens]
+
+- disable LinkIntegrityNotifications during migrations, closes #40.
+  [jensens]
+
+- Fix Bug on SearchableText_file indexer when input stream contains
+  characters not convertable in ASCII. Assumes now utf-8 and replaces
+  all unknown. Even if search can not find the words with special
+  characters in, indexer does not break completely on those items.
+  [jensens]
+
+- Remove dependency on plone.app.referenceablebehavior, as it depends on
+  Products.Archetypes which installs the uid_catalog.
+  [thet]
+
+- Make collection syndicatable.
+  [vangheem]
+
+- Include the migration module not only when Products.ATContentTypes is
+  installed but also archetypes.schemaextender. The schemaextender might not
+  always be available.
+  [thet]
+
+- Add fulltext search of file objects.
+  [do3cc]
+
+- Fix link_redirect_view: Use index instead of template class var to
+  let customization by ZCML of the template.
+  [toutpt]
+
+- Add a permission for each content types.
+  [toutpt]
+
+
+1.0b2 (2013-05-31)
+------------------
+
+- Fix translations to the plone domain, and some translations match existing
+  translations in the plone domain. (ported from plone.app.collection)
+  [bosim]
+
+- Fix atct_album_view and don't use atctListAlbum.py.
+  [pbauer]
+
+- Add constrains for content create with the Content profile.
+  [ericof]
+
+- Add SearchableText indexer to Folder content type.
+  [ericof]
+
+- Fix atct_album_view.
+  [pbauer]
+
+- Removed dependency for collective.dexteritydiff since its features were
+  merged into Products.CMFDiffTool.
+  [pbauer]
+
+- Add test for behavior table_of_contents.
+  [pbauer]
+
+- Add migration for blobnewsitems as proposed in
+  https://github.com/plone/plone.app.blob/pull/2.
+  [pbauer]
+
+- Require cmf.ManagePortal for migration.
+  [pbauer]
+
+- Always migrate files and images to blob (fixes #26).
+  [pbauer]
+
+- Add table of contents-behavior for documents.
+  [pbauer]
+
+- Add versioning-behavior and it's dependencies.
+  [pbauer]
+
+- Remove image_view_fullscreen from the display-dropdown.
+  [pbauer]
+
+- Enable selecting addable types on folders by default.
+  [pbauer]
+
+- Fix reference-migrations if some objects were not migrated.
+  [pbauer]
+
+- Keep the order references when migrating.
+  [pabo3000]
+
+- Move templates into their own folder.
+  [pbauer]
+
+- Moved migration related code to specific module.
+  [gborelli]
+
+- Added migration Collection from app.collection to app.contenttypes.
+  [kroman0]
+
+- Add missing ``i18n:attributes`` to 'Edit' and 'View' actions of File type.
+  [saily]
+
+- Bind 'View' action to ``${object_url}/view`` instead of
+  ``${object_url}`` as in ATCT for File and Image type.
+  [saily]
+
+- Fixed installation of p.a.relationfield together with p.a.contenttypes.
+  [kroman0]
+
+- Fixed creating aggregator of events on creating Plone site.
+  [kroman0]
+
+- Added titles for menuitems.
+  [kroman0]
+
+- Hide uninstall profile from @@plone-addsite.
+  [kroman0]
+
+- Fix 'ImportError: cannot import name Counter' for Python 2.6.
+  http://github.com/plone/plone.app.contenttypes/issues/19
+  [timo]
+
+- Move XML schema definitions to schema folder.
+  [timo]
+
+- Prevent the importContent step from being run over and over again.
+  [pysailor]
+
+- Add build status image.
+  [saily]
+
+- Merge plone.app.collection (Tag: 2.0b5) into plone.app.contenttypes.
+  [timo]
+
+- Refactor p.a.collection robot framework tests.
+  [timo]
+
+
+1.0b1 (2013-01-27)
+------------------
+
+- Added mime type icon for file.
+  [loechel]
+
+- Lead image behavior added.
+  [timo]
+
+- Make NewsItem use the lead image behavior.
+  [timo]
+
+- SearchableText indexes added.
+  [reinhardt]
+
+- Set the text of front-page when creating a new Plone.
+  [pbauer]
+
+- Robot framework test added.
+  [Gomez]
+
+
+1.0a2 (unreleased)
+------------------
+
+- Move all templates from skins to browser views.
+  [timo]
+
+- User custom base classes for all content types.
+  [timo]
+
+- Migration view (@@fix_base_classes) added to migrate content objects that
+  were created with version 1.0a1.
+  [timo]
+
+- Mime Type Icon added for File View.
+  [loechel]
+
+
+1.0a1 (unreleased)
+------------------
+
+- Initial implementation.
+  [pbauer, timo, pumazi, agitator]
diff --git a/setup.py b/setup.py
index 883a9fe..1c01a12 100644
--- a/setup.py
+++ b/setup.py
@@ -10,8 +10,7 @@ def read(*rnames):
 
 long_description = \
     read('docs', 'README.rst') + \
-    read('docs', 'CHANGELOG.rst') + \
-    read('docs', 'LICENSE.rst')
+    read('docs', 'CHANGES.rst')
 
 setup(name='plone.app.contenttypes',
       version=version,




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 20410 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140329/5fd87ad9/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 164684 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140329/5fd87ad9/attachment-0003.obj>


More information about the Testbot mailing list