Commit bee787fb authored by Julien Muchembled's avatar Julien Muchembled

Rename ERP5Vcs product to ERP5VCS, to follow naming conventions (3/3)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd8131b0
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
# XXX: ERP5Vcs_doCreateJavaScriptStatus should send lists\n # XXX: ERP5VCS_doCreateJavaScriptStatus should send lists\n
if isinstance(added, basestring):\n if isinstance(added, basestring):\n
added = added != \'none\' and filter(None, added.split(\',\')) or ()\n added = added != \'none\' and filter(None, added.split(\',\')) or ()\n
if isinstance(modified, basestring):\n if isinstance(modified, basestring):\n
......
...@@ -61,7 +61,7 @@ else:\n ...@@ -61,7 +61,7 @@ else:\n
\n \n
print \'<div style="color: black">\'\n print \'<div style="color: black">\'\n
\n \n
# XXX: ERP5Vcs_doCreateJavaScriptStatus should send lists\n # XXX: ERP5VCS_doCreateJavaScriptStatus should send lists\n
if isinstance(added, basestring):\n if isinstance(added, basestring):\n
added = added != \'none\' and filter(None, added.split(\',\')) or ()\n added = added != \'none\' and filter(None, added.split(\',\')) or ()\n
if isinstance(modified, basestring):\n if isinstance(modified, basestring):\n
......
...@@ -60,12 +60,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -60,12 +60,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
-->\n -->\n
</tal:block>\n </tal:block>\n
<tal:block tal:define="portal_path here/portal_url;\n <tal:block tal:define="portal_path here/portal_url;\n
css_list python: [\'%s/ERP5Vcs_movableMenu.css\' % portal_path,\n css_list python: [\'%s/ERP5VCS_movableMenu.css\' % portal_path,\n
\'%s/erp5.css\' % portal_path,];\n \'%s/erp5.css\' % portal_path,];\n
js_list python: [\'%s/erp5.js\' % portal_path,\n js_list python: [\'%s/erp5.js\' % portal_path,\n
\'%s/ERP5Vcs_menuico.js\' % portal_path,\n \'%s/ERP5VCS_menuico.js\' % portal_path,\n
\'%s/ERP5Vcs_movableMenu.js\' % portal_path,\n \'%s/ERP5VCS_movableMenu.js\' % portal_path,\n
\'%s/ERP5Vcs_doCreateJavaScriptDiff.js\' % portal_path]">\n \'%s/ERP5VCS_doCreateJavaScriptDiff.js\' % portal_path]">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n <tal:block metal:fill-slot="main">\n
<tal:py replace="structure \n <tal:py replace="structure \n
...@@ -74,9 +74,9 @@ python: here.BusinessTemplate_doVcsDiff(request[\'added\'], request[\'modified\' ...@@ -74,9 +74,9 @@ python: here.BusinessTemplate_doVcsDiff(request[\'added\'], request[\'modified\'
<script type="text/javascript">\n <script type="text/javascript">\n
// Menu Customization\n // Menu Customization\n
var MenuToolBar=new CreateToolBarMenu("#dae6e6", "#ffffff", "#b1bbbb", "#6699ff", "font-family:verdana;font-size:11px;color:black;font-weight:bold", 16, 16)\n var MenuToolBar=new CreateToolBarMenu("#dae6e6", "#ffffff", "#b1bbbb", "#6699ff", "font-family:verdana;font-size:11px;color:black;font-weight:bold", 16, 16)\n
MenuToolBar.Add("ERP5Vcs_imgs/revertoff.png", "ERP5Vcs_imgs/reverton.png", "Back", "#", "goBack()");\n MenuToolBar.Add("ERP5VCS_imgs/revertoff.png", "ERP5VCS_imgs/reverton.png", "Back", "#", "goBack()");\n
MenuToolBar.Add("ERP5Vcs_imgs/captionoff.png", "ERP5Vcs_imgs/captionon.png", "Show Legend", "#", "winList[\'captionWindow\'].open();");\n MenuToolBar.Add("ERP5VCS_imgs/captionoff.png", "ERP5VCS_imgs/captionon.png", "Show Legend", "#", "winList[\'captionWindow\'].open();");\n
MenuToolBar.Add("ERP5Vcs_imgs/execoff.png", "ERP5Vcs_imgs/execon.png", "Commit Changes", "#", "doCommit(document.getElementById(\'main_form\'));");\n MenuToolBar.Add("ERP5VCS_imgs/execoff.png", "ERP5VCS_imgs/execon.png", "Commit Changes", "#", "doCommit(document.getElementById(\'main_form\'));");\n
// Menu Display\n // Menu Display\n
MenuToolBar.Display();\n MenuToolBar.Display();\n
</script>\n </script>\n
...@@ -84,7 +84,7 @@ python: here.BusinessTemplate_doVcsDiff(request[\'added\'], request[\'modified\' ...@@ -84,7 +84,7 @@ python: here.BusinessTemplate_doVcsDiff(request[\'added\'], request[\'modified\'
<div id="captionWindow" class="window" style="right:20px;left:auto;top:180px;width:120px;background-color:#dae6e6;border-color:#ebf8f8 #c0caca #c0caca #c0caca;">\n <div id="captionWindow" class="window" style="right:20px;left:auto;top:180px;width:120px;background-color:#dae6e6;border-color:#ebf8f8 #c0caca #c0caca #c0caca;">\n
<div class="titleBar" style="background-color:#dae6e6;color:black;">\n <div class="titleBar" style="background-color:#dae6e6;color:black;">\n
<span class="titleBarText">Legend -- SVN</span>\n <span class="titleBarText">Legend -- SVN</span>\n
<img class="titleBarButtons" alt="" src="ERP5Vcs_imgs/altbuttons.gif" longdesc="ERP5Vcs_imgs/altbuttonslow.gif" usemap="#sampleMap3" />\n <img class="titleBarButtons" alt="" src="ERP5VCS_imgs/altbuttons.gif" longdesc="ERP5VCS_imgs/altbuttonslow.gif" usemap="#sampleMap3" />\n
<map id="sampleMap3" name="sampleMap3">\n <map id="sampleMap3" name="sampleMap3">\n
<area shape="rect" coords="0,0,15,13" href="" alt="" title="Minimize" onclick="this.parentWindow.minimize();return false;" />\n <area shape="rect" coords="0,0,15,13" href="" alt="" title="Minimize" onclick="this.parentWindow.minimize();return false;" />\n
<area shape="rect" coords="16,0,31,13" href="" alt="" title="Restore" onclick="this.parentWindow.restore();return false;" />\n <area shape="rect" coords="16,0,31,13" href="" alt="" title="Restore" onclick="this.parentWindow.restore();return false;" />\n
......
...@@ -61,15 +61,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -61,15 +61,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
</tal:block>\n </tal:block>\n
<tal:block tal:define="do_extract request/do_extract | python: 1;\n <tal:block tal:define="do_extract request/do_extract | python: 1;\n
portal_path here/portal_url;\n portal_path here/portal_url;\n
css_list python: [\'%s/ERP5Vcs_dhtmlXTree.css\' % portal_path,\n css_list python: [\'%s/ERP5VCS_dhtmlXTree.css\' % portal_path,\n
\'%s/ERP5Vcs_movableMenu.css\' % portal_path,\n \'%s/ERP5VCS_movableMenu.css\' % portal_path,\n
\'%s/erp5.css\' % portal_path];\n \'%s/erp5.css\' % portal_path];\n
js_list python: [\'%s/erp5.js\' % portal_path,\n js_list python: [\'%s/erp5.js\' % portal_path,\n
\'%s/ERP5Vcs_dhtmlXCommon.js\' % portal_path,\n \'%s/ERP5VCS_dhtmlXCommon.js\' % portal_path,\n
\'%s/ERP5Vcs_dhtmlXTree.js\' % portal_path,\n \'%s/ERP5VCS_dhtmlXTree.js\' % portal_path,\n
\'%s/ERP5Vcs_menuico.js\' % portal_path,\n \'%s/ERP5VCS_menuico.js\' % portal_path,\n
\'%s/ERP5Vcs_movableMenu.js\' % portal_path,\n \'%s/ERP5VCS_movableMenu.js\' % portal_path,\n
\'%s/ERP5Vcs_doCreateJavaScriptStatus.js\' % portal_path]">\n \'%s/ERP5VCS_doCreateJavaScriptStatus.js\' % portal_path]">\n
<tal:block metal:use-macro="here/view_main/macros/master">\n <tal:block metal:use-macro="here/view_main/macros/master">\n
<tal:block metal:fill-slot="main">\n <tal:block metal:fill-slot="main">\n
<script type="text/javascript" tal:content="string:var do_extract = ${do_extract};"/>\n <script type="text/javascript" tal:content="string:var do_extract = ${do_extract};"/>\n
...@@ -115,7 +115,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -115,7 +115,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div id="splashScreen" style="position:absolute;z-index:5;top:40%;left:35%; width: 300px; background-color: #cccccc; opacity: 0.6; border-style: solid; vertical-align: middle; text-align: center; color: #000066; font-weight: bold; border-width: 1px;">\n <div id="splashScreen" style="position:absolute;z-index:5;top:40%;left:35%; width: 300px; background-color: #cccccc; opacity: 0.6; border-style: solid; vertical-align: middle; text-align: center; color: #000066; font-weight: bold; border-width: 1px;">\n
<br/><br/><br/>\n <br/><br/><br/>\n
Checking for changes.<br/><br/>\n Checking for changes.<br/><br/>\n
<img src="ERP5Vcs_imgs/wait.gif" alt="Please wait..."/><br/><br/><br/><br/>\n <img src="ERP5VCS_imgs/wait.gif" alt="Please wait..."/><br/><br/><br/><br/>\n
</div>\n </div>\n
<div \n <div \n
id="treebox1" \n id="treebox1" \n
...@@ -124,7 +124,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -124,7 +124,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<div id="captionWindow" class="window" style="right:20px;left:auto;top:140px;width:120px;background-color:#dae6e6;border-color:#ebf8f8 #c0caca #c0caca #c0caca;">\n <div id="captionWindow" class="window" style="right:20px;left:auto;top:140px;width:120px;background-color:#dae6e6;border-color:#ebf8f8 #c0caca #c0caca #c0caca;">\n
<div class="titleBar" style="background-color:#dae6e6;color:black;">\n <div class="titleBar" style="background-color:#dae6e6;color:black;">\n
<span class="titleBarText">Legend -- SVN</span>\n <span class="titleBarText">Legend -- SVN</span>\n
<img class="titleBarButtons" alt="" src="ERP5Vcs_imgs/altbuttons.gif" longdesc="ERP5Vcs_imgs/altbuttonslow.gif" usemap="#sampleMap3" />\n <img class="titleBarButtons" alt="" src="ERP5VCS_imgs/altbuttons.gif" longdesc="ERP5VCS_imgs/altbuttonslow.gif" usemap="#sampleMap3" />\n
<map id="sampleMap3" name="sampleMap3">\n <map id="sampleMap3" name="sampleMap3">\n
<area shape="rect" coords="0,0,15,13" href="" alt="" title="Minimize" onclick="this.parentWindow.minimize();return false;" />\n <area shape="rect" coords="0,0,15,13" href="" alt="" title="Minimize" onclick="this.parentWindow.minimize();return false;" />\n
<area shape="rect" coords="16,0,31,13" href="" alt="" title="Restore" onclick="this.parentWindow.restore();return false;" />\n <area shape="rect" coords="16,0,31,13" href="" alt="" title="Restore" onclick="this.parentWindow.restore();return false;" />\n
...@@ -153,11 +153,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n ...@@ -153,11 +153,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
<script type="text/javascript">\n <script type="text/javascript">\n
// Menu Customization\n // Menu Customization\n
var MenuToolBar=new CreateToolBarMenu("#dae6e6", "#ffffff", "#b1bbbb", "#6699ff", "font-family:verdana;font-size:11px;color:black;font-weight:bold", 16, 16)\n var MenuToolBar=new CreateToolBarMenu("#dae6e6", "#ffffff", "#b1bbbb", "#6699ff", "font-family:verdana;font-size:11px;color:black;font-weight:bold", 16, 16)\n
MenuToolBar.Add("ERP5Vcs_imgs/captionoff.png", "ERP5Vcs_imgs/captionon.png", "Show Legend", "#", "winList[\'captionWindow\'].open();");\n MenuToolBar.Add("ERP5VCS_imgs/captionoff.png", "ERP5VCS_imgs/captionon.png", "Show Legend", "#", "winList[\'captionWindow\'].open();");\n
MenuToolBar.Add("ERP5Vcs_imgs/expandoff.png", "ERP5Vcs_imgs/expandon.png", "Expand / Collapse", "#", "expandCollapse();");\n MenuToolBar.Add("ERP5VCS_imgs/expandoff.png", "ERP5VCS_imgs/expandon.png", "Expand / Collapse", "#", "expandCollapse();");\n
MenuToolBar.Add("ERP5Vcs_imgs/diffoff.png", "ERP5Vcs_imgs/diffon.png", "View Diff", "#", "viewDiff(0,document.getElementById(\'main_form\'));");\n MenuToolBar.Add("ERP5VCS_imgs/diffoff.png", "ERP5VCS_imgs/diffon.png", "View Diff", "#", "viewDiff(0,document.getElementById(\'main_form\'));");\n
MenuToolBar.Add("ERP5Vcs_imgs/execoff.png", "ERP5Vcs_imgs/execon.png", "Commit Changes", "#", "commit(0,document.getElementById(\'main_form\'));");\n MenuToolBar.Add("ERP5VCS_imgs/execoff.png", "ERP5VCS_imgs/execon.png", "Commit Changes", "#", "commit(0,document.getElementById(\'main_form\'));");\n
MenuToolBar.Add("ERP5Vcs_imgs/revertoff.png", "ERP5Vcs_imgs/reverton.png", "Revert Changes", "#", "revert(0,document.getElementById(\'main_form\'));");\n MenuToolBar.Add("ERP5VCS_imgs/revertoff.png", "ERP5VCS_imgs/reverton.png", "Revert Changes", "#", "revert(0,document.getElementById(\'main_form\'));");\n
// Menu Display\n // Menu Display\n
MenuToolBar.Display();\n MenuToolBar.Display();\n
doOnLoad();\n doOnLoad();\n
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_dhtmlXCommon.js</string> </value> <value> <string>ERP5VCS_dhtmlXCommon.js</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_dhtmlXTree.css</string> </value> <value> <string>ERP5VCS_dhtmlXTree.css</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_dhtmlXTree.js</string> </value> <value> <string>ERP5VCS_dhtmlXTree.js</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Vcs_doCreateJavaScriptDiff.js</string> </value> <value> <string>ERP5VCS_doCreateJavaScriptDiff.js</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -118,7 +118,7 @@ return \'\'\'\n ...@@ -118,7 +118,7 @@ return \'\'\'\n
var imAr = new Array(0);\n var imAr = new Array(0);\n
for(var i=0;i<imSrcAr.length;i++){\n for(var i=0;i<imSrcAr.length;i++){\n
imAr[imAr.length] = new Image();\n imAr[imAr.length] = new Image();\n
imAr[imAr.length-1].src = \'ERP5Vcs_imgs/\'+imSrcAr[i]\n imAr[imAr.length-1].src = \'ERP5VCS_imgs/\'+imSrcAr[i]\n
}\n }\n
}\n }\n
\n \n
...@@ -126,7 +126,7 @@ return \'\'\'\n ...@@ -126,7 +126,7 @@ return \'\'\'\n
preLoadImages();\n preLoadImages();\n
\n \n
tree=new dhtmlXTreeObject(document.getElementById(\'treebox1\'),\'100%%\',\'100%%\',0);\n tree=new dhtmlXTreeObject(document.getElementById(\'treebox1\'),\'100%%\',\'100%%\',0);\n
tree.setImagePath(\'ERP5Vcs_imgs/\');\n tree.setImagePath(\'ERP5VCS_imgs/\');\n
tree.setDragHandler();\n tree.setDragHandler();\n
tree.enableCheckBoxes(true)\n tree.enableCheckBoxes(true)\n
tree.enableThreeStateCheckboxes(true);\n tree.enableThreeStateCheckboxes(true);\n
...@@ -417,7 +417,7 @@ return \'\'\'\n ...@@ -417,7 +417,7 @@ return \'\'\'\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Vcs_doCreateJavaScriptStatus.js</string> </value> <value> <string>ERP5VCS_doCreateJavaScriptStatus.js</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ERP5Vcs_imgs</string> </value> <value> <string>ERP5VCS_imgs</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_menuico.js</string> </value> <value> <string>ERP5VCS_menuico.js</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_movableMenu.css</string> </value> <value> <string>ERP5VCS_movableMenu.css</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
<value> <string>ERP5Vcs_movableMenu.js</string> </value> <value> <string>ERP5VCS_movableMenu.js</string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
......
643 644
\ No newline at end of file \ No newline at end of file
...@@ -158,7 +158,7 @@ class WorkingCopy(Implicit): ...@@ -158,7 +158,7 @@ class WorkingCopy(Implicit):
path = '/'.join(path) path = '/'.join(path)
if html: if html:
return '&nbsp;&nbsp;<a href="%s"><img style="border:0" alt="Edit"' \ return '&nbsp;&nbsp;<a href="%s"><img style="border:0" alt="Edit"' \
' src="%s/ERP5Vcs_imgs/edit.png" /></a>' % (path, portal) ' src="%s/ERP5VCS_imgs/edit.png" /></a>' % (path, portal)
return path return path
return '' return ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment