<?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 Changing link.description field length in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244259#M197389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone found a way to increase the character limit for Links description fields?&amp;nbsp; Right now it's 255 (or 256?) characters.&amp;nbsp; It has been "suggested" to me that that's not enough.&amp;nbsp; I went through the mysql database and none of the tables seemed to jump out at me.&amp;nbsp; I've been going through the many lucene indexes (by using luke &lt;/SPAN&gt;&lt;A href="http://www.getopt.org/luke/" rel="nofollow noopener noreferrer"&gt;http://www.getopt.org/luke/&lt;/A&gt;&lt;SPAN&gt; ) but haven't found any sort of definition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2009 20:27:01 GMT</pubDate>
    <dc:creator>dwinfield</dc:creator>
    <dc:date>2009-08-28T20:27:01Z</dc:date>
    <item>
      <title>Changing link.description field length</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244259#M197389</link>
      <description>Has anyone found a way to increase the character limit for Links description fields?&amp;nbsp; Right now it's 255 (or 256?) characters.&amp;nbsp; It has been "suggested" to me that that's not enough.&amp;nbsp; I went through the mysql database and none of the tables seemed to jump out at me.&amp;nbsp; I've been going through the many</description>
      <pubDate>Fri, 28 Aug 2009 20:27:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244259#M197389</guid>
      <dc:creator>dwinfield</dc:creator>
      <dc:date>2009-08-28T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing link.description field length</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244260#M197390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To give an update, I opened up the alfresco_node_properties table, found a link, and changed the description to contain 400 or so characters.&amp;nbsp; This was saved to the database correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When viewing it, I can view all the characters.&amp;nbsp; When I click to edit the link, it's truncated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, using firebug plugin for firefox, I see that the response does have all the text it the json representation.&amp;nbsp; So really, what's limiting it?&amp;nbsp; is it the fact that it's a "&amp;lt;textarea&amp;gt;" and maybe the yahoo SimpleEditor (or tiny mce) is supposed to take control of all of those elements?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 16:00:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244260#M197390</guid>
      <dc:creator>dwinfield</dc:creator>
      <dc:date>2009-08-31T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing link.description field length</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244261#M197391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's in linkedit.js, line #251&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;// Description&lt;BR /&gt;this.widgets.linkForm.addValidation(this.id + "-description", Alfresco.forms.validation.length,&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; max: 256,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; crop: true&lt;BR /&gt;}, "keyup");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Change 256 there - I'd recommend no more than 2048 though, otherwise you might start getting slow page loads, etc.&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, 31 Aug 2009 18:23:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244261#M197391</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-08-31T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing link.description field length</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244262#M197392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good lord, such an easy change.&amp;nbsp; I think I searched for "255" instead of 256 and eclipse told me no results found…which is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 14:13:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/changing-link-description-field-length/m-p/244262#M197392</guid>
      <dc:creator>dwinfield</dc:creator>
      <dc:date>2009-09-01T14:13:12Z</dc:date>
    </item>
  </channel>
</rss>

