[Vtigercrm-developers] vtiger CRM 5.0.1 / 5.0.0 Patch Release at hand.

ding jianting dfar2008 at gmail.com
Mon Oct 9 19:30:37 PDT 2006


Hi,all
Bugs about Report module:
ReportColumns.php:
line 116
From:
if(isset($mod_strings[$fieldlable]))
To:
if(isset($mod_strings[$fieldlabel]))

Reports.php
function getSelectedColumnsList
From:
$fieldlist = explode(":",$fieldcolname);
if($fieldcolname != "")
{
   $shtml .= "<option value=\"".$fieldcolname."\">".str_replace($modules,"
",$fieldlist[2])."</option>";
}
To:
$fieldlist = explode(":",$fieldcolname);
            $fieldlabel_array = explode("_",$fieldlist[2]);
            $mod_strings =
return_module_language($current_language,$fieldlabel_array[0]);


//vtiger_contactdetails:firstname:Contacts_First_Name:firstname:V
            if($fieldcolname != "")
            {
                $fieldlabel = trim(str_replace($modules," ",$fieldlist[2]));
                if(isset($mod_strings[$fieldlabel])) {
                    $shtml .= "<option
value=\"".$fieldcolname."\">".$mod_strings[$fieldlabel]."</option>";
                } else {
                    $shtml .= "<option
value=\"".$fieldcolname."\">".$fieldlabel."</option>";
                }
            }

This patch is useful for non English language.
If any problems, pls feel free to let me know.
Thanks and regards,
Tim Ding


On 10/10/06, Philip <philip at vtiger.com> wrote:
>
> Hi Developers,
>
> We have updated our online demo http://en.vtiger.com with vtiger CRM 5 Patch 1, this is due for release
> at any moment.
>
> We have fixed about 71 issues after v5.0
>  Release and intergrated code contributions from the community.
> Please refer our vtiger CRM Bug Tracker
> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=closed&group=owner&milestone=5.0.1&order=priority
>
>
> We have added the following code contribution, our thanks are due to the contributors.
>
> 1) To Support UTF - 8 in vtiger CRM
>
> 2) JS Calendar Problem in year selection  -
> http://forums.vtiger.com/viewtopic.php?t=10350
>
> 3) Quick fix for Firefox toolbar -  _
> http://forums.vtiger.com/viewtopic.php?t=10255
>
> 4) 'All Menu' div issue - http://forums.vtiger.com/viewtopic.php?t=10351
>
> 5) vtiger_Multi-select combo boxes  -
> http://forums.vtiger.com/viewtopic.php?p=34249#34249
>
> 6) vtiger_Products, Sales Orders, and Vendors broken? -
> http://forums.vtiger.com/viewtopic.php?p=34251#34251
>
> 7) vtiger_Calendar parsing error`in addEventUI.php -
> http://forums.vtiger.com/viewtopic.php?p=34253#34253
>
> We'll be integrating, the rest of the comunity's feedback and
> contributions our forthcoming patch releases.
>
> We request you to test our demo site and post your feedbacks.
>
> We thank all our developers for their continous support  to vtiger CRM.
>
> Regards,
> Philip
>
>
> _______________________________________________
> Reach hundreds of potential candidates - http://jobs.vtiger.com
>
>


-- 
________________________________________
中国开源客户关系管理系统: http://www.c3crm.com
-----------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20061010/284a5136/attachment-0004.html 


More information about the vtigercrm-developers mailing list