<?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 Tag count more than 1000 not show in left panel (3.3g) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253930#M207060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Share documentLibraray Tags area ( left pannel)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tags&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; draft(999)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I tag one more file with tag "draft", the Tags area will show nothing. And if I remove one tag "draft", the Tags area will show "draft(999)" again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to set system.acl.maxPermissionChecks=1000 to system.acl.maxPermissionChecks=10000 in repository.properties file, then restart alfresco, but still show nothing in Tags area if tag draft count more than 1000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 03:54:42 GMT</pubDate>
    <dc:creator>vincentng</dc:creator>
    <dc:date>2011-04-15T03:54:42Z</dc:date>
    <item>
      <title>Tag count more than 1000 not show in left panel (3.3g)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253930#M207060</link>
      <description>In Share documentLibraray Tags area ( left pannel)—————————Tags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; draft(999)—————————If I tag one more file with tag "draft", the Tags area will show nothing. And if I remove one tag "draft", the Tags area will show "draft(999)" again.I try to set system.acl.maxPermissionChecks=1000 to system.acl.</description>
      <pubDate>Fri, 15 Apr 2011 03:54:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253930#M207060</guid>
      <dc:creator>vincentng</dc:creator>
      <dc:date>2011-04-15T03:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tag count more than 1000 not show in left panel (3.3g)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253931#M207061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Find the reason. Caz tag count over 1000 it will return "draft(1,000)", and JSON render the response's string with comma will has a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit "tagging.lib.ftl" file and change &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"count" : ${(item.count)}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"count" : ${(item.count + "")?replace(",","")}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 01:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253931#M207061</guid>
      <dc:creator>vincentng</dc:creator>
      <dc:date>2011-04-18T01:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tag count more than 1000 not show in left panel (3.3g)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253932#M207062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, it should be &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${item.count?c}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;It was fixed on HEAD in September and therefore isn't a problem on newer versions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 08:01:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253932#M207062</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-18T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tag count more than 1000 not show in left panel (3.3g)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253933#M207063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${item.count?c}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Works! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 08:28:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tag-count-more-than-1000-not-show-in-left-panel-3-3g/m-p/253933#M207063</guid>
      <dc:creator>vincentng</dc:creator>
      <dc:date>2011-04-18T08:28:56Z</dc:date>
    </item>
  </channel>
</rss>

