From vtiger-tickets at trac.vtiger.com Tue Sep 2 09:34:23 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 02 Sep 2008 16:34:23 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange Message-ID: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------------------+---------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: stage status quotes invoice | -----------------------------------------+---------------------------------- Hi[[BR]] When you create a Quote, Invoice, PS, SO etc. The status or stage is accepted or approuved, which is clearly not the first step. Here there is a sort that may not be.[[BR]] Just delete the sort (the worst is that when you translate, even the alphabetic order is not respected)[[BR]] This does not occures with other picklist. They just use row order.[[BR]] Regards,[[BR]] Olivier -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 2 10:08:48 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 02 Sep 2008 17:08:48 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange In-Reply-To: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> References: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> Message-ID: <058.c4554d4aedbb4d66142daffb9012a98d@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------+---------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: stage status quotes invoice -----------------------------+---------------------------------------------- Comment (by OlivierAufrere): Here is a fix, please check it (according to 5.0.4):[[BR]] in include/utils/EditViewUtils.php[[BR]] after //Query modified to fix the order of the picklist values ticket #4367[[BR]] if($module_name == 'HelpDesk' && $fieldname == 'ticketstatus')[[BR]] {[[BR]] $pick_query.=" order by ".$fieldname."_id asc";[[BR]] }[[BR]] else if($module_name != 'Events' && $module_name != 'Calendar')[[BR]] $pick_query.=" order by $fieldname asc";[[BR]] [[BR]] May be applicable to admin to, then move it after the next }[[BR]] [[BR]] and to solve the sort trouble, change the last line to:[[BR]] $pick_query.=" order by ".$fieldname."id asc"; -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 4 09:16:08 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 04 Sep 2008 16:16:08 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5345: E-Mail Campaigns - Sending Mail Message-ID: <046.c59fa7b54ff7275b96f29800d8fdab08@trac.vtiger.com> #5345: E-Mail Campaigns - Sending Mail -------------------------+-------------------------------------------------- Reporter: Neal.Revell | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- A couple of problems really, Firstly, within the Campaigns module, is it possible to add Contacts that you wish to send e-mail campaigns to directly into the BCC: field rather than into the To: field, then having to copy and paste? If that is the only way to do it, then I have another problem because the BCC: field does not accept the format that is put into the To: field, which is: LASTNAME FIRSTNAME , but if you just put in the EMAIL at DOMAIN.COM into the BCC: field, then it works fine. The other problem I am having is how to select the contacts to who I wish to send the e-mail campaign to in the first place. I have setup various filters allowing me to select the correct audience, but I then wish to delete some of those contacts to who I do not wish to send e-mails too. After deleting them from the list, when I click on the Send Mail, it does not update the To: field correctly, and appears to pull a completely different listing from the contacts that I wish to send mail to! Screenshots to follow soon, once I take them, hopefully there is enough information there for someone to know what I am on about! -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 00:50:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 07:50:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange In-Reply-To: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> References: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> Message-ID: <058.a67542040a7e418cae170cfc3c4e2b25@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------+---------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: stage status quotes invoice -----------------------------+---------------------------------------------- Comment (by OlivierAufrere): Sorry I forgot:[[BR]] You must change the line:[[BR]] if($module_name == 'HelpDesk' && $fieldname == 'ticketstatus')[[BR]] to[[BR]] if($module_name == 'HelpDesk') -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 08:40:07 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 15:40:07 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5346: Menu problems in Google Chrome and Safari on Windows Vista Message-ID: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> #5346: Menu problems in Google Chrome and Safari on Windows Vista ----------------------------+----------------------------------------------- Reporter: arthur.bogatyr | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Keywords: | ----------------------------+----------------------------------------------- Menu doesn't work correctly in Google Chrome and Safari on Windows Vista. Pull down menu hides when trying to put mouse on it. OS: Windows Vista Basic SP1 Browsers: Safari 3.1.2 (525.21) Google Chrome 0.2.149.27 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 16:14:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 23:14:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5347: getRecordOwnerId() fails when group assigned to new module Message-ID: <044.a692c412c48e924e3b2493acf0558dbe@trac.vtiger.com> #5347: getRecordOwnerId() fails when group assigned to new module ------------------------+--------------------------------------------------- Reporter: joebordes | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- In the include/utils/utils.php::getRecordOwnerId() function there is an if-else cascade to fetch the group that owns an entity. This cascade defaults to an sql that uses the construction: select vtiger_groups.groupid from vtiger_".$module."grouprelation inner... In the case of a new module, for example Timesheet, this ends up calling the table vtiger_Timesheetgrouprelation, which does not exist because the real table is all lower case letters (as all the rest in the application). I propose converting the module name to lower case as the alternative of creating the database table in camelcase is a lot more work. Joe TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sun Sep 7 10:35:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sun, 07 Sep 2008 17:35:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5348: Microsoft Word plugin Spanish translation Message-ID: <044.834021a4be9c86be99b7fda947ad006d@trac.vtiger.com> #5348: Microsoft Word plugin Spanish translation --------------------------------------------------+------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: wordintegration | Version: 5.0.4 Keywords: i18n translation spanish word office | --------------------------------------------------+------------------------- Microsoft Office Word plugin Spanish translation -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 01:38:12 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 08:38:12 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5349: Multiple mails sent when outgoing server id is gmail Message-ID: <042.eb1fae58e205e8abe3308295dee66a82@trac.vtiger.com> #5349: Multiple mails sent when outgoing server id is gmail ------------------------+--------------------------------------------------- Reporter: preethi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- To reproduce this error follow these steps: 1. Configure the outgoing serverid with gmail id say x at gmail.com 2. Send a mail to multiple contacts, one of who has x at gmail.com and one who has the same id as admin's id. Outcome: x at gmail.com will receive 2 mails, one which was sent to x at gmail.com and one which was sent to admin's id. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 06:08:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 13:08:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5350: Converting PreparedStatement to SQL API Fixes Message-ID: <041.9f2c13c7dd8fd0beef6d490e26551902@trac.vtiger.com> #5350: Converting PreparedStatement to SQL API Fixes -----------------------+---------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Noticed the regex used in convert2Sql API PearDatabase having performance issue. Kindly look at the attached file with fixes added in PearDatabase->convert2Sql and PreparedQMark2SqlValue->call functions. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 07:08:57 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 14:08:57 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5351: Two gmail accounts, two vTiger users, only one can webmail Message-ID: <053.c2db35ab523595249ad81a4ea2ae65b4@trac.vtiger.com> #5351: Two gmail accounts, two vTiger users, only one can webmail -------------------------------------------+-------------------------------- Reporter: martin.mgscreativa | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Keywords: gmail imap webmail connection | -------------------------------------------+-------------------------------- Hello...i have two gmail accouns...one completly empty and the other with 2500 emails in the inbox. If I log in with the user with the empty gmail account, I can send an receive Gmail emails as I wish... If I log in with the user with the 2500 inbox emails Gmail account, I can?t do anything and allways get the email configuration error message. Here is the log dump for each vTiger user... vTiger user Martin associated with ghiamar at gmail.com no emails in inbox, that?s ok...I can send and receive as i wish... Quote: 09/10/08 17:00:39,281 [1620] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 17:00:39,282 [1620] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 17:00:39,282 [1620] DEBUG index - Entering getMailServerInfo(Martin) method ... 09/10/08 17:00:39,283 [1620] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 17:00:39,284 [1620] DEBUG index - Prepared sql query parameters : [9] 09/10/08 17:00:39,286 [1620] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 17:00:39,291 [1620] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 17:00:39,292 [1620] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 17:00:39,293 [1620] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 17:00:39,316 [1620] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 17:00:39,317 [1620] INFO VT - PearDatabase ->Building connection string 09/10/08 17:00:39,317 [1620] INFO VT - PearDatabase ->Done Building Connection String.. {209.85.163.109:993/imap2/ssl/novalidate- cert/user=ghiamar at gmail.com}INBOX Connecting to box 09/10/08 17:00:40,841 [1620] INFO VT - PearDatabase ->Done connecting to box 09/10/08 17:00:40,842 [1620] INFO VT - PearDatabase ->Loading mail list 09/10/08 17:00:40,843 [1620] INFO VT - PearDatabase ->Exiting MailBox(INBOX) 09/10/08 17:00:40,866 [1620] DEBUG index - Entering isPermitted(Contacts,EditView,) method ... 09/10/08 17:00:40,869 [1620] DEBUG index - Entering getTabid(Contacts) method ... 09/10/08 17:00:40,870 [1620] DEBUG index - Exiting getTabid method ... 09/10/08 17:00:40,870 [1620] DEBUG index - Entering getActionid(EditView) method ... 09/10/08 17:00:40,871 [1620] INFO index - get Actionid EditView 09/10/08 17:00:40,872 [1620] INFO index - action id selected is 1 09/10/08 17:00:40,873 [1620] DEBUG index - Exiting getActionid method ... 09/10/08 17:00:40,873 [1620] DEBUG index - Entering getActionname(1) method ... 09/10/08 17:00:40,874 [1620] DEBUG index - Exiting getActionname method ... 09/10/08 17:00:40,875 [1620] DEBUG index - Exiting isPermitted method ... 09/10/08 17:00:42,716 [1620] DEBUG index - Entering in function getTagCloudView(9) 09/10/08 17:00:42,716 [1620] DEBUG index - Prepared sql query being executed : select tagcloud_view from vtiger_users where id=? 09/10/08 17:00:42,717 [1620] DEBUG index - Prepared sql query parameters : [9] 09/10/08 17:00:42,718 [1620] DEBUG index - Exiting from function getTagCloudView(9) vTiger user daniela, associated with infoplaytime at gmail.com with 2600 inbox emails Quote: 09/10/08 16:55:47,169 [1620] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 16:55:47,170 [1620] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 16:55:47,170 [1620] DEBUG index - Entering getMailServerInfo(daniela) method ... 09/10/08 16:55:47,171 [1620] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 16:55:47,172 [1620] DEBUG index - Prepared sql query parameters : [7] 09/10/08 16:55:47,174 [1620] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 16:55:47,194 [1620] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 16:55:47,195 [1620] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 16:55:47,196 [1620] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 16:55:47,219 [1620] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 16:55:47,219 [1620] INFO VT - PearDatabase ->Building connection string 09/10/08 16:55:47,220 [1620] INFO VT - PearDatabase ->Done Building Connection String.. {209.85.163.109:993/imap2/ssl/novalidate- cert/user=infoplaytime at gmail.com}INBOX Connecting to box 09/10/08 16:56:49,786 [1620] INFO VT - PearDatabase ->CONNECTION ERROR - Could not be connected to the server using imap_open function through the connection strings {209.85.163.109:993/imap2/ssl/novalidate- cert/user=infoplaytime at gmail.com}INBOX and {209.85.163.109/imap2:993}INBOX vTiger user Martin with different Gmail account mgscreativa at gmail.com aprox 2500 inbox emails...APACHE HAGNS UP!!! Quote: 09/10/08 17:40:40,740 [3072] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 17:40:40,741 [3072] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 17:40:40,741 [3072] DEBUG index - Entering getMailServerInfo(daniela) method ... 09/10/08 17:40:40,741 [3072] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 17:40:40,742 [3072] DEBUG index - Prepared sql query parameters : [7] 09/10/08 17:40:40,745 [3072] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 17:40:40,765 [3072] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 17:40:40,766 [3072] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 17:40:40,766 [3072] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 17:40:40,790 [3072] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 17:40:40,790 [3072] INFO VT - PearDatabase ->Building connection string 09/10/08 17:40:40,791 [3072] INFO VT - PearDatabase ->Done Building Connection String.. {74.125.45.111:993/imap2/ssl/novalidate- cert/user=mgscreativa at gmail.com}INBOX Connecting to box 09/10/08 17:40:42,620 [3072] INFO VT - PearDatabase ->Done connecting to box 09/10/08 17:40:42,621 [3072] INFO VT - PearDatabase ->Loading mail list 09/10/08 17:41:43,301 [3072] INFO VT - PearDatabase ->Exiting MailBox(INBOX) 09/10/08 17:41:43,324 [3072] DEBUG index - Entering isPermitted(Contacts,EditView,) method ... 09/10/08 17:41:43,327 [3072] DEBUG index - Entering getTabid(Contacts) method ... 09/10/08 17:41:43,329 [3072] DEBUG index - Exiting getTabid method ... 09/10/08 17:41:43,329 [3072] DEBUG index - Entering getActionid(EditView) method ... 09/10/08 17:41:43,329 [3072] INFO index - get Actionid EditView 09/10/08 17:41:43,331 [3072] INFO index - action id selected is 1 09/10/08 17:41:43,331 [3072] DEBUG index - Exiting getActionid method ... 09/10/08 17:41:43,332 [3072] DEBUG index - Entering getActionname(1) method ... 09/10/08 17:41:43,333 [3072] DEBUG index - Exiting getActionname method ... 09/10/08 17:41:43,334 [3072] DEBUG index - Exiting isPermitted method ... Be adviced of this bug in vTiger... Any chance to solve it or workaround? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 00:25:42 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 07:25:42 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5352: imorted data can be deleted through browser Message-ID: <040.b8004e730a9fbdad36d0450e54cf5ae7@trac.vtiger.com> #5352: imorted data can be deleted through browser -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- step to reproduce: 1.on the last step of the import action click on '''finished button''', it will direct you to the list view of that module and you are able to see imported records. 2.now click on back button of the browser it will direct you to the last page of the import action and than click on the '''undo last import button''' 3. it will perform the undo action and all imported records are deleted now. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 02:50:16 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 09:50:16 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5353: contact detail view email listing Message-ID: <043.49437a577eba614c80cb8e5f1a533ebf@trac.vtiger.com> #5353: contact detail view email listing -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- if you have more than 20 emails sent to a contact you can navigate within the detail view at the email listings to display addtional pages. If you have more than 20 entries the edit button for the individual email does not work anymore, caused by a syntax error for the js script. To fix it replace at ListViewUtils.php: line 939: if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1) by if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1 && $module != 'Emails') -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 11:20:33 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 18:20:33 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox Message-ID: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- When you hover the mouse on the Analytics > Dashboard charts (like Pipeline) Tooltip appears when IE is used but it does not showup when Firefox is used. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 11:47:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 18:47:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox In-Reply-To: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> References: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> Message-ID: <050.8a1d5c143fedfeee1c102d1d0e626172@trac.vtiger.com> #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): Image Maps are created for rendering the Dashboard charts. Only alt tag is set for hence when mouse hovers over the area the tooltip appears on IE. {{{ admin - 1 opportunities where sales stage is Qualification }}} We need title to be set (with same message as alt) to make the tooltip appear in Firefox. {{{ admin - 1 opportunities where sales stage is Qualification }}} Image Map are being generated using the ImageGraph (Image) library, we need to identify how to create title attribute too. (Ex. look at file, modules/Dashboard/horizontal_bargraph.php) -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 04:30:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 11:30:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5346: Menu problems in Google Chrome and Safari on Windows Vista In-Reply-To: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> References: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> Message-ID: <058.85502ae85c3d8141a0f59200ff665785@trac.vtiger.com> #5346: Menu problems in Google Chrome and Safari on Windows Vista -----------------------------+---------------------------------------------- Reporter: arthur.bogatyr | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -----------------------------+---------------------------------------------- Comment (by Lukas): Solution: {{{ .drop_mnu { position: absolute; left: 0px; top: 0px; z-index: 1000000001; border: 1px solid #d3d3d3; margin-top:1px; /*added*/ width: 150px; display: none; padding:0px; text-align: left; overflow: hidden; background: #ffc; } .tabSelected, .tabUnSelected { background: url(images/toolbar-bg.png) bottom repeat-x #568EC5; font-weight: bold; font-size: 11px; padding: 7px 10px /*changed*/ } }}} Tested on WIN XP sp2 FF 3.2.0, MSIE8 beta (compatibility mode) , Chrome 0.2.149.29, Safari 3.1.2 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 06:43:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 13:43:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5355: i18n - module name in popup Message-ID: <040.d24dfbd7905b62284bea6694daf32ce1@trac.vtiger.com> #5355: i18n - module name in popup ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/PopupContents.tpl#L60 Smarty/templates/PopupContents.tpl line 60] + [http://trac.vtiger.com /cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/PopupContents.tpl#L60 line 62] from {{{ {$MODULE} }}} to {{{ {$APP[$MODULE]} }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 06:56:21 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 13:56:21 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5356: i18n - 's' for plural - no record/s found Message-ID: <040.7fcbd97c1f13c46bfc634db5bf64651d@trac.vtiger.com> #5356: i18n - 's' for plural - no record/s found ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ListViewEntries.tpl#L149 Smarty/templates/ListViewEntries.tpl line 149] + [http://trac.vtiger.com /cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ListViewEntries.tpl#L186 Smarty/templates/ListViewEntries.tpl line 186] there is 's' for plural, but in other languages we do not use 's' for plural identification. Please remove this hardcoded 's' ... -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 15 23:00:55 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 06:00:55 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5357: Query Failure in Home page Message-ID: <041.9eb8d33bcb71cd1f0f8f83fc8566cbdb@trac.vtiger.com> #5357: Query Failure in Home page -----------------------+---------------------------------------------------- Reporter: vamsee | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Query Failure is happening in home page when a group is created which do not have any members to that group STEPS TO REPRODUCE : 1.Create a Group and select all other groups as members of this group. 2.Delete all the groups except the newly Created one. 3.Sign out and sign in again , 4.The Query fails. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 00:21:43 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 07:21:43 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5358: Problem with Multi select combo boxes when importing Message-ID: <042.6d870eac75314103b02adf478d83b4ec@trac.vtiger.com> #5358: Problem with Multi select combo boxes when importing -----------------------------------+---------------------------------------- Reporter: sandeep | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: multiselect combo box | -----------------------------------+---------------------------------------- When trying to export a data of a records where you have two values from a multiselect box been selected they are exported properly but when we are importing they are shown as Not Accessible. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 06:18:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 13:18:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow Message-ID: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow ------------------------------+--------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrmoutlook | Version: 5.0.4 Keywords: | ------------------------------+--------------------------------------------- When you search for contact (by email) to associate the email from outlook, the result list will not show the details. This happens for cases where contact record id will be > 32767 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 06:22:48 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 13:22:48 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow In-Reply-To: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> References: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> Message-ID: <050.4621499874438b56003f83e6cd7c63bb@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow -------------------------------+-------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrmoutlook | Version: 5.0.4 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by prasad): Look at file: modVtigerUtils.bas {{{ Public gsContactEntityId() As Integer }}} This might be a cause for overflow (refer datatype size (vb 6.0): http://msdn.microsoft.com/en-us/library/7f5ztkz3(VS.80).aspx) Changing to String type could fix the issue {{{ Public gsContactEntityId() As String }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 14:37:26 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 21:37:26 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5360: i18n - hardcoded string in ComposeEmail.tpl Message-ID: <040.0f8a9f342bcc2a70c1a5538b8be2f4a3@trac.vtiger.com> #5360: i18n - hardcoded string in ComposeEmail.tpl ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ComposeEmail.tpl#L114 Smarty/templates/ComposeEmail.tpl on line 114] there is hardcoded/unable to transtate string "Files Maximum 6" in [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/include/language/en_us.lang.php#L664 include/languages/xy.lang.php] we have available 'Files_Maximum_6'=>... -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 17 02:14:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 17 Sep 2008 09:14:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5361: In PDF products per page not working correctly Message-ID: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> #5361: In PDF products per page not working correctly -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- I had changed the products per page in pdfconfig.php in tcpdf to $products_per_page="1"; so that I will have only 1 products per page. For example I have a quotation with 3 products. When I export to pdf, the first page is showing 1 product, which is correct. But the second page is showing 2 products. And the third page does not show any product at all. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 17 02:18:31 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 17 Sep 2008 09:18:31 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5361: In PDF products per page not working correctly In-Reply-To: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> References: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> Message-ID: <049.34a0d8d040e7bae5caf575038dc9460f@trac.vtiger.com> #5361: In PDF products per page not working correctly ------------------------+--------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by nitin): Right now we are including fpdf in place of tcpdf in this file include\tcpdf\templates\body.php, so for the first time its picking the value from tcpdf\pdfconfig.php but for the second time onwards its picking from fpdf\pdfconfig.php this will solve the problem. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 18 04:21:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 18 Sep 2008 11:21:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow In-Reply-To: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> References: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> Message-ID: <050.fc05f216c677980eefdcf98e33655311@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow -------------------------------+-------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: Component: vtigercrmoutlook | Version: 5.0.3 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by prasad): * version: 5.0.4 => 5.0.3 * milestone: 5.1.0 => Comment: The issue was in vtiger CRM 5.0.3 outlook plugin. In vtiger CRM 5.0.4 we are using Long instead of Integer, so the problem can happen if EntityId goes beyond 2,147,483,647 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 18 22:53:51 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 05:53:51 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5362: Unable to change length in a custom field Message-ID: <041.56fa627638d0afa78522c878eb808fd0@trac.vtiger.com> #5362: Unable to change length in a custom field -------------------------+-------------------------------------------------- Reporter: vamsee | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- The custom field length cannot be changed once it is created in a custom fields , though we are giving option to change the label name. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 04:07:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:07:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5363: one user can see the mail sent by other users(Product Bug) Message-ID: <041.024dc589f12a1645d248161dd2039bce@trac.vtiger.com> #5363: one user can see the mail sent by other users(Product Bug) ------------------------+--------------------------------------------------- Reporter: pratim | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- if I will go to more Information tag of Contact/Leads/Account there in More Information Tag under Add email Button I can see the mail sent to this person from by other users. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 04:29:35 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:29:35 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5364: Login, and click on "browser back" causes "mixed" screen Message-ID: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> #5364: Login, and click on "browser back" causes "mixed" screen -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- if the user hits a "browser back" after logging in to vtiger, he is presented with a screen that has a menu on the top, and the login screen in the middle Way to reproduce: Log in, and then go to index.php?action=Login&module=Users -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 04:34:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:34:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5364: Login, and click on "browser back" causes "mixed" screen In-Reply-To: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> References: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> Message-ID: <049.09fe90f54e7c20c05c4d88643e482024@trac.vtiger.com> #5364: Login, and click on "browser back" causes "mixed" screen ------------------------+--------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by nitin): To fix this issue: add these lines in index.php before '''if($use_current_login)''' this condition if (isset($_SESSION['authenticated_user_id']) && $module == 'Users' && $action == 'Login') { header("Location: index.php?action=$default_action&module=$default_module"); } -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 22 23:56:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 23 Sep 2008 06:56:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5365: Type of data field empty in vtiger_field Message-ID: <042.f4d782c4b6531585804ac1361e10276f@trac.vtiger.com> #5365: Type of data field empty in vtiger_field ------------------------+--------------------------------------------------- Reporter: preethi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- The query {{{ select typeofdata from vtiger_field where columnname='semodule' and tablename='vtiger_activity'; }}} will will return a blank typeofdatafield. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 06:25:12 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 13:25:12 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5366: Custom Fields support for FAQ module Message-ID: <044.f0298edb854f2a3b29630b47f8ed2b15@trac.vtiger.com> #5366: Custom Fields support for FAQ module -------------------------+-------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- Add custom field support to FAQ module.[[BR]] http://forums.vtiger.com/viewtopic.php?p=70907[[BR]] Joe[[BR]] TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 06:26:35 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 13:26:35 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5367: Attach files/documents/notes to FAQ Message-ID: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> #5367: Attach files/documents/notes to FAQ -------------------------+-------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- Add file attachment capability to FAQ module Joe TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 09:24:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 16:24:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5368: Outlook Plugin Security hole Message-ID: <043.22fb0aa7d1b927779fcaa7ec59d9a19d@trac.vtiger.com> #5368: Outlook Plugin Security hole ---------------------------+------------------------------------------------ Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Keywords: | ---------------------------+------------------------------------------------ see http://forums.vtiger.com/viewtopic.php?p=70910&sid=43ad7cbe4978338055100ad71b840dc6 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 07:23:18 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 14:23:18 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval Message-ID: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- I checked the code of the (not released) v.5.1 there with the SVN revision 12112 the issue intends to be fixed that the product description was not taken if you replaced an existing product by the popup. There are 2 issues with the revision provided: 1. There is an issue with LF and CR. If you product description contains line breaks, the producs.js will not accept it and fail to update the information. I am not sure what causes it but the following did the trick: $slashes_desc = str_replace(chr(10), "", $slashes_desc); $slashes_desc = str_replace(chr(13), "", $slashes_desc); 2. it replaces the comment field and not, as necessary, the description field. Here is how to ix it: line 80: replace window.opener.document.EditView.elements["comment"+curr_row].value = desc; by window.opener.document.EditView.elements["productDescription"+curr_row].value = desc; -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 07:26:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 14:26:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval In-Reply-To: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> References: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> Message-ID: <052.49f05cb30c385cb91688244105a917f2@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval ------------------------+--------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by frankpie): sorry I forgot the file names: ListViewUtils.php arround line 1894 and Products.js line 80 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 08:19:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 15:19:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5370: SOAP Services Fix Required Message-ID: <041.b81b685e7278475d38a1ee3aba836248@trac.vtiger.com> #5370: SOAP Services Fix Required -----------------------+---------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- vtiger plugin fail to work on some server based on PHP configuration The following fix might be good to add on the server side: {{{ if (!isset($HTTP_RAW_POST_DATA)){ $HTTP_RAW_POST_DATA = file_get_contents('php://input'); } /* Begin the HTTP listener service and exit. */ $server->service($HTTP_RAW_POST_DATA); }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 08:40:58 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 15:40:58 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5371: Reference to missing files Message-ID: <041.5761b1524d81e190c0396d9cfeff20ae@trac.vtiger.com> #5371: Reference to missing files ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- Apache logs complains about access to certain files that is not present in vtiger CRM anylonger. Would be good to add the missing files or remove references for no longer required files from HTML pages. File does not exist: modules/Settings/Settings.js, File does not exist: themes/softed/images/layerPopUpBg.gif I have bundled the missing files in the attachment. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 13:07:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 20:07:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval In-Reply-To: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> References: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> Message-ID: <052.0702c1ccc2db9cebb687ac4cbbf91b74@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval ------------------------+--------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by frankpie): I had a closer look at your 5.1 code. If I understand it correctly you made modifications and moved in a quote (etc.) detail view the product description into the comment field. I do not think this is a good move. The PDF configurator allows an user to select product name, product description and comment for the PDF output. This makes it very flexible. Your move eliminates one option without any needs even if the PDF configurator is not used. In any case, the code of the 5.1 eval has a bug if you have line breaks included in the product description as described before no matter whether you move it to the comment or description field. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 02:54:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 09:54:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #3750: javascript round error on SO (PO/Quote/Invoice?) In-Reply-To: <044.52f405acc9055f2663c6b1dfe59b720b@trac.vtiger.com> References: <044.52f405acc9055f2663c6b1dfe59b720b@trac.vtiger.com> Message-ID: <053.474fce45e1872a01e91aa1ac6d906eb2@trac.vtiger.com> #3750: javascript round error on SO (PO/Quote/Invoice?) ------------------------+--------------------------------------------------- Reporter: joebordes | Owner: bharathi Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.3-val2 Resolution: | Keywords: javascript round ------------------------+--------------------------------------------------- Comment (by sidharth): This sort of rounding might not be of much use. It is really required while rounding off large amounts of statistical data. In our case both the current method and the once suggested could be considered similarly inaccurate. For accuracy we should probably consider some sort of BigDecimal number type rather than floats and leave the rounding only for display. Here's an alternative to the Banker's method algoritm used by jsround.js - n is the number you want to round off - m is the number of decimal places you want to round to. - The function only works for even numbers. {{{ function round(n, m){ var v = n*Math.pow(10, m); var base = Math.floor(v); var rem = v - base; if(rem > 0.5){ var ans = base + 1; }else if(rem < 0.5){ var ans = base; }else{ var ans = base + (base % 2); } var strAns = String(ans); var strLen = strAns.length; return strAns.slice(0, strLen-m)+'.'+strAns.slice(strLen-m, strLen); } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 06:28:58 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 13:28:58 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5372: vtiger CRM - LDAP Integration Message-ID: <041.2791d222440ee399543083cd115f6fc5@trac.vtiger.com> #5372: vtiger CRM - LDAP Integration -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- vtiger LDAP support for 5.0.4, follow the discussion here http://forums.vtiger.com/viewtopic.php?t=21281 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 09:01:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 16:01:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #4108: Bug when selecting an account in a popup window when Street Address has two lines in it In-Reply-To: <041.64a1af92205cf03fd1cc92bc267905f5@trac.vtiger.com> References: <041.64a1af92205cf03fd1cc92bc267905f5@trac.vtiger.com> Message-ID: <050.16fecc27435cc687cbe4830617ad4e32@trac.vtiger.com> #4108: Bug when selecting an account in a popup window when Street Address has two lines in it -------------------------+-------------------------------------------------- Reporter: jshope | Owner: dina Type: defect | Status: reopened Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by joebordes): http://forums.vtiger.com/viewtopic.php?p=71028 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 29 02:11:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 29 Sep 2008 09:11:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5373: PO, SO, Quote invoice discount update Message-ID: <049.7ca5cd2d468505ec61d06bfcab38227b@trac.vtiger.com> #5373: PO,SO,Quote invoice discount update ----------------------------+----------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ----------------------------+----------------------------------------------- Hi, Let's make a quote with a product and a 30% discount, quantity 3. When you change the quantity, the discount is updated with the old value and not with the new one regards -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 29 06:48:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 29 Sep 2008 13:48:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5374: Clicking on the Mail id in field of Type email is leading to query failure Message-ID: <041.eddbc75eb0b1f3b6321a2d00c35690ed@trac.vtiger.com> #5374: Clicking on the Mail id in field of Type email is leading to query failure ------------------------+--------------------------------------------------- Reporter: pratim | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- If I will create a custom field of type Email for any module except Accounts,contacts,Leads ,and then I am going to create a record for that module for which i have created the custom field ,then after adding the record i am getting the link to the mail id ,there if I will click on mail id then in another pop up I am getting the query failure,the screen shot is attached. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 29 22:59:11 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 30 Sep 2008 05:59:11 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems Message-ID: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> #5375: serveral fixes for Import problems -----------------------+---------------------------------------------------- Reporter: asha | Owner: developer Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Contribution by Elm? :- Ref:- [http://forums.vtiger.com/viewtopic.php?p=71215#71215] This patch fixes the following problems in vtiger 5.04: 1.) Bugfix: Import stops after the first 500 lines in CSV file. This bug is fixed. (Ticket 5255) 2.) New feature: CSV files which have been exported by Microsoft Excel 2003 have semicolon delimiters instead of commas. This is a problem caused by STUPID Microsoft but it is EXTREMLY annoying if you have to explain to all vtiger users that they have to open the CSV file in Notepad and replace all semicolons with commas. Additionally this is dangerous: If the file already contains commas it will be corrupt after the conversion. Solution: A new drop down box in the import form allows to chose the type of delimiter. (comma or semicolon) 3.) New Feature: Microsoft Excel exports CSV files in ISO-8859-1 format. But vtiger 5.04 expects UTF-8 files. All umlauts and accents ?,?,?,?,?,? get replaced with "?" after importing. Solution: A new drop down box in the import form allows to chose the file format. (ISO-8859-1 or UTF-8) (Do not use auto detection in PHP code! This is NOT reliable!) Additional formats can easily be added in the file ImportStep1.tpl. 4.) Bugfix: When importing leads the fields "lastname" and "company" are mandatory. It makes sense that lasname is mandatory because in the Leads view it is used to create a link. If the lastname would be empty the lead could not be opened. But in the real live it happens that you have a CSV file with 900 companies of which some dont yet have a contact person. You have to call the company first to ask who is the responsible person. It is EXTREMELY stupid that vtiger tells you that 469 of 900 leads have not been imported because a mandatory filed is missing! Solution: Now an empty lastname is replaced with "?????" and the sales person can later insert the name into the Leads list. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 2 12:34:23 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 02 Sep 2008 16:34:23 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange Message-ID: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------------------+---------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: stage status quotes invoice | -----------------------------------------+---------------------------------- Hi[[BR]] When you create a Quote, Invoice, PS, SO etc. The status or stage is accepted or approuved, which is clearly not the first step. Here there is a sort that may not be.[[BR]] Just delete the sort (the worst is that when you translate, even the alphabetic order is not respected)[[BR]] This does not occures with other picklist. They just use row order.[[BR]] Regards,[[BR]] Olivier -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 2 13:08:48 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 02 Sep 2008 17:08:48 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange In-Reply-To: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> References: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> Message-ID: <058.c4554d4aedbb4d66142daffb9012a98d@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------+---------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: stage status quotes invoice -----------------------------+---------------------------------------------- Comment (by OlivierAufrere): Here is a fix, please check it (according to 5.0.4):[[BR]] in include/utils/EditViewUtils.php[[BR]] after //Query modified to fix the order of the picklist values ticket #4367[[BR]] if($module_name == 'HelpDesk' && $fieldname == 'ticketstatus')[[BR]] {[[BR]] $pick_query.=" order by ".$fieldname."_id asc";[[BR]] }[[BR]] else if($module_name != 'Events' && $module_name != 'Calendar')[[BR]] $pick_query.=" order by $fieldname asc";[[BR]] [[BR]] May be applicable to admin to, then move it after the next }[[BR]] [[BR]] and to solve the sort trouble, change the last line to:[[BR]] $pick_query.=" order by ".$fieldname."id asc"; -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 4 12:16:08 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 04 Sep 2008 16:16:08 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5345: E-Mail Campaigns - Sending Mail Message-ID: <046.c59fa7b54ff7275b96f29800d8fdab08@trac.vtiger.com> #5345: E-Mail Campaigns - Sending Mail -------------------------+-------------------------------------------------- Reporter: Neal.Revell | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- A couple of problems really, Firstly, within the Campaigns module, is it possible to add Contacts that you wish to send e-mail campaigns to directly into the BCC: field rather than into the To: field, then having to copy and paste? If that is the only way to do it, then I have another problem because the BCC: field does not accept the format that is put into the To: field, which is: LASTNAME FIRSTNAME , but if you just put in the EMAIL at DOMAIN.COM into the BCC: field, then it works fine. The other problem I am having is how to select the contacts to who I wish to send the e-mail campaign to in the first place. I have setup various filters allowing me to select the correct audience, but I then wish to delete some of those contacts to who I do not wish to send e-mails too. After deleting them from the list, when I click on the Send Mail, it does not update the To: field correctly, and appears to pull a completely different listing from the contacts that I wish to send mail to! Screenshots to follow soon, once I take them, hopefully there is enough information there for someone to know what I am on about! -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 03:50:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 07:50:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5344: Sales cycle stages strange In-Reply-To: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> References: <049.f86302b8e9b5ae1d3a49e19b4e8d3ac6@trac.vtiger.com> Message-ID: <058.a67542040a7e418cae170cfc3c4e2b25@trac.vtiger.com> #5344: Sales cycle stages strange -----------------------------+---------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: stage status quotes invoice -----------------------------+---------------------------------------------- Comment (by OlivierAufrere): Sorry I forgot:[[BR]] You must change the line:[[BR]] if($module_name == 'HelpDesk' && $fieldname == 'ticketstatus')[[BR]] to[[BR]] if($module_name == 'HelpDesk') -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 11:40:07 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 15:40:07 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5346: Menu problems in Google Chrome and Safari on Windows Vista Message-ID: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> #5346: Menu problems in Google Chrome and Safari on Windows Vista ----------------------------+----------------------------------------------- Reporter: arthur.bogatyr | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Keywords: | ----------------------------+----------------------------------------------- Menu doesn't work correctly in Google Chrome and Safari on Windows Vista. Pull down menu hides when trying to put mouse on it. OS: Windows Vista Basic SP1 Browsers: Safari 3.1.2 (525.21) Google Chrome 0.2.149.27 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 5 19:14:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 05 Sep 2008 23:14:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5347: getRecordOwnerId() fails when group assigned to new module Message-ID: <044.a692c412c48e924e3b2493acf0558dbe@trac.vtiger.com> #5347: getRecordOwnerId() fails when group assigned to new module ------------------------+--------------------------------------------------- Reporter: joebordes | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- In the include/utils/utils.php::getRecordOwnerId() function there is an if-else cascade to fetch the group that owns an entity. This cascade defaults to an sql that uses the construction: select vtiger_groups.groupid from vtiger_".$module."grouprelation inner... In the case of a new module, for example Timesheet, this ends up calling the table vtiger_Timesheetgrouprelation, which does not exist because the real table is all lower case letters (as all the rest in the application). I propose converting the module name to lower case as the alternative of creating the database table in camelcase is a lot more work. Joe TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sun Sep 7 13:35:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sun, 07 Sep 2008 17:35:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5348: Microsoft Word plugin Spanish translation Message-ID: <044.834021a4be9c86be99b7fda947ad006d@trac.vtiger.com> #5348: Microsoft Word plugin Spanish translation --------------------------------------------------+------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: wordintegration | Version: 5.0.4 Keywords: i18n translation spanish word office | --------------------------------------------------+------------------------- Microsoft Office Word plugin Spanish translation -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 04:38:12 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 08:38:12 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5349: Multiple mails sent when outgoing server id is gmail Message-ID: <042.eb1fae58e205e8abe3308295dee66a82@trac.vtiger.com> #5349: Multiple mails sent when outgoing server id is gmail ------------------------+--------------------------------------------------- Reporter: preethi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- To reproduce this error follow these steps: 1. Configure the outgoing serverid with gmail id say x at gmail.com 2. Send a mail to multiple contacts, one of who has x at gmail.com and one who has the same id as admin's id. Outcome: x at gmail.com will receive 2 mails, one which was sent to x at gmail.com and one which was sent to admin's id. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 09:08:28 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 13:08:28 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5350: Converting PreparedStatement to SQL API Fixes Message-ID: <041.9f2c13c7dd8fd0beef6d490e26551902@trac.vtiger.com> #5350: Converting PreparedStatement to SQL API Fixes -----------------------+---------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Noticed the regex used in convert2Sql API PearDatabase having performance issue. Kindly look at the attached file with fixes added in PearDatabase->convert2Sql and PreparedQMark2SqlValue->call functions. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 11 10:08:57 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 11 Sep 2008 14:08:57 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5351: Two gmail accounts, two vTiger users, only one can webmail Message-ID: <053.c2db35ab523595249ad81a4ea2ae65b4@trac.vtiger.com> #5351: Two gmail accounts, two vTiger users, only one can webmail -------------------------------------------+-------------------------------- Reporter: martin.mgscreativa | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Keywords: gmail imap webmail connection | -------------------------------------------+-------------------------------- Hello...i have two gmail accouns...one completly empty and the other with 2500 emails in the inbox. If I log in with the user with the empty gmail account, I can send an receive Gmail emails as I wish... If I log in with the user with the 2500 inbox emails Gmail account, I can?t do anything and allways get the email configuration error message. Here is the log dump for each vTiger user... vTiger user Martin associated with ghiamar at gmail.com no emails in inbox, that?s ok...I can send and receive as i wish... Quote: 09/10/08 17:00:39,281 [1620] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 17:00:39,282 [1620] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 17:00:39,282 [1620] DEBUG index - Entering getMailServerInfo(Martin) method ... 09/10/08 17:00:39,283 [1620] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 17:00:39,284 [1620] DEBUG index - Prepared sql query parameters : [9] 09/10/08 17:00:39,286 [1620] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 17:00:39,291 [1620] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 17:00:39,292 [1620] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 17:00:39,293 [1620] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 17:00:39,316 [1620] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 17:00:39,317 [1620] INFO VT - PearDatabase ->Building connection string 09/10/08 17:00:39,317 [1620] INFO VT - PearDatabase ->Done Building Connection String.. {209.85.163.109:993/imap2/ssl/novalidate- cert/user=ghiamar at gmail.com}INBOX Connecting to box 09/10/08 17:00:40,841 [1620] INFO VT - PearDatabase ->Done connecting to box 09/10/08 17:00:40,842 [1620] INFO VT - PearDatabase ->Loading mail list 09/10/08 17:00:40,843 [1620] INFO VT - PearDatabase ->Exiting MailBox(INBOX) 09/10/08 17:00:40,866 [1620] DEBUG index - Entering isPermitted(Contacts,EditView,) method ... 09/10/08 17:00:40,869 [1620] DEBUG index - Entering getTabid(Contacts) method ... 09/10/08 17:00:40,870 [1620] DEBUG index - Exiting getTabid method ... 09/10/08 17:00:40,870 [1620] DEBUG index - Entering getActionid(EditView) method ... 09/10/08 17:00:40,871 [1620] INFO index - get Actionid EditView 09/10/08 17:00:40,872 [1620] INFO index - action id selected is 1 09/10/08 17:00:40,873 [1620] DEBUG index - Exiting getActionid method ... 09/10/08 17:00:40,873 [1620] DEBUG index - Entering getActionname(1) method ... 09/10/08 17:00:40,874 [1620] DEBUG index - Exiting getActionname method ... 09/10/08 17:00:40,875 [1620] DEBUG index - Exiting isPermitted method ... 09/10/08 17:00:42,716 [1620] DEBUG index - Entering in function getTagCloudView(9) 09/10/08 17:00:42,716 [1620] DEBUG index - Prepared sql query being executed : select tagcloud_view from vtiger_users where id=? 09/10/08 17:00:42,717 [1620] DEBUG index - Prepared sql query parameters : [9] 09/10/08 17:00:42,718 [1620] DEBUG index - Exiting from function getTagCloudView(9) vTiger user daniela, associated with infoplaytime at gmail.com with 2600 inbox emails Quote: 09/10/08 16:55:47,169 [1620] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 16:55:47,170 [1620] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 16:55:47,170 [1620] DEBUG index - Entering getMailServerInfo(daniela) method ... 09/10/08 16:55:47,171 [1620] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 16:55:47,172 [1620] DEBUG index - Prepared sql query parameters : [7] 09/10/08 16:55:47,174 [1620] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 16:55:47,194 [1620] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 16:55:47,195 [1620] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 16:55:47,196 [1620] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 16:55:47,219 [1620] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 16:55:47,219 [1620] INFO VT - PearDatabase ->Building connection string 09/10/08 16:55:47,220 [1620] INFO VT - PearDatabase ->Done Building Connection String.. {209.85.163.109:993/imap2/ssl/novalidate- cert/user=infoplaytime at gmail.com}INBOX Connecting to box 09/10/08 16:56:49,786 [1620] INFO VT - PearDatabase ->CONNECTION ERROR - Could not be connected to the server using imap_open function through the connection strings {209.85.163.109:993/imap2/ssl/novalidate- cert/user=infoplaytime at gmail.com}INBOX and {209.85.163.109/imap2:993}INBOX vTiger user Martin with different Gmail account mgscreativa at gmail.com aprox 2500 inbox emails...APACHE HAGNS UP!!! Quote: 09/10/08 17:40:40,740 [3072] INFO VT - PearDatabase ->ADODB disconnect 09/10/08 17:40:40,741 [3072] INFO VT - PearDatabase ->Entering MailBox(INBOX) 09/10/08 17:40:40,741 [3072] DEBUG index - Entering getMailServerInfo(daniela) method ... 09/10/08 17:40:40,741 [3072] DEBUG index - Prepared sql query being executed : select * from vtiger_mail_accounts where status=1 and user_id=? 09/10/08 17:40:40,742 [3072] DEBUG index - Prepared sql query parameters : [7] 09/10/08 17:40:40,745 [3072] DEBUG index - Exiting getMailServerInfo method ... 09/10/08 17:40:40,765 [3072] INFO VT - PearDatabase ->Setting Mailbox Name 09/10/08 17:40:40,766 [3072] INFO VT - PearDatabase ->Opening Mailbox 09/10/08 17:40:40,766 [3072] INFO VT - PearDatabase ->Entering getImapMbox() 09/10/08 17:40:40,790 [3072] INFO VT - PearDatabase ->Parsing PHP Modules 09/10/08 17:40:40,790 [3072] INFO VT - PearDatabase ->Building connection string 09/10/08 17:40:40,791 [3072] INFO VT - PearDatabase ->Done Building Connection String.. {74.125.45.111:993/imap2/ssl/novalidate- cert/user=mgscreativa at gmail.com}INBOX Connecting to box 09/10/08 17:40:42,620 [3072] INFO VT - PearDatabase ->Done connecting to box 09/10/08 17:40:42,621 [3072] INFO VT - PearDatabase ->Loading mail list 09/10/08 17:41:43,301 [3072] INFO VT - PearDatabase ->Exiting MailBox(INBOX) 09/10/08 17:41:43,324 [3072] DEBUG index - Entering isPermitted(Contacts,EditView,) method ... 09/10/08 17:41:43,327 [3072] DEBUG index - Entering getTabid(Contacts) method ... 09/10/08 17:41:43,329 [3072] DEBUG index - Exiting getTabid method ... 09/10/08 17:41:43,329 [3072] DEBUG index - Entering getActionid(EditView) method ... 09/10/08 17:41:43,329 [3072] INFO index - get Actionid EditView 09/10/08 17:41:43,331 [3072] INFO index - action id selected is 1 09/10/08 17:41:43,331 [3072] DEBUG index - Exiting getActionid method ... 09/10/08 17:41:43,332 [3072] DEBUG index - Entering getActionname(1) method ... 09/10/08 17:41:43,333 [3072] DEBUG index - Exiting getActionname method ... 09/10/08 17:41:43,334 [3072] DEBUG index - Exiting isPermitted method ... Be adviced of this bug in vTiger... Any chance to solve it or workaround? -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 03:25:42 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 07:25:42 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5352: imorted data can be deleted through browser Message-ID: <040.b8004e730a9fbdad36d0450e54cf5ae7@trac.vtiger.com> #5352: imorted data can be deleted through browser -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- step to reproduce: 1.on the last step of the import action click on '''finished button''', it will direct you to the list view of that module and you are able to see imported records. 2.now click on back button of the browser it will direct you to the last page of the import action and than click on the '''undo last import button''' 3. it will perform the undo action and all imported records are deleted now. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 05:50:16 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 09:50:16 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5353: contact detail view email listing Message-ID: <043.49437a577eba614c80cb8e5f1a533ebf@trac.vtiger.com> #5353: contact detail view email listing -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- if you have more than 20 emails sent to a contact you can navigate within the detail view at the email listings to display addtional pages. If you have more than 20 entries the edit button for the individual email does not work anymore, caused by a syntax error for the js script. To fix it replace at ListViewUtils.php: line 939: if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1) by if(isset($_REQUEST['start']) && $_REQUEST['start'] > 1 && $module != 'Emails') -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 14:20:33 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 18:20:33 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox Message-ID: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- When you hover the mouse on the Analytics > Dashboard charts (like Pipeline) Tooltip appears when IE is used but it does not showup when Firefox is used. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 12 14:47:36 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 12 Sep 2008 18:47:36 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox In-Reply-To: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> References: <041.c7224b739be8aa3de4a97017a2483ac4@trac.vtiger.com> Message-ID: <050.8a1d5c143fedfeee1c102d1d0e626172@trac.vtiger.com> #5354: Analytics > Dashboard Charts: Tooltip not appearing on Firefox -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by prasad): Image Maps are created for rendering the Dashboard charts. Only alt tag is set for hence when mouse hovers over the area the tooltip appears on IE. {{{ admin - 1 opportunities where sales stage is Qualification }}} We need title to be set (with same message as alt) to make the tooltip appear in Firefox. {{{ admin - 1 opportunities where sales stage is Qualification }}} Image Map are being generated using the ImageGraph (Image) library, we need to identify how to create title attribute too. (Ex. look at file, modules/Dashboard/horizontal_bargraph.php) -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 07:30:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 11:30:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5346: Menu problems in Google Chrome and Safari on Windows Vista In-Reply-To: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> References: <049.47b69ee4ea7c247d00979ffd46d9c8a0@trac.vtiger.com> Message-ID: <058.85502ae85c3d8141a0f59200ff665785@trac.vtiger.com> #5346: Menu problems in Google Chrome and Safari on Windows Vista -----------------------------+---------------------------------------------- Reporter: arthur.bogatyr | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.0.4 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -----------------------------+---------------------------------------------- Comment (by Lukas): Solution: {{{ .drop_mnu { position: absolute; left: 0px; top: 0px; z-index: 1000000001; border: 1px solid #d3d3d3; margin-top:1px; /*added*/ width: 150px; display: none; padding:0px; text-align: left; overflow: hidden; background: #ffc; } .tabSelected, .tabUnSelected { background: url(images/toolbar-bg.png) bottom repeat-x #568EC5; font-weight: bold; font-size: 11px; padding: 7px 10px /*changed*/ } }}} Tested on WIN XP sp2 FF 3.2.0, MSIE8 beta (compatibility mode) , Chrome 0.2.149.29, Safari 3.1.2 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 09:43:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 13:43:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5355: i18n - module name in popup Message-ID: <040.d24dfbd7905b62284bea6694daf32ce1@trac.vtiger.com> #5355: i18n - module name in popup ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/PopupContents.tpl#L60 Smarty/templates/PopupContents.tpl line 60] + [http://trac.vtiger.com /cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/PopupContents.tpl#L60 line 62] from {{{ {$MODULE} }}} to {{{ {$APP[$MODULE]} }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Sat Sep 13 09:56:21 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Sat, 13 Sep 2008 13:56:21 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5356: i18n - 's' for plural - no record/s found Message-ID: <040.7fcbd97c1f13c46bfc634db5bf64651d@trac.vtiger.com> #5356: i18n - 's' for plural - no record/s found ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ListViewEntries.tpl#L149 Smarty/templates/ListViewEntries.tpl line 149] + [http://trac.vtiger.com /cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ListViewEntries.tpl#L186 Smarty/templates/ListViewEntries.tpl line 186] there is 's' for plural, but in other languages we do not use 's' for plural identification. Please remove this hardcoded 's' ... -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 02:00:55 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 06:00:55 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5357: Query Failure in Home page Message-ID: <041.9eb8d33bcb71cd1f0f8f83fc8566cbdb@trac.vtiger.com> #5357: Query Failure in Home page -----------------------+---------------------------------------------------- Reporter: vamsee | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Query Failure is happening in home page when a group is created which do not have any members to that group STEPS TO REPRODUCE : 1.Create a Group and select all other groups as members of this group. 2.Delete all the groups except the newly Created one. 3.Sign out and sign in again , 4.The Query fails. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 03:21:43 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 07:21:43 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5358: Problem with Multi select combo boxes when importing Message-ID: <042.6d870eac75314103b02adf478d83b4ec@trac.vtiger.com> #5358: Problem with Multi select combo boxes when importing -----------------------------------+---------------------------------------- Reporter: sandeep | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: multiselect combo box | -----------------------------------+---------------------------------------- When trying to export a data of a records where you have two values from a multiselect box been selected they are exported properly but when we are importing they are shown as Not Accessible. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 09:18:19 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 13:18:19 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow Message-ID: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow ------------------------------+--------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrmoutlook | Version: 5.0.4 Keywords: | ------------------------------+--------------------------------------------- When you search for contact (by email) to associate the email from outlook, the result list will not show the details. This happens for cases where contact record id will be > 32767 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 09:22:48 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 13:22:48 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow In-Reply-To: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> References: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> Message-ID: <050.4621499874438b56003f83e6cd7c63bb@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow -------------------------------+-------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrmoutlook | Version: 5.0.4 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by prasad): Look at file: modVtigerUtils.bas {{{ Public gsContactEntityId() As Integer }}} This might be a cause for overflow (refer datatype size (vb 6.0): http://msdn.microsoft.com/en-us/library/7f5ztkz3(VS.80).aspx) Changing to String type could fix the issue {{{ Public gsContactEntityId() As String }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 16 17:37:26 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 16 Sep 2008 21:37:26 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5360: i18n - hardcoded string in ComposeEmail.tpl Message-ID: <040.0f8a9f342bcc2a70c1a5538b8be2f4a3@trac.vtiger.com> #5360: i18n - hardcoded string in ComposeEmail.tpl ------------------------+--------------------------------------------------- Reporter: Lukas | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/Smarty/templates/ComposeEmail.tpl#L114 Smarty/templates/ComposeEmail.tpl on line 114] there is hardcoded/unable to transtate string "Files Maximum 6" in [http://trac.vtiger.com/cgi- bin/trac.cgi/browser/vtigercrm/branches/5.1/include/language/en_us.lang.php#L664 include/languages/xy.lang.php] we have available 'Files_Maximum_6'=>... -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 17 05:14:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 17 Sep 2008 09:14:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5361: In PDF products per page not working correctly Message-ID: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> #5361: In PDF products per page not working correctly -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- I had changed the products per page in pdfconfig.php in tcpdf to $products_per_page="1"; so that I will have only 1 products per page. For example I have a quotation with 3 products. When I export to pdf, the first page is showing 1 product, which is correct. But the second page is showing 2 products. And the third page does not show any product at all. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 17 05:18:31 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 17 Sep 2008 09:18:31 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5361: In PDF products per page not working correctly In-Reply-To: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> References: <040.b28e13b2100b0a0bb4e582d44adcf54d@trac.vtiger.com> Message-ID: <049.34a0d8d040e7bae5caf575038dc9460f@trac.vtiger.com> #5361: In PDF products per page not working correctly ------------------------+--------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by nitin): Right now we are including fpdf in place of tcpdf in this file include\tcpdf\templates\body.php, so for the first time its picking the value from tcpdf\pdfconfig.php but for the second time onwards its picking from fpdf\pdfconfig.php this will solve the problem. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 18 07:21:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 18 Sep 2008 11:21:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow In-Reply-To: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> References: <041.a4a8fdd33c00a2b4ae23f8010dd4fa80@trac.vtiger.com> Message-ID: <050.fc05f216c677980eefdcf98e33655311@trac.vtiger.com> #5359: vtiger Outlook Plugin - EntityID overflow -------------------------------+-------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: Component: vtigercrmoutlook | Version: 5.0.3 Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by prasad): * version: 5.0.4 => 5.0.3 * milestone: 5.1.0 => Comment: The issue was in vtiger CRM 5.0.3 outlook plugin. In vtiger CRM 5.0.4 we are using Long instead of Integer, so the problem can happen if EntityId goes beyond 2,147,483,647 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 01:53:51 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 05:53:51 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5362: Unable to change length in a custom field Message-ID: <041.56fa627638d0afa78522c878eb808fd0@trac.vtiger.com> #5362: Unable to change length in a custom field -------------------------+-------------------------------------------------- Reporter: vamsee | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- The custom field length cannot be changed once it is created in a custom fields , though we are giving option to change the label name. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 07:07:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:07:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5363: one user can see the mail sent by other users(Product Bug) Message-ID: <041.024dc589f12a1645d248161dd2039bce@trac.vtiger.com> #5363: one user can see the mail sent by other users(Product Bug) ------------------------+--------------------------------------------------- Reporter: pratim | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- if I will go to more Information tag of Contact/Leads/Account there in More Information Tag under Add email Button I can see the mail sent to this person from by other users. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 07:29:35 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:29:35 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5364: Login, and click on "browser back" causes "mixed" screen Message-ID: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> #5364: Login, and click on "browser back" causes "mixed" screen -----------------------+---------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- if the user hits a "browser back" after logging in to vtiger, he is presented with a screen that has a menu on the top, and the login screen in the middle Way to reproduce: Log in, and then go to index.php?action=Login&module=Users -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 19 07:34:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 19 Sep 2008 11:34:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5364: Login, and click on "browser back" causes "mixed" screen In-Reply-To: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> References: <040.3f1ae4d3863b9dc6ec6a3c0330708895@trac.vtiger.com> Message-ID: <049.09fe90f54e7c20c05c4d88643e482024@trac.vtiger.com> #5364: Login, and click on "browser back" causes "mixed" screen ------------------------+--------------------------------------------------- Reporter: nitin | Owner: developer Type: defect | Status: new Priority: minor | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by nitin): To fix this issue: add these lines in index.php before '''if($use_current_login)''' this condition if (isset($_SESSION['authenticated_user_id']) && $module == 'Users' && $action == 'Login') { header("Location: index.php?action=$default_action&module=$default_module"); } -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 23 02:56:27 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 23 Sep 2008 06:56:27 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5365: Type of data field empty in vtiger_field Message-ID: <042.f4d782c4b6531585804ac1361e10276f@trac.vtiger.com> #5365: Type of data field empty in vtiger_field ------------------------+--------------------------------------------------- Reporter: preethi | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- The query {{{ select typeofdata from vtiger_field where columnname='semodule' and tablename='vtiger_activity'; }}} will will return a blank typeofdatafield. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 09:25:12 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 13:25:12 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5366: Custom Fields support for FAQ module Message-ID: <044.f0298edb854f2a3b29630b47f8ed2b15@trac.vtiger.com> #5366: Custom Fields support for FAQ module -------------------------+-------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- Add custom field support to FAQ module.[[BR]] http://forums.vtiger.com/viewtopic.php?p=70907[[BR]] Joe[[BR]] TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 09:26:35 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 13:26:35 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5367: Attach files/documents/notes to FAQ Message-ID: <044.f689a3f8561eb9cf637b6193e02c62b8@trac.vtiger.com> #5367: Attach files/documents/notes to FAQ -------------------------+-------------------------------------------------- Reporter: joebordes | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- Add file attachment capability to FAQ module Joe TSolucio -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Wed Sep 24 12:24:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Wed, 24 Sep 2008 16:24:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5368: Outlook Plugin Security hole Message-ID: <043.22fb0aa7d1b927779fcaa7ec59d9a19d@trac.vtiger.com> #5368: Outlook Plugin Security hole ---------------------------+------------------------------------------------ Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: outlookplugin | Version: 5.0.4 Keywords: | ---------------------------+------------------------------------------------ see http://forums.vtiger.com/viewtopic.php?p=70910&sid=43ad7cbe4978338055100ad71b840dc6 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 10:23:18 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 14:23:18 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval Message-ID: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval -----------------------+---------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- I checked the code of the (not released) v.5.1 there with the SVN revision 12112 the issue intends to be fixed that the product description was not taken if you replaced an existing product by the popup. There are 2 issues with the revision provided: 1. There is an issue with LF and CR. If you product description contains line breaks, the producs.js will not accept it and fail to update the information. I am not sure what causes it but the following did the trick: $slashes_desc = str_replace(chr(10), "", $slashes_desc); $slashes_desc = str_replace(chr(13), "", $slashes_desc); 2. it replaces the comment field and not, as necessary, the description field. Here is how to ix it: line 80: replace window.opener.document.EditView.elements["comment"+curr_row].value = desc; by window.opener.document.EditView.elements["productDescription"+curr_row].value = desc; -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 10:26:52 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 14:26:52 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval In-Reply-To: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> References: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> Message-ID: <052.49f05cb30c385cb91688244105a917f2@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval ------------------------+--------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by frankpie): sorry I forgot the file names: ListViewUtils.php arround line 1894 and Products.js line 80 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 11:19:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 15:19:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5370: SOAP Services Fix Required Message-ID: <041.b81b685e7278475d38a1ee3aba836248@trac.vtiger.com> #5370: SOAP Services Fix Required -----------------------+---------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- vtiger plugin fail to work on some server based on PHP configuration The following fix might be good to add on the server side: {{{ if (!isset($HTTP_RAW_POST_DATA)){ $HTTP_RAW_POST_DATA = file_get_contents('php://input'); } /* Begin the HTTP listener service and exit. */ $server->service($HTTP_RAW_POST_DATA); }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 11:40:58 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 15:40:58 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5371: Reference to missing files Message-ID: <041.5761b1524d81e190c0396d9cfeff20ae@trac.vtiger.com> #5371: Reference to missing files ------------------------+--------------------------------------------------- Reporter: prasad | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- Apache logs complains about access to certain files that is not present in vtiger CRM anylonger. Would be good to add the missing files or remove references for no longer required files from HTML pages. File does not exist: modules/Settings/Settings.js, File does not exist: themes/softed/images/layerPopUpBg.gif I have bundled the missing files in the attachment. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Thu Sep 25 16:07:06 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Thu, 25 Sep 2008 20:07:06 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5369: product description fix does not work in 5.1 eval In-Reply-To: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> References: <043.8f2054b90a37870141d0e7fae17662c1@trac.vtiger.com> Message-ID: <052.0702c1ccc2db9cebb687ac4cbbf91b74@trac.vtiger.com> #5369: product description fix does not work in 5.1 eval ------------------------+--------------------------------------------------- Reporter: frankpie | Owner: developer Type: defect | Status: new Priority: critical | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: ------------------------+--------------------------------------------------- Comment (by frankpie): I had a closer look at your 5.1 code. If I understand it correctly you made modifications and moved in a quote (etc.) detail view the product description into the comment field. I do not think this is a good move. The PDF configurator allows an user to select product name, product description and comment for the PDF output. This makes it very flexible. Your move eliminates one option without any needs even if the PDF configurator is not used. In any case, the code of the 5.1 eval has a bug if you have line breaks included in the product description as described before no matter whether you move it to the comment or description field. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 05:54:38 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 09:54:38 -0000 Subject: [Vtigercrm-commits] [vtiger development] #3750: javascript round error on SO (PO/Quote/Invoice?) In-Reply-To: <044.52f405acc9055f2663c6b1dfe59b720b@trac.vtiger.com> References: <044.52f405acc9055f2663c6b1dfe59b720b@trac.vtiger.com> Message-ID: <053.474fce45e1872a01e91aa1ac6d906eb2@trac.vtiger.com> #3750: javascript round error on SO (PO/Quote/Invoice?) ------------------------+--------------------------------------------------- Reporter: joebordes | Owner: bharathi Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.3-val2 Resolution: | Keywords: javascript round ------------------------+--------------------------------------------------- Comment (by sidharth): This sort of rounding might not be of much use. It is really required while rounding off large amounts of statistical data. In our case both the current method and the once suggested could be considered similarly inaccurate. For accuracy we should probably consider some sort of BigDecimal number type rather than floats and leave the rounding only for display. Here's an alternative to the Banker's method algoritm used by jsround.js - n is the number you want to round off - m is the number of decimal places you want to round to. - The function only works for even numbers. {{{ function round(n, m){ var v = n*Math.pow(10, m); var base = Math.floor(v); var rem = v - base; if(rem > 0.5){ var ans = base + 1; }else if(rem < 0.5){ var ans = base; }else{ var ans = base + (base % 2); } var strAns = String(ans); var strLen = strAns.length; return strAns.slice(0, strLen-m)+'.'+strAns.slice(strLen-m, strLen); } }}} -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 09:28:58 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 13:28:58 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5372: vtiger CRM - LDAP Integration Message-ID: <041.2791d222440ee399543083cd115f6fc5@trac.vtiger.com> #5372: vtiger CRM - LDAP Integration -------------------------+-------------------------------------------------- Reporter: prasad | Owner: developer Type: enhancement | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -------------------------+-------------------------------------------------- vtiger LDAP support for 5.0.4, follow the discussion here http://forums.vtiger.com/viewtopic.php?t=21281 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Fri Sep 26 12:01:29 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Fri, 26 Sep 2008 16:01:29 -0000 Subject: [Vtigercrm-commits] [vtiger development] #4108: Bug when selecting an account in a popup window when Street Address has two lines in it In-Reply-To: <041.64a1af92205cf03fd1cc92bc267905f5@trac.vtiger.com> References: <041.64a1af92205cf03fd1cc92bc267905f5@trac.vtiger.com> Message-ID: <050.16fecc27435cc687cbe4830617ad4e32@trac.vtiger.com> #4108: Bug when selecting an account in a popup window when Street Address has two lines in it -------------------------+-------------------------------------------------- Reporter: jshope | Owner: dina Type: defect | Status: reopened Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment (by joebordes): http://forums.vtiger.com/viewtopic.php?p=71028 -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 29 05:11:20 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 29 Sep 2008 09:11:20 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5373: PO, SO, Quote invoice discount update Message-ID: <049.7ca5cd2d468505ec61d06bfcab38227b@trac.vtiger.com> #5373: PO,SO,Quote invoice discount update ----------------------------+----------------------------------------------- Reporter: OlivierAufrere | Owner: developer Type: defect | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ----------------------------+----------------------------------------------- Hi, Let's make a quote with a product and a 30% discount, quantity 3. When you change the quantity, the discount is updated with the old value and not with the new one regards -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Mon Sep 29 09:48:04 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Mon, 29 Sep 2008 13:48:04 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5374: Clicking on the Mail id in field of Type email is leading to query failure Message-ID: <041.eddbc75eb0b1f3b6321a2d00c35690ed@trac.vtiger.com> #5374: Clicking on the Mail id in field of Type email is leading to query failure ------------------------+--------------------------------------------------- Reporter: pratim | Owner: developer Type: defect | Status: new Priority: unassigned | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | ------------------------+--------------------------------------------------- If I will create a custom field of type Email for any module except Accounts,contacts,Leads ,and then I am going to create a record for that module for which i have created the custom field ,then after adding the record i am getting the link to the mail id ,there if I will click on mail id then in another pop up I am getting the query failure,the screen shot is attached. -- Ticket URL: vtiger development vtigerCRM From vtiger-tickets at trac.vtiger.com Tue Sep 30 01:59:11 2008 From: vtiger-tickets at trac.vtiger.com (vtiger development) Date: Tue, 30 Sep 2008 05:59:11 -0000 Subject: [Vtigercrm-commits] [vtiger development] #5375: serveral fixes for Import problems Message-ID: <039.a859d8483e90aaf4f9d52c97b8e938ab@trac.vtiger.com> #5375: serveral fixes for Import problems -----------------------+---------------------------------------------------- Reporter: asha | Owner: developer Type: patch | Status: new Priority: major | Milestone: 5.1.0 Component: vtigercrm | Version: 5.0.4 Keywords: | -----------------------+---------------------------------------------------- Contribution by Elm? :- Ref:- [http://forums.vtiger.com/viewtopic.php?p=71215#71215] This patch fixes the following problems in vtiger 5.04: 1.) Bugfix: Import stops after the first 500 lines in CSV file. This bug is fixed. (Ticket 5255) 2.) New feature: CSV files which have been exported by Microsoft Excel 2003 have semicolon delimiters instead of commas. This is a problem caused by STUPID Microsoft but it is EXTREMLY annoying if you have to explain to all vtiger users that they have to open the CSV file in Notepad and replace all semicolons with commas. Additionally this is dangerous: If the file already contains commas it will be corrupt after the conversion. Solution: A new drop down box in the import form allows to chose the type of delimiter. (comma or semicolon) 3.) New Feature: Microsoft Excel exports CSV files in ISO-8859-1 format. But vtiger 5.04 expects UTF-8 files. All umlauts and accents ?,?,?,?,?,? get replaced with "?" after importing. Solution: A new drop down box in the import form allows to chose the file format. (ISO-8859-1 or UTF-8) (Do not use auto detection in PHP code! This is NOT reliable!) Additional formats can easily be added in the file ImportStep1.tpl. 4.) Bugfix: When importing leads the fields "lastname" and "company" are mandatory. It makes sense that lasname is mandatory because in the Leads view it is used to create a link. If the lastname would be empty the lead could not be opened. But in the real live it happens that you have a CSV file with 900 companies of which some dont yet have a contact person. You have to call the company first to ask who is the responsible person. It is EXTREMELY stupid that vtiger tells you that 469 of 900 leads have not been imported because a mandatory filed is missing! Solution: Now an empty lastname is replaced with "?????" and the sales person can later insert the name into the Leads list. -- Ticket URL: vtiger development vtigerCRM