[Checkins] SVN: Products.GenericSetup/ some cleanup

Yvo Schubbe y.2007- at wcm-solutions.de
Tue Nov 27 16:46:17 EST 2007


Log message for revision 81996:
  some cleanup

Changed:
  U   Products.GenericSetup/branches/1.3/Products/GenericSetup/CHANGES.txt
  UU  Products.GenericSetup/branches/1.3/Products/GenericSetup/__init__.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/bbb/__init__.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/bbb/tool.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/bar.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/metadata.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/test_profile_metadata.py
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/export_steps.xml
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/import_steps.xml
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/metadata.xml
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/toolset.xml
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/upgrade.py
  U   Products.GenericSetup/branches/1.3/Products/GenericSetup/version.txt
  _U  Products.GenericSetup/branches/1.3/Products/GenericSetup/www/setup_upgrades.zpt
  U   Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
  UU  Products.GenericSetup/trunk/Products/GenericSetup/__init__.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/bbb/__init__.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/bbb/tool.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/bar.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/events.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/metadata.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/metadata_profile/metadata.xml
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/test_events.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/test_profile_metadata.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/export_steps.xml
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/import_steps.xml
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/metadata.xml
  _U  Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/toolset.xml
  _U  Products.GenericSetup/trunk/Products/GenericSetup/upgrade.py
  U   Products.GenericSetup/trunk/Products/GenericSetup/version.txt
  _U  Products.GenericSetup/trunk/Products/GenericSetup/www/setup_upgrades.zpt

-=-
Modified: Products.GenericSetup/branches/1.3/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/branches/1.3/Products/GenericSetup/CHANGES.txt	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/branches/1.3/Products/GenericSetup/CHANGES.txt	2007-11-27 21:46:16 UTC (rev 81996)
@@ -4,8 +4,6 @@
 
     - Be more careful in checking context id validity.
 
-    - Fire events before and after importing.
-
     - tool: Fixed toolset import handler not to initialize tools again, when
       they already exist in the site.
 

Modified: Products.GenericSetup/branches/1.3/Products/GenericSetup/__init__.py
===================================================================
--- Products.GenericSetup/branches/1.3/Products/GenericSetup/__init__.py	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/branches/1.3/Products/GenericSetup/__init__.py	2007-11-27 21:46:16 UTC (rev 81996)
@@ -1,6 +1,6 @@
 """ GenericSetup product initialization.
 
-$Id: __init__.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from AccessControl import ModuleSecurityInfo


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/bbb/__init__.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/bbb/tool.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/bar.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/test_profile_metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/export_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/import_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/metadata.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/tests/versioned_profile/toolset.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/upgrade.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: Products.GenericSetup/branches/1.3/Products/GenericSetup/version.txt
===================================================================
--- Products.GenericSetup/branches/1.3/Products/GenericSetup/version.txt	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/branches/1.3/Products/GenericSetup/version.txt	2007-11-27 21:46:16 UTC (rev 81996)
@@ -1 +1 @@
-GenericSetup-1.3.2
+1.3.3dev


Property changes on: Products.GenericSetup/branches/1.3/Products/GenericSetup/www/setup_upgrades.zpt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/trunk/Products/GenericSetup/CHANGES.txt	2007-11-27 21:46:16 UTC (rev 81996)
@@ -1,24 +1,28 @@
 GenericSetup Product Changelog
 
-  GenericSetup 1.4 (unreleased)
-  
+  GenericSetup 1.4.0 (unreleased)
+
     - Fix relative paths for profile dependencies.
-  
+
     - Add support for context dependencies in profiles.
 
     - Deprecate the version field for import steps.
 
     - Deprecate reading of version.txt to get the version for a profile.
 
-    - Be more careful in checking context id validity.
-
     - Fire events before and after importing.
 
     - Use zcml to register import and export steps.
 
+
+  GenericSetup 1.3.3 (unreleased)
+
+    - Be more careful in checking context id validity.
+
     - tool: Fixed toolset import handler not to initialize tools again, when
       they already exist in the site.
 
+
   GenericSetup 1.3.2 (2007/09/11)
 
     - Ignore import and export step handlers that we can not resolve.

Modified: Products.GenericSetup/trunk/Products/GenericSetup/__init__.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/__init__.py	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/trunk/Products/GenericSetup/__init__.py	2007-11-27 21:46:16 UTC (rev 81996)
@@ -1,6 +1,6 @@
 """ GenericSetup product initialization.
 
-$Id: __init__.py,v 1.1.1.1 2005/08/08 19:38:37 tseaver Exp $
+$Id$
 """
 
 from AccessControl import ModuleSecurityInfo


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/__init__.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/bbb/__init__.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/bbb/tool.py
___________________________________________________________________
Name: svn:keywords
   - Author Date Id Revision
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/bar.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/events.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/metadata_profile/metadata.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_events.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_profile_metadata.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/test_stepzcml.py
___________________________________________________________________
Name: svn:keywords
   + Id


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/export_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/import_steps.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/metadata.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/tests/versioned_profile/toolset.xml
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/upgrade.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Modified: Products.GenericSetup/trunk/Products/GenericSetup/version.txt
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/version.txt	2007-11-27 20:52:59 UTC (rev 81995)
+++ Products.GenericSetup/trunk/Products/GenericSetup/version.txt	2007-11-27 21:46:16 UTC (rev 81996)
@@ -1 +1 @@
-GenericSetup-1.4beta
+1.4.0dev


Property changes on: Products.GenericSetup/trunk/Products/GenericSetup/www/setup_upgrades.zpt
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Checkins mailing list