Hi Patrick, <br><br>Apologize for the delay in getting back to you. Currently we are a bit held up with vtigerCRM 5.0.4 release. However, we have installed you source and have had a feel of it, but were not able to analyze&nbsp; in detail.
<br><br>Right now, the feature integration for 5.0.4 is done and we are working on only the Critical, Major bug fixes reported over 5.0.4 RC. Once the 5.0.4 release is done, we will definitely analyze your patch in detail and will update you with the details for the features that we will move into 
5.1 release from your source code<br><br>Kindly bear with us in the mean time.<br><br>Thanks &amp; Regards,<br>Don<br>vtigerCRM<br><br><br><br><br><br><div><span class="gmail_quote">On 1/18/08, <b class="gmail_sendername">
Patrick Reynolds</b> &lt;<a href="mailto:patrick.reynolds@digi-sign.com">patrick.reynolds@digi-sign.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi there,<br><br>I realise you&#39;re all busy with the new release (looks excellent by the way<br>;-) but I&#39;m wondering if you&#39;ve any feedback for me on the source code &amp;<br>features we sent you?<br><br>Many Thanks,
<br><br>Patrick Reynolds<br>Email: <a href="mailto:patrick.reynolds@digi-sign.com">patrick.reynolds@digi-sign.com</a><br><br>Why not preview the Greatest Innovation in SSL technology in more than 13<br>years at <a href="http://www.digi-sign.com/aacd">
http://www.digi-sign.com/aacd</a><br><br>Direct Dial&nbsp;&nbsp;: +353&nbsp;&nbsp;1 662-1249<br>Mobile/Cell&nbsp;&nbsp;: +353 87 256-0337<br>Toll Free USA:&nbsp;&nbsp;+1 800 959-4039<br><br>The Certificate Corporation<br><br>------------------------0------------------------
<br>The information&nbsp;&nbsp;in this&nbsp;&nbsp;email&nbsp;&nbsp;is&nbsp;&nbsp;confidential<br>and may be&nbsp;&nbsp;legally&nbsp;&nbsp;privileged.&nbsp;&nbsp; It is intended<br>solely for the&nbsp;&nbsp;addressee.&nbsp;&nbsp; Access to this email<br>by anyone else is&nbsp;&nbsp;unauthorised.&nbsp;&nbsp;If you&nbsp;&nbsp;are not<br>the intended recipient,&nbsp;&nbsp;any disclosure, copying,
<br>distribution or any action taken or omitted to be<br>taken in reliance on it, is prohibited and may be<br>unlawful. Digi-Sign Limited Registered in Ireland<br>No. 351655. Registered Address: Enterprise Centre<br>Taylor&#39;s Lane, Dublin 8. IRELAND
<br>------------------------0------------------------<br>-----Original Message-----<br>From: <a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com">vtigercrm-developers-bounces@lists.vtigercrm.com</a><br>[mailto:
<a href="mailto:vtigercrm-developers-bounces@lists.vtigercrm.com">vtigercrm-developers-bounces@lists.vtigercrm.com</a>] On Behalf Of carlo<br>beschi<br>Sent: 18 January 2008 12:05<br>To: <a href="mailto:vtigercrm-developers@lists.vtigercrm.com">
vtigercrm-developers@lists.vtigercrm.com</a>; <a href="mailto:santacroce@nablacom.it">santacroce@nablacom.it</a>; Tullio<br>Bezzornia<br>Subject: Re: [Vtigercrm-developers] Error in Report.tpl<br><br>Hi Roberto, all<br><br>
thanks for the fix :-)<br><br>I&#39;ve updated <a href="http://vtiger.studiosynthesis.biz/504-rc2/">http://vtiger.studiosynthesis.biz/504-rc2/</a> (live demo of<br>vtiger crm&nbsp;&nbsp;5.0.4 RC2 with italian language pack).<br><br>
I fixed a second bug of the italian/international version, thanks to<br>Tullio Bezzornia (all credits to him for submitting the bug and<br>providing the patch :-)):<br><br>while in a module, like Accounts, selecting the module (not the global)
<br>search, and the option advanced search, the &quot;show more&quot; option doesn&#39;t<br>work and generates an error<br><br>invalid flag after regular expression<br>[Break on this error]<br><br>this is because of the &quot;è&quot; character
<br><br>Tullio fixed this modifying /include/utils/SearchUtils.php adding at<br>line 528<br><br>$fieldlabel = str_replace (&quot;&#39;&quot;,&quot;`&quot;, $fieldlabel );<br><br><br>and replacing around line 613<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$CRIT_OPT = &quot;&lt;option
<br>value=\&#39;cts\&#39;&gt;&quot;.$app_strings[&#39;contains&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;dcts\&#39;&gt;&quot;.$app_strings[&#39;does_not_contains&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;is\&#39;&gt;&quot;.$app_strings[&#39;is&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;isn\&#39;&gt;&quot;.$app_strings[&#39;is_not&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;bwt\&#39;&gt;&quot;.$app_strings[&#39;begins_with&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;ewt\&#39;&gt;&quot;.$app_strings[&#39;ends_with&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;grt\&#39;&gt;&quot;.$app_strings[&#39;greater_than&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;lst\&#39;&gt;&quot;.$app_strings[&#39;less_than&#39;].&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grteq\&#39;&gt;&quot;.$app_strings[&#39;greater_or_equal&#39;].&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;lsteq\&#39;&gt;&quot;.$app_strings[&#39;less_or_equal&#39;].&quot;&lt;/option&gt;&quot;;<br><br>with<br><br>$CRIT_OPT = &quot;&lt;option value=\&#39;cts\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;contains&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;dcts\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;does_not_contains&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;is\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;is&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;isn\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;is_not&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;bwt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;begins_with&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;ewt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;ends_with&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grt\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;greater_than&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;lst\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;less_than&#39;]).&quot;&lt;/option&gt;&lt;option<br>value=\&#39;grteq\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;greater_or_equal&#39;]).&quot;&lt;/option&gt;&lt;option
<br>value=\&#39;lsteq\&#39;&gt;&quot;.str_replace<br>(&quot;&#39;&quot;,&quot;`&quot;,$app_strings[&#39;less_or_equal&#39;]).&quot;&lt;/option&gt;&quot;;<br><br><br><br>Ciao,<br><br>Carlo<br><br><br>Santacroce ha scritto:
<br>&gt; Hi there,<br>&gt;<br>&gt; during the test of the RC in italian localization I found a bug: in the<br>&gt; report list page when I click on the '+' button the voices of the menù are<br>&gt; hidden if the value store in
<br>&gt;<br>&gt; $app_list_strings = Array (<br>&gt;<br>&gt;&nbsp;&nbsp; &#39;moduleList&#39;<br>&gt;<br>&gt; are different from the english name. So the menù had all empty voices.<br>&gt;<br>&gt; The code interested from the bug is in the file
<br>\Smarty\templates\Report.tpl<br>&gt; at line 62<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;javascript:CreateReport(&#39;{$modulename}&#39;);&quot;<br>&gt; class=&quot;drop_down&quot;&gt;- {$APP.$modules}&lt;/a&gt;<br>
&gt;<br>&gt; To correct this bug replace this string with<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;javascript:CreateReport(&#39;{$modulename}&#39;);&quot;<br>&gt; class=&quot;drop_down&quot;&gt;- {$modules}&lt;/a&gt;<br>
&gt;<br>&gt; Roberto<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Reach hundreds of potential candidates - 
<a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br>
<br><br>_______________________________________________<br>Reach hundreds of potential candidates - <a href="http://jobs.vtiger.com">http://jobs.vtiger.com</a><br></blockquote></div><br>