Commit afa81d77 authored by Christophe Dumez's avatar Christophe Dumez

- small improvements

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7342 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 634c25c8
......@@ -81,7 +81,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BusinessTemplate_doSvnUpdatewc</string> </value>
<value> <string>string:${object_url}/BusinessTemplate_viewSvnStatus</string> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.ActionInformation</string>
<string>ActionInformation</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_action</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>svn_update_working_copy</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string></string>
</tuple>
</value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>12.5</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Update local working copy from SVN</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.Expression</string>
<string>Expression</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/BusinessTemplate_doSvnUpdatewc</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -78,7 +78,7 @@ except SubversionLoginError, error1 :\n
return context.asContext(caller=\'updatewc\', realm = error1.getRealm(), username = context.getPortalObject().portal_preferences.getPreference(\'preferred_subversion_user_name\')).BusinessTemplate_viewSvnLogin()\n
\n
context.REQUEST.set(\'portal_status_message\', \'Working Copy updated successfully.\')\n
return context.BusinessTemplate_viewSvnStatus()\n
return context.REQUEST.RESPONSE.redirect(context.absolute_url() + \'/BusinessTemplate_viewSvnStatus\')\n
</string> </value>
</item>
<item>
......
2006-05-18 chris
* fixed some bugs in sslTrust / login
* added action to update local working copy
2006-05-17 chris
* added search engine for orphan objects : Base_viewOrphanObjects
......
......@@ -9,6 +9,7 @@ Business Template | commit
Business Template | svn_cleanup_locks
Business Template | svn_conflicted_files
Business Template | svn_unversioned_files
Business Template | svn_update_working_copy
Business Template | switch_svn_repos
Business Template | update_svn_wc
Business Template | view_svn_repos_infos
......
0.7
\ No newline at end of file
0.7.1
\ No newline at end of file
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