<?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: Repository left side tree in alfresco share take too many memory and slowly loading time in IE.(If there are over 1000 folders) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305219#M258349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,Scouil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am now okay for my tree implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,Alfresco repository tree use treenode API service "GET /alfresco/s/slingshot/doclib/treenode/site/{site}/{container}/{path}".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That api url included "children" and "max" parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added new new parameter like "pageNo" in that service and copy and create as new service with difference name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Other actions like "move to","copy" is okay to use original service or they can use my new service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I customized the treeview rendering process in client side javascript "tree.js".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it is okay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 07:09:23 GMT</pubDate>
    <dc:creator>tinlinnnsoe</dc:creator>
    <dc:date>2013-09-24T07:09:23Z</dc:date>
    <item>
      <title>Repository left side tree in alfresco share take too many memory and slowly loading time in IE.(If there are over 1000 folders)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305217#M258347</link>
      <description>Hi everybody,I used the alfresco community 4.0 d version and I also customized it from last year.Now I found one problem in community edition.In Alfresco Share,When I click repository menu in Header,in the left side tree display folder structure.There is one problem that if there are more than 1000</description>
      <pubDate>Mon, 05 Aug 2013 12:01:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305217#M258347</guid>
      <dc:creator>tinlinnnsoe</dc:creator>
      <dc:date>2013-08-05T12:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Repository left side tree in alfresco share take too many memory and slowly loading time in IE.(If there are over 1000 folders)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305218#M258348</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;If I remember well the webservice that is called here already accepts a "max" parameter that is -1 by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So that customisation is probably possible with some client-side customisation only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also one thing you have to be careful about, that exact same tree component is reused in several places.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example I think when you perform the "move to" action, that's the same component. So make sure your customisation fits both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 16:04:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305218#M258348</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2013-08-06T16:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Repository left side tree in alfresco share take too many memory and slowly loading time in IE.(If there are over 1000 folders)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305219#M258349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you,Scouil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am now okay for my tree implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,Alfresco repository tree use treenode API service "GET /alfresco/s/slingshot/doclib/treenode/site/{site}/{container}/{path}".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That api url included "children" and "max" parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added new new parameter like "pageNo" in that service and copy and create as new service with difference name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Other actions like "move to","copy" is okay to use original service or they can use my new service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I customized the treeview rendering process in client side javascript "tree.js".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now it is okay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 07:09:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/repository-left-side-tree-in-alfresco-share-take-too-many-memory/m-p/305219#M258349</guid>
      <dc:creator>tinlinnnsoe</dc:creator>
      <dc:date>2013-09-24T07:09:23Z</dc:date>
    </item>
  </channel>
</rss>

