<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Deleting a specific document version in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63007#M39433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can override the "deleteSpace" dialog configuration to point to your custom JSP page with the extra option and also extend the DeleteSpaceDialog class to deal with the new option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the following wiki pages for examples of creating/customising dialogs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Customising_The_Create_Content_Wizard" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Customising_The_Create_Content_Wizard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2007 08:12:01 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2007-02-20T08:12:01Z</dc:date>
    <item>
      <title>Deleting a specific document version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63006#M39432</link>
      <description>Hi,I am using Alfresco 1.4.At the moment when I click on the "delete" button, the web client asks me if I want to delete all document versions.I would like to know how to customize the web client application to allow deletion of a specific document version, for example the last one.Thank you for you</description>
      <pubDate>Sun, 18 Feb 2007 13:35:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63006#M39432</guid>
      <dc:creator>pf</dc:creator>
      <dc:date>2007-02-18T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a specific document version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63007#M39433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can override the "deleteSpace" dialog configuration to point to your custom JSP page with the extra option and also extend the DeleteSpaceDialog class to deal with the new option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the following wiki pages for examples of creating/customising dialogs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Customising_The_Create_Content_Wizard" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Customising_The_Create_Content_Wizard&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 08:12:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63007#M39433</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-02-20T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a specific document version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63008#M39434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To delete document versions, I extended DeleteContentDialog (for the dialog "deleteFile") and created a specific jsp based off of delete.jsp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, with a document listing these versions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if I delete the node representing "1.3"&amp;nbsp; such as "workspace://lightWeightVersionStore/0ab25820-ccad-11db-80e0-357d7053c850"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by using&amp;nbsp; "nodeService.deleteNode(nodeRef)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;each document version node previous to "1.3" is also deleted and the result of the process is that only version "1.4" remains.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to delete only version "1.3" without deleteing previous versions as well.&amp;nbsp; Have any of yall found a way around this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 13:52:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63008#M39434</guid>
      <dc:creator>travman</dc:creator>
      <dc:date>2007-03-07T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a specific document version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63009#M39435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't currently support the deletion of individual version in a version history.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably the best way to go about doing this, should you need to, is to look at the structure of the version store and delete the version from there directly.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the version has been removed you will need to re-patch the version history sequence correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 10:28:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63009#M39435</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-03-08T10:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting a specific document version</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63010#M39436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Regarding something similar to this topic …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to delete all versions except the last one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The main problem i try to solve is that I set mandatory-aspect versionable for all content (large content ~4GB) , and now the repository is extremely slow when copying , updating or downloading from CIFS or FTP .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that the system becomes unusable when verionable is activated for all repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I am using Alfresco 2.0 community version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 13:40:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deleting-a-specific-document-version/m-p/63010#M39436</guid>
      <dc:creator>coffman</dc:creator>
      <dc:date>2007-03-09T13:40:43Z</dc:date>
    </item>
  </channel>
</rss>

