November 2005 Archives by subject
Starting: Tue Nov 1 22:45:35 EST 2005
Ending: Wed Nov 30 17:12:59 EST 2005
Messages: 144
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py
Repair import location.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFCalendar/tests/test_Calendar.py
Build site using factory API.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFCore/CachingPolicyManager.py
* implement z3 interface for exportimport adaptation
Rob Miller
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFCore/exportimport/actions.py
* purge the auto-created actions in the action providers and support
Rob Miller
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFCore/exportimport/tests/test_actions.py
Add BBB to omit tests for export / import of Action and
ActionCategory objects.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFDefault/tests/test_Portal.py
* added 'CMF BTree Folder' to the list of ignored types in
Rob Miller
- [CMF-checkins]
SVN: CMF/branches/1.6/CMFDefault/tests/test_Portal.py
* fixing the assumption that the warning registry exists
before our b/w
Rob Miller
- [CMF-checkins]
SVN: CMF/branches/chrism-CMF-catalog-security-branch/
Kill unmaintained/forgotten branch.
Chris McDonough
- [CMF-checkins]
SVN: CMF/branches/sidnei-cachingpolicymanager-backport-branch/
That branch has been merged, sir.
Sidnei da Silva
- [CMF-checkins]
SVN: CMF/branches/tseaver-pkg_resources/CMFCore/utils.py
Remove ZClass support;
use non-private interface for EggProductContext.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/tseaver-pkg_resources/CMFDefault/utils.py
Normalize import / usage of StringIO.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/tseaver-refactor_content_export_import/
Removed merged branch.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/tseaver-refactor_context_export_import/
Branch for refactoring content export / import.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/tseaver-resync_GenericSetup/GenericSetup/
Land changes from original repo for GenericSetup 0.11 and 0.12.
Tres Seaver
- [CMF-checkins]
SVN: CMF/branches/yuppie-workflow_setup/CMFCore/dtml/addWorkflow.dtml
- this is obsolete now, worklow classes need their own add form
Yvo Schubbe
- [CMF-checkins]
SVN: CMF/branches/yuppie-workflow_setup/DCWorkflow/browser/addDCWorkflowDefinition.pt
- set svn:eol-style
Yvo Schubbe
- [CMF-checkins]
SVN: CMF/branches/yuppie-workflow_setup/DCWorkflow/browser/workflow.py
- apply selected presettings to new object
Yvo Schubbe
- [CMF-checkins]
SVN: CMF/branches/yuppie-workflow_setup/GenericSetup/
- added IBody to support also non-XML im- and exports
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/ Obsolete branches
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/ Obsolete branches
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/ Obsolete branches
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/ Obsolete branches
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/ Oops
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/1.5/ - Preparing 1.5.5
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.5/ - preparing 1.5.5-beta
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.5/ Removed deprecated
'all_cmf_tests.py' and supporting 'test_all.py' from products.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/1.5/C - fixed meta_type conflict
with DCWorkflow workflows (http://www.zope.org/Collectors/CMF/298)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.5/C Added 'skinname' to the
thread-specific tuple created by the Skinnable base class to
cache the skin path lookup.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/1.5/C CMFCore: removed old
backward compatibility code that slowed down
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/1.5/C CMFSetup: fixed empty
attribute parsing when an encoding is defined.
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/1.5/CMF - Change
DeprecationWarnings so that items slated for deprecation in
1.6 or 1.7
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.6/ - backported r40340 from
trunk (this might need some more polishing,
but the tests work again)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/ - removed external CMFSetup
to make place for a copy
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/ - stitched in a copy of
trunk's CMFSetup
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/ - updating docs for 1.6
branch and version numbers
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.6/ backported r40354:40358 from
trunk:
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/ backported r40386:40387 from
trunk:
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/C Reordered base classes of
File and Image, to allow use of super().
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/1.6/CMF - fixed failing test
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/CMF backported r40365 from
trunk:
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/CMF backported r40413 from
trunk:
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/CMFActionIcons/exportimport.py
* use 'utf-8' encoding for importing ActionIcons tool
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/ * merging Tres's
"refactor_content_export_import" changes back from
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/ - Changing
deprecation warnings; things that were slated to change in
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/ContentTypeRegistry.py
* fix __implements__ typo
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/ContentTypeRegistry.py
* rename conflicting z2 interface imports and import z3
interfaces to work
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/exportimport/ *
merging Tres's changes from CMF trunk to work w/ new
GenericSetup logging
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/tests/base/dummy.py *
adding _id attribute to DummyType since the _getId() method
looks for it
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/TypesTool.py *
readding the CMF 1.5 style manage_add methods
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/TypesTool.py * removed
incorrect warning message in TypesTool.manage_addTypeInformation
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/TypesTool.py * switch
to use of z3 interfaces for FTI classes and TypesTool
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFCore/TypesTool.py Merged
40161 from 1.5 branch:
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/ * merging Tres's
"refactor_content_export_import" changes back from
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/ * readding
PortalGenerator for b/w compatibility
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/ * remove
misleading comments re: base class ordering from File and
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/DefaultWorkflow.py
- fixed meta_type conflict with DCWorkflow workflows
(http://www.zope.org/Collectors/CMF/298)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/dtml/addPortal.dtml
* copying the addPortal.dtml file back from 1.5 for b/w
compatibility
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/tests/test_ *
changing tests to use GenericSetup portal creation mechanism
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/CMFTopic/ * added, registered
GenericSetup profile; change func tests to use
Rob Miller
- [CMF-checkins] SVN: CMF/branches/1.6/TODO-1.6.txt - Adding a 1.6
branch TODO - feel free to modify this!
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/1.6/TODO-1.6.txt - one down
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/branches/andrew Obsolete branches
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/chrism-actions-branch/ Kill
unmaintained/forgotten branch.
Chris McDonough
- [CMF-checkins] SVN: CMF/branches/efge-1.5-five-compatible/ Work to
be compatible with Five.
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/efge-1.5-five-compatible/C Behave
well with Five 1.3/1.2.
Florent Guillaume
- [CMF-checkins] SVN: CMF/branches/tseaver-metadatatool_refactoring/
Branch now merged.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-permissiongeddon-branch/
Merged long ago.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/ Avoid
using __file__ where possible.
Chris Withers
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/ Avoid using
__file__ where possible.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/ Clean up
product initialization:
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/ Make .zpt
suffix explicit, since Basket's PageTemplateResource doesn't add it.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/ Use the
"resource" loaders from the Basket product to find product-
relative data files
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-pkg_resources/CMF Remove
cStringIO usage in tests.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-refactor_conte Rename
branch.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-resync_GenericSetup/
Create branch to resynch GenericSetup with original repository.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-resync_GenericSetup/
Delete merged activity branch.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-resync_GenericSetup/ -
replaced note() by getLogger() that returns a PEP 282 style
logger object
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/tseaver-viewification/ Merge trunk
changes to viewification branch.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/tseaver-viewification/CMFDefault/
Do a parallel implementation for link edit view using
Yuppie's pattern.
Tres Seaver
- [CMF-checkins] SVN: CMF/branches/yuppie- - deleted merged branches
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ - branch is
merged
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ - moved
WorkflowTool setup to CMFCore
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ - removed
_workflow_factories registry and related methods
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ - replaced
hardcoded 'Revision 2' workflow by revision2 profile
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ - updated
profiles
Yvo Schubbe
- [CMF-checkins] SVN: CMF/branches/yuppie-workflow_setup/ branch for
refactoring workflow factories and setup
Yvo Schubbe
- [CMF-checkins] SVN: CMF/tags/1.5.5-beta/ - tagging 1.5.5-beta
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/tags/1.5.5/ - Tagging 1.5.5
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/trunk/ - converted types tool setup
handlers to new style
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ - implemented
PropertyManagerHelpers._purgeProperties
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ - made sure imported settings are
not unicode
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ - moved setup handlers from CMFSetup
to CMFCore/exportimport
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ Added 'for_' argument to profile
registry operations.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/ Clean up some of the many
deprecation warnings when running on Zope2 trunk:
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/ CMFSetup is dead. Long live
GenericSetup!
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ Land changes from original repo for
GenericSetup 0.11 and 0.12 (merge from
tseaver-resync_GenericSetup branch).
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/ Merge
tseaver-refactor_content_export_import branch to trunk.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/ merged yuppie-workflow_setup branch:
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ Oops!
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/ Remove deprecated 'all_cmf_tests.py'
and supporting 'test_all.py' modules.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/ Repair broken security assertions.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/C - fixed getActionObject by making
it skip newstyle Actions
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/C - removed deprecated
WorkflowInformation and getActionsFor
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/C CMFDefault.MetadataTool: support
arbitrary additional schemas.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/C Ensure that BODYFILE in our "faux"
request is a file-like object
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/C Use the new 'for_' argument in
GenericSetup's profile registry API to indicate that profiles
are intended for CMFCore's ISiteRoot sites.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CHANGES.txt Changelog update.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CHANGES.txt Update CHANGES after
merge from 1.5 branch.
Florent Guillaume
- [CMF-checkins] SVN: CMF/trunk/CMF - a 1.7 is not planned,
change DeprecationWarnings to show 2.0 instead.
Jens Vagelpohl
- [CMF-checkins] SVN: CMF/trunk/CMF - converted caching policy
manager and content type registry setup handlers to new style
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMF - moved actions tool setup
handlers to CMFCore
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMF - removed redundant
tests/common.py
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMF - replaced deprecated
transaction.commit(1)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMF - updated profiles
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFCore/ - added ICachingPolicy
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFCore/ Forward-port Laurent Rowe's
extension to Skinnable from the 1.5 branch (rev. 39938).
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFCore/exportimport/configure.zcml
Put back CMF-specific folder handler.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFCore/exportimport/configure.zcml
Use generic support.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFCore/exportimport/typeinfo.py -
coding style
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFCore/exportimport/workflow.py -
overriding _extractObjects is no longer necessary
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFCore/fiveactionstool.py Collector
#392: work around Zope 2.9-induced import errors in fiveactionstool
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFCore/fiveactionstool.py Repair
typo.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFCore/TypesTool.py Merged 40161
from 1.5 branch:
Florent Guillaume
- [CMF-checkins] SVN: CMF/trunk/CMFDefault/ - moved 'implements'
declarations from exportimport.zcml into the python code
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFDefault/ - moved user folder setup
to toolset.xml
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFDefault/DefaultWorkflow.py - fixed
meta_type conflict with DCWorkflow workflows
(http://www.zope.org/Collectors/CMF/298)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFDefault/skin/configure.zcml
Restore default layer in cmf skin.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFSetup/ Merged 40143 from 1.5
branch:
Florent Guillaume
- [CMF-checkins] SVN: CMF/trunk/CMFSetup/tests/test_cookieauth.py -
just load exportimport ZCML
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/ Add beginnings of support
for export/import of topic criteria.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/ Add export support for
other criterion types.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/ Add import support for
topic criteria.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/ Allow creation of
sub-topics.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/ Wire up GenericSetup
support for topics / criteria.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/CMFTopic/configure.zcml Use *correct*
wiring for topics / criteria.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/ - added support for
path elements in 'filename' (snapshot contexts,
works already with other contexts)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/ - fixed type of
imported properties (PropertyManager uses utf-8 by default)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/CHANGES.txt Changelog
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/content.py Allow
subclasses to override 'mandatory' items.
Tres Seaver
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/registry.py - fixed
behavior for 'None' value (profiles registered without 'for_'
argument did raise errors)
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/t If we can acquire
something from a parent of the site and it's class doesn't
match what we're trying to create as a tool,
don't try to delete it first.
Chris McDonough
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/testing.py - made sure
z3 permissions are available
Yvo Schubbe
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/tool.py Fixed security
declarations.
Florent Guillaume
- [CMF-checkins] SVN: CMF/trunk/GenericSetup/utils.py - if objects
don't provide IOrderedContainer, sort sub-objects by name
Yvo Schubbe
Last message date:
Wed Nov 30 17:12:59 EST 2005
Archived on: Wed Nov 30 17:12:59 EST 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).