[Erp5-report] r44010 jm - in /erp5/trunk: bt5/erp5_forge/ExtensionTemplateItem/ bt5/erp5_fo...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 7 12:14:51 CET 2011
Author: jm
Date: Mon Mar 7 12:14:51 2011
New Revision: 44010
URL: http://svn.erp5.org?rev=44010&view=rev
Log:
Rename ERP5Vcs product to ERP5VCS, to follow naming conventions (2/3)
Modified:
erp5/trunk/bt5/erp5_forge/ExtensionTemplateItem/PythonScriptParserUtility.py
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Base_getRepositoryHistoryList.xml
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doSvnCheckout.xml
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsLogGlobal.xml
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_getRepositoryURL.xml
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.xml
erp5/trunk/bt5/erp5_forge/bt/change_log
erp5/trunk/bt5/erp5_forge/bt/revision
erp5/trunk/buildout/software-profiles/products-erp5.cfg
erp5/trunk/products/ERP5/Document/BusinessTemplate.py
erp5/trunk/products/ERP5/Tool/TemplateTool.py
erp5/trunk/products/ERP5/utils/svn_update.sh
erp5/trunk/products/ERP5Type/DiffUtils.py
erp5/trunk/products/ERP5VCS/Git.py
erp5/trunk/products/ERP5VCS/README.txt
erp5/trunk/products/ERP5VCS/Subversion.py
erp5/trunk/products/ERP5VCS/VERSION.txt
erp5/trunk/products/ERP5VCS/__init__.py
erp5/trunk/tests/__init__.py
Modified: erp5/trunk/bt5/erp5_forge/ExtensionTemplateItem/PythonScriptParserUtility.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/ExtensionTemplateItem/PythonScriptParserUtility.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/ExtensionTemplateItem/PythonScriptParserUtility.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/ExtensionTemplateItem/PythonScriptParserUtility.py [utf8] Mon Mar 7 12:14:51 2011
@@ -64,7 +64,7 @@ def findMessageListFromPythonInProduct(f
product_dir = os.path.dirname(Products.ERP5.__path__[0])
erp5_product_list = ('CMFActivity', 'CMFCategory',
'ERP5', 'ERP5Banking', 'ERP5Catalog', 'ERP5Configurator',
- 'ERP5Form', 'ERP5OOo', 'ERP5Security', 'ERP5Vcs',
+ 'ERP5Form', 'ERP5OOo', 'ERP5Security', 'ERP5VCS',
'ERP5SyncML', 'ERP5Type', 'ERP5Wizard', 'ERP5Workflow',
'HBTreeFolder2', 'MailTemplates', 'TimerService',
'ZMySQLDA', 'ZMySQLDDA', 'ZSQLCatalog',
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Base_getRepositoryHistoryList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Base_getRepositoryHistoryList.xml?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Base_getRepositoryHistoryList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Base_getRepositoryHistoryList.xml [utf8] Mon Mar 7 12:14:51 2011
@@ -52,7 +52,7 @@
<key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[
-from Products.ERP5Vcs.SubversionClient import SubversionSSLTrustError\n
+from Products.ERP5VCS.SubversionClient import SubversionSSLTrustError\n
from Products.ERP5Type.Document import newTempBase\n
\n
portal = context.getPortalObject()\n
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doSvnCheckout.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doSvnCheckout.xml?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doSvnCheckout.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doSvnCheckout.xml [utf8] Mon Mar 7 12:14:51 2011
@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
- <value> <string>from Products.ERP5Vcs.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
+ <value> <string>from Products.ERP5VCS.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
\n
vcs_tool = context.getVcsTool()\n
try:\n
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsLogGlobal.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsLogGlobal.xml?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsLogGlobal.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_doVcsLogGlobal.xml [utf8] Mon Mar 7 12:14:51 2011
@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
- <value> <string>from Products.ERP5Vcs.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
+ <value> <string>from Products.ERP5VCS.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
from Products.ERP5Type.Document import newTempBase\n
\n
# get selected business templates\n
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_getRepositoryURL.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_getRepositoryURL.xml?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_getRepositoryURL.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_getRepositoryURL.xml [utf8] Mon Mar 7 12:14:51 2011
@@ -51,7 +51,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string># try to get the repository URL, else redirect to the dialog for creating a working copy in one of the configured repositories\n
-from Products.ERP5Vcs.WorkingCopy import NotAWorkingCopyError\n
+from Products.ERP5VCS.WorkingCopy import NotAWorkingCopyError\n
try:\n
return context.getVcsTool().getRemoteUrl()\n
except NotAWorkingCopyError:\n
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.xml?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_vcs/BusinessTemplate_handleException.xml [utf8] Mon Mar 7 12:14:51 2011
@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
- <value> <string>from Products.ERP5Vcs.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
+ <value> <string>from Products.ERP5VCS.SubversionClient import SubversionSSLTrustError, SubversionLoginError\n
\n
try:\n
raise exception\n
Modified: erp5/trunk/bt5/erp5_forge/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/change_log?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] Mon Mar 7 12:14:51 2011
@@ -173,7 +173,7 @@ Add external Method to see Security for
* Now possible to filter files to commit from diff view
2006-07-05 chris
-* ERP5Vcs now detects outdated files so that user know if he needs to update his working copy or not.
+* ERP5Subversion now detects outdated files so that user know if he needs to update his working copy or not.
2006-06-26 chris
* Update according to last XHTML style update
Modified: erp5/trunk/bt5/erp5_forge/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/revision?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/revision [utf8] Mon Mar 7 12:14:51 2011
@@ -1 +1 @@
-642
\ No newline at end of file
+643
\ No newline at end of file
Modified: erp5/trunk/buildout/software-profiles/products-erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/products-erp5.cfg?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/products-erp5.cfg [utf8] Mon Mar 7 12:14:51 2011
@@ -24,6 +24,6 @@ svn_param =--trust-server-cert --non-int
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
update-command = ${:command}
-product_list = ERP5Vcs
+product_list = ERP5VCS
command =
for product in ${:product_list} ; do ${subversion:location}/bin/svn checkout ${:svn_param} https://svn.erp5.org/repos/public/erp5/trunk/products/$product ${:location}/$product || exit 1 ; done
Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Mon Mar 7 12:14:51 2011
@@ -5108,14 +5108,14 @@ Business Template is a set of definition
@transactional_cached(lambda self, vcs=None, path=None: (self, vcs, path))
def getVcsTool(self, vcs=None, path=None):
- from Products.ERP5Vcs.WorkingCopy import getVcsTool
+ from Products.ERP5VCS.WorkingCopy import getVcsTool
if not (path or vcs):
path = self.getExportPath()
return getVcsTool(vcs=vcs, path=path).__of__(self)
def isVcsType(self, *vcs):
# could be moved to Products.ERP5.Base.Base
- from Products.ERP5Vcs.WorkingCopy import NotAWorkingCopyError
+ from Products.ERP5VCS.WorkingCopy import NotAWorkingCopyError
try:
return self.getVcsTool().reference in vcs
except NotAWorkingCopyError:
@@ -5243,7 +5243,7 @@ Business Template is a set of definition
def diffObjectAsHTML(self, REQUEST, **kw):
"""
Convert diff into a HTML format before reply
- This is compatible with ERP5Vcs look and feel but
+ This is compatible with ERP5VCS look and feel but
it is preferred in future we use more difflib python library.
"""
return DiffFile(self.diffObject(REQUEST, **kw)).toHTML()
Modified: erp5/trunk/products/ERP5/Tool/TemplateTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TemplateTool.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] Mon Mar 7 12:14:51 2011
@@ -674,7 +674,7 @@ class TemplateTool (BaseTool):
def diffObjectAsHTML(self, REQUEST, **kw):
"""
Convert diff into a HTML format before reply
- This is compatible with ERP5Vcs look and feel but
+ This is compatible with ERP5VCS look and feel but
it is preferred in future we use more difflib python library.
"""
return DiffFile(self.diffObject(REQUEST, **kw)).toHTML()
Modified: erp5/trunk/products/ERP5/utils/svn_update.sh
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/utils/svn_update.sh?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/utils/svn_update.sh [utf8] (original)
+++ erp5/trunk/products/ERP5/utils/svn_update.sh [utf8] Mon Mar 7 12:14:51 2011
@@ -4,7 +4,7 @@ echo -e "\033[0;31mThis is an unsupporte
# Modules to get from the SVN
PRODUCTS="CMFActivity CMFCategory ERP5 ERP5Banking ERP5Catalog \
- ERP5Form ERP5OOo ERP5Security ERP5Vcs ERP5SyncML \
+ ERP5Form ERP5OOo ERP5Security ERP5VCS ERP5SyncML \
ERP5Type TimerService ZMySQLDDA ZSQLCatalog"
# System user and group that own Zope product files
Modified: erp5/trunk/products/ERP5Type/DiffUtils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/DiffUtils.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/DiffUtils.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/DiffUtils.py [utf8] Mon Mar 7 12:14:51 2011
@@ -31,7 +31,7 @@
Provide a feature not present into difflib, which is generate a colored diff
from a diff file/string.
- This code is original form ERP5Vcs and was moved to here for be used in
+ This code is original form ERP5VCS and was moved to here for be used in
general ERP5.
XXX The organisation of DiffUtils should be reviewed and reorganised in a tool
Modified: erp5/trunk/products/ERP5VCS/Git.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5VCS/Git.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5VCS/Git.py [utf8] (original)
+++ erp5/trunk/products/ERP5VCS/Git.py [utf8] Mon Mar 7 12:14:51 2011
@@ -32,7 +32,7 @@ from Acquisition import aq_base
from DateTime import DateTime
from Products.ERP5Type.Message import translateString
from ZTUtils import make_query
-from Products.ERP5Vcs.WorkingCopy import \
+from Products.ERP5VCS.WorkingCopy import \
WorkingCopy, NotAWorkingCopyError, Dir, File, selfcached
class GitError(EnvironmentError):
Modified: erp5/trunk/products/ERP5VCS/README.txt
URL: http://svn.erp5.org/erp5/trunk/products/ERP5VCS/README.txt?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5VCS/README.txt [utf8] (original)
+++ erp5/trunk/products/ERP5VCS/README.txt [utf8] Mon Mar 7 12:14:51 2011
@@ -1,6 +1,6 @@
-ERP5Vcs
+ERP5VCS
- ERP5Vcs provides a Subversion interface. This product
+ ERP5VCS provides a Subversion interface. This product
depends on "pysvn":http://pysvn.tigris.org/.
To use this product, you must make a directory named 'svn' under
Modified: erp5/trunk/products/ERP5VCS/Subversion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5VCS/Subversion.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5VCS/Subversion.py [utf8] (original)
+++ erp5/trunk/products/ERP5VCS/Subversion.py [utf8] Mon Mar 7 12:14:51 2011
@@ -35,10 +35,10 @@ from DateTime import DateTime
from ZTUtils import make_query
from Products.ERP5Type.Message import translateString
from Products.ERP5.Document.BusinessTemplate import BusinessTemplateFolder
-from Products.ERP5Vcs.WorkingCopy import \
+from Products.ERP5VCS.WorkingCopy import \
WorkingCopy, Dir, File, chdir_working_copy, selfcached, \
NotAWorkingCopyError, VcsConflictError
-from Products.ERP5Vcs.SubversionClient import \
+from Products.ERP5VCS.SubversionClient import \
newSubversionClient, SubversionLoginError, SubversionSSLTrustError
Modified: erp5/trunk/products/ERP5VCS/VERSION.txt
URL: http://svn.erp5.org/erp5/trunk/products/ERP5VCS/VERSION.txt?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5VCS/VERSION.txt [utf8] (original)
+++ erp5/trunk/products/ERP5VCS/VERSION.txt [utf8] Mon Mar 7 12:14:51 2011
@@ -1 +1 @@
-ERP5Vcs 5.4.7
+ERP5VCS 5.4.7
Modified: erp5/trunk/products/ERP5VCS/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5VCS/__init__.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/products/ERP5VCS/__init__.py [utf8] (original)
+++ erp5/trunk/products/ERP5VCS/__init__.py [utf8] Mon Mar 7 12:14:51 2011
@@ -53,5 +53,5 @@ def initialize( context ):
content_classes = content_classes)
# Register Subversion before Git
-from Products.ERP5Vcs.Subversion import Subversion
-from Products.ERP5Vcs.Git import Git
+from Products.ERP5VCS.Subversion import Subversion
+from Products.ERP5VCS.Git import Git
Modified: erp5/trunk/tests/__init__.py
URL: http://svn.erp5.org/erp5/trunk/tests/__init__.py?rev=44010&r1=44009&r2=44010&view=diff
==============================================================================
--- erp5/trunk/tests/__init__.py [utf8] (original)
+++ erp5/trunk/tests/__init__.py [utf8] Mon Mar 7 12:14:51 2011
@@ -7,7 +7,7 @@ class _ERP5(ERP5TypeTestSuite):
enabled_product_list = ('CMFActivity', 'CMFCategory', 'ERP5', 'ERP5Catalog',
'ERP5eGovSecurity', 'ERP5Form', 'ERP5Legacy',
'ERP5OOo', 'ERP5Security', 'ERP5SyncML', 'ERP5Type',
- 'ERP5Vcs', 'ERP5Wizard', 'Formulator', 'ERP5Workflow',
+ 'ERP5VCS', 'ERP5Wizard', 'Formulator', 'ERP5Workflow',
'ERP5Configurator','HBTreeFolder2', 'MailTemplates',
'PortalTransforms', 'TimerService', 'ZLDAPConnection',
'ZLDAPMethods', 'ZMySQLDA', 'ZMySQLDDA', 'ZSQLCatalog')
More information about the Erp5-report
mailing list